@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;

0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
* {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.qtyinput {
  input {
    text-align: center;
  }
}

.placeholder-input {
  ::placeholder {
    color: #000000 !important;
  }
}

.search-input {
  ::placeholder {
    color: #000000 !important;
  }
}

html {
  scroll-behavior: smooth;
}

/* @import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css""); */

:root {
  --primary-color: #eb0003;
  --light-gray: #8b8b8b;
  --light-green: #44b49b;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'helvetica';
  src:
    url('/Helvetica-Font/helvetica-rounded-bold-5871d05ead8de.otf') format('otf'),
    url('/Helvetica-Font/Helvetica.ttf') format('ttf'),
    url('/Helvetica-Font/Helvetica-Bold.ttf') format('ttf'),
    url('/Helvetica-Font/Helvetica-BoldOblique.ttf') format('ttf'),
    url('/Helvetica-Font/helvetica-compressed-5871d14b6903a.otf') format('otf'),
    url('/Helvetica-Font/helvetica-light-587ebe5a59211.ttf') format('ttf'),
    url('/Helvetica-Font/Helvetica-Oblique.ttf') format('ttf');
}

body {
  font-family: 'Plus Jakarta Sans' !important;
  max-width: 100%;
  min-height: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f5f5f5;
}

legend {
  float: unset !important;
}

@media (max-width: 430px) {
  .App {
    max-width: 1080px;
    background-color: transparent;
    border: 1px solid #d3d3d3a3;
    height: 720px;
    min-height: 950px;
    border-bottom: 0px;
    border-top: 0px;
  }

  body {
    font-family: 'Plus Jakarta Sans' !important;
    max-width: 500px;
    min-height: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
td {
  font-family: 'Plus Jakarta Sans' !important;
}

.nav {
  overflow-x: auto;
  overflow-y: hidden;
  height: 60px;
}

.nav-item {
  cursor: pointer;
  margin: 15px 0px;
}

.nav-link {
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
}

/* product location */

.MuiAccordionSummary-content {
  margin: 0px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

/* Product Slider */

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.slick-slide {
  padding-right: 10px;
}

.slick-slide:last-child {
  padding-right: 0;
}

.slick-slide img {
  display: block;
}

.slick-list {
  margin: 0 15px;
}

.price {
  color: #eb0003 !important;
}

.nav-link {
  color: #fff !important;
}

/* search */

.fa-bars {
  color: #eb0003;
}

.input-group-text {
  background: #fff;
}

.input-group-prepend {
  margin-right: -2px !important;
}

.input-group-append {
  margin-left: -2px !important;
}

/* searchpage */

.box-shadow-search {
  -webkit-box-shadow: 0px 5px 7px -1px #e4e4e4;
  box-shadow: 0px 5px 7px -1px #e4e4e4;
}

.searchpage-input {
  border: none;
  font-size: 15px;
  outline: none;
  padding: 12px 12px 12px 0;
  font-size: 14px;
  letter-spacing: -0.2px;
  text-align: left;
  display: table-cell;
  width: 250px;
  height: 52px;
}

.form-control {
  padding: 0 !important;
  font-size: 0 !important;
}

/**************************/

::-webkit-input-placeholder {
  color: white !important;
}

::-moz-placeholder {
  color: white !important;
}

::-ms-input-placeholder {
  color: white !important;
}

::placeholder {
  color: white !important;
}

.App {
  max-width: 100%;
  background-color: transparent;
  border: 1px solid #d3d3d3a3;
  height: 720px;
  min-height: 950px;
  border-bottom: 0px;
  border-top: 0px;
}

@media only screen and (max-height: 850px) {
  .App {
    min-height: 720px;
    background-color: transparent;
  }
}

@media only screen and (max-width: 600px) {
  .App {
    border: none;
    height: 100%;
    min-height: 0px;
  }
}

.css-19kzrtu {
  padding: 0 !important;
}

.dropship {
  margin: 0 0.75rem;
  border: 0.125rem solid #fff;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  height: 2.688rem;
  background-color: #fff;
  border-radius: 4px;
}

.dropship h1 {
  font-size: 1rem;
}

.dropship .items {
  margin: 0.75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* /Dropship Switch Section/ */

.switch {
  display: inline-block;
  position: relative;
  width: 31px;
  height: 17px;
  border-radius: 20px;
  background: #dfd9ea;
  -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}

.switch::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  width: 15px;
  height: 15px;
  background: #fafafa;
  border-radius: 50%;
  -webkit-transition:
    left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch:active::before {
  -webkit-box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.28),
    0 0 0 20px rgba(128, 128, 128, 0.1);
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.28),
    0 0 0 20px rgba(128, 128, 128, 0.1);
}

.drop-switch-input:checked + .switch {
  background: var(--primary-color);
}

.drop-switch-input:checked + .switch::before {
  left: 15px;
  background: #fff;
}

.drop-switch-input:checked + .switch:active::before {
  -webkit-box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.28),
    0 0 0 20px rgba(0, 150, 136, 0.2);
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.28),
    0 0 0 20px rgba(0, 150, 136, 0.2);
}

/* setting */

.settingsCouponBox {
  background: #fff;
  color: #778189;
  font-size: 14px;
  width: 100%;
}

.cache {
  background: #eb0003;
  font-size: 13px;
}

.silver-box {
  margin-top: -13px;
  color: #fff;
  width: 80px;
  font-size: 12px;
  height: 24px;
  background: #8b1f56;
  margin-left: 5px;
}

.all-orders {
  margin-right: -14px !important;
}

.allorders-icon {
  margin-right: 4px !important;
}

.setting-subtext {
  font-size: 13px;
}

.setting-title {
  color: #000;
  font-size: 18px;
}

.setting-p {
  color: #000;
  /* font-size:13px; */
}

/* /Voucher Code Section/ */

.voucher {
  margin: 0.75rem 0.75rem;
  border: 0.125rem solid #fff;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  min-height: 3.25rem;
  background-color: #fff;
  border-radius: 4px;
}

.voucher-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.voucher-tag {
  height: 2rem;
  margin: 0.35rem 0.5rem;
}

.voucher-input {
  display: inline-block;
  width: 75%;
  border: none;
}

.voucher-btn {
  width: 15%;
  margin: 0 0.5rem;
  background-color: #fff;
  border: none;
}

.line-gray {
  color: var(--light-gray);
  width: 95%;
  margin-left: 0.4rem;
  size: 1px;
}

/* /End of Voucher Code Section/ */

.payment-text {
  margin: 0.75rem 0 0.5rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 500;
}

.finish {
  height: 3.125rem;
  margin: 0 0.75rem 1.5rem;
}

.finish-btn {
  font-size: 1rem;
  width: 100%;
  height: 90%;
  color: #fff;
  text-transform: uppercase !important;
  border: none;
  border-radius: 6px;
  background-color: var(--primary-color);
}

/* appbar */

.shadow-card {
  box-shadow: 0px 0px 2px -1px #dbd5d5;
  -webkit-box-shadow: 0px 0px 2px -1px #dbd5d5;
  -moz-box-shadow: 0px 0px 2px -1px #dbd5d5 !important;
}

.shadow-tab {
  color: #000 !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2) !important;
}

/* home */

.rounded-card {
  border-radius: 5px;
}

@-webkit-keyframes App-logo-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes App-logo-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* new and best sellor button  */

.new_btn {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #fff !important;
  background: #fdd535;
  font-size: 10px;
  width: 70px;
  height: 27px;
  border: 0;
}

.bestsellor_btn {
  position: absolute;
  background: #fe0000;
  right: 10px;
  top: 38px;
  font-size: 10px;
  width: 70px;
  height: 27px;
  border: 0;
  color: yellow !important;
}

/* //product card name */

.product-title {
  font: 'Roboto';
  font-weight: '400';
  font-size: '12px';
}

.nav-hover {
  /* width:40px */
  margin-left: -3px;
}

.nav-hover:active {
  color: #eb0003;
}

.nav-hover:hover {
  color: #eb0003;
}

.nav-icons {
  font-size: '25px';
  /* width: "fit-content"; */
}

/* heart like button--------------------------------------start */

.like-btn-position {
  position: absolute;
  top: -17px;
  left: -27px;
}

.heartbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

svg {
  cursor: pointer;
  overflow: visible;
  /* width: 60px;
  margin: 20px; */
}

svg #heart {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: animateHeartOut 0.3s linear forwards;
  animation: animateHeartOut 0.3s linear forwards;
}

