


/*
------------------------------------------------------------
HEADER
------------------------------------------------------------
*/



/* Header
------------------------------------------------------------ */

header {
    display: block;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}


/* Header > Top
------------------------------------------------------------ */

header .top {
    position: relative;
    padding: 0;
    background-color: #e8e8e8;
}
header .top .container {
    position: relative;
    padding: 14px 15px 10px;
    flex-wrap: nowrap;
}

header .top .mob-brand-logo,
header .top .mob-sp {
    display: none;
}
header .top .rete {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 110px;
    padding: 15px;
    background-color: #0d52a0;
    align-items: center;
}
header .top .rete span {
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}


/* Header > Top > Mobile nav trigger
------------------------------------------------------------ */

header .top .mobile-nav-trigger {
    display: none;
    flex: 0 0 30px;
    font-size: 30px;
}


/* Header > Top > Social
------------------------------------------------------------ */

header .top .social {
    flex-grow: 1;
    flex-basis: 0;
}


/* Header > Top > Brand
------------------------------------------------------------ */

header .top .brand {
    flex-grow: 1;
    flex-basis: 0;
    width: 180px;
    height: 64px;
    background-image: url(../images/logo-selva-commerciale.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
/* Retina images */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .header .top .brand {
        background-image: url(../images/logo-selva-commerciale@x3.png);
    }
}

/* Header > Main
------------------------------------------------------------ */

header div.main {
    padding: 0 30px;
    background-color: #f4f4f4;
    text-align: center;
}


/* Header > Nav
------------------------------------------------------------ */

header nav.main {
    display: none;
}
header nav.main > a,
header nav.main > button {
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #0d52a0;
    text-transform: uppercase;
    margin: 0;
    padding: 23px 40px;
    transition: border-color .6s ease, color .6s ease, background-color .6s ease;
}
html.no-touch header nav.main > a:hover,
html.no-touch header nav.main > button:hover {
    color: #1e2456;
}
header nav.main > a.active,
header nav.main > button.active {
    color: #1e2456;
    font-weight: bold;
}


/* Header > Compact
------------------------------------------------------------ */

header.compact {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 600;
    display: none;
    transform: translateY(-100%);
    transition: transform .2s ease;
    
}
header.compact.in {
    transform: translateY(0);
}
header.compact .top .brand {
    width: 190px;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
}
header.compact .main {
    background: transparent;
}
header.compact nav a,
header.compact nav button {
    font-size: 20px;
    padding: 23px 15px;
    margin: 0;
    line-height: 28px;
}
header.compact .top .country {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
}



/*
------------------------------------------------------------
BRAND NAV
------------------------------------------------------------
*/



.brand-nav-wrapper {
    padding: 5px 0;
}
.brand-nav-wrapper.flow {
    position: fixed;
    top: 168px;
    width: 100%;
    z-index: 500;
    background-color: transparent !important;
}
.brand-nav-wrapper.sticky {
    position: fixed;
    top: 98px;
    width: 100%;
    z-index: 500;
    background-color: #FFF;
}
.brand-nav {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    float: right;
    padding: 0;
    background-color: #FFF;
    box-shadow: inset 0 -2px 4px rgba(0,0,0,0.1);
    z-index: 90;
}
.brand-nav a {
    display: block;
    position: relative;
    padding: 0 5px;
    transition: none;
    text-align: center;
    padding: 10px 10px 3px;
}
.brand-nav a + a {
    margin-left: -1px;
}
.brand-nav a + a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    bottom: 5px;
    border-left: 1px solid #FFF !important;
    opacity: 0.6;
}
.brand-nav .ico {
    display: block;
    width: 52px;
    height: 30px;
    margin: auto;
}

