:root {
    --main-Webcolor: rgba(71, 46, 202, 1);
    --second-Webcolor: rgba(247, 146, 41, 1);
    --third-Webcolor: rgba(221, 215, 255, 0.38);
    --main-Weblight: #fff;
}

.list-unstyled .alert-link {
    font-family: sans-serif;
}

.needs-validation .alert p {
    color: black;
}

/* style-scroll */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--second-Webcolor);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}

/* style-scroll */
.text-justify {
    text-align: justify;
}

.swal-button {
    background-color: var(--second-Webcolor) !important;

}

/* head */
@font-face {
    font-family: BigVesta;
    src: url("../../webfonts/ar/SFProARDisplay-Medium.ttf");
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;
    /* يتيح للنص أن يظهر بسرعة ومن ثم يتم تحميل الخط */
}

@font-face {
    font-family: Rawy;
    src: url("../../webfonts/ar/VIP-Rawy-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;
    /* يتيح للنص أن يظهر بسرعة ومن ثم يتم تحميل الخط */
}

@font-face {
    font-family: Questv1;
    src: url("../../webfonts/ar/Questv1-Regular.otf");
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;
    /* يتيح للنص أن يظهر بسرعة ومن ثم يتم تحميل الخط */
}

* {
    font-family: Questv1;
}

body {
    direction: rtl;
    font-size: 0.9rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.fs-1,
.fs-2,
.fs-3,
.fs-4,
.fs-5,
.fs-6 {
    font-family: BigVesta;
}

a,
button,
a *,
button * {
    text-decoration: none;
    font-family: Rawy;
}



main {
    margin-top: 154px;
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

.font-weight-bold {
    font-weight: bold;
}

li {
    list-style-type: none;
}

.text-justify {
    text-align: justify;
}

.btn-social-login {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    border: 1px solid #ededef;
    background-color: white;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.btn-social-login:hover {
    border: 1px solid #2d79f3;
    ;
}

/* Start add to cart btn */


.navbar .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.quantityProduct {
    width: 50px;
    margin-left: 5px;
    height: 40px;
}

.Cart-btn {
    position: relative;
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    outline: none;
    transition: .5s ease-in-out;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.Cart-btn:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: var(--main-Webcolor);
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

.Cart-btn:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.Cart-btn .span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 20;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.Cart-btn .span .icon {
    margin-left: 10px;
}

.Cart-btn:hover .span {
    color: white;
    animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}


.Cart-btn:hover {
    background-color: white;
}



.Cart-btn:hover .add-to-cart {
    color: white;
}

.Cart-btn:active {
    transform: scale(.9);
}

.Cart-btn .fa-shopping-cart {
    color: rgb(32, 197, 128);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -30%;
    font-size: 1.3em;
    transform: translate(-50%, -50%);
}

.Cart-btn .fa-box {
    color: rgb(32, 197, 128);
    position: absolute;
    z-index: 3;
    top: -20%;
    left: 52%;
    font-size: 1em;
    transform: translate(-50%, -60%);
}

.Cart-btn span {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    color: #555;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.Cart-btn span.add-to-cart {
    opacity: 1;
}

.Cart-btn span.added {
    opacity: 0;
}

.Cart-btn.clicked .fa-shopping-cart {
    animation: cart 2s ease-in-out forwards;
}

.Cart-btn.clicked .fa-box {
    animation: box 2s ease-in-out forwards;
}

.Cart-btn.clicked span.add-to-cart {
    animation: txt1 2s ease-in-out forwards;
}

.Cart-btn.clicked span.added {
    animation: txt2 2s ease-in-out forwards;
    color: rgb(32, 197, 128);
}

@keyframes cart {
    0% {
        left: -10%;
    }

    40%,
    60% {
        left: 50%;
    }

    100% {
        left: 180%;
    }
}

@keyframes box {

    0%,
    40% {
        top: -20%;
    }

    60% {
        top: 40%;
        left: 52%;
    }

    100% {
        top: 40%;
        left: 180%;
    }
}

@keyframes txt1 {
    0% {
        opacity: 1;
    }

    20%,
    100% {
        opacity: 0;
    }
}

@keyframes txt2 {

    0%,
    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



/* End add to cart btn */
/*start submenu-items */
.allproduct-offcanvas .dropdown-menu {
    position: relative !important;
    top: 0px;
    border: none;
}

.sub-items-menu {
    position: relative !important;
    top: 0 !important;
}

.dropdown-submenu:hover .sub-items-menu {
    display: block !important;
    position: relative !important;
    top: 0 !important;
}

/* End submenu-items */
/* start  btn-orange css */
.btn-orange {
    padding: 13px 45px;
    border-radius: 16px;
    border: 1px solid transparent;
    color: #FFFFFF;
    background-color: var(--second-Webcolor);
    font-size: 16px;
    transition: all 0.15s linear;
}

.btn-orange:hover {
    background-color: rgba(29, 201, 160, 0.08);
    border-color: var(--second-Webcolor);
    color: white;
    transform: translateY(-5px) scale(1.05);
}

.btn-orange:active {
    background-color: transparent;
    border-color: var(--second-Webcolor);
    color: var(--second-Webcolor);
    transform: translateY(5px) scale(0.95);
}

.btn-orange:disabled {
    background-color: rgba(255, 255, 255, 0.16);
    color: #8E8E93;
    border-color: #8E8E93;
}

@media (max-width:767px) {
    .btn-orange {
        padding: 8px 15px;
        font-size: 13px;
    }
}

/* End   btn-orange css */

/* start btn-wishlist */
.card_box .badge-rate {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 9px;
    background: rgb(255, 255, 255);
    padding: 3px 12px;
    z-index: 1;
    color: rgb(64, 69, 83);

}



.btn-wishlist {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: white;
}

.btn-wishlist button {
    border: 0;
    background-color: white;
    width: 40px;
    height: 40px;
}

.button--full-width {
    min-width: 385px;
}

.icon-with-text {
    display: inline-flex;
    align-items: flex-start;
}

.icon-with-text__icon {
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: -2px;
}

.icon-svg--color-silver {
    fill: #555;
    color: #555;
}

.icon-svg--color-blue {
    fill: #FF0000;
    color: #FF0000;
}

.icon-svg {
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 14px;
}

.heart-full {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.btn__effect {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(25deg);
}

.effect-group .effect {
    display: block;
    position: absolute;
    top: 38%;
    left: 50%;
    width: 20px;
    transform-origin: 0px 2px;
}

.effect-group .effect:nth-child(2) {
    transform: rotate(72deg);
}

.effect-group .effect:nth-child(3) {
    transform: rotate(144deg);
}

.effect-group .effect:nth-child(4) {
    transform: rotate(216deg);
}

.effect-group .effect:nth-child(5) {
    transform: rotate(288deg);
}

.effect-group .effect:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border-radius: 1.5px;
    height: 3px;
    background: #FF0000;
}

.effect-group .effect:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10%;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: #ff6600;
    transform: scale(0, 0);
}

.active .heart-stroke {
    opacity: 0;
}

.active .heart-full {
    opacity: 1;
}

.active .icon-svg {
    -webkit-animation: bounceIn 0.5s linear;
    animation: bounceIn 0.5s linear;
}

.active .effect:before {
    -webkit-animation: fireworkLine 0.5s linear 0.1s;
    animation: fireworkLine 0.5s linear 0.1s;
}

.active .effect:after {
    -webkit-animation: fireworkPoint 0.5s linear 0.1s;
    animation: fireworkPoint 0.5s linear 0.1s;
}

.broken-heart {
    position: absolute;
    left: -16px;
    top: 0;
    opacity: 0;
}

.broken-heart--left {
    transform: rotate(0deg);
    transform-origin: 60% 200%;
}

.broken-heart--right {
    transform: rotate(0deg);
    transform-origin: 63% 200%;
}

.broken-heart--crack {
    stroke-dasharray: 15;
    stroke-dashoffset: 15;
}

.deactivate .broken-heart {
    opacity: 1;
}

.deactivate .broken-heart--left {
    -webkit-animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
    animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
}

.deactivate .broken-heart--right {
    -webkit-animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
    animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards, hide 0.25s ease-in 0.55s forwards;
}

.deactivate .broken-heart--crack {
    -webkit-animation: crack 0.2s ease-in forwards;
    animation: crack 0.2s ease-in forwards;
}

.button.one.desktop:not(.active):hover .heart-stroke {
    -webkit-animation: pulse 1s ease-out infinite;
    animation: pulse 1s ease-out infinite;
}

.button.two.desktop:not(.active):hover .heart-stroke {
    -webkit-animation: pulseBlue 1s ease-out infinite;
    animation: pulseBlue 1s ease-out infinite;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center center;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.15);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center center;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.15);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes pulseBlue {
    0% {
        transform-origin: center center;
        transform: scale(1);
        fill: #cccccc;
    }

    50% {
        transform: scale(1.15);
        fill: #FF0000;
    }

    100% {
        transform: scale(1);
        fill: #cccccc;
    }
}

@keyframes pulseBlue {
    0% {
        transform-origin: center center;
        transform: scale(1);
        fill: #cccccc;
    }

    50% {
        transform: scale(1.15);
        fill: #FF0000;
    }

    100% {
        transform: scale(1);
        fill: #cccccc;
    }
}

@-webkit-keyframes fireworkLine {
    0% {
        right: 20%;
        transform: scale(0, 0);
    }

    25% {
        right: 20%;
        width: 6px;
        transform: scale(1, 1);
    }

    35% {
        right: 0;
        width: 35%;
    }

    70% {
        right: 0;
        width: 4px;
        transform: scale(1, 1);
    }

    100% {
        right: 0;
        transform: scale(0, 0);
    }
}

@keyframes fireworkLine {
    0% {
        right: 20%;
        transform: scale(0, 0);
    }

    25% {
        right: 20%;
        width: 6px;
        transform: scale(1, 1);
    }

    35% {
        right: 0;
        width: 35%;
    }

    70% {
        right: 0;
        width: 4px;
        transform: scale(1, 1);
    }

    100% {
        right: 0;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes fireworkPoint {
    30% {
        transform: scale(0, 0);
    }

    60% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0, 0);
    }
}

@keyframes fireworkPoint {
    30% {
        transform: scale(0, 0);
    }

    60% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0, 0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(1);
    }
}

@-webkit-keyframes crackLeft {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@keyframes crackLeft {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes crackRight {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@keyframes crackRight {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes crack {
    0% {
        stroke-dasharray: 15;
        stroke-dashoffset: 15;
    }

    80% {
        stroke-dasharray: 15;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes crack {
    0% {
        stroke-dasharray: 15;
        stroke-dashoffset: 15;
    }

    80% {
        stroke-dasharray: 15;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* end btn-wishlist */
/* Start header css  */

.btn:focus,
input:focus {
    box-shadow: none !important;
}

.fixed-nav {
    background-color: white;
    color: black;
    /* Adjust text color as needed */
    top: 0;
    left: 0;
    z-index: 10000;
    position: sticky;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.5s ease;
    z-index: 100;
    background-color: white;
    /* background-color: var(--main-Webcolor); */
}

.section-navbar.sps--abv {
    top: 10px;
    transition: all 0.5s ease;
}

.section-navbar.sps--blw {
    z-index: 30;
    top: 0px;
    transition: all 0.5s ease;
}

.navbar .logo {
    height: 40px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.navbar .img-user {
    width: 45px !important;
    height: 45px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}


.nav-first .input-group-text.all {
    background-color: var(--main-Weblight) !important;
}

.nav-first .input-group-text.search {
    background-color: var(--main-Webcolor) !important;
    color: var(--main-Weblight);
    border: 1px solid var(--main-Webcolor);
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.button-fav {
    background-color: var(--second-Webcolor);
    color: var(--main-Weblight);
    padding: 0 !important;
    min-width: 22px;
    height: 22px;
    width: fit-content;
    
}

.nav-first .nav-item .btn i {
    font-size: 20px;
}

.nav-sec .nav-link {
    color: black;
    font-family: 'Questv1';
}

.nav-sec .dep {
    background-color: rgba(238, 238, 238, 1);
    color: rgba(0, 0, 0, 1) !important;
    font-size: medium;
}

.nav-sec .offers {
    font-size: small;
}

.Percent {
    background-color: red;
    color: white;
    width: 30px;
    font-size: 18px;
    height: 30px;
    border: 1px white dashed;
}

/* End header css  */


/*start  Products */
.card_box {
    background: rgba(221, 215, 255, 0.38);
    position: relative;
    cursor: pointer;
    transition: all .3s;
    border: 1px solid #ddd;
}

.card_box .price {
    color: black;
}

.card_box .title-product {
    color: #333;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    height: 40px;
    font-family: 'Rawy';
    font-size: 15px;
}


.card_box .ribbons {
    position: absolute;
    overflow: hidden;
    width: 120px;
    height: 120px;
    top: -10px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_box span.ribbons .discount {
    position: absolute;
    width: 120%;
    height: 30px;
    background-image: linear-gradient(45deg, var(--main-Webcolor) 0%, rgb(71 46 202 / 80%) 51%, var(--main-Webcolor) 100%);
    transform: rotate(-45deg) translateY(-30px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
    z-index: 1;
    font-size: 12px;
}

.card_box .ribbons::after {
    content: '';
    position: absolute;
    width: 10px;
    bottom: 0px;
    left: 0;
    height: 10px;
    z-index: -1;
    transform: translateY(-20px);
    box-shadow: 90px -90px var(--main-Webcolor);
    background-image: linear-gradient(45deg, var(--main-Webcolor) 0%, rgb(71 46 202 / 80%) 51%, var(--main-Webcolor) 100%);
}


.pragragh-card {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    color: #333;
    min-height: 40px;
}

.heart-card {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--main-Webcolor);
    color: white;
    font-size: 22px;
}

.btn-cart {
    background: rgba(255, 255, 255, 1) !important;
    padding: 9px 22px;
    border-radius: 15px;
}

.btn-cart:hover {
    background: transparent !important;
    border: 1px solid var(--main-Webcolor) !important;
    color: var(--main-Webcolor);

}

.btn-purple {
    padding: 5px 14px;
    background-color: var(--main-Webcolor);
    color: var(--white-color);
    border-radius: 6px;
    border: 1px solid transparent;
    font-family: 'Roboto';
    font-size: 25px;
    line-height: 43.5px;
    font-weight: 400;
    transition: all 0.15s linear;
}

.btn-purple:hover {
    background-color: rgba(29, 201, 160, 0.08);
    border-color: var(--main-Webcolor);
    color: var(--main-Webcolor) !important;
    transform: translateY(-5px) scale(1.05);
}

.btn-purple:active {
    background-color: transparent;
    border-color: var(--main-Webcolor);
    color: var(--main-Webcolor);
    transform: translateY(5px) scale(0.95);
}

.btn-purple:disabled {
    background-color: rgba(255, 255, 255, 0.16);
    color: #8E8E93;
    border-color: #8E8E93;
}



.card_box .img-card {
    object-fit: contain;
    aspect-ratio: 1/1;
    height: 150px;
    width: 100%;
    display: block;
    mix-blend-mode: multiply;
}


@media (max-width:768px) {

    .btn-purple {
        padding: 2px 10px;
        border-radius: 4px;
        font-size: 18px;
    }

    .head-cart {
        font-size: 22px;
    }

}

@media (max-width:768px) {
    .Products .row {
        justify-content: center !important;
    }
}

/*end Products */
/* viwe all btn  */
.cta {
    position: relative;
    /* margin: auto; */
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border-radius: 50px;
    background: var(--second-Webcolor);
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.cta svg {
    position: relative;
    top: 0;
    margin-right: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #000;
    stroke-width: 2;
    transition: all 0.3s ease;
    transform: rotate(180deg) translateX(5px);
}

.cta:hover:before {
    width: 100%;
    background: var(--second-Webcolor);
}

.cta:hover svg {
    transform: rotate(180deg) translateX(0);
}

.cta:active {
    transform: scale(0.95);
}

/* viwe all btn  */


.login-btn {
    width: 6.5em;
    height: 2.3em;
    margin: 0.5em;
    background: var(--second-Webcolor);
    color: white;
    border: none;
    border-radius: 0.625em;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid var(--second-Webcolor);
    margin: auto;
}

.login-btn:hover {
    color: var(--second-Webcolor);
}

.login-btn:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.login-btn:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


/* footer */
.bg-footer {
    background: url("../../images/footer.png") center center no-repeat;
    background-size: 100% 100%;
    padding-top: 200px;
}

.footer-logo {
    width: 150px;
}

.single-footer-widget .widget-title {
    margin-bottom: 1.5rem;
    font-weight: bold;
    color: white;
}

.single-footer-widget .footer_menu li a {
    display: block;
    font-size: 1rem;
}

.single-footer-widget .footer_menu li a:hover,
.single-footer-widget .footer_menu li a:focus {
    color: #91dcff;
}

.single-footer-widget .footer_menu li:last-child a {
    margin-bottom: 0;
}

.copywrite-text {
    font-size: 20px;
}

.footer_social_area a {
    border-radius: 50%;
    height: 40px;
    text-align: center;
    width: 40px;
    display: inline-block;
    background-color: #f5f5ff;
    line-height: 40px;
    -webkit-box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    margin-right: 10px;
    transition: .3s;
}

.footer_social_area a:hover {
    transform: translateY(-3px);
}

.footer_social_area a i {
    font-size: 20px;
}

.footer_social_area a.Facebook {
    color: #ffffff;
    background-color: #213a8d;
}

.footer_social_area a.twitter {
    color: rgb(255, 255, 255);
    background-color: black;
}

.footer_social_area a.linkedin {
    color: #ffff;
    background-color: #287ddf;
}

.footer_social_area a.youtube {
    color: #ffffff;
    background-color: #df2856;
}

.footer_social_area a.whatsApp {
    color: #ffffff;
    background-color: #4ddf28
}

.footer_menu .nav-item:hover {
    transition: .5s;
}

.footer_menu .nav-item:hover {
    margin-right: 5px;
    font-weight: bolder;
}

.border-footer {
    padding-left: 15px;
    border-left: 1px solid rgb(240, 240, 240);
}

.border-bottom-footer {
    border-bottom: 1px solid rgb(240, 240, 240);
}

.border-top-footer {
    border-top: 1px solid rgb(240, 240, 240);
    width: 70%;
    padding-top: 10px;
}

@media (max-width:992px) {
    .border-footer {
        padding-left: 0px;
        border-left: none;
    }

    .border-bottom-footer {
        border-bottom: none;
    }

    .border-top-footer {
        padding-top: 0px;
        border-top: none;
    }

    .footer_social_area a {
        height: 25px;
        width: 25px;
        line-height: 4px;
        padding: 0;

    }

    .footer_social_area a i {
        font-size: 18px;
    }
}

@media (max-width:600px) {

    .bg-footer {
        background: var(--main-Webcolor);
        padding-top: 10px !important;
        margin-top: 30px;
    }
}

.footer-dec {
    border-right: none !important;
    border-left: 1px solid white;
}

.footer-links .list-unstyled,
.footer-services .list-unstyled,
.footer-contact .list-unstyled {
    padding: 0 !important;
}

.footer-links .list-unstyled i,
.footer-services .list-unstyled i,
.footer-contact .list-unstyled i {
    margin-right: 0 !important;
    margin-left: 10px !important;
}

.footer-services {
    border-right: 1px solid white;

}

.footer-contact {
    border-left: none !important;

}

/* End footer css  */
/* srart form offcanvas section */
.offcanvas {
    transition: .3s !important;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    left: 50% !important;
    top: 50%;
    min-width: 30%;
    transform: translate(-50%, -50%) !important;

}

.offcanvas.offcanvas-top {
    height: fit-content !important;
    right: auto;
    border-radius: 20px;
}

.offcanvas-body h3 {
    color: black;
    margin-bottom: 30px;
}

.offcanvas-body .checkbox {
    color: black;
}

.offcanvas-body .checkbox a {
    color: black
}


.offcanvas-header {
    padding: 0;
}

.offcanvas-header button {
    width: 50%;
    border: none;
    padding: 20px;
    background-color: #EEEEEE;
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.offcanvas-header button:first-child {
    border-radius: 0px 20px 0 0;
}

.offcanvas-header button:last-child {
    border-radius: 20px 0px 0px 0px;

}


@media (max-width:768px) {
    .offcanvas.offcanvas-top {
        width: 95%;

    }

    .offcanvas-body {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .offcanvas-body h3 {
        margin-bottom: 10px !important;
    }



}

/* End form offcanvas */

/* start nav offcanvas */
.nav-offcanvas {
    height: 100vh !important;
    width: 40% !important;
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    transform: translate(400px) !important;
    background-color: var(--main-Webcolor);
    /* padding: 20px 0px; */

}

@media (max-width:786px) {
    .nav-offcanvas {
        height: 100vh !important;
        width: 70% !important;
    }

}

.nav-offcanvas.show:not(.hiding),
.nav-offcanvas.showing {
    /* left: auto !important; */
    right: -5px !important;
    left: auto !important;
    top: 0 !important;
    transform: translate(0%, 0%) !important;

}

.nav-offcanvas .offcanvas-header {
    color: black;
    background-color: white;
    padding: 5px 30px;
}

.nav-offcanvas .offcanvas-header a {
    color: red !important;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.nav-offcanvas ul {
    align-items: start !important;
    padding: 0 !important;
}

.nav-offcanvas ul li {
    padding: 0 20px;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    font-size: 20px;
}

.nav-offcanvas ul li a {
    color: white;
}

.nav-offcanvas ul li span {
    color: white !important;
}

/* End nav-offcanvas */
/* start cart-offcanvas offcanvas */
.cart-offcanvas {
    height: 100vh !important;
    width: 25% !important;
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    transform: translate(1000px) !important;
    background-color: white;
    /* padding: 20px 0px; */
}

@media (max-width:992px) {
    .cart-offcanvas {
        width: 40% !important;

    }
}

@media (max-width:786px) {
    .cart-offcanvas {
        height: 100vh !important;
        width: 80% !important;
    }


}

.cart-offcanvas.show:not(.hiding),
.cart-offcanvas.showing {
    right: -5px !important;
    left: auto !important;
    top: 0 !important;
    transform: translate(0%, 0%) !important;

}

.cart-offcanvas .offcanvas-header {
    color: black;
    background-color: white;
    padding: 5px 30px;
}

/* End cart-offcanvas */
/* start allproduct-offcanvas css */
.allproduct-offcanvas {
    height: 100vh !important;
    width: 250px !important;
    right: auto !important;
    right: -100% !important;
    top: 0 !important;
    transform: translate(1000px) !important;
    background-color: white;
    /* padding: 20px 0px; */
}

@media (max-width:992px) {
    .allproduct-offcanvas {
        width: 40% !important;

    }
}

@media (max-width:786px) {
    .allproduct-offcanvas {
        height: 100vh !important;
        width: 80% !important;
    }


}

.allproduct-offcanvas.show:not(.hiding),
.allproduct-offcanvas.showing {
    right: -5px !important;
    left: auto !important;
    top: 0 !important;
    transform: translate(0%, 0%) !important;
    width: 250px !important;
    min-width: 250px;

}

.allproduct-offcanvas .offcanvas-header {
    color: black;
    background-color: white;
    padding: 5px 30px;
}


.register-form p {
    font-size: 18px !important;
    font-weight: 300 !important;
}

.form-active {
    color: white !important;
    background-color: var(--main-Webcolor) !important;
    display: block;
}

.formDisplay {
    display: block;
}

.formhidden {
    display: none;
}

.form-active {
    color: white !important;
    background-color: var(--second-Webcolor) !important;
    display: block;
}



.remove-btn {
    right: auto !important;
    left: 0 !important;

}

.allProducts-offcanvas {
    width: 250px !important;
    min-width: 350px !important;
    background-color: white !important;

}

.sub-unit-drop {
    word-wrap: break-word;
    /* Handles long words */
    overflow-wrap: break-word;
    /* Handles overflow */
    white-space: pre-wrap;
    /* Preserves white space and wraps lines */
    font-size: 15px;
    font-weight: normal;
    text-align: right;
    padding-right: 0;
}

input[type=number]::-webkit-outer-spin-button {
    display: block;
}

/* End offcanvas section */


/* start whats btn phone btn top btn */





/* for all social containers*/
.socialContainer {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: .3s;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}

.tel {
    background-color: var(--main-Webcolor);
    bottom: 20px;
}

.whatsapp {
    background-color: #25D366;
    bottom: 70px;
}

@media (max-width:1400px) {
    .whatsapp {
        bottom: 163px;
    }

    .tel {
        bottom: 113px;
    }
}




.socialContainer:active {
    transform: scale(0.9);
    transition-duration: .3s;
}

.socialSvg {
    width: 17px;
}

.socialSvg path {
    fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/*  */


.top-arrow {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 20;
    background-color: rgb(247 146 41 / 70%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .5s;
}

.top-arrow:hover {
    background-color: var(--second-Webcolor);
}

.top-arrow i {
    color: white;
    font-size: 25px;
}

@media (max-width:768px) {
    .button2 {
        background: transparent !important;
        border: none;
        box-shadow: none;
        width: fit-content !important;

    }

    .button2 span {
        display: none;
    }

    .phone-icons {
        font-size: 25px !important;
        width: 35px !important;
        height: 35px !important;


    }

    .btn-call,
    .btn-call1 {
        padding: 0 !important;
    }

    .button2 {
        right: 5px !important;
    }

}

.whats-icons {
    color: #ffffff !important;
    background-color: #4ddf28 !important;
    font-size: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-icons {
    color: black !important;
    background-color: white !important;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px #ffffff;

}

/* end whats btn phone btn top btn */
/* strat wish-product */
.wish-product,
.cart-product {
    padding: 5px;
}

.cart-product .row,
.wish-product .row {
    background-color: #f8f8f8;
    padding: 20px 10px;
    border-radius: 30px;
}

.cart-offcanvas .offcanvas-header {
    color: var(--second-Webcolor);
}

.wish-product img,
.cart-product img {
    object-fit: contain;
    height: 80px;
    aspect-ratio: 1 / 1;
    mix-blend-mode: multiply;
}



.cart-product img {
    height: 150px;
    mix-blend-mode: multiply;
}

.wish-product-dec {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.wish-product .CartBtn {
    background-color: white
}

.Complete-btn {
    background-color: var(--second-Webcolor) !important;
}

@media (max-width:768px) {
    .wish-product img {
        object-fit: contain;
        height: 150px;
        aspect-ratio: 1 / 1;
    }


}

/* End wish-product */
.star {
    /* color: #38ae04; */
    color: #ffd43b;
}

.orange {
    color: var(--second-Webcolor);
}

.navbar {
    position: relative;
}

/* allproductMenue */
.allproduct-menue {
    position: absolute;
    width: 80%;
    transform: translateX(-50%);
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 105%;
    left: 50%;
    background-color: white;
    padding: 10px 20px;
    transition: 0.3s;
}

/*start submenu-items */
.input-group .dropdown-menu {
    width: 100%;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    border-radius: 0;
    text-align: right;
}

.input-group .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #e7e7e7;
    color: #444;
}

.allproduct-menue .dropdown-menu {
    position: relative !important;
    top: 0px;
    border: none;
}

.allproduct-menue .allproduct-menue-links {
    word-wrap: break-word;
    /* Handles long words */
    overflow-wrap: break-word;
    /* Handles overflow */
    white-space: pre-wrap;
    text-align: right;
}

.sub-items-menu {
    position: relative !important;
    top: 0 !important;
}

.dropdown-submenu:hover .sub-items-menu {
    display: block !important;
    position: relative !important;
    top: 0 !important;
}


/* allproductMenue */
.cd-cart__delete-item {
    margin-right: var(--space-sm);
}

.cd-cart__actions {
    flex-direction: row-reverse;
}

.cd-cart__quantity label {
    margin: 0 0 0 10px;
}

.cd-cart__select select {
    width: 100px;
    padding-right: 10px;
    background-position: left .75rem center;
}

.cd-cart__checkout span,
.cd-cart__count li {
    font-family: 'Questv1';
}

/* start btn delete  */
.bin-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: rgb(255, 95, 95);
    cursor: pointer;
    border: 3px solid rgb(255, 201, 201);
    transition-duration: 0.3s;
}

.bin-bottom {
    width: 14px;
}

.bin-top {
    width: 14px;
    transform-origin: right;
    transition-duration: 0.3s;
}

.bin-button:hover .bin-top {
    transform: rotate(45deg);
}

.bin-button:hover {
    background-color: rgb(255, 0, 0);
}

.bin-button:active {
    transform: scale(0.9);
}

/* end btn delete  */


/*  */

.categorys {
    /* margin-right: 10px; */
    transform: translateX(-30px);
}

.categorys,
.products-name {
    font-size: 15px;
    position: relative;
    color: #666;

}

.categorys::before,
.products-name::before {
    content: "";
    position: absolute;
    background-color: #999;
    width: 10px;
    height: 10px;
    right: -5px;
    top: 0;
    border-radius: 2px;
    /* box-shadow: #fff -5px 5px 0, var(--second-Webcolor) -5px 5px 0px 1px; */
    transform: translate(100%, 50%);
    transition: 0.5s ease;
}

.allproduct-menue .product-img {
    width: 100%;
    height: 200px;
    aspect-ratio: 1/1;
    object-fit: contain;
}



.products {
    display: none;
    /* Hide all product containers by default */
    margin-top: 20px;
}

.products.active {
    display: block;
    /* Show active product container */
}


.checkout-info .cd-cart__product {
    opacity: 1;
    transform: translateX(0px) !important;
}

.checkout-info .truncate {
    text-align: right;
}

.cd-cart__product a {
    text-align: right;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.fl-main-container[data-position$=-right] {
    right: auto !important;
    left: .5em;
}

.fl-main-container[data-position$=-right] .fl-container {
    /* transform: translateX(-110%) !important; */
}

.nav-contant {
    background: var(--main-Webcolor);
    border-radius: 12px;
    height:fit-content;

}

.offcanvas-header.d-flex.justify-content-center.align-items-center {
    background: var(--main-Webcolor);
    border-bottom: 1px solid white;
}

@media (max-width:768px) {
    .allproduct-menue-btn {
        display: none !important;
    }
}

.allright-p {
    color: rgb(247 146 41) !important;
}

/* .najez-soft{
    color: var(--second-Webcolor);
}
.najez-soft:hover {
    color: #fff;
} */
@media (max-width: 768px) {
    .dropdown-item {
        font-size: 14px !important;
    }
}

.user-name {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

@media (max-width: 500px) {
    .navbar .img-user {
        width: 30px !important;
        height: 30px;
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }

    .dropdown-item {
        font-size: 13px !important;
    }
}

#myDropdown {
    width: 100%;
    position: absolute;
    z-index: 10000;
    display: none;
    max-height: 356px;
    overflow-y: scroll;
}
@media (max-width: 768px) {
    #myDropdown {
        width: 100%;
        position: absolute;
        z-index: 10000;
        display: none;
        max-height: 287px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
.toggle-button{
    height: fit-content;
}

.google-redirect{
    border: 1px solid #e4e4e4;
    padding: 10px;
    border-radius: 1.625rem;
}