@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
@import url(https://db.onlinewebfonts.com/c/01ed19a9fce89910485eb86589f315c3?family=Bahij+TheSansArabic+Plain);

body , .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 , p{
    /* font-family: Cairo !important; */
    font-family: "Bahij TheSansArabic Plain" !important;
    margin: 0;
}
.header-area .header-top .switcher-lang-currency {
    padding: 0 2rem 0 0;
    border-left: none;
}

/* Menu Category Search Select css start */
.header-area
    .header-middle
    .header-middle-wrap
    .search-area
    .search-wrap
    .form-select,
.menu-offcanvas .mobile-menu-area .menu-search-form .form-select {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 2.5rem 0 1.5rem;
}
/* Menu Category Search Select css end */

/* ----- Extra CSS Start ----- */

/* Toaster CSS Start */
.swal2-popup.swal2-toast {
    display: flex !important;
    padding: 15px !important;
}
.swal2-popup.swal2-toast .swal2-title {
    font-size: 1.4em !important;
}
/* Toaster CSS End */

/* Checkout Page CSS */
.checkout-page-color-show {
    display: inline-flex;
    align-items: center;
}
.checkout-page-color-show span {
    height: 18px;
    width: 18px;
    display: inline-flex;
    border-radius: 50%;
    margin-left: 5px;
}
/* Checkout Page CSS */

/* Cart Page CSS */
.cart-page-area .cart-page-bottom-box-wrap {
    justify-content: space-between;
}
/* Cart Page CSS */

.lang-switcher .flag {
    position: relative;
    top: -2px;
}

.order-progress .single-progress.canceled {
    color: #333333;
}

.order-progress .single-progress.canceled::before {
    background: #fc1010;
    -webkit-box-shadow: 0 0 0 2px #eeeeee;
    box-shadow: 0 0 0 2px #fc1010;
}
.my-order-td-row {
    padding-top: 30px !important;
}

.primary-btn-v2.write-review-btn {
    padding: 0.75rem 2rem !important;
}

.review-right .product-review {
    display: flex;
}

.review-right .product-review .review-item.active {
    color: #fca610;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .product-review {
    margin: 0 20px;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .product-review
    .review-item {
    display: inline-block;
    color: #e9e9e9;
    cursor: pointer;
    line-height: 1;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .product-review
    .review-item.active {
    color: #fca610;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-middle
    .product-review {
    margin-right: 2rem;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-middle
    .product-review
    .review-item {
    display: inline-block;
    color: #e9e9e9;
    line-height: 1;
    cursor: pointer;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-middle
    .product-review
    .review-item.active {
    color: #fca610;
}

.testimonial-area
    .testimonail-slide
    .single-testimonial
    .review-area
    .inactive {
    color: var(--bColor);
}

.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/* Menu CSS */
.account-switcher {
    margin-right: 0;
}
.currency-switcher .flag {
    width: auto;
}
/* Menu CSS */

/* Contact page */
.contact-us-area.section-bottom > .row {
    padding: 0 80px;
}
/* Contact page */
/* Blog Page */
.blog-details-content-wrap,
.our-features-area-wrap {
    margin: 0 10.5rem;
}
/* Blog Page */

/* Thankyou Page CSS Start */
.thankyou-content h2 {
    font-size: 48px;
    color: #000;
    line-height: 58px;
    margin: 30px 0;
}
.thankyou-content p span {
    font-weight: 500;
    color: #4a4a4a;
}
/* Thankyou Page CSS End */

/* Common Modal CSS Start */
.common-modal h2 {
    font-weight: 500;
    color: #000;
}
.common-modal .primary-btn {
    padding: 0.6rem 3rem;
    margin-top: 1rem;
}
.common-modal .form-control {
    height: 4rem;
    font-size: 15px;
}
.common-modal .form-label {
    color: #333;
}
.common-modal .modal-header {
    padding: 1.2rem 2rem;
}
.common-modal .modal-body {
    padding: 1.2rem 2rem 2rem;
}
/* Common Modal CSS End */
/* Product Page */
.sidebar-widget-area .price-widget .price-wrap .price-submit {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Product Page */

/* Checkout Page New Login Box Start */
.checkout-page-login-box {
    padding: 5rem 4rem;
    background: #f8f9fc;
}
.checkout-page-login-box .primary-btn {
    padding: 0.7rem 3rem 0.75rem;
}
.checkout-page-login-box h2,
.checkout-discount-box h2 {
    font-size: 2.4rem;
    color: #222222;
}
.checkout-discount-box {
    margin: 3rem 0;
    padding: 3rem;
    background-color: #fff;
    border: 1px solid #eeeeee;
}
.checkout-discount-box .form-control {
    padding: 1rem 1rem;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #333333;
}
.checkout-page-login-box h2 {
    margin-right: 15px;
}
/* Checkout Page New Login Box End */

/* product color */
.product-variable-color label span {
    border: 1px solid #848684;
}
/* product color */

/* Home Version 2 By Default Style Start */
.header-area-v2 .account-switcher {
    min-width: auto;
}
/* Home 2 Product page */
.single-grid-product-v2 .product-top a {
    display: block;
}
/* Home 2 Product details */
.product-single-area-v2
    .product-single-left
    .product-slier-big-image
    .single-slide::before,
.product-single-area-v2
    .product-single-left
    .product-thumbnail-image
    .single-item::before {
    display: none;
}
.product-single-area-v2
    .product-single-left
    .product-slier-big-image
    .single-slide
    .slide-image {
    /* min-width: 100%; */
    min-height: 100%;
    width: 100%;
}
.product-single-area-v2
    .product-single-left
    .product-slier-big-image
    .single-slide {
    max-width: 100%;
    overflow: hidden;
    height: 700px;
}

@media (max-width: 767px) {
    .popular-categories-area-v2 .catagory-left {
        padding-left: 30px;
    }
    .direction-rtl .popular-categories-area-v2 .catagory-left {
        padding-left: 0x;
        padding-right: 30px;
    }
    .popular-categories-area-v2 .catagory-left:after {
        left: 0;
    }
    .direction-rtl .popular-categories-area-v2 .catagory-left:after {
        right: 0 !important;
    }
}
@media (max-width: 575px) {
    .popular-categories-area-v2 .catagory-left .catagory-title:after {
        display: none;
    }
}
/* Home Version 2 By Default Style End */

/* RTL Intregration CSS Start */
.direction-rtl {
    direction: rtl;
}

.direction-ltr {
    direction: ltr;
}

/* Menu css */
.direction-rtl .header-area .header-top .header-top-left .contact-info .icon {
    margin-right: 0;
    margin-left: 1rem;
}
.direction-rtl .header-area .header-top .switcher-lang-currency {
    padding: 0 0 0 2rem;
    border-right: none;
    border-left: 1px solid #d0d0d0;
    margin-right: 0;
    margin-left: 2rem;
}
.direction-rtl .currency-switcher {
    margin-right: 0;
    margin-left: 2rem;
}
.direction-rtl .currency-switcher .flag,
.direction-rtl .lang-switcher .flag,
.direction-rtl .account-switcher .flag {
    margin-right: 0;
    margin-left: 5px;
}
.direction-rtl
    .header-area
    .header-middle
    .header-middle-wrap
    .search-area
    .search-wrap
    .form-group::before {
    left: auto;
    right: 7px;
}
.direction-rtl
    .header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn {
    margin-right: 0;
    margin-left: 4rem;
}
.direction-rtl
    .header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn:last-child {
    margin-left: 0;
}
.direction-rtl
    .header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn
    .header-btn
    .btn-left {
    margin-right: 0;
    margin-left: 1.5rem;
}
.direction-rtl .lang-switcher .lang .fa-angle-down,
.direction-rtl .currency-switcher .currency .fa-angle-down {
    margin-left: 0;
    margin-right: 3px;
}
.direction-rtl .header-area .header-top .top-bar-menu .menu-list .menu-item {
    margin-right: 0;
    margin-left: 3rem;
}
.direction-rtl .popular-categories-area .section-header-area .text-md-end,
.direction-rtl .featured-productss-area .section-header-area .text-md-end,
.direction-rtl .about-area .section-header-area .text-md-end,
.direction-rtl .blog-area .section-header-area .text-md-end {
    text-align: left !important;
}
@media (max-width: 767px) {
    .direction-rtl .popular-categories-area .section-header-area .text-md-end,
    .direction-rtl .featured-productss-area .section-header-area .text-md-end,
    .direction-rtl .about-area .section-header-area .text-md-end,
    .direction-rtl .blog-area .section-header-area .text-md-end {
        text-align: right !important;
    }
    .bottom-header-links{
        display: none;
    }
    .middle-header{
        display: none;
    }
    .align-footer{
        display: block !important;
    }
    .new-header-top-left{
        display: none !important;
    }
    .input-container i {
    left: 251px !important;
}
}
.direction-rtl .popular-categories-area .single-categorie {
    margin-right: 3.5rem;
    padding: 0 0 0 3.5rem;
}
.direction-rtl .popular-categories-area .single-categorie:before {
    width: calc(100% - 0px);
}
.direction-rtl
    .popular-categories-area
    .single-categorie
    .categorie-wrap
    .categorie-icon {
    margin-left: 2rem;
    margin-right: -2.5rem;
}
.direction-rtl .popular-categories-area .single-categorie .arrow {
    transform: rotate(-180deg);
}
.direction-rtl .footer-area .footer-widget-area .social-media li {
    margin-right: 0;
    margin-left: 1.5rem;
}
.direction-rtl .footer-area .footer-widget-area .social-media li:last-child {
    margin-right: 0;
    margin-left: 0;
}
@media (max-width: 991px) {
    .direction-rtl .footer-area .footer-widget-area .social-media li {
        margin-left: 0.5rem;
    }
}
/* Contact Page CSS */
.direction-rtl .contact-us-area .contact-us-top .single-contact-info {
    border-left: 0;
    border-right: 1px solid #e9e9e9;
}
/* Blog CSS */
.direction-rtl .blog-single-area .blog-meta-box .post-author .author-image {
    margin-right: 0;
    margin-left: 1.5rem;
}
.direction-rtl
    .blog-single-area
    .blog-meta-box
    .media-lsit
    .medi-item:last-child {
    margin-right: 2.5rem;
}
/* Blog CSS */
.direction-rtl .service-area .service-lsit .single-service .service-icon {
    margin-right: 0;
    margin-left: 2rem;
}

.direction-rtl .breadcrumb-area .breadcrumb-pages .page-item {
    margin-right: 0;
    margin-left: 2rem;
}
.direction-rtl .breadcrumb-area .breadcrumb-pages .page-item:after {
    left: auto;
    right: calc(100% + 10px);
}

/* Product Page */
.direction-rtl .product-area .product-section-top .product-filter .form-select,
.direction-rtl #shipping_country {
    background-position: left 0.75rem center;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    -moz-padding-start: calc(0.75rem - 3px);
}
.direction-rtl
    .cart-page-area
    .cart-page-item
    .single-grid-product
    .product-top {
    margin-right: 0;
    margin-left: 20px;
}
.direction-rtl .wish-list-area .wish-list-table .table thead tr th:first-child,
.direction-rtl .checkout .cart-summary .total-amount {
    text-align: right;
}
.direction-rtl .checkout .cart-summary .summary-list li span,
.direction-rtl .checkout .cart-summary .total-amount h3 span {
    float: left;
}
.direction-rtl
    .checkout
    .checkout-form
    .payment-method
    .form-group
    .input-icon {
    right: auto;
    left: 2rem;
}
.direction-rtl
    .checkout
    .checkout-form
    .payment-method
    .card-check
    .form-check-input {
    margin-left: 0;
    margin-right: 22px;
}
.direction-rtl
    .checkout
    .checkout-form
    .payment-method
    .card-check
    .form-check-label {
    padding-left: 0;
    padding-right: 45px;
}
.direction-rtl
    .checkout
    .checkout-form
    .payment-method
    .form-check.terms-agree
    .form-check-input {
    float: right !important;
    margin-left: 0;
    margin-right: -1.5em;
}
.direction-rtl
    .checkout
    .checkout-form
    .payment-method
    .form-check.terms-agree {
    padding-left: 0;
    padding-right: 1.5em;
}
.direction-rtl .checkout .checkout-form .form-check .form-check-label {
    padding-left: 0;
    padding-right: 5px;
}
.direction-rtl .wish-list-area .wish-list-table .action-btn .icon {
    margin-left: 0;
    margin-right: 1rem;
}
.direction-rtl .account-page-menu ul li i {
    margin-right: 0;
    margin-left: 10px;
}
.direction-rtl .order-progress .single-progress::after {
    left: auto;
    right: calc(-50% - 13px / 2);
}
.direction-rtl .user-profile-right-part .profile-top .profile-image {
    margin-right: 0;
    margin-left: 20px;
}
.direction-rtl .single-grid-product .product-info .add-cart .icon {
    margin-left: 0;
    margin-right: 1rem;
}
.direction-rtl .cart-product-item .single-grid-product .product-top {
    margin-right: 0;
    margin-left: 20px;
}
.direction-rtl
    .sidebar-widget-area
    .categories-widget
    .categories-list
    .single-categorie
    .form-check-input {
    margin-right: 0;
    margin-left: 0.5rem;
}
.direction-rtl .sidebar-widget-area .search-widget .form-group .search-btn {
    right: auto;
    left: 2rem;
}
.direction-rtl .sidebar-widget-area .price-widget .price-wrap .price-submit i {
    transform: rotate(180deg);
}
.direction-rtl
    .sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .form-check-input {
    margin-right: 0;
    margin-left: 0.5rem;
}
.direction-rtl
    .sidebar-widget-area
    .brand-widget
    .brand-list
    .single-brand
    .form-check-input {
    margin-right: 0;
    margin-left: 0.5rem;
}
.direction-rtl
    .sidebar-widget-area
    .brand-widget
    .brand-list
    .single-brand
    .brand-count::before,
.direction-rtl
    .sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .colors-count::before {
    content: ")";
}
.direction-rtl
    .sidebar-widget-area
    .brand-widget
    .brand-list
    .single-brand
    .brand-count::after,
.direction-rtl
    .sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .colors-count::after {
    content: "(";
}
.direction-rtl
    .pagination-area
    .paginations
    .pagination-page
    .pagination-link
    .fa-angle-double-right,
.direction-rtl
    .pagination-area
    .paginations
    .pagination-page
    .pagination-link
    .fa-angle-double-left {
    transform: rotate(180deg);
}
.direction-rtl .single-list-product .product-right {
    padding-left: 0;
    padding-right: 3rem;
}
.direction-rtl
    .single-list-product
    .product-right
    .product-price
    .regular-price {
    margin-right: 0;
    margin-left: 1rem;
}
.direction-rtl .single-list-product .product-right .add-cart .icon {
    margin-left: 0;
    margin-right: 1rem;
}
.direction-rtl
    .product-single-area
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item {
    margin-right: 0;
    margin-left: 0.5rem;
}
.direction-rtl
    .product-single-area
    .product-single-details
    .product-info
    .add-cart
    .icon {
    margin-left: 0;
    margin-right: 1rem;
}
.direction-rtl
    .product-single-area
    .product-single-details
    .product-right-bottom
    .features
    .single-feature
    .icon {
    margin-right: 0;
    margin-left: 0.5rem;
}
.direction-rtl
    .product-single-area
    .product-single-details
    .product-right-bottom
    .features
    .single-feature
    .feature-title {
    margin-right: 0;
    margin-left: 0.5rem;
}
/* Product Page */

/* FAQ Page */
.direction-rtl .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}
.direction-rtl .page-menu-wrap .menu-items .menu-item .menu-link .menu-icon {
    margin-right: 0;
    margin-left: 1rem;
}
/* FAQ Page */

[dir="rtl"] .testimonial-area .slick-slide,
[dir="rtl"] .product-single-left .slick-slide {
    float: left;
}
.testimonial-area .slick-slider .slick-track,
.testimonial-area .slick-slider .slick-list,
.product-single-left .slick-slider .slick-track,
.product-single-left .slick-slider .slick-list {
    direction: ltr;
}

.direction-rtl
    .product-single-area
    .product-single-left
    .product-slier-big-image {
    padding-left: 0;
    padding-right: 2.4rem;
}

/* Privacy Policy */
.direction-rtl
    .privacy-policy-area
    .single-privacy-policy
    .privacy-feature
    .feature-item {
    padding-left: 0;
    padding-right: 2rem;
}
.direction-rtl
    .privacy-policy-area
    .single-privacy-policy
    .privacy-feature
    .feature-item::before {
    left: auto;
    right: 0;
}
/* Privacy Policy */

/* Checkout Page New Login Box End */
.direction-rtl .checkout-page-login-box h2 {
    margin-right: 0;
    margin-left: 15px;
}
/* Checkout Page New Login Box End */

/* Home Version 2 RTL Start */
.direction-rtl .hero-slider-content .secondary-btn .iocn {
    margin-left: 0;
    margin-right: 1rem;
    display: inline-flex;
    transform: rotate(-180deg);
}
.direction-rtl .hero-section-v2 .hero-btn .secondary-btn .iocn {
    display: inline-flex;
    transform: rotate(-180deg);
}
.direction-rtl .header-area-v2 .header-top .top-bar-menu .menu-list .menu-item {
    margin-right: 0;
    margin-left: 3rem;
}
.direction-rtl .single-grid-product-v2 .product-info .add-cart .icon {
    margin-left: 0;
    margin-right: 1rem;
}
.direction-rtl .header-area-v2 .header-top .contact-info .icon {
    margin-right: 0;
    margin-left: 1rem;
}
.direction-rtl .hero-section-v2 .hero-btn .secondary-btn .iocn {
    margin-left: 0;
    margin-right: 1rem;
}
.direction-rtl
    .header-area-v2
    .header-middle
    .search-area
    .form-group
    .form-control {
    padding-left: 0;
    padding-right: 3rem;
}
.direction-rtl
    .header-area-v2
    .header-middle
    .search-area
    .form-group
    .search-btn {
    left: auto;
    right: 0;
}
.direction-rtl
    .header-area-v2
    .header-middle
    .header-right
    .btn-list
    .single-item {
    margin-right: 0;
    margin-left: 2rem;
}
.direction-rtl
    .header-area-v2
    .header-middle
    .header-right
    .btn-list
    .single-item:last-child {
    margin-left: 0 !important;
}
.direction-rtl
    .theme-modal
    .modal-dialog
    .modal-content
    .modal-body
    .offer_modal_left
    form
    input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.direction-rtl
    .theme-modal
    .modal-dialog
    .modal-content
    .modal-body
    .offer_modal_left
    form
    button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.direction-rtl
    .theme-modal
    .modal-dialog
    .modal-content
    .modal-body
    .offer_modal_left
    form
    .check_boxed_modal
    input {
    margin-right: 0;
    margin-left: 10px;
}
.direction-rtl .popular-categories-area-v2 .catagory-left:after {
    right: -60px;
    left: auto;
    border-radius: 320px 0 0 320px;
}
.direction-rtl .footer-area-v2 .footer-bottom-wrap .col-lg-6.text-lg-end {
    text-align: left !important;
}
.direction-rtl .footer-area-v2 .footer-widget-area .social-media li {
    margin-right: 0;
    margin-left: 1rem;
}
.direction-rtl
    .popular-categories-area-v2
    .catagory-left
    .catagory-title:after {
    margin-left: 0;
    margin-right: 30px;
}
.direction-rtl .secendary-tabs .nav-tabs .nav-item {
    margin-right: 0;
    margin-left: 2.5rem;
}
.direction-rtl .product-single-area-v2 .product-single-left {
    margin-right: 0;
    margin-left: 3.6rem;
}
.direction-rtl .product-variable-color label {
    margin-right: 0;
    margin-left: 5px;
}
.direction-rtl
    .product-single-area-v2
    .product-single-details
    .product-info
    .cart-plus-minus {
    margin-right: 0;
    margin-left: 2.4rem;
}
.direction-rtl
    .product-single-area-v2
    .product-single-details
    .product-info
    .add-cart
    .icon {
    margin-left: 0;
    margin-right: 1rem;
}
.direction-rtl
    .product-single-area-v2
    .product-single-details
    .product-info
    .product-btn {
    margin-left: 0;
    margin-right: 2.4rem;
}
.direction-rtl
    .product-single-area-v2
    .product-single-details
    .product-right-bottom
    .share-area
    .share-title {
    margin-right: 0;
    margin-left: 1rem;
}
.direction-rtl
    .product-single-area-v2
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item {
    margin-right: 0;
    margin-left: 2rem;
}
.direction-rtl
    .product-single-area-v2
    .product-single-details
    .product-right-bottom
    .features
    .single-feature
    .icon {
    margin-right: 0;
    margin-left: 0.5rem;
}
.direction-rtl
    .product-single-area-v2
    .product-single-details
    .product-right-bottom
    .features
    .single-feature
    .feature-title {
    margin-right: 0;
    margin-left: 0.5rem;
}
.direction-rtl
    .product-single-area-v2
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item {
    margin-right: 0;
    margin-left: 0.5rem;
}
.direction-rtl .breadcrumb-area-v2 .breadcrumb-pages .page-item {
    margin-right: 0;
    margin-left: 4rem;
}
.direction-rtl .breadcrumb-area-v2 .breadcrumb-pages .page-item:after {
    left: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: calc(100% + 20px);
}
.direction-rtl
    .product-single-area-v2
    .product-single-details
    .product-info
    .product-price
    .price {
    margin-right: 0;
    margin-left: 1rem;
}
.direction-rtl
    .menu-offcanvas
    .mobile-menu-area
    .menu-bottom
    .account-btn
    .user-icon {
    margin-right: 0;
    margin-left: 5px;
}
.direction-rtl .mobile-header-area .header-right .btn-list .single-item {
    margin-right: 0;
    margin-left: 2rem;
}
.direction-rtl
    .menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item
    .menu-expand {
    right: auto;
    left: 0;
}
.direction-rtl .currency-switcher .currency-list,
.lang-switcher .lang-list {
    left: auto;
    right: 0;
}
.direction-rtl .form-select {
    background-position: left 0.75rem center;
}
.direction-rtl
    .menu-offcanvas
    .mobile-menu-area
    .menu-search-form
    .form-group
    .search-btn {
    right: auto;
    left: 1.5rem;
}
@media (max-width: 991px) {
    .direction-rtl .footer-area-v2 .footer-bottom-wrap .col-lg-6.text-lg-end {
        text-align: right !important;
    }
}
/* Home Version 2 RTL End */

/* RTL Intregration CSS End */

.facebook-btn {
    display: inline-block;
    padding: 1.4rem 3rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
    background-color: #3b5998;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: none;
}
.google-btn {
    display: inline-block;
    padding: 1.4rem 3rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
    background-color: #db4437;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: none;
}

.google-btn:hover {
    background-color: var(--hover-color);
    color: var(--white);
}

.auth-btn {
    display: inline-block;
    padding: 1.4rem 3rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
    background-color: #000000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: none;
}
/* ----- Extra CSS End ----- */

/* Old Items */

.popular-categories-area-v2.p-5 {
    display: none;
}

/* Old Items */

/* New CSS */

.top-header {
    background: #f6f6f6;
}

.language-dropdown select {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: none;
    background: transparent;
}

.top-nav-links ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.top-nav-links ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}

.top-nav-links ul li a.active {
    font-weight: bold;
}

.top-header-contact a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}

.top-header-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.header-links-language {
    display: flex;
    align-items: center;
}

.language-dropdown {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 0.98px solid #e8e8e8;
}

.header-search input {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px solid #e8e8e8;
    padding: 13px 40px;
    border-radius: 8px;
    width: 100%;
}

.header-search {
    position: relative;
    flex: 1;
}

.header-search svg {
    position: absolute;
    top: 12px;
    left: 16px;
}

.header-logo-search {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1 1 80%;
}

.header-action-btns button {
    background: #f6f6f6;
    display: flex;
    gap: 6px;
    border: none;
    border-radius: 8px;
    padding: 10px;
}

.new-header-socials .fab {
    color: #333333;
}
.input-container {
    position: relative;
    /* display: inline-block; */
}

.input-container i {
    position: absolute;
    left: 310px;
    top: 50%;
    transform: translateY(-50%);
    color: #888; /* Icon color */
}

.input-container input {
    padding-left: 30px;
    border: 1px solid #ccc;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    color: #333;
    font-size: 14px;
}

.input-container input::placeholder {
    color: #888;
}

.new-header-socials .fab:hover {
    color: #6E165D;
}

.input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-container input {
    padding-left: 30px; /* Adjust padding to make room for the icon */
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 14px;
}

.input-container i .move-up {
    position: absolute;
    left: 400px; /* Adjust this value to position the icon */
    top: 50%;
    transform: translateY(-50%);
    color: #888; /* Color of the icon */
}

.input-container input::placeholder {
    color: #888; /* Color of the placeholder text */
}
.input-container .left-icon {
    left: 10px; /* Position the icon on the left */
    border-right: 2px solid #e8e8e8;
    padding-right: 10px;
}

.input-container .right-icon {
    right: 10px; /* Position the icon on the right */
}

button.cart-btn {
    background: #f6f6f6;
    position: relative;
    color: #333333 !important;
}

.top-button-qty {
    position: absolute;
    top: 0;
    box-shadow: 0px 0px 3.9px 0px #0000002b;
    width: 18px;
    height: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    top: -4px;
    right: -6px;
}

.top-button-qty p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.header-action-btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-action-btns button:nth-child(n + 3) {
    padding-left: 16px;
    padding-right: 20px;
}

.header-action-btns button svg {
    overflow: visible;
}

.middle-logo-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-actions-main {
    flex: 1 1 40%;
    display: flex;
    justify-content: end;
}

.middle-header {
    padding: 7px 0;
}

.bottom-header {
    background: #f6f6f6;
    padding: 16px 0;
}

.bottom-header-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-header-links ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    display: block;
    padding-right: 14px;
    margin-right: 14px;
    border-right: 0.98px solid #cfcfcf;
}

.bottom-header-links ul li:last-child a {
    border: none;
    padding: 0;
    margin: 0;
}

/* New Banner */

.banner-content h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    margin: 0;
}

.banner-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555555;
    margin: 0;
}

