.content_wrap h2 {
    margin-bottom: 50px;
}

.newcart .order_price {
    width: 280px;
}

.newcart .order_title {
    width: 400px;
}

.newcart .order_count {
    width: 110px;
}

.content_wrap .newcart .order_price p {
    font-size: 13px;
    color: #626262;
    margin: 0;
    padding: 0;
}

.newcart .sous_in_cart, .newcart .spec_in_cart {
    padding-bottom: 0;
}

.newcart .pizza_present_buttons, .newcart .drinks_container,
.newcart .pizza_present_buttons_new, .newcart .drinks_container_new
{
    text-align: center;
}

.newcart .order_contacts {
    width: 660px;
    margin: 20px auto 0;
}

.newcart .order_delivery {
    width: 290px;
}

.newcart .order_delivery h2, .newcart .paymethod h2 {
    font-size: 14px;
    font-family: Arial;
    padding: 0;
    margin: 0;
}

.newcart .order_formline.deliv, .newcart .order_formline.payb {
    text-align: center;
}

.newcart .order_formline h1, .newcart .order_formline.payb h1 {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.newcart .paymethod h2 {

}

.stock {
    width: 280px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    border: 2px dashed #ccc;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.stock.enabled {
    border-color: #009f00;
}

.stock.active {
    border-color: #C00;
}

.hide {
    display: none;
}

.present_drinks_new {
    margin-top: 30px;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.present_drinks_new h1 {
    margin-bottom: 20px;
    font-weight: bold;
}

.present_drinks_new h1 span {
    display: inline-block;
    width: 12px;
    height: 12px;
    bottom: 20px;
    right: 93px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    cursor: pointer;
    z-index: 800;
    padding: 7px;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 40px;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(206, 3, 0)), to(rgb(253, 118, 0))) rgb(211, 13, 0);
}
.pizza_present_buttons_new, .newcart .drinks_container_new {
    margin-bottom: 20px;
}