#archive-tiles{
	margin:30px 0 0;
}
#archive-tiles .container{
	position:relative;
}
#archive-tiles .main-title{
	display:table;
	margin:0 auto 25px;
	
	position:relative;
}
#archive-tiles .main-title h1{
	margin:0;
	
	font-size:27px;
	font-weight:800;
	color:#475569;
	line-height:35px;
}
#archive-tiles .main-title h1 span{
	display:inline-block;
	
	position:relative;
}
#archive-tiles .main-title span:before{
	width:100%;
	height:14px;
	background:#F2D38C;
	display:block;
	content:'';
	
	position:absolute;
	top:20px;
	right:0;
	z-index:-1;
}
#archive-tiles .main-title h1 br{
	display:none;
}
#archive-tiles .category-tiles-slider{
	width:100%;
}
#archive-tiles .tiles-wrapper .item{
	margin:0 12px 30px;
	
	display:flex;
	align-items:flex-end;
}
#archive-tiles .tiles-wrapper .item .background-wrapper{
	width:100%;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	flex-direction:column;
	gap:10px;
}
#archive-tiles .tiles-wrapper .item .background-wrapper img{
	max-width:90%;
	max-height:172px;
}
#archive-tiles .tiles-wrapper .item .background-wrapper .title{
	margin:0 auto 16px;
	
	font-size: 14px;
	font-weight: 400;
	color: #1E293B;
}
#archive-tiles .tiles-wrapper .item .background-wrapper:hover .title{
	color:#E6332A;
}

@media only screen and (max-width:1520px) {
	#archive-tiles .tiles-wrapper .item .background-wrapper .title{
		font-size:15px;
	}
}
@media only screen and (max-width:1200px) {
	#archive-tiles .main-title h1{
		font-size:21px;
		text-align:center;
	}
}
@media only screen and (max-width:730px) {
	#archive-tiles .main-title h1{
		font-size:15px;
	}
}
@media only screen and (max-width:610px) {
	#archive-tiles .container{
		width:100%;
	}
	#archive-tiles .category-tiles-slider-mobile{
		width:100%;
		
		text-align:right;
		direction:rtl;
	}
	#archive-tiles .category-tiles-slider-mobile .tiles-wrapper{
		width:100% !important;
		overflow-x:scroll;
		overflow-y:hidden;
		
		-ms-overflow-style: none;
		scrollbar-width: none;
		
		display:flex !important;
		flex-wrap:unset !important;
		gap:0 !important;
	}
	#archive-tiles .category-tiles-slider-mobile .tiles-wrapper::-webkit-scrollbar ,
	#archive-tiles .category-tiles-slider-mobile .tiles-wrapper::-webkit-scrollbar {
		display:none;
	}
	#archive-tiles .category-tiles-slider-mobile .item{
		width:-moz-calc( 100% / 3  - 24px );
		width:-webkit-calc( 100% / 3  - 24px );
		width:calc( 100% / 3 - 24px );
		
		min-width:175px !important;	
		float:right;
		padding-top:0;
		padding-bottom:30px;
		margin:0 12px;
		
		align-items:flex-end;
		flex-grow:1;
		flex-shrink:0;
	}
	#archive-tiles .category-tiles-slider-mobile .item:first-child{
		margin-right:50px !important;
	}
	#archive-tiles .tiles-wrapper .item .background-wrapper{
		flex-wrap:nowrap;
	}
	#archive-tiles .tiles-wrapper .item .background-wrapper .title{
		font-size:13px;
		font-weight: 800;
	}
}
@media only screen and (max-width:480px) {
	#archive-tiles .main-title h1 br{
		display:block;
	}
	#archive-tiles .category-tiles-slider-mobile .item{
		width:-moz-calc( 50%  - 24px );
		width:-webkit-calc( 50%  - 24px );
		width:calc( 50% - 24px );
	}
}

