*,
:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:focus {
    outline: none !important
}

main#main {
    overflow: hidden
}

html {
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    overflow-y: auto
}

@media (max-width: 1200px) {
    html {
        font-size: 10px
    }
}

@media (max-width: 1115px) {
    html {
        font-size: 8px
    }
}

@media (max-width: 768px) {
    html {
        font-size: 7.5px
    }
}

@media (max-width: 460px) {
    html {
        font-size: 8.75px
    }
}

body,
button {
    font-size: 1.6rem
}

body {
    color: #2e3c54;
    background: #f7f7f7
}

a {
    text-decoration: none;
    color: inherit;
    outline: none
}

body,
menu,
h1,
h2,
h3,
h4,
blockquote,
p,
figure {
    margin: 0
}

button {
    cursor: pointer
}

q {
    quotes: "«" "»"
}

cite {
    font-style: normal
}

address {
    font-style: normal
}

.noscroll {
    overflow: hidden
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.d-none {
    display: none
}

.d-grid {
    display: grid
}

.margin-right-auto {
    margin-right: auto
}

.margin-left-auto {
    margin-left: auto
}

.margin-auto {
    margin: auto
}

.section-title .mobile {
    display: none
}

.justify-content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

.align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.w100 {
    width: 100%
}

.h100 {
    height: 100%
}

.text-white {
    color: #fff
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.row {
    margin: 0 -15px
}

.column {
    padding: 0 15px
}

@media (max-width: 460px) {
    .column.thin-column {
        padding: 0 10px
    }
}

.column-2 {
    width: 50%
}

@media (max-width: 992px) {
    .column-2 {
        width: 100%
    }
}

.column-3 {
    width: calc(100% / 3)
}

.no-padding {
    padding: 0 0
}

.clear-list {
    padding: 0;
    margin: 0;
    list-style: none
}

@media (min-width: 461px) {
    .linebreak:before {
        content: '';
        display: block
    }
}

@media (max-width: 460px) {
    .xs-linebreak {
        display: block
    }
}

* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    color: #a3a3a3;
    background-color: #000
}

:focus {
    outline: none
}

#video-detach-button {
    display: none
}

a,
a:focus,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

button:focus,
input:focus,
textarea:focus,
a:focus {
    outline: none !important
}

input.form-control,
textarea.form-control {
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

ul,
ol {
    list-style-position: inside
}

table {
    width: 100%;
    margin: 10px 0
}

table td,
table th {
    padding: 5px;
    border: 1px solid
}

.popup_menu_btn {
    display: none
}

.list-inline {
    margin: 0
}

.list-inline>li {
    padding: 0
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "Icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.icon-left:before {
    content: '\e800'
}

.icon-right:before {
    content: '\e801'
}

.icon-check:before {
    content: '\e80f'
}

.icon-shopping-bag:before {
    content: '\e817'
}

.icon-close:before {
    content: '\e825'
}

.icon-instagram:before {
    content: '\e84f'
}

.icon-facebook:before {
    content: '\e850'
}

.icon-quote:before {
    content: '\e852'
}

.icon-quote-oben:before {
    content: '\e853'
}

.icon-quote-unten:before {
    content: '\e854'
}

.icon-left-arrow:before {
    content: '\e857'
}

.icon-search:before {
    content: '\e8c6'
}

.icon-angle-left:before {
    content: '\f104'
}

.icon-angle-right:before {
    content: '\f105'
}

.icon-angle-up:before {
    content: '\f106'
}

.icon-angle-down:before {
    content: '\f107'
}

.backtotop.hidden-top {
    bottom: -100px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0)
}

.backtotop {
    background-color: #bf8329;
    width: 34px;
    bottom: 34px;
    right: 35px;
    height: 34px;
    line-height: 34px;
    font-size: 26px;
    overflow: hidden;
    z-index: 40;
    position: fixed;
    display: block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: #262626 !important;
    border: 0
}

.backtotop.fixed_bottom {
    bottom: 82px
}

.backtotop i {
    position: relative;
    top: -2px
}

.backtotop:hover {
    background-color: #bf8329
}

img.alignleft {
    float: left;
    margin-right: 20px
}

img.alignright {
    float: right;
    margin-left: 20px
}

img.aligncenter {
    margin: 0px auto;
    display: block
}

.map-container {
    width: 100%
}

.map-container iframe {
    width: 100%;
    display: block;
    position: relative;
    border: 0
}

.opened_menu,
.cart-open {
    position: fixed
}

.cart-open {
    padding-right: 17px
}

.opened_menu .header,
.cart-open .header {
    padding-right: 60px
}

a {
    -webkit-transition: 300ms all;
    transition: 300ms all
}

.opened_menu .header {
    opacity: 0;
    pointer-events: none
}

.open_main_menu {
    border: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: none;
    position: relative;
    z-index: 105;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 2px
}

.open_main_menu .lines {
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #bf8329;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    top: -4px;
    margin-right: 2px;
    margin-left: 5px
}

.open_main_menu .lines:before,
.open_main_menu .lines:after {
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #bf8329;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    left: 0;
    content: '';
    -ms-transform-origin: 0.28571em center;
    -webkit-transform-origin: 0.28571em center;
    transform-origin: 0.28571em center
}

.open_main_menu .lines:after {
    top: 6px
}

.open_main_menu .lines:before {
    top: -6px
}

.header {
    height: 60px;
    padding: 16px 43px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 100
}

.logo-block {
    margin-right: 12px
}

.current-lang {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #bf8329 !important;
    display: inline-block;
    vertical-align: -2px
}

.current-lang img {
    margin-right: 7px;
    position: relative;
    top: -1px
}

.current-lang .icon-angle-down {
    margin-left: 3px
}

.lang-block .dropdown-menu {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #bf8329;
    text-align: center;
    min-width: 72px;
    padding: 10px
}

.lang-block .dropdown-menu a {
    color: #bf8329 !important
}

.lang-block .dropdown-menu a:hover {
    opacity: .7
}

.cart-btn-block {
    position: relative;
    margin-right: 33px
}

.cart-btn {
    background-color: transparent;
    border: 0
}

.cart-btn-count {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.13px;
    text-align: center;
    color: #bf8329;
    padding: 2px 4px;
    background-color: #000;
    position: absolute;
    bottom: -2px;
    right: -11px;
    pointer-events: none
}

.menu-wrapper {
    display: none;
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    top: 60px;
    left: 60px;
    bottom: 60px;
    right: 60px;
    padding: 113px 60px
}

.menu-close {
    border: 0;
    background-color: transparent;
    color: #bf8329;
    position: absolute;
    z-index: 5;
    top: 34px;
    right: 39px;
    font-size: 17px
}

.menu-header {
    text-align: center;
    margin-bottom: 94px
}

.main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 85%;
    margin: 0 auto;
    padding-right: 22px
}

.main-menu li {
    text-align: center;
    font-family: 'Crimson Text', serif;
    list-style: none
}

.main-menu li a {
    color: #000
}

.main-menu li.current-menu-item a,
.main-menu li a:hover {
    color: #bf8329
}

.main-menu li.current-menu-item ul li,
.main-menu li a:hover ul li {
    color: #bf8329
}

.main-menu li.current-menu-item .menu-count:before,
.main-menu li a:hover .menu-count:before {
    background-color: #bf8329
}

.menu-count {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 32px
}

.menu-count:before {
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #000;
    left: 50%;
    margin-left: -6px;
    bottom: 0;
    content: '';
    z-index: 1;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.menu-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2.1px;
    margin-bottom: 21px
}

.main-menu ul li {
    list-style: none;
    font-size: 16px;
    font-style: italic;
    line-height: 1.69;
    letter-spacing: 1px;
    color: #a3a3a3;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-menu br {
    display: none
}

