.blog__img-wrapper_cstm{margin-bottom: 0px;border-radius: 0;}
.blog__img-wrapper_cstm .img-box {height: 8px;border-radius: 0 0 15px 15px;}
.blog__img-wrapper_cstm1 .img-box {height: 350px;}
.blog__title_cstm {margin: 0;border: 0;}
.cta__content_cstm{width:100%;overflow: hidden;/* margin-top: 10px; */}
.cta__content_cstm .btn_wrapper{height: 65px;}
.cta__content_cstm .btn_wrapper .wc-btn-primary{height: 40px;}
.cta__content_cstm .btn_wrapper .wc-btn-primary{border-radius: 50px;}
.cta__content_cstm .btn_wrapper .wc-btn-primary i{-webkit-transform: rotate(0deg);transform: rotate(0deg);}

.blog__meta {border-bottom: 1px solid var(--gray-5); padding-bottom: 20px;}

.sec-title-3 {
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  color: var(--black-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
  .sec-title-3 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-title-3 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-title-3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-title-3 {
    font-size: 30px;
  }
  .blog__img-wrapper_cstm1 .img-box {
        height: 100%;
    }
}
@media only screen and (max-width: 767px) {
  .sec-title-3 {
    font-size: 20px;
  }
  .blog__img-wrapper_cstm1 .img-box {
        height: 100%;
    }
}




.single_product .price {
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.single_product .price small {
    font-size: 16px;
    color: #a9a9a9;
    margin: 3px 10px 0 30px;
    font-weight: 400;
}

.single_product .price span {
    padding: 0;
    font-size: 20px;
    color: #ed5565 !important;
    border-radius: 3px;
    font-weight: 600;
    white-space: nowrap;
}