#product-archive{
	margin-top:10px;
}
.search-count-result{
	margin:40px 0 0 0;
	
	font-size: 16px;
	color:#475569;
	font-weight: 400;
	text-align: center;
	line-height: 30px;
	
	display:flex;
	justify-content:center;
	gap:8px;
}
.search-count-result .search-string{
	color:#30B2F2;
	font-weight:700;
}
#product-archive .main-title{
	display:table;
	margin:0 auto 35px;
	
	position:relative;
}
#product-archive .main-title .title{
	margin:0;
	
	font-size:27px;
	font-weight:800;
	color:#475569;
	line-height:35px;
	
	position:relative;
	z-index:1;
}
#product-archive .main-title:before{
	width:110px;
	height:14px;
	background:#F2D38C;
	display:block;
	content:'';
	
	position:absolute;
	top:20px;
	right:0;
	z-index:0;
}
#product-archive.khandaloo-sales-page{
	margin-top:0;
	padding-top:40px;
	
	position:relative;
}
#product-archive.khandaloo-sales-page:before{
	width:100%;
	height:60vh;
	background: linear-gradient(44deg, #A62934 38.24%, #DA5863 79.36%);
	display:block;
	content:'';
	
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
#product-archive.khandaloo-sales-page .main-title .title{
	margin-bottom:24px;
	
	font-size: 37px;
	font-weight: 800;
	color:#fff;
	text-align:center;
}
#product-archive.khandaloo-sales-page .main-title:before{
	display:none;
}
#product-archive.khandaloo-sales-page .main-title p{
	color:#fff;
	text-align:center;
}
#product-archive .container .cols .block-wrapper{
	width:100%;
	background:#fff;
	overflow:hidden;
	padding:16px;
	border-radius:16px;
	border:1px solid #CBD5E1;
}
#product-archive .container .cols.sidebar{
	width:330px;
	float:right;
}
#product-archive .container .cols.sidebar .block-wrapper{
	margin-bottom:30px;
	
	display:flex;
	flex-direction:column;
	gap:16px;
}
#product-archive .container .cols.sidebar .block-wrapper .top{
	margin:8px 0 14px;
	
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#product-archive .container .cols.sidebar .block-wrapper .top .col{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
#product-archive .container .cols.sidebar .block-wrapper .top .close{
	display:none;
	cursor:pointer;
	float:right;
	margin-left:16px;
}
#product-archive .container .cols.sidebar .block-wrapper .top .title{
	margin:0;
	float:right;
	
	font-size: 21px;
	font-weight: 800;
	color:#334155;
	line-height: 29px;
}
#product-archive .container .cols.sidebar .block-wrapper .top .remove-filters{
	margin:0;
	cursor:pointer;
	
	font-size: 12px;
	font-weight: 700;
	color:#64748B;
	line-height: 22px;
}
#product-archive .container .cols.sidebar .block-wrapper .widget-content{
	border-bottom:1px solid #E2E8F0;
	padding-bottom:5px;
	margin-bottom:21px;
}
#product-archive .container .cols.sidebar .block-wrapper .widget-content:last-child{
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
#product-archive .container .cols.sidebar .block-wrapper .widget-content .title{
	margin:0 0 16px;
	cursor:pointer;
	
	font-size: 16px;
	font-weight: 700;
	color:#64748B;
	
	position:relative;
}
#product-archive .container .cols.sidebar .block-wrapper .widget-content .title:before{
	width:12px;
	height:12px;
	background:url('../images/arrow-down.svg') no-repeat;
	display:block;
	content:'';
	margin-top:-6px;
	
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	
	position:absolute;
	top:50%;
	left:0;
}
#product-archive .container .cols.sidebar .block-wrapper .widget-content.expanded .title:before{
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
#product-archive .container .cols.sidebar .block-wrapper .widget-content ul{
	max-height:0;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#product-archive .container .cols.sidebar .block-wrapper .widget-content.expanded ul{
	max-height:1000px;
}
#product-archive .container .cols.sidebar .block-wrapper .widget-content ul li{
	display:block;
	margin-bottom:10px;
}
#product-archive .container .cols.sidebar .block-wrapper .widget-content ul li label{
	font-size:14px;
	font-weight:400;
	color:#1E293B;
	
	cursor:pointer;
	
	display:flex;
	align-items:center;
}
#product-archive .container .cols.sidebar .block-wrapper .widget-content ul li input{
	display:inline-block;
	appearance:none;
	margin-left:8px;
}
#product-archive .container .cols.sidebar .block-wrapper .widget-content ul li input:before{
	width:20px;
	height:20px;
	background:#FFF;
	display:block;
	content:'';
	border-radius: 4px;
	border: 1px solid #94A3B8;
}
#product-archive .container .cols.sidebar .block-wrapper .widget-content ul li input:checked:before{
	background:#475569 url('../images/tik.svg') no-repeat center;
	border-color:#475569;
}
#product-archive .container .cols.sidebar .block-wrapper .filter-apply-btn{
	width:-moz-calc( 100% - 32px );
	width:-webkit-calc( 100% - 32px );
	width:calc( 100% - 32px );
	
	height:48px;
	background:#64748B;
	cursor:pointer;
	border-radius:50px;
	display:none;
	margin:0 auto 16px;
	
	font-size:18px;
	font-weight:800;
	color:#fff;
	line-height:48px;
	text-align:center;
}
#product-archive .container .cols.sidebar .block-wrapper .filter-apply-btn.disabled{
	cursor:auto;
	
	background:#CBD5E1;
}
#product-archive .container .cols.sidebar .block-wrapper .khandaloo-result-count-label{
	display:none;
	background:#fff;
	margin:0 auto;
	
	font-size:14px;
	color:#334155;
	line-height:23px;
}
#product-archive .container .cols.sidebar .block-wrapper .khandaloo-result-count-label:before{
	width:20px;
	height:20px;
	background:url('../images/information-outline.svg') no-repeat;
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}
#product-archive .container .cols.sidebar .block-wrapper .khandaloo-result-count-label span{
	height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}
