/* 2019 */

body {
    color: #424242;
}

.w-100 + .select2 {
    width: 100% !important;
}

a {
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}

.preview-modal .modal-dialog {
    width: 95%;
    height: 100%;
    margin: auto;
}

.preview-modal .modal-content{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.preview-modal .modal-body {
    flex-grow: 1;
}

.preview-modal .modal-header {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.preview-modal .modal-footer {
    padding: 20px 30px;
}

.preview-modal .modal-footer button {
    margin: 0;
}

.preview-modal iframe {
    width: 100%;
    height: 100%;
}

#signup-modal {
    z-index: 1050;
}

.floating-cart {
    top: 3rem;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}

.modal-professional-image img {
    max-height: 300px;
}

.modal-professional-name,
.modal-professional-image {
    margin-bottom: 1rem;
}

footer{
    letter-spacing: 1.5px;
    text-align: center;
    font-weight: bold;
    margin-top: 60px;
    background-color: #555555 !important;
    width: 100%;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #fff;
    text-decoration: none;
}
footer .social-media{
    margin-top: 10px;
    margin-bottom: 20px;
}
footer .copyright{
    margin-top: 10px;
}

.icon img {
    max-width: 38px;
    height: auto;}
.icon-dribbble-circle:before {
    content: url("/assets/common/icons/social/if_online_social_media_dribbble_734384.png");
}
.icon-dropbox-circle:before {
    content: url("/assets/common/icons/social/if_online_social_media_drop_box_dropbox_734390.png");
}
.icon-facebook-circle:before {
    content: url("/assets/common/icons/social/if_facebook_online_social_media_734399.png");
}
.icon-flickr-circle:before {
    content: url("/assets/common/icons/social/if_flickr_online_social_media_734398.png");
}
.icon-google-plus-circle:before {
    content: url("/assets/common/icons/social/if_google_plus_online_social_media_734397.png");
}
.icon-instagram-circle:before {
    content: url("/assets/common/icons/social/if_instagram_online_social_media_734394.png");
}
.icon-linkedin-circle:before {
    content: url("/assets/common/icons/social/if_online_social_media_linked_in_734383.png");
}
.icon-pinterest-circle:before {
    content: url("/assets/common/icons/social/if_pinterest_online_social_media_734372.png");
}
.icon-rss-circle:before {
    content: url("/assets/common/icons/social/if_rss_online_social_media_734370.png");
}
.icon-skype-circle:before {
    content: url("/assets/common/icons/social/if_skype_online_social_media_734369.png");
}
.icon-tumblr-circle:before {
    content: url("/assets/common/icons/social/if_tumblr_online_social_media_734368.png");
}
.icon-twitter-circle:before {
    content: url("/assets/common/icons/social/if_online_social_media_twitter_734377.png");
}
.icon-vimeo-circle:before {
    content: url("/assets/common/icons/social/if_vimeo_online_social_media_734366.png");
}
.icon-youtube-circle:before {
    content: url("/assets/common/icons/social/if_youtube_online_social_media_734361.png");
}
.icon-youtube-circle-white:before{
    content: url("/assets/common/icons/social/YouTube_Icon_White.png");
}
.icon-facebook-circle-white:before{
    content: url("/assets/common/icons/social/Face_Icon_White.png");
}
.icon-instagram-circle-white:before{
    content: url("/assets/common/icons/social/Instagram_Icon_White.png");
}
.icon-pinterest-circle-white:before{
    content: url("/assets/common/icons/social/Pinterest_Icon_White.png");
}
.icon-twitter-circle-white:before{
    content: url("/assets/common/icons/social/Twitter_Icon_White.png");
}

.form-page {
    margin-top: 5rem;
    margin-bottom: 10rem;
}

.login-page-container,
.page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-container {
    flex-basis: 450px;
}

.login-panel .login-button {
    margin-top: 0;
    margin-bottom: 26px;
    padding: 12px 37px !important;
}

.hpanel .panel-body.login-panel {
    background-color: rgba(245,245,245, 0.45);
    padding: 30px 20px 15px 20px;
}

.login-panel .login-input {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    border: none;
    background-color: #ffffff;
    padding: 24px 18px;
    border-radius: 10px;
    letter-spacing: 0.1em;
}

.login-panel .login-input::placeholder {
    color: #333;
}

.form-horizontal .control-label {
    padding-top: 0;
}



@media only screen and (min-width: 320px) {
    html {
        font-size: 62.5%;
    }

    .custom-container {
        max-width: 93%;
    }

    .members-shopping-area .custom-container {
        max-width: 95%;
    }
}

@media only screen and (min-width: 576px) {
    html {
        font-size: 62.5%;
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 87.5%;
    }

    .custom-container {
        max-width: 77%;
    }

    .members-shopping-area .custom-container {
        max-width: 90%;
    }
}

@media only screen and (min-width: 1920px) {
    html {
        font-size: 100%;
    }
}



.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 575px) {
    .same-height-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        flex-wrap: wrap;
    }
}

.carelumina-checkmark-container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.carelumina-checkmark-container label {
    margin-bottom: 0;
    cursor: pointer
}

.carelumina-checkmark-container .checkmark {
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    border: 3px solid #c6c8ca;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carelumina-checkmark-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.carelumina-checkmark-container:hover input ~ .checkmark {
    background-color: #e4e5e6;
}