svg #main-circ {
  -webkit-transform-origin: 29.5px 29.5px;
  transform-origin: 29.5px 29.5px;
}

.checkbox {
  display: none;
}

.checkbox:checked + label svg #heart {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  fill: #e2264d;
  -webkit-animation: animateHeart 0.3s linear forwards 0.25s;
  animation: animateHeart 0.3s linear forwards 0.25s;
}

.checkbox:checked + label svg #main-circ {
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-animation: animateCircle 0.3s linear forwards;
  animation: animateCircle 0.3s linear forwards;
  opacity: 1;
}

.checkbox:checked + label svg #heartgroup1 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}

.checkbox:checked + label svg #heartgroup1 #heart1 {
  -webkit-transform: scale(0) translate(0, -30px);
  transform: scale(0) translate(0, -30px);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition:
    0.5s transform 0.3s,
    0.5s -webkit-transform 0.3s;
}

.checkbox:checked + label svg #heartgroup1 #heart2 {
  -webkit-transform: scale(0) translate(10px, -50px);
  transform: scale(0) translate(10px, -50px);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s transform 0.3s;
  transition:
    1.5s transform 0.3s,
    1.5s -webkit-transform 0.3s;
}

.checkbox:checked + label svg #heartgroup2 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}

.checkbox:checked + label svg #heartgroup2 #heart1 {
  -webkit-transform: scale(0) translate(30px, -15px);
  transform: scale(0) translate(30px, -15px);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition:
    0.5s transform 0.3s,
    0.5s -webkit-transform 0.3s;
}

