:root {
    font-size: 19px;
}

.navbar-wrapper.mobile-navbar {
    display: none;
}

@media (max-width: 992px) {
    .navbar-wrapper.mobile-navbar {
        display: flex;
        width: 10%;
    }

    .navbar-wrapper.desktop-navbar {
        display: none;
    }
}

#menu-item-3724 .sub-menu {
    display: none !important;
}

body {
    background-color: #fff;
    color: #333;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.263;
    transition: all .3s ease-in-out;
    font-family: Poppins, sans-serif;
    /* padding-top: 238px; */
}

@media (max-width: 991px) {
    #wpadminbar {
        display: none;
    }
}

.row {
    --bs-gutter-x: 28.5px;
    --bs-gutter-y: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x, 14.25px);
    padding-left: var(--bs-gutter-x, 14.25px);
}

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1001;
    padding: 20px;
    text-align: center;
}

.cookie-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cookie-wrap a {
    padding: 20px 25px;
    width: 20%;
    align-self: center;
}

.cookies p {
    width: 78%;
    margin-right: 2%;
}
footer li,
footer li p {
    color: #fff;
}

.social-media-footer {
    min-width: 120px;
}

.social-media-footer i {
    font-family: "FontAwesome";
    font-size: 20px;
}

.social-media-footer a {
    margin: 0 10px;
    color: #f2ede7;
}

.social-media-footer a:hover {
    color: #d8cfca;
}

.footer-primary-copyrights,
.social-media-footer,
.footer-primary-branding {
    margin: 10px 0;
}

.footer-primary-terms {
    display: inline-block;
}

.footer-primary-copyrights p {
    margin-top: 2px;
}

embed,
img,
object {
    max-width: 100%
}

a,
a:active,
a:focus,
a:hover {
    outline: 0 !important;
    text-decoration: none;
}

a {
    transition-duration: .3s;
}

b,
strong {
    font-weight: 600
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    letter-spacing: 0;
    margin: 0
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-size: 2.297rem;
    line-height: 1
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    font-size: 1.478945rem;
    line-height: 1.1332;
}

p {
    margin: 0
}

.fa,
.far,
.fas {
    font-family: "FontAwesome";
}

@media(max-width:479px) {
    .sizeMax480 {
        float: none;
        width: auto;
        margin-left: 0
    }
}

.primary-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 122px)
}

.primary-flex-footer {
    margin-top: auto
}

.panel-footer-box .panel-body.footer-menu-text {
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    padding-right: 34px;
}

.slick-slide {
    outline: 0 !important
}

.navbar-primary {
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, background-color .3s ease-in-out;
    z-index: 1001;
    margin-top: 0 !important;
}

.nav-social {
    display: flex;
}

.nav-social a {
    color: #000;
    white-space: nowrap;
}

.nav-social a+a {
    margin-left: 12px;
}

.navbar-primary .nav-social {
    text-align: center;
    padding: 2px 15px 0 0;
}

@media (min-width: 993px) {
    .navbar-primary .nav-social {
        text-align: center;
        padding: 2px 0 0 0;
    }
}

.navbar-primary .nav-social i {
    font-family: "FontAwesome";
    font-size: 25px;
    transition: color .3s ease-in-out;
}

.navbar-primary .nav-social i+i {
    margin-left: 10px;
}

.navbar-primary.navbar-fixed {
    box-shadow: 0 4px 2px rgba(0, 0, 0, .15)
}

.navbar-top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 0;
    display: none;
}

.top-info {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    color: #000;
    font-size: 11px;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.top-info>li,
.top-info>li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.top-info>li.color-light {
    color: #d8cfca
}

.top-info>li+li {
    padding-left: 28px
}

.top-info-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 16px
}

.top-info-icon img {
    width: auto;
    height: auto;
    max-height: 24px
}

.top-info-text {
    padding-left: 5px
}

.top-actions {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    font-size: 11px;
    line-height: 17px;
    padding: 0;
    margin: 0 0 0 auto
}

.top-actions>li>a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #000;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.top-actions>li>a:focus,
.top-actions>li>a:hover {
    text-decoration: none
}

.top-actions-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 17px
}

.top-actions-icon img {
    width: auto;
    height: auto;
    max-height: 17px
}

.top-actions-text {
    padding-left: 6px
}

.navbar-wrapper {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transition-duration: .3s;
    padding: 10px 0;
}

/* .navbar-logo {
    flex-basis: 10%;
    min-width: 10%;
    width: 10%
} */

.navbar-brand {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

/* .navbar-primary.navbar-fixed .navbar-brand img {
    width: 130px;
} */

.navbar-brand a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* .navbar-brand span{
    color: #414141;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;    
    line-height: 38px;
} */
.navbar-brand div {
    display: flex;
    max-width: 200px;
    flex-wrap: wrap;
}

.navbar-brand span::first-letter {
    color: #56F019;
}

.primary-flex-content .separator {
    border-color: #56F019 !important;
    border-radius: 5px;
}

.navbar-brand img {
    width: auto;
    height: auto;
    max-height: 80px;
    transition: width .3s ease-in-out;
}

.navbar-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    margin: 0;
    flex-direction: row;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
}

.navbar-nav>li {
    margin-right: 30px;
    padding: 20px 0;
    cursor: pointer;
}

.navbar-nav>li:last-child {
    margin: 0;
}

.navbar-nav>li>a {
    display: block;
    color: #000;
    font-size: .94737rem;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: color .3s ease, font-size .3s ease-in-out;
    transition: color .3s ease, font-size .3s ease-in-out;
    white-space: nowrap;
}

.navbar-nav>li.menu-item-has-children>a {
    padding-right: 17px
}

.sub-menu>li>a {
    display: block;
    color: #000;
    font-size: .94737rem;
    line-height: 1.1;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    padding-right: 14px;
}

.navbar-nav>li>a .fa {
    color: inherit;
    font-size: 14px;
    margin-left: 6px
}

.dropdown-navbar {
    display: block;
    top: 100%;
    border: 0;
    border-top: 1px solid #333;
    border-radius: 0;
    box-shadow: 0 4px 2px rgba(0, 0, 0, .15);
    padding: 17px 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    -webkit-transform: perspective(1320px) rotateX(-90deg);
    transform: perspective(1320px) rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    pointer-events: none
}

.open>.dropdown-navbar {
    opacity: 1;
    -webkit-transform: perspective(1320px) rotateX(0);
    transform: perspective(1320px) rotateX(0);
    pointer-events: auto
}

.dropdown>.dropdown-navbar {
    margin-top: 36px;
    left: 50%;
    -webkit-transform: perspective(1320px) rotateX(-90deg) translateX(-50%);
    transform: perspective(1320px) rotateX(-90deg) translateX(-50%)
}

.dropdown.open>.dropdown-navbar {
    -webkit-transform: perspective(1320px) rotateX(0) translateX(-50%);
    transform: perspective(1320px) rotateX(0) translateX(-50%)
}

.dropdown-inner-nav {
    list-style: none;
    padding: 0;
    margin: 0
}

