.cart_counter {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 8px 0px;
    padding: 10px 0px 0px 2px;
}
.item-amount.cartitem {
    width: auto;
    float: left!important;
    height: auto;
    margin: 0 28px 0 0;
}
.pagination{
    justify-content: center;
}
.pagination a,.pagination strong{
    border: 1px solid #ddd;
    padding: 7px;
    /* height: 20px; */
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 2px;
}
.cart_counter input.minus-cart {
    background: url(../img/minus_bg.png) no-repeat center center;
}
.cart_counter input {
    width: 25px;
    float: left;
    height: 25px;
    background: none;
    border: 1px solid #56a75f;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px -1px;
}
.cart_counter input.form-control {
    width: 35px;
    float: left;
    height: 25px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    border: 1px solid #56a75f;
    padding: 0px 0px 0px 0px;
}
.cart_counter input.plus-cart {
    background: url(../img/plus_bg.png) no-repeat center center;
}
.cart_counter input.remove-cart {
    background: url(../img/delele.png) no-repeat center center;
    float: right;
    border: 1px solid #ff0000;
}
header {
    background: #fff;
}
/*//10082023*/
.MuiContainer-root {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width:600px) {
  .MuiContainer-root {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.MuiContainer-disableGutters {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width:600px) {
  .MuiContainer-fixed {
    max-width: 600px;
  }
}
@media (min-width:960px) {
  .MuiContainer-fixed {
    max-width: 960px;
  }
}
@media (min-width:1280px) {
  .MuiContainer-fixed {
    max-width: 1280px;
  }
}
@media (min-width:1920px) {
  .MuiContainer-fixed {
    max-width: 1920px;
  }
}
@media (min-width:0px) {
  .MuiContainer-maxWidthXs {
    max-width: 444px;
  }
}
@media (min-width:600px) {
  .MuiContainer-maxWidthSm {
    max-width: 600px;
  }
}
@media (min-width:960px) {
  .MuiContainer-maxWidthMd {
    max-width: 960px;
  }
}
@media (min-width:1280px) {
  .MuiContainer-maxWidthLg {
    max-width: 1280px;
  }
}
@media (min-width:1920px) {
  .MuiContainer-maxWidthXl {
    max-width: 1920px;
  }
}

.MuiBackdrop-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: -1;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
}
.MuiBackdrop-invisible {
  background-color: transparent;
}

.MuiPaper-root {
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
}
.MuiPaper-rounded {
  border-radius: 8px;
}
.MuiPaper-outlined {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation0 {
  box-shadow: none;
}
.MuiPaper-elevation1 {
  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
}
.MuiPaper-elevation2 {
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
}
.MuiPaper-elevation3 {
  box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
}
.MuiPaper-elevation4 {
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
}
.MuiPaper-elevation5 {
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12);
}
.MuiPaper-elevation6 {
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
}
.MuiPaper-elevation7 {
  box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12);
}
.MuiPaper-elevation8 {
  box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
}
.MuiPaper-elevation9 {
  box-shadow: 0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12);
}
.MuiPaper-elevation10 {
  box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);
}
.MuiPaper-elevation11 {
  box-shadow: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);
}
.MuiPaper-elevation12 {
  box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12);
}
.MuiPaper-elevation13 {
  box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12);
}
.MuiPaper-elevation14 {
  box-shadow: 0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12);
}
.MuiPaper-elevation15 {
  box-shadow: 0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12);
}
.MuiPaper-elevation16 {
  box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12);
}
.MuiPaper-elevation17 {
  box-shadow: 0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12);
}
.MuiPaper-elevation18 {
  box-shadow: 0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12);
}
.MuiPaper-elevation19 {
  box-shadow: 0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12);
}
.MuiPaper-elevation20 {
  box-shadow: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12);
}
.MuiPaper-elevation21 {
  box-shadow: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12);
}
.MuiPaper-elevation22 {
  box-shadow: 0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12);
}
.MuiPaper-elevation23 {
  box-shadow: 0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12);
}
/*.MuiPaper-elevation24 {
  box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);
}*/

