@charset "UTF-8";

.modal-open,.ui-icon,body.menu-open {
  overflow: hidden;
}

@font-face {
  font-family:aviator-icon;src:url(aviator-icon.eot.css?3uccja);src:url(aviator-icon.eot.css?3uccja#iefix) format("embedded-opentype"),url(aviator-icon.ttf.css?3uccja) format("truetype"),url(aviator-icon.woff.css?3uccja) format("woff"),url(aviator-icon.svg.css?3uccja#aviator-icon) format("svg");font-weight:400;font-style:normal;
}

i[class*=aviator-icon] {
  display: inline-block;
  font: normal normal normal 14px/1 aviator-icon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aviator-icon-menu:before {
  content: "";
}

.aviator-icon-trple-bars:before {
  content: "";
}

.aviator-icon-double-bars:before {
  content: "";
}

.aviator-icon-search:before {
  content: "";
}

.aviator-icon-angle-down:before {
  content: "";
}

.aviator-icon-angle-left:before {
  content: "";
}

.aviator-icon-angle-right:before {
  content: "";
}

.aviator-icon-close:before {
  content: "";
}

.aviator-icon-sync:before {
  content: "";
}

.aviator-icon-enext:before {
  content: "";
}

.aviator-icon-facebook:before {
  content: "";
  font-size: 14px;
}

.aviator-icon-googleplus:before {
  content: "";
}

.aviator-icon-hearth:before {
  content: "";
  transition: all 200ms ease;
}

.aviator-icon-hearth-full:before {
  content: "";
}

.aviator-icon-hearth:hover:before {
    content: "";
}

.aviator-icon-instagram:before {
  content: "";
  font-size: 14px;
}

.aviator-icon-shopping-bag:before {
  content: "";
}

.aviator-icon-shipping:before {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  background-image: url('/arquivos/icon_frete.png');
  background-size: 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}

.aviator-icon-card:before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-image: url('/arquivos/icon_cartao.png');
  background-size: 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}
.aviator-icon-sync:before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-image: url('/arquivos/icon_sync.png');
  background-size: 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}
.aviator-icon-presente:before {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-image: url('/arquivos/icon_presente.png');
  background-size: 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}

.aviator-icon-store:before {
  content: "";
}

.aviator-icon-user:before {
  content: "";
  transition: all 200ms ease;
}

.aviator-icon-user:hover:before {
  content: "";
}

.aviator-icon-vtex:before {
  content: "";
}

.slick-arrow.slick-custom {
  cursor: pointer;
  font-size: 24px;
  margin: -12px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
}

.slick-arrow.slick-custom.slick-prev {
  left: 0;
}

.slick-arrow.slick-custom.slick-next {
  right: 0;
}

@keyframes ripple {
  0% {
    transform: scale(0);
  }

  20% {
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@-webkit-keyframes Gradient {
  0%,100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@-moz-keyframes Gradient {
  0%,100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes Gradient {
  0%,100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.icon {
  display: inline-block;
}

body {
  font: normal normal 400 12px/1.286em "Source Sans Pro",sans-serif;
  color: #000;
}

@media (max-width:1024px) {
  body {
    font-size: 12px;
  }
}

.btn,a,button,i,input {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all 200ms ease;
}

a,a:focus {
  outline: 0;
  color: #000;
  text-decoration: none;
}

a:focus:hover,a:hover {
  text-decoration: none;
  color: #093953;
}

a:focus:hover .fa-facebook,a:hover .fa-facebook {
  color: #3460a1;
}

a:focus:hover .fa-twitter,a:hover .fa-twitter {
  color: #28aae1;
}

a:focus:hover .fa-youtube,a:focus:hover .fa-youtube-play,a:hover .fa-youtube,a:hover .fa-youtube-play {
  color: #cc181e;
}

a:focus:hover .fa-pinterest,a:hover .fa-pinterest {
  color: #cc2127;
}

a:focus:hover .fa-googleplus,a:hover .fa-googleplus {
  color: #de5543;
}

a:focus:hover .fa-instagram,a:hover .fa-instagram {
  color: #000;
}

img {
  height: auto;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  position: relative;
}

.container-full {
  max-width: none !important;
  padding: 0 !important;
}

.np-left {
  padding-left: 0;
}

.np-right {
  padding-right: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.page-sep,.page-sep:before {
  float: left;
}

.modal-backdrop {
  z-index: 9999;
}

.modal {
  z-index: 999999;
}

@media (max-width:1024px) {
  .visible-mobile {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }
}

@media (min-width:1024px) {
  .visible-mobile {
    display: none;
  }

  .hidden-mobile {
    display: block;
  }
}

.page-sep {
  width: 100%;
  clear: both;
  text-align: center;
  margin: 64px 0 36px;
}

@media (max-width:1024px) {
  .page-sep {
    margin: 36px 0;
  }
}

.page-sep:after,.page-sep:before {
  content: '';
  background: url(brand-double-stripe.png) repeat-x;
  height: 4px;
  width: 48%;
  margin-top: 6px;
  vertical-align: middle;
}

@media (max-width:1024px) {
  .page-sep:after,.page-sep:before {
    width: 37%;
  }
}

.page-sep:after {
  float: right;
}

div#ajaxBusy {
  bottom: 0;
  /* display: none!important; */
  left: 50%;
  margin-left: -58px;
  padding: 0;
  position: fixed;
  z-index: 999;
}

div#ajaxBusy p {
  font-size: 0;
  border: 2px solid rgba(255,255,255,.4);
  border-top: 2px solid #093953;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: block;
  animation: spin 1000ms linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

ul.ui-autocomplete {
  background: #fff;
  border: 1px solid #d6dce2;
  z-index: 9999999!important;
  padding: 5px;
  margin: 0 0 0 -13px;
  width: 100%!important;
  max-width: 350px;
}

@media (max-width:1199px) {
  ul.ui-autocomplete {
    display: none!important;
  }
}

ul.ui-autocomplete li a {
  display: block;
  padding: 10px 15px;
}

ul.ui-autocomplete li a:hover {
  background: #f9f6f3;
  cursor: pointer;
}

ul.ui-autocomplete li a img {
  margin-right: 10px;
}

div#returnToTop {
  display: none!important;
}

div#back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #c90000;
  color: #c90000;
  line-height: 26px;
  font-size: 20px;
  z-index: 10;
  cursor: pointer;
}

#TB_window,.slick-slider .slick-arrow.slick-next,.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

#fountainG {
  position: relative;
  width: 115px;
  height: 15px;
  margin: auto;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: #000;
  width: 10px;
  height: 10px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(.3);
  -o-transform: scale(.3);
  -ms-transform: scale(.3);
  -webkit-transform: scale(.3);
  -moz-transform: scale(.3);
  border-radius: 19px;
  -o-border-radius: 19px;
  -ms-border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
}

#fountainG_1 {
  left: 0;
  animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
}

#fountainG_2 {
  left: 15px;
  animation-delay: .75s;
  -o-animation-delay: .75s;
  -ms-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -moz-animation-delay: .75s;
}

#fountainG_3 {
  left: 30px;
  animation-delay: .9s;
  -o-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
}

#fountainG_4 {
  left: 45px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#fountainG_5 {
  left: 60px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#fountainG_6 {
  left: 75px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#fountainG_7 {
  left: 90px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#fountainG_8 {
  left: 105px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@-ms-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }

  100%,90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }

  100%,90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }

  100%,90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }

  100%,90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes uil-facebook {
  0% {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }

  100%,90% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.ajaxloading-bars {
  background: 0 0;
  position: fixed;
  width: 130px;
  height: 60px;
  top: 50%;
  margin: -60px 0 0 -60px;
  left: 50%;
  z-index: 100;
}

.ajaxloading-bars>div {
  position: absolute;
  width: 20px;
  height: 100%;
  top: 40px;
  left: 20px;
  background: #5b7a9c;
  opacity: .6;
  -ms-animation: uil-facebook 1s cubic-bezier(.01,.73,.28,.93) infinite;
  -moz-animation: uil-facebook 1s cubic-bezier(.01,.73,.28,.93) infinite;
  -webkit-animation: uil-facebook 1s cubic-bezier(.01,.73,.28,.93) infinite;
  -o-animation: uil-facebook 1s cubic-bezier(.01,.73,.28,.93) infinite;
  animation: uil-facebook 1s cubic-bezier(.01,.73,.28,.93) infinite;
}

.ajaxloading-bars>div:nth-of-type(2) {
  left: 55px;
  opacity: .8;
  -ms-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  animation-delay: .1s;
}

.ajaxloading-bars>div:nth-of-type(3) {
  left: 90px;
  opacity: .9;
  -ms-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #000;
  }

  100% {
    transform: scale(.3);
    background-color: #fff;
  }
}

@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #000;
  }

  100% {
    -o-transform: scale(.3);
    background-color: #fff;
  }
}

@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #000;
  }

  100% {
    -ms-transform: scale(.3);
    background-color: #fff;
  }
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #000;
  }

  100% {
    -webkit-transform: scale(.3);
    background-color: #fff;
  }
}

@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #000;
  }

  100% {
    -moz-transform: scale(.3);
    background-color: #fff;
  }
}

@keyframes bounceIn {
  20%,40%,60%,80%,from,to {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3,.3,.3);
  }

  20% {
    transform: scale3d(1.1,1.1,1.1);
  }

  40% {
    transform: scale3d(.9,.9,.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03,1.03,1.03);
  }

  80% {
    transform: scale3d(.97,.97,.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1,1,1);
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #c90000;
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.boxPopUp2-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 9999;
}

.boxPopUp2.vtexsm-popupContent {
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  background: #fff;
  padding: 0;
  z-index: 99999;
}

@media (max-width:1024px) {
  .boxPopUp2.vtexsm-popupContent {
    width: 100%;
    margin-left: -50%;
    top: 9%;
    height: 380px;
  }
}

.boxPopUp2-content.vtexsm-popupContent.freeContentPopup {
  position: static!important;
}

#sku-selector-container {
  width: 100%;
}

#sku-selector-container .selectSkuTitle {
  display: block;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#sku-selector-container .boxPopUp2-content.vtexsm-popupContent.freeContentPopup {
  padding: 20px;
}

#sku-selector-container .vtexsc-skuProductImage {
  float: left;
  width: 30%;
}

@media (max-width:1024px) {
  #sku-selector-container .vtexsc-skuProductImage {
    width: 28%;
  }

  #sku-selector-container .vtexsc-skuProductImage img {
    width: 100%;
    display: block;
  }
}

#sku-selector-container .vtexsm-prodTitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

#sku-selector-container .skuSelectionWrapper {
  margin: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
  float: right;
  width: 70%;
}

#sku-selector-container .skuSelectionWrapper .topic {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}

@media (max-width:1024px) {
  #sku-selector-container .skuSelectionWrapper {
    border: none;
  }

  #sku-selector-container .skuSelectionWrapper .topic {
    width: 100%;
  }
}

#sku-selector-container .skuSelectionWrapper .topic .specification:after {
  content: '*';
  margin-left: 2px;
  color: red;
}

#sku-selector-container .skuSelectionWrapper .topic input {
  position: absolute;
  left: -9999em;
  visibility: hidden;
}

#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Tamanho {
  margin: 0 -2px;
}

#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Tamanho label {
  border: 1px solid #e5e5e5;
  color: #999;
  padding: 10px;
  margin: 3px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Tamanho label.checked,#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Tamanho label.sku-picked,#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Tamanho label:hover {
  color: #fff;
  background: #c90000;
}

#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Tamanho label.disabled,#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Tamanho label.item_unavailable,#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Tamanho label.item_unavaliable {
  background: #f0f0f0;
  cursor: not-allowed;
  color: #999;
}

#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Cor {
  position: relative;
  padding-top: 2px;
  float: left;
  width: 100%;
}

#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Cor>span {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 10;
}

#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Cor .color-selected label {
  border: 1px solid #e5e5e5!important;
  background: #fff!important;
}

#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Cor label {
  float: left;
  width: 100%;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  border-top: none;
  color: #999;
  font-style: italic;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 0;
}

#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Cor label:before {
  content: '';
  border-right: 1px solid #e5e5e5;
  width: 44px;
  height: 40px;
  margin-right: 10px;
  float: left;
}

#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Cor label.checked,#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Cor label.sku-picked,#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Cor label:hover {
  background: #e5e5e5;
}

#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Cor label.checked,#sku-selector-container .skuSelectionWrapper .topic .item-dimension-Cor label.sku-picked {
  border: 1px solid #999;
}

#sku-selector-container .boxPopUp2-content.vtexsm-popupContent.freeContentPopup {
  position: static!important;
}

#sku-selector-container .vtexsc-skuProductPrice.skuselector-price {
  float: left;
}

@media (max-width:1024px) {
  #sku-selector-container .vtexsc-skuProductPrice.skuselector-price {
    float: right;
    width: 100%;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    padding: 10px;
  }
}

#sku-selector-container .vtexsc-buttonWrap.clearfix.skuselector-buy-btn-wrap {
  float: right;
}

#sku-selector-container .vtexsc-buttonWrap.clearfix.skuselector-buy-btn-wrap a {
  padding: 10px;
  background-color: #c90000;
}

#sku-selector-container .vtexsc-buttonWrap.clearfix.skuselector-buy-btn-wrap a:before {
  background: #fff;
  width: 36px;
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c90000;
  line-height: 0;
  padding: 15px;
  text-align: center;
  margin-right: 5px;
}

#sku-selector-container .vtexsc-buttonWrap.clearfix.skuselector-buy-btn-wrap a:after {
  content: 'Adicionar ao Carrinho';
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

#sku-selector-container .regularPrice.skuselector-list-price {
  text-decoration: line-through;
  color: #ccc;
}

.ui-widget-content a,.ui-widget-header,.ui-widget-header a {
  color: #333;
}

#sku-selector-container .newPrice.skuselector-best-price {
  font-size: 18px;
}

#sku-selector-container .skuselector-warn-unavailable.notifyme.sku-notifyme {
  float: right;
  width: 70%;
}

#sku-selector-container .skuselector-warn-unavailable.notifyme.sku-notifyme p {
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
}

#sku-selector-container .skuselector-warn-unavailable.notifyme.sku-notifyme input {
  border: 1px solid #ededed;
}

#sku-selector-container .skuselector-warn-unavailable.notifyme.sku-notifyme input.sku-notifyme-client-name.notifyme-client-name {
  margin-right: 1%;
  padding: 5px 10px;
  display: inline-block;
  width: 49%;
}

#sku-selector-container .skuselector-warn-unavailable.notifyme.sku-notifyme input.sku-notifyme-client-email.notifyme-client-email {
  margin-left: 1%;
  padding: 5px 10px;
  display: inline-block;
  width: 49%;
}

#sku-selector-container .skuselector-warn-unavailable.notifyme.sku-notifyme input.btn-ok.sku-notifyme-button-ok.notifyme-button-ok {
  background: url(/arquivos/btn-avise-me.png) center no-repeat #333;
  float: right;
  font-size: 0;
  margin: 10px 0 0;
  padding: 20px 10px;
  width: 100%;
}/*! jQuery UI - v1.12.1 - 2018-09-11
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default!important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

header .header-middle .header-logo,header .promo-bar {
  text-align: center;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-widget,.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
}

.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  font-weight: 700;
}

.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #c5c5c5;
  background: #ffffff;
  font-weight: 400;
  color: #454545;
}

.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background,.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
}

.ui-button:focus .ui-icon,.ui-button:hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_555555_256x240.png);
}

.ui-button:active .ui-icon,.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-button .ui-state-highlight.ui-icon,.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(images/ui-icons_777777_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

.slick-slider .slick-arrow {
  color: #fff;
  cursor: pointer;
  font-size: 35px;
  line-height: 1em;
  outline: 0;
  padding: 15px;
  position: absolute;
  text-shadow: none;
  top: 50%;
  z-index: 1;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  transform: translateY(-50%);
}

@media (max-width:1024px) {
  .slick-slider .slick-arrow {
    font-size: 25px;
  }
  .slick-slider .slick-prev {
    color: transparent;
    display: block;
    width: 20px;
    height: 20px;
  }
  .slick-slider .slick-prev:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    right: 0px;
  }
  .slick-slider .slick-prev:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    top: 21px;
    right: 0px;
  }
  .slick-slider .slick-next {
    color: transparent;
    display: block;
    width: 20px;
    height: 20px;
  }
  .slick-slider .slick-next:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 0px;
  }
  .slick-slider .slick-next:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 21px;
    left: 0px;
  }
}

.slick-slider .slick-arrow:hover {
  opacity: .8;
}

.slick-slider .slick-arrow.slick-prev {
  left: 0;
}

.slick-slider .slick-arrow.slick-disabled {
  opacity: .3;
}

.slick-slide .box-banner a {
    display: block;
    width: 100%;
}

/* .slick-slide .box-banner a img {
    display: none;
} */

