
.banner-slider-container {
    overflow: hidden;
    height: 100%;
    position: relative;
}
.banner-slider-container .swiper-slide .banner-content-area {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
}
.banner-slider-container .swiper-slide .banner-content-area .slider-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}


.banner-slider-container .swiper-slide .banner-content-area .container {
    position: relative;
    z-index: 2;
}
.banner-slider-container .swiper-pagination {
    display: flex;
    /*  width: auto;*/
    left: 50px;
    bottom: 40px;
    position: absolute;
}
@media only screen and (max-width: 991px) {
    .banner-slider-container .swiper-pagination {
        display: flex;
        width: auto;
        left: 50%;
        right: initial;
        bottom: 18px;
        transform: translateX(-50%);
    }
}
.banner-slider-container .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
    opacity: 0.3;
    background-color: #fff;
}
.banner-slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 0.8;
}



.slider-element {
    background: var(--theme-color-primary);
    position: relative;
    display: flex;
    margin: 0;

    overflow: hidden;
    align-items: center;
}

.slider-element .pre-text {
    width: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(216, 55, 40, 0.6);*/
    background: rgba(50, 6, 6, 0.7);

    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
    display: flex;
    align-items: center;
}


.slider-element .text {

    padding: 0 50px;
    color: #fff;
}



.product-popup .slider-element {
    background: none;
}

.slider-element .text .title {
    font-weight: 800;
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 30px;
}


.slider-element .text .title span {
    color: var(--theme-color-primary);
}

.slider-element .text .subtitle {
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 35px;
}

.slider-element .image {
    width: 100%;
    top: 0;
    right: 0;
    height: 420px;
    background-size: cover;
}


.slider-element .slider-button {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px;
    gap: 10px;
    text-align: center;
    background: #eee;
}

.slider-element .slider-button:hover {
    background: var(--eazy-color-primary);
    color: #000;
}

.product-zoom-area .product-thumb .batch {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    flex-direction: column;
    /*pointer-events: none;*/
}

.clamp-2 {
    margin: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

.product-slider-container {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
}


.product-slider-container .swiper-pagination {
    width: 100%;
}

.product-anotherinfo-wrapper {
    margin-bottom: 20px;
}

.batch {
    text-align: center;
    border-radius: 1px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
}

.batch span {
    padding: 4px 5px;
    font-size: 9px;
    text-transform: uppercase;
    color: white;
    background-color: var(--eazy-color-secondary);
    font-weight: 400;
    line-height: 1;
}

.batch span.discount {
    display: inline-block;
    position: relative;
    background: var(--eazy-color-primary);
    margin-right: -10px;
    padding: 0 0px 0 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    height: 18px;
    min-width: 36px;
    text-align: left;
    line-height: 18px;
    border-radius: 10px 0 0 10px;
}

.product-zoom-area .batch span.discount {
    margin-right: -15px;
    padding: 0 0px 0 5px;
    min-width: 40px;
}



.product-zoom-area .batch {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 1;
}

.product-popup .product-zoom-area .batch {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
}

.bra-nav {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    height: 46px;
    align-items: center;
    width: 100%;
}


.modal-dialog-bottom {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);

}
.modal-dialog-bottom .modal-content {
    overflow: initial;
    border: none;
    border-radius: 30px;
}

.modal-dialog-bottom .modal-content .modal-header {
    padding: 40px 40px 0 40px;
}


.modal-dialog-bottom .modal-content .modal-body {
    padding: 20px 40px 40px 40px;
}

.modal-dialog-bottom.modal-dialog-smallpadding .modal-content .modal-header {
    padding: 1rem;
}


