@import url(https://fonts.googleapis.com/css2?family=Krona+One&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Krona+One&display=swap');
.hero {
  max-width: 1920px;
  margin: 0 auto;
}

.hero,
.locations__slider {
  padding-bottom: 50px !important;
}

.hero .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet .swiper-pagination-bullet,
.hero .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.locations .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet .swiper-pagination-bullet,
.locations .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #960822;
  margin: 0 8px;
  opacity: 1;
  transition: 0.3s ease-in-out;
  position: relative;
}
.hero .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet .swiper-pagination-bullet::before,
.hero .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::before,
.locations .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet .swiper-pagination-bullet::before,
.locations .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fbf5eb;
  border-radius: 50%;
}
.hero .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet .swiper-pagination-bullet-active::before,
.hero .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active::before,
.locations .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet .swiper-pagination-bullet-active::before,
.locations .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  border-color: #960822;
}

.hero__img {
  display: block;
  width: 100%;
}
.hero__img--mobile {
  display: block;
}
.hero__img--desktop {
  display: none;
}

@media (min-width: 768px) {
  .hero__img--mobile {
    display: none;
  }

  .hero__img--desktop {
    display: block;
  }
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 20px;
}

body .title-section {
  text-align: center;
  color: #231f20;
  padding: 40px 0;
}
body .title-section h2 {
  font-family: "Krona One", sans-serif;
  font-size: 37px;
  line-height: 1;
  margin: 0 0 15px;
  text-transform: uppercase;
}
body .title-section p {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2.3px;
  line-height: 1;
}

#wrapper {
  color: #231f20;
  background-color: #fbf5eb;
  font-family: "Barlow", sans-serif;
}

.btn {
  display: inline-flex;
  align-items: center;
  background-color: #231f20;
  color: #fff;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  gap: 10px;
  transition: 0.3s ease-in-out;
}
.btn:hover {
  background-color: #960822;
  color: #fff;
}
.btn.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.btn2 {
  background-color: #000;
  color: #fff;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  min-width: 240px;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  letter-spacing: 1.03px;
  font-size: 18px;
}

.gifts {
  padding-bottom: 40px;
}
.gifts__item {
  width: 50%;
  padding: 5px;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .gifts__item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .gifts__item {
    width: 20%;
  }
}
.gifts__grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  align-items: flex-end;
  color: #960822;
}
.gifts__grid a:not(.btn) {
  color: #960822;
}
.gifts__grid a:not(.btn):hover {
  color: #231f20;
}
.gifts__grid img {
  display: block;
  margin: 0 auto;
}
.gifts__grid h4 {
  font-family: "Barlow";
  font-size: 17px;
  font-weight: 600;
  margin: 25px 0;
}

.moments {
  background-color: #960822;
  padding-bottom: 40px;
  position: relative;
}
.moments .title-section {
  color: #c49a6c;
}
.moments__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .moments__grid {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .moments__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .moments__grid {
    gap: 54px;
  }
}
.moments__grid img {
  display: block;
}
.moments__grid .btn {
  margin-top: 30px;
}
.moments__grid .btn:hover {
  background-color: #fff;
  color: #960822;
}

.panettone {
  padding-bottom: 40px;
  color: #231f20;
}
.panettone .title-section {
  padding-bottom: 10px;
}
.panettone__img {
  position: relative;
  max-width: 727px;
  margin: 0 auto 22px;
}
.panettone__img img {
  display: block;
}
.panettone__img .btn2 {
/*   position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22px; */
	display: flex;
      max-width: 240px;
      margin: 20px auto;
  transition: 0.3s ease-in-out;
}

.plyr.plyr--stopped .plyr__controls { display: none }


