/* PRODUCT PAGE */

h1.product-title{
	font-weight: 700;
	font-size: 31.5px;
	line-height: 100%;
	margin: 30px 0px;
}

.star-rating{
    width: 85px;
	height: 20px;
}

.star-rating:before, .woocommerce-page .star-rating:before,
.star-rating span:before{
    display: block;
    width: 100%;
    height: 20px;
    background: url(../star-big.svg) repeat-x;
    background-size: 17px 14px;
    background-position: center left;
    content: '';
	opacity: 0.3;
}

.star-rating span:before {
    opacity: 1;
}

.woocommerce-review-link{
	font-weight: 600;
	font-size: 14.5px;
	line-height: 100%;
	text-decoration: underline;
	color: #A4A4A6 !important;
}

.product-short-description{
	font-weight: 600;
	font-size: 14.5px;
	line-height: 100%;
	color: #454648;
	margin-top: 20px;
	margin-bottom: 40px;
}

.product-variations__price-block .woocommerce-Price-amount.amount{
	color: #4F6416;
}

.product-variations__title-block .woocommerce-Price-amount.amount{
	color: #45464894;
}

.custom-add-to-cart-button{
	width: 56px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--fs-color-primary);
	padding: 15px !important;
	border-radius: 12px;
}

.product-section{
	border: none;
}

.product-section-title-related{
	font-size: 22px;
	line-height: 100%;
	margin-bottom: 40px;
	margin-top: 60px;
}

.product-images img,
.product-thumbnails img{
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #FFF;
}

.sticky-col .col-inner{
	position: sticky;
	top: 0px;
}

@media only screen and (max-width: 549px) {
	.product-section-title-related{
		margin-top: 0;
	}
}
/* END PRODUCT PAGE */