.breadcrumbs {
  padding: 15px 0 0;
}

.breadcrumbs ul li {
  display: inline-block;
  text-transform: uppercase;
}

.breadcrumbs ul li a {
  color: #5a5a5a;
  font-size: 10px;
  font-weight: 400;
  margin-right: 5px;
  margin-left: 5px;
}

.breadcrumbs ul li:after {
  color: #093953;
  content: '>';
  font-size: 12px;
  margin: 0 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.breadcrumbs ul li:first-child a {
  color: #093953;
  font-size: 0;
  margin-left: 0;
}

.breadcrumbs ul li:first-child a:before {
  content: 'Home';
  font-size: 10px;
  font-weight: 400;
}

.breadcrumbs ul li:last-child a {
  color: #093953;
  font-weight: 900;
}

.breadcrumbs ul li:last-child:after,body.menu-open:before {
  content: '';
}

@media (max-width:1024px) {
  .breadcrumbs {
    padding: 20px 0;
  }

  .breadcrumbs ul li {
    display: none;
  }

  .breadcrumbs ul li:last-child {
    display: block;
    font-family: 'Frank Ruhl Libre',serif;
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
}

.breadcrumbs .toggle-view {
  max-width: 145px;
  height: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: -9px;
  margin-bottom: 25px;
}

@media (max-width:1024px) {
  .breadcrumbs .toggle-view {
    border: none;
    position: absolute;
    right: -15px;
    top: 100%;
  }
  #TripleBars  {
      position: relative;
  }
  #TripleBars #Rectangle_6 {
      display: none;
  }
  #QuadrupleBars  {
      position: relative;
  }
  #QuadrupleBars #Rectangle_1, #QuadrupleBars #Rectangle_2, #QuadrupleBars #Rectangle_4 {
      display: none;
  }
}

.breadcrumbs .toggle-view ul {
  margin: 0;
  padding: 0px 0;
  text-align: right;
}

.breadcrumbs .toggle-view ul li {
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 20px;
}

.breadcrumbs .toggle-view ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.breadcrumbs .toggle-view ul li:first-child a:before {
  content: '';
}

.breadcrumbs .toggle-view ul li:after {
  content: '';
}

.breadcrumbs .toggle-view ul li a svg {
  fill: #cfcfcf;
  transition: all .2s ease;
  display: block;
  width: 45px;
  height: 20px;
  margin: 0 auto;
}

.breadcrumbs .toggle-view ul li a.active svg {
  fill: #093953;
}

#TB_overlay {
  background: 0 0;
}

#TB_window {
  width: 30%!important;
  background: #fff;
  left: auto!important;
  margin: 0!important;
  top: 0!important;
  height: 100%;
}

#TB_window iframe {
  width: 100%;
  height: 100%;
}

body {
  padding-top: 130px;
}

@media (max-width:1024px) {
  body {
    padding-top: 69px;
  }
}

body.menu-open:before {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.74);
  top: 0;
  left: 0;
  z-index: 1000;
}

body.menu-open .header-user,body.menu-open .toggle-mobile-search {
  display: none;
}

body.menu-open #mobile-menu {
  display: block;
}

header {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header .hidden-scroll {
  display: none;
}

header .promo-bar {
  background-color: #272727;
  color: #fff;
  display: block;
  transition: all 200ms ease;
}

header.is-fixed .promo-bar{
  transform: translateY(-35px);
}

header .header-middle,
header .header-bottom{
  transition: all 200ms ease;
}

header.is-fixed .header-middle,
header.is-fixed .header-bottom{
  transform: translateY(-35px);
}

header .promo-bar .container {
  position: relative;
}


header .promo-bar p {
  margin: 0;
  padding: 8px 0;
}

header .promo-bar i {
  margin-right: 10px;
}

header .promo-bar-close {
  cursor: pointer;
  float: right;
  position: absolute;
  right: 15px;
  top: 8px;
}

header .header-middle {
  padding: 15px 0 10px;
  background-color: #fff;
  font-family: "Source Sans Pro",sans-serif;
}

@media (max-width:1024px) {
  header .header-middle .header-right {
    position: static;
  }
}

header .header-middle .header-left a {
  line-height: 4em;
  color: #5a5a5a;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

header .header-middle .header-left a i {
  font-size: 12px;
  position: relative;
  top: 1px;
}

header .header-middle .toggle-mobile-menu {
  float: left;
  font-size: 18px;
  padding-top: 5px;
  margin-right: 8px;
}

header .header-middle .toggle-mobile-search {
  font-size: 18px;
  padding-top: 5px;
}

header .header-middle .header-logo img {
  width: 100%;
  max-width: 156px;
}

header .header-middle .header-logo h1 {
  margin: 0 -15px;
  line-height: 0;
}

header .header-middle .user-inks {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  padding-right: 50px;
  vertical-align: middle;
}

header .header-middle .user-inks a {
  color: #5a5a5a;
  letter-spacing: 1px;
}

@media (max-width:1024px) {
  header .header-middle .toggle-mobile-search {
    float: right;
  }

  header .header-middle .header-logo img {
    max-width: 110px;
  }

  header .header-middle .user-inks {
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  header .header-middle .user-inks ul {
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
  }
}

header .header-middle .user-inks li {
  font-size: 12px;
  font-weight: 600;
  line-height: 33px;
  padding: 0;
}

header .header-middle .user-inks li:first-child a {
  padding-left: 0;
}

header .header-middle .user-inks li:last-child a {
  border: none;
  padding-right: 0;
}

header .header-middle .user-inks li a {
  padding: 0 10px;
  border-right: 1px solid #5a5a5a;
  text-transform: uppercase;
  font-size: 10px;
}

@media (max-width:1024px) {
  header .header-middle .user-inks li {
    line-height: 1.3em;
  }

  header .header-middle .user-inks li a {
    padding: 0 5px;
    color: #000;
    letter-spacing: 0;
    text-transform: lowercase;
  }
}

header .header-user i {
  font-size: 20px;
}

header .header-user>ul>li {
  vertical-align: middle;
  padding: 12px 10px;
}

header .header-user>ul>.wishlist,
header .header-user>ul>.account,
header .header-user>ul>.cart {
    position: relative;
}

header .header-user>ul>.wishlist:hover:before,
header .header-user>ul>.account:hover:before,
header .header-user>ul>.cart:hover:before {
    opacity: 1;
}

header .header-user>ul>.wishlist:before,
header .header-user>ul>.account:before,
header .header-user>ul>.cart:before  {
  position: absolute;
  top: 33px;
  left: -13px;
  display: block;
  width: 65px;
  text-transform: uppercase;
  font-size: 9px;
  text-align: center;
  transition: all 200ms ease;
  opacity: 0;
}

header .header-user>ul>.wishlist:before {
    content: 'Favoritos';
}

header .header-user>ul>.account:before {
  content: 'Minha Conta';
}

header .header-user>ul>.cart:before {
  content: 'Carrinho';
  left: 13px;
  width: 100%;
}

@media (max-width:1024px) {
  header .header-user i {
    font-size: 18px;
  }

  header .header-user>ul {
    margin: 0;
  }

  /* header .header-user>ul>li.account {
    float: left;
  } */

  header .header-user>ul>li {
    padding: 5px 0;
  }


  header .header-user>ul>.wishlist:before, header .header-user>ul>.account:before, header .header-user>ul>.cart:before {
      display: none;
  }
}

header .cart {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

header .cart a {
  color: #000;
  float: right;
  font-size: 10px;
}

header .cart a i {
  margin-left: 8px;
}

header .cart a .portal-totalizers-ref {
  line-height: 21px;
  float: left;
}

header .cart a .portal-totalizers-ref span.title,header .cart a .portal-totalizers-ref ul.cart-info li {
  display: none;
}

header .cart a .portal-totalizers-ref span.title.amount-items,header .cart a .portal-totalizers-ref ul.cart-info li.amount-items {
  display: block;
  float: left;
  font-weight: 800;
}

@media (max-width:1024px) {
  header .cart a .portal-totalizers-ref span.title.amount-items,header .cart a .portal-totalizers-ref ul.cart-info li.amount-items {
    display: none;
  }
}

header .cart a .portal-totalizers-ref span.title.amount-items:before,header .cart a .portal-totalizers-ref ul.cart-info li.amount-items:before {
  content: '(';
}

header .cart a .portal-totalizers-ref span.title.amount-items:after,header .cart a .portal-totalizers-ref ul.cart-info li.amount-items:after {
  content: ')';
}

header .cart a .portal-totalizers-ref span.title.amount-items strong,header .cart a .portal-totalizers-ref ul.cart-info li.amount-items strong {
  display: none;
}

header .cart a .portal-totalizers-ref span.title.amount-items em,header .cart a .portal-totalizers-ref ul.cart-info li.amount-items em {
  font-style: normal;
}

header .cart:hover .cart-dropdown {
  display: block!important;
}

header .cart.empty .cart-dropdown {
  display: none!important;
}

header .cart .cart-dropdown {
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 5px;
  color: #3e3e40;
  font-family: Lato,sans-serif;
  margin-right: -30px;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  width: 290px;
  z-index: 999;
}

header .cart .cart-dropdown:before {
  background: url(/arquivos/arrow-top.png) no-repeat;
  content: '';
  height: 9px;
  width: 18px;
  margin-top: -9px;
  position: absolute;
  top: 0;
  right: 27px;
}

header .cart .cart-dropdown .row {
  position: relative;
  margin: 0 0 10px;
}

header .cart .cart-dropdown .row:after {
  content: '';
  display: block;
  clear: both;
}

header .cart .cart-dropdown .col.col-0 .item-left {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
}

header .cart .cart-dropdown .col.col-0 .item-right {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}

header .cart .cart-dropdown .col.col-0 ._qc-img img {
  width: 100%;
}

header .cart .cart-dropdown .col.col-0 ._qc-product {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 10px;
}

header .cart .cart-dropdown .col.col-0 ._qc-product .skuname {
  color: #a9abb0;
  display: block;
}

header .cart .cart-dropdown .col.col-0 .prod-price {
  float: left;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  width: 150px;
  padding-left: 10px;
}

header .cart .cart-dropdown .col.col-1 {
  display: none;
}

header .cart .cart-dropdown .col.col-2 {
  position: absolute;
  right: 0;
  top: 15px;
}

header .cart .cart-dropdown .col.col-2 i {
  font-size: 12px;
  color: #333;
}

header .cart .cart-dropdown .cart_conclude {
  clear: both;
  float: left;
  margin-top: 20px;
  width: 100%;
}

header .cart .cart-dropdown .cart_conclude .total-price-container {
  width: 100%;
}

header .cart .cart-dropdown .cart_conclude .total-price-container:before {
  content: 'subtotal';
  text-transform: uppercase;
  float: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

header .cart .cart-dropdown .cart_conclude .total-price-container:after {
  content: '';
  display: block;
  clear: both;
}

header .cart .cart-dropdown .cart_conclude .total-price-container .total-price {
  float: right;
  font-size: 20px;
  font-weight: 700;
}

header .cart .cart-dropdown .cart_conclude .finish-order-btn {
  background-color: #3e3e40;
  border-radius: 50px;
  color: #fff;
  clear: both;
  display: block;
  font-size: 11px;
  font-weight: 700;
  float: none;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 15px auto;
  text-align: center;
  text-transform: uppercase;
  width: 170px;
}

header .header-bottom {
  background: #fff;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  position: relative;
  z-index: 1;
}

header .header-bottom > .container{
  max-width: 100%;
}

@media (max-width:1024px) {
  header .header-bottom .container {
    padding: 0;
    background: #fff;
  }

  header .header-bottom .wrap-header-bottom {
    margin: 0;
    padding: 0;
  }
}

header .header-bottom .wrap-header-bottom:after {
  content: '';
  clear: both;
  display: block;
}

header .header-bottom .menu-toggle {
  padding: 15px 0 0;
}

@media (max-width:1024px) {
  header .header-bottom .menu-toggle {
    padding: 5px 0;
  }
}

header .header-bottom .menu-toggle>a {
  font-size: 35px;
  color: #c90000;
  padding: 0 15px;
  border: 1px solid transparent;
}

header .header-bottom .menu-toggle>a:hover {
  color: #c90000;
}

header .header-bottom .menu-toggle #mobile-menu {
  background: #ededed;
  border: none;
  height: 100%;
  left: -70%;
  overflow-y: scroll!important;
  position: fixed;
  top: 0;
  width: 70%;
  z-index: 10000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header .header-bottom .menu-toggle #mobile-menu.active {
  left: 0;
}

@media (max-width:1024px) {
  header .header-bottom .menu-toggle #mobile-menu {
    width: 100%;
    left: -100%;
  }
}

header .header-bottom .menu-toggle #mobile-menu .menu-departamento {
  display: block!important;
  opacity: 1!important;
}

header .header-bottom .menu-toggle #mobile-menu .menu-mobile-top {
  padding: 10px 0;
}

header .header-bottom .menu-toggle #mobile-menu .menu-mobile-top:after {
  content: '';
  clear: both;
  display: block;
}

header .header-bottom .menu-toggle #mobile-menu .close-mobile-menu {
  color: #c90000;
  display: block;
  font-size: 35px;
  margin: 5px 0 0;
  padding: 0 5px 0 20px;
}

header .header-bottom .menu-toggle #mobile-menu .close-mobile-menu i {
  transform: rotate(90deg);
}

header .header-bottom .menu-toggle #mobile-menu .logo img {
  width: 100%;
  max-width: 210px;
}

header .header-bottom .menu-toggle #mobile-menu .cart {
  margin-top: 5px;
}

header .header-bottom .menu-toggle #mobile-menu .cart a .portal-totalizers-ref ul.cart-info li.amount-items {
  left: 20px;
}

header .header-bottom .menu-toggle #mobile-menu .mobile-menu-departments {
  clear: both;
}

header .header-bottom .menu-toggle #mobile-menu .mobile-menu-departments .brandFilter {
  display: none;
}

header .header-bottom .menu-toggle #mobile-menu .mobile-menu-departments ul li {
  border-bottom: 1px solid #fff;
  position: relative;
}

header .header-bottom .menu-toggle #mobile-menu .mobile-menu-departments ul li.haschild span {
  background: #000;
  color: #fff;
  line-height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
}

header .header-bottom .menu-toggle #mobile-menu .mobile-menu-departments ul li.haschild span:before {
  content: "\f107";
  color: #fff;
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

header .header-bottom .menu-toggle #mobile-menu .mobile-menu-departments ul li.haschild span.active:before {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

header .header-bottom .menu-toggle #mobile-menu ul {
  margin: 0;
  padding: 0 20px;
}

header .header-bottom .menu-toggle #mobile-menu ul li {
  float: left;
  width: 100%;
  text-transform: uppercase;
}

header .header-bottom .menu-toggle #mobile-menu ul li>a {
  line-height: 2.5em;
  font-weight: 700;
  float: left;
}

header .header-bottom .menu-toggle #mobile-menu ul li>a+i {
  padding: 15px;
}

header .header-bottom .menu-toggle #mobile-menu ul li a {
  font-size: 14px;
  padding: 5px;
  display: block;
}

header .header-bottom .menu-toggle #mobile-menu ul li .drop-down {
  background: #ededed;
  clear: both;
  display: none;
  padding: 0;
}

header .header-bottom .menu-toggle #mobile-menu ul li .drop-down dd,header .header-bottom .menu-toggle #mobile-menu ul li .drop-down li {
  margin: 0;
  border-bottom: 1px solid #cfcfcf;
}

header .header-bottom .menu-toggle #mobile-menu ul li .drop-down dd:last-child,header .header-bottom .menu-toggle #mobile-menu ul li .drop-down li:last-child {
  border: none;
}

