 /*FONT*/
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
  @import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,400,400i,500,600,700,800,900");

  .main_content{
    width: 100%;
    background-color:black;
    overflow-x: hidden;
  }
  #checkout {
    display: block;
    max-width: 600px;
    margin:0 auto;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    background-color:black;
  }
  .header{
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .header__logo{
    display: block;
    max-width: 300px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .plusMargin{
    margin-bottom: 15px;
  }
  .block { margin: 25px auto; }
  .row { margin: 5px auto; text-align: left; }
  input, select { margin: 5px 0px; }
  button {
    width: 60%;
    display: block;
    margin: 0 auto;
    background-image: linear-gradient(-180deg, #F5EC7B 3%, #FFB953 100%);
    border-radius: 8px;
    padding: 15px 25px;
    border: none;
    /* BUY NOW: */
    font-family: 'Montserrat', sans-serif;
    font-weight:normal;
    text-transform: uppercase;
   font-size: 28px;
   color: #267C93;
   margin-top: 50px;
   }
   label{
     color: white;
     margin-bottom: 20px;
   }
  section { display: block; }
  span{
    color: white;

  }
  #products {
    margin: 0 auto; width: 100%; max-width: 1280px;
   }
  #products[data-display-type="grid"]
  .product {
margin-bottom: 50px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    /*overflow: hidden;*/
    text-align: left;
    box-sizing:
    border-box;
  }
  #products[data-display-type="grid"]
  .product .images {
    width: 385px;
    height: 281px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    position: relative;
    border-radius: 3px;
    background-color: rgba(236, 241, 242, 0.35);
    padding: 10px; overflow: hidden;
    text-align: center;
    box-sizing: border-box;
  }
  #products[data-display-type="grid"] .product .images img { max-width: 100%; max-height: 100%; margin: 0 auto; vertical-align: middle; border-radius: 3px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
  #products[data-display-type="grid"] .product .product-info { padding: 15px 10px; box-sizing: border-box; }
  #products[data-display-type="grid"] .product .product-name { display: inline-block; width: 70%; font-size: 16px; color: #6c7c90; text-align: left; text-overflow: ellipsis; }
  #products[data-display-type="grid"] .product .product-price { display: inline-block; position: relative; width: 18%; font-size: 30px; margin-left:30px;margin-right:50px;color: #69b67c; text-align: right; font-weight: 600; }
  #products[data-display-type="grid"] .product .quantity { top: 7px; position: relative; display: inline-block; width: 70px; overflow: hidden; min-width: 30px; }
  #products[data-display-type="grid"] .product .quantity input { width: 70px; height: 25px; padding: 0px; margin: 0; padding: 0 5px; text-align: center; border-radius: 3px; background-image: linear-gradient(-180deg, white 0%, rgba(245, 248, 250, 0.2) 100%); border: 1px solid rgba(184, 195, 209, 0.45); box-shadow: 0px 1px 2px 0px rgba(204, 204, 204, 0.27); border-radius: 3px; color: #6d7782; font-family:'Montserrat', sans-serif; font-weight: 400; box-sizing: border-box; }
  input.slim { height: 34px; font-size: 12px; padding-left: 10px; line-height: 24px; }
  #products[data-display-type="grid"] .product .variants { background: rgba(187, 196, 208, 0.1); padding: 15px 35px; border-top: 1px solid rgba(187, 196, 208, 0.15); }

  .dropdown {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 45px;
    border: 1px solid #bbc4d0;
    border-radius: 3px;
    background-size: 10px 8px,
    cover; background-repeat:
    no-repeat, repeat-x;
    background-position: right 15px center, center;
    padding: 1px 0px;
    vertical-align: top;
    cursor: pointer;
     background-color: white;
     border-radius: 3px;
     display: block;
     margin: 15px auto;
     font-size: 12px;
     height: 45px;
     transition: all .15s ease-in-out; border: 1px solid rgba(108, 124, 144, 0.25);
 }
  .dropdown select {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: -2px;
    padding: 0px;
    height: 45px;
    line-height: 35px;
    font-size: 12px;
    color: #6C7C90;
    background: #FFF;
    background: transparent !important;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
  }
  .dropdown select { padding-left: 12px;}


  .panel, .flip { padding: 5px; text-align: center; background-color: #e5eecc; border: solid 1px #c3c3c3; }
  .panel { padding: 50px; display: none; }

  input[type="text"], input[type="number"], input[type="password"] {
    border-radius: 0px;
    background: #FFFFFF;
    border: 1px solid #bbc4d0;
    width: 100%;
    height: 45px;
    color: black;
    padding-left: 15px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: white;
    border: 1px solid rgba(108, 124, 144, 0.25);
    border-radius: 3px;
    padding: 0 12px;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    transition: all .15s ease-in-out;
  }
  .mainTitle{
     display: block;
     margin: 0 auto;
     color: white;
     font-size: 25px;
     line-height: 30px;
     margin-bottom: 20px;
     clear:both;
     text-align:left;
     font-weight: 200;
     text-transform: uppercase;
     font-family: 'Montserrat', sans-serif;
  }
  .title {
     font-family: 'Montserrat', sans-serif;
     font-weight: 300;
     text-align: left;
     margin: 0 auto;
     color: silver;
     font-size: 16px;
     line-height: 30px;
     display: block;
     width: 100%;
     margin-bottom: 5px;
     clear:both;
   }
  .collect[data-collecting="customer-name"]
  input {
    display: inline-block;
    float: left;
    display: block;
     margin-right: 2%;
     width: 100%;
   }


.link_toogle{
  color: white;
}



/*Total Prize*/
  #closing {
    box-shadow: none;
    margin-top: 35px;
    border-top: 1px solid rgba(108, 124, 144, 0.1);
    margin-bottom: 0px; padding: 0px;
    position: relative;
  }
  #closing .breakdown div {
    color: #9DAABB;
    border-bottom: 1px solid rgba(157, 170, 187, 0.2);
    line-height: 50px; display: block; font-size: 14px;
    color: white;
    font-weight: 300;
    text-align: left;
    font-size: 18px;
    padding: 0px 28px;
    background: rgba(157, 170, 187, 0.05);
  }
  #closing .breakdown div span {
    color: white;
    display: inline-block;
  }




