
.row-full-with {
  width: 99.5vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-bottom: 60px;
}

.menu-container {
    background-color: #fff;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    padding: 2px;
    position: relative;
}

.menu a,
.menu_header {
    color: #000;;
    text-decoration: none;
    font-size: 15px;
}
.menu .menu_header_blu,
.menu_header_blu {
    color: #52c3ed;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #D9D9D9;
    width: 1200px;
    padding: 15px;
    column-count: 5; 
    column-gap: 8px; 
    left: -200%;
}
.main-header.menu-fixed .container-fluid {
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 10px -4px rgb(0 0 0 / 0%);
  box-shadow: 0px 6px 10px -4px rgb(0 0 0 / 0%);
}

.mcart-dd-content .mcart-item:after {
  display: none !important;
}
.top-header-right .connect-link a {
  font-size: 12px;
}

/* nuovo mega menu*/
.megamenu {
    width: 100%;
}
.megamenu-container {
  margin: 0 auto;
}

.megamenu img {
    max-width: 100%;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
    content: "\f0c9";
    font-family: "FontAwesome";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.menu-mobile.menu-open:after {
    content: "\f00d";
    font-family: "FontAwesome";
}
.menu-dropdown-icon:before {
  content: "\f078";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 0 25px;
  background: #fff;
  color: #333;
}
.megamenu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    clear: right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.megamenu > ul:before,
.megamenu > ul:after {
  content: "";
  display: table;
}
.megamenu > ul:after {
  clear: both;
}
.megamenu > ul > li {
  float: left;
  padding: 0;
  margin: 0;
}
.megamenu > ul > li a {
    padding: 1em 1.5em;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 15px;
}
.megamenu > ul > li > ul {
    display: none;
    width: 80%;
    background: #D9D9D9;
    padding: 15px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0 0 0 10%;
    list-style: none;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 100;
}
.megamenu > ul > li > ul.col-size-3 {
    width: 60%;
    margin: 0 0 0 20%;
}
.megamenu > ul > li > ul:before,
.megamenu > ul > li > ul:after {
  content: "";
  display: table;
}
.megamenu > ul > li > ul:after {
  clear: both;
}
.megamenu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 20%;
  background: none;
  float: left;
}
.megamenu > ul > li > ul.col-size-3 > li {
    width: 33%;
}
.megamenu > ul > li > ul > li a {
    color: #000;
    padding: 5px 0px;
    width: 95%;
    display: block;
}
.megamenu > ul > li > ul > li a:hover{
  color:#000
}
.megamenu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.megamenu > ul > li > ul > li > ul:before,
.megamenu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.megamenu > ul > li > ul > li > ul:after {
  clear: both;
}
.megamenu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: .8em;
}
.megamenu > ul > li > ul > li > ul > li a,
.megamenu > ul > li > ul > li > ul > li span {
    border: 0;
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
.megamenu > ul > li > ul > li > ul > .bolder-link-menu a {
    font-weight: 600;
}
.megamenu > ul > li > ul > li > ul > .bolder-link-menu span {
    font-weight: 600;
    margin-top: 15px;
    display: block;
}
.megamenu > ul > li > ul > li > ul > .bolder-link-menu.first-span span {
    margin-top: 0;
}
.megamenu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.megamenu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.megamenu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
.megamenu .default-blue {
    color: #52c3ed;
    font-weight: 600;
}
/* fine nuovo mega menu */





.drop-left{
    left: -250%;
}


.column {
    break-inside: avoid; 
}

.column h3 {
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
}

.column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.column ul li {
    margin-bottom: 5px;
    font-size: 12px;

}
.index section,
section.home-promotion-product {
    padding: 40px 0px 0;
}

.home-category-row .row {
    padding: 40px 20px 20px;
}

section.home-slidershow {
    padding: 0;
}

.detail_markete {
    background-repeat: repeat;
}
.detail_markete-box {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 380px;
  height: auto;
  padding: 30px;
}
.detail_markete img {
    margin-left: 20px;
}
.detail_markete h1 {
    font-size: 25px;
    margin: 0 0 10px;
}
.detail_markete__text {
    align-self: center;
    margin-right: 0;
    font-size: 15px;
    text-align: center;
    padding: 0 20px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.custom-combobox {
  position: relative;
  display: inline-block;
  width: 80%;
  text-align: center;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
  right: -3px;
}
.custom-combobox-input {
  padding: 5px 10px;
    background-color: #fff;
    width: 100%;
}
.custom-combobox-input::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.custom-combobox-input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}

.ui-autocomplete {
  background-color: #f0f0f0;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 999;
}
.header-recherche .ui-widget {
  text-align: left;
}
.header-recherche .container_research {
  display: flex;
  justify-content: center;
}
.header-recherche .ui-widget-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* contactez-nous */
.form-contactez-nous {
  background-color: rgba(0, 0, 0, 0.07);
  padding: 30px;
  max-width: 960px;
  width: 100%;
  margin: 40px auto 0;
}
.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}

