@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.eot');
    src: url('../fonts/poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins/Poppins-Light.ttf') format('truetype'),
    url('../fonts/poppins/Poppins-Light.woff') format('woff'),
    url('../fonts/poppins/Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.eot');
    src: url('../fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/poppins/Poppins-Regular.woff') format('woff'),
    url('../fonts/poppins/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.eot');
    src: url('../fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/poppins/Poppins-Medium.ttf') format('truetype'),
    url('../fonts/poppins/Poppins-Medium.woff') format('woff'),
    url('../fonts/poppins/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

address {
    font-style: normal;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: transparent;
}

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

.poppins-light {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.poppins-medium {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

@media (min-width: 767px) and (max-width: 992px) {
    .header_logo {
        max-width: 140px;
    }
}

header {
    border: 0 !important;
}

.container,
.page-main .columns {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
}

.header.content {
    display: none;
}

.header__center_search {
    align-items: center;
    position: relative;
    width: 550px;
    height: 40px;
}

.header__center_search .aa-Input {
    height: 40px;
    border-color: #A6A6A6;
    border-radius: 8px;
}

.header__center_search .aa-Input:focus {
    box-shadow: none;
}

.header__center_search .aa-Input::placeholder {
    color: transparent;
}

.header__center_search .aa-InputWrapperPrefix {
    display: flex !important;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.aa-SourceFooter .hidden {
    display: block !important;
    font-size: 14px;
}

.header__center_search .aa-SubmitIcon {
    fill: #3F4658;
    background-color: #fff;
    z-index: 999;
}

.header__center_search .aa-InputWrapperSuffix {
    padding-right: 40px;
}

.aa-Panel > div {
    flex-wrap: wrap;
}

.aa-Panel > div > div {
    width: 100%;
}

.aa-Panel > div > div .aa-SourceHeader {
    padding-top: 8px;
    padding-bottom: 8px;
}

.aa-Panel > div > div .aa-SourceHeader .category,
.aa-Panel > div > div span.tracking-wider,
.aa-Panel > div > div #autocomplete-products-footer a,
.aa-Panel > div > div .aa-Source span {
    color: #A43387;
}

.aa-Panel > div > div em {
    font-style: normal;
    font-weight: 700;
}

.aa-Panel > div > div .aa-List span.highlight {
    color: #000 !important;
}

@media screen and (max-width: 992px) {
    .header__center_search {
        width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .header__center_search {
        position: absolute;
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
        top: 80px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .header__center_search {
        top: 90px;
    }
}

.header__center_search .aa-InputWrapper {
    padding: 0;
}

.aa-Panel {
    margin: 0;
}

.header__center_search .block-title {
    display: none;
}

.header__center_search .block-content,
.header__center_search .block-search {
    width: 100%;
}

.header__center_search input#search {
    width: 100%;
    border: 1px solid #A6A6A6;
    border-radius: 8px;
    font-size: 16px;
    color: #1C1C1E;
}

.header__center_search input#search::placeholder {
    color: transparent;
}

.header__center_search input#search:focus {
    outline: none !important;
    box-shadow: none !important;
}

.header__center_search .minisearch .action {
    width: 20px;
    height: 20px;
    right: 10px;
    clip: unset;
    top: 50%;
    transform: translateY(-50%);
}

.header__center_search .minisearch, .header__center_search .minisearch input#search {
    height: 40px;
}

@media screen and (max-width: 767px) {
    .header__center_search .block-content input {
        padding: 0.2rem 0.5rem 0.3rem 0.5rem;
    }
}

.header__center_search .block-content input::placeholder {
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .header__center_search .block-content input::placeholder {
        opacity: 1;
        font-size: 10px;
    }
}

.header__center_search .block-content button {
    position: absolute;
    width: 19px;
    height: 19px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .header__center_search .block-content button {
        right: 20px;
        width: 13px;
        height: 13px;
        background-size: 100% 100%;
    }
}

.header__center_search .block-content button span {
    top: 0;
    right: 0;
}

.mobile_menu {
    z-index: 9999 !important;
}

.header__center_links {
    display: flex;
}

.header_block .compare_link {
    width: 29px;
    height: 24px;
    background-image: url('../images/icon_compare_new.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom right 5px;
    margin-right: 25px;
}

.header__center_links #wishlist-header-icon {
    width: 22px;
    height: 20px;
    background-image: url('../images/icon_compare.svg');
    background-repeat: no-repeat;
    margin-right: 25px;
}

.header__center_links #account-header-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/icon_account.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*margin-right: 25px;*/
}

.header__center_links .minicart-wrapper {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/icon_cart.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .header__center_links #account-header-icon,
    .header__center_links .minicart-wrapper {
        width: 36px;
        height: 36px;
    }

    .header__center_links #wishlist-header-icon {
        width: 36px;
        height: 34px;
        background-size: 100% 100%;
        background-position: center center;
        margin-right: 0.25rem;
    }
}

.header__center_links .minicart-wrapper .counter {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    background: #363F53;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 15px;
    color: #FFFFFF;
}

.header.links {
    display: flex;
}

.header.links li, .custom-block span, .custom-block a {
    font-size: 12px;
    color: #3F4658;
}

.header.links li {
    text-transform: uppercase;
}

.header.links li {
    margin-left: 32px;
}

