

/* Start:/local/components/simpleit/news/templates/.default/style.css?17071592191686*/
.news__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    position: relative;
}

.news_link {
    text-decoration: none;
    color: inherit;
}

.news {
    border: 1px solid #ececec;
    margin-bottom: 20px;
    transition: all .3s;
}

.news:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.news:hover .news__date, .news:hover .news__title {
    color: var(--main-color);
}

.news__caption {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #ececec;
}

.news__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.news__date, .news__title {
    line-height: normal;
    transition: all .3s;
}

.news__title {
    font-size: 14px;
    font-weight: 600;
}

.news__date {
    font-size: 13px;
    opacity: .8;
}

.news-filter {
    display: flex;
    margin-bottom: 20px;
    overflow-x: scroll;
}

.news-filter__value {
    padding: 10px 15px;
    border: 1px solid #ececec;
    text-decoration: none;
    color: #000;
    transition: all .3s;
    min-width: max-content;
}

.news-filter__value:hover {
    color: var(--main-color);
}

.news-filter__value--active {
    background-color: var(--main-color);
    color: #fff;
}

.news-element__preview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-filter__value--active:hover {
    color: #fff;
}
/* End */


/* Start:/local/components/simpleit/news.element/templates/classic/style.css?17071592541720*/
.news-element {
    margin-bottom: 20px;
    margin-top: 20px;
}

