.cart_block_type_0 {
    position: absolute;
    background-color: white;
    z-index: -1; visibility: hidden;
    opacity: 0;
    width: 350px;
    right: 15px; padding:  1.5rem;
    overflow: auto; margin-top: 15px;
}
.cart_block_type_0.active {
    margin-top: 0; visibility: visible;
    opacity: 1;
    z-index: 999
}

.cart_block_type_0 {
    max-height: 100vh;
}

.cart_block_type_1 {
    display: block;
    position: fixed;
    z-index: 1000;
    background-color: white;
    height: 100vh;
    width: 25%;
    right: -25%;
    top: 0;
    transition: right .35s ease-in-out;
}
.cart_block_type_1.active{
    right: 0;
}
.cart_block_type_1 .bottom_block {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.cart_block_type_1 .bottom_block .card-block,
.cart_block_type_1 .cart_block_list
 { padding: 0 1rem }

#header .dropdowncart_cart_block .product_name a {
    color: black;
}

.dropdowncart_cart_block span.quantity {
    font-size: .8rem;
}

.cart-prices,
.cart_block_list {
    padding: 0;
}

.product_price,
p.product_name {
    margin: 0 0 .5rem .5rem;
}

.product_item {
    overflow: hidden;
    padding: .3rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: .3rem 0;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}
div.product_item:last-of-type {
    border: 0; margin-bottom: 0; padding-bottom: 0;
}

.product_image img {
    max-width: 100%;
}
.product_info { flex: 0 1 100%; }
.product_image {}
.remove_link {}
p.remove_link a { color: #353535; }

.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;
}
#_desktop_cart .cart_close_button{
    display: none;
    position: fixed;
    margin-left: -30px; margin-top: 50px;
}
#_desktop_cart .cart_close_button a{
    padding: .5rem .25rem;
}
#_desktop_cart .cart_close_button i.material-icons{
    margin: -8px 0 0 0;
    padding: 0;
    color: white;
}
#_desktop_cart .cart_close_button i.material-icons:last-child{
    margin-left: -20px;
}

#_desktop_cart .card-block.cart-summary-totals {
    margin: 1rem 0 .5rem;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding-top: 1rem;
}

#_desktop_cart .card-block {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .2);
}

#_desktop_cart .cart-summary-line {
    display: flex;
    justify-content: flex-end;
}
#_desktop_cart .card-block,
#_desktop_cart .cart-summary-line { font-weight: bold; }
#_desktop_cart .cart-buttons a { display: block; }
nav .labelConditions a { color:  #333 }

#_desktop_cart .header  { padding: .7rem 0; }

.dropdowncart_cart_block.active{
    display: block !important;
}

.cart_block_type_1 p.h4 {
    color: black;
    font-weight: 700;
    font-size: 1rem;
    background: #efefef;
    padding: 1rem;
}