@import url("https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap");
.brm-menu{
    max-width:880px;
    margin:0 auto;
    display:block;
    color:#5c5c5c;
    padding:50px 0 20px 0;
    font-family:'Nunito',sans-serif !important
}
.brm-heading h2{
    color:#000;
    font-size:50px;
    letter-spacing:-2px;
    text-align:center;
    font-weight:700;
    margin:0;
    display:block;
    font-family:'Nunito',sans-serif !important
}
.brm-heading-description{
    color:#777;
    font-size:18px;
    text-align:center;
    margin:5px 0 0 0
}
.brm-heading{
    border-bottom:3px solid #000;
    margin-bottom:15px;
    margin-top: 15px;
    padding-bottom:20px
}
.brm-heading.subgroup{
    border-bottom:0;
    background:#eee;
    padding:10px;
    border-radius: 8px;
}
.brm-heading.subgroup h2{
    font-size:25px;
    letter-spacing:-1px;
    color:#444
}
.brm-item {
    margin: 0 0 30px;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}
.brm-item-image{
    float:left;
    max-width:103px;
    margin:0 19px 0 0;
    box-shadow:2px 2px 0 #fff,5px 5px 0 #ddd
}
.brm-item-image img{
    display:block;
    width:100%
}
.brm-item-details{
    float:none;
    overflow:hidden
}
.brm-item-name {
    font-size: 24px;
    color: #111;
    padding: 0 0 0 0;
    font-weight: bolder;
    margin-top: 7px;
    margin-bottom: 0;
    text-align: start;
}
.brm-item-description{
    color:#464646;
    font-size:12px;
    text-align:left;
    padding:5px 0;
    line-height:12px;
    margin-top: -25px;
    border-top: 2px dotted #7c7c7c;
}
.brm-item-price{
    float:right;
    font-size:24px;
    color:#000;
    margin-top:-40px
}
.brm-item-price {
    float: right;
    font-size: 23px;
    margin-top: -57px;
    color: green;
    font-weight: 600;
    margin-bottom: 0;
}
.brm-item-pricetwo {
    float: right;
    font-size: 23px;
    margin-top: -57px;
    margin-right: 100px;
    color: green;
    font-weight: 600;
    margin-bottom: 0;
}
.pl-developer{
    max-width:880px;
    margin:0 auto 50px auto;
    font-size:14px;
    text-align:right;
    color:#666
}
.pl-developer a{
    color:#ff8400
}
.pl-developer a:hover{
    color:#d92c73
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-top: -10px;
}
.btn:active:focus, .btn:focus{
    outline-offset: -32px !important;
}
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -32px;
}
.btn-info {
    color: #0056b3;
    background-color: #5bc0de00;
    border-color: #46b8da00;
}
.btn-info:active{
    background-color: #31b0d500;
    border-color: #269abc00;
}
.btn-info:active:focus{
    background-color: #269abc00;
    border-color: #1b6d8500;
}
.btn-info:hover {
    background-color: #31b0d500;
    border-color: #269abc00;
    color:#0056b3;
}
.btn-info.focus, .btn-info:focus {
    color: #0056b3;
    background-color: #31b0d500;
    border-color: #1b6d8500;
}
@media only screen and (max-width:767px){
    .brm-menu{
        padding:24px 0px
    }
    .brm-item-details{
        margin: 0;
        margin-bottom: -20px;
        margin-top: -10px;
    }
    .brm-item-image{
        margin:0 16px 0 0
    }
    .brm-item-image img{
        max-width:100%;
        height:auto
    }
    .brm-item-name {
        font-size: 14px;
        padding: 0 0 0 0;
        font-weight: bolder;
        margin-right: 100px;
        text-align: start;
    }
    .brm-item-price {
        margin-top: -48px;
        color: green;
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 0;
    }

    .brm-item-pricetwo {
        margin-top: -48px;
        margin-right: 65px;
        color: green;
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 0;
    }
    
    .brm-item-description{
        padding:2px 0;
        font-size:12px;
        margin-top: -27px;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
        border-top: 2px dotted #7c7c7c;
    }
    .brm-heading-description{
        font-size:14px
    }
    .brm-menu-section h2{
        font-size:32px;
        letter-spacing:-1px
    }
    .brm-menu-section .subgroup h2{
        font-size:18px
    }
    .brm-item-image{
        max-width:90px
    }
    .pl-developer{
        text-align:center;
        padding:0 20px
    }
    button#pop {
        padding: 0px;
        font-size: 10px;
        color: #0056b3;
        font-weight: 600;
    }
    .btn-group-xs>.btn, .btn-xs {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 14px;
        border-radius: 3px;
        margin-top: -6px;
    }
    textarea#area {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .btn-info {
        color: #0056b3;
        background-color: #5bc0de00;
        border-color: #46b8da00;
    }
    .btn-info:active{
        background-color: #31b0d500;
        border-color: #269abc00;
    }
    .btn-info:active:focus{
        background-color: #269abc00;
        border-color: #1b6d8500;
    }
    .btn-info:hover {
        background-color: #31b0d500;
        border-color: #269abc00;
        color:#0056b3;
    }
    .btn-info.focus, .btn-info:focus {
        color: #0056b3;
        background-color: #31b0d500;
        border-color: #1b6d8500;
    }
}
