/* Linello 2024 --------------*/

body{
    background:#040404;
}

/* Font --------------- */ 
body{
    font-family: Verdana, Geneva, sans-serif;
  /*  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
}

.table .header .cell {
  color:#040404;
}

.table .header .cell.sort{
    color:#040404;
    cursor:pointer;
}

.fw-alert span{
    color:#040404!important;
}

.fw-alert-danger span {
    color: #e04755!important;
}

.header #bottom-header-container .nav-menu .menu,
.header #top-header-container .header-item,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a {
    font-family: Verdana, Geneva, sans-serif;
    /* font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
}

h1{
    font-size: 5rem;
    font-weight: 700;
    border-bottom: 1px solid #1f2937;
    margin-bottom:2rem;
    text-align:center;
    padding-bottom:1rem;
    color:#fff;
}


@media only screen and (max-width: 1400px) {
    h1{
            word-wrap: break-word;
      overflow-wrap: break-word;
    
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
        }

        h2{
                word-wrap: break-word;
          overflow-wrap: break-word;
        
        -webkit-hyphens: auto;
           -moz-hyphens: auto;
                hyphens: auto;
            }
    }


@media only screen and (max-width: 980px) {
    h1{
        font-size:3rem;
            word-wrap: break-word;
      overflow-wrap: break-word;
    
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
        }

        h2{
            font-size:1.5rem;
                word-wrap: break-word;
          overflow-wrap: break-word;
        
        -webkit-hyphens: auto;
           -moz-hyphens: auto;
                hyphens: auto;
            }
    }

    p{
        font-size:1.2rem;
    
    }

a{
    color:#85241d
    }

    a:hover, a:focus {
        color: #85241d;
    }

    button, 
    *.fw-button, 
    button.fw-button-primary,
    *.fw-button.fw-button-primary {
        background-color: #85241d;
        border-radius:10px;
    }

    button:hover, *.fw-button:hover,
    button:focus, *.fw-button:focus,
    button.fw-button-primary:hover, button.fw-button-primary:focus,
    *.fw-button.fw-button-primary:hover, *.fw-button.fw-button-primary:focus {
        background-color: #040404;
    }

    button.fw-button-primary.fw-button-outline, *.fw-button.fw-button-primary.fw-button-outline{
        border-color:#85241d;
        color:#fff;
        background-color:#040404;
    }

    button.fw-button-primary.fw-button-outline:hover, 
    *.fw-button.fw-button-primary.fw-button-outline:hover{
        border-color:#9a101a;
        background-color:#85241d;
        
    }

    button.fw-button-outline:hover, button.fw-button-outline.fw-button-active, *.fw-button.fw-button-outline:hover, *.fw-button.fw-button-outline.fw-button-active {
        background-color: #85241d;
        cursor:pointer;
    }

    button.fw-button-success, *.fw-button.fw-button-success{
        background-color:#1d8429;
    }

/* Paddings */
.page-Start .main-section{
    margin-top:1rem;
}

@media (min-width: 780px) {
    .header, 
    .main-section,
    footer,
    .breadcrumbs-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 1400px) {
    .header, 
    .main-section,
    footer,
    .breadcrumbs-section {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

/* Font sizes */ 
@media (min-width: 0) {
    .header #bottom-header-container ul li a,
    .header #bottom-header-container ul li span{
    font-size:1.2rem;
    transition:.5s;
    }
}

@media (min-width: 768px) {
    .header #bottom-header-container ul li a,
    .header #bottom-header-container ul li span{
    padding: .7rem .45rem!important;
    font-size:1rem;
    }
}


@media (min-width: 1200px) {
    .header #bottom-header-container ul li a,
    .header #bottom-header-container ul li span{
    font-size:1.2rem;
    padding: .7rem .85rem!important;
    }
}



/* Backgrounds */

.page.main{
    background-image: url(/images/user/linello-bg.jpg);
 /* background-image: url(./linello-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position:relative;
    min-height: 54vh;
}

.page.main .main{
    min-height: 68vh;
}



@media only screen and (max-width: 768px) {
    .offcanvas-wrapper .offcanvas-content {
        background-color: #040404;
        border-left: 1px solid #040404;
    }
}

/* Header ------------ */

.header i, .header span, .header a,
.header #bottom-header-container .nav-menu ul li span, .header #bottom-header-container .nav-menu ul li a {
    color: #fff;
    position:relative;
}

.header a:hover,
.header #bottom-header-container .nav-menu ul li a:hover,
.header #bottom-header-container .nav-menu ul li span:hover{
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .header #bottom-header-container .nav-menu ul.menu li a:hover, .header #bottom-header-container .nav-menu ul.menu li span:hover {
        color: #fff;
    }
}


