.custom-basket  .module_cart_detail {
    display: none;
}

.custom-basket .module_cart_total {
    min-width: 150px;
    margin: 10px 0 10px auto;
}

.custom-basket .module_cart_total tbody{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.custom-basket .tax {
    display: none;
}

.custom-basket .goto_cart{
    background: url(/images/back.png) 0 0/contain no-repeat!important;
    box-shadow: none!important;
    width: 35px!important;
    height: 35px!important;
    margin: 0 5px!important;
    transition: 1s;
}

.custom-basket .goto_cart a{
    display: inline-block;
    width: 35px!important;
    height: 35px!important;
}

.custom-basket .goto_cart:hover{
    background: url(/images/back-hover.png) 0 0/contain no-repeat!important;
}
#jshop_quantity_products {
    display: none;
}

.cart_reload {
    display: none;
}
#g-container-6182{
	/*min-height: 65vh;*/
}

.jshop{
	min-height: 65vh;
}

.inline.jshop.thumbnail.order_menu{display: none;}

