.winnerAmazonProduct{
	height: 30px;
    background: #137CB9;
    width: 160px;
    text-align: right;
    padding-right: 10px;
    color: #FFF;
    font-size: 1rem;
    line-height: 28px;
    font-family: 'Open Sans';
    font-weight: 400;
    background-image: url('/core/img/amazon/white_star.svg');
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 6px;
    background-size: 15px;
    margin: 0 auto;
}

.productAmazon.amplia,
.productAmazon.right,
.productAmazon.left{
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.productAmazon.amplia{
	width: 100%;
	position: relative;
}
.productAmazon.right{
	width: 50%;
	margin-top: 0px;
	margin-left: 30px;
}

.productAmazon p.description{
	font-weight: normal;
	margin-bottom: 5px;
}
.productAmazon p.extraInfo{
	color:#9E9E9E;	
}

.productAmazon.left{
  	width: 50%;
  	margin-top: 0px;
  	margin-right: 30px;
}
.productAmazon.right{
	float: right;
	position: relative;
}
.productAmazon.left{
 	float: left;
 	position: relative;
}
.productAmazon.amplia > a > #imageProductAmazon,
.productAmazon.right  > a > #imageProductAmazon,
.productAmazon.left  > a > #imageProductAmazon{
    background-repeat: no-repeat;
    height: 300px;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    border-left: 1px solid #dedede;        
}
.productAmazon.amplia > a > #imageProductAmazon{
	width: 50%;
	float: left;
	max-width: 350px;	
}
.productAmazon.right > a > #imageProductAmazon,
.productAmazon.left  > a > #imageProductAmazon{
	width: 100%;
	max-width: 150px;
	float: left;
}
.productAmazon.amplia > #detailAmazonProduct{
	display: table-cell;
    width:50%;
    text-align: center;
}
.productAmazon.right  > #detailAmazonProduct,
.productAmazon.left   > #detailAmazonProduct{
    display: table-cell;
    width: 50%;
    text-align: center;
}
.productAmazon.left #priceAmazonProduct,
.productAmazon.right #priceAmazonProduct{
	width: 100%;
}

.productAmazon.amplia > #detailAmazonProduct{
	height: 300px;
	vertical-align: middle;
}

.productAmazon.amplia > #detailAmazonProduct > a > p#titleAmazonProduct, 
.productAmazon.right  > #detailAmazonProduct > a > p#titleAmazonProduct,
.productAmazon.left   > #detailAmazonProduct > a > p#titleAmazonProduct{
	font-size: 1.3rem;
    font-weight: 600;
    color: #232f3e;
    line-height: 1.7rem;
    margin-bottom: 8px;
    margin-top: 10px;
}


.productAmazon.amplia .tag,
.productAmazon.right .tag,
.productAmazon.left .tag{
	position: absolute;
    padding: 6px 28px;
    background: #1893d0;
    color: #fff;    
    top:10px;
    margin-left: -10px;
 }

#priceAmazonProduct{
	padding: 5px;
    background: #ec3e27;
    border-radius: 3px;
    border: 1px solid #d03621;
    font-size: .9rem;
    font-weight: bold;
    font-family: 'Open Sans';
    width:80%;    
    margin: 0 auto;
    color: #fff;
}  

#priceAmazonProduct a{
	color: #fff !important;
}
@media screen and (max-width:  700px) {
	.productAmazon.amplia,
	.productAmazon.right,
	.productAmazon.left{
		height: auto;
	}
	.productAmazon.right,
	.productAmazon.left{
		width: 100%;
	}
	.productAmazon.amplia > a > #imageProductAmazon,
	.productAmazon.right  > a > #imageProductAmazon,
	.productAmazon.left   > a > #imageProductAmazon{
		width: 100%;
		height: 300px;
	}
	.productAmazon.amplia > #detailAmazonProduct,
	.productAmazon.right  > #detailAmazonProduct,
	.productAmazon.left   > #detailAmazonProduct{
		width: 100%;
		height: auto;
		display: inline-block;
	}
	.productAmazon.amplia > #detailAmazonProduct > a > p#titleAmazonProduct,
	.productAmazon.right  > #detailAmazonProduct > a > p#titleAmazonProduct,
	.productAmazon.left   > #detailAmazonProduct > a > p#titleAmazonProduct{
		margin-top: 10px;
	}
	.winnerAmazonProduct{
		margin-top: 10px;
	}
	.productAmazon.amplia > a > #imageProductAmazon{
		max-width: 100%;
	}

}
@media screen and (max-width:  500px) {
	.productAmazon.amplia > a 	> #imageProductAmazon,
	.productAmazon.right  > a 	> #imageProductAmazon,
	.productAmazon.left   > a 	> #imageProductAmazon{
		height: 230px;
	}
}