/*------------------------------------
 Stili default del documento.
------------------------------------*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    background: #fff;
    color: #000;
    min-height: 100vh !important;
    display: flex;
    flex-direction: column;
    overflow-x:hidden;
}

#contenitore-globale {
    flex-grow: 1;
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}

a {
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

a {
    color: #8dc63f;
}

a.nero {
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover,
a.nero:hover {
    color: #64a012;
}

a:focus {
    color: #64a012;
    outline: none;
}

p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #000;
}


h1, h2, h3, h4, h5, h6, .titolo {
    line-height: 1.1;
    margin: 0px 0px 20px 0px;
    font-family: 'Montserrat', sans-serif;
}

h4, h5, h6 {
    margin: 0px 0px 10px 0px;
}

h1 {
    font-size: 40px;
}

h2, .titolo {
    font-size: 34px;
    font-weight: 300
}

h2.big, .titolo.big,
h1.titolo {
    font-size: 50px;
}

h3 {
    font-size: 32px;
    font-weight: 400
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 17px;
}

hr {
    width: 100%;
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid #ccc;
}

.text-center {
    text-align: center !important;
}

.relative {
    position: relative !important;
}

.ridotto {
    font-size: 80% !important;
}

.maggiore {
    font-size: 120% !important;
}

.bg-lightgrey {
    background-color: #f2f2f2;
}

.verde {
    color: #8dc63f !important;
}

.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px;
}

.pad30 {
    padding: 30px;
}

.pad50 {
    padding: 50px;
}

.pad50-0 {
    padding: 50px 0px;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-bottom-10 {
    padding-bottom: 10px;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-bottom-20 {
    padding-bottom: 20px;
}

.pad-bottom-50 {
    padding-bottom: 50px;
}

.no-pad-bottom {
    padding-bottom: 0px !important;
}

.uppercase {
    text-transform: uppercase;
}

.light {
    font-weight: 300;
}

.w-100-center {
    width: 100%;
    text-align: center;
}

.big {
    font-size: 40px;
}

.nota {
    font-size: 90%;
    color: #666;
    font-weight: 400
}

.margin-b-30 {
    margin-bottom: 30px
}

.img-responsive {
    width: 100%;
    height: auto
}

.text-hide {
    text-indent: -9999px;
    opacity: 0;
    position: absolute;
}

.img-effect {
    position: absolute;
    right: 0;
    bottom: -80px;
    height: 700px;
    width: auto;
}

.img-effect-int {
    margin-bottom: -100px;
}

.img-effect-home {
    margin: 100px 0 0 0;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

.push-left {
    padding-left: 10%;
}

.push-right {
    padding-right: 10%;
}

.btn-default,
.btn-secondary {
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 50px;
    font-size: 22px;
    margin: 30px auto 0 auto;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.btn-secondary {
    color: #000;
    background-color: #e1e0e1;
}

.verde .btn-default {
    background-color: #8dc63f;
}

.btn-primary {
    color: #000;
    background-color: #f2f2f2;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 18px;
    width: auto;
    width: 30%;
    text-align: center;
}


.btn:hover {
    background-color: #47c07d;
    color: #fff;
    padding: 10px 30px;
    color: #fff;
}


.btn-default:hover,
.btn-secondary:hover {
    background-color: #64a012;
    color: #fff;
    padding: 20px 45px;
    outline: none;
}

.btn-secondary:hover {
    background-color: #8dc63f;
    color: #000;
}

a:hover img {
    opacity: 0.8;
}


/*------------------------------------
 Container e Header
------------------------------------*/

#contenitore-globale {
    padding-top: 130px;
    display: block;
}

.container {
    margin: 0 auto;
    width: 95%;
    max-width: 1400px;
}

.main-content {
    padding-top: 130px;
}

header {
    height: 130px;
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(255,255,255,0.5);
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.07);
    box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.07);
}

a.logo {
    height: 80px;
    justify-content: flex-start;
}

a.logo img {
    max-height: 60px;
    width: auto;
    margin: 0px;
    float: left;
}

#navigation {
    justify-content: center;
}

header nav ul,
footer ul,
.menu-collezioni ul.sottomenu,
.breadcrumbs ul,
.galleria ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0px;
}

.acquista-online {
    position: absolute;
    right: 0;
    top: -10px;
    background-color: #c12540;
    padding: 10px 10px 10px 35px;
    background-image: url(../images/gelato-online.svg);
    background-size: 20px auto;
    background-position: 7px 5px;
    background-repeat: no-repeat;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}

.acquista-online:hover {
    background-color: #ec3344;
    color: #fff;
}


.main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
}

.main-menu li {
    flex: 1 1 auto;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 10px;
}

.main-menu li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    display: block;
    color: #000;
}

.main-menu li.drop .fas {
    margin-left: 4px;
}

.main-menu li a:hover,
.main-menu li a.active {
    color: #8dc63f;
}

.dropdown {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 129px;
    left: 0px;
    width: 100%;
    height: 0px;
    z-index: 9;
    background: transparent;
    overflow: visible;
    transition: all .2s ease-out;
}


li.drop:hover .dropdown {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all .2s ease-out;
}


.dropdown .container {
    padding: 20px 0px;
    height: 100%;
    display: flex;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+1,f2f2f2+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+1,f2f2f2+40 */
    background: #e1e1e1; /* Old browsers */
    background: -moz-linear-gradient(top, #e1e1e1 1%, #f2f2f2 40%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1e1e1 1%,#f2f2f2 40%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1e1e1 1%,#f2f2f2 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dropdown ul.sottomenu {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    min-height: 80px;
    padding: 30px;
}

.dropdown ul.sottomenu li {
    flex: 1 1 auto;
}

.dropdown ul.sottomenu li.autore img {
    width: 80px;
    height: auto;
    margin-right: 4px;
}

.dropdown ul.sottomenu li a {
    display: inline !important;
    height: auto;
}

.dropdown ul.sottomenu li a:hover,
.dropdown ul.sottomenu li a.active {
    color: #8dc63f;
}

.second-menu {
    justify-content: flex-end;
}

.share {
    border: 0px;
    border-radius: 0px;
    width: 20px;
    height: 20px;
    padding: 0px;
    background-image: url(../images/ico-search.png);
    background-position: 50% 50%;
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-color: transparent;
}

.share {
    background-image: url(../images/share.svg);
    background-size: 28px auto;
    width: 28px;
    height: 28px;
}

input[type="submit"].sb-search-submit,
.share,
input[type="button"].sb-search-submit,
a.carrello {
    border: 0px;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    padding: 0px;
    /*background-image: url(../images/ico-search.png);*/
    background-position: 50% 50%;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 5px;
}

a.carrello {
    margin: 0px 40px 0 10px;
    background-image: url(../images/icon-car.png);
    padding-left: 35px;
    display: block;
}

a.carrello:hover {
    background-color: #f0c413;
}

.login a {
    margin-left: 0px;
    background-image: url(../images/login.svg);
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: 50% 50%;
    padding: 5px 10px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
    display: block;
    cursor: pointer;
}

.login.islogin a img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -3px;
    bottom: 2px;
}

