html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    height: 100%;
    position: relative;
}

body {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    background-color: #fff;
    font-weight: 400;
    color: #262326;
}
body.fixed {
    overflow: hidden;
}

.container {
    max-width: 1450px;
    width: 100%;
    min-width: 280px;
    margin: 0 auto;
    padding: 0 15px;
}

img {
    display: block;
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

a {
    /* @include adaptivValue("font-size", 16, 16, 1); */
    display: inline-block;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    text-decoration: none;
    color: #262326;
}
button{
    font-family: "PT Sans", sans-serif;
}
button:focus,
input:focus {
    outline: transparent;
}
.w-100{
    width: 100%;
}
.main {
    margin-top: 120px;
}
.main.active-filter{
    z-index: 99;
    position: relative;
}
@media (max-width: 1360px) {
    .main {
        margin-top: 105px;
    }
}
@media (max-width: 767px) {
    .main {
        margin-top: 144px;
    }
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    position: relative;
}
.wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 17;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: rgba(36, 36, 36, 0.6);
    visibility: hidden;
}
.wrapper.overlay::before {
    opacity: 1;
    visibility: visible;
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 0;
}

footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-center{
    -ms-flex-pack: center;
    justify-content: center;
}
.h-100 {
    height: 100% !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}

button {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

input,
textarea {
    border-radius: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

::-moz-selection {
    background-color: rgba(172, 197, 62, 0.5);
}

::selection {
    background-color: rgba(172, 197, 62, 0.5);
}

* {
    outline: none;
    scrollbar-color: #acc53e #fff;
    scrollbar-width: thin;
}

*scrollbarbutton {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: #acc53e;
    border-radius: 8px;
}

*::-webkit-scrollbar-track {
    background-color: #fff;
    width: 5px;
}

.blocks-gallery-grid {
    width: 100%;
}

.blocks-gallery-item:last-child {
    margin-bottom: 0;
}

h2,
h1 {
    font-size: 32px;
    color: #262326;
    font-weight: 400;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    h2,
    h1 {
        font-size: 28px;
        margin-bottom: 32px;
    }
}

.section-top {
    margin-bottom: 40px;
    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;
}
@media (max-width: 767px) {
    .section-top {
        margin-bottom: 32px;
    }
}
.section-top h2 {
    margin-bottom: 0;
}
.section-top a {
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 16px 24px;
    background-color: #fff;
    -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
    -o-transition: background 0.3s, color 0.3s, border 0.3s;
    transition: background 0.3s, color 0.3s, border 0.3s;
    text-wrap: nowrap;
}

.btn {
    background-color: #acc53e;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    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: 0 32px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.btn-yellow{
    background-color: #fee66a;
    color: #262326;
}
.btn-yellow:hover{
    color: #fff;
}

.breadcrumbs ul {
    background-color: #f5f5f4;
    border-radius: 50px;
    padding: 14px 32px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}
.breadcrumbs ul li {
    color: #666666;
}
.breadcrumbs ul li:not(:last-child) {
    padding-right: 8px;
    position: relative;
}
.breadcrumbs ul li:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #666666;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.breadcrumbs ul a {
    color: #acc53e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 767px) {
    .breadcrumbs ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        gap: 5px;
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
        padding: 0px 15px 8px 15px;
        background: transparent;
    }
    .breadcrumbs ul a ,
    .breadcrumbs ul span {
        background-color: #f5f5f4;
        display: inline-flex;
        font-size: 14px;
        padding: 8px 10px;
        border-radius: 8px;
    }
    .breadcrumbs ul li:not(:last-child)::before {
        content: none;
    }
}

.header__btn {
    display: none;
    width: 48px;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #acc53e;
    border-radius: 50%;
    margin-left: 8px;
}
@media (max-width: 1360px) {
    .header__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.header__btn svg {
    width: 16px;
    height: 16px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 15;
    padding: 24px 0;
}
.icon{
    stroke: #262326;
    fill: none;
}
.icon-full_wish{
    stroke: #e92f2f;
    fill: #e92f2f;
}
@media (max-width: 1360px) {
    header {
        padding: 16px 0;
    }
}
@media (max-width: 767px) {
    header {
        padding-bottom: 64px;
    }
}
@media (max-width: 767px) {
    header.scroll {
        padding-bottom: 16px;
    }
    header.scroll .search-form {
        display: none;
    }
}
.header-contact{
    position: relative;
    grid-column-start: 11;
}
header .tel {
    font-size: 18px;
    font-weight: 700;
    margin-right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 100%;
    letter-spacing: -0.36px;
    transition: 0.1s;
    margin-left: auto;
}
header .tel svg{
    width: 20px;
    height: 20px;
    fill: #262326;
}
header .tel:hover svg {
    fill: #acc53e;
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    header .tel {
        display: none;
    }
}

ul.open_time{
	list-style: none;
}

.header-dropdown_contact {
    position: absolute;
    left: 38%;
    transform: translateX(-50%);
    top: 100%;
    width: 210px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
header .header-contact:hover .header-dropdown_contact {
    display: flex;
}

.header-dropdown_contact .tel{
    margin: 0 0 10px;
}

.header-dropdown_soc {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.header-dropdown_soc a {
    width: 48px;
    height: 48px;
    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;
    border-radius: 50%;
    background-color: #acc53e;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.header-dropdown_soc a svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}

#rien_multilang {
    padding-right: 35px;
    display: flex;
    gap: 15px;
    font-size: 18px;
    font-weight: bold;
}
#rien_multilang a {
    color: #262326;
}
#rien_multilang a:hover,
#rien_multilang .active {
    color: #acc53e;
}
@media (max-width: 1280px) {
    header #rien_multilang {
        display: none;
    }
    #rien_multilang {
        border-top: 1px solid #4a494d;
        padding: 40px  32px;
    }
    #rien_multilang a {
        color: #fff;
    }
}
header .col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .logo img {
        height: 48px;
    }
}

.save,
.user,
.basket {
    width: 48px;
    height: 48px;
    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;
    background-color: #fee66a;
    border-radius: 50%;
    position: relative;
}
.save svg,
.user svg,
.basket svg {
    width: 18px;
    height: 18px;
}
.save .count,
.basket .count {
    position: absolute;
    top: -4px;
    right: -8px;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background-color: #262326;
    color: #fff;
    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;
    font-size: 12px;
}

