/*************************************************************************** GENERAL ****/
/************************************************************************ VAR COLORS ****/
:root {
  --ft-white: #ffffff;
  --ft-black: #454545;
  --ft-gold: #e8c022;
  --ft-silver: #dcdcdc;
  --ft-darkgrey: #383838;
}

/***************************************************************************** FONTS ****/
/*
@font-face {
    font-family: 'adamnormal';
    src: url('adam-webfont.woff2') format('woff2'),
         url('adam-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-100.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Allura';
    src: url('../font/Allura-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: cursive;
}
/*
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Calligraffitti&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap');
*/
/*
  font-family: 'Calligraffitti';
  font-family: 'Allura';
  font-family: 'Oooh Baby';
  font-family: 'Alex Brush';
  font-family: 'Petit Formal Script';
  font-family: 'Waiting for the Sunrise';
  font-family: 'Mynerve';
  font-family: 'Square Peg';
  font-family: 'Amasis';
  font-family: 'Nothing You Could Do';
  
*/
/*
@font-face {
    font-family: 'Charlotte';
    src: url('../font/Charlotte.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Amasis';
    src: url('../font/Amasis MT Std Light Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'Santana';
    src: url('../font/Santana.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


/****************************************************************************** PAGE ****/
html, body {
  font-size: 16px;
}

h1, h2 {
  font-size: 1rem;
}

body {
  font-family: 'Roboto';
  font-weight: 400!important;
  background: var(--ft-white)!important;
  /* font-family: 'Allura', cursive; */
}

.page {
  position: inherit;
  margin: 0 auto;
  padding-top: var(--safe-area-top);
  padding-bottom: var(--safe-area-bottom);
  background: white;
}

.inside {
  background: var(--ft-white);
  color: var(--ft-black);
}

.ce_from .column {
  padding: 0;
}

.with-carousel.homepage .navbar-section:last-child>div {
  background: rgba(255, 255, 255, 0.3);
  padding: 15px 25px 10px 15px;
  border-radius: 25px;
}

.mod_article {
  padding: 0 1rem;
  padding: 1rem;
}

/*
.mod_article h1 {
  color: var(--ft-gold);
  font-size: 1.5rem;
  font-weight: 100;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
*/

.mod_article h2 {
  color: var(--ft-gold);
  font-size: 1.5rem;
  font-weight: 100;
  letter-spacing: 0.15rem;
}

.ft-just {
  text-align: justify;
  hyphens: auto;
}

/****************************************************************************** LANG ****/
.mod_changelanguage {
  position: absolute;
  top: 0;
  left: 300px;
  font-size: 1.25rem;
  z-index: 99;
  display: flex;
}

.mod_changelanguage ul {
  display: flex;
  padding: 0;
  margin: 2.75rem 0 0 0;
}

.mod_changelanguage li {
  /* height: 100px;
  padding-top: 1rem; */
  font-size: 1rem;
  padding-right: 1rem;
}

.mod_changelanguage li.active strong {
  font-weight: normal;
}

.mod_changelanguage li > a {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding-top: 1rem;
}

/**** MEDIA QUERY ****/
@media screen and (max-width: 768px) {
	.mod_changelanguage {
	  justify-content: center;
    width: 100%;
	  left: 0;
	  z-index: 90;
	}
  .mod_changelanguage ul {
    display: flex;
    padding: 0;
    margin: 1.75rem 0 0 0;
  }
}

/*********************************************************************** HOME TEASER ****/
.ce_hyperlink.teaser img {
  vertical-align: bottom;
  border-radius: 0;
}

.ce_hyperlink.teaser .caption,
.ce_hyperlink.teaser.col-6 .caption {
  border-radius: 0;
  background: none;
  left: 0;
  bottom: 0;
  color: var(--ft-white);
  font-size: 1.75rem;
  font-weight: 400;
  justify-content: end;
  text-shadow: 0 0 5px var(--ft-darkgrey);
  /* font-family: 'Santana'; */
  /* font-size: 4rem; */
}

/**** MEDIA QUERY ****/
@media screen and (max-width: 600px) {
  .ce_hyperlink.teaser .caption,
  .ce_hyperlink.teaser.col-6 .caption {
    position: absolute;
    margin: 0;
  }
}
/*
@media screen and (max-width: 600px) {
  .ce_hyperlink.teaser .caption,
  .ce_hyperlink.teaser.col-6 .caption {
    position: absolute;
    margin: 0;
    background: var(--ft-white);
    color: var(--ft-black);
    width: auto;
    left: auto;
    right: 0;
    align-content: end;
    padding: 0.5rem 0 0 1rem;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}
*/
@media (max-width: 600px) {
  .ce_ct_teaserBox.with-image img {
    max-width: none;
  }
}

/****************************************************************************** SHOP ****/
.quantity_container {
  display: none;
}
/*
.submit_container input {
    padding: 0 !important;
}
*/

/* formaterra.org custom style by sm */
/**** NAV ****/
/*
.homepage .navbar {
  background: whitesmoke;
  opacity: 50%;
  position: fixed;
}
.bg-formaterra {
  background: whitesmoke!important;
  opacity: 50%;
  position: fixed;
}
*/
/*
.bg-sunrise {
  background: transparent linear-gradient(99deg, #ffea13 0%, #ffea13 100%) 0% 0% no-repeat padding-box;
}
*/
/*
.carousel-home {
  background: red;
}
*/
/*
.homebg {
  background: transparent linear-gradient(99deg, #ffea13 0%, #ffea13 100%) 0% 0% no-repeat padding-box;
}
*/

/****************************************************************************** LOGO ****/
#formaterralogo {
  position: absolute;
  z-index: 2;
  max-width: 100%;
  padding: 1rem 10%;
}  

/*
#logof {
  position: absolute;
  display: block;
  height: 150px;
  padding: 1em;
  z-index: 99;
}
#logof img {
  height: 150px;
}
*/

/* OK */
.logo {
  /*
  top: 10%;
  bottom: 10%;
  */
  top: 1rem;
  bottom: 0;
  left: 2rem;
  /*
  padding: 0;
  margin: 0;
  */
}

