/** WOOCOMMERCE **/

abbr[title] {
    text-decoration: none;
    cursor: default
}

.woocommerce .required {
    color: var(--crimson);
}

.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb::after {
    clear: both
}

.woocommerce-breadcrumb {
    /* 12px */
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 120%;
    color: var(--blue)
}

.woocommerce-breadcrumb i {
    /* font-size: 20px; */
    /* padding: 0 10px; */
    /* transform: translateY(-1px); */
    margin: 0 10px;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb i {
    color: var(--black);
}

.woocommerce-breadcrumb a:hover {
    color: var(--blue);
}

.woocommerce .blockUI {
    display: none !important;
}

.woocommerce .processing,
.jb_loading {
    position: relative;
}

.woocommerce .processing::before,
.woocommerce .loading::after,
.jb_loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
}


.woocommerce .processing::after,
.jb_loading::after {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
    z-index: 1;
    opacity: 0.6;
}

.woocommerce .loader::before,
.woocommerce .loading::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: var(--white);
    border-top: 3px solid var(--lt-grey-3);
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-radius: 10px;
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
    content: " ";
    display: table
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    clear: both
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin: 0 0 5px;
}

.woocommerce-message {
    border-top-color: var(--lt-green);
}

.woocommerce-error {
    border-top-color: var(--crimson);
}




.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 2em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ececec;
    color: #8a7e88
}

.woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}






/* Product Card */

ul.jb_products:not(.columns-1) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0 0 60px;
}

.jb_products_slider ul.jb_products,
.jb_tax_products_slider ul.jb_products {
    display: block;
}

div.woocommerce.single-product ul.jb_products {
    max-width: 300px;
    float: right;
}

ul.jb_products .slick-list {
    padding-bottom: 5px;
    margin: 0 -15px;
}

ul.jb_products .slick-arrow,
ul.jb_products .flickity-button {
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    z-index: 1;
    cursor: pointer;
}

ul.jb_products .flickity-button {
    bottom: auto;
    top: 100%;
}

ul.jb_products .slick-arrow:hover circle,
ul.jb_products .flickity-button:hover circle {
    stroke: var(--blue);
}

ul.jb_products .slick-arrow:hover path,
ul.jb_products .flickity-button:hover path {
    fill: var(--blue);
}

ul.jb_products .slider-prev,
ul.jb_products .flickity-button.previous {
    transform: translateX(-30px);
}

ul.jb_products .slider-next,
ul.jb_products .flickity-button.next {
    transform: translateX(30px);
}

li.jb_product {
    position: relative;
    padding: 0 15px 10px;
    background: var(--white);
    /* box-shadow: 0px -1px 4px rgb(0 0 0 / 20%) inset; */
    /* box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.15); */
    box-shadow: 0px -1px 5px rgba(32, 82, 152, 0.25) inset;
    border-radius: 10px;
    display: flex !important;
    justify-content: end;
    flex-direction: column;
}

/* li.jb_product:hover {
    box-shadow: 0px 3px 50px rgba(32, 82, 152, 0.35);
}

.jb_products_slider li.jb_product,
.jb_products_slider li.jb_product:hover {
    box-shadow: 0px -1px 5px rgba(32, 82, 152, 0.25) inset;
} */


.jb_products_slider li.jb_product,
.jb_tax_products_slider li.jb_product {
    width: 20%;
    margin: 0 15px;
}


.jb_products.flickity-enabled li.jb_product {
    width: calc(25% - 23px);
    height: 426.172px;
}



.flickity-enabled li.jb_product.height-full {
    /* height: calc(100% - 3px); */
    height: 100%;
}


li.jb_product .onsale {
    border-radius: 5px 5px 0px 0px;
    background: var(--action-red);
    padding: 11px 15px 3px;
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
    min-width: 69px;
    text-align: center;
}

li.jb_product .onsale::after {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    width: 100%;
    border-top: 14px solid var(--action-red);
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    width: 100%;
}

