/* _producto.scss */
div#noencontrado {
  width: 80%;
  text-align: center;
  padding: 20px 0;
  font-size: 2em;
  margin: 20px 0;
  box-shadow: 1px 1px 9px -3px rgba(0, 0, 0, 0.62);
  background: rgba(154, 184, 1, 0.05); }

div#thubmsProductos {
  width: 100%;
  text-align: center;
  height: 200px; }
  div#thubmsProductos div.miniProducto {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: 0;
    margin-bottom: 3px; }

.product-single button#AddToCart {
  background: #feb801; }

.money.efectivo {
  font-size: 1.4em; }
.money.lista {
  font-size: 1.2em; }
.money span {
  font-size: .6em; }

#cart_button {
  margin-top: 20px;
  margin-left: 80px;
  cursor: pointer; }

#cart_button img {
  width: 40px;
  height: 40px; }

#cart_button input[type="button"] {
  background: none;
  border: none;
  background-color: red;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  margin-top: 0px;
  color: white;
  font-size: 17px;
  cursor: pointer; }

#mycart {
  display: none;
  background-color: white;
  width: 800px;
  margin-left: 100px; }

#mycart .cart_items {
  border-bottom: 1px dashed silver;
  padding: 20px;
  padding-left: 10px; }

#mycart .cart_items img {
  width: 70px;
  height: 50px;
  float: left; }

#mycart .cart_items p {
  margin: 0px;
  font-size: 17px;
  color: green; }

h1 {
  margin-top: 100px;
  color: green;
  text-align: center; }

#item_div {
  float: left;
  margin-left: 60px; }

.items {
  padding: 20px;
  background-color: white;
  width: 250px;
  height: 350px;
  margin-top: 20px;
  box-shadow: 0px 0px 10px 0px #A4A4A4;
  box-sizing: border-box;
  float: left;
  margin: 20px;
  position: relative; }

.items:hover input[type="button"] {
  display: block; }

.items input[type="button"] {
  display: none;
  background: none;
  background-color: #3ADF00;
  width: 200px;
  height: 50px;
  border: none;
  font-size: 20px;
  color: white;
  position: absolute;
  top: 150px;
  left: 25px;
  cursor: pointer; }

.items img {
  width: 200px;
  height: 200px; }

.items p {
  color: green; }

/* _canasto.scss */
.link-list li span#CartCount {
  width: 25px;
  line-height: 16px;
  height: 17px;
  top: -15px;
  right: 0px;
  font-size: 1em;
  font-family: Arial;
  line-height: 17px;
  border-radius: 20%; }
.link-list li i {
  position: absolute;
  top: -21px;
  right: 28px; }

#on-line {
  text-align: center;
  font-size: 1.2em;
  font-family: Arial; }

.sinProductos {
  text-align: center;
  margin: 60px 0; }

#anuncio {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 2.5em;
  margin: 20px 0;
  box-shadow: 1px 1px 9px -3px rgba(0, 0, 0, 0.62);
  background: rgba(154, 184, 1, 0.05); }
  #anuncio:hover {
    background: rgba(154, 184, 1, 0.2); }

.page-contact #gracias {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 1.5em;
  margin-bottom: 50px; }
.page-contact img {
  margin-left: 220px; }

.recortar {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

div#email {
  width: 190px;
  height: 24px;
  margin-left: -7px;
  background: url(../imagenes/email.jpg); }
  div#email:hover {
    background: url(../imagenes/email-hover.jpg); }

.main-content, .nav-bar {
  background: #F0F0F0; }

ul.lista {
  margin-left: 20px; }

.site-header__search {
  border-width: 1px;
  width: 90%; }
  .site-header__search form.search-bar .collections-selector .single-option-selector {
    border-width: 1px; }

.shop-by-collections .sidebar-collections {
  width: 230px; }

.nav-item-principal {
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0; }

.texto-blanco {
  color: #fff; }

.footer .site-footer .fi-title {
  color: #fff; }

.footer_information ul.group_information li:hover,
.footer_information .post-element li:hover, .footer_information .fi-content:hover {
  color: white; }

footer.site-footer .fi-title:hover {
  color: white; }

.breadcrumb-wrapper {
  background: url("https://via.placeholder.com/1600x210/feb801/FF0000?text=+") no-repeat; }

/*# sourceMappingURL=estilos.css.map */
