.header{
    position:relative;
    background: #f5f5f5;
    color: #000;
}

.menu__icon span {
    background: #000;
}
.menu__icon.active span {
    background: #fff;
}
.search-icon.magnifier img, .lang-switcher img {
    filter: brightness(1) invert(1);
}
.main-content {
    line-height: 1.75;
    padding-bottom: 5rem;
}
.top__menue ul.links li.dropdown:hover ul {
    background: #ffffff;
}
.top__menue ul.links li:before {
    background-color: rgb(215 215 215);
}
li.dropdown.inline:after{
    border-color:#000;
}
.wrapper {
    background: #fff;
}

.item__area {
    padding-top: 35px;
    padding-bottom: 50px;
    margin: 0 0 50px 0;
}

.item__area h1 {
    font-size: 1.5rem;
    padding: 15px 0;
}

.item__area .photo-wrap {
    margin: 0;
}

.item__area .photo-wrap img {
    display: block;
    margin: 0 auto;
}

.item__area .item-action .action.d-flex {
    display: flex;
}

.item__main {
    margin-bottom: 30px;
    position: relative;
}

.item__main .item-badge {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    margin-bottom: 5px;
}

.item__area .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.item__area .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item__area .description {
    padding: 50px 0 0 0;
    font-size: .9rem;
}

.item__area .description ul li, .item__area .description ol li, .item__area .description p {
    margin: 0 0 8px 0;
    line-height: 1.25
}

.item__price p.old_price {
    font-size: 1.7rem;
    display: inline-block;
    position: relative;
    font-weight: 300;
    color: #9a9a9a
}

.item__price p.old_price:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 95%;
    background: #ff4d4d;
    left: -4px;
    bottom: 20px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.w-block {
    max-width: 310px;
}

.item__attribues-short {
    margin: 30px 20px 30px 0;
    color: #000000;
    font-size: .75rem;
    max-width: 330px;
}

.item__attribues-short li, .attributes-list li {
    position: relative;
    display: block;
    margin: 6px 0;
    overflow: hidden;
    font-weight: 600;
}

.item__attribues-short li:before, .attributes-list li:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    left: 0;
    bottom: 8px;
    z-index: -1;
}

.item__attribues-short li span, .attributes-list li span, .item__attribues-short li a, .item__area .tabcontent ul li a {
    overflow: hidden;
    background: #fff;
    letter-spacing: -.5px;
    padding: 4px 5px;
    float: right;
    z-index: 111;
    max-width: 80%;
    line-height: 1.25;
    text-align: right;
}

.item__attribues-short li span.a-title, .attributes-list li span.a-title {
    text-align: left;
    float: left;
    color: #000000;
    font-weight: 300;
}

.all-chars {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    color: #8a8c8c;
    padding-left: 5px;
    margin: 25px 0;
}

.all-chars span {
    font-family: monospace;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    text-align: center;
    line-height: 16px;
    font-size: 1rem;
    border-radius: 50%;
    margin-left: 2px;
}

.attributes-list ul {
    width: 100%;
    float: left;
    margin: -4px 0;
    color: #000000;
    font-size: .85rem;
}

.attributes-list ul li {
}

