*,
:after,
:before,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px
}

body,
html {
    height: 100%;
    min-height: 100%
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: Poppins, Arial, sans-serif;
    line-height: 1.2;
    overflow-x: hidden
}

header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    z-index: 1;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 15px;
}

.header__middle {
    background: transparent
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in
}

.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hero__slider,
.hero__slider.slick-slider {
    width: 100%
}

.hero__banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% / 3 - 20px)
}

@media (max-width:1199px) {
    .hero__slider,
    .hero__slider.slick-slider {
        width: 100%;
        margin-bottom: 20px
    }
    .hero__banners {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
}

@media (max-width:767px) {
    .hero {
        padding-bottom: 0
    }
    .hero__slider,
    .hero__slider.slick-slider {
        width: 100%;
        margin-bottom: 0
    }
    .hero__banners {
        padding: 10px 0
    }
}

.hero-slider.slick-initialized .slick-slide,
.hero-slider__item {
    position: relative
}

.hero-slider.slick-initialized .slick-slide img,
.hero-slider__item img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto
}

.hero-slider div:nth-child(1) img {
    margin-top: 0
}

.hero-slider__text {
    position: absolute;
    bottom: 200px;
    left: 0;
    left: auto;
    right: 0;
    z-index: 2;
    width: 100%;
    padding: 0 30px;
    text-align: center
}

.hero-slider__heading {
    display: block;
    max-width: 465px;
    margin: 0 auto 40px;
    padding: 20px;
    font: 400 50px/1.3 Poppins, Arial, sans-serif;
    color: #010101;
    text-align: center;
    text-transform: uppercase;
    background: #d3dbd1
}

.hero-slider__lead {
    margin: 0 0 35px;
    font: 700 40px/1.2 Poppins, Arial, sans-serif;
    color: #000
}

.hero-slider__link {
    display: inline-block;
    margin: 0;
    padding: 5px 20px;
    font: 700 22px/1.3 Poppins, Arial, sans-serif;
    color: #020202;
    text-align: center;
    text-transform: uppercase;
    background: #f24841;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.hero-slider .owl-item,
.hero-slider .owl-stage,
.hero-slider .owl-stage-outer,
.hero-slider .slick-list,
.hero-slider .slick-slide,
.hero-slider .slick-track {
    height: 100%
}

.hero-slider .owl-dots,
.hero-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: center
}

.hero-slider .slick-dots li,
.hero-slider button.owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #e13737 !important;
    border-radius: 50%;
    outline: none
}

.hero-slider .owl-dot span,
.hero-slider .slick-dots li button {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: none;
    border-radius: 50%;
    background: #e13737;
    cursor: pointer;
    outline: none;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.hero-slider .owl-dot.active span,
.hero-slider .slick-active button {
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

@media (min-width:1200px) {
    .hero-slider__link:active,
    .hero-slider__link:focus,
    .hero-slider__link:hover {
        color: #fff
    }
}

@media (max-width:1440px) {
    .hero-slider__heading {
        font-size: 44px
    }
}

@media (max-width:767px) {
    .hero-slider.slick-initialized .slick-slide {
        display: block
    }
    .hero-slider.slick-initialized .slick-slide img {
        display: none
    }
    .hero-slider__text {
        width: 60%;
        padding: 0 15px
    }
    .hero-slider__heading {
        max-width: 200px;
        margin: 0 auto 15px;
        padding: 15px 10px;
        font-size: 22px
    }
    .hero-slider__lead {
        margin: 0 0 25px;
        font-size: 20px
    }
    .hero-slider__link {
        font-size: 14px
    }
}

.hero-banners__item {
    position: relative
}

.hero-banners__item:nth-child(odd) .hero-banners__text {
    left: auto;
    right: 0
}

.hero-banners__item img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.hero-banners__text {
    position: absolute;
    top: 62%;
    left: 0;
    z-index: 2;
    width: 50%;
    padding: 0 20px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-banners__heading {
    display: inline-block;
    margin: 0 0 20px;
    font: 400 32px/1.3 Poppins, Arial, sans-serif;
    color: #010101;
    text-transform: uppercase
}

.hero-banners__heading--light {
    color: #fff
}

.hero-banners__link {
    display: inline-block;
    margin: 0;
    padding: 5px 20px;
    font: 700 15px/1.3 Poppins, Arial, sans-serif;
    color: #020202;
    text-align: center;
    text-transform: uppercase;
    background: #f24841;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

@media (min-width:1200px) {
    .hero-banners__link:active,
    .hero-banners__link:focus,
    .hero-banners__link:hover {
        color: #fff
    }
}

@media (max-width:1440px) {
    .hero-banners__heading {
        font-size: 26px
    }
}

@media (max-width:1199px) {
    .hero-banners__item {
        width: 50%
    }
    .hero-banners__text {
        padding: 0 30px
    }
}

@media (max-width:991px) {
    .hero-banners__text {
        padding: 0 20px
    }
}

@media (max-width:767px) {
    .hero-banners__item {
        width: 100%;
        padding-top: 75%
    }
    .hero-banners__item:not(:last-child) {
        margin-bottom: 10px
    }
    .hero-banners__item img {
        display: none
    }
    .hero-banners__text {
        padding: 0 10px
    }
    .hero-banners__heading {
        display: block;
        margin: 0 auto 20px;
        font-size: 22px
    }
    .hero-banners__link {
        font-size: 14px
    }
}

.home-categories {
    overflow: hidden
}

.home-categories:not(:first-child) {
    padding: 0
}

.home-categories__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.home-categories__item {
    width: 33.33333%;
    padding: 0 15px 10px
}

.home-categories__link {
    position: relative;
    display: block;
    overflow: hidden
}

.home-categories__cover {
    display: block;
    width: 100%;
    max-width: 100%
}

.home-categories__heading {
    position: absolute;
    left: 40px;
    bottom: 40px;
    margin: 0;
    font: 600 24px/1.3 Poppins, Arial, sans-serif;
    color: #000;
    letter-spacing: 2.4px
}

.home-categories__heading:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    margin-top: 10px;
    background: #000
}

.home-categories .category-icons {
    margin-top: -233px
}

@media (min-width:992px) {
    .home-categories__cover {
        -webkit-transition: .4s linear;
        transition: .4s linear
    }
    .home-categories__cover:active,
    .home-categories__cover:focus,
    .home-categories__cover:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@media (max-width:991px) {
    .home-categories__heading {
        font-size: 18px;
        left: 20px;
        bottom: 20px
    }
    .home-categories .category-icons {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .home-categories__heading {
        left: 20px;
        bottom: 20px;
        font-size: 16px;
        letter-spacing: 1.6px
    }
    .home-categories__heading:after {
        width: 25px;
        margin-top: 7px
    }
    .home-categories__list {
        display: -webkit-box;
        justify-content: center;
        display: -ms-flexbox;
        display: flex
    }
    .home-categories__slider {
        display: none
    }
}

@media (max-width:575px) {
    .home-categories__list {
        margin: -5px;
        padding: 0
    }
    .home-categories__item {
        width: 100%;
        padding: 5px
    }
}

.category-slider__item {
    position: relative;
    min-height: 600px
}

.category-slider__item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    z-index: -1;
    background: #e4dfdc
}

.category-slider__text {
    padding-top: 100px;
    max-width: 50%;
    margin-left: auto;
    padding-left: 30px
}

.category-slider__heading {
    margin: 0 0 30px;
    font: 600 38px/1.3 Poppins, Arial, sans-serif;
    color: #000;
    letter-spacing: 2.4px
}

.category-slider__heading:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    margin-top: 10px;
    background: #000
}

.category-slider__desc {
    margin: 0;
    max-width: 500px;
    font: 400 18px/1.4 Poppins, Arial, sans-serif;
    color: #666
}

@media (max-width:991px) {
    .category-slider__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-size: cover !important
    }
    .category-slider__text {
        margin: 0;
        padding: 15px 30px;
        border-radius: 10px;
        background: hsla(0, 0%, 100%, .7);
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .24);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .24)
    }
}

