ul.products {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 25px;
}
body .woocommerce span.onsale {
    min-height: 56px;
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
        top: 14px !important;
    right: 14px !important;
    background-color: #C41E3A !important;
   
}
.woocommerce ul.products li.product .star-rating {

    display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: unset !important;
    margin: 0 !important;
    width: 25%;
    border: 2px solid;
    border-radius: 12px;
}
.woocommerce ul.products li.product a img{
    margin: 0 !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}
h2.woocommerce-loop-product__title {
    padding: 10px  20px !important;
    font-size: 18px !important;
    text-align: center !important;
}
body .woocommerce ul.products li.product .price {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 0px 20px;
}
body .woocommerce ul.products li.product .button {
    display: block;
    margin-top: 1em;
    width: 80%;
    margin: 10px auto;
    /* display: block; */
    text-align: center;
        background-color: #C41E3A !important;
    border-radius: 37px;
    color: #fff !important;
}

.custumFiledsMain {
    display: flex;
    flex-direction: column;
    width: 50%;
}

div#customer_details {
    display: flex;
    flex-direction: column;
}
.checkoutMain {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}


.orderSummeryMain {
    width: 50%;
}
.custumFiledsMain .col-1 {
    width: 100% !important;
}
p#wc-stripe-express-checkout-button-separator {
    margin: 0 !important;
}
body .woocommerce form .form-row .input-text  , body .woocommerce #billing_country_field .select2-selection{
    padding: 12px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-0212f51);
    border-radius: 10px;
    color: #0D1427;
    background:#F5F5F5;
}
body .woocommerce #billing_country_field span#select2-billing_country-container {
    padding: 0;
}
body .woocommerce form .form-row{
    padding: 0;
}
.custumFiledsMain .col-2 {
    width: 100% !important;
}

#order_review td.product-name {
position: relative;
}
.woocommerce #order_review  a.remove {
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 1025px) {
    main#content {
    max-width: 95%;
}
}
@media only screen and (max-width: 767px) {

    .checkoutMain {
   
    flex-direction: column;
}
.custumFiledsMain {

    width: 100%;
}
.orderSummeryMain {
    width: 100%;
}
.checkoutMain {
    
    gap: 20px;
    
}
.woocommerce-checkout  h1.entry-title {
    text-align: center;
}
body.woocommerce-checkout #payment #place_order, body.woocommerce-checkout #payment #place_order {
    float: unset;
    width: 100%;
    padding: 10px 20px !important;
    border-radius: 23px;
    background-color: #dc2626;
}

   .woocommerce ul.products li.product a img {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0;
    width: 50% !important;
    border: 1px solid;
    border-radius: 9px;
}
h2.woocommerce-loop-product__title {
    padding: 6px  6px !important;
    font-size: 12px !important;
    text-align: center !important;
}
body .woocommerce ul.products li.product .price {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 2px 11px;
}
body .woocommerce ul.products li.product .button {
    display: block;
    width: 93%;
    font-size: 11px;
    margin: 10px auto;
 
}
ul.products {
    gap: 10px;
    margin: 0px -10px !important;
}





}