/* line 1, C:/xampp/htdocs/prestashop_olive/themes/vinova_olive/assets/sass/custom.scss */
.nov-custom {
  padding: 0;
  margin: 0;
}
.paypal-button.hide{
  display: none;
}
.paypal-button{
  flex: auto;
}
.ship-not-support{
  color: #616161;
  background-color: #fde9e9;
  padding: 5px;
  font-size: 14px;
  border: #ffbebe solid 1px;
}
.country-label:hover{
  text-decoration: underline;
}
.shipment-label{
  color: #F44336;
  user-select: none;
}
.country-label{
  color: #F44336;
  user-select: none;
  cursor: pointer;
}
.country-list.hide{
  display: none;
}
@media (max-width: 991px){
  .country-list{
    flex-direction: column !important;
  }
}
.country-list{
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.country-list .content{
  flex: auto;
  background-color: white;
}
.zones{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  column-gap: 10px;
  flex-shrink: 0;
  background-color: black;
  cursor: pointer;
}
.zones .zone-item:hover,.zones .zone-item.active{
  background-color: #666;
}
.zones .zone-item{
  transition: all .2s ease-in-out;
  padding: 10px;
  font-size: 12px;
  color: white;
  flex-shrink: 0;
}
.countrys{
  display: none;
}
.countrys.active{
  display: block;
  margin: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(auto, auto);
  gap:10px;
  grid-auto-rows: min-content;
  cursor: pointer;
}
.countrys .country-item.active{
  background-color: #000;
  color: white;
}
.countrys .country-item.available.active{
  color: white;
  background-color: #000;
}
.countrys .country-item.available{
  color: #000;
  opacity: 1;
  cursor: pointer;
}
.countrys .country-item{
  font-size: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  cursor: no-drop;
  min-width: 34px;
  padding: 0px 15px;
  height: 34px;
  opacity: 0.5;
  line-height: 34px;
  text-align: center;
  background: #ebebeb;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}

/*# sourceMappingURL=../css/custom.map */

#google_translate_element{
  display: inline-block;
}
.goog-te-gadget-simple{
  border: none !important;
}

body{
  top: 0px !important;
}
/*.skiptranslate{
  display: none;
}*/

.country-modal.hide{
  display: none;
}
.country-modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #00000052;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999999999;
}
.country-modal .country-list{
  flex: auto;
}
.country-modal .country-dialog{
  display: flex;
  flex-direction: column;
  background-color: white;
  box-shadow: 0 0 6px #00000047;

  width: 640px;
  height: 480px;
}
.country-modal .country-dialog .title-bar .dialog-close{
  position: absolute;
  right: 0px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  background-color: black;
}
.country-modal .country-dialog .title-bar .dialog-close i{
  font-size: 22px;
}
.country-modal .country-dialog .title-bar{
  background-color: black;
  height: 40px;
  color: white;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  position: relative;
  flex-shrink: 0;
}
.country-modal .country-dialog .tips{
  background-color: black;
  color: white;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  padding: 10px 20px;
  flex-shrink: 0;
}

@media (max-width: 991px){

  .country-modal .country-dialog{
    width: 96vw;
      height: auto;
  }

  .zones{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    grid-auto-rows: min-content;
  }
}

.paypal-but.hide{
  display: none;
}
.paypal-but{
  flex: auto;
  width: 200px;
  background: #ffc439;
  padding: 0px 4vw;
  border-radius: 4px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.paypal-but img{
  height: 20px;
}
.goog-te-combo{
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;

  padding: 7px;
}