@media screen and (max-width: 767px) {
    .header_block_logo {
        padding-right: 10px;
        max-width: 45%;
    }

    .header_block_menu svg.block {
        padding: 0.5rem;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
    .header_block_logo {
        padding-left: 10%;
    }
}

.toolbar-products_block {
    height: 20px;
    width: 100%;
}

.header_search_btn {
    display: flex;
    width: 19px;
    height: 19px;
    background-image: url('../images/search_icon.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.item_parent {
    padding-right: 15px;
}

.item_parent:before {
    content: '';
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 9px;
    height: 6px;
    background-image: url('../images/icon_arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.8s;
}

.item_parent:hover:before {
    transform: translateY(-52%) rotate(180deg);
}


.children_parent:before {
    content: '';
    display: flex;
    position: absolute;
    top: 55%;
    right: 5px;
    transform: translateY(-50%) rotate(-90deg);
    width: 9px;
    height: 6px;
    background-image: url('../images/icon_arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.8s;
}

.main__nav_item .submenu_list {
    display: none;
}

.main__nav_item:hover .submenu_list {
    display: block;
}

.main__nav a {
    color: #1C1C1E;
    font-size: 14px;
    text-transform: uppercase;
}

.submenu_item:hover .submenu_children {
    display: block;
}

.submenu_children {
    margin-top: -35px;
    max-height: 60vh;
    overflow: auto;
}

.submenu_children::-webkit-scrollbar {
    width: 5px;
}

.submenu_children::-webkit-scrollbar-track {
    background: #F0F0ED;
}

.submenu_children::-webkit-scrollbar-thumb {
    background: #A43387;
}

/* MAIN */
main {
    padding-top: 33px;
}

@media screen and (max-width: 767px) {
    main {
        padding-top: 10px;
    }
}

.main_slider {
    position: relative;
    padding-bottom: 46.2%;
    margin: 0 auto;
}

.main_slider .container{
    position: absolute;
    max-width: inherit;
}

.main_slider .image_default {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.main_slider .image_default img {
    width: 100%;
}

.page-layout-custom-home #maincontent{
    max-width: 1230px;
    margin: 0 auto;
    width: 100%;
}
.page-layout-custom-home .main_slider + div[data-content-type="html"] .container{
    max-width: 100%;
}
.page-layout-custom-home .main_slider + div[data-content-type="html"]{
    position: relative;
    padding-bottom: 20.5%;
    margin: 0 auto;
}

.page-layout-custom-home .main_slider + div[data-content-type="html"] .container{
    position: absolute;
}

.main_slider .item {
    position: relative;
}

.main_slider .button_prev {
    left: 20px;
    top: 45%;
    transform: translateY(-50%);
}

.main_slider .button_next {
    right: 20px;
    top: 45%;
    transform: translateY(-50%);
}

.main_slider .banner_slide img,
.main_slider .image_default img {
    width: 100%;
    height: auto;
}

/*@media (min-width: 1300px) {*/
/*    .main_slider .banner_slide,*/
/*    .main_slider .image_default {*/
/*        width: 1170px;*/
/*        min-width: 100%;*/
/*        max-width: 100%;*/
/*        height: 512px;*/
/*        min-height: 100%;*/
/*    }*/

/*    .main_slider .banner_slide img,*/
/*    .main_slider .image_default img {*/
/*        max-width: 100%;*/
/*        max-height: 100%;*/
/*        object-position: top left;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 500px) {*/
/*    .main_slider .banner_slide,*/
/*    .main_slider .image_default {*/
/*        width: 370px;*/
/*        min-width: 100%;*/
/*        max-width: 100%;*/
/*        height: 240px;*/
/*        min-height: 100%;*/
/*        object-fit: cover;*/
/*    }*/
/*}*/

.main__nav_item:first-child {
    padding-right: 0 !important;
}

.item_children {
    z-index: 999 !important;
}

/* banner-slider */
.banner-slider {
    position: relative;
    margin-bottom: 55px;
}

.banner-slider .owl-prev span,
.banner-slider .owl-next span {
    display: none;
}

.banner-slider .owl-prev,
.banner-slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 21px;
}

.banner-slider .owl-prev {
    left: 10px;
    background-image: url('../images/icon_prev.svg') !important;
}

.banner-slider .owl-next {
    right: 10px;
    background-image: url('../images/icon_next.svg') !important;
}

.banner-slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.banner-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin-left: 12px;
    border-radius: 6px;
}

.banner-slider .owl-dots .owl-dot.active {
    width: 38px;
    height: 12px;
    border-radius: 6px;
}

.banner-slider .owl-dots .owl-dot span {
    display: none;
}

.banner-slider .owl-dots .owl-dot:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .main_slider .slider_navigation {
        min-height: 20px !important;
    }

    .product_slider .slider_navigation {
        min-height: 30px !important;
    }
}

.product_slider .dots {
    display: none;
}

.slider_navigation .slider_dots,
.slider_navigation .slider_dots.active-dots {
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .slider_navigation .button_prev,
    .slider_navigation .button_next {
        display: none;
    }

    .main_slider .dots {
        display: none;
    }

    .product_slider .dots {
        display: flex;
        bottom: 0;
    }

    .like-slider .dots span,
    .product-slider .dots span,
    .product_slider .dots span {
        width: 6px;
        height: 6px;
        background-color: #3F4658;
    }

    .like-slider .dots span.active-dots,
    .product-slider .dots span.active-dots,
    .product_slider .dots span.active-dots {
        width: 24px;
    }

    .product_slider {
        padding-bottom: 20px;
        background-color: #F0F0ED;
    }
}

/* product banner */
.custom-block-product .wmdk-info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 28px 0 95px;
}

.custom-block-product .wmdk-info-block:before {
    content: '';
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(63, 70, 88, 0.8);
}

