.popover-body { width: auto;}
.popover-body #shop2-cart { flex-direction: column;}
.cart-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.popover-body #shop2-cart .shop2-cart-total-wr {
  width: auto;
  max-width: 100%;
  min-width: 100px;
  margin: 0;
}

.popover-body #shop2-cart .shop2-cart-total-wr { width: 100%;}

.popover-body #shop2-cart .shop2-cart-total-wr {
	-webkit-flex: 0 0 0;
	-moz-box-flex: 0 0 0;
	-moz-flex: 0 0 0;
	-ms-flex: 0 0 0;
	flex: 0 0 0;
}
.highslide-container { z-index: 9999999 !important;}

@media screen and (max-width: 1366px) {
	body .popover-body { width: 98vw; padding-left: 20px; padding-right: 20px;}
}
@media (max-width: 480px) {
	.popover-body { padding-left: 20px; padding-right: 20px;}
	.order-btn .shop2-btn { width: 100%; margin-bottom: 15px; text-align: center;}
	.popover-body #shop2-cart .shop2-cart-total-wr .cart_total_in { padding: 0;}
}