
.crpt-card .crpt-contentbx .crpt-card-heading a,
.crpt-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button a,
.crtp_pagination_item ul li a {
  text-decoration: none !important;
}
.crtp_pagination_item ul {
  list-style: none;
}
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 6px;
  }

  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-regular-price.crpt-sale-price {
    font-size: 16px;
    font-weight: 500;
  }

  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-regular-price,
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-current-price  {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
  }

  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
    font-size: 13px;
    color: #daa520;
  }
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box .make_a_star {
    color: #000;
  }
.crpt-card .crpt-contentbx .crpt-price-rating {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
.crpt-card .crpt-contentbx .crpt-btn-ptype {
  margin-top: 12px;
}
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
    line-height: 1;
    font-weight: 500;
  }
  .crpt-card .crpt-contentbx .crpt-card-decs {
    line-height: 1.3;
  }
  .crpt-card .crtp-sale-featured-badge {
    position: absolute;
    top: 10px;
    display: flex;
    width: 100%;
    padding: 0 10px;
    flex-direction: column;
    gap: 10px;
}
.crpt-regular-price.crpt-sale-price {
    text-decoration: line-through;
}
.crpt-card .crpt-stock-count,
.crpt-card .crpt-stock-badge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
}
.crtp-sale-featured-badge.crtp-featured-sale-order {
    flex-direction: column-reverse;
}
.crpt-card .crpt-contentbx {
    display: flex;
    flex-direction: column;
}
.crpt-card-area-1 .crpt-card {
  background: #232323;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .crpt-card-area-1 .crpt-card:hover .crpt-contentbx {
    bottom: -15%;
  }
}
.crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box {
  display: flex !important;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  color: #000;
  font-weight: 500;
}
.crpt-card-area-1 .crpt-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 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.crpt-card-area-1 .crpt-card:hover:before {
  -webkit-clip-path: circle(300px at 80% -20%);
  clip-path: circle(300px at 80% -20%);
}
.make_a_star {
  margin-left: 5px;
}
.crpt-card-area-1 .crpt-card:hover .crpt-imgbx a img {
  -webkit-transform: rotate(-25deg) scale(1.1);
  transform: rotate(-25deg) scale(1.1) translate(-140px);
}

@media (min-width: 768px) and (max-width: 991px) {
  .crpt-card-area-1 .crpt-card:hover .crpt-imgbx a img {
    top: -4%;
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
  }
}

.crpt-card-area-1 .crpt-card:hover .crpt-contentbx .crpt-card-decs {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

.crpt-card-area-1 .crpt-card:hover .crpt-contentbx .crpt-price-rating {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.crpt-card-area-1 .crpt-card:hover .crpt-contentbx .crpt-category-tag {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.crpt-card-area-1 .crpt-card:hover .crpt-contentbx .crpt-totalsale-pubdate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.crpt-card-area-1
  .crpt-card:hover
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.crpt-card-area-1
  .crpt-card:hover
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-addtocard-btn
  a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.crpt-card-area-1 .crpt-card .crpt-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: 0.5s;
  transition: 0.5s;
  min-height: 280px;
}

.crpt-card-area-1 .crpt-card .crpt-imgbx a {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.crpt-card-area-1 .crpt-card .crpt-imgbx a img {
  width: 80% !important;
  -webkit-transform: rotate(-25deg) scale(1);
  transform: rotate(-25deg) scale(1) translate(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;

  position: absolute;
  left: 45%;
}
.crpt-card-area-1 .crpt-card .crpt-imgbx2 {
  display: none;
}
.crpt-card-area-1 .crpt-card .crpt-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;
}

.crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-card-heading {
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
}

.crpt-card-area-1
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #fff;
}

.crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #fff;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}
.crpt-card-area-1
  .crpt-card
  .crpt-price-box {
  display: flex;
  gap: 5px;
}
.crpt-card-area-1
  .crpt-card
  .crpt-price-box
  .crpt-regular-price,
.crpt-card-area-1
  .crpt-card
  .crpt-price-box
  .crpt-current-price {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 768px) {
  .crpt-card-area-1
    .crpt-card
    .crpt-price-box
    .crpt-regular-price,
  .crpt-card-area-1
    .crpt-card
    .crpt-price-box
    .crpt-current-price {
    font-size: 12px;
  }
}

.crpt-card-area-1
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-sale-price {
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 768px) {
  .crpt-card-area-1
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-sale-price {
    font-size: 18px;
  }
}


.crpt-card-area-1
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #fff;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .crpt-card-area-1
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-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;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-cate {
  font-size: 16px;
  color: #fff;
}

.crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #fff;
}

.crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-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;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-1
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #fff;
}

.crpt-card-area-1
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-1
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #fff;
}

.crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button {
  margin-right: 5px;
}

.crpt-card-area-1
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
  font-weight: 600;
  color: #111;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .crpt-card-area-1
    .crpt-card
    .crpt-contentbx
    .crpt-btn-ptype
    .crpt-card-button
    a {
    font-size: 12px;
    padding: 8px;
  }
}

.crpt-card-area-1
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #d6d57f;
  color: #000;
}

.crpt-card-area-1
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-addtocard-btn {
  padding-left: 2px;
}

.crpt-card-area-1
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-addtocard-btn
  a {
  display: inline-block;
  padding: 8px 20px;
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
  font-weight: 600;
  color: #111;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .crpt-card-area-1
    .crpt-card
    .crpt-contentbx
    .crpt-btn-ptype
    .crpt-addtocard-btn
    a {
    font-size: 12px;
    padding: 8px;
  }
}

.crpt-card-area-1
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-addtocard-btn
  a:hover {
  background: #d6d57f;
  color: #000;
}

.crpt-card-area-2 .crpt-card {
  -webkit-box-shadow: 0 0 10px 0 #4444444d;
  box-shadow: 0 0 10px 0 #4444444d;
  border-radius: 20px;
  padding-top: 40px;
  overflow: hidden;
  width: 100%;
  background: #fff;
  color: gray;
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
}

.crpt-card-area-2 .crpt-card:hover .crpt-imgbx {
  -webkit-transform: translate(-10%, -40%) rotate(-20deg);
  transform: translate(-10%, -40%) rotate(-20deg);
}

.crpt-card-area-2 .crpt-card:hover .crpt-card-icon {
  left: 20px;
}

.crpt-card-area-2 .crpt-card .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-2 .crpt-card .crpt-imgbx img {
  margin-top: 50px;
}
.crpt-card-area-2 .crpt-card .crpt-imgbx2 {
  display: none;
}
@media (max-width: 767px) {
  .crpt-card-area-2 .crpt-card .crpt-imgbx img {
    margin-top: 0;
  }
}

.crpt-card-area-2 .crpt-card .crpt-card-icon {
  position: absolute;
  top: 20px;
  left: -100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
}

.crpt-card-area-2 .crpt-card .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-2 .crpt-card .crpt-card-icon a:hover {
  color: #fff;
  background: gray;
}

.crpt-card-area-2 .crpt-card .crpt-contentbx {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: start;
  padding: 16px;
}


.crpt-card-area-2
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #e1900d;
}

.crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-2
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-regular-price,
  .crpt-card-area-2
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-current-price {
  display: inline-block;
  font-size: 20px;
  color: #444;
}
.crpt-card-area-2
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-regular-price.crpt-sale-price {
    font-size: 15px;
  }
@media (max-width: 767px) {
  .crpt-card-area-2
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-regular-price.crpt-sale-price {
    font-size: 12px;
    padding: 0 2px;
  }
}


.crpt-card-area-2
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  color: #444;
  font-size: 13px;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .crpt-card-area-2
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-2
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-2
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-2
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-2
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  background: #e1900d;
  border-radius: 8px;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 12px;
}

.crpt-card-area-2
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: gray;
  color: #fff;
}

.crpt-card-area-2
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-3 .crpt-card {
  color: white;
  border-radius: 20px;
  overflow: hidden;
  background: #122936;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.crpt-card-area-3 .crpt-card:hover:before {
  -webkit-transform: skewY(390deg);
  transform: skewY(390deg);
  top: -70%;
}

