* {
  font-family: "Arial";
}

body {
  overflow-x: hidden;
}

.card-cart-pushing-loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-input:-webkit-autofill,
.login-input:-webkit-autofill:hover,
.login-input:-webkit-autofill:focus,
.login-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  background-color: transparent !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 9999s ease-out;
}


.img-cart-pushing-loading {

}

i.material-icons {
  line-height: unset !important;
}
.breadcrumb {
  /* background-color: #f8f8f8 !important; */
  background-color: white !important;

}
ol.breadcrumb {
  /* background-color: #f8f8f8 !important; */
  padding:0px !important;
  margin-bottom: 0px ! important;
}
.breadcrumb > li > a {
  color: #707070;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
}
.breadcrumb-item.active a{
  color: #D71920;
  font-size: 16px;
  font-weight: 500;
}

ol.productdetailbreadcrumb {
  padding:0px !important;
  margin-bottom: 0px ! important;
  display: flex !important;
  list-style: none !important;
}
.productdetailbreadcrumb > li > a {
  color: #707070;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
}
.productdetailbreadcrumb-item.active a{
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.bg-red {
  background-color: #d71920;
  color: white;
}
.bg-grey {
  background-color: #f8f8f8;
}
.coupon-discount {
  color: #00B050;
}
.ReactCollapse--collapse {
  transition: height 500ms;
}

.ReactCollapse--content {
}

.pagination-focus {
  color: white !important;
  font-weight: bold;
  background-color: #d71920;
}

/* Owl Carousel */
.owl-carousel {
  overflow: hidden;
  z-index: 0 !important;
}

.owl-carousel .owl-nav {
  height: 47px;
  position: absolute;
  width: 100%;
  cursor: pointer;
  top: 35% !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  font-size: 30px;
  border: 1px solid #d3d3d3 !important;
  background-color: #ffffff !important;
  /* width: 52px;
  height: 104px;
  opacity: 70%; */
  justify-content: center;
  align-items: center;
  margin: 0px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0px;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background-position: 0px -13px;
  background-color: transparent;
  color: black;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background-position: -24px -53px;
  background-color: transparent;
  color: black;
}

.owl-dots {
  margin-top: 10px;
}

.owl-carousel .owl-dots .active span,
.owl-carousel .owl-dots :hover span {
  background-color: #ed302f !important;
}

.owl-stage-outer {
  z-index: 9999;
}

.owl-nav button {
  z-index: 10000;
}
.owl-dots {
  z-index: 9999;
}

/* flashsale */
.owl-fleshsale .owl-nav button.owl-next,
.owl-fleshsale .owl-nav button.owl-prev {
  background-color: #ffc000 !important;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.owl-fleshsale .owl-nav button.owl-prev {
  left: -20px;
}
.owl-fleshsale .owl-nav button.owl-next {
  right: -20px;
}

/* slider slick arrow button */
.slick-prev:before,
.slick-next:before {
  color: #d71920 !important;
  font-size: 24px !important;
}



  /* @media (max-width: 425px) {
    font-size: 1.5rem !important;
  }
}


/* size icon gridDisplay & list Display */
.iconDisplaySize {
  @media (min-width: 992px) {
    font-size: 2rem;
  }
  @media (min-width: 576px) {
    font-size: 1rem;
  }
}
.left-align-slick > .slick-list > .slick-track {
  margin-left: 10px !important;
}
.right-align-slick > .slick-list > .slick-track {
  margin-right: 10px !important;
}



/* .dropdown-menu2{
  transform: translate3d(5px, 40px, 0px)!important;
} */
/* nav */
.nav-menu,
.nav-menu ul,
.nav-menu li,
.nav-menu a {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  display: block;
  position: relative;
}
.nav-menu ul {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 999;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav-menu li:hover > ul {
  left: 0;
  opacity: 1;
  z-index: 1000;
}
.nav-menu ul li:hover > ul {
  top: 0;
  left: 100%;
}
.nav-menu li {
  cursor: default;
  float: left;
  white-space: nowrap;
}
.nav-menu ul li {
  float: none;
}

/* sub width */
.nav-menu ul {
  min-width: 12em;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

/* center */
.nav-center {
  float: right;
  right: 50%;
}
.nav-center > li {
  left: 50%;
}

/* root */
.nav-menu a {
  padding: 0 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 20px;
}

/* root: active */
.nav-menu > li > .nav-active {
  background-color:  #fff;
}

/* root: hover/persistence */
.currentMenuDiv .nav-menu a:hover,
.currentMenuDiv .nav-menu a:focus,
.currentMenuDiv .nav-menu li:hover a {
  background-color: #e7e7e9 !important;
  color: #d71920 !important;
}

/* 2 */
.currentMenuDiv .nav-menu li li a,
.currentMenuDiv .nav-menu li:hover li a {
  padding: 8px 10px;
  background: #fff;
  color: #555;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  padding-left: 20px;
  padding-right: 20px;
}

/* 2: hover/persistence */
.currentMenuDiv .nav-menu li:hover li a:hover,
.currentMenuDiv .nav-menu li:hover li a:focus,
.currentMenuDiv .nav-menu li:hover li:hover a {
  background-color: #e7e7e9 !important;
    color: #d71920 !important;
}

/* 3 */
.currentMenuDiv .nav-menu li:hover li:hover li a {
  background-color: #e7e7e9 !important;
    color: #d71920 !important;
}

/* 3: hover/persistence */
.currentMenuDiv .nav-menu li:hover li:hover li a:hover,
.currentMenuDiv .nav-menu li:hover li:hover li a:focus,
.currentMenuDiv .nav-menu li:hover li:hover li:hover a {
  background-color: #e7e7e9 !important;
    color: #d71920 !important;
}

/* 4 */
.currentMenuDiv .nav-menu li:hover li:hover li:hover li a {
  background-color: #e7e7e9 !important;
    color: #d71920 !important;
}

/* 4: hover */
.currentMenuDiv .nav-menu li:hover li:hover li:hover li a:hover,
.currentMenuDiv .nav-menu li:hover li:hover li:hover li a:focus {
  background-color: #e7e7e9 !important;
    color: #d71920 !important;
}

/* vertical */
.nav-vertical {
}
.nav-vertical ul {
  top: 0;
  left: -9999px;
}
.nav-vertical li {
  width: 100%;
  float: none;
}
.nav-vertical li:hover > ul {
  left: 100%;
}

.cardBorderShadow {
  /*
  -webkit-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.2);
  */
  background-color: #ffffff;
  /* border-radius: 8px;*/
}

.bannerStyle {
  height: 320px;
  width: "100%";
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 240px;
  color: #000;
  font-size: 12px;
  background-color: white;
  border-radius: 10px;
  padding: 10px 15px 0px 15px;
}

.tooltip-text::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: white;
  padding: 5px;
  z-index: 1;
}

.tooltip-text b{
  font-size: 1rem;
}

.tooltip-text p{
  margin-bottom: 0.5rem !important
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -97px;
  left: -100%;
  box-shadow: 3px 5px 8px 2px rgba(214,210,214,1);
}

#top::before {
  top: 94%;
  left: 8%;
}

.handling-fee-mini-cart {
  top: -80px;
  left: -94%;
  box-shadow: 3px 5px 8px 2px rgba(214,210,214,1);
  width: 180px;
}

.handling-fee-mini-cart::before {
  top: 94%;
  left: 8%;
}

.tcs-total-mini-cart{
  width: 202px;
}
.hover-text {
  position: relative;
  display: inline-block;
}

.voucher-dropdown {
  width: 94.5%;
}
.wheel-container{
  width: 40%;
  height: 25vw;
  position: relative;
  top: 10%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.wheel-image{
  border-top-left-radius: 50% 50%; border-top-right-radius: 50% 50%; border-bottom-right-radius: 50% 50%; border-bottom-left-radius: 50% 50%;
}

@media (min-width: 1920px) and (max-width: 2560px)  {
 .modal-lg, .modal-xl {
    max-width: 1500px;
  }
}

@media screen and (max-width: 1200px) {
  .bannerStyle {
    height: 280px;
  }
}

@media screen and (max-width: 992px) {
  .bannerStyle {
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
  .bannerStyle {
    height: 220px;
  }
  .history-status {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {

  .voucher-dropdown {
    width: 100%;
  }

  .bannerStyle {
    height: 160px;
  }
  .history-status {
    font-size: 12px;
}

.slick-next-arrow {
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.slick-back-arrow {
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.slick-next {
  right: 0px !important;
} 
.slick-prev {
  left: 0px !important;
}

.history-status {
  width: 80px;
  font-size: 16px;
}

/* @media screen and (max-width: 480px) {
  .slick-next-arrow {
    top: 52px;
  }
  .slick-back-arrow {
    top: 52px;
  }
} */

.max-lines {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 18px;
  word-break: break-all;
  overflow: hidden;
}

/* .slick-track2 {
  margin-left: 0px !important;
} */
.noFocus:focus {
  outline: 0px !important;
}

.modal-dialog {
  width: 100 !important;
  height: 100 !important;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 300px; /* New width for default modal */
  }
  .modal-sm {
    width: 350px; /* New width for small modal */
  }
}

.modal-background-image {
  height: 600px;
}

.coupon-model {
  margin-top: 5%;
}

@media screen and (max-width: 768px) {
  .coupon-model {
    margin-top: 22%;
  }
}

@media screen and (max-width: 480px) {
  .modal-background-image {
    height: 350px;
  }
}
}