body {
	font-family: 'Rubik', sans-serif;
}
a,
.alink {
 color:#111;
 text-decoration:none
}
a:visited,
.alink:visited {
 color:#111;
 text-decoration:none
}
a:hover,
.alink:hover {
 color:#111;
 text-decoration:underline
}
a:active,
.alink:active {
 color:#111;
 text-decoration:underline
}

/*DESKTOP E MOBILE*/
.page-header {
  background: #FFF;
}
.page-header .panel.wrapper {
  border-bottom: 1px solid #EEE !important;
  background-color:#FAFAFA  !important
}
.cms-index-index #maincontent .widget .block-title strong {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: -30px;
  font-weight: 600;
  padding: 0px;
  font-size: 22px;
  background:#FFF;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  width: auto;
  display: table;
  color:#333;
}
.cms-index-index #maincontent .widget .block-title {
  text-align: center;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-bottom: 40px;
  margin-top: 40px;
  border-bottom: solid 1px transparent;
  padding: 0px;
  height: 35px;
  text-transform: uppercase;
}
.product-item .action.primary {
  background:#2db05d;
  border: 1px solid #2db05d;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.product-item .action.primary:hover {
  background:#2aa557;
  border: 1px solid #2aa557;
  filter: brightness(115%);
  -webkit-filter: brightness(115%);
}
.block.newsletter .action.primary {
  background:#6c6d70;
  border: 1px solid #6c6d70;
  color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-left: 2px;
  padding: 14px 15px;
}
.block.newsletter .action.primary:hover {
  background:#6c6d70;
  border: 1px solid #6c6d70;
  filter: brightness(105%);
  -webkit-filter: brightness(105%);
}
.block.newsletter input[type="email"] {
  height: 46px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.product-item .action.towishlist {
  color:  #111;
}
.product-item .action.towishlist:hover {
  color:  #000;
}
@media all and (min-width:768px) {
  .products-grid .product-item-info,
  .products-grid .product-item-info {
    border:1px solid transparent;
  }
  .products-grid .product-item-info {
    margin: 0px;
    padding: 9px;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    box-shadow:2px 2px 10px 0 rgba(0,0,0,0.15);
    border:1px solid #EEE;
    margin: 0;
  }
}
@media all and (max-width:767px) {
  .column.main .product-item {
    margin-bottom: 40px;
  }
}
.price {
  font-family: 'Rubik', sans-serif;
}

.minicart-wrapper .action.showcart .counter.qty {
  background: #2db05d;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
}
.block.newsletter .field .control::before {
  margin: 7px 0 0 8px;
}
.block-compare .block-title strong, .block-reorder .block-title strong, .widget .block-title strong, .block-wishlist .block-title strong {
  font-weight: 600;
}
.breadcrumbs a {
  color:#111;
  text-decoration:none
}
.breadcrumbs a:visited {
  color:#111;
  text-decoration:none
}
.breadcrumbs a:hover {
  color:#111;
  text-decoration:underline
}
.breadcrumbs a:active {
  color:#111;
  text-decoration:none
}
.minicart-items .product-item-name a {
  color: #000;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  background:#2db05d;
  border: 1px solid #2db05d;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
  background:#2aa557;
  border: 1px solid #2aa557;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  background:#2db05d;
  border: 1px solid #2db05d;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background:#2aa557;
  border: 1px solid #2aa557;
}
.action.primary:focus,
.action.primary:active {
  background:#111;
  border:1px solid #111;
}
.action.primary {
  background: #111;
  border: 1px solid #111;
}
.action.primary:hover {
  background: #000;
  border: 1px solid #000;
}
.box-tocart .action.primary {
  background:#2db05d;
  border: 1px solid #2db05d;
}
.box-tocart .action.primary:hover {
  background:#2aa557;
  border: 1px solid #2aa557;
}
.pages a.page:hover {
  color: #111;
}
.pages a.page {
  color: #000;
}
.product-info-main .product-options-bottom .price-box, .product-info-main .product-info-price .price-box {
  color:#000;
}
.customer-welcome .action.switch {
  color: #666 !important;
}
.opc-block-summary > .title {
  font-weight: 600;
}
.checkout-index-index .opc-progress-bar {
  margin: 20px 0 20px;
}
button.action-auth-toggle span {
  background: #EEE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  line-height: 20px;
  padding: 5px 10px;
  color: #000;
}
.block.widget .products-grid .product-item .product-item-inner, .page-layout-1column .block.widget .products-grid .product-item .product-item-inner, .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
  box-shadow: 3px 6px 4px 0 rgba(0,0,0,0.0);
}
.products-grid .product-item-inner {
  background: rgba(255, 255, 255, 0);
  box-shadow: 3px 4px 4px 0 rgba(0,0,0,0.0);
  border: 1px solid rgba(187, 187, 187, 0);
}
.block.newsletter .title {
  display: block;
}
.page-footer .title strong, .footer.content .links strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
}
.checkout-index-index  #braspag_pagador_creditcard_cc_type input[type="radio"], 
.checkout-index-index  #braspag_pagador_debitcard_cc_type input[type="radio"]{
  margin-top: 10px;
}
/*DESKTOP E MOBILE*/


/*APENAS DESKTOP*/
@media all and (min-width:768px) {
  .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
      border-color:#CCC!important
  }
  .nav-sections-item-content nav.navigation {
      background:  transparent!important
  }
  .navigation .level0 > .level-top {
      color:#FFF !important;
      font-size: 15px;
      text-transform: none;
      font-family: 'Rubik', sans-serif;
      padding: 0 10px !important;
      letter-spacing: 0px!important;
	  font-weight: 400;
	  line-height: 40px !important;
  }
  .navigation .level0>.level-top:hover,
  .navigation .level0>.level-top.ui-state-focus {
      color:#e4e09b!important;
  }
  .navigation .level0.active>.level-top,
  .navigation .level0.has-active>.level-top {
      color:#e4e09b!important;
  }
  .navigation ul {
      width: auto;
      display: table;
      margin: auto;
  }
  .nav-sections-item-content {
      background:  #DDD;
	  padding: 10px 0;
      border-top: solid 1px #111;
  }
  .header .not-logged-in {
      color: #888;
      font-size: 12px;
  }
  .header .block-search input[type="text"] {
      border-radius: 5px;
      height: 52px;
  }
  .header.panel > .header.links > a {
      font-weight: 600;
      color:#888;
  }
  .header .block-search button.action.search {
      background: transparent;
      right: 0px;
      color:#111 !important;
      width: 52px;
      height: 46px;
      margin-top: 5px;
      margin-right: 5px;
      border-radius: 10px 8px 8px 10px;
      -webkit-border-radius: 10px 8px px 10px;
      -moz-border-radius: 10px 8px px 10px;
      -ms-border-radius: 10px 8px px 10px;
      -o-border-radius: 10px 8px px 10px;
	}
	.header .block-search button.action.search[disabled] {
		opacity: 1.0;
	}
  .header .block-search button.action.search:hover {
      background: #DDD !important;
      filter: brightness(96%);
      -webkit-filter: brightness(96%);
	}
  .header .block-search button.action.search::before {
      color:#111 !important;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
      display: none !important;
  }
  .cms-index-index #maincontent .product-item-actions .actions-secondary > .action.tocompare {
      display: none;
  }
  .cms-index-index #maincontent .product-item-details {
      padding-bottom: 50px;
  }
  .cms-index-index #maincontent .products-grid .product-item-actions {
      position: absolute;
  }
  .cms-index-index #maincontent .product-item-actions {
      display: none;
  }
  .cms-index-index #maincontent .products-grid .product-item:hover .product-item-actions {
      display: block;
  }
  .product-item-details .price {
      font-size: 18px;
  }
  .footer.content .links a, .footer.content .links a:visited {
      color: #FFF;
  }
  .footer.content .links a:hover {
      color:#FFF;
  }
  footer.page-footer {
      padding: 0px 0;
  }
  .page-footer .footer.content {
    padding-top: 70px;
    padding-bottom: 0px;
  }
  .page-footer .widget.block {
    margin: 0px 0;
  }
  small.copyright {
      background: #EEE;
      border-top:1px solid #EEE;
      padding: 20px 0;
  }
  .product-info-main .product-info-price .price-box {
      width: 100%;
      display: table;
  }
  .product-info-main .product-info-stock-sku {
      display: table;
      padding-left: 0%;
      text-align: left;
      width: 100%;
  }
  .product-info-main .product-info-price {
      border-bottom: 1px solid  transparent;
  }
  .page-footer .title strong, .footer.content .links strong {
      color:#888 !important;
  }
}
@media all and (min-width:1001px) and (max-width:1150px) {
  .navigation .level0 > .level-top {
      font-size: 15px;
      padding: 0 20px !important;
  }
}
@media all and (min-width:768px) and (max-width:1000px) {
  .navigation .level0 > .level-top {
      font-size: 15px;
      padding: 0 10px !important;
  }
}
/*APENAS MOBILE*/
@media all and (max-width:767px) {
  .logo img {
      height: auto;
  }
  .product-item .tocart {
      font-size: 0.9rem;
  }
  footer.page-footer {
      background: #f4f4f4;
  }
  small.copyright {
      background: #EEE;
      border-top:1px solid #EEE;
  }
  .footer.content ul > li {
      background: transparent;
      font-size: 1.6rem;
      border-top: 1px solid rgba(0,0,0,0.1); 
      margin: 0 -15px;
      padding: 0 15px;
  }
  .page-footer .title strong, .footer.content .links strong {
      color:#333;
  }
}

@media all and (min-width:768px) {
  .header .block-search {
      float: right;
      width: 250px;
      margin-right: 50%;
      right: -120px;
      position: absolute;
      margin-top: 60px;

  }
  .block-search .block-content {
    border: solid 1px #CCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
}
@media all and (min-width:1081px) {
  .header .block-search {
      float: right;
      width: 500px;
      margin-right: 50%;
      right: -250px;
      position: absolute;
  }
}
@media all and (min-width:1280px) {
  .header .block-search {
      float: right;
      width: 600px;
      margin-right: 50%;
      right: -300px;
      position: absolute;
  }
}

@media all and (min-width:1401px) {
  .header .block-search {
      float: right;
      width: 700px;
      margin-right: 50%;
      right: -350px;
      position: absolute;
  }
}

/*linhaBanners*/
.linhaBanners {
  height:auto;
  background:transparent;
  padding:0px 0;
  width:100%;
  z-index:99 !important;
  display:table;
  margin-top: 18px;
}
.linhaBanners .bannerImgResponsive img {
  width:100%;
  height:auto;
}
.linhaBanners .colunaEsquerda {
  width: calc(50% - 0.73%);
  height:auto;
  float:left;
}
.linhaBanners .colunaDireita {
  width: calc(50% - 0.73%);
  height:auto;
  float:right;
}
.linhaBanners .bannerMedio {
  margin-bottom:2.5%;
}
.linhaBanners .bannerMedio:last-child {
  margin-bottom:0;
}
@media all and (max-width:767px) {
  .linhaBanners .colunaEsquerda {
      width: calc(100% - 0.0%);
  }
  .linhaBanners .colunaDireita {
      width: calc(100% - 0.0%);
      float:left;
  }
  .linhaBanners .bannerGrande {
      margin-bottom:2.5%;
  }
}
/*final linhaBanners*/




/*selosRodape*/
.contentSelos {
  background:#fafafa;
  padding:50px 0 50px;
  border-top: 0px solid #DDD;
  display: table;
  width: 100%;
}
.contentSelos .title strong  {
  color: #6c6d70;
}
.contentSelos .footer.content {
  padding-top: 0;
  border-top: none;
}
.contentSelos .pagamento {
  width:60%;
  float:left;
  background: transparent;
}
.contentSelos .scriptSelos {
  width:40%;
  float:right;
  text-align:right;
  background: transparent;
}
.scriptSelos .caixaSelo {
  width:auto;
  float:left;
  margin-right:10px;
}
@media all and (max-width:767px) {
  .contentSelos .pagamento {
      width: 100%;
    }
  .scriptSelos .caixaSelo {
      width:auto;
      float:left;
      margin-right:10px;
  }
  .contentSelos .scriptSelos {
      margin-top:40px;
      float:left;
      width:100%;
      text-align:left;
      position:relative;
    }
}
/*final selosRodape*/

/*linhaDestaques*/
.linhaDestaques{
  width: calc(100.0% - 40px);
  display: table;
  background: transparent;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin: 40px 0 60px;
}
.linhaDestaques ul.colunaItens {
	margin:0;
  padding:0;
  list-style: none;
  width: 100%;
  display: table;
}
.linhaDestaques ul.colunaItens li {
  float:left;
  width: calc(25.00% - 40px);
	margin:5px 20px;
}
.linhaDestaques .icone {
	width: 100%;
	height:auto;
	text-align:center;
}
.linhaDestaques .icone img {
	width:auto;
  height:auto;
  max-height: 50px;
}
.linhaDestaques .caixaTexto {
	width: 100%;
  height:auto;
  text-align: center;
  color: #FFF;
}
.linhaDestaques .caixaTexto .titulo {
	font-size:1.2em;
  font-weight:500;
  color: #FFF;
}
.linhaDestaques .caixaTexto .subtitulo {
	font-size:1em;
  font-weight:400;
  color: #FFF;
}
@media all and (max-width:767px) {
  .linhaDestaques{
    width: calc(100.0% - 0px);
    padding: 0px 0px;
    background: transparent;
  }
  .linhaDestaques ul.colunaItens li {
    width: calc(100.0% - 40px);
    margin:5px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px 0px;
  }
}
/*final linhaDestaques*/

.product-info-main .product.alert a.action.alert {
  background: #EEE;
  color: #2db05d;
  padding: 7px 10px;
  border-radius: 3px;
  max-width: 350px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
}
.product-info-main .product.alert a.action.alert:hover {
  background: #2db05d;
  color: #FFF;
}


.pagamento .block {
  width: 100%;
}


/*oculta o pais e estado CEP carrinho*
https://magento.stackexchange.com/questions/122395/how-can-we-hide-remove-country-state-from-estimate-shipping-and-tax-form-in-ma*/
.checkout-cart-index div[name="shippingAddress.region_id"],
.checkout-cart-index div[name="shippingAddress.country_id"] {
     display: none !important;
}


.checkout-onepage-success .page-title-wrapper a.print {
  background: #111;
  color: #FFF;
  padding: 8px 8px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
}
.checkout-onepage-success .page-title-wrapper a.print:hover {
  background: #000;
}

/*personaliza link current Meus Pedidos*/
@media all and (min-width:768px) {
  .customer-welcome li.nav.item.current {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
}
@media all and (max-width:767px) {
  .customer-welcome li.nav.item.current {
    padding: .8rem 20px;
    border-top: 1px solid #d1d1d1;
  }
}
/*final personaliza link current Meus Pedidos*/


.barra-block {
  background: #111;
  border-bottom: solid 1px #222;
  height: 60px;
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  display: table;
  color: #EEE;
  height: 60px;
  font-size: 14px;
  line-height: 20px;
}
.barra-block .midle {
  vertical-align: middle;
  height: auto;
  display: table-cell;
  text-align: center;
}
.barra-block img {
  width: auto;
  text-align: center;
  margin: auto;
  height: 20px;
  line-height: 20px;
  margin-top: 0px;
  position: absolute;
  margin-left: -25px;
}
@media all and (max-width:767px) {
  .barra-block {
    font-size: 12px;
  }
}

/*06032020*/

.field[name="shippingAddress.telephone"] .field-tooltip span#tooltip-label {
  display: none !important;
}

.checkout-index-index .discount-code .payment-option-content form#discount-form .payment-option-inner .field label.label[for="discount-code"] {
  display: none !important;
}

.catalog-product-view .product-info-main .product.attribute.overview div.value[itemprop="description"] {
  display: none !important;
}

.catalog-product-view .product-info-main .postcode .control span.link-cep-br {
  font-size: 10px;
  margin-bottom:10px;
  margin-top: 5px;
  display: table;
}

.catalog-product-view .product-info-main .postcode .control span.link-cep-br a,
.catalog-product-view .product-info-main .postcode .control span.link-cep-br .alink {
 color:#777;
}


.catalog-product-view .product-info-price #mestre-magento-table h3 {
  line-height: 15px;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
}
.catalog-product-view .product-info-price #mestre-magento-table a#expandirParcelas {
  background-color: #DDD;
  padding: 2px 0px 2px 10px;
  line-height: 35px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-decoration: none;
}
.catalog-product-view .product-info-price #mestre-magento-table a#expandirParcelas:after {
  content: '\e622';
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  width: 18px;
}
.catalog-product-view .product-info-price #mestre-magento-table a#expandirParcelas:hover {
	filter:brightness(95%);
}
.shipping-address-items .shipping-address-item.not-selected-item {
  border-color:#CCC;
  
}
.checkout-index-index .opc-wrapper .shipping-address-items .shipping-address-item {
  margin: 5px 5px 20px 5px;
}
.opc-wrapper .shipping-address-item {
  padding: 10px 10px 20px 10px;
}

.catalog-product-view .jsr-priceinstallment p.mm-price-parcels-view {
  margin-bottom: 0rem;
}
.catalog-product-view .product-info-price #mestre-magento-table #caixaParcelas {
  font-size: 12px;
}

/*inicio personalizacao frete*/
.catalog-product-view #simularFrete .field.postcode input#cep[type="text"] {
  width: 150px;
  height: 34px;
}
.catalog-product-view #simularFrete #sendFrete {
  padding: 8px 10px !important;
  background-color: #333333 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 0px;
  margin-left: 5px;
}
.catalog-product-view #simularFrete #sendFrete:hover {
  background-color: #222 !important;
}
.catalog-product-view #simularFrete #sendFrete {
  width: 130px;
}
.catalog-product-view #simularFrete .field.postcode input#sendFrete {
  float: none;
}
@media (max-width: 791px) {
  .catalog-product-view #simularFrete #sendFrete {
      width: 100%;
      margin-top: 5px;
      margin-left: 0px;
  }
  .catalog-product-view #simularFrete .field.postcode input#cep {
      width: 100%;
      float: left;
  }
  .catalog-product-view #simularFrete .field.postcode input#cep[type="text"] {
    width: 100%;
  }
}
/*final personalizacao frete*/

.botao-editar-carrinho {
   background: #EEE;
   padding: 10px 0;
   text-align: center;
   color: #2db05d;
   font-size: 16px;
   margin: 10px 0 20px;
   font-weight: 600;
   cursor: pointer;
   box-shadow: inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);
   border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
   border:solid 1px #CCC;
}
.botao-editar-carrinho:hover {
   filter:brightness(95%);
}
.botao-editar-carrinho a {
   display: block;
   color: #000;
   text-decoration:none;
}
.barra-block {z-index: 100;}



/*23032020*/
.checkout-cart-index button.update[name="update_cart_action"] {
  background: #2db05d;
  box-shadow: inset 0 1px 0 0 #2db05d,inset 0 -1px 0 0 rgba(204,204,204,0.3);
  border: 1px solid #2db05d;
  color: #FFF;
}
.checkout-cart-index button.update[name="update_cart_action"]:hover {
  filter:brightness(95%);
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #2db05d;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item::after {
  background: #2db05d;
}
.checkout-index-index .opc-progress-bar-item._active::before {
  background: #2db05d;
  border-color: #2db05d;
}
.checkout-index-index .opc-progress-bar-item._active > span::before {
  background: #2db05d;
  border-color: #2db05d;
}
.checkout-index-index .opc-progress-bar-item._active > span::after {
  border-color: #2db05d;
}
.checkout-index-index .opc-progress-bar-item._complete > span {
  color: #000;
}
.modals-wrapper .modal-inner-wrap .action-primary:focus, 
.modals-wrapper .modal-inner-wrap .action-primary:active{
  background:#2db05d;
  border:1px solid #2db05d;
  color:#fff
}
.modals-wrapper .modal-inner-wrap .action-primary:hover {
  background: #2db05d;
  border: 1px solid #2db05d;
  filter:brightness(95%);
}

