@font-face {
    font-family: "RB";
    src: url("../fonts/RB-Regular.woff2") format("woff2"),
        url("../fonts/RB-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
small,
::placeholder,
button,
pre {
    font-family: "RB", sans-serif !important;
}
.text-danger {
    color: #ec5328 !important;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #555;
}
a:hover {
    color: #555;
}

.scrolled-header {
    color: white;
    transition: color 0.3s ease;
}

.scrolled-header h1,
.scrolled-header p {
    color: white !important;
}

.best-seller .section-title {
    top: 118px;
    background-color: transparent;
    z-index: 10;
    padding: 20px;
    transition: all 0.6s ease;
}

.app {
    width: 100%;
    overflow: hidden;
}

/* Navbar */

.navbar a {
    color: white;
}

/* .navbar.active {
  background: #fff;
} */
.navbar .link-carts,
.navbar .link-favs {
    position: relative;
}
.navbar .badge-carts,
.navbar .badge-favs {
    position: absolute;
    top: -9px;
    right: -9px;
    background: #e63a19;
    border-radius: 50%;
}

.clone-nav {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999999;
}

.clone-nav a {
    color: #323232;
}

.hero-section.parallax {
    height: 1700px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 4rem;
    font-weight: bold;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-section.parallax::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.hero-section.parallax img {
    position: fixed;
    top: 590px;
    z-index: 999;
    transition: top 0.3s, position 0.3s;
}

.hero-section.parallax img.stopped {
    position: absolute;
    top: auto;
    bottom: 33px;
}

/* Discount */

.discount {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}

.fixed-discount,
.fixed-discount-inside {
    position: fixed;
    top: 56px;
    width: 100%;
    z-index: 999;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.discount-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.track {
    display: flex;
    width: max-content;
    animation: scrollLoop 40s linear infinite;
    animation-play-state: running;
}

.track:hover {
    animation-play-state: paused;
    cursor: pointer;
}
.discount-item {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    margin: 0 2rem;
    padding: 10px 20px;
    border-radius: 8px;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 18px;
}
.discount-item span:hover,
.discount-item .cricle:hover {
    cursor: pointer;
}
.discount-item span:hover {
    font-weight: bold;
}
.discount-item i {
    transform: rotate(121deg);
}

.circle {
    border-radius: 50%;
    padding: 0.3em 0.8em;
    color: white;
    margin-left: 0.5em;
    font-weight: bold;
}

.offers_label {
    font-size: 22px;
}
/* .fa-solid,
.fas {
    font-size: 22px;
} */
.circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.orange {
    background-color: #f57c00;
}

.dark {
    background-color: #4a3939;
}

.green {
    background-color: #2e6b34;
}

.grey {
    background-color: #999999;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Best Seller */
.best-seller {
    background: #ecebeb;
    padding-top: 50px;
}
.best-seller .descrption h3 {
    padding-bottom: 14px;
}
.best-seller header h1 {
    font-size: 50px;
    margin-bottom: 16px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.11);
    font-weight: bold;
}
.best-seller header p {
    font-size: 17px;
}
.best-seller .elements {
    position: relative;
    z-index: 1;
    padding: 295px 0 140px 0;
    width: 59%;
    margin: auto;
}

.best-seller .elements .slick-prev,
.best-seller .elements .slick-next {
    position: absolute !important;
    bottom: 0;
    width: 30px;
    height: 30px;
}
[dir="rtl"] .slick-prev:before {
    font-size: 20px;
}
[dir="rtl"] .slick-next:before {
    font-size: 20px;
}
.best-seller .elements::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 120px;
    width: 82%;
    height: 90.5%;
    background: #1d6242;
    z-index: -1;
    border-radius: 29%;
    box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.85);
}

.best-seller > header {
    color: #e63a19;
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
    top: 0;
    transition: all 1s ease, color 1s ease;
}
.best-seller.scrolled {
    padding-top: 180px;
}
.best-seller.scrolled > header.text-center {
    color: white;
    margin-bottom: -174px;
}

.best-seller .card {
    background: #f2f3f4;
    border: none;
    margin: 0 10px;
    border-radius: 20px;
    box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.85);
    position: relative;
}
.best-seller .slick-slide {
    width: 263px !important; /* تحديد عرض ثابت لكل سلايد */
}
.best-seller .card .border-action {
    width: 110%;
    height: 7px;
    background: #fff;
    position: absolute;
    border-radius: 2px;
    bottom: -31px;
}
.best-seller .card:not(.active) .border-action {
    left: -36px;
    bottom: -29px;
    z-index: -1;
}
.best-seller .card.active .border-action {
    background: #e63a19;
    right: -3px;
    width: 181%;
}

.best-seller .card .bg-success {
    background-color: #1a3718 !important;
}
.best-seller .card .image {
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 100%;
}

.best-seller .card .image {
    /* width: 100%; */
    aspect-ratio: 1 / 1; /* أو aspect-ratio: 4 / 3; حسب النسبة المطلوبة */
    overflow: hidden; /* لإخفاء أي جزء زائد من الصورة */
    position: relative;
}

.best-seller .card .image img {
    transition: transform 0.5s ease;
    width: 100%;
    height: 200px;

    object-fit: cover; /* لضمان ملء الإطار وتناسق الصورة */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.best-seller .card .image:hover img {
    transform: scale(1.4);
}

.best-seller .card .image span:hover {
    padding: 10px 20px;
}

.best-seller .card header {
    display: flex;
    justify-content: space-between;
    padding: 10px 7px;
    /* flex-direction: row-reverse; */
    align-items: center;
}
.best-seller .card header .starts {
    font-size: 15px;
}

.best-seller .card header a {
    display: flex;
    align-items: center;
    font-size: 18px;
}
.show-details-product {
    font-size: 25px;
}

.best-seller .card header .icons {
    display: flex;
    gap: 3px;
    align-items: center;
}

.best-seller .card header .starts i {
    color: #f0b732;
}

.best-seller h2 {
    color: #000;
}

.best-seller .descrption {
    padding: 15px;

    text-align: center;
}
.best-seller .descrption h3 {
    font-size: 15px;
}
.best-seller .descrption small,
.price-product-card {
    color: #e63a19;
    font-weight: bold;
    display: block;
    font-size: 21px;
}
.price-orginal {
    display: block;
    margin-left: 14px;
}
.best-seller .slick-track {
    display: flex;
    flex-wrap: nowrap !important;
}
.best-seller .slick-dots {
    bottom: 85px;
    display: flex;
    justify-content: center;
}
.best-seller .slick-dots li:not(.slick-active) {
    flex: 1 1 auto;
    margin: 0 !important;
    list-style: none;
}
.best-seller .slick-dots li.slick-active {
    width: 23% !important;
    margin: 0;
}

.best-seller .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 8px;
    background: #fff;
    opacity: 1;
}
.best-seller .slick-dots li.slick-active button:before {
    background: #e63a19;
}

.best-seller .elements .slick-prev,
.best-seller .elements .slick-next {
    background: #e63a19;
    color: #fff;
}

.best-seller .slick-next {
    left: 51%;
}

.best-seller .slick-prev {
    right: 51%;
}

.best-seller .slick-next.disabled,
.best-seller .slick-prev.disabled {
    background: #fff;
    color: #e63a19 !important;
}

.best-seller .slick-next.disabled::before,
.best-seller .slick-prev.disabled::before {
    color: #000;
}

.best-seller .slick-prev,
.best-seller .slick-next {
    top: 96%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.best-seller .slick-prev.slick-disabled:before,
.best-seller .slick-next.slick-disabled:before {
    opacity: 1;
}

/* Sliders */
.slider:not(.slider.slider-top) {
    margin-top: 181px;
    margin: 270px auto;
}
.slider {
    width: 100%;
    margin: 100px auto;

    direction: ltr;
    position: relative;
}
.slider.slider-top {
    overflow: hidden;
    box-shadow: 10px 10px 57px -34px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 10px 10px 57px -34px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 10px 10px 57px -34px rgba(0, 0, 0, 0.13);
    border: 1px solid #eee;
    padding: 15px;
}

.slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.slide {
    position: relative;
    height: 100%;
    text-align: center;
}

.slide img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: bottom bottom;
    position: relative;
    z-index: 0;
}

.caption {
    position: absolute;
    top: 24%;
    right: 127px;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    z-index: 1;
}

.caption h1 {
    font-size: 80px;
    margin-bottom: 23px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.11);
    font-weight: bold;
}

