

body header nav.main {
    display: block;
}

/* SELVA MARINE
------------------------------------------------------------*/


/* Home */
body.brand-selva .page-box.cst p {
    color: #545454;
    font-size: 20px;
    font-weight: normal;
}
body.brand-selva .page-box.cst h2 {
    color: #545454;
    font-size: 40px;
    font-weight: normal;
    margin: 30px 0 20px;
}



/* KARNIC 
------------------------------------------------------------*/

/* Nav */
body.brand-karnic .brand-nav{
    background-color: #9f2424;
}
body.brand-karnic .brand-nav a:hover .icon-brand-nav-ico-list,
body.brand-karnic .brand-nav a:hover .icon-brand-nav-ico-home,
body.brand-karnic .brand-nav a:hover .icon-brand-nav-ico-motor {
    color: #9f2424;
}
body.brand-karnic .brand-nav a:hover .lab {
    color: #9f2424;
}
body.brand-karnic .brand-nav a:hover .icon-brand-nav-ico-list,
body.brand-karnic .brand-nav a:hover .icon-brand-nav-ico-home,
body.brand-karnic .brand-nav a:hover .icon-brand-nav-ico-motor,
body.brand-karnic .brand-nav a:hover .lab {
    color: #9f2424 !important;
}

/* Home */
body.brand-karnic .page-box.intro .btn {
    background-color: #9f2424;
}

/* Products List */
body.brand-karnic .products-carousel-section {
    padding-top: 60px;
}
body.brand-karnic .products-carousel-section .products-list .product {
    justify-content: center;
}
body.brand-karnic .products-carousel-section .products-list .product > div.tit {
    color: #9f2424;
}
body.brand-karnic .products-carousel-section .products-list .product-head > div.img,
body.brand-karnic .products-carousel-section .products-list .product > div.img {
    flex: 0 0 360px;
}
body.brand-karnic .products-carousel-section .products-list .product > div.img {
    display: flex;
    height: 120px;
    align-items: center;
    overflow: hidden;
}

/* Product Details */
body.brand-karnic .product-head{
    padding-top: 60px;
}
body.brand-karnic .product-details {
    text-align: center;
}
body.brand-karnic .product-details .main {
    justify-content: center;
}
body.brand-karnic .product-details .main .content .title {
    margin: 0;
    font-size: 26px;
}



/* EPROPULSION
------------------------------------------------------------*/

/* Nav */
body.brand-epropulsion .brand-nav{
    background-color: #ff6e00;
}
body.brand-epropulsion .brand-nav a:hover .icon-brand-nav-ico-list,
body.brand-epropulsion .brand-nav a:hover .icon-brand-nav-ico-home,
body.brand-epropulsion .brand-nav a:hover .icon-brand-nav-ico-motor {
    color: #ff6e00;
}
body.brand-epropulsion .brand-nav a:hover .lab {
    color: #ff6e00;
}
body.brand-epropulsion .brand-nav a:hover .icon-brand-nav-ico-list,
body.brand-epropulsion .brand-nav a:hover .icon-brand-nav-ico-home,
body.brand-epropulsion .brand-nav a:hover .icon-brand-nav-ico-motor,
body.brand-epropulsion .brand-nav a:hover .lab {
    color: #ff6e00 !important;
}

