/*your custom css goes here*/

header .img-logo{
      width: 100px !important;
}

.bg-sidebanner{
padding-top: 15px;
    padding-bottom: 12px;
    margin-top: 30px;
    border-radius: 8px;
}


div[id^=banner] .row ,.today-deals .row{
    /* background-color: #fff; */
    padding:10px;
    margin-left:0px;
     margin-right:0px;
    }



.nav-imgBox-logo{
   width: 180px;
}


/* .nav-imgBox-logo img{
   width: 90px;
} */

.dir-text-left{
    direction: ltr;
    text-align: left !important;
}


.color-hov-primary{
  color: #007bff;
}


.border-hov-primary{
     border: solid 1px #00be5f;
}

.text-color-blue{
 color: #0722e5;
}

.register-form input ,.logo-form input{
    border-radius :0px;
    border: solid 1px #e2e5ec;
}


.left-dropdown{
    left: -165px !important;
}



@media (max-width: 425px){
    .aiz-carousel .slick-arrow {
        width: 30px;
        height: 30px;
        line-height: 30px;

    }
}

@media (max-width: 767px){
    .dir-mobile {
        direction: ltr;

    }
}


/* @media (max-width: 767px){
    .dropdown-menu-fix{
        left: auto !important;
        right: -100% !important;
    }
} */


@media (min-width: 767px){
    .border-flash-bottom{
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }
}



.btn-orange{
  background-image: linear-gradient(#F4903D, #F66F00);
    border:none !important ;
    color: #fff;
}

.btn-orange:hover{
    background-color: var(--primary) !important;
    border:1px solid var(--primary) !important;
    color: #fff;
}

.border-radius-0{
border-radius: 0;
}



@media only screen
and (min-width : 768px)
and (max-width : 1023px) {
    [dir="rtl"] .app-store{
        margin-right: 125px !important;
    }


    .app-store{
        margin-left: 100px;
    }
}


@media (max-width: 767px){
    .app-center-ms{
        justify-content: center !important;
    }
}

/* login rtl */
/* [dir="rtl"] .login{
    border-right: 0 !important;
} */

[dir="rtl"] .ml-rtl-0{
    margin-left: 0 !important;
}

/* [dir="rtl"] .register{
    padding-right: 10px !important;

} */

[dir="rtl"] .rounded-right-0-rtl{
border-top-right-radius:0 !important ;
border-bottom-right-radius:0 !important ;
}

[dir="rtl"] .rounded-left-0-rtl{
    border-top-left-radius:0 !important ;
    border-bottom-left-radius:0 !important;
    }



.btn-search{
    background-color: #dddddd47;
    border-color: #e2e5ec !important;
    color:var(--primary) !important;;
}

/* defult link color */
a.link{
    /* color: #0000EE !important; */
    color: #0c0cb5 !important;
    font-weight: 600;
}

/* scroll code countries */
/* .iti__country-list::-webkit-scrollbar {
    width: 12px;
}

.iti__country-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
}

.iti__country-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


ul.iti__country-list{
padding: 10px !important;
width: 400px;
margin-top: 5px;
overflow-x: hidden;
left: 0;
text-align: left;
}

.iti--allow-dropdown input.searchCode{
    padding: 5px !important;
}

.iti__country:hover{
background-color:rgba(0,0,0,.05) !important;
} */


/* start slider in rtl */

[dir="rtl"] .aiz-carousel .slick-next{
    /*left:10px !important;*/
    /*right: inherit;*/

}

[dir="rtl"] .aiz-carousel .slick-prev {
    /*right: 10px !important;*/
    /*left: inherit;*/
}

[dir="rtl"] .la-angle-right:before {
    /* content: "\f104"; */

}

[dir="rtl"] .la-angle-left:before {
    /* content: "\f105"; */
}
/* end slider in rtl */



@media (max-width: 425px){
    .category .slick-track{
        width: 400px  !important;
    }

   .category  .slick-slide{
    width: 80px !important;
    padding: 5px !important;
   }
}
/* test 4*/



.alert-product-upload{
    background-color: #cce6ff;
    box-shadow: 10px 10px #e9f1fc;
    padding: 20px;
    color: #000;
    margin-bottom: 30px;
}
.alert-product-upload p{
    font-size: 13px;
    font-weight: 500;
}
.alert-product-upload a button{
    background-color: #0873b7;
    border: 1px solid #0873b7;
}
.alert-product-upload button{
    background-color: #0873b7;
    border: 1px solid #0873b7;
}
.alert-product-upload .custom-file-label::after {
    background: #0873b7;
    color: #fff;
    width: 85px;
    right: 0;
}

/*[dir="rtl"]  .alert-product-upload .custom-file-label::after {*/
/*right: auto;*/
/*}*/
.title-product-upload{
    font-size: 18px;
    color: #375267;
    font-weight: 600;
}
.tabcontent{
    display: none;
}
.tab_content_active{
    display: block;
}
.excel-lang .bg-color{
    background: var(--light);
}
.excel-lang .active{
    background: #fff !important;
}

.z-99{
z-index: 99;
}
.box-logo-shop-filter{
    position: relative;
    top: -50px;
}
.main-mega-menu{
    color: black!important;
}
.main-mega-menu-item {
    cursor: pointer; /* Makes the cursor appear as a hand when hovering over the item */
  }
  .text-black{
    color: black!important;
  }
  #MegaSubSubCategory::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
#MegaSubSubCategory {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.img-crop {
    overflow: hidden;
      height: 210px!important;
       max-height: 300px;
       position: relative;
}

