body,
p {
  overflow-x: hidden;
  color: #000 !important;
}

.floatings {
  display: none;
}

.spinner {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border: 0.185em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.65s linear infinite spinner;
}

@keyframes spinner {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

.hide {
  display: none !important;
}

.total-display {
  border: none;
  display: -webkit-inline-box;
  background: none;
  position: absolute;
  right: 0;
  bottom: 1em;
  top: 3.5em;
  padding: 0;
  width: 100px !important;
  margin: 0;
}

.total-total {
  border: none;
  background: red;
  width: 50%;
  position: absolute;
  right: 0;
}

iframe {
  width: 100%;
  height: 320px;
  border-radius: 8px;
}

.op {
  opacity: 1 !important;
  visibility: visible !important;
}

.alert {
  position: fixed;
  top: 100px;
  width: 85%;
  background: #f1eb2bd6;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  margin: 0;
  border: 3px solid #f1eb2bd6;
  opacity: 0;
  visibility: hidden;
}

.form-control {
  border: 1px solid #0000002e;
  border-radius: 8px;
}

.alert h5 {
  margin: 0;
  letter-spacing: 0.01em;
  font-family: cursive;
}

.alert p {
  float: right;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-weight: 600;
  font-family: cursive;
  color: #ff4135;
  cursor: pointer;
}

.layout-options {
  flex-wrap: nowrap;
}

.layout-options button {
  display: inline-block;
  width: 140px;
  padding: 0;
  margin: 10px;
  line-height: normal;
  border-radius: 8px;
  background: var(--primary-disabled-color);
  border: none;
  padding: 8px;
  color: var(--text-disabled-color);
  font-weight: 600;
}

.layout-options button.active {
  background: var(--primary-color);
  color: var(--text-color);
}

.total-bar {
  position: fixed;
  background: var(--primary-color);
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #f9f9f9;
}

.total-bar button {
  border-radius: 10px;
  background: transparent;
  margin: 0 0 0 20px;
  border: 1px solid #f9f9f9;
  padding: 2px 14px;
  letter-spacing: 0.5px;
  color: #f9f9f9;
}

.infos h3 s {
  font-size: 10px;
  font-weight: 600;
}

i.fa.fa-youtube-play {
  color: #3cbadf;
  font-size: 22px;
}

.msg h2 {
  font-size: 50px;
  -webkit-text-stroke: 2px #f3bd00;
  text-shadow: 0px 0px 6px #00000091;
}

/* Coupon Box style begin */
.coupon-box {
  position: relative;
}
.coupon-box button {
  position: absolute;
  top: 50%;
  right: 20px;
  background: #0000;
  border: none;
  outline: none;
  font-size: 12px;
  transform: translateY(-50%);
  font-weight: 600;
  opacity: 0.3;
}
.coupon-box button:not(.show) {
  display: none;
}
/* Coupon Box style end */

@media (max-width: 840px) {
  .alert h5 {
    font-size: 14px;
  }

  #main-cart {
    bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mainmenu {
    z-index: 99;
  }
}

@media screen and (max-width: 715px) {
  .whatsapp,
  .mobile {
    display: none;
  }

  .layout-options button {
    width: fit-content;
    margin: 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  .cart-button {
    bottom: 6%;
  }

  .msg h2 {
    font-size: 30px;
  }
}