/* The container */
.container2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carelumina-checkmark-container input:checked ~ .checkmark:after {
    display: block;
}

.carelumina-checkmark-container .checkmark:after {
    content: "";
    display: none;
    width: 5px;
    height: 10px;
    border: solid #424242;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-anchor {
    color: inherit !important;
}


.carelumina-button:focus {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    border: 2px solid #424242;
    color: #ffffff;
    cursor: pointer;
}

.carelumina-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    border: 2px solid #424242;
    color: #ffffff;
    padding: 0.5rem 0.7rem !important;
    border-radius: 0.625rem !important;
    cursor: pointer;
    background-color: #424242;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    max-width: 100%;
    text-align: center;
}

.carelumina-button a {
    text-decoration: none;
    color: #ffffff;
}

.carelumina-button a:hover {
    color: #424242 !important;
}

.carelumina-button:hover,
.carelumina-button:hover a {
    color: #424242 !important;
    background-color: #ffffff !important;
}

.transparent-border-2 {
    border: 2px solid transparent;
}

.carelumina-live-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 2px 12px!important;
    font-size: 1rem;
    border-radius: 10px!important;
    display: flex !important;
    align-items: center;
    color: white !important;
    margin: auto;
    width: fit-content
}
.carelumina-live-button i {
    font-weight: 700;
    font-size: 14px;
    margin-right: 3px;
}

.carelumina-input {
    border-radius: 0;
    border: 3px solid #c6c8ca;
    padding: 22px 15px;
    height: 50px;
    font-family: 'Poppins', sans-serif;
}


select.carelumina-input {
    padding: inherit;
}

select.carelumina-input + .select2 .select2-selection {
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 0;
    border: 3px solid #c6c8ca;
    font-family: 'Poppins', sans-serif;
    padding: 8px;
}

select.carelumina-input + .select2 .select2-selection  .select2-selection__arrow {
    bottom: 0;
    top: 0;
    margin: auto;
}
select.carelumina-input + .select2:not(.select2-container--above):not(.select2-container--below) .select2-selection__rendered {
    color: #999;
}

.carelumina-header1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 5rem;
    line-height: 7.083rem;
}

.carelumina-title1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.5rem; /* ~25px */
    letter-spacing: 0.05em;
}

.carelumina-title2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.25rem; /* 20 */
    letter-spacing: 0.05em;
}

.carelumina-title3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.25rem; /* 20 */
    letter-spacing: 0.05em;
    line-height: 2.5rem;
}

.carelumina-body1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.063rem; /* 17px */
    line-height: 1.875rem; /* 30px */
    letter-spacing: 0.005em;
}

.carelumina-body2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.063rem; /* 17px */
    line-height: 2.2rem;
    letter-spacing: 0.005em;
}

.carelumina-body3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.063rem; /* 17px */
    line-height: 1.563rem; /* 25px */
    letter-spacing: 0.005em;
}

.carelumina-body4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.25rem; /* 20 */
    line-height: 2.188rem; /* 35px */
    letter-spacing: 0.005em;
}

.carelumina-disclaimer {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.9375rem; /* 15 */
    line-height: 1.25rem; /* 20 */
    letter-spacing: 0.0005em;
}
.carelumina-disclaimer2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.8rem; /* 15 */
    line-height: 1.25rem; /* 20 */
    letter-spacing: 0.0005em;
}

.carelumina-pagination {
    display: flex;
    justify-content: flex-end;
}

.max-width-initial {
    max-width: initial !important;
}

.review .admin-reply {
    margin-left: 30px;
    padding: 15px;
    border-left: 5px solid #849dc2;
    border-top: 0;
    background-color: #f6fbff;
    margin-bottom: 2rem;
}

.reviews .add-review-area {
    margin-bottom: 4rem;
    display: none;
}
.reviews .add-review {
    margin-left: 1rem;
}

.reviews .add-review-area.opened {
    display: block;
}

.reviews .review {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
}

.review .person-edit-rating{
    margin-bottom: 1rem;
    border: 3px solid #c6c8ca;
    padding: 5px;
}

.review .edit-area {
    display: flex;
    justify-content: flex-end;
}

.review-area {
    border-left: 1px solid #e3e3e3;
    padding-left: 4rem;
}

.reviews-info {
    display: flex;
    align-items: flex-end;
    margin-bottom: 2rem;
    flex-direction: column;
}

.person-edit-rating,
.review-edit-title,
.cancel-edit-review,
.save-edit-review,
.review-edit-description {
    display: none;
}

.review .cancel-edit-review {
    margin-left: 1rem;
}

.review.opened .person-edit-rating,
.review.opened .review-edit-title,
.review.opened .cancel-edit-review,
.review.opened .save-edit-review,
.review.opened .review-edit-description {
    display: block;
}
.review.opened .person-rating,
.review.opened .review-title,
.review.opened .review-description,
.review.opened .edit-review {
    display: none;
}



