@font-face { 
  font-family: "RalewayExtraBold";
  src: url("./fonts/Raleway/Raleway-ExtraBold.ttf");
  font-style: normal;
  font-display: swap;
}  
@font-face { 
  font-family: "RalewayBold";
  src: url("./fonts/Raleway/Raleway-Bold.ttf");
  font-style: normal;
  font-display: swap;
}  
/***********************/
@font-face { 
  font-family: "NotoSansMedium";
  src: url("./fonts/NotoSans/NotoSans-Medium.ttf");
  font-style: normal;
  font-display: swap;
} 
@font-face { 
  font-family: "NotoSansRegular";
  src: url("./fonts/NotoSans/NotoSans-Regular.ttf");
  font-style: normal;
  font-display: swap;
}  
/***********************/
@font-face { 
  font-family: "HindBold";
  src: url("./fonts/Hind/Hind-Bold.ttf");
  font-style: normal;
  font-display: swap;
} 
@font-face { 
  font-family: "HindRegular";
  src: url("./fonts/Hind/Hind-Regular.ttf");
  font-style: normal;
  font-display: swap;
} 
/***********************/
@font-face { 
  font-family: "RobotoBold";
  src: url("./fonts/Roboto/Roboto-Bold.ttf");
  font-style: normal;
  font-display: swap;
} 
@font-face { 
  font-family: "RobotoCondensedBold";
  src: url("./fonts/Roboto/Roboto_Condensed-Bold.ttf");
  font-style: normal;
  font-display: swap;
} 
@font-face { 
  font-family: "Robotolight";
  src: url("./fonts/Roboto/Roboto-Light.ttf");
  font-style: normal;
  font-display: swap;
} 
@font-face { 
  font-family: "RobotoMedium";
  src: url("./fonts/Roboto/Roboto-Medium.ttf");
  font-style: normal;
  font-display: swap;
} 
@font-face { 
  font-family: "RobotoRegular";
  src: url("./fonts/Roboto/Roboto-Regular.ttf");
  font-style: normal;
  font-display: swap;
} 
@font-face { 
  font-family: "RobotoCondensedRegular";
  src: url("./fonts/Roboto/RobotoCondensed-Regular.ttf");
  font-style: normal;
  font-display: swap;
} 
/*******************************************/
.container{
    max-width: 1720px;
}
.container.breadcrumb-container {
    display: none;
}
header .btn-primary {
    color: #fff;
    background-color: #FF6413;
    border-color: #FF6413;
}
header .btn-primary:focus, 
header .btn-primary.focus{
    color: #fff;
    background-color: #FF6413;
    border-color: #FF6413;
}
#header-top-bar a:not(.dropdown-item):not(.btn):hover, 
header a:not(.dropdown-item):not(.btn):hover{
    color: #FF6413;
}
header #mainNavigation .navbar-nav.nav-scrollbar-inner{
    justify-content: center;
}
header #mainNavigation .navbar-nav.nav-scrollbar-inner>.nav-item.nav-scrollbar-item>a {
    font-family: "RobotoMedium";
    letter-spacing: 0px;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    header #mainNavigation .navbar-nav.nav-scrollbar-inner>.nav-item.nav-scrollbar-item>a {
        color: #FFFFFF;
        font-size: 18px;
        line-height: 24px;
    }
}
header #mainNavigation .navbar-nav.nav-scrollbar-inner>.nav-item.nav-scrollbar-item>a::after {
    content: none !important;
}
@media (min-width: 992px) {
    header .navbar-nav>.nav-item>.nav-link {
        /* color: #EFB83D !important; */
    }
}
@media (min-width: 992px) {
    header .navbar-nav>.nav-item>.nav-link::before {
        content: none;
    }
}
@media (min-width: 992px) {
    .dropdown-body>.container>.lg-row-lg {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}
@media (min-width: 992px) {
    [data-page="1"] #content-wrapper:not(.has-fluid) {
        padding-top: 2rem;
    }
}
/****************************************/