.logo a {
  width: 220px;
}

.logo img {
  width: 220px;
  height: auto;
}

/**** MEDIA QUERY ****/
/* OLD
@media screen and (max-width: 599px) {
  .logo {
    position: absolute;
    top: -100px;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
  .logo img {
    width: 200px;
    height: auto;
  }
}
*/

@media screen and (max-width: 767px) {
  .logo {
    display: block;
    width: 100%;
    margin: 70px 0 0 0;
    padding: 0;
    float: none;
    text-align: center;
  }
  .logo img {
    width: 180px;
    height: auto;
  }
}

body.ft-home .logo img {
    width: 220px;
    height: auto;
  }

/****************************************************************************** MENU ****/
#wrapper .navbar ul.level_2 > li > a {
  background-color: black;
  color: #ffea13; /* #e8c022 */
}

#wrapper .navbar ul.level_2 > li > a:hover {
  background-color: #ffea13; /* #e8c022 */
  color: black;
}

#wrapper .navbar ul.level_3 > li {
  padding: 0;
}

#wrapper .navbar ul.level_3 > li > a {
  background-color: black;
  color: whitesmoke;
  border: 1px solid #ffea13;
}

#wrapper .navbar ul.level_3 > li > a:hover {
  background-color: #ffea13;
  color: black;
}

/**** MEDIA QUERY ****/
@media screen and (max-width: 767px) {
  .main-navigation {
    display: none;
  }
}
/**** END ****/




.main-navigation-mobile-open::after {
  height: 2px;
  border-radius: 2px;
  background: #454545;
  box-shadow: 0 7px #454545, 0 14px #454545;
}

/**** MEDIA QUERY ****/
@media screen and (max-width: 767px) {
  .main-navigation-mobile-open {
    display: block;
    left: 2rem;
    transform: scale(1.5);
    z-index: 999;
  }
}

/*
@media (max-width: 960px) {
  .open-nav {
    height: 48px;
    width: 48px;
    position: absolute;
    right: 30px;
    top: 30px;
    text-decoration: none !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
}
*/

/**************************************************************************** SWIPER ****/
#ft-swiper {
  max-width: 100vw;
  padding: 0;
}

.swiper-slide {
  width: 100vw;
}
 
.swiper-container img {
  min-width: 100%;
  object-fit: cover;
  /* height: 100%;
  max-height: 800px; */
  height: 600px;
}

.swiper-container h2,
.swiper-container p {
	margin-left: 1em;
}

/**** MEDIA QUERY ****/
@media screen and (max-width: 599px) {
  .swiper-container img {
    height: 260px;
  }
}

/************************************************************************ NAVIGATION ****/
.main-navigation-wrapper {
  border: 1px solid var(--ft-silver);
  border-width: 0 0 1px 0;
  background: white;
  border: 0;
}

.main-navigation > ul > li > a.trail:not(.highlight)::after {
  display: none;
}

.main-navigation {
  background-color: rgba(255, 234, 19, 100%); /* yellow */
  background-color: rgba(255, 255, 255, 100%);
  background-color: white;
  padding-right: 5rem;
  padding-top: 10px;
}

.main-navigation ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.main-navigation > ul > li {
  position: relative;
  float: left;
  margin-left: 1em;
  height: 100px;
}

.main-navigation > ul > li > ul {
  border: 1px solid gainsboro;
  background-color: rgba(51, 51, 51, 100%);
  color: white;
}

.main-navigation > ul > li > ul li {
  color: white;
  background-color: rgba(51, 51, 51, 100%);
}

.main-navigation > ul > li > ul li:hover {
  background-color: rgba(151, 151, 151, 100%);
  background-color: var(--ft-gold);
}

/************************************************************************* MEGA MENU ****/
.main-navigation > ul > li.-mega {
  position: static;
  height: 100px;
}

.main-navigation > ul > li > .mega-dropdown {
  position: absolute;
  top: 100px;
  left: 0;
  display: none;
  z-index: 99;
  min-width: 120%;
  margin: 0;
  padding: 1rem;
  border: none;
  text-align: left;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 95%);
  background-color: rgba(51, 51, 51, 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.main-navigation > ul > li:hover > .mega-dropdown {
  display: block;
}

.mega-dropdown-column ul a {
  display: inline-block;
  padding: 0.28571em 0 0.21429em;
  color: black;
}

.main-navigation-mobile.is-enabled {
/*
  position: relative;
  height: 90px;
  width: 80%;
*/
}

/**** MEDIA QUERY ****/
@media screen and (max-width: 767px) {
  .main-navigation-mobile.is-enabled {
    display: block;
  }
}


.main-navigation > ul > li > a, .main-navigation > ul > li > strong {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding-top: 1.5rem;
}

.main-navigation > ul > li > strong.active:not(.highlight)::after {
  display: none;
}

.main-navigation > ul > li.submenu:hover > a::after {
/*
  content: "";
  position: absolute;
  top: -0.23077em;
  right: 0;
  bottom: -0.92308em;
  left: 0;
  width: auto;
  height: auto;
  margin-left: 0;
*/
  border: 1px solid rgb(232, 192, 34);
  border-radius: 0;
  box-shadow: none;
  background: none;
}

.main-navigation > ul > li > strong.active {
  color: rgb(232, 192, 34);
}

/************************************************************************* MAIN MENU ****/
#wrapper .main-navigation a:not(.btn),
#wrapper .main-navigation a:visited:not(.btn) {
	/* color: black; */
}

#wrapper .main-navigation a:not(.btn):hover,
#wrapper .main-navigation a:visited:not(.btn):hover {
  color: rgb(232, 192, 34);
  color: black;
  background: transparent;
}

#wrapper .main-navigation .mega-dropdown a:not(.btn),
#wrapper .main-navigation .mega-dropdown a:visited:not(.btn) {
  color: white;
  font-size: 1rem;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0.1rem;
}

#wrapper a:not(.btn), #wrapper a:visited:not(.btn) {
  color: rgb(232, 192, 34);
}

