/*!/wp-content/themes/bitiga-child/style.css*//*
Theme Name: Botiga
Theme URI: https://athemes.com/theme/botiga/
Author: aThemes
Template: botiga
Author URI: https://athemes.com
Description: Launch your store with Botiga. A beautiful theme that is optimized for the block editor. We proudly introduce Botiga, with a modern and clean design that will effortlessly match your brand. Botiga has been developed from the ground up with clean code for optimal performance. You’ll get a mobile-optimized theme that looks and works great on any device and comes with plenty of customization options as well. Discover the theme that will transform your online business.
Version: 1.2.2
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: botiga
Tags: e-commerce, custom-menu, custom-logo, grid-layout, featured-images, right-sidebar, custom-colors, editor-style, theme-options, threaded-comments, translation-ready, blog, one-column, two-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Botiga is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%;
}

body {
    color: #333;
    font-family: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}

@font-face{font-family:'luma-icons';src:url(/wp-content/themes/bitiga-child/fonts/Luma-Icons.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap;}

.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
    margin-bottom: 10px !important
}

.product-image-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-height: 180px !important;
    /*width:180px !important;*/
    max-width: 180px !important;
}

.required-captcha.checkbox {
    position: absolute;
    display: block;
    visibility: visible;
    overflow: hidden;
    opacity: 0;
    width: 1px;
    height: 1px
}

.block.newsletter .field-recaptcha .field .control:before {
    content: none
}

.review-form .field-recaptcha {
    margin-bottom: 10px
}

.form.send.friend .g-recaptcha {
    margin-top: 40px
}

.product-info-stock-sku .configurable-variation-qty {
    display: none
}

.botiga-site-layout-default .container {
    padding: 0;
}

@media all and (max-width: 768px) {
    .amazon-button-container {
        width: 100%
    }

    .product-item-details p {
        font-size: 14px !important;
    }
}

.amazon-logout-widget {
    display: none
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.site-main.sidebar-right {
    width: 73%;
    padding: 0 0 15px 0 !important;
}

.site-main,
.site-main.no-sidebar {
    /*width: 100%;*/
    padding: 0 0 20px 0 !important;
    /*padding:0 0 20px 0 !important*/
}

.woocommerce-cart .woocommerce-cart-form .actions .button {
    float: left !important;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon,
.woocommerce-cart .woocommerce-cart-form .actions .wc-proceed-to-checkout {
    float: right !important;
}

.woocommerce-cart .cart_totals {
    margin-top: 0;
}


.single-product div.product .woocommerce-product-gallery {
    padding: 30px 0 0 30px;
    max-width: 40%;
}

.product-gallery-summary .woocommerce-product-gallery,
.product-gallery-summary .entry-summary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 60%;
    max-width: 60%;
}

img.wp-smiley,
img.emoji {
    margin: 0.7em 0 0.07em !important
}

form.cart .quantity {
    background: #fff;
}


@media all and (max-width: 768px) {
    .amazon-minicart-container .amazon-button-container {
        width: auto
    }
}

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 31px;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: none
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, .05)
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
    vertical-align: middle
}

.iti__flag-box,
.iti__country-name {
    margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

.footer-widget .widget ul li {
    padding-bottom: 0
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution:192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5241px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

/*.iti__flag {*/
/*    height: 15px;*/
/*    box-shadow: 0px 0px 1px 0px #888;*/
/*    background-image: url('/wp-content/themes/bitiga-child/../Dotdigitalgroup_Sms/images/flags.png');*/
/*    background-repeat: no-repeat;*/
/*    background-color: #dbdbdb;*/
/*    background-position: 20px 0*/
/*}*/

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution:192dpi) {
    /*.iti__flag {*/
    /*    background-image:url('/wp-content/themes/bitiga-child/../Dotdigitalgroup_Sms/images/flags@2x.png')*/
    /*}*/
}

.iti__flag.iti__np {
    background-color: transparent
}

.klarna-payments-method-cell {
    display: table-cell;
    vertical-align: middle
}

label.klarna-payments-method-cell>span {
    padding-left: 5px
}

span.klarna-payments-method-cell>img {
    display: block
}

._error .order-comment-input {
    outline: none;
    border: 2px solid #ed8380
}

._error .order-comment-input:focus {
    outline: none;
    border: 2px solid #ed8380;
    box-shadow: 0 0 3px #ed8380
}

.um-remaining-chars {
    display: block;
    background-color: #f4f4f4;
    height: 32px;
    line-height: 32px;
    padding: 0 9px;
    z-index: 1;
    margin-top: -5px
}

.um-remaining-chars .chars-value {
    color: #ff5501;
    font-weight: 700
}

.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
    display: block
}

.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
    padding: 0;
    border-top: none
}

@media only screen and (min-device-width: 320px) and (max-device-width:780px) and (orientation:landscape) {
    .product-video {
        height: 100%;
        width: 81%
    }
}

.file-uploader-area {
    position: relative
}

.file-uploader-area input[type=file] {
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 0
}

.file-uploader-area input[type=file]:focus+.file-uploader-button {
    box-shadow: 0 0 0 1px #006bb4
}

.file-uploader-area input[type=file]:disabled+.file-uploader-button {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.file-uploader-summary {
    display: inline-block;
    vertical-align: top
}

.file-uploader-button {
    background: #eee;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin: 0;
    padding: 7px 15px;
    vertical-align: middle
}

.file-uploader-button._is-dragover {
    background: #d4d4d4;
    border: 1px solid #006bb4
}

.file-uploader-spinner {
    background-image: url('/wp-content/themes/bitiga-child/./images/loader-1.gif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    display: none;
    height: 30px;
    margin-left: 10px;
    vertical-align: top;
    width: 15px
}

.file-uploader-preview .action-remove {
    bottom: 4px;
    cursor: pointer;
    display: block;
    height: 27px;
    left: 6px;
    padding: 2px;
    position: absolute;
    text-decoration: none;
    width: 25px;
    z-index: 2
}

.file-uploader-preview .action-remove>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.file-uploader-preview .action-remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #514943;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-preview .action-remove:hover:before {
    color: #736963
}

.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
    opacity: .7
}

.file-uploader-preview .preview-link {
    display: block;
    height: 100%
}

.file-uploader-preview .preview-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.file-uploader-preview .preview-video {
    display: inline-block;
    text-decoration: none
}

.file-uploader-preview .preview-video:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 4rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-preview .preview-video:hover:before {
    color: #ccc
}

.file-uploader-preview .preview-video:before {
    left: 0;
    margin-top: -2rem;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2
}

.file-uploader-preview .preview-document {
    display: inline-block;
    text-decoration: none
}

.file-uploader-preview .preview-document:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-preview .preview-document:hover:before {
    color: #ccc
}

.file-uploader-preview .preview-document:before {
    left: 0;
    margin-top: -3.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2
}

.file-uploader-preview,
.file-uploader-placeholder {
    background: #fff;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 150px;
    line-height: 1;
    margin: 10px 25px 10px 0;
    overflow: hidden;
    position: relative;
    width: 150px
}

.file-uploader._loading .file-uploader-spinner {
    display: inline-block
}

.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
    margin-bottom: 10px
}

.file-uploader .file-uploader-filename {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    word-break: break-all
}

.file-uploader .file-uploader-filename:first-child {
    margin-bottom: 10px
}

.file-uploader .file-uploader-meta {
    color: #9e9e9e
}

.file-uploader .admin__field-fallback-reset {
    margin-left: 10px
}

._keyfocus .file-uploader .action-remove:focus {
    box-shadow: 0 0 0 1px #006bb4
}

.file-uploader-placeholder.placeholder-document {
    display: inline-block;
    text-decoration: none
}

.file-uploader-placeholder.placeholder-document:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-placeholder.placeholder-document:hover:before {
    color: #ccc
}

.file-uploader-placeholder.placeholder-document:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2
}

.file-uploader-placeholder.placeholder-image {
    display: inline-block;
    text-decoration: none
}

.file-uploader-placeholder.placeholder-image:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-placeholder.placeholder-image:hover:before {
    color: #ccc
}

.file-uploader-placeholder.placeholder-image:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2
}

.file-uploader-placeholder.placeholder-video {
    display: inline-block;
    text-decoration: none
}

.file-uploader-placeholder.placeholder-video:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-placeholder.placeholder-video:hover:before {
    color: #ccc
}

.file-uploader-placeholder.placeholder-video:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 2
}

.file-uploader-placeholder-text {
    bottom: 0;
    color: #008bdb;
    font-size: 1.1rem;
    left: 0;
    line-height: 1.42857143;
    margin-bottom: 15%;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: center
}

.data-grid-file-uploader {
    min-width: 7rem
}

.data-grid-file-uploader._loading .file-uploader-spinner {
    display: block
}

.data-grid-file-uploader._loading .file-uploader-button:before {
    display: none
}

.data-grid-file-uploader .file-uploader-image {
    background: 0 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.data-grid-file-uploader .file-uploader-image+.file-uploader-area .file-uploader-button:before {
    display: none
}

.data-grid-file-uploader .file-uploader-area {
    z-index: 2
}

.data-grid-file-uploader .file-uploader-spinner {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.data-grid-file-uploader .file-uploader-button {
    height: 48px;
    text-align: center;
    display: block;
    text-decoration: none
}

.data-grid-file-uploader .file-uploader-button>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.data-grid-file-uploader .file-uploader-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3rem;
    line-height: 48px;
    color: #8a837f;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.data-grid-file-uploader .file-uploader-button:hover:before {
    color: #666
}

.data-grid-file-uploader .action-select-wrap {
    float: left
}

.data-grid-file-uploader .action-select-wrap .action-select {
    border: 1px solid #cacaca;
    display: block;
    height: 5rem;
    margin-left: -1px;
    padding: 0;
    width: 2rem
}

.data-grid-file-uploader .action-select-wrap .action-select:after {
    border-color: #8a837f transparent transparent;
    left: 50%;
    margin: 0 0 0 -5px
}

.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
    border-color: #666 transparent transparent
}

.data-grid-file-uploader .action-select-wrap .action-select>span {
    display: none
}

.data-grid-file-uploader .action-select-wrap .action-menu {
    left: 4rem;
    right: auto;
    z-index: 2
}

.data-grid-file-uploader-inner {
    border: 1px solid #cacaca;
    float: left;
    height: 5rem;
    position: relative;
    width: 5rem
}

@media only screen and (max-width: 768px) {
    .botiga-sorting-left {
        display: none;
    }

    .botiga-sorting-right {
        justify-content: flex-start;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .field-tooltip .field-tooltip-content {
        left: auto;
        right: -10px;
        top: 40px
    }

    .main-row {
        flex-wrap: wrap !important;
    }

    .field-tooltip .field-tooltip-content:before,
    .field-tooltip .field-tooltip-content:after {
        border: 10px solid transparent;
        height: 0;
        left: auto;
        margin-top: -21px;
        right: 10px;
        top: 0;
        width: 0
    }

    .field-tooltip .field-tooltip-content:before {
        border-bottom-color: #999
    }

    .field-tooltip .field-tooltip-content:after {
        border-bottom-color: #f4f4f4;
        top: 1px
    }
}

@media only screen and (max-width: 768px) {
    .opc-block-summary .product-item .product-item-inner {
        display: block
    }

    .opc-block-summary .product-item .product-item-name-block {
        display: block;
        text-align: left
    }

    .opc-block-summary .product-item .subtotal {
        display: block;
        text-align: left
    }
}

#registrant-options .item .control table .col.qty .input-qty {
    display: none
}