.main-menu ul li a {
    color: #a3a3a3
}

.menu-footer {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.69;
    letter-spacing: 1px;
    text-align: center;
    color: #bf8329;
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 100%;
    padding: 0 50px
}

.menu-footer li {
    display: inline-block
}

.menu-footer li+li:before {
    content: '•';
    padding: 0 62px;
    font-style: normal
}

.menu-footer li a {
    color: #bf8329
}

.cart-wrapper {
    background-color: #fff;
    position: fixed;
    height: 100vh;
    top: 0;
    right: -400px;
    width: 400px;
    z-index: 1001;
    -webkit-transition: right .5s;
    transition: right .5s;
    -webkit-box-shadow: -1px 1px 7px 0 rgba(0, 0, 0, 0.07);
    box-shadow: -1px 1px 7px 0 rgba(0, 0, 0, 0.07);
    padding: 88px 8px 32px
}

.cart-inner {
    height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 0 50px
}

.cart-close {
    border: 0;
    background-color: transparent;
    color: #bf8329;
    position: absolute;
    z-index: 5;
    top: 22px;
    right: 23px;
    font-size: 13px
}

.cart-open .cart-wrapper {
    right: 0
}

.cart-header {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 16px;
    padding-right: 50px;
    position: relative;
    margin-bottom: 44px
}

.cart-header-title {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 1.07px;
    color: #bf8329
}

.cart-count {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #bf8329;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.13px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 11px;
    right: 2px;
    z-index: 1
}

.cart-body {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 17px
}

.rabbat-code {
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    height: 50px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.14px;
    color: #a3a3a3;
    width: 100%
}

.card-img {
    display: block;
    width: 88px;
    margin-right: 25px;
    margin-top: 3px
}

.cart-block {
    margin-bottom: 22px;
    position: relative;
    padding-right: 30px
}

.cart-block .media-body .bhead {
    margin-bottom: 9px
}

.remove-item {
    border: 0;
    background-color: transparent;
    color: #a3a3a3;
    position: absolute;
    z-index: 5;
    top: 4px;
    right: 6px;
    font-size: 9px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.remove-item:hover {
    color: #000
}

.item-title,
.item-ml {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.14px;
    color: #7d7d7d
}

.item-ml {
    font-weight: 600;
    font-style: italic
}

.item-price {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.13px;
    color: #bf8329
}

.cart-footer-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #7d7d7d;
    line-height: 1
}

.cart-footer .item-price {
    position: relative;
    top: 2px
}

.cart-rabbat-code {
    margin-bottom: 30px
}

.cart-footer .bhead {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 6px;
    margin-bottom: 24px
}

.cart-footer .bhead .row {
    margin-bottom: 19px
}

.cart-total-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.13px;
    color: #4f4f4f
}

.total-price {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.14px;
    color: #000
}

.cart-footer .btotal {
    margin-bottom: 46px
}

.cart-footer .btn_orange {
    padding-left: 32px;
    padding-right: 32px
}

.intro-section {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 9% 30px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.intro-block {
    position: relative;
    padding-bottom: 32px
}

.intro-block:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 1px;
    background-color: #fff;
    content: ''
}

.page-title {
    font-family: 'Crimson Text', serif;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 13px
}

.page-sub-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.87;
    letter-spacing: 7px;
    color: #fff;
    text-transform: uppercase
}

.scroll-btn {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #dfb069;
    position: absolute;
    bottom: 84px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    cursor: pointer;
    z-index: 2
}

.section {
    padding: 100px 0
}

.section-block {
    margin-top: 154px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.87;
    letter-spacing: 0.14px;
    color: #a3a3a3
}

.section-block .bhead {
    margin-bottom: 50px
}

.section-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: 8px;
    color: #bf8329;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 58px;
    text-transform: uppercase
}

.section-title:before {
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #bf8329;
    content: '';
    bottom: 0;
    left: 0;
    z-index: 1
}

.section-block p {
    margin-bottom: 28px
}

.img_caption {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.69;
    letter-spacing: 1px;
    color: #fff
}

.btn {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.69;
    letter-spacing: 1px;
    padding: 11px 25px 8px;
    border: 1px solid;
    border-radius: 0
}

.btn_primary {
    border-color: #bf8329;
    color: #bf8329;
    background-color: transparent
}

.btn_primary:hover {
    background-color: #bf8329;
    color: #000
}

.btn_white {
    border-color: #fff;
    color: #fff
}

.btn_white:hover {
    background-color: #fff;
    color: #000
}

.btn_orange {
    background-color: #bf8329;
    border-color: #bf8329;
    color: #fff
}

.btn_orange:hover {
    background-color: transparent;
    border-color: #bf6402;
    color: #bf6402
}

.btn_sm_pad {
    padding-top: 6px;
    padding-bottom: 2px
}

.section-img {
    position: relative
}

.order-md-2 .section-img {
    text-align: right;
    margin-right: 15px
}

.section-img .img_caption {
    position: absolute;
    bottom: 42px;
    left: 102px
}

.order-md-2 .section-img .img_caption {
    bottom: 56px;
    right: 92px;
    left: auto
}

.est-top-title {
    padding-left: 6.2%;
    margin-bottom: 47px
}

.xl-title {
    font-size: 100px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 63px;
    color: #fff;
    text-transform: uppercase
}

.xl-title span {
    color: #4f4f4f;
    font-weight: 500
}

.xl-title b {
    font-weight: 500
}

.est-block {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: 0.14px;
    color: #a3a3a3;
    margin-top: 6px;
    margin-right: 14px
}

.quality-section .order-md-2 .section-img .img_caption {
    right: 100px
}

.hk-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 122px 0 108px;
    margin: 85px 0
}

.color-white {
    color: #fff !important
}

.hk-section .section-head {
    margin-left: 32px
}

.hk-section .xl-title span {
    color: #fff !important;
    display: block;
    margin-left: 125px;
    margin-top: 16px
}

.hk-section .xl-title {
    margin-bottom: 19px
}

.hk-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 134px;
    max-width: 723px
}

.main-review-section {
    padding: 115px 0 193px
}

.review-block {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 48px
}

.review-head {
    margin-bottom: 46px;
    height: 118px;
    position: relative
}

.review-head:before {
    font-family: "Icons";
    content: '\e852';
    color: #fff;
    opacity: .15;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 35px;
    font-size: 138px;
    z-index: 0
}

.review-head:after {
    width: 136px;
    height: 118px;
    background-size: cover;
    background-image: url(../img/bee.png);
    position: absolute;
    top: -26px;
    left: 50%;
    z-index: 1;
    content: '';
    margin-left: 47px
}

.review-ava {
    width: 118px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 2
}

.review-body {
    font-family: 'Crimson Text', serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.75;
    letter-spacing: 0.82px;
    text-align: center;
    color: #c08329;
    max-width: 875px;
    margin: 0 auto 30px
}

.review-autor {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.69;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 5px
}

.review-autor-work {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.13px;
    color: #a3a3a3
}

.footer {
    background-color: #1d1d1d;
    padding: 75px 0 10px;
    font-size: 14px;
    color: #7d7d7d
}

.footer-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.17px;
    color: #bf8329;
    margin-bottom: 10px
}

.footer-block ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.79;
    letter-spacing: 0.35px;
    color: #7d7d7d
}

.footer-block ul li a,
.footer-bottom-menu li a {
    color: #7d7d7d
}

.footer-block ul li a:hover,
.footer-bottom-menu li a:hover {
    color: #fff
}

.footer p,
.footer .address {
    font-size: 14px;
    line-height: 1.79;
    letter-spacing: 0.35px;
    color: #7d7d7d
}

.contact-link,
.contact-link a {
    color: ##d7d7d !important
}

.contact-link a:hover {
    color: #fff !important
}