.echantillons-gratuits {
  display: flex;
}
.echantillons-gratuits__image img {
  object-fit: cover;
  height: 860px;
}


/* FOOTER */
.footer-detail-row {
  background: #f2f2f2; padding-top: 10px;
}


@media (min-width: 768px) {
  .main-header .header-recherche{
      display: block;
  }
}

@media only screen and (max-width: 1216px) {
  #aboutus .container {
    width: 100%;
  }
}


@media only screen and (max-width: 1199px) {
  .echantillons-gratuits__image img {
      object-fit: cover;
      height: 690px;
  }
}

@media only screen and (max-width: 1100px) 
{
  .dropdown-menu {
    width: 900px;
    left:-210%;}
  }
  .drop-left {
    left:-410%;
  }


@media only screen and (max-width: 991px) {
    .megamenu-container {
      width: 100%;
    }
    .megamenu-container .menu{
    display:inline-block;
     }
    .menu-mobile {
      display: none;    
      float: right;    
      padding: 20px 20px 0;
    }
    .menu-dropdown-icon:before {
      display: block;
    }
    .megamenu > ul {
      display: none;
      width:100%;
    }
    .megamenu > ul > li {
      width: 100%;
      float: none;
      display: block;
    }
    .megamenu > ul > li a i {
        display: none
    }
    .megamenu > ul > li a {
      padding: 0 0 10px;
      width: 100%;
      display: block;
    }
    .megamenu > ul > li > ul,
    .megamenu > ul > li > ul.col-size-3 {
        position: relative;
        width: 90%;
        margin: 0;
        padding: 0 20px 20px;
        border-radius: 0;
        background-color: rgba(204,204,204, 0.3);
        height: 50vh;
        overflow-x: inherit;
        overflow-y: scroll;
        margin-bottom: 20px;
    }
    .megamenu > ul > li > ul.normal-sub {
      width: 100%;
    }
    .megamenu > ul > li > ul > li {
      float: none;
      width: 100%;
      margin-top: 20px;
    }
    .megamenu > ul > li > ul > li:first-child {
      margin: 0;
    }
    .megamenu > ul > li > ul > li > ul {
      position: relative;
    }
    .megamenu > ul > li > ul > li > ul > li {
      float: none;
    }
    .megamenu .show-on-mobile {
      display: block;
    }
    .detail_markete__text {
      padding: 0 20px;
    }
    .echantillons-gratuits__image img {
      object-fit: cover;
      height: 690px;
  }
  .echantillons-gratuits {
      display: flex;
      flex-direction: column-reverse;
  }
  .echantillons-gratuits__image img {
      width: 100%;
      max-width: 525px;
      margin: 25px auto;
      object-fit: unset;
      height: 100%;
  }

}

@media only screen and (max-width: 768px) {
    .detail_markete-box {
        padding: 10px 30px;
        flex-direction: column;
    }
    .detail_markete__text {
      padding: 20px 10px 0;
    }
    .detail_markete img {
      margin: 15px
  }
}

@media only screen and (max-width: 767px) {
  .custom-combobox {
    width: 100%;
  }
  .footer-detail-row {
      background: transparent;
  }
  .footer-content {
      display: block;
      margin-bottom: 20px;
  }
  .footer-main p.col-title {
      color: #fff;
      font-weight: 900;
      padding-bottom: 5px;
  }
  .footer-main .footer-content a, .footer-main .footer-content p,
  .footer-main .footer-content span {
      color: #ffffff;
      font-size: 12px;
  }
  .footer-content .footer-logo img {
    max-width: 270px;
    height: auto;
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    text-align: left;
  }
}

@media only screen and (max-width: 580px) {
    .detail_markete h1,
    .detail_markete p {
        text-align: center;
    }
    .g-recaptcha {
      transform: scale(0.77);
      transform-origin: 0 0;
  }
}