.row.underbanner-grid>.col {
    padding: 0px;
}
.card.underbanner-grid-col {
    border: none;
    padding: 50px 0px;
}
.card.underbanner-grid-col>.card-body {
    max-width: 575px;
    margin: 0 auto;
}
.underbanner-grid-heading>p {
    font-family: "RalewayExtraBold";
    font-size: 50px;
    line-height: 59px;
    letter-spacing: 0px;
}
.underbanner-column-text {
    margin: 40px 0px;
}
.underbanner-column-text>p {
    font-family: "NotoSansMedium";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
}
.underbanner-column-button>button {
    font-family: "NotoSansMedium";
    font-size: 18px;
    line-height: 24px;
    border: none;
    letter-spacing: 0px;
    padding: 15px 60px;
}
@media only screen and (max-width: 1100px){
    .underbanner-grid-heading>p {
        font-size: 38px;
        line-height: 42px;
    }

    .underbanner-column-text>p {
        font-size: 16px;
        line-height: 22px;
    }

    .underbanner-column-button>button {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 50px;
    }

    .underbanner-column-text {
        margin: 20px 0px;
    }

    .card.underbanner-grid-col {
        padding: 30px 0px;
    }
}
@media only screen and (max-width: 830px){
    .card.underbanner-grid-col {
        padding: 16px 0px;
    }

    .underbanner-grid-heading>p {
        font-size: 32px;
        line-height: 38px;
    }

    .underbanner-column-text>p {
        font-size: 14px;
        line-height: 20px;
    }

    .underbanner-column-button>button {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 35px;
    }
}
/****************************************************/
.wa-heading {
    margin-top: 50px;
    margin-bottom: 30px;
}
.wa-heading>p {
    font-family: "HindBold";
    font-size: 54px;
    line-height: 81px;
    letter-spacing: 0px;
}
@media only screen and (max-width: 1299px){
    .wa-heading>p {
        font-size: 42px;
        line-height: 46px;
    }
    .wa-heading {
        margin-top: 35px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 991px){

    .wa-cpn-sorting {
    display: none;
}
    .wa-custom-page-nav + .row.productlist-page-nav-header-m.productlist-page-nav.no-gutters .filter-type-FilterItemSort{
        display: flex !important;
    }
    .wa-heading>p {
        font-size: 34px;
        line-height: 38px;
    }
    .wa-heading {
        margin-top: 30px;
        margin-bottom: 15px;
    }
}
/**************************************************/
.row.wa-categories-grid>.col {
    padding: 0px;
}
.wa-cat-img {
    max-width: 100% !important;
    width: 100%;
}
.wa-cat-content {
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    background: #000000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.row.wa-categories-grid>.col:hover .wa-cat-content {
    opacity: 1;
}
p.wa-cat-name {
    font-family: "RalewayBold";
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.wa-cat-content-inner>a {
    font-family: "NotoSansMedium";
    font-size: 18px;
    line-height: 24px;
    border: none;
    letter-spacing: 0px;
    padding: 15px 50px;
    background: #FF6413;
    border-radius: 35px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px){
    p.wa-cat-name {
        font-size: 22px;
        line-height: 26px;
    }
    .wa-cat-content-inner>a {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 30px;
        margin-top: 10px;
    }
}
/***********************************************/
a.wa-styles-button {
    font-family: "NotoSansMedium";
    font-size: 18px;
    line-height: 24px;
    border: none;
    letter-spacing: 0px;
    padding: 15px 50px;
    background: #FF6413;
    border-radius: 35px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    /* margin-bottom: 20px; */
}

p.wa-styles-name {
    font-family: "RalewayBold";
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.wa-styles-content {
    position: absolute;
    bottom: 0px;
}

.wa-styles-inner {
    padding: 30px;
}

.row.wa-styles-grid>.col {
    position: relative;
}
.wa-styles-img {
    max-width: 100% !important;
}
.row.wa-styles-grid>.col[data-area-id="col-0"] {
    padding-left: 0px;
}
.row.wa-styles-grid>.col[data-area-id="col-1"] {
    padding-right: 0px;
}
a.wa-styles-button {
    opacity: 0;
}
.row.wa-styles-grid>.col:hover a.wa-styles-button{
    opacity: 1;
}
p.wa-styles-name {
    transform: translate(0px, 60px);
    transition: transform 0.3s ease;
}
.row.wa-styles-grid>.col:hover p.wa-styles-name {
    transform: translate(0px, 00px);
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 991px){
    .row.wa-styles-grid>.col[data-area-id="col-0"] {
    padding-right: 0.4rem;
}
.row.wa-styles-grid>.col[data-area-id="col-1"] {
    padding-left: 0.4rem;
}
p.wa-styles-name {
    font-size: 20px;
    line-height: 26px;
}

a.wa-styles-button {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px;
    margin-top: 0px;
}
}
@media only screen and (max-width: 767px){
        .row.wa-styles-grid>.col[data-area-id="col-0"] {
    padding-right: 0rem;
}
.row.wa-styles-grid>.col[data-area-id="col-1"] {
    padding-left: 0rem;
}
.row.wa-styles-grid>.col[data-area-id="col-0"] {
    margin-bottom: 20px;
}
}
/**************************************************/
.wa-banner-container-fluid {
    margin-top: 70px;
}
.wa-banner-container-fluid {
    background: #80808054;
}
p.wa-banner-heading {
    font-family: "RobotoCondensedBold";
    font-size: 120px;
    line-height: 144px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.wa-banner-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: 0px;
    padding: 150px 0px 100px;
}

a.wa-banner-button {
    font-family: "NotoSansMedium";
    font-size: 18px;
    line-height: 24px;
    border: none;
    letter-spacing: 0px;
    padding: 15px 50px;
    background: #FF6413;
    border-radius: 35px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
@media only screen and (max-width: 1299px){
    p.wa-banner-heading {
        font-size: 70px;
        line-height: 80px;
    }

    .wa-banner-content {
        max-width: 470px;
        padding: 120px 0px 70px;
    }

    a.wa-banner-button {
        font-size: 17px;
        line-height: 20px;
        padding: 13px 35px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 991px){
        .wa-banner-content {
        max-width: 355px;
        padding: 80px 0px 40px;
    }
        p.wa-banner-heading {
        font-size: 50px;
        line-height: 60px;
    }
        a.wa-banner-button {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 25px;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 767px){
    .wa-banner-content{
        max-width: 290px;
        padding: 80px 0px 15px;
    }
        p.wa-banner-heading {
        font-size: 40px;
        line-height: 46px;
    }
        a.wa-banner-button {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 24px;
    }

}
/************************************/
#footer { 
    background-image: url('/frontassets/footer-background/Hero-1.png');
    background-repeat: no-repeat;
    background-color: black;
    background-size: cover;
    background-position: bottom;
}
/*************************************/
.wa-instagram-div {
    position: relative;
}
.wa-insta-absolute-div {
    position: absolute;
    z-index: 2;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
img.wa-instagram-img {
    position: relative;
    z-index: 1;
}
.wa-insta-absolute-div>svg {
    max-width: 105.63px;
        z-index: 1;
}
.wa-insta-shadow {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.3;
    transition: opacity 0.5s;
}
.wa-insta-absolute-div {
    opacity: 0;
    transition: opacity 0.5s;
}
.wa-instagram-div:hover .wa-insta-absolute-div {
    opacity: 1;
    transition: opacity 0.5s;
}
/***************************************************/
.wa-testimonial-rating-div>img {
    max-width: 24.93px !important;
}
/* .wa-testimonials-main-div-inner {
    max-width: 1328.54px;
    margin: 0 auto;
} */
.wa-testimonial {
    background: #FAFAFA;
    padding: 50px;
}

.wa-testimonial-rating-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 0.3rem;
    margin-bottom: 15px;
}

p.wa-testimonial-text {
    font-family: "RobotoRegular";
    font-size: 30px;
    line-height: 54px;
    letter-spacing: 0px;
    color: #AFAEAE;
    text-align: center;
}

p.wa-testimonial-name {
    font-family: "HindBold";
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

.wa-testimonial-name-div {
    margin-top: 30px;
}

.wa-testimonials-main-div .owl-stage-outer {
    overflow: visible !important;
}

.wa-testimonials-main-div {
    overflow: hidden !important;
}
.wa-testimonials-main-div button.owl-dot {
    width: 11px;
    display: block;
    height: 11px;
    background: #EAEAEA !important;
    border-radius: 50%;
}

.wa-testimonials-main-div .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 0.5rem;
      margin-top: 50px;
}
.wa-testimonials-main-div button.owl-dot.active {
    background: #F9B002 !important;
}
.wa-testimonial-inner {
    background-image: url('/frontassets/comma/commas.png');
    /* background-size: contain; */
    background-size: 125.45px auto;
    background-position:top left;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1299px){
    .wa-testimonial {
        padding: 35px;
    }

    p.wa-testimonial-text {
        font-size: 24px;
        line-height: 34px;
    }

    p.wa-testimonial-name {
        font-size: 24px;
        line-height: 26px;
    }
    .wa-testimonials-main-div .owl-dots {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 991px){
    
        p.wa-testimonial-text {
        font-size: 20px;
        line-height: 28px;
    }
    p.wa-testimonial-name {
        font-size: 22px;
        line-height: 24px;
    }
    .wa-testimonial-name-div {
    margin-top: 20px;
}
    .wa-testimonial {
        padding: 30px;
    }
    p.wa-testimonial-name {
    margin-bottom: 0px;
}
.wa-testimonial-rating-div>img {
    max-width: 20.93px !important;
}
}
@media only screen and (max-width: 680px){
        p.wa-testimonial-text {
        font-size: 16px;
        line-height: 24px;
    }
    p.wa-testimonial-name {
        font-size: 16px;
        line-height: 22px;
    }
        .wa-testimonial {
        padding: 20px;
    }
    .wa-testimonial-name-div {
    margin-top: 0px;
}
}
/***************************/
@media (min-width: 992px){
    .slick-type-news.slick-initialized { display: block !important; }
}
.slider-desktop-enabled .slick-track {
    display: flex !important;
}
.blog-header.homepage-blog-header {
    display: none;
}
.wa-custom-blogs-section {
    display: flex;
    flex-wrap: wrap;
}
.custom-blogs-carousel {
    flex: 0 0 50%;
    max-width: 50%;
}
.custom-blogs-carousel-aside{
    flex: 0 0 50%;
    max-width: 50%;
}
.custom-blogs-carousel-aside>.wa-blogs-asside {
    padding: 20px; 
    background: #FF6413;
    height: 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.custom-blogs-carousel .slick-list.draggable {
    overflow: visible !important;
    clip-path: inset(0 -100% 0 0);
}
.custom-blogs-carousel-inner {
    max-width: 930px;
    padding-right: 70px;
}
.wa-custom-blogs-section {
    overflow: hidden;
}
.wa-blogs-asside-inner {
    max-width: 540px;
}

.wa-blogs-asside-inner p.wa-heading {
    font-family: "RalewayExtraBold";
    font-size: 50px;
    line-height: 59px;
    letter-spacing: 0px;
    margin-top: 0px;
    color: #F8F8F8;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.wa-blogs-asside-inner p.wa-text {
    font-family: "NotoSansMedium";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-top: 0px;
    color: #F8F8F8;
}
.custom-blogs-carousel-aside {
    padding-right: 30px;
}
.custom-blogs-carousel .newsbox-image img {
    object-fit: contain;
}
.custom-blogs-carousel .newsbox-image {
    height: auto;
    max-height: 100%;
}
.custom-blogs-carousel .newsbox-footer {
    display: none;
}
.custom-blogs-carousel .newsbox.blog-preview {
    padding-bottom: 0rem;
}
.custom-blogs-carousel .newsbox-body .blog-preview-author span.align-middle{
    font-family: "RobotoCondensedRegular";
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #111111;
    text-transform: uppercase;
}
.custom-blogs-carousel .newsbox-body .newsbox-headline{
    font-family: "RobotoCondensedBold";
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #111111;
    text-transform: uppercase;
    text-decoration: unset;
}
.custom-blogs-carousel .newsbox-body p[itemprop="description"]{
    font-family: "RobotoRegular";
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #111111;
}
@media only screen and (max-width: 1299px){
    .custom-blogs-carousel .newsbox-body .blog-preview-author span.align-middle {
        font-size: 16px;
        line-height: 20px;
    }

    .custom-blogs-carousel .newsbox-body .newsbox-headline {
        margin-top: 7px;
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 7px;
    }

    .custom-blogs-carousel .newsbox-body p[itemprop="description"] {
        font-size: 18px;
        line-height: 24px;
    }

    .wa-blogs-asside-inner p.wa-heading {
        font-size: 40px;
        line-height: 46px;
    }

    .wa-blogs-asside-inner p.wa-text {
        font-size: 18px;
        line-height: 26px;
    }
}

 @media only screen and (max-width: 991px){
    .custom-blogs-carousel-aside {
    padding-right: 20px;
}
    .custom-blogs-carousel-inner {
        padding-right: 15px;
        max-width: 100%;
    }
    .wa-blogs-asside-inner p.wa-text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .wa-blogs-asside-inner p.wa-heading {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 0px;
    }
 }

@media only screen and (max-width: 767px){
    .wa-blogs-asside-inner p.wa-heading {
    margin-bottom: 10px;
}
    .custom-blogs-carousel-aside>.wa-blogs-asside {
    justify-content: flex-start;
}
    .custom-blogs-carousel {
        padding: 0px 20px;
    }
    .custom-blogs-carousel-inner {
        max-width: 100%;
        padding-right: 0px;
    }
    .custom-blogs-carousel-aside, .custom-blogs-carousel {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom-blogs-carousel-aside {
        padding-right: 0px;
        margin-bottom: 20px;
    }
} 
@media only screen and (max-width: 549px){
        .custom-blogs-carousel .newsbox-body .blog-preview-author span.align-middle {
        font-size: 14px;
        line-height: 16px;
    }
    .newsbox-headline {
        margin-top: 5px;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .custom-blogs-carousel .newsbox-body p[itemprop="description"] {
        font-size: 14px;
        line-height: 18px;
    }

}
/*************************************************/
.wa-payments-div {
    margin-bottom: 10px;
}
.box-linkgroup + hr.box-normal-hr {
    display: none;
}
#footer .footer-social-media {
    margin-top: 0px;
    margin-bottom: 0px;
}
footer#footer>.container>.row.newsletter-footer {
    display: none;
}
#footer>.container>.footer-social-media {
    display: none;
}
.footnote-vat {
    display: none;
}
div#copyright {
    display: none;
}
#footer-boxes .productlist-filter-headline {
    font-family: "HindBold";
    display: inline-block !important;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 25px;
} 
#footer-boxes .productlist-filter-headline:after {
    content: "";
    display: block; 
    width: 34px;
    height: 4px;
    background: #F9B002;
    margin-top: 8px;
    border-radius: 2px;
}
#footer {
    padding-top: 1px;
    padding-bottom: 20px;
}

.wa-footer-text-style>a,
.wa-footer-text-style,
#footer div#footer-boxes .nav-link{
    font-family: "HindRegular";
    font-size: 24px;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    padding: 0px;
    text-decoration: none;
}
#footer div#footer-boxes .nav-link{
    line-height: 50px;
    text-transform: uppercase;
}
.wa-footer-text-style>a,
.wa-footer-text-style{
    line-height: 40px;
}
.footer-social-media .btn-icon-secondary {
    background: #FFFFFF;
    border-radius: 50px;
    width: 44px;
    height: 44px;
    display: flex;
    flex-wrap: wrap;
}
.footer-social-media .btn-icon-secondary>span:before, .btn-icon-secondary>i:before {
    color: #000000;
}