@media (max-width:767px) {
    .category-slider__item {
        min-height: 500px;
        padding-bottom: 70px
    }
    .category-slider__text {
        max-width: calc(100% - 30px)
    }
    .category-slider__heading {
        font-size: 28px
    }
}

.category-icons {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto
}

.category-icons__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1px 0 0 1px
}

.category-icons__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% / 4 + 1px);
    margin: -1px 0 0 -1px;
    border: 1px solid #e6e6e6;
    background: hsla(0, 0%, 100%, .7);
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.category-icons__item:first-child {
    margin-left: calc(25% - 1px)
}

.category-icons__item:last-child {
    display: none
}

.category-icons__item:active,
.category-icons__item:focus,
.category-icons__item:hover {
    background: #777;
    border-color: #777
}

.category-icons__item:active .category-icons__title,
.category-icons__item:focus .category-icons__title,
.category-icons__item:hover .category-icons__title {
    color: #fff
}

.category-icons__link {
    display: block;
    padding: 60px 30px;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.category-icons__title {
    display: block;
    margin: 20px 0 0;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.category-icons__img {
    display: block;
    margin: 0 auto
}

.category-icons .owl-nav {
    position: absolute;
    top: 50%;
    left: calc((100% - 1440px) / 2);
    -webkit-transform: translateY(calc((100% + 30px) * -1));
    transform: translateY(calc((100% + 30px) * -1))
}

.category-icons .btn--carousel-nav {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #000;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    margin-right: 0;
    margin-left: 20px;
    outline: none
}

.category-icons .btn--carousel-nav:first-child {
    margin-left: 0
}

.category-icons .btn--carousel-nav:after {
    content: url(../img/arrow-long.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.category-icons .btn--nav-right:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.category-icons .btn--nav-right:hover:after {
    -webkit-transform: rotate(180deg) translateX(-3px);
    transform: rotate(180deg) translateX(-3px)
}

.category-icons .btn--nav-left:hover:after {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
}

@media (max-width:1500px) {
    .category-icons {
        max-width: 100%
    }
    .category-icons .owl-nav {
        left: 5px
    }
}

@media (max-width:991px) {
    .category-icons__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .category-icons__item {
        width: calc(100% / 3 + 1px)
    }
    .category-icons__item:first-child {
        margin-left: -1px
    }
    .category-icons .owl-nav {
        top: 0
    }
}

@media (max-width:767px) {
    .category-icons__item {
        width: calc(100% / 2 + 1px)
    }
    .category-icons__item:last-child {
        display: block
    }
    .category-icons__link {
        padding: 30px 10px
    }
    .category-icons .owl-nav {
        top: -60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.features {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden
}

.features__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: space-around
}

.features__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 325px;
    padding: 10px 15px;
    display: flex;
    align-items: center
}

.features__link {
    display: block;
    height: 100%;
    padding: 60px 20px 35px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.features__link:active,
.features__link:focus,
.features__link:hover {
    -webkit-box-shadow: 0 3px 8.64px .36px hsla(0, 0%, 86%, .56);
    box-shadow: 0 3px 8.64px .36px hsla(0, 0%, 86%, .56);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.features__heading {
    margin: 0 0 10px;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-transform: uppercase
}

.features__desc {
    margin: 0;
    font: 400 14px/1.4 Poppins, Arial, sans-serif;
    color: #666
}

@media (max-width:767px) {
    .features {
        padding: 0
    }
    .features__list {
        margin: 0
    }
    .features__item {
        width: 100%
    }
}

.partners {
    padding: 30px 0
}

.partners__top {
    padding: 20px 30px;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.partners__heading {
    margin: 0 0 10px;
    font: 700 20px/1.4 Poppins, Arial, sans-serif;
    color: #000
}

.partners__desc {
    margin: 0;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #666
}

.partners__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partners .partners-logos,
.partners__logos {
    padding: 20px 30px;
    overflow: hidden
}

.partners .partners-logos img,
.partners__logos img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.partners__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 12.5%;
    padding: 0 5px
}

.partners .slick-list {
    margin: 0 -15px
}

.partners .slick-slide {
    margin: 0 15px
}

.partners .btn--carousel-nav {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    background: url(../img/arrow-dark.svg) no-repeat 50%/15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.partners .btn--nav-left {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.partners .btn--nav-right {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.partners .disabled {
    opacity: .5
}

@media (max-width:991px) {
    .partners .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .partners__logo {
        width: 100%;
        height: 100%;
        min-height: 100%
    }
}

@media (max-width:767px) {
    .partners__logos,
    .partners__top {
        padding: 20px 15px
    }
}

.home-products,
.home-products__content {
    padding: 30px 0
}

.home-products__headings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.home-products__btn {
    position: relative;
    margin: 0 30px;
    padding: 20px 0;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.home-products__btn:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    margin: 0 auto;
    background: #000;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.home-products__btn.active:after {
    width: 100%
}

.featured-products {
    padding: 30px 0
}

.featured-products__heading {
    margin: 0 0 35px;
    padding: 0 30px;
    font: 700 26px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase
}

.featured-products__desc {
    margin: 0 0 20px;
    padding: 0 30px;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #666
}

.featured-products__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px
}

.featured-products__item,
.featured-products__list .product-list__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: flex;
    width: 100%
}

.featured-products__show-all {
    display: block;
    width: 150px;
    margin-left: auto;
    padding: 10px 20px;
    font: 700 15px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #000;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

@media (min-width:1200px) {
    .featured-products__show-all:active,
    .featured-products__show-all:focus,
    .featured-products__show-all:hover {
        color: #fff;
        border-color: #e13737;
        background: #e13737
    }
}

@media (max-width:1199px) {
    .featured-products__item,
    .featured-products__list .product-list__item {
        width: 33.33333%
    }
}

@media (max-width:991px) {
    .featured-products__item,
    .featured-products__list .product-list__item {
        width: 50%
    }
    .featured-products__show-all {
        margin-right: auto
    }
}

@media (max-width:767px) {
    .featured-products__desc,
    .featured-products__heading {
        padding: 0 15px
    }
    .featured-products__list {
        padding: 0 5px
    }
}

@media (max-width:575px) {
    .featured-products__item,
    .featured-products__list .product-list__item {
        width: 100%
    }
}

.product-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

.product-card__labels {
    left: 10px
}

.product-card__labels,
.product-card__rating {
    position: absolute;
    top: 10px;
    z-index: 5;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
    padding: 10px 0
}

.product-card__rating {
    right: 10px;
    text-align: right
}

.product-card__rating img {
    vertical-align: middle
}

.product-card__image {
    position: relative
}

.product-card__image img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.product-card__image .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.product-card__image:focus .hover-img,
.product-card__image:focus .single-img,
.product-card__image:hover .hover-img,
.product-card__image:hover .single-img {
    opacity: 1
}

.product-card__variants {
    display: none;
    /* display: -webkit-box;
    display: -ms-flexbox; */
    /* display: flex; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card__title,
.product-card__variants {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    padding: 10px 0
}

.product-card__title {
    display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #141414;
}

.product-card__prices {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    padding: 0 0 10px;
}

.product-card__price {
    color: #B7428F;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}

.product-card__actions {
    position: absolute;
    top: 150px;
    right: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:1200px) {
    .product-card:active .product-card__title:before,
    .product-card:focus .product-card__title:before,
    .product-card:hover .product-card__title:before {
        opacity: 1
    }
    .product-card:active .product-card__actions,
    .product-card:focus .product-card__actions,
    .product-card:hover .product-card__actions {
        right: 20px;
        opacity: 1;
        visibility: visible
    }
    .product-card__actions {
        top: 30%;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:991px) {
    .product-card__title {
        text-overflow: ellipsis;
        overflow: hidden
    }
}

.labels__available {
    display: inline-block;
    margin: 0;
    padding: 1px 7px;
    font: 400 10px/1.4 Poppins, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 20px;
    background: #1dc3ae;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.variant-links__color {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 3px;
    border: 1px solid rgba(0, 0, 0, .01);
    border-radius: 50%;
    background-size: contain;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .19);
    cursor: pointer
}

@media (min-width:1200px) {
    .variant-links__color:active,
    .variant-links__color:focus,
    .variant-links__color:hover {
        -webkit-box-shadow: 0 10px 11px 0 rgba(0, 0, 0, .39);
        box-shadow: 0 10px 11px 0 rgba(0, 0, 0, .39);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }
}

.product-actions__quick-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-actions__quick-view svg {
    display: inline-block
}

.product-actions__quick-view:active,
.product-actions__quick-view:focus,
.product-actions__quick-view:hover {
    background-color: #ee6700 !important
}

.product-actions__quick-view:active svg,
.product-actions__quick-view:focus svg,
.product-actions__quick-view:hover svg {
    fill: #fff
}

.product-actions__add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-actions__add-to-cart svg {
    display: inline-block
}

.product-actions__add-to-cart:active,
.product-actions__add-to-cart:focus,
.product-actions__add-to-cart:hover {
    background-color: #ee6700 !important
}

.product-actions__add-to-cart:active svg,
.product-actions__add-to-cart:focus svg,
.product-actions__add-to-cart:hover svg {
    fill: #fff
}

.product-actions__add-to-cart .product-add-to-cart-mini {
    width: 20px;
    height: 20px
}

.product-actions__add-to-cart button {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    outline: none !important
}

.svgic {
    display: inline-block;
    fill: currentColor;
    height: 20px;
    pointer-events: none;
    vertical-align: top;
    width: 20px
}

.homepage-blog {
    padding: 30px 0
}

.homepage-blog__heading {
    margin: 0 0 35px;
    padding: 0 30px;
    font: 700 26px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase
}

.homepage-blog__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden
}

.homepage-blog__item {
    position: relative
}

.homepage-blog .post {
    height: 100%
}

.homepage-blog .post__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border: none;
    overflow: hidden
}

.homepage-blog .post__cover img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .4s linear;
    transition: .4s linear;
    -webkit-transform: none;
    transform: none
}

.homepage-blog .post__cover img:active,
.homepage-blog .post__cover img:focus,
.homepage-blog .post__cover img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.homepage-blog .post__date {
    display: block;
    padding: 20px 15px 10px;
    font: 400 10px/1.2 Poppins, Arial, sans-serif;
    color: #666;
    letter-spacing: 1px;
    text-transform: uppercase
}

.homepage-blog .post__date:before {
    display: none
}

.homepage-blog .post__title {
    padding: 0 15px 20px;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #000
}

.homepage-blog .post__title:active a,
.homepage-blog .post__title:focus a,
.homepage-blog .post__title:hover a {
    color: #000
}

.homepage-blog .post__content {
    padding: 0 15px 30px
}

.homepage-blog .post__content p {
    font: 400 13px/1.7 Poppins, Arial, sans-serif;
    color: #666
}

.homepage-blog .slick-list {
    margin: 0 -10px
}

.homepage-blog .slick-slide {
    margin: 0 10px
}

.homepage-blog .slick-track img {
    width: 100%
}

.homepage-blog .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17px 0 10px
}

.homepage-blog .slick-dots li {
    display: block;
    height: 2px;
    width: 15px;
    margin-right: 20px;
    background: hsla(0, 0%, 66%, .5);
    outline: none;
    -webkit-transition: 1s ease-in;
    transition: 1s ease-in
}

.homepage-blog .slick-dots li button {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: none;
    -webkit-transition: 1s ease-in;
    transition: 1s ease-in
}

.homepage-blog .slick-dots li:active,
.homepage-blog .slick-dots li:focus,
.homepage-blog .slick-dots li:hover {
    background: #000;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.homepage-blog .slick-dots .slick-active button {
    height: 4px;
    width: 20px;
    background: #666
}

@media (max-width:1199px) {
    .homepage-blog .post__cover img {
        height: 300px
    }
}

@media (max-width:991px) {
    .homepage-blog .post__cover img {
        height: 250px
    }
    .homepage-blog .post__date {
        padding: 20px 15px 10px
    }
    .homepage-blog .post__title {
        padding: 0 15px 17px
    }
    .homepage-blog .post__content {
        padding: 0 15px 20px
    }
}

@media (max-width:767px) {
    .homepage-blog .slick-list {
        margin: 0 -5px
    }
    .homepage-blog .slick-slide {
        margin: 0 5px
    }
}

@media (max-width:575px) {
    .homepage-blog {
        padding: 25px 0
    }
    .homepage-blog__heading {
        margin: 0 0 15px;
        font-size: 30px;
        line-height: 2.1
    }
    .homepage-blog .post {
        padding: 0
    }
    .homepage-blog .post__cover img {
        height: 200px
    }
    .homepage-blog .post__date {
        padding: 30px 30px 10px
    }
    .homepage-blog .post__title {
        padding: 0 30px 20px
    }
    .homepage-blog .post__content {
        padding: 0 30px 30px
    }
    .homepage-blog .slick-list,
    .homepage-blog .slick-slide {
        margin: 0
    }
}

.post {
    padding: 0 0 30px
}

.post__cover {
    overflow: hidden
}

.post__cover:active img,
.post__cover:focus img,
.post__cover:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.post__cover a {
    display: block;
    background: rgba(0, 0, 0, .5)
}

.post__cover img {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .5s linear;
    transition: .5s linear;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.post__title {
    margin: 0;
    padding: 20px 15px 10px;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #000
}

.post__title a {
    display: block;
    color: #000
}

.post__title a:hover {
    color: #000
}

.post__content {
    padding: 10px 40px 20px
}

.post__content p {
    margin: 0;
    padding: 0 0 15px;
    font: normal 1rem/1.5 Poppins, Arial, sans-serif;
    color: #666
}

.post__content p:last-child {
    padding: 0
}

@media (max-width:575px) {
    .post__title {
        font-size: 1.25rem
    }
}

.instagram {
    margin: 0 auto;
    max-width: 1200px;
    padding: 50px 0;
    background-color: #fff
}

.instagram__desc {
    padding: 0 5px
}

.instagram__desc p {
    margin: 0 0 15px;
    font: 400 14px/1.4 Poppins, Arial, sans-serif;
    color: #666
}

.instagram__heading {
    margin: 0 0 35px;
    padding: 0 30px;
    font: 700 26px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase
}

.instagram__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.instagram__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.instagram__image {
    width: 100%;
    max-width: 100%;
    height: auto
}

.instagram .slick-list {
    margin: 0 -10px
}

.instagram .slick-slide {
    margin: 0 10px
}

@media (max-width:991px) {
    .instagram {
        padding: 30px 0
    }
    .instagram__desc {
        padding: 0 15px 30px
    }
    .instagram__desc p {
        margin: 0 0 15px;
        font: 400 14px/1.4 Poppins, Arial, sans-serif;
        color: #666
    }
    .instagram .slick-list {
        margin: 0 -5px
    }
    .instagram .slick-slide {
        margin: 0 5px
    }
}

@media (max-width:576px) {
    .instagram .slick-list,
    .instagram .slick-slide {
        margin: 0
    }
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      flex-direction: column;
    padding: 60px 20px 50px;
    background: #141414;
  }

.footer__links {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 10px;
    width: calc(100%/4);
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 30px 0 0;

}

.footer__copyright {
    margin: 0;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #ccc
}

.footer__cart {
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 999
}

@media (min-width:1200px) {
    .footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

}

@media (min-width:992px) {
    .footer__links {
        padding: 10px 10px 30px
    }
}

@media (max-width:991px) {
    .footer__links {
        width: 50%
    }
}

@media (max-width:767px) {
    .footer {
        padding: 30px 5px
    }
    .footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:575px) {
    .footer__links {
        width: 100%
    }
    .footer__bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-links--feedback .footer-links__heading.active+.footer-links__list {
    display: none
}

.footer-links__heading {
    margin: 0 0 25px;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #f5f5f5;
 
}

.footer-links__heading.active+.footer-links__list {
    display: block
}

.footer-links__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-links__item {
    display: flex;
    margin-bottom: 10px
}
li.footer-links__item:before {
  content: url(../img/arrow-right.svg);
  width: 5px;
  display: block;
  margin-right: 7px;
}
.footer-links__link {
    font: 400 14px/1.4 Poppins, Arial, sans-serif;
    color: #c9c9c9
}

@media (min-width:1200px) {
    .footer-links__link:active,
    .footer-links__link:focus,
    .footer-links__link:hover {
        color: #fff
    }
}

@media (max-width:575px) {
    .footer-links__heading {
        margin: 0
    }
    .footer-links__list {
        display: none;
        padding-top: 20px
    }
}

.feedback-to-owner__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.feedback-to-owner__image {
    padding-right: 20px
}

.feedback-to-owner__image img {
    display: block;
    border-radius: 50%;
    overflow: hidden
}

.feedback-to-owner__heading {
    margin: 0 0 5px;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-transform: uppercase
}

.feedback-to-owner__desc {
    margin: 0;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #666
}

.feedback-to-owner__link {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    font: 700 15px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #000;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

@media (min-width:1200px) {
    .feedback-to-owner__link:active,
    .feedback-to-owner__link:focus,
    .feedback-to-owner__link:hover {
        color: #fff;
        border-color: #e13737;
        background: #e13737
    }
}

@media (max-width:575px) {
    .feedback-to-owner {
        padding: 20px 0
    }
}

.store-info__email,
.store-info__phones {
    padding-bottom: 15px
}

.footer-phones__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-phones__item {
    display: block;
    margin-bottom: 5px;
    white-space: nowrap
}

.footer-phones__item:before,
.footer-email__link:before  {
    display: inline-block;
    width: 28px;
    height: 20px;
    margin-right: 10px;
    padding: 2px;
    line-height: 20px;
    vertical-align: middle
}

.footer-phones__item--kyivstar:before {
    content: url(../img/phone-ico_kyivstar.svg)
}

.footer-phones__item--vodafone:before {
    content: url(../img/phone-ico_vodafone.svg)
}

.footer-phones__item--life:before {
    content: url(../img/phone-ico_life.svg)
}
.footer-email__link:before {
  content: url(../img/email.svg)
}
.footer-phones__link {
    font: 400 14px/1.4 Poppins, Arial, sans-serif;
    color: #c9c9c9;
    vertical-align: middle;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.footer-email__heading {
    margin: 0 0 15px;
    color: #fff
}

.footer-email__heading,
.footer-email__link {
    font: 400 14px/1.4 Poppins, Arial, sans-serif;
}

.footer-email__link {
    color: #c9c9c9
}

.work-hours__heading {
    margin: 0 0 15px;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #fff
}

.work-hours__desc {
    margin: 0 0 15px;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #ccc
}

.footer-address__heading {
    margin: 0 0 15px;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #fff
}

.footer-address__desc {
    margin: 0;
    font: 400 14px/1.4 Poppins, Arial, sans-serif;
    color: #c9c9c9;
    max-width:280px;
}

.payment-logos__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.payment-logos__item {
    margin-right: 10px
}

.payment-logos__item:last-child {
    margin-right: 0
}

@media (max-width:575px) {
    .payment-logos {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        padding-top: 20px
    }
    .payment-logos__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:575px) {
    .developers {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        padding-top: 20px;
        text-align: center
    }
}

.footer-cart__link {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff url(../img/paper-bag-full.svg) no-repeat 50%/18px;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .15)
}

.footer-cart__quantity {
    position: absolute;
    top: -11px;
    right: 2px;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    font: 400 10px/20px Poppins, Arial, sans-serif;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    background: #222;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff
}

#back-top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
    border-radius: 100%;
    background: #383838;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

#back-top a {
    display: block;
    width: 36px;
    height: 36px;
    margin: 2px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: url(../img/double-right-arrows-angles.svg) no-repeat 50%/10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#back-top:active,
#back-top:focus,
#back-top:hover {
    background: #000
}

.product__modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    display: none;
    width: 100%;
    background: rgba(46, 204, 113, .8)
}

.product__modal .btn-close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 12px;
    height: 12px;
    border: none;
    background: #fff url(../img/close-cross.svg) no-repeat 50%/contain
}

.product__modal .modal-content {
    padding: 20px;
    color: #fff;
    text-align: center
}

@media (max-width:991px) {
    .product__modal .modal-content {
        padding: 20px 15px
    }
}

.product__modal .modal-title {
    display: block;
    margin: 0 0 15px;
    font: 700 20px/1.4 PT Sans, Arial, sans-serif;
    font: 700 20px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase
}

.product__modal .modal-link {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 20px;
    font: 700 15px/1.4 PT Sans, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #000;
    background: #fff;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.product__modal .modal-link:active,
.product__modal .modal-link:focus,
.product__modal .modal-link:hover {
    color: #fff;
    border-color: #e13737;
    background: #e13737
}

@media (max-width:1199px) {
    .product__modal {
        max-width: calc(100% - 30px)
    }
}

.owner-feedback {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background: rgba(0, 0, 0, .5);
    overflow: auto
}

.owner-feedback__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
    width: 800px;
    max-width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.owner-feedback__form {
    position: relative;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
    padding: 30px 20px;
    background: #fff
}

.owner-feedback__heading {
    margin: 0 0 20px;
    font: 700 22px/1.3 Poppins, Arial, sans-serif;
    color: #272727;
    text-align: center
}

.owner-feedback__subheading {
    margin: 0 0 35px;
    font: 600 18px/1.3 Poppins, Arial, sans-serif;
    color: #272727;
    text-align: center
}

.owner-feedback__cover {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
    background: url(../img/owner-feedback_bg.jpg) no-repeat 100%/cover
}

.owner-feedback__input {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 20px;
    font: normal 14px/1.3 Poppins, Arial, sans-serif;
    color: #272727;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background: #fff;
    outline: none
}

.owner-feedback__input.error {
    border-color: red
}

.owner-feedback__textarea {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding: 20px;
    font: normal 14px/1.3 Poppins, Arial, sans-serif;
    color: #272727;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background: #fff;
    outline: none;
    resize: none
}

.owner-feedback__submit {
    display: block;
    margin: 0 auto;
    padding: 10px 30px;
    font: 700 14px/1.3 Poppins, Arial, sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
    background: #383838;
    cursor: pointer
}

.owner-feedback__close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    height: 25px;
    width: 25px;
    background: url(../img/delete.svg) no-repeat 50%/22px;
    border: none;
    cursor: pointer;
    outline: none
}

.owner-feedback__success {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
    min-height: 600px;
    background: #fff
}

.owner-feedback__success p {
    font: 700 22px/1.3 Poppins, Arial, sans-serif;
    color: #272727;
    text-align: center;
    margin: 0 0 20px
}

.owner-feedback__success.hide {
    display: none
}

@media screen and (max-width:767px) {
    .owner-feedback {
        padding: 20px
    }
    .owner-feedback__inner {
        position: static;
        width: 100%;
        margin: 0 auto;
        -webkit-transform: none;
        transform: none
    }
    .owner-feedback__cover {
        display: none
    }
    .owner-feedback__form,
    .owner-feedback__success {
        width: 100%
    }
}

form#dialog-feedback-to-owner input::placeholder,
form#dialog-feedback-to-owner textarea::placeholder {
    color: #666
}

#index .banner img {
    width: 100%
}

#index #main .page-home .features {
    display: none
}

#content .hero-banners>div:nth-child(2)>a>.hero-banners__text {
    top: 70%;
    left: 8%
}

#content .hero__banners.hero-banners>div:nth-child(1)>a>.hero-banners__text {
    left: 50%
}

@media (max-width:767px) {
    #content .hero-banners>div:nth-child(2)>a>.hero-banners__text {
        left: 2%
    }
}

.glitch-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    transition: all 0.8s cubic-bezier(.23, 1, .32, 1);
    text-transform: uppercase
}

.glitch-btn:hover {
    color: #ee6700
}

.glitch-btn:hover:before {
    background: #4e4e4e;
    transform: translateX(2250%) scaleX(50) scaleY(.2)
}

.glitch-btn:before {
    content: "";
    position: absolute;
    left: -10%;
    top: -10%;
    background: #383838;
    width: 4px;
    height: 120%;
    padding: 0;
    z-index: -1;
    transition: all 0.8s cubic-bezier(.23, 1, .32, 1)
}

@keyframes glitchin {
    100% {
        transform: translate(0, 0)
    }
    95% {
        -webkit-transform: translate(.5px, .05px);
        transform: translate(.5px, .05px)
    }
    90% {
        -webkit-transform: translate(.6px, -.3px);
        transform: translate(.6px, -.3px)
    }
    85% {
        -webkit-transform: translate(1.2px, 0);
        transform: translate(1.2px, 0)
    }
    80% {
        -webkit-transform: translate(1.2px, .2px);
        transform: translate(1.2px, .2px)
    }
    75% {
        -webkit-transform: translate(.5px, 1px);
        transform: translate(.5px, 1px)
    }
    70% {
        -webkit-transform: translate(.3px, 1.2px);
        transform: translate(.3px, 1.2px)
    }
    65% {
        -webkit-transform: translate(-2.1px, .7px);
        transform: translate(-2.1px, .7px)
    }
    60% {
        -webkit-transform: translate(3.6px, .4px);
        transform: translate(3.6px, .4px)
    }
    55% {
        -webkit-transform: translate(.45px, 1.8px);
        transform: translate(.45px, 1.8px)
    }
    50% {
        -webkit-transform: translate(-3px, -1px);
        transform: translate(-3px, -1px)
    }
    45% {
        -webkit-transform: translate(-4.4px, 1.1px);
        transform: translate(-4.4px, 1.1px)
    }
    40% {
        -webkit-transform: translate(-4.2px, 2.4px);
        transform: translate(-4.2px, 2.4px)
    }
    35% {
        -webkit-transform: translate(2.6px, 1.3px);
        transform: translate(2.6px, 1.3px)
    }
    30% {
        -webkit-transform: translate(-1.4px, 2.8px);
        transform: translate(-1.4px, 2.8px)
    }
    25% {
        -webkit-transform: translate(6px, .75px);
        transform: translate(6px, .75px)
    }
    20% {
        -webkit-transform: translate(0, -1.6px);
        transform: translate(0, -1.6px)
    }
    15% {
        -webkit-transform: translate(-5.95px, -.85px);
        transform: translate(-5.95px, -.85px)
    }
    10% {
        -webkit-transform: translate(3.6px, 3.6px);
        transform: translate(3.6px, 3.6px)
    }
    5% {
        -webkit-transform: translate(-.95px, -.95px);
        transform: translate(-.95px, -.95px)
    }
}

.glitch-btn .mask {
    position: absolute;
    -webkit-backface-visibility: hidden;
    height: 20%;
    width: 100%;
    overflow: hidden;
    display: none
}

.glitch-btn .mask span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    top: -100%
}

.glitch-btn .mask {
    top: 20%
}

.glitch-btn:hover .mask {
    animation: glitchin 0.2s both
}

.glitch-btn:hover .text {
    animation: fade-in 0.8s forwards
}

.glitch-btn:hover .mask {
    display: block
}

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

.product-card__price--old,
.regular-price {
    text-decoration: line-through
}

#index .home-categories__link {
    display: flex;
    justify-content: center
}

.home-categories__link a {
    padding: 50px 0
}

.home-categories__link span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 51px;
    border-bottom: 2px solid #000;
    padding-bottom: 7px
}

.home-categories__middle {
    width: 100%;
    position: relative
}

#index .home-categories__list {
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1px 0 0 1px
}

.home-categories__list-item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% / 4 - 15px);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
    border-radius: 6px;
}

.home-categories__list-link {
    display: block;
    box-sizing: border-box;
    position: relative
}
.home-categories__list-link:hover .home-categories__list-title{
  background: #B7428F;
}
.home-categories__list-img {
    display: block;
    width: 100%;
    /* padding: 18px 25px; */
    height: auto
}

.home-categories__list-link.visible:before {
    opacity: 1
}

.home-categories__list-title {
        background: #141414;
    border-radius: 0px 0px 6px 6px;
    height: 40px;
    justify-content: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #F5F5F5;
}

.home-categories__middle-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 4vw;
    justify-content: center;
    position: absolute;
    bottom: 11vw;
    width: 25%;
    max-height: 115px
}

.home-categories__middle-text span:nth-child(1) {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 4.5vw;
    line-height: 51px;
    margin-bottom: 3vw;
    text-align: center;
    text-transform: uppercase
}

.home-categories__middle-text span:nth-child(2) {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 4.5vw;
    letter-spacing: 0;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase
}

.home-categories__middle-text span:nth-child(2):before {
    content: '';
    height: 4px;
    background: #000;
    width: 84px;
    display: block;
    z-index: 99999;
    position: absolute;
    bottom: -5vw;
    margin-left: 7px
}

@media (max-width:1199px) {
    .home-categories__list-title {
        font-size: 20px
    }
}

@media (max-width:991px) {
    .home-categories__middle-text span:nth-child(1) {
        margin-bottom: 0
    }
    .home-categories__middle-text span:nth-child(2):before {
        bottom: -3vw;
        margin-left: 2px
    }
    .home-categories__list-title {
        bottom: 13px;
        font-size: 17px
    }
}

@media (max-width:767px) {
    .home-categories__list-item {
        width: calc(100% / 2)
    }
    .home-categories__middle>ul>li:nth-child(5) {
        margin-left: 0
    }
    .home-categories__middle>ul>li:nth-child(1) {
        margin-left: calc(50% - 1px)
    }
    .home-categories__middle-text {
        bottom: 0;
        top: 0;
        width: 50%
    }
    .home-categories__middle-text span:nth-child(1) {
        font-size: 7.5vw;
        margin-bottom: 29px
    }
    .home-categories__middle-text span:nth-child(2) {
        font-size: 8.5vw
    }
    .home-categories__middle-text span:nth-child(2):before {
        bottom: -7vw
    }
    .home-categories__middle-text {
        top: 80px
    }
    .home-categories__link span {
        font-size: 23px
    }
}

@media (max-width:596px) {
    .home-categories__middle>ul>li:nth-child(1) {
        margin-left: 0
    }
    .home-categories__link a {
        padding: 20px 0
    }
    .home-categories__list-item {
        width: 100%
    }
    .home-categories__middle-text {
        display: none
    }
    .home-categories__link span {
        font-size: 15px
    }
}
#index .home-banners__list {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1px 0 0 1px
}

.home-banners__list-item {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: calc(100% / 2 - 15px);
}
.home-banners__list-img {
  display: block;
  width: 100%;
  height: auto;
}
.utp {
  display: flex;
  flex-wrap: wrap;
 
  margin: 0 auto;
}

.utp-block {

  align-items: center;
  width: calc(100% / 4);
}

.utp-block__image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
}
.utp-block {
  padding: 15px;
  display: flex;
  align-items: center;}
p.utp-title {
  font: 700 12px/1.4 Poppins,Arial,sans-serif;

  align-items: center;
}
p.utp-subtitle {
  font: 400 14px/1.3 Poppins,Arial,sans-serif;
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  align-items: center;
  color: #6C6C6C;
} 
p.product-status {
    font-size: 12px;
}
.hide {
    max-height: 190px
}

.instagram__desc {
    overflow: hidden;
    position: relative
}

.hide:after {
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #fff));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff 75%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}

.btn-read-more {
    cursor: pointer;
    font: 700 16px/30px Poppins, Arial, sans-serif;
    padding: 8px 30px;
    text-align: center;
    letter-spacing: .75px;
    text-transform: uppercase;
    width: 210px;
    background: #fff;
    color: #333;
    margin-bottom: 20px;
    border: none;
    background-color: #fff;
    border: 2px solid #272727;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.btn-read-more__disable {
    display: none
}

.btn-read-more:hover {
    color: #fff;
    background-color: #272727
}

.ac_results ul {
    list-style: none;
    background: #fff;
    position: relative;
    padding: 10px;
    font-size: 12px
}

.ac_results li {
    padding: 6px 1px
}

.ac_results li:hover {
    padding: 6px 1px;
    cursor: pointer;
    text-decoration: underline
}

li.home-categories__list-item-wide {
    width: calc(100% - 100% / 5 - 10px)
}

li.home-categories__list-item-wide img {
    max-height: 290px
}

.home-categories__double .home-categories__list-item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% / 3);
}

.home-categories__double ul,
.home-categories__double {
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
}

.home-categories__double li.left-hight,
.home-categories__double li.right-hight {
    width: 25%;
}

.home-categories__double li.left-hight li,
.home-categories__double li.right-hight li {
    width: 100%;
}

.home-categories__double li.right-double,
.home-categories__double li.left-double {
    width: 75%;
}

.product-list__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
}

.product-list__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100% !important;
    display: flex;
}



.product-card__title {
    margin: 0;
    width: 100%;
    text-align: left;
    min-height: 100px;
}

.button-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.ajax_add_to_cart_button {
    color: #F5F5F5;
    background: #141414;
    height: 40px;
    padding: 0 10px;
    line-height: 1.1;
    border: 1px solid #141414;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}
.ajax_add_to_cart_button:hover {
    background: #B7428F;
    color: #F5F5F5;
    border-color: #B7428F;
}
.ajax_add_to_cart_button svg {
    margin-right:10px;
}
.quantity {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}
.product-card-footer-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.quantity input {
    width: 53px;
    height: 40px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    padding-left: 0px;
    margin: 0;
    text-align: center;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 36px;
}

.quantity-button {
    width: 20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.wishlist a {
    display: flex;
    padding: 5px 10px;
    align-items: center;
}

.price_sub {
    margin-top: auto;
    min-height: 19px;
}

.low-stock {
    font-size: 12px;
}

.product-card__info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex: 1;
}

.features--info {
    background: #e1e3e3;
    margin-bottom: 60px;
}

.icon.icon-delivery::before {
    content: ' ';
    background-image: url("https://dev.double-beauty-shop.de/img/icon/free-delivery.svg");
    margin-right: 15px;
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
}

.icon.icon-time::before {
    content: ' ';
    background-image: url("https://dev.double-beauty-shop.de/img/icon/badge.svg");
    margin-right: 15px;
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
}

.icon.icon-return::before {
    content: ' ';
    background-image: url("https://dev.double-beauty-shop.de/img/icon/nail-polish.svg");
    margin-right: 15px;
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
}

.icon.icon-info::before {
    content: ' ';
    background-image: url("https://dev.double-beauty-shop.de/img/icon/online-shopping.svg");
    margin-right: 15px;
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
}

.icon.icon-phone::before {
    content: ' ';
    background-image: url("https://dev.double-beauty-shop.de/img/icon/whatsapp.svg");
    margin-right: 15px;
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
}

.icon.icon-mail::before {
    content: ' ';
    background-image: url("https://dev.double-beauty-shop.de/img/icon/email.svg");
    margin-right: 15px;
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
}

.icon.icon-cookies::before {
    content: ' ';
    background-image: url(https://dev.double-beauty-shop.de/img/icon/cookie.svg);
    width: 30px;
    height: 30px;
    display: block;
    background-size: cover;
}

.wide {
    width: calc(100% / 2 - 20px);
}



.block_content {
    max-width: 630px;
    margin: 0 auto;
}
.block_content form p {
    display: flex;
    flex-direction: column;
}
.footer-title.section-footer-title {
    font: 700 30px/30px Poppins, Arial, sans-serif;
    margin-bottom: 0;
}

@media (min-width:767px) and (max-width:1500px) {


    .product-list__item {
        width: 100% !important;
    }
    div#layerslider_1 {
        max-width: 1000px !important;
    }
}

button.btn.btn--carousel-nav.prev {
    position: absolute;
    top: 40%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 0px rgba(20, 20, 20, 0.5);
    left: 9px;
    color: #fff;
    background: rgba(20, 20, 20, 0.5);
}

button.btn.btn--carousel-nav.next {
    position: absolute;
    top: 40%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 0px rgba(20, 20, 20, 0.5);
    right: 9px;
  
    color: #fff;
    background: rgba(20, 20, 20, 0.5);
}

button.btn.btn--carousel-nav.prev:hover,
button.btn.btn--carousel-nav.next:hover {
    background: rgba(20, 20, 20, 0.7);
}
#recentpost li {
    list-style: none;
    padding: 15px;
}
#recentpost{
padding: 0;
margin: 0;
}

.title_block {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 19px;
  color: #141414;
  font-family: 'Poppins';
}
.post-name {
    font-family: 'Poppins';
font-size: 16px;
font-weight: 500;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
color: #141414;
min-height: 60px;
}
.beesblogrecentposts-content {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #6C6C6C;
}
.blog-nav-button {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.blog-nav-button a {
    color: #B7428F;
    cursor: pointer;
}