/*==============================================
GENERAL SETTINGS
==============================================*/
html, body{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: white;
  color: black;
  background-color: #f0f0f0;
}
body.loading::before{
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: white;
  border-bottom-color: white;
  z-index: 51;
  -webkit-animation: body-loading .7s linear infinite;
          animation: body-loading .7s linear infinite;
}
body.loading:after{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .3;
  z-index: 50;
}
@-webkit-keyframes body-loading{

  from{
    transform: translate(-50%, -50%) rotatez(0deg);
  }
  to{
    transform: translate(-50%, -50%) rotatez(359deg);
  }

}
@keyframes body-loading{

  from{
    transform: translate(-50%, -50%) rotatez(0deg);
  }
  to{
    transform: translate(-50%, -50%) rotatez(359deg);
  }

}
html.no-scroll,
body.no-scroll{
  overflow-y: hidden;
}
:root{
  --lightblue: #87D2C8;
  --maxwidth: 1200px;
  --title: 'Khand', sans-serif;
  --text: 'Roboto Condensed', sans-serif;
  --red: #FF3838;
  --blue: #21759b;
}
a{
  cursor: pointer;
}
img{
  display: block;
}
#content{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  margin-top: 60px;
}
*:not(h1, h2){
  font-family: var(--text);
}
h1, h2{
  font-family: var(--title);
  font-weight: lighter;
}
h1, h2, h3{
  letter-spacing: 3px;
}
b, strong{
  font-weight: bold;
}
.mt-0{
  margin-top: 0;
}
.m-0{
  margin: 0;
}
.w-btn, .b-btn{
  padding: 8px 55px;
  border-radius: 35px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .25s linear, background-color .25s linear;
  font-size: .9em;
}
.w-btn{
  color: black;
  background-color: white;
  border: 1px solid white;
}
.b-btn{
  color: white;
  background-color: black;
  border: 1px solid black;
}
.w-btn:hover{
  color: white;
  background-color: transparent;
  border-color: white;
}
.b-btn:hover{
  color: black;
  background-color: transparent;
  border-color: black;
}
.slick-initialized{
  opacity: 1 !important;
  z-index: 1;
}
.slick-slider img.arrow{
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  height: 25px;
  width: auto;
}
.subtitle{
  letter-spacing: 2px;
  font-size: 1.1em;
  text-transform: uppercase;
}
button{
  cursor: pointer;
}
a[name="#contacts"]{
  position: absolute;
  top: 0;
  left: 0;
}
li.widget{
  list-style-type: none;
}
.bar-out{
  transform: translateY(-100%);
}
.uc{
  text-transform: uppercase;
}
#site-over-layer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .3;
  z-index: 40;
}
@-webkit-keyframes button-loading {
  0%{
    transform: translate(-50%, -50%) scale(1);
  }
  50%{
    transform: translate(-50%, -50%) scale(1.5);
  }
  100%{
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes button-loading {
  0%{
    transform: translate(-50%, -50%) scale(1);
  }
  50%{
    transform: translate(-50%, -50%) scale(1.5);
  }
  100%{
    transform: translate(-50%, -50%) scale(1);
  }
}
button.loading{
  position: relative;
}
button.w-btn.loading,
button.w-btn.loading:hover{
  color: white !important;
  background-color: white !important;
}
button.b-btn.loading,
button.b-btn.loading:hover{
  color: black !important;
  background-color: black !important;
}
button.loading:after{
  content: "";
  width: .9em;
  height: .9em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-animation: button-loading .8s linear infinite;
          animation: button-loading .8s linear infinite;
}
button.w-btn.loading:after{
  border: 1px solid black;
}
button.b-btn.loading:after{
  border: 1px solid white;
}
/* remove outline from all elements */
:focus{
  outline: none;
}
.scroll-ref{
  position: fixed;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: -100;
}
.scroll-ref.up{
  top: 50%;
}
.scroll-ref.down{
  top: 70%;
}

.body-layer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  overflow-y: auto;
}
.body-layer span.close{
  position: absolute;
  top: 1em;
  right: 1em;
  color: white;
  line-height: 15px;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
}
.body-layer .circuit{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
/*==============================================
FORMS
==============================================*/
.orbis783-form{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.orbis783-form p{
  margin-top: 0;
}
.orbis783-form p:not(.checkbox){
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.orbis783-form p.full{
  width: 100%;
}
.orbis783-form p.half{
  width: 48%;
}
.orbis783-form p.half.right{
  margin-left: auto;
}
.orbis783-form p.half.left{
  margin-right: auto;
}
.orbis783-form p label,
.orbis783-form p input,
.orbis783-form p textarea,
.orbis783-form p select{
  width: 100%;
}
.orbis783-form p label.error{
  font-size: .9em;
  color: red;
  margin-top: .3em;
  width: 100%;
}
.orbis783-form p input,
.orbis783-form p select,
.orbis783-form p textarea{
  background-color: transparent;
  border: 1px solid black;
  color: black;
  font-size: 1em;
  border-radius: 20px;
  padding:  6px 1em;
  box-sizing: border-box;
}
.orbis783-form p textarea{
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 8em;
  max-height: 16em;
  min-height: 4em;
}
.orbis783-form button[type="submit"]{
  width: auto;
  padding: 6px 1em;
  font-size: 1em;
  border-radius: 20px;
  position: relative;
  min-width: 150px;
}
.orbis783-form button[type="submit"].b-btn{
  background-color: black;
  border: 1px solid black;
  color: white;
}
.orbis783-form button[type="submit"].w-btn{
  background-color: white;
  border: 1px solid white;
  color: black;
}
.orbis783-form button[type="submit"].b-btn{
  background-color: black;
  border: 1px solid black;
}
/* custom checkboxes */
.orbis783-form p.checkbox{
  position: relative;
}
.orbis783-form p.checkbox label{
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.orbis783-form p.checkbox label input{
  position: absolute;
  cursor: pointer;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
}
.orbis783-form p.checkbox label span{
  position: absolute;
  top: 6px;
  left: 0;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: transparent;
}
.orbis783-form p.checkbox label span::after{
  content: "";
  position: absolute;
  display: none;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.orbis783-form p.checkbox label input:checked + span::after{
  display: block;
}
.orbis783-form p.checkbox label span.dark{
  border: 1px solid black;
}
.orbis783-form p.checkbox label span.dark::after{
  background-color: black;
}
.orbis783-form p.checkbox label span.light{
  border: 1px solid white;
}
.orbis783-form p.checkbox label span.light::after{
  background-color: white;
}


/*==============================================
PRICES
==============================================*/
.price ins{
  color: var(--red);
}
.price del{
  position: relative;
  text-decoration: none;
}
.price del:before{
  content:"";
  width: 100%;
  height: 1px;
  color: red;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: black;
}

/*==============================================
TYPOGRAPHY
==============================================*/
.bg-title{
  font-size: 3em;
  margin: 0;
  font-weight: bolder;
  text-transform: uppercase;
}

/*==============================================
HEADER
==============================================*/
#site-header{
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: transform .3s linear;
}
#site-header .header-content{
  width: 95%;
  max-width: var(--maxwidth);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#logo img{
  height: 45px;
  width: auto;
}
#cart-icon{
  position: relative;
  cursor: pointer;
}
#cart-icon img{
  height: 25px;
  width: auto;
}
#cart-icon span{
  color: black;
  position: absolute;
  top: -4px;
  right: 12px;
  font-size: .8em;
}
/*
hamburger
*/
#ham{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#ham label{
  margin-left: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px){

  #ham label{
    display: none;
  }

}
#ham div{
  position: relative;
  width: 30px;
  height: 23px;
  cursor: pointer;
}
#ham div span{
  position: absolute;
  background-color: black;
  width: 100%;
  left: 0;
  transition: top .25s linear, transform .25s linear;
  height: 2px;
}
#ham div span:nth-child(1){
  top: 0;
}
#ham div span:nth-child(2){
  top: 50%;
  transform: translateY(-50%);
}
#ham div span:nth-child(3){
  top: 100%;
  transform: translateY(-100%);
}
#ham .active span:nth-child(1),
#ham .active span:nth-child(3){
  top: 50%;
  transform: translateY(-50%);
}
/*
menu
*/
#site-menu{
  position: fixed;
  width: 100%;
  height: calc(100% - 60px);
  top: 60px;
  left: 0;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  transition: transform .7s ease-out;
}
.menu-in{
  transform: translateX(0px) !important;
}
#site-menu > div{
  width: 95%;
  height: calc( ( (100vh - 60px) / 100 ) * 85);
  max-width: var(--maxwidth);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#site-menu div .list{
  width: 35%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#site-menu div .list ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#site-menu div .list ul li{
  margin: 1.3em 0;
}
#site-menu div .list .item{
  text-transform: uppercase;
  font-family: 'Khand', sans-serif;
  font-size: 1.6em;
  color: black;
  text-decoration: none;
  letter-spacing: 3px;
  opacity: 0;
  margin-left: -2em;
}
#site-menu div .list ul li.languages{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#site-menu div .list ul li.languages span{
  margin-right: 1em;
  color: var(--lightblue);
}
#site-menu div .list ul li.languages ul li{
  margin: 0;
}
#site-menu div .list ul li span.current-lang{
  cursor: pointer;
}
#site-menu div .list ul li a:hover{
  color: var(--lightblue);
}
#site-menu div .prev{
  width: 35%;
  height: 100%;
  border-left: 1px solid gray;
  position: relative;
}
#site-menu div .prev div{
  position: absolute;
  top: 0;
  right:0;
  width: 90%;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s linear;
}
#site-menu div .prev div.show{
  opacity: 1;
}
#site-menu div .prev div img{
  width: 100%;
  height: auto;
}
#site-menu div .prev div h2{
  text-transform: uppercase;
  font-family: 'Khand', sans-serif;
  font-weight: lighter;
}
#site-menu div .prev div p{
  font-size: .8em;
  font-weight: lighter;
}
#site-menu div .prev div h2,
#site-menu div .prev div p{
  opacity: 0;
  transform: translateY(-2em);
}
#site-menu div .prev div.show h2{
  transition: transform .4s ease-out, opacity .35s linear;
}
#site-menu div .prev div.show p{
  transition: transform .4s ease-out, opacity .35s linear;
}
#site-menu div .prev div.show h2,
#site-menu div .prev div.show p{
  opacity: 1;
  transform: translateY(0px);
}