.login:hover {
    border-radius: 5px;
    background-color: #f0c413;
}

#lang {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 15px;
}

#lang a#it-flag {
    background-image: url(../images/it.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    display: block;
}

#lang a#en-flag {
    background-image: url(../images/uk.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    display: block;
}

#lang span {
    margin: 0 5px 0 0;
}


#lang span:last-child:after {
    content: none;
}

#lang span a {
    color: #000;
}

#lang span a:hover {
    color: #f0c413;
}

a.carrello div {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8dc63f;
    padding: 0px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 1;
    text-align: center;
}

#form-find.cerca {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
    position: absolute;
    left: 0px;
    margin-top: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(240,196,19,0.8);
    border-bottom: 1px solid #000;
}

header #form-find.cerca {
    top: 130px;
}

header.sticky #form-find.cerca {
    top: 80px !important;
}

#form-find.cerca.open {
    opacity: 1;
    visibility: visible;
    height: 120px;
    transition: all .4s ease-out;
}

#form-find.cerca input[type="search"].sb-search-input,
#newsletter input[type="email"] {
    background-color: #fff;
    border: 1px solid #000;
    border-right: 0px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 0px;
    opacity: 0;
    height: 50px !important;
    padding: 10px 30px !important;
    font-size: 14px;
    color: #000;
    -webkit-appearance: textfield; /* per stilare in Safari */
    transition: all .4s ease-out;
    outline: none;
}

#newsletter input[type="email"] {
    width: 80%;
    opacity: 1;
    font-size: 18px;
}

#form-find.cerca.open input[type="search"].sb-search-input {
    width: 50%;
    opacity: 1;
    transition: all .4s ease-out;
}

#form-find.cerca input[type="submit"],
#newsletter .ladda-button {
    width: 0px;
    opacity: 0;
    height: 50px;
    border: 1px solid #000;
    padding: 0px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    transition: all .1s ease-out;
}

#newsletter .ladda-button {
    width: 20%;
    opacity: 1;
    font-size: 18px;
    background-color: #8dc63f;
}

#form-find.cerca.open input[type="submit"] {
    width: auto;
    padding: 0 30px;
    opacity: 1;
    transition: all .5s ease-out;
}

input[type="search"].sb-search-input:placeholder {
    color: #888;
    font-style: italic;
    font-size: 14px;
}

#form-find.cerca input[type="submit"]:hover {
    background-color: #8dc63f;
}

#newsletter .ladda-button:hover {
    background-color: #64a012;
}

#newsletter label {
    color: #fff;
}

input[type="submit"].sb-search-submit:focus,
input[type="search"].sb-search-input:focus,
.second-menu .area-riservata:focus,
input[type="button"].sb-search-submit:focus,
.cerca input[type="submit"]:focus,
input[type="search"]#search:focus,
input[type="search"].sb-search-input:focus,
#newsletter .ladda-button:hover,
#newsletter .ladda-button:focus {
    outline: none;
}

input[type="submit"].sb-search-submit:focus,
.second-menu .area-riservata:focus,
input[type="submit"].sb-search-submit:hover,
.second-menu .area-riservata:hover,
input[type="button"].sb-search-submit:focus,
input[type="button"].sb-search-submit:hover,
.cerca input[type="submit"]:focus,
.cerca input[type="submit"]:hover,
a.carrello:focus,
a.carrello:hover,
#form-find.cerca input[type="submit"]:hover,
#newsletter .ladda-button:hover,
#newsletter .ladda-button:focus,
.login:hover,
.login {
    transition: all .4s ease;
}

/*lingue menu*/

.inline-block {
    display: inline-block;
}

ul.changelanguage li {
    display: inline-block;
    padding: 5px 5px 5px 0px;
    text-transform: uppercase;
}

ul.changelanguage li:after {
    content: '/';
    font-weight: 300;
    color: #ccc;
    margin-left: 7px;
}

ul.changelanguage li:last-child:after {
    content: none;
}

ul.changelanguage li a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

ul.changelanguage li a.active,
ul.changelanguage li a:hover {
    color: #888;
}

ul.changelanguage li span.active {
    font-weight: bold;
}

/*------------------------------------
 Slider Home
------------------------------------*/

.home_banner {
    margin-top: -130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/top-petcreation-slide01.jpg);
}

