body {
    background: #96B08C !important;
   
 }
 h1{
    font-family: peyda-M !important;
    font-size: 1.3rem !important;
    color: #000 !important;
    font-weight: 600;
    line-height: 1.5;
 }
 h2 {
      color : #000 !important;
      font-family: peyda-R !important;
     font-size: 18px !important;
    font-weight: 800!important;
 }
 .single-cart-item {
     background: #CBD8C5 !important;
   
 }
 .catagories-nav-1 .btn{
    background: #4d4d4d !important;
    color: #fff !important;
    font-size: 0.8rem;
    text-align: center;
    transition: 0.3s all;
 }
 .btn--bg-white {
    background:#4d4d4d !important;
    color: #fff;
 }
 .product-item--style-1 .content--right .btn{
    background: #f44336 !important;
    color: #fff!important;
    font-size: 8px !important;
    border-radius: 10px !important;
 }
 .single-cart-item .content .title {
    color: #000 !important;
    font-family: peyda-M !important;
      font-size: 16px !important;
 }
 .single-cart-item .content .brand{
    color:#6b7280 !important;
 }
 .single-cart-item .content .brand, .single-cart-item .content .price {
    color: #000 !important;
 }
 .single-cart-item .content .brand {
    color: #808080 !important;
 }
 .single-cart-item .content .price span {
    color: #6b7280 !important;
 }
 .user-event-area .user-event {
    background-color: #F8F9F7 !important; 
    
 }
 .user-event-area .user-event--center::after {
    background-image: -webkit-radial-gradient(top, circle closest-corner, rgba(23, 6, 255, 0) 0, rgba(16, 187, 101, 0) 98%, #f8f9f7  100%, #f8f9f7  100%);
 }
 .user-event-area .user-event--center .event-btn-link{
    background: #576c4f !important;
    color: #fff!important;
 }
 .single-cart-item .content .cart {
    color: #ffffff;
    background-color: #576c4f;
    font-size: 11px;
 }
 
 .btn--bg-maya-blue{
    background: #576c4f !important;
    color: #fff!important;
     
    border-radius: 10px !important;
 }
 .modal-content{
    color: #fff !important;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms   ;
    background-color: #cbd8c5 !important;
 }
.modal-header {
    background: #4d4d4d !important;
}
 .user-event-area .user-event--center .event-btn-link{
    width: 60px !important;
    height: 60px !important;  
 }
 .single-cart-item{
   padding: 10px 10px 10px 20px !important;
 }
 .event-btn-link {
    color: #576c4f!important;
 }
  #toast {
   visibility: hidden;
   max-width: 50px;
   height: 50px;
   /*margin-left: -125px;*/
   margin: auto;
   background-color: #333;
   color: #fff;
   text-align: center;
   border-radius: 2px;

   position: fixed;
   z-index: 1;
   left: 0;
   right: 0;
   bottom: 130px;
   font-size: 17px;
   white-space: nowrap;
}

#toast #img {
   width: 50px;
   height: 50px;

   float: left;

   padding-top: 16px;
   padding-bottom: 16px;

   box-sizing: border-box;


   background-color: #111;
   color: #fff;
}

#toast #desc {


   color: #fff;

   padding: 16px;

   overflow: hidden;
   white-space: nowrap;
}

#toast.show {
   visibility: visible;
   -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
   animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
   from {
       bottom: 0;
       opacity: 0;
   }

   to {
       bottom: 30px;
       opacity: 1;
   }
}

@keyframes fadein {
   from {
       bottom: 0;
       opacity: 0;
   }

   to {
       bottom: 30px;
       opacity: 1;
   }
}

@-webkit-keyframes expand {
   from {
       min-width: 50px
   }

   to {
       min-width: 350px
   }
}

@keyframes expand {
   from {
       min-width: 50px
   }

   to {
       min-width: 350px
   }
}

@-webkit-keyframes stay {
   from {
       min-width: 350px
   }

   to {
       min-width: 350px
   }
}

@keyframes stay {
   from {
       min-width: 350px
   }

   to {
       min-width: 350px
   }
}

@-webkit-keyframes shrink {
   from {
       min-width: 350px;
   }

   to {
       min-width: 50px;
   }
}

@keyframes shrink {
   from {
       min-width: 350px;
   }

   to {
       min-width: 50px;
   }
}

@-webkit-keyframes fadeout {
   from {
       bottom: 30px;
       opacity: 1;
   }

   to {
       bottom: 60px;
       opacity: 0;
   }
}

@keyframes fadeout {
   from {
       bottom: 30px;
       opacity: 1;
   }

   to {
       bottom: 60px;
       opacity: 0;
   }
}

 #spinner {
  display: none; /* مخفی به طور پیشفرض */
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #576c4f;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.main__bottom {
    background: #96B08C !important;
}
.row-item {
   background: #CBD8C5 !important;
    border: 1px solid #CBD8C5 !important;
    font-family: peyda-M !important;
}

.main__bottom div.title {
    font-family: peyda-M !important;
    font-size: 20px !important;
}
.vip-style {
    background-color: gold;
    padding: 2px;
    border-radius: 12px;
    
}
 