@media only screen and (max-width: 2560px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1600px) {
  
}


@media only screen and (max-width: 1366px) {

}


@media only screen and (max-width: 1280px) {
    
}


@media only screen and (max-width: 992px) {
    
    body.body-locked {
        padding-right: 0px;
    }
    
    body.body-locked .phone-call-img {
        right:10px;
        transition: none;
    } 

    .slider-item-inner-box {
        width: 90%;
    }

    .post-w-sidebar__on-single {
        grid-template-columns: 1fr;
    }  
 
    .hidden-big {
        display: block!important;
    }

    .hidden-small {
        display: none!important;
    }

    .thumbnail-box {
        padding:0;
    }

}


@media only screen and (max-width: 768px) {
    .to-know-more {
        font-size: 13px;
        padding: 5px 15px;
    }
    
	#top-cart {
        margin-right: 10px;
	}
    
    .tinv-wishlist .product-thumbnail a img {
       min-width:100%!important;
        height: auto;
    }
    
    .logo-in-modal img.custom-logo {
        min-height: 50px!important;
    }
    
    .slider-item__bg {
        display: none;
    }
    
    .slider-item__bg-mobile {
        display: block;
    }
    
}


@media only screen and (max-width: 640px) {
    
    
    h1 {
        font-size: calc(36px + 10 * (100vw / 1300));
        color: #632b8c;
    }
    
    .slider-1-box button.slick-arrow {
        display: none!important;
    }
    
	.woocommerce-form-login .form-row {
		width:95%!important;
		float:none!important;
	}
} 


@media only screen and (max-width: 480px) {
    .my-footer li {
        font-size: 13px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    
     .with-yandex {
		width:100%;
	}
	
	.with-yandex img {
		height:60px;
	}
} 


@media only screen and (max-width: 320px) {

} 