/*Category Title*/
.cat-titlebox {
	padding: 1rem 0;
}
.cat-titlebox h1.title {
	color: #000;
	letter-spacing: 1px;
}
.cat-titlebox .description_text {
	max-height: 80px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}
.cat-titlebox .description_text.viewfull {
	max-height: inherit;
}
.cat-titlebox .description_text p a {
	color: #000;
    font-weight: 400;
	text-decoration: underline;
}
.cat-titlebox .description_text .readmore {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 20px 0 10px 0;
    background-image: -moz-linear-gradient(top, transparent, black);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(248,248,248,0)),color-stop(1, rgba(248,248,248,100)));
}
.cat-titlebox .description_text .readmore a{
	/*background: #999;*/
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0px 10px;
}
/*Category Product Types Thumb Slider*/
.prod-types-slider {
	padding: 0 3rem;
}
.prod-types-slider .prod-item {
	text-align: center;
}
.prod-types-slider .prod-item a .lbl {
	display: block;
	color: #000;
	margin: .3rem 0 0 0; 
}
.prod-types-slider .prod-item a:hover .lbl {
	color: #ff0000;
}

/*Category Product Filter*/
#catprod-filter {
	/*top: 70px;*/
    top: 91px;
    z-index: 100;
}
/* .catprod-filter-slider div:nth-child(6){
    display: none;
} */
#catprod-filter select.select-filter {
	padding: 4px 15px 4px 5px;
	height: auto;
	font-size: 12px;
	text-transform: uppercase;
    border-radius: 12px;
    -webkit-appearance:none;
    background-color: #fff !important;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
}
#catprod-filter select.select-filter.highlighted {
	border-color: #ff0000;
	color: #ff0000;
}
#catprod-filter .select-filter-btn {
	padding: 4px 10px 4px 10px;
	font-size: 12px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	font-weight: 400;
    line-height: 1.5;
    border-radius: 12px;
    min-width: 120px;
    text-align: left;
    text-transform: uppercase;
}
.quick-shipping-btn:hover{
    color: #111;
    border: 1px solid #ef9000;
}
.quick-shipping-btn{
    padding: 6px 10px;
    font-size: 12px;
    border: 1px solid #ef9000;
    background-color: #f8f4ef;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 12px;
    min-width: 120px;
    text-align: left;
    text-transform: uppercase;
    color: #495057;
}
.loader-wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
}

@media screen and (max-width: 1400px) {
    #catprod-filter .select-filter-btn {
        padding: 4px 8px 4px 8px;
        font-size: 12px;
        border: 1px solid #e3e3e3;
        background-color: #fff;
        font-weight: 400;
        line-height: 1.5;
        border-radius: 12px;
        min-width: 110px;
        text-align: left;
        text-transform: uppercase;
    }
    #catprod-filter select.select-filter {
        padding: 4px 5px 4px 5px;
        height: auto;
        font-size: 12px;
        text-transform: uppercase;
    }
}
#catprod-filter .select-filter-btn:after {
	float: right;
    margin-top: 8px;
}
.dropdown-filter {
	min-width: 240px;
	padding: 10px 10px 0;
	background-color: #f4f4f4;
	max-height: 290px;
	overflow-y: scroll;
}
.dropdown-filter ul {
	margin: 0;
}
.shape-filter ul.shapes li {
	position: relative;
    padding: 2px 5px;
    margin-bottom: 10px;
    background-color: #fff;
    border:1px solid #ccc;
    border-radius: 12px;
}
.shape-filter ul.shapes li.selected {
    background-color: #F8F4EF;
    border: 1px solid #EF9000;
}

