

/* Start:/local/components/custom/catalog.section/templates/home_slider/style.css?16227449833506*/
div.sections_list_container {
    display: flex;
    flex-wrap: wrap;
}

div.section_block {
    border: 1px solid;
    padding: 0.5em 1em;
    margin: 0.25em;
}

.catalog-item-list {
    visibility: hidden;
}

#catalog-item-list {
    max-width: 1245px;
}
#catalog-item-list .buy_one_click {
    width: 100%;
    height: 27px;
    background: #cc0000;
    outline: none;
    border: none;
    margin: 5px 0;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    padding: 5px 0.5em;
    line-height: 16px;
}

div.section_buttons_flex {
    display: flex;
    flex-wrap: wrap;
    bottom: 10px;
    justify-content: flex-end;
}

#catalog-item-list .catalog-item {
    margin-bottom: 0;
}

#catalog-item-list .catalog-item-price {
    font-size: 16px;
    padding: 7px 0 4px;
}

#catalog-item-list .catalog-item-buy {
    display: block !important;
    background: #404564 !important;
    width: 100% !important;
    height: auto !important;
    line-height: 31px;
    border-radius: 5px;
    font-size: 11px;
    text-decoration:none;
    font-weight:600;
    color: #FFFFFF !important;
    margin-top: 10px;
    position: relative;
    text-align: center;
    padding: 0;
}

#catalog-item-list .catalog-item-in-the-cart {
    width: 100% !important;
    border: 2px solid #000;
    background: #2c7d11 !important;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px 10px 0 28px;
    height: 22px !important;
    line-height: 18px;
    text-align: center;
    position: relative;
}

.catalog-item-in-the-cart:before {
    content: "";
    background-image: url(/img/check.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: absolute;
    height: 30px;
    width: 30px;
    left: 3px;
    top: 3px;
}
a.in_cart {
    color: #fff !important;
    font-weight: 600;
    background: none !important;
    text-decoration: none;
}
#catalog-item-list .slick-arrow {
    position:absolute;
    top:50%;
    z-index:200;
    display:none;
    margin-top:-29px;
    width:57px;
    height:58px;
    background:url(/local/templates/store_light_blue/components/bitrix/catalog.section/slider1/images/slider_arrow.png) no-repeat;
    cursor:pointer;
    border: 0;
    font-size: 0;
}

#catalog-item-list .slick-next {
    background-position: 0 -58px;
    right: -21px;
}
#catalog-item-list .slick-prev {
    background-position: 0 0;
    left: -44px;
}

a.section_in_wish_list_button {
    height: 24px;
    width: 38px;
    background: none!important;
    right: 0;
    position: absolute;
    border-radius: 5px;
    box-sizing: border-box;
}

a.section_in_wish_list_button {
    height: 24px;
    width: 38px;
    background: none!important;
    right: 0;
    position: absolute;
    border-radius: 5px;
    box-sizing: border-box;
}

a.in_wishlist:before {
    background-image: url(/img/like_act2.png)!important;
}

a.section_in_wish_list_button:before {
    content: "";
    position: absolute;
    background-image: url(/img/like2.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: -8px;
    background-color: rgb(255 255 255 / 0.6);
    margin-top: 2px;
}

.icon-precent {
    position: absolute;
    top: 17px;
    left: 17px;
    z-index: 90;
    color: #fff;
    font-size: 13px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    background: #f42c2c;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 50%;
}
/* End */
/* /local/components/custom/catalog.section/templates/home_slider/style.css?16227449833506 */