.interaction {
    display: flex;
    justify-content: space-between;
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.review-hidden-content {
    opacity: 0;
    visibility: hidden;
}

.content-trigger {
    cursor: pointer;
    color: #77d4d4;
}

.review-edit-description,
.review-description{
    margin-bottom: 2rem;
}
.review-description.open .review-hidden-content {
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
}

.review-description.open .readmore {
    display: none;
}
.review-description:not(.open) .readless {
    display: none;
}

.share-button {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.share-button a {
    color: inherit;
}
.share-button i {
    margin-right: 0.5rem;
}

.rating-star {
    cursor: pointer;
}

.rating-checked {
    color: orange;
}

@media only screen and (max-width: 575px) {
    .mobile-shrunken-image {
        width: 100px;
        margin: 0;
    }
}

.carelumina-login-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
    color: #424242;
}

.carelumina-login-links {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    line-height: 1.3rem;
    color: #424242;
}

.carelumina-login-links a {
    color: #000000;
}



.shop-price {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.875rem; /* 30px */
    letter-spacing: 0.05em;
}

.price-block {
    display: flex;
}

.formatted-price {
    display: flex;
    justify-content: center;
}

.formatted-price .entire-price {
    display: flex;
    align-items: flex-start;
}

.formatted-price .decimal {
    font-size: 0.75em;
}

.carelumina-semi-underlined {
    position: relative;
    padding-bottom: 0.5rem;
}

.carelumina-semi-underlined:before {
    border-bottom: 0.1875rem solid;
    border-color: inherit;
    content: "";
    width: 5.75rem; /* 92px */
    position: absolute;
    bottom: 0;
}

.single-image {
    margin-bottom: 4rem;
}

.custom-delimiter {
    border-bottom: 3px solid #979797;
}

.text-delimiter {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #eee;
}

.display-block {
    display: block;
}

.disabled-indicator {
    color: #00000014;
}

.ingredients-slice-title {
    font-family: 'Poppins', sans-serif;
    padding: 0.5rem 2.5rem !important;
    border-radius: 0.625rem !important;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    white-space: nowrap;
    border: 2px solid transparent;
    color: #ffffff !important;
    background-color: #424242 !important;

    font-weight: 600;
    font-size: 1.25rem; /* 20 */
    letter-spacing: 0.05em;
}

.list-item-with-plus-sing {
    display: flex;
}

.list-item-with-plus-sing:before {
    content: "+";
    margin-right: 0.5rem;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}


.mb-16 {
    margin-bottom: 1rem;
}

.mb-32 {
    margin-bottom: 2rem;
}


*:focus {
    outline: 0 !important;
}

.margin-auto {
    margin: auto;
}

.text-blue-color {
    color: #0099ff;
}

.text-padding-left-20 {
    padding-left: 1.25rem;
}

.table-height-100 {
    height: 100%
}

.image-bottom-15-less {
    bottom: -0.9375rem !important;
}

.image-display-index-2 {
    z-index: 2;
}

.table-padding-60 td {
    padding: 3.75rem;
}
.table-padding-50 td {
    padding: 3.125rem;
}

.image-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.image-w100 {
    width: 100%;
}

.carelumina-logo {
    max-height: 1.563rem;
}

.carelumina-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.carelumina-checkbox.radio-inline {
    padding-top: 0;
}


.carelumina-checkbox input {
    margin-right: 0.5rem;
    margin-top: 0;
    cursor: pointer;
}

.no-margin {
    margin: 0 !important;
}


.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}

.tag-section:not(.default) {
    display: none;
    width: 100%;
}

.smartship-label {
    cursor: pointer;
    position: relative;
}

.smartship-label.checked:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: #424242;
    position: absolute;
    border-radius: 50%;
    left: 0.3125rem;
    top: 0.5rem;
}

.smartship-label:before {
    transition-timing-function: cubic-bezier(.075, .820, .165, 1);
    border-radius: 50%;
    background-color: white;
    box-sizing: border-box;
    color: #424242;
    content: close-quote;
    display: inline-block;
    border: 2px solid #424242;
    transition-duration: .5s;
    transition-property: background-color, border-color;
    width: 1.1rem;
    margin-right: 0.5rem;
    height: 1.1rem;
}




