:root {
    --main-site: rgba(119, 71, 86, 1);
    --sec-site: rgba(252, 226, 226, 1);

}

main {
    margin-top: 170px;
}

body {
    /* background-image: url("../../images/main-back.webp"); */
    background-position: center;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;

}

*:lang(ar) {
    direction: rtl;
}

@font-face {
    font-family: serif-pro;
    src: url("../../webfonts/source-serif-pro.regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: droid;
    src: url("../../webfonts/Droid.Arabic.Kufi_DownloadSoftware.iR_.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Aboreto;
    src: url("../../webfonts/Aboreto-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Hubballi;
    src: url("../../webfonts/Hubballi-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Fraunces;
    src: url("../../webfonts/Fraunces-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    /* Ø¥Ø¹Ø¯Ø§Ø¯ font-display */
    font-display: swap;
    /* ÙŠØªÙŠØ­ Ù„Ù„Ù†Øµ Ø£Ù† ÙŠØ¸Ù‡Ø± Ø¨Ø³Ø±Ø¹Ø© ÙˆÙ…Ù† Ø«Ù… ÙŠØªÙ… ØªØ­Ù…ÙŠÙ„ Ø§Ù„Ø®Ø· */
}


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

}

h1:lang(ar),
h2:lang(ar),
h3:lang(ar),
h4:lang(ar),
h5:lang(ar),
h6:lang(ar),
.fs-1:lang(ar),
.fs-2:lang(ar),
.fs-3:lang(ar),
.fs-4:lang(ar),
.fs-5:lang(ar) {

    font-family: droid;
}

a,
li {
    font-family: Fraunces;

}

.z-3 {
    z-index: 3;
}


.second_hed {
    position: relative;
    /* */
    background-color: #fff;
}

.second_hed .dropdown-item:lang(ar) {
    text-align: right;
}

.second_hed .dropdown-item.active,
.second_hed .dropdown-item:active {
    background-color: white;

}

a:lang(ar),
li:lang(ar) {
    font-family: droid;

}


@media (min-width: 900px) {
    .nav-hidden .navbar {
        /* visibility: hidden;

 */
        transition: all 0.5s ease;

        transform: translateY(-100%);
        visibility: hidden;
    }

    .nav-hidden .bar_nav {
        display: block !important;
        color: black;

    }
}

@media (max-width: 900px) {
    .bar_nav {
        display: none !important
    }

    .nav-hidden .bar_nav {
        display: none !important
    }

}

.navbar .dropdown-menu .nav-link,
.second_hed .dropdown-menu .nav-link {
    color: #000;
    border-right: 1px solid white;
    padding: 5px;
}


@media (min-width: 1024px) {

    .navbar .dropdown-menu.show,
    .second_hed .dropdown-menu.show {
        top: 120% !important;

    }

    .navbar .dropdown-menu li,
    .second_hed .dropdown-menu li {
        /* z-index: -1!important; */

    }

    .navbar .dropdown-menu,
    .second_hed .dropdown-menu {
        transition: all 500ms linear;
        top: 120%;
        z-index: -4 !important;
        width: 100%;
        overflow: auto;
    }

    .navbar .dropdown-menu .nav-link,
    .second_hed .dropdown-menu .nav-link {
        color: #000;
        transition: all 500ms linear;

    }

    .navbar .dropdown-menu .nav-link.active,
    .second_hed .dropdown-menu .nav-link.active {
        color: black;
        background-color: #ffffff;
    }

    .second_hed .dropdown:hover .dropdown-menu,
    .navbar .dropdown:hover .dropdown-menu {
        display: block !important;
        top: 100% !important;
        /* transform: translateY(0px); */
        transition: all .5s linear;
        opacity: 1;
        /* Make it invisible */
        visibility: visible;
        /* Ensures it doesn't interfere when hidden */
        z-index: 1 !important;

    }

    .dropdown-menu[data-bs-popper] {
        left: unset !important;
    }

    .dropdown-menu[data-popper-placement] {
        /* position: unset!important;
    inset: unset !important;
    margin:unset !important; */
        left: unset !important;

        transform: unset !important;
    }
}

.nav-link:lang(ar) {
    text-align: right !important;
}

.navbar .btn {
    width: fit-content;
}

.navbar {
    background: #fff;

}


.navbar .nav-link {
    color: black !important;
    font-size: 18px;
    font-weight: 400;

}

.navbar {
    z-index: 2;
}

.nav_content {
    background: linear-gradient(90deg, #ffffff 0%, rgb(255, 255, 255) 100%);
}

.nav-hidden .x_button {
    color: black;

}

.navbar .nav-link.active {
    color: white;
    text-decoration: underline;
    font-weight: 600;
    text-underline-offset: .3rem;

}

.object-fit-contain {
    object-fit: contain;
}

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

.header-content {
    z-index: 1000;
    /* background-color: white; */
    transition: all 0.5s ease;
    top: 0;
}


.nav-hidden {
    top: -40px;
}


@media (max-width: 900px) {
    .navbar .show {
        display: block !important;
        background-color: transparent;
    }

    .navbar .sidebar {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        background-color: #000000bd;
        transition: transform 0.3s ease;
    }

    .navbar .sidebar:lang(en) {
        left: 0;
        right: unset;
    }

    .navbar .sidebarinner {
        padding: 30px 20px;
        width: 50% !important;
        background-color: #231E1B;
        height: 100%;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .navbar .close-btn:lang(en) {
        right: 10px;
        left: unset;


    }

    .navbar .nav-link {
        color: white !important;
        font-size: 18px;
        font-weight: 400;

    }


    .navbar .close-btn {
        position: absolute;
        top: 33px;
        left: 20%;
        background: none;
        border: none;
        color: #ffffff;
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .navbar .sidebarinner {
        width: 85% !important;

    }

}

.first_hed .socials_nav i {
    color: #fff;
    font-size: 20px;

}


.first_hed {
    background-color: black;
    min-height: 40px;
}

/* .second_hed {

} */
.wishlist-count,
.cart-count {
    width: 20px;
    height: 20px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: x-small;
    color: #fff;

}

.second_hed .logo_name {
    color: #000;
}

.second_hed .search {
    position: relative;
    height: 100%;
}

.second_hed .search input {
    width: 40px;
    height: 40px;
    right: calc(50% - 25px);
    top: 0;
    padding: 0 25px;
    border: 0;
    border-radius: 25px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    box-shadow: 0 5px -23px 0 rgba(0, 0, 0, 0.1),
    0 1px 28px 0 rgba(0, 0, 0, 0.2),
    0 0 40px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    width: 100%;
    right: 0;
    box-shadow: 0px 0rem 1rem rgba(0, 0, 0, .15) !important;
}

.second_hed .search button {
    width: 40px;
    height: 40px;
    /* right: calc(50% - 25px); */
    top: 0;
    margin: auto;
    background: #ffffff;
    color: rgb(232 70 70 / 98%);
    font-size: 15px;
    border: 0;
    border-radius: 50%;
    /* box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.0), 0 5px 55px 0 rgba(0, 0, 0, 0.0); */
    cursor: pointer;
    transition: all 0.5s;
    /* right: 0; */
    /* box-shadow: inset 0px 1px 28px 0 rgba(0, 0, 0, 0.3), 0 5px 55px 0 rgba(0, 0, 0, 0.2); */
}

.second_hed .login {
    color: black;
}

/* .second_hed .search input:focus,
.second_hed .search input:active,
.second_hed .search:hover input {
    width: 90%;
    right: 0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
} */
/*
.second_hed .search input:focus+button,
.second_hed .search input:active+button,
.second_hed .search:hover button {
    right: 0;
    box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.3), 0 5px 55px 0 rgba(0, 0, 0, 0.2);
} */


@media (max-width: 600px) {

    .second_hed .search input {
        width: 100%;

    }

}

.empty-cart {
    color: rgb(0 0 0);
}

#wish_offcanvas {
    /* background-image: url("./../../images/wish_bg.webp"); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    background: #fff;
}



.product_fav {
    background-color: #fff;
}

#wish_offcanvas .change_quantity,
#cart-products .change_quantity {
    border: 2px solid rgb(0 0 0);
    width: fit-content;
}

#wish_offcanvas .change_quantity span,
#cart-products .change_quantity span {
    color: black;
}

#wish_offcanvas .price,
#cart-products .price {
    color: rgb(0 0 0);
}

#wish_offcanvas .offcanvas-body,
#cart-products .offcanvas-body {
    border-top: 1px solid rgb(0 0 0);
}

#offcanvasNavbar .offcanvas-end {
    width: 300px;
}


#wish_offcanvas .offcanvas-title,
#cart-products .offcanvas-title {
    color: rgb(0 0 0);
}

#cart-products .cart_btn {
    background: #fff;
}

/* #wish_offcanvas .btn,
#cart-products .btn {
    color: black;
} */

.wish-list {
    background-color: rgb(0 0 0);
    color: white;
    border: 2px solid rgb(0 0 0);
}

.wish-list:hover {
    background-color: #fff;
    color: rgb(0 0 0);
}

#wish_offcanvas .product_img,
#cart-products .product_img {
    filter: drop-shadow(-3px -5px 0px black);
    background-color: #fff;
    border-right: 6px solid rgb(0 0 0);
    border-radius: 1.25rem;
}

.canvas-color {
    /* background-image: url(./../../images/wish_bg.webp); */
    /* background-size: cover; */
    /* background-color: #ffffff; */
}

.wishlist p {
    color: var(--main-site);
}

.wishlist p {
    color: rgb(0 0 0);
}

.btn_shop {
    color: white;
    background-color: rgb(0 0 0);
    padding: 10px;
    border-radius: 8px;
}

#wish_offcanvas .wish-list {
    background-color: rgb(0 0 0);
    color: white;
}

.offcanvas-header .cart-list {
    background-color: rgb(0 0 0);
    color: white;
}

#cart .offcanvas-cart {
    color: rgb(0 0 0);
    font-weight: 600;
}

#cart .offcanvas-body {
    border-top: 1px solid rgb(0 0 0);
}

.offcanvas-header .cart_icon {
    color: rgb(0 0 0);
}

.Checkout_button {
    background-color: rgb(0 0 0);
    color: white;
    border-radius: 7px;
}

.offcanvas-footer .Total {
    color: rgb(0 0 0);
    font-weight: 700;
}


.products .img img,
.best_selling .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.products .img,
.best_selling .img {
    /* background-color: rgba(255, 245, 245, 1); */
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.products .card_svg1,
.best_selling .card_svg1 {
    position: absolute;
    left: -3px;
    color: #E26980;
    font-size: 27px;
    top: 7%;

}

.products .card_svg2,
.best_selling .card_svg2 {
    position: absolute;
    left: -6px;
    top: 19%;
    color: #fff;
}


.products .card_svg2 i,
.best_selling .card_svg2 i {
    padding: 2px 3px;
    border-radius: 4px;
    color: #E26980;
    font-size: 23px;
}

.products .fav,
.best_selling .fav {
    position: absolute;
    top: 6%;
    right: 3%;
    font-size: 18.5rem !important;
    /* color: #E26980; */
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: "Font Awesome 6 Free" !important;
    /* background: #fff; */
}

.products .fav i,
.best_selling .fav i {
    font-family: "Font Awesome 6 Free" !important;

}

.products .star,
.best_selling .star {
    color: #000000;
}

.desc {
    color: #000;
    font-weight: 400;
    /* text-align: right; */
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 20px;
}

.product_catg  {
    color: #000;
    font-weight: 700;
    /* text-align: right; */
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 1.15rem !important;
}


.products .form-select {
    border: 0;
    border-bottom: 2px solid var(--main-site);
    border-radius: 0;
    background-color: transparent;
}

.products .price,
.best_selling .price {
    color: rgba(226, 105, 128, 1);
}

.products .more_link:lang(en),
.best_selling .more_link:lang(en) {
    flex-direction: row-reverse;
}

.products .more_link:hover,
.best_selling .more_link:hover {
    color: rgba(226, 105, 128, 1) !important;
}

.products .circles i,
.best_selling .circles i {
    font-size: 5px;
}

.products .arrow,
.best_selling .arrow {
    font-size: 15px;
}

.products .main_img2,
.best_selling .main_img2 {
    display: none;
    transition: 1s;
}

.products .img-hover:hover .main_img2,
.best_selling .img:hover .main_img2 {
    display: block;
    transform: rotateX(360deg);
    /* transform: scale(1.3); */


}

.products .img-hover,
.products .img,
.best_selling .img-hover,
.best_selling .img {
    width: 100%;
    height: 294px;
    /* border-bottom: 1px solid #000; */
    /* padding-left: 42px; */
}

.products .img-hover:hover .main_img,
.best_selling .img-hover:hover .main_img {
    display: none;
}

.products .btn_more {
    border-radius: 10px;
    background-color: var(--main-site);
    color: #fff;
    /* width: 56%; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: fit-content;
}

.products .rate,
.best_selling .rate {
    background-color: #fff;
    width: fit-content;
    position: absolute;
    left: 3%;
    bottom: -12px;
}

.products .rate:lang(ar),
.best_selling .rate:lang(ar) {
    left: unset;
    right: 3%;
}

.products .change_quantity,
.best_selling .change_quantity {
    display: none;

}

.best_cell {
    background-color: #e23737;
    color: #fff;
    position: absolute;
    top: 9%;
    left: 0%;
    z-index: 3;
}

.products .cart_btn:focus,
.best_selling .cart_btn:focus {
    padding: 0 !important;
}

.products .cart_btn:focus .change_quantity,
.best_selling .cart_btn:focus .change_quantity {
    display: flex;

}

.products .card_added,
.best_selling .card_added {
    background-color: black !important;
    color: #fff !important;

}

.products .card_added i,
.best_selling .card_added i {
    color: #fff !important;

}

.products .card_added,
.best_selling .card_added {
    padding: 0 !important;

}

.products .card_added .change_quantity,
.best_selling .card_added .change_quantity {
    display: flex;
    width: fit-content;
    background-color: black;

}

.spinner-border {
    width: 1rem;
    height: 1rem;
    border: .25em solid rgb(0, 0, 0);
    border-right-color: transparent;

}

#more_another_products span {
    color: #000;
    font-weight: bold;
}

.products .card_added .cart_icon,
.best_selling .card_added .cart_icon {
    display: none;

}

.products .cart_btn:focus .cart_icon,
.best_selling .cart_btn:focus .cart_icon {
    display: none;

}

.products .cart_btn,
.best_selling .cart_btn {
    color: #ffffff;
    background-color: #000000;
    width: fit-content;
    position: absolute;
    right: 3%;
    bottom: -25%;
    padding: 2px;
    transition: all .5s ease;
}

.products .cart_btn i,
.best_selling .cart_btn i {
    color: #ffffff;
}

.products .cart_btn:lang(ar),
.best_selling .cart_btn:lang(ar) {
    right: unset;
    left: 3%;
}

.latest_news {
    background: #000000;
    color: #fff;
    text-align: center;
}

.change_quantity span {
    color: #fff;
}

.products .cart_btn:active {
    color: #fff;
    background-color: var(--main-site);
}


.products .hed_back {
    background-color: black;
    width: fit-content;
    border-radius: 0px 70px 0px 70px;
    color: #fff;

}

/*footer*/
footer {
    position: relative;
    /* background-image: url(./../../images/Burgers.png); */
    background-size: contain;
    /* background-position: top; */
    background-color: #000000;
    background-repeat: no-repeat;
}

footer .box-img img {
    height: 110px;
    object-fit: contain;
}

.rights {
    background-color: rgba(36, 36, 36, 1);
}

a {
    text-decoration: none;
}

.social-icon {
    display: flex;
    transform-style: preserve-3d;
}

.social-icon li span {
    font-size: 26px;
}

.contact_icon i {
    color: #fff;
    font-size: 24px;
}

.social-icon .fac span {
    color: #3B5998;
}

.social-icon .whatsapp span {
    color: #14db3d;
}

.social-icon .twitter span {
    color: #000;
}

.social-icon .instagram span {
    color: #EA6E96;
}

.social-icon .linkedin span {
    color: #007bb5;
}

footer ul {
    padding-left: 0;
}

footer li {
    list-style: none;
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.bi {
    margin-right: 8px;
}


.bord_side {
    border-right: 2px solid #000000;
}


.bord_side:lang(en) {
    border-left: 2px solid #000000;
    border-right: unset;
}

.beautycosmetics {
    font-weight: bold;
    color: #ffffff;
    font-size: 1.8rem;
}

footer .Categories {
    color: #ffffff;
    position: relative;
    padding-bottom: 6px;
    width: fit-content;
    margin: 0;
}

footer .Categories::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}


.brands {
    display: contents;
}

/* offcanvas */

.text_main_color_site {
    color: black;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 17px !important;
    font-weight: 400;
}

.text-mai-color-site {
    color: black;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 16px !important;
    font-weight: 600;
}

.btn_shop:hover {
    color: white;
}


.button_up {
    position: fixed;
    bottom: 80px;
    left: 10px;
    z-index: 99;
}

.button_up:lang(en) {
    right: 20px;
    left: unset;
}

.button_up .btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid black;
    background-color: black;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_up .btn:hover {
    background-color: #fff;
    color: var(--main-site);
}

.button_social {
    position: fixed;
    flex-direction: column;
    right: 5px;
    z-index: 100;
    bottom: 220px;
}

.button_social:lang(en) {
    left: 20px;
    right: unset;
}

.button_social .whats {
    background-color: #29a71a;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.button_social .insta {
    background-color: rgb(254 51 99);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
    transform: rotate(0) scale(1);
    opacity: 1;
    transition-delay: 70ms;

}

.fixed_nav {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
}

.fixed_nav .content {
    position: relative;
}

.fixed_nav .nav-link,
.fixed_nav .login {
    color: #000 !important;
}

.nav-house {
    color: #ffffff !important;

}

.nav_after {
    position: relative;
}

.nav_circ {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0px, -5px);
    z-index: 1;
}

.nav_after::after {
    position: absolute;
    content: "";
    width: 100%;
    min-height: 78px;
    background-color: #ffffff;
    border-radius: 50%;
    top: -24px;
    left: 0%;
    z-index: -1;

}

.register-form select,
.register-form .login-form textarea,
.register-form .login-form input,
.register-form textarea,
.register-form input {
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
}

.register-form select,
.register-form .login-form textarea:focus,
.register-form .login-form input:focus,
.register-form textarea:focus,
.register-form input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.register-form select,
.register-form select option {
    color: #000 !important;
}

.register-form .login-form .submit,
.register-form .submit {
    border: 1px solid #000000;
    padding: 6px 15px;
    width: 120px;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    transition: .3s;
}

.register-form .login-form .submit:hover,
.register-form .submit:hover {
    color: #fff;
    background-color: #774756;
}

.register-form .register-btn,
.register-form .rest {
    width: fit-content;
    font-size: 13px;
}

.nav-hidden .navtoggle {
    transform: translateY(-63px) !important;
}

.Checkout_button:hover,
.Checkout_button:focus {
    background-color: rgb(0 0 0);
    color: white;
    border-radius: 7px;
}

.toast_note {
    background-color: #f9c2c2;
    color: white;
    border-radius: 10px;
}

.toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s ease, bottom 0.5s ease;
    z-index: 10000000000;
}

.toast.show {
    opacity: 1;
    bottom: 30px;
}


.link {
    /* font-size: 2rem; */
    /* font-weight: bold; */
    text-decoration: none;
    position: relative;
    width: 100%;
    color: #000000;
    border-color: #000000;
    background: transparent;
    border: 1px solid;
    padding: 9px 9px;
    font-size: 16px;

}

.link:hover {
    border: 1px solid #000000;
    box-shadow: 0 0 5px 0px #000000;
    font-size: 16px;
    line-height: 1.65;
    background: #000;
    color: #000;
    padding: 6px 20px;
    min-width: 140px;
    display: inline-block;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    background-color: white;
}


.link span,
.link i {
    position: relative;
}

.link i:lang(ar) {
    margin-left: 0.5em;
    transform: translateX(-7px);
    transform: scaleX(-1);
}

/* .link .color:lang(ar) {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background-color: rgb(255 203 203);
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: -25% !important;
} */

.wrapper-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.link i:lang(en) {
    margin-left: 0.5em;
    transform: translateX(-7px);
    /* transform: scaleX(-1); */
}

/* .link .color:lang(en) {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background-color: rgb(255 203 203);
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -14% !important;
} */
#wishlist-products .add-to-cart {
    border: 1px solid black;
}

#wishlist-products .cart_added {
    display: none;

}

#wishlist-products .card_added .add-to-cart {
    background-color: black;
    color: #fff;
}

