@charset "UTF-8";
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Gilroy-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Gilroy-Semibold.woff2) format("woff2");
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Gilroy-Bold.woff2) format("woff2");
}
body,
html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: Gilroy, sans-serif;
    font-size: 0.875em;
    line-height: 1.214285;
    width: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #424242;
    background-color: #fff;
    font-weight: 500;
	overflow-x: hidden
}
footer,
header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 ,
.heading_h1{
    font-weight: 700;
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 40px;
}

.heading .heading_h1::before,
.heading h1::before,
.heading h2::before {
    content: '';
    height: 108%;
    width: calc(100% + 9px);
    background: #ffc300;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: -26px;
    bottom: 0;
    margin: auto;
    transform: skew( -18deg);
}


.heading .heading_h1::after,
.heading h1::after,
.heading h2::after {
    content: '';
    width: 18px;
    height: 110%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 20px;
    transform: skewX(-18deg);
    border-left: 7px solid #fff;
    border-right: 4px solid #fff;
    bottom: 0;
    margin: auto;
}

.heading span {
    position: relative;
    z-index: 1;
}


@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 575px) {
    .heading.heading-small h1,
    .heading.heading-small h2 {
        font-size: 30px;
    }
}
.heading .heading_h1,
.heading h1,
.heading h2 {
    font-size: 43px;
    line-height: 53px;
    text-transform: uppercase;
    color: #ffc300;
}

.heading .heading_h1,
.heading h1,
.heading h2 {
    position: relative;
    z-index: 1;
    color: #424242;
    display: inline-block;
    position: relative;
    padding-left: 8px;
    padding-right: 60px;
    overflow: hidden;
}


@media all and (max-width: 575px) {
    .heading .heading_h1,
    .heading h1,
    .heading h2 {
        font-size: 30px;
        line-height: 120%;
		        padding-top: 2px;
        padding-bottom: 4px;
    }
}
.heading p {
    margin-top: 20px;
}
@media all and (max-width: 575px) {
    .heading p {
        margin-top: 16px;
    }
}
.heading ul {
    margin-top: 20px;
}
@media all and (max-width: 575px) {
    .heading ul {
        margin-top: 16px;
    }
}
.heading ul li {
    position: relative;
    padding-left: 26px;
}
.heading ul li:not(:last-child) {
    margin-bottom: 20px;
}
.heading ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_13.svg);
    width: 14px;
    height: 10px;
    top: 0;
    left: 0;
}
.heading ul li strong {
    text-transform: uppercase;
}
.br_remove_all_compare,
.btn,
.button,
.form-submit #submit {
    display: inline-block;
    text-align: center;
    color: #424242;
    background-color: #ffc300;
    padding: 13.5px 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    border: 1px solid #ffc300;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    border-radius: 6px;
}
.br_remove_all_compare:hover,
.btn:hover,
.button:hover,
.form-submit #submit:hover {
    color: #424242;
    border: 1px solid #ffe500;
    background-color: #ffe500;
}
.br_remove_all_compare.btn-border,
.btn.btn-border,
.button.btn-border,
.form-submit #submit.btn-border {
    border: 1px solid #ffc300;
    color: #ffc300;
    background-color: transparent;
}
.br_remove_all_compare.btn-border:hover,
.btn.btn-border:hover,
.button.btn-border:hover,
.form-submit #submit.btn-border:hover {
    color: #424242;
    border: 1px solid #ffe500;
    background-color: #ffe500;
}
.br_remove_all_compare.btn-whatsapp span,
.btn.btn-whatsapp span,
.button.btn-whatsapp span,
.form-submit #submit.btn-whatsapp span {
    position: relative;
    padding-right: 37px;
}
.br_remove_all_compare.btn-whatsapp span:after,
.btn.btn-whatsapp span:after,
.button.btn-whatsapp span:after,
.form-submit #submit.btn-whatsapp span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_12.svg);
    width: 23px;
    height: 23px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.br_remove_all_compare.btn-border-black,
