:root {
    --sec_site: rgba(67, 159, 54, 1);
    --main_site: rgba(26, 48, 81, 1);
    --main-transition: 0.6s;
}

a {
    text-decoration: none;
}

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

@font-face {
    font-family: "GE-Dinar";
    src: url("./../../webfonts/ar/GE-Dinar-Two-Medium_1E.otf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hamdy";
    src: url("./../../webfonts/ar/Hamdy-v1-Bold.ttf");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "ae_AlHor";
    src: url("./../../webfonts/ar/ae_AlHor.ttf");
    font-weight: 700;
    font-display: swap;
}

* {
    font-family: Cairo;
}

p,
ul,
li,
a,
p,
span {
    font-family: Cairo;
}

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

.header-content {
    position: fixed;
    top: 0px;
    transition: top ease-out .3s;
    width: 100%;
    z-index: 1000;
}

main {
    margin-top: 112px;
}

@media (max-width:786px) {
    main {
        margin-top: 10px;
    }
}

.header {
    background-color: #fff;
}

.header input {
    background-color: #fff;
    border-radius: none;
}

.header .img_logo {
    height: 54px;
}

.header .btn_cat.input-group-text {
    background-color: #80808029;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-right: 2px solid #ced4da !important;
    padding: 10px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-left: 0px !important;
}

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

.header .btn_cat button {
    background-color: rgba(255, 255, 255, 1);
    border: 0px;
}

.btn_search button,
.header .btn_cat button:active,
.header .btn_cat button:hover,
.header .btn_cat button:focus {
    border: 0px !important;
}

.btn_search button {
    border: 0px !important;
}

.header .dropdown-toggle::after {
    color: var(--main_site);
}

.header .phone {
    color: #000;
    font-size: 14px;
}

.header .btn_search.input-group-text {
    background-color: var(--sec_site);
    border: 0 !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    padding: 10px;
}

.btn-menu {
    color: var(--sec_site);
}

.header .input-group {
    flex-direction: row-reverse;
    direction: rtl;
}

@media (max-width:768px) {
    .contact-info {
        display: none;
    }
}

.contact-info i {
    color: rgb(0 0 0);
}

.contact-info a {
    transition: .3s;
}

.contact-info a:hover {
    color: var(--main_site);
}

.btn-menu {
    border: 0 !important;
    font-size: 25px;
    color: #fff;
}

.btn-menu:hover {
    color: #fff !important;
}

@media (max-width:567px) {
    .form-search {
        margin-top: 5px !important;
    }
}

nav .nav-link {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    nav .nav-link {
        font-weight: normal !important;
    }
}

.navbar {
    z-index: 1000;
    height: 61px;
}

@media (max-width: 567px) {
    .navbar {
        z-index: 1000;
        height: 100%;
    }
}

nav {
    background-color: var(--main_site);
}

.nav .navbar-nav {
    min-width: 60%;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.nav-link:hover,
.navbar-nav .nav-item:hover {
    color: var(--sec_site) !important;
}

.en-icon {
    display: block;
    position: relative;
    color: white;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
}

.en-global {
    color: white;
    font-size: 14px;
}

@media (max-width: 1280px) {
    .en-icon {
        display: block;
        position: relative;
        color: white;
        transition: 0.3s;
        font-size: 15px;
        font-weight: 600;
        transform: translateX(0);
    }

    .en-global {
        color: white;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .en-icon {
        display: block;
        position: relative;
        color: white;
        transition: 0.3s;
        font-size: 15px;
        font-weight: 600;
        transform: translateX(0);
    }

    .en-global {
        color: white;
        font-size: 14px;
    }
}

@media (max-width: 820px) {
    .en-icon {
        display: block;
        position: relative;
        color: white;
        transition: 0.3s;
        font-size: 15px;
        font-weight: 600;
        transform: translateX(0);
    }

    .en-global {
        color: white;
        transform: translate(0);
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .en-icon {
        display: block;
        position: relative;
        color: white;
        transition: 0.3s;
        font-size: 15px;
        font-weight: 600;
        transform: translateX(0);
    }

    .en-global {
        color: white;
        transform: translate(0);
        font-size: 14px;
    }
}


.btn_cart {
    color: #fff;
}

.btn_cart:hover {
    color: rgba(251, 199, 17, 1);
}

.btn_fav:hover {
    color: rgba(251, 199, 17, 1);
}

.btn_fav {
    color: white;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    width: 28px;
    height: 28px;
}

.num_cart {
    width: 24px;
    height: 24px;
    background-color: var(--sec_site);
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    bottom: 0;
    width: 100%;
}

footer {
    position: relative;
    width: 100%;
}

footer .fot_img {
    transform: scaleX(-1);
    height: 200px;
}

.fot {
    background-color: var(--main_site);
}

.rights {
    background-color: var(--sec_site);
}

.img-top {
    position: absolute;
    top: 65px;
    left: 10%;
}

footer .img-top img {
    width: 214px;
    height: 86px;
    object-fit: contain;
}

footer .img_footer {
    width: 180px;
    margin: auto;
}

@media (max-width:768px) {

    footer .fot_img,
    .img-top {
        display: none;
    }
}

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

.social_icon .facebook {
    background-color: rgb(24 119 242);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.social_icon .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%;
}

.social_icon .linkedin {
    background-color: rgb(0 122 185);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.social_icon .twitter {
    background-color: rgb(3 169 244);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.bord_side {
    border-left: 2px solid #fff;
    padding-left: 20px;
}

@media (max-width:768px) {
    .bord_side {
        border-right: 0px;
        border-bottom: 2px solid #fff;
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .bord_side div {
        border-bottom: 0px !important;
    }
}

.bord_side a {
    color: #fff;
}

footer .contact_icon i {
    color: var(--main_site);
}

footer .contact_icon {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
}

.drop_products {
    background-color: #fff;
}

.drop_products .hed {
    color: var(--main_site);
}

.drop_products .desc {
    color: var(--main_site);
    font-size: 20px;
    text-align: justify;
}

.drop_products .btn_nav {
    background-color: white;
    color: var(--main_site);
    border: 1px solid var(--sec_site);
    border-radius: 10px;
}

.drop_products .products_category {
    background-color: rgba(237, 235, 235, 1);
}

.drop_products .catgory i {
    color: rgba(251, 199, 17, 1);
    font-size: smaller;
    margin-left: 20px;
}

.drop_products .img_catgory img {
    height: 170px;
    object-fit: contain;
}

.drop_products .img_catgory {
    display: flex;
    justify-content: center;
    align-items: center;
}

.drop_products .catgory span {
    color: black;
    font-size: 18px;
}

.drop_products .catgory i {
    color: rgba(251, 199, 17, 1);
    font-size: small;
}

.drop_products .products_category i {
    transform: scale(-1);
}

#search {
    border-top: 1px solid #e2e6e9;
    border-bottom: 1px solid #e2e6e9;
    border-right: 1px solid #e2e6e9;
    direction: ltr;
    background-color: #80808029;
}

#search:focus {
    border-top: 1px solid #e2e6e9 !important;
    border-bottom: 1px solid #e2e6e9 !important;
    border-right: 1px solid #e2e6e9 !important;
}

.onsale p {
    min-width: 250px;
    font-size: 24px !important;
}

@media (max-width:576px) {
    .onsale p {
        min-width: fit-content !important;
    }
}

.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);
}

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

.nav-offcanvas.show:not(.hiding),
.nav-offcanvas.showing {
    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;
}

.offcanvas {
    transition: .3s !important;
}

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

.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: 20px 0 0 0;
}

.offcanvas-header button:last-child {
    border-radius: 0px 20px 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;
    }
}

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

.formDisplay {
    display: block;
}

.formhidden {
    display: none;
}

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

.section-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.5s ease;
    z-index: 100;
    background-color: white;
}

