
.detail_section {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 125px;
    position: relative;
}
.img_section {
    width: calc(50% - 20px  - 0.01px  - 0.01px);
    height: 620px;
    margin: 40px 20px;
    /* background: red; */
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    float: left;
}
.img_section > img {
    width: 100%;
    height: 580px;
    position: absolute;
    top:0;
    left:0;
}
.img_section > img:nth-child(2) {
    left: 100%;
}
.img_section > p {
    position: absolute;
    bottom: 15px;
    left: 0;
    color: #888;
    font-size: 13px;
}
.desc_section {
    width: calc(50% - 20px  - 0.01px);
    overflow: hidden;
    float: right;
    margin: 40px 0px;
    padding-left: 55px;
    box-sizing: border-box;
}
.new {
    width: 50px;
    padding: 5px 0;
    border: 1px solid #1382ff;
    text-align: center;
}
.desc_section > h1 {
    padding: 10px 0 20px 0;
    box-sizing: border-box;
}
.desc_section > p {
    color: #888;
    font-size: 14px;
    padding: 3px 0 3px 0;
    box-sizing: border-box;
    font-weight: 900;
}
.allergy {
    width: 100%;
    height: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    color: #888;
    font-weight: 900;
    margin: 20px 0 40px 0;
}
.box {
    border-top: 2px solid #000;
    padding: 10px 0 50px 0;
    overflow: hidden;
}
.box > h3 {
    font-size: 18px;
    padding-bottom:20px;
    box-sizing: border-box;
}
.l_size,.m_size {
    width: calc(50% - 5px  - 0.01px);
    height: 50px;
    float: left;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
    line-height: 45px;
    margin-bottom: 20px 0;
    border: 2px solid #ddd;
    cursor: pointer;
    font-weight: 900;
    color: #888;
}
/* .l_size {
    background: #ff143c;
    color: #fff;
} */
.m_size {
    float: right;
}
.size_active {
    background: #ff143c;
    color: #ffffff;
    transition: all 0.3s ease 0s;
}
input[type="radio"] {
    display: none;
}
.dough > label {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    line-height: 20px;
    color: #888;
    font-weight: 900;
    margin-left: 30px;
}
.chk_circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #ff143c;
    float: left;
    text-align: center;
}
.chked {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-bottom: 8px;
    background: #ff143c;
    display: none;
}
#dough_chk:checked + .chk_circle > .chked {
    display: inline-block;
}
.topping_box_wrap {
    height: 0;
    overflow: hidden;
}
.topping > h3 > img {
    cursor: pointer;
}
.topping_box_wrap > p {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
    font-weight: 900;
}
.topping_select {
    width: calc(100% / 3  - 0.01px);
    float: left;
    border: 1px solid #ddd;
    height: 60px;
    box-sizing: border-box;
    color: #888;
    font-weight: 900;
    font-size: 17px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.topping_select:nth-of-type(1) {
    color: #fff;
    background: #000;
}
.topping_active_box, .side_dish_active_box, .dink_active_box {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
/* .main_topping {
    display: none;
} */
.cheese_topping {
    display: none;
}
.after_topping {
    display: none;
}
.main_topping li, .cheese_topping li, .after_topping li,.special_price_box li, .normal_price_box li, .dink_box li {
    width: 100%;
    height: 130px;
    padding: 20px;
    box-sizing: border-box;
    list-style: none;
}
.main_topping li > img, .cheese_topping li > img, .after_topping li > img, .special_price_box li > img, .normal_price_box li > img, .dink_box li > img {
    width: 100px;
    float: left;
}
.topping_text {
    padding: 25px 0 25px 10px;
    width: 200px;
    box-sizing: border-box;
    float: left;
}
.topping_text > p:nth-of-type(1) {
    color: #888;
    font-weight: 600;
}
.topping_text > p:nth-of-type(2) {
    color: #000;
    font-weight: 900;
    font-size: 18px;
}
/* .main_topping li > input, .cheese_topping li > input, .after_topping li > input, .special_price_box li > input, .normal_price_box li > input, .dink_box li > input {
    float: right;
    margin-top: 20px;
    width: 150px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    color: #888;
} */
.qty_box {
    float: right;
    margin-top: 20px;
    width: 150px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    color: #888;
    position: relative;
}
.qty_box > input[type="button"] {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: transparent;
    position: absolute;
    border:none;
    top:0;
    font-size: 30px;
    color: #888;
    /* line-height: 45px; */
}
.qty_box > input[value="-"] {
    left: 0;
}
.qty_box > input[value="+"] {
    right: 0;
}
.qty_box > input[type="text"] {
    width: 80%;
    height: 100%;
    border:none;
    text-align: center;
    font-size: 20px;
    color: #888;
}
.qty_pizza {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border:1px solid #ddd;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    color: #888;
    position: relative;
}
.qty_pizza > input[type="button"] {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: transparent;
    position: absolute;
    border:none;
    top:0;
    font-size: 30px;
    color: #888;
    /* line-height: 45px; */
}
.qty_pizza > input[value="-"] {
    left: 0;
}
.qty_pizza > input[value="+"] {
    right: 0;
}
.qty_pizza > input[type="text"] {
    width: 80%;
    height: 100%;
    border:none;
    text-align: center;
    font-size: 20px;
    color: #888;
}

.side_dish_select {
    width: calc(100% / 2  - 0.01px);
    float: left;
    border: 1px solid #ddd;
    height: 60px;
    box-sizing: border-box;
    color: #888;
    font-weight: 900;
    font-size: 17px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.side_dish_select:nth-of-type(1) {
    background: #000;
    color: #fff;
}
.topping_text > p > del {
    color: #888;
    font-size: 15px;
}
/* .special_price_box {
    display: none;
} */
.normal_price_box {
    display: none;
}
.bottom_fixed {
    width: 100%;
    /* height: 125px; */
    background:#f5f5f5;
    position: fixed;
    bottom:0;
    left:0;
}
.bot_wrap {
    width: 1200px;
    margin: 0 auto;
}
.bot_section {
    width: 300px;
    height: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    float: left;
}
.bot_section > h3 {
    font-size: 16px;
}
.bot_section > p:nth-of-type(1) {
    font-size: 13px;
    color: #000;
    margin: 5px 0;
}
.bot_section > p {
    font-size: 12px;
    color: #888;
    margin-left: 10px;
}
.bot_title {
    width: 500px;
    display: inline-block;
    padding: 20px 0;
    box-sizing: border-box;
}
.final_order {
    width: 165px;
    height: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    float: right;
}
.total_sum > h5 {
    font-weight: 500;
    font-size: 15px;
    margin-top: 9px;
    float: left;
}
.total_sum > input {
    font-weight: 900;
    font-size: 23px;
    float: right;
    border:none;
    background: transparent;
    user-select: none;
    width: 100px;
}
.order_btn {
    width: 100%;
    height: 45px;
    background: #ff143c;
    float: left;
    color: #fff;
    font-weight: 900;
    line-height: 45px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}