body {
    font-family: var(--pepfer-sans);
    font-size: 12px;
    line-height: 24px;
    color: #444444;
    font-weight: 400;
    background-color: #ffffff;
}

a {
    color: #101820;
}

h1 {
    font-family: Thoma;
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

h2 {
    font-family: Thoma;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

h3 {
    font-family: var(--pepfer-sans);
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {
    width: 100%;
    transition: border-color .5s ease-in-out;
    font-size: 17px;
    line-height: 17px;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    color: #000;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
    box-sizing: border-box;
}

button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
    color: #fff;
    background-color: #101820;
    font-size: 17px;
    line-height: 17px;
    padding-top: 17px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 17px;
    text-transform: uppercase;
    font-family: var(--pepfer-sans);
    font-weight: 500;
    text-align: center;
    transition: background-color 0.5s ease 0s;
}

button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
    /* Was #427e2b — the old theme's green, applied to every button on the site.
       The base state is ink, so the hover is a lighter ink, not another hue. */
    background-color: #3A322A;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
textarea:hover,
select:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
input[type="text"]:active,
input[type="password"]:active,
input[type="tel"]:active,
input[type="email"]:active,
textarea:active,
select:active,
input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="email"]:focus-visible,
textarea:focus-visible,
select:focus-visible {
    border: 1px solid #000000;
}


.input_block {
    margin-bottom: 20px;
}

.select_block {
    margin-bottom: 20px;
}

.button_block {
    margin-top: 30px;
}

.select_block .title, .input_block .title {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--pepfer-sans);
    font-weight: 500;
    color: #000000;
}

.alert {
    display: block;
    position: relative;
    border: 1px dashed #575757;
    padding: 20px;
    margin-bottom: 40px;
    z-index: 10;
    background-color: #ffffff;
}

.alert .close {
    position: absolute;
    width: auto;
    background: unset;
    color: #000000;
    font-size: 29px;
    line-height: 29px;
    top: 0px;
    right: 8px;
    padding: 0px;
    margin: 0px;
    height: auto;
}

.alert i {
    display: none;
}

.alert.alert-info {

}

.alert.alert-danger {
    color: #ff0000;
    border: 1px dashed #ff0000;
}

.alert.alert-success {
    color: #008118;
    border: 1px dashed #008118;
}

