.page-checkout .woocommerce_checkout_after_customer_details {
    background: none !important;
}

.woocommerce-checkout form #order_review_heading {
    background-color: white;
    border-radius: 15px;
    padding-bottom: 45px;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
}
.woocommerce-checkout form #order_review_heading:after {
    bottom: 30px;
}

.woocommerce-checkout form.checkout .woocommerce-NoticeGroup,
.woocommerce-checkout form.checkout .woocommerce-NoticeGroup-checkout {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    order: -1;
}

.woocommerce-checkout form.checkout .woocommerce-error,
.woocommerce-checkout form.checkout .woocommerce-message,
.woocommerce-checkout form.checkout .woocommerce-info {
    width: 100%;
    margin: 0 0 24px;
    box-sizing: border-box;
    text-align: start;
}

.woocommerce-checkout
form
#order_review
.woocommerce-checkout-review-order-table {
    background-color: white;
    border-radius: 15px;
    margin-bottom: 30px;
}

.page-checkout #order_review .woocommerce-checkout-payment {
    border: none;
    padding: 0;
    margin: 0;
}

.page-checkout #order_review .woocommerce-checkout-payment {
    background-color: white;
    border-radius: 15px;
    padding: 25px;
}

.wc_payment_method {
    display: block !important;
    position: relative;
    border: #e0e0e0 solid 1px;
    border-radius: 15px;
}

.wc_payment_method input[type="radio"] {
    display: block !important;
    position: absolute;
    top: 20px;
    left: 20px;

    width: 20px;
    height: 20px;
}

.page-checkout
#order_review
.woocommerce-checkout-payment
.payment_methods
label {
    margin-right: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-right: 85px;
}

.wc_payment_method label img {
    position: absolute;
    right: 16px;
    top: 22px;
    height: 16px;
    max-width: 32px !important;
}

.payment_method_tap1,
.payment_method_tap {
    display: none !important;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}

.lang-cart {
    display: flex;
}

.lang-cart .language {
    padding: 0 10px;
}

#fkcart-modal .wrgah-free-shipping-notice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: calc(100% - 32px);
    margin: 8px auto 10px;
    padding: 10px 14px;
    border-radius: 8px;
    background-color: transparent;
    color: #002640;
    font-family: Cairo, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    white-space: normal;
}

#fkcart-modal .wrgah-free-shipping-notice--success {
    background-color: transparent;
}

#fkcart-modal .wrgah-free-shipping-notice__line {
    display: block;
    width: 100%;
}

#fkcart-modal .wrgah-free-shipping-notice strong {
    color: #b01f23;
    font-weight: 800;
}

#fkcart-modal .wrgah-free-shipping-notice .woocommerce-Price-amount {
    display: inline-flex;
    align-items: baseline;
    direction: ltr;
    white-space: nowrap;
}

#fkcart-modal #custom-progress-bar {
    margin: 8px 32px 14px;
}

@media (max-width: 767.98px) {
    input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
    textarea,
    select,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    #fkcart-modal .fkcart-quantity-selector .fkcart-quantity__input,
    #fkcart-modal .fkcart-coupon-area .fkcart-coupon-input-wrap #fkcart-coupon__input {
        font-size: 16px !important;
    }
}

