/* -------------------------------- */
/* By: Mareai Bin Helabi */
/* -------------------------------- */


@font-face {
    font-family: 'Alexandria';
    src: url('../fonts/Alexandria-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Alexandria';
    src: url('../fonts/Alexandria-SemiBold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Alexandria';
    src: url('../fonts/Alexandria-Medium.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Alexandria';
    src: url('../fonts/Alexandria-Regular.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Alexandria';
    src: url('../fonts/Alexandria-Light.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Alexandria';
    src: url('../fonts/Alexandria-ExtraLight.ttf') format('truetype');
    font-weight: 300;
}

body {
    line-height: 24px;
    color: #666666;
    font-family: 'Alexandria', sans-serif !important;
    font-weight: 400;
    --mud-palette-tertiary: var(--main-color);
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Alexandria', sans-serif !important;
}

* {
    letter-spacing: unset !important;
}

:root {
    --header-backColor: #415d35;
    --main-color: #77a662;
    --alt-color: #e5f0e0;
}
/* s main btn */
/* .btn-color {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color:#77a662;
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid #77a662;
    border-radius: 10px;
    box-shadow: inset 0 0 0 0 #77a662;
}

.btn-color:hover {
    color: white;
    box-shadow: inset 0 -100px 0 0 #77a662;
}

.btn-color:active {
    transform: scale(0.9);
} */
a {
    cursor: pointer;
    text-decoration: none;
    color: #6d6d6d;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.btn-color {
    transition: ease-out 0.5s;
}

    .btn-color:hover {
        color: #fff;
        background: var(--header-backColor) !important;
    }
/* e main btn */
/* icon */
#header li a span {
    background-image: none !important;
}

.customIcon {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .customIcon svg {
        font-size: 22px;
        color: var(--header-backColor);
    }

.customIcon {
    cursor: pointer;
    transition-duration: .3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.13);
    border: none;
}




    .customIcon:hover svg {
        animation: bellRing 0.9s both;
        color: var(--alt-color);
    }

/* bell ringing animation keyframes*/
@keyframes bellRing {
    0%, 100% {
        transform-origin: top;
    }

    15% {
        transform: rotateZ(10deg);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    45% {
        transform: rotateZ(5deg);
    }

    60% {
        transform: rotateZ(-5deg);
    }

    75% {
        transform: rotateZ(2deg);
    }
}

.customIcon:active {
    transform: scale(0.8);
}
/* icon */
/* هذا للتعديل وتحويله لليمين */

.container-full-sm .container {
    padding: 0 15px;
}
/* S categort menu */
.homepage .sidebar-menu-dropdown {
    margin-bottom: 40px;
}

.btn-sidebar-menu-dropdown {
    direction: rtl;
    text-align: start;
}

.sidebar-menu-dropdown > a span {
    margin: 0 0 0 5px;
}

.cat-dropdown .navbar-nav > li > a {
    direction: rtl;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cat-dropdown .sub-megamenu a.page-scroll:before {
    right: 0px;
    left: 10px;
    transform: rotate(180deg);
}

.cat-dropdown .nav > li.level:hover .megamenu {
    left: 55%;
}
.cat-dropdown.cat-dropdownClose {
    height: 0px;
    padding: 0;
    display: none;
}
.cat-dropdown.cat-dropdownOpen {
    height: auto;
    padding: 0;
    display: block;
}

.megamenu .sub-menu-level1 li.level2:last-child {
    text-align: end;
}

.megamenu .sub-menu-level2 li.level3 > a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

    .megamenu .sub-menu-level2 li.level3 > a span {
        margin-right: 0;
        margin-left: 10px;
    }
/*e categort menu */

/* s cosur */
.banner-detail {
    left: 0 !important;
    /* right: -5px; */
    direction: rtl;
}

    .banner-detail .row {
        align-items: end;
        display: flex;
        padding-right: 25px;
    }

.homepage .banner {
    margin-bottom: 40px;
}
/* end cursur */

/* s best seller */
.sidebar-block .sidebar-box {
    direction: rtl;
}

    .sidebar-block .sidebar-box ul {
        padding: 0;
    }

.sidebar-item .pro-media {
    padding: 0 0 0 10px;
    width: 110px;
    height: 140px;
}
.pro-media img{
    width:100%;
    height:100%;
}
/* e best seller */
/* تنسيق كورسل تحريك اشهر المنتجات وتصنيفها */
.tab-stap {
    direction: rtl;
    padding: 0;
}
/* .owl-nav{
    left: 125px;
    position: absolute;
    top: 0;
} */
.heading-part {
    direction: rtl;
}

.main_title span {
    padding: 0 0 0 100px;
}

    .main_title span::after {
        left: 0 !important;
        right: unset;
    }

@media (max-width: 767px) {
    .pro_cat .owl-prev {
        right: auto;
        left: 0;
        /* left: auto; */
        /* right: 100%; */
    }
}
/* @media (max-width: 767px){
.pro_cat .owl-prev, .pro_cat .owl-next {
    top: 50%;
    left: auto;
    accent-color: hhh;
}} */
/* @media (max-width: 1199px){
.pro_cat .owl-prev {
    right: 60px;
    left: 10px;
    accent-color: bbbbbb;
}} */
/* .pro_cat .owl-prev {
    right: 70px;
    left: 10px;
    accent-color: gggg;
} */
/* @media (max-width: 767px){
.pro_cat .owl-prev, .pro_cat .owl-next {
    top: 50%;
    left: auto;
    accent-color: hhh;
}} */
/* .pro_cat .owl-next {
    right: 10px;
    left: 70px;
    accent-color: dddddd;
} */
/* @media (max-width: 767px){
.pro_cat .owl-prev, .pro_cat .owl-next {
    top: 50%;
    left: auto;
    accent-color: hhh;
}}
@media (max-width: 767px){
.pro_cat .owl-prev, .pro_cat .owl-next {
    top: 50%;
    left: auto;
    accent-color: hhh;
}} */
.pro_cat .owl-next {
    right: 10px;
    left: 70px;
}

.pro_cat .owl-prev {
    right: 70px;
    left: 10px;
}

@media (max-width: 767px) {
    .pro_cat .owl-prev, .pro_cat .owl-next {
        top: 50%;
        left: auto;
    }
}

@media (max-width: 1199px) {
    .pro_cat .owl-prev {
        right: 60px;
        left: 10px !important;
    }
}

@media (max-width: 767px) {
    .pro_cat .owl-next {
        right: 0;
    }
}

@media (max-width: 991px) {
    .sidebar-box span.opener {
        top: 10px;
        right: 90%;
    }
}
/* نهاية تنسيق كورسل تحريك اشهر المنتجات وتصنيفها */

/* start email */
.newsletter-box {
    padding-right: 0px;
    position: relative;
    padding-left: 140px;
    direction: rtl;
}

@media (max-width: 1199px) {
    .newsletter-box {
        padding-right: 0px;
        padding-left: 130px;
    }
}

.newsletter .newsletter-inner form button {
    right: auto;
    left: 0;
}
/* end email */
/* s footer */
.footer {
    direction: rtl;
}

    .footer h3.title span {
        right: 0;
        left: auto;
    }

    .footer .footer-static-block .footer-block-contant {
        padding: 0px;
    }

.footer-static-block ul.address-footer li {
    display: flex;
    gap: 10px;
}

.footer-static-block li i.fa {
    float: none;
}

@media (max-width: 991px) {
    .footer-static-block span.opener {
        right: auto;
        left: 0;
    }
}

@media (max-width: 991px) {
    .footer-static-block span.plus {
        background-position: -92px -377px;
    }
}

.footer-static-block .title {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .footer-static-block .title {
        margin-bottom: 20px;
        font-size: 20px;
    }
}
/*social*/
a.social-button {
    margin: 2px;
}

.social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    /*    background-color: #f2f2f2;
    box-shadow: 0px 0px 15px #00000027;*/
    padding: 15px 10px;
    border-radius: 5em;
    padding-top: 0px;
}

@media (min-width: 991px) {
    .social-buttons {
        flex-direction: column;
        align-items: end;
        padding-top: 0px;
    }
}

.social-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #00000027;
    transition: 0.3s;
}

    .social-button:hover {
        background-color: #f2f2f2;
        box-shadow: 0px 0px 6px 3px #00000027;
    }

.social-buttons svg {
    transition: 0.3s;
    height: 20px;
}

.social-buttons .facebook {
    background-color: #3b5998;
}

    .social-buttons .facebook svg {
        fill: #f2f2f2;
    }

    .social-buttons .facebook:hover svg {
        fill: #3b5998;
    }

.social-buttons .whatsapp {
    background-color: #00ff00;
    background-color: #128C7E;
}

    .social-buttons .whatsapp svg {
        width: 25px;
        height: 25px;
        fill: #f2f2f2;
        color: #f2f2f2;
        color: #f2f2f2;
    }

    .social-buttons .whatsapp:hover svg {
        fill: #333;
        color: #00ff00;
        color: #128C7E;
    }

.social-buttons .github {
    background-color: #333;
}

    .social-buttons .github svg {
        width: 25px;
        height: 25px;
        fill: #f2f2f2;
        color: #f2f2f2;
    }

    .social-buttons .github:hover svg {
        fill: #333;
        color: #333;
    }

.social-buttons .linkedin {
    background-color: #0077b5;
}

    .social-buttons .linkedin svg {
        fill: #f2f2f2;
    }

    .social-buttons .linkedin:hover svg {
        fill: #0077b5;
    }

.social-buttons .instagram {
    background-color: #c13584;
}

    .social-buttons .instagram svg {
        fill: #f2f2f2;
    }

    .social-buttons .instagram:hover svg {
        fill: #c13584;
    }

/*social*/


/*fix open footer*/
@media (max-width: 991px) {
    .footer-static-block .footer-block-contant {
         display: block !important; 
    }
}
@media (max-width: 991px) {
    .sidebar-box .sidebar-contant {
        display: block !important;
    }
}
/* e footer */
/* s header */
header#header {
    background: var(--header-backColor);
}

.header-bottom .mobilemenu-content .navbar-nav {
    display: flex;
    flex-direction: row-reverse;
    margin-left: 21px;
}
/* .header-middle-right{
    border-right: 1px solid #3c3c4a;
    border-left: 0;
} */
@media (max-width: 1199px) {
    .category-dropdown select {
        width: 135px;
    }
}

@media (max-width: 1199px) {
    .header-right-part {
        padding: 0 0 0 135px;
    }
}

@media (max-width: 600px) {
    .header-right-part {
        padding: 0;
    }
}

@media (max-width: 991px) {

    .header-bottom {
        display: none;
    }

    .header-right-link {
        top: -112px;
    }
}

@media (max-width: 600px) {
    .header-right-part .category-dropdown {
        width: 100%;
        top: 84%;
        display: block;
        border-radius: 0 0 8px 8px;
        overflow: hidden;
    }

    .category-dropdown select {
        width: 100%;
    }

    .header-right-link {
        top: -143px;
    }

    .header-middle-right {
        margin-bottom: 38px;
    }
}

@media (max-width: 767px) {
    .header-right-link {
        top: -144px;
    }
}

@media (max-width:993px) {
    .reverceCol {
        display: flex;
        flex-direction: column-reverse;
    }

    .navbar-header .navbar-brand {
        padding-top: 2px;
    }

    .navbar-toggle {
        margin-top: 2px;
        left: 0;
        transition: 0.2s;
        background: var(--main-color);
    }

    .header-right-link {
        right: unset;
        left: 65px;
        top: -68px;
    }
}

@media (max-width: 767px) {
    .header-right-link {
        top: -99px;
    }
}

.navbar-toggle.whenMenuOpen {
    left: 215px;
    z-index: 10000000;
}

.header-middle-right {
    padding-left: 0px;
}

.header-middle-right {
    padding-right: 10%;
    border-right: 1px solid #3c3c4a;
}

@media (max-width: 1199px) {
    .header-middle-right {
        border: none;
        padding-right: 2%;
    }
}

.header-middle-left .navbar-header.float-none-sm {
    display: flex;
    flex-direction: row;
}

.header-link-dropdown {
    right: -97%;
}

.header-middle hr {
    border-color: var(--alt-color);
}

.header-middle-right {
    border-color: var(--alt-color);
    border:0;
    /*maraei*/
}

.navbar-header .navbar-brand {
    padding: 25px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-header .navbar-brand {
        padding: 20px 0px;
    }
}

@media (max-width: 991px) {
    .navbar-header .navbar-brand {
        padding: 25px 0;
        position: relative;
        top: 6px;
    }
}

@media (max-width: 993px) {
    .navbar-header .navbar-brand {
        padding-top: 2px;
    }
}
@media (min-width: 480px) {
    span.compare-icon.AuthBtn .content-dropdown {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .compare-icon, .wishlist-icon,
    .cart-icon, .DownloadBtn {
        display: none !important;
    }
        .DownloadBtn.mobile{
        display:flex !important;
    }

    .navbar-header .navbar-brand {
        padding-bottom: 15px;
    }

    .header-middle-right {
        margin-bottom: 15px;
    }

    span.compare-icon.AuthBtn {
        display: block !important;
        position: absolute;
        background: var(--main-color);
        padding: 8.5px 8.5px;
        border-radius: 50%;
        right: 54px;
        top: 11px;
    }

        span.compare-icon.AuthBtn svg {
            font-size: 18px;
            color: var(--alt-color);
        }

        span.compare-icon.AuthBtn .content-dropdown {
            left: -75px;
        }
}
.search-box .mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined,
.search-box .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined {
    display: none;
}

.search-box .mud-input > input.mud-input-root-outlined.mud-input-root-adorned-end,
.search-box div.mud-input-slot.mud-input-root-outlined.mud-input-root-adorned-end {
    border: none;
    width: 100%;
    padding: 6px 6px 6px 10px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 5px;
    -o-border-radius: 0 5px 5px 0;
    height: 30px;
    background: #fff;
}

.search-box .mud-input-label-inputcontrol {
    top: -8px;
    left: 27%;
}

.header-right-part {
    padding: 0;
}
.mud-button-text.mud-button-text-primary:hover, .mud-button-text.mud-button-text-primary:focus-visible {
    background-color: var(--main-color) !important;
}
.content-dropdown {
    left: 10px;
    top: 63px;
    width: 168px;
}
.navLeftMenu {
    width: 100%;
    margin: auto;
}
#header .navLeftMenu li a.page-scroll {
    text-align: right;
    color: #d8c100 !important;
    padding-right: 5px;
}
#leftMenu .mud-nav-link-text {
    color: #ffe400;
    font-size: 14px;
}
#header .nav > li a {
    padding-left: 15px;
    color: var(--alt-color);
}
#header .nav > li a:hover {
    color: var(--main-color) !important;
}
.navLeftMenu{}
#leftMenuBtn:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#leftMenuBtn{
    overflow:hidden;
}
#leftMenuBtn svg{
        font-size: 18px;
    font-weight: bold;
}
/* e header */
#leftMenu {
    width: 250px;
    position: fixed;
    z-index: 100000;
    height: 100.2vh;
    background: var(--header-backColor);
    margin-top: -18px;
    left: -250px;
    padding: 0 8px;
    color: var(--alt-color);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
