#search-result-info-block {
    display: inline-block;
}

.popup-catalog__left {
    width: 325px;
}

/*.product-item__price{
    font-size: 18px;
    line-height: 20px;
    color: #247CFF;
    white-space: nowrap;
    margin-bottom: 2px;
}*/

.price-line-through-grey {
    font-size: 18px;
    /* background: #eeeeee; */
    color: #9b9b9b;
    text-decoration: line-through;
    padding: 0px 5px 5px 5px;
}

.price-line-through {
    font-size: 18px;
    /* background: #eeeeee; */
    padding: 0px 15px 5px 5px;
    color: #ff0000;
    /* float: left; */
}

.button-disabled, .button-disabled:hover, .button-disabled:focus {
    color: #9b9b9b;
    border: none;
    box-shadow: none;
    background: #dcdcdc;
    cursor: text;
    cursor: default;
    /*font-size: 10px;*/
}

.vendor-tab__tabs {
    display: flex;
    padding-top: 12px;
    background: #f9f9f9;
}

.vendor-tab__tab {
    width: 20%;
    box-sizing: border-box;
    padding: 0 15px;
    color: #515151;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.vendor-tab__tab-inner {
    height: 100%;
    box-sizing: border-box;
    padding: 40px 10px;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.vendor-tab__tab.active .vendor-tab__tab-inner {
    background: #fff;
}

.vendor-tab__tab-inner:hover {
    color: #a7a7a7;
}

.vendor-tab__tab-img {
    width: 100%;
    height: 65px;
    margin-bottom: 19px;
}

.vendor-tab__tab-img svg {
    height: 100%;
    max-width: 100%;
}

.vendor-tab__tab-inner:hover .vendor-tab__tab-img svg {
    fill: #005baa !important;
}

.vendor-tab__mobile-headline {
    display: none;
    padding: 20px 0;
    font-size: 18px;
}

@media (max-width: 768px) {
    .vendor-tab__tab-name {
        display: none;
    }

    .vendor-tab__mobile-headline {
        display: block;
    }

    .vendor-tab__tab-inner {
        padding: 20px 5px;
    }
}

@media (max-width: 640px) {
    .vendor-tab__tab-img {
        height: 40px;
    }

    .vendor-tab__tab-inner {
        padding: 10px 5px;
    }
}

@media (max-width: 480px) {
    .vendor-tab__tab {
        padding: 0 5px;
    }

    .vendor-tab__tab-img {
        height: 30px;
    }
}


.popap-vendor-tab__tabs {
    display: flex;
    padding-top: 12px;
    background: #f9f9f9;
}

.popap-vendor-tab__tab {
    width: 20%;
    box-sizing: border-box;
    padding: 0 15px;
    color: #515151;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.popap-vendor-tab__tab-inner {
    height: 100%;
    box-sizing: border-box;
    padding: 40px 10px;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.popap-vendor-tab__tab.active .popap-vendor-tab__tab-inner {
    background: #fff;
}

.popap-vendor-tab__tab-inner:hover {
    color: #a7a7a7;
}

.popap-vendor-tab__tab-img {
    width: 100%;
    height: 65px;
    margin-bottom: 19px;
}

.popap-vendor-tab__tab-img svg {
    height: 100%;
    max-width: 100%;
}

.popap-vendor-tab__tab-inner:hover .popap-vendor-tab__tab-img svg {
    fill: #005baa !important;
}

.popap-vendor-tab__mobile-headline {
    display: none;
    padding: 20px 0;
    font-size: 18px;
}

@media (max-width: 768px) {
    .popap-vendor-tab__tab-name {
        display: none;
    }

    .popap-vendor-tab__mobile-headline {
        display: block;
    }

    .popap-vendor-tab__tab-inner {
        padding: 20px 5px;
    }
}

@media (max-width: 640px) {
    .popap-vendor-tab__tab-img {
        height: 40px;
    }

    .popap-vendor-tab__tab-inner {
        padding: 10px 5px;
    }
}

@media (max-width: 480px) {
    .popap-vendor-tab__tab {
        padding: 0 5px;
    }

    .popap-vendor-tab__tab-img {
        height: 30px;
    }
}


.popup-catalog__list-item-l {
    display: table;
}

.popup-catalog__list-item-img {
    /*display: table-cell;*/
    height: 33px;
    vertical-align: middle;
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 12px;
}

.popup-catalog__list-item-img svg {
    max-width: 30px;
}

.popup-catalog__list-item-text {
    vertical-align: middle;
    /*display: table-cell;*/
    justify-content: center;
    align-items: center;
    display: flex;
}

.vendors-list {
    padding: 22px 0 0;
    font-size: 0;
}

.vendors-list li {
    margin-bottom: 58px;
    display: inline-block;
    vertical-align: middle;
    /* width: 20%; */
    /* padding: 0 10px; */
}

.pub-content {
    font-size: 14px;
    line-height: 1.5;
}

.pub-content h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-weight: bold;
}

.pub-content h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    font-weight: bold;
}

