@media (min-width: 1400px) {
    .container {
        max-width: 1194px;
    }
}

body {
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: normal;
    padding-top: 130px
}

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-family: 'PT Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-size: 36px;
    line-height: 1
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    font-size: 25px;
    line-height: 30px
}

p {
    margin: 0
}

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

.entry-content .woocommerce {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

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

.primary-flex-content {
    min-height: calc(100vh - 400px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.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 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    z-index: 1001
}

.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
}

.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 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

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

.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;
    margin-left: 15px;
}

.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;
    height: 112px;
    transition-duration: .3s;
}

.navbar-fixed .navbar-wrapper {
    height: 96px;
}

.navbar-brand {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 65px;
    margin: 0;
}

.navbar-brand a {
    color: #000;
    font-size: 24px;
    font-weight: 400
}

.navbar-brand img {
    width: auto;
    height: auto;
    max-height: 80px;
    width: 197px;
}

.navbar-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    padding: 36px 0;
    margin: 0
}

.navbar-nav>li+li {
    margin-left: 30px
}

.navbar-nav>li>a {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.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: 400;
    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;
}

.navbar-actions img {
    transition: scale .3s ease;
}

.navbar-actions img:hover {
    scale: 1.1;
}

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

.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;
    background: #3576f8;
}

.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-menu.dropdown-searchbar.show {
    position: absolute;
    inset: unset !important;
    transform: translate(-63%, 28px) !important;
}

.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
}

.search-input {
    width: 254px;
    height: 36px;
    background: #f7f7f7;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1em;
    border: 0;
    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
}

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

.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;
    display: block;
    position: relative;
}

.search-submit .fa.fa-search {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
}

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

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    text-decoration: none
}

.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
}

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

.newCollection-link .btn-primary.btn-blank {
    border-width: 1px;
}

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

.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)
}

.recommended-products-button {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 27px;
    padding: 16px 36px;
    font-weight: 600;
    font-size: 16px;
}

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

.fancy-heading {
    text-align: center;
    margin-bottom: 29px
}

.fancy-heading-title {
    margin-bottom: 20px;
}

.fancy-heading-title span {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .4em;
    margin-bottom: 10px
}

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

.halfscreen-banner .newCollection-title {
    font-size: 48px;
    line-height: 55px;
    font-weight: 600;
}

.frontPage-blog-title,
.newCollection-title {
    line-height: 60px;
    margin-top: 15px
}

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

.frontPage-newCollection.halfscreen-banner-left {
    padding: 50px 0 65px;
}

.halfscreen-banner-left .newCollection-title {
    font-size: 48px;
    font-weight: 600;
}

.frontPage-advantages {
    padding-top: 0;
}

.frontPage-advantages .row-advantage-boxes {
    justify-content: center;
}

.frontPage-blog-subTitle {
    font-family: 'PT Sans', sans-serif;
    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: #666;
    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: #194a6f;
    font-size: 14px;
    line-height: 20px
}

.footer-primary p,
.footer-primary li {
    line-height: 14px;
}

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

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

.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: #f7f7f7;
    -webkit-transition: opacity .3s ease, color .3s ease;
    transition: opacity .3s ease, color .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: #f7f7f7;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.footer-primary-social>li>a i {
    margin-right: 10px;
    font-size: 20px;
    color: #C6E2A0;
}

.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: #f7f7f7
}

.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;
    color: #b7eafe;
}

.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: #999;
    font-size: 12px;
    line-height: 16px;
    border-top: 1px solid #28334a;
    padding: 15px 0;
    margin-top: 41px;
}

.footer-primary-branding a {
    color: #fff
}

.navbar-mobile-action {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 35px 0;
    z-index: 4
}

.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
}

.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-header {
    background-size: cover;
    background-position: center
}

.page-header.page-header-dark {
    background-color: #322e3d
}

.page-header-wrapper {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 336px;
    padding-bottom: 8px
}

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

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

.page-header-middle .page-header-subTitle {
    display: block;
    font-family: 'PT Sans', sans-serif;
    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: #333;
}

.page-header-breadcrumb {
    position: absolute;
    top: 20px;
    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: #666666;
}

.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
}

