* {
    margin: 0;
    padding: 0;
    /* user-select: none; */
}

html,
body,
.body-wrapper {
    height: 100%;
}

body {
    background-image: url(/images/paper_bg.png);
    background-repeat: repeat;
}

.body-innerwrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.form-lock body,
body.offcanvas-active {
    overflow: hidden!important;
}

#sp-main-body {
    flex: 1 0 auto;
    padding: 50px 0;
}

#sp-footer {
    flex: 0 0 auto;
}

::-webkit-scrollbar-button {
    background-image: none;
    background-repeat: no-repeat;
    width: 8px;
    height: 0px
}

 ::-webkit-scrollbar-track {
    background-color: transparent
}

 ::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #c3c3c3;
}

 ::-webkit-resizer {
    background-image: none;
    background-repeat: no-repeat;
    width: 6px;
    height: 0px
}

 ::-webkit-scrollbar {
    width: 6px;
}

::selection {
    background: #191919;
    color: #fff;
}

:focus {
    outline: 0;
}

.article-can-edit {
    display: none!important;
}

.nav-placeholder {
    background-color: #fff;
}

#sp-top-bar {
    background: #600908;
    color: #fff;
    padding: 9px 0;
    font-weight: 500;
}

#sp-top-bar a {
    color: #fff;
}

#sp-top-bar i.fa,
#sp-top-bar span.fa {
    color: #fff;
    font-size: 14px;
    margin-right: 3px;
    min-width: 20px;
    text-align: center;
}

#sp-footer .sp-copyright {
    font-weight: 300;
    font-size: 12px;
    color: #999999;
}

#sp-footer .sp-copyright>a {
    color: #fff;
}

#sp-footer .sp-copyright>a:hover {
    color: #999999;
}

.sp-author {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 11px;
}

.sp-author a {
    height: 19px;
    display: inline-block;
}

.sp-author img {
    margin-left: 15px;
    display: inline-block;
    max-height: 19px;
}


/* .home-page section#sp-title {
    background: #202020;
    padding: 30px 0;
    background-image: url(/images/header-main.jpg)!important;
    background-position: center 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    position: relative;
    margin-top: -96px;
} */

section#sp-slider {
    /* height: 650px; */
    background: #202020;
    position: relative;
    margin-top: -96px;
    margin-bottom: 30px;
}

.home-page #sp-header {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
}

.home-page .sp-megamenu-parent>li>a,
.home-page .sp-megamenu-parent>li>span,
.home-page .sp-megamenu-parent>li.active>a,
.home-page .sp-megamenu-parent>li.active:hover>a {
    color: #fff;
}

.header-sticky .sp-megamenu-parent>li.active>a,
.header-sticky .sp-megamenu-parent>li.active:hover>a,
.home-page .header-sticky .sp-megamenu-parent>li>a,
.home-page .header-sticky .sp-megamenu-parent>li>span {
    color: #600908;
}

.home-page #sp-header.header-sticky {
    background: #fff;
}

.article-details .article-header h1,
.article-details .article-header h2 {
    font-size: 38px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    padding: 60px 0;
}

body:not(.home-page) .article-details {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 0;
    line-height: 28px;
    font-size: 16px;
}

body.menu-page .article-details {
    max-width: unset;
}

.header-sticky .sp-megamenu-parent>li>a,
.header-sticky .sp-megamenu-parent>li>span {
    margin: 12px 0;
}

.hm_reservation {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    padding: 0 15px;
    line-height: 38px;
    height: 40px;
    border: 2px solid transparent;
    margin: 28px 0 28px 15px;
    text-transform: uppercase;
    position: relative;
}

.header-sticky .hm_reservation {
    margin: 12px 0 12px 15px;
}

.home-page .hm_reservation {
    color: #fff;
}

.home-page .header-sticky .hm_reservation {
    color: #600908;
}

.header-sticky .hm_reservation,
.home-page .hm_reservation {
    border-color: #fff!important;
}

.hm_reservation,
.header-sticky .hm_reservation {
    border-color: #600908!important;
}

.hm_reservation:before {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease 0s;
    width: 0%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff;
}

.hm_reservation:hover {
    color: #600908!important;
    box-shadow: 0 10px 20px 0 rgba(17, 17, 17, 0.1);
}

body:not(.home-page) .hm_reservation:before,
.home-page .header-sticky .hm_reservation:before {
    background-color: #600908;
}

body:not(.home-page) .hm_reservation:hover,
.home-page .header-sticky .hm_reservation:hover {
    color: #fff!important;
}

.hm_reservation:hover:before {
    width: 100%;
}

#sp-menu .sp-column {
    display: flex;
    flex-direction: row-reverse;
}


/* .logo-image {
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
} */

.header-sticky .logo-image,
.header-sticky #offcanvas-toggler {
    height: 54px!important;
}

.header-sticky #offcanvas-toggler {
    line-height: 54px!important;
}

.home-page #sp-header:not(.header-sticky) .logo-image,
.home-page #sp-header.header-sticky .white-logo-image,
body:not(.home-page) .white-logo-image {
    display: none;
}

.home-page #sp-header.header-sticky .logo-image:not(.white-logo-image),
.home-page #sp-header:not(.header-sticky) .white-logo-image {
    display: inline-block;
}