#leftMenu.MenuOpen{
    left: 0px !important;
        overflow-y: auto;

}
#leftMenu.MenuOpen::-webkit-scrollbar {
  width: 6px; /* Width of the entire scrollbar */
}

#leftMenu.MenuOpen::-webkit-scrollbar-track {
  /*background-color: #f1f1f1;*/ /* Color of the tracking area */
  background-color: var(--header-backColor); /* Color of the tracking area */
}

#leftMenu.MenuOpen::-webkit-scrollbar-thumb {
  background-color: var(--main-color); /* Color of the scroll thumb */
  border-radius: 6px; /* Roundness of the scroll thumb */
}

#leftMenu.MenuOpen::-webkit-scrollbar-thumb:hover {
  background-color: var(--alt-color); /* Color of the scroll thumb on hover */
}
@media(min-width:991px) {
    #leftMenu {
        display: none;
    }
}
#leftMenu h6.mud-typography.mud-typography-h6.px-4 {
    color: var(--alt-color);
    text-align: center;
}
#leftMenu .mud-nav-link:hover:not(.mud-nav-link-disabled), #leftMenu .mud-nav-link:focus:not(.mud-nav-link-disabled) {
    background: transparent;
    color: var(--alt-color);
}
#leftMenu .mud-nav-link-text {
    font-size: 14px;
}
#leftMenu .mud-nav-group .mud-nav-link.mud-ripple {
    padding-top: 4px;
    padding-bottom: 4px;
}
#leftMenu .mud-nav-group * .mud-navmenu > .mud-nav-group * .mud-navmenu .mud-nav-item .mud-nav-link {
    background: transparent;
    color: var(--alt-color);
    font-size: 14px !important;
}
/* s leftMenu*/
/* e leftMenu*/
/*s BottomNavbar nav component*/
.BottomNavbar {
    /* background: var(--header-backColor);*/
    position: fixed;
    height: 66px;
    width: 80%;
    background: var(--main-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    bottom: 8px;
    z-index: 2;
    /*z-index: 100;*/
    /* margin-right: auto; */
    margin-left: 10%;
}



.BottomNavbar ul {
position: relative;
display: flex;
align-items: center;
justify-content: space-evenly;
width: 100%;
height: 100%;
}

.BottomNavbar ul li {
position: relative;
list-style-type: none;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.5;
}

.BottomNavbar ul li a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}

