/*Category Title*/
/* .cat-titlebox {
    padding: 1rem 0;
}
.cat-titlebox h1.title {
    color: #000;
    letter-spacing: 1px;
} */
.description_text a {
    color: #111111;
    text-decoration: underline;
}
.description_text a:hover {
    color: #111111;
    text-decoration: none;
}
/* .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*/


.zoom-svg{
    width: 24px;
    height: 24px;
}
.zoom-icon{
    position: absolute;
    top: 0%;
    right: -5%;
    width: 34px;
    height: 34px;
    z-index: 1;
}
.how-it-fits-icon{
    position: absolute;
    bottom: 0%;
    right: -5%;
    width: 34px;
    height: 34px;
    z-index: 1;
}

.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: 98;
}
/* .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;
}
.cat-shape-stone-dropdown button {
    padding: 5px 14px 5px 14px;
    font-size: 11px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    line-height: 15px;
    border-radius: 100px;
    width: 100%;
    float: left;
    font-weight: 500;
    text-align: left;
}
.cat-shape-stone-dropdown .dropdown-item{
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    overflow: hidden;
}
.cat-shape-stone-dropdown .dropdown-item:hover{
    font-weight: 600;
    color: #111111;
    background-color: unset;
}
.sort-order-select .dropdown-item{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
}
.cat-shape-stone-dropdown .dropdown-menu{
    width: 100%;
    min-width: unset;
    padding: 5px 14px 5px 14px;
    z-index: 98;
}
.cat-shape-stone-dropdown .dropdown-toggle::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("/catalog/view/theme/default/img/category/down-arrow.png") no-repeat;
    background-size: contain;
    top: 50%;
    right: 10px;
    position: absolute;
    display: inline-block;
    border: 0;
    transform: translate(-20%, -50%);
}

.select-filter-btn {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.8px;
    padding: 5px 30px 5px 12px;
    border: 1px solid #e3e3e3;
    border-radius: 100px;
    float: left;
    position: relative;
    cursor: pointer;
}
.show .select-filter-btn, .select-filter-btn:hover {
    border: 1px solid #111111;
}
.selected-filter-btn {
    padding: 3px 28px 3px 14px;
    font-size: 13px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    line-height: 20px;
    border-radius: 100px;
    float: left;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
}
.quick-shipping-btn:hover{
    color: #111 !important;
    border: 1px solid #ef9000 !important;
}
.quick-shipping-btn{
    border: 1px solid #ef9000 !important;
}
.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(2px); */
}
.category_p{
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
}
.category_h3{
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
}
.category_blog_title{
    font-size: 22px;
    line-height: 26px;
}
.next-icon-category{
    top:unset !important; 
    bottom:59px !important; 
    right:9px !important;
}
/* .prod-img{
    height: 300px;
} */

 /* QUICK VIEW POPUP IMG LOGIC START */
