body {
   background: rgb(35, 38, 36) !important;
  
}
h2 {
     color :rgb(237, 237, 237) !important;
}
.single-cart-item {
    background: linear-gradient(to left, rgba(4, 120, 71, 0.2), rgba(4, 120, 71, 0)) rgba(4, 120, 71, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px, rgba(0, 0, 0, 0.1) 0px 1px 1px;
    color: rgb(237, 237, 237);
}
.single-cart-item .content .cart {
   background-color: #047847 !important;
}
.single-cart-item .content .title {
     color :rgb(237, 237, 237) !important;
}
.user-event-area .user-event{
  box-shadow: rgb(4, 120, 71) 0px -20px 30px -30px inset;
    background-color: rgb(35, 38, 36) !important;
}

.user-event-area .user-event--center::after {
    box-shadow: rgb(4, 120, 71) 0px -20px 30px -30px inset;
   background-image:-webkit-radial-gradient(top, circle closest-corner, rgb(23 6 255 / 0%) 0, rgba(16, 187, 101, 0) 98%, #ffffff00 100%, #232624 100%) !important;
}
.user-event-area .user-event--center .event-btn-link {
    background: #047847 !important; 
    color: #ffffff  !important; 
}
.btn--color-radical-red {
    color: #047847 !important;
}
.product-item--style-1 .content--right .btn {
    background: rgb(4 120 71) !important;
}
.product-item--style-1 .content{
    background: linear-gradient( 180deg, #31415900, #047847 59%, #047847 72%, #047847 82%, #047847 90%, #047847) !important;
}
.catagories-nav-1 .btn{
    background: radial-gradient(rgba(255, 55, 95, 0), #047847) !important;
    color: #ffffff !important;
}
.modal-header{
        background-color: #047847 !important;

}
.btn--bg-maya-blue {
    background: #047847c7 !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 #f44336;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.title {
    color:#fff;
}
}