/*
Table of content
    Menu
        menu-item
        sub-menu-item
    Header
    Text
    Banners
        Main Banner
        Footer Banner
    Video container
    Swipers
    ImgCols
    Button linear-gradient
*/

/* Menu */
.product-line-menu {
    box-shadow: 1px 0 1px 0 #0000000D;
    z-index: 9;
}

.product-line-menu-mobile {
    top: 70px;
    background-color: #ECF0F3;
    z-index: 9;
    box-shadow: 0 0 4px 0 #00000040;
}

.product-line-menu-h {
    margin-left: 10px;
    margin-bottom: 15px;
    color: var(--blue);
}

.product-line-menu-h:before {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(220, 0, 96, 1) 0%, rgb(3 64 127) 100%);
}

.product-line-menu .menu-item-wrap {
    border-bottom: 1px solid #dbdbdb;
}

.product-line-menu .menu-item-wrap a {
    text-decoration: none;
    color: var(--essens-blue);
}

/* menu-item */
.product-line-menu .menu-item {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--essens-blue);
    transition: .3s;
}

.product-line-menu .menu-item.collapsed i {
    transform: rotate(180deg)
}

.product-line-menu .menu-item .fa-angle-up {
    padding: 0;
}

/* sub-menu-item */
.product-line-menu .sub-menu-item {
    display: block;
    padding: 5px 10px 5px 25px;
    color: var(--blue);
    font-size: 0.9em;
}

.product-line-menu .sub-menu-item:last-of-type {
    margin-bottom: 1em;
}

.product-line-menu .menu-item:hover,
.product-line-menu .sub-menu-item:hover {
    color: var(--pink);
}

@media (min-width: 1200px) {
    .product-line-menu .sub-menu-item {
        padding-left: 35px;
    }
}

/* /End of Menu */

/* Header */
.custom-header-container {
    background-color: #D1E8FF;
    border-radius: 7px;
    padding: 17px;
    margin-top: 50px;
}

/* Text */
h2 {
    color: #002851;
    margin-bottom: 0;
}

.primary-heading {
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
}

.secondary-heading {
    color: var(--essens-pink);
    line-height: 42px;
    font-size: 27px;
}

.text-container p {
    font-size: 16px;
    text-align: justify;
}

@media (max-width: 650px) {
    .primary-heading {
        font-size: 23px;
    }
}
/* /Text */

/* Banners */
/*  Main Banner */
    .main-img-tmplt {
        height: 358px;
        background-color: #81888d;
        border-radius: 7px;
    }

    .product-lines-banner-txt {
        right: 15px;
        bottom: 15px;
        background-color: #0000004d;
        color: white;
        font-size: 40px;
        text-shadow: 4px 3px 4px rgba(0, 0, 0, 0.55);
        text-align: center;
    }

    @media (max-width: 575px) {
        .product-lines-banner {
            object-fit: cover;
            height: 200px;
        }

        .product-lines-banner-txt {
            top: 50%;
            left: 50%;
            right: unset;
            bottom: unset;
            transform: translate(-50%, -50%);
            font-size: 25px;
        }
    }
    /* / Main Banner */

    /* Footer banner */
    .inside-h4 {
        white-space: break-spaces;
        padding: 0 5px;
    }

    .heading-h3 {
        line-height: 48px;
        font-size: 27px;
    }

    .heading-h4 {
        line-height: 40px;
        font-size: 27px;
    }

    .new-dot {
        width: 18px;
        height: 18px;
        background: var(--essens-pink);
        border-radius: 10px;
        margin: 0 4px 0 4px;
    }

    .dot-yes {
        width: 10px !important;
        height: 10px !important;
    }

    .dot-no-it-line {
        width: 78px;
        height: 10px;
        background: var(--essens-pink);
        border-radius: 10px;
        margin: 0 4px 0 4px;
    }

    /* /Footer banner */
/* /Banners */

/* Video container */
.video-container {
    /*height: 520px;
    max-width: 95%;
    background-color: rgba(221, 223, 224);*/
    border-radius: 7px;
}

.video-container video {
    border-radius: 7px;
    z-index: 2;
    background-color: darkgray;
}

.video-bg-gradient {
    height: 80%;
    width: 90%;
    background: linear-gradient(90deg, rgb(3, 64, 127) 25%, rgba(220, 0, 96, 1) 100%);
    border-radius: 7px;
    right: -3%;
    bottom: -3%;
    z-index: -1;
}

@media (max-width: 630px) {
    .video-container {
        /*height: 366px;*/
    }
}
/* /Video container */