.footer-bottom-menu li {
    list-style: none;
    display: inline-block;
    line-height: 1.79;
    letter-spacing: 0.35px;
    color: #7d7d7d;
    margin-right: 37px
}

.footer-bottom-menu li:last-child {
    margin-right: 0
}

.footer-logo {
    max-width: 172px;
    margin: -24px auto 0
}

.footer-nl {
    width: 226px;
    padding-right: 28px
}

.nl-form {
    position: relative
}

.nl-control {
    width: 100%;
    height: 42px;
    background-color: #626262;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #fff;
    padding-left: 12px;
    padding-right: 54px;
    border: solid 1px #626262
}

.nl-control::-webkit-input-placeholder {
    color: #fff
}

.nl-control-control:-moz-placeholder {
    color: #fff
}

.nl-control:-moz-placeholder {
    color: #fff
}

.nl-control:-ms-input-placeholder {
    color: #fff
}

.btn-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: solid 1px #626262;
    background-color: #1d1d1d
}

.btn-input .ajax-loader {
    position: absolute;
    right: -20px;
    top: 12px
}

.btn-input:hover:after {
    background-color: #fff
}

.btn-input::after {
    content: "";
    width: 19px;
    height: 15px;
    background-color: #7D7D7D;
    -webkit-mask-image: url(../img/email-btn.svg);
    mask-image: url(../img/email-btn.svg);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0
}

.nl-btn {
    width: 42px;
    height: 42px;
    color: #7d7d7d;
    cursor: pointer;
    z-index: 1;
    color: transparent;
    position: relative;
    z-index: 1;
    opacity: 0
}

.btn_color {
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.nl-btn:hover svg .btn_color {
    fill: #fff
}

img {
    max-width: 100%;
    height: auto
}

.social-link {
    color: #4f4f4f;
    display: inline-block;
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 15px;
    margin-right: 16px
}

.social-link:hover {
    color: #fff
}

.footer hr {
    border-top: solid 1px #7d7d7d;
    margin-top: 57px;
    margin-bottom: 13px
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    position: absolute;
    left: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    bottom: -10px;
    padding-bottom: 15px
}

.slick-dots li {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    margin: 0 3px
}

.slick-dots li button {
    width: 9px;
    height: 9px;
    background-color: #292929;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    border: 0;
    opacity: 1;
    border-radius: 50%;
    display: block;
    padding: 0;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
    font-size: 0;
    position: relative
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background-color: #7c7c7c
}

.section-wrapper {
    position: relative
}

.section-wrapper:before {
    position: absolute;
    top: -162px;
    bottom: -118px;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    background: #e8bd77;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8bd77), color-stop(25%, #fddca7), color-stop(50%, #d09330), color-stop(75%, #d09948), to(#e8bd77));
    background: linear-gradient(to bottom, #e8bd77 0%, #fddca7 25%, #d09330 50%, #d09948 75%, #e8bd77 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8bd77', endColorstr='#e8bd77', GradientType=0);
    content: '';
    z-index: 5;
    opacity: 0.2
}

.herkunft .order-md-2 .section-img .img_caption {
    top: 67px;
    right: 132px
}

.jhl-section {
    padding: 22px 0 52px
}

.jhl-section .section-block {
    margin-top: 0
}

.jhl-title {
    margin-top: 176px;
    text-align: right;
    max-width: 640px;
    margin-left: auto;
    position: relative
}

.jhl-title .xl-title {
    letter-spacing: 56px
}

.jhl-title .xl-title span {
    display: block;
    text-align: left;
    margin-top: 28px;
    letter-spacing: 63px
}

.stamp-limited {
    position: absolute;
    z-index: 1;
    top: -53px;
    right: 158px
}

.gesundheit {
    padding-bottom: 25px
}

.gesundheit .first-section-block {
    margin-top: 188px;
    margin-right: -40px
}

.gesundheit .second-section-block {
    margin-top: -82px;
    margin-left: 149px;
    margin-right: 16px;
    position: relative;
    z-index: 2
}

.jetzt-kaufen {
    text-align: center;
    padding: 192px 0 205px;
    position: relative
}

.jetzt-kaufen-bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-53%);
    -ms-transform: translateX(-53%);
    transform: translateX(-53%);
    z-index: -1
}

.jetzt-kaufen .section-head {
    margin-bottom: 60px
}

.jetzt-kaufen .page-title {
    font-weight: 400;
    margin-bottom: 21px
}

.line-hidden-md:before {
    display: none
}

.as-blockquote {
    padding: 68px 0 144px
}

.blockquote {
    font-family: 'Crimson Text', serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.82px;
    color: #a3a3a3;
    position: relative
}

.blockquote p {
    font-style: italic
}

.blockquote:before {
    position: absolute;
    top: -30px;
    left: -104px;
    z-index: -1;
    font-family: 'Icons';
    content: '\e853';
    color: #fff;
    opacity: .15;
    font-size: 136px;
    line-height: 1
}

.blockquote:after {
    position: absolute;
    bottom: -60px;
    right: -75px;
    z-index: -1;
    font-family: 'Icons';
    content: '\e854';
    color: #fff;
    opacity: .15;
    font-size: 136px;
    line-height: 1
}

.as-blockquote .blockquote {
    max-width: 850px;
    margin: 0 auto
}

.intro-section:after {
    width: 602px;
    height: 602px;
    opacity: 0.8;
    mix-blend-mode: multiply;
    background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0.35) 38%, rgba(0, 0, 0, 0) 71%);
    position: absolute;
    bottom: -301px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    z-index: 1;
    pointer-events: none
}

.imker-section {
    padding: 90px 0
}

.imker-section .section-block {
    margin-top: 0;
    margin-left: 10px
}

.imker-title {
    margin-top: 147px;
    max-width: 519px;
    position: relative;
    margin-left: auto
}

.imker-floar {
    position: absolute;
    z-index: -1;
    top: -113px;
    left: -153px
}

.imker-title .xl-title {
    margin-bottom: 27px
}

.tradition .order-md-2 .section-img .img_caption {
    top: 67px;
    right: 160px;
    bottom: auto
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 15px;
    right: 9px;
    width: 20px
}

.wc-stripe-elements-field>div {
    top: 13px
}

.wc-stripe-elements-field input {
    height: 100%
}

.wc-stripe-elements-field,
.select2-selection.select2-selection--single,
.form-control {
    height: 54px;
    border: solid 1px #dadada;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.13px;
    color: #000;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-clip: border-box;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important
}

.form-control:focus {
    border-color: #e8a746;
    color: #495057
}

.contact-form .form-group {
    margin-bottom: 20px
}

label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #7d7d7d;
    margin-bottom: 4px
}

.form-control::-webkit-input-placeholder {
    color: #000
}

.form-control:-moz-placeholder {
    color: #000
}

.form-control:-moz-placeholder {
    color: #000
}

.form-control:-ms-input-placeholder {
    color: #000
}

.contact-intro {
    margin-top: 0;
    max-width: 500px
}

textarea {
    resize: none;
    padding-top: 12px
}

.contact-form {
    position: relative;
    z-index: 5
}

.contact-form textarea {
    height: 168px;
    margin-bottom: 36px
}

.contact-form .form-control {
    padding-left: 18px;
    padding-right: 18px
}

.contact-section {
    padding: 52px 0 243px
}

.contact-section .section-head {
    text-align: center;
    margin-bottom: 73px
}

.contact-section .title-inner {
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 12%
}

.circle-bee {
    position: absolute;
    z-index: -1;
    top: -43px;
    right: 0
}

.contact-section .xl-title {
    font-weight: 300
}

.contact-section .xl-title span {
    display: block;
    margin-top: 26px;
    margin-left: 63px
}

.contact-block-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-block {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.64;
    letter-spacing: 0.13px;
    text-align: center;
    color: #a3a3a3;
    padding: 0 56px
}