.pub-content h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
}

.pub-content h4 {
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-weight: bold;
}

.pub-content h5 {
    display: block;
    font-size: 0.83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    font-weight: bold;
}

.pub-content h6 {
    display: block;
    font-size: 0.67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    font-weight: bold;
}

.pub-content b {
    font-weight: bold;
}

.pub-content th {
    font-weight: bold;
    text-align: center;
}

.pub-content ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
}

.pub-content ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
}

.pub-content hr {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-style: inset;
    border-width: 1px;
}

.pub-content p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

.pub-content table h3 {
    display: block;
    font-size: 1em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-weight: bold;
}

.vendor-about__container ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
}

.vendor-about__container ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
}

.sale-single-top__image {
    margin-bottom: 20px;
}

.countdown__block {
    max-width: 300px;
    display: flex;
    padding-bottom: 10px;
}

.countdown__item {
    display: block;
    width: 25%;
    text-align: center;
}

.countdown__num {
    font-size: 25px;
    font-weight: bold;
}

.table-odd table tr td {
    padding: 5px 5px;
    /* box-sizing: border-box; */
    vertical-align: middle;
}

.table-odd table tr:nth-child(odd) td {
    background: #F3F3F3;
}

.table-bordered table tr td {
    border: 1px solid #ccc;
    padding: 10px 10px;
}

.table-bordered table tr td p {
    margin-top: 0;
    margin-bottom: 0;
}

.lightbox_gallery {
    text-align: center;
    display: block;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 3.33333333%;
    }

    .col-sm-2 {
        width: 11.66666666%;
    }

    .col-sm-3 {
        width: 20%;
    }

    .col-sm-4 {
        width: 28.33333333%;
    }

    .col-sm-5 {
        width: 32.5%;
    }

    .col-sm-6 {
        width: 45%;
    }

    .col-sm-7 {
        width: 57.5%;
    }

    .col-sm-8 {
        width: 61.66666667%;
    }

    .col-sm-9 {
        width: 70%;
    }

    .col-sm-10 {
        width: 78.33333334%;
    }

    .col-sm-11 {
        width: 86.66666667%;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.article-wares {
    font-size: 23px;
    line-height: 28px;
    margin: 15px 0;
}

.slick-slide img {
    display: block;
    margin: auto;
}

.product-description {
    margin-bottom: 30px;
}

.product-windows11 {
    margin-bottom: 30px;
}

.product-item__price-win img {
    max-width: 100px;
}

.product-info__win img {
    max-width: 400px;
}

.hidden {
    display: none;
}

.more-less-trigger-ware-description {
    padding: 20px 0;
}

.product_badge a {
    color: white;
    text-decoration: none;
}

.compare-checked svg, .product-infoblock__settings li.icon-1 div.compare-checked svg {
    fill: #247CFF;
}

.favorite-checked svg, .product-infoblock__settings li a.favorite-checked svg {
    stroke: #247CFF;
}

.product-slider__single-image {
    margin: 0px;
}

.add-link-btn {
    padding-top: 10px;
    margin-bottom: 37px;
}

.aidful-block {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    margin-bottom: 19px;
    padding: 0 0 8px 2px;
}

.aidful-block .title-middle a {
    color: #515151;
}

.aidful-block .info {
    margin: 4px 0 6px;
}

.aidful-block + .page-nav {
    padding: 5px 0 22px;
}

.aidful-block .title-middle a img {
    width: 30px;
    margin: 5px;
}

.alert {
    padding: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #eaeaea !important;
}

.pagination .disabled {
    width: 9px;
    height: 9px;
}

ul.select__list {
    height: 200px;
    width: 100%;
}

ul.select__list {
    overflow: hidden;
    overflow-y: scroll;
}