.tabcontent.attributes-list li {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 0.9rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.wishlist-block {
    position: absolute;
    top: 0;
    right: 40%;
    cursor: pointer;
}

.wishlist-block a {
    margin: 0 15px;
    font-size: .8rem
}

.wishlist-block a {
}

.item-sku {
    font-size: .8rem;
    color: #888;
}

.item-sku span {
    font-weight: 600;
    padding: 0 0 0 5px;
}

.item__price {
    display: block;
    margin: 0 0 16px 0;
}

.item__price p {
    font-size: 2rem;
    line-height: 100%;
    font-weight: 900;
    display: inline-block;
    padding-left: 0.725rem;
}

.item__price span, .item__price p span {
    font-size: 1rem;
}

.item__price p.old-price {
    position: relative;
    display: inline-block;
    font-size: 1.45rem;
    color: #d0d0d0;
    margin-bottom: 10px;
    font-weight: 600
}

.item__price p.old-price span {
    font-size: .9rem
}

.item__price p.old-price:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 107%;
    background: #8c8c8c;
    left: -5px;
    bottom: 15px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

.item-action .count-wrapper {
    margin: 0 15px 5px 0;
    width: 96px;
    border: 1px solid #ddd;
    padding: 5px 0;
    border-radius: 6px;
}

.add-to-cart {
    margin-bottom: 4px;
}

.add-to-cart button.btn-add {
    outline: 0;
    border: none;
    background: #ff0000;
    color: #fff;
    padding: 10px 45px;
    font-size: 1.15rem;
    border-radius: 4px;
}
.add-to-cart button.btn-add:hover{
    background: #e70000;
}

.add-to-cart button.btn-add i {
    font-size: 1rem;
    margin: 0 5px 0 0;
    vertical-align: text-top;
}

.add-to-cart button.btn-add:after {
    background: #231d7d;
}


.promocode {
    margin: 1rem 0;
}

.promocode form.spoiler-body {
    max-width: 275px;
}

.promocode input, .promocode input:focus {
    padding: .55rem;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    font-size: 1rem;
    width: calc(100% - 4rem);
}

button.btn-send-code,
.btn-send-promocode {
    display: inline-block;
    font-size: .8rem;
    margin-bottom: 0;
    border-radius: 3px;
    text-transform: uppercase;
    background: #eff2f6;
    margin-left: 5px;
    max-width: 180px;
    line-height: 38px;
    border: none;
    padding: 0 1rem;
    vertical-align: bottom;
    cursor: pointer;
    float: right;
}

.promo-spoiler {
    color: #00278a;
    cursor: pointer;
    display: inline-block;
    font-size: .85rem;
    border-bottom: 1px dashed #00278a;
    padding: 4px 0;
}

span#code-result.success {
    background: #e4f0e2;
}

span#code-result.danger {
    background: #f0b6ab;
}

span#code-result.danger, span#code-result.success {
    display: block;
    font-size: .85rem;
    border-radius: 4px;
    margin: 4px 0;
    padding: 8px;
}

.reviews__content p, .reviews__content .rating {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
}

.rating-block {
    margin-top: 10px;
    font-size: .8rem;
    vertical-align: middle;
}

.rating-block span {
    vertical-align: top;
}

.rating-block p {
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.rating-mini {
    display: inline-block;
    font-size: 0;
}

.rating-mini span {
    padding: 0;
    font-size: 1rem;
    line-height: 1;
    color: lightgrey;
    margin: 0 2px 0 0;
}

.rating-mini > span:before {
    content: '\f109';
    font-family: icon, serif;
}

.rating-mini > span.active {
    color: gold;
}

.rating {
    float: none !important;
    width: 180px !important;
    margin: 10px auto 35px !important;
}

.rating span {
    float: right;
    position: relative;
}

.rating span input {
    position: absolute;
    height: 20px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.rating span label {
    display: inline-block;
    width: 32px;
    height: 28px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}

.rating.bg-none span label {
    background: none !important;
}

.rating span label:before {
    content: '\f108';
    font-family: icon, serif;
    color: #888888;
    font-size: 1.5rem;
    font-weight: 100;
}

.rating span:hover ~ span label:before,
.rating span:hover label:before,
.rating span.checked label:before,
.rating span.checked ~ span label:before {
    content: '\f109';
    font-family: icon, serif;
    color: gold;
    font-size: 1.5rem;
}

.item__area .description .wishlist-block {
    margin-top: 5px;
    font-size: .75rem;
}

.item__area .description .wishlist-block a {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 12px;
    cursor: pointer
}

.item__area .description .wishlist-block a:hover {
    background: #fff;
    opacity: 1
}

.item__area .description .wishlist-block a:before {
    font-size: .95rem;
}

div#reviews-block .content-review {
    margin-top: 5px;
    padding: 8px 15px;
    border-top: 1px dashed #ecebeb;
    word-break: break-all;
}

div#reviews-block .content-review p {
    margin: 0;
    font-size: 1rem;
}