.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;
}

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

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

.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;
}

.onsale p {
    min-width: 250px;
}

@media (max-width:576px) {
    .onsale p {
        min-width: fit-content !important;
    }
}

.nav-contant {
    top: 0;
    width: 100%;
    z-index: 1000;
}

.active {
    color: #29a71a !important;
}

.collapse ul li a:focus {
    color: var(--sec_site) !important;
}

.social_icon-fixd {
    position: fixed;
    flex-direction: column;
    right: 15px;
    z-index: 100;
    bottom: 177px;
}

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

@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: var(--main_site);
    padding: 5px 30px;
}

.bin-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* width: 35px;
    height: 35px; */
    border-radius: 5px;
    color: rgba(126, 133, 155, 1);
    cursor: pointer;
    border: 1px solid rgba(126, 133, 155, 1);
    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: rgba(126, 133, 155, 1); */
}

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

.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;
    padding: 3px 3px;
    z-index: 1;
    color: white;
}

.btn-wishlist {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: var(--sec_site);
    border-radius: 50%;
}

.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: #fff;
    color: #fff;
}

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

.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;
    }
}

.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(--sec_site);
}

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

.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(--sec_site) !important;
}

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

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

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

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

.checkout-info a {
    color: rgb(254, 254, 254);
}

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

