/* =========================================================
   ZLATO Z OLIV – DUE BOX FULL WIDTH V7
========================================================= */

.zzo-topbar{
  display:none!important;
}

.zzo-duo-top-full{
  position:relative;
  z-index:50;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:0!important;
  background:#fff;
  overflow:hidden;
}

.zzo-duo-banner-full{
  position:relative;
  width:100vw!important;
  max-width:100vw!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden;
  background:#1f2f12;
  line-height:0;
}

.zzo-duo-banner-full img{
  display:block!important;
  width:100vw!important;
  max-width:none!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}

.zzo-duo-product-link-full{
  position:absolute;
  z-index:10;
  right:2.2%;
  bottom:8%;
  width:16.5%;
  height:18%;
  display:block;
  background:transparent;
  border-radius:6px;
  cursor:pointer;
  text-indent:-9999px;
  overflow:hidden;
}

.zzo-duo-product-link-full:hover{
  background:rgba(255,255,255,.06);
}

.zzo-top-contact-full{
  width:100vw!important;
  max-width:100vw!important;
  min-height:48px;
  margin:0!important;
  padding:0 42px;
  display:grid;
  grid-template-columns:auto auto 1fr auto;
  align-items:center;
  box-sizing:border-box;
  background:#faf8f2;
  border-bottom:1px solid #e6ddcd;
  color:#253511;
  font-family:Arial,sans-serif;
}

.zzo-top-contact-item-full{
  min-height:48px;
  padding:0 28px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-right:1px solid #d8c99e;
  white-space:nowrap;
  font-size:13px;
}

.zzo-top-contact-item-full:first-child{
  padding-left:0;
}

.zzo-top-contact-item-full a,
.zzo-top-account-full a{
  color:#253511!important;
  text-decoration:none!important;
}

.zzo-top-contact-item-full svg,
.zzo-top-account-full svg{
  width:19px;
  height:19px;
  flex:0 0 19px;
  fill:none;
  stroke:#253511;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.zzo-top-question-full{
  min-height:48px;
  padding:0 30px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#444b3d;
  font-size:13px;
  white-space:nowrap;
}

.zzo-top-question-full strong{
  color:#253511;
  font-weight:700;
}

.zzo-top-account-full{
  min-height:48px;
  padding-left:28px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  white-space:nowrap;
  font-size:13px;
}

@media(max-width:900px){
  .zzo-top-contact-full{
    grid-template-columns:1fr 1fr;
    padding:0;
  }

  .zzo-top-contact-item-full,
  .zzo-top-question-full,
  .zzo-top-account-full{
    min-height:42px;
    padding:0 10px;
    border-right:0;
    border-bottom:1px solid #ece4d6;
    justify-content:center;
    text-align:center;
    white-space:normal;
    font-size:12px;
  }

  .zzo-duo-product-link-full{
    right:1.5%;
    bottom:7%;
    width:20%;
    height:22%;
  }
}

@media(max-width:520px){
  .zzo-top-contact-full{
    grid-template-columns:1fr;
  }

  .zzo-duo-product-link-full{
    right:1%;
    bottom:5%;
    width:25%;
    height:25%;
  }
}
