/* PRODUCT LIST */
.product-list .thumbnail-container .description_short,
.featured-products .thumbnail-container .description_short,
.product-accessories .thumbnail-container .description_short,
.product-miniature .thumbnail-container .description_short {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
  text-transform: uppercase;
  margin-top: 5px;
}

.product-list .thumbnail-container .description_short p,
.featured-products .thumbnail-container .description_short p,
.product-accessories .thumbnail-container .description_short p,
.product-miniature .thumbnail-container .description_short p {
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
}

#category #js-product-list .products, #manufacturer #js-product-list .products, #module-pm_advancedsearch4-searchresults #js-product-list .products, #new-products #js-product-list .products, #search #js-product-list .products, #best-sales #js-product-list .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
div#js-product-list article, .product-accessories article {
  width: 100%;
  font-size: 0px;
  display: inline-block;
  background: white;
  /*padding: 0px 29px 19px;*/
  padding: 0px 8% 19px;
  max-width: 325px;
  /* margin: 0px 10px 16px; */
}
.product-accessories .products.owl-carousel article {
  max-width: 100%;
}

.product-list .thumbnail-container, .product-accessories .thumbnail-container {
  width: 100%;
}

.product-list .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
  text-decoration: none;
  text-align: justify;
  color: #123341;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  font-family: 'Montserrat';
  /*word-break: break-all;*/
  min-height:44px
}

.product-list .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
  text-align: left;
}

.product-list .add_cart_content form.hiaddtocart{
  display: block;
  text-align: center;
  width: 106px;
  max-width: 100%;
  height: 35px;
  border-radius: 15px;
  background-color: #afdad2;
  position: relative;
  z-index: 2;
}
.add_cart_content form.hiaddtocart:hover {
  background-color: #eaeaea;
  height: 34.99px;
}
.product-list .add_cart_content::before {
  position: absolute;
  top: 5px;
  width: 157px;
  height: 35px;
  border-radius: 15px;
  background-color: #08a48f;
}

.product-list .namecontent {
  width: 100%;
  display: inline-block;
  font-size: 0px;
  text-align: right;
}

.product-list button.add-to-cart-productlist, .product-list a.add-to-cart-productlist-more {
  font-size: 14px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.product-list .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
  font-weight: normal;
  font-size: 16px;
  margin-top: 0px;
  width: 118px;
  text-align: right;
}

.product-list .product-description, #product .products .product-description {
  border-top: none;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  /*padding-top: 13px;*/
  height: 45px;
  overflow: hidden;
  margin-bottom:17px;
}

.product-list .product-title {
  margin-top: 0px;
}

.product-price-and-shipping .price {
  color: black;
  font-weight: bold;
  padding-left: 5px;
}

.product-price-and-shipping {
  margin-top: 10px;
}

.product-list .oos {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.50;
  letter-spacing: normal;
  text-align: center;
  color: #123341;
  text-decoration: none !important;
  text-transform: initial;
}

.product-list .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container {
  position: relative;
  box-shadow: none;
  text-align: center;
  padding-top: 60px;
}

@media (max-width: 767px) {
  div#js-product-list article {
    width: 50%;
  }

  .thumbnail-container, .product-description {
    box-shadow: none !important;
  }

  .product_number {
    display: none;
  }

  .product-list .namecontent {
    width: 100%;
  }

  .product-list .product-title {
    margin-top: 0px;
  }

  .product-list .product-title a {
    line-height: 17px;
    display: block;
    letter-spacing: 0;
  }

  .product-list .add_cart_content {
    text-align: left;
    width: 100%;
    float: none;
  }

  .product-list .product-price-and-shipping {
    padding-top: 0px;
    margin-top: 0px !important;
  }
  .product-list .product-price-and-shipping .price, .product-list .product-price-and-shipping .price {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .product-list-bottom {
    display: inline-flex;
    align-items: center !important;
  }
  body#module-prestasmartwishlist-mylist .products {
    padding-bottom: 30px;
  }
}

