 .page-content{
    padding: 0!important;
}
 .page-header{
    margin-bottom:.625rem;
}
#add_to_cart{
    font: 700 17px/21px Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    padding: 0;
    border: 1px solid;
    border-color: #0079b6 #006fa8 #012740 #006fa8;
    margin: 0 7px 10px;}
#add_to_car span {
    border: 1px solid;
    border-color: #06b2e6;
    padding: 10px 14px;
    display: block;
    background: #009ad0;
    background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0); }
 #add_to_car:hover {
    border-color: #01314e #004b74 #0079b6 #004b74; {
    filter: none;
    background: #0084bf; }

 #add_to_car{
    width: 100%;
    margin: 0 0px 10px;
    text-align: right;
    position: relative;
}
 #add_to_car:before{
    border: 1px solid #06b2e6;
    border-radius: 5px 0 0 5px;
    bottom: 0;
    color: #fff;
    content: "\ee73";
    font-family: "icomoon";
    font-size: 25px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px #015883;
    top: 0;
    width: 55px;
    z-index: 2;
}