.btn.btn-border-black,
.button.btn-border-black,
.form-submit #submit.btn-border-black {
    border: 1px solid #424242;
}
.br_remove_all_compare.btn-tg,
.btn.btn-tg,
.button.btn-tg,
.form-submit #submit.btn-tg {
    color: #fff;
    background-color: #27a4e1;
    border: none;
    padding: 14px 20px;
}
.br_remove_all_compare.btn-tg span,
.btn.btn-tg span,
.button.btn-tg span,
.form-submit #submit.btn-tg span {
    position: relative;
    padding-right: 39px;
}
.br_remove_all_compare.btn-tg span:after,
.btn.btn-tg span:after,
.button.btn-tg span:after,
.form-submit #submit.btn-tg span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_41.svg);
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.br_remove_all_compare.btn-max,
.btn.btn-max,
.button.btn-max,
.form-submit #submit.btn-max {
    color: #fff;
    background: linear-gradient(
        266.72deg,
        #854ae0 2.15%,
        #3853f3 48.92%,
        #42baf5 99.43%
    );
    border: none;
    padding: 14px 20px;
}
.br_remove_all_compare.btn-max span,
.btn.btn-max span,
.button.btn-max span,
.form-submit #submit.btn-max span {
    position: relative;
    padding-right: 39px;
}
.br_remove_all_compare.btn-max span:after,
.btn.btn-max span:after,
.button.btn-max span:after,
.form-submit #submit.btn-max span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_42.svg);
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.br_remove_all_compare.btn-vk,
.btn.btn-vk,
.button.btn-vk,
.form-submit #submit.btn-vk {
    color: #fff;
    background-color: #0073f6;
    border: none;
    padding: 14px 20px;
}
.br_remove_all_compare.btn-vk span,
.btn.btn-vk span,
.button.btn-vk span,
.form-submit #submit.btn-vk span {
    position: relative;
    padding-right: 39px;
}
.br_remove_all_compare.btn-vk span:after,
.btn.btn-vk span:after,
.button.btn-vk span:after,
.form-submit #submit.btn-vk span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_43.svg);
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.wishlist_item .product-action .button {
    white-space: nowrap;
    padding: 14px 20px;
}
.wishlist_item ins {
    text-decoration: none;
}
.br_compare_popup_block .br_remove_all_compare {
    position: relative;
    z-index: 40;
}
.br_compare_popup_block .br_new_compare_block .br_top_table p {
    padding: 10px 0 !important;
}
.br_compare_popup_block .br_top_table .br_main_top {
    z-index: 30;
}
.br_compare_popup_block .br_new_compare_block a {
    margin-bottom: 10px;
}
.br_compare_popup_block .br_top_table h3 {
    font-size: 20px;
    line-height: 120%;
}
@media all and (max-width: 575px) {
    .btn-100 {
        max-width: none !important;
        width: 100% !important;
    }
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
.swiper-button-disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
}
section {
    margin-bottom: 80px;
}
@media all and (max-width: 1199px) {
    section {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 575px) {
    section {
        margin-bottom: 50px;
    }
    .row-8 {
        margin-left: -4px;
        margin-right: -4px;
    }
    .row-8 .box-8 {
        padding-left: 4px;
        padding-right: 4px;
    }
}
.modal {
    color: #424242;
    max-width: 397px;
    width: 100%;
    border-radius: 10px;
    padding: 40px 30px;
}
.modal .modal__heading {
    margin-bottom: 20px;
}
.modal .modal__heading h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
    color: #424242;
}
#modal_thanks .modal__heading {
    margin-bottom: 0;
}
.form__inner .form__item {
    margin-bottom: 10px;
}
.form__inner .form__item input,
.form__inner .form__item textarea {
    width: 100%;
    height: 48px;
    padding-left: 20px;
    padding-right: 12px;
    font-size: 16px;
    color: #bdc6e1;
    border-radius: 10px;
    border: 1px solid #cad0e0;
    background-color: #fff;
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item input::-ms-placeholder,
.form__inner .form__item textarea::-ms-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item input::-webkit-input-placeholder,
.form__inner .form__item textarea::-webkit-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder,
.form__inner .form__item textarea::-moz-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item input:-ms-input-placeholder,
.form__inner .form__item textarea:-ms-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item input::-ms-input-placeholder,
.form__inner .form__item textarea::-ms-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item input::placeholder,
.form__inner .form__item textarea::placeholder {
    color: #bdc6e1;
    opacity: 1;
}
.form__inner .form__item textarea {
    height: 120px;
    padding-top: 10px;
    resize: none;
}
.form__inner .form__policy {
    margin-bottom: 20px;
}
.form__inner .form__policy .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
.form__inner .form__policy .policy .text p {
    color: #424242;
    font-size: 14px;
    line-height: 18px;
}
.form__inner .form__policy .policy .text p a {
    text-decoration: underline;
    color: #ffc300;
}
.form__inner .form__policy .policy .checkbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
    border: 1px solid #d8d8d8;
    width: 24px;
    height: 24px;
    border-radius: 5px;
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
    margin-bottom: 0;
    height: auto;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap:before {
    display: none;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: block;
    z-index: 1000;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label {
    background-color: #fff;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label:after {
    display: block;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 0 !important;
    color: transparent;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 5px;
    margin: auto;
    width: 8px;
    height: 10px;
    border: solid #ffc300;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form__inner .form__submit {
    position: relative;
}
.form__inner .form__submit .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
header {
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-image: url(../img/1.avif);
    margin-bottom: 40px;
}
header.page {
    background-image: none;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}
header .header__top {
    background-color: #f0f0f0;
    padding: 6px 0;
}
@media all and (min-width: 1199px) {
    header .header__top .header__mobile {
        display: none;
    }
}
header .header__top .header__mobile .mobile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .header__top .header__mobile .mobile__inner .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__top .header__mobile .mobile__inner .logo img {
    width: 150px;
    height: auto;
}
header .header__top .header__mobile .mobile__inner .mobile__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .contacts__inner
    ul
    li
    a {
    display: inline-block;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .contacts__inner
    ul
    li
    .phone {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #ffc300;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button {
    position: relative;
    top: 2px;
    width: 37px;
    height: 30px;
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button
    span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffc300;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 4px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 12px;
    width: 24px;
    left: auto;
    right: 0;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button
    span:nth-child(3) {
    top: 20px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    opacity: 0;
    right: -10px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .burger_button.open
    span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 30px;
    top: 43px;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .container {
    padding-left: 15px;
    padding-right: 15px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu {
    margin-bottom: 30px;
    text-align: left;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li:not(:last-child) {
    margin-bottom: 8px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.current-menu-item:not(.menu-item-object-custom)
    a {
    color: #ffe500;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    font-size: 16px;
    display: inline-block;
    padding: 5px 0;
    color: #424242;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:hover {
    color: #ffe500;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .header__search {
    border: 1px solid #cad0e0;
    border-radius: 10px;
    max-width: 365px;
    width: 100%;
    height: 50px;
    margin-bottom: 26px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .header__search
    .dgwt-wcas-sf-wrapp {
    padding: 0;
    background-color: transparent;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .header__search
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-input {
    border: 1px solid #cad0e0;
    border-radius: 10px;
    height: 50px;
    background-color: transparent;
    padding-left: 56px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .header__search
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-submit {
    top: 10px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .header__search
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-submit
    svg
    path {
    fill: #ffc300;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .header__search
    .dgwt-wcas-style-pirx.dgwt-wcas-search-filled
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input {
    padding-left: 24px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .user__menu
    ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .user__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .user__menu
    ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .user__menu
    ul
    li
    a {
    display: inline-block;
    color: #ffc300;
}
header
    .header__top
    .header__mobile
    .mobile__inner
    .mobile__contacts
    .header_burger
    .menu_toggle
    .toggle__inner
    .user__menu
    ul
    li
    a:hover {
    color: #ffc300;
}
@media all and (max-width: 1199px) {
    header .header__top .header__text {
        display: none;
    }
}
header .header__top .header__text p {
    background-color: #fafafa;
    border-radius: 15px;
    padding: 6px 10px;
    display: inline-block;
}
@media all and (max-width: 1199px) {
    header .header__top .header__menu {
        display: none;
    }
}
header .header__top .header__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 32px;
}
@media all and (max-width: 1500px) {
    header .header__top .header__menu .menu__inner ul {
        gap: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
header
    .header__top
    .header__menu
    .menu__inner
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    a {
    color: #ffc300;
}
header .header__top .header__menu .menu__inner ul li a {
    display: inline-block;
    color: #424242;
    font-weight: bold;
}
header .header__top .header__menu .menu__inner ul li a:hover {
    color: #ffc300;
}
@media all and (max-width: 1199px) {
    header .header__top .header__user {
        display: none;
    }
}
header .header__top .header__user .user__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
}
header .header__top .header__user .user__inner ul li a {
    color: #424242;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
header .header__top .header__user .user__inner ul li a:hover {
    color: #ffc300;
}
header .header__main .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0;
    position: relative;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper {
        gap: 20px;
        padding: 12px 0;
    }
}
header .header__main .wrapper .header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__logo {
        display: none;
    }
}
header .header__main .wrapper .header__logo img {
    width: 235px;
    height: auto;
}
@media all and (max-width: 1500px) {
    header .header__main .wrapper .header__logo img {
        width: 180px;
    }
}
header .header__main .wrapper .header__catalog {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__main .wrapper .header__catalog .btn {
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 8px 14.1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 14.1px rgba(0, 0, 0, 0.25);
    background-color: #ffc300;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__catalog .btn {
        font-size: 14px;
        padding: 10px 16px;
    }
}
header .header__main .wrapper .header__catalog .btn:hover {
    background-color: #ffc300;
    border: 1px solid #ffc300;
}
header .header__main .wrapper .header__catalog .btn.active span::after {
    background-image: url(../img/icon_6.svg);
}
header .header__main .wrapper .header__catalog .btn span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    position: relative;
    padding-right: 32px;
}
header .header__main .wrapper .header__catalog .btn span:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_2.svg);
    width: 18px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
header .header__main .wrapper .header__search {
    background-color: #f0f0f0;
    border-radius: 6px;
    width: 330px;
    height: 52px;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__search {
        display: none;
    }
}
header .header__main .wrapper .header__search .dgwt-wcas-sf-wrapp {
    padding: 0;
    background-color: transparent;
}
header
    .header__main
    .wrapper
    .header__search
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-input {
    border-radius: 6px;
    height: 50px;
    background-color: transparent;
    padding-left: 56px;
}
header
    .header__main
    .wrapper
    .header__search
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-submit {
    top: 10px;
}
header
    .header__main
    .wrapper
    .header__search
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-submit
    svg
    path {
    fill: #ffc300;
}
header
    .header__main
    .wrapper
    .header__search
    .dgwt-wcas-style-pirx.dgwt-wcas-search-filled
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input {
    padding-left: 24px;
}
header .header__main .wrapper .header__contacts {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__contacts {
        display: none;
    }
}
header .header__main .wrapper .header__contacts .phones {
    margin-bottom: 3px;
    background-color: #ffc300;
    border-radius: 10px;
    padding: 10px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
header .header__main .wrapper .header__contacts .phones.active a img {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
header .header__main .wrapper .header__contacts .phones a {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #424242;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    margin-bottom: 3px;
}
@media all and (max-width: 1500px) {
    header .header__main .wrapper .header__contacts .phones a {
        font-size: 20px;
    }
}
header .header__main .wrapper .header__contacts .phones p {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    padding-right: 24px;
}
header .header__main .wrapper .header__contacts .email {
    font-size: 14px;
    line-height: 18px;
    color: #1389e2;
    display: inline-block;
}
header .header__main .wrapper .header__contacts .contacts__modal {
    position: absolute;
    top: calc(100% - 2px);
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 61.9px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 61.9px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-align: left;
    width: 360px;
    padding: 20px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__contacts .contacts__modal {
        display: none !important;
    }
}
header .header__main .wrapper .header__contacts .contacts__modal.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
header .header__main .wrapper .header__contacts .contacts__modal #btn-close {
    position: absolute;
    top: 22px;
    right: 30px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_6.svg);
    width: 26px;
    height: 25px;
    background-color: #fff;
    border: none;
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .contacts__wrapper {
    margin-bottom: 20px;
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .contacts__list
    li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .contacts__list
    li:not(:last-child) {
    margin-bottom: 22px;
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .contacts__list
    li
    p {
    font-size: 12px;
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .contacts__list
    li
    p:not(:last-child) {
    margin-bottom: 10px;
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .contacts__list
    li
    a {
    font-size: 16px;
    font-weight: 600;
    color: #ffc300;
}
header .header__main .wrapper .header__contacts .contacts__modal .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    margin-bottom: 22px;
}
header
    .header__main
    .wrapper
    .header__contacts
    .contacts__modal
    .social
    a:hover {
    opacity: 0.8;
}
header .header__main .wrapper .header__contacts .contacts__modal .social img {
    width: 28px;
    height: 28px;
}
header .header__main .wrapper .header__links {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__main .wrapper .header__links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media all and (max-width: 1500px) {
    header .header__main .wrapper .header__links ul {
        gap: 10px;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__links ul {
        gap: 5px;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__links ul li.wishlist__btn a {
        gap: 5px;
    }
}
@media all and (min-width: 1199px) {
    header .header__main .wrapper .header__links ul li.wishlist__btn a .count {
        right: 9px;
    }
}
header .header__main .wrapper .header__links ul li a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #a1a1a1;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    position: relative;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__links ul li a {
        width: 40px;
        height: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
header .header__main .wrapper .header__links ul li a:hover {
    color: #ffe500;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__links ul li a .link__title {
        display: none;
    }
}
header .header__main .wrapper .header__links ul li a .count {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 10px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 16px;
    height: 16px;
    padding: 5px;
    background-color: #ffc300;
    border-radius: 8px;
    color: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper .header__links ul li a .count {
        top: 2px;
        right: 1px;
    }
}
header .header__main .wrapper #catalog-menu {
    position: absolute;
    z-index: 200;
    top: calc(100% - 30px);
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 22.9px rgba(24, 75, 113, 0.32);
    box-shadow: 0 0 22.9px rgba(24, 75, 113, 0.32);
    -webkit-backdrop-filter: blur(3.2px);
    backdrop-filter: blur(3.2px);
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    max-width: 775px;
    width: 100%;
    min-height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper #catalog-menu {
        top: calc(100% - 10px);
        min-height: inherit;
    }
}
header .header__main .wrapper #catalog-menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
header .header__main .wrapper #catalog-menu .menu__inner {
    width: 100%;
}
header .header__main .wrapper #catalog-menu ul {
    width: 254px;
    background-color: #ffc300;
    padding: 30px 0;
    height: 100%;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 1500px) {
    header .header__main .wrapper #catalog-menu ul {
        width: 210px;
    }
}
@media all and (max-width: 1199px) {
    header .header__main .wrapper #catalog-menu ul {
        width: 100%;
        background-color: #fff;
        padding: 20px;
    }
}
header .header__main .wrapper #catalog-menu ul li:hover > a {
    background-color: #ffd85b;
}
header .header__main .wrapper #catalog-menu ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #504e4e;
    display: block;
    padding: 9px 0 9px 25px;
}
header
    .header__main
    .wrapper
    #catalog-menu
    ul
    li.menu-item-has-children:hover
    .sub-menu {
    opacity: 1;
    visibility: visible;
}
header
    .header__main
    .wrapper
    #catalog-menu
    ul
    li.menu-item-has-children
    .sub-menu {
    position: absolute;
    z-index: -1;
    top: 40px;
    left: 0;
    padding: 0 0 0 280px;
    width: 750px;
    height: auto;
    background-color: transparent;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    height: 100%;
}
@media all and (max-width: 1199px) {
    header
        .header__main
        .wrapper
        #catalog-menu
        ul
        li.menu-item-has-children
        .sub-menu {
        display: none !important;
    }
}
header
    .header__main
    .wrapper
    #catalog-menu
    ul
    li.menu-item-has-children
    .sub-menu
    li
    a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding: 9px;
    display: block;
}
@media all and (max-width: 1199px) {
    header .header__content {
        padding-top: 10px;
    }
}
@media all and (max-width: 1199px) {
    header .header__content .content__main {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 991px) {
    header .header__content .content__main {
        margin-bottom: 0;
    }
}
header .header__content .content__main .main__inner .main__slider {
    position: relative;
}
@media all and (max-width: 991px) {
    header .header__content .content__main .main__inner .main__slider {
        padding-bottom: 40px;
    }
}
header
    .header__content
    .content__main
    .main__inner
    .main__slider
    .swiper-slide {
    height: auto;
}
header
    .header__content
    .content__main
    .main__inner
    .main__slider
    .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 45px;
    color: #fff;
    border-radius: 6px;
    background-color: #28313a;
    overflow: hidden;
    z-index: 3;
}
@media all and (max-width: 575px) {
    header
        .header__content
        .content__main
        .main__inner
        .main__slider
        .slide__inner {
        padding: 25px;
    }
}
header
    .header__content
    .content__main
    .main__inner
    .main__slider
    .slide__inner
    .bg__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media all and (max-width: 991px) {
    header
        .header__content
        .content__main
        .main__inner
        .main__slider
        .slide__inner
        .bg__image {
        display: none;
    }
}
header
    .header__content
    .content__main
    .main__inner
    .main__slider
    .slide__inner
    .bg__image
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
header
    .header__content
    .content__main
    .main__inner
    .main__slider
    .slide__inner
    .content {
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}
@media all and (min-width: 991px) {
    header
        .header__content
        .content__main
        .main__inner
        .main__slider
        .slide__inner
        .content {
        max-width: 440px;
        width: 100%;
    }
}
header
    .header__content
    .content__main
    .main__inner
    .main__slider
    .slide__inner
    .content
    h1,
header
    .header__content
    .content__main
    .main__inner
    .main__slider
    .slide__inner
    .content
    h2 {
    font-size: 43px;
    line-height: 53px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
@media all and (max-width: 575px) {
    header
        .header__content
        .content__main
        .main__inner
        .main__slider
        .slide__inner
        .content
        h1,
    header
        .header__content
        .content__main
        .main__inner
        .main__slider
        .slide__inner
        .content
        h2 {
        font-size: 34px;
        line-height: 120%;
    }
}
header
    .header__content
    .content__main
    .main__inner
    .main__slider
    .slide__inner
    .content
    p {
    font-size: 12px;
    line-height: 15px;
}
header
    .header__content
    .content__main
    .main__inner
    .main__slider
    .slide__inner
    .features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    position: relative;
    z-index: 3;
}
@media all and (min-width: 991px) {
    header
        .header__content
        .content__main
        .main__inner
        .main__slider
        .slide__inner
        .features {
        max-width: 370px;
        width: 100%;
    }
}
header
    .header__content
    .content__main
    .main__inner
    .main__slider
    .slide__inner
    .features
    .features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}
@media all and (max-width: 575px) {
    header
        .header__content
        .content__main
        .main__inner
        .main__slider
        .slide__inner
        .features
        .features__item {
        font-size: 11px;
        line-height: 14px;
        gap: 8px;
    }
}
header
    .header__content
    .content__main
    .main__inner
    .main__slider
    .slide__inner
    .features
    .features__item
    img {
    width: 73px;
    height: 73px;
}
@media all and (max-width: 575px) {
    header
        .header__content
        .content__main
        .main__inner
        .main__slider
        .slide__inner
        .features
        .features__item
        img {
        width: 40px;
        height: 40px;
    }
}
header .header__content .content__main .swiper-pagination {
    bottom: 0 !important;
}
@media all and (min-width: 991px) {
    header .header__content .content__main .swiper-pagination {
        display: none;
    }
}
header .header__content .content__main .swiper-pagination span {
    width: 12px;
    height: 12px;
    background-color: #d3d3d3;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
header
    .header__content
    .content__main
    .swiper-pagination
    span.swiper-pagination-bullet-active {
    background-color: #ffc300;
}
header .header__content .content__main .swiper__nav {
    width: 117px;
    height: 52px;
    position: absolute;
    bottom: 38px;
    right: 14px;
    margin: auto;
    z-index: 6;
}
@media all and (max-width: 991px) {
    header .header__content .content__main .swiper__nav {
        display: none;
    }
}
header .header__content .content__main .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 52px;
    height: 52px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
header .header__content .content__main .swiper__nav .swiper-button:after {
    display: none !important;
}
header
    .header__content
    .content__main
    .swiper__nav
    .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
header
    .header__content
    .content__main
    .swiper__nav
    .swiper-button.swiper-button-next {
    right: 0;
}
@media all and (max-width: 991px) {
    header .header__content .content__items {
        display: none !important;
    }
}
header .header__content .content__items .items__inner {
    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;
    gap: 11px;
}
@media all and (max-width: 1199px) {
    header .header__content .content__items .items__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 30px;
    }
}
header .header__content .content__items .items__inner .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 6px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #fff;
}
@media all and (max-width: 1199px) {
    header .header__content .content__items .items__inner .item {
        min-height: 207px;
    }
}
.item__text {
    --item-back-s: 10px;
    --item-skew-deg: 19deg;
    position: absolute;
    bottom: 0;
    display: inline-block;
    padding: 13px 8px 10px 22px;
    /* --item-lines-color: 0deg 100% 50%; */
}

.item__text::before {
    content: '';
    background: #28313A;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
    display: block;
    width: 114%;
    transform: skewX(calc(var(--item-skew-deg) * -1));
}

header .header__content .content__items .items__inner h4 {
    position: relative;
    z-index: 1
}

header .header__content .content__items .items__inner .item:first-child .item__text {
    right: 0;
}

header .header__content .content__items .items__inner .item:last-child .item__text {
    padding: 13px 19px 16px 12px;
}

header .header__content .content__items .items__inner .item:first-child .item__text::before {
    right: calc(var(--item-back-s) * -1);
}

header .header__content .content__items .items__inner .item:last-child .item__text::before {
    left: calc(var(--item-back-s) * -1);
}

.item__text-lines::before , .item__text-lines::after {
    content: '';
    transform: skewX(calc(var(--item-skew-deg) * -1));
    display: block;
    position: absolute;
}

.item__text-lines::before {
    background: hsl(205deg 16% 24% / 88%);
    z-index: 0;
}

.item__text-lines::after {
    background: hsl(218deg 16% 27% / 86%);
    z-index: 1;
}
header .header__content .content__items .items__inner .item {
	position:relative
	
}
header .header__content .content__items .items__inner .item:first-child .item__text-lines::before {
    width: 30px;
    height: 65%;
    left: -27px;
    bottom: 0;
}

header .header__content .content__items .items__inner .item:first-child .item__text-lines::after {
    width: 9px;
    height: 48%;
    left: -11px;
    top: 0;
}

header .header__content .content__items .items__inner .item:last-child .item__text-lines::before {
    width: 30px;
    height: 67%;
    right: -22px;
    bottom: 0;
    background: hsl(219deg 16% 32% / 64%);
}

header .header__content .content__items .items__inner .item:last-child .item__text-lines::after {
    width: 13px;
    height: 64%;
    right: -5px;
    top: 6px;
    background: #384152;
}
@media all and (max-width: 1500px) {
    header .header__content .content__items .items__inner .item:first-child {
        padding-right: 50px;
    }
}
header .header__content .content__items .items__inner .item h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}
.share h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
}
#breadcrumbs {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #breadcrumbs {
        margin-bottom: 30px;
    }
}
#breadcrumbs .breadcrumbs {
    color: #ffc300;
}
#breadcrumbs .breadcrumbs span {
    color: #424242;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a {
    color: #ffc300;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a span {
    color: inherit;
}
article .aligncenter,
article div.aligncenter,
article img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
article img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
article .alignright {
    float: right;
}
article .alignleft {
    float: left;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-weight: 700;
    margin-bottom: 0.625em;
}
article h2 {
    font-size: 32px;
    line-height: 38px;
}
@media all and (max-width: 575px) {
    article h2 {
        font-size: 28px;
        line-height: 120%;
    }
}
article h3 {
    font-size: 26px;
    line-height: 34px;
}
@media all and (max-width: 575px) {
    article h3 {
        font-size: 24px;
        line-height: 120%;
    }
}
article h4 {
    font-size: 22px;
	padding-top: 10px;
}
@media all and (max-width: 575px) {
    article h4 {
        font-size: 20px;
        line-height: 120%;
    }
}
article h5 {
    font-size: 18px;
}
article h6 {
    font-size: 16px;
}
article p {
    margin-bottom: 1em;
	font-size: 16px;
}
article a {
    color: #00a8d2;
}
article ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 15px;
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 4px;
}
article ol {
    margin-bottom: 1em;
    padding-left: 15px;
}
article mark {
    padding: 0;
}
.lightbox-image-container {
    width: 100vw !important;
}
.lightbox-image-container figure img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    max-height: 100% !important;
}
.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-form .wpcf7-response-output {
    font-size: 13px;
    line-height: 17px;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
#block-15 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="text"].wpcf7-not-valid,
#block-7 input[type="tel"].wpcf7-not-valid,
#block-7 input[type="text"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 2px solid #ec3c06 !important;
    position: relative;
}
body span.wpcf7-not-valid-tip {
    display: none !important;
    color: #ec3c06;
    border: none;
    background: 0 0;
}
body span.wpcf7-not-valid-tip-no-ajax {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 10px;
}
body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 2px solid #ff8a8a;
    color: #ec3c06;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 12000;
}
.contact-inner-form .wpcf7-response-output {
    width: 95%;
}
body div.wpcf7-response-output {
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
}
body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}
body .wpcf7-mail-sent-ok {
    border: 1px solid transparent;
    color: #ff5805;
    text-align: center;
}
.section-category .category__item {
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    .section-category .category__item {
        margin-bottom: 20px;
    }
}
.section-category .category__item .item__inner {
    color: #424242;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 36.4px rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 36.4px rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    padding: 20px 16px;
}
.section-category .category__item .item__inner:hover {
    color: #ffc300;
}
.section-category .category__item .item__inner .category__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 180px;
    height: 107px;
    margin: 0 auto 16px auto;
    width: 100%;
}
.section-category .category__item .item__inner .category__image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.section-category .category__item .item__inner h3 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    color: inherit;
}
.section-special {
    margin-bottom: 50px;
}
@media all and (max-width: 1199px) {
    .section-special {
        margin-bottom: 30px;
    }
}
.section-special #special-filter {
    margin-bottom: 40px;
}
.section-special #special-filter ul::-webkit-scrollbar {
    display: none;
}
.section-special #special-filter ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 47px;
    border-bottom: 1px solid #e0e0e0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@media all and (max-width: 575px) {
    .section-special #special-filter ul {
        gap: 30px;
    }
}
.section-special #special-filter ul li {
    scroll-snap-align: start;
    white-space: nowrap;
}
.section-special #special-filter ul li.active button {
    color: #ffc300;
}
.section-special #special-filter ul li.active button::after {
    background-color: #ffc300;
}
.section-special #special-filter ul li button {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    border: none;
    background-color: transparent;
    position: relative;
    padding-bottom: 8px;
}
.section-special #special-filter ul li button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-color: transparent;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
}
.product__item {
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    .product__item {
        margin-bottom: 8px;
    }
}
.product__item.product__item-small
    .item__inner
    .product__details
    .details__inner
    .attributes {
    display: none;
}
.product__item.product__item-small
    .item__inner
    .product__details
    .details__inner
    .price__wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.product__item .item__inner {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px 10px 10px;
    position: relative;
    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;
    gap: 20px;
    height: 100%;
}
.product__item .item__inner .ptoduct__image {
    /*height: 200px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.product__item .item__inner .ptoduct__image:hover img {
    opacity: 0.8;
}
.product__item .item__inner .ptoduct__image img {
    max-height: 190px;
    height: auto;
    width: auto;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
	    width: 100%;
    object-fit: cover;
	height: 100%;
	border-radius: 5px;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .ptoduct__image {
        height: 110px;
    }
    .product__item .item__inner .ptoduct__image img {
        max-height: 110px;
    }
    .product__item .item__inner {
        gap: 10px;
        padding: 10px;
    }
    .product__item .item__inner .attributes {
        display: none;
    }
}
.product__item .item__inner .ptoduct__image ul {
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 3;
}
.product__item .item__inner .ptoduct__image ul li span {
    display: inline-block;
}
.product__item .item__inner .ptoduct__image ul li .instock {
    width: 80px;
    height: 25px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_10.svg);
}
.product__item .item__inner .ptoduct__image ul li .hit {
    width: 39px;
    height: 25px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_11.svg);
}
.product__item .item__inner .product__details {
    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;
    gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product__item .item__inner .product__details .wishlist__compare {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}
.product__item .item__inner .product__details .wishlist__compare ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}
.product__item .item__inner .product__details .wishlist__compare li {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    border: 1px solid #ffc300;
    background: #ffc300;
	
	border: 1px solid #ffffff63;
    background: #ffffff4a;
	transition: .35s ease
}

.product__item .item__inner .product__details .wishlist__compare li:hover {
	border: 1px solid #ffffff;
    background: #ffffff;
}
.product__item .item__inner .product__details .wishlist__compare li:hover a:after{
filter: invert(26%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.product__item
    .item__inner
    .product__details
    .wishlist__compare
    li
    .tinv-wraper
    a {
    color: rgba(52, 52, 52, 0.8);
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
}
.product__item
    .item__inner
    .product__details
    .wishlist__compare
    li
    .tinv-wraper
    a:hover {
    color: #ffc300;
}
.product__item
    .item__inner
    .product__details
    .wishlist__compare
    li
    .tinv-wraper
    a:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_24.svg);
    width: 14px;
    height: 13px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	transition: .35s ease
}
.product__item
    .item__inner
    .product__details
    .wishlist__compare
    li
    .tinv-wraper
    a::before {
    display: none;
}
.product__item
    .item__inner
    .product__details
    .wishlist__compare
    li
    .tinv-wraper
    a
    .tinvwl_add_to_wishlist-text {
    display: none;
}
.product__item
    .item__inner
    .product__details
    .wishlist__compare
    li
    .tinv-wraper
    a.tinvwl-product-in-list::after {
    -webkit-filter: brightness(0) saturate(100%) invert(80%) sepia(99%)
        saturate(3643%) hue-rotate(348deg) brightness(93%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(80%) sepia(99%) saturate(3643%)
        hue-rotate(348deg) brightness(93%) contrast(96%);
}
.product__item
    .item__inner
    .product__details
    .wishlist__compare
    li
    .tinv-wraper
    .tinv-wishlist-clear {
    display: none !important;
}
.product__item
    .item__inner
    .product__details
    .wishlist__compare
    li
    .tinvwl_remove_from_wishlist-text {
    display: none !important;
}
.product__item
    .item__inner
    .product__details
    .wishlist__compare
    li
    .br_compare_button {
    width: 26px;
    height: 26px;
    background-color: transparent !important;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}
.product__item
    .item__inner
    .product__details
    .wishlist__compare
    li
    .br_compare_button:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_25.svg);
    width: 12px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	transition: .35s ease
}
.product__item
    .item__inner
    .product__details
    .wishlist__compare
    li
    .br_compare_button.br_compare_added::after {
    -webkit-filter: brightness(0) saturate(100%) invert(80%) sepia(99%)
        saturate(3643%) hue-rotate(348deg) brightness(93%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(80%) sepia(99%) saturate(3643%)
        hue-rotate(348deg) brightness(93%) contrast(96%);
}
.product__item
    .item__inner
    .product__details
    .wishlist__compare
    li
    .br_compare_button
    .br_compare_button_text,
.product__item
    .item__inner
    .product__details
    .wishlist__compare
    li
    .br_compare_button
    i {
    display: none;
}
.product__item .item__inner .product__details .details__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product__item .item__inner .product__details .details__inner .product__title {
    display: block;
    /* margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0; */
    color: #424242;
}
.product__item .item__inner .product__details .details__inner .bottom__wrapper {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 20px;
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__details {
        gap: 12px;
    }
    .product__item
        .item__inner
        .product__details
        .details__inner
        .bottom__wrapper {
        margin-top: 12px;
    }
    .product__item .item__inner .product__details .details__inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .product__item
        .item__inner
        .product__details
        .details__inner
        .bottom__wrapper {
        padding-top: 12px;
        margin-bottom: 12px;
    }
    .product__item .item__inner .ptoduct__image ul {
        
    }
    .product__item .item__inner .product__details .wishlist__compare {
        
    }
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .product__title:hover {
    color: #ffc300;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .product__title
    h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: inherit;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .rating__availability {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    .product__item
        .item__inner
        .product__details
        .details__inner
        .product__title
        h3 {
        font-size: 16px;
    }
    .product__item
        .item__inner
        .product__details
        .details__inner
        .rating__availability {
        margin-bottom: 12px;
    }
}
.product__item .item__inner .product__details .details__inner .price__wrapper {
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.product__item .item__inner .product__details .details__inner .attributes {
    padding-top: 20px;
}
@media all and (max-width: 575px) {
    .product__item
        .item__inner
        .product__details
        .details__inner
        .price__wrapper {
        padding-bottom: 12px;
    }
    .product__item .item__inner .product__details .details__inner .attributes {
        padding-top: 12px;
    }
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .attributes
    ul
    li {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .attributes
    ul
    li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border: 1px dashed #a1a1a1;
    left: 0;
    right: 0;
    bottom: 4px;
    z-index: -1;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .attributes
    ul
    li:not(:last-child) {
    margin-bottom: 8px;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .attributes
    ul
    li
    span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .attributes
    ul
    li
    span:first-child {
    padding-right: 5px;
}
.product__item
    .item__inner
    .product__details
    .details__inner
    .attributes
    ul
    li
    span:last-child {
    padding-left: 5px;
}
.product__item .item__inner .product__details .product__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
}
@media all and (max-width: 1500px) {
    .product__item .item__inner .product__details .product__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.product__item .item__inner .product__details .product__buttons .btn,
.product__item .item__inner .product__details .product__buttons .button {
    white-space: nowrap;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
}
@media all and (max-width: 1500px) {
    .product__item .item__inner .product__details .product__buttons .btn,
    .product__item .item__inner .product__details .product__buttons .button {
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    .product__item .item__inner .product__details .product__buttons .btn,
    .product__item .item__inner .product__details .product__buttons .button {
        padding: 10px;
        font-size: 16px;
    }
    .product__item.product
        .item__inner
        .product__details
        .product__buttons
        .btn {
        display: none;
    }
}
@media all and (min-width: 1199px) {
    .product__list.list .product__item {
        width: 100%;
        margin-bottom: 14px;
    }
}
@media all and (min-width: 1199px) {
    .product__list.list .product__item .item__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 16px;
    }
}
@media all and (min-width: 1199px) {
    .product__list.list .product__item .item__inner .ptoduct__image {
        width: 200px;
        height: 150px;
    }
}
@media all and (min-width: 1199px) {
    .product__list.list .product__item .item__inner .ptoduct__image img {
        max-height: 140px;
    }
}
@media all and (min-width: 1199px) {
    .product__list.list .product__item .item__inner .ptoduct__image ul {
        left: -10px;
    }
}
@media all and (min-width: 1199px) {
    .product__list.list .product__item .item__inner .product__details {
        gap: 16px;
    }
}
@media all and (min-width: 1199px) {
    .product__list.list
        .product__item
        .item__inner
        .product__details
        .wishlist__compare {
        right: auto;
        left: 190px;
    }
}
@media all and (min-width: 1199px) {
    .product__list.list
        .product__item
        .item__inner
        .product__details
        .details__inner
        .product__title {
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 0;
    }
}
@media all and (min-width: 1199px) {
    .product__list.list
        .product__item
        .item__inner
        .product__details
        .details__inner
        .rating__availability {
        margin-bottom: 10px;
    }
}
@media all and (min-width: 1199px) {
    .product__list.list
        .product__item
        .item__inner
        .product__details
        .details__inner
        .price__wrapper {
        padding-bottom: 0;
        margin-bottom: 10px;
        border-bottom: none;
    }
}
.product__list.list
    .product__item
    .item__inner
    .product__details
    .details__inner
    .attributes
    ul
    li {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}
.product__list.list
    .product__item
    .item__inner
    .product__details
    .details__inner
    .attributes
    ul
    li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border: 1px dashed #a1a1a1;
    left: 0;
    right: 0;
    bottom: 4px;
    z-index: -1;
}
.product__list.list
    .product__item
    .item__inner
    .product__details
    .details__inner
    .attributes
    ul
    li:not(:last-child) {
    margin-bottom: 8px;
}
.product__list.list
    .product__item
    .item__inner
    .product__details
    .details__inner
    .attributes
    ul
    li
    span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.product__list.list
    .product__item
    .item__inner
    .product__details
    .details__inner
    .attributes
    ul
    li
    span:first-child {
    padding-right: 5px;
}
.product__list.list
    .product__item
    .item__inner
    .product__details
    .details__inner
    .attributes
    ul
    li
    span:last-child {
    padding-left: 5px;
}
.product__list.list
    .product__item
    .item__inner
    .product__details
    .product__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
}
@media all and (max-width: 1500px) {
    .product__list.list
        .product__item
        .item__inner
        .product__details
        .product__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.product__list.list
    .product__item
    .item__inner
    .product__details
    .product__buttons
    .btn,
.product__list.list
    .product__item
    .item__inner
    .product__details
    .product__buttons
    .button {
    white-space: nowrap;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
}
@media all and (max-width: 1500px) {
    .product__list.list
        .product__item
        .item__inner
        .product__details
        .product__buttons
        .btn,
    .product__list.list
        .product__item
        .item__inner
        .product__details
        .product__buttons
        .button {
        width: 100%;
    }
}
.rating__availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
    color: #424242;
    font-size: 14px;
    line-height: 16px;
}
.rating__availability .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.rating__availability .rating ul {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
@media all and (max-width: 575px) {
    .rating__availability .rating ul img {
        width: 11px;
        height: 11px;
    }
}
.rating__availability .availability {
    position: relative;
    color: #49b449;
}
.price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 25px;
}
.price__wrapper .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #424242;
}
.price__wrapper .price del {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #a1a1a1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
}
.price__wrapper .price del bdi {
    text-decoration-line: line-through;
}
.price__wrapper .price ins {
    text-decoration: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
}
.price__wrapper .discount {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #424242;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_8.svg);
    min-width: 39px;
    height: 17px;
    text-align: center;
    padding: 0 3px;
}
.price__wrapper .payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    background-color: #f0f0f0;
    border-radius: 6px;
    padding: 6px 10px;
}
.price__wrapper .payment p {
    font-size: 14px;
    color: #a1a1a1;
    margin-bottom: 1px;
}
.price__wrapper .payment span {
    font-weight: 600;
    display: block;
}
.section-freecons .freecons__image .image__inner img {
    border-radius: 10px;
}
@media all and (max-width: 991px) {
    .section-freecons .freecons__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
    }
}
.section-freecons .freecons__content .content__inner .box__buttons {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
}
@media all and (max-width: 991px) {
    .section-freecons .freecons__content .content__inner .box__buttons {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 1199px) {

}
.section-mainvideo .mainvideo__item {
    margin-bottom: 30px;
}
@media all and (max-width: 575px) {
    .section-mainvideo .mainvideo__item {
        margin-bottom: 20px;
    }
}
.section-mainvideo .mainvideo__item .item__inner {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.section-mainvideo .mainvideo__item .item__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-mainvideo .box__button {
    margin-top: 10px;
}
.section-about .about__image img {
    border-radius: 10px;
}
@media all and (max-width: 1199px) {
    .section-about .about__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 10px;
    }
}
.section-about .about__content .content__inner .about__features {
    padding-top: 10px;
}
.section-about
    .about__content
    .content__inner
    .about__features
    .features__item {
    margin-bottom: 30px;
}
.section-about
    .about__content
    .content__inner
    .about__features
    .features__item
    .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
}
.section-about
    .about__content
    .content__inner
    .about__features
    .features__item
    .item__inner
    .icon {
    -webkit-box-shadow: 0 4px 62.8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 62.8px rgba(0, 0, 0, 0.25);
    width: 73px;
    height: 73px;
    border-radius: 50%;
}
.section-about
    .about__content
    .content__inner
    .about__features
    .features__item
    .item__inner
    .icon
    img {
    width: 73px;
    height: 73px;
}
.section-about
    .about__content
    .content__inner
    .about__features
    .features__item
    h3 {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.section-addresses .address__item {
    margin-bottom: 20px;
}
.section-addresses .address__item .item__inner {
    background-color: #333e46;
    border-radius: 10px;
    padding: 40px 30px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 14px;
}
@media all and (max-width: 1199px) {
    .section-addresses .address__item .item__inner {
        padding: 20px;
    }
}
.section-addresses .address__item .item__inner a {
    color: #ffc300;
    font-weight: 600;
}
.section-addresses .address__item .item__inner p {
    font-size: 16px;
}
.section-addresses .address__item .item__inner p:not(:last-child) {
    margin-bottom: 14px;
}
.section-addresses #map {
    height: 504px;
    border-radius: 10px;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    .section-addresses #map {
        height: 400px;
    }
}
.section-addresses #map iframe {
    width: 100%;
    height: 100%;
}
.section-mainbrands .wrapper__inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}
@media all and (max-width: 1199px) {
    .section-mainbrands .wrapper__inner {
        gap: 20px;
    }
}
@media all and (max-width: 991px) {
    .section-mainbrands .wrapper__inner {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media all and (max-width: 575px) {
    .section-mainbrands .wrapper__inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
.section-mainbrands .wrapper__inner .brand__item {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 36.4px rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 36.4px rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    padding: 20px;
    height: 110px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition:
        opacity 0.6s ease,
        -webkit-transform 0.6s ease;
    transition:
        opacity 0.6s ease,
        -webkit-transform 0.6s ease;
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
    transition:
        opacity 0.6s ease,
        transform 0.6s ease,
        -webkit-transform 0.6s ease;
    display: none;
}
.section-mainbrands .wrapper__inner .brand__item.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.section-mainbrands .wrapper__inner .brand__item img {
    max-height: 100px;
    height: auto;
    width: auto;
}
.section-mainbrands .brands__more {
    padding-top: 40px;
}
.wa-btn {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
}
@media all and (max-width: 575px) {
    .section-mainbrands .brands__more {
        padding-top: 20px;
    }
}
#footer {
    margin-bottom: 0;
    background-color: #333e46;
    padding-top: 60px;
}
#footer h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}
#footer .footer__top {
    border-bottom: 1px solid #404f59;
    margin-bottom: 36px;
    color: #fff;
}
@media all and (max-width: 1199px) {
    #footer .footer__top {
        text-align: center;
    }
}
#footer .footer__top .footer__item {
    margin-bottom: 38px;
}
#footer .footer__top .footer__contacts .contacts__inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
}
@media all and (max-width: 1199px) {
    #footer .footer__top .footer__contacts .contacts__inner ul li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__top .footer__contacts .contacts__inner ul li:not(:last-child) {
    margin-bottom: 20px;
}
@media all and (max-width: 1199px) {
    #footer .footer__top .footer__contacts .contacts__inner ul li .icon {
        display: none;
    }
}
#footer .footer__top .footer__contacts .contacts__inner ul li .icon img {
    width: 16px;
    height: auto;
}
#footer
    .footer__top
    .footer__contacts
    .contacts__inner
    ul
    li
    p:not(:last-child) {
    margin-bottom: 14px;
}
#footer .footer__top .footer__contacts .contacts__inner ul li a {
    color: #ffc300;
    font-weight: 600;
}
@media all and (min-width: 1199px) {
    #footer .footer__top .footer__menu .menu__inner {
        padding-left: 60px;
    }
}
#footer .footer__top .footer__menu ul li:not(:last-child) {
    margin-bottom: 10px;
}
#footer
    .footer__top
    .footer__menu
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    a {
    text-decoration: underline;
}
#footer .footer__top .footer__menu ul li a {
    font-size: 16px;
    color: #ffc300;
    display: inline-block;
}
#footer .footer__top .footer__menu ul li a:hover {
    text-decoration: underline;
}
#footer .footer__top .footer__questions .btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
#footer .footer__top .footer__questions .btn-border {
    margin: 0;
}
#footer .footer__top .footer__questions .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
@media all and (max-width: 1199px) {
    #footer .footer__top .footer__questions .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer .footer__top .footer__questions .social li a:hover {
    opacity: 0.8;
}
#footer .footer__top .footer__questions .social li a img {
    width: 40px;
    height: 40px;
}
@media all and (max-width: 991px) {
    #footer .footer__bottom {
        text-align: center;
    }
}
#footer .footer__bottom .footer__item {
    margin-bottom: 27px;
    color: #485661;
}
#footer .footer__bottom a {
    color: #485661;
}
#footer .footer__bottom a:hover {
    text-decoration: underline;
}
#footer .footer__bottom .footer__links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
}
@media all and (max-width: 991px) {
    #footer .footer__bottom .footer__links ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#footer
    .footer__bottom
    .footer__links
    li.current-menu-item:not(.menu-item-object-custom)
    a {
    text-decoration: underline;
}
#page .page__contacts .left__block .block__inner,
#page .page__contacts .right__block .block__inner {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 40px;
}
@media all and (max-width: 575px) {
    #page .page__contacts .left__block .block__inner,
    #page .page__contacts .right__block .block__inner {
        padding: 20px;
    }
}
@media all and (max-width: 991px) {
    #page .page__contacts .left__block {
        margin-bottom: 20px;
    }
}
#page .page__contacts .left__block .block__inner article {
    padding-bottom: 4px;
}
@media all and (max-width: 1199px) {
    #page
        .page__contacts
        .left__block
        .block__inner
        .address__list:not(:last-child) {
        margin-bottom: 26px;
    }
}
#page
    .page__contacts
    .left__block
    .block__inner
    .address__list
    .list__inner
    .address__item:not(:last-child) {
    margin-bottom: 34px;
}
@media all and (max-width: 1199px) {
    #page
        .page__contacts
        .left__block
        .block__inner
        .address__list
        .list__inner
        .address__item:not(:last-child) {
        margin-bottom: 26px;
    }
}
#page
    .page__contacts
    .left__block
    .block__inner
    .address__list
    .list__inner
    .address__title
    h3 {
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
#page
    .page__contacts
    .left__block
    .block__inner
    .address__list
    .list__inner
    .address__title
    h4 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 3px;
}
#page
    .page__contacts
    .left__block
    .block__inner
    .address__list
    .list__inner
    ul
    li:not(:last-child) {
    margin-bottom: 10px;
}
#page
    .page__contacts
    .left__block
    .block__inner
    .address__list
    .list__inner
    ul
    li.address
    a {
    color: #ffc300;
    text-decoration: underline;
}
#page
    .page__contacts
    .left__block
    .block__inner
    .address__list
    .list__inner
    ul
    li.metro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-size: 12px;
}
#page
    .page__contacts
    .left__block
    .block__inner
    .address__list
    .list__inner
    ul
    li.phone
    a {
    font-weight: 700;
    color: #424242;
    display: inline-block;
}
#page
    .page__contacts
    .left__block
    .block__inner
    .address__list
    .list__inner
    ul
    li.phone
    a:hover {
    color: #ffc300;
}
#page
    .page__contacts
    .left__block
    .block__inner
    .address__list
    .list__inner
    ul
    li.worktime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-size: 12px;
}
#page .page__contacts .right__block .block__inner {
    padding: 40px 40px 24px 40px;
}
@media all and (max-width: 575px) {
    #page .page__contacts .right__block .block__inner {
        padding: 20px 20px 4px 20px;
    }
}
#catalog.catalog-page .catalog__main .main__inner .main__wrapper {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#catalog.catalog-page .catalog__main .main__inner .heading {
    display: block;
}
#catalog .catalog__aside .aside__inner .heading {
    margin-bottom: 20px;
}
@media all and (min-width: 991px) {
    #catalog .catalog__aside .aside__inner .heading {
        display: none;
    }
}
@media all and (min-width: 991px) {
    #catalog .catalog__aside .aside__inner .aside__item {
        background-color: #fff;
        -webkit-box-shadow: 0 4px 36.4px rgba(0, 0, 0, 0.14);
        box-shadow: 0 4px 36.4px rgba(0, 0, 0, 0.14);
        border-radius: 6px;
        padding: 40px 20px;
    }
}
#catalog .catalog__aside .aside__inner .aside__item:not(:last-child) {
    margin-bottom: 40px;
}
@media all and (max-width: 991px) {
    #catalog .catalog__aside .aside__inner .aside__item:not(:last-child) {
        margin-bottom: 0;
    }
}
#catalog .catalog__aside .aside__inner h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}
#catalog .catalog__aside .aside__inner .filter-btn {
    margin-bottom: 16px;
}
@media all and (min-width: 991px) {
    #catalog .catalog__aside .aside__inner .filter-btn {
        display: none;
    }
}
@media all and (max-width: 991px) {
    #catalog .catalog__aside .aside__inner .aside__item-nav .nav__wrapper {
        display: none;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 36.4px rgba(0, 0, 0, 0.14);
        box-shadow: 0 4px 36.4px rgba(0, 0, 0, 0.14);
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px;
    }
}
#catalog .catalog__aside .aside__inner .aside__item-nav .nav__wrapper ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-nav
    .nav__wrapper
    ul
    li:first-child {
    border-top: 1px solid #e0e0e0;
}
#catalog .catalog__aside .aside__inner .aside__item-nav .nav__wrapper ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #424242;
    display: inline-block;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-nav
    .nav__wrapper
    ul
    li.current-menu-ancestor
    > a,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-nav
    .nav__wrapper
    ul
    li.current-menu-item
    > a {
    color: #ffc300;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-nav
    .nav__wrapper
    ul
    li.current-menu-ancestor
    .sub-menu,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-nav
    .nav__wrapper
    ul
    li.current-menu-item
    .sub-menu {
    display: block !important;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-nav
    .nav__wrapper
    ul
    li.menu-item-has-children
    .sub-menu {
    padding-left: 20px;
    padding-top: 7.5px;
    display: none;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-nav
    .nav__wrapper
    ul
    li.menu-item-has-children
    .sub-menu
    li {
    padding: 7.5px 0 7.5px 8px;
    border: none;
    position: relative;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-nav
    .nav__wrapper
    ul
    li.menu-item-has-children
    .sub-menu
    li:last-child {
    padding-bottom: 0;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-nav
    .nav__wrapper
    ul
    li.menu-item-has-children
    .sub-menu
    li::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #ffc300;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-nav
    .nav__wrapper
    ul
    li.menu-item-has-children
    .sub-menu
    li
    a {
    font-size: 12px;
    line-height: 14px;
}
@media all and (max-width: 991px) {
    #catalog .catalog__aside .aside__inner .aside__item-menu .filters__wrapper {
        display: none;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 36.4px rgba(0, 0, 0, 0.14);
        box-shadow: 0 4px 36.4px rgba(0, 0, 0, 0.14);
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px;
    }
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget {
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
    margin-bottom: 16px;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget.berocket_single_filter_widget_212 {
    margin-bottom: 0;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_button {
    width: 100%;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_head {
    margin-bottom: 16px;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_head
    h3 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_head
    h3
    i::before {
    color: #ffc300;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_sfilter {
    margin-bottom: 0;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_main {
    margin-top: 16px;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_main.ui-widget-content
    .ui-slider-range {
    background: none repeat scroll 0 0 #ffc300;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_main.ui-widget-content
    .ui-slider-handle {
    background: #ffc300;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_tbprice {
    display: none;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to {
    width: 148px;
    margin-bottom: 0;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    .bapf_val,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    .bapf_val {
    font-size: 12px;
    color: #a1a1a1;
    font-weight: 600;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    height: 48px;
    background-color: #fff;
    padding-left: 10px;
    width: calc(100% - 10px);
    color: #a1a1a1;
    font-size: 16px;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-webkit-input-placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-webkit-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-moz-placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-moz-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-ms-placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-ms-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-webkit-input-placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-webkit-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-moz-placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-moz-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input:-ms-input-placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input:-ms-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::-ms-input-placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::-ms-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_from
    input::placeholder,
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_body
    .bapf_slidr_all
    .bapf_to
    input::placeholder {
    color: #a1a1a1;
    opacity: 1;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_ckbox_greychck
    ul
    li:not(:last-child) {
    margin-bottom: 8px !important;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_ckbox_greychck
    ul
    li
    input {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background-color: #fff;
    margin-right: 10px;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_ckbox_greychck
    ul
    li
    input::after {
    border-bottom: 2px solid #ffc300;
    border-right: 2px solid #ffc300;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_ckbox_greychck
    ul
    li
    label {
    font-size: 12px;
    font-weight: 600;
    color: #424242;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_reset {
    font-size: 18px;
    font-weight: 600;
    color: #d9d9d9;
    background-size: 12px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_17.svg);
    background-color: transparent;
    border: none;
    padding-left: 20px;
    width: auto;
    margin-top: 10px;
}
#catalog
    .catalog__aside
    .aside__inner
    .aside__item-menu
    .filters__wrapper
    .berocket_single_filter_widget
    .bapf_reset:hover {
    color: #ffc300;
}
#catalog .catalog__main .main__inner .main__wrapper {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #catalog .catalog__main .main__inner .main__wrapper {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 991px) {
    #catalog .catalog__main .main__inner .heading {
        display: none;
    }
}
#catalog .catalog__main .main__inner .brands__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
}
@media all and (max-width: 1500px) {
    #catalog .catalog__main .main__inner .brands__list {
        gap: 10px;
    }
}
@media all and (max-width: 767px) {
    #catalog .catalog__main .main__inner .brands__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#catalog .catalog__main .main__inner .brands__list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}
@media all and (max-width: 1500px) {
    #catalog .catalog__main .main__inner .brands__list ul {
        gap: 10px;
    }
}
@media all and (max-width: 767px) {
    #catalog .catalog__main .main__inner .brands__list ul {
        gap: 6px;
    }
}
#catalog .catalog__main .main__inner .brands__list ul li.is-hidden {
    display: none;
}
#catalog .catalog__main .main__inner .brands__list ul li a {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 90px;
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #424242;
}
@media all and (max-width: 575px) {
    #catalog .catalog__main .main__inner .brands__list ul li a {
        height: 60px;
    }
}
#catalog .catalog__main .main__inner .brands__list ul li a:hover {
    border: 1px solid #ffc300;
    color: #ffc300;
}
#catalog .catalog__main .main__inner .brands__list ul li a .icon img {
    max-height: 50px;
}
#catalog .catalog__main .main__inner .brands__list #more-brands {
    width: 92px;
    height: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: none;
    background-color: #ffc300;
    color: #424242;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 10px;
}
@media all and (max-width: 767px) {
    #catalog .catalog__main .main__inner .brands__list #more-brands {
        width: 100%;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
#catalog .catalog__main .main__inner .brands__list #more-brands:hover {
    background-color: #ffe500;
}
#catalog .catalog__main .main__inner .boats__list {
    position: relative;
    padding: 0 60px;
    margin-bottom: 40px;
}
@media all and (max-width: 1199px) {
    #catalog .catalog__main .main__inner .boats__list {
        margin-bottom: 0;
    }
}
@media all and (max-width: 575px) {
    #catalog .catalog__main .main__inner .brands__list ul li a .icon img {
        max-height: 30px;
    }
    #catalog .catalog__main .main__inner .boats__list {
        padding: 0 50px;
    }
}
#catalog .catalog__main .main__inner .boats__list .swiper__nav {
    height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 6;
}
@media all and (max-width: 575px) {
    #catalog .catalog__main .main__inner .boats__list .swiper__nav {
        height: 39px;
    }
}
#catalog .catalog__main .main__inner .boats__list .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 45px;
    height: 45px;
    background-size: 11px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/arrow_balck.svg);
    background-color: #ffc300;
    border-radius: 6px;
}
@media all and (max-width: 575px) {
    #catalog
        .catalog__main
        .main__inner
        .boats__list
        .swiper__nav
        .swiper-button {
        width: 39px;
        height: 39px;
    }
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .swiper__nav
    .swiper-button:hover {
    background-color: #ffe500;
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .swiper__nav
    .swiper-button:after {
    display: none !important;
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .swiper__nav
    .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .swiper__nav
    .swiper-button.swiper-button-next {
    right: 0;
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .berocket_single_filter_widget {
    position: relative;
    z-index: 7;
    height: 46px;
}
@media all and (max-width: 575px) {
    #catalog
        .catalog__main
        .main__inner
        .boats__list
        .berocket_single_filter_widget {
        height: 39px;
    }
}
#catalog .catalog__main .main__inner .boats__list .bapf_sfilter {
    margin-bottom: 0;
}
#catalog .catalog__main .main__inner .boats__list .bapf_sfilter,
#catalog .catalog__main .main__inner .boats__list .swiper-button-next,
#catalog .catalog__main .main__inner .boats__list .swiper-button-prev {
    visibility: hidden;
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .boats-filter-swiper
    .swiper-wrapper
    .swiper-slide {
    width: auto !important;
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .boats-filter-swiper
    .swiper-wrapper
    li {
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    color: #e0e0e0;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    padding: 9.5px 10px;
}
@media all and (max-width: 575px) {
    #catalog
        .catalog__main
        .main__inner
        .boats__list
        .boats-filter-swiper
        .swiper-wrapper
        li {
        font-size: 16px;
    }
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .boats-filter-swiper
    .swiper-wrapper
    li.checked {
    background-color: #f0f0f0;
    color: #424242;
}
#catalog
    .catalog__main
    .main__inner
    .boats__list
    .boats-filter-swiper
    .swiper-wrapper
    li
    input {
    display: none;
    visibility: hidden;
    opacity: 0;
}
#catalog .catalog__main .main__inner .catalog__views {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px 20px;
}
#catalog .catalog__main .main__inner .catalog__views .views__buttons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.woocommerce-ordering {
    /* margin-bottom: 40px; */
}
@media all and (max-width: 991px) {
    .woocommerce-ordering {
        /* margin-bottom: 20px; */
    }
}
.woocommerce-ordering select {
    border: none;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    background-size: 14px;
    background-position: 100% 60%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_44.svg);
    color: #ffc300;
}

@media all and (max-width: 1199px) {
    #catalog .catalog__main .main__inner .catalog__views .views__buttons {
        display: none;
    }
}
#catalog .catalog__main .main__inner .catalog__views button {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    -webkit-transition: none;
    transition: none;
}
#catalog .catalog__main .main__inner .catalog__views button.blocks {
    background-image: url(../img/icon_18.svg);
}
#catalog .catalog__main .main__inner .catalog__views button.list {
    background-image: url(../img/icon_19.svg);
}
#catalog .catalog__main .main__inner .catalog__views button.active {
    filter: brightness(0) saturate(100%) invert(72%) sepia(40%) saturate(1614%)
        hue-rotate(360deg) brightness(105%) contrast(103%);
}
.no-problem {
    background-color: #333e46;
    border-radius: 6px;
    padding: 21px 62px 21px 245px;
    color: #ffc300;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_26.svg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media all and (max-width: 1500px) {
    .no-problem {
        gap: 16px 40px;
        padding: 20px 30px 20px 200px;
    }
}
@media all and (max-width: 1199px) {
    .no-problem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-size: 360px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-position: -100px 50%;
    }
}
@media all and (max-width: 575px) {
    .no-problem {
        background-image: none;
        padding: 30px;
    }
}
.no-problem h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.no-problem h6 {
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
    white-space: nowrap;
}
@media all and (max-width: 1500px) {
    .no-problem h6 {
        font-size: 36px;
        line-height: 120%;
    }
}
.no-problem p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
@media all and (max-width: 1500px) {
    .no-problem p {
        font-size: 18px;
    }
}
.section-questions .wrapper {
    background-color: #333e46;
    border-radius: 6px;
    padding: 21px 62px 21px 245px;
    color: #ffc300;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_26.svg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 68px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media all and (max-width: 1500px) {
    .section-questions .wrapper {
        gap: 16px 40px;
        padding: 20px 50px 20px 245px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-size: 330px;
        background-position: -50px 50%;
    }
}
@media all and (max-width: 1199px) {
    .section-questions .wrapper {
        background-size: 360px;
        background-position: -100px 50%;
    }
}
@media all and (max-width: 991px) {
    .section-questions .wrapper {
        background-image: none;
        padding: 30px;
    }
}
.section-questions .wrapper .questions__text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section-questions .wrapper .questions__text h3 {
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
}
@media all and (max-width: 575px) {
    .section-questions .wrapper .questions__text h3 {
        font-size: 36px;
        line-height: 120%;
        margin-bottom: 15px;
    }
}
.section-questions .wrapper .questions__text p {
    font-size: 18px;
    line-height: 22px;
}
.section-questions .wrapper .questions__policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px 32px;
}
@media all and (max-width: 991px) {
    .section-questions .wrapper .questions__policy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.section-questions .wrapper .questions__policy .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section-questions .wrapper .questions__policy p {
    font-weight: 600;
    color: #fff;
}
.section-questions .wrapper .questions__policy p a {
    color: #fff;
}
.section-questions .wrapper .questions__policy p a:hover {
    text-decoration: underline;
}
.btn-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffc300;
    border-bottom: 1px dashed #ffc300;
}
.btn-more:hover {
    color: #ffe500;
    border-bottom: 1px solid #ffe500;
}
#page-product .mobile__heading {
    margin-bottom: 30px;
}
@media all and (min-width: 1199px) {
    #page-product .mobile__heading {
        display: none;
    }
}
@media all and (max-width: 575px) {
    #page-product .mobile__heading {
        margin-bottom: 20px;
    }
}
#page-product .mobile__heading .heading {
    margin-bottom: 0;
}
#page-product .product__gallery {
    margin-bottom: 30px;
    position: relative;
}
#page-product .product__gallery .gallery__inner {
    position: relative;
}
#page-product .product__gallery .gallery__inner .wishlist__compare {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}
#page-product .product__gallery .gallery__inner .wishlist__compare ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}
#page-product .product__gallery .gallery__inner .wishlist__compare li {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}
#page-product
    .product__gallery
    .gallery__inner
    .wishlist__compare
    li
    .tinv-wraper
    a {
    color: rgba(52, 52, 52, 0.8);
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
}
#page-product
    .product__gallery
    .gallery__inner
    .wishlist__compare
    li
    .tinv-wraper
    a:hover {
    color: #ffc300;
}
#page-product
    .product__gallery
    .gallery__inner
    .wishlist__compare
    li
    .tinv-wraper
    a:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_24.svg);
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(952%) hue-rotate(0deg) brightness(107%) contrast(78%);
}
#page-product
    .product__gallery
    .gallery__inner
    .wishlist__compare
    li
    .tinv-wraper
    a::before {
    display: none;
}
#page-product
    .product__gallery
    .gallery__inner
    .wishlist__compare
    li
    .tinv-wraper
    a
    .tinvwl_add_to_wishlist-text {
    display: none;
}
#page-product
    .product__gallery
    .gallery__inner
    .wishlist__compare
    li
    .tinv-wraper
    a.tinvwl-product-in-list::after {
    filter: brightness(0) saturate(100%) invert(72%) sepia(40%) saturate(1614%)
        hue-rotate(360deg) brightness(105%) contrast(103%);
}
#page-product
    .product__gallery
    .gallery__inner
    .wishlist__compare
    li
    .tinv-wraper
    .tinv-wishlist-clear {
    display: none !important;
}
#page-product
    .product__gallery
    .gallery__inner
    .wishlist__compare
    li
    .tinvwl_remove_from_wishlist-text {
    display: none !important;
}
#page-product
    .product__gallery
    .gallery__inner
    .wishlist__compare
    li
    .br_compare_button {
    width: 36px;
    height: 36px;
    background-color: transparent !important;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}