.save {
    margin: 0 8px;
}
.user {
    cursor: pointer;
    margin: 0 0 0 8px;
}
@media (max-width: 767px) {
    .user{
        display: none;
    }
}
.dropdown-user{
    position: absolute;
    left: 38%;
    transform: translateX(-50%);
    top: 100%;
    width: 210px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: none;
}
header .user:hover .dropdown-user {
    display: flex;
}
.dropdown-user__list{
    list-style: none;
    text-align: center;
    width: 100%;
}
.dropdown-user__list li a{
    width: 100%;
    padding: 16px 0;
}
.dropdown-user__list li a:hover{
    color: #acc53e;
}
.search-form {
    position: relative;
}
@media (max-width: 767px) {
    .search-form {
        position: absolute;
        left: 0;
        right: 0;
        background-color: #fff;
        border: 1px solid #f4f4f4;
        border-radius: 50px;
        bottom: 0;
        left: 15px;
        right: 15px;
        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;
    }
}
.search-form input {
    background-color: #f4f4f4;
    height: 48px;
    position: absolute;
    right: 100%;
    top: 0;
    width: 280px;
    border-radius: 50px;
    padding: 0 16px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3;
    transition: opacity 0.3s, -webkit-transform 0.3;
    -o-transition: transform 0.3, opacity 0.3s;
    transition: transform 0.3, opacity 0.3s;
    transition: transform 0.3, opacity 0.3s, -webkit-transform 0.3;
}
@media (max-width: 767px) {
    .search-form input {
        background-color: transparent;
        height: 48px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: static;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.search-form input:focus {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.search-form:hover input {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.search-form button {
    width: 48px;
    height: 48px;
    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;
    background-color: #f4f4f4;
    border-radius: 50%;
}
.search-form button svg {
    width: 18px;
    height: 18px;
}
@media (max-width: 767px) {
    .search-form button {
        background-color: transparent;
    }
}

.header__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;
    position: relative;
}
@media (max-width: 767px) {
    .header__inner {
        position: static;
    }
}

.header__inner .logo img{
    max-height: 70px;
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1360px) {
    .header__menu {
        display: none;
    }
}
.header__menu ul {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.header__menu ul li:not(:last-child) {
    margin-right: 24px;
}

.catalog-wrapper {
    margin-right: 24px;
}
.catalog-wrapper .catalog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #acc53e;
    border-radius: 50px;
    font-size: 18px;
    padding: 8px;
    width: 168px;
    color: #fff;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.catalog-btn__icon {
    width: 44px;
    height: 44px;
    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;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #fff;
}
.catalog-btn__icon svg {
    width: 16px;
    height: 16px;
}


.menu-big {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    /*left: calc(50vw - 711px);*/
    /*width: 750px;*/
    width: calc(100vw - 20em);
    background-color: #fff;
    border-radius: 16px 16px;
    z-index: 18;
    top: 108px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.menu-big.open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.menu-big ul {
    padding-top: 30px;
    padding-bottom: 30px;
    list-style: none;
    display: block;
}
.menu-big ul li:not(:last-child) {
    margin-bottom: 20px;
}
.menu__body ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.menu__body ul li {
    margin: 0 0 20px 20px;
    border-radius: 16px;
    background: rgb(245, 245, 245);
}
.menu__body ul li a{
    padding: 15px;
}
.menu__body ul li.active {
    background: #acc53e;
}
.menu__body ul li.active span{
    color: #fff!important;
    padding: 15px;
    width: 100%;
    display: block;
}


.menu-big .menu__body {
    display: none;
    max-height: calc(100% - 136px);
    overflow: auto;
    position: absolute;
    top: 98px;
    bottom: 0;
    right: 24px;
    width: calc(100% - 444px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-big .menu__body ul {
    padding: 0;
}
.menu-big .container {
    position: relative;
    padding: 0;
}
.menu-big .container > ul {
    width: 380px;
    min-height: 60vh;
    background-color: #f4f4f4;
    border-radius: 16px;
    margin: 20px 0;
}
.menu-big .container > ul > li {
    border-radius: 16px;
    margin: 0 20px;
    padding-left: 40px;
    /*margin-right: 0 !important;*/
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.menu-big .container > ul > li:not(:last-child) {
    margin-bottom: 0;
}
.menu-big .container > ul > li > span,
.menu-big .container > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 1.2em;
}
.menu-big .container > ul > li.active{
    background: #acc53e!important;
}
.menu-big .container > ul > li > span{
    display: block;
    color: #fff !important;
}
.menu-big .container > ul > li:first-child {
    background-color: #fff;
}
.menu-big .container > ul > li:first-child > a {
    color: #acc53e;
}
.menu-big .container > ul li:first-child .menu__body {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    display: block;
}

.menu-big__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;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    padding: 16px 40px;
}
.menu-big__top a {
    font-size: 18px;
}
.menu-big__top button svg {
    width: 24px;
    height: 24px;
}

.modal-menu__bottom {
    padding: 40px;
    border-top: 1px solid #4a494d;
}
@media (max-width: 767px) {
    .modal-menu__bottom {
        padding: 32px;
    }
}
.modal-menu__bottom .tel {
    font-weight: 7;
    color: #fff;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}
.modal-menu__bottom .mes {
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
}

.modal-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 40px;
}
@media (max-width: 767px) {
    .modal-menu__top {
        padding-right: 32px;
    }
}

.modal-menu__list {
    padding: 40px;
    list-style: none;
}
@media (max-width: 767px) {
    .modal-menu__list {
        padding-left: 32px;
        padding-right: 32px;
    }
}
.modal-menu__list ul:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}
.modal-menu__list ul:not(:last-child)::before {
    content: "";
    position: absolute;
    width: calc(100% + 80px);
    height: 1px;
    bottom: 0;
    background-color: #4a494d;
    left: -40px;
}
@media (max-width: 767px) {
    .modal-menu__list ul:not(:last-child)::before {
        width: calc(100% + 64px);
        left: -32px;
    }
}
.modal-menu__list li:not(:last-child) {
    margin-bottom: 35px;
}
.modal-menu__list a {
    color: #fff;
    font-size: 18px;
}

.modal-menu {
    padding-top: 40px;
    overflow: auto;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    height: 100%;
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #262326;
    max-width: 600px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    z-index: 25;
}
@media (max-width: 767px) {
    .modal-menu {
        padding-top: 32px;
    }
}

.modal-menu:not(.open) {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
}

.modal .icon-close {
    z-index: 10;
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 24px;
    right: 24px;
    opacity: 1;
    background-color: transparent;
    color:#222222;
    height: 36px;
    width:36px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-shadow: none;
    transform: rotate(0);
    transition:transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    border:9px solid transparent;
}

.modal .icon-close:before,
.modal .icon-close:after {
    content: '';
    position: absolute;
    height: 1.3px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background-color: #222222;
    transform-origin: 50% 50%;
    opacity: 1;
    transition: transform ease 0.3s;
}
.modal .icon-close:hover{
    background-color: rgba(34, 34, 34, 0.05);
}
.modal .icon-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal .icon-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal .icon-close:hover:after,.modal .icon-close:hover:before{
    transform:rotate(0deg);
}

.modal-menu .icon-close {
    height: 30px;
    width: 30px;
    display: block;
    position: relative;
    cursor: pointer; }

.modal-menu .icon-close:before,
.modal-menu .icon-close:after {
    content: "";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 2px;
    width: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    margin: -1px -10px;
    transition: all 0.3s; }

.modal-menu .icon-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.modal-menu .icon-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.accordion {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.accordion:not(:last-child) {
    margin-bottom: 24px;
}

.accordion__intro {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    color: #fff;
    font-size: 18px;
}

.accordion__active .accordion__content {
    opacity: 1;
}

.accordion__active .accordion__intro-btn svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion__content {
    max-height: 0;
    will-change: max-height;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    position: relative;
    padding: 0;
}

.accordion__content ul {
    list-style: none;
    padding-left: 24px;
    padding-top: 24px;
}

.accordion__content ul li:not(:last-child) {
    margin-bottom: 16px;
}

.accordion__content ul a {
    color: #c7c7c7;
    font-size: 16px;
}

.accordion__intro-btn {
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    margin-left: 16px;
}

.accordion__intro-btn svg path {
    fill: #fff;
}

.text-content {
    font-size: 16px;
    line-height: 140%;
    color: #6e6d6e;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    line-height: normal;
    font-weight: 400;
    color: #262326;
}

.text-content h1 {
    font-size: 32px;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .text-content h1 {
        font-size: 28px;
    }
}

.text-content h2 {
    font-size: 28px;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .text-content h2 {
        font-size: 24px;
    }
}

.text-content h3 {
    font-size: 24px;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .text-content h3 {
        font-size: 18px;
    }
}

.text-content h4,
.text-content h5,
.text-content h6 {
    font-size: 14px;
    margin-bottom: 30px;
}

.text-content a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #121212;
}
.text-content a.btn {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}
.text-content a.btn:hover {
    color: #fff!important;
}

.text-content span {
    color: #454545;
}

.text-content p:not(:last-child) {
    margin-bottom: 30px;
}

.text-content table {
    border-collapse: collapse;
    width: 100%;
}

.text-content table:not(:last-child) {
    margin-bottom: 30px;
}

.text-content table th,
.text-content table td {
    border: 1px solid #ededed;
    font-size: 16px;
    padding: 15px 25px;
}

.text-content table th {
    font-weight: normal;
    text-align: left;
}

.text-content ul:not(:last-child),
.text-content ol:not(:last-child) {
    margin-bottom: 30px;
}

.text-content ul {
    list-style: none;
}
.text-content ul ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.text-content ul > li,
.text-content ol > li {
    position: relative;
    padding-left: 24px;
}
.text-content ul > li:not(:last-child),
.text-content ol > li:not(:last-child) {
    margin-bottom: 8px;
}

.text-content ul > li:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    background: #acc53e;
}

.text-content ol {
    counter-reset: listCounter;
}
.text-content ol li::marker {
    font-size: 0;
}

.text-content ol > li:before {
    counter-increment: listCounter;
    content: counter(listCounter) ".";
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
}

.text-content img {
    max-width: 100%;
    margin-bottom: 30px;
}

.text-content figure {
    margin: 0 0 30px;
    padding: 0;
}

.text-content figure img {
    margin-bottom: 0;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
}

.text-content li.blocks-gallery-item {
    padding-left: 0;
}

.text-content li.blocks-gallery-item::before {
    display: none;
    padding-left: 0;
}

.input-wrapper {
    position: relative;
}

.input-wrapper label.error {
    position: absolute;
    left: 0;
    top: calc(100% + 3px);
    color: #ee4130;
    font-size: 13px;
    line-height: 14px;
    white-space: nowrap;
}

.input-wrapper.checkbox-input label.error {
    left: 42px;
}

.input-wrapper.error input {
    border-color: rgba(238, 65, 48, 0.2);
}

.input-wrapper.error textarea {
    border: 1px solid rgba(238, 65, 48, 0.2);
}

.input-wrapper.error input:focus,
.input-wrapper.error textarea:focus {
    border-color: #ee4130;
}

.input,
.textarea {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}

.input input,
.textarea textarea {
    -webkit-transition-property: border-color;
    -o-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    -o-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    resize: none;
    width: 100%;
    font-size: 16px;
}

.input input::-ms-clear,
.textarea textarea::-ms-clear {
    display: none;
}

.input input:focus,
.textarea textarea:focus {
    border-color: #acc53e;
}

.input input,
.textarea input {
    border: 1px solid #ededed;
    height: 55px;
    border-radius: 8px;
    padding: 0 20px;
}

.input textarea,
.textarea textarea {
    border-radius: 8px;
    border: 1px solid #ededed;
    height: 120px;
    padding: 20px;
}

.input .input-label,
.textarea .input-label {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    -o-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.textarea .input-label {
    left: 20px;
    top: 22px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.input:not(.empty) .input-label {
    font-size: 0;
}

.textarea:not(.empty) .input-label {
    font-size: 0;
}

.input.required .input-label:after,
.textarea.required .input-label:after {
    content: "*";
    color: #acc53e;
    margin-left: 3px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    line-height: 1.538;
}
.checkbox-container.error {
    display: block !important;
}
.checkbox-container a {
    display: inline;
    color: #acc53e;
}

.checkbox-container input {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 30px;
    width: 30px;
    border: 1px solid #ededed;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    width: 30px;
    height: 30px;
    background-size: 35% 35%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/img/icon-checkbox.svg);
}

#agreement-error {
    position: absolute;
    left: 0;
    top: calc(100% + 7px);
    color: #ee4130;
    font-size: 13px;
    line-height: 14px;
    white-space: nowrap;
}

/* Cart */
.mini-cart-header{
    color: #6e6d6e;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e2e2e2;
}
.mini-cart-header .modal-header .icon-close{
    position: relative;
    top:0;
    right:0;
}
.mini-cart-header .js-cart-count{
    position: static;
    margin-left: 1rem;
}
.js-mini-cart-content{
    flex-grow:1;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: .5rem;
}
.js-mini-cart-content .mini-cart-image{
    flex: 0 0 104px;
    padding-right: 24px;
}
.js-mini-cart-content .mini-cart-product_item{
    flex: 0 0 calc(100% - 104px);
    padding-right: 0px;
}
.mini-cart-product_item__title{
    font-weight: 700;
    margin-bottom: 8px;
}
.mini-cart-product_item__title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mini-cart-product_item p{
    font-size: 14px;
}
.mini-cart-item{
    position: relative;
}
.js-remove-mini-cart{
    color: #6e6d6e;
    font-weight: normal;
    margin-left:16px;
    font-size: 12px;
    text-decoration: underline;
    transition: .3s ease-in;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    background-color: transparent;
    border: 1px solid transparent;
}
.js-remove-mini-cart:hover{
    background-color: transparent!important;
    border: 1px solid transparent;
}
.mini-cart-empty{
    margin: 0;
}
.mini-cart-empty .iconcart-empty{
    background-color: rgba(34, 34, 34, 0.05);
    width: 80px;
    height: 80px;
    line-height: 97px;
    -webkit-border-radius: 50%;
    border-radius: 8px;
    margin: 0 auto 24px auto;
}
.mini-cart-empty .iconcart-empty svg{
    position: relative;
    left: -4px;
    height: 2rem;
    width: 2rem;
}
.mini-cart-footer{
    position: relative;
}

.mini-cart-content.overlay:before{
    content:"";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255, 255, 0.8);
    position: absolute;
    z-index: 1;
    cursor:auto;
}

.mini-cart-content {
    color: #6e6d6e;
    width: 500px;
    padding: 24px;
    background: #fff;
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 999;
    -webkit-transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    visibility: hidden;
}
@media (max-width:500px) {
    .mini-cart-content {
        width: 330px;
    }
    .js-remove-mini-cart{
        padding: 0 14px;
    }
}

.template-cart .mini-cart-content {
    display: none!important;
}

.mini-cart-content .alert {
    margin: 0;
}

.js-mini-cart.active .mini-cart-content {
    opacity: 1;
    visibility: visible;
}

.mini_cart__wrapper .mini-cart-content{
    opacity: 1;
    visibility: visible;
    border-radius: 0px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    height:100%;
    transform:translateX(100%);
}
.mini_cart__wrapper.active .mini-cart-content{
    transform:translateX(0);
}
.mini_cart__wrapper .overlaycart{
    position: fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:rgba(0,0,0,0.5);
    z-index:9;
    opacity:0;
    visibility:hidden;
}
.mini_cart__wrapper.active .overlaycart{
    opacity:1;
    visibility:visible;
}

.mini-cart-product_item {
    -moz-flex: 0 0 calc(100% - 85px);
    -ms-flex: 0 0 calc(100% - 85px);
    -webkit-box-flex: 0 0 calc(100% - 85px);
    flex:0 0 calc(100% - 85px);
    text-align:left;
    line-height: 20px;
    padding-right:10px;
}
.mini-cart-product_item p{
    font-size: 12px;
    line-height: 20px;
    margin-bottom:5px;
}
.mini-cart-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;

}
.mini-cart-item:not(:first-child){
    margin-top:16px;
}

.mini-cart-btns .btn{
    margin-bottom: 5px;
}
.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_qty,
.js-mini-cart-content .js-qty {
    /*max-width: 94px;*/
    /*min-width: 90px;*/
    max-width: 150px;
    min-width: 140px;
    margin-top: .5rem;
    border-radius: 8px;
    overflow: hidden;
}
.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_qty input,
.js-mini-cart-content .js-qty .js-qty__input {
    width: 140px;
    padding: 0px 20px;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    height: 48px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
}
.decrement_btn,
.js-mini-cart-content .js-qty .js-qty__minus {
    left: 0;
    right: auto;
}
.increment_btn,
.js-mini-cart-content .js-qty .js-qty__plus {
    left: auto;
    right: 0;
}
.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_qty .button,
.js-mini-cart-content .js-qty .js-qty__adjust {
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 0;
    line-height: 0;
}

.js-mini-cart-content .js-qty .js-qty__adjust .icon {
    width: 9px;
    height: 9px;
}


.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_qty,
.js-qty {
    position: relative;
}
.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_qty input,
.js-qty__input {
    width: 100%;
    border: 2px solid #e9e9e9;
    background: #fff;
    height: 50px;
    padding: 12px 15px;
    text-align: center;
}
.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_qty .button,
.js-qty__adjust {
    position: absolute;
    top: 0px;
    bottom: 0px;
    text-align: center;
    width: 50px;
    height: 100%;
    padding: 0;
    background: none;
    border-style: solid;
    border-color: #e7e7e7;
    border-width: 0;
    transition: background-color 0.03s ease-in;
}
.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_qty .button:hover,
.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_qty .button:focus,
.js-qty__adjust:hover,
.js-qty__adjust:focus {
    background-color: #f1f1f1;
    transition-duration: 0.08s;
}
.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_qty .button svg,
.js-qty__adjust svg {
    width: 14px;
    height: 14px;
    font-size: 14px;
}
.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_qty .button .icon,
.js-qty__adjust .icon,
.js-qty__adjust [class^="icon-"] {
    width: 8px;
    height: 8px;
    font-size: 9px;
    fill: #222;
    font-weight: 600;
}
.decrement_btn,
.js-qty__adjust--minus {
    left: 0px;
    top: 0;
    bottom: 0px;
}
.increment_btn,
.js-qty__adjust--plus {
    right: 0px;
}
.mini-cart-total {
    margin-top: 20px;
    padding: 16px 0 0;
    border-top: 1px solid #e9e9e9;
    text-align: left;
}
.bottom-total{
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 16px;
    color: #262326;
}
.js-cart-btn-checkout{
    width: 100%;
}
/* End Cart */


/* Hero slide */
.hero-slider {
    margin-bottom: 20px;
}

.swiper-pagination {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 4px 10px;
    background-color: rgba(250, 251, 250, 0.5);
    border-radius: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 24px !important;
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background-color: #262326;
    opacity: 1;
    margin: 0 !important;
}
@media (max-width: 767px) {
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}
.swiper-pagination-bullet:not(:last-child) {
    margin-right: 8px !important;
}
.swiper-pagination-bullet-active {
    border-radius: 40px;
    width: 32px;
    background-color: #acc53e;
}

.hero-slide {
    background-color: #f4f4f4;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 1023px) {
    .hero-slide {
        grid-template-columns: 1.2fr 1fr;
    }
}
@media (max-width: 767px) {
    .hero-slide {
        grid-template-columns: 1fr;
    }
}
.hero-slide__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 64px;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .hero-slide__title {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    .hero-slide__title {
        font-size: 32px;
    }
}
.hero-slide__label {
    position: relative;
    font-size: 30px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 3;
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .hero-slide__label {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hero-slide__label {
        margin-bottom: 24px;
    }
}
.hero-slide__label img {
    position: absolute;
    z-index: -1;
    left: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1023px) {
    .hero-slide__label img {
        width: 110%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.hero-slide .btn {
    height: 56px;
    width: 210px;
    border-radius: 50px;
    text-transform: uppercase;
}
.hero-slide__text {
    color: #6e6d6e;
    line-height: 140%;
    font-size: 18px;
    margin-bottom: 32px;
}
@media (max-width: 1199px) {
    .hero-slide__text {
        font-size: 16px;
    }
}
.hero-slide .col:last-child img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    .hero-slide .col:last-child img {
        width: 100%;
        position: static;
    }
}
.hero-slide .col:last-child {
    position: relative;
}
@media (max-width: 767px) {
    .hero-slide .col:last-child {
        display: none;
    }
}
.hero-slide .col:first-child {
    padding: 54px 54px 64px 54px;
}
@media (max-width: 1199px) {
    .hero-slide .col:first-child {
        padding-left: 32px;
    }
}
@media (max-width: 767px) {
    .hero-slide .col:first-child {
        padding: 40px 16px 64px 16px;
    }
}
.hero-slide .col:first-child > img {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .hero-slide .col:first-child > img {
        height: 16px;
    }
}

.hero-sales {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
@media (max-width: 767px) {
    .hero-sales {
        grid-template-columns: 1fr;
    }
}

.hero-sale {
    overflow: hidden;
    position: relative;
    background-color: #f5f5f4;
    border-radius: 16px;
    text-transform: uppercase;
    font-size: 30px;
}
.hero-sale img {
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    right: -33%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
@media (max-width: 1360px) {
    .hero-sale img {
        width: 80%;
    }
}
@media (max-width: 1023px) {
    .hero-sale img {
        right: -40%;
    }
}
@media (max-width: 767px) {
    .hero-sale img {
        right: -30%;
    }
}
.hero-sale .col:first-child {
    padding: 40px 0 40px 48px;
}
@media (max-width: 1199px) {
    .hero-sale .col:first-child {
        padding-left: 32px;
    }
}
@media (max-width: 767px) {
    .hero-sale .col:first-child {
        padding-left: 16px;
    }
}
.hero-sale:last-child strong {
    font-size: 64px;
}
@media (max-width: 1199px) {
    .hero-sale:last-child strong {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    .hero-sale:last-child strong {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .hero-sale {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hero-sale {
        font-size: 18px;
    }
}
.hero-sale strong {
    display: block;
    color: #acc53e;
    font-size: 50px;
}
@media (max-width: 1199px) {
    .hero-sale strong {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .hero-sale strong {
        font-size: 32px;
    }
}
.hero-sale span {
    display: block;
    color: #acc53e;
    text-transform: uppercase;
}
/*Hero slide end*/



/* Typography */
.seo {
    background-color: #f5f5f4;
    padding: 48px 0;
}

@media (max-width: 767px) {
    .seo {
        padding: 40px 0;
    }
}

.seo h2 {
    font-size: 21px;
    margin-bottom: 24px;
}

.seo p,
.seo li {
    font-size: 14px;
    line-height: 140%;
    color: #828184;
}
.seo li p{
    margin-bottom: 0;
}
.seo__buttons {
    margin-top: 24px;
}

.seo__buttons button {
    font-size: 14px;
    color: #acc53e;
    text-transform: uppercase;
    font-weight: 700;
}

.hidden-text {
    display: none;
    margin-top: 20px;
}

.close-text {
    display: none;
}

.seo.open .open-text {
    display: none;
}

.seo.open .close-text {
    display: block;
}

.text_red {
    color: #ffaa95 !important;
}

.text_yellow {
    color: #fce757 !important;
}

.text_green {
    color: #bcfb82 !important;
}

.text_block p {
    margin-bottom: 1rem;
}

.text_block ul, .text_block ol {
    list-style: none;
    margin: 0 0 1rem 1rem;
}

.text_block li {
    padding-left: 16px;
    position: relative;
}

.text_block li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #acc53e;
    border-radius: 50%;
}
/* End Typography */

/* Product listing */
.swiper-pagination-progressbar {
    background: #fff !important;
    position: static !important;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 8px !important;
    margin-right: 32px !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #acc53e;
}

.swiper-button-next {
    right: 0;
}
.swiper-button-next::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='453' height='747' viewBox='0 0 453 747' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M270.987 372.855L0 655.375L95.136 746.667L452.616 372.853L95.136 0L0 91.292L270.987 372.855Z' fill='%23262326'/%3E%3C/svg%3E");
}

.swiper-button-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='453' height='747' viewBox='0 0 453 747' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M181.629 373.812L452.616 91.2921L357.48 5.91278e-05L-0.00025763 373.813L357.48 746.667L452.616 655.375L181.629 373.812Z' fill='%23262326'/%3E%3C/svg%3E");
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.top {
    padding: 88px 0;
}

.top .swiper-pagination-progressbar {
    background-color: #ededed;
}

@media (max-width: 767px) {
    .top {
        position: relative;
        padding: 64px 0 136px;
    }
}

@media (max-width: 767px) {
    .top .section-top a {
        position: absolute;
        bottom: 64px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: calc(100% - 30px);
        height: 48px;
        padding: 0 16px;
        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;
    }
}

.sale {
    padding: 88px 0;
    background-color: #f5f5f4;
}

@media (max-width: 767px) {
    .sale {
        position: relative;
        padding: 64px 0 136px;
    }
}

@media (max-width: 767px) {
    .sale .section-top a {
        position: absolute;
        bottom: 64px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: calc(100% - 30px);
        height: 48px;
        padding: 0 16px;
        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;
    }
}

.products-slider__arrows {
    position: relative;
    width: 96px;
}

.products-slider__bottom {
    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;
    height: 40px;
}
@media (max-width: 767px) {
    .products-slider__bottom {
        display: none;
    }
}

.products-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

.products-slider .swiper-wrapper {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .products-slider .swiper-wrapper {
        margin-bottom: 0;
        padding-bottom: 2px;
    }
}

.product-page__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
    list-style: none;
}
.product-page__labels li {
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 4px;
}
.product-page__labels li:not(:last-child) {
    margin-right: 4px;
}
.product-page__labels .red {
    background-color: #ffaa95;
}
.product-page__labels .yellow {
    background-color: #fce757;
}
.product-page__labels .green {
    background-color: #bcfb82;
}

.product__item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border: 1px solid #ededed;
    border-radius: 16px;
}
.product__item-labels {
    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;
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    list-style: none;
}
.product__item-labels li {
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 4px;
}
.product__item-labels .red {
    background-color: #ffaa95;
}
.product__item-labels .yellow {
    background-color: #fce757;
}
.product__item-labels .green {
    background-color: #bcfb82;
}
.product__item img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767px) {
    .product__item img {
        height: 360px;
    }
}
.product__item-name {
    font-weight: 700;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product__item-descr {
    font-size: 14px;
    margin-bottom: 26px;
    color: #6e6d6e;
}
.product__item .row {
    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: 16px;
    margin-top: auto;
}
.product__item-price {
    font-size: 24px;
    font-weight: 700;
}
.product__item-price del {
    font-weight: normal;
    color: #6e6d6e;
    text-decoration: line-through;
    font-size: 16px;
    white-space: nowrap;
    text-decoration-color: #da0000;
}
.product__item-price ins{
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
}
.price_flex{
    display: flex;
    flex-direction: column;
}
.product__item-count {
    font-size: 14px;
    color: #acc53e;
    white-space: nowrap;
}
.flex_end.row .product__item-count {
    margin-bottom: 5px;
}
.item_nostock {
    position: absolute;
    display: flex;
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 16px;
    right: 0;
    top: 30%;
}
.item_nostock span {
    padding: 10px;
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.35);
    text-align: center;
}

.product__item .old-price {
    color: #6e6d6e;
    text-decoration: line-through;
}
.product__item-bottom {
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ededed;
}
.product__item input {
    width: 42px;
    height: 48px;
    border-radius: 8px;
    background-color: #f5f5f4;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #262326;
}
@media (max-width: 767px) {
    .product__item input {
        display: none;
    }
}
.product__item-info {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0 0 16px 16px;
    background-color: #fff;
    padding: 20px 16px;
}
.product__item .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 8px;
}
.product__item .btn.btn-yellow {
    margin: 0 8px 0 0;
}

@media (max-width: 767px) {
    .product__item .btn {
        margin-left: 0;
    }
}
.flex_end.row{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
/* Product listing end*/
/* Catalog */
.catalog-menu {
    list-style: none;
    font-size: 18px;
}

@media (max-width: 1199px) {
    .catalog-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.catalog-menu li:not(:last-child) {
    margin-bottom: 16px;
}

@media (max-width: 1199px) {
    .catalog-menu li:not(:last-child) {
        margin-right: 16px;
    }
}

.catalog-menu a.current {
    color: #acc53e;
}

.catalog {
    padding: 40px 0 88px;
}

@media (max-width: 767px) {
    .catalog {
        padding: 32px 0 64px;
    }
}

.catalog .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1199px) {
    .catalog .top_container ,
    .catalog .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.catalog .top_container {
    flex-wrap: wrap;
}

.categories-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .categories-slider {
      flex-wrap: nowrap;
      width: 100%;
      overflow: hidden;
  }
}

.catalog .top_container .top__wrap ,
.catalog .top_container .top__list {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.catalog .top_container .top__list{
    /*margin-bottom: 3rem;*/
}
/*.catalog .top_container .top__list{*/
/*    display: grid;*/
/*    gap: 15px;*/
/*    grid-template-columns: repeat(4, 1fr);*/
/*}*/
.catalog .top_container .top__list {
    display: grid;
    gap: 15px 35px;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .catalog .top_container .top__list{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .catalog .top_container .top__list{
        display: flex;
        gap: 15px;
    }
}
@media (max-width: 480px) {
    /*.catalog .top_container .top__list{*/
    /*    width: 100%;*/
    /*    display: flex;*/
    /*    overflow-x: unset;*/
    /*    overflow-y: unset;*/
    /*    padding-bottom: 10px;*/
    /*    flex-wrap: unset;*/
    /*}*/

    .catalog .top_container .top__list{
        grid-template-columns: repeat(1, 1fr);
    }
}

/*.tol__list-item{*/
/*    width: 100%;*/
/*    padding: 25px 10px 10px;*/
/*    border-radius: 16px;*/
/*    background: rgb(245, 245, 245);*/
/*    overflow: hidden;*/
/*}*/
.tol__list-item {
    width: 100%;
    padding: 25px 10px 10px;
    border-radius: 16px;
    background: rgb(245, 245, 245);
    overflow: hidden;
    height: auto;
    display: flex;
    flex: 1 0 21%;
}

.categories-slider__bottom{
    display: none;
}
.tol__list-item_wrap {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.tol__list-item_title__wrap {
    width: calc(100% - 50px);
    height: 4rem;
    margin-bottom: 10px;
}
.tol__list-item_title__heading {
    font-size: 1.4rem;
    line-height: 1.2;
}
.tol__list-item_title__btn {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 1px;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.tol__list-item_title__btn .icon {
    width: 30px;
    height: 30px;
    transform: rotate(135deg);
    fill: #262326;
    top: 5px;
    position: relative;
}
.tol__list-item:hover .tol__list-item_title__btn{
    background: #262326;
}
.tol__list-item:hover .tol__list-item_title__btn .icon{
    fill: #fff;
}
.tol__list-item_media {
    border-radius: 16px;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.tol__list-item_media img{
    max-width: 100%;
}

@media (max-width: 768px) {
    .tol__list-item {
        flex: 1 0 auto;
        width: auto;
        max-width: 100%;
        padding: 10px;
    }
    .tol__list-item a{
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 20px;
    }
    .tol__list-item_media{
        order: 0;
        width: auto;
        max-width: 80px;
    }
    .tol__list-item_wrap{
        order: 1;
        width: 100%;
        align-items: center;
        align-content: center;
    }
    .tol__list-item_title__wrap{
        height: auto;
    }
    .categories-slider__bottom {
        display: block;
    }
    .tol__list-item_title__heading{
        white-space: normal;
    }
    .tol__list-item_title__btn {
        top: 20%;
    }
}

@media (max-width: 480px) {
    .tol__list-item{
        white-space: nowrap;
    }
}

.catalog .container > .col:first-child {
    width: 280px;
}

@media (max-width: 1199px) {
    .catalog .container > .col:first-child {
        width: 100%;
        margin-bottom: 14px;
    }
}

.catalog .col:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.catalog__items {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.catalog__items_5{
    grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1360px) {
    .catalog__items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1023px) {
    .catalog__items {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .catalog__items {
        grid-template-columns: 1fr;
    }
}

.catalog-more {
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 16px 24px;
    background-color: #fff;
    color: #262326;
    -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
    -o-transition: background 0.3s, color 0.3s, border 0.3s;
    transition: background 0.3s, color 0.3s, border 0.3s;
}

@media (max-width: 767px) {
    .catalog-more {
        width: 100%;
    }
}

.catalog-top {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1023px) {
    .catalog-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .catalog-top {
        gap: 16px;
        grid-template-columns: 1fr;
    }
}

.catalog-top .col:last-child {
    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;
}

@media (max-width: 1023px) {
    .catalog-top .col:last-child {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .catalog-top .col:last-child {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.catalog-top .col:last-child button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6e6d6e;
}

.catalog-top .col:last-child button svg {
    margin-right: 16px;
    width: 24px;
    height: 24px;
}
/* End catalog */
/* Manufacturer start*/
.categories {
    margin-top: 25px;
    padding: 48px 0 88px;
    background-color: #f5f5f4;
}
@media (max-width: 767px) {
    .categories {
        padding: 64px 0; } }
.categories__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 1199px) {
    .categories__items {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .categories__items {
        grid-template-columns: 1fr;
    }
}

.categories__item {
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #f1f1f1;
    padding: 32px 24px;
    font-size: 26px;
    color: #262326;
    background: #fff;
}

@media (max-width: 767px) {
    .categories__item {
        padding: 24px;
    }
}

.categories__item img {
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 24px;
}

@media (max-width: 1360px) {
    .categories__item img {
        height: 88px;
    }
}

@media (max-width: 767px) {
    .categories__item img {
        height: 64px;
    }
}

@media (max-width: 1360px) {
    .categories__item {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .categories__item {
        font-size: 18px;
    }
}
/* Manufacturer end*/

/* Pagination */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.pagination li {
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 30px;
    height: 30px;
    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;
    font-size: 14px;
    line-height: 100%;
    color: #8f97a5; }
.pagination li:hover {
    color: #fff;
    background-color: #7a9e53;
}
.pagination li:not(:last-child) {
    margin-right: 10px;
}
.pagination li a {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.pagination li:hover a {
    color: #fff;
}
.pagination li.active {
    cursor: default;
    color: #fff;
    background-color: #7a9e53; }

.next-page,
.prev-page {
    position: relative;
    background-color: #fff; }
.next-page::before,
.prev-page::before {
    content: "";
    position: absolute;
    border: solid #8f97a5;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    left: 52%; }

.next-page::before {
    left: 48%; }

.prev-page::before {
    -webkit-transform: translateX(-25%) rotate(135deg);
    -ms-transform: translateX(-25%) rotate(135deg);
    transform: translateX(-25%) rotate(135deg); }
.next-page:hover::before,
.prev-page:hover::before {
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
}
/* End Pagination */


/* Filter start */
.ocf-container.ocf-theme-light .ocf-filter.ocf-active {
    background-color: #fff; }

.ocf-container .ocf-value.ocf-selected.ocf-disabled .ocf-value-input-checkbox::before {
    background-color: #acc53e; }

.ocf-container .ocf-value .ocf-disabled::active .ocf-value-input-checkbox::before {
    background-color: #acc53e; }

.ocf-container .ocf-selected-card .ocf-selected-filter {
    border: 1px solid #acc53e;
    background: #fff; }

.ocf-container .ocf-between {
    flex-wrap: wrap;
    justify-content: center; }
.ocf-container .ocf-between .ocf-btn {
    margin: 5px;
    width: 100%; }
.ocf-container .ocf-between .ocf-btn.ocf-search-btn-static {
    background-color: #acc53e; }

.ocf-container .ocf-button-cancel {
    padding: 0 25px;
    height: 40px;
    border-radius: 6px;
    background-color: #e92f2f;
    color: #fff; }
.ocf-container .ocf-button-cancel:hover, .ocf-container .ocf-button-cancel:focus, .ocf-container .ocf-button-cancel:active {
    background-color: #404040;
    color: #fff; }

@media (min-width: 768px) {
    .ocf-content {
        margin: 0 20px 25px 0;
    }
    .ocf-header {
        font-size: 32px;
        color: #262326;
        font-weight: 400;
        margin-bottom: 40px;
    }
}
/* Filter end */

/* Product page */
.product-page {
    padding: 40px 0;
}

@media (max-width: 767px) {
    .product-page {
        padding: 32px 0;
    }
}

.product-page .container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 20px;
}

.product-page .container.product {
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 1199px) {
    .product-page .container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1023px) {
    .product-page .container.product,
    .product-page .container {
        grid-template-columns: 1fr;
    }
}

.product-page .col:first-child {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}
.product-gallery {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 0 20px 20px;
    border-radius: 30px;
    background: #FFF;
    flex-wrap: wrap;
}


.product-slider .swiper-slide {
    position: relative;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .product-slider .swiper-slide {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .product-slider .swiper-slide {
        height: auto;
        aspect-ratio: 1/1;
        min-height: 77.333vw;
    }
}

.product-slider img {
    /*position: absolute;*/
    width: 100%;
    /*top: 0;
    left: 0;*/
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 16px;
}

.product-thumbs {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 30px;
}

.product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    overflow: hidden;
}
.product-thumb img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-thumb.swiper-slide-thumb-active {
    border: 1px solid #acc53e;
}

.product-arrow {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-arrow svg {
    fill: #acc53e;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.product-slider .swiper-pagination{
    bottom: 20%!important;
}

.product-arrow.swiper-button-disabled {
    opacity: 0.5;
}

.video_thumb__wrap {
    padding: 20px;
    height: 100%;
    width: 100%;
    text-align: center;
}
.swiper-slide iframe {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-prev {
    bottom: 51px;
    left: 20px;
    transform: rotate(-90deg);
}

.product-next {
    bottom: 51px;
    right: 20px;
    transform: rotate(-90deg);
}
@media (max-width: 767px) {
    .product-prev,
    .product-next{
        bottom: 55px;
    }
}

.characteristics {
    padding-bottom: 88px;
}

@media (max-width: 767px) {
    .characteristics {
        padding-bottom: 64px;
    }
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-text {
    padding: 24px 32px;
}

@media (max-width: 767px) {
    .tab-text {
        padding: 24px 16px;
    }
}
.tab-text p span{
    display: inline-block;
}
.tab-content .tab-pane {
    border: 1px solid #ededed;
    border-top: none;
    border-radius: 0 0 16px 16px;
}

.tab-content .tab-pane table td {
    color: #6e6d6e;
    border-bottom: none;
    border-top: none;
    padding: 7px 32px;
    white-space: break-spaces;
}
#tab-specification {
    max-height: 65vh;
    overflow-y: scroll;
}
@media (max-width: 767px) {
    .tab-content .tab-pane table td {
        width: auto;
        padding: 4px 16px;
        font-size: 14px;
    }

    #tab-specification {
        max-height: unset;
        overflow-y: inherit;
    }
}

.tab-content .tab-pane table td strong {
    color: #262326;
}

.tab-content .tab-pane table td:first-child {
    border-left: none;
    color: #262326;
    width: 40%;
    font-size: .9em;
}

.tab-content .tab-pane table td:last-child {
    border-right: none;
    width: 60%;
}

.tab-content .tab-pane table tr:first-child td {
    padding-top: 24px;
}

.tab-content .tab-pane table tr:last-child td {
    padding-bottom: 24px;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    background-color: #f5f5f4;
    border-radius: 16px 16px 0 0;
    border: 1px solid #ededed;
    padding: 0 16px;
}

@media (max-width: 767px) {
    .tabs {
        overflow: auto;
    }

    .tabs::-webkit-scrollbar {
        display: none;
    }
}

.tabs li {
    cursor: pointer;
    padding: 16px;
    border-bottom: 4px solid transparent;
    font-size: 18px;
}

@media (max-width: 767px) {
    .tabs li {
        white-space: nowrap;
    }
}

.tabs li.active {
    border-color: #acc53e;
}

.product-page__info {
    padding: 32px;
    border-radius: 16px 16px 0 0;
    background-color: #f5f5f4;
    margin-bottom: 2px;
}

.product-page__post-info {
    padding: 16px 32px;
    background-color: #f5f5f4;
    margin-bottom: 2px;
}

@media (max-width: 767px) {
    .product-page__post-info,
    .product-page__info {
        padding: 32px 16px;
    }
    .tabs li a {
        font-size: 14px;
    }
}

.product-page__info .old-price {
    color: #666666;
    margin-bottom: 8px;
    text-decoration: line-through;
}

.product_variants {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    padding: 20px;
    background: #f5f5f4;
    border-bottom: 2px solid #fff;
}
.product__item-variant {
    width: 7%;
    display: flex;
}
@media (max-width: 1400px) {
    .product__item-variant {
        width: 15%;
    }
}
@media (max-width: 767px) {
    .product_variants {
        flex-direction: column;
    }
    .product__item-variant {
        width: 100%;
        background: #e9e9e9;
        padding: 5px;
        border-radius: 16px;
    }
}

.product__item-variant--img{
    background: #fff;
    border-radius: 12px;
    padding: 5px;
}

.product__item-variant--img.active {
    border: 2px solid #acc53e;
}
.product__item-variant--img.active img{
    filter: grayscale(100%);
}
.product__item-variant--img img{
    max-width: 100%;
}

@media (max-width: 767px) {
    .product__item-variant--img{
        width: 100%;
        display: flex;
        background: transparent;
        overflow: hidden;
    }
    .product__item-variant--img.active{
        border: unset;
        border-radius: 0;
    }
    .product__item-variant--img.active:after {
        content: "";
        width: 86px;
        position: absolute;
        height: calc(100% - 4px);
        background: #acc53e;
        bottom: 2px;
        left: 2px;
        border-radius: 18px;
        z-index: 8;
    }
    .product__item-variant--img img {
        width: 80px;
        border-radius: 16px;
        z-index: 9;
    }
}

.product-page__price {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .product-page__price {
        font-size: 32px;
    }
}


.product-page__info h1 {
    margin-bottom: 16px;
}

.product-page__subtitle {
    font-size: 18px;
    color: #666666;
    margin-bottom: 16px;
}

.product-page__descr p:not(:last-child) {
    margin-bottom: 16px;
}

.product-page__descr p {
    line-height: 140%;
}

.product-page__descr p span {
    color: #666666;
}
.product-page__post-info .product-single__information p{
    margin-bottom: 0;
    line-height: 26px;
}
.accordion-pane,
.product-single__information .p-attr span:first-child{
    min-width: 120px;
    display: inline-block;
    color: rgb(65 65 65 / 60%);
    font-size: 14px;
}

.product-single__information .accordion {
    margin: -1rem 0 0 ;
}
.tabcustom {
    font-weight: 500;
    line-height: 24px;
    font-size: calc(1rem + 1px);
    padding: 16px 18px 16px 0;
    position: relative;
    cursor: pointer;
}
.tabcustom:after, .tabcustom:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 10px;
    height: 1.5px;
    background-color: currentColor;
}
.tabcustom svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: none;
    stroke-width: 4px;
    stroke: currentColor !important;
    stroke-linecap: miter;
    stroke-linejoin: miter;
}
.tabcustom.collapsed::before {
    transform: rotate(-90deg);
}
.collapse {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: height .35s ease;
}
.collapsing {
    height: 0;
    overflow: hidden;
}
.collapse:not(.show) {
    display: none;
}
.product-page__actions {
    background-color: #f5f5f4;
    border-radius: 0 0 16px 16px;
    padding: 32px;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .product-page__actions {
        padding: 32px 16px;
    }
}

.product-page__availability {
    font-size: 18px;
    color: #acc53e;
    margin-bottom: 8px;
}
.out-of-stock{
    color: #ffaa95;
}

.quantity-controls__container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

button.quantity-controls__dec,
button.quantity-controls__inc {
    width: 48px;
    height: 48px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.quantity-controls__dec::before,
.quantity-controls__dec::after,
.quantity-controls__inc::before,
.quantity-controls__inc::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #262326;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.quantity-controls__value {
    width: 30px;
    height: 48px;
    text-align: center;
    font-weight: 700;
}

.quantity-controls__inc::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.product-page__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .product-page__add {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.product-page__add .btn {
    width: 200px;
    margin: 0 8px;
}

@media (max-width: 767px) {
    .product-page__add .btn {
        margin-left: 0;
        width: calc(100% - 48px);
    }
}

@media (max-width: 767px) {
    .product-page__add .quantity-controls__container {
        margin-bottom: 16px;
    }
}

.product-page__add .product__item-save {
    width: 40px;
    height: 40px;
}

.product__item-save--added svg {
    fill: #acc53e;
}

.product__item-save--added svg path {
    stroke: #acc53e !important;
}

.related-product__section{
    display: grid;
    gap: 0px;
    width: 100%;
    padding-bottom: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    height: 100%;
    align-content: start;
}
.products-related-slider {
    padding-bottom: 5rem !important;
    width: 100%
}
.related-product__section .products-slider__arrows,
.related-product__section .swiper-pagination{
    margin-top: 2.5rem;
}
.product-form__comment{
    padding: 20px;
    background-color: #f5f5f4;
    border-radius: 16px;
}
.product-page__comment {
    padding-left: 32px;
}

.write-review_title{
    display: flex;
    font-size: 2em;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .product-page__comment {
        padding-left: 16px;
    }
}

.product-page__comment p {
    line-height: 140%;
}

.product-page__comment p:not(:last-child) {
    margin-bottom: 4px;
}

.product-page__comment a {
    color: #acc53e;
}
/* end product page */

/* Footer start */
.footer__copyright-ggroup {
    margin-left: auto;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    white-space: pre-wrap;
}
.footer__copyright-ggroup a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.footer {
    background-color: #f5f5f4;
    padding: 40px 0;
}
@media (max-width: 767px) {
    .footer {
        padding-bottom: 15px;
    }
}

.footer-inner {
    position: relative;
    z-index: 2;
}
.footer-inner::before {
    content: "";
    position: absolute;
    width: calc(100% + 80px);
    left: -40px;
    height: 100%;
    z-index: -1;
    background-color: #262326;
    border-radius: 16px;
}
@media (max-width: 1500px) {
    .footer-inner::before {
        width: 100%;
        left: 0;
    }
}
@media (max-width: 1500px) {
    .footer-inner {
        padding: 0 15px;
    }
}

.footer-menu {
    padding: 40px 0;
}
@media (max-width: 767px) {
    .footer-menu {
        /*display: none;*/
    }
}
.footer-menu ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}
@media (max-width: 767px) {
    .footer-menu ul {
        flex-direction: column;
        gap: 25px;
        text-align: left;
        align-items: flex-start;
    }
}
.footer-menu ul li:not(:last-child) {
    margin-right: 24px;
}
.footer-menu ul a {
    color: #fff;
}

.footer-body {
    border-top: 1px solid #4a494d;
    border-bottom: 1px solid #4a494d;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}
@media (max-width: 1360px) {
    .footer-body {
        grid-template-columns: 1fr 1.5fr 1fr;
    }
}
@media (max-width: 1023px) {
    .footer-body {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .footer-body {
        grid-template-columns: 1fr;
    }
}
.footer-body .col:not(:last-child) {
    border-right: 1px solid #4a494d;
}
@media (max-width: 767px) {
    .footer-body .col:not(:last-child) {
        border-right: none;
    }
}
.footer-body .col {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .footer-body .col {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
.footer-body .col:nth-child(2) {
    padding-left: 40px;
    padding-right: 40px;
    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;
}
@media (max-width: 1023px) {
    .footer-body .col:nth-child(2) {
        border-right: none;
        border-top: 1px solid #4a494d;
        grid-row: 2;
        grid-column: 1/3;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .footer-body .col:nth-child(2) {
        grid-column: 1/2;
        padding-right: 0;
    }
}
.footer-body .col:last-child {
    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;
}
@media (max-width: 1023px) {
    .footer-body .col:last-child {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 40px;
    }
}
@media (max-width: 767px) {
    .footer-body .col:last-child {
        border-top: 1px solid #4a494d;
        padding-left: 0;
    }
}
.footer-body .tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}
@media (max-width: 1360px) {
    .footer-body .tel {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .footer-body .tel {
        margin-bottom: 16px;
        font-size: 26px;
    }
}
.footer-body .mes {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-size: 24px;
}
@media (max-width: 767px) {
    .footer-body .mes {
        font-size: 18px;
    }
}
.footer-body address {
    font-style: normal;
    font-size: 24px;
    color: #fff;
    line-height: 140%;
}
@media (max-width: 1360px) {
    .footer-body address {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .footer-body address {
        margin-bottom: 16px;
    }
}
.footer-body p {
    color: #c7c7c7;
    line-height: 140%;
}

.footer__social {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__social li:not(:last-child) {
    margin-right: 16px;
}
.footer__social a {
    width: 48px;
    height: 48px;
    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;
    border-radius: 50%;
    background-color: #acc53e;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.footer__social a svg {
    fill: #fff;
    width: 24px;
    height: 24px;
    stroke: none;
}

.arrow-up {
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #acc53e;
    border-radius: 4px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    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;
    margin-right: 20px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.arrow-up svg {
    width: 15px;
    height: 29px;
    fill: #fff;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.footer-bottom {
    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;
    padding: 40px 0;
}
@media (max-width: 767px) {
    .footer-bottom {
        padding: 32px 0;
        -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;
    }
}
.footer-bottom .col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1023px) {
    .footer-bottom .col:first-child {
        -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;
    }
}
@media (max-width: 767px) {
    .footer-bottom .col:first-child {
        margin-bottom: 16px;
    }
}
.footer-bottom p {
    line-height: 140%;
    color: #fff;
}
@media (max-width: 1023px) {
    .footer-bottom p {
        margin-top: 8px;
    }
}
@media (max-width: 767px) {
    .footer-bottom p {
        margin-top: 16px;
    }
}
.footer-bottom ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
}
@media (max-width: 1023px) {
    .footer-bottom ul {
        margin-left: 0;
        margin-top: 8px;
    }
}
@media (max-width: 767px) {
    .footer-bottom ul {
        margin-top: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.footer-bottom ul li:not(:last-child) {
    margin-right: 40px;
}
@media (max-width: 767px) {
    .footer-bottom ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 16px;
    }
}
.footer-bottom ul a {
    color: #acc53e;
}

.tel-icon {
    display: none;
    fill: #000;
    width: 20px;
    height: 20px;
}
@media (max-width: 1023px) {
    .tel-icon {
        display: block;
    }
}

/* Footer end */

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .header__menu ul a:hover {
        color: #acc53e;
    }

    header .tel:hover {
        color: #acc53e;
    }

    .catalog-wrapper button:hover {
        background-color: #262326;
    }

    .catalog-menu a:hover {
        color: #acc53e;
    }

    .footer-menu ul a:hover {
        color: #acc53e;
    }

    .catalog-more:hover {
        background-color: #acc53e;
        border-color: #acc53e;
        color: #fff;
    }

    .footer-body .tel:hover {
        color: #acc53e;
    }

    .footer-body .mes:hover {
        color: #acc53e;
    }

    .footer-bottom ul a:hover {
        color: #fff;
    }

    .arrow-up:hover {
        background-color: #fff;
    }

    .arrow-up:hover svg {
        fill: #acc53e;
    }

    .section-top a:hover {
        background-color: #acc53e;
        border-color: #acc53e;
        color: #fff;
    }

    .menu-big__top a:hover {
        color: #acc53e;
    }

    .menu__body a {
        width: 100%;
    }
    .menu__body a:hover {
        color: #acc53e !important;
    }

    .btn:hover {
        background-color: #262326;
    }

    .categories__item:hover {
        background-color: #f1f1f1;
    }

    .footer__copyright-ggroup a:hover {
        color: #acc53e;
    }

    .footer__copyright-ggroup a:hover::after {
        -webkit-animation: DevLogo 2s infinite;
        animation: DevLogo 2s infinite;
    }

    .checkbox-container:hover input ~ .checkmark {
        border-color: #acc53e;
    }

    .text-content a:hover {
        color: #262326;
    }

    .breadcrumbs ul a:hover {
        color: #262326;
    }
}
/* Form start */
.form_content {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.form_content .form_field {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.form_content .form_field .form_label {
    flex: 0 1 30%;
    font-size: 14px;
}

.form_content .form_field .form_label + .form_input_row {
    flex: 0 1 70%;
}

.form_content .form_field .form_input_row {
    display: flex;
    flex: 0 1 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.form_content .form_field .form_input_row input, .form_content .form_field .form_input_row div {
    margin: 0 15px 0 0;
    flex: 0 1 100%;
}

.form_content .form_field .form_input_row span,
.form_content .form_field .form_input_row .iv_checkbox,
.form_content .form_field .form_input_row .iv_select {
    margin: 0 15px 0 0;
    flex: 0 1 auto;
}

.form_content .form_field .form_input {
    margin: 0;
    width: 100%;
}

.form_content .form_field .form_input.error {
    border-color: #e92f2f !important;
}

.form_content .form_button {
    padding: 15px 0;
    text-align: center;
}

.form_content .form_button .button {
    margin: 0 auto;
}

.iv_select {
    padding: 0;
    min-width: 160px;
    height: 55px;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    line-height: 55px;
    position: relative;
}

.iv_select select.form_input {
    margin: 0;
    padding: 0 15px;
    flex: 1;
    outline: 0;
    background: #fff;
    box-shadow: none;
    color: #404040;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.iv_select select.form_input.error {
    border-color: #e92f2f;
}

.iv_select::after {
    content: " ";
    padding: 0 10px;
    height: 70%;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA3klEQVR4nO3YSwrCMBRG4eMOVQwZ6OoVQfGxgQqVQgsiSe0zucX/QGdJuR+hgxSUUkoppZTqmQPuwBlYY68NcAGegI8tWgE3oKyfom1xhnw9UzPfo5452PVjoSWM/0KU9azRtoENuTE+MlM1a2u7wMYXcCDPN1sEZtl3fYEFjBuLsIBxUyFyYtzUiBwYNxciJWZ2RApMMsScmOSIOTDZEFNisiOmwJhBjMGYQwzBmEX0wZhHdMEsBvHr7mDtjjP4ZBZzEl0xi0LEMItENFW/lE7A0ejvJaWUUkop9U+9AdnJ7S7GX9jsAAAAAElFTkSuQmCC") no-repeat center center #fff;
    background-size: 12px 12px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transition: 0.25s all ease;
}

.iv_select:hover::after {
    color: #50B242;
}

.iv_checkbox input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.iv_checkbox input:not(:disabled):not(:checked) + label:hover::before {
    border-color: #d8d8d8;
}

.iv_checkbox input:not(:disabled):active + label::before {
    border-color: #d8d8d8;
    background-color: #d8d8d8;
}

.iv_checkbox input:focus + label::before {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.19);
}

.iv_checkbox input:focus:not(:checked) + label::before {
    border-color: #d8d8d8;
}

.iv_checkbox input:checked + label::before {
    border-color: #50B242;
    background: #50B242;
}

.iv_checkbox input:disabled + label::before {
    background-color: #d8d8d8;
}

.iv_checkbox input + label {
    padding: 0 0 0 20px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.iv_checkbox input + label::before {
    content: '';
    margin: 0 10px 0 -20px;
    width: 14px;
    height: 14px;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
}
/* Form end */
/* Checkout start */
.catalog_content {
    padding: 0;
    width: 100%;
    flex: 0 1 100%;
    order: 2;
}
.catalog_heading {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    justify-content: space-between;
    order: 0;
    border-bottom: 1px solid #d8d8d8;
}
.shop_cart {
    margin: 0 auto;
    width: 560px;
}

.shop_cart .shop_cart_title {
    margin: -15px -35px 15px -35px;
    padding: 15px;
    border-radius: 6px 6px 0 0;
    background: #fff;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.shop_cart .shop_cart_title .svg-icon {
    font-size: 13px;
}

.shop_cart .shop_cart_text {
    margin: 20px 0 30px 0;
    padding: 15px 20px;
    background: #d8d8d8;
    color: #242424;
    font-size: 16px;
    font-weight: 400;
}

.shop_cart .shop_cart_content {
    padding-top: 20px;
    max-height: 380px;
    overflow: auto;
}

.shop_cart .cart_item {
    padding: 15px 10px 15px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
}

.shop_cart .cart_item .item_image {
    padding: 0 10px;
    flex: 0 0 80px;
}

.shop_cart .cart_item .item_image img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    border-radius: 6px;
}

.shop_cart .cart_item .item_caption {
    padding: 0 10px;
    flex: 0 0 180px;
}

.shop_cart .cart_item .item_caption .item_title {
    padding: 0 0 10px 0;
}

.shop_cart .cart_item .item_caption .item_title a {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
}

.shop_cart .cart_item .item_caption .item_option {
    padding: 0px 0 10px 0;
    font-size: 14px;
}

.shop_cart .cart_item .item_total,
.shop_cart .cart_item .item_price {
    padding: 0 10px;
    flex: 0 1 150px;
    text-align: center;
}

.shop_cart .cart_item .price_old {
    color: #979797;
    font-weight: 500;
    font-size: 14px;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.shop_cart .cart_item .price_new {
    color: #50B242;
    font-weight: 700;
}

.shop_cart .cart_item .item_qty {
    width: 120px;
}

.shop_cart .cart_item .cart_remove {
    margin: -8px 0 0 0;
    flex: 0 0 30px;
}

.shop_cart .cart_item .cart_remove .svg-icon {
    font-size: 10px;
    height: 100%;
}

.shop_cart .cart_item .cart_remove:hover {
    background: #ff6666;
}

.shop_cart .shop_cart_gift .cart_item {
    justify-content: flex-start;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    position: relative;
}

.shop_cart .shop_cart_gift .cart_item::before {
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    background: url("../img/icon_gift.png") no-repeat;
    position: absolute;
    top: 0;
    right: 15px;
}

.shop_cart .shop_cart_gift .item_image {
    max-width: 80px;
}

.shop_cart .shop_cart_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    margin-top: 25px;
}

.shop_cart .shop_cart_wrap .shop_cart_total {
    color: #000;
    font-size: 16px;
    text-align: left;
    align-items: center;
}

.shop_cart .shop_cart_wrap .shop_cart_total .cart_total_title {
    font-weight: 600;
}

.shop_cart .shop_cart_wrap .shop_cart_total .iv {
    font-size: 12px;
}

.shop_cart .shop_cart_wrap .shop_cart_total p:last-child {
    margin: 0;
}

.shop_cart .shop_cart_wrap .shop_cart_buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.shop_cart .shop_cart_wrap .shop_cart_buttons a {
    margin-left: 15px;
    vertical-align: middle;
}

.shop_cart .shop_cart_wrap .button {
    font-size: 14px;
    padding: 0 15px;
    line-height: 36px;
    height: 40px;
}

.shop_cart .shop_cart_wrap .button_default {
    color: #50B242;
}

.shop_cart .shop_cart_wrap .button_default:hover {
    color: #fff;
}

.shop_cart .bundle_simple_cart .product_bundle_heading {
    padding: 0 20px;
}

.shop_cart .bundle_cart, .shop_cart .bundle_simple_cart {
    margin-top: 4px;
}

.shop_cart .bundle_cart .product_bundle_heading, .shop_cart .bundle_simple_cart .product_bundle_heading {
    margin: 20px 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.shop_cart .bundle_cart .bundle_carousel, .shop_cart .bundle_simple_cart .bundle_carousel {
    margin: 20px 0;
}

.shop_cart .bundle_cart .product_bundle, .shop_cart .bundle_simple_cart .product_bundle {
    padding: 15px;
    background: #fff;
    border-radius: 6px;
    width: 190px;
}

.shop_cart .bundle_cart .bundle_item, .shop_cart .bundle_simple_cart .bundle_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.shop_cart .bundle_cart .bundle_item .item_image, .shop_cart .bundle_simple_cart .bundle_item .item_image {
    border-radius: 6px;
    overflow: hidden;
}

.shop_cart .bundle_cart .bundle_item .bundle_item_inner, .shop_cart .bundle_simple_cart .bundle_item .bundle_item_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.shop_cart .bundle_cart .bundle_item .bundle_item_inner .bundle_cart_detail, .shop_cart .bundle_simple_cart .bundle_item .bundle_item_inner .bundle_cart_detail {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 10px;
}

.shop_cart .bundle_cart .bundle_item .bundle_item_inner .bundle_cart_detail .bundle_discount, .shop_cart .bundle_simple_cart .bundle_item .bundle_item_inner .bundle_cart_detail .bundle_discount {
    color: #50B242;
    font-size: 16px;
    font-weight: 700;
}

.shop_cart .bundle_cart .bundle_item .bundle_item_inner .bundle_cart_detail .bundle_total, .shop_cart .bundle_simple_cart .bundle_item .bundle_item_inner .bundle_cart_detail .bundle_total {
    font-size: 14px;
    color: #979797;
    text-decoration: line-through;
}

.shop_cart .bundle_cart .bundle_item .bundle_item_inner .bundle_cart_detail .add_bundle_from_cart, .shop_cart .bundle_cart .bundle_item .bundle_item_inner .bundle_cart_detail .add_simple_bundle_from_cart, .shop_cart .bundle_simple_cart .bundle_item .bundle_item_inner .bundle_cart_detail .add_bundle_from_cart, .shop_cart .bundle_simple_cart .bundle_item .bundle_item_inner .bundle_cart_detail .add_simple_bundle_from_cart {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 6px;
    line-height: 15px;
    font-size: 20px;
    margin-right: 7px;
    padding-bottom: 1px;
}

.shop_cart .bundle_cart .bundle_item .bundle_item_inner .item_title, .shop_cart .bundle_simple_cart .bundle_item .bundle_item_inner .item_title {
    margin: 15px 0;
}

.shop_cart .bundle_cart .bundle_item .bundle_item_inner .item_title a, .shop_cart .bundle_simple_cart .bundle_item .bundle_item_inner .item_title a {
    line-height: 1.4;
    color: #404040;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 500;
    text-align: center;
}

.shop_cart .bundle_cart .carousel_navs, .shop_cart .bundle_simple_cart .carousel_navs {
    margin-top: 3vh;
}

.shop_cart .bundle_cart .carousel_navs .carousel_next, .shop_cart .bundle_simple_cart .carousel_navs .carousel_next {
    right: -2px;
}

.shop_cart .bundle_cart .carousel_navs .carousel_prev, .shop_cart .bundle_simple_cart .carousel_navs .carousel_prev {
    left: -2px;
}

.shop_cart .bundle_cart .carousel_navs .iv, .shop_cart .bundle_simple_cart .carousel_navs .iv {
    color: #414141;
    font-size: 14px;
}

.shop_cart .bundle_simple_cart .bundle_carousel {
    margin: 20px;
}

.shop_cart .bundle_simple_cart .product_bundle {
    padding: 10px;
}

.simplecheckout-cart .progress-shipping {
    margin: 20px;
}

.progress-shipping {
    margin: 20px 0 25px 0;
}

.progress-shipping .ps-bar {
    background: rgba(80, 178, 66, 0.12);
    margin-bottom: 10px;
    height: 16px;
    border-radius: 8px;
}

.progress-shipping .ps-bar .ps-scale {
    background: #50B242;
    height: 16px;
    border-radius: 8px;
    width: 0;
    transition: width .3s ease-in-out;
}

.progress-shipping .ps-info {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.progress-shipping .ps-info div + div, .progress-shipping .ps-info + .text-free-ready {
    font-size: 18px;
    color: #50B242;
    font-weight: 700;
}

.simple-content {
    margin: 0px 5px;
}
.simple-content fieldset {
    text-align: left;
}

.simple-content fieldset h3 {
    margin: 0;
}
.simple-content .name {
    float: none !important;
}
.simple-content .button, #simplecheckout_login .button {
    margin: 0px !important;
}
.simple-content .buttons {
    margin: 0px 0px 15px 0px;
    border: none;
}
.simple-content .form-control {
    width: 100%;
}
#simplecheckout_login .buttons {
    margin: 0;
    border: none;
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout {
    width:100%;
}
.simplecheckout:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-button-block:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-three-column {
    float:left;
    margin-right:2%;
    min-width: 200px;
    max-width: 500px;
    width:32%;
}
.simplecheckout-three-column + .simplecheckout-three-column + .simplecheckout-three-column {
    margin-right:0px;
    float: right;
}
@media only screen and (max-width:768px) {
    .simplecheckout-three-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100%;
    }
}
.simplecheckout-left-column {
    float:left;
    margin-right:10px;
    min-width: 280px;
    max-width: 900px;
    width:52%;
}
.simplecheckout-right-column {
    float:right;
    min-width: 280px;
    max-width: 900px;
    width:46%;
}
@media only screen and (max-width:1024px) {
    .simplecheckout-left-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
    .simplecheckout-right-column {
        display:block;
        float: none;
        min-width: auto !important;
        max-width: 1900px !important;
        width: 100% !important;
    }
}
@media only screen and (max-width:1200px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (max-width:768px) {
    .simplecheckout label.col-sm-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.simplecheckout-block {
    clear: both;
    margin-bottom: 20px;
}
.simplecheckout-block-content {
    padding: 10px;
}
@media only screen and (min-width:1200px) {
    .simplecheckout-block-content>fieldset:nth-of-type(2),
    .simplecheckout-block-content>fieldset:nth-last-of-type(2) {
        width: 49%;
        margin-right: 1%;
        float: left;
        text-align: left;
    }
}
.simplecheckout-block-content:after {
    content:"";
    display:block;
    clear:both;
}
.simpleregister {
    margin-bottom: 5px;
}
.simpleregister-block-content {
    margin-bottom: 10px;
    padding: 10px;
}
@media only screen and (min-width:1200px) {
    .simpleregister-block-content>fieldset:nth-of-type(2),
    .simpleregister-block-content>fieldset:nth-last-of-type(2) {
        width: 49%;
        margin-right: 1%;
        float: left;
        text-align: left;
    }
}
.simpleregister-block-content:after {
    content:"";
    display:block;
    clear:both;
}
@media only screen and (max-width:600px) {
    .simpleregister-block-content .simplecheckout-customer {
        width: 100%;
    }
}
.simpleregister-button-block {
    overflow: auto;
    margin-bottom: 20px;
    padding: 6px;

    background: none repeat scroll 0 0 #FFFFFF;
    text-align:right;
}
.simpleregister-button-right {
    float: right;
    text-align: right;
}
.simpleregister-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-methods-table {
    width: 100%;
}
.simplecheckout-methods-table td.code {
    width: 1px;
}
.simplecheckout-methods-table td.title {
    padding: 5px;
}
.simplecheckout-methods-table td.title label {
    display: block !important;
}
.simplecheckout-methods-table td.quote {
    width: 15%;
    text-align: right;
}
.simplecheckout-methods-description {
    padding: 5px;
    margin: 5px 0px;
}
.simplecheckout-required {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-button-block {
    clear: both;
    margin-bottom: 20px;
    padding: 6px;
    background: none repeat scroll 0 0 #FFFFFF;
    text-align:right;
}
.simplecheckout-button-right {
    float: right;
    text-align: right;
}
.simplecheckout-button-left {
    float: left;
    text-align: left;
}
.simplecheckout-button {
    display: inline-block;
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
    cursor: pointer;
    -khtml-border-radius: 7px 7px 7px 7px;
}
.simplecheckout-button-left .button {
    margin: 0;
}
@media only screen and (max-width:780px) {
    .simplecheckout-button-left {
        display: none;
    }
}
#simplecheckout_customer .simplecheckout-block-content {
    text-align: center;
}
.simplecheckout-login {
    display: inline-block;
}
.simplecheckout-login-left {
    width:50%;
    text-align: left;
}
.simplecheckout-login-right {
    width:50%;
    text-align:left;
}
.simplecheckout-login-right .button {
    float: left;
    margin: 0;
}
.simplecheckout-login-right input {
    max-width: 160px !important;
    text-align:left;
}
#simplecheckout_cart .form-control {
    display: inline-block !important;
    min-width: 50px;
}
.simplecheckout-cart {
    margin: 0px !important;
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
}
.simplecheckout-cart-total {
    padding: 7px 3px;
    text-align: right;
}
.simplecheckout-cart-total:after {
    content:"";
    display:block;
    clear:both;
}
.simplecheckout-cart-total .buttons {
    background: inherit !important;
    padding: 0px !important;
}
.simplecheckout-cart-total input {
    margin-right: 0px !important;
    max-width: 100px;
}
.simplecheckout-cart-total span.inputs {
    margin: 0 3px 0 0 !important;
    display: inline-block !important;
}
.simplecheckout-cart-total span.inputs input[type=text]{
    margin: 0px;
}
.simplecheckout-cart-total-value {
    display: inline-block;
    margin: 0px 3px;
    min-width: 60px;
}
.simplecheckout-cart-total-remove {
    display: inline-block;
    width: 18px;
    text-align: center;
}
.simplecheckout-cart-total-remove img {
    vertical-align: -2px;
    cursor: pointer;
}
.simplecheckout-cart col.image {
    width: 5%;
}
.simplecheckout-cart col.name {

}
.simplecheckout-cart col.model {
    width: 10%;
}
.simplecheckout-cart col.quantity {

}
.simplecheckout-cart col.price {
    width: 10%;
}
.simplecheckout-cart col.total {
    width: 10%;
}
.simplecheckout-cart col.remove {
    width: 7px;
}
.simplecheckout-cart th {
    padding: 8px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #F8F8F8;
    color: #4D4D4D;
    font-weight: bold;
}
.simplecheckout-cart th.image {
    width: 1px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: static !important;
}
.simplecheckout-cart th.name {
    text-align: center;
}
.simplecheckout-cart .name {
    font-size: inherit !important;
}
.simplecheckout-cart th.model {
    text-align: center;
}
.simplecheckout-cart th.quantity {
    text-align: center;
}
.simplecheckout-cart .price {
    text-align: right;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}
.simplecheckout-cart .total {
    text-align: right;
    display: table-cell !important;
    font: inherit !important;
    font-weight: bold !important;
}
.simplecheckout-cart th.remove {
    width: 7px;
    text-align: center;
}
.simplecheckout-cart td {
    padding: 7px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}
.simplecheckout-cart td.image {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
    position: static !important;
}
.simplecheckout-cart td.name {
    text-align: center;
}
.simplecheckout-cart td.name div.image {
    display: none;
}
.simplecheckout-cart td.model {
    text-align: center;
}
.simplecheckout-cart td.quantity {
    min-width:70px;
    vertical-align:top;
    text-align: center;
    white-space: nowrap;
}
.simplecheckout-cart td.quantity input {
    float: none !important;
}
.simplecheckout-cart  td.quantity .input-group {
    margin: auto !important;
}
.simplecheckout-cart  td.quantity .quantity button {
    margin: 0 !important;
}
.simplecheckout-cart td.quantity img {
    display:inline-block;
    border: 0px;
    cursor:pointer;
}
.simplecheckout-cart td.price {
    text-align: right;
    white-space: nowrap;
    display: table-cell !important;
    font: inherit !important;
}
.simplecheckout-cart td.total {
    text-align: right;
    white-space: nowrap;
    display: table-cell !important;
}
.simplecheckout-cart td.remove {
    padding-right: 3px;
    padding-left: 3px;
    width: 7px;
    vertical-align: top;
    text-align: center;
}
.simplecheckout-cart td.remove img {
    max-width: 30px !important;
    cursor: pointer;
}
.simplecheckout-cart td.product-warning {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-cart td.right {
    vertical-align: middle;
    text-align: right;
}
.simplecheckout-three-column .simplecheckout-cart col.image,
.simplecheckout-three-column .simplecheckout-cart th.image,
.simplecheckout-three-column .simplecheckout-cart td.image,
.simplecheckout-three-column .simplecheckout-cart col.price,
.simplecheckout-three-column .simplecheckout-cart th.price,
.simplecheckout-three-column .simplecheckout-cart td.price,
.simplecheckout-three-column .simplecheckout-cart col.model,
.simplecheckout-three-column .simplecheckout-cart th.model,
.simplecheckout-three-column .simplecheckout-cart td.model {
    display: none;
}
.simplecheckout-three-column .simplecheckout-cart td.name .image {
    display: block;
}
.simplecheckout-scroll{
    overflow-y:scroll;
    max-height:300px;
}
.simplecheckout-error-text {
    display: block;
    margin-top: 3px;
    color: #FF0000;
}
.simplecheckout-warning-text {
    margin: 5px 0;
    font-weight: bold;
}
.simplecheckout-warning-block {
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
.simpleregister-warning-block {
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
.simplecheckout-proceed-payment {
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
#simple_payment_address_block {
    margin-top: 15px;
}
.simplecheckout-customer-same-address {
    text-align: left;
    margin: 15px 0px;
}
#simplecheckout_login {
    margin: auto;
    text-align: center;
}
#simplecheckout_payment_form {
    padding: 5px;
}
#simplecheckout_payment_form .checkout-content {
    display: block;
}
#simplecheckout_payment_form div.buttons {
    display: none;
}
#simplecheckout_login .simplecheckout-block-content {
    padding: 5px !important;
}
#simple_login_layer {
    position:absolute;
    top:0;
    left:0;
    z-index:99990;
    display:none;
    width:100%;
    background-color:#000000;
}
#simple_login {
    position:fixed;
    z-index:99991;
    display: none;
    padding:5px;
    width:300px;
    height:250px;
    border:1px solid #FFD9FF;
    -webkit-border-radius:7px 7px 7px 7px;
    -moz-border-radius:7px 7px 7px 7px;
    border-radius:7px 7px 7px 7px;
    background:none repeat scroll 0 0 #FFFFFF;
    -khtml-border-radius:7px 7px 7px 7px;
}
#simple_login:after {
    content:"";
    display:block;
    clear:both;
}
#simple_login_header {
    padding: 0px 0px;
    text-align: right;
}
#simple_login_header img {
    margin: 0 0 0 auto;
}
.you-will-be-registered {
    font-weight: bold;
    margin-bottom: 10px;
}
.simplecheckout label, .simpleregister label {
    display: inline-block !important;
    margin: 0;
}
#simple_summary {
    display: none;
}
#simplecheckout_step_menu {
    margin-bottom: 10px;
}
.simple-step {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #D9D9D9;
    color: #000000;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    margin-bottom: 5px;
}
.simple-step-current {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #38B0E3;
    color: #FFFFFF;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-delimiter {
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    margin: 0px 5px;
}
.simple-step-completed {
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #38B0E3;
    color: #FFFFFF;
    font-size: 13px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-completed a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 13px !important;
}
.simplecheckout-summary-info {
    margin-top: 15px !important;
}
.simplecheckout-summary-info th.name {
    text-align: left;
}
.simplecheckout-summary-info td {
    text-align: left;
}
.simplecheckout-cart-buttons .buttons {
    border: none !important;
    padding: 0 !important;
}
#simple_login .simplecheckout-block-content {
    border: none !important;
}
#temp_flat_container {
    text-align: center;
    margin: 10px 0px 20px 0px;
}
#simplecheckout_comment .simplecheckout-block-content {
    border: 0 !important;
    padding: 0 !important;
}
#simplecheckout_comment textarea {
    width: 100% !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100px;
}
.simple-content input[type=text],
.simple-content input[type=password],
.simple-content input[type=email],
.simple-content input[type=tel],
.simple-content input[type=phone],
.simple-content input[type=date],
.simple-content input[type=time],
.simple-content select,
.simple-content textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px !important;
}
.checkout-heading:after {
    content:"";
    display:block;
    clear:both;
}
.simple-content .checkout-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}
.checkout-heading span {
    display: inline-block !important;
    float: left;
}
.checkout-heading-button {
    float: right !important;
    display: inline-block !important;
}
.simplecheckout-select-address {
    text-align: left;
    margin-bottom: 10px;
}
.simple-captcha-container {
    margin-top: 5px;
}
.simplecheckout-tooltip {
    display: none;
}
#easyTooltip {
    padding:5px;
    border:1px solid #ccc;
    background:#fde910;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    opacity:1 !important;
}
#easyTooltip:before {
    content:'';
    position:absolute;
    left:10px;
    top:-8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fde910;
}
.simplecheckout-cart i {
    cursor: pointer;
}

.simple-content .table-responsive{
    margin-bottom: 0 !important;
    border: none !important;
}

@media only screen and (max-width:640px) {
    .simplecheckout-cart col.image,
    .simplecheckout-cart th.image,
    .simplecheckout-cart td.image,
    .simplecheckout-cart col.model,
    .simplecheckout-cart th.model,
    .simplecheckout-cart td.model,
    .simplecheckout-cart col.price,
    .simplecheckout-cart th.price,
    .simplecheckout-cart td.price,
    .simplecheckout-cart td.quantity [data-onclick*=increase],
    .simplecheckout-cart td.quantity [data-onclick*=decrease] {
        display: none !important;
    }
    .simplecheckout-cart td.name div.image {
        display: block;
    }

}
@media only screen and (max-width:1000px) {
    .simplecheckout-cart col.model,.simplecheckout-cart th.model,.simplecheckout-cart td.model {
        display: none;
    }
}
@media only screen and (max-width:600px) {
    #total_shipping span:first-child {
        max-width: 300px;
        display: inline-block;
    }
}
@media only screen and (max-width:420px) {
    #total_shipping span:first-child {
        max-width: 200px;
        display: inline-block;
    }
}
.row-customer_register .radio {
    display: inline-block !important;
    margin-right: 10px;
}
.simplecheckout-vertical-menu .checkout-heading {
    cursor: pointer;
    margin-bottom: 3px;
}
.simplecheckout-steps-wrapper {
    padding: 10px;
}
#agreement_checkbox {
    float: left;
    margin-right: 20px;
}
#agreement_checkbox .checkbox {
    margin: 0;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
    border: 0;
}
.simplecheckout #simplecheckout_shipping_address .form_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.simplecheckout #simplecheckout_shipping_address .form_content .form_field  {
     flex: 0 1 calc(50% - 10px);
     flex-direction: row;
}
.simplecheckout #simplecheckout_shipping_address .form_content .row-shipping_address_address_2 {
    flex: 0 1 100%;
    flex-direction: row;
}

.simplecheckout #simplecheckout_shipping_address .form_content .form_field .form_label {
    flex: 0 1 100%;
    font-weight: 500;
    color: #000;
    margin-bottom: 7px;
}
.simplecheckout #simplecheckout_shipping_address .form_content .form_field .form_label + .form_input_row {
    flex: 0 1 100%;
}
.simplecheckout #simplecheckout_shipping_address .form_content .form_field .form_input_row span,
.simplecheckout #simplecheckout_shipping_address .form_content .form_field .form_input_row .iv_select {
    margin: 0;
    flex: 0 1 100%;
}

.simplecheckout-cart .text-free-ready {
    text-align: right;
}
.simplecheckout .simplecheckout-left-column {
    margin: 0;
    padding: 25px 30px 0 0;
    width: 60%;
    border-right: 1px solid #d8d8d8;
}

.simplecheckout .simplecheckout-right-column {
    margin: 0;
    padding: 25px 0 0 30px;
    width: 40%;
}

.simplecheckout .simplecheckout-block {
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
    box-shadow: none !important;
}

.simplecheckout .simplecheckout-block .simplecheckout-block-content {
    padding: 0 0 15px 0;
}

.simplecheckout .simplecheckout-block .simplecheckout-block-content .text_cost {
    color: #000;
    font-weight: 600;
}

.simplecheckout .simplecheckout-block .coupon_error {
    padding: 5px 10px;
    border: 1px solid #ff6666;
    border-radius: 4px;
    background: #fff;
    color: #e92f2f;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
}

.simplecheckout .simplecheckout-block .text_error {
    color: #e92f2f;
    font-weight: 800;
}

.simplecheckout .simplecheckout-block .form_field .coupon_error {
    padding: 5px 0;
    flex: 0 1 100%;
    border: none;
    text-align: left;
}

.simplecheckout .checkout-heading {
    padding: 0 0 15px 0;
    font-size: 16px;
    font-weight: 400;
}

.simplecheckout #simplecheckout_customer .form_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.simplecheckout #simplecheckout_customer .form_content .form_field {
    flex: 0 1 calc(50% - 10px);
}

.simplecheckout #simplecheckout_customer .form_content .form_field input {
    width: 100%;
}

.simplecheckout .row-shipping_address_zone_id .iv_select {
    margin: 0;
}

.simplecheckout #simplecheckout_shipping,
.simplecheckout #simplecheckout_payment_form {
    border: none;
}

.simplecheckout #simplecheckout_comment textarea {
    height: 50px;
}

.simplecheckout .form_content {
    padding: 0;
}

.simplecheckout .simplecheckout-button-block {
    margin: 0;
    padding: 0;
    overflow: visible;
}

.simplecheckout .simplecheckout-button-block .simplecheckout-buttons {
    padding: 25px 30px 0 0;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
}

.simplecheckout .simplecheckout-button-block .simplecheckout-buttons #agreement_checkbox {
    flex: 0 1 55%;
    color: #696969;
    text-align: left;
}

.simplecheckout .simplecheckout-button-block .simplecheckout-buttons #agreement_checkbox .checkbox {
    margin: 0;
}

.simplecheckout .simplecheckout-button-block .simplecheckout-buttons #agreement_checkbox .checkbox input {
    margin: 4px 0 0 -18px;
    cursor: pointer;
}