.contact-block a {
    color: #a3a3a3 !important
}

.contact-title {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.69;
    letter-spacing: 1px;
    color: #bf8329;
    margin-bottom: 2px
}

.shop-section {
    background-color: #fff;
    border-left: 60px solid #000;
    border-right: 60px solid #000;
    margin-bottom: 60px;
    margin-top: -36px;
    padding-top: 118px;
    padding-bottom: 231px
}

.item-slider-nav-wrap {
    width: 114px;
    padding-right: 10px
}

.mg-title {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #a3a3a3
}

.item-nav-ml {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.69;
    letter-spacing: 1px;
    color: #bf8329
}

.item-nav-ml span {
    padding: 0 4px
}

.item-slider {
    width: 480px
}

.is-block {
    width: 480px;
    height: 440px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.item-slider-nav-header {
    margin-bottom: 32px
}

.isn-block {
    width: 61px;
    margin-bottom: 6px
}

.isn-block img {
    cursor: pointer
}

.item-desc-block {
    margin-left: 42px;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #a3a3a3
}

.item-desc-block .section-title {
    padding-bottom: 0;
    margin-bottom: 21px
}

.item-desc-block .section-title:before {
    display: none
}

.item-desc-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    margin-top: 12px
}

.item-value {
    margin-top: 30px
}

.item-value-control {
    font-family: 'Crimson Text', serif;
    height: 30px;
    border: solid 1px #f4f4f4;
    padding: 3px !important;
    font-size: 16px !important;
    font-style: italic;
    line-height: 1.69;
    letter-spacing: 1px !important;
    color: #bf8329 !important
}

.item-value .bootstrap-select .dropdown-toggle .filter-option {
    text-align: center
}

.item-value .dropdown-menu {
    font-family: 'Crimson Text', serif;
    border: solid 1px #f4f4f4;
    font-size: 16px;
    font-style: italic;
    line-height: 1.69;
    letter-spacing: 1px;
    color: #bf8329 !important;
    border-radius: 0;
    padding: 0
}

.item-value .dropdown-item {
    padding: 8px 5px 5px;
    color: #000;
    text-align: center;
    line-height: 1
}

.item-value .dropdown-item.active,
.item-value .dropdown-item:active,
.item-value .dropdown-item:focus,
.item-value .dropdown-item:hover {
    color: #fff;
    background-color: #bf8329
}

.item-value .bootstrap-select>.dropdown-toggle:after {
    display: none
}

.item-value .filter-option-inner-inner:after {
    font-family: 'Icons';
    content: '\f107';
    font-style: normal;
    margin-left: 7px;
    font-size: 14px
}

.item-desc-footer .item-price {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 3.5px;
    color: #000
}

.num_down,
.num_up {
    width: 20px;
    height: 20px;
    -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.14);
    box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.14);
    border: solid 1px #dcdcdc;
    border: 0;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    top: 0;
    -webkit-transition: .3s color, .3s background-color;
    transition: .3s color, .3s background-color;
    vertical-align: middle;
    line-height: 20px
}

.num_down {
    background-color: #000;
    color: #fff
}

.num_down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 1px;
    background-color: #fff;
    content: '';
    margin-left: -3px;
    margin-top: -1px
}

.num_down:hover,
.num_up:hover {
    background-color: #a3a3a3;
    color: #fff
}

.num_up {
    background-color: #fff;
    color: #000
}

.prod_cart_count input {
    border: 0;
    width: 17px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #1b1b1b
}

.item-desc-footer .btn {
    padding-left: 44px;
    padding-right: 44px
}

.prod_cart_count {
    position: relative;
    top: 2px;
    margin-right: 22px
}

select.bs-select-hidden,
.bootstrap-select>select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px \0;
    vertical-align: middle
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    color: #a3a3a3
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active {
    color: rgba(255, 255, 255, 0.5)
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

:not(.input-group)>.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
    outline: none !important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
    outline: none !important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
    animation: 300ms linear 750ms forwards bs-notify-fadeOut
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after {
    display: block
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.item-slider .slick-dots {
    position: absolute;
    left: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    bottom: -45px;
    background-color: transparent;
    padding-bottom: 15px
}

.item-slider .slick-dots li {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    margin: 0 5px
}

.item-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    opacity: 0.2;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    background-color: #dadada;
    border: 0;
    opacity: 1;
    border-radius: 50%;
    display: block;
    padding: 0;
    -webkit-transition: .3s background-color, .3s border-color;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
    font-size: 0;
    position: relative
}

.item-slider .slick-dots li.slick-active button,
.item-slider .slick-dots li button:hover {
    background-color: #000
}

.item-slider-nav .slick-arrow {
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background-color: transparent;
    border: 0;
    font-size: 24px;
    color: #a3a3a3;
    line-height: 1
}

.item-slider-nav .slick-arrow.slick-next {
    left: 52px
}

.shipping-page.cart-open {
    padding-right: 0;
    position: relative
}

.shipping-section {
    background-color: #f0f0f0;
    -webkit-transition: .5s padding-right;
    transition: .5s padding-right;
    min-height: 100vh;
    padding-top: 110px;
    padding-bottom: 50px
}

.cart-open .shipping-section {
    padding-right: 510px
}

.shipping-inner {
    width: 714px;
    margin: 0 auto
}

.form-title {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 1.07px;
    color: #000;
    margin-bottom: 28px
}

.shipping-info {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.13px;
    color: #4f4f4f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.shipping-info>div {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    opacity: .25;
    border-bottom: 1px solid #000;
    text-align: center;
    padding-bottom: 28px;
    margin-bottom: 48px
}

.shipping-info>div.active {
    opacity: 1
}

.woocommerce-billing-fields h3 {
    display: none
}

.form-row {
    margin-right: -11px;
    margin-left: -11px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 11px;
    padding-left: 11px
}

.shipping-form .form-group {
    margin-bottom: 10px;
    position: relative
}

.shipping-form .form-control::-webkit-input-placeholder {
    color: #a3a3a3
}

.shipping-form .form-control:-moz-placeholder {
    color: #a3a3a3
}

.shipping-form .form-control:-moz-placeholder {
    color: #a3a3a3
}

.shipping-form .form-control:-ms-input-placeholder {
    color: #a3a3a3
}

.dropdown-toggle::after {
    border-top: 0.4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent
}

.bootstrap-select>.dropdown-toggle:after {
    position: relative;
    left: 7px
}

.tel-code {
    padding: 0px !important;
    border: 0 !important;
    top: 4px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
    font-style: normal !important;
    letter-spacing: 0.13px
}

.tel-code img,
.phone-form-control .dropdown-item img {
    margin-right: 3px;
    position: relative;
    top: -1px
}

.tel-code.dropdown-toggle:after {
    display: none
}

.tel-code .filter-option-inner-inner:after {
    font-family: 'Icons';
    content: '\f107';
    font-style: normal;
    margin-left: 1px;
    font-size: 14px
}

.phone-form-control {
    padding-left: 17px !important;
    padding-right: 0 !important;
    position: relative;
    border-color: transparent
}

.phone-form-control .bootstrap-select {
    position: relative;
    z-index: 5
}

.phone-form-control .form-control {
    top: -1px;
    position: absolute;
    padding-left: 92px;
    left: -1px;
    background-color: transparent;
    width: calc(100% + 2px)
}

.captcha {
    margin-top: 13px
}

.form-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.btn_link {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.13px;
    color: #a3a3a3;
    display: inline-block
}

.btn_link:hover {
    color: #000
}

.btn_link .icon-left {
    font-size: 15px;
    margin-right: 10px
}

.form-footer .btn_link {
    margin-top: 14px
}

.cart-body .prod_cart_count {
    position: absolute;
    right: 6px;
    bottom: -2px;
    top: auto;
    margin-right: 0;
    border: solid 1px #dadada;
    background-color: #fff
}

.cart-body .num_down,
.cart-body .num_up {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #7d7d7d !important;
    width: 17px
}

.cart-body .num_down:before {
    background-color: #7d7d7d !important
}

.cart-body .prod_cart_count input {
    width: 8px;
    letter-spacing: 0.11px;
    color: #a3a3a3
}

.dropdown-menu {
    border-radius: 0;
    border: solid 1px #dadada
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #bf8329
}

.bootstrap-select>.dropdown-menu .inner {
    overflow: hidden !important
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #ff0000;
    background-image: none !important
}

.bootstrap-select.is-valid .dropdown-toggle.bs-placeholder,
.was-validated .bootstrap-select select:valid+.dropdown-toggle.bs-placeholder {
    border-color: #ff0000
}

.phone-form-control .bootstrap-select .dropdown-menu {
    width: 90px;
    margin-top: 4px;
    padding: 0;
    left: -18px !important
}

.phone-form-control .dropdown-item {
    font-size: 14px;
    padding: 5px 18px
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none !important;
    border-color: #dadada
}

.edit_btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #d8b280 !important
}

