/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css2?family=Galada&display=swap');

:root {
  --fucsia: #de2283;
  --white: #ffffff; 
}

@media (min-width: 1200px) {
    .container {
        width: 90%;
        max-width:1400px
    }
    }

@media (min-width: 769px) {
    .container {
        width: 100%;
    }
    } 


@media screen and (min-width: 768px) { /* stop subcategory depth at 2 for desktop, but allow mobile to expand accordingly */
    .top-menu[data-depth="2"]{
        display:none!important;
    }
}
.top-menu .sub-menu ul[data-depth="1"]>li{float:none;} /* removes left justification */
.top-menu .sub-menu {width: auto; min-width: auto;} /* removes full active area width from subcategory dropdown width */
.popover {left: unset;} /* removes the forcing of dropdown to left of page active area lets dropdowns align with top nav */
.top-menu .sub-menu ul[data-depth="1"]{clear: both;overflow: auto;max-height: 78vh;}




section.page-content {
padding: 0 !important;
}

#content.page-content p {
line-height: 1.5;
font-size: 1em;
}

#content.page-content ul, 
#content.page-content ol {
    line-height: 1.6;
    margin: 25px 0 25px 40px;
    font-size: 1em;
}
#content.page-content li {
    margin: 0 0 15px 0;
}


#wrapper .banner img {
    display: block;
    margin-bottom:1.5rem
    object-fit: cover;
    width: 100vw;
}

/*
 * HEADER
 */

#header {
    -webkit-box-shadow: 0 2px 25px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 25px 0 rgba(0,0,0,.08);
}

#header .social-icon-wrap{
  justify-content: center;
  margin: 14px 0 14px 10px;
  float: left;
    display: block;
    width: 200px;
}
#header .social-icon-wrap a span svg{
    fill: rgba(0, 0, 0, 0.6);
    max-width: 20px !important;
    max-height: 20px !important;
    margin: 0; 
}
#header .social-icon-wrap a span svg:hover{
  fill: var(--fucsia);
}
#header  .social-icon-wrap a span{
    margin: 5px; 
}
#header #_desktop_contact_link{
  margin: 0;
  float: left;
  display: inline;
}
#header #contact-link{
  border-right: 1px solid rgba(204, 204, 204, 0.54);
    padding-right: 15px;
}


#header .col-md-6.links{
    display: none;
}


/*
 * CONTENT
 */


#index #wrapper {
    padding-top: 0;
}

#wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background:#f7f7f7
}
.page-content.page-cms {
    padding: 1.25rem;
    text-align: justify;
    background:transparent 
}

.tutorial-box {
    display: flex;
    justify-content: center;
    margin: 80px 0;
}


.tutorial-immagine  {
    transition: transform .2s;
    transition-timing-function: ease-in-out;
}

.tutorial-immagine:hover {
    transform: scale(1.02);
}

.tutorial-immagine img {
    width: 70%;
    height: auto !important;
    display: block;
    background-color: white;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transform: rotate(5deg);
    display: inline-block;
    margin: 0;

}
.tutorial-immagine img {
align-content: end;

}

.tutorial-testo {
    text-align: left;
    color: #555;
    margin: 10px 0 10px 10%;
    align-self: center;
    width: 30%;
}

.tutorial-testo h3 {
    font-size: 30px !important;
    line-height: 1.2;
    font-weight: 400;
}
.tutorial-testo p {
    font-size: 18px !important;
    line-height: 1.4;
    font-weight: 300 !important;
}

@media (max-width:890px) {
.tutorial-box {
    display: block;
    justify-content: center;
    margin: 50px 0;
}
    .tutorial-testo {
    text-align: center;
    margin: 0 auto 50px auto;
    align-self: center;
    width: 90%;
}
    .tutorial-testo h3 {
    font-size: 25px !important;
}
    .tutorial-testo p {
    font-size: 16px !important;
}
}


/*
 * TITLES
 */



