/*
 Theme Name:   Sfiabo Child
 Description:  Sfiabo Child Theme
 Author URI:   https://www.sfiabo.com
 Template:     sfiabo
 Version:      1.0.0
 Text Domain:  sfiabo
*/

/***  General ***/
.vc_btn3-container a.vc_general.vc_btn3.vc_btn3-size-md {
    background: #6b299a !important;
    border-radius: 0 !important;
}
.hide {
   transition: 0.5s;
   display: none;
}
/** Top Banner **/
.whb-top-bar {
    background: #6b299a;
    padding: 10px 0;
}
.top-banner {
    color: #fff;
    font-size: 1em !important;
    text-align: center;
}
.top-banner .code {
    color: #6b299a;
    font-size: 1.2em !important;
    text-align: center;
    background: #fff;
    padding: 3px 10px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
}

/*** Menu ***/
.viola.menu-item a span{
    color: #6b299a;
}
.menu-shop a span {
    color: #6b299a;
    font-weight: 500;
}

/* INIZIO  -------  Blak friday ------------ */

/* Checkout banner compatto (usato in functions.php) */
.bf-checkout-banner {
    background: linear-gradient(90deg,#0b0b0b 0%, #141414 50%, #0b0b0b 100%);
    border: 1px solid rgba(255,255,255,0.04);
    color: #fff;
    padding: 12px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: nowrap;
    box-shadow: 0 8px 24px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.02);
    transition: transform .18s ease, box-shadow .18s ease;
    font-size: 14px;
    margin-bottom: 40px;
}

/* subtle lift on hover/tap */
.bf-checkout-banner:hover,
.bf-checkout-banner:focus {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.02);
}

/* icon */
.bf-checkout-banner .bf-checkout-icon {
    font-size: 20px;
    line-height: 1;
    color: #ffd700;
    text-shadow: 0 2px 8px rgba(255,215,0,0.15);
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* main/sub stacked and aligned */
.bf-checkout-banner .bf-checkout-main,
.bf-checkout-banner .bf-checkout-sub {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.15;
}

/* container-like behavior without changing markup:
   keep texts grouped and aligned left while overall banner stays centered */
.bf-checkout-banner .bf-checkout-main {
    font-size: 16px;
    font-weight: 800;
    color: #ffd700;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

.bf-checkout-banner .bf-checkout-sub {
    font-size: 18px;
    color: rgba(255,255,255,0.92);
    opacity: 0.95;
}

/* expiry separated by a light divider and smaller */
.bf-checkout-banner .bf-checkout-expiry {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid rgba(255,255,255,0.06);
    font-size: 16px;
    color: rgba(255,255,255,0.82);
    opacity: 0.95;
    white-space: nowrap;
}

/* When reached state reduce emphasis on subtext but keep layout */
.bf-checkout-banner.bf-checkout-reached .bf-checkout-sub {
    opacity: 0.85;
    line-height: 1.25;
}

/* Responsive: stack vertically on small screens while keeping centered alignment */
@media (max-width: 520px) {
    .bf-checkout-banner {
        flex-direction: column;
        gap: 8px;
        padding: 12px;
        text-align: center;
    }
    .bf-checkout-banner .bf-checkout-icon {
        margin-bottom: 2px;
    }
    .bf-checkout-banner .bf-checkout-expiry {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        padding-top: 6px;
        border-top: 1px solid rgba(255,255,255,0.06);
        width: 100%;
    }
    .bf-checkout-banner .bf-checkout-main,
    .bf-checkout-banner .bf-checkout-sub {
        white-space: normal;
        width: 100%;
    }
}


/* Top bar blackfriday */
.bf-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #000000 0%, #1a1a1a 50%, #000000 100%);
    color: #ffffff;
    padding: 7px 0;
    text-align: center;
    z-index: 99999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.bf-top-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.2), transparent);
    animation: bf-shine 3s ease-in-out infinite;
}

.bf-top-bar-content {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.bf-icon-left, .bf-icon-right {
    font-size: 20px;
    animation: bf-pulse-icon 1.5s ease-in-out infinite;
}

.bf-text-main {
    color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    /* animation: bf-glow-text 2s ease-in-out infinite; */
    text-transform: uppercase;
}

.bf-text-sub {
    color: #ffffff;
}
/* black fridary */
/*body {
    padding-top: 45px !important;
}*/

@keyframes bf-shine {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

@keyframes bf-pulse-icon {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }
}

@keyframes bf-glow-text {
    0%, 100% {
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.5), 0 0 20px rgba(255, 215, 0, 0.3);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 215, 0, 0.8), 0 0 30px rgba(255, 215, 0, 0.5), 0 0 40px rgba(255, 215, 0, 0.3);
    }
}

