/* SEARCH BOX BEGIN */
.search-box-container {
    z-index: 2001;
}

.search-box-container .search-box-loader {
    display: none;
    position: absolute;
    right: 238px;
    /*margin-top: 8px;*/
    margin-top: 6px;
    border: none !important;
    color: #4ac4fa;
}

.search-box-container .search-box-result-container {
    display: none;
    position: absolute;
    top: 44px;
    width: 555px;
    background: #fff;
    border-left: 2px solid #4ac4fa;
    border-right: 2px solid #4ac4fa;
    border-bottom: 1px solid #4ac4fa;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.search-box-container .search-box-product-container {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #4ac4fa;

    -webkit-transition: all .2s;

    transition: all .2s;
}
.search-box-container .search-box-product-container:hover {
    background: #f8f8f8;

    -webkit-transition: all .2s;

    transition: all .2s;
}
.search-box-container .search-box-product-container:hover .search-box-product-title span:not(.promotion-sale-text) {
    color: #0186CD;
    text-decoration: underline;

    -webkit-transition: all .2s;

    transition: all .2s;
}

.search-box-container .search-box-product-image {
    display: block;
    width: 60px;
    margin: 0 auto;
}

.search-box-container .search-box-product-price {
    color: #0186CD;
}

.search-box-container .search-box-not-found-container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4ac4fa;
    text-align: center;
}
.search-box-container .search-box-not-found-container p {
    font-size: 18px;
    font-weight: 600;
    color: #4ac4fa;
}

.search-box-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 500%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
}

.search-box-container .search_category.alignleft {
    background: #fff;
}

.search-box-container .search-box-show-more {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #4ac4fa;
    border-top: 1px solid #4ac4fa;
    border-bottom: 1px solid #4ac4fa;

    -webkit-transition: all .3s;

    transition: all .3s;
}
.search-box-container .search-box-show-more:hover {
    background: #0186CD;

    -webkit-transition: all .3s;

    transition: all .3s;
}
.search-box-container .search-box-show-more p {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.search-box-container .search > a::after {
    /*content: '\ee2e';*/
}

.search-box-container [class*="label_"] {
    top: -2px;
    left: 2px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 2px;
    font-weight: 600;
    font-size: 10px;
    line-height: 11px;
}
.search-box-container [class*="label_"] + [class*="label_"] {
    top: calc(-2px + 16px);
}
.search-box-container [class*="label_"] + [class*="label_"] + [class*="label_"] {
    top: calc(-2px + 16px * 2);
}
.search-box-container [class*="label_"] + [class*="label_"] + [class*="label_"] + [class*="label_"] {
    top: calc(-2px + 16px * 3);
}
.search-box-container [class*="label_"] + [class*="label_"] + [class*="label_"] + [class*="label_"] + [class*="label_"] {
    top: calc(-2px + 16px * 4);
}
/* SEARCH BOX END */