li.jb_product .jb_popular_badge {
    font-family: var(--global--font-headings);
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 3px 15px 3px;
    margin: 5px 0;
    color: var(--white);
    background: linear-gradient(94.22deg, #F78130 18.41%, #F537CC 93.5%);
    border-radius: 5px;
}

li.jb_product img {
    width: 100%;
    height: auto;
    padding-top: 3px;
}

li.jb_product .woocommerce-loop-product__title {
    font-family: var(--global--font-headings);
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-transform: capitalize;
    color: var(--black);
    padding: 0 0 6px;
    min-height: 2.8em;
}



li.jb_product .woocommerce-loop-product__title:hover {
    color: var(--blue);
}


li.jb_product .price {
    display: block;
    font-size: 20px;
    line-height: 120%;
    color: var(--blue);
    margin: 1em 0 5px;
}

li.jb_product .price ins {
/*     display: block; */
    text-decoration: none;
}

li.jb_product .price del {
    font-size: 14px;
    color: var(--action-red);
}

li.jb_product .button {
    display: block;
    padding: 5px 0;
    color: var(--blue);
    border: 3px solid var(--blue);
    box-sizing: border-box;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 120%;
    padding: 0.5em 0;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    transition: 0.3s visibility, 0.3s opacity;
}


li.jb_product:hover .button,
li.jb_product .button.loading {
    visibility: visible;
    opacity: 1;
}

li.jb_product .add_to_cart_button {
    border: none;
    padding: calc(0.5em + 3px) 0;
    background: linear-gradient(180deg, #205298 0%, #ED3F5E 100%);
    color: var(--white);
}


li.jb_product .button:hover {
    background: var(--blue);
    color: var(--white);
}

/* li.jb_product .button.add_to_cart_button:hover {
    background: var(--blue);
    color: var(--white);
} */

li.jb_product .star-rating {
    overflow: hidden;
    position: relative;
    width: 8.8em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 12px;
    font-family: star;
    font-weight: 400;
    color: var(--action-red);
    text-align: left;
    letter-spacing: 10px;
}

li.jb_product .star-rating::before {
    content: "\53\53\53\53\53";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 0.5;
    color: #aaa;
    white-space: nowrap;
}

li.jb_product .star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em;
}

li.jb_product .star-rating span::before {
    content: "\53\53\53\53\53";
    color: inherit;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    white-space: nowrap;
}







/* .woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li::before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.woocommerce .star-rating::before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating::after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
    content: " ";
    display: table
}

.woocommerce #review_form #respond::after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
    content: "\e021"
}

.woocommerce p.stars:hover a::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
} */




#category-attributes h3 {
    margin-bottom: 0;
}






#category-description {
    position: relative;
    z-index: 1;
}

#category-description.bg-mask::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: var(--white);
    z-index: -1;
}

#category-description .category_top_description_image {
    height: 100%;
    border-radius: 200px 0 0 200px;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    max-height: 500px;
    /* margin-right: -15px; */
}

#category-description .category_top_description_img {
    height: 100%;
    border-radius: 200px 0 0 200px;
    max-height: 500px;
    /* margin-right: -15px; */
}





#category-product-attributes {
    padding: 30px 0;
    position: relative;
}

#category-product-attributes li {
    display: inline-block;
    text-align: center;
    margin-right: 50px;
    padding-bottom: 3px;
}

#category-product-attributes li img {
    border-radius: 100%;
    border: 2px solid transparent;
    transition: 0.3s border-color;
    display: block;
    margin: 0 auto;
    width: 116px;
    height: 116px;
}

#category-product-attributes li span {
    display: inline-block;
    font-size: 14px;
    color: var(--dark-grey);
    margin: 17px 0 0;
    padding: 4px 19px;
    border-radius: 10px;
    transition: 0.3s color, 0.3s background;
}

#category-product-attributes li:hover img {
    border-color: var(--blue);
}

#category-product-attributes li:hover span {
    background: var(--blue);
    color: var(--white);
}

#category-product-attributes.flickity-enabled .flickity-button.flickity-prev-next-button {
    bottom: 50%;
    left: auto;
}

#category-product-attributes .flickity-prev-next-button.flickity-button.next {
    right: -30px;
}

#category-product-attributes .flickity-prev-next-button.flickity-button.previous {
    left: -30px;
}

/* #category-product-attributes .flickity-button[disabled] {
    display: block;
} */

