﻿@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
body {
  overflow-x: hidden;
}

.field-validation-error {
  color: #b94a48;
}

.field-validation-error span {
  clear: left;
  display: block;
  font-size: 13px;
  font-weight: 500;
}

.validation-summary-errors ul {
  margin: 20px 0;
  list-style-type: none;
  background: #f3f3f3;
  padding: 10px;
  background-color: #BC3329;
  color: #ffffff;
}

.validation-summary-errors ul li {
  margin: 5px 0;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: solid 1px #BC3329;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -ms-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.input-validation-error:focus {
  border: solid 1px #b9554d;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -ms-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.form-control {
  color: #495057;
  border: 2px solid #DFDFDF;
}

.form-group label {
  color: #495057;
}

.card-product-grid .img-wrap {
  height: 220px;
}

.card-product-grid .img-wrap img {
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
  -webkit-object-fit: cover;
  object-fit: cover;
}

.card-product-grid .info-wrap {
  padding: 10px 5px;
}

.card-product-grid .title {
  font-size: 12px;
}

.card-product-grid .price {
  font-size: 12px;
}

.card-product-grid .img-wrap img:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

h3.section-title {
  font-size: 18px;
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
}

.search input {
  border: 0;
}

.search i, .search:focus i {
  color: #808080;
  display: block;
}

.field-validation-error {
  color: #b94a48 !important;
}

.field-validation-error span {
  clear: left;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.validation-summary-errors ul {
  margin: 20px 0;
  list-style-type: none;
  background: #f3f3f3;
  padding: 10px;
  background-color: #BC3329 !important;
  color: #ffffff;
}

.validation-summary-errors ul li {
  margin: 0;
  padding: 2px 4px;
  font-size: 13px;
  font-weight: 400;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: solid 1px #BC3329 !important;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -ms-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.input-validation-error:focus {
  border: solid 1px #b9554d;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -ms-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.float-label .input-validation-error {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px #BC3329;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.float-label .input-validation-error:focus {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px #b9554d !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.badge-checkboxes .checkbox input[type=checkbox],
.badge-checkboxes label.checkbox-inline input[type=checkbox] {
  /*  Hide the checkbox, but keeps tabbing to it possible. */
  position: absolute;
  clip: rect(0 0 0 0);
}

.badge-checkboxes .checkbox label,
.badge-checkboxes label.checkbox-inline {
  padding-left: 0; /* Remove space normally used for the checkbox */
  cursor: pointer;
}

.badge-checkboxes .checkbox input[type=checkbox]:checked + .badge,
.badge-checkboxes label.checkbox-inline input[type=checkbox]:checked + .badge {
  box-shadow: 0 0 2pt 1pt #792D43; /* Outline when checkbox is focused/tabbed to */
  background-color: #792D43;
}

.badge-checkboxes .checkbox input[type=checkbox]:focus + .badge,
.badge-checkboxes label.checkbox-inline input[type=checkbox]:focus + .badge {
  box-shadow: 0 0 2pt 1pt #999; /* Outline when checkbox is focused/tabbed to */
}

.badge-checkboxes .checkbox input[type=checkbox] + .badge,
.badge-checkboxes label.checkbox-inline input[type=checkbox] + .badge {
  border: 1px solid #792D43; /* Add outline to badge */
  background-color: #fff;
  /* Make text in badge not selectable */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  padding: 10px 14px;
}

/* Give badges for disabled checkboxes an opacity of 50% */
.badge-checkboxes .checkbox input[type=checkbox]:disabled + .badge,
.badge-checkboxes label.checkbox-inline input[type=checkbox]:disabled + .badge {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

/* Remove badge background-color and set text color for not checked options */
.badge-checkboxes .checkbox input[type=checkbox]:not(:checked) + .badge,
.badge-checkboxes label.checkbox-inline input[type=checkbox]:not(:checked) + .badge {
  background-color: transparent;
  color: #999;
}

/*The following css only required for Bootstrap <= 3.1.0 */
.badge-checkboxes .checkbox {
  padding-left: 0; /* Remove space normally used for the checkbox */
}

.badge-checkboxes .disabled label,
.badge-checkboxes label.checkbox-inline.disabled {
  cursor: not-allowed;
}

/* The following CSS not required for the badge styled checkboxes: */
section + section {
  margin-top: 20px;
}

label + .checkbox {
  margin-top: 0;
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #792D43 transparent;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #792D43;
  border-radius: 20px;
  border: 3px solid transparent;
}

.product-detail .gallery-wrap .img-big-wrap img {
  height: auto;
  max-height: 550px;
}

/* Chrome, Safari, Edge, Opera */
.product-detail input::-webkit-outer-spin-button,
.product-detail input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.product-detail input[type=number] {
  -moz-appearance: textfield;
}

.product-detail .gallery-wrap .thumbs-wrap .item-thumb {
  width: 50px;
  height: 50px;
}

.tracking-wrap {
  margin-bottom: 80px;
}

.tracking-wrap .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 85%;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.divider.divider-rounded {
  color: #bbb;
}

.divider.divider-center {
  text-align: center;
}

.divider {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  color: #e5e5e5;
  width: 100%;
}

.divider.divider-center:before {
  left: -50% !important;
  right: 0;
  margin-left: -20px;
}

.divider.divider-center.divider-short:before,
.divider.divider-center:before,
.divider:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 8px;
  left: 30px;
  height: 0;
  border-top: 1px solid #eee;
}

.divider.divider-rounded i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f5;
  border-radius: 50%;
}

.divider i {
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 1;
  font-size: 18px !important;
  text-align: center;
}

.divider.divider-border.divider-center:before,
.divider.divider-border.divider-short:before,
.divider.divider-border:after,
.divider.divider-rounded.divider-center:before,
.divider.divider-rounded.divider-short:before,
.divider.divider-rounded:after {
  top: 19px;
  left: 40px;
}

.divider.divider-center:after {
  left: 50% !important;
  right: 0;
  margin-left: 20px;
}

.form-control.form-control-solid.active, .form-control.form-control-solid.focus, .form-control.form-control-solid:active, .form-control.form-control-solid:focus {
  background-color: #fff;
  border-color: #e4e4e4;
  color: #212529;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.form-control.form-control-solid {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  color: #212529;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.h-auto {
  height: auto !important;
}

.pb-7, .py-7 {
  padding-bottom: 1.75rem !important;
}

.pt-7, .py-7 {
  padding-top: 1.75rem !important;
}

.pl-6, .px-6 {
  padding-left: 1.5rem !important;
}

.pr-6, .px-6 {
  padding-right: 1.5rem !important;
}

.rounded-lg {
  border-radius: 0.85rem !important;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 0.37rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::placeholder {
  color: #858585;
}

.form-control:-ms-input-placeholder {
  color: #858585;
}

.form-control::-ms-input-placeholder {
  color: #858585;
}

.mini-cart-wrapper {
  width: 350px;
}

.mini-cart-wrapper .list-products {
  width: 350px;
  height: 400px;
  position: relative;
}

.mini-cart-wrapper .list-products .product-name .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}

#megamneu .navbar-light .nav-link, .navbar-nav .nav-link {
  color: #343a40 !important;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.payment-methods ul {
  display: flex;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 6px;
}