.simplecheckout .simplecheckout-button-block .simplecheckout-buttons #agreement_checkbox label {
    padding: 0 0 0 20px;
}

.simplecheckout .simplecheckout-button-block .simplecheckout-buttons #agreement_checkbox a {
    color: #696969;
}

.simplecheckout #simplecheckout_cart {
    border-bottom: none;
    border-radius: 6px;
    background: #f5f5f4;
}

.simplecheckout #simplecheckout_cart .additional_cart_total {
    border-top: 1px solid #d8d8d8;
}

.simplecheckout #simplecheckout_cart .shop_cart {
    width: 100%;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_title {
    margin: 0 auto;
    padding: 0 0 15px 0;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_content {
    max-height: 100%;
    overflow: hidden;
}

.simplecheckout #simplecheckout_cart .shop_cart .cart_item {
    padding: 20px 20px 20px 0;
    display: grid;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    grid-template-columns: 30% 50% 20%;
    grid-template-rows: auto auto;
    grid-template-areas: "thumb title price" "thumb qty total" "alert alert alert";
}

.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_image {
    grid-area: thumb;
}

.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_caption {
    grid-area: title;
}

.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_price {
    grid-area: price;
}

.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_total {
    font-weight: 500;
    grid-area: total;
}

.simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_coupon {
    padding: 10px 0 10px 20px;
    grid-area: alert;
}

