.product-single {
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}
.product-title {
    font-size: 36px;
    line-height: 47px;
    font-weight: 500;
}
.product-details {
  margin-bottom: 0.75rem;
}
.product-details li {
  margin-bottom: 0.2rem;
  line-height: 30px;
}
.product-details li .product-label, .description-label {
  display: inline-block;
  color: #e31b23;
  font-weight: 500;
  margin-right: 0.25rem;
}
.product-label-small {
  display: inline-block;
  color: #e31b23;
  font-weight: 500;
  margin-right: 0.25rem;
  font-size: 14px;
}
.product-description {
  margin-top: 0.5rem;
  margin-bottom: 0;
  line-height: 1.6;
}
.product-image {
  margin-top: 0;
  margin-bottom: 0;
}
.product-image img {
  width: 598px;
  max-width: 100%;
  height: 598px;
  max-height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
@media (max-width: 600px) {
	.product-image img {
		object-fit: contain !important;
		height: auto !important;
		}
		.similar-products .col-4 {
    width: 100% !important;
}
.similar-products .d-flex.align-items-center.rounded.mb-3 {
    max-height: 225px ! IMPORTANT;
	overflow: hidden !Important;

}

.fon-personal-care img {
	max-width: 100% !important;
		}


	}
.product-contact {
  background: #F2F4F5;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 0;
}
.product-contact .wpcf7-form-control {
  margin-bottom: 0.5rem;
  min-height: 60px;
  border-color: #DFDFDF;
  border-radius: 4px;
}
.product-contact .wpcf7-submit {
  padding: 0.5rem 1rem;
}
.description-text p {
    font-size: 16px;
    line-height: 30px;
}
label.form-label {
    font-size: 16px;
    line-height: 30px;
}
button.btn.btn-sibo.btn-sibo--red {
    height: 60px;
	min-width: 228px;
}
.category-pill {
    font-size: 12px;
    line-height: 20px !important;
    background-color: #232323;
	font-weight: 500;
}
h3, h2, h1, p {
	padding: 0;
}	
.similar-products h3.h6.mb-2 {
    font-size: 18px;
    line-height: 30px;
}
.header-similar {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.inquiry-title {
    font-size: 24px !important;
    line-height: 36px !important;
    font-weight: 400 !important;
	    color: #C9221D;
}

.row.product-details {
    margin-left: 25px;
}

.inquiry-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  color: #232323;
  position: relative;
}

.arrow-container {
  display: inline-block;
  position: relative;
  width: 1em;        /* fixed width so text never moves */
  height: 1em;
  margin-left: .5rem;
  overflow: hidden;
}

.arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform .3s ease, opacity .3s ease;
}

/* default (visible) */
.default-arrow {
  transform: translateY(0);
  opacity: 1;
}

/* hover arrow starts above, invisible */
.hover-arrow {
  transform: translateY(-100%);
  opacity: 0;
}

/* hover state: slide default down & fade... */
.inquiry-button:hover .default-arrow {
  transform: translateY(100%);
  opacity: 0;
}

/* ...and bring hover-arrow down into view */
.inquiry-button:hover .hover-arrow {
  transform: translateY(0);
  opacity: 1;
}

.site-container ul.list-unstyled.mb-0 > li {
  max-width: 999ch;
  white-space: break-spaces;
  overflow: hidden;
  text-overflow: ellipsis;
}

.personal-left {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.product-specs li {
    margin-top: 10px;
}