.text-primary-sushibox {
    color: #e31e24!important;
}

.sb-loading {
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}

.spinner-border-md {
    width: 3rem !important;
    height: 3rem !important;
}

.abs {
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    position: absolute;
    top: 57px;
    bottom: 0px;
    padding-right: 20px;
    padding-top: 25px;
}

.header .header-menu .menu > .menu-item.here > .menu-link .menu-title {
    color: #fff !important;
}

.header .header-menu .menu > .menu-item.here > .menu-link {
    background-color: #2b2a28 !important;
}

.sb-counter-bottom {
    width: 140px !important;
}

.old-price {
    position: relative;
    color: #7f94a1;
  }
  
  .old-price:before {
    border-bottom: 1px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 56%;
    transform: rotate(-12deg);
  }

  .react-select-container .react-select__control {
    border: 0;
    background-color: #f5f8fa;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .react-select-container .react-select__control.react-select__control--is-focused {
    border-color: #009EF7;
  }

  .react-select-container .react-select__value-container > div:first-child {
      margin-left: 0;
  }

  .react-select-container .react-select__multi-value {
    background-color: #E4E6EF;
    border-radius: 5px;
    padding: 2px;
    color: #5E6278;
  }

  .react-select-container .react-select__multi-value__remove {
    color: #5E6278;
  }

  .react-select-container .react-select__multi-value__remove:hover {
    color: #fff;
    background-color: #F1416C;
  }

.custom-dot .BrainhubCarousel__dot:before {
    width: 10px !important;
    height: 10px !important;
    border-radius: 3px !important;
    background: #3F4254 !important;
}

.tooltip-custom::before {
    border-top: 8px solid #f2f3f6 !important;
}

.tooltip-custom {
    opacity: 0.9 !important;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;    
  max-height: 32px;     
  -webkit-line-clamp: 2; /* Write the number of 
                            lines you want to be 
                            displayed */
  -webkit-box-orient: vertical;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev, .swiper-button-next {
  color: #ed1b23 !important;
  padding-top: 5px;
}

.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 26px !important;
  top: 10px
}

.swiper-pagination-bullet {
  background: #ed1b23 !important;
}