#insBlogPage ul {
	padding: 0;
	margin: 0;
}
.chir_breadcrumb ul {
	padding: 0px;
}
.chir_breadcrumb ul li {
	display: inline-block;
	padding: 10px 0px;
}
.chir_breadcrumb ul li strong {
	font-weight: normal;
	font-style: italic;
}
.titlePage .title {
	margin: 10px 0px 20px;
	position: relative;
	display: inline-block;
	font-size: 25px;
}
.titlePage .title:after {
	content: ' ';
	width: 50%;
	height: 3px;
	background: #00a651;
	position: absolute;
	left: 0;
	bottom: -10px;
}

/* 2. ----------------------- PRODUCT PAGE ------------------------ */
.insTemplate.product {
	background: #fff;
}
.pdImages, .pdImages .featureImg {
	margin-bottom: 20px;
}
.input-text.qty::-webkit-outer-spin-button,
.input-text.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.input-text.qty{
	-moz-appearance: textfield;
}
.wrapperPdPage .pdBlockDetail {
	padding: 20px 0px;
}

.wrapperPdImage .featureImg img {
	cursor: -webkit-zoom-in;
}
.wrapperPdImage .pdImgThumbs .listThumbs {
	padding: 0;
	margin: 0;
}
.wrapperPdImage .pdImgThumbs .listThumbs .imgThumb {
	border: 1px solid #eaeaea;
	padding: 5px;
	margin-bottom: 5px;
}
.wrapperPdImage .pdImgThumbs .listThumbs .imgThumb.active {
	border-color: #00a651;
}
.pdImgThumbs .listThumbs.notSlide .imgThumb {
	width: 13%;
	float: left;
	margin-right: 1%;
}
.wrapPdInfo .pdTitle {
	font-size: 24px;
	font-weight: 300;
	color: #333;
	line-height: 30px;
	margin: 0px;
}
.wrapPdInfo .pdTopIndex p {
	margin: 0px;
	background: url(bg_pd_top.png) center left no-repeat;
	background-size: 18px;
	padding: 0 0 0 25px;
	font-size: 14px;
	color: #007ff0;
}
.wrapPdInfo .listInfoDesc {
	padding: 10px 0px;
	border-bottom: 1px solid #eaeaea;
}
.listInfoDesc ul {
	padding: 0;
	margin: 0;
}
.listInfoDesc ul li {
	display: inline-block;
	margin-right: 20px;
	font-weight: bold;
	font-size: 13px;
}
.listInfoDesc ul li span {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
}
.wrapPdInfo .pdPriceBoxInfo .pdPriceWrap {
	border-right: 1px solid #eaeaea;
}
.wrapPdInfo .pdPriceBoxInfo .pdPriceWrap .wrapBlockInfo{
	padding: 10px 0px;
}
.wrapBlockInfo .pdPrice {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
}
.pdPriceBoxInfo .pdPriceWrap p.item {
	margin-bottom: 5px;
	color: #999;
}
.pdPriceBoxInfo .pdPriceWrap p.item span.pdLabelPrice {
	display: inline-block;
	min-width: 120px;
}
.pdPriceBoxInfo .pdPriceWrap p.item #pdPriceNumber {
	color: #00a651;
	font-size: 18px;
	font-weight: 500;
}
.pdPriceBoxInfo .pdPriceWrap p.item span#pdComparePriceNumber {
	text-decoration: line-through;
	font-style: italic;
	color: #999999;
}
.pdPriceBoxInfo .pdPriceWrap p.item span#pdCompareSaleOff {
	display: inline-block;
	margin-left: 15px;
	font-size: 13px;
	color: #00a651;
	font-style: italic;
}
.pdPriceContact, .pdPriceSoldout {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
}
.pdPriceContact span {
	font-size: 18px;
	display: block;
	color: #00a651;
	text-transform: uppercase;
}
.pdPriceSoldout span {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}
.wrapBlockInfo .shortDesc {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #eaeaea;
	color: #999;
}
.wrapBlockInfo .groupQty {
	display: inline-block;
	margin: 10px 0px;
	background: #eaeaea;
	position: relative;
	line-height: 1;
	border-radius: 3px;
	overflow: hidden;
}
.wrapBlockInfo .groupQty .qtyControl {
	display: inline-block;
	width: 35px;
	height: 35px;
	//line-height: 20px;
	background: #eaeaea;
	border: none;
	padding: 0;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	font-family: arial !important;
	outline: none;
	color: #555;
}
.wrapBlockInfo .groupQty input {
	width: 50px;
	margin: 0 auto;
	border: 3px solid #eaeaea;
	height: 30px;
	text-align: center;
	padding: 0;
	vertical-align: middle;
}
.pdPolicyWrap .pdPolicyWrap {
	padding-top: 10px;
}
.pdPolicyWrap .pdPolicyWrap ul.listPolicy {
	padding: 0;
	margin: 0;
}
.pdPolicyWrap .pdPolicyWrap ul.listPolicy li.item {
	display: block;
	position: relative;
	border-bottom: 1px dashed #eaeaea;
	padding: 10px 0px;
}
.pdPolicyWrap ul.listPolicy li.item .icon {
	width: 35px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.pdPolicyWrap ul.listPolicy li.item .detail {
	display: inline-block;
	width: calc(100% - 45px);
	vertical-align: middle;
}
.pdPolicyWrap ul.listPolicy li.item .detail h5 {
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 5px;
}
.pdPolicyWrap ul.listPolicy li.item .detail span {
	display: block;
	font-size: 13px;
	line-height: 1.3;
	font-style: italic;
}
.pdPolicyWrap .pdSocaial {
	padding: 10px 0px;
}
.pdPolicyWrap .pdSocaial .box_social > div {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.pdPolicyWrap .pdSocaial h4 {
	margin-bottom: 10px;
}
.actionCart .button {
	display: block;
	text-align: center;
	padding: 10px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	background: #00a651;
	border: 1px solid;
	border-color: #00a651;
	color: #fff;
	outline: none;
	width: 100%;
}
.actionCart .btn-addCart:hover{
	filter: alpha(opacity=80); 
	-khtml-opacity: 0.8;      
	-moz-opacity: 0.8;       
	opacity: 0.8;  
}
.actionCart .button small {
	display: block;
	text-transform: none;
	font-weight: normal;
	font-size: 80%;
}
.actionCart .button.btn-Soldout {
	background: #555;
	border: none;
	cursor: default;
}
.listTabs .nav-tabs li a {
	margin: 0;
	text-transform: uppercase;
	border: none;
	border-bottom: 3px solid transparent;
	background: transparent !important;
	font-size: 15px;
}
.listTabs .nav-tabs li.active a, .listTabs .nav-tabs li a:hover {
	border: none;
	border-bottom: 3px solid;
	border-color: #00a651;
	color: #00a651;
}
.listTabs .tab-content .content {
	padding: 10px 15px;
}
.contentRelatedPd.owlDesign .owl-controls .owl-dots {
	display: none !important;
}
.contentRelatedPd .pdLoopAction .btnCompare {
	display: none;
}
.pdCompareListting {
	margin-top: 10px;
}
.pdLoopItem.recommendLoop .reCompare a {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #00a651;
	color: #fff;
	overflow: hidden;
}
.pdLoopItem.recommendLoop .reCompare a span,
.pdLoopItem.recommendLoop .reCompare a i {
	left: 15px;
	top: 7px;
}
#tabDescription img{
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
#tabDescription table {
	width: 100% !important;
}
/* 
Swatches Styles
*/
.swatch { 
	margin:0.5em 0; 
}
/* Label */
.swatch .header {
	margin: 0;
	margin-bottom: 5px;
	display: block;
	position: relative;
	font-size: 16px;
}
.swatch .header:before{
	content: '';
}
/* Hide radio buttons.*/
.swatch input { 
	display:none;
}
.swatch label {
	float:left;
	min-width: 35px; 
	height:35px;
	margin:0;
	text-align:center;
	line-height:35px;
	white-space:nowrap;
	font-size: 12px;
	border:1px solid #ccc;
	cursor: pointer;
	position: relative;
	font-weight: normal;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { 
	background-size: cover !important;
	padding: 0px;
}
.swatch .swatch-element {
	margin-right: 5px;
	-webkit-transform:translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing:antialiased; /* webkit text rendering fix */
	margin:0px;
	display: inline-block;
	position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;           /* fx, safari, opera */
}
.swatch .img-check{
	display:none;
	position: absolute;
	right: 0;
	bottom: 0;
}
.swatch-element label.sd {
	border: 1px solid #e4393c;
}
.swatch-element label.sd img.img-check {
	display: block;
}
.swatch-element label span {
	color: #000;
	font-size: 13px;
	line-height: normal;
	vertical-align: middle;
}

.selector-wrapper {
	display: none;
}
.color.swatch-element label.no-thumb {
	padding: 0px 10px;
	line-height: 30px;
}
/*end swatch*/
/* ----------------------- END PRODUCT PAGE ------------------------ */
/* 3. ----------------------- COLLECTION PAGE ------------------------ */
#insCollectionPage {
	//background: #f0f0f0;
}
#childNavCatelog {
	display: none;
}
.collectionBanner img {
	width: 100%;
}
.collectionBanner {
	//margin-bottom: 20px;
}
.collection_head {
	padding: 20px 0px;
	background: #fff;
	margin-bottom: 20px;
}
.page_head span.countPd {
	margin-left: 5px;
}
.display-product-option {
	width: 63px;
	height: 30px;
}
.page_head {
	position: relative;
}
.toggleFilter {
	position: absolute;
	right: 85px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.toggleFilter a {
	display: block;
	font-size: 20px;
	line-height: 25px;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border: 1px solid transparent;
	text-align: center;
	border-radius: 0;
	border-color: #00a651;
	color: #00a651;
}
.toggleFilter a:hover{
	background: #00a651;
	color: #fff;
}
.browse-tags {
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
}
.browse-tags span {
	display: inline-block;
	line-height: 30px;
}
.browse-tags select {
	height: 30px;
	border: 1px solid #ccc;
	outline: none;
}
.browse-tags {
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100
}

.browse-tags span {
	display: inline-block;
	line-height: 30px
}

.browse-tags select {
	height: 30px;
	border: 1px solid #ccc;
	outline: 0
}

.browse-tags label {
	float: left;
	display: block;
	margin-right: 10px;
	line-height: 30px;
	font-weight: normal;
	font-size: 16px;
}

#sort-by ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline
}