#page-product
    .product__gallery
    .gallery__inner
    .wishlist__compare
    li
    .br_compare_button:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_25.svg);
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(952%) hue-rotate(0deg) brightness(107%) contrast(78%);
}
#page-product
    .product__gallery
    .gallery__inner
    .wishlist__compare
    li
    .br_compare_button.br_compare_added::after {
    filter: brightness(0) saturate(100%) invert(72%) sepia(40%) saturate(1614%)
        hue-rotate(360deg) brightness(105%) contrast(103%);
}
#page-product
    .product__gallery
    .gallery__inner
    .wishlist__compare
    li
    .br_compare_button
    .br_compare_button_text,
#page-product
    .product__gallery
    .gallery__inner
    .wishlist__compare
    li
    .br_compare_button
    i {
    display: none;
}
#page-product .product__gallery .gallery__inner .gallery__slider {
    border: 1px solid #e0e0e0;
    margin-bottom: 28px;
    border-radius: 10px;
}
@media all and (max-width: 575px) {
    #page-product .product__gallery .gallery__inner .gallery__slider {
        margin-bottom: 10px;
    }
}
#page-product .product__gallery .gallery__inner .gallery__slider .slide__inner {
    height: 535px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
	    height: 100%;
    object-fit: cover;
}
@media all and (max-width: 1600px) {
    #page-product
        .product__gallery
        .gallery__inner
        .gallery__slider
        .slide__inner {
        height: auto;
    }
}
@media all and (max-width: 575px) {
    #page-product
        .product__gallery
        .gallery__inner
        .gallery__slider
        .slide__inner {
        height: auto
    }
}
#page-product
    .product__gallery
    .gallery__inner
    .gallery__slider
    .slide__inner
    a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	width: 100%;
}
#page-product
    .product__gallery
    .gallery__inner
    .gallery__slider
    .slide__inner
    a
    img {
    max-height: 570px;
	    width: 100%;
    object-fit: cover;
    border-radius: 5px;

}
@media all and (max-width: 1600px) {
    #page-product
        .product__gallery
        .gallery__inner
        .gallery__slider
        .slide__inner
        a
        img {
        max-height: 460px;
    }
}
@media all and (max-width: 575px) {
    #page-product
        .product__gallery
        .gallery__inner
        .gallery__slider
        .slide__inner
        a
        img {
        max-height: 280px;
    }
}
#page-product .product__gallery .gallery__inner .thumbs__wrapper {
    padding: 0 60px;
}
@media all and (max-width: 575px) {
    #page-product .product__gallery .gallery__inner .thumbs__wrapper {
        padding: 0 40px;
    }
}
#page-product .product__gallery .gallery__inner .gallery__thumbs {
    position: relative;
    z-index: 5;
}
#page-product
    .product__gallery
    .gallery__inner
    .gallery__thumbs
    .swiper-slide-thumb-active
    .slide__inner {
    opacity: 1;
}
#page-product .product__gallery .gallery__inner .gallery__thumbs .slide__inner {
    height: 120px;
    border: 1px solid #e0e3eb;
    border-radius: 10px;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    opacity: 0.5;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
	    padding: 5px;
}
@media all and (max-width: 1500px) {
    #page-product
        .product__gallery
        .gallery__inner
        .gallery__thumbs
        .slide__inner {
        height: 90px;
    }
}
@media all and (max-width: 575px) {
    #page-product
        .product__gallery
        .gallery__inner
        .gallery__thumbs
        .slide__inner {
        height: 80px;
    }
}
#page-product
    .product__gallery
    .gallery__inner
    .gallery__thumbs
    .slide__inner
    img {
max-height: 110px;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}
@media all and (max-width: 1199px) {
    #page-product
        .product__gallery
        .gallery__inner
        .gallery__thumbs
        .slide__inner
        img {
        max-height: 70px;
    }
}
@media all and (max-width: 575px) {
    #page-product
        .product__gallery
        .gallery__inner
        .gallery__thumbs
        .slide__inner
        img {
        max-height: 60px;
    }
}
#page-product .product__gallery .gallery__inner .product__image {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px;
    height: 590px;
}
@media all and (max-width: 1600px) {
    #page-product .product__gallery .gallery__inner .product__image {
        height: 480px;
    }
}
@media all and (max-width: 575px) {
    #page-product .product__gallery .gallery__inner .product__image {
        height: 300px;
    }
}
#page-product .product__gallery .gallery__inner .product__image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#page-product .product__gallery .gallery__inner .product__image a img {
    max-height: 570px;
}
@media all and (max-width: 1600px) {
    #page-product .product__gallery .gallery__inner .product__image a img {
        max-height: 460px;
    }
}
@media all and (max-width: 575px) {
    #page-product .product__gallery .gallery__inner .product__image a img {
        max-height: 280px;
    }
}
#page-product .product__gallery .gallery__inner .swiper__nav {
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 4;
}
@media all and (max-width: 1500px) {
    #page-product .product__gallery .gallery__inner .swiper__nav {
        height: 90px;
    }
}
#page-product .product__gallery .gallery__inner .swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 50px;
    height: 120px;
    background-size: 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_28.svg);
}
@media all and (max-width: 1500px) {
    #page-product
        .product__gallery
        .gallery__inner
        .swiper__nav
        .swiper-button {
        height: 90px;
    }
}
@media all and (max-width: 575px) {
    #page-product
        .product__gallery
        .gallery__inner
        .swiper__nav
        .swiper-button {
        width: 30px;
    }
}
#page-product
    .product__gallery
    .gallery__inner
    .swiper__nav
    .swiper-button:after {
    display: none !important;
}
#page-product
    .product__gallery
    .gallery__inner
    .swiper__nav
    .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