@media (max-width: 480px) {
  /*div#js-product-list article {
      width:100%;
  }*/
}


.product-list-brand {
  font-size: 14px;
  text-align: justify;
  line-height: 19px;
  color: #123341;
  margin-top: 0;
  min-height: 18px;

  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 18px;
  word-break: break-all;
}

.product-list-features {
  /*font-size: 12px;*/
  line-height: 23px;
  letter-spacing: 0.6px;
  text-align: left;
  /*display: inline-flex;*/
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  grid-column-gap: 13px;
  width: 100%;
  /* justify-content: space-evenly;*/
  margin-top: 0;
  margin-bottom: 15px;
  min-height: 13px;
}
.product-list-features .product-list-feature img, .product-list-features .product-list-feature span {
  display: inline-block!important;
}
.feature-in-miniature {
  min-height: 36px;
  flex-grow: 1;
}

@media (min-width:991px){
  .elementor-slick-slider .slick-slide .thumbnail-container {
    min-height: 450px!important;
  }
}
.product-miniature .product-thumbnail {
  margin-bottom: 15px;
}

.product-list-feature:not(:first-child) {
  /*padding-left: 23px;*/
}

.product-list-feature > img {
  width: 16px !important;
}

.product-list-bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  align-items: center!important;
  /* justify-content: space-between; */
  justify-content: normal;
}
.product-list-bottom.no_stock_block{
  align-items: end;
}
.product-list-bottom.container_discount {
  /*position: relative;*/
}

.product-list-bottom .product-price-and-shipping {
  text-align: left !important;
}

.product-list .add_cart_content a, .product-list .add_cart_content button {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.50;
  letter-spacing: normal;
  /*text-align: justify;*/
  color: #123341;
  text-decoration: none !important;
  text-transform: initial;
  font-family: 'Montserrat';
  height: 100%;
  display: block;
  text-align: center;
  width: 100%;
  min-width:72px
}
.product-list .add_cart_content button {
  line-height: 1.50;
}
.product-list .background-layer{
  height: 100%;
  width: 100%;
  background: #08a48f;
  border-radius: 20px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  display: block;
}

.product-list .add_cart_content  {
  position: relative;
}

.product-list .add_cart_content form {
  width: 100%;
}

.product-list article.product-miniature.js-product-miniature.page-1 {
  max-width: 325px;
  /*max-height: 478px;*/
  background: white;
  padding: 60px 21px 27px 0;
}

.product-list article .product_reviews, .product-list article .product_reviews {
  display: none;
  max-width:125px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.product-list article .product_reviews img, .product-list article .product_reviews img  {
  height: 15px;
  width: 16px;
}

.product-list article .product_reviews span, .product-list article .product_reviews span {
  font-family: Poppins;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.55px;
  text-align: left;
  color: #2c2c2c;
  padding-left: 5px;
}

.product-list article .thumbnail-container img, .product-list article .thumbnail-container img {
  width: auto;
  max-width: 100%;
}

.product-list article .product-price-and-shipping, .product-list article .product-price-and-shipping {
  display: flex;
  flex-direction: column;
}

.product-list article #products .product-price-and-shipping .price, .featured-products .product-price-and-shipping .price, .product-accessories .product-price-and-shipping .price, .product-miniature .product-price-and-shipping .price, .product-list article .product-price-and-shipping .price {
  line-height: initial;
  padding-left: 0;
}

.product-list .product-price-and-shipping .price, .product-list .product-price-and-shipping .price {
  font-size: 18px;
  line-height: 20px;
  color: #123341;
  font-weight:500;
}

.product-list .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price, .product-list .regular-price {
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  color: #08a48f;
}


/*p.list home*/
body#index .thumbnail-container {
  border-color: snow;
  margin-bottom: 30px;
  /*padding: 62px 28px 30px 27px;*/
  padding: 62px 8% 30px 8%;
  background: white;
      display: flex;
    flex-direction: column;
}