.dropdown-inner-nav>li>a,
.dropdown-navbar>li>a {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    white-space: nowrap;
    padding: 6px 20px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.dropdown-inner-nav>li>a:focus,
.dropdown-inner-nav>li>a:hover,
.dropdown-navbar>li>a:focus,
.dropdown-navbar>li>a:hover {
    background: 0 0;
    text-decoration: none
}

.dropdown-navbar-full {
    width: 100%;
    padding-bottom: 12px
}

.dropdown-columns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.dropdown-columns>div {
    flex-basis: 25%;
    min-width: 25%;
    width: 25%;
    margin-bottom: 5px
}

.dropdown-navbar .dropdown-header {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 20px
}

.navbar-actions {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex-basis: 16%;
    min-width: 16%;
    width: 16%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.navbar-actions>li+li {
    padding-left: 18px
}

.navbar-actions>li>a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 26px;
    height: 26px
}

.navbar-actions>li>a img {
    width: auto;
    max-width: 26px;
    height: auto;
    max-height: 26px
}

.basket-quantity {
    position: absolute;
    bottom: -8px;
    right: -4px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    letter-spacing: 0;
    border-radius: 50%;
    padding-left: 2px
}

.dropdown-basket,
.dropdown-searchbar {
    left: auto;
    right: 0;
    border: 0;
    border-top: 1px solid #333;
    border-radius: 0;
    box-shadow: 0 4px 2px rgba(0, 0, 0, .15);
    padding: 15px;
    margin-top: 30px;
}

.dropdown-basket {
    width: 360px;
    padding-top: 0;
    padding-bottom: 20px;
    margin-top: 20px !important;
}

.search-input-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.search-input {
    width: 254px;
    height: 36px;
    background: #f7f7f7;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1em;
    border: solid 1px #414141;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 8px 12px;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.search-input:focus {
    background: #ececec;
    color: #000
}

.sub-menu {
    display: none;
    box-shadow: 0 0 .1em #000;
    padding: 10px 0;
}

.sub-menu li {
    list-style: none;
    border-radius: 5px;
    transition: background-color .3s ease-in-out;
    padding: 0 10px;
}

.sub-menu li a {
    padding: 10px;
    border-radius: 5px;
}

.navbar-primary .sub-menu li:hover>a {
    background-color: #414141;
}

.navbar-primary .sub-menu li:hover>a {
    color: #fff;
}

.search-submit {
    width: 36px;
    min-width: 36px;
    height: 36px;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: solid 1px #414141;
}

.top-bar .search-submit img {
    height: initial;
}

.btn-primary,
.shop-order-sticky .basket-summary-table .btn-primary.btn-color .btn-primary {
    display: inline-block;
    background: #fff;
    color: #333;
    font-size: .789475rem;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    letter-spacing: .2em;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 20px 25px;
    -webkit-transition: background .3s ease, color .3s ease, font-size .3s ease-in-out;
    transition: background .3s ease, color .3s ease, font-size .3s ease-in-out;
    border-radius: 5px;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    text-decoration: none;
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-primary.btn-color,
.shop-order-sticky .basket-summary-table .btn-primary.btn-color {
    color: #fff
}

.btn-primary.btn-color[disabled] {
    background: #333;
    color: #fff;
    border-color: transparent;
}

.btn-primary:focus,
.btn-primary:hover {
    border-color: transparent;
}

.btn-primary.btn-blank {
    background: 0 0;
    border: 2px solid;
    padding: 14px 18px
}

.btn-primary.btn-blank:focus,
.btn-primary.btn-blank:hover {
    color: #fff
}

.navbar-wrapper .btn-primary.btn-blank {
    color: #414141;
}

.btn-primary.btn-icon {
    line-height: 32px;
    white-space: nowrap;
    padding-top: 14px;
    padding-bottom: 14px
}

.btn-primary.btn-icon>img {
    margin-left: 10px
}

.btn-primary.btn-small {
    font-size: 14px;
    line-height: 16px;
    padding: 13px 18px
}

.btn-primary.btn-small.btn-icon {
    line-height: 32px;
    padding-top: 5px;
    padding-bottom: 5px
}

.btn-primary.btn-extraSmall {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1em;
    padding: 8px 14px
}

.btn-primary-icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 10px
}

.btn-primary-icon>span {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 26px
}

.btn-primary-icon>span img {
    width: auto;
    height: auto;
    max-height: 26px
}

.btn-primary.btn-icon-square {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid;
    padding: 0
}

.btn-primary.btn-icon-square:focus,
.btn-primary.btn-icon-square:hover {
    background: 0 0
}

.btn-primary.btn-squeeze {
    padding-right: 24px;
    padding-left: 24px
}

.btn-icon-favorite {
    width: 34px;
    height: 30px;
    background-image: url(../images/ico/favorite-productSingle_icon.png);
    background-position: center;
    background-size: cover
}

.btn-icon-favorite.active {
    background-image: url(../images/ico/favorite-productSingle_icon-filled.png)
}

.frontPage-recommended-products {
    padding: 57px 0 41px
}

.fancy-heading {
    text-align: center;
}

.fancy-heading-title {
    font-size: 34px;
}

.fancy-heading-title span {
    display: block;
    font-size: 19px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 30px
}

.frontPage-best-products {
    padding-bottom: 48px
}

.frontPage-blog-title,
.newCollection-title {
    line-height: 48px;
}

.frontPage-blog-title {
    margin-bottom: 19px
}

.frontPage-blog-subTitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .4em
}

.frontPage-blog {
    background: #E2F0CF;
    margin: 210px 0;
}

.row-frontPage-blog {
    display: -webkit-flex;
    display: flex
}

.row-frontPage-blog:after,
.row-frontPage-blog:before {
    content: none;
    display: none;
    clear: none
}

.frontPage-blog-thumb {
    height: calc(100% + 180px);
    min-height: 546px;
    background-color: #fbf8f7;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 59px 0 rgba(92, 49, 25, .5);
    margin: -90px 62px 0 0
}

.frontPage-blog-content {
    padding: 41px 0 48px
}

.frontPage-blog-link {
    margin-top: 34px
}


/**
 * course css 
 * */

.course-video-wrapper {
    position: relative;
    padding-top: 56.25%;
    margin-bottom: 40px;
}

.blog-aside-categories li a.passedClass {
    color: #1e4acd;
}

.course-duration {
    color: #1E4ACD;
}

.course-video-wrapper .course-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.course-comments {
    margin-top: 100px;
}

.input-primary,
input.field {
    display: block;
    width: 100%;
    height: 60px;
    background: #f7f7f7;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .1em;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 18px 20px;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease
}

.input-primary:focus {
    background: #ececec;
    color: #000
}

textarea.input-primary {
    height: 190px;
    min-height: 190px;
    resize: vertical
}

.input-primary.input-small {
    height: 46px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 18px
}

.checkbox-primary {
    display: none
}

.checkbox-primary-label {
    display: block;
    position: relative;
    color: #d8cfca;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0;
    padding-left: 28px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-primary-label a:focus,
.checkbox-primary-label a:hover {
    text-decoration: underline
}

.checkbox-primary-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #f0f0f0;
    z-index: 1
}

.checkbox-primary-label:after {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    font-family: FontAwesome;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 2
}

.checkbox-primary-label.checked:after {
    opacity: 1
}

.input-secondary {
    display: block;
    width: 100%;
    height: 36px;
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: .1em;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 6px 12px;
    -webkit-transition: border .3s ease, box-shadow .3s ease;
    transition: border .3s ease, box-shadow .3s ease
}

.input-secondary:focus {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1)
}

.frontPage-instagram {
    padding-bottom: 80px
}

.footer-primary {
    background: #414141;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0px 0px 3px #d8cfca;
}

.footer-primary-box {
    margin-top: 30px
}

.footer-primary-title {
    color: #fff;
    margin-bottom: 14px;
    font-weight: 500;
}

.footer-primary-title a {
    color: inherit;
    cursor: text
}

.footer-primary-title a:focus,
.footer-primary-title a:hover {
    color: inherit;
    text-decoration: none
}

.footer-primary-nav {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-primary-nav>li+li {
    margin-top: 10px
}

.footer-primary-nav>li>a {
    color: #f2ede7;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.footer-primary-social {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-primary-social>li+li {
    margin-top: 10px
}

.footer-primary-social>li>a {
    position: relative;
    display: inline-block;
    color: #f2ede7;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.footer-primary-social>li>a i {
    margin-right: 10px;
}

.footer-primary-social>li>a .fa {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    font-size: 21px;
    text-align: center;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer-primary-content {
    color: #f2ede7
}

.footer-primary-content p+p {
    margin-top: 10px
}

.footer-primary-content a,
.cities-list a,
.shop-item-details a {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.footer-primary-content a:focus,
.footer-primary-content a:hover,
.cities-list a:focus,
.cities-list a:hover,
.shop-item-details a:focus,
.shop-item-details a:hover {
    text-decoration: none;
    opacity: .75
}

.footer-primary-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #f2ede7;
    font-size: 16px;
    line-height: 16px;
    padding: 30px 0;
    flex-wrap: wrap;
}

.footer-primary-branding a {
    color: #f2ede7;
    font-size: 12px;
}

.footer-primary-branding a:hover {
    color: #d8cfca !important;
}

.navbar-mobile-action {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 19px 0;
    z-index: 4;
    display: none;
}

.navbar-mobile-toggle {
    display: block;
    width: 26px;
    height: 26px;
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 0
}

.navbar-mobile-icon {
    display: block;
    width: 100%;
    border-bottom: 2px solid #000
}

.navbar-mobile-icon+.navbar-mobile-icon {
    margin-top: 7px
}

.modal-nav .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0
}

.modal-compare.fade .modal-dialog,
.modal-filters.fade .modal-dialog,
.modal-nav.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-nav .modal-content {
    height: 100%;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: auto
}

.modal-nav .modal-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border: 0;
    box-shadow: 0 4px 2px rgba(0, 0, 0, .15);
    padding: 0;
    z-index: 20
}

.modal-nav-toggle {
    float: left;
    padding: 35px 0
}

.modal-nav-close {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 0
}

.modal-nav-close:after,
.modal-nav-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    border-bottom: 2px solid #000
}

.modal-nav-close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.modal-nav-close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal-nav-brand {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 96px;
    padding: 18px 26px 18px 0
}

.modal-nav-brand img {
    max-height: 60px
}

.modal-nav .modal-body {
    padding: 126px 0 5px
}

#modalCompare .modal-body {
    min-height: 60vh
}

.mobile-dropdown,
.mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0
}

.mobile-dropdown {
    display: none;
    padding: 15px 15px 5px
}

.mobile-nav>li {
    margin-bottom: 10px
}

.mobile-dropdown>li+li {
    margin-top: 16px
}

.mobile-dropdown>li.mobile-dropdown-header+li,
.to-expand>li {
    margin-top: 12px
}

.top-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: solid 1px #56F019;
}

.contact-bar {
    background-color: #414141;
    padding: 10px 0;
    position: relative;
}

.contact-bar::before {
    position: absolute;
}

.contact-bar ul,
.contact-bar ul>li {
    all: unset;
}

.contact-bar ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-bar a {
    color: white;
    font-size: 16px;
}

.top-bar .search-input-group img {
    margin-top: -10px;
    height: initial;
}

.top-bar>a {
    color: #212121;
    font-weight: 400;
    margin: auto 0;
}

/* .top-bar img {
    height: 30px;
} */

.language-switcher {
    display: flex;
}

.language-switcher li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lang-item {
    list-style-type: none;
    margin: 0 10px;
}

/* .lang-item img {
    width: 21px !important;
    height: 16px !important;
} */

.mobile-dropdown-header,
.mobile-dropdown>li>a,
.mobile-nav>li>a,
.to-expand>li>a {
    display: block;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px
}