.font-roboto_slab {
    font-family: 'Roboto Slab', sans-serif;
}

.portfolio_wrapper {
    padding: 0!important;
    margin-top: 30px;
}

.menu-page .portfolio_wrapper:first-child {
    margin-top: 0;
}

.hm_menu._reverse .portfolio_wrapper {
    flex-direction: row-reverse;
}


/* #sp-position2 {
    padding-bottom: 250px;
} */

#sp-position2 .sp-module {
    position: relative;
}

#sp-position2 .sp-module.hm_menu {
    padding: 70px 0 !important;
}

#sp-position2 .sp-module-content {
    max-width: 1425px;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    padding: 0 90px;
}

#sp-position2 .portfolio_box {
    margin-top: -70px;
}

#sp-position2 .portfolio_box .sp-module-content {
    max-width: unset;
    padding: 0;
    margin-top: 45px;
}

.parallax_scroll_image {
    width: 60%;
    margin-right: 3.5%;
    box-sizing: border-box;
}

.portfolio_img,
.portfolio_parallax_scroll {
    box-shadow: 0 10px 20px 0 rgba(17, 17, 17, 0.1);
    border-radius: 2px;
}

.portfolio_parallax_scroll {
    width: 40%;
    position: absolute;
    right: 90px;
    padding: 40px;
    background: rgb(255, 255, 255);
    display: block;
    z-index: 1;
}

.hm_menu._reverse .portfolio_parallax_scroll {
    left: 90px;
}

.hm_title,
.hm_articletitle {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 300;
}

.hm_articletitle {
    text-align: center;
    margin: 30px 15px;
}

.hm_menu .hm_title {
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 1px;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
}

.hm_menu .hm_title>span {
    border-bottom: 1px solid #222;
    display: inline-block;
}

.menu-page .hm_title {
    text-align: center;
}

.hm_title_first {
    font-size: 45px;
    line-height: 50px;
    color: #600908;
    display: block;
    text-transform: none;
    font-weight: 500;
}

.hm_menu__item {
    width: 100%;
    margin: 0;
    text-align: left;
}

.hm_menu__item:first-child {
    margin-top: 30px;
}

.hm_menu__content {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.hm_menu__head .hm_menu__content {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #600908;
    text-transform: unset;
}

.hm_menu__title {
    width: 60%;
    /* line-height: 1.3; */
    /* color: #600908; */
}

.hm_menu__weight {
    width: 20%;
    text-align: right;
    font-weight: 400;
    color: #999;
}

.hm_menu__head .hm_menu__weight {
    color: #600908;
}

.hm_menu__price {
    width: 20%;
    text-align: right;
    /* color: #600908; */
}

.hm_menu__price>span {
    font-weight: 400;
    font-size: 11px;
    text-transform: lowercase;
}

.hm_menu___excerpt {
    width: 75%;
    width: calc(75% - 75px);
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 13px;
    margin-top: 5px;
    font-weight: normal;
    margin-bottom: 0;
    color: #424242;
}

.parallax-title {
    position: relative;
    /* bottom: -70px; */
}

.hm_about_section {
    margin-bottom: 70px;
}

.parallax_title {
    z-index: 9;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

h2.ppb_title {
    font-size: 55px;
    text-transform: uppercase;
    color: #fff;
}

.menu-page_list__item {
    padding: 50px 0;
}

.menu-page_list__item:first-child {
    padding-top: 0;
}

.menu-page_list__item:last-child {
    padding-bottom: 0;
}

.menu-page .hm_menu_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.menu-page .hm_menu__item {
    width: 50%;
    border-radius: 2px;
    padding: 15px 30px;
}

.menu-page .hm_menu__item.hm_menu__head {
    padding: 5px 30px;
}

.menu-page .hm_menu__item:hover {
    background: #f1f1f1;
}

.menu-page .hm_menu__item.hm_menu__head:hover {
    background: #fff;
}

.menu-page .portfolio_parallax_scroll .hm_menu__item {
    width: 100%;
}

#sp-footer .container {
    max-width: unset;
    padding: 0 90px
}

.social_wrapper {
    width: 100%;
    margin: 0;
    text-align: left;
}

#sp-bottom {
    color: #999999;
}

#sp-bottom .social_wrapper ul {
    list-style: none;
    margin-left: 0;
}

#sp-bottom .social_wrapper ul li {
    margin: 0 10px 10px 10px !important;
    display: inline-block;
}

#sp-bottom a,
#sp-bottom .social_wrapper ul li a,
#sp-bottom .sp-module .sp-module-title {
    color: #ffffff;
}

#sp-bottom .social_wrapper ul li a i {
    line-height: 24px;
    font-size: 24px;
}

.marginright {
    margin-right: 7px;
}

#sp-bottom .sp-module .sp-module-content {
    padding-top: 10px;
}

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

.portfolio_list__item {
    width: 25%;
    background-color: #fff;
    display: block;
    position: relative;
}

