body {
    font-weight: 500;
}
body,
p {
    line-height: 1.6;
}
img.responsive {
    height: auto !important;
}
.h5, h5 {
    font-size: max(1vw, 12px);
}
.container,
.container.with-xlarge {
    width: 1400px !important;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-row {
    margin-left: -10px;
    margin-right: -10px;
}
.flex-row>div {
    padding-left: 10px;
    padding-right: 10px;
}
.direction-column {
    flex-direction: column;
}
.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.align-self-bottom {
    align-self: flex-end
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.hide-mobile {
    display: none;
}

.site-header.navbar {
    position: static;
}
.site-header .w-logo {
    padding-right: 10px;
}
.site-header .w-logo img {
    max-width: 100%;
}
.logo-multiple img {
    max-height: 85px;
    margin: 10px 0;
}
.logo-multiple>div {
    padding: 10px 5px;
    font-size: 11px;
    max-width: 180px;
}
.logo-multiple p {
    line-height: 1.1;
}
.site-header .logo-multiple p:last-child {
    display: none;
}
.site-header .navbar-left {
    display: block;
    width: 100%;
}
.navbar .navbar-icons svg+span {
    line-height: 1.1;
    margin-left: 10px;
}
.navbar .menu.menu-inline {
    width: 100%;
}

.site-navigation {
    display: none;
}

.w-slick .w-slick-items>.w-slick-figure:not(:first-child) {
    display: none;
}
.w-slick .w-slick-figure .w-slick-figure-placeholder {
    overflow: hidden;
}
.w-slick .w-slick-figure .w-slick-figure-placeholder .w-slick-img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.w-slider-container>.item:not(:first-child) {
    display: none;
}

.w-custom-usp {
    background: #fff;
    position: relative;
    z-index: 2;
}
.w-custom-usp .h4 {
    line-height: 1;
    font-size: min(20px, 1.5vw);
}

.w-grid .grid-item>div {
    padding: 5em 10px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    color: #fff;
    height: calc(100% - 20px);
    position: relative;
}
.w-grid .grid-item img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.w-grid .grid-item .h4 {
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    margin: 0;
}
.w-grid .grid-item .item-text strong {
    display: inline-block;
    padding: 5px;
    background-color: #ffcc00;
    color: #000;
}
.w-grid .grid-item p,
.w-grid .grid-item a {
    position: relative;
    z-index: 1;
}

.w-grid .grid-item .button{
    width:max-content;
}

.w-grid .grid-item.overlay>div {
    position: relative;
}
.w-grid .grid-item.overlay>div:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

.site-footer a {
    color: #fff;
}
.footer .footer-content>div {
    margin: 1em auto;
}
.footer .tooltip:hover .tooltiptext {
    background-color: #2b2b2c;
}

.site-footer,
.site-footer a,
.site-footer .h3 {
    font-family: "Roboto Slab", sans-serif;
    ;
}
.site-footer {
    padding: 3em 0;
    line-height: 1.75;
}
.site-footer,
.site-footer a,
.site-footer small,
.site-footer .h3 {
    color: #fff;
}
.site-footer hr {
    border-color: transparent;
}
.site-footer .row .fa {
    display: inline-block;
    color: #fff;
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #787878;
    background: rgba(74, 74, 74, .6);
    border-radius: 40px;
    width: 38px;
    height: 38px;
    text-align: center;
    margin-bottom: 5px;
}
.footer-menu > li > a {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.footer-menu > li > a:before {
    content: "";
    display: block;
    margin: 10px 0;
    width: 40px;
    height: 9px;
    background: #941b0c;
    border-radius: 4px;
    vertical-align: top;
}
.footer-menu a {
    display: block;
}
.site-footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #464646;
}
.site-footer-bottom,
.site-footer-bottom .form-input {
    color: #848484;
}
.site-footer-bottom .form-input {
    font-size: 1em;
    font-weight: 300;
    height: auto;
    border-radius: 3px;
    margin-top: 10px;
}

.type-col .m-productlist-item .m-productlist-figure {
    margin: 0;
}
.type-col .m-productlist-item .m-productlist-figure a {
    display: block;
    margin: 0;
    line-height: 0;
}
.productItem .m-productlist-figure .m-productlist-image {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.productItem .content {
    padding: 0 10px;
    background: #fff;
}
.productItem .h6 {
    font-size: 13px;
    font-weight: 600;
    display: block;
    line-height: 1.2;
    margin: 0;
}
.productItem .m-productlist-heading {
    padding-bottom: 10px;
    font-weight: 600;
}
.contact-info .productItem .m-productlist-heading {
    padding: 0;
}
.contact-info .productItem .m-product-extrabuy-title {
    display: block;
    line-height: 1.1;
}
.productItem .m-productlist-price,
.m-product-price {
    font-weight: bold;
    color: #338450;
}
.productItem .image-on-hover {
    opacity: 0;
    transition: opacity .2s ease;
}
.m-product-price {
    margin-bottom: 1em;
}
.m-product-description-long {
    margin: 2em 0;
}
.panel.m-product-stock {
    background: none;
    border: none;
}

.deliver-info {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 19;
}
.deliver-info>div,
.deliver-info .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.deliver-info>div>div {
    position: relative;
    padding: 2em;
    background: #fff;
    max-width: 500px;
    margin: auto;
}
.deliver-info .overlay {
    background: rgba(0, 0, 0, .1);
    cursor: pointer;
}
.deliver-info i {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    font-size: 1.5em;
}
.contact-info .products-related-list .productItem {
    width: 50%;
}
.contact-info>div:not(.products-related) {
    position: relative;
    padding-left: 50px;
    margin: 15px 0;
    width: 100%
}
.contact-info>div:before {
    font-family: FontAwesome;
    display: block;
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 40px;
    font-size: 1.25em;
    color: #941b0c
}
.contact-info>.phone:before {
    content: "\f095"
}
.contact-info>.mail:before {
    content: "\f1fa"
}
.contact-info .h5 {
    font-weight: 700;
}
.contact-info .productItem .h6 {
    font-size: 11px;
}
.contact-info .product-buttons {
    flex-wrap: nowrap;
    display: flex;
}
.contact-info .productItem img {
    margin: 0;
}
.contact-info .product-buttons input {
    margin-right: 10px;
    margin-top: 5px;
    max-width: 35px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    padding: 0 2px;
}
.contact-info .product-buttons .button-primary {
    max-width: 100%;
    border-radius: 5px;
    padding: 5px;
}
.m-product-information .panel-body {
    background: none;
    color: #333;
    border: 1px solid #b8b8b8;
    border-radius: 3px;
    margin-bottom: 1em;
    background: #fff;
}
.blured-content {
    position: relative;
    height: 250px;
    overflow: hidden;
}
.blured-content:after {
    content: "";
    position: absolute;
    height: 75px;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: -webkit-gradient(linear,left bottom,left top,from(#ebebeb),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,#ebebeb 0%,rgba(255,255,255,0) 100%);
}
button:not(.is-closed)>span:first-child {
    display: none;
}
button.is-closed>span:last-child {
    display: none;
}

.m-product-dropdown-select {
    min-inline-size: unset;;
}
.select2-chosen>div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
}

.site-footer .w-newsletter-signup {
    padding-top: 30px;
}

.w-usp-footer {
    padding: 20px 0;
    border-bottom: 1px solid #3b3b3b;
}
.w-usp-footer ul>li {
    padding: 0 10px;
    font-size: .9em;
    text-align: center;
}
.w-usp-footer ul>li .fa {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #f1f3f2;
    border-radius: 100%;
    float: none;
    margin: 0 auto 15px;
    transition: all 500ms ease;
    color: #3b3b3b;
    font-size: 1.5em;
}
.w-usp-footer ul>li:hover .fa {
    background: #941b0c;
    color: #fff;
}
.w-usp-footer ul>li img {
    max-height: 60px;
    width: auto !important;
}

.help-banner>div {
    width: 50%;
    padding: 1em;
    background-color: #2b2b2c;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-style: italic;
}
.help-banner p {
    font-weight: 300;
    line-height: 1;
    margin: 10px 0;
    font-size: 11px;
}
.help-banner p > span {
    font-size: 12px;
}

.help-banner a,
.help-banner p{
    color:#ffffff;
}

.stepColumn>div, .m-cart-content .panel-border {
    border: 3px solid #000;
}

.m-form-article>form>.row>.col-xl-24 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.m-form-article>form>.row>.col-xl-24>.form-group {
    width: 49%;
}
.m-form-article>form>.row>.col-xl-24>fieldset[class*=m-form-FormElementTextarea],
.m-form-article>form>.row>.col-xl-24>p {
    width: 100%;
    padding: 0 .5%;
}

.pageTypeform .form-group {
    margin: 1em 0;
}
.default.form-input {
    padding: 10px;
    border-radius: 5px;
    height: auto;
}

.m-product .thumbelina-wrapper .thumbelina-but.left {
    left: 10px;
}
.m-product .thumbelina-wrapper .thumbelina-but.right {
    right: 10px;
}

.thumbelina {
   max-width: 100%;
   overflow: hidden;
}
.thumbelina>li {
   max-width: 50%;
   display: flex !important;
}
.thumbelina.slider-theme li {
   display: flex !important;
   max-width: 100%;
}

.thumbelina>li:not(:first-child),
.thumbelina .owl-item:has(li[style*="display: none"]) {
   display: none !important;
}
.thumbelina li img{
    margin:0;
    object-fit: cover;
    max-width: 100%;
}

.thumbelina .owl-wrapper{
    display: flex;
}
.m-product .thumbelina-wrapper .thumbelina-but {
   z-index: 9;
   display: flex;
   align-items: center;
   justify-content: center;
}
.thumbelina-wrapper {
    height: auto !important;
    opacity: 1 !important;
}
.productItem {
    margin: 20px 0;
}
.productItem .type-col {
    border: none;
    position: relative;
    background: #fff !important;
}
.productItem .type-col,
.productItem .productContent,
.productItem .productContent form {
    height: 100%;
}
.productItem .productContent form {
    display: flex;
    flex-wrap: wrap;
}
.productItem .productContent form>div {
    width: 100%;
}
.productItem .type-col .product-transaction,
.productItem .type-col .product-action {
    border: none;
    background: none;
}
.productItem .type-col .product-transaction .prices {
    margin-left: auto;
}
.m-productlist-extra {
    display: none;
    padding: 1em;
    font-family: "Roboto Slab", serif;
    font-size: 13px;
    min-height: 45px;
}
.owl-carousel .productItem .m-productlist-heading {
    min-height: 60px;
}
.owl-carousel .productItem .m-productlist-heading,
.owl-carousel .productItem .type-col .product-description {
    margin: 0;
}
.owl-carousel .productItem .type-col .product-transaction {
    min-height: 55px;
    padding: 0 1em;
}
.products-related .owl-carousel {
    background: #f0f0f0;
}
.contact-info .type-col .m-productlist-item .m-productlist-transactions {
    flex-direction: column;
}
.contact-info .productItem .type-col .product-transaction .m-productlist-price {
    margin-left: 0;
    margin-top: -10px;
}
.contact-info .productItem .h4 {
    font-size: 1em;
}
.products-related-list .owl-carousel .owl-wrapper-outer {
    padding-bottom: 5em;
}
.products-related-list .hero-slider-theme .owl-controls .owl-buttons {
    display: block;
}
.icon {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 20px;
    vertical-align: middle;
}
.icon.production {
    color: #f6c636;
}
.icon.local {
    color: #338450;
}
.product-buttons {
    width: 100%;
    flex-wrap: wrap;
}
.product-buttons .button,
.product-buttons .button-primary {
    margin: 5px 0;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
    font-size: .9em;
    width: 100%;
    line-height: 1.5;
}
.products-related-list .product-buttons .button {
    display: none;
}
.product-buttons .button:before {
    content: "\F105";
    font-family: FontAwesome;
    left: 11px;
    position: absolute;
    top: 0;
    font-size: 20px;
    color: hsla(0, 0%, 60%, .5);
}
.product-buttons .button-primary:before {
    content: '';
    background: url(../images/icon-basket-green.svg) no-repeat;
    background-size: 15px 15px;
    width: 20px;
    height: 20px;
    top: 7px;
    position: absolute;
    left: 5px;
}
.productItem .type-col .product-action,
.productItem .type-col .product-transaction {
    padding: 0 10px;
    margin: 0;
}
.product-slider-theme img {
    margin: auto;
}
.m-product-nav-share .button {
    margin-left: 15px;
    width: auto;
}
.m-product-information .panel {
    padding: 0;
    background: none;
    border: none;
}
.m-product-information .price {
    color: #338450;
}
.m-product .splash,
.m-productlist .splash {
    top: 0;
    left: 0;
    position: relative;
}
.productItem .productContent .image a {
    padding: 10px;
    box-sizing: border-box;
}
.badge {
    padding: 2px 8px;
    border-radius: 4px;
    position: relative;
    top: 25px;
    display: inline-block;
    position: absolute;
}
.badge.badge-warning {
    background: #4d7e1c;
    -webkit-transform: none;
    transform: none;
    color: #fff;
    border-radius: 0;
    left: 0;
    top: 0;
    box-shadow: 5px 5px rgba(0,0,0,.15);
    line-height: 1.2;
    padding: 10px;
    font-size: 11px;
}
.badge.badge-custom {
    background: #338450;
    right: 5px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    color: #fff;
    max-width: 140px;
    white-space: normal;
    text-align: center;
}
.m-product-transaction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row nowrap;
    max-width: 500px;
}
.m-product-transaction .m-transaction-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    height: 65px;
    text-align: center;
    font-family: 'Roboto';
    color: #666;
    padding: 10px;
}
.m-product-transaction .button-primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
    position: relative;
    left: -2px;
    border: 1px solid #4d7e1c;
    border-bottom: 3px solid #4d7e1c;
    border-radius: 3px;
    background: #338450 url(../images/icon-basket-green.svg) left 10% center no-repeat;
    font-weight: 700;
    text-shadow: 0 0 5px rgb(0 0 0 / 15%);
    padding: 19px 20px 18px;
    height: 65px;
}
.productItem .type-col,
.m-productlist-extra {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.productItem .type-col:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .5);
}
.productItem .type-col:hover .m-productlist-extra {
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .5);
}
.products-related-list .product-buttons input {
    display: block!important;
    visibility: visible!important;
    height: auto;
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px;
}
.products-related-list .product-buttons .button {
    display: none !important;
}

