.product-box {
    background-color: #FFFFFF;
    padding-top: 32px;
    width: 304px;
    height:510px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    margin: 56px 9px 0 9px;
    overflow: hidden;
}

.product-box .product-special {
    font-family: 'Open Sans', sans-serif;
    background-color: #ef353c;
    width: 79px;
    height: 39px;
    line-height: 39px;
    font-size: 11pt;
    font-weight: 200;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 33px;
    left: 0px;
}

.product-box .product-image img {
    max-height: 280px;
}

.product-box .product-details h1 {
    padding: 0 0 16px 0;
    margin: 20px 0 0 0;
    font-size: 18pt;
    font-weight: 200;
    text-transform: uppercase;
    color: #444444;
    background-image: url('../images/product-h1-bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    line-height: normal;
    border-bottom: none;
}

.product-box .product-details h1 a {
    text-decoration: none;
    color: #444444;
}

.product-box .product-details h2 {
    margin: 16px 0 16px 0;
    padding: 0;
    color: #94ab28;
    font-size: 18pt;
    text-transform: uppercase;
}

.product-box .product-details h2 a {
    text-decoration: none;
    color: #94ab28;
}

.product-box .product-details h2 .product-original-price {
    text-decoration: line-through;
    color: #444444;
    font-size: 10pt;
    font-weight: normal;
    padding-left: 5px;
    text-transform: none;
}

.product-box .product-details .product-buy {
    display: block;
    width: 183px;
    height: 47px;
    line-height: 47px;
    font-size: 12pt;
    margin: 0 auto;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #acbf22;
    border-radius: 3px;
    font-weight: bold;
}

.product-box .product-details .product-buy i {
    font-size: 17pt;
    position: relative;
    top: 2px;
    left: 3px;
}

.subPage.basket table td.first a.image{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 78px;
    height: 82px;
    margin: 0px 0 0 9px;
    float: left;
}

.subPage.basket table td .oldPrice{
    color: #2c2c2c;
    font-weight: normal;
    display: block;
}

.subPage.basket table td .price{
    color: #2c2c2c;
    font-weight: normal;
    display: block;
}

.subPage.basket .rectangleButton{
    background: #ebebeb;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    display: inline-block;
    color: #2c2c2c;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.subPage.basket .orderButton{
    text-align: center;
}

.subPage.basket .nextBtnHolder{
    margin-top: 20px;
}

.subPage.basket .cart-delivery-and-payment-method p.chk{
    
}