body{
    font-size: 16px;
}

.slider_text {color:#000 !important; font-size:60px;}

.btn-primary:hover {
    background-color: #666;
}
.sartoria {color:#fff; padding-top:150px; padding-bottom:150px; font-size:30px;}

.text-shadow-title{
    text-shadow: 2px 2px 2px black !important;
}

.testo_home_slider{
    font-size: 15px;
}

/* SEO */

.h1-seo, .h2-seo {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: grey;
    margin: 5px;
}

.h3-seo{
    margin-bottom: 0 !important;
    font-weight: inherit!important;
    font-size: inherit !important;
    display: inline !important;
    font-family: inherit !important;
    color: inherit !important;
    text-transform: inherit !important;
}

/* TIMELINE */

.timeline {
  list-style: none;
  padding: 10px 0 10px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 0x;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 31px;
  left: 50%;
  margin-left: -10px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #008CBA !important;
}

.timeline-badge.success {
  background-color: #43AC6A !important;
}

.timeline-badge.warning {
  background-color: #E99002 !important;
}

.timeline-badge.danger {
  background-color: #F04124 !important;
}

.timeline-badge.info {
  background-color: #5BC0DE !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

/* END TIMELINE */

@media (max-width: 768px) {
.bottone_negozi {
    display: inline-block;
    position: relative;
    height: 65px;
    margin-top: 8px;
    margin-right: 12px;
    margin-bottom: 8px;
    padding: 0 22px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid transparent;
    border-radius: 22px;
    background-color: #d0775b;
    background-image: none;
    color: #606975;
    font-family: "Francois One",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .07em;
    line-height: 30px;
    white-space:inherit;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;color:#fff;
}
	
	body {
    background-position: center;
    background-color: #374250 !important;
    background-repeat: no-repeat;
    background-size: cover;
    /*color: #fff;*/
    font-family: "Francois One",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    line-height: 1.5;
}
	
	.offcanvas-container {
    visibility:visible;
}
	
	
}

.white {color:#fff;}

.testo_home {margin-top:50px; font-size:24px; line-height:1.5em; font-family: 'Francois One', sans-serif; color:#666; font-weight:100;}

.testo_home_1 {margin-top:30px; font-size:20px; line-height:1.5em; color:#333;}


.offcanvas-toggle::before {
    display: inline-block;
    font-family: feather;
    content: '\e129';
	color:#fff;
}

.gray {background-color:#efefef; padding-bottom:50px;}

.logo_header {max-height:100px; height:100px;}

.border_right {border-right:1px solid #ccc }

.testo_contatti {color:#333}

@media (max-width: 768px) {
	.testo_contatti {margin-top:30px;}
}

.product-gallery {
    padding-top: 15px;
}

.black {color:#000;}

.category-card-title_1 {text-transform:uppercase; margin-top:20px;}

.background_abbigliamento_donna {background-image:url(../img/28.jpg); background-size:contain; background-repeat:no-repeat; min-height:503px; padding-top:180px; margin-top:50px;}

.white {color:#fff; text-shadow:1px 1px 20px #000;}

.maiuscolo {text-transform:uppercase;}


.form_prodotto {color:#000; margin-top:30px;}



.input-group placeholder {color:#000;}


.navbar {
    min-height: 110px;
	background-color:#035a6d;
}


.site-logo {

    padding: 5px 0 5px 25px;


}


.logo_rotondo {width:100px; height:100px;}


.site-logo > img {

    width: 100px;

}


.site-menu ul > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}


.site-menu ul > li > a {
    padding: 0 10px;
}



.white_dot {color:#fff; font-size:12px;}


.hero-slider > .owl-carousel.dots-inside .owl-dots {

    background-color: #035a6d;
}

a:link.desktop_menu {color:#000;}


.site-footer {
    padding-top: 72px;
    background-color: #035a6d;
}

.playfair {font-family: 'Libre Caslon Display', serif; font-size:110%;}
.title .maiuscolo {font-family: 'Libre Caslon Display', serif; font-size:92%;}

.playfair_italic {font-family: 'Libre Caslon Display', serif; font-style:italic; line-height:0.7em; margin-top:40px;}


.slider_text_small {text-shadow:1px 1px 8px #000; font-size:35%;}

.slider_height {height:84vh;}

.slider_giovani {background-size:cover; background-position:top center}

@media (max-width: 768px) {
.slider_text_small {text-shadow:1px 1px 8px #000; font-size:35%; color:#fff;}
	.slider_height {width:100%; height:500px;}
	.slider_giovani {background-size:cover; background-position:20% 20%}
}


a.desktop-menu {
    text-decoration: none;
}
a.desktop-menu:hover {
    color: #9a5844;
}

.offcanvas-toggle.menu-open::before {
    display: inline-block;
    font-family: feather;
    content: '\d7';
	color:#fff;
}

a#writeus {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

ul.sub-menu {
    background-color: #035a6d;
}

.btn-whatsapp{
  display: block;
  position: fixed;
  left: 16px;
  bottom: -88px;
  width: 44px;
  height: 44px;
  transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
  border-radius: 50%;
  background-color: #25D366;
  color: #ffffff;
  font-size: 18px;
  line-height: 44px;
  opacity: 0;
  z-index: 2000;
  text-align: center;
  text-decoration: none;
}

.btn-whatsapp:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

.btn-whatsapp:focus, .btn-whatsapp:active {
  color: #ffffff;
}

.btn-whatsapp.visible {
  bottom: 14px;
  opacity: 1;
}

@media (max-width: 768px) {
  .btn-whatsapp {
    bottom: -72px;
    width: 36px;
    height: 36px;
    line-height: 37px;
  }
}

#hero-cerimonia-donna {
  background-image: url("/site_iyl/assets/img/autunno-inverno-23/slider-donna.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#hero-cerimonia-uomo {
  background-image: url("/site_iyl/assets/img/autunno-inverno-23/slider-uomo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#hero-curvy {
  background-image: url("/site_iyl/assets/img/autunno-inverno-23/slider-curvy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#hero-taglieforti {
  background-image: url("/site_iyl/assets/img/autunno-inverno-23/slider-taglieforti.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width:1055px) {
  #hero-cerimonia-donna, #hero-cerimonia-uomo, #hero-curvy,  #hero-taglieforti {
    background: none;
  }
}

@media (max-width: 991px) {
  .custom-testimonial-mobile {
    display: none;
  }
}

/* OWL CAROUSEL CATEGORIE */

.owl-carousel .item {
  margin: 5px;
}

.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-carousel .owl-nav button {
  background: transparent;
  border: none;
  color: #000;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  transition: 0.3s;
}

.owl-carousel .owl-nav button:hover {
  color: #555;
}

.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}

.owl-carousel .owl-nav .owl-next {
  right: 10px;
}

.ac-row {
  margin-right: 0;
  margin-left: 0;
}