.ets_col_title{
    font-family: "Galada", cursive;
    font-style: normal;
    font-size: 27px !important;
    font-weight: 300;
    text-transform: none !important;
    color: var(--fucsia) !important;
    text-align: left;
}

.products-section-title
{
    font-family: "Galada", cursive;
    font-style: normal;
    font-size: 30px !important;
    font-weight: 300;
    text-transform: none !important;
    color: var(--fucsia) !important;
    text-align: center;
    margin: 80px 0 40px 0;
}
.products-section-title::before, .products-section-title::after {
    display: inline-block;
    content: "";
    border-width: 1px;
    border-style: solid;
    border-color: var(--fucsia);
    width: 20%;
    margin: 0 15px;
    transform: translateY(-10px);
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    margin: 6rem 0 3.5rem 0;
    font-weight: 300;
    text-align:center
}

@media only screen and (max-width: 890px) {

.products-section-title
{
    position: relative;
    margin: 40px 0;
}
    .products-section-title::before{
    display: none;
}
.products-section-title::after {
    display: block;
    content: "";
    border-width: 1px;
    border-style: solid;
    border-color: var(--fucsia);
    width: 100%;
    margin: 0;
    transform: none;
}
    
}


/*
 * BLOCKS HOME
 */
#blocks-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}

#blocks-home .blocks-card {
    width: 100%;
    transition: transform .2s;
    transition-timing-function: ease-in-out;
}

#blocks-home .blocks-card:hover {
    transform: scale(1.03);
}

#blocks-home .blocks-card .ets_baw_display_banner {
    position: relative;
    width: 100%;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2) !important;
    margin: 0;
}

#blocks-home .blocks-card .ets_baw_display_banner:hover {
    box-shadow: 3px 3px 20px rgba(213, 22, 82, 0.2) !important;
}

#blocks-home .blocks-card .ets_baw_display_banner img {
    border-radius: 2px !important;
    opacity: .9;
    background-color: white;
    object-fit: cover;
    width: 100vw;
}

#blocks-home .banner-description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.3) !important;
}

#blocks-home .banner-description h3 {
    text-wrap: nowrap;
    margin: 0;
}

#blocks-home .banner-description h3 b {
    background-color: rgba(255, 255, 255, 0.74);
    padding: 0 5px;
    border-radius: 2px;
    line-height: 1.7;
    text-align: center;
    color: var(--fucsia) !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    display: inline !important;
}

#blocks-home .banner-description p.btn-link {
    background: var(--fucsia) !important;
    margin: 20px 0 0 0;
    padding: 8px 0;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: block;
    box-shadow: none;
}

#blocks-home .banner-description p {
    color: black;
    background-color: rgba(255, 255, 255, 0.74);
    display: inline;
    padding: 0 5px;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    font-size: 15px;
}

#blocks-home .fa-angle-double-right::before {
    content: "\f101";
}

@media only screen and (max-width: 890px) {
    #blocks-home {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 30px;
    }
}

/*
 * COLLEZIONI
 */


#collection-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom:70px;
    margin-top: 30px;
}

#collection-home .collection-card {
position: relative;
    overflow: hidden;
}
#collection-home .collection-card .ets_baw_display_banner {
    margin-bottom: 0;
}

#collection-home .collection-card .banner_image_url {
    display: block;
    -webkit-transition: .3s;
    transition:.3s
}

#collection-home .collection-card img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    will-change: transform;
    width:100%
}
#collection-home .collection-card:hover img {
        -webkit-transform: scale(1.05);
        transform:scale(1.05)
    }

#collection-home .collection-card  .content_title_banner {
    position: absolute;
    display: inline;
    padding: 15px !important;
    margin: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.90);
    color: black;
    font-size: 25px;
    font-weight: 200;
}


#collection-home.attrezzature .collection-card  .content_title_banner {
    display: none;
}


@media (max-width:767px) {
#collection-home {
    grid-template-columns: 1fr;
}

}