.mobile-nav>li>a {
    background: #f7f7f7;
    padding: 10px 15px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.mobile-nav>.active>a,
.mobile-nav>li>a:focus,
.mobile-nav>li>a:hover,
.to-expand-nav>li>a:focus,
.to-expand-nav>li>a:hover {
    background: #ececec;
    color: #000;
    text-decoration: none
}

.mobile-nav>li.w-mobile-dropdown>a {
    padding-right: 60px
}

.mobile-dropdown>li>a,
.to-expand>li>a {
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.mobile-dropdown>.active>a,
.mobile-dropdown>li>a:focus,
.mobile-dropdown>li>a:hover,
.to-expand>li>a:focus,
.to-expand>li>a:hover {
    text-decoration: none
}

.mobile-dropdown-header {
    font-weight: 500
}

.mobile-dropdown-header:not(:first-child) {
    margin-top: 18px
}

.mobile-dropdown-toggle {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 1
}

.w-mobile-dropdown.open .mobile-dropdown-toggle {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.mobile-dropdown-toggle:after,
.mobile-dropdown-toggle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    border-bottom: 2px solid #fff;
    border-radius: 2px
}

.mobile-dropdown-toggle:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.mobile-dropdown-toggle:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.panel-footer-box {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0
}

.panel-footer-box .panel-heading {
    border: 0;
    border-radius: 0;
    padding: 0
}

.panel-footer-box .footer-primary-title {
    margin-bottom: 0
}

.panel-footer-box .panel-body {
    padding: 14px 0 0
}

#page-id-3973 .page-header .container {
    background-position: 50% calc(50% + 50px);
}

.page-header .container {
    background-size: cover;
    background-position: center;
}

.page-id-2952 .page-header .container {
    background-size: cover;
    background-position: top center;
}

.page-header-wrapper {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: end;
    align-items: end;
    height: 600px;
    padding-bottom: 8px;
    color: #fff;
    width: 100%;
    margin: auto;
}

.page-header-middle .page-header-wrapper {
    padding: 12px 0 0
}

.page-header-text {
    padding: 10px;
    border-radius: 5px;
    margin: 0 auto 10%;
}

.page-header-middle .page-header-text {
    width: 100%;
    text-align: center;
}

.page-header-middle .page-header-subTitle {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: .4em;
    margin-bottom: 27px
}

.page-header-middle .page-header-title {
    font-size: 100px;
    line-height: 1
}

.page-header-dark .page-header-title {
    color: #fff
}

.page-header-breadcrumb {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    z-index: 1
}

.breadcrumb {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.breadcrumb.breadcrumb-naked {
    margin-bottom: 50px
}

.breadcrumb>li {
    color: #fff;
    font-size: 11px;
    line-height: 13px
}

.page-header-dark .breadcrumb>li {
    color: #fff
}

.breadcrumb>li:not(:last-child):after {
    content: '/';
    margin: 0 12px 0 7px
}

.breadcrumb>li>a {
    color: inherit
}

.breadcrumb>li>a:focus,
.breadcrumb>li>a:hover {
    text-decoration: underline
}

.pagination-return-button {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.pagination-return-button:focus,
.pagination-return-button:hover {
    color: #333;
    text-decoration: none
}

.w-anchor {
    position: relative
}

.section-anchor {
    position: absolute;
    top: -145px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -100
}

.select2-container--default .select2-selection--single {
    background: #f7f7f7;
    border-radius: 0;
    border-color: #f7f7f7;
    height: 60px;
}

.modal-filters-actions,
.products-filters-mobile {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 36px;
    margin: 0 -15px
}

.modal-filters-actions {
    padding: 15px 0
}

.modal-filters-actions>li,
.products-filters-mobile>li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px
}

.red {
    color: red !important;
    text-align: right;
    margin-bottom: 15px;
}

.modal-filters-actions>li>a,
.products-filters-mobile>li>a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 24px;
    padding: 10px 15px 11px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.modal-filters-actions>li>a.modal-filter-accept {
    background: #333
}

.modal-filters-actions>li>a.modal-filter-accept:focus,
.modal-filters-actions>li>a.modal-filter-accept:hover {
    background: #171717
}

.filters-mobile-icon {
    display: inline-block;
    height: 8px;
    margin-left: 7px
}

.filters-mobile-icon img {
    width: auto;
    height: auto;
    max-height: 8px
}

.modal-filters .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0
}

.modal-filters .modal-content {
    height: 100%;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: auto
}

.modal-filters .modal-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border: 0;
    box-shadow: 0 4px 2px rgba(0, 0, 0, .15);
    padding: 0;
    z-index: 20
}

.modal-filters .modal-header .modal-header-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 96px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 36px
}

.modal-filters .modal-body {
    padding: 126px 0 95px
}

.modal-filters .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border: 0;
    box-shadow: 0 -4px 2px rgba(0, 0, 0, .15);
    padding: 0;
    z-index: 20
}

.panel.panel-filters {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px
}

.panel-filters .panel-heading {
    border: 0;
    border-radius: 0;
    padding: 0
}

.panel-filters .accordion-toggle {
    position: relative;
    display: block;
    background: #ececec;
    color: #000;
    padding: 10px 15px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.panel-filters .accordion-toggle.collapsed {
    background: #f7f7f7
}

.panel-filters .accordion-toggle:hover {
    background: #ececec
}

.panel-filters .accordion-toggle:focus,
.panel-filters .accordion-toggle:hover {
    text-decoration: none
}

.panel-filters .accordion-toggle:before {
    /* content: '\f107'; */
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    font-family: FontAwesome;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    padding-left: 2px;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1
}

.panel-filters .accordion-toggle.collapsed:before {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.panel-filters .panel-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px
}

.panel-filters .panel-body {
    padding: 0
}

.products-favorite {
    padding: 9px 0 46px
}

.shop-return {
    margin-bottom: 42px
}

.shop-return-button {
    color: #333;
    font-size: 11px;
    line-height: 13px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.shop-return-button:focus,
.shop-return-button:hover {
    text-decoration: none
}

.shop-return-button .fa {
    margin-right: 5px
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.modal-compare {
    padding-right: 0 !important
}

.modal-compare .modal-flex-flow {
    padding: 30px 60px 0
}

.modal-compare .modal-dialog {
    width: auto;
    margin: 0 0 30px;
    pointer-events: auto
}

.modal-compare .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: 0 8px 4px rgba(0, 0, 0, .3)
}

.modal-compare .modal-header {
    position: relative;
    background: #333;
    border: 0;
    padding: 14px 79px
}

.modal-compare .modal-header-title {
    color: #fff;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1
}

.modal-compare .modal-header-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 64px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    z-index: 1
}

.modal-compare .modal-header-close:after,
.modal-compare .modal-header-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    border-bottom: 2px solid #fff
}

.modal-compare .modal-header-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.modal-compare .modal-header-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal-compare .modal-body {
    padding: 30px
}

.compare-table {
    width: 100%
}

.compare-table-wrapper {
    min-width: .01%;
    overflow-x: auto
}

.compare-table tr td,
.compare-table tr th {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    border: 1px solid #e7e7e7;
    padding: 10px
}

.compare-table tr th {
    width: 1%;
    background: #f2f2f2;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: left;
    padding-right: 30px
}

.compare-table tr td {
    min-width: 256px;
    text-align: center
}

.compare-table tr td.odd {
    background: #f7f7f7
}

.compare-table tr td.even {
    background: #fff
}

.compare-table tr:hover td,
.compare-table tr:hover td.even,
.compare-table tr:hover td.odd {
    background: #f2f2f2
}

.compare-itemRemove {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.compare-itemRemove:focus,
.compare-itemRemove:hover {
    color: red;
    text-decoration: none
}

.compare-itemRemove .fa {
    color: red;
    margin-left: 6px
}

.compare-itemThumb {
    width: 162px;
    background: #fff;
    border: 1px solid #dbdbdb;
    margin: 0 auto
}

.compare-itemThumb-inner {
    position: relative;
    padding-bottom: 100%
}

.compare-itemThumb-holder {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background-color: #fbfbfb;
    background-size: cover;
    background-position: center
}

.compare-table ul {
    padding: 0 0 0 15px;
    margin: 0
}

.compare-itemAvailability {
    color: #090
}

.compare-itemAvailability.out-of-stock {
    color: red
}

.table-details-content {
    min-height: 100px
}

.table-details-thumb {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    float: left;
    width: 100px;
    height: 100px;
    background: #fbfbfb
}

.table-details-thumb img {
    width: auto;
    max-width: 100%;
    height: 100px
}

.table-details-body {
    padding: 6px 12px 0 120px
}

.table-details-title a {
    color: inherit;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.table-details-title a:focus,
.table-details-title a:hover {
    text-decoration: none
}

.table-details-spec {
    font-size: 14px;
    line-height: 20px
}

.table-sm-column {
    width: .1%
}

.table-priceTotal {
    text-align: center
}

.table-details-price,
.table-price {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 1
}

.table-details-price {
    padding-top: 5px
}

.table-price,
.table-price.old {
    padding-right: 24px;
    padding-left: 24px
}

.table-details-price>.old,
.table-price.old {
    color: #f2ede7;
    font-size: 20px;
    font-weight: 500;
    text-decoration: line-through;
    line-height: 1;
    padding-right: 10px
}

.table-details-spec {
    padding: 13px 0 1px
}

.table-itemRemove {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    font-size: 0;
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 0
}

.table-itemRemove:after,
.table-itemRemove:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    border-bottom: 2px solid #1d1d1b;
    border-radius: 1px;
    -webkit-transition: border .3s ease;
    transition: border .3s ease
}

.table-itemRemove:hover:after,
.table-itemRemove:hover:before {
    border-color: red
}

.table-itemRemove:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.table-itemRemove:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.contact-primary {
    padding-top: 51px
}

.contact-box-title,
.contact-form-title {
    font-size: 36px;
    line-height: 48px
}

.contact-form-field+.contact-form-field {
    margin-top: 26px
}

.contact-form-field:after,
.contact-form-field:before {
    content: '';
    display: table
}

.contact-form-field:after {
    clear: both
}

.contact-box+.contact-box {
    margin-top: 64px
}

.contact-box-content {
    margin-top: 25px
}

.contact-box-content p+p {
    margin-top: 24px
}

.contact-box-content a {
    font-weight: 500
}

.contact-box-content a:focus,
.contact-box-content a:hover {
    text-decoration: underline
}

.map-primary {
    padding-top: 80px
}

.map-primary-holder {
    position: relative;
    height: 316px;
    background: #efeeec;
    overflow: hidden;
    z-index: 1
}

.map-primary-holder .mapboxgl-map,
.map-primary-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.partner-primary {
    position: relative;
    padding-bottom: 52px;
    margin-top: -36px;
    z-index: 1
}

.partner-form {
    background: #fbf8f7;
    padding: 20px 50px 46px;
    margin-bottom: 22px
}

.partner-form-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 38px
}