#product-archive .container .cols.sidebar.popup-active{
	width:100vw;
	height:100%;
	background:#fff;
	overflow:hidden;
	display:block;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2 ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	position:fixed !important;
	top:30%;
	left:0;
	z-index:9999999;
}
#product-archive .container .cols.sidebar.popup-active.visible{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
	
	top:0;
}
#product-archive .container .cols.sidebar.popup-active .block-wrapper{
	height:100%;
	overflow:hidden;
	padding:0;
	border:0;
	border-radius:0;
	box-shadow:unset;
	margin-bottom:0;
}
#product-archive .container .cols.sidebar.popup-active .block-wrapper .top{
	margin:0 0 14px;
	padding:16px;
	border-bottom:1px solid #efefef;
}
#product-archive .container .cols.sidebar.popup-active .block-wrapper .col .close{
	display:block;
}
#product-archive .container .cols.sidebar.popup-active .block-wrapper .widget-content-wrapper{
	height:-moz-calc( 100% - 128px );
	height:-webkit-calc( 100% - 128px );
	height:calc( 100% - 128px );
	
	padding:0 16px 16px;
	overflow:hidden;
	overflow-y:auto;
}
#product-archive .container .cols.sidebar.popup-active .block-wrapper .filter-apply-btn{
	display:block;
}
#product-archive .container .cols.sidebar.popup-active .block-wrapper .khandaloo-result-count-label{
	display:inline-block;
}
#product-archive .container .cols.content{
	width:-moz-calc( 100% - 354px );
	width:-webkit-calc( 100% - 354px );
	width:calc( 100% - 354px );
	
	float:left;
}
#product-archive .container .cols.content .woocommerce-result-count,
#product-archive .container .cols.content .woocommerce-products-header,
#product-archive .container .cols.content .woocommerce-breadcrumb,
#product-archive .container .cols.content .woocommerce-notices-wrapper,
#product-archive .container .cols.content .woocommerce-ordering{
	display:none;
}
#product-archive .container .cols.content .custom-wc-orderby{
	padding: 16px 24px 24px 24px;
	margin-bottom:32px;
	border-bottom: 1px solid #E2E8F0;
	
	display:flex;
	justify-content:right;
	align-items:center;
	gap:16px;
	
	position:relative;
}
#product-archive .container .cols.content .custom-wc-orderby .top{
	display:none;
}
#product-archive .container .cols.content .custom-wc-orderby .orderby-label{
	font-size:14px;
	font-weight:400;
}
#product-archive .container .cols.content .custom-wc-orderby .ordering-btn{
	height:40px;
	background:#fff;
	padding:0 12px;
	border-radius:30px;
	cursor:pointer;
	
	display:flex;
	align-items:center;
	
	font-size: 14px;
	color:#334155;
}
#product-archive .container .cols.content .custom-wc-orderby .ordering-btn:hover{
	background:#F1F5F9;
	
	color:#334155;
}
#product-archive .container .cols.content .custom-wc-orderby .ordering-btn:active,
#product-archive .container .cols.content .custom-wc-orderby .ordering-btn.selected{
	background:#FFE1DF;
	
	color:#C42A24;
	font-weight:700;
}
#product-archive .container .cols.content .custom-wc-orderby .khandaloo-result-count-label{
	display:inline-block;
	background:#fff;
	padding:0 10px;
	
	font-size:14px;
	color:#334155;
	line-height:24px;
	
	position:absolute;
	bottom:-12px;
	left:0;
	z-index:100;
}
#product-archive .container .cols.content .custom-wc-orderby .khandaloo-result-count-label:before{
	width:24px;
	height:24px;
	background:url('../images/information.svg') no-repeat;
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}
#product-archive .container .cols.content .custom-wc-orderby .khandaloo-result-count-label span{
	height:24px;
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}
#product-archive .container .cols.content .custom-wc-orderby .khandaloo-result-count-label .khandaloo-result-count{
	font-weight:800;
}
#product-archive .container .cols.content .mobile-order-filter{
	padding: 16px 24px 24px 24px;
	margin-bottom:32px;
	border-bottom: 1px solid #E2E8F0;
	
	display:none;
	justify-content:right;
	align-items:center;
	flex-wrap:wrap;
	gap:16px;
}
#product-archive .container .cols.content .mobile-order-filter .button{
	height:32px;
	background:#fff;
	padding:0 16px;
	border: 1px solid #94A3B8;
	border-radius:50px;
	cursor:pointer;
	
	display:flex;
	align-items:center;
	gap:8px;
	
	font-size: 12px;
	font-weight:400;
	color:#475569;
	
	position:relative;
}
#product-archive .container .cols.content .mobile-order-filter .button span{
	color:#475569;
}
#product-archive .container .cols.content .mobile-order-filter .button:hover{
	border-color:#666;
}
#product-archive .container .cols.content .mobile-order-filter .button:hover span{
	color:#666;
}
#product-archive .container .cols.content .mobile-order-filter .button.active:before{
	width:6px;
	height:6px;
	background:#DD3C49;
	display:block;
	content:'';
	border-radius:6px;
	margin-top:-3px;
	
	position:absolute;
	top:50%;
	right:7px;
}
#product-archive .container .cols.content .mobile-order-filter .khandaloo-result-count-label{
	display:inline-block;
	background:#fff;
	margin-right:auto;
	
	font-size:14px;
	color:#334155;
	line-height:23px;
}
#product-archive .container .cols.content .mobile-order-filter .khandaloo-result-count-label:before{
	width:20px;
	height:20px;
	background:url('../images/information-outline.svg') no-repeat;
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}
#product-archive .container .cols.content .mobile-order-filter .khandaloo-result-count-label span{
	height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}