@media print {
  .MuiDialog-root {
    position: absolute !important;
  }
}
.MuiDialog-scrollPaper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MuiDialog-scrollBody {
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}
.MuiDialog-scrollBody:after {
  width: 0;
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.MuiDialog-container {
  height: 100%;
  outline: 0;
}
@media print {
  .MuiDialog-container {
    height: auto;
  }
}
.MuiDialog-paper {
  margin: 10px;
  position: relative;
  overflow-y: auto;
}
@media print {
  .MuiDialog-paper {
    box-shadow: none;
    overflow-y: visible;
  }
}
.MuiDialog-paperScrollPaper {
  display: flex;
  max-height: calc(100% - 64px);
  border-radius: 8px;
  flex-direction: column;
}
.MuiDialog-paperScrollBody {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.MuiDialog-paperWidthFalse {
  max-width: calc(100% - 64px);
}

@media (max-width:507.95px) {
  .MuiDialog-paperWidthXs.MuiDialog-paperScrollBody {
    max-width: calc(100% - 64px);
  }
}

.MuiDialog-paperWidthSm {
max-width: 600px;
width: calc(100% - 15px);

overflow: hidden;

position: relative;
}
.promodalclose{
    top: 8px;
right: 8px;
z-index: 1000;
position: absolute;
background-color: #eeeeee;
}

.MuiDialog-paperWidthMd {
  max-width: 960px;
}
@media (max-width:1023.95px) {
  .MuiDialog-paperWidthMd.MuiDialog-paperScrollBody {
    max-width: calc(100% - 64px);
  }
}
.MuiDialog-paperWidthLg {
  max-width: 1280px;
}
@media (max-width:1343.95px) {
  .MuiDialog-paperWidthLg.MuiDialog-paperScrollBody {
    max-width: calc(100% - 64px);
  }
}
.MuiDialog-paperWidthXl {
  max-width: 1920px;
}
@media (max-width:1983.95px) {
  .MuiDialog-paperWidthXl.MuiDialog-paperScrollBody {
    max-width: calc(100% - 64px);
  }
}

.MuiDialog-paperFullScreen {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: 100%;
  max-height: none;
  border-radius: 0;
}
.MuiDialog-paperFullScreen.MuiDialog-paperScrollBody {
  margin: 0;
  max-width: 100%;
}

.MuiTypography-root {
  margin: 0;
}
.MuiTypography-body2 {
  font-size: 0.9375rem;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 400;
  line-height: 1.43;
}
.MuiTypography-body1 {
  font-size: 1.0357142857142856rem;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width:600px) {
  .MuiTypography-body1 {
    font-size: 1rem;
  }
}
@media (min-width:960px) {
  .MuiTypography-body1 {
    font-size: 1rem;
  }
}
@media (min-width:1280px) {
  .MuiTypography-body1 {
    font-size: 1rem;
  }
}
.MuiTypography-caption {
  font-size: 15px;
font-family: 'PT Sans', sans-serif;
font-weight: 500;
line-height: 1.66;
color: #;
margin-right: 5px;

}
.MuiTypography-button {
  font-size: 0.9375rem;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 500;
  line-height: 1.75;
  text-transform: uppercase;
}
.MuiTypography-h1 {
  font-size: 3.7142857142857144rem;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 300;
  line-height: 1.167;
}
@media (min-width:600px) {
  .MuiTypography-h1 {
    font-size: 4.9272rem;
  }
}
@media (min-width:960px) {
  .MuiTypography-h1 {
    font-size: 5.7841rem;
  }
}
@media (min-width:1280px) {
  .MuiTypography-h1 {
    font-size: 6.4267rem;
  }
}
.MuiTypography-h2 {
  font-size: 2.508928571428571rem;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:600px) {
  .MuiTypography-h2 {
    font-size: 3.125rem;
  }
}
@media (min-width:960px) {
  .MuiTypography-h2 {
    font-size: 3.5417rem;
  }
}
@media (min-width:1280px) {
  .MuiTypography-h2 {
    font-size: 3.9583rem;
  }
}
.MuiTypography-h3 {
  font-size: 2.107142857142857rem;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 400;
  line-height: 1.167;
}
@media (min-width:600px) {
  .MuiTypography-h3 {
    font-size: 2.5707rem;
  }
}
@media (min-width:960px) {
  .MuiTypography-h3 {
    font-size: 2.9991rem;
  }
}
@media (min-width:1280px) {
  .MuiTypography-h3 {
    font-size: 3.2134rem;
  }
}
.MuiTypography-h4 {
  font-size: 1.6383928571428572rem;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 400;
  line-height: 1.235;
}
@media (min-width:600px) {
  .MuiTypography-h4 {
    font-size: 2.0243rem;
  }
}
@media (min-width:960px) {
  .MuiTypography-h4 {
    font-size: 2.0243rem;
  }
}
@media (min-width:1280px) {
  .MuiTypography-h4 {
    font-size: 2.2267rem;
  }
}
.MuiTypography-h5 {
  font-size: 1.3035714285714286rem;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 400;
  line-height: 1.334;
}
@media (min-width:600px) {
  .MuiTypography-h5 {
    font-size: 1.4993rem;
  }
}
@media (min-width:960px) {
  .MuiTypography-h5 {
    font-size: 1.4993rem;
  }
}
@media (min-width:1280px) {
  .MuiTypography-h5 {
    font-size: 1.6867rem;
  }
}
.MuiTypography-h6 {
  font-size: 1.1696428571428572rem;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width:600px) {
  .MuiTypography-h6 {
    font-size: 1.25rem;
  }
}
@media (min-width:960px) {
  .MuiTypography-h6 {
    font-size: 1.25rem;
  }
}
@media (min-width:1280px) {
  .MuiTypography-h6 {
    font-size: 1.4063rem;
  }
}
.MuiTypography-subtitle1 {
  font-size: 1.0357142857142856rem;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width:600px) {
  .MuiTypography-subtitle1 {
    font-size: 1rem;
  }
}
@media (min-width:960px) {
  .MuiTypography-subtitle1 {
    font-size: 1rem;
  }
}
@media (min-width:1280px) {
  .MuiTypography-subtitle1 {
    font-size: 1.1429rem;
  }
}
.MuiTypography-subtitle2 {
  font-size: 0.9375rem;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 500;
  line-height: 1.57;
}
.MuiTypography-overline {
  font-size: 0.8035714285714286rem;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 400;
  line-height: 2.66;
  text-transform: uppercase;
}
.MuiTypography-srOnly {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}
.MuiTypography-alignLeft {
  text-align: left;
}
.MuiTypography-alignCenter {
  text-align: center;
}
.MuiTypography-alignRight {
  text-align: right;
}
.MuiTypography-alignJustify {
  text-align: justify;
}
.MuiTypography-noWrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MuiTypography-gutterBottom {
  margin-bottom: 0.35em;
}
.MuiTypography-paragraph {
  margin-bottom: 16px;
}
.MuiTypography-colorInherit {
  color: inherit;
}
.MuiTypography-colorPrimary {
  color: #eeeeee;
}
.MuiTypography-colorSecondary {
  color: #000000;
}
.MuiTypography-colorTextPrimary {
  color: rgba(0, 0, 0, 0.87);
}
.MuiTypography-colorTextSecondary {
  color: rgba(0, 0, 0, 0.54);
}
.MuiTypography-colorError {
  color: #f44336;
}
.MuiTypography-displayInline {
  display: inline;
}
.MuiTypography-displayBlock {
  display: block;
}

.MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}
.MuiTouchRipple-ripple {
  opacity: 0;
  position: absolute;
}
.MuiTouchRipple-rippleVisible {
  opacity: 0.3;
  animation: MuiTouchRipple-keyframes-enter 550ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.MuiTouchRipple-ripplePulsate {
  animation-duration: 200ms;
}
.MuiTouchRipple-child {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  border-radius: 50%;
  background-color: currentColor;
}
.MuiTouchRipple-childLeaving {
  opacity: 0;
  animation: MuiTouchRipple-keyframes-exit 550ms cubic-bezier(0.4, 0, 0.2, 1);
}
.MuiTouchRipple-childPulsate {
  top: 0;
  left: 0;
  position: absolute;
  animation: MuiTouchRipple-keyframes-pulsate 2500ms cubic-bezier(0.4, 0, 0.2, 1) 200ms infinite;
}
@-webkit-keyframes MuiTouchRipple-keyframes-enter {
  0% {
    opacity: 0.1;
    transform: scale(0);
  }
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
}
@-webkit-keyframes MuiTouchRipple-keyframes-exit {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes MuiTouchRipple-keyframes-pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}

.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.MuiButtonBase-root::-moz-focus-inner {
  border-style: none;
}
.MuiButtonBase-root.Mui-disabled {
  cursor: default;
  pointer-events: none;
}
@media print {
  .MuiButtonBase-root {
    -webkit-print-color-adjust: exact;
  }
}

.MuiButton-root {
  color: rgba(0, 0, 0, 0.87);
  padding: 6px 16px;
  font-size: 0.9375rem;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 8px;
  text-transform: uppercase;
}
.MuiButton-root:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
}
.MuiButton-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
  .MuiButton-root:hover {
    background-color: transparent;
  }
}
.MuiButton-root:hover.Mui-disabled {
  background-color: transparent;
}
.MuiButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}
.MuiButton-text {
  padding: 6px 8px;
}
.MuiButton-textPrimary {
  color: #252525;
}
.MuiButton-textPrimary:hover {
  background-color: rgba(238, 238, 238, 0.04);
}
@media (hover: none) {
  .MuiButton-textPrimary:hover {
    background-color: transparent;
  }
}
.MuiButton-textSecondary {
  color: #000000;
}
.MuiButton-textSecondary:hover {
  background-color: rgba(208, 0, 26, 0.04);
}
@media (hover: none) {
  .MuiButton-textSecondary:hover {
    background-color: transparent;
  }
}
.MuiButton-outlined {
  border: 1px solid rgba(0, 0, 0, 0.23);
  padding: 5px 15px;
}
.MuiButton-outlined.Mui-disabled {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.MuiButton-outlinedPrimary {
  color: #eeeeee;
  border: 1px solid rgba(238, 238, 238, 0.5);
}
.MuiButton-outlinedPrimary:hover {
  border: 1px solid #eeeeee;
  background-color: rgba(238, 238, 238, 0.04);
}
@media (hover: none) {
  .MuiButton-outlinedPrimary:hover {
    background-color: transparent;
  }
}
.MuiButton-outlinedSecondary {
  color: #000000;
  border: 1px solid rgba(208, 0, 26, 0.5);
}
.MuiButton-outlinedSecondary:hover {
  border: 1px solid #000000;
  background-color: rgba(208, 0, 26, 0.04);
}
.MuiButton-outlinedSecondary.Mui-disabled {
  border: 1px solid rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
  .MuiButton-outlinedSecondary:hover {
    background-color: transparent;
  }
}
.MuiButton-contained {
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
  background-color: #e0e0e0;
}
.MuiButton-contained:hover {
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
  background-color: #d5d5d5;
}
.MuiButton-contained.Mui-focusVisible {
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
}
.MuiButton-contained:active {
  box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
}
.MuiButton-contained.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}
@media (hover: none) {
  .MuiButton-contained:hover {
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
    background-color: #e0e0e0;
  }
}
.MuiButton-contained:hover.Mui-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.MuiButton-containedPrimary {
  color: #252525;
  background-color: #eeeeee;
}
.MuiButton-containedPrimary:hover {
  background-color: rgb(166, 166, 166);
}
@media (hover: none) {
  .MuiButton-containedPrimary:hover {
    background-color: #eeeeee;
  }
}
.MuiButton-containedSecondary {
  color: #ffffff;
  background-color: #000000;
}
.MuiButton-containedSecondary:hover {
  background-color: rgb(145, 0, 18);
}
@media (hover: none) {
  .MuiButton-containedSecondary:hover {
    background-color: #000000;
  }
}
.MuiButton-disableElevation {
  box-shadow: none;
}
.MuiButton-disableElevation:hover {
  box-shadow: none;
}
.MuiButton-disableElevation.Mui-focusVisible {
  box-shadow: none;
}
.MuiButton-disableElevation:active {
  box-shadow: none;
}
.MuiButton-disableElevation.Mui-disabled {
  box-shadow: none;
}
.MuiButton-colorInherit {
  color: inherit;
  border-color: currentColor;
}
.MuiButton-textSizeSmall {
  padding: 4px 5px;
  font-size: 0.8705357142857143rem;
}
.MuiButton-textSizeLarge {
  padding: 8px 11px;
  font-size: 1.0044642857142856rem;
}
.MuiButton-outlinedSizeSmall {
  padding: 3px 9px;
  font-size: 0.8705357142857143rem;
}
.MuiButton-outlinedSizeLarge {
  padding: 7px 21px;
  font-size: 1.0044642857142856rem;
}
.MuiButton-containedSizeSmall {
  padding: 4px 10px;
  font-size: 0.8705357142857143rem;
}
.MuiButton-containedSizeLarge {
  padding: 8px 22px;
  font-size: 1.0044642857142856rem;
}
.MuiButton-fullWidth {
  width: 100%;
}
.MuiButton-startIcon {
  display: inherit;
  margin-left: -4px;
  margin-right: 8px;
}
.MuiButton-startIcon.MuiButton-iconSizeSmall {
  margin-left: -2px;
}
.MuiButton-endIcon {
  display: inherit;
  margin-left: 8px;
  margin-right: -4px;
}
.MuiButton-endIcon.MuiButton-iconSizeSmall {
  margin-right: -2px;
}
.MuiButton-iconSizeSmall > *:first-child {
  font-size: 18px;
}
.MuiButton-iconSizeMedium > *:first-child {
  font-size: 20px;
}
.MuiButton-iconSizeLarge > *:first-child {
  font-size: 22px;
}