/* .products-thumb-block {
    width: 120px;
    text-align: left;
}

.products-thumb-slider ul.left-thumb-images {
    position: relative;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}
#bottom-thumbails img,
ul.left-thumb-images img {
    border-radius: 12px;
}
.products-thumb-slider ul.left-thumb-images li:not(:first-child) {
    border-radius: 12px;
    position: absolute;
    left: -10px;
    top: 0px;
    z-index: -2;
    padding: 1px;
    border: 1px solid #CFCFCF;
    right: 0px;
    margin: 0 auto;
}
.products-thumb-slider ul.left-thumb-images li:not(:first-child).active {
    z-index: -1;
}
.products-thumb-slider .arraows {
    display: flex;
}
.products-thumb-slider .left-thumb-images li.active img {
    opacity: 0.6;
}
.products-thumb-slider .left-thumb-images li.active {
    border: 1px solid #EF9000;
}
.products-thumb-slider .left-thumb-images li {
    border-radius: 12px;
    display: inline-block;
    border: 1px solid #CFCFCF;
    width: 96px;
    height: 96px;
    background: #CFCFCF;
    position: relative;
    cursor: pointer;
}
.products-thumb-slider span.stack-prev.enable {
    margin-top: 23px;
}
.bottom-thumb {
    position: relative;
    max-width: 100%;
    display: block;
    clear: both;
}
.products-thumb-slider .stack-item-prev,
.products-thumb-slider span.stack-prev {
    margin-bottom: 7px;
    border-bottom: 0;
    border-right: 0;
}
.products-thumb-slider #bottom-thumbails::-webkit-scrollbar,
.products-thumb-slider .main-div-images::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.products-thumb-slider #bottom-thumbails::-webkit-scrollbar-track,
.products-thumb-slider .main-div-images::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.products-thumb-slider #bottom-thumbails::-webkit-scrollbar-thumb,
.products-thumb-slider .main-div-images::-webkit-scrollbar-thumb {
    background: #888;
}
.products-thumb-slider #bottom-thumbails::-webkit-scrollbar-thumb:hover,
.products-thumb-slider .main-div-images::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.products-thumb-slider .video_thumb.selected {
    border: 0 !important;
}
.products-thumb-slider .arraows .disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
#bottom-thumbails {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    float: unset;
    text-align: center;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
}
#bottom-thumbails > li {
    border-radius: 12px;
    display: inline-block;
    border: 1px solid transparent;
    margin: 2px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    background: #c6c6c6;
    transition: height 1s;
    width: 95px;
    height: 95px;
}
#bottom-thumbails > li.active,
#bottom-thumbails > li:hover {
    border: 2px solid #EF9000;
}
#bottom-thumbails > li:before {
    border: 1px solid transparent;
    margin: 2px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}
.products-thumb-slider #bottom-thumbails > li span.hidden {
    display: block !important;
    font-size: 10px;
    font-family: Simplo-Light;
    text-align: center;
    padding-top: 8px;
    white-space: break-spaces;
    line-height: 12px;
}
.products-thumb-slider li#vipr0:before {
    content: "";
    background-image: url(../image/prod_collection/play-icon.png);
    background-color: #0707074f;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.first_360_image:first-child::after {
    content: "";
    background: url("/catalog/view/theme/default/img/360.png");
    top: 0px;
    left: 0px;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px 0;
}
.first_360_video:first-child::after {
    content: "";
    background: url("/catalog/view/theme/default/img/video.png");
    top: 0px;
    left: 0px;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px 0;
}
.two-image::after {
    content: "";
    background: url("/catalog/view/theme/default/img/image.png");
    top: 0;
    left: 0px;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px 0;
}
.third-video::after {
    content: "";
    background: url("/catalog/view/theme/default/img/video.png");
    top: 0px;
    left: 0px;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px 0;
}
.bottom-thumb .block {
    display: flex;
    align-items: center;
    border: 2px solid #dee2e6;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 15px;
    float: left;
    height: 30px;
    margin: 0 5px;
    position: relative;
}
.block .sizechart {
    background-image: url("/catalog/view/theme/default/img/sizechart-icon.png");
    background-position: 0 0;
    background-size: auto !important;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    padding: 1px 10px;
    margin-left: 5px;
}
.how-it-fits-popup {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 999;
    padding: 5px;
    border: 1px solid #000;
}
.loading {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 550px;
    background-color: rgba(205, 205, 205, 0.4);
    background-image: url("/catalog/view/theme/default/img/animat-diamond.gif");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
}
.image_tooltip {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 280px;
    position: absolute;
    top: 0;
    z-index: 2;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
    border: 1px solid #c4c3c3;
    border-radius: 2px;
    background-color: #fff;
    padding: 8px;
    font-family: Nunito Sans;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-align: center;
}
.image_tooltip .v_shape {
    position: relative;
    height: 0;
}
.image_tooltip .v_shape:after,
.image_tooltip .v_shape:before {
    position: absolute;
    content: "";
    left: 50%;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: -8px;
}
.image_tooltip .v_shape:before {
    border-top: 8px solid #c4c3c3;
    bottom: -16px;
}
.image_tooltip .v_shape:after {
    border-top: 8px solid #fff;
    bottom: -15px;
}
.image_tooltip .v_shape:after,
.image_tooltip .v_shape:before {
    position: absolute;
    content: "";
    left: 50%;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: -8px;
}

.product-image-block {
    position: relative;
    padding: 50% 50%;
}

.img-section {
    width: calc(100% - 120px);
    min-height: 500px;
}

#image_div {
    position: relative;
}

#product360view, .image_display, #real_video_display {
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 0;
    text-align: center;
}

.fit-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#real_video_display,
.real_video_display {
    display: none;
}
#real_video_display #real_product_video {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
#real_video_display .mfp-close,
.real_video_display #real_video_display-close {
    position: absolute;
    color: #000;
    right: 5px;
    top: 0;
    font-size: 34px;
    line-height: 30px;
    cursor: pointer;
    z-index: 1;
}
#real_video_display .mfp-close {
    position: absolute;
    display: none;
    border: 0;
    background-color: #000;
    color: #fff;
    top: 5px;
    right: 26px;
    font-size: 28px;
    line-height: 28px;
    z-index: 99;
} */

