 @media screen and (min-width: 750px){
  .pdp-outer-page .product__info-wrapper .product__title h1, .product__info-wrapper .product__title .h1{
    /* font-size: 19px !important;
    line-height: 25px !important;
    font-weight: normal !important; */
    vertical-align: sub;
}
.pdp-outer-page .product__info-wrapper .price-item.price-item--regular{
  font-size: 26px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    vertical-align: sub;
}
 }


.pdp-outer-page .product_tag_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.pdp-outer-page .product_tag_wrapper .tag_one {
    background: #76a713;
    padding: 3px 15px;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #4da72e;
}
.quantity_buy-now-btn{
  display: flex;
}

.quantity_buy-now-btn .product-form__input {
  flex: 0 !important;
}

.buy-btn-outer-pdp{
  width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.pdp-outer-page .rating-outer {
    background: #f0f5ff;
    padding: 8px 10px 2px 10px;
    display: inline-block;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 10px;
}
 .pdp-outer-page span.price-discount {
    color: #76a713;
}


.pdp-outer-page .product--thumbnail_slider .swiper-container{
  border-radius: 10px;
}
.pdp-outer-page .product .rating-star{
    --font-size: 2.7!important;
}
.pdp-outer-page p.rating-count.caption{
    font-size: 1.5rem ;
    color: #5978ad;
    /* font-size: 15px; */
    display: inline-block;
    vertical-align: text-bottom;
}
.pdp-outer-page .product .rating-star {
    --letter-spacing: 0;
    --font-size: 1.7;
}

.pdp-outer-page .swiper-wrapper li button.thumbnail{
  border: 1px solid #f9f6f1 !important;
}

 .pdp-outer-page .product__tax {
    font-size: 16px;
    margin-top: 0 !important;
}
.pdp-outer-page .product__title{
  margin: 0 !important;
}
.pdp-outer-page .product_category_feature{
  /* display: block; */
  padding: 2px 0 10px 0;
}
.pdp-outer-page .product__info-wrapper .visitors_user{
  margin-top: 2.5rem;
}
.pdp-outer-page .product__info-wrapper .visitors_user, .pdp-outer-page .social-proof-sales{
max-width: 100%;
 border: 1px solid #e5e5e5;
}

.product__info-wrapper variant-radios{
    width: 100%;
    border-radius: 10px;
    background: transparent;
    padding: 5px 20px 0 0;
    border: 1px solid transparent !important;
    /* background: #f9f6f1; */
}
.custom-product-form{
row-gap: 10px;
    flex-direction: column;
}
.custom-product-form button, .custom-product-form .shopify-payment-button{
  max-width:100% !important;
  /* min-height: 46px; */
}

@media screen and (min-width:768px){
  .custom-product-form button{
  min-height: 46px;
}
}
