


/*Style two*/



.mgpde-card-text.mgpdel-card-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem 1rem 1rem 0.5rem;
  justify-content: center;
}
.mgpde-card-img {
  position: relative;
}
.woocommerce.mgpdel-cart-btn a {
  margin: 0;
}


/* all */
a {
  transition: 0.3s;
}
.flex {
  display: flex;
}
.align-center {
  justify-content: center;
  text-align: center;
}
.no-load {
  opacity: 0;
  max-height: 300px;
}
.flex-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.flex-center {
  align-items: center;
  justify-content: center;
}

.mgpde-card {
  position: relative;
}

figure{
  position: relative;
  display: inherit;
}

.mgpde-card-img {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.mgpde-card-img figure {
  position: relative;
}

.mask-product {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  background: rgba(0,0,0,.25);  
  opacity: 0; 
}

.mask-product:hover {
  opacity: 1; 
}

.mgp-display-badge {
  position: absolute;
  top: 5%;
  background: #fff;
  text-align: center;
  display: inline-block;
  padding: 0.5vw 1vw;
  left: 6%;
  color: #000000;
  text-transform: uppercase;
  font-size: 0.6vw;
  z-index: 99;
  box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
  --webdit--box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
}

a.mgpde-ptitle-link {
  color: #71717C;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mgpde-ptitle {
  padding: 0;
  margin: 0;
  font-size: 1vw;
}

/*Woocommerce star rating*/
.mgpde-rating {
  display: inline-block;
}
.mgpdeg-product-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgpdeg-product-rating .wd-product-ratting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mgpdeg-product-rating .wd-product-ratting i {
  font-size: 1.45vw;
  font-weight: 100;
  padding-left: 0.25vw;
  padding-right: 0.32vw;
  color: #53545C;
}

.mgpdeg-product-rating .wd-product-ratting i:last-child {
  margin-right: 0;
}

.mgpdeg-product-rating .wd-product-ratting .wd-product-user-ratting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.mgpdeg-product-price .price {
  display: inline-block;
}


/* BTN */

.hvr-cart-btn {
  position: absolute;
  bottom: 1vw;
  width: 100%;
  text-align: center;
}

.woo_cart_mini svg {
  width: 2vw;
  height: auto;
}

.woo_cart_mini svg path {
  fill: #fff;
}

.woocommerce.mgpdeg-cart-btn .woo_cart_mini {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8vw;
  height: 3.8vw;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background-color: #EBAA98;
}

.woocommerce.mgpdeg-cart-btn .button:hover {
  background-color: #E5CBC1;
}

.added, .is-added {
  background-color: #E5CBC1 !important;
}

.mgpdeg-cart-btn-mini {
  position: absolute;
  bottom: 0.4vw;
  right: 0;
}


/* Mobile */
@media (max-width: 640px) { 
  .mgpdeg-card {
    padding: 0% 0% 0% 0%;
    margin: 0% 2.9% 0% 4.2%;
  }

  .mgpde-card-img {
    margin: 2% 0% 13.6% 0%;
  }

  .mgpde-card-img figure img {
    height: 44vw;
    width: 100%;
    object-fit: cover;
  }

  .swiper-button-wrapper {
    position: absolute;
    top: -18vw;
    right: 0;
    width: 28.5vw;
    height: 6.5vw
  }

  .swiper-button-next,
  .swiper-button-prev {
      width: 12vw;
      height: 12vw;
  }

  .swiper-button-next svg,
  .swiper-button-prev svg {
      width: 12vw;
      height: 12vw;
  }

  .mgpdeg-card-text .desc_excerpt {
    height: 10vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  } 

  .mg-rating-out {
    display: none;
  }

  .mgpdeg-product-sklad {
    display: none;
  }
}

/* Tablet */
@media (min-width: 641px) { 
  .mgpdeg-card {
    padding: 0% 0% 0% 0%;
    margin: 0% 2.9% 0% 4.2%;
  }
  .mgpde-card-img {
    margin: 2% 0% 15.5% 0%;
  }
  .mgpde-card-img figure img {
    height: 19.9vw;
    width: 100%;
    object-fit: cover;
  }
  a.mgpde-ptitle-link {
    height: 4vw;
  }

  .mgpdeg-card-text .desc_excerpt {
    padding: 0% 8% 0% 0%;
    height: 4vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  } 

  .mg-rating-out {
    margin-left: -0.1vw;
  }

  .mgpdeg-product-price {
    padding: 0;
    margin: 1% 0% 0% 0%;
  }
  .swiper-button-wrapper {
    position: absolute;
    top: -9.5vw;
    right: .2vw;
    width: 15.2vw;
    height: 6.5vw
  }
  .swiper-button-next,
  .swiper-button-prev {
      width: 6.4vw;
      height: 6.4vw;
  }
  .swiper-button-next svg,
  .swiper-button-prev svg {
      width: 6.4vw;
      height: 6.4vw
  }
}

@media (max-width: 1024px) { 

}

@media (min-width: 641px) and (max-width: 1024px) { 
  .mgpdeg-card-text .desc_excerpt {
    margin: 5.65% 0% 7.5% 0%;
  }

  .woocommerce.mgpdeg-cart-btn .woo_cart_mini {
    width: 5.2vw;
    height: 5.2vw;
  }

  .mgpdeg-product-sklad {
    margin: 0%;
  }
}

/* Desctop */
@media (min-width: 1025px) { 
  .mgpdeg-card-text .desc_excerpt {
    margin: 5.65% 0% 10.5% 0%;
  } 
  
  .mgpdeg-product-sklad {
    margin: 0% 0% 0% 5.7%;
  }

  .woocommerce.mgpdeg-cart-btn .woo_cart_mini {
    width: 3.8vw;
    height: 3.8vw;
  }

  .mgpdeg-product-sklad {
    margin: 0% 0% 0% 5.7%;
  }
}
