.exo-menu {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    z-index: 9;
    text-align: center;
}

.col-md-2 {
    width: 18.7%;
    float: left;
    position: relative;
    border: 10px solid #b3d3d2;
    padding-top: 0px;
    border-bottom: 0px;
    border-top: 20px solid #b3d3d2;
}

.col-md-4 {
    width: 33.33333333%;
    float: left;
    position: relative
}

.col-md-3 {
    width: 25%;
    float: left;
    position: relative
}

.visible-xs-block {
    display: none !important;
}

.exo-menu > li svg {
    font-size: 20px;
    color: #b3d3d2;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.exo-menu > li .icon {
    width: 22px;
    height: 22px;
    background-image: url("../img/icone/animalhelper_blu.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    position: relative;
    margin-right: 5px;
    display: inline-block
}

.exo-menu > li:hover .icon {
}

.exo-menu li.home span {
    top: 2px;
    position: relative;
}

.exo-menu > li {
    display: inline-block;
    /* float: left; */
}

    .exo-menu > li > a {
        color: #66666d;
        text-decoration: none;
        /* text-transform: uppercase; */
        border-right: 1px white solid;
        -webkit-transition: color 0.2s linear, background 0.2s linear;
        -moz-transition: color 0.2s linear, background 0.2s linear;
        -o-transition: color 0.2s linear, background 0.2s linear;
        transition: color 0.2s linear, background 0.2s linear;
        font-size: 18px;
    }

        .exo-menu > li > a.active, .exo-menu > li > a:hover, li.drop-down ul > li > a:hover, li.drop-down:hover a {
            background: #b3d3d2;
            color: #fff;
            text-align: left;
        }

        .exo-menu > li > a.active {
            background: #b3d3d2;
            color: #fff;
        }

        .exo-menu > li > a.shop {
            color: #fff;
        }

li.drop-down:hover a svg {
    color: #fff;
}

li.drop-down:hover:before {
    color: white;
}
/* regola hover*/
li.drop-down:hover li a:hover {
    background: white;
    color: #b3d3d2;
}

li.drop-down:hover {
    background: #b3d3d2;
}

.exo-menu > li > a.active svg, .exo-menu > li > a:hover svg, li.drop-down ul > li > a:hover svg, .exo-menu > li > a.shop svg {
    color: #fff;
}

.exo-menu i {
    float: left;
    font-size: 18px;
    margin-right: 6px;
    line-height: 20px !important;
}

li.drop-down, .flyout-right, .flyout-left {
    position: relative;
}

    li.drop-down:before {
        content: "\f054";
        color: #b3d3d2;
        font-family: Font Awesome\ 5 Free;
        font-style: normal;
        display: inline;
        position: absolute;
        right: 9px;
        top: 19px;
        font-size: 14px;
        font-weight: bold;
    }

    li.drop-down > ul {
        left: 0px;
        min-width: 230px;
    }

.drop-down-ul {
    display: none;
}

.flyout-right > ul, .flyout-left > ul {
    top: 0;
    min-width: 230px;
    display: none;
}

li.drop-down > ul > li > a, .flyout-right ul > li > a, .flyout-left ul > li > a {
    color: #fff;
    display: block;
    padding: 15px;
    text-decoration: none;
    background-color: #dedede;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    font-size: 16px;
}

.flyout-right ul > li > a, .flyout-left ul > li > a {
    border-bottom: 1px dotted #B8C7BC;
}
/*Flyout Mega*/
.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.flyout-mega ul > li > a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}

    .flyout-mega ul > li > a:hover, .flyout-mega ul > li > a:active, .flyout-mega ul > li > a:focus {
        text-decoration: none;
        background-color: transparent !important;
        color: #ccc !important
    }
/*mega menu*/
.mega-menu {
    left: 0;
    right: 0;
    padding: 0px;
    display: none;
    padding-top: 0;
    min-height: 100%;
}

    .mega-menu .col-md-3 {
        background: rgb(255 255 255 / 20%);
        min-height: 596px;
    }

        .mega-menu .col-md-3 h4.row.mega-title {
            font-size: 22px;
            text-transform: uppercase;
            background: rgb(0 0 0 / 20%);
            border: none;
        }

        .mega-menu .col-md-3 ul.stander li {
            width: auto;
            display: inline-block;
        }

            .mega-menu .col-md-3 ul.stander li a {
                padding: 5px 20px;
                color: rgba(255, 255, 255, 1);
                margin-bottom: 0px;
                border: 2px solid white;
                margin: 3px;
                border-radius: 27px;
                font-size: 15px;
                text-transform: uppercase;
                width: auto;
                line-height: inherit;
                font-weight: 600;
            }

                .mega-menu .col-md-3 ul.stander li a:hover {
                    background: #dedede
                }

.row ul {
    padding: 15px
}

h4.row.mega-title {
    color: #fff;
    margin-top: 0px;
    font-size: 14px;
    /* padding-left: 15px; */
    /* padding-bottom: 13px; */
    text-transform: uppercase;
    border-bottom: 1px solid #6a8fad;
    /* padding-top: 15px; */
    background-color: #365670;
    font-weight: normal;
    padding: 20px;
}