@media (max-width: 768px) {
    .bf-top-bar {
        padding: 10px 5px;
    }
    
    .bf-top-bar-content {
        font-size: 13px;
        gap: 8px;
    }
    
    .bf-icon-left, .bf-icon-right {
        font-size: 16px;
    }
}
/* Space PG Badge Black Friday */
.space-pg-label {
    margin: 14px 0; 
    display:flex; 
    justify-content:flex-start; 
}
.space-pg-badge {
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding: 3px 24px;
    border-radius: 5px;
    overflow: visible;
    transform: translateZ(0);
    transition: transform .18s ease,
    box-shadow .18s ease;
    box-shadow: 0.5px 0.4px 3px 0.5px rgb(107 41 155);
}
.space-pg-emoji { 
    font-size:26px; 
    display:inline-block; 
    line-height:1; 
    transform-origin:center; 
    animation: space-pg-bounce 2.2s infinite;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}
.space-pg-text strong { 
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #000;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
@keyframes space-pg-bounce {
    0%,100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-8px) scale(1.05); }
}
/* Responsive */
@media (max-width:768px) {
    .space-pg-badge { padding:10px 14px; gap:8px; border-radius:10px; }
    .space-pg-emoji { font-size:18px; }
    .space-pg-text strong { font-size:13px; }
}

.black-friday-label-wrapper {
    margin: 20px 0;
    display: flex;
    justify-content: flex-start;
}

.black-friday-label {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    animation: pulse-shadow 2s ease-in-out infinite;
}

.black-friday-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shine 3s ease-in-out infinite;
}

.bf-icon {
    font-size: 28px;
    animation: pulse-icon 1.5s ease-in-out infinite;
    line-height: 1;
}

.bf-text {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bf-text strong {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    white-space: nowrap;
}

.bf-discount {
    font-size: 15px;
    font-weight: 900;
    color: #ffd700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    /* animation: glow 2s ease-in-out infinite; */
    white-space: nowrap;
}

.bf-minimum {
    font-size: 12px;
    font-weight: 400;
    color: #cccccc;
    font-style: italic;
    white-space: nowrap;
}

@keyframes pulse-shadow {
    0%, 100% {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(255, 215, 0, 0.4);
    }
    50% {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), 0 0 20px 8px rgba(255, 215, 0, 0);
    }
}

@keyframes pulse-icon {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

@keyframes glow {
    0%, 100% {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(255, 215, 0, 0.5);
    }
    50% {
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 215, 0, 0.8), 0 0 30px rgba(255, 215, 0, 0.6);
    }
}

@media (max-width: 768px) {
    .black-friday-label {
        padding: 10px 20px;
        gap: 10px;
    }
    
    .bf-icon {
        font-size: 24px;
    }
    
    .bf-text {
        gap: 8px;
    }
    
    .bf-text strong {
        font-size: 13px;
    }
    
    .bf-discount {
        font-size: 13px;
    }
    
    .bf-minimum {
        font-size: 11px;
    }
}
.bf-banner-cart {
    background: #000;
    color: #fff;
    padding: 15px; 
    text-align: center; 
    margin-bottom: 20px; 
    border-radius: 5px;
}
/*.woocommerce-checkout-review-order-table tr.fee th {
    background: black;
    color: #ffd800;
    border-radius: 30px;
    padding: 2%;
}*/
/** FINE --------- Black Friday **/

/* Homepage  2025 */
/*.marchi-forza-home .wd-brands {
    margin: 50px 0 !important;
}*/
.new-box-home {
    box-shadow: 0px 0px 10px #ededed;
}
.new-box-home .info-box-subtitle {
    color: #222 !important;
    font-size: 1.3rem;
}
.new-box-home .info-box-content a {
    background: #f9f9f9;
    border: 2px solid #6b299a;
    font-size: 1rem;
}
.new-box-home .info-box-content a:hover {
    border: 2px solid #fff;
    color: #6b299a;
}
.new-box-home .info-box-content {
    padding: 20px;
}
.new-box-home.wd-info-box .info-box-icon {
    border-radius: 10px 10px 0 0 !important;
}
.punto-forza-box {
    /*border: 1px solid #cdcdcd;*/
    border: 1px solid #eedafc;
    border-radius: 8px !important;
    height: 75px;
}
.punto-forza-box img {
    max-width: 60px !important;
}
.punto-forza-box .box-icon-wrapper {
    max-width: 30% !important;
}
.home .tutti-marchi-home a.vc_general.vc_btn3.vc_btn3-size-md {
    color: #fff !important;
    font-size: 1rem !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid transparent !important;
}
.home .tutti-marchi-home a.vc_general.vc_btn3.vc_btn3-size-md:hover {
    color: #6b299a !important;
    background: #fff !important;
    border: 2px solid #6b299a !important;
}
.home .h3-homepage {
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-family: 'Raleway', sans-serif;
}
.home .h3-homepage.bordo-giallo {
    border-bottom: 2px solid var(--wd-primary-color);
    vertical-align: middle;
    display: inline-block;
}
.home .h3-homepage.bordo-viola {
    border-bottom: 2px solid #6b299a;
    vertical-align: middle;
    display: inline-block;
}
.marchi-carosello .wd-carousel-item {
    /*margin: 0 20px;
    box-shadow: 0px 0px 4px #6b299a;
    border-radius: 5px;
    font-size: 1.1rem !important;*/
    background: #fff;
    margin: 0 20px;
    box-shadow: 0px 0px 4px #ff9e42;
    border-radius: 5px;
    font-size: 1.1rem !important;
    border: 1px solid #ff9e42;
}
.marchi-carosello .wd-carousel-item a {
    color: #000;
    font-weight: 500 !important;
}
.home .promo-banner-wrapper div {
    border-radius: 5px;
}

