
/* Hover State */
.rounded-btn-style label.btn.btn-primary:hover {
    background: var(--el-btn-bg-hover);
    color: var(--el-btn-text-hover);
}

/* Icons within Buttons */
.rounded-btn-style.filter-btn-svg label.btn.btn-primary svg path {
    fill: var(--el-btn-icon-color);
    width: var(--el-btn-icon-size);
    height: var(--el-btn-icon-size);
}

.rounded-btn-style.filter-btn-svg label.btn.btn-primary.active svg path {
    fill: var(--el-btn-icon-active);
}

/* --- Filter Style --- */
.filter-title {
    color: var(--filter-title-color);
    font-size: var(--filter-title-size);
    background: var(--filter-title-bg);
}

.metal-stud-filter label {
    background: var(--filter-chip-bg);
}

.studs-filter.width-1440 .metal-stud-filter label.active {
    border: 1px solid var(--filter-active-border);
}

/* --- Product Card Style --- */
#ProductListTable .prod-list-block {  
    font-family: var(--card-body-font);
    color: var(--card-body-color);
}

.prod-list-block p.detail-three a {
    color: var(--card-title-color);
    font-size: var(--card-title-size);
}

p.stud-subtitle {
    color: var(--card-sub-color);
    font-size: var(--card-sub-size);
}

.product-description__price {
    font-size: var(--card-price-size);
    color: var(--card-price-color);
}

/* --- Product Page Heading Style --- */
.detail-des .name-sec .prod-name {
    color: var(--pd-title-color);
    font-size: var(--pd-title-size);
}

.detail-des .prod-desc.jewelry-d-page .blue-name {
    color: var(--pd-sub-color);
    font-size: var(--pd-sub-size);
}

/* --- Product Details Layout --- */
.prod-detail-block .detail-title {
    color: var(--detail-main-heading);
    text-transform: uppercase;
}

/* We use the second heading var for inner titles if applicable */
.heading-studs-inner h4 {
    color: var(--detail-sub-heading);
}

.prod-detail-block .detail .row .label-item {
    color: var(--detail-col1-color);
    font-size: var(--detail-col1-size);
}

.detail {
    color: var(--detail-col2-color);
    font-size: var(--detail-col2-size);
}

/* --- Highlight Section Style --- */
.info-card h3 {
    background-color: var(--special-title-bg);
    color: var(--special-title-color);
}

/* --- Add to Cart Button Style (Applied to Primary Action) --- */
/* Assuming a standard selector for the main action button */
.btn-add-to-cart, .prod-slide .btn-primary {
    background-color: var(--cart-btn-bg) !important;
    color: var(--cart-btn-text) !important;
    font-size: var(--cart-btn-text-size) !important;
}


 .page-width--narrow {
    max-width: 100% !important;
    padding: 0;
}
.width-1440 {
    max-width: 1440px;
    margin: auto;
    width: 100%;
}

.rounded-btn-style .btn-group.tab-btn {
    border-radius: 50px;
     border: 1px solid var(--el-btn-border);
    background: var(--el-btn-bg);
}

.j-app label.btn.btn-primary.active {
    color: #61677A;
    font-size: 15px;
}
.j-app label.btn.btn-primary.active {
    color: #61677A;
    font-size: 15px;
}
.filter-title.margin-zero svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.filter-title {
    color: var(--filter-title-color);
    font-size: var(--filter-title-size);
    background: var(--filter-title-bg);
    margin: 0 0 7px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 24px;
}

