body.single-product .woocommerce-Price-currencySymbol {
    font-size: 16px!important;
}

.variations_form {
    display: flex !important;
    flex-direction: row;
    position: relative;
}

#description-tab {
    user-select: none;
    transition: max-height 0.4s ease;
}

.expand-description-btn {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease;
    z-index: 5;
}

.expand-description-btn:hover {
    opacity: 0.8;
}

.variations_form .variations tr {
    display: flex !important;
    flex-direction: column !important;
}

.variations_form .variations th {
    padding: 4px 24px 0 !important;
    width: auto !important;
}

.variations_form .variations th label {
    font-size: 14px !important;
    color: #CED4DA !important;
    font-weight: 400 !important;
}

.variations_form .variations td {
    padding: 0 16px 10px !important;
}

.variations_form .variations tr:hover th,
.variations_form .variations tr:hover td {
    background-color: transparent !important;
}

.variations_form .variations .value .cfvsw-swatches-container {
    display: flex;
    grid-gap: 12px 24px;
}

.variations_form .variations .cfvsw-swatch-inner {
    font-size: 14px !important;
    font-weight: 400;
}

.variations_form .variations .cfvsw-label-option {
    min-width: 100px !important;
    padding: 3px 8px;
    border-width: 2px !important;
    color: #CED4DA;
    border-color: #CED4DA;
}

.variations_form .variations .cfvsw-label-option.cfvsw-selected-swatch {
    color: #353535;
}

.variations_form .variations .cfvsw-label-option.cfvsw-swatches-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
    filter: blur(1px) grayscale(1);
}

.variations_form .variations [swatches-attr="attribute_pouch-length"] .cfvsw-label-option {
    min-width: 60px !important;
}

.variations_form .variations [swatches-attr="attribute_cut"] .cfvsw-label-option {
    min-width: 110px !important;
}

.single_variation_wrap {
    display: none !important;
}

.cfvsw-swatches-container.has-selected .cfvsw-swatches-option:not(.cfvsw-selected-swatch):not(.cfvsw-swatches-blur)::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.2;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.cfvsw-swatches-blur-disable::before, .cfvsw-swatches-blur::before {
    opacity: 0.5 !important;
}

.unified-add-to-cart-wrapper {
    max-width: 400px;
    border: none;
    background: transparent;
    margin-top: 18px;
}

.purchase-type-cards {
    display: flex !important;
    gap: 20px;
    flex-wrap: wrap;
    margin-right: 6px;
    margin-bottom: 25px;
}

.purchase-card {
    flex: 1;
    min-width: 300px;
    padding: 10px 14px 20px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #e7eaed;
    border-radius: 22px;
    transition: all 0.25s ease;
    position: relative;
    z-index: 0;
    --outer-size: 27px;
    --inner-size: 20px;
    --offset: 7px;
}

.purchase-card .wcsatt-options-product-dropdown {
    width: 100% !important;

    &:focus, &:focus-visible {
        outline: none;
        border: 2px solid #2070e8 !important;
    }
}

.purchase-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.purchase-card.active {
    background-color: #f1f2f6;
    border-color: #f1f2f6;
}

.purchase-card::after {
    content: "";
    position: absolute;
    top: var(--offset);
    right: var(--offset);
    width: var(--outer-size);
    height: var(--outer-size);
    border-radius: 50%;
    background: #ced4da;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.purchase-card.active::after {
    border: 4px solid #ced4da;
    background: #bf4bb1;
}

/*.purchase-card.active::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: calc(var(--offset) + (var(--outer-size) - var(--inner-size)) / 2);*/
/*    right: calc(var(--offset) + (var(--outer-size) - var(--inner-size)) / 2);*/
/*    width: var(--inner-size);*/
/*    height: var(--inner-size);*/
/*    background: #bf4bb1;*/
/*    border-radius: 50%;*/
/*    transition: all 0.25s ease;*/
/*    z-index: 2;*/
/*}*/

.purchase-card h3 {
    margin: 0 0 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 152%;
    color: #313941;
    padding-right: 1.3em;
}

.purchase-card .price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin: -8px 0 18px;
}

.purchase-card .price-val {
    font-size: 36px !important;
    color: #353535 !important;
    font-weight: 500 !important;
    line-height: 117%;
}

.price-amount-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.price-product-unit {
    font-weight: 300;
    font-size: 19px;
    line-height: 1.5;
    color: #444f5a;
}

.purchase-card p:not(.price) {
    max-width: 75%;
    margin: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #353535 !important;
}

.purchase-card p:not(.price) span {
    font-weight: 500;
    color: #353535 !important;
}

.purchase-card[data-mode="subscribe"] p:not(.price) {
    max-width: 100%;
    font-size: 16px;
    line-height: 113%;
}

.purchase-card[data-mode="subscribe"] p:not(.price) span {
    color: #bf4bb1 !important;
}

.purchase-card ul {
    margin: 8px 0 0 0;
    padding-left: 14px;
    font-weight: 300;
    font-size: 12px;
    line-height: 134%;
    color: #353535;
}