@media (max-width: 1439px) {

    #category-product-attributes.flickity-enabled {
        padding-bottom: 80px;
    }

    #category-product-attributes.flickity-enabled .flickity-button.flickity-prev-next-button {
        bottom: 20px;
        left: 50%;
    }

    #category-product-attributes .flickity-prev-next-button.flickity-button.next {
        right: auto;
        transform: translateX(30px);
    }

    #category-product-attributes .flickity-prev-next-button.flickity-button.previous {
        left: 50%;
        transform: translateX(-30px);
    }
}



/* @media (max-width: 767px) {

    #category-product-attributes.flickity-enabled {
        padding-bottom: 30px;
    }

    #category-product-attributes.flickity-enabled .flickity-button.flickity-prev-next-button {
        display: none;
    }
} */

body.tax-product_cat .woocommerce-result-count {
    display: none;
}

body.archive form.woocommerce-ordering {
    overflow: hidden;
    padding: 10px 0 30px;
}

body.archive .select2-container {
    float: right;
}



/* MEDICALLY REVIEWED */

#medically-reviewed h2 {
    margin-top: 0;
    text-transform: uppercase;
}

.jb_card_dashed {
    position: relative;
    background: var(--white);
    border: 2px dashed var(--lt-grey-2);
    border-radius: 10px;
    padding: 70px 80px 70px 20px;
}

.jb_card_dashed .approved-stamp {
    position: absolute;
    right: -42px;
    top: -60px;
}







/*
 *
 * SINGLE PRODUCT 
 *
 */

.single-product .onsale {
    border-radius: 5px 5px 0px 0px;
    background: var(--action-red);
    padding: 11px 15px 3px;
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    top: 25px;
    min-width: 69px;
    text-align: center;
    z-index: 1;
}

.single-product .onsale::after {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    width: 100%;
    border-top: 14px solid var(--action-red);
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    width: 100%;
}



.main-carousel {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    height: calc(100vw - 60px);
    /* margin-bottom: 30px; */
}

.main-carousel .carousel-cell {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.main-carousel.is-fullscreen .carousel-cell {
    top: calc(50% - 25vh);
}

.main-carousel.is-fullscreen .carousel-cell img {
    max-height: 65vh;
}

.main-carousel .carousel-cell img {
    width: 100%;
    object-fit: contain;
    height: calc(100vw - 60px);
}

@media (min-width:469px) {
    .main-carousel {
        height: 500px;
    }

    .main-carousel .carousel-cell img {
        height: 500px;
    }
}

/* @media (min-width:769px) {
    .slider-container {
        width: 48%;
        float: left;
        position: relative;
    }
} */

/* .carousel-nav {
    height: 75px;
} */

@media (max-width: 768px) {
    .carousel-nav {
        display: none;
    }
}

.carousel-nav .carousel-cell {
    /* height: 75px; */
    border: 1px solid var(--lt-grey-3);
    box-shadow: 0 0 0 1px transparent inset;
    margin-right: 10px;
    transition: 0.3s border-color, 0.3s box-shadow;
    padding: 2px;
}

.carousel-nav .carousel-cell.is-selected,
.carousel-nav .carousel-cell:hover {
    border-color: var(--blue);
    box-shadow: 0 0 0 1px var(--blue) inset;
}

.carousel-nav .carousel-cell img {
    height: 75px;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}

.flickity-enabled.is-fullscreen {
    z-index: 12 !important;
}


/*** SINGLE PRODUCT - SINGLE SUMMARY **/

.jb_wc_simple_product_summary_inner {
    border: 1px solid var(--lt-grey-2);
    border-radius: 10px;
    margin: 0 0 30px;
}

.jb_wc_simple_product_summary_inner .price {
    padding: 30px;
}

.jb_wc_simple_product_summary_inner .stock {
    display: none;
}

.stock.out-of-stock {
    padding: 30px;
}


/*** SINGLE PRODUCT - VARIATIONS ***/


.variations_form {
    border: 1px solid var(--lt-grey-2);
    border-radius: 10px;
    margin: 0 0 30px;
}

.variations_form .variations {
    margin: 20px;
    width: calc(100% - 40px);
}

.variations_form .variations .label {
    padding: 10px 10px 10px 0
}

.variations_form .variations select {
    width: 40%;
}

.reset_variations {
    margin-left: 10px;
}

.single_variation_wrap {
    border-top: 1px solid var(--lt-grey-2);
}

.woocommerce-variation {
    padding: 20px;
}

.product_meta {
    display: none;
    padding: 0 20px 20px;
}

.woocommerce-variation p {
    padding: 0;
}

.woocommerce-variation-description {
    padding-bottom: 1em;
}

.jb_pu-wrapper .amount,
.woocommerce-variation-price .price bdi,
.woocommerce-variation-price .price ins,
.jb_wc_simple_product_summary_inner .price bdi,
.jb_wc_simple_product_summary_inner .price ins {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--blue);
    text-decoration: none;
}