.ship_label {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.1px;
    color: #9f9f9f
}

.form-control.d-flex>div:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px
}

.form-control.d-flex>div:last-child {
    min-width: 56px
}

.form-control+.form-control {
    margin-top: -1px
}

.custom-control {
    padding-left: 0
}

.methods li>label:before,
.custom-control-label::before {
    content: "";
    width: 18px;
    height: 18px;
    border: solid 1px #dcdcdc !important;
    left: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.methods li>input:checked~label::before,
.methods li>input:not(:disabled):active~label::before,
.custom-control-input:checked~.custom-control-label::before,
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: transparent !important;
    border: solid 2px #d8b280 !important
}

.methods li>label:after,
.custom-control-label::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #dfb069;
    opacity: 0;
    border-radius: 50%;
    background-image: none !important;
    top: 9px;
    left: 5px
}

.methods li>label {
    position: relative
}

.methods li>label:before {
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 100%
}

.methods li>label:after {
    position: absolute;
    left: 5px;
    top: 10px
}

.methods li>input:checked~label::after,
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    opacity: 1
}

.custom-control-label {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.13px;
    color: #000 !important;
    cursor: pointer;
    padding-left: 28px
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.shipping-page .cart-inner {
    padding-left: 40px
}

.shipping-page .card-img {
    display: block;
    width: 88px;
    margin-right: 17px;
    margin-top: 3px
}

.woocommerce-form-coupon-toggle,
#order_review {
    display: none
}

.woocommerce-checkout #payment ul.payment_methods li {
    border: 0
}

.woocommerce-checkout .active #order_review {
    display: block
}

.woocommerce-checkout .active #customer_details {
    display: none
}

#woocommerce-checkout-payment {
    background: transparent
}

.shipping-form .form-body {
    min-height: 430px
}

.shipping-form .form-body p.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.shipping-form .form-body p.form-row label .required {
    display: none
}

.shipping-form .form-body #billing_first_name_field,
.shipping-form .form-body #billing_last_name_field,
.shipping-form .form-body #billing_country_field,
.shipping-form .form-body #billing_city_field,
.shipping-form .form-body #billing_postcode_field,
.shipping-form .form-body #billing_phone_field {
    width: 49%;
    clear: none
}

.shipping-form .form-body #billing_country_field,
.shipping-form .form-body #billing_postcode_field {
    float: left
}

.shipping-form .form-body #billing_country_field .select2-selection__rendered {
    padding: 0
}

.shipping-form .form-body #billing_city_field,
.shipping-form .form-body #billing_phone_field {
    float: right
}

#billing_country_field.woocommerce-validated .select2-selection {
    border-color: #6dc22e
}

.woocommerce-checkout #payment,
.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment ul.payment_methods {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    margin: 0
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none
}

#stripe-payment-data p {
    padding: 10px 0
}

.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0
}

#payment .methods li {
    margin-bottom: 1rem !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

#payment .methods li>label {
    width: 100%;
    padding-left: 30px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#payment .methods li>label img:first-child {
    margin-left: auto !important
}

#payment .methods li>label img:not(:last-child) {
    margin-right: 5px !important
}

#payment .methods li>label a {
    display: none
}

#payment .methods li div.payment_box div.form-row {
    padding: 0;
    margin-bottom: 10px
}

#payment .methods li fieldset label {
    text-transform: uppercase
}

#payment .methods li>input {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    opacity: 0
}

#payment .methods li .stripe-card-group,
#payment .methods li .wc-stripe-elements-field,
#payment .methods li .wc-stripe-iban-element-field {
    width: 100%
}

.methods li,
.form-block {
    border: solid 1px #dadada;
    background-color: #fff;
    padding: 16px;
    padding-right: 51px;
    padding-bottom: 30px
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #ff0000 !important
}

.woocommerce-checkout #payment div.payment_box,
.payment-block {
    font-size: 14px;
    color: #9f9f9f;
    padding-left: 31px;
    line-height: normal
}

.woocommerce-checkout #payment div.payment_box p,
.payment-block p {
    max-width: 400px
}

.woocommerce-checkout #payment div.payment_box p.woocommerce-SavedPaymentMethods-saveNew,
.payment-block p.woocommerce-SavedPaymentMethods-saveNew {
    max-width: 100%
}

div.wpcf7 .ajax-loader {
    display: block
}

.iti.iti--allow-dropdown {
    width: 100%
}

.iti__flag {
    width: 15px;
    border-radius: 100%;
    background-position: -944px 0
}

.cart-rabbat-code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-rabbat-code a {
    min-width: 30px;
    height: 30px;
    border: 1px solid #bf6402;
    display: block;
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s
}

.cart-rabbat-code a:hover {
    background: #bf6402
}

.cart-rabbat-code a:hover::before {
    background-color: #fff
}

.cart-rabbat-code a:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #bf6402;
    -webkit-mask-image: url(../img/arrow.svg);
    mask-image: url(../img/arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: block;
    position: relative;
    left: -2px
}

.custom-control-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px
}

.methods li>label,
.custom-control-label span {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.13px;
    color: #000;
    padding-left: 7px;
    position: relative;
    top: -1px
}

.credit-card-method .form-control {
    padding-left: 15px;
    padding-right: 15px
}

.tooltip_ccv {
    position: absolute;
    right: 0;
    bottom: 16px;
    display: inline-block;
    width: 22px;
    text-align: left;
    cursor: pointer
}

.paypal-text {
    max-width: 400px
}

.form-check-foot {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.42;
    color: #9f9f9f !important;
    letter-spacing: normal !important
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0
}

.form-check-foot::before {
    width: 16px;
    height: 16px;
    border: solid 1px #dcdcdc !important;
    left: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    top: 2px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    font-family: 'Icons';
    content: '\e80f';
    width: 16px;
    height: 16px;
    background-color: #dfb069;
    opacity: 0;
    border-radius: 0;
    background-image: none !important;
    top: 2px;
    left: 0;
    color: #fff;
    font-size: 8px;
    text-align: center;
    line-height: 16px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    opacity: 1
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #dadada
}

.thanks-page {
    background-color: #fff;
    color: #000
}

.thanks-page-wrap {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 9%;
    min-height: 700px
}

.thanks-block {
    position: relative;
    margin-left: 20px
}

.thanks-img {
    position: absolute;
    top: 0;
    left: 34.2%;
    z-index: 0;
    width: 376px;
    -webkit-transform: translateY(-37%);
    -ms-transform: translateY(-37%);
    transform: translateY(-37%)
}

.thanks-block .xl-title {
    color: #000
}

