.wrapper {
    padding-top    : 10px;
    padding-bottom : 20px;
}
#result_div {
    background-color : #FFF;
    width            : 640px;
    height           : 175px;
    margin           : 0 auto;
    margin-bottom    : 10px;
    margin-left      : 445px;
    margin-top       : 300px;
}

}#cart {
    width            : 979px;
    height           : auto;
    margin-top       : -20px;
    position         : relative;
    background-color : #FFFFFF;
}

.product_div {
    width         : 100%;
    min-height    : 250px;
    background    : #fff;
    padding       : 15px;
    margin-bottom : 15px;
    border        : 1px solid #E0E0E0;
    margin-left:-15px;
    margin-right : -15px;
}
.product_name {
    margin-top : 20px;
    margin-left: 10px;
    font-size  : 1.25em;
    font-weight: bold;
    height:2.5em;
}
.product_img {
    width  : 100%;
    height: 300px;
}
.product_img > img {
    max-width  : 100%;
    max-height : 100%;
}
.product_info {
    padding : 5px 10px;
    height : 430px;
    overflow-y : scroll;
    border-right:1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.product_price {
    margin-top : 20px;
    font-size  : 1.25em;
}
.bill_info {
    background-color : #FFF;
}

h1 {
    padding          : 20px;
    background-color : #333333;
    color            : #FFF;
}
.cart_text {
    color       : #2a3858;
    font-family : 'Raleway', sans-serif;
}
.shoptable {
    font-size        : 15px;
    background-color : #E1E1E1;
    width            : 100%;
}
.shoptable tr {
    bgcolor : #FFFFFF;
}
#main_heading {
    font-weight : bold;
    bgcolor     : #FFFFFF;
}
.name {
    font-weight   : 700;
    font-size     : 17px;
    margin-bottom : 10px;
}
.desc {
    font-size     : 15px;
    margin-bottom : 11px;
    min-height    : 105px;
    line-height   : 1.4;
}
.product_add {
    margin-top : 23px;
}
span#go_back {
    margin-left : 245px;
}

.btn.teal {
    color:#fff;
    -webkit-transition  : 0.3s background, 0.3s color;
    -moz-transition     : 0.3s background, 0.3s color;
    transition          : 0.3s background, 0.3s color;
}
.fg-button:active {
    top : 2px;
}
.btn.teal {
    border-color     : #04A5A1;
    background-color : #08BBB7;
}
.btn.teal:hover {
    color: #333;
    background : #0ACFCB;
}
.btn.teal:active {
    color : #333;
    background          : #09cbc7;
    border-bottom-width : 1px;
}