.payment-right ul{margin-bottom:0;}
.payment-right ul li{float:right;margin-left:10px;}
.block-owl-footer{padding:20px 0;background:#fff;border-top:1px solid #eee;}  
.copy-right p{margin-bottom:0;margin-top:3px;color:#616161;} 
.copy-right p a{color:#ff7966;}
.img-home-block a,.home-sale a{position:relative;display:block;}
#owl_cat_featured .cat-img > a:before,.home-sale a:before{   
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    z-index: 10;
    background: rgba(0,0,0,0.6);  
    opacity: 0.4;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
	}

#owl_cat_featured .content:hover .cat-img > a:before,.home-sale a:hover:before {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
	-webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}
.owl-support{padding:86px 0;}
.owl-support ul{margin-bottom:0;}
.owl-support ul i{font-size:36px;float:left;width:17%;color:#434343; }
.owl-suptext{float:left;width:83%;}
.owl-suptext h3{text-transform:uppercase;color:#000;font-size:14px;margin-bottom:26px;}
.owl-suptext p{line-height:20px;color:#bdbdbd;margin-bottom:0;}
.owl-support ul li:hover i{color:#ff7966;}
.owl-top-banner{margin-top:30px;}

.home-bottom-banner{position:relative;margin-top:40px;}  
.home-bottom-banner .text-abso{position:absolute;top:0;left:0;width:100%;height:100%;}  
.home-bottom-banner .right-text-bn{padding-left:16%;margin-top:90px;}
.home-bottom-banner .right-text-bn h3{font-size:40px;font-weight:300;text-transform:uppercase;position:relative;padding-bottom:20px;letter-spacing:3px;color:#181719;margin-bottom:30px;}  
.home-bottom-banner .right-text-bn h3:after{width:50px;height:5px;content:"";position:absolute;bottom:0;left:0;background:#000000;}
.home-bottom-banner .right-text-bn h3 span{display:block;}
.home-bottom-banner .right-text-bn p{font-size:12px;color:#181719;line-height:21px;}  
.home-bottom-banner .right-text-bn .shop-colect{font-size:12px;color:#fff;padding:14px 18px;background:#000;text-transform:uppercase;font-weight:600;margin-bottom:15px;display:inline-block;}  
.home-bottom-banner .right-text-bn .shop-colect i{margin-left:5px;}
.bg-banner{margin-top:40px;}
.bg-banner img:hover
{   
    opacity:0.7; 
}

/***cookie**/
#cookie_notice{padding: 15px;
    background: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
	left:0;
    width:cacl(100% - 30px);
    max-width: 420px;
    height: 260px;
    z-index: 5;
	color:#333;
	box-shadow: rgb(0 0 0 / 15%) 0px 4px 24px, rgb(0 0 0 / 5%) 0px 2px 6px;
    margin: 15px;
	}
#cookie_notice button{    
    font-size: 16px;
    padding: 6px 20px;
    line-height: 1;
	margin-top:10px;
	border: none;
    background: #fff;
    color: #ff7966;
    font-weight: bold;
	}
#cookie_notice button:hover
{
	background: transparent;
    color: #f82e56;
}
#cookie_notice .h1{
	font-size:30px;
}
#cookie_notice .h1,#cookie_notice a {color: #333;}

@media only screen and (min-width : 768px) and (max-width : 991px)
{
	.owl-support {
    padding: 60px 0;
    margin-top: 30px;
   }
   .owl-support ul i{width:23%;}
   .owl-suptext{width:77%;}
   .home-bottom-banner .right-text-bn{padding-left:10px;margin-top:20px;}
   .home-bottom-banner .right-text-bn h3{margin-bottom:8px;font-size:22px;}
   .home-bottom-banner .right-text-bn p{margin-bottom:8px;}
}
@media (max-width: 991px)
{
	.top-column-block{margin-top:20px;}
	
}

@media (max-width: 767px)
{
 .owl-top-banner{margin-top:20px;}
 .img-home-block{margin-top:20px;}
 .copy-right{margin-bottom:15px;}
 .block-owl-footer{text-align:center;
        padding-bottom: 80px;
}
 .payment-right ul li{display:inline-block;float:none;}
 .top-column-block{text-align:center;}
 .home-sale1{margin-top:10px;}
 .owl-support{margin-top:40px;padding:0;}
 .owl-support .owl-supitem{display:inline-block;width:100%;margin-bottom:25px;}
 .home-bottom-banner .right-text-bn{display:none;}
 .bg-banner{margin-top:0;}
}