.pg_banner {
    margin-top: -130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.home_banner .slide, .pg_banner .slide {
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.home_banner .slide .caption, .pg_banner .slide .caption {
    height: 100%;
    top: 25%;
    position: relative;
    text-shadow: 0 1px 0 black;
    font-weight: bold;
}

.home_banner .slide .caption span {
    font-size: 250%;
}


.pg_banner .slide .caption {
    height: 100%;
    padding-bottom: 25%;
    position: relative;
    text-shadow: 0 1px 0 black;
}

.inside-banner {
    position: absolute;
    bottom: 5%;
    right: 0;
}

.pg_banner .slide .caption span {
    font-size: 50px;
}

.home_banner .slide .caption strong, .pg_banner .slide .caption strong {
    font-size: 145%;
    line-height: 0.8;
}

.home_banner .slide a .caption,
.home_banner .slide a:hover .caption,
.pg_banner .slide a .caption,
.pg_banner .slide a:hover .caption {
    color: #000 !important;
}


/* personalizzazioni SLICK SLIDER */

a .link-titolo {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(185,33,51,0.8);
    opacity: 0;
}

a:hover .link-titolo {
    opacity: 1;
}

a .link-titolo span {
    font-size: 140%;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: -80px;
    opacity: 0;
}

a:hover .link-titolo span {
    margin-top: 0px;
    opacity: 1;
}

.icona-scelta {
    width: 130px;
    height: 130px;
    background-color: #f2f2f2;
    border-radius: 130px;
    padding: 25px;
    text-align: center;
}


a .link-titolo .icona-scelta {
    margin-bottom: 15px;
    opacity: 0;
}

a:hover .link-titolo .icona-scelta {
    opacity: 1;
}

a:hover .link-titolo, a .link-titolo {
    transition: all .2s ease;
}

a:hover .link-titolo span, a .link-titolo span {
    transition: all .4s ease;
}

a:hover .link-titolo .icona-scelta, a .link-titolo .icona-scelta {
    transition: all .4s ease;
}


.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.slick-slide a:hover img {
    opacity: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    z-index: 99;
    position: relative !important;
    bottom: 0;
    margin: 20px;
    display:none;
}

.slick-dots li button {
    width: 33px;
    height: 33px;
}

.slick-dots li button::before {
    opacity: 0.7;
    border: 3px solid #8dc63f;
    border-radius: 14px;
    content: '';
    width: 12px;
    height: 12px;
    background-color: transparent;
}

.slick-dots li.slick-active button::before {
    background-color: #8dc63f;
    opacity: 0.9;
}

.slick-prev, .slick-next {
    width: 30px;
    height: 40px;
    cursor: pointer;
}

.slick-prev {
    margin-left: -20px;
}

.slick-next {
    margin-right: -20px;
}

.home_banner .slick-prev {
    margin-left: 20px;
    left: 0;
}

.home_banner .slick-next {
    margin-right: 20px;
    right: 0;
}

.slick-prev:before,
.slick-next:before {
    content: none;
}

.slick-prev, .slick-prev:hover,
.slick-next, .slick-next:hover {
    content: none;
    background-position: 50% 50%;
    background-size: 25px auto;
    background-repeat: no-repeat;
}

.home_banner .slick-prev, .home_banner .slick-next {
    width: 50px;
    height: 50px;
}

.home_banner .slick-prev, .home_banner .slick-prev:hover,
.home_banner .slick-next, .home_banner .slick-next:hover {
    background-size: 40px auto;
}

.slick-prev, .slick-prev:hover,
.slick-next, .slick-next:hover {
    background-image: url(../images/left-arrow.svg);
}

.slick-next, .slick-next:hover {
    background-image: url(../images/right-arrow.svg);
}

.intro-home {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    text-align: center;
    color: #fff;
    margin-top: -100px;
}

.intro-home h1 {
    white-space: pre-wrap;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

.intro-home h1 span {
    font-size: 180%;
}

.intro-home p {
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 25px;
    color: #fff;
}


/*------------------------------------
 Home e pagine interne
------------------------------------*/

.row {
    padding: 50px 0;
}

.row-pad10 {
    padding: 10px 0;
}

.carrello-container .row {
    padding: 20px 0;
}

.content-50 {
    display: flex;
    flex-direction: column;
    flex: 1 1 460px;
    item-align: center;
    margin-top: 0px;
    padding: 50px;
}

.spazio33 {
    width: 33%;
}

.spazio60 {
    width: 60%;
}

.spazio40 {
    width: 40%;
}

.spazio50 {
    width: 50%;
}

.content {
    padding: 30px 0;
}

.bg-target,
.bg-filosofia {
    background-image: url(../images/bersaglio.png);
    background-position: 60% 50%;
    background-repeat: no-repeat;
}

.bg-filosofia {
    background-image: url(../images/fi.png);
    background-position: 0% 95%;
    background-repeat: no-repeat;
}

.bg-intervallo {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 600px;
}


.bg-confort-dog {
    background-color: #e1e1e1;
    background-image: url('../images/bg-confort-dog.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.bg-chisiamo {
    background-color: #e1e1e1;
    background-image: url('../images/chisiamo-bg-2024.jpg');
    background-size: contain;
    background-position: right;
    background-attachment: scroll;
    background-repeat: no-repeat
}

.bg-prodotti {
    background-color: #e1e1e1;
    background-image: url('../images/new-prodotti.jpg');
    background-size: contain;
    background-position: right;
    background-attachment: scroll;
    background-repeat: no-repeat
}

.bg-cucce {
    background-color: #e1e1e1;
    background-image: url('../images/cucce-bg-2024.jpg');
    background-size: contain;
    background-position: right;
    background-attachment: scroll;
    background-repeat: no-repeat
}

.pet-creation-wedding {
    background: linear-gradient(80deg, #e1e1e1 62%, rgba(0, 0, 0, 0) 60%), url('../images/pet-creation-wedding.jpg');
    background-size: cover;
    background-position: 70% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat
}

.bg-contatti {
    background: linear-gradient(70deg, rgba(0, 0, 0, 0) 45%, #e1e1e1 45%), url('../images/bg-contatti.jpg');
    background-size: cover;
    background-position: 0% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat
}

.bg-bianco-overlay {
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
}

.bg-bianco-overlay.leggero {
    background-color: rgba(255,255,255,0.3);
}

.bg-bianco-overlay.incontatti {
    display: flex;
    flex-direction: column;
}


.bg-chisiamo .content-50,
#registrazione .content-50 {
    flex: 1 1 50%;
}

.bg-newsletter {
    background-image: url(../images/bg-newsletter.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-newsletter .titolo {
    color: #fff;
    font-size: 350%;
}

.bg-newsletter p {
    font-size: 130%;
    color: #fff;
}

.content-bg-integratori {
    background-image: url(../images/bg-integratori.jpg);
    background-position: calc(0% + 20%) calc(100% + 20px);
    background-size: auto 90%;
    background-repeat: no-repeat;
    padding-top: 250px;
    margin-bottom: 200px;
}

.bg-integratori {
    background: -webkit-linear-gradient(70deg, #e1e1e1 30%, rgba(0, 0, 0, 0) 30%);
    background: -o-linear-gradient(70deg, #e1e1e1 30%, rgba(0, 0, 0, 0) 30%);
    background: -moz-linear-gradient(70deg, #e1e1e1 30%, rgba(0, 0, 0, 0) 30%);
    background: linear-gradient(70deg, #e1e1e1 30%, rgba(0, 0, 0, 0) 30%);
    background-size: 100% 100%;
    background-position: 0% 10%;
    background-attachment: fixed;
}

.bg-bianco-grigio {
    background: -webkit-linear-gradient(70deg, #fff 45%, rgba(0, 0, 0, 0) 45%), #e1e1e1;
    background: -o-linear-gradient(70deg, #fff 45%, rgba(0, 0, 0, 0) 45%), #e1e1e1;
    background: -moz-linear-gradient(70deg, #fff 45%, rgba(0, 0, 0, 0) 45%), #e1e1e1;
    background: linear-gradient(70deg, #fff 45%, rgba(0, 0, 0, 0) 45%), #e1e1e1;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.bg-bianco-grigio {
    background: -webkit-linear-gradient(70deg, #fff 45%, rgba(0, 0, 0, 0) 45%), #e1e1e1;
    background: -o-linear-gradient(70deg, #fff 45%, rgba(0, 0, 0, 0) 45%), #e1e1e1;
    background: -moz-linear-gradient(70deg, #fff 45%, rgba(0, 0, 0, 0) 45%), #e1e1e1;
    background: linear-gradient(70deg, #fff 45%, rgba(0, 0, 0, 0) 45%), #e1e1e1;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.bg-bianco-grigio-bg-login {
    background: -webkit-linear-gradient(70deg, #fff 50%, rgba(0, 0, 0, 0) 50%), #e1e1e1;
    background: -o-linear-gradient(70deg, #fff 50%, rgba(0, 0, 0, 0) 50%), #e1e1e1;
    background: -moz-linear-gradient(70deg, #fff 50%, rgba(0, 0, 0, 0) 50%), #e1e1e1;
    background: linear-gradient(70deg, #fff 50%, rgba(0, 0, 0, 0) 50%), #e1e1e1;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: normal;
}

#mappa iframe {
    border: 0px;
    margin: 0px;
}


#newsletter {
    width: 60%;
    margin: 10px auto;
}


.giallo h3 {
    color: #f0c413;
}

.giallo h3 a {
    color: #f0c413;
}

.verde h3 {
    color: #8dc63f;
}

.verde h3 a {
    color: #8dc63f;
}

.linee {
    min-width: 55px;
}

.desc {
    font-size: 20px;
    padding: 10px;
}

.desc.contatti {
    padding: 0px 10px 20px 10px;
}

.icone .linee {
    min-width: auto;
}

.icone .linee img {
    width: 65px;
    height: 65px;
    max-width: 65px;
}

.icone .desc {
    font-size: 20px;
    line-height: 1.4;
}

.icone .desc p {
    margin-bottom: 7px;
}


.linea {
    background-color: #f0c413;
    width: 5px;
    height: 30px;
    border-radius: 3px;
    transform: rotate(30deg);
    margin-right: 6px;
}

.galleria ul li img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    border: 1px solid #ccc;
}

.galleria ul li img {
    border: 0px;
}


.prodotto-container {
    margin-top: 5px;
    padding: 0 10px;
    flex: 1 1 25%;
}

.prodotto-container-50 {
    flex: 1 1 50% !important;
}

.prodotto-container-33 {
    flex: 1 1 33% !important;
}

.correlati .prodotto-container {
    flex: 1 1 25%;
    margin-top: 10px;
    padding: 10px;
}

.prodotto-content {
    flex: 1;
}

.prodotto-container a {
    margin-bottom: 30px !important;
}

.prodotto-container .image {
    margin-bottom: 3px;
}


.prodotto-container p {
    font-size: 16px !important;
    margin-top: 3px;
}


.prodotto-content .prezzo {
    font-size: 180%;
    font-weight: 300;
    margin-bottom: 0px
}

.correlati .prodotto-content h4 {
    font-size: 140%;
}

.correlati .prodotto-content .prezzo {
    font-size: 160%;
}

.prodotto-content .prezzo strong {
    font-family: 'Khula', sans-serif;
}

.prodotto-container .btn-default {
    color: #fff;
    background-color: #8dc63f;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 22px;
    margin: 10px auto 0 auto;
    text-align: center;
    padding: 12px 30px;
}


.prodotto-container .btn-default span:after {
    background-image: url(../images/arrow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    margin-left: 10px;
    margin-bottom: 3px;
}

.prodotto-container .btn-default:hover span:after {
    margin-left: 20px;
}

.prodotto-container .btn-default:hover {
    color: #fff;
    background-color: #000;
    padding: 12px 40px;
}

#dettaglio-prodotto p {
    font-size: 110%;
}

#dettaglio-prodotto p.big {
    font-size: 150%;
    line-height: 1.2;
}

.counter-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
    border: 0px;
    height: 40px;
    width: 120px;
    padding: 5px 35px 5px 15px;
    border-radius: 0px;
    display: block;
    color: #000;
    background-color: #fff;
    outline: none;
}

.box-acquista {
    font-size: 20px;
    margin: 30px 0 0 75px;
}

.select-wrapper {
    position: relative;
    border: 1px solid #000;
    padding: padding: 0px 5px;
}

.select-wrapper:after {
    content: url(../images/arrow-select.svg);
    width: 30px;
    position: absolute;
    margin-top: 5px;
    right: 0;
    color: #000;
    pointer-events: none;
}

.box-acquista .prezzo {
    font-family: 'Khula', sans-serif;
    font-size: 70px;
    line-height: 70px;
    color: #8dc63f;
    font-weight: bold;
}

.box-acquista .euro {
    font-size: 120%;
}

.box-acquista .prezzo-go {
    padding-top: 30px;
}

.box-acquista .btn-default {
    background-color: #8dc63f;
    margin: 0 0 0 30px;
    color: #fff;
    padding: 20px 50px;
}

.box-acquista .btn-default:hover {
    background-color: #000;
    padding: 20px 70px;
}

.btn:hover,
.btn,
a.fresco, a.presentazione, a.zip, a.video,
a.fresco:hover, a.presentazione:hover, a.zip:hover, a.video:hover,
.input-div input:focus,
a:hover img, a img,
.prodotto-container .btn-default:hover span:after,
.prodotto-container .btn-default span:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.immagine {
    margin-bottom: 40px;
}

.cod-prodotto {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.correlati {
    border-top: 1px solid #000;
}


.breadcrumbs {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
}

.content-breadcrumbs {
    width: 80%;
}

.breadcrumbs {
    padding: 40px 0;
}


.breadcrumbs ul {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}

.breadcrumbs ul {
    margin: 0 0;
}


.breadcrumbs ul li {
    padding: 0px 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #8dc63f;
}

.breadcrumbs ul li a {
    font-weight: 300;
    color: #000;
}

.breadcrumbs ul li a:hover {
    color: #64a012;
}

.breadcrumbs ul li:before {
    content: '|';
    font-weight: 300;
    color: #000;
    margin-right: 10px;
}

.breadcrumbs ul li:first-child:before {
    content: none;
}

.breadcrumbs .dettaglio span {
    font-size: 8px;
}

.galleria {
    display: flex;
    width: 40%;
    flex-flow: row wrap;
    padding: 30px;
}


.galleria ul {
    display: flex;
    flex-flow: row wrap;
    align-items: start;
}

.galleria ul li {
    width: 50%;
    padding: 0 25px 25px 25px;
}

.galleria .block {
    width: 100%;
}


.galleria .block .box {
    padding: 0 25px 15px 25px;
}

.galleria .block .box .galleria-content {
    color: #000;
    background-color: #d6d6d6;
}


.galleria .block .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

#form-find.cerca .container.j-end {
    justify-content: center !important;
}

.modulo-contatti {
    background-color: #e1e1e1;
    padding: 60px 0;
}

/*------------------------------------
 Form Area riservata
------------------------------------*/
.input-div {
    width: 50%;
    padding: 10px 10px 0px 10px;
}

.input-div.doppio {
    width: 100%;
}


.input-div input,
.input-div select,
.input-div textarea {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    border: 0px;
    border-bottom: 2px solid #fff;
    outline: none;
    border-radius: 10px;
}

#form-login .input-div input[type="email"],
#form-login .input-div input[type="password"],
.modifica-dati input[type="text"],
.modifica-dati input[type="email"],
.modifica-dati input[type="password"] {
    background-color: #f2f2f2;
}

#form-login .input-div input[type="submit"] {
    background-color: #fff;
}

.input-div select {
    height: 38px;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 14px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../images/bottom-arrow.svg);
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: calc(100% - 10px) calc(0% + 10px);
}

.input-div textarea {
    height: 120px;
}

.input-div input[type=checkbox] {
    width: auto;
    margin-right: 4px;
}

.input-div input:focus,
.input-div textarea:focus {
    border-bottom: 2px solid #8dc63f;
}

.input-div input::placeholder {
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.div-captcha input {
    width: 60%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.div-captcha img {
    width: 24%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.input-div label {
    display: block;
    margin-bottom: 5px;
}


#ric-psw {
    text-align: center;
    font-size: 14px;
    background-color: transparent;
    border: 0px;
    padding: 0px;
    color: #8dc63f;
    cursor: pointer;
    outline: none;
}

.ladda-button {
    border: 0;
    height: 65px;
    border-radius: 50px;
    border: 0px;
    outline: none;
}

.richiedi-psw form {
    width: 100%;
}

.richiedi-psw form {
    width: 100%;
}

form#form-password {
    padding: 20px;
    background-color: #e1e0e1;
    border-radius: 15px;
    margin-top: 10px;
}


.input-div .btn-default,
.input-div .btn-secondary {
    margin: 10px auto 10px auto;
    min-width: 200px;
}


#newsletter #privacy.input-div {
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
    width: auto;
}

/*------------------------------------
 Stili Popup
------------------------------------*/
.pop-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
}

#pop-custom .pop-cont {
    width: 90%;
}

.pop-overlay .pop-cont {
    background-color: #fff;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 30px 20px;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    max-height: 90%;
    overflow-y: auto;
}

.pop-overlay .pop-cont .close-popup {
    position: absolute;
    top: 15px;
    font-size: 18px;
    right: 15px;
    color: #fff;
    background-color: #c12539;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 0px;
    border-radius: 50%;
    cursor: pointer;
}

.pop-cont .selezione-q {
    padding: 8px;
    min-width: 100px;
    width: 100%;
    font-size: 11px;
    margin-bottom: 37px;
    position: relative;
}

.pop-cont .selezione-q .aggiungi {
    width: 100px;
    position: absolute;
    bottom: -17px;
    text-transform: uppercase;
    text-align: center;
}

.pop-cont .tit {
    text-transform: uppercase;
    font-weight: 900;
    color: #c12539;
    font-size: 120% !important;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.pop-cont p,
.pop-cont .chiudi {
    font-size: 15px !important;
    line-height: 18px;
}

.pop-cont .chiudi {
    min-width: auto !important;
    width: auto !important;
}

.azioni .btn-default,
.azioni .btn-secondary {
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0px 10px;
}

.azioni .btn-default:hover,
.azioni .btn-secondary:hover {
    padding: 15px 25px;
}

.azioni .btn-default img {
    margin-right: 8px;
}

.azioni .btn-secondary img {
    margin-left: 5px;
}



/*------------------------------------
 Footer
------------------------------------*/

.back-to-top {
    width: 40px;
    height: 40px;
    margin: 20px auto;
}

#return-to-top img {
    width: 100%;
    height: 40px;
    margin: 20px auto;
    text-align: center;
}

#return-to-top,
#return-to-top:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

ul.menu.social li {
    margin-top: 16px;
    text-align: left;
    color: #888;
    font-size: 14px;
    text-transform: uppercase;
}

ul.menu.social li a {
    padding: 5px 0px;
    text-align: center;
    font-size: 14px;
    background-color: #ccc;
    border-radius: 20px;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    color: #fff;
    display: block;
}

ul.menu.social li a:hover {
    color: #fff;
    background-color: #888;
}

footer {
    text-transform: uppercase;
    padding: 70px 50px 50px 50px;
    border-top: 1px solid #000;
}

footer .widget {
    padding: 0px 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
}

footer .img-logo {
    width: 200px;
    height: auto;
}

.footer-style {
    display: flex;
    flex-flow: row wrap;
}

footer ul {
    margin: 0px 40px 20px 0;
}

footer li {
    padding: 0px;
    margin-bottom: 10px;
}


footer p,
footer p a,
footer li,
footer li a {
    color: #000;
}

footer p a:hover,
footer li a:hover {
    color: #64a012;
}

section.social {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #ccc;
    display: flex;
    height: 55px;
    border-top: 1px solid #fff;
}

section.social a {
    margin: 0 20px;
}


/*------------------------------------
 Stili Flex
------------------------------------*/

.h-flex,
.v-flex {
    display: flex;
    flex-wrap: wrap;
}

.h-flex {
    flex-direction: row !important;
}

.v-flex {
    flex-direction: column !important;
}

.j-around {
    justify-content: space-around !important;
}

.j-end {
    justify-content: flex-end !important;
}

.j-start {
    justify-content: flex-start !important;
}


.j-center {
    justify-content: center !important;
}

.j-between {
    justify-content: space-between !important;
}

.item-center {
    align-items: center !important;
}

.item-start {
    align-items: start !important;
}

.item-end {
    align-items: flex-end !important;
}

.item-stretch {
    align-items: stretch !important;
}

.nowrap {
    flex-wrap: nowrap !important;
}

.block {
    display: block !important;
}

/*------------------------------------
 Area riservata
------------------------------------*/

.lista-area li a {
    margin-bottom: 30px;
}

.lista-area li a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}

.lista-area li img {
    width: 50px;
    height: auto;
    margin: 0 10px 0 0;
}

#elenco-prodotti {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/*------------------------------------
 Stili Responsive
------------------------------------*/

@media screen and (max-width: 1180px) and (min-width: 980px) {

    a.logo {
        width: 25%;
    }

    a.logo img {
        height: 85%;
    }

    .main-menu li {
        font-size: 15px;
        padding: 0 15px;
    }
}



@media screen and (min-width: 2000px) {

    .img-effect-home {
        width: 800px;
        height: auto;
    }
}

@media screen and (min-width: 1920px) {

    .img-effect-home {
        width: 700px !important;
        height: auto !important;
    }
}

@media screen and (min-width: 1025px) {

    #form-login {
        padding-right: 80px;
    }
}


@media screen and (min-width: 981px) {

    .no-pad-left {
        padding-left: 0px !important;
    }

    .no-pad-right {
        padding-right: 0px !important;
    }

    .sticky,
    .sticky .main-menu,
    .sticky .main-menu li a {
        height: 80px;
    }

    .sticky a.logo {
        height: 55px;
    }

    .sticky .dropdown {
        top: 80px;
    }

    .sticky #contenitore-globale {
        padding-top: 80px;
    }

    header.sticky {
        background-color: rgba(255,255,255,1);
    }

    header.sticky,
    header {
        transition: all .4s ease;
    }

    .sticky #contenitore-globale,
    #contenitore-globale {
        transition: all .2s ease;
    }

    .sticky a.logo,
    a.logo {
        transition: height .3s ease;
        text-align: left !important;
        justify-content: flex-start !important;
        display: inline;
    }

    #pop-custom .pop-cont {
        width: auto;
    }

    .pop-cont p, .pop-cont .chiudi {
        font-size: 16px !important;
    }

    .pop-cont .selezione-q {
        padding: 15px;
        width: 100%;
        font-size: 15px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1920px) {
    .content-bg-integratori {
        background-position: calc(0% + 12%) calc(100% + 20px);
    }
}

@media screen and (max-width: 1680px) {

    .intro-home h1 {
        font-size: 30px;
    }

    .intro-home p {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .intro-home .btn-default {
        font-size: 20px;
    }

    .content-bg-integratori {
        background-position: calc(0%) calc(100% + 20px);
        background-size: auto 80%;
    }
}

@media screen and (max-width: 1440px) {
    .bg-chisiamo p {
        font-size: 14px !important;
    }

    .bg-chisiamo h1 {
        font-size: 28px !important;
    }

    .bg-chisiamo .pad50-0 {
        padding: 0 !important;
    }

    .intro-home {
        margin-top: -75px;
    }

    .intro-home h1 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .intro-home p {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .intro-home .btn-default {
        font-size: 16px;
    }

    .intro-home .btn-default {
        padding: 10px 25px;
    }

    .intro-home .btn-default:hover {
        padding: 10px 30px;
    }

    .slick-dots {
        bottom: 100px;
    }

    .bg-intervallo {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        min-height: 400px;
    }

    .content-bg-integratori {
        background-position: calc(0%) calc(100% + -40px);
        background-size: auto 70%;
    }

    .bg-integratori {
        background: -webkit-linear-gradient(70deg, #e1e1e1 25%, rgba(0, 0, 0, 0) 25%);
        background: -o-linear-gradient(70deg, #e1e1e1 25%, rgba(0, 0, 0, 0) 25%);
        background: -moz-linear-gradient(70deg, #e1e1e1 25%, rgba(0, 0, 0, 0) 25%);
        background: linear-gradient(70deg, #e1e1e1 25%, rgba(0, 0, 0, 0) 25%);
    }
}


@media screen and (max-width: 1280px) {

    .container {
        width: 95%;
    }

    .img-effect {
        bottom: -50px;
        height: 600px;
    }

    .content-bg-integratori {
        background-position: 0% 50%;
        background-size: auto 50%;
    }

    a.logo {
        height: 65px;
    }

    .main-menu li {
        padding: 0 5px !important;
    }
}

@media screen and (min-width: 1200px) {
    #navigation .menu-icon,
    #navigation .menu-btn,
    .no-desktop {
        display: none;
    }
}

@media screen and (max-width: 1200px) {


    /* AGGIUNTA MENU PER MOBILE */

    #navigation {
        flex-direction: row-reverse !important;
        justify-content: flex-start;
    }

    /* menu icon */

    #navigation .menu-icon {
        cursor: pointer;
        margin: 0px 0px 0 0;
        padding: 20px;
        user-select: none;
    }

    #navigation .menu-icon .navicon {
        background: #000;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 30px;
    }

    #navigation .menu-icon .navicon:before,
    #navigation .menu-icon .navicon:after {
        background: #000;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
    }

    #navigation .menu-icon .navicon:before {
        top: 10px;
    }

    #navigation .menu-icon .navicon:after {
        top: -10px;
    }

    /* menu btn */

    #navigation .menu-btn {
        display: none;
    }

    #navigation .menu-btn:checked ~ .main-menu {
        max-height: 1000px;
        padding: 20px;
        -webkit-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.07);
        -moz-box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.07);
        box-shadow: 0px 5px 14px -1px rgba(0,0,0,0.07);
    }

    #navigation .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

    #navigation .menu-btn:checked ~ .menu-icon .navicon:before {
        transform: rotate(-45deg);
    }

    #navigation .menu-btn:checked ~ .menu-icon .navicon:after {
        transform: rotate(45deg);
    }

    #navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    #navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }

    .dropdown ul.sottomenu li {
        width: 100%;
    }



    /* FINE MENU PER MOBILE */

    .main-menu {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        top: 110px;
        right: 0;
    }

    #navigation ul.main-menu {
        list-style: none;
        overflow: hidden;
    }

    .main-menu {
        clear: both;
        max-height: 0;
        padding: 0px;
        height: auto;
        background-color: #fff;
        transition: max-height .3s ease-out;
    }

    .main-menu li a:hover:before, .main-menu li a.active:before {
        width: 20%;
    }

    .main-menu li {
        width: 100%;
        font-size: 14px;
    }

    .main-menu li a {
        height: auto;
        padding: 5px 20px;
    }

    .dropdown .container {
        padding: 0px 0px;
    }

    .dropdown {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        z-index: 0;
    }

    .dropdown ul.sottomenu {
        width: 100%;
        flex-direction: column;
    }

    li.drop:hover .dropdown {
        height: auto;
    }

    #contacts-form .input-div,
    #contacts-form .input-div.triplo {
        width: 50%;
    }

    #myHeader {
        flex: 1 1 auto;
    }

    #contenitore-globale {
        padding-top: 70px;
    }

    header {
        height: 88px;
    }

    .main-menu {
        top: 88px;
    }

    a.logo {
        height: 50px;
    }

    #lang {
        margin-left: 5px;
    }

    #navigation {
        flex-direction: row-reverse !important;
        justify-content: flex-start;
        width: 7%;
        order: 3;
    }

    .second-menu {
        order: 2;
    }

    header nav {
        width: 80%;
    }

    #form-find.cerca {
        top: 88px;
    }

    .dropdown ul.sottomenu li {
        padding: 15px 20px;
    }

    .solo-desktop {
        display: none !important;
    }

    #myHeader > a.logo {
        height: 50px;
    }

    #myHeader .second-menu {
        margin-left: auto;
    }
}

