

/* Start:/local/templates/m1/components/bitrix/catalog.item/.default/style.css?15775624715131*/
.catalog_items {flex-wrap: wrap; justify-content: space-between;}

.catalog_item {width: calc(33.3333% - 8px); margin-bottom: 12px;  position: relative;}
.max_col-4 .catalog_item {width: calc(25% - 9px);}
@media only screen and (min-width : 768px) {
    .catalog_item:nth-child(3n+2):last-child {
        margin-right: calc(33% + 8px);
    }
}
.catalog_item_block {border: 1px solid #DADADA; padding: 15px; height: 100%; background: #fff;}
.catalog_item_block:hover {box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);}
.catalog_item_hover {margin-top: 15px; display: none;}
.catalog_item.active .catalog_item_block {position: absolute; top:0; left: 0; width: 100%; height: auto; z-index: 1;}
.catalog_item.active .catalog_item_hover {display: block; }
.catalog_item_img {text-align: center; display: flex; align-items: center; margin-bottom: 14px; height: 250px; background-size: 100%;
    background-position: center; background-repeat: no-repeat;}
.catalog_item_img img {max-width: 100%;     max-height: 100%;}
.catalog_item_title {font-size: 13px; line-height: 20px; color: var(--font_color); text-decoration: none !important; display: block; margin-bottom: 14px; height: 40px; overflow: hidden; text-overflow: ellipsis;}

.catalog_instock_art {display: flex; justify-content: space-around; margin-bottom: 15px; flex-wrap: wrap;}
.catalog_instock_art span {font-size: 13px; line-height: 18px; color: #aaa;}
.catalog_instock_art span svg {    fill: #48AB58; margin-right: 5px;}

.catalog_item .btn {width: 100%; margin-bottom: 15px;}
.btn_notice {background: #8E8E8E; border-color: #8E8E8E;}
.btn_notice:hover {background: #686868; box-shadow: none;}
.catalog_quick_view {display: none;}
.catalog_item.active .catalog_quick_view {position: absolute; top:80px; left:0; width: 100%; text-align: center; display: block;}
.catalog_quick_view a {display: inline-block;}
.catalog_item .catalog_item_hover .btn_white {width: 100%; border-color: #313D50; color: #313D50;}
.catalog_item .catalog_item_hover .btn_white:hover {background:  #313D50; color: #fff;}

.catalog_price {display: flex; margin-bottom: 0px;  flex-wrap: wrap;}
.catalog_price span {width: 50%;}
.main_price {font-weight: bold;
    font-size: 18px;
    line-height: 20px;}
.old_price {font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #8E8E8E;}

.catalog_item_hover ul {padding-left: 17px; margin: 15px 0 0;}
.catalog_item_hover li {font-size: 13px;}

.catalog_marker {position: absolute; top: 6px; left: 6px;}
.catalog_item.active .catalog_item_block .catalog_marker {top: 5px; left: 5px;}
.catalog_marker>div {margin-bottom: 3px; }
.catalog_marker>div>div {height: 28px; line-height: 28px; padding: 0 10px; border-radius: 3px; background: #337FD2; color: #fff; display: inline-block;}
.catalog_marker .marker_hit div {background: #B36CA7;}
.catalog_marker .marker_discount div {background: #EE5050;}
.catalog_action {display: none;}
.catalog_item.active .catalog_action {position: absolute; top: 10px; right: 10px; display: block;}
.catalog_action div {margin-bottom: 10px; cursor: pointer;}
.catalog_action div svg {fill: #8E8E8E;}

.add_to_favorite:hover svg {fill: #E55555;}
.add_to_compare:hover svg {fill: var(--main_color);}

.product-item-info-container {margin-bottom: 10px;}
.product-item-scu-container {font-size: 13px; color:#777;}
.product-item-scu-block {margin-top: 8px;}
.product-item-scu-item-list {display: flex; margin: 0 !important; padding: 0px !important;}
.product-item-scu-item-list li:before {display: none;}
.product-item-scu-item-list li {border: 1px solid #cccccc; margin-right: 5px; padding: 3px; cursor: pointer;}
.product-item-scu-item-color {width: 20px; height: 20px;}
.product-item-scu-item-list li.notallowed {opacity: 0.4; cursor: default;}
.product-item-scu-item-list li.selected {border:2px solid var(--main_color); padding: 2px;}

@media only screen and (max-width : 1023px) {
    .max_col-4 .catalog_item {width: calc(33.3333% - 8px);}
}
@media only screen and (max-width : 767px) {
    .catalog_item {
        width: calc(50% - 6px);
        margin-right: 0px;
    }
    .max_col-4 .catalog_item {width: calc(50% - 6px);}
    .catalog_item_hover {display: block;}
    .catalog_item .btn {margin-bottom: 0px;}
    .catalog_item .catalog_item_hover .btn_white {display: none;}

    .main_price {
        font-size: 15px;
        line-height: 18px;
    }

    .old_price {
        font-size: 15px;
        line-height: 18px;
    }

    .catalog_marker>div>div {height: 20px; line-height: 20px; padding: 0 5px; border-radius: 3px; background: #337FD2; color: #fff; display: inline-block; font-size: 12px;}
}

@media only screen and (max-width : 649px) {
    .catalog_item_img {
        height: 200px;
    }
}
@media only screen and (max-width : 450px) {
    .catalog_item_img {
        height: 150px;
    }
    .catalog_price {flex-wrap: wrap;}
    .catalog_price span {
        width: 100%; text-align: center;
    }
    .catalog_instock_art {display: none;}
}
/* End */
/* /local/templates/m1/components/bitrix/catalog.item/.default/style.css?15775624715131 */
