

/* 
 * File to define rules of css in menu.form page
 */
#inner{
    width: 70%; margin: 0 auto; border: solid 1px silver;
    opacity: 1;
    background-color: whitesmoke;
    padding: 2% 4%;
    height: 97%;
    z-index: 999999;
}
.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.7);
    z-index: 999999;
    /*opacity: 0.3;*/
    /*background-color: #777788;*/
    display: none;
}
.overlay::-webkit-scrollbar { width: 0 !important }
/*.overlay { -ms-overflow-style: none; }
.overlay { overflow: -moz-scrollbars-none; }*/

.facet {
    width: 98%;
    padding-top: 4px;
    position: relative;
}

a.facet-term {
    color: #565656;
    font-family: Helvetica-Neue,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 15px;
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 15px;
    font-weight: 200;
}

.facet h3 {
    color: #565656;
    font-family: Helvetica-Neue,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
}



.facet ul li, .refine .alternative li {
    margin: 6px 0;
    word-break: normal;
    word-wrap: break-word;
}

.facet li {
    color: #333;
    display: block;
    font: 11px Helvetica Neue,Arial,sans-serif;
    width: 100%;
}

/* For refine search*/

.top_header{
    padding-bottom: 10px;
    border-bottom: 1px solid #a6a6a6;
}

.refine_top_button{
    width: 100%;
    text-align: right;
}

.refine_top_button li{
    width: 49%;
    text-align: center;
    font-size: 20px;
    color: #efefef;
    line-height: 25px;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
}

.refine_top_button li a{
    font-family: Helvetica-Neue,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #111;
    line-height: 25px;
    font-weight: 300;
    text-transform: uppercase;
}



.refine_top_button li a i{
    font-size: 24px;
    color: #111;
    line-height: 25px;
    font-weight: 200;
}



.refine_top_button{
    width: 100%;
}

.refine_bottom_button li{
    width: 96%;
    text-align: center;
    font-size: 20px;
    color: #efefef;
    line-height: 25px;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #a6a6a6;
}

.refine_bottom_button li a{
    font-family: Helvetica-Neue,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #111;
    line-height: 25px;
    font-weight: 300;
    text-transform: uppercase;
}

.refine_bottom_button li a i{
    font-size: 24px;
    color: #111;
    line-height: 25px;
    font-weight: 200;
}

#refine_type_main{
    width: 49%;
    float: left;
    padding-top:20px;
    height: 75%;
}


#refine_type_main h3{
    font: 20px Helvetica Neue,Arial,sans-serif;
    font-weight: 200;
    font-size: 20px;
    margin-bottom: 20px;

}

#refine_type{
    height: 95%;
   /* overflow-x: scroll; */
    float: left;
    width: 100%;
}

.type_list li{
    line-height: 30px;
    font: 20px Helvetica Neue,Arial,sans-serif;
    font-weight: 200;
    line-height: 40px;
}

.type_list li a{
    line-height: 30px;
    font: 20px Helvetica Neue,Arial,sans-serif;
    font-weight: 200;
    color: #111111;
}

.type_list li a:hover, .type_list li a:focus{
    text-decoration: underline;
}

.type_list .selected_value{
    font-size: 15px;
}

.refine_body_main{
    height: 70%;
    width: 48%;
    border-left: 1px solid #a6a6a6;
    float: left;
    padding-top:20px;
    padding-left:2%;
}
.refine_body_main h3 {
    font: 20px Helvetica Neue, Arial, sans-serif;
    font-weight: 200;
    font-size: 20px;
    margin-bottom: 20px;
}
.refine_body{
    height: 71%;
    /*overflow-x: scroll;*/

}

.absoluteposition{
    position: absolute;
}

.input_tabs {display: none;}
.label_tabs {display: inline-block;  padding: 6px 10px; font-weight: 200; background-color: rgba(255, 90, 0, 0.28); border-radius: 7px 7px 0 0; text-align: center;}
.label_tabs:hover {color: #fff; cursor: pointer;}
.input_tabs:checked + label {background: rgba(255, 90, 0, 0.8); color: #444343;}
.content_tabs {background: #fff; color: #373737;}

/*#tab1_tabs:checked ~ .content_tabs #content1_tabs,*/
#tab1_tabs:checked ~ .content_tabs #content3_tabs,
#tab2_tabs:checked ~ .content_tabs #content2_tabs{
    display: block;
}

#cart_icon{
   position: fixed; top: 12%; right: 0%;
    cursor: pointer;
    z-index:1000;
}