.crpt-card-area-3 .crpt-card:before {
  position: absolute;
  content: "";
  top: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: tomato;
  -webkit-transform: skewY(345deg);
  transform: skewY(345deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-3 .crpt-card:hover .crpt-card-icon {
  top: 0;
}

.crpt-card-area-3 .crpt-card:hover .crpt-imgbx img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.crpt-card-area-3 .crpt-card .crpt-imgbx {
  position: relative;
}
.crpt-card-area-3 .crpt-card .crpt-imgbx a {
  display: block;
}
.crpt-card-area-3 .crpt-card .crpt-imgbx2 {
  display: none;
}
.crpt-card-area-3 .crpt-card .crpt-imgbx img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: -30px;
}

.crpt-card-area-3 .crpt-card .crpt-card-icon {
  position: absolute;
  top: -100px;
  right: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
}

@media (max-width: 767px) {
  .crpt-card-area-3 .crpt-card .crpt-card-icon {
    right: 10px;
  }
}

.crpt-card-area-3 .crpt-card .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-3 .crpt-card .crpt-card-icon a:hover {
  color: #fff;
  background: #122936;
}

.crpt-card-area-3 .crpt-card .crpt-contentbx {
  position: relative;
  padding: 16px;
}

.crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-card-heading {
  text-align: start;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


.crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-card-heading a {
  color: #c6c6c6;
}

.crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #c6c6c6;
  text-align: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-3
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box {
  color: #c6c6c6;
}

.crpt-card-area-3
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #c6c6c6;
}
@media (max-width: 767px) {
  .crpt-card-area-3
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-dis-price {
    font-size: 18px;
    padding: 0 2px;
  }
}

.crpt-card-area-3
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #c6c6c6;
  padding: 4px 0;
}
.crpt-card-area-3 .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box .make_a_star {
    color: #fff;
}
@media (max-width: 767px) {
  .crpt-card-area-3
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
    padding: 0 2px;
  }
}

.crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-cate {
  font-size: 16px;
  color: #c6c6c6;
}

.crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #c6c6c6;
}

.crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-3
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #c6c6c6;
}

.crpt-card-area-3
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-3
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #c6c6c6;
}

.crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  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;
}

.crpt-card-area-3
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
    padding: 9px 13px;
    background: #ff6347;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.crpt-card-area-3
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #c6c6c6;
}

.crpt-card-area-4 .crpt-card {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  margin-bottom: 30px;
}

.crpt-card-area-4 .crpt-card .crpt-imgbx a {
  display: block;
}
.crpt-card-area-4 .crpt-card .crpt-imgbx2 {
  display: none;
}
.crpt-card-area-4 .crpt-card .crpt-imgbx img {
  border-radius: 20px;
  width: 100%;
}

.crpt-card-area-4 .crpt-card .crpt-card-icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.crpt-card-area-4 .crpt-card .crpt-card-icon a {
  color: #000;
  background: #fff;
  padding: 7px 13px;
  display: inline-block;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-4 .crpt-card .crpt-card-icon a:hover {
  background: red;
  color: #fff;
}

.crpt-card-area-4 .crpt-card .crpt-contentbx {
  padding: 20px;
}


.crpt-card-area-4
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #000;
}

.crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-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-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-4
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box{
  color: #444;
}

.crpt-card-area-4
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #444;
}
@media (max-width: 767px) {
  .crpt-card-area-4
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-dis-price {
    font-size: 18px;
  }
}

.crpt-card-area-4
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #444;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .crpt-card-area-4
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-4
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-4
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-4
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  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;
}

.crpt-card-area-4
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
    padding: 10px 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    background: #0b5b7f;
    display: inline-block;
    border-radius: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.crpt-card-area-4
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #9dbed7;
  color: #111;
}

.crpt-card-area-4
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-5 .crpt-card {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  background: #4427210d;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.crpt-card-area-5 .crpt-card .crpt-imgbx a {
  display: block;
  width: 100%;
}
.crpt-card-area-5 .crpt-card .crpt-imgbx2 {
  display: none;
}
.crpt-card-area-5 .crpt-card .crpt-imgbx img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.crpt-card-area-5 .crpt-card .crpt-imgbx img:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.crpt-card-area-5 .crpt-card:hover .crpt-addtocard-btn {
  top: 15px;
}

.crpt-card-area-5 .crpt-card .crpt-addtocard-btn {
  position: absolute;
  top: -50px;
  right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-5 .crpt-card .crpt-addtocard-btn a {
    padding: 8px 15px;
    background: #442721;
    font-size: 15px;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.crpt-card-area-5 .crpt-card .crpt-addtocard-btn a:hover {
  background: #000;
}

.crpt-card-area-5 .crpt-card .crpt-contentbx {
  padding: 16px;
}



.crpt-card-area-5
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #000000;
}

.crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-5
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box {
  color: #444;
}

.crpt-card-area-5
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #444;
}
@media (max-width: 767px) {
  .crpt-card-area-5
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-dis-price {
    font-size: 18px;
  }
}

.crpt-card-area-5
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #fbba42;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .crpt-card-area-5
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-5
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-5
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-5
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  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;
}

.crpt-card-area-5
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  padding: 8px 13px;
  background: #442721;
  display: inline-block;
  font-size: 15px;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-5
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #000;
}

.crpt-card-area-5
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-6 .crpt-card {
  position: relative;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #d272144f;
  box-shadow: 0 0 10px #d272144f;
  margin-bottom: 30px;
}

.crpt-card-area-6 .crpt-card:hover .crpt-imgbx img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.crpt-card-area-6 .crpt-card:hover {
  -webkit-box-shadow: 0px 0px 19px -3px #000001;
  box-shadow: 0px 0px 19px -3px #000001;
}

.crpt-card-area-6 .crpt-card:hover .crpt-card-icon {
  -webkit-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
}

.crpt-card-area-6 .crpt-card:hover .crpt-contentbx {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.crpt-card-area-6 .crpt-card .crpt-imgbx a {
  display: block;
}
.crpt-card-area-6 .crpt-card .crpt-imgbx img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.crpt-card-area-6 .crpt-card .crpt-imgbx2 {
  display: none;
}
.crpt-card-area-6 .crpt-card .crpt-imgbx img:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.crpt-card-area-6 .crpt-card .crpt-card-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
  -webkit-transform: scale(0) rotate(0);
  transform: scale(0) rotate(0);
}

.crpt-card-area-6 .crpt-card .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-6 .crpt-card .crpt-card-icon a:hover {
  color: #fff;
  background: #122936;
}

.crpt-card-area-6 .crpt-card .crpt-contentbx {
  position: absolute;
  bottom: 0;
  background: #fff;
  left: 0;
  width: 100%;
}

.crpt-card-area-6 .crpt-card .crpt-contentbx {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 100%;
  -webkit-transform: translateY(270px);
  transform: translateY(270px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


.crpt-card-area-6
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  font-size: 18px;
  color: #000;
}
.crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 16px;
  color: #444;
}
@media (max-width: 767px) {
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-price-box {
  color: #000;
}

.crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-rating-box {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #444;
  font-size: 13px;
}
.crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-rating-box .crtp-star-rating span {
  color: #fbba42;
}
@media (max-width: 767px) {
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-6
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-6
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-6
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  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;
}

.crpt-card-area-6
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  padding: 9px 13px;
  background: #e91e63;
  display: inline-block;
  font-size: 15px;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-6
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #000;
}

.crpt-card-area-6
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-7 .crpt-card {
  background: white;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px 0 #ddd;
  box-shadow: 0 0 10px 0 #ddd;
  margin-bottom: 30px;
}