.caption small {
    font-size: 30px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

/* Features */
.features {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 315px 0 250px 0;
}
.app-features {
    position: relative;
    background-color: #f2f3f4;
    width: 90%;
    height: 100%;
    box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.39);
    border-radius: 150px;
    right: -125px;
    padding-right: 250px;
    padding-left: 50px;
    display: flex;
    align-items: center;
}

.app-features .text {
    width: 20%;
    display: flex;
    justify-content: start;
}
.app-features .text .app-text {
    width: 100%;
}
.app-features .text .app-text h2 {
    font-size: 4rem !important;
    font-weight: bold;
    line-height: 90px;

    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.11);
}
.app-features .text .app-text p {
    font-size: 13px;
    line-height: 30px;
}
.app-features .text .app-text h2,
.app-features .text .app-text p {
    color: #e63a19;
}
.app-features .text .app-text p {
    padding-top: 20px;
}
.features .items {
    position: absolute;
    top: 0;
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
    left: 189px;
    top: 50%;
    transform: translateY(-50%);
}
.features .items .item {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row-reverse;
    background-color: #fff;
    margin: 10px 0;
    padding: 18px 10px 28px 10px;
    border-radius: 55px;
    box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.39);
}
.features .items .item img {
    width: 105px;
}
.features .items .item .content {
    width: 50%;
}
.features .items .item h5 {
    color: #e63a19;
    font-size: 31px;
}
.features .items .item p {
    font-size: 13px !important;
}