/*==============================================
MINI CART
==============================================*/
#orbis783_mini_cart{
  position: fixed;
  top: 60px;
  right: 0;
  height: calc(100% - 60px);
  background-color: #f0f0f0;
  z-index: 50;
  width: 85%;
  max-width: 700px;
  transform: translateX(100%);
  transition: .7s transform ease-out;
  touch-action: none;
}
#orbis783_mini_cart.cart-out{
  transform: translateX(0px);
}
.woocommerce-mini-cart__empty-message{
  text-align: center;
  text-transform: uppercase;
  padding: 1em 0 0 0;
}
ul.woocommerce-mini-cart,
#mini-cart-actions div{
  padding: 0 10%;
  box-sizing: border-box;
  margin: auto;
}
ul.woocommerce-mini-cart{
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}
#mini-cart-actions{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#mini-cart-actions div{
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
#mini-cart-actions div:nth-child(1){
  height: 30px;
  justify-content: space-between;
  border-bottom: 1px solid black;
}
#mini-cart-actions div:nth-child(2){
  height: 70px;
  justify-content: center;
}
#mini-cart-actions div:nth-child(1) span.subtitle{
  color: gray;
  font-family: var(--title);
}
#mini-cart-actions div a{
  width: 100%;
  font-size: .9em;
}
ul.woocommerce-mini-cart li{
  position: relative;
  width: 100%;
  padding-right: 2em;
  box-sizing: border-box;
  margin: 2em 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
ul.woocommerce-mini-cart li div.deleting-layer{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: .5;
}
ul.woocommerce-mini-cart li span.mini-cart-remove-item{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
  cursor: pointer;
  line-height: 11px;
}
ul.woocommerce-mini-cart li .thumb{
  width: 30%;
}
ul.woocommerce-mini-cart li .info-wrapper{
  width: 70%;
  padding-left: 1em;
  box-sizing: border-box;
  margin-top: 1em;
}
ul.woocommerce-mini-cart li .thumb img{
  width: 100%;
  height: auto;
}
ul.woocommerce-mini-cart li .info h3{
  font-family: var(--text);
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
ul.woocommerce-mini-cart li .data div{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.woocommerce-mini-cart li .data div:nth-child(1){
  margin-bottom: .7em;
}
ul.woocommerce-mini-cart li .data div span.label{
  font-family: var(--text);
  color: gray;
  text-transform: uppercase;
}

/*==============================================
FOOTER
==============================================*/
.site-footer{
  width: 100%;
  height: auto;
}
.site-footer .newsletter-banner .content,
.site-footer .footer-content .content{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
}
/* end of scroll animation */
.site-footer .newsletter-banner{
  width: 100%;
  margin: auto;
  color: white;
  background-color: var(--lightblue);
  padding: 3em 0;
}
.site-footer .newsletter-banner .content h1{
  text-transform: uppercase;
  margin: 0;
}
#newsletter-form{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#newsletter-form p{
  margin: .9em 0;
}
#newsletter-form p input:not([name="privacy"]){
  width: 100%;
  background-color: transparent;
  font-size: 1em;
  box-sizing: border-box;
  padding: 6px 20px;
  border: 1px solid white;
  border-radius: 30px;
  color: white;
}
#newsletter-form p.name,
#newsletter-form p.surname{
  width: 47%;
}
#newsletter-form p.email{
  width: 100%;
}
#newsletter-form p.privacy{
  width: 65%;
}
#newsletter-form p.submit{
  width: 31%
}
#newsletter-form p.name,
#newsletter-form p.privacy{
  float: left;
}
#newsletter-form p.surname,
#newsletter-form p.submit{
  float: right;
}
#newsletter-form p input:-ms-input-placeholder{
  opacity: 1;
  color: white;
}
#newsletter-form p input::-moz-placeholder{
  opacity: 1;
  color: white;
}
#newsletter-form p input::placeholder{
  opacity: 1;
  color: white;
}
#newsletter-form p.privacy{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#newsletter-form p.privacy label{
  text-transform: initial;
  letter-spacing: 0px;

}
#newsletter-form p.submit{
  display: flex;
  align-items: center;
  justify-content: center;
}
#newsletter-form p.submit button{
  width: 100%;
  font-size: 1em;
  padding: 8px 0;
  border: 1px solid black;
}
.site-footer .footer-content{
  width: 100%;
  color: white;
  background-color: black;
  padding-top: 3em;
}
.site-footer .footer-content .content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2em;
  border-bottom: 1px solid white;
}
.site-footer .footer-content .content .form,
.site-footer .footer-content .content .info{
  width: 48%;
  height: auto;
}
.site-footer .footer-content .content .form{
  position: relative;
}
.site-footer .footer-content .content .form h1{
  margin-bottom: 0;
  text-transform: uppercase;
}
#contact-form{
  width: 100%;
  margin-top: 2em;
}
#contact-form p{
  width: 100%;
}
#contact-form p input:not([type="checkbox"]),
#contact-form p textarea{
  width: 100%;
  background-color: transparent;
  font-size: 1em;
  box-sizing: border-box;
  padding: 6px 20px;
  border: 1px solid white;
  border-radius: 30px;
  color: white;
}
#contact-form p textarea{
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  height: 8em;
  min-height: 8em;
  max-height: 16em;
}
#contact-form p input:-ms-input-placeholder,
#contact-form p textarea:-ms-input-placeholder{
  opacity: 1;
  color: white;
}
#contact-form p input:-ms-input-placeholder, #contact-form p textarea:-ms-input-placeholder{
  opacity: 1;
  color: white;
}
#contact-form p input::-moz-placeholder, #contact-form p textarea::-moz-placeholder{
  opacity: 1;
  color: white;
}
#contact-form p input::placeholder,
#contact-form p textarea::placeholder{
  opacity: 1;
  color: white;
}
#contatc-form-submit{
  font-size: 1em;
}
.site-footer .footer-content .content .info{
  text-align: right;
}
.site-footer .footer-content .content .info ul.footer-menu{
  list-style-type: none;
}
.site-footer .footer-content .content .info ul.footer-menu li{
  margin: .7em 0;
}
.site-footer .footer-content .content .info ul.footer-menu li a{
  color: white;
  text-decoration: none;
}
.site-footer .footer-content .content .info .company-info{
  margin-top: 2em;
}
.site-footer .footer-content .content .info .company-info p{
  margin: .3em 0;
}
.site-footer .footer-content .content .info .social-icons{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3em;
}
.site-footer .footer-content .content .info .social-icons img{
  height: 1.5em;
  width: auto;
}
.site-footer .footer-content .content .info .social-icons img.fb{
  margin-left: 2em;
}
.site-footer .copyright{
  width: 100%;
  color: white;
  background-color: black;
}
.site-footer .copyright .content{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
  height: auto;
  padding: 2em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-footer .copyright .content .credits{
  font-size: .85em;
}
.site-footer .copyright .content .credits a{
  color: white;
  text-decoration: none;
}
.site-footer .copyright .content .payments{
  display: flex;
  align-items: flex-end;
}
.site-footer .copyright .content .payments img{
  margin-left: .7em;
  height: 1.5em;
  width: auto;
}

/*==============================================
CHECKBOX STYLE
(update 03.05.2022)
==============================================*/
p.privacy.checkbox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
p.privacy.checkbox input[type="checkbox"]{
  width: auto;
}
p.privacy.checkbox label{
  padding-left: 10px;
  line-height: 1em;
}

/*==============================================
HOMEPAGE
==============================================*/
.home-header{
  position: relative;
  width: 100%;
  height: calc( 100vh - 60px );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-header > div{
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 95%;
}
.home-header div h1.slogan{
  color: white;
  margin-bottom: 25px;
}
.home-header div h1.slogan span{
  opacity: 0;
  transform: translateY(-.5em);
  transition: transform .5s linear, opacity .5s linear;
  display: inline-block;
}
.home-header div h1.slogan span.shown{
  transform: translateY(0);
  opacity: 1
}
.home-header div > div img{
  width: 40%;
  max-width: 80px;
  height: auto;
  margin: auto;
  display: none;
}

/* home message */
#orbis783-home-general-message{
  width: 100%;
  padding: 2em 0;
  text-align: center;
  background-color: var(--lightblue);
}
#orbis783-home-general-message .content{
  text-align: center;
  color: black;
  font-size: 1.1em;
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
}
#orbis783-home-general-message p{
  margin: 1.5em 0 0 0;
  text-align: center;
}
@media screen and (max-width: 750px){

  #orbis783-home-general-message .content{
    font-size: 1em;
  }

}

