body {
    background-color: #fff;
    font-family: Poppins, Arial, sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .1em;
    padding-top: 130px;
    overflow-x: hidden;
}

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

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

a {
    transition-duration: .3s;
}

b,
strong {
    font-weight: bold
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, Arial, sans-serif;
    color: #1E4ACD;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0
}

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

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

p {
    margin: 0
}

@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 - 130px)
}

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

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

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

.navbar-logo {
    flex-basis: 16%;
    min-width: 16%;
    width: 16%
}

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

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

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

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

.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>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 {
    display: block;
    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;
    opacity: 0;
    -webkit-transition: opacity .3s ease, margin .3s ease;
    transition: opacity .3s ease, margin .3s ease;
    pointer-events: none
}

.open>.dropdown-basket,
.open>.dropdown-searchbar {
    opacity: 1;
    margin-top: 15px;
    pointer-events: auto
}

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

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

.mini-basket-empty {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    padding-top: 20px
}

.mini-basket-list {
    max-height: 332px;
    overflow: auto;
    margin: 0 -15px
}

.mini-basket-item {
    clear: both;
    padding: 15px
}

.mini-basket-item:not(:first-child) {
    border-top: 1px solid #e8e8e8
}

.mini-basket-thumb {
    position: relative;
    float: left;
    width: 64px;
    height: 64px;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 3px;
    z-index: 1
}

.mini-basket-thumb>span {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #fbfbfb;
    background-size: cover;
    background-position: center
}

.mini-basket-details {
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    padding-left: 79px
}

.mini-basket-details a:not(.mini-basket-remove) {
    color: inherit;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.mini-basket-details a:focus,
.mini-basket-details a:hover {
    text-decoration: none
}

.mini-basket-item-title {
    font-weight: 400;
    padding-right: 34px
}

.mini-basket-details p+p {
    margin-top: 4px
}

.mini-basket-remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    z-index: 1
}

.mini-basket-remove:after,
.mini-basket-remove:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    border-bottom: 2px solid #fff;
    border-radius: 2px
}

.mini-basket-remove:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.mini-basket-remove:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.mini-basket-summary {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #000;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    padding-top: 7px;
    margin: 0 -15px
}

.mini-basket-summaryText {
    font-size: 16px;
    line-height: 1;
    padding-top: 9px
}

.mini-basket-summaryPrice {
    font-family: Poppins, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    padding-left: 10px
}

.mini-basket-links {
    padding-top: 15px
}

.mini-basket-links a {
    display: block;
    max-width: 240px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 15px;
    margin: 0 auto;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.mini-basket-links a:nth-child(2n) {
    background: #000
}

.mini-basket-links a:nth-child(2n):hover {
    background: #2f2f2f
}

.mini-basket-links a:focus,
.mini-basket-links a:hover {
    text-decoration: none
}

.mini-basket-links a+a {
    margin-top: 15px
}

.frontPage-header-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 774px;
    background-color: #fbfbfb;
    background-size: cover;
    background-position: center
}

.frontPage-header-itemWrapper {
    padding-top: 44px
}

.frontPage-header-itemTitle {
    font-family: Poppins, Arial, sans-serif;
    color: #333333;
    font-size: 130px;
    line-height: 1
}

.frontPage-header-itemTitle span {
    display: block;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .4em;
    margin-bottom: 2px
}

.frontPage-header-itemLink {
    margin-top: 51px
}

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

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

.frontPage-header .slick-arrow {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, .5);
    font-size: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.frontPage-header .slick-arrow:hover {
    background: rgba(255, 255, 255, .75)
}

.frontPage-header .slick-arrow:before {
    font-family: FontAwesome;
    color: #333;
    font-size: 60px;
    line-height: 100px
}

.frontPage-header .slick-prev {
    left: 15px
}

.frontPage-header .slick-prev:before {
    content: '\f104';
    padding-right: 6px
}

.frontPage-header .slick-next {
    right: 15px
}

.frontPage-header .slick-next:before {
    content: '\f105';
    padding-left: 2px
}

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

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

.fancy-heading-title span {
    display: block;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .4em;
    margin-bottom: 21px
}

.row-products-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-products-list:after,
.row-products-list:before {
    content: none;
    display: block
}

.row-products-list>div {
    float: none;
    min-height: auto
}

.row-products-list>div.col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    min-width: 25%;
    width: 25%
}

.product-item {
    position: relative;
    background: #fff;
    margin-bottom: 62px
}

.product-item.w-actions {
    margin-bottom: 50px
}

.blog-aside-products .product-item {
    margin-bottom: 49px
}

.product-item-thumb {
    display: block;
    position: relative;
    border: 1px solid #dbdbdb;
    -webkit-transition: border .3s ease;
    transition: border .3s ease
}

.product-item-thumbInner {
    position: relative;
    padding-bottom: 100%
}

.product-item-thumbInner>div {
    position: absolute;
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
    background-color: #fbfbfb;
    background-size: cover;
    background-position: center;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.product-item.w-actions .product-item-thumbInner>div,
.product-item.w-thumb-sm .product-item-thumbInner>div {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px
}

.product-item-thumbFront {
    z-index: 1
}

.product-item-thumbBack {
    opacity: 0;
    z-index: 2
}

.product-item-thumb.hovered .product-item-thumbBack,
.product-item-thumb:focus .product-item-thumbBack,
.product-item-thumb:hover .product-item-thumbBack {
    opacity: 1
}

.product-item-promo {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 12px;
    background: #171717;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 27px;
    white-space: nowrap;
    padding: 0 12px 0 14px;
    z-index: 2
}

.product-item.w-actions .product-item-promo {
    top: 10px;
    left: 10px
}

.product-item-favorite {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-image: url(../images/ico/favorite-product_icon.png);
    background-size: 21px 19px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2
}

.product-item-addToCart {
    position: absolute;
    top: 14px;
    right: 65px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-image: url(../images/ico/shopping-bag.png);
    background-size: 21px 19px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2
}

.product-item-addToCart:hover,
.product-item-favorite:hover {
    background-color: #ededed
}

.product-item-favorite.active {
    background-image: url(../images/ico/favorite-product_icon-filled.png)
}

.products-slider .product-item-favorite .products-slider .product-item-addToCart {
    top: 10px;
    right: 10px
}

.product-item-details {
    max-width: 260px;
    text-align: center;
    padding-top: 14px;
    margin: 0 auto
}

.product-item-title {
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.product-item-title a {
    color: #333;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.product-item-title a:focus,
.product-item-title a:hover {
    text-decoration: none
}

.product-item-price {
    margin-top: 2px
}

.product-item-price .price-old {
    position: relative;
    color: #999;
    font-size: 20px;
    white-space: nowrap;
    line-height: 1
}

.product-item-price .price-old:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #999;
    z-index: 1
}

.item-price ins {
    text-decoration: none;
}

.item-price del {
    font-size: 18px;
}

.product-item-actions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    padding: 16px 0 24px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.product-item.w-actions:hover .product-item-actions {
    opacity: 1
}

.product-item.w-actions-static .product-item-actions {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    opacity: 1;
    padding-bottom: 0
}

.product-item-remove {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    background-image: url(../images/ico/item-remove_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    cursor: pointer;
    z-index: 2
}

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

.product-promo {
    display: block;
    position: relative
}

.product-promo-thumbFront {
    display: block;
    width: 100%;
    height: auto
}

.product-promo-thumbBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.product-promo:hover .product-promo-thumbBack {
    opacity: 1
}

.fullScreen-banner {
    position: relative;
    background-color: #fbfbfb;
    overflow: hidden;
    z-index: 1
}

.fullScreen-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .59;
    z-index: -1
}

.fullScreen-banner-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -2
}

.fullScreen-banner-content {
    text-align: center;
    padding: 153px 0 168px
}

.fullScreen-banner-title {
    font-size: 105px;
    line-height: 134px
}

.fullScreen-banner-subTitle {
    font-family: Poppins, Arial, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .4em
}

.fullScreen-banner-link {
    margin-top: 51px
}

.newCollection-wrapper {
    display: -webkit-flex;
    display: flex
}

.newCollection-content {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-top: 145px
}

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

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

.frontPage-blog-subTitle,
.newCollection-subTitle {
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .4em
}

.newCollection-thumb {
    flex-basis: 632px;
    min-width: 632px;
    width: 632px;
    margin-right: -53px
}

.newCollection-thumb img {
    display: block;
    width: auto;
    height: auto
}

.newCollection-link {
    margin-top: 30px
}

.frontPage-blog {
    background: #F0FFFF;
    margin: 280px 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
}

.advantage-iconBox {
    text-align: center;
    margin-bottom: 42px
}

.advantage-iconBox-icon {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 5%;
    background-color: #1E4ACD;
    color: #fff;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-iconBox-title {
    margin-top: 34px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 26px;
    font-weight: 400;
}

.advantage-iconBox-content {
    margin-top: 0px
}

.fullScreen-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 47.08333333%;
    margin-top: 76px;
    z-index: 1
}

.not_fullScreen-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-top: 76px;
    z-index: 1
}

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

.fullScreen-video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.fullScreen-thumb-desktop,
.fullScreen-thumb-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fbf8f7;
    background-size: cover;
    background-position: center
}

.fullScreen-thumb-desktop {
    background-attachment: fixed
}

.fullScreen-video-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 265px;
    height: 265px;
    background-image: url(../images/ico/video-play_icon.png);
    background-size: cover;
    background-position: center;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    cursor: pointer;
    z-index: 3
}

.fullScreen-video-toggle:hover {
    -webkit-transform: translate(-50%, -50%) scale(.9);
    transform: translate(-50%, -50%) scale(.9)
}

.fullScreen-video-embed,
.fullScreen-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1
}

.newsletter-primary {
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin-bottom: 100px;
}

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

.newsletter-primary-heading {
    max-width: 580px;
    text-align: center;
    margin: 0 auto
}

.newsletter-primary-heading p {
    margin-top: 15px
}

.newsletter-primary-form {
    padding-top: 32px;
    margin: 0 -15px
}

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

.newsletter-primary-submit {
    display: block;
    width: 100%;
    margin-top: 23px
}