.MuiGrid-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.MuiGrid-item {
  margin: 0;
    
  box-sizing: border-box;
}
.jss17{
    padding-top: 7px;
}
.MuiGrid-zeroMinWidth {
  min-width: 0;
}
.MuiGrid-direction-xs-column {
  flex-direction: column;
}
.MuiGrid-direction-xs-column-reverse {
  flex-direction: column-reverse;
}
.MuiGrid-direction-xs-row-reverse {
  flex-direction: row-reverse;
}
.MuiGrid-wrap-xs-nowrap {
  flex-wrap: nowrap;
}
.MuiGrid-wrap-xs-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.MuiGrid-align-items-xs-center {
  align-items: center;
}
.MuiGrid-align-items-xs-flex-start {
  align-items: flex-start;
}
.MuiGrid-align-items-xs-flex-end {
  align-items: flex-end;
}
.MuiGrid-align-items-xs-baseline {
  align-items: baseline;
}
.MuiGrid-align-content-xs-center {
  align-content: center;
}
.MuiGrid-align-content-xs-flex-start {
  align-content: flex-start;
}
.MuiGrid-align-content-xs-flex-end {
  align-content: flex-end;
}
.MuiGrid-align-content-xs-space-between {
  align-content: space-between;
}
.MuiGrid-align-content-xs-space-around {
  align-content: space-around;
}
.MuiGrid-justify-content-xs-center {
  justify-content: center;
}
.MuiGrid-justify-content-xs-flex-end {
  justify-content: flex-end;
}
.MuiGrid-justify-content-xs-space-between {
  justify-content: space-between;
}
.MuiGrid-justify-content-xs-space-around {
  justify-content: space-around;
}
.MuiGrid-justify-content-xs-space-evenly {
  justify-content: space-evenly;
}
.MuiGrid-spacing-xs-1 {
  width: calc(100% + 8px);
  margin: -4px;
}
.MuiGrid-spacing-xs-1 > .MuiGrid-item {
  padding: 4px;
}
.MuiGrid-spacing-xs-2 {
  width: calc(100% + 16px);
  margin: -8px;
}
.MuiGrid-spacing-xs-2 > .MuiGrid-item {
  padding: 8px;
}
.MuiGrid-spacing-xs-3 {
  width: calc(100% + 24px);
  margin: -12px;
}
.MuiGrid-spacing-xs-3 > .MuiGrid-item {
  padding: 12px;
}
.MuiGrid-spacing-xs-4 {
  width: calc(100% + 32px);
  margin: -16px;
}
.MuiGrid-spacing-xs-4 > .MuiGrid-item {
  padding: 16px;
}
.MuiGrid-spacing-xs-5 {
  width: calc(100% + 40px);
  margin: -20px;
}
.MuiGrid-spacing-xs-5 > .MuiGrid-item {
  padding: 20px;
}
.MuiGrid-spacing-xs-6 {
  width: calc(100% + 48px);
  margin: -24px;
}
.MuiGrid-spacing-xs-6 > .MuiGrid-item {
  padding: 24px;
}
.MuiGrid-spacing-xs-7 {
  width: calc(100% + 56px);
  margin: -28px;
}
.MuiGrid-spacing-xs-7 > .MuiGrid-item {
  padding: 28px;
}
.MuiGrid-spacing-xs-8 {
  width: calc(100% + 64px);
  margin: -32px;
}
.MuiGrid-spacing-xs-8 > .MuiGrid-item {
  padding: 32px;
}
.MuiGrid-spacing-xs-9 {
  width: calc(100% + 72px);
  margin: -36px;
}
.MuiGrid-spacing-xs-9 > .MuiGrid-item {
  padding: 36px;
}
.MuiGrid-spacing-xs-10 {
  width: calc(100% + 80px);
  margin: -40px;
}
.MuiGrid-spacing-xs-10 > .MuiGrid-item {
  padding: 40px;
}
.MuiGrid-grid-xs-auto {
  flex-grow: 0;
  max-width: none;
  flex-basis: auto;
}
.MuiGrid-grid-xs-true {
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
}
.MuiGrid-grid-xs-1 {
  flex-grow: 0;
  max-width: 8.333333%;
  flex-basis: 8.333333%;
}
.MuiGrid-grid-xs-2 {
  flex-grow: 0;
  max-width: 16.666667%;
  flex-basis: 16.666667%;
}
.MuiGrid-grid-xs-3 {
  flex-grow: 0;
  max-width: 25%;
  flex-basis: 25%;
}
.MuiGrid-grid-xs-4 {
  flex-grow: 0;
  max-width: 33.333333%;
  flex-basis: 33.333333%;
}
.MuiGrid-grid-xs-5 {
  flex-grow: 0;
  max-width: 41.666667%;
  flex-basis: 41.666667%;
}
.MuiGrid-grid-xs-6 {
  flex-grow: 0;
  max-width: 50%;
  flex-basis: 50%;
}
.MuiGrid-grid-xs-7 {
  flex-grow: 0;
  max-width: 58.333333%;
  flex-basis: 58.333333%;
}
.MuiGrid-grid-xs-8 {
  flex-grow: 0;
  max-width: 66.666667%;
  flex-basis: 66.666667%;
}
.MuiGrid-grid-xs-9 {
  flex-grow: 0;
  max-width: 75%;
  flex-basis: 75%;
}
.MuiGrid-grid-xs-10 {
  flex-grow: 0;
  max-width: 83.333333%;
  flex-basis: 83.333333%;
}
.MuiGrid-grid-xs-11 {
  flex-grow: 0;
  max-width: 91.666667%;
  flex-basis: 91.666667%;
}
.MuiGrid-grid-xs-12 {
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width:600px) {
  .MuiGrid-grid-sm-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-sm-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-sm-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-sm-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-sm-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-sm-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-sm-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-sm-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-sm-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-sm-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-sm-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-sm-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-sm-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-sm-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width:960px) {
  .MuiGrid-grid-md-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-md-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-md-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-md-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-md-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-md-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-md-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-md-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-md-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-md-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-md-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-md-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-md-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-md-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width:1280px) {
  .MuiGrid-grid-lg-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-lg-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-lg-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-lg-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-lg-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-lg-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-lg-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-lg-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-lg-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-lg-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-lg-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-lg-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-lg-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-lg-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width:1920px) {
  .MuiGrid-grid-xl-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
  }
  .MuiGrid-grid-xl-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
  }
  .MuiGrid-grid-xl-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
  }
  .MuiGrid-grid-xl-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
  }
  .MuiGrid-grid-xl-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
  }
  .MuiGrid-grid-xl-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
  .MuiGrid-grid-xl-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
  }
  .MuiGrid-grid-xl-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
  .MuiGrid-grid-xl-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
  .MuiGrid-grid-xl-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
  }
  .MuiGrid-grid-xl-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
  }
  .MuiGrid-grid-xl-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
  }
  .MuiGrid-grid-xl-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
  }
  .MuiGrid-grid-xl-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
  }
}

.MuiToggleButtonGroup-root {
  display: inline-flex;
  border-radius: 8px;
}
.MuiToggleButtonGroup-vertical {
  flex-direction: column;
}
.MuiToggleButtonGroup-groupedHorizontal:not(:first-child) {
  border-left: 1px solid transparent;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.MuiToggleButtonGroup-groupedHorizontal:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.MuiToggleButtonGroup-groupedVertical:not(:first-child) {
  border-top: 1px solid transparent;
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.MuiToggleButtonGroup-groupedVertical:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.MuiToggleButton-root {
  color: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 11px;
  font-size: 0.9375rem;
  box-sizing: border-box;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 8px;
  text-transform: uppercase;
}
.MuiToggleButton-root.Mui-selected {
  color: rgba(0, 0, 0, 0.54);
  background-color: rgba(0, 0, 0, 0.12);
}
.MuiToggleButton-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.12);
}
.MuiToggleButton-root:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
@media (hover: none) {
  .MuiToggleButton-root:hover {
    background-color: transparent;
  }
}
.MuiToggleButton-root:hover.Mui-disabled {
  background-color: transparent;
}
.MuiToggleButton-root.Mui-selected:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.MuiToggleButton-root.Mui-selected + .MuiToggleButton-root.Mui-selected {
  border-left: 0;
  margin-left: 0;
}
.MuiToggleButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}
.MuiToggleButton-sizeSmall {
  padding: 7px;
  font-size: 0.8705357142857143rem;
}
.MuiToggleButton-sizeLarge {
  padding: 15px;
  font-size: 1.0044642857142856rem;
}