.checkbox:checked + label svg #heartgroup2 #heart2 {
  -webkit-transform: scale(0) translate(60px, -15px);
  transform: scale(0) translate(60px, -15px);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s transform 0.3s;
  transition:
    1.5s transform 0.3s,
    1.5s -webkit-transform 0.3s;
}

.checkbox:checked + label svg #heartgroup3 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}

.checkbox:checked + label svg #heartgroup3 #heart1 {
  -webkit-transform: scale(0) translate(30px, 0px);
  transform: scale(0) translate(30px, 0px);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition:
    0.5s transform 0.3s,
    0.5s -webkit-transform 0.3s;
}

.checkbox:checked + label svg #heartgroup3 #heart2 {
  -webkit-transform: scale(0) translate(60px, 10px);
  transform: scale(0) translate(60px, 10px);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s transform 0.3s;
  transition:
    1.5s transform 0.3s,
    1.5s -webkit-transform 0.3s;
}

.checkbox:checked + label svg #heartgroup4 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}

.checkbox:checked + label svg #heartgroup4 #heart1 {
  -webkit-transform: scale(0) translate(30px, 15px);
  transform: scale(0) translate(30px, 15px);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition:
    0.5s transform 0.3s,
    0.5s -webkit-transform 0.3s;
}

.checkbox:checked + label svg #heartgroup4 #heart2 {
  -webkit-transform: scale(0) translate(40px, 50px);
  transform: scale(0) translate(40px, 50px);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s transform 0.3s;
  transition:
    1.5s transform 0.3s,
    1.5s -webkit-transform 0.3s;
}

.checkbox:checked + label svg #heartgroup5 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}

