/*Ajustar altura dos títulos das categorias da Homepage*/
.showcase-title {
  margin-bottom: 15px;
  margin-top: 50px;
}

/*Ajustar fonte dos títulos das categorias da Homepage do Mobile*/
@media (max-width: 575px) {

  .showcase-title {
    font-size: 23px;
    line-height: 25px
  }
}


.product-zoom_link {
  border: 1px solid #ffff;
}



/*Ajuste da caixa de seleção da variação dos produtos na forma de lista*/
.product-box_variations__list .dropdown>.btn {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  box-shadow: none;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  min-width: 105px;
  padding: 5px 33px 8px 15px;
  position: relative;
  text-align: center
}

/*Colocar sombra em volta o Cupom de desconto do Checkout*/
.btn-checkout-coupon {
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  padding: 14.5px 10px 13.5px;
  border: 0px solid #228B22 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 65, 71, 0.4) !important;
  box-shadow: 0px 0px 10px 0px rgba(50, 65, 71, 0.4) !important;
}

/*colocar borda em todo o check-out do Desktop*/
.card.checkout-card {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  padding: 20px 40px border: 0px solid #228B22 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 65, 71, 0.4) !important;
  box-shadow: 0px 0px 10px 0px rgba(50, 65, 71, 0.4) !important;
}

/*coloca borda na borda maior do mobile no Check-out*/
.checkout-accordion {
  background-color: #fff;
  border-radius: 4px;
  transition: all 600ms cubic-bezier(0.91, 0.005, 0.07, 1) border: 0px solid #228B22 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 65, 71, 0.4) !important;
  box-shadow: 0px 0px 10px 0px rgba(50, 65, 71, 0.4) !important;
}

/*ajustar as bordas do check-out no mobile*/
.accordion-body .card.checkout-card {
  border: none;
  margin-bottom: 0px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
}

/*excluir as linhas internas do Check-out produtos mobile*/
.checkout-accordion .accordion-body {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  z-index: 9
}



@media (min-width: 992px) {
  .checkout-header-content {
    position: initial;
  }
}




