.navbar .btn.btn-with-icon .fa,
.navbar .btn.btn-with-icon .far {
    font-size: 38px;
}

/* FOOTER **/
.meta-footer a {
    color: #000;
}
@media (max-width: 768px) {
    .meta-footer a {
        margin-right: 0;
        padding: 15px;
    }
}

.facebook-new-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/icons/icon_facebook.png) 0 0 no-repeat;
    text-indent: -999em;
    margin-bottom: 10px;
    background-size: 32px 32px;
}


.twitter-new-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/icons/icon_twitter.png) 0 0 no-repeat;
    text-indent: -999em;
    margin-bottom: 10px;
    background-size: 32px 32px;
}

.instagram-new-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/icons/icon_instagram.png) 0 0 no-repeat;
    text-indent: -999em;
    margin-bottom: 10px;
    background-size: 32px 32px;
}

.newsletter-new-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/icons/icon_mail.png) 0 0 no-repeat;
    text-indent: -999em;
    margin-bottom: 10px;
    background-size: 32px 32px;
}

/* MOBILE NAVBAR */
@media (min-width: 768px) {
    .navbar-toggleable-md {
        margin: 0 -40px!important;
    }
}

@media (max-width: 991px) {
    .header {
        padding: 0;
        border-bottom: 0;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 12px;
    }

    .navbar {
        padding: 0;
    }

    #navbar-header {
        padding-top: 0;
    }

    /* START: NEW NAVBAR **/
    .navbar-topbar, .main-menu {
        top: 0;
    }
    .navbar-toggleable-md {
        margin: 0 -15px;
    }

    .navbar-toggleable-md .navbar-nav {
        margin: 0;
        padding: 25px;
        background: #F2F3F4;
        max-height: 100vh;
        min-height: 100vh;
        overflow: auto;
        padding-bottom: 100px;
    }

    .navbar-toggleable-md .navbar-nav .nav-item {
        margin-bottom: 15px;
    }

    .navbar-toggleable-md .navbar-nav .nav-item.nav-item-openinghours {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        margin-top: 10px;
    }

    .navbar-toggleable-md .navbar-nav .nav-item.nav-item-openinghours i {
        font-size: 24px;
    }

    .navbar-toggleable-md .navbar-nav .nav-item.nav-item-openinghours p {
        font-size: 14px;
        margin: 0;
        text-align: right;
    }


    .navbar-light .nav-link {
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 14px 20px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }

    .navbar-light .nav-link.nav-link-categories {
        background: #2D83BF;
        color: white;
    }

    .navbar-light .nav-link.nav-link-brands {
        background: #009036;
        color: white;
    }


    .navbar-light .nav-link.nav-link-search {
        background: #F9B500;
        color: white;
    }

    .navbar-light .nav-link.nav-link-offers {
        background: #E2001A;
        color: white;
    }
    /* END: NEW NAVBAR **/
}