.m-product-extrabuy-list-item {
    padding: 1em;
    background: #fff;
    border-radius: 10px;
    border: 1px solid;
    margin: 1em 0;
}

.select2-container .select2-choice {
    padding: 1em;
    height: auto;
    box-shadow: none;
    border-color: #b8b8b8 !important;
    border-radius: 3px;
}
.select2-container .select2-choice .select2-chosen {
    color: #333;
    font-weight: bold;
    font-size: 1rem;
}
.select2-container .select2-choice .select2-arrow b {
    background-position: -5px 12px;
}
.m-product-additionals-title {
    padding: 11px;
    background: #2b2b2c;
    border: solid;
    border-width: 2px 2px 0;
    font-size: 19px;
    color: #fff;
}
.m-product-additionals .m-product-additionals-title {
    margin: 0;
}
.m-product-additionals .m-product-additionals-title,
.m-product-additionals .m-product-additionals-title .h5 {
    color: #fff;
}
.m-product-additionals-list tr td {
    border: 2px solid #fff !important;
    width: 33.333%;
    padding: 5px;
}
.custom-field.disabled {
    opacity: .6;
    pointer-events: none;
}
.m-product-additionals-transaction {
    margin-bottom: 2em;
}

.w-notification.w-modal-window {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    transition: all .2s ease-in;
    text-align: center;
}