.banner-content button,
.custom-btn {
    background: #6E165D;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    gap: 10px;
    width: fit-content;
    transition: 0.2s ease;
}

.banner-content button:hover,
.custom-btn:hover {
    transform: scale(0.9);
}

.banner-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    max-width: 540px;
    margin: auto;
    padding: 0 20px;
}

.banner-slider {
    display: grid;
    grid-template-columns: 1fr 1fr;

    align-items: center;
}

.banner-img img {
    width: 100%;
}

.banner-content-main {
    height: 100%;
    display: flex;
    background: linear-gradient(
        90deg,
        rgba(255, 250, 246, 0.5) 0%,
        rgba(235, 221, 209, 0.5) 100%
    );
    position: relative;
}

.about-box-title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    margin: 0;
}

.about-box-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555555;
    margin: 0;
}

.about-box-title {
    display: flex;
    flex-direction: column;
    gap: 7px;
    max-width: 700px;
}

.about-box h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #262626;
    margin: 0;
}

.about-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #989898;
    margin: 0;
    margin-top: -6px;
}

.about-box a {
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.about-box {
    display: flex;
    flex-direction: column;
    gap: 11px;
    border: 1px solid #e8e8e8;
    padding: 18px 24px;
}

.about-boxes-main {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.right-img {
    position: absolute;
    right: 0;
    z-index: -1;
}

.left-img {
    position: absolute;
    left: 0;
    z-index: -1;
}

.about-boxes-main .about-box:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.about-boxes-main .about-box:last-child {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.align-about-boxes {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section#about-boxes {
    padding: 50px 0;
    background: url("../../../../public/assets/images/icon.png");
}

.about-boxes-main::before {
    content: "";
    background: url("../../../../public/assets/images/right-shape-cols.png");
}

.about-boxes-main::after {
    content: "";
    background: url("../../../../public/assets/images/left-shape-cols.png");
}

.about-box-img {
    min-height: 72px;
}

/* Categories */

.all-btn a {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px solid #555555;
    color: #555555;
    padding: 12px 30px;
    border-radius: 8px;
    display: block;
    width: fit-content;
    transition: 0.3s linear;
}

.all-btn a:hover {
    background: #555555;
    color: #fff;
}

.align-categories-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.categories-box h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #333333;
}

.categories-box p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
}

.categories-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: fit-content;
    background: #f8efe9;
    padding: 22px 32px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.categories-box img {
    max-width: 181px;
}

.categories-box-big {
    display: flex;
    align-items: center;
    background: #e7ddd7;
    border-radius: 16px;
    overflow: hidden;
    gap: 24px;
}

.category-box-about h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    margin: 0;
}