/*** Product List ****/
/** Nascondo ordinamento **/
.woocommerce-ordering {
    display: none;
}
.woodmart-products-shop-view {
    display: none !important;
}
.woodmart-hover-base .wd-compare-btn>a {
    display: none !important;
}
.product-labels {
    max-width: 70%;
}
.labels-rounded .out-of-stock {
    max-width: 80px;
    font-size: 12px;
    color: red;
}
.product-grid-item .price .amount {
    font-size: 1.3em;
}
/**** New Homepage 11-2020 *****/
.home-tabs .tabs-name span {
    font-size: 20px;
    font-weight: 400 !important;
    font-family: 'Raleway', sans-serif;
}
.recensioni-home .woodmart-title-container {
    font-size: 20px;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    color: #6b299a;
}
.male-action h2 {
    font-size: 1.1em;
    font-weight: 400;
}
.male-action a.vc_btn3 {
    background-color: #FF9E42 !important;
    color: #fff !important;
    font-size: 0.9em;
    font-weight: 600;
}
.female-action h2 {
    font-size: 1.1em;
    font-weight: 400;
}
.female-action a.vc_btn3 {
    background-color: #6b299a !important;
    color: #fff !important;
    font-size: 0.9em;
    font-weight: 600;
}
.shop-action h2 {
    font-size: 1.4em;
    font-weight: 400;
}

/**** HEADER *****/
.whb-sticky-header .whb-col-right a span {
    font-size: 14px;
}
/*** Blog ****/
.woodmart-entry-meta .meta-author {
    display: none;
}

/** Punti di forza home **/
.forza-images .info-box-wrapper {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: #ecd9f8;
    border-radius: 4px;
    margin: 10px 10px !important;
}
.punti-forza {
    margin: 0 !important;
    padding: 0 !important;
    max-height: 100px;
}
.punti-forza div {
    padding-top: 0 !important;
}
.punti-forza div p {
    font-size: 1rem !important;
    display: flex !important;
    align-items: center;
}
body:not(.single-product) p.sicurezza img {
    margin-top: 20px;
}

