.box {
    text-align: center;
}

.col5 {
    width: 50%;
    float: left;
    padding: 21px 21px;
}
.prod_box_rem {
	position: relative;
    text-align: center;
}
.title_to {
    position: absolute;
    left: 21px;
    top: 50px;
    background: rgba(255,255,255,0.75);
    padding: 6px 20px;
    padding-left: 42px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 15px;
    max-width: 340px;
    padding-left: 20px;
    left: calc(50% - 170px);
}
.price_to {
    font-size: 18px;
    font-family: 'NeoSansPro-Bold';
    color: #151616;
    height: 38px;
    background: rgba(255,255,255,0.75);
    display: inline-block;
    line-height: 38px;
    padding: 0 8px 0 10px;
    position: absolute;
    bottom: 45px;
    right: 21px;
    right: calc(50% - 60px);
    margin-left: 50px;
}
.pricelist .tabs {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 20px;
}
.pricelist .tabs li {
    font-size: 17px;
    line-height: 32px;
    color: #424242;
    text-align: center;
}
.pricelist .tabs li a {
    padding: 0 10px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 1px solid #f8f8f8;
    display: inline-block;
}
.pricelist .tabs li a:hover {
    border-color: #ffcc00;
    color: #151616;
}
.pricelist .tabs li a.active {
    border-color: #ffcc00;
    background: #ffcc00;
}
.pricelist .tabs li.border {
    width: 100%;
    min-width: 70px;
}
.pricelist .tabscontent {
    width: 100%;
    margin-top: 2px;
    padding-bottom: 22px;
}
.pricelist .tabscontent ul {
    display: none;
}
.pricelist .tabscontent ul.t1 {
    display: block;
}
.pricelist .tabscontent li {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #3e3e3e;
    display: flex;
    vertical-align: top;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0px 10px;
}
.pricelist .tabscontent li:nth-child(even) {
    background: #e8e8e8;
}
.pricelist .tabscontent li.strong {
    font-weight: 700;
}
.pricelist .tabscontent li .name {
    padding-right: 5px;
    width: 80%;
}
.pricelist .tabscontent li .price {
    text-align: right;
    padding-left: 5px;
    width: 25%;
}
.pricelist .tabscontent li.title .border {
    background: transparent;
}
.pricelist .sendto {
    text-align: center;
    color: #3e3e3e;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 49px;
}
.flex {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;  
}
.jb {
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.jba {
    justify-content: space-around;
    -ms-flex-pack: justify;
}
.jc {
    justify-content: center;
    -ms-flex-pack: center;
}
.je {
    justify-content: flex-end;
    -ms-flex-pack: end;
}
.ac {
    align-items: center;
    -ms-flex-align: center;
}
.ae {
    -ms-flex-align: end;
    align-items: flex-end;
}
.btn_next {
    padding: 12px;
    display: block;
    background: #FFCC00;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    border: 1px solid #FFCC00;
    font-weight: bold;
    text-align: center;
    max-width: 425px;
    margin-bottom: 30px;
}
.mb20 {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .pricelist .tabs {
        display: block;
    }
    .pricelist .tabs li {
        margin-bottom: 10px;
    }

    .col5 {
        width: 100%;
        float: initial;
        padding: 0px 0px;
        margin-bottom: 10px;
    }
    .title_to {
        left: 0px;
    }
    .price_to {
        right: 0px;
    }
    .prod_box_rem img {
        width: 100%;
    }
}