body {
  font-family: 'Manrope', sans-serif;
  margin: 0;
}
.product-banner {
  background: #EEEFEF;
  padding: 50px 0px 128px 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product-banner {
    padding: 50px 0px 50px 0px;
  }
}
.product-banner h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #000000;
  margin-bottom: 15px;
}
.product-banner p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color:  #000000;
  margin-bottom: 30px;
}
.product-banner .product-thumb-wrapper {
  position: absolute;
  right: 15px;
  box-shadow: 0px 4px 25px rgb(0 0 0 / 18%);
  border-radius: 10px;

}
.product-banner .product-thumb-wrapper img{
   border-radius: 10px;
}
.product-btn-wrap .btn:focus {
  box-shadow: none;
}
.product-btn-wrap .btn:hover {
  opacity: .5;
}
.product-btn-wrap .btn.btn-outline:hover {
  opacity: .5;
}
@media screen and (max-width: 768px) {
  .product-banner .product-thumb-wrapper {
    position: static;
  }
}
.product-btn-wrap .btn {
  padding:15px 24px;
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 768px) {
  .product-btn-wrap .btn  {
    padding: 15px 10px;
    font-size: 12px;
  }
}
.product-btn-wrap .btn img {
  margin-right: 10px;
}
.product-btn-wrap .btn.btn-outline {
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .product-btn-wrap .btn {
    margin-bottom: 20px;
  }
}
.design-tool-wrapper {
  position: absolute;
  bottom: -25px;
  padding-left: 15px;;
}
.design-tool-wrapper .circle {
  display: flex;
  justify-content: center;
}
.design-tool-wrapper img {
  width: 16px;
  align-items: center;
  text-align: center;
}
.design-tool-wrapper ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0px;
}
.design-tool-wrapper ul li {
  display: inline-block;
}
.design-tool-wrapper .circle {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0px 4px 25px rgb(0 0 0 / 18%);
}
@media screen and (max-width: 768px) {
  .design-tool-wrapper .circle  {
    width: 35px;
    height: 35px;
  }
}
.product-content-wrapper {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .product-content-wrapper {
    padding: 70px 20px;
  }
}
.product-features {
  list-style: none;
  padding-left: 15px;
  padding-bottom: 84px;
}
@media screen and (max-width: 768px) {
  .product-features {
    padding-bottom: 50px;
  }
}
.product-features li {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #282B30;
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
}
.product-features li::before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background: url("../../images/product-page/arrow.png") no-repeat;
  position: absolute;
  left: 0;
}
.product-overview {
  padding: 44px 0;
}
@media screen and (max-width: 768px) {
  .product-overview {
    padding: 50px 0;
  }
}
h2.title {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 34px;
  align-items: center;
  color: #000000;
}
@media screen and (max-width: 768px) {
  h2.title {
    font-size: 18px;
  }
}
.product-overview h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #000000;
}
.product-overview p {
  font-size: 14px;
  line-height: 25px;
  display: flex;
  color: #000000;
}
.info-page {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #4DA761;
  margin-bottom: 5px;
}
.page-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.thumb-img-wrapper {
  margin-bottom: 15px;
  position: relative;
}
.thumb-img-wrapper img {
  border-radius: 10px;
  border: 1px solid #e1e1;
}
.product-overview ul {
    font-size: 14px;
}
.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  text-align: center;
  border-radius: 10px;
}
.overlay-btn-wrapper {
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.overlay-btn-wrapper .btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  color: #000000;
  padding:15px 24px;
  border-radius: 10px;
}
.thumb-img-wrapper:hover .overlay {
  display: block;
}
.grid-margin {
  margin-bottom: 48px;
}
.product-review-header {
  border-top:  1px solid #D6D6D6;
  border-bottom:  1px solid #D6D6D6;
  padding: 10px 0;
  margin-top: 30px;
}