/* personalizacao especial item carrinho */
.opc-progress-bar-item.progress-bar-item-carrinho {
  display: none;
}
.opc-progress-bar-item.progress-bar-item-carrinho:first-child {
  display: inline-block;
}
/* personalizacao especial item carrinho */

.ammenu-menu-wrapper.-desktop {
  border-top: solid 1px #666;
}

@media all and (min-width:768px) {
  header.page-header .header.content {
    padding: 00px 20px 0;
    height: 160px;
  }
}

.checkout-billing-address .fieldset .actions-toolbar .primary button.action-update {
  background: #2db05d;
  box-shadow: inset 0 1px 0 0 #2db05d,inset 0 -1px 0 0 rgba(204,204,204,0.3);
  border: 1px solid #2db05d;
  color: #FFF;
}
.checkout-billing-address .fieldset .actions-toolbar .primary button.action-update:hover {
  filter:brightness(95%);
  -webkit-filter:brightness(95%);
}
@media all and (min-width:768px) {
  .checkout-index-index .logo {
    padding-top: 30px;
  }
}
/*oculta link sair/mobile*/
@media all and (max-width:767px) {
  .header.links .header.links > li.authorization-link {
    display: none;
  }
}


/*22042020*/
.mp-product-slider-block {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  margin: auto;
  font-weight: 400;
  font-size: 22px;
  padding: 0;
  width: 100%;
  display: table;
  height: auto;
  padding: 40px 0px 20px;
}
.mp-product-slider-block h2.mp-product-slider-title {
  text-align: center;
  margin: auto;
  font-size: 22px;
  height: 35px;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 0px;
  height: auto;
  line-height: auto;
  font-weight: 600;
  width: auto;
  display: table;
}
.mp-product-slider-block .mp-ps-info {
  color: #333;
  display: table;
  text-transform: none;
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  font-family: 'Rubik', sans-serif;
}
/*
@media all and (min-width:768px) {
  #maincontent .owl-carousel.owl-drag .owl-item {
      outline:1px solid #FFF;
      outline-offset:-1px;
  }
  #maincontent .owl-carousel.owl-drag .owl-item:hover {
    box-shadow:3px 4px 4px 0 rgba(0,0,0,0.0);
    outline:1px solid #CCC;
  }
  #maincontent .owl-item div.slider-product-item-info {
    width: calc(100% - 18px) !important;
    padding: 0 9px;
  }
  #maincontent .owl-item .slider-product-item-details {
    padding-bottom: 50px;
  }
  #maincontent .owl-item .slider-product-item-actions {
    display: none;
    position: absolute;
  }
  #maincontent .owl-item:hover .slider-product-item-actions {
    display: block;
  }
  #maincontent .product-items .owl-carousel .owl-nav button.owl-prev, 
  #maincontent .product-items .owl-carousel .owl-nav button.owl-next {
    width: 25px!important;
    height: 50px!important;
    background-color: #FFF!important;
    font-size: 50px!important;
    line-height: 40px!important;
    color: #333!important;
    padding-bottom: 5px!important;
    margin-top: -300px;
  }
  #maincontent .product-items .owl-carousel .owl-nav button.owl-prev:hover, 
  #maincontent .product-items .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #EEE!important;
  }
  #maincontent .product-items .owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -50px;
  }
  #maincontent .product-items .owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -50px;
  }
  #maincontent .product-items .owl-carousel .owl-nav button.owl-prev span, 
  #maincontent .product-items .owl-carousel .owl-nav button.owl-next span {
    margin-top: 0px;
    display: table;
    text-align: center;
    width: 100%;
    margin: auto;
  }
}

@media all and (min-width:768px) and (max-width:990px) {
  #maincontent .product-items .owl-carousel .owl-nav button.owl-prev {
    margin-left: -20px;
  }
  #maincontent .product-items .owl-carousel .owl-nav button.owl-next {
    margin-right: -20px;
  }
}

@media all and (max-width:767px) {
  #maincontent .product-items .owl-carousel .owl-nav button.owl-prev, 
  #maincontent .product-items .owl-carousel .owl-nav button.owl-next {
    width: 25px!important;
    height: 40px!important;
    background-color: #EEE!important;
    font-size: 30px!important;
    line-height: 40px!important;
    color: #333!important;
    padding-bottom: 5px!important;
    margin-top: 20px;
  }

  #maincontent .product-items .owl-carousel .owl-nav button.owl-prev span, 
  #maincontent .product-items .owl-carousel .owl-nav button.owl-next span {
    margin-top: 0px;
    display: table;
    text-align: center;
    width: 100%;
    margin: auto;
  }
}

#maincontent .product-items .owl-carousel button:not(.primary) {
  box-shadow: none;
}
*/
#preco-a-vista-mm p {
  margin-bottom: 1rem;
}

.block.widget.block-products-list.slider.ammenu-product-list {
  padding: 0 30px;
}
.ammenu-submenu-container.ammenu-submenu.-auto {
  overflow-x: hidden;
}

.infosRodape {
  font-size: 12px;
  color: #333;
  margin: 20px 0 10px;
  text-align: left;
}
.checkout-index-index .infosRodape {
  text-align: center;
}
@media all and (max-width:767px) {
  .infosRodape .info-rodape-cnpj {
    width: 100%;
    display: table;
  }
  .infosRodape .info-rodape-horario{
    width: 100%;
    display: table;
  }
  .infosRodape .info-rodape-email{
    width: 100%;
    display: table;
    float: none;
  }
}


.product.data.items > .item.title.active > .switch {
  color: #000 !important;
}

/*04052020*/
.customer-account-edit .form-edit-account .fieldset.info .field.choice {
  background: #f5f5f5;
  width: 130px;
  padding: 5px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 8px;
  box-shadow: inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);
  border: solid 1px #CCC;
}
@media all and (max-width:767px) {
  .customer-account-edit .form-edit-account .fieldset.info .field.choice {
    width: calc(100% - 32px);
  }
}
.customer-account-edit .form-edit-account .fieldset.info .field.choice span {
  margin-right: 5px;
}
.customer-address-form .form-address-edit .field.choice.set {
  background: #f5f5f5;
  width: auto;
  padding: 5px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 8px;
  box-shadow: inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);
  border: solid 1px #CCC;
}
.newsletter-manage-index .form-newsletter-manage .fieldset .field.choice {
  background: #f5f5f5;
  width: auto;
  padding: 5px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 8px;
  box-shadow: inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);
  border: solid 1px #CCC;
  display: initial;
}
.newsletter-manage-index .form-newsletter-manage .fieldset .field.choice span {
  margin-right: 5px;
}

.block-dashboard-info .box-actions a.action, 
.box-billing-address .box-actions a.action,
.box-shipping-address .box-actions a.action,
.box-address-billing .box-actions a.action,
.box-address-shipping .box-actions a.action, 
.sales-order-view .order-actions-toolbar a.action,
.customer-address-index .additional-addresses #additional-addresses-table a.action{
  background: #f5f5f5;
  padding: 2px 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  box-shadow: inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);
  border: solid 1px #CCC;
  font-weight: 600;
}
.block-dashboard-info .box-actions, 
.box-billing-address .box-actions, 
.box-shipping-address .box-actions, 
.box-address-billing .box-actions,
.box-address-shipping .box-actions {
  margin-top: 10px;
}
.block-dashboard-info .box-actions .action::after, 
.customer-address-index .additional-addresses #additional-addresses-table .action::after {
  display: none;
}

/*inicio ajustes filtros mobile*/
@media all and (min-width:280px) and (max-width:419px) {
  .page-products .toolbar-sorter.sorter .sorter-options {
    width: 120px;
  }
  .page-products .toolbar-sorter.sorter .sorter-label {
    font-size: 12px;
    line-height: 18px;
    display: table;
    width: 100%;
    text-align: right;
  }
  .page-products .toolbar-sorter.sorter {
    top: -18px;
    width: 70%;
    text-align: right;
    display: table;
  }
}
@media all and (max-width:279px) {
  .page-products .toolbar-sorter.sorter {
    top: 40px;
    width: 100%;
    text-align: left;
  }
  .page-products .sidebar.sidebar-main {
    top: -10px;
  }
  .page-products .toolbar-amount {
    margin-top: 30px;
  }
  .page-products .toolbar-sorter.sorter .sorter-label {
    font-size: 12px;
  }
  .page-products .toolbar-sorter.sorter .sorter-options {
    width: 120px;
  }
}
/*final ajustes filtros mobile*/

/*inicio destaque preco a vista*/
#preco-a-vista-mm p span {
  width: 100%;
  display: table;
  text-align: left;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: normal;
  font-weight: 600;
}
div#preco-a-vista-mm {
  margin-bottom: 10px;
}
#preco-a-vista-mm p span.valor-a-vista {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  font-family: 'Rubik', sans-serif;
}
@media all and (max-width:767px) {
  #preco-a-vista-mm p span.valor-a-vista {
    font-size: 18px;
  }
  .product-slider .slider-product-item-info {
      width: 100% !important;
  }
}
#preco-a-vista-mm p span.frase-a-vista {
  font-size: 14px;
  color: #333;
}
.product-info-main .product-info-price #preco-a-vista-mm {
  margin-top: 15px;
}
.product-info-main .product-info-price #preco-a-vista-mm p span.valor-a-vista {
  font-size: 36px;
  color: #000;
}
#preco-a-vista-mm p span.valor-a-vista.cor-destaque, 
.product-info-main .product-info-price #preco-a-vista-mm p span.valor-a-vista.cor-destaque {
  color:#4b8dd8;
}
/*final destaque preco a vista*/

/*ajustes gerais preco*/
@media all and (min-width:768px) {
  .product-item-info .product-item-details {
    padding-bottom: 70px;
  }
}
@media all and (max-width:767px) {
  .products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    border:none;
  }
  .catalog-product-view .product-info-price .jsr-priceinstallment {
    display: table;
    width: 100%;
    color: #333;
  }
  .catalog-product-view .product-info-price .jsr-priceinstallment, 
  .catalog-product-view .product-info-price #preco-a-vista-mm {
    padding-left: 10px;
  }
  .catalog-product-view .product-info-price #mestre-magento-table {
    display: table-row;
    margin-bottom: 10px;
  }
  .catalog-product-view .product-info-price #mestre-magento-table h3 {
    margin-left: 10px;
  }
  .catalog-product-view .product-info-price #caixaParcelas {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .catalog-product-view .product-info-main .product-info-stock-sku {
    padding-left: 10px;
    margin-top: 10px;
    display: table;
    text-align: left;
  }
  .catalog-product-view .product.info.detailed {
    word-wrap: break-word;
  }
}
.product-item-details .mm-price-parcels-grid {
  line-height: 1.2em;
}
.product-item .price-box .price {
  font-size: 18px;
}
.products .product-item .price-box, 
.product-items .product-item .price-box {
  margin: 0px 0 0px;
}
.products .product-item .jsr-priceinstallment, 
.product-items .product-item .jsr-priceinstallment {
  display: table;
  width: 100%;
  color: #333;
}
.product-info-main .product-info-price .price-box .price-container > span {
  margin-bottom: 0px;
}
.product-options-bottom .price-box, 
.product-info-price .price-box {
  padding-bottom: 0;
}
.catalog-product-view .product-options-bottom .price-box .price-container .price,
.catalog-product-view .product-info-price .price-box .price-container .price {
  font-size:26px;
  line-height:26px
}
/*final ajustes gerais preco*/


/*frete gratis*/
.frete_gratis {
  display: table;
  margin: 20px 0;
  width: calc(100% - 30px);
  background-color: #E3F7FF;
  padding: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.frete_gratis h1,
.frete_gratis h2, 
.frete_gratis h3 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.frete_gratis img {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
/*final frete gratis*/

/*barra topo*/
.barra-topo {
  position: absolute;
  display: table;
  width: 60%;
  height: 40px;
  line-height: 18px;
  top: 0;
}
ul.linksTopoEsq li a {
  font-size: 14px;
}
@media all and (min-width:1181px) and (max-width:1520px) {
  .barra-topo {
    width: 70%;
  }
}
@media all and (min-width:1001px) and (max-width:1180px) {
  .barra-topo {
    width: 65%;
  }
}
@media all and (min-width:767px) and (max-width:1000px) {
  .barra-topo {
    width: 65%;
  }
  ul.linksTopoEsq li a {
    font-size: 12px;
  }
}
.barra-topo a, .barra-topo {
  color: #888;
}
.barra-numero-whatsapp {
  height: 40px;
  display: table;
  font-size: 14px;
  width: 170px;
  float: left;
  margin-left: 10px;
}
.barra-info-whatsapp {
  height: 40px;
  display: table;
  width: calc(100% - 180px);
  float: left;
  margin-left: 0px;
  line-height: 13px;
}
.barra-topo .midle {
  vertical-align: middle;
  height: auto;
  display: table-cell;
}
.barra-topo .texto-info {
  color: #888;
  font-size: 12px;
  line-height: 15px;
}
.barra-topo .texto-info a {
  color: #888;
  font-weight: 600;
}
@media all and (max-width:767px) {
  .barra-topo {
    width: 100%;
    min-width: 250px;
    position: relative;
  }
  .barra-numero-whatsapp {
    margin-left: 0px;
    font-size: 12px;
    width: 140px;
  }
  .barra-topo .texto-info {
    font-size: 10px;
    line-height: 12px;
  }
  .panel.header .widget.block.block-static-block {
    margin: 0px;
  }
  .barra-info-whatsapp {
    width: calc(100% - 150px);
    line-height: 11px;
  }
}
/*barra topo*/


/* barra topo*/
.barra-topo ul.linksTopo {
	list-style:none;
	margin:0;
	padding:0;
}

.barra-topo ul.linksTopo li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin:0 10px;
	font-size:13px;
	color:#333;
	letter-spacing: 0px;
}
.barra-topo ul.linksTopo li.atendimento {
	font-size:14px;
}
.barra-topo ul.linksTopo li.whatsapp {
	font-size:14px;
}
.barra-topo ul.linksTopo li i {
	margin-right:5px;
	font-size:1.1em;
	margin-top:-1px;
}
.barra-topo ul.linksTopo li strong, .informacoesContato b {
	font-weight: 600;
}
.barra-topo a {
	color:#333;
}
.barra-topo ul.linksTopo li a:hover {
	color:#333;
	text-decoration:underline;
}

@media only screen and (max-width: 1080px) {
	.barra-topo ul.linksTopo li.atendimento {
		font-size:13px;
	}
	.barra-topo ul.linksTopo li.whatsapp {
		font-size:13px;
	}
	.barra-topo ul.linksTopo li {
		font-size:13px;
		margin: 0 5px;
	}
	.barra-topo .barraTopoEsquerda {
		width:calc(100% - 00px);
	}
	.barra-topo .barraTopoCentral {
		width:calc(100% - 00px);
	}
	.barra-topo .barraTopoDireita {
		width:calc(100% - 00px);
	}
	.barra-topo .barraTopoEsquerda .centralizarMenusMobile {
		width: auto;
		float: none;
		display: table;
		margin: auto;
	}
	.barra-topo .barraTopoDireita .centralizarMenusMobile {
		width: auto;
		float: none;
		display: table;
		margin: auto;
	}
}
@media only screen and (max-width: 950px) {
	.barra-topo ul.linksTopo li.atendimento {
		font-size:13px;
		margin: 0 5px;
	}
	.barra-topo ul.linksTopo li.whatsapp {
		font-size:13px;
		margin: 0 5px;
	}
	
}
@media only screen and (max-width: 667px) {


	.barra-topo ul.linksTopo li.atendimento {
		font-size:13px;
	}
	.barra-topo ul.linksTopo li.whatsapp {
		font-size:13px;
	}
}
.barra-topo .fa-whatsapp {
	margin-right: 7px;
}
@media only screen and (max-width: 667px) {
	.barra-topo ul.linksTopo li {
		font-size:13px;
		margin: 0 5px;
	}
	.barra-topo ul.linksTopo li.linkEmail {
		width: 100%;
		text-align: center;
	}
	.barra-topo ul.linksTopo li.linksdeMenu {
		text-align: center;
	}
	.barra-topo ul.linksTopo li.atendimento {
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.barra-topo ul.linksTopo li.whatsapp {
		margin: 0;
		width: 100%;
		text-align: center;
	}
}
.barra-topo ul.linksTopo li, .barra-topo ul.linksTopo li a {
	color: #333;
}
.barra-topo ul.linksTopo li a[href^="tel:"] {
  color: #333;
}

.barra-topo .barraTopoEsquerda ul.linksTopo li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin:0 10px;
	font-size:13px;
	color:#333;
	font-weight: 400;
}
.barra-topo .barraTopoEsquerda ul.linksTopo li a {
	color: #333;
}
.barra-topo .barraTopoEsquerda ul.linksTopo li a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 1280px)  {
	.barra-topo .removeMedium {
		display: none;
	}
}
@media only screen and (max-width: 667px)  {
	.barra-topo .removeMobile {
		display: none;
	}
}
@media only screen and (max-width: 1180px)  {
	.barra-topo ul.linksTopo li, 
	.barra-topo .barraTopoEsquerda ul.linksTopo li {
		margin: 0 5px;
		font-size: 12px;
	}
}
@media only screen and (max-width: 667px)  {
	.barra-topo ul.linksTopo li, 
	.barra-topo .barraTopoEsquerda ul.linksTopo li {
		margin: 0 3px;
		font-size: 11px;
	}
}
/* barra topo*/

/*whatsapp fixo*/
.whatsapp-fixo {
  z-index: 99999;
  position: fixed;
  bottom:0px;
	right: 0px;
}
.iconeChatWhatsapp {
	width: 40px;
	height: 40px;
	background-color: #25d365da;
	background-position:center;
	background-repeat:no-repeat;
	background-size:20px;
	background-image:url(../images/icone-whatsapp-fixo.png);
	border-radius: 50%;
  cursor: pointer;
  margin-bottom:20px;
	margin-right: 20px;
}
.whatsapp1 {bottom:20px;}
.whatsapp2 {bottom:85px;}
.whatsapp3 {bottom:140px;}

.iconeChatWhatsapp:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}
.iconeChatWhatsapp:hover .nomeAtendente {
	box-shadow: 2px 0px 7px rgba(0,0,0,0.25);
	border: solid 1px rgba(0,0,0,0.1);
  border-right: 1px solid #FFF;
  color: #555;
}
.iconeChatWhatsapp .nomeAtendente {
	position: absolute;
	margin-left: -120px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 2px 0px 7px rgba(0,0,0,0.15);
	border: solid 1px rgba(0,0,0,0.08);
	border-right: 1px solid #FFF;
	width: 98px;
  height: auto;
  padding: 5px;
	margin-top: 0px;
	text-align: center;
	border-radius: 5px;
  font-size: 11px;
  line-height: 13px;
	color: #777;
	font-weight: 400;
	display: table;
}
.iconeChatWhatsapp .nomeAtendente .midleNome {
	display:table-cell;
	vertical-align: middle;
	line-height: 12px;
	width: 100%;
}
.iconeChatWhatsapp .nomeAtendente:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	right: -5px;
	margin-top: 8px;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #FFF;
	position: absolute;
}
@media all and (max-width:767px) {
  .whatsapp1 {bottom:10px;}
  .whatsapp2 {bottom:75px;}
  .whatsapp3 {bottom:130px;}
}
/*whatsapp fixo*/