/************************************************************************** DROPDOWN ****/
.main-navigation-mobile {
	color: var(--ft-black);
	background: var(--ft-silver);
}
.main-navigation-mobile li {
  font-size: 1.25rem;
}

.mega-dropdown-column h3 {
  text-transform: uppercase;
}

.main-navigation-mobile a,
.main-navigation-mobile strong,
.main-navigation-mobile span.active,
.main-navigation-mobile span.trail,
.main-navigation-mobile span.forward {
	color: var(--ft-black);
	background-color: var(--ft-silver);
}
.main-navigation-mobile a:hover,
.main-navigation-mobile a:focus,
.main-navigation-mobile a.active,
.main-navigation-mobile strong.active,
.main-navigation-mobile span.active {
  color: var(--ft-white);
	background-color: var(--ft-darkgrey);
	box-shadow: inset 0 0 5px #242424;
}
.main-navigation-mobile li li {
	color: #bfbfbf;
}

#wrapper .main-navigation .level_2 a:not(.btn), 
#wrapper .main-navigation .level_2 a:visited:not(.btn) {
  color: white;
  font-size: .9rem;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0.1rem;
}
.main-navigation-mobile ul.level_1 {
  padding-top: 90px;
}
.main-navigation-mobile .main-navigation-mobile-expand {
  color: var(--ft-black);
  box-shadow: none;
}

.main-navigation > ul > li > ul strong.active {
  color: var(--ft-gold);
  font-size: .9rem;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0.1rem;
}

/****************************************************************************** SHOP ****/
.mod_iso_productlist .product form,
.mod_iso_relatedproducts .product form {
  border-radius: 0px!important;
}

.mod_iso_productlist .product form,
.mod_iso_relatedproducts .product form {
  background: #f2f2f2;
  border-radius: 0px;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}

/************************************************************************** PRODUCTS ****/
.mod_iso_productlist h1 {
  color: var(--ft-gold);
  font-size: 1.5rem;
  font-weight: 100;
  letter-spacing: 0.15rem;
}

.mod_iso_productlist .product,
.mod_iso_relatedproducts .product {
  margin-bottom: 1rem;
  text-align: center;
}
/**** MEDIA QUERY ****/
@media (max-width: 960px) {
	.mod_iso_productlist .product.column,
	.mod_iso_relatedproducts .product {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.mod_iso_productlist .product form.without-options .text,
.mod_iso_relatedproducts .product form.without-options .text {
  display: block;
  color: #000;
  padding: 0 0 2rem 0;
}

/*
#wrapper .mod_iso_productlist .product form,
#wrapper .mod_iso_relatedproducts .product form {
  background: var(--ft-white);
  border: 1px solid var(--ft-gold);
}
*/

.mod_iso_productlist .product form.without-options .offer > .price,
.mod_iso_relatedproducts .product form.without-options .offer > .price {
  bottom: 1rem;
}

#wrapper .product_list h3 {
  color: var(--ft-black);
  text-align: left;
  padding: 0 0.5rem 0 0.75rem;
}

.mod_iso_productlist .product form.without-options .image_container,
.mod_iso_relatedproducts .product form.without-options .image_container {
  margin: 0 0 0.5rem;
}

.mod_iso_productreader .product form .columns h1 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--ft-black);
  padding-bottom: 1rem;
  margin: 0;
}
.mod_iso_productreader .description {
  padding: 0;
  margin: 0;
}

.mod_iso_productlist .product form h3,
.mod_iso_relatedproducts .product form h3 {
  font-size: 1.2rem!important;
  font-weight: 100!important;
}

/*
.mod_iso_productlist .product a,
.mod_iso_relatedproducts .product a {
  font-size: 1.2rem!important;
  font-weight: 100!important;
}
*/

.mod_iso_productlist .product .offer > .price,
.mod_iso_relatedproducts .product .offer > .price {
  font-size: 1rem;
  font-weight: 100;
  padding: 0;
  bottom: unset;
  color: var(--ft-black);
  justify-content: right;
  right: 25px;
}

#wrapper .submit.add_to_cart {
  background-color: transparent;
  /* background-image: url("/files/formaterra/img/shopping-bag-gold+.svg"); */
  background-image: url("/files/formaterra/img/icons8-shopping-bag-100.png");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  color: var(--ft-black);
  padding: 0 4rem;
  border-radius: 0;
/*
  font-size: 0;
  line-height: 0;
*/
}

#wrapper .mod_iso_productreader .widget.select {
  background: var(--ft-white)!important;
  /* border: 1px solid var(--ft-black); */
  border-radius: 0;
  color: var(--ft-black)!important;
  box-shadow: none;
}

#wrapper .mod_iso_productreader .widget.select select {
  background: var(--ft-white)!important;
  border: 1px solid var(--ft-black);
  border-radius: 0;
  color: var(--ft-black)!important;
  box-shadow: none;
}

#wrapper .mod_iso_productreader .quantity_container input,
#wrapper .mod_iso_productreader .widget.select label:not(.form-checkbox):not(.form-radio) {
  background: var(--ft-white);
  border: 1px solid var(--ft-black);
  border-radius: 0;
  color: var(--ft-black);
  box-shadow: none;
  width: auto;
}

.mod_iso_productreader .offer > .price {
  color: var(--ft-black);
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
}

#wrapper .submit.button_checkout,
#wrapper .submit.next,
#wrapper .submit.confirm {
}

/**** BUTTONS ****/
.btn {
  background-color: var(--ft-gold)!important;
  border-radius: 0;
  font-size: 1rem;
}

.btn:hover {
  color: var(--ft-black);
}

.teaser,
.price {
  color: var(--ft-black);
}

.quantity_container input {
  color: black;
}

.submit .add_to_cart {
  color: black;
}

.input.submit.add_to_cart {
  color: black !important;
}

.submit_container input {
  color: var(--ft-gold);
}

.mod_iso_productlist .product .submit_container,
.mod_iso_relatedproducts .product .submit_container {
  position: relative;
  bottom: 0;
  left: 0;
  width: auto;
  padding-top: 2rem;
}

