

/* Start:/local/templates/main/components/bitrix/news/brands/style.css?17508679643007*/
.catalog-section {
    margin-top: 25px;
}

.catalog-section .nav-pills .nav-link {
    border-radius: 0;
    border-bottom: 2px solid #777777;
    background: none;
    color: #777777;
    font-weight: 400;
    margin-right: 20px;
}
.catalog-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-bottom-color: #ffc000;
    background: none;
    color: #1a1a1a;
    font-weight: 400;
}
.catalog-section .tab-content {
    min-height: 425px;
    margin: 20px 0;
}

@keyframes rotation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.rotating {
    animation: rotation 2s linear infinite;
}

.product-item-image-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: 116%;
    width: 100%;
    transition: all 300ms ease;
}

.product-item-image-slider-progress-bar-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: opacity 300ms ease;
}

.product-item-image-original {
    position: relative;
    height: 100%;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.product-item__wish {
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    cursor: pointer;
}

.product-item-container {
    position: relative;
    padding: 10px;
    min-height: 485px;
}

.product-item-container:hover .product-item{
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    padding: 10px 10px 0;
    width: auto;
    background: #fff;
    box-shadow: 0 3px 16px 1px rgba(0, 0, 0, 0.25);
    z-index: 100;
}

.product-item-title-wrap {
    height: 75px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.product-item-title {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-height: 75px;
    overflow: hidden;
}

.product-item-title a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 16px;
    text-transform: initial;
    font-weight: 500;
}

.product-item-info-container {
    margin: 5px 0 8px;
    text-align: center;
}

.product-item-price-current {
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
}

.product-item-hidden {
    display: none;
    opacity: 0;
    transition: opacity 300ms ease;
}
.product-item-container:hover .product-item-hidden {
    display: block;
    opacity: 1;
}

.no-quantity {
    cursor: no-drop;
    color: #fff;
}

.no-quantity:hover {
    color: #fff;
    background: #1a1a1a;
}

.productInBasket, .productInBasket:hover {
    background: #fff !important;
    color: #1a1a1a !important;
    border: 1px solid #1A1A1B;
    cursor: no-drop !important;
}
/* End */
/* /local/templates/main/components/bitrix/news/brands/style.css?17508679643007 */