/**** Woocommerce Product List ****/
.woodmart-hover-base .wrapp-swatches {
    display: none !important;
}
/*** Woocommerce single product **/
.single-product .product-labels.labels-rounded .product-label {
    height: 70px !important;
    width: 70px;
    border-radius: 40px;
    font-size: 1.4rem;
}
.single-product .woocommerce-product-gallery img {
    width: auto !important;
    margin: 0 auto;
    display: block;
}
.single-product .product-type-variable .price:not(:last-child)  span:first-child:not(.variazione-unica) span:before, .single-product .wd-sticky-btn-cart .product-type-variable .price:not(:last-child) span:first-child:not(.variazione-unica) span:before {
    content: 'A partire da: ';
    position: relative;
    left: 0;
    font-size: 1rem;
    margin-right: 5px;
}
.variations_form .woocommerce-variation-price .price {
    font-size: 1.7rem;
}
.single-product-page .woodmart-compare-btn {
    display: none !important;
}
.woocommerce-review__published-date {
    /*display: none;*/
}
.single-product-content .price .amount {
    font-size: 1.3em;
}
.single-product-content .price .amount.variazione-unica {
    font-size: 1.8em;
}
.pezzi-venduti span {
    margin: 25px 0;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    color: #6b299a;
    background: #f4ece5;
    font-weight: normal !important;
    border-radius: 5px;
}
.single-product .price .amount {
    font-size: 1.8rem;
}
.single-product .product-image-summary .entry-title {
    font-size: 2.2rem;
}
.single-product .wd-wishlist-icon a span {
    background: #fceedc;
    padding: 8px 10px;
    border-radius: 4px;
}
.single-product .single_add_to_cart_button {
    padding: 10px 40px;
}
.single-product p.sfiabo-savings-amount {
    margin: 2px 5px;
    float: left;
    padding: 2px 10px;
    background: #ede3f3;
    border-radius: 4px;
    color: #000;
}
.single-product p.sfiabo-savings-amount span {
    color: #000;
    font-weight: 700 !important;
    font-size: 1rem;
}
.single-product span.stock-message {
    font-size: 1.1rem;
    color: red;
    background: #f9eaea;
    display: inline-block;
    width: auto;
    padding: 5px 8px;
    border-radius: 4px;
    font-weight: bold;
}
.single-product p.stock {
    display: none !important;
}
.single-product p.forza-prod {
    max-width: 40%;
    height: 70px;
    display: flex;
    padding: 1%;
    border-radius: 5px;
    margin: 0;
    font-size: 0.9rem;
    box-shadow: 0px 0px 3px #6b299a;
}
.single-product .punti-forza-small {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.single-product p.forza-prod:first-child {
    margin-left: 0 !important;
}
.single-product p.forza-prod {
    height: 60px;
    display: flex;
    padding: 1%;
    border-radius: 5px;
    font-size: 0.9rem;
    box-shadow: 0px 0px 3px #6b299a;
    margin: 0 8px !important;
}
.single-product .info-tester a {
    box-shadow: 0px 0px 7px #cdcdcd;
    background: #f3f3f3;
    padding: 8px 10px;
    margin: 20px 0 0;
    display: block;
    border-radius: 4px;
}
.single-product .whatsapp a {
    color: green;
    background: #e1f8e1;
    padding: 8px 10px;
    margin: 10px 0;
    display: block;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #81f781;
}
.single-product .whatsapp a b {
    padding-left: 10px;
}
/* nascondo ba bottombar */
.wd-sticky-btn p.forza-prod, .wd-sticky-btn .wd-wishlist-btn  {
    display: none;
}

@keyframes pulsing{to{box-shadow:0 0 0 5px transparent}}

.single-product .product-image-summary .single_add_to_cart_button {
    background: -webkit-linear-gradient(0deg,#FFB049,#FF923D,#FFB049)!important;
    min-height: 55px!important;
    border-radius: 2px!important;
    background-size: 200% 100%!important;
    background-position: 100% 0;
    transition: background-position .5s;
    box-shadow: 0 0 0 0 rgb(255 176 0/70%);
    -webkit-animation: pulsing 2s cubic-bezier(.66,0,0,1) infinite;
    animation: pulsing 2s cubic-bezier(.66,0,0,1) infinite;
    font-size: 1em;
}
.single-product .quantity, .single-product .quantity input {
    height: 42px !important;
}
.single-product button.single_add_to_cart_button.disabled.wc-variation-is-unavailable {
    cursor: not-allowed;
    background: #ededed;
}
.single-product .product-image-summary .summary-inner>.price {
    font-size: 16px;
    float: left;
}
.single-product .product-image-summary .summary-inner>.price > span > span {
    color: #6b299a;
}
/** Notifica quando disponibile **/
.cwginstock-subscribe-form .panel-primary>.panel-heading {
    color: #222 !important;
    padding: 0;
    border: none !important;
    background: none !important;
}
.cwginstock-subscribe-form .panel-primary {
    border: none !important;
}
.cwginstock-panel-heading h4 {
    color: #222 !important;
    text-align: left !important;
    margin: 20px 0 0 !important;
    font-size: 1.2em;
}
.cwginstock-subscribe-form .col-md-12 {
    padding: 0 !important;
    width: 75% !important;
}
.cwginstock-subscribe-form input[type="submit"] {
    background: #6B299A;
    color: #fff;
}
/** Archivio prodotti **/
.archive .product-labels.labels-rounded .product-label.onsale, .single-product .product-labels.labels-rounded .product-label.onsale {
    height: 55px !important;
    width: 55px !important;
    border-radius: 35px;
    font-size: 1rem !important;
    padding: 15px 0;
}
.archive .product-labels.labels-rounded .product-label.out-of-stock, .single-product .product-labels.labels-rounded .product-label.out-of-stock {
    max-width: none;
    font-size: 13px;
    color: red;
    background: #f9eaea;
    width: auto;
    display: inline-block;
    min-height: 20px !important;
    max-height: 25px !important;
    padding: 5px 8px;
    border-radius: 4px;
    font-weight: bold !important;
}

/**** Aggiungi carrello sticky ****/
.woodmart-sticky-btn-cart .pezzi-venduti, .woodmart-sticky-btn-cart .spedizioni, .woodmart-sticky-btn-cart .profumi-originali, .woodmart-sticky-btn-cart .sicurezza, .woodmart-sticky-btn-cart .woodmart-compare-btn {
    display: none;
}
.woodmart-sticky-btn-cart p.disp {
    margin: 0px 15px 0;
    font-size: 14px;
}
.woodmart-sticky-btn-cart .woocommerce-Price-amount {
    font-size: 18px;
}
.pezzi-venduti span {
    font-weight: bold;
}
p.disp {
    color: green;
    font-weight: 500;
    position: relative;
    font-size: 1rem;
    padding: 5px;
    display: block;
    height: 20px;
}
p.disp i{
    display: inline-block;
    margin-right: 10px;
}
p.profumi-originali, p.spedizioni, p.sicurezza {
    margin: 10px 0;
}
p.profumi-originali img, p.spedizioni img, p.sicurezza img {
    margin-right: 5px;
    height: 40px;
    width: auto;
}
p.sicurezza img {
    margin-bottom: 25px;
}
.chiedi-info {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
    border: 1px solid #6b299a;
}
.woodmart-sticky-btn-cart .whatsapp {
    display: none; /* Nascondiamo da sticky footer bar */
}

/** Whastsapp button **/
#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
    position: fixed !important;
    left: 10px !important;
    bottom: 70px !important;
    background: #31b945;
    width: 50px;
    padding: 0 !important;
    height: 50px;
}
#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
    margin: 0 !important;
    font-size: 1.5em !important;
}