.checkbox:checked + label svg #heartgroup5 #heart1 {
  -webkit-transform: scale(0) translate(-10px, 20px);
  transform: scale(0) translate(-10px, 20px);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition:
    0.5s transform 0.3s,
    0.5s -webkit-transform 0.3s;
}

.checkbox:checked + label svg #heartgroup5 #heart2 {
  -webkit-transform: scale(0) translate(-60px, 30px);
  transform: scale(0) translate(-60px, 30px);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s transform 0.3s;
  transition:
    1.5s transform 0.3s,
    1.5s -webkit-transform 0.3s;
}

.checkbox:checked + label svg #heartgroup6 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}

.checkbox:checked + label svg #heartgroup6 #heart1 {
  -webkit-transform: scale(0) translate(-30px, 0px);
  transform: scale(0) translate(-30px, 0px);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition:
    0.5s transform 0.3s,
    0.5s -webkit-transform 0.3s;
}

.checkbox:checked + label svg #heartgroup6 #heart2 {
  -webkit-transform: scale(0) translate(-60px, -5px);
  transform: scale(0) translate(-60px, -5px);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s transform 0.3s;
  transition:
    1.5s transform 0.3s,
    1.5s -webkit-transform 0.3s;
}

.checkbox:checked + label svg #heartgroup7 {
  opacity: 1;
  -webkit-transition: 0.1s all 0.3s;
  transition: 0.1s all 0.3s;
}

.checkbox:checked + label svg #heartgroup7 #heart1 {
  -webkit-transform: scale(0) translate(-30px, -15px);
  transform: scale(0) translate(-30px, -15px);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s -webkit-transform 0.3s;
  transition: 0.5s transform 0.3s;
  transition:
    0.5s transform 0.3s,
    0.5s -webkit-transform 0.3s;
}

.checkbox:checked + label svg #heartgroup7 #heart2 {
  -webkit-transform: scale(0) translate(-55px, -30px);
  transform: scale(0) translate(-55px, -30px);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s -webkit-transform 0.3s;
  transition: 1.5s transform 0.3s;
  transition:
    1.5s transform 0.3s,
    1.5s -webkit-transform 0.3s;
}

.checkbox:checked + label svg #heartgroup2 {
  opacity: 1;
  -webkit-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
}

.checkbox:checked + label svg #heartgroup3 {
  opacity: 1;
  -webkit-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
}

.checkbox:checked + label svg #heartgroup4 {
  opacity: 1;
  -webkit-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
}

.checkbox:checked + label svg #heartgroup5 {
  opacity: 1;
  -webkit-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
}

.checkbox:checked + label svg #heartgroup6 {
  opacity: 1;
  -webkit-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
}

.checkbox:checked + label svg #heartgroup7 {
  opacity: 1;
  -webkit-transition: 0.1s opacity 0.3s;
  transition: 0.1s opacity 0.3s;
}

@-webkit-keyframes animateCircle {
  40% {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 1;
    fill: #dd4688;
  }

  55% {
    -webkit-transform: scale(11);
    transform: scale(11);
    opacity: 1;
    fill: #d46abf;
  }

  65% {
    -webkit-transform: scale(12);
    transform: scale(12);
    opacity: 1;
    fill: #cc8ef5;
  }

  75% {
    -webkit-transform: scale(13);
    transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.5;
  }

  85% {
    -webkit-transform: scale(17);
    transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.2;
  }

  95% {
    -webkit-transform: scale(18);
    transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.1;
  }

  100% {
    -webkit-transform: scale(19);
    transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0;
  }
}

@keyframes animateCircle {
  40% {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 1;
    fill: #dd4688;
  }

  55% {
    -webkit-transform: scale(11);
    transform: scale(11);
    opacity: 1;
    fill: #d46abf;
  }

  65% {
    -webkit-transform: scale(12);
    transform: scale(12);
    opacity: 1;
    fill: #cc8ef5;
  }

  75% {
    -webkit-transform: scale(13);
    transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.5;
  }

  85% {
    -webkit-transform: scale(17);
    transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.2;
  }

  95% {
    -webkit-transform: scale(18);
    transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.1;
  }

  100% {
    -webkit-transform: scale(19);
    transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0;
  }
}