.rounded-btn-style label.btn.btn-primary.save-search-active, .rounded-btn-style label.btn.btn-primary.active {
    border-radius: 50px;
    background: var(--el-btn-bg-active);
    color: var(--el-btn-text-active);
   
}
label.btn.btn-primary.active.save-search-active, .save-search-active1 label.btn.btn-primary.active {
    background: #61677A;
    border: 0;
    color: #FFF;
}
label.filter-title.margin-zero.rounded-btn-style.filter-btn-svg label {
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 0;
}
.rounded-btn-style label.btn.btn-primary {
    background: var(--el-btn-bg);
    color: var(--el-btn-text-color);
    font-size: var(--el-btn-text-size);
    border-radius: 50px;
    border: 0;
    padding: 2px 12px;
}
.radio-button input[type="radio"] {
    opacity: 0;
    left: 0;
    width: 100%;
    height: 31px;
    top: 0;
    position: absolute;
}
.rounded-btn-style.filter-btn-svg label.btn.btn-primary svg path {
    fill: var(--el-btn-icon-color);
    width: var(--el-btn-icon-size);
    height: var(--el-btn-icon-size);
}
.rounded-btn-style.filter-btn-svg label.btn.btn-primary.active.save-search-active svg path, .rounded-btn-style.filter-btn-svg.save-search-active1 label.btn.btn-primary.active svg path {
    fill: #61677A;
}
.rounded-btn-style label.active svg path, .rounded-btn-style label.active svg circle, .rounded-btn-style label.active svg polygon, .rounded-btn-style label.active svg rect {
    fill: #FFF !important;
}
.heading-studs-inner h4 {
    margin: 0;
    color: var(--detail-sub-heading);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0;
    position: relative;
}
.studs-filter.width-1440 .metal-stud-filter label.active {
   color: var(--filter-title-color);
    font-size: 16px;
    border: 1px solid var(--filter-active-border);
    font-weight: 400;
    border: 1px solid #61677A;
}
.metal-stud-filter label {
    border-radius: 5px;
    border: 2px solid #dcdcde;
    text-align: center;
    margin: 0 15px 0 0;
    background: var(--filter-chip-bg);
}
.metal-stud-filter p, .metal-stud-filter label {
    margin-bottom: 0;
    width: 100%;
    padding: 0;
    line-height: 33px;
    font-size: 15px;
    font-weight: normal;
}
.metal-style input {
    opacity: 0;
    position: absolute;
}

/* Grid CSS **/
#ProductListTable .prod-list-block {
    font-family: var(--card-body-font);
    color: var(--card-body-color);

    text-align: left;
    position: relative;
    height: 100%;
    background-color: #fff;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgba(35,31,32,12%);
    /* margin: 15px 0; */
}
.select-stud-style .prod-list-block .prod-img {
    margin: 0 0 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    height: 385px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.prod-img.product_thumb img {
    height: 350px;
    vertical-align: middle;
    border-style: none;
    object-fit: contain;
    max-width:100%
}
.img-text-earth svg {
    width: 35px;
    margin-right: 8px;
    height: 35px;
}
.prod-list-block p.detail-three a {
    color: var(--card-title-color);
    font-size: var(--card-title-size);
    
    text-transform: uppercase;
    line-height: 17px;
    text-decoration: none;
    height: 40px;
    font-weight: 500;
}
.product-description {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}
.product-description__price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: var(--card-price-size);
    color: var(--card-price-color);
    background: #f1f1f1;
    padding: 10px;
    text-align: center;
}
.product-description__price a {
    color: #61677A !important;
    text-decoration: none;
}

/* Jewelry Filter Slick */
.pord-listing-wrap .prod-list-block p.detail-three a {
    color: #61677A;
    text-transform: uppercase;
    line-height: 17px;
}
.shape-caros h3 {
    font-size: 14px;
    margin: 0;
    text-align: left;
    padding-bottom: 6px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 12px;
    margin-top: 19px;
    display: block;
    color: #444;
    font-weight: 400;
}
.product-description ul.list-inline.slider_shape li {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    opacity: 1 !important;
    border: 1px solid #ededed;
    /* padding: 4px; */
    text-align: center;
    border-radius: 10px;
    color: #777;
    height: 39px;
    line-height: 36px;
}
.slider_shape .slick-current.slick-active li {
    background: transparent;
}
.quality.shape-caros.m-20 label {
    width: 100% !important;
}
.slider_shape label {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    text-align: center;
    color: var(--text_color) !important;
}
.quality.shape-caros.m-20 input {
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: -4px !important;
    position: absolute;
    opacity:0
}
.slick-slide{height: auto !important;}

