﻿* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
html,
body {
  min-height: 100vh;
  overflow-x: hidden;
}
body {
  display: flex;
  flex-direction: column;
}
.btn {
  text-transform: uppercase;
}
button.navbar-toggler[aria-expanded="false"] {
  /*margin: 0;*/
}
button.navbar-toggler[aria-expanded="true"] {
  /*margin:1rem auto;*/
}
.color-blue {
  color: #2762a4;
}
.color-red {
  color: red;
}
.color-red-important {
  color: red !important;
}
.weight-500 {
  font-weight: 500;
}
.weight-700 {
  font-weight: 700;
}
.btn-transparent {
  background-color: transparent;
  border: 0;
  color: #2762a4;
}
/*Modal*/
.modal.flash-message.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal.flash-message .modal-body {
  text-align: center;
  padding: 0 1rem;
}
.modal .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dbdc00, #dbdc00);
  display: inline-block;
}
.nav-dropdown .link {
  padding: 0.5em 1.2em !important;
  font-size: 1.1rem;
}
.cid-sgGQSZrft3 .nav-item.active .nav-link {
  color: #cccccc !important;
}
.dropdown-item.active {
  font-weight: 700;
}
.dropdown-item.active::before {
  position: absolute;
  content: '';
  width: calc(60%);
  left: 3rem;
  height: 3px;
  bottom: -0.5rem;
  background: linear-gradient(90deg, #DBDC00, #DBDC00);
  transition: width 200ms linear, left 200ms linear;
}
.cid-sgGQSZrft3 .nav-item.active .nav-link::before {
  position: absolute;
  content: '';
  width: calc(100%);
  left: 0;
  height: 3px;
  bottom: -0.5rem;
  background: linear-gradient(90deg, #DBDC00, #DBDC00);
  transition: width 200ms linear, left 200ms linear;
}
.cid-sgGQSZrft3 .mbr-iconfont {
  font-size: 1.3rem;
}
.dropdown-menu a:hover {
  color: red !important;
}
.carousel-item .carousel-caption .lead {
  width: 40%;
}
.cid-shbWCqFZhC .mbr-gallery-item img {
  max-height: 350px;
  object-fit: cover;
}
.space-top {
  margin-top: 10%;
}
.footer1 a.active {
  color: #dbdc00;
  font-weight: bold;
}
.textGDPR {
  font-size: 15px;
}
.cid-sgNymfO5qK .image-element img {
  height: 600px;
  object-fit: contain;
}
.cid-sgOfYF4fLw .mbr-gallery-item img {
  height: 318px;
  object-fit: contain;
}
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 1;
}
.stock-request {
  color: #e0e121;
  font-size: 30px;
  right: -35px;
  top: 10px;
  cursor: pointer;
}
.cart-view {
  margin-top: 10%;
  margin-bottom: 5%;
}
/* HACKS */
.input-qtd input::-webkit-outer-spin-button,
.input-qtd input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  text-align: center;
}
.input-qtd input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
}
.input-qtd {
  /*background-color: #585858;*/
  border-radius: 25px;
  display: flex;
  align-items: center;
  border: 1px solid #585858;
}
.input-qtd span {
  font-size: 14px;
  color: #585858;
  padding: 0px 10px;
  cursor: pointer;
}
.input-qtd input {
  width: 60px;
}
input.quantity {
  /*width: 60px;*/
  min-height: 0;
  border-radius: 0;
  background-color: white;
  margin: 0px !important;
}
input.quantity:hover,
input.quantity:focus {
  background-color: white;
  color: #585858 !important;
}
/* Respect user preferences about animations */
@media (prefers-reduced-motion: reduce) {
  .marquee {
    white-space: normal;
  }
  .marquee span {
    animation-iteration-count: 1;
    animation-duration: 0.01s;
    /* instead of animation: none, so an animationend event is 
 * still available, if previously attached.
 */
    padding-left: 0;
  }
}
.text-decoration-none {
  color: inherit;
}
.text-decoration-none:hover {
  color: inherit;
}
.reserved-area {
  margin: 10% auto;
}
.reserved-area .menu div {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px;
}
.reserved-area .menu div a {
  color: gray;
  font-weight: 500;
}
.reserved-area .menu div.selected a {
  text-transform: uppercase;
  color: #2762a4;
}
.reserved-area button {
  border-radius: 100px;
}
.validation-summary-valid ul {
  margin: 0;
}
#selectBrand {
  border-radius: 25px;
  padding: 0.8rem 1rem;
  border: 1px solid #cccccc;
  text-transform: uppercase;
  background: #fff;
  color: #ccc;
  margin: 0.4rem 0.8rem;
  margin-top: 0px;
  line-height: 1;
}
#selectBrand:hover {
  background: none;
  border-color: #2762a4;
  color: #2762a4 !important;
}
/* modals */
.modal-dialog,
.modal-content {
  height: auto;
}
.btn-modal {
  padding: 0;
}
.cartImage {
  max-height: 100px;
}
.cart-item button {
  background: none;
  border: none;
}
.no-style {
  background: none;
  border: none;
}
.cart-item button span {
  font-size: 26px;
}
.btn-gray-outline {
  color: #e1e1e1;
  border: 1px solid #e1e1e1;
}
.btn-gray-outline:hover {
  color: #6D6D6D;
  border: 1px solid #e1e1e1;
  background-color: #e1e1e1;
}
.btn-gray2-outline {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-gray2-outline:hover {
  background: none;
  border-color: #2762a4;
  color: #2762a4 !important;
}
.btn-blue-outline {
  background: none;
  border-color: #2762a4;
  color: #2762a4 !important;
}
.btn-blue-outline:hover {
  background: #2762a4;
  border-color: #2762a4;
  color: white !important;
}
.reserved-area .menu a {
  color: unset;
}
.mainContent {
  min-height: 65vh;
  margin-top: 2%;
}
#add-to-cart {
  border-radius: 25px;
}
.cid-sgIpBbHG0b a {
  color: #3e3e3f;
}
.cid-sgIpBbHG0b a:last-of-type {
  font-weight: bold;
}
.cid-sgOdkV3fOJ .media-container-row a {
  border-radius: 25px;
}
.reserved-area {
  margin-top: 10% !important;
}
.auth-view {
  margin-top: 10% !important;
  margin-bottom: 5%;
}
.cartCount {
  position: absolute;
  padding: 3px 7px;
  top: 15px;
  right: -10px;
  background-color: red;
  border-radius: 25px;
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
}
/*Cookies*/
.cookie-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cookie-wrapper .mbr-section-btn {
  margin: 0 2rem;
}
.cookie-wrapper p {
  margin-bottom: 0;
}
/* checkout */
#payment-details {
  padding-top: 64px;
  padding-bottom: 64px;
}
#payment-methods .payment-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #8d8d8d;
  position: relative;
  margin-bottom: 24px;
  padding: 18px;
}
#payment-methods .payment-wrapper.fail {
  border: 1px solid #ff0000 !important;
}
#payment-methods .payment-wrapper.selected {
  border-color: black;
}
#payment-methods .payment-wrapper .checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid black;
  position: relative;
}
#payment-methods .payment-wrapper.selected .checkbox .checkmark {
  left: 7px;
  top: 0px;
  width: 8px;
  height: 18px;
  border: solid #a61e57;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
