@font-face {
    src: url('glyphicons-halflings-regular.eot');
    src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.add_stick_to_sampler {
   font-size: 10px;
}

.active-filters {
    background-color: #EFEFEF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    overflow: auto;
}
@media screen and (max-width:480px) {
     .byos_menu {
    position: absolute;
    background-color: #EFEFEF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    right:10px;

    box-shadow: 0px 0px 3px #000;
    padding: 10px;
    margin:10px;
     }

     .sampler-headers {
     background-color: #EEE;
    position: fixed;
    top:50px;
    z-index: 100001;
    width:100%;
    /*height:140px;*/
}

.samplers-add-to-cart {
    position: fixed;
    top:140px;
    z-index: 100001;
    width:100%;
}

}
@media screen and (min-width:481px) and (max-width:768px) {
    .byos_menu {
    position: absolute;
    background-color: #EFEFEF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    right:10px;

    box-shadow: 0px 0px 3px #000;
    padding: 10px;
    margin:10px;
     }

     .sampler-headers {
         background-color: #EEE;
        position: fixed;
        top:30px;
        z-index: 2;
        width:100%;
        left: 0px;
/*        height:140px;
*/    }

    .byosb-totals-name {
    margin-top:20px;
    }

    .samplers-add-to-cart {
    position: fixed;
    top:140px;
    left:0px;
    z-index: 100001;
    width:100%;
    }


}

@media screen and (min-width:769px) and (max-width:1199px)  {
        .byos_menu {
    position: absolute;
    background-color: #EFEFEF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    right:10px;

    box-shadow: 0px 0px 3px #000;
    padding: 10px;
    margin:10px;
     }
    .sampler-headers {
         background-color: #EEE;
        position: fixed;
        top:0px;
        z-index: 2;
        width:100%;
        left: 0px;
/*        height:120px;
*/    }

    .byosb-totals-name {
    margin-top:20px;
    }

    .samplers-add-to-cart {
    position: fixed;
    top:120px;
    left:0px;
    z-index: 100001;
    width:100%;
    }
  }
@media screen and (min-width:992px){
    .byos_menu {
    position: fixed;
    background-color: #EFEFEF;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    right:10px;

    box-shadow: 0px 0px 3px #000;
    padding: 10px;
 }

      .sampler-headers {
     background-color: #EEE;
    position: fixed;
    top:0px;
    z-index: 100001;
    width:100%;
    /*height:140px;*/
    }
}

 .byosb-itemlist {
    max-height: 250px;
    margin-bottom: 10px;
    overflow: auto;
}

.byosb-table-item {
    margin: 5px;
    padding: 5px;
    border: 1px solid #CDCDCD;
    background-color: #FFF;
}

.byos-stick-error {
   color:red;
}

.exclusive_highlight {
   color: #764523;
}


.glyphicon-arrow-up {
font-family: 'Glyphicons Halflings';
font-size: 22px;
color:black;
}

.glyphicon-arrow-down {
font-family: 'Glyphicons Halflings';
font-size: 22px;
color:black;
}

.glyphicon-remove {
    font-family: 'Glyphicons Halflings';
    font-size: 22px;
    color:red;
}


#edit_sampler_modal{
    z-index: 100002;
}

.byos_menu {
    float:right;
    z-index:10;
}

.free-stick-red {
    color:red;
}

.stick_item {
    padding: 10px 0px;
}

.sampler-info {
    padding-top:5px;
}

.byosb-arrows {
    float:right;
}

.byosb-qty {
    float:right;
    font-size:20px;
}
.qty-heading-text {
    float:right;
}

.list-inline select.form-control{
        max-width: 260px!important;
}

.byosb-totals-free{
    margin-left:20px;
    display:inline-block;
}
.sticks, .total_sampler_price{
    margin-right:20px;
    display: inline-block;
}
 .glyphicon-remove{
     font-size:15px;
 }
 .remove-filter-text{
     font-size: 15px;
     color: red;
 }

.info-container{
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
    padding:9px;
}
.infoBg{
    background: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
    background: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}
.blink {
    color: #FFF !important;
    background: #0262c4;
}