.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: normal;
    line-height: 24px;
    padding: 10px 15px 11px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    border-radius: 27px;
}

.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-family: 'PT Sans', sans-serif;
    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 {
    font-family: 'PT Sans', sans-serif;
    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 {
    font-family: 'PT Sans', sans-serif;
    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: #999;
    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-form {
    margin-top: 31px;
    margin-bottom: 85px;
}

.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-family: 'PT Sans', sans-serif;
    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;
    font-family: 'PT Sans', sans-serif;
    color: inherit;
    font-size: 24px;
    line-height: 30px;
    margin-top: 6px
}

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

.blog-posts > .col-lg-12 + div {
    margin-top: 84px;
}

.sidebar-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

.sidebar-wrapper del {
    color: #99999999;
}

.side-bar-img-wrapper {
    position: relative;
    display: block;
}

.post-item {
    opacity: 0;
    animation-name: fade-in;
    animation-duration: .4s;
    animation-fill-mode: forwards;
}

@keyframes fade-in {
  from {opacity: 0;}
  to {opacity: 1;}
}

.sidebar-img-front,
.sidebar-img-back {
    padding-bottom: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.sidebar-img-front {
    position: relative;
}

.sidebar-img-back {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.side-bar-img-wrapper:hover .sidebar-img-back {
    opacity: 1;
}

.sidebar-wrapper a {
    color: #333;
}

.sidebar-wrapper ins {
    text-decoration: none;
}

.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-title {
    margin-bottom: 10px;
}

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

.blog-post-meta>li {
    font-size: 18px;
    letter-spacing: normal;
    font-style: italic;
    color: #666666;
    text-transform: none;
    font-weight: 500;
    margin-left: 15px;
}

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

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

.blog-post-content h2 {
    font-size: 30px;
    line-height: 1;
    margin: 46px 0 10px
}

.blog-post-content h2:first-child {
    margin-top: 0
}

.blog-post-content p {
    margin: 0 0 23px
}

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

.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 .fas,
.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: 36px;
    line-height: 42px;
    margin-bottom: 15px
}

.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: 24px;
    line-height: 30px;
    margin-bottom: 17px
}

.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
}

.content-primary ol,
.content-primary ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px
}

.content-primary ol {
    counter-reset: contentPrimaryCounter
}

.content-primary ol>li,
.content-primary ul>li {
    position: relative;
    padding-left: 22px
}

.content-primary ol>li {
    counter-increment: contentPrimaryCounter;
    padding-left: 0;
    line-height: 18px;
}

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

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

.content-primary ol>li:before {
    content: counter(contentPrimaryCounter) ". ";
    font-weight: 500;
    display: inline-block;
    text-align: left;
    padding-left: 2px;
    margin-right: 12px;
}

.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 0 61px
}

.search-page-error .row > p:first-child {
    margin-bottom: 50px;
}

.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: normal;
    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-title {
    font-size: 24px;
    line-height: 26px;
    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
}

.row-footer-boxes .panel {
    background-color: #194a6f;
}

/* Blog */

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

.post-item-thumbnail {
    position: relative;
    display: block;
    padding-bottom: 100%;
}

.post-item-header>div:first-child {
    width: 100%;
    height: 0;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 66.64%;
    position: relative;
}

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

.post-item-date-d {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #000000;
}

.post-item-date-m {
    opacity: 0.7;
    height: 0;
    overflow: hidden;
    color: #000000;
    line-height: 50px;
    transition: height .3s ease-in-out;
    text-align: center;
}

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

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

.post-item-text p {
    font-size: 18px;
}

.post-item-bottom {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

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

.post-item-title {
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 1;
    color: #333;
}

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

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

.post-item-categories p {
    text-align: center;
    font-weight: 600;
}

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

.post-item-author p {
    text-align: center;
}

.post-item-author p:nth-child(1) {
    font-weight: 600;

}

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

.blog-posts-search input {
    border-radius: 27px;
    background: #e2f7ff;
}

.blog-posts-search input:focus {
    background: #ececec;
}

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

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

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

.blog-aside-widget-title {
    font-size: 24px;
    margin: 20px 0;
}

.blog-aside-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.blog-aside-categories li {
    margin-right: 10px;
    list-style: none;
    color: #333;
}

.blog-aside-categories li:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
}

