.products__name h1 {
	text-align: center;
	font-size: 1.5rem;
}

.product__description {
	color: #777;
	font-size: 0.8125rem;
	display: block;
	text-align: justify;
}

.select__btn{
	padding: 0.175rem 0.15rem;
}

.product__active_text {
	font-size: 0.875rem;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0;
}


.product__information h2 {
	font-size: 1.125rem;
	color: #777;
	font-weight: bold;
	text-align: center;
}

.products__specifications h2 {	
	font-size: 1.125rem;
	color: #777;
	font-weight: bold;
	text-align: center;
}

.product__information p {
	text-align: justify;
}

.products__specifications p {
	text-align: justify;
}

.product__active {
	background: #fff3b5;
	border: 1px solid #cccccc;
	border-radius: 7px;
	margin: 0px 0px 10px 0px ;
	padding: 2px 2px 10px 2px ;
}

.shop_in_cart p {
	margin: 0;
}

.product-price__selected {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border-radius: .25rem;
	border: 1px solid #cccccc;
}

.product__buttoncart button {
	font-size: 1.125rem;
	width: 100%;
	height: 100%;
	line-height: 2.5em;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px #777;
	color: #fff;
	outline: none;
	border: 2px solid #72D268;
	border-radius: 5px;
	box-shadow: 0 0 0 60px rgba(0, 0, 0, 0) inset, .1em .1em .2em #0b5004;
	background: linear-gradient(#72d268, #4ed249 48%, #2fd22f 52%, #15d206);
}

.product__buttoncart button:hover {
	background: linear-gradient(#15d206, #2fd22f 48%, #4ed249 52%, #15d206);
}