.simplecheckout #simplecheckout_cart .shop_cart .cart_item .cart_remove {
    position: absolute;
    top: 20px;
    right: 42px;
    color: #6e6d6e;
    font-weight: normal;
    margin-left: 16px;
    font-size: 12px;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    background-color: transparent;
    border: 1px solid transparent;
}



.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_gift .cart_item::before {
    right: 0;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_total {
    margin: 0 auto;
    padding: 15px 20px;
    background: #f5f5f4;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_total .simplecheckout-cart-total {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: right;
    border: none;
    font-size: 14px;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_total .additional_cart_info {
    font-size: .7em;
    color: #c0c0c0;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_total .additional_cart_info .text_cost {
    color: #000;
    font-weight: 700;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_total .simplecheckout-cart-total-value {
    font-size: 20px;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_total .button {
    margin: 0 5px;
    order: -1;
    background: #e92f2f;
    color: #fff;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_total .button:focus, .simplecheckout #simplecheckout_cart .shop_cart .shop_cart_total .button:hover {
    background: #ff6666;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_total .button .iv {
    color: #fff;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_coupon {
    margin: 10px;
    padding: 15px 10px;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_coupon .form_field {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_coupon .form_field .form_label {
    margin: 0 auto;
    flex: 0 1 40%;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_coupon .form_field .form_input {
    flex: 0 1 50%;
}

.simplecheckout #simplecheckout_cart .shop_cart .shop_cart_coupon .form_field .button {
    margin: 0 0 0 15px;
    height: 38px;
    flex: 0 1 30%;
}
@media (max-width: 768px) {
    .simplecheckout .checkout-heading {
        padding: 15px 0;
    }

    .simplecheckout .simplecheckout-step {
        display: flex;
        flex-wrap: wrap;
    }

    .simplecheckout .simplecheckout-left-column,
    .simplecheckout .simplecheckout-right-column {
        padding: 15px 0;
        width: 100%;
        border: none;
    }

    .simplecheckout .simplecheckout-left-column {
        flex: 0 1 100%;
        order: 2;
    }

    .simplecheckout .simplecheckout-right-column {
        flex: 0 1 100%;
        order: 1;
    }

    .simplecheckout #simplecheckout_shipping_address .form_content .form_field + .form_field,
    .simplecheckout #simplecheckout_shipping_address .form_content .form_field,
    .simplecheckout #simplecheckout_customer .form_content .form_field {
        flex: 0 1 100%;
    }

    .simplecheckout #simplecheckout_cart .shop_cart .cart_item {
        grid-template-columns: 25% 50% 25%;
    }

    .simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_total,
    .simplecheckout #simplecheckout_cart .shop_cart .cart_item .item_price {
        padding: 0;
    }

    .simplecheckout .simplecheckout-button-block .simplecheckout-buttons {
        padding: 15px 0;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .simplecheckout .simplecheckout-button-block .simplecheckout-buttons #agreement_checkbox {
        padding: 15px 0;
        flex: 0 1 100%;
    }

    .simplecheckout .simplecheckout-button-block .simplecheckout-buttons .content {
        padding: 15px;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 559px) {
    .checkout-simplecheckout .simplecheckout #simplecheckout_cart .shop_cart .shop_cart_coupon .form_field {
        flex-wrap: wrap;
    }

    .checkout-simplecheckout .simplecheckout #simplecheckout_cart .shop_cart .shop_cart_coupon .form_field .form_label {
        display: none !important;
    }

    .checkout-simplecheckout .simplecheckout #simplecheckout_cart .shop_cart .shop_cart_coupon .form_field .form_input {
        flex: 1 1 100% !important;
        margin: 4px 0;
        height: 40px;
        text-align: center;
    }

    .checkout-simplecheckout .simplecheckout #simplecheckout_cart .shop_cart .shop_cart_coupon .form_field .button {
        flex: 1 1 100% !important;
        margin: 4px 0;
        height: 40px;
        font-size: 14px;
    }

    .shop_cart .shop_cart_title {
        font-size: 16px;
    }

    .shop_cart .shop_cart_wrap {
        margin-top: 15px;
    }

    .shop_cart .shop_cart_wrap .shop_cart_buttons {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .shop_cart .shop_cart_wrap .shop_cart_buttons .button {
        width: 100%;
        margin: 5px auto !important;
    }

    .shop_cart .shop_cart_wrap .shop_cart_total {
        order: -1;
        margin-left: auto;
    }

    .shop_cart .bundle_cart .product_bundle, .shop_cart .bundle_simple_cart .product_bundle {
        width: 128px;
    }

    .shop_cart .bundle_cart .bundle_item .bundle_item_inner .item_title a, .shop_cart .bundle_simple_cart .bundle_item .bundle_item_inner .item_title a {
        font-size: 12px;
    }
}
@media (max-width: 1024px) {
    .simplecheckout-cart .progress-shipping {
        margin: 0;
        background: #fff;
        padding: 15px 0;
    }

    .checkout-simplecheckout .catalog_heading {
        display: none;
    }

    .checkout-simplecheckout .simple-content {
        margin: 0;
    }

    .checkout-simplecheckout .simple-content .shop_cart .bundle_simple_cart {
        background: #fff;
    }

    .checkout-simplecheckout .simple-content .shop_cart .bundle_simple_cart .product_bundle_heading {
        padding-left: 0;
    }

    .checkout-simplecheckout .simple-content .shop_cart .bundle_simple_cart .bundle_carousel {
        margin-left: 0;
    }

    .checkout-simplecheckout .simple-content .shop_cart .bundle_simple_cart .product_bundle {
        background-color: #f5f5f4;
    }

    .checkout-simplecheckout .simple-content .shop_cart_total, .checkout-simplecheckout .simple-content .shop_cart_coupon {
        background-color: #fff !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Checkout end*/

/* Success checkout page */


.checkout-success .order_info_title {
    margin: 10px 0 20px 0;
    color: #404040;
    font-size: 22px;
    font-weight: 400;
}

.checkout-success .table.align-middle td {
    vertical-align: middle;
}

.checkout-success .success_message {
    font-size: 16px;
}

.checkout-success .success_message a {
    font-size: 16px;
    font-weight: 600;
}

.checkout-success .order_info_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkout-success .order_info_row .order_info_col_1 {
    padding: 25px 25px 25px 0;
    flex: 0 1 100%;
}

.checkout-success .order_info_row .order_info_col_1 table {
    width: 100%;
}

.checkout-success .order_info_row .order_info_col_1 table tr td {
    text-align: left;
}

.checkout-success .order_info_row .order_info_col_1 table .item_image {
    padding: 0 15px;
    display: inline-block;
    float: left;
}

.checkout-success .order_info_row .order_info_col_1 table a {
    color: #404040;
    font-size: 16px;
    line-height: 18px;
}

.checkout-success .order_info_col_2 {
    padding: 0px 25px 25px 0px;
    flex: 0 1 30%;
}

.checkout-success .order_info_col_2 .success_content {
    padding: 20px 15px;
    border-radius: 8px;
    background: #f5f5f4;
}

.checkout-success .order_info_col_2 .success_content .success_title {
    padding: 0 0 10px 0;
    font-size: 18px;
    line-height: 22px;
}

.checkout-success .order_info_col_2 .success_content ul {
    list-style: none;
}

.checkout-success .order_info_col_2 .success_content ul li {
    padding: 10px 0;
    text-align: left;
}

.checkout-success .order_info_row .order_data {
    padding: 0 0 25px 0;
}

.checkout-success .order_info_row .iv_hrivna {
    font-size: 12px;
}
.checkout-success .catalog .container > .col:first-child {
    width: 380px;
}

.checkout-success td {
    padding: 8px;
    border-top: 1px solid #ddd;
}
@media (max-width: 768px) {
    .checkout-success .order_info_row .order_info_col_1, .checkout-success .order_info_col_2 {
        padding: 0 0 50px;
        flex: 0 1 100%;
    }
    .checkout-success .catalog .container > .col:first-child {
        width: 100%;
    }
}
/* End Success checkout page */

/* Account page */
.account_menu__wrap{
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #f0f2f5;
}
.account_menu__wrap h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 15px;
}
.account_menu__wrap ul{
    list-style: none;
    margin: 0;
}
.account_menu__wrap ul a {
    width: 100%;
    margin-bottom: 10px;
}
.account_menu__wrap ul a.active,
.account_menu__wrap ul a:hover{
    color: #acc53e;
}
.user-form {
    margin: 0;
    padding: 0 30px 25px;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 10px 15px;
    margin: 0 30px;
    border-radius: 5px;
}
.user-form legend {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    background-color: #f0f2f5;
    color: #333;
    border-radius: 3px;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.input-user-wrapper.error {
    color: #ee4130;
    padding: 10px 15px;
}
.account-account .alert-success{
    margin-bottom: 20px;
}
.table-responsive {
    padding: 0 15px;
    margin-bottom: 20px;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ededed;
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: center;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 5px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        margin-bottom: .625em;

    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }
    .tab-content .tab-pane table td:first-child,
    .tab-content .tab-pane table td:last-child{
        text-align: left;
        width: auto;
    }
}
.btn-info svg{
    width: 16px;
    height: 16px;
    stroke: #fff;
    fill: none;
}
.history_heading{
    margin: 0;
    padding: 0 15px 25px;
}
.history_heading span{
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    background-color: #f0f2f5;
    color: #333;
    border-radius: 3px;
    padding: 10px 15px;
}
.product_order__link{
    font-weight: bold;
    font-size: 16px;
}
.product_order__link:hover{
    color: #acc53e;
}
.user__list{
    display: none;
}
@media (max-width: 767px) {
    .user__list {
        display: block;
        padding: 40px 32px;
        position: relative;
    }
    ul.user__list::before {
        content: "";
        position: absolute;
        width: calc(100% + 40px);
        height: 1px;
        top: 0;
        background-color: #4a494d;
        left: -40px;
    }
    .user__list li:not(:last-child) {
        margin-bottom: 35px;
    }
    .user__list a {
        color: #fff;
        font-size: 18px;
    }
}
.contacts-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.contacts-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 30px;
    padding: 30px;
    border-radius: 30px;
    background: #f5f5f4;
}
.contacts-link_ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 15px;
    list-style: none;
}
.contacts-link_ul a {
    width: 48px;
    height: 48px;
    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;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.contacts-link_ul a svg {
    fill: #acc53e;
    width: 24px;
    height: 24px;
}
.contacts-block{

}
.contacts-label {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    opacity: 0.5;
    margin-bottom: 15px;
}
.contacts-link_label{
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    opacity: 0.7;
}
.contacts-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 30px;
    border-radius: 30px;
    background: #acc53e;
    margin-top: 20px;
}
.contacts-box_ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.contacts-time,
.contacts-box_ul li a {
    color: #acc53e;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: -0.4px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 15px;
}
.contacts-block div {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.contacts-map {
    height: 100%;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #DDD;
}
@media (max-width: 767px) {
    .contacts-wrap{
        display: block;
    }
    .contacts-inner {
        display: flex;
        flex-direction: column;
        grid-gap: 30px;
        padding: 20px;
        border-radius: 20px;
    }
    .contacts-map {
        height: 63.467vw;
        border-radius: 20px;
        margin-top: 10px;
    }
}
/* End account page */

/* Wish list */
.section-empty_wishlist {
    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: 60px;
    border-radius: 16px;
    background: #f5f5f4;
    text-align: center;
}
.empty_icon {
    margin-bottom: 2rem;
}
.empty_icon svg {
    width: 5rem;
    height: 5rem;
    stroke: #acc53e
}
.section-empty_wishlist__head {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .section-empty_wishlist__head {
        font-size: 2em;
    }
}
.section-empty_wishlist__p {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.4px;
    opacity: 0.7;
    margin-bottom: 2rem;
}

/* Search section start*/

@media (min-width: 768px) {
    .input-search_wrapper{
        margin-bottom: 20px;
    }
    .input-search_wrapper .input{
        margin-bottom: 0;
        margin-right: 20px;
    }
    .input-search_wrapper .btn{
        height: 55px;
    }
}
@media (max-width: 767px) {
    .input-search_wrapper > div{
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .input-search_wrapper .btn{
        width: 100%;
    }
}
.arrow-up .icon{
    stroke: none;
}

/* Megamessenger */
.is-megamessage-open .app-megamessage__dropdown {
    opacity: 1;
    visibility: visible;
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.is-megamessage-open .app-megamessage__toggle .icon-megamessage-open {
    opacity: 0;
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0)
}

.is-megamessage-open .app-megamessage__toggle .icon-megamessage-close {
    opacity: 1;
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

.app-megamessage {
    position: fixed;
    z-index: 100;
    bottom: 9rem
}

.app-megamessage--right {
    right: 2rem
}

.app-megamessage--left {
    left: 2rem
}

.app-megamessage__toggle {
    display: block;
    position: relative;
    border: none;
    padding: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .25s
}

.app-megamessage__toggle .icon-megamessage-open,.app-megamessage__toggle .icon-megamessage-close {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: .25s
}

.app-megamessage__toggle .icon-megamessage-close {
    opacity: 0;
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0)
}

.app-megamessage__toggle:hover {
    background: #262326;
    color: #fff
}
.icon-megamessage-open {
    fill: #fff;
    stroke: transparent;
}
.icon-megamessage-close,
.icon-megamessage-open {
    width: 2rem;
    height: 2rem
}

@media (max-width: 479px) {
    .app-megamessage__toggle {
        width:3.5rem;
        height: 3.5rem
    }

    .app-megamessage--right {
        right: 1.5rem
    }

    .app-megamessage--left {
        left: 1.5rem
    }
    .icon-megamessage-close,
    .icon-megamessage-open {
        width: 1.8rem;
        height: 1.8rem
    }
}

.app-megamessage__dropdown {
    position: absolute;
    bottom: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 1px 30px rgba(188,187,237,0.3);
    margin: 0 0 1rem;
    width: 24rem;
    overflow: hidden;
    transition: .25s;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,10px);
    transform: translate(0,10px);
    border-radius: 8px;
}

.app-megamessage__list {
    margin: 0 -1px -1px 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.app-megamessage__list > li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    border-bottom: 1px solid #EBEBF5;
    border-right: 1px solid #EBEBF5
}

.app-megamessage__item {
    text-align: center;
    color: #343434;
    min-height: 100%;
    padding: 1.4rem 1rem 1rem;
    display: block;
    transition: .25s
}

.app-megamessage__item:hover {
    background: #EBEBF5;
    color: #343434
}

.app-megamessage__item-image {
    margin: 0 0 1rem
}

.app-megamessage__item-image img {
    display: inline-block;
    vertical-align: top;
    max-width: 6rem
}

.app-megamessage__item-text {
    display: block;
    margin: 0;
    font-size: .9rem;
    line-height: 1;
    font-weight: 500
}

.app-megamessage__item--viber-mobile {
    display: none
}

@media (max-width: 767px) {
    .app-megamessage__item--viber-mobile {
        display:block
    }

    .app-megamessage__item--viber-pc {
        display: none
    }
}
.btn-more{
    width: 100%;
}
.btn-more .icon-fast-order{
    margin-right: 0.2rem;
}
/* End megamessage */

/* Reviews start */
.review-wrap{
    margin-bottom: 50px;
}
.product_reviews_top {
    position: absolute;
    left: 2em;
    top: 75%;
    z-index: 9;
    background: #f5f5f4;
    padding: 1em 1em;
    border-radius: 8px;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #acc53e;
    font-weight: bold;
}
.product_reviews_top span {
    color: #262326;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .5em 0 0;

}
@media (max-width: 768px) {
    .product_reviews_top{
        top: 60%;
    }
}

.star{
    width: 1em;
    height: 1em;
    fill: #fee66a;
    stroke: #fee66a;
}
.review-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
}
.review-contain {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    width: 705px;
    min-width: 705px;
}
.review-total {
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    background-color: #f5f5f4;
}

