body {
  --primary-color: #F49807;
  --secondary-color: #6C1C55;
  --warning-color: #FCE442;
  --text-color: #ACA6AA;
  --secondary-text-color: #675261;
  --black: black;
  --white: white;
  --whatsapp: #25d366;
  --gray: #F5F5F5;
}

.bg-primary-color {
  background-color: var(--primary-color);
  color: var(--white);
}
.bg-secondary-color {
  background-color: var(--secondary-color);
}
.bg-gray-color {
  background-color: var(--gray);
}
.bg-white-color {
  background-color: var(--white);
}
.bg-gradient {
  padding: 20px 0;
  background: #6c1c55;
  background: linear-gradient(0deg, rgba(108, 28, 85, 0.08) 0%, rgba(0, 0, 0, 0) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6c1c55",endColorstr="#000000",GradientType=1);
  position: relative;
}
.bg-gradient span {
  display: block;
  padding: 30px 0;
}

.button {
  outline: none;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  display: inline-block;
  border-radius: 8px;
  border: 0;
  padding: 15px 60px;
  transition: 0.3s;
  filter: drop-shadow(0px 0px 24px rgba(108, 28, 85, 0));
}
.button:hover {
  filter: drop-shadow(0px 0px 24px rgba(108, 28, 85, 0.15));
}
@media screen and (max-width: 1450px) {
  .button {
    font-size: 14px;
    padding: 12px 40px;
  }
}

.button-primary {
  color: var(--white);
  background-color: var(--primary-color);
}
.button-primary.with-icon {
  color: var(--primary-color);
  background-color: transparent;
  padding: 0;
  text-transform: none;
  font-weight: 400;
}
.button-primary.with-icon:hover {
  text-decoration: underline;
  color: var(--secondary-color);
}

.button-secondary {
  color: var(--primary-color);
  background-color: var(--white);
  border: 1px solid var(--primary-color);
}

.button-secondary-link {
  display: inline-block;
  color: var(--secondary-text-color);
  border: 0;
  outline: none;
  transition: 0.3;
  font-size: 18px;
  margin: 0;
  background-color: transparent;
  padding: 0;
}
.button-secondary-link:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.button-link {
  font-size: 18px;
  color: var(--secondary-text-color);
  display: inline-block;
}
.button-link:hover {
  color: var(--secondary-color);
}

.owl-carousel {
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  color: var(--secondary-color);
  opacity: 1;
  padding: 0px;
  font-size: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  box-shadow: -1px 3px 23px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: -1px 3px 23px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -1px 3px 23px 0px rgba(0, 0, 0, 0.16);
  border: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
@media screen and (max-width: 576px) {
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
.owl-carousel .owl-nav .owl-next {
  right: 0px;
}
@media screen and (max-width: 576px) {
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
.owl-carousel:hover .owl-nav .owl-next, .owl-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: 0px;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: 0px;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}

#page-home #heroCarousel {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
@media screen and (max-width: 992px) {
  #page-home #heroCarousel {
    top: 0;
    margin-bottom: 0;
  }
}

#brandsCarousel {
  padding: 0 45px;
}
#brandsCarousel .owl-stage {
  display: flex;
}
#brandsCarousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
#brandsCarousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#brandsCarousel .item img {
  width: auto;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  #brandsCarousel .item img {
    height: 140px;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#brandsCarousel .owl-nav.disabled {
  display: block !important;
}

.product-carousel .owl-nav .owl-prev, .product-carousel .owl-nav .owl-next {
  top: 24%;
  transform: translateY(0%);
}

#productCarousel {
  margin-bottom: 20px;
}

#productCarousel .item, #thumbProductCarousel .item {
  padding: 10px;
}
#productCarousel img, #thumbProductCarousel img {
  border-radius: 8px;
  box-shadow: -1px 3px 10px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: -1px 3px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -1px 3px 10px 0px rgba(0, 0, 0, 0.16);
}

/* latin-ext */
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Fp2ywxg089UriCZa4ET-DNl0.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Fp2ywxg089UriCZa4Hz-D.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Hp2ywxg089UriCZ2IHSeH.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Hp2ywxg089UriCZOIHQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Cp2ywxg089UriAWCrCBamC2QX.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Cp2ywxg089UriAWCrCBimCw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Cp2ywxg089UriASitCBamC2QX.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Cp2ywxg089UriASitCBimCw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.footer {
  padding: 50px;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 30px;
  }
}
.footer-links {
  list-style: none;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .footer-links {
    white-space: normal;
  }
}
.footer-links li {
  display: inline-block;
}
.footer-links li a {
  text-decoration: none;
}

.footer-logo img {
  width: 145px;
}