.w-notification.w-modal-window.is-closed {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.w-notification.w-modal-window .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0,.7);
    z-index: 1;
    display: block;
    border: none;
    width: 100%;
    cursor: default;
}
.w-notification.w-modal-window>div {
    padding:.5em 1em;
    background: #fff;
    width: 85%;
    margin: auto;
    max-width: 720px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    z-index: 2;
}
.w-notification.w-modal-window>div>.fa {
    position: absolute;
    right: 0;
    top: 5px;
    background: none;
    border: none;
    font-size: 2em;
}

.w-notification.w-modal-window header {
    padding: 0 10px 1em;
}
.w-notification.w-modal-window header .h5 {
    font-size: 20px;
    font-weight: 700;
}
.w-notification.w-modal-window header button {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    margin-left: auto;
    display: block;
    padding: 0;
    position: relative;
}
.w-notification.w-modal-window header button:before,
.w-notification.w-modal-window header button:after {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background: #000;
    position: absolute;
    top: 0;
    right: 10px;
}
.w-notification.w-modal-window header button:before {
    transform: rotate(45deg);
}
.w-notification.w-modal-window header button:after {
    transform: rotate(-45deg);
}

.w-notification.w-modal-window .row-buttons {
    
    margin: 1em auto 0;
    font-size: 16px;
}
.w-notification.w-modal-window .row-buttons .button {
    font-weight: 300;
}
.w-modal-window img{
    max-height: 150px;
}