/*PAY PAL*/
  #paypal-overlay { width: 100vw; height: 100vh; position: fixed; top: 0px; left: 0px; z-index: 123456789; opacity: 0.8; display: none; text-align: center; background: radial-gradient(circle at center center, rgba(0, 156, 225, 0.75) 0%, rgba(0, 48, 135, 0.9) 100%); }
  .fadeIn { animation-name: fadeIn; }
  .animated { animation-duration: 1s; animation-fill-mode: both; }
  #paypal-overlay .stop-paypal { color: white; position: absolute; right: 25px; top: 25px; text-decoration: none; border-radius: 50px; border-width: 1px; border-style: solid; border-color: rgba(255, 255, 255, 0.24); border-image: initial; padding: 7px 20px; }
  #paypal-overlay .loader { position: absolute; width: 180px; height: 180px; left: 50%; top: 50%; margin-top: -90px; margin-left: -90px; overflow: hidden; }
  #paypal-overlay .loader .loader-text { line-height: 24px; text-align: center; font-size: 14px; color: white; margin-top: 70px;}
  .spinner { position: absolute; top: 0px; left: 0px; width: 180px; height: 180px; }
  .spinner .checkmark { display: none; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { animation-duration: 0.75s; }
  svg:not(:root) { overflow: hidden; }
  .bounceIn { animation-name: bounceIn; }
  #paypal-overlay .go-to-paypal { display: none; font-weight: 400; font-size: 18px; color: rgb(23, 123, 180); width: 350px; position: relative; box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px; top: 35vh; padding: 20px 35px; background: rgb(255, 255, 255); margin: 50px auto; border-color: rgba(255, 255, 255, 0.5); border-radius: 3px; }
  #paypal-overlay span { color: white; display: block; text-align: center; position: absolute; width: 100vw; top: 50%; font-size: 14px; line-height: 26px; }
  #purchasing { width: 100vw; height: 100vh; position: fixed; left: 0px; top: 0px; z-index: 12345; display: none; background: rgba(255, 255, 255, 0.8); }
  #purchasing .loader { position: absolute; width: 180px; height: 180px; left: 50%; top: 50%; margin-top: -90px; margin-left: -90px; overflow: hidden; }
  #purchasing .loader .loader-text { line-height: 180px; text-align: center; font-size: 14px; color: rgb(108, 124, 144); }
  #purchasing .loader .loader-text .fa { margin-right: 5px; }
  .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  #purchasing .loader svg.cross { zoom: 2.5; position: absolute; top: 0px; left: 0px; }
  .spinner .checkmark { display: none; }

  .full_img{
  	display: block;
  	/*Togliere una volta messo video*/
  	margin: 0 auto;
  }

  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
     padding: 0;
     color: white;
   }

/*Gallery*/
.container-gallery{
  display: block;
  width: 1120px;
  background-color: red;
  margin: 0 auto;
}
.slider {

    max-width: 1120px;
    margin: 30px 50px 50px;
}

.slick-slide {
    background: blue;
    color: white;
    padding: 20px 0;
    font-size: 30px;
    font-family: "Arial", "Helvetica";
    text-align: center;


}
img { display: inline-block; }
.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dots {
    bottom: -40px;
}

.slick-slide:nth-child(odd) {
     background: red;
}


#closing .subtotal span:nth-child(2), #closing .discount span:nth-child(2), #closing .shipping span:nth-child(2), #closing .tax span:nth-child(2), #closing .total span:nth-child(2) {
  text-align: right;
  white-space: nowrap;
  padding-left: 25px;
}





/* ALERT POPUP AND INVALID FIELDS HIGHLIGHTING*/
input.invalid, textarea.invalid, .dropdown.invalid, .dropdown.invalid:focus, select.invalid, input.invalid:focus, textarea.invalid:focus, select.invalid:focus {
  border: 1px solid #FF8CA1;
  outline: none;
  color: #ff5977;
  background-color: rgba(255, 191, 203, 0.15);
}

#alert.animated {
  display: block;
}

#alert.negative {
  background: #ff5977;
}

#alert.positive {
  background: #59dd77;
}

#alert {
  position: fixed;
  z-index: 99999;
  width: 100vw;
  color: white;
  text-align: center;
  font-size: 20px;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
  display: none;
  padding: 70px 0 40px;
  top: -40px;
  left: 0px;
  font-family: Open Sans,sans-serif;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#submit-checkout span {
  color:black;
}

#paypal-button-container #xcomponent-paypal-button-5e86e4a8e4 > .xcomponent-outlet {
  height: 50px;
}

.shipping-included {
  color:#c0c0c0;
}
