/*LB-260 - Searching refined*/
#pas-mini-form{
    float: left;
    margin: 35px 0 0 185px;
    max-width: 400px !important;
}
#pas-mini-form button.pas-button,
#pas-mini-form button.pas-button:hover{
    background: url(../images/search-icon.png) scroll center center transparent no-repeat !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#pas-mini-form button.pas-button span span{
    text-indent: -1000px;
    display: block;
    overflow: hidden;
    width: 35px;
    height: 100%;
}
#pas-mini-form button.pas-button span span:before{

}
#pas-mini-form .pas-nav-center #pas-input{
    color: #8F8F8F !important;
    height: 100% !important;
    border: none !important;
}
#pas-mini-form .pas-nav-center .pas-search-field{
    border-top: none !important;
    border-bottom: none !important;
}
#pas-mini-form .pas-form-search{
    border: 1px solid #E5E5E5;
}
#pas-mini-form .pas-nav-left .pas-search-facade{
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
    border-right: 1px solid #E5E5E5;
}
#pas-mini-form .pas-nav-left, 
#pas-mini-form .pas-nav-center, 
#pas-mini-form .pas-nav-right,
#pas-mini-form .pas-nav-center .pas-search-field,
#pas-mini-form .pas-nav-right .pas-button,
#pas-mini-form .pas-nav-left .pas-search-facade,
#pas-mini-form .pas-nav-left .pas-search-dropdown{
    height: 40px !important;
}
#pas-mini-form .pas-nav-left .pas-search-label{
    line-height: 40px !important;
}
#pas-mini-form .pas-nav-left .pas-search-icon{
    top: 17px !important;
}
/**/

/*LB-272*/
.category-products .fa.sale, .category-products .fa.new{
    display: none;
}
.category-products li.item{
    position: relative;
}
.onsale-category-container,
.product-view .onsale-product-container-inside{
    max-width: 100px;
    max-height: 100px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 999;
}
.product-view .product-img-box{
    position: relative;
}
.product-view .onsale-product-container-inside{
    max-width: 100px;
    max-height: 100px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 9999;
}
/**/

/*create application page*/
.customer-account-create form input.input-text,
.customer-account-create form .select2-choice,
.customer-account-create textarea{
    border: 1px solid #999;
}
.customer-account-create .password-container .field{
    width: 580px;
}
/**/

.products-grid li .price-box p.old-price,
.products-grid li .price-box .special-price, 
.products-grid li .price-box .price-to{
    display: inline-block;
}
.products-grid li .price-box .special-price, 
.products-grid li .price-box .price-to{
    margin-left: 10px;
}

.products-grid li p.author{
    font-size: 12px;
}

.products-grid li .publication-date,
.products-grid li .product-type{
    clear: both;
    font-size: 12px;
    min-height: 12px;
}

.block-layered-nav #narrow-by-list2 li > a{
    display: inline-block;
    padding-right: 2px;
}