.home_page.product_list .js-product-miniature {
        padding: 6px;
    background-color: transparent;
    }
.home_page.product_list .js-product-miniature a img {
        padding: 10px;
    margin-top:10px;
    background-color: transparent;
    }
.home_page.product_list .js-product-miniature div {
  border-radius: 8px;
    }




/*
 * FOOTER
 */


#footer {
    padding-top: 0;
}


.spedizione-gratuita{
    padding-bottom: 0;
    margin-bottom: 4.4rem;
    width: 100%;
    height: auto;
    place-content: center;
    display: flex;
        -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}

.spedizione-gratuita img{
object-fit: cover;
width: 100vw;
}

#footer .footer-container {
    border-radius: 95% 20% 0 0 / 30%;
    background: rgb(228, 90, 161);
    background: linear-gradient(90deg, rgba(228, 90, 161, 1) 0%, rgba(222, 34, 131, 1) 31%, rgba(208, 63, 137, 1) 69%, rgba(139, 18, 81, .8) 100%);
    width: 100%;
    height: 100%;
    padding: 80px;
    padding-top: 120px;
}



#footer .footer-container p.h3, #footer .footer-container .text-uppercase {
    font-family: "Galada", cursive !important;
    font-style: normal;
    font-size: 30px;
    text-transform: none !important;
    color: white !important;
}

#footer .footer-container p.h4 {
    font-family: "Galada", cursive !important;
    font-style: normal;
    font-size: 20px;
    text-transform: none !important;
    color: white !important;
}

#footer .footer-container ul li a {
    color: white !important;
}

#footer .footer-container .text-sm-center, #footer .footer-container .text-sm-center a, #footer .footer-container #contact-infos {
    color: white !important;
}

#footer .footer-container .text-sm-center a, 
#footer .footer-container #contact-infos a {
    color: white !important;
}


#contact-info-block {
    float: left;
    position: relative;
}

#contact-info-block li {
     margin-bottom:15px;

}
#contact-info-block .fa{
    margin: 0 20px 20px 10px;
    font-size: 20px;
    float: left;
    position: absolute;
    left: -50px;
 
}


#footer_sub_menu_2{
  display: flex;
  flex-direction: column;
    }
#footer_sub_menu_2 :nth-child(1) { order: 1; }
#footer_sub_menu_2 :nth-child(2) { order: 2; }
#footer_sub_menu_2 :nth-child(3) { order: 7; }
#footer_sub_menu_2 :nth-child(4) { order: 8; }
#footer_sub_menu_2 :nth-child(5) { order: 3; }
#footer_sub_menu_2 :nth-child(6) { order: 6; }
#footer_sub_menu_2 :nth-child(7) { order: 5; }
#footer_sub_menu_2 :nth-child(8) { order: 4; }




.footer-container .text-sm-center{
    font-size: 14px;
}

.social-icon-wrap a span svg{
    fill: white;
    max-width: 25px !important;
    max-height: 25px !important;
    margin: 0; 
}

.social-icon-wrap a.Facebook-icon span svg{
    max-width: 25px !important;
    max-height: 21px !important;
    margin-top: 2px;
}

.social-icon-wrap a span{
    margin: 20px; 
}
.social-icon-wrap a {
    margin: 0 0 0 0;

}
.social-icon-wrap{
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

.social-icon-wrap svg:hover {
     fill: rgba(255, 255, 255, 0.8);
}

#footer .footer-container .material-icons {
    color: white;
}

.Porfesr {
    display: flex;               
    justify-content: center;     
    align-items: center;         
    height: 100%;
    margin-bottom: 20px;

}

.Porfesr img {
    max-width: 500px;         
    height: auto;
}