.blog-aside-categories li a {
    color: #333;
}

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

.post-item-link {
    margin: auto 0;
}

.post-item-link a {
    border-radius: 27px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .07em;
    height: 47px;
    padding: 14px 25px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    min-width: 158px;
}

.blog-posts-primary {
    padding-top: 45px;
}

/* Main */

.frontPage-header-itemWrapper {
    padding-top: 0;
}

.frontPage-header-wrapper {
    width: 700px;
    height: 373px;
    background: #fff;
}

.frontPage-header-itemTitle p {
    font-size: 60px;
    padding: 49px 0 27px 59px;
    font-weight: 600;
}

.frontPage-header-itemTitle span p {
    font-size: 18px;
    padding: 0 0 49px 59px;
    text-transform: none;
    letter-spacing: normal;
    color: #666666;
    font-style: italic;
    font-weight: normal;
}

.frontPage-header-itemLink {
    margin-top: 0;
    padding: 0 0 0 59px;
}

.frontPage-header-itemLink a {
    border-radius: 27px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    width: 137px;
    height: 55px;
    padding: 18px 25px;
}

.frontPage-header-item {
    height: 0 !important;
    padding: 20% 0 !important;
}

.fancy-heading-title span {
    margin-bottom: 10px;
}

.fancy-heading-title span p {
    font-size: 18px;
    letter-spacing: normal;
    font-style: italic;
    color: #666666;
    text-transform: none;
    font-weight: 500;
}

.fancy-heading-title p {
    font-weight: 600;
    font-size: 48px;
}

.recommended-products-item-thumb {
    border-color: transparent;
}

.recommended-products-item-thumbInner {
    padding-bottom: 91%;
}

.recommended-products-item-thumbInner>div {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 376px;
}

.recommended-products-w-banner-item:before,
.recommended-products-item::before {
    bottom: -88px;
}

.recommended-products-w-banner-item-thumbInner>div {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.recommended-products-w-banner-item {
    margin-bottom: 0;
}

.recommended-products-w-banner-promo {
    height: 100%;
}

.recommended-products-w-banner-promo-thumbFront,
.recommended-products-w-banner-promo-thumbBack {
    height: 100%;
}

.recommended-products-w-banner .row.hidden-xs {
    margin-bottom: 50px;
}

.fullScreen-banner::before {
    opacity: 0;
}



.fullScreen-banner-subTitle p {
    font-size: 18px;
    letter-spacing: normal;
    font-style: italic;
    color: #666666;
    text-transform: none;
    font-weight: 400;
}

.fullScreen-banner-title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 20px;
}

.fullScreen-banner-title p {
    font-size: 48px;
    font-weight: 600;
}

.fullScreen-banner-link {
    margin: 0;
}

.fullScreen-banner-link a.btn-primary.btn-small {
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 27px;
    letter-spacing: normal;
    width: 147px;
    height: 55px;
    font-weight: 600;
}

.btn-primary.btn-small.btn-icon {
    padding-top: 12px;
    padding-bottom: 12px;
}

.frontPage-newCollection {
    padding: 80px 0 100px;
    position: relative;
}

.newCollection-thumb {
    position: relative;
}

.fullScreen-banner-thumb {
    background-attachment: fixed;
}

.row-advantage-boxes .col-md-4 .advantage-iconBox-icon {
    transition: background-color .3s ease-in-out;
}

.banner-wave {
    position: absolute;
    top: 25px;
    left: 0;
    transform: scaleX(-1);
    z-index: 3;
}

.banner-img1 {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 27px;
}

.banner-img2 {
    position: absolute;
    top: 148px;
    left: 262px;
    z-index: 1;
}

.background1 {
    width: 416px;
    height: 285px;
    border: solid 2px #3576f8;
    position: absolute;
    top: 59px;
    left: 123px;
    border-radius: 27px;
}

.background2 {
    width: 122px;
    height: 162px;
    border: solid 1px #3576f8;
    position: absolute;
    top: -134px;
    right: 49px;
    z-index: 1;
    border-radius: 27px;
}

.newCollection-subTitle {
    font-size: 18px;
    letter-spacing: normal;
    font-style: italic;
    color: #666666;
    text-transform: none;
    font-weight: 400;
}

