table.variations .value label {
    cursor: pointer;
    padding: 10px;
}

table.variations .value {
    display: flex;
    border: 1px solid #262b6b !important;
}

table.variations tbody{
    display:flex;
}

table.variations tbody tr:not(:first-child) {
    margin-left: 25px;
}

table.variations .value div:not(:has(input:disabled)):hover, table.variations .value div.active {
    background-color: #dfedf6;
}

.quick-view-products table.variations .value div.active,
.quick-view-products table.variations .value div:hover {
    background-color: transparent!important;
}

table.variations .value div input {
    display: none;
}

table.variations .value div input:disabled + label {
    cursor: not-allowed;
    /*cross out the label*/
    text-decoration: line-through;
}

/* Media Gallery Slider */

.product-slider-image {
    aspect-ratio: 4 / 3 auto;
}

.product-slider-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    cursor: pointer;
}

.js-product-slider-nav .slick-track {
    display: flex;
}

.js-product-slider-nav .slick-slide {
    margin: 0 10px;
    width: 100%!important;
    cursor: pointer;
}

.js-product-slider-nav .slick-slide:first-child {
    margin-left: 0;
}

.product-slider-thumb {
    height: 85px;
    position: relative;
    border: 1px solid #B3B5CB;
}

.slick-current .product-slider-thumb {
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(95,165,209,0.5);
    }
}

.product-slider-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Single Product */

.product-wrapper__single {
    padding-top: 75px;
}

.woocommerce-tabs {
    background-color: var( --color-blue );
    padding: 55px 20px;
    margin-bottom: 150px;

    @media( min-width : 1200px ) {
        padding: 55px 100px;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border: 1px solid #fff;
    display: flex;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
    border: transparent;
    border-radius: 0;
    background: none;
    margin: 0;

    &::before,
    &::after {
        display: none;
    }

    & a {
        padding: 25px 35px;
        font-size: 22px;
        letter-spacing: 0.05em;
        font-weight: 400;
        color: var(--color-white);
        height: 100%;

        &:hover {
            color: var( --color-white );
            background: rgba(255,255,255,0.2);
        }
    }

    &.active {
        background-color: transparent;

        & a{
            color: var(--color-white);
            text-decoration: none;
            border-radius: 4px 4px 0 0;
            background: none;
            margin: 0;
            width: auto;
            padding: 25px 35px;
            font-size: 22px;
            letter-spacing: 0.05em;
            font-weight: 400;
            background: rgba(255,255,255,0.2);
        }
    }
    
    
}

.woocommerce div.product .woocommerce-tabs .panel {
    & h2 {
        font-size: 32px;
        color: var( --color-white );
    }
}

.woocommerce-tab-accordion {
    padding-top: 60px;
    padding-bottom: 0;
}

.woocommerce-tab-accordion .tab-accordion__wrapper {
    background-color: var( --color-blue);
    margin-bottom: 0;

    & ul li{    
        color: var( --color-white );
        &::before {
            color: var( --color-blue-01 );
        }
    }
}

.woocommerce-tab-accordion .tab-panel-content {
    display: block;

    & h2 {
        font-size: 30px;
        color: var( --color-white );
    }
}

.woocommerce div.product .product_title {
    font-size: 45px;
}

.reset_variations {
    display: none!important;
}

.cart-button-inner .reset_variations {
    display: block!important;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
}

.reset-btn {
    position: relative;
    display: inline-block;
    color: var( --color-white );
    border-radius: 0;
    font-size: 17px;
    line-height: 1.24em;
    vertical-align: middle;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    background: transparent;
    color: #366D90;
    border: none;
    padding: 0 0 0 28px;
    font-weight: 400;
    outline: none;
    border: transparent;
}

.reset-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: var( --color-blue-01 );
}

@media( min-width : 768px ) {
    .reset-btn {
        font-size: 20px!important;
    }
}

@media( min-width : 1200px ) {
    .reset-btn:hover {
        color: var( --color-blue-02 );

        & i {
            color: var( --color-blue-02 );
        }
    }
}

.cart-button-inner {
    display: flex;
    gap: 25px;
}

.variations_form.cart .variations tbody{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;

    & tr {
        margin: 0;
    }
}

table.variations .value {
    flex-wrap: wrap;
}

.woocommerce-Price-amount.amount {
    color: var(--color-black-01);
    font-weight: 700;
}