.logOutform .dropdown-menu {
    text-align: right;
}

.cd-cart {
    position: relative;
    z-index: 100;
}

.sign-in:focus {
    color: #29a71a !important;
}

.products .onsale img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transform: scaleX(-1);
}

.products .onsale .line {
    height: 4px;
    background-color: var(--sec_site);
}

.product .p-des {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

.product-price {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 12px;
}

.heart {
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: var(--sec_site);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    font-size: 6px;
}

.heart i {
    font-size: 18px !important;
}

.heart-1 {
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #1A3051;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    font-size: 6px;
}

.heart-1 i {
    font-size: 18px !important;
}

.button {
    position: relative;
    overflow: hidden;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background-color: rgb(255, 255, 255);
    background-size: 400%;
    color: black;
    border: none;
    cursor: pointer;
    font-size: 11px !important;
}

.button:hover::before {
    transform: scaleX(1);
}

.button-content {
    position: relative;
    z-index: 1;
}

.button:hover .button-content {
    color: #fff;
}

.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(82.3deg, var(--sec_site) 10.8%, var(--sec_site) 94.3%);
    transition: all 0.475s;
}

.products .product {
    border: 0px solid #cdcdcd !important;
    padding: 10px !important;
}

.products .product_img img {
    object-fit: contain;
    aspect-ratio: 1 / 1;
    width: 120px !important;
}

.products .social_icon {
    position: absolute;
    flex-direction: column;
    right: 5px;
    top: 60px;
}

.products .product {
    background-color: var(--main_site);
    border: 0px solid #cdcdcd !important;
    padding: 10px !important;
    background-image: radial-gradient(circle, #ffffff73, rgb(26 48 81), rgb(26 48 81));
    background-position: center -70px;
}

.products .sail {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 80px;
    height: 80px;
    text-align: right;
}

.products .sail span {
    font-size: 11px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    background: rgba(255, 0, 0, 1);
    position: absolute;
    top: 23px;
    left: -16px;
}

.products .sail span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid rgba(255, 0, 0, 1);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid rgba(255, 0, 0, 1);
}

.products .sail span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid rgba(255, 0, 0, 1);
    border-bottom: 3px solid transparent;
    border-top: 3px solid rgba(255, 0, 0, 1);
}

.products .fav {
    color: var(--sec_site);
    font-weight: bold;
    margin: 0 3px;
}

.products .item_price {
    color: #fff;
}

.products .desc {
    color: #fff;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 13px !important;
}

.options i {
    color: #38ae04;
    margin-right: 10px;
}

.inactive {
    background-color: #fff !important;
}

.inactive .btn__effect svg {
    fill: red;
    color: red;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 5%;
    background-color: green;
    color: #fff;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0.7;
    transition: opacity 0.5s ease;
    border: 1px solid green;
}

#myBtn:hover {
    background-color: green;
}

#myBtn i {
    color: white;
    font-size: 21px;
    margin-top: 13px;
}

#myBtn:hover {
    opacity: 1;
}

@media (max-width:1280px) {
    #myBtn {}
}

@media (max-width:1024px) {
    #myBtn {}
}

@media (max-width:450px) {
    #myBtn {}
}

@media (max-width:390px) {
    #myBtn {}
}

.icons {
    direction: rtl;
}

.place {
    justify-content: flex-start !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}

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

.blog-div a {
    position: relative;
}

.blog-div .last-iamge {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.last-iamge {
    position: relative;
}

.blog-div .last-iamge::before {
    height: 80%;
    top: 40px;
}

.last-iamge::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    border-right: 3px solid #00800099;
    border-left: 3px solid #00800099;
    top: 0;
    transition: .5s;
}

.blog-div img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-div:hover .last-iamge::after {
    transform: scaleX(1.2) scaleY(1.1);
}