.portfolio_list__bg {
    height: 450px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.portfolio_list__bg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.portfolio_list__title {
    padding: 15px;
    line-height: 1.3;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #252525;
    display: block;
    margin-bottom: 15px;
}

.portfolio_list__title:hover {
    color: #600908;
}

.button,
input.addtocart-button {
    display: inline-block;
    outline: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0 1.7em;
    background: transparent;
    text-transform: uppercase;
    /* font-size: 11px; */
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: none;
    text-shadow: none;
    -webkit-appearance: none;
    box-shadow: 0 0 0 0 !important;
    line-height: 35px!important;
    height: 35px;
    white-space: nowrap;
    color: #ffffff;
    background-color: #222222;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -moz-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -ms-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -o-transition: color .2s linear, background .1s linear, opacity .2s linear;
    transition: color .2s linear, background .1s linear, opacity .2s linear;
}

.button:hover,
.button:focus,
input.addtocart-button:hover,
input.addtocart-button:focus {
    color: #fff;
    background-color: #222222;
    opacity: 0.9;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none!important;
}

.sp-page-title .sp-page-title-heading {
    text-align: center;
}

#sp-bottom2 .hm_reservation {
    display: none!important;
}

input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="number"]:not(.form-control),
select:not(.form-control),
textarea:not(.form-control),
input[type="text"].contactus-fields,
input[type="email"].contactus-fields,
input[type="date"].contactus-fields,
input[type="time"].contactus-fields,
input[type="tel"].contactus-fields,
select.contactus-fields,
textarea.contactus-textarea,
input[type="text"]:not(.form-control):focus,
input[type="email"]:not(.form-control):focus,
input[type="url"]:not(.form-control):focus,
input[type="date"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus,
input[type="search"]:not(.form-control):focus,
input[type="tel"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus,
select:not(.form-control):focus {
    background-color: transparent!important;
}

input[type="text"]:not(.form-control):focus,
input[type="email"]:not(.form-control):focus,
input[type="url"]:not(.form-control):focus,
input[type="date"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus,
input[type="search"]:not(.form-control):focus,
input[type="tel"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus,
select:not(.form-control):focus {
    border-color: #600908!important;
    color: #600908!important;
}

.hm_reservation__wrapper .hm_title {
    margin-bottom: 30px;
    text-align: center;
}

.view-category.menu-page section#sp-main-body,
.com-virtuemart section#sp-main-body {
    padding: 0;
}

.view-category.menu-page section#sp-main-body>.container,
.view-article.menu-page section#sp-main-body>.container,
.com-virtuemart section#sp-main-body>.container {
    max-width: 100%;
}

.view-article.menu-page section#sp-main-body main#sp-component {
    position: static!important;
}

.view-category.menu-page section#sp-main-body .container .container-inner,
.com-virtuemart section#sp-main-body .container .container-inner {
    margin: 0 -15px;
}

.view-article.menu-page .parallax_scroll_image,
.hm_product__view .parallax_scroll_image {
    width: 50%;
    margin-right: 0;
}

.view-article.menu-page .portfolio_wrapper,
.hm_product__view .portfolio_wrapper {
    position: relative;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.view-article.menu-page .portfolio_wrapper .portfolio_parallax_scroll,
.hm_product__view .portfolio_wrapper .portfolio_parallax_scroll {
    position: relative;
    top: 15%;
    width: 50%;
    width: calc(50% + 75px);
    left: -90px;
}

.view-article.menu-page section#sp-main-body {
    padding: 15px 0;
}

.blogmenu-page .article,
.hm_category,
.hm_product {
    background: #fff;
    text-align: left;
    margin-bottom: 0;
}

.blogmenu-page .article .article-header,
.hm_category .hm_category__header,
.hm_product .hm_product__header {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
    border-left: 1px solid#f1f1f1;
}