#payment-methods .payment-wrapper.selected .checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid black;
}
#payment-methods .payment-wrapper .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
#payment-methods .payment-wrapper .header .fee {
  display: flex;
  justify-content: end;
  align-items: center;
}
#payment-methods .payment-wrapper .header .fee h6 {
  margin-bottom: 0;
  font-weight: bold;
}
#payment-methods .payment-wrapper .content {
  width: 100%;
  font-size: 14px;
}
#payment-methods img {
  width: 170px;
  max-width: 170px;
  min-width: 170px;
  object-fit: contain;
}
#review-order h6 {
  text-transform: uppercase;
  margin-bottom: 12px;
}
#review-order hr {
  border-top-color: black;
}
#review-order thead th {
  border: none;
  background-color: #f6f6f6;
  font-size: 12px;
}
#review-order thead th:not(:first-of-type),
#review-order tbody td:not(:first-of-type) {
  width: 1%;
  white-space: nowrap;
}
#review-order tbody td {
  border-color: black;
}
#review-order tbody tr.no-border td {
  border: none;
}
#review-order tbody tr:last-of-type td:not(.no-border) {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
/* checkout */
.checkout {
  padding-top: 64px;
  padding-bottom: 64px;
}
.checkout h3 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-bottom: 1px solid black;
}
.checkout h3.your-order {
  text-align: left;
  color: #434b1c;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 22px;
  margin-bottom: 18px;
}
.checkout .step label {
  font-size: 12px;
}
.checkout .step {
  margin-top: 24px;
  margin-bottom: 24px;
}
.checkout .step a:hover {
  text-decoration: none;
}
.checkout .step .step-wrapper {
  color: #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 12px;
}
.checkout .step .step-wrapper .number {
  margin-bottom: 2px;
}
.checkout .step .step-wrapper .name {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.checkout .step .step-wrapper span.icon-checkmark {
  font-size: 20px;
}
.checkout .step .step-wrapper span.green {
  color: #00e600;
  font-size: 20px;
}
.checkout .step .step-wrapper:hover,
.checkout .step .step-wrapper.completed,
.checkout .step .step-wrapper.active {
  border-bottom-color: black;
}
.checkout .step .step-wrapper:hover p,
.checkout .step .step-wrapper.completed p,
.checkout .step .step-wrapper.active p {
  color: black;
  font-weight: 600;
}
.checkout .order-item .details {
  width: 100%;
}
.checkout .order-item .details .attributes {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.checkout .order-item .details .attributes p {
  margin-bottom: 0;
}
.checkout .order-item-bg {
  background: #f6f6f6;
}
.checkout .order-item {
  border-bottom: 1px solid #ccc;
}
.checkout .order-item-total {
  border-bottom: 1px solid #333;
}
.checkout .order-item h6 {
  font-size: 18px;
}
.checkout .order-item .name h6 {
  font-weight: 300;
}
.checkout .order-item .value h6 {
  font-weight: 300;
  text-align: right;
}
.checkout p.shipping-address a,
.checkout p.billing-address a {
  color: black;
}
/* search */
#search {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  transition: ease all 0.25s;
  overflow: hidden;
}
#search.show {
  height: 100%;
}
#search .container-fluid {
  background-color: #ffffff;
  padding-top: 64px;
  padding-bottom: 64px;
  color: white;
}
#search .container-fluid h2 {
  font-weight: bold;
  font-size: 40px;
  color: #dbdc00;
}
#search .container-fluid h3 {
  font-size: 20px;
}
#search .form-control {
  min-height: 3rem;
  height: 3rem;
  border-radius: 25px;
}
#search .control-2 {
  padding: 8px 12px;
}
#search .input-price {
  width: 30%;
  border: none;
  text-align: center;
}
#search .input-price::-webkit-outer-spin-button,
#search .input-price::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  text-align: center;
}
#search form button {
  border-radius: 25px;
  background-color: transparent;
  border: none;
  font-size: 18px;
  color: white;
  height: 3rem;
}
#search .close {
  background-color: transparent;
  border: none;
  font-size: 32px;
  color: #b8b7b7;
  text-shadow: none;
  opacity: 1;
}
#search .close:focus {
  outline: none;
  box-shadow: none;
}
#search .input-group-append {
  position: absolute;
  right: 0;
}
#search .input-group-append span {
  background-color: transparent;
  border: 0;
  padding-right: 0;
}
.form-1 .btn-form i,
.form-1 .btn-form:disabled span {
  display: none;
}
.form-1 .btn-form:disabled i,
.form-1 .btn-form span {
  display: block;
}
.card__products .image #itemBadge {
  top: 5%;
  right: 9%;
}
.card__products .image #new-badge {
  position: absolute;
  bottom: 2%;
  left: 2%;
  font-size: 20px;
}
.card__products .image .row i {
  color: red;
  font-size: 32px;
  font-weight: 600;
  z-index: 999;
  cursor: pointer;
}
.card__products .image .row i.icon-truck {
  color: #666666;
  font-size: 32px;
  font-weight: 500;
  cursor: default;
}
.card__products .image .row p {
  border: 2px solid #537dac;
  color: #537dac;
  font-weight: bold;
  border-radius: 25px;
  padding: 5px 15px;
  font-size: 20px;
}
.card__products .card__bottom p {
  color: #2762a4;
  font-weight: 500;
}
.mbr-gallery {
  background-color: white;
}
input.quantity {
  padding: 0;
  /*width: 60px;*/
  height: 40px;
  min-height: 0;
  /*border: 2px solid #585858;*/
  border: 0;
  border-radius: 25px;
}
/*Product Card*/
.product-card-row h3 {
  color: #999999;
  font-weight: 400;
}
.product-card-row p {
  color: #2762a4;
}
[data-share] {
  cursor: pointer;
}
.cookie-wrapper p {
  font-size: 0.9rem;
}
.cookie-wrapper a {
  font-size: 0.9rem;
  line-height: 1;
}
.table td.actions a > i,
.table td.actions button > i {
  font-size: 1.5rem;
}
.no-animation.fadeInUp {
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-fill-mode: unset !important;
  animation-fill-mode: unset !important;
}
.no-animation.animated {
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  visibility: visible;
}
.cid-sgGQSZrft3 .brand-container {
  padding: 0 2rem;
}
.hytPlayerWrap {
  text-align: center;
}
.hytPlayerWrap iframe {
  width: 100%;
  height: 482px;
}
.dropdown-menu a {
  color: #3e3e3f !important;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: gray;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.want-to-order-container {
  z-index: 999;
}
.want-to-order-container .card-form {
  background-color: white;
  border-radius: 15px;
}
@media (max-width: 1400px) {
  .cart-view {
    margin-top: 15%;
  }
  .reserved-area {
    margin-top: 15% !important;
  }
}
/*}

    
    /* responsive */
