@font-face {
  font-family: 'HelveticaBold';
  src: url("https://css.novidadesaudavel.com.br/css/fonts/helveticabold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaMedium';
  src: url("https://css.novidadesaudavel.com.br/css/fonts/helveticamedium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaRoman';
  src: url("https://css.novidadesaudavel.com.br/css/fonts/helveticaroman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://css.novidadesaudavel.com.br/css/fonts/f0db0faa0f4af4630e2db0cd30400f2c.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Helvetica Neue LT Std', sans-serif;
  font-weight: 400;
}

.pagination .page-link,
.page-item.disabled .page-link {
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
  border: 1px solid var(--soft-light);
  font-size: 0.875rem;
  border-radius: 0 !important;
  color: var(--dark);
}

.pagination .page-item {
  margin: 0 5px;
}

.form-control:focus {
  border-width: 2px !important;
}

.iti__flag-container {
  padding: 2px;
}

.modal-content {
  border: 0 !important;
  -webkit-box-shadow: 0px 0px 5px 0px #00000026;
          box-shadow: 0px 0px 5px 0px #00000026;
  border-radius: 10px;
}

.tagify.tagify--focus {
  border-width: 2px;
  border-color: var(--primary);
}

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

#edit_map {
  width: 100%;
  height: 250px;
}

.pac-container {
  z-index: 100000;
}

.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.logo-container {
  background: var(--light);
}

.search-input-box > input {
  border: 2px solid #D3D3D3;
}

.cart-count {
  border-radius: 50%;
  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;
  width: 20px;
  height: 20px;
  background: #9a9840;
  font: normal normal normal 11px / 13px "Rubik";
  color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #253c19a1 !important;
}

@media (max-width: 767px) {
  #flash_deal .flash-deals-baner {
    height: 203px !important;
  }
}

.img-fit-contain {
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.table td,
.table th {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .d-md-grid {
    display: grid !important;
  }
}

footer {
  background-color: var(--light);
}

footer .copyright {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
}

@media (max-width: 767px) {
  footer .copyright {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .aiz-top-menu-sidebar.active .collapse-sidebar {
    border-radius: 0px 15px 15px 0px;
    background-color: var(--light);
  }

  .aiz-top-menu-sidebar.active .collapse-sidebar .header-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: var(--secondary);
  }

  .aiz-top-menu-sidebar.active .collapse-sidebar .header-sidebar .nav-user-img img {
    width: 23.9px;
    height: 28px;
  }

  .aiz-top-menu-sidebar.active .collapse-sidebar .list-inline-item::after {
    border-bottom: 1px solid #D9D9D9;
    content: "";
    width: calc(100% + 20px);
    height: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: -10px;
    position: absolute;
    bottom: -5px;
  }

  .aiz-top-menu-sidebar.active .collapse-sidebar .list-inline-item.active a::after {
    border-bottom: 1px solid #D9D9D9;
    content: "";
    width: calc(100% + 20px);
    height: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: -10px;
    position: absolute;
    top: 50px;
  }

  .aiz-top-menu-sidebar.active .collapse-sidebar .list-inline-item a {
    font-family: 'HelveticaBold';
    width: 90%;
  }

  .aiz-top-menu-sidebar.active .collapse-sidebar .list-inline-item a:focus,
  .aiz-top-menu-sidebar.active .collapse-sidebar .list-inline-item a:hover {
    background-color: transparent !important;
    color: var(--primary) !important;
  }

  .aiz-top-menu-sidebar.active .collapse-sidebar .list-inline-item .submenu {
    visibility: visible;
    position: initial;
    opacity: 1;
    display: none;
  }

  .aiz-top-menu-sidebar.active .collapse-sidebar .list-inline-item .submenu .wrapper .list ul {
    padding: 0px;
  }

  .aiz-top-menu-sidebar.active .collapse-sidebar .list-inline-item .submenu .wrapper .list ul li {
    margin: 0px;
  }

  .aiz-top-menu-sidebar.active .collapse-sidebar .list-inline-item .submenu .wrapper .list ul li a {
    font-family: 'HelveticaRoman';
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    color: #4A4A4A;
  }

  .login-header {
    height: 130px;
    background-color: var(--secondary) !important;
    text-align: center;
  }
}

.authentication-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  max-width: 100vw;
  background-color: var(--light);
}

.authentication-header img {
  margin: 0 auto;
}

.authentication-page-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f5f5f5;
}

.authentication-footer {
  bottom: 0;
  width: 100%;
}

