body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.msgNotice {
  position: fixed !important;
  background: #2c1656 !important;
  color: white !important;
  font-weight: bold !important;
  bottom: 5%;
  padding: 15px;
  right: 1%;
  z-index: 1946;
  animation: msgMove 1s;
}

.any-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes msgMove {
  from {
    right: -50%;
  }

  to {
    right: 1%;
  }
}

.empty-cart {
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
}

.hiddenElements {
  visibility: hidden;
  position: absolute !important;
}

.added-alert {
  background-color: #2c1656;
  color: white;
}

.close-alert,
.close-alert:hover {
  color: white;
}

.center-text {
  text-align: center;
}

.hiddenElements {
  visibility: hidden;
  position: absolute !important;
}

.added-alert {
  background-color: #2c1656;
  color: white;
}

.order-box .sub-total .shipping {
  margin-top: 20px;
  width: 100%;
  float: none;
}

@media (max-width: 420px) {
  .order-box .sub-total .shipping .shopping-option:last-child {
    padding-left: 0px;
  }

  .order-box .sub-total .shipping {
    width: unset;
    float: unset;
    display: block;
  }
}

.sticked {
  position: sticky;
  top: 150px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2c1656 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  text-decoration: none;
  background-color: #2c165600 !important;
}

.dropdown-item:hover:before {
  width: 50px;
  height: 2px;
  transition: 0.5s ease;
}

.dropdown-item {
  position: relative;
}

.dropdown-item:before {
  position: absolute;
  top: 20px;
  content: "";
  height: 2px;
  width: 0px;
  margin-top: 5px;
  background-color: var(--theme-deafult);
  transition: 0.5s ease;
}

.mobile-account {
  display: inline-block;
  font-size: 20px;
}

.navbar-dark .navbar-nav .nav-link {
  color: white !important;
}

.footer-theme .sub-title li {
  text-transform: none;
}

.collection-collapse-block-content.no-scroll {
  overflow-y: scroll;
}

.specs li,
.offers li {
  display: block;
  margin-bottom: 0.5rem;
}

.offers li:before {
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02b";
  padding-right: 10px;
  color: #2c1656;
}

.subscribe-form .form-control {
  height: 50px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2c1656;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.nav-pills .nav-link {
  border-radius: 0.15rem;
}

.coupon {
  height: 50px !important;
}

.full-banner.p-left .banner-contain {
  float: none;
}

.footer-light .subscribe p {
  display: block;
  color: #343a40;
}

.footer-light .subscribe {
  border-right: 0px solid #ddd;
}

.collection-collapse-block
  .collection-collapse-block-content
  .collection-brand-filter
  .collection-filter-checkbox {
  margin-bottom: 12px;
}

.custom-checkbox label:before {
  top: 1px;
  height: 15px;
  width: 15px;
  background: #ffffff;
  border: 1px solid #777777;
}

.custom-checkbox label:after {
  top: 1px;
  height: 15px;
  width: 15px;
  background-size: 65%;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #777777;
  background-color: #2c1656;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
}

.why-section .row div {
  margin-bottom: 30px;
}

.why-section .content-box {
  background-color: #ffffff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  transition: all 0.3s ease-in-out;
}

.why-section .content-box .icon {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 3px solid #2c1656;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.why-section .content-box .content {
  margin-bottom: 10px;
}

.why-section .content-box .content h4 {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 7px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.why-section .content-box:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 15px;
}

.why-section .content-box:hover .icon {
  background-color: #fbd894;
  border: 10px solid #fbd894;
}

.why-section .content-box:hover .content h4 {
  color: #2c1656;
}

.custom-checkbox .custom-control-label::before {
  margin-top: 3px;
}

.custom-checkbox label:after {
  margin-top: 3px;
}

@media (max-width: 991px) {
  .why-section .content-box .icon {
    background-color: #fbd894;
    border: 3px solid #fbd894;
  }

  .why-section .content-box .content h4 {
    color: #2c1656;
  }
}

.mock {
  display: inline-block;
  float: none;
  margin: 0 auto;
  position: relative;
}

.mock img {
  position: relative;
}

.mock .back-mock {
  position: absolute;
  bottom: 0;
  left: 120px;
}

.mock.right-style {
  text-align: right;
  margin-right: 0;
  float: right;
}

.mock.right-style .back-mock {
  left: -120px;
}

.app-cta {
  padding: 0px 30px;
  background: linear-gradient(
      180deg,
      rgba(251, 216, 148, 0.98) 0%,
      rgba(251, 216, 148, 0.7) 100%
    ),
    url(../images/pattern-dark.png);
  background-repeat: repeat;
  background-size: 20%;
  background-attachment: fixed;
  transition: all 0.25s ease-in-out;
}

.app-cta .content {
  text-align: left;
}

@media (max-width: 770px) {
  .app-cta {
    padding: 0px 10px;
  }

  .app-cta .content {
    text-align: center;
  }

  .app-cta h3 {
    font-size: 20px;
  }
}

.navigation .chakra {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100px;
  animation: rotate-360 6s infinite linear;
  overflow: hidden;
}

.main-menu .brand-logo {
  margin-left: 40px;
}

.hero-slider {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0.9) 100%
    ),
    url(../images/pattern.webp);
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: 20%;
}