.footer-social-media .btn-icon-secondary>span, .btn-icon-secondary>i {
    line-height: unset;
}
.wa-footer-adress-icon>svg {
    max-width: 20px;
}
.wa-footer-adress-icon {
    min-width: 30px;
    padding-top: 7px;
}
#footer .footer-additional-wrapper li {
    margin-right: 1rem;
}
.wa-footer-adress-col-inner {
    display: flex;
    flex-wrap: wrap;
}
.wa-footer-newsletter input#newsletter_email {
    flex: 0 0 100%;
    border: 1px solid #333333;
}
.wa-footer-newsletter button.btn-secondary {
    font-family: "NotoSansMedium";
    font-size: 16px;
    line-height: 20px;
    background: #F9B002 0% 0% no-repeat padding-box;
    border-radius: 35px !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 25px;
    font-weight: 400;
}
.wa-footer-adress-row {
    display: flex;
    flex-wrap: wrap;
}
.wa-payments-div {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
}
div#footer-boxes {
    position: relative;
    justify-content: space-between;
    row-gap: 5rem;
    row-gap: 3rem;
    padding-top: 20px;
}
div#footer-boxes li.nav-item {
    margin-bottom: 0px !important;
}
div#footer-boxes:after {
    content: "";
    position: absolute;
    top: calc((100% / 2) - 10px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
#footer #footer-boxes>.col {
    padding: 0px;
}
p.wa-footer-text-style.wa-footer-text-style-pr {
    padding-right: 15px;
}
/******************************************************/
#footer #footer-boxes>.col:first-child {
    flex: 0 0 20%;
    max-width: 20%;
}
#footer #footer-boxes>.col:nth-child(2), 
#footer #footer-boxes>.col:nth-child(3) {
    flex: 0 0 auto;
    max-width: fit-content;
}
#footer #footer-boxes>.col:nth-child(4) {
    flex: 0 0 35%;
    max-width: 35%;
}
#footer #footer-boxes>.col:nth-child(5) {
    flex: 0 0 40%;
    max-width: 40%;
} 
@media only screen and (max-width: 1800px){
    #footer #footer-boxes>.col {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media only screen and (max-width: 1349px){
    div#footer-boxes:after{
        content: none;
    }
}
@media only screen and (max-width: 1299px){
    #footer-boxes .productlist-filter-headline {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .wa-footer-text-style>a, .wa-footer-text-style, #footer div#footer-boxes .nav-link {
        font-size: 18px;
    }

    #footer div#footer-boxes .nav-link {
        line-height: 34px;
    }

    p.wa-footer-text-style.wa-footer-text-style-pr {
        padding-right: 0px;
    }

    .wa-footer-text-style>a, .wa-footer-text-style {
        line-height: 24px;
    }

    .wa-footer-newsletter button.btn-secondary {
        margin-top: 15px;
        font-size: 14px;
        line-height: 16px;
    }

    .footer-social-media .btn-icon-secondary {
        width: 40px;
        height: 40px;
    }

    img.wa-payment-img {
        max-width: 40px;
    }

    .wa-payments-div {
        column-gap: 0.5rem;
    }
        #footer.newsletter-active #footer-boxes {
        margin-top: 1rem;
    }
    #footer #footer-boxes>.col:first-child {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    #footer #footer-boxes>.col:nth-child(2), 
    #footer #footer-boxes>.col:nth-child(3) {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    #footer #footer-boxes>.col:nth-child(4) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #footer #footer-boxes>.col:nth-child(5) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    div#footer-boxes {
        row-gap: 0.5rem;
        justify-content: unset;
    }

    div#footer-boxes:after {
        content: none;
    }
    #footer #footer-boxes>.col:nth-child(6), 
    #footer #footer-boxes>.col:nth-child(7) {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 855px){
    footer#footer>.container>.row.newsletter-footer+hr {
        display: none;
    }
        #footer-boxes .productlist-filter-headline {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

        #footer div#footer-boxes .nav-link {
        line-height: 26px;
    }
        .wa-footer-text-style>a, .wa-footer-text-style, #footer div#footer-boxes .nav-link {
        font-size: 14px;
    }
    .wa-footer-text-style>a, .wa-footer-text-style {
        line-height: 20px;
    }
    .wa-footer-adress-icon {
        padding-top: 0px;
    }
    .wa-footer-newsletter button.btn-secondary {
        margin-top: 12px;
        font-size: 12px;
        line-height: 14px;
        padding: 10px 25px;
        width: auto;
        min-width: auto;
    }
    #footer-boxes .productlist-filter-headline:after {
    margin-top: 5px;
}
#footer-boxes .box-nav-item {
    margin-top: 0rem;
}
}
@media only screen and (max-width: 767px){
    #footer-boxes .productlist-filter-headline {
        /* margin-bottom: 5px; */
    }

    #footer-boxes .box-normal .box-normal-link {
        display: none;
    }

    #footer-boxes div.collapse {
        display: block;
    }
    #footer #footer-boxes>.col:first-child,
    #footer #footer-boxes>.col:nth-child(2), 
    #footer #footer-boxes>.col:nth-child(3),
    #footer #footer-boxes>.col:nth-child(4), 
    #footer #footer-boxes>.col:nth-child(5), 
    #footer #footer-boxes>.col:nth-child(6), 
    #footer #footer-boxes>.col:nth-child(7){
        flex: 0 0 50%;
        max-width: 50%;

    }
}
@media only screen and (max-width: 520px){
    #footer #footer-boxes>.col:first-child,
    #footer #footer-boxes>.col:nth-child(2), 
    #footer #footer-boxes>.col:nth-child(3),
    #footer #footer-boxes>.col:nth-child(4), 
    #footer #footer-boxes>.col:nth-child(5), 
    #footer #footer-boxes>.col:nth-child(6), 
    #footer #footer-boxes>.col:nth-child(7){
        flex: 0 0 100%;
        max-width: 100%;

    }
}
/******************************************************/
.wa-contact-section{
    background-image: url('/frontassets/contact/map.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 40px;
    margin-bottom: 70px;
}
.contact-form-privacy-css{
    display: none;
}
.wa-contact-button {
    margin: 0 auto;
}


.wa-contact-button button {
    font-family: "NotoSansMedium";
    background: #FF6413 0% 0% no-repeat padding-box;
    border-radius: 35px;
    border: none;
    letter-spacing: 0px;
    color: #F8F8F8;
    font-size: 18px;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wa-contact-form {
    max-width: 1110px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 7px 34px #0000001A;
    padding: 70px;
}
.wa-contact-form-head {
    max-width: 816px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

p.wa-contact-form-heading {
    font-family: "RalewayExtraBold";
    font-size: 50px;
    line-height: 59px;
    letter-spacing: 0px;
    color: #131313;
}

p.wa-contact-form-text {
    font-family: "NotoSansMedium";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #131313;
    opacity: 0.5;
}
.wa-contact-header-inner {
    max-width: 1110px;
    margin: 0 auto;
    background: #131313 0% 0% no-repeat padding-box;
    padding: 80px 40px;
}

.wa-contact-header-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wa-contact-header-col {
    width: 100%;
    max-width: 255px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    padding: 0px 15px;
}

.wa-chc-img-div {
    display: block;
}

p.wa-chc-heading {
    font-family: "RalewayExtraBold";
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #F8F8F8;
    margin-top: 30px;
}

p.wa-chc-text {
    font-family: "NotoSansMedium";
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0px;
    color: #F8F8F8;
    margin-bottom: 0px;
}

p.wa-chc-text>a {
    text-decoration: none;
    color: #fff;
}
.wa-contact-header {
    transform: translate(0px, 60px);
}
.wa-custom-betreff {
    display: none;
}
.wa-custom-betreff+label {
    display: none !important;
}
.wa-contact-form .form-control {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border: none;
    padding: 25px;
}
.wa-contact-form label {
    background: #F8F8F8 !important;
    font-family: "NotoSansRegular";
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #131313;
    opacity: 0.5;
}
.col.wa-contact-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media only screen and (max-width: 991px){
    .wa-chc-img-div>img {
        max-width: 100%;
    }

    .wa-chc-img-div {
        max-width: 35px;
    }

    p.wa-chc-heading {
        font-size: 22px;
        line-height: 24px;
        margin-top: 18px;
        margin-bottom: 7px;
    }

    p.wa-chc-text {
        font-size: 16px;
        line-height: 22px;
    }

    .wa-contact-header-inner {
        padding: 50px 20px;
    }
    .wa-contact-header-col {
        padding: 0px 5px;
        max-width: 200px;
    }
    p.wa-contact-form-heading {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 7px;
    }

    p.wa-contact-form-text {
        font-size: 16px;
        line-height: 24px;
    }

    .wa-contact-button button {
        font-size: 14px;
        line-height: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }

    .wa-contact-form {
        padding: 25px;
    }

    .wa-contact-section {
        padding: 30px;
    }

    .wa-contact-header {
        transform: unset;
    }
}
@media only screen and (max-width: 639px){
    .wa-contact-section {
    margin-bottom: 30px;
}
    .wa-contact-section {
        padding: 20px;
    }
    p.wa-contact-form-text {
    font-size: 14px;
    line-height: 20px;
}
    p.wa-contact-form-heading {
        font-size: 30px;
        line-height: 36px;
    }
    .wa-contact-header-col {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .wa-contact-header-col.wa-contact-header-col-3 {
        margin-bottom: 0px;
    }
    .wa-contact-header-inner {
        padding: 40px 20px;
    }
}
/*****************************************************************/
#shop-nav li.nav-item.dropdown.currency-dropdown {
    display: none;
}
#shop-nav li.nav-item.dropdown.language-dropdown.d-flex {
    display: none !important;
}
#shop-nav .nav-item.dropdown.search-wrapper-dropdown.d-block.d-lg-none {
    display: block !important;
}
header #shop-nav>li#search{
    display: none;
}
header #shop-nav li#shop-nav-wish{
    display: none;
}
header {
    background-image: url('/frontassets/header/header-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-color: black;
}
/**************/
@media (min-width: 992px) {
    header .navbar.align-items-lg-end {
        align-items: center !important;
    }
}
@media (min-width: 992px) {
    header .navbar-nav>.nav-item>.nav-link {
        color: #fff;
    }
}
header .cart-icon-dropdown .cart-icon-dropdown-price {
    display: none;
}
header #shop-nav .nav-link * {
    color: #fff;
}
@media (min-width: 768px) {
    .cart-icon-dropdown:not(.not-empty) .cart-icon-dropdown-icon {
        margin-right: 0rem;
    }
}
header .fa-shopping-cart:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/frontassets/header/cart.png');
    background-repeat: no-repeat;
}
header .fa-user:before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/frontassets/header/profile.png');
    background-repeat: no-repeat;
}
header .fa-search:before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/frontassets/header/search.png');
    background-repeat: no-repeat;
}
@media (min-width: 992px) {
    nav.navbar {
        height: calc(70px + 2.3rem);
    }
}
header .nav-right .dropdown-menu {
    min-width: 20rem;
}
header .dropdown-menu .dropdown-body .search-wrapper .main-search button.btn.btn-secondary {
    padding-bottom: 0px;
}
header .navbar-toggler[aria-expanded=false] .navbar-toggler-icon, 
header .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:after, 
header .navbar-toggler[aria-expanded=false] .navbar-toggler-icon:before {
    background-color: #fff;
}
.badge-primary {
    color: #fff;
    background-color: #FF6413;
}
/*********************************************/
.wa-main-banner-section {
    background-color: #80808054;
}
.wa-main-banner-section {
    background-image: url('/frontassets/main-banner/main-banner.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
p.wa-mb-heading {
    font-family: "RalewayExtraBold";
    font-size: 80px;
    line-height: 94px;
    letter-spacing: 0px;
    color: #F8F8F8;
}
p.wa-mb-text {
    font-family: "NotoSansMedium";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #F8F8F8;
}
a.wa-mb-btn {
    flex: 1;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
a.wa-mb-btn.wa-mb-btn-1 {
    background: #FF6413 0% 0% no-repeat padding-box;
    border-radius: 35px;
    letter-spacing: 0px;
    color: #F8F8F8;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    font-family: "NotoSansMedium";
    /* padding: 25px 80px; */
    padding: 20px;
}
a.wa-mb-btn.wa-mb-btn-2 {
    border: 1px solid #FF6413;
    border-radius: 35px;
    letter-spacing: 0px;
    color: #F8F8F8;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    font-family: "NotoSansMedium";
    /* padding: 15px 16px 15px 54px; */
    padding: 10px 15px;
    justify-content: end;

}
a.wa-mb-btn.wa-mb-btn-2>span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
img.wa-playvideo-icon {
    margin-left: 41px;
}
.wa-mb-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2rem;
    margin-top: 60px;
}
a.wa-mb-btn.wa-mb-btn-2>span>span {
    padding-left: 30px;
}
.wa-mb-content-inner {
    max-width: 540px;
}
[data-page="18"] header#jtl-nav-wrapper {
    position: absolute;
    width: 100%;
    max-width: 100%;
    background-image: none;
    background: #00000080;
}

.wa-main-banner-section {
    padding: 230px 0px 80px;
}

.wa-mb-slider {
    margin-top: 100px;
}
.wa-mb-content-main {
    padding: 0 16%;
}
.wa-mb-slider-main {
    max-width: 730px;
}
.wa-mb-slider {
    position: relative;
}
.owl-nav>button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.owl-nav>button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 100%;
}
img.wa-bci-img {
    width: 160px !important;
    height: 160px;
    object-fit: cover;
}
@media only screen and (max-width: 1299px){
    p.wa-mb-heading {
        font-size: 60px;
        line-height: 72px;
    }

    p.wa-mb-text {
        font-size: 18px;
        line-height: 28px;
    }

    .wa-mb-content-inner {
        max-width: 500px;
    }

    a.wa-mb-btn.wa-mb-btn-2 {
        padding: 10px;
    }

    a.wa-mb-btn.wa-mb-btn-1 {
        padding: 19px;
    }

    .wa-mb-buttons {
        column-gap: 1rem;
        margin-top: 40px;
    }

    a.wa-mb-btn.wa-mb-btn-2>span>span {
        padding-left: 15px;
    }

    .wa-mb-slider {
        margin-top: 70px;
    }

    .wa-main-banner-section {
        padding: 170px 0px 50px;
    }

    .wa-mb-content-main {
        padding: 0 10%;
    }
}
@media only screen and (max-width: 991px){
    .wa-mb-slider-main {
    max-width: 630px;
}
    img.wa-bci-img {
    width: 140px !important;
    height: 140px;
}
}
@media only screen and (max-width: 767px){
    .wa-main-banner-section {
        padding: 100px 0px 35px;
    }
    .wa-main-banner-section {
        padding: 100px 0px 35px;
    }
        p.wa-mb-heading {
        font-size: 42px;
        line-height: 46px;
    }
        p.wa-mb-text {
        font-size: 14px;
        line-height: 20px;
    }
    .wa-mb-content-inner {
        max-width: 420px;
    }
    a.wa-mb-btn.wa-mb-btn-1 {
        font-size: 14px;
    }
    a.wa-mb-btn.wa-mb-btn-2 {
        font-size: 14px;
    }
    img.wa-playvideo-icon {
        margin-left: 10px;
        max-width: 24px;
    }
    a.wa-mb-btn.wa-mb-btn-1 {
        padding: 10px;
    }
        .wa-mb-content-main {
        padding: 0px 20px;
    }
    img.wa-bci-img {
        width: 110px !important;
        height: 110px;
    }
        .wa-mb-slider-main {
        max-width: 500px;
    }
    .owl-nav>button>img {
        max-width: 40px;
    }
    .wa-mb-slider-main {
        max-width: 470px;
    }
}
@media only screen and (max-width: 549px){
        .wa-mb-slider-main {
        max-width: 400px;
    }
}
@media only screen and (max-width: 449px){
    .wa-mb-slider {
        margin-top: 35px;
    }
       img.wa-bci-img {
        width: 100px !important;
        height: 100px;
    }
    .wa-main-banner-section {
        padding: 80px 0px 30px;
    }
        p.wa-mb-heading {
        font-size: 38px;
        line-height: 40px;
    }
        .wa-mb-buttons {
        column-gap: 0.5rem;
        margin-top: 25px;
    }
    a.wa-mb-btn.wa-mb-btn-1 {
        font-size: 12px;
    }
    a.wa-mb-btn.wa-mb-btn-2 {
        font-size: 12px;
    }
}
@media only screen and (max-width: 400px){
    img.wa-bci-img {
        width: 90px !important;
        height: 90px;
    }
}
/***********************************************************/
.product-info-inner .product-title {
    font-family: "RobotoBold";
    letter-spacing: 0px;
    color: #000000;
    /* text-transform: uppercase; */
    font-size: 70px;
    line-height: 92px;
    margin-bottom: 0px;
}
.product-info-inner .price_wrapper .price {
    font-family: "RobotoCondensedBold";
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0px;
}
.product-info-inner span.vat_info,
.product-info-inner .vat_info>a {
    font-family: "RobotoCondensedRegular";
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #AFAEAE;
    text-decoration: none;
}
.product-info-inner .price_wrapper {
    margin-bottom: 0rem;
}
#product-offer .product-info .stock-information {
    display: none;
}
#product-offer .product-info .shortdesc.shortdesc-styling {
    font-family: "RobotoRegular";
    letter-spacing: 0px;
    color: #AFAEAE;
    font-size: 20px;
    line-height: 26px;
}
.product-info-inner .row.price-row-styling {
    margin-bottom: 0px !important;
}
.product-info-inner .variation-wrapper>dt {
    font-family: "RobotoCondensedRegular";
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #AFAEAE;
}
.product-info-inner .info-essential li * {
    font-family: "RobotoBold";
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #515151;
    text-decoration: none;
}
.product-info-inner .basket-form-inline>.col {
    width: auto;
    flex: none;
    max-width: none;
}
.product-info-inner .input-group-text.unit.form-control {
    display: none;
}
.product-info-inner div#quantity-grp {
    max-width: 141px;
    border-radius: 67px;
    background: #F2F2F2;
    border: none;
}
.product-info-inner div#quantity-grp input#quantity{
    background: #F2F2F2;
}
.product-info-inner span.btn-basket-check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    column-gap: 0.5rem;
    color: #fff;
}
.product-info-inner span.btn-basket-check {
    font-family: "Robotolight";
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    column-gap: 0.5rem;
    color: #fff;
    font-weight: normal;
}
.product-info-inner button.btn.js-cfg-validate.btn-primary.btn-block {
    background: #EFB83D 0% 0% no-repeat padding-box;
    border-radius: 67px;
    padding: 10px 42px;
}
.product-info-inner .form-counter {
    max-height: calc(2em + 2.50rem + 2px) !important;
    height: 100%;
    align-items: center;
}
.product-info-inner .basket-form-inline .col:first-child {
    margin-bottom: 0rem;
}
.product-info-inner .row.basket-form-inline>.col:first-child {
    padding-right: 0px;
}
.product-info-inner .row.basket-form-inline i.fas.fa-shopping-cart:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/frontassets/header/cart.png);
    background-repeat: no-repeat;
}
.product-detail .product-actions{
    display: none;
}
/***************************************************/

