.eb-custom-shop .wc-block-grid__products {
    justify-content: space-between;
}

.eb-custom-shop .wc-block-grid__products li.wc-block-grid__product.wc-block-layout {
    flex: inherit;
}

.eb-custom-shop .wc-block-grid__products .wc-block-grid__product-title,
.eb-custom-shop .wc-block-grid__products .wc-block-components-product-price {
    text-align: left;
}

.eb-custom-shop .wc-block-grid__products .wc-block-grid__product-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.eb-custom-shop .wc-block-grid__products .wc-block-components-product-price {
    font-size: 40px;
    font-weight: 300 !important;
    color: #424242;

}

.eb-custom-shop .wc-block-grid__products .wc-block-grid__product-add-to-cart button.wc-block-components-product-button__button {
    width: 100%;
    border-radius: 0;
    background-color: #00B4E5;
    color: #fff;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    display: none;
}


ul.products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 200px !important;
    /* margin: 0 -8px 16px;
    padding: 0; */
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    max-width: 33.3333333333%;
    width: auto;
    margin: 0;
}

.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 32px !important;
    line-height: 1;
    color: #000;
    font-weight: 700;
    font-family: Roboto;
    padding-bottom: 8px;
}

.woocommerce-page ul.products.columns-3 li.product .price {
    font-size: 40px;
    line-height: 1;
    font-weight: 300 !important;
    color: #424242;
    font-family: Roboto;
}

.woocommerce ul.products li.product .button {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 12px;
    text-align: center;
    background-color: #00B4E5 !important;
    text-transform: uppercase;
}

.woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail {
    margin-right: 0 !important;
}

.woocommerce-notices-wrapper .woocommerce-message {
    display: none;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-checkout input[type=date],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=number],
.woocommerce-checkout input[type=password],
.woocommerce-checkout input[type=search],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=color],
.woocommerce-checkout input[type=datetime-local],
.woocommerce-checkout input[type=datetime],
.woocommerce-checkout input[type=month],
.woocommerce-checkout input[type=number],
.woocommerce-checkout input[type=time],
.woocommerce-checkout input[type=week],
.woocommerce-checkout input[type=url],
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-input-wrapper .select2-container--default .select2-selection--single,
.select2-results__option {
    min-height: 38px;
    background: #D9D9D9;
    color: #424242;
    font-size: 16px !important;
    font-weight: 400;
}

.select2-search--dropdown {
    background: #D9D9D9;
}

.woocommerce-checkout label {
    margin-bottom: 10px;
    font-size: 16px !important;
    font-weight: 400;
}

#order_review table,
#order_review #payment,
#order_review table,
#order_review table tbody,
#order_review table thead,
#order_review table th,
#order_review table td,
#order_review table tr,
#order_review table tr:hover {
    background-color: #fff !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #fff;
}

form.woocommerce-checkout textarea#order_comments {
    min-height: 98px !important;
}

#customer_details {
    margin-bottom: 50px;
}

#customer_details .col-2 {
    max-width: 345px;
}

#payment.woocommerce-checkout-payment button#place_order {
    border-radius: 0;
    color: #fff;
    background-color: #EB5E25;
    font-size: 15px;
    font-weight: 400;
    padding-top: 13px;
    padding-bottom: 12px;
}

#order_review #payment,
#order_review table {
    border-radius: 0 !important;
}

.woocommerce-checkout-review-order {
    margin-bottom: 132px;
}

.woocommerce-checkout-review-order p a {
    color: #EB5E25;
}

/* .wc-saved-payment-methods input[type=radio] {
    accent-color: #00B4E5 !important;
} */

@media (max-width: 1199px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        min-width: 100%;
        padding-left: 1em;
        padding-right: 1em;
    }

}

@media (max-width: 767px) {
    .woocommerce-page ul.products.columns-3 li.product h2.woocommerce-loop-product__title {
        font-size: 20px !important;
    }

    .woocommerce-page ul.products.columns-3 li.product .price {
        font-size: 28px !important;
    }
}

@media (max-width: 600px) {
    ul.products {
        display: block;
    }

    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        min-width: 100%;
        margin-bottom: 15px;
    }
}


@media (min-width: 601px) and (max-width: 991px) {

    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        max-width: 30.3333333333%;
        width: auto;
        margin: 0;
    }
}