header .header-bottom .menu-toggle #mobile-menu ul li .drop-down dd a,header .header-bottom .menu-toggle #mobile-menu ul li .drop-down li a {
  padding: 10px 5px;
}

header .header-bottom .menu-toggle #mobile-menu ul li .drop-down dt {
  padding: 0 5px;
}

header .header-bottom .menu-toggle #mobile-menu ul li .drop-down .banners {
  display: none;
}

header .header-bottom .menu-toggle #mobile-menu ul li .drop-down li {
  border-bottom: none;
}

header .header-bottom .menu-toggle #mobile-menu .user-menu {
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
}

header .header-bottom .menu-toggle #mobile-menu .user-menu li {
  display: block;
  width: 100%;
}

header .header-bottom .menu-toggle #mobile-menu .user-menu li a {
  color: #000;
  display: block;
  font-size: 11px;
  width: 100%;
}

header .header-bottom .menu-toggle #mobile-menu .user-menu li a i {
  margin-right: 5px;
}

header .header-bottom .main-menu {
  text-align: center;
  line-height: 22px;
  position: static;
}

body.login .main-menu{
  display: none;
}


body.login .vtexIdUI-close{
  display: inline-block!important;
}

header .header-bottom .main-menu .menu-departamento,header .header-bottom .main-menu>div {
  display: none;
}

header .header-bottom .main-menu .menu-departamento>ul {
  width: 100%;
}

@media (max-width:1024px) {
  header .header-bottom .main-menu {
    width: 100%;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding: 0;
    float: none;
    clear: both;
    margin: 0;
    display: none;
  }

  header .header-bottom .main-menu .menu-departamento>ul {
    width: 100%;
    display: block;
  }
}

header .header-bottom .main-menu .menu-departamento>ul>li {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}

@media (max-width:1024px) {
  header .header-bottom .main-menu .menu-departamento>ul>li {
    display: inline-block;
  }
}

@media (max-width:1024px) {
  header .header-bottom .main-menu .menu-departamento>ul>li {
    width: 100%;
    display: block;
  }
}

header .header-bottom .main-menu .menu-departamento>ul>li:hover>a {
  border-bottom: 2px solid #000;
}

header .header-bottom .main-menu .menu-departamento>ul>li.off:hover>a {
  border-bottom: 2px solid #DC3737;
}

header .header-bottom .main-menu .menu-departamento>ul>li:hover .drop-down {
  display: block;
  opacity: 1;
  visibility: visible;
}

header .header-bottom .main-menu .menu-departamento>ul>li>a {
  border-bottom: 2px solid transparent;
  display: block;
  letter-spacing: 1px;
  line-height: 28px;
  margin: 0 23px;
  padding: 10px 5px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header .header-bottom .main-menu .menu-departamento>ul>li.off>a {
  color: #DC3737;
}

header .header-bottom .main-menu .menu-departamento .brandFilter,header .header-search .busca .btn-buscar,header .header-search .busca label,header .header-search .busca legend,header .header-search .busca select {
  display: none;
}

.home-page .category-mosaic h2,.showcase h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
}

.showcase li,header .header-bottom .main-menu .menu-departamento>ul>li .drop-down {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

@media (max-width:1024px) {
  header .header-bottom .main-menu .menu-departamento>ul>li>a {
    padding: 0;
  }
}

header .header-bottom .main-menu .menu-departamento>ul>li .drop-down {
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
  left: 0;
  opacity: 0;
  padding: 15px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 10;
  transition: all 1ms ease;
}

header .header-bottom .main-menu .menu-departamento>ul>li .drop-down dl {
  max-width: 745px;
}

header .header-bottom .main-menu .menu-departamento>ul>li .drop-down dl dd ul {
  float: left;
  width: 50%;
}

header .header-bottom .main-menu .menu-departamento>ul>li .drop-down dl dd ul.recebe-banner img,header .header-bottom .main-menu .menu-departamento>ul>li .drop-down dl dd ul.recebe-banner li {
  width: 100%;
}

header .header-bottom .main-menu .menu-departamento>ul>li .drop-down dl dd ul li {
  float: left;
  width: 50%;
}

header .header-bottom .main-menu .menu-departamento>ul>li .drop-down dl dd ul li a {
  font-size: 14px;
  line-height: 2.5em;
}

@media (max-width:1024px) {
  header .header-search {
    display: none;
    float: right;
    padding: 0 15px;
  }

  header .header-search .btn-search {
    position: absolute;
    top: 0;
    right: 15px;
  }
}

header .header-search .btn-search {
  color: #000;
  float: left;
  font-size: 20px;
  margin: 10px 0 0;
}

header .header-search .busca {
  float: left;
}

header .header-search .busca .fulltext-search-box {
  background: 0 0;
  border: none;
  box-shadow: none;
  color: #5a5a5a;
  font-size: 12px;
  float: left;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 12px 15px;
  text-transform: uppercase;
  width: 100%;
}

footer,footer a:focus,footer a:hover {
  color: #fff;
}

header .header-search .busca .fulltext-search-box:focus {
  text-decoration: underline;
}

@media (max-width:1024px) {
  header .header-search .busca {
    width: 100%;
  }

  header .header-search .busca .btn-buscar {
    background-color: transparent;
    border: none;
    display: block;
    font-size: 0;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999em;
    width: 38px;
  }
}

#mobile-menu {
  display: none;
  background: #fff;
  height: 100%;
  left: 0;
  padding: 0 0 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#mobile-menu .toggle-mobile-menu {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 20px;
  z-index: 999;

}

#mobile-menu .menu-logo {
  width: 100%;
  text-align: center;
  padding-top: 15px;
}

#mobile-menu .menu-logo img {
  max-width: 110px;
}

#mobile-menu .menu-departamento {
  display: block!important;
  opacity: 1!important;
  padding-top: 15px;
  width: 100%;
  overflow: auto;
  height: 80vh;
}

/* #mobile-menu .menu-departamento ul {
  border-top: 1px solid #ededed;
} */

#mobile-menu .menu-departamento li.haschild>span {
  float: right;
  line-height: 46px;
  cursor: pointer;
  padding-left: 25px;
  padding-right: 15px;
}

#mobile-menu .menu-departamento li.haschild>span.active {
  background-color: #ededed;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

#mobile-menu .menu-departamento li.haschild>span.active:before {
  content: '\e904';
  font-size: 8px;
  transform: rotateY(45deg);
  vertical-align: middle;
}

#mobile-menu .menu-departamento li.haschild>span.active:after {
  content: 'Voltar';
  font-size: 16px;
  margin-left: 10px;
  text-transform: uppercase;
  vertical-align: bottom;
}

#mobile-menu .menu-departamento li.haschild>span:before {
  content: "\e903";
  display: inline-block;
  font: normal normal normal 14px/1 aviator-icon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: rotate(-90deg);
  -moz-osx-font-smoothing: grayscale;
}

#mobile-menu .menu-departamento li.haschild .drop-down {
  display: none;
}

#mobile-menu .menu-departamento li a {
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #ededed;
  padding: 15px;
  width: 100%;
  cursor: pointer;
}

#mobile-menu .menu-departamento li.is-active a.menu-item-texto{
  display: inline-block;
}

#mobile-menu .menu-departamento .recebe-banner {
  display: none;
}

#mobile-menu .user-menu {
  background-color: #272727;
  bottom: 0;
  display: flex;
  padding: 15px;
  position: absolute;
  width: 100%;
}

#mobile-menu .user-menu li {
  flex: auto;
  text-align: center;
}

#mobile-menu .user-menu li a {
  color: #fff;
  font-size: 14px;
}

#mobile-menu .user-menu li a i {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}

.floating-header header .header-middle {
  padding: 0;
}

.floating-header header .header-bottom .main-menu .menu-departamento>ul>li>a {
  padding: 5px;
}

footer {
  background-color: #272727;
  clear: both;
  margin: 30px 0 0;
  position: relative;
}

footer a {
  color: #bebebe;
}

@media (max-width:1024px) {
  footer .footer-list,footer .footer-list.list-toggle.ajuda-e-suporte {
    margin: 0 0 -1px;
  }

  /* footer .footer-list.minha-area{
    margin-bottom: 20px;
  } */

  footer .footer-list li a{
    font-size: 14px;
  }

  footer .footer-list.list-toggle {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
  }

  footer .footer-list.list-toggle h4 {
    margin: 0;
    padding: 20px 0;
  }

  footer .footer-list.list-toggle h4:after {
    color: #fff;
    content: "\e906";
    float: right;
    font: normal normal normal 14px/1 aviator-icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  footer .footer-list.list-toggle h4.active:after{
    content: "_";
    font-size: 25px;
    -webkit-transform: rotate(0) translateY(-21px);
    -moz-transform: rotate(0) translateY(-21px);
    -ms-transform: rotate(0) translateY(-21px);
    -o-transform: rotate(0) translateY(-21px);
    transform: rotate(0) translateY(-21px);
    }

  footer .footer-list.list-toggle ul {
    display: none;
    padding-bottom: 15px;
  }
}

.home-page .gift-consultant .left .title,.home-page .instagram-area h3,.showcase h2,.showcase-page .filters .recebe-filtro .filters-list fieldset h5,.showcase-page .filters .wrap>div.categories .wrap>span,.showcase-page .fullbanner h2,.showcase-page.search-page section.search-top .search-therm,footer .footer-list h4,footer .footer-newsletter .newsletter-text h3 {
  font-family: 'Frank Ruhl Libre',serif;
}

.home-page .gift-consultant .slick-slider .slick-arrow{
  font-size: 20px;
  margin: -35px 0 0 0;
}

.home-page .gift-consultant .slick-slider .slick-arrow.slick-prev{
  padding-left: 5px;
}

.home-page .gift-consultant .slick-slider .slick-arrow.slick-next{
  padding-right: 5px;
}

footer .footer-list h4 {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 35px;
}

footer .footer-list li a, footer .footer-list li span {
  display: block;
  padding: 10px 0;
  font-size: 12px;
}

footer .footer-list li span {
  color: #bebebe;
}

footer .social li {
  margin-right: 23px;
  padding: 0;
}

footer .social li:nth-last-child() {
  margin: 0;
}

footer .social li a {
  color: #bebebe;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 26px;
  padding: 0;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

footer .social li a:hover {
  color: #fff;
}

footer .social li a i {
  color: #bebebe;
  position: relative;
  top: 1px;
}

footer .social li a i.aviator-icon-facebook {
  left: -1px;
}

footer .social li a i.aviator-icon-instagram {
  left: -.5px;
}

@media (max-width:1024px) {
  footer .footer-newsletter {
    padding-bottom: 40px;
  }
}

footer .footer-newsletter .newsletter-text h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 5px;
  letter-spacing: 3px;
}

footer .footer-newsletter .newsletter-text p {
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
  color: #bebebe;
  letter-spacing: 1.2px;
  max-width: 360px;
}

footer .footer-newsletter .newsletter {
  margin-top: 35px;
}

@media (max-width:1024px) {
  footer .footer-newsletter .newsletter {
    margin-top: 15px;
  }

  footer .footer-newsletter .newsletter-text p {
    line-height: 1.2em;
    margin: 0;
    color: #bebebe;
    letter-spacing: 1px;
    max-width: 360px;
  }

}

footer .footer-newsletter .newsletter h3,footer .footer-newsletter .newsletter p {
  display: none;
}

footer .footer-newsletter .newsletter p {
  color: #bebebe;
}

footer .footer-newsletter .newsletter fieldset {
  width: 100%;
}

footer .footer-newsletter .newsletter fieldset.error {
  float: left;
  width: 70%;
  padding-top: 25px;
}

footer .footer-newsletter .newsletter fieldset .newsletter-client-email,footer .footer-newsletter .newsletter fieldset .newsletter-client-name {
  border: none;
  color: #31353d;
  float: left;
  line-height: 45px;
  margin: 0 0 15px;
  padding: 0 15px;
  width: calc(100% - 120px);
}

@media (max-width:1024px) {
  footer .footer-newsletter .newsletter fieldset .newsletter-client-email,footer .footer-newsletter .newsletter fieldset .newsletter-client-name {
    width: 100%;
    margin: 5px 0;
    background-color: #f5f5f5;
  }

  footer .footer-newsletter .newsletter fieldset .newsletter-button-ok {
    float: right;
    margin-top: 5px;
  }
}

footer .footer-newsletter .newsletter fieldset .newsletter-button-ok {
  background-color: #093953;
  border: none;
  font-size: 13px;
  height: 106px;
  line-height: 50px;
  margin-left: 15px;
  width: 105px;
  color: #bebebe;
}

@media (max-width:1024px) {
  footer .footer-newsletter .newsletter fieldset .newsletter-client-email {
    width: 60%;
  }

  footer .footer-newsletter .newsletter fieldset .newsletter-button-ok {
    height: auto;
    line-height: 44px;
    margin-left: 0;
  }
}

footer .footer-newsletter .newsletter .bt-voltar {
    background-color: #093953;
    border: none;
    font-size: 13px;
    height: 45px;
    line-height: 32px;
    margin-left: 0;
    width: 150px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width:1024px) {
  footer .footer-newsletter .newsletter .bt-voltar {
    float: right;
    margin-top: 5px;
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
  }
}

@media (max-width:1024px) {
  footer .footer-newsletter .social {
    padding-top: 20px;
    padding-left: 0;
  }

  footer .footer-newsletter .social li a {
    border: none;
    color: #fff;
    font-size: 20px;
  }
}

footer .footer-middle {
  padding: 35px 0;
}

footer .footer-bottom {
  background-color: #000;
  color: #bebebe;
  font-size: 11px;
}

footer .footer-bottom p {
  margin: 0;
  padding: 20px 0 10px;
}

footer .footer-bottom .technology {
  padding: 10px 0;
}

@media (max-width:1024px) {
  footer .footer-bottom {
    background-color: transparent;
  }

  footer .footer-bottom .technology {
    text-align: left;
    padding: 10px 15px;
  }
}

footer .footer-bottom .technology .aviator-icon-vtex {
  font-size: 18px;
  vertical-align: middle;
}

.showcase.double-column li {
  width: 25%;
}

@media (max-width:1024px) {
  .showcase.double-column li {
    width: 100%;
  }
}

.showcase h2 {
  color: #272727;
  font-size: 16px;
  margin: 60px 0 60px;
  position: relative;
  text-align: center;
}

.showcase h2:before {
  background-color: #5a5a5a;
  content: "";
  height: 25px;
  left: 50%;
  margin-top: 8px;
  position: absolute;
  top: 100%;
  width: 1px;
}

.showcase ul:after {
  content: '';
  display: block;
  clear: both;
}

.showcase li {
  width: 33.333%;
  float: left;
  padding: 5px 5px 15px;
  transition: .3s ease;
}

@media (max-width:1024px) {
  .showcase li {
    width: 50%;
    padding: 5px;
  }

  .showcase li .box-item .top .product-btn {
    display: none;
  }
}

.showcase li .box-item {
  overflow: hidden;
  position: relative;
  text-align: left;
}

.showcase li .box-item:hover .top .product-btn {
  opacity: 1;
  visibility: visible;
}

.showcase li .box-item:hover .top .product-image__default::before {
  visibility: visible;
  opacity: 1;
}

.showcase li .box-item a {
  text-decoration: none;
}

.showcase li .box-item .top {
  position: relative;
}

@media (min-width:1025px) {
  .showcase li .box-item .top .product-image__default::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
/*     background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0) 100%); */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }
}

.showcase li .box-item .top .product-btn {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.showcase li .box-item .top .product-btn a:last-child {
  background-color: #093953;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 25px;
}

.showcase li .box-item .top .product-btn a:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
/*   background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0, rgba(0, 0, 0, 0) 100%); */
}

/* .showcase li .box-item .top .product-btn a:before {
  content: 'Compra R\00E1 pida';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
} */