@media (max-width:767px) {
    
    #footer .footer-container {
    border-radius: 0% 20px 0 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    padding-top: 60px;
}
    .footer-container .links ul {
        background-color: transparent;
                margin-bottom: 20px !important;
    }
    .footer-container .links .h3 {
        font-size: 1.2rem;
        line-height: 1.5;
        color: white;
        font-weight: 800;
        top: 60px !important;
    }
        .footer_sub_menu_2 {
        margin-bottom: 60px !important;
            display: block;
    }
}




/*
 * SLIDER
 */

.carousel .carousel-item .caption {
    position: absolute;
    bottom: 70px;
    left: 80px;
    max-width: 340px;
    color: #fff;
}


.carousel .carousel-item .caption .display-1 {
    font-size: 3rem;
    font-weight: 700;
    font-family: "Galada", cursive;
    text-transform: unset !important;
}

.carousel .carousel-item .caption-description p {
line-height: 1.5;
}



/*
 * THEME COLOuRS
 */

#header a:hover {
    color: var(--fucsia);
}

#header .top-menu a[data-depth="0"]:hover, a:hover {
    color: var(--fucsia);
}

a {
    color: var(--fucsia);
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
    background: var(--fucsia);
}

.btn-primary {
    color: #fff;
    background-color: var(--fucsia);
    border-color:rgba(0, 0, 0, 0)
}

.btn-primary:hover {
    color: #fff;
    background-color: #cb3065;
    border-color:rgba(0, 0, 0, 0)
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #cb3065;
    border-color:rgba(0, 0, 0, 0)
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e219c1;
    border-color: rgba(0, 0, 0, 0);
    background-image:none
}

.product-flags li.product-flag {
    background-color: var(--fucsia);
}
#blockcart-modal .product-name {
    color: var(--fucsia);
}
.tabs .nav-tabs .nav-link.active {
    color: var(--fucsia);
}

.tabs .nav-tabs .nav-link.active,.tabs .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: var(--fucsia) 3px solid;
}
.product-miniature .highlighted-informations .quick-view:hover {
    color: var(--fucsia);
}

.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    background-color: var(--fucsia);
}


/*
 * SMART DISCOUNT
 */

.has-discount .discount {
    background: var(--fucsia) !important;
}

.ets-sd-countdown.normal .clock-group {
    background: rgba(255, 157, 207, 0.33);
    color: var(--fucsia);

}
.ets-sd-countdown.normal .clock.normal-clock .clock-group {
    border-radius: 4px;
}

/*
 * SOCIAL
 */


#custom-text {
    clear: both;
    padding: 0;
    margin-top: 0 !important;
    background: transparent;

}

.fb-container{
    width: 31.3%;
    margin-bottom: 100px;
    float: left;
    margin: 0 3%;
    background-color: #fff;
    overflow: auto;
}

.fb-container iframe{
    min-height: 430px;
    padding: 30px;
}


.blog-container{
    width: 31.3%;
    margin-bottom: 100px;
    float: left;
    margin: 0;
    background-color: #fff;
    overflow: auto;
}
.blog-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;

}

.block_instagram{
    width: 31.3%;
    margin-bottom: 100px;
    float: left;
}

.ph-insta-follow-us {
    color: #fff;
    background: var(--fucsia);
        margin-bottom: 10px;
    text-transform: uppercase;

}

.ph-insta-follow-us:hover {
    color: #fff;
    background: #b92370;
}

#Home_instagram {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin: 0 !important;
}

body #Home_instagram li {
    padding: 5px;
    width: auto;
    margin: 0 !important;
}

#Home_instagram .ybc_instagram_fancy > img {
    object-fit: cover;
    height: 100px;
}

.block_instagram .top_instagram_follow .title-block{
display: none;
}
.block_instagram .top_instagram_follow .ph-insta-display-name{
    color: var(--fucsia);
    font-weight: 700;
    line-height: 2.5;
    font-size: 1rem;
}


@media only screen and (max-width: 890px) {

.fb-container{
    width: 80%;
    float: none;
    margin: 20px auto;
    background-color: #fff;
    overflow: auto;
}


.blog-container{
    width: 80%;
    float: none;
    margin: 0 auto !important;
    background-color: #fff;
    overflow: auto;
}
.blog-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;

}