/* Footer */
.footer {
    background-color: #ef823c;
    padding: 60px 0;
    color: #fff;
}
.footer header {
    text-align: center;
}
.footer header p {
    margin: 30px auto;
    width: 17%;
}
.footer .app-footer {
    display: flex;
    justify-content: space-between;
}
.footer .app-footer h4 {
    margin-bottom: 20px;
}
.footer .app-footer .info ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer .app-footer .info ul li {
    display: flex;
    gap: 15px;
}
.footer .app-footer .info .social {
    margin: 30px 0;
    display: flex;
    gap: 15px;
}
.footer .app-footer .info .social a {
    color: #fff;
    font-size: 35px;
}

.bottom-footer {
    background: #fff;
    padding: 20px 0;
    border-bottom: 2px solid #eee;
}
.bottom-footer .app-bottom-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.bottom-footer .app-bottom-footer .left {
    display: flex;
    gap: 20px;
}
.bottom-footer .app-bottom-footer .right {
    display: flex;
    gap: 50px;
}
.bottom-footer .app-bottom-footer .right .item {
    display: flex;
    gap: 20px;
    align-items: center;
}
/* Bootstrap */
.navbar-toggler {
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler-icon-dark,
.navbar-light.clone-nav .navbar-toggler-icon,
.navbar-custom-page .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.customModal .modal-header {
    justify-content: center;
    border-bottom: 0;
}
.customModal .modal-header .btn-close {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 9px;
}
.customModal .form-control {
    padding: 15px;
    border-radius: 40px;
    background: #ecebeb;
}

.customModal .form-control.form-control-otp {
    padding: 7px;
    width: 50px;
}
.customModal .form-control.input-error {
    border: 1px solid #ff0000;
}
.customModal .modal-content {
    border-radius: 30px;
    padding: 30px 0;
}
.customModal .element {
    position: relative;
}
.customModal .element .item {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.customModal .element .item img {
    width: 50px;
}

.customModal form a {
    color: #262625;
    padding-right: 20px;
}
.customModal form a.text-danger {
    color: #ff0000 !important;
}
.customModal form button,
.btn-custom {
    width: 100%;
    background-color: #1a3718;
    padding: 15px;
    border-radius: 30px;
    color: #fff !important;
    margin: 15px 0;
    box-shadow: none;
    outline: none;
    border: none;
}
.customModal form button.btn-otp {
    margin-top: 58px;
}
.customModal .social {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    margin-top: 30px;
}
.customModal .social a {
    color: #555;
    padding: 10px;
    border-radius: 10px;

    width: 50%;
    margin: auto;
    transition: all 0.4s ease-in-out;
}
.customModal .social a:hover {
    background-color: #1d6242;
    color: #fff;
    width: 52%;
}
.page-link {
    color: #e13919;
}
.page-link:hover {
    color: #000;
}
/* Slick */
.slider .slick-dots {
    display: flex;
    justify-content: center;
    padding: 0 50px;
    margin-top: 15px;
}

.slider .slick-dots li button:before {
    content: "";
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #525252;
}
.slider .slick-dots li.slick-active button:before {
    background-color: #e63a19;
}
.slider .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061"; /* fa-arrow-right */
    display: inline-block;
}

.slider .slick-prev::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060"; /* fa-arrow-left */
    display: inline-block;
}
.slider .slick-arrow {
    display: none !important;
}
.slider .slick-next,
.slider .slick-prev {
    background-color: #e63a19;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.slider .slick-next {
    left: 20px;
    top: 50px;
}
.slider .slick-prev {
    top: 50px;
    left: 80px !important;
    z-index: 999;
}

