.wqo_cart_amount {
    background: url(https://www.lasabbiona.it/wp-content/plugins/woo-quick-order/images/shop_green.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -10px;
    display: block;
    height: 101px;
    padding-top: 30px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 100px;
    z-index: 100;
    font-size: 18px;
    font-weight: bold;
}
.wqo_cart_amount a {
    cursor: pointer;
    text-decoration: none!important;
    color: #FFFFFF!important;
}
.wqo_cart_price {
    position: relative;
    top: 28px;
    font-size: 16px;
}
.wqo_cart_amount .amount {
    display: block!important;
}


/* Next &amp; previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 32px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  padding-left: 32px;
  padding-right: 32px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}




/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}




.bckimg1 {
  background-image: url("https://www.lasabbiona.it/wp-content/uploads/slider1.webp");
  background-color: #cccccc;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display:block;
    text-align: center;
    padding-top: 88px;
	
}
.bckimg2 {
  background-image: url("https://www.lasabbiona.it/wp-content/uploads/slider2.webp");
  background-color: #cccccc;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display:none;
  text-align: center;
  padding-top: 138px;
}
.bckimg3 {
  background-image: url("https://www.lasabbiona.it/wp-content/uploads/slider3.webp");
  background-color: #cccccc;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display:none;
  text-align: right;
  padding-top: 360px;
  padding-right: 256px;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.colored{color:rgb(153, 27, 44);}
.colorwhite{color:white}
.dancing{font-family: "Dancing Script";font-size:45px;letter-spacing: 0px;}
.palatino{font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;font-size: 45px;
    line-height: 1px;font-weight: 700;}
.dancing2{font-family: "Dancing Script";font-size:45px;letter-spacing: 0px;}
.palatino2{font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;font-size: 45px;
    line-height: 1px;font-weight: 700;}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .bckimg1 {height:380px;padding-top:60px;}
  .bckimg2 {height:380px;padding-top:60px;}
  .bckimg3 {height:380px;padding-top:160px;padding-right:32px;}
  .palatino{font-size:38px;}
  .dancing{font-size:38px;}
  .palatino2{font-size:20px;}
  .dancing2{font-size:20px;}
}