.header #bottom-header-container .nav-menu ul li a:after,
.header #bottom-header-container .nav-menu ul li span:after{
    display:flex;
    content:"";
    height:1px;
    background:#fff;
    transition:.5s;
    width:0;
    bottom:0;
    left:0;
    position:absolute;
 }

 .header #bottom-header-container .nav-menu ul li a:hover:after,
 .header #bottom-header-container .nav-menu ul li span:hover:after{
   width:100%;
}

.header{
    background:rgba(0,0,0,0.2);
    position:relative;
}

.header #top-header-container{
    background:unset;
    border-bottom: 0;
    width:100%;
    display:flex;
   
 
} 

.header #top-header-container .fw-container{
    width:100%;
} 

.header #top-header-container .fw-container .fw-col-xs{
    width:100%;
    display:flex;
} 


.header #top-header-container #Logo {
   float:none;
   margin-right:auto;
   max-width: 190px;
}

@media only screen and (max-width: 940px) {
    .header #top-header-container #Logo {
        max-width: 150px;
     }
}


.header #top-header-container #Logo a:after {
  display:none!important;
 }

.header #bottom-header-container{
    width:100%;
    background-color: unset;
    border-bottom: 0;
    display:flex;
    justify-content:center;
}

.header #bottom-header-container .fw-container{
  background-color: unset;
    border-bottom: 0;
    box-shadow: unset;
  display:flex;
    text-align:center;
    align-items:center;
    position:absolute;
    height:100%;
 top:0;
 
}

@media only screen and (min-width: 0) {
    .header #bottom-header-container ul{
          width:100%;
          justify-content:flex-start;
          text-align:left;
      }

  
    }
    

@media only screen and (min-width: 768px) {
.header #bottom-header-container ul{
      width:100%;
      justify-content:center;
      text-align:center;
  }
}

@media only screen and (max-width: 768px) {
.menu-sub-content{
    background-color:rgba(133, 36, 29,.3)!important;
}
}

@media only screen and (min-width: 768px) {
    .menu-sub-content{
        background-color:rgba(133, 36, 29,1)!important;
    }
    }

    .menu-sub-content a, .menu-sub-content span{
      font-size:1.1rem!important;
      line-height:130%;
    }

    .menu-sub-content a:hover{
        background-color:unset!important;
    color:#fff!important;
    }

    .header #bottom-header-container .nav-menu ul.menu li.active .active>a, .header #bottom-header-container .nav-menu ul.menu li.active .active>span {
        color: #fff!important;
        background-color: unset!important;
        font-weight: 500;
    }

  
  .header #bottom-header-container ul li a,
  .header #bottom-header-container ul li span{
  font-weight:300;
  }



.header #top-header-container .fw-right {
    float: none;
    margin-left:auto;
    height:100%;
    display:flex;
    text-align:center;
    align-items:center;
}


@media only screen and (max-width: 1190px) {
    .header #top-header-container .fw-right {
    margin-top:-1.5rem;
    }
    
    }

    @media only screen and (max-width: 770px) {
        .header #top-header-container .fw-right {
        margin-top:unset;
        }
        
        }


.header #top-header-container .header-item{
    border:0;
    position:relative;
}

.header #top-header-container .header-item:after{
    display:flex;
    content:"";
    height:1px;
    background:#fff;
    transition:.5s;
    width:0;
    bottom:0;
    left:0;
    position:absolute;
 }

 .header #top-header-container .header-item:hover:after{
   width:100%;
}

.header #bottom-header-container .nav-menu ul.menu li.active>span, .header #bottom-header-container .nav-menu ul.menu li.active>a{
    color:#fff;
}

.header #bottom-header-container .nav-menu ul.menu li.active:after {
   display:none;
}

.header #bottom-header-container .nav-menu ul.menu li.active a.menu-active:after, .header #bottom-header-container .nav-menu ul.menu li.active span.menu-active:after {
  width:100%;
 }
 
/* Cart ---------------- */
.fw-badge-black{
    background:#85241d;
}
.fw-badge-primary {
    background-color: #1d8429;
}

.cart .cart-wrapper .smallcart {
    border-top: 1px solid #85241d;
    background-color: #040404;
}

.cart .cart-wrapper.empty .cart-header .headerinfo{
    background-color: #040404;
    border-top: 1px solid #85241d;
}

.cart .cart-wrapper .smallcart .table .row {
border-top:0;
    background-color: rgba(133, 36, 29, .1);
    border-bottom: 1px solid #85241d;
    margin: 0 0 0 0;
}