.custom-field input::-webkit-outer-spin-button,
.custom-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.custom-field input[type=number] {
  -moz-appearance: textfield;
}

html.touch .custom-field > .flex {
    flex-direction: column;
    gap: 10px;
}
html.touch .custom-field input[type=number],
html.touch .m-product-transaction .m-transaction-input {
    font-size: 16px;
}
html.touch .custom-field input[type=number] {
    height: auto;
}

.topitem.item-4113,
.category-4113,
.b-category-4113{
    display:none!important;
}

.frontpage-products-focus-list .category-headline.page-title{
    display:none;
}
.customBtn.button,
.frontpage-content{
    margin-bottom:40px;
}
.customBtn.button{
    font-size: 11px;
    background-color: #338450;
}

.button-checkout{
    background-color: #0190c5 !important;
}

.specialProducts{
    margin-top:40px;
}

.calc-message a,
.calc-message p{
    color:#941b0c;
}

.calc-message a{
    text-decoration:underline;
}

.product-colors{
    margin-bottom: 5px;
}

.variantColor{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #000;
    margin: 0 3px;
}

#site-sidebar>ul>li>ul>li>ul>li .menu {
    padding-left: 1.4em;
    padding-right: 1em;
}
#site-sidebar>ul>li>ul>li>ul>li .menu a {
    color: #fff;
}