@media all and (min-width: 768px),
print {

    .abs-product-options-list-desktop dt,
    .block-giftregistry-shared .item-options dt {
        clear: left;
        float: left;
        margin: 0 10px 5px 0
    }

    .abs-product-options-list-desktop dt:after,
    .block-giftregistry-shared .item-options dt:after {
        content: ': '
    }

    .abs-product-options-list-desktop dd,
    .block-giftregistry-shared .item-options dd {
        display: inline-block;
        float: left;
        margin: 0 0 5px;
        word-break: break-all
    }

    .abs-button-desktop {
        width: auto
    }

    .abs-blocks-2columns,
    .abs-discount-block-desktop .block,
    .amazon-addresses .amazon-address,
    .column .block-addbysku .block-content .box,
    .login-container .block,
    .account .site-main .block:not(.widget) .block-content .box,
    .form-address-edit>.fieldset,
    .form-edit-account .fieldset,
    .storecredit .block,
    .paypal-review-discount .block,
    .cart-discount .block {
        width: 48%
    }

    .abs-blocks-2columns:nth-child(1),
    .abs-discount-block-desktop .block:nth-child(1),
    .amazon-addresses .amazon-address:nth-child(1),
    .column .block-addbysku .block-content .box:nth-child(1),
    .login-container .block:nth-child(1),
    .account .site-main .block:not(.widget) .block-content .box:nth-child(1),
    .form-address-edit>.fieldset:nth-child(1),
    .form-edit-account .fieldset:nth-child(1),
    .storecredit .block:nth-child(1),
    .paypal-review-discount .block:nth-child(1),
    .cart-discount .block:nth-child(1) {
        clear: left;
        float: left
    }

    .abs-blocks-2columns:nth-child(2),
    .abs-discount-block-desktop .block:nth-child(2),
    .amazon-addresses .amazon-address:nth-child(2),
    .column .block-addbysku .block-content .box:nth-child(2),
    .login-container .block:nth-child(2),
    .account .site-main .block:not(.widget) .block-content .box:nth-child(2),
    .form-address-edit>.fieldset:nth-child(2),
    .form-edit-account .fieldset:nth-child(2),
    .storecredit .block:nth-child(2),
    .paypal-review-discount .block:nth-child(2),
    .cart-discount .block:nth-child(2) {
        float: right
    }

    .abs-blocks-2columns:nth-child(2)+*,
    .abs-discount-block-desktop .block:nth-child(2)+*,
    .amazon-addresses .amazon-address:nth-child(2)+*,
    .column .block-addbysku .block-content .box:nth-child(2)+*,
    .login-container .block:nth-child(2)+*,
    .account .site-main .block:not(.widget) .block-content .box:nth-child(2)+*,
    .form-address-edit>.fieldset:nth-child(2)+*,
    .form-edit-account .fieldset:nth-child(2)+*,
    .storecredit .block:nth-child(2)+*,
    .paypal-review-discount .block:nth-child(2)+*,
    .cart-discount .block:nth-child(2)+* {
        clear: both
    }

    .abs-margin-for-blocks-and-widgets-desktop,
    .page-main .block,
    .customer-review .product-details {
        margin-bottom: 50px
    }

    .abs-reset-left-margin-desktop,
    .site-main .paypal-review .actions-toolbar,
    .site-main .block-giftregistry-shared-items .actions-toolbar {
        margin-left: 0
    }

    .abs-action-remove-desktop,
    .abs-add-fields-desktop .fieldset .additional .action.remove,
    .form-giftregistry-share .fieldset .additional .action.remove,
    .form-giftregistry-edit .fieldset .additional .action.remove,
    .form-create-return .fieldset .additional .action.remove,
    .form.send.friend .fieldset .additional .action.remove {
        margin-left: 90%
    }

    .abs-add-fields-desktop .fieldset .field .control,
    .form-giftregistry-share .fieldset .field .control,
    .form-giftregistry-edit .fieldset .field .control,
    .form-create-return .fieldset .field .control,
    .form.send.friend .fieldset .field .control {
        width: auto
    }

    .abs-margin-for-forms-desktop {
        margin-left: 25.8%
    }

    .abs-visually-hidden-desktop,
    .modes-label,
    .block-search .label,
    .block-collapsible-nav .title {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .abs-add-clearfix-desktop:before,
    .abs-add-clearfix-desktop:after,
    .amazon-addresses:before,
    .amazon-addresses:after,
    .paypal-review .block-content:before,
    .paypal-review .block-content:after,
    .paypal-review-discount:before,
    .paypal-review-discount:after,
    .order-review-form:before,
    .order-review-form:after,
    .block-cart-failed .block-content:before,
    .block-cart-failed .block-content:after,
    .column .block-addbysku .block-content:before,
    .column .block-addbysku .block-content:after,
    .cart-container:before,
    .cart-container:after,
    .login-container:before,
    .login-container:after,
    .account .page-title-wrapper:before,
    .account .page-title-wrapper:after,
    .account .site-main .block:not(.widget) .block-content:before,
    .account .site-main .block:not(.widget) .block-content:after,
    .block-addresses-list .items.addresses:before,
    .block-addresses-list .items.addresses:after,
    .block-giftregistry-shared .item-options:before,
    .block-giftregistry-shared .item-options:after,
    .data.table .gift-wrapping .nested:before,
    .data.table .gift-wrapping .nested:after,
    .data.table .gift-wrapping .content:before,
    .data.table .gift-wrapping .content:after,
    .block-wishlist-management:before,
    .block-wishlist-management:after,
    .magento-rma-guest-returns .site-main .block.block-order-details-view:before,
    .magento-rma-guest-returns .site-main .block.block-order-details-view:after,
    .order-links:before,
    .order-links:after,
    .account .site-main .block.block-order-details-view:before,
    .account .site-main .block.block-order-details-view:after,
    [class^=sales-guest-] .site-main .block.block-order-details-view:before,
    [class^=sales-guest-] .site-main .block.block-order-details-view:after,
    .sales-guest-view .site-main .block.block-order-details-view:before,
    .sales-guest-view .site-main .block.block-order-details-view:after,
    .page-header .header.panel:before,
    .page-header .header.panel:after,
    .header.content:before,
    .header.content:after {
        content: '';
        display: table
    }

    .abs-add-clearfix-desktop:after,
    .amazon-addresses:after,
    .paypal-review .block-content:after,
    .paypal-review-discount:after,
    .order-review-form:after,
    .block-cart-failed .block-content:after,
    .column .block-addbysku .block-content:after,
    .cart-container:after,
    .login-container:after,
    .account .page-title-wrapper:after,
    .account .site-main .block:not(.widget) .block-content:after,
    .block-addresses-list .items.addresses:after,
    .block-giftregistry-shared .item-options:after,
    .data.table .gift-wrapping .nested:after,
    .data.table .gift-wrapping .content:after,
    .block-wishlist-management:after,
    .magento-rma-guest-returns .site-main .block.block-order-details-view:after,
    .order-links:after,
    .account .site-main .block.block-order-details-view:after,
    [class^=sales-guest-] .site-main .block.block-order-details-view:after,
    .sales-guest-view .site-main .block.block-order-details-view:after,
    .page-header .header.panel:after,
    .header.content:after {
        clear: both
    }

    .abs-add-box-sizing-desktop,
    .abs-shopping-cart-items-desktop,
    .site-main,
    .sidebar-main,
    .sidebar-additional,
    .bundle-options-container .block-bundle-summary,
    .block.crosssell,
    .magento-rma-guest-returns .site-main .block.block-order-details-view .block-content:not(.widget) .box,
    .account .site-main .block.block-order-details-view .block-content:not(.widget) .box,
    [class^=sales-guest-] .site-main .block.block-order-details-view .block-content:not(.widget) .box,
    .sales-guest-view .site-main .block.block-order-details-view .block-content:not(.widget) .box,
    .block-cart-failed,
    .cart-container .form-cart,
    .cart-container .cart-gift-item {
        box-sizing: border-box
    }

    .abs-add-box-sizing-desktop-m,
    .opc-wrapper {
        box-sizing: border-box
    }

    .abs-revert-field-type-desktop .fieldset>.field,
    .abs-revert-field-type-desktop .fieldset .fields>.field {
        margin: 0 0 20px
    }

    .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.label,
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0
    }

    .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.control,
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.control {
        float: none;
        width: auto
    }

    .abs-revert-field-type-desktop .fieldset>.field>.label,
    .abs-revert-field-type-desktop .fieldset .fields>.field>.label {
        margin: 0 0 8px;
        display: inline-block
    }

    .abs-revert-field-type-desktop .fieldset>.field.choice:before,
    .abs-revert-field-type-desktop .fieldset .fields>.field.choice:before,
    .abs-revert-field-type-desktop .fieldset>.field.no-label:before,
    .abs-revert-field-type-desktop .fieldset .fields>.field.no-label:before {
        display: none
    }

    .abs-revert-field-type-desktop .fieldset>.field:not(:first-child):last-of-type,
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(:first-child):last-of-type {
        margin-bottom: 0
    }

    .abs-form-field-column-2 .fieldset .field,
    .form-giftregistry-share .fieldset .field,
    .form-giftregistry-edit .fieldset .field,
    .form-create-return .fieldset .field,
    .form.send.friend .fieldset .field {
        padding: 0 12px 0 0;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        vertical-align: top
    }

    .abs-form-field-column-2 .fieldset .field+.fieldset,
    .form-giftregistry-share .fieldset .field+.fieldset,
    .form-giftregistry-edit .fieldset .field+.fieldset,
    .form-create-return .fieldset .field+.fieldset,
    .form.send.friend .fieldset .field+.fieldset {
        clear: both
    }

    .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
    .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
    .form-giftregistry-share .fieldset .field:nth-last-child(1),
    .form-giftregistry-share .fieldset .field:nth-last-child(2),
    .form-giftregistry-edit .fieldset .field:nth-last-child(1),
    .form-giftregistry-edit .fieldset .field:nth-last-child(2),
    .form-create-return .fieldset .field:nth-last-child(1),
    .form-create-return .fieldset .field:nth-last-child(2),
    .form.send.friend .fieldset .field:nth-last-child(1),
    .form.send.friend .fieldset .field:nth-last-child(2) {
        margin-bottom: 0
    }

    .abs-form-field-column-2 .fieldset .field .field,
    .form-giftregistry-share .fieldset .field .field,
    .form-giftregistry-edit .fieldset .field .field,
    .form-create-return .fieldset .field .field,
    .form.send.friend .fieldset .field .field {
        padding: 0;
        width: 100%
    }

    .abs-form-field-revert-column-1 {
        width: 100%
    }

    .abs-forms-general-desktop,
    .form.search.advanced,
    .form-giftcard-redeem,
    .form-giftregistry-create {
        max-width: 500px
    }

    .abs-forms-general-desktop .legend,
    .form.search.advanced .legend,
    .form-giftcard-redeem .legend,
    .form-giftregistry-create .legend {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .abs-forms-general-desktop .legend+br,
    .form.search.advanced .legend+br,
    .form-giftcard-redeem .legend+br,
    .form-giftregistry-create .legend+br {
        display: none
    }

    .abs-revert-side-paddings,
    .checkout-cart-index .page-title-wrapper,
    .cart-summary .block .content,
    .cart-empty {
        padding-left: 0;
        padding-right: 0
    }

    .abs-account-block-font-size,
    .block-addresses-list address,
    .box-billing-address .box-content,
    .box-shipping-address .box-content,
    .box-address-billing .box-content,
    .box-address-shipping .box-content,
    .box-information .box-content,
    .block-balance-giftcard .block-content,
    .block-reviews-dashboard .product-name {
        font-size: 1.6rem
    }

    .abs-account-table-margin-desktop,
    .table-wrapper.balance-history,
    .table-wrapper.reward-history,
    .table-wrapper.orders-recent {
        margin-top: -25px
    }

    .abs-action-print,
    .order-actions-toolbar .action.print {
        display: inline-block;
        text-decoration: none
    }

    .abs-action-print:before,
    .order-actions-toolbar .action.print:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 16px;
        color: inherit;
        content: '\e624';
        font-family: 'luma-icons';
        margin: 0 4px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .abs-action-print:hover,
    .order-actions-toolbar .action.print:hover {
        text-decoration: underline
    }

    .abs-no-display-desktop,
    .opc-estimated-wrapper,
    .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
        display: none
    }

    .abs-status-desktop,
    .return-status,
    .order-status {
        margin-top: 6px;
        padding: 5px 10px
    }

    .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
    .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
    .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
    .account .page-main .page-title-wrapper .order-date,
    [class^=sales-guest-] .page-main .page-title-wrapper .order-date,
    .sales-guest-view .page-main .page-title-wrapper .order-date {
        margin: -14px 0 18px
    }

    .abs-table-bordered-desktop {
        border: none
    }

    .abs-table-bordered-desktop>thead>tr>th,
    .abs-table-bordered-desktop>tbody>tr>th,
    .abs-table-bordered-desktop>tfoot>tr>th,
    .abs-table-bordered-desktop>thead>tr>td,
    .abs-table-bordered-desktop>tbody>tr>td,
    .abs-table-bordered-desktop>tfoot>tr>td {
        border: none
    }

    .abs-table-bordered-desktop>thead>tr>th,
    .abs-table-bordered-desktop>thead>tr>td {
        border-bottom: 1px solid #ccc
    }

    .abs-pager-toolbar,
    .account .toolbar,
    .toolbar-giftregistry-results,
    .toolbar-wishlist-results {
        position: relative
    }

    .abs-pager-toolbar .toolbar-amount,
    .abs-pager-toolbar .limiter,
    .account .toolbar .toolbar-amount,
    .account .toolbar .limiter,
    .toolbar-giftregistry-results .toolbar-amount,
    .toolbar-giftregistry-results .limiter,
    .toolbar-wishlist-results .toolbar-amount,
    .toolbar-wishlist-results .limiter {
        position: relative;
        z-index: 1
    }

    .abs-pager-toolbar .limiter,
    .account .toolbar .limiter,
    .toolbar-giftregistry-results .limiter,
    .toolbar-wishlist-results .limiter {
        display: inline-block;
        float: right
    }

    .abs-pager-toolbar .toolbar-amount,
    .account .toolbar .toolbar-amount,
    .toolbar-giftregistry-results .toolbar-amount,
    .toolbar-wishlist-results .toolbar-amount {
        line-height: 30px;
        padding: 0
    }

    .abs-pager-toolbar .pages,
    .account .toolbar .pages,
    .toolbar-giftregistry-results .pages,
    .toolbar-wishlist-results .pages {
        position: absolute;
        width: 100%;
        z-index: 0
    }

    .abs-shopping-cart-items-desktop,
    .block-cart-failed,
    .cart-container .form-cart,
    .cart-container .cart-gift-item {
        width: 75%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding-right: 4%;
        position: relative
    }

    .abs-discount-block-desktop .block>.title,
    .paypal-review-discount .block>.title,
    .cart-discount .block>.title {
        border: 0;
        padding: 0 0 10px
    }

    .abs-discount-block-desktop .block>.title strong,
    .paypal-review-discount .block>.title strong,
    .cart-discount .block>.title strong {
        font-size: 1.6rem
    }

    .abs-discount-block-desktop .block .content,
    .paypal-review-discount .block .content,
    .cart-discount .block .content {
        padding: 0 0 20px
    }

    .abs-discount-block-desktop .actions-toolbar .secondary,
    .paypal-review-discount .actions-toolbar .secondary,
    .cart-discount .actions-toolbar .secondary {
        bottom: -30px;
        left: 0;
        position: absolute
    }

    h1 {
        font-size: 40px;
        margin-bottom: 40px
    }

    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto
    }

    .page-main {
        width: 100%
    }

    .columns {
        display: block
    }

    .site-main {
        min-height: 300px
    }

    .page-layout-1column .site-main {
        width: 100%;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-3columns .site-main {
        width: 58.33333333%;
        display: inline-block;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-2columns-left .site-main {
        width: 79.16666667%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-2columns-right .site-main {
        width: 79.16666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .sidebar-main {
        padding-right: 2%
    }

    .page-layout-3columns .sidebar-main {
        width: 20.83333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .page-layout-2columns-left .sidebar-main {
        width: 20.83333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .page-layout-2columns-right .sidebar-main {
        width: 20.83333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .page-layout-2columns-right .sidebar-main {
        padding-left: 2%;
        padding-right: 0
    }

    .sidebar-additional {
        clear: right;
        padding-left: 2%
    }

    .page-layout-3columns .sidebar-additional {
        width: 20.83333333%;
        float: right;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    .page-layout-2columns-left .sidebar-additional {
        width: 20.83333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-2columns-right .sidebar-additional {
        width: 20.83333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .page-layout-2columns-left .main {
        padding-left: 2%
    }

    .page-layout-2columns-left .sidebar-additional {
        clear: left;
        float: left;
        padding-left: 0
    }

    .panel.header {
        padding: 10px 20px
    }

    .nav-toggle {
        display: none
    }

    .nav-sections {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin-bottom: 25px
    }

    .nav-sections-item-title {
        display: none
    }

    .nav-sections-item-content>* {
        display: none
    }

    .nav-sections-item-content>.navigation {
        display: block
    }

    .navigation {
        background: #f0f0f0;
        font-weight: 700;
        height: inherit;
        left: auto;
        overflow: inherit;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 3
    }

    .navigation:empty {
        display: none
    }

    .navigation ul {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        position: relative
    }

    .navigation li.level0 {
        border-top: none
    }

    .navigation li.level1 {
        position: relative
    }

    .navigation .level0 {
        margin: 0 10px 0 0;
        display: inline-block;
        position: relative
    }

    .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0
    }

    .navigation .level0:hover:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 10px;
        height: calc(100% + 3px);
        z-index: 1
    }

    .navigation .level0>.level-top {
        color: #575757;
        line-height: 47px;
        padding: 0 12px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative;
        display: inline-block
    }

    .navigation .level0>.level-top:hover,
    .navigation .level0>.level-top.ui-state-focus {
        color: #333;
        text-decoration: none
    }

    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 3px;
        color: #333;
        text-decoration: none;
        display: inline-block
    }

    .navigation .level0.parent:hover>.submenu {
        overflow: visible !important
    }

    .navigation .level0.parent>.level-top {
        padding-right: 20px
    }

    .navigation .level0.parent>.level-top>.ui-menu-icon {
        position: absolute;
        right: 0;
        display: inline-block;
        text-decoration: none
    }

    .navigation .level0.parent>.level-top>.ui-menu-icon>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .navigation .level0.parent>.level-top>.ui-menu-icon:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: 20px;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation .level0 .submenu {
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .19);
        font-weight: 400;
        min-width: 230px;
        padding: 0;
        display: none;
        left: 0;
        margin: 0 !important;
        position: absolute;
        z-index: 1;
        margin-top: 11px
    }

    .navigation .level0 .submenu>ul {
        margin-top: 11px
    }

    .navigation .level0 .submenu>ul:before,
    .navigation .level0 .submenu>ul:after {
        content: '';
        display: block;
        overflow: hidden;
        position: absolute
    }

    .navigation .level0 .submenu>ul:before {
        color: #fff;
        left: 20px;
        top: -20px;
        border: 10px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #fff;
        z-index: 4
    }

    .navigation .level0 .submenu>ul:after {
        border: 11px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #ccc;
        color: #ccc;
        left: 19px;
        top: -22px;
        z-index: 3
    }

    .navigation .level0 .submenu:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: -4px;
        z-index: 1
    }

    .navigation .level0 .submenu a {
        display: block;
        line-height: inherit;
        color: #575757;
        padding: 8px 20px
    }

    .navigation .level0 .submenu a:hover,
    .navigation .level0 .submenu a.ui-state-focus {
        background: #e8e8e8;
        color: #333;
        text-decoration: none
    }

    .navigation .level0 .submenu .active>a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 3px;
        color: #333
    }

    .navigation .level0 .submenu .submenu {
        top: -1px !important;
        left: 100% !important
    }

    .navigation .level0 .submenu .submenu-reverse {
        left: auto !important;
        right: 100%
    }

    .navigation .level0 .submenu li {
        margin: 0;
        position: relative
    }

    .navigation .level0 .submenu li.parent>a>.ui-menu-icon {
        position: absolute;
        right: 3px;
        display: inline-block;
        text-decoration: none
    }

    .navigation .level0 .submenu li.parent>a>.ui-menu-icon>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .navigation .level0 .submenu li.parent>a>.ui-menu-icon:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: 20px;
        color: inherit;
        content: '\e608';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation .level0.more {
        position: relative;
        display: inline-block;
        text-decoration: none
    }

    .navigation .level0.more:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 26px;
        line-height: inherit;
        color: inherit;
        content: '\e607';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation .level0.more:before {
        display: none
    }

    .navigation .level0.more:after {
        cursor: pointer;
        padding: 8px 12px;
        position: relative;
        z-index: 1
    }

    .navigation .level0.more:hover>.submenu {
        overflow: visible !important
    }

    .navigation .level0.more li {
        display: block
    }

    .panel.header .links,
    .panel.header .switcher {
        display: inline-block
    }

    .legend {
        border-bottom: 1px solid #c5c5c5
    }

    .product.data.items {
        position: relative;
        z-index: 1;
        border-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .product.data.items:before,
    .product.data.items:after {
        content: '';
        display: table
    }

    .product.data.items:after {
        clear: both
    }

    .product.data.items>.item.title {
        float: left;
        width: auto
    }

    .product.data.items>.item.title>.switch {
        height: 20px;
        display: block;
        position: relative;
        z-index: 2
    }

    .product.data.items>.item.content {
        margin-top: 20px;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%
    }

    .product.data.items>.item.content:before,
    .product.data.items>.item.content:after {
        content: '';
        display: table
    }

    .product.data.items>.item.content:after {
        clear: both
    }

    .product.data.items>.item.content.active {
        display: block
    }

    .product.data.items>.item.title {
        margin: 0 -1px 0 0
    }

    .product.data.items>.item.title>.switch {
        font-weight: 400;
        line-height: 40px;
        font-size: 1.4rem;
        color: #6d6d6d;
        text-decoration: none;
        background: #f6f6f6;
        border: 1px solid #ccc;
        border-bottom: none;
        height: 40px;
        padding: 1px 35px
    }

    .product.data.items>.item.title>.switch:visited {
        color: #6d6d6d;
        text-decoration: none
    }

    .product.data.items>.item.title>.switch:hover {
        color: #6d6d6d;
        text-decoration: none
    }

    .product.data.items>.item.title>.switch:active {
        color: #333;
        text-decoration: none
    }

    .product.data.items>.item.title:not(.disabled)>.switch:focus,
    .product.data.items>.item.title:not(.disabled)>.switch:hover {
        background: #fff
    }

    .product.data.items>.item.title:not(.disabled)>.switch:active,
    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {
        background: #fff;
        color: #333;
        text-decoration: none
    }

    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {
        padding-bottom: 2px
    }

    .product.data.items>.item.content {
        background: #fff;
        margin-top: 43px;
        padding: 35px;
        border: 1px solid #ccc
    }

    .product.data.items .item.title a:after {
        display: none
    }

    .actions-toolbar {
        text-align: left
    }

    .actions-toolbar:before,
    .actions-toolbar:after {
        content: '';
        display: table
    }

    .actions-toolbar:after {
        clear: both
    }

    .actions-toolbar .primary {
        float: left
    }

    .actions-toolbar .primary,
    .actions-toolbar .secondary {
        display: inline-block
    }

    .actions-toolbar .primary a.action,
    .actions-toolbar .secondary a.action {
        display: inline-block
    }

    .actions-toolbar .primary .action {
        margin: 0 15px 0 0
    }

    .actions-toolbar .secondary a.action {
        margin-top: 6px
    }

    .actions-toolbar>.primary,
    .actions-toolbar>.secondary {
        margin-bottom: 0
    }

    .actions-toolbar>.primary .action,
    .actions-toolbar>.secondary .action {
        margin-bottom: 0;
        width: auto
    }

    .popup-content .fieldset .actions-toolbar .secondary {
        display: inline-block;
        float: none
    }

    .popup-content .fieldset .actions-toolbar .action.cancel {
        margin-top: 6px
    }

    .modal-popup.modal-slide .modal-footer {
        border-top: 1px solid #c1c1c1;
        text-align: right
    }

    #store-selector .form-continue .actions-toolbar>.primary {
        float: right
    }

    #store-selector .form-continue .actions-toolbar .action.primary {
        margin: 0
    }

    .login-container .block-amazon-login {
        clear: none;
        float: right
    }

    .login-container .block-amazon-login .actions-toolbar {
        margin-top: 25px
    }

    .login-container .block:nth-child(2)+.block-amazon-login {
        clear: none
    }

    .amazon-validate-container {
        margin: 40px auto 0 auto;
        width: 500px
    }

    .amazon-validate-container .primary {
        width: 190px
    }

    .amazon-validate-container .continue-as-guest {
        width: 130px
    }

    .amazon-validate-container .forgot-password {
        text-align: right;
        width: 175px
    }

    .amazon-addresses .amazon-address {
        margin-bottom: 0
    }

    .klarna-payments-method>.payment-method-title {
        padding: 11.5px 0
    }

    .block-category-event.block:last-child {
        margin-bottom: 30px;
        padding: 10px 0 30px
    }

    .block-category-event .block-title {
        margin: 0
    }

    .block-category-event .block-title strong {
        font-size: 2.4rem
    }

    .block-category-event .ticker li {
        display: none;
        margin: 0 50px
    }

    .block-category-event .ticker .value {
        font-size: 6rem
    }

    .block-category-event .ticker .label {
        font-size: 1.4rem;
        text-transform: none
    }

    .block-category-event .dates .date {
        font-size: 5rem
    }

    .block-category-event .dates .start {
        padding-right: 50px
    }

    .block-category-event .dates .start:after {
        font-size: 5rem;
        right: 10px
    }

    .contact-index-index .column:not(.sidebar-additional) .form.contact {
        min-width: 600px
    }

    .paypal-review .paypal-review-title {
        border-bottom: 1px solid #ccc
    }

    .paypal-review .block-content .box-order-shipping-address,
    .paypal-review .block-content .box-order-shipping-method,
    .paypal-review .block-content .box-order-shipping-method+.box-order-billing-address {
        box-sizing: border-box;
        float: left;
        width: 33%
    }

    .paypal-review .block-content .box-order-shipping-address {
        padding: 0 5%;
        width: 34%
    }

    .paypal-review .table-paypal-review-items .col.price,
    .paypal-review .table-paypal-review-items .col.qty {
        text-align: center
    }

    .paypal-review .table-paypal-review-items .col.item {
        width: 60%
    }

    .paypal-review .col.subtotal,
    .paypal-review .mark,
    .paypal-review .amount {
        text-align: right
    }

    .paypal-review-discount {
        border-top: 1px solid #ccc
    }

    .paypal-review-discount .block {
        margin-bottom: 15px
    }

    .paypal-review-discount .block.giftcard.active {
        padding-bottom: 40px
    }

    .paypal-review-discount .block .title:after {
        display: inline;
        margin-left: 10px;
        position: static
    }

    .paypal-review-discount .block .content {
        padding-bottom: 0
    }

    .order-review-form .actions-toolbar>.primary {
        float: right
    }

    .order-review-form .action.primary {
        margin-right: 0
    }

    .block-cart-failed .secondary .action {
        margin: 0
    }

    .block-cart-failed .actions.primary {
        float: right
    }

    .bundle-actions .action.primary.customize {
        width: auto
    }

    .bundle-options-container .legend.title {
        font-size: 40px
    }

    .bundle-options-container .bundle-options-wrapper,
    .bundle-options-container .product-options-wrapper {
        float: left;
        width: 57%
    }

    .bundle-options-container .block-bundle-summary {
        float: right;
        margin-top: 66px;
        padding: 10px 20px;
        position: relative;
        width: 40%
    }

    .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
    .bundle-options-container .block-bundle-summary .price-box .price-wrapper>.price {
        color: #575757;
        font-size: 36px;
        font-weight: 600;
        line-height: 36px
    }

    .bundle-options-container .block-bundle-summary .price-container .weee {
        color: #575757
    }

    .bundle-options-container .block-bundle-summary .price-container .weee .price {
        font-size: 1.2rem;
        font-weight: 700
    }

    .bundle-options-container .block-bundle-summary .price-including-tax+.price-excluding-tax .price {
        font-size: 1.4rem;
        line-height: 16px
    }

    .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
        margin-right: 1%;
        width: auto
    }

    .bundle-options-container .block-bundle-summary .product-addto-links {
        text-align: left
    }

    .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
    .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
    .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
    .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
    .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
    .page-layout-3columns .bundle-options-container .block-bundle-summary {
        width: 48%
    }

    .page-products .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 4%)/3)
    }

    .page-products .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0
    }

    .page-products.page-layout-1column .products-grid .product-item {
        width: 25%
    }

    .page-products.page-layout-3columns .products-grid .product-item {
        width: 50%
    }

    .page-products .columns {
        padding-top: 0;
        position: relative;
        z-index: 1
    }

    .toolbar-amount {
        display: block;
        float: left;
        position: static
    }

    .products.wrapper~.toolbar .pages {
        float: left;
        margin-bottom: 0
    }

    .modes {
        display: inline-block;
        float: left;
        margin-right: 20px
    }

    .products.wrapper~.toolbar .modes {
        display: none
    }

    .modes-mode {
        background-color: #f0f0f0;
        box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, .3);
        color: #5e5e5e;
        border: 1px solid #ccc;
        border-right: 0;
        float: left;
        font-weight: 400;
        line-height: 1;
        padding: 7px 10px;
        text-align: center;
        display: inline-block;
        text-decoration: none
    }

    .modes-label+.modes-mode {
        border-radius: 3px 0 0 3px
    }

    .modes-mode:hover {
        color: #5e5e5e;
        background: #ebebeb
    }

    .modes-mode:last-child {
        border-radius: 0 3px 3px 0;
        border-right: 1px solid #ccc
    }

    .modes-mode.active {
        box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, .8), inset 0 -1px 0 0 rgba(204, 204, 204, .3);
        background: #dedede;
        color: #9e9e9e
    }

    .modes-mode>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .modes-mode:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: inherit;
        color: #7d7d7d;
        content: '\e60d';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .modes-mode:hover:before {
        color: #7d7d7d
    }

    .page-products .sorter {
        position: static
    }

    .mode-list:before {
        content: '\e60b'
    }

    .products.wrapper~.toolbar .limiter {
        display: block;
        float: right
    }

    .product-info-main .page-title-wrapper h1 {
        margin-bottom: 15px
    }

    .product-info-main .product-add-form {
        padding-top: 20px
    }

    .box-tocart .action.tocart {
        margin-bottom: 0;
        margin-right: 1%;
        width: 49%
    }

    .product-social-links {
        text-align: left
    }

    .product-options-bottom .price-box .price-container,
    .product-info-price .price-box .price-container {
        font-size: 21px
    }

    .product-options-bottom .price-box .price-container .price,
    .product-info-price .price-box .price-container .price {
        font-size: 36px;
        line-height: 36px
    }

    .product-options-bottom .price-box .price-including-tax+.price-excluding-tax .price,
    .product-info-price .price-box .price-including-tax+.price-excluding-tax .price {
        font-size: 1.4rem;
        line-height: 16px
    }

    .product-info-main {
        float: right
    }

    .product.media {
        float: left;
        margin-bottom: 25px
    }

    .page-layout-1column .product-info-main {
        width: 40%
    }

    .page-layout-1column .product.media {
        width: 57%
    }

    .page-layout-2columns-left .product-info-main,
    .page-layout-2columns-right .product-info-main,
    .page-layout-3columns .product-info-main {
        width: 48%
    }

    .page-layout-2columns-left .product.media,
    .page-layout-2columns-right .product.media,
    .page-layout-3columns .product.media {
        width: 50%
    }

    .product-add-form .product-options-wrapper .field .control {
        width: 80%
    }

    .sidebar .product-items .product-item-info .product-item-photo {
        float: left;
        left: auto;
        margin: 0 10px 10px 0;
        position: relative;
        top: auto
    }

    .sidebar .product-items .product-item-details {
        margin: 0
    }

    .sidebar .product-items .product-item-actions {
        clear: left
    }

    .catalog-category-view.page-layout-1column .site-main {
        min-height: inherit
    }

    .compare.wrapper {
        float: right;
        margin: 0;
        padding: 0;
        list-style: none none
    }

    .compare.wrapper .action.compare {
        line-height: 32px;
        color: #333;
        text-decoration: none
    }

    .compare.wrapper .action.compare:visited {
        color: #333;
        text-decoration: none
    }

    .compare.wrapper .action.compare:hover {
        color: #333;
        text-decoration: underline
    }

    .compare.wrapper .action.compare:active {
        color: #333;
        text-decoration: underline
    }

    .compare.wrapper .counter.qty {
        color: #7d7d7d
    }

    .compare.wrapper .counter.qty:before {
        content: '('
    }

    .compare.wrapper .counter.qty:after {
        content: ')'
    }

    .block-search {
        float: right;
        padding-left: 15px;
        position: relative;
        width: 250px;
        z-index: 4
    }

    .search404 .block-search {
        float: none;
        width: 500px;
    }

    .error404 .products404 {
        padding-top: 0;
    }

    .block-search .control {
        border-top: 0;
        margin: 0;
        padding: 0
    }

    .block-search input {
        margin: 0;
        padding-right: 35px;
        position: static
    }

    .block-search input::-webkit-input-placeholder {
        color: #575757
    }

    .block-search input:-moz-placeholder {
        color: #575757
    }

    .block-search input::-moz-placeholder {
        color: #575757
    }

    .block-search input:-ms-input-placeholder {
        color: #575757
    }

    .block-search .action.search {
        display: inline-block;
        background-image: none;
        background: 0 0;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 1
    }

    .block-search .action.search>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .block-search .action.search:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 32px;
        color: #757575;
        content: '\e615';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .block-search .action.search:hover:before {
        color: #333
    }

    .block-search .action.search:active:before {
        color: inherit
    }

    .block-search .action.search:focus,
    .block-search .action.search:active {
        background: 0 0;
        border: none
    }

    .block-search .action.search:hover {
        background: 0 0;
        border: none
    }

    .block-search .action.search.disabled,
    .block-search .action.search[disabled],
    fieldset[disabled] .block-search .action.search {
        pointer-events: none;
        opacity: .5
    }

    .block-search .action.search:focus:before {
        color: #333
    }

    .search-autocomplete {
        margin-top: 0
    }

    .checkout-cart-index .page-main {
        padding-left: 15px;
        padding-right: 15px
    }

    .cart-container .form-cart .actions.main {
        text-align: right
    }

    .cart-container .widget {
        float: left
    }

    .cart-container .widget.block {
        margin-bottom: 20px
    }

    .cart-summary {
        width: 25%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        padding: 1px 20px 25px;
        position: relative
    }

    .cart-summary>.title {
        display: block
    }

    .cart-summary .fieldset .actions-toolbar {
        margin-left: 0
    }

    .cart-summary .fieldset .actions-toolbar>.secondary {
        float: none
    }

    .cart-summary .block>.title {
        padding-left: 0
    }

    .cart-summary .block>.title:after {
        right: 3px
    }

    .cart-summary .block .fieldset .field {
        margin: 0 0 20px;
        margin: 0 0 10px
    }

    .cart-summary .block .fieldset .field:not(.choice)>.label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0
    }

    .cart-summary .block .fieldset .field:not(.choice)>.control {
        float: none;
        width: auto
    }

    .cart-summary .block .fieldset .field>.label {
        margin: 0 0 8px;
        display: inline-block
    }

    .cart-summary .block .fieldset .field.choice:before,
    .cart-summary .block .fieldset .field.no-label:before {
        display: none
    }

    .cart-summary .checkout-methods-items {
        padding: 0
    }

    .cart.table-wrapper .items {
        min-width: 100%;
        width: auto
    }

    .cart.table-wrapper tbody td {
        padding-top: 20px
    }

    .cart.table-wrapper .item .col.item {
        padding: 20px 8px 20px 0
    }

    .cart.table-wrapper .item-actions td {
        padding: 0
    }

    .cart.table-wrapper .product-item-photo {
        display: table-cell;
        max-width: 100%;
        padding-right: 20px;
        position: static;
        vertical-align: top;
        width: 1%
    }

    .cart.table-wrapper .product-item-details {
        display: table-cell;
        padding-bottom: 35px;
        vertical-align: top;
        white-space: normal;
        width: 99%
    }

    .cart-products-toolbar {
        margin: 2px 0 0
    }

    .cart-products-toolbar .toolbar-amount {
        line-height: 30px;
        margin: 0
    }

    .cart-products-toolbar .pages {
        float: right
    }

    .cart-products-toolbar .pages .item:last-child {
        margin-right: 0
    }

    .cart.table-wrapper .cart-products-toolbar+.cart thead tr th.col {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .cart.table-wrapper .cart+.cart-products-toolbar {
        margin-top: 25px
    }

    .cart-discount {
        width: 75%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        border: 0;
        box-sizing: border-box;
        padding-right: 4%
    }

    .cart-discount .block .title:after {
        display: inline;
        margin-left: 10px;
        position: static
    }

    .cart-discount .block.discount {
        width: auto
    }

    .cart-discount .block .actions-toolbar {
        width: auto
    }

    .block.crosssell {
        width: 75%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding: 0 4% 0 0
    }

    .block.crosssell .products-grid .product-item {
        width: 25%
    }

    .minicart-wrapper {
        margin-left: 13px
    }

    .minicart-wrapper .block-minicart {
        width: 390px
    }

    .minilist .action.delete:before,
    .minicart-wrapper .action.edit:before {
        font-size: 16px;
        line-height: inherit
    }

    .opc-wrapper {
        width: 66.66666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding-right: 30px
    }

    .checkout-onepage-success .print {
        display: block;
        float: right;
        margin: 23px 0 0
    }

    .opc-progress-bar {
        margin: 0 0 20px;
        counter-reset: i;
        display: block;
        font-size: 0
    }

    .opc-progress-bar-item {
        margin: 0 0 10px;
        width: 185px;
        display: inline-block;
        position: relative;
        text-align: center;
        vertical-align: top
    }

    .opc-progress-bar-item:before {
        background: #e4e4e4;
        border: 1px solid #ccc;
        top: 19px;
        transition: background .3s;
        content: '';
        height: 7px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .opc-progress-bar-item:first-child:before {
        border-radius: 6px 0 0 6px
    }

    .opc-progress-bar-item:last-child:before {
        border-radius: 0 6px 6px 0
    }

    .opc-progress-bar-item>span {
        display: inline-block;
        padding-top: 45px;
        width: 100%;
        word-wrap: break-word;
        color: #666;
        font-weight: 300;
        font-size: 1.8rem
    }

    .opc-progress-bar-item>span:before,
    .opc-progress-bar-item>span:after {
        background: #e4e4e4;
        border: 1px solid #ccc;
        height: 38px;
        margin-left: -19px;
        transition: background .3s;
        width: 38px;
        border-radius: 50%;
        content: '';
        left: 50%;
        position: absolute;
        top: 0
    }

    .opc-progress-bar-item>span:after {
        background: #fff;
        height: 26px;
        margin-left: -13px;
        top: 6px;
        width: 26px;
        content: counter(i);
        counter-increment: i;
        color: #333;
        font-weight: 600;
        font-size: 1.8rem
    }

    .opc-progress-bar-item._complete {
        cursor: pointer
    }

    .opc-progress-bar-item._complete:hover:before {
        background: #d7d7d7
    }

    .opc-progress-bar-item._complete:hover>span:before {
        background: #d7d7d7
    }

    .opc-progress-bar-item._complete>span {
        color: #006bb4
    }

    .opc-progress-bar-item._complete>span:after {
        font-family: 'luma-icons';
        content: '\e610'
    }

    .opc-progress-bar-item._active:before {
        background: #ff5501;
        border-color: #ff5501
    }

    .opc-progress-bar-item._active>span {
        color: #333;
        font-weight: 600
    }

    .opc-progress-bar-item._active>span:before {
        background: #ff5501;
        border-color: #ff5501
    }

    .opc-progress-bar-item._active>span:after {
        border-color: #ff5501;
        content: '\e610';
        font-family: 'luma-icons'
    }

    .checkout-index-index .modal-popup .form-shipping-address {
        max-width: 500px
    }

    .checkout-index-index .modal-popup .modal-footer .action-save-address {
        float: right;
        margin: 0 0 0 20px
    }

    .checkout-shipping-method .actions-toolbar>.primary {
        float: right
    }

    .checkout-shipping-method .actions-toolbar .action.primary {
        margin: 0
    }

    .checkout-shipping-method .actions-toolbar .action.primary.button {
        margin-top: 2px
    }

    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address {
        max-width: 500px
    }

    .opc-wrapper .form-login {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px
    }

    .table-checkout-shipping-method {
        width: auto
    }

    .opc-sidebar {
        margin: 46px 0 20px;
        width: 33.33333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .opc-summary-wrapper .modal-header .action-close {
        display: none
    }

    .authentication-dropdown {
        background-color: #fff;
        border: 1px solid #aeaeae;
        -webkit-transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        -webkit-transition: -webkit-transform linear .1s, visibility 0s linear .1s;
        position: absolute;
        text-align: left;
        top: 100%;
        transform: scale(1, 0);
        transform-origin: 0 0;
        transition: transform linear .1s, visibility 0s linear .1s;
        visibility: hidden;
        width: 100%
    }

    .authentication-dropdown._show {
        z-index: 100;
        -webkit-transform: scale(1, 1);
        -webkit-transition: -webkit-transform linear .1s, visibility 0s linear 0s;
        transform: scale(1, 1);
        transition: transform linear .1s, visibility 0s linear 0s;
        visibility: visible
    }

    .authentication-wrapper {
        width: 33.33333333%;
        text-align: right
    }

    .block-authentication .block-title {
        font-size: 2.6rem;
        border-bottom: 0;
        margin-bottom: 25px
    }

    .block-authentication .actions-toolbar>.primary {
        display: inline;
        float: right;
        margin-right: 0
    }

    .block-authentication .actions-toolbar>.primary .action {
        margin-right: 0
    }

    .block-authentication .actions-toolbar>.secondary {
        float: left;
        margin-right: 2rem;
        padding-top: 1rem
    }

    .popup-authentication .modal-inner-wrap {
        min-width: 768px;
        width: 60%
    }

    .popup-authentication .block-authentication {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 1px solid #c1c1c1
    }

    .popup-authentication .block[class],
    .popup-authentication .form-login,
    .popup-authentication .fieldset,
    .popup-authentication .block-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-grow: 1;
        flex-grow: 1
    }

    .popup-authentication .block[class] {
        box-sizing: border-box;
        float: left;
        padding: 10px 30px 0 0;
        width: 50%
    }

    .popup-authentication .block[class]+.block {
        border-left: 1px solid #c1c1c1;
        border-top: 0;
        margin: 0;
        padding: 10px 0 0 40px
    }

    .popup-authentication .block[class]+.block:before {
        left: 0;
        top: 50%
    }

    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: auto
    }

    .checkout-payment-method .actions-toolbar .primary {
        float: right;
        margin: 0
    }

    .checkout-payment-method .fieldset>.field-select-billing>.control {
        float: none;
        width: 100%
    }

    .checkout-billing-address .action-update {
        float: right
    }

    .checkout-billing-address .actions-toolbar .action-cancel {
        margin: 6px 20px 0 0
    }

    .checkout-payment-method .payment-option-title {
        padding-left: 22px
    }

    .checkout-payment-method .payment-option-content .payment-option-inner+.actions-toolbar {
        margin-left: 0
    }

    .login-container .block.login .actions-toolbar>.primary {
        margin-bottom: 0;
        margin-right: 30px
    }

    .login-container .block.login .actions-toolbar>.secondary {
        float: left
    }

    .login-container .fieldset>.field>.control {
        width: 80%
    }

    .form-create-account .fieldset-fullname .fields {
        display: table;
        width: 100%
    }

    .form-create-account .fieldset-fullname .fields .field {
        display: table-cell
    }

    .form-create-account .fieldset-fullname .fields .field+.field {
        padding-left: 10px
    }

    .form-create-account .fieldset-fullname .field-name-prefix,
    .form-create-account .fieldset-fullname .field-name-suffix {
        width: 50px
    }

    .form.password.reset,
    .form.send.confirmation,
    .form.password.forget,
    .form.create.account,
    .form.search.advanced,
    .form.form-orders-search {
        min-width: 600px;
        width: 50%
    }

    .account.page-layout-2columns-left .sidebar-main,
    .account.page-layout-2columns-left .sidebar-additional {
        width: 22.3%
    }

    .account.page-layout-2columns-left .site-main {
        width: 77.7%
    }

    .account.page-layout-2columns-left .sidebar-main .block {
        margin-bottom: 0
    }

    .account .data.table {
        margin-bottom: 0
    }

    .account .data.table .col.actions {
        white-space: nowrap
    }

    .block-addresses-list .items.addresses {
        font-size: 0
    }

    .block-addresses-list .items.addresses>.item {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 20px;
        vertical-align: top;
        width: 48%
    }

    .block-addresses-list .items.addresses>.item:nth-last-child(1),
    .block-addresses-list .items.addresses>.item:nth-last-child(2) {
        margin-bottom: 0
    }

    .block-addresses-list .items.addresses>.item:nth-child(even) {
        margin-left: 4%
    }

    .form-edit-account .fieldset .fieldset {
        margin-bottom: 20px;
        width: 100%
    }

    .control.captcha-image .captcha-img {
        margin: 0 10px 10px 0
    }

    .storecredit .block-balance-history {
        width: 100%
    }

    .table-balance-history .col {
        width: 25%
    }

    .page-product-downloadable .product-options-wrapper {
        float: left;
        width: 55%
    }

    .page-product-downloadable .product-options-bottom {
        float: right;
        width: 40%
    }

    .page-product-giftcard .product-info-main .price-box .price-container.price-final {
        font-size: 21px
    }

    .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
        font-size: 36px;
        line-height: 36px
    }

    .page-product-giftcard .product-info-main .product-info-stock-sku {
        padding-bottom: 0
    }

    .page-product-giftcard .product-info-main .product-reviews-summary {
        float: none
    }

    .page-product-giftcard .product-add-form {
        margin-top: -20px
    }

    .page-product-giftcard .product-add-form .field:not(.text) {
        margin: 0 0 20px;
        padding: 0 12px 0 0;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        vertical-align: top
    }

    .page-product-giftcard .product-add-form .field:not(.text)>.label {
        margin: 0 0 8px;
        display: inline-block
    }

    .page-product-giftcard .product-add-form .field:not(.text):last-child {
        margin-bottom: 0
    }

    .page-product-giftcard .product-add-form .field:not(.text)+.fieldset {
        clear: both
    }

    .page-product-giftcard .product-add-form .field:not(.text)>.label {
        font-weight: 600
    }

    .page-product-giftcard .product-add-form .field:not(.text)>.label+br {
        display: none
    }

    .page-product-giftcard .product-add-form .field:not(.text) .choice input {
        vertical-align: top
    }

    .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
        content: '';
        display: table
    }

    .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
        clear: both
    }

    .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
        box-sizing: border-box;
        float: left
    }

    .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
        width: 50% !important
    }

    .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
        width: 33.3% !important
    }

    .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
        width: 25% !important
    }

    .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
        width: 20% !important
    }

    .page-product-giftcard .product-add-form .field:not(.text) .addon {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0;
        width: 100%
    }

    .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
    .page-product-giftcard .product-add-form .field:not(.text) .addon select,
    .page-product-giftcard .product-add-form .field:not(.text) .addon input {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        display: inline-block;
        margin: 0;
        width: auto
    }

    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
        background: #fff;
        background-clip: padding-box;
        border: 1px solid #c2c2c2;
        border-radius: 1px;
        font-family: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        height: 32px;
        line-height: 1.42857143;
        padding: 0 9px;
        vertical-align: baseline;
        width: 100%;
        box-sizing: border-box;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        width: auto
    }

    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
        opacity: .5
    }

    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
        color: #575757
    }

    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
        color: #575757
    }

    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
        color: #575757
    }

    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .page-product-giftcard .product-add-form .field:not(.text) .additional {
        margin-top: 10px
    }

    .page-product-giftcard .product-add-form .field:not(.text).required>.label:after,
    .page-product-giftcard .product-add-form .field:not(.text)._required>.label:after {
        content: '*';
        color: #e02b27;
        font-size: 1.2rem;
        margin: 0 0 0 5px
    }

    .page-product-giftcard .product-add-form .field:not(.text) .note {
        font-size: 1.2rem;
        margin: 3px 0 0;
        padding: 0;
        display: inline-block;
        text-decoration: none
    }

    .page-product-giftcard .product-add-form .field:not(.text) .note:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 12px;
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
        padding-right: 25px
    }

    .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
        padding-right: 0
    }

    .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date)>.control {
        width: auto
    }

    .gift-options {
        position: relative;
        z-index: 1
    }

    .gift-options .actions-toolbar {
        clear: both;
        padding: 0;
        position: static
    }

    .gift-options .actions-toolbar .secondary {
        float: right
    }

    .gift-options .actions-toolbar .secondary .action {
        float: right;
        margin-left: 20px;
        margin-right: 0
    }

    .gift-options .actions-toolbar .secondary .action-cancel {
        display: block;
        float: left;
        margin-top: 6px
    }

    .gift-options .actions-toolbar:nth-child(3):before {
        border-left: 1px solid #c1c1c1;
        bottom: 5rem;
        content: '';
        display: block;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 0
    }

    .gift-options-title {
        font-weight: 300;
        font-size: 1.8rem
    }

    .gift-item-block .title {
        font-size: 1.6rem;
        padding: 20px 0
    }

    .item-gift td {
        padding-left: 0;
        padding-right: 0
    }

    .cart.table-wrapper .gift-options .actions-toolbar {
        clear: both;
        padding: 0;
        position: static
    }

    .cart .action-gift {
        float: left
    }

    .cart-container .cart-gift-item {
        margin-bottom: 20px
    }

    .cart-container .cart-gift-item .gift-options,
    .cart-container .cart-gift-item .gift-summary {
        padding-bottom: 20px
    }

    .form-giftregistry-share .fieldset .field,
    .form-giftregistry-edit .fieldset .field {
        width: 45%
    }

    .form-giftregistry-edit .fieldset.shipping_address .fieldset {
        margin-top: 20px
    }

    .table-giftregistry .col.create {
        white-space: nowrap
    }

    .table-giftregistry .col.message {
        width: 40%
    }

    .table-giftregistry .col.actions {
        width: 30%
    }

    .table-giftregistry-items .col.note {
        width: 30%
    }

    .account .data.table.table-giftregistry-items>thead>tr>th,
    .account .data.table.table-giftregistry-items>tbody>tr>th,
    .account .data.table.table-giftregistry-items>tfoot>tr>th,
    .account .data.table.table-giftregistry-items>thead>tr>td,
    .account .data.table.table-giftregistry-items>tbody>tr>td,
    .account .data.table.table-giftregistry-items>tfoot>tr>td {
        border-top: 1px solid #ccc
    }

    .account .data.table.table-giftregistry-items>caption+thead>tr:first-child>th,
    .account .data.table.table-giftregistry-items>colgroup+thead>tr:first-child>th,
    .account .data.table.table-giftregistry-items>thead:first-child>tr:first-child>th,
    .account .data.table.table-giftregistry-items>caption+thead>tr:first-child>td,
    .account .data.table.table-giftregistry-items>colgroup+thead>tr:first-child>td,
    .account .data.table.table-giftregistry-items>thead:first-child>tr:first-child>td {
        border-top: 0
    }

    .account .data.table.table-giftregistry-items>tbody+tbody {
        border-top: 1px solid #ccc
    }

    .account .data.table.table-giftregistry-items th {
        border-bottom: 0
    }

    .account .data.table.table-giftregistry-items>tbody>tr:nth-child(even)>td,
    .account .data.table.table-giftregistry-items>tbody>tr:nth-child(even)>th {
        background: 0 0
    }

    .form-giftregistry-search .fieldset {
        margin-bottom: 29px
    }

    .form-giftregistry-search .fieldset .field.name,
    .form-giftregistry-search .fieldset .field.lastname {
        padding: 0 12px 0 0;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        vertical-align: top;
        margin-bottom: auto
    }

    .form-giftregistry-search .fieldset .field.name+.fieldset,
    .form-giftregistry-search .fieldset .field.lastname+.fieldset {
        clear: both
    }

    .form-giftregistry-search .fieldset .field.lastname {
        padding: 0
    }

    .block-giftregistry-shared-items .item {
        border-bottom: 1px solid #ccc;
        border-top: 0
    }

    .block-giftregistry-shared-items .product-item-photo {
        display: table-cell;
        max-width: 100%;
        padding: 0 20px 0 0;
        vertical-align: top;
        width: 1%
    }

    .block-giftregistry-shared-items .product-item-details {
        display: table-cell;
        vertical-align: top;
        width: 99%;
        word-break: normal
    }

    .block-giftregistry-shared-items .col.product {
        width: 48%
    }

    .block-giftregistry-shared-items .col:not(.product) {
        text-align: center
    }

    .block-giftregistry-shared-items .col.price {
        padding-top: 17px
    }

    .block-giftregistry-shared-items .input-text.qty {
        margin-top: -4px
    }

    .gift-options-cart-item .gift-wrapping,
    .cart-gift-item .gift-wrapping {
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        width: 50%
    }

    .gift-options-cart-item .gift-wrapping+.gift-message,
    .cart-gift-item .gift-wrapping+.gift-message {
        border-left: 1px solid #c1c1c1;
        box-sizing: border-box;
        float: left;
        padding-left: 4.5rem;
        width: 50%
    }

    .gift-options-cart-item .gift-summary .regular-price,
    .cart-gift-item .gift-summary .regular-price {
        white-space: nowrap
    }

    .gift-options-cart-item .gift-wrapping-name,
    .cart-gift-item .gift-wrapping-name {
        padding-right: 20px
    }

    .order-options .gift-wrapping,
    .table-order-review .gift-wrapping {
        max-width: 50%
    }

    .page-product-grouped .product-info-price {
        float: none
    }

    .page-product-grouped .minimal-price {
        margin-top: -8px
    }

    .box-tocart .action.instant-purchase {
        margin-bottom: 0;
        margin-right: 1%;
        width: 49%
    }

    .table-invitations .col {
        width: 50%
    }

    .filter.block {
        margin-bottom: 40px
    }

    .filter-title {
        display: none
    }

    .filter-content .item {
        margin: 10px 0
    }

    .filter-actions {
        margin-bottom: 30px
    }

    .filter.active .filter-options,
    .filter-options {
        background: 0 0;
        clear: both;
        display: block;
        overflow: initial;
        position: static
    }

    .filter-subtitle {
        display: block;
        position: static
    }

    .page-layout-1column .toolbar-products {
        position: absolute;
        top: 0;
        width: 100%
    }

    .page-layout-1column .products~.toolbar-products {
        position: static
    }

    .page-layout-1column.page-with-filter .site-main {
        padding-top: 45px;
        position: relative;
        z-index: 1
    }

    .page-layout-1column .filter.block {
        border-top: 1px solid #ccc
    }

    .page-layout-1column .filter-content {
        margin-top: 10px
    }

    .page-layout-1column .filter-subtitle {
        display: none
    }

    .page-layout-1column .filter-options-item {
        border: 0;
        display: inline-block;
        margin-right: 25px;
        position: relative
    }

    .page-layout-1column .filter-options-item.active {
        z-index: 2
    }

    .page-layout-1column .filter-options-item.active .filter-options-content {
        visibility: visible
    }

    .page-layout-1column .filter-options-item.active:hover {
        z-index: 3
    }

    .page-layout-1column .filter-options-item.active:after,
    .page-layout-1column .filter-options-item.active:before {
        border: 8px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #000;
        bottom: -1px;
        content: '';
        display: block;
        left: 5px;
        position: absolute;
        z-index: 3
    }

    .page-layout-1column .filter-options-item.active:after {
        border-bottom-color: #fff;
        margin-top: 2px;
        z-index: 4
    }

    .page-layout-1column .filter-options-title {
        padding: 0 20px 0 0
    }

    .page-layout-1column .filter-options-title:after {
        right: 2px;
        top: 3px;
        z-index: 3
    }

    .page-layout-1column .filter-options-content {
        background: #fff;
        -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .75);
        -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .75);
        -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .75);
        box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .75);
        border: 1px solid #ccc;
        padding: 5px 0;
        position: absolute;
        top: 100%;
        visibility: hidden;
        width: 180px;
        z-index: 2
    }

    .page-layout-1column .filter-options-content .item {
        margin: 0;
        padding: 5px
    }

    .page-layout-1column .filter-options-content .item a {
        margin-left: 0
    }

    .page-layout-1column .filter-options-content .item:hover {
        background-color: #e8e8e8
    }

    .page-layout-1column .filter-current {
        display: inline;
        line-height: 35px
    }

    .page-layout-1column .filter-current-subtitle {
        color: #7d7d7d;
        display: inline;
        font-size: 14px;
        font-weight: 400;
        padding: 0
    }

    .page-layout-1column .filter-current-subtitle:after {
        content: ':'
    }

    .page-layout-1column .filter-current .item,
    .page-layout-1column .filter-current .items {
        display: inline
    }

    .page-layout-1column .filter-current .item {
        margin-right: 25px;
        white-space: nowrap
    }

    .page-layout-1column .filter-current .action.remove {
        line-height: normal
    }

    .page-layout-1column .filter-actions {
        display: inline;
        white-space: nowrap
    }

    .page-layout-1column .filter-actions~.filter-options {
        margin-top: 25px
    }

    .wishlist.window.popup {
        bottom: auto;
        top: 20%;
        left: 50%;
        margin-left: -212px;
        width: 380px;
        right: auto
    }

    .block-wishlist-management {
        margin-bottom: 20px
    }

    .block-wishlist-management .wishlist-select {
        border-bottom: 1px solid #e8e8e8;
        display: table;
        margin-bottom: 15px;
        width: 100%
    }

    .block-wishlist-management .wishlist-select .wishlist-name {
        display: table-cell;
        margin-right: 10px;
        padding: 5px 10px 10px;
        vertical-align: top;
        white-space: nowrap;
        width: 5%
    }

    .block-wishlist-management .wishlist-select-items {
        display: table-cell;
        padding-right: 160px;
        vertical-align: top
    }

    .block-wishlist-management .wishlist-select-items .item {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 10px 10px
    }

    .block-wishlist-management .wishlist-select-items .item:last-child {
        margin-right: 0
    }

    .block-wishlist-management .wishlist-select-items .current {
        border-bottom: 3px solid #ff5501;
        font-weight: 600
    }

    .block-wishlist-management .wishlist-select .wishlist-name-current {
        display: none
    }

    .block-wishlist-management .wishlist-add.item {
        position: absolute;
        right: 0;
        top: 0
    }

    .block-wishlist-management .wishlist-title strong {
        font-size: 4rem
    }

    .block-wishlist-management .wishlist-info {
        float: left
    }

    .block-wishlist-management .wishlist-toolbar {
        float: right
    }

    .block-wishlist-info-items .product-item-photo {
        margin-left: 0
    }

    .products-grid.wishlist .product-item-checkbox {
        float: left
    }

    .products-grid.wishlist .product-item-checkbox+.product-item-name {
        margin-left: 25px
    }

    .block.newsletter {
        max-width: 44%;
        width: max-content
    }

    .block.newsletter .field.newsletter {
        max-width: 220px
    }

    .block.newsletter .form.subscribe>.field,
    .block.newsletter .form.subscribe>.actions {
        float: left
    }

    .product-reviews-summary {
        margin-bottom: 15px
    }

    .products.wrapper.list .product-reviews-summary {
        margin: 0
    }

    .product-reviews-summary .reviews-actions {
        font-size: 14px;
        margin-top: 3px
    }

    .form-create-return .fieldset .field {
        width: 45%
    }

    .magento-rma-guest-returns .site-main .block.block-order-details-view .block-content:not(.widget) .box {
        clear: none;
        float: left;
        width: 25%
    }

    .block-returns-tracking .block-title .action {
        margin: 0 0 0 30px
    }

    .block-returns-tracking .block-title .actions-track {
        float: right;
        margin-top: 12px
    }

    .order-links .item {
        float: left;
        margin: 0 -1px 0 0
    }

    .order-links .item a {
        padding: 1px 20px
    }

    .order-links .item strong {
        border-bottom: 0;
        margin-bottom: -1px;
        padding: 1px 20px 2px
    }

    .order-actions-toolbar .action.print {
        display: block;
        float: right
    }

    .account .site-main .block.block-order-details-view .block-content:not(.widget) .box,
    [class^=sales-guest-] .site-main .block.block-order-details-view .block-content:not(.widget) .box,
    .sales-guest-view .site-main .block.block-order-details-view .block-content:not(.widget) .box {
        clear: none;
        float: left;
        width: 25%
    }

    .block-order-details-comments {
        margin: 0 0 60px
    }

    .block-order-details-comments .comment-date {
        clear: left;
        float: left;
        margin-right: 50px;
        max-width: 90px
    }

    .block-order-details-comments .comment-content {
        overflow: hidden
    }

    .order-details-items {
        margin-top: -1px;
        padding: 25px
    }

    .order-details-items .col.price {
        text-align: center
    }

    .order-details-items .col.subtotal {
        text-align: right
    }

    .order-details-items tbody td {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .order-details-items tfoot .amount,
    .order-details-items tfoot .mark {
        text-align: right
    }

    .order-details-items.ordered .order-title {
        display: none
    }

    .order-pager-wrapper .order-pager-wrapper-top {
        padding-left: 0;
        padding-right: 0
    }

    .order-pager-wrapper .toolbar-amount {
        position: relative
    }

    .order-pager-wrapper .pages {
        float: right
    }

    .table-order-items tbody .col.label,
    .table-order-items tbody .col.value {
        padding-left: 0
    }

    .table-order-items.invoice .col.qty,
    .table-order-items.shipment .col.qty {
        text-align: center
    }

    .table-order-items.creditmemo .col.qty,
    .table-order-items.creditmemo .col.discount,
    .table-order-items.creditmemo .col.subtotal {
        text-align: center
    }

    .table-order-items.creditmemo .col.total {
        text-align: right
    }

    .form.send.friend {
        width: 60%
    }

    .form.send.friend .fieldset .field {
        width: 45%
    }

    .form.send.friend .fieldset .field.text {
        width: 90%
    }

    html,
    body {
        height: 100%
    }

    .navigation ul {
        padding: 0 8px
    }

    .page-header {
        border: 0;
        margin-bottom: 0;
        padding: 0
    }

    .page-header .panel.wrapper {
        border-bottom: 1px solid #e8e8e8;
        background-color: #6e716e
    }

    .page-header .header.panel {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .page-header .switcher {
        float: right;
        margin-left: 15px;
        margin-right: -6px;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .page-main>.page-title-wrapper .page-title {
        display: inline-block
    }

    .page-main>.page-title-wrapper .page-title+.action {
        float: right;
        margin-top: 20px
    }

    .customer-welcome {
        display: inline-block;
        position: relative
    }

    .customer-welcome:before,
    .customer-welcome:after {
        content: '';
        display: table
    }

    .customer-welcome:after {
        clear: both
    }

    .customer-welcome .action.switch {
        padding: 0;
        cursor: pointer;
        display: inline-block;
        text-decoration: none
    }

    .customer-welcome .action.switch>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .customer-welcome .action.switch:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 22px;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .customer-welcome .action.switch:hover:after {
        color: inherit
    }

    .customer-welcome .action.switch:active:after {
        color: inherit
    }

    .customer-welcome .action.switch.active {
        display: inline-block;
        text-decoration: none
    }

    .customer-welcome .action.switch.active>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .customer-welcome .action.switch.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 22px;
        color: inherit;
        content: '\e621';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .customer-welcome .action.switch.active:hover:after {
        color: inherit
    }

    .customer-welcome .action.switch.active:active:after {
        color: inherit
    }

    .customer-welcome ul {
        margin: 0;
        padding: 0;
        list-style: none none;
        background: #fff;
        border: 1px solid #bbb;
        margin-top: 4px;
        min-width: 100%;
        z-index: 101;
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        box-shadow: 0 3px 3px rgba(0, 0, 0, .15)
    }

    .customer-welcome ul li {
        margin: 0;
        padding: 0
    }

    .customer-welcome ul li:hover {
        background: #e8e8e8;
        cursor: pointer
    }

    .customer-welcome ul:before,
    .customer-welcome ul:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0
    }

    .customer-welcome ul:before {
        border: 6px solid;
        border-color: transparent transparent #fff;
        z-index: 99
    }

    .customer-welcome ul:after {
        border: 7px solid;
        border-color: transparent transparent #bbb;
        z-index: 98
    }

    .customer-welcome ul:before {
        right: 10px;
        top: -12px
    }

    .customer-welcome ul:after {
        right: 9px;
        top: -14px
    }

    .customer-welcome.active {
        overflow: visible
    }

    .customer-welcome.active ul {
        display: block
    }

    .customer-welcome li a {
        color: #333;
        text-decoration: none;
        display: block;
        line-height: 1.4;
        padding: 8px
    }

    .customer-welcome li a:visited {
        color: #333;
        text-decoration: none
    }

    .customer-welcome li a:hover {
        color: #333;
        text-decoration: none
    }

    .customer-welcome li a:active {
        color: #333;
        text-decoration: none
    }

    .customer-welcome .customer-name {
        cursor: pointer
    }

    .customer-welcome .customer-menu {
        display: none
    }

    .customer-welcome .action.switch {
        background-image: none;
        background: 0 0;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        color: #fff
    }

    .customer-welcome .action.switch:focus,
    .customer-welcome .action.switch:active {
        background: 0 0;
        border: none
    }

    .customer-welcome .action.switch:hover {
        background: 0 0;
        border: none
    }

    .customer-welcome .action.switch.disabled,
    .customer-welcome .action.switch[disabled],
    fieldset[disabled] .customer-welcome .action.switch {
        pointer-events: none;
        opacity: .5
    }

    .customer-welcome .header.links {
        min-width: 175px;
        z-index: 1000
    }

    .customer-welcome.active .action.switch:after {
        content: '\e621'
    }

    .customer-welcome.active .customer-menu {
        display: block
    }

    .customer-welcome .greet {
        display: none
    }

    .header.panel>.header.links {
        margin: 0;
        padding: 0;
        list-style: none none;
        float: right;
        margin-left: auto
    }

    .header.panel>.header.links>li {
        display: inline-block;
        vertical-align: top
    }

    .header.panel>.header.links>li {
        margin: 0 0 0 15px
    }

    .header.panel>.header.links>li.welcome,
    .header.panel>.header.links>li>a {
        display: inline-block;
        line-height: 1.4
    }

    .header.panel>.header.links>li.welcome a {
        color: #fff;
        padding-left: 5px
    }

    .header.panel>.header.links>.authorization-link:after {
        content: attr(data-label);
        display: inline-block;
        margin: 0 -5px 0 5px
    }

    .header.panel>.header.links>.authorization-link:last-child:after {
        display: none
    }

    .header.panel>.header.links>.customer-welcome+.authorization-link {
        display: none
    }

    .header.content {
        padding: 30px 20px 0
    }

    .logo {
        margin: -8px auto 25px 0
    }

    .logo img {
        max-height: inherit
    }

    .page-wrapper {
        margin: 0;
        position: relative;
        transition: margin .3s ease-out 0s
    }

    .page-wrapper>.breadcrumbs,
    .page-wrapper>.top-container,
    .page-wrapper>.widget {
        box-sizing: border-box;
        width: 100%
    }

    .page-footer {
        background: #f4f4f4;
        margin-top: auto;
        padding-bottom: 25px
    }

    .page-footer .switcher .options ul.dropdown {
        bottom: -10px;
        left: 100%;
        margin: 0 0 0 20px;
        top: auto
    }

    .page-footer .switcher .options ul.dropdown:before,
    .page-footer .switcher .options ul.dropdown:after {
        bottom: 13px;
        left: auto;
        right: 100%;
        top: auto
    }

    .page-footer .switcher .options ul.dropdown:before {
        border-color: transparent #fff transparent transparent
    }

    .page-footer .switcher .options ul.dropdown:after {
        border-color: transparent #bbb transparent transparent;
        margin: 0 0 -1px -1px
    }

    .footer.content {
        border-top: none
    }

    .footer.content .block {
        float: right
    }

    .footer-widget .widget ul {
        padding-right: 50px
    }

    .footer.content .switcher.store {
        display: block;
        margin: 0
    }

    .footer.content .links {
        display: inline-block;
        padding-right: 50px;
        vertical-align: top
    }

    .footer.content .links li {
        background: 0 0;
        border: none;
        font-size: 14px;
        margin: 0 0 8px;
        padding: 0
    }

    .footer.content .links a,
    .footer.content .links strong {
        display: inline
    }

    .my-credit-cards .card-type img {
        display: block
    }

    .products-grid.wishlist .product-item-info:hover .product-item-inner {
        display: block
    }

    .products-grid.wishlist .product-item-tooltip {
        display: inline-block
    }

    .products-grid.wishlist .product-item-actions {
        margin: 10px 0 0
    }

    .products-grid.wishlist .product-item-actions>* {
        display: inline-block;
        margin-bottom: 7px;
        margin-top: 7px
    }

    .products-grid.wishlist .product-item .fieldset {
        display: table
    }

    .products-grid.wishlist .product-item .fieldset .field.qty,
    .products-grid.wishlist .product-item .fieldset .product-item-actions {
        display: table-cell;
        vertical-align: bottom
    }

    .products-grid.wishlist .product-item .fieldset .field.qty {
        padding-right: 10px
    }

    .products-grid.wishlist .product-item .box-tocart .actions-primary {
        margin: 0
    }

    .products-grid.wishlist .product-item .box-tocart .stock {
        margin: 20px 0 0
    }

    .products-grid.wishlist .product-item .tocart {
        width: auto
    }

    .wishlist-index-index .product-item-info {
        width: auto
    }

    .wishlist-index-index .product-item-inner {
        background: #fff;
        border: 1px solid #bbb;
        box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, .3);
        border-top: none;
        left: 0;
        margin: 9px 0 0 -1px;
        padding: 0 9px 9px;
        position: absolute;
        right: -1px;
        z-index: 2
    }

    .wishlist-index-index .product-item-inner .comment-box {
        margin-top: -18px
    }

    .block.widget .products-grid .product-item {
        width: 33.33333333%
    }

    .sidebar .block.widget .products-grid .product-item {
        margin-left: 0;
        width: 100%
    }

    .sidebar .block.widget .products-grid .product-item .actions-secondary {
        display: block;
        padding: 10px 0
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 6%)/4)
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 50%
    }

    .sidebar .block.widget .pager .pages-item-next {
        padding: 0
    }

    .sidebar .block.widget .pager .pages-item-next .action {
        margin: 0
    }
}