/*videos e imagens responsivas*/
iframe, img {
  max-width: 100%;
}
/*videos e imagens responsivas*/



.header.panel > .header.links > li > a {
    color: #cb2128;
}
.header.panel > .header.links > li > a:hover {
    color: #cb2128;
}
.header.panel > .header.links > li > a:visited {
    color: #cb2128;
}
.header.panel > .header.links > li {
    color: #888;
}

@media all and (min-width:768px) {
  .page-header .minicart-wrapper {
      display: inline-block;
      position: relative;
      float: right;
      /*background: #fbd703;
      background: -webkit-linear-gradient(top, #fbd703, #fff105);
      background: -o-linear-gradient(top, #fbd703, #fff105);
      background: -moz-linear-gradient(top, #fbd703, #fff105);
      background: linear-gradient(to top, #fbd703, #fff105);*/
      border:solid 1px transparent;
      padding: 15px 25px;
      border-radius: 10px ;
      -webkit-border-radius: 10px ;
      -moz-border-radius: 10px ;
      -ms-border-radius: 10px ;
      -o-border-radius: 10px ;
      margin-top: 60px;
  }
  .header .block-search input[type="text"]{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none;
    background-color: #FFF;
    border: solid 1px #DDD;
    text-indent: 10px;
    color: #666;
    outline: none;
    border-radius: 10px;
}
  .page-header .logo {
    margin-top: 38px;
  }
  .minicart-wrapper::before {
    content: 'Meu Carrinho';
    display: table;
    float: left;
    margin-right: 10px;
    line-height: 28px;
    font-weight: 600;
    color: #333;
  }
}
@media all and (max-width:767px) {
	.header .block-search input[type="text"]{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border: none;
		background-color: #FFF;
		border: solid 1px #CCC;
		text-indent: 10px;
		color: #666;
		outline: none;
		height: 50px;
		border-radius: 10px;
	}
}
.header .block-search input[type="text"]:focus {
	box-shadow: none;
	border: solid 1px #CCC;
  
}

/*blocos sub3*/
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 32.0%;
    margin-right: 1.9%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/*blocos sub3*/


.redes-sociais-rodape .redesocial {
  float: left;
  margin: 2px;
  width: auto;
  display: table;
}
.links .redes-sociais-rodape .redesocial {
  float: left;
}
.links .redes-sociais-rodape .redesocial img {
  max-width: 35px;
}
.links .redes-sociais-rodape .redesocial img:hover {
	-webkit-transition: 0.1s ease-in;
	-moz-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transition: 0.1s ease-in;
}
.links .redes-sociais-rodape .caixa-redes-sociais {
  margin: auto;
  width: auto;
  float: none;
}
.links .redes-sociais-rodape  {
  display: table;
  width: auto;
  margin: auto;
}
.links .linha-redes-sociais {
  width: 100%;
  max-width: 180px;
}
.footer.content .linha-redes-sociais .block {
  float: left;
  width: 100%;
}
@media all and (max-width:767px) {
  .links .linha-redes-sociais {
      width: 100%;
      max-width: 100%;
  }
}
.linhaDestaques .page-header {
  background-color: transparent;
}


.logoRodapeG {
  float: left;
  margin-bottom: 10px;
  margin-right:50px;
  margin-top: 0px;
  display: table;
  width: auto;
  max-width: 180px;
  background: transparent;
  display: table;
  padding: 20px 0px 0px;
  border-radius: 5px;
}
.logoRodapeG img {
  width: 100%;
  margin-top: -20px;
}

@media all and (max-width:767px) {
  .logoRodapeG {
    float: none;
    margin-bottom: 10px;
    margin-right: 30px;
    margin-top: 10px;
    display: table;
    width: 100%;
    max-width: 180px;
    margin:auto;
  }
  .links .linha-redes-sociais {
    width: 100%;
    max-width: 100%;
  }
  footer.page-footer {
    background: #000;
  }
  .footer.content ul > li {
    background: transparent;
  }
  .footer.content .links>li {
    background: transparent;
    border-top: 1px solid rgba(0,0,0,0.1); 
  }
  .page-footer .title strong, .footer.content .links strong {
    color: #FFF !important;
  }
  .footer.content .links a, .footer.content .links a:visited {
    color: #FFF !important;
  }
  small.copyright {
    background: #EEE;
    border-top: 1px solid #EEE;
  }
}

/*banners all*/
.banner-reponsivo img {
  width: auto;
  max-width: 100%;
}
/*banners all*/

p.mm-price-parcels-grid {
  border-bottom: none !important;
}



.copyright {
  color: #888!important;
}


@media all and (min-width:768px) {
  .cms-index-index .nav-sections {
      margin-bottom: 0px!important;
  }
}

/* Cores */
.barra-topo a, .barra-topo .texto-info {
   color: #656565;
}
 footer.page-footer, .linhaDestaques {
   background: #656565;
 }
.header.panel > .header.links > li > a {
   color: #656565;
}
.header.panel > .header.links > li > a:hover {
   color: #656565;
}
.header.panel > .header.links > li > a:visited {
   color: #656565;
}
@media all and (min-width:768px) {
   .page-footer .title strong, .footer.content .links strong {
       color:#eee !important;
   }
   .page-footer .contentSelos .title strong, .footer.content .contentSelos  .links strong {
       color:#999!important;
   }
   .page-header .logo {
    margin-top: 40px;
  }
}
@media all and (max-width:767px) {
  .header.links .welcome {
    color: #333;
  }
}

 @media all and (min-width:768px) and (max-width:1280px) {
  .header.panel>.header.links {
      width: auto;
      max-width: 50%;
  }
  .barra-topo {
    max-width: 47%;
    width: 47%;
  }
}
@media all and (min-width:1281px) {
  .header.panel>.header.links {
      width: auto;
      max-width: 400px;
  }
  .barra-topo {
    max-width: 830px;
    width: 830px;
  }
}


body .promos>li img:hover {
	filter:brightness(95%);
	-webkit-filter:brightness(95%);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
}
.bannerImgResponsive img:hover {
	filter:brightness(95%);
	-webkit-filter:brightness(95%);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
}
.linhaBanners img:hover {
	filter:brightness(95%);
	-webkit-filter:brightness(95%);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
}





/*parcelamento / desconto*/
.backendorf-installment .best-instashipping-calculatiollment {
    text-transform: initial;
    font-size: 12px;
	font-weight: 400;
	color: #555;
}
.product-item .backendorf-installment .best-installment, 
.product-info-price .backendorf-installment .best-installment {
    text-transform: initial;
	font-size: 12px;
	font-weight: 400;
	color: #555;
}
.backendorf-installment .best-installment strong {
    color: #555;
    font-weight: 400;
}
.backendorf-installment .discounts {
    font-size: 12px;
	margin-top: 15px;
	font-weight: 400;
    color: #555;
}
.backendorf-installment .discounts .item strong {
	font-size: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
.backendorf-installment .best-installment {
    margin: 0px 0 0px
}
.backendorf-installment .discounts .item strong {
	width: 100%;
    display: table;
}
.products .product-item .backendorf-installment .price-box, 
.product-items .product-item .backendorf-installment .price-box {
    margin: 15px 0 0px;
}
.product-info-main .product-info-price .price-box, 
.product-info-main .product-info-price .backendorf-installment .price-box {
    width: auto;
    display: table;
}
.product-info-main .backendorf-installment {
    margin: 10px 0 10px;
}
.product-info-main .backendorf-installment .discounts {
    margin-top: 5px;
}
.product-info-main .backendorf-installment .discounts {
    font-size: 14px;
}
.product-info-main .backendorf-installment .best-installment {
    font-size: 14px;
}
.product-options-bottom .price-box .old-price {
    margin-top: 10px;
    display: table;
}

.products .product-item .price-box, .product-items .product-item .price-box {
    width: auto;
    display: table;
}
.product-item .price-box .price {
    font-size: 18px;
    font-weight: 500;
}
.product-item .old-price {
    margin: 5px 0;
	margin-top:9px;
    display: table;
}
.price-box.price-final_price .special-price {
	float:right;
}
.price-box.price-final_price .old-price span.price-label {
	display:none;
}
.price-box.price-final_price .old-price .price-wrapper .price{
	font-size:14px;
	font-weight:400;
	margin-right: 5px;
	text-decoration: line-through;
	color: #999;
}
.product-info-main .product-info-price .backendorf-installment .discounts .item strong {
    font-size: 22px;
}
 
.catalog-product-view .product-options-bottom .price-box .price-container .price, .catalog-product-view .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 40px;
}
.catalog-product-view .price-box.price-final_price .old-price .price-wrapper .price{
	font-size:16px;
	margin-top:11px;
}

/*opcoes parcelamento*/
.backendorf-installment .lbl-toggle {
    background-color: #eee;
    border-radius: 5px;
    color: #555;
    font-family: 'Rubik', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 1rem;
    text-align: center;
    text-transform: none;
}
.backendorf-installment .lbl-toggle::after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #555;
    border-top: 5px solid transparent;
}
.backendorf-installment .footer-message {
    font-size: 12px;
	line-height: 1.3em;
	display: table;
	margin-bottom: 15px;
}
.backendorf-installment .installments-options .installment-option strong {
    color: #555;
}
.backendorf-installment .installments-options {
    margin-bottom: 5px;
}
.backendorf-installment .installments.title {
    font-size: 14px;
}
.product-info-main .backendorf-installment {
    display: table;
    width: 100%;
}

/*calculo frete*/
.catalog-product-view .product-info-main .block {
    margin-bottom:10px
}
.shipping-calculation fieldset.review-fieldset {
    width: calc(100% - 150px);
	max-width:200px;
	float: left;
	margin-right:5px;
}
.shipping-calculation .fieldset {
    border: 0;
    margin-bottom:15px
}
.shipping-calculation .primary.actions-primary {
    float: left;
    width: 145px;
    display: table;
	margin-top:38px;
}
.shipping-calculation-result-container .item-options td {
    border: solid 1px transparent;
}
.shipping-calculation table.items.methods {
	background-color: #f5f5f5;
	border-radius: 5px;
}
.shipping-calculation-result-container .item-title th {
    padding-left: 8px;
}
.shipping-calculation-result-container .item-options td:last-child {
    font-weight: 600;
}

/*banner desktop e mobile*/
.banner-principal-desktop img, 
.banner-principal-mobile img {width: 100%;}
@media all and (min-width:768px) {
	.banner-principal-desktop {display: block;}
	.banner-principal-mobile {display: none;}
}
@media all and (max-width:767px) {
	.banner-principal-desktop {display: none;}
	.banner-principal-mobile {display: block;}
	.mp-banner-slider .owl-dots {
		top: initial;
	}
}
/*
.banner-principal-desktop .owl-theme .owl-nav, 
.banner-principal-mobile .owl-theme .owl-nav {
    margin-top: -10px;
}
.banner-principal-desktop .mp-banner-slider .owl-dots, 
.banner-principal-mobile .mp-banner-slider .owl-dots {left: 45%;}
.banner-principal-desktop .mp-banner-slider .owl-nav, 
.banner-principal-mobile .mp-banner-slider .owl-nav button span {top: 38%;}
*/

ul.promos {
    display: table;
	width:100%;
}
.subbanners-home .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: initial;
    width: auto;
}
.banner-principal-desktop .owl-theme .owl-nav.disabled + .owl-dots, 
.banner-principal-mobile .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: initial;
    width: auto;
}
.cms-home .top-container {
    max-width: 100%;
	padding:0;
}

#maincontent .subbanners-home .owl-carousel.owl-drag .owl-item:hover {
    outline: 1px solid transparent;
}
.copyright span {
    max-width: 1280px;
    display: table;
    margin: auto;
}
@media all and (min-width:768px) {
	.subbanners-home .item-image {
		padding: 0 10px;
	}
}
@media all and (max-width:767px) {
	.page-header {
		margin-bottom: 0px;
	}
}
small.copyright {
    padding-top: 10px;
}
.rodape-plataforma {
	padding-top:30px;
	display:table;
	background-color: #EEE;
	width:100%;
}
.rodape-plataforma .centralizar-plataforma {
	margin:auto;
	width:auto;
	display:table;
}
.rodape-plataforma .texto-plataforma {
	width:auto;
	display:table;
	float:left;
	color:#666;
	font-size:12px;
	line-height:18px;
	margin-right:7px
}
.rodape-plataforma .logo-plataforma {
	width:auto;
	display:table;
	float:left;
}
.rodape-plataforma .logo-plataforma img {
	width:auto;
	height:18px;
}



/*Complemento css brands*/
.magetop-brandlist .brandlist .brand-item {
    height: auto !important;
	margin-bottom:30px;
}
.magetop-brandlist .magetop-block.block.brand-searchform .block-title {
	margin-bottom:10px;
}
.magetop-brandlist .brand-image {
	margin-bottom:10px;
}
.magetop-brandlist .brand-name {
    text-align: center;
}
.magetop-brandlist .brand-image img {
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.magetop-brandlist .brandlist .brand-item:hover {
	filter:brightness(96%);
}
.magetop-brandlist .search-submit {
    opacity: 1;
    position: relative;
    height: 33px;
    background-color: #CCC;
    border: none;
    color: #000;
	padding: 0 10px;
	width: 65px;
	top: -2px;
}
.brand-searchform .search-form input {
	margin-bottom:5px;
}
.magetop-brandlist .search-submit:before {
	content: "Buscar";
	color: #333;
	position: relative;
	display: block;
	width: 25px;
	height: 30px;
	line-height: 30px;
	padding: 0;
}
.product-info-main .product-social-links .action {
	text-transform: capitalize;
}

/*sem-estoque*/
.product-item.sem-estoque {
	filter: grayscale(1);
	opacity: 0.7;
}
.grid .product-item.sem-estoque {
	background-color: #EEE;
}
.product-item.sem-estoque .product-image-photo {
	filter: grayscale(1);
}
.product-item.sem-estoque .product-item-inner::before {
    background: transparent;
}
.owl-item .product-item.sem-estoque {
    background: transparent;
}
.products-grid .product-item.sem-estoque .product-item-info:hover {
  background: #EEE;
}
/*sem-estoque*/

/*botoes qtd carrinho*/
.checkout-cart-index .item .control.qty input[type="number"] {
	border: 2px solid #DDD;
	border-radius: 5px;
	outline:none
}
.checkout-cart-index .item .control.qty input[type="number"]:focus {
	box-shadow:none;
	border-color: #CCC;
}
.checkout-cart-index .item .control.qty {
    max-width: 60px;
}
@media all and (min-width:768px) {
	.checkout-cart-index .item .control.qty {
		margin: auto;
	}
}
@media all and (max-width:639px) {
	.checkout-cart-index .item .control.qty {
		margin: auto;
	}
}
.checkout-cart-index .item .qty_control {
	margin-top:0px;
	display: table;
	width: 100%;
	min-width: 60px;
	border-radius: 0 0 5px 5px;
}

.checkout-cart-index .item .qty .decreaseQty {
    width: 24px;
    height: 20px;
    line-height: 15px;
    font-size: 24px;
    background-color: #EEE;
    border: none;
    padding: 0;
	padding-bottom:5px;
	margin:3px;
	margin-top:4px;
	float: left;
}
.checkout-cart-index .item .qty .increaseQty {
    width: 24px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    background-color: #EEE;
    border: none;
    padding: 0;
	padding-bottom:5px;
	margin:3px;
	margin-top:4px;
	float:right;
}
.checkout-cart-index .item .qty .decreaseQty:hover, 
.checkout-cart-index .item .qty .increaseQty:hover {
	background-color: #DDD;
}
/*botoes qtd carrinho*/

/*botoes qtd detalhes*/
.catalog-product-view .box-tocart .field.qty {
  width: 150px;
  display: table;
  float: left;
  margin-top: 1px;
  background-color: transparent;
}
.catalog-product-view .box-tocart .input-text.qty {
  width: 54px;
}
.catalog-product-view .box-tocart .field.qty input[type="number"]{
  height: 50px;
}

.catalog-product-view button.input-group__button.input-group__button--increase, 
.catalog-product-view button.input-group__button.input-group__button--decrease {
  margin-top: -3px;
  height: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .catalog-product-view .box-tocart button#product-addtocart-button {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-product-view .box-tocart button#product-addtocart-button {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .catalog-product-view .box-tocart .fieldset .actions {
    width: calc(100% - 160px);
    float: left;
  }
  .catalog-product-view .box-tocart {
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 319px) {
  .catalog-product-view .box-tocart button#product-addtocart-button {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 299px) {
  .catalog-product-view .box-tocart .fieldset .actions {
    width: calc(100% - 0px);
  }
}
/*botoes qtd detalhes*/


/*ajuste frase criar conta success*/
.checkout-onepage-success .page-title-wrapper {
    text-align: center;
}
@media all and (min-width:768px) {
	.checkout-onepage-success .actions-toolbar {
		margin: auto;
		display: table;
	}
}
.checkout-onepage-success #registration {
    border: solid 1px #e4f2ff;
    margin: 50px 0;
	padding:25px;
    border-radius: 5px;
    text-align: center;
    background-color: #e4f2ff;
	width: 100%;
}
.checkout-onepage-success #registration p:first-child {
    font-size: 16px;
    text-align: center;
	font-weight: 400;
	margin-bottom: 20px;
}
.checkout-onepage-success #registration p:last:child {
    text-align: center;
}
.checkout-onepage-success #registration .action.primary {
    background: #3cbf3a;
    border: 1px solid #3cbf3a;
	font-size:30px;
    padding:15px 30px
}
.checkout-onepage-success #registration .action.primary:hover {
    background: #34ad33;
    border: 1px solid #34ad33;
}
@media all and (max-width:767px) {
	.checkout-onepage-success #registration {
	    padding:25px;
	}    
	.checkout-onepage-success #registration .action.primary {
		font-size:22px;
	}
	.checkout-onepage-success #registration p:first-child {
		font-size: 18px;
	}
}
/*ajuste frase criar conta success*/

/*ajuste password success*/
.checkout-onepage-success #password_customer_show {
    border: solid 1px #e4f2ff;
    margin: 50px 0;
    padding:25px;
    border-radius: 5px;
    text-align: center;
    background-color: #e4f2ff;
    width: 100%;
}
/*ajuste password success*/

/*ajuste campo error checkout*/
.checkout-index-index .fieldset.address .field._error input {
    transform: none !image;
}
.checkout-index-index .opc-wrapper .fieldset.address .field .field-error {
	position: relative;
    top: 0;
	padding: 0px 8px;
	border: 1px solid transparent;
	margin-bottom: 25px;
}
.checkout-index-index .opc-wrapper .fieldset.address .field .field-error::before {
    border-bottom: 8px solid transparent;
}
.checkout-index-index .opc-wrapper .field-error, div.mage-error[generated] {
    margin-top: 2px;
}.checkout-index-index .opc-wrapper .fieldset.address .field .field-error {
    margin-bottom: 10px;
}
.checkout-index-index .fieldset.address .field .field-error {
    font-size: 13px;
    line-height: 1em;
	letter-spacing: 0;
	font-weight:400;
}
/*ajuste campo error checkout*/