.BottomNavbar ul li a svg {
    font-size: 25px;
    /* color: var(--main-color); */
    opacity: 0.5;
    color: var(--header-backColor);
}





.BottomNavbar ul li a.active svg {
    opacity: 1;
    pointer-events: auto;
    margin-bottom: 15px;
    border-radius: 50%;
    background: var(--header-backColor);
    color: var(--main-color);
    padding: 7px 6px;
}

.BottomNavbar ul .active + .indicator {
display: block;
}

.BottomNavbar ul .indicator {
display: none;
position: absolute;
bottom: -17px;
left: 50%;
transform: translatex(-50%);
height: 33px;
width: 25px;
/* background: var(--main-color); */
background: var(--header-backColor);
border-radius: 50%;
transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.BottomNavbar ul .indicator::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 50%;
    height: 20px;
    width: 20px;
    /* background: var(--header-backColor); */
    background: var(--main-color);
    border-bottom-right-radius: 20px;
    /* box-shadow: 0 10px 0 var(--main-color); */
    box-shadow: 0 10px 0 var(--header-backColor);
}

.BottomNavbar ul .indicator::after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: 50%;
    height: 20px;
    width: 20px;
    /* background: var(--header-backColor); */
    background: var(--main-color);
    border-bottom-left-radius: 20px;
    /* box-shadow: 0 10px 0 var(--main-color); */
    box-shadow: 0 10px 0 var(--header-backColor);
}
.BottomNavbar .basketItemNum{
    background: var(--alt-color);
    border-radius: 50%;
    padding: 9px 9px;
    position: absolute;
    top: -9px;
    right: -10px;
}
.BottomNavbar .basketItemNum span{
position: absolute;
    top: -3px;
    color: var(--header-backColor);
    font-weight: 700;
    transform: translateX(-50%);
    font-size: 11px;
}
.BottomNavbar .nav-link.active {
    color: unset !important;
    font-weight: unset !important;
    border-bottom: unset !important;
}
@media (min-width: 481px) {
    .BottomNavbar {
        display: none;
    }
}
/* e BottomNavbar nav component */