.showcase li .box-item .product-image {
  display: block;
  overflow: hidden;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.showcase li .box-item .product-image img {
  width: 100%;
}

.showcase li .box-item .product-name {
  font-size: 14px;
  margin: 20px 0 4px;
  height: 15px;
  letter-spacing: 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5a5a5a;
  /* font-family: 'Frank Ruhl Libre',serif; */
  font-weight: 500;
  text-align: left;
}

.showcase li .box-item .product-details{
  text-align: left;
}

.showcase li .box-item .product-details .price {
  margin: 0;
  text-align: left;
}

.showcase li .box-item .product-details .price span {
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px;
  text-align: left;
}

.showcase li .box-item .product-details .price span.old-price {
  color: #5a5a5a;
  margin-right: 15px;
  text-decoration: line-through;
  text-decoration-color: #c90000;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  text-align: left;
}

.showcase li .box-item .product-details .price span.best-price {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-align: left;
}

.showcase li .box-item .product-details .flags {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.showcase li .box-item .product-details .flags .flag {
  background-color: #b6b2b1;
  color: #fff;
  clear: both;
  float: right;
  font-weight: 600;
  line-height: 25px;
  padding: 0 10px;
  margin: 5px;
  text-transform: uppercase;
}

.showcase li .box-item .product-details .flags .flag.flag-dif-perc {
  background-color: #c90000;
  left: 0;
  position: absolute;
  top: 0;
}

.showcase li .box-item .product-details .flags .flag.new,.showcase li .box-item .product-details .flags .flag.novo {
  background-color: #000;
}

.showcase li .box-item .variations {
  width: 100%;
  float: left;
  padding: 10px 0;
  height: 60px;
  overflow: hidden;
}

.showcase li .box-item .variations li {
  padding: 0 5px;
  width: 20px;
}

.showcase li .box-item .variations li img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.showcase li .box-item .variations .wrap-info {
  display: none;
}

.showcase li .box-item .variations ul.product-variation {
  padding: 0 20px;
  text-align: center;
}

.showcase li .box-item .variations ul.product-variation li {
  outline: 0;
  display: inline-block;
  float: none;
}

.showcase li .box-item .variations ul.product-variation .slick-arrow {
  position: absolute;
  top: 0;
  margin-top: 0;
  padding: 0;
}

.showcase li .box-item .variations ul.product-variation .slick-arrow.slick-prev {
  left: 10px;
}

.showcase li .box-item .variations ul.product-variation .slick-arrow.slick-next {
  right: 10px;
}

.showcase li .box-item .variations .sku-list-color span {
  border: 1px solid #ededed;
  border-radius: 50%;
  height: 18px;
  overflow: hidden;
  width: 18px;
}

.showcase-carousel-single ul {
  margin: 0;
}

.showcase-carousel-single li {
  padding: 0;
}

.showcase-carousel-full {
  overflow: hidden;
}

.seletor-sku input[value=Amora]+label,.seletor-sku input[value=Borgonha]+label,.seletor-sku input[value=Figo]+label,.seletor-sku input[value=Vinho]+label,.seletor-sku input[value="Bordô"]+label,.seletor-sku input[value="Vinho Carbenet "]+label,.seletor-sku input[value="Vinho Marsala"]+label,[data-color=Amora],[data-color=Borgonha],[data-color=Figo],[data-color=Vinho],[data-color="Bordô"],[data-color="Vinho Carbenet "],[data-color="Vinho Marsala"],input[name=Amora]+.sr_box,input[name=Borgonha]+.sr_box,input[name=Figo]+.sr_box,input[name=Vinho]+.sr_box,input[name="Bordô"]+.sr_box,input[name="Vinho Carbenet "]+.sr_box,input[name="Vinho Marsala"]+.sr_box,label[title=Amora] .sr_box,label[title=Borgonha] .sr_box,label[title=Figo] .sr_box,label[title=Vinho] .sr_box,label[title="Bordô"] .sr_box,label[title="Vinho Carbenet "] .sr_box,label[title="Vinho Marsala"] .sr_box {
  background-color: #591a28;
}

.seletor-sku input[value=Paprika]+label,.seletor-sku input[value=Vermelho]+label,.seletor-sku input[value="Pimenta Verão"]+label,.seletor-sku input[value="Vermelho Marsala "]+label,.seletor-sku input[value="Vermelho Pop"]+label,[data-color=Paprika],[data-color=Vermelho],[data-color="Pimenta Verão"] label[title=Paprika] .sr_box,[data-color="Vermelho Pop"],[data-color="Vermelho Marsala"],input[name=Paprika]+.sr_box,input[name=Vermelho]+.sr_box,input[name="Pimenta Verão"]+.sr_box,input[name="Vermelho Pop"]+.sr_box,input[name="Vermelho Marsala"]+.sr_box,label[title=Vermelho] .sr_box,label[title="Pimenta Verão"] .sr_box,label[title="Vermelho Pop"] .sr_box,label[title="Vermelho Marsala"] .sr_box {
  background-color: #d61f26;
}

.seletor-sku input[value=Alecrim]+label,.seletor-sku input[value=Caqui]+label,.seletor-sku input[value=Crorofila]+label,.seletor-sku input[value=Esmeralda]+label,.seletor-sku input[value=Khaki]+label,.seletor-sku input[value=Menta]+label,.seletor-sku input[value=Musgo]+label,.seletor-sku input[value=Olivia]+label,.seletor-sku input[value=Pistache]+label,.seletor-sku input[value=Verde]+label,.seletor-sku input[value="Verde Folha"]+label,.seletor-sku input[value="Verde Hortela"]+label,.seletor-sku input[value="Verde Menta"]+label,[data-color=Alecrim],[data-color=Caqui],[data-color=Crorofila],[data-color=Esmeralda],[data-color=Khaki],[data-color=Menta],[data-color=Musgo],[data-color=Olivia],[data-color=Pistache],[data-color=Verde],[data-color="Verde Folha"],[data-color="Verde Hortela"],[data-color="Verde Menta"],input[name=Alecrim]+.sr_box,input[name=Caqui]+.sr_box,input[name=Crorofila]+.sr_box,input[name=Esmeralda]+.sr_box,input[name=Khaki]+.sr_box,input[name=Menta]+.sr_box,input[name=Musgo]+.sr_box,input[name=Olivia]+.sr_box,input[name=Pistache]+.sr_box,input[name=Verde]+.sr_box,input[name="Verde Folha"]+.sr_box,input[name="Verde Hortela"]+.sr_box,input[name="Verde Menta"]+.sr_box,label[title=Alecrim] .sr_box,label[title=Caqui] .sr_box,label[title=Crorofila] .sr_box,label[title=Esmeralda] .sr_box,label[title=Khaki] .sr_box,label[title=Menta] .sr_box,label[title=Musgo] .sr_box,label[title=Olivia] .sr_box,label[title=Pistache] .sr_box,label[title=Verde] .sr_box,label[title="Verde Folha"] .sr_box,label[title="Verde Hortela"] .sr_box,label[title="Verde Menta"] .sr_box {
  background-color: #1c6a18;
}

.seletor-sku input[value=Marsala]+label,.seletor-sku input[value=Roxo]+label,.seletor-sku input[value=Sangria]+label,[data-color=Marsala],[data-color=Roxo],[data-color=Sangria],input[name=Marsala]+.sr_box,input[name=Roxo]+.sr_box,input[name=Sangria]+.sr_box,label[title=Marsala] .sr_box,label[title=Roxo] .sr_box,label[title=Sangria] .sr_box {
  background-color: #430e48;
}

.seletor-sku input[value=Rose]+label,.seletor-sku input[value="Rosê"]+label,[data-color=Rose],[data-color="Rosê"],input[name=Rose]+.sr_box,input[name="Rosê"]+.sr_box,label[title=Rose] .sr_box,label[title="Rosê"] .sr_box {
  background-color: #e1c6d0;
}

.seletor-sku input[value=Onix]+label,.seletor-sku input[value=Preto]+label,.seletor-sku input[value="Off Black"]+label,.seletor-sku input[value="Preto Gengibre"]+label,.seletor-sku input[value="Preto Vintage"]+label,[data-color=Onix],[data-color=Preto],[data-color="Off Black"],[data-color="Preto Gengibre"],[data-color="Preto Vintage"],input[name=Onix]+.sr_box,input[name=Preto]+.sr_box,input[name="Off Black"]+.sr_box,input[name="Preto Gengibre"]+.sr_box,input[name="Preto Vintage"]+.sr_box,label[title=Onix] .sr_box,label[title=Preto] .sr_box,label[title="Off Black"] .sr_box,label[title="Preto Gengibre"] .sr_box,label[title="Preto Vintage"] .sr_box {
  background-color: #292929;
}

.seletor-sku input[value=Asfalto]+label,.seletor-sku input[value=Carbono]+label,.seletor-sku input[value=Chumbo]+label,.seletor-sku input[value=Cinza]+label,.seletor-sku input[value=Concreto]+label,.seletor-sku input[value=Grafite]+label,.seletor-sku input[value=Poeira]+label,.seletor-sku input[value=Prata]+label,.seletor-sku input[value=Telha]+label,.seletor-sku input[value="Cinza Mercurio"]+label,.seletor-sku input[value="Cinza Mescla"]+label,.seletor-sku input[value="Cinza Metalico"]+label,.seletor-sku input[value="Cinza Meteoro"]+label,.seletor-sku input[value="Mescla Cinza"]+label,.seletor-sku input[value="Mescla Claro"]+label,.seletor-sku input[value="Mescla Escuro "]+label,.seletor-sku input[value="Mescla Gelo"]+label,.seletor-sku input[value="Mescla Grafite"]+label,.seletor-sku input[value="Mescla Laro"]+label,.seletor-sku input[value="Poeira Cinza"]+label,[data-color=Asfalto],[data-color=Carbono],[data-color=Chumbo],[data-color=Cinza],[data-color=Concreto],[data-color=Grafite],[data-color=Poeira],[data-color=Prata],[data-color=Telha],[data-color="Cinza Mercurio"],[data-color="Cinza Mescla"],[data-color="Cinza Metalico"],[data-color="Cinza Meteoro"],[data-color="Mescla Cinza"],[data-color="Mescla Claro"],[data-color="Mescla Escuro "],[data-color="Mescla Gelo"],[data-color="Mescla Grafite"],[data-color="Mescla Laro"],[data-color="Poeira Cinza"],input[name=Asfalto]+.sr_box,input[name=Carbono]+.sr_box,input[name=Chumbo]+.sr_box,input[name=Cinza]+.sr_box,input[name=Concreto]+.sr_box,input[name=Grafite]+.sr_box,input[name=Poeira]+.sr_box,input[name=Prata]+.sr_box,input[name=Telha]+.sr_box,input[name="Cinza Mercurio"]+.sr_box,input[name="Cinza Mescla"]+.sr_box,input[name="Cinza Metalico"]+.sr_box,input[name="Cinza Meteoro"]+.sr_box,input[name="Mescla Cinza"]+.sr_box,input[name="Mescla Claro"]+.sr_box,input[name="Mescla Escuro "]+.sr_box,input[name="Mescla Gelo"]+.sr_box,input[name="Mescla Grafite"]+.sr_box,input[name="Mescla Laro"]+.sr_box,input[name="Poeira Cinza"]+.sr_box,label[title=Asfalto] .sr_box,label[title=Carbono] .sr_box,label[title=Chumbo] .sr_box,label[title=Cinza] .sr_box,label[title=Concreto] .sr_box,label[title=Grafite] .sr_box,label[title=Poeira] .sr_box,label[title=Prata] .sr_box,label[title=Telha] .sr_box,label[title="Cinza Mercurio"] .sr_box,label[title="Cinza Mescla"] .sr_box,label[title="Cinza Metalico"] .sr_box,label[title="Cinza Meteoro"] .sr_box,label[title="Mescla Cinza"] .sr_box,label[title="Mescla Claro"] .sr_box,label[title="Mescla Escuro "] .sr_box,label[title="Mescla Gelo"] .sr_box,label[title="Mescla Grafite"] .sr_box,label[title="Mescla Laro"] .sr_box,label[title="Poeira Cinza"] .sr_box {
  background-color: #545454;
}

.seletor-sku input[value=Capuccino]+label,.seletor-sku input[value=Castanho]+label,.seletor-sku input[value=Charuto]+label,.seletor-sku input[value=Marrom]+label,.seletor-sku input[value=Pinho]+label,.seletor-sku input[value="Avelâ"]+label,.seletor-sku input[value="Café"]+label,[data-color=Capuccino],[data-color=Castanho],[data-color=Charuto],[data-color=Marrom],[data-color=Pinho],[data-color="Avelâ"],[data-color="Café"],input[name=Capuccino]+.sr_box,input[name=Castanho]+.sr_box,input[name=Charuto]+.sr_box,input[name=Marrom]+.sr_box,input[name=Pinho]+.sr_box,input[name="Avelâ"]+.sr_box,input[name="Café"]+.sr_box,label[title=Capuccino] .sr_box,label[title=Castanho] .sr_box,label[title=Charuto] .sr_box,label[title=Marrom] .sr_box,label[title=Pinho] .sr_box,label[title="Avelâ"] .sr_box,label[title="Café"] .sr_box {
  background-color: #321b0c;
}

.seletor-sku input[value=Ambar]+label,.seletor-sku input[value=Coral]+label,.seletor-sku input[value=Laranja]+label,[data-color=Ambar],[data-color=Coral],[data-color=Laranja],input[name=Ambar]+.sr_box,input[name=Coral]+.sr_box,input[name=Laranja]+.sr_box,label[title=Ambar] .sr_box,label[title=Coral] .sr_box,label[title=Laranja] .sr_box {
  background-color: #b05f2a;
}

.seletor-sku input[value=Amarelo]+label,.seletor-sku input[value=Carambola]+label,.seletor-sku input[value=Dourado]+label,.seletor-sku input[value="Amarelo Mangabara"]+label,[data-color=Amarelo],[data-color=Carambola],[data-color=Dourado],[data-color="Amarelo Mangabara"],input[name=Amarelo]+.sr_box,input[name=Carambola]+.sr_box,input[name=Dourado]+.sr_box,input[name="Amarelo Mangabara"]+.sr_box,label[title=Amarelo] .sr_box,label[title=Carambola] .sr_box,label[title=Dourado] .sr_box,label[title="Amarelo Mangabara"] .sr_box {
  background-color: #ebce3d;
}

.seletor-sku input[value=Azul]+label,.seletor-sku input[value=Indigo]+label,.seletor-sku input[value=Marinho]+label,.seletor-sku input[value=Petroleo]+label,.seletor-sku input[value="Azul Bic"]+label,.seletor-sku input[value="Azul Carbono"]+label,.seletor-sku input[value="Azul Caribe"]+label,.seletor-sku input[value="Azul Cassis"]+label,.seletor-sku input[value="Azul Citron"]+label,.seletor-sku input[value="Azul Horizonte"]+label,.seletor-sku input[value="Azul Indigo"]+label,.seletor-sku input[value="Azul Ink"]+label,.seletor-sku input[value="Azul Nautico"]+label,.seletor-sku input[value="Azul Noite"]+label,.seletor-sku input[value="Azul Ozonio"]+label,.seletor-sku input[value="Azul Polar"]+label,.seletor-sku input[value="Azul Profundo"]+label,.seletor-sku input[value="Azul Roxeando"]+label,.seletor-sku input[value="Azum Brim"]+label,[data-color=Azul],[data-color=Indigo],[data-color=Marinho],[data-color=Petroleo],[data-color="Azul Bic"],[data-color="Azul Carbono"],[data-color="Azul Caribe"],[data-color="Azul Cassis"],[data-color="Azul Citron"],[data-color="Azul Horizonte"],[data-color="Azul Indigo"],[data-color="Azul Ink"],[data-color="Azul Nautico"],[data-color="Azul Noite"],[data-color="Azul Ozonio"],[data-color="Azul Polar"],[data-color="Azul Profundo"],[data-color="Azul Roxeando"],[data-color="Azum Brim"],input[name=Azul]+.sr_box,input[name=Indigo]+.sr_box,input[name=Marinho]+.sr_box,input[name=Petroleo]+.sr_box,input[name="Azul Bic"]+.sr_box,input[name="Azul Carbono"]+.sr_box,input[name="Azul Caribe"]+.sr_box,input[name="Azul Cassis"]+.sr_box,input[name="Azul Citron"]+.sr_box,input[name="Azul Horizonte"]+.sr_box,input[name="Azul Indigo"]+.sr_box,input[name="Azul Ink"]+.sr_box,input[name="Azul Nautico"]+.sr_box,input[name="Azul Noite"]+.sr_box,input[name="Azul Ozonio"]+.sr_box,input[name="Azul Polar"]+.sr_box,input[name="Azul Profundo"]+.sr_box,input[name="Azul Roxeando"]+.sr_box,input[name="Azum Brim"]+.sr_box,label[title=Azul] .sr_box,label[title=Indigo] .sr_box,label[title=Marinho] .sr_box,label[title=Petroleo] .sr_box,label[title="Azul Bic"] .sr_box,label[title="Azul Carbono"] .sr_box,label[title="Azul Caribe"] .sr_box,label[title="Azul Cassis"] .sr_box,label[title="Azul Citron"] .sr_box,label[title="Azul Horizonte"] .sr_box,label[title="Azul Indigo"] .sr_box,label[title="Azul Ink"] .sr_box,label[title="Azul Nautico"] .sr_box,label[title="Azul Noite"] .sr_box,label[title="Azul Ozonio"] .sr_box,label[title="Azul Polar"] .sr_box,label[title="Azul Profundo"] .sr_box,label[title="Azul Roxeando"] .sr_box,label[title="Azum Brim"] .sr_box {
  background-color: #11488f;
}

.seletor-sku input[value=Branco]+label,.seletor-sku input[value=Gelo]+label,.seletor-sku input[value="Branco Dirty"]+label,.seletor-sku input[value="Branco Vintage"]+label,.seletor-sku input[value="Off White"]+label,[data-color=Branco],[data-color=Gelo],[data-color="Branco Dirty"],[data-color="Branco Vintage"],[data-color="Off White"],input[name=Branco]+.sr_box,input[name=Gelo]+.sr_box,input[name="Branco Dirty"]+.sr_box,input[name="Branco Vintage"]+.sr_box,input[name="Off White"]+.sr_box,label[title=Branco] .sr_box,label[title=Gelo] .sr_box,label[title="Branco Dirty"] .sr_box,label[title="Branco Vintage"] .sr_box,label[title="Off White"] .sr_box {
  background-color: #f4f4f4;
}

.seletor-sku input[value=Areia]+label,.seletor-sku input[value=Aveia]+label,.seletor-sku input[value=Bege]+label,.seletor-sku input[value=Calcaio]+label,.seletor-sku input[value=Calcario]+label,.seletor-sku input[value=Deserto]+label,.seletor-sku input[value=Ocre]+label,.seletor-sku input[value="Crú"]+label,.seletor-sku input[value="Niquel Velho"]+label,[data-color=Areia],[data-color=Aveia],[data-color=Bege],[data-color=Calcaio],[data-color=Calcario],[data-color=Deserto],[data-color=Ocre],[data-color="Crú"],[data-color="Niquel Velho"],input[name=Areia]+.sr_box,input[name=Aveia]+.sr_box,input[name=Bege]+.sr_box,input[name=Calcaio]+.sr_box,input[name=Calcario]+.sr_box,input[name=Deserto]+.sr_box,input[name=Ocre]+.sr_box,input[name="Crú"]+.sr_box,input[name="Niquel Velho"]+.sr_box,label[title=Areia] .sr_box,label[title=Aveia] .sr_box,label[title=Bege] .sr_box,label[title=Calcaio] .sr_box,label[title=Calcario] .sr_box,label[title=Deserto] .sr_box,label[title=Ocre] .sr_box,label[title="Crú"] .sr_box,label[title="Niquel Velho"] .sr_box {
  background-color: #d7cfb0;
}

.seletor-sku {
    position: relative;
}

.seletor-sku .x-size-table {
    position: absolute;
    top: 76px;
    left: 65px;
    text-decoration: underline;
    cursor: pointer;
    color: #a0a0a0;
}

.home-page .fullbanner {
  position: relative;
}

.home-page .fullbanner.fullbanner-mobile {
  display: none;
}

@media (max-width:1024px) {

  .home-page .fullbanner.fullbanner-desktop {
    display: none;
  }
  .home-page .fullbanner.fullbanner-mobile {
    display: block;
  }
}


.home-page .fullbanner .wrap-slides img {
  height: auto;
  max-width: none;
  width: 100%;
  max-height: 800px;
}

.home-page .fullbanner .slick-slider .slick-arrow {
  margin-top: -20px;
}

.home-page .fullbanner .slick-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  right: 40px;
  text-align: right;
}

.home-page .fullbanner .slick-slider .slick-dots li {
  display: inline;
  margin: 0 6px;
}

.home-page .fullbanner .slick-slider .slick-dots li button {
  background-color: #fff;
  border: none;
  text-indent: -9999em;
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  outline: 0;
}

.home-page .fullbanner .slick-slider .slick-dots li.slick-active button {
  background-color: #093953;
}

.home-page .gift-consultant {
  padding: 45px 0;
}

.home-page .gift-consultant h4 {
    color: #7f7f7f;
    font-size: 14px;
}

.home-page .gift-consultant .title {
    letter-spacing: 4px;
}

.home-page .gift-consultant h5 {
    color: #093953;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}

.home-page .gift-consultant-left {
  border-right: 1px solid #ededed;
  padding-right: 60px;
}

@media (max-width:1024px) {

  .home-page .gift-consultant {
    text-align: center;
  }

  .home-page .gift-consultant-left {
    border: none;
    padding: 0 0 60px;
  }
}

.home-page .gift-consultant-right {
  padding-left: 60px;
}

.home-page .gift-consultant .row {
  display: flex;
  position: relative;
}

.home-page .gift-consultant .left .title {
  font-size: 46px;
  margin: 42px 0 38px;
  text-transform: uppercase;
  line-height: 42px;
}

@media (max-width:1024px) {
  #main-header.is-fixed .header-middle{
    padding: 5px;
  }

  .home-page .gift-consultant-right {
    padding: 0;
  }

  .home-page .gift-consultant .row {
    display: block;
    padding-bottom: 40px;
  }

  .home-page .gift-consultant .left {
    position: static;
  }

  .home-page .gift-consultant .left .title {
    margin: 22px 0 28px;
  }
}

.home-page .gift-consultant .left .tabs {
  margin: 10px 0 70px;
}

.home-page .gift-consultant .left .tabs li {
  padding: 2px;
}

.home-page .gift-consultant .left .tabs a {
  background-color: #ededed;
  border-radius: 5px;
  color: #5a5a5a;
  display: block;
  padding: 15px 25px;
}

.home-page .gift-consultant .left .tabs a.active,.home-page .gift-consultant .left .tabs a:hover {
  background-color: #093953;
  color: #fff;
}

.home-page .gift-consultant .left .category-link {
  border-bottom: 2px solid;
  bottom: 0;
  color: #093953;
  font-weight: 800;
  left: 15px;
  padding-bottom: 6px;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width:1024px) {
  .home-page .gift-consultant .left .category-link {
    background-color: #093953;
    border: none;
    bottom: -25px;
    color: #fff;
    left: 50%;
    line-height: 20px;
    margin-left: -65px;
    padding: 5px 20px;
  }
}

.home-page .gift-consultant .right .showcase {
  padding: 0 20px;
}

.home-page .gift-consultant .right .showcase h2 {
  display: none;
}

.home-page .category-mosaic h2 {
  color: #272727;
  font-size: 18px;
  margin: 80px 0 60px;
  position: relative;
  text-align: center;
  font-family: 'Frank Ruhl Libre',serif;
}

@media (max-width:1024px) {
  .home-page .category-mosaic h2 {
    line-height: 28px;
  }
}

.home-page .category-mosaic h2:before {
  background-color: #5a5a5a;
  content: "";
  height: 25px;
  left: 50%;
  margin-top: 8px;
  position: absolute;
  top: 100%;
  width: 1px;
}

.home-page .instagram-area .instagram-carousel #instafeed a a:after {
  background: linear-gradient(45deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

.home-page .category-mosaic .box-banner {
  float: left;
  padding: 10px;
  width: 33.333%;
}

.home-page .category-mosaic .box-banner a {
  display: block;
  position: relative;
}

.home-page .category-mosaic .box-banner img {
  width: 100%;
}

.home-page .instagram-area h3 {
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 700;
}

.home-page .instagram-area h3 i {
  margin-right: 10px;
}

.home-page .instagram-area .instagram-carousel:after {
  clear: both;
  content: '';
  display: block;
}

@media (max-width:1024px) {
  .home-page .category-mosaic .box-banner {
    width: 100%;
  }

  .home-page .instagram-area .instagram-carousel {
    margin: 0 -2.5px 30px;
  }
}

.home-page .instagram-area .instagram-carousel {
  margin: 0 -2.5px;
}

.home-page .instagram-area .instagram-carousel #instafeed a {
  display: inline-block;
  /* vertical-align: middle; */
  height: 225px;
  overflow: hidden;
  width: calc(16.666% - 5px);
  margin: 0 2.5px;
}

@media (max-width:1024px) {
  .home-page .instagram-area .instagram-carousel #instafeed a {
    height: 145px;
    width: calc(33.333% - 5px);
    margin: 0 2.5px;
  }

  .home-page .instagram-area .instagram-carousel #instafeed a:nth-child(4),
  .home-page .instagram-area .instagram-carousel #instafeed a:nth-child(5),
  .home-page .instagram-area .instagram-carousel #instafeed a:nth-child(6) {
    display: none;
  }
}