.authentication-form {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.authentication .divider-register-now {
  padding-top: 5vh;
  border-top: 2px solid #f5f5f5;
  display: inline-block;
  width: 100%;
  margin-top: 5vh;
}

.authentication .title-secion {
  border-top-left-radius: 22.15px;
  border: 1.91px solid #B0AE00;
  padding: 0px 19px;
  border-radius: 25.42px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.authentication .terms-text {
  color: var(--secondary) !important;
  text-decoration: underline;
}

.font-bold {
  font-family: 'HelveticaBold' !important;
  font-weight: 500;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-gray-light,
.hov-text-gray-light:hover {
  color: var(--gray-light) !important;
}

.d-grid {
  display: grid;
}

.fs-32 {
  font-size: 32px;
}

.fs-45 {
  font-size: 45px;
}

.rouded-20px {
  border-radius: 20px;
}

.mt-6,
.my-6 {
  margin-top: 6rem !important;
}

.gap-1 {
  gap: 5px;
}

.gap-4 {
  gap: 20px;
}

.divisor {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.divisor-2::before {
  content: '';
  display: block;
  border-top: 1px solid #D3D3D3;
  margin: 15px 0;
  width: 100%;
}

.btn {
  padding: 0.3rem 1.2rem !important;
  font-weight: 500;
  font-family: 'Helvetica Neue LT Std';
}

.btn.btn-primary:hover {
  background: rgba(37, 60, 25, 0.63);
}

.btn.btn-secondary:hover {
  background: rgba(199, 197, 36, 0.63);
}

.btn.btn-primary,
.btn.btn-soft-primary:hover,
.btn.btn-outline-primary:hover {
  color: var(--light);
}

.btn.btn-secondary,
.btn.btn-soft-secondary:hover,
.btn.btn-outline-secondary:hover {
  color: var(--primary);
}

.btn.btn-smaller {
  padding: .25rem .5rem !important;
  line-height: normal;
}

.block {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px 0px #00000026;
          box-shadow: 0px 0px 5px 0px #00000026;
  border-radius: 10px;
  padding: 15px;
}

@media (max-width: 767px) {
  .fixed-mobile-block {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 9;
    border-radius: 0px;
  }
}

@media (min-width: 768px) {
  .bg-md-white {
    background-color: #FFF !important;
  }

  .fs-md-21 {
    font-size: 1.3125rem !important;
  }

  .divsor-md-2::before {
    content: '';
    display: block;
    border-top: 1px solid #D3D3D3;
    margin: 15px 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .fs-md-8 {
    font-size: 0.5rem !important;
  }

  .fs-md-9 {
    font-size: 0.5625rem !important;
  }

  .fs-md-10 {
    font-size: 0.625rem !important;
  }

  .fs-md-11 {
    font-size: 0.6875rem !important;
  }

  .fs-md-12 {
    font-size: 0.75rem !important;
  }

  .fs-md-13 {
    font-size: 0.8125rem !important;
  }

  .fs-md-14 {
    font-size: 0.875rem !important;
  }

  .fs-md-15 {
    font-size: 0.9375rem !important;
  }

  .fs-md-15 {
    font-size: 0.9375rem !important;
  }

  .fs-md-16 {
    font-size: 1rem !important;
  }

  .fs-md-17 {
    font-size: 1.0625rem !important;
  }

  .fs-md-18 {
    font-size: 1.125rem !important;
  }

  .fs-md-19 {
    font-size: 1.1875rem !important;
  }

  .fs-md-20 {
    font-size: 1.25rem !important;
  }

  .fs-md-21 {
    font-size: 1.3125rem !important;
  }

  .fs-md-22 {
    font-size: 1.375rem !important;
  }

  .fs-md-23 {
    font-size: 1.4375rem !important;
  }

  .fs-md-24 {
    font-size: 1.5rem !important;
  }

  .fs-md-26 {
    font-size: 1.625rem !important;
  }

  .fs-md-28 {
    font-size: 1.75rem !important;
  }

  .fs-md-30 {
    font-size: 1.875rem !important;
  }

  .fs-md-36 {
    font-size: 2.25rem !important;
  }
}

.spinner {
  width: 15px;
  height: 15px;
  border: 4px solid #ccc;
  border-top-color: #3498db;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: 0px 5px;
  display: inline-block;
}

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

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

.custom-input {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  font-size: 14px;
}

.text-truncate-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cep-container {
  font-size: 14px;
  line-height: 16.79px;
}

@media (max-width: 767px) {
  .cep-container {
    font-size: 13px;
    line-height: 16px;
  }
}

.cep-container span {
  font-size: 18px;
  line-height: 21.6px;
}

@media (max-width: 767px) {
  .cep-container span {
    font-size: 13px;
    line-height: 16px;
  }
}

.discount-label {
  -webkit-box-shadow: 0px 0px 10px 0px #00000040;
          box-shadow: 0px 0px 10px 0px #00000040;
  font-family: 'HelveticaBold';
  border-top-left-radius: 22.15px;
  border-bottom-left-radius: 22.15px;
  right: 16px;
  top: 50px;
  position: absolute;
  padding-top: 2px;
  padding-bottom: 2px;
  z-index: 2;
}

@media (max-width: 767px) {
  .discount-label {
    position: absolute;
    top: 4px;
    left: 64%;
    font-size: 10px !important;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px;
    max-width: 50px;
  }
}

.featured-mobile-products .discount-label {
  left: 47% !important;
}

.discount-label-2 {
  font-family: 'HelveticaBold';
  border-radius: 11.48px;
  left: 0px;
  top: 0px;
  position: absolute;
  padding: 0;
  z-index: 999;
  width: 51%;
}

@media (max-width: 767px) {
  .products-bg-white .discount-label {
    left: 61%;
    top: 29px;
    max-width: 50px;
  }
}

@media (max-width: 767px) {
  .products-bg-white.producs-1-grid .discount-label {
    left: 50%;
    top: 4px;
  }
}

@media (max-width: 767px) {
  .products-wrapper .products-bg-white .discount-label {
    left: 54%;
    top: 4px;
  }
}

.products-category .products .discount-label,
.products-search .products .discount-label {
  top: 20px;
}

@media (max-width: 767px) {
  .products-category .products .discount-label,
  .products-search .products .discount-label {
    left: 24%;
    top: 3px;
  }
}

.list-inline-item {
  position: initial;
  margin: 0;
  padding: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
       break-inside: avoid;
}

.list-inline-item:hover .submenu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  height: auto;
}

.list-inline-item .submenu {
  background: rgba(243, 240, 230, 0.709804);
  max-height: 698px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  height: 0px;
}

.list-inline-item .submenu .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1230px;
}

.list-inline-item .submenu .wrapper .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 60%;
}

@media (max-width: 767px) {
  .list-inline-item .submenu .wrapper .list {
    max-width: 100%;
  }
}

.list-inline-item .submenu .wrapper .list ul {
  -webkit-columns: 220px;
     -moz-columns: 220px;
          columns: 220px;
}

.list-inline-item .submenu .wrapper .list ul li {
  list-style: none;
  margin: 0px 20px 20px 20px;
}

.list-inline-item .submenu .wrapper .list ul li a {
  font-weight: 500;
  font-size: 16.8389px;
  line-height: 18px;
  letter-spacing: .772607px;
  text-transform: uppercase;
  color: #253c19;
}

.product-history {
  margin-top: 60px;
}

.product-history .title-secion {
  border-top-left-radius: 22.15px;
  border: 1.91px solid #B0AE00;
  padding: 0px 19px;
  border-radius: 25.42px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.footer-buttons .row {
  gap: 10px;
}

@media (max-width: 767px) {
  .footer-buttons .row {
    gap: 33px;
  }
}

.footer-buttons a {
  font-weight: 500;
  font-size: 19.04px;
  line-height: 11.9px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--light);
  background: #253C19;
  border-radius: 35.69px;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .footer-buttons a {
    font-size: 15px;
  }
}

.float-whatsapp .whatsapp-wrapper {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: 0 0;
  padding: 0;
  overflow: hidden;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  position: fixed;
  z-index: 9998;
  top: auto;
  right: 40px;
  bottom: 24px;
  left: auto;
}

.float-whatsapp .whatsapp-wrapper .whatsapp-button {
  display: block;
  position: absolute;
  border-radius: 0;
  background: transparent url("data:image/svg+xml,%3Csvg width='82' height='82' viewBox='0 0 82 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_1238_513)'%3E%3Cpath d='M25.7499 63.7065L26.7581 64.3038C30.9926 66.8169 35.8479 68.1463 40.7992 68.1486H40.8096C56.015 68.1486 68.3897 55.7766 68.396 40.5703C68.3987 33.2015 65.5319 26.272 60.3235 21.0595C57.7689 18.4889 54.7298 16.4504 51.3821 15.0622C48.0343 13.674 44.4445 12.9636 40.8204 12.9721C25.6033 12.9721 13.2281 25.3428 13.2227 40.5482C13.2152 45.7404 14.6773 50.8287 17.4401 55.2249L18.0964 56.2678L15.3091 66.4439L25.7499 63.7065ZM7.33984 74.3274L12.0489 57.1339C9.14472 52.1023 7.61682 46.394 7.61863 40.5459C7.6263 22.2509 22.5146 7.36713 40.81 7.36713C49.6882 7.37164 58.0215 10.8267 64.2887 17.0984C70.5559 23.3701 74.0042 31.7065 74.001 40.5725C73.9929 58.8662 59.1023 73.7527 40.8096 73.7527H40.7952C35.2407 73.7504 29.7828 72.3569 24.9347 69.7135L7.33984 74.3274Z' fill='%23B3B3B3'/%3E%3C/g%3E%3Cpath d='M7 73.9862L11.7091 56.7928C8.79987 51.749 7.27175 46.0274 7.27878 40.2047C7.28645 21.9097 22.1747 7.02594 40.4702 7.02594C49.3484 7.03045 57.6817 10.4855 63.9489 16.7572C70.2161 23.0289 73.6643 31.3653 73.6611 40.2313C73.653 58.525 58.7625 73.4115 40.4697 73.4115H40.4553C34.9008 73.4092 29.4429 72.0157 24.5949 69.3723L7 73.9862Z' fill='white'/%3E%3Cpath d='M40.4805 12.6312C25.2634 12.6312 12.8883 25.0018 12.8828 40.2072C12.8753 45.3994 14.3375 50.4878 17.1002 54.8839L17.7566 55.9273L14.9692 66.1034L25.4105 63.3656L26.4187 63.9629C30.6532 66.476 35.5085 67.8049 40.4598 67.8076H40.4702C55.6756 67.8076 68.0507 55.4356 68.0566 40.2293C68.0681 36.605 67.3605 33.0143 65.9749 29.6653C64.5892 26.3162 62.553 23.2753 59.9841 20.7186C57.4294 18.1479 54.3902 16.1094 51.0424 14.7212C47.6946 13.333 44.1047 12.6226 40.4805 12.6312Z' fill='url(%23paint0_linear_1238_513)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.1775 26.3337C31.5559 24.9529 30.9018 24.9249 30.3113 24.901L28.7216 24.8816C28.1685 24.8816 27.2699 25.0891 26.5103 25.9191C25.7506 26.7492 23.6074 28.7552 23.6074 32.8355C23.6074 36.9157 26.5793 40.8584 26.9934 41.4123C27.4075 41.9663 32.7306 50.6063 41.1604 53.9305C48.1656 56.6931 49.5911 56.1436 51.1122 56.0056C52.6333 55.8675 56.0189 53.9995 56.7095 52.0629C57.4002 50.1263 57.4006 48.4672 57.1936 48.1203C56.9865 47.7734 56.4334 47.5672 55.6034 47.1522C54.7734 46.7372 50.6967 44.7311 49.9366 44.4541C49.1765 44.1772 48.6239 44.0396 48.0704 44.8696C47.5169 45.6996 45.9295 47.5668 45.4454 48.1203C44.9614 48.6738 44.4783 48.7432 43.6482 48.3287C42.8182 47.9141 40.1476 47.0381 36.9791 44.2128C34.5138 42.0146 32.8497 39.2998 32.3652 38.4702C31.8807 37.6407 32.3138 37.1913 32.7297 36.7781C33.1018 36.4064 33.5588 35.8096 33.9743 35.3256C34.3897 34.8415 34.5264 34.4955 34.8025 33.9429C35.0786 33.3903 34.941 32.9049 34.7335 32.4904C34.526 32.0758 32.9146 27.9739 32.1775 26.3337Z' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_f_1238_513' x='0.277844' y='0.305127' width='80.7861' height='81.0843' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='3.531' result='effect1_foregroundBlur_1238_513'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_1238_513' x1='39.9081' y1='15.9423' x2='40.1878' y2='63.094' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2357D163'/%3E%3Cstop offset='1' stop-color='%2323B33A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") center center no-repeat;
  z-index: 900;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  cursor: pointer;
  border: 0;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-animation: mbzshake 10s;
          animation: mbzshake 10s;
}

.breadcrumb .breadcrumb-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #838383;
}

.breadcrumb .breadcrumb-item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #838383;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #838383;
}