/* QUICK VIEW POPUP IMG LOGIC ENDS */

/* .image-main{
    width: 300px;
    height: 300px;
} */

.category-thumb-image{
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    cursor: pointer;
    margin: 0 2px;
}
.category-thumb-image.active{
    border: 1px solid #EF9000;
}

.prod-name{
    display: flex;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 50px;
    margin: 0 auto;
    text-transform: capitalize;
    align-items: center;
}
.blog-bg-margin{
    margin-bottom: 138px;
}
.blog-bg-margin .container{
    position: relative;
    top: 138px;
    margin-top: -138px;
}
#catprod-filter .select-filter-btn:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("/catalog/view/theme/default/img/category/down-arrow.png") no-repeat;
    background-size: contain;
    top: 6px;
    right: 6px;
    position: absolute;
    display: inline-block;
    border: 0;
}
#catprod-filter .select-filter-btn.no-after:after {
    background: unset;
}
/* .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 {
    background-color: #fff;
} */
/* .shape-filter ul.shapes li.selected .filterstylename, .shape-filter ul.shapes li:hover .filterstylename {
    visibility: visible;
} */
.filter-popup-dropdown ul li:hover:not(.disabled) a, .filter-popup-dropdown ul li.selected:not(.disabled) a {
    background-color: transparent;
    border: 1px solid #EF9000;
    border-radius: 12px;
}
.filter-popup-dropdown ul li:hover:not(.disabled) a .checkbox-img-desktop, .filter-popup-dropdown ul li.selected:not(.disabled) a .checkbox-img-desktop {
    display: block;
}