@media screen and (max-width: 992px) {
  .footer-column {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-column address, .footer-column small {
  max-width: 270px;
}
.footer-column address {
  margin: 25px 0 0 0;
  padding: 25px 0 0 30px;
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 992px) {
  .footer-column address {
    max-width: 100%;
    width: 100%;
  }
}
.footer-column address a {
  color: var(--secondary-color);
}
.footer-column address:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 80px;
  background-color: var(--secondary-text-color);
  left: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  .footer-column address:before {
    width: 100%;
  }
}
.footer-column address i {
  position: absolute;
  color: var(--primary-color);
  top: 25px;
  left: 0;
  font-size: 23px;
}
.footer-column small {
  display: block;
  font-size: 14px;
  color: var(--secondary-color);
  line-height: 1.3;
  margin-top: 60px;
}

.footer-links {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 992px) {
  .footer-links {
    width: 100%;
    text-align: left;
  }
}
.footer-links li {
  display: inline-block;
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  .footer-links li {
    margin: 0 0 20px 0;
    display: block;
  }
}
.footer-links li a {
  display: block;
  font-size: 17px;
  color: var(--secondary-color);
}
.footer-links li a:hover {
  color: var(--primary-color);
}
.footer-links + small {
  max-width: 100%;
  border-top: 1px solid var(--secondary-text-color);
  padding-top: 20px;
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 30px;
}

.footer-social {
  margin: 100px 0 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 992px) {
  .footer-social {
    margin: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.footer-social li {
  display: inline-block;
  margin-left: 30px;
}
.footer-social li a {
  display: block;
  color: var(--primary-color);
  font-size: 25px;
}
@media screen and (max-width: 992px) {
  .footer-social li a {
    font-size: 30px;
  }
}
.footer-social li a:hover {
  color: var(--secondary-color);
}

.grecaptcha-badge {
  bottom: 200px !important;
}
@media screen and (max-width: 576px) {
  .grecaptcha-badge {
    display: none !important;
  }
}

.form .form-password {
  position: relative;
}
.form .form-password #form-eye {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.form .form-password .form-control:valid, .form .form-password .form-control:invalid {
  background-position: right calc(0.375em + 2.1875rem) center;
}
.form .form-password .was-validated .form-control:valid, .form .form-password .was-validated .form-control:invalid {
  padding-right: calc(1.5em + 2.75rem);
}
.form.was-validated .form-control:invalid {
  background-image: url(/images/warning-invalid.svg?40dfb1fc95173ea35b631c37d12717e2);
}
.form.was-validated input:invalid, .form.was-validated select:invalid, .form.was-validated textarea:invalid {
  animation: shake 300ms;
}
@keyframes shake {
  25% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}
.form .file {
  cursor: pointer;
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.form .file #customFile {
  display: none !important;
}
.form .file #fileInputName {
  align-items: center;
  display: flex;
}
.form .file .file-button {
  background-color: black;
  color: white;
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
  padding: 7px 20px;
  display: inline-block;
  z-index: 2;
  position: relative;
  min-width: 195px;
  text-align: center;
  margin: 0 10px 0 0;
}
.form .file img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.form textarea {
  height: 150px;
}

.form-label, .product-group-input .form-group .form-label {
  display: block;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 1450px) {
  .form-label, .product-group-input .form-group .form-label {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .form-label, .product-group-input .form-group .form-label {
    font-size: 22px;
  }
}

.form-control {
  border: 1px solid var(--secondary-color);
  border-radius: 8px;
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 400;
  background-color: transparent;
  min-height: 40px;
}
.form-control::-moz-placeholder {
  font-size: 18px;
}
.form-control::placeholder {
  font-size: 18px;
}
@media screen and (max-width: 1450px) {
  .form-control {
    font-size: 16px;
  }
}

fieldset {
  margin: 0 0 30px 0;
}
fieldset p {
  font-size: 20px;
}
fieldset .form-group {
  margin: 0 0 20px 0;
  position: relative;
}

.form-group-select {
  position: relative;
}
.form-group-select .form-control {
  padding-right: 38px;
}
.form-group-select:before {
  content: "";
  position: absolute;
  top: 38%;
  transform: translateX(-50%);
  right: 10px;
  pointer-events: none;
  background-image: url(/images/angle-down-solid.svg?d8f9fc315bf676aa7d118b62a940e44b);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 8px;
}

.filter-button {
  display: flex;
  align-items: center;
  background-color: var(--white);
  color: var(--secondary-color);
  border-radius: 8px;
  font-weight: 900;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  filter: drop-shadow(0px 0px 28px rgba(108, 28, 85, 0.08));
  text-transform: uppercase;
}
.filter-button svg {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.filter-button svg path {
  fill: var(--primary-color);
  stroke: var(--primary-color);
}
@media screen and (max-width: 1450px) {
  .filter-button {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .filter-button {
    background-color: transparent;
    border-radius: 0;
  }
}
.filter-button img {
  margin-right: 10px;
}

.home-carousel .filter-button {
  display: inline-block;
  margin: 15px auto 0 auto;
  max-width: 150px;
  padding: 0;
  background-color: transparent;
  filter: none;
}

#showHidePassword {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.navbar-toggler {
  background-color: var(--white);
  border-radius: 0;
  border: 1px solid var(--black);
  outline: none !important;
  width: 45px;
  height: 40px;
  margin: 0 !important;
  transition: 0.3s;
}
.navbar-toggler .icon-bar {
  width: 100%;
  height: 2px !important;
  background-color: var(--black);
  display: block;
  position: relative;
  transition: 0.3s;
  background-color: var(--black) !important;
  margin: 0 0 5px 0;
}
.navbar-toggler .icon-bar:last-child {
  margin: 0;
}
.navbar-toggler .icon-bar:nth-child(1) {
  transform: rotate(-45deg);
  top: 7px;
}
.navbar-toggler .icon-bar:nth-child(2) {
  transform: rotate(45deg);
  top: 0px;
}
.navbar-toggler .icon-bar:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}
.navbar-toggler.collapsed .icon-bar {
  transform: rotate(0deg);
  top: 0;
}
.navbar-toggler.collapsed .icon-bar:nth-child(3) {
  visibility: visible;
  opacity: 1;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  background-color: #1a1a1a !important;
}
.navbar-toggler:hover .icon-bar, .navbar-toggler:focus .icon-bar {
  background-color: var(--white) !important;
}

.dropdown-menu {
  background-color: var(--white);
}
@media screen and (max-width: 576px) {
  .dropdown-menu {
    border: 0;
  }
}

.navbar-nav {
  width: 100%;
}

.navbar-brand img {
  width: 182px;
  height: auto;
}
@media screen and (max-width: 1450px) {
  .navbar-brand img {
    width: 150px;
  }
}
@media screen and (max-width: 992px) {
  .navbar-brand img {
    width: 113px;
  }
}

.header-search {
  flex: 1 0 auto;
  position: relative;
}
.header-search .form-control {
  border: 0;
  filter: drop-shadow(0px 0px 24px rgba(108, 28, 85, 0.15));
  color: var(--secondary-color);
  box-shadow: none !important;
  background-color: var(--white);
}
.header-search .form-control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.header-search .form-control::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.header-search .form-control::-webkit-search-decoration, .header-search .form-control::-webkit-search-cancel-button, .header-search .form-control::-webkit-search-results-button, .header-search .form-control::-webkit-search-results-decoration {
  display: none;
}

.header-search-button {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent;
  padding: 0px;
  margin: 0;
  color: var(--primary-color);
}

.nav-link {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  color: var(--secondary-color);
}
@media screen and (max-width: 1450px) {
  .nav-link {
    font-size: 14px;
  }
}

.nav-cart {
  position: relative;
}
.nav-cart span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 11px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 992px) {
  .nav-cart span {
    top: -6px;
    height: -6px;
  }
}

#headerMobile, .header-mobile {
  height: 60px;
}

#headerMobile > .row {
  margin-top: 11px;
}

.header-mobile {
  background-color: var(--warning-color);
  width: 100%;
  display: none;
  align-items: center;
  font-size: 18px;
  padding: 15px 0;
}
.header-mobile #headerMobile.is-sticky {
  background-color: var(--warning-color);
  top: 76px !important;
  z-index: 8 !important;
}
@media screen and (max-width: 992px) {
  .header-mobile {
    display: flex;
    padding: 12px 0;
  }
}
.header-mobile button, .header-mobile a {
  outline: none;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: var(--secondary-color);
}
.header-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-mobile ul li {
  display: inline-block;
  margin-left: 25px;
  font-size: 24px;
}

@media screen and (max-width: 992px) {
  #navCategoriesContainer {
    display: none;
  }
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: var(--gray);
  transition: 0.3s;
  transform: translateY(-100%);
  overflow-y: auto;
}
.menu-mobile.opened {
  transform: translateY(0%);
}

.header .navbar {
  background-color: var(--gray);
  z-index: 10;
}

.menu-mobile {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.menu-close {
  background-color: transparent;
  color: var(--secondary-color);
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 30px;
}

.mobile-menu-header {
  padding: 15px 0 30px 0;
}

.mobile-menu-body {
  flex-grow: 1;
  display: flex;
}
.mobile-menu-body .container, .mobile-menu-body .row {
  height: 100%;
}
.mobile-menu-body .col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mobile-menu-body .mobile-menu-profile {
  color: var(--secondary-color);
  font-size: 18px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 15px;
}
.mobile-menu-body .mobile-menu-profile i {
  margin: 0 15px 0 0;
  font-size: 25px;
}
.mobile-menu-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mobile-menu-body li {
  color: var(--secondary-color);
  font-size: 16px;
  border-bottom: 1px solid #E0E0E0;
}
.mobile-menu-body li:last-child {
  border-bottom: 0;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  width: 100%;
  justify-content: flex-end;
}
.mobile-menu-body li:last-child > div {
  border-top: 1px solid #E0E0E0;
}
.mobile-menu-body li a {
  color: var(--secondary-color);
  display: block;
  padding: 15px;
}

#categoryMobileMenu .mobile-menu-body li:last-child {
  display: block;
}