.mega-menu ul li a {
    line-height: 17px;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

ul.stander li a {
    padding: 3px 0px;
    color: rgba(255, 255, 255, 0.8);
}

    ul.stander li a:hover {
        color: rgba(255, 255, 255, 1);
    }

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

    ul.description li span {
        color: #dedede;
        font-size: 85%;
    }

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #b3d3d2;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

    a.view-more:hover {
        color: #fff;
        background: #dedede;
    }

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #b3d3d2;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog {
    left: 0;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #dedede;
    padding-bottom: 15px;
}

    .Blog .blog-title {
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
    }

    .Blog .blog-des {
        color: #ccc;
        font-size: 90%;
        margin-top: 15px;
    }

    .Blog a.view-more {
        margin-top: 0px;
    }
/*Images*/
.Images {
    left: 0;
    width: 100%;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #dedede;
    padding-bottom: 15px;
}

    .Images .col-md-2 {
        text-align: center;
        padding: 20px;
        background: rgba(255, 255, 255, 0.9);
        margin: 8px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        min-height: inherit;
        width: 175px;
        cursor: pointer
    }

        .Images .col-md-2:hover {
            background: white;
        }

        .Images .col-md-2 .img_marchi {
            text-align: center;
            display: table;
            min-height: inherit;
            height: 80px;
            width: 100%;
        }

            .Images .col-md-2 .img_marchi div {
                display: table-cell;
                vertical-align: middle;
                min-height: inherit;
            }

.img-responsive {
    max-height: 80px;
    max-width: 80px
}

.Images .col-md-2 h4 {
    display: block;
    text-align: center;
    color: #dedede;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    height: 23px;
}

.Images h4 {
    font-size: 15px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: normal
}
/*common*/
.flyout-right ul > li > a, .flyout-left ul > li > a, .flyout-mega-wrap, .mega-menu {
    background-color: #b3d3d2;
}
    /*hover*/
    .Blog:hover, .Images:hover, .mega-menu:hover, .drop-down-ul:hover, li.flyout-left > ul:hover, li.flyout-right > ul:hover, .flyout-mega-wrap:hover, li.flyout-left a:hover + ul, li.flyout-right a:hover + ul, .blog-drop-down > a:hover + .Blog, li.drop-down > a:hover + .drop-down-ul, .images-drop-down > a:hover + .Images, .mega-drop-down a:hover + .mega-menu, li.flyout-mega > a:hover + .flyout-mega-wrap {
        display: block;
    }

@media (min-width:767px) {
    .exo-menu > li > a {
        display: block;
        padding: 15px 22px;
    }

    .mega-menu, .flyout-mega-wrap, .Images, .Blog, .flyout-right > ul, .flyout-left > ul, li.drop-down > ul {
        position: absolute;
    }

    .flyout-right > ul {
        left: 100%;
    }

    .flyout-left > ul {
        right: 100%;
    }
}

@media (max-width:1034px) {
    .exo-menu > li svg {
        display: none;
    }
}
/*responsive*/
@media (max-width:600px) {
	
	    li.drop-down:hover a {
        text-align: center;
    }
	
    .shop .row .item .testo h3 {
        margin-bottom: 10px;
        font-size: 15px;
        text-align: center;
    }

    .mega-menu-wrap {
        display: inline-block;
    }

    .col-md-2 {
        width: 24.9%;
        border: 10px solid #b3d3d2;
    }

    li.drop-down:before {
        content: "\f054";
        color: #b3d3d2;
        font-family: Font Awesome\ 5 Free;
        font-style: normal;
        display: inline;
        position: relative;
        right: 6px;
        top: 6px;
        font-size: 14px;
        font-weight: bold;
        padding: 12px 10px 8px 10px;
        background: rgb(157 183 182);
        border-radius: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        /* z-index: 9; */
        float: right;
        display:none;
    }
    li.drop-down > ul {

        border-top: 1px solid #9db7b6;
    }

    .visible-xs-block {
        display: block !important;
    }

    .exo-menu {
        min-height: inherit;
        width: 100%;
        top: 0px;
        /*border-top: 1px solid #b3d3d2;*/
        height: 0px;
    }

        .exo-menu > li > a {
            width: 100%;
            display: none;
        }

        .exo-menu > li {
            width: 100%;
        }

        .exo-menu > li {
            width: 100%;
        }

            .exo-menu > li a {
                border-bottom: 1px solid #b3d3d2;
                background: #f0f6f6;
            }

    .display.exo-menu > li > a {
        display: block;
        padding: 15px 22px;
        text-align: center;
    }

    .exo-menu > li svg {
        display: inline-block;
    }

    .mega-menu, .Images, .Blog, .flyout-right > ul, .flyout-left > ul, li.drop-down > ul {
        position: relative;
    }

    a.toggle-menu {
        position: absolute;
        padding: 5px 14px;
        font-size: 17px;
        background-color: #b3d3d2;
        color: #ffffff;
        height: 43px;
        text-transform: uppercase;
        font-weight: 600;
        left: auto;
        border-radius: 5px;
        top: 5px;
        right: 4px;
    }

        a.toggle-menu svg {
            font-size: 27px;
            position: relative;
            top: 5px;
            margin-right: 5px;
        }
}
