/* Content copied from "checkout-custom.css" at 2017-07-28T18:03:13.260Z */

/* /files/checkout-custom.css */
ul.dropdown-menu.shipping-sla-options li.seller-1-sla-RetiradanaFabrica,
fieldset.shipping-options .sla-items-list label[for*="Fabrica"],
fieldset.shipping-options .sla-items-list label[for*="Fábrica"],
fieldset.shipping-options .sla-items-list label[for*="Retirada na Fabrica"],
.body-order-placed .banner-checkout, .body-checkout-confirmation .banner-checkout{
  display: none;
}
#bannerEbit{
  /*display:none !important;*/
  text-align: center;
  margin-top: 15px;
}

.cart-crossselling {
  display: none;
  padding-bottom: 70px;
}
.body-cart .cart-crossselling {
  display: block;
}

.body-cart span.link-choose-more-products-wrapper{
  opacity: 1;
}

.body-cart span.link-choose-more-products-wrapper a{
  background: #bd3491;
  text-align: center;
  color: white;  
}

.cart-crossselling h2 {
  background-color: #eeeeec;
  border-radius: 10px;
  color: #989898;
  display: block;
  font-size: 18px;
  line-height: 50px;
  padding: 0 30px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  /*background-color: #bd3491;
  color: #fff;*/
  margin-left: 25px;
  position: relative;
  float: left;
}

.cart-crossselling h2:before {
  content: "\f054";
  /*color: #bd3491;*/
  display: inline-block;
  font: normal normal normal 22px/50px FontAwesome;
  position: absolute;
  left: -25px;
  top: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cart-crossselling .showcase {
  clear: both;
}

.showcase li {
  width: 25%;
  float: left;
  padding: 20px;
  list-style: none;
}

.showcase li .box-item {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .2s ease-in-out
}

.showcase li .box-item:hover {
  transform: scale(1.1)
}

.showcase li .box-item a {
  text-decoration: none
}

.showcase li .box-item .product-image {
  border: 1px solid #eeeeec;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  width: 100%;
}

.showcase li .box-item .product-image img {
  width: 100%;
  max-width: none;
}

.showcase li .box-item .product-name {
  font-size: 13px;
  margin: 25px 0 10px;
  height: 30px;
  text-align: left;
  font-weight: 300
}

.showcase li .box-item .product-details {
  height: 47px;
  text-align: left
}

.showcase li .box-item .product-details .old-price {
  color: #989898;
  font-size: 12px;
  font-weight: 300;
  text-decoration: line-through;
  margin-right: 10px
}

.showcase li .box-item .product-details .best-price {
  font-size: 19px;
  color: #00b7ce;
  font-weight: 500
}

.showcase li .box-item .product-details .installment {
  font-size: 15px;
  color: #00b7ce
}

.showcase li .box-item .product-details .flags .flag {
  display: none
}

.showcase li .box-item .product-details .flags .flag.novo {
  display: block;
  position: absolute;
  top: 25px;
  right: -35px;
  background-color: #bd3491;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  width: 150px;
  text-align: center;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.showcase li .box-item .out-of-stock {
  color: #b92626
}

.showcase li .box-item .add-product a {
  background: #00b200;
  border: 2px solid #16cf12;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 600;
  line-height: 40px;
  padding: 0;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.showcase li .box-item .add-product a:hover {
  opacity: .8;
  color: #fff;
}

.showcase .slick-arrow {
  font: normal normal normal 0/1 FontAwesome;
  background: 0 0;
  border: none;
  width: auto;
  height: auto;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  color: #bd3491;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  outline: 0
}

.showcase .slick-arrow.slick-prev {
  left: -20px
}

.showcase .slick-arrow.slick-prev:before {
  content: "\f053";
  font-size: 40px;
  line-height: 1em
}

.showcase .slick-arrow.slick-next {
  right: -20px
}

.showcase .slick-arrow.slick-next:before {
  content: "\f054";
  font-size: 40px;
  line-height: 1em
}

.showcase .slick-dots {
  display: none;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center
}

.showcase .slick-dots li {
  background-color: #00b7ce;
  border: 1px solid #00b7ce;
  border-radius: 50%;
  display: inline-block;
  float: none;
  height: 10px;
  margin: 0 2px;
  padding: 0;
  text-indent: -9999em;
  width: 10px
}

.showcase .slick-dots li.slick-active {
  background-color: transparent
}

#productModal {
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  height: 500px;
}
#productModal .close {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 999;
  border: 2px solid #00b7ce;
  opacity: 1;
  color: #00b7ce;
  border-radius: 10px;
  width: 30px;
  line-height: 26px;
  background: #fff;
}
#productModal .modal-body {
  height: 100%;
  overflow: hidden;
  max-height: none;
}
#productModal iframe {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cart-crossselling h2 {
    font-size: 16px;
  }
  .showcase li .box-item .product-name {
    height: 50px
  }
  .showcase li .box-item .product-details span {
    display: block
  }
  .showcase .slick-slider {
    padding-right: 15%
  }
  .showcase .slick-slider .slick-list {
    overflow: unset !important
  }
}