.purchase-card ul li {
    margin-bottom: 6px;
}

.subscription-select-wrapper {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 1366px) {
    .subscription-select-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

.subscription-select-wrapper-title {
    flex-shrink: 0;
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #353535;
}

.sub-select-container {
    position: relative;
    width: 100%;
    display: flex;
    gap: 4px;
}

.subscription-select-counter {
    flex-shrink: 0;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: 1px solid #bf4bb1;
    border-radius: 19px;
    width: 78px;
    padding: 0 10px;
}

.subscription-select-counter-btn {
    font-weight: 300;
    font-size: 15px;
    color: #b5bec7;
    border: none;
    padding: 2px;
    line-height: 1em;
}

.subscription-select-counter-btn:hover,
.subscription-select-counter-btn:focus {
    background-color: inherit;
    color: #b5bec7;
}

input[type="text"].subscription-select-counter-btn-value {
    font-weight: 500;
    color: #353535;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: center;
}

.subscription-select-period {
    position: relative;
    width: 68%;
    max-width: 141px;
}

.subscription-select-period::after {
    content: "";
    background-image: url("/wp-content/themes/hello-elementor-child/assets/img/carret-down.svg");
    background-repeat: no-repeat;
    background-size: 8px 7px;
    background-position: center;
    width: 8px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 18%;
    transform: translateY(-50%);
    pointer-events: none;
}

#select-period {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 1px solid #bf4bb1;
    border-radius: 38px;
    font-weight: 400;
    font-size: 15px;
    color: #353535;
    background-color: inherit;
    padding: 2px 30%;
    outline: none;
}

.our-sub-select {
    width: 100%;
    padding: 12px 15px;
    border: none !important;
    border-radius: 40px !important;
    font-size: 15px;
    background: #fdfdfd;
    transition: border-color 0.3s, box-shadow 0.3s;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    margin: 0 !important;
}

.our-sub-select:focus {
    border: none !important;
}

.quantity-and-button {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 12px !important;
    padding-top: 10px;
    padding-bottom: 20px;
}


.unified_add_to_cart_button {
    border-radius: 100px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 0 35px !important;
    border: none !important;
    color: #fff !important;
    background: #2170e8 !important;
    transition: opacity 0.25s ease;
}

.unified_add_to_cart_button:hover, .unified_add_to_cart_button:focus, .unified_add_to_cart_button:active {
    background: #2170e8 !important;
    opacity: 0.85;
}

.unified_add_to_cart_button:disabled {
    border-radius: 100px !important;
    font-size: 22px !important;
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.quantity-and-button .quantity {
    position: relative;
}

.quantity-and-button .quantity input {
    font-size: 28px;
    padding: .15rem 1rem !important;
    width: 120px !important;
    border-radius: 30px !important;
    border: 2px solid #2170e8 !important;
}

.quantity-and-button .quantity .qty-btn {
    font-size: 28px;
    color: rgba(140, 140, 140, 1) !important;
    position: absolute !important;
    background-color: transparent !important;
    padding: 0 5px !important;
    border: none !important;
    top: 50%;
    transform: translate(0, -50%);
}

.quantity-and-button .quantity .minus {
    left: 16px;
}

.quantity-and-button .quantity .plus {
    right: 16px;
}

.quantity-and-button .quantity .qty-btn:hover {
    color: #353535 !important;
}

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .quantity input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}