#sort-by ul ul {
	position: absolute;
	visibility: hidden;
	filter: alpha(opacity=0); 
	-khtml-opacity: 0;      
	-moz-opacity: 0;       
	opacity: 0;          
	left: -1px;
	top: 27px;
	background: #F8F8F8;
	z-index: 10000;
	border: 1px solid #F0F0F0;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}

#sort-by li {
	background: #fff;
	margin: 0 auto;
	padding: 5px 10px;
	position: relative;
	width: 120px;
	float: left;
	color: #333;
	border: 1px solid #F3F3F3
}

.browse-tags #sort-by span {
	line-height: 20px
}

#sort-by li li {
	width: 120px;
	margin-top: 0;
	border-top: none;
	border-right: none;
	border-left: none;
	text-align: left
}

#sort-by li li:hover,#sort-by li:hover {
	background-color: #fff
}

#sort-by li:hover>ul {
	visibility: visible;
	filter: alpha(opacity=100); 
	-khtml-opacity: 1;      
	-moz-opacity: 1;       
	opacity: 1;   
}
.collection_head .display-product-option {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.display-product-option li.view-as-grid span {
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background: url(//bizweb.dktcdn.net/100/245/559/themes/576178/assets/grid-view-bg.png?1531584863765) #666;
	border: none;
	float: left;
}
.display-product-option li.view-as-list span {
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background: url(//bizweb.dktcdn.net/100/245/559/themes/576178/assets/list-view-bg.png?1531584863765) #666;
	border: none;
	float: right;
}
.display-product-option li.selected span, .display-product-option li:hover span {
	background-color: #00a651;
	background-position: 0 -30px;
}
.display-product-option li.selected span, .display-product-option li:hover span {
	background-color: #00a651;
}
#pd_collection ul.product-list {
	margin: 0px -15px;
}
.product-list.products .item_product {
	margin-bottom: 3px;
}
/* #pd_collection .product-list.view_list .item_product {
	width: 50%;
} */
#pd_collection .product-list.view_list .item_product .pdLoopImg {
	width: 18%;
	float: left;
}
#pd_collection .product-list.view_list .item_product .pdLoopDetail {
	float: left;
	width: 81%;
	padding: 1px;
	text-align: left;
}
#pd_collection .product-list.view_list .item_product .pdLoopDetail .pdPrice {
	text-align: left;
}
#pd_collection .product-list.view_list .item_product .pdLoopDetail .pdLoopListView {
	display: block;
	text-align: left;
}
/*Paginate*/
.content_sortPagiBar .pagination {
	margin: 0px;
	float: right
}