#page-product
    .product__gallery
    .gallery__inner
    .swiper__nav
    .swiper-button.swiper-button-next {
    right: 0;
}
#page-product .product__details {
    margin-bottom: 30px;
}
#page-product .product__details .heading {
    margin-bottom: 20px;
}
@media all and (max-width: 1199px) {
    #page-product .product__details .heading {
        display: none;
    }
}
#page-product .product__details .rating__availability {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #page-product .product__details .rating__availability {
        margin-bottom: 20px;
    }
}
#page-product .product__details .list-style h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
#page-product .product__details .list-style ul li {
    position: relative;
    padding-left: 26px;
}
#page-product .product__details .list-style ul li:not(:last-child) {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #page-product .product__details .list-style ul li:not(:last-child) {
        margin-bottom: 14px;
    }
}
#page-product .product__details .list-style ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_13.svg);
    width: 14px;
    height: 10px;
    top: 3px;
    left: 0;
}
@media all and (max-width: 991px) {
    #page-product .product__details .product__left {
        margin-bottom: 20px;
    }
}
#page-product .product__details .product__left .left__inner .delivery {
    margin-bottom: 40px;
}
@media all and (max-width: 575px) {
    #page-product .product__details .product__left .left__inner .delivery {
        margin-bottom: 20px;
    }
}
#page-product .product__details .product__left .left__inner .attributes ul {
    margin-bottom: 20px;
}
#page-product .product__details .product__right .right__inner .pay {
    margin-bottom: 20px;
}
#page-product .product__details .product__right .right__inner .brand {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    height: 90px;
    text-align: center;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    font-size: 12px;
    text-transform: uppercase;
    color: #424242;
    margin-bottom: 20px;
}
#page-product .product__details .product__right .right__inner .brand:hover {
    border: 1px solid #ffe500;
    color: #ffe500;
}
#page-product .product__details .product__right .right__inner .brand .icon img {
    max-height: 50px;
}
#page-product .product__details .product__right .right__inner .product__video {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 19px 36px 19px 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    font-size: 20px;
    line-height: 24px;
    color: #424242;
    margin-bottom: 20px;
    background-size: 35px;
    background-position: 36px 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_29.svg);
}
@media all and (max-width: 1500px) {
    #page-product
        .product__details
        .product__right
        .right__inner
        .product__video {
        padding: 19px 20px 19px 70px;
        background-position: 26px 50%;
    }
}
#page-product
    .product__details
    .product__right
    .right__inner
    .product__video:hover {
    color: #ffc300;
}
#page-product .product__details .product__right .right__inner .price__wrapper {
    margin-bottom: 30px;
}
#page-product
    .product__details
    .product__right
    .right__inner
    .product__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
