.woocommerce div.product div.images.woocommerce-product-gallery {
    border:3px solid #360b0aa6;
    border-radius: 7px;
}

.entry-summary .product_title .price span bdi {
    font-size: 40px;
}

.woocommerce-product-details__short-description ul {
    margin:15px !important;
}

.woocommerce-product-details__short-description ul li {
    list-style-type: disc;
}

.woocommerce-message {
    margin-bottom:0 !important;
}

.contact-form .grunion-field-wrap textarea,
.contact-form .grunion-field-wrap input {
    width: 100% !important;
    border:1px solid #360b0aa6;
    border-radius: 3px;
    background-color:  #C3AB89;;
}

.contact-form-submission .go-back-message .link {
    font-size: 18px;
    font-weight: 500 !important;
    border: 1px solid;
    padding: 10px 10px 4px;
    border-radius: 5px;
    background: #C3AB89;
}

.contact-form-submission {
    margin-bottom: 0em !important;
}

.woocommerce div.product p.stock {
    font-size: 1.5em;
    color: #52300c;
    margin-bottom: 1em !important;
}

.contact-form :is([type=submit]) {
    background-color:  #C3AB89;
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
    margin: 10px 0;
}

.woocommerce-tabs {
    background: #C3AB89;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #360b0aa6;
    padding: 30px 30px 0;
}

.woocommerce-Tabs-panel .arabic-text {
    font-size: 20px;
    line-height: 35px;
} 

html[lang="ar"] h4 {
    font-size: 35px !important;
}

.quantity input {
    font-size:20px;
    border:1px solid #360b0aa6;
    border-radius: 3px;
    background-color:  #C3AB89;;
}

.jetpack_forms_contact-form-success-summary {
    padding-top:5px;
    border-bottom: 1px solid #5a3c11;
}

.contact-form-submission {
    border:unset !important;
}

.jetpack_forms_contact-form-success-summary .field-name,
.jetpack_forms_contact-form-success-summary .field-value {
    font-size: 18px;
}

.abajora-single-product {

    background: linear-gradient(360deg, #D0944B 0%, #C3AB89 100%) !important;

    .header *,
    .footer *,
    .mobile-footer * {
        color: var(--main-color) !important;
    }

    li a[aria-current="page"] {
        border-bottom: 1px solid var(--main-color) !important;
    }

    .woocommerce-page {
        padding: 100px 15px 0px;
        color: var(--main-color);
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;

        @media (min-width: 767px) {
            padding: 120px 15px 0;
        }

        @media (min-width: 992px) {
            padding: 130px 50px 0px;
        }

        @media (min-width: 1200px) {
            gap: 60px;
            padding: 90px 50px 0px;
        }

        @media (min-width: 1500px) {
            padding: 90px 200px 0px;
        }

        @media (min-width: 1600px) {
            padding: 150px 230px 0px 300px;
        }


        & .product {
            display: flex;
            gap: 10px;
            padding: 20px 0px;
            flex-wrap: wrap;

            & .onsale {
                display: none;
            }


            @media (min-width: 992px) {
                gap: 25px;
            }



            & .summary {
                width: 48%;
                display: flex;
                flex-direction: column;
                justify-content: center;


                @media (max-width: 767px) {
                    width: 100%;
                }

                & h1 {
                    text-transform: capitalize;

                    font-size: 30px;
                    line-height: 45px;

                    @media (min-width: 1200px) {
                        font-size: 50px;
                        line-height: 80px;
                    }
                }

                & .price {
                    font-size: 25px;
                    color: var(--main-color);
                    margin: 10px 0;

                    del {
                        display: none;
                    }
                }

                & .woocommerce-product-details__short-description {
                    margin: 20px 0 0;
                }

                & .cart {
                    & .quantity {
                        border-radius: 3px;
                        gap: 10px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border: 1px solid var(--main-color);
                        margin-bottom: 5px;
                        width: 100%;

                        & input {
                            width: 100%;
                            padding: 10px;
                            background-color: transparent;
                            border: 0;
                            outline: none;
                        }

                    }

                    & .single_add_to_cart_button {
                        font-weight: 400;
                        width: 100%;
                        padding: 18px 24px;
                        background-color: var(--main-color);
                        color: var(--white-color);
                        font-size: 18px;
                        border: none;
                        cursor: pointer;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 3px;
                    }
                }

                & .product-links {
                    border-top: 1px solid var(--main-color);
                    border-bottom: 1px solid var(--main-color);
                    padding: 25px 0;

                 

                    @media (min-width: 768px) {
                        border-top: none;
                        border-bottom: none;
                    }

                    @media (min-width: 1500px) {
                        padding: 25px 0px;
                    }



                    & h6 {
                        font-size: 18px;
                        margin-bottom: 15px;
                        line-height: 25px;
                        font-weight: 500;
                    }

                    & .share-buttons {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 15px 0;

                        & button,
                        a {
                            padding: 8px 15px 4px;
                            background-color: transparent;
                            border: 1px solid var(--main-color);
                            outline: none;
                            margin: 0 2px;
                            font-weight: 500;
                            font-size: 16px;
                            cursor: pointer;
                        }

                        & button:hover,
                        a:hover {
                            opacity: 0.7;
                        }
                    }

                }
            }

            & .woocommerce-tabs {
                & ul {
                    display: none;
                }

                & div>h2 {
                    display: none;
                }
            }

            & .woocommerce-product-gallery {

                width: 100%;
                height: 100%;

                @media (min-width: 768px) {
                    width: 49%;
                }

                & img {
                    width: 100%;
                    aspect-ratio: 1 / 1;

                    @media (min-width: 1200px) {
                        aspect-ratio: 605 / 677;
                    }

                    object-fit: cover;
                }
            }

            & .related {

                h2 {
                    text-align: center;
                    font-size: 35px;
                    @media (min-width: 992px) {
                        font-size: 60px;
                    }
                }

                & .products::before {
                    display: none;
                }

                & .products {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 25px 10px;

                    /* لو فيها عنصر فقط */
                    &:has(li:nth-child(1)):not(:has(li:nth-child(2))) {
                        justify-content: center;
                    }

                    /* لو فيها عنصرين فقط */
                    &:has(li:nth-child(2)):not(:has(li:nth-child(3))) {
                        justify-content: center;
                    }

                    @media (min-width: 992px) {
                        gap: 65px 4.76%;
                    }


                    & li {
                        display: flex;
                        flex-direction: column;
                        margin: 0 !important;
                        width: 100% !important;

                        @media (min-width: 768px) {
                            width: calc((100% - 20px) / 2) !important;
                        }

                        @media (min-width: 992px) {
                            width: calc((100% - 9.52%) / 3) !important;
                        }

                        & a {

                            img {
                                width: 100%;
                                object-fit: cover;
                                aspect-ratio: 1/1;
                            }

                            h4 {
                                margin-top: 6px;
                                margin-bottom: 5px;

                                @media (max-width: 768px) {
                                    text-align: center;
                                    font-size: 40px;
                                    line-height: 100%;
                                    margin-bottom: 6px;
                                }

                                text-transform: capitalize;
                            }

                            p {
                                @media (max-width: 768px) {
                                    text-align: center;
                                }

                                font-size: 16px;

                                del {
                                    display: none;
                                }
                            }
                        }
                    }
                }


            }
        }


    }



}