/**
 * 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: 999;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.sb-open {
    overflow: hidden;
}

.sb-open .sb-menu-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.sb-close-btn i {
    font-size: 18px;
}
.hidden-cart-dropdown {
    display: none;
}
#js-cart-sidebar .cart-dropdown {
    display: block!important;
}
.cart-preview .cart-title {
    padding: 25px 0;
    margin-bottom: 20px;
    text-align: center;
    background-color: #f4f4f4;
}

.cart-preview .cart-title h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.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: 20px 0;
    margin: 0 20px;
    text-align: left;
    border-bottom: 1px solid #f4f4f4;
}

.cart-preview .cart-product-line .product-image {
    width: 30%;
    border: 1px solid #f4f4f4;
}

.cart-preview .cart-product-line .product-infos {
    width: 59%;
    padding-left: 15px;
}

.cart-preview .cart-product-line .product-remove {
    align-self: flex-start;
    width: 10%;
    text-align: right;
}

.cart-preview .product-image .img-fluid {
    max-width: 100%;
    height: auto;
}

.cart-preview .product-infos .product-name {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.cart-preview .product-remove i {
    font-size: 20px;
}

.cart-preview .product-infos .product-line-info {
    line-height: initial;
    font-size: 12px;
    color: #000;
}

.product-infos .product-line-info .label {
    color: #7d7d7d;
}

.cart-preview .product-infos .product-price {
    display: inline-block;
    margin-top: 15px;
}

.cart-preview .product-infos .product-quantity {
    display: inline-block;
    margin-left: 3px;
    font-size: 12px;
    font-weight: 400;
}

.cart-preview .cart-bottom {
    padding: 20px 20px 10px 20px;
    background-color: #f4f4f4;
}

.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: 14px;
    font-weight: 400;
    color: #000;
}

.cart-bottom .total-line .label {
    text-align: left;
}

.cart-bottom .total-line .value {
    text-align: right;
}

.cart-bottom .cart-total .label {
    text-transform: uppercase;
}

.cart-bottom .cart-total .value {
    font-size: 20px;
}

.cart-preview .cart-action .btn-primary {
    width: 100%;
    margin-top: 10px;
}

.cart-preview .no-items {
    text-align: center;
}

.product-qty {
    margin-top: 13px;
}
.product-qty .product-qty-container {
    border-radius: 0;
    overflow: hidden;
    display: flex;
    width: 95px;
    font-weight: 400;
}
.product-qty-input {
    background: #f4f4f4;
    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: 1rem;
}
.product-qty .quantity-button {
    border: 0 !important;
    background-color: #f4f4f4;
    font-size: 18px;
    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;
}