.content_sortPagiBar .pagination>li {
	float: left;
	padding: 0px 2px
}
.pagination>li>a, .pagination>li>span {
	padding: 5px 10px;
}
.content_sortPagiBar .pagination>li>a, .content_sortPagiBar .pagination>li span {
	font-size: 12px;
	color: #00a651;
	border-color: #00a651;
	background: #ffffff;
}

.content_sortPagiBar .pagination>li:hover>a,.content_sortPagiBar .pagination>li:hover span,.content_sortPagiBar .pagination>li:focus>a,.content_sortPagiBar .pagination>li:focus span {
	color: #ffffff;
	border-color: #00a651;
	background: #00a651;
}

.content_sortPagiBar .pagination>li:hover>a:before,.content_sortPagiBar .pagination>li:hover span,.content_sortPagiBar .pagination>li:focus>a:before,.content_sortPagiBar .pagination>li:focus span {
	color: #ffffff;
}

.content_sortPagiBar .pagination .active>a,.content_sortPagiBar .pagination .active span {
	color: #ffffff;
	border-color: #00a651;
	background: #00a651;
}

.content_sortPagiBar .pagination .pagination_previous:hover>a,.content_sortPagiBar .pagination .pagination_previous:hover span,.content_sortPagiBar .pagination .pagination_previous:focus>a,.content_sortPagiBar .pagination .pagination_previous:focus span {
	color: #ffffff;
	background: #00a651;
	border-color: #00a651;
}