.header-search-box {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  background-color: var(--white);
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 0px 24px rgba(108, 28, 85, 0.18);
  margin: 0;
  padding: 0;
  list-style: none;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  max-height: 300px;
  overflow-y: auto;
}
.header-search-box.active {
  opacity: 1;
  visibility: visible;
}
.header-search-box li {
  border-top: 1px solid #E0E0E0;
  display: block;
  padding: 15px;
  color: var(--text-color);
  font-size: 16px;
}
.header-search-box li:hover {
  background: rgba(108, 28, 85, 0.05);
}
.header-search-box li a {
  color: var(--text-color);
}

#filtersMobileMenu {
  background-color: var(--white);
}
#filtersMobileMenu .aside-filter {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}

.modal-backdrop {
  background: var(--secondary-color);
  opacity: 0.5;
}

.modal .button-secondary-link {
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 992px) {
  .modal .button-secondary-link {
    margin-top: 10px;
  }
}

.modal-content {
  padding: 40px 30px;
}

.modal-footer {
  display: block;
  border: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .modal-footer .button-primary {
    width: 100%;
  }
}

.modal-body {
  padding: 0;
}
.modal-body > div {
  max-width: 380px;
  margin: 0 auto;
}
.modal-body img {
  margin: 0 auto 30px auto;
}
.modal-body p {
  color: var(--secondary-text-color);
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .modal-body p {
    font-size: 16px;
  }
}

.navbar-category {
  padding: 0 0 10px 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-srollbar;
  position: relative;
  z-index: 2;
  cursor: grab;
  text-align: center;
}
@-moz-document url-prefix() {
  .navbar-category {
    scrollbar-face-color: lightgray;
    scrollbar-track-color: #F49807;
    scrollbar-color: #F49807 lightgray;
    /* Aplica scrollbar-width: thin; solo en Firefox */
  }
  .navbar-category ::-moz-scrollbar {
    scrollbar-width: thin;
    /* Establece el ancho del scrollbar en Firefox */
  }
}
.navbar-category::-webkit-scrollbar {
  display: none;
  width: 0.05em;
  height: 0.05em;
}
.navbar-category::-webkit-scrollbar-thumb {
  background: #F49807;
}
.navbar-category::-webkit-scrollbar-track {
  background: lightgray;
}
.navbar-category-list {
  display: inline-block;
  margin: 0 10px 0 0;
}
.navbar-category-list a {
  display: block;
  background-color: var(--white);
  color: var(--secondary-color);
  border-radius: 8px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 500;
  filter: drop-shadow(0px 0px 28px rgba(108, 28, 85, 0.08));
}
.navbar-category-list a svg {
  width: 20px;
  height: 20px;
  margin: 0 2px 0 0;
  position: relative;
  top: -2px;
}
.navbar-category-list a svg path {
  fill: var(--primary-color);
}
@media screen and (max-width: 1450px) {
  .navbar-category-list a {
    font-size: 14px;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 992px) {
  .navbar-category-list a {
    background-color: transparent;
    border-radius: 0;
  }
}
.navbar-category-list a img {
  margin-right: 5px;
}
.navbar-category-list.active a {
  background-color: var(--primary-color);
  color: var(--white);
}
.navbar-category-list.active a svg path {
  fill: var(--white);
}

.title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--primary-color);
}

.section-title {
  text-transform: uppercase;
  font-size: 36px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 992px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .section-title span {
    font-size: 40px;
  }
}

.fieldset-title {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 30px 0;
}

.thumb-product-title {
  flex: 1 0 auto;
  font-size: 19px;
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0 0 10px 0;
}
@media screen and (max-width: 992px) {
  .thumb-product-title {
    font-size: 16px;
  }
}

#recommendedCarousel .thumb-product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.page-title {
  color: var(--primary-color);
  font-size: 36px;
  margin: 0;
}
@media screen and (max-width: 1450px) {
  .page-title {
    font-size: 30px;
  }
}

.page-subtitle {
  color: var(--secondary-color);
  font-size: 24px;
  margin-top: 30px;
}

.form-control::-moz-placeholder {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--secondary-color);
  opacity: 0.5;
}

.form-control::placeholder {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: var(--secondary-color);
  opacity: 0.5;
}

.account-menu-title {
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: 700;
}

.account-menu-pretitle {
  margin: 0 0 10px 0;
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
}

.white-card-title {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.table-title {
  color: var(--secondary-text-color);
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .table-title {
    margin: 15px 0 10px 0;
  }
}

.thumb-icon-title {
  color: var(--secondary-text-color);
  font-size: 24px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1450px) {
  .thumb-icon-title {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}

.bullet-block-title {
  color: var(--secondary-color);
  font-size: 40px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 992px) {
  .bullet-block-title {
    font-size: 24px;
  }
}

.aside-title {
  color: var(--secondary-color);
  font-size: 24px;
  margin: 0 0 20px 0;
}
.aside-title a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0 10px;
}

.custom-tabs-title {
  color: var(--primary-color);
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .custom-tabs-title {
    font-size: 20px;
  }
}

.customb-tabs-body-title {
  color: var(--secondary-color);
  margin: 0 0 20px 0;
  font-size: 24px;
}

#float-cta {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 9999999999;
}
#float-cta a {
  display: inline-block;
  background-color: var(--whatsapp);
  border-radius: 50%;
  text-decoration: none;
  width: 55px;
  height: 55px;
  color: white;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: 0.3s;
}
#float-cta a:hover, #float-cta a:focus {
  text-decoration: none;
  background-color: #128c7e;
}
#float-cta a .fa-times, #float-cta a .fa-whatsapp {
  transition: 0.3s;
}
#float-cta a .fa-times {
  visibility: hidden;
  opacity: 0;
  display: none;
}
#float-cta a.open .fa-times {
  visibility: visible;
  opacity: 1;
  display: block;
}
#float-cta a.open .fa-whatsapp {
  visibility: hidden;
  opacity: 0;
  display: none;
}
#float-cta .float-bubble {
  background-color: red;
  border-radius: 50%;
  color: white;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  border: 1px solid white;
  right: 0;
  top: -10px;
  opacity: 0;
  transition: 0.3s;
}
#float-cta .float-bubble.alert-bubble {
  top: -3px;
  opacity: 1;
}
#float-cta .whatsapp-reply {
  padding: 25px 15px 0 15px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.5s;
  position: relative;
  opacity: 0;
  top: -30px;
}
#float-cta .whatsapp-reply.open-reply {
  top: 0;
  opacity: 1;
}
#float-cta .whatsapp-reply-image {
  font-size: 25px;
  text-align: right;
}
#float-cta .whatsapp-reply-msg {
  background-color: #e0fdc8;
  border-radius: 5px;
  padding: 6px 10px;
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 14px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
#float-cta .whatsapp-reply-msg p {
  margin: 0;
}
#float-cta .float-msg {
  position: absolute;
  left: -150px;
  width: 190px;
  top: 16px;
  background-color: var(--gray);
  color: var(--white);
  padding: 5px 3px;
  border-radius: 15px;
  text-align: center;
  letter-spacing: 0.5px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