.thanks-block .xl-title span {
    color: #000;
    display: block;
    margin-left: 476px;
    margin-top: 17px
}

.thanks-footer {
    margin-left: 392px;
    margin-top: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 723px
}

.thanks-text,
.error-footer {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.69;
    letter-spacing: 1px;
    color: #000
}

.thanks-text {
    width: 500px
}

.thanks-footer .btn {
    margin-top: 6px
}

.error-block {
    width: 490px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center
}

.error-img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1
}

.error-block .xl-title {
    color: #000;
    font-weight: 500;
    padding-left: 60px;
    font-size: 100px;
    letter-spacing: 63px
}

.error-footer {
    margin-top: 78px
}

.error-img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-37%, -45%);
    -ms-transform: translate(-37%, -45%);
    transform: translate(-37%, -45%)
}

.error-footer p {
    margin-bottom: 20px
}

.woocommerce-terms-and-conditions-checkbox-text a,
.woocommerce-terms-and-conditions-checkbox-text a:focus, 
.woocommerce-terms-and-conditions-checkbox-text a:hover, 
.woocommerce-terms-and-conditions-checkbox-text a:active, 
.woocommerce-terms-and-conditions-checkbox-text a:visited {
    text-decoration: underline;
}

@media (min-width: 1199px) and (max-height: 900px) {
    .menu-wrapper {
        padding-top: 60px
    }

    .menu-header {
        margin-bottom: 60px
    }
}

@media (min-width: 1199px) and (max-height: 700px) {
    .menu-header {
        width: 150px;
        margin: 0 auto 40px
    }

    .menu-footer {
        bottom: 0
    }

    .menu-count {
        margin-bottom: 20px
    }
}

@media (max-width: 1500px) {
    .shop-section .container {
        padding: 0 50px !important
    }

    .item-desc-block {
        margin-left: 0
    }
}

@media (max-width: 1289px) {
    .header {
        padding: 16px 0
    }

    .opened_menu .header,
    .cart-open .header {
        padding-right: 0
    }

    .footer-nl {
        width: 155px;
        padding-right: 0
    }

    .section-block {
        margin-top: 0
    }

    .hk-section .section-head {
        margin-left: 0
    }

    .order-md-2 .section-img .img_caption {
        bottom: 50px;
        right: 78px
    }

    .section-img .img_caption {
        left: 84px
    }

    .quality-section .order-md-2 .section-img .img_caption {
        right: 85px
    }

    .order-md-2 .section-img {
        margin-right: 0
    }

    .main-review-section {
        padding: 65px 0 120px
    }

    .menu-wrapper {
        padding: 60px 30px 110px
    }

    .menu-header {
        width: 200px;
        margin: 0 auto 60px
    }

    .menu-footer li+li:before {
        padding: 0 30px
    }

    .main-menu {
        max-width: 100%
    }

    .herkunft .order-md-2 .section-img .img_caption {
        top: 55px;
        right: 115px
    }

    .gesundheit .first-section-block {
        margin-top: 0;
        margin-right: 0
    }

    .gesundheit .second-section-block {
        margin-left: 120px;
        margin-right: 0
    }

    .cart-open {
        padding-right: 0
    }

    .blockquote:before {
        left: -40px
    }

    .blockquote:after {
        right: -40px
    }

    .imker-title .xl-title {
        letter-spacing: 30px
    }

    .imker-title {
        max-width: 392px
    }

    .contact-section .title-inner {
        margin-right: 0
    }

    .item-slider-wrap,
    .item-slider {
        width: 385px
    }

    .is-block {
        width: 385px;
        height: 355px
    }

    .item-desc-footer {
        display: block
    }

    .item-price-wrap {
        margin-bottom: 20px
    }

    .prod_cart_count_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .shop-section {
        border-left: 25px solid #000;
        border-right: 25px solid #000;
        padding-top: 120px;
        padding-bottom: 80px
    }

    .shop-section .container {
        padding: 0 30px !important
    }


    .cart-open .shipping-section {
        padding-right: 0
    }

    .thanks-block .xl-title span {
        margin-left: 355px
    }

    .thanks-footer {
        margin-left: auto;
        width: 723px;
        max-width: 100%
    }
}

@media (max-width: 991px) {
    .jhl-title .xl-title {
        letter-spacing: 46px
    }

    .stamp-limited {
        right: 50px
    }

    .herkunft .order-md-2 .section-img .img_caption {
        top: 28px;
        right: 70px
    }

    .gesundheit .second-section-block {
        margin-left: 0;
        margin-right: 0;
        margin-top: -65px
    }

    .xl-title {
        font-size: 82px;
        letter-spacing: 35px
    }

    .hk-section .xl-title span {
        margin-left: 82px
    }

    .hk-footer {
        margin-left: 90px;
        max-width: 515px
    }

    .section-block {
        font-size: 14px;
        line-height: 1.58;
        letter-spacing: 0.13px
    }

    .section-title {
        font-size: 30px;
        line-height: 1.13;
        letter-spacing: 5.33px;
        padding-bottom: 20px;
        margin-bottom: 28px
    }

    .section-block p {
        margin-bottom: 22px
    }

    .section-block .bhead {
        margin-bottom: 38px
    }

    .xl-title {
        font-size: 40px;
        letter-spacing: 25.2px
    }

    .hk-section .xl-title span {
        margin-left: 48px
    }

    .hk-footer {
        margin-left: 50px;
        max-width: 100%
    }

    .order-md-2 .section-img .img_caption {
        bottom: 15px;
        right: 50px
    }

    .section-img .img_caption {
        left: 55px;
        bottom: 14px
    }

    .quality-section .order-md-2 .section-img .img_caption {
        right: 58px
    }

    .footer {
        padding-top: 50px
    }

    .footer-logo {
        margin: 0 auto 50px
    }

    .footer-nl {
        width: 210px;
        padding-right: 20px
    }

    .btn {
        font-size: 14px;
        letter-spacing: .88px;
        padding: 5px 27px 2px
    }

    .est-block {
        font-size: 14px;
        line-height: 1.58;
        letter-spacing: 0.13px;
        margin-top: 10px;
        margin-right: 0
    }

    .menu-footer {
        padding: 0 15px
    }

    .menu-footer li+li:before {
        padding: 0 5px
    }

    .menu-wrapper {
        padding-top: 120px;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px
    }

    .main-menu {
        padding-right: 0
    }

    .tradition .order-md-2 .section-img .img_caption {
        top: 44px;
        right: 105px
    }

    .blockquote:before {
        left: -25px
    }

    .blockquote:after {
        right: -25px
    }

    .imker-floar {
        top: -56px;
        left: -76px;
        width: 106px
    }

    .imker-title {
        max-width: 222px
    }

    .contact-block {
        padding: 0 30px
    }

    .item-desc-footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .item-price-wrap {
        margin-bottom: 0
    }

    .item-slider-wrap,
    .item-slider {
        width: 480px;
        margin-bottom: 40px
    }

    .is-block {
        width: 480px;
        height: 440px
    }

    .thanks-block .xl-title {
        font-size: 82px;
        letter-spacing: 35px
    }

    .thanks-block .xl-title span {
        margin-left: 240px
    }
}

