@charset "utf-8";

/* ---- NOTE: MOBILE VERSION BELOW ----*/



.builder-content-normal{
    max-width: 600px;
    margin: 0 auto;
}
.builder-content-wide{
    max-width: 800px;
    margin: 0 auto;
}

.builder-notebox{
    max-width: 700px;
    background: #fffabf;
    margin: 30px 10px;
    padding: 10px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0, .2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0, .2);
    box-shadow: 0px 0px 20px rgba(0,0,0, .2);
}
.builder-notebox h2{
    margin-top: 10px;
    margin-bottom: 15px;
}

.simple_listing_mainBuilder{}
.simple_listing_mainBuilder:hover{
    opacity: .9; filter:alpha(opacity=90);
}
.simpleListingThumbBuilder{
    width: 75px;
    height: 75px;
    display: inline-block;
    background-size: 75px auto;
    /*background-repeat: no-repeat;*/
    margin: 0;
    padding: 0;
    opacity: .5; filter:alpha(opacity=50);
}
.simpleListingThumbBuilder:hover{
    opacity: 1; filter:alpha(opacity=100);
}


.onepart_box{
    padding: 10px 0;
    margin: 0;
    display: table;
    border-top: 1px dashed #ccc;
}
.op_row{
    display: table-row;
}
.op_image{
    display: table-cell;
    vertical-align: top;
    width: 180px;
    padding: 0 30px 0 0;
}
.op_price{
    display: table-cell;
    vertical-align: top;
    width: 140px;
    padding: 0px 30px 0 0;
}
.op_price_qty{
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 30px;
    color: red;
    font-weight: bold;
}
.op_price_digits{
    /*font-size: 20px;*/
    color: #444;
}
.op_price_mrsp{
    /*font-size: 14px;*/
    color: #888;
    text-decoration: line-through;
}
.op_content{
    display: table-cell;
    vertical-align: top;
    width: 350px;
    padding: 0;
    color: #888;
}
.op_content_title{
    font-family: 'Roboto Condensed', arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #444;
}
.op_content_title a:link{
    color: #000840;
}
.op_content_title a:visited{
    color: #000840;
}
.op_content_title a:hover{
    color: #000e74;
    text-decoration: none;
}
.op_content table{
    font-size: 12px;
}

/* ------------------------------ versions --------------------------- */
.builder_versions_box{
    margin: 50px 0;
    text-align: left;
}
.version_date{
    font-size: 12px;
    color: #888;
}
.version_number{
    font-size: 12px;
    color: #FF0000;
}
.version_txt{
    font-size: 12px;
    color: #333;
    font-style: italic;
}

/* ------------------------------ menu builder --------------------------- */
.menu-builder{
    text-align: center;
    background: #ffe57f;
    color: #000;
}
.mb-item{
    display: inline-block;
    width: auto;
    padding: 7px 15px;
    font-weight: bold;
}
.mb-item a:link{
    text-decoration: none;
}
.mb-item a:hover{
    text-decoration: none;
}
.mb-item a:visited{
    text-decoration: none;
}
.current-step a:link, .current-step a:hover, .current-step a:visited{
    text-decoration: underline;
}



/* ==================================================================================*/
/* ==================================== MOBILE ======================================*/
/* ==================================================================================*/



/* --------------------- 0px to 849 px horizontal --------start---------------- */
/* retain ALL RULES from the previous condition + these: */
/* IMPORTANT: keep ALL rules & in THAT order for logical + practical reasons */
/*@media only screen and (min-width: 500px) and (max-width: 780px)*/
/*,only screen and (min-device-width: 500px) and (max-device-width: 780px){*/
@media screen and (max-width: 849px){

}
/* --------------------- 0px to 599 px horizontal --------start---------------- */
@media screen and (max-width: 599px) {
    .onepart_box{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .op_row{
        display: block;
        width: 100%;
        padding: 15px 10px;
        box-sizing: border-box;
    }
    .op_image{
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 0;
    }
    .op_price{
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 0;
    }
    .op_price_qty{}
    .op_price_digits{}
    .op_price_mrsp{}
    .op_content{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .op_content_title{
        font-size: 18px;
    }
    .op_content_title a:link{}
    .op_content_title a:visited{}
    .op_content_title a:hover{}
    .op_content table{}

}