.cart .cart-wrapper .smallcart .table .row .DeleteRow{
    max-width:15px;
}

.cart .cart-wrapper .smallcart .table .row .DeleteRow a i{
 color:#e31721;
}
 

/* Left nav ---- */
#SidePanel .offcanvas-wrapper{
    background:#fff;
    padding:1rem;
    border-radius:10px;
    margin-top:2rem;
}


@media (max-width: 768px) {
    #SidePanel .offcanvas-wrapper {
        padding: 0;
    }

    .top-search {
        background-color: #040404;
    }

}


@media only screen and (min-width: 768px) {
.page-Start #SidePanel{
    display:none;
}
}

/* Left menu ---------------- */
.aside .nav-tree li a {
    color:#040404;
    font-size:1rem;
    font-weight:300;
}

.aside .nav-tree li a.current {
    color: #85241d;
    font-weight:500;
}

@media (max-width: 768px) {
    #SidePanel .offcanvas-wrapper {
        padding: 0;
    }

    .top-search {
        background-color: #040404;
    }

    .top-search .fw-input-group{
        border-radius:10px;
    }

    .aside .nav-tree{
        border:0;
    }

    .aside .nav-tree li a {
        color: #fff;
    }

    .aside .nav-tree li a:hover {
        color: #85241d;
    }
}


@media only screen and (min-width: 1025px) {
   .aside {
        max-width: 200px!important;
        flex-basis: 200px!important;
    }
}

@media only screen and (min-width: 1400px) {
    .aside {
         max-width: 300px!important;
         flex-basis: 300px!important;
     }
 }

 /* Sign in --------------- */
 .menuLogin .fw-accordionToggle {
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #1f2937;
}

.header #top-header-container .menuLogin .fw-accordionToggle .fw-right {
    float: right;
    margin-left: unset;
    height: auto;
    color:#fff;
}

    .offcanvas-big-wrapper.offcanvas-open .offcanvas-content{
        background:#040404;
        border-left: 1px solid #85241d;
    }

    .menuLogin .fw-accordionContent{
        background:#040404;
        border-bottom: 1px solid #1f2937;
        color: #fff;
    text-align: left;
 }
    .menuLogin button:hover, .menuLogin *.fw-button:hover,
    .menuLogin button:focus, .menuLogin *.fw-button:focus,
    .menuLogin button.fw-button-primary:hover, .menuLogin button.fw-button-primary:focus,
    .menuLogin *.fw-button.fw-button-primary:hover, .menuLogin *.fw-button.fw-button-primary:focus {
        border-color:#85241d;
    }
   
    /* Signed in menu ----------------- */
    .header .nav-myaccount.offcanvas-content .myaccount-menu {
      margin-top:2rem;
    }
    .header .nav-myaccount.offcanvas-content .myaccount-menu li span, .header .nav-myaccount.offcanvas-content .myaccount-menu li a{
color:#fff;
font-size:1.2rem;
text-align: left;
padding: 1rem 3rem;
position:relative;
    }

    .header .nav-myaccount.offcanvas-content .myaccount-menu li span:After, .header .nav-myaccount.offcanvas-content .myaccount-menu li a:after{
       width:0;
       height:1px;
       background:#fff;
       content:"";
       position:absolute;
       left:0;
       bottom:0;
       transition:.5s;
            }

            .header .nav-myaccount.offcanvas-content .myaccount-menu li span:hover, .header .nav-myaccount.offcanvas-content .myaccount-menu li a:hover{
               color:#fff;
               background:none;
                       }
    .header .nav-myaccount.offcanvas-content .myaccount-menu li span:hover:After, .header .nav-myaccount.offcanvas-content .myaccount-menu li a:hover:After{
     width:100%;
            }


/* Breadcrumbs ----------- */
.breadcrumbs-section{
    margin-top:2rem;
    border:0;
    margin-bottom:-2rem;
}

.breadcrumbs-section a{
    color: #9a101a;
    font-size:1rem;
    position:relative;
}

.breadcrumbs-section a:after{
    display:flex;
    width:0;
    bottom:0;
    content:"";
    height:1px;
    background:#9a101a;
    transition:.5s;
    left:0;
    position:absolute;
}

.breadcrumbs-section a:hover:after{
    width:100%;
}


.breadcrumbs-section span{
    color:#fff!important;
    opacity:.7;
    font-size:1rem;
}
/* Productlist -------------- */

.groupview .groupview-wrapper .item .group-link{
    background:#fff;
    border-radius:10px;
    color: #85241d;
    padding:2rem 1rem!important;
}