.jss554 {
  flex: 1;
  color: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jss554.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
  background-color: rgb(166, 166, 166);
}
.jss555 {
  flex: 1;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jss555.Mui-selected {
  color: #ffffff;
  background-color: #000000;
}
.jss555.Mui-selected:hover {
  background-color: #000000;
}

.jss552 {
  margin: 8px 16px;
  display: flex;
}
.jss553 {
  flex: 1;
}

.MuiCollapse-root {
  height: 0;
  overflow: hidden;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiCollapse-entered {
  height: auto;
  overflow: visible;
}
.MuiCollapse-hidden {
  visibility: hidden;
}
.MuiCollapse-wrapper {
  display: flex;
}
.MuiCollapse-wrapperInner {
  width: 100%;
}

.MuiDialogActions-root {
  flex: 0 0 auto;
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: flex-end;
}
.MuiDialogActions-spacing > :not(:first-child) {
  margin-left: 8px;
}

.MuiDialogContent-root {
  flex: 1 1 auto;
  padding: 8px 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.MuiDialogContent-root:first-child {
  padding-top: 20px;
}
.MuiDialogContent-dividers {
  padding: 16px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.6071428571428572rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.MuiSvgIcon-colorPrimary {
  color: #eeeeee;
}
.MuiSvgIcon-colorSecondary {
  color: #000000;
}
.MuiSvgIcon-colorAction {
  color: rgba(0, 0, 0, 0.54);
}
.MuiSvgIcon-colorError {
  color: #f44336;
}
.MuiSvgIcon-colorDisabled {
  color: rgba(0, 0, 0, 0.26);
}
.MuiSvgIcon-fontSizeInherit {
  font-size: inherit;
}
.MuiSvgIcon-fontSizeSmall {
  font-size: 1.3392857142857142rem;
}
.MuiSvgIcon-fontSizeLarge {
  font-size: 2.34375rem;
}

.MuiIconButton-root {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 2px;
  overflow: visible;
  font-size: 1.6071428571428572rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
}
.MuiIconButton-root:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.MuiIconButton-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
@media (hover: none) {
  .MuiIconButton-root:hover {
    background-color: transparent;
  }
}
.MuiIconButton-edgeStart {
  margin-left: -12px;
}
.MuiIconButton-sizeSmall.MuiIconButton-edgeStart {
  margin-left: -3px;
}
.MuiIconButton-edgeEnd {
  margin-right: -12px;
}
.MuiIconButton-sizeSmall.MuiIconButton-edgeEnd {
  margin-right: -3px;
}
.MuiIconButton-colorInherit {
  color: inherit;
}
.MuiIconButton-colorPrimary {
  color: #000000;
}
.MuiIconButton-colorPrimary:hover {
  background-color: rgba(238, 238, 238, 0.04);
}
.MuiIconButton-colorPrimarychecked {
  color: #000000;
}
@media (hover: none) {
  .MuiIconButton-colorPrimary:hover {
    background-color: transparent;
  }
}
.MuiIconButton-colorSecondary {
  color: #000000;
}
.MuiIconButton-colorSecondary:hover {
  background-color: rgba(208, 0, 26, 0.04);
}
@media (hover: none) {
  .MuiIconButton-colorSecondary:hover {
    background-color: transparent;
  }
}
.MuiIconButton-sizeSmall {
  padding: 3px;
  font-size: 1.2053571428571428rem;
}
.MuiIconButton-label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}

.MuiAlert-root {
  display: flex;
  padding: 6px 16px;
  font-size: 0.9375rem;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 400;
  line-height: 1.43;
  border-radius: 8px;
  background-color: transparent;
}
.MuiAlert-standardSuccess {
  color: rgb(30, 70, 32);
  background-color: rgb(237, 247, 237);
}
.MuiAlert-standardSuccess .MuiAlert-icon {
  color: #4caf50;
}
.MuiAlert-standardInfo {
  color: rgb(13, 60, 97);
  background-color: rgb(232, 244, 253);
}
.MuiAlert-standardInfo .MuiAlert-icon {
  color: #2196f3;
}
.MuiAlert-standardWarning {
  color: rgb(102, 60, 0);
  background-color: rgb(255, 244, 229);
}
.MuiAlert-standardWarning .MuiAlert-icon {
  color: #ff9800;
}
.MuiAlert-standardError {
  color: rgb(97, 26, 21);
  background-color: rgb(253, 236, 234);
}
.MuiAlert-standardError .MuiAlert-icon {
  color: #f44336;
}
.MuiAlert-outlinedSuccess {
  color: rgb(30, 70, 32);
  border: 1px solid #4caf50;
}
.MuiAlert-outlinedSuccess .MuiAlert-icon {
  color: #4caf50;
}
.MuiAlert-outlinedInfo {
  color: rgb(13, 60, 97);
  border: 1px solid #2196f3;
}
.MuiAlert-outlinedInfo .MuiAlert-icon {
  color: #2196f3;
}
.MuiAlert-outlinedWarning {
  color: rgb(102, 60, 0);
  border: 1px solid #ff9800;
}
.MuiAlert-outlinedWarning .MuiAlert-icon {
  color: #ff9800;
}
.MuiAlert-outlinedError {
  color: rgb(97, 26, 21);
  border: 1px solid #f44336;
}
.MuiAlert-outlinedError .MuiAlert-icon {
  color: #f44336;
}
.MuiAlert-filledSuccess {
  color: #fff;
  font-weight: 500;
  background-color: #4caf50;
}
.MuiAlert-filledInfo {
  color: #fff;
  font-weight: 500;
  background-color: #2196f3;
}
.MuiAlert-filledWarning {
  color: #fff;
  font-weight: 500;
  background-color: #ff9800;
}
.MuiAlert-filledError {
  color: #fff;
  font-weight: 500;
  background-color: #f44336;
}
.MuiAlert-icon {
  display: flex;
  opacity: 0.9;
  padding: 7px 0;
  font-size: 22px;
  margin-right: 12px;
}
.MuiAlert-message {
  padding: 8px 0;
}
.MuiAlert-action {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: -8px;
  padding-left: 16px;
}

.MuiToolbar-root {
  display: flex;
  position: relative;
  align-items: center;
}
.MuiToolbar-gutters {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width:600px) {
  .MuiToolbar-gutters {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.MuiToolbar-regular {
  min-height: 56px;
}
@media (min-width:0px) and (orientation: landscape) {
  .MuiToolbar-regular {
    min-height: 48px;
  }
}
@media (min-width:600px) {
  .MuiToolbar-regular {
    min-height: 64px;
  }
}
.MuiToolbar-dense {
  min-height: 48px;
}

.MuiPickersStaticWrapper-staticWrapperRoot {
  display: flex;
  overflow: hidden;
  min-width: 310px;
  flex-direction: column;
  background-color: #fff;
}

.MuiPickersModal-dialogRoot {
  min-width: 310px;
}
.MuiPickersModal-dialogRootWider {
  min-width: 325px;
}
.MuiPickersModal-dialog:first-child {
  padding: 0;
}
.MuiPickersModal-withAdditionalAction {
  justify-content: flex-start;
}
.MuiPickersModal-withAdditionalAction > *:first-child {
  margin-right: auto;
}

@-webkit-keyframes mui-auto-fill {}
@-webkit-keyframes mui-auto-fill-cancel {}
.MuiInputBase-root {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1.0357142857142856rem;
  box-sizing: border-box;
  align-items: center;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 400;
  line-height: 1.1876em;
}
@media (min-width:600px) {
  .MuiInputBase-root {
    font-size: 1rem;
  }
}
@media (min-width:960px) {
  .MuiInputBase-root {
    font-size: 1rem;
  }
}
@media (min-width:1280px) {
  .MuiInputBase-root {
    font-size: 1rem;
  }
}
.MuiInputBase-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}
.MuiInputBase-multiline {
  padding: 6px 0 7px;
}
.MuiInputBase-multiline.MuiInputBase-marginDense {
  padding-top: 3px;
}
.MuiInputBase-fullWidth {
  width: 100%;
}
.MuiInputBase-input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
border: 1px solid #eee;
border-radius: 10px;
padding: 10px;
padding-bottom: 10px;
padding-top: 10px !important;
}
.MuiInputBase-input::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input::-moz-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input::-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiInputBase-input:focus {
  outline: 0;
}
.MuiInputBase-input:invalid {
  box-shadow: none;
}
.MuiInputBase-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.MuiInputBase-input.Mui-disabled {
  opacity: 1;
}
.MuiInputBase-input:-webkit-autofill {
  animation-name: mui-auto-fill;
  transition-delay: 9999s;
  animation-duration: 5000s;
  transition-property: background-color, color;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-webkit-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-moz-placeholder {
  opacity: 0 !important;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:-ms-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-ms-input-placeholder {
  opacity: 0 !important;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-webkit-input-placeholder {
  opacity: 0.42;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-moz-placeholder {
  opacity: 0.42;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus:-ms-input-placeholder {
  opacity: 0.42;
}
label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-ms-input-placeholder {
  opacity: 0.42;
}
.MuiInputBase-inputMarginDense {
  padding-top: 3px;
}
.MuiInputBase-inputMultiline {
  height: auto;
  resize: none;
  padding: 0;
}
.MuiInputBase-inputTypeSearch {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.MuiFilledInput-root {
  position: relative;
  transition: background-color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  background-color: rgba(0, 0, 0, 0.09);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.MuiFilledInput-root:hover {
  background-color: rgba(0, 0, 0, 0.13);
}
.MuiFilledInput-root.Mui-focused {
  background-color: rgba(0, 0, 0, 0.09);
}
.MuiFilledInput-root.Mui-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
@media (hover: none) {
  .MuiFilledInput-root:hover {
    background-color: rgba(0, 0, 0, 0.09);
  }
}
.MuiFilledInput-colorSecondary.MuiFilledInput-underline:after {
  border-bottom-color: #000000;
}
.MuiFilledInput-underline {
  border-bottom: none;
  border-radius: 8px;
}
.MuiFilledInput-underline:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  transform: scaleX(0);
  transition: transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  border-bottom: none;
  pointer-events: none;
}
.MuiFilledInput-underline.Mui-focused:after {
  transform: scaleX(1);
}
.MuiFilledInput-underline.Mui-error:after {
  transform: scaleX(1);
  border-bottom-color: #f44336;
}
.MuiFilledInput-underline:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "\00a0";
  position: absolute;
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-bottom: none;
  pointer-events: none;
}
.MuiFilledInput-underline:hover:before {
  border-bottom: none;
}
.MuiFilledInput-underline.Mui-disabled:before {
  border-bottom-style: dotted;
}
.MuiFilledInput-underline:hover {
  border-bottom: none;
}
.MuiFilledInput-adornedStart {
  padding-left: 12px;
}
.MuiFilledInput-adornedEnd {
  padding-right: 12px;
}
.MuiFilledInput-multiline {
  padding: 27px 12px 10px;
}
.MuiFilledInput-multiline.MuiFilledInput-marginDense {
  padding-top: 23px;
  padding-bottom: 6px;
}
.MuiFilledInput-input {
  padding: 27px 12px 10px;
}
.MuiFilledInput-input:-webkit-autofill {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.MuiFilledInput-inputMarginDense {
  padding-top: 23px;
  padding-bottom: 6px;
}
.MuiFilledInput-inputHiddenLabel {
  padding-top: 18px;
  padding-bottom: 19px;
}
.MuiFilledInput-inputHiddenLabel.MuiFilledInput-inputMarginDense {
  padding-top: 10px;
  padding-bottom: 11px;
}
.MuiFilledInput-inputMultiline {
  padding: 0;
}
.MuiFilledInput-inputAdornedStart {
  padding-left: 0;
}
.MuiFilledInput-inputAdornedEnd {
  padding-right: 0;
}

.MuiFormLabel-root {
  color: #252525;
  padding: 0;
  font-size: 1.0357142857142856rem;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 400;
  line-height: 1;
}
@media (min-width:600px) {
  .MuiFormLabel-root {
    font-size: 1rem;
  }
}
@media (min-width:960px) {
  .MuiFormLabel-root {
    font-size: 1rem;
  }
}
@media (min-width:1280px) {
  .MuiFormLabel-root {
    font-size: 1rem;
  }
}
.MuiFormLabel-root.Mui-focused {
  color: #252525;
}
.MuiFormLabel-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.MuiFormLabel-root.Mui-error {
  color: #f44336;
}
.MuiFormLabel-colorSecondary.Mui-focused {
  color: #000000;
}
.MuiFormLabel-asterisk.Mui-error {
  color: #f44336;
}

.MuiInputLabel-root {
  display: block;
  transform-origin: top left;
}
.MuiInputLabel-formControl {
  top: 0;
  left: 0;
  position: absolute;
  transform: translate(0, 24px) scale(1);
}
.MuiInputLabel-marginDense {
  transform: translate(0, 21px) scale(1);
}
.MuiInputLabel-shrink {
  transform: translate(0, 1.5px) scale(0.75);
  transform-origin: top left;
}
.MuiInputLabel-animated {
  font-size: 18px;
  transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms,transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
}
.MuiInputLabel-filled {
  z-index: 1;
  transform: translate(12px, 20px) scale(1);
  pointer-events: none;
}
.MuiInputLabel-filled.MuiInputLabel-marginDense {
  transform: translate(12px, 17px) scale(1);
}
.MuiInputLabel-filled.MuiInputLabel-shrink {
  transform: translate(12px, 10px) scale(0.75);
}
.MuiInputLabel-filled.MuiInputLabel-shrink.MuiInputLabel-marginDense {
  transform: translate(12px, 7px) scale(0.75);
}
.MuiInputLabel-outlined {
  z-index: 1;
  transform: translate(14px, 20px) scale(1);
  pointer-events: none;
}
.MuiInputLabel-outlined.MuiInputLabel-marginDense {
  transform: translate(14px, 12px) scale(1);
}
.MuiInputLabel-outlined.MuiInputLabel-shrink {
  transform: translate(14px, -6px) scale(0.75);
}

.MuiFormControl-root {
  border: 0;
  margin: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
}
.MuiFormControl-marginNormal {
  margin-top: 16px;
  margin-bottom: 8px;
}
.MuiFormControl-marginDense {
  margin-top: 8px;
  margin-bottom: 4px;
}
.MuiFormControl-fullWidth {
  width: 100%;
}

.MuiList-root {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.MuiList-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}
.MuiList-subheader {
  padding-top: 0;
}



.MuiPickersDay-day {
  color: rgba(0, 0, 0, 0.87);
  width: 36px;
  height: 36px;
  margin: 0 2px;
  padding: 0;
  font-size: 0.8035714285714286rem;
  font-weight: 500;
}
.MuiPickersDay-hidden {
  opacity: 0;
  pointer-events: none;
}
.MuiPickersDay-current {
  color: #eeeeee;
  font-weight: 600;
}
.MuiPickersDay-daySelected {
  color: #252525;
  font-weight: 500;
  background-color: #eeeeee;
}
.MuiPickersDay-daySelected:hover {
  background-color: #eeeeee;
}
.MuiPickersDay-dayDisabled {
  color: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}

.MuiPickersSlideTransition-transitionContainer {
  display: block;
  position: relative;
}
.MuiPickersSlideTransition-transitionContainer > * {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.MuiPickersSlideTransition-slideEnter-left {
  transform: translate(100%);
  will-change: transform;
}
.MuiPickersSlideTransition-slideEnter-right {
  transform: translate(-100%);
  will-change: transform;
}
.MuiPickersSlideTransition-slideEnterActive {
  transform: translate(0%);
  transition: transform 350ms cubic-bezier(0.35, 0.8, 0.4, 1) 0ms;
}
.MuiPickersSlideTransition-slideExit {
  transform: translate(0%);
}
.MuiPickersSlideTransition-slideExitActiveLeft-left {
  transform: translate(-200%);
  transition: transform 350ms cubic-bezier(0.35, 0.8, 0.4, 1) 0ms;
  will-change: transform;
}
.MuiPickersSlideTransition-slideExitActiveLeft-right {
  transform: translate(200%);
  transition: transform 350ms cubic-bezier(0.35, 0.8, 0.4, 1) 0ms;
  will-change: transform;
}

.MuiPickersCalendarHeader-switchHeader {
  display: flex;
  margin-top: 4px;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-between;
}
.MuiPickersCalendarHeader-transitionContainer {
  width: 100%;
  height: 23px;
  overflow: hidden;
}
.MuiPickersCalendarHeader-iconButton {
  z-index: 1;
  background-color: #fff;
}
.MuiPickersCalendarHeader-daysHeader {
  display: flex;
  max-height: 16px;
  align-items: center;
  justify-content: center;
}
.MuiPickersCalendarHeader-dayLabel {
  color: rgba(0, 0, 0, 0.38);
  width: 36px;
  margin: 0 2px;
  text-align: center;
}

.MuiPickersCalendar-transitionContainer {
  margin-top: 12px;
  min-height: 216px;
}
.MuiPickersCalendar-progressContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MuiPickersCalendar-week {
  display: flex;
  justify-content: center;
}
 
.MuiPickersBasePicker-container {
  display: flex;
  flex-direction: column;
}
.MuiPickersBasePicker-containerLandscape {
  flex-direction: row;
}
.MuiPickersBasePicker-pickerView {
  display: flex;
  max-width: 325px;
  min-width: 310px;
  min-height: 305px;
  overflow-x: hidden;
  flex-direction: column;
  justify-content: center;
}
.MuiPickersBasePicker-pickerViewLandscape {
  padding: 0 8px;
}
 
.MuiPickersToolbarText-toolbarTxt {
  color: rgba(37, 37, 37, 0.54);
}
.MuiPickersToolbarText-toolbarBtnSelected {
  color: #252525;
}

.MuiPickersToolbarButton-toolbarBtn {
  padding: 0;
  min-width: 16px;
  text-transform: none;
}

.MuiPickersToolbar-toolbar {
  height: 100px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  background-color: #eeeeee;
}
.MuiPickersToolbar-toolbarLandscape {
  height: auto;
  padding: 8px;
  max-width: 150px;
  justify-content: flex-start;
}

.MuiPickersDatePickerRoot-toolbar {
  align-items: flex-start;
  flex-direction: column;
}
.MuiPickersDatePickerRoot-toolbarLandscape {
  padding: 16px;
}
.MuiPickersDatePickerRoot-dateLandscape {
  margin-right: 16px;
}

.MuiIcon-root {
  width: 1em;
  height: 1em;
  overflow: hidden;
  font-size: 1.6071428571428572rem;
  flex-shrink: 0;
  user-select: none;
}
.MuiIcon-colorPrimary {
  color: #eeeeee;
}
.MuiIcon-colorSecondary {
  color: #000000;
}
.MuiIcon-colorAction {
  color: rgba(0, 0, 0, 0.54);
}
.MuiIcon-colorError {
  color: #f44336;
}
.MuiIcon-colorDisabled {
  color: rgba(0, 0, 0, 0.26);
}
.MuiIcon-fontSizeInherit {
  font-size: inherit;
}
.MuiIcon-fontSizeSmall {
  font-size: 1.3392857142857142rem;
}
.MuiIcon-fontSizeLarge {
  font-size: 2.4107142857142856rem;
}
 
.jss1134 {
  color: #252525;
  padding: 8px;
  margin-top: 8px;
  text-align: center;
  background-color: #eeeeee;
}
 
@media (min-width:960px) {
  .jss1132 .MuiDialog-container {
    height: 100%;
    margin-top: initial;
  }
}
.jss1133 .MuiFormLabel-root {
  color: rgba(0, 0, 0, 0.87);
}
 
.jss556 {
  color: #252525;
  padding: 8px 16px 0px 16px;
}
.jss557 {
  margin-bottom: 8px;
}
.jss558 {
  display: flex;
  margin-bottom: 8px;
}
.jss559 {
  font-size: 8px;
  margin-left: 4px;
}
@media (min-width:960px) {
  .jss560 .MuiDialog-container {
    height: 100%;
  }
}
.jss561 {
  color: rgba(0, 0, 0, 0.87);
}
.jss562 {
  text-align: left;
}
.jss562 .MuiButton-label {
  display: inline;
}
.jss563 .MuiDialog-paper {
  margin: 4px;
}
@media (min-width:960px) {
  .jss563 .MuiDialog-container {
    height: 100%;
  }
}
 
.MuiSnackbar-root {
  left: 8px;
  right: 8px;
  display: flex;
  z-index: 1400;
  position: fixed;
  align-items: center;
  justify-content: center;
}
.MuiSnackbar-anchorOriginTopCenter {
  top: 8px;
}
@media (min-width:600px) {
  .MuiSnackbar-anchorOriginTopCenter {
    top: 24px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.MuiSnackbar-anchorOriginBottomCenter {
  bottom: 8px;
}
@media (min-width:600px) {
  .MuiSnackbar-anchorOriginBottomCenter {
    left: 50%;
    right: auto;
    bottom: 24px;
    transform: translateX(-50%);
  }
}
.MuiSnackbar-anchorOriginTopRight {
  top: 8px;
  justify-content: flex-end;
}
@media (min-width:600px) {
  .MuiSnackbar-anchorOriginTopRight {
    top: 24px;
    left: auto;
    right: 24px;
  }
}
.MuiSnackbar-anchorOriginBottomRight {
  bottom: 8px;
  justify-content: flex-end;
}
@media (min-width:600px) {
  .MuiSnackbar-anchorOriginBottomRight {
    left: auto;
    right: 24px;
    bottom: 24px;
  }
}
.MuiSnackbar-anchorOriginTopLeft {
  top: 8px;
  justify-content: flex-start;
}
@media (min-width:600px) {
  .MuiSnackbar-anchorOriginTopLeft {
    top: 24px;
    left: 24px;
    right: auto;
  }
}
.MuiSnackbar-anchorOriginBottomLeft {
  bottom: 8px;
  justify-content: flex-start;
}
@media (min-width:600px) {
  .MuiSnackbar-anchorOriginBottomLeft {
    left: 24px;
    right: auto;
    bottom: 24px;
  }
}

.jss13 .MuiDialog-paperFullWidth {
  padding: 16px;
  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
  border-radius: 8px;
  background-color: #eeeeee;
}
@media (min-width:960px) {
  .jss13 .MuiDialog-container {
    height: 100%;
  }
}
.jss14.MuiButton-root {
  color: #ffffff;
  background-color: #484848;
}
@media (max-width:599.95px) {
  .jss14 {
    font-size: 12px;
  }
}
.jss14:hover {
  background-color: #6C6C6C;
}

.jss11 .MuiDialog-paperFullWidth {
  border-radius: 8px;
}
@media (min-width:960px) {
  .jss11 .MuiDialog-container {
    height: 100%;
  }
}
.jss12 {
  color: #000;
  margin-bottom: 16px;
}
 
.jss7 {
  padding: 0;
}
@media (max-width:959.95px) {
  .jss7 {
   
    margin: 0;
    background-color: #ffffff;
  }
}
.jss8 {
  color: #fff;
  z-index: 1201;
}
.jss9 {
  position: absolute;
}

@media (min-width:960px) {
  .jss1085.MuiSnackbar-root {
    top: none;
  }
}

.jss1125 {
  color: #ffffff;
  padding: 8px;
  border-radius: 8px;
  background-color: #000000;
}
.jss1125.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
  background-color: rgb(145, 0, 18);
}
.jss1125:hover {
  background-color: rgb(145, 0, 18);
}
 
.jss21 .MuiDialog-paperFullWidth {
  border-radius: 8px;
}
@media (min-width:960px) {
  .jss21 .MuiDialog-container {
    height: 100%;
  }
}
.jss22 {
  display: flex;
  padding: 8px 8px 0px 8px;
  flex-direction: column;
}
.jss23 {
  padding: 16px;
  text-align: center;
}
.jss24 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.MuiTooltip-popper {
  z-index: 1500;
  pointer-events: none;
}
.MuiTooltip-popperInteractive {
  pointer-events: auto;
}
.MuiTooltip-popperArrow[x-placement*="bottom"] .MuiTooltip-arrow {
  top: 0;
  left: 0;
  margin-top: -0.71em;
  margin-left: 4px;
  margin-right: 4px;
}
.MuiTooltip-popperArrow[x-placement*="top"] .MuiTooltip-arrow {
  left: 0;
  bottom: 0;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: -0.71em;
}
.MuiTooltip-popperArrow[x-placement*="right"] .MuiTooltip-arrow {
  left: 0;
  width: 0.71em;
  height: 1em;
  margin-top: 4px;
  margin-left: -0.71em;
  margin-bottom: 4px;
}
.MuiTooltip-popperArrow[x-placement*="left"] .MuiTooltip-arrow {
  right: 0;
  width: 0.71em;
  height: 1em;
  margin-top: 4px;
  margin-right: -0.71em;
  margin-bottom: 4px;
}
.MuiTooltip-popperArrow[x-placement*="left"] .MuiTooltip-arrow::before {
  transform-origin: 0 0;
}
.MuiTooltip-popperArrow[x-placement*="right"] .MuiTooltip-arrow::before {
  transform-origin: 100% 100%;
}
.MuiTooltip-popperArrow[x-placement*="top"] .MuiTooltip-arrow::before {
  transform-origin: 100% 0;
}
.MuiTooltip-popperArrow[x-placement*="bottom"] .MuiTooltip-arrow::before {
  transform-origin: 0 100%;
}
.MuiTooltip-tooltip {
  color: #fff;
  padding: 4px 8px;
  font-size: 0.6696428571428571rem;
  max-width: 300px;
  word-wrap: break-word;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 500;
  line-height: 1.4em;
  border-radius: 8px;
  background-color: rgba(97, 97, 97, 0.9);
}
.MuiTooltip-tooltipArrow {
  margin: 0;
  position: relative;
}
.MuiTooltip-arrow {
  color: rgba(97, 97, 97, 0.9);
  width: 1em;
  height: 0.71em;
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
}
.MuiTooltip-arrow::before {
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  display: block;
  transform: rotate(45deg);
  background-color: currentColor;
}
.MuiTooltip-touch {
  padding: 8px 16px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.14286em;
}
.MuiTooltip-tooltipPlacementLeft {
  margin: 0 24px ;
  transform-origin: right center;
}
@media (min-width:600px) {
  .MuiTooltip-tooltipPlacementLeft {
    margin: 0 14px;
  }
}
.MuiTooltip-tooltipPlacementRight {
  margin: 0 24px;
  transform-origin: left center;
}
@media (min-width:600px) {
  .MuiTooltip-tooltipPlacementRight {
    margin: 0 14px;
  }
}
.MuiTooltip-tooltipPlacementTop {
  margin: 24px 0;
  transform-origin: center bottom;
}
@media (min-width:600px) {
  .MuiTooltip-tooltipPlacementTop {
    margin: 14px 0;
  }
}
.MuiTooltip-tooltipPlacementBottom {
  margin: 24px 0;
  transform-origin: center top;
}
@media (min-width:600px) {
  .MuiTooltip-tooltipPlacementBottom {
    margin: 14px 0;
  }
}

.jss1107 {
  color: #252525;
  padding: 4px 16px 4px 16px;
  align-items: center;
  background-color: #eeeeee;
}
.jss1108 {
  display: flex;
  justify-content: space-between;
}
.jss1109 {
  display: flex;
  border-top: 1px solid rgba(37, 37, 37, 0.5);
  margin-top: 2px;
  padding-top: 4px;
  border-bottom: 1px solid rgba(37, 37, 37, 0.5);
  justify-content: space-between;
}
.jss1110 {
  border-top: 1px solid #cccccc;
  margin-top: 1px;
}
.jss1111 {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.jss1145 {
  flex: 1;
  padding: 2px;
  box-shadow: none;
}
.jss1145:hover {
  color: rgb(145, 0, 18);
  background-color: transparent;
}

.jss1089 {
  color: #252525;
  margin: 4px 8px;
  border-radius: 8px;
  background-color: rgb(241, 241, 241);
}
.jss1090 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jss1091 {
  padding: 8px;
  min-height: 52px;
}
@media (max-width:1279.95px) {
  .jss1091 {
    align-items: flex-start;
  }
}
.jss1092 {
  flex: 1;
}
@media (max-width:1279.95px) {
  .jss1092 {
    margin-top: 4px;
  }
}
.jss1093 {
  color: #fff;
  padding: 4px;
  margin-top: 4px;
  min-height: 22px;
  border-radius: 0 0 8px 8px;
  background-color: #d32f2f;
}
.jss1094 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jss1095 {
  padding: 2px;
  margin-left: 4px;
  border-radius: 8px;
}
.jss1095:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
 
.jss1088 {
  flex: 1;
  min-height: 254px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #eeeeee;
}
@media (max-width:599.95px) {
  .jss1088 {
    height: calc(100% - 172px);
  }
}
@media (min-width:600px) {
  .jss1088 {
    max-height: 342px;
    overflow-y: scroll;
      z-index: 99;
  }
  .jss1088::-webkit-scrollbar {
    width: 0;
  }
  .jss1088::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.00);
    webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.00);
  }
  .jss1088::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: rgba(0,0,0,.2);
  }
}

.MuiDivider-root {
  border: none;
  height: 1px;
  margin: 0;
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.12);
}
.MuiDivider-absolute {
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.MuiDivider-inset {
  margin-left: 72px;
}
.MuiDivider-light {
  background-color: rgba(0, 0, 0, 0.08);
}
.MuiDivider-middle {
  margin-left: 16px;
  margin-right: 16px;
}
.MuiDivider-vertical {
  width: 1px;
  height: 100%;
}
.MuiDivider-flexItem {
  height: auto;
  align-self: stretch;
}

.jss568 {
  height: 40px;
  margin: 8px 8px;
  display: flex;
  padding: 58px 0px 10px 0px;
  align-items: center;
  justify-content: space-between;
}

.jss1086 {
  color: #252525;
  background-color: #eeeeee;
}
@media (max-width:959.95px) {
  .jss1086 {
    border-radius: 0;
  }
}
.jss1087 {
  height: 40px;
  margin: 0px 8px;
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width:599.95px) {
  .jss1087 {
    margin: 0;
  }
}

.jss1126 {
  color: #252525;
  display: flex;
}
.jss1126 .MuiInputBase-root {
  color: #252525;
  border-radius: 8px;
}
.jss1126 .MuiFormLabel-root {
  color: #252525;
}
.jss1127 {
  margin: 8px 16px;
}
.jss1128 {
  display: flex;
}
.jss1129 {
  display: flex;
  justify-content: space-between;
}
.jss1130 {
  top: 8px;
  right: 8px;
  position: absolute;
}
 
.jss1081 {
  padding: 8px 16px 16px 16px;
}
.jss1082 {
  background-color: #eeeeee;
}
.jss1083 {
  display: none;
  padding: 0 16px;
}
@media (min-width:960px) {
  .jss1083 {
    display: none;
  }
}
.jss1084 {
  color: #252525;
  padding: 8px 16px;
}

.jss31 {
  overflow-x: hidden;
}
@media (min-width:960px) {
  .jss31 .MuiDialog-paper {
    min-height: 300px;
  }
}
@media (min-width:960px) {
  .jss31 .MuiDialog-container {
    height: unset;
  }
}
.jss32 {
  height: 100%;
  margin-bottom: 104px;
}
.jss33 {
  display: flex;
  justify-content: space-between;
}
.jss34 {
  paper-width-sm: 100%;
}
.jss35 {
  top: 8px;
  right: 8px;
  z-index: 1000;
  position: absolute;
  background-color: #eeeeee;
}
.jss35:hover {
  background-color: rgb(166, 166, 166);
}
@media (min-width:960px) {
  .jss36 {
    padding-top: 42px;
  }
}
.jss37 {
  max-height: 400px;
  overflow-y: scroll;
}
@media (min-width:960px) {
  .jss37 {
    padding-top: 42px;
  }
}
.jss37::-webkit-scrollbar {
  width: 8px;
}
.jss37::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0,0,0,0.00);
  webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.00);
}
.jss37::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: rgba(0,0,0,.2);
}
.jss38 {
  overflow: auto;
  max-height: 300px;
  overflow-y: scroll;
}
.jss38::-webkit-scrollbar {
  width: 8px;
}
.jss38::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0,0,0,0.00);
  webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.00);
}
.jss38::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: rgba(0,0,0,.2);
}
.jss39.MuiDialog-paperFullWidth {
  background-color: #ffffff;
}
.jss40.MuiDialog-container {
  height: unset;
}