@media only screen and (min-width: 320px) and (max-width: 767px) {
    .justify-end-xs {
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 1200px) {
    .align-center {
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .align-top {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .align-bottom {
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .table-desktop-80-percent-width {
        max-width: 80%;
    }

}

@media only screen and (max-width: 1200px) {
    .product-wrap .slice {
        background-image: none !important;
    }
    .product-wrap .slice table {
        margin-inline-start: inherit !important;
    }
    .products-services .product-image-container {
        height: 250px;
    }
}
@media only screen and (max-width: 992px) {

    .product-wrap .toggle-desktop-mobile * {
        text-align: left !important;
    }

    .mobile-text-margin-bottom-10 {
        padding-bottom: 0.625rem;
    }

    .mobile-text-margin-bottom-20 {
        padding-bottom: 1.25rem;
    }

    .mobile-text-margin-bottom-30 {
        padding-bottom: 1.875rem;
    }

    .mobile-text-margin-bottom-40 {
        padding-bottom: 2.5rem;
    }

    .mobile-text-margin-bottom-50 {
        padding-bottom: 3.125rem;
    }

    .mobile-text-margin-bottom-60 {
        padding-bottom: 3.75rem;
    }

    .mobile-text-margin-bottom-70 {
        padding-bottom: 4.375rem;
    }

    .mobile-text-margin-bottom-80 {
        padding-bottom: 5rem;
    }

    .mobile-text-margin-bottom-90 {
        padding-bottom: 5.625rem;
    }

    .mobile-text-margin-bottom-100 {
        padding-bottom: 6.25rem;
    }
}


.text-margin-bottom-5 {
    margin-bottom: 0.3125rem;
}

.text-margin-bottom-10 {
    margin-bottom: 0.625rem;
}
.text-margin-bottom-20 {
    margin-bottom: 1.25rem;
}
.text-margin-bottom-30 {
    margin-bottom: 1.875rem;
}
.text-margin-bottom-40 {
    margin-bottom: 2.5rem;
}
.text-margin-bottom-50 {
    margin-bottom: 3.125rem;
}
.text-margin-bottom-60 {
    margin-bottom: 3.75rem;
}
.text-margin-bottom-70 {
    margin-bottom: 4.375rem;
}
.text-margin-bottom-80 {
    margin-bottom: 5rem;
}
.text-margin-bottom-90 {
    margin-bottom: 5.625rem;
}
.text-margin-bottom-100 {
    margin-bottom: 6.25rem;
}

.underlined-item {
    position: relative;
    padding-bottom: 0.5rem;
}

.underlined-item:before {
    border-bottom: 0.1875rem solid;
    border-color: inherit;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 800px) {
	.mobile-font {
		font-size: 1.4rem !important;
		font-weight: bold !important;
	}
}

@media only screen and (max-width: 360px) {
	.mobile-font {
		font-size: 1.08rem !important;
		font-weight: bold !important;
	}
}


@media only screen and (min-width: 320px) {
    .website-menu {
        top: 0;
        z-index: 200;
        position: fixed;
        width: 100%;
    }

    .display-only-subcategory .subcategory-product-title {
        margin-bottom: 0.5rem;
    }

    .display-only-subcategory .subcategory-product-description {
        margin-bottom: 1.563rem;
    }


    .website-menu .main-menu-inner .enroller-details {
        color: white;
        font-size: 1.313rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
    }
    .website-menu .main-menu-inner .enroller-details i {
        top: 4px;
    }

    .cl-top-bar {
        padding: 1rem 0;
        background: #979797;
    }

    .cl-top-bar a, .cl-top-bar span, .cl-top-bar p, .cl-top-bar .custom-container {
        color: white;
        font-size: 1.05rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        text-decoration: none;
        letter-spacing: 0.05em;
    }
    .cl-top-bar a:hover{
        color: #fff;
    }

    .cl-header {
        background-color: #ffffff;
    }

    .delimiter {
        color:#ffffff;
        width: 3px;
        font-size: 1.6rem;
        background-color: white;
        margin: 0 1rem;
    }

    .menu-bar {
        display: inline-block;
        cursor: pointer;
    }

    .menu-bar > div:not(:last-child) {
        margin-bottom: 6px;
    }

    .menu-bar .bar {
        width: 30px;
        height: 4px;
        background-color: #ffffff;
        transition: 0.4s;
    }


    .responsive-menu #shopping-cart-menu-item {
        font-size: 2.5rem;
        line-height: 1;
    }

    .dropdown-second-menu-wrapper .menu-bar .bar {
        background-color: #428bca;
    }

    .dropdown-second-menu-wrapper >  a,
    .responsive-menu .responsive-menu-wrap >  a {
        font-size: 3rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .responsive-menu-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .secondary-menu-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 7.063rem;
    }

    .navbar-nav {
        display: flex;
        align-items: center;
    }

    .menu-button {
        padding: 0.3125rem 0.9375rem;  /* 5  20*/
    }

    .navbar-collapse {
        padding: 0;
    }

    .cl-header .nav li, .cl-header .nav li:not(.live-button) a{
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 1.125rem; /* 18 */
        letter-spacing: 0.05em;
        color: #000;
        text-transform: capitalize;
    }

    .cl-header .nav li:not(.live-button) a:hover {
        background: #AFE0D7;
    }

    .cl-header .nav > li:not(.live-button) > a {
        padding: 0.625rem 1.313rem; /* 10 21 */
    }

    header .dropdown-second-menu{
        font-size: 1.83rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 200 !important;
        text-decoration: none;
        text-transform: capitalize;
        min-width: 200px;
        left: -180px;
    }



    .carousel-inner img{
        width: 100%;
    }

    .indicators-wrap {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #header-carousel-mobile .indicators-wrap {
        align-items: flex-end;
    }

    .header-carousel .carousel-control {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 5%;
    }

    .header-carousel .carousel-control span {
        position: static;
    }

    .header-carousel .carousel-indicators {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        bottom: 3rem;
        position: absolute;
    }

    #header-carousel-mobile .carousel-indicators {
        justify-content: center;
    }


    .header-carousel .carousel-indicators li {
        margin-right: 1rem;
        border: 2px solid #424242;
    }

    .header-carousel .carousel-indicators .active {
        background-color: #424242;
    }

    .header-carousel .indicators-wrap{
        padding: 0;
    }

    .header-carousel .carousel-indicators li,
    .header-carousel .carousel-indicators .active {
        width: 1.0rem;
        height: 1.0rem;
    }

    .banner {
        margin-bottom: 6.25rem;
    }

    .subtitle h2 {
        text-align: left;
        margin-top: 0;
    }

    .underlined-title {
        margin-bottom: 2.5rem;
    }

    .underlined-title span {
        position: relative;
        padding-bottom: 3px;
        border-bottom: 2px solid #000;
    }

    .homepage-media {
        margin-bottom: 9.375rem;
    }

    .video-area h2 {
        margin-top: 0;
        margin-bottom: 2.813rem;
    }

    .video-section .videoWrapper {
        height: 100%;
    }

    .custom-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .custom-dots ul.slick-dots {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: static;
    }

    .custom-dots ul.slick-dots li {
        width: 22px;
        height: 22px;
        margin: 0;
        margin-right: 14px;
    }
    .custom-dots ul.slick-dots li button:before {
        border: 1px solid #000000;
        border-radius: 50%;
        background-color: black;
        content: "";
        opacity: 1;
        width: 1.125rem; /* 18px */
        height: 1.125rem; /* 18px */
    }
    .custom-dots ul.slick-dots li:not(.slick-active) button:before {
        background-color: transparent;
    }
    .custom-dots ul.slick-dots li button:before {
        font-size: 1.3rem;
    }

    .video-slider {
        display: flex;
        align-items: center;
    }

    .video-slider-top-indicator {
        margin-bottom: 2rem;
    }

    .video-slider img,
    .video-slider iframe {
        height: 25rem;
    }

    .video-slider img,
    .video-slider iframe {
        width: 100%;

    }

    .video-player-slider {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .homepage-media .videoWrapper iframe {
        height: 33.5rem;
    }

    .slick-vertical .slick-slide {
        display: flex !important;
        cursor: pointer;
    }

    .video-slider-wrap .slick-vertical .slick-slide {
        border-top: 24px solid transparent !important;
        border-bottom: 24px solid transparent !important;
    }
    .video-slider-wrap .slick-vertical .slick-list {
        margin: -24px 0;
    }

    .video-slider-indicator {
        font-size: 2rem;
        text-align: center;
        cursor: pointer;
        display: flex !important;
        justify-content: center;
        color: #979797;
    }

    .products-services {
        margin-bottom: 2.75rem;
    }

    .products-services .banner-image {
        margin-bottom: 9rem;
    }

    .products-row .product-wrap:not(.last) {
        margin-bottom: 6.25rem;
    }

    .products-row .services-description {
        margin-bottom: 16px;
    }

    .advisory-board {
        margin-bottom: 10rem;
    }

    .professionals {
        margin-bottom: 5rem;
    }

    .professionals .professional:not(.last) {
        margin-bottom: 5rem;
    }

    .professionals .image {
        margin-bottom: 2rem;
    }

    .professionals .professionals-description,
    .professionals .professionals-title {
        margin-bottom: 1rem;
    }

    footer .links,
    footer .copyright,
    footer .links a{
        font-size: 1.0rem;
        font-weight: 700;
        letter-spacing: 1px;
    }

    footer .links .link-delimiter {
        margin: 0 8px;
    }

    .header-carousel .carousel-actions {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 8rem;
        bottom: 0;
    }
    #header-carousel-mobile .carousel-actions {
      justify-content: center;
    }

    .header-carousel .carousel-button {
        z-index: 2;
        bottom: 9rem;
        text-decoration: none;
        position: absolute;
    }
    #header-carousel-mobile .carousel-button {
        bottom: 2.5rem;
    }

    .category-presentation-slice  {
        margin-bottom: 2rem;
    }

    .category-presentation-slice hr  {
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #eee;
    }

    .category-presentation-slice img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    .category-presentation-slice .slice-title {
        margin-bottom: 5rem;
    }
}

@media only screen and (min-width: 320px) {
    #header-carousel-mobile .carousel-indicators {
        bottom: 2rem;
    }
    #header-carousel-mobile .carousel-indicators li {
        margin-right: 0.5rem;
    }
}

