

/* Start:/assets/inlude_shop/sources/style.css?173346810246622*/
:root {
    --main-color: #002169;
    --secondary-color: #85C4E8;
    --light-blue: #D1E7F9;
    --light-white-blue: #EDF7FF;
    --pl-blue: #005CA9;
    --hover-button-blue: #ADD7F0;
    --button-blue: #C5E1F5;
    --txt-gray: #696969;
    --stroke-gray: #C4C4C4;
    --txt-pink: #F08AB7;
    --error-color: #FF0000;
}

body {
    margin: 0;
}

.h-6-rem {
    display: none;
}

.quizzy {
    display: none !important;
}

/*sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -12px;
}*/

._animate-opacity {
    transition: .2s;
    opacity: .5;
}

.im-container {
    max-width: 1250px;
    margin: 30px auto;
    width: 100%;
    font-size: 18px;
    font-family: 'Century Gothic', sans-serif;
}

.im-container-mt {
    max-width: 1250px;
    margin: 150px auto 30px auto;
    width: 100%;
    font-size: 18px;
    font-family: 'Century Gothic', sans-serif;
}

.im-title-xl {
    font-size: 2em;
    font-family: 'Cocon', sans-serif;
    color: var(--main-color);
    line-height: 1.1em;
}

.im-title-l {
    font-size: 1.5em;
    font-family: 'Cocon', sans-serif;
    line-height: 1.1em;
    /* margin-top: 1em; */
    color: var(--main-color);
}

.im-title-s {
    font-size: 14px;
    line-height: 1.5em;
    /* margin-top: 1em; */
    color: var(--main-color);
}

.im-title-s-gray {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 1em;
    color: var(--txt-gray);
}

.im-footer {
    max-width: 1250px;
    margin: 80px auto 30px auto;
    width: 95%;
    font-size: 16px;
    font-family: 'Century Gothic', sans-serif;
    /* padding: 15px 30px; */
    line-height: 1.5;
    text-align: center;
}

.im-footer__shadow {
    width: 100%;
    box-shadow: 0px 0px 24px rgba(208, 230, 248, 0.66);
    border-radius: 36px;
    padding: 15px 10px;
}

.im-footer__shadow span:first-child {
    display: block;
    color: var(--secondary-color);
    font-weight: bold;
    padding-bottom: 5px;
}

.im-footer__shadow span:last-child {
    display: block;
    color: var(--main-color);
    font-weight: bold;
}

.im-footer__nonbg {
    margin: 40px auto 0 auto;
    color: var(--main-color);
    width: 80%;
}

.im-footer__nonbg a,
.im-footer__nonbg a:hover {
    text-decoration: underline;
    color: var(--main-color);
}

@media (max-width: 600px) {
    .im-footer {
        font-size: 14px;
        padding: 15px;
        margin: 50px auto 30px auto;
        line-height: 1.2;
    }
    .im-footer__nonbg {
        width: 100%;
    }
}

.im-loader-mg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: white;
    z-index: 99;
}

.im-loader-mg_hidden {
    display: none;
}

.im-loader-mg img {
    width: 100%;
    max-width: 100px;
}

.im-loader-body {
    position: fixed;
    opacity: .7;
    overflow: hidden;
}

.im-breadcrumbs {
    /* display: flex; */
    width: fit-content;
    /* align-items: center; */
    font-size: 14px;
    color: var(--stroke-gray);
    margin-bottom: 30px;
}

.im-breadcrumbs__item {
    margin: 0;
    padding: 0 10px 0 0;
    display: inline-flex;
    align-items: center;
}

.im-breadcrumbs__item a {
    color: var(--stroke-gray);
}

.im-breadcrumbs__item a:hover {
    color: var(--pl-blue);
}

.im-breadcrumbs__item::before,
.im-breadcrumbs .im-breadcrumbs__item:last-child:after {
    content: none;
}

.im-breadcrumbs__item::after {
    content: '—';
    display: block;
    padding-left: 5px;
}

.im-breadcrumbs__item_action {
    color: var(--main-color);
}

.im-breadcrumbs-back {
    width: 35px;
    height: 10px;
    display: none;
    border-bottom: 2px solid #A4A4A4;
    position: relative;
    bottom: -25px;
    z-index: 10;
}

.im-breadcrumbs-back::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border-bottom: 2px solid #A4A4A4;
    border-left: 2px solid #A4A4A4;
    transform: rotateZ(45deg);
    bottom: -6px;
    left: 0;
}

@media (max-width: 500px) {
    .im-breadcrumbs {
        display: none;
    }
    .im-breadcrumbs-back {
        display: block;
    }
}

.im-buttom-return {
    width: 100%;
    max-width: 284px;
    height: 56px;
    background-color: white;
    color: var(--main-color);
    border: 1px solid var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 25px 0 10px 0;
    border-radius: 50px;
    user-select: none;
    transition: 0.0s;
}

.im-buttom-return:hover {
    background-color: var(--hover-button-blue);
    color: var(--main-color);
    border: 1px solid var(--hover-button-blue);
}

