/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */
.navbar-bg {
  height: 65px!important;
}

/*# sourceMappingURL=custom.css.map */
.easyorder-bg {
  content: ' ';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  z-index: 1000;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#342309+0,333e57+100 */
background: #563603; /* Old browsers */
background: -moz-linear-gradient(top, #563603 0%, #563603 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #563603 0%,#563603 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #563603 0%#563603 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563603', endColorstr='#563603',GradientType=0 ); /* IE6-9 */
 
}
.bg-easy {
  padding-top: 0px;
  background-color: #e4be82!important;
  
}
.bg-easy p {
  color: #342309!important;
}
.bg-easy-header {
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#342309+0,333e57+100 */
background: #563603; /* Old browsers */
background: -moz-linear-gradient(top, #563603 0%, #563603 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #563603 0%,#563603 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #563603 0%#563603 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563603', endColorstr='#563603',GradientType=0 ); /* IE6-9 */
}
.bg-easy-header h4{
  color: #ffff!important;
}
.easy-footer-font {
color: #ffff!important; /* Old browsers */
}
.bg-easy-footer {
 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#342309+0,333e57+100 */
background: #563603!important; /* Old browsers */

}
.easy-footer{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 25px!important;
  line-height: 10px; /* Vertically center the text there */
  z-index: 1000;
 background:#170e00; /* Old browsers */
background: -moz-linear-gradient(top, #170e00 0%, #170e00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #170e00 0%,#170e00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #170e00 0% #170e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#170e00', endColorstr='#170e00',GradientType=0 ); /* IE6-9 */
}
}

}
.bg-easy-header h4 {
 color: #ffff; /* Old browsers */
 font-weight: strong;
}
body .easyo {
  min-height: 75rem;
  padding-top: 4.5rem;


}

.bg-easy-header h3{
  color: #ffff;
}

.article-badge {
  position: absolute;
  top: 10px;
  left: 10px;
}
#btnPedir{
  position: fixed;
  bottom: 500;
  right: 0;
  z-index: 5000;
}
.modal-dialog{
  display: block;
   overflow-y: initial !important;
   overflow-y: auto;
   max-height:85%;
   margin-top: 50px;
   margin-bottom:50px;
}
.centered {
  margin: 0 auto;
  float: none;
}

.precio-extra{
  padding-right: 3.5rem!important;
}
.vcenter {
   display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
}
.transparent {
    opacity: 0.2;
}
#total {
  font-size: 18pt;
}

p.numero{
    color: #fe4918;
    font-size: 4em;
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
}
// openpay

.openpay {
    float: none;
    height: 60px;
    margin: 10px 30px 0 0;
    width: 30%;
}
.openpay div.logo {
    background-image: url("../img/openpay.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    border-right: 1px solid #ccc;*/
    font-size: 12px;
    font-weight: 400;
    height: 45px;
    padding: 15px 15px 0 0;
}
div.shield {
    background-image: url("../img/security.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: 400;
    margin-left: 20px;
    padding: 20px 0 0 40px;
    width: 200px;
}
.text-center{
  text-align: center!important;
}

a.adisabled {
   pointer-events: none;
   cursor: default;
}
textarea[name="direccion"] {
 font-size: 8pt!important;
}