/* Scss Document */
@import url("https://use.typekit.net/awi6xlt.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
/* Base colors */
/* Transitions */
/* Scss Document */
/* Navbar toggler */
.navbar-toggler { border: none; background: transparent !important; padding: 10px 0 !important; outline: none !important; font-size: 3em !important; outline: 0 !important; box-shadow: none; }
.navbar-toggler:focus { outline: none !important; outline: 0 !important; box-shadow: none; }

/* Logo */
.logo { height: 65px; margin: 15px auto; width: auto; max-width: 100%; -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
.logo:hover { -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9; }

/* Navbar */
header { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
header.is-hidden { -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }
header.is-hidden .logo-wrapper { top: -40px; }
header .navbar { background-color: #656e70; padding: 0 30px; -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
header .navbar-brand { padding: 0; margin: 0; }

/* Top Navbar */
.navbar.top-navbar .nav-item .nav-link { font-family: azo-sans-web, sans-serif; color: #656e70; padding: 10px 15px; margin: 0; position: relative; font-size: 14px; font-weight: 400; text-transform: uppercase; -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
.navbar.top-navbar .nav-item .nav-link.active { color: #ccab66 !important; text-decoration: none !important; }
.navbar.top-navbar .nav-item .nav-link:hover, .navbar.top-navbar .nav-item .nav-link:focus { color: #ccab66 !important; text-decoration: none !important; }
.navbar.top-navbar .nav-item:hover { color: #ccab66 !important; }
.navbar.top-navbar .nav-item:hover .nav-link { color: #ccab66 !important; }
.navbar.top-navbar .nav-item.icon .nav-link.icon-link { padding: 0 !important; margin: 8px 7px !important; }
.navbar.top-navbar .nav-item.icon .nav-link.icon-link .bi { font-size: 1.6em !important; color: #656e70; padding: 15px 0; }
.navbar.top-navbar .nav-item.icon .nav-link.icon-link .bi:hover { color: #ccab66; }

/* Main Navbar */
.navbar.main-navbar .nav-item .nav-link { font-family: azo-sans-web, sans-serif; color: #e8ecec; padding: 16px 16px; margin: 0; position: relative; font-size: 14px; font-weight: 400; text-transform: uppercase; -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
.navbar.main-navbar .nav-item .nav-link.active { color: #ccab66 !important; text-decoration: none !important; }
.navbar.main-navbar .nav-item .nav-link:hover, .navbar.main-navbar .nav-item .nav-link:focus { color: #ccab66 !important; text-decoration: none !important; }
.navbar.main-navbar .nav-item:hover { color: #ccab66 !important; }
.navbar.main-navbar .nav-item:hover .nav-link { color: #ccab66 !important; }
.navbar.main-navbar .nav-item.icon .nav-link { margin: 0 5px; }
.navbar.main-navbar .nav-item.color-primary .nav-link { color: #ccab66 !important; }
.navbar.main-navbar .nav-item.color-primary .nav-link:hover, .navbar.main-navbar .nav-item.color-primary .nav-link:focus { color: #fff !important; }

/* Mobile Nav */
.widget_search #s { width: 50% !important; float: left; }

.widget_search #searchsubmit { width: 40% !important; float: left; margin-left: 15px; background: #ccab66 !important; }

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1400px) { .logo { height: 60px; }
  .nav-link { margin: 0 15px; font-size: 15px; } }
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { .logo { margin: 5px 0; }
  .nav-link { margin: 0 12px; font-size: 14px; }
  /* Main Navbar */
  .navbar.main-navbar .nav-item .nav-link { padding: 14px 14px; font-size: 14px; } }
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) { .logo { height: 45px; margin: 12px 0; }
  header .navbar { padding: 0 15px; }
  .nav-link { text-align: left; margin: 0 !important; border-bottom: 1px solid #bac2c3; display: block; font-size: 14px !important; padding: 10px 0 !important; } }
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { /* Navbar toggler */
  .navbar-toggler { font-size: 2.5em !important; }
  .logo { height: 45px; } }
/* Extra Small devices (smartphones, 480px and up) XS */
@media (max-width: 480px) { /* Navbar toggler */
  .navbar-toggler { font-size: 2em !important; } }
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
/* Scss Document */
.hero { height: 100vh; background: url(../images/home-cover.jpg) no-repeat top right scroll; background-size: cover; /* Mouse scroll icon */ }
.hero .scroll-downs-wrapper { position: absolute; text-align: center; bottom: 100px; left: 0; right: 0; }
.hero .scroll-downs { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 34px; height: 55px; }
.hero .mousey { width: 3px; padding: 10px 15px; height: 35px; border: 2px solid #e8ecec; border-radius: 25px; opacity: 0.75; box-sizing: content-box; }
.hero .scroller { width: 3px; height: 10px; border-radius: 25%; background-color: #ccab66; animation-name: scroll; animation-duration: 2.2s; animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94); animation-iteration-count: infinite; }
@keyframes scroll { 0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0; } }
/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra Small devices (smartphones, 480px and up) XS */
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
/* Scss Document */
body { font-weight: 400; }

p, li { line-height: 1.5em; }

p.lead { line-height: 1.5em; font-weight: 300; }

b, strong { font-weight: 500; }

.primary-font { font-family: azo-sans-web, sans-serif; }

.secondary-font { font-family: azo-sans-web, sans-serif; }

h1 { font-family: azo-sans-web, sans-serif; font-weight: 500; color: #ccab66; line-height: 1.15em; }

h2 { font-family: azo-sans-web, sans-serif; font-weight: 500; color: #ccab66; line-height: 1.15em; }

h3 { font-family: azo-sans-web, sans-serif; font-weight: 500; color: #ccab66; line-height: 1.15em; }

h4 { font-family: azo-sans-web, sans-serif; font-weight: 500; color: #ccab66; line-height: 1.15em; }

h5 { font-family: azo-sans-web, sans-serif; font-weight: 500; color: #ccab66; line-height: 1.15em; }

h6 { font-family: azo-sans-web, sans-serif; font-weight: 500; color: #ccab66; line-height: 1.15em; }

h1 span.display-5, h1.display-5, .display-5 { line-height: 1.15 !important; font-weight: 500; }

h1 span.display-4, h1.display-4, .display-4 { line-height: 1.15 !important; font-weight: 500; }

h1 span.display-3, h1.display-3, .display-3 { line-height: 1.15 !important; font-weight: 500; }

h1 span.display-2, h1.display-2, .display-2 { line-height: 1.15 !important; font-weight: 500; }

h1 span.display-1, h1.display-1, .display-1 { line-height: 1.15 !important; font-weight: 500; }

.nowrap { white-space: nowrap; }

.small { font-size: 0.9em; }

.x-small { font-size: 0.75em; }

a { color: #ccab66; text-decoration: none; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; }

a:hover, a:focus { color: #656e70; text-decoration: none; }

h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus { text-decoration: none !important; }

/* FW */
.fw-100 { font-weight: 100; }

.fw-200 { font-weight: 200; }

.fw-300 { font-weight: 300; }

.fw-400 { font-weight: 400; }

.fw-500 { font-weight: 500; }

.fw-600 { font-weight: 600; }

.fw-700 { font-weight: 700; }

.fw-800 { font-weight: 800; }

.text-uppercase { text-transform: uppercase; }

.small { font-size: 0.9em; }

.extra-small { font-size: 0.75em; }

.letter-spacing { letter-spacing: 0.1em; }

/* COLORS */
.color-white { color: #fff !important; }

.color-light { color: #e8ecec !important; }

.color-light-alt { color: #bac2c3 !important; }

.color-dark { color: #000000 !important; }

.color-default { color: #656e70 !important; }

.color-primary { color: #ccab66 !important; }

.color-secondary { color: #656e70 !important; }

a.color-white { color: #fff; }

a.color-white:hover, a.color-white:focus { color: #e8ecec !important; }

a.color-light { color: #e8ecec; }

a.color-light:hover, a.color-light:focus { color: #fff !important; }

a.color-default { color: #656e70; }

a.color-default:hover, a.color-default:focus { color: #ccab66 !important; }

a.color-primary { color: #ccab66; }

a.color-primary:hover, a.color-primary:facus { color: #656e70 !important; }

a.color-secondary { color: #656e70; }

a.color-secondary:hover, a.color-secondary:focus { color: #ccab66 !important; }

@media (max-width: 1200px) { html { font-size: 0.95em; } }
@media (max-width: 992px) { html { font-size: 0.9em; } }
@media (max-width: 768px) { html { font-size: 0.85em; } }
@media (max-width: 576px) { html { font-size: 0.8em; }
  .titolo-corso-offerte { transform: rotate(180deg); transform-origin: center center; -ms-transform: rotate(180deg); -ms-transform-origin: center center; -moz-transform: rotate(180deg); -moz-transform-origin: center center; -webkit-transform: rotate(180deg); -webkit-transform-origin: center center; -o-transform: rotate(180deg); -o-transform-origin: center center; white-space: nowrap; writing-mode: tb-rl; } }
/* Scss Document */
/* Top Link Wrapper */
#top-link-wrapper { position: fixed; z-index: 999999; background: transparent; bottom: 20px; right: 20px; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); border-radius: 50%; border: 1px solid #ccab66; }
#top-link-wrapper a { display: block; color: #ccab66; text-align: center; width: 40px; height: 40px; padding-top: 5px; -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); border-radius: 50%; }
#top-link-wrapper a:hover { background: #ccab66; color: #fff; padding-top: 3px; }
#top-link-wrapper.visible { -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

footer p { font-weight: 400; font-size: 0.9em; }

/* Widget menu */
.widget_nav_menu ul { list-style-type: none; margin: 0 0 30px; padding: 0; }
.widget_nav_menu ul li { list-style-type: none; margin: 0; padding: 1px 0; }
.widget_nav_menu ul li a { color: #e8ecec; font-weight: 400; font-size: 0.9em; text-transform: uppercase; }
.widget_nav_menu ul li a:hover { color: #fff; }
.widget_nav_menu ul li.current_page_item a { font-weight: 700; }

.wpml-ls-legacy-list-horizontal { border: 1px solid transparent; padding: 0; clear: both; display: inline-block; position: relative; top: -2px; }

.wpml-ls-legacy-list-horizontal > ul { display: inline-block; }

.wpml-ls-legacy-list-horizontal a { display: block; text-decoration: none; padding: 0 10px; line-height: 1; color: #e8ecec; }
.wpml-ls-legacy-list-horizontal a:hover { color: #fff; }

footer .wpml-ls-current-language a { font-weight: bold; }

@media (max-width: 768px) { /* Top Link Wrapper */
  #top-link-wrapper a { padding-top: 8px; }
  #top-link-wrapper a:hover { padding-top: 6px; } }
/* Scss Document */
/* Btn */
.btn { -webkit-border-radius: 25px !important; -ms-border-radius: 25px !important; border-radius: 25px !important; -moz-border-radius: 25px !important; border-width: 2px; padding: 8px 20px; font-weight: 600; -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }

.btn-sm { padding: 5px 15px; }

.btn-sm:hover { padding: 5px 18px; }

.btn-default, .btn-default:focus { background-color: transparent; border-color: #fff; color: #fff; }

.btn-default:hover { background-color: #fff; border-color: #fff; color: #ccab66; }

.btn-primary, .btn-primary:focus { background-color: #ccab66; border: none; color: #fff; }

.btn-primary:hover { color: #fff !important; background-color: #656e70; }

.btn-secondary, .btn-secondary:focus { background-color: #656e70; border-color: #656e70; color: #fff; }

.btn-secondary:hover { background-color: #ccab66; border-color: #ccab66; color: #fff; }

.btn-light, .btn-light:focus { background-color: #e8ecec; border-color: #e8ecec; color: #656e70; }

.btn-light:hover { background-color: #fff; border-color: #fff; color: #656e70; }

.btn-white, .btn-white:focus { background-color: #fff; border-color: #fff; color: #ccab66; }

.btn-white:hover { background-color: #e8ecec; border-color: #e8ecec; color: #ccab66; }

.btn-outline-light { border-color: #e8ecec; color: #e8ecec; }

.btn-outline-light:hover, .btn-outline-light:focus { background: none; color: #ccab66; box-shadow: inset 15em 0 0 0 #fff; }

.btn-outline-default { border-color: #656e70; color: #656e70; }

.btn-outline-default:hover, .btn-outline-default:focus { background: none; color: #ccab66; }

.btn-outline-primary { border-color: #ccab66; color: #ccab66; }

.btn-outline-primary:hover, .btn-outline-primary:focus { background: none; color: #fff; border-color: #ccab66; box-shadow: inset 15em 0 0 0 #ccab66; }

@-webkit-keyframes pulse { 0% { box-shadow: 0 0 0 0 #fff; } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 #fff; } }
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; }

.pace-inactive { display: none; }

.pace .pace-progress { background: #ccab66; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 1px; }

/* Scss Document */
.wpcf7 form.sent .wpcf7-response-output { background: #78BE00; border: none; padding: 20px; color: #fff; font-size: 1em; margin: 2em 0; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { background: #FFEA83; border: none; padding: 20px; color: #656e70; font-size: 1em; margin: 2em 0; }

.wpcf7 form.aborted .wpcf7-response-output { background: #dc3232; border: none; padding: 20px; color: #fff; font-size: 1em; margin: 2em 0; }

.wpcf7-not-valid-tip { color: #dc3232; font-size: 0.9em; font-weight: normal; display: inline-block; margin-top: 5px; }

/* Swiper */
.swiper-pagination-bullet { background: rgba(186, 194, 195, 0.4) !important; opacity: 1 !important; -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
.swiper-pagination-bullet.swiper-pagination-bullet-active { background: white !important; }

.swiper-button-next { cursor: pointer; color: #e8ecec !important; right: 30px !important; font-size: 0.8em !important; }

.swiper-button-prev { cursor: pointer; color: #e8ecec !important; left: 30px !important; font-size: 0.8em !important; }

/* Scss Document */
.table-dark { --bs-table-bg: $default-color; --bs-table-striped-bg: #2c3034; --bs-table-striped-color: #fff; --bs-table-active-bg: #373b3e; --bs-table-active-color: #fff; --bs-table-hover-bg: #323539; --bs-table-hover-color: #fff; color: #e8ecec; border-color: 1px solid rgba(232, 236, 236, 0.1); }

/* Scss Document */
/* Search form */
.searchform-wrapper { -webkit-border-radius: 25px !important; -ms-border-radius: 25px !important; border-radius: 25px !important; -moz-border-radius: 25px !important; border: #656e70 solid 1px; overflow: hidden; }

.btn-search { border: none !important; color: #656e70; }

.btn-search:hover, .btn-search:focus { background: none; color: #ccab66; }

.search-input { border: none !important; background: none !important; padding-left: 25px; }

.form-control:focus { border-color: none !important; box-shadow: none !important; }

/* Mini cart */
.woocommerce-mini-cart-item.mini_cart_item { list-style: none !important; display: block; }

.dropdown-toggle::after { display: none !important; }

.woocommerce-mini-cart__buttons .button.wc-forward { margin-right: 15px; margin-bottom: 15px; }

.woocommerce-mini-cart__total { margin: 10px 0; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img { float: left; margin-right: 15px; width: 50px; height: auto; }

ul.cart_list li img, ul.product_list_widget li img { float: left; margin-right: 15px; width: 50px; }

.woocommerce-mini-cart a.remove { float: right; }

.cart-contents-count { color: #fff; background-color: #656e70; border-radius: 10px; font-size: 10px; padding: 0 0 0 2px; width: 20px; height: 20px; text-align: center; line-height: 20px; font-weight: 700; position: relative; top: -2px; }

/* Products archive page */
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product { width: 32.5%; }

.woocommerce ul.products li.product .onsale { border-radius: 15px; -moz-border-radius: 0; background-color: #ccab66; color: #fff; line-height: normal; font-style: italic; min-height: 0; min-width: 0; margin: 0; right: auto; top: 15px; left: 15px; font-weight: 400; text-transform: uppercase; padding: 6px 12px; letter-spacing: 0; font-size: 0.7em; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 24.25%; margin-right: 1%; background: #fff; text-align: center; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; }

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last { margin-right: 0 !important; }

.woocommerce ul.products li.product { transform: scale3d(1, 1, 1); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; }
.woocommerce ul.products li.product:hover, .woocommerce ul.products li.product:focus { transform: scale3d(1.025, 1.025, 1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.woocommerce ul.products li.product a img { margin: 0 auto; position: relative; top: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; }

.woocommerce ul.products li.product .add_to_cart_button { font-size: 0.8em; border-radius: 20px; margin-bottom: 25px; margin-top: 0; border: none; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; }

.woocommerce ul.products li.product .add_to_cart_button:hover, .woocommerce ul.products li.product .add_to_cart_button:focus { background: #656e70; color: #e8ecec; }

.woocommerce ul.products li.product:hover .add_to_cart_button { bottom: 0; }

h2.woocommerce-loop-product__title { color: #656e70; font-size: 1.2em; text-transform: uppercase; font-weight: 400; }

.woocommerce ul.products li.product .price { color: #656e70; font-size: 0.9em; text-decoration: none; font-weight: 400; }

.woocommerce li.product span.price ins { color: #656e70; text-decoration: none; }

.woocommerce li.product span.price del { margin-right: 5px; font-weight: 400 !important; }

.woocommerce li.product span.price bdi { font-weight: 400; }

.woocommerce a.added_to_cart { padding-top: 0; font-size: 12px; text-transform: uppercase; margin-bottom: 0.5em; }

.woocommerce .added_to_cart.wc-forward { margin-left: 10px; display: inline-block; }

/* Pagination */
.woocommerce nav.woocommerce-pagination ul li { border-right: none; }

ul.page-numbers { border: none !important; color: #656e70; background: none !important; }
ul.page-numbers:hover { background: none !important; }

.woocommerce nav.woocommerce-pagination ul li span { display: inline-block; margin: 0 3px; }

.woocommerce nav.woocommerce-pagination ul li a { margin: 0 3px; }

.woocommerce nav.woocommerce-pagination ul li span.current { background: #ccab66 !important; color: #fff !important; border-color: #ccab66; }

/* Category item in archive page */
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce-loop-category__title { margin-bottom: 15px !important; }

.mark, mark { padding: .2em; background-color: #ccab66; color: #fff; }

/* Sidebar */
.card { border-radius: 0 !important; margin-top: -2px; }

.card-header, .card-header:first-child { border-radius: 0 !important; padding: 10px 15px; }

.card-body { padding: 10px 15px; }

.card .btn-sm { padding: 0 3px 3px !important; font-size: 21px !important; line-height: 16px !important; cursor: pointer; }

/* Single product page */
.woocommerce-page div.product div.summary { float: none; width: 100%; }

.woocommerce-page div.product div.images { float: none; width: 100%; }

.woocommerce .woocommerce-breadcrumb { font-size: 0.75em !important; text-transform: uppercase; letter-spacing: 0.07em; color: #656e70; }

.woocommerce .woocommerce-breadcrumb a { color: #656e70; }

.woocommerce .woocommerce-breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:focus { color: #656e70; }

.prev_next_buttons { font-size: 0.75em !important; text-transform: uppercase; letter-spacing: 0.07em; }

.prev_next_buttons a[rel="next"] { display: inline-block; margin-left: 15px; }

.woocommerce .product_title.entry-title { color: #656e70 !important; font-size: 1.8em; text-transform: uppercase; font-weight: 400; letter-spacing: 0; }

.woocommerce div.product p.price ins { color: #656e70; text-decoration: none; font-weight: 400; }

.woocommerce div.product p.price del { color: #656e70; margin-right: 5px; font-weight: 400; }

.woocommerce div.product span.price { color: #656e70; margin-bottom: 15px; font-weight: 400; }

.sku_wrapper { font-size: 0.9em; color: #656e70; }

.woocommerce div.product form.cart .button { border-radius: 20px; font-style: italic; border: none; background-color: #ccab66 !important; font-weight: 400 !important; color: #fff !important; padding: 12px 20px; text-transform: uppercase; font-size: 0.8em; letter-spacing: 0; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; }

.woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .button:focus { background-color: #656e70 !important; }

.woocommerce a.button { border-radius: 20px; font-style: italic; border: none; background-color: #ccab66 !important; font-weight: 400 !important; color: #fff !important; padding: 10px 20px; letter-spacing: 0; font-style: italic; font-size: 0.8em; text-transform: uppercase; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; }

.woocommerce a.button:hover, .woocommerce a.button:focus { background-color: #656e70 !important; }

.woocommerce span.onsale { border-radius: 0; -moz-border-radius: 0; background-color: #e8ecec; color: #656e70; line-height: normal; min-height: 0; min-width: 0; margin: 0; left: 30px; top: 15px; right: auto; font-weight: 400; text-transform: uppercase; padding: 6px 12px; letter-spacing: 0.15em; font-size: 0.7em; }

.woocommerce-message::before { color: #ccab66; }

.woocommerce-message { border-color: #ccab66; }

.woocommerce-info::before { color: #ccab66; }

.woocommerce-info { border-top-color: #ccab66; }

.woocommerce table.shop_attributes th { font-weight: 600; }

.woocommerce table.shop_attributes td { font-style: normal; }

.woocommerce-notices-wrapper { margin-top: 15px; }

.woocommerce div.product p.price { color: #ccab66; font-size: 1.4em; }

.product-tabs { margin-bottom: 45px; }
.product-tabs .nav-item .nav-link { text-transform: uppercase; letter-spacing: 0.07em; font-size: 0.8em; padding: 12px 25px; color: #ccab66; }
.product-tabs .nav-item .nav-link:after { content: ''; display: block; height: 1px; bottom: -10px; left: 0; right: 0; background: #ccab66; position: relative; -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
.product-tabs .nav-item .nav-link.active { color: #656e70; }
.product-tabs .nav-item .nav-link.active:after { background: #656e70; }

/*Checkout page */
.woocommerce button.button.alt { border-radius: 0; border: none; background-color: #ccab66 !important; color: #fff !important; padding: 15px 25px; text-transform: uppercase; font-size: 0.7em; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; }

/* Cart page */
.shop_table th { font-weight: 600; color: #ccab66; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { float: right; width: 95%; }

/* MyAccount page */
.woocommerce-MyAccount-navigation-link a::before { content: '' !important; }

.woocommerce-account .woocommerce-MyAccount-navigation { float: none; width: 95%; }

.woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }

/* Address */
.woocommerce-Address h3 { color: #ccab66; }

.woocommerce-Address .edit { margin: 10px 0; }

.woocommerce-account .addresses .title .edit { float: none !important; }

/* Forms */
.woocommerce form .form-row label { font-weight: 600 !important; margin-top: 15px; }

/* Checkout */
.woocommerce-checkout h3 { color: #ccab66; }

#order_review_heading { margin-top: 40px; }

/* Oreder rewiew */
.woocommerce-order h3, .woocommerce-order h2 { color: #ccab66; }

.wc-bacs-bank-details-account-name { font-size: 18px; font-weight: normal !important; color: #222 !important; }

.woocommerce-column--shipping-address h2.woocommerce-column__title { margin-top: 30px; }

/* Payment X Pay */
#payment .payment_methods li.wc_payment_method img { max-width: none !important; }

/* Price filter */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range { background-color: #656e70 !important; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { background-color: #4d5455; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background-color: #ccab66; }

.button.wp-element-button { font-size: 1em !important; font-weight: 400 !important; font-style: italic; text-transform: uppercase; -webkit-border-radius: 20px !important; -ms-border-radius: 20px !important; border-radius: 20px !important; -moz-border-radius: 20px !important; }

/* YITH WooCommerce Ajax Product Filter */
.yith-wcan-filters { background: none !important; margin: 0 !important; }
.yith-wcan-filters .filters-container .yith-wcan-filter h4 { color: #ccab66 !important; }
.yith-wcan-filters .filters-container .yith-wcan-filter .filter-items .filter-item { line-height: 1.8em; font-size: 0.9em; }
.yith-wcan-filters .filters-container .yith-wcan-filter .filter-items .filter-item.label { padding: 0 !important; -webkit-border-radius: 12px !important; -ms-border-radius: 12px !important; border-radius: 12px !important; -moz-border-radius: 12px !important; }
.yith-wcan-filters .filters-container .yith-wcan-filter .filter-items .filter-item.label a { display: inline-block; font-style: italic; text-transform: uppercase; padding: 10px; -webkit-border-radius: 12px !important; -ms-border-radius: 12px !important; border-radius: 12px !important; -moz-border-radius: 12px !important; }
.yith-wcan-filters .filters-container .yith-wcan-filter .filter-items .filter-item.label:hover:not(.with-image), .yith-wcan-filters .filters-container .yith-wcan-filter .filter-items .filter-item.label:focus:not(.with-image), .yith-wcan-filters .filters-container .yith-wcan-filter .filter-items .filter-item.label:active:not(.with-image) { background-color: #ccab66 !important; box-shadow: 0 0 0 1px #bf9640 !important; border-color: #ccab66 !important; }

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) { background-color: #ccab66 !important; box-shadow: 0 0 0 1px #997833 !important; }

.btn.btn-primary.yith-wcan-reset-filters.reset-filters { font-size: 0.9em; font-weight: 400; font-style: italic; text-transform: uppercase; }

html { -webkit-font-smoothing: subpixel-antialiased; height: 100%; }

body { color: #656e70; font-style: normal; font-family: azo-sans-web, sans-serif; overflow-x: hidden; overflow-y: auto; }

.transition-fade { -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); opacity: 1; position: relative; }

html.is-animating .transition-fade { opacity: 0; }

/* Footer */
.logo-footer { width: 100%; height: auto; max-width: 240px; }

/* list group */
.list-group-item { border: none; border-radius: 0 !important; padding: 0; background: none; margin: 0; }

.list-group-item a { color: #656e70; display: block; padding: 12px 0 !important; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s  ease-out; }

.list-group-item a:hover, .list-group-item a:focus { color: #ccab66; }

::selection { color: #e8ecec; background: #ccab66; }

.filter { background: rgba(17, 17, 17, 0.3); }

.filter-primary { background: rgba(204, 171, 102, 0.3); }

.rounded { -webkit-border-radius: 30px !important; -ms-border-radius: 30px !important; border-radius: 30px !important; -moz-border-radius: 30px !important; }

.rounded-sm { -webkit-border-radius: 15px !important; -ms-border-radius: 15px !important; border-radius: 15px !important; -moz-border-radius: 15px !important; }

.gradient-filter { background: #111; background: -moz-linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0.6) 50%, rgba(17, 17, 17, 0.1) 100%); background: -webkit-linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0.6) 50%, rgba(17, 17, 17, 0.1) 100%); background: linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0.6) 50%, rgba(17, 17, 17, 0.1) 100%); position: relative; -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); z-index: 2; padding: 0; }

/* Line */
.line { width: 80px; height: 8px; border-radius: 4px; -moz-border-radius: 4px; }

/* figure */
.box-item figure { overflow: hidden; position: relative; margin: 0; background: #ccab66; }
.box-item figure figcaption { text-align: center; font-size: 1.8em; position: absolute; top: 60%; left: 50%; margin-top: -20px; margin-left: -15px; color: #fff; opacity: 0; -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }
.box-item figure:hover figcaption { opacity: 1; -moz-opacity: 1; top: 50%; }
.box-item figure img { -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }
.box-item figure:hover img { -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); opacity: 0.3; -moz-opacity: 0.3; }

/* figure sezioni */
.box-cat-item figure { overflow: hidden; position: relative; margin: 0; background: #000000; }
.box-cat-item figure figcaption { font-size: 1em; padding-bottom: 15px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; align-items: end; color: #fff; -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); background: rgba(0, 0, 0, 0.6); }
.box-cat-item figure:hover figcaption { padding-bottom: 25px; }
.box-cat-item figure img { -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); filter: grayscale(1); opacity: 1; -moz-opacity: 1; }
.box-cat-item figure:hover img { -webkit-transform: scale3d(1.05, 1.05, 1); transform: scale3d(1.05, 1.05, 1); opacity: 0.3; -moz-opacity: 0.3; }

/* Box home bottom */
.pull-left { margin-left: -60px; }

/* Breadcrumbs */
.bg-primary .breadcrumb-item + .breadcrumb-item::before { color: #e8ecec; }
.bg-primary .breadcrumb-item.active { color: #fff; }

.bg-light .breadcrumb-item + .breadcrumb-item::before { color: #656e70; }
.bg-light .breadcrumb-item.active { color: primary-color; }

/* Badges */
.badge { -webkit-border-radius: 10px !important; -ms-border-radius: 10px !important; border-radius: 10px !important; -moz-border-radius: 10px !important; padding: 4px 15px; font-size: 0.65em; font-weight: 600; color: #e8ecec; }
.badge.bg-primary:hover { color: #fff; background: #656e70 !important; }

/* Pagination */
.page-numbers { padding: 6px 15px !important; border: 1px solid #656e70 !important; -webkit-border-radius: 40px !important; -ms-border-radius: 40px !important; border-radius: 40px !important; -moz-border-radius: 40px !important; color: #656e70; }
.page-numbers.current { background: #ccab66; color: #e8ecec !important; border: 1px solid #ccab66; }
.page-numbers:hover { background: #656e70; border: 1px solid #656e70; color: #fff; }

/* Bg */
.bg-white { background-color: #fff !important; }

.bg-light { background-color: #e8ecec !important; }

.bg-dark { background-color: #000000 !important; }

.bg-light-alt { background-color: #bac2c3 !important; }

.bg-light-light { background-color: #f4f7f8 !important; }

.bg-default { background-color: #656e70 !important; }

.bg-primary { background-color: #ccab66 !important; }

.bg-secondary { background-color: #656e70 !important; }

.bg-primary-80 { background: rgba(204, 171, 102, 0.8); }

/* Home page */
.home-page-content .cloud-bg { background: url(../images/cloud.svg); background-size: contain; background-position: left top; background-repeat: no-repeat; }
.home-page-content h1, .home-page-content h2, .home-page-content h3, .home-page-content h4, .home-page-content h5, .home-page-content h6, .home-page-content .h1, .home-page-content .h2, .home-page-content .h3, .home-page-content .h4, .home-page-content .h5, .home-page-content .h6 { color: #ccab66; }

.pull-top { margin-top: -60px; }

/* Parallax */
.parallax-element { background-repeat: no-repeat; background-position: center center; background-attachment: fixed; background-size: cover; }

/* Img tonda */
.circle { border-radius: 50% !important; }

/* text-container */
.text-container { max-width: 636px; display: inline-block; }

/* Articles pagination */
.pagination { margin-top: 30px; display: block; text-align: center; }

.pagination .nav-links { padding: 0; margin: 0; display: inline-block; }

.pagination .nav-links a, .pagination .nav-links span.current { margin: 0; padding: 2px 6px; display: inline-block; }

/* Opacity */
.o-50 { opacity: 0.5; -moz-opacity: 0.5; -webkit-opacity: 0.5; }

.transition { -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; }

.th { -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; }

.th:hover { opacity: 0.8; -moz-opacity: 0.8; }

/* Maps */
#map { width: 100%; height: 800px; }

/* Sidebar */
.card { border-radius: 0 !important; margin-top: -2px; }

.card-header, .card-header:first-child { border-radius: 0 !important; padding: 10px 15px; }

.card-body { padding: 10px 15px; }

.card .btn-sm { padding: 0 3px 3px !important; font-size: 21px !important; line-height: 16px !important; cursor: pointer; }

.collapse .p { display: inline-block; }

.collapse .m { display: none; }

.toggle-btn { float: right; display: block; transform: rotate(0); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; }

.toggle-btn:not(.collapsed) { transform: rotate(45deg); }

/* Contact Form */
.wpcf7-list-item { margin: 0; }

@media (max-width: 1200px) { /* text-container */
  .text-container { max-width: 546px; display: inline-block; } }
@media (max-width: 992px) { /* text-container */
  .text-container { max-width: 456px; display: inline-block; }
  /* Line */
  .line { width: 40px; height: 4px; border-radius: 2px; -moz-border-radius: 2px; } }
@media (max-width: 768px) { .text-container { max-width: none !important; display: inline-block; }
  .parallax-element { background-attachment: scroll !important; }
  .logo-footer { width: 100%; height: auto; max-width: 140px; }
  .pull-left { width: 90%; margin-top: -15px; margin-left: 15px; } }