.im-showcase {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.im-showcase__filter-box {
    min-width: 300px;
    position: relative;
}

.im-showcase__filter-control {
    display: none;
    justify-content: flex-end;
    align-items: center;
    color: var(--secondary-color);
    font-size: 16px;
    margin-bottom: 15px;
}

.im-showcase__filter-control-action {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
    display: flex;
    margin-left: 15px;
}

.im-showcase__filter-control-action svg {
    display: block;
    height: 50%;
    object-fit: contain;
    object-position: center;
    margin: auto;
}

.im-showcase__filter {
    width: fit-content;
    display: flex;
    flex-direction: column;
    min-width: 230px;
}

.im-showcase__filter-category {
    display: flex;
    flex-direction: column;
}

.im-showcase__filter-category-item {
    display: block;
    width: 211px;
    height: 56px;
    border-radius: 50px;
    border: 1px solid var(--secondary-color);
    line-height: 56px;
    text-align: center;
    font-size: 14px;
    font-family: 'Century Gothic', sans-serif;
    color: var(--main-color);
    margin-bottom: 10px;
}

.im-showcase__filter-category-item:hover {
    background-color: var(--hover-button-blue);
    border: 1px solid var(--hover-button-blue);
    text-decoration: none;
    color: var(--main-color);
    cursor: pointer;
}

.im-showcase__filter-category-item_select,
.im-showcase__filter-category-item_select:hover {
    border: 1px solid var(--secondary-color);
    background-color: var(--hover-button-blue);
    font-weight: bold;
}

.im-showcase__filter-container {
    width: fit-content;
    margin: 0 auto;
}

.im-showcase__filter-section {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.im-showcase__filter-splitter {
    border-bottom: 1px solid var(--secondary-color);
    margin: 15px auto;
}

.im-showcase__filter-item {
    margin: 7px 3px;
    color: var(--main-color);
    font-size: 14px;
}

.im-showcase__filter-item input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.im-showcase__filter-item input[type="checkbox"]+label {
    display: inline-flex;
    align-items: center;
    font-weight: normal;
    user-select: none;
    cursor: pointer;
}

.im-showcase__filter-item input[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid var(--secondary-color);
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.im-showcase__filter-item input[type="checkbox"]:checked+label::before {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    box-shadow: inset 0 0 0 3px white;
}

.im-showcase__filter-reset {
    width: fit-content;
    padding: 6px 35px 6px 30px;
    border-radius: 50px;
    border: 1px solid var(--secondary-color);
    color: var(--main-color);
    font-size: 14px;
    text-align: center;
    margin: 20px auto 0 auto;
    position: relative;
    display: none;
}

.im-showcase__filter-reset:hover {
    cursor: pointer;
}

.im-showcase__filter-reset::before {
    content: 'x';
    color: var(--secondary-color);
    position: absolute;
    right: 10%;
}

.im-showcase__section {
    width: calc(100% - 300px);
}

.im-products-block__section {
    display: flex;
    height: fit-content;
    flex-wrap: wrap;
    margin-top: 25px;
    width: 950px;
}

.im-products-card {
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
    height: unset;
    background: #FFFFFF;
    /*border: 1px solid #FFFFFF;*/
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.09);
    position: relative;
    color: var(--main-color);
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
    margin: 0px 8px 20px 8px;
    display: flex;
    flex-direction: column;
    max-height: 520px;
}

.im-products-card:hover {
    box-shadow: 0px 0px 12px rgba(133, 196, 232, 0.55);
}

.im-products-card__age {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    padding: 2px 5px;
    color: var(--pl-blue);
    font-size: 24px;
    width: fit-content;
    background-color: white;
    z-index: 5;
    border-radius: 13px;
    border: 1px solid var(--pl-blue);
}

.im-products-card__preview {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.im-products-card__preview:focus {
    outline: none;
}

.im-products-card__preview-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.im-products-card__preview img {
    height: 85%;
    object-fit: contain;
}

/*.im-products-card__tab-new {
    width: 75px;
    position: absolute;
    top: 220px;
    right: -8px;
}*/
.im-products-card__tab-new {
    width: 75px;
    position: absolute;
    top: 200px;
    right: 0px;
}

.im-products-card__title {
    font-size: 1em;
    margin-top: 30px;
    font-weight: bold;
    line-height: 1.2;
}

.im-products-card__txt {
    font-size: .8em;
    margin-top: 6px;
    overflow-y: overlay;
    height: 60px;
    margin-bottom: 10px;
    color: var(--txt-gray);
    scrollbar-color: #ccc #fff;
    scrollbar-width: thin;
}

.im-products-card__txt::-webkit-scrollbar-track {
    background-color: #fff;
}

.im-products-card__txt::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc;
}

.im-products-card__txt::-webkit-scrollbar {
    width: 5px;
}

.im-products-card__price {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.im-products-card__price-new {
    font-size: 1.4em;
    font-weight: bold;
    padding-right: 10px;
}

.im-products-card__price-old {
    font-size: 1em;
    position: relative;
    width: fit-content;
}

.im-products-card__price-old::before {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--txt-pink);
    position: absolute;
    top: 50%;
    transform: translate(0%, 50%);
}

.im-products-card__price-discount {
    margin-left: auto;
    font-size: .9em;
    display: flex;
    align-items: center;
    color: var(--txt-pink);
    font-weight: bold;
}

.im-products-card__price-discount img {
    width: 1.4em;
    margin-right: 5px
}

.im-products-card__panel {
    margin-top: 20px;
    position: relative;
}

.im-products-card__panel-button {
    height: 50px;
    width: 100%;
    border-radius: 50px;
    background-color: var(--secondary-color);
    color: white;
    display: block;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.im-products-card__panel-button:hover {
    background-color: var(--hover-button-blue);
    color: var(--main-color);
    font-weight: normal;
    cursor: pointer;
}

.im-products-card__panel-mg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.im-products-card__panel-action {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--stroke-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.im-products-card__panel-action:hover {
    border: 1px solid var(--secondary-color);
    cursor: pointer;
}

._panel-action-disable {
    color: var(--stroke-gray);
}

._panel-action-hidden {
    display: none !important;
}

.im-products-card__panel-count {
    font-size: 1em;
    font-weight: bold;
    width: fit-content;
    margin: 0 30px;
}

@media (max-width: 1300px) {
    .im-container {
        max-width: 1250px;
        margin: 30px 0px 30px;
        padding: 0 20px 0 40px;
        width: 100%;
        font-size: 18px;
        font-family: 'Century Gothic', sans-serif;
    }
    .im-container-mt {
        padding: 0 20px 0 40px;
    }
    .im-showcase__filter-box {
        min-width: 240px;
    }
    .im-showcase__section {
        width: calc(100% - 260px);
    }
    .im-products-block__section {
        width: 650px;
    }
}

@media (max-width: 1000px) {
    .im-showcase {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .im-container {
        padding: 0 20px 0 20px;
    }
    .im-container-mt {
        margin: 110px auto 30px auto;
        padding: 0 20px 0 20px;
    }
    .im-showcase__filter-box {
        margin-bottom: 15px;
    }
    .im-showcase__filter {
        width: inherit;
    }
    .im-showcase__filter-box,
    .im-showcase__section {
        width: 100%;
    }
    .im-showcase__filter-category {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .im-showcase__filter-section {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
    }
    .im-products-block__section {
        margin: 25px auto;
    }
}

@media (max-width: 750px) {
    .im-showcase__filter-category {
        flex-direction: column;
        align-items: center;
    }
    .im-showcase__filter-category-item {
        width: 300px;
    }
    .im-showcase__filter-section {
        flex-wrap: wrap;
        justify-content: center;
    }
    .im-showcase__filter-item {
        width: 35%;
    }
    .im-products-block__section {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .im-showcase {
        margin-top: 0;
    }
    .im-showcase__filter-item {
        width: 45%;
    }
    .im-container,
    .im-container-mt {
        font-size: 16px;
    }
    .im-container {
        margin: 40px auto 30px auto;
    }
    .im-products-card {
        margin: 0px 8px 30px 8px;
    }
    .im-showcase__filter {
        display: none;
    }
    .im-showcase__filter-control {
        display: flex;
    }
}

@media (max-width: 350px) {
    .im-showcase__filter-category-item {
        width: 250px;
    }
    .im-container,
    .im-container-mt {
        padding: 0 10px 0 10px;
        font-size: 15px;
    }
    .im-showcase__filter-item {
        width: 50%;
    }
}


/* slider-product */

.im-products-block-slide {
    width: 950px;
}

.im-products-block-slide .slick-slide {
    margin: 10px 10px 20px 10px;
}

.im-slider__circle-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px rgba(217, 208, 208, 0.45);
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
}

.im-slider__circle-arrow::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('/assets/inlude_shop/arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15%;
    position: absolute;
}

.im-slider__circle-arrow_prev {
    top: 38%;
    left: -50px;
    transform: translateY(-38%);
}

.im-slider__circle-arrow_next {
    top: 38%;
    right: -50px;
    transform: translateY(-38%);
}

.im-slider__circle-arrow_prev::before {
    transform: rotateZ(-180deg);
}

.im-slider__circle-arrow_onborder-prev {
    top: 45%;
    left: -20px;
    transform: translateY(-45%);
}

.im-slider__circle-arrow_onborder-next {
    top: 45%;
    right: -20px;
    transform: translateY(-45%);
}

.im-slider__circle-arrow_onborder-prev::before {
    transform: rotateZ(-180deg);
}

.im-slider__dots {
    width: fit-content;
    margin: 15px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.im-slider__dots li {
    width: fit-content;
    padding: 5px;
    margin: 0;
}

.im-slider__dots li::before {
    display: none;
}

.im-slider__dots li button {
    padding: 0;
    font-size: 0;
    display: block;
    border: 1px solid var(--secondary-color);
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.im-slider__dots .slick-active button {
    background-color: var(--secondary-color);
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

@media (max-width: 1450px) {
    .im-slider__circle-arrow_prev {
        left: -10px;
    }
    .im-slider__circle-arrow_next {
        right: -10px;
    }
}

@media (max-width: 1300px) {
    .im-products-block-slide {
        width: 620px;
    }
}

@media (max-width: 750px) {
    .im-products-block-slide {
        width: 300px;
    }
    .im-slider__circle-arrow_prev {
        left: -60px;
    }
    .im-slider__circle-arrow_next {
        right: -60px;
    }
}

@media (max-width: 500px) {
    .im-slider__circle-arrow {
        display: none !important;
    }
    .im-slider__dots {
        margin: 10px auto 20px auto;
    }
}


/* sliders-end */

.im-sliders-container {
    display: flex;
    margin-top: 30px;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.im-sliders-section {
    width: 45%;
}

.im-sliders-section__box {
    margin-top: 20px;
}

.im-sliders-section__item {
    height: 320px;
}

.im-sliders-section__item img {
    width: 90%;
    object-fit: contain;
}

@media (max-width: 1000px) {
    .im-sliders-section {
        margin: 0 30px;
    }
}

@media (max-width: 750px) {
    .im-sliders-container {
        flex-direction: column;
    }
    .im-sliders-section {
        width: 75%;
    }
    .im-sliders-section__item {
        height: 500px;
    }
}

@media (max-width: 500px) {
    .im-sliders-container {
        margin-top: 0;
    }
    .im-sliders-section {
        width: 95%;
    }
}


/* basket */

.im-basket-container {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

.im-basket-view {
    width: 65%;
    border: 1px solid var(--light-blue);
    border-radius: 15px;
    color: var(--main-color);
    font-size: 14px;
    height: fit-content;
}

.im-basket-view__row {
    width: 100%;
    display: grid;
    grid-template-columns: 1.3fr 1.3fr .5fr .5fr 1.3fr 1fr;
    align-items: center;
    gap: 15px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.im-basket-view__row_top {
    grid-template-rows: 75px;
    color: var(--main-color);
    font-size: 1em;
}

.im-basket-view__row_top .im-basket-view__col:first-child {
    grid-column-start: 2;
}

.im-basket-view__row_item {
    border-top: 1px solid var(--light-blue);
    grid-template-rows: 220px;
}

.im-basket-view__col-preview {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.im-basket-view__col-preview img {
    height: 80%;
    object-fit: contain;
}

.im-basket-view__col-title {
    display: block;
    font-size: 1.15em;
    line-height: 1.3;
    font-weight: bold;
}

.im-basket-view__col-discount {
    font-size: 1em;
    color: var(--txt-pink);
    font-weight: bold;
}

.im-basket-view__col-mg {
    display: flex;
    align-items: center;
}

.im-basket-view__col-mg-action {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--stroke-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    user-select: none;
}

.im-basket-view__col-mg-action:hover {
    border-color: var(--secondary-color);
    cursor: pointer;
}

.im-basket-view__col-mg-count {
    font-size: 1em;
    font-weight: bold;
    width: fit-content;
    margin: 0 7px;
}

.im-basket-view__col-mg-count input {
    font-size: 1.2em;
    border-radius: 8px;
    color: var(--main-color);
}

.im-basket-view__col-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.im-basket-view__col-price-new {
    font-size: 1.3em;
    font-weight: bold;
}

.im-basket-view__col-price-old {
    font-size: 1.15em;
    position: relative;
    width: fit-content;
}

.im-basket-view__col-price-old::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    border-top: 1px solid var(--txt-pink);
    top: 50%;
}

.im-basket-view__trash {
    position: absolute;
    top: 20px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.im-basket-view__trash:hover {
    background-color: var(--light-white-blue);
    cursor: pointer;
}

.im-basket-result {
    width: 33%;
    margin-left: auto;
    max-width: 600px;
}

.im-basket-result__section {
    display: flex;
    margin-top: 10px;
    height: fit-content;
    justify-content: space-between;
    align-items: center;
    color: var(--main-color);
}

.im-basket-result__section-name {
    line-height: 1.1;
    font-size: 14px;
}

.im-basket-result__section-sum {
    font-size: 18px;
    font-weight: bold;
}

.im-basket-result__section_discount .im-basket-result__section-sum {
    color: var(--txt-pink);
}

.im-basket-result__section_total {
    font-weight: bold;
}

.im-basket-result__section_total .im-basket-result__section-name {
    font-size: 18px;
}

.im-basket-result__section_total .im-basket-result__section-sum {
    font-size: 22px;
}

.im-basket-result__input {
    margin: 15px 0;
    border-bottom: 2px solid var(--light-blue);
    width: 100%;
    position: relative;
}

.im-basket-result__input input {
    border: none;
    font-size: 14px;
    padding: 5px 0 15px 0;
    color: #002169;
    width: 90%;
    font-family: 'Century Gothic', sans-serif;
}

@media (max-width: 400px) {
    .im-basket-result__input input {
        font-size: 13px;
    }
}

.im-basket-result__input-action {
    /* width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid var(--stroke-gray);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); */
    border-radius: 14px;
    border: 1px solid var(--secondary-color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 2px 12px;
    font-size: 14px;
    cursor: pointer;
    color: var(--secondary-color);
    background-color: #FFF;
    font-weight: bold; 
}



/* .im-basket-result__input-action::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 1px solid var(--stroke-gray);
    border-right: 1px solid var(--stroke-gray);
    top: 9px;
    right: 12px;
    transform: rotateZ(45deg);
} */

.im-basket-result__input-action:hover {
    /* background-color: var(--secondary-color);
    border-color: transparent; */
    background-color: var(--secondary-color);
    color: var(--main-color);
    font-weight: normal;
    border-color: transparent;    
}

.im-basket-result__input-action:hover::before {
    border-top: 1px solid white;
    border-right: 1px solid white;
}

.im-basket-result__button {
    width: 100%;
    max-width: 284px;
    height: 56px;
    background-color: var(--secondary-color);
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin: 15px auto 10px auto;
    border-radius: 74px;
    user-select: none;
}

.im-basket-result__button:hover {
    background-color: var(--hover-button-blue);
    border-color: var(--hover-button-blue);
    font-weight: normal;
    color: var(--main-color);
    cursor: pointer;
}

.im-basket-result__button_tr {
    background-color: white;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.im-basket-result__coupon {
    font-size: 0.8em;
    color: var(--main-color);
}

.im-basket-result__coupon-alert {
    display: grid;
    grid-template-columns: 1fr 60px;
    align-items: baseline;
}

.im-basket-result__coupon-alert_muted strong {
    color: var(--txt-pink);
    font-size: 1.2em;
}

.im-basket-result__coupon-alert_muted i {
    color: var(--txt-pink);
}

.im-basket-result__coupon-alert_danger strong {
    color: var(--stroke-gray);
    font-size: 1em;
}

.im-basket-result__coupon-close-link {
    font-size: 0.8em;
    text-decoration: underline;
    cursor: pointer;
}

.im-basket-view_show-mobile {
    display: none;
    color: var(--main-color);
    padding-right: 10px;
    font-weight: normal;
}

@media (max-width: 1250px) {
    .im-basket-container {
        flex-direction: column;
    }
    .im-basket-view {
        width: 100%;
        margin-bottom: 40px;
    }
    .im-basket-result {
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 850px) {
    .im-basket-view__row_top {
        display: none;
    }
    .im-basket-view__row {
        width: 100%;
        padding: 0 10px;
        grid-template-columns: 50% 45%;
        margin-top: 40px;
        grid-template-rows: 90px 30px 30px 80px;
        grid-template-areas: "itA itB" "itA itC" "itA itD" "itE itF";
    }
    .im-basket-view__row_item {
        border-top: none;
        border-bottom: 1px solid var(--light-blue);
    }
    .im-basket-view .im-basket-view__row_item:last-child {
        border-bottom: none;
    }
    .im-basket-view__row .im-basket-view__col:nth-child(1) {
        grid-area: itA;
    }
    .im-basket-view__row .im-basket-view__col:nth-child(2) {
        grid-area: itB;
    }
    .im-basket-view__row .im-basket-view__col:nth-child(3) {
        grid-area: itD;
    }
    .im-basket-view__row .im-basket-view__col:nth-child(4) {
        grid-area: itC;
    }
    .im-basket-view__row .im-basket-view__col:nth-child(5) {
        grid-area: itE;
        justify-self: center;
    }
    .im-basket-view__row .im-basket-view__col:nth-child(6) {
        grid-area: itF;
        justify-self: center;
    }
    .im-basket-view__trash {
        top: -30px;
        right: 10px;
    }
    .im-basket-view_show-mobile {
        display: inline;
    }
}


/* style card */

.im-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.im-card__compound,
.im-card__box,
.im-card__content {
    width: 33%;
    margin-top: 30px;
    color: var(--main-color);
}

.im-card__box {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.im-card__compound-count,
.im-card__compound-item {
    display: flex;
    font-size: 14px;
}

.im-card__compound-count {
    margin-bottom: 30px;
}

.im-card__compound-count b {
    display: block;
    margin-right: 8px;
}

.im-card__compound-item {
    margin-bottom: 20px;
}

.im-card__compound-item span {
    text-transform: uppercase;
    display: block;
    margin-right: 8px;
}

.im-card__compound-item a {
    text-decoration: underline;
    font-weight: bold;
    color: var(--secondary-color);
}

.im-card__compound-item a:hover {
    text-decoration: none;
}

.im-card__compound-gift {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 25px;
    font-size: 14px;
    color: var(--secondary-color);
}

.im-card__compound-gift img {
    width: 55px;
    display: inline-block;
    margin-left: auto;
}

.im-card__compound-gift section span:first-child {
    text-transform: uppercase;
    font-family: 'Cocon', sans-serif;
}

.im-card__compound-gift section span:last-child {
    font-weight: bold;
}

.im-card__box-detail {
    position: relative;
}

.im-card__box-detail-new {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 60px;
}

.im-card__box-sliders {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.im-card__sliders-main {
    margin-bottom: 20px;
}

.im-card__sliders-main .slick-track {
    display: flex;
}

.im-card__sliders-main .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.im-card__sliders-main-item {
    height: 360px !important;
    max-height: 360px !important;
}

.im-card__sliders-main-item img {
    height: 100%;
    object-fit: contain;
}

.im-card__sliders-bottom-item {
    margin: 0 5px;
    border: 1px solid var(--stroke-gray);
    border-radius: 15px;
    height: 80px !important;
}

.im-card__sliders-bottom-item img {
    height: 90%;
    width: 90%;
    object-fit: contain;
}

.im-card__sliders-bottom .slick-current {
    border: 1px solid var(--secondary-color);
}

.im-card__sliders-bottom .slick-track {
    display: flex;
}

.im-card__sliders-bottom .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.im-card__sliders-bottom-arrow {
    position: absolute;
    top: 40px;
    transform: translate(0, -50%);
    font-size: 24px;
    line-height: 1;
    color: var(--secondary-color);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.im-card__sliders-bottom-arrow_next {
    right: -30px;
}

.im-card__sliders-bottom-arrow_prev {
    left: -30px;
    transform: rotateY(180deg) translate(0, -50%);
}

.im-card__box-sliders-detail {
    position: absolute;
    right: 0;
    top: 64%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-white-blue);
    border-radius: 15px 0 15px 0;
    z-index: 15;
}

.im-card__box-sliders-detail img {
    width: 55%;
}

.im-products-card__preview_detail {
    height: 300px;
}

.im-card__content-mg {
    /* padding-bottom: 30px; */
    border-bottom: 1px solid var(--secondary-color);
    max-width: 500px;
    margin: 0 auto;
}

.im-card__content-mg-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.im-card__content-mg-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 20px;
}

.im-card__content-mg-price>.im-products-card__price-new {
    padding: 0;
    line-height: 1;
}

.im-card__content-mg-inbasket {
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 30px;
    position: relative;
}

.im-card__content-mg-panel {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    /* flex-wrap: wrap; */
}

.im-card__content-mg-button {
    height: 56px;
    background-color: var(--secondary-color);
    color: white;
    width: 100%;
    font-weight: bold;
    max-width: 284px;
    margin-right: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 65px;
}

.im-card__content-mg-button_link {
    min-width: 150px;
    width: 49%;
    margin-right: 10px;
}

.im-card__content-mg-button:hover {
    background-color: var(--hover-button-blue);
    color: var(--main-color);
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

.im-card__panel-mg {
    display: flex;
    justify-content: space-between;
    width: 49%;
    max-width: 200px;
    align-items: center;
}

.im-card__panel-action {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--stroke-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.im-card__panel-action:hover {
    border: 1px solid var(--secondary-color);
    cursor: pointer;
}

.im-card__panel-count {
    font-size: 1em;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
}

.im-card__content-txt-title {
    font-family: 'Cocon', sans-serif;
    font-size: 20px;
    margin: 15px 0 10px 0;
}

.im-card__content-txt-in {
    font-size: 14px;
}

.im-card__content-txt-pretitle {
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: bold;
    margin: 10px 0 15px 0;
    line-height: 1.3;
}

.im-card__content-property li {
    font-size: 14px;
    position: relative;
    margin: 4px 0;
    padding: 0 0 0 15px;
}

.im-card__content-property li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    transform: translate(0px, -50%);
    background-color: #002169;
}

.im-card__content-property-m li::before {
    width: 4px;
    height: 4px;
}

.im-card__button_saleout {
    background-color: var(--stroke-gray);
}

.im-card__button_saleout:hover {
    background-color: var(--stroke-gray);
    color: white;
    font-weight: bold;
}

@media (max-width: 1100px) {
    .im-card__compound {
        width: 100%;
    }
    .im-card__box,
    .im-card__content {
        width: 46%;
    }
}

@media (max-width: 800px) {
    .im-card__box,
    .im-card__content {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .im-card__content-mg-panel {
        font-size: 16px;
    }
    .im-card__panel-action {
        width: 45px;
        height: 45px;
    }
    .im-card__panel-count {
        margin: 0 8px;
    }
    .im-card__content-mg-button {
        height: 55px;
    }
}

.im-through-block {
    margin-top: 80px;
}

.im-through-section {
    display: flex;
    margin-top: 15px;
}

@media (max-width: 1200px) {
    .im-through-section {
        flex-wrap: wrap;
    }
}

@media (max-width: 900px) {
    .im-through-section {
        justify-content: center;
    }
}

.im-card-tabs {
    margin: 45px auto 10px auto;
}

.im-card-tabs__section {
    overflow: hidden;
}

.im-card-tabs__section-head {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.im-card-tabs__section-caption {
    flex: 1;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    background: var(--button-blue);
    border-radius: 60px;
    height: 56px;
    min-width: 145px;
    max-width: 200px;
    margin: 5px;
}

.im-card-tabs__section-caption:hover {
    background: var(--hover-button-blue);
}

.im-card-tabs__section-caption_active {
    background-color: var(--hover-button-blue);
    font-weight: bold;
    position: relative;
}

.im-card-tabs__section-caption_active::before {
    content: '';
    position: absolute;
    bottom: -22px;
    clip-path: polygon(50% 50%, 100% 50%, 50% 70%, 0% 50%);
    display: block;
    width: 40px;
    height: 45px;
    background-color: var(--hover-button-blue);
}

.im-card-tabs__section-body {
    background: var(--primary);
    position: relative;
    top: -2px;
    transition: 0.25s;
}

.im-card-tabs__section-content {
    display: none;
    padding: 30px 0px;
    color: var(--main-color);
    transform: scaleY(0.8);
    opacity: 0;
    transform-origin: center top;
    -webkit-animation: showContent 0.6s forwards;
    animation: showContent 0.6s forwards;
}

.im-card-tabs__section-content_active {
    display: block;
}

@-webkit-keyframes showContent {
    0% {
        transform: scaleY(0.8);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes showContent {
    0% {
        transform: scaleY(0.8);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}


/* СТИЛИ КАРТОЧЕК ТОВАРОВ */

.im-card-tabs__section-content-video {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.im-card-tabs__section-content-video iframe {
    border-radius: 25px;
    margin: 20px 10px;
}

.im-card-tabs__section-content-container {
    max-width: 650px;
    width: 100%;
    margin: 15px auto 30px auto;
    font-size: 14px;
    color: var(--main-color);
}

.im-card-tabs__section-content-container img {
    display: block;
    margin: 10px auto;
}

.im-card-tabs__section-content-section {
    display: block;
    width: 100%;
    padding: 10px 30px;
    margin: 20px auto;
    border-radius: 25px;
}

.im-card-tabs__section-content-section_blue {
    background-color: var(--light-white-blue);
}

.im-card-tabs__section-content-table {
    max-width: 900px;
    width: 100%;
    margin: 15px auto 30px auto;
    font-size: 14px;
    color: var(--main-color);
    overflow-x: scroll;
    scrollbar-color: #ccc #fff;
    scrollbar-width: thin;
}

.im-card-tabs__section-content-table::-webkit-scrollbar-track {
    background-color: #fff;
}

.im-card-tabs__section-content-table::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ccc;
}

.im-card-tabs__section-content-table::-webkit-scrollbar {
    height: 5px;
}

.im-card-tabs__section-content-table table {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    border-spacing: 2px;
    border-collapse: separate;
}

.im-card-tabs__section-content-table table th {
    padding: 7px 10px;
    border: 1px solid var(--light-blue);
    text-align: left;
    font-weight: normal;
    font-family: 'Cocon', sans-serif;
}

.im-card-tabs__section-content-table table tr th:first-child {
    border-radius: 20px 0 0 0;
}

.im-card-tabs__section-content-table table tr th:last-child {
    border-radius: 0 20px 0 0;
}

.im-card-tabs__section-content-table table tbody td {
    text-align: left;
    border: none;
    padding: 6px 10px;
    border: 1px solid var(--light-blue);
    vertical-align: top;
}

.im-card-tabs__section-content-table table tbody tr td:first-child {
    width: 45%;
}

.im-card-tabs__section-content-table-m table tbody tr td:first-child {
    width: 72%;
}

.im-card-tabs__section-content-table table tbody tr:last-child td {
    border-bottom: 1px solid var(--light-blue);
}

.im-card-tabs__section-content-table table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}

.im-card-tabs__section-content-table table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

.im-card-tabs__section-content-table .im-card-tabs__section-content-th {
    background-color: var(--light-blue);
}

.im-card-tabs__section-content-table .im-card-tabs__section-content-th td {
    border: 1px solid white;
}

.im-card-tabs__section-content-section_pink {
    background: #FFFFFF;
    border: 1px solid rgba(252, 166, 172, 0.6);
    box-shadow: 0px 0px 30px rgba(252, 166, 172, 0.25);
}

.im-card-tabs__section-content-section_green {
    background: #FFFFFF;
    border: 1px solid #BDE461;
    box-shadow: 0px 0px 30px rgba(189, 228, 97, 0.25);
}

.im-card-tabs__section-content-section_blue-c {
    background: #FFFFFF;
    border: 1px solid #D0E6F8;
    box-shadow: 0px 0px 30px rgba(208, 230, 248, 0.25);
}


/* card slider */

.im-card__overslide {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
    z-index: 777;
    display: none;
    justify-content: center;
}

.im-card__overslide_active {
    display: flex;
}

.im-card__overslide-carousel {
    position: relative;
    width: calc(100% - 200px);
}

.im-card__overslide-indicators {
    width: 200px;
    overflow-y: scroll;
    z-index: 15;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.im-card__overslide-indicators-item {
    min-width: 120px;
    height: 120px;
    cursor: pointer;
    margin: 10px;
    box-sizing: border-box;
    border: 2px solid transparent;
    display: flex;
    padding: 5px;
}

.im-card__overslide-indicators-item img {
    object-fit: contain;
    margin: auto;
    width: 100%;
    height: 100%;
}

.im-card__overslide-indicators .active {
    border: 2px solid var(--stroke-gray);
    border-radius: 5px;
}

.im-card__overslide-carousel .im-card__overslide-window {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.im-card__overslide-carousel .im-card__overslide-slides {
    height: 100%;
    display: flex;
    transition: transform 0.5s;
}

.im-card__overslide-carousel .im-card__overslide-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.im-card__overslide-carousel .im-card__overslide-item img {
    width: 90%;
    height: 80%;
    object-fit: contain;
    object-position: center;
}

.im-card__overslide-carousel .im-card__overslide-prev,
.im-card__overslide-carousel .im-card__overslide-next {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    background-color: white;
    font-size: 26px;
    box-shadow: 0px 3px 15px 2px var(--stroke-gray);
    text-decoration: none;
    transform: translate(0, -50%);
}

.im-card__overslide-carousel .im-card__overslide-prev:hover,
.im-card__overslide-carousel .im-card__overslide-next:hover {
    background-color: var(--light-blue);
}

.im-card__overslide-carousel .im-card__overslide-prev {
    left: 1%;
}

.im-card__overslide-carousel .im-card__overslide-next {
    right: 1%;
}

.im-card__overslide .im-card__overslide-close {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    text-align: center;
    font-size: 26px;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .im-card-tabs__section-caption_active::before {
        content: none;
    }
}

@media (max-width: 1000px) {
    .im-card__overslide {
        flex-direction: column;
        flex-direction: column-reverse;
    }
    .im-card__overslide-carousel {
        height: calc(100% - 200px);
        width: 100%;
    }
    .im-card__overslide-indicators {
        width: 100%;
        height: 200px;
        overflow-y: unset;
        overflow-x: scroll;
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
    }
}

@media (max-width: 600px) {
    .im-card-tabs__section-content-table {
        font-size: 2.3vw;
    }
}

@media (max-width: 450px) {
    .im-card__sliders-bottom-item {
        height: 70px !important;
    }
}

.im-payment-container {
    font-size: 14px;
    color: #002169;
}

.im-payment-btn {
    height: 56px;
    padding: 5px 30px;
    margin: 15px 0;
    font-weight: bold;
    background-color: var(--secondary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    max-width: 284px;
    border-radius: 50px;
    transition: 0.0s;
}

.im-payment-btn:hover {
    background-color: var(--hover-button-blue);
    color: var(--main-color);
    font-weight: normal;
}

.im-payment-section {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #85C4E8;
    padding-bottom: 20px;
    margin: 15px 0;
}

.im-payment-section>img {
    width: 170px;
    display: inline-block;
    margin: 0 0 0 10px;
}

.im-payment-title {
    max-width: 500px;
    width: 100%;
    font-size: 14px;
    color: #002169;
}

.im-payment-txt-img {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    color: #002169;
    line-height: 1.2;
}

.im-payment-txt-img>img {
    /* width: 35px; */
    height: 35px;
    object-fit: contain;
    display: inline-block;
    margin-right: 5px;
}

.im-payment-todo li:before {
    content: '';
    display: block;
    background-image: none;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    background-color: var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 4px;
}

.im-payment-todo li {
    position: relative;
    margin: 4px 0;
    padding: 0 0 0 18px;
}

.im-payment-todo_error {
    color: var(--error-color);
}

.im-payment-todo_error li:before {
    background-color: var(--error-color);
}

@media (max-width: 600px) {
    .im-payment-section {
        flex-direction: column;
    }
    .im-payment-btn {
        margin: 15px auto;
    }
    .im-payment-section>img {
        margin: 15px 0 0 0px;
    }
}

.im-footer-docs {
    color: var(--main-color);
    line-height: 1.2;
    font-size: 13px;
}

.im-footer-docs h1 {
    font-size: 3em;
    text-align: center;
    margin: 0 0 35px 0;
}

.im-footer-docs h2 {
    font-size: 2em;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.im-footer-docs h3 {
    font-size: 2em;
    margin: 0 0 15px 0;
}

.im-footer-docs p:last-child {
    margin-bottom: 45px;
}

.im-footer-docs p {
    margin-top: 15px;
    margin-bottom: 45px;
}

.im-footer-docs span {
    display: block;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.im-footer-docs a {
    font-weight: bold;
    text-decoration: underline;
}

.im-footer-docs ul {
    margin: 0 0 10px 0;
}

.im-footer-docs ul li:before {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: var(--main-color);
    background-image: none;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.im-footer-docs a pnk {
    color: var(--txt-pink) !important;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .im-footer-docs {
        line-height: 1.3;
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .im-footer-docs {
        line-height: 1.2;
        font-size: 10px;
    }
}
/* End */


/* Start:/local/templates/kabrita/components/bitrix/catalog/catalog_shop/style.css?17331420582158*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.shop--faq-panel {
	max-width: 275px;
	margin: 20px auto;
	border-radius: 30px;
	border: 4px solid #E4F3FF;
	color: #1B296A;
	padding: 15px;
}
.shop--faq-panel--link {
	display: block;
	color: inherit;
	text-decoration: underline;
}
.shop--faq-panel--image {
	display: block;
	max-width: 50px;
	margin: 0 auto;
}
.shop--faq-panel--title {
	display: block;
	margin: 0.5em 0 0.25em;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
.shop--faq-panel--text {
	margin: 0;
	font-size: 16px;
}

/*
.shop--capital-panel--link {
	order: -1;
	max-width: 275px;
	margin: 20px auto;
}
.shop--capital-panel--image {
	display: block;
	max-width: 100%;
}
*/

@media (min-width: 1000px) {
	.im-showcase {
		display: grid;
		grid: repeat(2, auto) 1fr / auto 1fr;
	}
	.im-showcase__filter-box {
		grid-area: 1 / 1;
	}
	.im-showcase__section {
		grid-area: 1 / 2 / -1;
	}
	.shop--faq-panel {
		/*grid-area: 3 / 1;*/
		grid-area: 2 / 1;
		margin-top: 50px;
	}

	/*
	.shop--capital-panel--link {
		grid-area: 2 / 1;
		margin-top: 50px;
	}
	*/
}

/* End */


/* Start:/local/templates/kabrita/components/bitrix/catalog.element/im-card/style.css?167584126125067*/
/* Sidebar */
.product-item-detail-info-section { padding: 0 20px; }

@media (max-width: 992px) {
	.product-item-detail-info-section { padding: 0; }
}

.product-item-detail-info-container {
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-info-container-title {
	margin-bottom: 3px;
	color: #000;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
}

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 20px 20px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}

.bx-retina .product-item-detail-pay-block { border-width: .5px; }

/*Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -20px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* Price */
.product-item-detail-price-current {
	color: #d0021b;
	white-space: nowrap;
	font-weight: var(--ui-font-weight-bold);
	font-size: 30px;
	line-height: 33px;
	transition: font-size 200ms ease;
}

.product-item-detail-price-old {
	color: #bdbdbd;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
	line-height: 17px;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
	vertical-align: middle;
}

.product-item-scu-item-text-container { min-width: 48px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

.product-item-selected-scu-container { word-spacing: 1px }

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #c0cfda;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.bx-retina .product-item-selected-scu { outline-width: .5px; }

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #f2f2f2; }

.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: var(--ui-font-weight-bold);
	font-size: 19px;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: var(--ui-font-weight-bold);
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	max-width: 250px;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }

.btn.product-item-detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button { height: 25px; }

/* Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
}

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; }

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
	padding: 10px 0;
	text-align: center;
}

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	outline: 1px solid #c0cfda;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.bx-retina .product-item-detail-slider-controls-image { outline-width: .5px; }

.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }

.bx-retina .product-item-detail-slider-controls-image.active { outline-width: 1px; }

.product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 65px;
	max-height: 65px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 25%;
	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-left { left: 0; }

.product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.product-item-detail-slider-close { display: none; }

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img { outline-color: #ddd; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; }

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; }

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; }

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right { max-width: 75px; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; }

}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring { display: none; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: var(--ui-font-weight-bold);
}

.product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: var(--ui-font-weight-bold);
}

.product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/* Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
	background: #fff;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 25px;
	height: 60px;
	color: #039be5;
	vertical-align: middle;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
	line-height: 45px;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link { color: #000; }

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #1485ce;
	content: "";
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0; }

@media (max-width: 991px) {
	.product-item-detail-tabs-container { display: none !important; }

	.product-item-detail-tab-content { display: block !important; }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab { min-height: 45px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed { display: none !important; }

/*Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 1010;
	box-sizing: border-box;
	padding: 7px 0 8px;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
	min-width: 100%;
	border-collapse: collapse;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	vertical-align: middle;
	text-align: left;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.product-item-detail-short-title-container { max-width: 650px }

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
}

.product-item-detail-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	max-width: 560px;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-detail-properties dl { clear: both; }

.product-item-detail-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-detail-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?16642713441816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/kabrita/components/bitrix/catalog.element/im-card/themes/blue/style.css?16758412661064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */


/* Start:/local/templates/kabrita/components/bitrix/catalog.section/through_block/style.css?16758412793808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/kabrita/components/bitrix/catalog.item/shop_item/style.css?167584127225363*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

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

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-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-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

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

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/kabrita/components/bitrix/catalog.section/through_block/themes/blue/style.css?1675841293825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /assets/inlude_shop/sources/style.css?173346810246622 */
/* /local/templates/kabrita/components/bitrix/catalog/catalog_shop/style.css?17331420582158 */
/* /local/templates/kabrita/components/bitrix/catalog.element/im-card/style.css?167584126125067 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?16642713441816 */
/* /local/templates/kabrita/components/bitrix/catalog.element/im-card/themes/blue/style.css?16758412661064 */
/* /local/templates/kabrita/components/bitrix/catalog.section/through_block/style.css?16758412793808 */
/* /local/templates/kabrita/components/bitrix/catalog.item/shop_item/style.css?167584127225363 */
/* /local/templates/kabrita/components/bitrix/catalog.section/through_block/themes/blue/style.css?1675841293825 */
