/*------------- #MAIN STYLES --------------*/
/*------------------------------------------------------------------
-------------------------------------------------------------------*/


/*------------- #general --------------*/


body{
    
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans','Cairo';
    direction:rtl;
    text-align: right;
    scroll-behavior: smooth;
    overflow-x: hidden;
    color: #141414;
   
    
}

body#noScroll{
    
    overflow-y: hidden ;
}

*{box-sizing: border-box}

:root{
    
  
     --clr-1:#BE202E;
     --clr-1-hover:#810a15;
     --clr-2:;
     --clr-2-hover:;
    
     --clrBlack:#141414;
    
     --title-1:40px;
     --title-2:32px;
     --title-3:28px;
     --title-4:24px;
     --title-5:22px;
     --title-6:20px;
     --title-7:18px;
     --title-8:18px;
     

}


.btn{

    display: inline-block;
    background-color: var(--clr-1);
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: var(--title-5);
    padding: .375rem 1rem;
    
}



a{
    color: #141414
}
a , a:hover{
    
    text-decoration: none;
    color: inherit;
}

.section-style{
    
    position: relative;
    padding: 1.5rem 0;
}
.section-style-plus-top{
    
    margin-top: 1.5rem;
}
.section-style-plus-bottom{
    
    margin-bottom: 1.5rem;
}
.section-style.plus-plus{
    
     padding: 3rem 0;
}

.page-wrapper{
    
    margin-top: 1.5rem;
    overflow-x: hidden;
}

.bold{
    
  font-weight: bold;  
}



.divider-title{
    
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
    
}


.divider-title .divider-text{
    
    display: inline-block;
    position: relative;
    border-radius: 6px;
    z-index: 10; 
    background-color: var(--clr-1);
    transition: all .3s ease
    
    
}

.divider-title .divider-text h3{
    
    margin-bottom: 0;
    font-size: var(--title-4);
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    padding: .375rem 1.5rem;

    
}


.divider-title a.divider-text:hover{
    
    background-color: var(--clr-1-hover);
}


.divider-title::before{
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    background-color: var(--clr-1);
    content: '';
    height: 5px;
    width: 100%;
    z-index: -1;
    
}




.scroll::-webkit-scrollbar {
    
   width: 5px;
   height: 5px;

  
}
.scroll::-webkit-scrollbar-track {
    
  background-color: #eee;
  border-radius: 20px;
    
}
.scroll::-webkit-scrollbar-thumb{
    
   background-color: #ccc;
   border-radius: 20px;
     
}




/** general styles **/


.input-focus:focus{
    
    border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;


}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]
{
  -moz-appearance: textfield;
}
.form-group{
    
    position: relative;
}
.form-group .form-control,
.form-group .form-select{
    
    border-radius: 5px;
    border-color: #C4C4C4;
    font-size: 16px;
    color: #858585;
    box-shadow: none;
    padding: .85rem .75rem;
}
.form-group .form-control::placeholder{
    
    color:#858585;
}
.form-select{
    
    padding-left: 2rem !important;
    background-position: left .75rem center;
}
.form-check{
        
        position: relative;
        padding-left: 0em;
        padding-right: 1.5em;
}
.form-check .form-check-input{
    
        float: right;
        margin-left: 0em;
        margin-right: -1.5em;
        
}
.form-check .form-check-input:active{
    
    filter: brightness(100%)
}


.form-group .password-field{
    
    position: relative;
    
}
.form-group .password-field .form-control{
    
    padding-left: 45px !important;
}

.form-group .password-field .eye-icon{
    
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width:30px ;
    height:30px ;
    font-size: 30px;
    background: url(../img/eye-1.svg) no-repeat , transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    background-size: contain;
    height: calc(100% - 2px);
    overflow: hidden;
}
.form-group .password-field .eye-icon.hide{
    
     background: url(../img/eye-2.svg) no-repeat , transparent;
}





