@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Open Sans', sans-serif;
  }
  
  a {
    text-decoration: none;
  }
  
  img {
    max-width: 100%;
    vertical-align: middle;
    margin-left: 0;
  }
  
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  p {
    margin: 0;
    padding: 0;
  }
  
  .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-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 .3s ease-in-out;
    transition: all .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); */
    -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-heading {
    top: -20%;
    -webkit-transform: translate(-50%, -16%);
            transform: translate(-50%, -16%);
  }
  
  .crpt-card-area-1 .crpt-card:hover .crpt-contentbx .crpt-card-decs {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .4s;
            transition-delay: .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: .5s;
            transition-delay: .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: .6s;
            transition-delay: .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: .6s;
            transition-delay: .6s;
  }
  
  .crpt-card-area-1 .crpt-card:hover .crpt-contentbx .crpt-button-box .crpt-card-button a {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  
  .crpt-card-area-1 .crpt-card:hover .crpt-contentbx .crpt-button-box .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: 0; */
    top: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    /* down */
    min-height: 280px;
  }
  
  .crpt-card-area-1 .crpt-card .crpt-imgbx a {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    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: .5s;
    transition: .5s;
    /* Down */
    position: absolute;
    left: 45%;
  }
  
  .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 {
    position: absolute;
    font-weight: 600;
    padding: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    letter-spacing: 1px;
    width: 100%;
    font-size: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 9;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-card-heading a {
    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: .5s;
    transition: .5s;
    opacity: 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #fff;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .crpt-card-area-1 .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;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
    font-size: 18px;
    color: #fff;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 4px 20px;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    -webkit-transition: .5s;
    transition: .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;
    padding: 4px 0;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    -webkit-transition: .5s;
    transition: .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-button-box {
    margin-top: 10px;
    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-button-box .crpt-card-button {
    margin-right: 5px;
  }
  
  .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-button-box .crpt-card-button 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: .3s;
    transition: .3s;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-button-box .crpt-card-button a {
      font-size: 12px;
      padding: 8px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-button-box .crpt-card-button a {
      font-size: 12px;
      padding: 8px;
    }
  }
  
  .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-button-box .crpt-card-button a:hover {
    background: #D6D57F;
    color: #000;
  }
  
  .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-button-box .crpt-addtocard-btn {
    padding-left: 2px;
  }
  
  .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-button-box .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: .3s;
    transition: .3s;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-button-box .crpt-addtocard-btn a {
      font-size: 12px;
      padding: 8px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-button-box .crpt-addtocard-btn a {
      font-size: 12px;
      padding: 8px;
    }
  }
  
  .crpt-card-area-1 .crpt-card .crpt-contentbx .crpt-button-box .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: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-2 .crpt-card .crpt-imgbx img {
    margin-top: 50px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-2 .crpt-card .crpt-imgbx img {
      margin-top: 0;
    }
  }
  
  @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: .5s;
    transition: .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: .5s;
    transition: .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: 0 0 20px 0;
  }
  
  .crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-card-heading {
    font-size: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0 20px;
  }
  
  .crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-card-heading a {
    color: #E1900D;
  }
  
  .crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 14px;
    color: #444;
    padding: 6px 20px;
    text-align: start;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  .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: .5s;
    transition: .5s;
    padding: 4px 20px;
  }
  
  .crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #444;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
      padding: 0 2px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
      padding: 0 2px;
    }
  }
  
  .crpt-card-area-2 .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
      padding: 0 2px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
      padding: 0 2px;
    }
  }
  
  .crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
    color: #444;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-2 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 4px 20px;
    -webkit-transition: .5s;
    transition: .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;
    padding: 4px 20px;
    -webkit-transition: .5s;
    transition: .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: .5s;
    transition: .5s;
    padding: 8px 0;
  }
  
  .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 .5s;
    transition: all .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: .5s;
    transition: .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-imgbx img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: -30px;
  }
  
  .crpt-card-area-3 .crpt-card .crpt-card-icon {
    position: absolute;
    top: -100px;
    right: 30px;
    -webkit-transition: .5s;
    transition: .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: .5s;
    transition: .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: 0 0 20px 0;
  }
  
  .crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-card-heading {
    font-size: 24px;
    text-align: start;
    width: 100%;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0 20px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  .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;
    padding: 6px 20px 2px;
    text-align: start;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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: .5s;
    transition: .5s;
    padding: 4px 20px;
  }
  
  .crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #C6C6C6;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
      padding: 0 2px 0 0;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
      padding: 0 2px 0 0;
    }
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
      padding: 0 2px;
    }
  }
  
  @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: 18px;
    color: #C6C6C6;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
      padding: 0 2px 0 0;
    }
  }
  
  @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;
    padding: 4px 20px;
    -webkit-transition: .5s;
    transition: .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;
    padding: 4px 20px;
    -webkit-transition: .5s;
    transition: .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;
    padding: 10px 20px 6px 20px;
  }
  
  .crpt-card-area-3 .crpt-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button a {
    padding: 6px 20px;
    background: tomato;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .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-imgbx img {
    border-radius: 20px;
    width: 100%;
  }
  
  .crpt-card-area-4 .crpt-card .crpt-imgbx .crpt-card-icon {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  
  .crpt-card-area-4 .crpt-card .crpt-imgbx .crpt-card-icon .crpt-love a {
    color: #000;
    background: #fff;
    padding: 7px 13px;
    border-radius: 20px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-4 .crpt-card .crpt-imgbx .crpt-card-icon .crpt-love a:hover {
    background: red;
    color: #fff;
  }
  
  .crpt-card-area-4 .crpt-card .crpt-contentbx {
    padding-bottom: 20px;
  }
  
  .crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-card-heading {
    padding: 8px 20px;
    margin-top: 10px;
    font-size: 24px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 19px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 19px;
    }
  }
  
  .crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-card-heading a {
    color: #000;
  }
  
  .crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 14px;
    color: #444;
    padding: 0px 20px 2px;
    text-align: start;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 4px 20px;
  }
  
  .crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #444;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @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: 18px;
    color: #444;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 4px 20px;
    -webkit-transition: .5s;
    transition: .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;
    padding: 4px 20px;
    -webkit-transition: .5s;
    transition: .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;
    padding: 10px 20px 6px 20px;
  }
  
  .crpt-card-area-4 .crpt-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button a {
    padding: 8px 20px;
    color: #fff;
    font-size: 16px;
    background: #0B5B7F;
    display: inline-block;
    border-radius: 8px;
    -webkit-transition: .5s;
    transition: .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-imgbx img {
    -webkit-transition: .5s;
    transition: .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: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-5 .crpt-card .crpt-addtocard-btn a {
    padding: 10px 20px;
    background: #442721;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-5 .crpt-card .crpt-addtocard-btn a:hover {
    background: #000;
  }
  
  .crpt-card-area-5 .crpt-card .crpt-contentbx {
    padding: 0 0 20px 0;
  }
  
  .crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-card-heading {
    font-size: 28px;
    padding: 0 20px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 19px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 19px;
    }
  }
  
  .crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-card-heading a {
    color: black;
  }
  
  .crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 14px;
    color: #444;
    padding: 6px 20px 2px;
    text-align: start;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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: .5s;
    transition: .5s;
    padding: 4px 20px;
  }
  
  .crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #444;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @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: 18px;
    color: #fbba42;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 4px 20px;
    -webkit-transition: .5s;
    transition: .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;
    padding: 4px 20px;
    -webkit-transition: .5s;
    transition: .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;
    padding: 10px 20px 6px 20px;
  }
  
  .crpt-card-area-5 .crpt-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button a {
    padding: 6px 20px;
    background: #442721;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .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: .5s;
    transition: .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 .crpt-sub-content {
    -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: .5s;
    transition: .5s;
    width: 100%;
  }
  
  .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: .5s;
    transition: .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: .5s;
    transition: .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 .crpt-sub-content {
    padding: 0 0 10px 0;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    left: 0;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    width: 100%;
    -webkit-transform: translateY(270px);
            transform: translateY(270px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-card-hedi-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 20px 6px;
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-card-hedi-box .crpt-card-title .crpt-card-heading {
    font-size: 26px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-card-hedi-box .crpt-card-title .crpt-card-heading {
      font-size: 19px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-card-hedi-box .crpt-card-title .crpt-card-heading {
      font-size: 19px;
    }
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-card-hedi-box .crpt-card-title .crpt-card-heading a {
    color: #000;
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-card-hedi-box .crpt-card-title .crpt-card-decs {
    font-size: 16px;
    color: #444;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-card-hedi-box .crpt-card-title .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-card-hedi-box .crpt-card-title .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-card-hedi-box .crpt-price-box .crpt-old-price {
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
    text-decoration: line-through;
    color: #000;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-card-hedi-box .crpt-price-box .crpt-old-price {
      font-size: 12px;
      padding: 0 1px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-card-hedi-box .crpt-price-box .crpt-old-price {
      font-size: 12px;
      padding: 0 2px;
    }
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-card-hedi-box .crpt-price-box .crpt-dis-price {
    display: inline-block;
    font-size: 26px;
    padding: 0 4px;
    color: #000;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-card-hedi-box .crpt-price-box .crpt-dis-price {
      font-size: 14px;
      padding: 0 1px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-card-hedi-box .crpt-price-box .crpt-dis-price {
      font-size: 14px;
      padding: 0 2px;
    }
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-rating-box {
    padding: 0 20px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #444;
    font-size: 20px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .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;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-category-tag .crpt-pro-cate {
    font-size: 16px;
    color: #444;
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-category-tag .crpt-pro-tag {
    font-size: 16px;
    color: #444;
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .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;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-totalsale-pubdate .crpt-total-sale {
    font-size: 16px;
    color: #444;
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-totalsale-pubdate .crpt-total-sale span {
    font-size: 18px;
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-totalsale-pubdate .crpt-pub-date {
    font-size: 16px;
    color: #444;
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .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 6px 20px;
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-btn-ptype .crpt-card-button a {
    padding: 6px 20px;
    background: #e91e63;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .crpt-btn-ptype .crpt-card-button a:hover {
    background: #000;
  }
  
  .crpt-card-area-6 .crpt-card .crpt-contentbx .crpt-sub-content .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: .5s;
    transition: .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;
  }
  
  /* .crpt-card-area-7 .crpt-card:hover .crpt-upper-item .crpt-imgbx img {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
  } */
  
  /* .crpt-card-area-7 .crpt-card:hover .crpt-upper-item .crpt-imgbx2 {
    -webkit-transform: translateY(-130px);
            transform: translateY(-130px);
  } */
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-7 .crpt-card:hover .crpt-upper-item .crpt-imgbx2 {
      -webkit-transform: translateY(-75px);
              transform: translateY(-75px);
    }
  }
  
  @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: .5s;
    transition: .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 a img {
   width: 100%;
  }
  .crpt-card-area-7 .crpt-card .crpt-upper-item .crpt-imgbx2 {
    position: absolute;
    top: 10px;
    transform: translatex(500px);
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
  }
  .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: .5s;
    transition: .5s;
    z-index: 9;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-7 .crpt-card .crpt-upper-item .crpt-card-icon {
      top: -15px;
    }
  }
  
  @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: .5s;
    transition: .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 0;
  }
  
  .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-card-heading {
    font-size: 32px;
    padding: 8px 20px;
    text-align: start;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 22px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 22px;
    }
  }
  
  .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-card-heading a {
    color: #444;
  }
  
  .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 14px;
    color: #444;
    padding: 6px 20px 2px;
    text-align: start;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 4px 20px;
  }
  
  .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #444;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .crpt-card-area-7 .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
    font-size: 18px;
    color: #444;
    font-size: 18px;
    padding: 4px 0;
    display: flex;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 4px 20px;
    -webkit-transition: .5s;
    transition: .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;
    padding: 4px 20px;
    -webkit-transition: .5s;
    transition: .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;
    padding: 0px 20px 6px 20px;
  }
  
  .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: .5s;
    transition: .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 .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px;
    text-decoration: line-through;
    color: #616161;
  }
  
  .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-price-box .crpt-dis-price {
    display: inline-block;
    font-size: 26px;
    padding: 0 4px;
    color: #000;
  }
  
  .crpt-card-area-7 .crpt-card .crpt-contentbx .crpt-rating-box {
    padding: 6px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #444;
    display: inline-block;
    font-size: 20px;
  }
  
  .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: .5s;
    transition: .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 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #ddd;
            box-shadow: 0 0 10px #ddd;
    margin-bottom: 30px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-8 .crpt-card {
      margin: 0 15px;
    }
  }
  
  @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: 200px;
    margin-left: -50px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  }
  .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);
  }
  
  @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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 13px;
  }
  
  .crpt-card-area-8 .crpt-card .crpt-upper-item .crpt-card-icon .crpt-share i {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-8 .crpt-card .crpt-upper-item .crpt-card-icon .crpt-share i:hover {
    color: #FF3F40;
  }
  
  .crpt-card-area-8 .crpt-card .crpt-upper-item .crpt-card-icon .crpt-love i {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-8 .crpt-card .crpt-upper-item .crpt-card-icon .crpt-love i:hover {
    color: #FF3F40;
  }
  
  .crpt-card-area-8 .crpt-card .crpt-contentbx {
    margin-left: 30px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-8 .crpt-card .crpt-contentbx {
      margin-left: 10px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-8 .crpt-card .crpt-contentbx {
      margin-left: 15px;
    }
  }
  
  .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-card-heading {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 16px;
    }
  }
  
  .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-card-heading a {
    color: #000;
  }
  
  .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-price-box {
    padding-top: 6px;
  }
  
  .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-price-box .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px;
    text-decoration: line-through;
    color: #616161;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-price-box .crpt-dis-price {
    font-weight: 600;
    display: inline-block;
    font-size: 26px;
    padding: 0 4px;
    color: #000;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-rating-box {
    padding-top: 6px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #444;
    font-size: 15px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 2px 0px;
    -webkit-transition: .5s;
    transition: .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;
    padding: 2px 0px;
    -webkit-transition: .5s;
    transition: .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;
    padding: 6px 0;
    text-align: start;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-8 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 8px;
    color: #fff;
    -webkit-transition: .4s;
    transition: .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: .5s;
    transition: .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 .crpt-sub-card {
    position: relative;
    /* background: #fff; */
    border-radius: 18px;
    padding: 22px 0;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-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-sub-card .crpt-upper-item .crpt-card-heading {
    position: absolute;
    top: 0;
    padding: 25px;
    font-size: 25px;
    letter-spacing: 1px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-upper-item .crpt-card-heading {
      font-size: 19px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-upper-item .crpt-card-heading {
      font-size: 19px;
    }
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-upper-item .crpt-card-heading a {
    color: #000;
    font-weight: 500;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-upper-item .crpt-card-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-upper-item .crpt-card-icon a {
    color: #000;
    font-size: 20px;
    background: #80808026;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-transition: .5s;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-upper-item .crpt-card-icon a:hover {
    background-color: #71a703;
    color: #fff;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx {
    overflow: hidden;
    margin-top: 60px;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-card-decs {
    font-size: 14px;
    color: #444;
    padding: 6px 20px;
    text-align: start;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-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;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-category-tag .crpt-pro-cate {
    font-size: 16px;
    color: #444;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-category-tag .crpt-pro-tag {
    font-size: 16px;
    color: #444;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-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;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-totalsale-pubdate .crpt-total-sale {
    font-size: 16px;
    color: #444;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-totalsale-pubdate .crpt-total-sale span {
    font-size: 18px;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-totalsale-pubdate .crpt-pub-date {
    font-size: 16px;
    color: #444;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-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: .5s;
    transition: .5s;
    padding: 4px 20px;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #444;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
    font-size: 18px;
    color: #444;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-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 6px 20px;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button a {
    color: #fff;
    font-size: 16px;
    background: #f35753;
    padding: 8px 15px;
    border-radius: 10px;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button a:hover {
    background: #70a7037a;
    color: #111;
  }
  
  .crpt-card-area-9 .crpt-card .crpt-sub-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 .5s;
    transition: all .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: .5s;
    transition: .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-10 .crpt-card:hover {
      height: 460px;
    }
  }
  
  @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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-10 .crpt-card .crpt-imgbx {
      padding: 0 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: .5s;
    transition: .5s;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  .crpt-card-area-10 .crpt-card .crpt-card-icon {
    position: absolute;
    top: 20px;
    right: -200px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-10 .crpt-card .crpt-card-icon .crpt-love a {
    height: 36px;
    width: 50px;
    line-height: 36px;
    background: #fff;
    font-size: 20px;
    border-radius: 6px;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 1px 13px;
  }
  
  .crpt-card-area-10 .crpt-card .crpt-card-icon .crpt-love:hover a {
    background: #bf2227;
  }
  
  .crpt-card-area-10 .crpt-card .crpt-card-icon .crpt-love:hover a {
    color: #fff;
  }
  
  .crpt-card-area-10 .crpt-card .crpt-card-icon .crpt-love a {
    color: #444;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .crpt-card-area-10 .crpt-card .crpt-contentbx {
    -webkit-transform: translateY(280px);
            transform: translateY(280px);
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-card-heading {
    font-size: 30px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  .crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-card-heading a {
    color: #bf2227;
  }
  
  .crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 14px;
    color: #666;
    padding: 0 20px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 4px 20px;
    -webkit-transition: .5s;
    transition: .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;
    padding: 4px 20px;
    -webkit-transition: .5s;
    transition: .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: .5s;
    transition: .5s;
    padding: 4px 20px;
  }
  
  .crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #444;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @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: 18px;
    color: #bf2227;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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 30px;
    color: #fff;
    margin-top: 6px;
    display: inline-block;
    border-radius: 8px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-10 .crpt-card .crpt-contentbx .crpt-card-button a:hover {
    padding: 10px 40px;
    opacity: .9;
  }
  
  .crpt-card-area-11 .crpt-card {
    position: relative;
    height: 600px;
    border-radius: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    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: .5s;
    transition: .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 a 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: .5s;
    transition: .5s;
    height: 100%;
    -webkit-box-shadow: 0 0 20px 10px rgba(56, 35, 150, 0.1);
            box-shadow: 0 0 20px 10px rgba(56, 35, 150, 0.1);
  }
  
  @media (max-width: 767px) {
    .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 a img {
    width: 80%;
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-11 .crpt-card .crpt-back-card .crpt-imgbx a 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 a 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: .5s;
    transition: .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-11 .crpt-card .crpt-back-card .crpt-contentbx .crpt-card-heading {
      font-size: 19px;
    }
  }
  
  @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 a {
    color: #666;
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-11 .crpt-card .crpt-back-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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 .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px;
    text-decoration: line-through;
    color: #616161;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-11 .crpt-card .crpt-back-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-11 .crpt-card .crpt-back-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .crpt-card-area-11 .crpt-card .crpt-back-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: #000;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-11 .crpt-card .crpt-back-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-11 .crpt-card .crpt-back-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  .crpt-card-area-11 .crpt-card .crpt-back-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
    font-size: 18px;
    color: #bf2227;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-11 .crpt-card .crpt-back-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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 30px;
    background: #48BED0;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .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: .5s;
    transition: .5s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  
  .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: .5s;
    transition: .5s;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-12 .crpt-card .crpt-card-icon {
      top: 10px;
      left: 10px;
    }
  }
  
  @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: .5s;
    transition: .5s;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-12 .crpt-card .crpt-card-icon a {
      font-size: 16px;
      height: 30px;
      width: 30px;
      line-height: 30px;
    }
  }
  
  @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%;
    opacity: 0;
    color: #fff;
    background: #192a56;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-card-heading {
    font-size: 22px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 19px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 19px;
    }
  }
  
  .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;
    padding: 3px 0px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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 .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px;
    text-decoration: line-through;
    color: #616161;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .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;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  .crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
    font-size: 18px;
    color: #fff;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-12 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 4px 20px;
  }
  
  .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;
    padding: 4px 20px;
  }
  
  .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 {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    padding-bottom: 85px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-12 .crpt-card .crpt-card-button a {
    background: #AE9287;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-13 .crpt-card {
    text-align: center;
    border-radius: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 #44444436;
            box-shadow: 0 0 10px 0 #44444436;
    margin-bottom: 30px;
  }
  
  .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;
  }
  
  .crpt-card-area-13 .crpt-card .crpt-upper-item .crpt-imgbx {
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    transition: .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: .5s;
    transition: .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: .5s;
    transition: .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-13 .crpt-card .crpt-contentbx {
      padding: 8px 14px;
    }
  }
  
  @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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 22px;
    }
  }
  
  @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 a {
    color: #211f0a;
  }
  
  .crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 14px;
    color: #444;
    padding: 6px 0;
    text-align: start;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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 .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #616161;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @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: 18px;
    color: #444;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 4px 0;
  }
  
  .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;
    padding: 4px 0;
  }
  
  .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;
    padding: 10px 10px 6px 0;
  }
  
  .crpt-card-area-13 .crpt-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button a {
    padding: 8px 22px;
    font-size: 15px;
    background: #ddd;
    display: inline-block;
    border-radius: 30px;
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .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: .5s;
    transition: .5s;
    overflow: hidden;
    margin-bottom: 30px;
    -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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-14 .crpt-card:hover .crpt-upper-item .crpt-card-icon {
      left: 0;
      top: 0;
    }
  }
  
  @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: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-14 .crpt-card .crpt-upper-item .crpt-imgbx2 {
    -webkit-transition: .5s;
    transition: .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: .5s;
    transition: .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: .5s;
    transition: .5s;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-14 .crpt-card .crpt-upper-item .crpt-card-icon a {
      font-size: 16px;
      height: 36px;
      width: 50px;
      line-height: 36px;
    }
  }
  
  @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-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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  @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 a {
    color: #211f0a;
  }
  
  .crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 14px;
    color: #444;
    padding: 6px 0;
    text-align: start;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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;
  }
  
  .crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #616161;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @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: 18px;
    color: #444;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-14 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 4px 20px;
  }
  
  .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;
    padding: 4px 20px;
  }
  
  .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: .5s;
    transition: .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-imgbx {
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
  }
  
  .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: .5s;
    transition: .5s;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-15 .crpt-card .crpt-card-icon {
      top: 0px;
      right: 0px;
    }
  }
  
  @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: .5s;
    transition: .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%;
    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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-15 .crpt-card .crpt-contentbx {
      margin-left: 0;
      padding-left: 10px;
    }
  }
  
  @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 {
    font-size: 28px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  .crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-card-heading a {
    color: #ddd;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 30px;
  }
  
  .crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-card-decs {
    color: #ddddddd4;
    margin-top: 15px;
    font-size: 15px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
      margin-top: 5px;
    }
  }
  
  .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;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 10px 4px 0;
  }
  
  .crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #808080;
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
    .crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 15px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 10px;
      padding: 0 2px 0 0;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 14px;
      padding: 0 2px;
    }
  }
  
  @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: 14px;
    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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 10px;
    }
  }
  
  @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;
    padding: 4px 10px 4px 0;
  }
  
  .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;
    padding: 4px 10px 4px 0;
  }
  
  .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;
    padding: 6px 10px 6px 0;
  }
  
  .crpt-card-area-15 .crpt-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button a {
    padding: 6px 15px;
    font-size: 14px;
    background: #ddd;
    display: inline-block;
    border-radius: 30px;
    color: #000;
    -webkit-transition: .5s;
    transition: .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: .5s;
    transition: .5s;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 #44444436;
            box-shadow: 0 0 10px 0 #44444436;
    margin-bottom: 30px;
  }
  
  .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: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 100%;
    height: 100%;
  }
  .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: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    transition: .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: .5s;
    transition: .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: .5s;
    transition: .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-16 .crpt-card .crpt-contentbx {
      padding: 8px 14px;
    }
  }
  
  @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 {
    font-size: 26px;
    text-align: start;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 22px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  .crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-card-heading a {
    color: #211f0a;
  }
  
  .crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 14px;
    color: #444;
    padding: 6px 0;
    text-align: start;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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 .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #616161;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @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: 18px;
    color: #444;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 4px 0;
  }
  
  .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;
    padding: 4px 0;
  }
  
  .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;
    padding: 10px 10px 6px 0;
  }
  
  .crpt-card-area-16 .crpt-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button a {
    padding: 8px 22px;
    font-size: 15px;
    background: #ddd;
    display: inline-block;
    border-radius: 30px;
    color: #000;
    -webkit-transition: .5s;
    transition: .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: .5s;
    transition: .5s;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 #44444436;
            box-shadow: 0 0 10px 0 #44444436;
    margin-bottom: 30px;
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-17 .crpt-card:hover .crpt-upper-item .crpt-card-icon {
      top: 0;
      left: 0;
    }
  }
  
  @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: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 100%;
    height: 100%;
  }
  .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: .5s;
    transition: .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: .5s;
    transition: .5s;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-17 .crpt-card .crpt-upper-item .crpt-card-icon a {
      font-size: 18px;
      height: 40px;
      width: 55px;
      line-height: 40px;
    }
  }
  
  @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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-17 .crpt-card .crpt-contentbx {
      padding: 8px 14px;
    }
  }
  
  @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 {
    font-size: 26px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 22px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  .crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-card-heading a {
    color: #211f0a;
  }
  
  .crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 14px;
    color: #444;
    padding: 6px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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 .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #616161;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @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: 18px;
    color: #444;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 4px 0;
  }
  
  .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;
    padding: 4px 0;
  }
  
  .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: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 10px 6px 0;
  }
  
  .crpt-card-area-17 .crpt-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button a {
    padding: 8px 22px;
    font-size: 15px;
    background: #ddd;
    display: inline-block;
    border-radius: 30px;
    color: #000;
    -webkit-transition: .5s;
    transition: .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: .5s;
    transition: .5s;
    padding: 15px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-18 .crpt-card .crpt-upper-item .crpt-imgbx {
      padding: 4px;
    }
  }
  
  .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: .5s;
    transition: .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: .5s;
    transition: .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 {
    font-size: 22px;
    line-height: 1.3;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  .crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-card-heading a {
    color: #000;
  }
  
  .crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-card-decs {
    color: #444;
    margin-top: 15px;
    font-size: 15px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 10px 8px 0;
  }
  
  .crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
    display: inline-block;
    font-size: 16px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #000;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
      padding: 0 2px 0 0;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 15px;
    }
  }
  
  @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: 18px;
    color: #000;
    font-size: 16px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 10px;
    }
  }
  
  @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;
    padding: 4px 10px 4px 0;
  }
  
  .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;
    padding: 4px 10px 4px 0;
  }
  
  .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;
    padding: 6px 10px 6px 0;
  }
  
  .crpt-card-area-18 .crpt-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button a {
    padding: 6px 15px;
    font-size: 14px;
    background: #ddd;
    display: inline-block;
    border-radius: 4px;
    color: #000;
    -webkit-transition: .5s;
    transition: .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: .5s;
    transition: .5s;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 #44444436;
            box-shadow: 0 0 10px 0 #44444436;
    margin-bottom: 30px;
  }
  
  .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: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  
  .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: .1;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all ease .35s;
    transition: all ease .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: .5s;
    transition: .5s;
  }
  
  .crpt-card-area-19 .crpt-card .crpt-upper-item .crpt-card-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: .5s;
    transition: .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: .5s;
    transition: .5s;
    color: #eaeaea;
  }
  
  .crpt-card-area-19 .crpt-card .crpt-contentbx {
    padding: 10px 15px;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-19 .crpt-card .crpt-contentbx {
      padding: 8px 14px;
    }
  }
  
  @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 {
    font-size: 26px;
    text-align: start;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  .crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-card-heading a {
    color: #e52d53;
  }
  
  .crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 14px;
    color: #444;
    padding: 6px 0;
    text-align: start;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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 .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #616161;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @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: 18px;
    color: #e52d53;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 4px 0;
  }
  
  .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;
    padding: 4px 0;
  }
  
  .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;
    padding: 10px 10px 6px 0;
  }
  
  .crpt-card-area-19 .crpt-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button a {
    padding: 8px 22px;
    font-size: 15px;
    background: #ddd;
    display: inline-block;
    border-radius: 30px;
    color: #000;
    -webkit-transition: .5s;
    transition: .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: .5s;
    transition: .5s;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 #44444436;
            box-shadow: 0 0 10px 0 #44444436;
    margin-bottom: 30px;
  }
  
  .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: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: perspective(500px) rotateY(0);
            transform: perspective(500px) rotateY(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .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: .5s;
    transition: .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: .5s;
    transition: .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-20 .crpt-card .crpt-contentbx {
      padding: 8px 14px;
    }
  }
  
  @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 {
    font-size: 26px;
    text-align: start;
  }
  
  .crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-card-heading a {
    color: #211f0a;
  }
  
  .crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 14px;
    color: #444;
    padding: 6px 0;
    text-align: start;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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 .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #616161;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @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: 18px;
    color: #444;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 4px 0;
  }
  
  .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;
    padding: 4px 0;
  }
  
  .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;
    padding: 10px 10px 6px 0;
  }
  
  .crpt-card-area-20 .crpt-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button a {
    padding: 8px 22px;
    font-size: 15px;
    background: #ddd;
    display: inline-block;
    border-radius: 30px;
    color: #000;
    -webkit-transition: .5s;
    transition: .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: .5s;
    transition: .5s;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 #44444436;
            box-shadow: 0 0 10px 0 #44444436;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  
  .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;
    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: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  
  .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: .5s;
    transition: .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: .5s;
    transition: .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-21 .crpt-card .crpt-contentbx {
      padding: 8px 14px;
    }
  }
  
  @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 {
    font-size: 26px;
    text-align: start;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-card-heading {
      font-size: 20px;
    }
  }
  
  .crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-card-heading a {
    color: #009688;
  }
  
  .crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-card-decs {
    font-size: 14px;
    color: #444;
    padding: 6px 0;
    text-align: start;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-card-decs {
      font-size: 12px;
    }
  }
  
  @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 .crpt-old-price {
    display: inline-block;
    font-size: 18px;
    padding: 0 4px 0 0;
    text-decoration: line-through;
    color: #616161;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  @media (max-width: 767px) {
    .crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-old-price {
      font-size: 12px;
    }
  }
  
  .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 (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-price-box .crpt-dis-price {
      font-size: 18px;
    }
  }
  
  @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: 18px;
    color: #009688;
    font-size: 18px;
    padding: 4px 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-price-rating .crpt-rating-box {
      font-size: 12px;
    }
  }
  
  @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;
    padding: 4px 0;
  }
  
  .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;
    padding: 4px 0;
  }
  
  .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;
    padding: 10px 10px 6px 0;
  }
  
  .crpt-card-area-21 .crpt-card .crpt-contentbx .crpt-btn-ptype .crpt-card-button a {
    padding: 8px 22px;
    font-size: 15px;
    background: #ddd;
    display: inline-block;
    border-radius: 30px;
    color: #000;
    -webkit-transition: .5s;
    transition: .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;
  }
  /*# sourceMappingURL=style.css.map */

  /* Ferdaussk start */