.category-box-about p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555555;
    margin: 0;
}

.category-box-about a {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
}

.category-box-about {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 10px;
    flex: 1 1 46%;
    max-width: 150px;
}

.categories-new {
    display: grid;
    grid-template-columns: 20% 20% 20% 36%;
    gap: 16px;
}

.category-box-img {
    height: 100%;
}

.category-box-img img {
    height: 100%;
    object-fit: cover;
    flex: 1 1 100%;
}

.rtl-col {
    flex-direction: row-reverse;
}

section#categories-new {
    padding: 60px 0;
    background: linear-gradient(
        90deg,
        rgba(255, 250, 246, 0.5) 0%,
        rgba(235, 221, 209, 0.5) 100%
    );
    position: relative;
}

.align-categories-new {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.offer-box {
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    justify-content: space-between;
    color: #333333;
}

.offer-box:first-child {
    background: #7f6867;
    width: fit-content;
}

.offer-box-img img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.offer-box-about h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
}

.offer-box-about p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 6px 0 24px;
}

.offer-box-about {
    padding: 0 30px 0 30px;
    flex: 1;
}

.offer-box:last-child {
    background: #fcf1f1;
}

.offer-box p {
    color: #555;
}

.offer-box:first-child {
    color: #f6f6f6;
}

.offer-box:first-child p {
    color: #f6f6f6;
}

.offers-align {
    display: grid;
    grid-template-columns: 40% 58%;
    gap: 2%;
}

.offer-box-img {
    flex: 1;
    height: 100%;
}

section#offers {
    padding: 60px 0;
}

.about-testi p {
    margin: auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.testi-image {
    display: flex;
    align-items: center;
    gap: 14px;
}

.about-testi-img h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #333;
}

.about-testi-img p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #555555;
}

.testi-image img {
    width: 56px;
    height: 56px;
    border-radius: 100px;
    object-fit: cover;
}

.about-testi-img {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.arrows-testimonials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.arrows-testimonials div {
    height: 60px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #333333;
}

.swiper-button-prev-custom svg {
    transform: rotate(180deg);
}

.title-testimonials {
    display: flex;
    justify-content: space-between;
}

.swiper-button-prev-custom.swiper-button-disabled {
    opacity: 0.5;
}

.swiper-button-next-custom.swiper-button-disabled {
    opacity: 0.5;
}

.grid-box {
    align-items: center;
    display: grid;
    grid-template-columns: 45% 55%;
}

.grid-box-about p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #555;
}