.jb_wc_simple_product_summary_inner .price del,
.jb_wc_simple_product_summary_inner .price del bdi,
.woocommerce-variation-price .price del,
.woocommerce-variation-price .price del bdi {
    font-weight: 400;
    font-size: 18px;
    color: var(--action-red);
}

.cart .autoship-type {
    margin: 0 0 0.5em;
}

.autoship-checkout-percent-discount {
    font-weight: 700;
    font-size: 16px;
    color: var(--action-red);
}

.sku_wrapper {
    font-size: 16px;
    font-weight: 700;
}

.woocommerce-product-details__short-description {
    margin-top: 1em;
}


.woocommerce-variation-add-to-cart,
.jb_wc_simple_product_summary_inner .cart {
    border-top: 1px solid var(--lt-grey-2);
    padding: 30px;
    background-color: var(--lt-grey-1);
}

.woocommerce-variation-add-to-cart .jb_add_to_cart_inner_wrapper,
.jb_wc_simple_product_summary_inner .jb_wc_simple_product_add_to_cart_wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.jb_wc_simple_product_summary_inner .single_add_to_cart_button,
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    border-radius: 30px;
    background: linear-gradient(180deg, #205298 0%, #ED3F5E 100%);
    color: var(--white);
    font-weight: 700;
    font-size: 20px;
    border: none;
    line-height: 120%;
    padding: 13px 70px;
}

.jb_wc_simple_product_summary_inner .single_add_to_cart_button:hover,
.woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
    background: var(--blue);
}

.jb_wc_simple_product_summary_inner .qty,
.woocommerce-variation-add-to-cart .qty {
    padding: 13px;
    border-radius: 5px;
    font-size: 18px;
    border: 1px solid var(--lt-grey-2);
    width: 110px;
}

.added_to_cart.wc-forward {
    display: none;
}


.variations_form .variations .label {
    display: none;
}

.jb_wc-type-image.jb_wc-terms.jb_wc-style-rounded .jb_wc-term {
    border-radius: 50%;
}

.jb_wc-type-image .jb_wc-term>span {
    background-color: transparent;
}


.jb_wc-type-image.jb_wc-terms.flickity-enabled {
    margin-bottom: 20px;
}

.jb_wc-type-image.jb_wc-terms.flickity-enabled .flickity-button.flickity-prev-next-button {
    bottom: calc(50% - 13px);
    left: auto;
}

@media (max-width: 768px) {
    .jb_wc-type-image.jb_wc-terms.flickity-enabled .flickity-button.flickity-prev-next-button {
        display: none;
    }
}

.jb_wc-type-image.jb_wc-terms.flickity-enabled .flickity-button.flickity-prev-next-button circle {
    fill: var(--white);
}

.jb_wc-type-image.jb_wc-terms .flickity-prev-next-button.flickity-button.next {
    right: 13px;
    right: -14px;
}

.jb_wc-type-image.jb_wc-terms .flickity-prev-next-button.flickity-button.previous {
    left: 16px;
    left: -7px;
}





.lab_report_wrapper .jb_button {
    margin: 0 0 1em;
}









/* TABS */


.woocommerce .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce .woocommerce-tabs ul.tabs li {
    border-bottom: 2px solid transparent;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    color: #515151;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.woocommerce .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: var(--blue);
}

.woocommerce .woocommerce-tabs ul.tabs li.active {
    z-index: 1;
    color: var(--blue);
    border-bottom-color: var(--blue);
}