@media (max-width: 767px) {

    .shipping-form .form-body #billing_first_name_field,
    .shipping-form .form-body #billing_last_name_field,
    .shipping-form .form-body #billing_country_field,
    .shipping-form .form-body #billing_city_field,
    .shipping-form .form-body #billing_postcode_field,
    .shipping-form .form-body #billing_phone_field {
        width: 100%;
        clear: none
    }

    .shipping-form .form-body #billing_country_field,
    .shipping-form .form-body #billing_postcode_field {
        float: none
    }

    .shipping-form .form-body #billing_city_field,
    .shipping-form .form-body #billing_phone_field {
        float: none
    }

    .error-block .xl-title {
        padding-left: 32px;
        font-size: 65px;
        letter-spacing: 30px
    }

    .error-footer {
        margin-top: 35px
    }

    .error-img {
        width: 65px
    }

    .thanks-block .xl-title {
        font-size: 34px;
        letter-spacing: 25.2px
    }

    .thanks-block .xl-title span {
        margin-left: 45px
    }

    .thanks-footer {
        display: block;
        width: auto;
        margin-left: 45px
    }

    .thanks-text {
        width: 100%;
        margin-bottom: 10px
    }

    .thanks-img {
        left: 9.2%;
        width: 225px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .thanks-block {
        max-width: 370px;
        margin: 0 auto
    }

    .thanks-page-wrap {
        min-height: 540px;
        padding-top: 140px
    }

    .intro-section img {
        width: 238px
    }

    .cart-btn-block {
        margin-right: 25px
    }

    .menu-close {
        top: 26px;
        right: 29px;
        font-size: 12px
    }

    .menu-wrapper {
        padding-top: 34px;
        padding-bottom: 0
    }

    .menu-header {
        width: 136px;
        margin: 0 auto 45px
    }

    .main-menu {
        display: block
    }

    .main-menu ul {
        display: none
    }

    .main-menu li {
        margin-bottom: 39px
    }

    .main-menu li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu-footer {
        display: none
    }

    .menu-title {
        font-size: 18px;
        line-height: 1;
        letter-spacing: 2.5px;
        margin-bottom: 0
    }

    .menu-count {
        font-size: 14px;
        font-style: italic;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 1.15;
        letter-spacing: 0.88px;
        margin-right: 10px;
        position: relative;
        top: 1px
    }

    .menu-count:before {
        display: none
    }

    .container {
        padding-right: 35px;
        padding-left: 35px
    }

    .header {
        padding: 16px 9px;
        height: 62px
    }

    .opened_menu .header,
    .cart-open .header {
        padding-right: 9px
    }

    .open_main_menu {
        top: 0
    }

    .intro-section {
        padding: 68px 30px 0;
        margin-bottom: 48px
    }

    .scroll-btn {
        font-size: 10px;
        letter-spacing: 3px;
        bottom: 65px;
        margin-left: 2px
    }

    .section {
        padding: 50px 0
    }

    .img_caption {
        font-size: 14px;
        line-height: 1.29;
        letter-spacing: 0.88px
    }

    .order-md-2 .section-img .img_caption {
        bottom: 40px;
        right: 72px
    }

    .section-img {
        margin-bottom: 49px
    }

    .ein-unikat .section-block p br {
        display: none
    }

    .est-top-title {
        padding-left: 0;
        margin-bottom: 21px;
        margin-right: -35px;
        margin-top: 9px
    }

    .est-section .xl-title span {
        margin-left: 35px;
        letter-spacing: 32px
    }

    .section-img .img_caption {
        left: 77px;
        bottom: 35px
    }

    .quality-section .order-md-2 .section-img .img_caption {
        right: 78px
    }

    .hk-section {
        padding: 74px 0 52px;
        margin: 47px 0;
        background-position: 33% 50%;
        overflow: hidden
    }

    .hk-section .container {
        padding-right: 15px;
        padding-left: 15px
    }

    .hk-section .xl-title span {
        margin-left: -38px;
        margin-top: 12px
    }

    .hk-section .xl-title {
        margin-bottom: 25px;
        line-height: .8;
        padding-left: 34px
    }

    .hk-footer {
        margin-left: 23px;
        max-width: 100%;
        display: block;
        text-align: left
    }

    .hk-footer .btn {
        margin-top: 14px
    }

    .hk-section .section-head {
        text-align: center
    }

    .main-review-section {
        padding: 52px 0 124px
    }

    .review-head {
        margin-bottom: 48px;
        height: 106px
    }

    .review-ava {
        width: 106px
    }

    .review-body {
        font-size: 16px;
        line-height: 1.64;
        letter-spacing: 0.66px;
        margin: 0 auto 32px
    }

    .review-autor {
        font-size: 14px;
        line-height: 1.69;
        letter-spacing: .88px;
        margin-bottom: 0
    }

    .review-autor-work {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.11px
    }

    .slick-dots {
        bottom: 0
    }

    .slick-dots li,
    .slick-dots li button {
        width: 7px;
        height: 7px
    }

    .review-head:before {
        font-size: 122px
    }

    .review-head:after {
        width: 114px;
        height: 97px;
        top: -30px;
        margin-left: 10px
    }

    .footer {
        padding-top: 44px
    }

    .footer-logo {
        max-width: 156px;
        margin-bottom: 38px
    }

    .footer-block {
        text-align: center
    }

    .footer-title {
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 6px
    }

    .footer p,
    .footer .address {
        font-size: 12px;
        line-height: 1.83;
        letter-spacing: 0.3px
    }

    .footer .address {
        max-width: 135px;
        margin: 0 auto 8px
    }

    .footer .address br {
        display: none
    }

    .contact-link a {
        font-size: 12px
    }

    .footer-second-block {
        margin-bottom: 42px
    }

    .footer-nl {
        width: 240px;
        padding-right: 0;
        margin: 0 auto 42px
    }

    .nl-form {
        width: 210px;
        margin: 0 auto
    }

    .social-link {
        margin-top: 0;
        margin-right: 8px;
        margin-left: 8px
    }

    .footer hr {
        margin-top: 16px;
        margin-bottom: 10px
    }

    .footer-rights {
        font-size: 10px !important;
        line-height: 1.6 !important
    }

    .footer-rights span {
        display: block;
    }

    .footer .lang-block {
        margin-top: 5px
    }

    .lang-block .dropdown-menu {
        margin-bottom: 10px
    }

    .cart-header-title {
        font-size: 22px;
        line-height: 2.23;
        letter-spacing: .9px
    }

    .cart-count {
        right: 0
    }

    .cart-header {
        padding-bottom: 8px;
        margin-bottom: 25px
    }

    .remove-item {
        top: 2px;
        right: 2px
    }

    .cart-block {
        margin-bottom: 15px
    }

    .cart-rabbat-code {
        margin-bottom: 34px
    }

    .rabbat-code {
        height: 40px
    }

    .cart-footer .bhead {
        margin-bottom: 19px
    }

    .cart-footer .btotal {
        margin-bottom: 28px
    }

    .page-title {
        font-size: 30px;
        line-height: normal;
        letter-spacing: 5.5px;
        margin-bottom: 10px
    }

    .page-sub-title {
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: 5px
    }

    .intro-block {
        padding-bottom: 0
    }

    .intro-block:before {
        display: none
    }

    .herkunft .order-md-2 .section-img .img_caption {
        top: 50px;
        right: 100px
    }

    .jhl-section {
        padding: 22px 0 10px
    }

    .jhl-title {
        margin-top: 9px;
        margin-bottom: 45px;
        max-width: 250px;
        margin-left: 0
    }

    .jhl-title .xl-title {
        letter-spacing: 25.2px;
        margin-right: -33px
    }

    .stamp-limited {
        right: 36px;
        width: 77px;
        top: -57px
    }

    .jhl-title .xl-title span {
        margin-top: 10px;
        letter-spacing: 25.2px;
        margin-left: 15px
    }

    .gesundheit .section-img {
        margin-bottom: 0
    }

    .gesundheit .first-section-block {
        margin-top: -18px
    }

    .jetzt-kaufen {
        padding: 59px 0 115px
    }

    .jetzt-kaufen .container {
        padding-right: 15px;
        padding-left: 15px
    }

    .jetzt-kaufen .section-head {
        margin-bottom: 45px
    }

    .jetzt-kaufen .page-title {
        margin-bottom: 7px
    }

    .jetzt-kaufen-bg {
        top: -22px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 212px
    }

    .section-wrapper:before {
        top: -107px;
        bottom: -42px;
        width: 1px
    }

    .line-hidden-md:before {
        display: block
    }

    .intro-section:after {
        width: 148px;
        height: 148px;
        bottom: 0
    }

    .tradition .section-img {
        margin-left: 17%;
        margin-right: 7.5%;
        margin-bottom: 60px
    }

    .tradition .order-md-2 .section-img .img_caption {
        top: 54px;
        right: 120px
    }

    .imker-section {
        padding: 53px 0
    }

    .imker-title {
        max-width: 100%;
        margin-left: 20px;
        margin-top: 0;
        margin-bottom: 53px
    }

    .imker-title .xl-title {
        letter-spacing: 25px;
        margin-bottom: 13px
    }

    .imker-floar {
        top: -53px;
        left: -24px;
        width: 96px
    }

    .imker-section .section-block {
        margin-left: 0
    }

    .as-blockquote {
        padding: 47px 0 144px
    }

    .blockquote {
        font-size: 16px;
        line-height: 1.63;
        letter-spacing: 0.66px;
        color: #a3a3a3
    }

    .blockquote:before {
        left: 0;
        top: -46px
    }

    .blockquote:after {
        right: 0;
        bottom: -70px
    }

    .contact-intro {
        margin-bottom: 95px
    }

    .contact-form textarea {
        margin-bottom: 43px
    }

    .contact-section {
        padding: 121px 0 84px
    }

    .contact-section .section-head {
        text-align: left;
        margin-bottom: 57px;
        margin-left: -17px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .contact-section .title-inner {
        text-align: left
    }

    .contact-section .xl-title span {
        margin-top: 12px;
        margin-left: 3px
    }

    .contact-block-wrap {
        display: block
    }

    .contact-block {
        padding: 0;
        font-size: 12px;
        line-height: 1.58;
        letter-spacing: 0.5px;
        margin-bottom: 30px
    }

    .contact-title {
        font-size: 14px;
        line-height: 1.29;
        letter-spacing: .88px;
        margin-bottom: 5px
    }

    .item-slider .slick-arrow {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        background-color: transparent;
        border: 0;
        font-size: 24px;
        color: #000;
        line-height: 1;
        margin-top: -15px
    }

    .item-slider .slick-arrow.slick-next {
        left: auto;
        right: 0
    }

    .shop-section {
        border-left: 35px solid #000;
        border-right: 35px solid #000;
        padding-top: 30px;
        padding-bottom: 90px;
        margin-top: 67px;
        margin-bottom: 43px
    }

    .shop-section .container {
        padding: 0 22px !important
    }

    .item-slider-wrap,
    .item-slider,
    .is-block {
        width: 450px
    }

    .shipping-section {
        padding-top: 90px;
        padding-bottom: 0
    }

    .shipping-inner {
        width: 100%
    }

    .shipping-info>div {
        display: none;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 23px;
        margin-bottom: 37px;
        position: relative
    }

    .shipping-info>div.active {
        display: block
    }

    .shipping-form {
        padding: 0 28px
    }

    .form-title {
        font-size: 22px;
        letter-spacing: 0.9px;
        margin-bottom: 34px
    }

    .shipping-form .form-group {
        margin-bottom: 15px
    }

    .bootstrap-select>.dropdown-toggle {
        padding: 12px 25px 12px
    }

    .form-footer {
        display: block;
        margin: 59px -28px 0
    }

    .form-footer .btn {
        font-size: 17px;
        letter-spacing: 1.06px;
        display: block;
        width: 100%;
        padding: 13px 27px 12px
    }

    .shipping-nav-link {
        color: #7d7d7d !important;
        position: absolute;
        top: -2px;
        left: 33px;
        z-index: 5;
        font-size: 20px
    }

    .cart-body .cart-block {
        padding-bottom: 10px
    }

    .cart-body .prod_cart_count {
        margin-bottom: 0
    }

    .custom-control-label {
        font-size: 12px;
        letter-spacing: 0.11px
    }

    .ship_label {
        font-size: 12px;
        letter-spacing: 0.09px
    }

    .shipping-option .form-control {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 12px;
        letter-spacing: 0.09px
    }

    .custom-control-label::before {
        top: 3px
    }

    .custom-control-label::after {
        top: 8px
    }

    .form-control.d-flex>div:last-child {
        min-width: auto
    }

    .edit_btn {
        font-size: 12px;
        letter-spacing: 0.43px
    }

    .shipping-form .form-body {
        min-height: calc(100vh - 354px)
    }

    .form-block {
        padding: 18px 22px 12px
    }

    .credit-card-method .form-control {
        font-size: 14px;
        letter-spacing: 0.13px;
        height: 42px;
        padding-left: 15px;
        padding-right: 15px
    }

    .payment-block {
        padding-left: 3px
    }

    .tooltip_ccv {
        bottom: 13px;
        text-align: center
    }
}

@media (orientation: landscape) and (max-width: 767px) {
    .menu-wrapper {
        overflow-y: auto
    }

    .intro-section img {
        max-width: 200px
    }

    .main-menu li {
        margin-bottom: 15px
    }

    .scroll-btn {
        bottom: 40px
    }

    .section-wrapper:before {
        top: -75px
    }

    .item-desc-footer .item-price {
        font-size: 26px;
        font-weight: 500;
        letter-spacing: 3.03px
    }
}

@media (max-width: 575px) {
    .section-title .desktop {
        display: none
    }

    .section-title .mobile {
        display: block;
    }

    .item-slider-wrap {
        margin-left: auto;
        margin-right: auto
    }

    .item-slider {
        margin-bottom: 37px
    }

    .item-slider-wrap,
    .item-slider {
        width: auto;
        max-width: calc(100vw - 112px)
    }

    .is-block {
        width: auto;
        height: auto
    }

    .item-slider .slick-dots {
        bottom: -54px
    }

    .item-slider .slick-dots li {
        margin: 0 3px
    }

    .item-slider .slick-dots li button {
        width: 5px;
        height: 5px
    }

    .item-desc-block .section-title {
        margin-bottom: 28px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }

    .item-value {
        margin-top: 45px
    }

    .item-desc-block p {
        margin-bottom: 18px
    }

    .item-desc-footer {
        margin-top: 22px;
        display: block
    }

    .item-price-wrap {
        margin-bottom: 13px
    }

    .prod_cart_count_wrap {
        display: block
    }

    .prod_cart_count {
        margin-bottom: 34px;
        display: block
    }

    .item-desc-footer .btn {
        padding: 6px 39px 4px
    }

    .cart-close {
        top: 33px;
        right: 35px
    }

    .cart-wrapper {
        right: -100%;
        width: 100%
    }

    .cart-inner {
        padding: 0 27px
    }

    .order-md-2 .section-img .img_caption {
        bottom: 6%;
        right: 16%
    }

    .section-img .img_caption {
        left: 15%;
        bottom: 4%
    }

    .quality-section .order-md-2 .section-img .img_caption {
        right: 16%;
        margin-left: -5px
    }

    .herkunft .order-md-2 .section-img .img_caption {
        top: 7%;
        right: 24%
    }

    .tradition .order-md-2 .section-img .img_caption {
        top: 8%;
        right: 36%
    }
}

.woocommerce-Price-currencySymbol {
    margin-right: 10px
}

.product-description {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #a3a3a3;
}

.product-description_mobile {
    display: none;
}

@media (max-width: 767px) {
    .product-description {
        padding: 0 15px 40px;
    }
}

@media (max-width: 991px) {
    .product-description_mobile {
        padding-top: 40px;
        display: block;
    }

    .product-description_desktop {
        display: none;
    }
}

@media (min-width: 1290px) {
    .product-description {
        padding: 60px 0;
    }
}