body#index article.product-miniature.js-product-miniature {
  max-width: 325px;
  /*max-height: 478px;*/
  width: 100%;
  height: 100%;
  margin: auto;
  box-shadow: none;
  border-radius: 0px;
}

body#index .productlistFunctionalButtonsContent .wishlist {
  top: 26px;
  right: 18px;
}

body#index .product-list-feature {
  display: inline-flex;
  align-items: center;
}

body#index .product-list-feature img{
  margin-right: 7px !important;
}
.products {
  margin: 0px;
  padding-bottom: 65px;
}
/*fin p.list home*/

a#wishlist_button:before {
  content: "";
  background: url(../img/fav.png) no-repeat;
  position: absolute;
  background-size: 100%;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 0px;
}
.add_cart_content.no_stock_button form.hiaddtocart {
  background: #f3f5f5;
}
.add_cart_content.no_stock_button .background-layer {
  background: #49626d;
}
.no_stock {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  color: #991d2b;
}
.wishlist .addToWishlist:before {
  content: "";
  background: url(../img/fav.png) no-repeat;
  position: absolute;
  background-size: 100%;
  width: 34px;
  height: 34px;
  right: 0px;
  top: 0px;
}

.wishlist .addToWishlist i {
  display: none;
}

.wishlist.wrap_allert .addToWishlist:before {
  background: url(../img/fav_color.png) no-repeat;
}
.product-list-feature span {
  vertical-align: middle;
  font-size: 9px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: 0.6px;
  text-align: left;
  color: #123341;
  margin-left: 4px;
  font-family: 'Montserrat';
}

div#js-product-list article:nth-child(3n + 1) {
  margin-left: 0px;
}

div#js-product-list article:nth-child(3n + 3) {
  margin-right: 0px;
}
section.product-list > .page-content.page-not-found {
  margin-top: 15px;
}
.preventa {
  position: absolute;
  top: 15px;
  left: 5px;
  z-index: 2;
}
.preventa .preventa_feature {
  display: block;
}
.preventa .preventa_feature:after {
  content: "";
  background: url(../img/svg/preventa.svg) no-repeat;
  width: 110px;
  height: 25px;
  display: inline-block;
  margin-top: 5px;
}
/* LIQUIDACIÓN */
.liquidacion {
  position: absolute;
  top: 15px;
  left: 5px;
  z-index: 2;
}
.liquidacion .liquidacion_feature {
  display: block;
}
.liquidacion .liquidacion_feature:after {
  content: "";
  background: url(../img/svg/liquidacion.svg) no-repeat;
  width: 110px;
  height: 25px;
  display: inline-block;
  margin-top: 5px;
}

