:root { 
	--Radius7: 7px;
}

.Type_Category_Container{padding-top: 25px;}
.Type_Category_Container .card_rate_title{font-size: 12px; font-weight: 400;}
.MobileFilter_Icon,
.Filter_Close{display: none;}
.NoProdut{color: red;font-weight: 600;font-size: 18px;text-align: center;padding: 25px 0;float: left;width: 100%;}

.Type_Category_Filter{width: 27%; float: left;}
.OtherFilter_Tag{margin-top: 10px;}

/*
.Type_Category_Container .ForSticky_Container{position: relative;}
.Type_Category_Container .ForSticky_Container .Type_Category_Filter{position: sticky; top: 10px;}
*/

/*** MANISH FILTER CSS START ***/
.Type_Category_Filter .categorie-products-left{width: 100%;}
.filter-applied-tittle{display: flex;justify-content: space-between; font-weight: 500; font-size: 18px; line-height: 25px; padding-top: 10px;}
.fl-app-right {color: #636363;font-weight: 400;text-decoration: underline;cursor: pointer; font-size: 14px;}
.applied-box-inn {display: flex;flex-wrap: wrap;gap: 8px;margin-top: 10px;border-bottom: 1px solid #E1E1E1;padding-bottom: 17px;}
.applied-box-inn li.active {display: none;}
.applied-box-inn li {border: 1px solid #BFBFBF;padding: 5px 15px;border-radius: 38px;position: relative;cursor: pointer;width: auto; float: left; margin: 0; display: flex;align-items: center;}
.applied-box-inn li span {font-size: 14px;line-height: normal;color: #636363;font-weight: 500;}
.applied-box-inn li button {border: 0;background: transparent;outline: 0;font-size: 22px;color: #636363;padding: 0;cursor: pointer;}

.categorie_faq.active{margin: 0; background: url(/images/tab1-1.png) no-repeat right 25px; background-size: 30px;}
.categorie_faq {font-weight: 500; font-size: 18px; padding: 30px 0 30px 10px;position: relative;display: flex;align-items: center;cursor: pointer;background: url(/images/tab1.png) no-repeat right 25px; background-size: 30px;}
.categorie_faq::before{content: ''; position: absolute; left: 0; top: 31px; width: 3px; height: 14px; background: var(--secondary-color);}
.categorie-inn {max-height: 0;overflow: hidden;transition: 0.3s;border-top: 1px solid #E1E1E1;}
.categorie_faq.active + .categorie-inn {border-top: none;}
.catge-name {color: #000000;}
.active-categorie{color: #636363;}
.active-categorie.active .container_check span.text,
.active-categorie.active .container_check span.Prd_Amount{color: var(--blue-munsell-color);}

.catge-count {color: #BFBFBF;font-weight: 300;}
.categories-list-inn {display: flex;flex-direction: column;gap: 18px;margin-top: 18px;}
.categories-list-inn li {/*height: 30px;*/ margin-bottom:15px;}
.categories-list-inn li .container_check{font-weight: 500; color: #4D4B4C;}
.categories-list-inn li:hover .catge-name {color: #4FBCCC;}
.categories-list-inn li:hover .catge-count {color: #4FBCCC;}

.slider-box {width: 90%; margin: 25px auto}
.slider-box label, 
.slider-box input {border: none; display: inline-block; margin-right: -4px; vertical-align: top; width: 30%}
.slider-box input {width: 70%}
.slider-box .slider {margin: 25px 0}
.ui-corner-all{border-radius: 4px;}
.ui-widget-content {border: 1px solid #aaaaaa;background: #ffffff;color: #222222;}
.ui-slider-horizontal {height: .8em;}
.ui-slider {position: relative;text-align: left;}
.ui-slider-horizontal .ui-slider-range {top: 0;height: 100%;}
.ui-slider .ui-slider-range {position: absolute;z-index: 1;font-size: .7em;display: block;border: 0;background-position: 0 0;}
.ui-widget-header {border: 1px solid #aaaaaa;background: #cccccc;background-position-x: 50%;background-position-y: 50%;color: #222222;font-weight: bold;}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {border: 1px solid #d3d3d3;background: #e6e6e6;font-weight: normal;color: #555555;}
.ui-slider-horizontal .ui-slider-handle {top: -.3em;margin-left: -.6em;}
.ui-slider .ui-slider-handle {position: absolute;z-index: 2;width: 1.2em;height: 1.2em;cursor: default;-ms-touch-action: none;touch-action: none;}

.bread-size-inner {display: flex;flex-wrap: wrap;gap: 12px;}
.bread-size-box {width: 54px;height: 56px;border: 1px solid #979596;display: flex;align-items: center;justify-content: center;border-radius: 3px;cursor: pointer;color: #979596;font-size: 16px;line-height: 23.4px;}
.bread-size-box:hover {background: #4FBCCC;color: #F3F3F3;transition: 0.4s;border: none;}
.bread-size-box.active {background: #4FBCCC;color: #F3F3F3;transition: 0.4s;border: none;}
.catge-name {display: flex;align-items: center;gap: 8px;}
.catge-name img {width: 24px;height: 24px;}
.categorie_faq .active {background: #ff0;}

/*** FILTER CSS END ***/

.Type_Category_Filter .Filter_Box{width: 100%; float: left;}
.Type_Category_Filter .Filter_Box .categorie-inn{padding-bottom: 30px;}
.Type_Category_Filter h4{position: relative; padding: 0 0 0 10px; font-size: 20px;}
.Type_Category_Filter h4::after,
.Type_Category_Filter h4::before,
.Type_Category_Filter .Filter_Box .menuheader::before{content: ''; position: absolute; top: 0;}
.Type_Category_Filter h4::after{background: url(/images/tab1.png) no-repeat right 0; background-size: 30px; width: 30px; height: 30px; right: 0;}
.Type_Category_Filter h4::before,
.Type_Category_Filter .Filter_Box .menuheader::before{width: 3px; height: 15px; left: 0; top: 2px; background: #ff8100;}
.Type_Category_Filter h4.Clear::after{display: none;}
.Type_Category_Filter h4.Clear a{float: right; font-size: 14px; text-decoration: underline; color: #9d9b9c; cursor: pointer; font-weight: 400;}
.CategoryFilter ul li,
.Type_Category_Filter .LabelContent{width: 100%;margin: 3px 0 12px 0;display: flex;align-items: center;position: relative;}
.Type_Category_Filter .Filter_Box .More-Less-BTN,
.Type_Category_Filter .Filter_Box .More-Less-BTN2{display: inline-block; color: #7B7B7B; font-size: 14px; text-decoration: underline; cursor: pointer;}
.Type_Category_Filter .MoreContent{display: none;}
.Type_Category_Filter .AppliedFilters{width: 100%; float: left;padding-bottom: 30px;}
.Type_Category_Filter .AppliedFilters ul {}
.Type_Category_Filter .AppliedFilters ul li.active {display: none;}
.Type_Category_Filter .AppliedFilters ul li {border: 1px solid #BFBFBF;padding: 5px 15px;border-radius: 38px;position: relative;cursor: pointer; margin: 0 6px 7px 0; width: auto; float: left;display: flex;align-items: center;justify-content: center;}
.Type_Category_Filter .AppliedFilters ul li span {font-size: 14px;line-height: normal;color: #636363;font-weight: 500;}
.Type_Category_Filter .AppliedFilters ul li button {border: 0;background: transparent;outline: 0;font-size: 22px;color: #636363;padding: 0;cursor: pointer;}

.CategoryFilter{padding-bottom: 15px; border-bottom: 1px solid #e8e8e8; margin-bottom: 20px;}
.Type_Category_Filter .Filter_Box .menuheader{font-size: 20px; color: #000; position: relative; font-weight: 500; padding: 0 0 0 10px; background: url(/images/tab1.png) no-repeat right -5px; background-size: 30px;margin-bottom: 40px; cursor: pointer; transition: 0.2s;}
.Type_Category_Filter .Filter_Box .menuheader.openheader{background: url(/images/tab1-1.png) no-repeat right -5px; background-size: 30px;margin-bottom: 5px;}
.Type_Category_Filter .Filter_Box .categoryitems{padding-bottom: 35px;}

.Type_Category_Product{width: 68%; float: right; padding-bottom: 0;}
.Type_Category_Product .type-description-with-title{width: 100%; float: left; padding-bottom: 0;}
.Type_Category_Product .type-description-with-title h1,
.Type_Category_Product .type-description-with-title h2,
.Type_Category_Product .type-description-with-title h3{font-size: 20px; padding-bottom: 15px;}
.Type_Category_Product .type-description-with-title p{line-height: 24px; text-align: justify; color: #7d7d7d; padding-bottom: 10px;}
.Type_Category_Select{border-bottom: 1px solid #e1e1e1; padding-bottom: 10px; font-size: 16px; line-height: 40px;}
.Type_Category_Select button{display: none;}
.Type_Category_Select .TotalResult{width: auto; float: left; color: #7d7d7d;}
.Type_Category_Select .TotalResult span{font-weight: 600; color: #000;}
.Type_Category_Select .FilterSelectBox{width: 250px; float: right;}
.Type_Category_Select .FilterSelectBox .textholder{width: 75px; float: left;}
.Type_Category_Select .FilterSelectBox .textbox{width: 175px; float: right;}
.Type_Category_Select .FilterSelectBox select{float: right; height: 40px; width: 100%;padding: 0 0 0 10px;}

.Type_Category_Product_Container{padding-top: 20px; padding-bottom: 30px;}
.Type_Category_Product .card_col{border: 1px solid #f5f5f5; width: 31.333%; float: left; margin: 0 3% 30px 0;}
.Type_Category_Product .card_col .card_image{padding: 0;}
.Type_Category_Product .card_col img{width: 90%;}
.Type_Category_Product .card_col:nth-child(3n){margin: 0 0 30px 0;}
.Type_Category_Product .card_content_title{height: 40px; display: flex;align-items: center;justify-content: center;}

.categories-list-inn {display: flex;flex-direction: column;gap: 0;margin-top: 10px;}
.filter-price {width: 100%;border: 0;padding: 0;margin: 0;margin-top: -20px;}
.price-field {position: relative;width: 100%;height: 36px;box-sizing: border-box;padding-top: 15px;padding-left: 0;border-radius: 3px;}

.price-wrap{color: #000;font-weight: 500;font-size: 16px;}
.price-wrap span{display: inline-block; color: #000; padding-right: 10px;}
.price-wrap #one, 
.price-wrap #two {width: 30px;height: auto;text-align: left;margin: 0;padding: 0;margin-right: 2px;background: 0;border: 0;outline: 0;color: #000000;font-size: 14px;line-height: 1.2em;font-weight: 400;}

/* Reset style for input range */
.price-field input[type=range] {width: 100%;height: 5px;border: 0;outline: 0;box-sizing: border-box;border-radius: 8px;pointer-events: none;-webkit-appearance: none; background: #4fbccc; position: absolute;}
.price-field input[type=range]::-webkit-slider-thumb {-webkit-appearance: none;}
.price-field input[type=range]:active,
.price-field input[type=range]:focus {outline: 0;}
.price-field input[type=range]::-ms-track {width: 188px;height: 2px;border: 0;outline: 0;box-sizing: border-box;border-radius: 5px;pointer-events: none;background: transparent;border-color: transparent;color: transparent;border-radius: 5px;}

/* Style toddler input range */
.price-field input[type=range]::-webkit-slider-thumb { /* WebKit/Blink */position: relative;-webkit-appearance: none;margin: 0;border: 0;outline: 0;border-radius: 50%;height: 16px;width: 16px;margin-top: -8px;background-color: #4FBCCC;cursor: pointer;cursor: pointer;pointer-events: all;z-index: 100;}
.price-field input[type=range]::-moz-range-thumb { /* Firefox */position: relative;appearance: none;margin: 0;border: 0;outline: 0;border-radius: 50%;height: 10px;width: 10px;margin-top: -5px;background-color: #fff;cursor: pointer;cursor: pointer;pointer-events: all;z-index: 100;}
.price-field input[type=range]::-ms-thumb { /* IE */position: relative;appearance: none;margin: 0;border: 0;outline: 0;border-radius: 50%;height: 10px;width: 10px;margin-top: -5px;background-color: #fff;cursor: pointer;cursor: pointer;pointer-events: all;z-index: 100;}

/* Style track input range */
.price-field input[type=range]::-webkit-slider-runnable-track { /* WebKit/Blink */width: 188px;height: 2px;cursor: pointer;background: #4fbccc;border-radius: 5px;}
.price-field input[type=range]::-moz-range-track { /* Firefox */width: 188px;height: 2px;cursor: pointer;background: #fff;border-radius: 5px;}
.price-field input[type=range]::-ms-track { /* IE */width: 188px;height: 2px;cursor: pointer;background: #fff;border-radius: 5px;}








@media only screen and (max-width:800px),(max-width:899px){
.Breadcrumbs{padding-bottom: 10px;}

.MobileFilter_Icon{display: block; float: right; padding-bottom: 20px; width: 84px;}
.MobileFilter_Icon img{width: 100%;}
.Filter_Close{display: block;width: 30px; height: 30px; line-height: 30px; float: right; background: #3c9cac; text-align: center; font-weight: 500; color: #fff; font-size: 18px; color: #fff; border-radius: 100%; margin-bottom: 10px;}
#MobileFilter_Popup{width:100%; float:left; display:none; position:fixed; overflow: auto; top:0; left:0; z-index:1234; background:rgba(0,0,0,0.8); height:100%;}
.MobileFilter_PopupContent{background: #fff; margin: 20px auto 0 auto; width: 90%; overflow: auto; padding: 20px; border-radius: 5px;}
.Type_Category_Filter{display: none;}
.Type_Category_Filter h4{padding-bottom: 10px;}
.price-field{width: 200px;}

.Type_Category_Filter .Filter_Box .menuheader{margin-bottom: 30px;}
.Type_Category_Product{width: 100%; float: right;}

.filter-applied-tittle{justify-content: left;}
.fl-app-right{margin-left: 20px; font-size: 12px;}

}

@media only screen and (max-width:700px),(max-width:799px){

}

@media only screen and (max-width:400px),(max-width:499px) {
.Type_Category_Product .card_col,
.Type_Category_Product .card_col:nth-child(3n){width: 49%; float: left; margin: 0 2% 20px 0; box-shadow: none;}
.Type_Category_Product .card_col:nth-child(2n),
.Type_Category_Product .card_col:nth-child(4n){margin: 0 0 20px 0;}
.Type_Category_Product .justify-center{display: inline-block;}

.MobileFilter_PopupContent{padding: 15px; width: 95%;}
.Type_Category_Filter h4,
.Type_Category_Filter .Filter_Box .menuheader{font-size: 18px !important;}
.Type_Category_Filter .AppliedFilters{padding-bottom: 10px;}

}

@media only screen and (max-width:375px), (max-width:399px){

}

@media only screen and (max-width:360px){

}

@media only screen and (max-width:300px), (max-width:320px){
.Type_Category_Select .FilterSelectBox{width: 135px;}
.Type_Category_Select .FilterSelectBox .textholder{display: none;}

}