.nav-tabs {
    border-bottom: none;
}
.tab-navigation .nav-link::after{
    content: none;
}
.nav-tabs .nav-link{
    font-family: "RobotoCondensedBold";
    border-color: unset;
    font-size: 35px;
    line-height: 46px;
    letter-spacing: 0px;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 400;
}
.tab-content {
    margin: 0.5rem 0;
}
#result-wrapper .tab-content .desc {
    /* margin-bottom: 0rem; */
}
/***********************************************************************/
.custom-product-recommendations-header {
    text-align: center;
}
p.cpr-heading {
    font-family: "RobotoCondensedBold";
    font-size: 70px;
    line-height: 144px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    margin: 0px;
}
p.cpr-text {
    font-family: "RobotoCondensedBold";
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #AFAEAE;
    text-transform: uppercase;
}
.recommendations-slider-div .hr-sect.h2 {
    display: none;
}
.recommendations-slider-div-main {
    display: flex;
    flex-wrap: wrap;
}

.recommendations-slider-div {
    flex: 0 0 74%;
    max-width: 74%;
    padding-right: 15px;
}

.recommendations-slider-aside {
    flex: 0 0 26%;
    max-width: 26%;
     padding-left: 15px;
}
.square-image .inner {
    background: #fafafa;
}
.product-wrapper .productbox-title a,
.product-wrapper span.item-slider-desc {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    font-family: "RobotoCondensedBold";
    text-align: left;
    padding-right: 10px;
    word-break: break-word;
}
.product-wrapper a {
    text-decoration: none;
}
.productlist-name-header {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.productlist-name-style {
    flex: 70%;
    max-width: 70%;
}
.productlist-price-style .price.productbox-price {
    font-family: "RobotoCondensedBold";
    font-size: 33px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}

.productlist-price-style {
    flex: 30%;
    max-width: 30%;
}
.productlist-price-style .price_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-bottom: 0px;
}
.productlist-price-style .price.productbox-price span.footnote-reference {
    display: none;
}
.product-last-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        margin-top: 10px;
}
.productlist-cat-name{
    font-family: "RobotoCondensedRegular";
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #AFAEAE;
    text-transform: uppercase;
}
.recommendations-slider-aside-image>img {
    display: block;
    width: 100%;
    max-width: 100%;
}