.halfscreen-banner-left .newCollection-link {
    margin-top: 0;
}

.halfscreen-banner-left .newCollection-title {
    margin-top: 0px;
    margin-bottom: 24px;
}

.halfscreen-banner-left .btn-primary.btn-blank {
    background-color: transparent;
}

.newCollection-link a {
    border-radius: 27px;
    height: 55px;
    width: 147px;
    padding: 18px 25px;
    letter-spacing: normal;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.frontPage-newCollection .container {
    position: relative;
    z-index: 11;
}

.background-belt {
    position: absolute;
    height: 455px;
    background: #e2f7ff;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.newCollection-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15px;
}

.newCollection-link .btn-blank {
    padding: 15px 28px;
}

.newCollection-title {
    margin-bottom: 40px;
}

.newCollection-descirption {
    margin-bottom: 43px;
}

.advantage-iconBox-icon {
    border-radius: 25%;
    transform: rotate(45deg);
}

.advantage-iconBox-icon img {
    transform: rotate(-45deg);
}

.advantage-iconBox {
    margin: 0 50px;
}

.row-advantage-boxes .col-md-4 {
    margin-bottom: 140px;
}

.row-advantage-boxes .col-md-4:before {
    border-left: 1px solid #cccccc;
    content: "";
    top: 8%;
    position: relative;
    padding: 0 0 43%;
}

.row-advantage-boxes .col-md-4:nth-of-type(3n+1):before {
    opacity: 0;
}

.newsletter-primary {
    display: none;
}

.newsletter-primary .row {
    justify-content: center;
}

.newsletter-primary-title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 48px;
}

.newsletter-primary-input {
    background: #e2f7ff;
    border-radius: 27px;
}

.newsletter-primary-submit {
    border-radius: 27px;
    font-weight: 600;
    letter-spacing: normal;
}

.newsletter-primary-input.input-primary::placeholder {
    letter-spacing: normal;
}

.footer-primary {
    background-color: #05183e;
}

.row-footer-boxes .panel {
    background-color: #05183e;
}

.top-info a {
    display: flex;
}

.navbar-top-wrapper {
    background-color: #05183e;
}

.top-info a {
    color: #fff;
    letter-spacing: normal;
    font-size: 12px;
}

.top-actions>li>a {
    color: #fff;
    letter-spacing: normal;
    font-size: 12px;
}

.navbar-top {
    border: 0;
}

.navbar-nav li {
    display: flex;
}

.navbar-nav li:before {
    content: "";
    border-left: solid 1px #e8e8e8;
}

.navbar-nav>li>a {
    padding: 0 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 48px;
}

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

.navbar-wrapper .dropdown-toggle::after {
    display: none;
}

.navbar-nav li:nth-child(1):before {
    opacity: 0;
}

.contact-form-wrapper .acf-label {
    display: none;
}

.contact-form-title1,
.contact-form-title2 {
    margin-bottom: 22px;
}

.page-header-title {
    font-size: 48px;
    text-transform: capitalize;
}

.breadcrumb {
    margin-top: 18px;
}

.breadcrumb>li>a,
.breadcrumb>li {
    color: #666666;
    font-size: 12px;
}

.acfe-form.acf-form input[type="text"] {
    height: 61px;
}

.acfe-form.acf-form input[type="text"],
.acfe-form.acf-form textarea {
    border: solid 1px #cccccc;
    padding: 22px;
}

.acfe-form.acf-form input[type="text"]::placeholder,
.acfe-form.acf-form textarea::placeholder {
    font-size: 16px;
    font-weight: 500;
}

.acf-checkbox-list label {
    font-size: 12px;
    line-height: 15px;
    color: #666666;
    font-weight: 500;
}

.contact-form h2 {
    font-weight: 600;
}

ul.acf-checkbox-list.acf-bl li {
    line-height: 18px;
}

.marker {
    background-size: contain;
    background-repeat: no-repeat;
}

.map-wrapper {
    height: 35vh;
}

#map {
    height: 35vh;
}

.acf-form-submit input {
    border-radius: 27px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    width: 137px;
    height: 55px;
    padding: 16px 25px;
    float: right;
    text-transform:uppercase;
}