#wishlist-products .card_added .add-to-cart .cart_added {
    display: block !important;
}

#wishlist-products .card_added .add-to-cart .cart_icon {
    display: none;
}

.arrow-more:lang(ar) {
    transform: scaleX(-1);
}

.arrow-more:lang(en) {
    transform: scaleX(1);
}

.color-white {
    color: #fff !important;
}


@media (max-width: 900px) {

    #wish_offcanvas,
    .offcanvas.show {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 85% !important;
    }

    .email_space {
        margin-bottom: 48px;
    }


    .products .img-hover, .products .img, .best_selling .img-hover, .best_selling .img {
        width: 100%;
        height: 150px;
    }

    .products .cart_btn, .best_selling .cart_btn {
        color: #ffffff;
        background-color: #000000;
        width: fit-content;
        position: absolute;
        right: 3%;
        bottom: -64%;
        padding: 2px;
        transition: all .5s ease;
    }

    .link {
        text-decoration: none;
        position: relative;
        width: 94%;
        color: #000000;
        border-color: #000000;
        background: transparent;
        border: 1px solid;
        padding: 4px 9px;
        font-size: 16px;
    }


    .text_main_color_site {
        color: black;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow-y: clip;
        -webkit-box-orient: vertical;
        font-size: 17px !important;
        font-weight: 400;
        height: 47px;
    }

}

.video-group {
    object-fit: cover;
    border-radius: 12px;
}

@media (max-width: 500px) {
    .video-grid {
        display: block;

    }

    .video-group {
        width: 170px !important;
        height: 280px !important;
    }
}

.visit-instagram {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    text-align: center;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    box-sizing: border-box;
    padding: 16px 48px 16px 48px;
    margin: 12px 0px 0px 0px;
    background-color: #000000;
    border: none;
    width: auto;
    text-transform: unset;
    letter-spacing: 0;
    border-radius: 12px;
    width: fit-content;
    margin: auto;
}

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