/****************************************************************************** CART ****/
.cart {
  position: absolute;
  top: 1.5rem;;
  right: 2rem;
  z-index: 99;
}
.cart .quantity {
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: -8px;
  right: -8px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  color: #000;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.mod_iso_messages p.iso_confirm {
  border-radius: 0;
  margin-bottom: 1rem;
  background: none;
  color: var(--ft-black);
  padding: 1rem 0;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;  
}

#wrapper .mod_iso_cart tr {
  /* border: 1px solid var(--ft-black); */
  font-size: 1rem;
}

#wrapper .mod_iso_cart tr.product td,
#wrapper .review.orderproducts tr.product td {
  background: whitesmoke;
  border-radius: 0;
  /* border: 1px solid var(--ft-black); */
  color: var(--ft-black);
  font-weight: 400;
  font-size: 1rem; 
}

.mod_iso_cart tr.subtotal td,
.review.orderproducts tr.subtotal td,
.mod_iso_orderdetails tr.subtotal td {
  padding-top: 20px;
  color: var(--ft-black);
}

#wrapper .submit.continue,
#wrapper .submit.button_update,
#wrapper .submit.previous {
  background: #333;
  border: 0;
  color: #fff !important;
  border-radius: 0;
  font-size: 1rem;
  width: auto;
  padding: 1rem;
}

#wrapper .submit.continue:hover,
#wrapper .submit.button_update:hover,
#wrapper .submit.previous:hover {
  border: 0;
  background: var(--ft-gold);
  color: var(--ft-black)!important;
}
  
#wrapper .submit.add_to_cart,
#wrapper .submit.button_checkout,
#wrapper .submit.next, #wrapper .submit.confirm {
  background: var(--ft-gold);
  border-radius: 0;
  font-size: 1rem;
  padding: 1rem;
  width: auto;
}

#wrapper .submit.button_checkout:hover {
  color: var(--ft-black);
}

.info_container a.edit {
  background: var(--ft-gold);
  color: var(--ft-black)!important;
  padding: 0.5rem;
}

.info_container h3 {
  font-weight: 400;
}

.mod_iso_addressbook a.add.btn {
  font-size: 1rem;
}

.mod_iso_orderdetails h3 {
  color: var(--ft-silver)!important;
}

.mod_iso_orderdetails table td a img {
  vertical-align: bottom;
}
#wrapper .review.orderproducts tr.product td a img {
  vertical-align: bottom;
}

.remove img {
  width: 1.5rem;
}

/************************************************************************ NEWSLETTER ****/
#main .mod_subscribe .form-input.mandatory,
#main .mod_subscribe .form-group input.mandatory {
  background: var(--ft-white);
  border: 1px solid var(--ft-black);
  color: var(--ft-black);
  box-shadow: 0 0 0 0;
  border-radius: 0;
  font-size: 1rem;
  width: 100%;
}

.widget.widget-submit {
  display: flex;
  justify-content: center;
}

/************************************************************************ CART LOGIN ****/
fieldset {
  width: 100%;
}

/**** MEDIA QUERY ****/
@media screen and (max-width: 599px) {
	.mod_iso_orderhistory table tr {
		display: revert;
	}
}

.btn.ce_hyperlink.ft-centerlink {
	margin: 0 auto;
}
.ft-ortext {
	text-align: center;
}

.mod_registration form legend {
	display: none;
}
.mod_registration form fieldset {
	border: 0;
	margin: 0;
	padding: 0.25rem 0;
}
/*
.ce_text.ft-centerlink p {
	padding-top: 2rem;
}
*/
/*
.mod_login .widget:not(.widget-checkbox):not(.widget-radio),
.mod_registration .widget:not(.widget-checkbox):not(.widget-radio),
.mod_iso_checkout .widget:not(.widget-radio):not(.widget-checkbox) {
  flex-wrap: nowrap;
}
*/

.mod_login .widget:not(.widget-checkbox):not(.widget-radio) label:not(.form-checkbox):not(.form-radio),
.mod_registration .widget:not(.widget-checkbox):not(.widget-radio) label:not(.form-checkbox):not(.form-radio),
.mod_iso_checkout .widget:not(.widget-radio):not(.widget-checkbox) label:not(.form-checkbox):not(.form-radio),
.mod_iso_checkout .widget:not(.widget-radio):not(.widget-checkbox) label,
.checkbox_container > label,
.mod_personalData .widget:not(.widget-checkbox):not(.widget-radio) label:not(.form-checkbox):not(.form-radio),
.mod_changePassword .widget:not(.widget-checkbox):not(.widget-radio) label:not(.form-checkbox):not(.form-radio),
.ce_form .widget:not(.widget-checkbox):not(.widget-radio) label:not(.form-checkbox):not(.form-radio),
.mod_iso_productreader .widget.select label:not(.form-checkbox):not(.form-radio),
.mod_iso_addressbook .widget:not(.widget-checkbox):not(.widget-radio) label:not(.form-checkbox):not(.form-radio) {
  background: #fff;
  border: 0px solid var(--ft-black);
  color: var(--ft-black);
  padding: 0.5rem;
  display: flex;
  align-items: center;
  width: 25%;
  line-height: 1;
  min-height: auto;
  box-shadow: 0 0 0 0;
  border-radius: 0;
  font-size: 1rem;
  min-width: auto;
}
/**** MEDIA QUERY ****/
@media screen and (max-width: 599px) {
	.orderconditions .checkbox_container > label {
    width: auto;
	}
}


.ce_form .widget.widget-textarea:not(.widget-checkbox):not(.widget-radio) label:not(.form-checkbox):not(.form-radio) {
  border-radius: 0;
}