.MuiListItem-root {
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: flex-start;
  text-decoration: none;
}
.MuiListItem-root.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.08);
}
.MuiListItem-root.Mui-selected, .MuiListItem-root.Mui-selected:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.MuiListItem-root.Mui-disabled {
  opacity: 0.5;
}
.MuiListItem-container {
  position: relative;
}
.MuiListItem-dense {
  padding-top: 4px;
  padding-bottom: 4px;
}
.MuiListItem-alignItemsFlexStart {
  align-items: flex-start;
}
.MuiListItem-divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-clip: padding-box;
}
.MuiListItem-gutters {
  padding-left: 16px;
  padding-right: 16px;
}
.MuiListItem-button {
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.MuiListItem-button:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .MuiListItem-button:hover {
    background-color: transparent;
  }
}
.MuiListItem-secondaryAction {
  padding-right: 48px;
}

.MuiListItemText-root {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}
.MuiListItemText-multiline {
  margin-top: 6px;
  margin-bottom: 6px;
}
.MuiListItemText-inset {
  padding-left: 56px;
}

.jss570 {
  background-color: #cccccc;
}

.jss564 {
  color: #000000;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}
.jss565 {
  background-color: #eeeeee;
}
.jss566.MuiListItem-root {
  color: #000000;
}
.jss566.Mui-selected {
  background-color: #BEBEBE;
}

.MuiTab-root {
  padding: 6px 12px;
  overflow: hidden;
  position: relative;
  font-size: 0.9375rem;
  max-width: 264px;
  min-width: 72px;
  box-sizing: border-box;
  min-height: 48px;
  text-align: center;
  flex-shrink: 0;
  font-family: 'PT Sans', sans-serif;;
  font-weight: 500;
  line-height: 1.75;
  white-space: normal;
  text-transform: uppercase;
}
@media (min-width:600px) {
  .MuiTab-root {
    min-width: 160px;
  }
}
.MuiTab-labelIcon {
  min-height: 72px;
  padding-top: 9px;
}
.MuiTab-labelIcon .MuiTab-wrapper > *:first-child {
  margin-bottom: 6px;
}
.MuiTab-textColorInherit {
  color: inherit;
  opacity: 0.7;
}
.MuiTab-textColorInherit.Mui-selected {
  opacity: 1;
}
.MuiTab-textColorInherit.Mui-disabled {
  opacity: 0.5;
}
.MuiTab-textColorPrimary {
  color: rgba(0, 0, 0, 0.54);
}
.MuiTab-textColorPrimary.Mui-selected {
  color: #eeeeee;
}
.MuiTab-textColorPrimary.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.MuiTab-textColorSecondary {
  color: rgba(0, 0, 0, 0.54);
}
.MuiTab-textColorSecondary.Mui-selected {
  color: #000000;
}
.MuiTab-textColorSecondary.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.MuiTab-fullWidth {
  flex-grow: 1;
  max-width: none;
  flex-basis: 0;
  flex-shrink: 1;
}
.MuiTab-wrapped {
  font-size: 0.8035714285714286rem;
  line-height: 1.5;
}
.MuiTab-wrapper {
  width: 100%;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

/*.jss1146 {
  width: 100%;
  bottom: 0;
  height: 2px;
  position: absolute;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}*/
.jss1147 {
  color: #555555;
padding: 4px;
}

.jss1149 {
  right: 0;
  width: 2px;
  height: 100%;
}

.MuiTabs-root {
  display: flex;
  overflow: hidden;
  min-height: 48px;
  -webkit-overflow-scrolling: touch;
}
.MuiTabs-vertical {
  flex-direction: column;
}
.MuiTabs-flexContainer {
  display: flex;
}
.MuiTabs-flexContainerVertical {
  flex-direction: column;
}
.MuiTabs-centered {
  justify-content: center;
}
.MuiTabs-scroller {
  flex: 1 1 auto;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.MuiTabs-fixed {
  width: 100%;
  overflow-x: hidden;
}
.MuiTabs-scrollable {
  overflow-x: scroll;
  scrollbar-width: none;
}
.MuiTabs-scrollable::-webkit-scrollbar {
  display: none;
}
@media (max-width:599.95px) {
  .MuiTabs-scrollButtonsDesktop {
    display: none;
  }
}

.jss1135 {
  width: 100%;
  margin: 6px 6px 0px 0px;
  display: flex;
  justify-content: start;
}
@media (max-width:959.95px) {
  .jss1135 {
    margin: 0px 6px 0px 0px;
  }
}
.jss1136 {
  width: 100%;
  background-color: #ffffff;
}
.jss1137 {
  background-color: #ffffff;
}
.jss1137 .MuiTabs-root {
  background-color: #ffffff;
}
@media (max-width:959.95px) {
  .jss1137 .MuiTabs-root {
    max-width: calc(100vw - 280px);
  }
}
.jss1138 .MuiTabs-root {
  background-color: #ffffff;
}
.jss1138 .MuiTabs-flexContainer {
  justify-content: center;
    margin-left: 10px;
}
.jss1139.MuiTab-root {
  color: #252525;
}
.jss1139.Mui-selected {
  color: #000000;
}
.jss1140 {
  color: #000000;
  
}

.jss1142 {
  color: #252525;
}
.jss1143 {
  color: #252525;
  border: 1px solid #252525;
  word-wrap: break-word;
  border-radius: 10px;
  overflow-wrap: break-word;
}
.jss1143 fieldset {
  color: #252525;
  border: 1px solid #252525;
  cursor: pointer;
  border-radius: 10px;
}
.jss1143 .MuiInputBase-input {
  color: #252525;
}
.jss1143:hover .MuiOutlinedInput-notchedOutline {
  color: #252525;
  border: 1px solid #252525;
}
.jss1143 .Mui-focused .MuiOutlinedInput-notchedOutline {
  color: #252525;
  border: 1px solid #252525;
}
.jss1144 {
  padding-left: 18px;
  padding-right: 28px;
}

.jss41 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width:600px) {
  .jss41 {
    justify-content: center;
  }
}
.jss42 {
  color: #252525;
}
.jss43 {
  color: #000000;
  width: 100%;
  display: flex;
  align-items: center;
}
.jss44 {
  color: #000000;
}
.jss45 {
  color: #252525;
  border: 1px solid #252525;
  word-wrap: break-word;
  border-radius: 10px;
  overflow-wrap: break-word;
}
.jss45 fieldset {
  color: #252525;
  border: 1px solid #252525;
  cursor: pointer;
  border-radius: 10px;
}
.jss45 .MuiInputBase-input {
  color: #252525;
}
.jss45:hover .MuiOutlinedInput-notchedOutline {
  color: #252525;
  border: 1px solid #252525;
}
.jss45 .Mui-focused .MuiOutlinedInput-notchedOutline {
  color: #252525;
  border: 1px solid #252525;
}

.jss50 {
  width: 100%;
}
.jss51 {
  flex: 4;
}
.jss52 {
  flex: 1;
  text-align: right;
}
.jss53 {
  display: flex;
  padding: 0.7rem;
  text-align: start;
  transition: all 0.5s ease;
}
.jss53:hover {
  cursor: pointer;
  background-color: rgb(229, 229, 229);
}

.jss1112 {
  color: #000000;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
}
.jss1113 {
  top: 0;
  color: #000000;
  position: default;
  background-color: #ffffff;
}
.jss1114 {
  width: 100%;
}
.jss1114::-webkit-scrollbar {
  width: 5px;
  display: none;
}

.jss15 {
  align-items: center;
}
@media (min-width:960px) {
  .jss15 {
    margin: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
}
@media (max-width:599.95px) {
  .jss16 {
    margin: 0;
  }
}
.jss17 {
  color: #252525;
  display: flex;
  flex-direction: column;
  background-color: #eeeeee;
}
.jss18 {
  max-height: 80vh;
}
.jss19 {
  color: #fff;
  height: 72px;
  display: flex;
  padding: 4px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #d32f2f;
}
.jss20 {
  color: #000000;
  background-color: #eeeeee;
}
.typemessage{
    margin-left: 17px;
margin-right: 17px;
margin-top: 4px;
}
.root-menu.active{
    background-color: #BEBEBE!important;
}
.modal {
z-index: 9999;
top: 20%;
}
.btn-primary a{
    color:#fff;
}
#forgot:hover{
    color:#000000;
}
#productModal.modal {
z-index: 99999999;
top: 0px;
}
.dtp {
    z-index: 99999!important;
}
.dtp div.dtp-date, .dtp div.dtp-time {
        background-color: #d32f2f!important;
        }

.dtp .p10 > a {
  color: #fff!important;
  text-decoration: none;
}

.dtp-select-day.selected{
    background: #d32f2f!important;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #d32f2f!important;
  color: #fff;
  text-align: center;
  padding: 0.3em;
}
.header.black_nav{
    border-bottom: 4px solid #000000 !important;
  border-bottom-style: solid;
border-style: solid !important;
border-width: 0px 0px 4px 0px;
}
#root{
 margin-top: 100px;
border: 1px solid #eee;
}
#loading{
    display:none;
}
#loading.active {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
 position: absolute;