@media (max-width: 991px) {
    .navbar-mobile-menu {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;

        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: space-around;
        padding: 0;
        margin: 0;
        height: 70px;
    }

    .in .navbar-mobile-menu::after {
        content: " ";
        background-color: transparent;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        box-shadow: inset 0px -7px 9px -7px rgb(0 0 0 / 40%);
    }


    .navbar-mobile-menu li {
        float: none;
        display: inline-block;
        padding: 0 1px;
    }

    .navbar-mobile-menu li .fa,
    .navbar-mobile-menu li .far,
    .navbar-mobile-menu li .fas {
        font-size: 18px;
        position: relative;
    }

    .navbar-mobile-menu li .fa span {
        font-size: 10px;
        width: 16px;
        height: 16px;
        top: -9px;
        right: -9px;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-mobile-menu li a,
    .navbar-mobile-menu li button {
        padding: 0 10px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background: #2D83BF;
        background: transparent;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-decoration: none;
    }

    .navbar-mobile-menu li a:hover,
    .navbar-mobile-menu li button:hover {
        color: inherit;
        text-decoration: none;
    }
}

.navbar-mobile-menu__product-icon {
    height: 22px;
    width: 22px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.navbar-mobile-menu__product-icon svg {
    width: 100%;
    height: 100%;
}

.navbar-mobile-menu__product-icon svg path {
    fill: #000
}


.navbar-toggler {
    display: flex;
    color: #000 !important;
}


.navbar-mobile-menu li.navbar-mobile-menu__search a { }

.navbar-mobile-menu li.navbar-mobile-menu__products a,
.navbar-mobile-menu li.navbar-mobile-menu__products svg path { color: #2D83BF; fill: #2D83BF; }
.navbar-mobile-menu li.active.navbar-mobile-menu__products a,
.navbar-mobile-menu li.active.navbar-mobile-menu__products svg path {
    background: #2D83BF;
    fill: white;
    color: white;
}

.navbar-mobile-menu li.navbar-mobile-menu__brands a { color: #009036; }
.navbar-mobile-menu li.active.navbar-mobile-menu__brands a {
    background: #009036;
    color: white;
}

.navbar-mobile-menu li.navbar-mobile-menu__toys a { color: #F9B500; }
.navbar-mobile-menu li.navbar-mobile-menu__discounts a { color: #E2001A; }
.navbar-mobile-menu li.navbar-mobile-menu__basket a { color: #C6C6C6; }
.navbar-mobile-menu li.navbar-mobile-menu__toggler {}


.navbar-mobile-menu li.navbar-mobile-menu__search {

}

.mobile-searchbar {
    display: none;
    padding: 16px 20px;
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.2);
}

.mobile-searchbar.mobile-searchbar--open {
    display: block;
}

.mobile-searchbar form {
    position: relative
}
.mobile-searchbar input {
    border-radius: 20px;
    background: rgba(0,0,0, 0.05);
    color: #000;
    display: block;
    width: 100%;
    padding: 8px 20px;
    border: 0;
}

.mobile-searchbar button {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: #000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    appearance: none;
    border: 0;
    font-size: 12px;
}


.mobile-brands {
    display: none;
    background: #009036;
    min-height: calc(100vh - 70px);
    max-height: calc(100vh - 70px);
    overflow: auto;
    padding: 25px 15px;
}

.mobile-brands.mobile-brands--open {
    display: block;
}

.mobile-brands__headline {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    display: block;
    margin-bottom: 25px;
    color: white;
    text-transform: uppercase;
}
.mobile-brands__form {
    position: relative;
    margin-bottom: 15px;
}
.mobile-brands__form input {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    border-bottom: 2px solid white;
    padding: 16px 20px;
    display: block;
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0;
    color: #fff;
}


.mobile-brands__form input::-webkit-input-placeholder { color: #fff; opacity: 0.55; }
.mobile-brands__form input:-moz-placeholder           { color: #fff; opacity: 0.55; }
.mobile-brands__form input::-moz-placeholder          { color: #fff; opacity: 0.55; }
.mobile-brands__form input:-ms-input-placeholder      { color: #fff; opacity: 0.55; }


.mobile-brands__form button {
    position: absolute;
    top: 13px;
    right: 12px;
    width: 28px;
    height: 28px;
    background: transparent;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    appearance: none;
    border: 0;
    font-size: 18px;
}


.mobile-brands__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mobile-brands__list li {
    margin-bottom: 15px;
}
.mobile-brands__list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #009036;
    text-decoration: none;
}



.mobile-products {
    display: none;
    background: #2D83BF;
    min-height: calc(100vh - 70px);
    max-height: calc(100vh - 70px);
    overflow: auto;
    padding: 25px 15px;
}

.mobile-products.mobile-products--open {
    display: block;
}

.mobile-products__headline {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    display: block;
    margin-bottom: 25px;
    color: white;
    text-transform: uppercase;
}
.mobile-products__form {
    position: relative;
    margin-bottom: 15px;
}
.mobile-products__form input {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    border-bottom: 2px solid white;
    padding: 16px 20px;
    display: block;
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0;
    color: #fff;
}



.mobile-products__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mobile-products__list li {
    margin-bottom: 15px;
}
.mobile-products__list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #2D83BF;
    text-decoration: none;
}


.mobile-products__list li a.sub__close {
    justify-content: flex-start;
    background: #408CC2;
    color: #fff;
}

.mobile-products__list li a.sub__close i {
    margin-right: 15px;
}


.mobile-products__list,
.mobile-products__list  ul {
  /* margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  list-style-type: none; */
}

.mobile-products__list {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.mobile-products__list li + li {
  margin-top: 15px;
}


.mobile-products__list .x-sp-level-4,
.mobile-products__list .x-sp-level-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2D83BF;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    transform: translateX(100%);
}
.mobile-products__list ul.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}

/*
.nav,
.nav__sub {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  list-style-type: none;
}

.nav {
  position: relative;
  width: 400px;
  background-color: black;
  overflow: hidden;
}

.nav__item + .nav__item {
  margin-top: 15px;
}

.nav__link {
  font-weight: 500;
  color: white;
  text-decoration: none;
}

.nav__sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  transform: translateX(100%);
}
.nav__sub.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
} */



/* PRODUCT PAGE */
@media (max-width: 991px) {
    .content-single-product-divider {
        background: #F1F1F1;
        height: 34px;
        margin-bottom: 34px;
    }

    .content-single-product-divider--bottom {
        margin-bottom: 0;
        margin-top: 34px;
    }

    .product-title {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-around;
    }

    .content-single-product .product-title h1 {
        flex: 1;
        font-size: 24px;
        line-height: 1;
    }
    .content-single-product .product-title h1 .brand {
        font-weight: bold;
        color: rgba(0,0,0,0.3);
        margin-bottom: 6px;

    }
    .content-single-product .product-title h1 .brand,
    .content-single-product .product-title h1 small {
        font-size: 14px;
    }

    .content-single-product .product-title .product-title-icon {
        height: auto;
        width: 30px;
    }

    .content-single-product .product-galerie-thumbs li, .content-single-product .pdf-galerie-thumbs li {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    }

    .content-single-product .product-decription {
        margin-top: 30px;
    }
}

.content-single-product .product-meta-details .product-actions {
    background: #f1f1f1;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 8px 14px;
    font-size: 14px;

}

.content-single-product .product-meta-details .product-actions a {
    color: #000;
}

.content-single-product .product-meta-details .product-pricebar {
    border: 0;
    padding: 0;
}

.product-pricebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding: 0;
}

.product-pricebar .v2-product__priceinfo {
    padding: 0;
}
.product-pricebar .v2-product__saleinfo {
    padding: 0;
    margin-bottom: 10px;
}
.product-pricebar .v2-product__price-before {
    font-size: 11px;
    margin-bottom: 8px;
}
.product-pricebar .v2-product__price {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
}
.product-pricebar .product-meta-info {
    font-size: 12px;
    color: rgba(0,0,0,0.3);
    display: block;
}

.product-pricebar .v2-product__add-to-cart {
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    padding: 14px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-pricebar .v2-product__add-to-cart i {
    font-size: 24px;
    margin-left: 15px;
    display: inline-block;
}
.product-pricebar .v2-product__add-to-cart span {
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
}

.product-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    margin-top: 40px;
}
.product-footer a {
    font-size: 14px;
    color: #2D83BF
}

.product-footer a i {
    margin-right: 10px;
}


.product-share-actions {
    background: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-share-actions a {
    margin: 0;
    padding: 14px 14px;
}

.product-share-actions span {
    margin: 0;
    padding: 0;
    width: 34px;
    height: 34px;
}


.spotlight-intro {
    padding-bottom:  0;
    margin-bottom:  -20px;
}
.spotlight-intro h1, .spotlight-intro p {
    display: block;
}
.sticky-buttonbar {
    position: fixed;
    top: 290px;
    right: 0;
    z-index: 999;
}

.sticky-buttonbar__btn {
    padding: 15px;
    width: 100px;
    border-radius: 10px 0 0 10px;
    display:  flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    font-size: 14px;
    line-height: 1.2;
    color: #2e2d30;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sticky-buttonbar__btn:hover {
 box-shadow: rgba(149, 157, 165, 0.35) 0px 12px 28px;   
}

.sticky-buttonbar__icon {
    max-width: 100%;
    height:  auto;
    display:  block;
}
.sticky-buttonbar__label {
    font-size: 14px;
    color: #2e2d30;
}