.img-slider-mobile {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}
.img-slider-mobile-category {
    display: block;
    width: 100%;
    height: auto;
    transform: translate(0, -75px);
}
#bannersHomePage > div > div > ul > div.owl-nav{
    display: none!important;
}
.badge{
    width: auto!important;
}
.dark-gray{
    color:#494949 !important;
}
.clickable-row {
    cursor: pointer;  /* Change the cursor to a hand on hover */
    transition: background-color 0.3s ease;  /* Smooth background color transition */
}

.clickable-row:hover {
    background-color: #52515179!important;  /* Soft gray background on hover */
}
.aiz-side-nav-text{
    font-weight: 900;
}
.aiz-side-nav-text{
    font-size: 14px;
}
.shipping-confirm{
    background-color: #d6f4ff;
}
.circle {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.link-tree  .link-tree-box{
    column-gap: 15px;
 }
 .link-tree  .item-tree {
     border: 2px solid #0774E7;
     border-radius: 36px;
     padding: 10px;
     align-items: center;
     min-width: 225px;
     margin-bottom: 15px;
     cursor: pointer;
     position: relative;
     justify-content: center;
 
 }
 .link-tree  .item-tree:hover{
     background-color: #EFEFEF;
    
 }
 
 .link-tree  .item-tree h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 200;
    color: #000000;
     
 }
 
 
 .link-tree  .item-tree img{
    margin-right: auto !important;
    position: absolute;
    left: 12px;
 }

.box-tree-contact{
    display: flex !important;
    align-items: center;
    
}

.bg-brown,.btn-brown{
    background-color: #cc751f!important;
    color: #ffffff!important;
}

.btn-green{
    background-color: #019976f7;
    border-color: #019976f7;
    color: white;
}
.link-tree-box{
    max-width: 496px;
    margin: 0 auto;
    direction: ltr;
}

.title-linktree{
 color: #0774E7 ;  
}

@media (max-width: 425px){
    .box-tree-contact{
        margin-top: -15px;
    }
}
@keyframes bounceLight {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 0 10px rgb(0, 123, 255);
    }
    50% {
        transform: translateY(-3px);
        box-shadow: 0 0 20px rgb(0, 123, 255);
    }
}

.bounce-light {
    animation: bounceLight 4s infinite ease-in-out;
    transition: all 0.3s ease;
}
.text-pointer {
    cursor: pointer;
}
.same-btn{
min-width:170px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
gap:6px;

border-radius:8px;
font-weight:500;
border:1px solid transparent;

transition:all .2s ease;
}

.same-btn:hover{
transform:translateY(-1px);
}

/* icon size */

.same-btn i{
font-size:18px;
}


/* COLORS */

#btn-note{
background:#ffe5e5;
border-color:#ffb3b3;
color:#991b1b;
}


#btn-note-driver{
background:#ffe6f3;
border-color:#fed7aa;
color:#9a3412;
}
.btn-note-active{
background:#f53434!important;
border-color:#ffb3b3!important;
color:#ffffff!important;
}
#btn-customer-history{
background:#e0f2fe;
border-color:#bae6fd;
color:#075985;
}

#btn-assign-staff{
background:#dcfce7;
border-color:#bbf7d0;
color:#166534;
}

#btn-shipping{
background:#cffafe;
border-color:#a5f3fc;
color:#0e7490;
}

#btn-payment{
background:#e0e7ff;
border-color:#c7d2fe;
color:#3730a3;
}

#btn-order-history{
background:#fef3c7;
border-color:#fde68a;
color:#92400e;
}

#btn-user-type{
background:#fce7f3;
border-color:#fbcfe8;
color:#9d174d;
}

#btn-dispatch{
background:#e0f2fe;
border-color:#bae6fd;
color:#075985;
}

#btn-follow-up{
background:#f3f4f6;
border-color:#e5e7eb;
color:#374151;
}

.refund-button{
background:#ecfccb;
border-color:#d9f99d;
color:#365314;
}


/* ICON COLORS */

.icon-note{color:#dc2626;}
.icon-driver{color:#ea580c;}
.icon-history{color:#2563eb;}
.icon-staff{color:#16a34a;}
.icon-ship{color:#0891b2;}
.icon-payment{color:#4f46e5;}
.icon-order{color:#d97706;}
.icon-user{color:#db2777;}
.icon-dispatch{color:#0284c7;}
.icon-follow{color:#6b7280;}
.icon-refund{color:#65a30d;}
.icon-active{color: white;}
