
/* owl-carousel-css start*/
.owlActive {
  display: block!important;
}
.wppgpc-item {
    display: flex;
    height: 100%;
}
.wppgpc-card {
  flex: 1;
}
.wppgpc-card .wppgpc-contentbx .wppgpc-card-heading .wppgpc-product-title {
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
}
.wppgpc-card .wppgpc-contentbx .wppgpc-price-box {
    display: flex;
    align-items: center;
    gap: 5px;
}
 .wppgpc-card .wppgpc-sale-featured-badge {
    position: absolute;
    top: 10px;
    display: flex;
    width: 100%;
    padding: 0 10px;
    flex-direction: column;
    gap: 10px;
}
.wppgpc-card .wppgpc-contentbx .wppgpc-star-rating span {
    font-size: 13px;
}
 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  line-height: 1;
  font-size: 15px;
}
.wppgpc-card .wppgpc-contentbx {
  padding: 20px;
}
.wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a,
.wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a{
  text-decoration: none;
}
.wppgpc-card .wppgpc-contentbx .wppgpc-price-rating{
  margin-top: 10px;
}
.wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-addtocard-btn {
  display: none;
}
.wppgpc-sale-featured-badge.wppgpc-featured-sale-order {
    flex-direction: column-reverse;
}
/* arrow-style */
.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-nav button.wppgpc-owl-prev,
.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-nav button.wppgpc-owl-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  z-index: 1;
  cursor: pointer;
  color: #2c5364;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 1;
  margin: 0;
  background: #fbfbfb;
  box-shadow: 1px 2px 15px 2px rgba(0,0,0,.14);
  border-radius: 4px;
  transform: translate(0, -50%);
  transition: all .4s ease;
}
.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-nav button.wppgpc-owl-prev:hover,
.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-nav button.wppgpc-owl-next:hover {
  background: #f64f59;
  box-shadow: 1px 2px 15px 2px #f64f5aa7;
  color: #fff;
}
.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-nav button.wppgpc-owl-prev {
  left: -15px;
}
.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-nav button.wppgpc-owl-next {
  left: auto;
  right: -15px;
}

/* dots-style */
.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots {
  position: absolute;
  width: 100%;
}
.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot span{
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  width: initial;
  height: initial;
  margin: initial;
  display: block;
  transition: none;
  border-radius: initial;
  transition: all .4s ease;
}
.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot:hover span,
.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot.active span {
  background: transparent!important;
}
.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot {
  text-decoration: none;
  display: inline-block;
  zoom: 1;
  width: 25px;
  height: 25px;
  color: #fff;
  background: #2c5364;
  border-radius: 50%;
  transition: all .4s ease;
}
.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot:not(:last-child) {
  margin-inline-end: 10px;
}
.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot.active {
  background: #f64f59;
}

/* style1 */
.wppgpc_dots1.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot {
  width: 5px;
  height: 5px;
}
.wppgpc_dots1.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot.active {
  width: 12px;
  height: 12px;
}

/* style2 */
.wppgpc_dots2.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot {
  width: 15px;
  height: 3px;
  border-radius: 0;
}
.wppgpc_dots2.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot.active {
  width: 30px;
}

/* style3 */
.wppgpc_dots3.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot {
  width: 28px;
  height: 6px;
  border-radius: 0;
  border: 2px solid #2c5364;
  background: transparent;
}
.wppgpc_dots3.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot.active {
  border: 2px dashed #2c5364;
}

/* style4 */
.wppgpc_dots4.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #f74a00;
  background: transparent;
}
.wppgpc_dots4.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot.active {
  background: #2c5364;
}

/* style5 */
.wppgpc_dots5.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
}
.wppgpc_dots5.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot.active {
  border: 2px solid #f74a00;
  background: transparent;
}

/* style6 */
.wppgpc_dots6.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot {
  width: 5px;
  height: 20px;
  border-radius: 0;
}
.wppgpc_dots6.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot.active {
  transform: scale(.80);
}

/* style7 */
.wppgpc_dots7.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #f74a00;
  background: transparent;
}
.wppgpc_dots7.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot.active {
  box-shadow: 0 0px 15px #f74a00;
}

/* style8 */
.wppgpc_dots8.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: #f74a00;
  clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}
.wppgpc_dots8.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot.active {
  background: #2c5364;
}

/* style9 */
.wppgpc_dots9.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: #f74a00;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
.wppgpc_dots9.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot.active {
  background: #2c5364;
}

/* style10 */
.wppgpc_dots10.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot {
  width: 20px;
  height: 20px;
  background: #f74a00;
  border: 6px solid #2c5364;
  border-radius: 50%;
}
.wppgpc_dots10.wppgpc-slider-common .wppgpc-owl-carousel .wppgpc-owl-dots .wppgpc-owl-dot.active {
  background: #fff;
}
/* owl-carousel-css end*/

.wppgpc-slider-common a {
  text-decoration: none;
}

.wppgpc-slider-common img {
  max-width: 100%;
  vertical-align: middle;
  margin-left: 0;
}

.wppgpc-slider-common ul,
.wppgpc-slider-common ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wppgpc-slider-common p {
  margin: 0;
  padding: 0;
}


.wppgpc-card-area-style1 .wppgpc-card {
  background: #232323;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wppgpc-card-area-style1 .wppgpc-card:hover .wppgpc-contentbx {
    bottom: -15%;
  }
}