/* Product Details Page =================================================== */
.topProductAndStoreDetails {
    display: flex;
    flex-direction: row-reverse;
}

.DetailsProductAndImgs {
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width:991px) {
    .topProductAndStoreDetails {
        display: block;
    }
}

@media (max-width:767px) {
    .DetailsProductAndImgs {
        display: block;
    }
}
.RowOfLessProduct {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.topProductAndStoreDetails .qtyAndBtn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 10px;
}

.topProductAndStoreDetails .product-qty {
    margin-right: 0;
    margin-top:0 ;
}

.shop-list-view .product-item-details, .product-detail-main .product-item-details {
    text-align: right;
}

.topProductAndStoreDetails .price-box {
    direction: rtl;
}

.topProductAndStoreDetails .product-info-stock-sku > div {
    direction: rtl;
    margin: 0 0 0 20px;
}

.commentsAndMoreDetails {
    direction: rtl;
}

    .commentsAndMoreDetails .nav-tabs {
        display: flex;
    }

.topProductAndStoreDetails .shpeCard {
    width: auto;
    height: auto;
    border-radius: 10px;
    background: #f5f5f5;
    position: relative;
    padding: 5px;
    border: 2px solid #c3c6ce;
    transition: 0.5s ease-out;
    overflow: visible;
    margin-bottom: 20px;
}

.topProductAndStoreDetails .card-details {
    place-content: unset;
    gap: unset;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    text-align: center;
}

    .topProductAndStoreDetails .card-details img {
        border-radius: 5px;
    }

.topProductAndStoreDetails .card-button {
    transform: translate(-50%, 125%);
    width: 60%;
    border-radius: 5px;
    border: none;
    background-color: var(--main-color);
    color: #fff;
    font-size: 1rem;
    padding: 5px 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    transition: 0.3s ease-out;
    text-align: center;
}

.topProductAndStoreDetails .text-body {
    color: rgb(134, 134, 134);
}

/*Text*/
.text-title {
    font-size: 1.2em;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 5px;
}

/*Hover*/
.topProductAndStoreDetails .shpeCard:hover {
    border-color: var(--main-color);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

    .topProductAndStoreDetails .shpeCard:hover .card-button {
        transform: translate(-50%, 50%);
        opacity: 1;
    }
@media (max-width:992px){
    .shpeCard {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 30px;
    }
    .card-details {
        flex-direction: row-reverse !important;
        align-items: center;
        gap: 20px !important;
    }
}

.Producttextarea {
    display: block;
    border: 1px solid rgb(222, 222, 222);
    padding: 10px;
    direction: rtl;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
Producttextarea:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--main-color);
}

.shopButton {
    --width: 125px;
    --height: 42px;
    --tooltip-height: 35px;
    --tooltip-width: 90px;
    --gap-between-tooltip-to-button: 18px;
    --button-color: var(--main-color);
    --tooltip-color: #fff;
    width: var(--width);
    height: var(--height);
    background: var(--button-color);
    position: relative;
    text-align: center;
    border-radius: 0.45em;
    /* font-family: "Arial"; */
    transition: background 0.3s;
    font-weight: 500;
}



.shopButton .text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopButton .button-wrapper, .shopButton .text, .shopButton .icon {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
}