@media all and (min-width: 769px),
print {
    .pagebuilder-mobile-only {
        display: none !important
    }
}

@media all and (min-width: 1024px),
print {
    .products-grid .product-item {
        width: 20%
    }

    .page-layout-1column .products-grid .product-item {
        width: 16.66666667%
    }

    .page-layout-3columns .products-grid .product-item {
        width: 25%
    }

    .page-products .products-grid .product-items {
        margin: 0
    }

    .page-products .products-grid .product-item {
        margin-left: 2%;
        padding: 5px;
        width: calc((100% - 6%)/4)
    }

    .page-products .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%
    }

    .page-products .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0
    }

    .page-products.page-layout-1column .products-grid .product-item {
        margin-left: 0;
        width: 20%
    }

    .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 1%;
        width: 32.667%
    }

    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
        margin-left: 1%
    }

    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0
    }

    .box-tocart .paypal:first-of-type {
        margin-top: 13px
    }

    .checkout-index-index .modal-popup .modal-inner-wrap {
        margin-left: -400px;
        width: 800px;
        left: 50%
    }

    .opc-wrapper .shipping-address-item {
        width: 33.33333333%
    }

    .opc-wrapper .shipping-address-item:before {
        background: #ccc;
        height: calc(100% - 20px);
        content: '';
        left: 0;
        position: absolute;
        top: 0;
        width: 1px
    }

    .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
        display: none
    }

    .opc-wrapper .shipping-address-item.selected-item:before {
        display: none
    }

    .opc-wrapper .shipping-address-item.selected-item+.shipping-address-item:before {
        display: none
    }

    .table-checkout-shipping-method {
        min-width: 500px
    }

    .order-links .item {
        margin: 0 -1px 0 0
    }

    .order-links .item a {
        padding: 1px 35px
    }

    .order-links .item strong {
        padding: 1px 35px 2px
    }

    .wishlist-index-index .products-grid .product-items {
        margin: 0
    }

    .wishlist-index-index .products-grid .product-item {
        margin-bottom: 20px;
        margin-left: calc((100% - 4*24.439%)/3);
        padding: 0;
        width: 24.439%
    }

    .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0
    }

    .block.widget .products-grid .product-item {
        width: 20%
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 8%)/5)
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
        margin-left: 2%
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 25%
    }

    .block.widget .products-grid .product-items {
        margin: 0
    }

    .block.widget .products-grid .product-item {
        margin-left: calc((100% - 4*24.439%)/3);
        padding: 0;
        width: 24.439%
    }

    .block.widget .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0
    }
}

@media all and (min-width: 1440px),
print {
    .sidebar .product-items .product-item-info .product-item-photo {
        float: none;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0
    }

    .sidebar .product-items .product-item-details {
        margin-left: 85px
    }
}


@font-face{font-family:fontello;src:url('/wp-content/themes/bitiga-child/fonts/fontello.eot');src:url(/wp-content/themes/bitiga-child/fonts/fontello.eot?30458031#iefix) format('embedded-opentype'), url(/wp-content/themes/bitiga-child/fonts/fontello.woff2) format('woff2'), url(/wp-content/themes/bitiga-child/fonts/fontello.woff) format('woff'), url(/wp-content/themes/bitiga-child/fonts/fontello.ttf) format('truetype'), url(/wp-content/themes/bitiga-child/fonts/fontello.svg) format('svg');font-weight:400;font-style:normal;font-display:swap;}

.page-header {
    text-align: inherit;
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.icon-star-half:before {
    content: '\e800'
}

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

.icon-star-empty:before {
    content: '\e802'
}

.icon-star:before {
    content: '\e803'
}

.icon-down-dir:before {
    content: '\e804'
}

.icon-up-dir:before {
    content: '\e805'
}

.icon-left-dir:before {
    content: '\e806'
}

.icon-right-dir:before {
    content: '\e807'
}

.icon-heart:before {
    content: '\e808'
}

.icon-heart-empty:before {
    content: '\e809'
}

.icon-ok-circle:before {
    content: '\e80a'
}

.icon-cancel-circle:before {
    content: '\e80b'
}

.icon-plus-circle:before {
    content: '\e80c'
}

.icon-minus-circle:before {
    content: '\e80d'
}

.icon-attach:before {
    content: '\e80e'
}

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

.icon-chat:before {
    content: '\e810'
}

.icon-comment-alt:before {
    content: '\e811'
}

.icon-attention:before {
    content: '\e812'
}

.icon-basket:before {
    content: '\e813'
}

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

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

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

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

.icon-cancel:before {
    content: '\e818'
}

.icon-spin5:before {
    content: '\e838'
}

.icon-menu:before {
    content: '\f0c9'
}

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

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

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

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

.icon-star-half-alt:before {
    content: '\f123'
}

a,
a:visited,
.alink:visited {
    color: #f69f50;
    text-decoration: underline
}

* {
    font-family: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif
}

body .action.primary {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 0 45px;
    position: relative;
    background: #a5ce4c;
    -webkit-transition: all 50ms linear;
    -o-transition: all 50ms linear;
    transition: all 50ms linear;
    border: 0
}

body .action.primary:hover {
    background: #5a803f;
    border: 0
}

/*.hw-widget {*/
/*    margin-left: 5px*/
/*}*/

#minicart-content-wrapper .items-total {
    display: none
}

#minicart-content-wrapper .block-subtitle {
    color: #50a4cf;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

#minicart-content-wrapper .minicart-items-wrapper {
    border-top: 0
}

.block-minicart #minicart-content-wrapper .subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600
}

.block-minicart #minicart-content-wrapper .subtotal .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px
}

.block-minicart #minicart-content-wrapper .product-item-name a {
    font-size: 14px;
    color: #5a803f;
    font-weight: 600
}

.block-minicart #minicart-content-wrapper .product-image-photo {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #b8b8b8
}

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

.minicart-bottom-wrapper .actions {
    width: 50%;
    padding: 0 5px
}

.minicart-bottom-wrapper .actions .action.primary {
    color: #fff;
    background-color: #5a803f;
    border-color: #5a803f;
    width: 100%;
    padding: 4px 15px;
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-weight: 600;
    font-size: 14px;
    line-height: 2.5em
}

.minicart-bottom-wrapper .actions .action.viewcart {
    display: block;
    border-radius: 4px;
    line-height: 40px;
    height: 42px;
    border: 1px solid #e96010;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    width: 100%
}

.checkout-cart-index .block.crosssell {
    display: none
}

.main-menu ul li.menu-item-has-children>a {
    pointer-events: none
}

.wc-block-mini-cart__button .counter-number {
    text-shadow: none
}

.wc-block-mini-cart__button .counter.qty .counter-label {
    display: none
}

.header.content .wc-block-mini-cart__button .counter.qty {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #e96010;
    vertical-align: middle;
    font-weight: 600;
    margin: 0 5px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    min-width: 1px;
    padding: 0
}

/*.wc-block-mini-cart__button:before,.wc-block-mini-cart__button.active:before {*/
/*    content: "";*/
/*    background: url(/wp-content/themes/bitiga-child/images/icons/minicart_ico.png) center center no-repeat transparent;*/
/*    width: 32px;*/
/*    height: 32px*/
/*}*/

.main-menu ul {
    padding: 0
}

/*.main-menu .menu-item-has-children ul li:first-child {*/
/*    display: none*/
/*}*/

.main-menu .menu-item-has-children ul li a {
    font-weight: 400 !important;
    text-decoration: none;
    color: #5a803f;
    line-height: 1.78571429em;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 !important
}