#float-cta .whatsapp-msg-container {
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: -20px;
  opacity: 0;
  transform: translateY(-70px);
  width: 300px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: var(--white);
  background-image: url("https://i.pinimg.com/originals/98/da/8f/98da8f9306de27424460d16e53938b72.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 10px;
}
#float-cta .whatsapp-msg-container.open {
  visibility: visible;
  bottom: 0;
  opacity: 1;
}
#float-cta .whatsapp-msg-header {
  text-align: center;
  background-color: var(--whatsapp);
  color: var(--white);
  padding: 10px;
}
#float-cta .whatsapp-msg-header h6 {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
#float-cta .whatsapp-msg-close {
  margin: 0;
  padding: 0;
  outline: none;
  background-color: var(--white);
  color: var(--black);
  border: 2px solid var(--black);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  transition: 0.3s;
}
#float-cta .whatsapp-msg-close:hover {
  background-color: var(--black);
  color: var(--white);
}
#float-cta .whatsapp-msg-body {
  padding: 5px 15px;
  margin-top: 20px;
}
#float-cta .whatsapp-msg-body textarea {
  background-color: white;
  width: 100%;
  height: 60px;
  border: none;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 14px;
}
#float-cta .whatsapp-msg-body textarea::-moz-placeholder {
  color: lightgray;
  font-size: 14px;
}
#float-cta .whatsapp-msg-body textarea.placeholder, #float-cta .whatsapp-msg-body textarea::placeholder {
  color: lightgray;
  font-size: 14px;
}
#float-cta .whatsapp-msg-footer {
  text-align: center;
  background-color: var(--white);
  border: 0;
  padding: 0;
}
#float-cta .btn-whatsapp-send {
  display: block;
  width: 100%;
  border: 2px solid var(--whatsapp);
  font-weight: 700;
  color: var(--white);
  background-color: var(--whatsapp);
  padding: 7px 15px;
  transition: 0.3s;
}
#float-cta .btn-whatsapp-send:hover {
  background-color: var(--white);
  color: var(--whatsapp);
}
#float-cta:hover .float-msg {
  opacity: 1;
  left: -200px;
  visibility: visible;
}
#float-cta.open .float-msg {
  display: none;
}

.thumb-product {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.3s;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0);
}
.thumb-product:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
}
.thumb-product:hover .thumb-product-image .button {
  opacity: 1;
}
.thumb-product .thumb-product-off {
  display: inline-block;
}
.thumb-product .thumb-product-off span {
  background-color: var(--secondary-color);
  color: var(--white);
}
.thumb-product.low-stock .thumb-product-stock {
  display: inline-block;
}
.thumb-product.low-stock .thumb-product-stock span {
  background-color: var(--primary-color);
}
.thumb-product.in-sale .thumb-product-sale {
  display: inline-block;
}
.thumb-product.in-sale .thumb-product-sale span {
  background-color: var(--warning-color);
}
.thumb-product.is-new .thumb-product-new {
  display: inline-block;
}
.thumb-product.is-new .thumb-product-new span {
  background-color: var(--secondary-color);
  color: var(--white);
}

.thumb-product-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 15px 0 15px;
  background-color: var(--gray);
}
@media screen and (max-width: 992px) {
  .thumb-product-info {
    padding: 20px 15px;
  }
}
.thumb-product-info .thumb-product-unit {
  margin: 0;
}

.thumb-product-title a {
  display: block;
  color: var(--secondary-color);
}

.thumb-product-unit {
  font-size: 15px;
  color: var(--secondary-text-color);
  margin: 0 0 13px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .thumb-product-unit {
    font-size: 12px;
    margin: 0;
  }
}

.thumb-product-price {
  font-size: 22px;
  color: var(--secondary-color);
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .thumb-product-price {
    font-size: 18px;
  }
}
.thumb-product-price.discount {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .thumb-product-price.discount {
    font-size: 14px;
  }
}
.thumb-product-price.discount span:not(.offer) {
  text-decoration: line-through;
}
.thumb-product-price .offer {
  margin-left: 5px;
  font-size: 22px;
  text-decoration: none;
}

