/** ADD YOUR AWESOME CODES HERE **/
input {
    min-width: 10px;
    min-height: 10px;
    margin-right: 5px;
}

#login-alert{
	display: none;
}

#cart-alert{
	display: none;
}

.margin-top-pq{
	margin-top: 10px;
}

.margin-top-md{
	margin-top: 25px;
}

.margin-bottom-md{
	margin-bottom: 25px;
}

.padding-top-md{
	padding-top: 30px;
}

.modal {
  z-index: 800000;

}
.modal-content {
  border-radius: 0;
   width: 750px;
   left: -100px;
}
.modal-content h4 {
  margin-top: 18px;
  margin-bottom: 36px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat', 'Arial';
  font-size: 24px;
  font-weight: bold;
}
.modal-content strong {
  color: #B0B435;
}
.modal-backdrop {
  z-index: 700000;
  opacity:0.8 !important;
}
.modal-header {
  border:  0;
}
.modal-header .close {
  color: #B0B435;
  font-size: 40px;
  opacity: 1;
}
.modal-body {
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Varela Round', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.modal-footer {
  border: 0;
  padding-bottom: 54px;
  text-align: center;
}
.modal-footer a {
  display: inline-block;
  padding: 10px;
  width: 250px;
  text-align: center;
  border:  1px solid #8a25b1;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat', 'Arial';
  text-decoration: none;
  margin: 10px;
  letter-spacing: 3px;
   -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.modal-footer a:hover {
  background-color: #8a25b1;
  color: #fff;
}
.modal-title {
  margin-top: 18px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat', 'Arial';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 5px;
}

.mensagem-cart {
  margin-top: 18px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat', 'Arial';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 5px;

}

/* Add the following CSS block to your own
stylesheet. */
.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
}

.lnr-chevron-up {
  color: #B0B435;
  /* We can use "color" for setting the color
  of the SVG because we set its "fill" to
  "currentColor" */
  font-size: 20px;
  font-weight: bold;
  /* We can use "font-size" for changing the size
  of the SVG because its width and height were
  set 1em.
  To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}

.lnr-chevron-down {
  color: #B0B435;
  /* We can use "color" for setting the color
  of the SVG because we set its "fill" to
  "currentColor" */
  font-size: 20px;
  font-weight: bold;
  /* We can use "font-size" for changing the size
  of the SVG because its width and height were
  set 1em.
  To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}
