.products li.col-sm-3 {
    padding: 40px;
}

.products li {
  list-style: none;
  margin-top: 0 !important;
  position: relative;
}

.products li:hover {
    border: 1px solid #ccc;
}

.products li h3.product-cat {
    font-size: 13px;
    color: #a4a4a4 !important;
}

.products li h3 {
  font-size: 13px;
  margin: 0px 0 12px 0;
  text-transform: none;
  transition: 0.2s;
}


.wapl-label-id-28086.label-wrap.wapl-diagonal-bar.label-custom.wapl-alignleft {
    position: absolute;
    top: 0;
}

.woocommerce-advanced-product-label.product-label.label-custom {
    position: absolute;
    left: -40px;
    top: 40px;
    width: 110px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 3px 0;
}

/* Content product / loop */

ul.products li.product a img {
  box-shadow: none;
}

.products {
  margin: 0 -15px;
  padding: 0;
}

.products:before,
.products:after {
  content: " ";
  display: table;
}

.products:after {
  clear: both;
}

.products .product-header {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.products .product-header:hover .btn,
.products .product-header:hover .added_to_cart,
.products .product-header:hover .tab-pane .form-submit #submit,
.tab-pane .form-submit .products .product-header:hover #submit {
  opacity: 1;
}

.products .product-header:hover:after {
  opacity: 0 !important;
}

.products .product-header:after {
  background-color: #e6e6e6;
  bottom: 0;
  content: '';
  display: none !important;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s;
}

.products .product-header img {
  width: 100%;
}
.doorblocks-wrap .doorblock a{
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  bottom: 0 !important;
  align-items: flex-end !important;
  background: none !important;
}
.doorblocks-wrap .doorblock a span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
    width: 100%;
    height: calc(48 * 100vw / 1920);
    bottom: calc(54 * 100vw / 1920);
    left: 0;
    background: rgb(235, 55, 54, 0.39);
    transition: background 0.25s;
}
.doorblocks-wrap .doorblock a:hover span{
  background: rgb(235, 55, 54, 1);
}
@media screen and (max-width: 799px){
  .doorblocks-wrap .doorblock a span{
    height: auto;
    min-height: 42px;
    bottom: calc(50 * 100vw / 472);
  }
}

.products .product-header .add-to-cart-wrapper {
    left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.products .product-header a {
    display: block;
    font-size: 14px;
    margin: 0 auto;
    max-width: 100%;
    opacity: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    transition: all 0.1s, margin 0.4s;
}

.products .product-header a.added {
  margin-top: -24px;
  margin-bottom: 7px;
}

.products .product-header a.added + .added_to_cart {
  display: block;
}

.products .product-header a.added_to_cart {
  display: none;
}

.onsale {
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  padding: 13px 6px;
  position: absolute;
  right: -5px;
  text-transform: uppercase;
  top: -5px;
  z-index: 1;
}

.products li .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 13px;
  text-transform: none;
  margin: 0 auto;
}

.products li .btn svg {
  transform: translate(-11px, -2px);
}

.products li .price {
  margin-bottom: 12px;
  display: block;
}