.newsletter-primary-social {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none;
    padding: 44px 0 0;
    margin: 0 -10px
}

.newsletter-primary-social>li {
    padding: 0 10px
}

.newsletter-primary-social>li>a {
    display: block;
    width: 50px;
    height: 50px;
    background: #e0e5f7;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    padding-left: 2px;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease
}

.newsletter-primary-social>li>a:focus,
.newsletter-primary-social>li>a:hover {
    background: #1E4ACD;
    color: #e0e5f7;
}

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

.footer-primary {
    background: #171717;
    font-size: 14px;
    line-height: 20px
}

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

.footer-box-social {
    margin-left: -15px
}

.footer-box-support {
    padding-left: 56px
}

.footer-box-contact {
    padding-left: 56px
}

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

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

.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 #2c2c2c;
    padding: 15px 0;
    margin-top: 33px
}

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

.products-slider {
    padding: 0 19px
}

.productSingle-sliderPrimary .slick-arrow,
.products-slider .slick-arrow {
    position: absolute;
    top: 0;
    width: 17px;
    height: 34px;
    background: 0 0;
    font-size: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 0;
    z-index: 10
}

.productSingle-sliderPrimary .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.productSingle-sliderPrimary .slick-prev,
.products-slider .slick-prev {
    left: 0
}

.productSingle-sliderPrimary .slick-next,
.products-slider .slick-next {
    right: 0
}

.productSingle-sliderPrimary .slick-arrow:before,
.products-slider .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.productSingle-sliderPrimary .slick-prev:before,
.products-slider .slick-prev:before {
    background-image: url(../images/ico/product-slider_icon-left.png)
}

.productSingle-sliderPrimary .slick-next:before,
.products-slider .slick-next:before {
    background-image: url(../images/ico/product-slider_icon-right.png)
}

.products-slider .product-item {
    padding: 0 8px;
    margin-bottom: 0
}

.product-promo-mobile {
    position: relative;
    margin-bottom: 31px
}

.product-promo-mobile img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.product-promo-mobile img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    z-index: 2
}

.product-promo-mobile a.hovered img:nth-child(2),
.product-promo-mobile a:hover img:nth-child(2) {
    opacity: 1
}

.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-color: #f7f3f0;
    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: Poppins, Arial, 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: #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
}

.product-banner {
    position: relative;
    height: calc(100% - 58px);
    z-index: 1
}

.product-banner-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d8d9db;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.product-banner-thumb-mobile {
    background-color: #d8d9db;
    background-size: cover;
    background-position: center;
    padding-bottom: 100%;
    display: none
}

.product-banner-wrapper {
    position: absolute;
    bottom: 12.5319693%;
    left: 0;
    width: 100%;
    padding: 0 11.92982456%
}

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

.product-banner-link {
    margin-top: 26px
}

.products-list {
    padding: 32px 0 74px
}

.products-pagination {
    text-align: center;
    padding-top: 25px
}

.products-list-status,
.products-pagination-status {
    font-size: 14px;
    line-height: 20px
}

.products-list-status {
    margin-bottom: 15px
}

.products-pagination-action {
    margin-top: 19px
}

.products-pagination-return {
    margin-top: 23px
}

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

.woocommerce-form-login-toggle .woocommerce-info {
    color: #333;
    border-color: #1E4ACD;
}

.select2-billing_country-container,
#select2-billing_country-container,
#select2-shipping_country-container {
    margin-top: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}

.products-filters-group {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 44px
}

.products-filters {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.products-filters>li {
    font-size: 14px;
    line-height: 20px
}

.products-filters>li+li {
    margin-left: 40px
}

.products-filters.margin-sm>li+li {
    margin-left: 8px
}

.products-filters>li>a {
    color: #333;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.products-filters>li>a:focus,
.products-filters>li>a:hover {
    text-decoration: none
}

.products-filters>li>a .fa {
    margin-left: 6px
}

.dropdown-filters {
    display: block;
    border: 0;
    border-top: 1px solid #333;
    border-radius: 0;
    box-shadow: 0 4px 2px rgba(0, 0, 0, .15);
    opacity: 0;
    padding: 0;
    margin: 30px 0 0;
    -webkit-transition: opacity .3s ease, margin .3s ease;
    transition: opacity .3s ease, margin .3s ease;
    pointer-events: none
}

.open .dropdown-filters {
    opacity: 1;
    margin: 15px 0 0;
    pointer-events: auto
}

.products-filters-list {
    list-style: none;
    padding: 15px;
    margin: 0
}

.products-filters-list>li+li {
    margin-top: 10px
}

.products-filters-list>li>a {
    position: relative;
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    padding-left: 34px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.products-filters-list>li>a:focus,
.products-filters-list>li>a:hover {
    text-decoration: none
}

.products-filters-list>li>a:after,
.products-filters-list>li>a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px
}

.products-filters-list>li>a:before {
    content: '';
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    z-index: 1
}

.products-filters-list>li.checked>a:before {
    border-color: #171717
}

.products-filters-list>li>a:after {
    content: '\f00c';
    font-family: FontAwesome;
    color: #171717;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    opacity: 0;
    padding-left: 1px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 2
}

.products-filters-list>li.checked>a:after {
    opacity: 1
}

.products-price-slider {
    width: 300px;
    padding: 15px
}

.products-price-slider .irs--round {
    height: 24px
}

.products-price-slider .irs--round .irs-bar {
    top: 9px;
    height: 6px;
}

.products-price-slider .irs--round .irs-line {
    top: 9px;
    height: 6px;
    border-radius: 0
}

.products-price-slider .irs--round .irs-handle {
    top: 0;
    background: #fbfbfb;
    border-color: #171717;
    box-shadow: none;
    cursor: grabbing
}

.products-price-slider-data {
    color: #333;
    font-weight: 400;
    margin-top: 10px
}

.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: .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-family: Poppins, Arial, 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
}

.shop-simple-title {
    margin-bottom: 36px
}

.products-single {
    padding: 16px 0 66px
}

.row-productSingle-wrapper {
    margin-bottom: 73px
}

.productSingle-sliderPrimary-wrapper {
    position: relative
}

.productSingle-sliderPrimary-item {
    position: relative;
    padding-bottom: 100%
}

.productSingle-sliderPrimary-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #171717;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 12px;
    padding: 7px 12px 8px;
    z-index: 2
}

.productSingle-sliderPrimary-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.productSingle-sliderPrimary .slick-dots {
    position: absolute;
    bottom: -17px;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

.productSingle-sliderPrimary .slick-dots>li {
    padding: 0 4px
}

.productSingle-sliderPrimary .slick-dots>li>button {
    display: block;
    background: #e2e2e2;
    width: 9px;
    height: 9px;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    outline: 0;
    padding: 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.productSingle-sliderSecondary {
    padding: 0 107px;
    margin-top: 10px
}

.productSingle-sliderSecondary-item {
    padding: 0 5px
}

.productSingle-sliderSecondary-thumb {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    cursor: pointer
}

.slick-current .productSingle-sliderSecondary-thumb {
    border-color: #333
}

.productSingle-sliderSecondary-thumbInner {
    position: relative;
    padding-bottom: 100%
}

.productSingle-sliderSecondary-thumbHolder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fbfbfb;
    background-size: cover;
    background-position: center
}

.productSingle-sliderSecondary .slick-arrow {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 51px;
    background: 0 0;
    font-size: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.productSingle-sliderSecondary .slick-prev {
    left: 48px
}

.productSingle-sliderSecondary .slick-next {
    right: 48px
}

.productSingle-sliderSecondary .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.productSingle-sliderSecondary .slick-prev:before {
    background-image: url(../images/ico/productSingle-slider_icon-left.png)
}

.productSingle-sliderSecondary .slick-next:before {
    background-image: url(../images/ico/productSingle-slider_icon-right.png)
}

.productSingle-content {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px
}

.productSingle-title {
    line-height: 55px;
    margin-bottom: 11px
}

.productSingle-availability {
    color: #479e00;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px
}

.productSingle-availability.none {
    color: #333
}

.woocommerce-product-details__short-description ul {
    padding-left: 15px;
}

.productSingle-price {
    font-size: 60px;
    margin-bottom: 24px
}

.productSingle-price ins {
    text-decoration: none;
}

.productSingle-price .woocommerce-Price-amount {
    white-space: nowrap
}

.productSingle-price-old,
.productSingle-price del,
.productSingle-price del span {
    position: relative;
    color: #999;
    font-size: 30px;
    line-height: 1
}

.primary-flex .primary-flex-content .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb {
    color: #000;
    font-size: 11px;
}

.productSingle-content .description ul,
.productSingle-details {
    list-style: none;
    padding: 0;
    margin: 0 0 21px
}

.productSingle-content .description ul li,
.productSingle-details>li {
    position: relative;
    padding-left: 16px
}

.productSingle-content .description ul li:before,
.productSingle-details>li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%
}

.productSingle-size-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 28px;
    margin-right: -12px
}

.productSingle-size-group>div {
    padding-right: 12px
}

.dropdown-productQuantity .dropdown-toggle,
.dropdown-productSize .dropdown-toggle {
    position: relative;
    width: 88px;
    background: #fff;
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    padding: 0 28px 0 10px
}

.dropdown-productQuantity .dropdown-toggle {
    width: 78px
}

.dropdown-productQuantity.open .dropdown-toggle,
.dropdown-productSize.open .dropdown-toggle {
    border-color: #333
}