.partner-form-field+.partner-form-field {
    margin-top: 24px
}

.partner-form-field .wpcf7-not-valid-tip,
.partner-form-fieldText {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px
}

.partner-form-field .wpcf7-not-valid-tip {
    margin-top: 6px;
    margin-bottom: 0
}

.partner-form-field+.partner-form-submit {
    margin-top: 42px
}

.partner-form-submit .btn-primary {
    display: block;
    width: 100%
}

.partner-content {
    padding-top: 91px
}

.partner-content-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 21px
}

.partner-content-list {
    counter-reset: contentListCounter;
    list-style: none;
    padding: 0;
    margin: 34px 0
}

.partner-content-list>li {
    counter-increment: contentListCounter;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 42px
}

.partner-content-list>li:before {
    content: counter(contentListCounter);
    width: 42px;
    min-width: 42px;
    height: 42px;
    background: #1E4ACD;
    font-size: 36px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 20px;
    padding-left: 2px
}

.list-item-inner {
    line-height: 20px
}

.list-item-inner p {
    margin: 0 !important
}

.partner-content-list>li+li {
    margin-top: 32px
}

.partner-content-list>li a {
    font-weight: 500
}

.partner-content-list>li a:focus,
.partner-content-list>li a:hover {
    text-decoration: underline
}

.partner-content p {
    margin-bottom: 24px
}

.partner-content-thumb {
    margin-top: 33px
}

.partner-content-thumb img {
    display: block;
    width: 100%;
    height: auto
}

.courses-container .blog-aside-categories>li>a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.prev-next-div {
    display: flex;
    margin-top: 100px;
}

.prev-next-div .next-course {
    margin-left: auto;
}

.courses-container .blog-aside-categories>li>a.passedClass:before {
    content: '\f00c';
}

.blog-aside-posts {
    margin-top: 18px
}

.blog-aside-post-item {
    display: block;
    color: #333;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.blog-aside-post-item+.blog-aside-post-item {
    margin-top: 22px
}

.blog-aside-post-item:focus,
.blog-aside-post-item:hover {
    text-decoration: none
}

.blog-aside-post-item img {
    display: block;
    width: 100%;
    height: auto
}

.blog-aside-post-item span {
    display: block;
    color: inherit;
    font-size: 24px;
    line-height: 30px;
    margin-top: 6px
}

.blog-aside-products {
    margin-top: 17px
}

.pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 72px 0 30px
}

.pagination>li>a,
.pagination>li>span {
    display: block;
    width: 28px;
    height: 28px;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 28px;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease
}

.pagination>li>span {
    cursor: default
}

.pagination>li.active>a,
.pagination>li.active>span,
.pagination>li>a:focus,
.pagination>li>a:hover {
    color: #1E4ACD;
    text-decoration: none
}

.blog-single {
    padding: 45px 0 55px
}

.blog-post-single {
    margin-top: -3px
}

.blog-post-single p {
    clear: both;
}

.blog-post-single img.alignleft {
    float: left;
}

.blog-post-single img.alignright {
    float: right;
}

.blog-post-meta {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    margin: 15px -15px 0 0;
    padding: 0
}

.blog-post-meta>li {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    margin-right: 15px
}

.blog-post-thumb {
    margin: 20px 0 26px
}

.blog-post-thumb img {
    display: block;
    width: 100%;
    height: auto
}

.blog-post-content a {
    font-size: 18px;
    text-align: center;
    display: block;
}

.blog-post-content img {
    height: auto;
}

.comment-modal-mask {
    margin-top: 50px;
}

.comment-modal-mask h3 {
    font-size: 30px;
}

#comment-submit {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.single-opinion+.single-opinion {
    border-top: solid 1px #414141;
    padding: 10px 0;
    margin-top: 10px;
}

.opinion-content {
    margin-bottom: 10px;
    font-size: 25px;
}

.poster {
    color: #414141;
    font-weight: 500;
}

.content-thumbs {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 13px;
    margin: 0 -8px
}

.content-thumbs>div {
    flex-basis: calc(200px + 16px);
    max-width: calc(200px + 16px);
    width: calc(200px + 16px);
    padding: 0 8px 16px
}

.content-thumbs img {
    display: block;
    width: 100%;
    height: auto
}

.content-link {
    padding-bottom: 10px
}

.blog-post-return {
    margin-top: 47px
}

.blog-post-return a {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.blog-post-return a:focus,
.blog-post-return a:hover {
    text-decoration: none
}

.blog-post-return a .fa {
    margin-right: 6px
}

.panel-button {
    text-align: right;
    margin-top: 40px
}

.panel-button .btn-primary {
    min-width: 168px
}

.content-primary {
    padding: 40px 0
}

.content-primary h2 {
    font-size: 2.297rem;
    line-height: 42px;
    margin-bottom: 15px
}

.error404 .primary-flex-content {
    margin: auto;
}

.error-page h2 {
    margin-bottom: 40px;
    font-size: 8vmin;
    text-align: center;
}

.error-page p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 2vmin;
    font-weight: 600;
}

.content-primary h2:not(:first-child) {
    margin-top: 32px
}

.content-primary h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px
}

.content-primary h3:not(:first-child) {
    margin-top: 33px
}

.content-primary h4 {
    font-size: 1.27rem;
    line-height: 1.25;
    margin-bottom: 17px;
    transition: all .3s ease-in-out;
}

.content-primary h4:not(:first-child) {
    margin-top: 35px
}

.content-primary h5,
.content-primary h6 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px
}

.content-primary h5:not(:first-child),
.content-primary h6:not(:first-child) {
    margin-top: 37px
}

.content-primary p {
    margin-bottom: 18px;
    text-align: justify;
}

.content-primary ol,
.content-primary ul {}

.content-primary ol[type="a"] {
    margin-top: 20px;
}

.content-primary ol>li,
.content-primary ul>li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 15px;
    list-style-position: inside;
}

.content-primary li>ul,
.content-primary li>ol {
    margin-top: 15px;
}

.content-primary ol>li {
    padding-left: 0
}

.content-primary ul>li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #414141;
}

.content-primary ol>li+li,
.content-primary ul>li+li {
    margin-top: 6px
}

.content-primary ol>li:before {
    font-weight: 500;
    display: inline-block;
    min-width: 23px;
    text-align: center;
    padding-left: 2px;
    margin-right: 10px
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.notification {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    max-width: 1000px;
    padding: 21px 25px;
    color: #fff;
    border: 1px solid #333;
    margin-left: 60px;
    z-index: 100000000
}

.primary-search-page {
    padding-bottom: 13px
}

.search-page-items {
    padding-top: 60px
}

.search-page-error {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    padding: 74px var(--bs-gutter-x, 14.25px) 61px var(--bs-gutter-x, 14.25px);
}

.comment-form {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 870px
}

.comment-form .comment-form-author,
.comment-form .comment-form-cookies-consent,
.comment-form .comment-form-email,
.comment-form .comment-form-rating,
.comment-form .comment-notes~.comment-form-comment,
.comment-form .form-submit {
    min-width: 100%;
    width: 100%;
    order: 3;
    margin: 26px 0 0 !important
}

.comment-form .comment-form-author {
    order: 1
}

.comment-form .comment-form-email {
    order: 2
}

.comment-form .comment-form-rating {
    order: 4
}

.comment-form .comment-form-cookies-consent {
    order: 5;
    margin-top: 20px
}

.comment-form .form-submit {
    order: 6;
    margin-top: 30px
}

.comment-form .comment-form-author label,
.comment-form .comment-form-comment label,
.comment-form .comment-form-email label,
.comment-form .comment-form-rating label {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 10px
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-rating select {
    display: block;
    width: 100%;
    max-width: 870px;
    height: 60px;
    min-height: 60px;
    background: #f7f7f7;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .1em;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 18px 20px;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease
}

.comment-form .comment-form-comment textarea {
    display: block;
    width: 100%;
    max-width: 870px;
    height: 190px;
    min-height: 190px;
    resize: vertical;
    background: #f7f7f7;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .1em;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 18px 20px;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease
}

.comment-form .comment-form-author input:focus,
.comment-form .comment-form-comment textarea:focus,
.comment-form .comment-form-email input:focus {
    background: #ececec;
    color: #000
}

.woocommerce #review_form #respond p {
    margin: 0
}

#comments {
    margin-bottom: 30px
}