@-webkit-keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  40% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animateHeart {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  40% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animateHeartOut {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animateHeartOut {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* heart like button --------------------------------------end */

/* search */

svg {
  cursor: pointer;
  overflow: visible;
  /* width: 60px; */
  margin: 9px !important;
}

.filter-box {
  background-color: #fff;
}

.item-image {
  height: 8rem;
}

/* /Categories Box/ */

.categories-box {
  background-color: #fff;
  border: 0.125rem solid #fff;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}

.slick-slider {
  margin: 0 -1.55rem -0.5rem -1rem !important;
  margin-bottom: -1rem !important;
}

.css-19kzrtu {
  padding: 0 !important;
}

a {
  color: #fff !important;
  text-decoration: none !important;
}

.link:hover {
  color: #eb0003 !important;
}

.link {
  color: #000 !important;
}

.list:hover {
  background: #f8dde6 !important;
}

/* bottom nav */

/* order history */

.orderhistbtn {
  background: #eb0003 !important;
}

.details {
  background: #a153b5 !important;
  color: #fff;
}

.count {
  background: #eb0003 !important;
  padding: 3px !important;
  margin: 0px 2px;
  border-radius: 2px;
}

.installment {
  border: 1px solid #a153b5 !important;
  color: #a153b5;
}

.status {
  color: #ee5242 !important;
  font-size: 14px !important;
}

small {
  font-size: 0.5em !important;
}

.ps-5 {
  padding-left: 16rem !important;
  position: fixed;
}

.onscroll-bg {
  background-color: #eb0003;
}

/* Search */

.search-input {
  border: none;
}

.search-bar .search-icons {
  width: 1rem;
  height: 2rem;
}

/* product detal */

ol,
ul {
  padding-left: 0 !important;
}

.tab-title {
  font-size: 11xpx !important;
}

.css-o4b71y-MuiAccordionSummary-content {
  margin: 0 !important;
}

/* end */

.bg-success {
  background: #21d07f !important;
}

/* categories */

.category-card-space {
  margin-top: 3px;
  background: #fff;
}

/* order info */

.order-info-price {
  font-size: 13px;
}

.prod-detal-accord-icon {
  border: 2px solid red;
  font-size: 20px;
  width: 20px;
  margin: 9px 5px !important;
}

/* product option */

.badge-red {
  background: red;
}

.pro-option-quantity {
  margin-top: -8px !important;
}

.pro-option-cart {
  margin-right: -5px !important;
}

.color-change {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 15px solid red;
  -webkit-transform: rotate(-44deg);
  transform: rotate(-44deg);
  position: absolute;
  top: -4px;
  left: -10px;
}

.tick-align {
  width: 10px;
  padding-bottom: 4px;
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 17px;
}

.border-change {
  border: 1px solid red;
}

.pro-option-text {
  margin-bottom: -19px;
}

.color-card {
  border: 1px solid grey;
  background: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 51px;
  max-width: 64px;
}

.color-change {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 15px solid #eb0003;
  -webkit-transform: rotate(-44deg);
  transform: rotate(-44deg);
  position: absolute;
  top: -4px;
  left: -10px;
}

.tick-align {
  padding-bottom: 4px;
  position: absolute;
  top: -10px;
  left: -9px;
  font-size: 17px;
}

.border-change {
  border: 1px solid red;
}

.border-change {
  border: 1px solid #eb0003;
}

.voucher-input {
  border: none;
  width: 100%;
  outline: none;
}

.bg-secondary {
  background-color: #f1f1f1 !important;
}

.product-option-price {
  font-size: 14px;
  font-weight: normal;
}

.product-confirm-price {
  font-size: 12px;
  font-weight: normal;
}

/* order confirm */

.order-confirm-title {
  padding-bottom: 10px;
}

.order-confirm-card {
  margin-bottom: 11px !important;
}

.bg-order-confo {
  background: lightseagreen;
}

.pop-text {
  margin-left: 11px;
  color: #fff;
}

.free-ship {
  font-size: 0.92rem !important;
}

.width-img {
  width: 100% !important;
}

/* evidience img */

.evidience-img {
  width: 190px;
  height: auto;
  margin: 12px;
}

.upload-btn {
  position: absolute;
  top: 18%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #eb0003;
  color: white;
  font-size: 10px;
  padding: 4px 11px;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

/* wishlist */

.wishlist-img {
  width: 100%;
  height: 90%;
}

@media only screen and (min-width: 900px) {
  .category img {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 1200px) {
  .title-evidience {
    font-weight: normal;
    font-size: 15px !important;
  }

  .upload-btn {
    position: absolute;
    top: 16%;
    left: 59%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #eb0003;
    color: white;
    font-size: 10px;
    padding: 4px 11px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }

  /* searchpage */

  .searchpage-input {
    border: none;
    font-size: 15px;
    outline: none;
    padding: 12px 12px 12px 0;
    font-size: 14px;
    letter-spacing: -0.2px;
    text-align: left;
    display: table-cell;
    width: 490px;
    height: 52px;
  }
}

/*  */

@media only screen and (max-width: 768px) {
  /* For mobile phones: */

  /* .category img{
    width:90px;
    height:90px;  }
    .settingsCouponBox{
      background:#FFF;
      color: rgba(119, 129, 137, 1);
      font-size: 14px;
      width: 95%;
      
  } */

  /* 
.image-gallery-index {
    font-size: .5em !important;
    padding: 5px 10px;
} */
}

@media only screen and (max-width: 600px) {
  /* rudy */

  .category img {
    width: 90px;
    height: 90px;
  }

  .settingsCouponBox {
    background: #fff;
    color: #778189;
    font-size: 14px;
    width: 95%;
  }

  .title-evidience {
    font-weight: normal;
    font-size: 14px !important;
  }

  .upload-btn {
    position: absolute;
    top: 21%;
    left: 62%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #eb0003;
    color: white;
    font-size: 8px;
    padding: 4px 9px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }

  /* searchpage */

  .searchpage-input {
    border: none;
    font-size: 15px;
    outline: none;
    padding: 12px 12px 12px 0;
    font-size: 14px;
    letter-spacing: -0.2px;
    text-align: left;
    display: table-cell;
    width: 250px;
    height: 52px;
  }

  /* wishlist img */

  .wishlist-img {
    width: 60%;
    height: 90%;
  }

  .wishlist-title {
    font-size: 1rem;
  }
}

/* big desktop */

@media (min-width: 1281px) {
  /* searchpage */

  .searchpage-input {
    border: none;
    font-size: 15px;
    outline: none;
    padding: 12px 12px 12px 0;
    font-size: 14px;
    letter-spacing: -0.2px;
    text-align: left;
    display: table-cell;
    width: 480px;
    height: 52px;
  }
}

/* iphone 10 */

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .category img {
    width: 90px;
    height: 90px;
  }

  .settingsCouponBox {
    background: #fff;
    color: #778189;
    font-size: 14px;
    width: 95%;
  }
}

/* iPhone 13 Pro Max */

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .category img {
    width: 90px;
    height: 90px;
  }

  .settingsCouponBox {
    background: #fff;
    color: #778189;
    font-size: 14px;
    width: 95%;
  }
}

/* iphone 11 pro */

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .category img {
    width: 90px;
    height: 90px;
  }

  .settingsCouponBox {
    background: #fff;
    color: #778189;
    font-size: 14px;
    width: 95%;
  }
}

/* ophone 12mini pro */

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  /* CSS */

  .category img {
    width: 74px;
    height: 74px;
  }

  .settingsCouponBox {
    background: #fff;
    color: #778189;
    font-size: 14px;
    width: 95%;
  }
}

/* iphone 11 */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* CSS */

  .category img {
    width: 85px;
    height: 85px;
  }

  .settingsCouponBox {
    background: #fff;
    color: #778189;
    font-size: 14px;
    width: 95%;
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .category img {
    width: 70px;
    height: 70px;
  }

  .settingsCouponBox {
    background: #fff;
    color: #778189;
    font-size: 14px;
    width: 98% !important;
  }
}

.image-gallery-index {
  font-size: 0.8em;
  padding: 13px 8px;
  position: absolute !important;
  top: 226px !important;
  right: 6px !important;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  border-radius: 40px !important;
  font-size: 14px !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

.image-gallery-thumbnail .image-gallery-thumbnail-image {
  vertical-align: middle;
  width: 100%;
  height: 75px;
  border-radius: 4px;
  line-height: 0;
}

.image-gallery-thumbnail.active,
.image-gallery-thumbnail:focus {
  border: 1px solid #eb0003 !important;
  border-radius: 4px;
}

.image-gallery-index {
  font-size: 0.8em;
  padding: 10px 2px !important;
  border-radius: 50%;
  margin-right: 6px !important;
  margin-top: 51px !important;
}

.image-gallery-thumbnails .image-gallery-thumbnails-container {
  margin-top: 5px !important;
  margin-bottom: 3px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-gallery-thumbnails-container:first-child {
  margin-left: 8px !important;
}

.image-gallery-thumbnails {
  overflow-x: scroll !important;
  width: 500px;
  padding-left: 24px !important;
}

@media only screen and (min-width: 450px) {
  .image-gallery-thumbnails {
    padding-left: 12px !important;
  }
}

.image-gallery-content .image-gallery-slide .image-gallery-image {
  /* height: 40vh !important; */
}

/* .image-gallery-content .image-gallery-slide .image-gallery-image::-moz-focus-inner {
 
} */

.image-gallery-slide.center {
  border: none !important;
  outline: 0 !important;
}

.cat-tab {
  border-right: 1px solid #ccc !important;
  color: #000;
}

.productoption-height {
  overflow-y: scroll;
  min-height: 750px;
}

.rwt__tab {
  border-right: 1px solid lightgray !important;
  padding: 0.2rem 0.3rem !important;
  width: 25% !important;
  text-align: center !important;
  margin: 8px 0px;
  background: white !important;
  padding-bottom: 10px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  white-space: pre !important;
}

.rwt__tablist:not([aria-orientation='vertical']) .rwt__tab[aria-selected='true']:after {
  border-bottom: none !important;
}

.product_filter_tab button:nth-of-type(4) {
  border-right: 0px !important;
}

.web-share-fade section div button {
  width: 56px !important;
  height: 54px !important;
  padding: 0px !important;
}

.web-share-fade section div button svg {
  height: 47px;
  padding-right: 22px;
  padding-bottom: 13px;
}

.react-multi-carousel-list {
  scroll-behavior: smooth;
}

.internal {
  width: 27%;
  height: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 16px;
  font-size: 13px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.centerfortabs {
  float: left;
  width: 100%;
  height: 48px;
  overflow: auto;
  white-space: nowrap;
  background-color: #eb0003;
  color: white;
  position: sticky;
  cursor: pointer;
}

::-webkit-scrollbar {
  display: none !important;
}

.setcss div.css1:nth-last-of-type(1) .css2 {
  margin-bottom: 50px;
}

.image-container .position-absolute {
  right: -0.5px !important;
}

.image-gallery-slide .image-gallery-image {
  width: 100%;
  -o-object-fit: fill !important;
  object-fit: fill !important;
  height: 330px;
}

.image-gallery {
  width: '100%';
  max-width: '500px';
}

.MuiTabs-flexContainer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

@media only screen and (max-width: 450px) {
  .image-gallery-thumbnails {
    width: 400px !important;
  }

  .image-gallery-index {
    margin-right: 21px !important;
  }
}