/*reducao campos checkout finalizar*/
.checkout-index-index .table-checkout-shipping-method tbody tr td {
    font-size: 12px;
}
.checkout-index-index .table-checkout-shipping-method tbody tr td .price {
    font-size: 14px;
}
.checkout-index-index .fieldset .field.osc-input-group .control input, 
.checkout-index-index .fieldset .field.osc-input-group .control select:not(:checked), 
.checkout-index-index .fieldset .field.osc-input-group .control input:not(:placeholder-shown) {
	padding: 5px !important;
}
.checkout-index-index .field-tooltip .field-tooltip-action::before {
    font-size: 16px;
}

.checkout-index-index .table-checkout-shipping-method tbody td {
    padding-bottom: 10px;
    padding-top: 10px;
}
/*reducao campos checkout finalizar*/

/*ajustes carrinho*/
.checkout-cart-index .cart-summary .block > .title {
    padding-left: 0;
    background-color: #FFF;
    border-radius: 5px;
    padding: 10px 20px;
    color: #20AE4B;
    border: solid 1px #20ae4b;
}
.checkout-cart-index .cart-summary .block > .title:hover {
    background-color: #20ae4b;
    color: #FFF;
    border: solid 1px #20ae4b;
}
.checkout-cart-index .cart-summary .block > .title::after {
    right: 15px;
    color: #20AE4B;
}
.checkout-cart-index .cart-summary .block > .title:hover::after {
    color: #FFF;
}
.checkout-cart-index .cart-summary .block > .title:hover::after {
    color: #FFF;
}
.checkout-cart-index .cart-summary .cart-totals{
    border-top: 1px solid transparent;
}
.checkout-cart-index .cart-summary .block.active .content {
    display: block;
    background-color: #FFF;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
.checkout-cart-index .cart-summary #block-shipping.active {
    border-radius: 5px;
}
.checkout-cart-index #block-shipping.active > .title {
    background-color: #20ae4b;
    color: #FFF;
    border: solid 1px #20ae4b;
}
.checkout-cart-index #block-shipping.active > .title::after {
    color: #FFF;
}
@media screen and (max-width: 767px) {
	.checkout-cart-index .cart-summary .block.active .content {
		background-color: #FFF;
		border: solid 1px #DDD;
	}	
}
.checkout-cart-index button.update[name="update_cart_action"] {
  background: #2db05d;
  box-shadow: inset 0 1px 0 0 #2db05d,inset 0 -1px 0 0 rgba(204,204,204,0.3);
  border: 1px solid #2db05d;
}

.checkout-cart-index .page-title-wrapper .page-title {
    text-align: center;
    width: 100%;
	margin-top: 30px;
	color: #111111;
	font-size:30px;
	font-weight: 400;
}
.checkout-cart-index .cart-container .form-cart .actions.main .continue {
	cursor: pointer;
	display: inline-block;
	font-family: 'Rubik', sans-serif;
	background: #eee;
	border: 1px solid #ccc;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    border-radius: 3px;
	min-height: 17px;
	margin-bottom:10px;
	margin-right:10px;
	box-shadow: inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);
}
.checkout-cart-index .cart-container .form-cart .actions.main .continue {
	float:left;
	background-color: #f3f3f3;
	box-shadow: none;
	font-size: 12px;
	font-weight: 400;
	border-color: #f3f3f3;
	text-decoration: none;
}
.checkout-cart-index .cart-container .form-cart .actions.main .continue:hover {
	background-color: #f0f0f0;
}
.checkout-cart-index .cart-discount {
	background-color: #f3fbff;
	padding: 10px 25px;
	border: solid 1px #d6f1ff;
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.00);
}
.checkout-cart-index .cart-discount:hover {
	background-color: #effaff;
	border: solid 1px #d6f1ff;
}
.checkout-cart-index .cart-discount .block > .title {
    padding: 15px 0;
	width: 100%;
	border-color:transparent;
}
.checkout-cart-index .cart-discount .block > .title::after {
	margin-top: 5px;
	color: #333;
}
.checkout-cart-index .cart-discount .block > .title strong {
    color: #111;
}
.checkout-cart-index .cart-discount .block .content {
    padding-bottom:20px;
	padding-left:0;
}
.checkout-cart-index .fieldset.coupon {
    margin-top: 10px;
}
.checkout-cart-index .fieldset:last-child {
    margin-bottom: 0px;
}
.checkout-cart-index .cart-discount .fieldset {
    max-width: 350px;
}
.checkout-cart-index .cart-discount .block.discount {
    width: 100%;
}
.checkout-cart-index .cart-discount .block .title::after {
    float: right;
}
.checkout-cart-index .cart-discount .block.discount input[type="text"] {
	height: 45px;
	border-radius: 3px 0 0 3px;
	border: 1px solid #bbc1d4;
}
.checkout-cart-index .cart-discount .block.discount .actions-toolbar .primary {
    height: 45px;
	background-color:#2db05d;
	border-color:#2db05d;
	color:#FFF;
	box-shadow: none;
	border-radius:0 3px 3px 0;
}
.checkout-cart-index .cart-discount .block.discount .actions-toolbar .primary:hover {
    background-color: #2aa557;
}
@media all and (min-width:768px) {
	.checkout-cart-index .cart-discount {
		width: 71%;
	}
}
.cart.table-wrapper .actions-toolbar {
    padding-bottom: 30px;
}
.cart-empty {
    text-align: center;
}
.checkout-cart-index .cart-container .form-cart{
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0,0,0,0.10);
	padding: 25px;
}
.cart.table-wrapper .col.subtotal {
	color:#111111;
}
.checkout-cart-index  #shopping-cart-table tr:first-child > .col[scope=col] {
    color: #111111;
}
.checkout-cart-index .cart-summary {
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0,0,0,0.0);
}
.checkout-cart-index .cart-summary .grand.totals .price {
    color: #2db05d;
}
.checkout-cart-index .cart-summary > .title {
    color: #111111;
    font-weight: 400;
}
.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
    border-radius: 5px;
    background-color: #EEE;
    border: transparent;
	height: 40px;
}

.checkout-cart-index .cart-summary #block-shipping input[type="text"] {
	border-radius: 5px;
    background-color: #EEE;
    border: transparent;
}

.checkout-cart-index .price {
    font-family: 'Rubik', sans-serif;
	color:#333;
}
.checkout-cart-index .cart.table-wrapper .col.price .price-excluding-tax .price{
    font-weight: 400;
	font-size: 16px;
}
.checkout-cart-index .cart.table-wrapper .col.subtotal .price-excluding-tax .price {
	font-size: 16px;
}

.checkout-cart-index .product-image-photo {
    border-radius: 3px;
}
.checkout-cart-index .product-image-photo:hover {
	filter: brightness(105%);
	-webkit-filter: brightness(105%);
}
.checkout-cart-index .cart.table-wrapper .product-item-name + .item-options {
    margin-top: 10px;
}
@media all and (min-width:768px) {
	.checkout-cart-index .cart-container .form-cart{
		width:71%;
	}
	.checkout-cart-index .cart-container .form-cart .actions.main .continue {
		float:left;
	}
}
@media all and (min-width:768px) and (max-width:1000px) {
	.checkout-cart-index .cart-summary {
		width: 30%;
	}
	.checkout-cart-index .cart-container .form-cart, 
	.checkout-cart-index .cart-discount	{
		width: 66%;
	}
	.checkout-cart-index #shopping-cart-table tr:first-child > .col[scope="col"], 
	.checkout-cart-index .cart.table-wrapper .col.price .price-excluding-tax .price, 
	.checkout-cart-index .cart.table-wrapper .col.subtotal .price-excluding-tax .price, 
	.checkout-cart-index .cart.table-wrapper .product-item-name + .item-options, 
	.checkout-cart-index .cart.table-wrapper .product-item-name, 
	.checkout-cart-index .cart-summary	{
		font-size:75%;
	}
	.checkout-cart-index .product-image-container {
		display: inline-block;
		max-width: 100%;
		width: 100px !important;
	}
	.checkout-cart-index .cart-container .form-cart .actions.main .continue {
		float:initial;
	}
}
@media all and (max-width:767px) {
	.checkout-cart-index .cart-container {
		padding: 10px 20px;
	}
}
/*ajustes carrinho*/

/*icone em cada forma de pagamento*/
.payment-methods .payment-method-title label[for="picpay_standard"]:before {
	content: "";
	margin-top: 0px;
	width: 25px; 
	height: 20px; 
	position: absolute;
	margin-left: -30px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:25px;
	background-image:url(../images/checkout/pagamento_icone_picpay.png);
}
.payment-methods .payment-method-title label[for="picpay_standard"] {
	padding-left:30px;
}
.payment-methods .payment-method-title label[for="yapay_credit_card"]:before {
	content: "";
	margin-top: 0px;
	width: 25px; 
	height: 20px; 
	position: absolute;
	margin-left: -30px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:25px;
	background-image:url(../images/checkout/pagamento_icone_cartao.png);
}
.payment-methods .payment-method-title label[for="yapay_credit_card"] {
	padding-left:30px;
}
.payment-methods .payment-method-title label[for="yapay_bank_slip"]:before {
	content: "";
	margin-top: 0px;
	width: 25px; 
	height: 20px; 
	position: absolute;
	margin-left: -30px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:25px;
	background-image:url(../images/checkout/pagamento_icone_boleto.png);
}
.payment-methods .payment-method-title label[for="yapay_bank_slip"] {
	padding-left:30px;
}
.payment-methods .payment-method-title label[for="yapay_transference"]:before {
	content: "";
	margin-top: 0px;
	width: 25px; 
	height: 20px; 
	position: absolute;
	margin-left: -30px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:25px;
	background-image:url(../images/checkout/pagamento_icone_transferencia.png);
}
.payment-methods .payment-method-title label[for="yapay_transference"] {
	padding-left:30px;
}
.payment-methods .payment-method-title label[for="cashondelivery"]:before {
	content: "";
	margin-top: 0px;
	width: 25px; 
	height: 20px; 
	position: absolute;
	margin-left: -30px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:25px;
	background-image:url(../images/checkout/pagamento_icone_retirada.png);
}
.payment-methods .payment-method-title label[for="cashondelivery"] {
	padding-left:30px;
}
.payment-methods .payment-method-title label[for="rm_pagseguro_twocc"]:before {
	content: "";
	margin-top: 0px;
	width: 25px; 
	height: 20px; 
	position: absolute;
	margin-left: -30px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:25px;
	background-image:url(../images/checkout/pagamento_icone_cartoes.png);
}
.payment-methods .payment-method-title label[for="rm_pagseguro_twocc"] {
	padding-left:30px;
}
.payment-methods div#rm_pagseguro_twoccflags {
    margin-top: 15px;
}
.payment-methods .payment-method-title label[for="banktransfer"]:before {
	content: "";
	margin-top: 0px;
	width: 25px; 
	height: 20px; 
	position: absolute;
	margin-left: -30px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:25px;
	background-image:url(../images/checkout/pagamento_icone_transferencia.png);
}
.payment-methods .payment-method-title label[for="banktransfer"] {
	padding-left:30px;
}
/*icone em cada forma de pagamento*/




/*checkout e cart */
#checkout .opc-progress-bar-item._active::before {
  background: #2db05d;
  border-color: #2db05d;
}
#checkout .opc-progress-bar-item._active .step-item {
  color: #2db05d;
}
#checkout .opc-progress-bar-item._active .step-item::before {
  background: #2db05d;
  border-color: #2db05d;
}
#checkout .opc-progress-bar-item._active .step-item::after {
  border-color: #2db05d;
}
#checkout .opc-progress-bar-item._complete .step-item {
    color: #000000;
}
#checkout .checkout-payment-method .payment-method-title {
    padding: 20px 10px;
}
#checkout .field[name="shippingAddress.telephone"] .field-tooltip-action:before {
	display:none;
}
#checkout .opc-block-shipping-information {
    padding:0;
}
#checkout .opc-block-shipping-information .shipping-information-block {
    padding: 10px 30px;
    background-color: #FFF;
	border-radius: 5px;
}
#checkout .opc-block-shipping-information .shipping-information-block > .title {
    border-bottom: 1px solid transparent;
}
#checkout .opc-block-shipping-information .shipping-information-block > .title strong {
	font-size: 14px;
    font-weight: 400;
}
@media all and (min-width:768px) {
	.checkout-index-index .checkout-container .checkout-header {
		box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
		background-color: #f9f9f9;
		padding: 20px 0 15px;
		border-radius: 5px 5px 0;
	}
	.checkout-index-index .opc-wrapper .opc {
		margin-top: -5px;
		padding-bottom: 30px;
	}
}
.block-authentication button#send2:not(.primary),
.block-authentication a.action.action-register.primary {
	box-shadow:none;
	background-color: #2db05d;
    color: #FFF;
	border: 1px solid #2db05d;
}
.checkout-index-index .opc-progress-bar-item > span {
	font-size: 16px;
}
.checkout-index-index header.page-header .header.content {
    height: auto;
}
.checkout-index-index .opc-progress-bar {
    margin: 20px auto 20px;
    display: table;
}

.checkout-index-index .page-header {
	box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title {
    border-bottom: 1px solid transparent;
    margin-bottom:10px;
    font-size: 16px;
    font-weight: 600;
}
.checkout-index-index .opc-block-summary {
	border-radius:5px;
}
.checkout-index-index .opc-wrapper .opc {
    padding: 15px 25px;
	margin-top:5px;
	border-radius:5px;
}
.checkout-index-index .opc-wrapper .opc {
	margin-top:0px;
}
.checkout-index-index .opc-wrapper .checkout-shipping-address .step-title, 
.checkout-index-index .opc-wrapper .checkout-shipping-method .step-title, 
.checkout-index-index .opc-wrapper .payment-group .step-title {
	border-bottom: transparent;
	font-size: 22px;
	font-weight: 600;
}

.checkout-index-index .discount-code input[type="text"] {
	height: 45px;
	border-radius: 3px 0 0 3px;
	border: 1px solid #bbc1d4;
}
.checkout-index-index .action.primary {
	background-color:#2db05d;
	border-color:#2db05d;
}
.checkout-index-index .action.primary:hover {
	background-color:#2aa557;
	border-color:#2aa557;
}

.checkout-index-index .actions-toolbar button.button.action.continue.secondary {
    box-shadow: none;
	background-color:#2db05d;
	border-color:#2db05d;
    color: #FFF;
}
.checkout-index-index .actions-toolbar button.button.action.continue.secondary:hover {
    box-shadow: none;
	background-color:#2aa557;
	border-color:#2aa557;
    color: #FFF;
}

.checkout-index-index .opc-block-summary .items-in-cart > .title {
    border-bottom-color:transparent;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    height: 45px;
	background-color:#2db05d;
	border-color:#2db05d;
	color:#FFF;
	box-shadow: none;
	border-radius:0 3px 3px 0;
}
.checkout-index-index .opc-block-summary {
    background: #EEE;
}
.checkout-index-index .page-wrapper {
    background-color: #f9f9f9;
}
.checkout-index-index .opc-wrapper .opc {
	background-color:#FFF;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
    background-color: #2aa557;
}
.checkout-index-index .checkout-shipping-method .actions-toolbar > .primary, 
.checkout-index-index .checkout-payment-method .actions-toolbar .primary {
    width: 100%;
}
.checkout-index-index button.button.action.continue.primary, 
.checkout-index-index button.action.primary.checkout {
    width: 100%;
	margin-top:15px;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 1.3em;
	font-size:13px;
	padding-left: 0;
}
.checkout-index-index .fieldset .payment-method .field {
	margin-bottom:0;
}
.checkout-payment-method .payment-method-content {
    padding: 20px;
    background-color: #fafafa;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content {
    line-height: 1.3em;
    font-size: 13px;
}
.checkout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-title {
	width: 100%;
	border-color:transparent;
}
.payment-option._collapsible.opc-payment-additional.discount-code {
	border-color:transparent;
	background-color: #f3fbff;
	border: solid 1px #d6f1ff;
	border-radius: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.00);
}
.checkout-index-index tr.grand.totals .price {
    color: #2db05d;
}

@media all and (max-width:767px) {
	.checkout-index-index .opc-progress-bar {
		width: 100%;
		padding: 20px 0 10px;
	}
	.checkout-index-index .opc-progress-bar li.opc-progress-bar-item {
		background-color: transparent;
		padding: 2px 7px;
		margin-bottom: 3px;
		width: 100%;
		display: table;
		text-align: center;
	}
	.checkout-index-index .opc-progress-bar li.opc-progress-bar-item._active {
		font-weight: 600;
	}
	.checkout-index-index .opc-progress-bar li.opc-progress-bar-item._complete {
		opacity: 0.5;
	}
	.checkout-index-index .opc-progress-bar-item > span {
		font-size: 12px;
		color: #888;
	}
	.checkout-index-index li.opc-progress-bar-item._active > span {
		color: #333;
	}
	.checkout-index-index .opc-wrapper .opc {
		box-shadow:none;
		margin-top: 0px;
	}
}
@media all and (min-width:768px) {
  .checkout-index-index .checkout-container .checkout-header {
    margin-bottom: -10px;
  }
}

.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle {
    width: 100%;
}
.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle:after {
    float: right;
	margin-right:15px;
}
.checkout-cart-index .cart-discount .block.discount input[type="text"] {
	height: 45px;
	border-radius: 3px 0 0 3px;
	border: 1px solid #bbc1d4;
}

.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code {
	padding: 0 20px;
}
.checkout-index-index #checkout .opc-block-summary .payment-option-content .form-discount .actions-toolbar .primary .action {
	height:45px;
	background: #2db05d;
	color: #FFF;
	box-shadow: none;
	border-color: transparent;
}
.checkout-index-index #checkout .opc-block-summary .payment-option-title .action-toggle {
	width:100%;
}
.checkout-index-index #checkout .opc-block-summary .payment-option-title .action-toggle:after {
	float:right;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item .product .product-image-container .product-image-wrapper img {
    border-radius: 5px;
	max-width: 50px;
	max-height: 50px;
}
.checkout-index-index #checkout .opc-block-summary .product-item .product-image-container {
  margin-top: 5px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item .product .product-image-container {
  padding-bottom: 0px;
}
.checkout-index-index .opc-block-summary .product-item .product-item-inner {
    margin: 0 0 0px;
}
.checkout-index-index .product-item-inner .product-image-container {
    max-width: 55px;
}
.checkout-index-index #checkout .opc-block-summary {
    background-color: #FFF;
}
.checkout-index-index #checkout .opc-block-summary .items-in-cart > .title strong {
    font-size: 14px;
    font-weight: 400;
}
.checkout-index-index .minicart-items .product-item-details .details-qty {
    margin-top: 0px;
}
.checkout-index-index .minicart-items .product-item-name {
	margin-bottom:0px;
}
.checkout-index-index #checkout .opc-block-summary .actions-toolbar .secondary a.action.viewcart {
    background-color: #f3f3f3;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
	color: #333;
    float: left;
	width:auto;
}
.checkout-index-index #checkout .opc-block-summary .actions-toolbar .secondary {
	border-top: 1px solid transparent;
	margin-top:10px;
}
.checkout-index-index .minicart-items .product-item:not(:first-child) {
    border-top: 1px solid transparent;
}
.checkout-index-index #checkout .opc-block-summary .items-in-cart > .title {
	border-bottom-color: transparent;
	padding-bottom:0px;
}
.checkout-index-index #checkout .opc-block-summary > .title {
    display: block;
    padding-top: 20px;
    text-align: left;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.checkout-index-index .opc-wrapper .step-title {
    border-bottom: 1px solid transparent;
}
.checkout-index-index .step-title,
.checkout-index-index .opc-block-summary > .title {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}