.content_sortPagiBar .pagination .pagination_previous>a,.content_sortPagiBar .pagination .pagination_previous span {
	position: relative;
	//height: 34px;
	font-size: 0px
}

.content_sortPagiBar .pagination .pagination_previous>a:before,.content_sortPagiBar .pagination .pagination_previous span:before {
	content: "Trước";
	font-weight: 300;
	font-size: 12px;
	color: #00a651;
	display: block
}

.content_sortPagiBar .pagination .pagination_next:hover>a,.content_sortPagiBar .pagination .pagination_next:hover span,.content_sortPagiBar .pagination .pagination_next:focus>a,.content_sortPagiBar .pagination .pagination_next:focus span {
	color: #ffffff;
	background: #00a651;
	border-color: #00a651;
}
.content_sortPagiBar .pagination .pagination_next:hover>a:before,.content_sortPagiBar .pagination .pagination_next:hover span,.content_sortPagiBar .pagination .pagination_next:focus>a:before,.content_sortPagiBar .pagination .pagination_next:focus span {
	color: #ffffff;
}

.content_sortPagiBar .pagination .pagination_next>a,.content_sortPagiBar .pagination .pagination_next span {
	position: relative;
	//height: 34px;
	font-size: 0px
}

.content_sortPagiBar .pagination .pagination_next>a:before,.content_sortPagiBar .pagination .pagination_next span:before {
	content: "Sau";
	font-weight: 300;
	font-size: 12px;
	color: #00a651;
	display: block
}
.content_sortPagiBar.pagi {
	padding: 10px 0px;
	display: block;
	border: none;
}
.content_sortPagiBar .pagination>li.pagination_previous>a, .content_sortPagiBar .pagination>li.pagination_previous span, .content_sortPagiBar .pagination>li.pagination_next>a, .content_sortPagiBar .pagination>li.pagination_next span {
	color: #00a651;
	background: #ffffff;
	border-color: #00a651;
}
.content_sortPagiBar .pagination>li.pagination_previous.disabled, .content_sortPagiBar .pagination>li.pagination_next.disabled {
	display: none;
}
.page-selector .pages-box .content_sortPagiBar {
	margin: 0;
	padding: 0;
}
.page-selector .pages-box .content_sortPagiBar li.pagination_previous, .page-selector .pages-box .content_sortPagiBar li.pagination_next {
	//display: none;
}
/*end pagi*/
@media screen and (min-width: 1351px){
	.collectionBanner .banner {
		width: 1350px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 992px){
	/* .product-list.products .item_product:nth-of-type(4n+1) {
		clear: both;
	} */
}
@media screen and (min-width: 768px) and (max-width: 991px){
	/* .product-list.products .item_product:nth-of-type(3n+1) {
		clear: both;
	} */
}
@media screen and (min-width: 768px){
	/* #pd_collection .product-list.view_list .item_product:nth-of-type(2n+1) {
		clear: both;
	} */
}
@media screen and (max-width: 767px){
	.product-list.products .item_product:nth-of-type(2n+1) {
		clear: both;
	}
}
/* ----------------------- END COLLECTION PAGE ------------------------ */

/* 4. ----------------------- BLOG & ARTICLE PAGE ------------------------ */
.wrapperBlogPage .articleItem {
	margin-bottom: 30px;
}
.wrapperBlogPage .articleItem:nth-of-type(2n+1) {
	clear: both;
}
.wrapperBlogPage .insArticleLoop{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.wrapperArticlePage .insCtMain {
	margin-top: 0px;
	background: #fff;
	padding: 10px;
}
.insCtMain .info_edu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.insCtMain .info_edu ul li {
	display: inline-block;
	margin: 10px 10px 10px 0px;
	font-size: 14px;
	font-style: italic;
	color: #777;
}
.commentFB {
	padding: 20px 0px;
	border-top: 1px dashed #ececec;
}
.cmtTitle h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
#insBlogSidebar .all_right_widgets {
	margin-top: 0px;
}
#insBlogSidebar .all_right_widgets .sing_right_widget {
	background: #fff;
	padding: 0px 10px;
}
#insBlogSidebar .sing_right_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#insBlogSidebar .sing_right_widget > h2 {
	padding: 10px 5px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 15px;
	text-transform: uppercase;
}
#insBlogSidebar .lat_news_right .newItem {
	margin-bottom: 15px;
	border-bottom: 1px dashed #eaeaea;
}
#insBlogSidebar .lat_news_right .newItem:last-child {
	margin-bottom: 15px;
	border-bottom: 0;
}
#insBlogSidebar .lat_news_right .newItem .lat_news_right_con {
	padding: 10px 0;
}
#insBlogSidebar .lat_news_right .newItem h3 {
	font-size: 15px;
	display: block;
	margin: 0;
	line-height: 1.3;
	margin-bottom: 5px;
}
#insBlogSidebar .lat_news_right .newItem time {
	font-size: 13px;
	font-style: italic;
	color: #999;
}
#insBlogSidebar ul.category_right.blogTags li {
	display: inline-block;
	margin: 0px 5px 10px 0px;
}
#insBlogSidebar ul.category_right.blogTags li a {
	display: inline-block;
	background: #e2e2e2;
	color: #333;
	padding: 4px 9px;
	position: relative;
	margin: 5px;
	font-size: 12px;
	border-left: 3px solid #00a651;
}
#insBlogSidebar ul.category_right.blogTags li a:before {
	left: 0;
	top: 8px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #00a651;
	border-width: 4px;
}
@media screen and (min-width: 992px){
	.wrapperBlogPage .insArticleLoop:hover {
		-webkit-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
		-moz-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
		box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
	}
}
/* ----------------------- END BLOG & ARTICLE PAGE ------------------------ */