.thumb-product-image {
  position: relative;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.thumb-product-image img {
  width: 100%;
}
.thumb-product-image a {
  display: block;
}
.thumb-product-image .button {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 15px;
  font-size: 15px;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1450px) {
  .thumb-product-image .button {
    font-size: 12px;
    padding: 10px;
  }
}
@media screen and (max-width: 992px) {
  .thumb-product-image .button {
    font-size: 10px;
  }
}

.thumb-product-favorite, .thumb-product-tags {
  position: absolute;
  z-index: 2;
}

.thumb-product-favorite {
  padding: 0;
  outline: none;
  background-color: transparent;
  border: 0;
  top: 15px;
  right: 15px;
  color: var(--primary-color);
  font-size: 18px;
}
.thumb-product-favorite span {
  border-radius: 50%;
  color: var(--primary-color);
  background-color: var(--gray);
  border: none;
  width: 30px;
  height: 30px;
  box-shadow: 0px 1.84387px 4.60968px rgba(108, 28, 85, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-product-tags {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  width: calc(100% - 40px);
  pointer-events: none;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  color: var(--secondary-color);
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .thumb-product-tags {
    padding: 10px 0 0 10px;
  }
}
.thumb-product-tags li {
  display: none;
  padding: 15px 0 0 15px;
}
@media screen and (max-width: 992px) {
  .thumb-product-tags li {
    padding: 5px 0 0 5px;
  }
}
.thumb-product-tags li span {
  display: block;
  border-radius: 18px;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-size: 10px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 5px 10px;
}
@media screen and (max-width: 1450px) {
  .thumb-product-tags li span {
    font-size: 9px;
  }
}
@media screen and (max-width: 992px) {
  .thumb-product-tags li span {
    font-size: 10px;
    text-align: left;
  }
}

.account-menu menu, .account-menu ul {
  padding: 0;
  margin: 0 -30px;
  list-style: none;
}
.account-menu li a {
  display: block;
  text-decoration: none;
  color: var(--text-color);
  font-size: 18px;
  padding: 15px 30px;
}
@media screen and (max-width: 1450px) {
  .account-menu li a {
    font-size: 16px;
  }
}
.account-menu li a:hover {
  background-color: rgba(108, 28, 85, 0.3);
}
.account-menu li a i {
  margin: 0 10px 0 0;
}

#accountData .account-menu-data a, #accountShipping .account-menu-shipping a, #accountOrder .account-menu-order a, #accountCurrent .account-menu-current a, #accountFavorite .account-menu-favorite a {
  color: var(--primary-color);
}

.aside-filter {
  max-width: 230px;
}
.aside-filter .form-group {
  margin: 0 0 20px 0;
}

.filter-pills {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}
@media screen and (max-width: 992px) {
  .filter-pills {
    display: block !important;
    margin: 0 0 40px 0 !important;
  }
}
.filter-pills li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 992px) {
  .filter-pills li {
    border: 0;
    display: inline-block;
  }
  .filter-pills li:last-child {
    display: inline-block;
  }
}
.filter-pills li a {
  display: block;
  border-radius: 14px;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  font-size: 14px;
  padding: 5px 15px;
}
@media screen and (max-width: 992px) {
  .filter-pills li a {
    display: inline-block;
  }
}
.filter-pills li a i {
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.filter-pills li a:hover {
  background-color: var(--secondary-color);
  color: var(--white);
}

.white-card {
  background-color: var(--white);
  border-radius: 12px;
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .white-card {
    padding: 20px;
  }
}
.white-card.fullheight {
  height: 100%;
}

.white-card-header {
  border-bottom: 1px solid var(--text-color);
}

.white-card-body {
  padding: 25px 0;
}
.white-card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.white-card-body li {
  flex-grow: 1;
  max-width: 33.33%;
  flex-basis: 33.33%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 992px) {
  .white-card-body li {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.white-card-body li span {
  display: block;
  color: var(--text-color);
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (max-width: 1450px) {
  .white-card-body li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .white-card-body li span {
    font-size: 16px;
  }
}
.white-card-body li p {
  margin: 0;
  font-size: 22px;
  color: var(--secondary-color);
}
@media screen and (max-width: 1450px) {
  .white-card-body li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .white-card-body li p {
    font-size: 22px;
  }
}
.white-card-body.columns-4 ul li {
  max-width: 25%;
  flex-basis: 25%;
}
@media screen and (max-width: 992px) {
  .white-card-body.columns-4 ul li {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.white-card-line-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 992px) {
  .white-card-line-list {
    flex-wrap: wrap;
  }
}
.white-card-line-list li {
  flex-grow: 1;
  border-left: 1px solid var(--text-color);
  padding: 5px 30px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .white-card-line-list li {
    border: 0;
    padding: 0 0 30px 0;
    flex-basis: 100%;
    text-align: center;
  }
  .white-card-line-list li:before {
    content: "";
    position: absolute;
    bottom: 15px;
    width: 75px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--secondary-text-color);
  }
}
.white-card-line-list li:last-child {
  padding: 0;
}
.white-card-line-list li:last-child:before {
  display: none;
}
.white-card-line-list li span {
  display: block;
  font-size: 18px;
  color: var(--secondary-text-color);
  margin: 0;
}
.white-card-line-list li p {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .white-card-line-list li button {
    width: 100%;
  }
}

.alert {
  margin: 0;
  font-size: 18px;
  border: 0;
}
.alert-secondary {
  background-color: rgba(108, 28, 85, 0.2);
  color: var(--secondary-color);
}

.table-responsive {
  max-height: 540px;
}

.table th, .table td {
  font-size: 18px;
  border-bottom: 1px solid var(--text-color) !important;
}
.table th {
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 700;
}
.table td {
  color: var(--text-color);
}
.table .text-right {
  text-align: right;
  padding-right: 30px;
}
.table p {
  margin: 0;
  color: var(--text-color);
}

.table-cart th {
  text-transform: none;
  font-weight: 400;
  text-align: center;
}
.table-cart td {
  vertical-align: middle;
  color: var(--secondary-text-color);
  font-size: 16px;
  text-align: center;
}

.table-total {
  font-weight: 700;
}

.table-prod {
  text-align: left !important;
}

.table-delete button {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: var(--primary-color);
}

.custom-breadcrumb {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
}
.custom-breadcrumb li {
  display: inline-block;
  position: relative;
}
.custom-breadcrumb li:after {
  content: ">";
  margin-left: 5px;
  color: var(--text-color);
}
.custom-breadcrumb li:last-child:after {
  display: none;
}
.custom-breadcrumb li a {
  display: inline-block;
  font-size: 18px;
  color: var(--text-color);
}

#page-shop .custom-breadcrumb li a {
  color: var(--secondary-color);
}

.bullet-block-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bullet-block-list li {
  position: relative;
  margin: 0 0 30px 0;
  color: var(--secondary-text-color);
  font-size: 20px;
  padding-left: 50px;
}
@media screen and (max-width: 992px) {
  .bullet-block-list li {
    font-size: 16px;
    margin: 0 0 20px 0;
    padding-left: 35px;
  }
}
.bullet-block-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/check-list-icon.svg?80f71324dbeb7b8a487ca5ecc8305bdd);
}
@media screen and (max-width: 992px) {
  .bullet-block-list li:before {
    width: 20px;
    height: 20px;
  }
}
.bullet-block-list li:last-child {
  margin: 0;
}

.address-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.address-list address {
  margin: 0;
}
.address-list li {
  position: relative;
  margin: 0 0 40px 0;
  font-size: 18px;
  padding: 0 0 0 30px;
}
.address-list li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 22px;
}
.address-list a {
  color: var(--secondary-color);
  text-decoration: none;
}

.cart-mobile-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-mobile-list p {
  margin: 0 0 5px 0;
}
.cart-mobile-list li {
  border-top: 1px solid var(--secondary-text-color);
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.cart-mobile-list li > div {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-basis: 100%;
}
.cart-mobile-list li:last-child {
  border-bottom: 1px solid var(--gray);
}

.cart-mobie-attr {
  color: var(--gray);
  font-size: 17px;
}

.cart-mobile-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-mobile-total p {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.cart-mobile-total button {
  color: var(--primary-color);
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  font-size: 22px;
}

.custom-paginator {
  padding: 25px 0;
  border-top: 1px solid var(--secondary-text-color);
  margin: 0;
  list-style: none;
  text-align: center;
}
.custom-paginator li {
  display: inline-block;
  color: var(--secondary-color);
  font-size: 18px;
  padding: 0 5px;
}
.custom-paginator li a {
  color: var(--secondary-color);
  text-decoration: underline;
  display: block;
}
.custom-paginator li a.active {
  font-weight: 700;
}

.nav-paginator {
  margin-top: 50px;
}

.custom-tabs {
  margin-top: 40px;
}

.custom-tabs-body {
  background-color: var(--white);
  box-shadow: 0px 0px 30px rgba(108, 28, 85, 0.1);
}
.custom-tabs-body .was-validated .invalid-feedback {
  display: block;
}
.custom-tabs-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-tabs-body li {
  display: block;
  position: relative;
}
.custom-tabs-body li.first {
  padding: 40px 30px;
}
@media screen and (max-width: 992px) {
  .custom-tabs-body li.first {
    padding: 30px;
  }
}
.custom-tabs-body li:before {
  content: "";
  height: 1px;
  width: calc(100% - 60px);
  background-color: var(--text-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.custom-tabs-body .form-group label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  transition: 0.3s;
  background-color: white;
  padding: 40px 30px;
}
.custom-tabs-body .form-group label:hover {
  background: rgba(108, 28, 85, 0.05);
}
.custom-tabs-body .form-group label > div {
  flex-grow: 1;
}

.custom-tabs-header {
  display: flex;
}
.custom-tabs-header li {
  flex-grow: 1;
  flex-basis: 33.33%;
  background-color: rgba(108, 28, 85, 0.1);
  color: var(--secondary-color);
  border-radius: 12px 12px 0px 0px;
  padding: 20px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1450px) {
  .custom-tabs-header li {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .custom-tabs-header li {
    flex-direction: row-reverse;
    justify-content: center;
  }
}
.custom-tabs-header li:before {
  content: "";
  height: 2px;
  width: calc(100% - 60px);
  background-color: var(--text-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.custom-tabs-header li i {
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .custom-tabs-header li i {
    margin: 0 0 0 10px;
  }
}
.custom-tabs-header .active {
  background-color: var(--white);
}
@media screen and (max-width: 992px) {
  .custom-tabs-header b {
    display: none;
  }
}

.custom-tabs-footer {
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .custom-tabs-footer {
    padding: 40px 15px 15px 15px;
    display: flex;
    flex-direction: column-reverse;
  }
  .custom-tabs-footer .button-link {
    margin: 15px 0 0 0 !important;
    text-align: center;
  }
}

.custom-tab-input {
  text-align: center;
}
.custom-tab-input input {
  width: 35px;
  height: 35px;
}

.custom-tab-icon {
  text-align: center;
}
.custom-tab-icon img {
  width: 53px;
  height: auto;
  margin: 0 auto;
}

.custom-tab-title {
  flex-basis: 100%;
  width: 100%;
  color: var(--secondary-text-color);
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid var(--secondary-text-color);
}

.custom-tab-name, .custom-tab-info, .custom-tab-desc {
  width: 25%;
  max-width: 25%;
}
@media screen and (max-width: 992px) {
  .custom-tab-name, .custom-tab-info, .custom-tab-desc {
    width: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .mobile-show {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.custom-tab-input, .custom-tab-icon {
  width: 12.5%;
  max-width: 12.5%;
}
@media screen and (max-width: 992px) {
  .custom-tab-input, .custom-tab-icon {
    width: 25%;
    max-width: 25%;
  }
}

.custom-tabs-item {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  color: var(--secondary-color);
}
@media screen and (max-width: 992px) {
  .custom-tabs-item {
    font-size: 18px;
  }
}

.custom-tab-info p, .custom-tab-desc p {
  margin: 0;
  font-size: 18px;
  color: var(--secondary-text-color);
}
@media screen and (max-width: 992px) {
  .custom-tab-info p, .custom-tab-desc p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .custom-tab-info.mobile-show {
    margin: 30px 0 15px 0;
  }
}

#shippingSection .custom-tab-name, #shippingSection .custom-tab-desc {
  flex-basis: 22.5%;
}
@media screen and (max-width: 992px) {
  #shippingSection .custom-tab-name, #shippingSection .custom-tab-desc {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  #shippingSection .custom-tab-name p, #shippingSection .custom-tab-desc p {
    margin: 0;
  }
}
#shippingSection .custom-tab-input {
  flex-basis: 10%;
}
@media screen and (max-width: 992px) {
  #shippingSection .custom-tab-input {
    position: absolute;
    top: 35px;
    right: 0;
  }
}

@media screen and (max-width: 992px) {
  #checkoutConfirmacionSection .custom-tab-name {
    width: 75%;
    max-width: 75%;
  }
}

@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1714px;
  }
}
.row {
  --bs-gutter-x: 16px;
}
@media screen and (max-width: 768px) {
  .row {
    --bs-gutter-x: 8px;
  }
}
.row > * {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.grid-thumbnail {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
@media screen and (max-width: 992px) {
  .grid-thumbnail {
    gap: 2%;
  }
}
.grid-thumbnail > li {
  flex-grow: 1;
  max-width: 24.25%;
  flex-basis: 24.25%;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 992px) {
  .grid-thumbnail > li {
    max-width: 32%;
    flex-basis: 32%;
  }
}
@media screen and (max-width: 768px) {
  .grid-thumbnail > li {
    max-width: 49%;
    flex-basis: 49%;
  }
}

#brandsSection {
  margin-bottom: 145px;
  box-shadow: 2px 5px 94px 0px rgba(108, 28, 85, 0.21);
  -webkit-box-shadow: 2px 5px 94px 0px rgba(108, 28, 85, 0.21);
  -moz-box-shadow: 2px 5px 94px 0px rgba(108, 28, 85, 0.21);
}
@media screen and (max-width: 992px) {
  #brandsSection {
    padding: 28px 0;
    margin-bottom: 40px;
  }
}

.thumb-icon {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
@media screen and (max-width: 992px) {
  .thumb-icon {
    flex-wrap: wrap;
  }
}

.thumb-icon-list {
  flex-grow: 1;
  flex-basis: 33.33%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .thumb-icon-list {
    flex-basis: 100%;
  }
}
.thumb-icon-list > div {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 1450px) {
  .thumb-icon-list > div {
    max-width: 240px;
  }
}
@media screen and (max-width: 992px) {
  .thumb-icon-list > div {
    max-width: 300px;
    margin-bottom: 50px;
  }
}
.thumb-icon-list img {
  margin: 0 0 20px 0;
}
.thumb-icon-list p {
  margin: 0;
  font-size: 20px;
  color: var(--secondary-text-color);
}
@media screen and (max-width: 1450px) {
  .thumb-icon-list p {
    font-size: 16px;
  }
}

#comunicateSection {
  position: relative;
  box-shadow: 2px 5px 94px 0px rgba(108, 28, 85, 0.21);
  -webkit-box-shadow: 2px 5px 94px 0px rgba(108, 28, 85, 0.21);
  -moz-box-shadow: 2px 5px 94px 0px rgba(108, 28, 85, 0.21);
}
#comunicateSection .yellow-misc {
  top: -50px;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
  position: relative;
}
#comunicateSection .col-md-5, #comunicateSection .col-md-6 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  #comunicateSection .col-md-6 {
    padding-top: 0;
  }
}