.dropdown-productQuantity .dropdown-toggle:after,
.dropdown-productSize .dropdown-toggle:after {
    content: '\f0d7';
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: FontAwesome;
    color: #333;
    font-size: 14px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dropdown-productQuantity .dropdown-menu,
.dropdown-productSize .dropdown-menu {
    top: 100%;
    left: 0;
    width: 100%;
    min-width: auto;
    max-height: 168px;
    border: 1px solid #333;
    overflow: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-top: -1px
}

.dropdown-productQuantity .dropdown-menu>li>a,
.dropdown-productSize .dropdown-menu>li>a {
    color: #333;
    line-height: 28px;
    padding: 0 10px
}

.dropdown-productQuantity .dropdown-menu>li.active>a,
.dropdown-productQuantity .dropdown-menu>li>a:focus,
.dropdown-productQuantity .dropdown-menu>li>a:hover,
.dropdown-productSize .dropdown-menu>li.active>a,
.dropdown-productSize .dropdown-menu>li>a:focus,
.dropdown-productSize .dropdown-menu>li>a:hover {
    color: #fff
}

.productSingle-actions {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 13px;
    margin: -20px -10px 0
}

.productSingle-actions>li {
    padding: 0 10px;
    margin-top: 20px
}

.productSingle-contact {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 34px
}

.productSingle-contact-icon,
.productSingle-set-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 18px;
    margin-right: 8px
}

.productSingle-contact a,
.productSingle-spec a {
    color: #000;
    font-weight: 500
}

.productSingle-contact a:focus,
.productSingle-contact a:hover,
.productSingle-spec a:focus,
.productSingle-spec a:hover {
    color: #000
}

.productSingle-set {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 26px;
    margin: 0 -13px
}

.productSingle-set>li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 13px
}

.productSingle-spec {
    font-size: 12px;
    line-height: 18px
}

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

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

.nav-productSingle-tabs {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    list-style: none;
    padding: 0;
    margin: 0
}

.nav-productSingle-tabs>li+li {
    margin-left: 40px
}

.nav-productSingle-tabs>li>a {
    position: relative;
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 9px 0
}

.nav-productSingle-tabs>li>a:focus,
.nav-productSingle-tabs>li>a:hover {
    text-decoration: none
}

.nav-productSingle-tabs>li.active>a {
    font-weight: 500
}

.nav-productSingle-tabs>li>a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #000;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1
}

.nav-productSingle-tabs>li.active>a:before,
.nav-productSingle-tabs>li>a:hover:before {
    opacity: 1
}

.productSingle-tabs {
    margin-bottom: 100px;
}

section.related.products {
    margin-top: 20px;
}

.productSingle-collapse-content,
.productSingle-tabs-content {
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
    padding: 26px 300px 0 0;
    width: 100%;
}

.productSingle-collapse-content {
    padding: 0 0 5px
}

.productSingle-tabs-content p {
    margin-bottom: 22px
}

.productSingle-collapse-content p {
    margin-bottom: 12px
}

.productSingle-tabs-content ol,
.productSingle-tabs-content ul {
    margin: 0 0 22px;
    padding: 0 0 0 15px
}

.productSingle-collapse-content ol,
.productSingle-collapse-content ul {
    margin: 0 0 12px;
    padding: 0 0 0 15px
}

.products-similar {
    padding-bottom: 44px
}

.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: Poppins, Arial, 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
}

.productSingle-collapse {
    border-top: 1px solid #e8e8e8
}

.panel-product {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
    box-shadow: none;
    margin: 0
}

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

.panel-product .panel-title {
    font-size: 16px;
    line-height: 24px
}

.panel-product .accordion-toggle {
    display: block;
    position: relative;
    color: #000;
    padding: 12px 58px 12px 0
}

.panel-product .accordion-toggle:focus,
.panel-product .accordion-toggle:hover {
    color: #000;
    text-decoration: none
}

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

.panel-product .accordion-toggle.collapsed:after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

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

.products-collection {
    padding: 46px 0 30px
}

.row-products-collection {
    padding-bottom: 72px
}

.products-collection-thumbnail {
    margin-right: -30px
}

.products-collection-thumbnail img {
    display: block;
    width: 100%;
    height: auto
}

.products-collection-content {
    padding-bottom: 8px
}

.products-collection-subTitle {
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4em;
    line-height: 24px
}

.products-collection-title {
    margin-top: 20px
}

.products-collection-description {
    margin-top: 22px
}

.products-collection-link {
    margin-top: 46px
}

.products-collectionPreview {
    position: relative;
    overflow: hidden;
    margin-bottom: 58px;
    z-index: 1
}

.products-collectionPreview-wrapper {
    margin-right: -53px
}

.products-collectionPreview img {
    display: block;
    width: 100%;
    height: auto
}

.shop-basket {
    padding: 9px 0 129px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100%;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.cart_totals h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.summary.entry-summary .cart {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.summary.entry-summary .cart .quantity {
    width: 60px;
}

.product-actions-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.product-actions-bottom .addToCompare {
    margin-left: 20px;
}

.summary.entry-summary .cart .btn-primary {
    margin-left: 0px;
}

.basket-primary {
    width: 100%
}

.woocommerce .product_meta .posted_in {
    display: none;
}

.basket-primary tr {
    border-bottom: 1px solid #ccc
}

.basket-primary tr th {
    font-family: Poppins, Arial, sans-serif;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    padding-bottom: 28px
}

.basket-primary tr td {
    vertical-align: middle;
    padding: 12px
}

.basket-primary tr td:first-child {
    padding-left: 0
}

.basket-primary tr td:last-child {
    padding-right: 24px
}

.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: Poppins, Arial, 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)
}

.basket-coupon-title {
    font-size: 24px;
    line-height: 1
}

.shop-basket-coupon {
    padding-top: 30px
}

.basket-coupon-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4px
}

.basket-coupon-input {
    max-width: 236px;
    margin-right: 12px;
    margin-top: 12px
}

.shop-basket-summary {
    background: #fbf8f7;
    padding: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #fff;
}

.basket-summary-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 21px
}

.basket-summary-table {
    width: 100%
}

.basket-summary-table tr td {
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 8px
}

.basket-summary-table tr td.title {
    width: 1%;
    white-space: nowrap;
    padding-top: 14px;
    padding-right: 15px
}

.basket-summary-table tr td.price {
    font-family: Poppins, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: right;
    letter-spacing: 0;
    line-height: 36px
}

.basket-summary-table tr.basket-shipment-price td {
    padding-bottom: 0
}

.basket-summary-table tr.basket-shipment-info td {
    color: #999;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    padding-top: 0;
    padding-bottom: 21px
}

.basket-summary-table tr.basket-shipment-info td p+p {
    margin-top: 5px
}

.basket-summary-table tr.summary-row {
    border-top: 1px solid #ccc
}

.basket-summary-table tr.summary-row td {
    padding-top: 8px
}

.basket-summary-table tr.summary-row td.title {
    padding-top: 18px
}

.basket-summary-price .priceTax {
    display: block;
    font-family: Poppins, Arial, sans-serif;
    color: #999;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: .1em
}

.basket-summary-priceDiscount {
    color: #00930e;
    margin-top: 13px
}

.basket-summary-table tr.summary-action td {
    padding: 32px 20px 0
}

.basket-summary-table tr.summary-action .btn-primary {
    display: block
}

.table-quantity-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 19px
}

.table-quantity-text {
    padding-right: 10px
}

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

.contact-form {
    margin-top: 31px
}

.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: Poppins, Arial, 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
}

.blog-posts-primary {
    padding: 45px 0 72px
}

.blog-posts.blog-posts1 .col-lg-6 {
    margin-bottom: 30px;
}

.post-item {
    font-size: 14px;
    line-height: 20px
}

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

.post-item-thumbnail {
    margin-bottom: 23px;
    max-height: 340px;
    overflow: hidden;
}

.post-item-title {
    font-size: 36px;
    line-height: 42px
}

.post-item-meta {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: -4px -10px 18px
}

.post-item-meta>li {
    font-family: Poppins, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0 10px
}

.post-item-link {
    margin-top: 29px
}

.blog-posts-search {
    position: relative
}

.blog-posts-searchButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-color: transparent;
    background-image: url(../images/ico/blog-search_icon.png);
    background-position: center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    z-index: 1
}

.blog-posts-searchButton:hover {
    background-color: #ececec
}

.blog-aside-widget {
    margin-top: 43px
}

.blog-aside-widget-title {
    font-size: 24px;
    line-height: 30px
}

.blog-aside-categories {
    list-style: none;
    padding: 0;
    margin: 10px 0 0
}

.blog-aside-categories>li+li {
    margin-top: 6px;
}

.blog-aside-categories>li {
    position: relative;
    width: 75%;
}

.blog-aside-categories>li .course-duration {
    position: absolute;
    font-size: 14px;
    top: 0;
    right: -55px;
    text-align: left;
    line-height: 18px;
}

.blog-aside-categories>li>a {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 25px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font-weight: 500;
}

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

.blog-aside-categories>li>a.current-course {
    font-weight: bold;
}

.blog-aside-categories>li>a:focus,
.blog-aside-categories>li>a:hover {
    text-decoration: none
}

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

.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: Poppins, Arial, sans-serif;
    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 0
}

.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-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-family: Poppins, Arial, sans-serif;
    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 {
    font-size: 14px;
    line-height: 20px
}

.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 .fa {
    margin-right: 6px
}

.shop-order {
    padding-bottom: 58px
}

.order-login-heading {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fbf8f7;
    padding: 24px 18px;
    margin-bottom: 33px
}

.order-login-heading>div {
    padding: 0 12px
}

.order-login-title {
    font-size: 24px;
    line-height: 1
}

.order-login-heading .btn-primary {
    padding: 12px 24px
}

.frontPage-newCollection {
    padding: 50px 0 100px;
}

.basket-summary-products {
    list-style: none;
    padding: 0;
    margin: 0
}

.basket-summary-products>li+li {
    margin-top: 10px
}

.bs-product-item {
    display: -webkit-flex;
    display: flex;
    background: #fff;
    padding: 10px 0;
    position: relative;
}

.bs-product-item>div {
    padding: 0 10px
}

.bs-product-thumb {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #fbfbfb;
    background-size: cover;
    background-position: center
}

.bs-product-title {
    font-size: 14px;
    line-height: 20px;
    padding-top: 2px
}

.bs-product-title a {
    color: inherit
}

.bs-product-price {
    font-family: Poppins, Arial, sans-serif;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1
}

.bs-product-price .old {
    color: #999;
    font-size: 20px;
    font-weight: 500;
    text-decoration: line-through
}

.bs-product-info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 14px 0 0;
    margin: 0 -30px 0 0
}