/* 5. ---------------- CART PAGE ----------------------- */
#ins_cart input[type='number'] {
	-moz-appearance:textfield;
}
#ins_cart input[type=number]::-webkit-inner-spin-button, 
#ins_cart input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0; 
}  
#ins_cart .cart {
	padding: 0px 0px 15px;
}
#ins_cart .button {
	padding: 10px 20px;
	border: 1px solid #00a651;
	outline: none;
}
#ins_cart a.button.remove-item{
	color: #00a651 !important;
	border: none;
	display: inline-block;
	padding: 0;
	background: transparent;
	font-size: 12px;
}
#ins_cart .table-responsive *{
	max-width: 100%;	
}
#ins_cart .cart-empty {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 15px;
}
#ins_cart .img-empty {
	padding: 20px 0px;
}
#ins_cart .img-empty img {
	max-width: 150px;
}
#ins_cart .product-name a {
	font-size: 15px;
	line-height: 1.5;
	display: block;
}
#ins_cart .back-to-col a {
	padding: 10px 30px;
	background: #00a651;
	color: #fff;
	border-color: transparent;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: box-shadow 300ms 0s ease;
	display: inline-block;
}
#ins_cart .back-to-col a:hover{
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	color: #fff;
}
#ins_cart .cart .data-table thead tr > th {
	min-width: 100px;
	text-align: center;
}
#ins_cart .cart>.page-title {
	border-bottom: 1px solid #00a651;
	margin-bottom: 20px
}