.sort-product-filter .dropdown {
  border-radius: 5.52px;
}

.sort-product-filter .dropdown .dropdown-toggle {
  border: 2px solid #C7C524 !important;
  border-radius: 5.52px !important;
  background-color: #FFFFFF !important;
  padding: 0px !important;
}

@media (max-width: 767px) {
  .sort-product-filter .dropdown .dropdown-toggle {
    background-color: var(--light) !important;
    min-width: 118px;
  }
}

.sort-product-filter .dropdown .dropdown-toggle::after {
  content: none;
}

.sort-product-filter .dropdown .dropdown-toggle .filter-option-inner {
  height: 100%;
}

.sort-product-filter .dropdown .dropdown-toggle .filter-option-inner-inner {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: center;
  color: #253C19;
  height: 100%;
  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;
}

@media (max-width: 767px) {
  .sort-product-filter .dropdown .dropdown-toggle .filter-option-inner-inner {
    margin-top: 2px;
  }
}

.sort-product-filter .dropdown .dropdown-toggle[aria-expanded=true] {
  border-radius: 5.52px 5.52px 0px 0px !important;
}

.sort-product-filter .dropdown > .show.dropdown-menu {
  -webkit-box-shadow: 0px 0px 5.44px 0px #00000026;
          box-shadow: 0px 0px 5.44px 0px #00000026;
  border: 2px solid #C7C524;
  border-top: 0px;
  border-radius: 0px 0px 5.52px 5.52px !important;
}

.sort-product-filter .dropdown > .show.dropdown-menu li::after {
  content: '';
  width: 95%;
  height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  margin: 0 auto;
}

.sort-product-filter .dropdown > .show.dropdown-menu li:last-child::after {
  content: none;
}

.sort-product-filter .dropdown > .show.dropdown-menu li .dropdown-item {
  background-color: #FFFFFF;
  color: var(--primary) !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0%;
}

.sort-product-filter .dropdown > .show.dropdown-menu li .dropdown-item.active {
  background-color: #FFFFFF;
  color: var(--primary) !important;
}

.sort-product-filter .dropdown > .show.dropdown-menu li .dropdown-item.active::after {
  content: '';
  width: 12px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.875 1.01251L4.39844 8.62501L1 5.16478' stroke='%23253C19' stroke-width='1.63125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-size: cover;
  margin-left: 10px;
}

.aiz-filter-sidebar fieldset {
  border-bottom: 1.08px solid #D9D9D9;
  padding-bottom: 10px;
}

.aiz-filter-sidebar fieldset:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.product-filters .filter-section[data-toggle].collapsed::after {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.77539 10.2809L6.11047 5.94586L1.77539 1.61078' stroke='%23253C19' stroke-width='1.62565' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.product-filters .filter-section[data-toggle]:not(.collapsed)::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  background-image: url('data:image/svg+xml,%3Csvg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.855234 1.4904L5.19031 5.82548L9.52539 1.4904" stroke="%23253C19" stroke-width="1.62565" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}

.product-filters label {
  font-weight: 500;
  font-size: 13px;
  line-height: 15.6px;
  color: #4A4A4A;
}

.product-filters .form-inline .form-group {
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.product-filters .form-inline .collapse:not(.show) {
  display: none;
}

.product-filters .form-inline .form-control {
  max-width: 93px;
  max-height: 22.7591609954834px;
  border: 1.08px solid #B8B8B8;
  background: #FFFFFF;
}

.product-filters .form-inline button[type=submit] {
  background-color: var(--secondary);
  color: var(--primary);
  font-family: 'HelveticaBold';
  font-weight: 500;
  font-size: 13px;
  line-height: 15.6px;
  border: 0px;
}

@media (max-width: 767px) {
  .product-filters .form-inline button[type=submit] {
    font-size: 12px;
    line-height: 15.6px;
  }
}

.filter-toggle {
  border: 2px solid #C7C524 !important;
  border-radius: 5.52px !important;
  background-color: #FFFFFF !important;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #253C19;
  padding: 0;
  height: calc(1.5rem + 0.8rem + 2px);
}

@media (max-width: 767px) {
  .filter-toggle {
    background-color: var(--light) !important;
    min-width: 100%;
  }
}

.filter-toggle .filter-option-inner {
  height: 100%;
}

.filter-toggle .filter-option-inner-inner {
  height: 100%;
  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;
}

@media (max-width: 767px) {
  .filter-toggle .filter-option-inner-inner {
    margin-top: 2px;
  }
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  gap: 8px;
  line-height: 18px;
  text-align: center;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  content: "";
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -6px;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid var(--primary);
}

.custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 1.08px solid #B8B8B8;
  background-color: #FFF;
  display: inline-block;
  position: relative;
  border-radius: 4px;
}

.aiz-pagination .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aiz-pagination .pagination .page-item.active .page-link {
  background-color: var(--secondary);
}

.aiz-pagination .pagination .page-item .page-link {
  border: 1.57px solid var(--secondary);
  background-color: transparent;
  font-family: HelveticaBold;
  font-weight: 500;
  font-size: 24.68px;
  text-align: center;
  border-radius: 8.81px !important;
  color: var(--gray-dark);
  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: 48.999969482421875px;
  width: 40.82472610473633px;
}

@media (max-width: 787px) {
  .aiz-pagination .pagination .page-item .page-link {
    font-size: 15.72px;
    width: 26.004852294921875px;
    height: 31.212383270263672px;
  }
}

.chat {
  padding: 0px;
}

.chat .card-header {
  border-radius: 10px 10px 0px 0px;
}

.chat .card-body form {
  border-radius: 0px 0px 10px 10px;
}

.chat textarea {
  background-color: #FFF;
  border: 0px;
  resize: none;
  height: 32px;
  padding: 5px 15px;
}

.chat button[type=submit] {
  min-width: 32px;
  height: 32px;
  padding: 0px !important;
  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;
}

.chat button[type=submit] svg {
  width: 14px;
  height: 21px;
}

@media (max-width: 1199px) {
  .aiz-user-panel {
    padding: 0px !important;
    margin-bottom: 2rem;
  }
}

.step-by-step {
  margin-top: 70px;
  margin-bottom: 70px;
}

.step-by-step i,
.step-by-step svg {
  margin-right: 5px;
  min-height: 20px;
}

.step-by-step i path,
.step-by-step i circle,
.step-by-step svg path,
.step-by-step svg circle {
  stroke: #8A8A8A;
}

.step-by-step .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 540px;
}

.step-by-step .wrapper:before,
.step-by-step .wrapper:after {
  display: none;
}

.step-by-step .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background-color: #c5c5c5;
}

.step-by-step .step-item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.step-by-step .step-item .description {
  position: absolute;
  top: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step-by-step .step-item .description p {
  font: normal normal normal 18px/22px "Helvetica Neue LT Std";
  letter-spacing: 0px;
  color: #8A8A8A;
  margin: 0px;
}

.step-by-step .step-item .description i {
  margin-right: 5px;
}

.step-by-step .step-item.active .description p {
  color: var(--primary);
  font-weight: 500;
}

.step-by-step .step-item.active i path,
.step-by-step .step-item.active i circle,
.step-by-step .step-item.active svg path,
.step-by-step .step-item.active svg circle {
  stroke: var(--primary);
}

.step-by-step .step-item.active .bullet {
  border-color: var(--primary);
}

.step-by-step .step-item.active .bullet:after {
  background-color: var(--primary);
}

.step-by-step .bullet {
  width: 20px;
  height: 20px;
  padding: 3px;
  border: 1px solid #8A8A8A;
  border-radius: 50%;
  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;
}

.step-by-step .bullet:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #8a8a8a;
}