.bs-product-info>li {
    font-size: 14px;
    line-height: 1;
    padding-right: 30px
}

.panel-order-group {
    margin: -18px 0 0
}

.panel.panel-order {
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    max-width: 100%;
}

.woocommerce-input-wrapper {
    max-width: 100%!important;
}

#order_comments {
    min-width: 100%;
    max-width: 500px;
}

.panel-group .panel.panel-order {
    border-radius: 0
}

.panel-group .panel.panel-order+.panel.panel-order {
    margin: 0
}

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

.panel-order .panel-title,
.woocomemrce h3,
.woocommerce h4 {
    font-size: 24px;
    font-weight: 500;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.panel-order.panel-filled .panel-title {
    color: #00930e
}

.panel-order .panel-title>a {
    display: block;
    position: relative;
    color: inherit;
    padding: 21px 0 21px 56px;
    cursor: default
}

.panel-order.panel-filled .panel-title>a {
    cursor: pointer
}

.panel-order .panel-title>a:focus,
.panel-order .panel-title>a:hover {
    text-decoration: none
}

.panel-order .panel-title>a:before {
    content: '\f106';
    position: absolute;
    top: 50%;
    right: 0;
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
    line-height: 36px;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.panel-order .panel-title>a.collapsed:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.panel-order .panel-body {
    padding: 20px 0 48px
}

#orderAccordion {
    width: 100%;
}

.panel-group .panel-order .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ccc
}

.panel-order .panel-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 42px;
    height: 42px;
    background: #1E4ACD;
    font-size: 34px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    margin-top: -21px
}

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

.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;
    min-width: 23px;
    color: #fff;
    text-align: center;
    padding-left: 2px;
    margin-right: 10px
}

.woocommerce-authorization {
    padding: 19px 0 58px
}

#customer_login h2 {
    background: #fbf8f7;
    font-size: 24px;
    line-height: 30px;
    padding: 29px 50px 26px
}

.woocommerce form.login,
.woocommerce form.register {
    background: #fbf8f7;
    border: 0;
    border-radius: 0;
    padding: 0 50px 36px;
    margin: 0
}

.woocommerce .woocommerce-form-login .form-row label,
.woocommerce .woocommerce-form-register .form-row label {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 6px
}

.woocommerce .woocommerce-form-login .form-row,
.woocommerce .woocommerce-form-register .form-row {
    padding: 0;
    margin: 0
}

.woocommerce .woocommerce-form-login .form-row+.form-row,
.woocommerce .woocommerce-form-register .form-row+.form-row {
    margin-top: 24px
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    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: background .3s ease, border .3s ease, box-shadow .3s ease;
    transition: background .3s ease, border .3s ease, box-shadow .3s ease
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1)
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 7px;
    right: 10px
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    position: relative;
    top: -40px;
    float: none;
    margin: 0
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    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
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: 20px 30px;
}

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

.woocommerce .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme {
    display: block;
    position: relative;
    top: 80px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    white-space: nowrap;
    padding: 0;
    margin: 0 0 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.woocommerce .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme span {
    display: block;
    position: relative;
    padding-left: 28px
}

.woocommerce .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme span:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc
}

.woocommerce .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme span: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: 20px;
    opacity: 0;
    padding-left: 3px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.woocommerce .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme .woocommerce-form__input-checkbox:checked+span:after {
    opacity: 1
}

.woocommerce .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme .woocommerce-form__input-checkbox {
    display: none
}

.woocommerce-LostPassword {
    margin-top: 18px
}

.woocommerce-LostPassword>a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.woocommerce form.register>p:not(.woocommerce-form-row) {
    font-size: 14px;
    line-height: 18px;
    margin-top: 7px
}

.woocommerce-privacy-policy-text {
    background: #ececec;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    margin: 20px 0 24px
}

.woocommerce-privacy-policy-text a {
    font-weight: 500
}

.woocommerce-ResetPassword {
    background: #fbf8f7;
    padding: 36px 50px 36px
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: #fbf8f7;
    color: #fff;
    border: 1px solid #333;
    padding: 17px 25px;
    margin-bottom: 30px
}

.woocommerce-error {
    background: #b81c23;
    border-color: #b81c23
}

.woocommerce-info {
    background: #1e85be;
    border-color: #1e85be
}

.woocommerce-message {
    color: #333;
    background: #ececec;
    border-color: #ccc
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    content: none;
    display: none;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woocommerce-userPanel {
    padding: 6px 0 58px
}

.woocommerce-MyAccount-navigation {
    margin-top: -17px
}

.woocommerce-MyAccount-navigation ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -15px
}

.woocommerce-MyAccount-navigation ul>li {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    min-width: 33.33333333%;
    width: 33.33333333%;
    padding: 0 15px;
    margin-top: 30px
}

.woocommerce-MyAccount-navigation ul>li>a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    height: 200px;
    background: 0 0;
    color: #333;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 1px solid #dbdbdb;
    padding: 0 23px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.woocommerce-MyAccount-navigation ul>li.is-active>a,
.woocommerce-MyAccount-navigation ul>li>a:focus,
.woocommerce-MyAccount-navigation ul>li>a:hover {
    text-decoration: none
}

