/*general*/
body,h1,h2,h3,h4,h5,h6,p {
  font-family:  'Unbounded', sans-serif !important;
  color:#402709;
}
.page-wrapper{
  max-width: 100%;
  overflow: hidden;
}
.col-xl-3{width:25%}
@media only screen and (max-width: 1400px) {
 .col-xl-3{width:33.3%}
}
@media only screen and (max-width: 992px) {
 .col-xl-3{width:50%}
}

@media only screen and (max-width: 1200px) {
  #scroll_down{display:none}
}
@media only screen and (max-width: 767px) {
  body{
    margin-top:60px;
  }
  .row {
    margin-left: -42px;
    margin-right: -42px;
  }
  .cart .col {
    padding-left: 12px;
    padding-right: 12px;
  }
  /*.checkout .col {
  padding-left: 12px;
  padding-right: 12px;
  }*/
}
h2{
  font-size: 1.6em;
  margin-bottom: 1em;
}

h3{
  font-size: 1.4em;
}
a.link,.page .container a {
  color: #482c0b;
  text-decoration: none;
  font-weight: 600;
  font-size:1.1em;
  border: none;
  cursor:pointer;
}
a.link:hover,.page .container a:hover {
  filter: brightness(0.8);
  transition: 0.5s;
}
input::placeholder {
  color:#555;
}
.payoff{
  font-size:1.2em;
}
ul{
  padding-left: 2em;
}
li{
  padding-top: 0.5em;
}

.page .container p{
  padding-top:1em;
  font-size: 1em;
  line-height: 1.5em;
}
.bg-dark{
  color:#b6896c !important;
  background-color:#482c0b !important;
}

.bg-light{
  background-color:#b6896c !important;
  color:#482c0b !important;  
}

.text-light{
  color:#b6896c;
}
.text-dark{
  color:#482c0b;
}

.btn-primary{
  font-size: 1.3em;
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  margin-top:12px;
  border: none;
  cursor: pointer;
}
.btn-outline{
  border: 1px solid #482c0b;
  color: #482c0b;
  text-transform: uppercase;
  font-size: 1.2em;
}
.btn-light{
  background-color:#b6896c;
  color:#482c0b;  
}
.btn-dark{
  color:#b6896c;
  background-color:#482c0b;
}

.btn-light:hover{
  background-color:#b6896c;
  color:#482c0b !important;  
}
.btn-dark:hover{
  color:#b6896c;
  background-color:#482c0b !important;
}

.desktop-only{
  display:block;
}

.mobile-only{
  display:none;
}

@media screen and (max-width: 992px) {
  .desktop-only{
    display:none;
  }

  .mobile-only{
    display:block;
  }
}
@media screen and (max-width: 768px) {
  /*.cart .row, .cart .col {
  margin-left: -4em;
  margin-right: -4em;
  }*/
  .tabella-resp{font-size: 0.8em;overflow-x:auto}
}

/*header*/
#header.overflow.fixed {
  padding-top: 15px;
  height: 80px;
}
#header.overflow.fixed .navbar-brand img{
  width: 110px;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .navbar-brand img {
    width: 110px;
    margin-top: -10px;
  }
}
#header .menu-item a {
  font-family:  'Unbounded', sans-serif !important;
  font-weight: 400;
}

#header .navbar-brand {
  padding: 0px;
}
.navbar-main-collapse.in .navbar-nav, .navbar-main-collapse.collapsing .navbar-nav {
  background: rgba(40, 40, 40, 0.95);
  left: 0;
  width: 100%;
}
.logo {
  display: inline-block;
  float: left;
  width: 110px;
  height: 50px;
  background: url(https://files.cdn-files-a.com/uploads/10706638/400_690a6aef353e5.png) no-repeat;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page{
  padding: 100px 0;
  background-color:#b6896c;
  color:#482c0b; 
}
@media only screen and (max-width: 767px) {
  .page{
    padding: 0 0 60px 0;
  }
}
.cart_action{
  cursor:pointer;
}
.noty-bubble{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; 
  top:5px;
  width: 21px;
  height: 21px;
  text-align: center;
  display: inline-block;
  padding: 4px 0;
  font-size: 11px;
  background-color: #ff5252;
  position: absolute;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .navbar-nav > li {
    text-align: center;
    border-bottom: 1px solid;
  }
}

#top-video{
  /*height:100vh;*/
}
#top-video video {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 100vh;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  #top-video video {
    aspect-ratio: 5/4;
  }
}
hr{
  border-top: 1px solid #402709;
}
hr.small{
  max-width: 50px;
  margin-left: calc(50% - 25px);
  border: 2px solid #402709;
}

