/**
 *  This module was created by Anastasia Bu and is protected by the laws of Copyright.
 *  This source file is subject to a commercial license from Anastasia Bu
 *  Use, copy, modification or distribution of this source file without written
 *  license agreement from Anastasia Bu <site@web-esse.ru> is strictly forbidden.
 *
 *
 *  @author Snegurka <site@web-esse.ru>
 *  @copyright 2007-2021 Snegurka WS
 *  @license Commercial license
 */

#manufacturer_products_slider li {
    list-style: none;
}

#manufacturer_products_slider .button.ajax_add_to_cart_button {
    color: #fff;
}

@media all and (min-width: 641px) {
    #manufacturer_products_slider .col-md-3 {
        width: 33%;
    }
}

#manufacturer_products_slider>li .product-container .functional-buttons div {
    font-size: 12px;
}

/* new 17 */

#idTab20 {
    padding: 18px 10px;
}

.m_logo,
.manufacturer_name {
    display       : block;
    padding-bottom: 14px;
}

.manufacturer_info .m_logo {
       width: 100%;
    max-width: 130px;
}

.manufacturer_products {
    display              : grid;
    gap                  : 24px;
    grid-template-columns: repeat(auto-fit, 245px);
}

.manufacturer_products .product-miniature {
    margin: 0 0.625rem;
}

.manufacturer_products .product-thumbnail {
    display: block;
}

.manufacturer_products .thumbnail-container {
    width: 100%;
}

.manufacturer_products .thumbnail-container img{
    object-fit: cover;
}

.manufacturer_products .product-title a {
    color          : #acaaa6;
    font-size      : 0.875rem;
    text-decoration: none;
    text-align     : center;
    font-weight    : 400;
}

.product-information .m_top_logo {
    position: absolute;
    top     : 0;
    right   : 0;
}

.manufacturer_logo {
    text-align: center;
}

.manufacturer_products .product-flags {
    display: none;
}

.ws_manufacturerblock {
    display  : flex;
    flex-flow: row;
}

.ws_manufacturerblock .manufacturer_info {
    flex: 0 0 30%;
    padding-right: 10px;
}

.ws_manufacturerblock .manufacturer_info.manufacturer_info_single {
    flex: 0 0 100%;
}

.ws_manufacturerblock .manufacturer_products {
    flex: 0 0 70%;
}

@media all and (max-width: 639px) {
    .ws_manufacturerblock {
        flex-direction: column;
    }

    .ws_manufacturerblock .manufacturer_info,
    .ws_manufacturerblock .manufacturer_products {
        flex: 0 0 100%;
    }
}

#main h1 {
    width: 76%;
}

.manufacturer_section {
    clear: both;
}

.product-miniature .m_top_logo {
    opacity : 0.7;
}


.m_s_product_logo {
    display: flex;
    justify-content: space-evenly;    
}

.m_s_product_logo .manufacturer_logo {
        font-size: 0.7em;
}

.m_s_product_logo .supplier_logo {
        font-size: 0.7em;
}


.m_s_product_logo {
  display: flex;
  align-items: flex-start;
}

.m_s_product_logo > div {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
}

.m_s_product_logo > div:only-child {
  flex: 0 0 100%;
}

.m_s_product_logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m_s_product_logo .manufacturer_name {
    text-align: center;
}
#supplier_products_list .wishlist-button-add {
display: none;
}

