@font-face {
  font-family: "Owners";
  src: url("../fonts/OwnersTRIAL-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Owners";
  src: url("../fonts/OwnersTRIAL-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
h1.entry-title {
  font-size: 40px;
  color: #000000;
  margin-bottom: 0;
  font-family: "Owners", "Lato", sans-serif;
  font-weight: 700;
}

.custom-product-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}

.product-rating {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
  font-weight: 700;
}

.product-rating span {
  font-size: 18px;
  color: #000000;
  margin-left: 10px;
  font-weight: 700;
}

.product-rating svg {
  vertical-align: middle;
}

.product-price {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.text-left .is-divider {
  display: none;
}

.divider-small {
  width: 60px;
  border: 2px solid #595959;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

ul li.bullet-checkmark:before {
  content: url("../check-mark-circle.svg") !important;
}

ul li.bullet-checkmark {
  padding: 7px 0 7px 40px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.button {
  border-radius: 10px;
  padding: 0.25em 1.2em;
}

.product-gallery-slider img {
  border-radius: 15px;
  width: 450px;
  height: 450px;
}
.product-thumbnails a {
  border-radius: 15px;
}
.product-thumbnails img {
  border-radius: 15px;
}
.product-info{
  padding-top: 0;
}
.product-summary{
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  ul li.bullet-checkmark:before {
  content: url("../check-mark-circle.svg") !important;
vertical-align: middle;
}

ul li.bullet-checkmark {
  font-size: 16px;
vertical-align: middle;
border-bottom: 0px;
}
h1.entry-title {
  font-size: 38px;
}
}

.product-info .price {
  display:none;
}

@media only screen and (max-width: 450px) {
  .product-rating span{
    font-size: 16px;
  }
}

@media only screen and (max-width: 380px) {
  .product-rating span{
    font-size: 14px;
  }
}