.grid-box-about h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
    margin: 0;
}

.grid-box-about button {
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #fff;
    color: #333;
    width: fit-content;
    transition: 0.2s ease;
}

.grid-box-about button:hover {
    transform: scale(0.9);
}

.grid-box-about {
    height: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}

.align-grid-masonry {
    display: grid;
    grid-template-columns: 45% 55%;
}

.grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-img {
    height: 100%;
}

.grid-box:first-child {
    background: #f8efe9;
}

.grid-box:nth-child(2) {
    background: #7f6867;
}

.grid-box:nth-child(3) {
    background: #7f6867;
}

.grid-box:last-child {
    background: #e7ddd7;
}

.grid-box:nth-child(3) p,
.grid-box:nth-child(3) h3 {
    color: #fff;
}

.grid-box:nth-child(2) p,
.grid-box:nth-child(2) h3 {
    color: #fff;
}

.grid-box:last-child .grid-img {
    order: 2;
}

.grid-box:nth-child(3) .grid-img {
    order: 2;
}

section#grid-masonry {
    padding: 50px 0;
}

.blog-img {
    position: relative;
}

.blogs-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-box {
    width: 100%;
    background: #f6f6f6;
    border-radius: 16px;
    overflow: hidden;
}

.blog-img p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #333333;
    padding: 8px 10px;
    border-radius: 16px;
    color: #ffffff;
    width: fit-content;
    position: absolute;
    top: 14px;
    left: 14px;
}

.blog-about h5 {
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555;
    margin: 0;
}

.blog-about h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333333;
    margin: 0;
}

.blog-about p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555555;
    margin: 0;
}

.blog-about a {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.blog-about {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
}

.blog-img img {
    width: 100%;
}

.align-blogs {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.logo-footer img {
    height: 151px;
}


.footer-social-links ul {
    display: flex;
    gap: 30px;
}

.footer-social-links ul li a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: block;
    color: #333;
}

.footer-links h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: fit-content;
    color: #272727;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newslatter-main h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
    margin: 0;
}

.newslatter-input {
    position: relative;
}

.newslatter-input input {
    border: 1px solid #989898;
    padding: 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #989898;
    width: 100%;
    background: #fff;
}

.newslatter-input a {
    position: absolute;
    top: 10px;
    right: 20px;
}

.footer-payments h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0;
    color: #333;
}

.footer-payments ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-payments {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-align {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px;
}

.newslatter-main {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

section#footer-new {
    padding: 70px 0 40px;
    background: #f6f6f6;
}

/* Product Cards */

.single-grid-product-v2 .product-top {
    margin: 0;
}

.single-grid-product-v2 .product-top .product-thumbnal {
    max-height: 282px;
    width: 100%;
    object-fit: cover;
}

.product-info {
    margin: 0 !important;
    padding: 14px;
}

.single-grid-product-v2 .product-info .product-name {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 23.4px !important;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0 !important;
    color: #333;
}

.single-grid-product-v2 {
    border-radius: 14px;
    border: 1px solid #5555554d;
    overflow: hidden;
    height: auto !important;
}

.single-grid-product-v2 .product-info .add-cart {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    height: 41px !important;
    border-radius: 10px;
    background: #333333;
    color: #fff;
}

.section-top .col,
.featured-products-area-v2 .col {
    padding: 0 12px;
    margin-top: 0;
}

.section-top .row,
.featured-products-area-v2 .row {
    margin-top: 40px;
}

.categories-box.box-with-bg {
    background: #e7ddd7;
}

.shape-bg {
    position: absolute;
    top: 0;
    left: 0;
}

.bg-shape-categories {
    position: absolute;
    z-index: -1;
    top: 0;
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
}

.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    margin-top: 40px;
}

.bottom-footer-links ul {
    display: flex;
    gap: 40px;
}

.bottom-footer-links ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #333;
}

.bottom-left {
    position: absolute;
    bottom: 0;
}

.top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.actions-banner-swiper {
    position: absolute;
    z-index: 9;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: 50%;
    padding: 0 40px;
}

.swiper-button-prev-banner svg {
    transform: rotate(180deg);
}

.swiper-button-next-banner.swiper-button-disabled {
    opacity: 0.5;
}

.swiper-button-prev-banner.swiper-button-disabled {
    opacity: 0.5;
}

/* ----- Extra CSS End ----- */
.u-home {
    font-family: Cairo;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.49px;
    text-align: left;
    color: #333333;
}
/*.u-home {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl; 
      }*/

.dropdown-menu {
    direction: rtl; /* Ensures the dropdown aligns correctly for RTL */
}

.dropdown-item {
    font-family: Cairo;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.49px;
    text-align: left;
    color: #333333;
}
/*.u-home {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl; 
      }*/
.u-space {
    font-family: Cairo;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.49px;
    text-align: left;
    color: #333333;
}

.dropdown-menu {
    direction: rtl; /* Ensures proper alignment for dropdown content in RTL */
}

.dropdown-item {
    font-family: Cairo;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.49px;
    text-align: left;
    color: #333333;
}

.dropdown-item:hover {
    background-color: #f0f0f0; /* Light hover effect */
    color: #007bff; /* Highlight color on hover */
}

.dropdown-item:hover {
    background-color: #f8f9fa; /* Light hover effect */
    color: #007bff; /* Highlighted text color */
}
.navbar {
    font-size: 14px;
}
.navbar-brand img {
    max-height: 40px;
}
.form-control {
    width: 300px;
}

.u-enter {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #333333;
}
.u-here {
    font-family: Cairo;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    text-align: right;

    color: #343131;
}
.u-space {
    font-family: Cairo;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: right;
    color: #6E165D;
}
/*.u-enter {
        font-size: 18px;
        font-weight: bold;
        color: #333;
      }*/
.dropdown-menu {
    text-align: right; /* Align menu items for RTL */
}
.dropdown-item {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #333333;
}
/*.u-enter {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl;
      }*/

.dropdown-item {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #333333;
}
/* .u-enter {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl; 
      }*/

.dropdown-menu {
    direction: rtl; /* Ensures proper alignment for dropdown content */
}

.dropdown-item {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #333333;
}

.dropdown-item:hover {
    background-color: #f0f0f0; /* Add a hover effect */
    color: #007bff; /* Highlighted text color */
}
/*.u-enter {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl; 
      }*/

.dropdown-menu {
    direction: rtl; /* Ensures the dropdown content aligns correctly for RTL */
}

.dropdown-item {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #333333;
}

.dropdown-item:hover {
    background-color: #f8f9fa; /* Light hover effect */
    color: #007bff; /* Highlight color on hover */
}

/* .dropdown-item:hover {
        background-color: #f8f9fa; 
        color: #007bff; 
      }*/
.u-search {
    width: 906px;
    height: 45px;
    padding: 10px 0px 0px 0px;
    gap: 10px;
    border-radius: 8px 0px 0px 0px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    border: 1px solid #e8e8e8;
}
.u-ware {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #555555;
}

.u-agent {
    font-family: Cairo;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    color: #333333;
}

.u-hence {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    color: #555555;
}
.u-under {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
}
.view {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700 !important;
    line-height: 30px;
    text-align: center;
    background: #333333;
}
.die {
    font-family: Cairo;
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 40px;
    text-align: right;
}
.u-new {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    color: #333333;
}
.u-text {
    font-family: Cairo;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: right;
}
.u-title {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
}
.u-hlo {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
u.voice {
    font-family: Cairo;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: right;
}
.u-down {
    font-family: Cairo;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: right;
    color: #ffffff;
}
.u-view {
    font-family: Cairo;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.49px;
    text-align: right;
    color: #333333;
}
.u-less {
    font-family: Cairo;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    text-align: right;
    color: #ffffff;
}
.u-world {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
}
.u-index {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    color: #ffffff;
}

.u-wave {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: right;
    color: #ffffff;
}
.u-huge {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
    color: #ffffff;
}
.u-ware {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    color: #ffffff;
}
.u-file {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: right;
    color: #ffffff;
}
.u-edit {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
    color: #ffffff;
}
.u-fuse {
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    color: #333333;
}
.u-burl {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #333333;
}
.u-live {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right;
    color: #333333;
}
.u-vise {
    font-family: Cairo;
    font-size: 24px;
    font-weight: 700;
    line-height: 44.98px;
    text-align: right;
    color: #333333;
}
.u-go {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #989898;
}
.u-run {
    font-family: Cairo;
    font-size: 24px;
    font-weight: 700;
    line-height: 44.98px;
    text-align: left;
    color: #333333;
}
.u-re {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #333333;
}
.u-banners {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(116, 19, 12, 0.1) 100%
    );
    padding-bottom: 40px;
}

.single-grid-product .product-top .product-flags {
    text-align: justify !important;
}
.single-grid-product .product-top .prdouct-btn-wrapper {
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    top: 13px !important;
    text-align: justify !important;
    bottom: auto !important;
}

.single-grid-product .product-top .product-flags .product-flag.sale {
    background: #e9d08d !important;
    border-radius: 5px;
    color: #555 !important;
}

.single-grid-product .product-top .product-thumbnal {
    height: 320px !important;
    background: #eef0f2;
}
.cart-product-item .single-grid-product .product-top .product-thumbnal {
    height: 120px !important;
}
.single-grid-product .product-top .product-flags .product-flag {
    color: #6E165D !important;
    background-color: white !important;
    border-radius: 5px;
}
.single-grid-product
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn
    .product-btn {
    width: 2.8rem !important;
    height: 2.8rem !important;
    background-color: transparent !important;
    color: #555 !important;
}

.single-grid-product .product-top {
    margin-bottom: 0.5rem !important;
}

