nav.woocommerce-MyAccount-navigation {
    display: none;
}

@media(max-width: 989px) {
    .woocommerce-thankyou-order-details {
        display:grid!important;
        grid-template-columns: 1fr 1fr;
        padding: 0
    }

    li.woocommerce-order-overview__payment-method.method {
        grid-column: span 2;
        border-top: 1px solid #e1e1e1!important
    }

    li.woocommerce-order-overview__date.date,li.woocommerce-order-overview__total.total {
        border-right: none
    }

    li.woocommerce-order-overview__total.total,li.woocommerce-order-overview__email.email {
        border-top: 1px solid #e1e1e1
    }

    .woocommerce-MyAccount-content .woocommerce-customer-details section,.u-columns.woocommerce-Addresses {
        display: grid!important;
        grid-template-columns: 1fr;
        gap: 20px
    }

    .woocommerce-order-details table tobdy {
        width: 100%
    }

    .woocommerce-order-details table tr {
        display: grid
    }

    .woocommerce-order-details table tr th,.woocommerce-order-details table tr td {
        width: 100%;
        padding: 10px
    }
}

.woocommerce-table--order-details ul.wc-item-meta {
    margin: 5px 0;
    padding-left: 0!important
}

.woocommerce-table--order-details ul.wc-item-meta li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.woocommerce-table--order-details ul.wc-item-meta li strong {
    margin-right: 10px
}

.woocommerce-table__line-item.order_item>td {
    width: 100%!important
}

.woocommerce-MyAccount-content .woocommerce-customer-details section p.woocommerce-customer-details--phone {
    margin: 0
}

.woocommerce-MyAccount-content .woocommerce-customer-details section address {
    margin-bottom: 20px
}

.woocommerce-MyAccount-content .woocommerce-customer-details section h2.woocommerce-column__title,.woocommerce-order-details .woocommerce-order-details__title {
    font-size: 20px
}

nav.woocommerce-MyAccount-navigation {
    display: none
}

.wc-endpoint-url .woocommerce {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wc-ma-header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.wc-ma-title a {
    background-color: #222!important;
    color: #fff!important
}

.wc-ma-title a i {
    font-size: 20px;
    margin-right: 8px
}

h1.endpoint-title {
    font-size: 30px;
    margin: 0
}

.woocommerce-MyAccount-content .brx-container.root {
    width: auto
}

@media(max-width: 989px) {
    table.woocommerce-MyAccount-orders thead tr th:nth-child(3),table.woocommerce-MyAccount-orders thead tr th:nth-child(4),table.woocommerce-MyAccount-orders tbody tr td:nth-child(3),table.woocommerce-MyAccount-orders tbody tr td:nth-child(4) {
        display:none!important
    }

    table.woocommerce-MyAccount-orders a.woocommerce-button.button {
        padding: 5px 10px;
        min-height: auto;
        margin-bottom: 10px
    }

    table.woocommerce-MyAccount-orders thead tr th,table.woocommerce-MyAccount-orders tbody tr td {
        padding: 5px!important;
        text-align: left!important
    }
}

@media(max-width: 600px) {
    table.woocommerce-MyAccount-orders thead {
        display:none!important
    }

    table.woocommerce-MyAccount-orders a.woocommerce-button.button {
        padding: 5px 10px;
        min-height: auto;
        margin-bottom: 10px
    }

    table.woocommerce-MyAccount-orders tbody tr td:nth-child(3),table.woocommerce-MyAccount-orders tbody tr td:nth-child(4) {
        display: block!important
    }

    table.woocommerce-MyAccount-orders tbody tr td {
        border: none!important;
        padding: 10px 0!important
    }

    table.woocommerce-MyAccount-orders tbody tr {
        display: grid;
        border: 1px solid #e1e1e1;
        padding: 20px 20px 10px;
        margin-bottom: 10px
    }
}

.woocommerce-form-login label,.woocommerce-form-login p.form-row,.woocommerce-form-login .woocommerce-LostPassword {
    text-align: left
}

.woocommerce-form-login .wc-social-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.woocommerce-form-login .wc-social-login a {
    font-size: 12px!important
}

.woocommerce-form-login .wc-social-login p {
    display: none
}

/*CFW*/
#cfw {
    padding: 0 40px 20px 40px;
    margin: 0 auto;
    max-width: 100% !important;
    width: 1400px;
}

@media (min-width:990px) {
    #cfw {
        padding: 40px;
    }
    #cfw #checkout {
        display: grid;
        grid-template-columns: 5fr 4fr;
        gap: 40px;
    }
}

#order_review,
#cfw-cart-summary {
    border: none !important;
    width: 100% !important;
}

.cfw-promo-code-button-wrap input {
    line-height: initial !important;
}

.checkoutwc #info_payment button, .checkoutwc .cfw-primary-btn {
    padding: 15px 40px;
}

.cfw-cart-item-title {
    line-height: 1.5;
}

.cfw-side-cart-floating-button {
    border-radius: 50%;
}

.cfw-side-cart-quantity-wrap svg {
    width: 25px;
    height: 25px;
}

.cfw-side-cart-quantity-wrap .cfw-side-cart-quantity {
    position: absolute;
    top: -25px;
    right: -20px;
    background: #222;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    min-width: 25px;
    text-align: center;
}

.woocommerce-checkout .woocommerce-shipping-fields,
.payment_box p,
.woocommerce-checkout #payment .payment_methods li {
    margin: 0 !important;
}

.woocommerce-checkout #payment {
    padding: 20px 0 0 0;
}

.checkoutwc input[type=radio] {
    padding: 0 !important;
}

.woocommerce-privacy-policy-text p {
    line-height: 1.5;
    font-size: 12px;
}

.reel .regular-price,
.reel-content .regular-price {
    text-decoration: line-through;
    opacity: .7;
}
.reel-cart-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.reel-cart-buttons button {
    min-width: auto !important;
    width: 100%;
    padding: 10px;
    background: #434242;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.reel-cart-buttons .checkout_button {
    background: var(--bricks-color-primary);
    color: #222;
}