.shopButton .text {
    top: 0
}

.shopButton .text, .shopButton .icon {
    transition: top 0.5s;
}

.shopButton .icon {
    color: #fff;
    top: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon svg {
    width: 24px;
    height: 24px;
}

.shopButton:hover {
    background: var(--header-backColor);
}

.shopButton:hover .text {
    top: -100%;
}

.shopButton:hover .icon {
    top: 0;
}
/*
.shopButton::before {
    position: absolute;
    content: attr(data-tooltip);
    width: var(--tooltip-width);
    height: var(--tooltip-height);
    background-color: var(--tooltip-color);
    font-size: 0.9rem;
    color: #111;
    border-radius: .25em;
    line-height: var(--tooltip-height);
    bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) + 10px);
    left: calc(50% - var(--tooltip-width) / 2);
}

.shopButton::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: var(--tooltip-color);
    left: calc(50% - 10px);
    bottom: calc(100% + var(--gap-between-tooltip-to-button) - 10px);
}

.shopButton::after, .shopButton::before {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.shopButton:hover:before, .shopButton:hover:after {
    opacity: 1;
    visibility: visible;
}

.shopButton:hover:after {
    bottom: calc(var(--height) + var(--gap-between-tooltip-to-button) - 20px);
}

.shopButton:hover:before {
    bottom: calc(var(--height) + var(--gap-between-tooltip-to-button));
}*/

.increase.items:hover, .reduced.items:hover {
    background: var(--main-color);
    color: white;
}
.bottom-detail ul li:first-child{
    padding:0;
}
/* Start Shop page ================================================== */
@media (min-width:991px) {
    .cardsAndFilteringContainer {
        display: flex;
        flex-direction: row-reverse;
    }
}

.compare {
    display: none !important;
}

.cardsAndFilteringContainer .show-item.right-side.float-left-sm,
.cardsAndFilteringContainer .shorting .sortingBy {
    display: flex;
    flex-direction: row-reverse;
    /* float: left; */
    margin-left: auto;
}

@media (max-width:991px) {
    .cardsAndFilteringContainer .rowOFFiltering {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap-reverse;
    }

        .cardsAndFilteringContainer .rowOFFiltering .show-item.right-side.float-left-sm {
            margin-top: 0;
        }

        .cardsAndFilteringContainer .rowOFFiltering::after,
        .cardsAndFilteringContainer .rowOFFiltering::before {
            display: none;
        }
}


/* Start account page ============================== */
.containerFilter {
    border: 1px solid #77a66261;
    background: #77a66200;
    border-radius: 8px;
    padding: 6px;
    padding-left: 2px;
}
@media (min-width:767px) {
    .checkout-section.ptb-95 .row.accountDetails {
        display: flex;
        flex-direction: row-reverse;
    }
}

.account-sidebar ul li.active a::after, .account-sidebar ul li:hover a::after {
    border-color: rgba(0, 0, 0, 0) var(--main-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: -36px;
    right: auto;
}

.account-sidebar ul li a {
    text-align: right;
}

.account-sidebar.account-tab > .tab-title-bg {
    background: var(--header-backColor);
}

.account-sidebar ul li a svg {
    transform: rotateY(180deg);
}

.account-sidebar ul li.active a .fa, .account-sidebar ul li:hover a .fa {
    right: auto;
    left: 5px;
}

.account-sidebar ul li a {
    padding: 8px 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.account-sidebar ul li.active a,
.account-sidebar ul li:hover a {
    padding-right: 20px;
    padding-left: 4px;
}

.account-content {
    text-align: right;
    direction: rtl;
}

.checkout-section.ptb-95 .cart-total-table .table thead tr th {
    text-align: right;
}

.checkout-section.ptb-95 .table-responsive tbody td ul {
    padding: 0;
}


/* start cart page =========================== */
.cart-item-table.commun-table .table {
    direction: rtl;
}

.cart-total-table.commun-table {
    direction: rtl;
}

.estimate {
    direction: rtl;
}


/* s product card  ================*/
.product-item-name a {
    text-align: right;
}

.product-item .priceAndrating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.product-item-details .price-box .price.old-price {
    font-size: 12px !important;
}

.rowOFCards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.product-item:hover .product-detail-inner,
.product-item .product-detail-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.detail-inner-left ul li button span, .cat-box-inner .cart-link button span {
    margin-right: 0;
}

.product-item .detail-inner-left ul li {
    padding: 0;
}

.product-item-details {
    margin-top: 5px;
}

.product-item-name {
    margin-bottom: 1px
}
.commun-table .table tbody tr td .cart-remove-item {
    color: #ff0000;
    font-size: 18px;
    cursor: pointer;
}
.commun-table .table thead tr th {
    text-align: center;
}
.cart-item-table .table tbody tr td {
    text-align: center;
}
.cart-item-table .table tbody tr td {
    padding: 10px 10px;
}
/* start scroll-top =====*/
.scroll-top {
    left: 20px;
    right: auto;
}


/* start shop-list  page ===================*/
.shop-list-view {
    display: flex;
    flex-direction: row-reverse;
}

.product-listing .shop-list-view .product-item {
    margin-right: 0;
    margin-left: 20px;
}

/*========================*/
/*gategory menu*/
#menu {
    overflow-y: visible !important;
    overflow-x: visible !important;
}

.mud-nav-group .mud-nav-link.mud-ripple {
    flex-direction: row-reverse;
    justify-content: space-between;
}

    .mud-nav-group .mud-nav-link.mud-ripple .mud-nav-link-text {
        width: fit-content;
    }


@media (max-width: 991px) {
    #menu .mud-nav-group {
        overflow: auto;
        height: 100%;
    }
}

@media (min-width: 991px) {
    .cat-dropdown .nav > li.level:hover .megamenu {
        left: auto;
        right: 100%;
        /*width: 670px;*/
    }

    .sub-menu-level1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
        flex-direction: row-reverse;
    }

    .megamenu .level2 > a {
        display: flex;
        flex-direction: row-reverse;
    }
}



