.cart_hb{display:flex;justify-content:center;}
.cart_hb_item{width:40px;height:40px;margin:0 20px;position:relative;}
.cart_hb_item:hover{cursor:pointer;}
.cart_hb_item_icon{width:100%;height:100%;}
.cart_hb_item_icon>img{width:100%;height:100%;}
.cart_hb_item_num{position:absolute;left:-10px;top:-10px;width:20px;height:20px;background-color:var(--secondary-color);border-radius: 50%;font-size:12px;text-align:center;line-height:20px;}


.cart_page{display:flex;};
.cart_info{width:50%;}
.cart_list{width:50%;padding:10px;}

.order_pub{margin:40px auto;width:500px;padding:20px;}

.cart_pub_item{display:flex;border-bottom:1px dashed #ddd;padding:10px;align-items: center;justify-content: space-between;}
.cart_pub_item .iface_price_val{font-size:20px;}



/*
#############################################################################
#############################################################################
*/

@media screen and (max-width:1150px){
    .order_pub{width:auto;margin:10px;}
}


/*
#############################################################################
#############################################################################
*/

@media screen and (max-width:500px){
    /*
    .cart_hb{top:5px;right:5px;width:50px;flex-wrap:wrap;}
    .cart_hb_item{width:54px;height:54px;}
    .cart_hb_item_icon{width:40px;height:40px;}
    .cart_hb_item_num{left:-5px;top:-5px;}
    */
}