@media screen and (max-width: 720px) {
  .step-by-step {
    margin-top: 40px;
    margin-bottom: 90px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .step-by-step .step-item .description {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .step-by-step .step-item .description i,
  .step-by-step .step-item .description svg {
    margin-bottom: 10px;
  }

  .step-by-step .step-item .description p {
    font-size: 12px !important;
    line-height: 13px !important;
  }
}

@media (min-width: 1200px) {
  .home-slider {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .products.first-produts {
    margin-top: -166px;
  }
}

@media (max-width: 767px) {
  .products.first-produts {
    margin-top: -70px;
  }
}

.products.products-style-2 .slick-slide {
  min-width: 146px;
}

.products.products-style-2 .carousel-box {
  max-width: 146px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .products.products-style-2 .carousel-box {
    max-width: 100%;
    margin-right: 0px;
  }
}

.products.products-style-2 .carousel-box .product-image {
  max-height: 105px;
}

@media (max-width: 767px) {
  .products.products-style-2 .carousel-box .product-image {
    max-width: 100%;
    max-height: 102px;
    min-height: 102px;
  }
}

.products.products-style-2 .products-wrapper {
  background: #C7C52480;
  -webkit-box-shadow: 0px 0px 5px 0px #00000026;
          box-shadow: 0px 0px 5px 0px #00000026;
  padding: 24px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .products.products-style-2 .products-wrapper {
    padding: 15px;
  }

  .products.products-style-2 .products-wrapper .products-bg-white {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .products.products-style-2 .products-wrapper .products-bg-white-mobile {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    border-radius: 0px;
  }

  .products.products-style-2 .products-wrapper .products-bg-white-mobile .products-bg-white {
    background: #dbda86;
  }

  .products.products-style-2 .products-wrapper .products-bg-white-mobile .products-bg-white .carousel-box {
    -webkit-box-shadow: 0px 0px 10px 0px #00000040;
            box-shadow: 0px 0px 10px 0px #00000040;
    border-radius: 15px;
    background: #FFFFFF;
    padding: 7px !important;
  }
}

@media (max-width: 767px) {
  .products.product-history .product-history-inner {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto !important;
    gap: 10px;
  }
}

.products.product-history .slick-slide {
  min-width: 125.44px;
}

.products.product-history .carousel-box {
  max-width: 125.44px;
}

@media (max-width: 767px) {
  .products.product-history .carousel-box {
    max-width: 100% !important;
    min-height: 100% !important;
  }
}

.products.product-history .carousel-box .product-image {
  max-height: 96px;
}

.products .title-secion {
  font-family: 'HelveticaBold';
}

.products .products-bg-white {
  -webkit-box-shadow: 0px 0px 10px 0px #00000040;
          box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 15px;
  background: #FFFFFF;
}

@media (max-width: 767px) {
  .products .products-bg-white {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FFFFFF;
  }

  .products .products-bg-white.producs-1-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .products .products-bg-white.producs-1-grid .carousel-box .aiz-card-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .products .products-bg-white.producs-1-grid .carousel-box .aiz-card-box div:nth-last-of-type(2) {
    width: 30%;
  }

  .products .products-bg-white.producs-1-grid .carousel-box .aiz-card-box div:last-of-type {
    width: 70%;
  }

  .products .products-bg-white.producs-1-grid .carousel-box::after {
    content: "";
    width: 100%;
    height: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px solid #d9d9d9;
  }

  .products .products-bg-white.producs-1-grid .carousel-box:last-child::after {
    content: none;
  }
}

@media (max-width: 767px) {
  .products .products-bg-white .carousel-box .product-name a {
    max-width: 133px;
  }
}

@media (max-width: 767px) {
  .products .products-bg-white-mobile {
    -webkit-box-shadow: 0px 0px 10px 0px #00000040;
            box-shadow: 0px 0px 10px 0px #00000040;
    border-radius: 15px;
    background: #FFFFFF;
  }
}

.products .carousel-box:not(.carousel-box-2) {
  max-width: 307px;
}

@media (max-width: 767px) {
  .products .carousel-box:not(.carousel-box-2) {
    max-width: 33.33%;
    min-height: 122px;
  }
}

.products .carousel-box .product-box-shadows {
  -webkit-box-shadow: 0px 0px 10px 0px #00000042;
          box-shadow: 0px 0px 10px 0px #00000042;
  border-radius: 15px;
}

.products .carousel-box .product-box-shadows.out-of-stock {
  background-color: #EBEBEB !important;
  -webkit-box-shadow: 0px 0px 6.62198px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 6.62198px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .products .carousel-box .product-box-shadows.out-of-stock {
    min-height: 322.41px;
  }
}

.products .carousel-box .carosel-box-title {
  font-family: 'HelveticaBold';
  font-size: 18px;
}

@media (max-width: 767px) {
  .products .carousel-box .carosel-box-title {
    font-size: 12px;
  }
}

.products .carousel-box .product-name {
  font-family: 'HelveticaBold';
  color: #4A4A4A;
  max-width: 258px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .products .carousel-box .product-name {
    font-size: 11px !important;
    width: 100%;
    white-space: initial;
  }

  .products .carousel-box .product-name a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: 75px;
    text-align: left;
  }
}

.products .carousel-box .product-name a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.products .carousel-box .product-image {
  max-height: 120px;
}

@media (max-width: 767px) {
  .products .carousel-box .product-image {
    max-width: 100%;
    max-height: 72px;
    min-height: 72px;
  }
}

.products .carousel-box .product-price {
  font-family: 'HelveticaBold';
  font-size: 27.42px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .products .carousel-box .product-price {
    font-size: 18px;
  }
}

.products .carousel-box .disc-amount del {
  color: #838383;
}

@media (max-width: 767px) {
  .products .carousel-box .disc-amount del {
    font-size: 10px !important;
  }
}

.products .carousel-box .aiz-card-box .disc-amount {
  margin-right: 0;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .products .carousel-box .shipping {
    font-size: 12px !important;
  }
}

.products .slick-slide {
  min-width: 307px;
}

@media (max-width: 767px) {
  .products-category .products-bg-white-mobile,
  .products-search .products-bg-white-mobile {
    -webkit-box-shadow: 0px 0px 10px 0px #00000040;
            box-shadow: 0px 0px 10px 0px #00000040;
    border-radius: 15px;
    background: #FFFFFF;
  }
}

.products-category .products .carousel-box,
.products-search .products .carousel-box {
  min-width: 295px;
}

@media (max-width: 767px) {
  .products-category .products .carousel-box,
  .products-search .products .carousel-box {
    min-width: 100%;
  }

  .products-category .products .carousel-box::after,
  .products-search .products .carousel-box::after {
    content: "";
    width: 90%;
    height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9;
  }

  .products-category .products .carousel-box:last-child::after,
  .products-search .products .carousel-box:last-child::after {
    content: none;
  }
}

@media (max-width: 767px) {
  .products-category .products .carousel-box .product-box-shadows,
  .products-search .products .carousel-box .product-box-shadows {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
  }
}

.products-category .products .product-name,
.products-search .products .product-name {
  white-space: inherit;
}

.products-category .products .product-name a,
.products-search .products .product-name a {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 256px;
  text-align: left;
}

.products-category .products .product-installments,
.products-search .products .product-installments {
  color: #838383;
}

@media (max-width: 767px) {
  .products-category .products .product-installments,
  .products-search .products .product-installments {
    position: absolute;
    right: 29px;
    width: 87px;
    bottom: 18px;
  }
}

@media (max-width: 767px) {
  .products-category .products .product-rating,
  .products-search .products .product-rating {
    position: absolute;
    top: 16px;
    right: 29px;
  }
}

.product-info .product-gallery {
  border: 1px solid #D3D3D3;
  background: #FFFFFF;
  border-radius: 11.69px;
  height: 381px;
}

.product-info .product-gallery * {
  height: 100% !important;
}

.product-info .product-gallery .carousel-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-info .product-gallery .carousel-box img {
  max-height: 314.3834228515625px;
}

.product-info .product-gallery-thumb .slick-current .carousel-box {
  width: 86.48px !important;
  height: 86.48px;
  background: #FFFFFF;
  border: 1.17px solid #D9D9D9;
  border-radius: 5.84px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-info .product-gallery-thumb .slick-current .carousel-box img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 35.5px;
  height: 68.58px;
  border: 0px !important;
}

.product-info #option-choice-form .aiz-megabox .aiz-megabox-elem {
  border: 2px solid #C7C524;
  border-radius: 20px;
}

.product-info #option-choice-form .aiz-megabox > input:checked ~ .aiz-megabox-elem,
.product-info #option-choice-form .aiz-megabox > input:checked ~ .aiz-megabox-elem {
  border-color: var(--primary) !important;
}

.product-info .product-description ul {
  padding-left: 20px;
}

.product-info .product-price-container,
.product-info .shipping-simulator-container {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px #00000040;
          box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 10px;
  padding: 15px;
  max-width: 294px;
}

@media (max-width: 767px) {
  .product-info .product-price-container,
  .product-info .shipping-simulator-container {
    max-width: 100%;
  }
}

.product-info .add-wishlist .icon {
  border: 1.5px solid #B0AE00;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-info .add-wishlist .text {
  border: 1.5px solid #B0AE00;
  border-radius: 20px;
  width: 213px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 767px) {
  .product-info .add-wishlist .text {
    width: 90%;
  }
}

.product-info .add-to-cart {
  border-radius: 20px;
  padding: 5px;
  margin-bottom: 10px;
}

.product-info .add-to-cart:last-child {
  margin-bottom: 0px;
}

.product-info #shipping_simulator_form .input-group {
  border: 1px solid #D9D9D9;
  max-height: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-info #shipping_simulator_form .input-group input {
  max-height: 20px;
}

