.price__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.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.product-item-quantity {color: #48AB58}
.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: var(--dop_color); color: var(--dop_color);}
.catalog_item .catalog_item_hover .btn_white:hover {background:  var(--dop_color); 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;}

.table_view .catalog_item {width: 100%; height: 100%;}
.table_view .catalog_item_block {display:flex; flex-wrap: wrap; justify-content: space-between; height: 100%;}
.table_view .catalog_item_block>div {height: 100%;}
.catalog_img_block {position: relative;}
.table_view .catalog_item_img {width: 200px; min-height: 200px; height: auto;}
.catalog_header_block {width: 400px;}
.table_view .catalog_instock_art {    justify-content: flex-start;}
.table_view .catalog_instock_art span {
    line-height: 21px;
    margin-right: 15px;
}
.table_view .catalog_price {width: 200px;     margin-bottom: 15px;}
.table_view .catalog_price span {
    width: 100%;
}
.table_view .btn_white {width: 100%;}
.table_view .catalog_action {
    display: block;
}
.table_view .catalog_item.active .catalog_action {position: static; top: 0px; right: 0px; }

@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;}

    .table_view .catalog_item {width: calc(50% - 6px);}
    .table_view .catalog_item_block>div {width: 100%;}
    .table_view .catalog_item .catalog_action {position: absolute; top: 10px; right: 10px;     width: 20px;
        height: auto;}
    .table_view .btn_white {margin-top: 10px;}
    .table_view .catalog_price {width: 100%;}
}

@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;}
}

/*******/
.slide-product-item .product-item-scu-item-list {
    list-style: none;
}

.slide-product-item .product-item-scu-item-list li.selected {
    padding: 0;
    border: none;
}

.slide-product-item .details .product-item-scu-item-list li.selected span {
    border-color: #000B39;
}

.slide-product-item .product-item-scu-item-list li {
    margin: 0;
    padding: 0;
    border: none;
}

.slide-product-item .info-block .details p.product-item-scu-item-text-block,
.slide-product-item .info-block .details p.product-item-scu-item-color-block {
    margin: 0 3px -3px 0;
}

.slide-product-item .product-item-scu-block {
    display: inline-block;
    margin: 0;
}

.slide-product-item .order {
    height: 46px;
}

.slide-product-item .order .btn_notice {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
}

.slide-product-item .order .btn_notice span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.slide-product-item {
    height: 100%;
}