.blogmenu-page .article .article-header>h2,
.hm_category .hm_category__header h2,
.hm_product .hm_product__header h2 {
    padding: 15px;
    line-height: 1.3;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #252525;
    display: block;
    text-align: left;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.blogmenu-page .article-list .article .article-intro-image,
.blogmenu-page .article-list .article .article-featured-video,
.blogmenu-page .article-list .article .article-featured-audio,
.blogmenu-page .article-list .article .article-feature-gallery,
.hm_category .hm_category__image,
.hm_product .hm_product__image {
    position: relative;
    width: 100%;
    transition: 0.4s;
}

.blogmenu-page .article-list .article .article-intro-image img,
.blogmenu-page .article-list .article .article-featured-video img,
.blogmenu-page .article-list .article .article-featured-audio img,
.blogmenu-page .article-list .article .article-feature-gallery img,
.hm_category .hm_category__image img,
.hm_product .hm_product__image img {
    box-shadow: none!important;
    border-radius: 0!important;
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
}

.blogmenu-page .article-list .article .article-intro-image:after,
.blogmenu-page .article-list .article .article-featured-video:after,
.blogmenu-page .article-list .article .article-featured-audio:after,
.blogmenu-page .article-list .article .article-feature-gallery:after,
.hm_category .hm_category__image:after,
.hm_product .hm_product__image:after,
.portfolio_list__item .portfolio_list__bg:after {
    content: 'Перейти →';
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin: -21px 0px 0px -75px;
    width: 150px;
    height: 42px;
    transform: perspective(1px) scale(2);
    padding: 10px 0;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    opacity: 0;
    transition: 0.4s;
    white-space: nowrap;
    pointer-events: none;
}

.blogmenu-page .article-list .article:hover .article-intro-image:after,
.blogmenu-page .article-list .article:hover .article-featured-video:after,
.blogmenu-page .article-list .article:hover .article-featured-audio:after,
.blogmenu-page .article-list .article:hover .article-feature-gallery:after,
.hm_category:hover .hm_category__image:after,
.hm_product:hover .hm_product__image:after,
.portfolio_list__item:hover .portfolio_list__bg:after {
    opacity: 1;
    transform: perspective(1px) scale(1);
}

.blogmenu-page .article-list .article:hover .article-intro-image:before,
.blogmenu-page .article-list .article:hover .article-featured-video:before,
.blogmenu-page .article-list .article:hover .article-featured-audio:before,
.blogmenu-page .article-list .article:hover .article-feature-gallery:before,
.hm_category:hover .hm_category__image:before,
.hm_product:hover .hm_product__image:before,
.portfolio_list__item:hover .portfolio_list__bg:before {
    pointer-events: none;
    content: '';
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #262626;
    z-index: 2;
}

.blogmenu-page .article .article-body {
    display: none!important;
}

.blogmenu-page .article-list>.row,
.com-virtuemart .category-view>.row,
.com-virtuemart .category-products>.row {
    margin-left: 0;
    margin-right: 0;
}

.blogmenu-page .article-list>.row>div,
.com-virtuemart .category-view>.row>div,
.com-virtuemart .category-products>.row>div {
    padding-left: 0;
    padding-right: 0;
}

.blogmenu-page>p {
    padding: 50px;
}

.com-virtuemart .category-view a {
    color: #252525;
}

.blogmenu-page .article-list .article:hover a,
.hm_category:hover a,
.hm_product:hover a {
    color: #600908;
}

.portfolio_desc {
    margin-bottom: 30px;
    padding: 0 30px;
    font-style: italic;
    font-size: 14px;
}

#system-message-container,
#proopc-system-message,
#facebox {
    text-align: center;
    position: fixed!important;
    right: 5px!important;
    left: auto!important;
    top: 5px!important;
    opacity: 0.9;
    z-index: 9999;
    max-width: 350px;
    width: 100%;
    font-size: 11px;
}

#facebox .popup h4 {
    font-size: 11px;
    margin: 10px 0;
}

#facebox .content {
    padding: 0!important;
    background: transparent!important;
    border-radius: 0!important;
    width: 100%!important;
}

.alert .alert-heading,
#facebox .content br {
    display: none!important;
}

.alert,
.proopc-alert,
#facebox .popup {
    box-shadow: none!important;
    color: #fff;
    background-color: #000;
    border-radius: 2px;
    border: none;
    text-align: left;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    box-shadow: 0 10px 20px 0 rgba(17, 17, 17, .25);
}

.alert a,
.proopc-alert a,
#facebox .popup a {
    color: #fff;
    text-decoration: underline;
    margin: 0 5px;
    opacity: 1;
}

.alert a,
.proopc-alert a,
#facebox .popup a {
    opacity: 0.9;
}

#facebox .close img {
    opacity: 1;
    width: 9px;
}

#facebox_overlay {
    display: none!important;
}

#facebox .close {
    background: transparent;
}

.alert .close,
.proopc-alert .close {
    font-weight: 300;
    margin-right: -5px;
    position: relative;
    top: -10px;
    right: -10px;
    text-shadow: none;
    font-size: 16px;
    color: #fff;
}

.catalog-no-result {
    padding: 100px 0;
    text-align: center;
}

.sp-page-title .breadcrumb {
    justify-content: center;
    font-size: 13px;
    font-style: italic;
    margin-top: 20px;
}

.sp-page-title .breadcrumb>span,
.sp-page-title .breadcrumb>li,
.sp-page-title .breadcrumb>li+li:before,
.sp-page-title .breadcrumb>li>a {
    color: #252525;
}

.sp-page-title .breadcrumb>li>a:hover {
    color: #600908;
}

.sp-page-title .breadcrumb>.active {
    color: #999;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 1px;
    background-color: #98989d;
    margin: 0 15px;
}

.hm_category .hm_category__image,
.hm_product .hm_product__image {
    height: 450px;
    overflow: hidden;
}

.hm_category .hm_category__image img,
.hm_product .hm_product__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hm_product:hover {
    box-shadow: 0 0 20px 0 rgba(17, 17, 17, 0.1);
    border-radius: 2px 2px 0 0;
    z-index: 1;
}

.hm_product__header {
    position: relative;
}

.hm_product__addtocart,
.hm_product__header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hm_product__addtocart {
    padding: 0 15px;
}

.hm_product__price {
    font-weight: 400;
    font-size: 12px;
}

.hm_product__price b {
    font-weight: 600;
    font-size: 22px;
}

.hm_product__s_desc {
    padding: 15px 30px;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: #fff;
    font-style: italic;
    z-index: 2;
}

.hm_product:hover .hm_product__s_desc {
    opacity: 1;
    box-shadow: 0 20px 20px 0 rgb(17 17 17 / 10%);
    border-radius: 0 0 2px 2px;
}

.hm_product .product-fields-title-wrapper {
    display: none;
}

.hm_product__weight {
    padding: 15px;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    height: 51px;
}

.hm_product__weight .product-field {
    display: flex;
}