.groupview .groupview-wrapper .item .group-link img {
    z-index: 2;
}

.groupview .groupview-wrapper .item .group-link .group-title {
    z-index: 2;
    font-weight:400;
    font-size:1.2rem;
}

.groupview .groupview-wrapper .item.images-no .group-link {
    align-items:center;
    display:flex;
    justify-content:center;
}

.groupview .groupview-wrapper .item.images-no .group-link .group-title {
    position: relative;
    top: unset;
    text-align: center;
    left: unset;
    right: unset;
    margin-top: 0;
}

.groupview .groupview-wrapper .item .group-link:after{
    z-index:1;

    border-radius:10px;
}


@media only screen and (min-width: 1000px) {
    .groupview,
    .prodlistView{
        padding-left: 2rem;
        box-sizing: border-box;
    
    }
    }

@media only screen and (min-width: 1200px) {
.groupview,
.prodlistView{
    padding-left: 4rem;
    box-sizing: border-box;

}
}

.filter-wrapper{
    display:none;
}

/* Grid product-categories ----------- */

@media only screen and (min-width: 400px) {
    .page-ProdGroup .item{
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .page-ProdGroup .item:first-of-type a{
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    }
@media only screen and (min-width: 890px) {
    .page-ProdGroup .item{
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    
    .page-ProdGroup .item:first-of-type a{
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    }

    
@media only screen and (min-width: 1201px) {
.page-ProdGroup .item{
    -webkit-flex-basis: 33.33%;
    -moz-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
}


}

.page-ProdGroup .item:first-of-type{
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
@media only screen and (min-width: 1201px) {
.page-ProdGroup .item:first-of-type a{
    -webkit-flex-basis: 33.33%;
    -moz-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    margin-left:auto;
    margin-right:auto;
}
}



/* Produkt cards ------------ */

.prodlist [class*="fw-col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
}

.window-view .productContainer{
    margin-bottom:2rem;
}

.window-view .productContainer .inner{
    background:#fff;
    border-radius:10px;
}

@media only screen and (min-width: 1400px) {
    .window-view .productContainer .inner{
        padding:2rem;
    }
    }

.window-view .productContainer .inner:after {
    border-radius:10px;
}

.prodlistView .prodlist-wrapper .product-code, .startView .prodlist-wrapper .product-code{
    color:#1f2937;
    opacity:.7;
    margin-top:.5rem;
}

/* Cross-selling -------------- */
.cross-item .inner {
    background:#fff;
    border-radius:10px;
    padding:2rem;
}

.cross-item .inner:after{
    border-radius:10px;
}



@media only screen and (min-width: 1000px) {
    .cross{
        padding-left:3rem;
        padding-right:1rem;
    }
    }
    

@media only screen and (min-width: 1024px) {
    .cross{
        padding-left:4rem;
    }

    .cross {
        max-width: 200px;
        flex-basis: 200px;
        flex-grow: 0;
    }

    .cross .cross-item{
        flex-basis: 100%;
        max-width: 100%;
    }

    .cross-item .inner {
        padding:1rem;
    }
}

@media only screen and (min-width: 1700px) {
    .cross {
        max-width: 300px;
        flex-basis: 300px;
        flex-grow: 0;
    }
}

/* Product detail -------------- */
.addtofavorite{
    display:none!important;
}

.product-wrapper{
    margin-top:2rem;
}

.product-wrapper{
background: rgba(0, 0, 0, 0.5);
border-radius:10px;
padding-top:2rem;
padding-bottom:2rem;
}

.product-wrapper, .product-wrapper p, .product-wrapper span, .product-wrapper h1, .product-wrapper h2, .product-wrapper h3, .product-wrapper h4, .product-wrapper h5, .product-wrapper h6, .product-wrapper a {
 color:#fff;
    }

   /* .product-wrapper .product{
        background:#fff;
        border-radius:10px;
        padding:1rem;

    }

    .product-wrapper .product,
    .product-wrapper .product *{
        color:#040404;
    }*/
.product-wrapper .product-code,
    .product-wrapper .details,
    .product-wrapper #UpdatePanelInfoWrapper{
        padding:0 2rem;
    }

    .product-wrapper .product .product-info .productButtons{
        border:0;
    }

    .product-wrapper .callforprice{
        border:0;
        margin:1rem 0;
        border-bottom: 0;
        background:#1f2937;
        font-size:2rem;
        padding: 1rem;
        display:inline-flex;
        width: auto;
        border-radius: 10px;
        display:none;
    }

    .product-wrapper .specs .table .row {
        background-color: #040404;
    }

    .product-wrapper .specs .table .row:nth-child(odd) {
        background-color: #85241d;
    }

    .links-list a{
        background:#85241d;
        color:#fff;
        border-radius:10px;
        display:inline-flex;
        padding:.5rem 1rem;
        transition:.5s;
    }

    .links-list a:hover{
        background:#040404;
    }

    .product-wrapper .description h2{
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-weight:700;
    }

    .product-wrapper .description,
    .product-wrapper .description p,
    .product-wrapper .description ul li{
       font-size:1.1rem;
       font-weight:400;
           }

           .product-wrapper .description ul li{
              font-size:1rem;
              font-weight:400;
              margin-bottom:.5rem;
                  }


    .product-wrapper .product .product-info .title {
        margin: 0 0 1rem 0;
        font-size:2.8rem;
    }
@media only screen and (min-width: 1000px) {
    .product-wrapper{
        padding-left: 2rem;
        padding-right:2rem;
        box-sizing: border-box;
    
    }
    }

@media only screen and (min-width: 1200px) {
    .product-wrapper{
    padding-left: 4rem;
    padding-right:4rem;
    box-sizing: border-box;

}
}
.fw-tabs {
    border-bottom: 1px solid #85241d;
}

.fw-tabs>li.active>a, .fw-tabs>li.active>a:focus, .fw-tabs>li.active>a:hover{
    color:#fff;
    background:#85241d;
    font-weight:bold!important;
    border-color: #85241d #85241d transparent;
}

.fw-tabs>li>a {
    color:#fff;
    font-weight:bold;
    font-size:1rem;
}

.fw-tabs>li>a:hover {
    color:#fff;
    background:#040404;
    border-bottom:1px solid #85241d;
    font-weight:bold!important;
}

/* Create account & pages -------------- */
.registration, 
.page-Prodlist .list_info,
.type-MyAccount .content-wrapper,
.page-Contact .content-wrapper,
.page-Text .content-wrapper,
.page-Login .content-wrapper .main{
    background: rgba(0, 0, 0, 0.5);
border-radius:10px;
padding:2rem;
box-sizing: border-box;
color:#fff;
}

.text-wrapper a{
    color: #9a101a;
    text-decoration: underline;
    font-weight: bold;
}

.text-wrapper a:hover{
text-decoration:none;
}

.searchView .text-wrapper{
    margin-bottom:1rem;
}

.searchString {
    color: #fff;
}

.page-Prodlist .list_info a{
    background: #85241d;
    color: #fff;
    border-radius: 10px;
    padding: 1rem 2rem;
    margin: 0 0 .5rem 0;
    display: inline-flex;
    transition:.5s;
}

.page-Prodlist .list_info a img{
    margin-left:1rem;
    height: auto;
    object-fit: contain;
}

.page-Prodlist .list_info a:hover{
    background: #040404;
}

.registration a{
    text-decoration: underline;
    font-weight:bold;
}

.registration a:hover{
    text-decoration: none;
}

.registration .fw-button,
.myAccount .fw-button{
    padding: .5rem 2rem;
    height: auto;
    font-size: .9rem;
}


.registration p,
.text-wrapper p,
.myAccount p,
.page-Login p
{
font-size:1.4rem;
}

.text-wrapper h2{
    font-size:2rem;
    font-weight: 700;
}

.text-wrapper ul li{
    font-size:1.1rem;
    margin-bottom:.5rem;
}

.myAccount #ChangeLoginText
{
font-size:1rem;
}

.registration .label,
.myAccount .label
{
font-size:.9rem;
margin-top:.5rem;
}

#UserInformationInner{
    margin-left:auto;
    margin-right:auto;
}

@media only screen and (min-width: 1200px) {
    .registration,
    .page-Login .content-wrapper .main{
    padding: 4rem;
    box-sizing: border-box;
    margin-left: 4rem;

}
}

.page-Text .text-wrapper,
.page-Contact .text-wrapper,
.page-Contact .contact,
.page-Login .login{
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}

.page-Contact .contact{
    text-align:center;
}

.page-Contact .contact div{
margin-bottom:1rem;
}

.page-Text .aside,
.page-Contact .aside,
.type-MyAccount .aside
{
display:none;
}

.type-MyAccount .text,
.page-Contact .contact {
    font-size: 1.4rem;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    margin-bottom: 2rem;
    width:100%;
}

#UserInformationView #MandatoryText {
    font-size: 1rem;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    margin-bottom: 2rem;
    width:100%;
    display:block;
}

/* Order -------------- */
.page-OrderOverview .aside{
    display:none;

}
.orderOverview{
    background: #fff;
    border-radius: 10px;
    padding: 3rem;
    box-sizing: border-box;
    overflow: hidden;
    margin-top:1rem;
}

.orderOverview,
.orderOverview p,
.orderOverview h1,
.orderOverview h2,
.orderOverview h3,
.orderOverview h4,
.orderOverview h5{
    color:#040404
}

.orderOverview p{
   font-size:1.4rem;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    max-width:980px;
}

/* Favorites --------------- */
.page-Favourites .aside{
    display:none;
}

.page-Favourites #Main .header{
    padding: 0;
    background: none;
    border-bottom: 1px solid #1f2937;
    margin-bottom: 1rem;
}

.page-Favourites #Main .addtolist{
    border-radius:10px;
    background:#fff;
    color:#040404;
    padding:2rem;
    margin-top:1.5rem;

}