.home-page .instagram-area .instagram-carousel #instafeed a a {
  display: block;
  position: relative;
}

.home-page .instagram-area .instagram-carousel #instafeed a a:after {
  background: -moz-linear-gradient(45deg,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(45deg,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background: linear-gradient(45deg,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  content: '';
  left: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: .3s ease;
}

.home-page .instagram-area .instagram-carousel #instafeed a a:hover:after {
  opacity: 1;
}

.home-page .instagram-area .instagram-carousel #instafeed {
  max-width: 1366px;
  display: block;
  width: 100%;
  margin: 0px auto;
}

.home-page .instagram-area .instagram-carousel #instafeed a img {
  width: auto;
  display: block;
  max-width: inherit;
  min-height: 120%;
  height: 120%;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* min-width: 100%; */
}
.home-page .instagram-area .instagram-carousel .box-banner {
  float: left;
  width: 16.666%;
}

@media (max-width:1024px) {
  .home-page .instagram-area .instagram-carousel .box-banner {
    display: none;
    padding: 0 5px;
    width: 33.333%;
  }

  .home-page .instagram-area .instagram-carousel .box-banner:nth-child(1),.home-page .instagram-area .instagram-carousel .box-banner:nth-child(2),.home-page .instagram-area .instagram-carousel .box-banner:nth-child(3) {
    display: block;
  }
}

.home-page .instagram-area .instagram-carousel .box-banner a {
  display: block;
  position: relative;
}