@media only screen and (min-width: 576px) {
    .video-slider img,
    .video-slider iframe {
        height: 40rem;
    }

    #header-carousel-mobile .carousel-indicators {
        bottom: 4.5rem;
    }
    #header-carousel-mobile .carousel-button {
        bottom: 4rem;
    }
}

@media only screen and (min-width: 992px) {
    .header-carousel .carousel-indicators {
        justify-content: flex-start;
        margin-bottom: 1.5rem; /* 24px */
        display: flex;
        align-items: center;
        text-align: left;
        padding: 0;
        position: relative;
        bottom: 0;
    }

    .header-carousel .carousel-button {
        bottom: 5rem;
    }

    .header-carousel .carousel-actions {
        align-items: flex-start;
        position: relative;
        margin-bottom: 0;
    }

    .subtitle h2 {
        text-align: center;
    }

    .subtitle p {
        text-align: justify;
        -moz-text-align-last: center;
        text-align-last: center;
    }

    .video-section {
        height: 100%;
    }

    .custom-dots {
        padding-right: 2rem;
    }

    .video-area h2 {
        margin-bottom: 0;
    }

    .video-slider img,
    .video-slider iframe {
        height: auto;
        pointer-events: none;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0!important;
    }

    .custom-dots ul.slick-dots li button:before {
        border: 2px solid #000000;
    }

    .indicators-wrap {
        align-items: flex-end;
    }



    .category-presentation-slice  {
        margin-bottom: 6.25rem;
    }
}