.page-Favourites #Main .addorcreate{
    margin-top:2rem;
}

.page-Favourites #Main .addtolist h2{
    margin: 0 0 1.5rem 0;
}

.page-Favourites #Main{
 /*   background: rgba(0, 0, 0, 0.5);
    border-radius:10px;
    padding:2rem;
    box-sizing: border-box;
    color:#fff;
    margin-top:1rem;*/
}

.page-Favourites #MainContent_AddToList label{
    font-size: 1.1rem;
    margin-top: -.5rem;
    margin-bottom: .5rem;
    text-transform: none;
    font-weight: 400;
}

.page-Favourites #MainContent_AddToList input[type="radio"], .page-Favourites #MainContent_AddToList input[type="checkbox"] {
    margin-bottom: 1rem;
}

.page-Favourites #Main .text,
#UserInformationView .text{
    font-size: 1.4rem;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    margin-bottom: 2rem;
}

.page-Favourites #Main .favouriteArtList{
    margin-bottom:1rem;
    font-size: 1.2rem;

}

.page-Favourites #Main .favouriteArtList .row{
background:#fff;

}

.page-Favourites .buttonPanel .fw-button{
    margin-bottom:1rem;

}


@media only screen and (max-width: 770px) {

    .page-Favourites .btn-group .fw-button{
        width:100%;
    
    }
}