/********************************************/
[data-page="2"] header#jtl-nav-wrapper {
    position: absolute;
    width: 100%;
    max-width: 100%;
    background-image: none;
    background: #00000080;
}
.wa-listing-banner-section {
    background-image: url('/frontassets/main-banner/main-banner.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 200px 0px 100px;
    background-color: #8080804a;
}
p.wa-listing-banner-heading {
    font-family: "RobotoBold";
    font-size: 80px;
    line-height: 106px;
    letter-spacing: 0px;
    color: #F8F8F8;
    word-break: break-all;
}
.row.breadcrumb-wrapper.no-gutters,
[data-page="2"] #result-wrapper>.content-cats-small,
[data-page="2"] #result-wrapper>.title{
    display: none;
}
@media (min-width: 768px) {
    [data-page="2"] #result-wrapper .productlist-page-nav.productlist-page-nav-header-m {
        margin-top: 0rem;
    }
}
@media (min-width: 768px) {
    [data-page="2"] #result-wrapper .productlist-page-nav.productlist-page-nav-header-m>.col {
        margin-top: 0rem;
    }
}
.wa-custom-page-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.wa-custom-page-nav .dropdown-menu.show {
    left: auto !important;
    right: 0px;
        transform: translate(0px, 41px) !important;
}
.wa-cpn-count .productlist-item-info {
    font-family: "RobotoBold";
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #252525;
    text-transform: uppercase;
}
.wa-cpn-sorting button.btn.btn-outline-secondary.dropdown-toggle::after {
    margin-left: 15px;
    transform: translate(0px, 3px);
}
.displayoptions .dropdown>button,
.wa-cpn-sorting button.btn.btn-outline-secondary.dropdown-toggle {
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #707070;
    border-radius: 5px;
    letter-spacing: 0px;
    color: #252525;
        padding: 10px 25px;
}
.wa-cpn-sorting button.btn.btn-outline-secondary.dropdown-toggle{
     font-family: "RobotoRegular";
}
.displayoptions .dropdown>button{
    font-family: "RobotoBold";
}
[data-page="2"] #result-wrapper .productlist-page-nav.productlist-page-nav-header-m>.col.productlist-item-info {
    display: none;
}
[data-page="2"] #result-wrapper .productlist-page-nav.productlist-page-nav-header-m>.col.productlist-pagination.col-md-auto.col-12 {
    display: none;
}
#product-list + hr.productlist-page-nav-top {
    display: none;
}
#product-list + hr.productlist-page-nav-top + .wa-custom-page-nav {
    display: none;
}
.wa-custom-page-nav + .row.productlist-page-nav-header-m.productlist-page-nav.no-gutters .filter-type-FilterItemSort {
    display: none;
}
.product-layout-styling {
    display: none;
}
.product-wrapper .productbox-ribbon.ribbon {
    display: none;
}
.dropdown.filter-type-FilterItemLimits.btn-group {
    margin-left: 0rem !important;
}
aside#sidepanel_left>.box>button::after{
    content: none !important;
}
aside#sidepanel_left>.box>button+.collapse {
    display: block;
        margin-bottom: 15px;

}
aside#sidepanel_left>.box>button+.collapse+.box-filter-hr{
    display: none;
}
aside#sidepanel_left>.box>button {
    font-family: "RobotoMedium";
    font-size: 19px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #252525;
    text-transform: uppercase;
}
.noUi-horizontal .noUi-handle{
    box-shadow: none;
}
.noUi-horizontal {
    height: 0.2em;
}
.productlist-page-nav-bottom {
    margin-bottom: 1rem;
}
p.custom-price-range {
    font-family: "RobotoRegular";
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #252525;
    margin-top: 20px;
    margin-bottom: 0px;
}
.box-filter-price .box-filter-price-collapse {
    padding-bottom: 0px;
}
.row.price-range-inputs.no-gutters {
    display: none;
}
aside#sidepanel_left .box-link-wrapper>span.word-break{
    font-family: "RobotoRegular";
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #252525;
}