.checkout-index-index .checkout-container .checkout-header .logo-checkout {
	display:none;
}
.checkout-index-index .page-header .logo {
    float: initial;
	margin-left:0px;
	margin-top:0px;
    display: table;
    height: auto;
	margin-bottom: 0;
    background-color: aqua;
    position: relative;
	padding: 0 20px;
	background-color:#FFF;
}
.checkout-index-index .page-header .logo {
    padding-top: 20px;
}
.checkout-index-index .page-header .logo img {
    height: 40px;
    width:auto;
    vertical-align: middle;
    max-height: 40px;
    position: relative;
}
@media all and (min-width:768px) {
	.topo-checkout-direita {
		position: absolute;
		right: 20px;
		width: 32.3%;
		height: 80px;
		display:table;
	}
}
@media all and (max-width:767px) {
	.checkout-index-index .topo-checkout-direita {
		position: relative;
		width: 100%;
		height: auto;
		display:table;
	}
	.checkout-index-index .page-header .logo {
		float: none;
		margin: auto;
		padding-bottom: 20px;
	}
	.checkout-index-index #checkout .opc-progress-bar-item .step-item .opc-progress-bar-item-title {
		position: initial;
	}
	.checkout-index-index #checkout .opc-progress-bar-item {
		width: 33%;
	}
	.checkout-index-index .fieldset .form-discount .payment-option-inner .field .label {
		display: none!important;
	}
	.checkout-index-index .checkout-payment-method .payment-option .payment-option-title {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		font-size:12px;
	}
	.checkout-index-index .checkout-payment-method .payment-option .payment-option-content {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 0;
	}
}
@media all and (max-width:479px) {
	.checkout-index-index #checkout .checkout-header .opc-progress-bar-item {
		width: 33%;
	}
	.checkout-index-index .opc-wrapper .step-title {
		background-color:transparent;
	}
}

.checkout-index-index .topo-checkout-direita .midle {
    height: auto;
	width:100%;
	display:table-cell;
	vertical-align:middle;
}
.checkout-index-index .frase-topo-checkout {
	line-height:20px;
	font-size:12px;
	color:#777;
}
.checkout-index-index .topo-checkout-direita .centralizar {
	width:auto;
	margin:auto;
	display:table;
}
.checkout-index-index .icone-topo-checkout {
	width: 15px;
	height: 20px;
	margin:0 5px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(../images/checkout/ambiente-seguro3.png);
	display: table;
    float: left;
}
.checkout-index-index header.page-header {
	background-color:#FFF;
}
.checkout-index-index header.page-header .header.content {
    height: 80px;
	display:table;
	width:100%;
	position:relative;
}

/*minicart*/
.block-minicart .minicart-items .action.edit:before {
	color:#777;
	font-size: 13px;
} 
.block-minicart .minicart-items .action.delete:before {
	color:777;
	font-size: 13px;
}
.minicart-wrapper .block-minicart {
  border: 1px solid transparent;
  box-shadow: 0 3px 15px rgb(0 0 0 / 15%);
}
.minicart-wrapper .action.close {
    right: 5px;
    top: 10px;
}
.minicart-wrapper .block-minicart:after {
    border-color: transparent transparent #FFF transparent;
}
.block-minicart .minicart-items-wrapper {
    margin: 0;
}
.block-minicart .minicart-wrapper .block-minicart .action.close {
    right: 5px;
    top: 10px;
}
.block-minicart .minicart-items .product-item:not(:first-child) {
    border-top-color: transparent;
}
.block-minicart .minicart-wrapper .product .actions {
    margin-top: -25px;
}
.block-minicart .subtotal span.label {
    display: none;
}
.block-minicart .minicart-items .product-item:first-child {
    padding-top: 0;
}
.block-minicart .minicart-items .product-item {
    padding: 10px 0;
}
.block-minicart .minicart-items .product-item:last-child {
    padding-bottom: 0;
}
.block-minicart .minicart-items-wrapper {
    border-color: transparent;
    background-color: transparent;
}
.block-minicart .items-total {
    margin: 0;
    width: 100%;
    text-align: center;
}
.block-minicart .subtotal {
  margin: 0;
  text-align: center;
}
.minicart-wrapper .block-minicart .product .actions > .primary:not(:last-child),
.minicart-wrapper .block-minicart .product .actions > .secondary:not(:last-child) {
  margin-right: 5px;
}
.block-minicart span.product-image-container {
    max-width: 50px;
}
.block-minicart .minicart-items .product-item-details {
    padding-left: 65px;
}
.block-minicart .minicart-items .product-item-details .price {
    font-size: 14px;
	font-family: 'Rubik', sans-serif;
}
.block-minicart .minicart-items .product-item-name {
    margin-bottom: 0px;
	font-size: 13px;
}
.block-minicart .minicart-items .product-item-details .details-qty {
    margin-top: 5px;
}
.block-minicart .minicart-items .item-qty {
  width: 35px;
  background-color: #EEE;
  border-color: #EEE;
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #333;
}
.product-item-details .details-qty button {
	padding-top: 3px;
	padding-bottom: 3px;
}
.block-minicart .product-image-photo {
	border-radius: 5px;
}
.minicart-items .product-item-pricing .label {
  font-size: 12px;
  color: #777;
}
.block-minicart .minicart-items .product-item-details .price-including-tax, 
.block-minicart .minicart-items .product-item-details .price-excluding-tax {
	margin: 0;
}
/*minicart*/

/*success senha*/
#ver_senha_click {
  background-color: #2db05d;
  padding: 7px 25px;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  padding-left: 30px;
  display: table;
  margin: auto;
  margin-top: 10px;
}
.senhaDeAcessoClique::before {
  content: '\f13e';
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  width: 18px;
}
.frase_complementar_senha_box a {
  font-weight: 800;
  color: #1969b3;
  font-size: 1.15em;
  letter-spacing: -0.5px;
}
.senhaDeAcesso {
  background-color: #2db05d;
  padding: 7px 5px;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  display: table;
  margin: auto;
  margin-top: 10px;
}
.conteudoSenha {
    float: left;
	padding: 0 15px;
}
/*success senha*/

/*pagina de contato*/
.contact-index-index #maincontent.page-main {
  padding-bottom: 50px;
  padding-top: 50px;
}
.contact-index-index .mapa-contato-loja iframe {
  max-width: 100%;
  height: 300px;
}
/*pagina de contato*/
.contact-index-index #maincontent.page-main {
  padding-bottom: 50px;
  padding-top: 50px;
}
.contact-index-index form#contact-form input[type="text"], 
.contact-index-index form#contact-form input[type="password"], 
.contact-index-index form#contact-form input[type="url"], 
.contact-index-index form#contact-form input[type="tel"], 
.contact-index-index form#contact-form input[type="search"], 
.contact-index-index form#contact-form input[type="number"], 
.contact-index-index form#contact-form input[type="datetime"], 
.contact-index-index form#contact-form input[type="email"] {
  background: #ffffff;
  border: 1px solid #DDD;
  height: 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 8%);
}
.contact-index-index form#contact-form textarea {
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 8%);
  background: #ffffff;
  border: 1px solid #DDD;
}
.contact-index-index form#contact-form fieldset.fieldset {
  margin-bottom: 10px;
}
.contact-index-index form#contact-form fieldset.fieldset > legend {
  display: none;
}
.contact-index-index .form.contact {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .contact-index-index form#contact-form {
    width: calc(50% - 25px);
    min-width: auto;
    float: left;
  }
  .contact-index-index .column-contact-loja {
    width: calc(50% - 25px);
    float: right;
  }
}
@media screen and (min-width: 1080px) {
  .contact-index-index form#contact-form {
    width: calc(40% - 50px);
  }
  .contact-index-index .column-contact-loja {
    width: calc(60% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .contact-index-index .column-contact-loja {
    margin-top: 60px;
  }
}
/*pagina de contato*/

/*privacidade*/
.message.global.cookie .actions {
  margin: 10px auto;
  display: table;
}
.message.global.cookie .conteudo-cookies {
  text-align:center;
  font-size: 14px;
  color: #FFF;
  width: calc(100% - 60px);
  margin: auto;
}
.message.global.noscript, .message.global.cookie {
  background: #979797f5;
  z-index: 999999;
  padding: 20px 0;
  box-shadow: 0 0 50px rgb(0 0 0 / 20%);
}
.message.global a.btn-link-privacidade {
  font-weight: 600;
  color: #ffdf2d;
}
.message.global a.btn-link-privacidade:hover {
  color: #ffdf2d;
}
.message.global .privacidade-titulo-principal {
  font-weight: 800;
}
.message.global .action.primary {
  background: #FFF;
  border: 1px solid #FFF;
  color: #000;
}
.message.global .action.primary:hover {
  background: #EEE;
  border: 1px solid #EEE;
  color: #000;
}
@media screen and (min-width: 768px) {
  .message.global.cookie .conteudo-cookies {
    width: 1280px;
    padding: 0 20px;
    max-width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .message.global a.btn-link-privacidade {
    display: table;
    text-align: left;
    width: 100%;
  }
  .message.global.cookie .actions {
    margin: 10px 30px;
  }
  .message.global.cookie .conteudo-cookies {
    text-align:left;
  }
}
/*privacidade*/

/*msg qtd minima*/
.catalog-product-view .product-info-main .box-tocart div#qty-error {
  position: absolute;
  width: 140px;
  color: #128912;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: -0.2px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  div#custom-qty {
    margin-bottom: 20px;
  }
}
/*msg qtd minima*/



/* carousel produtos megaslider */
@media all and (min-width:768px) {
  #maincontent .mp-product-slider-content .owl-stage-outer {
      padding: 10px 0;
  }
  #maincontent .mp-product-slider-content  .owl-carousel.owl-drag .owl-item {
    border: 1px solid transparent;
  }
  #maincontent .mp-product-slider-content .owl-carousel.owl-drag .owl-item:hover {
    box-shadow:2px 2px 10px rgba(0, 0, 0, 0.15);
    border: 1px solid #EEE;
  }
  #maincontent .mp-product-slider-content .owl-item div.slider-product-item-info {
    width: calc(100% - 0px) !important;
    padding: 9px 9px 0;
  }
  #maincontent .mp-product-slider-content .owl-item .slider-product-item-details {
    padding-bottom: 50px;
  }
  #maincontent .mp-product-slider-content .owl-item .slider-product-item-actions {
    display: none;
    position: absolute;
  }
  #maincontent .mp-product-slider-content .owl-item:hover .slider-product-item-actions {
    display: block;
  }
}
#maincontent .mp-product-slider-content .owl-carousel button:not(.primary) {
  box-shadow: none;
}
@media screen and (min-width: 1320px) {
  #maincontent .mp-product-slider-content .owl-carousel.owl-drag .owl-nav button.owl-prev {
    float: left;
    margin-left: -50px;
  }
  #maincontent .mp-product-slider-content .owl-carousel.owl-drag .owl-nav button.owl-next {
    float: right;
    margin-right: -50px;
  }
  #maincontent .mp-product-slider-content .owl-carousel.owl-drag .owl-nav {
    position: absolute;
    margin-top: -35px;
    top: 50%;
    width: 100%;
    z-index: -1;
  }
}
#maincontent .mp-product-slider-content .owl-carousel.owl-drag .owl-dots {
  margin-top: 20px;
}
#maincontent .mp-product-slider-content .owl-carousel.owl-drag .owl-nav button.owl-prev, 
#maincontent .mp-product-slider-content .owl-carousel.owl-drag .owl-nav button.owl-next {
  background-color: #EEE;
  height: 30px;
  width: 30px;
}
#maincontent .mp-product-slider-content .owl-carousel.owl-drag .owl-nav button.owl-prev:hover, 
#maincontent .mp-product-slider-content .owl-carousel.owl-drag .owl-nav button.owl-next:hover {
  background-color: #666;
}
#maincontent .mp-product-slider-content .owl-carousel button.owl-prev span, 
#maincontent .mp-product-slider-content .owl-carousel button.owl-next span {
  font-size: 25px;
  line-height: 30px;
  display: table;
  width: 30px;
  color: #666;
}
#maincontent .mp-product-slider-content .owl-carousel.owl-drag .owl-nav button.owl-prev:hover span, 
#maincontent .mp-product-slider-content .owl-carousel.owl-drag .owl-nav button.owl-next:hover span {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #maincontent .mp-product-slider-content .owl-carousel.owl-drag .owl-nav button.owl-prev {
    float: left;
    margin-left: -10px;
  }
  #maincontent .mp-product-slider-content .owl-carousel.owl-drag .owl-nav button.owl-next {
    float: right;
    margin-right: -10px;
  }
}

/* carousel-destaque-loja */
#maincontent .content-carousel-destaque-loja .owl-carousel button:not(.primary) {
  box-shadow: none;
}
#maincontent .content-carousel-destaque-loja .owl-carousel.owl-drag .owl-item:hover {
  box-shadow: 3px 4px 4px 0 rgb(0 0 0 / 0%);
  outline: 1px solid transparent;
}
@media screen and (min-width: 1320px) {
  #maincontent .content-carousel-destaque-loja .owl-carousel.owl-drag .owl-nav button.owl-prev {
    float: left;
    margin-left: -50px;
  }
  #maincontent .content-carousel-destaque-loja .owl-carousel.owl-drag .owl-nav button.owl-next {
    float: right;
    margin-right: -50px;
  }
  #maincontent .content-carousel-destaque-loja .owl-carousel.owl-drag .owl-nav {
    position: absolute;
    margin-top: -35px;
    top: 50%;
    width: 100%;
    z-index: -1;
  }
}
#maincontent .content-carousel-destaque-loja .owl-carousel.owl-drag .owl-dots {
  margin-top: 20px;
}
.content-carousel-destaque-loja .owl-carousel.owl-drag .owl-nav button.owl-prev, 
.content-carousel-destaque-loja .owl-carousel.owl-drag .owl-nav button.owl-next {
  background-color: #EEE;
  height: 30px;
  width: 30px;
}
.content-carousel-destaque-loja .owl-carousel.owl-drag .owl-nav button.owl-prev:hover, 
.content-carousel-destaque-loja .owl-carousel.owl-drag .owl-nav button.owl-next:hover {
  background-color: #666;
}
.content-carousel-destaque-loja .owl-carousel button.owl-prev span, 
.content-carousel-destaque-loja .owl-carousel button.owl-next span {
  font-size: 25px;
  line-height: 25px;
}
.content-carousel-destaque-loja {
  margin-top: 50px;
  margin-bottom: 50px;
}
.content-carousel-destaque-loja .owl-item {
  padding: 15px;
  padding-bottom: 20px;
}
.content-carousel-destaque-loja .owl-item-video {
  background-color: #FFF;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  margin-bottom: 20px;
}
.content-carousel-destaque-loja .owl-item-video:hover {
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.content-carousel-destaque-loja .owl-item-video-texto {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  padding: 15px;
}
.content-carousel-destaque-loja .owl-item-video-texto a {
  color: #333;
  text-decoration: none;
}
.content-carousel-destaque-loja .owl-item-video iframe {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-carousel-destaque-loja iframe {
    height: 220px;
  }
}
@media screen and (min-width: 1001px) {
  .content-carousel-destaque-loja iframe {
    height: 220px;
  }
}
@media screen and (min-width: 1161px) {
  .content-carousel-destaque-loja iframe {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .content-carousel-destaque-loja iframe {
    height: 360px;
  }
}
@media screen and (max-width: 600px) {
  .content-carousel-destaque-loja iframe {
    height: 300px;
  }
}
@media screen and (max-width: 400px) {
  .content-carousel-destaque-loja iframe {
    height: 260px;
  }
}
@media screen and (max-width: 340px) {
  .content-carousel-destaque-loja iframe {
    height: 200px;
  }
}
/* carousel-destaque-loja */


/*colunas-cms*/
.colunas-cms {
  display: block;
  width: 100%;
}
.colunas-cms ul, .colunas-cms li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.colunas-cms ul li {
  width: calc((100% / 4) - 10px);
  margin: 10px;
}
.colunas-cms li img {
  display: table;
  margin: auto;
  width:auto;
  max-width: 100%;
  -webkit-transition: 0.1s ease-in;
	-moz-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
}
.colunas-cms ul.dez li {width: calc((100% / 10) - 20px);}
.colunas-cms ul.nove li {width: calc((100% / 9) - 20px);}
.colunas-cms ul.oito li {width: calc((100% / 8) - 20px);}
.colunas-cms ul.sete li {width: calc((100% / 7) - 20px);}
.colunas-cms ul.seis li {width: calc((100% / 6) - 20px);}
.colunas-cms ul.cinco li {width: calc((100% / 5) - 20px);}
.colunas-cms ul.quatro li {width: calc((100% / 4) - 20px);}
.colunas-cms ul.tres li {width: calc((100% / 3) - 20px);}
.colunas-cms ul.dois li {width: calc((100% / 2) - 20px);}
.colunas-cms ul.um li {width: calc((100% / 1) - 20px);}

@media all and (min-width:1001px) and (max-width:1280px){
  .colunas-cms ul.dez li {width: calc((100% / 8) - 20px);}
  .colunas-cms ul.nove li {width: calc((100% / 7) - 20px);}
  .colunas-cms ul.oito li {width: calc((100% / 6) - 20px);}
  .colunas-cms ul.sete li {width: calc((100% / 6) - 20px);}
  .colunas-cms ul.seis li {width: calc((100% / 6) - 20px);}
  .colunas-cms ul.cinco li {width: calc((100% / 5) - 20px);}
  .colunas-cms ul.quatro li {width: calc((100% / 4) - 20px);}
  .colunas-cms ul.tres li {width: calc((100% / 3) - 20px);}
  .colunas-cms ul.dois li {width: calc((100% / 2) - 20px);}
  .colunas-cms ul.um li {width: calc((100% / 1) - 20px);}
}
@media all and (min-width:768px) and (max-width:1000px){
  .colunas-cms ul.dez li {width: calc((100% / 6) - 20px);}
  .colunas-cms ul.nove li {width: calc((100% / 6) - 20px);}
  .colunas-cms ul.oito li {width: calc((100% / 5) - 20px);}
  .colunas-cms ul.sete li {width: calc((100% / 5) - 20px);}
  .colunas-cms ul.seis li {width: calc((100% / 4) - 20px);}
  .colunas-cms ul.cinco li {width: calc((100% / 3) - 20px);}
  .colunas-cms ul.quatro li {width: calc((100% / 3) - 20px);}
  .colunas-cms ul.tres li {width: calc((100% / 3) - 20px);}
  .colunas-cms ul.dois li {width: calc((100% / 2) - 20px);}
  .colunas-cms ul.um li {width: calc((100% / 1) - 20px);}
}
@media all and (max-width:767px){
  .colunas-cms ul.dez li {width: calc((100% / 5) - 20px);}
  .colunas-cms ul.nove li {width: calc((100% / 5) - 20px);}
  .colunas-cms ul.oito li {width: calc((100% / 4) - 20px);}
  .colunas-cms ul.sete li {width: calc((100% / 4) - 20px);}
  .colunas-cms ul.seis li {width: calc((100% / 3) - 20px);}
  .colunas-cms ul.cinco li {width: calc((100% / 2) - 20px);}
  .colunas-cms ul.quatro li {width: calc((100% / 2) - 20px);}
  .colunas-cms ul.tres li {width: calc((100% / 2) - 20px);}
  .colunas-cms ul.dois li {width: calc((100% / 2) - 20px);}
  .colunas-cms ul.um li {width: calc((100% / 1) - 20px);}
}
@media all and (max-width:500px){
  .colunas-cms ul.dez li {width: calc((100% / 3) - 20px);}
  .colunas-cms ul.nove li {width: calc((100% / 3) - 20px);}
  .colunas-cms ul.oito li {width: calc((100% / 3) - 20px);}
  .colunas-cms ul.sete li {width: calc((100% / 3) - 20px);}
  .colunas-cms ul.seis li {width: calc((100% / 2) - 20px);}
  .colunas-cms ul.cinco li {width: calc((100% / 2) - 20px);}
  .colunas-cms ul.quatro li {width: calc((100% / 2) - 20px);}
  .colunas-cms ul.tres li {width: calc((100% / 2) - 20px);}
  .colunas-cms ul.dois li {width: calc((100% / 2) - 20px);}
  .colunas-cms ul.um li {width: calc((100% / 1) - 20px);}
}
@media all and (min-width:768px){
  .colunas-cms ul li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}

@media all and (min-width:1001px) and (max-width:1280px){
  .linhaDestaques .colunas-cms ul.dez li {width: calc((100% / 10) - 20px);}
  .linhaDestaques .colunas-cms ul.nove li {width: calc((100% / 9) - 20px);}
  .linhaDestaques .colunas-cms ul.oito li {width: calc((100% / 8) - 20px);}
  .linhaDestaques .colunas-cms ul.sete li {width: calc((100% / 7) - 20px);}
  .linhaDestaques .colunas-cms ul.seis li {width: calc((100% / 6) - 20px);}
  .linhaDestaques .colunas-cms ul.cinco li {width: calc((100% / 5) - 20px);}
  .linhaDestaques .colunas-cms ul.quatro li {width: calc((100% / 4) - 20px);}
  .linhaDestaques .colunas-cms ul.tres li {width: calc((100% / 3) - 20px);}
  .linhaDestaques .colunas-cms ul.dois li {width: calc((100% / 2) - 20px);}
  .linhaDestaques .colunas-cms ul.um li {width: calc((100% / 1) - 20px);}
} 
@media all and (min-width:768px) and (max-width:1000px){
  .linhaDestaques .colunas-cms ul.dez li {width: calc((100% / 5) - 20px);}
  .linhaDestaques .colunas-cms ul.nove li {width: calc((100% / 5) - 20px);}
  .linhaDestaques .colunas-cms ul.oito li {width: calc((100% / 4) - 20px);}
  .linhaDestaques .colunas-cms ul.sete li {width: calc((100% / 4) - 20px);}
  .linhaDestaques .colunas-cms ul.seis li {width: calc((100% / 3) - 20px);}
  .linhaDestaques .colunas-cms ul.cinco li {width: calc((100% / 3) - 20px);}
  .linhaDestaques .colunas-cms ul.quatro li {width: calc((100% / 4) - 20px);}
  .linhaDestaques .colunas-cms ul.tres li {width: calc((100% / 3) - 20px);}
  .linhaDestaques .colunas-cms ul.dois li {width: calc((100% / 2) - 20px);}
  .linhaDestaques .colunas-cms ul.um li {width: calc((100% / 1) - 20px);}
}
@media all and (max-width:767px){
  .linhaDestaques .colunas-cms ul.dez li {width: calc((100% / 5) - 20px);}
  .linhaDestaques .colunas-cms ul.nove li {width: calc((100% / 5) - 20px);}
  .linhaDestaques .colunas-cms ul.oito li {width: calc((100% / 4) - 20px);}
  .linhaDestaques .colunas-cms ul.sete li {width: calc((100% / 4) - 20px);}
  .linhaDestaques .colunas-cms ul.seis li {width: calc((100% / 3) - 20px);}
  .linhaDestaques .colunas-cms ul.cinco li {width: calc((100% / 3) - 20px);}
  .linhaDestaques .colunas-cms ul.quatro li {width: calc((100% / 2) - 20px);}
  .linhaDestaques .colunas-cms ul.tres li {width: calc((100% / 1) - 20px);}
  .linhaDestaques .colunas-cms ul.dois li {width: calc((100% / 1) - 20px);}
  .linhaDestaques .colunas-cms ul.um li {width: calc((100% / 1) - 20px);}
}
/*colunas-cms*/

@media all and (max-width:767px){
  body .page-wrapper .page-footer {
    margin-top: 0px;
  }
}
@media (min-width: 768px){
  .page-footer .footer.content {
      padding-top: 60px;
      padding-bottom: 50px;
      border-top-color:transparent;
  }
  .page-footer .contentSelos .footer.content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
body .page-wrapper > .page-bottom {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.page-bottom .linhaDestaques{
  width: calc(100.0% - 0px);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 20px 0;
  margin: 0;
}
.rodape-redes-sociais {
  width: 100%;
  display: table;
  height: auto;
  padding: 30px 0;
  background-color: #DDD;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
}
.rodape-redes-sociais .footer.content {
  padding: 0;
  border-top-color:transparent;
}
.redes-sociais-rodape .titulo-redes-sociais {
  line-height: 1.1em;
  height: 60px;
  font-size: 1.6em;
  font-weight: 800;
  margin-right: 30px;
  color: #666;
  display: table;
}
.redes-sociais-rodape .titulo-redes-sociais .midle {
  vertical-align: middle;
  display: table-cell;
}
.redes-sociais-rodape .redesocial {
  float: left;
  margin: 5px 10px;
  width: auto;
  display: table;
}
.redes-sociais-rodape .redesocial {
  float: left;
}
.redes-sociais-rodape .redesocial img {
  max-width:60px;
}
.redes-sociais-rodape .redesocial img:hover {
	-webkit-transition: 0.1s ease-in;
	-moz-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transition: 0.1s ease-in;
}
.redes-sociais-rodape .caixa-redes-sociais {
  width: auto;
  margin: auto;
  display: table;
  float: left;
}
.redes-sociais-rodape {
  margin: auto;
  width: auto;
  display: table;
}
@media all and (max-width:767px){
  .redes-sociais-rodape .titulo-redes-sociais {
    width: 100%;
    display: table;
    text-align: center;
  }
  .redes-sociais-rodape .caixa-redes-sociais {
    float: none;
  }
}
header .header.panel > .header.links > li > a {
  font-weight: 600;
}
/*
@media all and (min-width:768px){
  body.fullwidth .navigation {
    max-width: 90%;
  }
}
*/
.footer.content .links .title strong {
  display: table;
}

/*swatches*/
.swatch-attribute-options .swatch-option {
  height: 30px;
  background-size: contain;
}
#maincontent.page-main {
  padding-bottom: 50px;
}
@media all and (max-width:767px){
  #maincontent.page-main {
    padding-top: 50px;
  }
}
.cms-page-view p {
  line-height: 1.8em;
}
@media all and (min-width:768px){
  .checkout-index-index #checkout.checkout-container {
      min-height: auto;
  }
  .checkout-cart-index  #maincontent.page-main {
    padding-bottom: 100px;
  }
}