.woocommerce-MyAccount-navigation ul>li>a:before {
    display: block;
    font-family: FontAwesome;
    color: inherit;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    margin-bottom: 12px
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--dashboard>a:before {
    content: '\f108'
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--orders>a:before {
    content: '\f07a'
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--downloads>a:before {
    content: '\f019'
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--edit-address>a:before {
    content: '\f2b9'
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--edit-account>a:before {
    content: '\f2bd'
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--customer-logout>a:before {
    content: '\f08b'
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--moje_kursy>a:before {
    content: '\f19d'
}

.woocommerce-MyAccount-navigation ul>li>a:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    background: #fbfbfb;
    -webkit-transition: top .3s ease, right .3s ease, bottom .3s ease, left .3s ease, background .3s ease;
    transition: top .3s ease, right .3s ease, bottom .3s ease, left .3s ease, background .3s ease;
    z-index: -1
}

.woocommerce-MyAccount-navigation ul>li.is-active>a:after,
.woocommerce-MyAccount-navigation ul>li>a:focus:after,
.woocommerce-MyAccount-navigation ul>li>a:hover:after {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #fbf8f7
}

.woocommerce-MyAccount-content {
    margin-top: 40px
}

.woocommerce-MyAccount-content p {
    margin-top: 18px
}

.woocommerce-MyAccount-content p a {
    font-weight: 500
}

.woocommerce-MyAccount-content p mark {
    color: #fff;
    padding: 0 5px
}

.woocommerce table.woocommerce-MyAccount-orders {
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    border-radius: 0;
    margin: 0
}

.woocommerce table.woocommerce-MyAccount-orders tr th {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #b09882;
    padding: 11px 15px 12px
}

.woocommerce table.woocommerce-MyAccount-orders tr td {
    border: 1px solid #dbdbdb;
    line-height: 18px;
    padding: 10px 15px
}

.woocommerce table.woocommerce-MyAccount-orders tr:nth-child(2n) td {
    background: #fbfbfb
}

.woocommerce table.woocommerce-MyAccount-orders tr:first-child td {
    border-top: 0
}

.woocommerce table.woocommerce-MyAccount-orders tr td.woocommerce-orders-table__cell-order-actions,
.woocommerce table.woocommerce-MyAccount-orders tr td.woocommerce-orders-table__cell-order-number,
.woocommerce table.woocommerce-MyAccount-orders tr td.woocommerce-orders-table__header-order-actions,
.woocommerce table.woocommerce-MyAccount-orders tr th.woocommerce-order-table_header-order-date {
    width: 1%
}

.woocommerce table.woocommerce-MyAccount-orders a.button {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 15px
}

.woocommerce table.woocommerce-MyAccount-orders a.button+a.button {
    margin-top: 10px
}

.woocommerce table.woocommerce-MyAccount-orders tr td.woocommerce-orders-table__cell-order-number a {
    font-weight: 500
}

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

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
    background: #fbf8f7;
    padding: 29px 50px 36px;
    margin: 30px 0 0
}

.woocommerce .woocommerce-order-details {
    padding-bottom: 16px
}

.woocommerce-column__title,
.woocommerce-order-details__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 29px
}

.woocommerce-order-details__title {
    margin-bottom: 13px
}

.woocommerce .woocommerce-order-details table.shop_table {
    background: 0 0;
    border: 0;
    border-radius: 0;
    border-collapse: collapse;
    margin: 0
}

.woocommerce .woocommerce-order-details table.shop_table tr td,
.woocommerce .woocommerce-order-details table.shop_table tr th {
    vertical-align: top;
    border-top: 0;
    padding: 0
}

.woocommerce .woocommerce-order-details table.shop_table tr td:first-child {
    font-size: 14px;
    line-height: 18px;
    padding: 14px 15px 12px 0
}

.woocommerce .woocommerce-order-details table.shop_table tr td:last-child {
    padding: 0 0 12px
}

.woocommerce .woocommerce-order-details thead {
    display: none
}

.woocommerce .woocommerce-order-details .woocommerce-table__product-total.product-total,
.woocommerce .woocommerce-order-details table.shop_table tfoot tr td {
    font-family: Poppins, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: right;
    line-height: 36px
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr:first-child th {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px 17px 0
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr:first-child td {
    border-bottom: 1px solid #ccc;
    padding: 0 0 17px
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr th {
    font-weight: 300;
    padding: 10px 15px 11px 0
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr:nth-child(2) th {
    padding-top: 26px
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr:nth-child(2) td {
    padding-top: 16px
}

.woocommerce .woocommerce-customer-details address {
    background: #ececec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    margin: 0
}

.woocommerce .woocommerce-customer-details address p {
    margin-top: 8px
}

.woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--email {
    word-break: break-all
}

.woocommerce-thankyou-page {
    padding-bottom: 58px
}

.woocommerce-thankyou-order-received {
    font-family: Poppins, Arial, sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin: 57px 0 51px
}

.woocommerce ul.order_details {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0
}

.woocommerce ul.order_details li {
    float: none;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 14px;
    line-height: 18px;
    border: 0;
    border-right: 1px solid #ccc;
    padding: 13px 15px 9px;
    margin: 0
}

.woocommerce ul.order_details li:nth-child(3) {
    word-break: break-all
}

.woocommerce ul.order_details li strong {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 5px
}

.woocommerce-userPanel .woocommerce-Message--info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    background: 0 0;
    font-family: Poppins, Arial, sans-serif;
    font-size: 36px;
    text-align: center;
    line-height: 40px;
    border: 0;
    padding: 0;
    margin: 0
}

.woocommerce-userPanel .woocommerce-Message--info:before {
    content: none
}

.woocommerce-userPanel .woocommerce-Message--info .button {
    float: none;
    -webkit-order: 2;
    order: 2;
    font-family: Poppins, Arial, sans-serif;
    margin-top: 22px
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    width: auto;
    margin: 0 -15px
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses>div {
    width: calc(50% - 30px);
    margin: 30px 15px 0
}

.woocommerce-MyAccount-content .woocommerce-Address {
    background: #fbf8f7;
    color: #333;
    padding: 32px 50px 30px
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title {
    margin-bottom: 24px
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 17px
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title>a {
    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
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title>a:focus,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title>a:hover {
    color: #fff;
    text-decoration: none
}

.woocommerce form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper,
.woocommerce form.woocommerce-EditAccountForm {
    margin: 0 -15px
}

.woocommerce form.woocommerce-EditAccountForm {
    margin-top: -26px
}

.woocommerce form .woocommerce-address-fields .form-row,
.woocommerce form.woocommerce-EditAccountForm .form-row {
    padding: 26px 15px 0;
    margin: 0
}

.woocommerce form .woocommerce-address-fields .form-row.form-row-wide,
.woocommerce form.woocommerce-EditAccountForm .form-row.form-row-wide {
    clear: both
}

.woocommerce form .woocommerce-address-fields .form-row.form-row-first,
.woocommerce form.woocommerce-EditAccountForm .form-row.form-row-first {
    width: 50%
}

.woocommerce form .woocommerce-address-fields .form-row.form-row-last,
.woocommerce form.woocommerce-EditAccountForm .form-row.form-row-last {
    width: 50%
}

.woocommerce form .woocommerce-address-fields .form-row>label,
.woocommerce form.woocommerce-EditAccountForm .form-row label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px
}

.woocommerce form .woocommerce-address-fields .form-row input.input-text,
.woocommerce form.woocommerce-EditAccountForm .form-row input.input-text,
.woocommerce form.woocommerce-EditAccountForm .form-row textarea {
    height: 60px;
    background: #f7f7f7;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    padding: 18px 20px
}

.woocommerce form.woocommerce-EditAccountForm .form-row .password-input input.input-text {
    padding-right: 50px
}

.woocommerce form .woocommerce-address-fields .form-row input.input-text:focus,
.woocommerce form.woocommerce-EditAccountForm .form-row input.input-text:focus,
.woocommerce form.woocommerce-EditAccountForm .form-row textarea:focus {
    background: #ececec;
    color: #000;
    box-shadow: none
}

.woocommerce form #billing_country_field .woocommerce-input-wrapper>strong,
.woocommerce form .shop-order .shipping_address .address-field strong {
    display: block;
    background: #333;
    color: #fff;
    padding: 20px 30px
}

.woocommerce form .shop-order .form-row {
    padding: 0;
    margin: 0 0 24px
}

.woocommerce form .shop-order .form-row-first,
.woocommerce form .shop-order .form-row-last,
.woocommerce-page form .shop-order .form-row-first,
.woocommerce-page form .shop-order .form-row-last {
    float: none;
    width: auto
}

.woocommerce form .shop-order .form-row textarea {
    height: 144px;
    min-height: 144px;
    resize: vertical;
    padding: 8px 12px
}

.woocommerce form .shop-order .form-row label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px
}

.woocommerce form .shop-order #billing_country_field .woocommerce-input-wrapper>strong,
.woocommerce form .shop-order .shipping_address .address-field strong {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    padding: 9px 12px
}

.woocommerce form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper+p {
    margin-top: 30px
}

.woocommerce .woocommerce-MyAccount-content form>h3 {
    font-size: 36px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 3px
}

.woocommerce form.woocommerce-EditAccountForm .form-row>span {
    display: block;
    margin-top: 6px
}

.woocommerce form.woocommerce-EditAccountForm fieldset>legend {
    font-family: Poppins, Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    border: 0;
    padding: 0 15px;
    margin: 34px 0 0
}

.woocommerce form.woocommerce-EditAccountForm>p {
    padding: 0 15px;
    margin-top: 30px
}

.woocommerce form.woocommerce-EditAccountForm .show-password-input {
    top: 20px;
    right: 15px
}

#ship-to-different-address .woocommerce-form__label-for-checkbox {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 24px;
    cursor: pointer
}

.woocommerce-course {
    width: 100%;
}

.woocommerce-course thead {
    color: #fff;
    background: #1E4ACD;
}

.woocommerce-course thead .woocommerce-course__header {
    border: 1px solid #333;
}

.woocommerce-course thead .woocommerce-course__header,
.woocommerce-course .woocommerce-course__cell {
    padding: 10px;
}

.woocommerce-course .woocommerce-course__cell a {
    color: #1e4acd;
    font-weight: 500;
}

.woocommerce-cart-form button[name="update_cart"],
.woocommerce-cart-form input[name="update_cart"] {
    display: none;
}

.woocommerce-course .woocommerce-course__cell {
    border-right: 1px solid #333;
}

.woocommerce-course .woocommerce-course__row {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox input[type=checkbox] {
    display: none
}

#ship-to-different-address .woocommerce-form__label-for-checkbox span {
    position: relative;
    display: block;
    padding: 8px 12px 8px 41px
}

#ship-to-different-address .woocommerce-form__label-for-checkbox span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 26px;
    height: 26px;
    background: #fbf8f7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#ship-to-different-address .woocommerce-form__label-for-checkbox span:after {
    content: '\f00c';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 26px;
    font-family: FontAwesome;
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#ship-to-different-address .woocommerce-form__label-for-checkbox input[type=checkbox]:checked+span:after {
    opacity: 1
}

.woocommerce form .shop-order .create-account .woocommerce-form__label-for-checkbox {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .025em
}

.woocommerce form .shop-order .create-account .woocommerce-form__label-for-checkbox input[type=checkbox] {
    display: none
}

.woocommerce form .shop-order .create-account .woocommerce-form__label-for-checkbox span {
    display: block;
    position: relative;
    padding-left: 28px
}

.woocommerce form .shop-order .create-account .woocommerce-form__label-for-checkbox span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1
}

.woocommerce form .shop-order .create-account .woocommerce-form__label-for-checkbox span:after {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    font-family: FontAwesome;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    opacity: 0;
    padding-left: 2px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 2
}

.woocommerce form .shop-order .create-account .woocommerce-form__label-for-checkbox input[type=checkbox]:checked+span:after {
    opacity: 1
}

.woocommerce .shop-order table.shop_table {
    border: 0;
    border-radius: 0;
    border-collapse: collapse;
    margin: 0
}

.woocommerce .shop-order table.shop_table tr td,
.woocommerce .shop-order table.shop_table tr th {
    vertical-align: top;
    font-weight: 400;
    border: 0
}

.woocommerce .shop-order table.shop_table tr th,
.woocommerce .shop-order table.shop_table tr.easypack-parcel-machine td.easypack-parcel-machine-label {
    display: none !important
}

.woocommerce .shop-order .easypack-parcel-machine-select .button {
    font-size: 14px;
    line-height: 16px;
    padding: 13px 18px
}

.woocommerce ul#shipping_method li {
    margin: 0
}

.woocommerce ul#shipping_method li+li {
    margin-top: 10px
}

.woocommerce ul#shipping_method li input {
    display: none
}

.woocommerce ul#shipping_method li label {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding-left: 28px;
    margin: 0
}

.woocommerce ul#shipping_method li label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1
}

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

.woocommerce ul#shipping_method li label bdi {
    font-weight: 400
}

.woocommerce ul#shipping_method li input:checked+label:after {
    opacity: 1
}

.woocommerce-checkout-review-order-table .easypack-shipping-method-logo {
    display: none !important;
    top: 0;
    margin-top: 5px
}

.woocommerce-thankyou-page .easypack-shipping-method-logo {
    display: block;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: right
}

.woocommerce-thankyou-page .easypack-shipping-method-logo img {
    display: inline-block
}

.woocommerce-thankyou-page .easypack-shipping-method-logo .italic {
    font-style: normal;
    font-weight: 400
}

#selected-parcel-machine {
    min-width: auto;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
}

.woocommerce-checkout .shop-order #payment {
    background: 0 0
}

.woocommerce-checkout .shop-order #payment ul.payment_methods {
    border: 0;
    padding: 0
}

.wc_payment_method {
    font-size: 16px;
    line-height: 24px
}

.wc_payment_method label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid #cbcbcb;
    padding-left: 48px;
    padding-right: 15px;
    margin: 0;
    -webkit-transition: border .3s ease, box-shadow .3s ease;
    transition: border .3s ease, box-shadow .3s ease
}

.wc_payment_method input:checked+label {
    border-color: #a68d79;
    box-shadow: 0 0 4px rgba(166, 141, 121, .25)
}

.wc_payment_method label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wc_payment_method label:after {
    content: '\f00c';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 18px;
    font-family: FontAwesome;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    padding-left: 2px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wc_payment_method input:checked+label:after {
    opacity: 1
}

.woocommerce-checkout #payment ul.payment_methods li {
    position: relative;
    line-height: inherit
}

.woocommerce-checkout #payment ul.payment_methods li+li {
    margin-top: 12px
}

.woocommerce-checkout #payment ul.payment_methods li input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    font-size: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
    box-shadow: none;
    cursor: pointer;
    z-index: 1
}

.woocommerce-checkout #payment ul.payment_methods li img {
    margin: 0 0 0 10px
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: none !important;
    float: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    margin-left: 15px
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal:focus,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal:hover {
    text-decoration: underline
}

.woocommerce-checkout #payment div.payment_box {
    display: none !important
}