/* start carousel*/

.mud-carousel-item.mud-carousel-item-primary > .d-flex {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    padding-bottom: 30px;
    direction: rtl;
    background: var(--main-color)
}

    .mud-carousel-item.mud-carousel-item-primary > .d-flex img {
        width: 145px;
        height: 145px;
        border-radius: 50%;
        margin: 32px 0;
    }

    .mud-carousel-item.mud-carousel-item-primary > .d-flex h4 {
        font-weight: 500;
    }

.mud-carousel-item.mud-carousel-item-primary:nth-child(even) > .d-flex {
    background: var(--header-backColor);
}

    .mud-carousel-item.mud-carousel-item-primary:nth-child(even) > .d-flex h4 {
        color: var(--main-color);
    }

.mud-carousel.mud-carousel-primary svg.mud-icon-root.mud-svg-icon.mud-icon-size-medium {
    font-size: 1.2rem;
}
/*end carousel
*/
/*start traderAccountPage*/
.imgContainer {
    width: 145px;
    height: 145px;
    overflow: hidden;
    border-radius: 50%;
}

   .imgContainer img {
        width: 100%;
        height: 100%;
    }

/*end traderAccountPage*/

/*Site Services Features Block Start
*/
.homepage .banner {
    margin-bottom: 0px;
}

.feature-box svg,
.feature-box .feature-ico {
    font-size: 38px;
    color: var(--main-color);
    margin: 10px 0;
}

/*Site Services Features Block end
*/


/*S filter*/
.sidebar-contant .rangePrice {
    display: flex;
    align-items: center;
    gap: 2px;
}

.sidebar-contant .mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense, div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
    padding: 7px 2px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.sidebar-contant .mud-input-control.mud-input-control-margin-dense {
    max-width: 29%;
}

.sidebar-contant .rangePrice span {
    color: var(--main-color);
    font-weight: 500;
    margin: 0 3px;
}

.checkFilteriContainer {
}

    .checkFilteriContainer .mud-typography {
        font-weight: 500 !important;
    }

    .checkFilteriContainer .mud-icon-button {
        padding: 5px;
        padding-left: 6px;
    }

.sidebar-box .inner-title {
    color: var(--header-backColor);
    font-weight: bold;
}
/*e filter*/


/*تعديلات لديلوق التعديل ع منتجر او غيره
*/
.mud-application-layout-rtl .mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol,
.mud-application-layout-rtl .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
}

/*تعديلات لديلوق التعديل ع منتجر او غيره

    End
*/

/* s pagenation */
.mud-button-filled.mud-button-filled-primary {
    background-color: var(--mud-palette-primary);
    color: var(--alt-color);
    font-weight: bold;
}
.mud-pagination .mud-pagination-item:hover .mud-button {
    background-color: var(--mud-palette-primary);
    color: var(--alt-color);
    font-weight: bold;
}
/* E pagenation */

/* hight imgs*/
.product-image img{
    height:250px !important;
}
    .product-image img{
        width:100% !important;
    }
    /*.owl-carousel .owl-item img {
    height: 250px;
}*/
    /* hight imgs*/
    .main-form input, .main-form textarea, .main-form select {
        padding-right: 30px;
    }

/* buyBtn */
.buyBtn {
    background: var(--main-color);
    color: white;
    font-family: inherit;
    /* padding: 0.35em; */
    /* padding-left: 1.2em; */
    font-size: 17px;
    font-weight: 500;
    /* border-radius: 0.9em; */
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    /* box-shadow: inset 0 0 1.6em -0.6em #714da6; */
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
}

    .buyBtn .icon {
        background: var(--header-backColor);
        margin-left: 1em;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.2em;
        width: 2.2em;
        border-radius: 3px;
        /* box-shadow: 0.1em 0.1em 0.6em 0.2em #77a662; */
        right: 0.3em;
        transition: all 0.3s;
    }

    .buyBtn:hover .icon {
        width: calc(100% - 0.6em);
    }

    .buyBtn .icon svg {
        width: 1.1em;
        transition: transform 0.3s;
        color: var(--alt-color);
    }

    .buyBtn:hover .icon svg {
        transform: translateX(0.1em);
    }

    .buyBtn:active .icon {
        transform: scale(0.95);
    }

.navbar-header .navbar-brand {
    margin-left: auto !important;
}


.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
    filter: brightness(0.9);
}
.banner-1 .banner-detail .banner-detail-inner span.slogan,
.banner-2 .banner-detail .banner-detail-inner span.slogan,
.banner-3 .banner-detail .banner-detail-inner span.slogan {
    background: var(--alt-color) none repeat scroll 0 0;
    padding: 5px;
    font-family: 'Alexandria', sans-serif !important;
    font-size: 15px;
}
.banner-detail .banner-detail-inner .banner-title {
    font-size: 25px;
    line-height: 50px;
}
.banner-detail a.btn {
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
    font-family: 'Alexandria', sans-serif !important;
    padding: 10px;
}
.small-banner {
    background: #000 none repeat scroll 0 0;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 200px;
    /* height: 100px; */
}
.small-banner img{
    height: 100%;
    width: 100%;
}
.BannerInProductsPage{
    max-height:200px
}
.BannerInProductsPage img{
        height: 100% !important;
    width: 100%;
    /* max-height: 100%; */
    max-height: 200px;
}