.studlistscroll p {
    margin-bottom: 0 !important;
    margin-top: 0px;
    line-height: 12.5px;
    padding-bottom: 0;
}

.quality.shape-caros.m-20 li p.tool-hover {
    display: block;
    position: absolute;
    background: #f1f1f1;
    left: 0;
    bottom: -18px;
    font-size: 10px;
    padding: 5px 7px !important;
    color: #61677A;
    border-radius: 5px;
    right: 0;
    line-height: normal;
    width: 75px;
    margin: auto;
}

.quality.shape-caros.m-20 li.active p.tool-hover, .metal-type-detail li.slick-current p.tool-hover, .metal-type-detail li:hover p.tool-hover {    
    background: var(--button_background_hover) !important;
    color:var(--button_hover_color) !important;
    /* background: #61677A !important;
    color: #FFF !important; */
}

/* .quality.shape-caros .slick-list {
    height: 59px;
} */
.product-description__price p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color:var(--text_color_text)
}
/* css_by_jagrati */
.slick-initialized .slick-slide {
    margin: 0px 3px;
}
p.stud-subtitle {
    padding: 0 25px;
    margin-top: 20px;
    color: var(--card-sub-color);
    font-size: var(--card-sub-size);
    font-weight: 600;
    letter-spacing: 0.2px;
}
.product-description-variation-details {
    padding: 0 25px;
}
.product-description__price {
    padding: 5px 25px;
}
.quality_main.shape-caros .slick-list {
    height: 65px;
}
.cat-filter-new .row {
    padding-bottom: 40px;
}
@media (max-width:992px){
    .cat-filter-new .row {
        padding-bottom: 50px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
}


/* Detail Page */
.detail-des .name-sec .prod-name {
    font-size: var(--heading_font_size);
    color: var(--pd-title-color);
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}
.detail-des .prod-desc.jewelry-d-page  .blue-name {
    font-size: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin: 12px 0 !important;
}
.detail-des {
    padding: 0;
}
.prod-slide .small .btn-primary {
    background-color: #fff;
    border-color: #ccc;
    margin: 3px;
}
.prod-slide.ProductDetailsImageBox .small label img {
    height: 50px;
    width: 50px;
    max-width: 100%;
}
.prod-slide .small {
    text-align: center;
    margin: 0 0 30px;
}
.prod-slide .big video {
    width: 100%;
    height: 780px;
}
.select-design.row {
    padding-bottom: 15px;
}

/* Nice Select Dropdown */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px var(--border_color);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    width: 100%; }

    .nice-select:hover {
      border-color: #dbdbdb; }
    .nice-select:active, .nice-select.open, .nice-select:focus {
      border-color: #999; }
    .nice-select:after {
      border-bottom: 2px solid #999;
      border-right: 2px solid #999;
      content: '';
      display: block;
      height: 5px;
      margin-top: -4px;
      pointer-events: none;
      position: absolute;
      right: 12px;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
          -ms-transform-origin: 66% 66%;
              transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      width: 5px; }
    .nice-select.open:after {
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    .nice-select.open .list {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: scale(1) translateY(0);
          -ms-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0); }
    .nice-select.disabled {
      border-color: #ededed;
      color: #999;
      pointer-events: none; }
      .nice-select.disabled:after {
        border-color: #cccccc; }
    .nice-select.wide {
      width: 100%; }
      .nice-select.wide .list {
        left: 0 !important;
        right: 0 !important; }
    .nice-select.right {
      float: right; }
      .nice-select.right .list {
        left: auto;
        right: 0; }
    .nice-select.small {
      font-size: 12px;
      height: 36px;
      line-height: 34px; }
      .nice-select.small:after {
        height: 4px;
        width: 4px; }
      .nice-select.small .option {
        line-height: 34px;
        min-height: 34px; }
    .nice-select .list {
        width: 100%;
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
      box-sizing: border-box;
      margin-top: 4px;
      opacity: 0;
      overflow: hidden;
      padding: 0;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: 0;
      -webkit-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
              transform-origin: 50% 0;
      -webkit-transform: scale(0.75) translateY(-21px);
          -ms-transform: scale(0.75) translateY(-21px);
              transform: scale(0.75) translateY(-21px);
      -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
      transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
      z-index: 9; }
      .nice-select .list:hover .option:not(:hover) {
        background-color: transparent !important; }
    .nice-select .option {
      cursor: pointer;
      font-weight: 400;
      line-height: 40px;
      list-style: none;
      min-height: 40px;
      outline: none;
      padding-left: 18px;
      padding-right: 29px;
      text-align: left;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
        background-color: #f6f6f6; }
      .nice-select .option.selected {
        font-weight: bold; }
      .nice-select .option.disabled {
        background-color: transparent;
        color: #999;
        cursor: default; }
  
  .no-csspointerevents .nice-select .list {
    display: none; }
  
.no-csspointerevents .nice-select.open .list {display: block; }
.prod-detail-block {border: solid 1px #ddd;padding: 15px;margin: 0 0 20px;} 
.prod-detail-block .detail-title {font-size: 14px;}
.prod-detail-block .row{padding-bottom: 0;}
.prod-detail-block .detail-title {
    font-size: 16px;
    color: var(--detail-main-heading);
    margin: 0 0 7px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.prod-detail-block .detail .row .label-item {
    color: var(--detail-col1-color);
    font-size: var(--detail-col1-size);
    font-weight: bold;
    line-height: 24px;
}
.detail {
    color: var(--detail-col2-color);
    font-size: var(--detail-col2-size);
}
.prod-cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prod-cont ul li a {
    font-size: 18px !important;
    font-weight: 400;
    color: #2c3b5b;
    margin: 0 0 15px;
    text-transform: uppercase;
    text-decoration: none;
}
.prod-detail-title {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #2c3b5b;
    font-size: 30px;
    margin: 0 0 20px;
    text-transform: uppercase;
}


.detail-des .prod-desc.jewelry-d-page .blue-name{color:var(--heading_color) !important;font-size: var(--filter_font_size);}
.prod-desc.product-inner-style.jewelry-d-page{font-size: var(--primary_font_size);color: var(--text_color);}
.shape-caros h3{font-size: var(--filter_font_size);color: var(--text_color);}
.product-description ul.list-inline.slider_shape li{border-color:var(--border_color)}
.quality.shape-caros.m-20 li p.tool-hover{background: var(--button_background);color: var(--button_text_color);}
.quality.shape-caros.m-20 li.active p.tool-hover, .metal-type-detail li.slick-current p.tool-hover, .metal-type-detail li:hover p.tool-hover{
    background: var(--button_background_hover);color: var(--button_hover_color);
}

 .info-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }
    .info-card:hover {
      transform: translateY(-5px);
    }

    .info-card h3 {
      margin-top: 0;
      background-color: var(--special-title-bg);
      color: var(--special-title-color);
      font-size: 18px;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 10px;
      border-bottom: 2px solid #3498db;
      padding-bottom: 5px;
    }

    .info-table {
      width: 100%;
      border-collapse: collapse;
    }

    .info-table td {
      padding: 8px 0;
      font-size: 15px;
      color: #555;
    }

    .info-table td:first-child {
      font-weight: 600;
      width: 50%;
      color: #333;
    }

    .note {
      margin-top: 10px;
      font-size: 13px;
      color: #888;
      font-style: italic;
      text-align: center;
    }

    @media screen and (max-width: 768px) {
      .info-card {
        max-width: 100%;
      }
    }