/* Estilos de bloque de información de tiendas de página de tiendas*/


.info-tiendas{
  padding: 1rem;
}

.tienda-img img{
  width: 100%;
}

.contact-form input,
.contact-form textarea {
font-weight: 400;
font-size: 14px;
line-height: 1.69;
letter-spacing: 0.25px;
color: #333333;
width: 100%;
height: 100%;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 4px;
padding: 16px;
margin-top: 24px; }

.contact-form input {
height: 44px; }

.contact-submit-btn {
width: 160px; }

.contact-form-area {
padding: 64px;
-webkit-box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06);
box-shadow: 0px 0px 8px rgba(12, 18, 38, 0.06); }

.review-submit-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 130px;
height: 44px;
border-radius: 4px;
color: #fff;
background: var(--primary-color);
margin-top: 20px; }

.store-dots .slick-dots{
  position: relative !important;
}

.galeria-master .slick-current .img-thumb-wrapper{
  outline: none !important;
}

.galeria-master .slick-dotted.slick-slider{
  margin-bottom: 0 !important;
}