.block_instagram{
    width: 80%;
    margin: 0 auto;
    float: none;
}

    
}

/* VARIE */


.product-container .product-price {
    font-size: 1.6rem;
    color: #333;
    margin: 0;
    font-weight: 500;
}

.product-container h1 {
    font-size: 1.8rem;
    color: #333;
    margin: 0 0 25px 0;
    font-weight: 500;
    text-transform: none
}

.product-container .tax-shipping-delivery-label {
    font-size: .8rem;
    color: #888;
    margin: -5px 0 25px 0;
    font-weight: 500;
    text-transform: none
}

#pagenotfound .page-not-found, #products .page-not-found {
    max-width: 90%;
    padding: 1rem;
    margin: 0 auto;
    overflow: auto;
    font-size: .975rem;
    color: #404040;
    background: transparent;
}


.blockreassurance_product .item-product {
    display: inline-block;
    height: 50px;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
    width: 55px;
}



.blockreassurance_product .block-title{
    font-size: 18px !important;
    line-height: 1.6;
    font-weight: 400 !important;
    display: block;
}

.blockreassurance_product p {
    font-size: 14px !important;
    line-height: 1.4;
    font-weight: 300 !important;
    display: block;
}

.blockreassurance_product .item-product svg {
    width: 50px;
}

.blockreassurance_product .item-product svg #pack2_carrier path {
    fill: var(--fucsia) !important;
}

.social-sharing ul {
    display: flex;
    margin-left: 10px;
}


/* form MC cucito */

#newsletter-cucito div#mc_embed_signup {
    width: 70%;
    padding: 20px;
    margin: 40px auto;
    background-color: #fbfbfb;
    -moz-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.31);
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.31);
    border: 1px solid #fff;
    border-radius: 5px;
    overflow: auto;
}

#newsletter-cucito #mc_embed_signup_scroll {
    width: 80% !important;
    max-width: 400px;
    margin: 0 auto !important;
    
}

#newsletter-cucito div#mc_embed_signup .indicates-required{
    font-size: 12px;
    margin: 0px 0 30px 20px;
    
}

#newsletter-cucito #mc_embed_signup_scroll h2 {
    color: var(--fucsia);
    font-size: 18px;
    margin: 30px 0 20px 0;
    text-align: center;
}

#newsletter-cucito div#mc_embed_signup input#mc-embedded-subscribe {
    margin: 30px auto;
    width: 40%;
    min-width: 200px;
    padding: 10px 25px;
    background-color: var(--fucsia) !important;
    border: none;
    border-radius: 4px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    text-align: center;
    
}

#newsletter-cucito div#mc_embed_signup input#mc-embedded-subscribe:hover {
    color: #fff;
    background-color: #cb3065 !important;
}

#newsletter-cucito #mc_embed_signup_scroll div input.rob {
    display: none;
}

section#main {
    padding-top: 10px !important;
}

#newsletter-cucito #mc_embed_signup_scroll div.mc-field-group label {
    margin-top: 20px;
    padding: 5px !important;
    min-width: 100px;
}

#newsletter-cucito #mc_embed_signup p.privacy-mc {

    margin-top: 0px;
    font-size: 14px;
    text-align: center;
}

#newsletter-cucito #mc_embed_signup_scroll div.mc-field-group input {
    margin-top: 20px;
    margin-left: 30px;
    padding: 5px;
}



.immagini-colonna {
    white-space: nowrap;
    background-color: transparent;
    display:block;
    width: 100%;
    margin: 30px auto 40px auto;


}
.immagini-colonna img {
    width: 50%;
    max-width: 700px;
    margin-right: 0px;
    height: auto;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
    border-right: 3px solid white
    
}
.immagini-colonna img:last-of-type {
    border: none
    
}