.message.global.demo {
    background: #605f5d;
}
@media all and (min-width: 768px) {
	.page-layout-1column .column.main .toolbar-products {
		position: relative;
	}
}

.carrousel-destaques-home li.product-item {
    padding: 0 20px;
}
.carrousel-destaques-home .product-item-info {
	padding: 9px;
}
.carrousel-destaques-home .product-item-info:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
 

.topo-mageshop-checkout-custom {
	box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
	background-color: #FFF;
}
.topo-mageshop-checkout-custom .header.content {
    padding-top: 0px;
}
.topo-mageshop-checkout-custom .topo-mageshop-checkout-esquerda {
    position: relative;
    left: 20px;
    width: 50%;
    height: 90px;
	float:left;
    display: table;
}
.topo-mageshop-checkout-custom .topo-mageshop-checkout-direita {
    position: relative;
    right: 20px;
    width: 50%;
    height: 90px;
	float:right;
    display: table;
}
.topo-mageshop-checkout-custom .topo-mageshop-checkout-direita .topo-checkout-direita {
    position: relative;
    width: 100%;
    height: 90px;
    display: table;
}
.topo-mageshop-checkout-custom .topo-mageshop-checkout-direita .centralizar {
    width: auto;
    margin: auto;
    display: table;
    float: right;
}
.topo-mageshop-checkout-custom .topo-mageshop-checkout-esquerda .logo-mageshop-checkout-custom {
    vertical-align: middle;
    display: table-cell;
    height: auto;
}
.topo-mageshop-checkout-custom .topo-mageshop-checkout-esquerda .logo-chekout-mageshop img {
    width: auto;
    max-width: 150px;
    height: auto;
    max-height: 80px;
}
@media all and (max-width:767px){
	.topo-mageshop-checkout-custom .topo-mageshop-checkout-esquerda {
		position: relative;
		left: 0px;
		width: 100%;
		height: auto;
		float:left;
		display: table;
	}
	.topo-mageshop-checkout-custom .topo-mageshop-checkout-direita {
		position: relative;
		left: 0px;
		width: 100%;
		height: auto;
		float:left;
		display: table;
	}
	.topo-mageshop-checkout-custom .topo-mageshop-checkout-direita .topo-checkout-direita {
		height: auto;
		padding: 15px 0;
	}
	.topo-mageshop-checkout-custom .topo-mageshop-checkout-direita .centralizar {
		float: none;
	}
	.topo-mageshop-checkout-custom .topo-mageshop-checkout-esquerda a.logo-chekout-mageshop {
		display: table;
		margin: auto;
		margin-top: 20px;
	}
}

/*full checkout*/
.body-full-checkout .full-checkout .opc-block-summary .product-item .product-item-name-block .product-item-name {
    font-size: 1.2rem;
}
.body-full-checkout .full-checkout .checkout-payment-method .payment-method .payment-method-title.choice .radio {
    width: 20px;
}
.body-full-checkout .full-checkout .opc-block-previous-steps-information {
    padding: 0 10px 30px;
}
.body-full-checkout .payment-methods .payment-method-title label:before {
    position: relative;
    display: table-cell;
    top: 3px;
	margin-top: 25px;
	width: 35px;
}
.body-full-checkout.checkout-index-index #maincontent #checkout.checkout-container .checkout-content .opc-wrapper, 
.body-full-checkout .checkout-header {
    max-width: 100%;
    margin-top: 0px;
}
@media all and (min-width: 768px) {
	.body-full-checkout .full-checkout .opc-wrapper .is-customer, 
	.body-full-checkout .full-checkout .opc-wrapper .is-new-customer, 
	.body-full-checkout .opc-wrapper .form-identification, 
	.body-full-checkout .opc-wrapper .form-account-create, 
	.body-full-checkout .opc-wrapper .is-new-customer {
		max-width: 100%;
	}
}
.body-full-checkout #checkout .checkout-payment-method .payment-method-title {
    padding-top: 10px;
	padding-bottom: 10px;
}
.body-full-checkout .full-checkout .checkout-payment-method .payment-method .payment-method-title.choice .label {
    display: inline-table !important;
    width: calc(100% - 25px);
	padding: 10px 0;
}
@media all and (max-width: 767px) {
	.body-full-checkout .full-checkout .checkout-payment-method .payment-method .payment-method-title.choice .label {
		font-size: 16px;
	}
	.body-full-checkout .full-checkout .checkout-payment-method .checkout-billing-address, 
	.body-full-checkout .full-checkout .checkout-payment-method .forms-payment-methods {
		background: transparent;
	}
}
.body-full-checkout .fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-information {
	padding-left: 15px;
}
.body-full-checkout .fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control ._additional-element-input div.mage-error[generated] {
    bottom: -20px;
}
.body-full-checkout .fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error .field-error {
    padding: 5px 0px;
}
.body-full-checkout .fieldset .field.theme-full-checkout-fields-floating-label:not(.choice)._error .field-error::before {
    border-bottom-color:transparent;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._active .step-item::after {
    background: green;
    border-color: green;
}
.body-full-checkout .full-checkout .opc-progress-bar-item .step-item::after {
	color: #555;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._complete .step-item::after, 
.body-full-checkout .full-checkout .opc-progress-bar-item._complete .step-item::before {
    background: #DDD;
    border-color: #DDD;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._complete .step-item::after {
    color: green;
}
.body-full-checkout .full-checkout .opc-progress-bar-item._complete::before {
    background: #DDD;
    border-color: #DDD;
}
.body-full-checkout .billing-address-details button.action.action-edit-address {
    margin-top: 10px;
}
.body-full-checkout .theme-full-checkout-payment-additional > .title {
	border-bottom-color: transparent;
}
.body-full-checkout .theme-full-checkout-payment-additional > .title strong {
	font-size: 14px;
	font-weight: 400;
}
.body-full-checkout .theme-full-checkout-payment-additional._collapsible.discount-code {
    background-color: #f3fbff;
    border: solid 1px #d6f1ff;
    padding: 2px 15px;
	margin: 20px 0;
}
.body-full-checkout .theme-full-checkout-payment-additional .theme-full-checkout-form-discount .actions-toolbar .primary .action:not(:focus) {
	box-shadow: none;
}
.body-full-checkout .abs-theme-full-checkout-discount-code .actions-toolbar .primary .action, 
.body-full-checkout .theme-full-checkout-payment-additional .theme-full-checkout-form-discount .actions-toolbar .primary .action, 
.body-full-checkout .theme-full-checkout-payment-additional .theme-full-checkout-form-discount .actions-toolbar .primary .action:hover,
.body-full-checkout .theme-full-checkout-payment-additional .theme-full-checkout-form-discount .actions-toolbar .primary .action:focus  {
    height: 45px;
	background-color: #2db05d;
    border-color: #2db05d;
	color: #FFF;
}
.body-full-checkout .full-checkout .opc-block-summary {
    padding-left: 30px;
	padding-right: 30px;
}
.body-full-checkout.checkout-index-index #checkout .opc-block-summary .actions-toolbar .secondary a.action.viewcart {
    display: table;
    margin: 20px 0;
}
@media all and (max-width: 767px){
	.body-full-checkout.checkout-index-index #checkout .checkout-header .opc-progress-bar-item {
		width: calc(33.33% - 15px);
		display: inline-table;
	}
	.body-full-checkout .theme-full-checkout-form-discount-inner .label[for="discount-code"] {
		display: none !important;
	}
	.body-full-checkout #checkout.full-checkout .theme-full-checkout-payment-additional {
		display: table;
		width: 100%;
		width: calc(100% - 30px);
	}
	.body-full-checkout #maincontent.page-main {
		padding-top: 0px;
	}
}
@media all and (max-width: 639px){
	.body-full-checkout .opc-wrapper .methods-shipping {
		border-bottom-color: transparent;
	}
}
@media all and (min-width: 1024px) {
	.body-full-checkout .checkout-container .opc-wrapper .form.form-login, 
	.body-full-checkout .checkout-container .opc-wrapper .form.form-shipping-address {
		max-width: 100%;
	}
}
/*full checkout*/


/*quebra pagebuilder menu*/
@media all and (min-width: 768px){
	.navigation div.ui-menu-item {
		float: right;
	}
}