#wrapper textarea,
#wrapper .mod_login .widget:not(.widget-checkbox):not(.widget-radio) input,
#wrapper .mod_registration .widget:not(.widget-checkbox):not(.widget-radio) input,
#wrapper .mod_registration .widget:not(.widget-checkbox):not(.widget-radio) select:not([multiple]):not([size]),
#wrapper .mod_iso_checkout .widget:not(.widget-radio):not(.widget-checkbox) input,
#wrapper .mod_iso_checkout .widget:not(.widget-radio):not(.widget-checkbox) select:not([multiple]):not([size]),
#wrapper .checkbox_container > div, .checkbox_container > div,
#wrapper .mod_personalData .widget:not(.widget-checkbox):not(.widget-radio) input,
#wrapper .mod_personalData .widget:not(.widget-checkbox):not(.widget-radio) select:not([multiple]):not([size]),
#wrapper .mod_personalData .widget:not(.widget-checkbox):not(.widget-radio) select:not([size]):not([multiple]),
#wrapper .mod_personalData .widget:not(.widget-checkbox):not(.widget-radio) select,
#wrapper .mod_changePassword .widget:not(.widget-checkbox):not(.widget-radio) input,
#wrapper .ce_form .widget:not(.widget-checkbox):not(.widget-radio) input,
#wrapper .mod_iso_addressbook .widget:not(.widget-checkbox):not(.widget-radio) input,
#wrapper .mod_iso_addressbook .widget:not(.widget-checkbox):not(.widget-radio) select:not([multiple]):not([size]),
#wrapper .mod_iso_addressbook .widget:not(.widget-checkbox):not(.widget-radio) select:not([size]):not([multiple]),
#wrapper .mod_iso_addressbook .widget:not(.widget-checkbox):not(.widget-radio) select {
  background: var(--ft-white);
  border: 1px solid var(--ft-black);
  color: var(--ft-black);
  box-shadow: 0 0 0 0;
  border-radius: 0;
  font-size: 1rem;
}

.steps li::before {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  background: var(--ft-silver);
  color: #000;
  height: 35px;
  border-radius: 0;
  line-height: 35px;
  margin-right: 10px;
  font-weight: 700;
}

.steps li {
  justify-content: left;
}

.steps li.active::before {
  background: var(--ft-gold);
}

#wrapper a:not(.btn):hover, #wrapper a:visited:not(.btn):hover {
	color: var(--ft-black);
}
.ce_hyperlink.s-circle a:hover {
  background: var(--ft-gold);
}

/*********************************************************************** CART STEP 3 ****/
.mod_iso_checkout .paymentmethod .radio_container span {
}

.mod_iso_checkout .radio_container span {
}

.mod_iso_checkout .radio_container [type="radio"] {
  margin-left: 1rem;
}

.mod_iso_checkout .radio_container [type="radio"] {
  width: auto;
  height: auto;
  margin-right: 10px;
}
.mod_iso_checkout .radio_container label {
  font-size: 1rem;
}

.mod_iso_checkout .paymentmethod .radio_container span {
  align-items: center;
}

.mod_iso_checkout .paymentmethod .radio_container span.note {
  display: none;
}

.review.orderproducts tfoot {
  font-size: 1rem;
}

#wrapper .mod_iso_checkout .review.orderinfo .info_container {
  width: 100%;
  background: #ccc;
  margin: 0 10px;
  border-radius: 0;
  padding: 20px;
  color: black;
}

/*
.mod_iso_checkout .vcard {
  color: var(--ft-white);
}
.info_container.shipping_method .info,
.info_container.payment_method.last .info {
  color: var(--ft-white);
}
*/

#wrapper .form-checkbox .form-icon, #wrapper .form-radio .form-icon {
  background: var(--ft-gold);
  border-radius: 0;
}

.form-checkbox input:checked + .form-icon::before {
  border-color: black;
}

/***************************************************************************** ERROR ****/
p.error {
  color: red;
  font-size: 1rem;
}

.mod_iso_checkout p.error {
  /*
  position: relative;
  left: 0;
  padding: 1rem;
  font-size: 1rem;
  */
  position: absolute;
  top: 0;
  right: 1rem;
  padding: 0;
  margin: 0;
  text-align: right;
}
.mod_iso_checkout .shipping_method p.error {
/*
  position: relative;
  left: 0;
  font-size: inherit;
  margin: 0;
*/
  text-align: center;
}

/*********************************************************************** USER LOGGED ****/
.main-navigation > ul > li > strong.trail,
.main-navigation > ul > li > strong.forward {
  color: var(--ft-black);
}

.main-navigation > ul > li.submenu:hover > a::after,
.main-navigation > ul > li.submenu:hover > strong::after,
.main-navigation > ul > li.submenu:hover > span.active::after,
.main-navigation > ul > li.submenu:hover > span.trail::after,
.main-navigation > ul > li.submenu:hover > span.forward::after {
  border: 1px solid rgb(232, 192, 34);
  border-radius: 0;
  box-shadow: none;
  background: none;
}

.main-navigation > ul > li > strong.trail:not(.highlight)::after,
.main-navigation > ul > li > strong.forward:not(.highlight)::after {
}

.mod_iso_addressbook > div .vcard {
  background: #eee;
  border-radius: 0;
}
.mod_iso_orderdetails tr.product td:first-child,
.mod_iso_orderdetails tr.product td:last-child {
  border-radius: 0;
}

.widget-select:not(.multiselect)::after {
  font-size: 1em;
}

/************************************************************************ PAGINATION ****/
.pagination .page-item a {
  border-radius: 0;
}
.pagination .page-item.active a {
  background: var(--ft-black);
  color: var(--ft-white);
}
#wrapper .pagination .page-item a:hover {
  color: var(--ft-white);
  text-decoration: none;
}

/************************************************************************* NEWS LIST ****/
.mod_newslist .column:nth-child(2n+1) img,
.mod_newslist .column:nth-child(2n) img,
.news-image img, .mod_eventlist img, .event-image img {
  filter: none;
  transition: all 0.3s;
}

.mod_newslist .column:nth-child(2n+1) img:hover,
.mod_newslist .column:nth-child(2n) img:hover {
  transform: scale(1.1);
}

a.show-filters {
  display: none!important;
}

#wrapper .mod_newslist .info {
  color: var(--ft-gold);
  font-style: normal;
  font-size: 1.5rem;
  padding: 1rem 0 0 0;
  margin: 0;
  text-align: center;
}
  