.product-fields-title strong {
    font-weight: 500;
    color: #252525;
    margin-right: 10px;
}

.product-fields-title strong:after {
    content: ': ';
}

.hm_product__view {
    padding-top: 30px;
    padding-bottom: 30px;
}

.hm_product__view .hm_product__addtocart {
    padding: 15px 0;
    flex-direction: column;
    align-items: flex-start;
}

.hm_product__view .hm_product__addtocart>div {
    padding: 15px 0;
}

.hm_product__view .hm_product__price {
    color: #600908;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.hm_product__view .hm_product__price b {
    font-weight: 600;
    font-size: 34px;
}

.hm_product__view .hm_product__weight {
    padding: 0;
    height: auto;
    font-size: 16px;
    color: #252525;
    font-weight: 400;
    margin-top: 30px;
}

.hm_product__view .hm_product__weight .product-field-display {
    font-weight: 600;
}

.hm_product__view .hm_product__s_desc {
    position: static;
    opacity: 1;
    text-align: left;
    padding: 0;
}

.hm_product__view .hm_product__cartbtn .quantity-box,
.hm_product__view .hm_product__cartbtn .quantity-controls {
    display: inline-block;
}

.hm_product__view .hm_product__img {
    width: 100%;
    height: 750px;
}

.hm_product__view .hm_product__img img {
    display: inline-block;
    box-shadow: 0 10px 20px 0 rgba(17, 17, 17, 0.1);
    border-radius: 2px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hm_product__view .page-product-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px;
}

.hm_product__view .hm_product__cartbtn {
    width: 100%;
}

.hm_product__view .hm_product__cartbtn div.addtocart-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quantity-box input {
    line-height: 50px;
    padding: 5px;
    font-size: 14px;
    color: #262626;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
    height: 50px;
    max-width: 50px;
    width: 100%;
    pointer-events: none;
    border-radius: 0!important;
    border: 1px solid #e9e9e9;
}

.hm_list .quantity-box input {
    height: 35px;
    width: 35px;
    max-width: 35px;
    font-size: 12px;
    padding: 0;
    text-align: center;
}

.hm_list .addtocart-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hm_product__view input.addtocart-button {
    line-height: 50px!important;
    height: 50px;
    margin-bottom: 0;
}

.hm_product__quantity {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 26px; */
    margin-right: 15px;
}