.news-element__back-link-container {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.news-element__back-link {
    text-decoration: none;
    color: #999;
    transition: all .3s;
}

.news-element__back-link svg {
    transition: all .3s;
    fill: #999;
    width: 12px;
}

.news-element__back-link:hover {
    color: var(--main-color);
}

.news-element__back-link:hover svg {
    fill: var(--main-color);
}

.default-text .news-element__preview {
    width: 50%;
    float: right;
    margin-left: 10px;
}

.news-element__date {
    display: inline-block;
    margin-bottom: 20px;
}

.news-element__button-container {
    text-align: center;
    margin-top: 15px;
}

.news-element__button-container .news-element__button {
    display: inline-flex;
}

.news-element__button {
    padding: 16px 15px;
    line-height: 0;
    font-size: var(--fs-small);
    letter-spacing: .8px;
    text-decoration: none;
}

.news-slider .splide__arrow svg {
    height: 2.2em;
    width: 2.2em;
}

.news-slider .splide__arrow {
    height: 3em;
    width: 3em;
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .default-text .news-element__preview {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
    }

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
/* End */


/* Start:/local/templates/simpleIT/css/widgets/tabs.css?1707159671690*/
.tabs {}

.tabs-nav {
    display:flex;
    /*flex-wrap: wrap;*/
    white-space: nowrap;
    overflow-x: scroll;
}

.tab-nav {
    cursor: pointer;
    padding: 16px 24px 15px;
    color: #777;
    background: #fafafa;
    border: 1px solid #ececec;
    transition: all .2s linear;
    margin-right: 10px;
    margin-bottom: 5px;
}
.tab-nav:last-child {
    margin-right: 0;
}
.tab-nav:hover {
    background: #fff;
    color: #000;
}

.tab-nav.tab-active {
    background: #fff;
    color: #000;
    cursor: default;
    box-shadow: 0 2px 0 0 var(--main-color);
}

.tabs-content {
    margin-top: 10px;
}
.tab-content {
    display: none;
}
.tab-content.tab-active {
    display: block;
}
/* End */


/* Start:/local/components/simpleit/catalog.element.recommendations/templates/classic/style.css?17071592539188*/
.recommendations-title {
    margin: 50px 0 25px;
}

.tab-nav-rec {
    padding: 12px 15px 9px!important;
    background: none!important;
    border: none!important;
}

.recommendationsSplideSection .splide__slide:not(.is-active) {
    opacity: 1;
}
.recommendationsSplideSection .splide__track {
    padding-top: 15px;
    padding-bottom: 15px;
}

.item-cart {
    display: flex;
    flex-direction: column;
    color: var(--bs-black-rgb);
    text-decoration: none;
    padding: 2px !important;
    background: #fff;
    min-height: 100%;
    max-width: 330px!important;
    min-width: 300px;
}

.recommendations .item-cart {
    margin-left: auto;
    margin-right: auto;
}

.item-cart .item-cart {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.item-cart.col:hover {
    position: relative;
}

.item-cart__wrap {
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 0 0 1px #ececec;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
}

.item-cart:hover .item-cart__wrap {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}


.item-cart__content-wrap {
    display: flex;
    flex-direction: column;
    padding: 25px 25px 10px 25px;
    flex-grow: 1;
}

.item-cart__title {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: var(--fs-normal);
}

.section-cart__title {
    display: block;
    text-align: center;
}

.item-cart__quantity {
    background: #fafafa;
    border: 1px solid #eeeeee;
    display: flex;
    width: 50%;
}

.item-cart__quantity-minus, .item-cart__quantity-plus {
    min-width: 30%;
    /*background: yellow;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-cart__quantity-input {
    border-radius: 0 !important;
    border: none;
    background: inherit;
    width: 40%;
    text-align: center;
}

.item-cart__quantity-input:focus-visible {
    border-radius: 0 !important;
    border: none;
    outline: none;
}

.item-cart__to-basket, .item-cart__in-basket, .item-cart__to-order {
    flex-grow: 1;
    justify-content: center;
    padding: 15px 5px;
    font-size: var(--fs-small);
    letter-spacing: .8px;
    border-radius: 0 !important;
}

.to-section {
    text-decoration: none;
}

.item-cart__in-basket svg {
    zoom: 0.5;
    margin-right: 10px;
}

.item-cart__in-basket path {
    fill: var(--bs-white);
}

.item-cart__in-basket {
    background-color: #3ea72e !important;
    text-decoration: none;
}

.item-cart__to-order {
    background: #69717ccf !important;
}

.item-cart__to-basket_invisible, .item-cart__in-basket_invisible, .item-cart__quantity_invisible, .item-cart__to-order_invisible {
    display: none !important;
}

.item-cart__buttons {
    display: flex;
}

.item-cart__quantity label {
    text-indent: -9999px;
    display: none;
}

.item-cart__hidden-link-text {
    text-indent: -9999px;
}

/* system-prop */
.system-prop {
    display: flex;
}

.system-prop__label {
    margin-right: 5px;
    color: #777;
}

.system-prop__value {
    color: var(--main-color);
}

/* image-wrap */
.image-wrap {
    display: flex;
    min-width: 100%;
    height: 300px;
    overflow: hidden;
    align-items: center;
    position: relative;
}

.image-wrap img {
    /*width: 100%;*/
}

.section-image-wrap {
    padding-top: 24px;
}

.image-wrap a {
    display: flex;
    width: 100%;
    height: 100%;
}

/* props-list */
.props-list {
    color: #777;
}

/* in-stock */
.item-cart__in-stock, .item-cart__not-in-stock {
    font-size: .800em;
}

.item-cart__in-stock {
    color: #5fa800;
}

/* not-in-stock */
.item-cart__not-in-stock {
    color: #666;
}

/* prices */
.prices {
    color: #333;
    display: flex;
    margin-bottom: 5px;
}

.old-price {
    color: #999;
    margin: 0px 3px 0px;
    font-size: 16px;
    text-decoration: line-through;
}

.price {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 3px 0px;
}

/* sale */
.sale {
    display: flex;
    align-items: center;
    font-size: var(--fs-small);
    border-radius: 2px;
    background: #ffd83a;
    width: fit-content;
    padding: 1px 1px 1px 5px;
    line-height: 17px;
    color: #333;
}

.sale__value {
    background: #fff8db;
    padding: 0px 5px;
    margin-left: 5px;
}

/* section-gallery-wrapper */
.section-gallery-wrapper {
    position: absolute;
    top: 0;
    bottom: 4px;
    left: -1px;
    right: -1px;
    flex-direction: row;
    z-index: 2;
    display: flex;
}

.section-gallery-wrapper__item {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    margin-bottom: -4px;
}

.section-gallery-wrapper__item-nav {
    display: block;
    position: relative;
    margin: 0 1px;
    height: 100%;
}

.section-gallery-wrapper__item:hover .section-gallery-wrapper__item-nav:before {
    background-color: var(--main-color);
}

.section-gallery-wrapper__item-nav:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #cdcdcd;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.section-gallery-wrapper__item:not(._active) img {
    opacity: 0;
}

.section-gallery-wrapper__item:hover img {
    opacity: 1;
    z-index: 1;
}

.image-wrap img, .image-wrap x-image {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}

.image-wrap x-image {
    opacity: 0;
}

.image-wrap .section-gallery-wrapper__item:first-child x-image {
    opacity: 1;
}

.image-wrap .section-gallery-wrapper__item:hover x-image {
    opacity: 1;
}


.image-wrap x-image.shadow img {
    width: 100%;
    height: 100%;
}

.section-gallery-wrapper__item img {
    /*opacity: 0;*/
    transition: opacity .2s ease-in-out;
    left: 1px;
    right: 1px;
}

/* stickers */

.stickers {
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 3;
    line-height: 20px;
    text-align: left;
    padding-right: 50px;
}

.stickers [class*="sticker_"] {
    background-color: #60c339;
    width: auto;
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 2px 7px 2px;
    margin: 0px 2px 4px;
    letter-spacing: normal;
    font-size: .800em;
    line-height: 1.692em;
    border-radius: 2px;
}

.stickers .sticker_hit {
    background-color: #2992d9;
}

.stickers .sticker_stock {
    background-color: #ffd83a;
    color: #333;
}

.stickers .sticker_recommend {
    background-color: #893ca9;
}

.stickers .sticker_new {
    background-color: #60c339;
}

.stickers .sticker_sale {
    background-color: #2992d9;
}


/* like_icons */
.like_icons:not(.static) {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
}

.item-cart__wrap:hover .like_icons span {
    opacity: 1;
    visibility: visible;
}


.like_icons span {
    display: flex;
    background: var(--bs-white);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    margin: 0px 0px 4px;
    overflow: hidden;
    text-align: center;

    width: 32px;
    height: 32px;
    line-height: 32px;

    border-radius: 3px;

    justify-content: center;
    align-items: center;
}


.like_icons span path {
    fill: #999;
}

.like_icons span:hover, .like_icons span.active {
    background: var(--main-color);
}

.like_icons span:hover path, .like_icons span.active path {
    fill: var(--bs-white);
}

.like_icons span.active {
    opacity: .5;
    visibility: visible;
}

/* item-cart__total-summ */
.item-cart__total-summ {
    text-align: center;
    padding: 9px 0;
    display: none;
}

.item-cart__total-summ.visible {
    display: block;
}

/* sku */
.sku-label {
    color: #888888;
    font-size: 0.800em;
    margin-top: 10px;
}

.sku-preview {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    flex-wrap: wrap;
}

.sku-preview-img-wrap {
    width: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
    border: 1px solid gray;
    height: 25px;
    overflow: hidden;
}

.sku-preview-img-wrap.active {
    outline: 1px solid var(--main-color);
    border: 1px solid var(--main-color);
}

.sku-preview-img {
    height: inherit;
}

/* fast-view */

.fast-view {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 53;
    display: block;
    white-space: nowrap;
    transform: translateX(-50%);
    background-color: var(--main-color);
    color: white;
    text-transform: uppercase;
    font-size: .7333em;
    padding: 12px 21px 11px;
    cursor: pointer;
    border-radius: 3px;
    transition: all .2s linear;
    opacity: 0;
}

.item-cart__wrap:hover .fast-view {
    opacity: 1;
}

/* media */

@media (max-width: 768px) {
    .like_icons:not(.static) {
        top: unset;
        right: unset;
        bottom: 0;
        left: 0;
        display: flex;
    }
    .like_icons span {
        opacity: 1;
        visibility: visible;
        box-shadow: 0 0 0 1px #ececec inset;
        margin-right: 5px;
    }
}


/* End */


/* Start:/local/components/simpleit/menu.left/templates/classic/style.css?1707159239606*/
.left-menu {
    position: relative;
    height: 100%;
}

.left-menu-list {
    position: sticky;
    top: 70px;
}

.left-menu-list__item {
    display: flex;
    border: 1px solid #ececec;
    border-bottom: none;
}

.left-menu-list__item:last-child {
    border-bottom: 1px solid #ececec;
}

.left-menu-list__link {
    display: block;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    transition: all .3s;
}

.left-menu-list__link:hover {
    background: #fafafa;
}

.left-menu-list__link--active {
    font-weight: 700;
}
/* End */
/* /local/components/simpleit/news/templates/.default/style.css?17071592191686 */
/* /local/components/simpleit/news.element/templates/classic/style.css?17071592541720 */
/* /local/templates/simpleIT/css/widgets/tabs.css?1707159671690 */
/* /local/components/simpleit/catalog.element.recommendations/templates/classic/style.css?17071592539188 */
/* /local/components/simpleit/menu.left/templates/classic/style.css?1707159239606 */
