/* Add here all your css styles (customizations) */
.breadcrumbs {
    padding: 0 !important;
}

.fa:before {
    position: relative;
    top: -1px;
    left: 1px;
}

.revolution-mch-1:after {
    background: none !important;
}

/* market */
.list-product-description li{display: block;font-size: 14px;line-height: 22px;}
.stock a:not(:first-child) img{
    display: none;
}
.stock{
    _width: 275px;
    text-align: center;
    overflow: hidden;
}
.stock i{
    display: none;
    background: url(/template/img/scale.png) no-repeat;
    line-height: 32px;
    z-index:  100;
    padding: 16px;
    position:  absolute;
    _bottom:  0;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}
.stock:hover i{
    display: inline;
}
.stock:hover img{
    opacity: 0.5;
}
.stock img
{
    display: initial;
}
#price_lower, #price_upper{
    width: 90px;
}
#price_lower{
    margin-right: 20px;
}
.btn-u {
    white-space: initial;
}
#reloadCaptch:before{
    top:3px;
    cursor: pointer;
}
.banner{
    margin-top: 20px;
    text-align: center;
}
.banner img{
    width: 260px;
}
.banner.empty{
    background: #ccc;
    height: 100px;
    line-height: 100px;
}
.butMarInq{
    position:  absolute;
    right:  0;
    color: #ffffff;
    font-size:  24px;
    border-radius: 5px !important;
    padding: 0 10px;
    text-decoration: none;
}
.butMarInq:hover{
    text-decoration: none;
    color: #fff;
}
@media (max-width: 768px) {
    .butMarInq{
        top:-34px;
        font-size: 20px;
        line-height: 21px;
        left: 0;
    }
    .rowInq{
        margin-top: 30px;
    }
}
.filter-h1 i{
    float: right;
    margin-top: 8px;
}
.favorites, .removeFavorites{
    position: absolute;
    font-size: 24px;
    margin: -10px 23px 0 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
}
.fa-star.favorites{
    color: #0080ee;
}
.fav #qrcode{
    float:left;
}
.fav h4{
    padding-top: 10px;
}
.fa-remove.removeFavorites{
    color: #f00;
}

.left-but {
    margin-bottom: 10px;
}
.left-but .dropdown-menu>li>a{
    font-size: 16px;
    padding: 5px 20px;
}
.left-but .dropdown-submenu {
    position: relative;
    margin-top: 2px;
}
.left-but .dropdown-submenu > a:after {
    top: 3px;
    right: 9px;
    font-size: 24px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}
.left-but .dropdown-submenu > .dropdown-menu {
    top: 3px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px;
}
.left-but .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}