.review-total_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 24px;
}

.review-total_numbers {
    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;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    -ms-grid-row: 5;
    grid-area: 5px;
    text-align: center;
    padding-bottom: 24px;
}
.average_title {
    color: #1E1E1E;
    font-size: 3em;
    line-height: 1.2;
}
.total-text {
    color: #acc53e;
    font-size: 1.2em;
    line-height: 1.2;
}

.review-total_list {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    width: 100%;
}

.review-total_list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.review-total_star {
    min-width: 18px;
}

.review-total_num {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.review-total_line {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background: #e1e1e1;
}
.review-total_line span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 10px;
    background: #fee66a;
}

.review-inner {
    display: -ms-grid;
    display: grid;
    gap: 10px;
}
.review-form {
    position: sticky;
    top: 145px;
    width: 100%;
}

.review-comment {
    padding: 20px;
    border-radius: 16px;
    background: #f5f5f4;
}

.review-comment_wrap {
    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;
}

.review-comment_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.review-comment_ava {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: url("../image/avatar.svg") center no-repeat;
    background-size: cover;
}
.review-comment_ava img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.review-comment_text {
    display: -ms-grid;
    display: grid;
    gap: 8px;
}
.review-comment_text span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
}
.review-comment_text span:nth-child(2) {
    color: rgba(30, 30, 30, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.review-comment_stars {
    display: block;
    width: 141px;
    min-width: 141px;
    height: 25px;
}
.review-comment_p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.32px;
    margin-top: 20px;
}
.review-comment_p.limitations span,
.review-comment_p.dignity span{
    display: inline-flex;
    font-weight: 500;
    color: #acc53e;
    width: 100px;
}
.review-comment_p.limitations span{
    color: #ffaa95;
}
.section-nav_more{
    width: 100%;
}
.review-form_stars{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 10px;
    margin-bottom: 16px;
}
.review-form_stars input {
    position: absolute;
    z-index: -1;
    padding: 0px;
    margin: 0px;
    width: 0px;
    height: 0px;
    opacity: 0;
}
.review-form_stars label {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIEdlbmVyYXRvcjogU1ZHIFJlcG8gTWl4ZXIgVG9vbHMgLS0+DQo8c3ZnIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgY2xhc3M9Imljb24iICB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTc2MS4yIDk0Mi44Yy04LjkgMC0xNy45LTEuOC0yNi41LTUuNGwtMjIwLjctOTMtMjIwLjcgOTNjLTIyLjEgOS4zLTQ2LjggNi40LTY2LjItNy42LTE5LjQtMTQuMS0yOS44LTM2LjctMjcuNy02MC42bDIwLjItMjM4LjdMNjIuOSA0NDkuMmMtMTUuNy0xOC4xLTIwLjYtNDIuNS0xMy4yLTY1LjMgNy40LTIyLjggMjUuNy0zOS42IDQ5LjEtNDUuMUwzMzIgMjg0LjNsMTIzLjktMjA1YzEyLjQtMjAuNSAzNC4xLTMyLjcgNTgtMzIuNyAyNCAwIDQ1LjcgMTIuMiA1OC4xIDMyLjdsMTIzLjkgMjA1IDIzMy4yIDU0LjVjMjMuMyA1LjUgNDEuNyAyMi4zIDQ5LjEgNDUuMSA3LjQgMjIuOCAyLjUgNDcuMi0xMy4yIDY1LjNMODA4LjQgNjMwLjRsMjAuMiAyMzguN2MyIDIzLjktOC4zIDQ2LjUtMjcuNyA2MC42LTExLjggOC42LTI1LjcgMTMtMzkuNyAxMy4xek0xNDYuNCA0MTUuM0wyODkgNTgwLjJjMTEuOSAxMy43IDE3LjggMzIgMTYuMyA1MC4xbC0xOC40IDIxNy4yIDIwMC44LTg0LjZjMTYuOC03IDM1LjktNyA1Mi42IDBsMjAwLjkgODQuNi0xOC40LTIxNy4yYy0xLjUtMTguMSA0LjQtMzYuNCAxNi4zLTUwLjFsMTQyLjUtMTY0LjktMjEyLjItNDkuNmMtMTcuNy00LjEtMzMuMi0xNS40LTQyLjYtMzFMNTE0IDE0OC4zIDQwMS4yIDMzNC44Yy05LjQgMTUuNi0yNC45IDI2LjgtNDIuNiAzMWwtMjEyLjIgNDkuNXogbTU1My4zLTEyNC43aDAuMi0wLjJ6IiBmaWxsPSIjZmVlNjZhIiAvPjwvc3ZnPg==) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.review-form_stars input:checked ~ label {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIEdlbmVyYXRvcjogU1ZHIFJlcG8gTWl4ZXIgVG9vbHMgLS0+DQo8c3ZnIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgY2xhc3M9Imljb24iICB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogPHBhdGggZD0ibTc2MS4yLDk0Mi44Yy04LjksMCAtMTcuOSwtMS44IC0yNi41LC01LjRsLTIyMC43LC05M2wtMjIwLjcsOTNjLTIyLjEsOS4zIC00Ni44LDYuNCAtNjYuMiwtNy42Yy0xOS40LC0xNC4xIC0yOS44LC0zNi43IC0yNy43LC02MC42bDIwLjIsLTIzOC43bC0xNTYuNywtMTgxLjNjLTE1LjcsLTE4LjEgLTIwLjYsLTQyLjUgLTEzLjIsLTY1LjNjNy40LC0yMi44IDI1LjcsLTM5LjYgNDkuMSwtNDUuMWwyMzMuMiwtNTQuNWwxMjMuOSwtMjA1YzEyLjQsLTIwLjUgMzQuMSwtMzIuNyA1OCwtMzIuN2MyNCwwIDQ1LjcsMTIuMiA1OC4xLDMyLjdsMTIzLjksMjA1bDIzMy4yLDU0LjVjMjMuMyw1LjUgNDEuNywyMi4zIDQ5LjEsNDUuMWM3LjQsMjIuOCAyLjUsNDcuMiAtMTMuMiw2NS4zbC0xNTYuNiwxODEuMmwyMC4yLDIzOC43YzIsMjMuOSAtOC4zLDQ2LjUgLTI3LjcsNjAuNmMtMTEuOCw4LjYgLTI1LjcsMTMgLTM5LjcsMTMuMXptLTYxLjUsLTY1Mi4ybDAuMiwwbC0wLjIsMHoiIGZpbGw9IiNmZWU2NmEiLz4NCg0KPC9zdmc+) center no-repeat;
    background-size: contain;
}
@media (max-width: 1200px) {
    .review-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
    .review-contain {
        width: 100%;
        min-width: 100%;
    }
    .review-form {
        position: relative;
        top: 0;
        margin-top: 20px;
    }
    #button-review{
        width: 100%;
    }
}
/* Reviews end*/
/* Pop up */
.popup {
    border-radius: 6px;
    position: relative;
}