@media (max-width: 1200px) {
  .carousel-item .carousel-caption .lead {
    width: 55%;
  }
  .hytPlayerWrap iframe {
    width: 100%;
    height: 322px;
  }
}
/* md (tablets) */
@media (max-width: 991.98px) {
  .carousel-item .carousel-caption .lead {
    width: 70%;
  }
  .cid-sgGQSZrft3 .brand-container {
    padding: 1rem 2rem;
  }
  .hytPlayerWrap iframe {
    width: 100%;
    height: 400px;
  }
  .cart-view {
    margin-top: 25%;
  }
}
/* sm */
@media (max-width: 767.98px) {
  .hytPlayerWrap iframe {
    width: 100%;
    height: 200px;
  }
}
/* xs */
.dropdown {
  position: unset;
}
.dropdown-menu {
  top: 100%;
  border: 0;
  border-top: 1px solid black;
  border-radius: 0;
  margin: 0;
}
.dropdown-menu {
  max-height: 60vh;
  overflow: auto;
}
.reserved-area .card__products .image {
  height: 300px;
}
.reserved-area .card__products img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.product-card {
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
}
.product-card:hover {
  border: 1px solid #2762a4 !important;
}
.product-card:hover > .info-center h3,
.product-card:hover > .info-center h2 {
  color: #2762a4 !important;
}
.product-card .badges i {
  font-size: 1.575rem;
}
.product-card .badges i:not(:last-child) {
  padding-right: 0.8rem;
}
.product-card .badges i.wish-list {
  color: red;
}
.product-card .badges i.isNew {
  font-size: 1.25rem;
  color: #dbdc00;
}
.product-card .badges i.free-delivery {
  color: #6a6a6a;
}
.product-card .image {
  height: 300px;
}
.product-card .image img {
  width: 100%;
  object-fit: contain;
  border-radius: 0;
  height: 100%;
}
.product-card .info-center h3 {
  color: #666666;
  font-size: 1rem;
}
.product-card .info-center h2 {
  line-height: 1.2;
}
.product-card .info-bottom .btn {
  border-radius: 25px;
}
.title-product-index {
  font-size: 1.375rem;
}
.title-product-index .icon-novo {
  font-size: 1rem !important;
  color: #dbdc00 !important;
}
.main-image-slick {
  display: flex;
  align-items: center;
}
.main-image-slick span {
  padding: 20px;
  font-size: 30px;
  color: #e4e4e4;
}
.main-image-slick .slick-dots li {
  display: none;
}
.main-image-slick .slick-slide {
  max-height: 600px;
  object-fit: contain;
}
.slick-counter {
  font-size: 15px;
}
.cursor-pointer {
  cursor: pointer;
}
.img-slider {
  display: flex;
  align-items: center;
}
.cid-sgOdkV3fOJ .btn {
  border-radius: 25px;
}
.btn-gray {
  background-color: #e1e1e1;
  color: #6D6D6D;
}
.btn-danger-outline:hover {
  border: 2px solid #2762a4 !important;
  color: #2762a4 !important;
}
.text-content ul {
  padding-left: 15px;
}
.text-content .mbr-section-text {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  color: #515050;
}
.product-detail-badges i {
  font-size: 1.875rem;
}
.product-detail-badges i.isNew {
  font-size: 1.163rem;
  color: #dbdc00;
}
.product-detail-badges i .tooltip {
  width: max-content;
  box-shadow: 0px 1px 8px 3px grey;
  background-color: white;
  opacity: 1;
  padding: 5px;
}
.product-detail-badges i.wish-list {
  color: red;
  font-size: 2rem;
}
.product-detail-badges i.free-delivery {
  font-size: 2.813rem;
  color: #6a6a6a;
}
.btn-round {
  border-radius: 25px;
}
.cart-item-header {
  background-color: #F6F6F6;
  text-transform: uppercase;
  padding: 14px 12px;
}
.cart-item-header .display-4 {
  font-weight: bold;
}
.cart-item {
  border-bottom: 1px solid #ccc;
  padding: 14px 12px;
}
.cart-item-bg {
  background: #f6f6f6;
}
.cart-item-total {
  border-bottom: 1px solid #333;
  padding: 14px 12px;
}
.cid-sgNymfO5qK .product-image {
  max-height: 500px;
  min-height: 500px;
  max-width: 100%;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.cid-sgNymfO5qK .text-content a:hover {
  color: #DBDC00;
}
.cid-sgGQSZrft3 .nav-item.active {
  position: unset;
}
@media (max-width: 992px) {
  .product-card .image {
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  .product-card .image {
    height: 175px;
  }
  .cid-sgIpBbHG0b {
    margin-top: 85px;
  }
  .cid-sgIpBbHG0b h2 {
    margin-bottom: 4.5rem;
  }
  .cid-sgSi6UnBvb {
    padding-top: 46px;
    margin-top: 56px;
  }
  .cid-sgSi6UnBvb h2 {
    margin-bottom: 3rem;
  }
  .btn-filter {
    padding: 0.5rem 1rem;
  }
  .cid-sgSi6USZGH {
    padding-top: 60px;
  }
  #selectBrand {
    padding: 0.6rem 1rem;
  }
  .carousel-item .carousel-caption .lead {
    width: 100%;
  }
  input.quantity {
    /*width: 60px;*/
    padding: 0 5px;
  }
  .cart-view {
    margin-top: 35%;
  }
  .cid-sgGQSZrft3 .nav-item.active .nav-link::before {
    bottom: 0rem;
  }
}
/* fix's jul 2021 */
.btn.notavailable {
  font-size: 15px;
  border-radius: 50px !important;
  cursor: default !important;
}
.cid-sgOdkV3fOJ .input-qtd {
  max-width: 132px;
}
.cid-sgOdkV3fOJ .input-qtd input {
  height: 48px;
}
#search .form-control,
#search #selectBrand {
  padding: 0.5rem 1.5rem;
}
#search .form-control.control-2,
#search #selectBrand.control-2 {
  padding: 9px 12px;
}
#search #selectBrand {
  max-width: 250px;
}
#search .input-group-append {
  position: relative;
  right: unset;
  width: 90px;
}
#search .input-group-append span {
  padding-right: 0;
  padding-left: 0;
}
#search .input-group-append span.display-4 {
  line-height: 1;
}
#search .input-price {
  max-width: 64px;
  padding: 0px 4px;
  text-align: center;
}
#search input[type="number"] {
  -moz-appearance: textfield;
}
/* fix's ago 2021 */
.btn.btn-buy {
  font-size: 1.2rem;
  padding: 0.9rem 1.7rem;
  border-radius: 50px !important;
}
#add-to-cart {
  border-radius: 50px;
}
.cid-shbWCqFZhC .mbr-gallery-item img {
  height: 320px;
  max-height: unset;
}
@media (min-width: 2000px) {
  .cid-shbWCqFZhC .mbr-gallery-item img {
    height: 350px;
  }
}
@media (min-width: 2300px) {
  .cid-shbWCqFZhC .mbr-gallery-item img {
    height: 380px;
  }
}
@media (min-width: 2600px) {
  .cid-shbWCqFZhC .mbr-gallery-item img {
    height: 420px;
  }
}
.mbr-gallery.album-gallery .mbr-gallery-item img {
  height: 300px;
  object-fit: cover;
}
@media (max-width: 1800px) {
  .mbr-gallery.album-gallery .mbr-gallery-item img {
    height: 280px;
  }
}
@media (max-width: 1600px) {
  .mbr-gallery.album-gallery .mbr-gallery-item img {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .mbr-gallery.album-gallery .mbr-gallery-item img {
    height: 210px;
  }
}
@media (min-width: 2000px) {
  .mbr-gallery.album-gallery .mbr-gallery-item img {
    height: 330px;
  }
}
@media (min-width: 2300px) {
  .mbr-gallery.album-gallery .mbr-gallery-item img {
    height: 360px;
  }
}
@media (min-width: 2600px) {
  .mbr-gallery.album-gallery .mbr-gallery-item img {
    height: 400px;
  }
}
.display-4:not(.mbr-bold) {
  font-weight: 400;
}
.table th.actions,
.table td.actions {
  width: 105px;
}
/*responsive*/
@media (max-width: 1200px) {
  .cart-item-header .display-4 {
    font-size: 0.9rem;
  }
  .input-qtd {
    border-width: 1px;
  }
  .input-qtd input {
    width: 45px;
  }
}
@media (max-width: 767px) {
  .carousel-item .mbr-section-btn {
    text-align: left;
  }
  .carousel-item .mbr-section-btn .btn {
    margin-left: 5px;
    margin-right: 5px;
  }
  .product-card .badges i {
    padding: 0rem 0.3rem 0.3rem;
  }
  .cid-sgGQSZrft3 .brand-container {
    padding: 1rem 1rem;
  }
  .no-margin-md {
    margin: 0;
  }
  .no-margin-md.important {
    margin: 0 !important;
  }
  .reserved-area {
    margin-top: 25% !important;
  }
  .checkout .step .step-wrapper {
    font-size: 0.9rem;
    margin-bottom: 6px;
  }
  .checkout .step .step-wrapper .number {
    display: inline-block;
  }
  .checkout .step .step-wrapper .row {
    display: inline-block;
    margin: 0;
  }
  .checkout .step .step-wrapper .row .name {
    margin-bottom: 0;
  }
  #payment-methods .payment-wrapper .header {
    flex-direction: column;
  }
  .btn.btn-buy {
    padding-top: 0.77rem;
    padding-bottom: 0.77rem;
  }
  .btn.notavailable {
    line-height: 30px;
    cursor: default !important;
  }
  .cid-sgNymfO5qK {
    /*.product-image {
            max-height: 300px;
            min-height: 300px;
        }*/
  }
  .cid-sgNymfO5qK .product-image {
    max-height: unset;
    min-height: unset;
  }
}
@media (max-width: 400px) {
  .cid-sgGQSZrft3 button.navbar-toggler {
    margin: 1rem 0.5rem;
  }
  .reserved-area {
    margin-top: 30% !important;
  }
  #payment-methods img {
    min-width: 115px;
    max-width: 115px;
  }
  .cid-sgNymfO5qK {
    /*.product-image {
            max-height: 250px;
            min-height: 250px;
        }*/
  }
}
.cart-icon-mobile {
  width: 31px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
/* accordion faqs - mbr */
.cid-sEDTHJ6osD {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sEDTHJ6osD .container-fluid {
  padding: 0 3rem;
}
.cid-sEDTHJ6osD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #dbdc00 50%, #dbdc00 120%);
  display: inline-block;
}
.cid-sEDTHJ6osD .mbr-section-title {
  color: #000000;
}
.cid-sEDTHJ6osD .mbr-section-subtitle {
  color: #000000;
}
.cid-sEDTHJ6osD .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sEDTHJ6osD .header-text {
  padding: 2rem 1rem !important;
}
.cid-sEDTHJ6osD .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sEDTHJ6osD .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sEDTHJ6osD .card .card-header a.panel-title {
  transition: all 0.3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sEDTHJ6osD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sEDTHJ6osD .card .card-header a.panel-title:hover .sign {
  background-color: #2762a4 !important;
}
.cid-sEDTHJ6osD .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #dbdc00;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-sEDTHJ6osD .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sEDTHJ6osD .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sEDTHJ6osD .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sEDTHJ6osD .container-fluid {
    padding: 0 1rem;
  }
  .cid-sEDTHJ6osD .header-text {
    padding: 1rem !important;
    text-align: left;
  }
  .cid-sEDTHJ6osD .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sEDTHJ6osD .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sEDTHJ6osD .panel-group {
    padding: 0;
  }
}
.cid-sEDTHJ6osD .header-text,
.cid-sEDTHJ6osD .sign {
  color: #3e3e3f;
}
.cid-sEDTHJ6osD .panel-text {
  color: #3e3e3f;
  text-align: left;
  font-size: 16px;
}
.cid-sEEYU6xszf {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sEEYU6xszf .mbr-text,
.cid-sEEYU6xszf blockquote {
  color: #232323;
}
.cid-sEEYU6xszf .mbr-text DIV {
  text-align: center;
}
.cid-sEEUfpheyO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dbdc00;
  background: linear-gradient(90deg, #dbdc00, #dbdc00);
}
.cid-sEEUfpheyO .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-sEEUfpheyO H2 {
  color: #3e3e3f;
}
.cid-sEEUfpheyO .mbr-section-subtitle,
.cid-sEEUfpheyO .mbr-section-btn {
  color: #3e3e3f;
}
/* fix's M ago 2021 - 2 */
.cid-sgIpBbHG0b {
  padding-top: 98px;
}
.text-before-price {
  font-size: 1rem;
  color: #666666;
  text-transform: lowercase;
}
.btn-promo {
  line-height: 15px;
  font-weight: 500 !important;
}
.promo-label {
  text-transform: lowercase;
  font-size: 1rem;
}
.promo-label span:first-of-type {
  font-weight: 600;
  color: #a11418;
  margin-right: 5px;
}
.promo-label-date {
  text-transform: lowercase;
  font-size: 0.9rem;
}
.mainContent .btn-buy {
  min-width: 130px;
}
@media (max-width: 300px) {
  .mainContent .btn-buy {
    min-width: unset;
  }
}
.mainContent #add-to-cart {
  min-width: 270px;
}
@media (max-width: 1200px) {
  .mainContent #add-to-cart {
    min-width: 253px;
  }
}
@media (max-width: 300px) {
  .mainContent #add-to-cart {
    min-width: unset;
    width: 100%;
  }
}
.cid-sgNymfO5qK .img-slider .slick-slide {
  height: 175px;
  object-fit: cover;
}
.btn {
  border-width: 1px;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1rem !important;
  }
}
.btn-danger-outline:hover {
  border-width: 1px !important;
}
.line-height-normal {
  line-height: normal;
}
.product-img-gal .img-wrap {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-img-gal .img-wrap {
    height: 300px;
  }
}
.product-img-gal-2 {
  padding: 0 7px;
}
.product-img-gal-2 .img-wrap {
  height: 175px;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
.product-img-gal-2 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sgGQSZrft3 button.navbar-toggler {
  width: 60px;
  height: 40px;
  margin: 0;
}
.cid-sgGQSZrft3 button.navbar-toggler .hamburger {
  display: block;
  position: absolute;
  top: 10px;
  left: 44px;
}
.input-qtd span {
  padding-top: 17px;
  padding-bottom: 17px;
}
.cid-sgGQSZrft3 .nav-item.active {
  margin: auto;
}
.cid-sgGQSZrft3 .nav-item.active .nav-link::before {
  bottom: 0rem;
}
/* media querys */
@media (min-width: 1800px) {
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .dropdown-menu {
    position: absolute !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .cid-sgGQSZrft3 .nav-item.active {
    margin: 0;
  }
  .cid-sgGQSZrft3 .nav-item.active .nav-link::before {
    bottom: -0.5rem;
  }
}
body .close-menu-div {
  display: none !important;
  width: 0;
  height: 0;
}
@media (max-width: 1400px) {
  body.menu-opened .close-menu-div {
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 20;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  #navbarSupportedContent .nav-dropdown .link {
    font-size: 0.9rem;
  }
}
.navbar-dropdown .navbar-logo {
  margin-right: 0;
}
.cid-sgGQSZrft3 button.navbar-toggler .hamburger span {
  background-color: white;
}
@media (max-width: 560px) {
  .cid-sgGQSZrft3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
}
@media (max-width: 1400px) {
  .cid-sgGQSZrft3 .dropdown .dropdown-menu .dropdown-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 560px) {
  .cid-sgGQSZrft3 .brand-container {
    padding: 0.7rem 1rem;
  }
  .cid-sgGQSZrft3 .navbar {
    min-height: unset;
  }
}
@media (max-width: 400px) {
  .mobile-icons .nav-search-item .nav-link {
    display: none !important;
  }
  .right-menu .nav-search-item .nav-link.d-none {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .cid-sgGQSZrft3 .brand-container {
    padding: 0.5rem 1rem;
  }
  .mobile-icons .nav-cart-item .nav-link {
    margin-top: -4px;
  }
}
@media (max-width: 1400px) {
  body.menu-opened .mbr-arrow-up {
    display: none !important;
  }
  .cid-sgGQSZrft3 .nav-item.active {
    position: relative;
  }
}
@media (max-width: 991px) {
  .dropdown-menu {
    max-height: unset;
  }
  .menu .navbar-collapse {
    max-height: 80vh;
  }
  .mbr-arrow-up {
    display: none !important;
  }
  body.menu-opened .close-menu-div {
    background-color: #3e3e3f;
  }
}
.cid-sgGQSZrft3 button.navbar-toggler {
  outline: none;
  box-shadow: none;
}
.cid-sgCiChOQIv .content__block {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .cid-sgHO80ix6c .border__block {
    border: 2px solid #ebeaed;
  }
  .cid-sgHO80ix6c .block__inner {
    padding: 50px;
    margin-right: 0;
    margin-bottom: 15%;
  }
  .cid-sgHO80ix6c .image img {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    top: unset;
    right: 0;
    bottom: 0;
    height: 50%;
  }
  .cid-sgHO80ix6c .mbr-section-title,
  .cid-sgHO80ix6c .btn__block1 {
    color: #3e3e3f !important;
  }
  .cid-sgHO80ix6c .mbr-section-subtitle {
    color: #2762a4 !important;
  }
  .cid-sgHO80ix6c .mbr-section-title,
  .cid-sgHO80ix6c .mbr-section-title2 {
    margin-bottom: 230px;
  }
}
@media (max-width: 991px) {
  .cid-sgHO80ix6c .mbr-section-title,
  .cid-sgHO80ix6c .mbr-section-title2 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cid-sgHO80ix6c .mbr-section-title,
  .cid-sgHO80ix6c .mbr-section-title2 {
    margin-bottom: 160px;
  }
}
@media (max-width: 400px) {
  .cid-sgHO80ix6c .mbr-section-title,
  .cid-sgHO80ix6c .mbr-section-title2 {
    margin-bottom: 230px;
  }
}
/* do temp.css - AGO 2021 */
.cart-item .old-price {
  text-decoration: line-through;
  color: #6a6a6a;
  font-size: 0.8rem;
  text-align: center;
}
.mbr-gallery .item {
  background: #fff;
  display: block;
  outline: none;
  position: relative;
  height: 0;
  padding-top: 66.67%;
}
.mbr-gallery .item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
.product-card .image {
  position: relative;
  height: 0;
  padding-top: 100%;
}
.product-card .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: contain;
  width: 100%;
  object-position: center;
}
/* responsive xs */
@media (max-width: 1200px) {
  .cid-sgIpBbHG0b:hover .mbr-section-title {
    letter-spacing: 1px;
  }
}
.max-90 {
  max-width: 90%;
}
.max-100 {
  max-width: 100%;
}
@media (max-width: 576px) {
  .container-fluid.max-90 {
    max-width: 100%;
  }
  .container-fluid.max-100 {
    max-width: 90%;
  }
  .cid-sgIpBbHG0b {
    padding-top: 30px;
    margin-top: 56px;
  }
  .cid-sgIpBbHG0b h2 {
    margin-bottom: 2rem;
  }
  .cid-sfRVZNQ3hl .full-screen .slider-fullscreen-image {
    min-height: unset;
    height: 70vh;
  }
  .cid-sfRVZNQ3hl .full-screen .carousel-item .container.container-slide {
    min-height: unset;
    height: 70vh;
  }
  .cid-sfXG3KkkNV {
    padding-top: 3rem;
  }
  .cid-sgHO80ix6c {
    padding-bottom: 0rem;
  }
  .cid-sgGWWAuCJE {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product-card .badges i:not(:last-child) {
    padding-right: 0.3rem;
  }
  .cid-sgIshBgwE5 {
    padding-top: 55px;
  }
  .cid-sgIshBgwE5 .mbr-section-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row-product-slider-1 .main-image-slick {
    position: relative;
  }
  .row-product-slider-1 .main-image-slick span {
    position: absolute;
    z-index: 1;
    padding: 10px;
  }
  .row-product-slider-1 .main-image-slick span.icon-angle-left {
    left: 0;
  }
  .row-product-slider-1 .main-image-slick span.icon-angle-right {
    right: 0;
  }
  .row-product-slider-1 .main-image-slick .product-image {
    max-width: 100%;
    width: 100%;
    margin: 0;
    max-height: unset;
    min-height: unset;
    height: 100%;
  }
  .cid-sgNymfO5qK .text-content {
    padding: 0.5rem 1rem;
  }
  .cid-sgNymfO5qK {
    padding-top: 30px;
  }
  .product-detail-badges i.free-delivery {
    font-size: 2rem;
  }
  .product-detail-badges i.wish-list {
    font-size: 1.5rem;
  }
  .title-md h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .product-img-gal .img-wrap {
    height: 266px;
  }
}
@media (max-width: 300px) {
  .product-img-gal .img-wrap {
    height: 200px;
  }
}
.cid-sgOdkV3fOJ .btn-buy {
  cursor: default !important;
}
.cid-sgOdkV3fOJ .quantity {
  cursor: default !important;
}
.input-validation-error {
  border: 1px solid #ff0000 !important;
}