@media (max-width: 575px) {
    .woocommerce-checkout form #order_review_heading {
        padding-bottom: 24px;
        font-size: 24px;
    }

    .woocommerce-checkout form #order_review_heading:after {
        bottom: 14px;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table {
        display: block;
        width: 100%;
        margin-bottom: 24px;
        table-layout: auto;
        border-collapse: separate;
        border-spacing: 0;
        direction: rtl;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead,
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tbody,
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tfoot {
        display: block;
        width: 100%;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tr {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) max-content;
        column-gap: 14px;
        align-items: start;
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid #ddd;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead tr {
        grid-template-columns: minmax(0, 1fr) max-content;
        align-items: center;
        width: 100%;
        padding-top: 6px;
        padding-bottom: 10px;
        border-bottom: 0;
        position: relative;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead tr:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #ddd;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead .product-name,
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead .product-total {
        font-size: 18px;
        font-weight: 800;
        line-height: 1.2;
        color: #002640;
        white-space: nowrap;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead .product-name {
        grid-column: 1;
        text-align: right;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead .product-total {
        grid-column: 2;
        text-align: left;
        justify-self: end;
        width: auto !important;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table td {
        display: block !important;
        width: auto !important;
        min-width: 0;
        padding: 0 !important;
        border: 0 !important;
        font-size: 15px;
        line-height: 1.5;
        vertical-align: top;
        float: none !important;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .product-name,
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tfoot th {
        grid-column: 1;
        text-align: right;
        overflow-wrap: break-word;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .product-total,
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tfoot td {
        grid-column: 2;
        text-align: left;
        white-space: nowrap;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .product-quantity {
        display: inline-flex;
        white-space: nowrap;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .woocommerce-Price-amount,
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi,
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .woocommerce-Price-currencySymbol {
        display: inline-flex !important;
        align-items: baseline;
        white-space: nowrap;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .woocommerce-Price-amount,
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
        direction: ltr;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
        grid-template-columns: 1fr;
        row-gap: 8px;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
        display: block !important;
        grid-column: 1;
        width: 100%;
        text-align: right;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table #shipping_method {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table #shipping_method li {
        display: block;
        width: 100%;
        margin: 0;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table #shipping_method label {
        display: flex !important;
        align-items: baseline;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        margin: 0;
        text-align: right;
        white-space: nowrap;
        direction: rtl;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table #shipping_method label .woocommerce-Price-amount {
        flex: 0 0 auto;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total {
        align-items: center;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total th,
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total td {
        font-size: 18px;
        font-weight: 800;
    }
}

.hidden-for-kuwait, p#billing_state_field label .optional {
    display: none !important;
}

.products-list {
    margin-top: 60px;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output {
    text-align: center;
    color: white;
}


.wpcf7 form.sent .wpcf7-response-output {
    background: #00263f;
}


.products-list .product-item .custom-info {
    background-color: #b01f23;
    padding: 10px 10px;
    position: absolute;
    top: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    left: 10px;
    width: calc(100% - 20px);
    height: 50px;
    z-index: 999999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .products-list .product-item .custom-info {
        left: 50px;
        top: 50px;
        width: calc(100% - 100px);
    }
    .our-products-section .our-products-inner .content .products-content .product .product-inner .product-top .product-title{
        padding-bottom:0!important;
    }
    .our-products-section .our-products-inner .content .products-content .product .product-inner{
        margin-bottom:100px!important;
    }
}


.single-product .custom-info {
    display: none;
}

.wc_payment_method {
    display: block !important;
}

#billing_state_field label .optional, ul.wc_payment_methods, .woocommerce-terms-and-conditions-wrapper, .our-products-title {
    display: block !important;
}

.wc_payment_method input[type=radio] {
    display: block !important;
}

.btn-cart.single_add_to_cart_button {
    border-radius: 0;
}

.page-single-product .entry.product .summary.entry-summary .content {
    font-size: inherit;
    line-height: inherit;
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table {
    margin-top: 0;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods {
    display: flex !important;
    flex-direction: column;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li {
    order: 1;
    height: 60px;
    cursor: pointer;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li label {
    cursor: pointer;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_knet {
    order: 0;
}

.ce-text .text-inner {
    padding: 50px 10px 100px 10px;
}

.woocommerce-privacy-policy-text {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #b01f23;
}

.page-checkout .woocommerce_checkout_after_customer_details {
    background: white !important;
}

.ce-hero {
    height: 100vh !important;
    max-height: 100vh !important;
    position: relative;
}

@media (max-width: 992px) {
    .ce-hero {
        height: 70vh !important;
    }
}

.ce-hero .reservation a, .ce-hero .tables a, .ce-hero .jakor a, .ce-hero .mafia a {
    font-size: 30px !important;
    min-width: 250px;
}

.ce-hero .reservation, .ce-hero .tables, .ce-hero .jakor, .ce-hero .mafia {
    padding: 0 10px;
}

.ce-hero .tables .btn {
    background-color: #007ABF !important;
}

.ce-hero .jakor .btn {
    background-color: #002640 !important;
}
.ce-hero .mafia .btn {
    background-color: black !important;
    color: #AF1F25;
}
.ce-hero .tables a, .ce-hero .jakor a, .ce-hero .mafia a {
    font-size: 25px;
    font-weight: 700;
    padding: 17px 28px !important;
}

.hero-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home #header {
    background-color: transparent !important;
    position: absolute;
}

.page-single-product .entry.product .image-single-product .image-single-product-inner {
    position: relative;
    max-width: 500px;
    display: flex;
}

@media (min-width: 768px) {
    .page-single-product .entry.product .image-single-product .image-single-product-inner {
        max-width: 400px;
    }
}


@media (min-width: 992px) {
    .page-single-product .entry.product .image-single-product .image-single-product-inner {
        max-width: 600px;
    }
}


@media (min-width: 1200px) {
    .page-single-product .entry.product .image-single-product .image-single-product-inner {
        max-width: 700px;
    }
}

.page-single-product .entry.product .image-single-product .image-single-product-inner .onsale {
    background-color: #b01f23;
    padding: 10px 10px;
    position: absolute;
    top: 10px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    width: 60%;
    height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
}


@media (min-width: 992px) {
    .page-single-product .entry.product .image-single-product .image-single-product-inner .onsale {
        /*left: 50px!important;*/
        top: 50px;
        width: calc(100% - 100px);
    }
}

/*.page-single-product .entry.product .image-single-product{*/
/*  margin-left:0!important;*/
/*  padding-left:20px!important;*/
/*}*/

@media (min-width: 768px) {
    .page-single-product .entry.product .image-single-product .woocommerce-product-gallery {

        margin-right: 15px;
        margin-left: 15px;
    }
}

.price del {
    margin: 0 auto;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    color: #002640;
    opacity: 1;
}

.price del:before {
    content: "";
    position: absolute;
    top: 12px;
    width: 100%;
    height: 1px;
    background-color: #AF1F25;
}


@media (min-width: 992px) {
    .products-list .product-item .custom-info {
        left: 50px;
        top: 50px !important;
        width: calc(100% - 100px);
    }
}

.ce-hero .btn {
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 50px !important;
    color: white;
    text-decoration: none;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    gap: 10px;
}

.ce-hero img.company-logo {
    width: 55px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ce-hero img.logo-cat {
    width: 70px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ce-features .features-inner .feature .feature-inner, .ce-features .features-inner .feature .feature-inner .image-container img {
    border-radius: 20px;
}

@media (max-width: 767px) {
    .ce-features .features-inner .feature {
        max-width: none !important;
    }
    .ce-features .features-inner .feature:first-child {
        position: relative;
        margin-bottom: 30px;

    }
    .ce-features .features-inner .feature:first-child:before {
        content: '';
        position: absolute;
        top: calc(100% + 10px);
        left: 20px;
        width: calc(100% - 40px);
        height: 10px;
        background-color: #b01f23;

    }

    .ce-features .features-inner .feature:last-child {
        position: relative;
        margin-top: 14px;

    }
    .ce-features .features-inner .feature:last-child:before {
        content: '';
        position: absolute;
        bottom: calc(100% + 10px);
        left: 20px;
        width: calc(100% - 40px);
        height: 10px;
        background-color: #002640;

    }

}
/*.hidden-out{display: none!important;}*/
.our-products-section .our-products-inner .content .products-content .product .product-inner{margin-bottom:45px;}
@media (max-width: 991.98px) {
    #header .header-inner .bottom-side ul {
        align-items: flex-start;
        padding-top:50px;
    }
    .wrgah-btn{
        background-color: #AF1F25;
        color: white;
        max-width: 50%;
    }
    .wrgah-btn a, .tables-btn a, .jakaro-btn a{
        color:#ffffff !important;
        font-weight: 300;
    }
    .tables-btn{
        background-color: #007ABF;
        color: white;
        max-width: 50%;
    }
    .jakaro-btn{
        background-color: #002640;
        color: white;
        max-width: 50%;

    }
    #header .header-inner .bottom-side ul li a:hover, #header .header-inner .bottom-side ul li a:active, #header .header-inner .bottom-side ul li.current_page_item {
        font-weight: bold;
    }
}

p.stock-quantity {
    color: #b01f23;
    font-weight: bold;
    padding-top: 10px;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_deema_payment label {
    width: 100%;
    margin: 16px 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 50px;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #002743;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_deema_payment label img {
    position: static;
    width: 71px;
    max-width: 54px!important;
    height: 25px;
    object-fit: contain;
}


.page-checkout #order_review .woocommerce-checkout-payment .payment_methods .payment_box.payment_method_deema_payment{
    padding: 7px;
    margin: 12px;
    border-radius: 21px;
}
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods .payment_box.payment_method_deema_payment p{
    margin-bottom: 0;
    text-align: center;
}
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_deema_payment {
    background-color: #002743;
    order: 3;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_cod {
    order: 2;
    height: 80px;
    background-color: #98e1c7;
    border-color: #98e1c7;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods .payment_box.payment_method_cod {
    display: none !important;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_cod label {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 28px 0 70px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.12;
    color: #111;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 18px;
    direction: ltr;
    text-align: left;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_cod .wrgah-cod-icon {
    position: static;
    display: block;
    width: 72px;
    max-width: 47px !important;
    height: 52px;
    object-fit: contain;
    flex: 0 0 72px;
    margin: 0;
    max-height: 40px!important;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_cod .wrgah-cod-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    direction: ltr;
    min-width: 0;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_cod .wrgah-cod-title-ar {
    font-family: "Cairo", sans-serif;
    font-size: 14px;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_cod .wrgah-cod-title-en {
    font-family: "Cairo", sans-serif;
    font-size: 15px;
}

@media (max-width: 575px) {
    .page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_cod label {
        padding: 0 16px 0 54px;
        gap: 10px;
    }

    .page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_cod .wrgah-cod-icon {
        width: 35px;
        max-width: 35px !important;
        height: 2cap;
        flex-basis: 58px;
    }

    .page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_cod .wrgah-cod-title-ar {
        font-size: 14px;
    }

    .page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_cod .wrgah-cod-title-en {
        font-size: 15px;
    }
}
.woocommerce-checkout .hidden {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.page-single-product .entry.product .summary.entry-summary .content{margin-bottom:0!important;}
.page-single-product .entry.product .summary.entry-summary .image-sub-title {
    display: block;
    width: fit-content;
    margin: 8px auto 18px;
    padding: 6px 12px;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
tr.order-total bdi {
    direction: ltr;
}

.wrgah-shipping-discount-total th,
.wrgah-shipping-discount-total td {
    color: #11823b;
}

.wrgah-shipping-discount-total td {
    font-weight: 700;
    white-space: nowrap;
}

.wc_payment_method input[type=radio]+label::before {
    content: none !important;
    display: none !important;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_knet label,
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_tap label,
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_tap1 label,
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_applepay label {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block !important;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_knet input[type=radio],
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_tap input[type=radio],
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_tap1 input[type=radio],
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_applepay input[type=radio] {
    z-index: 3;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_knet::before,
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_tap::before,
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_tap1::before,
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_applepay::before {
    pointer-events: none;
}

.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_knet label img,
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_knet label svg,
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_tap label img,
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_tap label svg,
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_tap1 label img,
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_tap1 label svg,
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_applepay label img,
.page-checkout #order_review .woocommerce-checkout-payment .payment_methods li.payment_method_applepay label svg {
    display: none !important;
}

.page-single-product .wrgah-simple-product-attributes {
    width: 100%;
    margin: 20px 0;
}

.page-single-product .wrgah-simple-product-attribute {
    margin-bottom: 16px;
}

.page-single-product .wrgah-simple-product-attribute__label {
    display: block;
    margin-bottom: 10px;
    color: #002640;
    font-family: Cairo, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.page-single-product .wrgah-simple-product-attribute__options {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.page-single-product .wrgah-simple-product-attribute__option {
    position: relative;
    display: grid;
    grid-template-columns: 26px 96px minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    width: 100%;
    cursor: pointer;
}

.page-single-product .wrgah-simple-product-attribute__option input {
    position: static;
    width: 22px;
    height: 22px;
    margin: 0;
    opacity: 1;
    pointer-events: auto;
    accent-color: #b01f23;
}

.page-single-product .wrgah-simple-product-attribute__option input + span {
    display: contents;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #002640;
    background-color: transparent;
    font-family: Cairo, sans-serif;
}

.page-single-product .wrgah-simple-product-attribute__option img {
    display: block;
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 4px;
}

.page-single-product .wrgah-simple-product-attribute__option-text {
    display: block;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #555;
    font-family: Cairo, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
}

.page-single-product .wrgah-simple-product-attribute__option input:checked + span {
    color: #b01f23;
}

.page-single-product .wrgah-simple-product-attribute__option input:focus-visible + span {
    outline: none;
}

.page-single-product .wrgah-simple-product-attribute__option input:checked + span .wrgah-simple-product-attribute__option-text {
    color: #002640;
    font-weight: 700;
}

.page-single-product .wrgah-simple-product-attribute__option input:focus-visible {
    outline: 2px solid #002640;
    outline-offset: 2px;
}

@media (max-width: 575px) {
    .page-single-product .wrgah-simple-product-attribute__option {
        grid-template-columns: 24px 130px minmax(0, 1fr);
        column-gap: 12px;
    }

    .page-single-product .wrgah-simple-product-attribute__option img {
        width: 78px;
        height: 78px;
    }

    .page-single-product .wrgah-simple-product-attribute__option-text {
        font-size: 16px;
    }
}
.our-products-section .our-products-inner .content .products-content .product .product-inner .product-top .product-image .image-sub-title{
    font-weight: bold;
}

@media (max-width: 575px) {
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead tr,
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item {
        grid-template-columns: minmax(0, 1fr) minmax(92px, max-content) !important;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead .product-name,
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tbody .product-name {
        grid-column: 1 !important;
        text-align: right !important;
        justify-self: stretch !important;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead .product-total,
    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tbody .product-total {
        grid-column: 2 !important;
        position: static !important;
        inset: auto !important;
        width: auto !important;
        min-width: 92px !important;
        text-align: left !important;
        justify-self: end !important;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead tr {
        grid-template-columns: 1fr !important;
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead tr:after {
        content: none !important;
        display: none !important;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead .product-name {
        grid-column: 1 !important;
    }

    .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead .product-total {
        display: none !important;
    }
}