.product-info #shipping_simulator_form .input-group button {
  max-height: 24px;
  padding: 2px 10px !important;
  line-height: normal;
}

.bought_products_container {
  -webkit-box-shadow: 0px 0px 10px 0px #00000040;
          box-shadow: 0px 0px 10px 0px #00000040;
  background: #FFFFFF;
  border-radius: 15px;
}

.bought_products_container .product-img img {
  max-height: 115px;
}

.bought_products_container .products-values ul li {
  padding: 2px 0px;
}

.bought_products_container .products-values ul li::after {
  content: '';
  border-bottom: 1px solid #EBEBEB;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  padding: 2px 0px;
}

.bought_products_container .products-values ul li:last-child::after {
  content: none;
}

.bought_products_container .products-values .custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  border: solid #FFFFFF;
  background-color: transparent;
}

.bought_products_container .products-values .custom-checkbox input[type="checkbox"]:checked + .checkmark {
  background-color: #B0AE00;
}

.bought_products_container .products-values .add-bought-products {
  background-color: #B0AE00;
  border-radius: 5px;
  padding: 5px 8px;
}

.full-product-description {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px #00000040;
          box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 767px) {
  .full-product-description h1 {
    font-size: 16px !important;
  }
}

.full-product-description h2,
.full-product-description h2 * {
  color: var(--primary);
  font-weight: 500;
  font-size: 21px;
  font-family: 'HelveticaBold' !important;
}

@media (max-width: 767px) {
  .full-product-description h2,
  .full-product-description h2 * {
    font-size: 16px;
  }
}

.full-product-description p {
  color: var(--gray-dark);
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 767px) {
  .full-product-description p {
    font-size: 13px !important;
  }
}

.product-rating svg {
  margin-right: 3px;
}

@media (max-width: 767px) {
  .product-rating svg {
    width: 12px;
    height: 12px;
  }
}

.product-rating svg:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .products-by-category {
    margin-top: 34.19px;
  }
}

.products-by-category .products-by-category-bg-white {
  -webkit-box-shadow: 0px 0px 10px 0px #00000040;
          box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 15px;
  background: #FFFFFF;
}

.products-by-category .products-by-category-bg-white .producs-1-grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.products-by-category .products-by-category-bg-white .producs-1-grid .carousel-box {
  max-width: 100%;
  margin: 0px;
}

.products-by-category .products-by-category-bg-white .producs-1-grid .carousel-box .aiz-card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.products-by-category .products-by-category-bg-white .producs-1-grid .carousel-box .aiz-card-box > div:nth-last-of-type(2) {
  width: 30%;
}

.products-by-category .products-by-category-bg-white .producs-1-grid .carousel-box .aiz-card-box > div:last-of-type {
  width: 70%;
}

.products-by-category .products-by-category-bg-white .producs-1-grid .carousel-box .aiz-card-box .product-name {
  white-space: initial;
}

.products-by-category .products-by-category-bg-white .producs-1-grid .carousel-box .aiz-card-box .product-name a {
  max-width: 133px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.products-by-category .products-by-category-bg-white .producs-1-grid .carousel-box .aiz-card-box .btn {
  border-radius: 20px;
  padding: 2px 8px;
}

.products-by-category .products-by-category-bg-white .producs-1-grid .carousel-box::after {
  content: "";
  width: 100%;
  height: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #d9d9d9;
}

.products-by-category .products-by-category-bg-white .producs-1-grid .carousel-box:last-child::after {
  content: none;
}

.payments-flags .payments .payments-flag-bg-white {
  -webkit-box-shadow: 0px 0px 10px 0px #00000040;
          box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 15px;
  background: #FFFFFF;
}

.payments-flags .payments .payments-flag-bg-white ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}

@media (max-width: 767px) {
  .payments-flags .payments .payments-flag-bg-white ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .payments-flags .payments .payments-flag-bg-white ul .first-line {
    max-width: 14%;
  }
}

.products-compare {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px #00000040;
          box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 10px;
  padding: 20px;
}

.products-compare table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.products-compare table th,
.products-compare table td {
  border: 1px solid #B0B0B0;
  padding: 10px;
}

.products-compare table th {
  background-color: #FFFFFF;
  border-top: 0px;
  min-width: 118px;
}

@media (max-width: 767px) {
  .products-compare table th {
    vertical-align: baseline;
  }
}

.products-compare table th:first-child {
  border-left: 0px;
}

.products-compare table th:last-child {
  border-right: 0px;
}

.products-compare table td {
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  color: var(--gray-dark);
}

@media (max-width: 767px) {
  .products-compare table td {
    font-size: 11.79px;
  }
}

.products-compare table td:first-child {
  border-left: 0px;
}

.products-compare table td:last-child {
  border-right: 0px;
}

.products-compare table tr:last-child td {
  border-bottom: 0px;
}

.products-compare table tr:nth-child(odd) td {
  background-color: var(--light);
}

.products-compare table tr td:first-child {
  font-weight: 500;
  font-size: 18px;
  color: var(--primary);
}

@media (max-width: 767px) {
  .products-compare table tr td:first-child {
    font-size: 13.26px;
  }
}

.products-compare table .product-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.products-compare table .product-compare .product-compare-image img {
  width: 80px;
  height: auto;
}

@media (max-width: 767px) {
  .products-compare table .product-compare .product-compare-image img {
    width: 50.839107513427734px;
  }
}

.products-compare table .product-compare .product-compare-name {
  font-weight: 500;
  font-size: 14px;
  color: var(--gray-dark);
  max-width: 165px;
}

@media (max-width: 767px) {
  .products-compare table .product-compare .product-compare-name {
    font-size: 10.32px;
  }
}

.frequenty-question {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px #00000040;
          box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 10px;
  padding: 20px;
}

.frequenty-question dl hr {
  border-top: 1px solid #EBEBEB;
}

.product-reviews .ratting-container {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px #00000040;
          box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 10px;
  max-width: 254px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

@media (max-width: 767px) {
  .product-reviews .ratting-container {
    max-width: 100%;
  }

  .product-reviews .ratting-container .ratting-title {
    padding: 0 10px;
  }

  .product-reviews .ratting-container .ratting-content {
    padding: 0 25px;
  }
}

.product-reviews .ratting-container .rating-inner {
  width: 300px;
}

@media (max-width: 767px) {
  .product-reviews .ratting-container .rating-inner {
    width: 100%;
  }
}

.product-reviews .ratting-container .rating-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.product-reviews .ratting-container .rating-row span {
  width: 80px;
  font-size: 12px;
  font-weight: 400;
  color: var(--gray-dark);
}

.product-reviews .ratting-container .bar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 8px;
  background-color: #D9D9D9;
  border-radius: 4px;
  overflow: hidden;
  margin-left: 10px;
}

.product-reviews .ratting-container .fill {
  height: 100%;
  background-color: var(--primary);
  border-radius: 4px;
}

.product-reviews .ratting-container .btn {
  padding: 4px 19px;
  line-height: 1;
}

.product-reviews .reviews-area {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px #00000040;
          box-shadow: 0px 0px 10px 0px #00000040;
  border-radius: 10px;
}

.product-reviews .reviews-area .list-group-flush {
  border-radius: inherit;
}

.product-reviews .reviews-area .list-group-flush li::after {
  content: '';
  width: 95%;
  display: block;
  margin: 0 auto;
  height: 1px;
  border-top: 0.95px solid #B0B0B0;
}

.product-reviews .reviews-area .list-group-flush li:last-child::after {
  content: none;
}