.product-review-header h6{
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .product-review-header h6 {
    font-size: 24px;
  }
}
 .lesss {
  position: relative;
  overflow: hidden;
}
.more_less_toggle {
    position: absolute;
    bottom: 0;
    z-index: 99;
}
.lesss:after{
   content: '';
   background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 50%);
   height: 50px;
   width: 100%;
   position: absolute;
   display: block;
   bottom: 0;
   left: 0; 
}
.product-review-header  span.total-reviews {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  border-bottom: 1px solid #000000;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .product-review-header  span {
    margin-left: 0px;
  }
}
.highlights img {
  margin-right: 10px;
  width: 15px;
}
.product-review-wrapper .review-form {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 25px;
  margin-top: 30px;
}
.product-review-wrapper .review-form p {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 5px;
}
.product-review-wrapper .review-form .form-controll {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  border-radius: 10px;
  height: 85px;
  margin-bottom: 15px;
  padding: 10px;
}
.product-review-wrapper .review-form .form-controll:focus{
  outline: none;
  border: 1px solid #000;
}
.product-review-wrapper .review-form input.submit {
  background: #000000;
  border-radius: 8px;
  padding: 14px 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  align-items: center;
  color: #FFFFFF;
  border: 1px solid #000;
  transition: all .2s ease;
}
.product-review-wrapper .review-form input.submit:hover,
.product-review-wrapper .review-form input.submit:focus{
  background-color: #fff;
  color: #000;
  transition: all .2s ease;
}
.product-review-wrapper .review-form img {
  width: 16px;
}
.review-content {
  padding: 30px 0;
  border-bottom: 1px solid #D6D6D6;
}
.review-content .customer-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .review-content .customer-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-right: 15px;
  }
}
.review-content .customer-icon.success {
  background: #9DE4DD;
}
.review-content .customer-icon.warning {
  background: #F5E6A8;
}
.review-content .customer-icon.danger {
  background: #FCB4AC;
}
.review-content .customer-icon.light {
  background: #D4C4E8;
}
.review-content .customer-icon.info {
  background: #E3C0B0;
}
.review-content p.customer-name {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  margin-right: 12px;
}
.review-content p.comment{
  font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 25px;
color: #000000;
}
.review-content .customer-name img {
  width: 13px;
}
.review-date {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #A0A0A0;
}
.view-more-review {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  border-bottom: 1px solid #000;
}
.view-more-review:hover {
  text-decoration: none;
}
.changelog-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 5px;
}
.pricing-wrapper {
  text-align: center;
}
.pricing-wrapper h2.title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #000000;
  margin-top: 46px;
  margin-bottom: 20px;
}
.pricing-wrapper .pricing-box {
  border: 1px solid #282B30;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 28px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #555555;
  min-height: 100%;
}
.pricing-wrapper .pricing-description {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
}
.pricing-wrapper .pricing-box h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 57px;
  align-items: center;
  color: #000000;
  margin-bottom: 10px;
}
.pricing-wrapper .pricing-box h3 span {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  color: #555555;
  text-decoration: line-through;
}
.pricing-wrapper .pricing-box h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  align-items: center;
  text-align: center;
  color: #000000;
  margin-bottom: 5px;
}
.pricing-wrapper .pricing-box p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #555555;
  margin: 0 25px 25px 25px;
}
.pricing-wrapper .pricing-box .btn.btn-dark {
  border-radius: 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 40px;
  padding: 15px 80px;
  background:  black;
}
@media screen and (max-width: 768px) {
  .pricing-wrapper .pricing-box .btn.btn-dark {
    padding: 15px 25px;
  }
}
.pricing-wrapper .pricing-box .btn.btn-dark:hover {
  background-color: #3c3a3a;
}
.pricing-wrapper .pricing-box .btn.extended-dropdown {
  background: transparent;
  border: none;
  box-sizing: border-box;
  border-radius: 3px;font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  padding: 10px 15px;
  color: #000000;
}

.pricing-wrapper .pricing-box ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.pricing-wrapper .pricing-box ul li {
  padding: 24px 0;
  border-top: 1px solid #E7E7E7;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  align-items: center;
  text-align: center;
  color: #000000;
}
.pricing-wrapper .pricing-box.bg-dark {
  border: #282B30;
  background: #282B30;
}
.pricing-wrapper .pricing-box.bg-dark h3 {
  color: #fff;
}
.pricing-wrapper .pricing-box.bg-dark h3 span {
  color: #fff;
}
.pricing-wrapper .pricing-box.bg-dark h4 {
  color: #fff;
}
.pricing-wrapper .pricing-box.bg-dark p {
  color: #fff;
}
.pricing-wrapper .pricing-box.bg-dark .btn.btn-dark {
  color: #FFFFFF;
  background:  #00C69E;
}
.pricing-wrapper .pricing-box.bg-dark .btn.btn-dark:hover {
  background-color: #589666;
}
.pricing-wrapper .pricing-box.bg-dark .btn.extended-dropdown {
  background: #F1F1F1;
  border: 1px solid #D6D6D6;
  color: #000000;
}
.pricing-wrapper .pricing-box.bg-dark ul li {
  border-top: 1px solid rgba(	123, 125, 128,.3);
  color: #fff;
}
.featured-product h5{
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  align-items: center;
  color: #000000;
  margin-top: 13px;
} 
.featured-product h5 span {
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  color: #4DA761;
}
.featured-product  p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  align-items: center;
  color: #000000;
  margin-bottom: 5px;
}
.featured-product h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.featured-product img {
  border-radius: 8px;
}
.visibility-hidden {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .visibility-hidden {
    display:none;
  }
  .pricing-wrapper {
    padding-top: 0;
  }
}