#wrapper .mod_newslist h2,
#wrapper .mod_newslist h3,
#wrapper .mod_newslist h4,
#wrapper .mod_newslist h5,
#wrapper .mod_newslist h6 {
  color: var(--ft-black);
  font-size: 1.25rem;
  text-align: center;
}
  
.mod_newslist .more {
  display: none;
}
.mod_newslist .ce_text p {
  display: none;
}

/*********************************************************************** NEWS READER ****/
.mod_newsreader .info {
  color: var(--ft-gold);
  font-size: 1rem;
  font-weight: 400;
}

#wrapper .icon-more {
	background-image: url("../img/arrow-right-solid.svg");
	background-repeat: no-repeat;
	width: 1rem;
}

/************************************************************************ TEASER BOX ****/
.ce_ct_teaserBox .inside .pageLink a {
  /* display: none; */
  border-radius: 0;
}

/*************************************************************************** GALLERY ****/
.ft-gallery .offer,
.ft-gallery .submit_container {
  display: none!important;
}
.mod_iso_productlist.Gallery .product form,
.mod_iso_relatedproducts.Gallery .product form {
  padding: 0;
}
.mod_iso_productlist.Gallery .product form.without-options .text,
.mod_iso_relatedproducts.Gallery .product form.without-options .text {
  padding: 0;
}

.mod_iso_productreader.Gallery .submit_container {
  display: none;
}

/*************************************************************************** CONTACT ****/
.contact-infos {
  background: none;
  color: var(--ft-black);
  font-size: 1rem;
}

/**** MEDIA QUERY ****/
@media (max-width: 480px) {
  .contact-infos {
    font-size: 1rem;
    padding: 1rem;
  }
}

.contact-infos .ce_hyperlink.s-circle a {
  padding: 0		;
  background: #fff;
  border-radius: 0;
}

/*
#wrapper textarea {
  border-top: 0;
}
*/
/*
.ft-contact .ce_ct_wrapperStart.columns.ce_wrapper {
  background-color: #eee;
  background-image: url("../pix/IMG_7552.jpeg");
  background-image: url("../pix/contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
}
*/


.ft-contact .contact-form,
.ft-home .contact-form {
  background-image: url("../pix/contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 1rem;
}


.ft-contact .formbody,
.ft-home .formbody {
  width: 75%;
  margin: 0 auto;
  padding: 3rem 0;
}

.ft-contact #wrapper .ce_form .widget:not(.widget-checkbox):not(.widget-radio) input,
.ft-contact #wrapper textarea,
.ft-home #wrapper .ce_form .widget:not(.widget-checkbox):not(.widget-radio) input,
.ft-home #wrapper textarea {
  background-color: var(--ft-white);
  opacity: 50%;
  width: 100%
}

.ce_form .widget.widget-textarea:not(.widget-checkbox):not(.widget-radio) label:not(.form-checkbox):not(.form-radio) {
  width: auto;
}
.ft-contact label,
.ft-home label {
  width: auto!important;
}
/****************************************************************** HOME NEW PRODUCT ****/
.ft-home .product_list .formbody {
  width: 100%;
  margin: 0;
  padding: 0;
}

/************************************************************************* RING SIZE ****/
table.ft-ringsize {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

table.ft-ringsize th {
  text-align: center;
}

.ft-ringsize tr:nth-child(2n) {
  background-color: #eee;
}

#wrapper .icon-back {
  background-image: url("../img/arrow-left-solid.svg");
  background-repeat: no-repeat;
  width: 1rem;
}
  
/**************************************************************************** FOOTER ****/
.page-footer {
  font-size: 1rem;
  border: 1px solid var(--ft-silver);
  border-width: 1px 0 0 0;
}

footer .main-footer {
  background: var(--ft-white);
  color: var(--ft-black);
  text-align: center;
  padding-top: 1rem;
}

.ce_hyperlink.s-circle a {
  border-radius: 0;
}

.main-footer .full-width {
  max-width: none;
}

.logo-footer img {
  width: 10vw;
  min-width: 150px;
}

.text-footer {
  text-align: center;
  margin: 0;
  padding: 0;
}

/**** MEDIA QUERY ****/
@media (max-width: 960px) {
  footer .mod_customnav ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.ft-pay {
  text-align: center;
  display: inline;
}

.ft-pay img {
  vertical-align: middle;
}

footer > div:not(.footer-copyright) .ce_text {
  font-size: 1rem;
  padding-bottom: 0;
}

/****************************************************************************************/

/**************************************************************************** SLOGAN ****/
@keyframes ft-slogan-back {
  0%   { background: var(--ft-silver); }
  50%  { background: var(--ft-gold); }
  100% { background: var(--ft-silver); }
}

#ft-slogan {
  /*
  background: var(--ft-gold);
  animation: ft-slogan-back 9s infinite linear;
  */
  background: var(--ft-white);
  color: var(--ft-black);
  margin: 0;
  padding: 1.5rem 0 3rem 0;
}
#ft-slogan h1 {
  text-align: center;
  margin: 0;
  padding: 0;
}
#ft-slogan h1.ft-slogan-de,
#ft-slogan h1.ft-slogan-it {
  font-family: 'Santana';
  font-size: 3rem;
  font-weight: 200;
  /* font-style: italic; */
  padding: 0 1rem;
  line-height: 1;
}
@media (max-width: 960px) {
  #ft-slogan {
    padding: 1rem 0 1rem 0;
    padding: 0;
  }
  #ft-slogan h1.ft-slogan-de,
  #ft-slogan h1.ft-slogan-it {
    font-size: 2.125rem;
  }
}

