#oc-ms{
    padding:10px 0;
    width: 100%;
}

#oc-ms .oc-ms-horizontal .mss-horizontal-search {
    top: 112px;
    left: 0;
    display: block;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#oc-ms .mss-products ul.mss-col2{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#oc-ms .mss-products ul.mss-col3{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

#oc-ms h4{
    font-weight: bold;
}

#oc-ms ol, #oc-ms ul {
    margin-left: 0;
    padding-left: 0;
}

#oc-ms .mss-products ul li,
#oc-ms .mss-compilation ul li,
#oc-ms .mss-filters ul li{
    list-style-type: none;
}

#oc-ms .mss-compilation ul li a,
#oc-ms .mss-filters ul li a{
    color: black;
    display: inline-block;
    width: 100%;
    padding: 5px 7px
}

#oc-ms ul > li > a:hover,
#oc-ms ul > li.active > a,
#oc-ms ul> li:hover > a {
    box-shadow:            0 0 7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:       0 0 7px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:    0 0 7px rgba(0, 0, 0, 0.15);
    color: #444;

}

#oc-ms ul.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#oc-ms ul.dropdown-menu ul {
    cursor: pointer;
}

#oc-ms ul.dropdown-menu p {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 18px;
    background: #ececec;
    font-weight: 400;
    text-align: center;
}

#oc-ms .autosearch-input {
    height: 42px;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
#oc-ms .button-search{
    border-color: #e5e5e5;
    height: 42px;
}
#oc-ms .ms-choice-category{
    position:relative;
    display: table-cell;
    vertical-align: top;
    border:1px solid #e5e5e5;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background: white;
}
#oc-ms .ms-choice-category select{
    height: 40px;
    width: 100%;
    line-height: 100%;
    padding: 0 5px;
    border: none;
    float: left;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
#oc-ms .dropdown-menu li > a:hover{
    background: transparent;
}
@media (max-width: 479px) {
    #oc-ms .media-body {
        padding: 0 15px;
    }
    #oc-ms{
        width: 100%;
    }
    #oc-ms .ms-choice-category select {
        width: auto;
    }
    #oc-ms .dropdown-menu{
        left: 0 !important;
    }
}
#oc-ms .dropdown-menu .media{
    margin:0;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
}
#oc-ms .dropdown-menu {
    padding:0;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#oc-ms .dropdown-menu .media:hover{
    background-color:#e5e5e5;
}
#oc-ms .dropdown-menu .media-left{
    float:left;
    padding: 5px;    
}
#oc-ms .dropdown-menu .media-body{
    padding: 10px;
}
#oc-ms .dropdown-menu .media-body a{
    float:left;
} 
#oc-ms .dropdown-menu .media-body .box-price{
    float: right;
    width:100%;
} 
#oc-ms .dropdown-menu .media-body .box-price span{
    padding-right:10px;
    float:left;
} 

#oc-ms .chosen-container-single .chosen-single {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    height: 40px;
    line-height: 40px;    
}
@media (min-width: 768px) {
    #oc-ms .chosen-container-single .chosen-single {
        min-width: 160px;
    }
}
@media (max-width: 768px) {
    #oc-ms .dropdown-menu {
        max-height: unset;
    }
    #oc-ms .mss-banner {
        display: none;
    }
    #oc-ms .mss-products ul.mss-col2{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    #oc-ms .mss-products ul.mss-col3{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}
#oc-ms .chosen-container-single .chosen-single div b {
    background-position: 2px 10px;
}
#oc-ms .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -15px 10px;
}
#oc-ms .chosen-container .chosen-drop {
    border: 1px solid #e5e5e5;
}
#oc-ms .chosen-container .chosen-results li {
    white-space: nowrap;
}
#oc-ms .price-old {
    text-decoration:line-through;
}