/* home intro */
.home-intro{
  color: white;
  -padding: 3em 0;
  display: block;
}
.home-intro .wrapper{
  width: 100%;
  height: auto;
}
.home-intro .wrapper:nth-child(1){
  background-color: black;
}
.home-intro .wrapper:nth-child(2){
  background-color: var(--lightblue);
}
.home-intro .wrapper .content{
  width: var(--maxwidth);
  max-width: 95%;
  margin: auto;
  padding: 5em 0;
}
.home-intro .content .home-slider{
  width: 100%;
  height: auto;
  opacity: 0;
  padding: 8em 0;
  opacity: 0;
}
.home-intro .content .home-slider img.prev{
  left: 0;
}
.home-intro .content .home-slider img.next{
  right: 0;
}
.home-intro .content .home-slider .slider{
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.home-intro .content .home-slider .slider img.pic{
  width: 55%;
}
.home-intro .content .home-slider .slider div.description{
  width: 45%;
  box-sizing: border-box;
  padding: 0 2em;
  color: white;
  text-align: right;
}

/* slider animation */
.home-intro .content .home-slider .slider img.pic{
  opacity: 0;
  transform: translateX(-3em);
  transition: opacity .3s linear, transform .3s linear;
}
.home-intro .content .home-slider .slider div.description h2,
.home-intro .content .home-slider .slider div.description p,
.home-intro .content .home-slider .slider div.description a.link-to{
  transform: translateX(3em);
  opacity: 0;
}
.home-intro .content .home-slider .slider div.description h2{
  transition: opacity .3s linear .3s, transform .3s linear .3s;
}
.home-intro .content .home-slider .slider div.description p{
  transition: opacity .3s linear .6s, transform .3s linear .6s;
}
.home-intro .content .home-slider .slider div.description a.link-to{
  transition: opacity .3s linear .9s, transform .3s linear .9s;
}
.home-intro .content .home-slider .slider.slick-current img.pic,
.home-intro .content .home-slider .slider.slick-current div.description h2,
.home-intro .content .home-slider .slider.slick-current div.description p,
.home-intro .content .home-slider .slider.slick-current div.description a.link-to{
  opacity: 1;
  transform: translateX(0);
}
/* end of slider animation */

.home-intro .content .home-slider .slider div.description a.link-to{
  display: inline-block;
}
.home-intro .content .features{
  width: 100%;
  padding-top: 5em;
  border-top: 1px solid white;
}
.home-intro .content .features .pre-section h1{
  text-transform: uppercase;
  margin-bottom: 0;
}
.home-intro .content .features .pre-section p{
  width: 65%;
}
.home-intro .content .features .icons{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 4em;
}
.home-intro .content .features .icons .item{
  width: 30%;
  text-align: center;
  margin-bottom: 2em;
  opacity: 0;
  transform: translateY(2em);
}
/* entry animation */
.home-intro .content .features .icons .item:nth-child(1),
.home-intro .content .features .icons .item:nth-child(4){
  transition: transform .3s linear, opacity .3s linear;
}
.home-intro .content .features .icons .item:nth-child(2),
.home-intro .content .features .icons .item:nth-child(5){
  transition: transform .3s linear .3s, opacity .3s linear .3s;
}
.home-intro .content .features .icons .item:nth-child(3),
.home-intro .content .features .icons .item:nth-child(6){
  transition: transform .3s linear .6s, opacity .3s linear .6s;
}
.home-intro .content .features .icons .item.shown{
  opacity: 1;
  transform: translateY(0);
}
/* end of entry animation */
.home-intro .content .features .icons .item img{
  width: 100%;
  max-width: 97px;
  margin: auto;
}
.home-intro .content .features .icons .item h2{
  font-family: var(--title);
  font-weight: lighter;
  text-transform: uppercase;
}
.home-intro .content .features .icons .item p{
  margin: 0 auto;
  max-width: 200px;
}
/* home sections (content) */
.home-handcraft-section{
  width: 100%;
  height: auto;
  padding: 6em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
.home-handcraft-section div{
  text-align: center;
  text-transform: uppercase;
}
.home-handcraft-section div span{
  width: 100%;
  display: block;
  margin-bottom: 1em;
}
.home-handcraft-section div a{
  display: inline-block;
}
.home-sections{
  width: 100%;
  background-color: white;
  position: relative;
}
.home-sections .content{
  width: 95%;
  max-width: var(--maxwidth);
  height: auto;
  margin: auto;
  padding: 4em 0;
}
.home-sections .content .entry-content{
  text-align: center;
  margin-bottom: 3em;
}
.home-sections .content .entry-content p{
  width: 65%;
  margin: 2em auto 0 auto;
}
.home-sections .content .home-banner{
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 40%;
  margin-bottom: 3em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
/* scroll animation */
.home-sections .content .home-banner{
  transform: translateX(-3em);
  opacity: 0;
  transition: transform .4s linear, opacity .4s linear;
}
.home-sections .content .home-banner.shown{
  transform: translateX(0);
  opacity: 1;
}
/* end of scroll animation */
.home-sections .content .home-banner:last-of-type{
  margin-bottom: 0;
}
.home-sections .content .home-banner .preview{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(0,0,0,.55);
  color: white;
  opacity: 0;
  transition: opacity .3s linear;
}
.home-sections .content .home-banner .preview div{
  margin-left: 8%;
  width: 60%;
  margin-top: 3em;
  transition: margin-top .3s linear;
}
.home-sections .content .home-banner .preview div h1{
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: lighter;
  line-height: 1em;
}
.home-sections .content .home-banner:hover .preview{
  opacity: 1
}
.home-sections .content .home-banner:hover .preview div{
  margin-top: 0;
}
.home-sections .content .home-video .preview-text{
  text-align: center;
  color: black;
}
.home-sections .content .home-video .preview-text p{

}
.home-sections .content .home-video .video{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.home-sections .content .home-video .video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-preview{
  width: 100%;
  height: auto;
  color: white;
  background: url('https://orbis783.ululabdev.it/wp-content/uploads/2019/11/banner-blog.jpg') no-repeat center/cover;
}
.blog-preview .content{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
  padding: 3em 0;
}
.blog-preview .content .pre-content{
  width: 100%;
  text-align: center;
  padding-bottom: 1.5em;
  border-bottom: 1px solid white;
}
.blog-preview .content .pre-content h1{
  margin-bottom: 0;
}
.blog-preview .content .pre-content span{
  display: block;
  margin-bottom: 1em;
}
.blog-preview .content .pre-content p{
  width: 60%;
  margin: auto;
}
.blog-preview .posts .prev{
  left: 0;
}
.blog-preview .posts .next{
  right: 0;
}
.blog-preview .posts .post{
  position: relative;
}
.blog-preview .posts .post .cat-info{
  position: absolute;
  top: 1em;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  text-transform: uppercase;
}
.blog-preview .posts .post .cat-info img{
  height: 1.5em;
  width: auto;
  margin-right: 1em;
}
.blog-preview .posts .post .post-preview{
  width: 60%;
  height: auto;
  padding: 4em 0;
  margin: auto;
}
.blog-preview .posts .post .post-preview h1{
  text-transform: uppercase;
}
.blog-preview .posts .slick-dots{
  bottom: 0;
  text-align: right;
}
.blog-preview .posts .slick-dots li{
  color: white;
  border-radius: 50%;
  border: 1px solid white;
  height: 12px;
  width: 12px;
  margin: 0 .5em;
}
.blog-preview .posts .slick-dots li.slick-active{
  background-color: white;
}
.blog-preview .posts .slick-dots li button{
  display: none;
}

/*==============================================
ARTIGIANALITÀ
==============================================*/
.handcraft-banner{
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.handcraft-banner div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.handcraft-banner div h1{
  margin-bottom: 0;
}
.handcraft .handcraft-content{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
  padding: 2em 0;
  position: relative;
}
.handcraft .handcraft-content .text-area{
  text-align: center;
  padding: 3em 0;
}
.handcraft-slider .gallery{
  width: 100%;
  margin: 0 auto 5em 0;
  padding: 0 3.5%;
  box-sizing: border-box;
}
.handcraft-slider .gallery .prev{
  left: 0;
}
.handcraft-slider .gallery .next{
  right: 0;
}
.handcraft .handcraft-content .banner{
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.handcraft .handcraft-content .banner.materials{
  padding-bottom: 40%;
}
.handcraft .handcraft-content .banner.electronic{
  padding-bottom: 50%;
}
.handcraft .handcraft-content .banner .content{
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
}
.handcraft .handcraft-content .banner.materials .content{
  width: 55%;
}
.handcraft .handcraft-content .banner.electronic .content{
  width: 80%;
}

/*==============================================
BLOG
==============================================*/
.blog-header{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-header div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 100%;
	background-color: rgba(0,0,0,0.5);
	padding: 1em 0;
}
.blog-header div h1{
  font-size: 3em;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 0;
}
.blog-page-content{
  width: 95%;
  max-width: var(--maxwidth);
  margin: 4em auto 4em auto;
  text-align: center;
}
.blog-page-content h1{
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 0;
}
body.page-template-blog .posts{
  width: 100%;
  margin-bottom: 3em;
}
body.page-template-blog .posts .post{
  position: relative;
  color: white;
  width: 100%;
  height: 0px;
  padding-bottom: 33%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.page-template-blog .posts .post .preview{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: var(--maxwidth);
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 2;
}
body.page-template-blog .posts .post .preview div.preview-text p{
  margin-top: 0;
}
body.page-template-blog .posts .post .preview div a{
  display: inline-block;
}
body.page-template-blog .posts .post .layer{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* body.page-template-blog .posts .pagination{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 95%;
  margin: auto;
  max-width: var(--maxwidth);
  margin-bottom: 2em;
}
body.page-template-blog .posts .pagination .page-numbers.next{
  color: black;
  line-height: 1em;
  height: 1.2em;
  width: 1.2em;
  border: 1px solid black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-text-decoration: nonce;
  -moz-text-decoration: nonce;
  text-decoration: nonce;
}
body.page-template-blog .posts .pagination .page-numbers{
  color: black;
  text-decoration: none;
  margin: 0 .5em;
}
body.page-template-blog .posts .pagination .page-numbers.current{
  font-weight: bold;
}
body.page-template-blog .posts .pagination .page-numbers.prev,
body.page-template-blog .posts .pagination .page-numbers.next{
  color: white;
  background-color: black;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.2em;
  height: 1.4em;
  width: 1.4em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
} */
body.page-template-blog .posts p.empty{
  text-align: center;
  text-transform: uppercase;
  max-width: 95%;
  margin: auto;
}

/*==============================================
SINGLE POST
==============================================*/
.post-header{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  margin-bottom: 2em;
  width: 100%;
  height: 0;
  padding-bottom: 33.3333%
}
.post-header div.header-content{
  position: absolute;
  width: 95%;
  max-width: var(--maxwidth);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.post-header div.layer{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.post-content{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
  padding: 4em 0;
}
.post-content .return{
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 4em;
}

/*==============================================
SHOP PAGE
==============================================*/
.shop-header{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.shop-header div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
  width: 95%;
  text-align: center;
}
.shop-slogan{
  width: 95%;
  max-width: var(--maxwidth);
  margin: 2em auto;
  padding-bottom: 1em;
  border-bottom: 1px solid black;
}
ul.products{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
  display: flex;
  /* align-items: flex-start; */
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5em 0;
}
ul.products li{
  width: 40%;
  padding-bottom: 4em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
ul.products li a{
  text-decoration: none;
}
ul.products li:nth-child(2n+2){
    margin-left: auto;
}
ul.products li h2.woocommerce-loop-product__title{
  text-transform: uppercase;
  color: black;
  margin: 0;
  font-family: var(--title);
  margin-top: .3em;
}
ul.products li span.price{
  display: block;
  width: auto;
  margin: 1em 0;
  color: black;
  font-size: 1.2em;
}
ul.products li span.price del{
  font-size: .9em;
  margin-right: .5em;
}
ul.products li span.price ins{
  color: red;
  background-color: transparent;
}
ul.products li span.custom-quote{
  display: block;
  width: 100%;
  margin: 1em 0;
  font-size: 1em;
  letter-spacing: 2px;
}
ul.products li a.product-link{
  display: inline-block;
  margin-top: auto;
}
/* images */
ul.products li div.images{
  position: relative;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
ul.products li div.images span.product-label{
  font-size: .9em;
}
ul.products li div.images span.out-of-stock-label,
ul.products li div.images span.programmed{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;;
  padding: .4em 0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--red);
  z-index: 3;
}
ul.products li div.images span.out-of-stock-label{
  background-color: var(--red);
}
ul.products li div.images span.programmed{
  background-color: var(--blue);
}
ul.products li div.images .images-wrapper,
ul.products li div.images .images-wrapper img.second-image{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
}
ul.products li div.images .images-wrapper.selected,
ul.products li div.images .images-wrapper img.first-image{
  opacity: 1;
  z-index: 2;
}
ul.products li div.images .images-wrapper,
ul.products li div.images .images-wrapper img{
  transition: opacity .4s linear;
}
ul.products li div.images .images-wrapper:hover img.first-image{
  opacity: 0;
}
ul.products li div.images .images-wrapper:hover img.second-image{
  opacity: 1;
}

/* selectors */
ul.products li div.selector{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: .5em;
}
ul.products li div.selector img{
  margin-right: 1em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
}
ul.products li div.selector img.selected{
  border: 2px solid var(--lightblue);
}

/*==============================================
SINGLE PRODUCT PAGE
==============================================*/
body.single-product div.product{
  width: 100%;
  margin: auto;
}
body.single-product div.product .product-wrapper{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
  height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.single-product div.product .product-wrapper .woocommerce-product-gallery,
body.single-product div.product .product-wrapper .summary{
  width: 45%;
}
body.single-product div.product .product-wrapper .woocommerce-product-gallery{
  /* min-height: 450px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* galleries and renders */
.woocommerce-product-gallery .product-slider,
.woocommerce-product-gallery .product-slider .slider-for,
.woocommerce-product-gallery .product-slider .slider-nav{
  width: 100%;
  height: auto;
}
.woocommerce-product-gallery .product-slider .slider-for,
.woocommerce-product-gallery .product-slider .slider-nav{
  opacity: 0;
}
.woocommerce-product-gallery .product-slider{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.woocommerce-product-gallery .product-slider .slider-for .item,
.woocommerce-product-gallery .product-slider .slider-nav .item{
  position: relative;
  cursor: pointer;
}
.woocommerce-product-gallery .product-slider .slider-nav .item .image{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.woocommerce-product-gallery .product-slider .slider-nav .item.slick-current .image{
  /* box-shadow: inset 0px -5px 0px var(--lightblue); */
}
#product-render-reel .reel-preloader{
  background-color: var(--lightblue);
}
.woocommerce-product-gallery div.guide{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1em 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(255,255,255,.5);
  transition: transform .3s linear;
}
.woocommerce-product-gallery div.guide.remove{
  transform: translateY(100%);
}
.woocommerce-product-gallery div.guide img{
  width: 40px;
  height: auto;
  margin-bottom: .7em;
}
.woocommerce-product-gallery div.guide span{
  text-transform: uppercase;
  font-size: 1em;
}

/* end of galleries and renders */

body.single-product div.product .related{
  width: 100%;
}
body.single-product div.product .summary .product_title{
  text-transform: uppercase;
}
body.single-product div.product .summary .price{
  font-size: 1.2em;
}
body.single-product div.product .summary .price del{
  font-size: .9em;
  margin-right: .5em;
}
body.single-product div.product .summary .price ins{
  background-color: transparent;
  color: var(--red);
}
body.single-product div.product .summary .price.custom-quote{
  font-size: 1em;
}
body.single-product div.product .summary .short-description{
  display: block;
  margin-bottom: 2em;
}
body.single-product div.product .summary div.stock-info p{
  width: 100%;
  margin: 0 0 1em 0;
  color: red;
  font-weight: bolder;
  color: red;
  text-transform: uppercase;
}
body.single-product div.product .summary button#programmed-button{
	width: auto;
	font-size: .9em;
  margin-bottom: 1.5em;
	box-sizing: border-box;
	padding: .7em 1em;
	border-radius: 35px;
  color: white;
  position: relative;
  background-color: black;
  border-color: black;
}
body.single-product div.product .summary button#programmed-button.loading,
body.single-product div.product .summary button#programmed-button.loading:hover{
  color: black;
  background-color: black;
}
/* add to cart form */
body.single-product form.cart{
  width: 100%;
}
body.single-product form.cart .actions{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.single-product form.cart .actions input[name="quantity"],
#add_to_cart_button{
  width: 250px;
  height: 2.7em;
  max-width: 48%;
  font-size: .85em;
  box-sizing: border-box;
  padding: 0 1em;
  border-radius: 35px;
}
body.single-product form.cart .actions input[name="quantity"]{
  margin-right: 4%;
  background-color: transparent;
}
body.single-product form.cart .variations-title{
  font-size: 1em;
  text-transform: uppercase;
}
body.single-product form.cart .variations{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0.5em 0 2em 0;
}
body.single-product form.cart .variations img{
  height: 2.5em;
  width: 2.5em;
  border-radius: 50%;
  padding: .2em;
  margin-right: .8em;
  cursor: pointer;
}
body.single-product form.cart .variations img:nth-last-child(1){
  margin-right: 0;
}
body.single-product form.cart .variations img.selected{
  border: 2px solid var(--lightblue);
}

/* product description */
body.single-product .product-pre-description{
  width: 95%;
  max-width: var(--maxwidth);
  margin: 3em auto;
  overflow: hidden;
}
body.single-product .product-pre-description h1{
  text-transform: uppercase;
  margin-top: 0;
}
body.single-product .product-description{
  width: 100%;
  padding: 3em 0;
}
body.single-product .product-description .content{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body.single-product .product-description .content h1{
  width: 100%;
  text-transform: uppercase;
}
body.single-product .product-description .content .titles{
  width: 30%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body.single-product .product-description .content .titles span{
  width: 100%;
  text-transform: uppercase;
  margin-bottom: .4em;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
body.single-product .product-description .content .titles span:nth-last-child(1){
  margin-bottom: 0;
}
body.single-product .product-description .content .titles span.selected{
  color: var(--lightblue);
  font-weight: bolder;
}
body.single-product .product-description .content .contents{
  width: 70%;
}
body.single-product .product-description .content .contents span{
  border-left: 1px solid black;
  box-sizing: border-box;
  padding-left: 2em;
  display: none;
}
body.single-product .product-description .content .contents span.selected{
  display: inherit;
}
body.single-product .product-description .content .contents span p{
  margin-top: 0;
}
body.single-product .product-description .content .contents span h3{
  margin-top: 0;
  font-size: 1.1em;
}
body.single-product .product-description .content .contents span .gallery-columns-2{
  display: flex;
  align-items: space-around;
  justify-content: center;
  flex-wrap: wrap;
}
body.single-product .product-description .content .contents span .gallery-columns-2 .gallery-item{
  width: 40%;
  max-width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 650px){
  body.single-product .product-description .content .contents span .gallery-columns-2 .gallery-item{
    width: 50%;
  }
}

@media screen and (max-width: 450px){
  body.single-product .product-description .content .contents span .gallery-columns-2{
    flex-direction: column;
  }
  body.single-product .product-description .content .contents span .gallery-columns-2 .gallery-item{
    width: 80%;
  }
}
/* multi pro table */
h3.programs-title{
  text-transform: uppercase;
}
table.programs{
  display: block;
  width: 100%;
  max-height: 400px;
  overflow: auto;
  height: auto;
  border-collapse: collapse;
  table-layout: auto;
}
table.programs,
table.programs tr,
table.programs td,
table.programs th{
  border: 1px solid black;
}
table.programs thead{
  height: 2.5em;
  text-align: center;
}
table.programs thead tr td:nth-child(1),
table.programs tbody tr td:nth-child(1){
  width: 100px;
}
table.programs thead tr td:nth-child(2),
table.programs tbody tr td:nth-child(2){
  width: 250px;
  text-align: center;
  white-space: nowrap;
}
table.programs thead tr td:nth-child(3),
table.programs tbody tr td:nth-child(3){
  width: auto;
  min-width: 500px;
}
table.programs td{
  box-sizing: border-box;
  padding: 1em;
  position: relative;
}
table.programs tr td:nth-child(1)::after{
  content:"";
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
table.programs:not(.v2) tbody tr:nth-child(1) td:nth-child(1)::after{
  background-color: #e4032e;
}
table.programs:not(.v2) tbody tr:nth-child(2) td:nth-child(1)::after{
  background-color: #e8e0d1;
}
table.programs:not(.v2) tbody tr:nth-child(3) td:nth-child(1)::after{
  background-color: #006fb9;
}
table.programs:not(.v2) tbody tr:nth-child(4) td:nth-child(1)::after{
  background-color: #76b82a;
}
table.programs:not(.v2) tbody tr:nth-child(5) td:nth-child(1)::after{
  background-color: #ffd300;
}
table.programs:not(.v2) tbody tr:nth-child(6) td:nth-child(1)::after{
  background-color: #e832fc;
}
table.programs:not(.v2) tbody tr:nth-child(7) td:nth-child(1)::after{
  background-color: #87cedc;
}
table.programs:not(.v2) tbody tr:nth-child(8) td:nth-child(1)::after{
  background-color: #a84d97;
}
table.programs:not(.v2) tbody tr:nth-child(9) td:nth-child(1)::after{
  background-color: #ef7d00;
}
table.programs:not(.v2) tbody tr:nth-child(10) td:nth-child(1)::after{
  background-color: #87cedc;
}

/* multipro V2 table */
table.programs.v2 tbody tr:nth-child(1) td:nth-child(1)::after{
  background-color: #640000;
}
table.programs.v2 tbody tr:nth-child(2) td:nth-child(1)::after{
  background-color: #646464;
}
table.programs.v2 tbody tr:nth-child(3) td:nth-child(1)::after{
  background-color: #000064;
}
table.programs.v2 tbody tr:nth-child(4) td:nth-child(1)::after{
  background-color: #006400;
}
table.programs.v2 tbody tr:nth-child(5) td:nth-child(1)::after{
  background-color: #646400;
}
table.programs.v2 tbody tr:nth-child(6) td:nth-child(1)::after{
  background-color: #640064;
}
table.programs.v2 tbody tr:nth-child(7) td:nth-child(1)::after{
  background-color: #006464;
}
table.programs.v2 tbody tr:nth-child(8) td:nth-child(1)::after{
  background-color: #230064;
}
table.programs.v2 tbody tr:nth-child(9) td:nth-child(1)::after{
  background-color: #642300;
}
table.programs.v2 tbody tr:nth-child(10) td:nth-child(1)::after{
  background-color: #0F500F;
}
table.programs.v2 tbody tr:nth-child(11) td:nth-child(1)::after{
  background-color: #642323;
}

/* end of multi pro table */
body.single-product .product-icons{
  width: 100%;
  height: auto;
  background-color: var(--lightblue);
  color: white;
  padding: 3em 0;
}
body.single-product .product-icons .content{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.single-product .product-icons .content h1{
  width: 100%;
  margin-bottom: 2em;
  text-transform: uppercase;
  text-align: center;
}
body.single-product .product-icons .content .item{
  width: 30%;
  text-align: center;
  margin-bottom: 2em;
}
/* scroll effect */
body.single-product .product-icons .content .item{
  opacity: 0;
  transform: translateY(2em);
}
body.single-product .product-icons .content .item.shown{
  opacity: 1;
  transform: translateY(0);
}
body.single-product .product-icons .content .item:nth-child(2),
body.single-product .product-icons .content .item:nth-child(5){
  transition: transform .3s linear, opacity .3s linear;
}
body.single-product .product-icons .content .item:nth-child(3),
body.single-product .product-icons .content .item:nth-child(6){
  transition: transform .3s linear .3s, opacity .3s linear .3s;
}
body.single-product .product-icons .content .item:nth-child(4),
body.single-product .product-icons .content .item:nth-child(7){
  transition: transform .3s linear .6s, opacity .3s linear .6s;
}
/* end of scroll effect */
body.single-product .product-icons .content .item img{
  width: 100%;
  max-width: 97px;
  margin: auto;
}
body.single-product .product-icons .content .item h2{
  font-family: var(--title);
  font-weight: lighter;
  text-transform: uppercase;
}
body.single-product .product-icons .content .item p{
  margin: 0 auto;
  max-width: 200px;
}
body.single-product .related .content{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
  padding: 2em 0;
}
body.single-product .related h1{
  text-transform: uppercase;
  text-align: center;
}
body.single-product .related ul.products{
  margin: 0;
  margin: auto;
  box-sizing: border-box;
  padding: 0 2em;
  width: 100%;
}
body.single-product .related ul.products .prev{
  left: 0;
}
body.single-product .related ul.products .next{
  right: 0;
}
body.single-product .related ul.products li{
  padding: 4em;
}
.woocommerce-variation-add-to-cart{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/*==============================================
CART
==============================================*/
body.woocommerce-cart{
  background-color: #f0f0f0;
}
body.woocommerce-cart header.entry-header,
ul.cart-content,
div.cart-collaterals,
div.cart-page-coupon,
div.cart-review{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
}
body.woocommerce-cart header.entry-header h1{
  margin: 0;
  padding: 1em 0;
}
/* empty cart */
.empty-cart-page{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
  padding: 2em 0;
}
.empty-cart-page h3{
  margin: 0;
  padding-bottom: 2em;
  text-transform: uppercase;
  font-weight: lighter;
}
/* end of empty cart */
ul.cart-content{
  padding: 0;
  list-style-type: none;
  margin-bottom: 2em;
}
/* settings for single products */
ul.cart-content li{
  position: relative;
  width: 100%;
  margin: auto;
}
ul.cart-content li .content{
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
/* settings for multiple products */
ul.cart-content .prev{
  left: 0;
}
ul.cart-content .next{
  right: 0;
}
ul.cart-content li span.cart-remove-item{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  line-height: 11px;
  cursor: pointer;
}
ul.cart-content li .image{
  width: 25%;
}
ul.cart-content li .image img{
  width: 100%;
  height: auto;
}
ul.cart-content li .info{
  width: 75%;
  box-sizing: border-box;
  padding-left: 2em;
}
ul.cart-content li .info h3.product-name{
  margin-top: 0;
  text-transform: uppercase;
  font-family: var(--title);
}
ul.cart-content li .info .product-amount{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
ul.cart-content li .info .product-amount section{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.cart-content li .info .product-amount section:nth-child(1){
  margin-bottom: 1em;
}
ul.cart-content li .info .product-amount section .label{
  color: gray;
  font-size: var(--title);
  text-transform: uppercase;
}
ul.cart-content li .info .product-amount section div:nth-child(2){
  color: var(--lightblue);
  font-weight: bolder;
}
.cart-page-coupon{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 2em 0;
}
.cart-page-coupon input{
  background-color: transparent;
  width: 250px;
  border-radius: 20px;
  border: 1px solid gray;
  width: 280px;
  padding: 0 1em;
}
.cart-page-coupon input,
.cart-page-coupon button{
  height: 2.2em;
}
.cart-page-coupon .cart-info{
  margin-top: 1.5em;
  text-transform: uppercase;
}
.cart-page-coupon .cart-info .applied-coupons{
  display: flex;
  flex-direction: column;
}
.cart-page-coupon .cart-info div{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-page-coupon .cart-info div .applied-coupon{
  margin-bottom: 1em;
}
.cart-page-coupon .cart-info div .label{
  font-size: var(--title);
}
.cart-page-coupon .cart-info div  span:nth-child(2){
  color: var(--lightblue);
  font-weight: bolder;
}
.cart-review{
  padding: 2em 0 5em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* font-size: 1.1em; */
  text-transform: uppercase;
}
.cart-review .total-label{

}
.cart-review .cart-total{
  color: var(--lightblue);
  font-weight: bolder;
}
.cart-review a.go-to-checkout{
  padding: 8px 100px;
}

/*==============================================
CHECKOUT
==============================================*/
body.woocommerce-checkout article{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
}
body.woocommerce-checkout header.entry-header h1{
  padding: 1em 0;
  margin: 0;
}
body.woocommerce-checkout .entry-content{
  margin: 0;
}
/* coupon section */
.checkout-coupon-section{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2em;
}
.checkout-coupon-section h3{
  margin-top: 0;
  text-transform: uppercase;
}
#checkout-coupon-form{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#checkout-coupon-form input{
  margin-right: 20px;
  border-radius:30px;
  border: 1px solid gray;
  padding: 8px 15px;
  width: 250px;
  font-size: .9em;
  text-transform: uppercase;
  line-height: 1em;
}
/* end of coupon section */
form.woocommerce-checkout{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 5em;
}
form.woocommerce-checkout h3{
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1em;
}
#customer_details{
  width: 65%;
  box-sizing: border-box;
  padding-right: 4em;
}
#order_review{
  width: 35%;
}
#order_review ul{
  padding: 0;
  list-style-type: none;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce-billing-fields__field-wrapper p,
.woocommerce-shipping-fields__field-wrapper p{
  position: relative;
  margin-top: 0;
}
.woocommerce-billing-fields__field-wrapper p.half,
.woocommerce-shipping-fields__field-wrapper p.half{
  width: 48%;
}
.woocommerce-billing-fields__field-wrapper p.full,
.woocommerce-shipping-fields__field-wrapper p.full{
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper p span,
.woocommerce-billing-fields__field-wrapper p input,
.woocommerce-shipping-fields__field-wrapper p span,
.woocommerce-shipping-fields__field-wrapper p input{
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper p input,
.woocommerce-shipping-fields__field-wrapper p input{
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 20px;
  color: black;
  line-height: 1em;
}
.woocommerce-billing-fields__field-wrapper p input[type="radio"]{
  width: auto;
}
p#customer_type_field label{
  margin-right: 0 !important;
  margin-left: 5px;
}
p#customer_type_field label:nth-child(2)::after{
  content: '';
  display: block;
  width: 100%;
}
textarea#order_comments{
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 8em;
  max-height: 16em;
  box-sizing: border-box;
  font-size: 1em;
  padding: 5px 20px;
  border-radius: 20px;
}
.select2-container .select2-selection--single{
  height: auto;
}
.select2-container--default .select2-selection--single{
  border-radius: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 1em;
  color: #666;
  padding: 10px 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 100%;
  width: 40px;
}
.form-row.woocommerce-validated input.input-text,
.form-row.woocommerce-invalid input.input-text{
  box-shadow: none;
}
.form-row.woocommerce-invalid input.input-text{
  border-color: red;
}
.woocommerce-checkout-review-order-table{
  width: 100%;
  height: auto;
  border-collapse: collapse;
  table-layout: fixed;
  text-transform: uppercase;
}
.woocommerce-checkout-review-order-table,
.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th{
  border: 1px solid black;
  text-align: left;
}
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th{
  box-sizing: border-box;
  padding: 6px 10px;
}
.woocommerce-checkout-review-order-table thead th{
  color: black;
  background-color: var(--lightblue);
}
.woocommerce-checkout-review-order-table a.remove-coupon{
  font-size: .85em;
  margin-left: 10px;
  font-weight: border;
  color: black;
  display: inline-block;
  float: right;
}
.woocommerce-checkout-review-order-table a.remove-coupon:hover{
  color: black;
  background-color: white;
}
.woocommerce-checkout-review-order-table tr.loading{
  opacity: .4;
}
ul#shipping_method{
  margin: 0;
  padding: 0;
}
#ship-to-different-address span{
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
}
#payment ul{
  padding: 0;
  margin: 0;
}
/* if any payment method is available */
#payment .woocommerce-notice--info{
  width: 100%;
  background-color: transparent;
  border: 2px solid red;
  box-sizing: border-box;
  padding: 1em;
  text-align: center;
}
#payment ul li.wc_payment_method{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#payment ul li.wc_payment_method .payment_name{
  position: relative;
  font-weight: bolder;
  text-transform: uppercase;
}
#payment ul li.wc_payment_method{
  margin-bottom: 1.5em;
}
#payment ul li.wc_payment_method:last-of-type{
  margin-bottom: 0;
}
#payment ul li.wc_payment_method .icons{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#payment ul li.wc_payment_method .icons img{
  width: 40px;
  height: auto;
}
#payment ul li.wc_payment_method .payment_box{
  width: 100%;
}
#payment ul li.wc_payment_method .payment_box p{
  margin-bottom: 0;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field{
  border: 1px solid black;
}
#wc-stripe-cc-form{
  border: 1px solid black;
  box-sizing: border-box;
  padding: 1em;
  border-radius: 20px;
  margin-top: 1em;
}
#payment .woocommerce-privacy-policy-text a,
#payment span.woocommerce-terms-and-conditions-checkbox-text a{
  font-weight: bold;
  text-decoration: underline;
  color: black;
}
.woocommerce-terms-and-conditions-wrapper p{
  position: relative;
}
#place_order{
  display: block;
  width: 100%;
  font-size: .9em;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  border: 1px solid black;
  transition: background-color .2s linear, color .1s linear;
}
#place_order:hover{
  color: black;
  background-color: white;
}

/*==============================================
THANKYOU PAGE
==============================================*/
body.woocommerce-order-received article{
  max-width: 100%;
  width: 100%;
  height: auto
}
body.woocommerce-order-received header.entry-header{
  display: none;
}
body.woocommerce-order-received .woocommerce{
  width: 95%;
  max-width: var(--maxwidth);
  height: auto;
  margin: auto;
}
body.woocommerce-order-received .page-content{
  margin: 3em 0;
  font-weight: normal;
}
body.woocommerce-order-received .page-content div.retrun-to-shop{
  text-align: center;
  margin-top: 2em;
}

/*==============================================
WOOCOMMERCE MESSAGES
==============================================*/
.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup-checkout{
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 90;
  width: 100%;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform .4s linear, opacity .4s linear;
  }
.woocommerce-notices-wrapper.message-shown,
.woocommerce-NoticeGroup-checkout.message-shown{
  transform: translateY(0%) !important;
  opacity: 1;
}
.woocommerce-notices-wrapper .error,
.woocommerce-NoticeGroup-checkout .error{
  background-color: red;
}
.woocommerce-notices-wrapper .notice,
.woocommerce-notices-wrapper .success,
.woocommerce-NoticeGroup-checkout .notice,
.woocommerce-NoticeGroup-checkout .success{
  background-color: var(--lightblue);
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-NoticeGroup-checkout .woocommerce-message{
  width: 100%;
  height: auto;
  text-align: center;
  color: white;
  font-family: 'Montserrat', sans-serif;
  padding: 1em 0;
}
.woocommerce-notices-wrapper .woocommerce-message ul,
.woocommerce-NoticeGroup-checkout .woocommerce-message ul{
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.woocommerce-notices-wrapper .woocommerce-message ul li,
.woocommerce-NoticeGroup-checkout .woocommerce-message ul li{
  width: 100%;
  height: auto;
}
.wc-stripe-error{
  color: red;
}

/*==============================================
FAQS
==============================================*/
div.faqs{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
  padding: 2em 0 4em 0;
}
div.faqs .faq{
  display: block;
  margin-bottom: 3em;
}
div.faqs .faq h2{
  border-bottom: 2px solid var(--lightblue);
  line-height: 1.3em;
}
div.faqs .faq:last-of-type{
  margin-bottom: 0;
}
div.faqs .faq .question{
  margin-top: 0;
}
div.faqs .faq p{
  margin: 0;
}

/*==============================================
TERMINI E CONDIZIONI DI VENDITA
==============================================*/
div.terms-and-conditions-of-sale{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
  padding: 2em 0 4em 0;
}

/*==============================================
PAGE LOADER
(disabled)
==============================================*/
#page-loader{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  z-index: 9999;
}
#page-loader img{
  width: 110px;
  max-width: 55%;
  height: auto;
}
#page-layer{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: black;
  opacity: 0;
}

/*==============================================
ABOUT ORBIS783 && RIFERIMENTI SCIENTIFICI
==============================================*/
body.page-template-orbis783 .orbis783,
body.page-template-science .science{
  width: 95%;
  max-width: var(--maxwidth);
  margin: auto;
  padding: 3em 0;
}
body.page-template-orbis783 .orbis783 p,
body.page-template-science .science p{
  text-align: justify;
}
body.page-template-orbis783 .orbis783 h1.page-title,
body.page-template-science .science h1.page-title{
  padding-bottom: .5em;
  border-bottom: 2px solid var(--lightblue);
}
body.page-template-science .science img.portrait{
  width: 300px;
  height: auto;
  max-width: 100%;
}
body.page-template-science .science iframe{
  max-width: 100%;
}

/*==============================================
PRIVACY POLICY
==============================================*/
body.page-template-privacy .privacy-policy{
  width: 95%;
  max-width: var(--maxwidth);
  margin: 3em auto;
}

/*==============================================
ALIGN IMAGES
==============================================*/
div.ref-images{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
div.ref-images img{
  width: 400px;
  max-width: 100%;
  height: auto;
}
div.ref-images.ref-images-product img{
  height: 270px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 1100px){

  div.ref-images{
    flex-direction: column;
  }
  div.ref-images img{
    width: 500px;
    max-width: 85%;
  }
  div.ref-images img:nth-child(1),
  div.ref-images img:nth-child(2){
    margin-bottom: 1.5em;
  }

}

/*==============================================
LAVORA CON NOI
==============================================*/
.work-with-us-banner{
  width: 100%;
  height: auto;
  padding: 2em 0;
  background-color: var(--lightblue);
}
.work-with-us-banner img{
  width: 160px;
  height: auto;
  margin: auto;
  max-width: 40%
}
.work-with-us{
  width: 95%;
  margin: auto;
  max-width: var(--maxwidth);
  height: auto;
  padding: 2em 0;
}
.work-with-us a{
  font-weight: bold;
  color: black;
  text-decoration: none;
}

/*==============================================
PROGRAMMED BUTTON
==============================================*/
#programmed-popup{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  padding: 2em;
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-radius: 20px;
  width: 700px;
  max-width: 98%;
}
#programmed-popup h2{
  margin-top: 0;
  text-transform: uppercase;
}
#programmed-popup h3.response{
  font-weight: lighter;
}
#programmed-popup button.close{
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 1.15em;
  color: black;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 500px){
  #programmed-popup button.close{
    top: .1em;
    right: .1em;
  }
}
#programmed-popup button[type="submit"]{
  display: block;
  width: 50%;
  padding: 12px 1em;
  margin: auto;
  text-transform: uppercase;
}
/* #programmed-popup form p:last-of-type{
  margin-bottom: 0;
} */