/* Home */
body.brand-epropulsion .page-box.intro {
    padding-bottom: 70px;
    margin-bottom: 20px;
}
body.brand-epropulsion .page-box.head h2 {
    color: #ff6e00;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
body.brand-epropulsion .page-box.head h4 {
    color: #545454;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

/* Home > Motormap */
body.brand-epropulsion .motormap .container {
    position: relative;
}
body.brand-epropulsion .motormap hr{
    border-color: #5b5b5b;
}
body.brand-epropulsion .motormap h4 {
    position: relative;
    color: #545454;
    font-size: 36px;
    text-align: center;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}
body.brand-epropulsion .motormap canvas {   
    margin: auto;
    display: block;
    max-width: 100%;
    margin-top: 80px;
}
body.brand-epropulsion .motormap .desc {
    display: block;
    position: absolute;
    top: 190px;
    left: 65px;
    width: 370px;
    max-width: 100%;
    color: #545454;
    font-size: 24px;
    text-align: center;
}
body.brand-epropulsion .motormap .block {
    display: block;
    position: absolute;
    top: 500px;
    left: 55px;
    width: 469px;
    max-width: 100%;
    border: 1px solid #ff6e00;
    padding: 35px 16px 25px;
    opacity: 0;
    background-color: #FFF;
    transform: translateY(-20px);
    transition: opacity .2s ease, transform .2s ease;
    z-index: 9999;
}
body.brand-epropulsion .motormap .block h5 {
    display: block;
    position: absolute;
    top: -36px;
    left: 30px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: #FFF;
    font-size: 40px;
    background-color: #ff6e00;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease;
}
body.brand-epropulsion .motormap .block p {
    color: #545454;
    font-size: 16px;
    margin: 0;
}
body.brand-epropulsion .motormap .block.in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .2s ease, transform .2s ease;
}
body.brand-epropulsion .motormap .block.in h5 {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .4s ease .2s, transform .4s ease .2s;
}



/* Section head */
body.brand-epropulsion .products-carousel-section h3 span:nth-child(1),
body.brand-epropulsion .product-head h4 span:nth-child(1){
    display: block;
    font-size: 26px;
    color: #ff6e00;
    font-weight: bold;
    margin: 0 0 5px;
}
body.brand-epropulsion .products-carousel-section h3 span:nth-child(2),
body.brand-epropulsion .product-head h4 span:nth-child(2) {
    font-weight: normal;
    margin: 0;
}
body.brand-epropulsion .products-carousel-section h3 span:nth-child(3),
body.brand-epropulsion .product-head h4 span:nth-child(3) {
    font-weight: 700;
}
body.brand-epropulsion .products-carousel-section .products-list .product > div.v1 {
    font-size: 20px;
    font-weight: bold;
}

/* Products List */
body.brand-epropulsion .products-category-nav a.active,
html.no-touch body.brand-epropulsion .products-category-nav a:hover {
    border-bottom-color: #ff6e00;
}
body.brand-epropulsion .products-carousel-section .products-list .product > div.tit {
    color: #ff6e00;
}




/* Products Batteries */
body.brand-epropulsion .products-batteries {
    font-size: 14px;
}
body.brand-epropulsion .products-batteries h4 {
    font-size: 14px;
    font-weight: bold;
}
body.brand-epropulsion .products-batteries .btn {
    display: inline-block;
    margin: 30px auto 0;
    font-size: 28px;
    font-weight: 600;
    padding: 15px 100px;
    color: #FFF;
    background-color: #ff6e00;
}

/* Products Equipment */
body.brand-epropulsion .products-equipment {
    background-color: transparent;
    padding-bottom: 50px;
}
body.brand-epropulsion .products-equipment .product-equipment-head h4 {
    color: #545454;
    font-size: 30px;
    text-transform: uppercase;
}
body.brand-epropulsion .products-equipment .product-equipment-content {
    color: #545454;
    font-size: 16px;
}
body.brand-epropulsion .products-equipment .product-equipment-content p + p {
    border-color: #5b5b5b;
}

/* Product Details */
/*body.brand-epropulsion .product-details .main .content .title {
    color: #ff6e00;
    font-size: 45px;
}*/
/* Product Details */
body.brand-epropulsion .product-details .main .content .title {
    color: #ff6e00;
    margin-bottom: 0px;
}
body.brand-epropulsion .product-details .main .content .description p {
    color: #ff6e00;
    font-size: 20px;
}
body.brand-epropulsion .product-details .main .content .description .inv {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
body.brand-epropulsion .product-details .main .content .description .inv img {
    display: block;
}
body.brand-epropulsion .product-details .main .content .description .inv p {
    display: block;
    margin: 0 0 0 30px;
}
body.brand-epropulsion .product-details .main .content .description .inv p:first-child {
    margin: 0;
}



/* SOLE DIESEL
------------------------------------------------------------*/

/* Nav */
body.brand-sole-diesel .brand-nav{
    background-color: #00aeef;
}
body.brand-sole-diesel .brand-nav a:hover .icon-brand-nav-ico-list,
body.brand-sole-diesel .brand-nav a:hover .icon-brand-nav-ico-home,
body.brand-sole-diesel .brand-nav a:hover .icon-brand-nav-ico-motor {
    color: #00aeef;
}
body.brand-sole-diesel .brand-nav a:hover .lab {
    color: #00aeef;
}
body.brand-sole-diesel .brand-nav a:hover .icon-brand-nav-ico-list,
body.brand-sole-diesel .brand-nav a:hover .icon-brand-nav-ico-home,
body.brand-sole-diesel .brand-nav a:hover .icon-brand-nav-ico-motor,
body.brand-sole-diesel .brand-nav a:hover .lab {
    color: #00aeef !important;
}

/* Home */
body.brand-sole-diesel .page-box .flex {
    align-items: center;
}
body.brand-sole-diesel .page-box.cst h2 {
    color: #00aeef;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}
body.brand-sole-diesel .page-box.cst p{
    color: #545454;
    max-width: 500px;
}

/* Section head */
body.brand-sole-diesel .products-carousel-section h3 span:nth-child(1),
body.brand-sole-diesel .product-head h4 span:nth-child(1){
    display: block;
    font-size: 26px;
    color: #00aeef;
    font-weight: bold;
    margin: 0 0 5px;
}
body.brand-sole-diesel .products-carousel-section h3 span:nth-child(2),
body.brand-sole-diesel .product-head h4 span:nth-child(2) {
    font-weight: normal;
    margin: 0;
}
body.brand-sole-diesel .products-carousel-section h3 span:nth-child(3),
body.brand-sole-diesel .product-head h4 span:nth-child(3) {
    font-weight: 700;
}
body.brand-sole-diesel .products-carousel-section .products-list .product > div.v1 {
    font-size: 20px;
    font-weight: bold;
}

/* Products List */
body.brand-sole-diesel .products-category-nav a.active,
html.no-touch body.brand-sole-diesel .products-category-nav a:hover {
    border-bottom-color: #00aeef;
}
body.brand-sole-diesel .products-carousel-section .products-list .product > div.tit {
    color: #00afef;
}

/* Product Details */
body.brand-sole-diesel .product-details .main .content .title {
    color: #00afef;
    margin-bottom: 0px;
}
body.brand-sole-diesel .product-details .main .content .description p {
    color: #00aeef;
    font-size: 20px;
}
body.brand-sole-diesel .product-details .main .content .description .inv {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
body.brand-sole-diesel .product-details .main .content .description .inv img {
    display: block;
}
body.brand-sole-diesel .product-details .main .content .description .inv p {
    display: block;
    margin: 0 0 0 30px;
}
body.brand-sole-diesel .product-details .main .content .description .inv p:first-child {
    margin: 0;
}

/* Products Features */
body.brand-sole-diesel .product-features .product-features-content table tr:first-child td {
    background-color: #f2f2f2;

}