.blog-detail .post-info {
    margin-top: 10px;
}
.blog-title > a {
    color: var(--main-color);
    font-weight: bold;
}
.banner-1 .banner-detail .banner-detail-inner span.slogan,
.banner-2 .banner-detail .banner-detail-inner span.slogan,
.banner-3 .banner-detail .banner-detail-inner span.slogan {
    padding: 5px;
    font-family: 'Alexandria', sans-serif !important;
    font-size: 15px;
    background: var(--header-backColor);
    color: var(--alt-color);
    border-radius: 4px;
}
@media (max-width: 480px) {
    .banner-1 .banner-detail,
    .banner-2 .banner-detail,
    .banner-3 .banner-detail {
        top: 5%;
    }
    .banner-detail .banner-detail-inner .banner-title {
        color: var(--alt-color) !important;
        font-size: 17px;
        line-height: 50px;
    }
    .banner-1 .banner-detail .banner-detail-inner span.slogan,
    .banner-2 .banner-detail .banner-detail-inner span.slogan,
    .banner-3 .banner-detail .banner-detail-inner span.slogan {
        padding: 5px;
        font-family: 'Alexandria', sans-serif !important;
        font-size: 15px;
        background: var(--header-backColor);
        color: var(--alt-color);
        border-radius: 4px;
    }
    .scroll-top {
        bottom: 80px;
    }
    .scroll-top #scrollup:before {
    font-size: 15px;
}
    .scroll-top #scrollup {
    padding: 4px 8px;
}
}


/* login regester page*/

.FormOfAuth.form_container {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
/*    gap: 15px;
    padding: 50px 40px 20px 40px;*/
    background-color: #ffffff;
    box-shadow: 0px 106px 42px rgba(0, 0, 0, 0.01), 0px 59px 36px rgba(0, 0, 0, 0.05), 0px 26px 26px rgba(0, 0, 0, 0.09), 0px 7px 15px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    /* font-family: "Inter", sans-serif; */
    margin: 0 auto;
    margin-top: 10px;
    gap: 0 !important;
    padding: 20px 40px 20px 40px !important;
}

.FormOfAuth .logo_container {
    box-sizing: border-box;
    width: 100px;
    height: 80px;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 50%, #F8F8F888 100%);
    border: 1px solid #F7F7F8;
    filter: drop-shadow(0px 0.5px 0.5px #EFEFEF) drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
    border-radius: 8px;
    overflow: hidden;
}

    .FormOfAuth .logo_container img {
        height: 100%;
    }

.FormOfAuth .title_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.FormOfAuth .title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #212121;
    margin-top: 5px;
}

.FormOfAuth .subtitle {
    font-size: 0.725rem;
    max-width: 80%;
    text-align: center;
    line-height: 1.1rem;
    color: #8B8E98
}

.FormOfAuth .input_container {
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
    margin-bottom: 12px;
}

.FormOfAuth .icon {
    width: 20px;
    position: absolute;
    z-index: 99;
    right: 12px;
    bottom: 9px;
}

.FormOfAuth .input_label {
    font-size: 0.75rem;
    color: #8B8E98;
    font-weight: 600;
    color: var(--main-color);
    font-size: 14px;
}

.FormOfAuth .input_field {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 0;
    border-radius: 7px;
    outline: none;
    border: 1px solid #e5e5e5;
    filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
    transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
    text-align: end;
}

    .FormOfAuth .input_field:focus {
        border: 1px solid transparent;
        box-shadow: 0px 0px 0px 2px #242424;
        background-color: transparent;
    }

.FormOfAuth .sign-in_btn {
    width: 100%;
    height: 40px;
    border: 0;
    background: var(--main-color);
    border-radius: 7px;
    outline: none;
    color: #ffffff;
    cursor: pointer;
    margin: 15px 0 5px;
}

.FormOfAuth .sign-in_ggl {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 7px;
    outline: none;
    color: #242424;
    border: 1px solid #e5e5e5;
    filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
    cursor: pointer;
    margin-top:10px;
}

.FormOfAuth .sign-in_apl {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #212121;
    border-radius: 7px;
    outline: none;
    color: #ffffff;
    border: 1px solid #e5e5e5;
    filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
    cursor: pointer;
}

.FormOfAuth .separator {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: #8B8E98;
}

    .FormOfAuth .separator .line {
        display: block;
        width: 100%;
        height: 1px;
        border: 0;
        background-color: #e8e8e8;
    }

.FormOfAuth .note {
    font-size: 0.75rem;
    color: #8B8E98;
    text-decoration: underline;
}

.FormOfAuth .validation-message {
    color: #e50000;
    position: absolute;
    bottom: -23px;
    font-size: 10px;
    left: 0;
}

.loadingLogin-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(229 240 224 / 35%);
    z-index: 10000;
    left: 0;
    top: 0;
}
.loaderLogin {
    width: 48px;
    height: 48px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.loaderLogin:before {
    content: '';
    width: 48px;
    height: 5px;
    background: #77a6625c;
    position: absolute;
    top: 60px;
    left: 0;
    border-radius: 50%;
    animation: shadow324 0.5s linear infinite;
}

.loaderLogin:after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    animation: jump7456 0.5s linear infinite;
}
.loaderPage {
    width: 48px;
    height: 48px;
    margin: auto;
    top: 50%;
    transform: translate(-50%);
    position: relative;
    left: unset;
    margin-top: 20%;
    margin-bottom: 20%;
}

.loaderPage:before {
    content: '';
    width: 48px;
    height: 5px;
    background: #77a6625c;
    position: absolute;
    top: 60px;
    left: 0;
    border-radius: 50%;
    animation: shadow324 0.5s linear infinite;
}

.loaderPage:after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    animation: jump7456 0.5s linear infinite;
}
    

    @keyframes jump7456 {
        15% {
        border-bottom-right-radius: 3px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes shadow324 {

    0%, 100% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1);
    }
}
/* login regester page*/