.single-product .woocommerce-Tabs-panel--sfiabo_infotester_tab .vc_toggle_title h4 {
    font-size: 1rem !important;
}



/**  Widget Side Mini cart **/
.shopping-cart-widget-footer a.button.btn-cart.wc-forward {
    background: #efefef;
}
.shopping-cart-widget-footer a.button.btn-cart.wc-forward:hover {
    background: #efefef;
}
.woocommerce-mini-cart__buttons .button.checkout {
    background: #6b299a;
    color: #fff;
}
.shopping-cart-widget-footer a.button.checkout.wc-forward {
    background: #6b299a !important;
}
/*** Woocommerce account ***/
.woocommerce-account.notifications-sticky .woocommerce-info, .woocommerce-account.notifications-sticky .woocommerce-info a {
    background: #ededed;
    color: #6B299A !important;
    font-size: 1.2rem;
}

/*** Woocommerce cart  ***/
.notifications-sticky .woocommerce-info {
    background: #ededed;
}
.notifications-sticky .woocommerce-info:before {
   display: none;
}
.spedizione-sotto {
   text-align: center;
   margin: 0 auto;
   padding: 10px 30px;
   color: #333;
   letter-spacing: 0.5px;
}
.cifra-mancante span {
    color: #6b299a !important;
    font-size: 20px;
    padding: 3px;
}
.spedizione-sopra {
   text-align: center;
   padding: 10px 0;
   color: #333;
   margin: 0 auto;
   letter-spacing: 0.5px;
}
.wc-proceed-to-checkout a {
    background: #6b299a !important;
    cursor: pointer;
}
/*** Checkout  ***/
.woocommerce-checkout .payment_box {
    box-shadow: 1px 1px 8px #cdcdcd;
}
.woocommerce-checkout .payment_method_paypal a {
    display: none !important;
}
/* Rimuoviamo header e footer dal checkout */
.woocommerce-checkout .whb-row.whb-top-bar {
    display: none;
}
.woocommerce-checkout .whb-general-header-inner div:nth-child(1) {
    margin: 0 auto;
}
.woocommerce-checkout .whb-general-header-inner div:nth-child(2), .woocommerce-checkout .whb-general-header-inner div:nth-child(3) {
    display: none;
}
.woocommerce-checkout .whb-row.whb-header-bottom.whb-sticky-row {
    display: none;
}
.woocommerce-checkout .whb-column.whb-mobile-center {
    margin: 0 auto;
}
.woocommerce-checkout .whb-column.whb-mobile-left {
    display: none;
}
.woocommerce-checkout .whb-column.whb-mobile-right {
    display: none;
}
.woocommerce-checkout .footer-container {
    display: none;
}

/****** Recensioni ******/
.recensioni-container .div-recensione:nth-child(odd) {
    background: #fff;
}
.recensioni-container .div-recensione:nth-child(even) {
    background: #f7f7f7;
}
.div-recensione {
    height: 400px;
    border: 2px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 2%;
}
.recensioni-container .div-recensione:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #FF9E42;
}
.div-recensione img {
    margin-bottom: 20px;
}
.div-recensione p {
    margin-bottom: 5px;
}
.div-recensione p.autore {
    margin-bottom: 10px;
}
/*** Shorcode Recensioni ****/
.slick-recensioni .div-recensione {
    padding: 0.5% !important;
}
.recensioni-container.slick-dotted ul {
    display: none !important;
}
/**** Sidebar and category filters *****/
.sidebar-inner .menu-menu_filtra-container .menu a {
   cursor: pointer;
}
.sidebar-inner .woocommerce-widget-layered-nav ul {
    height: auto;
    max-height: 240px;
    overflow-y: scroll;
}
button.woocommerce-widget-layered-nav-dropdown__submit {
    background: #6b299a;
    color: #fff;
    font-size: 0.8rem;
    margin: 20px 0;
    display: block;
    width: 100%;
}
.wd-active-filters .wd-clear-filters a {
    border: 1px solid red;
    border-radius: 2px;
    padding: 8px;
}
.wd-active-filters {
    margin: 20px 0 50px !important;
}

