/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

/* Carousel with products
------------------------------------------------------ */

/*.products-carousel-wrapper .carousel {
    margin: 30px auto 60px;
    padding: 0 80px;
}
.products-carousel-wrapper .carousel .carousel-item {
    text-align: center;
    overflow: hidden;
}
.products-carousel-wrapper .carousel .carousel-item h4 {
    font-family: 'Varela Round', sans-serif;
}
.products-carousel-wrapper .carousel .carousel-item img {
    max-width: 100%;
    display: inline-block;
}
.products-carousel-wrapper .carousel .carousel-item .btn {
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    background: #a177ff;
    padding: 6px 15px;
    margin-top: 5px;
}
.products-carousel-wrapper .carousel .carousel-item .btn:hover {
    background: #8c5bff;
}
.products-carousel-wrapper .carousel .carousel-item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.products-carousel-wrapper .carousel .thumb-wrapper {
    margin: 5px;
    text-align: left;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
.products-carousel-wrapper .carousel .thumb-content {
    padding: 15px;
    font-size: 13px;
}
.products-carousel-wrapper .carousel-control-prev, .products-carousel-wrapper .carousel-control-next {
    height: 44px;
    width: 44px;
    background: none;
    margin: auto 0;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.8);
}
.products-carousel-wrapper .carousel-control-prev i, .products-carousel-wrapper .carousel-control-next i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: bold;
}
.products-carousel-wrapper .carousel-control-prev i {
    margin-left: -3px;
}
.products-carousel-wrapper .carousel-control-next i {
    margin-right: -3px;
}
.products-carousel-wrapper .carousel-indicators {
    bottom: -50px;
}
.products-carousel-wrapper .carousel-indicators li, .products-carousel-wrapper .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 4px;
    border: none;
}
.products-carousel-wrapper .carousel-indicators li {
    background: #ababab;
}
.products-carousel-wrapper .carousel-indicators li.active {
    background: #555;
}*/

:root {
    --bg-white: #ffffff;
    --body-base-size: 62.5%;
    --body-bg-color: #ffffff;
    --body-border-color: #f0f2f5;
    --body-color: #0e0e0e;
    --body-font-size: 1.6rem;
    --body-font-weight: 300;
    --body-link: #0E0E0F;
    --body-link-hover: #6b6b6b;
    --border-radius-default: 999px;
    --breadcrumb-color: #232323;
    --btn1-bg-cl: #68b7e2;
    --btn1-border-cl: rgba(0,0,0,0);
    --btn1-border-width: 2px;
    --btn1-cl: #ffffff;
    --btn1-fw: 600;
    --btn1-hover-bg-cl: #abddf9;
    --btn1-hover-border-cl: #ffffff;
    --btn1-hover-cl: #ffffff;
    --btn2-bg-cl: #0e0e0e;
    --btn2-border-cl: #0e0e0e;
    --btn2-border-width: 1px;
    --btn2-cl: #ffffff;
    --btn2-fw: 600;
    --btn2-hover-bg-cl: #68b7e2;
    --btn2-hover-border-cl: #ffffff;
    --btn2-hover-cl: #ffffff;
    --btn3-bg-cl: rgba(0,0,0,0);
    --btn3-border-cl: #f0f2f5;
    --btn3-border-width: 1px;
    --btn3-cl: #232323;
    --btn3-fw: 600;
    --btn3-hover-bg-cl: #232323;
    --btn3-hover-border-cl: #232323;
    --btn3-hover-cl: #ffffff;
    --footer-copyright-border-top: #F0F2F5;
    --footer-copyright-cl: #103178;
    --footer-heading-cl: #103178;
    --footer-heading-fs: 18px;
    --footer-heading-fw: 600;
    --footer-link-cl: #103178;
    --footer-link-hover-cl: #FF9923;
    --footer-md-heading-cl: #103178;
    --footer-md-text-cl: #5B6C8F;
    --footer-text-cl: #5B6C8F;
    --gutter-ct: 13px;
    --gutter-lg: 30px;
    --gutter-md: 25px;
    --gutter-sm: 20px;
    --gutter-xlg: 40px;
    --gutter-xs: 15px;
    --gutter-xxs: 10px;
    --header-bg-cart-number-desk: #103178;
    --header-bg-cart-number-mobile: #103178;
    --header-bg-desk: #ffffff;
    --header-bg-mobile: #ffffff;
    --header-border-color-desk: 16, 49, 120;
    --header-border-color-desk-opacity: 0.1;
    --header-border-color-mobile: 16, 49, 120;
    --header-icons-color-desk: #ff9923;
    --header-icons-color-mobile: #ff9923;
    --header-text-cart-number-desk: #ffffff;
    --header-text-cart-number-mobile: #ffffff;
    --header-text-color-desk: #5b6c8f;
    --header-text-color-mobile: #5b6c8f;
    --heading-1-weight: 600;
    --heading-2-weight: 400;
    --heading-3-weight: 400;
    --heading-4-weight: 400;
    --heading-5-weight: 400;
    --heading-6-weight: 400;
    --heading-size-h1: 4.4rem;
    --heading-size-h2: 4.0rem;
    --heading-size-h3: 3.6rem;
    --heading-size-h4: 3.0rem;
    --heading-size-h5: 2.3rem;
    --heading-size-h6: 2.1rem;
    --hot-lb-bgcl: #f00000;
    --hot-lb-cl: #ffffff;
    --main-color-rgba: 16, 49, 120;
    --main-color: #0e0e0e;
    --main-text-color: #fff;
    --nav-link-color: #103178;
    --nav-link-hover: #ff9923;
    --nav-size: 1.7rem;
    --nav-weight: 600;
    --new-lb-bgcl: #68b7e2;
    --new-lb-cl: #ffffff;
    --price-color: #232323;
    --price-compare-color: #232323;
    --price-sale-color: #ff9923;
    --product-item-name: 16px;
    --product-item-price: 1.8rem;
    --product-price-compare: 16px;
    --rating-star-color: #ff9923;
    --rating-star-empty-color: #f7ce9d;
    --sale-lb-bgcl: #ff9923;
    --sale-lb-cl: #ffffff;
    --section-heading-align: center;
    --section-heading-cl: #0e0e0e;
    --section-heading-fs: 4rem;
    --section-heading-fw: 600;
    --section-heading-lh: 1.2;
    --section-subheading-cl: #0e0e0e;
    --section-subheading-fs: 2.4rem;
    --section-subheading-fw: 400;
    --section-subheading-lh: 35px;
    --special-border: #ffffff;
    --topbar-bg-color: #F0F2F5;
    --topbar-border: 16, 49, 120;
    --topbar-color: #5B6C8F;
}