/************************************************************/
.product-wrapper .col.productbox-variations {
    display: none;
}

#product-list .product-wrapper:not(:last-child), #product-list .product-wrapper {
    margin-bottom: 20px;
}

.product-wrapper .productbox-inner::before {
    display: none;
}

#product-list.layout-gallery .productbox-hover.productbox-show-variations.show-variation-collapse:hover {
    box-shadow: none;
    background-color: transparent;
}
/************************************************************/
.productlist-price-style.productlisting-price-style .price.productbox-price{
    font-size: 30px;
}
.productlist-page-nav-end>.productlist-item-info {
    display: none;
}
.productlist-page-nav-end {
    justify-content: center;
}
.productlist-page-nav-end {
    justify-content: center;
}

.productlist-page-nav-end>.productlist-item-info {
    display: none;
}

.productlist-page-nav-end .dropdown-item.page-item a.page-link, 
.productlist-page-nav-end ul.pagination li.page-item:first-child a, 
.productlist-page-nav-end ul.pagination li.page-item:last-child a{
    font-family: "RobotoCondensedBold";
    border: 1px solid #CCCCCC !important;
    border-radius: 10px !important;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #292929;
    text-transform: capitalize;
}
.productlist-page-nav-end ul.pagination li.page-item.disabled{
    opacity: 0.5;
}
.productlist-page-nav-end .dropdown-item.page-item a.page-link{
    opacity: 0.5;
        padding-left: 15px;
    padding-right: 15px;
}
.productlist-page-nav-end .dropdown-item.page-item.active a.page-link {
    opacity: 1;
        background: #F9B002;
    border: none !important;
    color: #fff;
    
}
.productlist-page-nav-end .dropdown-item.page-item.active a.page-link::after {
    content: none !important;
}
.productlist-page-nav-end ul.pagination, .productlist-page-nav-end ul.pagination>li.page-item.dropdown #dropdown-menu-pagination-footer {
    column-gap: 0.5rem;
}
.productlist-page-nav-end+hr.productlist-page-nav-bottom {
    display: none;
}
aside#sidepanel_left>.box>button+.collapse.box-filter-price-collapse {
    margin-top: 10px;
}
.wa-listing-product-buy-form {
    position: relative;
    width: 100%;
    max-width: 100%;
}
.wa-listing-product-buy-form>div {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.wa-listing-product-buy-form div#add-to-cart>.row.basket-form-inline>.col:first-child {
    display: none;
}
.wa-listing-product-buy-form div#add-to-cart>.row.basket-form-inline>.col:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.wa-listing-product-buy-form div#add-to-cart>.row.basket-form-inline {
    margin-bottom: 0px;
}
#add-to-cart+.btn.btn-primary.btn-zumartikel {
    display: none;
}