div#reviews-block .bg-gray {
    background: #fcfcfc;
    border-radius: 5px;
}

.form-review-area {
    padding: 50px;
    background: #f2f5f5;
}

.review-image {
    text-align: center;
}

.review-image img {
    width: 125px;
}

.reviews__content {
}

a.get-reviews {
    float: right;
    background: #ffffff;
    padding: 8px 15px;
    margin-bottom: 10px;
    margin-top: -5px;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    color: #f33843;
    box-shadow: 0 0 0 1px #f33843;
}

a.get-reviews:hover {
    color: #000;
    box-shadow: 0 0 1px #000;
}

.item__area .header-tabs {
    background: #fafbfc;
}

.item__area .tabs li.nav-item {
    flex: 1
}

.item__area .tabs li.nav-item span {
    display: block;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

.item__area .tabs li.nav-item.active, .item__area .tabs li.nav-item:hover {
    background: #f5f5f5;
}

.item__area .tabcontent {
    padding: 20px 10px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: .9rem;
    z-index: 1;
    width: 100%;
    margin: auto;
    display: inline-block;
}

.item__area .tabcontent ul {
    margin: 5px 0 10px 0;
}

.item__area .tabcontent ul li {
    padding: 0;
}

p.sub_order {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 5px;
}

.item__gallery {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 50px 0;
    margin: 15px 25px 0 0;
}

.splide__arrows.long-arrows {
    position: absolute;
}

.splide__arrows.long-arrows.right-arrows {
    top: 0;
    right: 60px;
}

.splide__arrows.long-arrows.center-arrows {
    position: absolute;
    bottom: -70px;
    left: calc(50% - 25px);
}

.splide__arrows.long-arrows button {
    font-size: 1.25rem;
    line-height: 0;
    top: -30px;
    right: -20px;
    background: #fff;
    padding: 0;
    border-radius: 3px;
    height: 30px;
    width: 30px;
}

.splide__arrows.long-arrows button:hover {
    background: #f9f9f9
}

.similar__products {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
}

.header__item {
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    background: #fff;
    box-shadow: 1px 1px 5px #ddd;
    z-index: 3;
}

.header__item.fixed {
    position: fixed;
    display: block;
    padding: 10px 0;
}

.header__item .buy-one-click {
    padding: 12px 20px;
    margin-left: 20px;
}

p.header__item-sku {
    margin: 0 0 0 35px;
    font-size: .8rem;
}

.header__item-price p {
    display: inline-block;
}

.header__item-price .old_price {
    font-size: .9rem;
}

.header__item-price {
    position: relative;
    margin: -2px 50px 0;
    font-size: 1.15rem;
    font-weight: 600;
}

.header__item-price .old_price:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 95%;
    background: #ff4d4d;
    left: -4px;
    bottom: 10px;
    -webkit-transform: rotate(
            -5deg
    );
    -ms-transform: rotate(-5deg);
    transform: rotate(
            -5deg
    );
}

p.header__item-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 5px 0 15px;
}

#next-button.baguetteBox-button, #previous-button.baguetteBox-button {
    width: 50% !important
}

.item__area .splide__slide {
    text-align: center;
}

.item__area .splide__track {
    max-width: 100%;
    width: 100%;
    border: none;
}

.similar .splide__track {
    padding-bottom: 3rem;
}

.item__area .splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.item__area .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-color: #f34b55;
}

.baguetteBox-button svg polyline {
    stroke: #f33843;
}

.popup-buy_one_click .popup-body .count-wrapper .count {
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    background: #fff;
}

