
@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

/*data table fa icons*/
.datatable-fa_icons {
    font-size:20px;
}

/*rating's star css'*/
.rating > .checked {
  color: orange;
}

/*css for highlighting date on calandar on product non delivery section*/
.event a {
    background-color: #5FBA7D !important;
    color: #ffffff !important;

}

th{
   text-transform: capitalize;
}

.discount-applied {
   text-decoration: line-through;
   font-size: 12px !important;
   color: #f44336 !important;
   margin-bottom: 7px;
}
.discount-p {
   color: #4caf50;
   font-weight: 600;
}

.text-left{
    text-align: left !important;
}

.dir-ar{
    direction: rtl;
}

