/*:root {*/
/*    --button-color: #E63946!important;*/
/*    --button-color-hover: #CE2B3F!important;*/
/*    --main-body-font: inherit!important;*/
/*    --main-heading-font: inherit*/
/*}*/

.products-1 {
    background: #ffffff!important;
    color: #515151!important;
    font-family: var(--main-body-font), sans-serif!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-left: 8px!important;
    padding-right: 8px!important;
    width: 100%!important;
    max-width: 100%!important;
    position: relative!important;
    left: 0px!important;
}

.products-1__wrapper {
    max-width: 1206px !important;
    margin: auto
}

.products-1__name {
    font-family: var(--main-heading-font), sans-serif!important;
    font-size: 24px!important;
    line-height: 31px!important;
    font-weight: 900!important;
    margin-bottom: 20px!important;
    text-align: center
}

.products-1__item {
    transition: all .5s;
    display: flex;
    flex-direction: column;
}

.products-1__item:hover {
    background-color: #FFFFFF!important;
    border-radius: 18px!important;
    box-shadow: 0px 4px 105px rgba(0, 0, 0, 0.11)
}

.products-1__image-wrapper {
    margin-bottom: 20px!important;
    text-align: center
}

.products-1__attributes-wrapper {
    display: flex!important;
    flex-wrap: wrap!important;
    margin-bottom: 21px
}

.products-1__attribut {
    font-size: 12px!important;
    line-height: 26px!important;
    width: 50%;
    padding-right: 18px;
}

.products-1__attribut-label {
    font-weight: 700
}

.products-1__link {
    background-color: var(--button-color)!important;
    border-radius: 14px!important;
    color: #ffffff!important;
    display: block!important;
    font-size: 18px!important;
    line-height: 2!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    position: relative!important;
    text-align: center!important;
    text-decoration: none!important;
    transition: all .3s;
    /*margin-top: auto;*/
    margin-bottom: 15px;
}

.products-1__link:first-of-type {
    margin-top: auto;
}

.products-1__link:last-of-type {
    margin-bottom: 0;
}
.products-1__link:hover {
    background-color: var(--button-color-hover)!important;
    color: #ffffff
}

.products-1__link-icon {
    display: inline-block!important;
    width: 33px!important;
    height: 33px!important;
    position: absolute!important;
    top: 7px!important;
    right: 10px
}

.products-1__link:after {
    content: '';
    display: block;
    background: url("/wp-content/plugins/gutenberg-block/assets/images/Arrow.svg") no-repeat;
    background-size: 100% 100%;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 7px;
    right: 10px;
}

.products-1__link-bol {
    /*margin-bottom: 15px*/
}

@media screen and (min-width: 768px) {
    .products-1__wrapper {
        display: flex
    }
    .products-1__item {
        padding: 26px 16px 32px 16px!important;
        width: 33.333333%
    }
}

@media screen and (min-width: 1199px) {
    .products-1 {
        margin-left:-10%!important;
        max-width: 120%!important;
        width: 120%!important;
    }
}



@media screen and (max-width: 1050px) {
    .products-1__link {
        font-size: 16px!important;
        padding-top: 9px!important;
        padding-bottom: 9px
    }
    .products-1__link-icon {
        top: 6px
    }
}

@media screen and (max-width: 767px) {
    .products-1__item {
        border-radius: 18px!important;
        box-shadow: 0px 4px 105px rgba(0, 0, 0, 0.11)!important;
        margin-bottom: 30px!important;
        padding: 25px 8px 30px 8px
    }
    .products-1__name {
        font-size: 18px!important;
        line-height: 23px!important;
        margin-bottom: 9px
    }
    .products-1__image-wrapper {
        margin-bottom: 11px
    }
    .products-1__attributes-wrapper {
        margin-bottom: 25px
    }
    .products-1__attribut {
        display: flex!important;
        flex-wrap: wrap!important;
        font-size: 12px!important;
        line-height: 17px!important;
        padding-bottom: 12px!important;
        text-align: center
    }
    .products-1__attribut-label,
    .products-1__attribut-value {
        display: block!important;
        width: 100%
    }
    [class="products-1__attribut"]:nth-of-type(odd) {
        border-right: 1px solid #E0E3EC
    }
}