.main-menu .menu-item-has-children ul li a:hover {
    text-decoration: underline
}

.main-menu .menu-item-has-children ul li {
    line-height: 45px
}

.block-search input {
    width: 165px;
    height: 50px;
    border: 1px solid #dbdbdb;
    padding-right: 10px !important
}

.block-search input::-webkit-input-placeholder {
    color: #ddd
}

.block-search input:-ms-input-placeholder {
    color: #ddd
}

.block-search input::-moz-placeholder {
    color: #ddd
}

.block-search input::-ms-input-placeholder {
    color: #ddd
}

.block-search input::placeholder {
    color: #ddd
}

.block-search input:focus {
    border-color: #f69f50;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.block-search .block-title,
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    margin-bottom: 0;
    width: 110px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #5a803f !important;
    border-color: #5a803f !important;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.wc-block-components-button {
    color: #fff !important;
    background-color: #5a803f !important;
    border-color: #5a803f !important;
}

.block-search .block-title strong {
    font-weight: 400;
    text-transform: uppercase
}

.searchsuite-autocomplete .suggest {
    display: none
}

.block-search .searchsuite-autocomplete {
    left: auto !important;
    position: absolute;
    z-index: 55;
    right: 0;
    max-width: 400px;
    width: 400px;
    margin-top: 20px;
    padding: 0 20px 20px;
    overflow-y: auto;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    background: #f8f8f8
}

.block-search .search-results-heading {
    padding: 15px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

.block-search .search-results-heading #search-value {
    margin-left: 5px;
    color: #5a803f;
    font-style: italic;
    font-weight: 700
}

.block-search .searchsuite-autocomplete .title {
    background: 0 0;
    font-weight: 700;
    color: #333
}

.hw-widget .wc-block-mini-cart__button {
    background: #f07934;
    padding-left: 20px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: .77777778em;
    line-height: 4.57142857em;
    border-radius: 3000px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px
}

.wc-block-mini-cart__button:hover {
    background: #e96010 !important;
    opacity: 1 !important;
}

.header .minicart-wrapper .block-minicart {
    margin-top: 10px;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    min-width: 400px;
    background: #f9f8f8;
    -webkit-box-shadow: 0 1px 2px #b8b8b8;
    box-shadow: 0 1px 2px #b8b8b8;
    right: 10px;
    top: 100%;
    border: 0;
    z-index: 12
}

.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    display: none
}

.header .wc-block-mini-cart__button.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wc-block-mini-cart__button:after {
    margin-left: 10px;
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    vertical-align: middle
}

.wc-block-mini-cart__button .text {
    display: block !important;
    text-indent: unset;
    font-size: 14px;
    width: auto;
    position: relative;
    height: auto;
    color: #fff;
    margin-left: 15px
}

body .abs-margin-for-blocks-and-widgets-desktop,
body .page-main .block,
body .customer-review .product-details {
    margin-bottom: 32px
}

.contact-wrap p,
.cms-kontakt .site-main>div p {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.4;
    color: #4f4f4f
}

.contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.cms-kontakt .site-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.cms-kontakt .form.contact {
    width: 100%
}

.form.contact {
    width: 50%;
    padding-right: 20px
}

.form.contact .legend,
.form.contact br,
.form.contact .note {
    display: none
}

.form.contact {
    width: 50%;
    padding-left: 20px
}

.cms-kontakt .content-wrap {
    width: 100%;
    padding-left: 20px
}

.cms-kontakt .site-main>div {
    width: 100%;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 768px) {
    .contact-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form.contact,
    .form.contact {
        width: 100%;
        padding: 0;
        margin-bottom: 50px
    }
}

textarea:focus {
    border: 1px solid #f07934;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form.contact input,
.form.contact textarea,
.form.contact input,
.form.contact textarea,
.wpcf7-form input,
.wpcf7-form textarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 13px;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.4;
    color: #696969;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form.contact textarea,
.form.contact textarea,
.wpcf7-form textarea,
.wpcf7-form textarea {
    height: auto;
    padding: 12px
}

.form.contact .actions.toolbar,
.form.contact .actions.toolbar {
    padding-top: 15px;
    border-top: 1px solid #ddd
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #fff;
    background-color: #5a803f !important;
    border-color: #5a803f !important;
    height: 52px;
    border-radius: 0;
    margin: 0;
    padding: 0 40px;
    font-weight: 100;
    font-size: 16px;
    width: auto;
}

.form.contact address,
.cms-kontakt .site-main>div address,
.elementor-element address {
    background: #f9f8f8;
    padding: 10px;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    color: #4f4f4f
}

.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    color: #5a803f !important;
    background-color: #a5ce4c !important;
    border-color: #a5ce4c !important;
}

.form.contact .label {
    font-size: 16px;
    color: #4f4f4f
}

.form.contact input:focus,
.form.contact textarea:focus {
    border: 1px solid #f07934;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#banner-slider-carousel .item,
.sa_hover_container {
    height: 398px;
    background-size: cover !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#banner-slider-carousel .owl-nav .owl-prev>span,
#banner-slider-carousel .owl-nav .owl-next>span {
    font-size: 0
}

#banner-slider-carousel .owl-nav .owl-prev>span:before {
    font-family: fontello;
    content: '\f104';
    font-size: 60px
}

#banner-slider-carousel .owl-nav .owl-next>span:after {
    font-family: fontello;
    content: '\f105';
    font-size: 60px
}

#banner-slider-carousel .item,
.sa_hover_container .container,
.sa_hover_container .product-item {
    max-width: 840px;
    background-size: cover;
    margin: 0 auto
}

#banner-slider-carousel .item,
.sa_hover_container .container .block-title {
    display: none
}

#banner-slider-carousel .item,
.sa_hover_container .product-item {
    width: 100%;
    margin: 0
}

.product-item {
    padding: 30px;
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, .95);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-item .product-image-wrapper {
    padding: 0 !important;
    height: 182px
}

.product-item .product-image-wrapper img {
    width: 182px;
    height: 182px
}

.product-item .product-item-link {
    color: #f07934;
    font-size: 34px;
    font-weight: 600
}

.product-item .price-box {
    display: none
}

.product-item .description {
    font-size: 18px
}

#banner-slider-carousel .item,
.sa_hover_container .products-grid .product-item-info:hover {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.home .nav-sections {
    margin-bottom: 0 !important
}

#banner-slider-carousel .owl-nav {
    margin: 0;
    opacity: 1 !important
}

.cms-home #banner-slider-carousel .owl-dots {
    position: relative !important;
    bottom: auto;
    top: inherit !important;
    left: inherit !important;
    background: #f5f5f5;
    z-index: 123;
    opacity: 1;
    width: auto;
    line-height: 20px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 1000px;
    padding: 10px;
    margin-top: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.swiper-pagination {
    position: relative !important;
    background: #f5f5f5;
    z-index: 123;
    opacity: 1;
    width: auto !important;
    padding: 10px !important;
    line-height: 20px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 1000px;
}

#banner-slider-carousel .owl-theme .owl-dots .owl-dot span {
    width: unset;
    height: unset;
    margin: 0;
    background: 0 0
}

.stratum-swiper-button-prev:before,
.stratum-swiper-button-next:after {
    font-size: 30px;
}

.stratum-swiper-button-prev {
    left: 1% !important;
}

.stratum-swiper-button-next {
    right: 1% !important;
}

.stratum-swiper-button-prev,
.stratum-swiper-button-next {
    width: calc((10px/2) + 20px) !important;
    color: #869791 !important;
}


#banner-slider-carousel .owl-theme .owl-dots .owl-dot,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#primary .sa_owl_theme .owl-dots .owl-dot span {
    display: inline-block;
    vertical-align: top;
    height: 20px !important;
    width: 20px !important;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 5px;
    background: #a5ce4c !important;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 1 !important;
}

#banner-slider-carousel .owl-theme .owl-dots .owl-dot.active,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
#primary .sa_owl_theme .owl-dots .owl-dot span:hover,
#primary .sa_owl_theme .owl-dots .active span {
    background: #f07934 !important;
}

body #banner-slider-carousel .owl-nav .owl-prev,
body #banner-slider-carousel .owl-nav .owl-next {
    height: 398px;
    opacity: 1
}

#banner-slider-carousel .owl-nav .owl-prev>span,
#banner-slider-carousel .owl-nav .owl-next>span {
    font-weight: 100
}

body.home .widget.block {
    margin-bottom: 0
}

@media all and (min-width: 768px),
print {

    body .navigation,
    body .breadcrumbs,
    body .page-header .header.panel,
    body .header.content,
    body .footer.content,
    body .page-wrapper>.widget,
    body .page-wrapper>.page-bottom,
    body .block.category.event,
    body .top-container,
    body.home .widget.block,
    body.home .homepage-products-block,
    body #subfooter {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        padding-left: 10px;
        padding-right: 10px
    }

    .breadcrumbs {
        padding: 0 !important
    }

    body .section-item-content.nav-sections-item-content {
        max-width: 1200px
    }

    body .page-header .header.panel {
        padding: 0;
        /*padding-bottom: 0;*/
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
        width: 100%
    }

    body .page-header .switcher {
        margin-left: 49px
    }

    body .header.content {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    button,
    a.button,
    .wp-block-button .wp-block-button__link,
    .wp-block-button__link,
    .wp-block-search .wp-block-search__button,
    input[type="button"],
    input[type="reset"],
    .comments-area .comment-reply-link,
    .botiga-sc-product-quantity {
        background-color: #e96010;
        border-color: #e96010;
    }

    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error,
    .woocommerce-noreviews,
    p.no-comments,
    .botiga-quick-view-popup form.cart .qty,
    .woocommerce-Reviews #comments .review .comment_container .comment-text .description,
    .woocommerce-Reviews #review_form_wrapper {
        background-color: #e5efe5;
        padding-left: 20px;
    }


    .ssl_logo {
        margin-left: auto;
        margin-right: 5px;
    }

    body .header.content .logo {
        padding-left: 5px;
        padding-right: 28px;
        margin: 0;
        margin-top: 2px;
        border-right: 1px solid #f4f4f4
    }

    body .page-header .panel.wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        position: relative;
        height: 22px;
        position: absolute;
        z-index: 1;
        top: 0;
        width: 100%;
        background: 0 0 !important
    }

    /*.upsells .product-item-description,*/
    /*.upsells .product-item-inner{display:none;}*/

    .col-sellingpoints {
        min-width: 450px
    }

    .page-wrapper .nav-sections {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 15px
    }

    body.page-layout-1column .product.media {
        width: 45%;
        padding: 30px;
        margin-bottom: 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 24px
    }

    body.page-layout-1column .product-info-main {
        width: 55%;
        padding: 30px;
        margin-bottom: 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0;
        padding-top: 40px
    }

    .product.media .fotorama__stage__shaft {
        background-color: #fff
    }

    .catalogsearch-result-index.page-layout-2columns-left .site-main {
        width: 75%
    }

    .catalogsearch-result-index.page-layout-2columns-left .sidebar-additional,
    .catalogsearch-result-index.page-layout-2columns-left .sidebar-main {
        width: 25%
    }

    .checkout-cart-index .cart-container .form-cart {
        width: 60%
    }

    .checkout-cart-index .cart-summary {
        width: 40%
    }
}

.product-gallery-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    background: #f0f0f0;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .wc-block-mini-cart__button {
        /*background:0 0;*/
        height: auto;
        width: 85px;
    }

    .woocommerce-cart .woocommerce-cart-form .actions .coupon {}

    /*.wc-block-mini-cart__button:after {display:none}*/

    .header.content .wc-block-mini-cart__button .counter.qty {
        margin: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        top: -24px;
        left: -10px
    }

    .page-wrapper .page-header .header.content .wc-block-mini-cart__button:before {
        font: normal normal normal 14px/1 Koket-Thin;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        font-family: fontello;
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        content: '\e813';
        font-size: 36px;
        width: auto;
        height: auto;
        color: #f07934
    }

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

    .fotorama__nav--dots .fotorama__nav__frame--thumb,
    .fotorama__nav--dots .fotorama__thumb-border {
        display: none !important
    }

    .fotorama__wrap--css3 .fotorama__nav__shaft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .fotorama__nav--dots .fotorama__nav__frame {
        margin: 0
    }

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

    .fotorama__wrap--css3 .fotorama__stage__shaft {
        width: 100% !important
    }

    .page-main .product-info-main .product-info-price {
        width: auto !important;
        margin: 0;
        padding: 0
    }

    .product-description-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.text-center {
    text-align: center
}

body #banner-slider-carousel {
    margin-bottom: 15px
}

.selling-points {
    background: url(/wp-content/themes/bitiga-child/images/swiss-quality.png) right center no-repeat transparent
}

.selling-points h3 {
    font-size: 24px;
    color: #383232
}

.selling-points li {
    font-size: 14px;
    line-height: 1.1em;
    color: #383232
}

.page-header .panel.wrapper {
    background-color: #fff !important;
    border: none !important;
    color: #f69f50
}

.header.panel .switcher .dropdown .switcher-dropdown>li>a {
    color: #f69f50;
    padding: 8px;
    display: block;
}

.header.panel .switcher .dropdown .switcher-dropdown>li.active>a {
    color: #5a803f
}

.header.panel .switcher .dropdown .switcher-dropdown>li>a:hover,
.header.panel>.header.links>li>a:hover {
    color: #f07934;
    text-decoration: underline
}

.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
    background: 0 0
}

.header.panel .switcher .dropdown .switcher-dropdown>li>a:hover {
    background: #e8e8e8;
}

.header.panel>.header.links>li>a {
    color: #f69f50;
    text-decoration: underline
}

.header.panel>.header.links>li>a:visited {
    color: #5a803f;
    text-decoration: underline
}

.section-item-content.nav-sections-item-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-item-content.nav-sections-item-content .main-menu {
    display: block;
    width: auto
}

.main-menu {
    display: block;
    width: 880px
}

.main-menu>div>ul>li>span>a,
.main-menu>div>ul>li>a {
    background: #a5ce4c
}

.main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style: none
}

.main-menu ul li {
    margin-bottom: 0
}

.main-menu ul li a {
    color: #5a803f;
    text-decoration: none;
    display: inline-block;
    padding: 0 16px;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
    z-index: 3;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 18px;
    line-height: 50px;
    font-weight: 100
}

.main-menu ul li.menu-item-has-children:nth-child(2):hover>a {
    padding-top: 5px;
    margin-top: -5px;
    border: 1px solid #5a803f;
    border-bottom: 1px solid #5a803f
}

.main-menu>div>ul>li.menu-item:hover>a,
.main-menu>div>ul>li.menu-item:hover>span>a {
    padding-top: 5px;
    margin-top: -5px;
    border: 1px solid #eeeaea;
    border-bottom: 1px solid #fff;
    background: #fff
}

.main-menu ul li:first-child a {
    padding-right: 20px
}

.main-menu ul li>span>a {
    background: #a5ce4c;
}

.nav-sections {
    background: #fff
}

.menu>.menu-item-object-product_cat>a,
.menu>.menu-item-object-product_cat>span>a {
    background: #5a803f !important;
    font-weight: 600;
}

.menu .menu-item-object-product_cat>a,
.menu .menu-item-object-product_cat>span>a {
    color: #fff !important
}

.menu .sub-menu .menu-item-object-product_cat>a {
    color: #5a803f !important
}


.menu-item-has-children {
    position: relative;
    font-weight: 600
}

.menu-item-has-children ul {
    background: #fff;
    display: none;
    position: absolute;
    top: 53px;
    z-index: 2;
    padding: 10px;
    border: 1px solid #eeeaea;
    margin-top: -1px;
    max-width: 400px;
    min-width: 350px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .13);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .13)
}

.menu-item-has-children:hover ul {
    display: block
}

.menu-item-has-children ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-item-has-children ul li a {
    font-weight: 400;
    text-decoration: none;
    color: #5a803f;
    line-height: 1.78571429em;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}


.col-sellingpoints {
    padding-left: 25px;
    position: relative;
    display: inline-block
}

.selling-points {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 300;
    font-style: italic;
    padding-top: 25px;
    padding-bottom: 30px
}

.selling-points ul {
    list-style-image: url('/wp-content/themes/bitiga-child/./images/list-style-image.png');
    list-style-position: inside;
    font-size: .77777778em;
    line-height: 1.1em;
    margin: 0;
    padding: 0
}

.selling-points li {
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff;
    margin: 0;
    padding: 0
}

.selling-points h1,
.selling-points h2,
.selling-points h3,
.selling-points h4,
.selling-points h5,
.selling-points h6 {
    margin: 0;
    font-weight: 300
}

.slanted {
    font-style: italic
}

.nav-sections-item-content>.block-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 370px
}

.page-header .switcher .options ul.dropdown {
    right: unset;
    display: block;
    position: relative;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    list-style: none
}

.page-header .switcher .options ul.dropdown li {
    display: inline-block
}

.page-header .switcher .options ul.dropdown li:before {
    content: '|';
    color: #333
}

.page-header .switcher .options ul.dropdown li:first-child:before {
    display: none
}

.page-header .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after {
    display: none
}

.ssl_logo {
    display: inline-block
}

body .sicher-testen-usp-widget {
    background: #eeeaea;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    font-size: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .sicher-testen-usp-widget .st-usp-block.orange {
    background: #e96010;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 374px;
    padding: 10px 5px;
    padding-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

body.home .sicher-testen-usp-widget .st-usp-block.orange {
    background: #e96010;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 374px;
    height: 143px;
    padding: 10px 5px;
    padding-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

/*.home #block-42 .st-usp-block.orange { width: 45%;}*/

body .st-usp-block span {
    font-size: 17px;
    line-height: 23.6px
}

body .sicher-testen-usp-widget .st-usp-block {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .sicher-testen-usp-widget img.pull-left {
    margin-right: 10px
}

body .sicher-testen-usp-widget.category-usp img,
.sicher-testen-usp-widget.usp-type-default img {
    max-width: 95px;
    height: auto
}

body .sicher-testen-usp-widget img {
    display: inline-block;
    margin-bottom: 10px
}

.owl-item .widget-title {
    display: none
}

#suggested-products .product-item:nth-child(n+1) {
    padding-left: 2.5px !important;
    padding-right: 0
}

#suggested-products .homepage-product-slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#suggested-products .product-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%;
    margin-left: 0 !important;
    padding-right: 2.5px !important
}

#suggested-products .product-item-info {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#suggested-products .products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

#suggested-products .product-item-inner {
    display: none
}

.sicher-testen-usp-widget {
    background: #fff
}

.tab-nav.visible-xs {
    display: none
}

.block-search .action.search>span {
    position: relative
}

.homepage-products-block .visible-only-homepage-block {
    display: block
}

.visible-only-homepage-block {
    display: none
}

.page-products .toolbar .limiter {
    display: block
}

.block-search .action.search:before {
    display: none !important
}

.header .block-search .action.search {
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: 0 0;
    right: 0;
    width: 110px;
    height: 50px;
    cursor: pointer
}

.block-search .block-title:hover,
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover,
.wc-block-components-button:hover {
    color: #5a803f !important;
    background-color: #a5ce4c !important;
    border-color: #a5ce4c !important;
    cursor: pointer;
    opacity: 1;
}

.page-header .switcher .options ul.dropdown li:before {
    display: none
}

.page-header .switcher .options ul.dropdown {
    list-style: none;
    padding: 0;
    margin: 0
}

.page-header .switcher .options ul.dropdown li {
    display: inline-block;
    padding: 0 8px;
    line-height: 1;
    border-left: 1px solid #5a803f
}

.page-header .switcher .options ul.dropdown li:first-child {
    border-left: 0
}

.page-header .switcher .options ul.dropdown li a {
    color: #f69f50;
    text-decoration: underline
}

.page-header .switcher .options ul.dropdown li a.active {
    color: #5a803f
}

.cms-home .homepage-products-block .block-products-list,
.cms-home .homepage-products-block .block-static-block {
    padding: 0 !important
}

.widget-title {
    border-bottom: 3px solid #a5ce4c;
    margin: 28px 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    padding-bottom: 5px
}

.widget-title p {
    margin: 0;
}

.widget-title .block-title {
    margin-bottom: 0
}

.widget-title .block-title strong,
.widget-title .block-title h1 {
    font-size: 24px;
    font-weight: 400;
    color: #5a803f;
    display: inline-block;
    padding-right: 30px;
    margin: 0;
}

.widget-title .visible-only-homepage-block {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #f69f50;
    border-radius: 100px;
    background: #f69f50;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 13px;
    line-height: 20.4px
}

.widget-title .visible-only-homepage-block:hover {
    background: #e96010
}

.homepage-products-block .product-item .price-box {
    display: none
}

.wcpscwc-product-slider .slick-slide img,
.homepage-products-block .product-image-container {
    width: 95px !important
}

.homepage-products-block .product-image-container {
    margin-right: 15px
}

.homepage-products-block .product-item-name {
    margin: 0
}

.homepage-products-block .product-item-name a {
    font-size: 20px;
    color: #5a803f;
    line-height: 24px;
    font-weight: 100
}

.homepage-products-block .owl-carousel button.owl-dot {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.homepage-products-block .owl-theme .owl-dots .owl-dot.active span,
.homepage-products-block .owl-theme .owl-dots .owl-dot:hover span {
    background: #939191
}

.homepage-products-block .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #b8b8b8;
    margin: 0;
    margin-right: 5px
}

.minicart-items .action.edit {
    display: none
}

.homepage-products-block #suggested-products .product-item-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #dbdbdb;
    padding: 10px 2px;
    min-height: 105px
}

.homepage-products-block #suggested-products .products-grid .product-item-info:hover {
    border: 1px solid #dbdbdb;
    margin: 0;
    padding: 10px 2px
}

.homepage-products-block .product-item-photo {
    padding-left: 15px;
    width: 95px;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.homepage-products-block #suggested-products .product-item {
    border: 0;
    width: 50%;
    margin-bottom: 3px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.homepage-products-block #suggested-products .product-item .description,
.homepage-products-block #suggested-products .product-item .description p {
    font-size: 14px;
    line-height: 16.8px
}

.homepage-products-block {
    margin-bottom: 30px
}

body .sicher-testen-usp-widget.type-2 {
    background: 0 0
}

body .sicher-testen-usp-widget.type-2>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

body .sicher-testen-usp-widget.type-2>.row .st-usp-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-main .entry-content .block-static-block h2.elementor-image-box-title {
    font-size: 22px;
    font-weight: 500;
    color: #5a803f !important;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    text-transform: uppercase;
    border: none !important;
}

body .sicher-testen-usp-widget.type-2>.row .st-usp-block img.pull-left {
    max-height: 85px;
    width: auto;
    margin-right: 15px;
    margin-bottom: 0
}

.block-static-block p.elementor-image-box-description {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

body .sicher-testen-usp-widget.type-2>.row .st-usp-block {
    font-size: 14px;
    width: 33.33%
}

.widget a {
    color: #f69f50 !important
}

.page-wrapper footer.page-footer {
    background: 0 0;
    position: relative;
    padding-bottom: 0
}

.page-wrapper footer #subfooter {
    background: #fff;
    max-width: 100%;
    position: relative;
    z-index: 1
}

.page-wrapper footer #subfooter>.clearfix {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 25px 0 40px
}

#subfooter .subfooter-right p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-footer .footer.content .links li {
    margin: 0
}

.page-footer .footer.content li a {
    padding: 0;
    line-height: 30px
}

#subfooter .subfooter-right img {
    margin-right: 5px
}

.botiga-credits {
    position: relative;
    background: #fff;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 300;
    color: #b8b8b8;
    font-size: 12px;
    text-align: center;
    padding: 0
}

.page-wrapper footer.page-footer .footer.content {
    position: static;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1260px;
    margin: auto
}

.page-wrapper footer.page-footer .footer.content:before {
    content: "";
    background-color: #eeeaea;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

.footer.content .links strong,
body .footer.content [data-content-type=html] strong,
.footer-widget .widget_nav_menu .block-title strong,
.widget-column .widget .widget-title {
    font-size: 24px;
    font-weight: 100;
    color: #5a803f;
    display: block !important;
    padding: 25px 0 0 0;
    border: none;
    margin-bottom: 0 !important;
    font-family: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bhfb-footer .bhfb-row-wrapper {
    align-items: center;
}


.footer-widget .widget ul {
    margin-bottom: 14px
}

.footer-widget .menu a {
    color: #f07934 !important;
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
    background: none !important;
    font-weight: inherit !important;
}

body .footer.content .links:first-child,
body .footer.content [data-content-type=html]:first-child {
    padding-left: 0
}

body .footer.content .links,
body .footer.content [data-content-type=html] {
    padding-right: 0;
    position: relative;
    width: 33.33%;
    float: left
}

.main-container:after,
.footer.content:after {
    content: '';
    display: table;
    clear: both
}

body .footer.content .links .block-title,
body .footer.content [data-content-type=html] .block-title {
    padding-top: 10px;
    margin-bottom: 5px
}

body .subfooter-left h4,
body .footer.content [data-content-type=html] h4,
.bhfb-main_footer_row h4 {
    font-size: 18px;
    font-weight: 100;
    color: #5a803f;
    margin: 0
}

body .subfooter-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%
}

.subfooter-left p,
.bhfb-main_footer_row p {
    color: #383232;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-widget .widget {
    margin: 0;
    padding-bottom: 0;
}

#subfooter>.clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer.content .links a:visited {
    color: #f07934
}

.product-item .minimal-price-link {
    pointer-events: none
}

.flat-list {
    background: #f7f7f7;
    padding: 10px 15px;
    margin-bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
}

@media (max-width: 770px) {
    .flat-list {
        display: none
    }
}

.flat-list li {
    display: inline-block;
    margin-left: 18px;
    text-align: center;
    margin-bottom: 0
}

@media (max-width: 979px) {
    .flat-list li {
        margin-left: 10px
    }
}

.flat-list li:first-child {
    margin-left: 0
}

.flat-list img {
    border: 1px solid #eeeaea;
    max-width: 200px;
    max-height: 70px;
    /* ST-FLATLIST-IMG-HEIGHT 2026-07-28: feste Hoehe statt height:auto.
       Mit height:auto dehnt sich ein Bild ohne intrinsische Groesse (WP-Rocket
       LazyLoad-SVG-Platzhalter) auf die Kachelbreite = Breite des Labels.
       Kurze Labels ("Multitest") ergaben so 50px statt 70px Hoehe. */
    height: 70px;
    width: auto;
    margin: auto;
    margin-bottom: 5px;
    display: block
}

@media (max-width: 979px) {
    .flat-list img {
        max-height: 52px;
        height: 52px;
        width: auto
    }
}

.flat-list a {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #5a803f;
    margin-top: 10px;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    line-height: 1
}

.flat-list a:hover {
    color: #e96010;
    text-decoration: underline
}

.flat-list a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 18px;
    content: '\e608';
    font-family: 'luma-icons';
    margin-left: 9px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

body .page-wrapper .breadcrumbs .items,
.aioseo-breadcrumbs,
.breadcrumbs {
    background: #f7f7f7;
    width: auto;
    clear: both;
    padding-left: 25px !important;
    padding-right: 25px !important;
    line-height: 2.55555556em
}

body .page-wrapper .breadcrumbs li a {
    color: #f07934;
    font-size: 14px;
    text-decoration: underline
}

.breadcrumbs {
    margin-bottom: 20px;
}


.product-gallery-summary .entry-summary {
    padding: 15px 30px 30px 40px;

}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    z-index: 1;
}


.breadcrumbs .item:not(:last-child):after {
    position: relative;
    top: 13px;
    margin: 0 3px;
    font-size: 15px;
    color: #f07934;
    content: "/";
    font-weight: 700
}

.breadcrumbs .items li:first-child:after {
    content: "\e608";
    font-size: 9px;
    font-weight: 200;
    top: 16px;
    margin: 0
}

body .page-wrapper .breadcrumbs .items>li {
    line-height: 46px
}

body div.sicher-testen-usp-widget {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    flex-direction: column;
}

.breadcrumbs strong {
    font-size: 14px
}