.page-title.products-related {
    margin-top: 2em;
}

@media (min-width: 420px) {
    .customBtn.button{
        font-size: 14px;
    }
}
@media (max-width: 959px) {
    .site-header .navbar-content > div {
        width: 100%;
        margin-bottom: 10px;
    }
    .site-header .navbar-left>div {
        width: 100%;
        justify-content: center;
    }
    .navbar .menu.menu-inline {
        width: auto;
    }
    .navbar .navbar-icons>li:first-child {
        display: none;
    }
    .w-slick .w-slick-figure .w-slick-figure-placeholder {
        padding-top: 80% !important;
    }
    .w-slick .w-slick-figure .w-slick-figure-placeholder img {
        height: 100% !important;
    }
    .w-custom-usp .h4 {
        font-size: 15px;
    }
    .w-custom-usp .placeholder-wrapper {
        max-width: 40px !important;
    }
}

@media (min-width: 601px) {
    .product-grid .grid:nth-child(even) .grid-cell:first-child {
        order: 1;
    }
}

@media (min-width: 768px) {
    .contact-info>div:not(.products-related) {
        margin-right:25px;
        width: auto
    }
}
@media (min-width: 960px) {
    h1, .h1 {
        font-size: 36px;
    }
    .site-header .navbar-left {
        display: flex;
        width: 40%;
    }
    .footer-menu {
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-menu>li {
        padding: 0 20px 0 0;
        border-right: 1px solid hsla(0,0%,90%,.2);
        width: 25%;
    }
    .footer-menu > li > a:before {
        margin: 0 0 10px auto;
    }
    .site-footer .footer-usp {
        margin: 0 0 35px;
        padding: 0 0 35px;
        border-bottom: 1px solid hsla(0,0%,90%,.2);
    }
    .footer-usp>div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .site-footer .footer-usp>div>a, .site-footer .footer-usp>div>span {
        width: 25%;
        font-size: 25px;
        font-weight: 700;
        display: block;
        line-height: 1.5;
    }
    .site-footer .footer-usp img, .site-footer .footer-usp .fa {
        display: block;
    }
    .site-footer .footer-usp small {
        font-size: 14px;
        display: block;
        font-weight: 400;
    }
    .site-footer .footer-usp .fa-long-arrow-right {
        font-size: 15px;
        opacity: 0;
        margin: 10px 0;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }
    .site-footer .footer-usp a:hover>.fa-long-arrow-right, .site-footer .footer-usp span:hover>.fa-long-arrow-right {
        margin-left: 15px;
        opacity: 1;
    }
    .help-banner p {
        margin: 20px 0;
        font-size: 25px;
        color: #fff;
    }
    .m-productlist-extra {
        position: absolute;
        background: #fff;
        left: 0;
        top: 100%;
        right: 0;
        z-index: 101;
    }
    .productItem:hover .m-productlist-extra {
        display: block;
    }
    .product-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .products-related-list .product-buttons input,
    .products-related-list .product-buttons .button-primary {
        max-width: calc(50% - 10px);
    }
    .type-col .m-productlist-item .m-productlist-transactions {
        justify-content: flex-end;
        flex-direction: row;
    }
    .productsortbar .sortbar-content {
        float: right;
        margin-top: 0;
    }
    .w-notification.w-modal-window {
        text-align: left;
    }
    .w-notification.w-modal-window .cart-total {
        text-align: right;
    }
    .frontpage-products-focus-list .col-l-3{
        width:20%;
    }
    .m-product .m-product-information,
    .m-product .m-product-information>form {
        height: 100%;
    }
}
@media (min-width: 1025px) {
    .hide-mobile {
        display: block;
    }
    .hide-desktop {
        display: none;
    }
    .navbar .navbar-content>.navbar-center {
        flex: 2;
        max-width: 30%;
        margin: 0 10px;
        display: block;
    }
    .navbar .navbar-content>.navbar-left {
        width: 15%;
    }
    .navbar .navbar-content>.navbar-left, .navbar .navbar-content>.navbar-right {
        flex: auto;
    }
    .w-search-form {
        background: #f5f5f5;
        padding: 0 0 0 10px;
        max-width: 500px;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
    .w-search-form input {
        background: none;
        border: none;
        outline: none;
        width: 100%;
    }
    .w-search-form button {
        border: none;
        padding: 8px 10px 3px;
        background: #000;
    }
    .w-search-form button svg {
        stroke: #fff;
    }
    .basket .miniBasket {
        position: absolute;
        right: -10px;
        top: 120%;
        width: 500px;
        padding: 30px;
        border-right: none;
        transition: top .2s ease-in-out, opacity .2s ease-in-out;
        text-align: left;
        opacity: 0;
        pointer-events: none;
        box-shadow: rgba(0, 0, 0, .07) 0 1px 2px, rgba(0, 0, 0, .07) 0 2px 4px, rgba(0, 0, 0, .07) 0 4px 8px, rgba(0, 0, 0, .07) 0 8px 16px, rgba(0, 0, 0, .07) 0 16px 32px, rgba(0, 0, 0, .07) 0 32px 64px;
        display: block;
        background: #fff;
        z-index: 9999;
        max-height: calc(100vh - 60px);
        overflow: auto;
    }
    .basket:hover .miniBasket {
        top: 100%;
        opacity: 1;
        pointer-events: auto;
    }
    #site-sidebar .productmenu,
    #site-sidebar .productmenu-title {
        display: block;
    }
    .site-navigation {
        display: block;
        background: #2b2b2c;
        position: sticky;
        top: 0;
        z-index: 999;
    }
    .menu.menu-inline {
        margin: 0;
        position: relative;
    }
    .menu.menu-inline>li {
        margin: 0;
    }
    .menu.menu-inline>li {
        position: static;
    }
    .menu.menu-inline>li>ul {
        position: absolute;
        left: 0 !important;
        top: 100%;
        margin: 0;
        transform: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        min-height: 230px;
        border-radius: 0;
        gap: 20px;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in;
        transition-delay: .3s;
        box-shadow: rgba(100,100,111,.2) 0 4px 29px 0;
        background-color: #fff;
        list-style: none;
    }
    .menu.menu-inline>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }
    .menu.menu-inline>li>ul>li {
        width: calc(16.6666% - 20px);
    }
    .menu.menu-inline>li>ul {
        padding: 30px;
    }
    .menu.menu-inline>li>ul>li {
        margin-bottom: 20px;
    }
    .menu.menu-inline>li>ul>li>a {
        position: relative;
        font-size: 13px;
        padding: 0;
        line-height: 1.2;
    }
    .menu.menu-inline>li>.megamenu ul {
        display: grid;
        position: absolute;
        left: calc(30% + 20px);
        top: 30px;
        right: 0;
        bottom: 30px;
        padding: 0 0 0 5%;
        grid-template-columns: 1fr 1fr;
        opacity: 0;
        visibility: hidden;
        align-content: start;
        transition: all .2s 0s ease-in-out;
        background-color: #fff;
        border-left: 1px solid #2b2b2c;
    }
    .menu.menu-inline>li>ul ul>li:first-child {
        grid-column: 1 / -1;
    }
    .menu.menu-inline>li>ul ul>li:first-child a {
        font-weight: 100;
        padding: 5px;
        font-size: 33px;
        color: #000;
    }
    .menu.menu-inline>li>ul li:hover>ul {        
        opacity: 1;
        visibility: visible;
    }
    
    .menu.menu-inline>li>ul ul li {
        margin: 0;
    }
    .menu.menu-inline>li>ul ul a {
        font-weight: 100;
        display: block;
        position: relative;
        width: fit-content;
    }
    .menu.menu-inline>li>ul ul a:after {
        content: "";
        -webkit-transition: width .2s 0s ease-in-out;
        transition: width .2s 0s ease-in-out;
        width: 0;
        height: 2px;
        background-color: #2b2b2c;
        position: absolute;
        left: 5px;
        bottom: 0;
    }
    .menu.menu-inline>li>ul ul a:hover:after {
        width: 50%;
    }
    .menu-inline>li>a {
        display: block;
        padding: 15px;
        color: #fff;
        text-transform: uppercase;
        transition: background .2s ease-in;
        font-size: min(15px, .75vw);
    }
    .item-3836,
    .menu-inline>li>a:hover {
        background: #941b0c;
    }
    .menu-inline.basket {
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease-in;
    }
    .basket.visible {
        opacity: 1;
        visibility: visible;
    }
    .menu-inline.basket>li>a {
        padding: 10px;
    }
    .footer .footer-content>div:nth-child(1) {
        width: 50%;
    }
    .nav-menu li {
        border-top: 1px solid #d2d2d2;
    }
    .nav-menu ul {
        padding-right: 1.5em;
        margin: .5em 0;
    }
    .nav-menu li > a {
        padding: 10px 15px;
        font-size: 1em;
    }
    .nav-menu li.active > a {
        background: #941b0c;
        color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .productItem .m-productlist-figure:hover .image-on-hover {
        opacity: 1;
    }
}

@media (min-width: 1500px) {
    .product-buttons .button,
    .product-buttons .button-primary {
        max-width: 50%;
    }
    .navbar .navbar-content>.navbar-left, .navbar .navbar-content>.navbar-right {
        flex: 1;
    }
}

#site-sidebar img {
    margin: 0;
    max-width: 65px;
    height: auto;
}
@media (max-width: 1024px) {
    #site-sidebar>ul>li>ul>li>a {
        padding-right: 40px;
        position: relative;
    }
    #site-sidebar>ul>li>ul>li .item-arrow {
        display: flex !important;
    }
    #site-sidebar>ul li.has-dropdown>a>.item-arrow {
        width: 27px;
        height: 100%;
    }
    #site-sidebar>ul>li>ul>li>ul>li>.has-dropdown>a {
        padding-right: 30px;
    }
}

#site-wrapper>#site-sidebar {
    width: 85%;
    right: -85%;
}
#toggleSidebar:checked+#site-wrapper>#site-overlay {
    right: 85%;
}

.priceBeforeDiscount {
    font-weight: bold;
    font-size: 18px;
}