.padding5 {
    padding: 5%;
}

.pl15p {
    padding-left: 15%;
}

.ml15p {
    margin-left: 15%;
}

.width15p {
    width: 15%;
}


.width20p {
    width: 20%;
}

.width25p {
    width: 25%;
}

.width50p {
    width: 50%
}



.searchOutputScroll {
    overflow-y: scroll;
    height: 400px;
    overflow-x: hidden;
}

div.searchRow:hover {
    text-decoration: underline;
}

.small-box h3 {
    font-weight: normal !important;
    white-space: normal;
}

.small-box .small-box-footer {
    color: red !important;
}

.small-box {
    background-color: white;
}

.block-menu-main-sidebar {
    border-bottom: 1px solid #e6e9ec!important;
}

.link-style {
    color: red;
    font-size: 18px;
}

.link-style:hover {
    color: red;
    opacity: 0.7;
}

span.comment {
    color: blue;
    font-size: 14px;
}

div.block-slider {
    margin-right: 10px;
    display: inline-block;
    width: 150px;
    height: 150px;
    background-color: #cccccc;
}

.sidebar-dark-info .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-info .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #e8ebee;
    color: #4f5962;
	box-shadow: none;
}

.nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
    background-color: #e8ebee;
    color: #212529;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fefefe;
    opacity: .7;
    display: block;
}
.preloader img {
    position: relative;
    left: 50%;
    top: 50vh;
    margin: -100px 0 0 -100px;
}

#searchNavBarResult{
    max-height: 500px;
    overflow-x: hidden;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    border-bottom: 1px solid #eee;
    width:100%;
}
#searchNavBarResult::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #ff5122;
    box-shadow: none;
}
#searchNavBarResult::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
}
#searchNavBarResult::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}
#searchNavBarResult .product-count input{
    
}
.resultSearch{
    transition: all 1s ease 0s; 
    padding: 2px;
    box-shadow: 0 5px 30px rgba(0,0,0,.15);
    background: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #ccc;
}
.order-list-div{
    overflow-x: hidden;
    max-height: 500px;
}

.interface-switching label:not(.active){
    cursor:pointer;
}
.interface-switching label.active{
    background-color: #ff5122;
    color:#fff;
}

.nav-sidebar li>a>.pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    font-size: 14px;
}
.nav-sidebar li>a .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.order-item.bg-light{
    background-color: #e8ebee!important;
}