.woocommerce-checkout #payment div.form-row {
    padding: 0
}

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

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

.woocommerce p.stars a {
    display: block;
    height: auto;
    width: auto;
    font-size: 0;
    line-height: 0
}

.woocommerce p.stars a:focus,
.woocommerce p.stars a:hover {
    text-decoration: none
}

.woocommerce p.stars a:before {
    position: relative;
    content: '\f006';
    font-family: FontAwesome;
    width: auto;
    height: auto;
    color: #333;
    font-size: 36px;
    line-height: 1
}

.woocommerce p.stars:hover a:before {
    content: '\f006'
}

.woocommerce p.stars a.hovered~a.highlighted:not(.hovered):before,
.woocommerce p.stars a:hover~a:before,
.woocommerce p.stars.selected a.active~a:before {
    content: '\f006';
    color: #333
}

.woocommerce p.stars a.highlighted:before,
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars.selected a:not(.active):before {
    content: '\f005';
}

.woocommerce p.stars a.hovered:before {
    content: '\f005' !important
}

.woocommerce #reviews #comments ol.commentlist {
    width: auto;
    max-width: 870px;
    list-style: none;
    padding: 0 0 20px;
    margin: 0
}

.woocommerce #reviews #comments ol.commentlist li {
    margin: 0
}

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

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: relative;
    float: none;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    min-width: 70px;
    width: 70px;
    height: auto;
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-height: 70px;
    background: #fbf8f7;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 15px;
    margin-left: 15px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0
}

.commentlist .children {
    list-style: none;
    padding: 0 0 0 35px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: -5px 0 0 0
}

.woocommerce .star-rating {
    float: none;
    overflow: visible;
    height: auto;
    line-height: inherit;
    font-size: inherit;
    width: auto;
    font-family: Poppins, Arial, sans-serif
}

.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
    content: none;
    display: none
}

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

#order_review #payment #place_order {
    display: block;
    margin: 0 auto;
    float: none;
}

.woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    float: none
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    opacity: 0;
    pointer-events: none;
}

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

@media (max-width:1599px) {
    .frontPage-header-item {
        height: 640px
    }
    .frontPage-header .slick-arrow {
        width: 80px;
        height: 80px
    }
    .frontPage-header .slick-arrow:before {
        font-size: 48px;
        line-height: 80px
    }
    .modal-compare .modal-flex-flow {
        padding: 30px 30px 0
    }
}

@media (max-width:1279px) {
    .navbar-nav>li+li {
        margin-left: 32px
    }
    .newCollection-wrapper {
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .newCollection-thumb {
        -webkit-order: 0;
        order: 0;
        flex-basis: 100%;
        min-width: 100%;
        width: 100%
    }
    .newCollection-thumb img {
        margin: 0 auto
    }
    .newCollection-content {
        -webkit-order: 1;
        order: 1;
        max-width: 480px;
        text-align: center;
        margin: 0 auto;
        padding-top: 0
    }
    .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
    }
    .products-filters>li+li {
        margin-left: 30px
    }
    .productSingle-tabs-content {
        padding-right: 200px
    }
    .productSingle-sliderSecondary {
        padding: 0 48px
    }
    .productSingle-sliderSecondary .slick-prev {
        left: 0
    }
    .productSingle-sliderSecondary .slick-next {
        right: 0
    }
    .modal-compare .modal-flex-flow {
        padding: 15px 15px 0
    }
    .modal-compare .modal-dialog {
        margin-bottom: 15px
    }
    .products-collection-thumbnail {
        margin-right: 15px
    }
    .products-collectionPreview-wrapper {
        margin-right: -42px
    }
    .shop-basket .shop-basket-summary {
        margin-top: 68px
    }
    .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
    }
    .woocommerce ul.order_details {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .woocommerce ul.order_details li:nth-child(1),
    .woocommerce ul.order_details li:nth-child(2),
    .woocommerce ul.order_details li:nth-child(3) {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        min-width: 33.33333333%;
        width: 33.33333333%
    }
    .woocommerce ul.order_details li:nth-child(3) {
        border-right: 0
    }
    .woocommerce ul.order_details li:nth-child(4),
    .woocommerce ul.order_details li:nth-child(5) {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        min-width: 50%;
        width: 50%;
        border-top: 1px solid #ccc
    }
    .productSingle-actions {
        margin-right: -5px;
        margin-left: -5px
    }
    .productSingle-actions>li {
        padding: 0 5px
    }
    .productSingle-actions .btn-primary {
        padding: 14px 18px
    }
    .productSingle-actions .btn-primary.btn-icon {
        font-size: 14px;
        padding: 8px 13px
    }
    .productSingle-actions .btn-primary.btn-icon-square {
        width: 48px;
        height: 48px;
        padding: 0
    }
    .productSingle-actions .btn-icon-favorite {
        width: 26px;
        height: 23px;
        background-size: 26px 23px
    }
    .productSingle-actions .btn-primary-icon {
        margin-left: 6px
    }
    .mini-basket-list {
        max-height: 221px
    }
}

@media (max-width:991px) {
    .navbar-brand img {
        max-width: 140px;
        height: auto;
    }
    .fullScreen-banner-title {
        font-size: 60px;
        line-height: 80px;
    }
    .frontPage-blog {
        margin-bottom: 0;
    }
    .language-switchers {
        z-index: 100;
    }
    #orderCollapse_1 .panel-button,
    #orderCollapse_2 .panel-button,
    #orderCollapse_3 .panel-button {
        displaY: none;
    }
    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
    }
    .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)
    }
    .mini-basket-list {
        max-height: 254px;
        overflow: auto
    }
    .mini-basket-thumb {
        width: 48px;
        height: 48px;
        padding: 2px
    }
    .mini-basket-thumb>span {
        width: 42px;
        height: 42px
    }
    .mini-basket-details {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
        padding-left: 63px
    }
    .mini-basket-details p+p {
        margin-top: 3px
    }
    .mini-basket-links {
        text-align: center;
        padding-top: 0
    }
    .mini-basket-links a {
        display: inline-block;
        width: 180px;
        font-size: 14px;
        line-height: 16px;
        padding: 10px 12px;
        margin-top: 15px
    }
    .frontPage-header .slick-arrow {
        display: none !important
    }
    .frontPage-header-item {
        height: 476px
    }
    .frontPage-header-itemTitle {
        font-size: 80px
    }
    .frontPage-header-itemLink {
        margin-top: 29px
    }
    .fullScreen-banner-content {
        padding: 108px 0 123px
    }
    .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
    }
    .frontPage-advantages {
        padding-top: 110px
    }
    .fullScreen-video-toggle {
        width: 184px;
        height: 184px
    }
    .newsletter-primary {
        background-image: none !important
    }
    .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%
    }
    .product-banner {
        max-width: 480px;
        height: auto;
        margin: 0 auto 58px
    }
    .product-banner-thumb {
        display: none
    }
    .product-banner-thumb-mobile {
        display: block
    }
    .product-banner-wrapper {
        position: relative;
        bottom: 0;
        width: auto;
        text-align: center;
        padding: 0;
        margin-top: 28px
    }
    .section-anchor {
        top: -96px
    }
    .product-item.w-actions .product-item-actions {
        display: none
    }
    .page-header-wrapper {
        height: 264px
    }
    .products-filters-list>li>a {
        font-size: 20px;
        white-space: normal;
        line-height: 30px;
        padding-left: 42px
    }
    .products-filters-list>li>a:after,
    .products-filters-list>li>a:before {
        width: 30px;
        height: 30px
    }
    .products-filters-list>li>a:after {
        font-size: 20px;
        line-height: 30px
    }
    .products-price-slider {
        width: auto
    }
    .productSingle-content {
        padding-top: 48px
    }
    .productSingle-tabs-content {
        padding-right: 0
    }
    .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
    }
    .products-collection-thumbnail {
        max-width: 522px;
        padding: 0 21px;
        margin: 0 auto
    }
    .products-collection-content {
        max-width: 522px;
        text-align: center;
        padding: 45px 21px 0;
        margin: 0 auto
    }
    .products-collectionPreview-wrapper {
        margin-right: -32px
    }
    .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)
    }
    .woocommerce form.login {
        margin-bottom: 40px
    }
    .woocommerce-MyAccount-navigation ul>li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        min-width: 50%;
        width: 50%
    }
    .woocommerce-MyAccount-navigation ul>li>a {
        height: 160px
    }
    .notification {
        right: 15px;
        bottom: 15px;
        margin-left: 15px
    }
    .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses>div {
        width: calc(100% - 30px)
    }
    .shop-order .collapse {
        display: block !important;
        height: auto !important
    }
    .panel-order.panel-filled .panel-title {
        color: #333
    }
    .panel-order .panel-title>a:before {
        display: none;
        content: none
    }
    .panel.panel-order {
        border-bottom: 0
    }
    .panel.panel-order .checkout-summary {
        display: none !important
    }
    .basket-summary-title {
        display: none
    }
    .shop-basket-summary {
        background: 0 0;
        padding-top: 0;
        margin-top: 0
    }
    .basket-summary-products {
        margin: -10px 0 0
    }
    .panel-group .panel.panel-order:last-child .panel-body {
        padding-bottom: 0
    }
    .basket-summary-table tr.summary-action td {
        padding: 32px 0 0
    }
}