/* product-details */
.single-product .title-page-product-details {
    color: #fc2f2f;
}
.page-inside {
    padding: 200px 0 0 0;
    background-color: #f7f7f7;
}
.single-product .product-details {
    display: flex;
    /* align-items: center; */
    width: 90%;
    margin: auto;
    border: 1px solid #b9b9b9;
    padding: 20px;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.single-product .product-gallery {
    display: flex;
    flex-direction: row;
    width: 50%;
    justify-content: space-around;
}

.single-product .product-gallery .main-image {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    margin-right: -173px;
}

.single-product .thumbnail-images {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.single-product .thumbnail-images img {
    width: 100px;
    object-fit: cover;
    border: 1px solid #d5d5d5;
}

.single-product .product-details .product-info {
    width: 40%;
}
.single-product .product-details .product-info .product-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}
.single-product .product-details .product-info .product-header-right {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: baseline;
}
.single-product .product-details .product-info .product-header-right i {
    color: #f0b732;
}

.single-product .product-info .section-header {
    display: flex;
    /* justify-content: space-between; */
    cursor: pointer;
    gap: 67px;
}
.single-product .product-info .product-description.toggle-section {
    margin: 50px 0;
}

.single-product .product-info .product-colors,
.single-product .product-info .product-sizes {
    display: flex;
    gap: 80px;
    margin: 20px 0;
}
.single-product .product-info .product-sizes .size-option {
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
}
/* .single-product .product-info .product-sizes .size-option.active {
    border: 2px solid #e63a19;
    border-radius: 20px;
    padding: 0 5px;
    display: flex;
    align-items: center;
} */
.single-product .product-info .color-options {
    display: flex;
    gap: 30px;
    margin-top: 10px;
}

.single-product .product-info .color-dot {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}
.single-product .product-info .product-title {
    margin-bottom: 20px;
}
.single-product .product-info .color-dot:hover {
    border: 2px solid #333;
}
.single-product .product-info .product-price-discount {
    font-size: 14px;
    text-decoration: line-through;
}
.single-product .product-info .product-price,
.single-product .product-price {
    display: block;
    color: #e63a19;

    font-size: 25px;
    font-weight: bold;
}

.single-product .btn-add-to-wishlist {
    color: #e63a19;
    display: block;
    text-align: center;
}
.single-product .btn-add-to-wishlist:hover {
    color: #e63a19;
}

.single-product .product-description {
    margin-top: 20px;
}

.single-product .description-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.single-product .description-header .arrow {
    transition: transform 0.3s ease;
}

.description-content {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    color: #444;
}

.product-reviews {
    margin-top: 20px;
    padding: 25px 6px;
    border-radius: 22px;
    max-height: 400px;
    overflow-y: auto;

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.product-reviews::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.product-reviews .item {
    border: 1px solid #eee;
    padding: 16px;
    border-radius: 25px;
    margin: 10px 0;
    box-shadow: -7px 6px 37px -32px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: -7px 6px 37px -32px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: -7px 6px 37px -32px rgba(0, 0, 0, 0.43);
}
.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.reviews-header .arrow {
    transition: transform 0.3s ease;
}

.reviews-content {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    color: #444;
}

.product-reviews.open .reviews-content {
    display: block;
}

.product-reviews.open .arrow {
    transform: rotate(180deg);
}
/* ------------------------- More Products ------------ */

.more-products .elements {
    position: relative;
    z-index: 1;
    padding: 167px 0 120px 0;
    width: 80%;
    margin: auto;
}

.more-products .elements .slick-prev,
.more-products .elements .slick-next {
    position: absolute !important;
    bottom: 0;
}

.more-products .card {
    background: #fff;
    border: none;
    margin: 0 10px;
    border-radius: 20px;
    border: 1px solid #cbcbca;
    box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.15);
}
.more-products .card .bg-success {
    background-color: #1a3718 !important;
}
.more-products .card .image {
    position: relative;
    overflow: hidden;
}

.more-products .card .image img {
    transition: transform 0.5s ease;
    width: 100%;
    display: block;
}

.more-products .card .image:hover img {
    transform: scale(1.4);
}

.more-products .card .image span:hover {
    padding: 10px 20px;
}

.more-products .card header {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    flex-direction: row-reverse;
    align-items: center;
}

.more-products .card header a {
    display: flex;
    align-items: center;
}
.more-products .card header .icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.more-products .card header .starts i {
    color: #f0b732;
}

.more-products .card img {
    width: 100%;
}

.more-products h2 {
    color: #000;
}

.more-products .descrption {
    padding: 10px;

    text-align: center;
}
.more-products .descrption h3 {
    font-size: 15px;
    font-weight: bold;
}
.more-products .descrption .prices {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.more-products .descrption .prices .discount {
    text-decoration: line-through;
    background-color: #fff;
}
.more-products .descrption .prices .price {
    color: #e63a19;
    font-weight: bold;
    display: block;

    font-size: 20px;
    font-weight: bold;
}
.more-products .slick-dots {
    display: none;
}

.more-products .slick-dots li.slick-active button:before {
    background: #e63a19;
}

.more-products .slick-dots li button:before {
    content: "";
    width: 40px;
    height: 8px;
    background: #fff;
    opacity: 1;
    font-weight: bold;
}
.more-products .elements .slick-next {
    top: 50%;
    right: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}
.more-products .elements .slick-prev {
    top: 60%;
    right: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}

.more-products .elements .slick-prev,
.more-products .elements .slick-next {
    background: #e63a19;
    color: #fff;
}

.more-products .slick-next {
    left: 46%;
}

.more-products .slick-prev {
    right: 44%;
}

.more-products .slick-next.disabled,
.more-products .slick-prev.disabled {
    background: #fff;
    color: #e63a19 !important;
}

.more-products .slick-next.disabled::before,
.more-products .slick-prev.disabled::before {
    color: #000;
}

.more-products .slick-prev,
.more-products .slick-next {
    top: 95%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.more-products .slick-prev.slick-disabled:before,
.more-products .slick-next.slick-disabled:before {
    opacity: 1;
}

.product-description.open .description-content {
    display: block;
}

.product-description.open .arrow {
    transform: rotate(180deg);
}

/* Page Favorites */
.favorites-page {
    padding-bottom: 80px;
}
.favorites-page .favorite-items {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-direction: column;
}
.favorites-page .favorite-items .favorite-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    border: 1px solid #eee;
    padding: 10px;
    flex-wrap: wrap;
}
.favorites-page .favorite-items .favorite-item .favorite-item-info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.favorites-page .favorite-items .favorite-item .favorite-item-visual img {
    width: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 8px;
}
.favorites-page .favorite-item-visual {
    display: flex;
    align-items: center;
    gap: 50px;
}
.favorites-page .product-details {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.favorites-page .product-meta-info {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.favorites-page .product-actions {
    display: flex;
    gap: 20px;
}

.favorites-page .product-pricing {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}
.favorites-page .product-pricing .price-one {
    font-size: 12px;
    text-decoration: line-through;
}
.favorites-page .product-pricing .price-two {
    color: #e63a19;
    font-weight: bold;
    font-size: 30px;
}

/* Carts Page */

.carts-page {
    padding-bottom: 80px;
}
.carts-page .carts-items {
    display: flex;
    width: 100%;
    gap: 40px;
    flex-direction: column;
}
.carts-page .carts-items .cart-item {
    width: 90%;
    margin: 45px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 5px 34px;
    flex-wrap: wrap;
    border-radius: 65px;
    box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 3px 9px -4px rgba(0, 0, 0, 0.85);
    /* box-shadow: 5px 10px 86px -58px rgba(0,0,0,0.98);
-webkit-box-shadow: 5px 10px 86px -58px rgba(0,0,0,0.98);
-moz-box-shadow: 5px 10px 86px -58px rgba(0,0,0,0.98); */
}
.carts-page .carts-items .cart-item .cart-item-info {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-end;
    position: relative;
}
.carts-page .carts-items .cart-item .cart-item-info .brand-logo {
    position: absolute;
    top: -44px;
    left: 8px;
}
/* .carts-page .favorite-item-visual .product-color-dot {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
} */
.carts-page .carts-items .cart-item .favorite-item-visual img:not(.img-price) {
    width: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 8px;
    border-radius: 50px;
}
.carts-page .carts-items .cart-item h2 {
    padding-top: 20px;
    font-size: 22px;
}
.carts-page .favorite-item-visual {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: -17px;
}
.carts-page .cart-details {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.carts-page .update-product-for-cart {
    background-color: #ecebeb !important;
    border: 1px solid #707070;
    color: #262625;
    border-radius: 22px;
}
.carts-page .cart-meta-info {
    display: flex;
    flex-direction: row;
    gap: 48px;
    margin-top: 30px;
    align-items: center;
}

.carts-page .cart-actions {
    display: flex;
    gap: 25px;
    align-items: center;
}
.carts-page .cart-actions span.quantity {
    display: flex;
    align-items: center;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
    padding: 0 15px;
    color: #386b46;
    font-weight: bold;
}
.carts-page .cart-actions .border-actions {
    border: 1px solid #707070;
    display: flex;
    gap: 10px;
    border-radius: 10px;
    flex-direction: row-reverse;
}
.carts-page .btn-plus {
    color: #386b46;
    font-weight: bold;
}
.carts-page .cart-pricing {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}
.carts-page .cart-pricing .price-one {
    font-size: 14px;
    color: #9c9c9c;
    font-weight: bold;
    text-decoration: line-through;
}
.carts-page .cart-pricing .price-two {
    color: #e63a19;
    font-weight: bold;
    font-size: 23px;
    padding-bottom: 15px;
}
/* Carts Null Page */
.carts-null {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}
.carts-null .app-carts-null {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.carts-null .app-carts-null .icons {
    position: relative;
    padding-bottom: 115px;
}
.carts-null .app-carts-null .icons img:first-of-type {
    position: absolute;
    left: -9px;
    top: -20px;
}
.carts-null .app-carts-null .icons img:last-of-type {
    position: absolute;
    right: 0;
}
.carts-null .app-carts-null a {
    border: 1px solid #707070;
    padding: 10px;
    border-radius: 15px;
}

/* Section app-summary */
.app-summary {
    margin: 50px 0;
}
.app-summary .header {
    background-color: #f1f1f1;
}
.app-summary .summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #dadada;
    flex-direction: row-reverse;
}
.app-summary .summary .next-btn {
    background-color: #1a3718;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
}
.app-summary .summary .price-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.app-summary .summary .price-info .original-price {
    color: #e63a19;
    font-weight: bold;
}

.app-summary .summary .price-info .savings {
    color: #386b46;
    font-weight: bold;
}

.app-summary .summary .price-info .quantity {
    font-size: 15px;
    font-weight: bold;
    color: #9c9c9c;
}

/* profile-page */
.profile-page h2 {
    color: #e63a19;
    padding-right: 83px;
    padding-bottom: 55px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.11);
}

.icon-menu.horizontal-scroll {
    display: flex;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 10px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
.icon-menu.horizontal-scroll::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}
.icon-menu.horizontal-scroll .menu-item {
    flex: 1 1 0;
    min-width: 90px;
    text-align: center;
}
.icon-menu.horizontal-scroll .menu-item p {
    font-weight: bold;
    color: #1a3718;
    margin: 10px 0;
}
.icon-menu.horizontal-scroll img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.icon-menu .icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #386b46;
    border-radius: 50%;
    width: 140px;
    height: 140px;

    border: 5px solid #e63a19;
    cursor: pointer;
    overflow: hidden;
}
.icon-menu .icon-circle.active {
    background: #e63a19;
}
.icon-menu .icon-circle:hover {
    background: #e63a19;
}

.icon-menu .icon-circle img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    transition: all 0.5s ease-in-out;
}
.icon-menu .icon-circle:hover img {
    transform: scale(1.3);
    transition: transform 0.4s ease; /* اختياري للأنيميشن */
}
.content-profile-page {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    gap: 40px;
    flex-wrap: wrap;
}
/* .content-profile-page .container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
} */

/* .content-profile-page .map-box {
    flex: 1;
    max-width: 500px;
} */

.content-profile-page .map-image {
    width: 100%;
    border-radius: 20px;
}

.content-profile-page .form-title {
    color: #1e3a1e;
    font-size: 20px;
    margin-bottom: 20px;
}

.content-profile-page .address-card {
    background: #f9f9f9;
    border-radius: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 10px;
}

.content-profile-page .card-icons {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 10px;
}

.content-profile-page .icon {
    cursor: pointer;
}

.content-profile-page .add-new {
    background: none;
    border: 1px solid #1e3a1e;
    color: #1e3a1e;
    padding: 15px 16px;
    font-size: 14px;
    border-radius: 15px;
    cursor: pointer;
    margin: 10px 0 20px;
    display: flex;
    justify-content: space-between;
}

.content-profile-page .plus {
    font-weight: bold;
    margin-left: 5px;
}
.content-profile-page .input {
    margin: 20px 0;
}

.content-profile-page .address-form input:focus {
    outline: none;
}

.content-profile-page .phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}

.content-profile-page .phone-input span {
    background: #eee;
    padding: 19px;
    min-width: 60px;
    text-align: center;
}

.content-profile-page .phone-input input {
    border: none;
    flex: 1;
    padding: 10px;
}
.content-profile-page textarea.location {
    width: 100%;
    border: none;
    resize: none;
    min-height: 130px;
    background-color: #f9f9f9;
    overflow-y: hidden;
}
.textarea-wrapper {
    position: relative;
}

.textarea-wrapper textarea.google_maps {
    width: 100%;
    border: none;
    resize: none;
    min-height: 550px;
    background-color: #f9f9f9;
    padding: 20px;
}

.textarea-wrapper .placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #aaa;
    pointer-events: none;
    font-size: 18px;
    text-align: center;
}