.modal-dialog-bottom.modal-dialog-smallpadding .modal-content .modal-body {
    padding: 0.5rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.modal-dialog-bottom.mdb-fullscreen .modal-content {
    height: 60% !important;
}

.modal-dialog-bottom.mdb-fullscreen-mobile .modal-content {

}

.product-button-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: #f7f7f7;
    border-radius: 100%;
    padding: 0;
    width: 32px;
    opacity: 1;
    border: none;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-title, .heading-title {
    margin-bottom: 15px;
}


.price-btn {
    display: none;
}

.price-button-group {
    margin-top: 25px;

}

.price-increase-decrese-group {
    padding: 0px 0px;
    border-radius: 30px;
    width: 170px;
    position: relative;
    border: 1px #ddd solid;
    background: #fff;
}

.price-increase-decrese-group .disabled {
    opacity: 0.35;
    color: #aaa;
}

.price-increase-decrese-group button {
    cursor: pointer;
    outline: none;
    background: transparent;
    height: 44px;
    width: 38px;
    font-size: 24px;
    font-weight: 300;
    padding: 0;
    line-height: 1;
    border: none;
    display: block;
    color: #000;
}


.price-increase-decrese-group button:hover {
    color: var(--theme-color-primary) !important;
}

.price-increase-decrese-group button:focus {
    outline: none;
    box-shadow: none;
}
.price-increase-decrese-group input {
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 0px;
    text-align: center;
    background: transparent;
    color: #000;
    line-height: 46px;
    width: 100%;
}

.cart-products .price-increase-decrese-group {
    width: 120px;
}

.cart-btn-toggle {
    position: relative;
}

.product-element .cart-btn-toggle {
    width: 60%;
}

.product-details-content .cart-btn-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}



.product-details-content .buy-btn, .product-details-content .remove-btn {
    width: 240px;
}


@media(max-width: 1400px) {
    .slider-element .image {
        height: 350px;
    }

    .slider-element .text .title {
        font-size: 40px;
    }

    .slider-element .text .subtitle {
        font-weight: 400;
        font-size: 22px;
        line-height: 130%;
        margin-bottom: 30px;
    }
}

@media(max-width: 1200px) {

    .cart-prices {
        margin-bottom: 0px;
    }

    .slider-element .image {
        height: 300px;
    }

    .slider-element .text .title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .slider-element .text .subtitle {
        font-weight: 400;
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .modal-dialog-bottom.mdb-fullscreen .modal-content {
        height: 90% !important;
    }

    .bra-nav {
        font-size: 14px;
        display: initial;
        height: 46px;
        width: 100%;
    }

}

@media(max-width: 991px) {
    .slider-element {
        flex-direction: column-reverse;

    }

    .slider-slider .slider-element {
        padding-bottom: 20px;
    }



    .slider-element .image {
        width: 100%;
    }

    .slider-element .pre-text {
        width: 80%;
    }

    .slider-element .image {
        height: 262px;
    }

    .slider-element .text {
        padding: 10px;

    }

    .slider-element .slider-button {
        font-size: 14px;
        padding: 5px 10px;
    }


    .slider-element .text .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .slider-element .text .subtitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 110%;
        margin-bottom: 10px;
    }


    .modal-dialog-bottom {
        display: flex;
        align-items: flex-end;
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .product-button-close {
        right: 18px;
    }

    .modal-dialog-bottom .modal-content {
        border-radius: 30px 30px 0 0;
        border: none;
    }





    .modal-dialog-bottom .modal-footer {
        border-radius: 0;
    }

    .modal-dialog-bottom.modal-dialog-smallpadding .modal-content {
        padding-top: 0;

    }

    .modal-dialog-bottom.modal-dialog-smallpadding .modal-content .modal-header {
        /*padding: 0;*/
    }


    .modal-dialog-bottom.modal-dialog-smallpadding .modal-content .modal-body {
        padding: 0;
        margin-top: 1.5rem;
        margin-bottom: 0;
    }

    .product-popup .product-zoom-info-container {
        /*margin-top: -1.2rem;*/
    }


}


@media(max-width: 360px) {

    .modal-dialog-bottom .modal-content .modal-header {
        padding: 20px 20px 0 20px;
    }


    .modal-dialog-bottom .modal-content .modal-body {
        padding: 20px 20px 20px 20px;
    }

}


.modal {
    overflow: hidden;
}

.modal.fade .modal-dialog {
    /*transform: scale(0);*/
    /*opacity: 0;*/
    /*-webkit-transition: all .25s linear;*/
    /*-o-transition: all .25s linear;*/
    /*transition: all .25s linear;*/
    transition: transform .1s linear;
    transform: translate(0px,50px);
}

.modal.show.fade .modal-dialog {
    opacity: 1;
    transform: scale(1);
}

.cartModal {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cartModal img {
    margin-top: -8px;
}

.lang-switch .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #000;
}

.lang-switch .dropdown-item:hover {
    background: none;
    color: #777 !important;
}

.lang-switch .dropdown-menu li::before {
    content: none;
}

.lang-switch .dropdown-menu {
    width: auto;
    min-width: 95px;
}

.lang-switch .dropdown-menu li:last-child, .lang-switch .dropdown-menu li {
    margin: initial;
    padding: initial;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

