/**
 * 2021 Anvanto
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses.
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author Anvanto <anvantoco@gmail.com>
 *  @copyright  2021 Anvanto
 *  @license    Valid for 1 website (or project) for each purchase of license
 *  International Registered Trademark & Property of Anvanto
 */
.sb-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9998;
    background: #868686e5;
    display: none;
}
.total-line.products, .total-line.tax {
    display: none !important;
}
.sb-open {
    overflow: hidden;
}

.sb-open .sb-menu-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.sb-close-btn .sb-close-btn i {
    font-size: 18px;
}

.cart-preview .cart-title {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 55px;
}

.cart-preview .cart-title h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2px;
}

.cart-preview .cart-product-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px;
    margin: 10px 25px;
    text-align: left;
    border: 1px solid #efefef;
}
ul.cart-items{
    max-height: 80vh;
    overflow-x: scroll;
    padding-left: 0;
    padding-bottom: 20px;
}
ul.cart-items::-webkit-scrollbar {
    display: none;
}
.cart-preview .cart-product-line .product-image {
    height: 135px;
    width: auto;
    border: 1px solid #efefef;
}

.cart-preview .cart-product-line .product-infos {
    margin:auto;
    width: 59%;
    padding-left: 15px;
}

.cart-preview .cart-product-line .product-remove {
    margin-top:10px;
    align-self: flex-start;
    width: 10%;
    text-align: right;
}

.cart-preview .product-image .img-fluid {
    width: 100%;
    height: 100%;
}

.cart-preview .product-infos .product-name {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
}

.cart-preview .product-remove i {
    font-size: 20px;
}

.cart-preview .product-infos .product-line-info {
    line-height: initial;
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
}

.product-infos .product-line-info .label {
    color: #070707;
    font-family: Bebas Neue;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.product-infos .product-line-info .value {
    color: #535353;
    font-family: Bebas Neue;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.cart-preview .product-infos .product-price {
    display: inline-block;
    margin-top: 5px;
}

.cart-preview .product-infos .product-quantity {
    display: inline-block;
    margin-left: 3px;
    font-size: 12px;
    font-weight: 400;
}

.cart-preview .cart-bottom {
    border-top: 1px solid #e1e1e1;
    background: white;
    padding: 16px 20px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.cart-preview .cart-bottom .total-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cart-bottom .total-line span {
    width: 50%;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.cart-bottom .total-line .label {
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0px;
}

.cart-bottom .total-line .value {
    text-align: right;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0px;
}

.cart-bottom .cart-total .label {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
}
.cart-bottom .add-to-cart {
    height: auto;
    border-radius: 5px;
    padding: 12px 20px;
    background: #2d2e2c;
}
.cart-bottom .pay-applepay {
    height: auto;
    font-size: 14px;
    border-radius: 5px;
    padding: 12px 20px;
    border: #000;
    background: #000;
}
.cart-bottom .pay-paypal,.cart-bottom .pay-paypal:hover,.cart-bottom .pay-paypal:active {
    height: auto;
    border-radius: 5px;
    padding: 12px 20px;
    border: #ffc439;
    background: #ffc439;
}

.cart-bottom .cart-total .value {
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: right;
}

.cart-preview .cart-action .btn-primary {
    width: 100%;
    margin-top: 10px;
}

.cart-preview .no-items {
    text-align: center;
}

.product-qty .product-qty-container {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    width: 110px;
    font-weight: 400;
    border: 1px solid #E3E3E3;
    justify-content: center;
}
.product-qty-input {
    background: #fff;
    width: 27px!important;
    height: 40px!important;
    line-height: 40px;
    text-align: center!important;
    border: 0!important;;
    border-radius: 0;
    box-shadow: none;
    padding: 0!important;;
    font-size: 12px;
}
.product-qty .quantity-button {
    border: 0 !important;
    background-color: #fff;
    font-size: 12px;
    position: static;
    height: 40px !important;
    width: 34px !important;;
    display: block !important;;
    text-align: center;
    line-height: 39px;
    transform: translateX(0) !important;;
    padding: 0;
    cursor: pointer;
}
.product-qty .quantity-button.quantity-up {
    padding-top: 1px;
}

.product-qty .input-group-btn-vertical {
  display: none!important;
}

.an_sidebarcart-add {
  margin-top: 5px;
} 

/*@media screen and (max-width: 768px){*/
/*.sb-close-btn {*/
/*    top: 30px;*/
/*}*/
/*.cart-preview .cart-title h4 {*/
/*    font-size: 40px;*/
/*}*/
/*}*/