.filter-popup-dropdown ul li.disabled span, 
.filter-popup-dropdown ul li.disabled a{
    pointer-events: none !important;
    cursor: not-allowed;
    opacity: 0.6;
}
.filter-popup-dropdown ul li.disabled, .filter-div.disabled, .filter-div a.disabled, .all-filters .disabled {
    pointer-events: none !important;
    cursor: not-allowed;
    opacity: 0.6;
    /* display: none !important; */
}
.left-filter-popup-dropdown ul li.disabled {
    pointer-events: none !important;
    cursor: not-allowed;
    opacity: 0.6;
    display: none !important;
}
/* .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;
    pointer-events: none;
}
.filterstylename {  
    color: #111111;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    font-weight: 300;
    cursor: pointer;
    visibility: visible;
    width: 90px;
    padding: 0 6px;
    height: 30px;
    overflow: hidden;
    margin: 0 auto;
    justify-content: center;
}
.filterstylename-new {  
    color: #111111;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    font-weight: 300;
    cursor: pointer;
    visibility: visible;
    padding: 0 6px;
    overflow: auto;
    /* margin: 0 auto; */
    justify-content: center;
}
/* .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,
.style-filters-selection li a:after,
.remove-close-icon:after {
    position: absolute;
    content: 'X';
    color: #fff;
    background-color: #000;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    line-height: 16px;
    text-align: center;
    right: 8px;
    font-size: 8px;
    top: 6px;
}
/* #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 {
    z-index: 99999999999;
    top: 0;
    left: 0;
    width: 100%;
    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;
    position: fixed;
    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 .options {
    width: 100%;

}
.all-filters .toggle-filter-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    z-index: 1;
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(242, 242, 242, 1);
    height: 60px;
    width: 60px;
    /* padding: 10px; */
    margin: 0 auto;
}
.all-filters .toggle-filter-item.shape-filter {
    border-radius: 100px;
    height: 40px;
    width: 40px;
    margin-top: 4px;
}
/* .all-filters .toggle-filter-item.active .checkbox-img {
    display: block;
} */
.all-filters .toggle-filter-item.active {
    /* border: 0.87px solid rgba(191, 143, 95, 1) */
    background-color: #f8f4ef;
    border: 1px solid #ef9000;
}
.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;

}
.all_filter_name{
    width: 73px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
    letter-spacing: 0.4px;
}
.catprod-filter-modal .modal-wrapper .modal-container{
    top: unset;
    position: fixed;
    bottom: -100%;
    right: 50%;
    left: unset;
    width: 100%;
    min-width: 300px;
    max-width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 25px;
    opacity: 1;
    border-radius: 5px;
    max-height: 100%;
    overflow: auto;
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.5);
    transform: translateX(50%);
    transition: bottom 0.3s ease-in-out;
    z-index: 9999;
    height: 90%;
}

.catprod-filter-modal.open .modal-wrapper .modal-container {
    bottom: 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;
}

.prod-add-wishlist{
    position: absolute;
    font-size: 16px;
    line-height: 18px;
    top: 5px;
    right: 0px;
    z-index: 98;
    display: none;
}
.prod-add-360{
    position: absolute;
    font-size: 16px;
    line-height: 18px;
    top: 5px;
    left: 0px;
    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;
}

.cat-metal-color a, .cat-metal-color span {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.filter-Style .toggle-filter-item.active:before, .filter-Gemstone .toggle-filter-item.active:before, .filter-Metal .toggle-filter-item.active:before, .cat-metal-color .active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 3px solid transparent;
}
.filter-Style .toggle-filter-item.active, .filter-Gemstone .toggle-filter-item.active, .filter-Metal .toggle-filter-item.active{
    border: none;
}
.filter-Gemstone .toggle-filter-item{
    padding: 0;
}

.filter-Style .toggle-filter-item.active:after, .filter-Gemstone .toggle-filter-item.active:after, .filter-Metal .toggle-filter-item.active:after, .cat-metal-color .active::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    border: 1px solid #BF8F5F;
}

.filter-Style .toggle-filter-item.active:before, .filter-Gemstone .toggle-filter-item.active:before, .filter-Metal .toggle-filter-item.active:before {
    border: 5px solid transparent;
}

.filter-Style .toggle-filter-item.active:after, .filter-Gemstone .toggle-filter-item.active:after, .filter-Metal .toggle-filter-item.active:after {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
}