.products-2 {
    background: #ffffff!important;
    color: #515151!important;
    font-family: var(--main-body-font), sans-serif!important;
    font-size: 18px!important;
    line-height: 32px!important;
    margin: 0px;
    margin-bottom: 20px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    overflow-x:auto!important;
    max-width: 1170px!important;
    left:0px!important;
    z-index: 9000;

}
.products-2__wrapper{
    overflow-x:auto!important;
}

div.products-2>div>table {
                             margin: auto
                         }

.products-2 th,
.products-2 td {
    padding-top: 16px!important;
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 18px!important;
    line-height: 180%!important;
    /* or 32px */

    text-align: center!important;
    vertical-align: middle!important;
    word-break: normal!important;
}

.products-2  td:last-of-type {
    /* styling here */
    border-bottom-right-radius: 14px!important;
    border-top-right-radius: 14px!important;
    padding-right: 16px!important;
}
.products-2  td:first-of-type {
    /* styling here */
    border-bottom-left-radius: 14px!important;
    border-top-left-radius: 14px!important;
    padding-left: 16px!important;
}

.products-2 th {
    font-weight: 900!important;
    font-size: 18px!important;
    line-height: 130%!important;
    color:#333!important;
    padding:0px!important;
    padding-left:10px!important;
    padding-right:10px!important;
    text-align: center!important;
    word-break: normal!important;
}

.products-2 tr {
    font-size: 16px!important;
    line-height: 32px!important;
    transition: all .5s!important;
    padding:16px!important;
    height: 68px!important;
    border-radius: 14px!important;
}

.products-2  tr:first-of-type:hover {
    background-color:transparent!important;
    box-shadow: none!important;
}

.products-2 tr:hover {
    /* box-shadow: 0px 4px 105px rgba(0, 0, 0, 0.07)!important; */
    background-color: rgba(235, 232, 251, 0.39)!important;
    border-radius: 14px!important;
    cursor: pointer!important;
}

.products-2 td:nth-child(2) {
    padding-left:0px!important;
    padding-right:0px!important;
    width: 220px!important;
}

.products-2__item-td-attr {
    text-align: center
}


.products-2__item-td-link {
    width: auto!important;

}

.products-2__item-link {
    background: var(--button-color)!important;
    border-radius: 55px!important;
    color: #ffffff!important;
    display: inline-block!important;
    font-size: 16px!important;
    line-height: 200%!important;
    padding: 4px 18px 4px 18px!important;
    text-decoration: none!important;
    transition: all .3s!important;
    width: 200px!important;
}

.products-2__item-link:hover {
    background-color: var(--button-color-hover)!important;
    color: #ffffff
}

