@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic&display=swap');
:root{

    --font1:'Noto Kufi Arabic', sans-serif;
    --price:'Baloo Bhaijaan 2', cursive;
    --def1:#0ebb90;
}
body{
    font-family: var(--font1);
    font-size: 14px;
    font-weight: 600;
    overflow-x: hidden !important;
}
.navbar{
    background: white !important;
    padding: 6px;
    color: red;
    border-bottom: 1px solid rgba(128, 128, 128, 0.205);
}
.navbar-nav{
    font-size: 14px;
    font-weight: 600;
}
.ico-cart{
    width: 20px;
}
a{
    text-decoration-line: none;
}
.border-p{
    border-radius: 7px;
  
}
.num-cart{
    background-color: var(--def1);
    color: white;
    border-radius: 50%;
    width: 20px;
    text-align: center;
    height: 20px;
    font-weight: bold;
    font-size: 13px;
    position:absolute;
    margin-top: -12px;
}
.cart{
    width: 56px;
    height: 56px;
    bottom: 25px;
    right: 20px;
    position: fixed;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 0px 24px 11px rgba(0, 0, 0, 0.062);
    text-align: center;
    padding-top: 15px;
    border: 1px solid rgba(128, 128, 128, 0.219);
}
.circle-ctg-home{
    width: 77px;
    height: 77px;
    border-radius: 50%;
}
.img-p{
    width: 100%;
    /* border: 2px solid red; */
    border-radius: 7px;
}
.c-def{
    color: var(--def1);
    font-weight: 900;
}
.off{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 13px;
    margin-top: 13px;
    color: white;
    background-color: var(--def1);
    text-align: center;
    float: left;
    position: absolute;
    padding-top: 13px;
    font-weight: 900;
}
.footer{
    /*margin-top: 100px;*/

}
.footer-footer{
    border-top: 1px solid rgba(128, 128, 128, 0.26);
    padding:15px;
}
.a-footer{
    color: black;
    font-size: 14px;
    padding: 4px 12px;
}
.price{
    font-family: var(--price);
}
.box-social{
    border-radius: 3px;
    text-align: center;
    color: white;
    padding-top: 7px;
    width: 39px;
    height: 39px;
    font-size: 18px;
}
.btn-primary{
    padding: 10px 14px;
    border-radius: 5px;
    background-color: var(--def1);
    width: 100%;
    border:none;
    font-size: 14px;
}
.btn-primary:hover , .btn-primary:focus{

    border-radius: 5px;
    background-color: var(--def1);
    width: 100%;
    border:none;
    box-shadow: none !important;
    outline: none;
    opacity: 0.9;
}

.btn-primary2{
    padding: 10px 14px;
    border-radius: 5px;
    background-color: var(--def1);
    width: 100%;
    border:none;
    color: white;
    background-color: rgb(84, 90, 112);
    font-size: 14px;
}
.btn-primary2:hover , .btn-primary2:focus{

    color: white;
    border-radius: 5px;
    
    width: 100%;
    border:none;
    box-shadow: none !important;
    outline: none;
    opacity: 0.9;
}
.input-group-text{
    background-color: white;
} 
#inputQty{
    text-align: center;
}

.inp{
    width: 100%;
    border: 1px solid rgba(128, 128, 128, 0.425);
    padding: 7px 11px;
    
}
.inp-form{
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.425);
    padding: 12px 11px;
    margin-bottom: 15px;
    
}
.inp-form::placeholder{
    font-size: 12px;
}
input:focus{
    outline: none;
    border-bottom: 1px solid var(--def1);
}
.btn-slider{
    font-size: 12px;
    margin-top: -20%;
    background-color: var(--def1);
    border-radius: 44px;
    color: white;
    padding: 12px 20px !important;
}
.btn:focus{
    outline: none;
    box-shadow: none;
}
.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
.tab-product{
    width: 120px;
    background:rgba(255, 255, 255, 0);
    margin-top:-1px;
    padding-top: 8px;
    position:relative;
    border-top:3px solid rgba(255, 255, 255, 0);
    cursor: pointer;
}
.active-product{
    padding-top: 8px;
    width: 120px;
    background:rgba(255, 255, 255, 0);
    margin-top:-1px;
    position:relative;
    border-top:3px solid var(--def1);
}