/** Rimuovo filtro per Marchi all'interno dellam marca ***/
.tax-pa_marche-profumi div#woocommerce_layered_nav-2 {
    display: none;
}

/** Single post **/
.single-product span.data-consegna {
    background: #f1f1f1;
    color: #6b299a;
    padding: 1%;
    display: inline-block;
    width: auto;
    border-radius: 5px;
}
.single-product span.data-consegna img {
    height: 25px;
    width: auto;
    margin-right: 10px;
}

/**** Sidebar ***/
.woodmart-add-btn.recensioni a {
    border: 1px solid #6b299a;
    color: #6b299a;
}
/***** Alert ****/
.wpcf7 .wpcf7-response-output {
    display: none !important;
}
/******  Footer *******/
footer.footer-container {
    background: #222;
    padding: 2% 0;
}
.footer-container input.wpcf7-form-control {
    color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
}
.footer-widget .textwidget p, .footer-widget .textwidget div:not(.recensioni) span, .footer_menu li a {
    color: #f9f9f9;
    font-size: 1rem !important;
}
button.slick-prev {
    display: none !important;
    position: absolute;
    right: 80px;
    z-index: 3;
    top: -50px;
}
button.slick-next {
    display: none !important;
    position: absolute;
    right: 0;
    z-index: 3;
    top: -50px;
}
.woodmart-prefooter {
    padding-bottom: 0;
}
.footer-banner .banner-image {
    width: 180px;
    text-align: center;
    margin: 0 auto;
}
footer .widget-title {
    color: #fff !important;
}
footer a:hover {
    color: #FF9E42 !important;
}
footer .wpcf7 .wpcf7-quiz-label {
    color: #777;
}
footer .footer_menu {
    padding: 0 !important;
    color: #f9f9f9;
}
footer .footer_menu li i {
    padding-right: 15px;
}
footer .footer_menu li:before{
    display: none;
}
/** Facebook chat **/
.fb_dialog_content iframe {
    position: fixed !important;
    bottom: 80px !important;
    right: 5px !important;
}
.woodmart-sticky-btn-shown.scrollToTop {
    bottom: 145px;
}
/***** Header Mobile *******/
.whb-col-mobile .woodmart-search-form .searchform input {
    border: none;
}
.whb-col-mobile .woodmart-search-form .searchform .searchsubmit {
    color: #fff;
}

/** Indice Post ***/
.indice-post {
    width: 40%;
    border: 1px solid #6B299A;
    background: #fafafa;
    padding: 10px;
    margin: 30px 0;
}
.indice-post ul {
    list-style: decimal;
    padding: 0 15px;
}

/* Form Recaptcha */
.grecaptcha-badge {
    display: none !important;
}
.rc-anchor-invisible {
    display: none !important;
}

/** Rimmuovo form crea account **/
.login-form-side .create-account-question {
    display: none;
}

/** Gtranslate **/
a.gt_switcher-popup span:first-of-type {
    display: none;
}