.contact-form h2 {
    line-height: 1.4;
}

.contact-form-info-col {
    width: fit-content;
    margin-left: 30px;
}

.contact-form-info-col p {
    line-height: 25px;
    letter-spacing: normal;
}

.content-primary {
    padding: 40px 0 95px;
}

.content-primary p {
    letter-spacing: normal;
    line-height: 1.4;
    color: #333333;
}

.text-container {
    width: 85%;
}

.text-container h2 {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 50px;
}

.text-container strong {
    margin-bottom: 35px;
}

.text-container span {
    margin-left: 15px;
}

.text-container p {
    margin-bottom: 30px;
}

.page-header {
    position: relative;
}

.gradient-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.301) 10%, transparent 90%);
    z-index: -1;
}

.page-header {
    z-index: 1;
}

.page-header-title {
    position: relative;
    font-weight: 600;
}

.text-container ol {
    margin-bottom: 53px;
}

dt {
    font-weight: 400;
    margin-left: 20px;
}

/* Accordion */

.accordion-button {
    padding: 1rem 0;
    font-size: inherit;
    background-color: transparent;
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
}

.accordion-button:after {
    color: #fff;
    background-image: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    width: auto;
    height: auto;
    cursor: pointer;
}

.accordion-button:not(.collapsed)::after {
    color: #fff;
    background-image: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    width: auto;
    height: auto;
    cursor: pointer;
}

.return-404 a {
    width: 60%;
    border-radius: 27px;
    font-weight: 600;
}

.recommended-products-item-promo,
.recommended-products-w-banner-item-promo {
    font-weight: 600;
    letter-spacing: .1em;
}

/* Login */

#customer_login h2 {
    background: #fff;
}

.products-filters-mobile a[type="button"],
#openFilters1,
#openFilters2 {
    border-radius: 27px;
    letter-spacing: normal;
}

@media (min-width: 1817px) {
    .dropdown-menu.dropdown-basket.show {
        transform: translate(-174px, 45px) !important;
    }
}
@media (max-width:1599px) {
    .modal-compare .modal-flex-flow {
        padding: 30px 30px 0
    }
    .frontPage-header-item {
        height: 775px;
    }
}

@media (max-width: 1399px) {
    .background2 {
        right: 17px;
    }
}

@media (min-width: 1279px) {
    .halfscreen-banner .newCollection-content {
        width: 43%;
        flex-grow: unset;
    }
    .halfscreen-banner .newCollection-thumb {
        width: 57%;
        flex-basis: 57%;
        min-width: auto;
    }
}