.accordion {
    background-color: rgb(255, 255, 255);
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
    border-bottom: 1px solid rgba(128, 128, 128, 0.295);
  }
  
  .activee, .accordion:hover {
    background-color: rgba(204, 204, 204, 0.11); 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }

  .form-control{
    border: 1px solid rgb(221, 221, 221);
    padding: 14px 16px;
    font-size: 15px;
  }

  .form-control:focus{
    outline: none;
    box-shadow:0px 0px 0px 2px var(--def1)  !important;

  }
  .animateBtn{
    transition: 0.3s;
  }
  .img-product-details{
    border: 1px solid rgb(218, 218, 218);
    padding: 6px;
    border-radius: 7px;
  }
  .variant{
    border: 1px solid rgb(255, 255, 255);
    padding: 4px 8px;
    text-align: center;
    border-radius: 7px;
    background-color: rgba(68, 68, 68, 0.089);
    cursor: pointer; transition: 0.5s;
  }
  .variant-sel{
    background-color: var(--def1);
    color: white;
    border: 1px solid var(--def1);
    padding: 4px 8px;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.5s;
  }
  .box-whats{
    border-radius: 8px;
    background-color: rgb(231, 255, 248);
    padding: 12px 16px;
    color: rgb(5, 121, 72);
    font-size: 13px;
  }
  .box-alert{
    border-radius: 3px;
    background-color: rgb(255, 244, 208);
    color: rgb(151, 124, 5);
    padding: 12px;
    font-weight: 600;
    font-size: 13px;
  }
  #title_prod{
    font-size: 33px;
  }
  @media only screen and (max-width: 600px) {
    #title_prod{
        font-size: 25px;
      }
  }


  

::-webkit-scrollbar {
    width: 4px;
    height: 8px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #37383d02; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #9599a81e; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(199, 199, 199); 
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
          #myBtn {
    display: none;
    position: fixed;
    bottom: 70px;
    left: 30px;
    height:33px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: white;
    color: gray;
    cursor: pointer;
    padding: 7px 12px;
    box-shadow :0px 0px 24px 11px rgb(0 ,0 ,0 , 6%);
    border-radius: 4px;
    }

    #myBtn:hover {
    background-color: white;
    }
    .topbar {
    margin-top:80px;
  }
@media only screen and (max-width: 600px) {
  .topbar {
    margin-top:20px;
  }
}

.carousel-control-prev{
    padding: 9px;

    border-radius:50%;
    width: 36px;
    height: 36px;
    margin: auto;
    opacity:0.3;
    color:black;
    /*margin-left: -15px;*/
    font-size:30px;
}
.carousel-control-next{
    padding: 9px;
    opacity:0.3;
    border-radius:50%;
    width: 36px;
    color:black;
    height: 36px;
    margin: auto;
    /*margin-right: -15px;*/

    font-size:30px;
}
.carousel-control-next:hover{
     color:black;
}
.carousel-control-prev:hover{
    color:black;
}


.carousel-control-prevs{
    padding: 9px;

    border-radius:50%;
    width: 36px;
    height: 36px;
    margin: auto;
    opacity:1;
    color:black;
    /*margin-left: -15px;*/
    font-size:30px;
}
.carousel-control-nexts{
    padding: 9px;
    opacity:1;
    border-radius:50%;
    width: 36px;
    color:black;
    height: 36px;
    margin: auto;
    /*margin-right: -15px;*/

    font-size:30px;
}
.carousel-control-nexts:hover{
     color:black;
}
.carousel-control-prevs:hover{
    color:black;
}

 .visit{
            background: var(--def1);
            color: white;
            padding: 1px 4px
          }
          .border-form{
            border: 3px dashed #09b472;
            border-radius: 6px;
            padding: 10px
          }
         
          .btn-primary-order{
            width: 100%;
            font-size: 16px;
            background: #09b472;
            color:white;
            border-radius: 4px;
            padding: 12px
          }
          
          
          
            .order-fixed{
      background: white;
      padding: 7px 13px;
  }
  .btn-whats{
      background: #09b472;
      color: white;
      font-size: 24px;
      border-radius: 3px;
  }