.crtp-star-rating.text-center {
  cursor: pointer;
}
.crpt-rating-box {
  display: flex;
  flex-wrap: wrap;
}
.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: white;
  text-shadow: 1px 1px 2px black;
}
/* Ferdaussk end */

/* For Star rating */

.star-rating .star-full:before {
  content: "\f155";
}

.star-rating .star-half:before {
  content: "\f459";
}

.star-rating .star-empty:before {
  content: "\f154";
}

.star-rating .star {
  color: #ffc600;
  display: inline-block;
  font-family: dashicons;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 20px;
}
/* For Star rating */

.crpt-img_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  /* z-index: 9; */
  -webkit-transition: .5s;
  transition: .5s;
  height: 200px;
  font-size: 25px;
  color: red;
  text-shadow: 0px 2px 0px black;
}
.crpt-card-area-1 .crpt-img_text {
  z-index: 9;
}
.crpt-pro-cate a, .crpt-pro-tag a{
  color: white;
  text-shadow: 2px 2px 2px 2px black;
}
.crpt-pro-cate:hover a, .crpt-pro-tag:hover a{
  color: white;
  text-shadow: 2px 2px 2px 2px black;
}
  /* Ferdaussk */

  /*  */
  .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{
    width: 60px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    font-size: 15px;
    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(.85);
}
.crtp_pagination_item span{
    background-color: #f35753;
    color: #fff;
}
.crpt_taxo_align_center{
  text-align: center;
}
.crpt_taxo_align_left{
  text-align: left;
}
.crpt_taxo_align_right{
  text-align: right;
}
/* Pagination */
/* Ferdaussk */
.crpt_taxo_align_center{
  text-align: center !important;
}
.crpt_taxo_align_left{
  text-align: left !important;
}
.crpt_taxo_align_right{
  text-align: right !important;
}
.crpt_taxo_align_center_j{
  justify-content: center !important;
}
.crpt_taxo_align_left_j{
  justify-content: left !important;
}
.crpt_taxo_align_right_j{
  justify-content: right !important;
}

/* For star rating */
.crpt-star-icons{
  color: goldenrod;
}
/* Ferdaussk */