@media only screen and (min-width: 1200px) {
    .header-carousel .carousel-button {
        bottom: 7rem;
    }
}

@media only screen and (min-width: 1600px) {
    .header-carousel .carousel-indicators {
        justify-content: flex-start;
        margin-bottom: 3.75rem; /* 60px */
    }

    .header-carousel .carousel-button {
        bottom: 11rem; /* 100px */
    }
}

@media only screen and (min-width: 1920px) {
    .custom-dots ul.slick-dots li button:before {
        border: 3px solid #000000;
    }
}


/* Categories */
@media only screen and (min-width: 320px) {
    .skincare-about-images {
        margin-bottom: 12rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .category-products .sub-category {
        margin-bottom: 5rem;
    }

    .subcategory-name {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 3rem;
    }

    .subcategory-name:after {
        content: "";
        height: 0.3125rem; /* ~5px */
        background-color: #8a8a8a;
        border-top: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        flex: inherit;
        border-radius: 6px;
        width: 100%;
    }

    .subcategory-name > * {
        margin-right:  1.563rem;
    }

    .category-products .sub-category.has-footer-video .products-area {
        margin-bottom: 4rem;
    }

    .category-products .sub-category .video-area-bottom {
        margin-bottom: 6.938rem;
    }

    .category-products .sub-category .video-area-top {
        margin-bottom: 12rem;
    }

    .category-products .product-learn-more {
        margin-bottom: 1rem;
    }

    .category-products .product-price {
        padding: 0.75rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .category-products .product-price .offer {
        margin-left: 1rem;
    }


    .category-products .product-price.inspire {
        flex-direction: column;
        align-items: center;
    }

    .category-products .product-price:not(.inspire) .entire-price {
        margin: 0.5rem 0 1rem 0;
    }

    .category-products .product {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product-image-container {
        height: 120px;
        width: 100%;
        position: relative;
        margin-bottom: 1rem;
    }

    

    .product-image-container img {
        max-height: 100%;
        vertical-align: bottom;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .category-products .sub-category .product {
        margin-bottom: 3.75rem;
    }
}

@media only screen and (min-width: 320px) {
    .product-store-actions {
        margin-top: 5.625rem;
        margin-bottom: 7rem;
    }
    .product-store-actions .signin-btn {
        display: flex;
    }

    .product-wrap .breadcrumbs {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .product-wrap .breadcrumbs *:not(:last-child) {
        margin-bottom: 2rem;
    }

    .product-wrap .breadcrumbs .current-category {
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.2rem;
        color: #8d8d8d;
    }

    .product-wrap .breadcrumbs .delimiter {
        border-left: 2px solid #8d8d8d;
        margin: 0 1.5rem;
        height: 1.13rem;
        display: none;
    }
    .product-wrap .breadcrumbs .delimiter,
    .product-wrap .breadcrumbs a {
        text-decoration: none;
        color: #8d8d8d;
        font-family: 'Poppins', sans-serif;
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.2rem;
    }

    .product-wrap .store-actions .image-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-wrap .store-actions .full-slider {
        margin-bottom: 7rem;
    }

    .mobile-slider {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-slider-items {
        flex: 0.9;
        max-width: 83%;
    }

    .mobile-slider-identifier {
        flex: 0.1;
    }

    .slick-track {
        width: 100%;
    }

    .product-wrap .store-actions .product-images-indicator {
        font-size: 2rem;
        text-align: center;
        cursor: pointer;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .product-wrap .store-actions .mobile-slider-identifier .prev {
        justify-content: flex-start;
    }
    .product-wrap .store-actions .mobile-slider-identifier .next {
        justify-content: flex-end;
    }


    .product-wrap .store-actions .slick-slide {
        margin: 0 0.5rem;
    }

    .product-wrap .store-actions .slick-list {
        margin: 0 -0.5rem;
    }


    .product-wrap .store-actions .product-slider {
        height: auto;

    }
    .product-wrap .store-actions .product-slider .img-wrap {
        height: 10rem;
        border: 1px solid #7f7f99;
        position: relative;
    }
    .product-wrap .store-actions .product-slider .img-wrap img {
        position: absolute;
        max-height: 100%;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;

    }
    .product-wrap .store-actions .product-slider .img-wrap:focus {
        outline: none;
    }

    .product-wrap .store-actions .image-wrap {
        height: 30rem;
        margin-bottom: 5.5rem;
    }
    .product-wrap .store-actions .image-wrap img {
        max-height: 100%;
    }

    .product-store-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 0;
    }

    .product-wrap .store-actions .product-description {
        border-bottom: 3px solid #000033;
        padding-bottom: 0.625rem;
        margin-bottom: 1rem;
    }
    .product-wrap .store-actions .product-description.is-service {
        margin-bottom: 2rem;
    }

    .product-wrap .store-actions .product-details{
        margin-bottom: 3.7rem;
    }

    .product-wrap .store-actions .product-details,
    .product-wrap .store-actions .product-title,
    .product-wrap .store-actions .product-subtitle {
        color: #000033;
    }

    .product-wrap .store-actions .product-title {
        font-size: 2.2rem;
        letter-spacing: 2px;
        margin-bottom: 0.5rem;
    }

    .product-wrap .store-actions .actions .actions-details {
        margin-bottom: 2rem;
        color: #000033;
    }
    .product-wrap .store-actions .actions .product-page-price {
        font-size: 2.375rem;
        letter-spacing: 2px;
        font-weight: 400;
        display: flex;
        flex-direction: column;
    }

    .product-wrap .store-actions .actions .quantity-select {
        display: flex;
        flex-direction: column;
        margin-right: 0.875rem;
    }


    .product-wrap .store-actions .actions .quantity-select .qty {
        display: flex;
        align-items: center;

    }
    .product-wrap .store-actions .actions .quantity-select .group-id {
        display: flex;
        align-items: center;
    }

    .product-wrap .store-actions .actions .quantity-select label {
        margin-right: 0.4375rem;
        margin-bottom: 0;
    }

    .product-wrap .store-actions .actions .quantity-select select {
        height: 3.625rem;
        border-radius: 4px;
        font-size: 1.5rem;
        box-shadow: inset 0 0 1px #000000;
    }
    .product-wrap .store-actions .actions .quantity-select input {
        height: 3.625rem;
        width: 75px;
        border-radius: 4px;
        font-size: 1.5rem;
        padding: 1.125rem;
        box-shadow: inset 0 0 1px #000000;
    }

    .product-wrap .store-actions .actions .actions-triggers {
        margin-right: 0.875rem;
    }
    .product-wrap .store-actions .actions .actions-triggers .btn:first-child {
        margin-bottom: 1rem;
    }

    .slice.with-line:before {
        content: " ";
        margin-bottom: 10rem;
        border-top: 2px solid #000000;

        display: block;
    }
    .slice.with-line-bottom{
    	content: " ";
        border-bottom: 2px solid #000000;
        display: block;
    }
    

    .product-wrap .slice {
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
    }

	.product-wrap .slice:not(.has-bg-img):not(.with-line-bottom):not(.not-padding-bottom) {
        padding-bottom: 10rem;
    }





    .product-wrap .slice img {
        display: block;
        max-width: 100%;
        height: auto;
    }



    .product-wrap .slice .slice-title {
        margin-top: 9.5rem;
        margin-bottom: 4rem;
    }

    .product-wrap .video-slice {
        margin-bottom: 7.875rem;
    }

    .product-wrap .video-title {
        margin-bottom: 3rem;
    }

    .product-wrap .documents .document img {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }

}

@media only screen and (min-width: 600px) {
    .product-wrap .store-actions .product-slider .img-wrap {
        height: 12.5rem;
    }

    .product-wrap .store-actions .image-wrap {
        height: 43rem;
        margin-bottom: 5.5rem;
    }

    .product-wrap .breadcrumbs {
        flex-direction: row;
    }

    .product-wrap .breadcrumbs *:not(:last-child) {
        margin-bottom: 0;
    }


    .product-wrap .breadcrumbs .delimiter {
        display: block;
    }

    .product-wrap .store-actions .full-slider {
        margin-bottom: 10rem;
    }

    .mobile-slider-items {
        flex: 1;
    }

    .subcategory-name {
        flex-direction: row;
    }

    .subcategory-name:after {
        flex: 1;
    }

    .product-image-container {
        height: 150px;
    }

    .margin-top-reduce-20 {
        margin-top: -1.25rem;
    }
}


@media only screen and (min-width: 992px) {
    .product-wrap .store-actions .product-slider .img-wrap {
        margin: 15px 0;
        height: auto;
    }

    .product-wrap .store-actions .product-images-indicator.prev {
        margin-bottom: 1rem;
    }

    .product-wrap .store-actions .product-images-indicator.next {
        margin-top: 1rem;
    }

    .product-wrap .store-actions .product-slider {
        height: auto;
        margin-bottom: 0;
    }

    .product-wrap .store-actions .image-wrap {
        margin-top: 15px;
        height: 27.38rem;
        margin-bottom: 0;
    }

    .product-wrap .store-actions .full-slider {
        margin-bottom: 0;
    }

    .mobile-slider-items {
        max-width: 100%;
    }


    .product-wrap .store-actions .slick-slide,
    .product-wrap .store-actions .slick-list {
        margin-left: 0;
        margin-right: 0;
    }

    .product-store-area {
        height: 100%;
    }

    .product-store-actions {
        margin-bottom: 5rem;
    }

    .product-wrap .documents-slice .slick-slide {
        margin: 0 2rem;
    }

    .product-wrap .documents-slice .slick-list {
        margin: 0 -2rem;
    }

    .product-wrap .documents-slice .documents-indicator {
        display: flex !important;
        align-items: center;
        height: 100%;
        cursor: pointer;
        font-size: 2rem;
    }




    .product-wrap .documents-slice .documents-indicator.documents-prev {
        justify-content: flex-end;
    }

    .product-wrap .documents-slice .documents-indicator.documents-next {
        justify-content: flex-start;
    }

    .product-wrap .documents-slice .documents-indicator:focus {
        outline: none;
    }

}

@media only screen and (min-width: 1100px) {

    .product-wrap .store-actions .actions .actions-triggers .btn:first-child {
        margin-bottom: 0;
    }

    .product-wrap .breadcrumbs .delimiter {
        margin: 0 1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .product-wrap .breadcrumbs .delimiter,
    .product-wrap .breadcrumbs a {
        font-size: 1rem;
    }

    .product-wrap .store-actions .actions .product-page-price {
        margin-left: 0.5rem;
    }

    .product-image-container {
        height: 300px;
    }
}



@media only screen and (min-width: 1700px) {
    .product-wrap .store-actions .product-images-indicator,
    .product-wrap .store-actions .product-slider {
        padding-right: 28px;
    }

    .product-wrap .documents-slice .slick-slide {
        margin: 0 4.375rem;
    }

    .product-wrap .documents-slice .slick-list {
        margin: 0 -4.375rem;
    }
}

.members-shopping-area .categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.members-shopping-area .categories .category-item {
    margin-bottom: 0;
}

.members-shopping-area .categories .category-item:not(:last-of-type) {
    margin-right: 20px;
}


/* Sign-up */
@media only screen and (min-width: 320px) {
    .page-top-border {
        border-top: 3px solid #828282;
    }
    
    .signup-page .slice-title {
        color: #979797;
    }
    .signup-page .inline-form-group {
        align-items: center;
    }
    
    .signup-page .signup-breadcrumbs {
        margin-top: 4.375rem;
        padding: 6px;
        background-color: #979797;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5.625rem;
    }

    .signup-page .signup-breadcrumb {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        cursor: pointer;
        color: #ffffff;
    }

    .signup-page .signup-breadcrumb.active {
        background-color: #ffffff;
        color: #979797;
        padding: 5px 0;
    }

    .signup-page .panel-heading {
        background-color: #979797;
        color: #ffffff;
        border-radius: 0;
        border: none;
        padding: 24px 15px;
    }

    .signup-page .panel-body {
        border: 3px solid #979797;
    }


    /* signup 2 */

    .signup-slice {
        margin-bottom: 4rem;
    }
    .signup-slice .subcategory-name {
        color: #979797;
    }
    .signup-slice .signup-slice-product-presentation-title {
        color: #979797;
    }
    .signup-slice .signup-slice-title {
        margin-bottom: 2rem;
    }
    .signup-slice .signup-slice-includes {
        margin-bottom: 3.75rem;
    }
    .signup-slice .signup-slice-button {
        margin-bottom: 3.75rem;
    }
    .signup-slice .slice-product-presentation {
        /*margin-bottom: 1.5rem;*/
    }

    .signup-slice .slice-product-presentation label {
        cursor: pointer;
    }

    .signup-slice .slice-initial-presentation {
        margin-bottom: 4.063rem;
    }

    .signup-slice .slice-products-presentation {
        margin-bottom: 4.375rem;
    }

    .join-as-affiliate {
        margin-bottom: 6.25rem;
        margin-top: 5rem;
    }
    .join-as-affiliate .join-as-affiliate-title {
        margin-bottom: 1.5rem;
    }
}


.coupon-tracking {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.coupon-shop-area{
    border: 1px solid #2b7d39;
    font-size: 13px;
    border-radius: 4px;
    overflow:hidden;
    display: inline-block;
}
.coupon-shop-area .coupon-container{
    width: 100px;
    padding-left: 10px;
    margin-left: -10px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background: #2b7d39;
    overflow:hidden;
    position:relative;
    display: inline-grid;
}
.coupon-shop-area .discount-text{
    background-color: #2b7d39;
    color: white;
    display: inline-block;
    padding: 10px;
    top:-30px;
    left:-30px;
    right:-30px;
    bottom:-30px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}
.coupon-shop-area .code-text{
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
}
.coupon-shop-area .code-text span{
    text-transform: uppercase;
}
.cart-uppercase {
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
}
.cart-item {
	border-bottom: 2px #eee dotted;
}

/* images from cart view */
table .product-image{
	height: 150px;
	margin: 0 auto;
}

.main-menu-inner .active{
	font-weight: bold;
	text-decoration: underline;
}

.vl {
	display: inline-block;
    border-left: 2px solid black;
    height: 35px;
    margin-left: 12px;
    margin-bottom: -12px;
}

.custom-sm-modal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.custom-sm-modal .modal-dialog {
    width: auto;
    flex-basis: 33rem;
}
.custom-sm-modal .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-sm-modal .modal-footer:before,
.custom-sm-modal .modal-footer:after {
    content: unset
}

.custom-tab-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-tab-nav a {
    color: #424242;
    border-bottom: 2px solid #dadada;
}
.custom-tab-nav.nav-pills > li + li {
    margin-left: 1rem;
}
.custom-tab-nav.nav-pills > li.active > a {
    color: #424242;
    background-color: unset;
    border-bottom: 2px solid #424242;
}

.border-circle{
 	border-radius: 50%;
}
.bg-black{
	background-color: black;
}

.product-wrap .has-bg-img {	
    background-size: auto;
}
.product-wrap .bg-position-left {
	background-position: left;
}
.product-wrap .bg-position-right {
	background-position: right;
}
.product-wrap .bg-position-center {
	background-position: center;
	background-size: cover;
}

.select-product {
    border: 2px solid #e2e2e2;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    cursor: pointer;
}

.select-product.active {
    border: 2px solid #40d691;
}