.shape-filter ul.shapes li.disabled label a span, .shape-filter ul.shapes li.disabled label a, .shape-filter ul.shapes li.disabled label, .shape-filter ul.shapes li.disabled{
    pointer-events: all !important;
    cursor: not-allowed;
}
.filter-div.disabled, .filter-div a.disabled {
    pointer-events: all !important;
    cursor: not-allowed;
    opacity: 0.6;
}
/* .shape-filter ul.shapes li a {
	font-size: 12px;
	color: #000;
	padding: 5px 5px 5px 35px;
	line-height: 1.2;	
	display: block;
}
.shape-filter ul.shapes li a:before{
	top: 0;
}
.shape-filter ul.shapes li a:hover {
	color: #ff0000;
} */
.shape-filter ul.shapes li label {
	margin: 0;
	display: block;
}
.shape-filter ul.shapes li label input[type=checkbox], 
.shape-filter ul.shapes li label input[type=radio] {
	display: none;
}
.disabled .filterstylename {
    color: #dddddd;
    
}
.filterstylename {	
	font-size: 12px;
	color: #000;
	padding:7px 8px;
	line-height: 1.2;	
	display: inline-block;
	cursor: pointer;
}
/* .shape-filter ul.shapes li label input:checked + span {
	background: #000;
    color: #f4f4f4 !important;
} */
#catprod-filtered-option .filtered-option a {
	text-transform: uppercase;
}
#catprod-filtered-option .filtered-option .style-filters-selection li {
	display: inline-block;
}
#catprod-filtered-option .filtered-option .style-filters-selection li h2 {
    margin: 0px;
    line-height: 20px;
    font-size: 12px;
}
#catprod-filtered-option .filtered-option a.badge,
#catprod-filtered-option .filtered-option .style-filters-selection li a {
	font-size: 90%;
    padding: 4px 25px 4px 10px;
    border-radius: 10px;
    color: #000;
    margin:0 5px 5px 0;
    position: relative;
    border: 1px solid #e3e3e3;
    font-weight: 600;
}
#catprod-filtered-option .filtered-option a.badge:after,
#catprod-filtered-option .filtered-option .style-filters-selection li a:after {
	position: absolute;
    content: 'X';
    color: #fff;
    background-color: #000;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    line-height: 16px;
    text-align: center;
    right: 2px;
    font-size: 8px;
    top: 2px;
}
#catprod-filtered-option .filtered-option a.clearbtn{
	color: #ff0000;
}

.arrow-down-text{
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.catprod-filter-mob {
	display: block;
	overflow: auto;
}
.catprod-filter-mob .col-auto {
    display: table-cell;
    white-space: nowrap;
    padding: 0;
}
.catprod-filter-mob .col-auto a {
	padding: 3px 10px;
	color: #000;
	border: 1px solid #c0c0c0;
	display:inline-block;
	margin: 0 10px 0 0;
	background-color: #fff;
	text-transform: uppercase;
    border-radius: 12px;
}
.catprod-filter-mob .col-auto:last-child a{
	margin-right: 0;
}
.modal-mask {
	position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,.7);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-mask {
    position: fixed;
    z-index: 99;
    bottom: 0;
    min-height: 0;
}
.modal-wrapper {
    max-width: 100%;
    max-height: 100vh;
    overflow-x: auto;
}
.modal-wrapper .modal-container {
	min-width: 300px;
    max-width: 100%;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 25px;
    opacity: 1;
    top: 50%;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    position: absolute;
    max-height: 100%;
    overflow: auto;
    -webkit-box-shadow: 0 0 50px 5px rgb(0 0 0 / 50%);
    box-shadow: 0 0 50px 5px rgb(0 0 0 / 50%);
    /*border-radius: 8px 8px 0 0;*/
}
.modal-wrapper .modal-container .modal-body {
	padding: .8rem 0;
}
.modal-wrapper .modal-container .modal-body .options>div {
    padding: 0 5px;
}
.modal-wrapper .modal-container .modal-body .options>div label {
    width: 100%;

}
.modal-wrapper .modal-container .modal-body .options>div label input {
	display: none;
}
.modal-wrapper .modal-container .modal-body .options>div label .toggle-filter-item {
	padding: 10px 5px;
	border: 1px solid grey;	
	text-align: center;
	margin-bottom: 5px;
	color: #000;
	display: block;
    z-index: 1;
    position: relative;
    border-radius: 12px;
}
.modal-wrapper .modal-container .modal-body .options>div label .toggle-filter-item img {
    max-width: 35px !important;
    max-height: 80px !important;

}
.modal-wrapper .modal-container .modal-body .options>div label .toggle-filter-item img.gemstone_icon {
    max-width: 65px !important;
    max-height: 80px !important;

}
.catprod-filter-modal .modal-wrapper .modal-container {
    top: unset;
    bottom: 0px;
    right: 50%;
    left: unset;
    width: 100%;
    transform: translate(50%,0);
}
/*.filter-Style .toggle-filter-item{
    min-height: 60px;
    display: flex !important;
    justify-content: center;
}
.filter-Style .toggle-filter-item span{
    align-self: center;
}*/

.filter-Metal .toggle-filter-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 4px;
    z-index: -1;
}
.filter-Metal.\39 k_white_gold .toggle-filter-item:before, .filter-Metal.\31 8k_white_gold .toggle-filter-item:before {
    background: #e7eaeb;
}
.filter-Metal.\39 k_yellow_gold .toggle-filter-item:before, .filter-Metal.\31 8k_yellow_gold .toggle-filter-item:before {
    background: #efd9a7;
}
.filter-Metal.\39 k_rose_gold .toggle-filter-item:before, .filter-Metal.\31 8k_rose_gold .toggle-filter-item:before {
    background: #f7ccb3;
}
.filter-Metal.\39 50_platinum .toggle-filter-item:before {
    background: #e7eaeb;
}