.spoiler-wrap {
    position: relative;
    overflow: hidden;
}

.vertical-mode.splide__track {
    overflow: hidden !important;
}

.vertical-mode .splide__slide {
    border: 1px solid #efefef;
    display: flex;
    align-items: center;
}

.vertical-mode .splide__slide.is-visible.is-active {
    border: 1px solid #f33843;
}

.vieweds {
    margin: 25px 0 0;
    padding: 10px 15px 50px;
    background: #f6f9f9;
}

.vieweds .d-flex {
    flex-wrap: wrap;
}
.vieweds .title {
    margin: 25px 10px 15px;
}

.viewed__item {
    flex: 1 1 18%;
    margin: 5px;
    max-width: 245px;
    border-radius: 4px;
    background: #fff;
}

.viewed__item.empty {
    background: #eff2f6;
}

.viewed__item-img {
    margin: 15px 5px;
    float: left;
}

.viewed__item-price {
    font-size: .95rem;
    font-weight: 600;
    margin: 10px 0;
}

.viewed__item-title {
    font-size: .8rem;
    margin: 10px 0;
    padding: 0 10px 0 5px;
}

.teaser {
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
    padding-top: 10px;
    margin: -1px -1px 0 0;
    height: 400px !important;
    z-index: 1;
}

.teaser:hover {
    box-shadow: 0 0 8px rgb(72 72 72 / 15%);
    z-index: 2 !important;
}

.teaser .img {
    width: 210px;
    height: 210px;
    margin: 5px auto;
}

.teaser .img img {
    display: block;
    margin: 0 auto;
}

.teaser .title {
    margin: 5px 25px 0;
    font-weight: 600;
    font-size: .8rem;
    min-height: 35px;
    overflow: hidden;
}

.teaser .details {
    padding: 0 15px;
    width: 100%;
    min-height: 42px;
    position: relative;
}

.teaser .price {
    position: relative;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.teaser .price p {
    display: inline-block;
}

.teaser .price span {
    font-size: 70%;
    margin-left: 0
}

.teaser .price p.old_price, .teaser .price p.price {
    display: inline;
}

.teaser .price p.price {
    font-size: 1.25rem;
    line-height: 1 !important;
    margin-left: 5px
}

p.old_price {
    position: relative;
    color: #ddd;
    margin: 0 10px 0 0;
}

.teaser .price p.old-price {
    font-size: 1rem;
    color: #d0d0d0;
    position: relative;
    margin-bottom: 5px !important;
}

.teaser .price p.old_price:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 95%;
    background: #ff4d4d;
    left: -4px;
    bottom: 9px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

.teaser .links {
    display: none;
    bottom: -40px;
}

.teaser:hover .links {
    position: absolute;
    display: block;
    padding: 0;
    z-index: 11;
    background: #fff;
    width: calc(100% + 2px);
    left: -1px;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
    box-shadow: 0 10px 8px rgb(72 72 72 / 15%);
}

.teaser .count-wrapper {
    width: 40%;
    background: #fafafa;
}

.teaser .stepper .count-amount {
    padding: 0 2px;
    height: 40px;
    background: #fafafa;
    border: none;
    font-size: .8rem;
}

.teaser .stepper .stepper-arrow {
    line-height: 40px;
}

.teaser button.btn-add {
    width: 60%;
    height: 40px;
    font-size: 1rem;
    color: #fff;
    background: #ff0000;
    border: none;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    padding: 0 8px 0 5px;
    margin: 0;
}

.teaser button.btn-add:hover {
    background: #e70000;
}

.teaser button.btn-add:focus {
    outline: none;
}

.teaser button.btn-add i:before {
    font-size: 1rem;
    vertical-align: middle;
    margin: 0 5px;
}


.similar .module-title {
    font-size: 1.25rem;
    padding-left: 0;
}

.similar .module-title h3 {
    display: inline-block
}

.teaser.similar {
    margin: 5px 0;
}