.hm_product__quantity .quantity-controls {
    width: 25px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

.hm_product__quantity span.quantity-controls {
    position: relative;
}

.hm_product__quantity span.quantity-controls:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 11px;
    height: 1px;
    background: #7f7f7f;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.hm_product__quantity span.quantity-controls:hover:before,
.hm_product__quantity span.quantity-controls:hover:after {
    background: #600908;
}

.hm_product__quantity span.quantity-controls.hm_product__quantity-plus:before {
    left: auto;
    right: 0;
}

.hm_product__quantity span.quantity-controls.hm_product__quantity-plus:after {
    content: "";
    position: absolute;
    background: #7f7f7f;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 1px;
    height: 11px;
    top: 50%;
    left: auto;
    right: 5px;
    margin-top: -5px;
}

.PricesalesPriceTt {
    color: #600908;
    font-size: 14px;
}

.vm-price-desc {
    font-weight: 600;
    font-size: 14px;
    color: #262626;
}

.PricesalesPriceTt b {
    font-size: 24px;
}

.hm_list .total-price {
    display: none!important;
}

.product_label {
    position: absolute;
    display: inline-block;
    left: 5px;
    top: 5px;
    z-index: 9;
    background: #262626;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0 10px 20px 0 rgba(17, 17, 17, 0.1);
    pointer-events: none;
    opacity: 0.9;
}

._plus18 {
    background: #ff4040;
}

.plus18 {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    text-align: center;
    transform: scale(0);
    font-weight: 500;
}

.plus18.show {
    transform: scale(1);
}

.plus18:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.plus18.show:before {
    opacity: .98;
}

.plus18 .inn18,
.plus18 .no-block {
    position: absolute;
    display: block;
    max-width: 400px;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transform: translate(0, -50%) scale(1.1);
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.plus18.show .inn18 {
    opacity: 1;
    transform: translate(0, -50%) scale(1);
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}

.plus18 .inn18.hide {
    opacity: 0;
    transform: translate(0, -100%) scale(0.8);
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.plus18 .tit {
    position: relative;
    display: block;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 38px;
    color: #262626;
}

.plus18 .plus {
    font-size: 130px;
    line-height: 100px;
    color: #009900;
}

.plus18 .question {
    position: relative;
    display: block;
    margin: 30px 0 60px;
    font-size: 18px;
    line-height: 32px;
    color: #262626;
}

.plus18 .buttons {
    position: relative;
}

.plus18 .buttons button {
    width: 100px;
    height: 50px;
    padding: 0 1.7em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 10px;
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
}

.plus18 .buttons button:hover,
.plus18 .buttons button:focus {
    opacity: 0.9;
}

.plus18 .buttons button.yes {
    background: #009900;
}

.plus18 .buttons button.no {
    background: #ff4040;
}

.plus18 .plus-info {
    position: absolute;
    display: block;
    height: 100px;
    bottom: 0;
    left: 20px;
    right: 20px;
    background: url(/images/alert1.svg) 50% 50% no-repeat;
    background-size: contain;
}

.plus18 .no-block {
    opacity: 0;
    transform: translate(0, 0%) scale(0.8);
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}

.plus18 .no-block.show {
    opacity: 1;
    transform: translate(0, -50%) scale(1);
}

.hm_list .hm_product__quantity .quantity-controls {
    height: 35px;
}

.hm_product__out-of-stock {
    background-color: #f1f1f1;
    padding: 0 1.7em;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
}

.hm_product__view .hm_product__out-of-stock {
    height: 50px;
    line-height: 50px;
}


/* ._out-of-stock::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 3;
    pointer-events: none;
} */

html.error-page body {
    background-repeat: repeat!important;
}

html.error-page .error-code {
    color: #600908!important;
}

html.error-page .error-message {
    font-size: 20px!important;
    line-height: 30px;
    color: #262626;
    font-weight: 400;
    max-width: 370px;
    margin: 0 auto 30px auto!important;
}

html.error-page .error-btn {
    display: block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 0 auto;
    background-color: #600908;
    transition: none;
}

html.error-page .error-btn:hover {
    background-color: #6f2120;
}

#sp-top2>.sp-column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cart_button {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.cart_circle {
    height: 20px;
    width: 20px;
    float: right;
    margin-left: 4px;
    border-radius: 100%;
    background-color: #fff;
    font-size: 11px;
    color: #6f2120;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}

.cart_title {
    float: right;
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
}

.cart_icon {
    float: right;
    margin: 2px 0;
}

.cart_blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.72;
    z-index: 100;
    display: none;
}

.cart_modal_container {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding-top: 100px;
    display: none;
    z-index: 101;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.cart_modal {
    max-width: 996px;
    width: 100%;
    height: auto;
    background: #fff;
    color: #262626;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 0;
    margin: 0 auto;
    text-align: left;
}

.cart_modal_header {
    line-height: 27px;
    font-size: 24px;
    color: #262626;
    padding: 30px 0;
    border-bottom: 1px solid #DCDFE7;
    position: relative;
}

.cart_close {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.message_blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 100;
    display: none;
}

.message_modal {
    max-width: 444px;
    width: 100%;
    height: 210px;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-radius: 2px;
    z-index: 101;
    box-sizing: border-box;
    padding: 30px 50px;
    text-align: center;
}

.modal_icon {
    margin-bottom: 16px;
    display: inline;
}

.message_modal_text {
    line-height: 30px;
    font-size: 20px;
    color: #262626;
    margin-bottom: 16px;
}

.message_modal_btn {
    width: auto;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 0;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    background: #600908;
    margin: 0 auto;
}

.message_modal_btn:hover {
    background-color: #6f2120;
}

.cart_items_container {
    margin-bottom: 30px;
}

.cart_item {
    box-sizing: border-box;
    padding: 20px 0;
    padding-left: 26px;
    position: relative;
    border-bottom: 1px solid #DCDFE7;
    display: flex;
    justify-content: space-between;
}

.delete_cart_item {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.cart_item_photo {
    float: left;
    height: 77px;
    width: 92px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.cart_item_photo img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.cart_item_title_block {
    float: left;
    width: 283px;
    margin-right: 20px;
}

.cart_item_title {
    width: 100%;
    margin-bottom: 5px;
}

.cart_item_title a {
    color: #262626!important;
    line-height: 16px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.cart_item_description {
    font-size: 11px;
    line-height: 13px;
    color: #262626;
    font-style: italic;
}

.cart_item_description b {
    font-weight: 500;
}

.cart_item_quantity_block {
    float: left;
    width: 108px;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 10px;
}

.cart_item_quantity_block_title {
    font-size: 13px;
    line-height: 16px;
    color: #262626;
    margin-bottom: 10px;
}

.cart_item_quantity_block_buttons {
    display: flex;
    width: 100%;
}

.cart_item_quantity_num {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #DCDFE7;
    color: #262626;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 0 0.75rem;
    font-size: 1rem;
    line-height: 50px;
    text-align: center;
    pointer-events: none;
}

.cart_item_quantity_minus,
.cart_item_quantity_plus {
    width: 26px;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.cart_item_quantity_minus:before,
.cart_item_quantity_plus:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 11px;
    height: 1px;
    background: #7f7f7f;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.cart_item_quantity_plus:before {
    left: auto;
    right: 0;
}

.cart_item_quantity_plus:after {
    content: "";
    position: absolute;
    background: #7f7f7f;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 1px;
    height: 11px;
    top: 50%;
    left: auto;
    right: 5px;
    margin-top: -5px;
}

.cart_item_price_block,
.cart_item_subtotal_block {
    float: left;
    padding-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

.cart_item_subtotal_block {
    margin-right: 0;
}

.cart_item_price_title {
    font-size: 11px;
    line-height: 14px;
    color: #999;
    margin-bottom: 5px;
}

.cart_item_price {
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
    color: #6f2120;
}

.cart_item_price b {
    font-weight: 600;
    font-size: 22px;
}

.total_sum_block {
    width: 100%;
    box-sizing: border-box;
    padding-left: 75%;
    padding-bottom: 15px;
    text-align: right;
}

.total_sum_block_title {
    font-size: 13px;
    color: #262626;
    margin-bottom: 10px;
    line-height: 16px;
}

.total_sum_block_price {
    line-height: 46px;
    font-size: 24px;
    color: #262626;
    font-weight: 500;
    white-space: nowrap;
}

.total_sum_block_price b {
    font-size: 34px;
    font-weight: 600;
}

.cart_buttons {
    width: 100%;
    height: 46px;
}

.cart_in_touch {
    float: left;
    width: 200px;
    height: 46px;
    line-height: 46px;
    color: #262626;
    border: 1px solid #DCDFE7;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 240px;
}

.cart_in_touch:hover {
    border-color: #6f2120;
    color: #6f2120;
}

.cart_submit {
    float: right;
    width: 200px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 0;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    background: #600908;
    display: block;
    text-decoration: none;
}

.cart_submit:hover {
    color: #fff;
    background-color: #6f2120;
}

.hidden {
    display: none!important;
}

.cart_item_custom {
    font-size: 11px;
    margin-top: 5px;
    color: #999;
}

#ProOPC {
    display: block;
    margin: 30px 0;
    font-weight: 500;
}

.cart-wrapper {
    background: rgb(255, 255, 255);
    display: block;
    padding: 30px;
    box-shadow: 0 10px 20px 0 rgba(17, 17, 17, 0.1);
    border-radius: 2px;
    margin: 30px 0;
}

#ProOPC .cart_item__left {
    width: 50%;
    padding-left: 15px;
}

#ProOPC .cart_item__right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}

input[type='radio'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkout_input_title {
    font-size: 14px;
    line-height: 18px;
    color: #262626;
    margin-top: 10px;
    font-weight: 600;
}

.map_input {
    position: absolute;
    z-index: 1;
    left: 20px;
    right: 20px;
    top: 5px;
}

.map_input input.pac-target-input,
.map_input input.pac-target-input:hover,
.map_input input.pac-target-input:focus {
    background-color: #fff!important;
}

#ProOPC .vmpayment_cost,
#ProOPC .vmshipment_cost,
.cart_delivery-payment__item .vmCartShipmentLogo,
.cart_delivery-payment__item .vmCartPaymentLogo {
    display: none!important;
}

.cart_delivery-payment__item {
    display: flex;
    justify-content: center;
    margin: 0 -30px 15px -30px;
}

.cart_delivery-payment__item>div {
    padding: 0 15px 5px 15px;
    width: 100%;
    /* max-width: 200px; */
    max-width: 25%;
    line-height: 1.4;
    border-bottom: 1px solid #DCDFE7;
}

.cart_delivery-payment__title {
    font-size: 13px;
    font-weight: 400;
    /* text-transform: lowercase; */
}

.cart_delivery-payment__title img {
    display: none;
}

.cart_delivery-payment__value {
    max-width: 150px;
    width: 100%;
    text-align: right;
}

.popup {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: .64s ease-in-out;
    transition: .64s ease-in-out;
}

.popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 800px;
    max-height: 400px;
    width: 60%;
    height: 80%;
    background-color: #fff;
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
    -webkit-transition: .64s ease-in-out;
    transition: .64s ease-in-out;
}

.popup__photo {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    width: 40%;
    height: 100%;
    overflow: hidden;
}

.popup__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.popup__text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    width: 60%;
    height: 100%;
    padding: 4rem;
}

#paymentCart .popup__text {
    width: 100%;
    text-align: center;
}

.popup__text h2 {
    margin-bottom: 15px;
    color: #600908;
}

.popup__text p {
    line-height: 1.5;
}

.popup.active {
    visibility: visible;
    opacity: 1;
}

.popup.active .popup-inner {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.popup__close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 3rem;
    height: 3rem;
    font-size: .875rem;
    font-weight: 300;
    border-radius: 100%;
    background-color: #0A0A0A;
    z-index: 4;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

#sp-position2 .hm_fullwrapper .sp-module-content,
.hm_services .article-details {
    max-width: 100%!important;
    padding: 0;
}

.hm_services #sp-main-body .container {
    max-width: 1425px;
    padding: 0 90px;
}

#sp-position2 .hm_fullwrapper .sp-module-content>div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hm_half_bg {
    background: rgba(37, 37, 47, 0.95);
    color: #ffffff;
    padding: 40px;
    margin: 40px 0;
}

.hm_half_bg .hm_title,
.hm_half_bg .hm_title_first {
    color: #fff;
}

#map {
    height: 500px;
}

.map_input>input {
    display: block;
    width: 100%!important;
    height: 46px;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 0!important;
    font-size: 13px!important;
    margin-bottom: 10px;
}

.hm_wrapper {
    box-shadow: 0 10px 20px 0 rgb(17 17 17 / 10%);
    border-radius: 2px;
    padding: 40px;
    background: rgb(255, 255, 255);
}

.delivery_list li {
    margin-bottom: 24px;
    padding-left: 50px;
    list-style: none;
    position: relative;
}

.delivery_list li i {
    position: absolute;
    top: 32px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    background: #888;
}

.delivery_list li div {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.delivery_list .title {
    line-height: 23px;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

.delivery_list sub {
    line-height: 1.3;
    text-transform: lowercase;
    font-style: italic;
    display: block;
}

#ProOPC .total_sum_block {
    padding-left: unset;
    text-align: center;
}

#ui-tabs ul#tabs,
input#cart_address_1_field,
.address_1-group {
    display: none!important;
}

#paymentCart pre {
    margin: 15px 0;
    font-size: 32px;
    font-weight: 600;
    background: #f1f1f1;
    padding: 10px 20px;
    border-radius: 2px;
    line-height: 1;
}

#paymentCart span {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 15px;
    margin: 5px 0;
    font-weight: 400;
}