top: 40%;
left: 50%;
z-index: 100;
}
#productModalcontent .MuiDialog-paperWidthSm {
  max-width: 600px;
  width: calc(100%);

  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
}
#productModalcontent.modal-body{
     padding: 0;
}
#productModalcontent #menuItemViewModal{
    padding: 15px;
}
#productModalcontent .cartbtn{
    color: #ffffff;
right: 0;
width: 100%;
bottom: 0px;
height: 48px;

font-weight: 500;
border-radius: 0;
background-color: #d0001a;
}
#productModal .modal-content{
    border-radius: 15px;
}
.jss1097 {
  color: #252525;
  padding: 4px 16px 4px 16px;
  align-items: center;
  background-color: #eeeeee;
    
    width:100%;
}
.jss1097.bottom{
   position: absolute;
    bottom:0; 
}
#root{
    margin-top: 100px;
}
.bottomcal{
    display: flex;
justify-content: space-between;
margin-bottom: 4px;
}
#cartcontent{
    position: relative;
}
ul#top_menu li a.cart_bts::before {
  content: '\0041';
  font-size: 24px;
  font-size: 1.5rem;
}
ul#top_menu li a.cart_bts strong {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  width: 16px;
  height: 16px;
  text-indent: 0;
  display: block;
  text-align: center;
  position: absolute;
  bottom: -5px;
  right: -4px;
  line-height: 17px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #000000;
  color: #fff !important;
}
ul#top_menu li a.cart_bts strong {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  text-indent: 0;
  text-align: center;
  line-height: 17px !important;
  color: #fff !important;
}
ul#top_menu li a.cart_bts::before {
  font-family: 'Glyphter';
  font-size: 21px;
  font-size: 1.3125rem;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  line-height: 1;
}
ul#top_menu li a.cart_bts {
  top: 5px;
  text-indent: -9999px;
  color: #333 !important;
  display: block;
  width: 22px;
  height: 23px;
  position: relative;
  transition: opacity 0.5s ease;
}
/*.MuiGrid-grid-lg-2{
    width:100%;
}*/
.MuiTabs-scroller.MuiTabs-scrollable{
    margin-bottom: 0px;
align-items: center;
display: flex;
}
.MuiIconButton-searcheEnd:hover{
    background: inherit;
    background-color: inherit;
}
.itemtop{
    justify-content: space-between;
    width: 100%;
}
.submenugrid{
    justify-content: space-between;
display: flex;
width: 42%;
}
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 25px;
 margin-bottom: 6px;