.woocommerce .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce .woocommerce-tabs ul.tabs li::after,
.woocommerce .woocommerce-tabs ul.tabs li::before {
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce .woocommerce-tabs ul.tabs li::before {
    left: -5px;
}

.woocommerce .woocommerce-tabs ul.tabs li::after {
    right: -5px;
}

.woocommerce .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

.woocommerce .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}














/*** ADD TO CART POPUP ***/

.jb_pu-popup-overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s opacity, 0.3s visibility;
}

.jb_pu-popup {
    position: fixed;
    width: 90%;
    max-width: 750px;
    line-height: 1;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    box-sizing: border-box;
    text-align: center;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: 0.3s top, 0.3s opacity, 0.3s visibility;
}

.jb_pu-show .jb_pu-popup-overlay {
    opacity: 1;
    visibility: visible;
}

.jb_pu-show .jb_pu-popup {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.jb_pu-popup h2 {
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

.jb_pu-popup h2::before {
    content: '✔';
    height: 55px;
    width: 55px;
    border-radius: 55px;
    color: var(--blue);
    background: var(--lt-green-2);
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    font-weight: 100;
    display: inline-block;
    margin-right: 1rem;
    transform: translateY(-2px);
    vertical-align: text-top;
}

.jb_pu-popup .jb_pu_img_text_wrapper {
    display: flex;
    align-items: center;
}

.jb_pu-popup .jb_pu-image {
    display: block;
    margin-bottom: 10px;
    width: 40%;
    max-width: 185px;
}


.jb_pu-popup .jb_pu-image img {
    display: inline-block;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.jb_pu-popup .jb_pu-text {
    text-align: left;
}

.jb_pu-popup .jb_pu-text a,
.jb_pu-popup .jb_pu-text span {
    font-size: 20px;
    line-height: 120%;
}

.jb_pu-wrapper .jb_pu-text ins {
    text-decoration: none;
}

.jb_pu-wrapper .jb_pu-text del {
    display: none;
}

.jb_pu-wrapper .amount {
    display: block;
    font-weight: 400;
    margin: 1em 0 0;
}

.jb_pu-popup .jb_pu-action {
    display: block;
    margin-top: 10px;
    clear: both;
}

.jb_pu-popup .jb_pu-action a {
    /* display: inline-block; */
    outline: none;
    font-weight: 700;
    font-size: 20px;
    border: 3px solid var(--black);
    border-radius: 30px;
    padding: 18px 0;
    width: 45%;
    text-align: center;
    float: left;
}

.jb_pu-popup .jb_pu-action a:hover {
    border-color: var(--blue);
}

.jb_pu-popup .jb_pu-action .jb_pu-checkout-button {
    border: none;
    padding: 21px 0;
    background: linear-gradient(180deg, #205298 0%, #ED3F5E 100%);
    color: var(--white);
    float: right;
}

.jb_pu-popup .jb_pu-action .jb_pu-checkout-button:hover {
    background: var(--lt-blue);
}












/** LOGIN **/


#customer_login>[class*=col-],
.woocommerce-lost-password [class*=col-] {
    padding: 0 4vw;
}

#customer_login>[class*=col-]:last-child,
.woocommerce-lost-password [class*=col-]:last-child {
    border-left: 1px solid var(--lt-grey-2);
}

#customer_login .input-text,
.woocommerce-lost-password .input-text {
    display: block;
    width: 100%;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 10px;
}

#customer_login .woocommerce-form-login__rememberme {
    transform: translateY(-20px);
}

#customer_login .form-row[id*=name_field] {
    width: calc(50% - 15px);
    display: inline-block;
}

#customer_login #billing_first_name_field {
    margin-right: 30px;
}

#customer_login .woocommerce-button,
.woocommerce-lost-password .jb_button {
    display: block;
    border: none;
    /* padding: calc(0.5em + 3px) 0; */
    background: linear-gradient(180deg, #205298 0%, #ED3F5E 100%);
    color: var(--white);
    padding-left: 100px;
    padding-right: 100px;
    width: 100%;
    padding: 15px 0;
}

#customer_login .woocommerce-button:hover,
.woocommerce-lost-password .jb_button:hover {
    background: var(--lt-blue);
    border-color: var(--lt-blue);
}




/** CHECKOUT HEADER **/

#header-main .header-checkout-steps {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: max-content auto max-content;
    grid-template-areas: "logo checkout-steps back-to-shop";
    justify-items: stretch;
    align-items: center;
    column-gap: 20px;
}

#header-checkout-steps {
    grid-area: checkout-steps;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#header-checkout-steps li {
    font-size: 20px;
    line-height: 24px;
    color: var(--lt-grey-3);
}