.variations-table-wrapper {
    overflow-x: auto;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.variations-table-transposed {
    border-collapse: collapse;
    min-width: 600px;
    width: max-content;
    margin-bottom: 0;
}

.variations-table-transposed th,
.variations-table-transposed td {
    border: 1px solid #eee;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    background: #fff !important;
}

.variations-table-transposed thead th,
.variations-table-transposed thead td {
    vertical-align: top;
}

.variations-table-transposed th {
    background: #f9f9f9;
}

.variations-table-transposed .variation-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.variations-table-transposed .variation-header img {
    max-width: 80px;
    border-radius: 6px;
}

.sticky-col {
    position: sticky;
    left: -1px;
    background: #fff;
    z-index: 2;
    white-space: nowrap;
}

.top-left {
    top: 0;
    z-index: 3;
}

.attr-label {
    text-align: left;
    font-weight: 600;
    background: #fafafa;
}

.variations-table-wrapper::-webkit-scrollbar {
    height: 6px;
}

.variations-table-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.button-add-to-cart {
    background-color: #2170e8 !important;
    color: #fff !important;
}

.variations-table-wrapper .price {
    flex: 1 1 auto;
}

.variations-table-wrapper .woocommerce-Price-currencySymbol,
.variations-table-wrapper .woocommerce-Price-amount {
    font-size: 18px !important;
    color: #353535 !important;
}

.variations-table-wrapper table thead:first-child tr:first-child th {
    border-block-start: 1px solid #eee !important;
}

.variations-table-wrapper .cart {
    margin-bottom: 0 !important;
}

.skip-link {
    display: none !important;
}

.variations_form .variations.variations--grid {
    tbody {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .value .cfvsw-swatches-container {
        grid-gap: 12px 4px;
    }

    th {
        padding: 8px 24px 0 !important;
    }

    td {
        padding: 0 40px 0 18px !important;
    }

    .cfvsw-label-option {
        min-width: 96px !important;
    }

    [swatches-attr="attribute_pouch-length"] .cfvsw-label-option {
        min-width: fit-content !important;
    }

    .options--grid {
        padding: 0 4px 0 18px !important;

        & .cfvsw-swatches-container {
            grid-gap: 8px 8px;
        }

        & .cfvsw-label-option {
            min-width: 108px !important;
        }

        [swatches-attr="attribute_pouch-length"] .cfvsw-label-option {
            min-width: fit-content !important;
        }
    }
}

@media (max-width: 1320px) {
    .quantity-and-button {
        flex-wrap: wrap;
    }

    .purchase-card {
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .unified-add-to-cart-wrapper {
        max-width: 100%;
    }

    .variations_form {
        flex-direction: column;
        align-items: center;
    }

    .variations_form .variations .value .cfvsw-swatches-container {
        margin: 0 auto;
        justify-content: center;
    }

    .variations_form .variations tr th.label {
        text-align: center !important;
    }

    .quantity-and-button {
        justify-content: center;
    }

    .variations-table-transposed th,
    .variations-table-transposed td {
        padding: 6px;
        font-size: 14px;
    }

    .variations-table-transposed .variation-header img {
        max-width: 60px;
    }

    .variations {
        width: 100% !important;
    }

    .variations {
        border: none !important;
    }

    .variations_form .variations.variations--grid {
        tbody {
            justify-content: center;
        }

        td {
            padding: 0 12px !important;
        }
    }

    .expand-description-btn {
        top: 0;
        right: 12px;
        width: 28px;
        height: 28px;
    }
}

.single-product .dialog-widget .swiper-slide{
        max-width: 100%!important;
}

.purchase-card__wrapper-content{
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.purchase-card__wrapper-discount{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.purchase-card__discount-item{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

.purchase-card__discount-item span{
    display: inline-block;
    padding: 2px 4px;
    border-radius: 40px;
    background-color: #D9534F;
    color: white;
    line-height: 1;
    font-weight: 600;
    width: 48px;
    text-align: center;
}

.purchase-card .purchase-card__wrapper-content p{
    font-size: 12px!important;
    font-weight: 300;
    line-height: 1.5!important;
}

/*Need help?*/
.cvi-info__need-help-wrapper{
    display: none;
    position: relative;
}

.cvi-info-wrapper{
    width: 100%;
}

.variations_form.cart .cvi-info-wrapper .cvi-info__need-help-wrapper .cvi-info__need-help{
    font-size: 11px;
    color: #353535;
    font-weight: 400;
    margin-left: auto;
    margin-right: 10px;
    padding-right: 27px;
    position: relative;
    display: block;
    width: fit-content;
    cursor: pointer;
    user-select: none;
}

.variations_form.cart .cvi-info-wrapper .cvi-info__need-help-wrapper .cvi-info__need-help:hover{
    opacity: 0.9;
}

.cvi-info__need-help:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background-image: url("../img/product/need-help.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cvi-info__need-help-content-wrapper{
    display: none;
    opacity: 1;
    transition: all ease-in-out 0.3s;
    position: absolute;
    top: 0;
    right: -60%;
    width: 60%;
    height: fit-content;
    border-radius: 30px;
    border: 4px solid #2170E8;
    background-color: white;
    z-index: 2;
    padding: 20px;
}

.cvi-info__need-help-content-wrapper.active{
    display: block;
    opacity: 1;
}

@media (max-width: 1024px) {
    .cvi-info__need-help-content-wrapper{
        top: 120%;
        right: 0;
    }
}

@media (max-width: 1024px) {
    .cvi-info__need-help-content-wrapper{
        width: 100%;
    }
}

.cvi-info__need-help-content-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.variations_form.cart .cvi-info-wrapper .cvi-info__need-help-wrapper .cvi-info__need-help-content-title{
    font-size: 16px;
    font-weight: 600;
    color: #353535;
}

.variations_form.cart .cvi-info-wrapper .cvi-info__need-help-wrapper .cvi-info__need-help-content-text{
    font-size: 13px;
    font-weight: 400;
    color: #353535;
    margin-bottom: 0;
}

.variations_form.cart .cvi-info-wrapper .cvi-info__need-help-wrapper .cvi-info__need-help-btn{
    font-size: 13px;
    font-weight: 400;
    color: white;
    line-height: 1;
    padding: 5px 10px;
    background-color: #BF4BB1;
    width: fit-content;
    border-radius: 30px;
    cursor: pointer;
    text-transform: capitalize;
}



.variations_form.cart .cvi-info-wrapper .cvi-info__need-help-wrapper .cvi-info__need-help-btn:hover{
    opacity: 0.6;
}

/*shipping description*/
.purchase-card__description-box{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.purchase-card__description-box svg{
    width: 28px;
    height: 16px;
}

.purchase-card__description-text{
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    color: #353535;
    text-align: center;
}