.crpt-card-area-7 .crpt-card:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  background: #ddae78;
  -webkit-transform: skewY(145deg);
  transform: skewY(145deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-7 .crpt-card:hover:before {
  background: #c0c738;
}

.crpt-card-area-7 .crpt-card:hover .crpt-upper-item .crpt-card-icon {
  left: 20px;
}
@media (max-width: 767px) {
  .crpt-card-area-7 .crpt-card:hover .crpt-upper-item .crpt-imgbx2 {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}

.crpt-card-area-7 .crpt-card .crpt-upper-item {
  position: relative;
}

.crpt-card-area-7 .crpt-card .crpt-upper-item .crpt-imgbx {
  position: relative;
}
.crpt-card-area-7 .crpt-card .crpt-upper-item .crpt-imgbx a {
  display: block;
}
.crpt-card-area-7 .crpt-card .crpt-upper-item .crpt-imgbx img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.crpt-card-area-7 .crpt-card .crpt-upper-item .crpt-imgbx2 a {
  display: block;
}
.crpt-card-area-7 .crpt-card .crpt-upper-item .crpt-imgbx2 img {
  width: 100%;
}
.crpt-card-area-7 .crpt-card .crpt-upper-item .crpt-imgbx2 {
  position: absolute;
  top: 10px;
  transform: translatex(500px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.crpt-card-area-7 .crpt-card:hover .crpt-upper-item .crpt-imgbx2 {
  transform: translateX(0);
}
.crpt-card-area-7 .crpt-card:hover .crpt-upper-item .crpt-imgbx {
  opacity: 0;
  visibility: hidden;
}

.crpt-card-area-7 .crpt-card .crpt-upper-item + .crpt-card-icon {
  position: absolute;
  top: 5px;
  left: -100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
}
@media (max-width: 767px) {
  .crpt-card-area-7 .crpt-card .crpt-upper-item + .crpt-card-icon {
    top: -15px;
  }
}

.crpt-card-area-7 .crpt-card .crpt-upper-item + .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-7 .crpt-card .crpt-upper-item + .crpt-card-icon a:hover {
  color: #fff;
  background: #c0c738;
}

.crpt-card-area-7 .crpt-card .crpt-contentbx {
  position: relative;
  padding: 20px;
}

.crpt-card-area-7
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #444;
}

.crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-7
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box{
  color: #444;
}

.crpt-card-area-7
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box {
  font-weight: 600;
  color: #444;
}

.crpt-card-area-7
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #444;
  display: flex;
}
@media (max-width: 767px) {
  .crpt-card-area-7
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-7
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-7
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-7
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  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;
}

.crpt-card-area-7
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  padding: 10px 20px;
  border: 1px solid #ffffff8c;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-7
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #ffffff8c;
  color: #000;
}

.crpt-card-area-7
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-price-box {
  color: #616161;
}
.crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-rating-box {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #444;
  display: inline-block;
}
.crpt-card-area-7
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box span {
    color: #eeff03;
}
.crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-card-button a {
  border: 1px solid #ffffff8c;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-card-button a:hover {
  background: #ffffff8c;
  color: #000;
}

.crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-card-button a i {
  margin-right: 5px;
}

.crpt-card-area-8 .crpt-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px;
  background: #fff;
  padding: 30px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .crpt-card-area-8 .crpt-card {
    margin-left: 30px;
  }
}

.crpt-card-area-8 .crpt-card .crpt-upper-item {
  background: #b8ea45;
  position: relative;
  height: 250px;
  width: 160px;
  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);
}
.crpt-card-area-8 .crpt-star-icons.far.fa-star {
  display: inline;
}
@media (min-width: 768px) and (max-width: 991px) {
  .crpt-card-area-8 .crpt-card .crpt-upper-item {
    height: 210px;
    width: 260px;
    margin-left: -35px;
  }
}

.crpt-card-area-8 .crpt-card .crpt-upper-item .crpt-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);
}
.crpt-card-area-8 .crpt-card .crpt-upper-item .crpt-imgbx2 {
  display: none;
}
@media (max-width: 767px) {
  .crpt-card-area-8 .crpt-card .crpt-upper-item .crpt-imgbx {
    margin-left: 0;
  }
}

.crpt-card-area-8
  .crpt-card
  .crpt-upper-item + .crpt-card-icon {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 10px;
}
.crpt-card-area-8
  .crpt-card
  .crpt-upper-item + .crpt-card-icon
  i,
.crpt-card-area-8
  .crpt-card
  .crpt-upper-item + .crpt-card-icon
  svg {
  color: #b8ea45;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.crpt-card-area-8
  .crpt-card
  .crpt-upper-item + .crpt-card-icon
  svg {
  fill: #b8ea45;
}
.crpt-card-area-8
  .crpt-card:hover
  .crpt-upper-item +
  .crpt-card-icon
  i {
  color: #ff3f40;
}
.crpt-card-area-8
  .crpt-card:hover
  .crpt-upper-item + .crpt-card-icon
  svg {
  fill: #ff3f40;
}

.crpt-card-area-8 .crpt-card .crpt-contentbx {
  margin-left: 15px;
}

.crpt-card-area-8
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #000;
  font-size: 18px;
  margin: 0;
}

.crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-price-box {
  padding-top: 6px;
  font-size: 14px;
}

.crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-price-box {
  color: #616161;
}

.crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-rating-box {
  padding-top: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #444;
  font-size: 13px;
}
@media (max-width: 767px) {
  .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-product-type {
  padding-top: 6px;
  font-size: 14px;
}

.crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-8
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-8
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-8
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-card-button a {
  background: #ff3f40;
  padding: 9px 13px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-card-button a:hover {
  background: #b8ea45;
}

.crpt-card-area-9 .crpt-card {
  background: #ffffff;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #44444463;
  box-shadow: 0 0 10px #44444463;
  margin-bottom: 30px;
}

.crpt-card-area-9 .crpt-card {
  position: relative;
  border-radius: 18px;
  padding: 22px 0;
}

.crpt-card-area-9 .crpt-card .crpt-upper-item .crpt-imgbx {
  padding: 30px 40px 15px 0px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.crpt-card-area-9 .crpt-card .crpt-upper-item .crpt-imgbx2 {
  display: none;
}
.crpt-card-area-9
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  font-size: 22px;
  color: #000;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .crpt-card-area-9
    .crpt-card
    .crpt-upper-item
    + .crpt-contentbx
    .crpt-card-heading {
    font-size: 19px;
  }
}

.crpt-card-area-9
  .crpt-card
  .crpt-upper-item
  + .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #000;
  font-weight: 500;
}

.crpt-card-area-9 .crpt-card .crpt-upper-item + .crpt-card-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.crpt-card-area-9 .crpt-card .crpt-upper-item + .crpt-card-icon a {
  color: #000;
  font-size: 20px;
  background: #80808026;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.crpt-card-area-9 .crpt-card .crpt-upper-item + .crpt-card-icon a:hover {
  background-color: #71a703;
  color: #fff;
}

.crpt-card-area-9 .crpt-card .crpt-contentbx {
  overflow: hidden;
  margin-top: 60px;
  padding: 16px;
}

.crpt-card-area-9 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .crpt-card-area-9 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-9 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-9 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-9 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-9 .crpt-card .crpt-contentbx .crpt-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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-9
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-9
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-9
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-9 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-9
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box{
  color: #444;
}

.crpt-card-area-9
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #444;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .crpt-card-area-9
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-9 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  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;
}

.crpt-card-area-9
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  color: #fff;
  font-size: 16px;
  background: #f35753;
  padding: 9px 15px;
  border-radius: 10px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.crpt-card-area-9
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #70a7037a;
  color: #111;
}

.crpt-card-area-9
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-10 .crpt-card {
  width: 100%;
  height: 300px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px #bbb;
  box-shadow: 0 5px 10px #bbb;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  text-align: center;
  z-index: 0;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}

.crpt-card-area-10 .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-10 .crpt-card:hover:before {
  -webkit-clip-path: circle(47.9% at 85% 0%);
  clip-path: circle(47.9% at 85% 0%);
}

.crpt-card-area-10 .crpt-card:hover {
  height: 600px;
}
@media (max-width: 767px) {
  .crpt-card-area-10 .crpt-card:hover {
    height: 460px;
  }
}

.crpt-card-area-10 .crpt-card:hover .crpt-imgbx img {
  -webkit-transform: scale(1.1) rotate(45deg);
  transform: scale(1.1) rotate(45deg);
}