.wa-listing-product-buy-form {
    display: none;
}
.product-wrapper:hover .wa-listing-product-buy-form {
    display: block;
}
.product-wrapper:hover .wa-listing-product-buy-form .btn {
    font-family: "RobotoCondensedBold";
    background: #F9B002 0% 0% no-repeat padding-box;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: none;
}
.wa-listing-product-buy-form div#add-to-cart>.row.basket-form-inline button .btn-basket-check {
    column-gap: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.productlist-page-nav-header-m + hr.productlist-page-nav-bottom {
    display: none;
}
[data-page="2"] #result-wrapper .productlist-page-nav.productlist-page-nav-header-m {
    margin-bottom: 30px;
}
.product-wrapper:hover .wa-listing-product-buy-form .btn i.fas.fa-shopping-cart::before{
    
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/frontassets/header/cart.png');
    background-repeat: no-repeat;
    transform: translate(0px, 2px);
}
.product-actions button.btn.compare {
    display: none;
}
.product-actions button.btn.wishlist {
    border: none;
    box-shadow: 0px 3px 36px #A2A0A029;
        width: 60px;
    height: 60px;
}
.product-actions button.btn.wishlist span.far.fa-heart {
    max-width: 100%;
    transform: translate(0px, 2px);
}
.product-actions button.btn.wishlist .fa-heart:before {
    content: url('/frontassets/product/Iconly-Light-Heart.png');
}
.productbox-quick-actions {
    right: 1.5rem;
    top: 1.5rem;
}
/******************************************************/
.product-detail .variation-wrapper button.btn.dropdown-toggle {
    border: 1px dashed #C4C4C4;
    border-radius: 20px;
    letter-spacing: 0px;
    color: #252525 !important;
    padding: 20px 20px;
}
.product-detail .variation-wrapper .filter-option-inner-inner {
    font-family: "RobotoMedium";
    font-size: 18px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #252525;
    font-weight: 400;
}
.product-wrapper .wa-listing-product-buy-form>.form-row>form>.col>.input-group.form-counter {
    display: none;
}
.product-wrapper:hover .wa-listing-product-buy-form>.form-row {
    margin: 0px;
    padding: 0px;
}
.product-wrapper .wa-listing-product-buy-form>.form-row>form>.col{
    padding: 0px;
}
[data-page="18"] .productlist-cat-div {
    display: none;
}
.fa-sup{
    background: #EFB83D;
}
#product-offer .product-info .shortdesc.shortdesc-styling * {
    font-family: "RobotoRegular";
    font-family: "RobotoRegular" !important;
}
.custom-product-recommendations-header {
    margin-bottom: 30px;
}
[data-page="1"] div#tabAccordion {
    margin-bottom: 1rem;
}
#product-offer .product-info .shortdesc.shortdesc-styling {
    margin-top: 15px;
}
#product-offer .product-info .product-offer>.row.variations.switch-variations {
    margin-bottom: 0rem;
}
#result-wrapper .tab-content .desc {
    font-family: "RobotoRegular";
    font-family: "RobotoRegular" !important;
    letter-spacing: 0px;
    color: #AFAEAE;
    line-height: 25px;
    font-size: 19px;
}
li.nav-item.active>a {
    color: #EFB83D !important;
}
.product-wrapper .productbox-image {
    overflow: hidden;
}
.product-wrapper:hover .square-image .inner img {
    scale: 1.02;
    transition: 0.1s;
}
.product-wrapper:hover .wa-listing-product-buy-form .btn span.btn-basket-check {
    column-gap: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.noUi-horizontal .noUi-connect {
    background: #EFB83D;
}
.btn-primary{
    background: #EFB83D;
    border-color: #EFB83D;
}
.btn-outline-primary{
    border-color: #EFB83D;
}
/**************************************************************/
@media only screen and (max-width:1350px) {
    .productlist-price-style.productlisting-price-style .price.productbox-price, .productlist-price-style .price.productbox-price {
    font-size: 24px;
}
.product-wrapper .productbox-title a, .product-wrapper span.item-slider-desc {
    font-size: 24px;
    line-height: 26px;
}
p.productlist-cat-name {
    font-size: 18px;
    line-height: 26px;
}
.productlist-name-header {
    margin-top: 10px;
}
}
@media only screen and (max-width:1300px) {
    .product-info-inner .product-title {
    font-size: 50px;
    line-height: 60px;
}
.product-info-inner .price_wrapper .price {
    font-size: 22px;
    line-height: 33px;
}
.product-info-inner span.vat_info, .product-info-inner .vat_info>a {
    font-size: 14px;
    line-height: 18px;
}
.product-info-inner .variation-wrapper>dt {
    font-size: 16px;
    line-height: 18px;
}
.product-detail .variation-wrapper button.btn.dropdown-toggle {
    padding: 10px;
}
.product-detail .variation-wrapper .filter-option-inner-inner {
    font-size: 14px;
    line-height: 16px;
}
#product-offer .product-info .product-offer>.row {
    margin-bottom: 0.5rem;
}
#product-offer .product-info .shortdesc.shortdesc-styling {
    font-size: 16px;
    line-height: 20px;
}
#product-offer .product-info #add-to-cart {
    margin-top: 1rem;
}
.product-info-inner span.btn-basket-check {
    font-size: 20px;
    line-height: 24px;
}
.product-info-inner button.btn.js-cfg-validate.btn-primary.btn-block {
    padding: 8px 30px;
}
#product-offer .product-info ul.info-essential {
    margin: 0rem 0;
}
#product-offer .product-info .product-offer {
    margin-bottom: 1rem;
}
.product-info-inner .info-essential li * {
    font-size: 16px;
    line-height: 20px;
}
.nav-tabs .nav-link {
    font-size: 24px;
    line-height: 30px;
}
p.cpr-heading {
    font-size: 40px;
    line-height: 70px;
}
p.cpr-text {
    font-size: 20px;
    line-height: 22px;
}
}
@media only screen and (max-width:991px) {
    p.wa-listing-banner-heading {
        font-size: 60px;
        line-height: 82px;
    }
    .wa-listing-banner-section {
    padding: 100px 0px 50px;
}
    .productlist-name-style {
    flex: 0 0 100%;
    max-width: 100%;
}
.productlist-price-style {
    flex: 100%;
    max-width: 100%;
}
.productlist-price-style {
    flex: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    margin-top: 10px;
}
        .product-info-inner .product-title {
        font-size: 30px;
        line-height: 40px;
    }
        .product-info-inner .price_wrapper .price {
        font-size: 18px;
        line-height: 22px;
    }
        .product-info-inner span.vat_info, .product-info-inner .vat_info>a {
        font-size: 13px;
        line-height: 16px;
    }
        .product-info-inner .variation-wrapper>dt {
        font-size: 14px;
        line-height: 16px;
    }
    .product-detail .variation-wrapper button.btn.dropdown-toggle {
        padding: 8px 10px;
    }
        .product-detail .variation-wrapper .filter-option-inner-inner {
        font-size: 13px;
        line-height: 15px;
    }
    #product-offer .product-info .product-offer>.row dl {
    margin-bottom: 10px;
    }
    #product-offer .product-info .product-offer>.row.variations.switch-variations {
        margin-bottom: 0px;
    }
        #product-offer .product-info .shortdesc.shortdesc-styling {
        font-size: 14px;
        line-height: 18px;
    }
    .product-info-inner span.btn-basket-check {
        font-size: 16px;
        line-height: 20px;
    }
    .product-info-inner button.btn.js-cfg-validate.btn-primary.btn-block {
        padding: 5px 25px;
    }
    .product-info-inner span.btn-basket-check {
        font-size: 16px;
        line-height: 20px;
    }
    #product-offer .product-info ul.info-essential {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
        .product-info-inner .info-essential li * {
        font-size: 14px;
        line-height: 16px;
    }
        .nav-tabs .nav-link {
        font-size: 22px;
        line-height: 26px;
    }
}
@media only screen and (max-width:575px) {
    .product-info-inner #add-to-cart .btn .btn-basket-check span {
        display: block;
    }
        .product-info-inner .product-title {
        font-size: 24px;
        line-height: 34px;
    }
}
@media only screen and (max-width:1024px) {
    .recommendations-slider-div {
    margin-right: 0px;
    padding-left: 0px;
    overflow: hidden;
}
.recommendations-slider-div .slick-list.draggable {
    padding-right: 0px !important;
}
}
@media only screen and (max-width:767px) {
    #product-list .product-wrapper:hover .wa-listing-product-buy-form .btn {
    font-size: 16px;
    line-height: 20px;
}
.product-wrapper:hover .wa-listing-product-buy-form .btn span.btn-basket-check .wa-btn-check-text,
    #product-list .product-wrapper #add-to-cart .btn .btn-basket-check span {
    display: none !important;
}
    .product-wrapper:hover .wa-listing-product-buy-form .btn {
    font-size: 16px;
    line-height: 20px;
}
    .product-wrapper #add-to-cart .btn .btn-basket-check span {
    display: none !important;
}
    .recommendations-slider-div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .recommendations-slider-aside {
        padding-left: 0px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-wrapper .productbox-title a, .product-wrapper span.item-slider-desc {
    font-size: 20px;
    line-height: 22px;
}
.productlist-price-style.productlisting-price-style .price.productbox-price,
.productlist-price-style .price.productbox-price {
    font-size: 22px;
    line-height: 28px;
}
p.productlist-cat-name {
    font-size: 16px;
    line-height: 20px;
}
}
@media only screen and (max-width:767px) {
    .wa-custom-page-nav {
    margin-bottom: 0px;
}
    .productlist-item-info {
    font-size: 14px;
    line-height: 14px;
}
        p.wa-listing-banner-heading {
        font-size: 32px;
        line-height: 42px;
    }
    .product-wrapper .productbox-title a, .product-wrapper span.item-slider-desc {
    font-size: 16px;
    line-height: 18px;
}
.productlist-price-style.productlisting-price-style .price.productbox-price,
.productlist-price-style .price.productbox-price {
    font-size: 18px;
    line-height: 20px;
}
p.productlist-cat-name {
    font-size: 14px;
    line-height: 14px;
}
    p.cpr-heading {
        font-size: 30px;
        line-height: 50px;
    }
        p.cpr-text {
        font-size: 16px;
        line-height: 16px;
    }
    .custom-product-recommendations-header {
    margin-bottom: 20px;
}
}
@media only screen and (max-width:500px) {
        .wa-listing-banner-section {
        padding: 90px 0px 20px;
    }
        p.wa-listing-banner-heading {
        font-size: 26px;
        line-height: 30px;
    }
}

