span.ea-productName {
    font-weight: 400;
    text-transform: none;
    font-size:120%;
    line-height: 110%;
}
.ea-primeLinkSmall img {
    height:16px;
}

/* Template default (FullWidth) */
.ea-FullWidth {
    border:1px solid #ececec;
    max-width:100%;
    position:relative;
}

.ea-FullWidth a, .ea-FullWidth a:hover{
    text-decoration: none;
}

.ea-FullWidth .ea-anOffer {
    text-transform: uppercase;
    position: absolute;
    top:-1px;
    right:-1px;
    background-color: #79ba49;
    -webkit-border-radius:0 0 0 10px;
    -moz-border-radius:0 0 0 10px;
    border-radius:0 0 0 10px;
    padding:3px 25px 3px 25px;
    color:white;
    font-size:smaller;
}

.ea-FullWidth-inner {
    padding:20px;
}


.ea-FullWidth-thumb {
    width: 160px;
    margin-right: 15px;
    margin-bottom:25px;
    text-align: center;
    font-size:12px;

    float:left;
}
.ea-FullWidth-thumb img {
    margin-bottom:15px;
}

.ea-FullWidth-name {
    margin-bottom:25px;
    margin-top:20px;
}

.ea-FullWidth-productFeatures {
    display:flex;
    min-width:175px;
}

.ea-FullWidth-contentFooter {
    text-align: right;
}

.ea-FullWidth-contentFooter a.ea-primeLink:hover {
    text-decoration: none;
}
.ea-FullWidth-contentFooter a.ea-primeLink {
    text-decoration: none;
    display: inline-block;
    width:55px;
    vertical-align: middle;
    margin-left:5px;
}
.ea-FullWidth-contentFooter a img {
    display: inline-block;
    vertical-align: middle;

}

.ea-FullWidth-contentFooter .ea-price {
    margin-left:15px;
    font-size:20px;
    font-weight:bold;
    display:inline-block;
    line-height:34px;
    vertical-align: middle;
}
.ea-FullWidth-contentFooter .ea-priceOld {
    text-decoration: line-through;
    font-size:14px;
    color:#4c4c4d;

    display:inline-block;
    line-height:34px;
    vertical-align: middle;
}

.ea-FullWidth-contentFooter .ea-priceSaved {
    margin-left:15px;
    border-radius:2px;
    background-color: #79ba49;
    padding:4px 6px;
    color:white;
    font-size:12px;
    line-height: 12px;

    display:inline-block;
    vertical-align: middle;
}

.ea-FullWidth-contentFooter .ea-lowestPrice {
    margin-left:15px;
    font-size:20px;
    font-weight:bold;
    display:inline-block;
    line-height:34px;
    vertical-align: middle;
}