.content-profile-page textarea:focus {
    outline: none;
}

.content-profile-page .required-warning {
    color: #d9534f;
    font-size: 12px;
    margin-bottom: 10px;
}

.content-profile-page .submit-btn {
    background-color: #1e3a1e;
    color: white;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
}

/* editVariantModal  */

#editVariantModal .modal-content {
    border-radius: 60px;
    width: 90%;
    margin: auto;
    border: 1px solid #707070;
}
#editVariantModal .modal-content .app-images {
    flex-direction: row-reverse;
    margin-bottom: 40px;
    gap: 13px;
    max-height: 500px;
    justify-content: space-between;
}
#editVariantModal .modal-content .thumbnail-image img {
    height: 100%;
}
#editVariantModal .modal-content .thumbnail-image.active {
    border: 1px solid #bfbfbf;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}
#editVariantModal .modal-content .btn-success {
    background-color: #1a3718;
    width: 90% !important;
    margin: 30px auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    border-radius: 30px;
}

#editVariantModal .product-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}
#editVariantModal .product-header .product-header-right {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
#editVariantModal .product-header .product-header-right i {
    color: #f0b732;
}
.product-header-right .starts,
.product-header-right .counts-buy {
    display: flex !important;
    align-items: center !important;
}
.product-header-right .counts-buy img {
    width: 13px;
}
.product-header-right .counts-buy {
    gap: 6px;
}
.product-header-left {
    display: flex;
    align-items: center;
    margin-top: -15px;
}
.page-inside.body-blur-overlay {
    position: relative;
    overflow: hidden;
}