@media (max-width:1279px) {
    .background-belt {
        height: 520px;
    }
    .halfscreen-banner .newCollection-thumb {
        padding-bottom: 42%;
        margin: 0 auto;
        min-width: auto;
        width: 480px;
        display: block;
        left: -62px;
    }
    .background2 {
        right: -63px;
    }
    .navbar-nav>li a {
        font-size: 14px;
    }
    .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 (min-width: 1200px) {
    .navbar-logo {
        flex-basis: 19%;
        min-width: 19%;
        width: 19%
    }
    .contact-form-content {
        width: 595px;
    }
}

@media (max-width:1199px) {
    .halfscreen-banner .newCollection-thumb {
        padding-bottom: 49%;
    }
    .frontPage-header-wrapper {
        background: none;
        height: auto;
        width: auto;
    }
    .frontPage-header-itemWrapper {
        padding-top: 0;
    }
    .frontPage-header-itemTitle p,
    .frontPage-header-itemTitle span p {
        color: #fff;
        text-shadow: 0 0 5px black;
        padding: 0 0 20px 0;
    }
}

@media (max-width: 1052px) {
    .frontPage-header-itemTitle p {
        font-size: 55px;
    }
}
@media(max-width: 991px) {
    .contact-form-content {
        margin-right: 10px;
    }
    .contact-form-info-col {
        margin-left: 10px;
    }
    .newsletter-popup-wrapper {
        flex-direction: column;
    }
    .half-left {
        display: none;
    }
    .newsletter-popup-wrapper {
        width: 90%;
    }
    .half-right {
        width: 100%;
    }
    .recommended-products-item-favorite {
        opacity: 0;
    }
    .recommended-products-item-promo {
        z-index: 1;
    }
}
@media (max-width:991px) {
    .primary-flex {
        margin-top: 0;
    }
    .footer-primary .col-lg-3 {
        margin-top: 20px;
    }
    .frontPage-header-item {
        padding-bottom: 25% !important;
    }
    .halfscreen-banner .newCollection-thumb {
        padding-bottom: 66%;
    }
    .frontPage-header-itemTitle p {
        font-size: 45px;
    }
    .frontPage-header-itemTitle span p {
        font-size: 16px
    }
    .text-container {
        width: 100%;
    }
    .frontPage-header-item {
        height: 399px;
    }
    .navbar-wrapper {
        height: 74px;
    }
    .navbar-brand img {
        max-width: 140px;
        height: auto;
    }
    .frontPage-blog {
        margin-bottom: 0;
    }
    .language-switchers {
        z-index: 100;
    }
    body {
        padding-top: 96px
    }
    .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: 100%;
        min-width: 100%;
        width: 100%;
        padding: 18px 0;
        pointer-events: none;
        z-index: 5;
        margin: auto;
    }
    .navbar-nav,
    .navbar-top {
        display: none
    }
    .navbar-brand {
        -webkit-justify-content: center;
        justify-content: center;
        height: 60px
    }
    .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-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
    }
    .recommended-products-button {
        font-size: 13px;
        padding: 11px 28px;
    }

    .dropdown-menu.dropdown-searchbar.show {
        transform: translate(-25%, 20px) !important;
    }
    .dropdown-menu.dropdown-searchbar {
        width: 200px;
    }
}

@media (max-width:767px) {
    .row-advantage-boxes .col-md-4 {
        margin-bottom: 50px;
    }
    .footer-primary .col-lg-3 {
        margin-top: 30px;
    }
    .background-belt {
        display: none;
    }
    .halfscreen-banner .newCollection-thumb {
        display: none;
    }
    .row-advantage-boxes .col-md-4::before {
        display: none;
    }
    .panel-footer-box .panel-collapse {
        display: block !important;
        height: auto !important
    }
    .flex-row {
        display: block;
    }
    #alg_currency_select {
        font-size: 14px;
    }
    .frontPage-advantages {
        margin-top: 0;
    }
    .advantage-iconBox {
        margin-bottom: 32px;
    }
    .frontPage-header-itemLink {
        text-align: center !important;
        padding: 0;
    }
    .frontPage-header-itemTitle {
        text-align: center;
    }
    .frontPage-header-itemLink .btn-primary {
        padding: 18px 16px;
        font-size: 16px
    }
    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3 {
        font-size: 36px
    }
    .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: 12px
    }
    .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
    }
    .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 {
        padding-top: 0
    }
    .footer-primary-bottom {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 22px 0 31px
    }
    .footer-primary-branding {
        padding-top: 13px
    }
    .product-banner-title {
        font-size: 36px;
        line-height: 42px
    }
    .page-header-breadcrumb {
        top: 20px
    }
    .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;
    }
    .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%;
    }
    .fullScreen-banner-content {
        height: auto;
        width: auto;
        background: none;
    }
    .fullScreen-banner-subTitle p,
    .fullScreen-banner-title {
        color: #fff;
        text-shadow: 0 0 5px black;
    }
    .hidden-xs {
        display: none !important;
    }
    .contact-form-content {
        margin-right: 0;
    }
    .contact-form-info-col {
        margin-left: 0;
        text-align: center;
        margin-top: 30px;
    }
    .frontPage-header-itemWrapper {
        padding-top: 30px;
    }
    .recommended-products-item-thumbInner {
        padding-bottom: 79%;
    }
    .contact-form-info-col {
        width: auto;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .row-advantage-boxes {
        justify-content: center;
        display: flex;
    }
    .frontPage-header-itemWrapper {
        padding-top: 70px;
    }
    .frontPage-header-item {
        padding-bottom: 35% !important;
    }
    body {
        overflow-x: hidden;
    }
    .row-advantage-boxes .col-md-4 {
        display: flex;
        justify-content: center;
    }
    .frontPage-newCollection.halfscreen-banner-left {
        padding-bottom: 30px;
    }
    .frontPage-newCollection {
        padding-bottom: 30px;
    }
    .recommended-products {
        padding: 57px 0 0;
    }
    .recommended-products-w-banner {
        padding-bottom: 35px;
    }
    .frontPage-advantages {
        padding-bottom: 30px;
    }
    .newsletter-primary {
        padding-bottom: 50px;
    }
}

