  
  .twitter-share-button-rendered{
    vertical-align:bottom;
  }

  #mapa-sucursales{
    height: 500px;
  }

  .header-amarillo{
    text-transform: uppercase;
    padding:20px;
    background-color: #ecd223;
  }


  .btn-rojo {
    color: #fff;
    font-size: 13pt;
    background-color: #bf0311;
    text-transform: uppercase;
    border-radius: 7px;
    padding: 10px;
}


.nota-amarilla {
  background-color: #ceb300;
  padding: 20px;
  color: #343434;
}

.copete-nota-amarilla {
  font-size: 13pt;
}
  
  .selectize-dropdown, .selectize-dropdown.form-control{
    max-height: 400px !important;
}

.selectize-dropdown-content{
    max-height: 400px !important;
    height: auto !important;
}
  .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 20px;
    text-align: right;
  }

  .owl-nav .owl-prev, .owl-nav .owl-next , .owl-nav .owl-play, .owl-nav .owl-stop{
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f0f0f0;
    color: black;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover, .owl-nav .owl-play:hover, .owl-nav .owl-stop:hover {
    background: #fff;
    color: #8C285D;
  }

  .product-image {
    position: relative;
    margin-bottom: -100px;
  }

  table input[type="number"] {
    max-width: 80px;
  }

  .texto-gris {
    color: #333;
  }

  .ribbon {
    width: 70px;
    height: 20px;
    background: #f0ad4e;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 0.6rem;
    position: absolute;
    top: 10px;
    left:0px;
    line-height: 20px;
  
    text-align: center;
  }

  .ribbon.destacados {
    
    top: 45px;
    left:10px;
   
  }
  
  .ribbon.sale {
    background: #f0ad4e;
  }
  
  .ribbon.new {
    background: #f0ad4e;
  }
  
  .ribbon.new::after {
    content: '';
    border-top: 15px solid #f0ad4e;
  }
  
  .ribbon.sold {
    background: #f0ad4e;
  }
  
  .ribbon.sold::after {
    content: '';
    border-top: 15px solid #b06d0f;
  }
  
  .ribbon.gift {
    background: #5cb85c;
  }
  
  .ribbon.gift::after {
    content: '';
    border-top: 15px solid #2d672d;
  }
  
  .ribbon:nth-of-type(2) {
    top: 30px;
  }
  
  .ribbon::after {
    content: '';
    border-top: 15px solid #4B2331;
    border-left: 15px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    bottom: -15px;
    left: 0;
    display: block;
  }
  
.product {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding-top:15px;
  padding-bottom:15px;
}

.product .image {
  overflow: hidden;
  max-height: 190px;
}

.product .image a {
  margin: 0;
}

.product .text {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.product .text h3 {
  min-height: 63px;
}

.product .price {
  font-size: 1.1rem;
}

.product .price del {
  color: #999;
  display: inline-block;
  margin-right: 5px;
}

.product img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product:hover img {
  -webkit-transform: none;
  transform: none;
}

.product:hover .text {
  border-color: #555;
}

.product a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none !important;
  
}
.products-big .image {
  min-height: 250px;
  max-height: 250px;
}

.badge-ribbon {
  position:absolute;
  top:10px;
  left:40px;
}

a [href="https://froala.com/wysiwyg-editor"], a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
  display: none !important;
  background :green;
  position: absolute;
  top: -99999999px;
}




#content{
  min-height:250px;
}

.box-simple {
  margin-bottom: 0px;
  text-align: center;
}

#navbar .navbar-nav > li > a {

  letter-spacing:px;
}

@media (min-width:1201px){
  #navbar .navbar-nav > li > a {
    padding: 7rem .9rem 1.6rem;
  }
}

@media (min-width: 990px) and (max-width:1200px) {

  #navbar .navbar-nav > li > a {
    padding: 7rem 1rem 1.6rem;
  }

  #navbar .navbar-nav > li > a {

    font-size: 0.6rem;
  }
  #navbar .navbar-nav > li > a:hover {
    background: rgba(79, 191, 168, 0.5);
    border-color: rgba(79, 191, 168, 0.8);
  }
  #navbar .dropdown-menu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

