.woocommerce-shipping-totals th {
	display: none !important;
}

.woocommerce-shipping-totals td {
	border: 0 !important;
}

.col-2 table {
	border: 0 !important;
}

.woocommerce-shipping-methods {
    margin-top: 19px !important;
    padding-left: 24px !important;
}

#ship-to-different-address {
    display: block !important;
}

#billing_address_1_field {
	display: none !important;
}


.button {
    color: white !important;
    border-radius: 4px  !important;
    border: 1px solid var(--color-theme) !important;
    background-color: var(--color-theme) !important;
}

.cross-sells,
.cart_totals > h2,
.cart_totals > table {
	display: none !important;
}

.product-name > a {
	color: black;
}


.product-name > a > i{
	color: #2EA3F2 !important;
}


.woocommerce .woocommerce-message {
    background-color: var(--color-light-light-gray) !important;
}

.checkout-button.button.alt.wc-forward {
    color:white !important;
}

#payment_method_wc_liqpay_payments~label img {
    height: 28px !important;
}

form[name="checkout"] h3 {
    background-color: var(--color-light-light-gray);
    padding: 12px;
    border-radius: var(--size-border-radius);
}

.ppf_row_sp_btw.width_100.order_details {
    flex-wrap: wrap;
    gap: 24px;
}

.ppf_order_details {
    flex-wrap: wrap;
    width: 100%;
}

.ppf_order_details > :nth-child(-n+2) {
    flex: 1;
}

.ppf_order_details > :nth-child(n+3) {
  display: none;
}

.ppf_order_details > :nth-child(2) > section {
  display: flex;
  flex-direction: column;
}

.ppf_order_details > :nth-child(2) > section > :nth-child(1) {
    margin-top: -20px; 
}

.ppf_order_details > :nth-child(2) > section > div {
  width: 100% !important;
  margin-bottom: 24px; 
}

@media (max-width: 575.98px) {
    .woocommerce ul.order_details li {
        width: 100%;
    }
}