#product-archive .container .cols.content .custom-wc-orderby.popup-active{
	width:100vw;
	height:auto;
	background:#fff;
	overflow:hidden;
	display:block;
	padding:0 0 16px;
	margin:0;
	border-radius:16px 16px 0 0;
	
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	FILTER: alpha(opacity=0);
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2 ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
	position:fixed !important;
	bottom:-300px;
	left:0;
	z-index:9999999;
}
#product-archive .container .cols.content .custom-wc-orderby.popup-active.visible{
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	FILTER: alpha(opacity=100);
	
	bottom:0;
}
#product-archive .container .cols.content .custom-wc-orderby.popup-active .icon,
#product-archive .container .cols.content .custom-wc-orderby.popup-active .orderby-label{
	display:none
}
#product-archive .container .cols.content .custom-wc-orderby.popup-active .top{
	width:100%;
	display:block;
	margin:0 0 14px;
	padding:16px;
	border-bottom:1px solid #efefef;
	
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:16px;
}
#product-archive .container .cols.content .custom-wc-orderby.popup-active .top .close{
	display:block;
	cursor:pointer;
}
#product-archive .container .cols.content .custom-wc-orderby.popup-active .top .title{
	margin:0;
	float:right;
	
	font-size: 18px;
	font-weight: 800;
	color:#475569;
	line-height: 29px;
}
#product-archive .container .cols.content .custom-wc-orderby.popup-active .ordering-btn{
	display:inline-block;
	float:right;
	margin:0 16px 5px 0;
	
	line-height:40px;
}
#product-archive .container .cols.content .custom-wc-orderby.popup-active .khandaloo-result-count-label{
	display:none;
}