@media screen and (max-width: 1024px) {

    .container {
        width: 95%;
    }

    .img-effect {
        bottom: -30px;
        height: 500px;
    }
}

@media screen and (max-width: 1023px) {

    .bg-bianco-grigio,
    .bg-bianco-grigio-bg-login {
        background: none;
    }

    .bg-bianco-grigio .secondo,
    .bg-bianco-grigio-bg-login .secondo {
        background-color: #e1e1e1;
    }
}



@media screen and (max-width: 980px) {


    header.sticky {
        background-color: rgba(255,255,255,1);
    }

    header #form-find.cerca,
    header.sticky #form-find.cerca {
        top: 88px;
        height: 100px;
    }

    .img-effect-home {
        margin-top: 20px
    }

    .home_banner .slide .caption span,
    h2.big {
        font-size: 250%;
        word-break: break-word;
    }

    .content, .content-50 {
        padding: 10px;
    }

    .bg-newsletter .titolo {
        font-size: 250%;
    }

    .bg-newsletter p {
        line-height: 24px;
    }

    #newsletter input[type="email"], #newsletter .ladda-button {
        border-radius: 0px;
        margin-bottom: 5px;
    }


    .spazio60, .spazio40 {
        width: 100%;
    }

    .content-bg-integratori .spazio60.j-start {
        justify-content: center !important;
    }

    .content-bg-integratori {
        padding-top: 80px;
        margin-bottom: 80px;
    }


    .img-effect-int {
        margin-bottom: 20px;
    }
    /*
    .bg-confort-dog {
        background: -webkit-linear-gradient(180deg, #fff 50%, rgba(0, 0, 0, 0) 30%), url(../images/bg-confort-dog.jpg);
        background: -o-linear-gradient(180deg, #fff 50%, rgba(0, 0, 0, 0) 30%), url(../images/bg-confort-dog.jpg);
        background: -moz-linear-gradient(180deg, #fff 50%, rgba(0, 0, 0, 0) 30%), url(../images/bg-confort-dog.jpg);
        background: linear-gradient(180deg, #fff 50%, rgba(0, 0, 0, 0) 30%), url(../images/bg-confort-dog.jpg);
        background-size: 100%;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-attachment: none;
        padding-bottom: 400px;
    }

    .bg-chisiamo {
        background: -webkit-linear-gradient(180deg, #fff 50%, rgba(0, 0, 0, 0) 30%), url(../images/pet-creation-mobile.jpg);
        background: -o-linear-gradient(180deg, #fff 50%, rgba(0, 0, 0, 0) 30%), url(../images/pet-creation-mobile.jpg);
        background: -moz-linear-gradient(180deg, #fff 50%, rgba(0, 0, 0, 0) 30%), url(../images/pet-creation-mobile.jpg);
        background: linear-gradient(180deg, #fff 50%, rgba(0, 0, 0, 0) 30%), url(../images/pet-creation-mobile.jpg);
        background-size: 100%;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-attachment: none;
        padding-bottom: 400px;
    }

    .bg-contatti {
        background: -webkit-linear-gradient(180deg, #e1e1e1 85%, rgba(0, 0, 0, 0) 15%), url(../images/bg-contatti-mobile.jpg);
        background: -o-linear-gradient(180deg, #e1e1e1 85%, rgba(0, 0, 0, 0) 15%), url(../images/bg-contatti-mobile.jpg);
        background: -moz-linear-gradient(180deg, #e1e1e1 85%, rgba(0, 0, 0, 0) 15%), url(../images/bg-contatti-mobile.jpg);
        background: linear-gradient(180deg, #e1e1e1 85%, rgba(0, 0, 0, 0) 15%), url(../images/bg-contatti-mobile.jpg);
        background-size: 100%;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-attachment: none;
        padding-bottom: 400px;
    }*/

    .bg-chisiamo .content-50,
    #registrazione .content-50 {
        flex: 1 1 100%;
    }

    .bg-integratori {
        background: #fff !important;
    }

    .content-bg-integratori {
        background-image: none;
    }

    .push-left {
        padding-left: 0;
    }

    .push-right {
        padding-right: 0;
    }



    .img-effect {
        bottom: -30px;
        height: 500px;
    }

    #newsletter {
        width: 100%;
    }

    footer .widget {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .home_banner .slide, .pg_banner .slide {
        height: 700px;
        background-attachment: scroll;
    }

    .home_banner .slide .caption.pagine.container.item-end,
    .pg_banner .slide .caption.pagine.container.item-end,
    .caption .bg-bianco-overlay.item-end {
        align-items: flex-start !important;
    }

    footer {
        padding: 20px;
    }
}