.custom-block-product .custom__block_logo {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.custom-block-product p {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    z-index: 1;
}

.category_item {
    background-size: cover;
    background-repeat: no-repeat;
}

.form.subscribe {
    margin: 0 auto;
}

/* BESONDERS BELIEBT */

.single-images {

}

.single-images .row {
    display: flex;
    justify-content: space-between;
}


.single-images .custom-pad {
    position: relative;
}

.single-images .custom-pad span {
    font-family: 'Poppins', sans-serif;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 19px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}

.product_slider .button_prev,
.product_slider .button_next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product_slider .button_prev svg,
.product_slider .button_next svg {
    stroke: #3F4658 !important;
}

.product_slider .slides_wrap {
    width: calc(100% + 1rem);
    margin: 0 -0.5rem;
}

.product_slider .button_prev,
.product_slider .button_next {
    width: 20px;
    height: 20px;
}

.product_slider .button_prev svg,
.product_slider .button_next svg {
    width: 100%;
    height: 100%;
}

.product_slider .button_prev {
    left: -20px;
}

.product_slider .button_next {
    right: -20px;
}

.products-grid ~ .toolbar .limiter {
    display: none;
}

.products-grid ~ .toolbar .sorter {
    display: none;
}

.products-grid ~ .toolbar .pages {
    display: block;
}

@media screen and (max-width: 767px) {
    .products-grid.wishlist .actions-primary .btn.btn-primary {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

.toolbar .pages .item {
    width: 23px;
    height: 23px;
}

.toolbar .pages .item a,
.toolbar .pages .item strong {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.toolbar .pages .item strong {
    font-weight: 400;
}

.toolbar .sorter-action {
    display: none;
}

.toolbar .sr-only {
    position: static;
    width: auto;
    height: auto;
}

.toolbar-sorter select:focus {
    outline: none;
}

.toolbar-sorter select,
.toolbar .control select {
    padding: 0.25rem 0.5rem;
    padding-right: 2.5rem;
}

.toolbar-products:not(.top_toolbar) {
    justify-content: flex-end;
}

@media screen and (max-width: 1000px) {
    .page-layout-custom-home .main_slider + div[data-content-type="html"]{
        padding-bottom: 30%;
    }
}
@media screen and (max-width: 767px) {
    .sidebar .block {
        padding: 6px 12px;
        border-radius: 8px;
    }

    .sidebar .block-title span {
        font-size: 12px;
        line-height: 18px;
        color: #3F4658;
        font-weight: 400;
    }

    .sidebar .card {
        padding: 0;
        background-color: transparent;
    }
}

@media screen and (max-width: 600px) {
    .page-layout-custom-home .main_slider + div[data-content-type="html"]{
        padding-bottom: 36%;
    }
}

.card {
    box-shadow: none;
}

.card .price-container {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #A43387;
    margin-bottom: 5px;
}

.card .tax-details {
    display: flex;
    justify-content: center;
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #1C1C1E;
    word-wrap: break-word;
}

/* FOOTER */
footer {
    font-family: 'Poppins', sans-serif;
    background: transparent;
}

.footer__container {
    background-color: #3F4658;
    padding: 36px 0;
    padding-bottom: 30px;
}

.footer__wrapper, .footer__blocks {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer__logo_mobile {
    display: none;
}

.footer__block_logo {
    width: 160px;
    height: 58px;
    margin-bottom: 30px;
}

.footer_left {
    margin-right: 2.5%;
}

.footer_right {
    margin-left: 2.5%;
}

.footer_left, .footer_right {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.footer__block {
    padding: 0 5px;
    padding-top: 20px;
    margin-bottom: 6px;
}

@media screen and (max-width: 992px) {
    .footer__wrapper {
        justify-content: flex-start;
    }

    .footer__block {
        width: calc(100% / 4 - 30px);
        margin-right: 30px !important;
        padding-top: 0;
    }

    .footer__block:nth-child(4) {
        margin-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .footer__block {
        width: calc(100% / 3 - 30px);
        margin-right: 30px !important;
    }

    .footer__block:nth-child(3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 550px) {
    .footer__block {
        width: calc(100% / 2 - 20px);
        margin-right: 20px !important;
    }

    .footer__block:nth-child(2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .main_slider {
        padding-bottom: 60%;
        margin-bottom: 60px;
    }

    .page-layout-custom-home .main_slider + div[data-content-type="html"]{
        padding-bottom: 42%;
    }

    .footer__logo_mobile {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    .footer__logo_mobile img {
        width: 133px;
        height: 48px;
    }

    .footer__block_logo {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .main_slider {
        padding-bottom: 60% !important;
    }

    .page-layout-custom-home .main_slider + div[data-content-type="html"] {
        padding-bottom: 55%;
    }
}

.footer__info {
    padding-top: 0;
}

.footer__block_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.footer__list_item, .footer__block_item {
    margin-bottom: 8px;
}

.footer__block_item, .footer__block_item a {
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}

.footer__list_item a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #CBCBCB;
}

.footer__list_item, .footer__block_item {
    font-size: 12px;
    line-height: 18px;
}

.instagram_item {
    width: 16.6%;
}

@media screen and (max-width: 767px) {
    .instagram_item {
        width: 50%;
    }
}

.slider-dots {
    width: 6px;
    height: 6px;
    background-color: #3F4658;
}

.slider-dots.active-dots {
    width: 24px;
}

.tabs_item.active {
    background-color: #fff;
}

.btn.btn-primary {
    padding: 8px 15px;
    background: #A43387;
    border-radius: 8px;
    font-size: 12px;
    color: #FFF;
}

.btn.btn-preparation {
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.btn.btn-preparation label {
    text-align: center;
    width: 100%;
    padding: 8px 15px;
    border-radius: 8px;
    background: #A43387;
}

.btn {
    box-shadow: none;
}

.btn:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input:focus, input:active {
    outline: none;
}

/*svg.fill-current {*/
/*    fill: #A43387;*/
/*}*/

/*svg.fill-current-default {*/
/*    fill: #BBBFCA;*/
/*}*/

.product_reviews .text-active {
    fill: #A43387;
}

.product_reviews .text-noactive {
    fill: #BBBFCA;
}

.tab_active {
    background-color: transparent;
    color: #1C1C1E;
}

.prose {
    max-width: 100% !important;
}

.prose h4 {
    margin-bottom: 0;
}

.product-slider .slider_navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 104%;
    top: 50%;
    left: -2%;
    right: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .product-slider .slider_navigation {
        top: auto;
        bottom: 0;
        transform: translateY(0%);
    }

    .upsel-slider .slider_navigation {
        bottom: -35px;
    }
}

.product-slider-track {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
}

@media screen and (max-width: 1024px) {
    .product-slider .slider_arrow_prev,
    .product-slider .slider_arrow_next {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .product-slider .navigation .slider_arrow {
        display: none;
    }
}

.slides_item {
    flex-wrap: wrap;
    align-items: flex-start;
}

.slides_item .item {
    width: 100%;
}

.slider_wrapper .product-slider {
    max-width: 100%;
}

.product-slider .like-slider {
    display: none;
}

.slider_wrapper .product-slider .like-slider {
    display: block;
}

.slider_wrapper .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

.slider_wrapper .slides_item {
    padding: 0;
}

.product-slider-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.page-main {
    margin-top: 0;
}

/*.account #maincontent .container {*/
/*    display: none;*/
/*}*/

.registration-container {
    background-color: #F0F0ED;
    order: 2;
}

.customer-account-create .column.main {
    display: flex;
    flex-direction: column;
}

.customer-account-create .account.create .card {
    background-color: transparent;
}

.customer-account-create .account.create .form-input {
    font-size: .75rem;
    line-height: 1rem;
    width: 100%;
    max-width: 520px;
}

.customer-account-create .account.create .label {
    font-size: .875rem;
    line-height: 1.25rem;
}

.customer-account-create .account.create .field-error .password-strength-meter {
    display: none;
}

.customer-account-create .account.create .password-strength-meter {
    margin-top: 0.75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #52525b;
}

.customer-account-create .account.create .messages {
    margin-top: 0.75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #b91c1c;
}

.customer-account-create .account.create p {
    max-width: 520px;
}

.customer-account-create .account.create .actions-toolbar {
    border: 0;
    padding-bottom: 2rem;
}

.customer-account-create .account.create .actions-toolbar .action.back {
    display: none;
}

.customer-account-create .account.create .actions-toolbar .btn.btn-primary {
    padding: 8px 15px;
    background: #a43387;
    border-radius: 8px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
}

@media (min-width: 768px) {
    .customer-account-create .account.create .actions-toolbar {
        padding-right: 1.25rem;
    }

    .cms-page-view div[class*="background-image"]{
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        background-size: cover !important;
        background-position: center !important;
    }
}

@media (min-width: 1280px) {
    .customer-account-create .account.create .actions-toolbar {
        padding-right: 2.5rem;
    }
}

@media (max-width: 767px) {
    .customer-account-create .account.create .card {
        padding: 0;
    }
}

.account #maincontent .columns {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0;
}

@media screen and (max-width: 767px) {
    .account #maincontent .columns {
        background-color: #F1F1F1;
    }
}

.account #maincontent .columns .sidebar {
    width: 100%;
}

.account #maincontent .columns .sidebar .title {
    display: none;
}

.account_nav {
    position: relative;
    border-bottom: 2px solid #F1F1F1;
}

.account_nav:before {
    content: '+';
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    transform: translateY(-50%);
    font-size: 20px;
    transition: 0.3s;
}

.account_nav.active:before {
    content: '-';
    transition: 0.3s;
}


@media screen and (max-width: 767px) {
    .account #maincontent .sidebar .item {
        width: 100%;
    }

    .account #maincontent .sidebar .items {
        flex-wrap: wrap;
    }
}

.account #maincontent .sidebar .items .item {
    border-top: 3px solid #F1F1F1;
    /*padding: 13px 16px;*/
    background-color: #F1F1F1;
    margin-right: 1px;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
}

.account #maincontent .sidebar .items .item a {
    font-size: 14px;
    line-height: 21px;
    color: #BBBFCA;
    padding: 13px 16px;
}

.account #maincontent .sidebar .items .item strong {
    padding: 13px 16px;
}

.account #maincontent .sidebar .items .current a {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .account #maincontent .sidebar .items .item a {
        color: #1C1C1E;
        padding-left: 0;
    }
}

