/*
Theme Name: Soundmind Child
Description: Child theme of Hello Elementor
Author: Stefan
Template: hello-elementor
Version: 1.0.0
*/

/* Add your custom styles here */

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    color: #FFFAF4;
    text-decoration: none;
    background: #56436A;
    border-radius: 24px;
}

.wc-block-cart-item__wrap a.wc-block-components-product-name{
    font-size: 14px;
    text-decoration: none;
}

.wc-block-cart-item__wrap a.wc-block-components-product-name:hover {
    font-size: 14px;
}

span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p{
    display:none;
}

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout,
.page-content .woocommerce{
    padding-bottom:90px;
}

td.woocommerce-table__product-name.product-name a,
td.subscription-id.order-number.woocommerce-orders-table__cell.woocommerce-orders-table__cell-subscription-id.woocommerce-orders-table__cell-order-number,
th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a,
td.order-number.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a,
.woocommerce table.shop_table td.product-name a{
    font-size: 14px;
}

li.woocommerce-MyAccount-navigation-link {
    list-style: none;
}

li.woocommerce-MyAccount-navigation-link a{
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul{
    padding-left: 10px;
}

td.order-actions.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a,
th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a,
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a,
td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions a{
    font-size: 14px;
    font-weight: bold;
}

.woocommerce-EditAccountForm button.woocommerce-Button.button{
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.woocommerce-EditAccountForm button.woocommerce-Button.button:hover {
    border-radius: 0;
    border: none;
}

.soundmind-custom-hover-container:hover{
    background-color: #515A29;
}


.soundmind-custom-hover-container .elementor-icon-box-icon .elementor-icon svg path{
    fill: #000000;
}

.soundmind-custom-hover-container:hover .elementor-icon-box-icon .elementor-icon svg path{
    fill: #FFFAF4;
}


.soundmind-custom-hover-container:hover .elementor-icon-box-content .elementor-icon-box-title span,
.soundmind-custom-hover-container:hover .elementor-icon-box-content .elementor-icon-box-description{
    color: #FFFAF4;
}