/*Mobile quickbar ------------*/
@media only screen and (max-width: 768px) {
.bottom-offcanvas-toggles{
    background: rgba(0, 0, 0, 0.9);
}

.bottom-offcanvas-toggles button, .bottom-offcanvas-toggles button i{
color:#fff!important;
}


    .bottom-offcanvas-toggles>div {
        border-right: 1px solid #85241d;
    }
}


/* Swiper ---------------------------- */

.swiper {
    margin: 0;
    background:rgba(0,0,0,0.2);
}

.swiper .swiper-slide{
    z-index:-10!important;
    opacity:0!important;
    display: flex;
    position: relative;
    align-items: center;
    align-content: center;
    justify-content: center;

}
.swiper .swiper-slide-active{
    z-index:10!important;
    opacity:1!important;
}

.swiper .swiper-slide a {
   
}

.swiper .swiper-slide a:before {
   /* display: flex;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(236, 245, 250, .4);
    transition: .5s;*/
}

.swiper .swiper-slide .text {
    display: flex;
    flex-direction: column;
 /*   position: absolute;
    justify-content: center;
    align-items: center;
    text-align: center;*/
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto auto auto 0;
    width: 50%;
    width:100%;
    justify-content:center;
    align-items:center;
    align-content:center;
    text-align:center;
    padding:.5rem 5rem;
    height: auto;
    font-size: 1.5rem;
    font-weight: 300;
    color:#fff;
 
}

.swiper .swiper-slide .text * {
    max-width: 890px;
}

.swiper .swiper-slide .text p {
    font-size: 1.2rem;
    font-weight: 300;
    margin: .5rem 0;
    max-width: 540px;
}

.swiper .swiper-slide .text h1,
.swiper .swiper-slide  .text h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height:120%;
}

.swiper .swiper-button {
    display: flex;
    color: #fff !important;
    text-transform: uppercase;
    background: #e31721;
    text-decoration: none;
    margin: 2rem 0 !important;
    padding: 1rem 2rem;
    transition: ease-out .4s;
    border-radius: 3px;
}

.swiper img {
    max-height: 50vh;
    min-height: 300px;
    width: 50%;
    object-fit: cover;
}

@media only screen and (max-width: 1100px) {
    .swiper img {
        width: 100%;
    }

    .swiper .swiper-slide a .text {
       width:100%;
    }

    .swiper .swiper-slide a {
        flex-wrap:wrap;
    }

    .swiper .swiper-slide .text h1,
.swiper .swiper-slide  .text h2 {
    font-size: 3rem;
}
    
}