@media (max-width: 500px) {
  .app-cta,
  .hero-slider {
    background-size: 50%;
  }

  .app-cta a img {
    width: 46%;
  }
}

@keyframes rotate-360 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.parallax-chakra {
  background: linear-gradient(
      120deg,
      rgba(251, 216, 148, 0.8),
      rgb(251, 216, 148),
      rgba(251, 216, 148, 0.9)
    ),
    url(../images/d-chakra.png),
    linear-gradient(90deg, rgb(251, 216, 148), rgb(251, 216, 148));
  background-repeat: space;
  background-attachment: fixed;
  background-position-y: center;
  background-position-x: right;
}

.vendor,
footer section {
  position: relative;
  overflow: hidden;
}

.vendor .chakra {
  position: absolute;
  width: 400px;
}

.vendor .chakra-1 {
  top: -150px;
  left: -150px;
}

.vendor .chakra-2 {
  bottom: -150px;
  right: -150px;
}

footer section .chakra {
  position: absolute;
  bottom: -150px;
  left: -150px;
  opacity: 0.1;
}

@media (max-width: 1230px) {
  .main-menu .brand-logo {
    margin-left: 20px;
  }
}

@media (max-width: 1030px) {
  .vendor .chakra {
    width: 300px;
  }

  .vendor .chakra-1 {
    top: -100px;
    left: -100px;
  }

  .vendor .chakra-2 {
    bottom: -100px;
    right: -100px;
  }
}

.show-on-mobile {
  display: none;
}
.hide-on-mobile {
  display: block !important;
}
@media (max-width: 780px) {
  .show-on-mobile {
    display: block !important;
  }
  .hide-on-mobile {
    display: none !important;
  }

  .parallax-chakra {
    background: linear-gradient(
        120deg,
        rgba(251, 216, 148, 0.9),
        rgba(251, 216, 148, 0.9)
      ),
      url(../images/d-chakra.png),
      linear-gradient(90deg, rgb(251, 216, 148), rgb(251, 216, 148));
    background-repeat: space;
    background-attachment: fixed;
    background-position-y: center;
    background-position-x: right;
  }

  .vendor .chakra {
    width: 200px;
  }

  .vendor .chakra-1 {
    top: -65px;
    left: -65px;
  }

  .vendor .chakra-2 {
    bottom: -65px;
    right: -65px;
  }
}

@media (max-width: 500px) {
  .main-menu .brand-logo {
    margin-left: 0px;
  }

  .navigation .chakra {
    right: -30px;
    left: auto;
  }

  .vendor .chakra-1,
  .vendor .chakra-2 {
    display: none;
  }
}

#whatsAppImage {
  position: fixed;
  left: 1%;
  bottom: 2%;
}

#whatsAppImage img {
  width: 50px;
  filter: drop-shadow(4px 4px 18px #3fc350);
  /* animation-name: spaceboots;
    animation-duration: 0.8s; */
  transform-origin: 50% 50%;
  /* animation-iteration-count: infinite;
    animation-timing-function: linear; */
}

@keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }

  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }

  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}

.sip-content p {
  line-height: 25px !important;
  color: #000;
}

.sip-content ul li {
  display: list-item;
  list-style-position: outside;
  margin-left: 20px;
}

.sip-content ul {
  list-style-type: square !important;
  list-style-position: outside;
}

.breadcrumb {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.breadcrumb-section {
  padding: 0 !important;
  background: #fff !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

.section-b-space {
  padding-top: 25px !important;
}

.breadcrumb-section .container .col-sm-6:first-child {
  display: none !important;
}

.search-overlay {
  transition: all 0.2s;
  height: 0px !important;
  z-index: -100 !important;
  display: block !important;
  top: -10% !important;
}

.show-search-bar {
  height: 10% !important;
  transition: all 0.2s;
  top: 7% !important;
  z-index: 10 !important;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%) !important;
}

[for="tnc"]::before {
  margin-top: 0 !important;
}

#identity {
  padding: 0.175rem 0.75rem !important;
}

input:focus {
  box-shadow: none !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transition: all 0.3s;
}

.switch:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: white;
  top: 1px;
  left: 1px;
  transition: all 0.3s;
}

input[type="checkbox"]:checked + .switch:after {
  transform: translateX(20px);
}

input[type="checkbox"]:checked + .switch {
  background-color: #2c1656;
}

.offscreen {
  position: absolute;
  left: -9999px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
