
@font-face {
  font-family: 'East Sea Dokdo';
  src: url('../../css/fonts/EastSeaDokdo-Regular.ttf'); 
}
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('../../css/fonts/OpenSansCondensed-Light.ttf'); 
}

@font-face {
  font-family: 'Lato-Regular';
  src: url('../../css/fonts/Lato/Lato-Regular.ttf');
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: 'Lato-Italic';
  src: url('../../css/fonts/Lato/Lato-Italic.ttf');
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('../../css/fonts/Lato/Lato-Bold.ttf');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Redressed';
  src: url('../../css/fonts/Redressed-Regular.ttf'); 
}


:root{
  --max-width: 1300px;
  /*MENU FONT*/
  --menu--font: 1rem;
  --login--font:1.1rem;
  /*NAVBAR MENU PRODOTTI*/
  --nav--font: 1rem;
}

html, body{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: 'Lato-Regular', sans-serif;
   font-size: 16px;
   line-height: 16px;
}

h1{
  font-size: 28px;
  text-align: left;
  font-family: "Lato-Bold", sans-serif;
  font-weight: 400;
  margin: 5px 0;
  text-align: center;
}
h2,h3{ font-family: 'Lato-Italic',sans-serif; margin: 0;}
h5,h5{ font-family: 'Lato-Italic',sans-serif; margin: 0;}
h6,span,strong,input,button,a,li,p,i{font-family: 'Lato-Regular',sans-serif; margin: 0;}
h2{ font-size: 1.5rem }
h3,h4,h5 { font-size: 1.2rem }
h6,span,strong,input,button,a,li,p,i{ font-size: 1rem }


.it,.en { display: none; }
.page{
  position: relative;
	padding: 0;
	margin: 0;
}
.content{
   max-width: var(--max-width);
   margin: 0 auto;
   margin-top: 167px;
}
.footer{
  width: 100%;
  max-width: var(--max-width);
  margin: 30px auto;
  border-top: 1px solid lightgray;
}
.layout-two { display: inline-flex;}

.col-50{ width: 50%; padding:10px 40px; }
.container-block{
  display: block;
  width: 100%;
}

.hide-small{ display: block;}

.container-ellips {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 22px;
    padding: 0px 7px;
    text-align: justify;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    min-height: 60px;
    max-height: 85px;
}
.center-orizontal{
  text-align: center;
}
.justify{ text-align: justify; }

.btn-std{
  width: 80%;
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  font-weight: 600;
  background-color: #C685AF;
  color: #000;
  border-radius: 20px;
  border: none;
  margin: 10px auto;
  transition: all 1s;
}

.btn-google{
  width: 80%;
  text-align: center;
  line-height: 2.4rem;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid lightgray;
  margin: 20px auto;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
}
.btn-google a{
  font-size: 1.4rem;
  font-weight: 600;
}

.btn-std:hover{
  cursor: pointer;
  background-color: #000;
  color: #fff;
}

input{
   /*font-family: Open Sans Condensed;*/
   font-size: 1rem;
   width: 80%;
   line-height: 1.2rem;
   border: none;
   background-color: #fff;
   border-bottom: 2px solid #C899A3;
   border-radius: 10px;
   margin: 10px auto;
}

/* FORM INDIRIZZI SPEDIZIONE E CHECK OUT*/

.ind-sped-row{
  border: 1px solid lightgray;
  margin: 2px auto;
  padding: 20px 5px;
  background: #fff;
  cursor: pointer;
}

.select{
  background: #F9CCBE;
}
/* FORM STATI */
.input-stato{
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 10px;
    background-origin: border-box;
    padding: 0 34px;
}

/* SHIP TO PANEL */
.flags-container{
  display: none;
    position: fixed;
    z-index: 100000;
    top: 120px;
    left: 0;
    width: 50%;
    height: 60vh;
    overflow: auto;
    background: #fff;
    box-shadow: 10px 10px 20px #333;
}
.flags-content{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.flags-content>div{
    margin: 8px 10px;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.flags-content>div img{
    width: 15px;
    height: 15px;
}
.flags-content>div span{
    background-repeat: no-repeat;
    background-size: 25px 23px;
    background-position: 10px;
    background-origin: border-box;
    padding: 0 41px;
    white-space: nowrap;
}

.elenco_stati{
    background: #FDE;
    border: 1px solid lightgray;
    position: fixed;
    top: 17vh;
    right: 0;
    width: 63%;
    height: calc(100vh - 17vh);
    /* max-height: 90%; */
    overflow: scroll;
    display: none;
    flex-wrap: wrap;
    z-index: 1000;
    /* align-items: unset; */
    /* justify-content: flex-start; */
    margin: 6px;
}
.elenco_stati div{
    margin: 8px 10px;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.elenco_stati div img{
  width: 15px;
  height: 15px;
}
.elenco_stati div span{
    background-repeat: no-repeat;
    background-size: 25px 23px;
    background-position: 10px;
    background-origin: border-box;
    padding: 0 41px;
    white-space: nowrap;
}

.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}


@media screen and (max-width: 800px){
  .hide-small{ display: none;}
   h1{ font-size: 1.4rem }
   h2{ font-size: 1.2rem }
   h3,h4,h5 { font-size: 1rem }
   h6,span,strong,input,button,a,li,p,i{ font-size: 1rem }
   .fa{ font-size: 1.5rem; }
   .btn-std{ font-size: 1.2rem; line-height: 2rem;}
   .btn-google{line-height: 2rem; }
   .fa-google {font-size: 25px;}
   .btn-google a{ font-size: 1.2rem;}
   .content { margin-top: 70px;}
   .flags-container{ width: 100%; height: 80vh; top: 40px;}
   .flags-content>div { margin: 5px; width: 30%; }
   .elenco_stati {
      top: 10vh;
      width: 100%;
      height: calc(100vh - 10vh);
      max-height: 100%;
      margin: 0px;
  }
}

@media screen and (max-width: 610px){
  .elenco_stati div { width: 40%; margin: 8px 5px}
  .container-ellips{ max-height: 60px;}
}
@media screen and (max-width: 400px){
  
   h1{ font-size: 1.2rem }
   h2{ font-size: 1rem }
   h3,h4,h5,h6{ font-size: 0.8rem }
   span,strong,input,button,a,li,p,i{ font-size: 0.8rem;}
   .fa{ font-size: 1.2rem; }
   .btn-std{ font-size: 1rem; line-height: 2rem;}
   .btn-google{line-height: 2rem; }
   .fa-google {font-size: 20px;}
   .btn-google a{ font-size: 1rem;}
   .flags-content>div { margin: 5px; width: 46%; }
}


/* ANIMATION EFFECT */
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

