/*
Theme Name: Yli e Brici
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* GENERAL */

.scroll-container {
    overflow: hidden;
    max-width: 600px;
    white-space: nowrap;
  }
  
  .scroll-text {
    display: block; 
        -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    
    -moz-animation: my-animation 16s linear infinite;
    -webkit-animation: my-animation 16s linear infinite;
    animation: my-animation 16s linear infinite;
  }
  
  /* for Firefox */
  @-moz-keyframes my-animation {
    from { -moz-transform: translateX(100%); }
    to { -moz-transform: translateX(-150%); }
  }
  
  /* for Chrome */
  @-webkit-keyframes my-animation {
    from { -webkit-transform: translateX(100%); }
    to { -webkit-transform: translateX(-150%); }
  }
  
  @keyframes my-animation {
    from {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-150%);
      -webkit-transform: translateX(-150%);
      transform: translateX(-150%);
    }
}



/* PRODUCT PAGE */

.product_meta span.sku_wrapper, 
.product_meta span.posted_in {
    display: none;
}

a.bottonetaglie {
    background: #e5e5e53b;
    padding: 6px;
    margin: 10px 0px;
    width: 100%;
    position: relative;
    display: block;
    font-size: 14px;
    border-bottom: 1px dashed #e5e5e5;
}

a.add_to_wishlist.single_add_to_wishlist.button.alt {
    display: block;
    width: 34px!important;
    padding: 6px!important;
    height: 0px!important;
    border-radius: 48px;
    padding-left: 11px!important;
    text-align: center;
    font-size: 14px!important;
    line-height: 24px!important;
    max-height: 30px!important;
    margin: 0px!important;
}

/* FREE SHIPPING ALERT */
.free-shipping-alert {
  margin: 10px;
  border: 2px dashed #e4a99f;
  padding: 5px;
  text-align: center;
  background-color: #ffc7c73b;
}

.yith-wcwl-add-button {
  margin-bottom: 15px!important;
}

.product-gallery.col.large-6 .wishlist-icon {
  display: none;
}

/* CHECKOUT */
/*
label[for=payment_method_satispay]:before {
  content: "Paga con ";
}
*/
@media screen and (min-width:768px) {
label[for="payment_method_ppcp-gateway"] {
  position: absolute;
  display: inline!important;
  display: inline-flex;
  font-size: 14px;
}

img.ppc-logo {
  width: 46%;
}
form.checkout.woocommerce-checkout .large-5.col
.has-border {
  padding: 15px 18px 30px;
}}



form.checkout_coupon.woocommerce-form-coupon.has-border.is-dashed {
  display: block!important;
}

.message-container.container.medium-text-center {
  font-weight: 600;
}

.woocommerce-notices-wrapper 
.message-container.container.medium-text-center {
  font-weight: 400;
}


@media only screen and (max-width: 600px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

ul.nav.nav-center.nav-small.mobile-nav.nav-divided {
  width: 100vw!important;
}

.header-full-width .container {
  padding-bottom: 5px;
}
img.header_logo.header-logo {
  max-height: 50px!important;
}


/* HOME v-2*/


.banner-home-v2 .text {
  text-align: center!important;
}

.banner-home-v2 {
  padding-top: 0px !important;
    min-height: 700px !important;
}

.home-v2-parfume .banner {
  min-height: 700px;
}

}