@media (max-width: 1040px) {
  div#productModal {
    width: 90%;
    left: 5%;
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .showcase .slick-arrow.slick-prev {
    left: 20px
  }
  .showcase .slick-arrow.slick-next {
    right: 20px
  }
  .showcase .slick-dots {
    display: block
  }
}

@media only screen and (max-width: 640px) and (min-width: 320px){
  #boxLight .btFechar{
    width: 50px !important;
    line-height: 50px !important;
    height: auto !important;
    background: #b00303 !important;
    color: #FFF !important;
    text-indent: 0px !important;
    font-size: 25px !important;
    text-align: center !important;
    border-radius: 50% !important;
    margin: -25px -25px 0 0 !important;
    cursor: pointer !important;
  }
}

.client-pre-email .btn-success{
  font-size: 14px;
  width: 110px;
}

.client-pre-email .btn-success span{
  padding-right: 5px;
}

.client-pre-email .btn-success:before{
  content: '';
}

.client-pre-email .btn-success:after {
  content: "\f105";
  font-size: 20px;
}

header .header-middle {
  margin-bottom: 30px;
}


#f-content-11096{
  right: 0 !important;
}

.coupon-fields::after {
  content: "*Vale-compras devem ser inseridos na próxima tela.";
  display: block;
  color: red;
  font-weight: 500;
  width: 50%;
  margin-left: 50%;
}

@media (max-width: 547px){
  .coupon-fields::after{
    display: inline-block;
    margin: 0 auto;
    width: auto;
  }
}

#myModal{
  top: 10%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 285px;
  font-family: inherit;
}

#myModalLabel {
  color: red;
  font-weight: 600;
  font-size: 22px;
}

#myModal .modal-header{
  padding: 0 15px;
  border: 0;
}

#myModal .modal-body{
  padding: 0 15px 10px;
}

.payment-confirmation-wrap::after {
  content: "";
  background: url('https://lojinhapimpolho.vteximg.com.br/arquivos/2020-04_Banner_Confira-o-endere%C3%A7o-no-site.png') center center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: 100% 100%;
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 auto;
}

/** MODAL FRETE GRÁTIS */
#frete_gratis {
  width: auto;
  height: auto;
  background-color: #fff;
  border: none;
  margin: 0 auto;
  box-shadow: none;
  top: 5%;
  left: unset;
  right: 15px;
  bottom: unset;
  opacity: 1;
  position: fixed;
  display: none;
  border-radius: 5px;
  background: url("/arquivos/Banner-Frete-Gratis-nuvem.png") center center no-repeat;
  background-size: contain;
}

@media (min-width: 1400px){
  #frete_gratis{
    /*right: 15%;*/
  }
}

@media (max-width: 547px){
  #frete_gratis{
    top: 10px;
    right: 10px;
  }
}

#frete_gratis .modal-dialog{
  width: 207px;
  height: 135px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#frete_gratis .modal-dialog .modal-header{
  position: absolute;
  border: 0;
  padding: 0;
  right: 0;
  z-index: 1060;
}

#frete_gratis .modal-dialog .modal-header .close {
  margin: 0;
  position: absolute;
  top: -12px;
  right: 12px;
  opacity: 1;
  padding: 5px;
  color: #55c432;
}

#frete_gratis .modal-dialog .modal-header .close span{
  font-size: 40px; 
}

#frete_gratis .modal-dialog .modal-body{
  position: relative;
  padding: 15px;
  overflow-y: auto;
  width: 185px;
  max-height: 135px;
}

#frete_gratis .modal-dialog .modal-body p{
  font-size: 15px;
  text-align: center;
  color: #7f8181;
}

#frete_gratis .modal-dialog .modal-body p span{
  font-size: inherit;
  font-weight: 700;
}

#frete_gratis .modal-dialog .modal-body p strong{
  color: #bd3491;
  font-size: 18px;
}

.btn-group.shipping-sla-selector.open ul.dropdown-menu.shipping-sla-options{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: end;
}