/***************************************************************************** TITLE ****/
.ft-category-cover {
  margin: auto;
  margin-top: 0;
  max-width: 1920px;
  position: relative;
  padding: 0;
  min-height: 60px;
  margin-bottom: 2rem;
  margin-bottom: 0;
}
.ft-centervertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.ft-container {
  max-width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ft-category-cover .ft-container h1 {
  margin: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--ft-gold);
  display: ruby;
  min-width: max-content;
  font-weight: 400;
  letter-spacing: 0.2rem;
  width: auto;
}
.ft-category-cover .ft-container::before {
  border-bottom: 1px solid var(--ft-gold);
  width: 100%;
  content: "";
  display: inline-block;
  margin-right: 1rem;
}
.ft-category-cover .ft-container::after {
  border-bottom: 1px solid var(--ft-gold);
  width: 100%;
  content: "";
  display: inline-block;
  margin-left: 1rem;
}
/**** MEDIA QUERY ****/
@media screen and (max-width: 768px) {
	.ft-category-cover {
    margin-bottom: 0;
	}
	.ft-category-cover .ft-container h1 {
	  letter-spacing: 0.1rem;
	  display: contents;
    display: block;
	  /*
	  min-width: 75vw;
	  display: block;
	  */
	}
}

/***************************************************************************** VIDEO ****/
video {
  width: 100%;
}

/*********************************************************************** CONTENT BOX ****/
.ce_ct_contentBox {
  margin: 2rem 0;
  background: none !important;
}

.ce_ct_contentBox .inside {
  background: var(--ft-silver);
  height: 100%;
  padding: 3rem;
  position: relative;
  border-radius: 0;
}

/************************************************************************** NEWSLIST ****/
@media screen and (max-width: 768px) {
	.mod_newslist div:not(:first-child) {
			display: none;
	}
}
@media screen and (min-width: 600px) {
	.mod_newslist.columns .column.col-3 {
		margin-left: auto;
    margin-right: auto;
	}
}
@media screen and (min-width: 768px) {
	.mod_newslist.columns .column.col-3 {
		margin-left: 0;
    margin-right: 0;
	}
}

/************************************************************************ COLLECTION ****/
.ft-collection #main .mod_article .ce_text p {
  font-size: 1.1rem;
  font-style: italic;
  /* text-align: justify;
  hyphens: auto; */
  padding: .5rem 2rem 0.5rem 1rem;
}
@media (max-width: 960px) {
  .ft-collection #main .mod_article .ce_text {
    padding-bottom: 0;
  }
  .ft-collection #main .mod_article .ce_text p {
    font-size: 1rem;
    font-style: italic;
    /* text-align: justify;
    hyphens: auto; */
    padding: 0;
    margin-bottom: 0;
  }
}

/********************************************************************** GALLERY FLEX ****/
.xft-gallery .ce_gallery>ul {
  margin: 0;
  display:flex;
  flex:1 1 auto;
  justify-content: center;
  align-items: center;
  flex-flow:row wrap;
}
.xft-gallery .ce_gallery>ul li {
  padding: 0;
  flex-basis: 10%;
}
.xft-gallery .ce_gallery>ul figure { text-align:center; }
.xft-gallery .ce_gallery>ul img { width:auto; max-width:100%; max-height:5em; }
.xft-gallery .ce_gallery>ul li figure img { object-fit:scale-down; }

@media screen and (max-width: 768px) {
	.xft-gallery .ce_gallery>ul li {
		padding: 0;
		flex-basis: 25%;
	}
}
/********************************************************************** GALLERY FLEX ****/
.ce_gallery.xft-gallery > ul {
  margin: 0;
  display:flex;
  flex:1 1 auto;
  justify-content: center;
  align-items: center;
  flex-flow:row wrap;
}
.ce_gallery.xft-gallery > ul li {
  padding: 0;
  flex-basis: 10%;
}
.ce_gallery.xft-gallery > ul figure { text-align:center; }
.ce_gallery.xft-gallery > ul img { width:auto; max-width:100%; max-height:5em; }
.ce_gallery.xft-gallery > ul li figure img { object-fit:scale-down; }

@media screen and (max-width: 768px) {
	.ce_gallery.xft-gallery > ul li {
		padding: 0;
		flex-basis: 25%;
	}
}

/******************************************************************** GALLERY STONES ****/
.ce_gallery.yft-gallery > ul
{
  margin: 0;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-start;
  align-items: baseline;
  flex-flow: row wrap;
}

.yft-gallery .caption {
  line-height: 1;
  padding-top: 0.5rem;
  font-size: 0.9rem;
}

/***************************************************************************** MODAL ****/
/*
.modal-element button#modal-button--1705270325 {
  padding: 1rem;
  border-radius: 0;
  border: 0;
}
*/
[id^="modal-button-"] {
  padding: 1rem;
  border-radius: 0;
  border: 0;
  margin-top: 1rem;
}
[id^="modalContent-"] {
  padding: 1rem;
}
.modal-content {
  padding: 1rem;
}

