
@media (min-width:1920px) {

	
}

@media only screen and (max-width:1400px) {	
	
.product-item{
	width:33.33%;
}
	
	
	
}	


@media only screen and (max-width:1199px) {	
	
	#cssmenu > ul > li > a:after{
		content: none;
	}
	
}	
	
@media only screen and (max-width:992px){
	
	.header-social{
		display: none;
	}
	
	
	.fw{
		margin-bottom:var(--fw-sapce);
	}
	
	
	
	.block-wrap.white-bg{
		padding: calc(var(--block-space) * 0.5) ;
	}
	
	.side-image{
		margin-right:calc(var(--container-padding) * -1);
	}
		
	
	.swiper-slide.side-image{
		height:70vw;
	}
	
	.item-deatil-picture{
		height:70vw !important;
	}
	
	.gallery-image {
		height: 50.25vw;
	}
	
	
	.product-item{
		width:33.33%;
	}
			
	.products-filter{
		display: none;
	}
	
	.item-title{
		font-size:var(--size-xxx-small);
	}
	
	.sitemap > li{
		flex-basis:100%;
	max-width:100%;
	padding-left: 0;
	padding-right:0;
	}
	
	.blockcard{
		display: block;
	}
	
	.blockcard-media,
	.blockcard-content{
		width:100%;
	}	
	
	.image-wrapper{
		width:100%;
	}
	
	.blockcard-content-wrapper{
		padding: calc(var(--block-space) * 0.5) ;
	}

	
	.thumb-carousel {
		width:85vw;
	
	}

	.footer-row{
		border: none;
	}

	.footer-col:last-child{
		border-right: none;
	}

footer .align-middle{
	height: auto;
}



}



@media only screen and (max-width:768px){
	

}


@media only screen and (max-width:575px){

	

	.button {
		right:50vw;
	}

	.btn img {
		width:8vw;
	}

	.hero-container{
		position: relative;
		top:0;
		transform:none;
		padding-top: var(--header-height);
		padding-bottom: var(--header-height);
	}

	.heroslider{
		position: absolute;
	}

	
	.hero-social{
		display: none;
	}

	.post-thumbimage{
		height:50vw;
	}
	

	.post-thumbtitle-wrap img{
		width:6.53vw;
	}


	.banner-container-wrap{
		max-width: 100%;
	}

	.video-control{
		width:20vw;
		top:auto;
		right:2vw;
		left:auto;
		bottom:2vw;
		transform:none;
	}


	

	.block + .block{
		margin-top:var(--block-space);
	}

	.item-image {
        width:100%;
		max-width:100%;
	}
	.item-image .image-mask{
		width:20vw;
		height:20vw;
		
	}

		
	.cart-row-price{
		width:100%;
		    margin-top: calc(var(--block-space)* 0.1)
	}
	
	.table-total .cart-row-price{
		width:120px;
	}	
	
	.table-total{
		margin-left: 0;
    padding-left: 0;
	}
		
	.product-item{
		width:50%;
	}
	
}