@font-face {
    font-family: 'brand-nav-ico';
    src: url('../images/brand-nav-ico.woff?9k9sq9') format('woff');
    font-weight: normal;
    font-style: normal;
}
.icon-brand-nav-ico-list,
.icon-brand-nav-ico-home,
.icon-brand-nav-ico-motor {
    color: #FFF;
    font-size: 25px;
    font-family: 'brand-nav-ico' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-brand-nav-ico-list:before {
    content: "\e900";
}
.icon-brand-nav-ico-home:before {
    content: "\e901";
}
.icon-brand-nav-ico-motor:before {
    content: "\e902";
}

.brand-nav .lab {
    display: block;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.brand-nav a.active .brand-nav-ico {
    opacity: 0.3;
}


.brand-nav a:hover {
    background-color: #FFF
}
.brand-nav a:hover .icon-brand-nav-ico-list,
.brand-nav a:hover .icon-brand-nav-ico-home,
.brand-nav a:hover .icon-brand-nav-ico-motor,
.brand-nav a:hover .lab {
    color: #1e2456 !important;
}
.brand-nav a:hover .lab{
    display: flex;
}



/*
------------------------------------------------------------
FOOTER
------------------------------------------------------------
*/



/* Footer > Contacts Highlight
------------------------------------------------------------ */

.contacts-highlight {
    padding: 30px 0 16px;
    background: #1e2456;
}
.contacts-highlight h4 {
    color: #FFF;
    font-size: 50px;
    line-height: 64px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.contacts-highlight h4 strong {
    display: block;
    font-size: 50px;
}
.contacts-highlight.mc-motore,
.contacts-highlight.mc-imbarcazione {
    margin-top: 40px;
}
.contacts-highlight.mc-motore h4 {
    font-size: 38px;
    line-height: 42px;
}
.contacts-highlight.mc-imbarcazione h4 {
    font-size: 36px;
    line-height: 40px;
}
.contacts-highlight.mc-motore h4 strong,
.contacts-highlight.mc-imbarcazione h4 strong {
    margin-top: 20px;
}


/* Footer
------------------------------------------------------------ */

footer {
    z-index: 80;
}


/* Footer > Main
------------------------------------------------------------ */

footer .main {
    background-color: #0d519f;
}
footer .main .container {
    padding: 0 35px;
}


/* Footer > Main > Nav
------------------------------------------------------------ */

footer .main nav div {
    padding: 15px 0;
    display: inline-block;
    vertical-align: top;
}
footer .main nav a {
    display: block;
    color: #FFF;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: 0;
}
html.no-touch footer .main nav a:hover {
    color: #CCC;
}
footer .main nav div + div {
    margin-left: 60px;
}


/* Footer > Main > Social
------------------------------------------------------------ */

footer .main .social-wrapper {

}
footer .main .social-wrapper h6 {
    color: #FFF;
    font-size: 16px;
    margin: 0 0 16px;
}
footer .main .social-wrapper .social {
    text-align: center;
}
footer .main .social-wrapper .social a {
    width: 45px;
    height: 45px;
    background-size: auto 45px;
    background-image: url(../images/ico-social@x2.png);
}
footer .main .social-wrapper .social a.instagram {
    background-position: -54px 0;
}
footer .main .social-wrapper .social a.youtube {
    background-position: -108px 0;
}


/* Footer > Copy
------------------------------------------------------------ */

footer .copy {
    padding: 35px 0 15px;
    align-items: center;
}
footer .copy .container {
    align-items: baseline;
}
/* Retina images */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    footer .copy .q8-oils {
        background-image: url(../images/logo-q8-oils@x3.png);
        background-size: 100%;
    }
}
footer .copy .links {
    width: 100%;
    list-style: none;
    margin: 0 0 6px;
    padding: 0;
    font-size: 0;
    text-align: center;
}
footer .copy .links li {
    display: inline-block;
    
}
footer .copy .links li + li {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #777;
}
footer .copy .links span,
footer .copy .links a{
    color: #777777;
    font-size: 15px;
    line-height: 18px;
}
html.no-touch footer .copy .links a:hover {
    border-bottom: 1px dotted #777;
}



/*
------------------------------------------------------------
HOME
------------------------------------------------------------
*/



/* Home > Carousel
------------------------------------------------------------ */

.home-carousel {
    background: #424242;
}
.home-carousel .image {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media all and (max-width: 1319px){
    .home-carousel .image {
        height: auto;
    }
    .home-carousel .image:after {
        content: '';
        display: block;
        position: relative;
        width: 100%;
        padding-top: 39.06%;
    }
}


/* Home > Highlight
------------------------------------------------------------ */

.home-highlight {
    position: relative;
    padding: 26px 0 31px;
}
.home-highlight h4 {
    color: #1e2456;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.home-highlight:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -28px;
    border: 28px solid transparent;
    border-top-color: #FFF;
}


/* Home > Brands
------------------------------------------------------------ */

.home-brands {
    padding: 40px 0;
    background-color: #ededed;
}
.home-brands .container {
    /* padding: 0 40px; */
}
.home-brands .home-brands-list {
    margin-left: -40px;
    margin-right: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.home-brands .container .home-brand {
    flex-shrink: 0;
    width: 50%;
    padding: 10px 40px;
}
.home-brands .container .home-brand .inner {
    display: block;
    background-color: #FFF;
    padding: 50px;
}
.home-brands .container .home-brand .inner img {
    display: block;
    margin: auto;
}



/*
------------------------------------------------------------
PRODUCTS
------------------------------------------------------------
*/



/* Products Category > Nav
------------------------------------------------------------ */

.products-category-nav {
    background-color: #ededed;
}

.products-category-nav.sticky {
    position: fixed;
    /* top: 98px; */
    top: 171px;
    width: 100%;
    z-index: 500;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.products-category-nav .flex {
    align-items: stretch;
    flex-wrap: nowrap;
}
.products-category-nav a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    align-items: center;
    padding: 25px 0 15px;
    border-bottom: 10px solid transparent;
}
.products-category-nav a:before,
.products-category-nav a:last-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: -10px;
    width: 1px;
    background-color: #FFF;
}
.products-category-nav a:before {
    left: 0;
}
.products-category-nav a:after {
    right: 0;
}

.products-category-nav.single a:before,
.products-category-nav.single a:after {
    content: none;
}
.products-category-nav a div {
    display: block;
    width: 100%;
    color: #545454;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.products-category-nav a div span {
    font-weight: normal;
    margin: 0 5px;
}
.products-category-nav a span:empty {
    display: none;
}


/* Product > Head
------------------------------------------------------------ */

.product-head {
    padding: 33px 0 20px;
}
.product-head h4 {
    position: relative;
    color: #545454;
    font-size: 36px;
    text-align: center;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.product-head h4 span {
    display: inline-block;
}
.product-head h4 span + span{
    margin-left: 8px;
}
.product-head h4 span:empty {
    display: none;
}
.product-head h4 span:nth-child(2) {
    font-weight: 700;
    text-transform: uppercase;
}
.product-head.mc-imbarcazione span {
    font-weight: 700;
    text-transform: uppercase;
}


/* Product > Head Thumb
------------------------------------------------------------ */

.product-head-thumb {
    border-top: 1px solid #dddddd;
    padding: 40px 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e3e3e3+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}
.product-head-thumb img {
    margin: auto;
}


/* Product > Details
------------------------------------------------------------ */

.product-details {
    padding-top: 40px;
    /* border-top: 1px solid #dddddd; */
}
.product-details .main {
    display: flex;
    align-items: center;
}
.product-details .main .thumb {
    flex-shrink: 0;
    width: 600px;
    margin-right: 30px;
}
.product-details .main .thumb img {
    margin: auto;
}
.product-details .main .content {

}
.product-details .main .content .title {
    color: #545454;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 35px;
    text-transform: uppercase;
}
.product-details .main .content .description {
    color: #606060;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}


/* Product > Features
------------------------------------------------------------ */

.product-features {
    margin-top: 30px;
}
.product-features .product-features-head {
    padding: 70px 0 60px;
    cursor: pointer;
    transition: background-color .6s ease;
}
.product-features .product-features-head h4 {
    color: #545454;
    font-size: 44px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}

.product-features .product-features-content {
    padding: 0 0 45px;
}
.product-features .product-features-content table {
    width: 100%;
    table-layout: fixed;
}
.product-features .product-features-content table tr {
    
}
.product-features .product-features-content table tr td {
    color: #545454;
    font-size: 16px;
    border-top: 1px solid #545454;
    padding: 10px 30px;
}
.product-features .product-features-content table tr:first-child td {
    border-top: 0;
}
.product-features .product-features-content table tr td.lab {
    max-width: 500px;
}
.product-features .product-features-content table tr td.val {
    font-size: 24px;
    font-weight: 600;
}


/* Product > Equipments
------------------------------------------------------------ */

.product-equipment {
    margin-top: 30px;
    background-color: #424242;
    padding: 34px 0;
}
.product-equipment .product-equipment-head {

}
.product-equipment .product-equipment-head h4 {
    color: #FFF;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}
.product-equipment .product-equipment-content {
    color: #FFF;
    margin-top: 34px;
}
.product-equipment .product-equipment-content p {
    padding: 6px 30px;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}
.product-equipment .product-equipment-content p + p {
    border-top: 1px solid #FFF;
}


/* Product > Description
------------------------------------------------------------ */

.product-description {
    margin: 0 0 50px;
    color: #606060;
    font-size: 16px;
    line-height: 22px;
}
.product-description p.high {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 50px;
}
.product-description h4.sml {
    color: #424242;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.product-description p.sml {
    color: #424242;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.product-description p + p.ss {
    /* margin-top: 50px; */
}
.product-description p.ss + p.sst {
    margin-top: 30px;
}


/* Product > Media
------------------------------------------------------------ */

.product-media {
    margin: 40px 0;
}
.product-media-carousel {}
.product-media-carousel .slide {
    position: relative;
}
.product-media-carousel .slide:after {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 160px;
    height: 140px;
    margin: -70px 0 0 -80px;

    color: #FFF;
    font-family: FontAwesome;
    font-size: 80px;
    line-height: 140px;
    text-align: center;

    background: rgba(0,0,0,0.5);
    border-radius: 10px;

    opacity: 0;
    transition: opacity .6s ease;
}
html.no-touch .product-media-carousel .slide:hover:after,
html.is-touch .product-media-carousel .slide:after {
    opacity: 1
}
.product-media-carousel .slide.gallery:after {
    content: '\f03e';
}
.product-media-carousel .slide.video:after {
    content: '\f03d';
}
.product-media-carousel .slide.p360:after {
    content: '\f1b2';
}


/* Products > Carousel
------------------------------------------------------------ */

.products-carousel-section {
    /* border-top: 1px solid #bcbcbc; */
    padding: 40px 0;
}
.products-carousel-section.related {
    border: none;
}
.products-carousel-section h3 {
    position: relative;
    color: #545454;
    font-size: 36px;
    text-align: center;
    margin: 0 0 50px;
    font-weight: 400;
    text-transform: uppercase;
}
.products-carousel-section.mc-imbarcazione h3 {
    font-weight: 700;
}
.products-carousel-section h3 span {
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
}
.products-carousel-section h3 span + span{
    margin-left: 15px;
}
.products-carousel-section h3 span:empty {
    display: none;
}
.products-carousel-section h3 span:nth-child(2) {
    font-weight: 700;
}

/* list */
.products-carousel-section .products-list {
    font-size: 30px;
}
.products-carousel-section .products-list .product-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    padding: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}
.products-carousel-section .products-list .product {
    display: flex;
    min-height: 100px;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
    padding: 15px;
    line-height: 40px;
    border-top: 1px solid #5b5b5b;
}
.products-carousel-section .products-list .product:last-child {
    border-bottom: 1px solid #5b5b5b;
}
.products-carousel-section .products-list .product-head > div.img,
.products-carousel-section .products-list .product > div.img {
    flex: 0 0 120px;
}
.products-carousel-section .products-list .product > div.img img {
    display: block;
    max-width: 100%;
}
.products-carousel-section .products-list .product-head > div.tit,
.products-carousel-section .products-list .product > div.tit {
    flex-grow: 1;
}
.products-carousel-section .products-list .product > div.tit {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.products-carousel-section .products-list .product-head > div.v1,
.products-carousel-section .products-list .product-head > div.v2,
.products-carousel-section .products-list .product > div.v1,
.products-carousel-section .products-list .product > div.v2 {
    flex: 0 0 24%;
}
.products-carousel-section .products-list .product > div.v1,
.products-carousel-section .products-list .product > div.v2 {
    color: #545454;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}



/*
------------------------------------------------------------
CATALOGUES
------------------------------------------------------------
*/



/* Catalogues > Head
------------------------------------------------------------ */

.catalogues-head {
    padding: 47px 0;
    text-align: center;
}
.catalogues-head h4 {
    color: #424242;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
}


/* Catalogues > Download Group
------------------------------------------------------------ */

.download-group {
    margin-top: 45px;
    margin-bottom: 80px;
}
.download-group .download-head {
    padding: 31px 0 33px;
    text-align: center;
}
.download-group .download-head.nothing {
    padding: 180px 0 180px;
}
.download-group .download-head h2 {
    position: relative;
    font-size: 36px;
    color: #1e2456;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}
.download-group .download-head h2 span {
    font-weight: normal;
}
.download-group .download-list {

}
.download-group .download-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
    color: #1e2456;
    border-bottom: 1px solid #5b5b5b;
}
.download-group .download-list a:last-child {
    border-bottom: none;
}
html.no-touch .download-group .download-list a:hover {
    color: #000;
    background-color: #FFF;
}
.download-group .download-list a h4 {
    font-size: 30px;   
    line-height: 41px;
    font-weight: 400;
}
.download-group .download-list a span.icon {
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1;
    width: 100px;
    height: 100px;
    border: 1px solid #5b5b5b;
    border-radius: 50%;
    margin-left: 70px;
    background-image: url(../images/ico-download.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}



/*
------------------------------------------------------------
STORES
------------------------------------------------------------
*/



/* Stores > Map Section > Head
------------------------------------------------------------ */

.stores-map .head {
    display: flex;
    padding: 60px 95px 35px;
    align-items: center;
    justify-content: space-between;
}
.stores-map .head h2 {
    color: #424242;
    font-size: 40px;
    margin: 0 50px 0 0;
    text-align: center;
    font-weight: 400;
}
.stores-map .head .map-search {
    position: relative;
    max-width: 100%;
    margin: 0;
    flex-grow: 1;
}
.stores-map .head .map-search .form-control {
    height: 45px;
    border-radius: 0;
    font-size: 18px;
    padding-right: 60px;
}
.stores-map .head .map-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    font-size: 40px;
    line-height: 43px;
    color: #424242;
}

/* Stores > Map Wrapper
------------------------------------------------------------ */

.stores-map .map-wrapper {
    display: flex;
    position: relative;
    margin-bottom: 70px;
}


/* Stores > Map Wrapper > Map
------------------------------------------------------------ */

.stores-map .map-wrapper .map{
    height: 650px;
    flex-grow: 1;
    z-index: 30;
}


/* Stores > Map Wrapper > Widget
------------------------------------------------------------ */

.stores-map .map-wrapper .map-widget {
    display: block;
    width: 480px;
    height: 650px;
    order: -1;

    background-color: #FFF;

    z-index: 50;

    overflow-y: scroll;
}

/* widget head */
.stores-map .map-wrapper .map-widget .map-widget-head {
    display: block;
    position: relative;
    background-color: #424242;
    padding: 7px 25px;
    text-align: left;
}
.stores-map .map-wrapper .map-widget .map-widget-head h4 {
    color: #FFF;
    font-size: 22px;
    margin: 0;
    font-weight: 300;
}

/* widget legend */
.stores-map .map-wrapper .map-widget .map-widget-legend {
    padding: 5px 20px;
    background-color: #f4f4f4;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    line-height: 20px;
}
.stores-map .map-wrapper .map-widget .map-widget-legend > div {
    line-height: 20px;
}
.stores-map .map-wrapper .map-widget .map-widget-legend > div + div {
    margin-top: 10px;
}
.stores-map .map-wrapper .map-widget .map-widget-legend label {
    color: #424242;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    vertical-align: middle;
}
.stores-map .map-wrapper .map-widget .map-widget-legend span {
    color: #606060;
    font-size:12px;
    font-weight: 600;
    vertical-align: middle;
}
.stores-map .map-wrapper .map-widget .map-widget-legend label +span,
.stores-map .map-wrapper .map-widget .map-widget-legend span +span {
    margin-left: 15px;
}
.stores-map .map-wrapper .map-widget .map-widget-legend span i{
    margin-right: 2px;
}

/* list */
.stores-map .map-wrapper .map-widget .map-widget-list {
    position: relative;
    padding: 15px 8px 35px;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store {
    cursor: pointer;
    transition: background-color .6s ease;
}
.stores-map .map-wrapper.k .map-widget .map-widget-list .store {
    margin-top:17px;
    padding-top: 17px;
    border-top: 1px solid #f4f4f4;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store.first-group {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner {
    display: flex;
    position: relative;
    padding: 10px;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store.current .store-inner {
    background-color: #eff8ff;
}

/* inner > details */
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .details {
    flex: 1;
    word-break: normal;
    overflow: hidden;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .details h4,
.infowindow-store-details h4 {
    color: #545454;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .details address,
.infowindow-store-details address{
    color: #545454;
    font-size: 14px;
    margin: 5px 0 0;
}

/* inner > contacts */
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .contacts,
.infowindow-store-details .contacts {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .contacts li,
.infowindow-store-details .contacts li{
    display: block;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .contacts a,
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .contacts span,
.infowindow-store-details .contacts a,
.infowindow-store-details .contacts span {
    display: block;
    color: #424242;
    font-size: 13px;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .contacts i,
.infowindow-store-details .contacts i{
    margin-right: 5px;
    color: #0d519f;
}

/* PERS INFOWINDOW 01/07/2025 */
.leaflet-popup-content-wrapper{
    border-radius: 8px;
}

.leaflet-popup-content{
    margin: 12px;
    font-family: Montserrat, 'Arial', sans-serif;
}

.leaflet-container a.leaflet-popup-close-button{
    width: 48px;
    height: 48px;
}
.leaflet-container a.leaflet-popup-close-button span{
    display: block;
    font-size: 24px;
    width: 24px;
    height: 24px;
    margin: 12px;
}

.infowindow-store-details h4{
    margin-top: 48px;
}

.infowindow-store-details address,
.infowindow-store-details ul.contacts {
    font-weight: 300;
}


/* inner > legend */
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .legend {
    display: flex;
    flex: 0 0 180px;
    position: relative;

    width: 180px;
    margin-left: 10px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .legend > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .legend > div:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: -3px;
    bottom: 0;
    left: 40px;
    background-color: #f7f7f7;
    border-radius: 5px;
    z-index: 10;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .legend > div + div {
    margin-top: 15px;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .legend .cell {
    text-align: center;
    width: 20px;
    min-height: 1px;
    z-index: 20;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store .store-inner .legend .cell:first-child {
    width: 88px;
}

/* top dealer */
.stores-map .map-wrapper .map-widget .map-widget-list .store.top-dealer .store-inner {
    border: 2px solid #ac7701;
    padding: 20px 8px;
}
.stores-map .map-wrapper .map-widget .map-widget-list .store.top-dealer .store-inner:after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    right: 32px;
    width: 109px;
    height: 20px;
    background-image: url(../images/ico-top-dealer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* stores group */
.stores-map .map-wrapper .map-widget .map-widget-list .stores-group {
    position: relative;
    color: #a3a3a3;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 27px 0 17px;
}
.stores-map .map-wrapper .map-widget .map-widget-list .stores-group:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f4f4f4;
    top: 50%;
    z-index: 1;
}
.stores-map .map-wrapper .map-widget .map-widget-list .stores-group span {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    background: #FFF;
    z-index: 10;
}

/* no stores */
.stores-map .map-wrapper .map-widget .map-widget-list .no-stores {
    line-height: 22px;
}
.stores-map .map-wrapper.has-stores .map-widget .map-widget-list .no-stores{
    display: none;
}



/*
------------------------------------------------------------
PAGE
------------------------------------------------------------
*/

.page-content {
    padding: 50px 0;
}


/* Page > Head
------------------------------------------------------------ */

.page-head {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 474px;
    text-align: center;
}
.page-head h1 {
    font-size: 60px;
    font-weight: 400;
    color: #FFF;
    margin: 42px 0 0;

    display: inline-block;
    padding: 42px 70px 25px;
    margin: 0 auto;

    background: rgba(0,0,0,0.4)
}
.page-head h1 strong {
    text-transform: uppercase;
}


/* Page > Intro
------------------------------------------------------------ */

.page-intro {
    padding: 62px 0;
    text-align: center;
}
.page-intro h2 {
    color: #bcbcbc;
    font-size: 60px;
    font-weight: 600;
    margin: 0 0 40px;
}
.page-intro h4 {
    color: #424242;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
}


/* Page > Box
------------------------------------------------------------ */

.page-box {
    padding: 35px 0 50px;
}
.page-box.grey {
    background-color: #f2f2f2;
}
.page-box .flex {
    flex-wrap: nowrap;
    /* align-items: flex-start; */
    align-items: center;
}

/* content */
.page-box .content {
    
}
.page-box .content h2 {
    color: #424242;
    font-size: 40px;
    margin: 0;
    font-weight: 400;
}
.page-box .content p {
    color: #424242;
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 0;
}

/* figure */
.page-box figure {
    flex-shrink: 0;
    max-width: 550px;
}
.page-box figure + .content, 
.page-box .content + figure {
    margin-left: 45px;
}
.page-box .content + figure {
    text-align: right;
}
.page-box figure img {
    display: inline-block;
}
.page-box figure figcaption {
    color: #424242;
    font-size: 14px;
    margin: 15px 0 0;
    font-weight: 600;
}
.page-box figure figcaption:empty {
    display: none;
}

/* box image */
.page-box.image {
    padding: 0;
}
.page-box.image figure {
    max-width: 100%;
}

/* box gallery */
.page-box.gallery {
    
}
.page-box.gallery .flex {
    flex-wrap: wrap;
}
.page-box.gallery figure {
    width: 33.333333%;
    border: 1px solid #FFF;
}

/* box intro */
.page-box.intro h2 {
    color: #1e2455;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 40px;
}
.page-box.intro p {
    color: #1e2455;
    font-size: 20px;
}
.page-box.intro a {
    color: #1e2455;
    font-weight: bold;
}
.page-box.intro .btn {
    display: inline-block;
    margin: 30px auto 0;
    font-size: 28px;
    font-weight: 600;
    padding: 15px 100px;
    color: #FFF;
    background-color: #c70000;
}
.page-box.intro .btn:hover {
    color: #FFF;
    background-color: #000;
}

/* box text */
.page-box.text {
    padding: 64px 0 24px;
    color: #424242;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
}
.page-box.text h2 {
    color: #424242;
    font-size: 56px;
    margin: 0 0 20px;
}
.page-box.text p {
    margin: 0;
}
.page-box.text p + p {
    margin-top: 28px;
}


/* Page > Highlight
------------------------------------------------------------ */

.page-highlight {
    background-color: #424242;
    margin: 50px 0 40px;
    padding: 33px 0 50px;
    text-align: center;
}
.page-highlight h4 {
    color: #FFF;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 400;
}
.page-highlight p {
    color: #FFF;
    font-size: 23px;
    margin: 25px 0;
}
.page-highlight .btn {
    font-size: 28px;
    font-weight: 600;
    padding: 8px 40px;
    background-color: #c70000;
}
.page-highlight .btn:hover {
    color: #FFF;
    background-color: #000;
}



/*
------------------------------------------------------------
CONTACTS
------------------------------------------------------------
*/



/* Contacts > Form
------------------------------------------------------------ */

.contacts-form {
    padding: 40px 0;
}
.contacts-form h3 {
    color: #424242;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
}
.contacts-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contacts-form form > div {
    width: 100%;
    margin-bottom: 45px;
}
.contacts-form form > div.half {
    width: 45%;
}
.contacts-form form label,
.contacts-form form label a {
    color: #424242;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 14px;
}
.contacts-form form label a {
    border-bottom: 1px solid #424242;
}
.contacts-form form input.form-control,
.contacts-form form select.form-control {
    height: 70px;
    border-radius: 0;
    font-size: 18px;
}
.contacts-form form textarea.form-control {
    border-radius: 0;
    font-size: 18px;
}

.contacts-form form > div.foot {
    margin-bottom: 20px;
}
.contacts-form form .foot label,
.contacts-form form .foot label a {
    font-size: 18px;
    font-weight: 400;
}


/* Not found
------------------------------------------------------------ */

.view-not-found main {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: flex-end;
    align-items: center;
    min-height: 400px;
    text-shadow: 0 0 12px rgba(0,0,0,0.7);
    background-image: url(../images/bg-not-found.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.view-not-found main .content {
    width: 70%;
    padding: 0 5%;
}
.view-not-found main .content h1,
.view-not-found main .content h4,
.view-not-found main .content a {
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}
.view-not-found main .content h1 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 35px;
}
.view-not-found main .content h4{
    font-size: 30px;
    line-height: 40px;
}
.view-not-found main .content a {
    font-size: 30px;
    border-bottom:1px solid #FFF;
}