@media screen and (max-width: 992px) {
  #whatsappSales {
    max-width: 260px;
    margin: 0 auto;
  }
}

.comunicate-info {
  max-width: 440px;
}

#whyChooseUsSection .section-title {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 1450px) {
  #whyChooseUsSection .section-title {
    margin: 0 0 60px 0;
  }
}

#recommendedSection, #newsSection {
  overflow: hidden;
}
#recommendedSection .owl-carousel .item, #newsSection .owl-carousel .item {
  padding-bottom: 10px;
}
#recommendedSection .col, #newsSection .col {
  position: relative;
}
#recommendedSection .yellow-misc, #newsSection .yellow-misc {
  position: absolute;
  top: -40px;
  right: -100px;
}

#loginSection {
  position: relative;
  background-image: url(/images/icons-bg.png?1c397710569a5e6d1f92a83b059b5910);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#loginSection .section-title {
  text-transform: none;
  margin: 0 0 20px 0;
}
#loginSection .yellow-misc {
  top: 80px;
  left: 0;
  position: absolute;
}
#loginSection .white-card {
  max-width: 730px;
  margin: 0 auto;
  position: relative;
  padding: 70px 30px;
}
#loginSection .white-card .button {
  margin: 40px auto 0 auto;
  padding: 10px 54px;
}
#loginSection .white-card .button-link {
  margin-top: 30px;
}
#loginSection fieldset {
  margin: 0;
}
#loginSection p {
  margin: 0 0 30px 0;
  font-size: 22px;
}
#loginSection .pencil-misc {
  position: absolute;
  top: 137px;
  right: 0;
  transform: translateX(50%);
}
@media screen and (max-width: 992px) {
  #loginSection .pencil-misc {
    top: -45px;
    right: 50%;
    transform: translateX(50%);
    width: 90px;
    height: 90px;
  }
}

.forgot-container {
  max-width: 540px;
  margin: 0 auto 50px auto;
}
.forgot-container img {
  margin: 0 auto 50px auto;
}
.forgot-container .title {
  margin-bottom: 50px;
}

.nosotros-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nosotros-img img {
  width: 670px;
  height: 295px;
}

#page-contacto .form {
  margin-bottom: 80px;
}
#page-contacto .form .form-control {
  background-color: var(--white);
}
#page-contacto .form .button-primary {
  padding: 10px 110px;
}
@media screen and (max-width: 992px) {
  #page-contacto .form .button-primary {
    width: 100%;
  }
}

#map {
  width: 100%;
  height: 540px;
}

#contactSection {
  padding: 70px 0 50px 0;
}

#thankMsg {
  font-size: 18px;
  color: var(--secondary-color);
}
@media screen and (max-width: 992px) {
  #thankMsg {
    text-align: center;
    margin-top: 20px;
  }
}
#thankMsg b {
  display: block;
  font-weight: 700;
  color: var(--primary-color);
}