.page-inside.body-blur-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    pointer-events: none;
    z-index: 10;
}

/* Public */
.container-features-m {
    margin-right: 160px;
}
.container-m {
    margin: 0 20px;
}
[dir="rtl"] .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060"; /* fa-arrow-left */
}
[dir="rtl"] .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061"; /* fa-arrow-right */
}
[dir="ltr"] .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061"; /* fa-arrow-right */
}
[dir="ltr"] .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060"; /* fa-arrow-left */
}
.slick-prev:before,
.slick-next:before {
    font-size: 33px;
}
.add-to-cart-btn.added {
    background-color: #e63a19;
}
.section-body {
    display: none;
}
.arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}

.arrow.rotate {
    transform: rotate(180deg);
}

.custom-toast {
    position: fixed;
    top: 50px;
    left: -200px;
    right: auto;
    color: white;
    padding: 27px 20px;
    border-radius: 6px;
    z-index: 9999;
    display: block;
    animation: fadeInOutLeft 7s ease forwards;
    font-size: 15px;
    display: none;
}
.custom-toast.custom-toast-danger {
    background-color: rgba(255, 163, 163, 0.9); /* أحمر */
    color: #e63a19;
    display: flex;
    gap: 15px;
    display: none;
}
@keyframes fadeInOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    10% {
        opacity: 1;
        transform: translateX(220px);
    }
    90% {
        opacity: 1;
        transform: translateX(220px);
    }
    100% {
        opacity: 0;
        transform: translateX(220px);
    }
}
.icon-menu {
    transition: all 1s ease-in-out;
}