.wppgpc-card-area-style1 .wppgpc-card:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #D6D57F;
  z-index: 1;
  -webkit-clip-path: circle(150px at 80% 20%);
          clip-path: circle(150px at 80% 20%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.wppgpc-card-area-style1 .wppgpc-card:hover:before {
  -webkit-clip-path: circle(300px at 80% -20%);
          clip-path: circle(300px at 80% -20%);
}
.make_a_star {
  margin-inline-end: 5px;
}
.wppgpc-card-area-style1 .wppgpc-card:hover .wppgpc-imgbx a img {
  /* -webkit-transform: rotate(-25deg) scale(1.1);
          transform: rotate(-25deg) scale(1.1); */
  -webkit-transform: rotate(-25deg) scale(1.1);
          transform: rotate(-25deg) scale(1.1) translate(-140px);
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style1 .wppgpc-card:hover .wppgpc-imgbx a img {
    top: -4%;
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
}

.wppgpc-card-area-style1 .wppgpc-card:hover .wppgpc-contentbx .wppgpc-card-heading {
  top: -20%;
  -webkit-transform: translate(-50%, -16%);
          transform: translate(-50%, -16%);
}

.wppgpc-card-area-style1 .wppgpc-card:hover .wppgpc-contentbx .wppgpc-card-decs {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.wppgpc-card-area-style1 .wppgpc-card:hover .wppgpc-contentbx .wppgpc-price-rating {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.wppgpc-card-area-style1 .wppgpc-card:hover .wppgpc-contentbx .wppgpc-category-tag {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.wppgpc-card-area-style1 .wppgpc-card:hover .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.wppgpc-card-area-style1 .wppgpc-card:hover .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.wppgpc-card-area-style1 .wppgpc-card:hover .wppgpc-contentbx .wppgpc-button-box .wppgpc-addtocard-btn a {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-imgbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 9;
  top: 0px;
  -webkit-transition: .5s;
  transition: .5s;
  min-height: 280px;
}
.wppgpc-card-area-style1 .wppgpc-card .wppgpc-imgbx2 {
  display: none;
}
.wppgpc-card-area-style1 .wppgpc-card .wppgpc-imgbx a {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-imgbx a img {
  width: 80%!important;
  -webkit-transform: rotate(-25deg) scale(1);
          transform: rotate(-25deg) scale(1) translate(-50%);
  -webkit-transition: .5s;
  transition: .5s;
  /* Down */
  position: absolute;
  left: 45%;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx {
  color: #fff;
  position: relative;
  bottom: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 9;
  padding: 0 15px 30px 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  position: absolute;
  font-weight: 600;
  padding: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 1px;
  width: 100%;
  font-size: 30px;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 9;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #fff;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #fff;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  padding: 0 4px 0 0;
  text-decoration: line-through;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #fff;
  font-size: 18px;
  padding: 4px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 20px;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #fff;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #fff;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #fff;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #fff;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button {
  margin-right: 5px;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  display: inline-block;
  padding: 12px 16px;
  background: #fff;
  border-radius: 4px;
  font-weight: 600;
  color: #111;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
    font-size: 12px;
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
    font-size: 12px;
    padding: 8px;
  }
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: #D6D57F;
  color: #000;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-addtocard-btn {
  padding-left: 2px;
  display: block;
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-addtocard-btn a {
  display: inline-block;
  padding: 10px 16px;
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
  font-weight: 600;
  color: #111;
  opacity: 0;
  text-decoration: none;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-addtocard-btn a {
    font-size: 12px;
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-addtocard-btn a {
    font-size: 12px;
    padding: 8px;
  }
}

.wppgpc-card-area-style1 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-addtocard-btn a:hover {
  background: #D6D57F;
  color: #000;
}

.wppgpc-card-area-style2 .wppgpc-card {
  -webkit-box-shadow: 0 0 5px 0 #4444444d;
          box-shadow: 0 0 5px 0 #4444444d;
  border-radius: 20px;
  padding-top: 40px;
  overflow: hidden;
  width: 100%;
  background: #fff;
  color: gray;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.wppgpc-card-area-style2 .wppgpc-card:hover .wppgpc-imgbx {
  -webkit-transform: translate(-10%, -40%) rotate(-20deg);
          transform: translate(-10%, -40%) rotate(-20deg);
}

.wppgpc-card-area-style2 .wppgpc-card:hover .wppgpc-card-icon {
  left: 20px;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-imgbx {
  position: relative;
  width: 100%;
  padding: 0 30px;
  -webkit-filter: drop-shadow(5px 10px 15px rgba(8, 9, 13, 0.4));
          filter: drop-shadow(5px 10px 15px rgba(8, 9, 13, 0.4));
  -webkit-transition: .5s;
  transition: .5s;
}
.wppgpc-card-area-style2 .wppgpc-card .wppgpc-imgbx2 {
  display: none;
}
.wppgpc-card-area-style2 .wppgpc-card .wppgpc-imgbx img {
  margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style2 .wppgpc-card .wppgpc-imgbx img {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style2 .wppgpc-card .wppgpc-imgbx img {
    margin-top: 0;
  }
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-card-icon {
  position: absolute;
  top: 20px;
  left: -100px;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 9;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-card-icon a {
  color: #fff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  background: #fbba42;
  line-height: 40px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-card-icon a:hover {
  color: #fff;
  background: gray;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: start;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  font-size: 30px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #E1900D;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
  -webkit-transition: .5s;
  transition: .5s;
}
.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
    margin-top: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  padding: 0 4px 0 0;
  text-decoration: line-through;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  color: #444;
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  background: #E1900D;
  border-radius: 8px;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 8px 0;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: gray;
  color: #fff;
}

.wppgpc-card-area-style2 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #444;
}

.wppgpc-card-area-style3 .wppgpc-card {
  color: white;
  border-radius: 20px;
  overflow: hidden;
  background: #122936;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: flex;
  flex-direction: column;
}

.wppgpc-card-area-style3 .wppgpc-card:hover:before {
  -webkit-transform: skewY(390deg);
          transform: skewY(390deg);
  top: -70%;
}

.wppgpc-card-area-style3 .wppgpc-card:before {
  position: absolute;
  content: '';
  top: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: tomato;
  -webkit-transform: skewY(345deg);
          transform: skewY(345deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style3 .wppgpc-card:hover .wppgpc-card-icon {
  top: 0;
}

.wppgpc-card-area-style3 .wppgpc-card:hover .wppgpc-imgbx img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-imgbx {
  position: relative;
}
.wppgpc-card-area-style3 .wppgpc-card .wppgpc-imgbx2 {
  display: none;
}
.wppgpc-card-area-style3 .wppgpc-card .wppgpc-imgbx a {
  display: block;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-imgbx img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  margin-top: -30px;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-card-icon {
  position: absolute;
  top: -100px;
  right: 30px;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 9;
}

@media (max-width: 767px) {
  .wppgpc-card-area-style3 .wppgpc-card .wppgpc-card-icon {
    right: 10px;
  }
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-card-icon a {
  color: #fff;
  font-size: 20px;
  height: 60px;
  width: 45px;
  background: #ab270f;
  line-height: 60px;
  border-radius: 0 0 6px 6px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-card-icon a:hover {
  color: #fff;
  background: #122936;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  font-size: 24px;
  text-align: start;
  width: 100%;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading .wppgpc-product-title {
  color: #C6C6C6;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #C6C6C6;
  text-align: start;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  text-decoration: line-through;
  color: #C6C6C6;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  color: #C6C6C6;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #C6C6C6;
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #C6C6C6;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #C6C6C6;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #C6C6C6;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #C6C6C6;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  padding: 10px 16px;
  background: tomato;
  display: inline-block;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style3 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #C6C6C6;
}

.wppgpc-card-area-style4 .wppgpc-card {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-imgbx a {
 display: block;
}
.wppgpc-card-area-style4 .wppgpc-card .wppgpc-imgbx2 {
  display: none;
}
.wppgpc-card-area-style4 .wppgpc-card .wppgpc-imgbx img {
  border-radius: 20px;
  width: 100%;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a {
  color: #000;
  background: #fff;
  padding: 7px 13px;
  border-radius: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a:hover {
  background: red;
  color: #fff;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  margin-top: 10px;
  font-size: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 19px;
  }
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #000;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  text-decoration: line-through;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #444;
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  padding: 11px 16px;
  color: #fff;
  background: #0B5B7F;
  display: inline-block;
  border-radius: 8px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: #9DBED7;
  color: #111;
}

.wppgpc-card-area-style4 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #444;
}


.wppgpc-card-area-style5 .wppgpc-card {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  background: #4427210d;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.wppgpc-card-area-style5 .wppgpc-card .wppgpc-card-icon {
  display: none;
}
.wppgpc-card-area-style5 .wppgpc-card .wppgpc-imgbx a{
  display: block;
  width: 100%;
}
.wppgpc-card-area-style5 .wppgpc-card .wppgpc-imgbx2 {
  display: none;
}
.wppgpc-card-area-style5 .wppgpc-card .wppgpc-imgbx img {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-imgbx img:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.wppgpc-card-area-style5 .wppgpc-card:hover .wppgpc-contentbx .wppgpc-button-box .wppgpc-addtocard-btn {
  top: 15px;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-addtocard-btn {
  position: absolute;
  top: -50px;
  right: 15px;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-addtocard-btn a {
  padding: 10px 16px;
  font-size: 15px;
  text-decoration: none;
  background: #442721;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-addtocard-btn a:hover {
  background: #000;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  font-size: 28px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 19px;
  }
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: black;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  text-decoration: line-through;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #fbba42;
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  padding: 10px 16px;
  background: #442721;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: #000;
}

.wppgpc-card-area-style5 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #444;
}


.wppgpc-card-area-style6 .wppgpc-card {
  position: relative;
  border-radius: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px #d272144f;
          box-shadow: 0 0 5px #d272144f;
}

.wppgpc-card-area-style6 .wppgpc-card:hover .wppgpc-imgbx img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.wppgpc-card-area-style6 .wppgpc-card:hover {
  -webkit-box-shadow: 0px 0px 19px -3px #000001;
          box-shadow: 0px 0px 19px -3px #000001;
}

.wppgpc-card-area-style6 .wppgpc-card:hover .wppgpc-card-icon {
  -webkit-transform: scale(1) rotate(360deg);
          transform: scale(1) rotate(360deg);
}

.wppgpc-card-area-style6 .wppgpc-card:hover .wppgpc-contentbx  {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.wppgpc-card-area-style6 .wppgpc-card .wppgpc-imgbx a {
  display: block;
}
.wppgpc-card-area-style6 .wppgpc-card .wppgpc-imgbx2 {
  display: none;
}
.wppgpc-card-area-style6 .wppgpc-card .wppgpc-imgbx img {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-imgbx img:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-card-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 9;
  -webkit-transform: scale(0) rotate(0);
          transform: scale(0) rotate(0);
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-card-icon a {
  color: #fff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  background: #fbba42;
  line-height: 40px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-card-icon a:hover {
  color: #fff;
  background: #122936;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx {
  position: absolute;
  bottom: 0;
  background: #fff;
  left: 0;
  width: 100%;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 100%;
  -webkit-transform: translateY(270px);
          transform: translateY(270px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx  .wppgpc-card-title .wppgpc-card-heading {
  font-size: 26px;
}

@media (max-width: 767px) {
  .wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-card-title .wppgpc-card-heading {
    font-size: 19px;
  }
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-card-title .wppgpc-card-heading a {
  color: #000;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-card-title .wppgpc-card-decs {
  font-size: 16px;
  color: #444;
}
@media (max-width: 767px) {
  .wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-card-title .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
  text-decoration: line-through;
  color: #000;
}

@media (max-width: 767px) {
  .wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
    padding: 0 2px;
  }
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-price-box .wppgpc-dis-price {
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #000;
}
@media (max-width: 767px) {
  .wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-price-box .wppgpc-dis-price {
    font-size: 14px;
    padding: 0 2px;
  }
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-rating-box {
  -webkit-transition: .5s;
  transition: .5s;
  color: #444;
  font-size: 20px;
}

@media (max-width: 767px) {
  .wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  padding: 10px 16px;
  background: #e91e63;
  display: inline-block;
  font-size: 15px;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: #000;
}

.wppgpc-card-area-style6 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #444;
}

.wppgpc-card-area-style7 .wppgpc-card {
  background: white;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0 0 5px 0 #ddd;
          box-shadow: 0 0 5px 0 #ddd;
}

.wppgpc-card-area-style7 .wppgpc-card:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  background: #DDAE78;
  -webkit-transform: skewY(145deg);
          transform: skewY(145deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style7 .wppgpc-card:hover:before {
  background: #c0c738;
}

.wppgpc-card-area-style7 .wppgpc-card:hover .wppgpc-upper-item + .wppgpc-card-icon {
  left: 20px;
}
@media (max-width: 767px) {
  .wppgpc-card-area-style7 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx2 {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-upper-item {
  position: relative;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx {
  position: relative;
}
.wppgpc-card-area-style7 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx a {
  display: block;
}
.wppgpc-card-area-style7 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx img {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}
.wppgpc-card-area-style7 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 a {
  display: block;
}
.wppgpc-card-area-style7 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 a img {
 width: 100%;
}
.wppgpc-card-area-style7 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 {
  position: absolute;
  top: 10px;
  transform: translatex(500px);
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}
.wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx2 {
  transform: translateX(0);
}
.wppgpc-card-area-style7 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx {
opacity: 0;
visibility: hidden;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon {
  position: absolute;
  top: 5px;
  left: -100px;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 9;
}
@media (max-width: 767px) {
  .wppgpc-card-area-style7 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon {
    top: -15px;
  }
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a {
  color: #fff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  background: #DDAE78;
  line-height: 40px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a:hover {
  color: #fff;
  background: #c0c738;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  font-size: 32px;
  text-align: start;
}
@media (max-width: 767px) {
  .wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 22px;
  }
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #444;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
  -webkit-transition: .5s;
  transition: .5s;
}
@media (max-width: 767px) {
  .wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  text-decoration: line-through;
  color: #444;
}
@media (max-width: 767px) {
  .wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  color: #444;
}
@media (max-width: 767px) {
  .wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #444;
  font-size: 18px;
  display: flex;
}
.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box .wppgpc-rating-star span{
  color: #e4ff0b;
}
@media (max-width: 767px) {
  .wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  padding: 10px 20px;
  border: 1px solid #ffffff8c;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: #ffffff8c;
  color: #000;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #444;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  padding: 0 4px;
  text-decoration: line-through;
  color: #616161;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-price-box .wppgpc-dis-price {
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #000;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-rating-box {
  padding: 6px 20px;
  -webkit-transition: .5s;
  transition: .5s;
  color: #444;
  display: inline-block;
  font-size: 20px;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-card-button a {
  border: 1px solid #ffffff8c;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-card-button a:hover {
  background: #ffffff8c;
  color: #000;
}

.wppgpc-card-area-style7 .wppgpc-card .wppgpc-contentbx .wppgpc-card-button a i {
  margin-right: 5px;
}


.wppgpc-card-area-style8 .wppgpc-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px;
  background: #fff;
  padding: 30px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style8 .wppgpc-card {
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style8 .wppgpc-card {
    margin-left: 30px;
  }
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-upper-item {
  background: #B8EA45;
  position: relative;
  height: 250px;
  width: 200px;
  margin-left: -50px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}
.wppgpc-card-area-style8 .wppgpc-star-icons.far.fa-star {
  display: inline;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style8 .wppgpc-card .wppgpc-upper-item {
    height: 210px;
    width: 260px;
    margin-left: -35px;
  }
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -25px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.wppgpc-card-area-style8 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 {
  display: none;
}
@media (max-width: 767px) {
  .wppgpc-card-area-style8 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx {
    margin-left: 0;
  }
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon {
  position: absolute;
  top: 0px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon i {
  color: #B8EA45;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon i:hover {
  color: #FF3F40;
}
.wppgpc-card-area-style8 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon svg {
  fill: #B8EA45;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon svg:hover {
  fill: #FF3F40;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx {
  margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx {
    margin-left: 15px;
  }
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 16px;
  }
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #000;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-price-box {
  padding-top: 6px;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  padding: 0 4px;
  text-decoration: line-through;
  color: #616161;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-rating-box {
  padding-top: 6px;
  -webkit-transition: .5s;
  transition: .5s;
  color: #444;
  font-size: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-product-type {
  padding-top: 6px;
  font-size: 14px;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-card-button a {
  background: #FF3F40;
  padding: 10px 16px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.wppgpc-card-area-style8 .wppgpc-card .wppgpc-contentbx .wppgpc-card-button a:hover {
  background: #B8EA45;
}

.wppgpc-card-area-style9 .wppgpc-card {
  background: #ffffff;
  border-radius: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0 0 5px #44444463;
          box-shadow: 0 0 5px #44444463;
}

.wppgpc-card-area-style9 .wppgpc-card  {
  position: relative;
  border-radius: 18px;
  padding: 22px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx {
  padding: 30px 40px 15px 0px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.wppgpc-card-area-style9 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 {
  display: none;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-upper-item .wppgpc-card-heading {
  position: absolute;
  top: 0;
  padding: 25px;
  font-size: 25px;
  letter-spacing: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style9 .wppgpc-card .wppgpc-upper-item .wppgpc-card-heading {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style9 .wppgpc-card .wppgpc-upper-item .wppgpc-card-heading {
    font-size: 19px;
  }
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-upper-item .wppgpc-card-heading a {
  color: #000;
  font-weight: 500;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a {
  color: #000;
  font-size: 20px;
  background: #80808026;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: .5s;
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a:hover {
  background-color: #71a703;
  color: #fff;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx {
  overflow: hidden;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  text-decoration: line-through;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #444;
  font-size: 18px;
  padding: 4px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  color: #fff;
  font-size: 16px;
  background: #f35753;
  padding: 10px 16px;
  border-radius: 10px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: #70a7037a;
  color: #111;
}

.wppgpc-card-area-style9 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #444;
}

.wppgpc-card-area-style10 .wppgpc-card {
  width: 100%;
  height: 300px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px #bbb;
          box-shadow: 0 5px 10px #bbb;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  text-align: center;
  z-index: 0;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.wppgpc-card-area-style10 .wppgpc-card:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #444;
  z-index: -1;
  -webkit-clip-path: circle(62% at 92% 0%);
          clip-path: circle(62% at 92% 0%);
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style10 .wppgpc-card:hover:before {
  -webkit-clip-path: circle(47.9% at 85% 0%);
          clip-path: circle(47.9% at 85% 0%);
}

.wppgpc-card-area-style10 .wppgpc-card:hover {
  height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style10 .wppgpc-card:hover {
    height: 460px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style10 .wppgpc-card:hover {
    height: 460px;
  }
}

.wppgpc-card-area-style10 .wppgpc-card:hover .wppgpc-imgbx img {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.wppgpc-card-area-style10 .wppgpc-card:hover .wppgpc-contentbx {
  -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    margin-top: 85px;
}

.wppgpc-card-area-style10 .wppgpc-card:hover .wppgpc-card-icon {
  right: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style10 .wppgpc-card .wppgpc-imgbx {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style10 .wppgpc-card .wppgpc-imgbx {
    padding: 0 20px;
  }
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-imgbx img {
  height: 270px;
  -webkit-filter: drop-shadow(5px 5px 5px #333);
          filter: drop-shadow(5px 5px 5px #333);
  -webkit-transition: .5s;
  transition: .5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.wppgpc-card-area-style10 .wppgpc-card .wppgpc-imgbx2 {
  display: none;
}
.wppgpc-card-area-style10 .wppgpc-card .wppgpc-card-icon {
  position: absolute;
  top: 20px;
  right: -200px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-card-icon a {
  height: 36px;
  width: 50px;
  line-height: 36px;
  background: #fff;
  font-size: 20px;
  border-radius: 6px;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 1px 13px;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-card-icon:hover a {
  background: #bf2227;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-card-icon:hover a {
  color: #fff;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-card-icon a {
  color: #444;
  -webkit-transition: .4s;
  transition: .4s;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx {
  -webkit-transform: translateY(280px);
          transform: translateY(280px);
  -webkit-transition: .5s;
  transition: .5s;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  font-size: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #bf2227;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #666;
}
.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-card-button {
    margin-top: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 4px 20px;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  padding: 0 4px 0 0;
  text-decoration: line-through;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #bf2227;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #bf2227;
  font-size: 18px;
  padding: 4px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-card-button a {
  background: #bf2227;
  padding: 10px 16px;
  color: #fff;
  margin-top: 6px;
  display: inline-block;
  border-radius: 8px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style10 .wppgpc-card .wppgpc-contentbx .wppgpc-card-button a:hover {
  padding: 10px 25px;
  opacity: .9;
}

.wppgpc-card-area-style11 .wppgpc-card {
  position: relative;
  border-radius: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style11 .wppgpc-card {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style11 .wppgpc-card {
    height: 440px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wppgpc-card-area-style11 .wppgpc-card {
    height: 440px;
  }
}

.wppgpc-card-area-style11 .wppgpc-card:hover .wppgpc-fornt-card {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.wppgpc-card-area-style11 .wppgpc-card:hover .wppgpc-back-card {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-fornt-card {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-fornt-card .wppgpc-imgbx {
  background: #3B9CAB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  height: 100%;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-fornt-card .wppgpc-imgbx a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  flex-grow: 1;        
}
.wppgpc-card-area-style11 .wppgpc-card .wppgpc-fornt-card .wppgpc-imgbx a img {
  width: 100%;
}
@media (max-width: 767px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-fornt-card .wppgpc-imgbx a img {
    width: 60%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-fornt-card .wppgpc-imgbx a img {
    width: 100%;
  }
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card {
  background: #fff;
  padding-bottom: 20px;
  height: 100%;
  border-radius: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transition: .5s;
  transition: .5s;
  height: 100%;
  -webkit-box-shadow: 0 0 20px 10px rgba(56, 35, 150, 0.1);
          box-shadow: 0 0 20px 10px rgba(56, 35, 150, 0.1);
}

@media (max-width: 767px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card {
    display: initial;
  }
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-imgbx {
  text-align: center;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-imgbx a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-imgbx a img {
  width: 80%;
}

@media (max-width: 767px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-imgbx a img {
    width: 50%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-imgbx a img {
    width: 100%;
  }
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-card-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-card-icon a {
  color: #000;
  font-size: 20px;
  background: #80808026;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-card-icon a:hover {
  background-color: #48BED0;
  color: #fff;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx {
  text-align: center;
  width: 100%;
  padding: 20px;
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx {
    position: relative;
  }
}


.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-card-heading {
  font-size: 22px;
  text-align: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 19px;
  }
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #666;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #666;
  text-align: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  padding: 0 4px;
  text-decoration: line-through;
  color: #616161;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #bf2227;
  font-size: 18px;
  padding: 4px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 14px;
  color: #444;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 14px;
  color: #444;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 20px;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 14px;
  color: #444;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 14px;
  color: #444;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  padding: 10px 16px;
  background: #48BED0;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: #2D2B2A;
  color: #fff;
}

.wppgpc-card-area-style11 .wppgpc-card .wppgpc-back-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #444;
}

.wppgpc-card-area-style12 .wppgpc-card {
  background: #f2f2f2;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.wppgpc-card-area-style12 .wppgpc-card:hover {
  background: #273c75;
  color: #B69487;
}

.wppgpc-card-area-style12 .wppgpc-card:hover .wppgpc-imgbx img {
  -webkit-transform: translateY(-33px);
          transform: translateY(-33px);
}

.wppgpc-card-area-style12 .wppgpc-card:hover .wppgpc-contentbx {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.wppgpc-card-area-style12 .wppgpc-card:hover .wppgpc-card-button a {
  background: #192a56;
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-imgbx img {
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wppgpc-card-area-style12 .wppgpc-card .wppgpc-imgbx2 {
  display: none;
}
.wppgpc-card-area-style12 .wppgpc-card:hover .wppgpc-card-icon {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-card-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style12 .wppgpc-card .wppgpc-card-icon {
    top: 10px;
    left: 10px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style12 .wppgpc-card .wppgpc-card-icon {
    top: 10px;
    left: 10px;
  }
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-card-icon a {
  color: #000;
  background: #fff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style12 .wppgpc-card .wppgpc-card-icon a {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style12 .wppgpc-card .wppgpc-card-icon a {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-card-icon a:hover {
  background-color: #192a56;
  color: #fff;
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx {
  text-align: center;
  padding: 16px;
  width: 100%;
  color: #fff;
  background: #192a56;
  -webkit-transition: .3s;
  transition: .3s;
}
.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-addtocard-btn {
  display: none;
}
.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading .wppgpc-product-title {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 19px;
  }
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #fff;
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #ddd;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

@media (max-width: 767px) {
  .wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box {
  font-weight: 600;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #fff;
  font-size: 18px;
  padding: 4px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 14px;
  color: #fff;
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 14px;
  color: #fff;
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 20px;
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 14px;
  color: #fff;
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 14px;
  color: #fff;
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-card-button {
  text-align: center;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style12 .wppgpc-card .wppgpc-card-button a {
  background: #AE9287;
  padding: 10px 20px;
  color: #fff;
  border-radius: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style13 .wppgpc-card {
  text-align: center;
  border-radius: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 0 #44444436;
          box-shadow: 0 0 5px 0 #44444436;
}

.wppgpc-card-area-style13 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx {
  opacity: 0;
}

.wppgpc-card-area-style13 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx2 {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.wppgpc-card-area-style13 .wppgpc-card:hover .wppgpc-upper-item + .wppgpc-card-icon {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  opacity: 1;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-upper-item {
  position: relative;
  height: 400px;
  overflow: hidden;
  will-change: transform;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
  transition: .5s;
  width: 100%;
  height: 100%;
}
.wppgpc-card-area-style13 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx a, .wppgpc-card-area-style13 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 a {
  display: block;
  height: 100%;
}
.wppgpc-card-area-style13 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 {
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotateY(270deg);
          transform: rotateY(270deg);
  opacity: 0;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a {
  color: #000;
  font-size: 20px;
  background: #ddd;
  height: 45px;
  width: 70px;
  line-height: 45px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a:hover {
  background-color: #000;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx {
    padding: 8px 14px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx {
    padding: 6px 12px;
  }
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  font-size: 26px;
  text-align: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #211f0a;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  padding: 0 4px 0 0;
  text-decoration: line-through;
  color: #616161;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #444;
  font-size: 18px;
  padding: 4px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  padding: 8px 17px;
  font-size: 15px;
  background: #ddd;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: #130f40;
  color: #ddd;
}

.wppgpc-card-area-style13 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #444;
}

.wppgpc-card-area-style14 .wppgpc-card {
  background: #b9e44f;
  text-align: center;
  position: relative;
  padding: 20px 15px;
  border-radius: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

.wppgpc-card-area-style14 .wppgpc-card:hover {
  background: #FDF056;
}

.wppgpc-card-area-style14 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}

.wppgpc-card-area-style14 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx2 {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.wppgpc-card-area-style14 .wppgpc-card:hover .wppgpc-upper-item + .wppgpc-card-icon {
  left: 10px;
}

@media (max-width: 767px) {
  .wppgpc-card-area-style14 .wppgpc-card:hover .wppgpc-upper-item + .wppgpc-card-icon {
    left: 0;
    top: 0;
  }
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-upper-item {
  position: relative;
}
.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx {
  padding: 0;
  padding-top: 10px;
}
.wppgpc-card-area-style14 .wppgpc-card .wppgpc-upper-item
.wppgpc-card-area-style14 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx {
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon {
  position: absolute;
  top: 20px;
  left: -100px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a {
  color: #000;
  font-size: 20px;
  background: #ddd;
  height: 45px;
  width: 70px;
  line-height: 45px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 767px) {
  .wppgpc-card-area-style14 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a {
    font-size: 16px;
    height: 36px;
    width: 50px;
    line-height: 36px;
  }
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a:hover {
  background-color: #000;
  color: #fff;
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  font-size: 26px;
  text-align: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #211f0a;
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  padding: 0 4px 0 0;
  text-decoration: line-through;
  color: #616161;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #444;
  font-size: 18px;
  padding: 4px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 20px;
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-card-button {
  margin-top: 15px;
}
.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-addtocard-btn {
  display: none;
}
.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-card-button a {
  padding: 10px 20px;
  background: #ddd;
  display: inline-block;
  border-radius: 10px;
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style14 .wppgpc-card .wppgpc-contentbx .wppgpc-card-button a:hover {
  background: #000;
  color: #fff;
}

.wppgpc-card-area-style15 .wppgpc-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 5px 0 #44444457;
          box-shadow: 0 0 5px 0 #44444457;
}
.wppgpc-card-area-style15 .wppgpc-card .wppgpc-upper-item {
  width: 40%;
}
.wppgpc-card-area-style15 .wppgpc-card .wppgpc-upper-item img {
  width: 100%;
}
@media (max-width: 767px) {
  .wppgpc-card-area-style15 .wppgpc-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wppgpc-card-area-style15 .wppgpc-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wppgpc-card-area-style15 .wppgpc-card:hover .wppgpc-imgbx {
  -webkit-transform: translateY(-65px) scale(1.2);
          transform: translateY(-65px) scale(1.2);
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-imgbx {
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
}
.wppgpc-card-area-style15 .wppgpc-card .wppgpc-imgbx2 {
  display: none;
}
.wppgpc-card-area-style15 .wppgpc-card .wppgpc-imgbx a img {
  width: 95%;
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-card-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-card-icon {
    top: 0px;
    right: 0px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-card-icon {
    font-size: 12px;
  }
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-card-icon a {
  color: #000;
  font-size: 20px;
  background: #ddd;
  height: 40px;
  width: 60px;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-card-icon a:hover {
  background-color: #130f40;
  color: #fff;
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx {
  background: #2D2E33;
  height: 100%;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: start;        
  padding-left: 15px;
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx {
    margin-left: 0;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx {
    margin-left: 0;
    width: 100%;
    padding: 20px;
  }
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading .wppgpc-product-title {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #ddd;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 30px;
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  color: #ddddddd4;
  margin-top: 15px;
  font-size: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
    margin-top: 5px;
  }
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 4px 10px 4px 0;
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box {
  display: inline-block;
  font-size: 14px;
  color: #c9c8c8;
}
.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-addtocard-btn {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 10px;
    padding: 0 2px 0 0;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #ddddddd4;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 14px;
    padding: 0 2px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  color: #ddddddd4;
  font-size: 14px;
  padding: 4px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #ddddddd4;
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #ddddddd4;
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px 4px 0;
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #ddddddd4;
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #ddddddd4;
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-addtocard-btn {
  display: none;
}
.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  padding: 6px 10px;
  font-size: 14px;
  background: #ddd;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: #130f40;
  color: #ddd;
}

.wppgpc-card-area-style15 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #ddd;
}


.wppgpc-card-area-style16 .wppgpc-card {
  text-align: center;
  border-radius: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 0 #44444436;
          box-shadow: 0 0 5px 0 #44444436;
}

.wppgpc-card-area-style16 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.wppgpc-card-area-style16 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx2 {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.wppgpc-card-area-style16 .wppgpc-card:hover .wppgpc-upper-item + .wppgpc-card-icon {
  left: 10px;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-upper-item {
  position: relative;
  height: 300px;
  overflow: hidden;
  will-change: transform;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
  transition: .5s;
  width: 100%;
  height: 100%;
}
.wppgpc-card-area-style16 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 {
  display: none;
}
.wppgpc-card-area-style16 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx a, .wppgpc-card-area-style16 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 a {
  display: block;
  height: 100%;
}
.wppgpc-card-area-style16 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: .5s;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  scale: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.wppgpc-card-area-style16 .wppgpc-card:hover .wppgpc-upper-item + .wppgpc-card-icon {
  scale: 1;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a {
  color: #000;
  font-size: 20px;
  background: #ddd;
  height: 45px;
  width: 70px;
  line-height: 45px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a:hover {
  background-color: #000;
  color: #fff;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx {
  padding: 20px 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx {
    padding: 8px 14px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx {
    padding: 6px 12px;
  }
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  font-size: 26px;
  text-align: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #211f0a;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  padding: 0 4px 0 0;
  text-decoration: line-through;
  color: #616161;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #444;
  font-size: 18px;
  padding: 4px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  padding: 10px 16px;
  font-size: 15px;
  background: #ddd;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: #130f40;
  color: #ddd;
}

.wppgpc-card-area-style16 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #444;
}

.wppgpc-card-area-style17 .wppgpc-card {
  text-align: center;
  border-radius: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 0 #44444436;
          box-shadow: 0 0 5px 0 #44444436;
}

.wppgpc-card-area-style17 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.wppgpc-card-area-style17 .wppgpc-card:hover .wppgpc-upper-item + .wppgpc-card-icon {
  top: 20px;
}

@media (max-width: 767px) {
  .wppgpc-card-area-style17 .wppgpc-card:hover .wppgpc-upper-item + .wppgpc-card-icon {
    top: 0;
    left: 0;
  }
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-upper-item {
  position: relative;
  height: 300px;
  overflow: hidden;
  will-change: transform;
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
  transition: .5s;
  width: 100%;
  height: 100%;
}
.wppgpc-card-area-style17 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx a {
  display: block;
  height: 100%;
}
.wppgpc-card-area-style17 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.wppgpc-card-area-style17 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 {
  display: none;
}
.wppgpc-card-area-style17 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon {
  position: absolute;
  top: -100px;
  left: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a {
  color: #ddd;
  font-size: 20px;
  background: #675be8;
  height: 45px;
  width: 70px;
  line-height: 45px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}
@media (max-width: 767px) {
  .wppgpc-card-area-style17 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a {
    font-size: 18px;
    height: 40px;
    width: 55px;
    line-height: 40px;
  }
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a:hover {
  background-color: #000;
  color: #fff;
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx {
  padding: 20px 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx {
    padding: 8px 14px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx {
    padding: 6px 12px;
  }
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  font-size: 26px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #211f0a;
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  padding: 0 4px 0 0;
  text-decoration: line-through;
  color: #616161;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #444;
  font-size: 18px;
  padding: 4px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;        
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  padding: 10px 16px;
  font-size: 15px;
  background: #ddd;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: #675be8;
  color: #ddd;
}

.wppgpc-card-area-style17 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #444;
}

.wppgpc-card-area-style18 .wppgpc-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fafad254;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0 0 5px 0 #a3a38a54;
          box-shadow: 0 0 5px 0 #a3a38a54;
  overflow: hidden;
}

@media (max-width: 767px) {
  .wppgpc-card-area-style18 .wppgpc-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wppgpc-card-area-style18 .wppgpc-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wppgpc-card-area-style18 .wppgpc-card:hover .wppgpc-upper-item + .wppgpc-card-icon {
  top: 20px;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-upper-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx {
  -webkit-transition: .5s;
  transition: .5s;
  padding: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style18 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx {
    padding: 4px;
  }
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx img {
  width: 100%;
}
.wppgpc-card-area-style18 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 {
  display: none;
}
.wppgpc-card-area-style18 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon {
  position: absolute;
  top: -100px;
  left: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 22px;
  color: #444;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a:hover {
  color: green;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx {
    padding-left: 5px;
  }
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  font-size: 22px;
  line-height: 1.3;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}
.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading .wppgpc-product-title {
  color: #000;
  font-size: 18px;
}
.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  color: #444;
  font-size: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    margin-top: 0;
    font-size: 12px;
  }
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 16px;
  padding: 0 4px 0 0;
  text-decoration: line-through;
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
    padding: 0 2px 0 0;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 22px;
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #000;
  font-size: 16px;
  padding: 4px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 10px;
  }
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #000;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #000;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #000;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #000;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  padding: 8px 10px;
  font-size: 14px;
  background: #ddd;
  display: inline-block;
  border-radius: 4px;
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: green;
  color: #ddd;
}

.wppgpc-card-area-style18 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #000;
}

.wppgpc-card-area-style19 .wppgpc-card {
  text-align: center;
  border-radius: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 0 #44444436;
          box-shadow: 0 0 5px 0 #44444436;
}

.wppgpc-card-area-style19 .wppgpc-card:hover .wppgpc-upper-item + .wppgpc-card-icon {
  right: 25px;
  top: 25px;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.wppgpc-card-area-style19 .wppgpc-card:hover .wppgpc-upper-item + .wppgpc-card-icon a {
  color: #e52d53;
}

.wppgpc-card-area-style19 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx a:before {
  opacity: 0.4;
  height: 100%;
}

.wppgpc-card-area-style19 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx a img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-upper-item {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
  transition: .5s;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx a:before {
  content: '';
  background-color: #e52d53;
  width: 100%;
  height: 50%;
  border-radius: 20px;
  opacity: .1;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease .35s;
  transition: all ease .35s;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: .5s;
  transition: .5s;
}
.wppgpc-card-area-style19 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 {
  display: none;
}
.wppgpc-card-area-style19 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a {
  font-size: 22px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  color: #eaeaea;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx {
  padding: 10px 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx {
    padding: 8px 14px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx {
    padding: 6px 12px;
  }
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  font-size: 26px;
  text-align: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #e52d53;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  padding: 0 4px 0 0;
  text-decoration: line-through;
  color: #616161;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #e52d53;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #e52d53;
  font-size: 18px;
  padding: 4px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}
.wppgpc-card .wppgpc-contentbx .wppgpc-total-sale {
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  padding: 10px 16px;
  font-size: 15px;
  background: #ddd;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: #130f40;
  color: #ddd;
}

.wppgpc-card-area-style19 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #444;
}

.wppgpc-card-area-style20 .wppgpc-card {
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0 0 5px 0 #44444436;
          box-shadow: 0 0 5px 0 #44444436;
}

.wppgpc-card-area-style20 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx {
  opacity: 0;
  -webkit-transform: perspective(500px) rotateY(50deg);
          transform: perspective(500px) rotateY(50deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.wppgpc-card-area-style20 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx2 {
  opacity: 0.8;
  -webkit-transform: perspective(500px) rotateY(0);
          transform: perspective(500px) rotateY(0);
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-upper-item {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(500px) rotateY(0);
          transform: perspective(500px) rotateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.wppgpc-card-area-style20 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx a, .wppgpc-card-area-style20 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 a {
  display: block;
  height: 100%;
}
.wppgpc-card-area-style20 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 {
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(500px) rotateY(-50deg);
          transform: perspective(500px) rotateY(-50deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a {
  color: #ddd;
  font-size: 20px;
  background: #03a9f4;
  height: 60px;
  width: 55px;
  line-height: 60px;
  border-radius: 0 0 35px 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a:hover {
  background-color: #000;
  color: #fff;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx {
  display: flex;
  flex-direction: column;
  flex: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx {
    padding: 8px 14px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx {
    padding: 6px 12px;
  }
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  font-size: 26px;
  text-align: start;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #211f0a;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  padding: 0 4px 0 0;
  text-decoration: line-through;
  color: #616161;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #444;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #444;
  font-size: 18px;
  padding: 4px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  padding: 10px 16px;
  font-size: 15px;
  background: #ddd;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: #130f40;
  color: #ddd;
}

.wppgpc-card-area-style20 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #444;
}

.wppgpc-card-area-style21 .wppgpc-card {
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 #44444436;
          box-shadow: 0 0 10px 0 #44444436;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.wppgpc-card-area-style21 .wppgpc-item {
    display: flex;
    height: 100%;
}
.wppgpc-card-area-style21 .wppgpc-card:hover .wppgpc-upper-item + .wppgpc-card-icon {
  left: 20px;
}

.wppgpc-card-area-style21 .wppgpc-card:hover .wppgpc-upper-item + .wppgpc-card-icon a {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.wppgpc-card-area-style21 .wppgpc-card:hover .wppgpc-upper-item:before {
  opacity: 1;
}

.wppgpc-card-area-style21 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx {
  opacity: 0;
}

.wppgpc-card-area-style21 .wppgpc-card:hover .wppgpc-upper-item .wppgpc-imgbx2 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-upper-item {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.wppgpc-card-area-style21 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx a, 
.wppgpc-card-area-style21 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 a {
  display: block;
  height: 100%;
}
.wppgpc-card-area-style21 .wppgpc-card .wppgpc-upper-item::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(6);
          transform: scale(6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-upper-item .wppgpc-imgbx2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon {
  position: absolute;
  top: 20px;
  left: -100px;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 9;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a {
  color: #000;
  font-size: 20px;
  height: 50px;
  width: 50px;
  background: #fff;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-upper-item + .wppgpc-card-icon a:hover {
  color: #009688;
  background: #000;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx {
    padding: 8px 14px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx {
    padding: 6px 12px;
  }
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
  font-size: 26px;
  text-align: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading {
    font-size: 20px;
  }
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-card-heading a {
  color: #009688;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-card-decs {
    font-size: 12px;
  }
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
  display: inline-block;
  font-size: 18px;
  padding: 0 4px 0 0;
  text-decoration: line-through;
  color: #616161;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-old-price {
    font-size: 12px;
  }
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #009688;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-price-box .wppgpc-dis-price {
    font-size: 18px;
  }
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
  font-size: 18px;
  color: #009688;
  font-size: 18px;
  padding: 4px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-price-rating .wppgpc-rating-box {
    font-size: 12px;
  }
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-cate {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-category-tag .wppgpc-pro-tag {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-total-sale span {
  font-size: 18px;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-totalsale-pubdate .wppgpc-pub-date {
  font-size: 16px;
  color: #444;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a {
  padding: 10px 16px;
  font-size: 15px;
  background: #ddd;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-card-button a:hover {
  background: #009688;
  color: #ddd;
}

.wppgpc-card-area-style21 .wppgpc-card .wppgpc-contentbx .wppgpc-button-box .wppgpc-product-type {
  font-size: 14px;
  color: #444;
}


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


  /* Ferdaussk start */
  .wppgpc-star-rating.text-center {
    cursor: pointer;
    color: #f1b409;
  }
  .wppgpc-rating-box {
    display: flex;
    flex-wrap: wrap;
  }
  .star-rating.text-center {
    cursor: pointer;
  }
  .wppgpc_wooc_not_acivate_notice {
    font-size: 25px;
    font-weight: 600;
    font-family: sans-serif;
    color: red;
    text-align: center;
    align-items: center;
    cursor: pointer;
  }
  
  .wppgpc-pro-cate a{
    color: white;
    /* text-shadow: 1px 1px 2px black; */
  }
  /* Ferdaussk end */
  
  /* For Star rating */
  
  .star-rating .star-full:before {
    content: "\f155";
  }
  
  .star-rating .star-half:before {
    content: "\f459";
  }
  
  .star-rating .star-empty:before {
    content: "\f154";
  }
  
  .star-rating .star {
    color: #ffc600;
    display: inline-block;
    font-family: dashicons;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 20px;
  }
  /* For Star rating */
  
  .wppgpc-img_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    /* z-index: 9; */
    -webkit-transition: .5s;
    transition: .5s;
    height: 200px;
    font-size: 25px;
    color: red;
    text-shadow: 0px 2px 0px black;
  }
  .wppgpc-card-area-style1 .wppgpc-img_text {
    z-index: 9;
  }
  .wppgpc-pro-cate a, .wppgpc-pro-tag a{
    color: white;
    text-shadow: 2px 2px 2px 2px black;
  }
  .wppgpc-pro-cate:hover a, .wppgpc-pro-tag:hover a{
    color: white;
    text-shadow: 2px 2px 2px 2px black;
  }
    /* Ferdaussk */
  
    /*  */
    .wppgpc-grid-column1 .column_number {
      flex: 0 0 auto;
      width: 100%;
      max-width: 100%;
    }
    .wppgpc-grid-column2 .column_number {
      flex: 0 0 auto;
      width: 50%;
      max-width: 50%;
    }
    .wppgpc-grid-column3 .column_number {
      flex: 0 0 auto;
      width: 33.33%;
      max-width: 33.33%;
    }
    .wppgpc-grid-column4 .column_number {
      flex: 0 0 auto;
      width: 25%;
      max-width: 25%;
    }
    .wppgpc-grid-column5 .column_number {
      flex: 0 0 auto;
      width: 20%;
      max-width: 20%;
    }
    .wppgpc-grid-column6 .column_number {
      flex: 0 0 auto;
      width: 16.66%;
      max-width: 16.66%;
    }
  
  @media (min-width: 2400px) {
    .wppgpc-grid-widescreen-column1 .column_number {
      flex: 0 0 auto;
      width: 100%;
      max-width: 100%;
    }
    .wppgpc-grid-widescreen-column2 .column_number {
      flex: 0 0 auto;
      width: 50%;
      max-width: 50%;
    }
    .wppgpc-grid-widescreen-column3 .column_number {
      flex: 0 0 auto;
      width: 33.33%;
      max-width: 33.33%;
    }
    .wppgpc-grid-widescreen-column4 .column_number {
      flex: 0 0 auto;
      width: 25%;
      max-width: 25%;
    }
    .wppgpc-grid-widescreen-column5 .column_number {
      flex: 0 0 auto;
      width: 20%;
      max-width: 20%;
    }
    .wppgpc-grid-widescreen-column6 .column_number {
      flex: 0 0 auto;
      width: 16.66%;
      max-width: 16.66%;
    }
  }
  @media (max-width: 1366px) {
    .wppgpc-grid-laptop-column1 .column_number {
      flex: 0 0 auto;
      width: 100%;
      max-width: 100%;
    }
    .wppgpc-grid-laptop-column2 .column_number {
      flex: 0 0 auto;
      width: 50%;
      max-width: 50%;
    }
    .wppgpc-grid-laptop-column3 .column_number {
      flex: 0 0 auto;
      width: 33.33%;
      max-width: 33.33%;
    }
    .wppgpc-grid-laptop-column4 .column_number {
      flex: 0 0 auto;
      width: 25%;
      max-width: 25%;
    }
    .wppgpc-grid-laptop-column5 .column_number {
      flex: 0 0 auto;
      width: 20%;
      max-width: 20%;
    }
    .wppgpc-grid-laptop-column6 .column_number {
      flex: 0 0 auto;
      width: 16.66%;
      max-width: 16.66%;
    }
  }
  @media (max-width: 1200px) {
    .wppgpc-grid-tablet_extra-column1 .column_number {
      flex: 0 0 auto;
      width: 100%;
      max-width: 100%;
    }
    .wppgpc-grid-tablet_extra-column2 .column_number {
      flex: 0 0 auto;
      width: 50%;
      max-width: 50%;
    }
    .wppgpc-grid-tablet_extra-column3 .column_number {
      flex: 0 0 auto;
      width: 33.33%;
      max-width: 33.33%;
    }
    .wppgpc-grid-tablet_extra-column4 .column_number {
      flex: 0 0 auto;
      width: 25%;
      max-width: 25%;
    }
    .wppgpc-grid-tablet_extra-column5 .column_number {
      flex: 0 0 auto;
      width: 20%;
      max-width: 20%;
    }
    .wppgpc-grid-tablet_extra-column6 .column_number {
      flex: 0 0 auto;
      width: 16.66%;
      max-width: 16.66%;
    }
  }
  @media (max-width: 1024px) {
    .wppgpc-grid-tablet-column1 .column_number {
      flex: 0 0 auto;
      width: 100%;
      max-width: 100%;
    }
    .wppgpc-grid-tablet-column2 .column_number {
      flex: 0 0 auto;
      width: 50%;
      max-width: 50%;
    }
    .wppgpc-grid-tablet-column3 .column_number {
      flex: 0 0 auto;
      width: 33.33%;
      max-width: 33.33%;
    }
    .wppgpc-grid-tablet-column4 .column_number {
      flex: 0 0 auto;
      width: 25%;
    }
    .wppgpc-grid-tablet-column5 .column_number {
      flex: 0 0 auto;
      width: 20%;
      max-width: 20%;
    }
    .wppgpc-grid-tablet-column6 .column_number {
      flex: 0 0 auto;
      width: 16.66%;
      max-width: 16.66%;
    }
  }
  @media (max-width: 880px) {
    .wppgpc-grid-mobile_extra-column1 .column_number {
      flex: 0 0 auto;
      width: 100%;
      max-width: 100%;
    }
    .wppgpc-grid-mobile_extra-column2 .column_number {
      flex: 0 0 auto;
      width: 50%;
      max-width: 50%;
    }
    .wppgpc-grid-mobile_extra-column3 .column_number {
      flex: 0 0 auto;
      width: 33.33%;
      max-width: 33.33%;
    }
    .wppgpc-grid-mobile_extra-column4 .column_number {
      flex: 0 0 auto;
      width: 25%;
      max-width: 25%;
    }
    .wppgpc-grid-mobile_extra-column5 .column_number {
      flex: 0 0 auto;
      width: 20%;
      max-width: 20%;
    }
    .wppgpc-grid-mobile_extra-column6 .column_number {
      flex: 0 0 auto;
      width: 16.66%;
      max-width: 16.66%;
    }
  }
  @media (max-width: 767px) {
    .wppgpc-grid-mobile-column1 .column_number {
      flex: 0 0 auto;
      width: 100%;
      max-width: 100%;
    }
    .wppgpc-grid-mobile-column2 .column_number {
      flex: 0 0 auto;
      width: 50%;
      max-width: 50%;
    }
    .wppgpc-grid-mobile-column3 .column_number {
      flex: 0 0 auto;
      width: 33.33%;
      max-width: 33.33%;
    }
    .wppgpc-grid-mobile-column4 .column_number {
      flex: 0 0 auto;
      width: 25%;
      max-width: 25%;
    }
    .wppgpc-grid-mobile-column5 .column_number {
      flex: 0 0 auto;
      width: 20%;
      max-width: 20%;
    }
    .wppgpc-grid-mobile-column6 .column_number {
      flex: 0 0 auto;
      width: 16.66%;
      max-width: 16.66%;
    }
  }
    /*  */
  
  /* Ferdaussk */
  .wppgpc_taxo_align_center{
    text-align: center !important;
  }
  .wppgpc_taxo_align_left{
    text-align: left !important;
  }
  .wppgpc_taxo_align_right{
    text-align: right !important;
  }
  .wppgpc_taxo_align_center_j{
    justify-content: center !important;
  }
  .wppgpc_taxo_align_left_j{
    justify-content: left !important;
  }
  .wppgpc_taxo_align_right_j{
    justify-content: right !important;
  }
  
  /* For star rating */
  .wppgpc-star-icons{
    color: goldenrod;
  }

  /* cat tag */
.wppgpc-card-area-style15 .wppgpc-pro-cate a,  .wppgpc-card-area-style15 .wppgpc-pro-tag a{
  color: #ddddddd4;
}
.wppgpc-card-area-style21 .wppgpc-pro-cate a,  .wppgpc-card-area-style21 .wppgpc-pro-tag a, 
.wppgpc-card-area-style20 .wppgpc-pro-cate a,  .wppgpc-card-area-style20 .wppgpc-pro-tag a, 
.wppgpc-card-area-style19 .wppgpc-pro-cate a,  .wppgpc-card-area-style19 .wppgpc-pro-tag a, 
.wppgpc-card-area-style18 .wppgpc-pro-cate a,  .wppgpc-card-area-style18 .wppgpc-pro-tag a, 
.wppgpc-card-area-style17 .wppgpc-pro-cate a,  .wppgpc-card-area-style17 .wppgpc-pro-tag a, 
.wppgpc-card-area-style16 .wppgpc-pro-cate a,  .wppgpc-card-area-style16 .wppgpc-pro-tag a, 
.wppgpc-card-area-style14 .wppgpc-pro-cate a,  .wppgpc-card-area-style14 .wppgpc-pro-tag a, 
.wppgpc-card-area-style13 .wppgpc-pro-cate a,  .wppgpc-card-area-style13 .wppgpc-pro-tag a, 
.wppgpc-card-area-style11 .wppgpc-pro-cate a,  .wppgpc-card-area-style11 .wppgpc-pro-tag a, 
.wppgpc-card-area-style10 .wppgpc-pro-cate a,  .wppgpc-card-area-style10 .wppgpc-pro-tag a, 
.wppgpc-card-area-style9 .wppgpc-pro-cate a,  .wppgpc-card-area-style9 .wppgpc-pro-tag a, 
.wppgpc-card-area-style8 .wppgpc-pro-cate a,  .wppgpc-card-area-style8 .wppgpc-pro-tag a, 
.wppgpc-card-area-style7 .wppgpc-pro-cate a,  .wppgpc-card-area-style7 .wppgpc-pro-tag a, 
.wppgpc-card-area-style6 .wppgpc-pro-cate a,  .wppgpc-card-area-style6 .wppgpc-pro-tag a, 
.wppgpc-card-area-style5 .wppgpc-pro-cate a,  .wppgpc-card-area-style5 .wppgpc-pro-tag a, 
.wppgpc-card-area-style2 .wppgpc-pro-cate a,  .wppgpc-card-area-style2 .wppgpc-pro-tag a, 
.wppgpc-card-area-style4 .wppgpc-pro-cate a,  .wppgpc-card-area-style4 .wppgpc-pro-tag a{
  font-size: 16px;
  color: #444;
}
.wppgpc-card-area-style3 .wppgpc-pro-cate a, .wppgpc-card-area-style3 .wppgpc-pro-tag a{
  font-size: 16px;
  color: #C6C6C6;
}

.wppgpc-star-rating.text-center {
  cursor: pointer;
}

/* Badge Style */

.wppgpc-badge-style2 .wppgpc-sale-badge,
.wppgpc-badge-style2 .wppgpc-featured-badge,
.wppgpc-badge-style2 .wppgpc-stock-badge {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.wppgpc-badge-style3 .wppgpc-sale-badge,
.wppgpc-badge-style3 .wppgpc-featured-badge,
.wppgpc-badge-style3 .wppgpc-stock-badge {
  padding: 5px 22px 5px 10px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.wppgpc-badge-style3 .wppgpc-sale-badge,
.wppgpc-badge-style3 .wppgpc-featured-badge,
.wppgpc-badge-style3 .wppgpc-stock-badge {
  padding: 5px 10px 5px 22px;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}
.wppgpc-badge-style4 .wppgpc-sale-badge,
.wppgpc-badge-style4 .wppgpc-stock-badge,
.wppgpc-badge-style4 .wppgpc-featured-badge {
  padding: 5px 10px 14px;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 75%,
    75% 75%,
    75% 100%-
    50% 75%,
    0% 75%
  );
}
.wppgpc-badge-style4 .wppgpc-sale-badge,
.wppgpc-badge-style4 .wppgpc-stock-badge,
.wppgpc-badge-style4 .wppgpc-featured-badge {
  padding: 5px 10px 14px;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 75%,
    54% 75%,
    26% 100%,
    30% 75%,
    0% 75%
  );
}
.wppgpc-badge-style5 .wppgpc-sale-badge,
.wppgpc-badge-style5 .wppgpc-stock-badge,
.wppgpc-badge-style5 .wppgpc-featured-badge {
  clip-path: polygon(
    0% 15%,
    15% 15%,
    15% 0%,
    85% 0%,
    85% 15%,
    100% 15%,
    100% 85%,
    85% 85%,
    85% 100%,
    15% 100%,
    15% 85%,
    0% 85%
  );
}
.wppgpc-badge-style5 .wppgpc-sale-badge,
.wppgpc-badge-style5 .wppgpc-stock-badge
.wppgpc-badge-style5 .wppgpc-featured-badge {
  padding: 7px 10px;
  clip-path: polygon(
    0% 15%,
    15% 15%,
    15% 0%,
    85% 0%,
    85% 15%,
    100% 15%,
    100% 85%,
    85% 85%,
    85% 100%,
    15% 100%,
    15% 85%,
    0% 85%
  );
}
.wppgpc-badge-style6 .wppgpc-sale-badge,
.wppgpc-badge-style6 .wppgpc-stock-badge,
.wppgpc-badge-style6 .wppgpc-featured-badge {
  padding: 10px;
  clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}
.wppgpc-badge-style7 .wppgpc-sale-badge,
.wppgpc-badge-style7 .wppgpc-stock-badge,
.wppgpc-badge-style7 .wppgpc-featured-badge {
  padding: 10px;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
.wppgpc-badge-style8 .wppgpc-sale-badge,
.wppgpc-badge-style8 .wppgpc-stock-badge,
.wppgpc-badge-style8 .wppgpc-featured-badge {
  padding: 10px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

/* Badge Position */
.wppgpc-sale-badge,
.wppgpc-stock-badge,
.wppgpc-featured-badge,
.wppgpc-stock-count {
  background-color: #4CAF50;
  color: #ffffff;
  padding: 5px 10px;
  width: max-content;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
}
p.wppgpc-sale-badge,
p.wppgpc-stock-badge,
p.wppgpc-featured-badge,
p.wppgpc-stock-count {
  margin: 0;
}
.wppgpc-stock-count,
.wppgpc-stock-badge {
    display: flex;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
}