.panettone__img .btn2:hover {
  background-color: #fff;
  color: #960822;
}
.panettone__content {
  max-width: 727px;
  margin: 0 auto;
}
.panettone__content p,
.panettone__content h2,
.panettone__content h3,
.panettone__content h4 {
  color: #231f20;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}
.panettone__content h2,
.panettone__content h3,
.panettone__content h4 {
  font-weight: 700;
  letter-spacing: 2.14px;
}
.panettone__content p {
  line-height: 2;
}
.panettone__content h4 {
  font-size: 15px;
}
.panettone__item {
  width: 50%;
  padding: 5px;
  margin-bottom: 25px;
}
@media (min-width: 600px) {
  .panettone__item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .panettone__item {
    width: 20%;
  }
}
.panettone__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #231f20;
  max-width: 920px;
  margin-inline: auto;
  padding-bottom: 20px;
}
.panettone__details a {
  display: block;
  transition: 0.3s ease-in-out;
  color: #960822;
}
.panettone__details img {
  display: block;
  margin: 0 auto 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.locations {
  padding-bottom: 40px;
}
.locations .title-section {
  padding-inline: 20px;
}
.locations img {
  display: block;
  width: 100%;
}

.linea {
  max-width: 700px;
  margin-inline: auto;
  color: #960822;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 35px;
  line-height: 2.2;
}
.linea h2,
.linea h3,
.linea h4 {
  font-weight: 700;
  letter-spacing: 2.14px;
}
.linea h4 {
  font-size: 16px;
}

.chef {
  padding-top: 30px;
}
.chef .title-section {
  color: #c49a6c;
}
.chef__grid {
  padding: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .chef__grid {
    padding: 40px 0 70px;
  }
}
@media (min-width: 992px) {
  .chef__grid {
    flex-direction: row;
  }
}
.chef__img {
  width: 100%;
}
@media (min-width: 992px) {
  .chef__img {
    width: 50%;
  }
}
.chef__img img {
  display: block;
  width: 100%;
}
.chef__info {
  margin-top: 45px;
  width: 100%;
  color: #c49a6c;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 992px) {
  .chef__info {
    width: 45%;
    margin-top: 0;
  }
}
@media (min-width: 700px) {
  .chef__info ul,
.chef__info ol {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-bottom: 40px;
    list-style-position: inside;
    padding: 0;
  }
}
.chef__quote {
  text-align: center;
  line-height: 2;
  font-family: "Barlow Condensed";
  font-size: 24px;
  font-weight: 600;
  font-style:italic;
  max-width: 550px;
  margin: 0 auto;

  color: #c49a6c;
}
.chef__signature {
  text-align: center;
  padding: 50px 0 0;
}
@media (min-width: 992px) {
  .chef__signature {
    padding: 100px 0 70px;
  }
}
.chef__signature h4 {
  color: #c49a6c;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: bold;
}
.chef__signature img {
  display: block;
  width: 188px;
  margin: 0 auto;
  transform: translateY(-70px);
}
.chef .panettone__detailes {
  max-width: 12000px;
}

.single-product {
  color: #231f20;
  background-color: #fbf5eb;
  font-family: "Barlow", sans-serif;
}
.single-product .linea {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .single-product .linea {
    padding: 60px 0 100px;
  }
}

.woocommerce div.product .product_title {
  margin: 0;
  font-family: "Krona One";
  font-size: 38px;
}
.woocommerce div.product p.price {
  color: #231f20;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
}
.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .woocommerce div.product form.cart {
    margin-top: 90px;
  }
}
.woocommerce div.product form.cart p.price {
  flex: 1;
  padding-left: 40px;
  margin: 0;
}
@media (min-width: 992px) {
  .woocommerce div.product form.cart p.price {
    padding-left: 80px;
  }
}
.woocommerce div.product form.cart .button {
  background-color: #000;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  height: 53px;
  padding: 0 40px;
  border-radius: 0;
  width: 100%;
  max-width: 395px;
  margin-top: 28px;
}
.woocommerce div.product .woocommerce-product-gallery__image {
  aspect-ratio: 1/1;
  width: 100%;
}
.woocommerce div.product .woocommerce-product-gallery__image a,
.woocommerce div.product .woocommerce-product-gallery__image a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce div.product .flex-control-thumbs {
  padding: 30px 0 !important;
}
.woocommerce div.product .flex-control-thumbs li {
  padding: 0 20px;
}
.woocommerce div.product .product__description {
  max-width: 420px;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce div.product .product__description__title {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.woocommerce div.product .woocommerce-product-details__short-description h4 {
  font-size: 20px;
}

.woocommerce ul.products li.product .button {
  background-color: #000;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  height: 53px;
  padding: 0 40px;
  font-weight: 600 !important;
  border-radius: 0;
  width: 100%;
  max-width: 395px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}
.woocommerce ul.products li.product .button:hover {
  background-color: #960822 !important;
}

.woocommerce {
  --links-normal-color: #231f20;
  --links-hover-color: #960822;
}
.woocommerce div.product .cart div.quantity {
  display: flex;
  align-items: center;
}
.woocommerce div.product .cart div.quantity button {
  display: flex;
  align-items: center;
  width: 47px;
  height: 47px;
  background-color: transparent;
  outline: none;
  color: #231f20;
  border: 1px solid #231f20;
  font-family: "Barlow";
  font-weight: 300;
  font-size: 30px;
  transition: 0.3s ease-in-out;
}
.woocommerce div.product .cart div.quantity button:hover {
  background-color: #960822;
  color: #fff;
}
.woocommerce div.product .cart div.quantity input {
  height: 47px;
  border: 1px solid #231f20;
  border-width: 1px 0 1px 0;
  text-align: center;
  width: 47px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  font-family: "Barlow";
  font-weight: bold;
  font-size: 16px;
  background-color: transparent;
  border-radius: 0;
  -moz-appearance: textfield;
}
.woocommerce div.product .cart div.quantity input::-webkit-outer-spin-button, .woocommerce div.product .cart div.quantity input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.woocommerce .shop_table.cart th {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px !important;
}
.woocommerce .shop_table.cart td.product-name a {
  font-size: 18px;
}
.woocommerce .shop_table.cart div.quantity {
  display: flex;
  align-items: center;
  justify-self: flex-end;
}
@media (min-width: 768px) {
  .woocommerce .shop_table.cart div.quantity {
    justify-self: unset;
  }
}
.woocommerce .shop_table.cart div.quantity button {
  display: flex;
  align-items: center;
  width: 47px;
  height: 28px;
  background-color: transparent;
  outline: none;
  color: #231f20;
  border: 1px solid #231f20;
  font-family: "Barlow";
  font-weight: 300;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}
.woocommerce .shop_table.cart div.quantity button:hover {
  background-color: #960822;
  color: #fff;
}
.woocommerce .shop_table.cart div.quantity input.input-text.qty {
  border: 1px solid #231f20 !important;
  border-width: 1px 0 1px 0 !important;
  text-align: center;
  height: 28px;
  width: 47px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  font-family: "Barlow";
  font-weight: bold;
  font-size: 16px;
  background-color: transparent;
  border-radius: 0 !important;
  -moz-appearance: textfield;
}
.woocommerce .shop_table.cart div.quantity input.input-text.qty::-webkit-outer-spin-button, .woocommerce .shop_table.cart div.quantity input.input-text.qty::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.woocommerce .woocommerce-notices-wrapper {
  padding: 0 10px;
}


#billing_factura_field {
  clear: both;
}

#billing_country_field {
  display: none !important;
}

#billing_reg_com_field,
#billing_company_field,
#billing_cif_field {
  display: none;
}

#elementor-menu-cart__toggle_button {
  padding: 12px 0 !important;
}

.elementor-nav-menu li.current-language-menu-item a {
  color: #c49a6c !important;
}

button.plyr__control {
	border:0;
}
.panettone__img iframe{
	display: block;
	max-width:100%;
	margin-left: auto;
	margin-right: auto;
	height: auto !important;
	aspect-ratio:16/9 !important;
}