.home-page .instagram-area .instagram-carousel .box-banner a:after {
  background: linear-gradient(45deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(45deg,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(45deg,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background: linear-gradient(45deg,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  content: '';
  left: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.home-page .instagram-area .instagram-carousel .box-banner a:hover:after {
  opacity: 1;
}

.home-page .instagram-area .instagram-carousel .box-banner img {
  width: 100%;
}

.showcase-page.search-page section.search-top {
  text-align: center;
  color: #848484;
  padding: 40px 0;
}

.showcase-page.search-page section.search-top .search-therm {
  color: #093953;
  font-size: 30px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.showcase-page.search-page section.search-top b {
  color: #093953;
}

.showcase-page.search-page section.search-top .search-result {
  margin-bottom: 20px;
}

.showcase-page .fullbanner {
  float: left;
  position: relative;
  width: 100%;
  height: 325px;
}


.showcase-page .fullbanner.fullbanner-mobile {
  display: none;
}

@media (max-width:1024px) {

  .showcase-page .fullbanner.fullbanner-desktop {
    display: none;
  }
  .showcase-page .fullbanner.fullbanner-mobile {
    display: block;
  }
}

.showcase-page .fullbanner img {
  width: 100%;
  float: right;
}

.showcase-page .fullbanner h2 {
  color: #fff;
  font-size: 32px;
  letter-spacing: 4px;
  margin-top: -16px;
  position: absolute;
  text-transform: uppercase;
  top: 60%;
  left: 30%;
  transform: translateX(-50%) translateY(-50%);
}

.fix-filters.showcase-page .filters{
  position: fixed;
  /* top: 92px; */
  width: 100%;
  z-index: 5000;
  padding: 0;
  transition: all 200ms ease;
  top: 0;
}

@media (max-width:1024px) {
  .showcase-page .fullbanner img {
    width: auto;
    height: 195px;
  }

  .showcase-page .fullbanner h2 {
    font-size: 18px;
  }

  .fix-filters.showcase-page .filters{
    /* top: 40px; */
    top: 0px;
    z-index: 9999999;
  }

  .fix-filters.showcase-page .filters .toggle-view{
    display: none;
  }
}

.showcase-page .filters {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  clear: both;
  position: relative;
  height: auto;
  transition: all .200ms ease;
  background: #fff;
  z-index: 9;
  transform: translateY(0%);
}

.fix-filters.showcase-page .filters {
  transform: translateY(-100%);
}

.fix-filters.showcase-page .filters.is--active{
  transform: translateY(0);
}

.showcase-page .filters .wrap {
  display: flex;
  position: relative;
}

.showcase-page .filters .wrap>div {
  flex: auto;
}

.showcase-page .filters .categories {
  max-width: 70%;
}

body.product-page .main-product-data {
    margin-top: 15px;
}

body.product-page .main-product-data>.container{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width:1024px) {
  .showcase-page .filters .wrap>div.categories {
    display: none;
  }

  body.product-page .main-product-data {
      margin-top: 88px;
  }

  body.product-page .main-product-data>.container{
      width: 100%;
  }
}

.showcase-page .filters .wrap>div.categories .wrap {
  display: flex;
}

.showcase-page .filters .wrap>div.categories .wrap>span {
  color: #093953;
  flex: auto;
  float: left;
  max-width: 100px;
  line-height: 25px;
  padding: 33px 0;
  text-transform: uppercase;
}

.showcase-page .filters .wrap>div.categories .wrap .x-container-filters {
    display: block;
    width: 90%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: center;
}

.showcase-page .filters .wrap>div.categories .wrap .x-container-filters::-webkit-scrollbar {
  height: 8px;
  width: 1px;
  border-bottom: 4px solid #FFF;
  background-color: #F8F8F8;
}

.showcase-page .filters .wrap>div.categories .wrap .x-container-filters::-webkit-scrollbar-thumb {
  background-color: #093953;
  border-bottom: 4px solid #FFF;
}

.showcase-page .filters .wrap>div.categories .wrap .x-container-filters label {
    display: inline-block;
}

.showcase-page .filters .wrap>div.categories .wrap .categories-carousel {
  overflow: hidden;
  position: relative;
}

.showcase-page .filters .wrap>div.categories .wrap .categories-carousel .aviator-icon-angle-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.showcase-page .filters .wrap>div.categories .wrap .categories-carousel .aviator-icon-angle-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* .showcase-page .filters .wrap>div.categories .wrap .categories-carousel ul {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 0px 35px;
  height: 100%;
} */

.showcase-page .filters .wrap>div.categories .wrap .categories-carousel ul {
    display: block;
    width: 100%;
    max-width: 675px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: center;
    margin: 0px auto;
}

.showcase-page .filters .wrap>div.categories .wrap .categories-carousel ul::-webkit-scrollbar {
  height: 8px;
  width: 1px;
  border-bottom: 4px solid #FFF;
  background-color: #F8F8F8;
}

.showcase-page .filters .wrap>div.categories .wrap .categories-carousel ul::-webkit-scrollbar-thumb {
  background-color: #093953;
  border-bottom: 4px solid #FFF;
}

.showcase-page .filters .wrap>div.categories .wrap .categories-carousel ul li {
  display: inline-block;
  color: #858585;
  font-size: 15px;
  padding: 33px 25px 25px;
  line-height: 35px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.showcase-page .filters .wrap>div.categories .wrap .categories-carousel ul li a {
  color: #858585;
  display: block;
  font-size: 15px;
  /* padding: 33px 5px; */
  line-height: 24px;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 500;
}

.showcase-page .filters .wrap>div.categories .wrap .categories-carousel .slick-slider .slick-arrow {
  background-color: #fff;
  color: #093953;
  font-size: 12px;
  margin-top: 0;
}

.showcase-page .filters .wrap>div.toggle-view {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  max-width: 145px;
  height: 91px;
  text-align: center;
}

@media (max-width:1024px) {
  .showcase-page .filters .wrap>div.toggle-view {
    border: none;
    position: absolute;
    right: -15px;
    top: 100%;
  }
  #TripleBars  {
      position: relative;
  }
  #TripleBars #Rectangle_6 {
      display: none;
  }
  #QuadrupleBars  {
      position: relative;
  }
  #QuadrupleBars #Rectangle_1, #QuadrupleBars #Rectangle_2, #QuadrupleBars #Rectangle_4 {
      display: none;
  }
}

.showcase-page .filters .wrap>div.toggle-view ul {
  margin: 0;
  padding: 33px 0;
}

.showcase-page .filters .wrap>div.toggle-view ul li {
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 20px;
}

.showcase-page .filters .wrap>div.toggle-view ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.showcase-page .filters .wrap>div.toggle-view ul li a svg {
  fill: #cfcfcf;
  transition: all .2s ease;
  display: block;
  width: 45px;
  height: 20px;
  margin: 0 auto;
}

.showcase-page .filters .wrap>div.toggle-view ul li a.active svg {
  fill: #093953;
}

.showcase-page .filters .wrap>div.order-by {
  max-width: 200px;
  /* position: relative; */
}

.showcase-page .filters .wrap>div.order-by h5.active i {
  transform: rotate(180deg);
  transition: transform .3s linear, -webkit-transform .3s linear;
}

@media (max-width:1024px) {
  .showcase-page .filters .wrap>div.order-by {
    max-width: initial;
    width: 50%;
    border-right: 1px solid #ededed;
  }
}

.showcase-page .filters .wrap>div.order-by fieldset {
  padding: 0;
}

.showcase-page .filters .wrap>div.order-by fieldset h5 {
  padding: 0;
  height: 91px;
  line-height: 91px;
  color: #858585;
  font-size: 15px;
}


@media (max-width:1024px) {
    .showcase-page .filters .wrap>div.order-by h5.active i {
      transform: rotate(180deg);
      transition: transform .3s linear, -webkit-transform .3s linear;
    }
    .showcase-page .filters .wrap>div.order-by fieldset h5 {
      height: 45px;
      line-height: 45px;
    }
    .showcase-page .filters .wrap>div.order-by fieldset div {
      position: absolute;
    }
}

.showcase-page .filters .wrap>div.order-by fieldset div {
  background-color: rgba(255,255,255,.95);
  /* border: 1px solid #cfcfcf; */
  display: none;
  text-align: center;
  top: 100%;
  width: 100%;
  z-index: 9999;
  position: absolute;
  top: 91px;
  left: 0px;
  width: 100%;
  font-size: 14px;
}

@media (max-width:1024px) {
  .showcase-page .filters .wrap>div.order-by fieldset div {
    top: 45px;
  }
}

.showcase-page .filters .wrap>div.order-by fieldset div a {
  display: block;
  line-height: 2.5em;
  position: relative;
  font-family: 'Frank Ruhl Libre',serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #05202f;
}

.showcase-page .filters .wrap>div.order-by fieldset div a:after {
  background-color: #ededed;
  content: '';
  display: block;
  left: 50%;
  height: 1px;
  position: absolute;
  top: 90%;
  width: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.showcase-page .filters .recebe-filtro .filters-list fieldset label,.showcase-page .filters .wrap>div h5 {
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  text-align: center;
  cursor: pointer;
}

.showcase-page .filters .wrap>div.order-by fieldset div a:hover:after {
  left: 10%;
  width: 80%;
}

.showcase-page .filters .wrap>div.open-filters {
  max-width: 150px;
}
.showcase-page .filters .wrap>div.open-filters h5.active i {
  transform: rotate(180deg);
  transition: transform .3s linear, -webkit-transform .3s linear;
}

.showcase-page .filters .wrap>div h5 {
  border-bottom: 2px solid transparent;
  margin: 0;
  padding: 24px 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media (max-width:1024px) {
  .showcase-page .filters .wrap>div.open-filters {
    max-width: initial;
    width: 50%;
  }

  .showcase-page .filters .wrap>div h5 {
    padding: 10px 0;
  }

  .showcase-page .filters .wrap>div.open-filters h5.active i {
    transform: rotate(180deg);
    transition: transform .3s linear, -webkit-transform .3s linear;
  }
  
  .showcase-page .filters .container {
    padding: 0;
  }
}

.showcase-page .filters .wrap>div.open-filters h5 {
  padding: 0;
  height: 91px;
  line-height: 91px;
  font-size: 15px;
  color: #858585;
}

@media (max-width:1024px) {
    .showcase-page .filters .wrap>div.open-filters h5 {
      height: 45px;
      line-height: 45px;
    }
}

.showcase-page .filters .wrap>div h5.active,.showcase-page .filters .wrap>div h5:hover {
  background-color: #ededed;
  border-color: #093953;
}

.showcase-page .filters .wrap>div h5 i {
  color: #093953;
  font-size: 12px;
  margin-left: 5px;
}

.showcase-page .filters .recebe-filtro {
  background: rgba(255,255,255,.95);
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999;
}

.showcase-page .filters .recebe-filtro .filters-list {
  padding: 10px 0;
  position: relative;
}

@media (max-width:1024px) {
  .showcase-page .filters .recebe-filtro .filters-list {
    padding: 15px 0;
  }

  .showcase-page .filters .recebe-filtro .filters-list:after {
    content: '';
    clear: both;
    display: block;
  }
}

.showcase-page .filters .recebe-filtro .filters-list>div {
  float: left;
  width: 18%;
  padding: 1%;
}

.showcase-page .filters .recebe-filtro .filters-list>div.wrap_filtro_cor-basica fieldset label{
  font-size: 0px;
}

.showcase-page .filters .recebe-filtro .filters-list>div .refino > div{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width:1024px) {
  .showcase-page .filters .recebe-filtro .filters-list>div {
    padding: 0 10px;
    width: 100%;
  }

  .showcase-page .filters .recebe-filtro .filters-list>div.wrap_filtro_faixa-de-preco h5+div {
    padding: 10px;
  }
}

.showcase-page .filters .recebe-filtro .filters-list>div.wrap_subcategorias li a {
  border-bottom: 1px solid #ededed;
  display: block;
  padding: 10px 0;
  font-size: 14px;
}

.showcase-page .filters .recebe-filtro .filters-list fieldset.filter-price {
  position: relative;
}

.showcase-page .filters .recebe-filtro .filters-list fieldset.filter-price h5 {
  margin-bottom: 25px;
}

.showcase-page .filters .recebe-filtro .filters-list fieldset.filter-price .filter-range-refeerence span {
  bottom: 0;
  position: absolute;
}

.showcase-page .filters .recebe-filtro .filters-list fieldset.filter-price .filter-range-refeerence span#min_price {
  left: 0;
}

.showcase-page .filters .recebe-filtro .filters-list fieldset.filter-price .filter-range-refeerence span#max_price {
  right: 0;
}

.showcase-page .filters .recebe-filtro .filters-list fieldset.filter-price #slider-range {
  border: none;
  background: #999;
  height: 2px;
  margin: 0 10px;
}

.showcase-page .filters .recebe-filtro .filters-list fieldset.filter-price #slider-range .ui-slider-handle {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: -10px;
  outline: 0;
}

.showcase-page .filters .recebe-filtro .filters-list fieldset.filter-price #slider-range .ui-slider-handle.ui-state-active {
  background-color: #093953;
  border-color: #093953;
}

.showcase-page .filters .recebe-filtro .filters-list fieldset.filter-price .aplicar {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -10px;
  color: #093953;
  text-decoration: underline;
}

.showcase-page .filters .recebe-filtro .filters-list fieldset h5 {
  color: #05202f;
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 14px;
}

.showcase-page .filters .recebe-filtro .filters-list .wrap_filtro_cor-basica fieldset h5 {
  color: #093953;
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 0px;
}

.showcase-page .filters .recebe-filtro .filters-list .wrap_filtro_cor-basica fieldset h5:before {
  content: 'Cor';
  color: #093953;
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width:1024px) {
  .showcase-page .filters .recebe-filtro .filters-list fieldset h5 {
    border-bottom: 1px solid #ededed;
    margin: 0;
    padding: 15px 0;
  }

  .showcase-page .filters .recebe-filtro .filters-list fieldset h5:after {
    content: "\e905";
    float: right;
    font: normal normal normal 14px/1 aviator-icon;
    font-size: 14px;
    text-rendering: auto;
    transform: rotate(90deg);
    transition: all 200ms ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .showcase-page .filters .recebe-filtro .filters-list fieldset>div {
    display: none;
  }
}

.showcase-page .filters .recebe-filtro .filters-list fieldset label {
  background-color: #fff;
  border: 1px solid #8a8888;
  border-radius: 5px;
  color: #8a8888;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 10px;
  margin: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  height: 35px;
  position: relative;
}
.showcase-page .filters .recebe-filtro .filters-list fieldset label.sr_selected {
  border: 2px solid #083853;
}

.showcase-page .filters .recebe-filtro .filters-list fieldset label:hover {
  background-color: #ededed;
  border-color: #093953;
}

.showcase-page .filters .recebe-filtro .filters-list fieldset input {
  left: -9999em;
  position: absolute;
  visibility: hidden;
}

.showcase-page .filters .recebe-filtro .filters-list .clear-filters {
  background-color: #fff;
  border: 1px solid #093953;
  color: #093953;
  float: right;
  line-height: 36px;
  margin: 70px 0 20px;
  text-align: center;
  width: 190px;
}

.showcase-page .filters .recebe-filtro .filters-list .clear-filters:hover {
  background-color: #093953;
  color: #fff;
}

.showcase-page .filters .filtros-selecionados,.showcase-page .showcase .pager,.showcase-page .showcase .searchResultsTime,.showcase-page .showcase .sub {
  display: none;
}

.showcase-page .showcase .prateleira h2 {
  width: 215px;
  font-size: 21px;
  text-align: center;
  margin: 50px auto 15px;
  text-transform: uppercase;
  position: relative;
  color: #000;
  font-weight: 800;
}

.showcase-page .showcase .prateleira h2:after,.showcase-page .showcase .prateleira h2:before {
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #cfcfcf;
}

.showcase-page .showcase .prateleira h2:before {
  right: 100%;
}

.showcase-page .showcase .prateleira h2:after {
  left: 100%;
}

.wrap-custom-compare {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-top: 5px solid #c90000;
  font-size: 14px;
  text-transform: uppercase;
  display: none;
  z-index: 1111111;
}

.wrap-custom-compare p {
  margin: 0;
}

.wrap-custom-compare a.btn-custom-comparar {
  background: #000;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  padding: 10px 20px;
  text-decoration: none;
}

#compare .prateleira li .box-item .top .product-btns,#compare .wrap-compare {
  display: none;
}

.content-emptysearch {
  min-height: 200px;
}

#compare>.container {
  position: relative;
}

#compare #show #include #image,#compare .comparar-outros a {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

#compare .prateleira li .box-item {
  background-color: #fff;
  height: 100%;
  vertical-align: bottom;
}

#compare .prateleira li .box-item .imagem img {
  max-width: 220px;
}

#compare .prateleira li .imagem {
  background: #fff;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#compare>.conteudo {
  position: relative;
  padding: 20px 0;
}

#compare h2 {
  font-size: 30px;
  color: #c90000;
  text-align: left;
  line-height: 44px;
  padding: 19px 0;
  position: relative;
}

#compare h2:after {
  content: '';
  position: absolute;
  bottom: 22px;
  right: 0;
  width: 600px;
  height: 1px;
  background: #c90000;
}

#compare .info p {
  font-size: 14px;
  color: #7e7e7e;
}

#compare .comparar-outros {
  position: absolute;
  top: 44px;
  right: 0;
  background: #fff;
}

#compare .comparar-outros a {
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  display: block;
  background: #c4300e;
  color: #fff;
  line-height: 36px;
  padding: 0 15px;
  text-align: center;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  right: 15px;
  top: 15px;
}

#compare .comparar-outros a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
}

#compare .corpo-comparacao {
  margin-top: 20px;
  width: 100%;
}

#compare .corpo-comparacao table {
  background: #dedede;
  margin-bottom: 60px;
  width: 100%;
}

#compare .corpo-comparacao table table {
  display: table!important;
}

#compare .prateleira li .yv-review-quickreview,#compare .value-field.SELOS.hidden,#compare .value-field.Selos.hidden,#compare table tbody tr:first-child,#compare table tr .advertencias h3:after,#compare table tr .advertencias h3:before,#compare table tr .instrucoes h3:after,#compare table tr .instrucoes h3:before,#compare table tr .nota .fundo h3:after,#compare table tr .nota .fundo h3:before,#compare table tr .nota>h3:after,#compare table tr .nota>h3:before,#compare table tr .qntdos h3:after,#compare table tr .qntdos h3:before,#compare table tr td .nutrientes br,#compare table tr.conheca-me-melhor,#compare table tr.o-que-falam-de-mim,#compare table tr.onde-nasci,#compare table tr.remover,#compare table tr.teste-do-profissional {
  display: none;
}

#compare .corpo-comparacao table iframe {
  width: 100%;
}

#compare table tr .nota {
  width: 100%;
  border: 1px solid #ddd;
  margin-top: 20px;
}

#compare table tr .nota>h3 {
  font-size: 21px!important;
  font-weight: 700!important;
  letter-spacing: -1px!important;
  text-align: left!important;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 10px 20px!important;
  border-bottom: solid 3px #3f3f41!important;
  margin: 0!important;
  background: 0 0!important;
  color: #000!important;
  line-height: normal!important;
  text-transform: none!important;
}

#compare table tr .nota .fundo {
  background: #878787;
  overflow: hidden;
}

#compare table tr .nota .fundo>div {
  float: left;
  border-right: 2px solid #000;
  width: 24.9%;
  height: 77px;
  text-align: center;
  color: #fff;
  margin: 5px 0;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
}

#compare table tr .nota .fundo>div.last {
  border-right: none;
}

#compare table tr .nota .fundo h3 {
  width: 100%;
  margin: 0 0 10px;
  font-size: 10px;
  text-align: center;
  text-transform: none;
  background: 0 0;
  line-height: normal;
  color: #fff;
}

#compare table tr .nota .fundo p {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 22px;
}

#compare table tr .nota>p {
  margin: 5px;
  text-align: justify;
  line-height: normal;
  font-size: 12px;
  font-weight: 400;
}

#compare table tr .nota>p strong {
  text-transform: uppercase;
}

#compare table tr .advertencias h3,#compare table tr .instrucoes h3,#compare table tr .qntdos h3 {
  background: 0 0!important;
  color: #000!important;
  line-height: normal!important;
  text-transform: none!important;
}

#compare table tr .advertencias,#compare table tr .instrucoes {
  border: 1px solid #ddd;
  margin-top: 20px;
}

#compare table tr .advertencias h3,#compare table tr .instrucoes h3 {
  font-size: 21px!important;
  font-weight: 700!important;
  letter-spacing: -1px!important;
  text-align: left!important;
  padding: 10px 0 10px 20px!important;
  border-bottom: solid 3px #3f3f41!important;
  margin: 0!important;
}

#compare table tr .advertencias p,#compare table tr .instrucoes p {
  margin: 10px;
  font-weight: 400;
  font-size: 13px;
}

#compare table tr .qntdos {
  width: 248px;
  border: 1px solid #ddd;
  margin-top: 20px;
}

#compare table tr .qntdos>div {
  overflow: hidden;
}

#compare table tr .qntdos h3 {
  font-size: 21px!important;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center!important;
  width: 160px;
  float: left;
  border-right: solid 3px #3f3f41;
  border-bottom: solid 3px #3f3f41;
  padding: 10px 0;
  margin: 0!important;
}

#compare .lista-icones,#compare table tr .qntdos p,#compare table tr.atributos.Personal.Filtros td {
  text-align: center;
}

#compare table tr .qntdos h3.last {
  width: 75px;
  border: none;
  border-bottom: solid 3px #3f3f41;
}

#compare table tr .qntdos p {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -1px;
  width: 160px;
  float: left;
  border-right: solid 3px #3f3f41;
  padding: 33px 0;
}