.page-products .page-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-title-wrapper .page-title {
    font-weight: 300;
    font-size: 24px;
    color: #5a803f;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 40px 0 10px;
    line-height: 2em;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.category-description {
    font-size: 18px;
    font-weight: 100
}

.term-description p {
    font-size: 18px;
    font-weight: 100
}

body .sicher-testen-usp-widget {
    padding: 0;
    overflow: hidden
}

body .sidebar .sicher-testen-usp-widget {
    flex-direction: column
}

body .sicher-testen-usp-widget>.st-usp-block.orange {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 25px 22px;
    font-size: 17px;
    box-sizing: border-box
}

body .sicher-testen-usp-widget .st-usp-block {
    padding: 25px 15px;
    clear: both;
    width: auto;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ddd
}

body div.sicher-testen-usp-widget .st-usp-block span {
    font-size: 17px
}

.main-row {
    margin: 0
}

.main-row .widget-area {
    width: 27%;
    padding: 0 0 20px 20px;
    max-width: inherit;
}

.main-row .product-description-right .widget-area {
    width: 100%;
}

.woocommerce-tabs {
    margin-top: 0;
    margin-bottom: 60px;
}

body.page-layout-2columns-right .site-main {
    width: 73%
}

.page-products .toolbar-amount {
    display: none
}

.woocommerce-sorting-wrapper>.row {
    width: 100%;
}

.woocommerce-sorting-wrapper {
    background: #eeeaea;
    padding: 20px 25px;
    font-weight: 300;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.products>.product {
    background: #f9f9f9;
    padding: 25px;
    /*margin-bottom: 20px*/
}

.product-item-name>a {
    text-decoration: none;
}

.products .product .product-item-info {
    border: 1px solid #dbdbdb;
    min-height: 155px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.wcpscwc-product-slider .products li {
    padding: 5px !important;
}

.products .product .product-item-info .product description.product-item-description p {
    font-size: 14px !important;
}

.products .product .product-item-info .product-item-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 22%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product .product-item-details {
    width: 78%;
    /*max-width: calc(76% - 25px);*/
    padding: 0;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    /*-webkit-box-align: end;*/
    /*-ms-flex-align: end;*/
    /*align-items: flex-end*/
    display: flex;
    flex-wrap: wrap;
}

.woocommerce.wcpscwc-product-slider .product .product-item-details {
    text-align: left;
}


.product .product-item-details span.price {
    display: block;
    width: 50%;
    margin-bottom: 0
}

.product .product-item-details .product-item-inner {
    width: 50%;
    text-align: right
}

.product .product-item-details .product-item-name .product-item-link {
    font-size: 24px;
    line-height: normal;
    font-weight: 100;
    color: #4e6f37
}

.product .product-item-details .product-item-description {
    margin-top: 7px;
    margin-bottom: 21px;
    font-weight: 100;
    line-height: 1.1;
    text-align: left;
}

.product .product-item-details .product-item-description p,
.product .product-item-details .product-item-description a {
    display: inline
}

ul.products li.product {
    text-align: left !important;
    color: #000
}

.actions-primary .cat-page-product-link:before {
    content: " ";
    display: inline-block;
    vertical-align: top;
    height: 31px;
    width: 31px;
    line-height: 31px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -16px;
    background: url(/wp-content/themes/bitiga-child/images/icons/minicart_ico_thin.png) right center no-repeat transparent
}

.actions-primary .cat-page-product-link {
    font-weight: 700;
    color: #fff;
    line-height: 2.85714286em;
    border: medium none;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 0 45px;
    position: relative;
    background: #a5ce4c;
    -webkit-transition: all 50ms linear;
    -o-transition: all 50ms linear;
    transition: all 50ms linear;
    text-transform: uppercase;
    text-decoration: none
}

.actions-primary .cat-page-product-link:hover {
    background: #5a803f
}

.product-item-details .price {
    font-size: 18px;
    font-weight: 400;
    color: #f07934
}

.summary.entry-summary .price_result {
    display: flex;
}

.elex-ppct-after-text {
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 300;
    margin: 26px 0 0 13px;
}

.minimal-price-link {
    text-decoration: none
}

.minimal-price-link .price-container .price-label {
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 300;
    display: block
}

.minimal-price-link .price-container .price-wrapper {
    font-size: 24px;
    font-weight: 600
}

.single-product .wdp_bulk_table_content {
    display: inline-block;
    margin-left: 20px;
}

.single-product .wdp_bulk_table_content .bulk_table {
    border-left: 1px solid #b8b8b8;
    padding-left: 20px;
}

.single-product .wdp_bulk_table_content .price-container {
    display: flex;
    flex-direction: column;
}

.single-product .minimal-price-link .price-container .price-label {
    order: 3
}

.single-product .minimal-price-link .price-container .price-wrapper {
    order: 1
}

.single-product .minimal-price-link .price-container .price-wrapper .woocommerce-Price-amount {
    color: #f07934;
}

.page-title-wrapper.product {
    background: #f0f0f0;
    padding: 30px;
    margin-top: 10px;
    padding-top: 37px;
    padding-bottom: 0
}

.product h1.page-title {
    font-size: 24px;
    color: #5a803f;
    margin: 0;
    border-bottom: 9px solid #a5ce4c;
    display: inline-block;
    padding: 0 40px 0 10px;
    padding-bottom: 7px
}

.product.media .fotorama__stage {
    left: unset !important
}

.product.media .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    height: 100%;
    right: 0;
    left: unset
}

.product.media .fotorama__wrap--slide .fotorama__stage__frame {
    margin-bottom: 0;
    border: 1px solid #d1d1d1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product.media .fotorama__thumb-border {
    display: none !important
}

.product.media .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    background-color: transparent
}

.product.media .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
    padding: 0 !important;
    margin-bottom: 5px;
    border: 1px solid #d1d1d1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.product.media .fotorama__stage__frame .fotorama__img {
    height: 100%
}

.page-main .product-info-main .product-info-price,
.page-main .prices-tier {
    width: 50%;
    float: left
}

.page-main .product-info-main .product-info-price {
    width: auto;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #b8b8b8;
    border-bottom: 0
}

.page-main .product-info-main .product.attribute.overview {
    width: 100%;
    float: left;
    margin-top: 0
}

.single-product .product .woocommerce-Price-amount {
    font-size: 38px;
    color: #4f4f4f;
    font-weight: 400;
}

.single-product .products-upsell .woocommerce-Price-amount {
    font-size: 18px
}

.single-product .products-upsell .wdp_bulk_table_content {
    border-left: none;
    padding: 0;
    margin: 0
}

.related.products .products,
.upsells.products .products {
    display: flex !important;
}

.related.products .products li,
.upsells.products .products li {
    width: 50%
}

.related.products .products li .product-item-details,
.upsells.products .products li .product-item-details {
    width: 100%;
    display: block;
}

.related.products .products .price_result,
.upsells.products .products .price_result {
    display: block;
}

.related.products .products .price_result .wdp_bulk_table_content,
.upsells.products .products .price_result .wdp_bulk_table_content {
    display: none
}

.page-main .product-info-main .product-info-price .price-box {
    padding: 0
}

.page-main .product-info-main .price-main {
    color: #e96010;
    line-height: 1;
    display: block
}

.page-main .product-info-main .price-main .price {
    font-size: 38px;
    line-height: 1
}

.page-main .product-info-main .price-main+.static-text {
    font-size: 15px;
    font-weight: 100;
    color: #7e7e7e;
    margin-top: -2px;
    display: block
}

.page-main .product-info-main .price-main .elex-ppct-after-text {
    display: none
}

.page-main .product-info-main .elex-ppct-after-text {
    font-size: 15px;
    margin-top: -2px;
    display: block;
    font-weight: 100;
    line-height: 1
}

.page-main .product-info-main .product-info-stock-sku {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0
}

.page-main .product-info-main .product.attribute.overview p,
.page-main .product-info-main .product.attribute.overview .value,
.woocommerce-product-details__short-description p {
    font-size: 18px;
    font-weight: 100;
    color: #383232;
    line-height: 28.8px
}

.page-main .product-info-main .product.attribute.overview p strong {
    font-weight: 400
}

.product-info-main .product-info-stock-sku .stock span {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    color: #383832
}

.stock.available span:last-child {
    color: #fff;
    background: #a5ce4c;
    padding: 5px
}

.product-add-form .box-tocart .fieldset {
    /*display: -webkit-inline-box;*/
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.product-add-form .box-tocart .fieldset .field.qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    margin-right: 7px
}

.product-add-form .box-tocart .fieldset .actions {
    width: auto
}

.product-add-form .box-tocart .fieldset .field.qty .label {
    font-size: 16px;
    margin-right: 7px;
    margin-bottom: 0
}

.product-add-form .box-tocart .fieldset .field.qty input,
.checkout-index-index input[type=text],
.checkout-index-index input[type=password],
.checkout-index-index input[type=email],
.checkout-index-index select {
    display: block;
    padding: 0 12px;
    color: #696969;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px
}

.checkout-index-index input[type=text],
.checkout-index-index input[type=password],
.checkout-index-index input[type=email],
.checkout-index-index select {
    height: 52px
}

.product-add-form .box-tocart .fieldset .field.qty input {
    width: 54px
}

.product-add-form .box-tocart .fieldset .field.qty input:focus,
.checkout-index-index input:focus,
.checkout-index-index select:focus {
    border-color: #f69f50;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-gallery-summary .botiga-single-addtocart-wrapper .button {
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: left;
    flex-grow: inherit;
    border: medium none;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 45px;
    position: relative;
    background: #a5ce4c !important;
    -webkit-transition: all 50ms linear;
    -o-transition: all 50ms linear;
    transition: all 50ms linear;
    min-height: 40px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0
}

.product-gallery-summary .botiga-single-addtocart-wrapper .button:before {
    content: " ";
    display: inline-block;
    height: 31px;
    width: 31px;
    line-height: 31px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -16px;
    background: url(/wp-content/themes/bitiga-child/images/icons/minicart_ico_thin.png) right center no-repeat transparent
}

.box-tocart .action.primary.tocart:hover {
    background: #5a803f
}

.page-main .product.data.items>.item.content {
    border: 0;
    margin-bottom: 0;
    border-top: 10px solid #f0f0f0;
    margin-top: 63px
}

page-main .product.data.items>.item.content p,
.page-main .product.data.items>.item.content li,
#tab-description p,
#tab-description div {
    font-size: 18px;
    font-weight: 100;
    color: #383232
}

.page-main .product.data.items>.item.content p {
    margin-bottom: 27px
}

.page-main .product.data.items>.item.content li {
    margin-bottom: 0
}

.page-main .product.data.items>.item.content p strong {
    font-weight: 400
}


.page-main .product.data.items>.item.title>.switch,
.woocommerce-tabs ul.tabs li a {
    font-size: 23px;
    font-weight: 100;
    height: 60px;
    line-height: 60px;
    border: 0;
    background-color: #fff;
    color: #e96010;
    text-decoration: none;
    padding: 0 35px;
}

.botiga-tabs-style1 .woocommerce-tabs ul.tabs {
    border-bottom: 10px solid #f0f0f0;
}

.page-main .product.data.items>.item.title.active>.switch,
.page-main .product.data.items>.item.title.active>.switch:focus,
.page-main .product.data.items>.item.title.active>.switch:hover,
.woocommerce-tabs ul.tabs li.active a {
    background-color: #f0f0f0;
    color: #4f4f4f
}

table {
    border: 0
}

table strong {
    font-weight: 700
}

table>tbody>tr>td {
    padding: 5px 8px;
    border: 0
}

table>tbody>tr:not(:first-child)>td {
    border-top: 1px solid #f0f0f0
}

#product-attribute-specs-table tbody tr:not(:first-child):not(:nth-child(2)) {
    display: none
}

.block.related .block-title #block-related-heading,
.block.upsell .block-title #block-upsell-heading {
    font-size: 24px;
    margin: 0;
    border-bottom: 9px solid #a5ce4c;
    display: inline-block;
    padding: 0 40px 0 10px;
    padding-bottom: 7px;
    color: #f07934;
    font-weight: 400;
    text-transform: uppercase
}

.block-actions {
    font-size: 16px;
    font-weight: 100;
    color: #383232
}

.block.related .block-actions {
    margin-bottom: 20px
}

.block.related .block-actions .action.select {
    font-weight: 100;
    font-size: 16px;
    color: #f07934;
    text-transform: capitalize
}

.page-layout-1column .products-grid.products-related .product-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px
}

.page-layout-1column .products-grid.products-related .product-item {
    width: 50%;
    padding: 0 5px;
    max-height: 130px;
    margin-bottom: 5px
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info:hover {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.block.related .product-item-details {
    position: static;
    padding-left: 10px
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #eeeaea;
    position: relative;
    padding: 15px 20px
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info .product-item-photo {
    margin-left: 20px
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info .product-item-photo .product-image-container {
    width: 75px !important
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info .product-item-name {
    margin-left: 0;
    min-height: 44px
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info .product-item-name .product-item-link {
    font-size: 16px;
    color: #4e6f37
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
    margin-bottom: 0
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info .price-box .price {
    font-size: 22px;
    font-weight: 400
}

.block.related .field.choice input[type=checkbox] {
    display: none
}

.block.related .field.choice input[type=checkbox]:checked+.label {
    background-color: #a5ce4c
}

.block.related .field.choice input[type=checkbox]:checked+.label:before {
    content: " ";
    display: block;
    width: 80%;
    height: 2px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 10%;
    margin-top: -1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.block.related .field.choice input[type=checkbox]:checked+.label:after {
    content: " ";
    display: block;
    width: 80%;
    height: 2px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 10%;
    margin-top: -1px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.block.related .field.choice .label {
    background: #fff;
    border: 1px solid #b8b8b8;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 9999;
    clip: unset
}

.block.related .field.choice .label span {
    display: none
}

.block.related .field.choice {
    top: 15px;
    left: 15px
}

.page-layout-1column .block.upsell .products-grid .product-item {
    width: 18.22222%;
    margin-right: 2.22222%
}

.page-layout-1column .block.upsell .products-grid .product-item .product-item-info:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0
}

.page-layout-1column .block.upsell .products-grid .product-item .product-item-info {
    width: 100%
}

.product-description-wrapper p span>br {
    display: none
}

.product-description-wrapper ul {
    list-style-image: url(/wp-content/themes/bitiga-child/images/list-style-image2.png)
}

.products.wrapper~.toolbar .sorter {
    display: block
}

table>tbody>tr>td {
    vertical-align: middle
}

.product-description-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-description-wrapper .product-description-left {
    width: 70%
}

.product-description-wrapper .product-description-right {
    width: 26%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-description-wrapper .product-description-right .sicher-testen-usp-widget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-description-wrapper .product-description-right .sicher-testen-usp-widget .st-usp-block.orange {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products-related .product-image-photo {
    width: 75px;
    height: 75px;
    margin: 0
}

.products-related .product-image-wrapper {
    padding-bottom: 0 !important;
    height: 75px
}

.products-upsell ul li {
    list-style: none;
}

.products-upsell ul.products {
    gap: 10px;
}

.products-upsell .product-item-details {
    width: 100%;
    max-width: 100%;
}

.products-upsell img {
    margin: auto;
    display: block;
}

.products-upsell .price-box.price-final_price {
    text-align: center;
}

.products-upsell .price-box.price-final_price bdi {
    color: #f07934;
}

.main-row {
    flex-wrap: nowrap;
}

.single-product .site-main>.product>section.products.up-sells {
    margin-bottom: 0 !important;
}

.upsells.products>.products {
    padding-top: 0;
    margin-top: 30px;
    border-top: 0
}

.products-grid.products-upsell .product-item-name .product-item-link {
    font-size: 18px;
    text-align: center;
    font-weight: 100;
    display: block;
    color: #4e6f37
}

.page-layout-1column .products-grid.products-upsell .product-item .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-layout-1column .products-grid.products-upsell .product-item-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-layout-1column .products-grid.products-upsell .product-item-photo .product-image-container {
    width: 59% !important;
    margin: 0 auto;
    height: auto
}

.page-layout-1column .products-grid.products-upsell .product-item-photo .product-image-container .product-image-wrapper {
    padding-bottom: 0 !important;
    height: auto
}

.page-layout-1column .products-grid.products-upsell .product-item-photo .product-image-container .product-image-wrapper img {
    position: relative;
    height: auto
}

.page-layout-1column .products-grid.products-upsell .product-item .price-box .price {
    font-weight: 400
}

.product-view .box-collateral.box-up-sell h2 {
    margin-bottom: 15px
}

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
    display: block
}

.checkout-index-index .opc-sidebar {
    margin: 0
}

.checkout-index-index .checkout-shipping-address,
.checkout-index-index .checkout-payment-method,
.checkout-index-index li.checkout-shipping-method {
    padding: 30px;
    margin-bottom: 10px !important;
    border: 1px solid #dbdbdb;
    background: #eeeaea
}

.checkout-index-index .opc-block-summary {
    padding: 30px;
    margin-bottom: 10px !important;
    background-color: transparent
}

.checkout-index-index .opc-sidebar {
    border: 1px solid #dbdbdb;
    background: #eeeaea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.checkout-index-index .checkout-payment-method .billing-address-details br {
    display: block
}

.checkout-index-index .checkout-payment-method .billing-address-details {
    background: #fefefe;
    padding: 30px;
    max-width: 50%
}

.checkout-index-index .opc-wrapper .opc li .label {
    color: #ff5000;
    font-size: 16px;
    font-weight: 600 !important
}

.checkout-index-index .opc-wrapper .step-title,
.opc-block-summary>.title,
.opc-block-shipping-information .shipping-information-title {
    color: #f07934;
    font-weight: 400;
    font-size: 22px;
    border: 0
}

.checkout-index-index .field {
    width: 100%
}

.opc-block-shipping-information:empty {
    display: none
}

.animate {
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    -webkit-animation-name: scaleAnimation;
    animation-name: scaleAnimation;
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

@-webkit-keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

#product-transfer {
    width: 0;
    height: 0;
    background-color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%
}

#product-transfer.clone {
    width: 30px;
    height: 30px
}

.searchsuite-autocomplete ul {
    background-color: #fff;
    max-height: 300px;
    overflow-y: auto;
    padding: 0 !important
}

.searchsuite-autocomplete ul li img {
    width: 50px;
    height: 50px
}

.searchsuite-autocomplete ul li .qs-option-image {
    max-width: 50px !important
}

.searchsuite-autocomplete ul li a {
    font-size: 12px;
    color: #383232;
    font-weight: 700;
    text-decoration: none
}

.searchsuite-autocomplete ul li .qs-option-info {
    padding-left: 10px !important
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
    margin-top: 0 !important
}

.searchsuite-autocomplete ul li .elex-ppct-after-text {
    display: none
}

.searchsuite-autocomplete ul li .price {
    font-size: 12px;
    color: #5a803f
}

.sections.nav-sections .block-search .searchsuite-autocomplete {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    background: #f8f8f8;
    border: 1px solid #eeeaea;
    width: 360px
}

body.home .page-main {
    margin: auto;
    max-width: 100%;
    padding: 0
}

.block.paypal.acceptance {
    display: none
}

#mageplaza-bannerslider-block-before-content-1 {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    min-height: 100px
}

#banner-slider-carousel .owl-nav .owl-prev,
#banner-slider-carousel .owl-nav .owl-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    border: none;
    font-size: 80px;
    height: 98px
}

#banner-slider-carousel .owl-nav button {
    opacity: .8
}

body.home div.sicher-testen-usp-widget,
body.home div.sicher-testen-usp-widget {
    -webkit-box-align: start;
    -ms-flex-align: start;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    align-items: center;
    /*justify-content: center;*/
}

body.home div.sicher-testen-usp-widget .st-usp-block.orange {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    height: auto;
    width: 45%;
    /*max-width: 388px;*/
}

body.home div.sicher-testen-usp-widget .st-usp-block,
body.home div.sicher-testen-usp-widget .st-usp-block {
    padding: 0 5px;
    border: none
}

body.home div.sicher-testen-usp-widget .st-usp-block figure {
    padding-top: 5px;
}

body.home div.sicher-testen-usp-widget .st-usp-block.orange span,
body.home div.sicher-testen-usp-widget .st-usp-block.orange span {
    padding: 0;
    padding-left: 5px
}

body.home div.sicher-testen-usp-widget .st-usp-block.orange img,
body.home div.sicher-testen-usp-widget .st-usp-block.orange img {
    margin: 0 20px 0 0;
}

.page-wrapper footer #subfooter>.clearfix .subfooter-left.col-sm-50.col-md-40.col-lg-50.col-xs-100:nth-child(1) {
    width: 50%
}

.page-footer .footer.content li a:hover {
    color: #f07934
}

#maincontent .page-title-wrapper:nth-child(2),
#maincontent .category-view:nth-child(4),
#maincontent .columns:nth-child(5) {
    width: 1200px;
    margin: auto
}

#maincontent .columns:nth-child(5) .site-main {
    padding-bottom: 15px
}

.columns .toolbar.toolbar-products {
    margin-bottom: 0
}

.products.list.items.product-items>li {
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.site-main .products.wrapper.list.products-list:nth-child(5) .products.list.items.product-items>li:hover {
    background: #eeeaea
}

.product .product-item-details .product-item-name .product-item-link:hover {
    text-decoration: none
}

.columns .site-main {
    padding-bottom: 30px
}

a.action.more {
    text-decoration: underline;
    color: #f3793b
}

a.action.more:hover {
    text-decoration: underline;
    color: #f3793b
}

.price-container .price-wrapper {
    color: #f07934
}

.product-item .minimal-price-link {
    margin-top: 15px
}

.st-usp-block.orange span {
    display: block;
    padding: 0 15px
}

.header.content .wc-block-mini-cart__button:hover .counter.qty {
    background: #f07934
}

#maincontent .columns:nth-child(3) {
    margin: auto
}

body.home #maincontent {
    width: auto !important;
    padding: 0 !important
}

body.home #maincontent .columns .site-main {
    padding-bottom: 10px !important
}

body.home #maincontent .site-main>.widget.block.block-static-block,
body.home #maincontent .site-main>.homepage-products-block {
    width: 1200px !important
}

.block.upsell .block-title #block-upsell-heading {
    color: #5a803f;
    font-weight: 100
}

.page-layout-1column .products-grid.products-related .product-item {
    padding: 0 3px;
    margin-bottom: 6px;
    max-height: 150px
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info .product-item-name {
    height: 20px;
    overflow: hidden
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info .product-item-name .product-item-link:hover {
    text-decoration: none
}

.page-layout-1column .products-grid.products-upsell .product-item .product-item-info .product-item-name .product-item-link:hover {
    text-decoration: none
}

body #maincontent {
    width: 73%;
    /*width: 1200px;*/
    padding-bottom: 15px
}

body.catalog-product-view #maincontent {
    width: 1200px
}

body.page-products .page-main {
    padding-left: 0;
    padding-right: 0
}

body.home .widget.block,
body.home .homepage-products-block,
body.catalog-product-view .page-main {
    padding-left: 0;
    padding-right: 0
}

body .sicher-testen-usp-widget.type-2>.row .st-usp-block {
    text-align: left;
    border: none;
    padding: 0;
    padding-left: 15px
}

body .sicher-testen-usp-widget.type-2>.row .st-usp-block a {
    color: #f07934;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px
}

body .sicher-testen-usp-widget.type-2>.row .st-usp-block p {
    line-height: 23px;
    margin-bottom: 21px
}

.footer-widget .widget ul {
    padding-right: 0
}

body .footer.content .links,
body .footer.content [data-content-type=html] {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product.description.product-item-description p>strong {
    font-weight: 400
}

.page-title-wrapper #page-title-heading {
    padding-left: 0
}

body .product-item .product-item-link,
body .owl-item .banner-product-pill h2 {
    /*font-size: 1.33988889em;*/
    font-size: 1.088888889em;
    line-height: 1.1;
    border: none;
    font-weight: 600;
    margin: 0;
}

body .product-item .product-item-details {
    text-align: left;
    margin-left: 20px
}

body .product-item .description {
    font-size: 18px
}

body.page-products .products.wrapper.list.products-list,
body.page-products .products.wrapper.list.products-list>ol {
    margin: 15px 0 35px
}

body.page-products .sidebar.sidebar-additional {
    padding-left: 20px
}

body.page-products #maincontent .columns:nth-child(5) .site-main {
    padding-bottom: 0
}

body.page-products .columns .toolbar.toolbar-products label,
body.page-products .columns .toolbar.toolbar-products .limiter-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    color: #5a803f
}

body.woocommerce-sorting-wrapper select {
    background-color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;

}

body.woocommerce-sorting-wrapper select:hover {
    cursor: pointer
}

body.page-products .toolbar-sorter.sorter {
    padding-right: 20px
}

body.catalog-product-view .page-main .product.data.items>.item.content {
    padding: 15px
}

.site-main p,
.site-main ul,
.site-main ol {
    font-weight: 300;
    color: #4f4f4f;
    font-size: 18px;
    margin-bottom: 27px
}

.site-main p {
    line-height: 30px
}

.site-main p>a,
.site-main ul>li>a {
    color: #f69f50;
    text-decoration: underline
}

.site-main p>a:hover,
.site-main ul>li>a:hover {
    color: #f07934
}

.site-main ul>li {
    margin-bottom: 3px
}

.product_title.entry-title {
    font-weight: 300;
    font-size: 24px;
    color: #5a803f;
    text-transform: none;
    border-bottom: 9px solid #a5ce4c;
    display: inline-block;
    padding: 0 40px 0 10px;
    line-height: 2em
}

.product_title_wrapper {
    background: #f0f0f0;
}

.product_title_wrapper .product_title.entry-title {
    margin: 0 0 0 30px;
}

.summary.entry-summary .product_title_wrapper .product_title.entry-title {
    display: none
}

.page-products .page-wrapper .page-title-wrapper .page-title,
.product h1.page-title {
    border-bottom: none
}

.site-main .entry-content h2 {
    font-weight: 300;
    margin: 15px 0 35px;
    padding: 0 0 10px;
    color: #f07934;
    border-bottom: 6px solid #a5ce4c;
    font-size: 24px
}

.site-main p {
    font-weight: 300;
    color: #4f4f4f;
    font-size: 18px;
    margin-bottom: 27px;
}

.site-main p>strong {
    font-weight: 400;
    color: #383232
}

p.woocommerce-result-count {
    margin: 0 !important;
}

.site-main .entry-content h3 {
    color: #5a803f;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 14px;
    font-size: 22px
}

.site-main table,
body.catalog-product-view table {
    margin-top: 30px
}

.site-main .woocommerce-Tabs-panel table {
    margin: 0 0 30px 0;
}

.site-main>table>tbody>tr>td,
body.catalog-product-view table>tbody>tr>td {
    font-size: 15px;
    color: #636363;
    font-weight: 100
}

body.catalog-product-view #maincontent table>tbody>tr>td>p {
    font-size: 15px !important;
    color: #636363 !important;
    font-weight: 100 !important
}

.site-main>table>tbody>tr>td>strong {
    font-weight: 700
}

body.catalog-product-view table>tbody>tr>td>strong {
    font-weight: 400
}

.data.table.additional-attributes {
    margin-top: 0;
    width: 100% !important
}

.data.table.additional-attributes th {
    text-transform: uppercase !important;
    background: #f0f0f0 !important;
    font-size: 13px !important;
    padding: 5px 8px !important;
    width: 25% !important;
    font-weight: 500 !important;
    color: #636363 !important
}

.data.table.additional-attributes td {
    padding: 5px 8px !important
}

.data.table.additional-attributes td {
    font-weight: 400 !important
}

body #maincontent .data.table.additional-attributes td {
    border-top: 1px solid #f0f0f0
}

body #maincontent .data.table.additional-attributes tbody tr:first-child td {
    border-top: none !important
}

body.catalog-product-view .st-usp-block {
    width: 80%;
    font-size: 17px
}

body.catalog-product-view .sicher-testen-usp-widget.category-usp>.st-usp-block:nth-child(5) {
    padding-bottom: 10px;
    border: none
}

body.catalog-product-view .sicher-testen-usp-widget.category-usp>.st-usp-block.orange {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product.media ._block-content-loading {
    visibility: hidden
}

.product.media .fotorama__stage__shaft {
    height: 371px
}

.product.media .fotorama__stage {
    height: 371px !important
}

/*body.home div.sicher-testen-usp-widget .st-usp-block {*/
/*    width: 33.33%;*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*    float: left*/
/*}*/

.content-wrapper {
    padding: 0 !important;
}

/*body.home div.sicher-testen-usp-widget .st-usp-block.orange {*/
/*    width: 66%;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center*/
/*}*/


@media (max-width: 1100px) {
    .main-menu ul li a {
        padding: 0 5px
    }
}

@media (max-width: 1200px) and (min-width:980px) {
    .product.media .fotorama__stage__shaft {
        height: 298px
    }

    .product.media .fotorama__stage {
        height: 298px !important
    }
}

@media (max-width: 980px) {
    .product.media .fotorama__stage__shaft {
        height: 252px;
        width: 252px !important
    }
}

@media (max-width: 768px) {
    body.page-layout-1column .product.media {
        padding: 50px !important
    }

    .product.media .fotorama__stage__shaft {
        height: 100%;
        width: 100% !important
    }

    .product.media .fotorama__wrap--slide .fotorama__stage__frame {
        border: 0
    }

    .product.media .fotorama__nav--dots .fotorama__nav__frame {
        width: auto;
        padding: 0 5px
    }

    .product h1.page-title {
        padding: 0
    }

    .page-title span {
        line-height: 1.5 !important;
        font-size: 24px !important;
    }

    .woocommerce {
        padding: 0 10px !important;
    }

    .page-main .product-info-main .price-main .price {
        font-size: 26px
    }

    .product.media .fotorama__dot {
        border-radius: 50%;
        height: 15px;
        width: 15px
    }

    .single-product div.product .woocommerce-product-gallery {
        padding: 30px 0 0 0;
        max-width: 100%;
    }

    .product-gallery-summary .entry-summary {
        padding: 15px;
    }

    .product-gallery-summary .woocommerce-product-gallery,
    .product-gallery-summary .entry-summary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .price_result {
        display: flex
    }

    .product-gallery-summary.gallery-default .elex-ppct-after-text {
        display: block;
    }

    .product-gallery-summary .botiga-single-addtocart-wrapper {
        flex-direction: row;
    }

    form.cart .quantity {
        max-width: 40% !important;
        width: 40%;
        height: 40px;
    }

    .product-gallery-summary .botiga-single-addtocart-wrapper .button {
        width: 50%;
        height: 40px;
        margin-left: 15px;
    }

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

    .product-description-wrapper .product-description-left {
        width: 100%;
        padding: 0;
        /*padding: 0 15px;*/
    }

    .product-description-wrapper .product-description-right {
        width: 100%;
    }

    body .sicher-testen-usp-widget .st-usp-block {
        width: 50%;
    }

    .product-description-wrapper .product-description-right .sicher-testen-usp-widget {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .single-product .wdp_bulk_table_content .bulk_table {
        border-left: none;
        padding-left: 0;
    }

}

@media (max-width: 480px) {
    body.catalog-product-view .st-usp-block {
        font-size: 11px;
        line-height: 17px;
        white-space: normal;
        word-break: break-all;
    }
}

@media (max-width: 1200px) {

    #maincontent .columns .site-main .widget.block.block-static-block:nth-child(5),
    body.home .homepage-products-block,
    body.catalog-product-view #maincontent {
        width: 930px
    }

    .woocommerce-cart .woocommerce-cart-form .actions .coupon {
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        height: 175px;
    }

    #coupon_code,
    .coupon .button.wp-element-button {
        width: 50% !important;
    }

    body.home #maincontent .site-main>.widget.block.block-static-block,
    body.home #maincontent .site-main>.homepage-products-block {
        width: 930px !important
    }

    .site-main .widget.block.block-static-block:nth-child(5) .sicher-testen-usp-widget .st-usp-block.orange {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 160px
    }

    .page-wrapper footer #subfooter>.clearfix {
        width: 950px
    }

    .page-wrapper footer #subfooter>.clearfix .subfooter-left.col-sm-50.col-md-40.col-lg-50.col-xs-100:nth-child(1) {
        width: 40%
    }

    .page-wrapper footer #subfooter>.clearfix .subfooter-right.col-sm-50.col-md-60.col-lg-50.col-xs-100:nth-child(2) {
        width: 60%
    }

    #maincontent .page-title-wrapper:nth-child(2),
    #maincontent .category-view:nth-child(4),
    #maincontent .columns:nth-child(5) {
        width: 930px
    }

    body #maincontent {
        width: 950px
    }

    .page-wrapper .breadcrumbs:nth-child(3) {
        width: 950px;
        margin: auto;
        margin-bottom: 14px
    }

    .price-box.price-final_price .price-container.price-final_price.tax.weee:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .price-box.price-final_price a:nth-child(3) .price-container.price-final_price.tax.weee:nth-child(1) {
        display: block
    }

    body.home div.sicher-testen-usp-widget .st-usp-block.orange {
        padding: 30px
    }

    .page-wrapper footer.page-footer .footer.content {
        padding-left: 30px
    }

    .block-static-block h1 {
        max-width: 65%
    }

    .block-search .block-title {
        margin-right: 10px;
        width: 50px
    }

    .block-search .block-title:after,
    .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:after {
        font-family: 'FontAwesome';
        content: "\f002";
        font-size: 18px
    }

    .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        font-size: 0px;
    }

    body.page-layout-1column .product.media {
        padding: 20px !important;
        padding-left: 30px !important;
        padding-right: 5px !important;
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important
    }

    body.catalog-product-view .page-title-wrapper.product {
        padding: 30px !important;
        padding-bottom: 0 !important
    }

    body.catalog-product-view .product-info-main {
        padding-right: 30px !important;
        padding-bottom: 25px !important;
        margin-bottom: 0 !important
    }

    body.catalog-product-view .product-info-main {
        padding-left: 15px
    }
}