.woocommerce-Reviews {
    padding: 21px 0 22px
}

.woocommerce-Reviews-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px
}

.comment-reply-title {
    display: block;
    font-weight: 500;
    padding-bottom: 30px
}

.comment-respond .form-submit #submit {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: .2em;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 20px 30px;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease
}

.comment-respond .form-submit #submit:focus,
.comment-respond .form-submit #submit:hover {
    color: #fff;
    text-decoration: none
}

.comment-form-rating .stars span {
    display: -webkit-flex;
    display: flex
}

.comment_container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 20px
}

.comment-text .star-rating>span {
    display: inline-block;
    float: none;
    position: relative;
    color: #fff;
    width: auto !important;
    overflow: visible;
    padding: 8px 15px;
    margin-bottom: 15px
}

.comment-form .comment-form-cookies-consent input {
    display: none
}

.comment-form .comment-form-cookies-consent label {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding: 3px 0 3px 45px;
    margin: 0;
    cursor: pointer
}

.comment-form .comment-form-cookies-consent label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #f7f7f7;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.comment-form .comment-form-cookies-consent label:hover:before {
    background: #ececec
}

.comment-form .comment-form-cookies-consent label:after {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    font-family: FontAwesome;
    color: #333;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    opacity: 0;
    padding-left: 2px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.comment-form .comment-form-cookies-consent input:checked+label:after {
    opacity: 1
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
    border: 0;
    padding: 9px 15px;
    margin: 0
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: #ffb900
}

.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    background: #dc3232
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450
}

.wpcf7 form.spam .wpcf7-response-output {
    background: #f56e28
}


/* Blog */

.post-item {
    margin-top: 20px;
    border: solid 1px #414141;
    border-radius: 5px;
}

.post-item-link a {
    color: #414141;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.post-item-header {
    display: flex;
}

.post-item-thumbnail {
    width: 480px;
    position: relative;
    display: block;
    min-height: 186px;
}

.post-item-thumbnail>div {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-left-radius: 5px;
}

.post-item-date {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 60px;
    font-weight: 500;
}

.post-item-date-d {
    background: #414141;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    transition: 0 all;
    transition-delay: .3s;
}

