/* Logo fix for small devices */
@media only screen and (max-width: 992px){
    /* LOGO FIX FOR MOBILE DEVICES */
    #logo-mobile {
        display: inline;
        max-height: 47px;
    }
    .navbar-brand {
        padding: 6px 0;
        height: 47px;
    }
    /* END LOGO FIX FOR MOBILE DEVICES */
}
/* End of Logo fix for small devices */
/* HEADER FIX FOR BASKET AREA */
#header-detail .header-basket.basket {
    padding-bottom: 10px;
}
/* END HEADER FIX FOR BASKET AREA */
/* SEARCH */
#SearchResults {
    top: 34px;
}
#SearchResultsMobile {
    top: 90px;
}
/* END SEARCH */
ul.usefullinks {
    list-style: disc outside none;
    padding-left: 20px;
}
ul.usefullinks li {
    padding: 6px 0;
}
#filtercust span {
    padding: 0 20px 0 8px;
}
#filtercust span.select2-selection__arrow {
    top: 20px !important;
    right: 28px !important;
}
.suggested-box-price {
    height: 80px;
}

.alsobought-container {
    margin: 20px 0px;
    border: none;
    width: 100%;
}

#owl-example-brand .owl-nav .owl-prev {
    top: 5%;
    left: -5%;
}
#owl-example-brand .owl-nav .owl-next {
    top: 5%;
    right: -5%;
}

@media only screen and (min-width: 992px) {
    .alsobought-container { float: left; }
}