/*==============================================
INTERNATIONAL SALES
==============================================*/
.international-sales{
  width: 1200px;
  max-width: 95%;
  margin: auto;
  height: auto;
  padding: 2em 0 4em 0;
}
.international-sales section{
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1em 0;
}
/* .international-sales section::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: black;
}
.international-sales section::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: black;
} */
.international-sales section h2.title{
  width: 100%;
}
.international-sales section .item{
  width: 20%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.international-sales section .item img{
  width: 100%;
  height: auto;
}
.international-sales section .item button[name="go-to-checkout"]{
  display: block;
  margin-top: 10px;
  width: 100%;
  padding: 15px 0;
  color: white;
  background-color: black;
  border: 1px solid black;
  font-size: 1em;
}
.international-sales section .item button[name="go-to-checkout"]:hover{
  color: black;
  background-color: transparent;
}

/* manage margins and responsive layout */
@media screen and (min-width: 1201px){

  .international-sales section .item{
    margin-right: 6.6666%;
  }
  .international-sales section .item:nth-child(4n+4){
    margin-right: 0;
  }

}

@media screen and (max-width: 1200px) and (min-width: 801px){

  .international-sales section .item{
    width: 30%;
    margin: 0;
  }
  .international-sales section .item:nth-child(3n+3){
    margin: 0 5%;
  }

}

@media screen and (max-width: 800px) and (min-width: 401px){

  .international-sales section .item{
    width: 48%;
    margin: 0;
  }
  .international-sales section .item:nth-child(2n){
    margin-right: 4%;
  }

}

@media screen and (max-width: 400px){

  .international-sales section .item{
    width: 100%;
    margin: auto;
  }

}

/* pagina di rigraziamento */
.international-sales-checkout .content{
  width: 95%;
  margin: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 2em 0
}
.international-sales-checkout .content img{
  width: 60%;
  max-width: 100px;
  margin-bottom: 1em;
}
.international-sales-checkout .content p,
.international-sales-checkout .content h1{
  text-align: center;
}
/*==============================================
BLACK FRIDAY
==============================================*/
#bf-banner{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a0c0d;
}
#bf-banner img{
  width: 50%;
  height: auto;
  min-width: 800px;
}
#bf-banner div.bf-content{
  width: var(--maxwidth);
  max-width: 95%;
  margin: auto;
  text-align: center;
  text-align: right;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bf-banner div.bf-content > div{
  width: auto;
}
#bf-banner div.bf-content h3{
  color: #b68c68;
  font-size: 1.8em;
  margin: 0;
}
#bf-banner div.bf-content p{
  margin: 0 0 2em 0;
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
}
#bf-banner div.bf-content p b{
  font-size: 1.3em;
  border-radius: 3px;
}
#bf-banner div.bf-content a{
  background-color: white;
  color: black;
  border: 1px solid white;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
}
#bf-banner div.bf-content a:hover{
  background-color: black;
  color: white;
}
@media screen and (max-width: 1200px ){

  #bf-banner{
    flex-direction: column;
  }
  #bf-banner img{
    width: 100%;
    min-width: 0px;
  }
  #bf-banner div.bf-content{
    width: 100%;
    text-align: center;
    padding: 3em 0;
  }

}

/*==============================================
WHATSAPP INFO
==============================================*/
.whapp-wrapper{
  background-color: #128C7E;
  color: white;
  padding: 2em 0;
  width: 100%;
}
.whapp-wrapper .content{
  margin: auto;
  width: 800px;
  max-width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.whapp-wrapper .content img{
  width: 60px;
  height: auto;
  display: block;
  margin-right: 1em;
}
.whapp-wrapper .content .description h3{
  line-height: 1.2em;
  letter-spacing: 2px;
  margin: 0;
}

@media screen and (max-width: 550px){

  .whapp-wrapper .content{
    flex-direction: column;
  }
  .whapp-wrapper .content img{
    width: 40px;
    margin-bottom: 1em;
  }
  .whapp-wrapper .content .description h3{
    text-align: center;
  }

}