.single-grid-product .product-info .product-name .product-link {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.single-grid-product .product-info .product-price .regular-price {
    color: #6E165D !important;
}
.section-bg-two {
    background-color: #f8f3e7;
    border-radius: 0 0 10px 10px;
    margin-top: -50px;
    padding: 60px 50px;
}

.breadcrumb-area {
    background: linear-gradient(270deg, #fbfbfb 0%, #faeded 100%);
}
.product-single-area-v2 .product-single-details .product-info .add-cart {
    border: 1px solid #6E165D;
    color: #6E165D;
}

.product-single-area-v2 .product-single-details .product-info .add-cart:hover {
    color: var(--white);
    background-color: #6E165D;
    border-color: #6E165D;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-bottom-button
    .primary-btn {
    background-color: #6E165D;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .size-switch
    .single-size.active {
    background-color: #6E165D;
}

.product-single-area-v2
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item
    .nav-link.active {
    color: #6E165D;
    border-color: #6E165D;
}

.offcanvas.offcanvas-end .offcanvas-body .total-count h4 {
    color: #6E165D;
}
.offcanvas.offcanvas-end .offcanvas-body .proceed-to-btn,
.checkout .checkout-form .checkout-btn {
    border-color: #6E165D;
    background-color: #6E165D;
    border: 1px solid #6E165D;
}
.offcanvas.offcanvas-end .offcanvas-body .proceed-to-btn:hover,
.checkout .checkout-form .checkout-btn:hover {
    background-color: #fff;
    color: #6E165D;
}
.single-grid-product .product-info .add-cart {
    border-color: #6E165D;
    color: #6E165D;
}
.single-grid-product .product-info .add-cart:hover {
    background-color: #6E165D;
    color: #fff;
}
.footer-area-v2 .footer-widget-area .widget-menu .meni-item .menu-link,
.footer-area-v2 .footer-widget-area .social-media li a,
.footer-area-v2 .footer-widget-area .single-widget .widget-title,
.footer-area-v2 .footer-widget-area .about-widget .address-text,
.footer-area-v2 .footer-widget-area .about-widget .block-content .contact {
    color: #000;
}
.footer-area-v2 {
    background: linear-gradient(270deg, #fbfbfb 0%, #faeded 100%);
}

.search-container {
    display: flex;
    align-items: center;
}

/* Input styling */
.search-input {
    flex: 1;
    height: 40px;
    border: 1px solid #6E165D;
    padding: 5px 10px;
    border-radius: 0 4px 4px 0;
}

/* Button styling */
.search-btn-dark {
    background-color: #6E165D;
    color: #fff;
    border: none;
    padding: 0 25px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

.search-btn-dark i {
    font-size: 16px;
}

/* Optional: Add hover effect */
.search-btn-dark:hover {
    background-color: #555;
}
.product-top {
    position: relative;
    overflow: hidden; /* Ensures button doesn't overflow when hidden */
}

.product-top .naj-addCart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    position: absolute;
    bottom: -100%; /* Initially hide the button outside the container */
    background: #6E165D; /* Dark background for the button */
    color: white;
    font-family: Cairo, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    border: none;
    z-index: 10; /* Ensure it appears above other content */
    transition: all 0.3s ease-in-out; /* Smooth transition for button appearing */
    flex-direction: row-reverse;
    gap: 10px;
}

.product-top:hover .naj-addCart {
    bottom: 0; /* Show the button at the bottom of the product on hover */
}

/* Image hover effect (optional) */
.product-top .product-thumbnal {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

/* Optional: Add a slight zoom effect on hover for the image */
.product-top:hover .product-thumbnal {
    transform: scale(1.05);
}

/* Slider Custom Styling */
.price-slider input[type="range"] {
    width: 100%;
    height: 6px;
    -webkit-appearance: none;
    appearance: none;
    background: #ddd;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.price-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 18px;
    border-radius: 4px;
    background: #4C7B63; /* Custom color */
    border: 2px solid #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: -6px;
}

.price-slider {
    margin-top: 20px;
}

.price-slider input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: #4C7B63; /* Custom color */
}

.price-slider input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #4C7B63;
}

.price-slider input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4C7B63; /* Custom color */
    border: 2px solid #fff;
    cursor: pointer;
}

.price-slider input[type="range"]::-moz-range-track {
    height: 6px;
    background: #4C7B63; /* Custom color */
}

.price-slider input[type="range"]:focus::-moz-range-track {
    background: #4C7B63;
}

/* Adjust input fields to match slider range */
.single-price input {
    text-align: center;
    font-size: 14px;
    width: 60px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}

/* New Header */

.top-header-search input {
    background: #e8e8e8;
    border-color: #e8e8e8;
    color: #808080;
    height: 36px;
    font-size: 12px;
}

.top-header-search input::placeholder {
    color: #808080;
}

.top-header-search svg path {
    fill: #808080;
}

.top-header-search svg {
    fill: #808080;
    top: 9px;
}

.new-header-socials ul li a svg path {
    fill: #313131;
}

.new-header-socials ul li a {
    display: block;
}

.new-header-socials ul li a svg {
    display: block;
}

.new-header-socials ul {
    display: flex;
    gap: 10px;
}

.new-header-top-left a,
.new-header-top-left select {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 600;
    background: transparent;
}

.select-new-header-top {
    display: flex;
    gap: 10px;
}

.new-header-top-left select {
    border: none;
}

.new-header-top-left {
    display: flex;
    box-decoration-break: clone;
    gap: 10px;
}

.new-header-socials {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.container {
}

.new-header-top-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header-search {
    max-width: 340px;
}

.action-box-header button {
    background: transparent;
    padding: 0;
    width: 30px;
    height: 30px;
}

.middle-header-align {
    display: flex;
    align-items: center;
    gap: 60px;
}

.middle-logo-search {
    flex: 1;
}

.middle-logo-search .top-header-search {
    max-width: 100%;
}

.middle-header-align .action-box-header button svg path {
    fill: #333;
}

.middle-header-align .action-box-header p {
    background: #333;
}

.middle-logo-search .top-header-search input {
    height: 45px;
    background: transparent;
    border-width: 1px;
    padding-right: 14px;
}

.middle-logo-search .top-header-search svg {
    display: none;
}

.new-header-top {
    background: #fbfbfb;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.middle-header {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}

.bottom-header-links-align .header-links ul li a,
.mega-dropdown-links ul li a {
    color: #333 !important;
    padding-bottom: 0;
    border: none !important;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0 10px;
}

.bottom-header-links-align .header-links ul li.dropdown ul {
    position: absolute;
    top: 30px;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    box-shadow: 1px 3px 6px 0px #0000001c;
    padding: 16px;
    border-radius: 6px;
    width: 160px;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s linear;
}

.bottom-header-links-align .header-links ul li.dropdown {
    position: relative;
}

.mega-link-dropdown > a {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    color: #fff;
    height: 42px;
    background: #333;
    padding: 0 10px;
    border-radius: 6px;
}

.mega-link-dropdown a svg:last-child {
    position: absolute;
    left: 10px;
}

.bottom-header-links-align .header-links ul li a svg {
    width: 18px;
}

.mega-link-dropdown a svg {
    fill: #fff;
}

.bottom-header-links-align .header-links ul li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
}

.bottom-header-links-align {
    display: flex;
    align-items: center;
    gap: 40px;
}

.mega-link-dropdown {
    flex: 1;
    width: 190px;
}

.bottom-header-links {
    padding: 10px 0;
    box-shadow: 0px 2px 3px 0 #0000002e;
}

.bottom-header-links-align .header-links ul li.dropdown::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    left: -5px;
}

.icon-whatsapp svg {
    display: block;
    fill: #822f3d !important;
}

.whatsapp-num h3 {
    font-size: 14px;
    color: #000;
    margin: 0;
    font-weight: 400;
}

.whatsapp-num a {
    color: #822f3d;
    font-size: 12px;
    display: block;
    line-height: 1;
}

.bottom-header-whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottom-header-main-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mega-dropdown-main {
    position: fixed;
    width: 100%;
    top: 202px;
    background: #fbfbfb;
    padding: 20px 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s linear;
    z-index: 999;
}

.mega-dropdown-main .align-container-mega-dropdown {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mega-dropdown-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mega-link-dropdown:hover .mega-dropdown-main {
    opacity: 1;
    visibility: visible;
}

.action-box-header p {
    margin: 0;
    position: absolute;
    width: 15px;
    height: 15px;
    font-size: 9.75px;
    font-weight: 500;
    line-height: 25.05px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: -3px;
    right: -5px;
    border-radius: 20px;
}

.action-box-header button {
    background: transparent;
    border: none;
    background: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 8px;
}

.mobile-show {
    display: none;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.middle-logo-search .top-header-search input {
    height: 45px;
    background: transparent;
    border-width: 1px;
    padding-right: 14px;
}

.top-header-search input {
    background: #e8e8e8;
    border-color: #e8e8e8;
    color: #808080;
    height: 36px;
    font-size: 12px;
}

.top-header-search input {
    border: 2px solid #ffffff;
    background: transparent;
    border-radius: 8px;
    padding: 10px;
    height: 45px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Cairo;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 100%;
    padding-right: 40px;
}

.top-header-search input {
    background: #e8e8e8;
    border-color: #e8e8e8;
    color: #808080;
    height: 36px;
    font-size: 12px;
    width: 100%;
}

.top-header-search svg {
    fill: #808080;
    top: 9px;
}

.top-header-search svg {
    position: absolute;
    top: 10px;
    right: 13px;
}

.top-header-search {
    position: relative;
    flex: 1;
}

.middle-logo-search .top-header-search svg {
    position: initial;
    width: 16px;
    display: block;
    cursor: pointer;
}

.list-doprodown-search select {
    font-size: 12px;
    border: none;
    color: #808080;
    line-height: 1;
    background: transparent;
}

.list-doprodown-search {
    padding-left: 6px;
    border-left: 1px solid #808080;
    margin-left: 6px;
    height: 18px;
    display: flex;
    align-items: center;
}

.middle-logo-search-list {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 14px;
}

.mega-dropdown-links ul {
    align-items: flex-start;
}

.mega-dropdown-links ul li a {
    margin: 0 !important;
    padding: 0;
}

.custom-card {
    width: 200px; /* Set a fixed width */
    background-color: #f9f9f9; /* Light background for contrast */
    border: 1px solid #ddd; /* Subtle border for definition */
    border-radius: 10px; /* Rounded corners */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card-img-wrapper {
    position: relative;
    padding-top: 100%; /* Square aspect ratio */
    overflow: hidden;
    border-radius: 10px; /* Match card border radius */
    background-color: #fff; /* Neutral background */
}

.custom-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensure image fits within bounds */
}

.custom-card:hover {
    transform: scale(1.05); /* Slight zoom-in */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Elevated shadow */
}

.custom-card h5 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.sidebar-widget-area
    .size-widget
    .size-list
    .single-size
    .form-check-input:checked
    ~ .form-check-label,
.cart-page-area .cart-page-bottom-box .proceed-to-checkout-btn {
    background-color: #6E165D !important;
    color: var(--white) !important;
    border-radius: 10px;
}
.cart-page-area .cart-page-bottom-box.cart-page-sub-total-box {
    background-color: #FBFBFB;
    border-radius: 10px;
}

/* Range Slider Styling */
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e1e1e1;
    border-radius: 4px;
    outline: none;
    margin: 0;
    position: relative;
}

/* Custom Track Background */
input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(to right, #8b0000 0%, #8b0000 50%, #e1e1e1 50%);
}

input[type="range"]::-moz-range-track {
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(to right, #8b0000 0%, #8b0000 50%, #e1e1e1 50%);
}

/* Thumb Styling */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #8b0000; /* Dark red */
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    margin-top: -4px; /* Center the thumb */
}

/* Price Labels */
.price-labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-top: 5px;
    color: #555;
}

.progress-bar {
    background-color: #6E165D;
}
.trach-progress {
    border: 1px dashed #333333;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    margin-bottom: 10px;
}


/* Green Land Style */

.banner-content button, .custom-btn {
    background: #4C7B63;
}



#new-header2 {
    display: none !important;
}

.header-green-bg-main {
    padding: 20px 50px;
    background-size: cover;
    background-position: bottom;
    border-radius: 40px;
}

.about-header-top a {
    font-weight: 500;
    font-size: 14px;
    line-height: 22.03px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-header-top {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-actions-align a {
    position: relative;
    display: block;
}

.header-actions-align p {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #4C7B63;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    border-radius: 20px;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    top: -7px;
    right: -13px;
}

.header-actions-align {
    display: flex;
    gap: 16px;
}

.header-links ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #292929;
    display: block;
}

.header-links ul {
    display: flex;
    gap: 40px;
    align-items: center;
}

.main-header-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header-links {
    background: #fff;
    padding: 20px 40px;
    border-radius: 70px;
    margin-top: 8px;
}

.header-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.top-header-actions {
    margin-right: auto;
}

.top-header-logo {
    margin: auto;
}

.header-search-green {
    cursor: pointer;
}

section#header-green {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.home-header {
    padding: 80px 50px 0;
}



/* Homebanner */

.home-banner-title h1 {
    font-family: Bahij TheSansArabic;
    font-weight: 600;
    font-size: 48px;
    line-height: 78.49px;
    letter-spacing: 0px;
    text-align: right;
    color: #fff;
}

.main-box-home-banner {
    background: #fff;
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 8px;
    gap: 4px;
}

.main-box-home-banner p {
    font-family: Bahij TheSansArabic;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.03px;
    letter-spacing: 0px;
    text-align: center;
}

.home-banner-boxes {
    display: flex;
    gap: 16px;
}

.banner-paragraph p {
    font-family: Bahij TheSansArabic;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.32px;
    letter-spacing: 0px;
    text-align: right;
    color: #fff;
}

.banner-action-btn button {
    width: 160px;
    text-align: center;
}

.home-banner-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.home-banner-align {
    display: grid;
    grid-template-columns: 58% 42%;
    justify-content: space-between;
    padding-top: 200px;
}

.banner-home-img {
    text-align: left;
}

.home-banner-bg {
    padding: 58px 52px 100px;
    background-size: cover;
    border-radius: 40px;
    position: relative;
    margin-top: 40px;
}

.home-banner-title {
    max-width: 505px;
}


.banner-home-links-bottom a {
    font-weight: 600;
    font-size: 26px;
    line-height: 42.52px;
    letter-spacing: 0px;
    color: #2B4538;
    display: flex;
    align-items: center;
    gap: 27px;
    flex-direction: row-reverse;
}

.banner-home-links-bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 510px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.link-one-banner a {
    justify-content: end;
    padding-left: 40px;
}

.link-two-banner {
    padding-right: 30px;
    padding-top: 10px;
}

.link-two-banner a {
    justify-content: flex-end;
}

/* Category Boxes */

.categoryBox {
    background: url('../images/greenland/cat-bg.png');
    padding: 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: background 0.2s ease;
    background-size: 200% !important;
    background-position: bottom;

}

.categoryBox:hover {
    background-size: cover !important;
    background-position: inherit;
}


.catgory-box-arrow {
    text-align: left;
    padding-top: 10px;
}

.catgory-box-arrow svg {
    transition: .3s linear;
}

.categoryBox:hover .catgory-box-arrow svg path {
    fill: #7FB097;
}

.category-box-title h3 {
    font-family: Bahij TheSansArabic;
    font-weight: 600;
    font-size: 20px;
    line-height: 32.71px;
    letter-spacing: 0px;
    color: #292929;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--COLORS-Neutral-300, #999999);
    width: fit-content;
    margin-bottom: 10px;
}

.category-box-title p {
    font-family: Bahij TheSansArabic;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.03px;
    letter-spacing: 0px;
    text-align: right;
    color: #292929;
}

.category-box-img img {
    max-height: 170px;
    object-fit: cover;
    border-radius: 8px;
}

section#categories {
    padding: 80px 0 40px;
}

.section-title h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0px;
    text-align: right;
    color: #292929;
}