@media (max-width:767px) {
    .flex-row {
        display: block;
    }
    #alg_currency_select {
        font-size: 14px;
    }
    .product-banner-thumb-mobile {
        display: block
    }
    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3 {
        font-size: 36px
    }
    .dropdown-basket,
    .dropdown-searchbar {
        right: -15px;
        left: -15px;
        width: auto
    }
    .frontPage-header-item {
        height: 264px
    }
    .frontPage-header-itemWrapper {
        width: 100%;
        padding: 0 21px 6px
    }
    .frontPage-header-itemTitle {
        font-size: 48px
    }
    .frontPage-header-itemLink .btn-primary {
        font-size: 12px;
        padding: 12px 16px;
    }
    .frontPage-header-itemTitle span {
        font-size: 14px;
        line-height: 20px
    }
    .frontPage-header-itemLink {
        margin-top: 17px
    }
    .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
    }
    .product-item {
        margin-bottom: 40px
    }
    .product-item-thumbInner>div {
        top: 6px;
        right: 6px;
        bottom: 6px;
        left: 6px
    }
    .product-item-promo {
        top: 6px;
        left: 6px;
        font-size: 10px;
        line-height: 22px;
        padding: 0 9px 0 10px
    }
    .product-item-title {
        font-size: 14px;
        line-height: 20px
    }
    .frontPage-best-products {
        padding-bottom: 40px
    }
    .fullScreen-banner-content {
        padding: 75px 0 80px
    }
    .frontPage-blog-subTitle,
    .fullScreen-banner-subTitle,
    .newCollection-subTitle {
        font-size: 14px;
        line-height: 20px
    }
    .fullScreen-banner-title {
        font-size: 36px;
        line-height: 1;
        margin-top: 10px
    }
    .fullScreen-banner-link {
        margin-top: 44px
    }
    .frontPage-newCollection {
        padding-top: 10px
    }
    .newCollection-wrapper {
        margin: 0 -5px
    }
    .newCollection-thumb {
        display: none
    }
    .newCollection-content {
        max-width: none;
        border: 1px solid;
        padding: 40px 30px 36px
    }
    .frontPage-blog-title,
    .newCollection-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-advantages {
        padding-top: 63px
    }
    .row-advantage-boxes {
        padding-top: 27px
    }
    .advantage-iconBox {
        max-width: 350px;
        margin: 0 auto 61px
    }
    .fullScreen-video {
        padding-bottom: 75%;
        margin-top: 8px
    }
    .fullScreen-video-toggle {
        width: 172px;
        height: 172px
    }
    .newsletter-primary {
        padding: 64px 0 75px
    }
    .newsletter-primary-heading {
        max-width: 420px
    }
    .newsletter-primary-heading p {
        margin-top: 17px
    }
    .newsletter-primary-title {
        font-size: 42px
    }
    .newsletter-primary-form {
        max-width: 340px;
        margin: 0 auto
    }
    .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: 14px
    }
    .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: 12px
    }
    .page-header-wrapper {
        height: 203px;
        padding-left: 36px
    }
    .products-list {
        padding: 18px 0 66px
    }
    .modal-filters-actions,
    .products-filters-mobile {
        padding-bottom: 18px;
        margin: 0 -7px
    }
    .modal-filters-actions>li,
    .products-filters-mobile>li {
        padding: 0 7px
    }
    .row-products-list {
        margin-right: -7px;
        margin-left: -7px
    }
    .row-products-list>div {
        padding-right: 7px;
        padding-left: 7px
    }
    .product-item.w-actions {
        margin-bottom: 22px
    }
    .product-item.w-actions .product-item-thumbInner>div,
    .product-item.w-thumb-sm .product-item-thumbInner>div {
        top: 8px;
        right: 8px;
        bottom: 8px;
        left: 8px
    }
    .product-item.w-actions .product-item-promo {
        top: 8px;
        left: 8px
    }
    .product-item-addToCart {
        top: 12px
    }
    .product-item-favorite {
        top: 12px;
        right: 20px
    }
    .product-banner {
        max-width: none;
        margin-bottom: 30px
    }
    .product-banner-wrapper {
        margin-top: 10px
    }
    .product-banner-title {
        font-size: 36px;
        line-height: 42px
    }
    .product-banner-link {
        margin-top: 19px
    }
    .products-pagination {
        padding-top: 52px
    }
    .products-favorite {
        padding: 4px 0 5px
    }
    .products-list-favourites>div>p {
        margin-bottom: 35px
    }
    .shop-return {
        margin-bottom: 31px
    }
    .shop-simple-title {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 30px
    }
    .product-item-remove {
        top: 11px;
        right: 11px;
        width: 30px;
        height: 30px;
        background-size: 16px 16px
    }
    .products-single {
        padding: 26px 0 58px
    }
    .row-productSingle-wrapper {
        margin-bottom: 26px
    }
    .productSingle-sliderPrimary {
        padding: 0 27px
    }
    .productSingle-sliderPrimary-badge {
        left: 27px
    }
    .productSingle-sliderSecondary {
        display: none !important
    }
    .productSingle-content {
        text-align: center;
        padding-top: 57px
    }
    .productSingle-title {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 16px
    }
    .productSingle-availability {
        margin-bottom: 8px
    }
    .productSingle-price {
        margin-bottom: 29px
    }
    .productSingle-size-group {
        padding-bottom: 40px
    }
    .productSingle-actions {
        padding-bottom: 23px
    }
    .productSingle-contact {
        margin-bottom: 18px
    }
    .productSingle-content ul,
    .productSingle-details,
    .productSingle-spec {
        text-align: left
    }
    .productSingle-actions,
    .productSingle-contact,
    .productSingle-set {
        -webkit-justify-content: center;
        justify-content: center
    }
    .productSingle-set {
        font-size: 12px;
        padding-bottom: 21px
    }
    .products-similar {
        padding-bottom: 69px
    }
    .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
    }
    .products-collection {
        padding: 30px 0 9px
    }
    .row-products-collection {
        padding-bottom: 58px
    }
    .products-collection-content {
        max-width: none;
        text-align: left;
        padding-top: 35px
    }
    .products-collection-subTitle {
        font-size: 14px;
        line-height: 20px
    }
    .products-collection-title {
        font-size: 42px;
        margin-top: 14px
    }
    .products-collection-description {
        margin-top: 28px
    }
    .products-collection-link {
        margin-top: 37px
    }
    .collection-slider-mobile {
        padding-bottom: 37px
    }
    .products-collectionPreview {
        margin-bottom: 49px
    }
    .products-collectionPreview-wrapper {
        margin-right: -20px
    }
    .shop-basket {
        padding: 4px 0 40px
    }
    .shop-basket-table {
        border-top: 1px solid #ccc;
        margin-top: -8px
    }
    .basket-primary,
    .basket-primary>tbody,
    .basket-primary>tbody>tr,
    .basket-primary>tbody>tr>td {
        display: block;
        width: auto
    }
    .basket-primary>tbody>tr {
        position: relative
    }
    .basket-primary>tbody>tr>td {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .basket-primary-heading,
    .table-priceTotal,
    .table-quantity {
        display: none !important
    }
    .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
    }
    .shop-basket-summary {
        padding: 0 0 36px;
        margin: 0 -15px
    }
    .basket-summary-table tr td:first-child {
        padding-left: 15px
    }
    .basket-summary-table tr td:last-child {
        padding-right: 15px
    }
    .basket-summary-table tr.summary-row {
        background: #fcf8f7;
        border-top: 0
    }
    .basket-summary-table tr.summary-action .btn-primary {
        max-width: 290px;
        margin: 0 auto
    }
    .basket-summary-table tr.summary-row td {
        padding-bottom: 27px
    }
    .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
    }
    .products-slider .slick-arrow {
        display: none !important
    }
    .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
    }
    .woocommerce-authorization {
        padding-bottom: 0
    }
    #customer_login>div {
        padding: 0
    }
    .woocommerce-userPanel {
        padding: 0 0 40px
    }
    .woocommerce-MyAccount-content {
        margin-top: 30px
    }
    .woocommerce-MyAccount-navigation {
        margin-top: -10px
    }
    .woocommerce-MyAccount-navigation ul>li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        width: 100%;
        margin-top: 10px
    }
    .woocommerce-MyAccount-navigation ul>li>a {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: stretch;
        justify-content: stretch;
        -webkit-align-items: center;
        align-items: center;
        height: auto;
        font-size: 16px;
        line-height: 20px;
        padding: 14px 19px
    }
    .woocommerce-MyAccount-navigation ul>li>a:before {
        font-size: 24px;
        margin-right: 12px;
        margin-bottom: 0
    }
    .woocommerce-MyAccount-navigation ul>li>a:after {
        top: 4px;
        right: 4px;
        bottom: 4px;
        left: 4px
    }
    .woocommerce table.woocommerce-MyAccount-orders tr td.woocommerce-orders-table__cell-order-actions,
    .woocommerce table.woocommerce-MyAccount-orders tr td.woocommerce-orders-table__cell-order-number,
    .woocommerce table.woocommerce-MyAccount-orders tr td.woocommerce-orders-table__header-order-actions,
    .woocommerce table.woocommerce-MyAccount-orders tr th.woocommerce-order-table_header-order-date {
        width: auto
    }
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
    .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 1px solid #dbdbdb
    }
    .notification {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 15px
    }
    .woocommerce table.woocommerce-MyAccount-orders tr+tr {
        margin-top: 20px
    }
    .woocommerce table.woocommerce-MyAccount-orders tr td {
        border-top: 0
    }
    .woocommerce table.woocommerce-MyAccount-orders tr:not(:first-child) td:first-child {
        border-top: 1px solid #dbdbdb
    }
    .woocommerce .woocommerce-customer-details,
    .woocommerce .woocommerce-order-details {
        margin-right: -15px;
        margin-left: -15px
    }
    .woocommerce .woocommerce-order-details {
        padding-bottom: 6px
    }
    .woocommerce-order-details__title {
        margin-bottom: 26px
    }
    .woocommerce .woocommerce-order-details table.shop_table,
    .woocommerce .woocommerce-order-details table.shop_table tbody,
    .woocommerce .woocommerce-order-details table.shop_table tbody tr,
    .woocommerce .woocommerce-order-details table.shop_table tbody tr td,
    .woocommerce .woocommerce-order-details table.shop_table tbody tr th,
    .woocommerce .woocommerce-order-details table.shop_table tfoot,
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr,
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr td,
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr th {
        display: block
    }
    .woocommerce .woocommerce-order-details table.shop_table tr td:first-child {
        padding: 0
    }
    .woocommerce .woocommerce-order-details .woocommerce-table__product-total.product-total,
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr td {
        text-align: left
    }
    .woocommerce .woocommerce-order-details table.shop_table tr td:last-child {
        padding-bottom: 25px
    }
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr:first-child th {
        border-bottom: 0;
        padding: 0
    }
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr:first-child td {
        padding: 0 0 28px
    }
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr:nth-child(2) th {
        padding: 30px 0 0
    }
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr:nth-child(2) td {
        padding: 0 0 22px
    }
    .woocommerce .woocommerce-order-details table.shop_table tr td:last-child {
        padding-bottom: 22px
    }
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr th {
        padding: 0
    }
    .woocommerce-thankyou-page {
        padding-bottom: 40px
    }
    .woocommerce ul.order_details li:nth-child(1),
    .woocommerce ul.order_details li:nth-child(2),
    .woocommerce ul.order_details li:nth-child(3),
    .woocommerce ul.order_details li:nth-child(4),
    .woocommerce ul.order_details li:nth-child(5) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        width: 100%;
        border-right: 0
    }
    .woocommerce ul.order_details li:nth-child(2),
    .woocommerce ul.order_details li:nth-child(3),
    .woocommerce ul.order_details li:nth-child(4),
    .woocommerce ul.order_details li:nth-child(5) {
        border-top: 1px solid #ccc
    }
    .woocommerce-thankyou-order-received {
        font-size: 36px;
        margin: 36px 0 34px
    }
    .woocommerce-userPanel .woocommerce-Message--info {
        font-size: 30px;
        line-height: 32px
    }
    .woocommerce-userPanel .woocommerce-Message--info .button {
        margin-top: 24px
    }
    .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses>div,
    .woocommerce form.woocommerce-EditAccountForm>p {
        width: 100%;
        margin: 30px 0 0
    }
    .woocommerce form .woocommerce-address-fields .form-row.form-row-first,
    .woocommerce form .woocommerce-address-fields .form-row.form-row-last,
    .woocommerce form.woocommerce-EditAccountForm .form-row.form-row-first,
    .woocommerce form.woocommerce-EditAccountForm .form-row.form-row-last {
        float: none;
        width: auto
    }
    .commentlist .children {
        padding-left: 15px
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        -ms-flex-preferred-size: 36px;
        flex-basis: 36px;
        min-width: 36px;
        width: 36px;
        padding: 2px
    }
    .comment-text .star-rating>span {
        padding: 5px 10px
    }
    .row-products-list>div {
        width: 100%;
        min-width: 100%
    }
    .page-header-text p {
        font-size: 12px;
        line-height: 1.4;
        margin-top: 15px;
    }
}