#ins_cart .cart .page-title>h2 {
	font-size: 25px;
	margin: 0px;
	display: inline-block;
	padding-bottom: 5px;
	color: #00a651;;
	border-bottom: 3px solid #00a651;
}

#ins_cart .cart .data-table tbody td {
	vertical-align: middle;
	padding: 10px
}
#ins_cart .cart .data-table tbody td.tdQty {
	min-width: 100px;
}
#ins_cart .cart button.button.btn-continue {
	background: transparent;
	color: #00a651;
	border-color: #00a651;
}
#ins_cart .a-right input.btn-update {
	background: transparent;
	color: #00a651;
	border-color: #00a651;
}
#ins_cart .cart button.button.btn-continue:hover, .a-right input.btn-update:hover{
	background: #00a651;
	color: #fff
}
#ins_cart .cart button.button.btn-proceed-checkout {
	width: 100%;
	height: 45px;
	font-size: 18px;
	background: #00a651;
	color: #fff;
	border: 1px solid #00a651;
}
#ins_cart .cart button.button.btn-proceed-checkout:hover{
	background: transparent;
	color: #00a651 !important;
}
#ins_cart .groupQty {
	width: 95px;
	background: #ccc;
	margin: 0 auto;
}
#ins_cart .groupQty .qtyControl {
	display: inline-block;
	width: 20px;
	height: 30px;
	line-height: 30px;
	background: #ccc;
	border: none;
	padding: 0;
}
#ins_cart input.input-text {
	width: 40px;
	margin: 0 auto;
	border: 3px solid #ccc;
	height: 30px;
	text-align: center;
	padding: 0;
}
#ins_cart input.input-text:focus{
	border: 3px solid #ccc;
}
#ins_cart .button:hover,
#ins_cart .a-right input.btn-update:hover{
	background: #00a651;;
	border: 1px solid #00a651;;
	color: #fff !important;
}
.insCartTemp ul.checkout {
	padding: 0;
}
#ins_cart .pd_saler h3 {
	font-size: 17px;
	color: #5a5a5a;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}
#ins_cart .pd_saler {
	margin-top: 20px;
}
#ins_cart .pd_saler p {
	display: block;
	width: 100%;
	padding-left: 25px;
	background: url(//bizweb.dktcdn.net/100/245/559/themes/576178/assets/check-ser.png?1531584863765) left 4px no-repeat;
	padding-bottom: 0px;
	color: #000;
	margin-bottom: 5px;
	line-height: 1.5;
}
@media screen and (max-width: 1199px){
	#ins_cart .cart .data-table tbody td {
		padding: 10px 5px;
	}
}
@media screen and (max-width: 767px){
	#ins_cart .cart .data-table thead tr > th {
		min-width: auto;
	}
	#ins_cart h2.product-name {
		font-size: 13px;
	}	
	#ins_cart td.image .product-image img{
		max-width:50px;	
	}
	#ins_cart .product-name a {
		white-space: normal;
	}
}
@media screen and (max-width: 400px){
	#ins_cart td.a-right.last > * {
		padding: 5px;
		font-size: 13px;
		border-radius: 0;
	}
}
/* -------------------------------------- END CART PAGE --------------------------- */