@media (max-width: 767px) {
  .related-products .bottom {
    position: absolute;
    bottom: 15px;
  }

  .related-products.products .products-bg-white.producs-1-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .related-products.products.products-style-2 .carousel-box {
    max-width: 100%;
  }

  .related-products.products .products-bg-white.producs-1-grid .carousel-box .aiz-card-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .related-products.products .products-bg-white.producs-1-grid .carousel-box .aiz-card-box div:last-of-type {
    width: 100%;
  }

  .related-products.products .products-bg-white.producs-1-grid .carousel-box .aiz-card-box div:nth-last-of-type(2) {
    width: 100%;
  }

  .related-products.products .products-bg-white.producs-1-grid .discount-label {
    left: 62%;
    top: 28px;
  }
}

.featured-categories .categories-wrapper {
  gap: 20px;
}

.featured-categories .categories-box {
  background: #F5F5F5;
  -webkit-box-shadow: 0px 0px 5px 0px #00000026;
          box-shadow: 0px 0px 5px 0px #00000026;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .featured-categories .categories-box .categoty-item {
    min-height: 152px;
    border-radius: 8.5px;
  }
}

.featured-categories .featured-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
}

@media (max-width: 767px) {
  .featured-categories .featured-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.featured-categories .featured-categories-grid .categoty-item {
  max-width: 100%;
  min-height: 98px;
}

@media (max-width: 767px) {
  .featured-categories .featured-categories-grid .categoty-item .category-name {
    font-size: 18px;
  }
}

.featured-categories .categoty-item {
  border-radius: 10px;
  background-size: cover !important;
  min-height: 200px;
  max-width: 50%;
}

@media (max-width: 767px) {
  .featured-categories .categoty-item {
    min-height: 113px !important;
    max-width: 100%;
  }
}

.featured-categories .categoty-item .category-name {
  font-family: 'HelveticaBold';
  font-size: 40px;
}

@media (max-width: 767px) {
  .featured-categories .categoty-item .category-name {
    font-size: 24px;
  }
}

.featured-services .service-item {
  max-width: 100% !important;
  min-height: 159px !important;
}

.text-seo-footer #read_more_efect {
  background: #EFEEE8;
  -webkit-filter: blur(25px);
          filter: blur(25px);
  height: 175px;
  z-index: 2;
  position: relative;
}

.text-seo-footer #read_more_efect.show {
  display: none;
}

.text-seo-footer #read_more {
  max-height: 175px;
  overflow: hidden;
  margin-top: -11rem;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
}

.text-seo-footer #read_more.show {
  max-height: 10000px;
  margin-top: 0px;
}

.text-seo-footer #more {
  margin-top: 0rem;
  z-index: 3;
  position: relative;
}

.text-seo-footer #more.show {
  margin-top: 1rem;
}

.text-seo-footer p {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  margin: 20px 0px;
}

.text-seo-footer ul {
  margin-left: 20px;
}

.text-seo-footer ul li {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  margin: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-seo-footer ul li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.59 10.58L1.42 6.41L0 7.82L5.59 13.41L17.59 1.41L16.18 0L5.59 10.58Z' fill='%23B0AE00'/%3E%3C/svg%3E%0A");
  min-width: 18px;
  min-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  right: 10px;
  position: relative;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.text-seo-footer button {
  min-height: 40px;
  border-radius: 31px;
  background: var(--secondary);
  text-transform: uppercase;
  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;
  border: none;
  width: 163px;
  border: none;
  font-family: "Helvetica Neue LT Std";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  display: flex;
  text-align: center;
  letter-spacing: .055em;
  color: #253c19;
  cursor: pointer;
  margin: 0 auto;
}

.suggestions-container .suggestion-item {
  -webkit-box-shadow: 0px 0px 6.13px 0px #00000026;
          box-shadow: 0px 0px 6.13px 0px #00000026;
  background-color: #F5F5F5;
  border-radius: 6.13px;
  padding: 10px;
}

@media (max-width: 767px) {
  .product-list-footer.featured-categories .categories-wrapper {
    -webkit-box-shadow: 0px 0px 5px 0px #00000026;
            box-shadow: 0px 0px 5px 0px #00000026;
    background-color: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
    justify-items: center;
  }

  .product-list-footer.featured-categories .categoty-item {
    min-height: 152px !important;
    max-width: 152px !important;
  }
}

.featured-services .services-wrapper {
  gap: 30px;
}

.featured-services .service-item {
  border-radius: 15px;
  background-size: cover !important;
  min-height: 200px;
  max-width: 50%;
}

@media (max-width: 767px) {
  .featured-services .service-item {
    max-width: 100%;
    min-height: 113px;
  }
}

.featured-services .service-item .category-name {
  font-family: 'HelveticaBold';
}

@media (max-width: 767px) {
  .featured-services .service-item .category-name {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .contact {
    margin-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .contact {
    margin-bottom: 2rem;
  }
}

.contact h2 {
  font-family: HelveticaBold;
  font-weight: 500;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #253C19;
}

@media (max-width: 767px) {
  .contact h2 {
    font-size: 24px;
  }
}

.contact p {
  font-family: HelveticaRoman;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #686868;
}

@media (max-width: 767px) {
  .contact p {
    font-size: 15px;
  }
}

.contact ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px solid #253C19;
  border-radius: 10px;
  padding: 10px;
  max-width: 294px;
}

@media (max-width: 767px) {
  .contact ul {
    border: 1px solid #B0AE00;
    max-width: 100%;
  }
}

.contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: anchor-center;
      -ms-flex-align: anchor-center;
          align-items: anchor-center;
  gap: 5px;
}

.contact ul li a,
.contact ul li span {
  font-family: HelveticaRoman;
  font-weight: 400;
  font-size: 14.76px;
  line-height: 20.3px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #707070;
}

@media (max-width: 767px) {
  .contact ul li a,
  .contact ul li span {
    font-size: 14.76px;
  }
}

.contact ul li::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  margin-top: 5px !important;
}

.contact ul li.email::before {
  width: 14px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2.2C13 1.54 12.46 1 11.8 1H2.2C1.54 1 1 1.54 1 2.2M13 2.2V9.4C13 10.06 12.46 10.6 11.8 10.6H2.2C1.54 10.6 1 10.06 1 9.4V2.2M13 2.2L7 6.4L1 2.2' stroke='%23B0AE00' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.contact ul li.phone::before {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99825 1C3.7313 1.00102 1.00185 3.73478 1.00187 6.99998C1.00187 8.17716 1.35213 9.34 2.00586 10.3231L1 13L4.36824 12.3907C5.19103 12.793 6.09453 12.9945 6.99825 12.9951C10.268 12.9974 13 10.2672 13 6.99998C13 3.73649 10.267 0.998071 6.99825 1Z' stroke='%23B0AE00' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.32839 9.64236C8.13986 10.1634 8.98589 9.78392 9.57508 9.34435C9.98206 9.04073 9.96855 8.45511 9.62095 8.08495L8.93551 7.35504C8.67551 7.61512 8.16884 7.74385 7.81681 7.63667C7.06012 7.40631 6.74254 7.0119 6.48517 6.61086C6.18958 6.15026 6.52338 5.46236 6.78338 5.20229L6.01939 4.5046C5.6973 4.21048 5.20807 4.16085 4.92704 4.49445C4.37101 5.15448 4.0252 6.15654 4.43474 6.79459C5.16992 7.93999 6.18325 8.90707 7.32839 9.64236Z' stroke='%23B0AE00' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.contact ul li.time::before {
  width: 18px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3.4V7L9.4 8.2M13 7C13 10.3137 10.3137 13 7 13C3.68629 13 1 10.3137 1 7C1 3.68629 3.68629 1 7 1C10.3137 1 13 3.68629 13 7Z' stroke='%23B0AE00' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
  .contact ul li.time::before {
    width: 14px;
  }
}

.contact form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px 0px #00000040;
          box-shadow: 0px 0px 5px 0px #00000040;
  border-radius: 10px;
  padding: 2rem;
}

.contact form input,
.contact form textarea {
  border-radius: 20px;
  border: 1.17px solid #D9D9D9;
}

.contact form label {
  font-family: HelveticaRoman;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #253C19;
}

@media (max-width: 767px) {
  .contact form label {
    font-size: 13px;
  }
}

.faq {
  background: #e3e1d3;
  border-radius: 15px;
}

.faq-item {
  margin-bottom: 10px;
}

