.redactor-html {
    color: #575c64;
    line-height: 1.3333;
    box-sizing: border-box;
    width: 100%;
}

.redactor-html:before {
    content: " ";
    display: table;
}

.redactor-html:after {
    content: " ";
    display: table;
    clear: both;
}

.redactor-html strong {
    font-weight: bolder;
}

.redactor-html ul:first-child li:first-child,
.redactor-html ol:first-child li:first-child,
.redactor-html ul.col2:first-child li:nth-child(2),
.redactor-html ol.col2:first-child li:nth-child(2),
.redactor-html > *:first-child {
    margin-top: 0 !important;
}

.redactor-html > *:last-child {
    margin-bottom: 0 !important;
}

.redactor-html h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0.67em 0;
    color: #575c64;
}

.redactor-html h2 {
    font-size: 21px;
    font-weight: 700;
    margin: 0.83em 0;
    color: #575c64;
}

.redactor-html h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 1em 0;
    color: #575c64;
}

.redactor-html h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 1.33em 0;
    color: #575c64;
}

@media screen and (max-width: 767px) {
    .redactor-html h1 {
        font-size: 24px;
    }

    .redactor-html h2 {
        font-size: 18px;
    }

    .redactor-html h3 {
        font-size: 14px;
    }

    .redactor-html h4 {
        font-size: 14px;
    }
}

.redactor-html a {
    text-decoration: underline;
    color: #f3812b;
}

.redactor-html a:hover {
    color: #e66a0d;
}

.redactor-html p {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin: 1em 0;
}

.redactor-html img {
    margin: 1em 0;
    width: auto;
    max-width: 100%;
}

.redactor-html p #redactor-image-box,
.redactor-html p img[style*=float] {
    border: 1px solid #d8dfe5;
    padding: 20px;
    box-sizing: border-box;
    max-width: 30%;
    height: auto !important;
}

.redactor-html.redactor-editor p img:not([style*=float]) {
    border: 1px solid #d8dfe5;
    padding: 20px;
    box-sizing: border-box;
    max-height: 300px;
}

.redactor-html p #redactor-image-box img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.redactor-html p #redactor-image-box[style*='float: none'] {
    max-width: 100%;
    display: table;
}

.redactor-html p #redactor-image-box[style*='float: none'] img {
    max-height: 260px;
}

.redactor-html p .image-zoom-link {
    display: block;
    box-sizing: border-box;
    border: 1px solid #d8dfe5;
    padding: 20px;
    position: relative;
    z-index: 1;
    margin: 1em 0;
}

.redactor-html p .image-zoom-link:not([style*=float]) {
    display: table !important;
    margin-left: auto;
    margin-right: auto;
}

.redactor-html p .image-zoom-link:not([style*=float]) img {
    max-height: 400px;
}

.redactor-html p .image-zoom-link[style*=float] {
    max-width: 30%;
    border-color: transparent;
}

.redactor-html p .image-zoom-link img {
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .redactor-html p .image-zoom-link[style*=float],
    .redactor-html p #redactor-image-box,
    .redactor-html p img[style*=float] {
        max-width: 36%;
    }

    .redactor-html p .image-zoom-link:not([style*=float]) img {
        max-height: 340px;
    }
}

@media screen and (max-width: 767px) {
    .redactor-html p .image-zoom-link[style*=float],
    .redactor-html p #redactor-image-box,
    .redactor-html p img[style*=float] {
        max-width: 100%;
        max-height: 300px;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }

    .redactor-html p .image-zoom-link[style*=float],
    .redactor-html p .image-zoom-link {
        display: table;
    }

    .redactor-html p .image-zoom-link img {
        max-height: 260px !important;
    }
}

.redactor-html ul,
.redactor-html ol {
    padding: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    list-style: none;
}

.redactor-html ul li,
.redactor-html ol li {
    margin-top: 24px;
    position: relative;
    padding-left: 22px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    list-style: none;
    word-wrap: break-word;
}

.redactor-html ul.compact li,
.redactor-html ol.compact li {
    margin-top: 8px;
}

.redactor-html ul li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #f3812a;
    top: 7.5px;
    left: 0;
    position: absolute;
}

.redactor-html ol {
    counter-reset: counter;
}

.redactor-html ol li:before {
    content: counter(counter) ".";
    counter-increment: counter;
    position: absolute;
    left: 0;
}

.redactor-html ol.chapters {
    margin-top: 57px;
    margin-bottom: 77px;
}

.redactor-html ol.chapters li {
    padding-left: 32px;
    margin-top: 12px;
    font-size: 21px;
    line-height: 1.3333;
}

.redactor-html ol.chapters li ol {
    counter-reset: counter1;
    margin: 12px 0 24px;
    padding: 0;
    list-style: none;
}

.redactor-html ol.chapters li:last-child ol {
    margin-bottom: 0;
}

.redactor-html ol.chapters li ol li {
    margin-top: 0;
    font-size: 15px;
    line-height: 28px;
    list-style: none;
}

.redactor-html ol.chapters li ol li ol {
    counter-reset: counter2;
    margin-top: 3px;
    margin-bottom: 3px;
}

.redactor-html ol.chapters li ol li ol li {
    font-size: 13px;
    line-height: 24px;
}

.redactor-html ol.chapters li ol li:before {
    content: counter(counter) "." counter(counter1);
    counter-increment: counter1;
}

.redactor-html ol.chapters li ol li ol li:before {
    content: counter(counter) "." counter(counter1) "." counter(counter2);
    counter-increment: counter2;
}