.transition {
    transition: transform 0.3s;
}
.rotate-180 {
    transform: rotate(180deg);
}

.offcanvas-body a {
    color: #555;
}
.offcanvas-body a:focus,
.offcanvas-body a:hover {
    color: #555;
}
.sub1,
.sub2 {
    padding: 10px 15px !important;
    background: #f9f9f9;
}

.subcategory-link {
    transition: all 0.2s ease-in-out;
    /* margin-bottom: 20px; */
}
.subcategory-link:hover {
    background-color: #e63a19;
    color: #fff !important;
    border-radius: 5px;
}
.nav-link {
    transition: 0.3s all ease-in-out;
    margin: 5px 0;
}
.nav-link:hover,
.nav-link:hover .offcanvas-body a {
    background-color: #e63a19 !important;
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
}
.subsubcategory-link {
    padding: 10px;
    margin: 5px 0;
    border-radius: 10px;
}
.subsubcategory-link:hover {
    background-color: #fbfbfb;
    border-radius: 5px;
}

.language-mobile {
    background-color: #000000;
    color: #fff !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    padding: 15px 10px;
    border-radius: 5px;
}

.offcanvas-start {
    left: 0 !important;
    left: auto !important;
}

.offcanvas-body {
    text-align: right;
}
.bg-success-outline {
    border: 1px solid #1a3718;
    color: #1a3718;
}

.magnifier-glass {
    position: absolute;
    border: 2px solid #eee;
    border-radius: 50%;
    cursor: none;
    /* حجم العدسة */
    width: 120px;
    height: 120px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: 200% 200%;
}
.product-gallery {
    position: relative;
}
.drown-profile .dropdown-menu {
    padding: 20px 10px;
}

.drown-profile a,
.drown-profile i {
    color: #000 !important;
}
.drown-profile a::after {
    display: none;
}
.drown-profile .dropdown-item:hover {
    background-color: #e13919;
    color: #fff !important;
}

.drown-profile .dropdown-item:hover i {
    color: #fff !important;
}

.color-one {
    color: #1a3718;
}
.color-two {
    color: #e63a19;
}
.bell-notification {
    color: #e63a19;
    font-size: 25px !important;
    margin: 14px 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 27px;
}
.bell-notification i {
    font-size: 20px !important;
}

.slick-active-border.card {
    border: 3px solid #e63a19 !important; /* غير اللون أو الحجم حسب تصميمك */
    border-radius: 8px;
}

.added {
    align-items: center;
    font-size: 18px;
}
/* .added:hover{
    color: #fff;
} */
.add-to-fav-btn.added {
    color: #e63a19;
}
.add-to-fav-btn.added i {
    font-size: 22px;
}

.close-modal:hover {
    color: #e63a19;
}

.color-choice.active {
    border: 2px solid #e63a19 !important;
    box-shadow: 1px 10px 5px -7px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 1px 10px 5px -7px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 1px 10px 5px -7px rgba(0, 0, 0, 0.41);
}

.attr-choice.active,
.size-option.active {
    background-color: #e63a19;

    border-radius: 8%;
    color: #fff;

    width: 64px;
    height: 35px;
    justify-content: center;
    padding: 0 10px;
}

.attr-choice {
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    justify-content: center;
}
#global-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999999999999999999999999999999999999999999999999999999999999999;
    align-items: center;
    justify-content: center;
}
#global-loader .parent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.card {
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.card.active {
    border: 2px solid #e63a19;
}
/* Change */
.show-details-product {
    padding: 10px 3px;
}
.add-to-fav-btn img,
.more-products .card img {
    width: 30px;
}
.add-to-fav-btn img {
    width: 25px;
}

.carts-page .color-dot,
.carts-page .product-color-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #a9a9a9;
    box-shadow: 10px 8px 51px -22px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 10px 8px 51px -22px rgba(0, 0, 0, 1);
    -moz-box-shadow: 10px 8px 51px -22px rgba(0, 0, 0, 1);
}

.carts-page .not-color {
    font-size: 18px;
}

.carts-page .update-product-for-cart {
    padding: 5px 30px;
    box-shadow: 5px 1px 5px -13px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 5px 1px 5px -13px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 5px 1px 5px -13px rgba(0, 0, 0, 0.39);
    border: 1px solid #dbdbdb;
}
.favorites-page .add-to-cart-btn {
    font-size: 20px;
    background-color: #1a3718 !important;
}
.quantity-control {
    background: #e63a19;
    width: 67px;
    font-size: 12px;
    height: 32px;
}
.quantity-control button {
    color: #fff;
}
.favorites-page .quantity-control {
    background: none !important;
    height: 45px;
}
.favorites-page .quantity-control {
    color: #386b46 !important;
    font-weight: bold;
    border: 1px solid #707070;
    border-radius: 10px;
}
.favorites-page .quantity-control .qty-value {
    display: block;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
    padding: 6px 5px;
    font-size: 20px;
}

