
@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;
	}

	.header-social{
		display: none;
	}

	.header-right .row .header-col:first-child{
		display: none;
	}
	
	#cssmenu > ul > li:last-child{
		display:block !important;
	}
	
	
	
}	
	
@media only screen and (max-width:992px){
	
	
	header{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	

	.banner-container {
		top:0;
		
	}
		
	
	.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){


	.curve-bg:after{
		top: calc(var(--curve-height) * -0.1);
	}
	
	.header-center{
		text-align: right;
	}

	.heroslider .swiper-slide::after{
		content: "";
		position: absolute;
		top:0;
		right:0;
		left:0;
		bottom:0;
		background: var(--black-color);
		opacity: 0.2;
	}
	

	.btn img {
		width:8vw;
	}

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

	.heroslider{
		position: absolute;
	}


	.banner-container {
		position: relative;
		
	}

	.banner-image{
		position: absolute;
		top:0;
		bottom:0;
	}

	.banner-image img{
		-o-object-fit: cover;
		object-fit: cover;
		height: 100%;
		width: 100%;
	}

	.post-thumb .post-wrapper{
		transform: none !important;
	}

	.hero-action {
		bottom:20px;
	}
	.hero-social{
		display: none;
	}

		

	.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%;
	}

	.hero.swiper-pagination{
		bottom: calc(var(--curve-height) * 0.2) !important;
	}

	.ui-widget.ui-widget-content{
		width:300px !important;	
	}
	
}


