#content-wrap .inner-back-link {
    margin-left: 20px;
    margin-top: 30px;
}

#content-wrap h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#content-wrap p {
    color: #575757;
}

#content-wrap .add-to-basket-wrap {
    margin: 70px 0px;
}

#content-wrap .add-to-basket-wrap .add-to-basket {
    margin: 0 auto;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.add_to_order_gr {
   background: url(/local/templates/bts_new/img/how_order_page.png) no-repeat center top -6px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    display: block !important;
    padding: 3px 50px 6px;
    margin: 0 10px 10px;
    background-size: 100%;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    border: 0 !important;
    box-shadow: 0px 7px 3px -1px #baa99f;
}



.add_to_order_gr:hover {
   background: url(/local/templates/bts_new/img/how_order_page.png) no-repeat center top -58px;
    text-decoration: none;
    background-size: 100%;
}

.add_to_order_gr:active {
   background: url(/local/templates/bts_new/img/how_order_page.png) no-repeat center top -104px;
    text-decoration: none;
    background-size: 100%;
     box-shadow:none;
}