.account #maincontent .sidebar .items .item.current {
    /*padding: 13px 16px;*/
    background-color: transparent;
    border-top: 3px solid #A43387;
}

@media screen and (max-width: 767px) {
    .account #maincontent .sidebar .items .item {
        position: relative;
        border-bottom: 1px solid #D7DAE1;
        background-color: #F1F1F1;
        margin-right: 0;
        padding: 13px 0;
    }

    .account #maincontent .sidebar .items .item a:before {
        content: '+';
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #1C1C1E;
        font-size: 16px;
    }

    .account #maincontent .sidebar .items .item.current {
        display: flex;
        align-items: center;
        border: 0;
        background-color: #F1F1F1;
        padding: 13px 0;
    }

    .account #maincontent .bottom_sidebar.sidebar .items .item.current {
        display: none;
    }

    .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
        order: 1 !important;
    }

    .page-layout-2columns-left .columns .bottom_sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
        order: 3 !important;
    }

    .account #maincontent .sidebar .items .item.current strong {
        color: #A43387 !important;
    }

    /*.account #maincontent .sidebar .items .item.current:before {*/
    /*    content: '-';*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*}*/
}

.account #maincontent .sidebar .items .item.current strong {
    font-size: 14px;
    line-height: 21px;
    color: #1C1C1E;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .account #maincontent .block-title {
        font-size: 14px;
    }
}

.bottom_sidebar {
    display: none;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .bottom_sidebar {
        display: block;
        order: 3 !important;
    }

    .item.hide_item {
        display: none !important;
    }
}

.account #maincontent .main {
    width: 100%;
    background-color: #F1F1F1;
    padding: 31px 16px;
}

@media screen and (max-width: 767px) {
    .account #maincontent .main {
        padding: 0;
    }

    .account #maincontent .main .form-edit-account {
        background: #FFFFFF;
        border: 1px solid #BBBFCA;
        border-radius: 8px;
        padding: 16px;
    }
}

#qty {
    box-shadow: none;
}

@media screen and (max-width: 992px) {
    #qty {
        width: 90%;
    }
}

.account #maincontent .form-input {
    background: #FFFFFF;
    border: 1px solid #939CB1;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .account #maincontent .form-input {
        width: 100%;
    }
}

.account #maincontent .actions-toolbar {
    flex-direction: row;
    border: 0;
    padding-top: 0;
    /*margin-top: 0.5rem;*/
}

.account #maincontent .actions-toolbar .primary button {
    background: #A43387;
    border-radius: 8px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    /*padding: 10px 40px;*/
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .account #maincontent .actions-toolbar {
        width: 100%;
    }

    .account #maincontent .actions-toolbar .primary {
        width: 100%;
        min-width: 100%;
    }

    .account #maincontent .actions-toolbar .primary button {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

.account #maincontent [type='checkbox'] {
    border-radius: 1px;
    outline: none;
    box-shadow: none;
}

.account #maincontent [type='checkbox']:checked {
    color: #363F53;
    border-radius: 1px;
    outline: none;
    box-shadow: none;
}

.account #maincontent .block-dashboard-orders {
    display: none;
}

.account #maincontent .address_wrapper input {
    width: 100%;
}

.account #maincontent .actions-toolbar .back {
    display: none;
}

.account #maincontent .message.info {
    background-color: #A43387;
}

.account #maincontent .toolbar .limiter {
    display: none;
}

.account #maincontent .product-items .product-item .card {
    background-color: transparent !important;
}

.account #maincontent .product-items .product-item .product-item-photo {
    background-color: transparent;
}

.account #maincontent .product-items .product-item .product-image-wrapper {
    padding-bottom: 0 !important;
}

.account #maincontent .product-items .price-configured_price {
    background-color: #fff;
}

.account #maincontent .product-items .card .price-container {
    margin-bottom: 0;
}

.account #maincontent .product-items .product-item .rating-summary {
    display: none;
}

.account #maincontent .product-items .product-item .tax-details {
    display: block;
    background-color: #fff;
    font-size: 10px;
    margin-bottom: 1rem;
}

.account #maincontent .product-items .product-item .comment-box .label {
    display: none;
}

.account #maincontent .product-items .fieldset .product-item-actions {
    display: flex;
}

.account #maincontent .product-items .product-item-comment {
    resize: none;
    max-height: 40px;
    padding: 11px 14px;
    font-size: 10px;
    color: #6C7693;
    border: 1px solid #A6A6A6;
    border-radius: 8px;
    line-height: 15px;
}

.account #maincontent .product-items .product-item-comment:focus {
    outline: none;
}

.customer-account-login #maincontent .container {
    margin-top: 0 !important;
}

.customer-account-login .columns .card {
    background-color: transparent;
}

.customer-account-login .columns .label {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #1C1C1E;
    margin-bottom: 8px;
}

.customer-account-login .columns .label small {
    display: inline-block;
    color: #A43333;
    margin-left: 5px;
}

.customer-account-login .columns .form-input {
    width: 70%;
}

.customer-account-login .columns .actions-toolbar {
    flex-direction: row;
    justify-content: flex-start;
    border-top: 0;
}

@media screen and (max-width: 767px) {
    .customer-account-login .columns .form-input {
        width: 100%;
    }

    #customer-login-container {
        background: #F0F0ED;
        border-radius: 8px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .customer-account-login .columns .actions-toolbar {
        padding-top: 0;
    }
}

.columns .sidebar {
    order: 1;
}

.catalog-product-view .columns .main {
    order: 0;
}

.cart.items {
    border-top: 1px solid #F0F0ED;
}

.cart__info {
    padding: 24px;
    background-color: #3F4658;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.cart__info strong {
    font-weight: 500;
}

