.pmenu_title_for{
	display: inline-block;
	margin-right: 10px;
}
.title_right {
    float: right;
    background-color: #000;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    margin-top: 3px;
}
.title_left {
    background-color: #000;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    font-size: 18px;
}
.title_pmenu_line{
    display: inline-block;
    content: "";
    width: 100%;
    border-top: 1px dotted #ccc;
    position: absolute;
    bottom: 9px;
}
.title_pmenu{
	position: relative;
}
.free_ship_menu {
    text-align: center;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 8px 0;
    font-weight: bold;
    font-size: 20px;
}
.download_onda_menu {
    position: fixed;
    bottom: 10px;
    right: 0;
    background-color: #004EA3;
    color: #fff;
    display: inline-block;
    line-height: 25px;
    padding: 0 5px;
}
.menu_page_pa{
    background-color: #000;
    color: #fff;
}
.top_beer_tt{
    display: inline-block;
}
.beer_top {
    float: right;
    width: 100px;
    vertical-align: top;
}
.beer_top_l{
    float: left;
    margin-right: 25px;
    margin-top: 5px;
}
@media only screen and (min-width : 1600px){
    .menu_page_pa{
        padding-left: 45px;
        padding-right: 45px;
        font-size: 16px;
    }
    .free_ship_menu{
        margin-top: 122px;
    }
    .title_right{
        font-size: 20px;
        margin-top: 2px;
    }
    .title_left{
        font-size: 22px;
    }
    .beer_top {
        width: 125px;
    }
}
@media only screen and (min-width : 1800px){
    .free_ship_menu{
        margin-top: 50px;
    }
}
@media only screen and (min-width : 1025px) and (max-width : 1500px){
    .menu_page_pa{
        padding-left: 30px;
        padding-right: 30px;
        font-size: 13px;
    }
    .free_ship_menu{
        margin-top: 90px;
    }
}
@media only screen and (max-width : 1024px){
    .menu_page_pa{
        padding-left: 30px;
        padding-right: 30px;
        font-size: 13px;
    }
    .free_ship_menu{
        margin-top: 90px;
    }
    .mb-text-center{

    }
}
@media only screen and (max-width : 767px){
    .mb-text-center{
        text-align: center;
    }
    .menu_page_pa{
        padding-left: 0;
        padding-right: 0;
    }
    .top_beer_tt{
        margin-top: 10px;
    }
}
body.capture{
    width: 1920px;
}
body.capture .menu_page_pa{
    padding-left: 45px;
    padding-right: 45px;
    font-size: 16px;
}
body.capture .title_right{
    font-size: 20px;
    margin-top: 2px;
}
body.capture .title_left{
    font-size: 22px;
}
body.capture .free_ship_menu{
    margin-top: 50px;
}
body.capture .beer_top {
    width: 125px;
}
body.capture .beer_top.top_beer_tt{
    margin-top: 0;
}
body.capture .mb-text-center.text-left{
    text-align: left;
}
body.capture .mb-text-center.text-right{
    text-align: right;
}
body.capture .col-lg-4{
    width: 33.33333333%;
}
body.capture .col-lg-3{
    width: 25%;
}
body.capture .col-lg-offset-6{
    margin-left: 50%;
}