.redactor-html ol.chapters a {
    color: #575c64;
    text-decoration: none;
}

.redactor-html ol.chapters a:hover {
    text-decoration: underline;
}

.redactor-html ol.col2,
.redactor-html ul.col2 {
    width: 100%;
    display: block;
}

.redactor-html ol.col2:after,
.redactor-html ul.col2:after {
    content: "";
    display: table;
    clear: both;
}

.redactor-html ol.col2 li,
.redactor-html ul.col2 li {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.redactor-html ol.col2 li:nth-child(odd),
.redactor-html ul.col2 li:nth-child(odd) {
    display: table;
    clear: both;
}

@media screen and (max-width: 767px) {
    .redactor-html ol.col2 li,
    .redactor-html ul.col2 li {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .redactor-html ul.col2:first-child li:nth-child(2),
    .redactor-html ol.col2:first-child li:nth-child(2) {
        margin-top: 24px !important;
    }
}

.redactor-html table {
    margin: 18px 0;
    border-spacing: 0;
}

.redactor-html table caption {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 3px;
}

.redactor-html table.fullwidth {
    width: 100%;
}

.redactor-html table th,
.redactor-html table td {
    border: none;
    position: relative;
}

.redactor-html table td {
    border-bottom: 1px solid #d8dfe5;
}

.redactor-html table th:after,
.redactor-html table td:after {
    content: '';
    display: block;
    position: absolute;
    top: 20%;
    bottom: 20%;
    right: 0;
    width: 1px;
    background-color: #d8dfe5;
}

.redactor-html table th:after {
    background-color: #fff;
}

.redactor-html table th:last-child:after,
.redactor-html table td:last-child:after {
    display: none;
}

.redactor-html table thead {
    background-color: #f3812a;
}

.redactor-html table thead th {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3333;
    color: #fff;
    text-align: left;
}

.redactor-html table th,
.redactor-html table td {
    padding: 10px 12px;
}

.redactor-html table tbody tr {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}

.redactor-html table tbody tr td {
    border-bottom: 1px solid #d8dfe5;
}

.redactor-html table tbody tr:last-child td {
    border-bottom: none;
}

@media screen and (max-width: 767px) {
    .redactor-html table,
    .redactor-html table caption,
    .redactor-html table tbody,
    .redactor-html table tbody tr {
        display: block;
    }

    .redactor-html table tbody td {
        display: table;
        width: 100%;
    }

    .redactor-html table thead {
        display: none;
    }

    .redactor-html table td:after {
        right: 70%;
        margin-right: 5px;
    }

    .redactor-html table td:first-child:after {
        background-color: #fff;
    }

    .redactor-html table td:last-child:after {
        display: block;
    }

    .redactor-html table tbody tr:last-child td {
        border-bottom: 1px solid #d8dfe5;
    }

    .redactor-html table tbody tr td:first-child {
        background-color: #f3812a;
        color: #fff;
        border-bottom: none;
    }

    .redactor-html table tbody tr td:last-child {
        border-bottom: none;
    }

    .redactor-html table tbody tr td:first-child a {
        color: #fff;
        border-color: #fff;
    }

    .redactor-html table tbody td:before {
        content: attr(data-label);
        display: table-cell;
        width: 30%;
        padding-right: 20px;
        text-align: right;
        vertical-align: middle;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.3333;
    }
}

@media screen and (max-width: 499px) {
    .redactor-html table tbody td:before {
        content: attr(data-label) ":";
        display: inline-block;
        font-size: 15px;
        line-height: 21px;
        font-weight: 600;
        width: auto;
        padding-right: 4px;
        vertical-align: top;
    }

    .redactor-html table tbody td:last-child:after,
    .redactor-html table tbody td:after {
        display: none;
    }
}

.redactor-html .video-container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.redactor-html .video-container .center-container,
.redactor-html .video-container p {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    display: block;
}

.redactor-html .video-container iframe,
.redactor-html .video-container object,
.redactor-html .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.redactor-html .btn {
    display: inline-block;
    padding: 12px 50px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    background-color: #f3812b;
    text-decoration: none;
    border: 2px solid #f3812b;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
}

.redactor-html .btn.btn-md {
    font-size: 13px;
    line-height: 14px;
    padding: 8px 30px;
}

.redactor-html .btn.btn-sm {
    font-size: 11px;
    line-height: 12px;
    padding: 6px 20px;
}

.redactor-html .btn:hover {
    color: #fff;
    background-color: #e66a0d;
}

.redactor-html .price {
    color: #21242a;
    font-weight: 700;
    font-size: 26px;
    position: relative;
}

.redactor-html .price .currency {
    font-weight: 700;
    font-size: 15px;
}

.redactor-html .price.price-md {
    font-size: 21px;
}

.redactor-html .price.price-md .currency {
    font-size: 13px;
}

.redactor-html .price.price-sm {
    font-size: 16px;
}

.redactor-html .price.price-sm .currency {
    font-size: 11px;
}

.redactor-html .image-gallery {
    margin: 20px 0;
}

.redactor-html .image-gallery .item-wrapper {
    width: 20%;
    float: left;
}

.redactor-html .image-gallery .item-wrapper .position-helper {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #d8dfe5;
}

.redactor-html .image-gallery .item-wrapper .size-helper {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}

.redactor-html .image-gallery .item-wrapper img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .redactor-html .image-gallery .item-wrapper {
        width: 25%;
    }
}

@media screen and (max-width: 767px) {
    .redactor-html .image-gallery .item-wrapper {
        width: 33.3333%;
    }
}

@media screen and (max-width: 599px) {
    .redactor-html .image-gallery .item-wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 399px) {
    .redactor-html .image-gallery .item-wrapper {
        width: 100%;
    }
}

.redactor-html .image-vs-caption {
    margin: 20px -9px;
}

.redactor-html .image-vs-caption:first-child {
    margin-top: 0;
}

.redactor-html .image-vs-caption .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.redactor-html .image-vs-caption .item-wrapper {
    width: 25%;
    float: left;
    margin-top: 20px;
    padding: 0 9px;
}

.redactor-html .image-vs-caption .item-wrapper .position-helper {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #d8dfe5;
}

.redactor-html .image-vs-caption .item-wrapper .size-helper {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}

.redactor-html .image-vs-caption .item-wrapper img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: inline-block;
}

