/* Search Box */
.nh-box-search .btn-search {
    font-size: 20px;
    margin-bottom: 0;
    padding: 2px 12px;
    background: #f00b0b;
    color: #fff;
    border-radius: 0;
}

.nh-box-search .form-group {
    display: block;
}

.nh-box-search .form-group .input-group {
    width: calc(100% - 49px);
    margin: 0 auto;
}
.nh-box-search .search-suggestion {
    font-size: 12px;
    color: #888888;
    border: none;
    outline: medium none !important;
    border-bottom: 2px solid #222222;
    border-radius: 0;
    margin: 0;
    padding: 8px;
    width: 160px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Advanced filter */
.advanced-filter li.active {
    overflow: hidden;
    position: relative;
    color: #222222;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.advanced-filter .btn-toggle-cont-box-left {
    float: right;
}
.advanced-filter .box-left {
    padding: 15px;
    border-bottom: 1px solid #eeeeee;
}

.advanced-filter .box-left:last-child {
    border-bottom: none;
}
.advanced-filter .box-left .keyword-filter {
    border-radius: 0;
    border-color: #eeeeee;
}

.advanced-filter  {
    border: 1px solid #eeeeee;
}

.advanced-filter ul.nav_title {
    margin-bottom: 0;
}
.advanced-filter .content-box-left {
    margin-top: 15px;
}
.advanced-filter .ui-state-default,.advanced-filter  .ui-widget-content .ui-state-default,.advanced-filter  .ui-widget-header .ui-state-default {
    border-radius: 10px;
    top: -7px;
}
.advanced-filter .ui-slider-horizontal .ui-slider-range,.advanced-filter  .ui-widget-content {
    height: 5px;
}
.advanced-filter .checkbox .icon-check:before {
    padding: 0;
    display: none;
}
.advanced-filter .checkbox input[type=checkbox] {
    margin-left: 3px;
}
.content-box-left .list-meta-product > li {
    list-style: none;
    float: left;
    margin: 0 10px 10px 0;
}
.content-box-left .list-meta-product > li > a {
    color: #888888;
    padding: 12px 13px;
    border: 1px solid #ddd;
    line-height: 45px;
}

.content-box-left .list-meta-product > li > a:hover, a.item-meta-product.btn-click-search.active {
    background: #ff7200;
    color: #ffffff;
}

/* Search Result for Product */
.warp-loading-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

.warp-loading-all {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

.warp-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
}

.wrap-suggestion {
    background: #fff;
    width: 35%;
    max-width: 350px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.wrap-suggestion .item-suggestion {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 10px;
}

.wrap-suggestion .item-suggestion:last-child,
.wrap-suggestion .item-suggestion.ui-state-focus:last-child {
    border-bottom: none;
}

.wrap-suggestion .item-suggestion.ui-state-focus {
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #f0f0f0;
    color: #333;
    font-weight: normal;
    margin: 0;
}

.wrap-cart-modal .modal-content {
    border-radius: 0;
}

.wrap-cart-modal .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ed1c24;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    opacity: 1;
    z-index: 1;
}

.wrap-cart-modal .text-modal {
    margin-bottom: 5px;
}

.wrap-cart-modal .product-name-modal {
    font-size: 17px;
    padding-right: 20px;
    font-weight: normal;
}

.wrap-cart-modal .price-modal {
    color: #ed1c24;
    font-size: 16px;
    font-weight: bold;
}

.wrap-cart-modal .price-sale-modal {
    display: inline;
    text-decoration: line-through;
    opacity: .5;
    font-size: 13px;
}

.button-modal .btn {
    border-radius: 0;
}

.button-modal .continue-shopping {
    background: #ed1c24;
}

.related-modal-cart {
    height: 70px;
}

.item-reldated {
    width: 50px;
    height: 70px;
}

.image-cart-modal {
    border: 1px solid #ddd;
    padding: 1px;
}

.image-cart-modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-reldated img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 1px;
}

.slider-related {
    padding: 0 30px;
}

.slider-related .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
    width: 25px;
    height: 70px;
    text-align: center;
    opacity: 1;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.slider-related .owl-controls .owl-buttons div.owl-next {
    right: 0px;
    width: 25px;
    height: 70px;
    text-align: center;
    opacity: 1;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.slider-related.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\eaa5';
    font-size: 20px;
    line-height: 70px;
    display: block;
}

.slider-related.owl-theme .owl-buttons div.owl-next:before {
    content: '\eaa6';
    font-size: 20px;
    line-height: 70px;
    display: block;
}

.item-suggestion .warp-img-suggestion {
    height: 70px;
    width: 70px;
    margin-right: 10px;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff;
}

.item-suggestion img.img-suggestion {
    height: 100%;
    width: auto;
}

.item-suggestion .name-suggestion {
    font-size: 15px;
    margin-bottom: 5px;
}

.name-suggestion .mark {
    padding: 0;
    text-decoration: underline;
    background: none;
    font-weight: normal;
}

.item-suggestion .price-suggestion {
    margin-bottom: 0;
}

.item-suggestion .price-well {
    margin-right: 10px;
    color: #ed1c24;
    font-size: 16px;
    font-weight: bold;
}

.item-suggestion .price-sale {
    text-decoration: line-through;
    opacity: .7;
    color: #333;
    display: inline;
}

/* Search Page */
.list-cut {
  position: relative;
}
.list-cut>.cut-0 {
  padding: 0;
  padding-right: 120px;
}
.list-cut>.cut-1 {
  position: absolute;
  right: 59px;
  top: 0;
  width: 34px;
  height: 34px;
}
.list-cut>.cut-2 {
  position: absolute;
  right: 15px;
  top: 0;
  width: 34px;
  height: 34px;
}
.advanced-product .advanced-filter {
    border:  none;
    margin-bottom:  30px;
}

.advanced-product .keyword-filter {
    border-radius: 0;
}
.advanced-filter .checkbox {
  border-top: 1px solid #ddd;
  display:  block;
  padding: 15px 0;
}

.advanced-filter div#price-range {
    margin-bottom: 15px;
    margin-top: 20px !important;
}

.advanced-filter small.from-price, .advanced-filter .to-price {
    padding: 5px;
    border: 1px solid #ddd;
    width: calc(50% - 30px);
    text-align:  center;
    min-width: 70px;
}

#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 6px;
}
.stick-header .nh-box-search {
    float:  right;
    margin-right: 25px;
}
#style-3::-webkit-scrollbar-thumb
{
    background-color: #1e1e1e;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
#more-filter {
    clear: both;
    padding: 0 15px;
}

#more-filter .row {
    margin-top: 30px;
}
/* advanced-product */
.box-left.advanced-product {
  border: 1px solid #eeeeee;
}
.advanced-filter .checkbox label, .advanced-filter .radio label {
    color: #888888;
}