#page-product
    .product__details
    .product__right
    .right__inner
    .product__buttons
    .stock {
    display: none;
}
@media all and (max-width: 1500px) {
    #page-product
        .product__details
        .product__right
        .right__inner
        .product__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media all and (max-width: 1500px) {
    #page-product
        .product__details
        .product__right
        .right__inner
        .product__buttons
        .btn,
    #page-product
        .product__details
        .product__right
        .right__inner
        .product__buttons
        .button {
        width: 100%;
    }
}
@media all and (max-width: 1500px) {
    #page-product
        .product__details
        .product__right
        .right__inner
        .product__buttons
        .cart {
        width: 100%;
    }
}
#page-product
    .product__details
    .product__right
    .right__inner
    .product__buttons
    .cart
    .button {
    white-space: nowrap;
}
#page-product
    .product__details
    .product__right
    .right__inner
    .product__buttons
    .cart
    .quantity {
    display: none;
}
#page-product
    .product__details
    .product__right
    .right__inner
    .product__buttons
    .cart
    .tinv-wishlist {
    display: none;
}
@-webkit-keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes showBlock {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
#page-product .tabs {
    --transition-time: 0.3s;
}
#page-product .tabs .tabs__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 50px;
}
@media all and (max-width: 575px) {
    #page-product .tabs .tabs__caption {
        margin-bottom: 30px;
    }
}
#page-product .tabs .tabs__caption li {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    border-bottom: 5px solid transparent;
    padding-bottom: 6px;
}
@media all and (max-width: 575px) {
    #page-product .tabs .tabs__caption li {
        font-size: 16px;
    }
}
#page-product .tabs .tabs__caption li.active {
    color: #ffc300;
    border-bottom: 5px solid #ffc300;
}
#page-product .tabs .tabs__content {
    display: none;
    -webkit-animation: fadeIn var(--transition-time) ease-out;
    animation: fadeIn var(--transition-time) ease-out;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 40px;
}
@media all and (max-width: 1500px) {
    #page-product .tabs .tabs__content {
        padding: 30px 20px;
    }
}
#page-product .tabs .tabs__content.active {
    display: block;
}
#page-product .tabs .tabs__content p {
    margin-bottom: 0;
}
#page-product .tabs .tabs__content p:not(:last-child) {
    margin-bottom: 1em;
}
#page-product .tabs .tabs__content article.product-char ul {
    list-style-type: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding-left: 0;
}
@media all and (max-width: 767px) {
    #page-product .tabs .tabs__content article.product-char ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media all and (max-width: 575px) {
    #page-product .tabs .tabs__content article.product-char ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
#page-product .tabs .tabs__content article.product-char ul li {
    position: relative;
    padding-left: 26px;
}
#page-product .tabs .tabs__content article.product-char ul li:not(:last-child) {
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #page-product
        .tabs
        .tabs__content
        article.product-char
        ul
        li:not(:last-child) {
        margin-bottom: 14px;
    }
}
#page-product .tabs .tabs__content article.product-char ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_13.svg);
    width: 14px;
    height: 10px;
    top: 3px;
    left: 0;
}
#page-product .tabs .tabs__content #reviews #comments .woocommerce-noreviews {
    margin-bottom: 10px;
}
#page-product .tabs .tabs__content #reviews #comments ol {
    list-style-type: none;
    margin-bottom: 30px;
}
#page-product .tabs .tabs__content #reviews #comments ol li:not(:last-child) {
    border-bottom: 1px solid #e0e3eb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