.crpt-card-area-10 .crpt-card:hover .crpt-contentbx {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.crpt-card-area-10 .crpt-card:hover .crpt-card-icon {
  right: 20px;
}
@media (max-width: 767px) {
  .crpt-card-area-10 .crpt-card .crpt-imgbx {
    padding: 0 20px;
  }
}

.crpt-card-area-10 .crpt-card .crpt-imgbx img {
  height: 270px;
  -webkit-filter: drop-shadow(5px 5px 5px #333);
  filter: drop-shadow(5px 5px 5px #333);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -o-object-fit: contain;
  object-fit: contain;
}
.crpt-card-area-10 .crpt-card .crpt-imgbx2 {
  display: none;
}
.crpt-card-area-10 .crpt-card .crpt-card-icon {
  position: absolute;
  top: 20px;
  right: -200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-10 .crpt-card .crpt-card-icon a {
  height: 36px;
  width: 50px;
  line-height: 36px;
  background: #fff;
  font-size: 20px;
  border-radius: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 1px 13px;
}

.crpt-card-area-10 .crpt-card:hover .crpt-card-icon a {
  background: #bf2227;
}

.crpt-card-area-10 .crpt-card:hover .crpt-card-icon a {
  color: #fff;
}

.crpt-card-area-10 .crpt-card .crpt-card-icon a {
  color: #444;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.crpt-card-area-10 .crpt-card .crpt-contentbx {
  padding: 16px;
  -webkit-transform: translateY(280px);
  transform: translateY(280px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-10
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #bf2227;
}

.crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #666;
}
@media (max-width: 767px) {
  .crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-10
  .crpt-card
  .crpt-contentbx
  .crpt-category-tag
  .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-10
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-10
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-10
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-10
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box {
  color: #444;
}

.crpt-card-area-10
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #bf2227;
}
@media (max-width: 767px) {
  .crpt-card-area-10
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-dis-price {
    font-size: 18px;
  }
}
.crpt-card-area-10
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #bf2227;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .crpt-card-area-10
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-card-button a {
  background: #bf2227;
  padding: 10px 16px;
  color: #fff;
  margin-top: 6px;
  display: inline-block;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-card-button a:hover {
  padding: 10px 30px;
  opacity: 0.9;
}

.crpt-card-area-11 .crpt-card {
  position: relative;
  height: 600px;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .crpt-card-area-11 .crpt-card {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .crpt-card-area-11 .crpt-card {
    height: 440px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .crpt-card-area-11 .crpt-card {
    height: 440px;
  }
}

.crpt-card-area-11 .crpt-card:hover .crpt-fornt-card {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.crpt-card-area-11 .crpt-card:hover .crpt-back-card {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.crpt-card-area-11 .crpt-card .crpt-fornt-card {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.crpt-card-area-11 .crpt-card .crpt-fornt-card .crpt-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%;
}

.crpt-card-area-11 .crpt-card .crpt-fornt-card .crpt-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;
}
.crpt-card-area-11 .crpt-card .crpt-fornt-card .crpt-imgbx img{
  width: 100%;
}
@media (max-width: 767px) {
  .crpt-card-area-11 .crpt-card .crpt-fornt-card .crpt-imgbx a img {
    width: 60%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .crpt-card-area-11 .crpt-card .crpt-fornt-card .crpt-imgbx a img {
    width: 100%;
  }
}

.crpt-card-area-11 .crpt-card .crpt-back-card {
  position: absolute;
  background: #fff;
  padding: 20px 0;
  height: 100%;
  border-radius: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  width: 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) {
  .crpt-card-area-11 .crpt-card .crpt-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) {
  .crpt-card-area-11 .crpt-card .crpt-back-card {
    display: initial;
  }
}

.crpt-card-area-11 .crpt-card .crpt-back-card .crpt-imgbx {
  text-align: center;
}

.crpt-card-area-11 .crpt-card .crpt-back-card .crpt-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;
}

.crpt-card-area-11 .crpt-card .crpt-back-card .crpt-imgbx img {
  width: 80%;
}

@media (max-width: 767px) {
  .crpt-card-area-11 .crpt-card .crpt-back-card .crpt-imgbx img {
    width: 50%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .crpt-card-area-11 .crpt-card .crpt-back-card .crpt-imgbx img {
    width: 100%;
  }
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card .crpt-card-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.crpt-card-area-11
  .crpt-card
 .crpt-back-card .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-11
  .crpt-card .crpt-back-card .crpt-card-icon
  a:hover {
  background-color: #48bed0;
  color: #fff;
}

.crpt-card-area-11
  .crpt-card .crpt-back-card .crpt-contentbx {
  text-align: center;
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .crpt-card-area-11 .crpt-card .crpt-back-card .crpt-contentbx {
    position: relative;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .crpt-card-area-11 .crpt-card .crpt-back-card .crpt-contentbx {
    position: absolute;
  }
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-card-heading {
  font-size: 22px;
  text-align: start;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .crpt-card-area-11
    .crpt-card
    .crpt-back-card
    .crpt-contentbx
    .crpt-card-heading {
    font-size: 19px;
  }
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #666;
  font-size: 22px;
  font-weight: 500;
}

.crpt-card-area-11 .crpt-card .crpt-back-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #666;
  padding: 3px 20px;
  text-align: start;
}
@media (max-width: 767px) {
  .crpt-card-area-11
    .crpt-card
    .crpt-back-card
    .crpt-contentbx
    .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-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 20px;
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box {
  color: #616161;
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #bf2227;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .crpt-card-area-11
    .crpt-card
    .crpt-back-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-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;
  padding: 4px 20px;
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-category-tag
  .crpt-pro-cate {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-category-tag
  .crpt-pro-tag {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-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;
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-11 .crpt-card .crpt-back-card .crpt-contentbx .crpt-btn-ptype {
  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: 10px 20px;
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  padding: 10px 22px;
  background: #48bed0;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #2d2b2a;
  color: #fff;
}

.crpt-card-area-11
  .crpt-card
  .crpt-back-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-12 .crpt-card {
  background: #f2f2f2;
  -webkit-box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
}

.crpt-card-area-12 .crpt-card:hover {
  background: #273c75;
  color: #b69487;
}

.crpt-card-area-12 .crpt-card:hover .crpt-imgbx img {
  -webkit-transform: scale(1.2) translateY(-80px);
  transform: scale(1.2) translateY(-80px);
}

.crpt-card-area-12 .crpt-card:hover .crpt-contentbx {
  opacity: 1;
  -webkit-transform: translateY(-65px);
  transform: translateY(-65px);
}

.crpt-card-area-12 .crpt-card:hover .crpt-card-button {
  -webkit-transform: translateY(72px);
  transform: translateY(72px);
}

.crpt-card-area-12 .crpt-card:hover .crpt-card-button a {
  background: #192a56;
}

.crpt-card-area-12 .crpt-card .crpt-imgbx img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.crpt-card-area-12 .crpt-card .crpt-imgbx2 {
  display: none;
}
.crpt-card-area-12 .crpt-card:hover .crpt-card-icon {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.crpt-card-area-12 .crpt-card .crpt-card-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
@media (max-width: 767px) {
  .crpt-card-area-12 .crpt-card .crpt-card-icon {
    top: 10px;
    left: 10px;
  }
}

.crpt-card-area-12 .crpt-card .crpt-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: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .crpt-card-area-12 .crpt-card .crpt-card-icon a {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}

.crpt-card-area-12 .crpt-card .crpt-card-icon a:hover {
  background-color: #192a56;
  color: #fff;
}

.crpt-card-area-12 .crpt-card .crpt-contentbx {
  bottom: 0;
  text-align: center;
  padding: 16px;
  position: relative;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: #192a56;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-card-heading a {
  color: #fff;
}

.crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #ddd;
}
@media (max-width: 767px) {
  .crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-12
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box{
  color: #616161;
}

.crpt-card-area-12
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #fff;
}

.crpt-card-area-12
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #fff;
  padding: 4px 0;
}

@media (max-width: 767px) {
  .crpt-card-area-12
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-12
  .crpt-card
  .crpt-contentbx
  .crpt-category-tag
  .crpt-pro-cate {
  font-size: 14px;
  color: #fff;
}

.crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 14px;
  color: #fff;
}

.crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-12
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 14px;
  color: #fff;
}

.crpt-card-area-12
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-12
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 14px;
  color: #fff;
}

.crpt-card-area-12 .crpt-card .crpt-card-button {
    text-align: center;
    padding-bottom: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.crpt-card-area-12 .crpt-card .crpt-card-button a {
  background: #ae9287;
  padding: 10px 20px;
  color: #fff;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-13 .crpt-card {
  text-align: center;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 #44444436;
  box-shadow: 0 0 10px 0 #44444436;
  margin-bottom: 30px;
  position: relative;
}

.crpt-card-area-13 .crpt-card:hover .crpt-upper-item .crpt-imgbx {
  opacity: 0;
}

.crpt-card-area-13 .crpt-card:hover .crpt-upper-item .crpt-imgbx2 {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.crpt-card-area-13 .crpt-card:hover .crpt-upper-item + .crpt-card-icon {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}

.crpt-card-area-13 .crpt-card .crpt-upper-item {
  position: relative;
  height: 400px;
  overflow: hidden;
  will-change: transform;
}

.crpt-card-area-13 .crpt-card .crpt-upper-item .crpt-imgbx {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.crpt-card-area-13 .crpt-card .crpt-upper-item .crpt-imgbx a,
.crpt-card-area-13 .crpt-card .crpt-upper-item .crpt-imgbx2 a {
  display: block;
  height: 100%;
}
.crpt-card-area-13 .crpt-card .crpt-upper-item .crpt-imgbx img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.crpt-card-area-13 .crpt-card .crpt-upper-item .crpt-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;
}

.crpt-card-area-13 .crpt-card .crpt-upper-item .crpt-imgbx2 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.crpt-card-area-13 .crpt-card .crpt-upper-item + .crpt-card-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotateY(270deg);
  transform: rotateY(270deg);
  opacity: 0;
}

.crpt-card-area-13 .crpt-card .crpt-upper-item + .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-13 .crpt-card .crpt-upper-item + .crpt-card-icon a:hover {
  background-color: #000;
  color: #fff;
}

.crpt-card-area-13 .crpt-card .crpt-contentbx {
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .crpt-card-area-13 .crpt-card .crpt-contentbx {
    padding: 6px 12px;
  }
}

.crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-card-heading {
  font-size: 26px;
  text-align: start;
}
@media (max-width: 767px) {
  .crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-card-heading {
    font-size: 20px;
  }
}

.crpt-card-area-13
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #211f0a;
}

.crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
}
@media (max-width: 767px) {
  .crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-13
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box{
  color: #616161;
}

.crpt-card-area-13
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #444;
}

@media (max-width: 767px) {
  .crpt-card-area-13
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-dis-price {
    font-size: 18px;
  }
}

.crpt-card-area-13
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #444;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .crpt-card-area-13
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-13
  .crpt-card
  .crpt-contentbx
  .crpt-category-tag
  .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-13
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-13
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-13
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  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;
}

.crpt-card-area-13
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  padding: 10px 20px;
  font-size: 15px;
  background: #ddd;
  display: inline-block;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30vmin;
  -webkit-border-radius: 30vmin;
  -moz-border-radius: 30vmin;
  -ms-border-radius: 30vmin;
  -o-border-radius: 30vmin;
}

.crpt-card-area-13
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #130f40;
  color: #ddd;
}

.crpt-card-area-13
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-14 .crpt-card {
  background: #b9e44f;
  text-align: center;
  position: relative;
  padding: 20px 15px;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

.crpt-card-area-14 .crpt-card:hover {
  background: #fdf056;
}

.crpt-card-area-14 .crpt-card:hover .crpt-upper-item .crpt-imgbx {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.crpt-card-area-14 .crpt-card:hover .crpt-upper-item .crpt-imgbx2 {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.crpt-card-area-14 .crpt-card:hover .crpt-upper-item + .crpt-card-icon {
  left: 10px;
}

@media (max-width: 767px) {
  .crpt-card-area-14 .crpt-card:hover .crpt-upper-item + .crpt-card-icon {
    left: 0;
    top: 0;
  }
}

.crpt-card-area-14 .crpt-card .crpt-upper-item {
  position: relative;
}

.crpt-card-area-14 .crpt-card .crpt-upper-item .crpt-imgbx {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.crpt-card-area-14 .crpt-card .crpt-upper-item .crpt-imgbx img,
.crpt-card-area-14 .crpt-card .crpt-upper-item .crpt-imgbx2 img {
  width: 100%;
}
.crpt-card-area-14 .crpt-card .crpt-upper-item .crpt-imgbx2 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.crpt-card-area-14 .crpt-card .crpt-upper-item + .crpt-card-icon {
  position: absolute;
  top: 20px;
  left: -100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-14 .crpt-card .crpt-upper-item + .crpt-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: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .crpt-card-area-14 .crpt-card .crpt-upper-item + .crpt-card-icon a {
    font-size: 16px;
    height: 36px;
    width: 50px;
    line-height: 36px;
  }
}
.crpt-card-area-14 .crpt-card .crpt-contentbx {
    padding-top: 15px;
}
.crpt-card-area-14 .crpt-card .crpt-upper-item + .crpt-card-icon a:hover {
  background-color: #000;
  color: #fff;
}

.crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-card-heading {
  font-size: 26px;
  text-align: start;
}
@media (max-width: 767px) {
  .crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-card-heading {
    font-size: 20px;
  }
}

.crpt-card-area-14
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #211f0a;
}

.crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
}
@media (max-width: 767px) {
  .crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-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;
  margin-top: 10px;
}

.crpt-card-area-14
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box {
  color: #616161;
}
.crpt-card-area-14
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #444;
}

@media (max-width: 767px) {
  .crpt-card-area-14
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-dis-price {
    font-size: 18px;
  }
}

.crpt-card-area-14
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #444;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .crpt-card-area-14
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-14
  .crpt-card
  .crpt-contentbx
  .crpt-category-tag
  .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-14
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-14
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-14
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-card-button {
  margin-top: 15px;
}

.crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-card-button a {
  padding: 10px 20px;
  background: #ddd;
  display: inline-block;
  border-radius: 10px;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-card-button a:hover {
  background: #000;
  color: #fff;
}

.crpt-card-area-15 .crpt-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 10px 0 #44444457;
  box-shadow: 0 0 10px 0 #44444457;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .crpt-card-area-15 .crpt-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) {
  .crpt-card-area-15 .crpt-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.crpt-card-area-15 .crpt-card:hover .crpt-imgbx {
  -webkit-transform: translateY(-65px) scale(1.2);
  transform: translateY(-65px) scale(1.2);
}
.crpt-card-area-15 .crpt-card .crpt-upper-item {
  width: 40%;
}
.crpt-card-area-15 .crpt-card .crpt-imgbx {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.crpt-card-area-15 .crpt-card .crpt-imgbx2 {
  display: none;
}
.crpt-card-area-15 .crpt-card .crpt-imgbx a img {
  width: 75%;
}

.crpt-card-area-15 .crpt-card .crpt-card-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .crpt-card-area-15 .crpt-card .crpt-card-icon {
    font-size: 12px;
  }
}

.crpt-card-area-15 .crpt-card .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-15 .crpt-card .crpt-card-icon a:hover {
  background-color: #130f40;
  color: #fff;
}

.crpt-card-area-15 .crpt-card .crpt-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
  border-radius: 10px;
  padding: 30px 0 30px 15px;
}
@media (max-width: 767px) {
  .crpt-card-area-15 .crpt-card .crpt-contentbx {
    margin-left: 0;
    width: 100%;
    padding: 20px;
  }
}
.crpt-card-area-15
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #ddd;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 30px;
}

.crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-card-decs {
  color: #ddddddd4;
  font-size: 15px;
}
@media (max-width: 767px) {
  .crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.crpt-card-area-15
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box {
  display: inline-block;
  font-size: 18px;
  padding: 0 4px 0 0;
  color: #ddd;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .crpt-card-area-15
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box {
    font-size: 15px;
  }
}

.crpt-card-area-15
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #ddddddd4;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .crpt-card-area-15
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-dis-price {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .crpt-card-area-15
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-dis-price {
    font-size: 18px;
  }
}

.crpt-card-area-15
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  color: #ddddddd4;
  font-size: 13px;
  padding: 4px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .crpt-card-area-15
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .crpt-card-area-15
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-15
  .crpt-card
  .crpt-contentbx
  .crpt-category-tag
  .crpt-pro-cate {
  font-size: 16px;
  color: #ddddddd4;
}

.crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #ddddddd4;
}

.crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-15
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #ddddddd4;
}

.crpt-card-area-15
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-15
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #ddddddd4;
}

.crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  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;
}

.crpt-card-area-15
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  padding: 6px 10px;
  font-size: 14px;
  background: #ddd;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-15
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #130f40;
  color: #ddd;
}

.crpt-card-area-15
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #ddd;
}

.crpt-card-area-16 .crpt-card {
  text-align: center;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 #44444436;
  box-shadow: 0 0 10px 0 #44444436;
  margin-bottom: 30px;
  position: relative;
}

.crpt-card-area-16 .crpt-card:hover .crpt-upper-item .crpt-imgbx {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.crpt-card-area-16 .crpt-card:hover .crpt-upper-item .crpt-imgbx2 {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.crpt-card-area-16 .crpt-card:hover .crpt-upper-item + .crpt-card-icon {
  left: 10px;
}

.crpt-card-area-16 .crpt-card .crpt-upper-item {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.crpt-card-area-16 .crpt-card .crpt-upper-item .crpt-imgbx {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.crpt-card-area-16 .crpt-card .crpt-upper-item .crpt-imgbx2 {
  display: none;
}
.crpt-card-area-16 .crpt-card .crpt-upper-item .crpt-imgbx a,
.crpt-card-area-16 .crpt-card .crpt-upper-item .crpt-imgbx2 a {
  display: block;
  height: 100%;
}
.crpt-card-area-16 .crpt-card .crpt-upper-item .crpt-imgbx img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.crpt-card-area-16 .crpt-card .crpt-upper-item .crpt-imgbx2 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.5s;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.crpt-card-area-16 .crpt-card .crpt-upper-item .crpt-imgbx2 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.crpt-card-area-16 .crpt-card .crpt-upper-item + .crpt-card-icon {
  position: absolute;
  top: 20px;
  left: -100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-16 .crpt-card .crpt-upper-item + .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-16 .crpt-card .crpt-upper-item + .crpt-card-icon a:hover {
  background-color: #000;
  color: #fff;
}

.crpt-card-area-16 .crpt-card .crpt-contentbx {
  padding: 20px 15px;
}

@media (max-width: 767px) {
  .crpt-card-area-16 .crpt-card .crpt-contentbx {
    padding: 6px 12px;
  }
}
.crpt-card-area-16
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #211f0a;
}

.crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
}
@media (max-width: 767px) {
  .crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-16
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box {
  color: #616161;
}

.crpt-card-area-16
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #444;
}
@media (max-width: 767px) {
  .crpt-card-area-16
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-dis-price {
    font-size: 18px;
  }
}

.crpt-card-area-16
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #444;
  padding: 4px 0;
}

@media (max-width: 767px) {
  .crpt-card-area-16
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-16
  .crpt-card
  .crpt-contentbx
  .crpt-category-tag
  .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-16
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-16
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-16
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  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;
}

.crpt-card-area-16
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  padding: 8px 15px;
  font-size: 15px;
  background: #ddd;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-16
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #130f40;
  color: #ddd;
}

.crpt-card-area-16
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-17 .crpt-card {
  text-align: center;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 #44444436;
  box-shadow: 0 0 10px 0 #44444436;
  margin-bottom: 30px;
  position: relative;
}

.crpt-card-area-17 .crpt-card:hover .crpt-upper-item .crpt-imgbx {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.crpt-card-area-17 .crpt-card:hover .crpt-upper-item + .crpt-card-icon {
  top: 20px;
}

@media (max-width: 767px) {
  .crpt-card-area-17 .crpt-card:hover .crpt-upper-item + .crpt-card-icon {
    top: 0;
    left: 0;
  }
}

.crpt-card-area-17 .crpt-card .crpt-upper-item {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.crpt-card-area-17 .crpt-card .crpt-upper-item .crpt-imgbx {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.crpt-card-area-17 .crpt-card .crpt-upper-item .crpt-imgbx2 {
  display: none;
}
.crpt-card-area-17 .crpt-card .crpt-upper-item .crpt-imgbx a {
  display: block;
  height: 100%;
}
.crpt-card-area-17 .crpt-card .crpt-upper-item .crpt-imgbx img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.crpt-card-area-17 .crpt-card .crpt-upper-item + .crpt-card-icon {
  position: absolute;
  top: -100px;
  left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-17 .crpt-card .crpt-upper-item + .crpt-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: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .crpt-card-area-17 .crpt-card .crpt-upper-item + .crpt-card-icon a {
    font-size: 18px;
    height: 40px;
    width: 55px;
    line-height: 40px;
  }
}

.crpt-card-area-17 .crpt-card .crpt-upper-item + .crpt-card-icon a:hover {
  background-color: #000;
  color: #fff;
}

.crpt-card-area-17 .crpt-card .crpt-contentbx {
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .crpt-card-area-17 .crpt-card .crpt-contentbx {
    padding: 6px 12px;
  }
}

.crpt-card-area-17
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #211f0a;
}

.crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #444;
}
@media (max-width: 767px) {
  .crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-17
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box{
  color: #616161;
}

.crpt-card-area-17
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #444;
}
@media (max-width: 767px) {
  .crpt-card-area-17
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-dis-price {
    font-size: 18px;
  }
}

.crpt-card-area-17
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #444;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .crpt-card-area-17
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-17
  .crpt-card
  .crpt-contentbx
  .crpt-category-tag
  .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-17
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-17
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-17
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.crpt-card-area-17
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  padding: 8px 15px;
  font-size: 15px;
  background: #ddd;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-17
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #675be8;
  color: #ddd;
}

.crpt-card-area-17
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-18 .crpt-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 10px 0 #a3a38a54;
  box-shadow: 0 0 10px 0 #a3a38a54;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .crpt-card-area-18 .crpt-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) {
  .crpt-card-area-18 .crpt-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.crpt-card-area-18 .crpt-card:hover .crpt-upper-item + .crpt-card-icon {
  top: 20px;
}

.crpt-card-area-18 .crpt-card .crpt-upper-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.crpt-card-area-18 .crpt-card .crpt-upper-item .crpt-imgbx {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 15px;
}
.crpt-card-area-18 .crpt-card .crpt-upper-item .crpt-imgbx2 {
  display: none;
}
.crpt-card-area-18 .crpt-card .crpt-upper-item .crpt-imgbx img {
  width: 100%;
}

.crpt-card-area-18 .crpt-card .crpt-upper-item + .crpt-card-icon {
  position: absolute;
  top: -100px;
  left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-18 .crpt-card .crpt-upper-item + .crpt-card-icon a {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  color: #444;
}

.crpt-card-area-18 .crpt-card .crpt-upper-item + .crpt-card-icon a:hover {
  color: green;
}

.crpt-card-area-18 .crpt-card .crpt-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;
  padding: 20px 10px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .crpt-card-area-18 .crpt-card .crpt-contentbx {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .crpt-card-area-18 .crpt-card .crpt-contentbx {
    padding-left: 5px;
  }
}

.crpt-card-area-18
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #000;
  font-size: 16px;
}

.crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-card-decs {
  color: #444;
  font-size: 15px;
}
@media (max-width: 767px) {
  .crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-card-decs {
    margin-top: 0;
    font-size: 12px;
  }
}

.crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-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: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.crpt-card-area-18
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box {
  color: #000;
}

.crpt-card-area-18
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 22px;
  color: #000;
}

@media (max-width: 767px) {
  .crpt-card-area-18
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-dis-price {
    font-size: 18px;
  }
}

.crpt-card-area-18
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #000;
}
@media (max-width: 767px) {
  .crpt-card-area-18
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 10px;
  }
}

.crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-18
  .crpt-card
  .crpt-contentbx
  .crpt-category-tag
  .crpt-pro-cate {
  font-size: 16px;
  color: #000;
}

.crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #000;
}

.crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-18
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #000;
}

.crpt-card-area-18
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-18
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #000;
}

.crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  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;
}

.crpt-card-area-18
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  padding: 9px 15px;
  font-size: 14px;
  background: #ddd;
  display: inline-block;
  border-radius: 4px;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-18
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: green;
  color: #ddd;
}

.crpt-card-area-18
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #000;
}

.crpt-card-area-19 .crpt-card {
  text-align: center;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 #44444436;
  box-shadow: 0 0 10px 0 #44444436;
  margin-bottom: 30px;
  position: relative;
}

.crpt-card-area-19 .crpt-card:hover .crpt-upper-item + .crpt-card-icon {
  right: 25px;
  top: 25px;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.crpt-card-area-19 .crpt-card:hover .crpt-upper-item + .crpt-card-icon a {
  color: #e52d53;
}

.crpt-card-area-19 .crpt-card:hover .crpt-upper-item .crpt-imgbx a:before {
  opacity: 0.4;
  height: 100%;
}

.crpt-card-area-19 .crpt-card:hover .crpt-upper-item .crpt-imgbx a img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.crpt-card-area-19 .crpt-card .crpt-upper-item {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.crpt-card-area-19 .crpt-card .crpt-upper-item .crpt-imgbx {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.crpt-card-area-19 .crpt-card .crpt-upper-item .crpt-imgbx2 {
  display: none;
}
.crpt-card-area-19 .crpt-card .crpt-upper-item .crpt-imgbx a:before {
  content: "";
  background-color: #e52d53;
  width: 100%;
  height: 50%;
  border-radius: 20px;
  opacity: 0.1;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.crpt-card-area-19 .crpt-card .crpt-upper-item .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-19 .crpt-card .crpt-upper-item + .crpt-card-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-19 .crpt-card .crpt-upper-item + .crpt-card-icon a {
  font-size: 22px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #eaeaea;
}

.crpt-card-area-19 .crpt-card .crpt-contentbx {
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .crpt-card-area-19 .crpt-card .crpt-contentbx {
    padding: 6px 12px;
  }
}

.crpt-card-area-19
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #e52d53;
}

.crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
}
@media (max-width: 767px) {
  .crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-19
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box {
  color: #616161;
}

.crpt-card-area-19
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #e52d53;
}
@media (max-width: 767px) {
  .crpt-card-area-19
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-dis-price {
    font-size: 18px;
  }
}

.crpt-card-area-19
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #e52d53;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .crpt-card-area-19
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-19
  .crpt-card
  .crpt-contentbx
  .crpt-category-tag
  .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-19
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}
.crpt-card .crpt-contentbx .crpt-total-sale {
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.crpt-card-area-19
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-19
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  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;
}

.crpt-card-area-19
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  padding: 8px 15px;
  font-size: 15px;
  background: #ddd;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-19
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #130f40;
  color: #ddd;
}