.modal-wrapper .modal-container .modal-body .options>div label input:checked  + .toggle-filter-item {
	/*background-color: #000;
	color: #fff;	*/
	border: 1px solid #e46445;
	box-shadow: inset 0px 0px 0px 3px #e46445;
}
/*Category Product Grid*/
.catproduct {
	padding: 15px;
	margin: 15px 0;
	border:1px solid transparent;
}
.catproduct .prod-img-box {
	overflow: hidden;
	margin-bottom: 1.5em;
}
/*.catproduct .prod-img-box .prod-img:nth-child(2) {
	position: absolute;
    right: -120%;
    top: 0;
    width: 100%;   
    transition: 0.4s; 
}
.catproduct .prod-img-box:hover .prod-img:nth-child(2) {
	right: 0;
}*/
.colorboxwrapper {
    font-size: 10px;
}
.colorboxwrapper a.playvd span {
    color: #000;
    text-transform: uppercase;
}
.colorboxwrapper a.playvd .iconify {
    font-size: 16px;
    color: #000;
}
.catproduct .prod-name a {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .7rem;
}
.catproduct .prod-price {
	color: red;
	font-weight: 600;
	font-size: 16px;
	margin: 15px 0 10px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.catproduct .prod-price span{
	padding: 0 3px;
}
.catproduct .prod-price .reg_price{
	font-size: 1.4rem;
	color: #000;
}
.catproduct .prod-add-wishlist{
	position: absolute;
    font-size: 16px;
    line-height: 18px;
    top: 10px;
    right: 15px;
    z-index: 199;
    display: none;
}
.catproduct .prod-add-360{
	position: absolute;
    font-size: 16px;
    line-height: 18px;
    top: 10px;
    left: 15px;
    display: none;
}
.catproduct .prod-add-wishlist a {
	color: #000;
}
.catproduct .prod-overlay {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 15px;
	background-color: #fff;
	font-size: .7rem;
	text-transform: uppercase;
	display: none;
	padding-bottom: 1.3rem;
}
.catproduct .colorbox a {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.catproduct .colorbox a.color-silver {
    background: #eaeded;
}
.catproduct .colorbox a.color-gold {
    background: #f7dc6f;
}
.catproduct .colorbox a.color-rose {
    background: #f2d7d5;
}

/*Popular Search Block*/
.popular-search-block .popular-links a {
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin: 0 5px 5px 0;
    display: inline-block;
    color: #000;
}
.custom-pagination {
    text-align: center;
    width: 100%;
    margin: 1rem 0;
}

/*Special Single Banner*/
.specialSingleBanner {
	position: relative;
    background: #e5e5e5;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
}
.specialSingleBanner.border{
	border:15px solid #000 !important;
}
.specialSingleBanner .text-block {
	padding: 1.5rem;
}
.specialSingleBanner .text-block .icon,
.specialSingleBanner .text-block .iconify {
	font-size: 60px;
}
.specialSingleBanner .text-block h3 {
	font-size: 1.2rem;
	margin: 1rem;
	font-weight: bold;
}
.specialSingleBanner .text-block p {
	font-size: 14px;
}

.category-banner-inner {
    text-align: center;
    padding: 3% 3% 0;
    color: #000;
    display: initial
}

.category-banner-inner .title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

.category-banner-inner .support-icons li {
    width: 48%;
    margin-bottom: 5%
}

.category-banner-inner .support-icons li .certificatepopup {
    width: auto
}

.category-banner-inner .title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.underline {
    border-bottom: 2px solid #aaa;
    width: 50%;
    margin: 3% auto;
}

.support-icons {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dark-yellow-text {
    color: #e39139 !important;
}

/*.giftDesc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 45%;
    transform: translateY(-50%);
}*/
.giftDesc .sale_price {
    max-width: 250px;
}
.title-small {
    font-size: 20px !important;
    line-height: 30px !important;
}
.giftDesc span.txtPrice {
    font-size: 100px;
    font-weight: 600;
    display: block;
    float: left;
    line-height: 80px;
    background: linear-gradient(to right, #1b1a1a 0%, #f30505 40%, #9c2003 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.giftDesc .percent {
    display: inline-block;
    float: left;
    font-size: 60px;
    line-height: 55px;
    color: #000;
}
.percent:after {
    content: '%';
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}
.page-title span {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.sale-slither {
    clear: both;
    background: #000;
    text-align: center;
}
.sale-slither ul li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    background: #fff;
    margin: 1.5% 1%;
    padding: 3px 2%;
    color: #000;
    font-weight: 600;
}

.sale-slither ul li h3 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
}

.title-dz3 {
    font-size: 18px;
    text-transform: uppercase;
}

.white-text {
    color: #FFF !important;
}

.productpage-sprite {
    background-image: url(../../catalog/view/theme/default/image/productpage/productpage_sprites.png);
    background-position: 0 0;
    background-size: auto !important;
    display: inline-block
}

.bg-price_tag {
    width: 38px;
    height: 38px;
    background-position: -78px -102px
}

.bg-delivery_truck {
    width: 32px;
    height: 32px;
    background-position: -166px -170px
}

.bg-return {
    width: 32px;
    height: 32px;
    background-position: -194px -114px
}

.bg-certificate {
    width: 32px;
    height: 32px;
    background-position: -114px -170px
}

.bg-resize {
    width: 32px;
    height: 32px;
    background-position: -194px -10px
}

.bg-gift {
    width: 32px;
    height: 32px;
    background-position: -246px -62px
}

.bg-ribbon {
    width: 32px;
    height: 32px;
    background-position: -194px -62px
}


.showcase_banner_dz_3 {
    width: 100%;
    position: relative;
    max-width: 800px;
    border: none;
    box-sizing: border-box;
    outline: 1px solid #d4d4d4
}

.container-dz3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.showcase_banner_dz_3 .top-dz3,
.showcase_banner_dz_3 .bottom-dz3 {
    position: absolute;
    width: 100%
}

.title-dz3 {
    font-size: 18px;
    text-transform: uppercase
}

.showcase_banner_dz_3 .top-dz3 {
    top: 5%
}

.showcase_banner_dz_3 .bottom-dz3 {
    bottom: 5%
}

.bottom-dz3 .btn-small-white {
    font-size: 12px;
    padding: 6px 20px
}

.bg-img-dz3 {
    background: url(../../catalog/view/theme/default/image/cat-banner/men-earring-background.jpg) center;
    height: 425px;
    background-size: cover
}

.showcase_banner_dz_4 {
    width: 100%;
    position: relative;
    max-width: 800px;
    border: none;
    box-sizing: border-box;
    outline: 1px solid #d4d4d4
}

.show_banner-white-btn {
    font-size: 12px;
    padding: 6px 20px;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 2px
}

.show_banner-white-btn:hover {
    background-color: #fff;
    color: #000
}

.bg-img-dz4 {
    background: url(../../catalog/view/theme/default/image/cat-banner/14_425X425.jpg) center;
    height: 425px;
    background-size: cover
}

.image-style-dz4 {
    width: 100%;
    display: block
}

/*.showcase_banner_dz_4:hover .hover-container-dz4 {
    opacity: 1
}*/

.hover-container-dz4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.top-dz4 {
    height: 75%;
    align-items: center
}

.title-dz4 {
    width: 75%;
    font-size: 25px;
    padding: 10px;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    position: relative
}

.bottom-dz4,
.top-dz4 {
    display: flex;
    justify-content: center;
    z-index: 1;
    color: #fff
}

.showcase_banner_dz_4 .title-dz4:after,
.showcase_banner_dz_4 .title-dz4:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s
}

/*.showcase_banner_dz_4 .title-dz4:before {
    right: 0;
    top: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.showcase_banner_dz_4:hover .title-dz4:after,
.showcase_banner_dz_4:hover .title-dz4:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.showcase_banner_dz_4 .title-dz4:after {
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}*/

.bottom-dz4 {
    height: 25%;
    align-items: flex-start
}

.background-dz4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
    background-color: #ff8080;
    z-index: 0
}
.prod-img img.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
.prod-img:hover img.image-hover {
  opacity: 1;
}
.category_faqs h2{
    font-size: 1.125rem;
}

.prod-types-slider.slick-slider {
    opacity: 1;
}

.prod-types-slider {
    transition: all 0.5s;
    opacity: 0;
}
section#category_styles {
    max-height: 185px;
}