.paypal.checkout.after.paypal-logo {
    height: 38px;
    background: url(../images/pp_cart.png) center no-repeat;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.coupon-cancel,
.coupon-apply {
    width: max-content;
}

.product-item .price-container .price {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.price-as-configured {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.price-as-configured .price-container .price-label {
    display: none;
}

.price-as-configured .old-price .price {
    text-decoration: line-through;
    color: #ccc;
    margin-right: 10px;
}

.price-final_price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.price-final_price .price-container .price-label {
    display: none;
}

.price-final_price .old-price .price {
    text-decoration: line-through;
    color: #1C1C1E;
    margin-left: 10px;
}

.order-items > div:nth-child(even) {
    background-color: transparent;
}

.order-links {
    background-color: transparent;
}

.product-item.card {
    padding: 0;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.main__nav, .main__nav * {
    transform: none;
}

.category__block {
    margin-top: 12px;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    amshopby[navig_lebensdauer]
    .category__block {
        margin-bottom: 24px;
    }
}

.category__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.category__item {
    width: 32%;
}

@media screen and (max-width: 767px) {
    .category__item {
        width: 100%;
    }
}

.category__item_title {
    margin-bottom: 19px;
}

.category__block_title {
    display: flex;
    justify-content: center;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #3F4658;
    text-transform: uppercase;
}

.category__item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 32%;
    height: 240px;
    margin-bottom: 16px;
}

.category__item_title {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 19px;
}

@media screen and (max-width: 767px) {
    .category__block {
        margin-bottom: 24px;
    }

    .category__block_title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .category__item {
        width: 100%;
        height: 180px;
        margin-bottom: 20px;
        background-size: cover;
    }
}

.info__block {
    padding-top: 28px;
    margin-bottom: 48px;
}

.info__block_img {
    margin-bottom: 32px;
}

.info__block_text {
    max-width: 70%;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 16px;
    text-align: center;
}

.info__block_link {
    font-size: 24px;
    padding-bottom: 36px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .info__block {
        padding-top: 24px;
        margin-bottom: 24px;
    }

    .info__block_img {
        margin-bottom: 16px;
    }

    .info__block_text {
        max-width: 100%;
        font-size: 18px;
        margin-bottom: 12px;
    }

    .info__block_link {
        font-size: 18px;
        padding-bottom: 25px;
    }
}

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

.bluetenfarbe .item {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bluetenfarbe .item .swatch-option {
    width: 22px;
    height: 22px;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    cursor: pointer;
}

.bluetenfarbe .item input {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

#estimatedDeliveryDate-product {
    /*max-width: 425px;*/
    /*padding: 13px 82px 19px;*/
}

#estimatedDeliveryDate-product .estimatedDeliveryDate {
    margin: 0 !important;
    font-size: 14px;
    color: #006400;
    text-align: center;
}

#estimatedDeliveryDate-product .estimatedDeliveryDate .countdown-selector {
    display: flex;
    margin-bottom: 0;
    min-height: 51px;
}

#estimatedDeliveryDate-product .estimatedDeliveryDate .countdown-selector input {
    width: 60px;
    text-align: center;
    color: #1C1C1E;
    font-weight: 600;
    font-size: 20px;
}

#estimatedDeliveryDate-product .estimatedDeliveryDate .countdown-selector .separator {
    font-weight: 400;
    font-size: 20px;
}

#estimatedDeliveryDate-product .estimatedDeliveryDate .countdown-selector label {
    color: #363F53;
    font-size: 12px;
    font-weight: 400;
}

#estimatedDeliveryDate-product .estimatedDeliveryDate .countdown-selector .time-container {
    display: block;
}

@media screen and (max-width: 767px) {
    #estimatedDeliveryDate-product {
        max-width: 100%;
        padding: 13px 0 19px;
        margin-bottom: 24px;
    }
}

.filter-options .items {
    display: flex;
    flex-direction: column;
}

.filter-options .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.filter-options .item.-is-collapsible {
    align-items: flex-start;
    flex-wrap: wrap;
}

.filter-options .item.-is-collapsible a {
    margin-top: -3px;
    margin-bottom: 10px;
}

.filter-options .item.-is-collapsible ul a {
    margin-top: 0;
    margin-bottom: 0;
}

.filter-options .item ul {
    order: 3;
    width: 100%;
}

.filter-options .item ul a {
    margin: 0;
}

.filter-options .item a {
    order: 2;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #363F53;
}

.filter-option.card {
    padding: 0;
}

.filter-option .item input {
    width: 13px;
    height: 13px;
    order: 1;
    margin-right: 8px;
    border-radius: 1px;
    color: #363F53;
}

.catalog-product-view .product__info
.amshopby-filter-parent input:focus {
    box-shadow: none;
}

.card__product {
    position: relative;
}

@media screen and (max-width: 500px) {
    .card__product .btn-primary {
        padding: 8px 10px;
    }
}

.product-item-photo {
    position: relative !important;
    z-index: 1;
    height: auto !important;
}

.product-item-photo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: 0.8s;
}

.card__product_photo {
    position: relative;
}

.account .product-item-photo:before
.account a.product-item-photo:hover:before {
    visibility: hidden;
    opacity: 0;
}

.card__nav {
    display: none;
    position: absolute;
    bottom: 25px;
    z-index: 3;
    width: 100%;
}

.product_compare:hover .card__nav {
    bottom: 20px;
}


@media screen and (max-width: 767px) {
    a.product-item-photo:before {
        background-color: transparent;
        visibility: visible;
        background: linear-gradient(180deg, #000000 -39.8%, rgba(0, 0, 0, 0) 145.92%);
        opacity: 0.3;
        transform: rotate(180deg);
    }

    .card__nav .btn-primary {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .card__nav {
        display: flex;
    }

    .card__nav .btn-primary {
        display: none;
    }
}

.card__nav .btn-primary {
    padding: 8px 12px;
    margin: 0 auto;
}

@media (min-width: 1025px) {
    .card__product_photo:hover a.product-item-photo:before {
        opacity: 0.4;
        visibility: visible;
        transition: 0.8s;
    }

    .card__product:hover .card__nav {
        display: flex;
    }

    .product_compare:hover .card__nav {
        display: block;
    }

    .card__product .button_mobile {
        display: none;
    }
}

@media (max-width: 1300px){
    .product_slider .button_prev {
        left: 0
    }

    .product_slider .button_next {
        right: 0
    }
}
.top_toolbar .pages {
    display: none;
}

.page-products h1.page-title {
    display: none;
}

.page-products .category-image {
    margin-bottom: 20px;
}

.page-products .category-description,
.page-products .category-description p {
    max-width: 100%;
    font-weight: 300;
    font-size: 13px !important;
    line-height: 20px;
    color: #1C1C1E;
}

.page-products .column.main {
    display: grid;
}

.page-products .column.main .category-image {
    order: 1;
}

.page-products .column.main .category-description {
    order: 3;
    margin-bottom: 40px;
}

.page-products .column.main #layer-product-list {
    order: 2;
}

.page-products .category-description p {
    margin-bottom: 15px;
}

.page-products .category__description,
.page-products .category__description p {
    max-width: 100%;
    font-weight: 300;
    font-size: 13px !important;
    line-height: 20px;
    color: #1C1C1E;
}

.sidebar .category-image,
.sidebar .category-description {
    display: none;
}

.page-products .column.main .category__description {
    display: none;
}

@media screen and (max-width: 767px) {
    .page-products .column.main .category-image,
    .sidebar .category-description {
        display: none;
    }

    .sidebar .category-image,
    .category__description,
    .sidebar .category__description,
    .page-products .column.main .category-description {
        display: flex;
    }

    .page-products .column.main .category-description {
        margin-bottom: 20px;
    }

    .page-products .columns .sidebar .category-image-block {
        width: 100%;
        padding-bottom: 43%;
        position: relative;
    }

    .page-products .columns .sidebar .category-image-block img {
        width: 100%;
        position: absolute;
        top: 0;
        height: auto;
    }
}

.card-interactive:hover {
    background-color: transparent;
}

.page-products .filter-subtitle {
    font-weight: 400;
    font-size: 14px;
    color: #1C1C1E;
}

.page-products .filter-options.card {
    padding: 0;
    padding: 0.5rem 0;
}

.page-products .page-main {
    display: flex;
    flex-direction: column;
}

.page-products .category_blocks {
    order: 2;
}

.page-products [data-content-type='html'] {
    width: 100%;
}

.page-products .columns {
    order: 1;
}

.page-products .page-main {
    margin-bottom: 0;
}

.page-products #category-view-container {
    padding-bottom: 0;
    width: 100%;
}

