.dbx_f {
    float: right;
}
table#price_calculator {
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    background-color: #333;
	  border-radius: .375em;
}
#price_calculator input {
    text-align: right;
    width: 100px;
}
#price_calculator td label {
    padding-left: 15px;
}
tr.price-table-row.total-amount td, tr.price-table-row.calculated-price td {
    padding-left: 15px!important;
}
tr.price-table-row.calculated-price span.product_price {
    font-size: 24px;
    color: #FF5458;
    font-weight: 550;
}
.elementor-menu-cart__main {
	width: 500px!important;
	top: 85px!important;
}
.dbx_pp_delivery {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 0.375em;
    background: #ffffff17;
    font-weight: inherit;
	  color: #fff;
	  padding: 7px;
}
.dbx_pp_delivery img {
    width: 40px;
    margin-right: 10px;
}
p.delivery {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.woocommerce div.product p.stock {
	  display: none;
}
button.single_add_to_cart_button {
    width: 100%;
}
.dbx_help {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #ffffff17;
    border: 1px solid #ffffff1f;
    border-radius: 0.375em;
    padding: 5px;
	  width: 100%;
	  font-size: 12px;
}
dbx_help h3 {
	  margin: 0;
}
.dbx_help img {
    width: 32px;
    margin-right: 5px;
}
.help_box_d a {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    display: flex;
    width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}
.dbx_btn {
    display: none;
    width: 100%;
    position: relative;
    height: 45px;
    border-radius: 0.375em;
    margin-bottom: 15px;
}
.dbx_btn.whatsapp {
	  background-color: #28B9B2;
	  border: 2px solid #28B9B2;
}
.dbx_btn.phone {
	  background-color: #0DA876;
	  border: 2px solid #0DA876;
}
.dbx_btn img {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 5px;
    top: 5px;
}
.dbx_btn span {
    display: block;
    padding-left: 30px;
    color: #fff;
    line-height: 2.5em;
    text-align: center;
}
.cart_totals p.woocommerce-shipping-destination {
    display: none;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart img {
	  width: 100%!important;
}
p#billing_country_field, p#shipping_country_field, p#billing_address_2_field, p#shipping_address_2_field {
    display: none!important;
}
.payment_box {
    background-color: transparent!important;
}
@media only screen and (max-width: 600px){
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		  display: inherit!important;
	}
	.elementor-widget-woocommerce-cart .woocommerce .cart td:before {
		  display: none;
	}
	td.product-remove {
    margin: 0;
    padding: 0!important;
	}
	.elementor-widget-woocommerce-cart .woocommerce table.cart img {
    width: 70%!important;
    margin-left: auto;
    margin-right: auto;
	}
	td.product-subtotal {
		  display: none!important;
	}
	.dbx_btn {
		display: block!important;
	}
	.dbx_help h3 {
    font-size: 22px;
		margin: 0;
	}
	.help_box_d a {
    font-size: 16px;
	}
	.dbx_help {
    font-size: 10px;
	}
	.dbx_help img{
		 width: 24px!important;
	}
	.dbx_f {
    float: inherit;
		margin-left: auto;
		margin-right: auto;
	}
}