@media (max-width: 767.98px) {
    .immagini-colonna {
    white-space: wrap;


}
.immagini-colonna img {
    width: 100%;
    border-right: none;
    border-bottom: 3px solid white;
    
}
}


/* product-customizable - metraggio */

body.product-customizable #ppbs-widget #ppbs-area-price {
    display: none !important;
}

body.product-customizable .product-add-to-cart .product-quantity .qty,
body.product-customizable .product-add-to-cart .control-label {
    display: none !important;
}

body.product-customizable .product-add-to-cart button {
    margin: 20px 15px 20px 0;
}

body#cart .product-line-grid-body a[data-toggle="modal"], 
body#cart .product-line-grid-body .unit-price-cart{
display: none;
}
body#cart .product-line-grid-body .product-line-info {
margin: 0  0 5px 0
}

/* CART */


#header .header-nav .cart-preview.active {
  background: var(--fucsia);
}

.cart-item .price {
  color: var(--fucsia);
}

/* category */


#category .block-category {
    min-height: 20px;
}

#category #subcategories ul li:hover .subcategory-image {
display: none;
}
#category #subcategories ul li .subcategory-image {
display: none;
}
#category #subcategories ul li h5 a {
line-height: 1.5;
        white-space: nowrap;
}
#category #subcategories ul li:hover h5 a {
color: #fff !important;
  background-color: var(--fucsia);
    padding: 5px;
}
#category #subcategories ul li {
    text-align: left;
}



.ppbs-stock-quantity{
        font-weight: 600;
            padding: 10px 0 0 0;
    }


@media only screen and (max-width: 578px) {

.Porfesr img {
width: 90%;
    height: auto;
}

.cms-id-4 #main img {
width: 100%;
    height: auto;
}
    
.footer-container .container {
max-width: 95%;
}
    
.footer-container .text-sm-center{
padding: 0 10px;
}
.spedizione-gratuita img{
transform: scale(180%); 
}
.spedizione-gratuita {
margin-bottom: 10px; 
}

    #newsletter-cucito div#mc_embed_signup {
    width: 95%;
    padding: 5px;

}

#newsletter-cucito #mc_embed_signup_scroll {
    width: 100% !important;
    
}


#newsletter-cucito #mc_embed_signup_scroll h2 {
  	color: var(--fucsia);
    font-size: 18px;
    margin: 30px 0 20px 0;
    text-align: center;
}

#newsletter-cucito div#mc_embed_signup input#mc-embedded-subscribe {
    margin: 30px auto;
    width: 60%;
    
}

#newsletter-cucito div#mc_embed_signup input#mc-embedded-subscribe:hover {
    color: #fff;
    background-color: #cb3065 !important;
}

#newsletter-cucito #mc_embed_signup_scroll div input.rob {
    display: none;
}

section#main {
    padding-top: 10px !important;
}

#newsletter-cucito #mc_embed_signup_scroll div.mc-field-group label {
    margin-top: 20px;
    padding: 0px !important;
    width: 100%;
    text-align: center;
}

#newsletter-cucito #mc_embed_signup p.privacy-mc {

    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

#newsletter-cucito #mc_embed_signup_scroll div.mc-field-group input {
    margin: 10px auto 20px auto !important;
    width: 80%;
    padding: 5px;
    display: block;
}

}


.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
  background-color: var(--fucsia) !important;

}


/**
 * PPBS Cart Quantity Hider - Styles
 */

/* Stile per il testo "Quantità fissa" che sostituisce il selettore */
.ppbs-qty-fixed {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px; /* Stessa altezza del selettore originale */
}

.ppbs-qty-label {
    color: #7a7a7a;
    font-size: 0.85rem;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 4px;
}

.ppbs-qty-label i {
    color: #999;
}

.ppbs-qty-label:hover i {
    color: #333;
}

/* Tooltip nativo del browser - no JS aggiuntivo richiesto */
.ppbs-qty-label[title] {
    cursor: help;
}

