.site-main {
    background: #FFFFFF;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.site-main .custom-single-product-container {
    width: 100%;
    max-width: 1440px;
    padding: 80px 120px;
}

.site-main .custom-single-product-container .product {
    display: flex;
    flex-flow: row nowrap;
    gap: 60px;
    width: 100%;
}

.site-main .custom-single-product-container .product .summary {
    margin-top: 0;
    margin-bottom: 0;
}

.site-main .custom-single-product-container .woocommerce-breadcrumb {
    display: none;
}

.site-main .custom-single-product-container .product .summary .woocommerce-breadcrumb {
    display: inherit;
}

.site-main .custom-single-product-container .woocommerce-breadcrumb {
    margin-bottom: 40px;
    font-family: 'Nato Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}

.site-main .custom-single-product-container .woocommerce-breadcrumb a {
    font-family: 'Nato Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #858585;
    text-transform: uppercase;
}

.site-main .custom-single-product-container .product .summary .product_title,
.site-main .custom-single-product-container .product .summary .product_title chrome_annotation {
    font-family: "Nanum Myeongjo", serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 56px;
    color: #000000;
    margin-bottom: 6px;
}

.site-main .custom-single-product-container .product .summary .price {
    font-family: 'Nato Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
}

.site-main .custom-single-product-container .product .summary .price bdi {
    font-family: 'Nato Sans', sans-serif;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .single_variation_wrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart,
.site-main .custom-single-product-container .product .summary .cart {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 0;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    margin-top: 40px;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .variations {
    margin: 0;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tbody {
    margin: 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    align-items: center;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr th {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 140px;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr th label {
    color: #707070;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin-bottom: 0;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr td {
    width: 100%;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr:not(.attribute-pa_color) td.value {
    position: relative;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr td select {
    margin: 0;
    width: 100%;
    min-width: unset;
    background: #F6F6F6;
    border: 1px solid #D6D6D6;
    border-radius: 400px;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr:not(.attribute-pa_color) td.value:after {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 6px;
    right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0002 20.889L22.3642 14.5251L20.9499 13.1108L16.0002 18.0606L11.0504 13.1108L9.63623 14.5251L16.0002 20.889Z' fill='white'/%3E%3C/svg%3E%0A");
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr td select {
    padding: 8px 8px 8px 20px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #000;
    border: 1px solid #AFAFAF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr td a {
    display: none !important;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr td .site-main .custom-single-product-container .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    margin-top: 0;
}

.site-main .custom-single-product-container .product .summary .cart.variations_form {
    flex-flow: column nowrap;
}

.site-main .custom-single-product-container .product .summary .cart:before,
.site-main .custom-single-product-container .product .summary .cart:after {
    display: none;
}

.site-main .custom-single-product-container .product .summary .cart .quantity {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 0;
    border: 1.4px solid #000000;
    border-radius: 200px;
    overflow: hidden;
    width: 100%;
    max-width: 164px;
    margin: 0;
}

.site-main .custom-single-product-container .product .summary .cart .quantity input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 52px;
    background: #fff;
    border: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: center;
}

.site-main .custom-single-product-container .product .summary .cart .quantity input[type=number] {
    -moz-appearance: textfield;
}

.site-main .custom-single-product-container .product .summary .cart .quantity input::-webkit-outer-spin-button,
.site-main .custom-single-product-container .product .summary .cart .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.site-main .custom-single-product-container .product .summary .cart .quantity button {
    background: #fff;
    height: 52px;
    border: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    width: 50px;
}

.site-main .custom-single-product-container .product .summary .cart .button {
    width: 100%;
    background: #000;
    border: 1px solid #000;
    padding: 10px 24px;
    border-radius: 40px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.site-main .custom-single-product-container .product .summary .cart .button:hover {
    background: #9B874D;
    border-color: #9B874D;
    color: #fff;
}

.site-main .custom-single-product-container .product .summary .cart .button:focus {
    background: transparent;
    border-color: #000 !important;
    color: #000;
}

.accordion-wrap {
    margin-top: 40px;
}

.accordion-inner-wrap {
    border-top: solid 1px #E6E6E6;
    padding-bottom: 16px;
    padding-top: 16px;
}

.accordion-inner-wrap:last-child {
    border-bottom: solid 1px #E6E6E6;
}

.accordion-inner-wrap .title-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
}

.accordion-inner-wrap .title-wrap .toggle-icon {
    width: 100%;
    max-width: 28px;
    height: 28px;
}

.accordion-inner-wrap .title-wrap .toggle-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.accordion-inner-wrap .title-wrap h5 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

.accordion-inner-wrap .toggle-icon {
    display: flex;
    cursor: pointer;
    transition: all ease-in-out 200ms;
}

.accordion-inner-wrap .toggle-icon svg.open {
    display: none;
}

.accordion-inner-wrap .toggle-icon.toggled svg.open {
    display: inherit;
}

.accordion-inner-wrap .toggle-icon.toggled svg.close {
    display: none;
}

/* .accordion-inner-wrap .toggle-icon.toggled {
    rotate: 180deg;
}
.accordion-inner-wrap .toggle-icon.toggled svg rect {
    fill: #ACACAC;
    stroke: #ACACAC;
} */
.accordion-inner-wrap .content {
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out 200ms;
    padding-right: 32px;
}

.accordion-inner-wrap .wysiwyg-content {
    padding-top: 20px !important;
}

.accordion-inner-wrap .wysiwyg-content * {
    color: #505050;
    font-size: 16px;
    line-height: 28px;
}

.accordion-inner-wrap .wysiwyg-content ul {
    display: flex;
    flex-flow: column nowrap;
    gap: 2px;
    list-style: none;
    padding-left: 0;
}

.accordion-inner-wrap .wysiwyg-content ul li {
    position: relative;
    padding-left: 30px;
    color: #2D2D2D !important;
}

.accordion-inner-wrap .wysiwyg-content ul li strong {
    color: #000000 !important;
}

.accordion-inner-wrap .wysiwyg-content ul li .heading {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #000000;
    display: inline-block;
    margin-bottom: 12px;
}

.accordion-inner-wrap .wysiwyg-content ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='3.5' fill='black'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.accordion-inner-wrap .wysiwyg-content ul.boxed-checkmark {
    gap: 16px;
}

.accordion-inner-wrap .wysiwyg-content ul.boxed-checkmark li {
    padding-left: 38px;
}

.site-main .custom-single-product-container .product .woocommerce-product-gallery {
    margin-bottom: 0;
}

.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-viewport {
    border: 1px solid #DFDFDF;
    background: linear-gradient(180deg, #FFFCF4 0%, rgba(255, 252, 244, 0.2) 32.24%, #FFFCF4 100%);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    height: 600px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    width: 100%;
    height: 100%;
    display: block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.accordion-inner-wrap .wysiwyg-content ul.boxed-checkmark li:before {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.7246 0L9.58709 15.5593L5.48398 12.4312H3.20898L9.58709 22.7906L25.9995 0H23.7246Z' fill='%239A7907'/%3E%3Cpath d='M21.8968 22.7905C21.8968 23.0343 21.6937 23.2374 21.4499 23.2374H3.20937C2.96562 23.2374 2.76249 23.0343 2.76249 22.7905V4.54997C2.76249 4.30622 2.96562 4.10309 3.20937 4.10309H15.6812L18.1593 1.38123H0.893747C0.406249 1.38123 0 1.78747 0 2.27497V25.0655C0 25.5937 0.406249 25.9999 0.893747 25.9999H23.6843C24.1718 25.9999 24.5781 25.5937 24.5781 25.1062V7.35308L21.8562 11.1718C21.8968 11.1718 21.8968 22.7905 21.8968 22.7905Z' fill='black'/%3E%3C/svg%3E%0A");
    width: 28px;
    height: 28px;
    background-size: contain;
}

.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav {
    margin-top: 32px;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    justify-content: center;
}

.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav.slick-slider {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav.slick-slider .slick-arrow {
    color: #000;
    z-index: 20;
}

.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav.slick-slider .slick-arrow:before {
    color: #000;
}

.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav.slick-slider .slick-prev {
    left: 0;
}

.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav.slick-slider .slick-next {
    right: 0;
}

.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav li {
    width: 65px;
    height: 80px;
    border: 1px solid #E1E1E1;
    background: linear-gradient(180deg, #FFFCF4 0%, rgba(255, 252, 244, 0.2) 32.24%, #FFFCF4 100%);
}

.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav .slick-list {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav .slick-list .slick-track {
    display: flex;
    gap: 10px;
}

.site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media only screen and (max-width: 1439px) {
    .site-main .custom-single-product-container {
        padding: 80px 20px;
    }
}

@media only screen and (max-width: 1279px) {
    .site-main .custom-single-product-container {
        padding: 60px 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .site-main .custom-single-product-container .product {
        gap: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .site-main .custom-single-product-container {
        padding: 40px 20px;
    }

    .site-main .custom-single-product-container .product {
        flex-flow: column nowrap;
        width: 100%;
    }

    .site-main .custom-single-product-container .woocommerce-breadcrumb {
        display: block;
    }

    .site-main .custom-single-product-container .product .summary .woocommerce-breadcrumb {
        display: none;
    }

    .site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav {
        margin-top: 12px;
    }

    .site-main .custom-single-product-container .product .woocommerce-product-gallery .flex-control-nav li {
        width: 55px;
        height: 70px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        height: 344px;
    }

    .site-main .custom-single-product-container .product .summary .product_title,
    .site-main .custom-single-product-container .product .summary .product_title chrome_annotation {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 12px;
    }

    .site-main .custom-single-product-container .product .summary .price {
        font-size: 24px;
        line-height: 32px;
    }

    .accordion-inner-wrap {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .accordion-inner-wrap .title-wrap h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .site-main .custom-single-product-container .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart,
    .site-main .custom-single-product-container .product .summary .cart {
        flex-flow: column nowrap;
        gap: 6px;
    }

    .accordion-wrap {
        margin-top: 20px;
    }

    .site-main .custom-single-product-container .product .summary .cart .quantity {
        max-width: 100%;
    }
}

.pwb-single-product-brands {
    display: none !important;
}

.single_variation_wrap .custom-wrapper {
    display: flex;
    flex-flow: row nowrap;
    gap: 40px;
}

.single_variation_wrap .custom-wrapper .variations {
    width: 100% !important;
}

.single_variation_wrap .custom-wrapper .woocommerce-variation:before {
    content: 'Price';
    width: 50%;
    color: #000;
    text-transform: uppercase;
    font-family: 'Nato Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    margin-bottom: 8px;
}

.single_variation_wrap .custom-wrapper .woocommerce-variation {
    display: flex;
    flex-flow: column nowrap;
}

.single_variation_wrap .custom-wrapper .woocommerce-variation .woocommerce-variation-price .price {
    font-family: 'Nato Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    color: #909090;
}

@media only screen and (max-width: 767px) {
    .site-main .custom-single-product-container .product .summary .cart {
        margin-top: 24px;
    }

    .single_variation_wrap .custom-wrapper {
        display: flex;
        flex-flow: row wrap;
        gap: 20px;
    }

    .single_variation_wrap .custom-wrapper .variations {
        width: calc(50% - (20px * 1 / 2)) !important;
    }

    /* .single_variation_wrap .custom-wrapper .woocommerce-variation {
        display: none!important;
    } */
    .single_variation_wrap .custom-wrapper .single_variation {
        width: calc(50% - (20px * 1 / 2)) !important;
    }

    .single_variation_wrap .custom-wrapper .single_variation .woocommerce-variation-price .price {
        font-size: 28px;
        line-height: 32px;
    }

    .site-main .custom-single-product-container .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
        margin-top: 40px;
    }

    .site-main .custom-single-product-container .product .summary .cart.variations_form .single_variation_wrap {
        gap: 0;
    }

    .site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr th label {
        font-size: 16px;
        line-height: 26px;
    }
}

.woocommerce-message {
    border-top: 0 !important;
    background: #F1F1F1 !important;
    padding: 20px 40px !important;
    padding-left: 80px !important;
    justify-content: flex-start !important;
    font-family: 'Nato Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #000000;
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: center;
    margin-bottom: 0;
}

.woocommerce-message::before {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='26' height='26' rx='13' fill='black'/%3E%3Cpath d='M8 15.3077L11.9997 19L20 9' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
    content: '' !important;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.woocommerce-message .button {
    margin-left: auto !important;
    padding: 12px 24px !important;
    border: 1.4px solid #000000 !important;
    background: transparent !important;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    color: #000000 !important;
    border-radius: 200px !important;
    float: none !important;
    text-transform: uppercase !important;
}

.woocommerce-message .button:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.woocommerce-message .button:focus {
    background: #000 !important;
    border-color: #000 !important;
    color: white !important;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-notices-wrapper .woocommerce-message .text {
    font-family: 'Nato Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #000;
    display: inline-flex;
}

@media only screen and (max-width: 767px) {
    .site-main {
        align-items: flex-start;
    }

    .site-main .custom-single-product-container .woocommerce-breadcrumb {
        margin-bottom: 12px;
    }

    .woocommerce-notices-wrapper .woocommerce-message .text {
        font-size: 24px;
        line-height: 26px;
        padding-left: 32px;
    }

    .woocommerce-message {
        flex-flow: column-reverse nowrap !important;
        padding: 16px 20px !important;
        gap: 12px !important;
        justify-content: flex-start !important;
        font-size: 24px !important;
        line-height: 26px !important;
        align-items: flex-start;
    }

    .woocommerce-message .button {
        width: 100%;
        margin-left: unset !important;
        display: flex !important;
        flex-flow: column nowrap !important;
        align-items: center !important;
    }

    .woocommerce-message::before {
        top: 25px !important;
        left: 20px !important;
        transform: none !important;
    }

    .site-main .custom-single-product-container .product .summary .cart.variations_form .variations tbody {
        gap: 16px;
    }

    .single_variation_wrap .custom-wrapper .variations {
        width: 100% !important;
    }

    .site-main .custom-single-product-container .product .summary .cart.variations_form .variations tr {
        flex-flow: column nowrap;
        gap: 6px;
        align-items: flex-start;
    }
}

.single-product-flexible-content {
    width: 100%;
}

.color-radios {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.color-radios .swatch input {
    display: none;
}

.color-radios .swatch input+.swatch-box-wrap {
    width: 42px;
    height: 42px;
    border: 2px solid #AFAFAF;
    border-radius: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.color-radios .swatch input:checked+.swatch-box-wrap {
    border-color: #000000;
}

.color-radios .swatch input+.swatch-box-wrap .swatch-box {
    display: flex;
    flex-flow: column nowrap;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    overflow: hidden;
    position: relative;
}

.color-radios .swatch input+.swatch-box-wrap .swatch-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.color-radios .swatch input+.swatch-box-wrap .swatch-box img {
    width: 100%;
    height: 100%;
    display: block;
    /* opacity: .2; */
    z-index: 1;
}

.color-radios .swatch-atomic-blue input+.swatch-box-wrap .swatch-box:before {
    background: #15203C;
}

.color-radios .swatch-au-gold input+.swatch-box-wrap .swatch-box:before {
    background: #C6BAA8;
}

.color-radios .swatch-butter-pink-rhodonite-pink input+.swatch-box-wrap .swatch-box:before {
    background: #C9AAAA;
}

.color-radios .swatch-crystalline-white input+.swatch-box-wrap .swatch-box:before {
    background: #ffffff;
}

.color-radios .swatch-space-grey input+.swatch-box-wrap .swatch-box:before {
    background: #646464;
}

.color-radios .swatch-ultra-olive-jadeite-olive input+.swatch-box-wrap .swatch-box:before {
    background: #6B7970;
}



.site-footer .wrap .columns .column-left .column-left-below-logo .subscription-wrapper .subcription-footer form .subscription .form-control {
    padding: 0;
    margin: 0;
    border: 0;
}

.color-radios .swatch input+.swatch-box-wrap {
    position: relative;
}

.color-radios .swatch input+.swatch-box-wrap .tooltiptext {
    visibility: hidden;
    background: rgba(47, 47, 47, 0.8);
    color: #fff;
    padding: 0 3px;
    border-radius: 3px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity;
    text-align: center;
    width: auto;
    white-space: nowrap;
}

.color-radios .swatch input+.swatch-box-wrap:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.color-radios .swatch input+.swatch-box-wrap .tooltiptext:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(47, 47, 47, 0.8) transparent transparent transparent;
}

.woocommerce-variation.single_variation .woocommerce-variation-price,
.woocommerce-variation.single_variation .woocommerce-variation-availability {
    display: none;
}

@media (max-width: 767px) {
    .custom-variation-price {
        margin-top: 24px;
    }
}