@media all and (max-width: 575px) {
    #page-product
        .tabs
        .tabs__content
        #reviews
        #comments
        ol
        li:not(:last-child) {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}
#page-product .tabs .tabs__content #reviews #comments ol li .avatar {
    display: none;
}
#page-product .tabs .tabs__content #reviews #comments ol li .comment-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .star-rating {
    margin-bottom: 15px;
}
@media all and (max-width: 575px) {
    #page-product
        .tabs
        .tabs__content
        #reviews
        #comments
        ol
        li
        .comment-text
        .star-rating {
        margin-bottom: 10px;
    }
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .star-rating::before {
    color: #efefef;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .star-rating
    span::before {
    color: #ffc72c;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .meta {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 26px;
}
@media all and (max-width: 575px) {
    #page-product
        .tabs
        .tabs__content
        #reviews
        #comments
        ol
        li
        .comment-text
        .meta {
        margin-bottom: 10px;
    }
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .meta
    .woocommerce-review__author {
    font-size: 16px;
    font-weight: 500;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .meta
    .woocommerce-review__dash {
    display: none;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .meta
    .woocommerce-review__published-date {
    font-size: 14px;
    color: #cad0e0;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #comments
    ol
    li
    .comment-text
    .description {
    font-weight: 400;
}
#page-product .tabs .tabs__content #reviews #review_form_wrapper {
    background-color: #e8ebf2;
    border-radius: 10px;
    padding: 40px 50px;
}
@media all and (max-width: 575px) {
    #page-product .tabs .tabs__content #reviews #review_form_wrapper {
        padding: 30px 20px;
    }
}
#page-product .tabs .tabs__content #reviews #review_form_wrapper #reply-title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
    color: #424242;
    display: block;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-notes {
    font-weight: 400;
    margin-bottom: 20px;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-rating
    #comment-form-rating-label {
    display: none;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-rating
    .stars {
    margin-bottom: 20px;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-rating
    .stars
    span
    a::before {
    color: #d2d2d2;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-rating
    p.stars.selected
    a:not(.active)::before {
    color: #ffc300;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-rating
    p.stars.selected
    a.active
    ~ a::before {
    color: #d2d2d2;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-rating
    p.stars.selected
    a.active::before {
    color: #ffc300;
}
#page-product .tabs .tabs__content #reviews #review_form_wrapper #commentform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    #commentform
    .comment-notes {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    #commentform
    .comment-form-author {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    #commentform
    .comment-form-email {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    #commentform
    .comment-form-comment {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    #commentform
    .comment-form-rating {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    #commentform
    .form-submit {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 10px;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    #commentform
    .comment-form-cookies-consent {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    display: none;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    label,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    label,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    label {
    display: none;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea {
    width: 100%;
    height: 48px;
    padding-left: 20px;
    padding-right: 12px;
    font-size: 16px;
    color: #bdc6e1;
    border-radius: 10px;
    border: none;
    background-color: #fff;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea::-webkit-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea::-moz-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input::-ms-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea::-ms-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input::-ms-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea::-ms-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input::-ms-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea::-ms-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input::-webkit-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea::-webkit-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input::-moz-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea::-moz-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input:-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea:-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input:-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea:-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input:-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea:-ms-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input::-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea::-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input::-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea::-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input::-ms-input-placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea::-ms-input-placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    input::placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea::placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    input::placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea::placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    input::placeholder,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea::placeholder {
    color: #bdc6e1;
    opacity: 1;
}
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-author
    textarea,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-comment
    textarea,
#page-product
    .tabs
    .tabs__content
    #reviews
    #review_form_wrapper
    .comment-form-email
    textarea {
    height: 105px;
    resize: none;
    padding-top: 10px;
}
.advantages__section {
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
@media all and (max-width: 575px) {
    .advantages__section {
        padding-top: 30px;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
}
.advantages__section .advantages__item {
    margin-bottom: 30px;
}
.advantages__section .advantages__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
}
.advantages__section .advantages__item .item__inner .icon {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 62.8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 62.8px rgba(0, 0, 0, 0.25);
}
.advantages__section .advantages__item .item__inner .icon img {
    width: 73px;
    height: 73px;
}
.advantages__section .advantages__item .item__inner .content h3 {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.woocommerce-pagination {
    padding-top: 20px;
}
.woocommerce-pagination .page-numbers {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    float: left;
    padding: 7px 12px;
    margin: 0 5px 3px 5px;
    line-height: 1.42857143;
    color: #424242;
    text-decoration: none;
    min-width: 40px;
    border-radius: 6px;
    border: 1px solid #a1a1a1;
}
@media all and (max-width: 767px) {
    .woocommerce-pagination .page-numbers a,
    .woocommerce-pagination .page-numbers span {
        margin: 5px;
    }
}
.woocommerce-pagination .page-numbers a {
    color: #424242;
}
.woocommerce-pagination .page-numbers span {
    border-color: #ffc300;
    background-color: #ffc300;
    color: #424242;
}
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
    border: none;
    width: 30px;
    height: 54px;
}
.woocommerce-pagination .page-numbers .next:after,
.woocommerce-pagination .page-numbers .prev:after {
    display: none;
}
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews {
    background-color: #f3f5f6 !important;
    padding: 10px;
    font-size: 16px;
}
.woocommerce-info .showcoupon,
.woocommerce-message .showcoupon,
.woocommerce-noreviews .showcoupon {
    color: #ffc300;
    text-decoration: underline;
}
.wc-empty-cart-message,
.woocommerce-noreviews,
.woocommerce-notices-wrapper {
    margin-bottom: 10px;
    font-size: 16px;
}
.woocommerce-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.woocommerce-error {
    background-color: red !important;
    padding: 10px 10px 6px 20px;
    color: #fff;
    font-size: 16px;
}
.woocommerce-error a {
    color: #fff;
}
.tinv-wishlist table.tinvwl-table-manage-list {
    margin-bottom: 0;
}
.tinv-wishlist .tinv-header {
    display: none;
}
@media all and (max-width: 1199px) {
    .tinv-wishlist table {
        font-size: 16px;
    }
}
.tinv-wishlist table thead tr .product-thumbnail {
    height: 20px;
}
.tinv-wishlist table td,
.tinv-wishlist table th {
    padding: 10px;
}
@media all and (max-width: 767px) {
    .tinv-wishlist table tbody td {
        margin: 0 auto !important;
    }
}
.tinv-wishlist table .button {
    font-size: 14px;
    padding: 16px 25px;
}
.tinv-wishlist table .product-cb input {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid rgba(66, 66, 66, 0.2);
}
.tinv-wishlist table .product-thumbnail {
    width: 158px;
    height: 145px;
}
@media all and (max-width: 767px) {
    .tinv-wishlist table .product-thumbnail {
        width: 196px;
        height: 180px;
        margin-left: 42px;
    }
}
.tinv-wishlist table .product-thumbnail a {
    border-radius: 15px;
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.tinv-wishlist table .product-thumbnail a:hover {
    opacity: 0.8;
}
.tinv-wishlist table .product-thumbnail a img {
    max-height: 90px;
    height: auto;
    width: auto;
}
@media all and (max-width: 767px) {
    .tinv-wishlist table .product-thumbnail a img {
        max-height: 160px;
    }
}
.tinv-wishlist table .product-name a {
    color: #424242;
}
.tinv-wishlist table .product-name a:hover {
    color: #ffc300;
}
.tinv-wishlist table #tinvwl_product_actions {
    height: 56px;
    border-radius: 15px;
    border: 1px solid #cad0e0;
    padding-left: 20px;
}
.tinv-modal-inner {
    border-radius: 10px;
}
.woocommerce-cart-form table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
.woocommerce-cart-form table.shop_table td:first-child,
.woocommerce-cart-form table.shop_table th:first-child {
    padding-left: 0;
}
.woocommerce-cart-form table.shop_table th {
    background-color: #f9f9f9;
    font-weight: 600;
}
.woocommerce-cart-form table.shop_table tr {
    border-bottom: 1px solid #e5e9f4;
}
.woocommerce-cart-form table.shop_table tr:first-child {
    border-top: 1px solid #e5e9f4;
}
.woocommerce-cart-form table.shop_table tr:last-child {
    display: none !important;
}
.woocommerce-cart-form .product-thumbnail img {
    max-width: 80px;
    height: auto;
    display: block;
}
.woocommerce-cart-form td.product-name a {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #424242;
    text-decoration: none;
}
.woocommerce-cart-form td.product-name a:hover {
    text-decoration: underline;
}
.woocommerce-cart-form td.product-quantity .quantity__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.woocommerce-cart-form td.product-quantity .quantity__inner h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.woocommerce-cart-form td.product-subtotal .amount {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #424242;
    white-space: nowrap;
}
@media all and (min-width: 767px) {
    .woocommerce-cart-form td.product-subtotal.product-subtotal-right {
        text-align: right;
    }
}
.woocommerce-cart-form .product-piece {
    white-space: nowrap;
}
.woocommerce-cart-form .product-piece .piece__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px 12px;
}
@media all and (max-width: 767px) {
    .woocommerce-cart-form .product-piece .piece__wrapper .piece__title {
        display: none;
    }
}
.woocommerce-cart-form .product-piece .piece__wrapper span {
    font-size: 20px;
    font-weight: 600;
}
.woocommerce-cart-form .remove {
    position: relative;
    width: 23px;
    height: 36px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.woocommerce-cart-form .remove:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_30.svg);
    width: 23px;
    height: 26px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.cart_totals {
    text-align: right;
}
.cart_totals .cart_totals-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.cart_totals .order-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
    font-size: 48px !important;
}
@media all and (max-width: 767px) {
    .cart_totals .order-total {
        font-size: 36px !important;
        gap: 20px;
    }
}
.cart_totals .total__title {
    font-size: 40px;
}
@media all and (max-width: 767px) {
    .cart_totals .total__title {
        font-size: 30px;
    }
}
.cart_totals h2 {
    margin-bottom: 20px;
    font-size: 20px;
}
.cart_totals table {
    border-collapse: collapse;
}
.cart_totals .order-total {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #424242;
}
@media all and (max-width: 575px) {
    .cart_totals .order-total {
        font-size: 26px;
        line-height: 34px;
    }
}
.cart_totals .order-total td:before {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .woocommerce-cart-form td.product-name a {
        text-align: right !important;
        font-size: 16px;
        line-height: 24px;
    }
    .woocommerce-cart-form table.shop_table thead {
        display: none;
    }
    .woocommerce-cart-form table.shop_table tr {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .woocommerce-cart-form table.shop_table td {
        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;
        border: none;
        padding: 5px 0;
    }
    .woocommerce-cart-form table.shop_table td:before {
        content: attr(data-title);
        font-weight: 600;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
    .woocommerce-cart-form td.product-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .woocommerce-cart-form td.product-quantity .quantity__inner h5 {
        display: none;
    }
    .woocommerce-cart-form td.product-subtotal .amount {
        font-size: 18px;
        line-height: 26px;
    }
}
.checkout h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
}
.checkout .checkout__main .checkout__item {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 40px 30px;
}
@media all and (max-width: 575px) {
    .checkout .checkout__main .checkout__item {
        padding: 20px;
    }
}
.checkout .checkout__main .checkout__item:not(:last-child) {
    margin-bottom: 20px;
}
.checkout .checkout__main .checkout__item.checkout__item-delivery {
    padding-bottom: 0;
}
.checkout .checkout__main .checkout__item.checkout__item-delivery .note {
    margin-bottom: 20px;
}
.checkout
    .checkout__main
    .checkout__item.checkout__item-pay
    .delivery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 30px;
}
.checkout .checkout__main .checkout__item.checkout__item-customer {
    padding-bottom: 20px;
}
@media all and (max-width: 575px) {
    .checkout .checkout__main .checkout__item.checkout__item-customer {
        padding-bottom: 4px;
    }
}
.checkout .checkout__main .checkout__item .delivery__option {
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    .checkout .checkout__main .checkout__item .delivery__option {
        margin-bottom: 0;
    }
}
.checkout .checkout__main .checkout__item .note {
    background-color: #ffc300;
    border-radius: 10px;
    padding: 20px;
}
.checkout .checkout__main .checkout__item .note p {
    margin-bottom: 0;
}
.checkout .checkout__main .checkout__item .radio__wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media all and (max-width: 575px) {
    .checkout .checkout__main .checkout__item .radio__wrapper {
        font-size: 18px;
        padding-left: 30px;
    }
}
.checkout .checkout__main .checkout__item .radio__wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkout .checkout__main .checkout__item .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}
.checkout .checkout__main .checkout__item .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkout
    .checkout__main
    .checkout__item
    .radio__wrapper
    input:checked
    ~ .checkmark:after {
    display: block;
}
.checkout .checkout__main .checkout__item .radio__wrapper .checkmark:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffc300;
}
.checkout .checkout__main .checkout__item .text {
    padding-left: 35px;
}
@media all and (max-width: 575px) {
    .checkout .checkout__main .checkout__item .text {
        padding-left: 30px;
    }
}
.checkout .checkout__main .checkout__item .text p {
    margin-bottom: 14px;
}
.checkout .form-row label {
    display: none;
}
.checkout .woocommerce-cart-form {
    padding-top: 10px;
}
.checkout .woocommerce-cart-form table.shop_table {
    margin-bottom: 30px;
}
.form-row:not(:last-child) {
    margin-bottom: 10px;
}
.form-row label {
    display: block;
    margin-bottom: 5px;
}
.form-row .input-text {
    width: 100%;
    height: 52px;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    padding-left: 20px;
    padding-right: 20px;
    color: #a1a1a1;
    font-size: 16px;
}
.form-row .input-text::-webkit-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.form-row .input-text::-moz-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.form-row .input-text::-ms-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.form-row .input-text::-webkit-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.form-row .input-text::-moz-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.form-row .input-text:-ms-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.form-row .input-text::-ms-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.form-row .input-text::placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.form-row textarea.input-text {
    height: 164px;
    padding-top: 10px;
    resize: none;
}
.woocommerce-EditAccountForm,
.woocommerce-ResetPassword,
.woocommerce-form-login {
    max-width: 600px;
    width: 100%;
}
.woocommerce-form.woocommerce-form-login.login .password-input {
    position: relative;
    display: block;
}
.woocommerce-form.woocommerce-form-login.login
    .woocommerce-form-login__rememberme {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.woocommerce-form.woocommerce-form-login.login
    .woocommerce-form-login__rememberme
    input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.password-input {
    position: relative;
}
.show-password-input {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: none;
    background: 0 0;
    cursor: pointer;
    font-size: 16px;
}
.show-password-input::after {
    content: "👁";
    display: block;
    text-align: center;
}
.show-password-input.display-password::after {
    content: "🙈";
}
#order_review .form-row label {
    display: block;
}
#order_review table {
    width: 100%;
    border-collapse: collapse;
}
#order_review td,
#order_review th {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
#order_review .order-total {
    font-weight: 700;
    font-size: 18px;
}
.woocommerce-checkout #payment .form-row.place-order {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.woocommerce-checkout #payment .form-row.place-order .custom-checkout-consent {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
}
.woocommerce-checkout
    #payment
    .form-row.place-order
    .custom-checkout-consent
    a {
    color: #ffc300;
}
.woocommerce-checkout
    #payment
    .form-row.place-order
    .custom-checkout-consent
    .form-row {
    margin-bottom: 0;
}
.woocommerce-checkout
    #payment
    .form-row.place-order
    .custom-checkout-consent
    .form-row:not(:last-child) {
    margin-bottom: 20px;
}
.woocommerce-checkout
    #payment
    .form-row.place-order
    .custom-checkout-consent
    .woocommerce-form__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35px;
    margin-bottom: 0;
    height: 24px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.woocommerce-checkout
    #payment
    .form-row.place-order
    .custom-checkout-consent
    .woocommerce-form__label
    input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.woocommerce-checkout
    #payment
    .form-row.place-order
    .custom-checkout-consent
    .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}
.woocommerce-checkout
    #payment
    .form-row.place-order
    .custom-checkout-consent
    .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.woocommerce-checkout
    #payment
    .form-row.place-order
    .custom-checkout-consent
    .woocommerce-form__label
    input:checked
    ~ .checkmark:after {
    display: block;
}
.woocommerce-checkout
    #payment
    .form-row.place-order
    .custom-checkout-consent
    .woocommerce-form__label
    .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 11px;
    border: solid #ffc300;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 10px;
}
.woocommerce-checkout #payment div.payment_box {
    margin-top: 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #cad0e0;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
    display: none;
}
@media all and (min-width: 1199px) {
    .my-order-table {
        position: sticky;
        top: 10px;
        height: 100%;
    }
}
@media all and (max-width: 1199px) {
    .my-order-table {
        margin-bottom: 30px;
    }
}
.my-order-table .table__inner {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 36.4px rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 36.4px rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    padding: 40px 30px 24px 30px;
}
@media all and (max-width: 575px) {
    .my-order-table .table__inner {
        padding: 20px 20px 4px 20px;
    }
}
.my-order-table .table__inner .review__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.my-order-table .table__inner .review__top h3 {
    margin-bottom: 0;
}
.my-order-table .table__inner .review__top .back {
    color: #ffc300;
}
.my-order-table .table__inner .woocommerce-checkout-review-order-table {
    width: 100%;
}
.my-order-table
    .table__inner
    .woocommerce-checkout-review-order-table
    tbody
    tr
    td {
    font-size: 14px;
    padding: 5px;
}
.my-order-table
    .table__inner
    .woocommerce-checkout-review-order-table
    tbody
    tr
    td:first-child {
    padding-left: 0;
}
.my-order-table
    .table__inner
    .woocommerce-checkout-review-order-table
    tbody
    tr
    td:last-child {
    padding-right: 0;
    text-align: right;
    white-space: nowrap;
}
.my-order-table
    .table__inner
    .woocommerce-checkout-review-order-table
    tfoot
    tr
    th {
    padding: 16px;
    padding-left: 0;
    font-size: 20px;
    font-weight: 700;
}
.my-order-table
    .table__inner
    .woocommerce-checkout-review-order-table
    tfoot
    tr
    td {
    padding: 16px;
    padding-right: 0;
    text-align: right;
    font-size: 30px;
    white-space: nowrap;
}
.woocommerce .quantity .quantity__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    width: 76px;
    height: 48px;
    background-color: #f0f0f0;
    border-radius: 10px;
}
.woocommerce .quantity .qty_button {
    background: 0 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 26.4px;
    height: 100%;
    border: none;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #cad0e0;
}
.woocommerce .quantity input {
    outline: 0;
}
.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.woocommerce .quantity .qty {
    text-align: center;
    width: 100%;
    height: 100%;
    border-right: 0;
    border-left: 0;
    border: none;
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield;
}
.woocommerce .quantity input::-webkit-inner-spin-button,
.woocommerce .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.woocommerce-order {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e5e9f4;
    border-radius: 10px;
    font-family: sans-serif;
}
.woocommerce-order .woocommerce-notice--success {
    background-color: #ffc300;
    color: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 1.1em;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}
.woocommerce-order-overview {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
@media all and (max-width: 767px) {
    .woocommerce-order-overview {
        gap: 10px;
    }
}
.woocommerce-order-overview li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    background: #f9f9f9;
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 0.95em;
    margin-bottom: 0;
}
@media all and (max-width: 767px) {
    .woocommerce-order-overview li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
.woocommerce-order-overview li strong {
    display: block;
    margin-top: 5px;
    font-weight: 600;
}
.woocommerce-order-details__title {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
}
.woocommerce-order-details {
    margin-bottom: 30px;
}
.woocommerce-customer-details {
    margin-bottom: 0;
}
.woocommerce-order-details table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.woocommerce-order-details table td,
.woocommerce-order-details table th {
    padding: 12px 10px;
    border: 1px solid #e5e9f4;
    text-align: left;
    vertical-align: middle;
}
.woocommerce-order-details table th {
    background-color: #f9f9f9;
    font-weight: 600;
}
.woocommerce-order-details td.product-name a {
    color: #333;
    text-decoration: none;
}
.woocommerce-order-details td.product-name a:hover {
    text-decoration: underline;
}
.woocommerce-order-details td.product-total {
    font-weight: 600;
}
.woocommerce-order-details tfoot th {
    font-weight: 600;
}
.woocommerce-order-details tfoot td {
    font-weight: 600;
}
.woocommerce-customer-details {
    margin-top: 0;
}
.woocommerce-customer-details h2 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 12px;
}
.woocommerce-customer-details address {
    font-style: normal;
    line-height: 1.5;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
}
.woocommerce-customer-details--email {
    margin-top: 10px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .woocommerce-order {
        padding: 20px;
    }
    .woocommerce-order-overview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .woocommerce-order-details table thead {
        display: none;
    }
    .woocommerce-order-details table tr {
        display: block;
        margin-bottom: 15px;
        border-bottom: 2px solid #ddd;
        padding-bottom: 10px;
    }
    .woocommerce-order-details table td {
        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;
        border: none;
        padding: 5px 0;
    }
    .woocommerce-order-details table td:before {
        content: attr(data-title);
        font-weight: 600;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
    .woocommerce-order-details td.product-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
.woocommerce-MyAccount-navigation ul li a {
    color: #ffc300;
    text-decoration: underline;
}
.woocommerce-MyAccount-content .woocommerce-Address {
    width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-Address a {
    color: #ffc300;
    text-decoration: underline;
}
.woocommerce-MyAccount-orders {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    font-family: sans-serif;
    color: #333;
}
.woocommerce-MyAccount-orders thead th {
    background: #f9f9f9;
    font-weight: 600;
    padding: 14px 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 0.95em;
}
.woocommerce-MyAccount-orders tbody tr {
    border-bottom: 1px solid #eee;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.woocommerce-MyAccount-orders tbody tr:last-child {
    border-bottom: none;
}
.woocommerce-MyAccount-orders tbody tr:hover {
    background-color: #fafafa;
}
.woocommerce-orders-table__cell,
.woocommerce-orders-table__cell-order-number {
    padding: 12px;
    font-size: 0.95em;
    vertical-align: middle;
}
.woocommerce-orders-table__cell-order-number a {
    color: #ffc300;
    font-weight: 600;
    text-decoration: none;
}
.woocommerce-orders-table__cell-order-number a:hover {
    text-decoration: underline;
}
.woocommerce-orders-table__cell-order-status {
    font-weight: 600;
}
.woocommerce-orders-table__cell-order-total {
    font-weight: 600;
}
.woocommerce-orders-table__cell-order-actions .button {
    background-color: #ffc300;
    color: #fff;
    padding: 6px 12px;
    font-size: 0.9em;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}
.woocommerce-orders-table__cell-order-actions .button:hover {
    opacity: 0.9;
}
.grecaptcha-badge {visibility: hidden;}
@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-orders thead {
        display: none;
    }
    .woocommerce-MyAccount-orders,
    .woocommerce-MyAccount-orders tbody,
    .woocommerce-MyAccount-orders tr {
        display: block;
        width: 100%;
    }
    .woocommerce-MyAccount-orders tbody tr {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 6px;
        margin-bottom: 15px;
        padding: 10px 12px;
    }
    .woocommerce-orders-table__cell,
    .woocommerce-orders-table__cell-order-number {
        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;
        padding: 6px 0;
        border: none;
        font-size: 0.95em;
    }
    .woocommerce-orders-table__cell-order-number::before,
    .woocommerce-orders-table__cell::before {
        content: attr(data-title);
        font-weight: 600;
        color: #666;
        padding-right: 10px;
    }
    .woocommerce-orders-table__cell-order-actions {
        margin-top: 10px;
    }
    .woocommerce-orders-table__cell-order-actions::before {
        display: none;
    }
    .woocommerce-orders-table__cell-order-actions .button {
        width: 100%;
        text-align: center;
    }
}

.checkout-inline-error-message {
    display: none !important;
}

.warehouse__wrapper {
}
.warehouse__wrapper .warehouse__item {
}
.warehouse__wrapper .warehouse__item:not(:last-child) {
    margin-bottom: 34px;
}
.warehouse__wrapper .warehouse__item .warehouse__stocks {
    color: #49b449;
}
.warehouse__wrapper .warehouse__item .warehouse__stocks.warehouse__stocks--not {
    color: #e10000;
}

@media all and (max-width: 767px) {
    .warehouse__wrapper .warehouse__item .warehouse__content {
        margin-bottom: 12px;
    }
}