.align-categories {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Products */

.title-section h3 {
    font-family: Bahij TheSansArabic;
    font-weight: 600;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0px;
    text-align: right;
    color: #292929;
}

.title-section p {
    font-family: Bahij TheSansArabic;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    color: #292929;
}

.title-section {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.link-all-products a {
    display: block;
    width: 150px;
    text-align: center;
    color: #fff !important;
}

.align-title-with-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.product-box-img img {
    max-height: 282px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    transition: .3s ease;
}

.product-box-img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.actions-products {
    display: flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(10px);
    height: 60px;
    position: absolute;
    bottom: -100px;
    width: 100%;
    justify-content: center;
    transition: .3s ease;
}

.actions-products div {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
    transition: .3s linear;
}

.actions-products div:hover {
    background: #4C7B63;
}

.actions-products div:hover svg path {
    fill: #fff;
}

.product-about h4 {
    font-family: Bahij TheSansArabic;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.32px;
    letter-spacing: 0px;
    text-align: right;
    color: #292929;
    min-height: 56px;
}

.product-discount {
    display: none;
}

.product-price p.price,.product-price p.off-price {
    font-family: Bahij TheSansArabic;
    font-weight: 600;
    font-size: 20px;
    line-height: 32.71px;
    letter-spacing: 0px;
    text-align: right;
    color: #292929;
}

.product-price p.off-price {
    color: #999 !important;
     text-decoration: line-through;
}

.product-price {
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
    /* justify-content: flex-end; */
    gap: 8px;
}

.product-price p.shamil {
    font-family: Bahij TheSansArabic;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.03px;
    letter-spacing: 0px;
    text-align: right;
    color: #4C7B63;
}

.product-about {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 16px;
}

.product-box:hover .actions-products {
    bottom: 0;
}

.product-box:hover .product-box-img img {
    transform: scale(1.1);
}


.stars-product svg {
    display: block;
    overflow: visible;
}

.stars-product {
    display: flex;
    gap: 4px;
}

.review-stars-product {
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-count p {
    font-family: Cairo;
    font-weight: 400;
    font-size: 12px;
    line-height: 22.49px;
    letter-spacing: 0%;
    text-align: right;
    color: #555555;
}

.stars-product svg.non-fill-star path {
    fill: #fff;
    stroke: #4c7b63;
}


.middle-banner-content h3 {
    font-family: Bahij TheSansArabic;
    font-weight: 600;
    font-size: 30px;
    line-height: 49.06px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}

.middle-banner-content h4 {
    font-family: Bahij TheSansArabic;
    font-weight: 500;
    font-size: 20px;
    line-height: 32.71px;
    letter-spacing: 0px;
    text-align: center;
    color: #ccc;
    margin: 10px 0;
}

.middle-banner-content p {
    font-family: Bahij TheSansArabic;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}

.middle-banner-content {
    max-width: 660px;
    margin: auto;
    text-align: center;
}

.middle-banner-content img {
    margin-top: 24px;
}

.middle-banner-align {
    background: url('../images/greenland/mid-banner-bg.png');
    padding: 70px 20px;
    background-size: cover;
    border-radius: 20px;
}

.with-images .main-mid-banner-align {
    position: relative;
    padding: 150px 0 60px;
}

.bottom-mid-img {
    position: absolute;
    bottom: 0;
    left: -40px;
}

.top-mid-img {
    position: absolute;
    top: 0;
    right: -50px;
}



.featured-slider-content a {
    display: block;
    color: #fff !important;
    margin-top: 16px;
}

.featured-slider-content h3,
.testimonials-title h3 {
    font-family: Bahij TheSansArabic;
    font-weight: 600;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0px;
    text-align: right;
    color: #292929;
}

.featured-slider-content p,
.testimonials-title p {
    font-family: Bahij TheSansArabic;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    color: #292929;
    margin-top: 8px;
}

.align-featured-slider {
    display: grid;
    grid-template-columns: 22% 77%;
    align-items: center;
    gap: 10px;
}


.testimonials-title p {
    margin-top: 20px;
}


.user-img img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.user-name h4 {
    font-family: Arimo;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: right;
    color: #fff;
}

.user-name p {
    font-family: Arimo;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: right;
    color: #fff;
}

.testimonials-about p {
    color: #fff;
    font-family: Bahij TheSansArabic;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.32px;
    letter-spacing: 0px;
    text-align: right;
}

.testimonial-box {
    box-shadow: 0px 16px 30px -8px #585C5F1A;
    background: #2B4538;
    padding: 40px;
    border-radius: 16px;
    position: relative;
}

.testimoinals-user {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonials-about {
    padding-top: 30px;
    padding-right: 30px;
}

.align-testimonials {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    gap: 10px;
}

section#testimonials {
    padding: 80px 0;
}

.testimonials-slider-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

/* Green Footer */

#new-footer {
    background: url('../images/greenland/footer-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-top: 80px;
    margin-bottom: -26px;
    position: relative;
}

.footer-logo-about p {
    font-family: Bahij TheSansArabic;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.03px;
    letter-spacing: 0px;
    text-align: right;
    color: #fff;
}

.footer-logo-section {
    gap: 24px;
}

.footer-links-main h3,.footer-newslatter h3 {
    font-family: Bahij TheSansArabic;
    font-weight: 600;
    font-size: 20px;
    line-height: 32.71px;
    letter-spacing: 0px;
    color: #fff;
}

.footer-links-main ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 22.03px;
    letter-spacing: 0px;
    color: #fff;
}

.footer-links-main ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.footer-newslatter-input {
    position: relative;
}

.footer-newslatter-input input {
    width: 100%;
    display: block;
    border: 1px solid #fff;
    background: transparent;
    padding: 16px;
    height: 50px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
}

.footer-newslatter-input button {
    background: transparent;
    border: none;
    position: absolute;
    top: 11px;
    left: 10px;
}

.footer-newslatter-input input::placeholder {
    color: #fff;
}

.footer-contacts h4 {
    font-family: Bahij TheSansArabic;
    font-weight: 600;
    font-size: 20px;
    line-height: 32.71px;
    letter-spacing: 0px;
    text-align: right;
    color: #fff;
}

.footer-contacts-list a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-contacts-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 8px;
}

.footer-socials ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-newslatter {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bottom-footer-about p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottom-footer-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bottom-footer-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-footer-main {
    padding-top: 24px;
    margin-top: 50px;
    border-top: 1px solid #fff;
    padding-bottom: 40px;
}

.categories-align {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

section#main-products {
    padding: 40px 0 ;
}

section#featured-slider {
    padding-top: 40px;
}

/* Ot Pages */

.header-green-bg-main {
    padding-bottom: 130px;
    margin-top: 50px;
}

.breadcrumb-area {
    background: transparent;
    position: absolute;
    width: calc(100% - 100px);
    top: 200px;
    z-index: 9;
    right: 100px;
}

.breadcrumb-wrap h2 {
    margin: 0 !important;
    font-weight: 500;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0px;
    text-align: right;
    color: #fff !important;
}

.breadcrumb-wrap ul li,.breadcrumb-wrap ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 22.03px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff !important;
}