@media screen and (max-width: 800px) {

    .slick-dots {
        bottom: 70px;
    }

    .intro-home {
        margin-top: -40px;
    }

    .intro-home p {
        padding-bottom: 0px;
    }

    .slick-dots li {
        width: 12px;
        height: 12px;
    }

    .slick-dots li button {
        width: 15px;
        height: 15px;
    }

    .slick-dots li button::before {
        border-radius: 8px;
        width: 8px;
        height: 8px;
    }


    .content-breadcrumbs {
        width: 90%;
    }


    .galleria {
        width: 100%;
    }


    .galleria ul {
        flex-flow: row wrap;
    }

    .galleria ul li {
        width: 25%;
    }



    .footer-style {
        display: flex;
    }

    .input-div,
    .input-div.doppio,
    #contacts-form .input-div,
    #contacts-form .input-div.triplo {
        width: 100%;
    }

    .prodotto-container {
        flex: 1 1 50% !important;
    }

    #myHeader .second-menu {
        margin-left: 5px;
    }

    footer {
        padding: 20px;
    }

    footer ul, footer li {
        margin: 0;
    }

    .display-none-m {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .intro-home {
        margin-top: 20px;
        position: relative;
        height: auto;
        padding: 20px 15px 40px;
    }

    .intro-home h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .home_banner img {
        opacity: 1;
    }

    .slick-dots {
        bottom: 40px;
    }

    .home_banner .slide .caption {
        padding-bottom: 25%;
    }

    .home_banner .slide .pagine {
        padding-bottom: 5%;
    }

    .home_banner .slide .caption span {
        font-size: 150%;
    }

    #newsletter .ladda-button {
        width: 100%;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }


    #navigation {
        width: 10%;
    }

    #contenitore-globale {
        padding-top: 88px;
    }

    .home_banner, .pg_banner {
        margin-top: 0px
    }

    .home_banner .slide, .pg_banner .slide {
        height: 300px;
    }

    .prodotto-content .made-in-italy {
        display: block !important;
    }

    .w-100-m {
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .home_banner {
        margin-top: 0;
    }

    #contenitore-globale {
        padding-top: 88px;
    }

    .row {
        padding: 20px 0;
    }

    #myHeader .container {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .second-menu ul {
        padding: 0;
    }

    h2, .titolo {
        font-size: 30px;
        font-weight: 300;
    }

    a.carrello {
        margin-left: 5px;
        padding-left: 30px;
    }

    .content-breadcrumbs {
        flex-flow: column wrap;
        align-items: flex-start;
        padding: 5px 0;
    }

    .breadcrumbs .dettaglio,
    .breadcrumbs ul {
        padding: 5px 0px;
    }

    .galleria ul li {
        width: 50%;
        padding: 0 10px 10px 10px;
    }

    .box-acquista {
        margin: 30px 0 0 0px;
    }


    .img-effect {
        height: auto;
        width: 50%;
    }

    .btn-block {
        display: block;
        margin-bottom: 10px;
    }

    .bg-intervallo {
        min-height: 200px;
    }

    .HtmlContent {
        column-count: 1 !important;
    }

    .HtmlContent ul {
        font-size: 16px;
        line-height: 1.5;
    }

    .loghi-container {
        margin-bottom: 20px;
    }

    .loghi-container .loghi {
        width: 40%
    }

    .made-in-italy {
        padding: 10px 0 !important;
    }

    .loghi-container .loghi img {
        max-width: 70% !important;
    }

    .loghi .small-font {
        margin-bottom: 10px;
    }

    .pg_banner {
        margin-top: 0;
    }

    .bg-confort-dog,
    .bg-chisiamo,
    .bg-contatti,
    .bg-prodotti,
    .pet-creation-wedding,
    .bg-cucce {
        padding-bottom: 0px;
        background: none;
        background-color: #e1e1e1;
    }

    #chi-siamo.pad50 {
        padding: 10px !important;
    }

    .velina {
        padding-right: 0 !important;
    }

    .desc {
        font-size: 16px;
    }

    .azioni .btn-secondary {
        font-size: 16px;
        margin: 20px 10px 0 0;
    }

    .azioni .btn-default img,
    .azioni .btn-secondary img {
        height: 20px !important;
    }

    .prodotto-container {
        flex: 1 1 50% !important;
    }

    .bg-confort-dog, .bg-chisiamo {
        padding-bottom: 27%;
    }

    #navigation {
        width: 15%;
    }

    .home_banner .slide, .pg_banner .slide {
        height: 250px;
    }

    footer {
        padding: 10px !important;
    }

    #newsletter .h-flex {
        display: block;
    }

    #newsletter .ladda-button, #newsletter input[type="email"] {
        width: 100%;
    }


    #elenco-prodotti {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 420px) {
    #elenco-prodotti.h-flex {
        display: block;
    }

    .home_banner .slide .caption strong, .pg_banner .slide .caption strong {
        font-size: 60px !important;
    }

    p {
        font-size: 16px;
        line-height: 1.5;
    }

    .pad30 {
        padding: 10px;
    }

    #elenco-prodotti {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 380px) {
    h1 {
        font-size: 30px;
    }

    .bg-confort-dog,
    .bg-chisiamo {
        padding-bottom: 150px;
    }


    .prodotto-container {
        flex: 1 1 100% !important;
    }


    footer {
        padding: 10px !important;
    }

    .home_banner .slide .caption span, .pg_banner .slide .caption span {
        font-size: 200% !important;
    }

    .content, .content-50, .pad50 {
        padding: 10px;
    }

    .spazio50 {
        width: 100%;
    }

    .div-captcha input {
        width: 100% !important;
    }

    .pad50-0 {
        padding-top: 5px !important;
    }


    .for-mobile .v-flex {
        display: block;
    }

    .for-mobile .v-flex .spazio33 {
        width: 100%;
    }

    .prodotto-container p {
        margin-bottom: 5px;
    }

    #elenco-prodotti.row {
        padding: 10px 0;
    }

    .home_banner .slide .caption strong, .pg_banner .slide .caption strong {
        font-size: 100%;
    }

    .breadcrumbs {
        padding: 20px 0;
    }

    .row {
        padding: 35px 0;
    }

    .modulo-contatti .fadeInUp {
        animation-name: none;
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
    }

    .made-in-italy img {
        width: 150px !important;
        float: left;
        margin-right: 10px;
    }
}

@media screen and (max-width: 360px) {

    a.logo img {
        height: 80%;
    }
}

@media screen and (max-width: 330px) {

    a.logo {
        height: 35px;
    }

    .azioni .btn-default img,
    .azioni .btn-secondary img {
        display: none;
    }
}

.prodotto-content .made-in-italy {
    display: flex;
    justify-content: center;
    align-items: center;
}

.made-in-italy img {
    width: 190px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.HtmlContent li {
    line-height: 24px;
    margin-bottom: 5px;
}

.small-font {
    font-size: 15px;
    margin-top: 5px;
    line-height: 14px;
}

.loghi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.velina {
    background-color: #e1e1e1a3;
    padding-right: 40px;
}

.slider_test .slick-slide{
    padding:20px;
}

#catalogo_btn span{
    background:#94c11f;
    padding:10px;
}

#catalogo_btn:hover span{
    color:#fff;
}