.barraTopoLoja {
    background: #f6bf41;
    border-bottom: solid 0px #EEE;
    padding: 0;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 800;
    display: table;
}
.barraTopoLoja a:hover {
	background-color: transparent;
}
.barraTopoLoja .barraTopoLojaEsquerda {
	text-align: left;
	font-size: 20px;
}
.barraTopoLoja .barraTopoLojaCentro {
	text-align: center;
	font-size: 20px;
}
.barraTopoLoja .barraTopoLojaDireita {
	text-align: right;
	font-size: 20px;
}
.barraTopoLoja .barraTopoLojaEsquerda .barra-texto-descricao {
    font-size: 10px;
	font-weight: 600;
    width: 100%;
    display: table;
    text-align: center;
}
.barraTopoLoja .barra-icone {
	display: table;
	float: left;
	margin-right: 5px;
} 
.barraTopoLoja .barraTopoLojaEsquerda .barra-icone {
    margin-bottom: -10px;
}
.barraTopoLoja .barraTopoLojaDireita .barra-icone {
    margin-bottom: -10px;
}
.barraTopoLoja .barraTopoLojaDireita .barra-texto {
	display: table;
	float: left;
}
.barraTopoLoja .barra-top-secao .barra-icone img{
	height: 30px;
}
.barraTopoLoja .barra-top-secao {
    width: auto;
    display: table;
	height: 55px;
	margin: auto;
}
.barraTopoLoja .barraTopoLojaEsquerda .barra-top-secao {
    float: left;
}
.barraTopoLoja .barraTopoLojaDireita .barra-top-secao {
    float: right;
}
.barraTopoLoja .barra-top-secao .midle {
  vertical-align: middle;
  height: auto;
  display: table-cell;
}
.barraTopoLoja .row-full-width-inner {
	padding-left: 20px;
    padding-right: 20px;
	max-width: 1280px;
}
@media all and (min-width:768px) and (max-width:1080px) {
	.barraTopoLoja .barraTopoLojaEsquerda {
		font-size: 18px;
	}
	.barraTopoLoja .barraTopoLojaCentro {
		font-size: 16px;
	}
	.barraTopoLoja .barraTopoLojaDireita {
		font-size: 18px;
	}
}
@media all and (max-width:767px){
	.pagebuilder-column.barraTopoLojaCentro.remove-mobile {
		display: none !important;
	}
	.barraTopoLoja .barraTopoLojaEsquerda .barra-top-secao {
		float: none;
	}
	.barraTopoLoja .barraTopoLojaDireita .barra-top-secao {
		float: none;
	}
	.barraTopoLoja .barra-top-secao .barra-icone img {
		height: 20px;
	}
	.barraTopoLoja .barraTopoLojaEsquerda {
		font-size: 14px;
	}
	.barraTopoLoja .barraTopoLojaCentro {
		font-size: 14px;
	}
	.barraTopoLoja .barraTopoLojaDireita {
		font-size: 14px;
	}
	.barraTopoLoja .barra-top-secao {
		height: 35px;
	}
	.barraTopoLoja .pagebuilder-column-group {
		flex-wrap: initial;
	}
	.barraTopoLoja  {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.pagebuilder-column.barraTopoLojaEsquerda {
		width: 50%;
	}
	.pagebuilder-column.barraTopoLojaDireita {
		width: 50%;
	}
}
@media all and (max-width:279px){
	.barraTopoLoja .barraTopoLojaEsquerda {
		font-size: 11px;
	}
	.barraTopoLoja .barraTopoLojaCentro {
		font-size: 11px;
	}
	.barraTopoLoja .barraTopoLojaDireita {
		font-size: 11px;
	}
}

/*centralizar logo mobile*/
@media all and (max-width:767px){
	.header.content a.logo {
		left: 50%;
		margin: 0;
		padding: 0;
		margin-left: -50px;
		margin-bottom: 15px;
	}
	.header.content a.logo img {
		width: 100px;
		height:auto;
		display: table;
	}
}
@media all and (max-width:279px){
	.header.content a.logo {
		margin-left: -55px;
	}
	.header.content a.logo img {
		width: 110px;
	}
}
/*centralizar logo mobile*/

.page-wrapper a:hover {
	background-color: transparent;
}
.footer.content .links li {
	color: #FFF;
}
@media all and (min-width:768px) {
  .block-search .block-content {
    border: solid 1px transparent;
  }
}
.linhaDestaques .caixaTexto .titulo {
    margin: 0px;
}
.links.linksInformacoes ul > li a {
	padding-bottom: 0;
	padding-top: 0;
}
.links.linksInformacoes ul > li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer.content .title {
    margin-top: 0px;
}


.container-faq .accordion button .accordion-title {
	font-size: 20px;
}
.container-faq .accordion button {
    padding: 15px 0;
}
.container-faq .accordion .accordion-content p {
    font-size: 16px;
}



/*depoimentos*/
.depoimentos {
	margin-bottom:50px;
	display:table;
	width:100%;
}
.caixavideo3 .itemvideo {
	float:left;
	width:calc(33.33% - 30px);
	margin:15px;
	background:#FFF;
	box-shadow:0 6px 10px rgba(0,0,0,0.2);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	padding-bottom:20px;
}
.caixavideo3 .itemvideo:hover,.caixavideo2 .itemvideo:hover,.caixavideo1 .itemvideo:hover {
	box-shadow:0 6px 10px rgba(0,0,0,0.35);
}
.caixavideo2 .itemvideo {
	float:left;
	width:calc(50.0% - 20px);
	margin:10px;
}
.caixavideo1 .itemvideo {
	float:left;
	width:calc(100.0% - 20px);
	margin:10px;
}
@media only screen and (max-width: 767px) {
	.caixavideo3 .itemvideo {
		width:calc(100.00% - 20px);
		margin:10px;
	}
	.caixavideo2 .itemvideo {
		width:calc(100.00% - 20px);
		margin:10px;
	}
	.caixavideo1 .itemvideo {
		width:calc(100.00% - 20px);
		margin:10px;
	}
}
.depoimentos iframe {
	max-width:100%;
	margin:auto;
	display:table;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
}
.depoimentos .midle {
	vertical-align:middle;
	display:table-cell;
	height:auto;
}
.depoimentos .nome-video {
	height:45px;
	display:table;
	position:relative;
	width:calc(100% - 0px);
	padding:0 10px;
	text-align:center;
	font-size:20px;
	line-height:20px;
	font-weight:600;
	margin-top:15px;
	color:#333;
}
.depoimentos .cidade-video {
	height:40px;
	display:table;
	position:relative;
	width:calc(100% - 0px);
	padding:0 10px;
	text-align:center;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	color:#333;
}
.depoimentos .estrelas1 {
	margin:auto;
	display:table;
	height:13px;
	width:13px;
	background-image:url(../images/depoimentos-stars.png);
	background-position:0 00px;
}
.depoimentos .estrelas2 {
	margin:auto;
	display:table;
	height:13px;
	width:26px;
	background-image:url(../images/depoimentos-stars.png);
	background-position:0 00px;
}
.depoimentos .estrelas3 {
	margin:auto;
	display:table;
	height:13px;
	width:39px;
	background-image:url(../images/depoimentos-stars.png);
	background-position:0 00px;
}
.depoimentos .estrelas4 {
	margin:auto;
	display:table;
	height:13px;
	width:52px;
	background-image:url(../images/depoimentos-stars.png);
	background-position:0 00px;
}
.depoimentos .estrelas5 {
	margin:auto;
	display:table;
	height:13px;
	width:65px;
	background-image:url(../images/depoimentos-stars.png);
	background-position:0 00px;
}
.depoimentos .estrelas {
	margin:auto;
	display:table;
	height:13px;
	width:65px;
	background-image:url(../images/depoimentos-stars.png);
	background-position:0 00px;
}
.cms-depoimentos .std h2 {
	text-align:center;
	font-size:40px;
	font-weight:600;
	letter-spacing:-.5px;
	color:#333;
	text-align:center;
	font-size:50px;
	line-height:1.1em;
	font-weight:600;
	letter-spacing:-.5px;
	color:#333;
}
.cms-depoimentos .descricao p {
	text-align:center;
	font-size:16px;
	line-height:1.4em;
	font-weight:400;
	color:#333;
}
.cms-depoimentos .top-container {
	max-width:100%;
	margin:0 auto;
	padding:0;
}
.cms-depoimentos .top-container img {
	margin:auto;
	max-width:100%;
}
@media only screen and (min-width: 768px) {
	.cms-depoimentos .top-container .imgDesktop {
		display:table;
	}
	.cms-depoimentos .top-container .imgMobile {
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	.cms-depoimentos .top-container .imgMobile {
		display:table;
	}
	.cms-depoimentos .top-container .imgDesktop {
		display:none;
	}
}
.cms-depoimentos .breadcrumbs {
	overflow:hidden;
	margin:-15px auto 15px;
	width:auto;
	display:table;
}
.cms-depoimentos .botao {
	width:auto;
	display:table;
	margin:auto;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	background:#F7A30A;
	padding:15px 35px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
.cms-depoimentos .botao:hover {
	background:#ec9b04;
}
.cms-depoimentos .botao a {
	display:block;
	color:#FFF;
	text-decoration:none;
}
.cms-depoimentos .main-container {
	padding-bottom:100px;
}
.layoutdepoimentos {
	max-width:1200px;
}
.layoutdepoimentos .botao {
	width:auto;
	display:table;
	margin:auto;
	margin-top:15px;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	background:#F7A30A;
	padding:15px 35px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
.layoutdepoimentos .botao:hover {
	background:#ec9b04;
}
.layoutdepoimentos .botao a {
	display:block;
	color:#FFF;
	text-decoration:none;
}
.layoutdepoimentos .descricao p {
	text-align:center;
	font-size:16px;
	line-height:1.4em;
	font-weight:300;
	color:#333;
}
.layoutdepoimentos .widget-title h2 {
	display:table;
	width:100%;
}
.layoutdepoimentos h2 {
	margin:20px 0;
	font-size:30px;
	font-weight:600;
	text-align:center;
}

.layoutdepoimentos .depoimentos {
	margin-top:15px;
}
.cms-depoimentos h2 {
	text-align:center;
	font-size:40px;
	font-weight:600;
	letter-spacing:-.5px;
	color:#333;
	text-align:center;
	font-size:50px;
	line-height:1.1em;
	font-weight:600;
	letter-spacing:-.5px;
	color:#333;
}
.cms-depoimentos .descricao p {
	text-align:center;
	font-size:16px;
	line-height:1.4em;
	font-weight:400;
	color:#333;
}
/*depoimentos*/


@media only screen and (min-width: 768px) {
	li.level0.category-item.level-top.parent:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-top: 20px;
		width: 0;
		height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid #ffffff47;
		margin-left: -5px;
		position: absolute;
	}
}


.linhaDestaquesHome {
	padding: 10px 0;
	width: 100%;
	margin: 0px auto 20px;
	max-width: 100%;
	display: table;
	background: #f6bf41;
}
.linhaDestaquesHome .main-container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.linhaDestaquesHome .midle {
	vertical-align: middle;
	display: table-cell;
	height: auto;
}
.linhaDestaquesHome .centralizar {
	width: auto;
	max-width: 99%;
	margin: auto;
	display: table;
}
.linhaDestaquesHome .imagemEsq img {
	width: auto;
	max-width: 50px;
	height: auto;
	max-height: 50px;
	margin: auto;
}
.linhaDestaquesHome .imagemEsq {
	width: 60px;
}
.linhaDestaquesHome .textoDir {
	width: calc(100% - 60px);
}
.linhaDestaquesHome .textoDir, 
.linhaDestaquesHome .imagemEsq {
	height: 50px;
	display: table;
	float: left;
	text-align: center;
	line-height: 1.1em;
}
.linhaDestaquesHome .textoDir {
	font-size: 18px;
	font-weight: 400;
	max-width: 90%;
}
.linhaDestaquesHome .titulo {
	font-size: 15px;
	line-height: 1.1em;
	font-weight: 800;
	letter-spacing: 0px;
	text-align: left;
	color: #000;
	margin: 0;
	margin-bottom: 2px;
}
.linhaDestaquesHome .texto {
	font-size: 12px;
	line-height: 1em;
	font-weight: 400;
	color: #000;
	text-align: left;
}
.linhaDestaquesHome .textoDir b, .linhaDestaquesHome .textoDir strong {
	font-weight: 600;
}
@media only screen and (min-width: 1081px) {
	/*
	.linhaDestaquesHome .caixa4:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		right: 0px;
		float: left;
		margin-top: 24px;
		width: 5px;
		height: 5px;
		background-color: #FFF;
		position: relative;
		border-radius:50%;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		-ms-border-radius:50%;
		-o-border-radius:50%;
	}
	.linhaDestaquesHome .caixa4:first-child:before {
		display: none;
	}
	*/
}
.linhaDestaquesHome .caixa6 {
	width: 16.66%;
	float: left;
	display: table;
}
.linhaDestaquesHome .caixa5 {
	width: 20.0%;
	float: left;
	display: table;
}
.linhaDestaquesHome .caixa4 {
	width: 25.0%;
	float: left;
	display: table;
}
.linhaDestaquesHome .caixa3 {
	width: 33.33%;
	float: left;
	display: table;
}

@media only screen and (max-width: 1080px) {
	.linhaDestaquesHome .caixa6, .linhaDestaquesHome .caixa5, .linhaDestaquesHome .caixa3 {
		width: 33.33%;
	}
}
@media only screen and (max-width: 767px) {
	.linhaDestaquesHome .caixa4 {
		width: 50.0%;
	}
	.linhaDestaquesHome .textoDir {
		max-width: 100%;
	}
	.linhaDestaquesHome .centralizar{
		float: left;
	}
	.linhaDestaquesHome .texto {
		text-align: left;
	}
	.linhaDestaquesHome .imagemEsq img {
		max-width: 35px;
		max-height: 35px;
	}
}
@media only screen and (max-width: 540px) {
	.linhaDestaquesHome .caixa6, .linhaDestaquesHome .caixa5, .linhaDestaquesHome .caixa4 {
		width: 50%;
	}
	.linhaDestaquesHome .centralizar{
		float: none;
	}
	.linhaDestaquesHome .texto {
		text-align: center;
	}
	.linhaDestaquesHome .centralizar {
		max-width: 90%;
	}
	.linhaDestaquesHome .imagemEsq {
		width: 100%;
	}
	.linhaDestaquesHome .textoDir {
		width: calc(100% - 20px);
		padding: 0 10px;
		height: 50px;
	}
	.linhaDestaquesHome .textoDir .midle {
		vertical-align: top;
	}
	.linhaDestaquesHome .textoDir {
		font-size: 17px;
	}
	.linhaDestaquesHome .titulo {
		font-size: 15px;
		text-align: center;
	}
	.linhaDestaquesHome .texto {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1080px) {
	.banner-principal-desktop .owl-theme .owl-nav.disabled + .owl-dots, 
	.banner-principal-mobile .owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 40px;
		position: absolute;
	}
}


/*ajustes full checkout*/
.checkout-index-index .installments select.select.select-installments.cc_installments {
    width: 100% !important;
	padding-right: 25px;
    font-size: 12px;
}
.full-checkout .checkout-payment-method .pagarme_creditcard .credit-card-types .item {
    transform: scale(0.7);
    margin: -3px;
}
.full-checkout .checkout-payment-method .credit-card-types img {
    border-radius: 5px;
}
.checkout-index-index .fieldset .payment-method .field {
    margin-bottom: 4px;
    margin-top: 4px;
}
.full-checkout .checkout-payment-method .ccard .captcha .input-text, 
.full-checkout .checkout-payment-method .ccard .number .input-text {
    max-width: 100%;
    width: 100% !important;
}
.full-checkout .checkout-payment-method .field input.input-text.cc_owner{
    width: 100% !important;
}
.full-checkout .checkout-payment-method .billing-address-same-as-shipping-block.field.choice {
    font-size: 12px;
}
.full-checkout .checkout-payment-method .forms-payment-methods {
    padding: 0 0px;
}
.checkout-index-index #pagarme_pix-form .pagarme_pix img {
	margin-left: auto;
	margin-right: auto;
    display: table;
	max-width: 100%;
}
.checkout-index-index .control-row ._additional-element-input label.label > span {
	font-size: 13px;
	color: #45b6f7;
	font-weight:600;
}
.checkout-index-index .fieldset .field.theme-full-checkout-fields-floating-label:not(.choice) .control .control-row.input-main {
    display: block;
}
.checkout-index-index .fieldset .field.sixty-percent[name="shippingAddress.street.0"] {
	width: 70%;
}
.checkout-index-index .fieldset .field.twenty-percent[name="shippingAddress.street.1"] {
	width: 30%;
}
.checkout-index-index .fieldset .field.thirty-three-percent[name="shippingAddress.city"],
.checkout-index-index .fieldset .field.thirty-three-percent[name="shippingAddress.region_id"] {
	width: 50%;
}
.checkout-index-index .fieldset .field.twenty-percent[name="shippingAddress.street.2"], 
.checkout-index-index .fieldset .field.thirty-three-percent[name="shippingAddress.street.3"] {
	width: 50%;
}
@media (max-width: 767px){
	.checkout-index-index .opc-wrapper .opc {
		padding: 15px 15px;
	}
	.body-full-checkout.checkout-index-index #checkout .checkout-header .opc-progress-bar-item {
		width: calc(33.33% - 25px);
	}
	.checkout-index-index .fieldset .field.fifty-percent[name="createAccount.firstname"],  
	.checkout-index-index .fieldset .field.fifty-percent[name="createAccount.lastname"] {
		width: 100%;
	}
	.checkout-index-index .fieldset .field.fifty-percent[name="shippingAddress.postcode"] {
		width: 50%;
	}
	.checkout-index-index .fieldset .field.sixty-percent[name="shippingAddress.street.0"],
	.checkout-index-index .fieldset .field.twenty-percent[name="shippingAddress.street.1"], 
	.checkout-index-index .fieldset .field.twenty-percent[name="shippingAddress.street.2"],
	.checkout-index-index .fieldset .field.thirty-three-percent[name="shippingAddress.street.3"],
	.checkout-index-index .fieldset .field.thirty-three-percent[name="shippingAddress.city"],
	.checkout-index-index .fieldset .field.thirty-three-percent[name="shippingAddress.region_id"] {
		width: 50%;
	}

	
}
/*ajustes full checkout*/

/*ajuste exibicao formas de entrega*/
.checkout-cart-index .cart-summary .fieldset .field .label {
    white-space: initial;
	font-size: 12px;
}
@media only screen and (min-width:768px) {
	.checkout-cart-index .cart-summary .block .fieldset .field {
		padding-bottom: 8px;
		padding-top: 8px;
		border-bottom: solid 1px #EEE;
		margin-bottom: 0;
	}
}
.checkout-cart-index .cart-summary .block .fieldset .field:last-child {
    border-bottom: none;
}
@media only screen and (max-width:767px) {
	.checkout-cart-index .cart-summary .block .fieldset .field {
		padding-bottom: 8px;
		padding-top: 8px;
		border-bottom: solid 1px #EEE;
		margin-bottom: 0;
	}
}

/*ajustes nome e login topo*/
.customer-welcome .action.switch:after {
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    background-color: #DDD;
    padding: 0 5px;
    border-radius: 3px;
    color: #333 !important;
}
.customer-welcome .action.switch:hover:after {
    background-color: #333;
	color: #FFF !important;
}
.header.links:hover .action.switch:after {
    background-color: #333;
	color: #FFF !important;
}
.header span.logged-in {
    font-size: 13px;
}

/*btn comprar home*/
@media (min-width: 640px){
	.widget-product-carousel.product-items .product-item-details .product-item-inner {
		width: 100%;
		margin: auto;
		display: table;
	}
}
@media (min-width: 768px){
	#maincontent .widget-product-carousel .product-item-actions {
		display: initial;
	}
	.cms-index-index #maincontent .products-grid .product-item:hover .product-item-actions {
		width: 92%;
	}
	.widget-product-carousel.product-items .product-item-details .product-item-inner {
		opacity: 0;
		margin-top: 10px;
	}
	.widget-product-carousel.product-items .product-item:hover .product-item-inner {
		opacity: 1;
	}
}


/*titulo-secao titulo-home*/
.titulo-secao.titulo-home h1, 
.titulo-secao.titulo-home h2, 
.titulo-secao.titulo-home h3, 
.titulo-secao.titulo-home h4, 
.titulo-secao.titulo-home h5 {
	font-weight: 600;
}


.page-title-wrapper.product h1 {
    margin-bottom: 30px;
	margin-top: 20px;
	font-weight: 500;
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
	color: #000;
}

.p_short_description h5, 
.p_short_description h4, 
.p_short_description h3, 
.p_short_description {
    font-weight: 400;
	font-size: 13px;
    line-height: 1.4em;
}
.product-info-main .product-info-price .price-box, 
.product-info-main .product-info-price .backendorf-installment .price-box {
    width: auto;
    display: table;
    margin: auto;
}
.bloco-info-comprar {
    display: table;
    width: 100%;
	border-bottom:solid 1px #EEE;
	padding: 15px 0;
	font-size: 12px;
	color: #777;
	border-top: solid 1px #EEE;
}
.product-info-main button#product-addtocart-button {
    width: calc(100% - 158px);
	margin-bottom: 10px;
	height: 60px;
}
.catalog-product-view .box-tocart .field.qty input[type="number"], 
.catalog-product-view button.input-group__button.input-group__button--increase, .catalog-product-view button.input-group__button.input-group__button--decrease {
    height: 60px;
}
.catalog-product-view .box-tocart .field.qty {
    margin-top: 0px;
}
.product-info-main .backendorf-installment .discounts, 
.product-info-main .product-info-price .backendorf-installment .discounts .item strong, 
.product-info-main .backendorf-installment .best-installment {
    text-align: center;
}
.product-info-main .backendorf-installment .discounts, 
.product-info-main .product-info-price .backendorf-installment .discounts .item strong, 
.product-info-main .backendorf-installment .best-installment {
    font-weight: 500;
}
.product-options-bottom .price-box .price-container .price, 
.product-info-price .price-box .price-container .price {
    font-weight: 500;
}
@media (min-width: 768px){
	.product-info-main .product-info-stock-sku {
		width: auto;
	}
	.product-info-main .product-social-links {
		text-align: center;
	}
}
.product-info-main .product-social-links .action {
    font-weight: 400;
	font-size: 13px;
    letter-spacing: 0;
	color: #777;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable {
    font-weight: 400;
    text-transform: none;
	float: left;
	margin-right: 5px;
}
.product-info-main .product-info-stock-sku {
    width: 100%;
    display: table;
}
.product-info-main .product.attribute.sku {
    float: right;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
    width: 100%;
    display: table;
    float: left;
    width: auto;
}
.product-info-main .product-reviews-summary {
    width: 100%;
	border-bottom: solid 1px #EEE;
    padding-bottom: 15px;
}
.product-reviews-summary .reviews-actions .action.add {
    font-weight: 500;
}
.product-social-links .action.towishlist:before, 
.product-social-links .action.tocompare:before {
    font-size: 13px;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable, 
.product-info-main .product.attribute.sku .value, 
.product-info-main .product.attribute.sku .type {
    color: #777;
}

.catalog-product-view .product-options-bottom .price-box .price-container .price, 
.catalog-product-view .product-info-price .price-box .price-container .price {
    font-size: 22px;
    line-height: 24px;
}
.product-info-main .discounts span.name {
    font-weight: 400;
	font-size: 13px;
}
/*mais opcoes parcelamento*/
.catalog-product-view .product-info-main .backendorf-installment .discounts ul {
    margin: 0;
}
.catalog-product-view .backendorf-installment .discounts ul, 
.catalog-product-view .backendorf-installment .discounts ul li {
    margin: 0;
}
.product-info-main .backendorf-installment {
    max-width: calc(100% - 15px);
    margin-top: 0;
	margin-bottom: 0px;
}
.wrap-collabsible.backendorf-installment {
	margin-bottom: 0;
	margin-top: 0;
}
.catalog-product-view .product-info-main .product-info-price {
	margin-bottom: 0px;
	border-bottom: none;
}
.catalog-product-view .product-item .backendorf-installment .best-installment, 
.catalog-product-view .product-info-price .backendorf-installment .best-installment {
    text-align: center;
	font-weight: 400;
}
.catalog-product-view .product-info-price .backendorf-installment .best-installment {
    font-size: 13px;
}
.catalog-product-view .backendorf-installment .best-installment {
    margin: 0px 0 0px
}
.backendorf-installment .lbl-toggle::after {
	display: none;
}
.backendorf-installment .lbl-toggle {
    background-color: #FFF;
    border-radius: 0px;
    border: none;
    padding: 0;
	text-align: center;
	box-shadow: none;
}
.backendorf-installment .lbl-toggle i.fa.fa-credit-card {
    display: none;
}
.wrap-collabsible.backendorf-installment .installments.title {
    font-size: 13px;
    letter-spacing: 0px;
    color: #555;
    text-transform: none;
    font-weight: 400;
}
.product-info-main .backendorf-installment .discounts {
    margin: 0;
    margin-top: 5px;
}
.backendorf-installment .installments.title {
    margin-top: 0px;
}
.product-info-main li.installment-option strong {
    font-weight: 500;
    
}
.product-info-main  .collapsible-content .content-inner {
    background-color: #fafafa;
}

@media screen and (max-width: 767px) {
	.product-info-main button#product-addtocart-button {
		width: calc(100% - 0px);
	}
	.catalog-product-view .box-tocart .fieldset .actions {
		width: calc(100% - 0px);
	}
	.catalog-product-view .box-tocart .field.qty {
		margin-top: 0px;
		margin: auto;
		width: auto;
		display: table; 
		float: none;
		margin-bottom: 15px;
	}
	.catalog-product-view .box-tocart button#product-addtocart-button {
		font-size: 16px;
	}
	.p_short_description {
		margin-top: 20px;
		display: table;
		width: 100%;
	}
	.product-reviews-summary .reviews-actions {
		font-size: 13px;
	}
	.catalog-product-view .product-info-main .product-info-stock-sku {
		padding-left: 0px;
		margin-top: 0px;
	}
	.product-info-main .product-reviews-summary {
		margin-bottom: 15px;
	}
	.page-title-wrapper.product h1 {
		text-align: center;
		font-size: 24px;
	}
}