.breadcrumb-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Extra Widgets */

.single-widget.search-widget,
.single-widget.colors-widget,
.single-widget.size-widget {
    display: none;
}

.ot-pages-space, .section {
    padding-top: 44rem;
}

.sidebar-widget-area .single-widget {
    background: #F7FCF8;
    border-radius: 16px;
    padding: 20px;
}

.sidebar-widget-area .categories-widget .categories-list .single-categorie .categories-count {
    background: transparent;
    font-size: 16px;
    line-height: 22px;
    color: #292929;
}

.sidebar-widget-area .single-widget .widget-title {
    font-family: Bahij TheSansArabic;
    font-weight: 600;
    font-size: 20px;
    line-height: 32.71px;
    letter-spacing: 0px;
    text-align: right;
    color: #292929;
    margin-bottom: 14px;
}

.sidebar-widget-area .categories-widget .categories-list .single-categorie .form-check-label {
    font-size: 16px;
    line-height: 22px;
    color: #292929;
}

.product-area .product-section-top .product-filter .form-select {
    font-family: "Bahij TheSansArabic Plain" !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #5d5d5d;
    width: 176px;
    border-radius: 8px;
    padding-right: 12px !important;
}

.products-list-title p {
    font-family: Bahij TheSansArabic;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    color: #5d5d5d;
}

.single-grid-product .product-top .product-thumbnal {
    max-height: 282px;
    object-fit: cover;
}

.single-grid-product .product-top {
    border-radius: 8px;
    overflow: hidden;
}


.single-grid-product:hover .actions-products {
    bottom: 0;
}

.product-about h4 a {
    color: #292929;
}

.product-flags {
    display: none;
}

.sidebar-widget-area .price-widget .price-wrap .price-submit {
    background: #4C7B63 !important;
}

.with-images .top-mid-img,
.with-images .bottom-mid-img {
    display: block;
}

.top-mid-img,
.bottom-mid-img {
    display: none;
}

#middle-banner {
    padding: 80px 0;
}

.product-single-area-v2 .product-single-left .product-thumbnail-image,
.product-info-main,
.pdp-share-list {
    display: none;
}

.product-single-area-v2 .product-single-left .product-slier-big-image .single-slide .slide-image {
    max-height: 650px;
    object-fit: cover;
    border-radius: 16px;
    min-height: initial;
}

.product-slier-big-image {
    position: relative;
}

.big-product-details-icons {
    position: absolute;
    top: 22px;
    right: 20px;
}

.heart-icon-product {
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.big-product-details-icons a {
    display: block;
    cursor: pointer;
}

.top-tag-pdp p {
    width: fit-content;
    font-family: Bahij TheSansArabic;
    font-weight: 500;
    font-size: 16px;
    line-height: 26.16px;
    letter-spacing: 0px;
    background: #4C7B63;
    padding: 10px;
    color: #fff;
    border-radius: 8px;
}

.product-info h3 {
    font-family: Bahij TheSansArabic;
    font-weight: 600;
    font-size: 30px;
    line-height: 49.06px;
    letter-spacing: 0px;
    text-align: right;
    color: #292929;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .cart-plus-minus {
    min-width: 198px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-left: 10px;
}

.product-bottom-button.d-flex {
    display: none !important;
}

.product-single-area-v2 .product-single-details .product-info .add-cart {
    height: 50px !important;
    min-height: 50px !important;
    display: flex;
    background: #2B4538 !important;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 26.16px;
    letter-spacing: 0px;
    width: 100%;
}

.product-single-area-v2 .product-single-details .product-info .product-info-top {
    margin-bottom: 20px;
    margin-top: 10px;
}

.top-tag-pdp {
    margin-bottom: 10px;
}

.product-single-area-v2 .product-single-details .product-info .product-price span.price {
    font-weight: 600;
    font-size: 26px;
    line-height: 42.52px;
    letter-spacing: 0px;
    text-align: right;
    color: #292929;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .product-price .price {
    margin: 0;
}

.product-single-area-v2 .product-single-details .product-info .product-price {
    gap: 16px;
    margin-bottom: 20px;
}

.pdp-payment {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--COLORS-Neutral-200, #CCCCCC);
    padding: 10px;
    border-radius: 8px;
}

.pdp-payment span {
    font-weight: 500;
    font-size: 14px;
    line-height: 22.03px;
    letter-spacing: 0px;
    text-align: right;
    color: #666;
}

.pdp-payment-imgs img {
    height: 22px;
}

.align-tabby-tmara {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
}

.align-tabby-tmara {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
}

.product-single-area-v2 .product-bottom-info .nav-tabs-menu .nav-tabs .nav-item .nav-link {
    background: transparent;
    font-weight: 500;
    font-size: 24px;
    line-height: 39.25px;
    letter-spacing: 0px;
    text-align: center;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 10px 36px;
}

.product-single-area-v2 .product-bottom-info .nav-tabs-menu .nav-tabs .nav-item .nav-link.active {
    color: #4C7B63;
    border-color: #4C7B63;
    box-shadow: 0px 10px 20px -5px #06245C0F;
}

.product-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    color: #666;
}

.direction-rtl .product-single-area-v2 .product-single-left {
    margin: 0;
}


/* Cart page */

.cart-page-area .cart-page-item .single-grid-product img {
    min-width: 77px !important;
   height: 77px !important;
   object-fit: cover;
    border-radius: 4px;
    margin: 0 !important;
}

.cart-page-area .cart-page-item .product-info {
    width: auto;
}

.cart-page-area .cart-page-item .single-grid-product a {
    display: block;
}

.cart-page-area .cart-page-item .product-info .product-name .product-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
}

.wish-list-area .wish-list-table .product-info .product-name {
    white-space: normal;
    margin: 0 !important;
   }

.cart-page-area .cart-page-item .single-grid-product {
    max-width: 300px;
    width: 100%;
    gap: 20px;
}

.cart-page-area td {
    width: auto !important;
   box-shadow: none !important;
   border: none !important;
   padding: 10px !important;
}

.wish-list-area .wish-list-table .product-price .price {
    font-weight: 500;
    color: #292929;
}

.cart-page-area .cart-page-item .cart-quantity {
    height: 32px;
    background: #F7FCF8;
    width: 126px;
    border-radius: 4px;
}

.cart-page-area .cart-page-item .cart-quantity input {
    background: #F7FCF8;
    font-size: 16px;
}

.cart-page-area .cart-page-item .increase-btn {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4C7B63;
    border-radius: 4px !important;
   color: #fff;
}

.wish-list-area .wish-list-table .table thead tr th {
    background: transparent;
    border-bottom: 1px solid #ccc;
    border-top: 0 !important;
   }

.wish-list-area .wish-list-table .table thead tr {
    background: transparent;
    border: none;
}

.wish-list-area .wish-list-table .table {
    padding: 0 20px !important;
}

.table-responsive {
    padding: 20px;
    border: 1px solid var(--COLORS-Neutral-200, #CCCCCC);
    border-radius: 16px;
}

.wish-list-area .wish-list-table .table {
    border: none !important;
   box-shadow: none;
}

.wish-list-area .wish-list-table .table tbody tr {
    border: none;
}
.wish-list-area .wish-list-table .table tbody tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}


