/*brand*/
.brand-item {
	text-align: center;
	background: #fff;
	background-image: linear-gradient(#dedede 46%, rgba(255,255,255,0) 0%);
	background-position: right;
	background-size: 1px 12px;
	background-repeat: repeat-y;
}
.owl-item.active:last-child .brand-item{
	background-image: none;
}

/*Collections*/

.section-collection .section-title{
	width:195px;
	background: #fff;
}

.section-collection .collection-main{
	width: calc(100% - 195px);
}
.section-collection .collection-main .banner-image{
	width: 311px;
}
.section-collection .collection-main .products{
	/* width: calc(100% - 311px); */
}
.fb-page, .fb-page iframe[style], .fb-page span {
	width: 100% !important;
}
.intro {
	margin-bottom: 15px;
}
.section-collection .title h2{
	color: #fff;
	height: 80px;
	font-size: 17px;
	padding-top: 30px;
	padding-left: 20px;
	margin: 0;
	position: relative;
}
.section-collection .title h2 span{
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 45px solid transparent;
	border-left: 70px solid #6ca012;
}
.section-collection .title h2 span b{
	position: absolute;
	top: 3px;
	left: -62px;
}
.section-collection .menu-title{
	padding: 15px 20px;
	background-image: linear-gradient(to right, #ebebeb 82%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 10px 1px;
	background-repeat: repeat-x;

}
.cate-item {
	line-height: 32px;
	font-size: 14px;
}
.section-collection .brands .brand-item{
	background-image: none;
}
.section-collection .product-box{
	border: 1px solid #dedede;	
	margin: 0;
	border-right: none;
}
.brands .owl-carousel .owl-nav .owl-prev {
	left: 6px;
}
.brands .owl-carousel .owl-nav .owl-next {
	right: 6px;
}


@media(max-width:1199px){
	.section-collection .section-title{
		width: 100%;
	}
	.section-collection .collection-main,
	.section-collection .collection-main .products{
		width: 100%;
	}
	.section-collection .title h3 {

		height: 43px;
		font-size: 16px;
		padding-top: 10px;
		padding-left: 25px;

		position: relative;
	}
	.section-collection .title{
		position: relative;
	}
	.section-collection .title h3 span {
		border-left-width: 40px!important;
	}
	.section-collection .title h3 span b{
		font-size: 0px;
	}
	.section-collection .title h3 span{
		border-bottom: 28px solid transparent;
	}
	.menu-phu{
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.menu-phu .dropdown-toggle::after{
		display: none;
	}
	.menu-phu .dropdown-menu{
		right: -10px;
		left: auto;
		top: 30px;
		padding: 10px 20px;
	}


}

@media(min-width:767px){

	.section-collection .col-sm-4:nth-child(1) .product-box,
	.section-collection .col-sm-4:nth-child(2) .product-box,
	.section-collection .col-sm-4:nth-child(3) .product-box,
	.section-collection .col-sm-4:nth-child(4) .product-box{
		border-top: 0 none;
	}
	.section-collection .col-sm-4:nth-child(8) .product-box,
	.section-collection .col-sm-4:nth-child(5) .product-box,
	.section-collection .col-sm-4:nth-child(6) .product-box,
	.section-collection .col-sm-4:nth-child(7) .product-box{
		border-top: 0 none;
		border-bottom: none;
	}

}
@media(min-width:992px) {
	.section-collection .col-lg-3:nth-child(4n+1) .product-box{
		border-left: 0 none;
	}
}

@media(min-width:768px) and (max-width: 991px) {
	.section-collection .col-sm-4:nth-child(3n+1) .product-box{
		border-left: 0 none;
	}
}
@media(max-width: 1024px){
	.section-collection .title h2 span b{
		display: none;
	}
	.section-collection .title h2 {
		color: #fff;
		height: 44px;
		font-size: 18px;
		padding-top: 9px;
		padding-left: 30px;
		margin: 0;
		position: relative;
	}
	.section-collection .title h2 span{
		border-bottom: 30px solid transparent;
		border-left-width: 45px!important;
	}
}
@media(max-width: 543px){
	.brand-item {
		border-right: 1px dotted #e1e1e1;
	}
	.section-collection .products .col-sm-4:nth-child(3n+1){
		clear:none;
	}
	.section-collection .products .col-sm-4:nth-child(2n+1){
		clear:left;
	}

	.section-collection .col-sm-4:nth-child(1) .product-box,
	.section-collection .col-sm-4:nth-child(2) .product-box{
		border-top: 0 none;
	}
	.section-collection .col-sm-4:nth-child(4) .product-box,
	.section-collection .col-sm-4:nth-child(3) .product-box{
		border-top: none;
	}
	.section-collection .col-sm-4:nth-child(5) .product-box,
	.section-collection .col-sm-4:nth-child(6) .product-box{
		border-top: 0 none;
		border-bottom: none;
	}

	.section-collection .col-sm-4:nth-child(2n+1) .product-box{
		border-left: 0 none;
	}

}
@media(max-width: 375px){
	.section-collection .product-box .product-name a{
		min-height: 60px;


	}
	.products-view-grid .product-info, .products .product-info{
		min-height: 70px;
	}
	.section-collection .product-box .product-thumbnail a{
		height: 150px;
	}

}
@media(max-width: 320px){
	.section-collection .products-view-grid .product-info, .section-collection .products .product-info{
		padding: 0;
	}
}

/*new question*/
.section-home-blogs .section-content{
	background: #fff;
}
.section-home-blogs .heading{
	margin: 0;
}
.section-home-blogs .blog-item{
	margin-bottom: 0;
}
.section-home-blogs .blog-item .blog-item-summary {
	font-size: 13px;
	color: #acacac;
	line-height: 22px;
	color: #464646;
}
.blogs-content {
	padding: 20px;	
}
.col-sm-7 .blogs-content {

	border-left: 1px solid #f9f9f9;
}

.section-home-blogs span.new {
	display: inline-block;
	background: #fd403f;
	padding: 0 7px;
	color: #fff;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 25px;
	line-height: 15px;
	font-size: 12px;
	height: 16px;
	font-weight: 400;
}
.section-home-blogs .heading .title-head{
	display: block;

}
.section-home-blogs .heading .title-head a{
	font-size: 14px;
	color: #2fa8fc;
}
.list-blogs-link .blog-item-link{
	padding: 5px 0;
}
.list-blogs-link .blog-item-link .date{
	color: #b0b0b0;
	letter-spacing: -1px;
}
.section-home-blogs .list-blogs {
	margin-bottom: 10px;
}
.section-home-blogs .list-blogs .blog-item .blog-item-name {
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
}
.section-home-blogs .heading .title-head a.pull-xs-right.link-block {
	font-size: 12px;
	float: right;
	display: block;
	color: #767676;
	font-weight: 400;
	text-transform: initial;
}
.section-home-blogs .heading .title-head a.pull-xs-right.link-block:hover{
	color:#2fa8fc;
}
.section-home-blogs .list-blogs-link .blog-item-link .blog-item-name a{
	color: #2fa8fc;
}
.section-home-blogs .list-blogs-link .blog-item-link .blog-item-name a:hover{
	color: #2fa8fc;
	font-weight: 700;
}
.section-home-blogs .blog-item .blog-item-thumbnail {
	position: relative;
	width: 125px;
	float: left;
	margin-right: 20px;
}
.col-sm-5 .blogs-content .blog-item-link .blog-item-name h3 a {
	color: #252525;
	line-height: 20px;
	text-decoration: none;
	margin-bottom: 0px;
	display: block;
	font-size: 13px;
	font-weight: 400 !important;
}
.col-sm-5 .blogs-content .blog-item-link .blog-item-name h3 a:hover {
	color: #2fa8fc;
}
.col-sm-7 .blogs-content .blog-item-link .blog-item-name h3{display:inline-block;}
.col-sm-7 .blogs-content .blog-item-link .blog-item-name h3 a {
	display:block;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 20px;
	color: #2fa8fc;
	font-weight: 400;
}
/*.section-home-blogs .blog-item-link .blog-item-name a{
font-size: 13px;
color: #464646;
line-height: 22px;
margin-bottom: 5px;
}*/
.section-home-blogs .blog-item-link .blog-item-name a h3 {
	font-size: 13px;
	color: #2fa8fc;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: 400 !important;
}
.section-home-blogs .blog-item-link .blog-item-name a h3:hover {
	color: #2fa8fc;
	font-weight: 700 !important;
}
.section-home-blogs .blog-item-link .blog-item-name a:hover{
	color: #2fa8fc;
}
.section-home-blogs .blog-item-link .blog-item-name .fa{
	font-size: 6px;
	color: #b0b0b0;
	top: 7px;
}
.section-home-blogs .blog-item-link .postby .pull-xs-left:first-child{
	color:#2fa8fc;
	margin-right: 10px;
}
.section-home-blogs .blog-item-link .postby .pull-xs-left:nth-child(2){
	margin-right: 10px;
}



/*Policy*/
.section-policy{
	background: #fff;
	background-image: linear-gradient(to right, #2fa8fc 76%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 7px 1px;
	background-repeat: repeat-x;

}
.section-policy > div{
	background-image: linear-gradient(to right, #2fa8fc 76%, rgba(255,255,255,0) 0%);
	background-position: top;
	background-size: 7px 1px;
	background-repeat: repeat-x;
	padding: 24px 0;
}
.section-policy .col-xl-3{
	width: 24%;
}
.section-policy .col-xl-3:nth-child(2){
	width: 28%;
}
.policy{
	position: relative;
	padding: 13px 0;
}


.policy-icon{
	float: left;
	padding-right: 10px;
}
.policy-text{
	margin-top: 10px;
}
.section-policy h4{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;	
}
.section-policy p{
	color: #818181;
}
@media(max-width: 1199px){
	.policy{

	}
	.section-policy{
		border: none;

	}
	.policy-icon{
		width: 60px;
	}
	.section-policy p {		
		font-size: 11px;
	}
	.section-policy h4 {
		font-size: 11px;		
	}
	.policy:after{
		display: none;
	}
	.section-policy .col-xl-3{
		width: 32%;
	}
	.section-policy .col-xl-3:nth-child(2){
		width: 35%;
	}

}
@media(max-width: 767px){
	.section-policy .col-xl-3{
		width: 50%;
		padding: 0;
	}
	.section-policy .col-xl-3:nth-child(2){
		display: none;
	}
	.section-policy .policy-content{
		padding: 0 15px;
	}
	.policy{

	}
	.col-md-4:last-child .policy{
		border-bottom: none;
	}
}
@media(max-width: 375px){
	.section-policy .col-xl-3{
		width: 100%;
		padding: 0;
	}
	.policy {
		padding-left: 45px;
	}