.post-item-date-m {
    background: #414141;
    opacity: 0.7;
    height: 0;
    overflow: hidden;
    color: #fff;
    line-height: 50px;
    transition: height .3s ease-in-out;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.post-item:hover .post-item-date-d {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.post-item:hover .post-item-date-m {
    height: 50px;
}

.post-item-text {
    width: 100%;
}

.post-item-bottom {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #414141;
}

.post-item-text {
    padding: 20px;
    font-size: 0.875rem;
}

.post-item-title {
    padding-bottom: 20px;
    font-size: 1.5rem;
}

.post-item-category-list {
    display: flex;
    margin-bottom: 0;
}

.post-item-category-list li {
    list-style: none;
    margin: 0 5px;
    font-size: .75rem;
}

.post-item-author,
.post-item-categories {
    margin: auto 0;
    padding: 0 20px;
}

.blog-posts-search {
    position: relative;
}

.blog-posts-searchButton {
    position: absolute;
    top: 0;
    right: 5%;
    background: transparent;
    border: 0;
    height: 100%;
    font-size: 30px;
    color: #414141;
}

.post-item-empty-search {
    margin-top: 20px;
}

.blog-aside {
    margin-top: 20px;
}

.blog-aside-widget {
    padding: 20px;
    border: solid 1px #414141;
    margin: 10px 0;
    border-radius: 5px;
}



.blog-posts-search {
    margin-bottom: 10px;
}

.blog-posts-search input {
    border: solid 1px #414141;
    border-radius: 5px;
}

.blog-aside-widget-title {
    font-size: 35px;
    margin: 10px 0;
}

.blog-aside-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    transition: color .2s ease-in-out;
}

.blog-aside-categories li {
    margin-right: 10px;
    list-style: square;
    color: #0d6efd;
}

.blog-aside-categories a:hover {
    color: #414141;
}

.menu-item:before {
    transition: border-top-color .2s ease-in-out;
}

.navbar-primary .menu-item:hover>a,
.navbar-primary .menu-item:hover:before {
    color: #414141;
    border-top-color: #414141;
}

.navbar-primary .navbar-nav>.menu-item-has-children:hover>ul,
.navbar-primary .navbar-nav>.menu-item-has-children:focus>ul,
.navbar-primary .navbar-nav>.menu-item-has-children:focus-visible>ul,
.navbar-primary .navbar-nav>.menu-item-has-children:focus-within>ul,
.navbar-primary .navbar-nav>.menu-item-has-children:active>ul,
.navbar-primary .navbar-nav>.menu-item-has-children>ul .menu-item-has-children:hover>ul,
.navbar-primary .navbar-nav>.menu-item-has-children>ul .menu-item-has-children:focus>ul,
.navbar-primary .navbar-nav>.menu-item-has-children>ul .menu-item-has-children:focus-visible>ul,
.navbar-primary .navbar-nav>.menu-item-has-children>ul .menu-item-has-children:focus-within>ul,
.navbar-primary .navbar-nav>.menu-item-has-children>ul .menu-item-has-children:active>ul {
    display: block;
    opacity: 1;
}

.navbar-primary .navbar-nav>.menu-item-has-children>ul .menu-item-has-children>ul {
    position: absolute;
    top: -10px;
    left: 295px;
    padding: 0;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    background-color: #fff;
    padding: 10px 0;
    min-width: 300px;
    margin-left: 5px;
}

.menu-item-has-children {
    position: relative;
    z-index: 10;
}

.navbar-nav>.menu-item-has-children>a:before {
    content: '';
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    top: 47%;
    right: 0;
    cursor: pointer;
}

.navbar-primary .menu-item-has-children>.sub-menu>.menu-item-has-children>a:before {
    content: '';
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    top: 47%;
    right: 20px;
    cursor: pointer;
}

.menu-item-has-children {
    position: relative;
}

.navbar-nav>.menu-item-has-children>ul {
    position: absolute;
    top: 43px;
    left: 0;
    padding: 10px 0;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    background-color: #fff;
    min-width: 300px;
}

.fa.fa-long-arrow-left {
    font-family: "FontAwesome";
}

.table-action .remove {
    font-size: 35px;
}

.comment-wrapper {
    display: flex;
    flex-direction: column;
}

.comment-wrapper textarea {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: solid 1px #414141;
}

.comment-wrapper label {
    margin: 20px 0 5px;
}

.opinions-wrapper {
    margin-top: 20px;
    border: solid 1px #414141;
    padding: 20px;
}

.blog-post-title {
    text-align: center;
}

.blog-post-meta {
    text-align: center;
}

.blog-post-meta li {
    width: 100%;
}

@media (max-width:1599px) {
    .modal-compare .modal-flex-flow {
        padding: 30px 30px 0
    }
}

@media (max-width:1400px) {
    .navbar-nav>li a {
        font-size: 14px;
    }

    .navbar-wrapper {
        height: auto;
        padding: 10px 0;
        flex-wrap: wrap;
    }

    .nav-social {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (max-width:1279px) {
    .navbar-nav>li+li {
        margin-left: 22px
    }

    .frontPage-blog {
        margin-top: 170px
    }

    .frontPage-blog-thumb {
        margin-right: 18px
    }

    .footer-box-social {
        margin-left: 0
    }

    .footer-box-contact,
    .footer-box-support {
        padding-left: 0
    }

    .modal-compare .modal-flex-flow {
        padding: 15px 15px 0
    }

    .modal-compare .modal-dialog {
        margin-bottom: 15px
    }

    .content-thumbs>div {
        flex-basis: calc(194px + 16px);
        max-width: calc(194px + 16px);
        width: calc(194px + 16px)
    }

    .notification {
        right: 30px;
        bottom: 30px;
        max-width: 800px;
        margin-left: 30px
    }
}

@media (max-width: 1200px) {
    .navbar-nav>li a {
        font-size: 12px;
    }

    .top-bar>a {
        display: none;
    }
}

@media (max-width: 992px) {

    .navbar-nav,
    .navbar-top {
        display: none;
    }

    .navbar-brand {
        -webkit-justify-content: center;
        justify-content: center;
        margin-right: 0;
    }

    .navbar-logo {
        position: relative;
        flex-basis: 96%;
        min-width: 96%;
        width: 96%;
        pointer-events: none;
        z-index: 3;
    }

    .navbar-brand img {
        max-width: 140px;
        height: auto;
    }
    .cookie-wrap a {
        width: 50%;
        margin-top: 2%;
    }
    
    .cookies p {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .navbar-mobile-action {
        display: block
    }

    .nav-social {
        position: absolute;
        right: 0;
    }
}

@media (max-width:991px) {
    .navbar-brand img {
        max-width: 140px;
        height: auto;
    }

    html {
        margin-top: 0 !important;
    }

    .nav-social {
        display: none;
    }

    .frontPage-blog {
        margin-bottom: 0;
    }

    .language-switchers {
        z-index: 100;
    }

    /* body {
        padding-top: 180px;
    } */
    .primary-flex {
        min-height: calc(100vh - 96px)
    }

    .navbar-primary {
        /* position: fixed; */
        top: 0;
        left: 0;
        width: 100%
    }

    .navbar-wrapper {
        -webkit-justify-content: center;
        justify-content: center
    }

    .navbar-mobile-action {
        display: block
    }

    .navbar-logo {
        position: relative;
        flex-basis: 96%;
        min-width: 96%;
        width: 96%;
        pointer-events: none;
        z-index: 5
    }

    .navbar-nav,
    .navbar-top {
        display: none
    }

    .navbar-brand {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .navbar-brand a {
        pointer-events: auto
    }

    .navbar-actions {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 35px 0 35px 50px;
        z-index: 3
    }

    .navbar-actions>li:first-child {
        margin-right: auto
    }

    .navbar-actions>li+li {
        padding-left: 21px
    }

    .dropdown-basket,
    .dropdown-searchbar {
        left: 0;
        right: auto;
        width: 100%;
        margin-top: 0
    }

    .open>.dropdown-basket,
    .open>.dropdown-searchbar {
        margin-top: 0
    }

    .search-input {
        width: calc(100% - 36px)
    }

    .row-frontPage-blog {
        display: block
    }

    .frontPage-blog-thumb {
        width: 374px;
        min-height: 464px;
        height: auto;
        margin-right: auto;
        margin-left: auto
    }

    .frontPage-blog-content {
        text-align: center
    }

    .row-footer-boxes>div:nth-child(2n-1) {
        clear: left
    }

    .products-list {
        padding-top: 36px
    }

    .row-products-list>div.col-xs-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        min-width: 50%;
        width: 50%
    }

    .section-anchor {
        top: -96px
    }

    .page-header-wrapper {
        height: 264px
    }

    .modal-compare .modal-flex-flow {
        padding: 0
    }

    .modal-compare .modal-dialog {
        margin: 0
    }

    .modal-compare .modal-content,
    .modal-compare .modal-dialog,
    .modal-compare .modal-flex,
    .modal-compare .modal-flex-flow {
        height: 100%
    }

    .modal-compare .modal-content {
        overflow-y: auto
    }

    .page-header-middle .page-header-subTitle {
        margin-bottom: 11px
    }

    .partner-form {
        margin-top: 64px
    }

    .blog-aside {
        margin-top: 72px
    }

    .content-thumbs>div {
        flex-basis: calc(168px + 16px);
        max-width: calc(168px + 16px);
        width: calc(168px + 16px)
    }

    .notification {
        right: 15px;
        bottom: 15px;
        margin-left: 15px
    }

    /* .modal-filters,
    .modal-nav {
        display: none !important
    } */
    .modal-compare .modal-flex {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 100%;
        pointer-events: none
    }

    .modal-compare .modal-flex-flow {
        width: 100%;
        max-height: 100%;
        overflow: auto;
        padding: 30px 60px 0
    }

    .navbar-brand a {
        height: 100%;
    }

    .navbar-brand img {
        height: 100%;
    }

    :root {
        font-size: 16px;
    }
}

@media (max-width: 990px) {

    .navbar-nav,
    .navbar-top {
        display: none
    }
}

@media (max-width:767px) {
    .blog-post-single img.alignright,
    .blog-post-single img.alignleft {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .blog-post-single p img + img {
        margin-top: 20px;
    }
    .panel-footer-box .panel-collapse {
        display: block !important;
        height: auto !important
    }

    .flex-row {
        display: block;
    }

    #alg_currency_select {
        font-size: 14px;
    }

    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3 {
        font-size: 1.789471rem;
    }

    .dropdown-basket,
    .dropdown-searchbar {
        right: -15px;
        left: -15px;
    }

    .frontPage-recommended-products {
        padding: 25px 0 34px
    }

    .fancy-heading {
        margin-bottom: 30px
    }

    .fancy-heading-title span {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 20px;
        margin-bottom: 25px
    }

    .frontPage-blog-subTitle {
        font-size: 14px;
        line-height: 20px
    }

    .frontPage-blog-title {
        font-size: 36px;
        line-height: 52px;
        margin-top: 10px
    }

    .frontPage-blog-title {
        margin-bottom: 15px
    }

    .navbar-brand img {
        max-height: 50px;
    }

    .frontPage-blog {
        margin: 110px 0 134px
    }

    .frontPage-blog-thumb {
        width: auto;
        height: auto;
        min-height: auto;
        box-shadow: 0 0 59px 0 rgba(92, 49, 25, .25);
        padding-bottom: 124.87804878%;
        margin: -70px 21px 0
    }

    .frontPage-blog-content {
        text-align: left;
        padding: 35px 21px 0;
        margin-bottom: -134px
    }

    .frontPage-blog-link {
        margin-top: 27px
    }

    .frontPage-instagram {
        padding-bottom: 15px
    }

    .footer-primary {
        padding: 10px 21px 0
    }

    .footer-primary-box {
        margin-top: 0
    }

    .panel-footer-box .accordion-toggle {
        display: block;
        position: relative;
        border-bottom: 1px solid #2c2c2c;
        padding: 17px 42px 21px 0;
        cursor: pointer
    }

    .panel-footer-box .accordion-toggle:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 27px;
        height: 14px;
        background-image: url(../images/ico/footer-collapse_icon.png);
        background-size: cover;
        background-position: center;
        margin-top: -7px;
        -webkit-transition: transform .3s ease;
        transition: transform .3s ease;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        z-index: 1
    }

    .panel-footer-box .accordion-toggle.collapsed:before {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .footer-box-social,
    .footer-primary-box {
        padding-top: 14px
    }

    .footer-primary-bottom {
        padding: 22px 0 31px
    }

    .product-banner-title {
        font-size: 36px;
        line-height: 42px
    }

    .page-header-breadcrumb {
        top: 12px
    }

    .page-header-wrapper {
        height: 203px;
        padding-left: 36px
    }

    .modal-filters-actions,
    .products-filters-mobile {
        padding-bottom: 18px;
        margin: 0 -7px
    }

    .modal-filters-actions>li,
    .products-filters-mobile>li {
        padding: 0 7px
    }

    .modal-compare .modal-header {
        padding: 9px 63px
    }

    .modal-compare .modal-header-title {
        font-size: 30px
    }

    .modal-compare .modal-header-close {
        width: 48px
    }

    .modal-compare .modal-header-close:after,
    .modal-compare .modal-header-close:before {
        width: 36px
    }

    .modal-compare .modal-body {
        padding: 15px
    }

    .page-header-middle .page-header-breadcrumb {
        display: none
    }

    .page-header-middle .page-header-wrapper {
        padding: 0
    }

    .page-header-middle .page-header-title {
        font-size: 80px
    }

    .page-header-middle .page-header-subTitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 14px
    }

    .table-action {
        position: absolute;
        top: 14px;
        right: 0;
        padding: 0 !important
    }

    .table-details-content {
        min-height: 130px
    }

    .table-details-thumb {
        width: 130px;
        height: 130px
    }

    .table-details-thumb img {
        height: 130px
    }

    .table-details-body {
        padding: 0 29px 0 154px
    }

    .contact-primary {
        padding-top: 30px
    }

    .contact-aside {
        margin-top: 40px
    }

    .map-primary {
        padding-top: 58px
    }

    .map-primary .container {
        padding-right: 0;
        padding-left: 0
    }

    .partner-primary {
        padding-bottom: 0;
        margin-top: 0
    }

    .partner-content-thumb {
        display: none
    }

    .partner-content {
        padding: 31px 0 10px
    }

    .partner-form {
        margin: 0 -15px
    }

    .blog-posts-primary {
        padding: 15px 0
    }

    .post-item+.post-item {
        margin-top: 72px
    }

    .post-item-thumbnail {
        margin-bottom: 16px
    }

    .pagination {
        margin-top: 56px
    }

    .blog-aside {
        margin-top: 60px
    }

    .blog-aside-posts {
        margin-top: 22px
    }

    .blog-aside-post-item+.blog-aside-post-item {
        margin-top: 36px
    }

    .blog-single {
        padding: 24px 0 40px
    }

    .blog-post-single {
        margin-top: 0
    }

    .blog-post-title {
        font-size: 30px;
        line-height: 38px
    }

    .blog-post-meta>li {
        font-size: 16px;
    }

    .blog-post-meta {
        margin-top: 4px
    }

    .content-thumbs {
        padding-top: 13px
    }

    .content-thumbs>div {
        flex-basis: 50%;
        min-width: 50%;
        width: 50%;
        padding: 0 7px 14px
    }

    .content-thumbs>div:nth-child(n+3) {
        display: none
    }

    .content-primary {
        padding: 26px 0 24px
    }

    .notification {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 15px
    }

    .commentlist .children {
        padding-left: 15px
    }

    .page-header-text p {
        font-size: 12px;
        line-height: 1.4;
        margin-top: 15px;
    }

    .post-item-header {
        display: block;
    }

    .post-item-thumbnail {
        width: 100%;
        min-height: 0;
        padding-bottom: 50%;
    }

    .post-item-bottom {
        display: block;
    }

    .post-item-author {
        padding: 15px;
        text-align: center;
        border-bottom: solid 1px #eee;
    }

    .post-item-category-list {
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .post-item-categories {
        padding: 15px;
        border-bottom: solid 1px #eee;
    }

    .post-item-link a {
        width: 100%;

    }

    .navbar-brand img {
        height: 100%
    }
}

@media (max-width:479px) {

    .modal-filters-actions>li,
    .products-filters-mobile>li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .modal-filters-actions>li+li,
    .products-filters-mobile>li+li {
        margin-top: 10px
    }

    .modal-filters .modal-body {
        padding-bottom: 135px
    }

    .modal-compare .modal-header {
        padding: 9px 58px 9px 15px
    }

    .modal-compare .modal-header-title {
        text-align: left
    }

    .compare-table tr th {
        padding-right: 15px
    }

    .content-thumbs>div {
        flex-basis: 100%;
        min-width: 100%;
        width: 100%
    }

    .comment_container {
        margin-top: 10px
    }

    .comment-text .star-rating {
        margin: -15px -15px 0
    }

    .comment-text .star-rating>span {
        display: block
    }

    .comment-text .star-rating>span {
        padding-left: 15px;
        padding-right: 15px
    }

    .commentlist {
        padding-top: 20px
    }

    /* body {
        padding-top: 197px;
    } */
    .primary-flex {
        min-height: calc(100vh - 64px)
    }

    .modal-nav-toggle {
        padding: 19px 0
    }

    .modal-nav-brand {
        height: 64px;
        padding: 12px 26px 12px 0
    }

    .modal-nav-brand img {
        max-height: 40px
    }

    .modal-nav .modal-body {
        padding-top: 79px
    }

    .modal-filters .modal-body {
        padding: 79px 0 125px
    }

    .modal-filters .modal-header .modal-header-title {
        height: 64px;
        font-size: 24px;
        line-height: 1
    }

    .modal-filters-actions {
        padding: 10px 0
    }

    .post-item-date-m {
        height: 50px;
    }

    .top-bar form {
        width: 100%;
        margin-top: 5px;
    }

    .search-input-group {
        margin-top: 10px;
    }
}

html,
body {
    scroll-behavior: smooth;
}

@media (max-width:359px) {
    .container .language-switchers {
        position: static;
    }

    .navbar-primary .language-switchers ul {
        margin: 5px 0 0;
        padding: 0;
    }

    .navbar-wrapper {
        padding: 10px 0;
    }

    /* body {
        padding-top: 217px
    } */
    .primary-flex {
        min-height: calc(100vh - 64px)
    }

    .navbar-mobile-action {
        padding: 26px 0
    }

    .navbar-actions {
        padding: 19px 0 19px 50px
    }

    .frontPage-blog-thumb {
        margin-right: 0;
        margin-left: 0
    }

    .frontPage-blog-content {
        padding-right: 0;
        padding-left: 0
    }

    .footer-primary {
        padding-right: 0;
        padding-left: 0
    }

    .modal-nav-toggle {
        padding: 19px 0
    }

    .modal-nav-brand {
        height: 64px;
        padding: 12px 26px 12px 0
    }

    .modal-nav-brand img {
        max-height: 40px
    }

    .modal-filters .modal-body,
    .modal-nav .modal-body {
        padding-top: 79px;
        margin-right: -15px;
        margin-left: -15px
    }

    .modal-filters .modal-header .modal-header-title {
        height: 64px;
        font-size: 24px;
        line-height: 1
    }

    .modal-filters-actions {
        padding: 10px 0
    }

    .page-header-middle .page-header-title {
        font-size: 64px
    }

    .partner-form {
        padding-right: 15px;
        padding-left: 15px
    }
}

.newsletter-popup {
    display: none;
}

.newsletter-popup.active {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 100;
}

.newsletter-popup-wrapper {
    position: relative;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid lightgray;
    display: none;
    background-color: #fff;
    display: none;
    min-height: 70%;
    z-index: 10000;
}

.newsletter-popup-wrapper {
    display: block;
    position: fixed;
    top: 20%;
    background-color: #fff;
}

.newsletter-half {
    width: 50%;
}

.newsletter-popup-wrapper {
    display: flex;
}

@media(min-width: 1200px) {
    .newsletter-popup-wrapper {
        max-width: 60%;
    }
}

.newsletter-product {
    max-width: 200px;
}

.newsletter-half {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newsleter-logo-wrapper,
.newsletter-product-wrapper,
.newsletter-text {
    width: 100%;
    text-align: center;
}

.close-popup-btn {
    padding: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 1px solid;
    transition-duration: .3s;
    border-radius: 5px;
}

.close-popup-btn::before,
.close-popup-btn::after {
    content: "";
    background-color: #fff;
    border-top: 2px solid #fff;
    position: absolute;
    width: 100%;
    transition-duration: .3s;
}

.close-popup-btn::before {
    transform: rotate(45deg);
    top: 14px;
    right: 0px;
}

.close-popup-btn::after {
    transform: rotate(-45deg);
    top: 14px;
    right: 0px;
}

.close-popup-btn:hover {
    background-color: #fff;
}

.newsletter-container {
    position: relative;
}

@media(max-width: 991px) {
    .newsletter-popup-wrapper {
        flex-direction: column;
    }

    .half-left {
        display: none;
    }

    .newsletter-popup-wrapper {
        width: 90%;
    }

    .half-right {
        width: 100%;
    }
}

.freshMailPopUp__body {
    max-width: 100%;
}

.form_subscribe.freshmail_form_1 {
    text-align: center;
}

@media(min-width: 1200px) {
    .page-header-text p {
        width: 50%;
        margin-top: 20px;
    }

    .page-header-text.partners-title p {
        width: 100%;
    }
}

.to-expand {
    height: 0;
    overflow: hidden;
}

.to-expand.thisExpanded {
    height: auto;
}

.expanded-1 i {
    transform: rotate(180deg);
}

.modal-body .mobile-nav a.expand-btn {
    font-weight: 500;
}

.alg_currency_select {
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
}

@media(min-width: 991px) {
    .courses-container .blog-aside {
        overflow-y: scroll;
        max-height: 100vh;
    }

    .sidebar-course-wrapper {
        padding-right: 0;
    }
}


/**
 * Newsleter checkboxes 
 */

.newsletter-checkboxes {
    margin-top: 30px;
    text-align: center;
}

.newsletter-checkboxes ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choose-module-wrapper label {
    padding: 10px 20px;
}

body .choose-module-wrapper span {
    top: 10px;
    left: 10px;
}

.choose-module-wrapper {
    background: #94b4ff50;
}

body .choose-module-wrapper label {
    margin-bottom: 0;
}

.newsletter-checkboxes label,
.choose-module-wrapper label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    transition-duration: .3s;
}

.newsletter-checkboxes input,
.choose-module-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    transition-duration: .3s;
    background-color: #E2F0CF;
}

.choose-module-wrapper label:hover input~.checkmark,
.newsletter-checkboxes label:hover input~.checkmark {
    background-color: #f3F1dF;
}

.choose-module-wrapper input:checked~.checkmark,
.newsletter-checkboxes input:checked~.checkmark {
    background-color: #E2F0CF;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.choose-module-wrapper input:checked~.checkmark:after,
.newsletter-checkboxes input:checked~.checkmark:after {
    display: block;
}

.choose-module-wrapper .checkmark:after,
.newsletter-checkboxes .checkmark:after {
    left: 8px;
    top: 0px;
    width: 10px;
    height: 20px;
    border: solid #0B600F;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .hidden-lg {
        display: none !important;
    }
}

.generate-wp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10009301
}


/**New menu */

.modal-backdrop {
    z-index: 1;
}

#modalNav .modal-dialog {
    max-width: 100%;
}

#modalNav .navbar-nav {
    display: block;
}

