.main-sidebar {
    position: fixed !important;
    top: 0 !important;
    left: -260px;
    width: 250px;
    height: 100vh !important;
    min-height: 100vh !important;
    overflow-y: auto;
    z-index: 1050;
    transition: left 0.25s ease;
}

.main-sidebar.open {
    left: 0;
}

body {
    background-color: #EDEDED;
}

.sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

.sidebar-overlay.active {
    display: block;
}

.main-sidebar .sidebar {
    height: 100% !important;
    min-height: 100% !important;
    overflow-y: auto;
    padding-bottom: 0 !important;
}

@media (min-width: 992px) {
    body.sidebar-open .main-content {
        margin-left: 250px;
        transition: margin-left 0.25s ease;
    }
}


/*product checkout*/

.lb-image {
    max-width: 100%;
    max-height: 90vh;
    min-width: 350px;
    min-height: 350px;
    object-fit: fill;
}

.btn-container {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 50%;
    background-color: lightgray;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.6);
}

.btn-zoom {
    top: 10px;
    right: 10px;
    background-color: white;
    color: black;
    z-index: 10;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.6)
}

.btn-download {
    top: 10px;
    left: 10px;
    background-color: white;
    color: black;
    z-index: 10;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.6)
}

.btn-link {
    bottom: 0;
    left: 0;
    z-index: 10;
}

.session-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    color: #333;
}

.session-description {
    font-family: 'Poppins', sans-serif;

    font-size: 1em;
    color: #333;
}

.swiper-slide {
    height: auto;
}

.button-next,
.button-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.18s, border-color 0.18s, transform 0.15s;
    color: #fff;
    user-select: none;
}

.button-next, .button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.button-prev { left: 5px; }
.button-next { right: 5px; }


.line-clamp-2 {
    font-family: 'Montserrat', sans-serif;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    min-height: 58px;
    font-weight: 550;
}

.truncate-1 {
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 20px;
}

.swiper-slide {
    height: auto;
}

.mySwiper {
    margin-inline: 7px!important;
}

.swiper {
    width: 100%;
}

.swiper-wrapper {
    align-items: stretch;
}


.product-price {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    line-height: 1;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
}

.product-price .currency {
    font-size: 16px;
    margin-right: 2px;
    margin-top: 4px;
}

.product-price .integer {
    font-size: 30px;
}

.product-price .decimal {
    font-size: 18px;
    margin-top: 4px;
}

.div-total {
    display: flex;
}

@media (max-width: 767.98px) {
    .div-total {
        display: none;
    }
    .product-price .currency {
        font-size: 0.6em;
    }

    .product-price .integer {
        font-size: 1.6em;
    }

    .product-price .decimal {
        font-size: 0.6em;
    }
}