#compare table tr .qntdos p.last {
  border: none;
  width: 75px;
}

#compare table tr th {
  width: 25%;
}

#compare table tr.DescriÃ§Ã£o.meus-nutrientes th {
  font-size: 0;
}

#compare table tr.DescriÃ§Ã£o.meus-nutrientes th:before {
  font-size: 12px;
  content: "Valores Nutricionais e Uso";
}

#compare table tr td:first-child,#compare table tr th:first-child {
  width: 10%;
  background: #f4f4f4;
  text-align: center;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #ebebeb;
  position: relative;
  padding: 10px;
  box-shadow: 8px 0 10px -3px rgba(235,235,235,.6);
  -moz-box-shadow: 8px 0 10px -3px rgba(235,235,235,.6);
  -webkit-box-shadow: 8px 0 10px -3px rgba(235,235,235,.6);
}

#compare table tr.remover td:first-child {
  border: none;
  background: 0 0;
}

#compare table tr td:first-child:after,#compare table tr th:first-child:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  border-top: solid 14px transparent;
  border-bottom: solid 14px transparent;
  border-left: solid 10px #f4f4f4;
  border-right: solid 0 transparent;
  margin-top: -14px;
  z-index: 1;
}

#compare table tr td {
  padding: 10px;
  background: #fff;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

#compare .prateleira li {
  border: none;
  width: 100%;
}

#compare .lista-icones li {
  margin: 5px;
}

.product-page.quickview-page {
  padding: 0;
}

.product-page .product-images {
  position: static;
}

@media (max-width:1024px) {
  .product-page .main-product-data>.container {
    padding: 0;
    width: 100%;
  }

  .product-page .breadcrumbs {
    display: none;
  }

  .product-page .product-images {
    padding: 0;
  }

  #include .slick-slide{
    text-align: center;
  }
}

.product-page .product-images .thumbs,.product-page .product-images #include {
  flex: auto;
  overflow-y: auto;
}

.product-page .product-images #include img,
.product-page .product-images #include img:hover {
  /* margin-bottom: 15px; */
  cursor: zoom-in;
}

.product-page .product-images #include img.is--active,
.product-page .product-images #include img.is--active:hover {
  cursor: zoom-out;
}

.product-page .product-images .thumbs::-webkit-scrollbar,
.product-page .product-images .thumbs::-webkit-scrollbar-thumb,
.product-page .product-images #include::-webkit-scrollbar,
.product-page .product-images #include::-webkit-scrollbar-thumb {
  background: 0 0;
  width: 0;
}

.product-page .product-images .thumbs img,.product-page .product-images #include img {
  width: 100%;
}

.product-page .product-images .thumbs {
  float: left;
  width: 100px;
}

.product-page .product-images .thumbs.fixed {
  padding-top: 150px;
  position: fixed;
  top: 0;
}

@media (max-width:1024px) {
  .product-page .product-images .thumbs {
    display: none;
  }

  .product-page .product-images .thumbs ul {
    width: 100%;
  }

  .product-page .product-images .thumbs li {
    display: inline-block;
    height: 8px;
    margin: 0 8px;
    width: 8px;
  }

  .product-page .product-images .thumbs li a {
    background-color: #ccc;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
  }

  .product-page .product-images .thumbs li a.ON {
    background-color: #093953;
  }

  .product-page .product-images .thumbs li a img {
    display: none;
  }
}

.product-page .product-images .thumbs li {
  margin-bottom: 15px;
  width: 95px;
  margin-top: 0;
  margin-left: auto;
}

.product-page .product-images #include {
  float: right;
  overflow: auto;
  width: calc(100% - 120px);
}

.product-page .product-images #include div span {
  margin-bottom: 0px;
}

.product-page .product-images #include::-webkit-scrollbar,
.product-page .product-images #include::-webkit-scrollbar-thumb {
  background: 0 0;
  width: 0;
}

@media (max-width:1024px) {
  .product-page .product-images #include {
    width: 100%;
  }
}

.product-page .product-images .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
}

.product-page .product-images .slick-dots li {
  display: inline;
  margin: 0 6px;
}

.product-page .product-images .slick-dots li button {
  background-color: #fff;
  border: none;
  text-indent: -9999em;
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  outline: 0;
}

.product-page .product-images .slick-dots li.slick-active button {
  background-color: #093953;
}
.product-page .product-data{
  position: relative;
}

.product-page .product-data .wrap-data {
  position: static;
  transition: all 200ms ease;
  left: auto !important;
}

.product-page .product-data .wrap-data.is-fixed{
  padding-top: 120px;
  position: fixed;
  top: 0;
}

.product-page .product-images .thumbs.is-fixed{
  position: fixed;
  top: 0;
  padding-top: 100px;
}

.product-page .product-data .wrap-data.is-attached,
.product-page .product-images .thumbs.is-attached {
  bottom: 0;
  position: absolute;
}

.product-page .product-data h2 {
    color: #5a5a5a;
    font-family: 'Frank Ruhl Libre',serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
}

.product-page .product-data .productName {
  color: #5a5a5a;
  font-family: 'Frank Ruhl Libre',serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
}

@media (max-width:1024px) {
  .product-page .product-data .productName {
    margin-top: 20px;
  }

  .descricao-preco{
    display: flex;
    align-items: center;
  }

  .descricao-preco .valor-dividido{
    padding-left: 10px;
  }
}

.product-page .product-data .sku-refeerence {
  color: #5a5a5a;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 20px;
}

.product-page .product-data .plugin-preco em {
  font-style: normal;
}

.product-page .product-data .plugin-preco em.valor-de,.product-page .product-data .plugin-preco em.valor-por {
  font-size: 0;
}

.product-page .product-data .plugin-preco em.valor-de strong {
  color: #5a5a5a;
  font-size: 13px;
  text-decoration: line-through;
  text-decoration-color: #c90000;
}

.product-page .product-data .plugin-preco em.valor-por strong {
  font-size: 23px;
line-height: 23px;
}

.product-page .product-data .plugin-preco em.valor-dividido {
  font-size: 14px;
  text-transform: uppercase;
}

.product-page .product-data .plugin-preco em.valor-dividido label{
  font-weight: normal;
  margin-top: -3px;
}

.product-page .product-data .plugin-preco .economia-de,.product-page .product-data .plugin-preco .preco-a-vista {
  display: none!important;
}

.product-page .product-data .seletor-sku {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.product-page .product-data .seletor-sku input {
  position: absolute;
  left: -9999em;
}

.product-page .product-data .seletor-sku ul.topic {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.product-page .product-data .seletor-sku ul.topic li.specification {
  color: #093953;
  font-family: 'Frank Ruhl Libre',serif;
  margin: 5px 0;
  text-transform: uppercase;
}

.product-page .product-data .seletor-sku ul.topic li.skuList label {
  border: 1px solid #093953;
  color: #093953;
  border-radius: 5px;
  display: block;
  float: left;
  min-width: 35px;
  margin: 3px;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product-page .product-data .seletor-sku ul.topic li.skuList a {
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
  border-radius: 5px;
  display: block;
  float: left;
  min-width: 35px;
  margin: 3px;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.product-page .product-data .seletor-sku ul.topic li.skuList label.sku-picked,.product-page .product-data .seletor-sku ul.topic li.skuList label:hover {
  border-color: #0a3953;
  background: #0a3953;
  color: white;
}

.product-page .product-data .seletor-sku ul.topic li.skuList label.disabled,.product-page .product-data .seletor-sku ul.topic li.skuList label.item_unavailable,.product-page .product-data .seletor-sku ul.topic li.skuList label.tem_unavaliable {
  opacity: .6;
  text-decoration: line-through;
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
}

.product-page .product-data .seletor-sku ul.topic[class*=Cor] li.skuList label{
  border: 1px solid #a0a0a0;
  height: 32px;
  text-indent: -9999em;
  width: 32px;
  min-width: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.product-page .product-data .seletor-sku ul.topic[class*=Cor] li.skuList a {
  border: 1px solid #a0a0a0;
  height: 32px;
  width: 32px;
  min-width: 32px;
}

.product-page .product-data .seletor-sku ul.topic[class*=Cor] li.skuList a img{
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
}

.product-page .product-data .seletor-sku ul.topic[class*=Cor] li.skuList label.sku-picked,
.product-page .product-data .seletor-sku ul.topic[class*=Cor] li.skuList label:hover,
.product-page .product-data .seletor-sku ul.topic[class*=Cor] li.skuList a:hover {
  border: 3px solid #FFF;
  box-shadow: 0 0 0 1px #093953;
}

.product-page .product-data .buy-button-box {
  clear: both;
  padding: 15px 0;
}

.product-page .product-data .x-product__wishlist-btn {
  color: #093953;
  font-size: 16px;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.product-page .product-data .x-product__wishlist-btn i {
  color: #cfd4d8;
  margin-right: 5px;
  font-size: 12px;
}

.product-page .product-data .x-product__wishlist-btn.is--active i{
  color: #093953;
}

.product-page .product-data .buy-button-box .buy-button.buy-button-ref {
  background-color: #093953;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  width: 100%;
}

.product-page .product-data .buy-button-box .buy-button.buy-button-ref:hover {
  background-color: #5a5a5a;
}

.product-page .product-data .buy-button-box .portal-notify-me-ref {
  position: relative;
  z-index: 100;
  background: #fff;
  text-align: center;
}

.product-page .product-data .buy-button-box .portal-notify-me-ref .notifyme.sku-notifyme {
  padding: 15px 0;
}

.product-page .product-data .buy-button-box .portal-notify-me-ref input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #cfcfcf;
  margin-bottom: 5px;
}

.product-page .product-data .buy-button-box .portal-notify-me-ref input#notifymeButtonOK {
  background: #093953;
  padding: 10px 15px;
  color: #fff;
  font-family: "Museo Slab",sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  float: right;
}

.product-page .product-data .buy-button-box .buy-button-box__button {
    background-color: #093953;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    width: 275px;
    margin-bottom: 5px;
    transition: all 200ms ease;
    max-width: 270px;
}

@media (max-width:1024px) {
  .product-page .product-data .buy-button-box .buy-button-box__button{
    max-width: 100%;
    width: 100%;
  }
}

.product-page .product-data .buy-button-box .buy-button-box__button:hover {
    background-color: #272727;
    color: #fff;
}

.product-page .product-data .buy-button-box .buy-button-box__button a {
    color: #fff;
}

.product-page .product-data .buy-button-box .buy-button-box__button .buy-in-page-quantity {
  height: 0px;
  font-size: 0px;
}

.product-page .product-data .add-wishlist {
  color: #093953;
  display: block;
  margin: 0 5px 15px;
  vertical-align: middle;
}

.product-page .product-data .add-wishlist i {
  color: #ced3d7;
}

.product-page .product-data .anchors li {
  margin-right: 40px;
  margin-top: 15px;
}

.product-page .product-data .anchors li a {
  border-bottom: 1px solid #5a5a5a;
  color: #707070;
  display: block;
  font-family: 'Frank Ruhl Libre',serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
}

.product-page .product-description {
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  color: #848484;
  margin-top: 75px;
  position: relative;
  width: 100%;
  /* height: 250px; */
}

.product-page .product-description .container {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
    padding: 100px 15px;
}

.product-page .product-description #description {
  width: 38%;
  margin-right: 30px;
}

.product-page .product-description #details {
  width: 38%;
}

.product-page .product-description h4 {
  color: #707070;
  font-family: 'Frank Ruhl Libre',serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 3px;
  font-size: 13px;
}

.product-page .product-description pre {
  background-color: transparent;
  border: none;
  color: #707070;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  padding: 0;
  white-space: pre-wrap;
}

.product-page .product-description .productDescription, .product-page .product-description .productDescriptionShort {
  color: #707070;
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}


@media (max-width:1024px) {
  body #page-content{
    margin-top: 101px  !important;
  }

  .productDescriptionShort {
    font-size: 13px;
  }
  .product-page .product-description {
    padding: 10px 0 20px;
    margin-top: 20px;
    height: auto;
  }

  .product-page .product-description .productDescription {
    font-size: 13px;
    color: #848484;
  }

  .product-page .product-description .productDescriptionShort  {
      font-size: 13px;
      color: #848484;
  }


  .product-page .product-description #details,
  .product-page .product-description #description{
    position: relative;
    transform: inherit;
    top: inherit;
    margin-top: 20px;
    width: 100%;
    left: 0;
  }

  .product-page .product-description .container {
    padding: 0;
  }

  .product-page .product-description h4 {
    font-size: 13px;
  }

  .product-page .product-data .list-inline{
    display: none;
  }
}

.product-page .product-description #caracteristicas h4 {
  font-family: "Source Sans Pro",sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.product-page .product-description #caracteristicas table {
  width: 100%;
  margin-bottom: -1px;
}

.product-page .product-description #caracteristicas tr {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.product-page .product-description #caracteristicas th {
  padding: 5px 10px 5px 0;
  width: 50%;
  border-right: 1px solid #ededed;
}

.product-page .product-description #caracteristicas td {
  padding: 5px 10px;
}

.product-page .showcase {
  background-color: #fff;
  padding-bottom: 30px;
  position: relative;
}

.showcase li .box-item .product-details .price span.installment{
  display: none;
}

.product-page footer {
  margin: 0;
}

.institutional-page .sidebar-institutional {
  margin: 20px 0;
  padding: 0;
}

.institutional-page .sidebar-institutional h4 {
  font-size: 14px;
  font-weight: 800;
  margin: 20px 0 10px;
  text-transform: uppercase;
}

.institutional-page .sidebar-institutional ul li:first-child a {
  border-top: none;
}

.institutional-page .sidebar-institutional ul li a {
  color: #5a5a5a;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  padding: 5px 0;
}

.institutional-page .sidebar-institutional ul li a.active,.institutional-page .sidebar-institutional ul li a:hover {
  color: #c90000;
}

.institutional-page .sidebar-institutional ul li a i {
  color: #000;
  font-size: 18px;
  margin: 0 5px 0 0;
  vertical-align: bottom;
}

.institutional-page .sidebar-institutional ul li a svg {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: bottom;
  width: 18px;
}

.institutional-page section.institucional-content {
  padding: 40px;
}

@media (max-width:1024px) {
  .institutional-page section.institucional-content {
    padding: 15px 0;
  }
}

.user-pages .heavier-blue {
  color: #4d003a;
  font-weight: 600;
}

.user-pages .heavier-blue svg path {
  fill: #4d003a;
}

.user-pages .btn-primary {
  background: #000;
}

.user-pages .fullbanner {
  position: relative;
  width: 100%;
  height: 303px;
  overflow: hidden;
}

.user-pages .fullbanner img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -900px;
  width: auto;
  max-width: none;
}

.user-pages .fullbanner h2.page-title {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  margin: -20px 0 0;
  line-height: 1em;
  font-size: 40px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width:1024px) {
  .user-pages .fullbanner h2.page-title {
    font-size: 30px;
  }
}

.user-pages .sidebar {
  border: 1px solid #ededed;
  padding: 0;
  margin-top: -35px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  border-top: 0;
}

.user-pages .sidebar li:first-child a {
  border-top: none;
}

.user-pages .sidebar li a {
  display: block;
  padding: 10px;
  border-top: 1px solid #ededed;
  text-transform: uppercase;
  font-weight: 500;
}

.user-pages .sidebar li a.active {
  border-top: solid 4px #c90000;
  color: #c90000;
  margin-top: -1px;
}

.user-pages select {
  width: 100%;
  height: 28px;
  cursor: pointer;
  border: none;
  background-color: #ebebeb;
  color: #000;
}

.user-pages input#form-submit {
  float: right;
  box-shadow: none;
  text-shadow: none;
  line-height: 1em;
  background: #4ebebd;
  padding: 10px 45px;
  border-radius: 0;
  border: none;
}

.user-pages .page-content {
  position: relative;
}

.user-pages .account-menu h3 a {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

.user-pages .account-menu>a {
  font-size: 15px;
}

.user-pages .account-menu>a:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: #bebebe;
}

.user-pages #profile-area .profile-detail-display h4,.user-pages div#address-area .address-display-block h4 {
  display: none;
}

.user-pages .account-menu {
  padding: 0 15px 15px;
  border-bottom: 1px solid #dedede;
}

