.wrapper {
    display: block;
}

body.no-scroll {
    margin: 0; 
    height: 100%; 
    overflow: hidden;
}

#sidebar {
    width: 643px;
    position: fixed;
    top: 0;
    right: -643px;
    height: 100vh;
    z-index: 9999;
    background: #EEFEFF;
    color: #000;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #EEFEFF;
    position: absolute;
    top: 25px;
    left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss i {
    font-size: 30px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #EEFEFF;
    margin: 0 20px;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #EEFEFF;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #EEFEFF;
}

.ajaxcart--items {
    height: 100%;
    overflow: hidden scroll;
    padding-bottom: 120px;
    background: #f3ffff;
}

.ajaxcart--items input {
    text-align: center;
}

.ajaxcart--item-flex {
    display: flex;
    justify-content: space-between;
    padding: 25px 20px;
    border-top: 1px solid #cae3e5;
}

.ajaxcart--item-image {
    width: 90px;
    margin-right: 20px;
}

.ajaxcart--item-image img {
    max-width: 100%;
}

.ajaxcart--item-center {
    width: calc(75% - 130px);
    display: flex;
    flex-direction: column;
}

.ajaxcart--item-center .vip-checkbox {
    display: flex;
    margin: 10px 0 0;
}

.ajaxcart--item-center .vip-checkbox input {
    margin-top: 3px;
    margin-right: 10px;
}

.ajaxcart--item-center .vip-checkbox label {
    font-size: 14px;
    line-height: 18px;
    color: red;
}

.ajaxcart--item-center .guarantee {
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
}

.ajaxcart--item-right {
    width: 25%;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.ajaxcart--item-right .remove-prod {
    margin-bottom: 15px;
}

.ajaxcart--item-right p,
.ajaxcart--item-center p
 {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

#mCSB_1_container {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.ajaxcart--footer {
    width: 100%;
    background: #EEFEFF;
}

.ajaxcart--checkout {
    background: #EEFEFF;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ajaxcart--checkout .btn-secondary {
    background: #f0c14b;
    color: #fff;
    padding: 17px 30px;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    vertical-align: center;
    font-weight: 500;
    font-size: 1em;
    min-width: 100px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    border-radius: 40px;
    width: 100%;
}

.ajaxcart--subtotal {
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.ajaxcart--subtotal span, .ajaxcart--subtotal p {
    margin: 0;
}
.uppercase {
    text-transform: uppercase;
}

.ajaxcart--subtotal .h4 {
    font-weight: 600;
    font-size: 0.9375em;
    line-height: 120%;
    letter-spacing: 0.1em;
}

.ajaxcart--subtotal .ajaxcart--total {
    margin-left: 10px;
}

.ajaxcart--subtotal .h3 {
    font-weight: 500;
    font-size: 2em;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #000;
}

.ajaxcart--recommendation {
    background: #f3ffff;
    padding: 20px 40px;
    border-top: 1px solid #cae3e5;
    display: flex;
    align-items: center;
}

.ajaxcart--recommendation-left {
    width: 90px;
    margin-right: 20px;
}

.ajaxcart--recommendation-right {
    width: calc(100% - 110px);
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.ajaxcart--footer .ajaxcart--item-image {
    width: 100%;
    height: 85px;
    object-fit: contain;
}

.ajaxcart--recommendation-text {
    width: calc(100% - 230px);
}

.ajaxcart--recommendation-text p {
    color: #000;
    line-height: 22px;
}

.ajaxcart--recommendation-text .h7 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

.ajaxcart--recommendation-form {
    width: 210px;
    margin: 0 0 0 20px;
}

input.ajaxcart--promo-btn, button.ajaxcart--promo-btn {
    width: 100%;
    font-size: 16px;
    padding: 17px 20px;
    visibility: visible !important;
    background: #fff9eb;
    border: 2px solid #f0c14b;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    vertical-align: center;
    font-weight: 500;
    font-size: 1em;
    min-width: 100px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    background: #fff9eb;
    color: #333;
    border-radius: 40px;
}

input.ajaxcart--promo-btn:hover, button.ajaxcart--promo-btn:hover {
    background: #f0c14b;
    color: #fff;
}

.hidden {
    display: none;
}

.fb-title {
    padding: 10px 20px;
}

.fb-title h4 {
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

@media(max-width: 768px) {
    #sidebar {
        width: 100vw;
    }
}