.duplicated-submit-btn{
    
    display: block;
    width: 100%;
    text-align: center;
    padding:.82rem .75rem;
    min-height: 53px;
    background-color: var(--clr-1);
    transition: all .3s ease;
    border: none;
    outline: none;
    color: #fff;
    font-size: var(--title-7);
    
}
.duplicated-submit-btn:hover{
    background-color: var(--clr-1-hover);
}




.slider-container {
    position: relative;
}
.swiper{
    
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-scrollbar{
    
    display: none
}
.swiper-scrollbar-drag{
    
        background: rgba(0,0,0,.15);
}




.scrollup{
    
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    bottom: -100px;
    right: 20px;
    background-color: var(--clr-1);
    opacity: .5;
    border-radius: 3px;
    transition: all .3s ease;
    color: #fff;
    cursor: pointer;
    z-index: 1200;
    
}
@media(hover: hover) and (pointer: fine) {
    
    
    .scrollup:hover{
    
        opacity: 1;
    }
}
.scrollup.active{
    
     opacity: 1;
}
.scrollup.show{
    
        bottom: 20px;
}



.search-popup{
    
    position: fixed;
    left: 0;
    top: -200px;
    padding: 1rem 0;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
    border-bottom: 1px solid #eee;
    width: 100%;
    z-index: 9999;
    transition: all .3s ease;
}
.search-popup.active{
    
    top: 0;
}

.search-popup .close-search-popup{
    
    margin-right: auto;
    margin-bottom: .5rem;
    
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 22px;
    color: #909090;
    transition: all .3s ease;
    width: 30px;
    height: 30px;
    cursor: pointer;
    
}
.search-popup .close-search-popup:hover{
    
    color: var(--clr-1);
}
.search-popup .form-group{
    
    display: flex;
    align-items: center;
    
}
.search-popup .form-group input{
    
    flex: 1;
    width: auto;
    border-radius: 0px 3px 3px 0px;
    border-color: #eee;
    background-color: #f4f4f4;
    color: #777;
    height: 50px;
    
    
}

.search-popup .form-group .search-icon{
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: var(--clr-1);
    width: 60px;
    height: 50px;
    transition: all .3s ease;
    border-radius: 3px 0px 0px 3px;
    border: none;
    outline: none;
    color: #fff
    
    
}
.search-popup .form-group .search-icon:hover{
    
    background-color: var(--clr-1-hover);
}


.loading-overlay{
    
    position: relative;
    overflow: hidden;
    pointer-events: none;
    
   
}
.added{
    
    pointer-events: none
}
.loading-overlay::before{
    
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 100;
 
}
.loading-overlay::after{
        
  content: "";
  position: absolute;
  border: 2px solid transparent;
  border-radius: 32px;
  border-top: 2px solid var(--clr-2) !important;
  border-right: 2px solid rgb(245 19 45 / 40%) !important;
  border-bottom: 2px solid var(--clr-2) !important;
  border-left: 2px solid rgb(245 19 45 / 40%) !important;
  display: block;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  right: auto;
  width: 20px;
  animation: button-loading-spinner 1s ease infinite;
  z-index: 100;
  
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}



/*------------- #header --------------*/

.page-wrapper{
    
    padding-top: 75px;
}

header{
    
    position: fixed;
    width: 100%;
    height: 75px;
    /*
	background-color:#4777c0 ;
	*/
    background-color:#000000 ;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all .3s ease;
    box-shadow: 0 1px 1px rgb(255 255 255 / 15%);
   
}

@media(min-width:992px){
    
    header .mobile-item{
    
        display: none !important;
    }
}

.nav-content{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    align-self: stretch;
   
}

.nav-content .content-pull,
.nav-content .flex-item{
    
    display: flex;
    align-items: center;
    height: 100%;
    
}


.nav-content .nav-logo .logo-link{
    
    display: block;
}
.nav-content .nav-logo .logo-link img{
    
    max-height:55px ;
}
.nav-content .nav-toggler{
    
    margin-left: 1.5rem;
    cursor: pointer;
}
.nav-content .nav-toggler svg{
    
    width: 30px;
    height: 30px;
    fill: #fff;
    transition: all .3s ease;
    outline: none !important;
}

.nav-content .nav-list{
    
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    
}

.nav-content .nav-list .list-item{
    
    padding: 0px 1rem;
    display: inline-flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.nav-content .nav-list .list-item .item-link{
    
    display: inline-flex;
    color: #fff;
    font-size: 16px;
    transition: all .3s ease;
    
}

.nav-content .nav-list .list-item .item-link:hover{
    
    color: var(--clr-1);
}

.nav-content .online-buy{
    
    display: inline-flex;
    padding: .375rem 1rem;
    background-color: #FF1010;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 12px;
    transition: all .3s ease
}

.nav-content .online-buy:hover{
    
    background-color: var(--clr-1);
}

.nav-content  .nav-actions > *{
    
  margin: 0 1rem;
}

.nav-content  .nav-actions .nav-search-btn{
    
    height: auto;
}
.nav-content  .nav-actions .nav-search-btn svg{
    
    fill:#fff;
    transition: all .3s ease;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.nav-content  .nav-actions .nav-search-btn:hover svg{
    
    fill:var(--clr-1);
}

.nav-content  .nav-actions .custom-btn{
    
    background-color: #4054B2;
    padding: 0 1rem;
    justify-content: center;
    margin-left: 0;
    
}

.nav-content  .nav-actions .custom-btn img{
    
    max-height:40px ;
    
}

.nav-content  .close-nav{
    margin-top: 2rem;
}
.nav-content  .close-nav svg{
    
    transition: all .3s ease;
    fill:#fff;
    max-height: 24px;
}
.nav-content  .close-nav:hover svg{
    fill:var(--clr-1);
}


@media(max-width:991.98px){
    
    
    .page-wrapper{
    
        padding-top: 70px;
    }
     header{

        height: 70px;

    }
     
    
    .nav-content .nav-list{
        
        position: fixed;
        top: -150%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background-color: rgba(12,71,119,.8);
        background-color: rgba(0,0,0,.8);
        flex-direction: column;
        justify-content: center;
        padding: 3rem 1rem;
        transition: all .3s ease;
    }
    
    .nav-content .nav-list.active{
        
        top: 0;
    }
    
    .nav-content .nav-list .list-item{
        
        height: auto;
        padding: 1rem 0;
    }
    .nav-content .nav-list .list-item .item-link{
        
            display: block;
            height: auto;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
    }
    
    
    .nav-content .nav-logo .logo-link img{
        
        max-height: 45px;
    }
    .nav-content .nav-actions .online-buy {
        
        display: none;
    }
    .nav-content .nav-actions > *{
        
        margin: 0 .75rem
    }
    .nav-content .nav-actions .nav-search-btn svg{
        
        width: 27px;
        height: 27px;
    }
    .nav-content .nav-actions .custom-btn img{
        
        max-height: 35px;
    }
    
     
}

/*------------- #full-banner-section --------------*/

.full-banner-area .banner-link{
    
    width: 100%;
    display: block;
    position: relative;
    
}

.full-banner-area .banner-link img{
    
    width: 100%;
    display: block;
    margin: auto;
    max-height: 630px;
    text-align: center;
    
}

/*------------- #brands-section --------------*/ 

.brands-slider .swiper-wrapper{
    
    align-items: center;
}

.brands-slider .brand-logo{
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.brands-slider .brand-logo img{
    
    display: block;
    transition: all .3s ease;
    max-height: 90px;
   
    
}


/*------------- #about-banner --------------*/ 

.about-banner-area{
    
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 3rem 0;
    
}

.about-banner-area::before{
    
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    content: '';
    
}

.about-banner-area .container{
    
    position: relative;
    z-index: 5;
}

.about-banner-area .banner-content >*:not(:last-child){
    
    margin-bottom: 1.5rem !important
}

.about-banner-area .banner-content .banner-title{

    display: inline-block;
    background-color: var(--clr-1);
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: var(--title-4);
    padding: .375rem 1rem;
    
}
.about-banner-area .banner-content .banner-text{
    
    font-size: var(--title-7);
    font-weight: bold;
    color: #fff;
    text-align: justify;
    margin-bottom: 0;
}

.about-banner-area .banner-content .banner-link{
    
    display: inline-block;
    background-color: #fff;
    padding: .5rem 1rem;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    transition: all .3s ease;
    
} 

.about-banner-area .banner-content .banner-link:hover{
    
    color: var(--clr-1);
    background-color: #ccc;
}

.about-banner-area .banner-box{
    
    padding: 1.5rem 1rem;
    background: #EFF3EF;
    border-radius: 6px;
    text-align: center;
    
}

.about-banner-area .banner-box >*:not(:last-child){
    
    margin-bottom: 1.5rem;
}

.about-banner-area .banner-box .box-title{
    
    font-size: var(--title-4);
    font-weight: bold;
    color: var(--clr-1);
    
    
}

.about-banner-area .banner-box .box-text{
    
    font-size: var(--title-7);
    font-weight: bold;
    
}

.about-banner-area .banner-box .call-us{
    
    display: inline-block;
    font-size: 16px;
    color: rgba(13, 188, 104, 1);
    font-weight: bold;
    transition: all .3s ease;
}

.about-banner-area .banner-logo{
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-banner-area .banner-logo img{
    
    max-height: 250px;
}


/*------------- #about-info --------------*/ 

.about-info-area .info-content,
.about-info-area .info-img{
    
    height: 100%;
}

.about-info-area .info-content p{
    
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1.5rem;
    text-align: justify;
    
}
.about-info-area .info-content p:last-child{
    
    margin-bottom: 0;
    
}

.about-info-area .info-img{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem 1rem;
    border-radius: 25px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 100px rgb(0 0 0 / 8%);
} 

.about-info-area .info-img img{
    
    
    max-height:250px ;
    
}

/*------------- #product-item --------------*/ 

.products-wrapper .product-wrap{
    
    margin-bottom: 0.75rem;
}

.product-item{
    
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.08);
    border-radius: 25px;
    padding: 0.5rem 0.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}


.product-item .product-img{
    
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.product-item .product-img img{
    
    max-height: 160px;
    display: block;
    text-align: center;
    object-fit: contain;
    
}

.product-item .product-name{
    
    display: inline-block;
    text-align: center;
    font-size: 16px;
    transition: all .3s ease;
    font-weight: bold;
    margin-top: 0.5rem;
}

.product-item .product-overlay{
    
    position: absolute;
    opacity: 0;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    padding: 1.5rem 1rem;
    border-radius:inherit ;
    border: 1px solid transparent;
    background-color: rgba(0,0,0,.8);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;
    transition: all .3s ease;
    color: #fff;
}


.product-item .product-overlay .call-us{
    
    font-size: var(--title-8);
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.product-item .product-overlay .call-ways{
    
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.product-item .product-overlay .call-ways .way-item{
    
    display: flex;
    align-items:center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #F3F3F3;
    border-radius: 100%;
    transition: all .3s ease;
    margin-left: 1.5rem;
    font-size: 18px;
    color: #000;
    
}
.product-item .product-overlay .call-ways .way-item:last-child{
    
    margin-left: 0;
}


.product-item .product-overlay .call-ways .way-item:hover{
    
    background-color: var(--clr-1);
    color: #fff;
}


.product-item:hover .product-overlay{
    
    bottom: 0;
    opacity: 1;
}


/*------------- #shop-content-section --------------*/ 


.panel-item .accordion_body{
    
    display: none;
}

.categories-panels{
    padding-top: 0;
    background-color: #fff;
    box-shadow: -10px 10px 40px -9px rgba(0, 0, 0, 0.1);
}

.categories-panels .accordion-panel .panel:not(:last-child){
    
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    
}
.categories-panels .accordion-panel .panel .accordion_header{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
    cursor: pointer;
    transition: all .3s ease;
}
.categories-panels .accordion-panel .panel .accordion_header .accordion_title_text{
    
    display: flex;
    align-items: center;
    font-size:16px ;
    font-weight: bold;
    padding-left: 1rem;
    
}
.categories-panels .accordion-panel .panel .accordion_header .accordion_title_text i{
    
    font-size: 25px;
}
.categories-panels .accordion-panel .panel .accordion_header .accordion_title_text svg,
.categories-panels .accordion-panel .panel .accordion_header .accordion_title_text img{
    
    margin-left: .5rem;
    width: 25px;
    height: 25px;
    transition: inherit;
    
}
.categories-panels .accordion-panel .panel .accordion_header .accordion_icon{
    
    display: flex;
    align-items: center;
    font-size: 20px;
    color: rgba(0,0,0,.5);
    transition: all 0.3s ease;
}
.categories-panels .accordion-panel .panel a.accordion_header:hover{
    
    background-color: #eee;
}
.categories-panels .accordion-panel .panel a.accordion_header:hover .accordion_icon{
    
    color: var(--clr-1);
}
.categories-panels .panel-item.active .accordion_header .accordion_icon{
    
    transform: rotate(-180deg);
}
.categories-panels .accordion-panel .panel-item .accordion_body{
    
    padding: 0 1rem 1.5rem;
}
.categories-panels .accordion-panel .panel-item .category-types-list{
    
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding-right: calc(28px - 18px);
}
.categories-panels .accordion-panel .panel-item .category-types-list li{
    
    display: flex;
    align-items: baseline;
    margin-bottom: .75rem ;
    position: relative;
   
}
.categories-panels .accordion-panel .panel-item .category-types-list li:last-child{
    
    margin-bottom: 0;
}
.categories-panels .accordion-panel .panel-item .category-types-list li::before{
    
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: var(--clr-1);
    margin-left: 1rem;
    
}
.categories-panels .accordion-panel .panel-item .category-types-list .item-link{
    
    font-size: 16px;
    transition: all .3s ease;
    display: inline-block;
    
}
.categories-panels .accordion-panel .panel-item .category-types-list .item-link:hover{
    
    color: var(--clr-1);
}
.categories-panels .accordion-panel .superplaceholder-panel .accordion_header .accordion_title_text{
    
    flex: 1;
    padding-left: 0;
}
.categories-panels .accordion-panel .superplaceholder-panel .superplaceholder{
    
    border: none;
    background-color: #fff;
    padding: 0;
    box-shadow: none;
    width: 100%;
    color: var(--black-clr);
}
.sidebar-overlay{
    
    width: 0;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -999999;
    transition: opacity 0.25s;
    background-color: rgba(0, 0, 0, 0.7);

    
}
.sidebar-overlay.active {
    
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 999;
}
.sidebar-content .sidebar-close{
    
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 15px;
    left:  -100px;
    z-index: 2201;
    color: #909090;
    font-size: 25px;
    width: 40px;
    height: 40px;
    background-color: #eee;
    transition: all .3s ease;
    
    
}
.sidebar-content .sidebar-close:hover{
    
    color: var(--clr-1);
}
.sidebar-content.active .sidebar-close{
    
    left: .75rem;
}


.shop-content-area .show-more-link{
    
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    background-color: #fff;
    border: 1px solid var(--clr-1);
    color: var(--clr-1);
    text-align: center;
    font-size: var(--title-7);
    border-radius: 6px;
    margin: auto;
    transition: all .3s ease;
    padding: .5rem .75rem;
}
@media(hover:hover) and (pointer:fine){
    
    .shop-content-area .show-more-link:hover{
        
        background-color: var(--clr-1);
        color: #fff;
    }
}

.shop-content-area  .fliter-floating-btn{
    
    display: none;
}


@media(min-width:992px){
    
    .custom-cols.side-col{
        
        width: 30%;
        
    }
    .custom-cols.content-col{
        
        width: calc(100% - 30%);
    }
    
}

@media(min-width:1200px){
    
    .custom-cols.side-col{
        
        width: 25%;
        
    }
    .custom-cols.content-col{
        
        width: calc(100% - 25%);
    }
    
}

@media(min-width:1400px){
    
    .custom-cols.side-col{
        
        width: 22%;
        
    }
   .custom-cols.content-col{
        
        width: calc(100% - 22%);
    }
    
}

@media(max-width:991.98px){
    
    .categories-panels.categories-sidebar{
        
            position: fixed;
            right: -120%;
            top: 0;
            overflow-y: auto;
            height: 100%;
            width: 450px;
            z-index: 99999;
            -webkit-overflow-scrolling: touch;
            transition: all .3s ease;
            box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
            padding: 0;
            background-color: #fff;
            direction: rtl;
    }
    .categories-panels.categories-sidebar.active{
        
        right: 0;
    }
    
     @keyframes floating-filter{50%{transform:scale(0.95)}}
    .shop-content-area  .fliter-floating-btn{
        
        position: fixed;
        left: 20px;
        bottom: 20px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: var(--clr-1);
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        transition: all .3s ease;
        box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
        z-index: 500;
        animation: floating-filter .8s ease-out infinite;
    }

}

@media(max-width:575.98px){
    
    .categories-panels.categories-sidebar{
        
        width: 100% !important
    }
    
    .categories-panels.categories-sidebar .accordion-panel{
        
        padding-top: 40px;
    }
    
    .categories-panels.categories-sidebar .sidebar-close{
        
        position: absolute;
    }
    
}


/*------------- #contact-us-section --------------*/ 


.contact-us-area.contact-page-area{
    
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 100px rgb(0 0 0 / 8%);
    border-radius: 25px;
    padding: 3rem ;
}

.contact-us-area{
    
    margin: auto;
}

.contact-info-area,
.form-area{
    
    height: 100%;
    position: relative;
}


.contact-us-area .form-area .form-group{
    
    position: relative;
    margin-bottom: 1.5rem;
}

.contact-us-area.index-style .form-area .form-group  .form-control,
.contact-us-area.index-style .form-area .form-group  .form-select{
    
    background-color: transparent;
}

.contact-us-area .form-area .form-group .form-label{
    
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    
}

.contact-us-area .form-area .form-group textarea{
    min-height: 100px;
}

.contact-us-area .form-area .submit-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding:.82rem .75rem;
    background-color:var(--clr-1);
    transition: all .3s ease;
    outline: none;
    color: #fff;
    font-size: var(--title-7);
    height: 55px;
    border: none;
    
}
.contact-us-area .form-area .submit-btn:hover{
    
    background-color: var(--clr-1-hover);
    
}

.contact-us-area.index-style .contact-info-area .contact-img{
    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.contact-us-area.index-style .contact-info-area .contact-img img{
    
    max-height: 500px;
}


.contact-us-area .contact-info-area .info-title{
    
    text-align: center;
    font-size: var(--title-4);
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.contact-us-area .contact-info-area .info-item{
    
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.contact-us-area .contact-info-area .info-item:last-child{
    margin-bottom: 0;
}
.contact-us-area .contact-info-area .info-item svg{
    
    width: 45px;
    height: 45px;
    margin-left: 1rem;
}
.contact-us-area .contact-info-area .info-item .info-val{
    
    display: inline-block;
    transition: all .3s ease;
    font-size: var(--title-7);
    font-weight: bold;
    
}
.contact-us-area .contact-info-area .info-item a.info-val:hover{
    
    color: var(--clr-1);
}
.contact-us-area .contact-info-area .map iframe,
.contact-us-area .contact-info-area .map img{
    
    width: 100%;
    max-height:250px ;
    border-radius: 24px;
}
.contact-us-area .contact-info-area .map img{
    
    object-fit: cover;
}
.contact-us-area .contact-info-area .info-title,
.contact-us-area .contact-info-area .info-items{
    
    margin-bottom: 1.5rem;
}
.contact-us-area .contact-info-title {
    text-align: center;
    font-size: var(--title-4);
    font-weight: bold;
    margin-bottom: 3rem;
}
@media(min-width:992px){
    
    .contact-us-area.contact-page-area .form-area {
        
        padding-bottom: 55px;
    }
    .contact-us-area.contact-page-area .form-area .submit-btn{
        
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 10;
        
    }
}


/*------------- #footer --------------*/ 

footer{
    
    background: url(/img/footer-bg.png) no-repeat center , #000000;
    background-size: cover;
    background-blend-mode: multiply;
    margin-top: 1.5rem;
    position: relative;
}

footer.high-index{
    
    z-index: 1000;
    
}

.footer-area{
    
        padding:3rem 0 1.5rem;

}

.footer-menu{
    
    position: relative;
    margin-bottom: 1.5rem;
    height: calc(100% - 1.5rem);
}
.footer-menu .menu-title{
    
    margin-bottom: 1.5rem;
    color: rgba(190, 32, 46, 1);
    font-size: var(--title-4);
    font-weight: bold;
}

.footer-menu .menu-list{
    
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-menu .menu-list .item-link{
    
    display: inline-block;
    transition: all .3s ease;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
    
}
.footer-menu .menu-list .list-item:last-child .item-link{
    
    margin-bottom: 0;
}

.footer-menu .menu-list .item-link:hover{
    
    color:rgba(190, 32, 46, 1);
}

.footer-menu .footer-logo{
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.footer-menu .footer-logo img{
    
    max-height: 200px;
    
}

footer .copy-rights{
    
    text-align: center;
    background-color: rgba(0, 0, 0, 1);
    /*background-color: #4777c0;*/
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 1rem calc(1.5rem + 16px);
}

footer .copy-rights p{
    
    margin-bottom: 0;
}

/*------------- #responsive --------------*/ 

@media(max-width:1199.98px){
    
    
    
}

@media(max-width:991.98px){

    
    .footer-menu .footer-logo{
        
        padding-bottom: 1.5rem;
    }


}

@media(max-width:767.98px){

    
     .footer-area .row > div:not(:last-child):not(:nth-last-child(2)) .footer-menu{
        
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #fff;
    }
    
     .contact-us-area.contact-page-area{
        
        padding: 3rem 1rem;
        border-radius: 15px;
    }

}

@media(max-width:575.98px){
    
    
    :root{
        
          --title-1:32px;
          --title-2:28px;
          --title-3:24px;
          --title-4:22px;
          --title-5:20px;
          --title-6:18px;
          --title-7:16px;
    }
    
     .gx-75{
        --bs-gutter-x: .75rem;
        
    }
    
    .divider-title{
        
        margin-bottom: 1.5rem;
    }
    
    .product-item{
        
        border-radius: 15px;
        padding: 0.5rem .25rem;
    }
    
    .product-item .product-img img{
        
        max-height: 150px;
    }
    
    .product-item .product-name{
        
        font-size: 14px;
    }
    
    .about-banner-area .banner-logo img,
    .about-info-area .info-img img{
        
        max-height: 180px;
    }
    
    .footer-menu .footer-logo img{
        
        max-height: 160px;
    }
    
   

}


/*------------- #custom-grid --------------*/ 


.g-75 {
    --bs-gutter-x: .75rem;
}
@media (min-width:480px) and (max-width:575.98px){
    
    .row-cols-xs-gutter{
        
        --bs-gutter-x:.75rem;
    } 
     .row-cols-xs-2>* {
         
        flex: 0 0 auto;
        width: 50%;
        
     
    }
    
}




.whatsapp-icon{
   
    position: fixed;
    
    align-items: center;
    justify-content: center;
    right: 20px;
    text-align: center;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    z-index: 999;
    border-radius: 100%;
    bottom: 80px;
    

}
.whatsapp-icon:hover{
    
    box-shadow: 0 6px 50px 8px rgb(21 131 233 / 15%)
}

.whatsapp-icon img{
    
    display: block;
    width: 40px;
    height:40px;
}

.whatsapp-icon.show{
    
    left: 20px;
    
}