.faq-question {
  background-color: #f6f4e6;
  padding: 15px;
  cursor: pointer;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.faq-question:hover {
  background-color: #e9ecef;
}

.faq-question.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.faq-question span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: 'HelveticaRoman', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.faq-answer {
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 5px 5px;
  display: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.faq-answer p {
  font-family: 'HelveticaRoman', sans-serif;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
}

.faq-arrow {
  width: 20px;
  height: 20px;
  min-width: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 10px;
}

.faq-arrow.rotated {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.aiz-user-sidenav-wrap {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px 0px #00000026;
          box-shadow: 0px 0px 5px 0px #00000026;
  border-radius: 15px;
}

.aiz-user-sidenav-wrap .aiz-side-nav-list .aiz-side-nav-item {
  border-bottom: 2px solid #7070704D;
}

.aiz-user-sidenav-wrap .aiz-side-nav-list .aiz-side-nav-item:last-child {
  border-bottom: none;
}

.aiz-user-sidenav-wrap .aiz-side-nav-list .aiz-side-nav-link {
  font-family: 'HelveticaBold' !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #253C19;
  border-radius: 0px;
  margin-bottom: 0px;
  padding: 18px 20px;
}

.aiz-user-sidenav-wrap .aiz-side-nav-list .aiz-side-nav-link:hover {
  background: #E7DFA74D;
}

.aiz-user-sidenav-wrap .aiz-side-nav-list .aiz-side-nav-link .aiz-side-nav-text {
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aiz-user-panel {
  padding-left: 50px;
}

@media (max-width: 1199px) {
  .aiz-user-panel {
    padding: .75rem 1rem;
  }
}

.user-profile input,
.user-profile textarea {
  border-radius: 20px;
  border: 1.17px solid #D9D9D9;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.user-profile-field {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px 0px #00000026;
          box-shadow: 0px 0px 5px 0px #00000026;
  border-radius: 15px;
}

.user-profile-editable {
  display: none;
}

.user-profile-editable:not(.row) {
  margin: 10px 0;
}

.user-profile .actions {
  display: none;
  margin: 10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.user-profile-info {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.user-profile-info-name {
  font-family: HelveticaBold;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  vertical-align: middle;
  color: var(--primary);
  margin: 0 0 10px 0;
}

.user-profile-info-value {
  font-family: HelveticaRoman;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  vertical-align: middle;
  color: var(--gray-dark);
  margin: 0;
}

.user-profile-info-edit {
  border: 0px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-profile-info-edit button {
  border: 0px;
  background-color: transparent;
}

.user-profile .back-to-user-menu {
  border: 0px;
  background-color: transparent;
}

.orders-wrapper .order-date {
  font-family: HelveticaBold;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--secondary);
}

.orders-wrapper .order-container {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px 0px #00000026;
          box-shadow: 0px 0px 5px 0px #00000026;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0 40px 0;
}

.orders-wrapper .order-items {
  width: 80%;
}

@media (max-width: 787px) {
  .orders-wrapper .order-items {
    width: 100%;
  }
}

.orders-wrapper .order-items .order-item {
  margin-bottom: 20px;
}

.orders-wrapper .order-items .order-item::after {
  content: '';
  display: block;
  border-bottom: 1px solid #D3D3D3;
  margin-top: 20px;
  width: 100%;
}

.orders-wrapper .order-items .order-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 788px) {
  .orders-wrapper .order-items .order-item:last-child::after {
    content: none;
  }
}

.orders-wrapper .order-items .order-item .product-image {
  width: 102px;
  height: 103.2px;
  border: 1px solid #B0B0B04D;
  border-radius: 10px;
  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;
  margin-right: 20px;
}

@media (max-width: 787px) {
  .orders-wrapper .order-items .order-item .product-image {
    width: 85px;
    height: 86px;
  }

  .orders-wrapper .order-items .order-item .product-image img {
    max-width: 45.599998474121094px;
    max-height: 86.4000015258789px;
  }
}

.orders-wrapper .order-items .order-item .product-image img {
  width: 100%;
  height: 103.2px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 787px) {
  .orders-wrapper .order-items .order-item .product-details {
    width: 63%;
  }
}

.orders-wrapper .order-details {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

@media (min-width: 788px) {
  .orders-wrapper .order-details {
    border-left: 1px solid #D3D3D3;
  }

  .orders-wrapper .order-details .order-details-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
}

@media (max-width: 787px) {
  .orders-wrapper .order-details {
    width: 100%;
    margin-top: 20px;
  }
}

.order-details-wrapper .order-details-container .order-items .order-item {
  margin-bottom: 20px;
}

.order-details-wrapper .order-details-container .order-items .order-item::after {
  content: '';
  display: block;
  border-bottom: 1px solid #D3D3D3;
  margin-top: 20px;
  width: 100%;
}

.order-details-wrapper .order-details-container .order-items .order-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 788px) {
  .order-details-wrapper .order-details-container .order-items .order-item:last-child::after {
    content: none;
  }
}

.order-details-wrapper .order-details-container .order-items .order-item .product-image {
  width: 102px;
  height: 103.2px;
  border: 1px solid #B0B0B04D;
  border-radius: 10px;
  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;
  margin-right: 20px;
}

@media (max-width: 787px) {
  .order-details-wrapper .order-details-container .order-items .order-item .product-image {
    width: 85px;
    height: 86px;
  }
}

.order-details-wrapper .order-details-container .order-items .order-item .product-image img {
  width: 100%;
  max-height: 103.2px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 787px) {
  .order-details-wrapper .order-details-container .order-items .order-item .product-details {
    width: 63%;
  }
}

.order-details-wrapper .order-details-container .order-items .order-rating-container {
  margin-bottom: 20px;
}

.order-details-wrapper .order-details-container .order-items .order-rating-container::after {
  content: '';
  display: block;
  border-bottom: 1px solid #D3D3D3;
  margin-top: 20px;
  width: 100%;
}

.order-details-wrapper .order-details-container .order-items .order-rating-container:last-child {
  margin-bottom: 0;
}

@media (min-width: 788px) {
  .order-details-wrapper .order-details-container .order-items .order-rating-container:last-child::after {
    content: none;
  }
}

.order-details-wrapper .order-details-container .order-items .product-infos {
  margin-bottom: 20px;
}

.order-details-wrapper .order-details-container .order-items .product-infos::after {
  content: '';
  display: block;
  border-bottom: 1px solid #D3D3D3;
  margin-top: 20px;
  width: 100%;
}

.order-details-wrapper .order-details-container .order-items .product-infos:last-child {
  margin-bottom: 0;
}

@media (min-width: 788px) {
  .order-details-wrapper .order-details-container .order-items .product-infos:last-child::after {
    content: none;
  }
}

@media (max-width: 787px) {
  .order-details-wrapper .order-details-container .order-shipping {
    margin-top: 20px;
  }
}

.order-tracking .tracking-code {
  border: 1px solid var(--secondary);
  border-radius: 10px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px;
  margin: 15px auto;
}

.wishlist-list .btn {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.wishlist-list .btn-outline-warning {
  color: #000;
}

.wishlist-list .product-image {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wishlist-list .product-image-box {
  width: 92px;
  height: 92px;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .wishlist-list .product-image-box {
    margin-bottom: 15px;
    width: auto;
    height: auto;
  }

  .wishlist-list .product-image-box img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.gift-cards .gift-card {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gift-cards .gift-card:not(:last-child) {
  margin-bottom: 2rem;
}

.gift-cards .gift-card-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 788px) {
  .gift-cards .gift-card-image::after {
    content: '';
    border-left: 0.5px solid #B0B0B0;
    height: 90px;
    display: block;
  }
}

.gift-cards .gift-card-image img {
  height: 72.26px;
  width: auto;
}

@media (max-width: 787px) {
  .gift-cards .gift-card .gift-details div:nth-child(2)::before {
    content: '';
    border-top: 0.5px solid #B0B0B0;
    display: block;
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .cart .aiz-checkbox {
    padding-left: 17px;
  }
}

.cart .btn:not(.btn-primary):not(.btn-secondary) {
  padding: 0 !important;
  background-color: var(--primary) !important;
  height: 24px !important;
  width: 24px !important;
  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;
  border: 1px solid var(--primary);
}

.cart .btn:not(.btn-primary):not(.btn-secondary) .las::before {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

.cart .btn:not(.btn-primary):not(.btn-secondary).btn-plus {
  border-radius: 0 10px 10px 0;
  border-right: none;
}

.cart .btn:not(.btn-primary):not(.btn-secondary).btn-minus {
  border-radius: 10px 0 0 10px;
  border-left: none;
}

.cart .aiz-plus-minus input {
  border: 1px solid #b8b8b8 !important;
  height: 24px !important;
}

.cart .aiz-plus-minus input {
  width: 60px;
  min-width: 60px !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

@media (max-width: 767px) {
  .cart .aiz-plus-minus input {
    width: 50px;
    min-width: 50px !important;
  }
}

.cart .fav-remove {
  position: relative;
  top: 18px;
}

@media (max-width: 767px) {
  .cart .fav-remove {
    top: -8px;
  }
}

.cart .fav-remove a,
.cart .fav-remove a:visited {
  color: #b0ae00;
}

.cart .fav-remove a:active,
.cart .fav-remove a:focus,
.cart .fav-remove a:hover,
.cart .fav-remove a:visited:active,
.cart .fav-remove a:visited:focus,
.cart .fav-remove a:visited:hover {
  color: #4a4900;
}

.cart .product-title {
  font-family: 'HelveticaRoman', sans-serif;
  font-weight: 600 !important;
}

.cart .product-image .product-image-container {
  width: 106px;
  height: 106px;
  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;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cart .product-image .product-image-container {
    max-width: 85px;
    min-width: 85px;
    height: 100%;
    position: relative;
  }
}

.cart .product-image .product-image-container .product-thumbnail {
  max-width: 85%;
  max-height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
  .cart .product-image .product-image-container .product-thumbnail {
    width: 85px;
    max-width: 85px;
    max-height: 85px;
  }
}

@media (max-width: 767px) {
  .cart .quantity-total {
    margin-left: 35% !important;
    position: relative;
    top: -47px;
    margin-bottom: -47px;
  }
}

.cart li.list-group-item {
  border-bottom: 1px solid #e0e0e0 !important;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.cart .cart-subtotal .subtotal-label {
  font-size: 16px;
  color: #333;
}

.cart .cart-subtotal .subtotal-value {
  font-size: 18px;
}

.cart #apply-coupon-form .input-group,
.cart #remove-coupon-form .input-group,
.cart #shipping-cost-form .input-group {
  border: 1px solid #D9D9D9;
}

.cart .shipping-container .shipping-list {
  border: 0.64px solid #00000033;
  border-radius: 10px;
}

.cart .shipping-container .shipping-list li {
  margin-bottom: 10px;
}

.cart .shipping-container .shipping-list li::after {
  content: '';
  border-bottom: 0.84px solid #D9D9D9;
  width: 100%;
  display: block;
  padding-top: 10px;
}

.cart .shipping-container .shipping-list li:last-child::after {
  content: none;
}

@media (min-width: 768px) {
  #addToCart .modal-dialog {
    position: absolute;
    z-index: 1055;
    min-width: 500px;
    display: block !important;
  }
}

@media (max-width: 767px) {
  #addToCart .modal-dialog {
    top: 77px;
    position: absolute;
    display: block;
  }
}

#addToCart .modal-content {
  -webkit-box-shadow: 0px 3.65px 9.11px 2.73px #00000040;
          box-shadow: 0px 3.65px 9.11px 2.73px #00000040;
  background: #FFFFFF;
  border-radius: 10px !important;
}

#addToCart .modal-content .close {
  opacity: 1;
}

#addToCart .notification-arrow-up {
  position: absolute;
  top: -19px;
  right: 5%;
  width: 0;
  height: 0;
  pointer-events: none;
  border-right: 15px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid #FFF;
  border-left: 15px solid rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  #addToCart .notification-arrow-up {
    right: 16%;
    margin-right: -30px;
  }
}

#addToCart .product-image-container {
  width: 106px;
  height: 106px;
  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;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  overflow: hidden;
}

@media (min-width: 768px) {
  .shop-header {
    min-height: 155px;
  }

  .shop-header > .row {
    min-height: 155px;
  }
}

.shop-header .shop-info {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px 0px #00000040;
          box-shadow: 0px 0px 5px 0px #00000040;
  border-radius: 10px;
  padding: 15px;
}

@media (max-width: 767px) {
  .shop-header .shop-info {
    padding: 5px 10px;
    margin: 2rem 0;
  }
}

.shop-header .shop-menu {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.shop-header .shop-menu::-webkit-scrollbar {
  display: none;
}

.shop-header .shop-menu ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding-right: 35px;
}

@media (max-width: 767px) {
  .shop-header .shop-menu ol {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.shop-header .shop-menu ol li {
  -webkit-box-shadow: -2px -2px 5px 0px #00000040;
          box-shadow: -2px -2px 5px 0px #00000040;
  border-top-left-radius: 8.27px;
  border-top-right-radius: 8.27px;
  padding: 10px 35px 5px 35px;
  text-align: center;
  background: #FFF;
  color: var(--primary);
}

.shop-header .shop-menu ol li.active {
  background: var(--primary);
  color: var(--light);
}

.shop-products .products .carousel-box:not(.carousel-box-2) {
  max-width: 284px;
}

.checkout-page .custom-label {
  font-family: 'Helvetica Neue LT Std', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--secondary);
  margin-bottom: 5px;
  display: block;
}

.checkout-page .checkbox-text {
  color: #000;
}

.checkout-page .link-highlight {
  color: var(--secondary);
  text-decoration: none;
}

.checkout-page .link-highlight:hover {
  text-decoration: underline;
}

.checkout-page .custom-input {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  font-size: 14px;
}

.checkout-page .busca-cep-link {
  color: #686868;
  font-size: 14px;
  text-decoration: underline !important;
}

.checkout-page .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.checkout-page .form-check .form-check-input {
  margin-right: 10px;
}

.checkout-page .form-check .form-check-label {
  font-family: 'Helvetica Neue LT Std', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
}

.checkout-page .card-header {
  border-bottom: none !important;
}

.checkout-page .card-header h5 {
  font-family: 'Helvetica Neue LT Std', sans-serif;
  font-size: 18px;
  color: #333;
}

.checkout-page button[type="submit"] {
  font-family: 'Helvetica Neue LT Std', sans-serif;
  font-size: 16px;
  border-radius: 20px;
  padding: 10px 20px;
}

.checkout-page .delivery-method-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 15px;
}

@media (min-width: 992px) {
  .checkout-page .delivery-method-row .delivery-method-column:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.checkout-page .delivery-method-row .delivery-method-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 15px;
}

.checkout-page .delivery-method-row .delivery-method-item .checkbox-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-page .delivery-method-row .delivery-method-item .shipping-info-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.checkout-page .delivery-method-row .delivery-method-item .shipping-info-column .form-check-label {
  color: var(--secondary);
  font-weight: 500;
}

.checkout-page .delivery-method-row .delivery-method-item .shipping-info-column .delivery-time {
  color: #707070;
  font-size: 14px;
}

.checkout-page .delivery-method-row .delivery-method-item .price-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
}

.checkout-page .delivery-method-row .delivery-method-item .delivery-price {
  color: #000;
  font-size: 14px;
}

.checkout-page .rounded-border {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 20px;
  background-color: #fff;
  padding: 15px;
}

.checkout-page .custom-checkbox .checkmark {
  min-width: 20px;
  min-height: 20px;
}

.checkout-page .product-title {
  font-family: 'HelveticaRoman', sans-serif;
  font-weight: 600 !important;
  font-size: 20px !important;
}

.checkout-page .product-image .product-image-container {
  width: 106px;
  height: 106px;
  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;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  overflow: hidden;
}

.checkout-page .product-image .product-image-container .product-thumbnail {
  max-width: 85%;
  max-height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.checkout-page li.list-group-item {
  border-bottom: 1px solid #e0e0e0 !important;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.checkout-page li.list-group-item:last-child {
  border-bottom: 0px !important;
}

.checkout-page .cart-subtotal .subtotal-label {
  font-size: 16px;
  color: #333;
}

.checkout-page .cart-subtotal .subtotal-value {
  font-size: 18px;
}

.checkout-page .cart-items {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 10px;
}

@media (min-width: 992px) {
  .checkout-page .cart-items {
    margin-bottom: 14%;
  }
}

.payment-option-btn {
  font-family: 'Helvetica Neue LT Std', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #707070;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  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;
  padding: 10px 15px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.payment-option-btn .icon img {
  display: inline-block;
  vertical-align: middle;
}

.payment-option-btn.selected {
  border-color: #B0AE00;
}

.payment-option-btn:hover {
  border-color: #B0AE00;
}

.payment-option-btn.pix {
  width: 85px;
}

.payment-option-btn.pix .icon img {
  height: 18px;
  width: 18px;
}

.payment-option-btn.payment-card {
  width: 195px;
}

.payment-option-btn.payment-card .icon img {
  height: 13px;
  width: 18px;
}

.payment-option-btn .text {
  height: 10px;
  margin-left: 11%;
}