@media (max-width: 991px) {
    .dot-yes {
        display: none;
    }

    .dot-no-it-line {
        display: none;
    }
}

.more-products-container {
    height: 320px;
    max-width: 95%;
    background-color: #b8bbbd;
    border-radius: 7px;
    z-index: 2;
}

/* Swipers */
.swiper-prev {
    left: 0;
}

.swipers-main-styles img {
    max-width: 100%;
}

.swiper-main-products button {
    min-height: 44px;
    border-radius: 0;
}

.swiper-main-products .product-name {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-main-products {
    max-width: 750px;
}

#favorite-products-swiper .nav-justified-new,
#favorite-products-swiper .cash_back_item,
#favorite-products-swiper .product-heart,
#favorite-products-swiper .product-spf-flag_new,
#favorite-products-swiper .c_onstock,
#favorite-products-swiper .p-item-fd {
    display: none;
}

#favorite-products-swiper .h-po a {
    text-decoration: none;
    color: var(--essens-blue);
}

#favorite-products-swiper .points-text-new {
    margin-bottom: 0;
}

#favorite-products-swiper .p-item-fc {
    width: 100%;
}

#less-favorite-swiper .swiper-slide, #favorite-products-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    /*width: 250px;*/
    /*height: 345px;*/
    display: unset !important;
    transform: none !important;
}

#less-favorite-swiper {
    margin-bottom: 3rem;
    box-sizing: content-box;
    /*padding-right: 24px;*/
}

/*@media (max-width: 991px) {
    #less-favorite-swiper {
        padding-right: unset;
    }
}*/

.card-swiper {
    /*min-height: 300px;
    text-align: center;
    border-radius: 7px;
    background-color: white;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    border-top: 5px solid var(--pink);*/
}

.card-swiper h2 {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 60px;
    color: #002954bd;
}

.card-swiper p {
    margin-top: 16px;
}

.card-swiper img {
    /*max-width: 75%;
    max-height: 162px;*/
    border-radius: 10px;
}

.card-swiper .swiper-img.bg-overlay::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #DC0060, rgba(90, 48, 123, 0.7), #002e5d);
    opacity: 0.25;
}

.swiper-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
    font-size: 50px;
}

#swiper-next {
    right: 0;
}

#swiper-left {
    left: 0;
}

.swiper-button-disabled {
    display: none;
    /*opacity: .5;*/
}

#favorite-products-swiper {
    overflow: hidden;
    cursor: unset !important;
}

#favorite-products-swiper .card-swiper {
    background: transparent !important;
    box-shadow: none;
}

@media (max-width: 599px) {
    #less-favorite-swiper .swiper-slide {
        /*width: 200px;
        height: 365px;*/
    }
    .card-swiper img {
        /*max-height: 145px;*/
    }
    #less-favorite-swiper .swiper-slide .btn-secondary, #favorite-products-swiper .swiper-slide .btn-secondary {
        min-width: 150px !important;
    }
}

@media (max-width: 1173px) {
    #favorite-products-swiper {
        overflow: hidden;
    }
}

.swiper-slide .btn-secondary {
    /*min-width: 200px;*/
    border-radius: 7px;
    background-color: #002851;
    border: 1px solid #002851;
    color: #FFF;
    font-weight: 600;
}

.swiper-slide .btn-secondary:hover {
    background-color: transparent;
    color: #002851;
}
/* /Swipers */

/* ImgCols */
.text-btn-img-col img {
    max-width: 300px;
}
@media (max-width: 500px) {
    .text-btn-img-col img {
        max-width: 200px;
    }
}
/* /ImgCols */

/* Button linear-gradient */
.btn-linear-grad {
    background: linear-gradient(90deg, rgb(3, 64, 127) 25%, rgba(220, 0, 96, 1) 100%);
    /*padding: 15px 90px 15px 90px;*/
    border: none;
    color: #FFF;
    /*border-radius: 36.5px;*/
    font-size: 1.2em;
    /*transition: 0.5s;*/
    position: relative;
    /*min-width: 239px;
    min-height: 60px;*/
}

.btn-linear-grad:hover {
    color: #002851;
    background: #FFF;
}

.linear-grad-border-btn {
    position: absolute;
    /*padding: 52px 194px 17px 102px;*/
    left: -4px;
    top: -4px;
    border: none;
    z-index: -1;
    /*border-radius: 36.5px;*/
    background: linear-gradient(90deg, rgb(3, 64, 127) 25%, rgba(220, 0, 96, 1) 100%);
    box-shadow: 0 0 20px #eee;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
}

@media (max-width: 320px) {
    .btn-linear-grad {
        min-width: 200px;
    }
}
/* /Button linear-gradient */