@media (max-width: 980px) {
    body .header.content .logo {
        margin: -8px auto 25px 0
    }

    .nav-sections-item-content>.block-search {
        position: absolute;
        top: 65px;
        left: 200px
    }

    .block-search input {
        height: 64px;
        width: 100%
    }

    .block-search .block-title {
        height: 64px;
        width: 77px
    }

    .ssl_logo,
    .page-header .col-sellingpoints {
        display: none
    }

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

    body.home #maincontent .site-main>.widget.block.block-static-block,
    body.home #maincontent .site-main>.homepage-products-block {
        width: 750px !important
    }

    .switcher.language.switcher-language {
        margin-left: 25px;
        padding-top: 20px
    }

    .panel.wrapper .panel.header .header.links {
        padding-top: 20px
    }

    .panel.header {
        padding-top: 10px
    }

    .page-header {
        padding-top: 40px;
        padding-bottom: 10px
    }

    .main-menu ul li a {
        font-size: 16px;
        padding: 0 10px
    }

    #banner-slider-carousel .owl-theme .owl-dots {
        margin-top: 5px;
        padding: 5px
    }

    #banner-slider-carousel .owl-theme .owl-dots .owl-dot {
        height: 18px;
        width: 18px
    }

    #banner-slider-carousel .item,
    .sa_hover_container {
        background-size: cover !important;
        height: 383px
    }

    body.home .sicher-testen-usp-widget {
        font-size: 12px;
        margin-top: 1rem
    }

    body.home .sicher-testen-usp-widget .st-usp-block.orange {
        width: 275px;
        height: auto
    }

    body.home .st-usp-block span {
        font-size: 12px
    }

    #maincontent .columns .site-main .widget.block.block-static-block:nth-child(5),
    body.home .homepage-products-block {
        width: 750px
    }

    .page-footer .footer.content li a {
        font-size: 16px;
        line-height: 26px
    }

    .page-wrapper footer #subfooter>.clearfix {
        width: 770px
    }

    #subfooter .subfooter-right img {
        max-height: 38px
    }

    #maincontent .page-title-wrapper:nth-child(2),
    #maincontent .category-view:nth-child(4),
    #maincontent .columns:nth-child(5),
    body.catalog-product-view #maincontent {
        width: 750px
    }

    body #maincontent {
        width: 750px
    }

    .page-wrapper .breadcrumbs:nth-child(3) {
        width: 770px
    }

    .page-wrapper .breadcrumbs:nth-child(3) a,
    .page-wrapper .breadcrumbs:nth-child(3) strong {
        font-size: 12px
    }

    body.home div.sicher-testen-usp-widget .st-usp-block span {
        line-height: 19px
    }

    body.home div.sicher-testen-usp-widget .st-usp-block.orange {
        padding: 20px
    }

    .page-layout-1column .block.upsell .products-grid .product-item {
        width: 30%
    }

    body .sicher-testen-usp-widget.type-2>.row .st-usp-block img.pull-left {
        max-width: 50px;
        height: auto
    }

    .block-static-block h1 {
        max-width: 70%
    }

    body #banner-slider-carousel .item,
    .sa_hover_container .container {
        width: 100%
    }

    body .product-item {
        padding: 10px
    }

    body.page-products .columns .toolbar.toolbar-products label,
    body.page-products .columns .toolbar.toolbar-products .limiter-text {
        display: none
    }

    body.page-layout-1column .product.media {
        padding-left: 10px !important;
        padding-right: 10px !important;
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important
    }

    body.catalog-product-view .page-title-wrapper.product {
        padding-left: 10px !important;
        padding-bottom: 0 !important
    }

    body.catalog-product-view .product-info-main {
        padding-right: 10px !important;
        padding-left: 10px !important;
        padding-bottom: 0 !important
    }


    .page-main .product-info-main .product-info-price {
        margin-bottom: 15px
    }

    .page-main .product-info-main .product.attribute.overview {
        font-size: 18px;
        font-weight: 100;
        margin-bottom: 20px
    }
}

@media (max-width: 770px) {
    body.catalog-product-view .product-description-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 35px
    }

    body.catalog-product-view .product-description-wrapper .product-description-right .sicher-testen-usp-widget {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    body.catalog-product-view .product-description-right {
        width: 100%
    }

    body.catalog-product-view .st-usp-block {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 0 !important
    }

    body.catalog-product-view .st-usp-block.orange {
        padding-bottom: 15px !important
    }

    body .header.content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0
    }

    .menu-visible .nav-sections {
        display: block;
        position: static
    }

    .menu-item-has-children:hover ul {
        display: none
    }

    .nav-sections {
        z-index: 999;
        display: none
    }

    .nav-sections-items {
        /*position: absolute;*/
        z-index: 9;
        left: 0;
        top: 75px;
        background: #a5ce4c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .nav-sections-item-title {
        display: none
    }

    .section-item-content.nav-sections-item-content {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 !important
    }

    .main-menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .main-menu {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .main-menu__mobile {
        display: none
    }

    .nav-sections .switcher-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .switcher.language.switcher-language {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: 53px;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        border-top: 1px solid #8cb532
    }

    .switcher.language.switcher-language strong {
        font-weight: 400;
        font-size: 18px;
        color: #5a803f;
        padding-left: 1px
    }

    ul.dropdown.switcher-dropdown {
        margin: 0
    }

    ul.dropdown.switcher-dropdown li {
        margin: 0 2px;
        list-style: none none;
    }

    ul.dropdown.switcher-dropdown li a {
        font-size: 0;
        color: transparent
    }

    ul.dropdown.switcher-dropdown li.view-de a:after {
        content: "de"
    }

    ul.dropdown.switcher-dropdown li.view-fr a:after {
        content: "fr"
    }

    ul.dropdown.switcher-dropdown li.view-it a:after {
        content: "it"
    }

    ul.dropdown.switcher-dropdown li a:after {
        display: inline-block;
        padding: 8px;
        border-radius: 3px;
        color: #fff;
        background: #5a803f;
        line-height: 22px;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase
    }

    ul.dropdown.switcher-dropdown li.active a:after {
        background-color: #f07934 !important
    }

    .main-menu ul li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid #8cb532;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

    body .main-menu ul li a {
        font-weight: 400;
        font-size: 18px;
        color: #5a803f;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    body .main-menu ul li.menu-item-has-children.submenu-visible:nth-child(3) {
        background-color: #9bc938 !important
    }

    body .main-menu ul li.menu-item-has-children.submenu-visible:nth-child(3) .space:after,
    body .main-menu ul li.menu-item-has-children.submenu-visible:nth-child(2) .space:after,
    body .main-menu ul li.menu-item-has-children.submenu-visible .space:after {
        content: '\f106'
    }

    body .main-menu ul li.menu-item-has-children:nth-child(2)>a,
    body .main-menu ul li.menu-item-has-children:nth-child(3)>span a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    body .main-menu ul li:hover a {
        background-color: transparent !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        border-color: transparent !important;
        color: #fff
    }

    body .main-menu>ul>li:nth-child(2):hover {
        background-color: #55793c !important
    }

    body .main-menu ul li a:hover {
        background-color: transparent;
        padding-top: 0 !important;
        margin-top: 0 !important;
        color: #fff
    }

    body .main-menu ul li.menu-item-has-children:hover>a {
        background-color: transparent;
        padding-top: 0 !important;
        margin-top: 0 !important;
        border-color: transparent !important;
        color: #fff
    }

    body .main-menu ul li:hover {
        background-color: #5a803f
    }

    #banner-slider-carousel {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .main-menu ul li.menu-item-has-children a {
        position: relative;
    }

    .space:after {
        display: inline-block;
        font-family: 'FontAwesome';
        content: '\f107';
        font-size: 25px;
        color: #5a803f;
        font-weight: 400;
        width: 40px;
        padding-top: 10px;
    }

    .main-menu ul li.menu-item-has-children>span {
        width: 100%;
        display: flex;
    }

    .main-menu ul li.menu-item-has-children:hover span a .space:after {
        color: #a5ce4c
    }

    .menu-item-has-children.submenu-visible ul {
        display: block;
        z-index: 1000;
        width: 100%;
        padding: 7px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        left: 0 !important;
        max-width: 1000px !important;
        min-width: auto !important;
        background: #5a803f
    }

    .menu-item-has-children.submenu-visible ul {
        border: none
    }

    .menu-item-has-children.submenu-visible ul>li {
        border-color: #5a803f
    }

    .menu-item-has-children.submenu-visible ul>li>a {
        color: #fff !important;
        line-height: 2.8125em;
        display: inline-block;
        width: 100%;
        font-size: 16px
    }

    body .main-menu ul li.menu-item-has-children.submenu-visible .space:after {
        color: #a5ce4c
    }

    body .main-menu ul li.menu-item-has-children:hover>a,
    body .main-menu ul li.menu-item-has-children.submenu-visible:nth-child(3) .space:after {
        color: #fff !important
    }

    .menu-item-has-children.submenu-visible:hover ul>li>a {
        color: #fff !important
    }

    body .main-menu ul li.menu-item-has-children:nth-child(2):hover>a,
    body .main-menu ul li.menu-item-has-children:nth-child(2):hover {
        background-color: #a5ce4c !important;
        color: #5a803f !important;

    }

    body .main-menu ul li.menu-item-has-children:nth-child(2):hover:after {
        color: #5a803f !important
    }

    body .main-menu ul li.menu-item-has-children:nth-child(3):hover>a,
    body .main-menu ul li.menu-item-has-children:nth-child(3):hover {
        background-color: #a5ce4c !important;
        color: #5a803f !important
    }

    body .main-menu ul li.menu-item-has-children:nth-child(3):hover a:after {
        color: #5a803f !important
    }

    body .main-menu ul li.menu-item-has-children.submenu-visible:nth-child(3)>a,
    body .main-menu ul li.menu-item-has-children.submenu-visible:nth-child(3) {
        background-color: #9bc938 !important;
        color: #5a803f !important
    }

    body .main-menu ul li.menu-item-has-children.submenu-visible:nth-child(2)>a,
    body .main-menu ul li.menu-item-has-children.submenu-visible:nth-child(2) {
        background-color: #55793c !important;
        color: #a5ce4c !important
    }

    body .main-menu ul li.menu-item-has-children:hover:after {
        color: #fff
    }

    body .main-menu ul li.menu-item-has-children.submenu-visible:nth-child(3) a:after {
        color: #5a803f !important
    }

    body .main-menu ul li.menu-item-has-children.submenu-visible:nth-child(2) a:after {
        color: #a5ce4c !important
    }

    body .main-menu ul li.menu-item-has-children:nth-child(2),
    body .main-menu ul li.menu-item-has-children:nth-child(3) {
        padding: 0 !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body .main-menu ul li.menu-item-has-children:nth-child(2) a,
    body .main-menu ul li.menu-item-has-children:nth-child(3) a {
        padding-left: 16px;
        padding-right: 16px
    }

    body .main-menu ul li.menu-item-has-children ul {
        position: static !important
    }

    .section-item-content.nav-sections-item-content {
        margin: 0;
        background: #a5ce4c;
    }

    .nav-sections-item-content>.block-search {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .block-search .label {
        display: none
    }

    .block-search .control {
        border: 0;
        padding: 0;
        margin: 0
    }

    .nav-sections-item-content>.block-search {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        padding: 10px 16px;
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .nav-sections-item-content>.block-search>.block.block-content {
        width: 80%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 10px
    }

    .nav-sections-item-content>.block-search>.block.block-title {
        width: 20%;
        height: 40px;
        margin: 0;
        border-radius: 20px
    }

    .block-search input {
        position: relative;
        left: unset;
        margin: 0
    }

    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        height: 40px;
        min-height: 40px;
        line-height: 38px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
        border-radius: 20px;
        width: 75%
    }

    .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        width: 20%;
        height: 40px;
        border-radius: 20px;
        padding-left: 0;
        padding-right: 16px;
    }

    .site-main.sidebar-right,
    .main-row .widget-area {
        width: 100%;
        padding: 0;
    }

    .product.photo.product-item-photo {
        width: 36%;
    }

    .products_list {
        align-items: flex-start;
    }

    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
        color: #a0a0a0;
        text-align: center
    }

    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
        color: #a0a0a0;
        text-align: center
    }

    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
        color: #a0a0a0;
        text-align: center
    }

    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-ms-input-placeholder {
        color: #a0a0a0;
        text-align: center
    }

    .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
        color: #a0a0a0;
        text-align: center
    }

    .main-menu ul li.menu-item:hover>a {
        background: #5a803f !important;
        color: #fff !important
    }

    .main-menu ul li.menu-item-has-children:nth-child(2)>a {
        background: 0 0 !important;
        color: #5a803f !important
    }

    body.home #maincontent .site-main>.widget.block.block-static-block,
    body.home #maincontent .site-main>.homepage-products-block {
        width: auto !important;
        margin-left: 10px !important;
        margin-right: 10px !important
    }

    body .main-menu ul li.menu-item-has-children:nth-child(3):hover li a,
    body .main-menu ul li.menu-item-has-children:nth-child(2):hover li a {
        color: #fff !important
    }

    .logo img {
        height: 60px;
        width: auto
    }

    .page-header {
        padding: 5px 0;
        margin: 0
    }

    .panel.wrapper {
        display: none
    }

    .action.nav-toggle {
        top: 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .action.nav-toggle {
        width: 25%
    }



    .header.content a {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        width: 50%
    }

    .hw-widget {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        align-items: center;
        /*width: 25%*/
    }

    .wc-block-mini-cart__button .text {
        display: none !important
    }

    body #maincontent {
        padding-left: 10px;
        padding-right: 10px
    }

    body.home div.sicher-testen-usp-widget {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body #maincontent {
        width: auto
    }

    body.home .sicher-testen-usp-widget .st-usp-block.orange {
        padding: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 66%
    }

    body.home .sicher-testen-usp-widget img.pull-left {
        margin: 0
    }

    body.home div.sicher-testen-usp-widget .st-usp-block {
        width: 50%;
        padding: 15px 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left
    }

    .content-wrapper {
        padding: 0 !important;
    }

    body.home div.sicher-testen-usp-widget .st-usp-block.orange {
        padding: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    #maincontent .columns .site-main .widget.block.block-static-block:nth-child(5),
    body.home .homepage-products-block {
        width: auto
    }

    .widget-title .block-title strong {
        padding-right: 0
    }

    .widget-title {
        display: block;
        text-align: center
    }

    .homepage-products-block #suggested-products .product-item {
        width: 100%
    }

    .page-wrapper footer.page-footer .footer.content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding-left: 30px
    }

    .page-wrapper footer #subfooter>.clearfix,
    #maincontent .page-title-wrapper:nth-child(2) {
        width: auto;
        overflow: hidden
    }

    .page-wrapper footer #subfooter>.clearfix .subfooter-left.col-sm-50.col-md-40.col-lg-50.col-xs-100:nth-child(1) {
        width: 100%;
        text-align: center
    }

    .page-wrapper footer #subfooter>.clearfix .subfooter-right.col-sm-50.col-md-60.col-lg-50.col-xs-100:nth-child(2) {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .page-wrapper footer #subfooter>.clearfix .subfooter-left.col-sm-50.col-md-40.col-lg-50.col-xs-100:nth-child(1) p {
        padding: 8px
    }

    #maincontent .page-title-wrapper:nth-child(2) .flat-list,
    .page-wrapper .breadcrumbs:nth-child(3) {
        display: none
    }

    #maincontent .category-view:nth-child(4) {
        width: auto;
        padding-top: 10px
    }

    #maincontent .columns .site-main .toolbar.toolbar-products .toolbar-sorter.sorter {
        position: relative
    }

    #maincontent .columns:nth-child(5) {
        width: auto;
        padding-top: 10px
    }

    .columns .site-main .products.wrapper.list.products-list .products.list.items.product-items {
        margin: 15px 0
    }

    .columns .site-main .products.wrapper.list.products-list {
        margin: 15px 0
    }

    .product .product-item-details .product-item-inner {
        width: 100%;
        text-align: left;
        padding-top: 7px
    }

    .product-item .minimal-price-link {
        padding-top: 7px
    }

    .products .product .product-item-info .product-item-photo {
        width: 36%
    }

    .product .product-item-details {
        width: 64%
    }

    body div.sicher-testen-usp-widget .st-usp-block span {
        font-size: 13px;
        line-height: 19px
    }

    body div.sicher-testen-usp-widget .st-usp-block {
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 5px;
        border: none;
        font-size: 11px;
        line-height: 17px;
        white-space: normal;
        word-break: break-all;
    }


    body div.sicher-testen-usp-widget .st-usp-block.orange {
        width: 100%;
        font-size: 17px;
        padding: 15px 5px
    }

    body div.sicher-testen-usp-widget {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 0;
        flex-direction: row;
    }

    .block.paypal.acceptance {
        margin: 0
    }

    .block.upsell .block-title #block-upsell-heading {
        font-size: 20px
    }

    button.action.primary.tocart {
        display: block;
        margin: auto
    }

    .block-content.content .products.wrapper.grid.products-grid.products-related:nth-child(3) ol li.item.product.product-item {
        width: 100%;
        margin-left: 0
    }

    body #maincontent {
        padding-bottom: 0
    }

    body .footer.content .links,
    body .footer.content [data-content-type=html] {
        padding-left: 0;
        width: 100%
    }

    .page-title-wrapper #page-title-heading {
        width: 100%;
        margin-bottom: 14px
    }

    .page-title-wrapper #page-title-heading span {
        width: 100%;
        padding-left: 0;
        font-size: 18px
    }

    .row.mobile-tabs-transform .tab-nav.visible-xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        width: 100%;
        padding-left: 0;
        margin-bottom: 0
    }

    body .sicher-testen-usp-widget.type-2>.row .st-usp-block img {
        display: none
    }

    body .sicher-testen-usp-widget.type-2>.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .tab-nav.visible-xs li {
        width: 33.33%;
        padding: 10px;
        height: 80px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #e0d9d9;
        margin-bottom: 0
    }

    .tab-nav.visible-xs li:hover {
        cursor: pointer
    }

    .tab-nav.visible-xs li>a>img {
        max-height: 50px;
        width: auto;
        margin-bottom: 0
    }

    body .sicher-testen-usp-widget.type-2>.row .st-usp-block {
        width: 100%;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #eeeaea;
        padding: 10px;
        display: none
    }

    body .sicher-testen-usp-widget.type-2>.row .st-usp-block:nth-child(2) {
        display: block
    }

    .tab-nav.visible-xs li:first-child {
        background-color: #eeeaea
    }

    .block-static-block h1 {
        max-width: 100%
    }

    body .product-image-container {
        width: 160px !important
    }

    body .product-item .product-image-wrapper {
        height: 140px
    }

    .product-image-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        width: 140px !important
    }

    body .product-item .product-image-wrapper img {
        width: 140px;
        height: auto;
        margin-left: 10px;
        margin-right: 10px
    }

    .product-item {
        padding: 10px
    }

    body .product-item .product-item-link,
    body .owl-item .banner-product-pill h2 {
        font-size: 1.22222222em
    }

    body .product-item .description,
    body .product-item .description p {
        font-size: 14px;
        line-height: normal;
    }

    body.page-products .sidebar.sidebar-additional {
        padding-left: 0
    }

    .columns .toolbar.toolbar-products {
        margin-bottom: 20px
    }

    body .header.content .logo {
        margin: 0
    }

    body.catalog-product-view #maincontent {
        width: auto
    }

    body.catalog-product-view .product-description-wrapper .product-description-left {
        width: 100% !important
    }

    body.catalog-product-view .product-description-wrapper .product.data.items {
        margin-left: auto !important;
        margin-right: auto !important;
        border-bottom: none !important
    }

    body.catalog-product-view .page-main .product.data.items>.item.content {
        padding: 10px;
        margin-top: 0;
        border: 1px solid #ccc
    }

    body.catalog-product-view .data.item.title {
        border-left: 1px solid #ccc !important;
        border-right: 1px solid #ccc !important;
        border-bottom: none !important
    }

    body.catalog-product-view .product.data.items>.data.item.title:first-child>.data.switch {
        border-top: 1px solid #ccc !important;
        border-bottom: 1px solid #ccc !important
    }

    body.catalog-product-view .product.data.items>.data.item.title.active:first-child>.data.switch {
        border-bottom: none !important
    }

    body.catalog-product-view .product.data.items>.data.item.title.active:nth-child(3)>.data.switch {
        border-bottom: none !important
    }

    body.catalog-product-view .product.data.items>.data.item.title:nth-child(3)>.data.switch {
        border-bottom: 1px solid #ccc !important
    }

    .woocommerce-tabs ul.tabs li a.data.switch {
        color: #5a803f !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
        background-color: #eeeaea !important;
        height: auto !important;
        padding: 7px 10px 7px 24px !important;
        position: relative
    }

    .woocommerce-tabs ul.tabs li:hover .data.switch {
        color: #f07934 !important;
        background-color: #e7e3e3 !important
    }

    .woocommerce-tabs.wc-tabs-wrapper {
        border: 1px solid #ccc !important;
    }

    .woocommerce-tabs ul.tabs li a.data.switch:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #f07934;
        border-right: none;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    div#tab-description {
        padding: 10px;
    }

    .woocommerce-tabs.wc-tabs-wrapper li.active .data.switch:after {
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #f07934;
        border-bottom: none;
        left: 6px
    }

    .woocommerce-tabs.wc-tabs-wrapper li.active .data.switch {
        color: #f07934 !important;
    }
}

@media (max-width: 600px) {
    body .product-image-container {
        width: 110px !important
    }

    body .product-item .product-image-wrapper {
        height: 100px
    }

    .product-image-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        width: 100px !important
    }

    body .product-item .product-image-wrapper img {
        width: 100px;
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (max-width: 480px) {
    body.catalog-product-view .data.item.title>.data.switch {
        font-size: 16px !important;
        font-weight: 700 !important
    }

    body.catalog-product-view .st-usp-block {
        font-size: 11px;
        line-height: 17px;
        white-space: normal;
        word-break: break-all
    }

    body .sicher-testen-usp-widget.usp-type-default .st-usp-block.orange img,
    body .sicher-testen-usp-widget.usp-type-default .st-usp-block img {
        width: auto
    }

    .logo img {
        height: 50px
    }

    .wcpscwc-product-slider ul.products li.product {
        background: #fff;
    }

    .wcpscwc-product-slider .slick-slide img {
        width: 65px !important
    }

    .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        width: 65px !important
    }

    /*.wcpscwc-product-slider ul.products li.product {    height: 225px !important;}*/
    .products .product .product-item-info {
        min-height: inherit
    }

    .product .product-item-details .product-item-name .product-item-link,
    .product.description.product-item-description p,
    .product .product-item-details .product-item-description a,
    .product .product-item-details .product-item-description {
        font-size: 16px !important;
    }

    .product .product-item-details .product-item-description,
    .product.description.product-item-description p {
        line-height: 1.1;
    }

    body .product-item .product-item-link,
    body .owl-item .banner-product-pill h2 {
        hyphens: auto;
    }

    ul.products li.product img {
        max-height: 205px;
        max-width: 100px;
    }

    .wp-block-woocommerce-empty-mini-cart-contents-block,
    .wp-block-woocommerce-filled-mini-cart-contents-block {
        height: auto !important;
    }

    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
        display: inline-flex
    }

    .woocommerce-cart-form .actions .wc-proceed-to-checkout,
    .woocommerce-cart .woocommerce-cart-form .actions .button {
        width: 100%;
        text-align: center;
    }

    .woocommerce-cart .woocommerce-cart-form .actions .coupon {
        flex-direction: row;
    }

    .woocommerce-cart .woocommerce-cart-form .actions .coupon label,
    #coupon_code,
    .coupon .button.wp-element-button,
    .woocommerce-cart .woocommerce-cart-form .actions .coupon button {
        width: 100% !important;
        text-align: left;
        word-break: normal;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .woocommerce-cart .woocommerce-cart-form .actions .coupon button {
        text-align: center;
    }

    .woocommerce-cart .woocommerce-cart-form .actions .coupon {
        height: auto
    }

    body .sicher-testen-usp-widget .st-usp-block.orange img {
        height: 35px !important;
        width: auto;
    }

    body .sicher-testen-usp-widget img {
        height: 40px !important;
        width: auto;
    }

    body div.sicher-testen-usp-widget .st-usp-block span {
        font-size: 11px;
        line-height: 17px
    }

    .page-layout-1column .block.upsell .products-grid .product-item {
        width: 46%
    }

    body div.sicher-testen-usp-widget .st-usp-block span {
        white-space: normal;
        word-break: break-all
    }

    body div.sicher-testen-usp-widget .st-usp-block.orange span {
        white-space: normal;
        word-break: break-all;
        font-size: 17px;
    }

    .single-product .site-main>.product>section.products.up-sells {
        padding: 0
    }

    body .product-image-container {
        width: 85px !important
    }

    body .product-item .product-image-wrapper {
        height: 75px
    }

    .product-image-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        width: 75px !important
    }

    body .product-item .product-image-wrapper img {
        width: 75px !important;
        height: auto
    }

    body .product-item .product-item-link,
    body .owl-item .banner-product-pill h2 {
        font-size: 1.22222222em
    }

    body.woocommerce-sorting-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    body.page-products .toolbar-sorter.sorter {
        padding-right: 0;
        width: 50%
    }

    body.woocommerce-sorting-wrapper .limiter {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 400px) {
    #subfooter .subfooter-right p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    body .product-image-container {
        width: 57px !important
    }



    body .product-item .product-image-wrapper {
        height: 47px
    }

    .product-image-wrapper img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        width: 47px !important
    }

    body .product-item .product-image-wrapper img {
        width: 47px;
        height: auto
    }
}

.catalog-category-view .block-viewed-products-grid,
.checkout-cart-index .block-viewed-products-grid {
    display: none
}

.catalog-category-view .sidebar-additional>p {
    display: none
}

.block-viewed-products-grid .block-title strong {
    font-size: 16px;
    text-transform: uppercase;
    color: #5a803f;
    border-bottom: 9px solid #a5ce4c;
    padding-bottom: 5px;
    width: 100%;
    display: block;
    padding-left: 10px
}

