

.product-row { 
	width: -webkit-fill-available;
	width: -moz-fill-available; 
	margin: var(--margin-card); 
	padding: 1rem 4rem;

	display: inline-flex;

	background-color: var(--background-color-card); 
	border-radius: var(--border-radius);
	box-shadow: var(--box-shadow);
}

.product-row-comment { 
	display: block; 
    padding: 1rem;
	text-align: justify;
}


.product-column {   
	position: relative;
	padding: 1rem;

	display: inline-flex;
	flex-direction: column;   
}

.product-column-center {    
	align-items: center; 
}

.product-column-33 {    
	width:33%;
}

.product-column-66 {    
	width:66%;
}

.product-box-img { 
	width:100%;
	object-fit: contain; 
}

.product-box-score {

}

.product-box-title {
	font-size: calc(var(--font-size-title) * 2);
	margin-top: 3rem; 
}

.product-box-reviews {
	display: inline-flex;
}
 


.product-box-info {
	width: -webkit-fill-available;
	width: -moz-fill-available;  
	font-size: var(--font-size-sub);
	margin-top:2rem;

	display: inline-flex;
    justify-content: center;
}

.product-box-info tr:nth-child(2n-1) { 
	background-color:var(--background-color);
} 

.product-box-info td { 
	/*word-break: break-all;
    word-wrap: break-word;*/
	overflow-x: hidden;
}  

.product-box-features { 
	text-align: justify;
}


.product-box-features li {
	 margin-top: 2rem; 
}

.product-box-store {  
	margin: 2rem 0 ;
	width: fit-content;
 
	padding: 1rem;
	font-size: var(--font-size-big);
	color: white;
	background-color: var(--app-color);
	border-radius: var(--border-radius);
	box-shadow: var(--box-shadow);

	cursor: pointer;
}

.product-box-store:hover { 
	transform: scale(0.95); 
} 


.product-box-discount{
	font-size:var(--font-size-big);
	color: var(--app-color); 
}


.ganga_chart{
	width: 100%;
	position: relative;
	margin: var(--margin-card); 
} 
.ganga_chart canvas{
	width: 100%;
	position: relative;
	border-radius: var(--border-radius);
}
.ganga_chart-slider-container{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ganga_chart input{
	width: 90%;
	margin: auto;
} 