/* 6. -------------------------------------- TOP CONTACT PAGE --------------------------- */
#insContactPage{
	background: #FFF;
}
#insContactPage h1.title {
	margin: 20px 0px;
}
.ggMap {
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
}
.ggMap iframe {
	width: 100%;
}
.contactList .name-head {
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
}
.wrapForm .form-group {
	position: relative;
}
.wrapForm .form-group input {
	padding: 0 0 0 50px;
	box-shadow: none;
	outline: none;
	border-color: #eaeaea;
	border-radius: 0;
	width: 100%;
	height: 40px;
	font-size: 14px;
}
.wrapForm .form-group .ico {
	color: #757575;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-right: 1px solid #eaeaea;
}
.wrapForm .form-group textarea {
	box-shadow: none;
	border-radius: 0;
	outline: none;
	border-color: #eaeaea;
}
.wrapForm .btn-outline {
	border-radius: 0;
	margin-bottom: 20px;
}
.infoText .info-address {
	padding: 0;
	margin: 0;
}
.infoText .info-address li{
	margin-bottom: 10px;
}
.infoText .info-address li span {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 40px);
}
.infoText .info-address li i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #757575;
	border: 1px solid #eaeaea;
	margin-right: 5px;
}
/* -------------------------------------- END CONTACT PAGE --------------------------- */
/* -------------------------------------- RESPONSIVE PAGE --------------------------- */
@media screen and (min-width: 992px) and (max-width: 1199px){
	.ajaxcart .btn-outline {
		font-size: 12px;
	}
	.pdTopAction .button {
		padding: 0px 5px;
		width: 48%;
	}
}
@media screen and (max-width: 991px){
	#pd_collection .product-list.view_list .item_product,
	.wrapperPageTop .itemTop {
		/* width: 100%; */
	}
	#childNavCatelog {
		display: block;
		position: fixed;
		top: 0px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 20;
		background: #fff;
	}
	#childNavCatelog .menu-item a {
		display: block;
		padding: 10px 30px;
		border-bottom: 1px solid #eaeaea;
		font-size: 18px;
	}
	#childNavCatelog .menu-item.head a {
		padding-left: 15px;
		border-bottom-color: #aaa;
	}
	#childNavCatelog .menu-item a i {
		float: right;
		margin-top: 5px;
		font-size: 15px;
	}
}   
@media screen and (max-width: 767px){
	.wrapperBlogPage, .wrapperPage, .wrapperArticlePage {
		margin-top: 20px;	
	}
	#ins_cart .cart .page-title>h2 {
		margin-top: 20px;
	}
}
@media screen and (max-width: 479px){
	.browse-tags {
		display: none;
	}
	.listTabs .nav-tabs {
		border: none;
	}
	.pdTabInfo .listTabs > ul > li {
		margin: 0;
		float: none;
		display: block;
		margin-bottom: 5px;
		text-align: center;
		border-bottom: 1px solid #eaeaea;
	}
	.listTabs .nav-tabs li.active a{
		color: #fff;
		background: #00a651 !important;
		border-radius: 0;
	}
	.listTabs .nav-tabs li a:hover {
		border-bottom-color: transparent;
		color: #333333;
	}
	.pdTopAction .button {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.listInfoDesc ul li {
		display: block;
		margin: 5px 0px;
	}
}
@media screen and (max-width: 413px){
	.wrapperPageTop .itemTop .pdLoopImg,
	.wrapperPageTop .itemTop .pdLoopDetail {
		width: 100%;
	}
}
@media screen and (max-width: 370px){
	.page_head .ins_title {
		font-size: 18px;
	}
	.page_head span.countPd {
		font-size: 12px;
	}
	#pd_collection ul.product-list,
	#insSearchPage .product-list{
		margin: 0px -5px;
	}
	#pd_collection ul.product-list .item_product,
	#insSearchPage .product-list .item_product{
		padding: 0px 5px;
	}
	.insCtMain .info_edu ul li {
		display: block;
	}
	#childNavCatelog .menu-item a {
		font-size: 14px;
	}
	#ins_cart .product-name a, .variant-title {
		font-size: 13px;
	}
}
/* -------------------------------------- END RESPONSIVE PAGE --------------------------- */