.products-carousel-wrapper .featured_product__item .featured-product_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.products-carousel-wrapper .featured_product__item .featured-product_header {
    position: relative;
    margin-bottom: var(--gutter-sm);
}


.imageCrop-true .bg__lazy {
    background-size: cover;
}

.bg__lazy {
    background-size: contain;
    background-repeat: no-repeat;
    -o-object-fit: contain;
    object-fit: contain;
    background-position: 50%;
}

.card_body>div:last-child, .featured_product__item-body>div:last-child, .featured_product__item-footer>div:last-child {
    margin-bottom: 0;
}

.featured_product__item-body .featured_product__item-name{
    line-height: 1.44;
    font-size: calc(var(--product-item-name) - .2rem);
    margin: 0 0 6px;
}

button {
    border: none;
    outline: none;
    background: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
}

.products-carousel .slide_ui-controls--nav{
    opacity: 0;
}

.products-carousel{
    position: relative;
}

.slide_ui-controls--nav, a {
    transition: all .35s ease-in-out 0s;
}

.slide_ui-controls--dot, .tns-nav {
    text-align: center;
    margin: var(--gutter-sm) auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.slide_ui-controls--dot button.tns-nav-active, .tns-nav button.tns-nav-active {
    opacity: 1;
    transform: scale(1);
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer;
}

.slide_ui-controls--dot button, .tns-nav button {
    width: 12px;
    height: 12px;
    transform: scale(0.68);
    opacity: .2;
    padding: 0;
    margin: 0 5px;
    cursor: pointer;
    background: var(--main-color);
}

.card_body .product-price, .featured_product__item-body .product-price, .featured_product__item-footer .product-price {
    margin: 0 0 8px;
    line-height: 1.1;
    font-size: 18px;
    /*font-weight: 500;*/
}

.product-price {
    color: var(--price-color);
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
}

@media (min-width: 1025px){
    .products-carousel:hover .slide_ui-controls--nav {
        opacity: 1;
    }
}

@media (min-width: 576px){
    .featured_product__item-body .featured_product__item-name{
        font-size: var(--product-item-name);
        margin-bottom: 14px;
    }
}

@media (min-width: 1335px){
    .slide_ui-controls--nav button.slide_ui-btn-prev {
        left: -28px;
    }
    .slide_ui-controls--nav button.slide_ui-btn-next {
        right: -28px;
    }
}

.slide_ui-controls--nav button, .tns-nav button {
    border-radius: 50%;
}

a {
    text-decoration: none;
    color: var(--body-link);
}

a:hover {
    color: var(--body-link-hover);
}

.slide_ui-controls--nav button {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--main-color);
    color: var(--main-text-color);
    width: var(--gutter-xlg);
    height: var(--gutter-xlg);
    transform: translateY(-50%);
}

@media (min-width: 768px){
    .products-carousel-wrapper .featured_product__item {
        padding: var(--gutter-lg);
    }
    .slide_ui-controls--nav button {
        width: 56px;
        height: 56px;
    }

}