@font-face {
    font-family: "Apparel";
    src: url(/assets/frontend/fonts/apparel_display_bold.ttf);
}
* {
    box-sizing: border-box;
}
:root {
    --font-urbanist: "Urbanist", sans-serif;
    --font-apparel: "Apparel";
    --primary-color: #1c1745;
    --secondary-color: #d6a86e;
    --color-n-white: #ffffff;
    --color-n-gray: #efefef;
    --color-accent: #e4e4e4;
    --text-dark: #262626;
    --text-light: #898989;
    --text-disabled: #b8b8bd;
    --text-white: #ffffff;
    --border-color: #e8e9eb;
    --transition: all 0.3s;
    --box-showdow: 0px 8px 24px rgba(0, 0, 0, 0.16);
    accent-color: var(--primary-color);
}
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: var(--text-dark);
    font-weight: 500;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: var(--secondry-color);
}
::-webkit-scrollbar-thumb {
    background: #d6a86e69;
    border-radius: 10px;
}
:focus-visible {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-apparel);
    margin-bottom: 0;
}
h5,
h6 {
    font-family: var(--font-urbanist);
}
p {
    color: var(--text-dark);
    margin: 0;
}
span {
    display: inline-block;
}
a {
    font-family: var(--font-urbanist);
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: var(--text-dark);
    transition: var(--transition);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
}
a:hover {
    text-decoration: none;
    color: var(--secondary-color);
}
img {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
button {
    outline: none;
    border: none;
    background: #fff0;
}
.white-text {
    color: var(--text-white);
}
.p-color {
    color: var(--primary-color);
}
.s-color {
    color: var(--secondary-color);
}
.text-danger {
    font-size: 13px;
}
.out-of-stock-msg {
    font-size: 12px !important;
}
.my-cart-count {
    font-size: 12px;
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    right: -9px;
    bottom: 10px;
    color: var(--text-white);
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-box {
    border: 1px solid var(--border-color);
    outline: none;
    padding: 8px;
    width: 100%;
    font-size: 14px;
}
.input-box:focus {
    background-color: var(--color-n-gray);
}
input::placeholder {
    font-size: 14px;
    letter-spacing: 0.6px;
    color: var(--text-disabled);
}
.pt-100 {
    padding-top: 100px;
}
.mt-30 {
    margin-top: 30px;
}
.pb-100 {
    padding-bottom: 100px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.px-75 {
    padding-left: 75px;
    padding-right: 75px;
}
.mx-75 {
    margin-left: 75px;
    margin-right: 75px;
}
.row-gap{
    row-gap: 20px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .px-75 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .mx-75 {
        margin-left: 30px;
        margin-right: 30px;
    }
}
@media (max-width: 1199px) {
    .px-75 {
        padding-left: 24px;
        padding-right: 24px;
    }
    .mx-75 {
        margin-left: 24px;
        margin-right: 24px;
    }
    .mb-40 {
        margin-bottom: 30px !important;
    }
    .my-cart-count {
        height: 18px;
        width: 18px;
        right: -6px;
        bottom: 13px;
        font-size: 10px;
    }
}
@media (max-width: 991px) {
    .pt-100 {
        padding-top: 70px;
    }
    .pb-100 {
        padding-bottom: 70px;
    }
    .mt-100 {
        margin-top: 70px;
    }
    .mb-100 {
        margin-bottom: 70px;
    }
    .mb-20 {
        margin-bottom: 18px !important;
    }
    .mb-40 {
        margin-bottom: 20px !important;
    }
}
@media (max-width: 767px) {
    .pt-100 {
        padding-top: 50px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .mt-100 {
        margin-top: 50px;
    }
    .mb-100 {
        margin-bottom: 50px;
    }
    .mb-20 {
        margin-bottom: 15px !important;
    }
    .my-cart-count {
        height: 16px;
        width: 16px;
        right: -7px;
        bottom: 14px;
        font-size: 8px;
    }
    .px-m-0 {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .pt-100 {
        padding-top: 40px;
    }
    .pb-100 {
        padding-bottom: 40px;
    }
    .mt-100 {
        margin-top: 40px;
    }
    .mb-100 {
        margin-bottom: 40px;
    }
    .mb-20 {
        margin-bottom: 10px !important;
    }
    .px-75 {
        padding-left: 12px;
        padding-right: 12px;
    }
    .mx-75 {
        margin-left: 12px;
        margin-right: 12px;
    }
    .my-cart-count {
        height: 13px;
        width: 13px;
        right: -5px;
        bottom: 11px;
        font-size: 6px;
    }
}
.main-title {
    margin-bottom: 50px;
}
.main-title h1 {
    font-size: 60px;
    margin-bottom: 10px;
}
.main-title h2 {
    font-size: 34px;
    margin-bottom: 10px;
}
.main-title h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
.main-title h4 {
    font-size: 26px;
    margin-bottom: 10px;
}
.main-title h5 {
    font-size: 24px;
    margin-bottom: 10px;
}
.main-title h6 {
    font-size: 22px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .main-title h1 {
        font-size: 40px;
    }
    .main-title h2 {
        font-size: 32px;
    }
    .main-title h3 {
        font-size: 26px;
    }
    .main-title h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .main-title h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .main-title h6 {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-title {
        margin-bottom: 30px;
    }
    .main-title h1 {
        font-size: 30px;
    }
    .main-title h2 {
        font-size: 28px;
    }
    .main-title h3 {
        font-size: 24px;
    }
    .main-title h4 {
        font-size: 24px;
    }
    .main-title h5 {
        font-size: 22px;
    }
    .main-title h6 {
        font-size: 20px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .main-title {
        margin-bottom: 30px;
    }
    .main-title h1 {
        font-size: 26px;
    }
    .main-title h2 {
        font-size: 24px;
    }
    .main-title h3 {
        font-size: 22px;
    }
    .main-title h4 {
        font-size: 22px;
    }
    .main-title h5 {
        font-size: 20px;
    }
    .main-title h6 {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .main-title {
        margin-bottom: 20px;
    }
    .main-title h1 {
        font-size: 22px;
    }
    .main-title h2 {
        font-size: 22px;
    }
    .main-title h3 {
        font-size: 20px;
    }
    .main-title h4 {
        font-size: 20px;
    }
    .main-title h5 {
        font-size: 18px;
    }
    .main-title h6 {
        font-size: 16px;
    }
}
.c-pointer {
    cursor: pointer;
}
.c-disabled {
    cursor: no-drop;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner-border {
    width: 24px;
    height: 24px;
}
.spinnerLoader {
    border-radius: 50%;
    -webkit-animation: spinnerLoader 0.75s linear infinite;
    animation: spinnerLoader 0.75s linear infinite;
}
@keyframes spinnerLoader {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.valam-btn-main {
    display: flex;
}
.valam-btn {
    font-size: 20px;
    padding: 11px 22px;
    border: 2px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff0;
    transition: all 0.5s ease;
    cursor: pointer;
    & span {
        display: inline-flex;
    }
    & span svg {
        padding-left: 16px;
        fill: var(--text-dark);
        transition: all 0.5s ease;
    }
    &:hover {
        background-color: var(--primary-color);
        color: var(--text-white);
    }
    &:hover svg {
        fill: var(--text-white);
    }
}
.valam-btn.btn-dark {
    background-color: var(--primary-color);
    color: var(--text-white);
    &:hover{
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
    }
}
.valam-btn.white-btn {
    border: 2px solid var(--color-n-white);
    color: var(--text-white);
    & span svg {
        fill: var(--text-white);
    }
    &:hover {
        background-color: var(--color-n-white);
        color: var(--text-dark);
    }
    &:hover svg {
        fill: var(--text-dark);
    }
}
@media (max-width: 1199px) {
    .valam-btn {
        font-size: 18px;
        padding: 8px 18px;
    }
}
@media (max-width: 991px) {
    .valam-btn {
        font-size: 18px;
        padding: 8px 18px;
        & span svg {
            padding-left: 6px;
        }
    }
}
@media (max-width: 767px) {
    .valam-btn {
        font-size: 14px;
        padding: 4px 6px;
        & span svg {
            width: 40px;
        }
    }
}
@media (max-width: 575px) {
    .valam-btn {
        padding: 6px 12px;
    }
}
.icon-hover svg {
    fill: var(--primary-color);
    transition: var(--transition);
    cursor: pointer;
}
.icon-hover svg:hover {
    fill: var(--secondary-color);
}
.vd-loader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    position: fixed;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    background: var(--color-n-white);
}
.header-currency-dropdown {
    display: inline-block;
    padding: 0 10px;
    transition: var(--transition);
    &:hover {
        box-shadow: rgb(14 63 126 / 0.04) 0 0 0 1px,
            rgb(42 51 69 / 0.04) 0 1px 1px -0.5px,
            rgb(42 51 70 / 0.04) 0 3px 3px -1.5px,
            rgb(42 51 70 / 0.04) 0 6px 6px -3px,
            rgb(14 63 126 / 0.04) 0 12px 12px -6px,
            rgb(14 63 126 / 0.04) 0 24px 24px -12px;
    }
}
.header-currency-dropdown ul.currency-select-option {
    background: var(--color-n-white);
    position: absolute;
    top: calc(50% - 19px);
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
}
.header-currency-dropdown ul.currency-select-option {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    box-shadow: var(--box-showdow);
    z-index: 9999;
}
.header-currency-dropdown.currency-header-dropdown.position-relative {
    width: fit-content;
}
.currency-header-dropdown .dropdown-content {
    padding: 8px 0 !important;
    background-color: #fff0;
}
.currency-header-dropdown .dropdown-item:focus,
.currency-header-dropdown .dropdown-item:hover {
    color: inherit;
    background-color: #fff0;
}
.header-currency-dropdown.opened ul.currency-select-option {
    visibility: visible;
    opacity: 1;
}
.currentcy-dropdown-arrow {
    transition: var(--transition);
    display: none;
}
.currency-header-dropdown .currentcy-dropdown-arrow {
    display: block;
}
.header-currency-dropdown.opened .currentcy-dropdown-arrow {
    transform: rotate(180deg);
}
.header-currency-dropdown ul.currency-select-option .currency-option div {
    padding: 8px 10px;
    cursor: pointer;
}
.dropbox {
    background-color: #fff0;
    display: flex;
    align-items: center;
    padding-bottom: 6px;
}
.dropbox p {
    margin: 0 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.dropdown-arrow svg {
    transform: rotate(0);
    transition: var(--transition);
}
.dropdown-content {
    display: flex;
    align-items: center;
    grid-gap: 14px;
    font-weight: 600;
    padding: 10px 10px;
}
.dropdown-content P {
    text-transform: uppercase;
}
.currency-select .show .dropbox .dropdown-arrow svg {
    transform: rotate(-180deg);
}
.currency-select:hover .dropdown-arrow svg {
    transform: rotate(-180deg);
}
.vd-header-search-box {
    background-color: var(--color-n-white);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    height: 187px;
    box-shadow: var(--box-showdow);
    transition: all 0.3s;
    transform: translateY(-187px);
}
.vd-header-search-box.show {
    transform: translateY(0);
}
.vd-search-input-bar {
    position: relative;
    margin: 71px 75px;
}
.search-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--border-color);
    padding: 8px 55px;
    outline: none;
    font-size: 20px;
    color: var(--text-light);
}
.input-search-icon,
.input-close-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.input-search-icon {
    left: 10px;
}
.input-close-icon {
    right: 10px;
}
.vd-open-cart-box {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 11111;
}
.vd-open-cart-box .offcanvas-header {
    padding: 0 0 10px;
}
.vd-open-cart-box .offcanvas-header h6 {
    font-size: 20px;
}
.cart-total-details {
    padding: 30px 0;
    border-top: 1px solid var(--border-color);
}
.cart-total-details p {
    font-size: 14px;
}
.cart-total-details p:last-child {
    font-weight: 800;
}
.checkout-btn {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    background-color: var(--primary-color);
    color: var(--text-white);
    justify-content: center;
    border: none;
    cursor: pointer;
}
.checkout-btn:hover {
    background-color: var(--secondary-color);
}
.vd-cart-product {
    display: flex;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    margin-top: 30px;
}
.cart-product-img {
    margin-right: 10px;
}
.cart-product-img img {
    width: 105px;
    height: 105px;
    object-fit: cover;
}
.cart-product-name {
    min-width: 210px;
}
.cart-product-name p:nth-child(1) {
    font-size: 14px;
    font-weight: 700;
    max-width: 210px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cart-product-name p:nth-child(2) {
    color: var(--text-light);
    font-size: 14px;
}
.added-product-price span {
    font-size: 12px;
}
.added-product-price span {
    font-weight: 700;
    margin-right: 8px;
    line-height: normal;
}
.vd-lp-header {
    position: relative;
    top: 0;
    right: 0;
    z-index: 999;
    left: 0;
    background: var(--color-n-white);
    border-bottom: 1px solid var(--border-color);
}
#goto-top {
    display: inline-block;
    position: fixed;
    bottom: 50px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 9980;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 0.16) 0 1px 4px;
    transition: 0.4s ease-in-out;
}
#goto-top.add-btn {
    opacity: 1;
    visibility: visible;
}
.wp-icon {
    display: inline-block;
    position: fixed;
    bottom: 50px;
    right: 90px;
    z-index: 9980;
}

.anime-zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.anime-zoom:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.vd-highlight-box {
    background: var(--primary-color);
    padding: 11px 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.vd-highlight-box P {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.vd-header-logo {
    padding: 5px 0;
}
.vd-header-navbar {
    position: relative;
}
.vd-navbar-list li:not(:last-child) {
    margin-right: 40px;
}
input.vd-header-search-bar {
    border: 1px solid var(--border-color);
    padding: 2px 5px;
    outline: none;
}
.vd-navbar-list > li {
    padding: 18px 0;
    svg {
        fill: var(--primary-color);
        transition: var(--transition);
        &:hover {
            fill: var(--secondary-color);
        }
    }
}
.vd-auth-box {
    padding: 20px;
    box-shadow: var(--box-showdow);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
    background: var(--color-n-white);
    display: none;
    transition: all 0.2s ease;
    min-width: 310px;
}
.vd-auth-box.login-popup {
    display: block;
}
.vd-auth-box p {
    margin-bottom: 10px;
    font-size: 14px;
}
.vd-auth-signin-box {
    margin: 30px 0;
    .checkbox-container {
        width: 15px;
        height: 15px;
        font-size: 12px;
        margin-right: 10px;
    }
}
.forgot-pass a {
    font-size: 14px;
}
.vd-opened-account a:not(:last-child) {
    margin-bottom: 10px;
}
.vd-opened-account a {
    color: var(--text-light);
}
.vd-opened-account a:hover {
    background-color: var(--color-n-gray);
    color: var(--text-dark);
}
.main-menu-list-title {
    cursor: pointer;
}
.header-main-menu-list li.vd-mega-menu-dropdown > a {
    padding: 15px 0;
}
.header-main-menu-list .main-menu-list-title > a {
    text-transform: uppercase;
}
ul.header-main-menu-list > li {
    padding: 0 70px;
}
@media (min-width: 1831px) {
    ul.header-main-menu-list > li {
        padding: 0 70px;
    }
}
ul.header-main-menu-list > li:first-child {
    padding-left: 0;
}
ul.header-main-menu-list > li:last-child {
    padding-right: 0;
}
@media (max-width: 1599px) {
    ul.header-main-menu-list > li {
        padding: 0 50px;
    }
}
@media (max-width: 1299px) {
    ul.header-main-menu-list > li {
        padding: 0 32px;
    }
}
@media (max-width: 991px) {
    ul.header-main-menu-list > li {
        padding: 0 20px;
    }
}
.vd-mega-menu-dropdown-content {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 30px 75px;
    background-color: var(--color-n-white);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 888;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s;
    cursor: default;
}
.vd-mega-menu-dropdown-content li a {
    text-transform: capitalize;
    min-width: 132px;
}
.vd-mega-menu-dropdown:hover .main-menu-list-title > a {
    color: var(--secondary-color);
}
.vd-mega-menu-dropdown:hover .vd-mega-menu-dropdown-content {
    opacity: 1;
    visibility: visible;
    overflow-x: scroll;
}
.mens-collection-title {
    font-weight: 700;
    margin-bottom: 20px;
}
.mens-collection-list li:not(:last-child) {
    margin-bottom: 10px;
}
.mens-collection-list-shape li:not(:last-child) {
    margin-bottom: 10px;
}
.mens-collection-list-shape li a img {
    margin-right: 10px;
    width: 29px;
    height: auto;
}
.vd-mens-collection .vd-mens-collection-shop h6 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}
.vd-mens-collection-shop .mens-shop-now-img {
    position: relative;
}
.vd-mens-collection-shop .shop-now-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    background-color: rgb(0 0 0 / 0.1);
    opacity: 0;
    visibility: hidden;
}
.vd-mens-collection-shop .shop-now-btn:hover {
    background-color: rgb(0 0 0 / 0.4);
}
.vd-mens-collection-shop .mens-shop-now-img:hover .shop-now-btn {
    opacity: 1;
    visibility: visible;
}
.vd-mens-collection-shop .shop-now-btn a {
    font-weight: 700;
    font-size: 16px;
}
.vd-collection-metal {
    margin-bottom: 40px;
}
div#mm-blocker {
    background: #00000036;
    backdrop-filter: blur(3px);
}
.vd-mega-menu-canvas.mm-menu {
    background: var(--color-n-white);
    border: 1px solid var(--border-color);
    color: var(--text-dark);
}
.vd-mega-menu-canvas .mm-listview > li {
    border-color: var(--border-color);
}
.vd-mega-menu-canvas .mm-listview > li:not(.mm-divider):after {
    border-bottom: 1px solid var(--border-color);
    display: block;
    position: absolute;
    right: 0;
    left: 0;
}
.vd-mega-menu-canvas {
    display: none;
}
.vd-mega-menu-canvas .mm-listview .mm-next:before {
    border-left-width: 0;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.vd-mega-menu-canvas.mm-menu .mm-navbar a,
.vd-mega-menu-canvas.mm-menu .mm-navbar > * {
    color: var(--text-dark) !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.vd-mega-menu-canvas .canvas-header-menu-icon svg {
    width: 18px;
    height: auto;
}
.vd-mega-menu-canvas .mm-listview a:hover {
    color: var(--secondary-color);
}
@media (max-width: 1400px) {
    .vd-mega-menu-dropdown-content {
        padding: 20px 30px;
    }
}
@media (max-width: 1199px) {
    .header-main-menu-list .main-menu-list-title > a {
        font-size: 15px;
    }
    .vd-mega-menu-dropdown-content {
        padding: 15px 24px;
    }
    .mens-collection-title {
        font-size: 14px;
    }
    .vd-mega-menu-dropdown-content li a {
        font-size: 14px;
        min-width: 132px;
    }
    .mens-collection-list-shape li a img {
        margin-right: 12px;
        width: 24px;
        height: auto;
    }
    .vd-mens-collection-shop .shop-now-btn a {
        padding: 8px 18px;
        font-size: 14px;
    }
    .vd-mens-collection .vd-mens-collection-shop h6 {
        font-size: 14px;
        margin-top: 6px;
    }
}
@media (max-width: 991px) {
    .vd-header-search-box.show {
        height: 174px;
    }
    .vd-navbar-list li:not(:last-child) {
        margin-right: 20px;
    }
    .vd-auth-box {
        padding: 15px;
    }
    .header-main-menu-list li.vd-mega-menu-dropdown > a {
        padding: 10px 0;
    }
    .header-main-menu-list .main-menu-list-title > a {
        font-size: 13px;
    }
    .vd-mega-menu-dropdown-content {
        padding: 10px 24px;
    }
    .mens-collection-title {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .mens-collection-list li:not(:last-child) {
        margin-bottom: 5px;
    }
    .vd-mega-menu-dropdown-content li a {
        font-size: 12px;
        min-width: 82px;
    }
    .mens-collection-list-shape li a img {
        margin-right: 8px;
        width: 22px;
        height: auto;
    }
    .vd-mens-collection .vd-mens-collection-shop h6 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .vd-mens-collection-shop .shop-now-btn a {
        padding: 7px 16px;
        font-size: 12px;
    }
    .vd-collection-metal {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .vd-highlight-box {
        padding: 8px 0;
    }
    .vd-highlight-box P {
        font-size: 10px;
    }
    .vd-search-input-bar {
        margin: 32px 35px;
    }
    .vd-header-search-box.show {
        height: 110px;
    }
    .vd-header-logo img {
        width: 120px;
    }
    .vd-navbar-list li:not(:last-child) {
        margin-right: 12px;
    }
    .vd-navbar-list li:first-child {
        margin-right: 20px;
    }
    .vd-navbar-list > li > svg {
        width: 20px;
        height: auto;
    }
    .mens-collection-list-shape li:not(:last-child) {
        margin-bottom: 0;
    }
    .mens-collection-list li:not(:last-child) {
        margin-bottom: 2px;
    }
    .mens-collection-title {
        font-size: 14px;
        margin-top: 10px;
    }
}
@media (max-width: 575px) {
    .vd-highlight-box P {
        font-size: 8px;
    }
    .vd-search-input-bar {
        margin: 25px 12px;
    }
    .search-input {
        padding: 4px 40px;
        font-size: 14px;
    }
    .input-search-icon,
    .input-close-icon {
        width: 20px;
        height: auto;
    }
    .vd-header-search-box.show {
        height: 88px;
    }
    .vd-navbar-list > li {
        padding: 12px 0;
    }
    .vd-navbar-list > li > svg {
        width: 16px;
        height: auto;
    }
    .vd-navbar-list li:not(:last-child) {
        margin-right: 6px;
    }
    .vd-open-cart-box {
        padding: 20px 12px;
        width: 300px;
    }
    .vd-open-cart-box .offcanvas-header h6 {
        font-size: 16px;
    }
    .vd-cart-product {
        padding-bottom: 15px;
        margin-top: 15px;
    }
    .cart-product-name {
        min-width: 190px;
    }
    .cart-product-name p:nth-child(1) {
        font-size: 12px;
    }
    .cart-product-name p:nth-child(2) {
        font-size: 12px;
    }
    .cart-delete-btn svg {
        width: 18px;
        height: auto;
    }
}
.hero-sect-cover-img {
    position: relative;
}
.hero-sect-content {
    max-width: 480px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    margin-left: 258px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    & h1 {
        font-size: 60px;
        margin-bottom: 40px;
    }
    & .hero-sect-desc {
        font-size: 20px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .hero-sect-content {
        margin-left: 120px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hero-sect-content {
        margin-left: 50px;
    }
}
@media (min-width: 992px) and (max-width: 1300px) {
    .hero-sect-content {
        max-width: 420px;
        & h1 {
            font-size: 46px;
            margin-bottom: 20px;
        }
        & .hero-sect-desc {
            margin-bottom: 20px;
            font-size: 18px;
        }
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hero-sect-content {
        max-width: 330px;
        margin-left: 30px;
        & h1 {
            font-size: 40px;
            margin-bottom: 20px;
        }
        & .hero-sect-desc {
            font-size: 16px;
            margin-bottom: 20px;
        }
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .hero-sect-content {
        max-width: 270px;
        margin-left: 40px;
        & h1 {
            font-size: 32px;
            margin-bottom: 15px;
        }
        & .hero-sect-desc {
            font-size: 14px;
            margin-bottom: 15px;
        }
    }
}
@media (max-width: 575px) {
    .hero-sect-content {
        margin-left: 15px;
        & h1 {
            font-size: 22px;
            margin-bottom: 5px;
            max-width: 180px;
        }
        & .hero-sect-desc {
            font-size: 12px;
            margin-bottom: 10px;
            max-width: 170px;
        }
    }
}
@media (max-width: 575px) {
    .hero-sect-cover-img > img {
        min-height: 260px;
        object-fit: cover;
        object-position: 70% 100%;
    }
}
.vd-diamond-shape {
    position: relative;
}
.diamond-shape-img {
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.diamond-shape-img .diam-shape-name {
    text-transform: capitalize;
    margin-top: 20px;
    font-weight: 700;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.vd-diamond-shape
    .diamond-shap-slider
    .slick-active.slick-center
    .diamond-shape-img
    .diam-shape-name {
    visibility: visible;
    opacity: 1;
}
.vd-diamond-shape .slick-track {
    padding-top: 40px;
}
.vd-diamond-shape .diamond-shap-slider .shape-image {
    transition: all 0.4s ease-in-out;
    transform: scale(0.5);
    opacity: 0.7;
}
.vd-diamond-shape .diamond-shap-slider .slick-active.slick-center .shape-image {
    transform: scale(1);
    opacity: 1;
}
.diam-slider-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-buttons {
    position: relative;
}
.prev-arrow {
    position: absolute;
    bottom: 6px;
    left: -155px;
}
.next-arrow {
    position: absolute;
    bottom: 6px;
    right: -155px;
}
@media (max-width: 991px) {
    .diamond-shape-img .diam-shape-name {
        font-size: 18px;
    }
    .prev-arrow {
        left: -120px;
        bottom: 1px;
    }
    .next-arrow {
        right: -120px;
        bottom: 1px;
    }
}
@media (max-width: 575px) {
    .vd-diamond-shape .diamond-shap-slider .slick-center .shape-image {
        opacity: 1;
    }
    .vd-diamond-shape .slick-track {
        padding-top: 20px;
    }
    .diamond-shape-img .diam-shape-name {
        margin-top: 20px;
        font-size: 16px;
        white-space: nowrap;
    }
    .prev-arrow {
        left: -150px;
    }
    .next-arrow {
        right: -150px;
    }
}
.vd-rings-img {
    position: relative;
    background-color: #f5f5f5;
}
.valam-btn-main.shopby-ring-btn {
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 2;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}
.vd-rings-img:hover .valam-btn-main.shopby-ring-btn {
    opacity: 1;
    visibility: visible;
}
.shopby-ring-btn .shopby-ring-title {
    font-size: 15px;
    font-weight: 700;
}
.vd-gallery-img {
    position: relative;
    background-color: #f5f5f5;
}
.vd-gallery-img .shopby-ring-btn {
    bottom: 15px;
    left: 20px;
    right: inherit;
    align-items: flex-start;
}
.vd-gallery-img:hover .valam-btn-main.shopby-ring-btn {
    opacity: 1;
    visibility: visible;
}
.vd-shopby-ring-sect .valam-btn span svg {
    width: 40px;
    height: auto;
}
.vd-shopby-ring-sect .valam-btn span svg {
    padding-left: 10px;
}
.vd-gallery-img::before,
.vd-rings-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 0.2);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.vd-gallery-img:hover::before,
.vd-rings-img:hover::before {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .vd-gallery-img .shopby-ring-btn {
        bottom: 10px;
        left: 10px;
    }
}
@media (max-width: 1199px) {
    .vd-gallery-img img {
        width: 100%;
    }
    .vd-rings-img {
        margin-bottom: 24px;
    }
}
@media (max-width: 991px) {
    .vd-rings-img .valam-btn-main.shopby-ring-btn {
        bottom: 20px;
        right: auto;
        left: 20px;
    }
    .vd-gallery-img .valam-btn-main.shopby-ring-btn {
        bottom: 20px;
        right: auto;
        left: 20px;
    }
    .shopby-ring-btn .shopby-ring-title {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .vd-gallery-img .valam-btn-main.shopby-ring-btn {
        bottom: 10px;
        right: auto;
        left: 10px;
    }
    .valam-btn-main.shopby-ring-btn {
        opacity: 1;
        visibility: visible;
    }
}
.shopby-category-cover {
    position: relative;
}
.category-cover-content {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    & .category-item-title {
        margin-bottom: 20px;
        font-size: 24px;
        text-align: center;
    }
    & .category-item-desc {
        margin: 30px 0;
        font-size: 14px;
        padding: 0 12px;
        text-align: center;
    }
    & .valam-btn-main .valam-btn:hover {
        background-color: var(--primary-color);
        color: var(--text-white);
        border-color: var(--primary-color);
    }
}
@media (min-width: 992px) {
    .category-cover-content {
        & .category-item-title {
            padding: 0 12px;
        }
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .category-cover-content {
        bottom: 20px;
        & .category-item-title {
            margin-bottom: 10px;
            font-size: 20px;
        }
        & .category-item-desc {
            margin: 10px 0;
            font-size: 14px;
        }
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .category-box {
        margin-bottom: 24px;
    }
    .category-cover-content {
        bottom: 20px;
        & .category-item-title {
            margin-bottom: 0;
            font-size: 18px;
        }
        & .category-item-desc {
            margin: 5px 0;
            font-size: 13px;
            text-align: center;
        }
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .category-box {
        margin-bottom: 24px;
    }
    .category-cover-content {
        bottom: 20px;
        & .category-item-title {
            margin-bottom: 0;
            font-size: 18px;
        }
        & .category-item-desc {
            margin: 0 0 13px 0;
            font-size: 13px;
            text-align: center;
        }
    }
}
@media (max-width: 575px) {
    .shopby-category-cover {
        margin-bottom: 24px;
    }
    .category-cover-content {
        bottom: 40px;
        & .category-item-title {
            margin-bottom: 5px;
            font-size: 18px;
        }
        & .category-item-desc {
            margin: 0 0 8px 0;
            font-size: 14px;
        }
    }
}
.limited-edition-cover {
    position: relative;
    overflow: hidden;
}
.limited-edition-cover-content {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 470px;
    & .cover-title h2 {
        font-size: 60px;
        margin: 20px 0;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .limited-edition-cover-content {
        max-width: 390px;
        & .cover-title h2 {
            font-size: 48px;
            margin: 16px 0;
        }
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .limited-edition-cover-content {
        max-width: 310px;
        top: 20px;
        bottom: 20px;
        left: 20px;
        & .cover-title h2 {
            font-size: 36px;
            margin: 10px 0;
        }
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .limited-edition-cover {
        margin-bottom: 24px;
    }
    .limited-edition-cover-content {
        max-width: 310px;
        top: 30px;
        bottom: 30px;
        left: 30px;
        & .cover-title h2 {
            font-size: 40px;
            margin: 20px 0;
        }
        & .valam-btn {
            font-size: 18px;
            padding: 8px 15px;
        }
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .limited-edition-cover {
        margin-bottom: 24px;
    }
    .limited-edition-cover-content {
        max-width: 310px;
        top: 20px;
        bottom: 20px;
        left: 20px;
        & .cover-title h2 {
            font-size: 32px;
            margin: 10px 0;
        }
        & .valam-btn {
            font-size: 18px;
            padding: 8px 15px;
        }
    }
}
@media (max-width: 575px) {
    .limited-edition-cover {
        margin-bottom: 24px;
        & img {
            min-height: 260px;
            object-fit: cover;
            object-position: 70% 100%;
        }
    }
    .limited-edition-cover-content {
        max-width: 150px;
        top: 20px;
        bottom: 20px;
        left: 12px;
        & .cover-title p {
            font-size: 12px;
        }
        & .cover-title h2 {
            font-size: 20px;
            margin: 10px 0;
        }
        & .valam-btn {
            font-size: 14px;
            padding: 4px 6px;
        }
    }
}
.vd-mens-ring-main {
    position: relative;
    margin: auto;
    margin-left: -250px;
}
.vd-mens-ring-cover-3 {
    position: relative;
}
.vd-mens-ring-cover-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -250px;
    z-index: 1;
    filter: drop-shadow(0 0 8px rgb(0 0 0 / 0.6));
}
.vd-mens-ring-cover-1 {
    position: relative;
}
.vd-mens-ring-desc {
    max-width: 480px;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 2;
    margin: auto;
    margin-left: 192px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    & h3 {
        font-size: 48px;
        margin-bottom: 20px;
    }
    & p {
        margin-bottom: 40px;
        max-width: 380px;
    }
}
@media (min-width: 1200px) and (max-width: 1700px) {
    .vd-mens-ring-cover-2 {
        max-width: 450px;
        margin-left: -170px;
    }
    .vd-mens-ring-desc {
        margin-left: 50px;
        & p {
            max-width: 300px;
        }
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .vd-mens-ring-cover-2 {
        max-width: 300px;
        margin-left: -150px;
    }
    .vd-mens-ring-desc {
        margin-left: 50px;
        & h3 {
            font-size: 42px;
        }
        & p {
            max-width: 250px;
        }
    }
    .vd-mens-ring-cover-1 .valam-btn {
        font-size: 18px;
        padding: 8px 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vd-mens-ring-cover-2 {
        max-width: 210px;
        margin-left: -100px;
    }
    .vd-mens-ring-cover-1 > img {
        max-width: 680px;
    }
    .vd-mens-ring-desc {
        margin-left: 80px;
        & h3 {
            font-size: 30px;
            margin-bottom: 15px;
        }
        & p {
            max-width: 170px;
            margin-bottom: 20px;
            font-size: 12px;
        }
    }
    .vd-mens-ring-cover-1 .valam-btn {
        font-size: 16px;
        padding: 8px 12px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .vd-mens-ring-cover-2 {
        max-width: 350px;
        margin-left: -170px;
    }
    .vd-mens-ring-desc {
        margin-left: 50px;
        right: 0;
        & h3 {
            margin-bottom: 15px;
            font-size: 35px;
        }
        & p {
            max-width: 250px;
            font-size: 14px;
            margin-bottom: 20px;
        }
    }
    .vd-mens-ring-cover-1 .valam-btn {
        font-size: 16px;
        padding: 8px 12px;
    }
    .vd-mens-ring-cover-3 {
        max-width: 550px;
        margin-left: auto;
    }
    .vd-mens-ring-main {
        position: relative;
        margin: auto;
        margin-left: 30px;
    }
    .vd-mens-ring-cover-2 {
        max-width: 250px;
        margin-left: -30px;
    }
}
@media (max-width: 575px) {
    .vd-mens-ring-cover-2 {
        max-width: 350px;
        margin-left: -170px;
    }
    .vd-mens-ring-desc {
        margin-left: 50px;
        right: 0;
        & h3 {
            margin-bottom: 15px;
            font-size: 24px;
        }
        & p {
            margin-bottom: 20px;
            max-width: 250px;
            font-size: 12px;
        }
    }
    .vd-mens-ring-cover-3 {
        position: relative;
    }
    .vd-mens-ring-main {
        position: relative;
        margin: auto;
        margin-left: 30px;
    }
    .vd-mens-ring-cover-2 {
        max-width: 180px;
        margin-left: -30px;
    }
}
.vd-womans-ring-sect .vd-mens-ring-main {
    position: relative;
    margin: auto;
    margin-right: -250px;
}
.vd-womans-ring-sect .vd-mens-ring-cover-1 > img {
    position: relative;
    z-index: -1;
}
.vd-womans-ring-sect .vd-mens-ring-cover-3 {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.vd-womans-ring-sect .vd-mens-ring-cover-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -250px;
}
.vd-womans-ring-sect .vd-mens-ring-desc {
    max-width: 480px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    margin-right: 192px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    & h3 {
        font-size: 48px;
        margin-bottom: 20px;
    }
    & p {
        margin-bottom: 40px;
        max-width: 380px;
    }
}
@media (min-width: 1200px) and (max-width: 1700px) {
    .vd-womans-ring-sect .vd-mens-ring-cover-2 {
        max-width: 450px;
        margin-right: -170px;
    }
    .vd-womans-ring-sect .vd-mens-ring-desc {
        margin-right: 80px;
        & p {
            max-width: 300px;
        }
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .vd-womans-ring-sect .vd-mens-ring-cover-2 {
        max-width: 300px;
        margin-right: -150px;
    }
    .vd-womans-ring-sect .vd-mens-ring-desc {
        margin-right: 20px;
        & h3 {
            font-size: 42px;
        }
        & p {
            max-width: 250px;
        }
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vd-womans-ring-sect .vd-mens-ring-cover-2 {
        max-width: 210px;
        margin-right: -100px;
    }
    .vd-womans-ring-sect .vd-mens-ring-cover-1 > img {
        max-width: 680px;
    }
    .vd-womans-ring-sect .vd-mens-ring-desc {
        margin-right: 80px;
        & h3 {
            font-size: 30px;
            margin-bottom: 15px;
        }
        & p {
            max-width: 170px;
            margin-bottom: 20px;
            font-size: 12px;
        }
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .vd-womans-ring-sect .vd-mens-ring-cover-2 {
        max-width: 350px;
        margin-right: -170px;
    }
    .vd-womans-ring-sect .vd-mens-ring-desc {
        left: 16px;
        & h3 {
            margin-bottom: 15px;
            font-size: 35px;
        }
        & p {
            max-width: 250px;
            font-size: 14px;
            margin-bottom: 20px;
        }
    }
    .vd-womans-ring-sect .vd-mens-ring-cover-3 {
        margin-right: auto;
        max-width: 550px;
        margin-left: 0;
    }
    .vd-womans-ring-sect .vd-mens-ring-main {
        position: relative;
        margin: auto;
        margin-right: 30px;
    }
    .vd-womans-ring-sect .vd-mens-ring-cover-2 {
        max-width: 250px;
        margin-right: -30px;
    }
}
@media (max-width: 575px) {
    .vd-womans-ring-sect .vd-mens-ring-cover-2 {
        max-width: 350px;
        margin-right: -170px;
    }
    .vd-womans-ring-sect .vd-mens-ring-desc {
        margin-right: 50px;
        left: 12px;
        & h3 {
            margin-bottom: 15px;
            font-size: 24px;
        }
        & p {
            margin-bottom: 20px;
            max-width: 250px;
            font-size: 12px;
        }
    }
    .vd-womans-ring-sect .vd-mens-ring-cover-3 {
        position: relative;
    }
    .vd-womans-ring-sect .vd-mens-ring-main {
        position: relative;
        margin: auto;
        margin-right: 30px;
    }
    .vd-womans-ring-sect .vd-mens-ring-cover-2 {
        max-width: 180px;
        margin-right: -30px;
    }
}
.commitmens-sect-content {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    margin-left: 208px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.commitmens-sect-content h3 {
    font-size: 48px;
    margin-bottom: 100px;
}
.commitmens-desc:not(:last-child) {
    margin-bottom: 40px;
}
.commitmens-desc {
    display: flex;
    align-items: center;
    & span svg,
    & span img {
        margin-right: 50px;
    }
    & p {
        font-size: 18px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .commitmens-sect-content {
        margin-left: 90px;
    }
    .commitmens-sect-content h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .commitmens-desc:not(:last-child) {
        margin-bottom: 20px;
    }
    .commitmens-desc {
        & span svg,
        & span img {
            margin-right: 40px;
        }
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .commitmens-sect-content {
        margin-left: 60px;
    }
    .commitmens-sect-content h3 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .commitmens-desc:not(:last-child) {
        margin-bottom: 10px;
    }
    .commitmens-desc {
        & span svg,
        & span img {
            margin-right: 30px;
            width: 45px;
            height: auto;
        }
        & p {
            font-size: 18px;
        }
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .commitmens-sect-content {
        margin-left: 60px;
    }
    .commitmens-sect-content h3 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .commitmens-desc:not(:last-child) {
        margin-bottom: 10px;
    }
    .commitmens-desc {
        & span svg,
        & span img {
            margin-right: 30px;
            width: 45px;
            height: auto;
        }
        & p {
            font-size: 16px;
        }
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .commitmens-sect-content {
        margin-left: 40px;
    }
    .commitmens-sect-content h3 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .commitmens-desc:not(:last-child) {
        margin-bottom: 6px;
    }
    .commitmens-desc {
        & span svg,
        & span img {
            margin-right: 30px;
            width: 40px;
            height: auto;
        }
        & p {
            font-size: 16px;
        }
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .commitmens-sect-content {
        margin-left: 20px;
    }
    .commitmens-sect-content h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .commitmens-desc:not(:last-child) {
        margin-bottom: 6px;
    }
    .commitmens-desc {
        & span svg,
        & span img {
            margin-right: 15px;
            width: 32px;
            height: auto;
        }
        & p {
            font-size: 12px;
        }
    }
}
@media (max-width: 575px) {
    .commitmens-sect-content {
        margin-left: 20px;
    }
    .commitmens-sect-content h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .commitmens-desc:not(:last-child) {
        margin-bottom: 6px;
    }
    .commitmens-desc {
        & span svg,
        & span img {
            margin-right: 15px;
            width: 26px;
            height: 26px;
            min-height: 26px;
        }
        & p {
            font-size: 12px;
        }
    }
}
.vd-social-media-sect {
    overflow: hidden;
}
.social-media-followus {
    margin-bottom: 40px;
}
.social-media-followus span svg {
    margin-bottom: 20px;
}
.social-media-followus h3 {
    margin-bottom: 20px;
    font-size: 48px;
}
.vd-followus-cover-slider {
    margin: 0 -12px;
}
.followus-covers {
    padding: 0 12px;
}
.followus-cover-img {
    position: relative;
    & > img {
        max-width: 100%;
        min-width: 100%;
        max-height: 360px;
        min-height: 360px;
        object-fit: cover;
        overflow: hidden;
    }
}
.followus-media-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.followus-cover-img:hover .followus-media-icon {
    visibility: visible;
    background-color: rgb(0 0 0 / 0.4);
    opacity: 1;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .social-media-followus h3 {
        font-size: 42px;
    }
    .followus-cover-img {
        & > img {
            max-height: 270px;
            min-height: 270px;
        }
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .social-media-followus h3 {
        margin-bottom: 20px;
        font-size: 38px;
    }
    .social-media-followus {
        margin-bottom: 30px;
    }
    .followus-cover-img {
        & > img {
            max-height: 220px;
            min-height: 220px;
        }
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .social-media-followus span svg {
        margin-bottom: 10px;
        width: 30px;
    }
    .social-media-followus {
        margin-bottom: 30px;
    }
    .social-media-followus h3 {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .followus-cover-img {
        & > img {
            max-height: 160px;
            min-height: 160px;
        }
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .social-media-followus {
        margin-bottom: 20px;
    }
    .social-media-followus span svg {
        margin-bottom: 10px;
        width: 30px;
    }
    .social-media-followus h3 {
        margin-bottom: 12px;
        font-size: 26px;
    }
    .followus-cover-img {
        & > img {
            max-height: 210px;
            min-height: 210px;
        }
    }
}
@media (max-width: 575px) {
    .vd-followus-main {
        flex-wrap: wrap;
        gap: 18px;
    }
    .vd-followus-main .followus-covers:not(:last-child) {
        margin-right: 0;
    }
    .social-media-followus {
        margin-bottom: 20px;
    }
    .social-media-followus span svg {
        margin-bottom: 10px;
        width: 30px;
    }
    .social-media-followus h3 {
        margin-bottom: 12px;
        font-size: 22px;
    }
    .followus-cover-img {
        & > img {
            max-height: 230px;
            min-height: 230px;
        }
    }
}
.vd-subscribe-newsletter {
    position: relative;
    background-image: url(/assets/images/subscribe-newsletter.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 12px;
    .text-danger {
        margin-top: 20px;
    }
}
.vd-subscribe-newsletter-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
}
.vd-subscribe-newsletter-content h2 {
    color: var(--text-white);
    font-size: 48px;
    margin-bottom: 30px;
}
.vd-subscribe-newsletter-content p {
    color: var(--text-white);
    font-size: 20px;
    margin-bottom: 30px;
}
.subscribe-form .vd-form-input input {
    width: 100%;
    background: #fff0;
    border: none;
    outline: none;
    padding: 15px 25px;
    color: var(--text-white);
    font-size: 20px;
}
.subscribe-form .vd-form-input input::placeholder {
    color: var(--text-white);
    font-size: 20px;
}
.subscribe-form {
    width: 100%;
    margin-bottom: 40px;
}
.subscribe-form .vd-form-block {
    border: 1px solid var(--text-white);
    position: relative;
}
.subscribe-form .vd-form-input {
    width: 100%;
}
.subscribe-form .vd-button {
    background: var(--color-n-white);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    transition: all 0.4s;
    svg {
        transition: all 0.4s;
        fill: #1c1c1e;
    }
}
.subscribe-form .vd-button:hover {
    background: var(--secondary-color);
    svg {
        fill: var(--color-n-white);
    }
}
.subscribe-form .subscribe-alert {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 6px;
}
.vd-main-footer {
    background: #e9e8ed;
}
.vd-main-footer .vd-footer-col:nth-child(1) {
    flex: 0 0 auto;
    width: 30%;
}
.vd-main-footer .vd-footer-col {
    flex: 0 0 auto;
    width: 17.5%;
}
.vd-footer-main-col {
    padding-top: 60px;
    padding-bottom: 60px;
}
.vd-footer-logo {
    margin-bottom: 20px;
}
.vd-footer-content p {
    font-size: 14px;
    max-width: 300px;
}
.vd-footer-menu h3 {
    font-size: 20px;
    font-family: var(--font-urbanist);
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 30px;
    font-weight: 700;
}
.vd-footer-menu ul li a,
.vd-footer-menu ul li span {
    font-size: 14px;
    margin-bottom: 8px;
    word-break: break-word;
}
.vd-footer-menu ul li {
    display: flex;
}
.vd-footer-menu ul li svg {
    margin-right: 15px;
}
.vd-footer-social {
    margin-top: 30px;
}
.vd-footer-social ul li a svg {
    fill: var(--primary-color);
    width: 12px;
    height: 12px;
    transition: all 0.4s;
}
.vd-footer-social ul li a {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 25px;
    height: 25px;
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
.vd-footer-social ul li a:hover {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}
.vd-footer-social ul li a:hover svg {
    fill: var(--text-white);
}
.vd-footer-card li {
    padding: 0 10px;
}
.vd-footer-card ul {
    margin-bottom: 20px;
}
.vd-footer-card {
    padding-bottom: 20px;
}
.vd-footer-card p {
    font-size: 14px;
}
.vd-footer-card p a {
    color: var(--secondary-color);
    margin-left: 5px;
}
.vd-copyright-footer {
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.vd-copyright-footer p,
.vd-copyright-footer p a {
    color: var(--text-white);
    text-transform: uppercase;
    font-size: 14px;
}
.footer-metal-price-details {
    font-size: 14px;
    background: #e9e8ed;
    padding: 10px 0;
    img {
        margin: 0 10px;
        height: 18px;
        width: 18px;
        border-radius: 50%;
    }
    i,
    svg {
        margin: 0 4px;
    }
}
@media (min-width: 768px) {
    .vd-footer-menu h3 svg {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .vd-footer-menu ul li svg {
        margin-right: 2px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .vd-main-footer .vd-footer-col,
    .vd-main-footer .vd-footer-col:nth-child(1) {
        flex: 0 0 auto;
        width: 20%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vd-main-footer .vd-footer-col,
    .vd-main-footer .vd-footer-col:nth-child(1) {
        flex: 0 0 auto;
        width: 33.3333%;
        margin-bottom: 30px;
    }
    .vd-main-footer .vd-footer-col:last-child {
        margin-bottom: 0;
    }
    .vd-subscribe-newsletter-content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .vd-subscribe-newsletter-content p {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .subscribe-form .vd-form-input input {
        padding: 10px 20px;
        font-size: 16px;
    }
    .subscribe-form .vd-button {
        width: 50px;
    }
    .subscribe-form .vd-form-input input::placeholder {
        font-size: 16px;
    }
    .subscribe-form {
        margin-bottom: 20px;
    }
    .vd-subscribe-newsletter {
        padding: 40px 12px;
    }
}
@media (max-width: 767px) {
    .vd-subscribe-newsletter-content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .vd-subscribe-newsletter-content p {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .subscribe-form .vd-form-input input {
        padding: 10px 20px;
        font-size: 16px;
    }
    .subscribe-form .vd-button {
        width: 50px;
        svg {
            height: 18px;
            width: auto;
        }
    }
    .subscribe-form .vd-form-input input::placeholder {
        font-size: 16px;
    }
    .subscribe-form {
        margin-bottom: 20px;
    }
    .vd-subscribe-newsletter {
        padding: 40px 12px;
    }
    .vd-footer-main-col {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .vd-main-footer .vd-footer-col,
    .vd-main-footer .vd-footer-col:nth-child(1) {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 10px;
    }
    .vd-main-footer .vd-footer-col:last-child {
        margin-bottom: 0;
    }
    .vd-footer-col {
        text-align: center;
        margin: auto;
    }
    .vd-footer-content p {
        margin: 16px auto;
    }
    .vd-footer-menu h3 {
        font-size: 16px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .vd-footer-menu h3 svg {
        width: 16px;
        height: 16px;
    }
    .vd-footer-social {
        margin-top: 20px;
    }
    .vd-footer-social ul{
        justify-content: center;
    }
    .vd-footer-card li {
        padding: 0 2px;
        margin-bottom: 4px;
    }
    .vd-footer-card ul {
        margin-bottom: 10px;
    }
    .vd-footer-menu {
        border-bottom: 1px solid #cdcdcd;
    }
    .vd-footer-menu ul li span br {
        content: "";
    }
    .vd-footer-menu ul li span {
        text-align: start;
    }
}
@media (max-width: 575px) {
    .vd-subscribe-newsletter-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .footer-metal-price-details {
        font-size: 12px;
        img {
            height: 14px;
            width: 14px;
        }
    }
}
.cat-mens-hero-sect .valam-btn-main {
    justify-content: space-between;
}
.cat-mens-hero-sect .hero-sect-content {
    max-width: 550px;
    margin-left: 150px;
}
@media (min-width: 992px) and (max-width: 1300px) {
    .cat-mens-hero-sect .hero-sect-content {
        max-width: 470px;
        margin-left: 110px;
    }
    .cat-mens-hero-sect .valam-btn {
        font-size: 18px;
        padding: 8px 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cat-mens-hero-sect .hero-sect-content {
        max-width: 400px;
        margin-left: 50px;
    }
    .cat-mens-hero-sect .valam-btn {
        font-size: 16px;
        padding: 7px 10px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .cat-mens-hero-sect .hero-sect-content {
        max-width: 330px;
        margin-left: 30px;
    }
}
@media (max-width: 575px) {
    .cat-mens-hero-sect .hero-sect-content {
        margin-left: 15px;
    }
    .cat-mens-hero-sect .valam-btn-main {
        gap: 10px;
        display: inline-grid;
    }
}
.diam-shape-slider {
    .cat-slider-prev-btn {
        left: -10px;
    }
    .cat-slider-next-btn {
        right: -10px;
    }
}
.shopby-shape-title h2 {
    font-size: 34px;
    margin-bottom: 40px;
}
.shopby-shapes-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    .cat-slider-prev-btn {
        left: 0px;
        top: 40px;
    }
    .cat-slider-next-btn {
        right: 0;
        top: 40px;
    }
}
.shopby-shapes-content::-webkit-scrollbar {
    display: none;
}
.vd-cat-shopby-shape-sect .shopby-shapes-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    overflow-x: hidden;
}
.pd-diamond-carat {
    .nice-select,
    .list {
        width: 150px;
        border: none;
        border-bottom: 1px solid var(--secondary-color);
        font-size: 14px;
        padding: 2px 0;
        background: #fff0;
        border-radius: 0;
        height: auto;
        line-height: 1.5;
    }
    .current {
        font-size: 14px;
        padding: 6px 0;
    }
    .nice-select.open .list {
        background: var(--color-n-white);
        border: none;
        max-height: 300px;
        overflow: auto;
    }
    .nice-select .option:hover {
        background-color: var(--secondary-color);
        color: var(--text-white);
    }
    .nice-select .option.focus,
    .nice-select .option.selected.focus {
        background-color: var(--secondary-color);
        color: var(--primary-color);
    }
}
.shopby-diam-shape {
    .common-shape-button {
        text-transform: capitalize;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}
.shopby-diam-shape .diamond-shape-img {
    background: var(--primary-color);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    overflow: hidden;
    &:not(:last-child) {
        /* margin-right: 10px; */
    }
}
.shopby-diam-shape .common-shape-button:hover .diamond-shape-img {
    background: rgb(214 168 110 / 0.1);
}
.shopby-diam-shape .diamond-shape-name {
    font-size: 14px;
}
@media (max-width: 1300px) {
    .vd-cat-shopby-shape-sect .shopby-shapes-content {
        gap: 16px;
    }
    .shopby-shape-title h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .shopby-shape-title h2 {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .vd-cat-shopby-shape-sect .shopby-diam-shape .diamond-shape-img {
        height: 85px;
        width: 85px;
    }
    .vd-cat-shopby-shape-sect .diamond-shape-img img {
        width: auto;
        height: 55px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .shopby-shape-title h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .vd-cat-shopby-shape-sect .shopby-diam-shape .diamond-shape-img {
        height: 75px;
        width: 75px;
    }
    .vd-cat-shopby-shape-sect .diamond-shape-img img {
        height: 50px;
        width: auto;
    }
    .shopby-diam-shape .diamond-shape-name {
        font-size: 12px;
    }
    .pd-diamond-carat {
        .nice-select,
        .list {
            font-size: 12px;
        }
        .current {
            font-size: 12px;
        }
    }
}
@media (max-width: 575px) {
    .vd-cat-shopby-shape-sect .shopby-shapes-content {
        gap: 10px;
    }
    .shopby-shape-title h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .vd-cat-shopby-shape-sect .shopby-diam-shape .diamond-shape-img {
        height: 60px;
        width: 60px;
    }
    .vd-cat-shopby-shape-sect .diamond-shape-img img {
        width: auto;
        height: 40px;
    }
    .shopby-diam-shape .diamond-shape-name {
        font-size: 12px;
    }
    .pd-diamond-carat {
        .nice-select,
        .list {
            width: 100px;
            font-size: 12px;
        }
        .current {
            font-size: 12px;
            padding: 4px 0;
        }
        .nice-select .option {
            line-height: 30px;
            min-height: 30px;
        }
    }
}
.cat-shopby-ring-covers {
    background: var(--color-n-gray);
    /* padding-bottom: 80px; */
    overflow: hidden;
}
.shopby-ring-content-main {
    padding: 0 12px;
}
.shopby-sub-title h5 {
    font-family: var(--font-urbanist);
    font-size: 24px;
    text-transform: capitalize;
    text-align: center;
    min-height: 58px;
    padding: 0 10px;
}
.cat-shopby-ring-slider {
    padding: 0;
}
.cat-slider-prev-btn,
.cat-slider-next-btn {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.cat-slider-prev-btn {
    left: 12px;
}
.cat-slider-next-btn {
    right: 12px;
}
.slider-svg-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    background-color: #fff0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.slider-svg-icon svg {
    fill: var(--primary-color);
    transition: all 0.2s;
}
.slider-svg-icon:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.slider-svg-icon:hover svg {
    fill: var(--color-n-white);
}
@media (max-width: 1199px) {
    .cat-shopby-ring-covers {
        /* padding-bottom: 50px; */
    }
    .shopby-sub-title h5 {
        font-size: 20px;
    }
    .slider-svg-icon {
        width: 30px;
        height: 30px;
    }
    .cat-slider-prev-btn svg,
    .cat-slider-next-btn svg {
        width: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .shopby-sub-title h5 {
        font-size: 18px;
    }
    .cat-shopby-ring-covers {
        /* padding-bottom: 30px; */
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .shopby-sub-title h5 {
        font-size: 18px;
    }
    .cat-shopby-ring-covers {
        /* padding-bottom: 30px; */
    }
}
@media (max-width: 575px) {
    .shopby-sub-title h5 {
        font-size: 16px;
        min-height: 44px;
    }
    .cat-shopby-ring-covers {
        /* padding-bottom: 30px; */
    }
}
.vd-cat-shopby-gemstone-sect {
    background-color: rgb(28 23 69 / 0.06);
}
.cat-shopby-gems-covers {
    background-color: var(--color-n-white);
    padding-bottom: 20px;
    overflow: hidden;
}
.vd-cat-shopby-gemstone-sect .col-8 {
    flex: 0 0 auto;
    width: 72.4%;
    padding: 0 12px;
}
.vd-cat-shopby-gemstone-sect .col-4 {
    flex: 0 0 auto;
    width: 27.6%;
    padding: 0 12px;
}
.gems-slider-box {
    padding: 0 12px;
}
.cat-shopby-gems-slider {
    margin: 0 -12px;
    z-index: 1;
}
.shopby-gem-slider-main {
    position: relative;
    margin-right: -120px;
}
.cat-shopby-gems-main {
    display: flex;
    padding: 0;
}
.cat-shopby-gems-main .shopby-shape-title h2 {
    margin-bottom: 115px;
}
@media (max-width: 1600px) {
    .cat-shopby-gems-main .shopby-shape-title h2 {
        margin-bottom: 75px;
    }
}
@media (min-width: 1200px) {
    .cat-shopby-gems-slider {
        margin: 0 -35px;
    }
    .gems-slider-box {
        padding: 0 35px;
    }
    .cat-slider-prev-btn.gems-prev {
        left: 35px;
    }
    .cat-slider-next-btn.gems-next {
        right: 35px;
    }
}
@media (max-width: 1199px) {
    .cat-shopby-gems-main .shopby-shape-title h2 {
        margin-bottom: 40px;
    }
    .vd-cat-shopby-gemstone-sect .col-8 {
        width: 68.4%;
    }
    .vd-cat-shopby-gemstone-sect .col-4 {
        width: 31.6%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cat-shopby-gems-main .shopby-shape-title h2 {
        margin-bottom: 30px;
    }
    .vd-cat-shopby-gemstone-sect .col-8 {
        width: 62.4%;
    }
    .vd-cat-shopby-gemstone-sect .col-4 {
        width: 37.6%;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .cat-shopby-gems-main .shopby-shape-title h2 {
        margin-bottom: 20px;
    }
    .vd-cat-shopby-gemstone-sect .col-8 {
        width: 40%;
    }
    .vd-cat-shopby-gemstone-sect .col-4 {
        width: 60%;
    }
    .cat-shopby-gems-covers {
        padding-bottom: 10px;
    }
    .vd-cat-shopby-gemstone-sect .shopby-gem-slider-main {
        position: relative;
        margin-right: -36px;
        margin-left: 20px;
    }
}
@media (max-width: 575px) {
    .vd-cat-shopby-gemstone-sect .col-8 {
        width: 30%;
    }
    .vd-cat-shopby-gemstone-sect .col-4 {
        width: 70%;
    }
}
.mens-design-own-cover-img {
    background: var(--color-n-gray);
    padding-bottom: 155px;
    height: 100%;
    overflow: hidden;
}
.mens-design-main-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.mens-design-own-gallery .gallery-img-main-box {
    background: var(--color-n-gray);
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
.custom-column {
    margin-bottom: 24px;
}
@media (max-width: 1300px) {
    .mens-design-own-gallery .gallery-img-main-box {
        padding-bottom: 79px;
    }
}
@media (max-width: 1199px) {
    .mens-design-own-cover-img {
        padding-bottom: 80px;
    }
    .mens-design-own-gallery .gallery-img-main-box {
        padding-bottom: 41px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mens-design-own-gallery .shopby-sub-title h5 {
        font-size: 16px;
    }
    .mens-design-own-cover-img {
        padding-bottom: 53px;
    }
    .mens-design-own-gallery .gallery-img-main-box {
        padding-bottom: 22px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .mens-design-own-cover-img {
        padding-bottom: 30px;
        margin-bottom: 24px;
    }
    .mens-design-own-gallery .gallery-img-main-box {
        padding-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .mens-design-own-cover-img {
        padding-bottom: 10px;
        margin-bottom: 24px;
    }
    .mens-design-own-gallery .gallery-img-main-box {
        padding-bottom: 10px;
    }
    .mens-design-own-gallery .shopby-sub-title h5 {
        font-size: 14px;
        min-height: 38px;
    }
}
.cat-readyto-ship-sect {
    background: rgb(214 168 110 / 0.1);
}
.readyto-ship-content {
    max-width: 550px;
    margin: auto;
}
.readyto-ship-content p {
    font-size: 16px;
    margin-bottom: 40px;
}
.readyto-ship-cover {
    overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .readyto-ship-content p {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .readyto-ship-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .readyto-ship-cover {
        margin-bottom: 20px;
    }
    .readyto-ship-content p {
        font-size: 14px;
        margin-bottom: 16px;
    }
}
@media (max-width: 575px) {
    .readyto-ship-cover {
        margin-bottom: 12px;
    }
    .readyto-ship-content p {
        font-size: 14px;
        margin-bottom: 12px;
    }
}
.howto-buy-img {
    overflow: hidden;
}
.howto-sub-title h5 {
    font-size: 24px;
    font-weight: 600;
    margin: 12px 0;
    font-family: var(--font-urbanist);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .howto-sub-title h5 {
        font-size: 22px;
        margin: 10px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .howto-sub-title h5 {
        font-size: 20px;
        margin: 10px 0;
    }
    .howto-buy-content p {
        font-size: 14px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .howto-sub-title h5 {
        font-size: 20px;
        margin: 10px 0;
    }
    .howto-buy-content p {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .howto-sub-title h5 {
        font-size: 16px;
        margin: 10px 0;
    }
    .howto-buy-content p {
        font-size: 12px;
    }
}
.shopby-style-cover-img {
    background: var(--color-n-gray);
    padding-bottom: 50px;
    height: 100%;
    overflow: hidden;
}
.vd-cat-shopby-style-sect .shopby-sub-title h5 {
    min-height: 30px;
}
.vd-shopby-style-gallery-main {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.shopby-style-gallery {
    background: var(--color-n-gray);
    padding-bottom: 82px;
    overflow: hidden;
}
.vd-shopby-style-gallery-main .shopby-style-gallery {
    height: 100%;
}
.vd-shopby-style-gallery-main .shopby-style-gallery:first-child {
    margin-bottom: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .shopby-style-gallery {
        padding-bottom: 48px;
    }
    .shopby-style-cover-img {
        padding-bottom: 49px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vd-cat-shopby-style-sect .shopby-sub-title h5 {
        font-size: 18px;
    }
    .shopby-style-gallery {
        padding-bottom: 24px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .vd-cat-shopby-style-sect .shopby-sub-title h5 {
        font-size: 18px;
    }
    .vd-shopby-style-gallery-main {
        display: flex;
        gap: 24px;
    }
    .shopby-style-gallery {
        padding-bottom: 30px;
    }
    .shopby-style-cover-img {
        padding-bottom: 30px;
    }
    .vd-shopby-style-gallery-main .shopby-style-gallery:first-child {
        margin-bottom: 0;
    }
    .vd-cat-shopby-style-sect > .row {
        gap: 24px;
    }
}
@media (max-width: 575px) {
    .vd-shopby-style-gallery-main {
        display: flex;
        gap: 24px;
    }
    .vd-cat-shopby-style-sect > .row {
        gap: 24px;
    }
    .vd-shopby-style-gallery-main .shopby-style-gallery:first-child {
        margin-bottom: 0;
    }
    .vd-cat-shopby-style-sect .shopby-sub-title h5 {
        font-size: 16px;
    }
    .shopby-style-gallery {
        padding-bottom: 10px;
    }
    .shopby-style-cover-img {
        padding-bottom: 10px;
    }
}
.natural-diam-container {
    max-width: 1500px;
    margin: 0 auto;
}
.vd-cat-natural-diam .readyto-ship-content {
    margin-left: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .vd-cat-natural-diam .readyto-ship-content {
        margin-left: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vd-cat-natural-diam .readyto-ship-content {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .natural-diam-main {
        margin-bottom: 12px;
    }
}
.vd-cat-lab-diam .readyto-ship-content {
    margin: 0;
}
@media (max-width: 767px) {
    .vd-cat-natural-diam .readyto-ship-content {
        margin-left: 0;
    }
    .vd-cat-lab-diam .natural-diam-main {
        margin-bottom: 12px;
    }
}
@media (max-width: 991px) {
    .diam-howto-buy > .row > .col-sm-6:nth-child(1),
    .diam-howto-buy > .row > .col-sm-6:nth-child(2) {
        margin-bottom: 24px;
    }
    .diam-howto-buy .howto-sub-title h5 {
        font-size: 16px;
        margin: 12px 0;
    }
}
@media (max-width: 575px) {
    .diam-howto-buy > .row > .col-12:nth-child(1),
    .diam-howto-buy > .row > .col-12:nth-child(2),
    .diam-howto-buy > .row > .col-12:nth-child(3) {
        margin-bottom: 24px;
    }
    .diam-howto-buy .howto-sub-title h5 {
        font-size: 16px;
        margin: 8px 0;
    }
}
.vd-cat-jew-design-own-sect .design-own-content p {
    max-width: 200px;
    margin-bottom: 24px;
}
.vd-cat-jew-design-own-sect .design-own-img {
    background-color: var(--color-n-gray);
    padding: 40px 0;
}
.vd-cat-jew-design-own-sect .jew-ownDesign-btn {
    gap: 24px;
}
@media (max-width: 991px) {
    .vd-cat-jew-design-own-sect .jew-ownDesign-btn .valam-btn {
        padding: 8px 9px;
    }
}
@media (max-width: 767px) {
    .vd-cat-jew-design-own-sect .design-own-img {
        background-color: var(--color-n-gray);
        padding: 12px 0;
    }
    .vd-cat-jew-design-own-sect .jew-ownDesign-btn {
        gap: 12px;
    }
    .vd-cat-jew-design-own-sect .jew-ownDesign-btn .valam-btn {
        padding: 4px 3px;
    }
}
@media (max-width: 575px) {
    .vd-cat-jew-design-own-sect .jew-design-own-box {
        margin-bottom: 40px;
    }
    .vd-cat-jew-design-own-sect .jew-ownDesign-btn .valam-btn {
        padding: 6px 12px;
    }
}
.vd-colored-diam .valam-btn-main {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    max-width: 340px;
}
.vd-colored-diam .valam-btn-main .valam-btn {
    width: 100%;
}
@media (max-width: 1199px) {
    .vd-colored-diam .valam-btn-main {
        max-width: 310px;
    }
}
@media (max-width: 991px) {
    .vd-colored-diam .valam-btn-main {
        max-width: 276px;
        gap: 30px;
    }
    .vd-colored-diam .valam-btn-main .valam-btn {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .vd-colored-diam .valam-btn-main {
        gap: 20px;
        max-width: 270px;
    }
}
.vd-jew-design-own-ring .valam-btn-main {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    max-width: 190px;
}
.vd-jew-design-own-ring .valam-btn-main .valam-btn {
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .vd-jew-design-own-ring .valam-btn-main {
        gap: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vd-jew-design-own-ring .valam-btn-main {
        gap: 24px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .vd-jew-design-own-ring .valam-btn-main {
        gap: 18px;
    }
}
@media (max-width: 575px) {
    .vd-jew-design-own-ring .valam-btn-main {
        gap: 16px;
    }
}
.vd-terms-and-condition .shopby-shape-title h1 {
    font-size: 34px;
    margin-bottom: 40px;
}
.vd-terms-and-condition h3 {
    font-size: 24px;
    font-family: var(--font-urbanist);
    margin-bottom: 16px;
    font-weight: 600;
    margin-top: 30px;
}
.vd-terms-and-condition h4 {
    font-size: 18px;
    margin-bottom: 6px;
}
.vd-terms-and-condition a {
    color: var(--secondary-color);
    border-bottom: 1px solid #fff0;
    position: relative;
    transition: all 0.4s;
}
.vd-terms-and-condition .shopby-diam-shape .common-shape-button {
    color: var(--text-dark);
    border: none;
}
.vd-terms-and-condition a:hover {
    border-bottom: 1px solid var(--secondary-color);
}
.vd-terms-and-condition h2 {
    font-family: var(--font-urbanist);
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 30px;
}
.vd-terms-and-condition p,
.vd-terms-and-condition ul {
    font-size: 16px;
    margin-bottom: 10px;
    list-style: disc;
}
.vd-terms-and-condition ul,
.vd-terms-and-condition ol {
    margin-left: 30px;
}
.vd-terms-and-condition ul li,
.vd-terms-and-condition ol li {
    margin-bottom: 8px;
}
.vd-faq_main_container h3 {
    margin: 25px 0 15px;
}
.vd-faq_main_container p {
    margin-bottom: 0;
    font-size: 18px;
}
.faq_container {
    border-bottom: 0.1px solid var(--border-color);
}
.vd-faq_question {
    padding: 15px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.vd-answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.vd-faq-answer {
    padding: 0 30px 15px 0;
}
.vd-faq_main_container .vd-faq-answer p {
    color: var(--text-light);
    font-size: 15px;
}
.faq-icon-shape {
    position: relative;
    width: 40px;
    height: auto;
}
.faq-icon .faq-icon-shape::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 1px;
    background: var(--primary-color);
    border-radius: 3px;
    transition: all 0.5s ease;
}
.faq-icon .faq-icon-shape::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background: var(--primary-color);
    border-radius: 3px;
    transition: all 0.5s ease;
}
.faq-icon .faq-icon-shape.active::before {
    transform: translate(-50%, -50%) rotate(180deg);
    transition: all 0.5s ease;
}
.faq-icon .faq-icon-shape.active::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.5s ease;
}
.vd-return-policy-card {
    background: var(--color-n-gray);
    height: 100%;
}
.policy-card-content {
    padding: 20px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.policy-card-content p {
    text-align: center;
    margin: 0;
}
.policy-card-content span {
    margin-bottom: 8px;
}
.return-options a {
    color: var(--text-dark);
}
.return-options ul {
    margin-top: 30px;
    list-style: none;
}
.return-options ul li span {
    margin-right: 10px;
}
.refund-q-ans {
    text-indent: 20px;
}
.remove-your-ring-bg,
.remove-your-ring-sec-bg,
.remove-your-ring-bg-gray {
    padding: 60px;
}
.remove-your-ring-bg {
    background: rgb(28 23 69 / 10%);
}
.remove-your-ring-sec-bg {
    background: rgb(214, 168, 110, 10%);
}
.remove-your-ring-content h3 {
    margin-bottom: 30px;
    text-align: center;
}
.remove-ring-desc {
    margin-left: 30px;
}
.vd-terms-and-condition h1 {
    margin-bottom: 0;
}
.vd-terms-and-condition .cat-mens-hero-sect .hero-sect-content {
    max-width: none;
}
.vd-terms-and-condition .cat-mens-hero-sect .hero-sect-content p {
    margin-top: 40px;
}
.diam-guid-title {
    h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    p {
        font-size: 16px;
        margin-bottom: 10px;
        max-width: 800px;
        margin: auto;
    }
}
.diam-4c-content {
    background-color: var(--primary-color);
    padding: 18px 10px;
    h5 {
        font-size: 18px;
        color: var(--text-white);
        margin-bottom: 16px;
    }
    p {
        color: var(--text-white);
        font-size: 14px;
    }
}
#image-container {
    position: relative;
    width: 300px;
    height: 300px;
    background-image: url(/assets/images/dia-carat-guid-hand.png);
    background-size: cover;
    background-position: center;
    margin: auto;
    margin-bottom: 10px;
}
#resizable-image {
    position: absolute;
    top: 52%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: auto;
}
.carat-slider-container {
    .noUi-horizontal .noUi-tooltip {
        -webkit-transform: translate(-50%, 0);
        bottom: 100%;
        border: none;
        background: #fff0;
        font-size: 12px;
        color: var(--secondary-color);
    }
}
@media (max-width: 991px) {
    .vd-terms-and-condition .shopby-shape-title h1 {
        font-size: 24px;
    }
    .vd-terms-and-condition h2 {
        font-size: 20px;
        margin-bottom: 6px;
        margin-top: 20px;
    }
    .vd-terms-and-condition h3 {
        font-size: 18px;
        margin-bottom: 6px;
        margin-top: 20px;
    }
    .remove-your-ring-content h3 {
        margin-bottom: 20px;
    }
    .vd-terms-and-condition p,
    .vd-terms-and-condition ul {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .vd-terms-and-condition .cat-mens-hero-sect .hero-sect-content p {
        margin-top: 10px;
    }
    .vd-faq_main_container p {
        margin-bottom: 0;
        font-size: 16px;
    }
    .vd-faq_main_container .vd-faq-answer p {
        font-size: 14px;
    }
    .vd-diam-guide-main .remove-ring-desc {
        margin-left: 0;
    }
    .diam-guid-title {
        h3 {
            font-size: 24px;
            margin-bottom: 20px;
            p {
                font-size: 16px;
                margin-bottom: 10px;
            }
        }
    }
    .carat-slider-container {
        margin-top: 30px !important;
    }
}
@media (max-width: 767px) {
    .vd-terms-and-condition .shopby-shape-title h1 {
        margin-bottom: 20px;
    }
    .vd-terms-and-condition h2 {
        font-size: 16px;
    }
    .vd-terms-and-condition h4 {
        font-size: 16px;
    }
    .remove-your-ring-bg,
    .remove-your-ring-sec-bg,
    .remove-your-ring-bg-gray {
        padding: 20px;
    }
    .remove-ring-desc {
        margin-left: 0;
    }
    .diam-guid-title {
        h3 {
            font-size: 20px;
            margin-bottom: 20px;
            p {
                font-size: 14px;
                margin-bottom: 10px;
            }
        }
    }
}
@media (max-width: 575px) {
    .vd-terms-and-condition .shopby-shape-title h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .vd-terms-and-condition h2 {
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 16px;
    }
    .vd-terms-and-condition h3 {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 18px;
    }
    .remove-your-ring-content h3 {
        margin-bottom: 16px;
    }
    .vd-terms-and-condition p,
    .vd-terms-and-condition ul {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .vd-terms-and-condition ul,
    .vd-terms-and-condition ol {
        margin-left: 16px;
    }
    .vd-terms-and-condition h4 {
        font-size: 14px;
    }
    .vd-faq_main_container p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .vd-faq_main_container .vd-faq-answer p {
        font-size: 12px;
    }
    .remove-your-ring-bg,
    .remove-your-ring-sec-bg,
    .remove-your-ring-bg-gray {
        padding: 12px;
    }
    .vd-terms-and-condition .hero-sect-cover-img img {
        min-height: 100px;
        object-fit: cover;
        object-position: 70% 100%;
    }
    .diam-guid-title {
        h3 {
            font-size: 18px;
            margin-bottom: 16px;
            p {
                font-size: 14px;
                margin-bottom: 5px;
            }
        }
    }
}
.vd-ring-size-guide ol {
    padding-left: 30px;
}
.vd-ring-size-guide p {
    margin-bottom: 20px;
}
.vd-ring-size-guide .shopby-shape-title {
    max-width: 1000px;
    margin: 0 auto;
}
.vd-ring-size-guide ul li {
    list-style-type: disc;
}
.vd-ring-size-guide li {
    margin-bottom: 8px;
}
.ring-size-measure-contetn {
    max-width: 800px;
    margin: 0 auto;
}
.ring-size-measure-contetn p {
    margin-bottom: 20px;
}
.measure-type-list {
    margin-left: 50px;
}
@media (max-width: 767px) {
    .vd-ring-size-guide p {
        margin-bottom: 10px;
    }
    .vd-ring-size-guide li {
        margin-bottom: 2px;
    }
    .ring-chart-img img {
        height: auto;
    }
    .vd-ring-size-guide ol {
        padding-left: 16px;
    }
}
@media (max-width: 575px) {
    .vd-ring-size-guide p {
        font-size: 14px;
    }
    .vd-ring-size-guide li {
        font-size: 14px;
    }
    .measure-type-list {
        margin-left: 30px;
    }
    .measure-type-list {
        margin-left: 20px;
    }
}
.setting-page-main-heading h1 {
    margin: 50px 0 30px 0;
    font-size: 34px;
    line-height: 1;
}
.vd-settings-ring.row > * {
    padding: 0 0;
}
.vd-settings-ring {
    border: 1px solid var(--border-color);
    margin-bottom: 30px;
    margin-top: 30px;
}
.settings-ring-tabs {
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: var(--transition);
    clip-path: polygon(98% 0%, 100% 50%, 98% 100%, 0% 100%, 0 50%, 0% 0%);
    padding: 4px 0;
    height: 100%;
}
.settings-ring-tabs-heading {
    margin: auto;
}
.settings-ring-tabs-heading h5 {
    font-family: var(--font-urbanist);
    font-size: 18px;
    color: var(--text-disabled);
}
.settings-ring-tabs .sett-counts {
    margin-left: 30px;
    font-weight: 700;
    text-align: left;
    color: var(--text-light);
    font-size: 24px;
}
.vd-settings-ring-selected span {
    font-size: 12px;
}
.next-tab-arrow {
    margin-right: 30px;
}
.vd-settings-ring-selected span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    white-space: nowrap;
}
.settings-ring-tabs-heading span img {
    margin-right: 10px;
}
.settings-ring-tabs:hover {
    background: rgb(214 168 110 / 0.1);
}
.setting-tabs.active .settings-ring-tabs {
    background: rgb(214 168 110 / 0.1);
}
.setting-tabs.active .settings-ring-tabs:hover {
    color: var(--text-dark);
}
.setting-tabs.active .settings-ring-tabs .view-change-tab span:hover {
    color: var(--secondary-color);
}
.setting-tabs .settings-ring-tabs:hover h5,
.setting-tabs .settings-ring-tabs:hover .sett-counts,
.setting-tabs.active .settings-ring-tabs h5,
.setting-tabs.active .settings-ring-tabs .sett-counts {
    color: var(--secondary-color);
}
.vd-setting-filters {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: end;
}
.vd-setting-filters .setting-filter-title:not(:last-child) {
    position: relative;
}
.setting-filter-title {
    flex: 1;
    max-width: 350px;
    text-align: center;
}
.setting-filter-title h6 {
    border-bottom: 1px solid var(--border-color);
    padding: 10px 0;
    font-family: var(--font-urbanist);
    font-size: 16px;
    cursor: pointer;
    transition: var(--transition);
}
.setting-filter-title:not(:last-child) h6 {
    margin-right: 40px;
}
.setting-filter-title h6:hover,
.setting-filter-title.active h6 {
    font-weight: 700;
    color: var(--secondary-color);
    border-bottom-color: var(--secondary-color);
}
.setting-filter-title:not(:first-child) {
    margin-left: 40px;
}
.vd-setting-filters .setting-filter-title:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -0.5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 1px;
    background: var(--border-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .settings-ring-tabs {
        padding: 6px 0;
    }
    .settings-ring-tabs .sett-counts {
        margin-left: 20px;
        font-size: 20px;
    }
    .settings-ring-tabs-heading h5 {
        font-size: 20px;
    }
    .settings-ring-tabs-heading span img {
        width: 45px;
        height: auto;
    }
    .setting-filter-title:not(:last-child) h6 {
        margin-right: 25px;
    }
    .setting-filter-title:not(:first-child) {
        margin-left: 25px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .setting-page-main-heading h1 {
        margin: 30px 0;
        font-size: 28px;
    }
    .vd-settings-ring {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .settings-ring-tabs {
        padding: 5px 0;
    }
    .settings-ring-tabs .sett-counts {
        margin-left: 6px;
        font-size: 16px;
    }
    .settings-ring-tabs-heading h5 {
        font-size: 16px;
    }
    .vd-settings-ring-selected span {
        font-size: 10px;
    }
    .next-tab-arrow {
        margin-right: 16px;
    }
    .next-tab-arrow svg {
        width: 16px;
        height: auto;
    }
    .settings-ring-tabs-heading span img {
        width: 30px;
        margin-right: 5px;
    }
    .setting-filter-title h6 {
        padding: 8px 0;
    }
    .setting-filter-title:not(:last-child) h6 {
        margin-right: 20px;
    }
    .setting-filter-title:not(:first-child) {
        margin-left: 20px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .setting-page-main-heading h1 {
        margin: 20px 0;
        font-size: 24px;
    }
    .vd-settings-ring .row > * {
        padding: 0 5px;
    }
    .vd-settings-ring {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .vd-setting-filters {
        margin-bottom: 30px;
    }
    .settings-ring-tabs-heading {
        padding: 5px 0;
        min-width: 210px;
    }
    .settings-ring-tabs .sett-counts {
        font-size: 14px;
    }
    .settings-ring-tabs-heading h5 {
        font-size: 14px;
    }
    .vd-settings-ring-selected span {
        font-size: 10px;
    }
    .next-tab-arrow {
        margin-right: 20px;
    }
    .next-tab-arrow svg {
        width: 16px;
        height: auto;
    }
    .settings-ring-tabs-heading span img {
        width: 25px;
        margin-right: 5px;
        height: 25px;
    }
    .setting-filter-title h6 {
        font-size: 14px;
        padding: 8px 0;
    }
    .setting-filter-title:not(:last-child) h6 {
        margin-right: 15px;
    }
    .setting-filter-title:not(:first-child) {
        margin-left: 15px;
    }
    .settings-ring-tabs {
        clip-path: polygon(98% 0%, 100% 50%, 98% 100%, 0% 100%, 0% 50%, 0% 0%);
    }
}
@media (max-width: 575px) {
    .setting-page-main-heading h1 {
        margin: 20px 0;
        font-size: 18px;
    }
    .vd-settings-ring .row > * {
        padding: 0 5px;
    }
    .vd-settings-ring {
        margin-bottom: 20px;
        margin-top: 20px;
        border: none;
    }
    .settings-ring-tabs {
        clip-path: polygon(98% 0%, 100% 50%, 98% 100%, 0% 100%, 0% 50%, 0% 0%);
    }
    .vd-setting-filters {
        margin-bottom: 20px;
    }
    .settings-ring-tabs .sett-counts {
        margin-left: 20px;
        font-size: 14px;
    }
    .settings-ring-tabs-heading h5 {
        font-size: 14px;
    }
    .vd-settings-ring-selected span {
        font-size: 10px;
    }
    .next-tab-arrow {
        margin-right: 20px;
    }
    .next-tab-arrow svg {
        width: 14px;
        height: auto;
    }
    .settings-ring-tabs-heading span img {
        width: 25px;
        margin-right: 5px;
        height: 25px;
    }
    .settings-ring-tabs-heading {
        padding: 5px 0;
        min-width: 195px;
    }
    .setting-filter-title h6 {
        font-size: 12px;
        padding: 5px 0;
    }
    .setting-filter-title:not(:last-child) h6 {
        margin-right: 10px;
    }
    .setting-filter-title:not(:first-child) {
        margin-left: 10px;
    }
}
/* updated filters */
.updated-diamond-page .sett-range-slider-container{
    width:96%;
}
.filter-navigation-left{
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 20; 
}
.updated-shape-fileter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    .shopby-diam-shape .diamond-shape-img{
        height: 60px;
        width: 60px;
        background-color: var(--color-n-gray);
        border: 1px solid transparent;
    }
}
@media (max-width:991px) {
    .updated-diamond-page{
        .vd-setting-filter-selected {
            margin-bottom: 0px;
            flex: 1;
        }
    }
}
/* end */
.vd-setting-open-filter {
    display: none;
}
.vd-setting-open-filter.show {
    display: block;
    transition: var(--transition);
}
.vd-setting-filter-style .shopby-diam-shape .diamond-shape-img {
    width: 65px;
    height: 65px;
    padding: 5px;
    border: 1px solid var(--border-color);
    background-color: var(--color-n-gray);
}
.vd-setting-filter-style
    .shopby-diam-shape
    .common-shape-button:hover
    .diamond-shape-img {
    border-color: var(--secondary-color);
}
.vd-setting-filter-style .shopby-shapes-content {
    margin-bottom: 30px;
    gap: 10px;
}
.vd-setting-filter-style {
    margin-bottom: 0;
}
.sett-filter-metal-type .shopby-diam-shape .diamond-shape-img {
    height: inherit !important;
    width: inherit !important;
    padding: 4px;
    border: 1px solid var(--border-color);
}
.sett-filter-metal-type .shopby-diam-shape {
    max-width: 80px;
}
.sett-filter-metal-type .shopby-diam-shape:not(:last-child) {
    margin-right: 15px;
}
.shopby-diam-shape:hover .diamond-shape-img,
.shopby-diam-shape .selected .diamond-shape-img {
    background: rgb(214 168 110 / 0.1);
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.shopby-diam-shape:hover .diamond-shape-name,
.shopby-diam-shape .selected .diamond-shape-name {
    color: var(--secondary-color);
}
.vd-settings-main .set-shopby-shapes-title h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: var(--font-urbanist);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .vd-setting-filter-style .shopby-diam-shape:not(:last-child) {
        margin-right: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vd-setting-filter-style .shopby-shapes-content {
        margin-bottom: 20px;
    }
    .vd-setting-filter-style .shopby-diam-shape:not(:last-child) {
        margin-right: 8px;
    }
    .sett-filter-metal-type .shopby-diam-shape:not(:last-child) {
        margin-right: 20px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .vd-setting-filter-style .shopby-shapes-content {
        margin-bottom: 20px;
        gap: 14px;
    }
    .vd-setting-filter-style .shopby-diam-shape:not(:last-child) {
        margin-right: 10px;
    }
    .sett-filter-metal-type .shopby-diam-shape:not(:last-child) {
        margin-right: 16px;
    }
}
@media (max-width: 575px) {
    .vd-setting-filter-style .shopby-shapes-content {
        margin-bottom: 20px;
        gap: 10px;
    }
    .vd-setting-filter-style .shopby-diam-shape:not(:last-child) {
        margin-right: 10px;
    }
    .sett-filter-metal-type .shopby-diam-shape:not(:last-child) {
        margin-right: 10px;
    }
    .vd-setting-filter-style .shopby-diam-shape .diamond-shape-img {
        width: 60px;
        height: 60px;
    }
    .vd-setting-filter-style .shopby-diam-shape .diamond-shape-img svg {
        height: 40px;
        width: 40px;
    }
    .vd-settings-main .set-shopby-shapes-title h5 {
        font-size: 12px;
    }
    .vd-setting-filter-style {
        margin-bottom: 0;
    }
}
.vd-setting-filter-selected > * {
    padding-top: 10px;
    padding-bottom: 10px;
}
.vd-setting-filter-selected > *:not(:last-child) {
    margin-right: 60px;
}
.vd-setting-filter-selected {
    background: var(--color-n-gray);
    text-align: right;
    margin-bottom: 25px;
    .currency-select:hover .dropdown-arrow svg {
        transform: rotate(0deg);
    }
    .currency-select .show .dropbox .dropdown-arrow svg {
        transform: rotate(-180deg);
    }
}
.settings-total-items {
    font-size: 16px;
    margin-right: 40px;
}
.vd-setting-filter-selected .dropbox p {
    margin: 0 14px;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    transition: var(--transition);
}
.vd-setting-filter-selected .dropbox:hover p {
    color: var(--secondary-color);
}
.vd-setting-filter-selected .dropdown-menu li:hover a,
.vd-setting-filter-selected .dropdown-menu li.active a {
    color: var(--secondary-color);
}
.setting-filtered-items ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.setting-filtered-items ul li svg {
    cursor: pointer;
    display: flex;
}
.setting-filtered-items ul li:not(:last-child) {
    margin-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .setting-filtered-items ul li:not(:last-child) {
        margin-right: 12px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .settings-total-items {
        margin-right: 0;
        font-size: 14px;
    }
    .vd-setting-filter-selected .dropbox p {
        margin: 0 10px;
        font-size: 18px;
    }
    .vd-setting-filter-selected .dropdown-arrow svg {
        width: 14px;
    }
    .setting-filtered-items ul li:not(:last-child) {
        margin-right: 10px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .settings-total-items {
        margin-right: 0;
    }
    .vd-setting-filter-selected .dropbox p {
        margin: 0 10px;
        font-size: 16px;
    }
    .vd-setting-filter-selected .dropdown-arrow svg {
        width: 12px;
    }
    .vd-setting-filter-selected .dropdown-content {
        padding: 4px 10px;
        font-size: 12px;
    }
    .setting-filtered-items ul li:not(:last-child) {
        margin-right: 10px;
    }
    .setting-filtered-items ul li p {
        font-size: 12px;
    }
    .setting-filtered-items ul li svg {
        cursor: pointer;
        width: 18px;
    }
}
@media (max-width: 575px) {
    .settings-total-items {
        font-size: 12px;
        margin-right: 0;
    }
    .vd-setting-filter-selected .dropbox p {
        margin: 0 10px;
        font-size: 14px;
    }
    .vd-setting-filter-selected .dropdown-arrow svg {
        width: 10px;
    }
    .vd-setting-filter-selected .dropdown-content {
        padding: 2px 5px;
        font-size: 10px;
    }
    .setting-filtered-items ul li:not(:last-child) {
        margin-right: 10px;
    }
    .setting-filtered-items ul li p {
        font-size: 12px;
    }
    .setting-filtered-items ul li svg {
        cursor: pointer;
        width: 18px;
    }
}
.vd-settings-product-ring-gallery {
    display: none;
}
.vd-settings-product-ring-gallery.show {
    display: block;
}
.vd-product-ring-gallery .row > * {
    padding: 0 5px 10px 5px;
}
.setting-product-image {
    position: relative;
    .slick-track {
        line-height: 0.6;
    }
}
.setting-product-image .product-wishlist-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}
.product-addto-bag {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
}
.product-wishlist-icon svg {
    stroke: #292d32;
}
.product-wishlist-icon.wishlisted svg {
    stroke: red;
    fill: red;
}
.setting-product-details {
    background-color: var(--color-n-white);
    padding: 20px;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}
.product-name p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.setting-product-main {
    transition: all 0.2s;
}
.setting-product-main .cat-slider-prev-btn {
    left: 0;
}
.setting-product-main .cat-slider-next-btn {
    right: 0;
}
.setting-product-main:hover {
    box-shadow: 0 2px 15px rgb(0 0 0 / 0.1);
    .product-addto-bag {
        visibility: visible;
        opacity: 1;
    }
    .setting-product-details {
        opacity: 1;
        visibility: visible;
        box-shadow: 0 2px 15px rgb(0 0 0 / 0.1);
    }
}
.setting-product-details .product-colors {
    padding: 2px;
    border: 1px solid #fff0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.setting-product-details .product-colors:hover,
.setting-product-details .product-colors.active {
    border: 1px solid var(--secondary-color);
    background: rgb(214 168 110 / 0.1);
}
.setting-product-details .product-colors:not(:last-child) {
    margin-right: 8px;
}
.setting-product-details .product-colors span {
    cursor: pointer;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
}
.setting-product-details .product-price span {
    font-weight: 600;
}
.product-total-price{
    font-size: 16px !important;
}
.product-images-slider .cat-slider-prev-btn,
.product-images-slider .cat-slider-next-btn {
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}
.setting-product-main:hover .cat-slider-prev-btn,
.setting-product-main:hover .cat-slider-next-btn {
    visibility: visible;
    opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .setting-product-image .product-wishlist-icon {
        top: 5px;
        right: 10px;
    }
    .setting-product-image .product-wishlist-icon svg {
        height: 16px;
        width: 16px;
    }
    .product-addto-bag {
        top: 5px;
        left: 10px;
    }
    .product-addto-bag svg {
        height: 16px;
        width: 16px;
    }
}
@media (max-width: 991px) {
    .setting-product-image .product-wishlist-icon {
        top: 10px;
        right: 15px;
    }
    .setting-product-image .product-wishlist-icon svg {
        height: 20px;
        width: auto;
    }
    .product-addto-bag {
        opacity: 1;
        visibility: visible;
        top: 10px;
        left: 15px;
    }
    .product-addto-bag svg {
        height: 20px;
        width: auto;
    }
    .setting-product-details {
        opacity: 1;
        visibility: visible;
        position: initial;
        padding: 10px;
        gap: 10px;
    }
    .setting-product-details .product-colors:not(:last-child) {
        margin-right: 4px;
    }
    .setting-product-details .product-colors span {
        height: 20px;
        width: 20px;
    }
    .product-name p {
        font-size: 14px;
    }
    .setting-product-details .product-price span {
        font-size: 14px;
    }
    .product-total-price{
        font-size: 13px !important;
    }
    .setting-product-main:hover {
        box-shadow: none;
    }
    .setting-product-main:hover .setting-product-details {
        box-shadow: none;
    }
    .setting-product-main .cat-slider-prev-btn,
    .setting-product-main .cat-slider-next-btn {
        visibility: visible;
        opacity: 1;
    }
    .cat-slider-prev-btn svg,
    .cat-slider-next-btn svg {
        width: 20px;
    }
}
@media (max-width: 575px) {
    .vd-product-ring-gallery .row > * {
        padding: 0 12px 0 12px;
    }
}
.price-range-slider {
    width: 100%;
    margin-top: 20px;
}
.price-range-slider .range-value input {
    width: 100%;
    border: none;
    outline: none;
}
.price-range-slider .range-value span,
.price-range-slider .range-value input {
    font-size: 14px;
    margin: 20px 0 0;
    color: var(--text-light);
}
.price-range-slider .range-bar {
    background: var(--color-n-gray);
    height: 6px;
    width: 97%;
    margin-left: 8px;
    border: 1px solid var(--border-color);
}
.price-range-slider .range-bar .ui-slider-range {
    background: var(--secondary-color);
}
.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: var(--color-n-gray);
    border: 2px solid var(--secondary-color);
    height: 24px;
    width: 24px;
    top: calc(100% - 15px);
    cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
    background: var(--color-n-gray);
    border: 2px solid var(--secondary-color);
}
@media (max-width: 991px) {
    .price-range-slider .range-value span,
    .price-range-slider .range-value input {
        margin: 8px 0 16px 0;
    }
}
@media (max-width: 767px) {
    .price-range-slider .range-bar .ui-slider-handle {
        height: 18px;
        width: 18px;
        top: calc(100% - 11px);
    }
}
@media (max-width: 575px) {
    .price-range-slider {
        margin-bottom: 4px;
    }
    .price-range-slider .range-value span,
    .price-range-slider .range-value input {
        font-size: 12px;
    }
    .price-range-slider .range-bar {
        width: 84%;
        border: 0.5px solid var(--border-color);
        margin: auto;
    }
}
.diam-sett-filter-shape.vd-setting-filter-style
    .shopby-diam-shape:not(:last-child) {
    margin-right: 0;
}
.diam-sett-filter-shape .shopby-diam-shape .diamond-shape-img svg {
    width: 40px;
    height: auto;
}
.diam-sett-filter-shape .shopby-diam-shape .diamond-shape-name {
    font-size: 12px;
}
.diam-sett-filter-shape
    .shopby-diam-shape
    .common-shape-button:hover
    .diamond-shape-img {
    border-color: var(--secondary-color);
}
.diam-sett-filter-shape .shopby-shapes-main {
    margin-bottom: 30px;
}
.diam-sett-filter-shape .price-range-slider {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .diam-sett-filter-shape .price-range-slider {
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .diam-sett-filter-shape .shopby-shapes-main {
        margin-bottom: 20px;
    }
    .diam-sett-filter-shape .price-range-slider {
        margin-bottom: 4px;
    }
}
.vd-diam-sett-origin-main,
.diam-sett-price-range-main {
    margin-left: 50px;
}
.diam-origin-select {
    position: relative;
    border: 1px solid var(--border-color);
    width: 100%;
    display: flex;
}
.vd-diam-sett-origin-main input[type="radio"] {
    display: none;
}
.diam-origin-select .dia-origin-label {
    width: 100%;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    z-index: 2;
    text-align: center;
    padding: 10px;
    transition: all 0.4s;
    font-size: 12px;
}
.sett-diam-radio-slider {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background: var(--secondary-color);
    transition: 0.3s left 0.05s ease-in-out;
}
.dia-origin-radio {
    width: 50%;
    flex: 0 0 50%;
}
.radio-input-lab-grown:checked ~ .sett-diam-radio-slider {
    left: 50%;
}
.radio-input-moissanite:checked ~ .dia-origin-label {
    color: #fff;
}
.radio-input-lab-grown:checked ~ .dia-origin-label {
    color: #fff;
}
@media (max-width: 1199px) {
    .vd-diam-sett-origin-main,
    .diam-sett-price-range-main {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .vd-diam-sett-origin-main {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .diam-sett-price-range-main {
        margin: 0;
    }
}
@media (max-width: 575px) {
    .diam-origin-select .dia-origin-label {
        font-size: 8px;
        padding: 8px 0;
    }
    .vd-diam-sett-origin-main {
        margin-bottom: 20px;
    }
}
.vd-dia-sett-cut-range-main {
    max-width: 50%;
    margin: auto;
}
@media (max-width: 767px) {
    .vd-dia-sett-cut-range-main {
        max-width: initial;
    }
}
.set-dia-table-container {
    /* overflow: auto; */
    & table {
        width: 100%;
        /* display: table; */
        /* table-layout: fixed; */
    }
    & thead {
        background-color: var(--secondary-color);
        color: var(--text-white);
        & th.dia-heading {
            padding: 14px 0;
            /* padding-left: 50px; */
            text-align: left;
            white-space: nowrap;
            cursor: pointer;
            text-align: center;
        }
        & th.dia-heading-shape {
            text-align: left;
            padding-left: 50px;
        }
        & th.dia-heading span {
            margin-left: 6px;
        }
        & .diam-short-data-icon svg {
            transition: all var(--transition);
            transform: rotate(180deg);
        }
    }
    & tbody {
        & tr.set-dia-row td {
            text-align: left;
            padding: 0;
        }
        & .set-dia-row .dia-data-cell {
            padding: 15px 0;
            /* padding-left: 50px; */
            cursor: pointer;
            text-align: center;
            font-size: 14px;
            & > div {
                text-align: left;
                margin-left: 50px;
                justify-content: start;
                & svg {
                    margin-right: 10px;
                    height: auto;
                }
            }
            & span:first-child {
                /* margin-right: 10px; */
            }
            & .dia-data-name {
                width: 300px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: left;
            }
            & .sett-diam-details-open svg {
                transform: rotate(0);
                transition: var(--transition);
            }
            & .sett-diam-details-open.opened svg {
                transform: rotate(-180deg);
            }
        }
    }
}
.set-diam-info-main{
    max-height: 2000px;
    overflow-y: auto;
    display: block;
    thead{
        position: sticky;
        top: 0;
        z-index: 22;
    }
}
.diam-table-head{
    position: sticky;
    z-index: 666;
    top: 0;
    background: white;
    padding-top: 20px;
    margin-top: -20px;
}
.dia-data-cell.first-data{
    /* width: 200px; */
}
.product-loader-icon {
    margin: auto;
    text-align: center;
    background-image: url(/assets/images/ajax-loading-y23.gif);
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px;
    background-origin: content-box;
}
.set-dia-table-container tbody {
    .set-dia-row {
        border-bottom: 1px solid var(--border-color);
        &:hover{
            background-color: rgb(239, 239, 239);
        }
    }
    .set-diam-info-content {
        & td {
            padding: 15px 0;
        }
        .set-diam-box {
            margin: 0 12px 0 0;
        }
        & .diam-info-details {
            & h6 {
                font-family: var(--font-urbanist);
                font-size: 26px;
                font-weight: 700;
                text-align: left;
            }
            p {
                margin-bottom: 34px;
                font-size: 20px;
            }
            & ul {
                margin-bottom: 34px;
                & li {
                    font-size: 16px;
                    font-weight: 600;
                    color: var(--text-light);
                    border-bottom: 1px solid var(--border-color);
                    text-align: left;
                    padding-bottom: 5px;
                }
                & li:not(:last-child) {
                    margin-bottom: 24px;
                }
            }
            & .valam-btn-main .sett-info-btn {
                padding: 9px 5px;
                font-size: 16px;
                font-weight: 700;
                color: var(--text-light);
                border-color: var(--border-color);
                transition: var(--transition);
                width: 100%;
                &:hover {
                    color: var(--text-white);
                    background-color: var(--secondary-color);
                    border-color: var(--secondary-color);
                }
            }
        }
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .set-dia-table-container {
        & thead {
            & th.dia-heading {
                padding: 10px 5px;
            }
        }
        & tbody {
            & .set-dia-row .dia-data-cell {
                padding: 10px 5px;
                & > div {
                    margin-left: 12px;
                }
                & .dia-data-name {
                    width: 270px;
                }
            }
        }
    }
    .set-dia-table-container tbody {
        & .set-diam-info-content {
            padding: 10px 0;
            & .diam-info-details {
                & h6 {
                    font-size: 22px;
                    padding-bottom: 0;
                }
                p {
                    margin-bottom: 20px;
                }
                & ul {
                    margin-bottom: 20px;
                    & li {
                        font-size: 15px;
                        padding-bottom: 2px;
                    }
                    & li:not(:last-child) {
                        margin-bottom: 12px;
                    }
                }
                & .valam-btn-main .sett-info-btn {
                    padding: 6px 5px;
                    font-size: 15px;
                }
            }
        }
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .set-dia-table-container {
        & thead {
            & th.dia-heading {
                font-size: 14px;
                padding: 14px 10px;
            }
            & th.dia-heading-shape {
                text-align: center;
            }
            & th.dia-heading span {
                margin-left: 2px;
                & svg {
                    width: 12px;
                }
            }
        }
        & tbody {
            & tr.set-dia-row td {
                text-align: left;
                padding: 0;
            }
            & .set-dia-row .dia-data-cell {
                padding: 6px 0;
                font-size: 14px;
                & > div {
                    margin-left: 10px;
                    & svg {
                        margin-right: 8px;
                        width: 30px;
                    }
                }
                & svg {
                    width: 18px;
                }
                & .dia-data-name {
                    width: 180px;
                }
            }
        }
    }
    .set-dia-table-container tbody {
        & .set-diam-info-content {
            padding: 10px 0;
            & .diam-info-details {
                & h6 {
                    font-size: 18px;
                    padding-bottom: 0;
                }
                p {
                    margin-bottom: 10px;
                    font-size: 14px;
                }
                & ul {
                    margin-bottom: 10px;
                    & li {
                        font-size: 14px;
                        padding-bottom: 2px;
                    }
                    & li:not(:last-child) {
                        margin-bottom: 8px;
                    }
                }
                & .valam-btn-main .sett-info-btn {
                    padding: 5px 0;
                    font-size: 12px;
                }
            }
        }
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .set-dia-table-container {
        & thead {
            & th.dia-heading {
                font-size: 12px;
                padding: 10px 10px;
            }
            & th.dia-heading-shape {
                text-align: center;
            }
            & th.dia-heading span {
                margin-left: 2px;
                & svg {
                    width: 10px;
                }
            }
        }
        & tbody {
            & tr.set-dia-row td {
                text-align: center;
            }
            & .set-dia-row .dia-data-cell {
                padding: 10px 0 10px 10px;
                font-size: 12px;
                & > div {
                    margin-left: 0;
                    & svg {
                        margin-right: 4px;
                        width: 24px;
                    }
                }
                & svg {
                    width: 14px;
                }
                & .dia-data-name {
                    width: 100px;
                }
            }
        }
    }
    .set-dia-table-container tbody {
        & .set-diam-info-content {
            padding: 6px 0;
            & .diam-info-details {
                & h6 {
                    font-size: 14px;
                    padding-bottom: 0;
                }
                p {
                    margin-bottom: 10px;
                    font-size: 12px;
                }
                & ul {
                    margin-bottom: 10px;
                    & li {
                        font-size: 12px;
                        padding-bottom: 0;
                    }
                    & li:not(:last-child) {
                        margin-bottom: 2px;
                    }
                }
                & .sett-diam-info-buttons .row > * {
                    padding: 0 6px;
                }
                & .valam-btn-main .sett-info-btn {
                    padding: 4px 0;
                    font-size: 10px;
                }
            }
        }
    }
}
@media (max-width: 575px) {
    .set-dia-table-container {
        & thead {
            & th.dia-heading {
                font-size: 12px;
                padding: 10px 0 10px 10px;
            }
            & th.dia-heading span {
                margin-left: 2px;
                display: none;
                & svg {
                    width: 10px;
                    display: none;
                }
            }
        }
        & tbody {
            & tr.set-dia-row td {
                padding: 0;
            }
            & .set-dia-row .dia-data-cell {
                padding: 10px 0 10px 10px;
                font-size: 12px;
                width: 27%;
                & > div {
                    margin-left: 0;
                    & svg {
                        margin-right: 4px;
                        width: 24px;
                    }
                }
                & svg {
                    width: 14px;
                }
                & span:first-child {
                    margin-right: 5px;
                }
                & .dia-data-name {
                    width: 300px;
                }
            }
        }
    }
    .set-dia-table-container tbody {
        & .set-diam-info-content {
            padding: 6px 0;
            & .diam-info-details {
                & h6 {
                    font-size: 14px;
                    padding-bottom: 0;
                }
                p {
                    margin-bottom: 10px;
                    font-size: 12px;
                }
                & ul {
                    margin-bottom: 0;
                    & li {
                        font-size: 12px;
                        padding-bottom: 0;
                    }
                    & li:not(:last-child) {
                        margin-bottom: 2px;
                    }
                }
            }
        }
    }
    .set-dia-table-container {
        & .sett-diam-info-buttons {
            margin-top: 6px;
        }
        & .valam-btn-main {
            height: 100%;
            & .sett-info-btn {
                padding: 4px 4px;
                font-size: 10px;
                font-weight: 700;
                color: var(--text-light);
                border-color: var(--border-color);
                width: 100%;
                &:hover {
                    color: var(--text-white);
                    background-color: var(--secondary-color);
                    border-color: var(--secondary-color);
                }
            }
        }
    }
}
.view-change-tab span {
    text-transform: capitalize;
    font-size: 10px;
    border-bottom: 1px solid var(--text-dark);
    display: inline-block;
}
.sett-range-slider-container {
    margin-top: 20px;
    margin-bottom: 60px;
    margin-left: 6px;
    width: 100%;
    & .noUi-value {
        cursor: pointer;
    }
    .noUi-connects {
        cursor: pointer;
    }
    & .noUi-horizontal {
        height: 6px;
        border: 1px solid var(--border-color);
    }
    & .noUi-handle {
        background-color: var(--color-n-gray);
        border: 2px solid var(--secondary-color);
    }
    & .noUi-connect {
        background-color: var(--secondary-color);
    }
    & .noUi-horizontal .noUi-handle {
        width: 24px;
        height: 24px;
        right: -17px;
        top: -10px;
        border-radius: 50%;
        cursor: pointer;
    }
    & .noUi-marker-horizontal.noUi-marker {
        display: none;
    }
    & .noUi-pips-horizontal {
        left: 5px;
    }
    & .noUi-value {
        color: var(--text-light);
        font-size: 12px;
    }
    & .noUi-handle:after,
    & .noUi-handle:before {
        display: none;
    }
}
.diam-fluor-color-slider {
    .dia_color-option {
        span {
            padding: 10px;
            width: -webkit-fill-available;
            text-align: center;
            cursor: pointer;
            border: 1px solid var(--border-color);
            font-weight: 700;
            text-transform: uppercase;
            transition: all 0.4s;
            font-size: 12px;
            &.selected {
                background-color: var(--secondary-color);
                color: var(--text-white);
            }
        }
    }
}
@media (max-width: 1500px) {
    .sett-range-slider-container {
        width: 92%;
        & .noUi-pips-horizontal {
            left: 7px;
        }
    }
}
@media (max-width: 991px) {
    .sett-range-slider-container {
        & .noUi-pips-horizontal {
            left: 6px;
        }
    }
    .diam-fluor-color-slider {
        .dia_color-option {
            span {
                padding: 8px;
                font-size: 10px;
            }
        }
    }
}
@media (max-width: 767px) {
    .sett-range-slider-container {
        & .noUi-pips-horizontal {
            left: 8px;
        }
    }
    .sett-range-slider-container {
        margin-right: auto;
        & .noUi-value {
            font-size: 11px;
        }
        & .noUi-horizontal .noUi-handle {
            width: 18px;
            height: 18px;
            right: -17px;
            top: -8.5px;
        }
    }
    .diam-fluor-color-slider {
        & .dia_color-option {
            span {
                padding: 10px;
                font-size: 11px;
            }
        }
    }
}
@media (max-width: 575px) {
    .sett-range-slider-container {
        margin-bottom: 50px;
        width: 92%;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .diam-fluor-color-slider {
        .dia_color-option {
            span {
                padding: 8px;
                font-size: 10px;
            }
        }
    }
}
.signin-title h1 {
    font-size: 34px;
    margin-bottom: 50px;
}
.vd-register-sect {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    & .shopby-shape-title p {
        margin-bottom: 40px;
    }
    & .password-criteria p {
        color: var(--text-disabled);
    }
    & .conditions-accepted {
        margin-bottom: 20px;
    }
    & .checkout-btn {
        padding: 13px 0;
        font-size: 16px;
        font-weight: 700;
    }
}
.reg-input-field {
    & label {
        font-weight: 600;
        margin-bottom: 10px;
    }
    & .input-box {
        padding: 12px;
        font-size: 16px;
    }
}
.password-field {
    .pass-visible-icon {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        display: flex;
        align-items: center;
        & svg {
            fill: var(--text-disabled);
            cursor: pointer;
            transition: var(--transition);
            &:hover {
                fill: var(--primary-color);
            }
        }
        .pass-show {
            display: none;
        }
        &.hovered svg {
            fill: var(--primary-color);
        }
    }
    .input-box:focus + .pass-visible-icon svg {
        fill: var(--primary-color);
    }
}
@media (max-width: 1300px) {
    .signin-title h1 {
        font-size: 32px;
        margin-bottom: 35px;
    }
}
@media (max-width: 991px) {
    .signin-title h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .vd-register-sect {
        & .shopby-shape-title p {
            margin-bottom: 24px;
        }
        & .reg-input-field {
            & .input-box {
                padding: 10px;
            }
        }
        & .conditions-accepted {
            margin-bottom: 16px;
        }
        & .checkout-btn {
            padding: 11px 0;
        }
    }
}
@media (max-width: 767px) {
    .signin-title h1 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .vd-register-sect {
        p {
            font-size: 14px;
        }
        .shopby-shape-title p {
            margin-bottom: 20px;
        }
        .password-field {
            .pass-visible-icon {
                & svg {
                    width: 18px;
                    height: auto;
                }
            }
        }
        .reg-input-field {
            & label {
                margin-bottom: 6px;
                font-size: 14px;
            }
            & .input-box {
                padding: 8px;
                font-size: 14px;
            }
        }
        .conditions-accepted {
            margin-bottom: 20px;
        }
        .checkout-btn {
            padding: 9px 0;
            font-size: 14px;
        }
    }
}
@media (max-width: 575px) {
    .signin-title h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .vd-register-sect {
        .shopby-shape-title h2 {
            font-size: 20px;
        }
        .password-field {
            & .pass-visible-icon {
                & svg {
                    width: 18px;
                    height: auto;
                }
            }
        }
        .reg-input-field {
            & label {
                margin-bottom: 6px;
            }
            & .input-box {
                padding: 6px;
            }
        }
        .checkout-btn {
            padding: 7px 0;
        }
    }
}
.return-to-shope {
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    & p {
        transition: var(--transition);
    }
    & svg {
        margin-right: 10px;
        fill: var(--primary-color);
        transition: var(--transition);
    }
    &:hover svg {
        fill: var(--secondary-color);
    }
    &:hover p {
        color: var(--secondary-color);
    }
}
.mybag-product-main {
    .mybag-product-content {
        padding: 20px 0;
        border-bottom: 1px solid var(--border-color);
        .mybag-product-details {
            width: 500px;
        }
    }
    & .product-main-img {
        margin-right: 20px;
        background-color: var(--color-n-gray);
    }
    & .mybag-product-details > p {
        font-weight: 700;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 18px;
    }
    & .product-metal-info li {
        color: var(--text-light);
        font-size: 12px;
        font-weight: 600;
    }
    & .product-metal-info ul {
        display: flex;
        align-items: center;
    }
    & .product-metal-info ul li:first-child {
        color: var(--text-dark);
        margin-right: 30px;
        font-weight: 700;
    }
    .mybag-product-add span:not(:last-child) {
        margin-right: 10px;
    }
    .mybag-product-add span {
        border: 1px solid var(--border-color);
        padding: 5px 7px;
    }
    .mybag-product-add span:nth-child(2) {
        font-weight: 700;
        padding: 5px 20px;
    }
    .product-metal-info td {
        padding: 2px;
        border: none;
        width: 50%;
        word-break: break-word;
        font-size: 14px;
        vertical-align: middle;
    }
}
.vd-mybag-products .mybag-order-summary {
    margin-left: 18px;
    padding: 0 40px;
}
.mybag-order-summary {
    & h5 {
        font-size: 24px;
        font-family: var(--font-urbanist);
        font-weight: 700;
        margin-bottom: 20px;
    }
    .order-biling-details {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid var(--border-color);
        & ul:not(:last-child) {
            margin-bottom: 10px;
        }
    }
    .order-total {
        margin-bottom: 40px;
        & li {
            font-weight: 700;
            font-size: 20px;
        }
    }
    & .valam-btn-main .order-checkout-btn {
        font-size: 20px;
        padding: 11px 0;
        margin-bottom: 40px;
    }
}
.mybag-other-services {
    border-bottom: 1px solid var(--border-color);
    margin-top: 40px;
    .other-serv-main {
        margin-bottom: 20px;
        .serv-title {
            & svg {
                margin-right: 20px;
            }
        }
        & span.serv-open-icon svg {
            transform: rotate(180deg);
            transition: var(--transition);
        }
        & span.serv-open-icon.open svg {
            transform: rotate(0);
        }
    }
    .other-serv-content {
        & > * {
            margin-bottom: 20px;
        }
        .serv-textarea textarea {
            width: 100%;
            padding: 14px;
            border: 1px solid var(--border-color);
            border-radius: 0;
        }
        .valam-btn-main .serv-save-btn {
            width: 100%;
            font-size: 16px;
            padding: 4px 0;
            border: 1px solid var(--border-color);
        }
        .serv-textarea-msg {
            font-weight: 700;
        }
        .serv-promo-input input {
            width: 100%;
            padding: 12px;
            border: 1px solid var(--border-color);
            border-radius: 0;
        }
    }
}

.mybag-shipping-services {
    margin-top: 40px;
    .shipping-serv-main {
        margin-bottom: 20px;
        .serv-title {
            & svg {
                margin-right: 20px;
            }
        }
    }
    .shipping-serv-content {
        & > * {
            margin-bottom: 20px;
        }
        .order-shipping-info svg {
            margin-right: 10px;
        }
    }
}
.serv-checkbox {
    display: flex;
    align-items: center;
}
.serv-checkbox-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.serv-checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checkbox-container {
    border: 1px solid var(--border-color);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: var(--transition);
}
.checkbox-icon {
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.serv-checkbox-input:checked + label .checkbox-container {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}
.serv-checkbox-input:checked + label .checkbox-icon {
    opacity: 1;
    visibility: visible;
    color: var(--text-white);
}
@media (max-width: 1500px) {
    .mybag-product-main {
        & .mybag-product-content {
            & .mybag-product-details {
                max-width: 400px;
            }
        }
    }
    .vd-mybag-products .mybag-order-summary {
        padding: 10px 0 0 20px;
    }
}
@media (max-width: 1199px) {
    .mybag-product-main {
        & p {
            font-size: 14px;
        }
        & .mybag-product-content {
            & .product-main-img {
                margin-right: 10px;
                margin-bottom: auto;
            }
            & .mybag-product-details {
                max-width: 300px;
            }
            & .product-metal-info li,
            & .product-metal-info td {
                font-size: 12px;
            }
            .mybag-product-add span {
                padding: 0 2px;
            }
            .mybag-product-add span:not(:last-child) {
                margin-right: 0;
            }
            .mybag-product-add span:nth-child(2) {
                padding: 2px 10px;
                font-size: 14px;
            }
        }
    }
    .vd-mybag-products .mybag-order-summary {
        margin-left: 0;
        padding: 0 0 0 24px;
    }
    .mybag-order-summary {
        & p {
            font-size: 14px;
        }
        & h5 {
            font-size: 18px;
            margin-bottom: 16px;
        }
        .order-biling-details {
            padding-bottom: 16px;
            margin-bottom: 16px;
            & ul:not(:last-child) {
                margin-bottom: 5px;
            }
            & ul li {
                font-size: 14px;
            }
        }
        .order-total {
            margin-bottom: 16px;
            & li {
                font-size: 16px;
            }
        }
        & .valam-btn-main .order-checkout-btn {
            font-size: 16px;
            padding: 6px 0;
            margin-bottom: 16px;
        }
    }
    .mybag-other-services {
        margin-top: 16px;
        .other-serv-main {
            margin-bottom: 16px;
            .serv-title {
                font-size: 14px;
                & svg {
                    margin-right: 10px;
                    width: 18px;
                    height: auto;
                }
            }
            span.serv-open-icon svg {
                width: 12px;
            }
        }
        .other-serv-content {
            & > * {
                margin-bottom: 16px;
            }
            .serv-textarea textarea {
                padding: 14px;
                &::placeholder {
                    font-size: 14px;
                }
            }
            .valam-btn-main .serv-save-btn {
                font-size: 14px;
            }
            .serv-textarea-msg {
                font-weight: 700;
            }
            .serv-promo-input input {
                padding: 6px;
            }
        }
    }
    .mybag-shipping-services {
        margin-top: 20px;
        .shipping-serv-main {
            margin-bottom: 16px;
            .serv-title {
                & svg {
                    margin-right: 16px;
                }
            }
        }
        .shipping-serv-content {
            & > * {
                margin-bottom: 16px;
            }
            .order-shipping-info svg {
                margin-right: 10px;
            }
            ul li {
                font-size: 14px;
            }
        }
    }
    .serv-checkbox .checkbox-container {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }
}
@media (max-width: 991px) {
    .mybag-product-main {
        & .mybag-product-content {
            display: block !important;
            & .mybag-product-details {
                max-width: 100%;
                width: 100%;
            }
            & .product-metal-info {
                margin-bottom: 10px;
            }
        }
    }
}
@media (max-width: 767px) {
    .return-to-shope {
        font-size: 12px;
    }
    .vd-mybag-products .mybag-order-summary {
        border: none;
        padding: 0;
    }
    .mybag-order-summary {
        margin-top: 20px;
        & h5 {
            font-size: 16px;
        }
    }
}
@media (max-width: 575px) {
    .vd-mybag .return-to-shope svg {
        width: 20px;
        height: auto;
    }
    .mybag-signin p {
        font-size: 12px;
    }
    .mybag-product-main & p {
        font-size: 12px;
    }
    .mybag-product-main .mybag-product-content {
        padding: 12px 0;
    }
    .mybag-product-content .mybag-product-price ul {
        flex-direction: column;
        gap: 10px;
        align-items: start !important;
    }
    .mybag-order-summary {
        margin-top: 12px;
        & p {
            font-size: 12px;
        }
        .other-serv-content .valam-btn-main .serv-save-btn {
            font-size: 12px;
        }
        & h5 {
            margin-bottom: 12px;
        }
    }
    .mybag-other-services {
        margin-top: 12px;
        .other-serv-main {
            margin-bottom: 12px;
        }
    }
    .mybag-shipping-services {
        margin-top: 12px;
        & .shipping-serv-main {
            margin-bottom: 12px;
        }
        & .shipping-serv-content > * {
            margin-bottom: 12px;
        }
        ul li {
            font-size: 12px;
        }
        .shipping-serv-main {
            margin-bottom: 12px;
            & .serv-title p {
                font-size: 14px;
            }
        }
        .order-shipping-info svg {
            width: 30px;
        }
    }
}
.vd-checkout svg {
    margin-right: 10px;
}
.checkout_progress {
    background-color: var(--color-n-white);
    overflow: unset;
    max-width: 825px;
    margin: 60px auto 5px;
    padding: 60px 80px 0;
    display: flex;
    .check_point {
        width: 10px;
        .check_bullet {
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--color-n-white);
            position: relative;
            margin-top: -12px;
            border-radius: 100%;
            transition: 0.3s;
            border: 1px solid var(--secondary-color);
            svg {
                margin: 0;
            }
            .check_bullet-right {
                display: none;
            }
            &.check_bullet_show {
                .check_bullet-right {
                    display: inline-block;
                }
                .check_bullet-dot {
                    display: none;
                }
            }
        }
        .check_label {
            transform: translate(-50%, -90px);
            white-space: nowrap;
            display: flex;
            align-items: center;
            width: max-content;
            font-size: 20px;
            text-transform: uppercase;
            span:first-child {
                border-radius: 50%;
                height: 45px;
                width: 45px;
                background-color: var(--color-n-gray);
                margin-right: 20px;
                position: relative;
                b {
                    position: absolute;
                    inset: 0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
            }
            p {
                font-weight: 700;
                display: contents;
            }
        }
        &.check_point--active {
            .check_label span:first-child {
                color: var(--text-white);
                background-color: var(--primary-color);
            }
        }
    }
    .check_bar {
        background: var(--color-n-gray);
        height: 1px;
        width: 100%;
    }
    .check_bar.check_bar-complete {
        background: var(--secondary-color);
    }
    .check_bar__fill {
        display: block;
        height: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .checkout_progress {
        padding: 60px 80px 0;
        margin: 40px auto 0;
        .check_point {
            .check_label {
                font-size: 18px;
                transform: translate(-50%, -80px);
                span:first-child {
                    height: 35px;
                    width: 35px;
                    margin-right: 16px;
                }
            }
        }
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .checkout_progress {
        padding: 60px 54px 0;
        margin: 40px auto 0;
        .check_point {
            width: 10px;
            .check_bullet {
                width: 20px;
                height: 20px;
                margin-top: -9px;
                svg {
                    width: 8px;
                }
            }
            .check_label {
                font-size: 16px;
                transform: translate(-50%, -65px);
                span:first-child {
                    height: 26px;
                    width: 26px;
                    margin-right: 6px;
                }
            }
        }
    }
}
@media (max-width: 575px) {
    .checkout_progress {
        padding: 40px 35px 0;
        margin: 30px auto 10px;
        .check_point {
            width: 10px;
            .check_bullet {
                width: 16px;
                height: 16px;
                margin-top: -7px;
                svg {
                    width: 6px;
                }
            }
            .check_label {
                font-size: 10px;
                transform: translate(-50%, -50px);
                span:first-child {
                    height: 18px;
                    width: 18px;
                    margin-right: 2px;
                }
            }
        }
    }
}
.checkout_content_main {
    margin-left: 40px;
    ul.mybag-product-content {
        border-bottom: 1px solid var(--border-color);
        &:last-child {
            border: none;
        }
    }
    & .mybag-product-content .mybag-product-details {
        width: 100%;
    }
}
.address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    & svg {
        margin-right: 20px;
    }
    & h6 {
        font-size: 20px;
        font-weight: 700;
        font-family: var(--font-urbanist);
    }
}
.checkout_address-main {
    .address-options {
        & .address-printed {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid var(--border-color);
            transition: var(--transition);
            &.selected {
                background-color: var(--color-n-gray);
                border-bottom: 1px solid #fff0;
                & ul li span {
                    background-color: var(--primary-color);
                    color: var(--text-white);
                }
            }
            & ul li span {
                font-size: 14px;
                font-weight: 700;
                cursor: pointer;
                margin-right: 100px;
                padding: 5px 0;
                text-align: center;
                min-width: 90px;
                background-color: var(--color-n-gray);
                transition: var(--transition);
            }
            &.selected ul li span {
                background-color: var(--primary-color);
                color: var(--text-white);
            }
        }
    }
    .address-new-add {
        margin-top: 20px;
    }
    .mybag-order-summary .valam-btn {
        font-size: 16px;
        padding: 13px 0;
    }
}
.shipping-addr-form {
    .shipping-inputbox label {
        font-weight: 600;
        margin-bottom: 10px;
    }
    .enter-shipping-addr > *:not(:last-child) {
        margin-bottom: 10px;
    }
    .serv-checkbox svg {
        margin: 0;
    }
    p {
        font-weight: 600;
    }
    .valam-btn-main {
        & .order-checkout-btn {
            max-width: 350px;
            margin: 0 auto;
        }
    }
}
.shipping-inputbox {
    .select2-container {
        display: block;
        line-height: 0.5;
        width: 100% !important;
    }
    .selection {
        width: 100%;
    }
    .select2-container--default .select2-selection--single {
        border: 1px solid var(--border-color);
        border-radius: 0;
        font-size: 14px;
        padding: 4px 5px 3px;
        height: auto;
    }
    .select2-container--default
        .select2-selection--single
        .select2-selection__arrow {
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
}
@media (max-width: 1500px) {
    .checkout_content_main {
        margin-left: 0;
    }
    .address-title {
        padding-bottom: 10px;
        & svg {
            margin-right: 20px;
        }
        & h6 {
            font-size: 20px;
        }
    }
    .checkout_address-main {
        .address-options {
            & .address-printed {
                padding: 10px;
                margin-bottom: 10px;
                gap: 30px;
                & ul li span {
                    margin-right: 60px;
                    padding: 5px 0;
                    min-width: 90px;
                }
                &.selected ul li span {
                    padding: 5px 0;
                }
            }
        }
        .address-new-add {
            margin-top: 20px;
        }
    }
}
@media (max-width: 991px) {
    .input-box {
        padding: 6px;
    }
    .address-title {
        padding-bottom: 0;
        & svg {
            margin-right: 10px;
            width: 24px;
        }
        & h6 {
            font-size: 18px;
        }
    }
    .checkout_address-main {
        .address-options {
            & .address-printed {
                padding: 6px;
                margin-bottom: 6px;
                font-size: 14px;
                & ul li span {
                    font-size: 12px;
                    margin-right: 30px;
                }
            }
        }
        .address-new-add {
            margin-top: 20px;
        }
        .mybag-order-summary .valam-btn {
            font-size: 14px;
            padding: 8px 0;
        }
    }
    .shipping-addr-form {
        .shipping-inputbox label {
            margin-bottom: 8px;
            font-size: 14px;
        }
        .enter-shipping-addr > *:not(:last-child) {
            margin-bottom: 8px;
        }
        p {
            font-size: 14px;
        }
        .valam-btn-main {
            & .order-checkout-btn {
                max-width: 350px;
            }
        }
    }
}
@media (max-width: 767px) {
    .checkout_main .mybag-order-summary {
        margin-bottom: 16px;
    }
    .mybag-signin p {
        font-size: 14px;
    }
    .shipping-inputbox {
        .select2-container--default .select2-selection--single {
            padding: 1px 5px 2px;
        }
    }
}
@media (max-width: 575px) {
    input::placeholder {
        font-size: 12px;
    }
    .input-box {
        padding: 4px;
        font-size: 12px;
    }
    .address-title {
        & svg {
            margin-right: 6px;
            width: 18px;
        }
        & h6 {
            font-size: 16px;
        }
    }
    .checkout_address-main {
        .address-options {
            & .address-printed {
                flex-direction: column;
                gap: 12px;
                text-align: center;
                padding: 12px;
                & ul {
                    flex-direction: column;
                    gap: 12px;
                }
                & ul li span {
                    font-size: 12px;
                    margin-right: 0;
                }
            }
        }
        .address-new-add {
            margin-top: 20px;
            font-size: 14px;
        }
    }
    .shipping-addr-form {
        .shipping-inputbox label {
            margin-bottom: 8px;
            font-size: 14px;
        }
        .enter-shipping-addr > *:not(:last-child) {
            margin-bottom: 8px;
        }
        p {
            font-size: 14px;
        }
        .valam-btn-main {
            & .order-checkout-btn {
                max-width: 220px;
                font-size: 14px;
            }
        }
    }
    .shipping-inputbox {
        .select2-container--default .select2-selection--single {
            font-size: 12px;
            padding: 0;
        }
        .select2-container--default
            .select2-selection--single
            .select2-selection__rendered {
            line-height: 24px;
        }
    }
}
.checkout_main {
    display: none;
}
.checkout_main.show {
    display: block;
}
.checkout_step_menu .vd-settings-ring {
    max-width: 830px;
    margin: auto;
}
.shipping-option-content {
    & .shipping-type-option {
        padding: 20px;
        background-color: #fafafa;
        border: 1px solid var(--border-color);
    }
    .shipping-name-main {
        & .shipping-name-icon {
            margin-right: 30px;
            padding: 12px;
            background-color: var(--color-n-gray);
            border-radius: 50%;
            & svg {
                margin: auto;
            }
        }
        .shipping-name h6 {
            font-weight: 700;
            margin-bottom: 5px;
            font-size: 24px;
            color: var(--text-dark);
        }
        .shipping-name p {
            color: var(--text-light);
            font-size: 14px;
        }
    }
    .delivery-charges {
        font-weight: 700;
        font-size: 20px;
    }
}
.shipping-selected {
    border: 1px solid #fff0;
    padding: 3px;
    line-height: 0;
    border-radius: 50%;
    transition: all 0.2s;
}
.shipping-selected span {
    height: 16px;
    width: 16px;
    transition: all 0.2s;
    border-radius: 50%;
    background-color: #fff0;
    border: 1px solid var(--primary-color);
}
.shipping-selected.selected {
    border: 1px solid var(--primary-color);
}
.shipping-selected.selected span {
    background-color: var(--primary-color);
}
.checkout_shipping-main .checkout_content_main {
    /* height: 50vh; */
    overflow-x: hidden;
    overflow-y: auto;
}
@media (max-width: 1199px) {
    .shipping-option-content {
        .shipping-type-option {
            padding: 12px;
        }
        .shipping-name-main {
            & .shipping-name-icon {
                margin-right: 20px;
                padding: 10px;
            }
            .shipping-name h6 {
                margin-bottom: 0;
                font-size: 20px;
            }
        }
        .delivery-charges {
            font-size: 16px;
        }
    }
    .shipping-selected span {
        height: 16px;
        width: 16px;
    }
}
@media (max-width: 991px) {
    .shipping-option-content {
        .shipping-name-main {
            & .shipping-name-icon {
                margin-right: 12px;
                padding: 8px;
            }
            .shipping-name {
                max-width: 230px;
            }
            .shipping-name h6 {
                font-size: 18px;
            }
            .shipping-name p {
                font-size: 14px;
            }
        }
        .delivery-charges {
            font-size: 14px;
        }
    }
}
@media (max-width: 767px) {
    .shipping-option-content {
        .shipping-type-option {
            padding: 12px;
        }
        .shipping-name-main {
            & .shipping-name-icon {
                margin-right: 12px;
                padding: 8px;
            }
            .shipping-name {
                max-width: 230px;
            }
            .shipping-name h6 {
                font-size: 18px;
            }
            .shipping-name p {
                font-size: 14px;
            }
        }
        .delivery-charges {
            font-size: 14px;
        }
    }
}
@media (max-width: 575px) {
    .shipping-option-content {
        .shipping-type-option {
            padding: 12px;
        }
        .shipping-name-main {
            & .shipping-name-icon {
                display: none;
            }
            .shipping-name {
                max-width: 150px;
            }
            .shipping-name h6 {
                font-size: 14px;
            }
            .shipping-name p {
                font-size: 12px;
            }
        }
        .delivery-charges {
            font-size: 12px;
        }
    }
    .shipping-selected span {
        height: 12px;
        width: 12px;
    }
}
.payment-details-content p.card-title {
    font-size: 20px;
    font-weight: 700;
}
.payment-input-field .input-box {
    padding: 12px;
    font-weight: 600;
    font-size: 16px;
    color: var(--text-dark);
}
.payment-input-field .input-box::placeholder {
    font-size: 16px;
    font-weight: 600;
}
.payment-details-content {
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border-color);
}
@media (max-width: 1199px) {
    .payment-details-content p.card-title {
        font-size: 16px;
    }
    .payment-input-field .input-box {
        padding: 10px;
    }
    .payment-details-content {
        margin-bottom: 30px;
        border-bottom: 1px solid var(--border-color);
    }
}
@media (max-width: 991px) {
    .payment-details-content p.card-title {
        font-size: 16px;
    }
    .payment-input-field .input-box {
        font-size: 14px;
        padding: 8px;
    }
    .payment-input-field .input-box::placeholder {
        font-size: 14px;
    }
    .payment-details-content {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .payment-details-content p.card-title {
        font-size: 14px;
    }
    .payment-input-field .input-box {
        font-size: 12px;
        padding: 7px;
    }
    .payment-input-field .input-box::placeholder {
        font-size: 12px;
    }
}
.order-confirem-product .mybag-product-main:last-child {
    padding-bottom: 20px;
}
.order-confirm-addr-detail .confirm-adr-heading {
    gap: 40px;
    & > p {
        min-width: 140px;
    }
    & ul {
        max-width: 650px;
    }
    & ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}
.confirm-address {
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
}
.checkout_order-confirm .product-price {
    white-space: nowrap;
}
@media (max-width: 1199px) {
    .order-confirm-addr-detail .confirm-adr-heading {
        gap: 20px;
        & ul {
            max-width: 330px;
        }
        & ul li:not(:last-child) {
            margin-bottom: 8px;
        }
    }
    .checkout_order-confirm .product-price {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .order-confirm-addr-detail .confirm-adr-heading {
        gap: 16px;
        & ul {
            max-width: 215px;
        }
    }
}
@media (max-width: 767px) {
    .order-confirm-addr-detail .confirm-adr-heading {
        gap: 16px;
        & ul {
            max-width: 320px;
        }
    }
}
@media (max-width: 575px) {
    .order-confirm-addr-detail .confirm-adr-heading {
        gap: 16px;
        flex-direction: column;
        & ul li {
            font-size: 14px;
        }
    }
}
& {
    .vd-thankyou .setting-page-main-heading {
        max-width: 1085px;
        margin: auto;
    }
    .checkout_thankyou-main p {
        font-size: 20px;
    }
    .vd-order-number {
        max-width: 760px;
    }
    .vd-order-number > div.d-flex {
        gap: 60px;
    }
    .final-order-number {
        padding: 20px 0;
        border: 1px solid var(--border-color);
    }
    .final-order-number p:first-child {
        margin-bottom: 5px;
    }
    .vd-thankyou .vd-order-number {
        margin-bottom: 60px;
    }
    .checkout_thankyou-main .valam-btn span svg {
        padding: 0;
        margin-right: 12px;
    }
}
@media (max-width: 1199px) {
    .checkout_thankyou-main p {
        font-size: 18px;
    }
    .final-order-number {
        padding: 16px 0;
    }
    .vd-thankyou .vd-order-number {
        margin-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .checkout_thankyou-main p {
        font-size: 18px;
    }
    .final-order-number {
        padding: 16px 0;
    }
    .vd-order-number > div.d-flex {
        gap: 0;
    }
    .vd-thankyou .vd-order-number {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .checkout_thankyou-main p {
        font-size: 16px;
    }
    .final-order-number {
        padding: 12px 0;
    }
    .vd-thankyou .vd-order-number {
        margin-bottom: 20px;
    }
    .checkout_thankyou-main .valam-btn span svg {
        padding: 0;
        margin-right: 8px;
        width: 20px;
        height: auto;
    }
}
@media (max-width: 575px) {
    .checkout_thankyou-main p {
        font-size: 14px;
    }
    .final-order-number {
        padding: 12px 0;
    }
    .vd-thankyou .vd-order-number {
        margin-bottom: 16px;
    }
}
.vd-track-order-img {
    padding: 0 50px;
    margin: 50px auto;
}
.order-track-success {
    padding: 10px 20px;
    max-width: 440px;
    margin: auto;
    margin-bottom: 50px;
    border: 1px solid var(--border-color);
}
@media (min-width: 576px) and (max-width: 991px) {
    .vd-track-order-img {
        padding: 0 40px;
        margin: 30px auto;
    }
    .order-track-success {
        font-size: 14px;
        padding: 10px;
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .vd-track-order-img {
        padding: 0 30px;
        margin: 20px auto;
    }
    .order-track-success {
        font-size: 10px;
        padding: 6px;
        margin-bottom: 20px;
    }
}
.vd-order_details {
    max-width: 1170px;
    .signin-title span {
        font-family: var(--font-urbanist);
    }
}
.vd-order-track-shown-main {
    .checkout_progress {
        width: 100%;
        margin: 160px auto -30px;
        max-width: initial;
        .check_point {
            .check_label {
                font-size: 16px;
                transform: translate(-40%, -180px);
                flex-direction: column;
                grid-gap: 10px;
                p {
                    text-transform: capitalize;
                }
                span {
                    height: 100px;
                    width: 100px;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-right: 0;
                    svg {
                        fill: var(--primary-color);
                    }
                }
            }
            &.check_point--active .check_label {
                svg {
                    fill: var(--color-n-white);
                }
            }
        }
        .track-order-label {
            font-size: 16px;
            transform: translate(-35%, -120px);
            flex-direction: column;
            grid-gap: 10px;
            display: flex;
            align-items: center;
            white-space: nowrap;
            width: max-content;
        }
    }
}
@media (max-width: 1199px) {
    .vd-order-track-shown-main {
        .checkout_progress {
            margin: 140px auto -60px;
            .check_point {
                .check_label {
                    transform: translate(-40%, -150px);
                    span {
                        height: 70px;
                        width: 70px;
                    }
                }
            }
            .track-order-label {
                margin-bottom: 30px;
                transform: translate(-35%, -88px);
            }
        }
    }
}
@media (max-width: 991px) {
    .vd-order-track-shown-main {
        .checkout_progress {
            margin: 120px auto -65px;
            .check_point {
                .check_label {
                    font-size: 14px;
                    transform: translate(-35%, -140px);
                    grid-gap: 6px;
                    span {
                        height: 70px;
                        width: 70px;
                    }
                }
            }
            .track-order-label {
                font-size: 14px;
                grid-gap: 6px;
                transform: translate(-35%, -80px);
            }
        }
    }
}
@media (max-width: 767px) {
    .vd-order-track-shown-main {
        .checkout_progress {
            padding: 60px 24px 0;
            margin: 80px auto -75px;
            .check_point {
                .check_label {
                    transform: translate(-35%, -120px);
                    grid-gap: 6px;
                    span {
                        height: 60px;
                        width: 60px;
                        svg {
                            width: 25px;
                            height: auto;
                        }
                    }
                }
            }
            .track-order-label {
                font-size: 12px;
                grid-gap: 2px;
                transform: translate(-31%, -76px);
            }
        }
    }
}
@media (max-width: 575px) {
    .vd-order-track-shown-main {
        .checkout_progress {
            margin: 40px auto -55px;
            .check_point {
                .check_label {
                    font-size: 10px;
                    transform: translate(-35%, -84px);
                    grid-gap: 4px;
                    span {
                        height: 40px;
                        width: 40px;
                        svg {
                            width: 20px;
                        }
                    }
                }
            }
            .track-order-label {
                font-size: 10px;
                grid-gap: 2px;
                transform: translate(-31%, -50px);
            }
        }
    }
}
@media (max-width: 360px) {
    .vd-order-track-shown-main {
        .checkout_progress {
            .check_point {
                .check_label {
                    font-size: 8px;
                }
            }
            .track-order-label {
                font-size: 8px;
            }
        }
    }
}
.mb-15 {
    margin-bottom: 15px;
}
.pd-product-title {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
    h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .pd-price {
        li:not(:last-child) {
            margin-right: 15px;
            font-size: 20px;
        }
    }
    .pd-ratting {
        li {
            font-size: 14px;
        }
        li span {
            font-size: 14px;
            margin-left: 15px;
        }
        li:not(:last-child) {
            display: flex;
            align-items: center;
            padding-right: 15px;
            border-right: 1px solid var(--text-dark);
        }
    }
}
.pd-custome-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.pd-metal-select {
    margin-bottom: 15px;
    .sett-filter-metal-type .shopby-diam-shape:not(:last-child) {
        margin-right: 15px;
    }
    .shopby-diam-shape .diamond-shape-name {
        font-size: 12px;
        /* margin-left: 4px; */
        white-space: normal;
        text-align: center;
    }
}
.pd-custome-sett .sett-filter-metal-type .shopby-diam-shape .diamond-shape-img {
    padding: 4px;
    background: #fff0;
    border: 1px solid #fff0;
}
.pd-custome-sett .shopby-diam-shape .diamond-shape-img img {
    border-radius: 50%;
}
.pd-custome-sett
    .shopby-diam-shape
    .common-shape-button:hover
    .diamond-shape-img,
.pd-custome-sett
    .shopby-diam-shape
    .common-shape-button.selected
    .diamond-shape-img {
    background: rgb(214 168 110 / 0.1);
    border-color: var(--secondary-color);
}
.pd-custome-sett .shopby-diam-shape .common-shape-button.selected {
    color: var(--secondary-color);
}
.pd-carat-weight {
    .pd-custome-title {
        & span {
            font-weight: 400;
        }
    }
    .pd-carat-weight-options {
        cursor: pointer;
        height: 48px;
        width: 48px;
        border: 1px solid var(--border-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        transition: var(--transition);
        &:hover,
        &.selected {
            background-color: var(--secondary-color);
            color: var(--text-white);
            border-color: var(--secondary-color);
        }
    }
    .pd-carat-weight-options:not(:last-child) {
        margin-right: 15px;
    }
}
.pd-addto-cart {
    .valam-btn-main {
        height: 100%;
        .valam-btn {
            font-size: 16px;
            border: 1px solid var(--border-color);
            width: 100%;
        }
        .pd-add-wishlist {
            padding: 11px 0;
            width: 100%;
            border: 1px solid var(--border-color);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.5s ease;
            cursor: pointer;
        }
    }
}
.pd-choose-settings {
    margin-bottom: 30px;
    .checkout-btn {
        padding: 13px 0;
        font-size: 16px;
    }
}
.pd-other-product-variation {
    ul li {
        padding: 5px 10px;
        cursor: pointer;
        border: 1px solid var(--border-color);
        transition: var(--transition);
        font-size: 12px;
        font-weight: 700;
        &:not(:last-child) {
            margin-right: 10px;
        }
        &.selected,
        &:hover {
            background-color: var(--secondary-color);
            color: var(--text-white);
        }
    }
}
.pd-services-main {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
    .pd-services-detail:not(:last-child) {
        margin-right: 20px;
    }
    .pd-services-detail li:not(:last-child) {
        margin-bottom: 10px;
    }
    .pd-services-detail li {
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .pd-services-detail li svg {
        margin-right: 20px;
    }
}
.product-type-title {
    padding: 0 0 20px;
    p {
        font-weight: 600;
    }
}
.product-type-title.opened .faq-icon .faq-icon-shape::before {
    transform: translate(-50%, -50%) rotate(180deg);
    transition: all 0.5s ease;
}
.product-type-title.opened .faq-icon .faq-icon-shape::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.5s ease;
}
.product-type-title.onsel .faq-icon .faq-icon-shape::before {
    transform: translate(-50%, -50%) rotate(180deg);
    transition: all 0.5s ease;
}
.product-type-title.onsel .faq-icon .faq-icon-shape::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.5s ease;
}
.pd-product-shipping-main {
    display: block;
}
.product-type-description {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
    ul li:not(:last-child) {
        max-width: 150px;
        width: 100%;
        margin-right: 70px;
    }
    ul li {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .product-info-content {
        font-size: 14px;
    }
}
.pd-product-shipping-info {
    span svg {
        margin-right: 20px;
    }
}
.pd-shipping-content {
    font-size: 14px;
    h6 {
        font-weight: 600;
        margin-bottom: 12px;
        padding: 4px 0;
    }
    p {
        color: var(--text-disabled);
        font-weight: 600;
        margin-bottom: 5px;
    }
    ul li {
        list-style-type: disc;
        margin-bottom: 5px;
        margin-left: 16px;
    }
    ul li:not(:last-child) {
        max-width: fit-content;
        margin-right: 0;
    }
    a {
        font-weight: 600;
    }
}
@media (max-width: 1199px) {
    .pd-product-title {
        h5 {
            font-size: 20px;
        }
    }
}
@media (max-width: 991px) {
    .pd-product-title {
        padding-bottom: 12px;
        margin-bottom: 12px;
        h5 {
            font-size: 16px;
            margin-bottom: 5px;
        }
        .pd-price {
            font-size: 14px;
            li:not(:last-child) {
                font-size: 16px;
                margin-right: 15px;
            }
        }
        .pd-ratting {
            li span {
                margin-left: 15px;
            }
            li:not(:last-child) {
                padding-right: 15px;
                margin-right: 15px;
            }
        }
    }
    .pd-custome-title {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .pd-metal-select {
        margin-bottom: 10px;
        .sett-filter-metal-type .shopby-diam-shape:not(:last-child) {
            margin-right: 5px;
        }
    }
    .pd-carat-weight {
        .pd-carat-weight-options {
            font-size: 12px;
        }
        .pd-carat-weight-options:not(:last-child) {
            margin-right: 8px;
        }
    }
    .pd-addto-cart {
        .valam-btn-main {
            .valam-btn {
                font-size: 14px;
            }
            .pd-add-wishlist {
                padding: 6px 0;
                svg {
                    width: 18px;
                }
            }
        }
    }
    .pd-choose-settings {
        margin-bottom: 16px;
        .checkout-btn {
            padding: 8px 0;
            font-size: 14px;
        }
    }
    .pd-other-product-variation {
        ul li {
            padding: 5px 8px;
        }
    }
    .pd-services-main {
        padding-bottom: 16px;
        margin-bottom: 16px;
        .pd-services-detail li:not(:last-child) {
            margin-bottom: 6px;
        }
        .pd-services-detail li {
            font-size: 14px;
        }
        .pd-services-detail li svg {
            margin-right: 20px;
        }
    }
    .product-type-title {
        padding: 0 0 12px;
        p {
            font-size: 14px;
        }
    }
    .product-type-description {
        margin-bottom: 16px;
        ul li:not(:last-child) {
            margin-right: 0;
            max-width: 110px;
        }
        ul li {
            font-size: 12px;
            margin-bottom: 10px;
        }
        .product-info-content {
            font-size: 12px;
            margin-bottom: 16px;
        }
    }
    .pd-product-shipping-info {
        span svg {
            margin-right: 16px;
            width: 22px;
            height: auto;
        }
    }
    .pd-shipping-content {
        font-size: 14px;
        h6 {
            margin-bottom: 6px;
            padding: 5px 0;
            font-size: 14px;
        }
        p {
            margin-bottom: 5px;
        }
        ul li {
            margin-bottom: 5px;
            margin-left: 16px;
        }
    }
}
@media (max-width: 767px) {
    .pd-product-title {
        padding-bottom: 10px;
        margin-bottom: 10px;
        h5 {
            font-size: 16px;
        }
        .pd-price {
            font-size: 12px;
            li:not(:last-child) {
                font-size: 14px;
                margin-right: 15px;
            }
        }
        .pd-ratting {
            li span {
                margin-left: 15px;
            }
            li:not(:last-child) {
                padding-right: 15px;
                margin-right: 15px;
            }
        }
    }
    .pd-custome-title {
        font-size: 12px;
    }
    .pd-metal-select {
        margin-bottom: 6px;
        .sett-filter-metal-type .shopby-diam-shape:not(:last-child) {
            margin-right: 5px;
        }
    }
    .pd-carat-weight {
        .pd-custome-title {
            padding: 0;
        }
        .pd-carat-weight-options {
            font-size: 12px;
            height: 38px;
            width: 38px;
        }
        .pd-carat-weight-options:not(:last-child) {
            margin-right: 4px;
        }
    }
    .pd-addto-cart {
        .valam-btn-main {
            .valam-btn {
                font-size: 12px;
            }
            .pd-add-wishlist {
                padding: 3px 0;
                svg {
                    width: 16px;
                }
            }
        }
    }
    .pd-choose-settings {
        margin-bottom: 10px;
        .checkout-btn {
            padding: 8px 0;
            font-size: 12px;
        }
    }
    .pd-services-main {
        padding-bottom: 10px;
        margin-bottom: 10px;
        .pd-services-detail li {
            margin-bottom: 6px;
            font-size: 12px;
        }
        .pd-services-detail li svg {
            margin-right: 16px;
        }
    }
    .product-type-title {
        padding: 0 0 10px;
        p {
            font-size: 12px;
        }
    }
    .product-type-description {
        margin-bottom: 10px;
        ul li:not(:last-child) {
            margin-right: 5px;
            max-width: 80px;
        }
        ul li {
            font-size: 12px;
            margin-bottom: 10px;
        }
        .product-info-content {
            font-size: 12px;
            margin-bottom: 10px;
        }
    }
    .pd-product-shipping-info {
        span svg {
            margin-right: 10px;
            width: 22px;
        }
    }
    .pd-shipping-content {
        font-size: 12px;
        h6 {
            margin-bottom: 6px;
            padding: 5px 0;
            font-size: 12px;
        }
        p {
            margin-bottom: 5px;
        }
        ul li {
            margin-bottom: 5px;
            margin-left: 16px;
        }
    }
}
@media (min-width: 1200px) {
    .pd-product-main-box {
        .col-md-8 {
            flex: 0 0 auto;
            width: 60.66666667%;
        }
        .col-md-4 {
            flex: 0 0 auto;
            width: 39.33333333%;
        }
    }
}
.pd-product-img-slider {
    position: sticky;
    top: 5px;
    .pd-slider-prev-btn,
    .pd-slider-next-btn {
        position: absolute;
        z-index: 1;
        margin: auto;
        display: flex;
        align-items: center;
        cursor: pointer;
        left: 0;
        right: 0;
        justify-content: center;
    }
    .pd-slider-next-btn {
        bottom: 8px;
    }
    .slider-svg-icon {
        transform: rotate(90deg);
    }
}
.pd-cover-container {
    width: 17%;
    flex: 0 0 17%;
    margin-right: 24px;
    .slick-current .pd-cover-images {
        border: 1px solid var(--secondary-color);
        overflow: hidden;
    }
}
.pd-main-container {
    width: 78%;
    margin: auto;
    flex: 0 0 78%;
}
.pd-cover-single,
.pd-cover-images {
    border: 1px solid #fff0;
}
.pd-cover-single .zoom {
    cursor: zoom-in;
}
@media (max-width: 1500px) {
    .slider-svg-icon {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 767px) {
    .prod-details-main {
        margin-top: 20px;
    }
}
@media (max-width: 575px) {
    .prod-details-main {
        margin-top: 20px;
    }
    .pd-cover-container {
        display: none;
    }
    .pd-product-img-slider {
        .pd-slider-prev-btn,
        .pd-slider-next-btn {
            top: 0;
            bottom: 0;
        }
        .slider-svg-icon {
            transform: rotate(00deg);
        }
        .pd-slider-prev-btn {
            left: 0;
            right: auto;
        }
        .pd-slider-next-btn {
            right: 0;
            left: auto;
        }
    }
    .pd-main-container {
        width: 100%;
        flex: 0 0 100%;
    }
}
.my-acnt-menu ul li {
    border-bottom: 1px solid var(--border-color);
    &.active .myaccount-menu-list {
        background-color: var(--color-n-gray);
        color: var(--secondary-color);
        font-weight: 700;
    }
    .myaccount-menu-list {
        width: 100%;
        font-size: 14px;
        padding: 20px 10px;
        cursor: pointer;
        transition: var(--transition);
        &:hover {
            font-weight: 700;
            background-color: var(--color-n-gray);
            color: var(--secondary-color);
        }
    }
}
.myacnt_menu-content svg {
    margin-right: 20px;
}
.myacnt_menu-content h6 {
    font-size: 20px;
}
.myacnt_menu-content .myacnt_info {
    > ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        li {
            text-align: left;
            max-width: 175px;
            width: 100%;
            font-size: 14px;
            &:first-child {
                font-weight: 700;
            }
            input {
                border: none;
                padding: 5px;
                background-color: #fff0;
                border-bottom: 1px solid var(--border-color) !important;
            }
        }
    }
    .iti--separate-dial-code .iti__selected-dial-code {
        font-size: 14px;
    }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
    .iti--separate-dial-code .iti__selected-flag {
        background-color: #fff0;
    }
}
.myacnt_responsive-menu {
    display: none;
}
.myacnt_change-pass {
    max-width: 550px;
}
.myacnt_change-pass .change-pass svg {
    margin-right: 20px;
}
@media (max-width: 991px) {
    .my-acnt-menu ul li {
        .myaccount-menu-list {
            padding: 12px 0;
        }
    }
    .myacnt_menu-content svg {
        margin-right: 12px;
        width: 20px;
        height: auto;
    }
    .myacnt_menu-content h6 {
        font-size: 18px;
    }
    .myacnt_menu-content p {
        font-size: 14px;
    }
    .myacnt_change-pass {
        margin-top: 20px;
    }
    .myacnt_change-pass .change-pass svg {
        margin-right: 12px;
        width: 20px;
        height: auto;
    }
}
@media (max-width: 767px) {
    .my-acnt-menu ul li {
        .myaccount-menu-list {
            font-size: 12px;
            padding: 10px 0;
        }
    }
}
@media (max-width: 575px) {
    .my-acnt-menu ul li {
        .myaccount-menu-list {
            font-size: 12px;
            padding: 8px 0;
        }
    }
    .myacnt_menu-content svg {
        margin-right: 8px;
        width: 16px;
        height: auto;
    }
    .myacnt_menu-content h6 {
        font-size: 16px;
    }
    .myacnt_menu-content p {
        font-size: 12px;
    }
    .myacnt_menu-content .myacnt_info {
        > ul {
            li {
                font-size: 12px;
            }
        }
        .iti--separate-dial-code .iti__selected-dial-code {
            font-size: 12px;
        }
    }
    .myacnt_change-pass {
        margin-top: 16px;
    }
    .myacnt_change-pass .change-pass svg {
        margin-right: 8px;
        width: 16px;
        height: auto;
    }
}
@media (max-width: 414px) {
    .myacnt_responsive-menu {
        display: block;
        ul li {
            font-size: 12px;
            background: var(--color-n-gray);
            margin-right: 8px;
            padding: 6px 6px;
            margin-bottom: 8px;
            &.active {
                background: var(--primary-color);
                .myaccount-menu-list {
                    color: var(--text-white);
                    font-weight: 700;
                }
            }
        }
    }
    .my-account-main > .row > .col-3 {
        display: none;
    }
    .my-account-main > .row > .col-9 {
        width: 100%;
    }
}
.myacnt_addr-main {
    .address-edit {
        span:not(:last-child) {
            margin-right: 20px;
        }
    }
}
@media (max-width: 991px) {
    .myacnt_addr-main {
        .address-edit {
            svg {
                width: 20px;
                height: auto;
            }
            span:not(:last-child) {
                margin-right: 14px;
            }
        }
    }
}
.myacnt_order-details-main > ul {
    border: 1px solid var(--border-color);
    padding: 24px;
    margin-top: 10px;
    gap: 15px;
    > li > ul:not(:last-child) {
        margin-bottom: 24px;
    }
    .order-history-content {
        li {
            font-weight: 600;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        li:first-child {
            color: var(--text-light);
            font-size: 12px;
        }
        li:last-child {
            font-size: 16px;
        }
    }
    .history-order-id li:last-child {
        font-size: 22px;
    }
    .order-history-invoice {
        max-width: 170px;
        .valam-btn {
            font-size: 16px;
            width: 100%;
            padding: 10px 10px;
            border: 1px solid var(--border-color);
        }
        &:not(:last-child) {
            margin-bottom: 15px;
        }
    }
}
.profile-order-history-page {
    .profile-order-product {
        border-bottom: 1px solid var(--border-color) !important;
    }
}
@media (max-width: 1199px) {
    .myacnt_order-details-main > ul {
        padding: 12px;
        letter-spacing: normal;
        > li > ul:not(:last-child) {
            margin-bottom: 12px;
        }
        .order-history-content {
            li:last-child {
                font-size: 14px;
            }
        }
        .history-order-id li:last-child {
            font-size: 16px;
        }
        .order-history-invoice {
            .valam-btn {
                font-size: 14px;
                padding: 10px 10px;
            }
        }
    }
}
@media (max-width: 991px) {
    .myacnt_order-details-main > ul {
        padding: 12px;
        > li > ul:not(:last-child) {
            margin-bottom: 12px;
        }
        .order-history-content {
            li:first-child {
                font-size: 11px;
            }
            li:last-child {
                font-size: 12px;
            }
        }
        .history-order-id li:last-child {
            font-size: 14px;
        }
        .order-history-invoice {
            .valam-btn {
                font-size: 12px;
                padding: 7px 10px;
            }
            &:not(:last-child) {
                margin-bottom: 15px;
            }
        }
    }
}
@media (max-width: 767px) {
    .myacnt_order-details-main > ul {
        overflow: auto;
        white-space: nowrap;
        gap: 10px;
    }
}
.order-history-pagination {
    justify-content: center;
    a {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--border-color);
        padding: 0;
        height: 25px;
        width: 25px;
        &:not(:last-child) {
            margin-right: 20px;
        }
        &:hover,
        &.active {
            background-color: var(--primary-color);
            color: var(--text-white);
        }
        &:hover svg {
            fill: var(--color-n-white);
        }
    }
}
.myacnt_order-history-details {
    .order-details-content span:first-child {
        font-size: 18px;
        margin-bottom: 10px;
    }
    span:last-child {
        font-size: 14px;
        padding: 4px 10px;
        b {
            margin-bottom: 10px;
        }
    }
    .mybag-order-summary h5 {
        font-size: 18px;
        margin-bottom: 10px;
        color: var(--text-light);
    }
    .order-history-summary {
        border: 1px solid var(--border-color);
        padding: 10px;
        .order-total {
            margin: 0;
        }
    }
}
.rating-star.filled {
    fill: #1c1745;
}
.myacnt_order-review {
    .order-review-stars svg {
        margin-right: 5px;
        cursor: pointer;
    }
    .order-details-content .input-box {
        padding: 12px;
        font-size: 16px;
    }
    textarea {
        height: 76px;
        width: 100%;
    }
    .mybag-order-summary {
        max-width: 350px;
        margin: 0 auto;
    }
    .input-preview {
        border: dashed var(--border-color) 2px;
        height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        transition: ease-in-out 750ms;
    }
    .input-preview::after {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        font-weight: 600;
        content: "Upload Images & Video";
    }
    .preview-container {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: auto;
        justify-content: center;
        flex-wrap: wrap;
    }
    .preview-container img {
        object-fit: cover;
        margin: 10px;
        width: 100px;
        height: 100px;
        overflow: hidden;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .myacnt_order-history-main p {
        font-size: 14px;
    }
    .order-history-pagination {
        a {
            padding: 5px 8px;
            font-size: 14px;
            &:not(:last-child) {
                margin-right: 14px;
            }
            svg {
                width: 12px;
                height: auto;
            }
        }
    }
    .myacnt_order-history-details {
        .order-details-content span:first-child {
            font-size: 16px;
        }
        span:last-child {
            font-size: 12px;
        }
        .mybag-order-summary h5 {
            font-size: 16px;
        }
    }
    .myacnt_order-review {
        .order-review-stars svg {
            height: auto;
            width: 25px;
        }
        .order-details-content .input-box {
            padding: 10px;
            font-size: 14px;
        }
    }
}
@media (max-width: 575px) {
    .myacnt_order-history-main p {
        font-size: 12px;
    }
    .order-history-pagination {
        a {
            padding: 3px 5px;
            font-size: 12px;
            &:not(:last-child) {
                margin-right: 8px;
            }
            &.icon-hover {
                padding: 4px 6px;
            }
            svg {
                width: 10px;
            }
        }
    }
    .myacnt_order-history-details {
        .order-details-content span:first-child {
            font-size: 14px;
            margin-bottom: 6px;
        }
        span:last-child {
            font-size: 12px;
            padding: 2px 8px;
        }
        .mybag-order-summary h5 {
            font-size: 14px;
            margin-bottom: 6px;
        }
        .order-history-summary {
            padding: 6px;
        }
    }
    .myacnt_order-review {
        .order-review-stars svg {
            height: auto;
            width: 20px;
        }
        .order-details-content .input-box {
            padding: 8px;
            font-size: 12px;
        }
    }
}
.myacnt_support {
    .myacnt_support-desc {
        P {
            margin-bottom: 10px;
        }
        span {
            display: block;
            font-weight: 600;
        }
    }
    .acnt-support-btn {
        .valam-btn {
            border: 1px solid var(--border-color);
            font-size: 16px;
            font-weight: 600;
            padding: 9px 5px;
        }
        span svg {
            padding: 0;
            margin-right: 10px;
        }
    }
}
@media (max-width: 1199px) {
    .myacnt_support {
        .acnt-support-btn {
            .valam-btn {
                font-size: 15px;
            }
        }
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .myacnt_support {
        p {
            font-size: 14px;
        }
        .myacnt_support-desc {
            P {
                margin-bottom: 6px;
            }
            span {
                font-size: 14px;
            }
        }
        .acnt-support-btn {
            .valam-btn {
                font-size: 14px;
                padding: 6px 5px;
            }
            span svg {
                margin-right: 6px;
                height: 16px;
                width: auto;
            }
        }
    }
}
@media (max-width: 767px) {
    .myacnt_support {
        .acnt-support-btn {
            .valam-btn {
                justify-content: left;
                padding: 6px 12px;
            }
        }
    }
}
@media (max-width: 575px) {
    .myacnt_support {
        p {
            font-size: 12px;
        }
        .myacnt_support-desc {
            P {
                margin-bottom: 6px;
            }
            span {
                font-size: 12px;
            }
        }
        .acnt-support-btn {
            .valam-btn {
                font-size: 11px;
                padding: 6px 4px;
            }
            span svg {
                margin-right: 4px;
                height: 14px;
                width: auto;
            }
        }
    }
}
.vd-cat-contact-us {
    .hero-sect-content {
        margin-left: 0;
        max-width: 480px;
        right: 0;
        left: 0;
        text-align: center;
        margin: auto;
        align-items: center;
    }
    .shopby-shape-title {
        text-align: center;
    }
}
.contactus-send-query {
    textarea {
        height: 100px;
    }
}
.contact-us-btn {
    max-width: 250px;
    margin: auto;
    .valam-btn {
        width: 100%;
        font-size: 16px;
    }
}
.vd-getin-touch {
    background-color: var(--color-n-gray);
    border: 1px solid var(--border-color);
    padding: 70px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    transition: var(--transition);
    span {
        font-size: 24px;
    }
    span svg {
        fill: var(--primary-color);
    }
    &:hover {
        background-color: var(--primary-color);
        color: var(--text-white);
        & a {
            color: var(--text-white);
        }
    }
    &:hover svg {
        fill: var(--color-n-white);
    }
    .valam-btn-main .valam-btn {
        font-size: 20px;
        font-weight: 700;
        padding: 4px 12px;
    }
    &:hover .valam-btn {
        background-color: var(--color-n-white);
        color: var(--text-dark);
    }
}
.vd-social-contact {
    padding: 100px;
    border: 1px solid var(--border-color);
    background-color: var(--color-n-gray);
}
.vd-social-contact-content p {
    max-width: 960px;
}
.vd-social-contact-icon {
    span {
        font-size: 24px;
    }
    ul li:not(:last-child) {
        margin-right: 20px;
    }
    ul li span {
        height: 48px;
        width: 48px;
        border: 1px solid var(--primary-color);
        background-color: #fff0;
        border-radius: 50%;
        transition: var(--transition);
    }
    ul li svg {
        transition: var(--transition);
        fill: var(--primary-color);
    }
    ul li:hover span {
        background-color: var(--primary-color);
    }
    ul li:hover svg {
        fill: var(--color-n-white);
    }
}
@media (max-width: 1199px) {
    .vd-getin-touch .valam-btn-main .valam-btn {
        font-size: 18px;
        padding: 2px 8px;
    }
    .vd-getin-touch {
        span {
            font-size: 20px;
        }
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vd-cat-contact-us p {
        font-size: 14px;
    }
    .contactus-send-query {
        .reg-input-field {
            .input-box {
                padding: 8px;
                font-size: 14px;
            }
            label {
                font-size: 14px;
            }
        }
    }
    .vd-getin-touch {
        padding: 20px;
        span {
            font-size: 16px;
        }
        span svg {
            width: 40px;
            height: 40px;
        }
        .valam-btn-main .valam-btn {
            font-size: 16px;
            padding: 2px 8px;
        }
    }
    .vd-social-contact {
        padding: 70px;
    }
    .vd-social-contact-icon {
        span {
            font-size: 18px;
        }
        ul li:not(:last-child) {
            margin-right: 12px;
        }
        ul li span {
            height: 35px;
            width: 35px;
        }
        ul li svg {
            height: auto;
            width: 18px;
        }
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .vd-cat-contact-us p {
        font-size: 14px;
    }
    .contactus-send-query {
        .reg-input-field {
            .input-box {
                padding: 8px;
                font-size: 14px;
            }
            label {
                font-size: 14px;
            }
        }
        textarea {
            height: 70px;
        }
    }
    .contact-us-btn {
        max-width: 160px;
    }
    .vd-getin-touch {
        padding: 14px;
        height: auto;
        margin-bottom: 12px;
        span {
            font-size: 14px;
        }
        span svg {
            height: 30px;
            width: 30px;
        }
        .valam-btn-main .valam-btn {
            font-size: 14px;
            padding: 2px 8px;
        }
    }
    .vd-social-contact {
        padding: 50px;
    }
    .vd-social-contact-icon {
        span {
            font-size: 16px;
        }
        ul li:not(:last-child) {
            margin-right: 10px;
        }
        ul li span {
            height: 30px;
            width: 30px;
        }
        ul li svg {
            width: 14px;
        }
    }
}
@media (max-width: 575px) {
    .vd-cat-contact-us {
        .hero-sect-cover-img img {
            min-height: 190px;
            object-position: 50% 100%;
        }
    }
    .vd-cat-contact-us p {
        font-size: 12px;
    }
    .contactus-send-query {
        .reg-input-field {
            .input-box {
                padding: 6px;
                font-size: 12px;
            }
            label {
                font-size: 12px;
            }
        }
        textarea {
            height: 60px;
        }
        .contact-us-btn {
            max-width: 160px;
            .valam-btn {
                font-size: 14px;
                padding: 4px 12px;
            }
        }
    }
    .vd-getin-touch {
        padding: 14px;
        height: auto;
        margin-bottom: 12px;
        span {
            font-size: 12px;
        }
        span svg {
            height: 25px;
            width: 25px;
        }
        .valam-btn-main .valam-btn {
            font-size: 12px;
            padding: 2px 8px;
        }
    }
    .vd-social-contact {
        padding: 20px;
    }
    .vd-social-contact-icon {
        span {
            font-size: 14px;
        }
        ul li:not(:last-child) {
            margin-right: 12px;
        }
        ul li span {
            height: 25px;
            width: 25px;
        }
        ul li svg {
            width: 12px;
        }
    }
}
.vd-cat-about-us {
    .hero-sect-content {
        max-width: 730px;
    }
    .shopby-shape-title {
        max-width: 1150px;
        margin: auto;
        p {
            font-size: 20px;
        }
    }
}
.vd-aboutus-content-main {
    .aboutus-content {
        .shopby-shape-title h2 {
            font-family: var(--font-urbanist);
            margin-bottom: 20px;
        }
    }
    .aboutus_description li:not(:last-child) {
        margin-bottom: 10px;
    }
}
.aboutus_our-mission {
    border: 1px solid var(--border-color);
    background-color: var(--color-n-gray);
    padding: 25px;
    li {
        width: 100%;
        text-align: center;
        position: relative;
        > div {
            font-family: var(--font-apparel);
            font-size: 34px;
            margin-bottom: 10px;
            white-space: nowrap;
            span {
                font-weight: 200;
                font-family: var(--font-urbanist);
            }
        }
        p {
            white-space: nowrap;
        }
    }
    & li:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 60px;
        background-color: var(--text-light);
        margin: auto;
    }
}
.our-commitment-main {
    border: 1px solid var(--border-color);
    background: #f9f9f9;
    text-align: center;
    min-height: 430px;
    height: 100%;
}
.our-commitment-content {
    max-width: 300px;
    margin: auto;
    padding: 60px 20px 20px;
    span {
        margin-bottom: 30px;
        svg {
            max-width: 100%;
            height: auto;
        }
    }
    p {
        font-size: 24px;
    }
}
.vd-aboutus-premium-prod {
    background-color: #1c17451a;
    .shopby-shape-title p {
        font-size: 16px;
    }
}
.premium-prod-content {
    margin-right: 24px;
    background-color: var(--color-n-white);
    display: inline-block;
    .premium-prod-info {
        margin-top: 12px;
        & > * {
            padding: 0 0 10px 10px;
        }
        h4 {
            font-size: 24px;
        }
        p {
            font-size: 14px;
        }
    }
}
.vd-aboutus-future {
    background: #d6a86e26;
}
.aboutus_furure-content {
    position: relative;
    p {
        position: absolute;
        font-size: 24px;
        color: var(--text-white);
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: 700;
        background: hsl(0 0% 0% / 0.22);
    }
}
@media (max-width: 1300px) {
    .vd-cat-about-us {
        .shopby-shape-title {
            h2 {
                font-size: 28px;
            }
            p {
                font-size: 16px;
            }
        }
    }
    .vd-aboutus-content-main {
        .aboutus_description li {
            font-size: 14px;
        }
    }
    .aboutus_our-mission {
        padding: 25px;
        li {
            padding: 10px;
            > div {
                font-size: 26px;
            }
            p {
                font-size: 14px;
            }
        }
    }
    .aboutus_furure-content {
        p {
            font-size: 18px;
        }
    }
    .our-commitment-main {
        min-height: 330px;
    }
    .our-commitment-content {
        padding: 20px;
        span {
            margin-bottom: 20px;
        }
        p {
            font-size: 18px;
        }
    }
}
@media (max-width: 991px) {
    .aboutus_our-mission {
        padding: 10px;
        li {
            padding: 5px;
            > div {
                font-size: 22px;
            }
            p {
                font-size: 14px;
            }
        }
    }
    .aboutus_furure-content {
        p {
            font-size: 14px;
        }
    }
    .premium-prod-content {
        margin-right: 12px;
        .premium-prod-info {
            margin-top: 10px;
            & > * {
                padding: 0 0 8px 8px;
            }
            h4 {
                font-size: 20px;
            }
            p {
                font-size: 12px;
            }
        }
    }
    .our-commitment-main {
        min-height: 260px;
    }
    .our-commitment-content {
        padding: 20px;
        span {
            margin-bottom: 12px;
        }
        p {
            font-size: 14px;
        }
    }
}
@media (max-width: 575px) {
    .vd-cat-about-us {
        .shopby-shape-title {
            h2 {
                font-size: 20px;
                margin-bottom: 12px;
            }
            p {
                font-size: 12px;
            }
        }
    }
    .vd-aboutus-content-main {
        .aboutus-content {
            .shopby-shape-title h2 {
                margin-bottom: 12px;
            }
        }
        .aboutus_description li {
            font-size: 12px;
        }
    }
    .aboutus_our-mission {
        li {
            > div {
                font-size: 20px;
            }
            p {
                font-size: 12px;
            }
        }
    }
    .premium-prod-content {
        margin-right: 12px;
        .premium-prod-info {
            margin-top: 8px;
            & > * {
                padding: 0 0 6px 8px;
            }
            svg {
                width: 10px;
                height: 10px;
            }
            h4 {
                font-size: 16px;
            }
            p {
                font-size: 12px;
            }
        }
    }
    .our-commitment-main {
        min-height: 220px;
    }
    .our-commitment-content {
        padding: 16px;
        span {
            margin-bottom: 12px;
        }
        p {
            font-size: 12px;
        }
    }
}
.vd-search-result-main {
    max-width: 650px;
    margin: auto;
    .search-input {
        font-size: 18px;
        padding: 8px 15px;
    }
    .search-result-icon {
        right: 20px;
        left: auto;
    }
}
.review-btn-main {
    .valam-btn {
        padding: 2px 10px;
        height: max-content;
        font-size: 16px;
    }
    svg {
        fill: var(--text-dark);
    }
}
.pd-review-shown {
    .shopby-shape-title {
        border-bottom: 1px solid var(--border-color);
    }
}
.pd-review-content {
    gap: 40px;
    padding: 40px 0;
    border-bottom: 1px solid var(--border-color);
    .review-desc-title {
        font-weight: 500;
        font-size: 20px;
    }
    .reviewer-name {
        margin-bottom: 30px;
    }
    .reviewer-img-slider {
        max-width: 500px;
        display: flex;
        justify-content: space-between;
        img {
            padding: 0 5px;
            object-fit: scale-down;
        }
        .slider-svg-icon {
            width: 30px;
            height: 30px;
            svg {
                width: 14px;
                height: auto;
            }
        }
    }
    .review-date {
        color: var(--text-light);
    }
    .reviewer-words {
        width: -webkit-fill-available;
    }
}
@media (max-width: 1199px) {
    .pd-review-content {
        gap: 30px;
        padding: 30px 0;
        .review-desc-title {
            font-size: 18px;
        }
        .reviewer-name {
            margin-bottom: 24px;
        }
        .reviewer-img-slider {
            max-width: 400px;
            img {
                padding: 0 5px;
            }
            .slider-svg-icon {
                width: 24px;
                height: 24px;
                svg {
                    width: 12px;
                }
            }
        }
    }
}
@media (max-width: 991px) {
    .pd-review-shown {
        .shopby-shape-title span {
            font-size: 14px;
        }
    }
    .pd-review-content {
        gap: 20px;
        padding: 20px 0;
        .review-desc-title {
            font-size: 16px;
        }
        .reviewer-name {
            margin-bottom: 24px;
        }
        .review-desc {
            font-size: 14px;
        }
        .reviewer-img-slider {
            max-width: 350px;
            img {
                padding: 0 5px;
            }
            .slider-svg-icon {
                width: 24px;
                height: 24px;
                svg {
                    width: 12px;
                }
            }
        }
    }
}
@media (max-width: 767px) {
    .vd-search-result-main {
        .search-input {
            font-size: 16px;
        }
        .search-result-icon {
            width: 20px;
            height: auto;
        }
    }
    .review-btn-main {
        .valam-btn {
            font-size: 13px;
        }
    }
    .review-images {
        text-align: center;
        margin: auto;
    }
    .pd-review-content {
        gap: 0;
        flex-direction: column;
        .reviewer-img-slider {
            max-width: 500px;
        }
        .reviewer-name {
            margin-bottom: 12px;
        }
    }
}
@media (max-width: 575px) {
    .vd-search-result-main {
        .search-input {
            font-size: 14px;
        }
    }
    .pd-review-content {
        gap: 0;
        padding: 16px 0;
        .review-desc-title {
            font-size: 15px;
        }
        .reviewer-img-slider {
            max-width: 280px;
        }
        .review-desc {
            font-size: 12px;
        }
    }
}
.filepond--credits {
    display: none;
}
.filepond--item[data-drag-state] {
    width: max-content;
    transform: none !important;
}
.filepond--item {
    position: unset !important;
}
.filepond--list.filepond--list {
    display: flex;
    justify-content: center;
}
.swal2-container .swal2-title {
    font-size: 1.15rem;
    padding: 2rem 2rem 0.5rem;
}
.swal2-container .swal2-footer {
    padding: 1.5rem 1.5rem 0;
}
.swal2-container .swal2-popup {
    color: var(--default-text-color);
    padding: 0 0 2rem;
}
.swal2-container .swal2-center > .swal2-popup {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.swal2-container .swal2-actions {
    margin: 1rem auto 0;
}
.swal2-container .swal2-styled.swal2-confirm {
    margin: 0;
    padding: 0.375em 0.75rem;
    box-shadow: none;
    font-size: 0.8125rem;
    border-radius: 0.3rem;
}
.swal2-container .swal2-styled.swal2-confirm:focus,
.swal2-container .swal2-styled.swal2-cancel:focus,
.swal2-container .swal2-styled.swal2-deny:focus {
    box-shadow: none;
}
.swal2-container .swal2-styled.swal2-confirm {
    background-color: var(--primary-color) !important;
    color: #fff;
}
.swal2-actions .btn-confirmed {
    background-color: var(--primary-color) !important;
}
.swal2-actions .btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
}
.swal2-container .swal2-footer {
    border-top: 1px solid var(--default-border);
}
.swal2-container .swal2-icon {
    width: 4rem;
    height: 4rem;
    margin: 2rem auto 0rem;
}
.swal2-container .swal2-icon.swal2-question {
    border-color: rgb(var(--success-rgb));
    color: rgb(var(--success-rgb));
}
.swal2-container .swal2-icon.swal2-error {
    border-color: rgb(var(--danger-rgb));
    color: rgb(var(--danger-rgb));
}
.swal2-container .swal2-icon.swal2-info {
    border-color: rgb(var(--info-rgb));
    color: rgb(var(--info-rgb));
}
.swal2-container .swal2-icon.swal2-warning {
    border-color: rgb(var(--warning-rgb));
    color: rgb(var(--warning-rgb));
}
.swal2-container .swal2-icon .swal2-icon-content {
    font-size: 3rem;
}
.swal2-container .swal2-image {
    border-radius: 0.4rem;
}
.swal2-container .swal2-html-container {
    margin: 0rem 1.6rem 0.3rem;
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: 10px;
}
.swal2-container
    .swal2-icon.swal2-error
    [class^="swal2-x-mark-line"][class$="left"] {
    inset-inline-start: 1em;
}
.swal2-container .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    top: 1.9em;
    width: 2em;
    height: 0.3em;
    background-color: rgb(var(--danger-rgb));
}
.swal2-container
    .swal2-icon.swal2-error
    [class^="swal2-x-mark-line"][class$="right"] {
    inset-inline-end: 1em;
    inset-block-start: 1.875rem;
}
.swal2-container .swal2-close:focus {
    box-shadow: none;
}
.swal2-container .swal2-deny,
.swal2-container .swal2-cancel {
    margin-inline-start: 0.625rem;
}
.swal2-container .swal2-close {
    font-size: 2rem;
    color: var(--text-muted);
    opacity: 0.5;
}
.swal2-container .swal2-close:hover {
    color: var(--primary-color);
}
.swal2-container .swal2-styled.swal2-deny {
    background-color: rgb(var(--danger-rgb));
    padding: 0.375em 0.75rem;
    box-shadow: none;
    font-size: 0.8125rem;
    border-radius: 0.3rem;
}
.swal2-container .swal2-styled.swal2-cancel {
    background-color: rgb(var(--light-rgb)) !important;
    color: var(--default-text-color);
    padding: 0.375em 0.75rem;
    box-shadow: none;
    font-size: 0.8125rem;
    border-radius: 0.3rem;
}
.swal2-container
    .swal2-icon.swal2-success
    [class^="swal2-success-line"][class$="long"] {
    top: 2.05em;
    inset-inline-end: 0.45em;
    width: 2em;
}
.swal2-container
    .swal2-icon.swal2-success
    [class^="swal2-success-line"][class$="tip"] {
    top: 2.375em;
    inset-inline-start: 0.9125em;
    width: 1.2625em;
}
.swal2-container .swal2-file:focus,
.swal2-container .swal2-input:focus,
.swal2-container .swal2-textarea:focus {
    border: 1px solid var(--default-border);
    box-shadow: none;
}
.pd-main-container iframe {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: none;
}
.pd-cover-slider-nav iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
}
.dimonds-div {
    position: relative;
}
.diamonds-div::before {
    content: "";
    background: #fff0;
    height: 100%;
    width: 100%;
    position: absolute;
    cursor: pointer;
}
.dia-data-cell iframe {
    height: 40px;
    width: 40px;
}
.product-variation-details {
    .product-variation-container {
        max-width: 250px;
        border: 2px solid var(--primary-color);
        min-height: 140px;
        padding: 15px;
        margin: 0 10px 10px 0;
        border-radius: 16px;
        width: 100%;
    }
    p {
        font-size: 14px;
    }
}
.product-variation-table {
    border: 2px solid var(--primary-color);
    min-height: 140px;
    padding: 15px;
    margin: 0;
    border-radius: 16px;
    overflow-x: scroll;
    td {
        font-size: 12px;
        color: var(--text-light);
    }
}
.diam-detail {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .product-variation-details {
        .product-variation-container {
            min-height: auto;
            padding: 10px;
        }
        p {
            font-size: 12px;
        }
        h6 {
            font-size: 14px;
        }
    }
    .product-variation-table {
        min-height: auto;
        padding: 10px;
        h6 {
            font-size: 14px;
        }
    }
}
.complete-ring-info {
    margin-top: 20px;
    img {
        height: 50px;
        min-width: 50px;
        object-fit: cover;
    }
    .ring-detail {
        li {
            font-size: 12px;
            color: var(--text-light);
        }
    }
    .order-total {
        padding-top: 10px;
        border-top: 1px solid var(--border-color);
    }
}
@media (max-width: 991px) {
    .complete-ring-info {
        margin-top: 16px;
        img {
            height: 30px;
            min-width: 30px;
            object-fit: cover;
        }
        .ring-detail {
            h6 {
                font-size: 14px;
            }
            li {
                font-size: 10px;
                color: var(--text-light);
            }
        }
        .ring-price {
            font-size: 14px;
        }
    }
}
.page-not-found {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    h1 {
        font-size: 150px;
        margin-bottom: 0;
    }
}
.search-diam-details {
    ul li {
        font-size: 12px;
        color: var(--text-light) !important;
        &:not(:last-child) {
            padding-right: 5px;
            border-right: 1px solid var(--border-color);
            margin-right: 5px !important;
        }
    }
}
@media (max-width: 767px) {
    .search-diam-details {
        ul li {
            font-size: 10px;
        }
    }
}
@media (max-width: 1200px) {
    .page-not-found {
        gap: 10px;
        h1 {
            font-size: 100px;
        }
    }
}
@media (max-width: 991px) {
    .page-not-found {
        gap: 10px;
        h1 {
            font-size: 70px;
        }
        h3 {
            font-size: 20px;
        }
    }
}
@media (max-width: 767px) {
    .page-not-found {
        gap: 10px;
        h1 {
            font-size: 50px;
        }
        h3 {
            font-size: 18px;
        }
        p {
            font-size: 14px;
        }
    }
}
.valam-btn.btn-disable {
    cursor: auto;
    background: var(--border-color);
    color: var(--text-dark);
}
.characters-variation {
    background-color: var(--border-color);
    padding: 15px;
    margin-bottom: 15px;
}
.dyo-with-carat {
    gap: 40px;
}
.valam-btn.shop-all-btn {
    font-size: 14px;
    padding: 3px 10px;
    border: 1px solid var(--primary-color);
}
.product-detail-loader {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(255 255 255 / 0.4);
    z-index: 9999999999;
    display: none;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .vd-lp-header {
        z-index: 0;
    }
}
.latest-blog-cover img {
    object-fit: cover;
}
.latest-blog-main {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.latest-blog-content {
    max-width: 570px;
    margin-left: -80px;
    background: #fff;
    padding: 80px 30px;
    box-shadow: rgb(0 0 0 / 0.05) 0 1px 7px 1px;
}
.latest-blog-content p {
    font-size: 16px;
    margin-bottom: 20px;
}
.latest-blog-content .read-more-btn {
    font-size: 14px;
}
.latest-blog-content .read-more-btn svg {
    stroke: var(--primary-color);
    transition: var(--transition);
}
.latest-blog-content .read-more-btn:hover svg {
    stroke: var(--secondary-color);
}
.blog-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.blog-card img {
    object-fit: cover;
}
.blog-card h5 {
    margin-bottom: 0;
}
.blog-card p {
    font-size: 14px;
}
.blog-card .read-more-btn {
    font-size: 14px;
}
.blog-card .read-more-btn svg {
    stroke: var(--primary-color);
    transition: var(--transition);
    margin-top: 2px;
}
.blog-card .read-more-btn:hover svg {
    stroke: var(--secondary-color);
}
.posted-by {
    font-size: 12px;
    color: var(--text-light);
    display: block;
    white-space: nowrap;
}
@media (max-width: 1400px) {
    .latest-blog-content {
        margin-left: -130px;
        padding: 50px 20px;
    }
}
@media (max-width: 1199px) {
    .latest-blog-content {
        max-width: 470px;
        margin-left: -130px;
        padding: 30px 12px;
    }
    .latest-blog-content p {
        font-size: 14px;
        margin-bottom: 14px;
    }
}
@media (max-width: 991px) {
    .latest-blog-content {
        margin-left: -130px;
        padding: 15px;
        max-width: 370px;
    }
}
@media (max-width: 767px) {
    .latest-blog-main {
        flex-direction: column;
    }
    .latest-blog-content {
        max-width: max-content;
        margin-left: 0;
        padding: 12px;
        width: 90%;
        margin-top: -30px;
    }
    .latest-blog-content .read-more-btn {
        font-size: 12px;
    }
}
.blog-detail-content * {
    font-family: var(--font-urbanist) !important;
    color: var(--text-dark);
}
.blog-detail-content {
    max-width: 1200px;
    margin: auto;
}
.blog-detail-content ul {
    list-style: inherit !important;
    padding-left: 30px !important;
}
.blog-detail-content h2,
.blog-detail-content h2 * {
    font-size: 32px;
}
.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4,
.blog-detail-content h5,
.blog-detail-content h6 {
    margin-top: 20px;
    margin-bottom: 8px;
}
.blog-detail-content img {
    max-width: 100%;
    height: auto;
}
.blog-detail-content p {
    font-size: 16px;
    margin-bottom: 5px;
}
.blog-side-bar {
    position: sticky;
    top: 5px;
}
.related-blog-list {
    gap: 10px;
    align-items: center;
}
.related-blog-list {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 10px;
}
.related-blog-list .cover {
    flex-shrink: 0;
}
.related-blog-list img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}
.related-blog-list-title h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.related-blog-list-title p {
    font-size: 12px;
}
@media (max-width: 1400px) {
    .related-blog-list img {
        width: 120px;
        height: 75px;
        object-fit: cover;
    }
}
@media (max-width: 1199px) {
    .related-blog-list {
        flex-direction: column;
        align-items: baseline;
    }
}
@media (max-width: 991px) {
    .related-blog-list {
        flex-direction: column;
        align-items: baseline;
    }
}
@media (max-width: 767px) {
    .related-blog-list {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }
    .related-blog-list {
        flex-direction: column;
        align-items: baseline;
    }
    .blog-detail-content p {
        font-size: 14px;
    }
    .blog-side-bar {
        margin-bottom: 24px;
    }
}
.read-toggle {
    color: var(--primary-color);
    font-weight: 600;
    cursor: pointer;
}
.content-text.short {
    max-height: 100px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}
.content-text.expanded {
    max-height: none !important;
}
@media (max-width: 575px) {
    .read-toggle {
        font-size: 14px;
    }
}

/* Newsletter Popup Styles */
.newsletterPopup{
    z-index: 1050 !important;
    position: fixed;
}
.mm-slideout{
    z-index: auto;
}
.modal-backdrop {
  position: fixed !important;
  inset: 0;           /* shorthand for top:0; right:0; bottom:0; left:0; */
  background: rgba(0,0,0,0.6) !important;
  z-index: 1040 !important;
}

#newsletterPopup .modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(to bottom right, #ffffff, #f9f9f9);
}

#newsletterPopup .modal-header {
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background: transparent;
}

#newsletterPopup .btn-close {
    opacity: 0.7;
    transition: all 0.3s ease;
}

#newsletterPopup .btn-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

#newsletterPopup .modal-body {
    padding: 40px 30px;
}

#newsletterPopup .newsletter-popup-content {
    position: relative;
}

#newsletterPopup h3 {
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    font-size: 24px;
}

#newsletterPopup p {
    color: #666;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
}

#newsletterPopup .form-control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 15px;
    transition: all 0.3s ease;
}

#newsletterPopup .form-control:focus {
    border-color: #d6a86e;
    box-shadow: 0 0 0 0.2rem rgba(214, 168, 110, 0.25);
}

#newsletterPopup .valam-btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

#newsletterPopup .text-muted {
    font-size: 12px;
    line-height: 1.5;
    color: #999 !important;
}

/* Add a subtle animation for the popup */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* #newsletterPopup .modal-dialog {
    animation: fadeInUp 0.5s ease;
} */

/* Responsive adjustments */
@media (max-width: 576px) {
    #newsletterPopup .modal-body {
        padding: 30px 20px;
    }

    #newsletterPopup h3 {
        font-size: 20px;
    }

    #newsletterPopup p {
        font-size: 14px;
    }
}
/* mobie view footer */
.mobile-footer {
    background: var(--primary-color);
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    gap: 10px;
}
.footer-item {
  flex: 1;
  text-align: center;
  padding: 14px 0;
}
.grecaptcha-badge{
    bottom: 54px !important;
}
@media (max-width: 768px) {
  .mobile-footer {
    display: flex;
    justify-content: space-evenly;
  }
  footer{
        margin-bottom: 54px;
  }
}

/* DIANOND FILTER : UPDATED */
.df-dropdown-container{
    border-bottom: 1px solid var(--border-color);
    .df-dropdown-heading {
        /* margin-bottom: 20px; */
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .df-dropdown-icon{
        margin-bottom: 10px;
    }
    & span.df-dropdown-icon svg {
        transform: rotate(180deg);
        transition: var(--transition);
    }
    & span.df-dropdown-icon.open svg {
        transform: rotate(0);
    }
}
.custom-filter-checkbox{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
    .checkbox-container{
        width: 16px;
        height: 16px;
        margin-right: 16px;
    }
    p{
        font-size: 14px;
    }
}
@media (max-width:991px) {
    .custom-filter-checkbox{
        .checkbox-container{
            width: 14px;
            height: 14px;
            margin-right: 10px;
        }
    }
}
.custom-filter-checkbox .serv-checkbox {
    flex: 0 0 calc(33.333% - 8px); 
    box-sizing: border-box;
}



/* View buttons */
.view-toggle {
  display: flex;
}
.view-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid var(--border-color);
  cursor: pointer;
  font-weight: 500;
  color: #333;
  position: relative;
  transition: all 0.2s ease;
}
.view-icon {
  font-size: 16px;
  color: var(--text-light);
}
.view-btn.active {
  color: var(--primary-color);
  & .view-icon{
    color: var(--primary-color);
  }
}
.view-btn.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: var(--primary-color);
  border-radius: 2px;
}
@media (max-width:767px) {
    .view-btn{
        font-size: 14px;
        padding: 5px 10px;

    }
    .view-icon {
        font-size: 14px;
    }
}
/* DROP A HINT */
.drop-hint-model{
    .modal-dialog{
        max-width:600px;
    }
    .modal-content{
        padding:20px;
    }
}
/* VALAM DESIGN DEFFERENCE */
.vd-difference-title{
    position:absolute;
    bottom: 20px;
    left:20px;
    z-index: 1;
    color: var(--text-white);
    p{
        display: none;
        color: var(--text-white);
        transition: all 0.4s;
    }
}
.vd-difference-content:hover .vd-difference-title p{
    display: block;
}

.vd-accordion .accordion-item {
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}

.vd-accordion .accordion-button {
    background: transparent;
    color: #fff;
    font-weight: bold;
}

.vd-accordion .accordion-body {
    padding: 2rem;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.accordion-button, .accordion-button:not(.collapsed){
    box-shadow: none !important;
}
.vd-accordion h4 {
    font-weight: bold;
}
.accordion-button:not(.collapsed) {
  font-size: 0;
}
.accordion-button::after{
    filter: brightness(0) invert(1);
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
  font-size: initial;
}
.accordion-button:not(.collapsed) * {
  display: none;
}

/* carate new */
.diamond-carat-select, .diamond-lab-select{
    flex-wrap: wrap;
    gap:5px;
    .common-carat-button{
        height: 45px;
        width: 45px;
        border: 1px solid var(--primary-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        &.selected{
            border-color: var(--secondary-color);
        }

    }
    .shopby-diam-shape:not(:last-child){
        margin-right: 0;
    }
}
.company-info{
    padding: 20px;
    background-color: #f9f9f9;
    &>*{
        /* color: var(--text-white); */
    }
}
@media (max-width:575px) {
    .company-info{
        padding: 12px;
    }
}


.google-login {
    /* border: 1px solid var(--border-color); */
    /* padding: 11px 0; */
    position: relative;
    /* font-size: 16px; */
    /* font-weight: 700; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}
.google-login svg {
    position: absolute;
    left: 10px;
}
.vd-login-or {
    position: relative;
    margin-bottom: 20px;
}
.vd-login-or:after {
    content: '';
    border: 1px solid #e8e9eb;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.vd-login-or-email {
    font-size: 14px;
    padding: 0 10px;
    color: #8A9099;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

/* NEW HOME PAGE */
.new-collection-main{
    max-width: 1383px;
    margin-left: auto;
    margin-right: auto;
}

.new-collection-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    img{
        max-height: 390px;
        object-fit: cover;
        min-height: 390px;
                width: 100%;
    }
}

.card-category {
    color: var(--text-white);
    max-width: 450px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    p{
        color: var(--text-white);
    }
}

@media (max-width:767px) {
    .new-collection-card {
        img{
            max-height: 300px;
            min-height: 300px;
        }
    }
    .card-category {
        max-width: 450px;
        left: 10px;
        bottom: 10px;
        p{
            font-size: 14px;
        }
    }
}

/* RING COLLECTION */
.new-ring-collection{
    max-width: 1365px;
    margin-left: auto;
    margin-right: auto;
}
.new-arrivals{
    max-width: 1650px;
    margin-left: auto;
    margin-right: auto;
}
/* .full-bg {
    min-height: 100vh;
    width: 100%;
    background-image: url(/storage/assets/images/full-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(128 91 255 / 20%);
        padding: 80px 0;
} */

.full-bg {
    position: relative;
    background-color: rgb(128 91 255 / 20%);
        padding: 80px 0;
    z-index: 1;
}
.full-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/storage/assets/images/full-bg.png);
    background-size: cover;
    background-position: top;
    opacity: 0.4;
    z-index: -1;
}
/* product */
.product-card {
    background: #f5f3ed;
    border-radius: 32px;
    padding: 24px;
    width: 100%;
}

.product-image-wrapper {
    background: transparent;
    border-radius: 24px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-product-image {
    object-fit: cover;
}
.product-name {
    font-size: 28px;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-price {
    font-size: 38px;
    font-weight: bold;
    color: #d4af37;
}
.product-price-pill{
    background-color: var(--secondary-color);
    border-radius: 20px;
    padding: 5px;
    color: var(--text-white);
    display: inline;
}
@media (max-width:991px) {
    .product-card {
        padding: 16px;
        border-radius: 24px;
    }
    .product-name {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .full-bg {
        padding: 60px 0;
    }
}
@media (max-width: 575px) {
    .full-bg {
        padding: 40px 0;
    }
    .product-card {
        padding: 12px;
        border-radius: 20px;
    }
    .product-name {
        font-size: 22px;
    }
    .product-price {
        font-size: 26px;
    }
    .product-image-wrapper {
        min-height: auto;
        padding: 0px;
    }
}



/* NEW SERVICES */
.new-services-bg{
    width: 100%;
    background-image: url(/storage/assets/images/services-bg.png);
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0; 
}
.new-services{
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}
.services-content{
    padding: 18px;
    border-radius: 16px;
    background-color: var(--primary-color);
    min-height: 154px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    p{
        color: var(--text-white);
        font-weight: 700;
        font-size: 19px;
    }
}
@media (max-width:991px) {
    .services-content{
        padding: 16px;
        min-height: 154px;
        p{
            font-size: 18px;
        }
    }
}
@media (max-width:575px) {
    .services-content{
        padding: 12px;
        min-height: 120px;
        p{
            font-size: 16px;
        }
    }
}

/* TESTIMONIALS */
.testimonial-slider {
    width: 90%;
    margin: auto;
    position: relative;
}
.testimonial-slider .slick-dots {
    left: 0;
    right: 0;
    bottom: -40px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.testimonial-slider .slick-dots button {
    background-color: var(--primary-color);
    opacity: 0.3;
}
.testimonial-slider .slick-dots .slick-active button {
    background-color: var(--primary-color);
    opacity: 1;
}
.testimonial-slide {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    max-height: 300px;
    min-height: 300px;
}
.testimonial-slide .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.testimonial-slide .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-slide .name {
    font-size: 20px;
    margin-bottom: 20px;
}
.testimonial-slide .role {
    font-size: 14px;
    color: #6e6b7b;
    margin-bottom: 20px;
}
.testimonial-slide .text {
    font-size: 16px;
    color: #4a4a57;
}
.testimonial-slide .logo {
    width: 100px;
    margin: 0 auto;
}
.quotes-icon{
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 16px;
    overflow: hidden;
    display: none;
}
@media (max-width:575px) {
    .testimonial-slide .name {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .testimonial-slide .text {
        font-size: 14px;
    }
}
/* Center and scale effect */
.slick-slide {
    transform: scale(0.85);
    opacity: 0.5;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.slick-center {
    transform: scale(1);
    opacity: 1;
}
@media (max-width:1400px) {
    .testimonial-slider {
        width: 100%;
    }
}
@media (min-width:576px) and (max-width:767px) {
    .testimonial-slide {
        max-height: max-content;
        min-height: max-content;
    }
    .testimonial-slide .avatar{
        width: 60px;
        height: 60px;
    }
}
@media (max-width:575px) {
    .testimonial-main-sect{
        padding-bottom: 20px;
    }
    .testimonial-slider .slick-dots {
        bottom: -25px;
    }
}
/* slick dots */
.slick-dots {
    position: absolute;
    /* bottom: 10px; */
    text-align: center;
    left: 100px;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    line-height: 0;
    transition: all 0.4s;
    border-radius: 50%;
}
.slick-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-n-white);
    border: none;
    outline: none;
    transition: all 0.4s;
}
.slick-dots .slick-active button {
    background: var(--primary-color);
}
.slick-dots .slick-active{
    border-color: var(--primary-color);
}

/* ETHICS */
.main-ethics{
    background-color: #dedde4;
    padding-top: 80px;
    padding-bottom: 80px;
}

.info-list {
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 20px;
}
.info-item {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
}
.info-item:last-child {
    margin-bottom: 0;
}
.info-content h3 {
    font-family: var(--font-urbanist);
    font-size: 16px;
    margin: 0 0 6px 0;
}
.impact-card {
    border: 1px solid #1b163c3d;
    background: transparent;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.impact-title {
    font-size: 16px;
    margin: 0 0 16px 0;
}
.impact-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.stat-item {
    text-align: center;
}
.stat-number {
    font-size: 39px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}
.stat-label {
    font-size: 12px;
    color: #666;
}

@media (max-width: 575px) {
    .main-ethics {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sustainability-container {
        max-width: 100%;
    }
    .info-list {
        padding: 0px;
    }
    .info-item {
        gap: 12px;
        margin-bottom: 10px;
    }
    .stat-number {
        font-size: 24px;
    }
}

/* NEW HERO SECTION */
@media (max-width:1399px) {
    .hero-new-cover-img img{
        min-height: 610px;
        object-fit: cover;
    }
}
@media (max-width:1199px) {
    .hero-new-cover-img img{
        min-height: 600px;
        object-fit: cover;
    }
}
@media (max-width:991px) {
    .hero-new-cover-img img{
        min-height: 480px;
        object-fit: cover;
    }
}
@media (max-width:767px) {
    .hero-new-cover-img img{
        min-height: 460px;
        object-fit: cover;
    }
}
@media (max-width:575px) {
    .hero-new-cover-img img{
        min-height: 400px;
        object-fit: cover;
    }
}
.new-hero-content{
    position: absolute;
    max-width: 1430px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    inset: 0;
}
.countdown-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 20px;
    display: inline-block;
    max-width: 320px;

}
.countdown-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.countdown-timer {
    display: flex;
    gap: 15px;
    align-items: center;
}
.time-unit {
    text-align: center;
}
.time-number {
    color: white;
    font-size: 32px;
    font-weight: bold;
    display: block;
    line-height: 1;
}
.time-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    text-transform: capitalize;
    display: block;
    margin-top: 5px;
}
.time-separator {
    color: white;
    font-size: 28px;
    font-weight: bold;
}
.hero-product-list{
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
    z-index: 1;
}
.cap-svg{
    position: absolute;
    right: -130px;
    bottom: 100%;
    top: -140px;
    z-index: -1;
}
@media (max-width:991px) {
    .cap-svg{
        position: absolute;
        right: -130px;
        bottom: 100%;
        top: -140px;
        z-index: -1;
        display: none;
    }
}
.right-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 590px;
    border-radius: 16px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
}
.hero-product-card {
    display: flex;
    align-items: center;
    gap: 15px;
}
.hero-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.hero-product-image img {
    border-radius: 12px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}
.hero-product-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
}
.stars {
    color: var(--secondary-color);
    font-size: 12px;
}
.review-count {
    color: #999;
    font-size: 12px;
}
.hero-product-price {
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}
@media (max-width:767px) {
    .countdown-box {
        padding: 10px;
    }
    .countdown-timer {
        gap: 10px;
    }
    .countdown-label {
        font-size: 10px;
        margin-bottom: 8px;
    }
    .time-number {
        font-size: 20px;
    }
    .time-label {
        font-size: 9px;
        margin-top: 1px;
    }
    .time-separator {
        font-size: 16px;
    }
    .hero-product-list {
        gap: 15px;
    }
    .right-content {
        gap: 0px;
        padding: 10px;
        box-shadow: var(--box-showdow);
    }
    .hero-product-image img {
        height: 50px;
        width: 50px;
    }
    .hero-product-rating {
        margin-bottom: 0px;
    }
    .stars {
        font-size: 10px;
    }
    .hero-product-price {
        font-size: 18px;
        margin-bottom: 8px;
    }
}
/* CARE SECTION */
.care-section {
    background-image: url('your-background-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* min-height: 100vh; */
    padding: 80px 24px;
    position: relative;
}
.care-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(160, 150, 180, 0.5); */
    background: linear-gradient(111.23deg, rgba(27, 22, 60, 0.6) 0%, rgba(27, 22, 60, 0.3) 50%, rgba(27, 22, 60, 0.1) 100%);
    z-index: 1;
}
.care-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.title-underline {
    width: 100px;
    height: 3px;
    background: #c9a55a;
    margin: 0 auto 10px;
}
.care-cards-wrapper {
    margin-bottom: 50px;
}
.care-card-container{
    display: flex;
    align-items: center;
    gap: 30px;
}
.care-card {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.card-icon-wrapper svg {
    width: 45px;
    height: 45px;
}
.card-content {
    flex: 1;
}
.card-text {
    color: #5a5a5a;
    margin: 0;
}
.card-arrow svg{
    width: 60px;
    height: 60px;
}
.lifetime-promise {
    background: rgba(220, 218, 230, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 32px 40px;
    text-align: center;
    max-width: 570px;
    margin: 0 auto;
    border: 1px solid #1b163c30;
}
@media (max-width: 575px) {
    .card-arrow svg {
        width: 50px;
        height: 50px;
    }
    .care-card-container {
        gap: 18px;
    }
    .care-card {
        padding: 20px;
        gap: 16px;
    }
}
@media (max-width: 575px) {
    .card-arrow {
        display: none;
    }
    .care-section {
        padding: 40px 24px;
    }
    .care-card {
        padding: 18px;
        gap: 10px;
    }
    .card-icon-wrapper svg {
        width: 35px;
        height: 35px;
    }
    .care-cards-wrapper {
        margin-bottom: 30px;
    }
}

/* NECKLECE */
/* .necklece-bg {
    min-height: 100vh;
    width: 100%;
    background-image: url(/storage/assets/images/necklece-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(128 91 255 / 20%);
    padding: 80px 0;
} */

.necklece-bg {
    position: relative;
    background-color: rgb(128 91 255 / 20%);
    padding: 80px 0;
    z-index: 1;
}
.necklece-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/storage/assets/images/necklece-bg.png);
    background-size: cover;
    background-position: top;
    opacity: 0.4;
    z-index: -1;
}
@media (max-width:991px) {
    .necklece-bg {
        padding: 60px 0;
    }
}
@media (max-width: 575px) {
    .necklece-bg {
        padding: 40px 0;
    }
}
