/*!
Theme Name: Hello Elementor Child
Theme URI: https://crocoblock.com/
Author: Crocoblock
Author URI: https://crocoblock.com/
Description: Child theme for Hello Elementor with all CrocoBlock features compatibility.
Template: hello-elementor
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
*/

/* wc-block-cart */

.cart-page .wc-block-cart .wc-block-cart-items__header th,
.cart-page .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__totals-title {
    border-width: 0 0 1px 0;
    border-color: #E5E4E2;
    border-style: solid;
    padding: 0 0 8px 0!important;
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
} 

.cart-page .wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__totals-title {
	padding-bottom: 16px;
	border: none;
}

.cart-page .wc-block-cart .wc-block-cart-items__header th.wc-block-cart-items__header-image {
    text-align: left;
    width: 114px;
}

.cart-page .wc-block-cart .wc-block-cart-items__header th.wc-block-cart-items__header-total {
    text-align: right;
    padding-right: 0px;
}

.cart-page .wc-block-cart .wc-block-cart-items td {
    padding: 12px 24px 12px 0px!important;
    border: none!important;
}

.cart-page .wc-block-cart .wc-block-cart-items td:last-child {
    padding-right: 0px!important;
}

/* Product */

.cart-page .wc-block-cart .wc-block-cart-items {
    border-bottom: none!important;
}

.cart-page .wc-block-cart .wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 16px;
}


/* Quantity */

.cart-page .wc-block-cart .wc-block-cart-item__quantity {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-page .wc-block-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    margin: 0px;
    width: auto;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #A2A1A1;
}

.cart-page .wc-block-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector:after {
    content: none;
}

.cart-page .wc-block-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector input {
    max-width: 25px;
    min-width: inherit;
    font-weight: 400;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #A2A1A1;
    border-radius: 0px;
}

.cart-page .wc-block-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    min-width: 25px;
}

.cart-page .wc-block-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background-color: #ffbd66;
    color: white;
    border: none;
    border-radius: 0px;
}


/* Summary */

.cart-page .wc-block-components-sidebar .wc-block-components-panel,
.cart-page .wc-block-components-sidebar .wc-block-components-totals-coupon,
.cart-page .wc-block-components-sidebar .wc-block-components-totals-item {
    padding: 0px;
}

.cart-page .wc-block-components-totals-item__label,
.cart-page .wp-block-woocommerce-cart-order-summary-coupon-form-block {
    font-weight: 500;
}


.cart-page .wc-block-components-totals-item__value {
    font-weight: 400!important;
    font-size: 16px!important;
}


.cart-page .wc-block-components-shipping-rates-control__package label {
	padding: 0px;
	display: flex;
}

.cart-page .wc-block-components-shipping-address {
	display: none!important;
}

/* Coupon */

.cart-page .wc-block-components-totals-coupon__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cart-page .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    flex: 1;
}

.cart-page .wc-block-components-button {
    border-radius: 40px;
    background: #faf9f6;
    border: 1px solid #ffbd66;
    font-weight: 500;
}

.cart-page .wc-block-components-quantity-selector__button:focus {
    border: none!important;
    border-radius: 0;
    box-shadow: none;
    background: inherit;
}

.cart-page .wc-block-components-button:hover {
    background: #ffbd66;   
}

.cart-page .wc-block-components-button .wc-block-components-button__text {
    display: flex!important;
    align-items: center;
}

.cart-page .wc-block-components-button .wc-block-components-button__text:after {
    content: '';
    margin-left: 8px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('https://benehygienic.com/wp-content/uploads/2024/11/arrow_right_button_primary_hoversecondary.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
}

.cart-page .wc-block-components-button:hover .wc-block-components-button__text:after {
    background-image: url('https://benehygienic.com/wp-content/uploads/2024/11/arrow_right_button_primary.svg');
}

.cart-page .wc-block-components-button.wc-block-cart__submit-button {
    background: #ffbd66;
    margin-top: 16px;
}

.cart-page .wc-block-components-button.wc-block-cart__submit-button:hover {
    background: #faf9f6;
}

.cart-page .wc-block-components-button.wc-block-cart__submit-button .wc-block-components-button__text:after {
    background-image: url('https://benehygienic.com/wp-content/uploads/2024/11/arrow_right_button_primary.svg');

}

.cart-page .wc-block-components-button.wc-block-cart__submit-button:hover .wc-block-components-button__text:after {
    background-image: url('https://benehygienic.com/wp-content/uploads/2024/11/arrow_right_button_primary_hoversecondary.svg');
}