.cart-page-area .cart-page-bottom-box.cart-page-sub-total-box {
    padding: 20px;
    border: 1px solid var(--COLORS-Neutral-200, #CCCCCC);
    background: transparent;
}

.cart-page-area .bottom-box-title {
    font-family: Bahij TheSansArabic;
    font-weight: 600;
    font-size: 20px;
    line-height: 32.71px;
    letter-spacing: 0px;
    text-align: center;
}

.sidebar-widget-area .size-widget .size-list .single-size .form-check-input:checked ~ .form-check-label, .cart-page-area .cart-page-bottom-box .proceed-to-checkout-btn {
    background: #2B4538 !important;
   }

.track-progress p {
    font-family: Bahij TheSansArabic;
    font-weight: 500;
    font-size: 18px;
    line-height: 32.71px;
    letter-spacing: 0px;
    text-align: right;
    color: #4C7B63;
    margin-bottom: 6px;
}

.track-progress .progress {
    width: 100%;
    background: #CCCCCC;
    border-radius: 10px;
}

.track-progress {
    flex: 1;
}

.track-progress .progress-bar {
    border-radius: 10px;
    background: #4C7B63 !important;
   }

.trach-progress {
    border: 2px dashed #4C7B63;
}

.align-tabby-tamara-cart {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 8px;
}

.breadcrumb-area .breadcrumb-pages {
    display: flex; 
    justify-content: flex-start;
}

.checkout .cart-summary {
    padding: 20px;
    border: 1px solid var(--COLORS-Neutral-200, #CCCCCC);
    background: transparent;
    border-radius: 10px;
}

.checkout .cart-summary .summary-top h2,.checkout .checkout-form .checkout-title {
    font-family: Bahij TheSansArabic;
    font-weight: 600;
    font-size: 20px;
    line-height: 32.71px;
    letter-spacing: 0px;
    text-align: right;
    color: #292929;
}

.checkout-form {
    padding: 20px;
    border: 1px solid var(--COLORS-Neutral-200, #CCCCCC);
    background: transparent;
    border-radius: 10px;
    background: #F7FCF8;
}

.checkout .checkout-form .form-group .form-control {
    border-radius: 8px;
    background: #fff;
}

.checkout .checkout-form .form-select {
    background: white;
    border-radius: 8px;
}

.direction-rtl .checkout .checkout-form .payment-method .card-check .form-check-label {
    background: #fff;
    border-radius: 8px;
}

.offcanvas.offcanvas-end .offcanvas-body .proceed-to-btn, .checkout .checkout-form .checkout-btn {
    background: #2B4538;
    border-color: #2B4538;
    border-radius: 8px;
}


/* .product-variations {
    display: none;
} */












.desktop-block,
.about-header-top a,
.header-search-green {
    display: block;
}

.mobile-block {
    display: none;
}

.mobile-header-area {
    display: none !important;
} 


@media screen and (max-width: 1024px) {
    .desktop-block,
    .about-header-top a,
    .header-search-green {
        display: none !important;
    }
    .mobile-block {
        display: block;
    }
    
    .main-header-links {
        position: fixed;
        top: 0;
        right: -1000px;
        border-radius: 0;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        margin: 0;
        height: 100dvh;
        padding-bottom: 30px;
        overflow: auto;
        width: calc(100% - 18%);
        transition: .3s ease;
        padding-right: 20px;
    }

    .header-links ul {
        flex-direction: column;
    }

    .home-banner-bg {
        margin-top: 16px;
        padding: 50px 30px;
        border-radius: 16px;
    }

    .home-banner-align {
        padding-top: 100px;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-banner-title h1 {
        font-size: 34px;
        line-height: 50px;
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .home-banner-title {
        max-width: 100%;
    }

    .home-banner-boxes {
        order: 3;
        justify-content: center;
    }

    .banner-paragraph {
        order: 2;
    }

    .banner-action-btn {
        order: 4;
        text-align: center;
    }

    .banner-paragraph p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .home-header {
        padding: 50px 20px 0;
    }

    .home-banner-content {
        gap: 24px;
    }

    .banner-home-img {
        text-align: center;
    }

    .banner-home-links-bottom {
        display: none;
    }

    .categories-align {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 50px;
        text-align: center;
    }

    .align-categories {
        gap: 24px;
    }

    .category-box-title h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    .category-box-title p {
        font-size: 10px;
        line-height: 18px; 
    }

    .align-title-with-button {display: block;}

    .link-all-products {
        text-align: left;
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }

    .title-section h3 {
        font-size: 30px;
        line-height: 50px;
        text-align: center;
    }

    .title-section p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .product-price {
        flex-wrap: wrap;
    }

    .product-slider-navigation {
        display: none;
    }

    .bottom-mid-img {
        display: none;
    }

    .middle-banner-content h3 {
        font-size: 26px;
        line-height: 42px;
    }

    .middle-banner-content h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .middle-banner-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .with-images .middle-banner-align {
        padding: 170px 20px 30px;
    }

    .align-featured-slider {
        display: block;
    }

    .featured-slider-content h3, .testimonials-title h3 {
        font-size: 30px;
        line-height: 50px;
        text-align: center;
    }

    .featured-slider-content h3 br {
        display: none;
    }

    .featured-slider-content p, .testimonials-title p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .featured-slider-content a {
        margin: 24px auto;
    }

    .align-testimonials {display: block;}

    .testimonials-slider {
        margin-top: 40px;
        text-align: center;
    }

    .testimonials-slider-actions {
        justify-content: center;
    }

    .footer-align {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-payments img {
        width: fit-content;
    }

    .footer-logo-section {
        padding-bottom: 20px;
        margin-top: 20px;
        border-bottom: 1px solid #fff;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-logo-about p {
        text-align: center;
    }

    .footer-payments img {
        margin: auto !important;
    }

    .footer-links-main h3, .footer-newslatter h3 {
        text-align: center;
    }

    .footer-links-main ul {
        justify-content: center;
        align-items: center;
    }

    .footer-links-main ul li a {
        display: block;
        margin: auto;
    }

    .footer-contacts h4 {
        text-align: center;
    }

    .footer-contacts-list a {
        justify-content: center;
    }

    .footer-socials ul {
        justify-content: center;
    }

    .bottom-footer-align {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .bottom-footer-main {
        padding-bottom: 25px;
    }

    #new-footer {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding-top: 40px;
    }

    .menu-show .main-header-links {
        right: 0;
    }
    .overlay-menu {
        position: fixed;
        inset: 0;
        transition: .2s ease;
        z-index: 1;
        left: 1000px;
        background: #0000005e;
    }
    .menu-show .overlay-menu {
        left: 0;
    }

    .home-banner-bg {
        background-image: url('../images/greenland/mobile-banner-bg.png') !important;
        background-position: bottom;
    }
    .with-images .top-mid-img {
        width: 100%;
        justify-content: center;
        display: flex;
        right: 0;
    }

    .middle-banner-align {
        background-image: url('../images/greenland/mobile-mid-banner-bg.png');
    }

    .header-links ul {
        gap: 18px;
        align-items: flex-start;
    }
    .header-green-bg-main {
        margin-top: 16px;
    }
    
    .breadcrumb-area {
        top: 84px;
        right: 50px;
    }
    
    .breadcrumb-area .page-title {
        font-size: 30px;
        line-height: 50px;
    }
    
    .breadcrumb-area .breadcrumb-pages .page-item .page-item-link,.breadcrumb-area .breadcrumb-pages .page-item {
        font-size: 12px;
        line-height: 18px;
    }
    
    .ot-pages-space, .section {
        padding-top: 30rem;
    }
    .middle-banner-align {
        padding: 120px 20px 30px;
    }

    #middle-banner {
        padding: 40px 0;
    }

    .with-images .bottom-mid-img {
        display: none;
    }

    .product-single-area-v2 .product-single-left .product-slier-big-image .single-slide .slide-image {
        max-height: 400px;
    }
    
    .heart-icon-product {
        width: 50px;
        height: 50px;
        padding: 14px;
    }
    
    .product-single-area-v2 .product-single-details .product-info .prdouct-btn-wrapper {
        flex-direction: column;
        gap: 10px;
        margin: 0;
    }
    
    .direction-rtl .product-single-area-v2 .product-single-details .product-info .cart-plus-minus {
        margin: 0;
        width: 100%;
    }
    
    .pdp-payment span {
        margin: 0 !important;
        font-size: 10px;
        line-height: 14px;
        white-space: nowrap;
    }
    
    .pdp-payment {
        padding: 4px 8px;
        gap: 4px;
    }
    
    .product-single-area-v2 .product-bottom-info .nav-tabs-menu .nav-tabs .nav-item .nav-link {
        font-size: 20px;
        line-height: 32px;
        height: 52px;
    }


    .cart-page-area .cart-page-item .product-info {
        padding: 0;
    }
    
    .cart-page-area .cart-page-item .single-grid-product img {
        width: 57px !important;
        min-width: 57px !important;
        height: 57px !important;
        }
    
    .cart-page-area .cart-page-item .single-grid-product {
        flex-direction: column !important;
        align-items: flex-start;
        gap: 8px;
    }
    
    .wish-list-area .wish-list-table .table tbody tr td {
        padding-right: 0 !important;
        }
    
    .cart-page-area .cart-page-item .product-info .product-name .product-link {
        font-size: 14px !important;
        line-height: 22px !important;
        }
    
    .cart-page-area .cart-page-item .cart-quantity {
        width: 91px;
        justify-content: space-around;
    }
    
    .cart-page-area .cart-page-item .cart-quantity input {
        width: 34px;
    }
    
    .cart-page-area .cart-page-item .qtybutton.dec::before {
        font-size: 10px !important;
        }
    
    .cart-page-area .cart-page-bottom-box.cart-page-sub-total-box {
        margin-top: 20px;
    }

    .track-progress p {
        font-size: 16px;
        line-height: 22px;
    }

    body.menu-show {
        overflow: hidden;
    }
    
    

}

@media screen  and (max-width: 767px) {
    .header-green-bg-main {
        background-image: url('../images/greenland/mobile-header-bg.png') !important;
        border-radius: 24px;
        padding: 6px 14px 110px;
    }
    .breadcrumb-area {
        top: 118px;
        right: 14px;
        padding: 0;
    }

    .checkout .checkout-form .payment-method .form-group .input-icon img {
        height: 20px !important;
    }

    .direction-rtl .checkout .checkout-form .payment-method .form-group .input-icon {
        right: auto;
        left: 14px;
        top: 25px;
    }
    


}


@media screen and (max-width: 480px) {
    .actions-products div {
        width: 25px;
        height: 25px;
        padding: 6px;
    }
    
    .actions-products {
        height: 38px;
        gap: 4px;
    }
    
    .product-about h4 {
        font-size: 14px;
        line-height: 22px;
    }
    
    .product-price p.price, .product-price p.off-price {
        font-size: 16px;
        line-height: 26px;
    }
    
    .product-price p.shamil {
        font-size: 12px;
        line-height: 18px;
    }
    .product-box-img img {
        max-height: 178px;
        aspect-ratio: 1/2;
    }
    .product-list .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    .product-list .row>div {
        width: 100%;
    }
    
    .single-grid-product .product-top .product-thumbnal {
        max-height: 178px;
    }
    .product-section-top .norap-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
        
    .main-box-home-banner {
        width: 86px;
    }
    .home-banner-boxes {
        gap: 6px;
    }
    .main-box-home-banner p {
        font-size: 10px;
    }
    .banner-action-btn button {
        margin: auto;
    }
}


@media screen and (max-width: 380px) {
    .home-banner-bg {
        background-position: inherit;
    }
    .title-section h3,
    .featured-slider-content h3, .testimonials-title h3,
    .section-title h2 {
        font-size: 26px;
        line-height: 50px;
    }
    .home-header {
        padding: 50px 20px 0;
    }
    .link-all-products a,
    .featured-slider-content a,
    .banner-action-btn button {
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 130px;
    }
    .product-about h4 {
        min-height: 44px;
    }
}