#header-checkout-steps li span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    color: var(--lt-grey-3);
    border: 3px solid var(--lt-grey-3);
    border-radius: 50%;
    margin-right: 20px;
    font-weight: 700;
    font-size: 18px;
}

#header-checkout-steps li a {
    color: inherit;
}

#header-checkout-steps li:hover a,
#header-checkout-steps li.active {
    color: var(--white);
}

#header-checkout-steps li.active {
    font-weight: 700;
}

#header-checkout-steps li.active span {
    background: var(--white);
    color: var(--blue);
    border-color: var(--white);
}


#header-back-to-shop {
    grid-area: back-to-shop;
    color: var(--white);
}

#header-back-to-shop svg {
    transform: rotate(90deg) translateX(-2px);
}






/** CART **/




h3.special-offer {
    width: 300px;
    float: right;
    margin: 30px 0;
}

.shop_table_list li {
    background: var(--white);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin: 0 0 20px;
    padding-right: 40px;
    overflow: hidden;
    position: relative;
}

.shop_table_list li .attachment-woocommerce_thumbnail {
    width: 180px;
    height: auto;
    float: left;
}

.shop_table_list li .cart_item_name {
    font-size: 20px;
    line-height: 120%;
    margin: 20px 0;
}

.shop_table_list li .amount {
    font-size: 20px;
    line-height: 120%;
    color: var(--blue);
}

.shop_table_list li .quantity {
    display: inline-block;
    margin-left: 30px;
}


.shop_table_list li .cart_item_variation span {
    display: block;
}

.shop_table_list li .quantity input {
    display: inline-block;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 10px 10px 10px 20px;
    font-size: 18px;
    line-height: 28px;
    border: none;
    width: 100px;
}

.shop_table_list li .remove {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 23px;
    font-weight: 700;
}

.shop_table_list li .remove:hover {
    color: var(--crimson);
}

#coupon_code {
    border: 1px solid #D3D3D3;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 10px;
}

.update-cart-button {
    float: right;
}





.cart_totals {
    margin: 30px 0 0;
}

.cart_totals table {
    width: 100%;
}

.cart_totals table th,
.cart_totals table td {
    font-size: 18px;
    line-height: 155%;
    padding: 18px 0;
    color: var(--dark-grey);
    border-bottom: 1px solid var(--lt-grey-2);
}

.cart_totals table th {
    white-space: nowrap;
}

.cart_totals table td {
    text-align: right;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
    color: var(--black);
}

.cart_totals .order-total th {
    font-weight: 700;
}

.cart_totals .wc-proceed-to-checkout {
    margin: 30px 0 0;
}

.cart_totals .checkout-button {
    background: var(--white);
    float: right;
}

.cart_totals #shipping_method {
    margin-left: 28%;
}

#shipping_method li {
    display: flex;
    align-items: flex-start;
    margin: 1em 0 0;
}

#shipping_method input {
    margin: 4px 9px 0 0;
}

#shipping_method label {
    line-height: 1.2;
    text-align: left;
}

#shipping_method .amount {
    font-weight: 700;
}

















/*** CHECKOUT ***/

.checkout-col {
    background: var(--white);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px;
    margin: 0 0 30px;
}

.checkout-col h3 {
    font-family: inherit;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin: 0 0 0.5em;
}

/* .checkout-col-1 .woocommerce-billing-fields__field-wrapper {
    columns: 2;
    column-gap: 30px;
} */

.checkout-col-1 .form-row,
.checkout-col-2 .form-row:not(.notes) {
    width: calc(50% - 15px);
    display: inline-block;
}

.checkout-col-1 .form-row:nth-child(odd),
.checkout-col-2 .form-row:not(.notes):nth-child(odd) {
    margin-right: 30px;
}

.checkout-col-1 .form-row label,
.checkout-col-2 .form-row label {
    font-size: 18px;
    line-height: 155%;
    color: var(--black);
}

