body {
    background: #232323 !important;
    font-family: "peyda-R" !important;
 }
 h1{
    font-family: peyda-M !important;
    font-size: 1.3rem !important;
    color: #fff !important;
    font-weight: 400;
    line-height: 1.5;
 }
 h2 {
      color : #fff !important;
      font-family: peyda-R !important;
      font-size: 16px !important;
 }
 .single-cart-item {
     background: #282828 !important;
   
 }
 .catagories-nav-1 .btn{
    background: #f44336 !important;
    color: #fff !important;
    font-size: 0.9rem !important;
    font-family: 'peyda-R'!important;
    text-align: center;
    transition: 0.3s all;
    box-shadow: 0px 0px 15px 0px #f44336e3  !important;

 }
 
 .btn--bg-white {
    background:#4d4d4d !important;
    color: #fff;
 }
 .product-item--style-1 .content {
   background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(40,40,40,0.65) 40%, rgba(40,40,40,1) 100%) !important;
 }
 .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: #fff !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: #fff !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: #232323 !important; 
    box-shadow: 0 0 10px 5px #282828 !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%, #282828 100%, #282828 100%);
 }
 .user-event-area .user-event--center .event-btn-link{
    background: #f44336 !important;
    color: #fff!important;
    box-shadow: 0px 0px 15px 0px #f44336e3 !important;
    border-radius: 25% !important;

 }
 .single-cart-item .content .cart {
    color: #ffffff;
    background-color: #f44336;
    font-size: 8px;
 }
  
 .btn--bg-maya-blue{
    background: #f44336 !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: #232323 !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;
 }
 .section-content p{
   color: #b7b9c8 !important;
 }
 .main__bottom{
     background :#232323 !important;
 }
 .row-item {
     background: #282828 !important;
     border: 1px solid #82828240 !important;
 }
 .main__bottom div.title {
     color : #ffffff !important;
 }
 .la, .las {
       color: #ffffff !important;
}
.main__bottom, .main__bottom div.right {
  
    color: #fff;
}
 #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 #f44336;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}