.brk-shop-grid-filter-strict__list i {
    font-size: 13px;
}

.parse-page {
    overflow: hidden;
    font-size: 15px;
}

.parse-page > h1,
.parse-page > h2,
.parse-page > h3,
.parse-page > h4,
.parse-page > h5,
.parse-page > h6 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.parse-page h1,
.parse-page h2,
.parse-page h3,
.parse-page h4,
.parse-page h5,
.parse-page h6 {
    font-weight: 600;
}

.parse-page p {
    margin-bottom: 10px;
}

.parse-page i {
    font-style: italic;
}

.parse-page p,
.parse-page span,
.parse-page strong {
    /*font-size: 14px;*/
    color: #272727;
}

.parse-page strong {
    font-weight: 700;
}

.parse-page b {
    font-weight: 600;
}

.parse-page ul,
.parse-page ol {
    margin-bottom: 25px;
}

.parse-page ul.list-unstyled {
    padding-left: 20px;
    list-style: none;
}

.parse-page ul {
    padding-left: 30px;
    list-style-type: disc;
}

.parse-page ul > li {
    padding-left: 0 !important;
}

.parse-page ul > li:before {
    display: none !important;
}

.parse-page ol {
    counter-reset: li;
    list-style: none;
    /*padding-left: 35px;*/
}

.parse-page ol li {
    position: relative;
    padding: 2px 5px 0 30px;
    text-decoration: none;
    color: inherit;
    margin: 0 0 10px;
    /*margin-bottom: 15px;*/
}

.parse-page ol ol li {
    padding-left: 40px;
}

.parse-page ol ol ol li {
    padding-left: 45px;
}

.parse-page ol li + li {
    margin-top: -5px;
}

.parse-page ol li:before {
    position: absolute;
    left: 0;
    counter-increment: li;
    content: counters(li, ".") ". ";
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: inherit;
    min-width: 30px;

    transition: .4s linear;
}

.parse-page ol ol {
    margin: 5px 0 10px;
    padding-left: 0;
}

.parse-page ul p,
.parse-page ol p {
    margin-bottom: 0;
}

[data-description-block] ul {
    padding: 15px 0
}

[data-description-block] ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 13px;
    color: #e2a41a
}

[data-description-block] ul li {
    position: relative;
    padding-left: 30px;
}

.brk-green-strict__stick:before {
    background-color: #2F9326 !important;
}

.brk-green-strict__stick:after {
    border-left-color: #2F9326 !important;
    border-top-color: #2F9326 !important;
}

.post-rounded__text {
    background-color: #fff;
    padding: 50px 30px 35px;
}


@media (max-width: 991px) {
    .video-btn {
        left: 50%;
    }

    .info-box__wrapper-web .svg-wrap {
        transform: scale(1) !important;
    }

    .brk-footer__bg-left_footer-5 {
        width: 45%;
    }

    .brk-rating-container {
        position: static;
    }

    .brk-rating-container > div {
        padding: 0 !important;
        width: auto;
        height: auto;
    }

    .brk-rating {
        position: absolute;
        top: 35px;
        right: 25px;
    }

    .brk-reply__form .brk-form-wrap-active [type=email] + .input-label,
    .brk-reply__form .brk-form-wrap-active [type=text] + .input-label,
    .brk-reply__form brk-form-wrap-active textarea + .input-label {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .img-double-bigger > .img:first-child {
        display: none;
    }

    .img-double-bigger > .img:last-child {
        position: static !important;
    }

    .img-double-bigger:hover > .img:last-child {
        transform: translate(0, 0) !important;
    }

    .brk-shop-grid-filter__items {
        /*margin: 0;*/
        /*width: 100%;*/
    }

    .brk-footer__bg-left_footer-5 {
        width: 57%;
    }

    .extra__heading-3 {
        padding: 0 40px 20px !important;
        margin-top: 20px !important;
    }

    .extra__heading-3 .heading {
        display: inline-block;
        background-color: #fff;
        position: static !important;
        transform: translate(-40px, -30px) !important;
        padding-right: 20px;
    }

    .grid-header .gridSelect {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .wishlist {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        transition: .3s ease;
        color: #585858;
        border: 1px solid #e2a41a;
        color: #e2a41a;
    }

    .btn-lg {
        /*padding: 8px 22px;*/
    }

    .brk-mini-cart__product--body > div {
        margin-bottom: 10px;
    }

    .brk-mini-cart__product--remove.remove {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        height: 36px;
        width: 36px;
        min-width: 36px;
    }

    .brk-tab-cart-item {
        padding-right: 30px;
    }

    .brk-mini-cart__product--img img {
        height: 60px;
    }

    .brk-mini-cart__product--img {
        width: 60px;
        min-width: 60px;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 420px) {

}

@media (max-width: 360px) {

}