.nextIcon.nextFilterIcon{
    right : 0;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    margin-top: -13px;
    z-index: 99;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 19%);
  }

  .filter-container{
      flex-wrap: wrap;
      justify-content: center;
  }
  .filter-div{
      /*border-radius: 25px;*/
      /*background: #f6f6f6;*/
      min-width: fit-content;
      cursor: pointer;
  }
  .filter-div a{
      color: #000;
      font-size: 12px;
  }
  
  .filter-div-hover:hover a span {
      font-weight: 600;
      color: #111111;
      text-decoration-line: underline;
  }
  
  #more_advanced_filter.btn-black, #less_advanced_filter.btn-black{
    padding: 4px 10px 4px 10px;
    font-size: 12px;
  }
  .advance_select select option{
    color: #000;
  }
  .advanced_filter_col .search_value{
    color: #000;
    padding: 4px 10px 4px 10px;
    font-size: 12px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 12px;
    min-width: 120px;
    text-align: left;
    max-width: 130px;
    height: 30px;
    -webkit-appearance:none;
    background-color: #fff !important;
  }
  .advance_select select{
    color: #000;
    padding: 4px 10px 4px 10px;
    font-size: 12px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 12px;
    min-width: 120px;
    text-align: left;
    max-width: 130px;
    -webkit-appearance:none;
    background-color: #fff !important;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;

  }
  #advanced_filter_body .ui-slider-horizontal .ui-slider-range{
    background-color: #000;
  }

@media (min-width: 992px) {
    .catproduct:hover .prod-overlay {
        display: block;
    }
    .catproduct:hover .prod-add-wishlist{
        display: block;
    }
    .catproduct:hover{
        border:1px solid #ddd;
    }
}

@media only screen and (max-width: 600px) {
    .filter-container{
        flex-wrap: unset;
        overflow: auto;
        justify-content: unset;
    }
}