/*frete*/
.catalog-product-view .cal_title h2 {
    margin: 20px 0 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.catalog-product-view .shipping-calculation fieldset.review-fieldset {
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    float: left;
}
.catalog-product-view .shipping-calculation .primary.actions-primary {
    width: 50px;
}
.catalog-product-view .nao-sei-cep {
    margin: 5px 0;
    font-size: 12px;
    color: #0f3e99;
    text-indent: 5px;
}
.catalog-product-view .nao-sei-cep a {
    color: #0f3e99;
}
.catalog-product-view .shipping-calculation input[type="text"] {
    height: 60px;
	border-radius: 5px;
	border: 1px solid #DDD;
	text-indent: 15px;
}
.catalog-product-view .shipping-calculation .fieldset .field {
    padding-left: 0px;
}
.catalog-product-view .shipping-calculation button.action.submit.primary.calculate {
    width: 100%;
    display: table;
    margin: 0;
    font-size: 11px;
    padding: 0;
	height: 60px;
	border-radius: 5px;
	background: #FFF;
    color: #333;
}
.catalog-product-view .shipping-calculation button.action.submit.primary.calculate > span {
	display: none;
}
.catalog-product-view .shipping-calculation button.action.submit.primary.calculate:after {
	content:"Ok";
}
.catalog-product-view .shipping-calculation .fieldset .field .label {
    display: none;
}
.catalog-product-view .product-info-main .backendorf-installment .discounts ul {
    margin: 0;
}
.catalog-product-view .shipping-calculation .primary.actions-primary {
    margin-top: 0;
}
.catalog-product-view .shipping-calculation fieldset.review-fieldset {
    margin: 0;
}
/*frete*/


.page-wrapper .fotorama__thumb-border {
	border-color: #333;
}
/*product info custom*/
.product.media .product-info-main.product-info-custom {
    width: 100%;
	margin-top: 25px;
}
.product-info-custom .item-atributo {
    width: auto;
    display: table;
    padding: 15px;
    box-sizing: border-box;
    float: left;
	text-align: center;
	font-weight: 400;
	margin: 1px;
	font-size: 14px;
	line-height: 1.1em;
	min-width: 120px;
}
.product-info-custom .item-atributo-valor {
    font-size: 26px;
    font-weight: 500;
	line-height: 1.3em;
	color: #551c27;
}
.product-info-custom .item-atributo-valor {
    font-size: 26px;
    font-weight: 500;

}
@media screen and (max-width: 767px) {
	.product-info-custom .item-atributo {
		min-width: initial;
		width: 33.33%;
		margin: 0px;
		box-sizing: border-box;
		padding: 5px;
	}
	.product-info-custom .item-atributo-valor {
		font-size: 18px;
	}
	.itens-atributos-destaque {
		border-bottom: solid 1px #EEE;
		display: table;
		width: 100%;
		padding-bottom: 15px;
	}
}

/*tabs / acordion*/

/*
.catalog-product-view .product.data.items {
    margin: 0 0 20px;
    padding: 0;
}
.catalog-product-view .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin: 0 0 10px;
}
.catalog-product-view .product.data.items > .item.title > .switch {
    display: block;
	color: #333; 
}
.catalog-product-view .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
}
.catalog-product-view .product.data.items > .item.content::after {
    clear: both;
}
.catalog-product-view .product.data.items > .item.content.active {
    display: block;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
}
.catalog-product-view .product.data.items > .item.title > .switch {
    border-color: #f9fafc;
	background-color: #f9fafc;
    border-style: solid;
    border-width: 1px;
	font-size: 18px;
    font-weight: 500;
	padding: 25px;
	box-sizing: border-box;
	height: auto;
    line-height: 1em;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.catalog-product-view .product.data.items > .item.title.active > .switch {
	box-shadow:none;
}
.catalog-product-view .item.content[aria-hidden="true"] {
    display: none;
}
.catalog-product-view .item.content[aria-hidden="false"] {
	display: none;
}

.catalog-product-view .product.data.items > .item.content {
    background: #f9fafc none repeat scroll 0 0;
    border: 0px solid #f9fafc;
    margin: 0 0 5px;
	padding: 25px;
}
.product.info.detailed .product.data.items > .item.title:not(.disabled) > .switch:active, 
.product.info.detailed .product.data.items > .item.title.active > .switch, 
.product.info.detailed .product.data.items > .item.title.active > .switch:focus, 
.product.info.detailed .product.data.items > .item.title.active > .switch:hover {
    background: #f9fafc;
}
.product.info.detailed .product.data.items > .item.title:not(.disabled) > .switch:focus, 
.product.info.detailed .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #eef0f3;
	color: #000;
}
.catalog-product-view .product.data.items > .item.active.title{
    margin-bottom: 0px;
}
.catalog-product-view .product.data.items > .item.title{
	text-transform: none;
}
.catalog-product-view .product.attribute.description {
    color: #383838;
    font-size: 13px;
	margin: auto;
    max-width: 1280px;
    width: 100%;
	padding-left: 20px;
    padding-right: 20px;
	margin-top: 50px;
}
@media all and (min-width:768px) {
	.catalog-product-view .page-main {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.catalog-product-view .product.data.items > .item.title > .switch::after {
	content: "+";
    font-weight: 600;
    font-size: 18px;
    display: initial;
    float: right;
    position: relative;
	right: 0;
}
.catalog-product-view .product.data.items > .item.title.active > .switch::after {
	content: "-";
    font-weight: 600;
    font-size: 22px;
    display: initial;
    float: right;
    position: relative;
	right: 0;
}

.catalog-product-view .product.info.detailed {
	-webkit-animation-name: delayLoading;
    animation-name: delayLoading;
	animation-duration: 2.5s;
    animation-iteration-count: 1;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
}
*/

/* Chrome, Safari, Opera */
@-webkit-keyframes delayLoading {
    0%   {
		opacity: 0;
	}
	75%   {
		opacity: 0;
	}
	100%   {	
		opacity: 1;
	}
}

/* Standard syntax */
@keyframes delayLoading {
    0%   {
		opacity: 0;
	}
	75%   {
		opacity: 0;
	}
	100%   {	
		opacity: 1;
	}
}
/*tabs / acordion*/

@media only screen and (max-width: 639px) {
	.table-wrapper {
		border-top: transparent;
	}
}

/*especificacoes*/
.product-full-width-section .additional-attributes-wrapper .additional-attributes > tbody > tr:nth-child(even){
	background-color: #f9fafc;
}
.product-full-width-section .additional-attributes-wrapper .additional-attributes > tbody > tr:oden {
	background-color: #f9fafc;
}
.product-full-width-section .additional-attributes-wrapper.table-wrapper .additional-attributes th.col.label {
    display: block;
	box-sizing: border-box;
    padding: 10px 5px;
	padding-left: 20px;
	font-weight: 500;
    font-size: 15px;
}
.product-full-width-section .additional-attributes-wrapper .additional-attributes > tbody > tr > td {
	box-sizing: border-box;
	padding: 10px 5px;
	padding-right: 20px;
}
@media all and (min-width:768px) {
	.product-full-width-section .additional-attributes-wrapper .additional-attributes > tbody > tr > td {
		width: 65%;
	}
}
@media all and (max-width:767px) {
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
		padding: 10px 0;
	}
}

/*custom-atributos-accordion*/
.custom-atributos-accordion {
    width: 100%;
    display: table;
}
.titulo-secao-atributo {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 18px;
}
.row-calculo input.input-text {
    height: 60px;
    border-radius: 5px;
	width: 100%;
	min-width: auto;
	max-width: 100%
}
.row-calculo {
	margin-bottom: 15px;
	display: table;
    width: 540px;
    max-width: 100%;
}
.input-altura {
    width: 40%;
    float: left;
    display: table;
	padding: 5px 10px;
	padding-left:0;
    box-sizing: border-box;
}
.input-largura {
    width: 40%;
    float: left;
    display: table;
	padding: 5px 10px;
	box-sizing: border-box;
}
.btn-calcular {
    width: 20%;
    float: left;
    display: table;
	padding: 5px 10px;
	margin-top: 20px;
	box-sizing: border-box;
}
.input-largura label, 
.input-altura label {
    height: 20px;
    display: table;
}
.btn-calcular .action.primary {
	background: #FFF;
    border: 1px solid #111;
    width: 100%;
    height: 60px;
    color: #000;
}
.page-main-pagebuilder-attributes h2.product-section-title, 
.page-main-details .product-section-title {
    border-bottom: transparent;
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-weight: 500;
    font-size: 22px;
}
@media all and (max-width:767px) {
	.row-calculo {
		width: 100%;
		max-width: 100%;
	}
	.input-largura, .input-altura {
		width: 50%;
		padding: 5px;
	}
	.btn-calcular {
		width: 100%;
		float: left;
		display: table;
		padding: 5px;
		margin-top: 0px;
		box-sizing: border-box;
	}
}
.catalog-product-view #maincontent.page-main {
    padding-bottom: 0px;
}
.catalog-product-view .product.info.detailed {
    margin-top: 50px;
}
 
.custom-atributos-accordion #accordion div[data-role="collapsible"]:hover {
    background-color: #eef0f3;
}
.custom-atributos-accordion #accordion div[aria-expanded="true"]:hover {
    background-color: #f9fafc;
	cursor: pointer;
}
.custom-atributos-accordion #accordion div[data-role="collapsible"] {
    background-color: #f9fafc;
    margin-bottom: 0px;
    box-sizing: border-box;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.custom-atributos-accordion #accordion .titulo-secao-atributo {
    padding: 25px;
    box-sizing: border-box;
}
.custom-atributos-accordion #accordion div[aria-expanded="false"] {
    margin-bottom: 10px;
	cursor: pointer;
}
.custom-atributos-accordion #accordion div[data-role="content"] {
    background-color: #f9fafc;
    margin-bottom: 10px;
    padding: 25px;
    box-sizing: border-box;
}
.custom-atributos-accordion #accordion div.allow[data-role="collapsible"] {
	padding-bottom: 0;
}
.custom-atributos-accordion #accordion div.allow[aria-expanded="true"] .titulo-secao-atributo  {
    padding-bottom: 0px;
}
.custom-atributos-accordion #accordion > div[aria-expanded="false"] .titulo-secao-atributo::after {
	content: "+";
    font-size: 16px;
    font-weight: 400;
    font-size: 18px;
	float: right;
}
.custom-atributos-accordion #accordion > div[aria-expanded="true"] .titulo-secao-atributo::after {
	content: "-";
    font-size: 16px;
    font-weight: 400;
    font-size: 22px;
	float: right;
}


.custom-atributos-accordion #accordion-como-aplicar div[data-role="collapsible"]:hover {
    background-color: #eef0f3;
}
.custom-atributos-accordion #accordion-como-aplicar div[aria-expanded="true"]:hover {
    background-color: #f9fafc;
	cursor: pointer;
}
.custom-atributos-accordion #accordion-como-aplicar div[data-role="collapsible"] {
    background-color: #f9fafc;
    margin-bottom: 0px;
    box-sizing: border-box;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.custom-atributos-accordion #accordion-como-aplicar .titulo-secao-atributo {
    padding: 25px;
    box-sizing: border-box;
}
.custom-atributos-accordion #accordion-como-aplicar div[aria-expanded="false"] {
    margin-bottom: 10px;
	cursor: pointer;
}
.custom-atributos-accordion #accordion-como-aplicar div[data-role="content"] {
    background-color: #f9fafc;
    margin-bottom: 10px;
    padding: 25px;
    box-sizing: border-box;
}
.custom-atributos-accordion #accordion-como-aplicar div.allow[data-role="collapsible"] {
	padding-bottom: 0;
}
.custom-atributos-accordion #accordion-como-aplicar div.allow[aria-expanded="true"] .titulo-secao-atributo  {
    padding-bottom: 0px;
}
.custom-atributos-accordion #accordion-como-aplicar > div[aria-expanded="false"] .titulo-secao-atributo::after {
	content: "+";
    font-size: 16px;
    font-weight: 400;
    font-size: 18px;
	float: right;
}
.custom-atributos-accordion #accordion-como-aplicar > div[aria-expanded="true"] .titulo-secao-atributo::after {
	content: "-";
    font-size: 16px;
    font-weight: 400;
    font-size: 22px;
	float: right;
}

.page-main-description.product-full-width-section .product.attribute.description {
	display: none;
}

.page-wrapper .newsletter .blocoTexto h4 {
    margin-bottom: 0.5rem;
    color: #fff;
    width: 100%;
    text-align: center;
}
body .page-wrapper .page-bottom .block.newsletter {
    background-color: #551c27;
}



@media only screen and (min-width: 768px) {
	.navigation ul {
		width: 100%;
	}
	.nav-sections-item-content .navigation .level0 .submenu a {
		padding: 2px 10px;
	}
	.nav-sections-item-content {
		border-top-color:transparent;
	}
	.navigation .level0 > .level-top {
		padding: 0 15px !important;
	}
	.navigation .level0 > .level-top {
		color: #ADADAD!important;
	}
	.nav-sections .navigation li.level0 ul.level0.submenu {
		width:500px;
		padding: 25px;
		box-sizing: border-box;
	}
	.nav-sections .navigation li.level0 ul.level0.submenu > li {
		width: 50%;
		float: left;
	}
}
/*
@media only screen and (min-width: 768px) {
	.nav-sections .navigation li.level0.nav-7 ul.level0.submenu {
		width:700px;
		padding: 25px 0;
	}
	.nav-sections .navigation li.level0.nav-7 ul.level0.submenu > li {
		width: 25%;
		float: left;
	}
}
*/



.category-papel-de-parede.page-layout-1column .block.filter {
	display: none !important;
}
.album-stardesign .row {
	margin-bottom: 5px;
}
.album-stardesign .row.row-albuns .item-album img {
    max-width: 100%;
    height: auto;
	max-height: 150px;
	width: auto;
    margin: auto;
    display: table;
	margin-bottom: 15px;
}
.album-stardesign .row.row-albuns {
	display:flex; flex-wrap: wrap; margin: 30px auto
}
.album-stardesign .row.row-albuns .item-album {
    width: calc(100% / 5);
	padding: 15px;
	border: solid 1px #EEE;
    margin: -1px -1px 0 0;
	box-sizing: border-box;
}
.album-stardesign .row.row-albuns .item-album:hover {
	background-color: #fafafa;
		border: solid 1px #DDD;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.album-stardesign .row.row-albuns .item-album {
		width: calc(100% / 4);
	}
	.album-stardesign .row.row-albuns .item-album img {
		height: 150px;
	}
}
@media only screen and (max-width: 767px) {
	.album-stardesign .row.row-albuns .item-album {
		width: calc(100% / 3);
	}
	.album-stardesign .row.row-albuns .item-album img {
		max-height: 100px;
	}
}
@media only screen and (max-width: 440px) {
	.album-stardesign .row.row-albuns .item-album {
		width: calc(100% / 2);
	}
	.album-stardesign .row.row-albuns .item-album img {
		max-height: 90px;
	}
}
@media only screen and (min-width: 1200px) {
	.album-stardesign .row.row-albuns .item-album img {
		min-height:150px;
	}
}




/*categorias filtros */

@media all and (min-width:768px) {
  .catalogsearch-result-index .sidebar .filter-options-item, 
  .catalog-category-view .sidebar .filter-options-item {
    background-color: #FFF;
    margin-bottom:30px;
    padding:10px;
    border-radius: 5px;
    border:solid 1px #EEE;
  }
  .catalogsearch-result-index .sidebar.sidebar-main, 
  .catalog-category-view .sidebar.sidebar-main {
    padding-right:0%;
  }
  .catalogsearch-result-index .sidebar .filter-options-item .filter-options-title, 
  .catalog-category-view .sidebar .filter-options-item .filter-options-title {
    background-color:#FFF;
    color: #000;
    padding-bottom: 10px;
    border-radius: 0px;
	border-bottom: solid 1px #000;
	text-transform: none;
    font-weight: 500;
	font-size: 2.1rem;
	font-family: 'Saira Condensed', sans-serif;
  }
  .catalogsearch-result-index .sidebar .filter-options-item .filter-options-title:after, 
  .catalog-category-view .sidebar .filter-options-item .filter-options-title:after {
    color: #000;
  }
  .catalogsearch-result-index .block-subtitle.filter-subtitle, 
  .catalog-category-view .block-subtitle.filter-subtitle {
	border-bottom: none;
  }
}
.catalogsearch-result-index .block-subtitle.filter-subtitle, 
.catalog-category-view .block-subtitle.filter-subtitle {
    display: none;
}
.filter-options-content a {
    color: #000;
}
@media all and (max-width:767px) {
	#layered-filter-block .block-title.filter-title > strong {
		background-color:#1f1a17;
		color: #FFF;
		box-shadow: none;
		border: none;
		font-weight: 600;
		cursor: pointer;
	}
	.filter-active 	#layered-filter-block .block-title.filter-title > strong {
		background-color:#1f1a17;
		color: #FFF;
	}
	.filter-active 	#layered-filter-block .block-title.filter-title > strong:after {
		padding-left: 8px;
		color: #FFF;
	}
	.filter-active #layered-filter-block .filter-title {
		color: #FFF;
		background-color: #1f1a17;
	}
	.filter-active #layered-filter-block .filter-subtitle {
		z-index: 2;
		color: #FFF;
		font-weight: 600;
		font-family: 'Saira Condensed', sans-serif;
		display: table;
	}
	.filter-active #layered-filter-block .filter-options-title {
		font-weight: 500;
		font-size: 2.1rem;
		font-family: 'Saira Condensed', sans-serif;
	}
}
/*categorias filtros */