#modalNav .navbar-nav {
    display: block;
    padding: 20px;
}

#modalNav .navbar-nav>li {
    margin: 0;
}

#modalNav .sub-menu {
    display: block;
    box-shadow: none;
}

#modalNav .navbar-nav>.sub-menu {
    border-bottom: solid 1px #414141;
}

#modalNav .menu-item-has-children::before {
    display: none;
}

#modalNav .menu-item-has-children ul {
    position: relative;
    top: 0;
    opacity: 1;
    padding: 10px 15px 27px;
}

#modalNav .navbar-nav>li a {
    font-size: 20px;
}

#modalNav .sub-menu li {
    margin: 10px 0;
}

/* Style the product color picker on single product page */

.product-page-color-select {
    width: 2em;
    height: 2em;
    border: 0.15em solid #828282;
    margin-right: 0.5em;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.product-page-color-select:not(.active) {
    opacity: 0.25;
}

.product-page-color-select:not(.active):hover {
    opacity: 0.5;
}

.product-page-color-select-wrap {
    padding: 10px 0;
}

.product-item {
    padding: 20px 0 20px 30px;
    position: relative;
}

.product-item:before {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #414141;
}

.product-item-title {
    font-size: 25px;
    transition: color .2s ease-in-out;
}

.product-item-title a:hover {
    color: #414141;
}

.search-page-items .col-md-12+.col-md-12 {
    border-top: solid 1px #414141;
}

.donate-banner-wrapper {
    border: solid 1px #414141;
}

.donate-banner-thumb {
    height: 100%;
}

.donate-banner-thumb img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.donate-banner-content {
    display: flex;
    flex-wrap: wrap;
}

.donate-banner-text {

    padding: 20px 10px;
}

.donate-banner-link {
    height: 100%;
    display: flex;
    justify-content: end;
    padding-right: 30px;
}

.donate-banner-link a {
    align-self: center;
}

.donate-banner-title,
.donate-banner-subTitle {
    text-align: center;
}

.donate-banner {
    margin-top: 40px;
}

.contrast-switch {
    display: flex;
    align-items: center;
}

/* .contrast-switch > a:first-child {
    display: none;
} */

.contrast-switch a:nth-child(3) p {
    margin-left: 2px;
}

.contrast-switch a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    text-align: center;
    border: solid 1px #414141;
    background: #414141;
    color: #fff;
    margin-right: 10px;
    transition: background-color, .3s ease-in-out;
    border-radius: 5px;
    height: 40px;
}