.ea-FullWidth-contentFooter .ea-BuyButton {
    font:13px/44px sans-serif !important;
    text-decoration: none !important;
    text-align: center !important;
    height:42px;
    padding:7px 20px 8px 50px;
    border:1px solid #c5a65a;
    border-radius:4px;
    background: url(https://i.imgur.com/juarELs.png) no-repeat 3px 3px, -webkit-gradient(linear, left top, left bottom, color-stop(.05, #f6dd9f), color-stop(1, #f0c24d));
    white-space:nowrap;
}

.ea-FullWidth-contentFooter .ea-BuyButton:hover{
    text-decoration: none !important;
    font-weight: bold !important;
    color:#000000 !important;
    -webkit-box-shadow: 0 14px 37px 1px rgba(0,0,0,0.38);
    -moz-box-shadow: 0 14px 37px 1px rgba(0,0,0,0.38);
    box-shadow: 0 14px 37px 1px rgba(0,0,0,0.38);
    white-space:nowrap;
}



.eaStarRating {
    width:100%;
}
.eaStar {
    font-size: x-large;
    width: 20px;
    display: inline-block;
    color: gray;
}
.eaStar:last-child {
    margin-right: 0;
}
.eaStar:before {
    content:'\2605';
}
.eaStar.on {
    color: gold;
}
.eaStar.half:after {
    content:'\2605';
    color: gold;
    position: absolute;
    margin-left: -20px;
    width: 10px;
    overflow: hidden;
}

/* Template sidebar */
.ea-sidebar {
    border:1px solid #ececec;
    max-width:100%;
//width:275px;
    position:relative;
}

.ea-sidebarInner {
    padding:20px;
    text-align:center;
    font-size:15px;
    letter-spacing: -0.5px;
}

.ea-sidebar .ea-sidebarInner .ea-rating {
    display:inline-block;
}

.ea-sidebar .ea-sidebarInner .ea-prime {
    display:inline-block;
}
.ea-sidebar .ea-sidebarInner .ea-primeLinkSmall {
    margin-left:10px;
}

.ea-sidebar .ea-sidebarInner .ea-primeLinkSmall img {
    margin-top:10px;
}

.ea-sidebar .ea-sidebarInner .ea-price {
    clear:both;
}

.ea-sidebar .ea-price {
    margin-left:5px;
    font-size:20px;
    font-weight:bold;
    display:inline-block;
    line-height:34px;
    vertical-align: middle;
}
.ea-sidebar .ea-priceOld {
    text-decoration: line-through;
    font-size:14px;
    color:#4c4c4d;
    display:inline-block;
    line-height:34px;
    vertical-align: middle;
}

.ea-sidebar .ea-savedEUR {
    margin-left:15px;
    border-radius:2px;
    background-color: #79ba49;
    padding:4px 6px;
    color:white;
    font-size:12px;
    line-height: 12px;
    display:inline-block;
    vertical-align: middle;
}

.ea-sidebar .ea-lowestPrice {
    margin-left:15px;
    font-size:20px;
    font-weight:bold;
    display:inline-block;
    line-height:34px;
    vertical-align: middle;
}

.ea-sidebar .ea-BuyButton {
    font:13px/44px sans-serif !important;
    text-decoration: none !important;
    text-align: center !important;
    height:42px;
    padding:7px 10px 8px 32px;
    border:1px solid #c5a65a;
    border-radius:4px;
    background: url(https://i.imgur.com/juarELs.png) no-repeat 3px 3px, -webkit-gradient(linear, left top, left bottom, color-stop(.05, #f6dd9f), color-stop(1, #f0c24d));
    white-space:nowrap;
}

.ea-sidebar .ea-anOffer {
    text-transform: uppercase;
    position: absolute;
    top:-1px;
    right:-1px;
    background-color: #79ba49;
    -webkit-border-radius:0 0 0 10px;
    -moz-border-radius:0 0 0 10px;
    border-radius:0 0 0 10px;
    padding:3px 10px 3px 15px;
    color:white;
    font-size:12px;
}

/* Template smLeft and Right */
.ea-small {
    border:1px solid #ececec;
    width:25%;
    min-width:140px;
    position:relative;
}
.ea-smallLeft {
    float:left;
    margin:20px 45px 20px 0;
}

.ea-smallRight {
    float:right;
    margin:20px 0 20px 45px;
}

.ea-smallInner {
    padding:20px 20px 5px 20px;
    text-align:center;
    font-size:15px;
    letter-spacing: -0.5px;
}

.ea-small .ea-smallInner .ea-rating {
    display:inline-block;
}

.ea-small .ea-smallInner .ea-prime {
    display:inline-block;
}
.ea-small .ea-smallInner .ea-primeLinkSmall {
    margin-left:10px;
}

.ea-small .ea-smallInner .ea-primeLinkSmall img {
    margin-top:10px;
}

.ea-small .ea-smallInner .ea-price {
    clear:both;
}

.ea-small .ea-price {
    //margin-left:5px;
    font-size:20px;
    font-weight:bold;
    display:inline-block;
    line-height:34px;
    vertical-align: middle;
}
.ea-small .ea-oldPrice {
    text-decoration: line-through;
    font-size:14px;
    color:#4c4c4d;
    display:inline-block;
    line-height:34px;
    vertical-align: middle;
}

.ea-small .ea-savedEUR {
    margin-left:15px;
    border-radius:2px;
    background-color: #79ba49;
    padding:4px 6px;
    color:white;
    font-size:12px;
    line-height: 12px;
    display:inline-block;
    vertical-align: middle;
}

.ea-small .ea-lowestPrice {
    margin-left:15px;
    font-size:20px;
    font-weight:bold;
    display:inline-block;
    line-height:34px;
    vertical-align: middle;
}

.ea-small .ea-BuyButton {
    font:13px/44px sans-serif !important;
    text-decoration: none !important;
    text-align: center !important;
    height:42px;
    padding:7px 10px 8px 32px;
    border:1px solid #c5a65a;
    border-radius:4px;
    background: url(https://i.imgur.com/juarELs.png) no-repeat 3px 3px, -webkit-gradient(linear, left top, left bottom, color-stop(.05, #f6dd9f), color-stop(1, #f0c24d));
    white-space:nowrap;
}

.ea-small.ea-smallLeft .ea-anOffer {
    text-transform: uppercase;
    position: absolute;
    top:-1px;
    left:-1px;
    background-color: #79ba49;
    -webkit-border-radius:0 0 10px  0;
    -moz-border-radius:0 0 10px  0;
    border-radius:0 0 10px 0;
    padding:3px 10px 3px 10px;
    color:white;
    font-size:12px;
}

.ea-small.ea-smallRight .ea-anOffer {
    text-transform: uppercase;
    position: absolute;
    top:-1px;
    right:-1px;
    background-color: #79ba49;
    -webkit-border-radius:0 0 0 10px;
    -moz-border-radius:0 0 0 10px;
    border-radius:0 0 0 10px;
    padding:3px 10px 3px 10px;
    color:white;
    font-size:12px;
}


.ea-smallFullWidth {
    border:1px solid #ececec;
    max-width:100%;
    position:relative;
}

.ea-smallFullWidth a, .ea-smallFullWidth a:hover{
    text-decoration: none;
}

.ea-smallFullWidth .ea-anOffer {
    text-transform: uppercase;
    position: absolute;
    top:-1px;
    right:-1px;
    background-color: #79ba49;
    -webkit-border-radius:0 0 0 10px;
    -moz-border-radius:0 0 0 10px;
    border-radius:0 0 0 10px;
    padding:3px 25px 3px 25px;
    color:white;
    font-size:smaller;
}

.ea-smallFullWidth-inner {
    padding:0 20px 0 20px;
}


.ea-smallFullWidth-thumb {
    width: 160px;
    margin-right: 15px;
    text-align: center;
    font-size:12px;
    float:left;
}

.ea-smallFullWidth-name {
    margin-bottom:20px;
    margin-top:25px;
}

.ea-smallFullWidth-contentFooter {
    padding:0 0 10px 0;
    text-align: right;
}

.ea-smallFullWidth-contentFooter a.ea-primeLink:hover {
    text-decoration: none;
}
.ea-smallFullWidth-contentFooter a.ea-primeLink {
    text-decoration: none;
    display: inline-block;
    width:55px;
    vertical-align: middle;
    margin-left:5px;
}
.ea-smallFullWidth-contentFooter a img {
    display: inline-block;
    vertical-align: middle;
}

.ea-smallFullWidth-contentFooter .ea-price {
    margin-left:15px;
    font-size:20px;
    font-weight:bold;
    display:inline-block;
    line-height:34px;
    vertical-align: middle;
}
.ea-smallFullWidth-contentFooter .ea-priceOld {
    text-decoration: line-through;
    font-size:14px;
    color:#4c4c4d;
    display:inline-block;
    line-height:34px;
    vertical-align: middle;
}

.ea-smallFullWidth-contentFooter .ea-priceSaved {
    margin-left:15px;
    border-radius:2px;
    background-color: #79ba49;
    padding:4px 6px;
    color:white;
    font-size:12px;
    line-height: 12px;
    display:inline-block;
    vertical-align: middle;
}

.ea-smallFullWidth-contentFooter .ea-lowestPrice {
    margin-left:15px;
    font-size:20px;
    font-weight:bold;
    display:inline-block;
    line-height:34px;
    vertical-align: middle;
}

.ea-smallFullWidth-contentFooter .ea-BuyButton {
    font:13px/44px sans-serif !important;
    text-decoration: none !important;
    text-align: center !important;
    height:42px;
    padding:7px 10px 8px 40px;
    border:1px solid #c5a65a;
    border-radius:4px;
    background: url(https://i.imgur.com/juarELs.png) no-repeat 3px 3px, -webkit-gradient(linear, left top, left bottom, color-stop(.05, #f6dd9f), color-stop(1, #f0c24d));
    white-space:nowrap;
}

.ea-smallFullWidth-contentFooter .ea-BuyButton:hover{
    text-decoration: none !important;
    font-weight: bold !important;
    color:#000000 !important;
    -webkit-box-shadow: 0 14px 37px 1px rgba(0,0,0,0.38);
    -moz-box-shadow: 0 14px 37px 1px rgba(0,0,0,0.38);
    box-shadow: 0 14px 37px 1px rgba(0,0,0,0.38);
    white-space:nowrap;
}