.popup .popup_close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: transparent;
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-shadow: none;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.popup .popup_close:hover {
    color: #000;
}

.popup.popup_oneclick .popup_content {
    max-width: 320px;
}

.popup .popup_content {
    max-width: 600px;
}

.popup .popup_content .popup_title {
    padding: 15px;
    color: #404040;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.popup .popup_content .popup_text {
    margin: 15px 0 30px 0;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.popup .popup_content .popup_product .product_item {
    padding: 0;
    height: auto;
    flex: 0 1 33.33%;
}

.popup .popup_content .popup_product .product_item .item_image {
    padding: 0 25px;
    text-align: center;
    position: relative;
}

.popup .popup_content .popup_product .product_item .item_image a img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.popup .popup_content .popup_product .product_item .item_title {
    margin: 10px 0;
    height: 55px;
    overflow: hidden;
    text-align: center;
}

.popup .popup_content .popup_product .product_item .item_title a {
    color: #404040;
    font-size: 16px;
    line-height: 18px;
}

.popup .popup_content .popup_product .product_item .item_price {
    text-align: center;
}

.popup .popup_content .popup_product .product_item .item_price .price_old {
    padding: 0 5px 0 0;
    color: #e92f2f;
    font-size: 16px;
    text-decoration: line-through;
}

.popup .popup_content .popup_product .product_item .item_price .price_new {
    color: #000;
    font-size: 20px;
}

.popup .popup_content .popup_product .product_item .item_button {
    justify-content: center;
}

.one_click_order__wrapper{
    display: flex;
    flex-direction: column;
}
.one_click_order__wrapper .catalog_buttons {
    justify-content: center;
    display: flex;
}
.success_message.one_click{
    width: 100%;
    text-align: center;
    margin: 30px 0;
    font-size: 20px;
}
.btn_academy{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99;
}
@media (max-width: 767px){
    .order_data table td:nth-child(2){
        display: none;
    }
    .order_data table img{
        max-width: 100%;
    }
    .btn_academy{
        display: none;
    }
}
/* End popup*/
.payment_description {
    padding: 15px;
    background: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #acc53e;
}
.paginator {
    margin: 25px auto 10px auto;
    padding: 25px 0;
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.paginator #load-more {
    flex: 1 0 100%;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.product-special-info {
    box-sizing: border-box;
    padding: 16px;
    background: #f5f5f4;
}
.special_offer_timer {
    border: 1px solid #acc53e;
    border-radius: 8px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    padding: 12px 16px;
    align-items: center;
    grid-template-areas: "picture info footer";
}
.gift-description {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}
.special_info__head {
    color: #acc53e;
    font-weight: bold;
}
.special_info__end{
    margin-top: auto;
    font-size: 18px;
    font-weight: bold;
}
.gift-thumb a {
    border-radius: 7px;
    overflow: hidden;
}
.tol_gift__name{
    height: 5rem;
}
.tol_gift__image{
    position: relative;
}
.tol_special_offer_timer{
    position: absolute;
    display: flex;
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 16px;
    right: 0;
    top: 40%;
}
.tol_special_offer_timer span {
    padding: 10px;
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.35);
    text-align: center;
    font-weight: bold;
}
.tol_special_offer_timer__mob{
    display: none;
}
.gift-main_wrapper {
    margin-bottom: 50px;
}
.gift-item-inner{
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.gift-caption{
    height: calc(100% - 20px);
    padding: 32px;
    border-radius: 16px;
    background-color: #f5f5f4;
    margin-bottom: 20px;
    margin-left: 20px;
}
.tol_gift__data{
    display: block;
    color: #acc53e ;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .tol_gift__image{
        position: unset;
    }
    .tol_special_offer_timer{
        display: none;
    }
    .tol_special_offer_timer__mob{
        display: block;
        color: #acc53e ;
    }
    .tol_gift__name {
        height: auto;
    }
    .tol_gift__name .tol__list-item_title__heading {
        font-size: 1.1rem;
        line-height: 1.2;
    }
    .gift-caption {
        margin-left: 0;
    }
}

  .app-megamessage__toggle {
      background: #acc53e;
      box-shadow: 0px 0px 5px 0px #acc53e;
      -o-transition: transform 3s linear;
      -ms-transition: transform 3s linear;
      -moz-transition: transform 3s linear;
      -webkit-transition: transform 3s linear;
      transition: transform 3s linear;
      cursor: pointer;
      animation: shadow 1s linear infinite alternate;
  }
  @keyframes shadow {
      0% {
          box-shadow: 0px 0px 0px 0px #acc53e;
      }

      to {
          box-shadow: 0px 0px 25px 0px #acc53e;
      }
  }

/* FAQ */

.faq{
	background-color: #f5f5f4;	
}
.faq .accordion{
	padding: 15px 10px;
    border: 2px solid #acc53e;
    border-radius: 10px;
}
.faq .accordion .accordion__intro{
	font-size: 1.5em;
    color: #262326;
	justify-content: space-between;
}
.faq .accordion__intro-btn svg path {
    fill: #262326;
}
.faq .accordion__active .accordion__content {
    margin-top: 20px;
}
@media (max-width: 767px) {
	.faq .accordion .accordion__intro{
		font-size: 1.2em;
	}
}

.deps_options{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}

.deps_options .form_field{
    flex-direction: row;
	margin: 0;
	flex-wrap: wrap;
}
.deps_options label{
    margin-bottom: 10px;
}
.deps_options .form_label{
	flex: 1 0 100%!important;
	width:100%;
}

.select-wrapper {
	flex: 1 0 100%!important;
    position: relative;
    width: 100%;
    border: 1px solid #acc53e;
    border-radius: 8px;
}

.select-wrapper:hover {
    box-shadow: 0 0 3px #acc53e;
}

.select-wrapper select {
    width: 300px;
    height: 38px;
    padding: 0 20px 0 7px;
    background: transparent;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 1;
    cursor: pointer;
}
.select-wrapper select::-ms-expand{
    display: none;
}
.select-arrow {
    position: absolute;
    z-index: 99;
    border: 5px solid transparent;
    border-bottom: 0;
    right: 6px;
}
.select-arrow:nth-child(1) {
    top: 17px;
    border-top-color: #6C7231;
}
.select-arrow:nth-child(2) {
    top: 15px;
    border-top-color: #FFF;
}

@media (max-width: 768px) {
    .deps_options{
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .form_content {
        padding: 5px 0;
    }
}

/* List deps options */
.product__item .product__item-options_wrap{
	position: absolute;
	 width: 100%;
    display: none;
	top: 0%;
    border-radius: 15px;
    left: 0;
	 background: #fff;
    padding: 15px 16px;
}
.product__item:hover .product__item-options_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
	.product__item .product__item-options_wrap{
		padding: 15px 0px;
		position: relative;
		 display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.product__item-options_wrap .form_content{
    padding: 15px 0 0;
}
.product__item-options_wrap .form_field{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    margin: 0;
}
.product__item-options_wrap .select-wrapper{
    width: 100%;
}
.product__item-options_wrap .form_label{
	flex: 1 0 100% !important;
    margin-bottom: 5px
}