.catalog-topnav {
    display: none !important;
}

.aw-afptc__promo-offer-link .action::before {
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg xmlns= "http://www.w3.org/2000/svg" viewBox= "0 0 66 66" height= "22.994" width= "22.994" ><path fill= "rgba(143,143,143,0.9999)" d= "M33 15.263l5.5-7A8.748 8.748 0 0 1 45.716 5a9.34 9.34 0 0 1 6.81 2.778A9.1 9.1 0 0 1 55.34 14.5a9.1 9.1 0 0 1-2.814 6.722A9.338 9.338 0 0 1 45.716 24H20.28a9.336 9.336 0 0 1-6.81-2.778 9.1 9.1 0 0 1-2.814-6.722 9.1 9.1 0 0 1 2.814-6.722A9.339 9.339 0 0 1 20.28 5a8.75 8.75 0 0 1 7.22 3.266m1.16 10.306h-8.38a4 4 0 0 1-2.922-1.187 4.058 4.058 0 0 1 0-5.768 4 4 0 0 1 2.922-1.187 3.7 3.7 0 0 1 2.965 1.315zm17.057 0h-8.336l5.371-6.828a3.7 3.7 0 0 1 2.965-1.315 4.007 4.007 0 0 1 2.922 1.188 4.058 4.058 0 0 1 0 5.768 4 4 0 0 1-2.923 1.186zM64 39.344h-4.719v20.219a2 2 0 0 1-2 2H8.719a2 2 0 0 1-2-2V39.344H2a2 2 0 0 1-2-2V24h66v13.344a2 2 0 0 1-2 2zm-38.219-3h14.313V50.5a2.5 2.5 0 0 1-2.5 2.5h-9.313a2.5 2.5 0 0 1-2.5-2.5V36.344zm0-11h14.313V31H25.781v-5.656z" fill-rule= "evenodd" /></svg>');
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .aw-afptc__promo-offer-link {
        margin-right: 10px;
    }

    .aw-afptc__promo-offer-link .action::before {
        width: 36px;
        height: 36px;
        background-position: center center;
        background-size: 100% 100%;
    }
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #A43387;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #A43387;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    cursor: pointer;
}

input[type="range"]:hover::-webkit-slider-thumb {
    transform: scale(1.15);
}

input[type="range"]:hover::-moz-range-thumb {
    transform: scale(1.15);
}

.product-item .product-info .product-item-link {
    position: relative;
    min-height: 90px;
    padding: 5px;
    display: -webkit-box;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 992px) {
    .product-item .product-info .product-item-link {
        font-size: 12px;
        min-height: 86px;
    }
}

.product-item .product-info .product-item-link:before {
    content: '';
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
}

