body, html {
    margin:0px !important;
    padding:0px !important;
    font-size:12px !important;
    font-family: Verdana, Arial !important;
}

.header-logo {
    height: 65px;
    margin: 5px 0px;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.box {
    font-family: Arial, 'Trebuchet MS', Verdana, sans-serif;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    padding: 0;
    width: 100%;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(150,150,150,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(150,150,150,1);
    box-shadow: 0px 0px 8px 0px rgba(150,150,150,1);
    border: 1px solid;
    border-color: #969696;
    border-radius: 10px 10px 10px 10px;
}
.top_banner {
    background-color: #0F75BC;
    float: left;
    max-height: 310px;
    width: 100%;
}
.top_banner_left {
    width: 50%;
    float: left;
    padding: 0px;
}
.top_banner_right {
    width: 49%;
    float: left;
    padding-right: 1%;
}
.top_banner_left img {
    max-width: 100%;
    max-height: 310px;
    padding: 15px 0px;
}
.top_banner_price {
    width:100%;
    font-size:36px;
    float:left;
    font-weight: bold;
    padding-top: 2px;
}
.top_banner_buy_now {
    width:100%; 
    float:left;
    padding-bottom:15px;
}
.top_banner_buy_now img {
    width: 100%;
    max-width: 166px;
}
.offers {
    width:105px;
    border: 1px solid;
    border-color: #F7941E;
    padding: 7px;
    border-radius: 0px 10px 0px 0px;
    background-color: #F7941E;
    font-size:14px;
    margin-left: 1%;
    -webkit-box-shadow: 0px -2px 4px 0px rgba(247,148,30,1);
    -moz-box-shadow: 0px -2px 4px 0px rgba(247,148,30,1);
    box-shadow: 0px -2px 4px 0px rgba(247,148,30,1);
}
.line {
    width:98%;
    height:5px;
    background-color: #F7941E;
    margin-left: 1%;
}
.line2 {
    width:98%;
    height:2px;
    background-color: #CCCCCC;
    margin-left: 1%;
}
.product_title {
    padding: 0px
}
.product_title a {
    font-size: 15px;
    color:#757575;
    text-decoration:none;
    font-weight: bold;
}
.product_image {
    padding:0px;
    max-height: 230px;
}
.product_image img {
    max-width:100%;
    max-height: 230px;
}
.product_description {
    font-size:13px;
    padding-bottom: 10px;
    color: #999999;
}
.product_price {
    padding-bottom: 10px;
    font-size:26px;
    color: #0F75BC;
    font-weight:bold;
}
.services {
    margin-top: 5px;
    font-size:14px;
    font-weight: bold;
    background-color: #F7941E;
    color:#FFFFFF;
    margin-left: 1%;
    width: 98%;
    line-height: 30px;
    -webkit-box-shadow: 0px -2px 4px 0px rgba(247,148,30,1);
    -moz-box-shadow: 0px -2px 4px 0px rgba(247,148,30,1);
    box-shadow: 0px -2px 4px 0px rgba(247,148,30,1);
}
.services a {
    font-size:12px;
}
.white {
    color: #FFFFFF;
}

@media all and (max-width: 1024px) {
    .top_banner {
        max-height: 600px;
    }
}

@media all and (max-width: 800px) {
    .top_banner_left, .top_banner_right {
        width:100%;
        padding: 0px;
    }       

    .product + .product {
        margin-top: 50px;
    }
}
@media all and (max-width: 650px) {
    .top_banner_price {
        font-size: 30px;
        padding-top: 10px;
    }
}
@media all and (max-width: 500px) {
    .top_banner_price {
        font-size: 28px;
        padding-top: 10px;
    }
}
@media all and (max-width: 400px) {
    .top_banner_price {
        font-size: 26px;
        padding-top: 5px;
    }
}