/* free  */
.free-right {
  border-left: 1px solid #404750;
  padding-left: 34px;
}
@media screen and (max-width: 768px) {
  .free-right {
    border-left:none;
    padding-left: 0;
  }
}
.free-right .design-tool-wrapper {
  position: static;
  margin-top: 30px;
}
.free-right .design-tool-wrapper ul {
  padding-left: 0;
}
.free-right p {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 25px;
}
.free-right img {
  width: 14px;
  margin-right: 14px;
}
.free-right .design-tool-wrapper ul img {
  margin-right: 0;
}

.prod-intro-banner {
  padding: 0 30px;
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .prod-intro-banner {
    padding: 0 30px;
    margin-top: -30px;
  }
}
.prod-intro-banner img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .prod-intro-banner img {
   margin-bottom: 20px;
 }
}
.border-radius-10 {
  border-radius: 10px;
}

.prod-intro-right .offer-info {
  background: url("../../images/product-page/prod-bg.png") #23272c;
  background-repeat: no-repeat;
  background-position: right top;
  min-height: 100px;
  padding: 24px;
  border-radius: 10px;
  padding-bottom: 85px;
}

.prod-intro-right .offer-info h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
  color: #FFFFFF;
}
.prod-intro-right .offer-info h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.prod-intro-right .offer-info h4 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.prod-intro-right .offer-info .text-danger {
  color: #EF666E;
}
.prod-intro-right .offer-info  .product-features {
  margin-bottom: 28px;
  padding-bottom: 0;
  max-width: 200px;
}
.prod-intro-right .offer-info  .product-features li {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #D3D3D3;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .prod-intro-right .offer-info  .product-features li {
    color: #f3933d;
  }
}

.prod-intro-right .offer-info  .product-features li:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background: url("../../images/product-page/arrow.png") no-repeat;
  position: absolute;
  left: 0;
}
.prod-intro-right .offer-info .btn {
  padding: 15px 30px;
  background: #00C69E;
  border-radius: 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  display: inline-block;
}
.prod-intro-right .offer-info .refund-guarantee {
  width: 78px;
  height: 78px;
  background: url("../../images/product-page/badge.png") no-repeat;
  position: absolute;
  top: -5px;
  right: 50px;
  text-align: center;
  padding-top: 12px;
}
.prod-intro-right .offer-info .refund-guarantee h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.prod-intro-right .offer-info .refund-guarantee p {
  font-style: normal;
  font-weight: bold;
  font-size: 8px;
  line-height: 11px;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 10px;
}
.prod-intro-right .offer-info .refund-guarantee img {
  margin-top: -10px;
}

/*==============================*/

