body,
.card,
.card-header,
.hero {
  font-family: var(--skin-body-font);
  color: var(--skin-main-text-color-1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--skin-header-font), sans-serif;
}

a {
  color: var(--skin-link-color-1);
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-banner {
  background-color: var(--skin-banner-background-color-2);
  color: var(--skin-banner-text-color-1);
}
.header-banner .header-link-franchisee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: Lato, sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-banner .header-link-franchisee img {
  width: auto;
}
.header-banner .header-link-franchisee a {
  color: #d8cfc7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}
.header-banner .header-link-franchisee a:hover {
  color: #fbba00;
}
.header-banner .header-link-franchisee a:last-of-type {
  margin-left: 14px;
}
.header-banner .header-link-franchisee .division::after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #fbba00;
  position: absolute;
  margin-left: 5px;
}
.header-banner .header-link-franchisee span {
  margin-left: 10px;
  position: relative;
}
@media (max-width: 1200px) {
  .header-banner .header-link-franchisee {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .links-franchisee-multilovers {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-banner .container .content {
    padding: 20px 0;
  }
  .header-banner .container .content .header-link-franchisee {
    display: none;
  }
  .links-franchisee-multilovers {
    display: block;
  }
}
.header-banner .container {
  max-width: 1216px;
  padding: 0;
}
@media (max-width: 768px) {
  .header-banner .container .justify-content-between {
    display: none;
  }
}
.header-banner .container .content {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-banner .close-button .close {
  background-color: var(--skin-primary-color-1);
}

.btn-primary {
  background-color: #fbba00;
  color: #f9fafc;
  border-color: transparent;
  margin: auto;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #f58f00;
  border-color: #f58f00;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary:hover {
  background-color: #f58f00;
  color: #f9fafc;
  border-color: transparent;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #b8b6b4;
  color: #f9fafc;
  opacity: 1;
  border-color: transparent;
}

.btn-outline-primary {
  color: #f58f00;
  border-color: #f58f00;
}

.btn-outline-primary:hover {
  color: #f9fafc;
  background-color: #f58f00;
  border-color: #f58f00;
}

.refinements ul li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #595857;
}
.refinements ul li button:focus {
  outline: 0;
}
.refinements ul li button:focus i {
  color: #fbba00;
  -webkit-box-shadow: inset 0 0 0 15px rgba(255, 159, 26, 0.25);
          box-shadow: inset 0 0 0 15px rgba(255, 159, 26, 0.25);
  border-radius: 50%;
  width: 23px;
  height: 23px;
}
.refinements ul li button i {
  color: #d8d9da;
}
.refinements ul li button .bx-radio-circle-marked,
.refinements ul li button .bxs-checkbox-checked {
  color: #fbba00;
}

.card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-header a {
  font-size: 14px;
}

.card-header button.title,
.card-header h2 {
  color: #595857 !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}

.options-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.options-card .edit-address {
  color: #ff9f1a;
  padding: 0 12px;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.5px solid #ff9f1a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}
.options-card .remove-address {
  color: #f23838;
  padding: 0 12px;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.5px solid #f23838;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  .modal-title {
    font-size: 22px;
  }
  .delete-confirmation-body {
    font-size: 14px;
  }
}
.card-make-default-link a {
  font-size: 14px;
}

.text-center {
  margin-bottom: 16px;
}
.text-center a {
  color: #ff9f1a;
  padding: 0.375rem 0.75rem;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.5px solid #ff9f1a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.on-offer-minibox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 62px;
  height: 20px;
  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 8px;
  background-color: #ffd8db;
  border-radius: 4px;
  color: #ff4050;
}
@media (min-width: 768px) {
  .on-offer-minibox {
    width: 96px;
    height: 24px;
    font-size: 14px;
    line-height: 21px;
  }
}

.on-offer-minibox-carousel {
  width: 96px;
  height: 24px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  position: fixed;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin-bottom: 8px;
  background-color: #ffd8db;
  border-radius: 4px;
  color: #ff4050;
  top: 50px;
  z-index: 1;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .on-offer-minibox-carousel {
    position: absolute;
    top: 27px;
    height: 22px;
    width: 69px;
    font-size: 12px;
  }
}

.bestSellers-minibox {
  width: 96px;
  height: 24px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  position: fixed;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  margin-bottom: 8px;
  background-color: rgba(50, 201, 32, 0.4901960784);
  border-radius: 4px;
  color: #139d03;
  top: 50px;
  z-index: 1;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .bestSellers-minibox {
    position: absolute;
    top: 27px;
    height: 22px;
    width: 69px;
    font-size: 12px;
  }
}

.dearest-minibox {
  width: 96px;
  height: 24px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  position: fixed;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  margin-bottom: 8px;
  background-color: #efdfff;
  border-radius: 4px;
  color: #9f40ff;
  top: 50px;
  z-index: 1;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .dearest-minibox {
    position: absolute;
    top: 27px;
    height: 22px;
    width: 69px;
    font-size: 12px;
  }
}

.js-toggle-payment-type {
  margin-top: 18px;
  padding: 8px 10px;
}
@media (max-width: 576px) {
  .js-toggle-payment-type {
    font-size: 14px;
  }
}

.selected-payment {
  border-radius: 4px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .selected-payment {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .billing-information .col-sm-6 {
    max-width: inherit;
  }
}

@media (max-width: 676px) {
  .button-save {
    margin-top: 8px;
  }
}
.reset-password-form p {
  font-size: 14px;
}

.request-password-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #454443;
}

.add-to-cart-messages {
  z-index: 3;
}

.parcel {
  line-height: 15px;
}
@media (max-width: 576px) {
  .parcel {
    line-height: 10px;
  }
}

.text-parcel {
  font-size: 0.85rem;
  font-family: sans-serif;
  color: #000;
}

.text-pix {
  font-size: 0.85rem;
  font-family: sans-serif;
  color: #000;
  margin: 0 0 3px 5px;
}

.pricing-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.prices .price {
  margin-bottom: 0 !important;
}

.prices {
  margin-bottom: 0 !important;
}

.price-product {
  margin-bottom: 64px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #f9fafc;
  overflow-x: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 63px;
}

.sidenav a {
  padding: 8px 64px;
  text-decoration: none;
  font-size: 16px;
  color: white;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .sidenav a {
    padding: 8px 35px;
  }
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  padding: 0 !important;
  position: absolute;
  top: 5px;
  left: 36px;
}
@media (max-width: 576px) {
  .sidenav .closebtn {
    left: 23px;
  }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.btn-closeCart {
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}
.btn-closeCart i {
  font-size: 28px !important;
}

.minicart-footer {
  position: fixed;
  bottom: 0%;
  background-color: #f9fafc;
  padding: 0 17px;
  width: 370px;
}
@media (max-width: 543px) {
  .minicart-footer {
    padding-bottom: 10px;
    width: 296px;
  }
}

#mySidenav::-webkit-scrollbar {
  width: 6px; /* width of the entire scrollbar */
}

#mySidenav::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 20px;
}

#mySidenav hr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 1rem;
  margin-right: 1rem;
}

.container-infoProdut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}
@media (max-width: 543px) {
  .container-infoProdut {
    font-size: 12px;
  }
}

.minicart .price span {
  font-size: 12px;
}
@media (max-width: 576px) {
  .minicart .price span {
    font-size: 11px;
  }
}

.minicart .pricing {
  font-size: 14px;
}

.button-add i {
  font-size: 18px;
}

.empty-miniCart {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.container-btnSave {
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 675px) {
  .container-btnSave {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 361px) {
  .mb-responsive {
    margin-bottom: 10px;
  }
  a.pull-right {
    position: absolute;
    top: 69px;
    left: 18px;
  }
}
.row-details:nth-child(even) {
  background-color: #fff;
}

.before_price {
  font-size: 0.85rem;
  text-decoration: line-through;
  color: #595857;
  font-weight: bold;
}

.defaultPrice {
  font-size: 12px;
  text-decoration: line-through;
  color: #1a1918;
  font-weight: bold;
}

.most_seen .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}