.crpt-card-area-19
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-20 .crpt-card {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 #44444436;
  box-shadow: 0 0 10px 0 #44444436;
  margin-bottom: 30px;
  position: relative;
}

.crpt-card-area-20 .crpt-card:hover .crpt-upper-item .crpt-imgbx {
  opacity: 0;
  -webkit-transform: perspective(500px) rotateY(50deg);
  transform: perspective(500px) rotateY(50deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.crpt-card-area-20 .crpt-card:hover .crpt-upper-item .crpt-imgbx2 {
  opacity: 0.8;
  -webkit-transform: perspective(500px) rotateY(0);
  transform: perspective(500px) rotateY(0);
}

.crpt-card-area-20 .crpt-card .crpt-upper-item {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.crpt-card-area-20 .crpt-card .crpt-upper-item .crpt-imgbx {
  -webkit-transition: 0.5s;
  transition: 0.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;
}
.crpt-card-area-20 .crpt-card .crpt-upper-item .crpt-imgbx a,
.crpt-card-area-20 .crpt-card .crpt-upper-item .crpt-imgbx2 a {
  display: block;
  height: 100%;
}
.crpt-card-area-20 .crpt-card .crpt-upper-item .crpt-imgbx img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.crpt-card-area-20 .crpt-card .crpt-upper-item .crpt-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;
}

.crpt-card-area-20 .crpt-card .crpt-upper-item .crpt-imgbx2 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.crpt-card-area-20 .crpt-card .crpt-upper-item + .crpt-card-icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-20 .crpt-card .crpt-upper-item + .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-20 .crpt-card .crpt-upper-item + .crpt-card-icon a:hover {
  background-color: #000;
  color: #fff;
}

.crpt-card-area-20 .crpt-card .crpt-contentbx {
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .crpt-card-area-20 .crpt-card .crpt-contentbx {
    padding: 6px 12px;
  }
}

.crpt-card-area-20
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #211f0a;
}

.crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
}
@media (max-width: 767px) {
  .crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-20
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box {
  color: #616161;
}

.crpt-card-area-20
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #444;
}
@media (max-width: 767px) {
  .crpt-card-area-20
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-dis-price {
    font-size: 18px;
  }
}