.block-viewed-products-grid .products-grid .product-item-info:hover,
.block-viewed-products-grid .products-grid .product-item-info.active {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.sidebar .block-viewed-products-grid .products-grid .product-item-info:hover .product-item-photo,
.sidebar .block-viewed-products-grid .products-grid .product-item-info.active .product-item-photo {
    left: unset;
    top: unset
}

.block-viewed-products-grid .product-items .product-item {
    padding: 0;
    margin: 0
}

.block-viewed-products-grid .regular-price,
.block-viewed-products-grid .product-item-actions,
.block-viewed-products-grid .product-item-description {
    display: none !important
}

.block-viewed-products-grid .product-image-container {
    width: 50px !important;
    height: 50px !important
}

.block-viewed-products-grid .product-item-name a {
    color: #5a803f;
    font-size: 14px
}

.block-viewed-products-grid .product-item-name a:hover {
    text-decoration: none
}

.block-viewed-products-grid .product-items .product-item {
    margin-bottom: 10px
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info .price-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info .price-box>.price-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 15px;
    border-right: 1px solid #ddd
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info .price-box .minimal-price-link {
    margin: 0;
    padding-left: 15px
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info .price-box .minimal-price-link .elex-ppct-after-text {
    display: none
}

.page-layout-1column .products-grid.products-related .product-item .product-item-info .price-box .minimal-price-link .price-wrapper {
    font-size: 22px;
    font-weight: 400
}

.page-layout-1column .products-grid.products-upsell .product-item .minimal-price-link {
    display: none
}

.banner-product-pill {
    padding: 30px;
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, .95)
}

.banner-product-pill h1 {
    font-size: 34px;
    font-weight: 600;
    color: #f07934;
    margin-bottom: 14px
}

.banner-product-pill p {
    font-size: 18px;
    color: #383232
}

.banner-product-pill .button,
.product-item-details .banner-more-info {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 20px;
    line-height: 3.57142857em;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important;
    background-color: #5a803f !important;
    border-color: #5a803f !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px
}

.block .product-item-details p:last-child {
    margin-bottom: 1rem !important
}

.banner-product-pill .button:hover,
.product-item-details .banner-more-info:hover {
    color: #5a803f !important;
    background-color: #a5ce4c !important;
    border-color: #a5ce4c !important
}

.catalogsearch-result-index dl.block {
    display: none
}

.catalogsearch-result-index .page-title span {
    text-transform: uppercase
}

.catalogsearch-result-index .filter-options-content {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #ccc
}

@media (min-width: 768px) {
    .catalogsearch-result-index .filter-options-content {
        display: block !important
    }

    .catalogsearch-result-index .filter-options-title:after {
        display: none !important
    }
}

.catalogsearch-result-index .filter .block-subtitle {
    font-weight: 300;
    font-size: 21px;
    color: #5a803f;
    text-transform: uppercase;
    border-bottom: 9px solid #a5ce4c;
    display: inline-block;
    padding: 0 40px 0 10px;
    line-height: 2em;
    margin-bottom: 14px
}

.catalogsearch-result-index .filter-options-title {
    margin: 0;
    margin-bottom: 10px;
    color: #5a803f;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: 400;
    margin-bottom: 0;
    padding: 7px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    position: relative;
    background-color: #eeeaea;
    display: block;
    text-transform: none;
    border-bottom: 0
}

.catalogsearch-result-index .filter-options-item {
    padding: 0
}

.catalogsearch-result-index .filter-content .item {
    margin-bottom: 5px;
    margin-top: 0
}

.catalogsearch-result-index .filter-options-content a {
    color: #f69f50
}

.catalogsearch-result-index .filter-options-content a:hover {
    color: #f07934;
    background-color: transparent;
    text-decoration: underline
}

body.page-products.catalogsearch-result-index .sidebar.sidebar-main {
    padding-left: 20px
}

.catalogsearch-result-index .block-title.filter-title {
    display: none
}

.catalogsearch-result-index .filter-options {
    display: block
}

@media (max-width: 768px) {
    body.page-products.catalogsearch-result-index .sidebar.sidebar-main {
        padding-left: 0
    }

    .price-box.price-final_price .price-container.price-final_price.tax.weee:nth-child(1) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalogsearch-result-index.page-products .columns {
        padding-top: 0
    }

    .catalogsearch-result-index .page-products .page-wrapper .page-title-wrapper .page-title {
        padding: 0
    }

    .cms-kontakt .site-main>div {
        flex-direction: column
    }

    .product.name.product-item-name {
        padding-top: 0 !important;
    }

    .product-list .product.details.product-item-details .price {
        width: 100%;
    }

    .product-list .woocommerce-Price-amount.amount {
        display: inline-block;
    }

    .summary.entry-summary .price_result {
        display: initial
    }

    .elex-ppct-after-text {
        margin: 12px 0 0 13px;
    }

    .product-list .price_result,
    .single-product .price_result {
        display: initial;
    }

    .product-list .bulk_table {
        padding-top: 5px;
    }

    .product_title_wrapper .product_title.entry-title,
    .single-product .product-gallery-summary .entry-summary {
        margin: 0;
    }

    form.cart .quantity {
        max-width: 22% !important;
    }

    .single-product .wdp_bulk_table_content {
        border-left: none;
        display: initial
    }

    .single-product .product-gallery-summary .price {
        margin-bottom: 0;
    }


    .woocommerce-product-gallery__image.flex-active-slide {
        text-align: center;
    }

    .flex-control-nav.flex-control-thumbs {
        margin-left: 20px;
    }

    .site-main,
    .site-main.no-sidebar {
        padding: 10px !important;
    }

    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        align-items: center;
        justify-content: center;
    }

    .cms-kontakt .content-wrap,
    .elementor-element-e929bd5 {
        order: 1;
        padding-left: 0
    }

    #contact-form,
    .elementor-element-5039737 {
        order: 2;
        padding: 0;
        box-sizing: border-box
    }
}

.login-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.login-container:before,
.login-container:after {
    display: none !important
}

.login-container .action.primary,
.form-create-account .action.primary,
.checkout-wrapper .button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 20px;
    line-height: 3.57142857em;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #5a803f;
    border-color: #5a803f;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px
}

.login-container .action.primary:hover,
.form-create-account .action.primary:hover,
.checkout-wrapper .button:hover {
    color: #5a803f;
    background-color: #a5ce4c;
    border: 1px solid transparent;
    border-color: #a5ce4c
}

.login-container .fieldset:before {
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.2rem
}

.login-container .fieldset:after {
    display: none
}

.login-container .block .block-title strong {
    font-size: 30px;
    color: #383232
}

.login-container .fieldset:before {
    display: none
}

.login-container .block .block-title {
    border-bottom: 0;
    margin-bottom: 0
}

.login-container p.required,
.form-create-account p.required {
    color: red;
    float: right
}

.login-container .block-customer-login .fieldset>.field>.control {
    width: 100%
}

.login-container .benefits li {
    font-style: italic;
    font-family: inherit;
    font-size: 14px;
    color: #939191;
    margin-bottom: 5px
}

.login-container .actions-toolbar>.primary {
    width: 50%
}

.login-container .actions-toolbar>.primary .action {
    width: 100%
}

.login-container .form-instructions,
.login-container .field.note {
    font-style: italic;
    font-family: inherit;
    font-size: 16px;
    color: #a0a0a0
}

.login-container input[type=email],
.login-container input[type=password],
.form-create-account input[type=email],
.form-create-account input[type=password],
.form-create-account input[type=text],
.form-create-account select {
    display: block;
    width: 100%;
    padding: 0 12px;
    font-size: 1em;
    line-height: 2.88888889em;
    color: #696969;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    height: 52px
}

.login-container input:focus,
.form-create-account input:focus,
.form-create-account select:focus {
    border-color: #f69f50;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.login-container .fieldset>.field>.label,
.form-create-account .fieldset>.fields>.field>.label,
.form-create-account .fieldset>.field>.label {
    font-size: 16px
}

.form-create-account .legend {
    display: none
}

.form-create-account select {
    -webkit-appearance: listbox
}

.form-create-account .fieldset {
    margin: 0;
    width: 100%
}

.customer-account-create .page-main .form-create-account.form.create.account {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.login-container .action.remind {
    font-size: 18px
}

.form-create-account .form-create-account .fieldset br {
    display: none
}

@media (max-width: 768px) {
    .login-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .login-container .block.block-customer-login,
    .login-container .block.block-new-customer {
        width: 100%
    }
}

.login-container #remember-me-box,
.form-create-account #remember-me-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 15px
}

.form-create-account #remember-me-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.login-container .fieldset>.field.choice .label,
.form-create-account .fieldset>.field.choice .label {
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px
}

.login-container .tooltip.wrapper .tooltip.toggle,
.form-create-account .tooltip.wrapper .tooltip.toggle {
    color: #f69f50;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline
}

.form-create-account .fieldset.create.account:after {
    display: none
}

.login-container .tooltip.wrapper .tooltip.content,
.form-create-account .tooltip.wrapper .tooltip.content {
    right: 0;
    left: unset
}

.login-container .tooltip.wrapper .tooltip.content:before,
.login-container .tooltip.wrapper .tooltip.content:after,
.form-create-account .tooltip.wrapper .tooltip.content:before,
.form-create-account .tooltip.wrapper .tooltip.content:after {
    right: 15px;
    left: unset
}

.tinyCheck {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    line-height: 20px
}

.tinyCheck input {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 2;
    border: medium none;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.tinyCheck ins {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    cursor: pointer
}

.tinyCheck.custom-radio input[type=radio]+ins,
.payment-method-title input[type=radio]+label:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #b8b8b8;
    position: absolute;
    left: -5px;
    cursor: pointer
}

.payment-method-title {
    position: relative
}

.payment-method-title input[type=radio] {
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    display: inline-block !important
}

.tinyCheck.custom-radio input[type=radio]:checked+ins,
.payment-method-title input[type=radio]:checked+label:before {
    content: "";
    border-color: #5a803f;
    background: #a5ce4c
}

.tinyCheck.custom-checkbox ins {
    background: #fff;
    border: 1px solid #b8b8b8
}

.tinyCheck.custom-checkbox.checked ins,
.tinyCheck.custom-checkbox input[type=checkbox]:checked+ins {
    border-color: #b8b8b8;
    background: #a5ce4c
}

.tinyCheck.custom-checkbox.checked ins:after,
.tinyCheck.custom-checkbox.checked ins:before,
.tinyCheck.custom-checkbox input[type=checkbox]:checked+ins:after,
.tinyCheck.custom-checkbox input[type=checkbox]:checked+ins:before {
    content: " ";
    display: block;
    width: 80%;
    height: 2px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 10%;
    margin-top: -1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tinyCheck.custom-checkbox.checked ins:after,
.tinyCheck.custom-checkbox input[type=checkbox]:checked+ins:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.catalog-category-view .sidebar-main {
    display: none
}

.checkout-cart-index .cart-summary {
    padding: 15px;
    background-color: #eeeaea;
    border: 1px solid #ccc
}

.checkout-cart-index .cart-summary .summary.title {
    display: none
}

.checkout-cart-index .cart-summary #block-shipping {
    display: none
}

.coupon-action-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.coupon-action-wrap .control {
    width: 100%
}

.block.discount .content {
    display: block !important
}

.block.discount>.title {
    border-top: 0;
    width: 100%;
    padding: 0
}

.block.discount>.title strong {
    padding: 0 0 10px;
    border-bottom: 2px solid #a5ce4c;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px
}

.cart-summary .block>.title:after {
    display: none !important
}

#discount-coupon-form .fieldset.coupon .field .label {
    font-size: 14px;
    font-weight: 400;
    color: #696969
}

.coupon-action-wrap input[type=text] {
    display: block;
    width: 100%;
    padding: 0 12px;
    font-size: 1em;
    line-height: 2.88888889em;
    color: #696969;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    height: 52px
}

.coupon-action-wrap input[type=text]:focus {
    border-color: #f69f50;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.coupon-action-wrap .actions-toolbar .action.apply.primary {
    color: #fff;
    background-color: #5a803f;
    border-color: #5a803f;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 20px;
    font-size: 14px;
    line-height: 3.57142857em;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 52px
}

.payment-methods img {
    max-height: 30px
}

.checkout-cart-index .page-title span {
    text-transform: uppercase
}

.checkout-cart-index .product-image-container {
    width: 80px !important
}

.checkout-cart-index .product-item-name a,
.checkout-cart-index .product-item-name a:visited {
    color: #4e6f37;
    font-weight: 600
}

.checkout-cart-index .product-item-name a:hover {
    text-decoration: none
}

.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
    font-size: 16px;
    font-weight: 600;
    color: #636363;
    text-transform: uppercase
}

.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
    display: block;
    width: 52px;
    height: 52px;
    float: right;
    padding: 0 12px;
    font-size: 1em;
    line-height: 2.88888889em;
    color: #696969;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    margin: 0
}

input[name="street[0]"] {
    margin-bottom: 10px
}

.checkout-cart-index .cart.table-wrapper .col.qty .input-text:focus {
    border-color: #f69f50;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.checkout-cart-index .cart.table-wrapper .cart tbody td {
    vertical-align: top
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar>.action-edit {
    display: none
}

.checkout-cart-index .cart-container .form-cart .actions.main .continue,
.checkout-cart-index .cart-container .form-cart .actions.main .clear,
.checkout-cart-index .cart-container .form-cart .actions.main .update {
    display: block;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 52px;
    padding: 0 20px;
    border-radius: 0
}

.checkout-cart-index .cart-container .form-cart .actions.main .continue {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.checkout-cart-index .cart-container .form-cart .actions.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.checkout-cart-index .cart-container .form-cart .actions.main .clear {
    color: #d52b1e
}

.checkout-cart-index .cart-container .form-cart .actions.main .continue,
.checkout-cart-index .cart-container .form-cart .actions.main .update {
    color: #5a803f
}

.checkout-cart-index .cart-container .form-cart .actions.main .continue:hover,
.checkout-cart-index .cart-container .form-cart .actions.main .clear:hover,
.checkout-cart-index .cart-container .form-cart .actions.main .update:hover {
    border-color: #a5ce4c
}

.checkout-cart-index .cart-summary .block .actions-toolbar>.primary .action.primary,
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
    color: #fff;
    background-color: #5a803f;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 40px;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    margin: 0;
    line-height: 52px
}

.checkout-cart-index .cart-summary .block .actions-toolbar>.primary .action.primary:hover,
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout:hover {
    color: #5a803f;
    background-color: #a5ce4c;
    border-color: #a5ce4c
}

.coupon-action-wrap input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.coupon-action-wrap input[type=text]:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.coupon-action-wrap input[type=text]::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.coupon-action-wrap input[type=text]:-ms-input-placeholder {
    color: #fff
}

.checkout-cart-index .cart-totals tbody .shipping .mark>.value {
    display: none
}

.checkout-cart-index .cart-totals tbody .mark,
.checkout-cart-index .cart-totals tfoot .mark,
.checkout-cart-index .cart-totals tbody .amount {
    text-align: right;
    font-size: 14px;
    text-transform: uppercase;
    color: #636363;
    padding: 2px 0
}

.checkout-cart-index .cart-totals .grand .mark,
.checkout-cart-index .cart-totals .grand .amount {
    font-size: 24px;
    font-weight: 400;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 10px
}

.checkout-cart-index .cart-totals .grand .amount strong,
.checkout-cart-index .cart-totals .grand .mark strong {
    font-weight: 400
}

.checkout-cart-index .table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-direction: column
}

.checkout-cart-index .table-wrapper .data.table.totals {
    width: 70%;
    text-align: right
}

@media (min-width: 768px) {
    .checkout-index-index .nav-toggle {
        display: none
    }
}

.checkout-index-index .block-search input {
    height: 50px
}

.checkout-index-index .opc-wrapper .form-login,
.checkout-index-index .opc-wrapper .form-shipping-address {
    max-width: 100%
}

.checkout-index-index #shipping-new-address-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.checkout-index-index #shipping-new-address-form>.field:first-child {
    width: 20%;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.checkout-index-index #shipping-new-address-form>.field:nth-child(2),
.checkout-index-index #shipping-new-address-form>.field:nth-child(3) {
    width: 40%;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.checkout-index-index #shipping-new-address-form>.field:nth-child(6),
.checkout-index-index #shipping-new-address-form>.field:nth-child(7),
.checkout-index-index #shipping-new-address-form>.field:nth-child(8),
.checkout-index-index #shipping-new-address-form>.field:nth-child(9) {
    width: 50%;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px
}

.checkout-index-index .action.primary,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary {
    margin-bottom: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #5a803f;
    border-color: #5a803f;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0
}

.checkout-index-index .action.primary:hover,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary:hover {
    color: #5a803f;
    background-color: #a5ce4c;
    border-color: #a5ce4c
}

.checkout-index-index .control {
    position: relative
}

.checkout-index-index .control .field .message.warning {
    position: absolute;
    width: auto;
    top: 50px
}

.checkout-payment-method .payment-option-title .action-toggle:after {
    display: none
}

.checkout-payment-method .payment-option._collapsible .payment-option-title {
    font-size: 16px;
    color: #383832;
    padding: 15px 0
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #383832;
    font-weight: 600
}

.checkout-payment-method .payment-option-content .form-discount {
    max-width: 100%
}

.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: block !important;
    padding: 0;
    width: 100%
}

.table-checkout-shipping-method {
    font-size: 18px
}

.methods-shipping .actions-toolbar .action.primary {
    font-size: 14px
}

.billing-address-same-as-shipping-block label {
    margin-left: 30px
}

.checkout-payment-method .billing-address-form {
    max-width: 100%
}

.checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

.checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper .field {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 5px;
    margin-bottom: 20px
}

.checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper fieldset .control .field {
    padding: 0
}

.checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:first-child {
    width: 20%
}

.checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:nth-child(2),
.checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:nth-child(3) {
    width: 40%
}

.checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:nth-child(6),
.checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:nth-child(9),
.checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:nth-child(10),
.checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:nth-child(11) {
    width: 50%
}

.checkout-index-index select:after {
    content: "\f107";
    font-family: 'FontAwesome'
}

.checkout-index-index select {
    /*-webkit-appearance: auto;*/
    cursor: pointer
}

.checkout-payment-method .checkout-billing-address .primary .action-update {
    background: #a5ce4c;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    margin-left: 15px
}

.checkout-payment-method .checkout-billing-address .primary .action-cancel {
    color: #f07934;
    border: 1px solid #f07934;
    padding: 10px 20px;
    margin: 0;
    line-height: 1;
    font-weight: 700
}

.checkout-payment-method .checkout-billing-address .primary .action-cancel:hover {
    background-color: #f07934;
    text-decoration: none;
    color: #fff
}

.checkout-payment-method .checkout-billing-address .primary .action-update:hover {
    background-color: #5a803f
}

.checkout-onepage-success .action.primary {
    font-weight: 700;
    color: #fff;
    line-height: 2.85714286em;
    border: medium none;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    position: relative;
    background: #a5ce4c;
    -webkit-transition: all 50ms linear;
    -o-transition: all 50ms linear;
    transition: all 50ms linear;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0
}

.checkout-onepage-success .action.primary:hover {
    background: #5a803f
}

.authentication-wrapper {
    display: none !important
}

.checkout-index-index .form-shipping-address .fieldset>.field,
.checkout-index-index .opc-wrapper .form-login {
    padding: 0 5px
}

select option:empty {
    display: none
}

.product-image-wrapper img {
    background-color: #fff
}

.field-tooltip {
    top: 11px
}

.checkout-billing-address .action.action-edit-address {
    margin-top: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: #f07934;
    color: #fff;
    font-weight: 400;
    border-radius: 0
}

.block.block-reorder {
    display: none
}

@media (max-width: 768px) {
    .minicart-items .product>.product-item-photo {
        width: auto
    }

    .checkout-payment-method .payment-option {
        padding: 0 15px
    }

    .checkout-index-index .opc-wrapper {
        margin-top: 30px
    }

    .opc-estimated-wrapper {
        display: none
    }

    .wc-block-mini-cart__button:hover {
        background: 0 0
    }

    .checkout-index-index #shipping-new-address-form>.field:first-child,
    .checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:first-child {
        width: 25%
    }

    .checkout-index-index #shipping-new-address-form>.field:nth-child(2),
    .checkout-index-index #shipping-new-address-form>.field:nth-child(3),
    .checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:nth-child(2),
    .checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:nth-child(3) {
        width: 37.5%
    }

    .checkout-payment-method .billing-address-same-as-shipping-block {
        margin-bottom: 30px
    }

    .checkout-index-index .checkout-payment-method .billing-address-details {
        max-width: 100%
    }

    .checkout-payment-method .checkout-billing-address .primary .action-update {
        margin-left: 0
    }
}

@media only screen and (max-width: 639px) {

    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address,
    .opc-wrapper .methods-shipping {
        background: 0 0;
        margin: 0
    }

    .checkout-index-index #shipping-new-address-form>.field:first-child,
    .checkout-index-index #shipping-new-address-form>.field:nth-child(2),
    .checkout-index-index #shipping-new-address-form>.field:nth-child(3),
    .checkout-index-index #shipping-new-address-form>.field:nth-child(6),
    .checkout-index-index #shipping-new-address-form>.field:nth-child(7),
    .checkout-index-index #shipping-new-address-form>.field:nth-child(10),
    .checkout-index-index #shipping-new-address-form>.field:nth-child(11),
    .checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:first-child,
    .checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:nth-child(2),
    .checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:nth-child(3),
    .checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:nth-child(6),
    .checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:nth-child(9),
    .checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:nth-child(10),
    .checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper>.field:nth-child(11) {
        width: 100%
    }

    .opc-wrapper .form-shipping-address {
        padding: 0
    }

    .table-checkout-shipping-method tbody td {
        padding: 0 5px;
        font-size: 14px
    }
}

.catalogsearch-result-index.page-products .page-wrapper .page-title-wrapper .page-title {
    padding: 0
}

.toolbar-products .pages {
    display: block !important;
    order: 1;
    align-self: flex-start;
    float: left;
    margin-right: auto;
    margin-bottom: 0
}

.main-menu ul li.menu-item-has-children.menu-item-object-product_cat>a {
    pointer-events: all
}

.product-cart-sku {
    font-style: italic
}

.product-cart-sku .label {
    display: block;
    font-style: italic;
    font-weight: 700;
    color: #636363
}

.checkout-cart-index .cart-container .form-cart .action.primary.checkout {
    color: #fff;
    background-color: #5a803f;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 40px;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    margin: 0;
    line-height: 52px;
    width: 100%;
    margin-top: 15px
}

.checkout-cart-index .cart-container .form-cart .action.primary.checkout:hover {
    color: #5a803f;
    background-color: #a5ce4c;
    border-color: #a5ce4c
}

.coupon-action-wrap div.mage-error {
    position: absolute
}

.toolbar-products .pages a.page {
    padding: 8px;
    background: #fff;
    line-height: 1
}

.toolbar-products .pages a.page,
.toolbar-products .pages a.page:visited {
    color: #f07934
}

.toolbar-products .pages strong.page {
    background: #f07934;
    font-size: 1.2rem;
    padding: 8px;
    line-height: 1;
    color: #fff
}

.checkout-index-index .table-checkout-shipping-method tbody tr td:not(.col-method) {
    padding: 0
}

.checkout-index-index .table-checkout-shipping-method tbody tr td.col-price {
    padding-left: 10px
}

.checkout-index-index .table-checkout-shipping-method tbody tr td.col-carrier {
    display: block;
    padding: 0;
    font-weight: 700;
    padding-top: 10px
}

.checkout-index-index .table-checkout-shipping-method tbody tr td:last-child {
    display: block;
    padding: 0
}

body.checkout-onepage-success #maincontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

body.checkout-onepage-success #maincontent .actions-toolbar {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

body.checkout-onepage-success #maincontent .actions-toolbar .primary a.action {
    margin: 0
}

body.checkout-onepage-success #maincontent .page-title span {
    text-transform: uppercase
}

body.checkout-onepage-success #maincontent p {
    font-size: 16px
}

.form-create-account .fieldset-fullname .fields .field.field-name-prefix {
    min-width: 130px
}

.g-recaptcha {
    margin-bottom: 15px
}

.filter-options-content .count {
    padding: 0
}

.checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper .field:nth-child(6) {
    order: 2
}

.checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper .field:nth-child(9) {
    order: 1
}

.checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper .field:nth-child(10) {
    order: 3
}

.checkout-payment-method .billing-address-form .fieldset .form-flex-wrapper .field:nth-child(11) {
    order: 4
}

@media(max-width: 767px) {
    .form-create-account select {
        -webkit-appearance: none !important;
        background: #fff url(/wp-content/themes/bitiga-child/images/select-bg.svg) no-repeat 100% 45% !important
    }
}

body.checkout-index-index #shipping-new-address-form>.field:first-child {
    width: 26% !important
}

.checkout-index-index .form-shipping-address .fieldset>.field,
.checkout-index-index .opc-wrapper .form-login {
    box-sizing: border-box !important
}

.field .control._with-tooltip input {
    margin-bottom: 20px !important
}

#shipping-new-address-form div[name="shippingAddress.postcode"],
#shipping-new-address-form div[name="shippingAddress.city"],
#shipping-new-address-form div[name="billingAddressshared.postcode"] {
    width: 50% !important
}

.field .control._with-tooltip input {
    width: 100% !important
}

.field-tooltip {
    right: 12px !important
}

@media(max-width: 767px) {
    body.checkout-index-index #shipping-new-address-form>.field:nth-child(2) {
        width: 74% !important
    }

    .checkout-index-index #shipping-new-address-form>.field:nth-child(3),
    .checkout-index-index #shipping-new-address-form>.field:nth-child(7),
    #shipping-new-address-form div[name="shippingAddress.postcode"],
    #shipping-new-address-form div[name="shippingAddress.city"] {
        width: 100% !important
    }

    #block-discount,
    .cart-summary {
        max-width: 100%;
        box-sizing: border-box
    }

    body .sidebar .sicher-testen-usp-widget {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .botiga-site-layout-default .container {
        padding: 0 10px
    }

}

.minicart-actions .cart-link {
    margin-left: 4%
}

.minicart-actions .cart-link,
.minicart-actions .checkout-types {
    display: block;
    float: left;
    width: 48%;
    padding: 0
}

.minicart-wrapper .block-minicart li {
    list-style: none
}

.minicart-actions .cart-link a {
    display: block;
    text-align: center;
    border-radius: 4px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #e96010;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%
}

#top-cart-btn-checkout {
    background: #5a803f;
    padding: 0;
    font-size: 15px;
    width: 100%
}

#top-cart-btn-checkout:hover {
    background: #a5ce4c
}

.price-container .price-wrapper {
    display: inline-block
}

.minicart-items .product-item-details .price {
    font-size: 1.7rem;
    font-weight: 600
}

@media (min-width: 768px) {
    .header.panel>.header.links {
        margin-top: 5px
    }

    .product.description.product-item-description,
    .product.description.product-item-description p {
        font-size: 16px;
        color: #333;
        line-height: 17.6px;
    }

}

.header.panel>.header.links>li {
    padding-top: 5px
}



pre {
    padding: 0
}

.product-item {
    font-size: 1.6rem !important
}

.checkout-cart-index div.cart-summary {
    position: initial;
    width: auto !important
}


.bhfb-component-widget2 .widget-column {
    display: flex;
    align-items: center;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before,
.post-type-archive ul.products .product-category {
    display: none;
}

.content-wrapper {
    margin-top: 0;
    margin-bottom: 0
}

.bhfb-main_footer_row {
    padding-top: 9px;
}

.wcpscwc-product-slider-wrap span.price,
.wcpscwc-product-slider-wrap .product-item-inner,
.wcpscwc-product-slider-wrap .action.more {
    display: none !important;
}

@media (min-width: 992px) {
    .bhfb-main_footer_row {
        min-height: inherit !important;
    }
}

body.home .breadcrumbs,
#block-9,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
#billing_company_field span.optional,
#billing_phone_field span.optional,
#shipping_company_field span.optional,
#shipping_phone_field span.optional,
.woocommerce-shipping-totals.shipping .woocommerce-shipping-destination,
.woocommerce-shipping-totals.shipping .woocommerce-shipping-calculator {
    display: none;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px 0;
}


.owl-stage-outer .product-item .product-item-info {
    padding: 30px;
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, .95);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-stage-outer .product-item {
    background: none !important;
    padding: 0 !important;
}


.woocommerce-sorting-wrapper select {
    padding: 0 25px 0 10px;
    /*font-size: 1rem;*/
}

form.cart .quantity {
    max-width: 20%;
}

.banner-product-pill h1 {
    margin-top: 0;
}

#primary .sa_owl_theme .owl-dots {
    bottom: -35px !important;
}

#block-42,
#block-41,
#block-40 {
    margin: 0;
    padding: 0
}

p {
    color: #000
}

.footer-widget figure {
    margin: 0
}

.page-title span {
    font-weight: 300;
    font-size: 30px;
    color: #5a803f;
    text-transform: none;
    border-bottom: 9px solid #a5ce4c;
    display: inline-block;
    padding: 0 40px 0 10px;
    line-height: 2em;
}

.single-product div.product .gallery-vertical .flex-control-thumbs,
.single-product div.product .gallery-showcase .flex-control-thumbs {
    order: 2
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 7.4em;
}

h4 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}


.woocommerce-cart .woocommerce-cart-form .actions .coupon label {
    display: block !important;
    padding: 12px;
    width: 40%;
}

#coupon_code,
.coupon .button.wp-element-button {
    max-height: 53px;
}

.coupon .button.wp-element-button {
    width: 40%;
    min-width: 250px;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon {
    align-items: center;
    justify-content: center;
}

.checkout-wrapper .woocommerce-shipping-totals>th {
    display: block !important;
    border: 0;
}

.checkout-wrapper .woocommerce-shipping-totals>td:before {
    content: '' !important;
    display: none
}

.checkout-wrapper #shipping_method {
    text-align: right !important;
    position: relative;
}

.checkout-wrapper #shipping_method>li {
    padding: 0 !important;
}

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

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    /*max-width: 185px;*/
    /*max-height: 185px;*/
    background: #fff;
}

.woocommerce-cart thead tr th {
    padding: 16px 0;
    font-weight: 600;
}

#billing_postcode_field {
    width: 21.2%;
    display: inline-block;
    margin-right: 3.8%;
    display: inline-block;
}

#billing_city_field {
    width: 75%;
    display: inline-block;
}

ul.products li.product img {
    max-height: 185px;
    margin: auto;
    width: auto;
}

/*#customer_details .col-1 input:not([type="checkbox"]), #customer_details .col-2 input:not([type="checkbox"]) {*/
/*    width: 100%;*/
/*    font-size: 1.8rem;*/
/*}*/
.wcpscwc-product-slider-wrap ul.products li.product img {
    max-height: 120px;
}

.wcpscwc-product-slider ul.products li.product {
    border: 0;
    width: 50%;
    margin-bottom: 3px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.slick-list .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    width: 95px;
    margin: 15px !important;
}

.wcpscwc-product-slider .slick-slide img {
    height: auto !important;
    margin: auto;
    width: auto;
}

.slick-slider .product.name.product-item-name,
.slick-slider .product.description.product-item-description {
    /*width: 70% !important;*/
    /*max-height: 85px;*/
    /*max-height: 71px;*/
    /*overflow: hidden !important;*/
}

/*.product.name.product-item-name,*/
/*.product.description.product-item-description {width: 70% !important; }*/


.product.name.product-item-name {
    padding-top: 0;
    margin-top: -8px;
    width: 100%;
}

.wcpscwc-product-slider-wrap .product-item-link {
    font-size: 20px !important;
    color: #5a803f;
    line-height: 24px;
    font-weight: 100;
}