.cat-metal-color a.color-white, .cat-metal-color span.color-white {
    background: radial-gradient(50% 50% at 0% 0%, #F5F5F5 0%, #E1E1E1 100%);
}
.cat-metal-color a.color-silver, .cat-metal-color span.color-silver {
    background: radial-gradient(50% 50% at 0% 0%, #D0D0D0 0%, #A7A8AA 100%);
}
.cat-metal-color a.color-platinum, .cat-metal-color span.color-platinum {
    background: radial-gradient(50% 50% at 0% 0%, #E5E4E2 0%, #B0B0B0 100%);
}
.cat-metal-color a.color-gold, .cat-metal-color span.color-gold {
    /* background: #f7dc6f; */
    background: radial-gradient(50% 50% at 0% 0%, #F1CEAC 0%, #BF8F5F 100%);
}
.cat-metal-color a.color-rose, .cat-metal-color span.color-rose {
    /* background: #f2d7d5; */
    background: radial-gradient(50% 50% at 0% 0%, #F9E0DC 0%, #BB8072 100%);
}

/*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: transparent;
    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/img/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: unset;
    overflow: auto;
    justify-content: unset;
  }
  
  .filter-div{
        width: 130px;
        display: flex;
        justify-content: center;
    }

  .filter-div span{
      color: #111111;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 0;
      font-weight: 300;
      width: 130px;
      text-transform: capitalize;
      min-height: 30px;
      max-height: 30px;
      overflow: hidden;
  }

  .filter-div img{
      width: 130px;
      height: 130px;
      border: 1px solid #e3e3e3;
      border-radius: 12px;
      padding: 0;
    }
    .filter-div.selected img{
        border: 1px solid #111111;
    }



.filter-div.selected a span, .filter-div:hover a span {
    font-weight: 400;
    color: #111111;
}

  .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: 160px;
    text-align: left;
    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;
  }
  
  .category_h1 {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 40px;
}

.image-upper-div{
    padding: 50%;
    position: relative;
    display: block;
    background-color: #fcfbf9;
}

.image-upper-div img{
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
}

.category-thumb-image{
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    cursor: pointer;
    margin: 0 2px;
}
.category-thumb-image.active{
    border: 1px solid #EF9000;
}

#filterCarousel {
    opacity: 0;
    background-color: #f4f4f4;
    transition: opacity 0.5s ease-in-out;
}

#filterCarousel.loaded {
    opacity: 1;
    background-color: transparent; /* Removes grey background after loading */
}

@media (max-width: 1300px) {

    .category_h1{
        font-size: 20px;
        line-height: 26px;
    }
}

@media (min-width: 992px) {
    
    .catproducts{
        border: 1px solid transparent;
    }
    
    .catproducts:hover .prod-name, .catproducts .prod-customize{
        display: none;
    }
    .catproducts:hover{
        box-shadow: 0 0 #0000, 0 0 #0000, 0px 8px 16px rgba(49,63,78,.1);
    }
    .catproducts .prod-price, .catproducts:hover .prod-customize, .catproducts:hover .prod-add-wishlist, .catproducts .prod-price{
        display: flex;
    }
    .filter-div:hover img{
        border: 1px solid #111111;
    }
}

@media (max-width: 992px) {

    .prod-name{
        min-height: 20px;
    }

    .prod-add-wishlist,
    .prod-price,
    .prod-name {
        display: flex;
    }
    .prod-customize{
        display: none;
    }

    .next-icon-category {
        bottom: 70px !important;
    }

    .prod-add-360 {
        display: none;
    }

    .catproducts {
        border-right: 1px solid #F2F2F2;
        border-bottom: 1px solid #F2F2F2;
    }

    /* .prod-img {
        padding: 50%;
        position: relative;
        display: block;
        background-color: #fcfbf9;
    }

    .prod-img #carouselExampleControls, .prod-img img{
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        height: auto;
        mix-blend-mode: multiply;
    } */

    .catproducts .card-body {
        background-color: #fbfbfb;
    }

    .category_p{
        font-size: 12px;
        line-height: 16px;
    }
    .category_p_line_wrap{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 auto;
        text-transform: capitalize;
    }
    .cat-metal-color .quick_view_product{
        height: 20px;
        width: 20px;
        border: none;
        padding: 0;
        margin: 0 auto;
    }
    .filter-div img{
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }
    .filter-div{
        width: 70px;
    }
    .filter-div span{
        width: 70px;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .category_h1{
        font-size: 24px;
        line-height: 40px;
    }

    .category_blog_title{
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 400px) {
    .category_h1{
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 360px) {
    .category_h1{
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 320px) {
    .category_h1{
        font-size: 20px;
        line-height: 24px;
    }

    .category_p{
        font-size: 18px;
        line-height: 20px;
    }
    .filter-div img{
        width: 55px;
        height: 55px;
    }
    .filter-div{
        width: 55px;
    }
    .filter-div span{
        width: 55px;
    }
}