.crpt-card-area-20
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #444;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .crpt-card-area-20
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-20
  .crpt-card
  .crpt-contentbx
  .crpt-category-tag
  .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-20
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-20
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-20
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  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;
}

.crpt-card-area-20
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  padding: 8px 15px;
  font-size: 15px;
  background: #ddd;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-20
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #130f40;
  color: #ddd;
}

.crpt-card-area-20
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #444;
}

.crpt-card-area-21 .crpt-card {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 #44444436;
  box-shadow: 0 0 10px 0 #44444436;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
}

.crpt-card-area-21 .crpt-card:hover .crpt-upper-item + .crpt-card-icon {
  left: 20px;
}

.crpt-card-area-21 .crpt-card:hover .crpt-upper-item + .crpt-card-icon a {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.crpt-card-area-21 .crpt-card:hover .crpt-upper-item:before {
  opacity: 1;
}

.crpt-card-area-21 .crpt-card:hover .crpt-upper-item .crpt-imgbx {
  opacity: 0;
}

.crpt-card-area-21 .crpt-card:hover .crpt-upper-item .crpt-imgbx2 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.crpt-card-area-21 .crpt-card .crpt-upper-item {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.crpt-card-area-21 .crpt-card .crpt-upper-item .crpt-imgbx a,
.crpt-card-area-21 .crpt-card .crpt-upper-item .crpt-imgbx2 a {
  display: block;
  height: 100%;
}
.crpt-card-area-21 .crpt-card .crpt-upper-item::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.crpt-card-area-21 .crpt-card .crpt-upper-item .crpt-imgbx {
  -webkit-transition: 0.5s;
  transition: 0.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;
}

.crpt-card-area-21 .crpt-card .crpt-upper-item .crpt-imgbx img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.crpt-card-area-21 .crpt-card .crpt-upper-item .crpt-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;
}

.crpt-card-area-21 .crpt-card .crpt-upper-item .crpt-imgbx2 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.crpt-card-area-21 .crpt-card .crpt-upper-item + .crpt-card-icon {
  position: absolute;
  top: 20px;
  left: -100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9;
}

.crpt-card-area-21 .crpt-card .crpt-upper-item + .crpt-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: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-21 .crpt-card .crpt-upper-item + .crpt-card-icon a:hover {
  color: #009688;
  background: #000;
}

.crpt-card-area-21 .crpt-card .crpt-contentbx {
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .crpt-card-area-21 .crpt-card .crpt-contentbx {
    padding: 6px 12px;
  }
}

.crpt-card-area-21
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #009688;
}

.crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-card-decs {
  font-size: 14px;
  color: #444;
  text-align: start;
}

@media (max-width: 767px) {
  .crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-21
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box {
  color: #616161;
}

.crpt-card-area-21
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-dis-price {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
  padding: 0 4px;
  color: #009688;
}
@media (max-width: 767px) {
  .crpt-card-area-21
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-dis-price {
    font-size: 18px;
  }
}

.crpt-card-area-21
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-rating-box {
  font-size: 13px;
  color: #009688;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .crpt-card-area-21
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-21
  .crpt-card
  .crpt-contentbx
  .crpt-category-tag
  .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-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;
}

.crpt-card-area-21
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-21
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

.crpt-card-area-21
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-pub-date {
  font-size: 16px;
  color: #444;
}

.crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-btn-ptype {
  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;
}

.crpt-card-area-21
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  padding: 8px 15px;
  font-size: 15px;
  background: #ddd;
  display: inline-block;
  border-radius: 30px;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.crpt-card-area-21
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #009688;
  color: #ddd;
}