.blog-div .last-iamge::after {
    height: 80%;
    top: 40px;
}

.last-iamge::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scaleX(1.2) scaleY(1.05);
    border-top: 3px solid #00800099;
    border-bottom: 3px solid #00800099;
    left: 0;
    top: 0;
    transition: .3s;
}

.bloge-title {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    position: absolute;
    background-color: rgb(26 48 81);
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    top:1%;
    width: 75%;
    left: 12.5%;
}

.sidebar-head {
    color: #00800099;
    text-align: center;
    background-color: #80808040;
}

.head {
    color: rgb(26 48 81);
}

.sidebar .item {
    border-bottom: 1px solid rgb(26 48 81) !important;
}

.nav-bar {
    background-color: transparent !important;
}

.company {
    color: white !important;
}

.the-dropdown {
    text-align: right;
}

.the-dropdown .fa-circle {
    color: var(--sec_site) !important;
}

.the-dropdown .dropdown-item {
    color: black !important;
    padding: 0;
    background-color: white !important;
}

.the-dropdown::after {
    content: "";
    border: 13px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    left: 14px;
    top: -24px;
    position: absolute;
}

.the-dropdown {
    text-align: left;
    background-color: white;
}

@media (min-width: 992px) {
    .contact-us {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

#searchProduct {
    background-color: #80808029;
    border: 1px solid #ced4da !important;
    padding: 10px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0px !important;
    text-align: left;
}

#myDropdown {
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 10000;
    display: none;
    max-height: 350px;
    overflow-y: scroll;
    direction: ltr;
}

.button-add {
    position: relative;
    overflow: hidden;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background-color: rgb(255, 255, 255);
    background-size: 400%;
    color: black;
    border: none;
    cursor: pointer;
    font-size: 12px !important;
}

.button-add::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(82.3deg, var(--sec_site) 10.8%, var(--sec_site) 94.3%);
    transition: all 0.475s;
}

.button-add:hover {
    background-color: green;
    color: white;
}

.size {
    color: #000;
    direction: ltr;
    position: relative;
    text-align: justify;
    font-size: 13px;
}

.english-icon {
    color: white;
}

.drop_products .img_catgory img {
    width: 131px;
    height: 76px;
    object-fit: cover;
}

.drop_products .catgory span {
    color: black;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.items {
    font-size: 13px;
}

.social-icons {
    float: left;
}

@media (max-width: 567px) {
    .navbar-nav .nav-item {
        display: block;
    }
}

@media (max-width:576px) {
    .products .product_img img {
        object-fit: contain;
        width: 233px !important;
        aspect-ratio: 1 / 1;
    }

    .english-icon {
        transform: translate(0);
        color: white;
    }

    .icon-english {
        transform: translate(0);
    }
}

.products .product_name {
    color: #fff;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 15px !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
    text-align: left;
}

.hidden-text {
    font-size: 13px;
    margin-left: 19px;
    margin-bottom: 12px;
    margin-top: 11px;
    color: black;
}

.products .del {
    color: rgba(255, 0, 0, 1);
    text-decoration: line-through !important;
    font-size: 1.05rem;
}

@media (max-width:576px) {
    .hidden-text {
        font-size: 13px;
        margin-left: 39px;
        margin-bottom: 12px;
        margin-top: 11px;
        color: black;
    }

    .drop_products .catgory span {
        color: black;
        font-size: 11px;
        font-weight: bold;
        white-space: normal;
    }
}

@media (max-width: 768px) {
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
.drop_about ,.drop_projects ,.drop_jobs ,.drop_blog{
    background-color: #fff;
}

.main-cat{
    color: black;
    font-size: 15px;
    font-weight: bold;
}
.drop_about .catgory i ,.drop_projects .catgory i ,.drop_jobs .catgory i ,.drop_blog .catgory i{
    color: rgba(251, 199, 17, 1);
    font-size: smaller;
}
.All_categories{
padding: 0 !important;
background-color: transparent !important;
border: none !important;
background-image: none;
}
.custom-select {
    border: none;
    background: none;
    padding: 0;
    color: inherit;
    appearance: none;
}

.custom-select:focus {
    outline: none;
}

.input-group-text {
    display: flex;
    align-items: center;
}

#mydropdown {
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 10000;
    max-height: 200px;
    overflow-y: scroll;
}