#product-archive .container .cols.content .products .product{
	width: -moz-calc( 20% - 8px ) !important;
	width: -webkit-calc( 20% - 8px ) !important;
	width: calc( 20% - 8px ) !important;
}
#product-archive .container .cols.content .woocommerce-no-products-found{
	width:100%;
	padding:150px 0;
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap:18px;
}
#product-archive .container .cols.content .woocommerce-no-products-found .woocommerce-info{
	background:none;
	border:0;
	padding:0;
}
#product-archive .container .cols.content .woocommerce-no-products-found .woocommerce-info:before{
	display:none;
}
#product-archive .container .cols.content .woocommerce-no-products-found .remove-filters{
	height:48px;
	padding:0 16px;
	border-radius:50px;
	border: 1px solid #64748B;
	cursor:pointer;
	
	font-size: 18px;
	font-weight: 700;
	color:#64748B;
	line-height:48px;
}
#product-archive .container .cols.content .woocommerce-no-products-found .remove-filters:hover{
	border-color:#333;
}

.woocommerce-pagination{
	margin-top:32px;
	overflow: hidden;
	
	display:flex;
	justify-content:left;
}
.woocommerce-pagination .page-numbers{
	width: auto;
	overflow: hidden;
	display:flex !important;
	justify-content:center;
	flex-wrap:wrap;
	gap:8px;
	
	list-style:none;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}
.woocommerce-pagination .page-numbers li{
	min-width: 32px;
	height: 32px;
	overflow: hidden;
	display:inline-block;
	margin:0 !important;
	border:0 !important;
}
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
	min-width: 32px;
	height: 32px;
	background:#F1F5F9 !important;
	overflow: hidden;
	border-radius: 12px;
	padding:0 10px !important;
	
	display:flex !important;
	justify-content:center;
	align-items:center;
	
	font-size: 14px !important;
	color:#64748B !important;
	font-weight:300 !important;
	line-height:19px !important;
	
	-moz-transition: all .2s ease-out;
	-o-transition: all .2 ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}
.woocommerce-pagination .page-numbers li a:hover,
.woocommerce-pagination .page-numbers li a:active{
	color: #fff !important;
	background:#FFB100 !important;
}
.woocommerce-pagination .page-numbers li span.current {
	background:#FFB100 !important;
	color:#fff !important;
}
.woocommerce-pagination .page-numbers li span.dots{
	background:none !important;
}
.woocommerce-pagination .page-numbers li a:hover svg path,
.woocommerce-pagination .page-numbers li a:active svg path{
	stroke: #fff !important;
}

#archive-description{
	margin:50px 0 0;
}
#archive-description .container .block-wrapper{
	width:100%;
	height:200px;
	background:#fff;
	overflow:hidden;
	padding:16px;
	border-radius:16px;
	border:1px solid #CBD5E1;
	
	font-size:12px;
	color:#777;
	line-height:30px;
	text-align:justify;
	
	position:relative;
}
#archive-description .container .block-wrapper.active{
	height:auto;
	padding-bottom:50px;
}
#archive-description .container .block-wrapper ol,
#archive-description .container .block-wrapper ul{
	margin-right:15px;
	margin-left:0;
	padding:0;
}
#archive-description .container .block-wrapper .more-btn{
	width:100%;
	height:100px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 100%);
	overflow:hidden;
	cursor:pointer;
	
	display:flex;
	justify-content:center;
	align-items:end;
	
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
}
#archive-description .container .block-wrapper.active .more-btn{
	height:50px;
}
#archive-description .container .block-wrapper .more-btn span{
	color:#64748b;
	font-weight:500;
	text-align:center;
	
	display:flex;
	justify-content:center;
	align-items:center;
	gap:5px;
}
#archive-description .container .block-wrapper .more-btn span:after{
	width:12px;
	height:12px;
	background:url('../images/arrow-left-menu.svg') no-repeat;
	content:'';
	display:block;
}

