/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.logo_and_menu-row .search-wrapper {
    width: 580px;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #f2722c;
    color: #fff;
}
#footer .info .subscribe_button {
    display: none;
}
.items-list1.item-views.table .item .image img {
    opacity: 1;
    max-height: 40px;
    display: block;
}
.detail img {
    max-width: 100%;
    margin: auto;
    max-height: 70px;
}
.logo_and_menu-row .search .search-input {
    padding: 0 44px 0 16px;
    height: 42px;
    font-size: 0.867em;
    line-height: 40px;
    background: #e5e4ea;
    border: 1px solid #827b7b;
}