
.sb-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
.sb-open { overflow: hidden; }
.sb-menu-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 360px;
    height: 100%;
    z-index: 10000;
    overflow-y: scroll;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sb-open .sb-menu-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.sb-close-btn {
    position: absolute;
    top: 0;
    cursor: pointer;
}
.sb-close-btn i { 
    font-size: 26px;
    color: #000000;
}
.cart-preview .cart-title {
    padding: 16px 0 19px 29px;
    margin-bottom: 20px;
    text-align: left;
}
.cart-preview .cart-title .h4 {
    margin-bottom: 0;
    font-weight: 700;
    color: #000;
    line-height: normal;
}
.cart-preview .cart-product-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    padding: 20px 0 ;
    margin: 0 20px 0 30px;
    text-align: left;
}
.cart-preview .cart-product-line .product-image {
    width: 90px;
}
.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: 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    position: relative;
    top: -5px;
}
.cart-preview .product-infos .product-name:hover {
	text-decoration: none;
}
.cart-preview .product-remove i { 
    width: 23px;
    height: 23px;
    display: inline-block;
    padding: 3px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    font-size: 17px;
    color: #fff;
    background-color: #c3c5ce;
	position: relative;
    right: -11px;
}
.cart-preview .product-infos .product-line-info { 
    line-height: initial;
    font-size: 12px;
    color: #000;
	margin-bottom: 4px;
}
.product-infos .product-line-info .label {
    font-weight: 400;
    font-size: 12px;
    color: #7d7d7d; 
}
.product-infos .product-line-info .value {
    font-size: 12px;
    font-weight: 400;
}
.cart-preview .product-infos .product-price {
    display: inline-block;
    margin-top: 13px;
	color: #000;
    font-size: 18px;
	font-weight: 700;
}
.cart-preview .product-infos .product-quantity {
    display: inline-block;
    margin-left: 3px;
    font-size: 12px;
    font-weight: 400;
    color: #7d7d7d;
}
.cart-preview .cart-bottom {
    padding: 16px 30px 10px 30px;
}
.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: 6px;
}
.cart-bottom .total-line span { 
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.cart-bottom .total-line .label { text-align: left; }
.cart-bottom .total-line .value { text-align: right; font-size: 20px; font-weight: bold; }
.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;
    position: relative;
}

.cart-bottom .cart-action {
	margin-top: 24px;
}
.cart-preview .no-items { text-align: center; }
@media (max-width: 400px) {
    .sb-menu-right {
        width: 100%;
    }
}

.cart-bottom hr {
	border-top: 1px solid rgba(255, 255, 255, 1);
	margin-bottom: 11px;
}

.cart-bottom .bottom_hr {
    margin-bottom: 16px;
    margin-top: 11px;
}