@media only screen and (max-width: 720px) {
    .swiper .swiper-slide .text {
        padding:2rem 2rem;
     
    }
    .swiper .swiper-slide .text h1,
.swiper .swiper-slide  .text h2 {
    font-size: 2rem;
}
    
}

.swiper-button-next, .swiper-button-prev{
    color:#85241d!important;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size:1.3rem!important;
}

.no-swiper-active .swiper-button-next, 
.no-swiper-active .swiper-button-prev{
    display:none!important;
}

.swiper-pagination-bullet{
    background:#9a101a!important;
}

.page-Start .startView .custom-textblock{
    display:flex;
    background:rgba(0,0,0,0.2);
    width:100%;
    padding:2rem;
    box-sizing: border-box;
    flex-direction:column;
    margin-top:1rem;
    margin-bottom: -6rem;
}


.page-Start .startView .custom-textblock .custom-images{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:1rem;
    width:100%;
    max-width: 980px;

}

.page-Start .startView .custom-textblock .custom-images img{
object-fit:cover;
width:25%;
max-height:200px;

    }

    @media only screen and (max-width: 1024px) {

        .page-Start .startView .custom-textblock .custom-images img{
            width:50%;
            
                }
            
    }

    
    @media only screen and (max-width:720px) {

        .page-Start .startView .custom-textblock .custom-images img{
            width:100%;
            height:auto;
            
                }
            
    }

    .page-Start .startView .custom-textblock .custom-text{
        justify-content:center;
        text-align:center;
        width:100%;
        max-width:980px;
    }

    
    @media only screen and (max-width:1600px) {

        .page-Start .startView .custom-textblock .custom-text{
            max-width:600px;
        }
            
    }

    @media only screen and (max-width:1400px) {

        .page-Start .startView .custom-textblock .custom-text{
            max-width:600px;
        }
            
    }
 



.page-Start .startView .custom-textblock,
.page-Start .startView .custom-textblock *,
.page-Start .startView .custom-textblock p{
color:#fff!important;
margin-left:auto;
margin-right:auto;
}



.page-Start .startView .custom-textblock p{
 font-size:1.2rem;
 font-weight:300;
}

.page-Start .startView .contact-block{
    display:flex;
    background:rgba(0,0,0,0.2);
    width:100%;
    padding:2rem;
    box-sizing: border-box;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin-top:3rem;
    margin-bottom:-7rem;
}

.page-Start .startView .contact-block,
.page-Start .startView .contact-block *
{
   color:#fff;
}

.page-Start .startView .contact-block a
{
   background:#85241d;
   border-radius:100px;
   padding:1rem 4rem;
   margin-top:1rem;
   font-size:1.4rem;
   font-weight:400;
   transition:.5s;
   margin-bottom:1rem;
}

.page-Start .startView .contact-block a:hover
{
   background: #040404;
}

.page-Start .startView .custom-textblock h2,
.page-Start .startView .contact-block h2{
    font-size:3rem;
    font-weight: 700;
}


/* Checkout and orderviews ------------------ */
.checkout .checkout-wrapper,
.page-Receipt .confirmed-wrapper,
.page-OrderOverview .orderView{
background:#fff;
border-radius:10px;
padding:2rem;
margin-left: auto;
        margin-right: auto;
        color:#040404;
}

.page-Receipt .confirmed-wrapper .header{
background:none;
padding:0;
}

.checkout h1,
.page-Receipt .confirmed-wrapper h1,
.page-OrderOverview .orderView h1
{
color:#040404;
    }

    .page-Receipt .confirmed-wrapper h2{
        font-weight:700;
        font-size: 2rem;
    }
    
    .checkout .header i, .checkout .header span, .checkout .header a, .checkout .header #bottom-header-container .nav-menu ul li span, .checkout .header #bottom-header-container .nav-menu ul li a,
    .page-Receipt .confirmed-wrapper .header i, .page-Receipt .confirmed-wrapper .header span, .page-Receipt .confirmed-wrapper .header a, .page-Receipt .confirmed-wrapper .header #bottom-header-container .nav-menu ul li span, .page-Receipt .confirmed-wrapper .header #bottom-header-container .nav-menu ul li a,
    .page-OrderOverview .orderView .header i, .page-OrderOverview .orderView .header span, .page-OrderOverview .orderView .header a, .page-OrderOverview .orderView .header #bottom-header-container .nav-menu ul li span, .page-OrderOverview .orderView .header #bottom-header-container .nav-menu ul li a{
        color:#040404;
    }

    .page-Receipt .confirmed-wrapper .header a, .checkout .header a, .page-OrderOverview .orderView .header a, .overview-wrapper .row a{
        color:#9a101a;
        text-decoration: underline;
    }

    .page-Receipt .confirmed-wrapper .header a:hover, .checkout .header a:hover, .overview-wrapper .row a:hover, .page-OrderOverview .orderView .header a:hover{
        text-decoration: none;
    }

    .orderView .btn-group {
        border-top: 0;
        border-bottom: 0;
    }

    .checkout .sectionRadiobuttons .partFee {
        margin-right: 10px;
        text-align: right;
        margin-left: auto;
    }