.user-pages #profile-area {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 15px;
  margin-top: 50px;
  border: 1px solid #ededed;
}

.user-pages #profile-area .profile-detail-display h5 {
  float: left;
  width: 46%;
  margin: 0;
  background: #fff;
  font-size: 13px;
  color: #000;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  z-index: 1;
  border: 1px solid #ededed;
  border-bottom: none;
}

.user-pages #profile-area .profile-detail-display .profile-detail-display-email {
  float: left;
  width: 46%;
  clear: both;
  background: #fff;
  font-size: 12px;
  color: #000;
  padding: 0 15px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ededed;
  border-top: none;
}

.user-pages #profile-area .area-title {
  color: #c90000;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: -33px;
}

.user-pages #profile-area .profile-detail-display .edit-profile-link {
  position: absolute;
  top: -40px;
  left: 120px;
  margin: 0;
}

.user-pages #profile-area .profile-detail-display .edit-profile-link a {
  box-shadow: none;
  text-shadow: none;
  line-height: 1em;
  border: 1px solid #f7f7f7;
  color: #000;
  padding: 10px 40px 10px 15px;
  background: #ebebeb;
  float: left;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.user-pages #profile-area .profile-detail-display .edit-profile-link a:after,.user-pages div#address-area .address-display-block .new-address-link a:after {
  font: normal normal normal 18px/1 FontAwesome;
  content: "\f105";
  text-align: center;
  right: -15px;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}

.user-pages #profile-area .profile-detail-display .edit-profile-link a:after {
  position: absolute;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  line-height: 0;
  padding: 14px 11px;
  margin-right: 15px;
  top: 1px;
  background-color: #c90000;
}

.user-pages #profile-area .profile-detail-display-info {
  float: right;
  width: 50%;
  background: #fff;
  font-size: 13px;
  color: #000;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: -45px 0 0;
  line-height: 1.5em;
  border: 1px solid #ededed;
}

.user-pages div#address-area {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 15px;
  margin-top: 50px;
  border: 1px solid #ededed;
}

.user-pages div#address-area .area-title {
  color: #c90000;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: -33px;
}

.user-pages div#address-area .address-display-block .new-address-link {
  position: absolute;
  top: -40px;
  left: 150px;
  margin: 0;
}

.user-pages div#address-area .address-display-block .new-address-link a {
  box-shadow: none;
  text-shadow: none;
  line-height: 1em;
  border: 1px solid #f7f7f7;
  color: #000;
  padding: 10px 40px 10px 15px;
  background: #ebebeb;
  float: left;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.user-pages div#address-area .address-display-block .new-address-link a:after {
  position: absolute;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  line-height: 0;
  padding: 14px 11px;
  margin-right: 15px;
  top: 1px;
  background-color: #c90000;
}

.user-pages div#address-area .row.address-display {
  clear: both;
  margin: -1%;
}

.user-pages div#address-area .address-display-unit {
  float: left;
  width: 48%;
  border: 1px solid #ededed;
  padding: 15px;
  margin: 1%;
}

.user-pages div#address-area .address-display-unit h5:before,.user-pages div#address-area .address-display-unit span.cep:before,.user-pages div#address-area .address-display-unit span.neighborhood:before,.user-pages div#address-area .address-display-unit span.reference:before,.user-pages div#address-area .address-display-unit span.street:before {
  content: "\f105";
  color: #bebebe;
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.user-pages div#address-area p.edit.edit-address-link {
  float: left;
  margin: 10px 0;
  width: 100%;
  color: #fff;
}

.user-pages div#address-area p.edit.edit-address-link a {
  display: block;
  float: left;
  padding: 5px 15px;
}

.user-pages div#address-area p.edit.edit-address-link a#address-update {
  box-shadow: none;
  text-shadow: none;
  line-height: 1em;
  border: 1px solid #f7f7f7;
  color: #000;
  padding: 10px 40px 10px 15px;
  background: #ebebeb;
  float: left;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.user-pages div#address-area p.edit.edit-address-link a#address-update:after {
  content: "\f105";
  position: absolute;
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  line-height: 0;
  padding: 14px 11px;
  text-align: center;
  margin-right: 15px;
  right: -15px;
  top: 1px;
  background-color: #c90000;
}

.user-pages div#address-area p.edit.edit-address-link a.delete {
  color: #b3b3b3;
  padding: 7px 10px;
}

.user-pages div#address-area p.edit.edit-address-link a.delete:before {
  content: '+';
  font-size: 27px;
  margin-right: 5px;
  color: #e53937;
  line-height: 16px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: left;
}

.user-pages div#address-area p.address-display-unit-info {
  clear: both;
}

.user-pages .profile-detail-display h4+h5,.user-pages p.profile-detail-display-email,.user-pages span[class*=profile-detail] {
  font-size: 15px;
}

.user-pages .profile-detail-display h4+h5:before,.user-pages p.profile-detail-display-email:before,.user-pages span[class*=profile-detail]:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: #bebebe;
}

.user-pages div#address-edit div#accountAjaxBusy {
  display: none;
}

.user-pages .modal.in {
  display: block!important;
}

.user-pages .modal .uneditable-input,.user-pages .modal input[type=color],.user-pages .modal input[type=date],.user-pages .modal input[type=datetime-local],.user-pages .modal input[type=datetime],.user-pages .modal input[type=email],.user-pages .modal input[type=month],.user-pages .modal input[type=number],.user-pages .modal input[type=password],.user-pages .modal input[type=search],.user-pages .modal input[type=text],.user-pages .modal input[type=time],.user-pages .modal input[type=url],.user-pages .modal input[type=week] {
  color: #000;
  background-color: #ebebeb;
  background-image: none;
  border: 1px solid #ebebeb;
  border-radius: 0!important;
  width: auto;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  height: 28px;
  padding: 0 10px;
}

.user-pages .modal {
  border-radius: 0;
  width: 50%;
  margin: 0 25%;
  top: 5%;
  height: 90%;
}

.user-pages .modal#address-edit #form-address,.user-pages .modal#address-remove #exclude,.user-pages .modal#editar-perfil #editar-perfil-conteudo {
  border: 1px solid #000;
  display: block;
  padding: 10px 3%;
  background-color: #fff;
  overflow: auto;
}

.user-pages .modal form {
  margin: 0;
}

.user-pages .modal#editar-perfil #editar-perfil-conteudo {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  height: 100%;
  max-height: 600px;
}

.user-pages .modal#address-edit #form-address {
  margin: 0;
  width: auto;
}

.user-pages .modal#address-edit #form-address #postalCode {
  width: 50%;
}

.user-pages .modal#address-remove #exclude {
  margin: 5px;
  width: auto;
}

.user-pages .modal .modal-body .control-group.form-personal-data-nickname.span,.user-pages .modal .modal-body .row h5 {
  display: none;
}

.user-pages .modal .modal-body .control-group,.user-pages .modal .modal-body .row .control-group {
  width: 100%;
  margin: 0 0 10px;
}

.user-pages .modal .modal-header {
  border: 0;
  padding: 10px 0;
}

.user-pages .modal .modal-header .close {
  opacity: 9;
}

.user-pages .modal .modal-body {
  padding: 0 10px 0 0;
}

.user-pages .modal .modal-body .row {
  margin: 0 0 10px;
  width: 100%;
  max-width: none;
}

.user-pages .modal .modal-body .row .control-group.address-form-street-name {
  width: 70%;
  padding: 0 10px 0 0;
  float: left;
}

.user-pages .modal .modal-body .row .control-group.address-form-number {
  width: 30%;
  padding: 0;
  float: left;
}

.user-pages .modal .modal-body .row .control-group.form-personal-data-date-of-birth {
  width: 70%;
  padding: 0 10px 0 0;
  float: left;
}

.user-pages .modal .modal-body .row .control-group.form-personal-data-gender {
  width: 30%;
  padding: 0;
  float: left;
}

.user-pages .modal .modal-body .row .control-group.form-personal-data-gender .radio {
  float: left;
  clear: none;
  height: 28px;
  cursor: pointer;
  margin: 0 5px 0 0;
  padding: 0;
  line-height: 1.8em;
}

.user-pages .modal .modal-body .row .control-group.form-personal-data-gender .radio input {
  cursor: pointer;
  width: auto;
  height: auto;
  position: static;
  appearance: radio;
  -webkit-appearance: radio;
  float: left;
  margin: 8px 3px 0 0;
}

.user-pages .modal .modal-body .row .address-form-state {
  width: 30%;
  padding: 0 10px 0 0;
  float: left;
}

.user-pages .modal .modal-body .row .address-form-state .controls {
  position: relative;
  color: #08c;
  overflow: hidden;
  height: 28px;
  width: 100%;
  cursor: pointer;
}

.user-pages .modal .modal-body .row .address-form-state .controls select {
  width: 100%;
  height: 28px;
  cursor: pointer;
  border: none;
}

.user-pages .modal .modal-body .row .address-form-city {
  width: 70%;
  padding: 0;
  float: left;
}

.user-pages .modal .modal-body .address-form-address-type {
  width: 30%;
  padding: 0 10px 0 0;
  float: left;
}

.user-pages .modal .modal-body .address-form-address-type .controls {
  position: relative;
  color: #08c;
  overflow: hidden;
  height: 28px;
  width: 100%;
  cursor: pointer;
}

.user-pages .modal .modal-body .address-form-address-type .controls select {
  width: 100%;
  height: 28px;
  cursor: pointer;
  border: none;
}

.user-pages .boxform h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}

.user-pages .modal .modal-body input {
  display: block;
  width: 100%;
}

.user-pages .modal .modal-footer button.btn-link,.user-pages h1+ul.nav.nav-pills {
  display: none;
}

.user-pages .modal .modal-footer {
  border: 0;
  background: 0 0;
  padding: 10px 0;
}

.user-pages .modal::-webkit-scrollbar {
  width: 2px;
}

.user-pages .modal::-webkit-scrollbar-track {
  background: #d0d0d0;
}

.user-pages .modal::-webkit-scrollbar-thumb {
  background: #000;
}

.user-pages .modal .modal-body .control-group.address-form-cep {
  width: 70%;
  float: left;
}

.user-pages .myorders .page-header {
  margin: 0;
  border: none;
}

.user-pages .myorders .page-header h1 {
  font-size: 22px;
  text-transform: uppercase;
  color: #c90000;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5a5a5a;
}

.user-pages .myorders {
  border: 2px solid #ededed;
  padding: 20px;
}

div#vtexIdUI-global-loader {
  z-index: 9999!important;
}

.vtexIdUI li button {
  font-size: 12px!important;
  border-radius: 0!important;
}

.summaryWrapper {
    display: none;
}

.showcase-page .breadcrumbs {
    margin-top: 15px;
}


@media (max-width: 1024px) {
    body #page-content {
        margin-top: 88px !important;
    }
    .is-fixed + div + #page-content {
        margin-top: 66px !important;
    }

    body #main-header.is-fixed .header-middle .x-main-logo svg g#Group_226 {
        transform: translate(-970px, -162px) scale(2.75) !important;
    }

    .seletor-sku .x-size-table-wrapper .x-size-table-wrapper__content {
        position: absolute;
        top: 8px;
        left: 0;
        right: 10px;
        max-height: calc(100vh - 20px);
        padding: 10px 0px;
        margin: 0 auto;
        width: 100%;
        transform: none;
    }

    .seletor-sku .x-size-table-wrapper .x-size-table-wrapper__content table thead tr th {
        padding: 12px 0;
        font-weight: 500;
    }
    .seletor-sku .x-size-table-wrapper .x-size-table-wrapper__content table tbody tr td {
        padding: 10px 0px;
    }
}

@media (max-width:1024px) {
    .showcase li .box-item {
        text-align: center;
    }
    .seletor-sku .x-size-table {
        bottom: 0px;
        top: 106px;
        height: 16px;
    }
    .product-page .product-data {
        padding: 0px;
    }
    .product-page .product-data .wrap-data {
        width: 100% !important;
        padding: 0px 15px;
    }
    .product-page .product-data h2 {
        margin-top: 15px;
    }
    .product-page .product-data .seletor-sku ul.topic {
        margin-top: 15px;
    }
    .product-page .product-data .buy-button-box .buy-button-box__button {
        margin-top: 15px;
    }
}

.x-product__main-similar{
    display: none;
}

.categories label {
  color: #858585;
  display: block;
  font-size: 15px;
  padding: 25px 25px 0;
  line-height: 35px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.categories label.sr_selected {
  font-weight: bold;
}

.categories label input {
  display: none;
}

.categories label:hover {
  color: #093953;
}

header .header-bottom .main-menu .menu-departamento>ul>li.especial .drop-down dl dd ul li {
  float: left;
  width: 100%;
}

.x-product__notifyme{
  padding: 20px 10px;
  display: none;
  clear: both;
}

.x-product__notifyme-header{
  margin-bottom: 20px;
}

.x-product__notifyme-title{
  color: #093953;
  font-family: 'Frank Ruhl Libre',serif;
  margin: 5px 0;
  text-transform: uppercase;
  text-align: center;
}

.x-product__notifyme-subtitle{
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0px;
  color: #656564;
  text-align: center;
}

.x-product__notifyme-form .x-product__notifyme-input{
  width: 80%;
  margin: 0 auto 10px;
  font-weight: 300;
  font-family: 'Source Sans Pro', serif;
  font-size: 13px;
  line-height: 22px;
  padding: 10px;
  padding: 0.625rem;
  color: #272727;
  display: block;
  background-color: #e8e8e8;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.x-product__notifyme-form .x-product__notifyme-input.js--notifyme-button{
  background-color: #093953;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}


.showcase-page .filters > .container {
  max-width: none;
  padding: 0;
}

.showcase-page .filters > .container .wrap {
  padding: 0 30px;
}

.product-images-enable-zoom{
  position: absolute;
  z-index: 99;
  background-image: url(/arquivos/zoom-in.png);
  height: 32px;
  width: 32px;
  font-size: 0;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.product-images-enable-zoom.is--active{
  background-image: url(/arquivos/zoom-out.png);
}
.showcase-page .filters .recebe-filtro .filters-list .wrap_filtro_linha {
  display: none;
}

@media (max-width: 1024px) {
  .showcase-page .filters > .container .wrap {
    padding: 0px;
  }
  .showcase-page .filters .recebe-filtro .filters-list .wrap_filtro_cor-basica fieldset h5 {
    margin: 0px;
  }
  .showcase-page .filters .recebe-filtro .filters-list>div .refino.is--active h5:after,
  .showcase-page .filters .recebe-filtro .filters-list>div .filter-price.is--active h5:after {
    transform: rotate(-90deg);
  }
  .showcase-page .filters .recebe-filtro .filters-list>div .refino > div ul {
    width: 100%;
  }
  .showcase-page .filters .recebe-filtro .filters-list>div .refino > div,
  .showcase-page .filters .recebe-filtro .filters-list>div .filter-price.is--active > div {
    transition: max-height 500ms;
    overflow: hidden;
    max-height: 0;
  }
  .showcase-page .filters .recebe-filtro .filters-list>div .refino.is--active > div,
  .showcase-page .filters .recebe-filtro .filters-list>div .filter-price.is--active > div {
    max-height: 500px;
    display: block;
  }
  .showcase-page .filters .recebe-filtro .filters-list>div .refino > div label{
    display: inline-block;
    line-height: 22px;
  }
  .showcase-page .filters .recebe-filtro .filters-list .wrap_filtro_linha {
    display: block;
  }
  .showcase-page .filters .recebe-filtro .filters-list .wrap_subcategorias {
    display: none;
  }
}


@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  body {
    padding: 0 !important; }
    @media (max-width: 1024px) {
      body {
        padding: 0 !important; } } }

@media \\0 screen {
  body #page-content {
      margin: 0 !important;
  }

  body.product-page .main-product-data {
      margin: 13px 0 0 0 !important;
      padding: 0;
  }
}

/* Adicionando ícone ao lado de "Presentes" no menu */

.menu-departamento .presentes a:before {
  content: '';
  background: url(/arquivos/icone-presentes.png) left center/100% auto no-repeat;
  display: inline-block;
  width: 20px;
  height: 22px;
  margin-right: 6px;
  vertical-align: top;
}

@media screen and (max-width: 1024px){
  .menu-departamento .presentes a:before {
    vertical-align: sub;
  }
}