.instagram-feed-carousel a {
  position: relative;
  display: block;
  background-color: #ccc; }
  .instagram-feed-carousel a::after {
    content: '\f16d';
    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;
    font-size: 3.5rem;
    font-family: 'porto';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(217, 42, 46, 0.55);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
  .instagram-feed-carousel a:hover::after {
    opacity: 1;
    visibility: visible; }
.instagram-feed-carousel.owl-lazy-container a {
  position: relative; }
  .instagram-feed-carousel.owl-lazy-container a::before {
    display: block;
    width: 100%;
    padding-top: 76.1421319797%;
    content: ''; }
  .instagram-feed-carousel.owl-lazy-container a img {
    position: absolute;
    left: 0;
    top: 0; }
.instagram-feed-carousel.owl-lazy-container .owl-item:nth-child(2n) a {
  background-color: #c4c4c4; }

/* Todos los tamaños */
.header-search form {
    /*width: 560px;*/
}

.header-search .select-custom {
    flex: 0 0 164px;
    margin: 0;
}

.header-search select {
    -moz-appearance: listbox;
    -webkit-appearance: listbox;
}

figure{
  /*margin: revert !important;*/
}

.product-default figure img{
  width: auto !important;
}

/*PC tamaño normal (LG)*/
@media only screen and (min-width:867px) and (max-width:1220px) {
}

/*Tablet tamaño grande (MD)*/
@media only screen and (min-width:481px) and (max-width:866px) {
}

/*Tablet tamaño pequeño (SM)*/
@media only screen and (min-width:481px) and (max-width:651px) {
  .header-search-wrapper {
      position: relative;
  }
}

/*Tablet tamaño pequeño (SME)*/
@media only screen and (max-width:480px) {
  .header-search-wrapper {
      position: relative;
  }
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: white; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: white;    }
}

@media screen and (max-width: 319px) {
  .header-search .header-search-wrapper {
    right: -100px;
    width: 320px;
  }

  #BuscarCategoria{
    width:100px !important;
  }
}

@media screen and (min-width:320px) and (max-width:479px) {
  .header-search .header-search-wrapper {
    right: -100px;
    width: 360px;
  }

  #BuscarCategoria {
    width: 100px !important;
  }
}

@media screen and (min-width:400px) and (max-width:479px) {
/*@media screen and (max-width: 767px) {*/
  .header-search .header-search-wrapper {
    right: -100px;
    width: 400px;
  }

  #BuscarCategoria {
    width: 118px !important;
  }
}

@media screen and (min-width:480px) and (max-width:639px) {

  /*@media screen and (max-width: 767px) {*/
  .header-search .header-search-wrapper {
    right: -100px;
    width: 480px;
  }
}

@media screen and (min-width:640px) and (max-width:767px) {

  /*@media screen and (max-width: 767px) {*/
  .header-search .header-search-wrapper {
    right: -100px;
    width: 640px;
  }
}