@media only screen and (max-width: 480px) {
    /** Menu mobile **/
    .wd-side-hidden.wd-opened {
        z-index: 999;
    }
    /** Top bar ricerca **/
    .whb-top-bar .container {
        padding: 2px 10px !important;
    }
    .woodmart-header-links span.wd-tools-text {
        display: block;
        width: 70px;
        text-overflow: ellipsis;
        white-space: normal;
        font-size: 0.6em !important;
    }
    .wd-account-style-text .wd-tools-text {
        margin-left: 0;
        display: block;
        width: 60px;
        text-overflow: ellipsis;
        white-space: normal !important;
        font-size: 0.9rem !important;
    }
    .dgwt-wcas-suggestions-wrapp {
        width: 98% !important;
        display: block;
    }
    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
        /*background: #6b299a;*/
        background: transparent;
        padding: 5px 10px;
    }
    .whb-col-mobile .woodmart-search-form .searchform input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
    }

    .whb-col-mobile .woodmart-search-form .searchform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff;
    }

    .whb-col-mobile .woodmart-search-form .searchform input::-ms-input-placeholder { /* Microsoft Edge */
        color: #fff;
    }
    h1.entry-title.title {
        font-size: 1.6rem;
    }
    /* Homepage 2025 */
    .punto-forza-box {
        height: 70px;
        border: 1px solid #cdcdcd;
        border-radius: 8px !important;
        margin-bottom: 15px !important;
    }
    .new-punti-forza-home {
        margin-bottom: 50px;
    }

    .home .wd-brand-item {
        padding: 0;
        font-size: 1rem;
    }
    .home .tutti-marchi-home a.vc_general.vc_btn3.vc_btn3-size-md {
        display: block;
    }
    /** Punti di forza home **/
    .forza-images .info-box-wrapper {
        text-align: center;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 60px;
        background: #ecd9f8;
        border-radius: 4px;
    }
    .punti-forza {
        margin: 0 !important;
        padding: 0 !important;
        max-height: 100px;
    }
    .punti-forza div {
        padding-top: 0 !important;
    }
    .punti-forza div p {
        font-size: 1rem !important;
        display: flex !important;
        align-items: center;
    }
    /* Accedi Registrati */
    .woodmart-header-links a span {
        font-size: 0.65em !important;
    }
    /** carosello banner homepage **/
    .home .owl-carousel.banners-carousel {
        height: 140px;
    }
    /**** Lista Prodotti Products List Grid ****/
    span.onsale.product-label {
        width: 60px;
        height: 60px;
        font-size: 1.2rem !important;
    }
    /*** Tasto per aprire sidebar ***/
    /*a.woodmart-sticky-sidebar-opener.shop-sidebar-opener.woodmart-sidebar-btn-shown {
        border-right: 1px solid #6b299a ;
    }*/
    .wd-show-sidebar-btn.wd-burger-icon {
        border: 1px solid #6b299a;
        padding: 2%;
        border-radius: 2px;
    }
    /**** Aggiungi carrello Sticky ****/
    .woodmart-sticky-btn-cart .pezzi-venduti, .woodmart-sticky-btn-cart .spedizioni, .woodmart-sticky-btn-cart .profumi-originali,  .woodmart-sticky-btn-cart .sicurezza, .woodmart-sticky-btn-cart .woodmart-compare-btn, .woodmart-sticky-btn-cart p.disp {
        display: none !important;
    }
    .woodmart-sticky-btn .quantity {
        background: #6b299a;
    }
    .whb-sticked .whb-header-bottom.whb-sticky-row {
        display: none;
    }
    /**** Banner Sconto ****/
    .top-banner {
        color: #6b299a !important;
        font-size: 0.9em !important;
        text-align: center;
        margin-top: -20px;
        height: 40px !important;
        line-height: 22px;
        padding: 0;
        display: block;
        position: relative;
        z-index: 999;
    }
    .top-banner .code {
        background: #6b299a !important;
        /*background: #ff9e42 !important;*/
        color: #fff !important;
        padding: 3px 0;
        display: block;
        top: 5px;
        left: -10px;
        position: relative;
        width: 110% !important;
        margin: 0 !important;
    }
	/* Chiusura */
	b.chiusura {
		background: #6b299a !important;
		line-height: 18px;
	    font-size: 12px;
	}
	/* Chiusura da togliere */
	.top-banner {
		height: 85px;
	}
    /** Ricerca header **/
    .searchform.woodmart-mobile-search-form input {
        color: #fff !important;
    }
    /*** Woocommerce single product  ***/
    .pezzi-venduti {
        font-size: 1rem;
        line-height: 18px;
    }
    .product-image-summary .product-images .labels-rounded .product-label {
        min-width: 60px;
        min-height: 60px;
        font-size: 18px;
    }
    .labels-rounded .out-of-stock {
        max-width: 80px !important;
        font-size: 12px !important;
    }
    .single-product p.data-consegna {
        justify-content: start;
        align-content: stretch;
        align-items: center;
        justify-items: start;
        flex-wrap: wrap;
        display: flex;
        line-height: 15px;
    }
    .single-product .punti-forza-small {
        display: flex;
        flex-direction: column ;
    }
    .single-product p.forza-prod {
        height: 60px;
        display: flex;
        padding: 5px;
        border-radius: 5px;
        font-size: 1rem;
        box-shadow: 0px 0px 3px #6b299a;
        margin: 8px 0 !important;
        min-width: 100%;
    }
    /* Nascondo tab vuoto */
    .single-product div#tab-item-title-woodmart_additional_tab_tab, .single-product div#tab-item-title-reviews_tab {
        display: none;
    }
    .single-product .wd-sticky-btn-cart p.disp {
        display: none;
    }
    .single-product .product-image-summary .summary-inner>.price {
        font-size: 15px;
    }
    .single-product p.sfiabo-savings-amount {
        margin: 5px 2px;
        float: left;
        padding: 0px 5px;
        background: #ecd9f8;
        border-radius: 4px;
        color: #000;
    }
    p.profumi-originali, p.spedizioni, p.sicurezza {
        margin: 0px 0;
        display: flex;
        line-height: 20px;
        font-size: 0.9rem;
        max-width: 100%;
        width: 100%;
    }
    p.profumi-originali img, p.spedizioni img, p.sicurezza img {
        margin-right: 10px;
        height: 40px;
        width: auto;
    }
    body:not(.single-product) p.sicurezza img {
        margin-top: 20px;
    }
    p.profumi-originali span, p.spedizioni span, p.sicurezza span {
        padding-top: 12px;
        display: block;
    }
    /** Recensioni **/
    .div-recensione {
        height: auto;
    }
    /*** Prefooter ****/
    .woodmart-prefooter .footer-banner .vc_column_container{
        width: 50%;
    }
    /** Facebook chat **/
    .fb_dialog_content iframe {
        position: fixed !important;
        bottom: 120px !important;
        right: 0 !important;
    }
    /** Indice Post ***/
    .indice-post {
        width: 90%;
    }
    /* tab singolo prodotto */
    .tabs-layout-tabs {
        display: block !important;
    }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    /** Top Search **/
    .dgwt-wcas-suggestions-wrapp {
        width: 90% !important;
        display: block;
    }
    /** Home **/
    .male-action, .female-action {
        width: 50% !important;
    }
    .male-action h2, .female-action h2 {
        font-size: 1em;
    }

    .shop-action .shop-action-box {
        width: 100%;
    }
    /** Ricerca header **/
    .whb-column .woodmart-mobile-search-form input[type=text] {
        min-width: 100%;
        height: 42px;
        font-size: 18px;
        color: #fff !important;
    }
    .whb-column .woodmart-mobile-search-form input[type=text]::placeholder {
        color: #fff!important;
    }
    .searchform.woodmart-mobile-search-form input {
        color: #fff !important;
    }
    /**** Banner Sconto ****/
    .home .top-banner {
        height: 120px;
    }
    .top-banner {
        color: #6b299a;
        font-size: 1.2em !important;
        text-align: center;
        margin-top: -30px;
        height: 120px;
    }
    .top-banner .code {
        background: #6b299a !important;
        color: #fff !important;
    }
    /** Checkout **/
    .checkout-order-review {
        padding: 10px;
    }
    /** Facebook chat **/
    .fb_dialog_content iframe {
        position: fixed !important;
        bottom: 150px !important;
        right: 0 !important;
    }
    .woodmart-sticky-btn-shown.scrollToTop {
        bottom: 145px;
    }
    /** Indice Post ***/
    .indice-post {
        width: 90%;
    }
    /* tab singolo prodotto */
    .tabs-layout-tabs {
        display: block !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    /** Ricerca header **/
    .whb-column .woodmart-mobile-search-form input[type=text] {
        min-width: 100%;
        height: 42px;
        font-size: 18px;
        color: #fff !important;
    }
    .whb-column .woodmart-mobile-search-form input[type=text]::placeholder {
        color: #fff!important;
    }
    .searchform.woodmart-mobile-search-form input {
        color: #fff !important;
    }
    /**** Banner Sconto ****/
    .home .top-banner {
        height: 90px;
    }
    .top-banner {
        color: #6b299a;
        font-size: 1.2em !important;
        text-align: center;
        margin-top: -20px;
        height: 90px;
    }
    .top-banner .code {
        background: #6b299a !important;
        color: #fff !important;
        padding: 2px 5px;
    }
    .woodmart-woo-breadcrumbs {
        display: none !important;
    }
    .single-product .woodmart-sticky-btn .woodmart-sticky-btn-container {
        padding-right: 5%;
    }
    /** Facebook chat **/
    .fb_dialog_content iframe {
        position: fixed !important;
        bottom: 150px !important;
        right: 0 !important;
    }
    .woodmart-sticky-btn-shown.scrollToTop {
        bottom: 145px;
    }
    /* tab singolo prodotto */
    .tabs-layout-tabs {
        display: block !important;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .whb-color-dark .navigation-style-default .item-level-0>a {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 1200px) {
    h1.entry-title.title {
        padding-top: 20px;
    }
    .punti-forza div {
        padding: 0 !important;
        margin: 0 auto !important;
    }
    .post-type-archive-product .product-grid-item .product-image-link img {
        width: auto;
        height: 260px;
    }
	.product-grid-item .hover-img img, .product-grid-item .product-image-link img {
		height: 350px !important;
	}
}
@media only screen and (min-width: 1200px) {
    .top-banner .code {
        border-radius: 4px;
    }
}