.products-mobile-2 {
    max-width: 100% !important;
    padding-left: 15px!important;
    padding-right: 15px;
    width:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products-mobile-2__item {
    margin-bottom: 18px;
    width:100%;
}

.products-mobile-2__name {
    background-color: #e1e1e1!important;
    box-shadow: 0px 4px 105px rgba(0, 0, 0, 0.07)!important;
    font-size: 14px!important;
    font-weight: 700!important;
    line-height: 25px!important;
    margin-bottom: 15px!important;
    text-align: center;
    padding:15px 0px;
}

.products-mobile-2__attribut {
    border-bottom: 1px solid #E0E3EC!important;
    display: flex!important;
    padding-top: 12px!important;
    padding-bottom: 9px
}

.products-mobile-2__attribut-label {
    width: 33.333333%!important;
    font-weight: 700!important;
    font-size: 12px!important;
    line-height: 15px
}

.products-mobile-2__attribut-value {
    width: 66.666666%!important;
    font-size: 12px!important;
    line-height: 21px
}

.products-mobile-2__item-link-wrapper {
    margin-top: 15px!important;
    text-align: center
}

.products-mobile-2__item-link {
    background: var(--button-color)!important;
    border-radius: 55px!important;
    color: #ffffff!important;
    display: inline-block!important;
    font-size: 16px!important;
    line-height: 200%!important;
    padding: 4px 18px 4px 18px!important;
    text-decoration: none!important;
    transition: all .3s!important;
    width: 200px!important;
}
@media screen and (min-width: 768px) {
    .products-mobile-2__item {
        width:48%;
    }
}


@media screen and (min-width: 1200px) {
    .products-mobile-2 {
        display: none
    }
    .products-2{
        margin-left:-125px;
        background: transparent!important;
    }
}

@media screen and (max-width: 1199px) {
    .products-2 {
        display: none
    }
    .products-mobile-2 {
        display: flex
    }
}

.products-3 {
    background-color: #ffffff!important;
    font-family: var(--main-body-font), sans-serif
}

.products-3__item {
    margin-bottom: 0px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    transition: all .3s!important;

}

.products-3__name {
    font-family: var(--main-heading-font), sans-serif!important;
    color: #333!important;
    font-size: 20px!important;
    line-height: 36px!important;
    font-weight: 400!important;
    text-decoration-line: underline!important;
    text-decoration-style: solid!important;
    text-decoration-color:rgba(56, 38, 38, 0.3)!important;
    text-decoration-thickness: 1px!important;
    text-underline-offset: 5px!important;
}

.products-3__name:hover {
    color: #424242!important;
    text-decoration-line: underline!important;

}

.products-3__item:hover {
    background-color: rgba(0, 0, 0, 0.07)!important;
    border-radius: 14px!important;
}

.products-3__item-icon {
    display: inline-block!important;
    width: 24px!important;
    height: 24px!important;
    margin-right: 9px!important;
    position: relative!important;
    bottom:-7px!important;
    filter: invert(34%) sepia(90%) saturate(2622%) hue-rotate(334deg) brightness(91%) contrast(97%)!important;
}

@media screen and (max-width: 767px) {
    .products-3__name {
        font-size: 14px!important;
        line-height: 25px
    }
    .products-3__item-icon {
        bottom: -2px
    }
}

.products-4 {
    font-family: var(--main-body-font), sans-serif!important;
    max-width: 1172px !important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-left: 7px!important;
    padding-right: 7px
}

.products-4__item {
    background-color: #FFFFFF!important;
    box-shadow: 0px 4px 105px rgba(0, 0, 0, 0.07)!important;
    border-radius: 18px!important;
    margin-bottom: 40px!important;
    padding: 38px 50px 57px 50px
}

.products-4__name {
    font-family: var(--main-heading-font), sans-serif!important;
    font-size: 32px!important;
    font-weight: 800!important;
    line-height: 62px
}

.products-4__image-wrapper {
    text-align: center
}

.products-4__attributes-wrapper {
    display: flex!important;
    flex-wrap: wrap!important;
    border-bottom: 1px solid rgba(224, 224, 224, 0.5)!important;
    padding-top: 48px!important;
    padding-bottom: 37px!important;
    margin-bottom: 48px
}

.products-4__attribut {
    width: 50%!important;
    font-size: 16px!important;
    line-height: 32px
}

.products-4__attribut-label {
    font-weight: 700
}

.products-4__link {
    display: block!important;
    text-align: center!important;
    text-decoration: none!important;
    background-color: var(--button-color)!important;
    border-radius: 14px!important;
    color: #ffffff!important;
    display: block!important;
    font-size: 17px!important;
    line-height: 2!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    position: relative!important;
    transition: all .3s
}

.products-4__link:hover {
    background-color: var(--button-color-hover)!important;
    color: #ffffff
}

.products-4__link-icon {
    display: none!important;
    width: 33px!important;
    height: 33px!important;
    position: absolute!important;
    top: 7px!important;
    right: 10px
}

@media screen and (min-width: 768px) {
    .products-4__item-wrapper {
        display: flex
    }
    .products-4__item-col-1 {
        width: 33.333333%
    }
    .products-4__item-col-2 {
        width: 66.666666%
    }
    .products-4__name {
        padding: 0 0 0 33.333333%
    }
    [class="products-4__item"]:nth-of-type(2n) .products-4__item-col-1 {
        order: 2
    }
    [class="products-4__item"]:nth-of-type(2n) .products-4__item-col-2 {
        order: 1
    }
    [class="products-4__item"]:nth-of-type(2n) .products-4__name {
        padding: 0 33.333333% 0 0!important;
        text-align: left
    }
    .products-4__link-wrapper {
        display: flex
    }
    .products-4__link {
        width: calc(50% - 6px)
    }
    .products-4__link-bol {
        margin-right: 12px
    }
}

@media screen and (max-width: 767px) {
    .products-4__name {
        font-size: 18px!important;
        line-height: 23px!important;
        margin-bottom: 59px!important;
        text-align: center
    }
    .products-4__item {
        padding: 25px 8px 30px 8px
    }
    .products-4__image-wrapper {
        margin-bottom: 36px
    }
    .products-4__attributes-wrapper {
        border: 0!important;
        padding-top: 0!important;
        padding-bottom: 0!important;
        margin-bottom: 25px
    }
    .products-4__attribut {
        display: flex!important;
        flex-wrap: wrap!important;
        font-size: 14px!important;
        line-height: 17px!important;
        padding-bottom: 12px!important;
        text-align: center
    }
    .products-4__attribut-label,
    .products-4__attribut-value {
        display: block!important;
        width: 100%
    }
    [class="products-4__attribut"]:nth-of-type(odd) {
        border-right: 1px solid #E0E3EC
    }
    .products-4__link {
        font-size: 16px!important;
        margin-bottom: 15px!important;
        padding-top: 9px!important;
        padding-bottom: 9px
    }
    .products-4__link-icon {
        top: 6px
    }
}

.products-5 {
    background: #ffffff!important;
    color: #515151!important;
    font-family: var(--main-body-font), sans-serif!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: 100%!important;
    max-width: 100%!important;
    position: relative!important;
    left: 0px!important;
}

.products-5__wrapper {

    margin: auto!important;
    display: flex!important;
    flex-wrap: wrap!important;
}

.products-5__name {
    font-style: normal!important;
    font-weight: 900!important;
    font-size: 20px!important;
    line-height: 130%!important;
    /* or 26px */

    text-align: center!important;

    /* Black */

    color: #333333!important;
}

.products-5__item {
    transition: all .5s
}

.products-5__item:hover {
    background-color: #FFFFFF!important;
    border-radius: 15px!important;
    box-shadow: 0px 4px 105px rgba(0, 0, 0, 0.11)
}

.products-5__image-wrapper {
    margin-bottom: 20px!important;
    text-align: center
}

.products-5__attributes-wrapper {
    display: flex!important;
    flex-wrap: wrap!important;
    margin-bottom: 18px;
    margin-top:18px;
}

.products-5__attribut {
    width: 50%!important;


}
.products-5__attribut-value{
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 16px!important;
    color: #333333!important;
}



.products-5__attribut-label {
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 16px!important;
    color: #333333!important;
}

.products-5__link {
    background-color: var(--button-color)!important;
    border-radius: 14px!important;
    color: #ffffff!important;
    display: block!important;
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 18px!important;
    line-height: 200%!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    position: relative!important;
    text-align: center!important;
    text-decoration: none!important;
    transition: all .3s!important;
    border-radius:55px!important;
    padding-right: 35px;

}

.products-5__link:hover {
    background-color: var(--button-color-hover)!important;
    color: #ffffff
}

.products-5__link-icon {
    display: inline-block!important;
    width: 43px!important;
    height: 43px!important;
    position: absolute!important;
    top: 8px!important;
    right: 10px!important;
    box-sizing: border-box!important;
}

.products-5__link-bol {
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .products-5__wrapper {
        display: flex
    }
    .products-5__item {
        padding: 26px 16px 32px 16px!important;
        width: 33.333333%
    }
}

@media screen and (max-width: 1050px) {
    .products-5__link {
        font-size: 16px!important;
        padding-top: 9px!important;
        padding-bottom: 9px
    }
    .products-5__link-icon {
        top: 6px
    }
    .products-5__item {
        width: 50%!important;
    }
}

@media screen and (max-width: 767px) {
    .products-5__item {
        border-radius: 18px!important;
        box-shadow: 0px 4px 105px rgba(0, 0, 0, 0.11)!important;
        margin-bottom: 30px!important;
        padding: 25px 8px 30px 8px;
        width: 100%!important;
    }
    .products-5__name {
        font-size: 18px!important;
        line-height: 23px!important;
        margin-bottom: 9px
    }
    .products-5__image-wrapper {
        margin-bottom: 11px
    }
    .products-5__attributes-wrapper {
        margin-bottom: 25px;
        flex-direction: column;
    }
    .products-5__attribut {
        display: flex!important;
        flex-wrap: wrap!important;
        font-size: 12px!important;
        line-height: 17px!important;
        padding-bottom: 12px!important;
        text-align: center;
        width: 100%!important;
    }
    .products-5__attribut-label,
    .products-5__attribut-value {
        display: block!important;
        width: 50%;
        text-align: left;

    }
    [class="products-5__attribut-label"]:nth-of-type(odd) {
        text-align: right;
        padding-right: 10px;
    }
    [class="products-5__attribut-label"]:nth-of-type(even) {
        text-align: left;
    }
}


.products-6 {
    font-family: var(--main-body-font), sans-serif!important;
    max-width: 1172px !important;
    padding-left: 7px!important;
    padding-right: 7px
}

.products-6__item:nth-child(even) {
    background: url(/wp-content/plugins/systema-wp-plugin/assets/images/helpingcherry-product-item-6-even-bck.png);
    background-size: cover;   -ms-background-size: cover;   -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size: cover;
    background-size: 100% 100%;
}
.products-6__item:nth-child(odd) {
    background: url(/wp-content/plugins/systema-wp-plugin/assets/images/helpingcherry-product-item-6-odd-bck.png);
    background-size: cover;   -ms-background-size: cover;   -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size: cover;
    background-size: 100% 100%;
}


.products-6__item {
    background-color: #FFFFFF!important;
    box-shadow: 0px 4px 105px rgba(0, 0, 0, 0.07)!important;
    border-radius: 15px!important;
    margin-bottom: 40px!important;
    /* padding: 38px 50px 57px 50px */
}

.products-6__name {
    font-family: var(--main-heading-font), sans-serif!important;
    font-size: 32px!important;
    font-weight: 800!important;
    line-height: 38px;

}

.products-6__image-wrapper {
    text-align: center
}

.products-6__image-wrapper >img {
                                   height: 250px;
                               }

.products-6__attributes-wrapper {
    display: flex!important;
    flex-wrap: wrap!important;

    padding-top: 28px!important;
    padding-bottom: 37px!important;
    margin-bottom: 28px;
    padding-left:26px;
}

.products-6__attribut {
    width: 50%!important;
    font-size: 16px!important;
    line-height: 32px
}

.products-6__attribut-label {
    font-weight: 700
}

.products-6__link {
    text-align: center!important;
    text-decoration: none!important;
    background-color: var(--button-color)!important;
    border-radius: 55px!important;
    color: #ffffff!important;
    display: block!important;
    font-size: 18px!important;
    line-height: 2!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    position: relative!important;
    transition: all .3s;
    margin:15px;
    margin-bottom:25px;
    padding-right: 30px;
}

.products-6__link:hover {
    background-color: var(--button-color-hover)!important;
    color: #ffffff
}

.products-6__link-icon {
    width: 43px!important;
    height: 43px!important;
    position: absolute!important;
    top: 8px!important;
    right: 8px
}

@media screen and (min-width: 1200px) {
    .products-6__item-wrapper {
        display: flex;
        align-items: center;
    }
    .products-6__item-col-1 {
        width: 33.333333%
    }
    .products-6__item-col-2 {
        width: 66.666666%
    }
    .products-6__name {
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }
    [class="products-6__item"]:nth-of-type(2n) .products-6__item-col-1 {
        order: 2
    }
    [class="products-6__item"]:nth-of-type(2n) .products-6__item-col-2 {
        order: 1
    }
    [class="products-6__item"]:nth-of-type(2n) .products-6__name {
        text-align: center;
    }
    .products-6__link-wrapper {
        display: flex
    }
    .products-6__link {
        width: calc(50% - 6px)
    }
    .products-6__link-bol {
        margin-right: 12px
    }
}

@media screen and (max-width: 1199px) {
    .products-6__name {
        font-size: 18px!important;
        line-height: 23px!important;
        margin-bottom: 59px!important;
        text-align: center
    }
    .products-6__item {
        padding: 25px 8px 30px 8px;
        width: 100%;
    }
    .products-6__image-wrapper {
        margin-bottom: 36px
    }
    .products-6__attributes-wrapper {
        border: 0!important;
        padding-top: 0!important;
        padding-bottom: 0!important;
        margin-bottom: 25px;
        flex-direction: column;
        width: 100%!important;
    }
    .products-6__attribut {
        display: flex!important;
        flex-wrap: wrap!important;
        font-size: 16px!important;
        line-height: 17px!important;
        padding-bottom: 12px!important;
        text-align: center;
        width: 100%!important;
    }
    .products-6__attribut-label{
        display: block!important;
        width: 50%
    }
    .products-6__attribut-value {
        display: block!important;
        width: 50%;
        text-align: left;
    }

    .products-6__link-icon {
        top: 5px!important;

    }


    [class="products-6__attribut-label"]:nth-of-type(odd) {
        text-align: right;
        padding-right: 10px;
    }
    [class="products-6__attribut-label"]:nth-of-type(even) {
        text-align: left;
    }
    .products-6__link {
        text-align: center!important;
        text-decoration: none!important;
        background-color: var(--button-color)!important;
        border-radius: 55px!important;
        color: #ffffff!important;
        display: block!important;
        font-size: 16px!important;
        line-height: 2!important;
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        position: relative!important;
        transition: all .3s;
        margin-bottom: 0px;

    }
    .products-6__link-icon {
        top: 6px
    }

    .products-6__item:nth-child(even) {
        background-size: 100% 100%;
        background: url(/wp-content/plugins/systema-wp-plugin/assets/images/helpingcherry-product-item-6-even-bck-mobile.png);
        background-size: cover!important;   -ms-background-size: cover!important;   -o-background-size: cover!important;   -moz-background-size: cover!important;   -webkit-background-size: cover!important;
    }
    .products-6__item:nth-child(odd) {
        background-size: 100% 100%;
        background: url(/wp-content/plugins/systema-wp-plugin/assets/images/helpingcherry-product-item-6-odd-bck-mobile.png);
        background-size: cover;   -ms-background-size: cover;   -o-background-size: cover;   -moz-background-size: cover;   -webkit-background-size: cover;
    }
}


/*temporary fix*/

.max_image_width{
    max-width: 200px!important;
    max-height:300px;

}