/*************************************************************************** OPTIONS ****/
.mod_iso_productreader .options {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/******************************************************************** TEASER + IMAGE ****/
@media screen and (min-width: 768px) {
	.ce_ct_teaserBox.with-image .text {
		width: 65%;
		padding-right: 5%;
	}
	.ce_ct_teaserBox .inside .text {
		font-size: 1.25rem;
	}
	.ce_ct_teaserBox.with-image figure {
		width: 35%;
	}
	.ce_ct_teaserBox.with-image figure img {
		width: 100%;
	}
}

/******************************************************************* SLIDER FEATURED ****/
.swiper-container .product_list.columns {
  margin-left: 0;
}
@media (max-width: 960px) {
	.swiper-container .mod_iso_productlist .product.column,
	.swiper-container  .mod_iso_relatedproducts .product {
		padding-left: 0;
	}
}
.mod_iso_productlist.block.swiper-slide.swiper-slide-active,
.mod_iso_productlist.block.swiper-slide.swiper-slide-duplicate.swiper-slide-active,
.mod_iso_productlist.block.swiper-slide.swiper-slide-prev.swiper-slide-duplicate-next,
.mod_iso_productlist.block.swiper-slide.swiper-slide-duplicate.swiper-slide-next.swiper-slide-duplicate-prev {
  padding: 0;
  margin: 0;
}
.swiper-container .product.new.product_0.product_even.product_first.product_last.column.col-4.col-lg-6.col-sm-12 {
  width: 100%;
}
@media (min-width: 960px) {
  .swiper-container .mod_iso_productlist .product .offer > .price {
    width: calc(100% - 75px) !important;
  }
}

.swiper-container .mod_iso_productlist img {
  min-width: 100%;
  /* height: 100%;
  max-height: 800px; */
  height: 600px;
}

@media screen and (max-width: 599px) {
  .swiper-container .mod_iso_productlist img {
    height: 180px;
  }
}

/** COLLECTION COVER HIGH **/

.coverhigh .caption {
  display: block;
  margin-top: -7rem;
  margin-left: 2rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 400;
  text-shadow: 0 0 5px var(--ft-darkgrey);
  color: var(--ft-white);
}
@media (max-width: 960px) {
  .coverhigh .caption {
    margin-top: -5rem;
    margin-left: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
    text-shadow: 0 0 5px var(--ft-darkgrey);
  }
}

.coverhightmp .caption {
  font-size: 2rem;
  color: var(--ft-black);
}
@media (max-width: 960px) {
  .coverhightmp .caption {
    font-size: 1.5rem;
  }
}

/***************************************************************************** EMOJS ****/
.ft-emojs, .ft-plus, .ft-check {
  width: 100%;
  margin: 0 auto;
}
.ft-check {
  padding-top: 1rem;
}
.ft-emojs img,
.ft-plus img,
.ft-check img {
  width: 32px;
  height: 32px;
  display: block;
  margin: auto;
}
.ft-emojs p,
.ft-plus p {
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 200;
  padding: 0;
  line-height: 1;
}
.ft-check p {
  font-family: 'Roboto';
  font-size: .75rem;
  font-weight: 200;
  /* font-style: italic; */
  padding: 0;
  line-height: 1;
  margin-left: -0.5rem;
}

/* SHOP LINK */
.ft-shoplink {
  padding: 1rem;
  text-align: center;
}
.ft-shoplink a  {
  padding: .75rem;
  border: 1px solid var(--ft-gold);
  background-color: var(--ft-gold);
  color: var(--ft-black)!important;
}
.ft-shoplink a:hover  {
  padding: 1rem;
  border: 1px solid var(--ft-gold);
  background-color: var(--ft-white);
  color: var(--ft-gold)!important;
}

/* BY */
.ft-by {
  padding-bottom: 0;
}
.ft-by p {
  padding-left: 1rem;
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 200;
  padding: 0 1rem;
  line-height: 1;
}

/* PRODUCT READER DESC */
.mod_iso_productreader .description p {
  padding: 0;
  margin: 0;
  padding-bottom: 0.25rem;
}
.mod_iso_productreader .description p:first-child {

}

/* COLLECTION LIST */
#ft-collection-list .image_container img {
  height: 50px;
  opacity: 90%;
}
/**** MEDIA QUERY ****/
@media screen and (max-width: 600px) {
  #ft-collection-list .ce_hyperlink.teaser .caption,
  #ft-collection-list .ce_hyperlink.teaser.col-6 .caption {
    position: absolute;
    margin: 0;
    font-size: 1.25rem;
  }
}

.ft-collection-main {
  padding-left: 15px;
  padding-right: 15px;
}

/* SOCIAL LINKS */
.ft-linx {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
.ft-linx a {
  padding: 0 1rem;
}
.ft-linx a img {
  width: 50px;
}

/* DISCOUNT */
@media (max-width: 960px) {
	.mod_iso_productlist.ft-discount .product.column {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.mod_iso_productlist.ft-discount .product.column:first-child {
		padding-left: 1rem;
		padding-right: .5rem;
	}
	.mod_iso_productlist.ft-discount .product.column:last-child {
		padding-left: .5rem;
		padding-right: 1rem;
	}
}
.mod_iso_productlist.ft-discount {
  margin-top: 0;
}
.original_price strike {
  font-size: 1rem !important;
}

/* FEATURED */
@media (max-width: 960px) {
  /*
  	.mod_iso_productlist.ft-featured .product.column {
		padding-left: 1rem;
		padding-right: 1rem;
	}
  */
  .mod_iso_productlist.ft-featured .product_even {
		padding-left: 1rem;
		padding-right: .5rem;
	}
	.mod_iso_productlist.ft-featured .product_odd {
		padding-left: .5rem;
		padding-right: 1rem;
	}
}
.mod_iso_productlist.ft-featured {
  margin-top: 0;
}

/* CTA */
.ft-cta {
  padding-top: 0;
}

/* FADING */
@keyframes fadeIn { 
  from { opacity: 0; } 
}
.ft-flicker {
    animation: fadeIn 10s infinite alternate;
}

/* DISCOUNT */
.mod_iso_productlist .product .original_price strike,
.mod_iso_productreader .original_price strike {
  color: #ff4444;
  padding-right: 10px;
  font-size: 22px;
}

/* SHOP BOTTEGA */

#ft-swiper-shop {
  /* max-width: 100vw; */
  padding: 0;
}
/*
#ft-swiper-shop tr {
  line-height: 0.1;
}
#ft-swiper-shop iframe {
}
#ft-swiper-shop .ft-table-map {
  padding-right: 1em;
}
#ft-swiper-shop table td {
  padding-right: 1em;
}
*/
.ft-location-hours {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  max-width: 760px;
  margin: 1.5rem auto;
}

.ft-location-map {
  flex: 1 1 50%;
}

.ft-location-map iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
}

.ft-opening-hours {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
}

.ft-hours-table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

.ft-hours-table caption {
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 700;
}

.ft-hours-table th,
.ft-hours-table td {
  padding: 0;
  border: 0;
  text-align: left;
  vertical-align: top;
}

.ft-hours-table th {
  width: 45%;
  padding-right: 1rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .ft-location-hours {
    flex-direction: column;
    gap: 1.5rem;
    max-width: 100%;
    padding: 0 1rem;
  }

  .ft-location-map,
  .ft-opening-hours {
    width: 100%;
  }

  .ft-location-map iframe {
    height: 260px;
  }
}