#header {
  background: rgba(55, 28, 12, 0.7);
  padding-top: 30px;
  height:110px;
}

@media only screen and (max-width: 767px) {
  #header,#header.overflow.fixed {
    background-color: rgba(55, 28, 12, 1) !important;
    top: 0px;
    position: fixed;
    z-index: 99999;
    padding-top: 5px;
    height:60px;
  }
}
#header.overflow {
  background-color: rgba(55, 28, 12) !important;
}

#header.overflow .menu-item a {
  color: #b6886d;
}

/*shop*/
.product-container{
  margin-bottom: 15px;
  padding: 15px;
}
.product-container a:hover {color:black;text-decoration:  none;}  
.product_title{
  font-size: 1.35em;
  text-transform: uppercase;
  /*margin: 15px;*/
}
.product_info{
  font-size: 1em;
  min-height: 50px; 
  padding: 10px;
}
.minus-action, .plus-action, .cart-input{
  height: 36px;
  border: 1px solid #aaa;
  text-align: right;
  display: inline-block;
}

#products_grid .col{
  padding-left: 36px;
  padding-right: 36px;
}
@media only screen and (max-width: 768px) {
  #products_grid .col{
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (max-width: 528px) {
  .product_title {
    font-size: 1.25em;
    margin: 5px;
  }

  .product_info {
    font-size: 0.8em;
    min-height: 50px;
    padding: 0px; 
  }
  .product-container .add_row{
    margin-right:-40px;margin-left:-40px;
  }
  #products_grid .col{
    padding-left: 38px;
    padding-right: 38px;
  }
}
.img-container{
  position: relative;
}
.sold-out-overlay{
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.limited-edition-overlay{
  width: 50%;
  top: -27px;
  left: -25px;
  position: absolute;
  z-index: 1;
}

.price-label{
  margin-top: 4px;
  margin-bottom:10px;
  font-weight: 600;
  font-size: 1.5em;
}
.cart-input{
  width: 54px;
  position: relative;
  background: none;
  border-top: 1px solid #482c0b;
  border-bottom: 1px solid #482c0b;
  border-left: none;
  border-right: none;
  color: #482c0b;
  font-weight: 600;
  top: -2.5px;
  left: -7px;
  text-align:center;
}
.cart-btn{
  border: 1px solid;
  margin-top: -1px;
  font-size:1em;
}
.minus-action, .plus-action{
  position: relative;
  width:36px;
  border: 1px solid #482c0b;
  padding: 2px;
  font-size: 1.5em;
  text-align: center;
  cursor:pointer;
}
.minus-action{
  border-radius:8px 0 0 8px;
}
.plus-action{
  left: -14px;
  border-radius:0 8px 8px 0;
}

.cart_inner_input{
  width: 80px;
  text-align: center;
  padding: 8px;
  border: 1px solid #482c0b;
  background-color: transparent;
  color: #482c0b;
  border-radius: 5px;
}

.single-product-container table{
  width:100% !important;
}
@media only screen and (max-width: 767px) {
  .cart_inner_input{
    width:64px;
  }
}

table tr{
  border-bottom: 1px solid;
}
table td,table th{
  padding:4px;
}


/*curiosita section*/
#curiosita{
  background: url(../img/super-burro-desktop.jpg);
  height: 90vh;
  background-size: cover;
}

#curiosita h2{
  font-size:3rem;
  line-height: 3.5rem;
}
#curiosita .card{
  padding: 17rem 5rem;
}

@media screen and (min-width: 1400px) {
  #curiosita{
    background-size: cover;
    height: 95vh;
  }
}

@media screen and (max-width: 768px) {
  #curiosita{
    background-repeat: no-repeat;
    background-size: 200%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.486);
    background-blend-mode: overlay;
  }

  #curiosita h2{
    font-size:2em;
  }
  #curiosita .card{
    padding: 5rem 3rem;
  }
}

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

  #curiosita h2{
    font-size:1.55em;
    line-height:1.3em;
  }
}
.v-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/*idea_regalo section*/
section#idea_regalo {
  background-image: url(https://files.cdn-files-a.com/uploads/10706638/secure/2000_690a675083f9a.png);
  padding-top: 30px;
  padding-bottom: 40px;
  min-height: 528px;
}

