.dropdowncart_cart_block {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 999;
    width: 350px;
    right: 0;
    overflow: auto;

}
body.lang-rtl .dropdowncart_cart_block { right: auto; left: 0; }


.cart_block_type_0 {
    max-height: 80vh;
}

.cart_block_type_0 .cart-bottom {
	flex: 0 0 20%;
}

.cart_block_type_1 {
    display: block;
    position: fixed;
    height: 100vh;
    width: 25%;
    right: -25%;
    top: 0;
    transition: right .35s ease-in-out;
}

@media (max-width: 1200px) {
    .cart_block_type_1 { width: 35%; right: -35%; }
}


@media (max-width: 995px) {
    .cart_block_type_1 { width: 55%; right: -55%; }
}



.cart_block_type_1.active{
    right: 0;
}
#header .dropdowncart_cart_block .product_name a {
    color: black;
}

.dropdowncart_cart_block span.quantity {
    font-size: .8rem;
}


.block_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.cart_block_list {
    padding: .5rem;
    flex: 0 0 76%;
    overflow-x: auto;
}

.cart-bottom {
    flex: 0 0 20%;
    padding: .5rem;
}

.product_price,
p.product_name {
    margin: 0 0 .5rem .5rem;
}

.product_item {
    overflow: hidden;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 5px;
}

.product_image {
    width: 30%;
    float: left;
}

.product_image img {
    max-width: 100%;
}

.product_info {
    width: 50%;
    float: left;
}

.remove_link {
    width: 15%;
    float: left;
    text-align: center;
}

.product_price {
    font-size: 1.1rem;
    font-weight: bold;
}

.cart-prices {
    text-align: right;
    margin-right: 19px;
    font-weight: bold;
}

span.amount.pull-right {
    font-size: 1.1rem;
}

#_desktop_cart a.dropdowncart_cart_checkout_link {
    color: #fff;
    text-decoration: none;
}
.cart_close_button{
    display: none;
    position: fixed;
    margin-left: -40px;
}
.cart_close_button a{
    padding: .5rem .25rem;
}
.cart_close_button i.material-icons{
    margin: -8px 0 0 0;
    padding: 0;
    color: white;
}
.cart_close_button i.material-icons:last-child{
    margin-left: -20px;
}
.dropdowncart_cart_block.active{
    display: block !important;
}
#_desktop_cart .dropdown_cart_add_cart_button i, #_desktop_cart .remove_product_from_dropdown_cart i {
    font-size: 2rem;
}
.dropdown_cart_add_cart_container{
    display: flex;
    align-items: center;
}
.dropdown_cart_add_cart_container .dropdown_cart_add_cart_button {
    cursor: pointer;
    border-radius: 50%;
}
.dropdown_cart_sticky_position {
    position: fixed;
    z-index: 999;
    right: 30px;
    top: 30px;
}

#sbs_dropdowncart_fixed_bottom_container {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 9000;
    width: 100%;
    border-top: 1px solid #aaaaaa;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 20px 30px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem;
}
#sbs_dropdowncart_fixed_bottom_products {
    flex: 0 0 80%;
    display: flex;
    overflow-y: auto;
}

#sbs_dropdowncart_fixed_bottom_totals {
    flex: 0 0 20%;
    text-align: right;
}
.sbs_dropdowncart_fixed_bottom_products {
    flex: 0 0 80px;
    position: relative;
    margin-right: 10px;
}
#sbs_dropdowncart_fixed_bottom_products a.remove-from-cart {
    top: 10px;
    position: absolute;
    left: 10px;
    padding: .125rem;
    background: white;
    color: #7a7a7a;
}
#sbs_dropdowncart_fixed_bottom_products a.remove-from-cart:hover {
    box-shadow: 3px 3px 3px #9d9d9d;
    color: #2fb5d2;
}
span.sbs_dropdowncart_fixed_bottom_product_wrapper {
    display: block;
    line-height: 120%;
    margin: .2rem 0;
}
#sbs_dropdowncart_fixed_bottom_total_wrapper .total {
    margin: .5rem 0;
}

.ui-tooltip {
    background: #353535;
    border: 0;
    font-size: 0.75rem;
    box-shadow: 0 0;
    color: white;
    padding: 0.3rem 0.8rem;
}