.bd-products{
  overflow-x: auto;
  overflow-y: hidden;
}
.d-flex.bd-products {
  margin-left: -15px;
  margin-right: -15px;
  
}
.bd-products .thumbnail img,.bd-products .thumbnail,.bd-products .product-img-wrapper,
.bd-products .product-img-wrapper .image-caption{
  border-radius: 10px;
}
.bd-products .product-img-wrapper{
  position: relative;
}
.bd-products .product-img-wrapper .thumbnail img{
  width: 100%;
  height: auto;
}
.bd-products .product-img-wrapper:hover .thumbnail {
  opacity: .3;
}
.bd-products .product-img-wrapper .image-caption{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgb(47 47 49 / 70%);
  width: 100%;
  height: 100%;
}
.bd-products .product-img-wrapper:hover .image-caption{
  opacity: 1;
}
.bd-products .product-img-wrapper .image-caption .quick-view {
  text-decoration: none;
  position: relative;
  margin: 8px;
}
.bd-products .product-img-wrapper .image-caption .buttons{
  opacity: 1;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.bd-products .product-img-wrapper .image-caption .quick-view .img-wrapper {
  background: #FFFFFF;
  border-radius: 10px;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}
.bd-products .product-img-wrapper .image-caption .quick-view:hover .img-wrapper{
  transform: scale(1.2);
  transition: all .2s ease;
}
.bd-products .product-img-wrapper .image-caption .quick-view .img-wrapper path{
  fill:black;
}
.bd-products  .product-img-wrapper .image-caption span.tooltip-text {
  color: #fff;
  background: #000;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: block;
  border-radius: 100px;
  position: absolute;
  display: none;
  text-decoration: none;
  min-width: 105px;
}
.bd-products  .product-img-wrapper .image-caption .quick-view:hover span.tooltip-text{
  /*display: block;*/
}
.bd-products  .product-img-wrapper .image-caption span.tooltip-text:before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 50px;
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: rgba(0,0,0,1) transparent;
  left: 40px;
}
.bd-products .product-img-wrapper:hover,.bd-products .product-img-wrapper,
.bd-products  .product-img-wrapper .image-caption span.tooltip-text,
.bd-products  .product-img-wrapper .image-caption{
  transition: all .2s ease;
}
.bd-products .product-details .product-title{
  margin-top: 15px;
  margin-bottom: 5px;
}
.bd-products .product-details .product-title,.bd-products .product-details .product-title a{
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #000000;

}
.bd-products .product-details .product-title a:hover{
  text-decoration: none;
}
.bd-products  p.sub-text{
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  /*margin-bottom: 6px;*/

}
.bd-products .product-details p.price{
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  color: #000000;
  margin-top: 15px;
}
.bd-product-more a.view-more-btn{
  background: #000000;
  border-radius: 8px;
  padding: 13px 25px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  border: 2px solid #000000;
  transition: all .2s ease;
}
.bd-product-more a.view-more-btn:hover,.bd-product-more a.view-more-btn:focus{
  background-color: #fff;
  color: #000;
  transition: all .2s ease;
}
.star-rating-grey{
  position: relative;
  height: 12px;
  background-size: 12px;
  font-size: 0;
  width: 60px;
  line-height: 1;
  background-image: url(../../images/product-page/grey-star.svg);
  background-repeat: repeat-x;
}
.star-rating-grey .star-rating{
  background-image: url(../../images/product-page/black-star.svg);
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  height: 12px;
  background-size: 12px;
  margin-left: 0;
  background-repeat: repeat-x;
}
.product-review-header .star-rating-grey{
  width: 85px;
    background-size: 17px;
    height: 17px;
}
.product-review-header .star-rating-grey .star-rating{
  background-size: 17px;
  height: 17px;
}
.review-form p.stars span{
background:url(../../images/product-page/grey-star.svg) repeat-x left;
width: 80px;
    background-size: 16px;
    height: 16px;
}
.review-form p.stars span a.active{
  background:url(../../images/product-page/black-star.svg) repeat-x left;
  background-size: 16px;
  height: 16px;
}
.review-form p.stars span a:hover, .review-form p.stars span a:focus{
  background:url(../../images/product-page/black-star.svg) repeat-x left;
  background-size: 16px;
  height: 16px;
}
.product-features-star {
    list-style: none;
    padding-left: 15px;
    padding-bottom: 36px;
  }
 .product-features-star li {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #282b30;
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
}
.product-features-star li:before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    background: url(/wp-content/themes/bootstradash/images/product-page/arrow.png) no-repeat;
    position: absolute;
    left: 0;
} 
.old-star {
      display: flex;
    background: #EEEFEF;
    padding-top: 14px;
    border-radius: 10px;
    position: relative;
    float: right;
}
p.old-star-p {
  padding-left: 190px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #5C5C5C;
}
.old-star-a {
  font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #252525;
    padding-left: 11px;
    padding-right: 230px;
}
@media (max-width: 946px){
  .product-features-star {
      padding-bottom: 10px;
  }
  .old-star {
    display: block;
    background: #EEEFEF;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    
  }
  p.old-star-p {
    padding-left: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #5C5C5C;
  }
  .old-star-a {
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    color: #252525;
    padding-left: 11px;
    padding-right: 10px;
  }
}