#idea_regalo .card{
  background-color:#e3c5b3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  padding: 32px;
  gap: 1.5rem;
}

@media only screen and (max-width: 767px) {
  #idea_regalo .card{
    background-color:#e3c5b3;
    display: inline-flex;
    aspect-ratio: auto;
    width: 100%;
    padding: 32px;
    gap: 1.5rem;
  }
}

/*social section*/
#social h3{font-size:3em;}
.instagram-container{
  padding:100px 1em;
}
.instagram-links{
  padding-top: 7em;
}
.instagram-img1{
  width: 40%;
  transform: rotate(-6deg);
  position: relative;
  top: -25px;
}
.instagram-img2{
  width: 40%;
  margin-left: -2%;
  position: relative;
  top: 25px;
}

@media only screen and (max-width: 992px) {
  #social h3{font-size:2em;}
  .instagram-links{
    padding-top: 4em;
  }
}
@media only screen and (max-width: 768px) {
  .instagram-container{
    padding:3em 1em;
  }
  .instagram-links {
    padding-top: 0;
    text-align:center;
  }
  .btn-social {
    font-size: 1em;
  }
  .instagram-img1{
    width: 34%;
    left: 5em;
    transform: rotate(-6deg);
    position: relative;
    top: 0;
  }
  .instagram-img2{
    width: 34%;
    margin-left: 3em;
    position: relative;
    top: 25px;
  }
}

/*book section*/
#book{
  height:66vh;
  min-height:400px;
}
#book video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#book .card{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 32px;
  gap: 1.5rem;
  margin-top: 5em;
}

#book h3{
  font-size: 3rem;
  line-height: 3.5rem;
}

#book p{
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  #book video {
    display:none;
  }
  #book h3{
    font-size: 3rem;
    line-height: 3.5rem;
  }
  #book .card{
    display: inline-flex;
    aspect-ratio: none;
    width: 100%;
    padding: 32px;
    gap: 1.5rem;
    margin-top: 0;
  }
}

/*consigli*/
.consigli-text{
  text-align:left;
}
#consigli .card{
  margin-top:12em;
}

#consigli h3{
  font-size: 3rem;
  line-height: 3.5rem;
}
#phone_player{
  width: 248px;
  height: 516px;
  margin: 0 auto;
}
#phone_player .video-container{
  width: 248px;
  left: 0px;
  height: 516px;
  overflow: hidden;
  position: absolute;
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 767px) {
  .consigli-text{
    text-align:center;
  }
  #consigli h3{
    font-size: 2rem;
    line-height: 2.4rem;
  }
  #consigli .card{
    margin-top:2em;
  }
}

/*contatti*/
#contatti .row {
  padding: 0 2em;
}
#contatti input,textarea {
  width:100%;
  margin-bottom:1em;
}
#contatti input {
  height: 50px;
}
#contatti .subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  color: #aaa;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  #contatti .send-btn {
    width:100%;
  }
}

/*checkout*/
#cart_form input[type="text"],#cart_form input[type="email"],#cart_form select, #cart_form textarea{
  background-color:#b6896c;
  border: 1px solid #482c0b;
  color:#482c0b;
  height:36px
}
#cart_form table{width: 100%}
.panel{border: 1px solid #482c0b;border-radius:8px;margin-bottom:1em;}
.panel-heading, .panel-body {
  padding: 1em;
}
.panel-heading {
  border-bottom: 1px solid #482c0b;
}
/*footer*/
#footer{    
  background: #402709;
  padding: 0;
  height:auto;
}
#footer .social {
  margin: 0px;
  padding-top:12px;
  padding-left: 0;
}
#footer .social li .icon {
  background: #3D3C38;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
#footer p, #footer p a{    
  color: #e3c5b3;
  font-size: 0.8em;
}
#footer .social li .icon {
  background: #22211d;
}
.footer-container{
  padding:48px;
}
@media screen and (max-width: 768px) {
  .footer-container {
    padding: 48px 0;
  }
}
.social-container{
  background-color: #000;
  padding-bottom: 14px;
}