@media (max-width: 521px) {
    .page-header-title {
        font-size: 30px;
    }
    .page-header-wrapper {
        padding-left: 0;
    }
}

@media (max-width:479px) {
    .frontPage-header-itemWrapper {
        padding-top: 133px;
    }
    .frontPage-header-item {
        padding-bottom: 45% !important;
    }
    .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: 43px;
    }
    .primary-flex {
        min-height: calc(100vh - 64px)
    }
    .navbar-mobile-action {
        padding: 23px 0
    }
    .navbar-logo {
        padding: 12px 0
    }
    .navbar-brand {
        height: 40px
    }
    .navbar-actions {
        padding: 25px 0 19px 50px;
    }
    .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;
    }
    .frontPage-header-itemTitle p {
        font-size: 35px;
        padding: 0;
    }
    .page-header-title {
        font-size: 25px;
        margin-top: 15px;
    }
    .frontPage-header-itemTitle>p:first-child {
        margin-bottom: 17px;
    }
}

@media (max-width: 439px) {
        .newsletter-primary-heading br {
        display: none;
    }
}

@media (max-width: 389px) {
    .row-productSingle-wrapper .summary.entry-summary {
        text-align: center;
    }

    .cart > div {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width: 385px) {
    .page-header-title {
        font-size: 23px;
    }
    .navbar-brand img {
        width: 110px;
    }
    .frontPage-header-item {
        padding-bottom: 60% !important;
    }
    .frontPage-header-itemWrapper {
        padding-top: 166px;
    }
}

@media (max-width:359px) {
    .navbar-wrapper,
    .navbar-fixed .navbar-wrapper {
        height: 78px;
    }
    .container .language-switchers {
        position: static;
    }
    .navbar-primary .language-switchers ul {
        margin: 5px 0 0;
        padding: 0;
    }
    .navbar-wrapper {
        padding-top: 0;
    }
    body {
        padding-top: 64px
    }
    .primary-flex {
        min-height: calc(100vh - 64px)
    }
    .navbar-mobile-action {
        padding: 19px 0
    }
    .navbar-logo {
        padding: 12px 0
    }
    .navbar-brand {
        height: 40px;
        margin: 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
    }.newCollection-content {
        padding: 40px 0 36px;
    }
    .frontPage-header-itemWrapper {
        padding-top: 137px;
    }
}

.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;
}

.recommended-products-w-banner-item {
    margin-bottom: 50px;
}

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

.newsletter-container {
    position: relative;
}

.freshMailPopUp__body {
    max-width: 100%;
}

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

@media(min-width: 1200px) {
    .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;
}

.navbar-nav {
    flex-direction: unset;
}

@media (min-width: 1200px) {
    .navbar-nav {
        flex-direction: unset;
        width: 55%;
        margin-left: 7px;
    }
}

@media (max-width: 1200px) {
    .frontPage-header-itemLink {
        padding: 0;
    }
}

@media(min-width: 991px) {
    .courses-container .blog-aside {
        overflow-y: scroll;
        max-height: 100vh;
    }
    .sidebar-course-wrapper {
        padding-right: 0;
    }
    .row.row-footer-boxes {
        justify-content: space-between;
    }
    
    .row.row-footer-boxes .col-lg-3 {
        width: fit-content;
    }
}


/**
 * Newsleter checkboxes 
 */

.newsletter-checkboxes {
    margin-top: 1rem;
    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 (min-width: 768px) {
    .page-header-text p {
        width: 50%;
        margin-top: 20px;
    }
}

@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%;
}

.btn-primary.btn-small.btn-icon.addToCart {
    border-radius: 27px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    height: 47px;
    padding: 8px 25px;
    color: #fff;
    text-transform: uppercase;
}

.favorites-active {
    background-color: #e0e0e0 !important;
}