/*****************************************/
button.custom-arrow.wa-custom-arrow {
    background: none;
    border: none;
}
button.custom-arrow.wa-custom-arrow::after {
    content: none !important;
}

.slick-prev {
    width: 60px;
    height: 60px;
    background: url('/frontassets/main-banner/arrow-left.png') no-repeat center center;
    background-size: contain;
    z-index: 1;
}
.slick-next {
    width: 60px;
    height: 60px;
    background: url('/frontassets/main-banner/arrow-right.png') no-repeat center center;
    background-size: contain;
    z-index: 1;
}
@media only screen and (max-width:991px) {
    .slick-next,
    .slick-prev  {
        width: 40px;
        height: 40px;
    }
}
.slick-prev::after {
    content: '' !important;
}
.slick-next::after {
    content: '' !important;
}
.slick-arrow:hover{
    background-color: transparent;
}
[data-page="18"].slick-arrow {
    opacity: 1 !important;
}
@media only screen and (min-width:1750px) {
    .carousel-arrows-inside .slick-prev {
        transform: translate(-50%, -50%);
    }
    .carousel-arrows-inside .slick-next {
        transform: translate(50%, -50%);
    }
    .opc-product-slider {
        overflow: visible !important;
    }
}
@media only screen and (max-width:400px) {
    .slick-next,
    .slick-prev  {
        width: 35px;
        height: 35px;
    }
        p.cpr-heading {
        font-size: 24px;
        line-height: 40px;
    }
        p.cpr-text {
        font-size: 14px;
        line-height: 16px;
    }
        .product-info-inner span.btn-basket-check {
        font-size: 14px;
        line-height: 18px;
    }
        .product-info-inner button.btn.js-cfg-validate.btn-primary.btn-block {
        padding: 5px 20px;
    }
    .product-info-inner .row.basket-form-inline>.col:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
}
}
@media only screen and (max-width:353px) {
    .product-info-inner .row.basket-form-inline>.col:first-child {
    margin-bottom: 10px;
}
}
/***************************************************************************/
[data-page="7"] #newsContent .newsbox-headline {
    font-family: "RobotoBold";
    text-decoration: none;
}

[data-page="7"] #newsContent .blog-preview-author * {
    font-family: "RobotoMedium";
}

[data-page="7"] #newsContent p[itemprop="description"] {
    font-family: "RobotoRegular";
}

[data-page="7"] #newsContent .newsbox-footer>a {
    font-family: "RobotoCondensedBold";
    text-decoration: none;
}
[data-page="7"] main#main-wrapper>div#content-wrapper>#content>.container>h1 {
    font-family: "RobotoBold";
    text-transform: uppercase;
    color: #252525;
}
.blog-overview .blog-overview-main .custom-select {
    font-family: "RobotoRegular";
    /* font-size: 18px; */
    /* line-height: 18px; */
    border: 1px solid #707070;
    border-radius: 5px;
    letter-spacing: 0px;
    color: #252525;
}
.pagination-wrapper .pagination-entries,
.blog-overview .blog-overview-main .pagination-wrapper .pagination-entries{
    font-family: "RobotoRegular";
}
/*********************************************/
.product-info-inner .variations .btn .filter-option-inner-inner .badge {
    margin-left: 10px;
}