.checkout-col input[type='text'],
.checkout-col input[type='tel'],
.checkout-col input[type='email'],
.checkout-col input[type='password'],
.checkout-col textarea,
.checkout-col .select2-container--default .select2-selection--single {
    background: var(--white);
    border: 1px solid #D3D3D3;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}

.checkout-col .woocommerce-invalid-required-field input,
.checkout-col .woocommerce-invalid-required-field .select2-container--default .select2-selection--single {
    border-color: var(--action-red);
}


.checkout-col .select2-container,
.checkout-col .select2-container--default .select2-selection--single {
    height: 50px;
    padding: 0;
}


.checkout-col .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}



#billing_address_2_field {
    -webkit-column-break-after: always;
    -moz-column-break-after: always;
}


#order_review table {
    width: 100%;
}

/* #order_review table thead th:first-child {
    width: 80%;
} */

#order_review table .blockUI {
    display: block !important;
}

#order_review table .blockUI::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
    z-index: 1;
    opacity: 0.3;
}

#order_review thead {
    font-weight: 700;
}

#order_review table th.product-total {
    text-align: right;
}

#order_review table th,
#order_review table td {
    font-size: 18px;
    line-height: 155%;
    padding: 18px 0;
    color: var(--dark-grey);
    border-bottom: 1px solid var(--lt-grey-2);
}

#order_review tbody td.product-name {
    font-size: 16px;
    line-height: 1.2;
}

#order_review tbody td:last-child,
#order_review .cart-subtotal td,
#order_review .cart-discount td,
#order_review .order-total td {
    text-align: right;
}

#order_review .order-total th,
#order_review .order-total td {
    color: var(--black);
}

#order_review .order-total th {
    font-weight: 700;
}


/* #order_review .woocommerce-shipping-totals,
#order_review .woocommerce-shipping-totals th,
#order_review .woocommerce-shipping-totals td {
    display: block;
} */

#order_review #shipping_method {
    font-size: 15px;
}

#order_review #shipping_method input {
    margin: 2px 9px 0 0;
}


#place_order {
    width: 100%;
    border: none;
    padding: calc(0.5em + 3px) 0;
    background: linear-gradient(180deg, #205298 0%, #ED3F5E 100%);
    color: var(--white);
}

#place_order:hover {
    background: var(--lt-blue);
}






/*** THANK YOU - DONE ***/

.jb_thankyou_card {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: var(--white);
    padding: 60px;
}

.jb_thankyou_card i::before {
    content: '✔';
    height: 55px;
    width: 55px;
    border-radius: 55px;
    color: var(--blue);
    background: var(--lt-green-2);
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    font-weight: 100;
    display: inline-block;
    margin-right: 1rem;
}



/* WISHLIST */

.wishlist-items-wrapper img {
    height: auto;
}

.yith-wcwl-add-to-wishlist {
    margin-bottom: 1em;
}

/**esraa**/

/** YITH WishList **/

table.wishlist_table {
    width: 100%;
    margin-bottom: 1rem
}

table.wishlist_table thead {
    background: var(--lt-grey-1);
    text-align: center
}

table.wishlist_table tr,
table.wishlist_table td {
    border: 1px solid #ddd;
    vertical-align: middle;
}

table.wishlist_table .product-add-to-cart a {
    width: 85%;
    background: var(--blue);
    border-radius: 5px;
    color: var(--white);
    font-size: 17px;
    line-height: 200%;
}

table.wishlist_table .product-stock-status,
table.wishlist_table .product-price {
    border: 1px solid #ddd;
}




ul.wishlist_table {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.wishlist_table li {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
}

ul.wishlist_table.mobile li .item-details h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
}

ul.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    max-width: 90px;
    float: left;
}