.contrast-switch a:nth-child(4) {
    margin-right: 0;
}

.contrast-switch p {
    line-height: 40px;
    margin-left: 5px;
}

.contrast-switch a+a {
    border-left: 0;
}

.contrast-switch svg {
    align-self: center;
}

.contrast-switch svg path {
    fill: #fff;
}

.contrast-switch svg g {
    stroke: #fff;
}

.contrast-switch a:hover {
    color: #fff;
}

.search-submit {
    padding: 0;
}

.search-submit svg {
    margin-top: -4px;
}

.primary-flex-content .separator,
hr,
.row>hr {
    border-bottom: 5px solid #80d611;
    margin: 30px auto;
    width: 80px;
    opacity: 1;
}

.ctrs .separator {
    border-color: yellow;
}

.ctrs hr {
    border-color: yellow;
}

.ctrs {
    color: yellow !important;
    border-color: yellow !important;
    background-color: #000 !important;
}

.ctrs p,
.ctrs h1,
.ctrs h2,
.ctrs h3,
.ctrs h4,
.ctrs h5,
.ctrs h6,
.ctrs i,
.ctrs li,
.ctrs span {
    color: yellow !important;
}

.ctrs .arrow i {
    color: white !important;
}

.ctrs button.arrow {
    background-color: transparent !important;
}

.ctrs .search-submit svg path {
    stroke: #000;
}

.ctrs input,
.ctrs textarea,
.ctrs .input-primary:focus {
    background-color: #000 !important;
    border: solid 1px yellow !important;
    color: yellow;
}

.ctrs input::placeholder {
    color: yellow !important;
}

.ctrs button {
    color: #000 !important;
    background-color: yellow !important;
}

.ctrs div,
.ctrs section {
    background-color: transparent !important;
}

.ctrs .new-blog-post-slidein {
    background-color: #000 !important;
}

.ctrs .btn-primary {
    color: #000 !important;
    background-color: yellow !important;
    border-color: yellow !important;
}

.btn-orange {
    background-color: #7fd80e !important;
    border-color: #7fd80e !important;
    color: #fff !important;
    font-weight: bold;
    transition: border-color .3s ease, background-color .3s ease;
}

.btn-orange:hover {
    background-color: #414141 !important;
    border-color: #414141 !important;
}

.ctrs .advantage-iconBox,
.ctrs .separator,
.ctrs .new-blog-post-wrapper {
    border-color: yellow !important;
}

.ctrs .advantage-iconBox svg path {
    fill: yellow;
}

.ctrs .navbar-nav a {
    color: yellow !important;
}

.ctrs .navbar-nav li:before {
    border-top-color: yellow !important;
}

.ctrs .contrast-switch svg path {
    fill: yellow;
}

.ctrs .contrast-switch svg g {
    stroke: yellow;
}

.ctrs .navbar-primary,
.ctrs .navbar-nav ul {
    background-color: #000 !important;
}

.ctrs .frontPage-header .slick-arrow:before {
    color: #000 !important;
}

.ue-logo {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 0rem 3rem;
    flex-wrap: wrap;
}

.ctrs #frontPage-advantages .advantage-iconBox-icon {
    background-color: yellow !important;
}

#page-id-5.ctrs .primary-flex-content section:nth-child(6)#frontPage-advantages .advantage-iconBox-icon,
#page-id-3594.ctrs .primary-flex-content section:nth-child(6)#frontPage-advantages .advantage-iconBox-icon {
    border-color: yellow !important;
    background-color: transparent !important;
}

.ctrs .footer-primary-branding a {
    color: yellow !important;
}

.ctrs .navigation .container {
    border-color: yellow !important;
}

.ctrs .navigation-wrap a:after {
    border-color: yellow !important;
}

.ctrs .navigation-wrap a,
.ctrs .advantage-iconBox-content a {
    color: yellow !important;
}

.ctrs .content-primary ul>li:before {
    background-color: yellow !important;
}

.ctrs .post-item,
.ctrs .post-item-bottom,
.ctrs .blog-aside-widget {
    border-color: yellow !important;
}

.ctrs .blog-posts-searchButton {
    background-color: transparent !important;
}

.ctrs .blog-aside-categories.categories-filter a,
.ctrs .blog-aside-categories.data-filter a {
    color: yellow !important;
}

.ctrs #modalNav {
    background-color: #000 !important;
}

.ctrs #modalNavOpen {
    background-color: #000 !important;
}

.ctrs #modalNavOpen .navbar-mobile-icon {
    border-bottom-color: yellow !important;
}

.ctrs .modal-header {
    background-color: #000 !important;
}

.ctrs .footer-primary {
    background-color: #000;
}

.ctrs .search-input {
    color: yellow;
}

.ctrs .projects-box-wrapper {
    border-color: yellow;
}

.ctrs .projects-mail a {
    color: yellow;
}

.ctrs .projects-btn a p {
    color: #000 !important;
}

.ctrs .post-item-date-d,
.ctrs .post-item-date-m {
    background-color: yellow !important;
    color: #000;
}

.ctrs .footer-primary-terms a {
    color: yellow;
}

.ctrs .navbar-brand span {
    color: #757c82 !important;
}

.ctrs .top-bar {
    border-color: yellow;
}

.ctrs .contact-form-contacts a {
    color: yellow;
}

.ctrs .projects-row {
    border-color: yellow;
}

.ctrs .project_cat::after {
    border-color: yellow;
}

.pop_up-form-module {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
}

.pop_up-form-module .container {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
    padding: 65px;
}

.pop_up-form {
    width: fit-content;
    border: solid 1px #414141;
    border-radius: 5px;
    background-color: #f2ede7;
    padding: 40px;
    align-self: center;
}

.pop_up-form input[type="submit"] {
    width: 100%;
    margin-top: 10px;
    background-color: #414141 !important;
    border-color: #414141 !important;
    color: white !important;
}

.pop_up-form input[type="submit"]:hover {
    background-color: #7fd80e !important;
}

.pop_up-form-inputs {
    display: flex;
}

.pop_up-form-inputs>div+div {
    margin-left: 10px;
}

.pop_up-form input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background-color: #f2ede7;
    width: 100%;
}

.pop_up-text {
    margin-bottom: 30px;
    width: 80%;
}

.pop_up-form-title {
    margin-bottom: 30px;
}

.pop_up-img {
    padding-bottom: 72%;
    background-size: cover;
}

.radio-button,
.custom-pop_up input {
    height: 60px;
    position: relative;
    border-radius: 5px;
    color: #414141;
    text-align: center;
    transition: all .3s ease-in-out;
}

.custom-pop_up input::placeholder {
    color: #414141;
    opacity: 1;
}

.donation-form .col-md-8,
.donation-form .col-md-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px;
    padding-left: 50px;
}

.donation-form .col-md-12 {
    padding: 70px;
}

.radio-button,
.custom-pop_up {
    width: 33%;
}

.radio-button:hover {
    background-color: #7fd80e;
    color: #fff;
}

.radio-button:hover,
.custom-pop_up input:hover {
    border-color: #7fd80e;
}

.radio-button label,
.radio-button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pop_up-form-inputs>div+div {
    margin-left: 10px;
}

.radio-button input[type="radio"] {
    opacity: 0;
    z-index: 100;
}

.radio-button input[type="radio"]:checked+label {
    background: #7fd80e;
    color: #fff;
}

.radio-button:hover input[type="radio"]:checked+label {
    background: #7fd80e;
}

.radio-button label {
    cursor: pointer;
    z-index: 90;
    line-height: 60px;
}

.pop_up-form-inputs {
    margin-bottom: 20px;
}

.pop_up-form span {
    height: 25px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    color: red;
}

@media (max-width: 991px) {
    .pop_up-form {
        width: 100%;
    }

    .pop_up-text {
        display: none;
    }
}


/* tabsy w single-project */

.custom-tabs-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    border-bottom: 1px solid #71d300;
    margin-bottom: 40px;
}

.custom-tabs-wrapper .custom-tab {
    cursor: pointer;
    position: relative;
    padding-bottom: 20px;
    transform: color .3s ease;
}

.custom-tabs-wrapper .custom-tab::after{
    content: '';
    position: absolute;
    bottom: -2px;
    border-bottom: solid 3px #71d300;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.custom-tabs-wrapper .custom-tab:hover {
    color: #71d300;
}

.custom-tabs-wrapper .custom-tab.tab-active::after {
    opacity: 1;
}

.project-tab-text img.alignleft {
    float: left;
    margin-right: 20px;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

.project-tab-text ul>li {
    list-style: none;
    list-style-position: inside;
}

.project-tab-text ul > li::before, .project-tab-text ul > li::before{
    display: none;
}
.project-tab-text ul > li, .project-tab-text ul > li{
    list-style-type: disc;
    padding-left:0;
}

.project-tab .project-tab-text {
    margin: 30px 0 20px;
}

.project-tab .project-tab-text:first-child {
    margin: 0 0 20px;
}

.project-tab-img {
    max-height: 600px;
}

.project-tab-img .jpictura-item {
    max-height: 600px;
}