.lf_cart_toggle_buttons {
    position: relative;
}

.lf_cart_toggle_buttons:after {
    content: attr(data-productcount);
    position: absolute;
    right: 18px;
    top: -12px;
    font-size: 8px;
    color: #ffffff;
    height: 10px;
    width: 10px;
}

.lf-cart-main-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 53, 63, 0.18);
    z-index: 99999995;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s cubic-bezier(0.25,0.1,0.25,1);
}

.lf-cart-main-holder.active {
    visibility: visible;
    opacity: 1;
}

body.slideActive {
    max-height: 100%;
    overflow: hidden;
}

.lf-cart-main-holder .slide_in {
    position: fixed;
    right: -442px;
    top: 0;
    z-index: 99999999;
    width: 441px;
    max-width: 100%;
    height: 100%;
    background-color: #FCF8F7;
    display: flex;
    flex-direction: column;
    transition: right .5s cubic-bezier(0.25,0.1,0.25,1);
}

.lf-cart-main-holder.active .slide_in {
    right: 0;
}

.lf-cart-main-holder .slide_in .holder {
    width: 100%;
    height: 100%;
    position: relative;
}

.lf-cart-main-holder .slide_in .holder .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background-color: rgba(252, 248, 247, 0.7);
    align-items: center;
    justify-content: center;
    display: none;
}

.lf-cart-main-holder .slide_in.loading .holder .loader {
    display: flex;
}

.lf-cart-main-holder .slide_in .holder .loader img {
   width: 80px;
}

.lf_cart_header {
    background-color: #F2EBE9;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 27px;
    color: #30353F;
    position: relative;
    background-repeat: no-repeat;
    background-position: left bottom -50px;
}

.lf_cart_header p {
    margin: 0;
}

.lf_cart_header span {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.closeSlideInCart {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.closeSlideInCart img {
    width: 26px;
    height: 26px;
}

.lf_cart_products {
    background-color: #FCF8F7;
    height: 370px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 21px 0;
}

.sc-item-container {
    background-color: #ffffff;
    border-radius: 20px;
    width: calc(100% - 40px);
    margin: 7px auto;
    padding: 16px;
    position: relative;
}

.sc-item-container td:first-child {
    width: 80px;
}

.sc-remove-item {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    z-index: 20;
}

.sc-remove-item img {
    pointer-events: none;
}

.sc-item-container table {
    margin-bottom: 0;
}

.sc-item-container a {
    text-decoration: none;
}

.sc-item-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.sc-item-name {
    font-weight: 600;
    font-size: 14px;
}

.sc-item-price {
    font-weight: 400;
    font-size: 11px;
}

.lf_cart_products .cart-empty {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}

.lf_cart_totals {
    background-color: #F2EBE9;
    padding: 20px 30px;
    color: #000000;
}

.lf_cart_totals .label {
    font-size: 13px;
    font-weight: 500;
}

.lf_cart_totals .mainPrice .label, .lf_cart_totals .mainPrice .value {
    border-top: 2px solid #ffffff;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
}

.lf_cart_totals .spacer {
    height: 5px;
}

.lf_cart_totals .mainPrice .label span {
    font-size: 12px;
    font-weight: 500;
}

.lf_cart_totals .value {
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    vertical-align: top;
}

.lf_cart_totals .goToCheckout {
    width: 100%;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
}

.voucher_form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

ul#lf_cart_messages {
    min-height: 30px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
}

ul#lf_cart_messages li {
    list-style: none;
    font-size: 12px;
    padding: 10px 0;
}

ul#lf_cart_messages li.ok {
    color: green;
}

ul#lf_cart_messages li.error {
    color: red;
}

.voucher_form input {
    background-color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    width: 250px;
    max-width: calc(100% - 85px);
    display: inline-block;
    margin: 0 10px 0 0;
}

.voucher_form button {
    width: 100px;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    background-color: #30353F;
}

.lf_cart_footer {
    background-color: #F2EBE9;
    min-height: 20px;
    padding: 10px 30px;
}

.lf_cart_payments {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.lf_cart_logo_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
}

.lf_cart_logo_holder p {
    width: 185px;
    max-width: 100%;
    margin: 0;
    color: #30353F;
    opacity: 0.88;
    padding-left: 10px;
}

@media screen and (max-height: 710px) {
    .lf_cart_totals {
        padding: 15px 30px 5px 30px;
    }

    .lf_cart_footer {
        padding: 0 30px 10px 30px;
    }

    .lf_cart_header {
        height: 85px;
    }

    .voucher_form {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 992px) {
    .lf_cart_toggle_buttons:after {
        content: attr(data-productcount);
        position: absolute;
        right: -1px;
        top: 0px;
        font-size: 6px;
        color: #ffffff;
        height: 10px;
        width: 10px;
    }
}

@media screen and (max-width: 420px) {
    .lf_cart_totals {
        padding: 15px 15px 5px 15px;
    }

    .lf_cart_footer {
        padding: 0 15px 10px 15px;
    }

    .lf_cart_header {
        height: 85px;
    }

    .voucher_form {
        margin-bottom: 20px;
    }

    .voucher_form input {
        font-size: 14px;
    }
}