#paymentCart span:last-child {
    border-bottom: 0;
}

.hm_half_bg ul,
.hm_half_bg ol,
.portfolio_parallax_scroll ul,
.portfolio_parallax_scroll ol {
    padding-left: 25px;
}

body.delivery-page .logo-image,
body.com-virtuemart .logo-image {
    display: none!important;
}

body:not(.delivery-page) .delivery-logo-image,
body:not(.com-virtuemart) .delivery-logo-image {
    display: none!important;
}

body.delivery-page .logo-image.delivery-logo-image,
body.com-virtuemart .logo-image.delivery-logo-image {
    display: block!important;
}

.font-roboto_slab {
    margin: auto;
    width: 60%;
    text-align: center;
}

.font-roboto_slab h1 {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 300;
}

.font-roboto_slab>div,
.font-roboto_slab>p {
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
}

.vm-wrap.vm-order-done {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
}


/* RESPONSIVE */

@media (max-width: 1440px) {
    .hm_category .hm_category__image,
    .hm_product .hm_product__image {
        height: 250px;
    }
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    #paymentCart span {
        flex-direction: column;
        padding: 0;
        border-bottom: 0;
    }
    .cart_item {
        flex-direction: column;
    }
    .hm_product__view input.addtocart-button {
        width: 100%;
        display: block;
        margin-top: 30px;
    }
    .view-article.menu-page .portfolio_wrapper,
    .hm_product__view .portfolio_wrapper,
    .hm_product__view .hm_product__cartbtn div.addtocart-bar {
        flex-wrap: wrap;
    }
    .hm_product__view .hm_product__img {
        height: 250px;
    }
    .view-article.menu-page .parallax_scroll_image,
    .hm_product__view .parallax_scroll_image,
    .view-article.menu-page .portfolio_wrapper .portfolio_parallax_scroll,
    .hm_product__view .portfolio_wrapper .portfolio_parallax_scroll {
        width: 100%;
        position: static;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul>li {
        border-bottom: 1px solid #222;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul>li a,
    .offcanvas-menu .offcanvas-inner .sp-module ul>li span {
        font-size: 13px;
        text-transform: uppercase;
        padding: 10px 0;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul>li a.hm_reservation {
        padding: 0;
        text-align: center;
        height: auto;
        width: 100%;
        margin: 30px 0;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul>li:last-child {
        border-bottom: 0;
    }
    .font-roboto_slab,
    .parallax_scroll_image,
    .portfolio_parallax_scroll,
    .addtocart-button,
    .cart_item_title_block,
    .cart_in_touch,
    .cart_submit,
    #ProOPC .cart_item__left,
    #ProOPC .cart_item__right {
        width: 100%;
    }
    .home-page #offcanvas-toggler>.fa {
        color: #fff!important;
    }
    .home-page .header-sticky #offcanvas-toggler>.fa {
        color: #600908!important;
    }
    #sp-top2>.sp-column {
        justify-content: center;
        margin: 15px 0;
    }
    .header-sticky #offcanvas-toggler {
        line-height: 66px!important;
    }
    .parallax_scroll_image {
        margin-right: 0;
    }
    #sp-position2 .sp-module-content {
        padding: 0 15px;
    }
    .portfolio_parallax_scroll {
        position: static;
        margin: 0 15px;
    }
    .portfolio_list__item {
        width: 50%;
        margin: 0 0 15px 0;
    }
    h2.ppb_title {
        font-size: 32px;
        padding: 0 30px;
    }
    .portfolio_list {
        margin: 0 15px;
    }
    #sp-footer #sp-footer1,
    #sp-footer #sp-footer2 {
        text-align: center;
    }
    .sp-author {
        justify-content: center;
    }
    .cart_item__right,
    .cart_item__left {
        display: flex;
    }
    .cart_item_price_block,
    .cart_item_subtotal_block {
        margin: 15px 0;
        white-space: nowrap;
    }
    .cart_in_touch {
        margin-bottom: 5px;
    }
    .cart_buttons {
        height: auto;
    }
    .cart_item {
        padding-left: 0;
    }
    .cart_delivery-payment__item>div {
        max-width: 100%;
    }
    #map {
        height: 350px!important;
        margin: 0 -30px!important;
    }
    .map_input {
        left: -10px;
        right: -10px;
    }
    .hm_services #sp-main-body .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .popup__photo {
        display: none;
    }
    .popup__text {
        width: 100%;
        padding: 30px;
    }
    .popup-inner {
        width: 90%;
        max-height: unset;
    }
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
    .portfolio_list__item {
        width: 100%;
    }
}
input#shipment_id_1, label[for="shipment_id_1"], input#shipment_id_2, label[for="shipment_id_2"], input#shipment_id_3, label[for="shipment_id_3"] {
    pointer-events: auto!important;
}