ul.wishlist_table.mobile li .item-wrapper .item-details {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

/* Styling for the product thumbnail */
ul.wishlist_table .product-thumbnail {
    float: left;
    margin-right: 10px;
}

ul.wishlist_table .product-thumbnail img {
    max-width: 100%;
    height: auto;
}

/* Styling for the product name and details */
ul.wishlist_table .product-name {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

ul.wishlist_table .item-details-table {
    margin-top: 10px;
}

ul.wishlist_table.mobile li .item-details table.item-details-table td,
ul.wishlist_table.mobile li table.additional-info td {
    vertical-align: middle;
    font-size: 15px;
}

ul.wishlist_table .value {
    padding-left: 10px;
}

/* Styling for the additional product info */
ul.wishlist_table .additional-info-wrapper {
    margin-top: 10px;
}

ul.wishlist_table .additional-info {
    margin-bottom: 10px;
}

ul.wishlist_table .wishlist-in-stock {
    color: green;
}

ul.wishlist_table .product-add-to-cart {
    margin-bottom: 10px;
}

ul.wishlist_table .product-add-to-cart a {
    width: auto;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}



ul.wishlist_table .product-remove {
    float: right;
}

ul.wishlist_table .remove_from_wishlist {
    display: inline-block;
    color: #ccc;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

ul.wishlist_table .remove_from_wishlist:hover {
    color: #000;
}






/** BOGO **/

.jb_cart_item_quantity {
    margin-left: 60px;
    font-size: 18px;
}





.woocommerce-account main .woocommerce {
    display: flex;
}

.woocommerce-MyAccount-navigation {
    min-width: 200px;
}

.woocommerce-MyAccount-navigation li {
    border-top: 1px solid var(--lt-grey-3);
    margin-right: 20px;
}

.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 1px solid var(--lt-grey-3);
}



/** JB AUTOSHIP SELECTOR **/

#autoship-schedule-options,
#autoship-schedule-options-variable {
    display: none;
}

.jb_autoship__wrapper {
    /* height: 78px; */
    position: relative;
    display: none;
    z-index: 1;
}

.jb_autoship__wrapper.visible {
    display: block;
}

/* .jb_autoship__wrapper.opened {
    height: 147px
} */

.jb_autoship__selector {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e1e1e8;
    padding: 11px 5px 11px 15px;
    margin: 1em 0 0;
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 1
}

.jb_autoship__cb_desc_wrapper {
    display: flex;
}

.jb_autoship__checkboxes {
    display: flex;
    height: 35px;
    border-radius: 17px;
    background: #f5f5f5
}

.jb_autoship__checkboxes__checkbox {
    display: flex;
    width: 45px;
    border-radius: 17px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer
}

.jb_autoship__checkboxes__checkbox--yes.active {
    color: #fff;
    cursor: default;
    filter: drop-shadow(0px 3px 5.5px rgba(252, 191, 97, .5));
    background-color: var(--lt-green);
    border: 1px solid var(--lt-green)
}

.jb_autoship__checkboxes__checkbox--no.active {
    color: #fff;
    cursor: default;
    filter: drop-shadow(0px 3px 5.5px rgba(252, 191, 97, .5));
    background-color: var(--blue);
    border: 1px solid var(--blue)
}

.jb_autoship__description {
    font-size: 14px;
    line-height: 18px;
    color: #21212b;
    font-weight: 400;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.jb_autoship__description span {
    font-weight: 900;
    color: var(--action-red);
}

.jb_autoship__list {
    display: none;
    align-items: center;
    margin: 10px 0 0;
    border-radius: 3px;
    border: 1px solid #e1e1e8;
    flex-wrap: wrap
}

.jb_autoship__list.show {
    display: flex;
    width: 100%
}

.jb_autoship__list__current {
    background-color: #f5f1ed;
    padding: 10px 17px;
    font-size: 16px;
    color: #1c202d;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between
}

.jb_autoship__list__current.opened {
    border-bottom: 1px solid #e1e1e8
}

.jb_autoship__list__current svg {
    width: 10px;
    height: 17px;
    fill: #6a6a76;
    margin-top: 3px
}

.jb_autoship__list__variants {
    width: 100%;
    display: none;
    flex-direction: column
}

.jb_autoship__list__variants.opened {
    display: flex
}

.jb_autoship__list__variants__variant {
    padding: 10px 17px;
    font-size: 16px;
    font-weight: 400;
    color: #6a6a76;
    border-radius: 3px;
    width: 100%;
    cursor: pointer
}

.jb_autoship__list__variants__variant.active,
.jb_autoship__list__variants__variant:hover {
    background-color: #f5f5f5;
    color: #1c202d;
    font-weight: 600
}