.redactor-html .image-vs-caption .item-wrapper .caption {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
}

.redactor-html .image-vs-caption .item-wrapper .caption p {
    font-size: 13px;
}

.redactor-html .image-vs-caption .item-wrapper .caption h4,
.redactor-html .image-vs-caption .item-wrapper .caption p {
    margin: 5px 0 0;
}

.redactor-html .image-zoom-link svg,
.redactor-html .image-gallery .item-wrapper svg,
.redactor-html .image-vs-caption .item-wrapper svg,
.redactor-html .image-horizontal-block .item-wrapper svg {
    width: 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.redactor-html .image-zoom-link:hover svg,
.redactor-html .image-gallery .item-wrapper:hover svg,
.redactor-html .image-vs-caption .item-wrapper:hover svg,
.redactor-html .image-horizontal-block .item-wrapper:hover svg {
    opacity: 1;
}

@media screen and (max-width: 1199px) {
    .redactor-html .image-vs-caption {
        margin-left: -7px;
        margin-right: -7px;
    }

    .redactor-html .image-vs-caption .item-wrapper {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media screen and (max-width: 991px) {
    .redactor-html .image-vs-caption .item-wrapper {
        width: 33.3333%;
    }
}

@media screen and (max-width: 767px) {
    .redactor-html .image-vs-caption .slider {
        display: block;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .redactor-html .image-vs-caption .item-wrapper {
        width: 50%;
    }

    /* bof - like gallery */
    .redactor-html .image-vs-caption {
        margin: 20px 0;
    }

    .redactor-html .image-vs-caption .item-wrapper {
        width: 33.3333%;
        padding: 0;
        margin: 0;
    }

    .redactor-html .image-vs-caption .item-wrapper .caption {
        display: none;
    }

    /* eof - like gallery */
}

@media screen and (max-width: 599px) {
    .redactor-html .image-vs-caption .item-wrapper {
        width: 50%;
    }

    .redactor-html .image-vs-caption .item-wrapper .caption {
        display: none;
    }
}

@media screen and (max-width: 399px) {
    .redactor-html .image-vs-caption .item-wrapper {
        width: 100%;
    }
}

.redactor-html .image-horizontal-block {
    margin: 20px -9px;
}

.redactor-html .image-horizontal-block .item-wrapper {
    width: 50%;
    float: left;
    padding: 0 9px;
}

.redactor-html .image-horizontal-block.block-count-3 .item-wrapper {
    width: 33.3333%;
}

.redactor-html .image-horizontal-block .item-wrapper .position-helper {
    width: 100%;
    height: 0;
    padding-bottom: 36%;
    position: relative;
    overflow: hidden;
    border: 1px solid #d8dfe5;
}

.redactor-html .image-horizontal-block.block-count-3 .item-wrapper .position-helper {
    padding-bottom: 54%;
}

.redactor-html .image-horizontal-block .item-wrapper .size-helper {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}

.redactor-html .image-horizontal-block .item-wrapper img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: inline-block;
}

.redactor-html .image-horizontal-block .item-wrapper .caption {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
}

.redactor-html .image-horizontal-block .item-wrapper .caption p {
    font-size: 13px;
}

.redactor-html .image-horizontal-block .item-wrapper .caption h4,
.redactor-html .image-horizontal-block .item-wrapper .caption p {
    margin: 5px 0 0;
}

@media screen and (max-width: 1199px) {
    .redactor-html .image-horizontal-block {
        margin-left: -7px;
        margin-right: -7px;
    }

    .redactor-html .image-horizontal-block .item-wrapper {
        padding-left: 7px;
        padding-right: 7px;
    }

    .redactor-html .image-horizontal-block .item-wrapper .position-helper {
        padding-bottom: 38.67%;
    }

    .redactor-html .image-horizontal-block.block-count-3 .item-wrapper .position-helper {
        padding-bottom: 58%;
    }
}

@media screen and (max-width: 1099px) {
    .redactor-html .image-horizontal-block .item-wrapper .position-helper {
        padding-bottom: 43.33%;
    }

    .redactor-html .image-horizontal-block.block-count-3 .item-wrapper .position-helper {
        padding-bottom: 65%;
    }
}

@media screen and (max-width: 991px) {
    .redactor-html .image-horizontal-block .item-wrapper .position-helper {
        padding-bottom: 50%;
    }

    .redactor-html .image-horizontal-block.block-count-3 .item-wrapper .position-helper {
        padding-bottom: 75%;
    }
}

@media screen and (max-width: 899px) {
    .redactor-html .image-horizontal-block .item-wrapper .position-helper {
        padding-bottom: 56.67%;
    }

    .redactor-html .image-horizontal-block.block-count-3 .item-wrapper .position-helper {
        padding-bottom: 85%;
    }
}

@media screen and (max-width: 767px) {
    .redactor-html .image-horizontal-block .item-wrapper .position-helper {
        padding-bottom: 66.67%;
    }

    .redactor-html .image-horizontal-block.block-count-3 {
        margin-left: 0;
        margin-right: 0;
    }

    .redactor-html .image-horizontal-block.block-count-3 .caption {
        display: none;
    }

    .redactor-html .image-horizontal-block.block-count-3 .item-wrapper {
        padding: 0;
    }

    .redactor-html .image-horizontal-block.block-count-3 .item-wrapper .position-helper {
        padding-bottom: 100%;
    }
}

@media screen and (max-width: 599px) {
    .redactor-html .image-horizontal-block {
        margin-left: 0;
        margin-right: 0;
    }

    .redactor-html .image-horizontal-block .caption {
        display: none;
    }

    .redactor-html .image-horizontal-block .item-wrapper {
        padding: 0;
    }

    .redactor-html .image-horizontal-block .item-wrapper .position-helper {
        padding-bottom: 100%;
    }

    .redactor-html .image-horizontal-block.block-count-3 .item-wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 399px) {
    .redactor-html .image-horizontal-block .item-wrapper {
        width: 100%;
    }
}

/* bof -slick */
.redactor-html .image-horizontal-block .slick-list,
.redactor-html .image-vs-caption .slick-list,
.redactor-html .image-gallery .slick-list {
    padding-bottom: 1px;
}

.redactor-html .image-horizontal-block .slick-dotted.slick-slider,
.redactor-html .image-vs-caption .slick-dotted.slick-slider,
.redactor-html .image-gallery .slick-dotted.slick-slider {
    margin: 0;
}

.redactor-html .image-horizontal-block .slick-dots,
.redactor-html .image-vs-caption .slick-dots,
.redactor-html .image-gallery .slick-dots {
    position: static;
    list-style: none;
    display: table;
    margin: 20px auto 0;
    width: auto;
}

.redactor-html .image-horizontal-block .slick-dots li:before,
.redactor-html .image-vs-caption .slick-dots li:before,
.redactor-html .image-gallery .slick-dots li:before {
    display: none;
}

.redactor-html .image-horizontal-block .slick-dots li,
.redactor-html .image-vs-caption .slick-dots li,
.redactor-html .image-gallery .slick-dots li {
    margin: 0 5px;
    padding: 0;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

.redactor-html .image-horizontal-block .slick-dots li:first-child,
.redactor-html .image-vs-caption .slick-dots li:first-child,
.redactor-html .image-gallery .slick-dots li:first-child {
    margin-left: 0;
}

.redactor-html .image-horizontal-block .slick-dots li:last-child,
.redactor-html .image-vs-caption .slick-dots li:last-child,
.redactor-html .image-gallery .slick-dots li:last-child {
    margin-right: 0;
}

.redactor-html .image-horizontal-block .slick-dots li button:before,
.redactor-html .image-vs-caption .slick-dots li button:before,
.redactor-html .image-gallery .slick-dots li button:before {
    display: none;
}

.redactor-html .image-horizontal-block .slick-dots li button,
.redactor-html .image-vs-caption .slick-dots li button,
.redactor-html .image-gallery .slick-dots li button {
    background-color: rgba(243, 129, 43, 0.6);
    padding: 0;
    width: 16px;
    height: 16px;
}

.redactor-html .image-horizontal-block .slick-dots li.slick-active button,
.redactor-html .image-vs-caption .slick-dots li.slick-active button,
.redactor-html .image-gallery .slick-dots li.slick-active button {
    background-color: rgba(230, 106, 13, 1);
}

/* eof -slick */
.redactor-html .product-widget {
    margin: 30px 0;
    border: 1px solid #d8dfe5;
    padding: 15px 30px 15px 280px;
    position: relative;
    /*min-height: 166px;*/
    box-sizing: border-box;
}

.redactor-html .product-widget:after {
    content: "";
    display: table;
    clear: both;
}

.redactor-html .product-widget .table-helper {
    display: table;
    width: 100%;
    height: 120px;
}

.redactor-html .product-widget .table-helper .position-helper {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.redactor-html .product-widget .image-wrapper {
    position: absolute;
    top: 10px;
    bottom: 23px;
    left: 15px;
    width: 220px;
    text-align: center;
}

.redactor-html .product-widget.product-set-widget .image-wrapper {
    bottom: 25px;
}

.redactor-html .product-widget .image-wrapper img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: inline-block;
}

.redactor-html .product-widget .set-image-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: initial;
    align-items: initial;
}

.redactor-html .product-widget .set-image-wrapper:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f3812b;
    background-image: url(../images/decor-plus.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    box-shadow: 0 0 0 10px #fff;
    transform: translate(-50%, -50%);
}

.redactor-html .product-widget .set-image-wrapper .link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.redactor-html .product-widget .set-image-wrapper img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border: none;
    outline: none;
    position: static;
}

.redactor-html .product-widget .set-image-wrapper .main-image-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    padding-right: 25px;
    border-right: 1px solid #d8dee4;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    box-sizing: border-box;
}

.redactor-html .product-widget .set-image-wrapper .additional-image-list {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    box-sizing: border-box;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.redactor-html .product-widget .set-image-wrapper .additional-image-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 20px 10px;
    border-top: 1px solid #d8dee4;
    box-sizing: border-box;
    margin: 0;
}

.redactor-html .product-widget .set-image-wrapper .additional-image-list li:before {
    display: none;
}

.redactor-html .product-widget .set-image-wrapper .additional-image-list li:first-child {
    border: none;
}

.redactor-html .product-widget .title-wrapper {
    float: left;
    width: 40%;
    padding-right: 10px;
    position: relative;
    box-sizing: border-box;
}

.redactor-html .product-widget .title-wrapper:after {
    content: "";
    display: block;
    height: 66px;
    width: 1px;
    background-color: #d8dfe5;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -33px;
}

.redactor-html .product-widget .title-wrapper .category {
    color: #f3812b;
    font-size: 12px;
    font-weight: 700;
}

.redactor-html .product-widget .title-wrapper .title-link {
    text-decoration: none;
    color: #21242a;
}

.redactor-html .product-widget .title-wrapper .title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    outline: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.redactor-html .product-widget .title-wrapper .title-link:hover .title {
    color: #f3812b;
}

@media screen and (max-width: 991px) {
    .redactor-html .product-widget .title-wrapper .title {
        font-size: 21px;
    }
}

.redactor-html .product-widget .price-actions-wrapper {
    padding-left: 10px;
}

.redactor-html .product-widget .price-wrapper,
.redactor-html .product-widget .actions-wrapper {
    float: left;
    width: 30%;
    text-align: center;
}

.redactor-html .product-widget .card__buy {
    display: inline-block;
    height: unset;
    padding: 12px 50px;
    line-height: 16px;
    color: #fff;
}

.redactor-html .product-widget .card__buy.item__buyed {
    color: #f3812b;
}

.redactor-html .product-widget .card__buy.item__buyed:hover {
    color: #fff;
}

.redactor-html .product-widget .actions-wrapper .quick-look {
    display: none;
}

@media screen and (max-width: 1280px) {
    .redactor-html .product-widget {
        padding-right: 15px;
        padding-left: 230px;
    }

    .redactor-html .product-widget .image-wrapper {
        width: 200px;
    }

    .redactor-html .product-widget .title-wrapper,
    .redactor-html .product-widget .price-actions-wrapper {
        float: left;
        width: 50%;
    }

    .redactor-html .product-widget .price-wrapper,
    .redactor-html .product-widget .actions-wrapper {
        float: none;
        width: 100%;
        text-align: center;
    }

    .redactor-html .product-widget .actions-wrapper {
        margin-top: 15px;
    }

    .redactor-html .product-widget .table-helper-md {
        display: table;
        width: 100%;
        height: 120px;
    }

    .redactor-html .product-widget .table-helper-md .table-helper {
        display: block;
        height: auto;
    }

    .redactor-html .product-widget .position-helper-md {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .redactor-html .product-widget .position-helper-md .position-helper {
        display: block;
    }
}

@media screen and (min-width: 700px) and (max-width: 767px) {
    .redactor-html .product-widget {
        padding-left: 180px;
    }

    .redactor-html .product-widget .image-wrapper {
        width: 150px;
    }
}

@media screen and (min-width: 700px) and (max-width: 767px) {
    .redactor-html .product-widget .btn,
    .redactor-html .product-widget .card__buy {
        font-size: 13px;
        line-height: 14px;
        padding: 8px 30px;
    }
}

@media screen and (max-width: 699px) {
    .redactor-html .product-widget .title-wrapper,
    .redactor-html .product-widget .price-actions-wrapper {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
    }

    .redactor-html .product-widget .title-wrapper:after {
        width: 100px;
        height: 1px;
        left: 50%;
        right: auto;
        bottom: 0;
        top: auto;
        margin: 0 0 0 -50px;
    }

    .redactor-html .product-widget .table-helper {
        height: 100%;
    }

    .redactor-html .product-widget .title-wrapper {
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

    .redactor-html .product-widget .actions-wrapper {
        margin-top: 20px;
    }

    .redactor-html .quick-preview__rating-stars {
        justify-content: center;
    }
}

@media screen and (max-width: 559px) {
    .redactor-html .product-widget {
        padding-left: 15px;
    }

    .redactor-html .product-widget .image-wrapper {
        position: relative;
        width: auto;
        height: 150px;
        box-sizing: border-box;
        display: block;
        left: auto;
        right: auto;
        margin-bottom: 25px;
    }

    .redactor-html .product-widget .image-wrapper img {
        width: auto;
    }

    .redactor-html .product-widget .title-wrapper {
        margin-bottom: 30px;
        padding-bottom: 45px;
    }

    .redactor-html .product-widget .actions-wrapper {
        margin-top: 35px;
    }
}

@media screen and (max-width: 479px) {
    .redactor-html .product-widget {
        padding-left: 15px;
    }

    .redactor-html .product-widget .price-actions-wrapper {
        margin-top: 4px;
    }

    /*.redactor-html .product-widget .price-wrapper {
        display: none;
    }*/

    /*.redactor-html .product-widget .image-wrapper {
        position: static;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .redactor-html .product-widget .image-wrapper img {
        position: static;
        max-height: 150px;
    }*/

    .redactor-html .product-widget .table-helper,
    .redactor-html .product-widget .table-helper-md {
        height: auto;
    }

    .redactor-html .product-widget .title-wrapper .quick-look {
        display: none;
    }

    /*.redactor-html .product-widget .actions-wrapper .quick-look {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        margin-top: 4px;
        text-decoration: none;
        color: #575c64;
    }*/

    .redactor-html .product-widget .actions-wrapper .quick-look:hover {
        color: #f3812b;
    }

    .redactor-html .product-widget .title-wrapper:after {
        /*display: none;*/
    }
}

.redactor-html .product-feature-widget {
    margin: 30px 0;
    border: 1px solid #d8dfe5;
    padding: 15px 35px 30px 50%;
    position: relative;
    min-height: 150px;
    box-sizing: border-box;
}

.redactor-html .product-feature-widget:after {
    content: "";
    display: table;
    clear: both;
}

.redactor-html .product-feature-widget .image-wrapper {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 2%;
    width: 46%;
}

.redactor-html .product-feature-widget .image-wrapper img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: inline-block;
}

.redactor-html .product-feature-widget .title-wrapper {
    padding-top: 22px;
}

.redactor-html .product-feature-widget .title-wrapper .category {
    color: #f3812b;
    font-size: 15px;
    font-weight: 700;
}

.redactor-html .product-feature-widget .title-wrapper .title-link {
    text-decoration: none;
    color: #21242a;
}

.redactor-html .product-feature-widget .title-wrapper .title {
    margin: 6px 0 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    outline: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.redactor-html .product-feature-widget .title-wrapper .title-link:hover .title {
    color: #f3812b;
}

.redactor-html .product-feature-widget .feature-list-wrapper {
    margin-top: 45px;
}

.redactor-html .product-feature-widget .feature-list-wrapper ul {
    margin: 0;
}

.redactor-html .product-feature-widget .feature-list-wrapper ul li {
    margin: 8px 0 0;
    padding: 0;
}

.redactor-html .product-feature-widget .feature-list-wrapper ul li:first-child {
    margin: 0;
}

.redactor-html .product-feature-widget .feature-list-wrapper ul li:before {
    display: none;
}

.redactor-html .product-feature-widget .feature-list-wrapper ul li:after {
    content: "";
    display: table;
    clear: both;
}

.redactor-html .product-feature-widget .feature-list-wrapper ul li label {
    margin: 0 10px 0 0;
    font-size: 15px;
    font-weight: 300;
    display: block;
    float: left;
    max-width: 45%;
}

.redactor-html .product-feature-widget .feature-list-wrapper ul li span {
    font-size: 15px;
    font-weight: 700;
    display: block;
    float: right;
    max-width: 55%;
    text-align: right;
}

.redactor-html .product-feature-widget .actions-wrapper {
    margin-top: 40px;
    border-top: 1px solid #d8dfe5;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.redactor-html .product-feature-widget .actions-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.redactor-html .product-feature-widget .actions-wrapper .price {
    /*float: left;*/
}

.redactor-html .product-feature-widget .actions-wrapper .btn,
.redactor-html .product-feature-widget .actions-wrapper .card__buy {
    /*float: right;*/
}

@media screen and (max-width: 949px) {
    .redactor-html .product-feature-widget {
        padding-left: 46%;
    }

    .redactor-html .product-feature-widget .image-wrapper {
        width: 40%;
        left: 3%;
    }
}

@media screen and (min-width: 700px) and (max-width: 899px) {
    .redactor-html .product-feature-widget .feature-list-wrapper ul li label,
    .redactor-html .product-feature-widget .feature-list-wrapper ul li span {
        float: none;
        display: inline;
    }
}

@media screen and (max-width: 699px) {
    .redactor-html .product-feature-widget {
        padding: 35px;
    }

    .redactor-html .product-feature-widget .title-wrapper {
        text-align: center;
    }

    .redactor-html .product-feature-widget .image-wrapper {
        position: relative;
        text-align: center;
        width: auto;
    }

    .redactor-html .product-feature-widget .image-wrapper img {
        position: static;
        max-height: 320px;
    }
}

.redactor-html .product-widget .image-wrapper svg,
.redactor-html .product-feature-widget .image-wrapper svg {
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.redactor-html .product-feature-widget .image-wrapper svg {
    width: 80px;
    margin: -40px 0 0 -40px;
}

.redactor-html .product-widget .image-wrapper a.image-link,
.redactor-html .product-feature-widget .image-wrapper a.image-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.redactor-html .product-widget .image-wrapper a.image-link:hover svg,
.redactor-html .product-feature-widget .image-wrapper a.image-link:hover svg {
    opacity: 1;
}

.redactor-html .product-widget a.quick-look,
.redactor-html .product-feature-widget a.quick-look {
    position: relative;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #575c64;
}

.redactor-html .product-widget .quick-look:hover,
.redactor-html .product-feature-widget .quick-look:hover {
    color: #f3812b;
}

.redactor-html .product-widget .price,
.redactor-html .product-feature-widget .price {
    color: #575c64;
    font-size: 34px;
    text-align: center;
}

.redactor-html .features {
    margin-top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.redactor-html .features:after {
    content: "";
    display: table;
    clear: both;
}

.redactor-html .features .item {
    float: left;
    margin-top: 40px;
}

.redactor-html .features.col2 .item:nth-child(2n + 1) {
    margin-right: 10%;
}

.redactor-html .features .item > *:first-child {
    margin-top: 0;
}

.redactor-html .features .item > *:last-child {
    margin-bottom: 0;
}

.redactor-html .features.col2 .item {
    width: 45%;
}

@media screen and (max-width: 767px) {
    .redactor-html .features .item {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .redactor-html .product-widget a.quick-look {
        display: none;
    }
}

@media screen and (max-width: 639px) {
    .redactor-html .product-widget.product-set-widget a.quick-look,
    .redactor-html .product-feature-widget.product-set-widget a.quick-look {
        margin-top: 238px;
    }
}

.redactor-html .features-horizontal {
}

/** bof - audiofile */
.redactor-html .audiofile-wrapper {
    margin: 20px 0;
}

.redactor-html .audiofile-wrapper audio {
    display: block;
    outline: none;
}

/** eof - audiofile */
.redactor-html .callout {
    position: static;
}

.redactor-html .callout,
.redactor-html .features-horizontal .item {
    border-left: 3px solid #f3812a;
    padding-left: 40px;
    margin-top: 40px;
}

.redactor-html .callout > *:first-child,
.redactor-html .features-horizontal .item > *:first-child {
    margin-top: 0;
}

.redactor-html .callout > *:last-child,
.redactor-html .features-horizontal .item > *:last-child {
    margin-bottom: 0;
}

.redactor-html .callout h3,
.redactor-html .features-horizontal .item h3 {
    font-size: 15px;
}

.redactor-html blockquote {
    border-left: 3px solid #f3812a;
    padding-left: 40px;
    padding-right: 120px;
    margin: 20px 0 20px 40px !important;
    color: #f3812a;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    font-style: normal;
}

.redactor-editor.redactor-html * {
    font-family: Exo\ 2, sans-serif;
}

.redactor-editor.redactor-html .faicon {
    font-family: FontAwesome;
}

.redactor-editor.redactor-html .product-wrapper,
.redactor-editor.redactor-html .audiofile-wrapper,
.redactor-editor.redactor-html .gallery-wrapper,
.redactor-editor.redactor-html .сontentblock-wrapper {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #d8dfe5;
}

/* bof - article corrects */
.article .redactor-html h2,
.article .redactor-html h3 {
    line-height: 1.3333;
}

.article .redactor-html img {
    margin: 1em 0;
    width: auto;
    max-width: 100%;
}

.article .redactor-html .image-horizontal-block .item-wrapper .position-helper {
    padding-bottom: 50%;
}

.article .redactor-html .image-horizontal-block.block-count-3 .item-wrapper .position-helper {
    padding-bottom: 75%;
}

.article .redactor-html p .image-zoom-link:not([style*=float]) img {
    max-height: 300px;
}

@media screen and (min-width: 992px) {
    .article .redactor-html .image-gallery .item-wrapper {
        width: 33.3333%;
    }

    .article .redactor-html .product-widget {
        padding-right: 15px;
        padding-left: 210px;
    }

    .article .redactor-html .product-widget .image-wrapper {
        width: 180px;
    }

    .article .redactor-html .product-widget .title-wrapper,
    .article .redactor-html .product-widget .price-actions-wrapper {
        float: left;
        width: 50%;
    }

    .article .redactor-html .product-widget .price-wrapper,
    .article .redactor-html .product-widget .actions-wrapper {
        float: none;
        width: 100%;
        text-align: center;
    }

    .article .redactor-html .product-widget .actions-wrapper {
        margin-top: 10px;
    }

    .article .redactor-html .product-widget .table-helper-md {
        display: table;
        width: 100%;
        height: 120px;
    }

    .article .redactor-html .product-widget .table-helper-md .table-helper {
        display: block;
        height: auto;
    }

    .article .redactor-html .product-widget .position-helper-md {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .article .redactor-html .product-widget .position-helper-md .position-helper {
        display: block;
    }

    .article .redactor-html .product-feature-widget {
        padding-left: 46%;
    }

    .article .redactor-html .product-feature-widget .image-wrapper {
        width: 40%;
        left: 3%;
    }

    .article .redactor-html .product-feature-widget .feature-list-wrapper ul li label,
    .article .redactor-html .product-feature-widget .feature-list-wrapper ul li span {
        float: none;
        display: inline;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .article .redactor-html .quick-preview__rating-stars {
        justify-content: center;
    }
}

@media screen and (max-width: 1199px) {
    .article .redactor-html .product-widget .actions-wrapper {
        margin-top: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .article .redactor-html .image-horizontal-block .item-wrapper .position-helper {
        padding-bottom: 66.67%;
    }

    .article .redactor-html .image-horizontal-block.block-count-3 .item-wrapper .position-helper {
        padding-bottom: 100%;
    }

    .article .redactor-html .product-widget .actions-wrapper .btn,
    .article .redactor-html .product-widget .card__buy {
        font-size: 13px;
        line-height: 14px;
        padding: 8px 30px;
    }

    .article .redactor-html .product-widget .title-wrapper,
    .article .redactor-html .product-widget .price-actions-wrapper {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
    }

    .article .redactor-html .product-widget .title-wrapper:after {
        width: 100px;
        height: 1px;
        left: 50%;
        right: auto;
        bottom: 0;
        top: auto;
        margin: 0 0 0 -50px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1099px) {
    .article .redactor-html p .image-zoom-link[style*=float],
    .article .redactor-html p img[style*=float] {
        max-width: 40%;
    }

    .article .redactor-html table,
    .article .redactor-html table caption,
    .article .redactor-html table tbody,
    .article .redactor-html table tbody tr {
        display: block;
    }

    .article .redactor-html table tbody td {
        display: table;
        width: 100%;
    }

    .article .redactor-html table thead {
        display: none;
    }

    .article .redactor-html table td:after {
        right: 70%;
        margin-right: 5px;
    }

    .article .redactor-html table td:first-child:after {
        background-color: #fff;
    }

    .article .redactor-html table td:last-child:after {
        display: block;
    }

    .article .redactor-html table tbody tr:last-child td {
        border-bottom: 1px solid #d8dfe5;
    }

    .article .redactor-html table tbody tr td:first-child {
        background-color: #f3812a;
        color: #fff;
        border-bottom: none;
    }

    .article .redactor-html table tbody tr td:last-child {
        border-bottom: none;
    }

    .article .redactor-html table tbody tr td:first-child a {
        color: #fff;
        border-color: #fff;
    }

    .article .redactor-html table tbody td:before {
        content: attr(data-label);
        display: table-cell;
        width: 30%;
        padding-right: 20px;
        text-align: right;
        vertical-align: middle;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.3333;
    }

    .article .redactor-html .product-feature-widget {
        padding: 35px;
    }

    .article .redactor-html .product-feature-widget .title-wrapper {
        text-align: center;
    }

    .article .redactor-html .product-feature-widget .image-wrapper {
        position: static;
        text-align: center;
        width: auto;
    }

    .article .redactor-html .product-feature-widget .image-wrapper img {
        position: static;
        max-height: 320px;
    }

    .article .redactor-html .features .item {
        width: 100% !important;
        margin-right: 0 !important;
    }

    /* bof - like gallery */
    .article .redactor-html .image-vs-caption {
        margin: 20px 0;
    }

    .article .redactor-html .image-vs-caption .item-wrapper {
        width: 33.3333%;
        padding: 0;
        margin: 0;
    }

    .article .redactor-html .image-vs-caption .item-wrapper .caption {
        display: none;
    }

    .article .redactor-html .image-horizontal-block.block-count-3 {
        margin-left: 0;
        margin-right: 0;
    }

    .article .redactor-html .image-horizontal-block.block-count-3 .item-wrapper {
        padding: 0;
    }

    .article .redactor-html .image-horizontal-block.block-count-3 .item-wrapper .caption {
        display: none;
    }

    /* eof - like gallery */
}

@media screen and (min-width: 1100px) {
    .article .redactor-html p .image-zoom-link[style*=float],
    .article .redactor-html p img[style*=float] {
        max-width: 38%;
    }

    .article .redactor-html .image-vs-caption .item-wrapper {
        width: 33.3333%;
    }
}

@media screen and (min-width: 1200px) {
    .article .redactor-html p .image-zoom-link[style*=float],
    .article .redactor-html p img[style*=float] {
        max-width: 35%;
    }

    .article .redactor-html .image-gallery .item-wrapper {
        width: 25%;
    }
}

/* eof - article corrects */

.redactor-html hr {
    margin: 25px 0;
    clear: both;
}

.redactor-html .file-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f019";
    margin-right: 3px;
    font-size: 0.9em;
    vertical-align: middle;
}

.redactor-html .card__buy {
    text-decoration: none;
}

.redactor-html .card__buy:hover {
    color: #ffffff;
}

.redactor-html .pricelist-product__wrap {
    height: auto;
    padding: 15px 0;
}

.redactor-html .pricelist-product__wrap .catalog-item__title {
    font-size: 24px;
}

.redactor-html .pricelist-product__wrap .catalog-item__title a {
    color: #575c64;
    text-decoration: none;
}

.redactor-html .pricelist-product__wrap .catalog-item__title a:hover {
    color: #e66a0d;
}

.redactor-html .pricelist-product__wrap table th:after, .redactor-html table td:after {
    display: none;
}

.redactor-html .pricelist-attribute__table {
    margin: 0;
}

.pricelist-product__btn-wrap {
    margin-top: 15px;
}

.redactor-html .pricelist-product__price-row .catalog-item__price {
    font-size: 26px;
    color: #575c64;
}

.redactor-html .pricelist-product__col.info .catalog-item__description {
    max-height: unset;
}

.redactor-html .pricelist-product__col.price .card__buy {
    padding: 12px 15px;
}

@media (min-width: 1180px) {
    .redactor-html .pricelist-product__price-row.md, .redactor-html .pricelist-product__btn-wrap.md {
        display: none;
    }
}

@media (max-width: 1179px) {
    .redactor-html .pricelist-product__col.price {
        display: none;
    }

    .redactor-html .pricelist-product__price-row.md {
        display: block;
        margin-top: 10px;
    }

    .redactor-html .pricelist-product__col.attribute {
        margin-right: 15px;
    }
}

@media (min-width: 1025px) {
    .pricelist-product__attribute-md {
        display: none;
    }
}

@media (max-width: 1024px) {
    .redactor-html .pricelist-product__col.attribute {
        display: none;
    }

    .redactor-html .pricelist-product__attribute-md {
        margin-top: 15px;
    }

    .redactor-html .pricelist-product__attribute-md .pricelist-attribute__table {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .redactor-html .catalog-item__image--archive, .redactor-html .catalog-item__image--price {
        max-width: 200px;
        min-width: 200px;
    }
}

@media (max-width: 767px) {
    .redactor-html .pricelist-product__attribute-md {
        display: none;
    }
}

@media (max-width: 559px) {
    .redactor-html .pricelist-product__wrap {
        flex-direction: column;
    }

    .redactor-html .pricelist-product__price-row.md, .pricelist-product__btn-wrap {
        text-align: center;
    }
}

.product-widget__price-val {
    font-size: 24px;
    font-weight: 700;
}

.price .product-widget__price-val .currency {
    font-size: inherit;
}