/*.wcpscwc-product-slider ul.products li.product{display: grid!important;*/
/*grid-template-columns: 30% 1fr;*/
/*grid-gap: 10px}*/

/*.woocommerce-LoopProduct-link.woocommerce-loop-product__link {*/
/*    width: 120px;*/
/*    grid-column: 1;*/
/*    grid-row: 1 / span  2;*/
/*    background: gold*/
/*}*/



/*.product.description.product-item-description,*/
/*.product.description.product-item-description p{font-size: 14px; color:#333;*/
/*    line-height: 16.8px;}*/
.wc-block-components-product-badge {
    display: none
}

.product.description.product-item-description p {
    margin: 0 !important;
}

button,
a.button,
.wp-block-button .wp-block-button__link,
.wp-block-button__link,
.wp-block-search .wp-block-search__button,
input[type="button"],
input[type="reset"],
.comments-area .comment-reply-link,
.botiga-sc-product-quantity {
    background-color: #e96010 !important;
    border-color: #e96010 !important;
}



@media (max-width: 991px) {
    .product-gallery-summary .botiga-single-addtocart-wrapper .button {
        width: auto !important;
    }
}

.checkout-wrapper table tr.order-total td {
    width: 35%;
}

.checkout-wrapper table tr.order-total td strong {
    display: block;
}

.checkout-wrapper .order-total .includes_tax .amount {
    font-size: 1.0rem;
}

.woocommerce-price-suffix {
    color: #7e7e7e;
}

.single-product .woocommerce-price-suffix {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 26px 0 0 13px;
}

address {
    margin: 0;
}

.wc-block-mini-cart__template-part {
    font-size: 16px;
}

.woocommerce-cart-form th {
    font-size: small;
}

.woocommerce-cart-form .quantity .qty,
.woocommerce-cart .woocommerce-cart-form .actions .button,
.woocommerce-cart .cart_totals th {
    font-size: inherit;
}

body,
button,
input,
select,
optgroup,
textarea {
    font-size: 1.6rem;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 95px;
    height: 95px !important;
    border: 1px solid #d1d1d1;
    text-align: center;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img:hover,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
    border: none;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: auto;
    height: auto;
    max-height: 95px;
}

.woocommerce-product-attributes-item__label {
    font-size: 1.8rem
}

.woocommerce {
    padding: 0 !important;
}

.woocommerce-form__label-for-checkbox span:not(.required):after {
    width: 2rem;
    height: 2rem;
}

.woocommerce-form__label-for-checkbox span:not(.required):before {
    width: 1rem;
    height: 1rem;
}

.woocommerce-form__label-for-checkbox span:not(.required) {
    font-size: 18px;
    padding-left: 2.6rem;
}

img.wp-post-image {
    max-height: 360px !important;
    width: auto;
}

.woocommerce-product-gallery__image.flex-active-slide {
    width: 360px;
    height: 360px;
    background: #fff;
    text-align: center;
}


.flat-list li:nth-child(1) {
    order: 2
}

.flat-list li:nth-child(2) {
    order: 1
}

.flat-list li:nth-child(3) {
    order: 5
}

.flat-list li:nth-child(4) {
    order: 6
}

.flat-list li:nth-child(5) {
    order: 3
}

.flat-list li:nth-child(6) {
    order: 4
}

.flat-list li:nth-child(7) {
    order: 7
}


.wc-proceed-to-checkout a {
    background-color: #5a803f !important;
    border-color: #5a803f !important;
}

button.button.wp-element-button[name="update_cart"],
button.button.wp-element-button[name="apply_coupon"] {
    background: #a5ce4c;
    border-color: #a5ce4c;
}

.checkout-wrapper .cart-subtotal .amount,
.checkout-wrapper .order-total .amount,
.checkout-wrapper .order-total .includes_tax .amount {
    font-size: inherit;
    font-weight: inherit
}

.checkout-wrapper #shipping_method>li {
    width: 250px;
    position: absolute;
    right: 0;
}


ul.wc-block-grid__products li.wc-block-grid__product,
ul.wc-block-grid__products li.product,
ul.products li.wc-block-grid__product,
ul.products li.product.product-item-name {
    text-align: left !important;
}

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
    color: #ff2a00;
    display: block !important;
    font-weight: bold;
}

.grecaptcha-badge {
    visibility: hidden;
}

.widget-column {
    display: flex;
    align-items: center;
}

.bhfb-main_footer_row .bhfb-column {
    justify-content: center !important;
}

.product-item-name>a {
    font-size: 24px;
    line-height: normal;
    font-weight: 100;
    color: #4e6f37;
}

.product-list ul.products li.product .row .col-md-8 {
    padding-left: 0;
}

.product.description.product-item-description {
    margin-top: 7px;
    margin-bottom: 21px;
    font-weight: 100;
}

.loop-button-wrap.button-layout1.button-width-auto {
    display: flex;
    flex-wrap: wrap;
}

.loop-button-wrap.button-layout1.button-width-auto .price {
    width: 50%;
}

.loop-button-wrap.button-layout1.button-width-auto .actions-primary {
    width: 50%;
    text-align: right;
}

ul.products li.product {
    padding: 23px;
}

ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap,
ul.wc-block-grid__products li.product .loop-image-wrap,
ul.products li.wc-block-grid__product .loop-image-wrap,
ul.products li.product .loop-image-wrap {
    margin: 0 !important;
}

button,
a.button,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    letter-spacing: 2px !important;
}

.wc-block-mini-cart__button {
    background: #f07934 !important;
}


button:hover,
a.button:hover,
.wp-block-button__link:hover,
.wp-block-search .wp-block-search__button:hover,
input[type=\"button\"]:hover,
input[type=\"reset\"]:hover,
input[type=\"submit\"]:hover {}

button:hover,
a.button:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button__link:hover,
.wp-block-search .wp-block-search__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.comments-area .comment-reply-link:hover {
    background-color: #757575 !important;
    color: #FFF !important;
    border-color: #757575 !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: transparent !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    color: black !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: transparent !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    color: black !important;
}

.owl-dots button {
    background: none !important;
    border: none !important;
}

.price_result {
    text-align: left;
}

.loop-price-inline.text-sm-left {
    display: flex;
    align-items: flex-end;
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear;
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-transform: none;
}

.components-button.wc-block-components-button.wp-element-button.wc-block-components-drawer__close.contained.has-text.has-icon {
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0;
    opacity: 1;
    margin: 0;
    padding: 10px 15px !important;
    position: absolute !important;
    right: 0;
    top: 0;
    color: #333 !important;
}

.components-button.wc-block-components-button.wp-element-button.wc-block-components-drawer__close.contained.has-text.has-icon:hover {
    color: #5a803f !important;
    background-color: #a5ce4c !important;
    border-color: #a5ce4c !important;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    background-color: #e96010 !important;
    border-color: #e96010 !important;
    color: #fff !important;
    text-decoration: none;
    opacity: 1;
    padding: 13px 24px !important;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.wc-block-components-notice-banner.is-success {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5efe5 !important;
    border: 0;
}

.wc-block-components-button:not(.is-link) {
    border-radius: 0;
}

@media (max-width: 770px) {

    /* Style for the icon */
    .menu-item-has-children>a:after {
        content: "\f107";
        /* Font Awesome chevron-down icon */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-left: 5px;
        /* Adjust as needed */
    }

    /* Style to rotate icon when submenu is open */
    .menu-item-has-children.open>a:after {
        transform: rotate(90deg);
    }

    body .main-menu ul li.menu-item-has-children ul {
        background: #a5ce4c;
        border: 0;
    }

    .main-menu .menu-item-has-children ul li {
        border: 0;
    }

    body .sections.nav-sections.b4 .section-items.nav-sections-items .main-menu ul li.menu-item-has-children li a {
        color: #5a8744 !important;
    }

    .main-menu ul li.menu-item-has-children>a {
        pointer-events: all !important;
    }

    body .main-menu ul li.menu-item-has-children:hover li a,
    body .main-menu ul li:hover {
        background: transparent !important;
    }


}




@media (max-width: 770px) {
    body .header.content {
        align-items: center;
    }

    body .header.content .action.nav-toggle {
        background-image: url(https://www.sicher-testen.ch/wp-content/uploads/2024/04/hamburger.png);
        width: 36px;
        height: 36px;
        background-size: cover;
        margin-left: 20px;
        z-index: 999;
    }
}

.single-product.no-single-breadcrumbs .woocommerce-notices-wrapper:not(:empty) {
    margin-bottom: 30px;
    margin-top: 0;
}


/* Cart totals */

.woocommerce-cart .woocommerce-cart-form .actions .coupon {
    margin-top: 15px;
    width: 445px;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon label {
    display: none !important;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon#coupon_code {
    border-right: 0;
    height: 54px;
    max-height: 100%;
    width: 45%;
}

#coupon_code+.button {
    font-size: 12px;
    height: 54px;
    border: 0;
    width: 55%;
    padding: 0;
}

@media (max-width: 480px) {
    .woocommerce-cart .woocommerce-cart-form .actions .coupon {
        width: 100%;
    }
}

/* 
 * Custom Local Webfonts Replacing OMGF / Host Webfonts Local
 * Fonts are hosted locally in the child theme's 'fonts/' directory.
 */

/* Jost - global brand font (added 2026-05-25, OFL-lizenziert, variable woff2) */
@font-face{font-family:'Jost';font-style:normal;font-weight:400;font-display:swap;src:url('/wp-content/themes/bitiga-child/fonts/jost-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Jost';font-style:normal;font-weight:700;font-display:swap;src:url('/wp-content/themes/bitiga-child/fonts/jost-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Jost';font-style:normal;font-weight:400;font-display:swap;src:url('/wp-content/themes/bitiga-child/fonts/jost-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Jost';font-style:normal;font-weight:700;font-display:swap;src:url('/wp-content/themes/bitiga-child/fonts/jost-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}

@media (max-width: 767px) {

    .col-sellingpoints,
    .selling-points,
    .selling-points .slanted,
    .medictest-reasons-list {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex-shrink: 1 !important;
    }

    /* Global Page Constraint */
    html,
    body,
    .site,
    .container,
    .page-wrapper {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        position: relative !important;
    }

    /* Strict Footer Clipping */
    .site-footer,
    .bhfb-footer,
    .elementor-location-footer {
        overflow: hidden !important;
        max-width: 100vw !important;
        width: 100% !important;
        box-sizing: border-box !important;
        position: relative !important;
    }

    /* Footer Builder Constraints */
    .bhfb-row-wrapper,
    .bhfb-row,
    .bhfb-column,
    .bhfb-component {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        flex-shrink: 1 !important;
    }

    /* Target Footer Elements */
    body .footer-images-right,
    body #sib_signup_form_1,
    body .sib_signup_box_inside_1,
    body .google-reivews__footer {
        flex-wrap: wrap !important;
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto !important;
        min-width: 0 !important;
        flex-shrink: 1 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    body .footer-images-right {
        justify-content: center !important;
        column-gap: 10px;
        display: flex !important;
    }

    body .footer-text-left p {
        word-wrap: break-word !important;
        white-space: normal !important;
        min-width: 0 !important;
    }

    /* Forced SVG Image Constraints */
    body .footer-payments-svg,
    body img.footer-payments-svg,
    body .grecaptcha-badge {
        max-width: 300px !important;
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        left: auto !important;
        right: 0 !important;
        transform: none !important;
        flex-shrink: 1 !important;
    }

    /* Newsletter Form Layout */
    .sib-flex {
        flex-wrap: wrap !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        display: flex !important;
        flex-shrink: 1 !important;
        flex-direction: column !important;
    }

    p.sib-inline,
    p.sib-email-area {
        display: block !important;
        width: 100% !important;
        margin-left: 0 !important;

        body {
            overflow-x: hidden !important;
        }

        img,
        table,
        iframe,
        .elementor-widget-container,
        .elementor-container,
        svg {
            max-width: 100% !important;
            min-width: 0 !important;
            box-sizing: border-box !important;
        }
    }
}

/* Fix for Ratgeber Article Lead Image Overlap */
.container.content-wrapper .post-intro-box.container {
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
    .post-template-default.single #page > .container.content-wrapper .full-width-featured-image {
        min-height: 300px !important;
    }
    .container.content-wrapper .post-intro-box.container {
        margin-top: -60px !important;
        padding: 40px 20px 20px 20px !important;
        overflow: visible !important;
    }
    .container.content-wrapper .post-intro-box.container .breadcrumbs {
        margin-top: 10px !important;
        padding-top: 10px !important;
        overflow: visible !important;
    }
}

/* Desktop vs Mobile Breadcrumbs */
.desktop-breadcrumbs { display: block; }
.mobile-breadcrumbs { display: none; }

/* Show mobile version on small screens */
@media (max-width: 767px) {
    .desktop-breadcrumbs { display: none !important; }
    
    .mobile-breadcrumbs {
        display: block !important; 
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis; 
        text-decoration: none;
        color: inherit;
        max-width: 100%;
        padding-top: 20px;
        font-size: 14px;
        color: #8b8b8b;
    }
    
    .mobile-breadcrumbs a {
        color: #f07a33 !important;
        text-decoration: underline !important;
        font-weight: 800 !important;
    }
    
    .mobile-breadcrumbs a:hover {
        text-decoration: none !important;
    }
}

/* MOBILE USP BANNER */
@media (min-width: 769px) {
	#mobile-usp-header { display: none !important; }
}
@media(max-width: 768px) {
	.single-product .breadcrumbs {
		margin-bottom: 15px;
	}
	.single-product div#mobile-usp-header {
		padding: 0 10px;
	} 
	.single-product main#primary {
		margin-top: 0;
	}
}

.mobile-usp-wrapper {
	display: flex;
	gap: 0px;
	margin: 0;
	justify-content: space-between;
}

.mobile-usp-wrapper .st-usp-block {
	flex: 1;
	font-size: 12px;
	display: flex;
	text-align: left;
	gap: 6px;
}

.mobile-usp-wrapper img {
	max-width: 33px !important;
	max-width: 100%;
	max-height: 30px !important;
	height: auto;
	object-fit: contain;
}

.mobile-usp-wrapper span {
	display: inline;
	margin-top: 6px;
	font-size: 13px !important;
	font-weight: 900;
	color: #3b4b1a;
	line-height: 18px !important;
	text-transform: uppercase;
}	
div#mobile-usp-header {
	margin-top: -8px;
}
div#mobile-usp-header .custom-badge-inner {
	border: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}
div#mobile-usp-header .custom-google-reviews-badge-container.custom-badge-shortcode {
	margin: 0 !important;
}

@media (max-width: 768px) {
	.sticky-atc-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: transparent;
		padding: 10px;
		box-shadow: none;
		z-index: 9999;
		display: none;
	}

	body.sticky-atc-visible .sticky-atc-bar {
		display: block;
		background: #fff;
	}
	.sticky-atc-bar .quantity {
		height: 50px;
		margin-bottom: 0;
	}

	/* Replicate theme structure */
	.sticky-atc-bar .botiga-single-addtocart-wrapper {
		width: 100%;
	}

	/* YOUR EXACT BUTTON STYLES */
	.sticky-atc-bar .button {
		font-weight: 700;
		color: #fff;
		line-height: 1;
		text-align: left;
		border: none;
		display: block;
		padding: 0 20px 0 45px;
		position: relative;
		background: #a5ce4c !important;
		transition: all 50ms linear;
		min-height: 40px;
		height: 50px;
		border-radius: 0;
		text-transform: uppercase;
		font-size: 14px;
		margin: 0;
		width: 100% !important;
		text-align: center;
		max-width: 210px;
		margin-left: auto;
	}

	.sticky-atc-bar .button:before {
		content: " ";
		display: inline-block;
		height: 31px;
		width: 31px;
		line-height: 31px;
		text-align: center;
		vertical-align: middle;
		position: absolute;
		left: 8px;
		top: 50%;
		margin-top: -16px;
		background: url(/wp-content/themes/bitiga-child/images/icons/minicart_ico_thin.png) right center no-repeat transparent;
	}
	/* Layout fix using original structure */
	.sticky-atc-bar .sticky-flex {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	/* Keep Botiga quantity style but control width */
	.sticky-atc-bar .quantity {
		height: 50px;
		max-width: 190px;
	}

	/* Prevent stretching */
	.sticky-atc-bar .quantity .qty {
		width: 50px;
		text-align: center;
	}

	/* Keep your button behavior */
	.sticky-atc-bar .button {
		margin-left: auto;
	}
	/* 			.single-product .custom-wa-btn { 
	bottom: 25px;
	left: 20px;
	transition: all 0.3s ease;
} */
	body.sticky-atc-visible .custom-wa-btn {
		bottom: 82px;
		left: 6px;
	}

	/* Hide cart recommendations on mobile – visibility controlled via CSS instead of wp_is_mobile() for WP Rocket cache compatibility */
	.cart-recommendations-wrapper {
		display: none;
	}
}

@media (max-width: 767px) {
	footer form#sib_signup_form_1, 
	footer .sib_signup_box_inside_1 {
	    width: 100% !important;
	    max-width: 100% !important;
	    margin-top: 12px !important;
	}
	footer p.sib-inline, 
	footer p.sib-email-area {
	    display: inline-block;
	    width: fit-content;
	    max-width: fit-content;
	}
	footer .sib-flex {
		flex-direction: row !important;
	}
}

/* Hidden by default everywhere */
.sticky-atc-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.25s ease;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 10px 12px;
    /* Desktop: never display at all */
    display: none;
}
/* Mobile only: allow it to exist */
@media (max-width: 768px) {
    .sticky-atc-bar { display: block; }
    /* Slide up only when body has the trigger class */
    body.sticky-atc-visible .sticky-atc-bar { transform: translateY(0); }
}
.sticky-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sticky-atc-bar .sticky-atc-btn { flex: 1; }

/* =============================================
   PageSpeed Fix: Prevent Layout Shift (CLS)
   Reserve space for slider/hero before JS init
   ============================================= */

/* Desktop: Smart Slider 3 container */
.desktop-slider-wrap {
    min-height: 436px;
}

/* Mobile: Static hero image section */
@media (max-width: 1024px) {
    .static-hero-image {
        min-height: 363px;
    }
}

/* Custom WhatsApp Button (Floating Action Button) */
.custom-wa-btn {
    position: fixed;
    bottom: 25px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: transform 0.3s ease;
}

.custom-wa-btn:active,
.custom-wa-btn:hover {
    transform: scale(0.95);
    color: #FFF;
}

.custom-wa-btn svg {
    width: 35px;
    height: 35px;
    fill: currentColor;
}

/* ============================================================
 * Inline WhatsApp link on contact page (added 2026-05-06)
 * Used inside <p class="custom-contact-p1"> on /de/kontakt/, /fr/contactez-nous/, /it/contatto/
 * Matches the floating .custom-wa-btn green; subtle inline icon-link.
 * ============================================================ */
.contact-wa-inline {
    color: #25D366;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
    white-space: nowrap;
}
.contact-wa-inline:hover,
.contact-wa-inline:focus {
    text-decoration: underline;
    color: #128C7E;
}
.contact-wa-inline svg {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentColor;
}

/* Mobile/tablet fix (added 2026-05-06): suppress the desktop-only <br> in
 * .custom-contact-p1 below 1024px so 'der' / 'au' don't sit on their own line.
 * IT page has no <br> in the intro, so this rule is a no-op there. */
@media (max-width: 1024px) {
    .custom-contact-p1 br { display: none; }
}

.archive.tax-product_cat header div#mobile-usp-header {
    display: none;
}

.archive.tax-product_cat .mobile-usp-wrapper {
	margin-left: 10px;
}

.single-product .quantity a.sticky-qty-plus,
.single-product .quantity a.sticky-qty-minus {
	margin: 0 !important;
	padding: 0;
	font-size: 28px !important;
	font-family: monospace;
	color: black !important;
	border: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
/* ST-MMM-GRID-FIX-START — Mega-Menue-Grid gegen RUCSS-Strip absichern (13.06.2026)
   Die MMM-fs-CSS wurde aus dem Original (31.10.2025, cache-disabled/.gz) wiederhergestellt
   und hat die KORREKTEN columns-of-12-Breiten + inline-▼-Indikator. ABER WP-Rocket RUCSS
   strippt beim Inlinen die (per Hover versteckten) Mega-Panel-/Spalten-Breiten -> Panel ~400px,
   Spalten 76px-Crush im Normal-Modus. Dieser Block liegt in Theme-style.css (RUCSS BEHAELT
   Theme-Regeln) und re-assertet die Original-Breiten. Der Indikator wird BEWUSST NICHT hier
   gesetzt — die MMM-Datei rendert ihn korrekt inline, RUCSS behaelt die sichtbare Leiste.
   Werte 1:1 aus dem Original-.gz. Nur >=769px (Mobil/Akkordeon unveraendert).
   Entfernen: Block zwischen Sentinels loeschen + RUCSS purgen. */
@media only screen and (min-width:769px){
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu{width:100% !important;max-width:none !important;}
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu ul.mega-sub-menu > li.mega-menu-row{width:100% !important;}
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-1-of-12{width:8.3333333333% !important;}
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-2-of-12{width:16.6666666667% !important;}
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-3-of-12{width:25% !important;}
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-4-of-12{width:33.3333333333% !important;}
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-5-of-12{width:41.6666666667% !important;}
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-6-of-12{width:50% !important;}
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-7-of-12{width:58.3333333333% !important;}
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-8-of-12{width:66.6666666667% !important;}
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-9-of-12{width:75% !important;}
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-10-of-12{width:83.3333333333% !important;}
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-11-of-12{width:91.6666666667% !important;}
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-column.mega-menu-columns-12-of-12{width:100% !important;}
}
/* ST-MMM-GRID-FIX-END */

/* ST-POST-FONTSIZE-START — Beitrags-Fliesstext auf 18px (Angleichung an Startseite, 17.06.2026)
   Einzelne Blog-Beitraege (.single-post) rendern Fliesstext bei 16px, weil .main-content > p/li
   KEINE eigene font-size-Regel haben und body{font-size:1.6rem} erben. Die Startseite
   (.page > .entry-content) zeigt 18px. Dieser Block hebt NUR den Lesetext einzelner Beitraege
   auf 18px; Ueberschriften (h2/h3 = eigene Regeln) + Sidebar (Geschwister von .main-content)
   bleiben unberuehrt. Line-height bleibt proportional. Scope strikt .single-post ->
   Seiten/Produkte/Shop/Archiv unveraendert. Entfernen: Block zwischen Sentinels loeschen + CSS-Caches purgen. */
.single-post .main-content p,
.single-post .main-content li,
.single-post .entry-content p,
.single-post .entry-content li {
  font-size: 18px;
}
/* ST-POST-FONTSIZE-END */

/* ST-POST-INTRO-FONTSIZE-START — Intro-/Excerpt-Box-Text auf 18px (Ergaenzung zu ST-POST-FONTSIZE, 17.06.2026)
   Die Intro-Box oben im Beitrag (.post-intro-box: weisse Box, Rahmen, radius 20px) enthaelt
   breadcrumbs + h1.post-title + .post-excerpt. Der Excerpt-Text lag bei 16px (erbt body) und
   liegt AUSSERHALB von .main-content/.entry-content -> vom ersten Block nicht erfasst.
   Hebt NUR den .post-excerpt-Text auf 18px; breadcrumbs (16px) + h1.post-title (30px) bleiben unberuehrt.
   Scope strikt .single-post. Entfernen: Block zwischen Sentinels loeschen + CSS-Caches purgen. */
.single-post .post-intro-box .post-excerpt,
.single-post .post-intro-box .post-excerpt p,
.single-post .post-intro-box .post-excerpt li {
  font-size: 18px;
}
/* ST-POST-INTRO-FONTSIZE-END */

/* ST-RATGEBER-BOX-FONTSIZE-START — Kategorie-Box-Beschreibungstext auf 18px (17.06.2026)
   Ratgeber-Hub (Template page-category-overview.php, DE/FR/IT) rendert 5 .category-box mit
   <img> + <h2> (Titel, 22px) + <p> (Beschreibung). Der <p>-Text lag bei 16px (erbt body).
   Hebt NUR den Box-Beschreibungstext auf 18px; die h2-Titel (22px) bleiben unberuehrt.
   Selektor template-basiert (.category-boxes .category-box) -> deckt alle 3 Sprach-Hubs (de/fr/it) ab.
   Entfernen: Block zwischen Sentinels loeschen + CSS-Caches purgen. */
.category-boxes .category-box p {
  font-size: 18px;
}
/* ST-RATGEBER-BOX-FONTSIZE-END */


/* ===== ST-MOBILE-STICKY-HEADER v1.4.0 START (Claude, 2026-06-19) =====
   Kompakter, fixierter Mobile-Header (<=770px): Hamburger | Logo | Warenkorb
   bleibt beim Scrollen oben; darunter eine USP-Zeile (16px) mit den 3 USPs
   "Lieferung: gratis & diskret" / "Heute bestellt, morgen geliefert" /
   "4.9/5 Google-Sterne" (Stern-Item verlinkt auf die Google-Rezensionen,
   neuer Tab). Die laengeren Texte brechen mobil in 3 Zeilen um.
   Header-Hoehe: Basis 145px (USP-Zeile 3-zeilig, min-height:71 -> auch der
   2-zeilige Breitfall >=500px wird auf 145 aufgefuellt = konstant). Auf sehr
   schmalen Viewports (<=359px) bricht im FR ein USP-Item intern in eine 4.
   Zeile (USP 90px) -> Schmal-Band reserviert dort 164px (kein Verdecken).
   reservierter Platz (.site padding) + Menue-Offset = Header-Hoehe -> kein CLS.
   ALLES an body.st-msh-on gegated -> Kill-Switch (.off bzw. Konstante) -> inert.
   Desktop (>=771px) unveraendert. Rueckbau: diesen Block entfernen.
   v1.4.0: Das aufgeklappte Mobil-Menue wird als fixes, scrollbares Overlay an
   den ELTERN-Container .nav-sections gehaengt (nicht nur .nav-sections-items),
   damit Navigation + Suche + Sprachumschalter + "Ab CHF 80"-Promo (alles
   Geschwister in .nav-sections) zusammen im EINEN scrollbaren Panel sichtbar
   bleiben. Vorher war nur .nav-sections-items fixiert -> deckte die beiden
   #store.settings-Geschwister (Sprache + Promo) zu. */
.st-msh-usp { display: none; }
@media (max-width: 770px) {
  /* Platz fuer den fixierten Header reservieren (Basis 145px = USP 3-zeilig) */
  body.st-msh-on .site { padding-top: 145px; }
  /* Vorhandenen kompakten Header (Hamburger|Logo|Warenkorb) fixieren */
  body.st-msh-on .page-header {
    position: fixed; top: 0; left: 0; right: 0; width: 100%;
    z-index: 9000; background: #fff; margin: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.10);
  }
  /* USP-Zeile (Geschwister von .header.content). min-height:71 fuellt auch den
     2-zeiligen Breitfall (>=500px) auf die 3-zeilige Hoehe auf -> Header konstant 145. */
  body.st-msh-on .st-msh-usp {
    display: flex; align-items: center; justify-content: center;
    flex-wrap: wrap; column-gap: 16px; row-gap: 2px;
    min-height: 71px; box-sizing: border-box;
    margin: 0; padding: 5px 8px 6px;
    border-top: 1px solid #ededed;
    font-size: 16px; line-height: 1.15; font-weight: 600; color: #2b2b2b;
  }
  body.st-msh-on .st-msh-usp .st-msh-item { display: inline-flex; align-items: center; gap: 5px; }
  body.st-msh-on .st-msh-usp .st-msh-sep  { display: none; }  /* Trenner entfaellt (sauberer Umbruch; Icons trennen) */
  body.st-msh-on .st-msh-usp .st-msh-ico  { width: 17px; height: 17px; flex: 0 0 auto; color: #5b9b1e; }
  body.st-msh-on .st-msh-usp .st-msh-star { color: #f5a623; font-size: 17px; line-height: 1; }
  /* Stern-Item ist ein Link auf die Google-Rezensionen: wie der uebrige USP-Text
     aussehen lassen (Farbe erben, ohne Unterstreichung), sichtbarer Fokus-Ring. */
  body.st-msh-on .st-msh-usp .st-msh-rate { color: inherit; text-decoration: none; }
  body.st-msh-on .st-msh-usp .st-msh-rate:focus-visible { outline: 2px solid #5b9b1e; outline-offset: 2px; border-radius: 3px; }
  /* Aufgeklapptes Mobil-Menue als fixes, scrollbares Overlay unter dem Sticky-Header.
     Auf den ELTERN .nav-sections (enthaelt .nav-sections-items + Sprachumschalter +
     Promo) -> alles bleibt im scrollbaren Panel sichtbar. Opaker gruener BG (= Farbe
     von .nav-sections-items) deckt gescrollten Seiteninhalt. .nav-sections-items
     bleibt Theme-Standard (statisch, in-flow im fixierten Panel). */
  body.st-msh-on .nav-sections {
    position: fixed; top: 145px; left: 0; right: 0; width: 100%;
    max-height: calc(100vh - 145px); overflow-y: auto; z-index: 8990;
    background: #a5ce4c;
  }
}
/* Schmal-Band: erst unter ~315px Viewport bricht im FR ein USP-Item intern in
   eine 4. Zeile um (USP 90px -> Header 164px). Ab 320px ist die USP-Zeile in
   allen Sprachen 3-zeilig (71px -> Header 145, Basis passt exakt). Daher greift
   die 164px-Reserve nur <=319px (sehr seltene Mini-Viewports), damit dort nie
   verdeckt wird; 320px+ bleibt ohne Luecke bei 145. */
@media (max-width: 319px) {
  body.st-msh-on .site { padding-top: 164px; }
  body.st-msh-on .nav-sections { top: 164px; max-height: calc(100vh - 164px); }
}
/* ===== ST-MOBILE-STICKY-HEADER v1.4.0 END ===== */