.catalog-product_compare-index .product_name {
    position: relative;
    min-height: 96px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog-product_compare-index .product-guest-compare .tax-details {
    font-size: 11px;
}

.like-slider .product-info .product-item-link {
    min-height: auto;
}

.like-slider .title_slider {
    padding: 0;
    margin-bottom: 12px;
}

@media screen and (min-width: 1025px) {
    .product__item_btn {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .like-slider .product-item .product-info .product-item-link {
        text-align: left;
    }

    .like-slider .card__product .price-final_price {
        flex-direction: row;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 992px) {
    .like-slider .card__product_photo {
        width: 40%;
        align-self: flex-start;
    }

    .like-slider .card__product_photo .product-item-photo {
        width: 100% !important;
    }

    .like-slider .product-item .product-info .product-item-link {
        padding: 0;
        text-align: left;
        min-height: 82px;
        display: -webkit-box;
        text-align: left;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product__item_btn {
        min-height: 36px;
    }

    .like-slider .product-item .product-info .tax-details {
        display: block;
        text-align: left;
    }

    .like-slider .product-item {
        flex-direction: row !important;
    }

    .like-slider .product-info div {
        text-align: left;
        justify-content: flex-end;
    }

    .like-slider .product__item_btn {
        justify-content: flex-start !important;
    }

    .slider_wrapper .product-slider .product-info div,
    .slider_wrapper .product-slider .product-info .price-container {
        text-align: left;
    }

    .slider_wrapper .product-slider .product-item {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .slider_wrapper .product-slider .product-item-photo {
        display: flex;
        align-items: flex-start;
        width: 40%;
        margin: 0;
    }

    .slider_wrapper .product-slider .product-info {
        width: 60%;
        display: flex;
        padding: 0 0 10px 10px;
    }
}

@media screen and (max-width: 767px) {
    .slider_wrapper .product-slider .product-item-photo {
        width: 40%;
    }

    .slider_wrapper .product-slider .product-info {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .catalog-product-view #gallery {
        margin-bottom: 16px;
    }

    .catalog-product-view h1 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
    }

    .catalog-product-view #product-details {
        display: none;
    }

    .catalog-product-view .product-rating {
        width: 100%;
    }

    .catalog-product-view .product-rating .rating-summary {
        display: flex;
        justify-content: center;
    }

    .catalog-product-view .product-rating .product-description {
        font-size: 12px;
    }

    .catalog-product-view .product-addcart span {
        display: flex;
    }

    .catalog-product-view .product_discond br {
        display: none;
    }

    .catalog-product-view .product_info {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .product-item.card .tax-details {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 639px) {
    .catalog-product-view h1 {
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width: 992px) {
    .like-slider .product-item.card .tax-details {
        margin-bottom: 0;
    }

    .product-item.card .btn-primary {
        margin: 0 auto;
    }

    .like-slider .product-item.card .btn-primary {
        margin: auto;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .product-item.card {
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .product_slider .product-item.card {
        padding-bottom: 10px;
    }

    .product_slider .product-item.card .tax-details,
    .glider .product-item.card .tax-details
    {
        display: block;
        text-align: center;
    }

    .top_toolbar {
        flex-wrap: wrap;
    }

    .top_toolbar .field, .top_toolbar .sorter {
        width: 100%;
        margin-bottom: 10px;
    }

    .top_toolbar .sorter {
        order: 1;
    }

    .top_toolbar .field {
        order: 2;
    }

    .top_toolbar .field .control {
        width: 100%;
    }

    .top_toolbar .field label, .top_toolbar .sorter label {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .top_toolbar .field select, .top_toolbar .sorter select {
        width: 150px;
    }

    .like-slider .product-item.card .btn-primary {
        margin: auto;
        margin-left: 0;
    }
}

.product__tabs .tab_btn {
    position: relative;
}

.product__tabs .tab_btn:before {
    content: '+';
    display: flex;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #1C1C1E;
    transition: 0.8s;
}

.product__tabs .tab_content {
    display: none;
}

.product__tabs .tab_btn_active:before {
    content: '-';
    transition: 0.8s;
}

@media screen and (max-width: 767px) {
    .catalog-product-view {
        overflow-x: hidden;
    }

    .catalog-product-view .columns .rating-summary {
        padding: 0 15px;
        margin: 0 auto;
    }

    .catalog-product-view .columns .like-slider a.product-item-photo:before {
        opacity: 0;
        visibility: hidden;
    }

    .product-slider-nav {
        top: auto;
        right: auto;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 992px) {
    .catalog-product-view .columns .like-slider .card__nav {
        display: flex;
        left: 0;
        right: 0;
        bottom: 10px;
    }

    .like-slider .card__nav {
        display: flex;
        bottom: 20px;
    }

    .catalog-product-view .columns .product_description h4,
    .catalog-product-view .columns .product_description p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #estimatedDeliveryDate-product {
        margin-bottom: 20px;
    }

    .product_info {
        margin-right: 0;
    }

    .like-slider .product-item.card {
        margin-bottom: 0;
    }
}

.adt__block {
    background-color: #A43387;
    overflow: hidden;
}

.adt__block .container {
    max-width: 100%;
    padding-right: 80px;
}

.adt__block_close {
    top: 8px;
    right: 20px;
}

.adt__block_arrow {
    top: 12px;
    right: 60px;
    width: 15px;
    height: 15px;
    transform: rotate(90deg);
    transition: 0.8s;
}

@media screen and (max-width: 1080px) {
    .adt__block_close {
        top: 3px;
    }

    .adt__block_arrow {
        top: 7px;
    }
}

.adt__block_arrow.active {
    transform: rotate(270deg);
    transition: 0.8s;
}

.adt__block_content p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.adt__block .content_top {
    font-size: 14px;
    color: #fff;
}

@media screen and (min-width: 767px) {
    .adt__block .content_top .description {
        text-align: center;
    }
}

.adt__block .content_top a {
    text-decoration: underline;
}

.adt__block .content_top .full-text {
    display: inline;
    margin-left: 5px;
}

.adt__block .content_top .full-text-hide {
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
}

.adt__block .content_top div[data-element="main"] {
    display: inline-block;
    white-space: normal;
}

@media screen and (max-width: 1080px) {
    .adt__block_content .content_top img {
        display: none;
    }

    .adt__block_content a {
        font-size: 14px;
        line-height: 20px;
    }
}

.catalog-product-view .page-wrapper {
    display: flex;
    flex-direction: column;
}

.catalog-product-view .recommend-component {
    margin-bottom: 0;
}

.catalog-product-view .product_content_description {
    display: none;
}

.catalog-product-view .product_price {
    margin-bottom: 30px;
}

@media (min-width: 1150px) {
    .catalog-product-view .product_price {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .catalog-product-view .product_content_description {
        display: block;
        padding-top: 24px;
    }

    .catalog-product-view .product_content_information {
        padding-top: 24px;
    }

    .catalog-product-view .product_price,
    .catalog-product-view .page-main {
        margin-bottom: 0;
    }
}

.catalog-product-view footer {
    order: 2;
}

.catalog-product-view .product__info {
    padding: 18px;
    background-color: #F0F0ED;
    margin-bottom: 56px;
}

.catalog-product-view .product__info_content {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #1C1C1E;
}

.catalog-product-view .product__info_content strong {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .catalog-product-view .product__info {
        margin: 0;
        margin-bottom: 24px;
    }

    .catalog-product-view .product__info {
        padding: 16px;
        margin-bottom: 24px;
    }

    .catalog-product-view .product__info_content {
        max-width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 27px;
        color: #1C1C1E;
    }
}

.catalog-product-view .final-price .price {
    color: #A43387;
}

.catalog-product-view .tax-details {
    font-size: 11px;
}

.price_block {
    min-width: 150px;
}

/*.product_price .tax-details {*/
/*    display: none;*/
/*}*/

.newsletter_title {
    font-size: 24px;
    line-height: 36px;
    color: #3F4658;
    margin-bottom: 24px;
}

.newsletter_text {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #1C1C1E;
    margin-bottom: 15px;
}

.product_slider .card-interactive:hover {
    background-color: #fff;
}

.product_slider .card__nav {
    bottom: 10px;
}

.product_slider .product-item .old-price {
    margin-right: 11px;
}

.product_slider .product-item .old-price .price-label {
    display: none;
}

.product_slider .product-item .price-box {
    display: flex;
    justify-content: center;
    min-height: 35px;
}

.product_slider .product-item .old-price .price {
    font-size: 14px;
    color: #3F4658;
    text-decoration: line-through;
}

.product_slider .product-item .old-price ~ .special-price .price {
    color: #A43387;
}

.product_slider .product-item .price-box {
    align-items: center;
}

.product_slider .product-item .price-box .old-price {
    display: flex;
    order: 2;
}

.product_slider .product-item .price-box .special-price {
    display: flex;
    order: 1;
}

.sidebar .filter {
    margin-bottom: 24px;
}

.sidebar .block-title {
    font-size: 14px;
}

.sidebar .category-description,
.sidebar .category-description p {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: #1C1C1E;
}

.sidebar .category-description p {
    margin-bottom: 24px;
}

.sidebar .category-description h4 {
    font-weight: 400;
    font-size: 14px;
    color: #1C1C1E;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .sidebar {
        display: flex;
        flex-direction: column;
    }

    .category-image, .category-description {
        order: 1;
    }

    .layered-filter-block-container {
        order: 3;
    }
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.header__wrapper {
    position: relative;
}

.page-header, .page-footer {
    flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
    .page-header {
        padding-bottom: 50px;
    }
}

.page-main {
    flex: 1 0 auto;
}

.banner_slide, .banner_slide a, .banner_slide .banner_img {
    width: 100%;
}

.banner_slide .banner_img_mobile {
    display: none;
}

.banner_slide img {
    width: 100%;
}

@media screen and (max-width: 500px) {
    .banner_slide .banner_img {
        display: none;
    }

    .banner_slide .banner_img_mobile {
        display: flex;
    }

    .banner_slide .banner_img_mobile picture {
        width: 100%;
    }
}

[type=checkbox]:checked:focus {
    box-shadow: none;
}

.product_info {
    width: 45%;
}

.catalog-product-view .addtocart {
    min-width: 150px;
}

@media screen and (max-width: 992px) {
    .catalog-product-view .addtocart {
        min-width: 100%;
    }
}

.product_counter {
    margin: 0;
}

@media (min-width: 700px) and (max-width: 992px) {
    .product_counter {
        width: 60%;
    }

    .product_info {
        width: 35%;
    }
}

/*.catalog-product-view .product-info-main .primary span {*/
/*    display: none;*/
/*}*/

.adt_block_info {
    padding: 0;
}

@media screen and (max-width: 992px) {
    .adt_block_info {
        padding: 0 15px;
    }
}

@media screen and (max-width: 500px) {
    .catalog-product-view .product__tabs table tbody th {
        display: none;
    }

    .catalog-product-view .product__tabs table tbody td:before {
        content: attr(data-th) ": ";
        font-weight: 600;
        font-size: 12px;
    }

    .catalog-product-view .product__tabs {
        margin-bottom: 60px;
    }
}

.like-slider .product-info-title {
    min-height: auto;
}

.pages .items .item:nth-child(6) {
    margin-right: 1px;
}

.toolbar .pages .items .item:nth-child(6) {
    margin-right: 0.5rem;
}

#product-review-table {
    display: flex;
    flex-direction: column;
}

.reviews__rating_item {
    display: flex;
    flex-direction: column;
}

.reviews__rating_item:nth-child(1) {
    order: 2;
}

.reviews__rating_item:nth-child(2) {
    order: 1;
}

.reviews__rating_item:nth-child(3) {
    order: 3;
}

.qty, .qty:focus {
    box-shadow: none;
}

.page.messages {
    position: fixed;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 500px) {
    .page.messages {
        top: 40px;
        left: 5px;
        right: 5px;
        transform: none;
    }
}

.mobile_menu:before {
    content: '';
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    background-color: #fff;
}

/*.mobile_menu .menu_item:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 2rem;*/
/*    right: 2rem;*/
/*    height: 1px;*/
/*    background-color: #F0F0ED;*/
/*}*/

.mobile_menu .menu_items:first-child .menu_item:before {
    display: none;
}

.mobile_menu .menu_items.menu_item_active .menu_item:before,
.mobile_menu .menu_item_active + .menu_items .menu_item:before {
    display: none;
}

.mobile_menu .tabs_item {
    background-color: #F0F0ED;
    border-bottom: 1px solid #363F53;
}

.mobile_menu .tabs_item svg {
    stroke: #6C7693;
}

.mobile_menu .tabs_item span {
    color: #6C7693;
}

.mobile_menu .tabs_item.active_tab {
    background-color: #fff;
    border-bottom: 1px solid #A7358B;
}

.mobile_menu .tabs_item.active_tab svg {
    stroke: #1C1C1E;
}

.mobile_menu .tabs_item.active_tab span {
    color: #1C1C1E;
}

.mobile_menu .contacts {
    position: relative;
}

.mobile_menu .active_content {
    display: block !important;
}

.mobile_menu_block svg {
    padding-left: 0;
    margin-left: -5px;
}

@media screen and (max-width: 1023px) {
    .header__links ul.links {
        display: flex;
        flex-direction: column;
    }

    .header__links ul.links li {
        margin-left: 0;
    }

    .header__links ul.links {
        padding: 23px;
    }

    .header__links ul.links li {
        padding-bottom: 14px;
        border-bottom: 1px solid #F0F0ED;
        margin-bottom: 16px;
    }

    /*.header__links ul.links li:last-child {*/
    /*    border-bottom: none;*/
    /*}*/
    .header__links ul.links li a {
        font-size: 14px;
        color: #1C1C1E;
    }

    .header__links ul.links .sociallogin-welcome-msg {
        display: none;
    }
}

/*.active__menu {*/
/*    display: block !important;*/
/*}*/

.mobile__menu_item {
    font-size: 13px;
}

.icon_rotate_90 {
    transform: rotate(-90deg);
}

.icon_mobile_menu {
    top: 6px;
}

.card__product .price-final_price {
    display: flex;
    justify-content: center;
}

.card__product .price-final_price .old-price .price-label {
    display: none;
}

.card__product .price-final_price .old-price {
    margin-right: 10px;
}

.card__product .price-final_price .old-price .price {
    text-decoration: line-through;
}

.amlabel-position-wrapper {
    z-index: 3 !important;
}

/*.catalog-product-view .amlabel-position-wrapper {*/
/*    opacity: 0 !important;*/
/*}*/

.catalog-product-view .amasty-label-show {
    opacity: 1 !important;
}

@media screen and (max-width: 767px) {
    input[name="guest_email"].amxnotif_guest_email {
        padding: 10px 9px;
    }
}

.button_mobile {
    width: 100%;
    font-size: 10px !important;
}

.button_mobile:focus {
    box-shadow: none;
}

.focus-within\:ring-1:focus-within, .focus-within\:ring-2:focus-within {
    box-shadow: none;
}

.user__mobile .header.links li a {
    font-size: 16px;
}

.wishlist-item-name, .compareList-item-name {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
}

.thumbs_slider {
    padding-top: 20px;
    width: 100%;
}

.thumbs_slider .item {
    background: transparent !important;
    background-image: none !important;
}

.thumbs_slider .container {
    padding: 0;
}

.thumbs_slider .dots {
    display: none;
}

.thumbs_slider .button_prev,
.thumbs_slider .button_next {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #3F4658;
}

.thumbs_slider .button_prev svg,
.thumbs_slider .button_next svg {
    width: 100%;
    height: 100%;
}

.thumbs_slider .js_slide {
    z-index: 5;
}

.thumbs_slider .slider_navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    height: auto;
    z-index: 1;
}

.thumbs_slider .button_prev {
    left: -25px;
}

.thumbs_slider .button_next {
    right: -22px;
}



@media screen and (max-width: 992px) {
    .thumbs_slider {
        padding-top: 0;
    }

    .thumbs_slider .dots {
        display: flex;
        bottom: -45px;
    }

    .thumbs_slider .button_prev,
    .thumbs_slider .button_next {
        display: none;
    }

    .thumbs_slider .dots span {
        width: 6px;
        height: 6px;
        background-color: #3F4658;
    }

    .thumbs_slider .dots span.active-dots {
        width: 24px;
    }

    .thumbs_slider .slides_wrap .item,
    .thumbs_slider .slides_wrap .item a,
    .thumbs_slider .slides_wrap .item a picture img {
        width: 100%;
    }
}

@media (min-width: 380px) and (max-width: 425px) {
    .thumbs_slider .dots {
        bottom: -60px;
    }
}

@media screen and (max-width: 767px) {
    .thumbs_slider {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px){
    .product-guest-compare-attribute .price-final_price,
    .compare-product-attribute .price-final_price
    {
        justify-content: center;
    }

}

.product-guest-compare .amlabel-position-wrapper {
    display: none;
}

.product__nav_buttons .wishlist,
.product__nav_buttons .compare {
    display: flex;
}
.product-guest-compare-item .price-container{
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #a43387;
    margin-bottom: 5px;
}
.product-guest-compare-item .price-box{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.product-guest-compare-item .tax-details{
    display: flex;
    justify-content: center;
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #1c1c1e;
    word-wrap: break-word;
}

.product-guest-compare-table{
    width: -moz-fit-content;
    width: fit-content;
}

.product__full_image {
    width: 80%;
    height: 80%;
}

.product__full_image img {
    margin: 0 auto;
    max-height: 100%;
}

.product_image_item {
    cursor: pointer;
    display: none;
}

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

    .product_images {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 350px;
    }

    .product_images picture.product_image_item,
    .product_images img.product_image_item {
        width: 350px;
        max-width: 100%;
    }

    .thumbs_slider .slides_wrap {
        width: auto;
        height: 93px;
    }

    .thumbs_slider .slides_wrap .js_slides {
        justify-content: center;
    }

    .thumbs_slider .slides_wrap .js_slide {
        width: 94px;
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .product-slider .empty_slide {
        display: none;
    }
}

.adt__block .description .scroll_link {
    text-decoration: underline;
    cursor: pointer;
}

.customer-account-edit .field.password-info {
    display: none;
}

body {
    line-height: 1.5rem;
}