.home-sale1{margin-top:30px;}
.payment-right ul{margin-bottom:0;}
.payment-right ul li{float:right;margin-left:10px;}
.block-owl-footer{padding:18px 0;}
.copy-right p{margin-bottom:0;margin-top:3px;}
.copy-right p a{color:#a2e280;font-style:italic;}
.img-home-block a,.home-sale a{position:relative;display:block;}
.img-home-block 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);
	}

.img-home-block a:hover:before,.home-sale a:hover:before {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

@media (max-width: 991px)
{
	.top-column-block{margin-top:20px;}
	
}
@media only screen and (min-width : 768px) and (max-width : 991px)
{
	.home-sale{float:left;width:50%;}
	.home-sale1{margin-top:0;}
}
@media (max-width: 767px)
{
 .img-home-block{margin-top:20px;}
 .copy-right{margin-bottom:15px;}
 .block-owl-footer{text-align:center;}
 .payment-right ul li{display:inline-block;float:none;}
}
.products.grid{display:flex; flex-wrap:wrap;}