.crpt-card-area-21
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-product-type {
  font-size: 14px;
  color: #444;
}
.crtp-star-rating.text-center {
  cursor: pointer;
}
.crpt-rating-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.star-rating.text-center {
  cursor: pointer;
}
.crtp_wooc_not_acivate_notice {
  font-size: 25px;
  font-weight: 600;
  font-family: sans-serif;
  color: red;
  text-align: center;
  align-items: center;
  cursor: pointer;
}

.crpt-pro-cate a {
  color: #000;
}

.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 */

.crpt-img_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 200px;
  font-size: 25px;
  color: red;
  text-shadow: 0px 2px 0px black;
}
.crpt-card-area-1 .crpt-img_text {
  z-index: 9;
}
.crpt-pro-cate a,
.crpt-pro-tag a {
  color: rgb(0, 0, 0);
}
.crpt-pro-cate:hover a,
.crpt-pro-tag:hover a {
  color: white;
  text-shadow: 2px 2px 2px 2px black;
}
.crpt-grid-column1 .column_number {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
.crpt-grid-column2 .column_number {
  flex: 0 0 auto;
  width: 50%;
  max-width: 50%;
}
.crpt-grid-column3 .column_number {
  flex: 0 0 auto;
  width: 33.33%;
  max-width: 33.33%;
}
.crpt-grid-column4 .column_number {
  flex: 0 0 auto;
  width: 25%;
  max-width: 25%;
}
.crpt-grid-column5 .column_number {
  flex: 0 0 auto;
  width: 20%;
  max-width: 20%;
}
.crpt-grid-column6 .column_number {
  flex: 0 0 auto;
  width: 16.66%;
  max-width: 16.66%;
}

@media (min-width: 2400px) {
  .crpt-grid-widescreen-column1 .column_number {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .crpt-grid-widescreen-column2 .column_number {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .crpt-grid-widescreen-column3 .column_number {
    flex: 0 0 auto;
    width: 33.33%;
    max-width: 33.33%;
  }
  .crpt-grid-widescreen-column4 .column_number {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .crpt-grid-widescreen-column5 .column_number {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
  .crpt-grid-widescreen-column6 .column_number {
    flex: 0 0 auto;
    width: 16.66%;
    max-width: 16.66%;
  }
}
@media (max-width: 1366px) {
  .crpt-grid-laptop-column1 .column_number {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .crpt-grid-laptop-column2 .column_number {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .crpt-grid-laptop-column3 .column_number {
    flex: 0 0 auto;
    width: 33.33%;
    max-width: 33.33%;
  }
  .crpt-grid-laptop-column4 .column_number {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .crpt-grid-laptop-column5 .column_number {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
  .crpt-grid-laptop-column6 .column_number {
    flex: 0 0 auto;
    width: 16.66%;
    max-width: 16.66%;
  }
}
@media (max-width: 1200px) {
  .crpt-grid-tablet_extra-column1 .column_number {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .crpt-grid-tablet_extra-column2 .column_number {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .crpt-grid-tablet_extra-column3 .column_number {
    flex: 0 0 auto;
    width: 33.33%;
    max-width: 33.33%;
  }
  .crpt-grid-tablet_extra-column4 .column_number {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .crpt-grid-tablet_extra-column5 .column_number {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
  .crpt-grid-tablet_extra-column6 .column_number {
    flex: 0 0 auto;
    width: 16.66%;
    max-width: 16.66%;
  }
}
@media (max-width: 1024px) {
  .crpt-grid-tablet-column1 .column_number {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .crpt-grid-tablet-column2 .column_number {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .crpt-grid-tablet-column3 .column_number {
    flex: 0 0 auto;
    width: 33.33%;
    max-width: 33.33%;
  }
  .crpt-grid-tablet-column4 .column_number {
    flex: 0 0 auto;
    width: 25%;
  }
  .crpt-grid-tablet-column5 .column_number {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
  .crpt-grid-tablet-column6 .column_number {
    flex: 0 0 auto;
    width: 16.66%;
    max-width: 16.66%;
  }
}
@media (max-width: 880px) {
  .crpt-grid-mobile_extra-column1 .column_number {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .crpt-grid-mobile_extra-column2 .column_number {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .crpt-grid-mobile_extra-column3 .column_number {
    flex: 0 0 auto;
    width: 33.33%;
    max-width: 33.33%;
  }
  .crpt-grid-mobile_extra-column4 .column_number {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .crpt-grid-mobile_extra-column5 .column_number {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
  .crpt-grid-mobile_extra-column6 .column_number {
    flex: 0 0 auto;
    width: 16.66%;
    max-width: 16.66%;
  }
}
@media (max-width: 767px) {
  .crpt-grid-mobile-column1 .column_number {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .crpt-grid-mobile-column2 .column_number {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .crpt-grid-mobile-column3 .column_number {
    flex: 0 0 auto;
    width: 33.33%;
    max-width: 33.33%;
  }
  .crpt-grid-mobile-column4 .column_number {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .crpt-grid-mobile-column5 .column_number {
    flex: 0 0 auto;
    width: 20%;
    max-width: 20%;
  }
  .crpt-grid-mobile-column6 .column_number {
    flex: 0 0 auto;
    width: 16.66%;
    max-width: 16.66%;
  }
}

/* pagination */

.crtp_pagination_item span,
.crtp_pagination_item a {
  text-align: center;
  font-size: 15px;
  padding: 8px 12px;
  line-height: 1;
  font-weight: 600;
  color: #434751;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid rgb(223, 223, 223);
  border-radius: 5px;
  display: inline-block;
}
.crtp_pagination_item a:hover {
  color: #fff;
  background-color: #f35753;
  border: 2px solid #f35753;
  transform: scale(0.85);
}
.crtp_pagination_item span {
  background-color: #f35753;
  color: #fff;
}
.crtp_pagination_item ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* For star rating */
.crpt-star-icons {
  color: #daa520;
}
/* Badge Style */

.crtp-badge-style2 .crpt-sale-badge,
.crtp-badge-style2 .crpt-featured-badge,
.crtp-badge-style2 .crpt-stock-badge {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.crtp-badge-style3 .crpt-sale-badge,
.crtp-badge-style3 .crpt-featured-badge,
.crtp-badge-style3 .crpt-stock-badge {
  padding: 5px 22px 5px 10px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.crtp-badge-style3 .crpt-sale-badge,
.crtp-badge-style3 .crpt-featured-badge,
.crtp-badge-style3 .crpt-stock-badge {
  padding: 5px 10px 5px 22px;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}
.crtp-badge-style4 .crpt-sale-badge,
.crtp-badge-style4 .crpt-stock-badge,
.crtp-badge-style4 .crpt-featured-badge {
  padding: 5px 10px 14px;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 75%,
    75% 75%,
    75% 100%-
    50% 75%,
    0% 75%
  );
}
.crtp-badge-style4 .crpt-sale-badge,
.crtp-badge-style4 .crpt-stock-badge,
.crtp-badge-style4 .crpt-featured-badge {
  padding: 5px 10px 14px;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 75%,
    54% 75%,
    26% 100%,
    30% 75%,
    0% 75%
  );
}
.crtp-badge-style5 .crpt-sale-badge,
.crtp-badge-style5 .crpt-stock-badge,
.crtp-badge-style5 .crpt-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%
  );
}
.crtp-badge-style5 .crpt-sale-badge,
.crtp-badge-style5 .crpt-stock-badge
.crtp-badge-style5 .crpt-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%
  );
}
.crtp-badge-style6 .crpt-sale-badge,
.crtp-badge-style6 .crpt-stock-badge,
.crtp-badge-style6 .crpt-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%);
}
.crtp-badge-style7 .crpt-sale-badge,
.crtp-badge-style7 .crpt-stock-badge,
.crtp-badge-style7 .crpt-featured-badge {
  padding: 10px;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
.crtp-badge-style8 .crpt-sale-badge,
.crtp-badge-style8 .crpt-stock-badge,
.crtp-badge-style8 .crpt-featured-badge {
  padding: 10px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

/* Badge Position */
.crpt-sale-badge,
.crpt-stock-badge,
.crpt-featured-badge,
.crpt-stock-count {
  background-color: #4CAF50;
  color: #ffffff;
  padding: 5px 10px;
  width: max-content;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.crpt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.crpt-quick-view-popup {
  background: #f00;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}