.favorites-page .quantity-control button {
    color: #386b46;
    font-weight: bold;
    padding: 0 10px;
    font-size: 20px;
}
.single-product .btn-add-to-cart {
    font-size: 17px;
}
.single-product .btn-add-to-wishlist {
    font-size: 16px;
}
.single-product .product-details {
    padding: 60px 20px;
}
.single-product .product-gallery {
    /* margin-top: -122px; */
}
.single-product .thumbnail-images {
    /* margin-top: 18px; */
}

#loadMoreCartItemsBtn,
#loadMoreFavoritesBtn {
    background: #1a3718;
    padding: 17px 60px;
    border: none;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
}
.hvr-sweep-to-right {
    color: #555 !important;
}
.hvr-sweep-to-right:before {
    background-color: #e63a19;
}
.more-products .card .bg-success,
.best-seller .card .bg-success {
    justify-content: center;
}
.best-seller .card .bg-success {
    width: 40px;
    height: 40px;
}
.best-seller .card .bg-success img {
    width: 20px;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #e63a19;
}
/* Category Page */
.category-page .dropdown {
    border-radius: 32px;
}
.category-page .section-top-category-page {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 60px 30px;
    align-items: baseline;
}
.category-page header button.btn {
    font-size: 21px;
    font-weight: bold;
}
.category-page header h1 {
    font-size: 47px;
}
.category-page .dropdown button:focus {
    box-shadow: none;
}
.category-page .dropdown.search-order {
    width: 15%;
    text-align: left;
}
.category-page .dropdown.search-order ul li a {
    padding: 8px 20px;
    border-radius: 10px;
    margin: 5px 0;
}
.category-page .dropdown.search-order .brands {
    margin: 30px 0;
}
.category-page .dropdown.search-order .brands .element:first-child {
    border-top: 1px solid #eee;
}
.category-page .dropdown.search-order .brands .element {
    border-bottom: 1px solid #eee;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.category-page .dropdown.search-order .brands .element.active {
    border: 2px dotted #ef823c;
}
.category-page .dropdown.search-order .colors .app-colors {
    margin: 25px 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* ٦ أعمدة */
    gap: 15px;
    width: 50%;
}
.category-page .dropdown.search-order .colors .app-colors span {
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid #c8c7c6;
}
.category-page .dropdown.search-order .colors .app-colors span.reset {
    border-radius: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    padding: 0 20px;
    cursor: pointer;
}
.category-page .dropdown.search-order .colors .app-colors .color-filter.active {
    border: 1px solid red;
}
.category-page .dropdown .dropdown-menu {
    width: 100%;
    padding: 5px;
    text-align: right;
    z-index: 1;
}
.category-page .dropdown .dropdown-menu .search-element {
    display: flex;
    gap: 13px;
    align-items: center;
    padding: 8px 4px;
}
.category-page .dropdown .dropdown-menu .search-element input {
    border-radius: 13px;
}
.category-page .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* ٤ أعمدة متساويين */
    gap: 46px;
    padding-bottom: 40px;
    width: 80%;
    margin: auto;
}
.category-page .products .card {
    border: 1px solid #c7c7c7;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 9px 16px -8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 9px 16px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 9px 16px -8px rgba(0, 0, 0, 0.2);
}
.category-page .products .card .descrption {
    text-align: center;
}
.category-page .products .card .descrption h3 {
    font-size: 13px;
    padding-top: 10px;
    /*
    padding-bottom: 20px; */
}
.category-page .products .card .descrption .price {
    font-size: 25px;
    color: #e63a19;
    font-weight: bold;
    padding-bottom: 9px;
    flex-direction: row-reverse;
}
.category-page .products .card header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    flex-direction: column-reverse;
    gap: 5px;
}
.category-page .products .card img.cover {
    width: 100%;
}
.category-page .products .card .icons {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
    width: 100%;
    justify-content: space-between;
}
.category-page .products .card .icons .bg-success {
    background-color: #1a3718 !important;
}
.category-page .add-to-fav-btn {
    position: absolute;
    right: 55px;
}

.category-page .more {
    display: flex;
    justify-content: center;
    /* padding: 20px 0; */
    padding-top: 80px;
    padding-bottom: 180px;
}
.category-page .more a {
    padding: 15px 60px;
    background: #198754;
    color: #fff;
    border-radius: 10px;
}
.category-page .empty-data {
    padding-bottom: 230px;
    padding-top: 120px;
}
.card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 45px; /* يضمن مساحة ثابتة */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* الحد الأقصى = سطرين */
    -webkit-box-orient: vertical;
}

.truncate-name {
    white-space: nowrap; /* يمنع النزول لسطر جديد */
    overflow: hidden; /* يخفي الجزء الزائد */
    text-overflow: ellipsis; /* يضع ... */
    display: block; /* لازم عشان يشتغل ellipsis */
    max-width: 100%; /* أو حدد عرض ثابت حسب التصميم */
}