/* IMPORTACIÓN */
.importacion {
  position: absolute;
  top: 15px;
  left: 5px;
  z-index: 2;
}
.importacion .importacion_feature {
  display: block;
}
.importacion .importacion_feature:after {
  content: "";
  background: url(../img/svg/importacion.svg) no-repeat;
  width: 110px;
  height: 25px;
  display: inline-block;
  margin-top: 5px;
}
/* Black Friday */
.blackfriday {
  position: absolute;
  top: 15px;
  left: 5px;
  z-index: 2;
}
.blackfriday .blackfriday_feature {
  display: block;
}
.blackfriday .blackfriday_feature:after {
  content: "";
  background: url(../img/svg/blackfriday.svg) no-repeat;
  width: 110px;
  height: 25px;
  display: inline-block;
  margin-top: 5px;
}
}
#search .parent_container_content, #best-sales .parent_container_content {
  background: #f3f5f5;
}
@media(min-width:992px) and (max-width:1199px) {
  /*.product-list-bottom {*/
  /*    display: flex;*/
  /*    flex-direction: column;*/
  /*}*/
  /*.product-list .add_cart_content {*/
  /*    margin-top: 25px;*/
  /*}*/
  .product-list .add_cart_content a, .product-list .add_cart_content button {
    font-size: 12px;
  }
  #category #js-product-list .products, #manufacturer #js-product-list .products, #module-pm_advancedsearch4-searchresults #js-product-list .products, #new-products #js-product-list .products{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media(max-width:991px) {
  div#js-product-list article:nth-child(even) {
    margin-right: 0px !important;
  }

  div#js-product-list article:nth-child(odd) {
    margin-left: 0px !important;
  }
  #category #js-product-list .products, #manufacturer #js-product-list .products, #module-pm_advancedsearch4-searchresults #js-product-list .products, #new-products #js-product-list .products, #search #js-product-list .products, #best-sales #js-product-list .products{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 5px;
    grid-row-gap: 15px;
  }
  div#js-product-list article {
    width: 100%;
    /*margin: 0px 10px 16px !important;*/
    max-width: 100%;
  }
  .product-list .add_cart_content form.hiaddtocart {
    width: 100%;
  }
  #category .product-list .add_cart_content form.hiaddtocart, #module-pm_advancedsearch4-searchresults .product-list .add_cart_content form.hiaddtocart {
    /*display: none;*/
  }
  #category .product-list .product-list-bottom, #module-pm_advancedsearch4-searchresults .product-list-bottom {
    flex-direction: column;
  }
}
@media(max-width:767px) {
  #category #js-product-list .products, #manufacturer #js-product-list .products, #module-pm_advancedsearch4-searchresults #js-product-list .products, #new-products #js-product-list .products, #search #js-product-list .products, #best-sales #js-product-list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  div#js-product-list article {
    /*padding: 0px 15px 19px;*/
    width:100%;
    /*margin: 0px 2px 16px !important;*/
  }
  .product-list .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container {
    /*min-height: 360px;*/
    padding-top: 26px;
    margin-bottom:0px !important;
  }
  /*.product-list .add_cart_content {
      display: none;
  }*/
  .product-list-brand {
    font-size: 13px;
    line-height: 12px;
    text-align: left;
    font-family: 'Montserrat';
  }
  .product-list-brand span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .product-list .product-title a {
    font-size: 14px !important;
    text-align: left !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .product-list .product-description {
    height: 18px;
    margin-bottom: 5px;
  }
  .product-list .add_cart_content a, .product-list .add_cart_content button {
    line-height: 28px;
  }
  .product-list .add_cart_content button {
    line-height: 12px;
  }
  .product-list .add_cart_content form.hiaddtocart {
    height: 28px;
  }
  .product-miniature .product-thumbnail {
    margin-bottom: 15px;
  }
  .product-list-features {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .product-list article .product-price-and-shipping, .product-list article .product-price-and-shipping {
    max-width: 100%;
    width: 100%;
  }
  .product-list-features .product-list-feature img, .product-list-features .product-list-feature span {
    display: block!important;
    margin: auto;
    text-align: center;
  }
  .product-list-features {
    justify-content: space-between;
  }
  div#js-product-list article, .product-accessories article {
    padding: 0px 15px 19px;
  }
  .product-list .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .product-list .product-description, #product .products .product-description {
    height: 18px;
    margin-bottom: 15px;
  }
  #search div#content-wrapper, #best-sales div#content-wrapper {
    padding: 25px 0px 0px 0px;
    margin-top: 0px;
  }
  .product-list-bottom {
    justify-content: space-between;
  }
}
@media(max-width:479px) {
  #category #js-product-list .products, #manufacturer #js-product-list .products,#module-pm_advancedsearch4-searchresults #js-product-list .products, #new-products #js-product-list .products, #search #js-product-list .products, #best-sales #js-product-list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  div#js-product-list article {
    /*padding: 0px 15px 19px;*/
    width:100%;
    /*margin: 0px 2px 16px !important;*/
  }

}

li.product-flag.new {
  display: none !important;
}
#index .productListBtnDiv {
  position: absolute;
  top: 23px;
  right: 24px;
}


.elementor-slick-slider .slick-slide .thumbnail-container {
  min-height: auto;
}
.total_products_count {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.3px;
  color: #123341;
}