.container {
	width: 100%;
    max-width: 1344px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

.container_1200 {
    max-width: 1200px;
}

.container_full {
    max-width: 100%;
    padding: 0px;
}

.container_slider {
    position: relative;
    max-width: 1500px;
}

.display_mobile {
    display: none;
}

.header_promo {
    background-color: #000000;
    padding-top: 11px;
    padding-bottom: 11px;
}

.header_promo .promo_head .swiper-slide {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 2px;
    font-family: var(--pepfer-sans);
    font-weight: 500;
}

.info_logo_personal {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.info_logo_personal .info {
    width: 100%;
    max-width: 30%;
    display: flex;
}

.info_logo_personal .info span, .info_logo_personal .info a {
    display: none;
    cursor: pointer;
}

.info_logo_personal .logo {
    width: 100%;
    max-width: 40%;
    text-align: center;
    padding-top: 29px;
}

.info_logo_personal .personal {
    position: relative;
    width: 100%;
    max-width: 30%;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
}

.info_logo_personal .personal .header_search, 
.info_logo_personal .personal .wishlist, 
.info_logo_personal .personal .login_url, 
.info_logo_personal .personal .cart_header {
    display: block;
    margin-left: 10px;
}

.info_logo_personal .personal .wishlist > img,
.info_logo_personal .personal .login_url > img,
.info_logo_personal .personal .cart_header > img {
    display: block;
    height: 100%;
    width: auto;
}

.header_full {
    display: block;
    position: relative;
    box-shadow: 0 5px 4px -3px rgb(0 0 0 / 10%);
    height: 143px;
}

.header_full.header_full.fixed_menu {
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: #ffffff;
    z-index: 50;
}

.header_fixed {
    padding-top: 177px;
}

.categories_home {
}

.categories_home .head_title {
    text-align: center;
    font-family: Thoma;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1px;
}

.categories_home .sub_title {
    text-align: center;
    margin-top: 27px;
    margin-bottom: 70px;
}

.categories_home .sub_title a {
    text-decoration: underline;
    font-size: 15px;
    line-height: 20px;
    font-family: var(--pepfer-sans);
    font-weight: 300;
}

.categories_home .blocks {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 39px;
}

.categories_home .block {
    width: 100%;
    max-width: 16%;
}

.categories_home .block .title {
    margin-top: 45px;
    text-align: center;
    text-decoration: underline;
}

.categories_home.four {
    margin-top: 105px;
}

.categories_home.four .blocks {
    padding: 0px;
}

.categories_home.four .blocks .block {
    max-width: 24%;
}

.video_home {
    margin-top: 24px;
}

.big_cats {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 21px;
}

.big_cats .block {
    width: 100%;
    max-width: 50%;
}

.big_cats .block img {
    width: 100%;
    height: auto;
}

.big_cats .block h2 {
    text-align: center;
    font-family: Thoma;
    font-size: 40px;
    line-height: 42px;
    margin-top: 10px;
}

.big_cats .block .sub_title {
    text-align: center;
    margin-top: 24px;
}

.big_cats .block .sub_title a {
    font-size: 15px;
    line-height: 20px;
    text-decoration: underline;
}

.big_cats .block.one_block {
    max-width: 100%;
}

.button_text {

}

.button_text .text_1 {
    text-align: center;
    font-family: Thoma;
    font-size: 45px;
    line-height: 45px;
    margin-top: 37px;
}

.button_text .text_2 {
    text-align: center;
    margin-top: 16px;
    font-size: 17px;
    line-height: 20px;
}

.button_text .text_button {
    text-align: center;
    padding-top: 32px;
}

.button_text .text_button a {
    color: #ffffff;
    background-color: #000000;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
}

.big_banner {
    position: relative;
    margin-top: 91px;
}

.big_banner .text {
    position: absolute;
    top: 41%;
    right: 39px;
    width: 100%;
    max-width: 536px;
}

.big_banner .text .text_1 {
    text-align: center;
    font-family: Thoma;
    font-size: 57px;
    line-height: 54px;
    letter-spacing: 1px;
}

.big_banner .text .text_2 {
    text-align: center;
    margin-top: 34px;
    font-size: 16px;
    line-height: 16px;
    text-decoration: underline;
}

.text_url_block {
    margin-top: 54px;
    background-color: #fcf7e6;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 21px;
}

.text_url_block .text_1 {
    text-align: center;
    font-family: Thoma;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 1px;
}

.text_url_block .text_2 {
    margin-top: 15px;
    width: 100%;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 22px;
}

.text_url_block .url {
    margin-top: 19px;
}

.text_url_block .url a {
    font-size: 15px;
    line-height: 15px;
    text-decoration: underline;
}

.footer {
}

.footer_search .search {
    margin-top: 110px;
}

.footer_search .search form, .header_search .search {
    position: relative;
}

.footer_search .search form input, .header_search .search input {
    padding: 0px;
    border: unset;
    border-bottom: 1px solid #b3b3b3;
    padding-top: 4px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 12px;
}

.footer_search .search form button, .header_search .search button {
    display: block;
    position: absolute;
    cursor: pointer;
    top: -4px;
    right: 0px;
    width: 25px;
    height: 24px;
    background-image: url('../image/search.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
}

.footer_menu {
    margin-top: 103px;
    padding-top: 37px;
    border-top: 1px solid #b3b3b3;
}

.footer_menu .blocks {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.footer_menu .blocks .block {
    width: 100%;
    max-width: 15%;
}

.footer_menu .blocks .block .title {
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_menu .blocks .block ul {

}

.footer_menu .blocks .block ul li {
    margin-bottom: 6px;
}

.footer_menu .blocks .block ul li a {
    font-family: var(--pepfer-sans);
    font-weight: 500;
}

.footer_menu .blocks .block.block_form {
    max-width: 34%;
}

.footer_menu .blocks .block.block_form .subscripe form {
    margin-left: -3px;
    margin-top: 13px;
    max-width: 426px;
    border: 3px solid #000000;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.footer_menu .blocks .block.block_form .subscripe input {
    width: 100%;
    max-width: 62%;
    font-size: 15px;
    line-height: 15px;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 32px;
    padding-bottom: 11px;
    border: 0px;
    box-sizing: border-box;
}

.footer_menu .blocks .block.block_form .subscripe button {
    width: 100%;
    max-width: 38%;
    color: #ffffff;
    background-color: #000000;
    font-size: 17px;
    line-height: 17px;
}

.footer_menu .blocks .block.block_form .subscripe {
    position: relative;
    margin-bottom: 50px;
}

.footer_menu .blocks .block.block_form .subscripe label {
    position: absolute;
    left: 0px;
    bottom: -45px;
    width: 100%;
    display: flex;
    align-items: center;
}

.footer_menu .blocks .block.block_form .subscripe label input {
    width: auto;
    padding: 0px;
    margin-right: 10px;
}

.footer_menu .blocks .block.block_form .messengers {
    width: 100%;
    max-width: 126px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.footer_menu .blocks .block.block_form .messengers a {
    display: block;
    width: 30px;
    height: auto;
}

.footer_cards {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    border-top: 1px solid #b3b3b3;
    margin-top: 181px;
    padding-top: 25px;
}

.footer_cards img {
    width: 100%;
    max-width: 77px;
    margin-right: 10px;
    margin-left: 10px;
}

.footer_menu_list {
    margin-top: 21px;
}

.footer_menu_list ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.copyright {
    margin-top: 13px;
    margin-bottom: 10px;
    text-align: center;
}

.menu_head {
}

.menu_head .categories_list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.menu_head .categories_list .dropdown.active > a:after {
    opacity: 1;
}

.menu_head .categories_list .dropdown-inner .active a:after {
    opacity: 1;
}

.menu_head .categories_list > li a {
    position: relative;
    text-transform: uppercase;
}

.menu_head .categories_list > li a:after {
    display: block;
    content: '';
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #000000;
    opacity: 0;
    z-index: 100;
    transition: opacity 0.3s ease-in-out;
}

.menu_head .categories_list > li a:hover:after {
    opacity: 1;
}


.menu_head .categories_list .dropdown-menu li {
    margin-bottom: 14px;
}

.menu_head .categories_list .dropdown-menu li a {
    font-size: 17px;
    line-height: 17px;
    font-family: var(--pepfer-sans);
    font-weight: 500;
}

.menu_head .categories_list .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0px;
    top: -820px;
    background-color: #ffffff;
    z-index: 50;
    box-shadow: 0 5px 4px -3px rgb(0 0 0 / 10%);
    transition: opacity 0.3s ease-in-out, max-height 0.7s ease-in-out;
    max-height: 0px;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 40px;
}

.menu_head .categories_list .dropdown:hover .dropdown-menu {
    opacity: 1;
    top: 120px;
    max-height: 450px;
}

.menu_head .categories_list .dropdown .dropdown-menu:after {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 100%;
    height: 23px;
    opacity: 1;
    box-shadow: 0 5px 4px -3px rgb(0 0 0 / 10%);
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}

.menu_head .categories_list .dropdown .dropdown-menu .dropdown-inner {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    position: relative;
    padding-top: 20px;
}

.menu_head .categories_list .dropdown .dropdown-menu .dropdown-inner ul {
    width: 100%;
    max-width: 35%;
}

.menu_head .categories_list .dropdown .dropdown-menu .dropdown-inner .image {
    width: 100%;
    max-width: 34%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #ffffff;
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
}

.menu_head .categories_list .dropdown .dropdown-menu .dropdown-inner .image img {
    width: 100%;
    height: auto;
}

.menu_head .categories_list .dropdown .dropdown-menu .dropdown-inner ul li .image {
    opacity: 0;
    z-index: 20;
}

.menu_head .categories_list .dropdown .dropdown-menu .dropdown-inner ul li:hover .image {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.menu_head .categories_list .dropdown .dropdown-menu .dropdown-inner ul li .sub-children {
    position: absolute;
    left: 310px;
    top: 20px;
    background: #ffffff;
    width: 500px;
    min-height: 400px;
}

.breadcrumb {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}

.breadcrumb li {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.breadcrumb li a {

}

.breadcrumb li:after {
    display: block;
    content: '/';
    margin-right: 10px;
    margin-left: 10px;
}

.breadcrumb li:last-child:after {
    display: none;
}

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

.products_filter .filter {
    width: 100%;
    max-width: 20%;
}

.products_filter .filter .list-group a, .blogs_other .other_left .list-group a {
    display: block;
}

.products {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 80%;
}

.products .block {
    position: relative;
    width: 100%;
    max-width: 24%;
    margin-right: 14px;
    margin-bottom: 20px;
}

.products .block:nth-child(4n+4) {
    margin-right: 0px;
}

.products .block .favorite_button {
    position: absolute;
    z-index: 10;
}

.products .block .quickview_button {
    display: block;
    color: #101820;
    border: 1px solid #101820;
    text-transform: uppercase;
    text-align: center;
    padding: 3px;
    box-sizing: border-box;
    opacity: 0;
    z-index: 10;
  transition: opacity 0.5s ease;
}

.products .block:hover .quickview_button {
    opacity: 1;
}

.products .block .images {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}

.products .block .images img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.products .block .images img.main-image {
    opacity: 1;
    position: relative;
}

.products .block .images:hover img.main-image {
  opacity: 0;
}

.products .block .images:hover img.swap-image {
  opacity: 1;
}

.products .block .title {
    text-align: center;
}

.products .block .title a, .products .block .price, .cart_forms .products_list form .block .info .title a {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--pepfer-sans);
    font-weight: 500;
    color: #000000;
}

.products .block .price {
    text-align: center;
    letter-spacing: 1px;
}

.quickview .container {
    width: 100%;
    background: #FFFFFF;
}

.forgotten_page, .register_page, .login_page {
    width: 100%;
    max-width: 460px;
    margin: auto;
}

.forgotten_page h1, .register_page h1, .login_page h1 {
    margin-top: 100px;
    margin-bottom: 24px;
    text-align: center;
}

.forgotten_page p, .register_page p, .login_page p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.login_page .input_block.password {
    position: relative;
}

.login_page .input_block.password input {
    padding-right: 76px;
}

.login_page .input_block.password span {
    position: absolute;
    top: 10px;
    right: 11px;
    text-decoration: underline;
    color: #000000;
    cursor: pointer;
}

.login_page .button_block .forgotten {
    display: block;
    text-align: right;
    margin-top: -15px;
    margin-bottom: 15px;
}

.login_page .button_block .register {
    display: block;
    margin-top: 15px;
    font-size: 17px;
    line-height: 17px;
    padding-bottom: 17px;
    text-transform: uppercase;
    font-family: var(--pepfer-sans);
    font-weight: 500;
    text-align: center;
}

.full_page_contact {
}

.full_page_contact .blocks {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.full_page_contact .blocks p, .full_page_contact .blocks li {
    font-size: 16px;
    line-height: 32px;
}

.full_page_contact .blocks .block_left, .full_page_contact .blocks .block_center, .full_page_contact .blocks .block_right {
    width: 100%;
    max-width: 30%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.full_page_contact .blocks .block_left {
    position: relative;
    background-color: #fcf7e6;
}

.full_page_contact .blocks .block_left .block_menu .list .title {
    font-family: Thoma;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

.full_page_contact .blocks .block_left .block_menu .list li {
    font-size: 14px;
    line-height: 31px;
}

.full_page_contact .blocks .block_left .block_menu .list li a {

}

.full_page_contact .blocks .block_left::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 5000%;
    top: 0;
    right: 100%;
    overflow: hidden;
    background-color: #fcf7e6;
}

.full_page_contact.full_page_information .blocks .block_left {
    width: 100%;
    max-width: 30%;
}

.full_page_contact.full_page_information .blocks .block_right {
    width: 100%;
    max-width: 68%;
}

.full_page_contact h1 {
    text-align: center;
}

.full_page_contact h1, .full_page_contact h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

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

.account_page .block_menu {
    width: 100%;
    max-width: 24%;
}

.account_page .block_menu .list {

}

.account_page .block_menu .list .title {
    font-family: Thoma;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.account_page .block_menu .list ul {
    
}

.account_page .block_menu .list ul li {
    
}

.account_page .block_menu .list ul li a {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--pepfer-sans);
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}

.account_page .block_info {
    width: 100%;
    max-width: 74%;
}

.account_page .block_info .account_home {
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
}

.account_page .block_info .account_home .block {
    width: 100%;
    max-width: 32%;
    margin-bottom: 20px;
}

.account_page .block_info .account_home .block a {
    display: block;
    width: 100%;
    border: 1px solid #949494;
    border-radius: 2px;
    text-align: center;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.account_page .block_info .account_home .block a img {

}

.account_page .block_info .account_home .block a span {
    display: block;
    font-family: Thoma;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.info_logo_personal .personal .header_search {
    width: 100%;
    max-width: 118px;
    height: 30px;
}

.info_logo_personal .personal .header_search .search input {
    border-bottom: 1px solid #000;
    border-radius: 0px;
}

.info_logo_personal .personal .header_search .search button {
    top: -3px;
}

.info_logo_personal .personal .cart_header {
    width: 100%;
    max-width: 24px;
    height: 30px;
}

.info_logo_personal .personal .cart_header .cart_button {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    background-image: url(../image/shop.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.info_logo_personal .personal .cart_header .cart_button span {
    position: absolute;
    text-align: center;
    left: 1px;
    right: 0px;
    top: 2px;
    width: 100%;
    height: 100%;
}

.info_logo_personal .personal .cart_header .list_products {
    position: absolute;
    width: 120%;
    right: 0px;
    background-color: #ffffff;
    top: 30px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
}

.info_logo_personal .personal .cart_header .list_products.show_cart {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.info_logo_personal .personal .cart_header .list_products .title {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    align-items: center;
    font-family: Thoma;
    font-size: 19px;
    line-height: 19px;
}

.info_logo_personal .personal .cart_header .list_products .title .name {
    display: flex;
    position: relative;
    width: 100%;
    max-width: max-content;
}

.info_logo_personal .personal .cart_header .list_products .title .name:after {
    display: block;
    content: '';
    width: 1px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #000000;
}

.info_logo_personal .personal .cart_header .list_products .title .count {
    width: 100%;
    max-width: max-content;
}

.info_logo_personal .personal .cart_header .list_products .products_cart {
    height: auto;
    max-height: 306px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.info_logo_personal .personal .cart_header .list_products .products_cart .block {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.info_logo_personal .personal .cart_header .list_products .products_cart .block .image {
    width: 100%;
    max-width: 30%;
}

.info_logo_personal .personal .cart_header .list_products .products_cart .block .info {
    display: block;
    width: 100%;
    max-width: 67%;
}

.info_logo_personal .personal .cart_header .list_products .products_cart .block .info span {
    display: block;
}

.info_logo_personal .personal .cart_header .list_products .products_cart .block .name {
}

.info_logo_personal .personal .cart_header .list_products .products_cart .block .name a {
    display: block;
    font-family: Thoma;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 10px;
}

.info_logo_personal .personal .cart_header .list_products .products_cart .block .info .options ul li {
    display: flex;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.info_logo_personal .personal .cart_header .list_products .products_cart .block .info .options ul li span {
    margin-right: 2px;
}

.info_logo_personal .personal .cart_header .list_products .products_cart .block .info .price {
    font-family: Thoma;
    color: #cc0000;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
}

.info_logo_personal .personal .cart_header .list_products .buttons {
    margin-top: 40px;
}

.info_logo_personal .personal .cart_header .list_products .buttons a {
    display: block;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
    border-radius: 4px;
    overflow: hidden;
}

.info_logo_personal .personal .cart_header .list_products .buttons .button_1 {
    background-color: #101820;
    color: #fcf7e6;
}

.info_logo_personal .personal .cart_header .list_products .buttons .button_2 {
    
}

.home-products {
}

.category_tab .tabs .etabs {
    margin-bottom: 20px;
}

.category_tab .tabs .etabs ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.category_tab .tabs .etabs ul li {
    display: block;
    margin-right: 20px;
}

.category_tab .tabs .etabs ul li:last-child {
    margin-right: 0px;
}

.category_tab .tabs .etabs ul li a {
    border: 1px solid #000;
    font-size: 14px;
    line-height: 14px;
    padding: 9px;
    transition: 0.5s ease 0s;
    background-color: #ffffff;
}

.category_tab .tabs .etabs ul li a:hover {
    background-color: #000000c7;
    border: 1px solid #000000c7;
    color: #ffffff;
}

.category_tab .tabs .etabs ul li.active a {
    background-color: #000000c7;
    border: 1px solid #000000c7;
    color: #ffffff;
}

.category_tab .products {
    width: 100%;
    max-width: 100%;
    display: block;
}

.category_tab  .products .block {
    max-width: 100%;
    margin-right: 0px;
}

.products .block .btn-danger {
    display: block;
    width: 100%;
    text-align: center;
}

#tab_spinner {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: url(https://pepfer.ru/catalog/view/theme/awayfashion/image/themeimage/category_load.gif) 50% 50% no-repeat #fff;
}

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

.cart_forms h1 {
    margin-top: 0px;
}

.cart_forms .products_list {
    width: 100%;
    max-width: 60%;
}

.cart_forms .cart_info {
    width: 100%;
    max-width: 30%;
}

.cart_forms .cart_info .cart_block_end {
    display: block;
    margin-top: 10px;
    padding: 20px;
    background-color: #fcf7e6;
    box-sizing: border-box;
}

.cart_forms .cart_info .cart_block_end .list {

}

.cart_forms .cart_info .cart_block_end .list .block {
    padding-bottom: 10px;
    border-bottom: 1px dashed #575757;
    margin-bottom: 10px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    font-size: 18px;
    line-height: 18px;
    font-family: Thoma;
    letter-spacing: 1px;
    color: #000000;
}

.cart_forms .cart_info .cart_block_end .list .block span {

}

.cart_forms .cart_info .buttons {
    margin-top: 20px;
    box-sizing: border-box;
}

.cart_forms .cart_info .buttons a {
    display: block;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
    overflow: hidden;
}

.cart_forms .cart_info .buttons .button_1 {
    background-color: #101820;
    color: #fcf7e6;
}

.cart_forms .cart_info .buttons .button_2 {

}

.call_informations {

}

.call_informations .title {
    font-family: Thoma;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
}

.call_informations .blocks {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.call_informations .blocks .block {
    position: relative;
    width: 100%;
    max-width: 30%;
    text-align: center;
}

.call_informations .blocks .block:after {
    display: block;
    content: '';
    position: absolute;
    right: -17px;
    left: auto;
    bottom: 11%;
    width: 1px;
    height: 75%;
    background-color: #e1e1e1;
}

.call_informations .blocks .block.end_block:after {
    display: none;
}

.call_informations .blocks .block .image {
    height: 31px;
}

.call_informations .blocks .block .name {
    font-size: 12px;
    line-height: 16px;
}

.cart_forms .products_list .block {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.cart_forms .products_list .block .image {
    width: 100%;
    max-width: 124px;
}

.cart_forms .products_list .block .info {
    width: 100%;
    max-width: 39%;
}

.cart_forms .products_list .block .count {
    width: 100%;
    max-width: 7%;
}

.cart_forms .products_list .block .weight {
    width: 100%;
    max-width: 10%;
}

.cart_forms .products_list .block .price {
    width: 100%;
    max-width: 84px;
    font-family: Thoma;
    color: #cc0000;
    font-size: 19px;
    line-height: 19px;
}

.cart_forms .products_list .block .delete {
    width: 100%;
    max-width: 24px;
}

.cart_forms .products_list form {

}

.cart_forms .products_list form .block {
    border-top: 1px dashed #575757;
    padding-top: 30px;
    margin-bottom: 30px;
}

.cart_forms .products_list form .block .info {

}

.cart_forms .products_list form .block .info .title {

}

.cart_forms .products_list form .block .info .title a {

}

.cart_forms .products_list form .block .info .model {
    color: #949494;
}

.cart_forms .products_list form .block .count input[type="text"] {
    text-align: center;
}

.cart_forms .products_list form .block .count button[type="submit"] {
    display: block;
    margin-top: 4px;
    background-image: url(../image/refresh.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
}

.cart_forms .products_list form .block .delete button[type="button"] {
    background-image: url(../image/delete.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: unset;
    margin: 0px;
    padding: 0px;
    width: 24px;
    height: 24px;
}

.cart_forms ul li:first-child {
    border-top: 1px dashed #57575700!important;
}

.cart_forms .products_related {
    border-top: 1px solid #d8d8d8;
}

.cart_forms .products_related .block {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
}

.cart_forms .products_related .block .image {
    width: 100%;
    max-width: 100%;
}

.swiper-button-next {
    background-image: url(../image/right.svg)!important;
    right: 0px!important;
}

.swiper-button-prev {
    background-image: url(../image/left.svg)!important;
    left: 0px!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none!important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.7!important;
}

.swiper-button-next, .swiper-button-prev {
    width: 60px!important;
    height: 60px!important;
    -moz-background-size: contain!important;
    -webkit-background-size: contain!important;
    background-size: contain!important;
    background-repeat: no-repeat;
}

.header_promo .swiper-button-next, .header_promo .swiper-button-prev {
    width: 20px!important;
    height: 20px!important;
    margin: 0px;
    top: -4px;
}

.slder_header_none {
    display: none;
}

.category_tab .swiper-button-next {
    background-image: url(../image/right_black.svg)!important;
}

.category_tab .swiper-button-prev {
    background-image: url(../image/left_black.svg)!important;
}

.pagination_block {
    display: flex;
    width: 100%;
    margin-top: 50px;
    justify-content: center;
}

.pagination_block ul {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}

.pagination_block ul li {
    margin-right: 10px;
}

.pagination_block ul li:last-child {
    margin-right: 0px;
}

.pagination_block ul li a, .pagination_block ul li span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #ffffff;
    padding: 10px;
    box-sizing: border-box;
}

.pagination_block ul .active span {
    border: 1px solid #000000;
}

.checkout_form_menu_button {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 17px 20px;
    background-color: #fcf7e6;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #000000;
    font-family: var(--pepfer-sans);
    font-weight: 500;
}

.checkout_form_menu_button:after {
    display: block;
    content: '';
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../image/right_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#overlay_checkout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.checkout_form_menu {
    position: fixed;
    top: 0;
    right: -370px;
    width: 370px;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    transition: right 0.3s ease;
    z-index: 50;
    border-radius: 2px;
    overflow-y: auto;
    box-sizing: border-box;
}

.checkout_form_menu h2 {
    font-family: var(--pepfer-sans);
}

.checkout_form_menu .close-menu {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    background-image: url(../image/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.checkout_form_menu  .shipping_info button, .checkout_form_menu  .shipping_info input {
    margin-top: 10px;
}

#overlay_checkout.show {
    opacity: 1;
    visibility: visible;
}

.checkout_form_menu.show {
    right: 0;
}

#page-body.no-scroll {
    overflow: hidden;
}

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

.product_block .left {
    width: 100%;
    max-width: 64%;
}

.product_block .left .product-info {
    position: relative;
}



.product_block .right {
    width: 100%;
    max-width: 34%;
}

.product_block .right h1 {
    font-size: 25px;
    line-height: 25px;
    margin-top: 0px;
}

.product_block .right .price_list {

}

.product_block .right .price_list .price {
    font-family: Thoma;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 400;
}

.product_block .right .price_list .special-price {
    
}

.product_block .right .price_list .price-old {
    
}

.product_block .right .info_list {
    margin-top: 20px;
}

.product_block .right .info_list li {
    display: flex;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.product_block .right .info_list span {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
    margin-right: 4px;
}

.product_block .right .radio_full {
    margin-top: 30px;
}

.product_block .right .radio_full .title {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}

.product_block .right .radio_list {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}

.product_block .right .radio_product {
    position: relative;
    cursor: pointer;
    padding: 13px;
    border: 1px solid #949494;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    color: #000000;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product_block .right .radio_product:has(input[type="radio"]:checked) {
    background-color: #000000;
    color: #ffffff;
}

.product_block .right .radio_product input {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    opacity: 0;
}

.product_block .right .count_button {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.product_block .right .count_button input[type="text"] {
    width: 100%;
    max-width: 15%;
    text-align: center;
    margin-right: 20px;
}

.product_block .right .count_button [type="button"] {
    width: 100%;
    max-width: 65%;
    /* Was #427e2b. The refine sheet already repainted this button; the source is
       corrected too, so nothing depends on override order. */
    background-color: #241F1A;
    border-radius: 2px;
    margin-right: 20px;
}

.product_block .right .count_button .favorite_button, .products .block .favorite_button {
    display: block;
    width: 34px;
    height: 34px;
    top: 0px;
    right: 0px;
    background-color: unset;
    background-image: url('/catalog/view/theme/pepfer/image/favorite.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0px;
    margin-right: 0px;
}

.product_block .right .count_button .favorite_button:hover {
    background-color: unset!important;
}

.product_block .right .product_block_messengers_text {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
}

.product_block .right .product_block_messengers_text .oneclick_block {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product_block .right .product_block_messengers_text .text {
    width: 100%;
    max-width: 57%;
}

.product_block .right .product_block_messengers_text .messengers {
    width: 100%;
    max-width: 37%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.product_block .right .product_block_messengers_text .messengers a {
    display: block;
    width: 36px;
    height: auto;
}

.product_block .right .product_block_messengers_text .messengers svg {
    width: 100%;
    height: auto;
}

.product_block .right .product_block_messengers_text .messengers .whatsapp svg {
    color: #5bcd70;
}

.product_block .right .product_block_messengers_text .messengers .telegram svg {
    color: #47b5e4;
}

.product_block .right .product_block_messengers_text .messengers .vkontakte svg {
    color: #0077FF;
}

.product_block .right .count_button [type="button"]:hover {
    background-color: #575757;
}

.product_block .left .images {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.product_block .left .images .image_min {
    width: 100%;
    max-width: 12%;
}

.product_block .left .images .image_min .slider_min_container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product_block .left .images .swiper-button-prev {
    background-image: url(../image/left_black.svg)!important;
    top: 0px;
    bottom: auto;
}

.product_block .left .images .swiper-button-next {
    background-image: url(../image/right_black.svg)!important;
    top: auto;
    bottom: 0px;
}

.product_block .left .images .swiper-button-next, .product_block .left .images .swiper-button-prev {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0px!important;
    right: 0px!important;
    margin: auto;
    width: 42px !important;
    height: 42px !important;
}

.product_block .left .images .image_big {
    width: 100%;
    max-width: 86%;
    position: relative;
}

.product_block .left .images .gallery-thumbs {
  height: 480px;
}

.product_block .left .images .gallery-thumbs .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0.6;
    border: 1px solid #00000000;
}

.product_block .left .images .gallery-thumbs .swiper-slide-active {
    border: 1px solid #000000;
    opacity: 1;
}

.product_block .left .images .gallery-thumbs .swiper-slide:hover {
    border: 1px solid #000000;
    opacity: 1;
}

.product_block .left .images .gallery-thumbs .swiper-slide span {
    padding: 2px;
    box-sizing: border-box;
}

.product_block .left .images .gallery-top {
    height: auto;
}

.product_block .left .images .gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.product_block .left .images .swiper-slide a, .product_block .left .images .swiper-slide span {
    display: block;
    height: 100%;
    text-align: center;
    outline: unset;
    border: 0;
}

.product_block .left .images .swiper-slide a img {
    width: 100%;
    height: auto;
}

.product_block .left .images .swiper-slide span img {
    width: auto;
    height: 100%;
}

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

.blogs_other .other_left {
    width: 100%;
    max-width: 20%;
}

.blogs_other .blog_right {
    width: 100%;
    max-width: 76%;
}

.blog_list {
    /* Стили для основного контейнера списка блогов */
}

.blog_list ul {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}

.blog_list li {
    display: block;
    width: 100%;
    max-width: 48%;
    margin-right: 39px;
    margin-bottom: 40px;
}

.blog_list li:nth-child(2n) {
    margin-right: 0px;
}

.blog_list .block {
}

.blog_list .block .image {
    width: 100%;
    height: 510px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog_list .block .title {
    margin-top: 30px;
}

.blog_list .block .title a {
    font-size: 20px;
    line-height: 20px;
}

.blog_list .block .info {
    margin-top: 30px;
}

.blog_list .block .read {
    margin-top: 40px;
}

.blog_list .block .read a {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .0625rem;
    line-height: .875rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
}

.blog_home .swiper-button-next {
    background-image: url(../image/right_black.svg)!important;
}

.blog_home .swiper-button-prev {
    background-image: url(../image/left_black.svg)!important;
}

.blog_home .blog_list li {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
}

.accordion {
    display: block;
    position: relative;
    background-color: #ffffff;
    color: #000000;
    text-transform: none;
    cursor: pointer;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    transition: 0.4s;
    border-top: 1px solid #e2e8f0!important;
}

.accordion:hover {
    background-color: unset;
}

.accordion:after {
    display: block;
    position: absolute;
    right: 18px;
    top: 14px;
    width: 26px;
    height: 26px;
    content: '';
    background-image: url(../image/left_black.svg);
    background-position: center;
    background-size: contain;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.accordion.active:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel_accordion {
    padding-left: 0px;
    padding-right: 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
}

#overlay_mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 60;
}

.mobile_menu {
    position: fixed;
    top: 0;
    left: -370px;
    width: 100%;
    max-width: 370px;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    transition: left 0.3s ease;
    z-index: 70;
    border-radius: 2px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.mobile_menu .close-menu {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    background-image: url(../image/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#overlay_mobile_menu.show {
    opacity: 1;
    visibility: visible;
}

.mobile_menu.show {
    left: 0;
}

.mobile_menu .menu_head ul li {
    display: block;
    width: 100%;
}

.mobile_menu .footer_mobile_menu {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 100px;
    background-color: #fcf7e6;
    left: 0px;
    right: 0px;
    z-index: 1;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -10px;
    padding-top: 20px;
}

.mobile_menu .footer_mobile_menu .accordion {
    display: block;
    position: relative;
    background-color: #ffffff00;
    color: #000000;
    text-transform: none;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    transition: 0.4s;
    border-top: unset!important;
}

.mobile_menu .footer_mobile_menu .block_other {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.mobile_menu .footer_mobile_menu .block_other li {
    display: block;
    margin-bottom: 10px;
}

.mobile_menu .footer_mobile_menu .block_other a {
    display: block;
    position: relative;
    padding-left: 29px;
    font-size: 17px;
    line-height: 20px;
}

.mobile_menu .footer_mobile_menu .block_other a img {
    position: absolute;
    width: 20px;
    top: 0px;
    left: 0px;
}

.mobile_menu .footer_mobile_menu .panel_accordion {
    background-color: unset;
}

.mobile_menu .categories_list {
    margin-top: 40px;
}

.mobile_menu .categories_list .head_cat {
    position: relative;
    margin-bottom: 20px;
}

.mobile_menu .categories_list .head_cat button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 26px;
    height: 26px;
    border: unset;
    border-top: unset!important;
}

.mobile_menu .categories_list .head_cat a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.mobile_menu .categories_list .head_cat .accordion:after {
    right: 0;
    top: 0;
}

.mobile_menu .categories_list .head_cat .panel_accordion a {
    text-transform: unset;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
}

.mobile_menu .categories_list .head_cat .panel_accordion .grandchildren {
    padding-left: 20px;
}

.category_tab {
    margin-top: 50px;
}

.blog_home {
    margin-top: 50px;
}

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

.maps_list > li {
    width: 100%;
    max-width: 33%;
    margin-bottom: 20px;
}

.maps_list li a {
    font-size: 15px;
    line-height: 25px;
} 

.maps_list li ul {
    padding-left: 10px;
}

.preorder_message_product button {
    display: none;
}

.products_related {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.products_related h3 {
    text-align: center;
}

.products_related .swiper-button-next {
    background-image: url(../image/right_black.svg)!important;
}

.products_related .swiper-button-prev {
    background-image: url(../image/left_black.svg)!important;
}

.products.products_related .block {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
}

.products.products_related .block .price {
    width: 100%;
    max-width: 100%;
    font-family: Thoma;
    color: #000000;
    font-size: 19px;
    line-height: 19px;
}

.products_related .swiper-button-next {
    right: -47px!important;
}

.products_related .swiper-button-prev {
    left: -47px!important;
}

.products .results_sort {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

.products .results_sort .results {
    width: 100%;
    max-width: 240px;
}

.products .results_sort .sort {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 184px;
}

.products .results_sort .sort label {
    width: 100%;
    max-width: 72px;
}

.products .results_sort .sort select {
    width: 100%;
    max-width: 109px;
    border: unset;
    font-size: 12px;
    line-height: 12px;
    outline: 0;
    padding: 0px;
}

.products_related_home {
    margin-top: 50px;
}

.services_home {
    margin-top: 50px;
}

.services_home .blocks {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    max-width: 1000px;
}

.services_home .blocks .block {
    width: 100%;
    max-width: 24%;
    text-align: center;
}

.services_home .blocks .block .image img {
    transition: transform 0.6s ease;
    width: 54px;
}

.services_home .blocks .block .image:hover img {
    transform: scale(1.4);
}

.services_home .blocks .block .title {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--pepfer-sans);
    font-weight: 500;
}

.services_home .blocks .block .sub_title {
    
}

#scrollToTopBtn {
    display: none;
    cursor: pointer;
    position: fixed;
    z-index: 100;
    right: 30px;
    bottom: 30px;
    width: 38px;
    height: 38px;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding-top: 9px;
    box-sizing: border-box;
    border-radius: 100%;
}