.payment-methods span[class*=ico] {
  text-indent: -99999px;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
  border-radius: 4px;
  float: left;
  color: transparent;
}

.payment-methods a:last-child {
  margin-right: 0;
}

.icon-cb {
  background: url(/img/icon-cb.svg) no-repeat;
}

.icon-pf {
  background: url(/img/icon-pf.svg) no-repeat;
}

.icon-ex {
  background: url(/img/icon-ex.svg) no-repeat;
}

.icon-visa {
  background: url(/img/icon-visa.svg) no-repeat;
}

.icon-mastercard {
  background: url(/img/icon-mastercard.svg) no-repeat;
}

.icon-american {
  background: url(/img/icon-american-express.svg) no-repeat;
}

.icon-diners {
  background: url(/img/icon-diners-club.svg) no-repeat;
}

.icon-elo {
  background: url(/img/icon-elo.svg) no-repeat;
}

.icon-hipercard {
  background: url(/img/icon-hipercard.svg) no-repeat;
}

.icon-banescard {
  background: url(/img/icon-banes-card.svg) no-repeat;
}

.icon-jcb {
  background: #fff url(/img/icon-jcb.png?1) no-repeat 3px 6px;
  border: 1px solid #ccc;
}

.icon-boleto {
  background: url(/img/icon-boleto.svg) no-repeat;
  width: 49px;
  height: 30px;
}

.footer-bottom .copyright {
  padding-bottom: 0px;
  margin-bottom: 0px;
  display: block;
}

.footer-bottom .company-address {
  font-size: 0.9em;
  display: block;
}

.symbol.symbol-circle, .symbol.symbol-circle .symbol-label, .symbol.symbol-circle > img {
  border-radius: 50%;
}

.symbol.symbol-120 > img {
  width: 100%;
  max-width: 120px;
  min-width: 120px;
  height: 120px;
}

.symbol.symbol-60 > img {
  width: 100%;
  max-width: 50px;
  min-width: 50px;
  height: 50px;
}

.brand {
  float: left;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.brand .brand-title, .brand .brand-logo {
  float: left;
  display: inline-block;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.brand .brand-title p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 4px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  padding: 0;
  color: #fff;
}

.brand .brand-title small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 4px;
  padding: 0;
  color: #fff;
}

.header-main.bg-primary {
  background: rgb(17, 159, 141);
}

.timeline.timeline-6 {
  position: relative;
}

.timeline.timeline-6:before {
  content: "";
  position: absolute;
  left: 51px;
  width: 3px;
  top: 0;
  bottom: 0;
  background-color: #EBEDF3;
}

.timeline.timeline-6 .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 1.7rem;
}

.timeline.timeline-6 .timeline-item:last-child {
  margin-bottom: 0;
}

.timeline.timeline-6 .timeline-item .timeline-label {
  width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  color: #3F4254;
}

.timeline.timeline-6 .timeline-item .timeline-badge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: white;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  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;
  z-index: 1;
  position: relative;
  margin-top: 1px;
  margin-left: -0.5rem;
  padding: 3px !important;
  border: 6px solid #ffffff !important;
}

.timeline.timeline-6 .timeline-item .timeline-badge span {
  display: block;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #EBEDF3;
}

.timeline.timeline-6 .timeline-item .timeline-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.widget-header .notify {
  position: absolute;
  top: 4px !important;
  right: -4px !important;
  padding: 0.4em 0.7em;
  font-size: 9px;
  background-color: rgba(255, 255, 255, 0.2666666667);
}

.product-footer {
  padding: 6px;
  min-height: 113px;
}