cursor: pointer;
font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
width: 20px;

border: 2px solid red;
}
#submenusec h6.head{
    margin-bottom: 10px;
    color: #000000;
    font-size: 1.4063rem;
}
/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
 left: 6px;
top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#special_note_text{
    padding: 10px;
}
.itemimg {
    max-width: 90;
    max-height: 90;
    min-height: 90;
    border-radius: 4px;
    object-fit: cover;
    height: auto;
}
.coupon_sec{
    margin-top: 8px;
  margin-bottom: 8px;
    text-align: center;
}
.coupon_sec button{
    font-size: 0.9375rem;
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
  line-height: 1.75;
  text-transform: uppercase;
  color: #ffffff;
  padding: 8px;
  border-radius: 8px;
  background-color: #000;
  border: none;
  margin: 5px auto;
}
@media (max-width:959px) {
    .jss564 {
    
    height: auto;
    }
    .checkoutrev{
         display: flex;
    flex-direction: column-reverse;
    }
    .MuiTabs-root {
  display: flex;
  overflow: hidden;
  min-height: 48px;
  -webkit-overflow-scrolling: touch;
 
  width: 50%;
}
    .itemtop{
        width: 100%;
display: block !important;
margin-left: 18px;
    }
    #items-container{
            padding-left: 12px;
    }
    #tabcategory{
        margin-top: 1rem;
text-align: left;
padding: 10px;
    }
}