
.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;
    justify-content: end;
    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-style1 .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-style1 .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-style1 .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-style1 .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-style1 .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-style1 .crpt-card:hover .crpt-imgbx a img {
    top: -4%;
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
  }
}

.crpt-card-area-style1 .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-style1 .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-style1 .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-style1 .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-style1
  .crpt-card:hover
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

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

.crpt-card-area-style1 .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-style1 .crpt-card .crpt-imgbx a {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.crpt-card-area-style1 .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-style1 .crpt-card .crpt-imgbx2 {
  display: none;
}
.crpt-card-area-style1 .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-style1 .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-style1
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #fff;
}

.crpt-card-area-style1 .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-style1 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 12px;
  }
}

.crpt-card-area-style1 .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-style1
  .crpt-card
  .crpt-price-box {
  display: flex;
  gap: 5px;
}
.crpt-card-area-style1
  .crpt-card
  .crpt-price-box
  .crpt-regular-price,
.crpt-card-area-style1
  .crpt-card
  .crpt-price-box
  .crpt-current-price {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 768px) {
  .crpt-card-area-style1
    .crpt-card
    .crpt-price-box
    .crpt-regular-price,
  .crpt-card-area-style1
    .crpt-card
    .crpt-price-box
    .crpt-current-price {
    font-size: 12px;
  }
}

.crpt-card-area-style1
  .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-style1
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-price-box
    .crpt-sale-price {
    font-size: 18px;
  }
}


.crpt-card-area-style1
  .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-style1
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-style1 .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-style1 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-cate {
  font-size: 16px;
  color: #fff;
}

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

.crpt-card-area-style1 .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-style1
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #fff;
}

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

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

.crpt-card-area-style1 .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-style1 .crpt-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button {
  margin-right: 5px;
}

.crpt-card-area-style1
  .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-style1
    .crpt-card
    .crpt-contentbx
    .crpt-btn-ptype
    .crpt-card-button
    a {
    font-size: 12px;
    padding: 8px;
  }
}

.crpt-card-area-style1
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: #d6d57f;
  color: #000;
}

.crpt-card-area-style1
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-addtocard-btn {
  padding-left: 2px;
}

.crpt-card-area-style1
  .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-style1
    .crpt-card
    .crpt-contentbx
    .crpt-btn-ptype
    .crpt-addtocard-btn
    a {
    font-size: 12px;
    padding: 8px;
  }
}

.crpt-card-area-style1
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-addtocard-btn
  a:hover {
  background: #d6d57f;
  color: #000;
}

.crpt-card-area-style2 .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-style2 .crpt-card:hover .crpt-imgbx {
  -webkit-transform: translate(-10%, -40%) rotate(-20deg);
  transform: translate(-10%, -40%) rotate(-20deg);
}

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

.crpt-card-area-style2 .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-style2 .crpt-card .crpt-imgbx img {
  margin-top: 50px;
}
.crpt-card-area-style2 .crpt-card .crpt-imgbx2 {
  display: none;
}
@media (max-width: 767px) {
  .crpt-card-area-style2 .crpt-card .crpt-imgbx img {
    margin-top: 0;
  }
}

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

.crpt-card-area-style2 .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-style2 .crpt-card .crpt-card-icon a:hover {
  color: #fff;
  background: gray;
}

.crpt-card-area-style2 .crpt-card .crpt-contentbx {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: start;
  padding: 16px;
}


.crpt-card-area-style2
  .crpt-card
  .crpt-contentbx
  .crpt-card-heading
  .crpt-product-title {
  color: #e1900d;
}

.crpt-card-area-style2 .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-style2 .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-style2
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-regular-price,
  .crpt-card-area-style2
  .crpt-card
  .crpt-contentbx
  .crpt-price-rating
  .crpt-price-box
  .crpt-current-price {
  display: inline-block;
  font-size: 20px;
  color: #444;
}
.crpt-card-area-style2
  .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-style2
    .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-style2
  .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-style2
    .crpt-card
    .crpt-contentbx
    .crpt-price-rating
    .crpt-rating-box {
    font-size: 12px;
  }
}

.crpt-card-area-style2 .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-style2 .crpt-card .crpt-contentbx .crpt-category-tag .crpt-pro-cate {
  font-size: 16px;
  color: #444;
}

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

.crpt-card-area-style2 .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-style2
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale {
  font-size: 16px;
  color: #444;
}
.crpt-card-area-style2
  .crpt-card
  .crpt-contentbx
  .crpt-totalsale-pubdate
  .crpt-total-sale
  span {
  font-size: 18px;
}

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

.crpt-card-area-style2
  .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-style2
  .crpt-card
  .crpt-contentbx
  .crpt-btn-ptype
  .crpt-card-button
  a:hover {
  background: gray;
  color: #fff;
}

.crpt-card-area-style2
  .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-style1 .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;
}
/* 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: 999;
  margin: 0;
}

.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: 999;
}
.crpt_taxo_align_center{text-align: center;}.crpt_taxo_align_left{text-align: left;}.crpt_taxo_align_right{text-align: right;}.woocptmln-regularPrice.woocptmln-price bdi{text-decoration: line-through;}