span.opener.plus {
    display: none;
}
.right-side {
    z-index: 0;
}
.brand .item h4 {
    color: #77a662;
    font-weight: bold;
    margin-top: 5px;
}

.brand .item {
    opacity: 0.5;
}

    .brand .item:hover {
        opacity: 1;
    }
#blazor-error-ui{
    /*display: none !important;*/
}

.service-box {
    border-bottom: none !important;
    width: 40% !important;
}

.ser-feature-block .feature-box {
    /* display: inline-block; */
    text-align: left;
    border-right: none;
    margin: 20px 0;
    /* border: none; */
    text-align: center !important;
}

.paymentCard img {
    width: 30px;
    height: 30px;
    border-radius: 2px;
}
.footer .paymentTitle {
    position: relative;
    background: var(--alt-color);
    width: fit-content;
    padding: 4px 10px;
    color: var(--header-backColor);
    font-weight: 600;
    z-index: 1;
    /* background: red; */
    border: 1px solid var(--header-backColor);
}
.footer .paymentTitle .back {
    position: absolute;
    content: "";
    background: var(--main-color);
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    right: -4px;
    top: -4px;
    z-index: -1;
    opacity: 0.7;
}
.footer .greenn {
    color: #1daa80 !important;
    font-size: 14px !important;
    font-weight: 700;
}
.footer .bluee {
    color: #2f4499 !important;
    font-size: 14px !important;
    font-weight: 700;
}
.footer .bluee2 {
    color: #18479f !important;
    font-size: 14px !important;
    font-weight: 700;
}
.header-right-link > ul > li {
    overflow: visible !important;
    padding: 0 2.5px;
}
/*زر التحميل*/
.DownloadBtn {
    display: flex;
    width: 42px;
    height: 42px;
    background-color: var(--main-color);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition-duration: .3s;
    margin: 3px 0 18px;
    border-radius: 50%;
}
.DownloadBtn.mobile {
    display:none;
    position: absolute;
    right: 92px;
    height: 35px;
    width: 35px;
    top: 11px;
    margin: 0;
    padding: 11px;
}


@media (max-width: 767px) {
    .DownloadBtn {
        margin: 34px 0 16px;
    }
}

    .DownloadBtn .svgIcon {
        fill: var(--header-backColor);
    }

    .DownloadBtn .icon2 {
        width: 18px;
        height: 5px;
        border-bottom: 2px solid var(--header-backColor);
        border-left: 2px solid var(--header-backColor);
        border-right: 2px solid var(--header-backColor);
    }
    .DownloadBtn.mobile .svgIcon {
        fill: var(--alt-color);
    }

    .DownloadBtn.mobile .icon2 {
        width: 18px;
        height: 5px;
        border-bottom: 2px solid var(--alt-color);
        border-left: 2px solid var(--alt-color);
        border-right: 2px solid var(--alt-color);
    }

.DownloadBtn .tooltip {
    position: absolute;
    right: -100px;
    opacity: 0;
    background-color: var(--main-color);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .2s;
    pointer-events: none;
    letter-spacing: 0.5px;
}

        .DownloadBtn .tooltip::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--main-color);
    background-size: 1000%;
    background-position: center;
    transform: rotate(45deg);
    left: -5%;
    transition-duration: .3s;
    right: 95%;
        }

    .DownloadBtn:hover .tooltip {
        opacity: 1;
        transition-duration: .3s;
    }

    .DownloadBtn:hover {
        /*background-color: rgb(170 132 83);*/
        transition-duration: .3s;
    }

        .DownloadBtn:hover .icon2 {
            border-bottom: 2px solid rgb(235, 235, 235);
            border-left: 2px solid rgb(235, 235, 235);
            border-right: 2px solid rgb(235, 235, 235);
        }

        .DownloadBtn:hover .svgIcon {
            fill: rgb(255, 255, 255);
            animation: slide-in-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        }


@keyframes slide-in-top {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


.offline-icon {
    width: 35px;
    height: 35px;
    animation: blink 2s infinite;
    /*display:none;*/
}

@keyframes blink {
    0% {
        opacity: 0.9;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.9;
    }
}
/*زر التحميل نهاية*/
@media (max-width: 769px) {
    .service-box .feature-detail {
        display: block;
    }

    .ser-feature-block .service-box .ser-title {
        font-size: 15px;
    }

    .ser-feature-block .service-box .ser-subtitle {
        display: none
    }

    .feature-box svg, .feature-box .feature-ico {
        font-size: 30px;
    }
}

li.pro-compare-icon {
    display: none;
}
.detail-inner-left ul li.pro-wishlist-icon.active a {
    background-position: -47px -166px;
}

.detail-inner-left ul li.pro-wishlist-icon.unWishlist.active a {
    background-position: -8px -425px;
}

@media (max-width: 600px) {
    .detail-inner-left ul li.pro-wishlist-icon.unWishlist.active a {
        background-position: -10px -163px;
    }
}
/* تنسيق الهدر للموبايل*/

@media (max-width: 480px) {
    .header-middle-left .navbar-header.float-none-sm {
        flex-direction: row-reverse !important;
    }

    .navbar-toggle {
        margin-left: auto !important;
        margin-top: 12px;
        width: 35px;
        height: 35px;
    }

        .navbar-toggle.whenMenuOpen {
            right: 215px;
            left: auto;
        }

    .navbar-header .navbar-brand {
        margin-left: unset !important;
    }

    #leftMenu {
        right: -250px;
        left: auto !important;
    }

        #leftMenu.MenuOpen {
            left: auto !important;
            right: 0px !important;
        }

    .ser-feature-block .service-box:hover .ser-title,
    .ser-feature-block .feature-box:hover .ser-subtitle{
        color: unset !important;
        cursor: unset !important;
    }
}
/* تنسيق الهدر للموبايل*/