#registerSection {
  position: relative;
  overflow: hidden;
}
#registerSection .yellow-misc {
  position: absolute;
  left: -100px;
}
@media screen and (max-width: 992px) {
  #registerSection .yellow-misc {
    display: none;
  }
}
#registerSection .section-title {
  text-transform: none;
}
#registerSection .section-title + p {
  font-size: 24px;
  color: var(--secondary-color);
  margin: 0 0 60px 0;
}
#registerSection .form-control {
  font-size: 14px;
}
#registerSection .form-control::-moz-placeholder {
  font-size: 14px;
}
#registerSection .form-control::placeholder {
  font-size: 14px;
}
#registerSection .form {
  max-width: 850px;
  margin: 0 auto;
}
#registerSection .form .button {
  padding: 10px 59px;
  margin: 0 0 0 30px;
}
#registerSection .form .button:disabled {
  background-color: var(--text-color);
}

.success-block {
  max-width: 540px;
  margin: 0 auto;
}
.success-block img {
  margin: 0 0 60px 0;
}
.success-block p {
  font-size: 22px;
}
.success-block .button {
  margin: 30px 0 0 0;
  display: inline-block;
}

#registerThankSection .title + p {
  max-width: 440px;
  margin: 0 auto 40px auto;
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  #registerThankSection .title + p {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 992px) {
  #registerThankSection .section-title {
    text-transform: none;
  }
}
#registerThankSection .button-primary {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  #registerThankSection .button-primary {
    width: 100%;
  }
}
#registerThankSection .checkout-header li {
  padding: 0 30px;
  text-align: left;
  flex-basis: 20%;
}
@media screen and (max-width: 992px) {
  #registerThankSection .checkout-header li {
    flex-basis: 100%;
    text-align: center;
    padding: 0;
    border: 0;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #registerThankSection .checkout-header li:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 75px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--secondary-text-color);
  }
  #registerThankSection .checkout-header li:last-child, #registerThankSection .checkout-header li:first-child {
    padding: 0;
    margin: 0;
  }
  #registerThankSection .checkout-header li:last-child:before, #registerThankSection .checkout-header li:first-child:before {
    display: none;
  }
  #registerThankSection .checkout-header li:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  #registerThankSection .checkout-header li:first-child b {
    font-size: 36px;
  }
}
#registerThankSection .checkout-header li:first-child {
  padding-left: 0;
}
#registerThankSection .checkout-header li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  #registerThankSection .checkout-header li b {
    font-size: 24px;
  }
}
#registerThankSection .checkout-header p {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  #registerThankSection .img-icon {
    width: 165px;
    height: auto;
  }
}

#accountOrder .table-cart .table-delete {
  display: none;
}

#accountCurrent, #accountData, #accountShipping, #accountOrder, #accountFavorite {
  position: relative;
  margin-bottom: 50px;
  top: -50px;
}
@media screen and (max-width: 992px) {
  #accountCurrent, #accountData, #accountShipping, #accountOrder, #accountFavorite {
    margin-bottom: 12px;
    top: -12px;
  }
}

#accountOrder.order-resume {
  top: -70px;
  margin-bottom: 30px;
}

#orderResume {
  margin-bottom: 30px;
}

#accountFavorite .form .form-control {
  background-color: var(--white);
}

.favorite-filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.favorite-filter .form {
  flex-grow: 1;
  position: relative;
  margin: 0 15px 20px 15px;
  max-width: 375px;
}
.favorite-filter .form input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.favorite-filter .form input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.favorite-filter .form input[type=search]::-webkit-search-decoration, .favorite-filter .form input[type=search]::-webkit-search-cancel-button, .favorite-filter .form input[type=search]::-webkit-search-results-button, .favorite-filter .form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.favorite-filter .form:last-child {
  margin-right: 0;
  max-width: 220px;
}
.favorite-filter .form button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  color: var(--secondary-color);
  position: absolute;
  right: 9px;
  top: 50%;
  font-size: 22px;
}

@media screen and (max-width: 992px) {
  #page-account .bg-gradient, #page-shop .bg-gradient {
    padding: 30px 0;
  }
}
@media screen and (max-width: 992px) {
  #page-account .page-title, #page-shop .page-title {
    font-size: 24px;
  }
}

#currentMobile .white-card, #orderMobile .white-card {
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;
}
#currentMobile .white-card .table-responsive, #orderMobile .white-card .table-responsive {
  margin-top: 20px;
  border-top: 1px solid gray;
}
#currentMobile .white-card .table, #orderMobile .white-card .table {
  margin: 0;
}
#currentMobile .white-card .table tr td:first-child, #orderMobile .white-card .table tr td:first-child {
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 700;
}
#currentMobile .white-card > button, #orderMobile .white-card > button {
  background-color: transparent;
  border: 0;
  padding: 20px 0 0 0;
  margin: 0;
  outline: none;
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 20px;
  color: var(--secondary-text-color);
}
#currentMobile .white-card > button b, #orderMobile .white-card > button b {
  text-transform: uppercase;
  color: var(--secondary-color);
}
#currentMobile .white-card > button.collapsed i, #orderMobile .white-card > button.collapsed i {
  transform: rotate(0deg);
}
#currentMobile .white-card > button i, #orderMobile .white-card > button i {
  position: absolute;
  bottom: 0;
  transform: rotate(180deg);
  right: 20px;
  color: var(--secondary-color);
  transition: 0.3s;
}

#orderMobile .white-card {
  padding: 20px;
}
#orderMobile .white-card .table-responsive {
  margin: 0;
  border: 0;
}
#orderMobile .white-card .table tr:first-child td {
  border-top: 0;
}
#orderMobile .button-primary {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  padding: 10px;
  margin: 20px 0 0 0;
}

.product-title-container {
  display: flex;
  margin: 0 0 10px 0;
}
.product-title-container .section-title {
  max-width: 540px;
  margin: 0;
}

.product-title-favorite {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .product-title-favorite {
    justify-content: flex-start;
  }
}
.product-title-favorite .thumb-product-favorite {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
  display: flex;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 992px) {
  .product-title-favorite .thumb-product-favorite {
    margin: 15px 0 25px 0;
  }
}
.product-title-favorite .thumb-product-favorite span {
  margin: 0 5px 0 0;
}

.product-group {
  border-bottom: 1px solid #ACA6AA;
  padding: 10px 0;
}
.product-group .form-group {
  max-width: 310px;
}
@media screen and (max-width: 992px) {
  .product-group .form-group {
    max-width: 100%;
  }
}