@media (min-width: 1024px) {
    .checkout .checkout-wrapper{
      padding:5rem;
        }
}


/* Footer ---------------- */
footer{
    background:#85241d;
    padding: 1.5em 0 0;
}


footer, footer a, footer p, footer h1, footer h2, footer h3, footer h4{
    font-size:1rem;
}

footer, footer a, footer p{
    font-weight:300;
}

footer a,
footer a:hover{
color:#fff;
}

footer a:after{
    display:flex;
    content:"";
    height:1px;
    background:#fff;
    transition:.5s;
    width:0;
    bottom:0;
    left:0;
    position:absolute;
 }

footer a:hover:after{
   width:100%;
}


footer #MainFooter_FooterInner div {
    border: 0;
    padding:0 .5rem;
}

footer #MainFooter_FooterInner a {
  display:inline-flex;
  position:relative;
}

.footer-wrapper .footerInfo{
    display:none;
}

#MainFooter_FooterCompanyInfo {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.footer-content{
    width:100%;
    display:flex;
}

.footer-content tr, .footer-content tbody {
    width: 100%;
    display: flex;
}


.footer-content a:after {
    width: 0;
}

.footer-content a:hover:after {
    width: 0;
}

.footer-content .col h2{
    margin-bottom:1rem;
    font-weight: 700;
 }

 
.footer-content .col p{
 font-weight:400;
 margin-bottom:0;
 }

 .footer-content .col a{
    font-weight:500;
    }


 .footer-content .col .strong{
    font-weight: 700;
 }



.footer-content .col:first-of-type{
    margin-right:auto;
 }

.footer-content .col:last-of-type{
   margin-left:auto;
}

.footer-content .socials-col a:after {
    width: 0;
}


.footer-content .socials-col a img{
  transition:.5s;
  max-height:30px!important;
  width:auto!Important;
}



.footer-content .socials-col a:hover img{
   transform: scale(1.1);
}


@media (max-width: 1024px) {

.footer-wrapper .fw-col-sm-12{
    flex-basis: 100%;
    max-width: 100%;
}

}


@media (max-width: 890px) {
    .footer-content,
    .footer-content tr, 
    .footer-content tbody{
        flex-wrap:wrap;
    }

    .footer-content .col{
        width:50%;
     }
    .footer-content .col:last-of-type{
        width:100%;
     }
     
    
}


@media (max-width: 600px) {
    .footer-content .col{
        width:100%;
        text-align:center;
        margin-bottom:1rem;
     }
    
}


/* Remove cost in checkout ----------------- */
.checkout #GeneralDiscount,
.checkout #pnlVat,
.checkout #pnlRoundOff,
.checkout #sumTotal,
.checkout div#grdCart_header div:nth-last-child(4) span,
.checkout .cart-section .row div:nth-last-child(4) span
{
    display:none!important;
}


/* Toggle start page content ----------------- */
.page-Start .startView .custom-textblock a {
    font-weight: bold;
    text-decoration: underline;
}

.page-Start .startView .custom-textblock a:hover {
     text-decoration: none;
}

.sr-only{
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
}
.ex-toggle-button{
    background-color: #85241d;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 500!important;
    font-size: 1rem;
    text-transform: none;
    height: 2.308em;
    padding: 0 .95em;
    color: #fff;
    border: 1px solid transparent;
    box-shadow: none;
    transition: background-color 250ms ease-out, color 250ms ease-out, border 250ms ease-out;
    display: inline-block;
    line-height: 2.136;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: .5rem;
    text-decoration:none!important;
}
.ex-toggle-button:hover{
    background:#000;
}

.ex-toggle-button.no-show{
    display:none;
}

.ex-toggle-content.closed{
    height:0;
    overflow:hidden;
    }

.ex-toggle-content h3{
font-weight:bold;
font-size: 1.7rem;
    margin-top: 2rem;
}