@media (max-width:599px) {
    .productSingle-actions {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -10px
    }
    .productSingle-actions>li {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 10px
    }
    .productSingle-actions>li:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        width: 100%
    }
    .productSingle-title {
        font-size: 30px;
        line-height: 34px
    }
    .productSingle-price {
        font-size: 48px
    }
}

@media (max-width:479px) {
    .frontPage-header-itemWrapper {
        padding-right: 0;
        padding-left: 0
    }
    .frontPage-header-itemTitle span {
        font-size: 12px;
        line-height: 16px;
    }
    .frontPage-header-itemTitle {
        font-size: 36px
    }
    .row-products-list>div.sizeMax480 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        min-width: 100%;
        width: 100%
    }
    .mini-basket-list {
        max-height: 169px
    }
    .mini-basket-links a {
        display: block
    }
    .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
    }
    .table-details-thumb {
        float: none;
        height: 100px;
        width: 100px;
        border: 1px solid #dbdbdb;
        margin: 0 auto
    }
    .table-details-thumb img {
        height: 98px
    }
    .table-details-body {
        text-align: center;
        padding: 18px 0 0
    }
    .table-quantity-group {
        -webkit-justify-content: center;
        justify-content: center
    }
    .basket-summary-table tr td.title {
        white-space: normal
    }
    .content-thumbs>div {
        flex-basis: 100%;
        min-width: 100%;
        width: 100%
    }
    .comment_container {
        margin-top: 10px
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        display: none
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        min-height: auto;
        margin-left: 0
    }
    .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
    }
    .productSingle-contact a {
        display: block
    }
    .order-login-heading {
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .order-login-heading>div+div {
        margin-top: 15px
    }
}

@media (max-width:359px) {
    .search-page-error p {
        text-align: center;
        font-size: 16px;
    }
    .page-header-title {
        font-size: 28px;
    }
    .btn-primary.btn-blank {
        padding: 14px 20px;
    }
    .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
    }
    .navbar-actions {
        padding: 19px 0 19px 50px
    }
    .frontPage-header-itemTitle {
        font-size: 48px
    }
    .frontPage-blog-thumb {
        margin-right: 0;
        margin-left: 0
    }
    .frontPage-blog-content {
        padding-right: 0;
        padding-left: 0
    }
    .fullScreen-video-toggle {
        width: 128px;
        height: 128px
    }
    .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
    }
    .products-collection-content,
    .products-collection-thumbnail {
        padding-right: 0;
        padding-left: 0
    }
    .products-collectionPreview-wrapper {
        margin-right: -13px
    }
    .basket-summary-table {
        width: auto
    }
    .basket-summary-table,
    .basket-summary-table>tbody,
    .basket-summary-table>tbody>tr,
    .basket-summary-table>tbody>tr>td {
        display: block;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .basket-summary-table tr td.title {
        width: auto;
        text-align: center;
        padding-bottom: 0
    }
    .basket-summary-table tr td.price {
        text-align: center;
        padding-top: 0
    }
    .basket-coupon-title,
    .basket-summary-table tr.basket-shipment-info td,
    .basket-summary-title {
        text-align: center
    }
    .basket-coupon-group {
        -webkit-justify-content: center;
        justify-content: center
    }
    .basket-coupon-input {
        text-align: center;
        margin-right: 0
    }
    .partner-form {
        padding-right: 15px;
        padding-left: 15px
    }
    #customer_login h2,
    .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses>div,
    .woocommerce .woocommerce-customer-details,
    .woocommerce .woocommerce-order-details,
    .woocommerce form.login,
    .woocommerce form.register {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-height:479px) {
    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
    }
    .navbar-actions {
        padding: 19px 0 19px 50px
    }
    .dropdown-basket {
        padding-bottom: 15px
    }
    .mini-basket-list {
        max-height: 169px
    }
    .mini-basket-summary {
        display: none
    }
    .mini-basket-links {
        border-top: 1px solid #e8e8e8;
        margin: 0 -15px;
        padding: 5px 15px 0
    }
    .mini-basket-links a {
        margin-top: 10px
    }
    .mini-basket-links a+a {
        margin-top: 10px
    }
    .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
    }
    .wc_payment_method label {
        margin-right: 0
    }
}

@media (max-height:319px) {
    .mini-basket-list {
        max-height: 100px
    }
}

@media (min-width:992px) {
    .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
    }
    .product-item.w-actions:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: -83px;
        left: 0;
        background: #fff;
        border: 1px solid #707070;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        z-index: -1
    }
    .product-item.w-actions:focus:before,
    .product-item.w-actions:hover:before {
        opacity: 1
    }
    .product-item.w-actions:hover .product-item-thumb {
        border-color: transparent
    }
    .product-item.w-actions .product-item-addToCart,
    .product-item.w-actions .product-item-favorite {
        opacity: 0;
        -webkit-transition: background .3s ease, opacity .3s ease;
        transition: background .3s ease, opacity .3s ease
    }
    .product-item.w-actions:hover .product-item-addToCart,
    .product-item.w-actions:hover .product-item-favorite {
        opacity: 1
    }
    .row-w-banner {
        display: -webkit-flex;
        display: flex
    }
    .row-products-collection {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding-bottom: 72px
    }
    .row-products-collection:after,
    .row-products-collection:before {
        content: none;
        display: none;
        clear: none
    }
    .row-products-collection>div {
        float: none
    }
}

@media (min-width:768px) {
    .panel-footer-box .panel-collapse {
        display: block !important;
        height: auto !important
    }
}

@media (min-width:992px) {
    .row-order-sticky {
        display: -webkit-flex;
        display: flex
    }
    .shop-order-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 160px
    }
}

@media (min-width:1280px) {
    .row-basket-sticky {
        display: -webkit-flex;
        display: flex
    }
    .shop-basket-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 180px
    }
}

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

.cart_price.wdr_product_strikeout del {
    font-size: 20px;
}

.mini-basket-item .cart_price.wdr_product_strikeout del {
    font-size: 12px;
}

.cart_price.wdr_product_strikeout ins {
    text-decoration: none!important;
}

.table-priceTotal {
    min-width: 130px;
}

.table-priceTotal ins {
    text-decoration: none;
    font-weight: bold;
}

.table-priceTotal del {
    display: none;
}

.cart_price.wdr_cart_strikeout del {
    font-size: 13px;
}

.cart_price.wdr_cart_strikeout ins {
    text-decoration: none;
    font-weight: bold;
}

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

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) " ";
    display: none;
}

.woocommerce-userPanel table.shop_table_responsive tr td::before {
    display: none!important;
}

.shop_table.shop_table_responsive {
    width: 100%;
}

.cart-subtotal th {
    text-align: left;
}

.order-total th {
    text-align: left;
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity,
.woocommerce-cart-form__cart-item.cart_item .product-quantity input {
    max-width: 123px;
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity input {
    max-width: 100px;
}

.woocommerce-terms-and-conditions-checkbox-text {
    padding-left: 20px;
}

.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
    margin-top: 4px!important;
}

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

.course-progress-bar-wrapper-main {
    margin-bottom: 25px;
    font-weight: 600;
}

.course-progress-bar-wrapper {
    border: 1px solid #1e4acd;
}

.course-progress-bar {
    background: #1E4ACD;
}

.product-item-favorite {
    display: none;
}


/* warunki dostarczania tresci cyfrowych */

#digital_order_field_field .woocommerce-input-wrapper>label{
    padding-left: 20px;
}

.woocommerce form .form-row .input-checkbox{
    margin: 6px 0px 0 0;
    top: 0;
    left: 0;
}

.woocommerce-MyAccount-navigation ul{
    justify-content: center;
}

.woocommerce-MyAccount-navigation-link--downloads{
    display: none;
}

.woocommerce-button.button.cancel.order-actions-button{
    margin-top: 10px;
}