.product-group-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
@media screen and (max-width: 992px) {
  .product-group-list {
    flex-wrap: wrap;
  }
}
.product-group-list li {
  flex-grow: 1;
  border-right: 1px solid #ACA6AA;
  padding: 0 13px;
}
@media screen and (max-width: 992px) {
  .product-group-list li {
    padding: 15px;
  }
}
.product-group-list li:first-child {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  .product-group-list li:first-child {
    border-right: 0;
  }
}
.product-group-list li:last-child {
  border: 0;
  padding-right: 0;
}
.product-group-list li label {
  display: block;
  color: var(--secondary-text-color);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 1450px) {
  .product-group-list li label {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .product-group-list li label {
    font-size: 16px;
  }
}
.product-group-list li p {
  margin: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: var(--primary-color);
}
@media screen and (max-width: 1450px) {
  .product-group-list li p {
    font-size: 20px;
  }
}
.product-group-list li > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.product-group-list li > div label {
  flex: 1 0 auto;
}
.product-group-list .total {
  background-color: #FBEBD3;
  border-radius: 8px;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .product-group-list .total {
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  .product-group-list .total.unidades {
    height: auto;
  }
}
.product-group-list .total .big {
  font-size: 36px;
  line-height: 1;
}
@media screen and (max-width: 1450px) {
  .product-group-list .total .big {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) {
  .product-group-list .total .big {
    font-size: 36px;
  }
}

.product-group-input {
  display: flex;
}
@media screen and (max-width: 992px) {
  .product-group-input {
    flex-wrap: wrap;
  }
}
.product-group-input .form-group {
  min-width: 280px;
}
@media screen and (max-width: 1450px) {
  .product-group-input .form-group {
    max-width: 245px;
    height: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .product-group-input .form-group {
    max-width: 100%;
  }
}
.product-group-input .form-group:first-child {
  padding-right: 13px;
}
@media screen and (max-width: 992px) {
  .product-group-input .form-group:first-child {
    padding-right: 0;
  }
}
.product-group-input .form-group .flex-content {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.product-group-input .form-group .flex-content .form-group-select {
  flex-basis: 67%;
}
.product-group-input .form-group .flex-content input {
  flex-basis: 30%;
  text-align: center;
}
.product-group-input .form-group .form-label {
  flex: none;
}

.form-product .button {
  margin: 10px 0 0 auto;
}
@media screen and (max-width: 992px) {
  .form-product .button {
    margin: 15px auto;
    width: 100%;
    font-size: 22px;
    padding: 12px 15px;
  }
}

.product-group-qty, .product-group-price {
  flex-grow: 1;
  flex-basis: 50%;
}
.product-group-qty p, .product-group-price p {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .product-group-qty p, .product-group-price p {
    font-size: 16px;
  }
}
.product-group-qty p b, .product-group-price p b {
  font-size: 36px;
  color: var(--primary-color);
}
@media screen and (max-width: 992px) {
  .product-group-qty p b, .product-group-price p b {
    font-size: 24px;
  }
}

.product-group-price {
  text-align: right;
}
.product-group-price strike {
  font-size: 30px;
  color: var(--secondary-color);
  font-weight: 400;
}

.product-content {
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .product-content {
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  .result-block {
    margin: 15px 0 30px 0;
  }
}
.result-block p {
  margin: 0;
  font-size: 18px;
}
.result-block p b {
  font-weight: 600;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
}
.result-block p span {
  color: val(--secondary-text-color);
}
@media screen and (max-width: 992px) {
  .result-block p b, .result-block p span {
    display: block;
  }
}

#page-shop .custom-breadcrumb {
  margin: 0;
}

#thumbnailGridSection {
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  #thumbnailGridSection {
    padding-bottom: 50px;
  }
}

.order-form {
  max-width: 220px;
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .order-form {
    flex-basis: 50%;
  }
}
.order-form + button {
  flex-grow: 1;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  border-radius: 8px;
  background-color: transparent;
  outline: none;
  font-size: 16px;
  text-align: left;
  margin: 0;
  padding: 0.375rem 0.75rem;
  margin-left: 10px;
  flex-basis: 50%;
  position: relative;
}
.order-form + button i {
  position: absolute;
  right: 15px;
  top: 10px;
}

#page-cart .button-link, #page-checkout .button-link {
  margin-right: 40px;
  color: var(--secondary-color);
  text-decoration: underline;
}

#cartSection {
  padding: 30px 0;
}
#cartSection .white-card {
  margin-bottom: 50px;
}
#cartSection .table-responsive {
  max-height: 340px;
}

@media screen and (max-width: 992px) {
  .cart-footer {
    flex-direction: column-reverse;
    display: flex;
    text-align: center !important;
  }
  .cart-footer .button-link {
    margin: 10px 0 0 0 !important;
  }
}

.checkout-header {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .checkout-header {
    flex-wrap: wrap;
  }
}
.checkout-header li {
  flex-grow: 1;
  flex-basis: 20%;
  border-right: 1px solid var(--secondary-text-color);
  text-align: center;
  font-size: 18px;
  color: var(--secondary-text-color);
}
@media screen and (max-width: 1450px) {
  .checkout-header li {
    font-size: 16px;
  }
}
.checkout-header li b {
  font-size: 36px;
}
@media screen and (max-width: 1450px) {
  .checkout-header li b {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .checkout-header li b {
    font-size: 30px;
    display: block;
    line-height: 1;
  }
}
.checkout-header li:first-child {
  flex-basis: 60%;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .checkout-header li:first-child {
    flex-basis: 100%;
    border: 0;
    margin: 0 0 20px 0;
  }
}
.checkout-header li:last-child {
  border: none;
}

@media screen and (max-width: 992px) {
  .checkout-header-total {
    text-align: right !important;
  }
}

.checkout-header-qty {
  max-width: 240px;
}
@media screen and (max-width: 992px) {
  .checkout-header-qty {
    text-align: left !important;
    max-width: 120px;
  }
}

#page-checkout .page-title {
  font-weight: 600;
}

#checkoutSection, #shippingSection {
  position: relative;
  top: -50px;
  margin-bottom: 50px;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #F49807;
}

::-webkit-scrollbar-track {
  background: #facc83;
}

body {
  scrollbar-face-color: #F49807;
  scrollbar-track-color: #facc83;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

body,
html {
  font-family: "DM Sans", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.section-padding {
  padding: 90px 0;
}
@media screen and (max-width: 992px) {
  .section-padding {
    padding: 60px 0;
  }
}
.section-padding.first {
  padding-top: 0;
}

p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: var(--secondary-color);
}
p.bigger {
  font-size: 20px;
}

#toTop {
  position: fixed;
  bottom: 35px;
  left: 35px;
  background: var(--white);
  border-radius: 5px;
  font-size: 20px;
  border: 1px solid var(--black);
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
  z-index: 3;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#toTop i {
  line-height: 0;
  position: relative;
  top: -2px;
}
#toTop:hover {
  background: var(--primary-color);
  color: var(--white);
}

#productDetails {
  padding: 30px 0 60px 0;
}
@media screen and (max-width: 992px) {
  #productDetails {
    padding: 0;
  }
}

.header-message a {
  color: white;
}
.header-message a:hover {
  color: white;
}

.bodyScanner {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainScanner {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  height: 100vh;
}
#mainScanner video {
  width: 100%;
  height: 100vh;
  position: absolute;
}
#mainScanner canvas {
  position: absolute;
  z-index: 10;
  right: 0;
  width: 100%;
}
#mainScanner #containerScanner {
  -webkit-backdrop-filter: brightness(1);
          backdrop-filter: brightness(1);
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 20;
  right: 0;
  width: 100%;
  height: 100%;
}
#mainScanner #containerScanner .headerScanner {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  color: white;
  z-index: 9;
}
#mainScanner #containerScanner .headerScanner button {
  background: transparent;
  border: none;
  color: white;
}
#mainScanner #containerScanner .headerScanner h1 {
  margin: 0;
  padding: 0;
  flex-grow: 1;
  font-size: 25px;
  text-align: center;
  color: white;
}
#mainScanner #containerScanner .loadProduct {
  display: flex;
  justify-content: center;
}
#mainScanner #containerScanner .loadProduct #btnLoadingProduct {
  border: 0;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  background-color: #f59b0a;
  color: white;
}
#mainScanner #containerScanner .loadProduct #btnLoadingProduct.hide {
  display: none;
}
#mainScanner #containerScanner .lineScanner {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 15;
  width: 100%;
}
#mainScanner #containerScanner .lineScanner hr {
  width: 80%;
  height: 0;
  border: red 5px solid;
  opacity: 0.5;
}