@media only screen and (max-width:1620px) {
	#product-archive .container .cols.content .products .product{
		width: -moz-calc( 25% - 7.5px ) !important;
		width: -webkit-calc( 25% - 7.5px ) !important;
		width: calc( 25% - 7.5px ) !important;
	}
}
@media only screen and (max-width:1400px) {
	#product-archive .container .cols.content .products .product{
		width: -moz-calc( ( 100% / 3 ) - 6.666666666666667px ) !important;
		width: -webkit-calc( ( 100% / 3 ) - 6.666666666666667px ) !important;
		width: calc( ( 100% / 3 ) - 6.666666666666667px ) !important;
	}
}
@media only screen and (max-width:1300px) {
	#product-archive .container .cols.content .custom-wc-orderby{
		gap:10px;
	}
	#product-archive .container .cols.content .custom-wc-orderby .orderby-label{
		font-size:13px;
	}
	#product-archive .container .cols.content .custom-wc-orderby .ordering-btn{
		padding:0 10px;
		
		font-size: 13px;
	}
}
@media only screen and (max-width:1180px) {
	#product-archive .container .cols.content .custom-wc-orderby{
		padding: 16px 0 24px 0;
	}
}
@media only screen and (max-width:1130px) {
	#product-archive .container .cols.sidebar{
		width:280px;
	}
	#product-archive .container .cols.content{
		width:-moz-calc( 100% - 304px );
		width:-webkit-calc( 100% - 304px );
		width:calc( 100% - 304px );
	}
}
@media only screen and (min-width:1001px) and (max-width:1130px) {
	#product-archive .container .cols.content .products .product{
		width: -moz-calc( 50% - 5px ) !important;
		width: -webkit-calc( 50% - 5px ) !important;
		width: calc( 50% - 5px ) !important;
	}
}
@media only screen and (max-width:1080px) {
	#product-archive .container .cols.content .custom-wc-orderby .orderby-label{
		display:none;
	}
}
@media only screen and (max-width:1000px) {
	#product-archive .container .cols.sidebar{
		display:none;
	}
	#product-archive .container .cols.content{
		width:100%;
	}
	#product-archive .container .cols.content .custom-wc-orderby{
		display:none;
	}
	#product-archive .container .cols.content .mobile-order-filter{
		display:flex;
	}
}
@media only screen and (max-width:830px) {
	#product-archive .container .cols.content .products .product{
		width: -moz-calc( 50% - 5px ) !important;
		width: -webkit-calc( 50% - 5px ) !important;
		width: calc( 50% - 5px ) !important;
	}
}
@media only screen and (min-width:421px) and (max-width:580px) {
	#product-archive .container .cols.content .block-wrapper .products .product .button{
		font-size:0;
		color:transparent;
		
		gap:0;
	}
}
@media only screen and (max-width:480px) {
	#product-archive .container{
		width:100%;
	}
	#product-archive .container .cols.content .block-wrapper{
		border-radius:0;
		border:0;
		padding:16px 0;
	}
	#product-archive .container .cols.content .block-wrapper .products{
		padding-right:16px !important;
		padding-left:16px !important;
	}
	.woocommerce-pagination .page-numbers{
		padding-right:16px !important;
		padding-left:16px !important;
	}
}
@media only screen and (max-width:420px) {
	#product-archive .container .cols.content .products .product{
		width:100% !important;
	}
}
@media only screen and (max-width:360px) {
	#product-archive.khandaloo-sales-page .main-title .title{
		font-size: 30px;
	}
	#product-archive .container .cols.content .mobile-order-filter{
		padding-right:12px;
		padding-left:12px;
		
		gap:10px;
	}
}
@media only screen and (max-width:345px) {
	#product-archive .container .cols.content .mobile-order-filter{
		padding-right:12px;
		padding-left:12px;
		
		gap:6px;
	}
}