.woocommerce-variation-price {
    & small {
        color: var( --color-gray-02 );
    }

    & .price {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
    }

    & bdi {
        font-size: 30px;
    }

    & del {
        display: flex!important;
        align-items: center;
        order: 2;

        & bdi {
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    & ins {
        color: transparent;
        order: 1;
    }

    & small {
        order: 3;
        display: flex;
        align-items: center;
    }
}


/* Quantity */


.quantity-wrapper {
    position: relative;
    display: inline-block;
    max-width: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
}

.quantity-buttons {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.quantity-button {
    color: var( --color-blue-01 );
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}


.icon-arrow-down::before {
    content: "\e902"; 
    font-family: 'icomoon'; 
}

.icon-arrow-up:not(.footer-bottom-wrapper .icon-arrow-up)::before {
    content: "\e903"; 
    font-family: 'icomoon';
}

.quantity-wrapper .quantity {
    display: flex;
    flex-direction: column;
}

.quantity-wrapper .quantity-label {
    color: var( --color-blue );
    font-weight: 700;
}

.variations th label {
    color: var( --color-blue );
}

.woocommerce .quantity .qty {
    width: 130px;
}
.product-thumb-image__wrapper {
    padding: 0 30px;
    position: relative;
}

.product-button-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;

    & button {
        outline: none;
        border: transparent;
        background: transparent;
        color: var( --color-blue-01 );
    }
}

.single-product .half-and-half {
    margin-top: 0;
}

.single-product .wqv-product-info .variations tr {
    width: 100%;
}

.single-product .wqv-product-info table.variations .value {
    border: transparent !important;
}

.single-product .wqv-product-info .variations_button {
    flex-direction: column;
}
.single-product .wqv-product-info .single_variation_wrap  {
    margin-top: 15px;
}

.single-product .wqv-product-info .quantity .qty, .wqv-product-info .quantity .qty {
    background: transparent;
    border-bottom: 1px solid #f2f2f2;
}

.single-product  .quick-view-products table.variations .value {
    border: transparent!important;

    & > div.active {
        background-color: transparent!important;
    }
}

.single-product .quick-view-products .product-slider-thumb { 
    width: 85px!important;
}

.single-product .quick-view-products .quantity-buttons { 
    display: none!important;
}

.box-field-container {
    display: flex;
    background-color: var( --color-gray );
    padding: 25px 50px;
    margin-top: 30px;

    @media( min-width : 1200px ) {
        margin-top: 50px;
    }
}

.box-field-heading {
    max-width: 274px;
    width: 100%;

    & h3 {
        font-size: 45px;
    }
}

.box-field-contents {
    border-top: 1px solid #C1BEBE;
    padding: 0 25px;

    @media( min-width : 1200px ) {
        border-top: none;
        border-left: 1px solid #C1BEBE;
    }
}

/* Subscribe */

.bos4w-display-plan-text {
    color: var(--color-blue);
    font-weight: 700;
    margin-top: 20px;
}

.bos4w-display-options {
    margin-bottom: 20px;
    & ul {
        display: inline-flex;
        border: 1px solid #262b6b !important;
        & li {
            padding-left: 0;
            margin-bottom: 0;

            & label {
                cursor: pointer;
                padding: 10px;

                &.active {
                    background: #dfedf6;
                }
            }

            & input[type="radio"] {
                display: none;
            }
            &::before {
                display: none;
            }
        }
    }
}

.bos4w-display-dropdown {
    & label {
        color: var(--color-blue);
        font-weight: 700;
    }

    & select {
        border-bottom: 1px solid var(--color-gray-02) !important;
        padding: 10px;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        display: block;
        color: var(--color-gray-02);
    }
}

.quick-view-products .tab-accordion {
    display: none!important;
}

.product_meta {
    margin-bottom: 10px;
}
.sku_wrapper {
    font-weight: 700;

    & span.sku {
        font-weight: 400;
    }
}

.bos4w-or-subscribe {
    display: none;
    color: #676666;
    font-size: 18px;
}

.single-product .up-sells {
    margin-top: 30px;
}

.woocommerce-variation-price {
    margin-bottom: 20px;
}

.price.animated {
    background-color: #111111;
    width: 100px!important;
    height: 30px!important;
    background-color: var( --color-dark-gray );
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 40% 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 1s ease infinite;
    animation: shine 1s ease infinite;
    display: block;

    & * {
        display: none;
    }
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

.woocommerce-message::before {
    color: var( --color-blue-01 );
}

.woocommerce-message {
    border-top-color: var( --color-blue-01  );
}


.woocommerce-error  {
    & li {
        &::before {
            display: none;
        }
    }
}

/* Reviews */
.comment-form-rating .choices__item {
    color: #000;
}

.woocommerce-error.recaptcha-error::before {
    top: 0.8em;
    left: 0.5em;
}