/*
Theme Name: Tagh01-Theme-Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/** FONTS **/
@font-face {
  font-family: "New Science";
  src: url("./fonts/NewScience-Font/fonnts.com-New_Science_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "New Science";
  src: url("./fonts/NewScience-Font/fonnts.com-New_Science_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/* Applica il font globalmente */
body {
  font-family: "New Science", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
line-height: 110%;
}

/* Titoli */
h1, h2, h3, h4, h5, h6 {
  font-family: "New Science", sans-serif !important;
  font-weight: 700 !important;
}



/***** HOME *****/
.jumbo-banner-home{
position: relative;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}

.section-content:has(.jumbo-banner-home-content){
  
    position: absolute !important;
    bottom: 5%;
}
.section-content .jumbo-banner-home-content{
  margin: 0 auto !important;
}
.button.white{
    font-weight: 400;
    color: white !important;
    border: 1.5px solid white !important;
   
}
.button.white span{
    color: white ;
}

.button.white:hover span{
color: var(--wp--preset--color--primary);
}

.social-slider .row .col .banner{
    border-radius: 22px;
}

.social-slider .slider-style-container .flickity-slider>:not(.is-selected){
    opacity: 1;
}
.header-nav.header-nav-main{
gap: 2rem;
justify-content: center;
}

.sub-menu.nav-dropdown.nav-dropdown-default{
   padding: 15px 20px 15px 10px;
   border-radius: 20px;
   min-width: auto !important;
   border: 0;
}

.menu-item:has(.sub-menu.nav-dropdown.nav-dropdown-default)::after,.menu-item:has(.sub-menu.nav-dropdown.nav-dropdown-default)::before{
    opacity: 0;
}

.sub-menu.nav-dropdown.nav-dropdown-default li a{
color: var(--wp--preset--color--primary);
border: 0;
padding: 10px 20px;
display: inline-block;
border-radius: 5px;
}

.sub-menu.nav-dropdown.nav-dropdown-default li a:hover{
background-color: rgba(208, 180, 116, 0.35)

}
.header-nav.header-nav-main.nav.nav-right{

    flex-direction: row !important;
    gap: 5px !important;
    justify-content: end !important;
}

li[class*='header-button-']{
   margin: 0 !important;

}
li[class*='header-button-'] a{
  border: 1.3px solid white !important;
  transition: all .3s ease-in-out;
}
li[class*='header-button-'] a:hover{
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 1 !important;
}
li[class*='header-button-'] a:hover span{
  opacity: 1;
}


li[class*='header-button-'] span{
   margin: 0 !important;
   font-weight: 400;
   padding: 6px .7rem;
	font-size: .7rem;
   
}

.html.header-button-2 a{
  background-color: white;
  opacity: 1 !important;
}
.html.header-button-2 a:hover{
  background-color: #d7d7d7;
  opacity: 1 !important;
}
.html.header-button-1 span{
color: white;

}
.html.header-button-2 span{
color: var(--wp--preset--color--primary);
}

body.page-template-page-transparent-header #logo img, body:has(.header-wrapper.stuck)  #logo img{
filter: brightness(0) saturate(100%) invert(9%) sepia(32%) saturate(7000%) hue-rotate(218deg) brightness(95%) contrast(103%);
}

/*body.page-template-page-transparent-header-light  #logo img{
filter: unset !important;
}
body.page-template-page-transparent-header .header-wrapper.stuck  #logo img{
filter: unset !important;
}
*/
.product-card-badge{
padding: 0.4rem 1.2rem;
border: 1.1px solid white;
border-radius: 100px;
background: rgba(208, 180, 116, 1);
}
.slider-row-banner .col-inner{
    border-radius: 25px !important;
    overflow: hidden;
}

button.flickity-button svg path{
fill: white !important;
    color: white !important;
}

button.flickity-button svg:hover path{
fill: white !important;
    color: white !important;
}

button.flickity-button svg{
border: 2px solid white;
border-radius: 10px;
padding: .57rem;
}

body .jumbo-banner-home.container,body .jumbo-banner-home.container > .section-bg {
   transition: all .4s ease-in-out !important;
min-height: 100vh !important;
height: 100vh !important;
transform: unset !important;
min-width: 100% !important;
}
/*
body:has(.header-wrapper.stuck) .jumbo-banner-home{
min-height: 80vh !important;
height: 80vh !important;
min-width: auto !important;
}
*/
body.page-template-page-transparent-header li.header-button-1 a span, body:has(.header-wrapper.stuck) li.header-button-1 a span{
    color: var(--wp--preset--color--primary);
}

body.page-template-page-transparent-header li.header-button-1 a, body:has(.header-wrapper.stuck) li.header-button-1 a{
    border: 1px solid var(--wp--preset--color--primary) !important;
}
body.page-template-page-transparent-header li.header-button-1 a:hover, body:has(.header-wrapper.stuck) li.header-button-1 a:hover{
    background-color: rgba(255, 255, 255, 0.25);

}

body.page-template-page-transparent-header li.header-button-2 a span, body:has(.header-wrapper.stuck) li.header-button-2 a span{
    color: white;

}

    body.page-template-page-transparent-header li.header-button-2 a, body:has(.header-wrapper.stuck) li.header-button-2 a{
    background-color: var(--wp--preset--color--primary);
}

body.page-template-page-transparent-header li.header-button-2 a:hover, body:has(.header-wrapper.stuck) li.header-button-2 a:hover{
    background-color: rgba(5, 16, 56, 1) !important;
}

body.page-template-page-transparent-header  .header-nav-main.nav > li > a{
	color: var(--wp--preset--color--primary);
}

body:has(.header-wrapper.stuck) .header-nav-main.nav > li > a{
	color: var(--wp--preset--color--primary);
}

body:has(.header-wrapper.stuck) .header-nav-main.nav > li > a{
	color: var(--wp--preset--color--primary);
}

.product-page-slider .row{
    bottom: 0;
}
.product-page-slider .flickity-viewport{
    overflow: visible;
}

.product-page-slider .flickity-slider>:not(.is-selected){
    opacity: 1 !important;
}


@media only screen and (min-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.product-values-row .col{
   transition: all .4s ease-in-out;
}
.product-values-row .col .text{
   transition: all .25s ease-in-out;
}
.product-values-row .col:not(:hover){
    flex-basis: 25% ;
    max-width: 25%;
}

.product-values-row:not(.col:hover) .col.default-col{
    flex-basis: 50%;
    max-width: 50%;
}
.product-values-row:not(.col:hover) .col.default-col .text{
   opacity: 1;
}
.product-values-row:has(.col:hover) .col.default-col{
    flex-basis: 25%;
    max-width: 25%;
}
.product-values-row:has(.col:hover) .col.default-col .text{
    opacity: 0;
}

.product-values-row .col:hover,.product-values-row .col.default-col:hover{
    flex-basis: 50% !important;
    max-width: 50% !important;
}

.product-values-row .col:hover .text,.product-values-row .col.default-col:hover .text{
    opacity: 1 !important;
}

.product-values-row .col .text,.product-values-row .col.default-col .text{
    opacity: 0;
}

.product-values-row{
    flex-wrap: nowrap !important;
    overflow: hidden;
}

}

/** Pagina Prodotto **/
.custom-product-page-row .custom-product-page-gallery-col .col-inner{
padding-bottom: 1rem;

        overflow: scroll;
    max-height: 47rem !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.custom-product-page-row .custom-product-page-gallery-col img{
    border-radius: 23px;
}

.custom-product-page-detail-col {
position: relative;
top: 0;
}

.custom-product-page-detail-col .col-inner{
    position: sticky;
    top: 120px;
}


.product-tabs-custom > .nav-simple{
    justify-content: space-around;
    padding-left: 1rem;
    padding-right: 1rem;

}

.product-tabs-custom > .nav-simple li span{
    color: #9ea3b7 !important;
}

.product-tabs-custom > .nav-simple li:hover span,.product-tabs-custom > .nav-simple li.active span{
    color: #00114f !important;
}

.product-tabs-custom .tab-panels .entry-content{
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    color: #00114f;
}
.product-tabs-custom .tab-panels .entry-content.active{
    padding-top: 1rem;
}
@media only screen and (max-width: 550px) {
	.product-tabs-custom .tab-panels .entry-content{
    padding-left: 3%;
    padding-right: 3%;
}
	.product-tabs-custom > .nav-simple{
flex-wrap: nowrap;
min-width: 100% !important;
overflow-x: scroll !important;
justify-content: start !important;
gap: 1.2rem;
padding-left: 0 !important;
scrollbar-width: none;
-ms-overflow-style: none;
}

.product-tabs-custom > .nav-simple li{
text-wrap: nowrap;

}
	
}

body.single-product .product-page-price{
    margin-bottom: 0;
}

body.single-product .product-page-price .woocommerce-Price-amount.amount{
    font-family: New Science;
font-weight: 400;
font-style: Regular;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -3%;
color: rgba(0, 17, 79, 1);

}

.product-short-description{
    font-family: New Science;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: rgba(0, 17, 79, 1);

}

body.single-product form.cart .single_add_to_cart_button{
    border-radius: 7px;
    font-weight: 300;
    text-transform: unset;

    flex: 4.5;
}
body.single-product form.cart .quantity.ux-quantity {
    flex: 2;
}
body.single-product form.cart .quantity input[type=number]{
    max-width: 4rem;
    width: 4rem;
}
 

body.single-product form.cart .quantity .ux-quantity__button--minus,body.single-product form.cart .quantity .ux-quantity__button--plus{
    border-radius: 99px;
   border-radius: 7px;
}

@media only screen and (max-width: 850px) {
body.single-product form.cart{
    flex-direction: column;
    
}

body.single-product form.cart .quantity.ux-quantity {
   margin: 0 auto;
}
body.single-product form.cart .single_add_to_cart_button{
margin: 0 auto;
}
}


.off-canvas .mfp-content.off-canvas-cart
 {
    --drawer-width: 460px !important;
}

.mfp-content.off-canvas-cart .cart-popup-inner.inner-padding{
        padding-left: 1.5rem;
   padding-right: 1.5rem;
}

.mfp-content.off-canvas-cart .woocommerce-mini-cart-item.mini_cart_item{
    padding-left: 0;
   padding-right: 0;
}

.mfp-content.off-canvas-cart .woocommerce-mini-cart-item.mini_cart_item .mini-cart-item-row{
     display: flex;
     gap: 1rem;
}

.mfp-content.off-canvas-cart .ux-mini-cart-qty .quantity input[type=number]
 {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border-radius: 0 !important;
    font-size: 1em;
    max-width: 4.5em;
    text-align: center;
    width: 4.5em;
}
.mfp-content.off-canvas-cart .woocommerce-mini-cart-item.mini_cart_item .mc-product-title {
    font-family: New Science;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 1rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color: rgba(0, 17, 79, 1);
    padding-top: .7rem;
}

.mfp-content.off-canvas-cart .woocommerce-mini-cart-item.mini_cart_item .mini-cart-item-media{
flex: 40%;

}
.mfp-content.off-canvas-cart .woocommerce-mini-cart-item.mini_cart_item .mini-cart-item-media img{
    position: unset;
    width: 100%;
    min-height: 6.5rem;
    object-fit: cover;
    border-radius: 15px;
    margin: 0;
}

.mfp-content.off-canvas-cart .woocommerce-mini-cart-item.mini_cart_item .mini-cart-item-content{
    flex: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mfp-content.off-canvas-cart .woocommerce-mini-cart-item.mini_cart_item .mini-cart-item-content .mc-top-row .mc-remove-wrap{
    position: unset !important;
}

.mfp-content.off-canvas-cart .woocommerce-mini-cart-item.mini_cart_item .mini-cart-item-content .mc-top-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mfp-content.off-canvas-cart .woocommerce-mini-cart-item.mini_cart_item .mini-cart-item-content .mc-bottom-row{

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mfp-content.off-canvas-cart .woocommerce-mini-cart-item.mini_cart_item{
    border-bottom: 1.2px solid rgba(0, 17, 79, 0.1);
    padding-bottom: 2.3rem;
}

.html.header-button-2 a
 {
    background-color: white;
    opacity: 1 !important;
}

.html.header-button-2 span
 {
    color: var(--wp--preset--color--primary);
}

li[class*='header-button-'] span {
    margin: 0 !important;
    font-weight: 400;
    padding: 6px .7rem;
}

body.page-template-page-transparent-header li.header-button-2 a, body:has(.header-wrapper.stuck) li.header-button-2 a
 {
    background-color: var(--wp--preset--color--primary);
}

.cart-item .header-cart-link .header-cart-title{
    text-transform: capitalize !important;
margin: 0 !important;
    font-weight: 400;
    padding: 6px .7rem;
    font-size: .7rem;

}
.cart-item .header-cart-link {
    padding: 0 1.2em !important;
    border-radius: 8px;
}
.icon-shopping-basket{
    display: none !important;
}


body.page-template-page-transparent-header-light .cart-item .header-cart-link {
    padding: 0 1.2em !important;
    border-radius: 8px;
    background-color: white;
}

body.page-template-page-transparent-header-light .cart-item .header-cart-link .header-cart-title{
color: var(--wp--preset--color--primary);
}

body.page-template-default #logo img, .product-template-default.single-product #logo img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(32%) saturate(7000%) hue-rotate(218deg) brightness(95%) contrast(103%) !important;
}

body.page-template-default .header-nav-main.nav > li > a,.product-template-default.single-product .header-nav-main.nav > li > a {
    color: var(--wp--preset--color--primary) !important;
}

body.page-template-default li.header-button-1 a,.product-template-default.single-product li.header-button-1 a  {
    border: 1px solid var(--wp--preset--color--primary) !important;
}
body.page-template-default  li.header-button-1 a span,.product-template-default.single-product  li.header-button-1 a span {
    color: var(--wp--preset--color--primary) !important;
}

#footer .footer-main-section a.button.white span{
    color: #59648c !important;
    transition: all .3s ease-in-out;
}
#footer .footer-main-section a.button.white:hover span{
    color: white !important;
}

#footer .footer-main-section a.button.white{
    border: 0 !important;
}

.product-card-home .banner{
    border-radius: 22px;
    overflow: hidden;
}
.banner-radius .banner{
    border-radius: 22px;
    overflow: hidden;
}


#footer a.button-text-left {
    text-align: left;
}



.product-card-badge{
    display: inline-block;
    padding: .2rem 1.3rem !important;
    font-size: .8rem;
    margin-top: 1.3rem !important;
}
body h1,body h2,body h3,body h4,body h5,body h6,body .uppercase{
    letter-spacing: -1px !important;
}

#header .header-nav.nav-right .cart-item{
    margin-left: 0;
}

html {
  scroll-behavior: smooth !important;
}

body #header .header-wrapper.stuck{
    box-shadow: unset !important;
}

body #header .header-bg-color{
    background-color: transparent;
    background: linear-gradient(rgba(37, 35, 36, 1) 0%, rgba(37, 35, 36, 0.987) 8.1%, rgba(37, 35, 36, 0.951) 15.5%, rgba(37, 35, 36, 0.896) 22.5%, rgba(37, 35, 36, 0.825) 29%, rgba(37, 35, 36, 0.741) 35.3%, rgba(37, 35, 36, 0.648) 41.2%, rgba(37, 35, 36, 0.55) 47.1%, rgba(37, 35, 36, 0.45) 52.9%, rgba(37, 35, 36, 0.352) 58.8%, rgba(37, 35, 36, 0.259) 64.7%, rgba(37, 35, 36, 0.175) 71%, rgba(37, 35, 36, 0.104) 77.5%, rgba(37, 35, 36, 0.049) 84.5%, rgba(37, 35, 36, 0.013) 91.9%, rgba(37, 35, 36, 0) 100%) !important;
transition: all .4s ease-in-out;
opacity: 0;
display: block !important;
height: 0px;
pointer-events: none;
}
body #header *{
    transition: all .2s ease-in-out;
}

body:has(.header-wrapper.stuck)  #logo img
 {
    filter: unset !important;
}

body:has(.header-wrapper.stuck)   .header-nav-main.nav > li > a
 {
    color: white !important;
}

body:has(.header-wrapper.stuck) #header li.header-button-1 a, body:has(.header-wrapper.stuck) #header li.header-button-1 a {
    border: 1px solid white !important;
}

body:has(.header-wrapper.stuck) #header li.header-button-1 a span{
    color: white !important;
}

body:has(.header-wrapper.stuck) #header .cart-item .header-cart-link

 {

    background-color: white;
}
body:has(.header-wrapper.stuck) #header .cart-item .header-cart-link span

 {

    color: var(--fs-color-primary);
}
body:has(.header-wrapper.stuck)  #header .header-bg-color{
height: 130%;
opacity: 1;
}


body:has(.header-wrapper.stuck) .section-content:has(.jumbo-banner-home-content) {
    bottom: 20% !important;
}

.section-content:has(.jumbo-banner-home-content) {
    transition: all .4s ease;
}
a.button.is-outline{
    border: 1px solid !important;
    padding: 0 1.2em !important;
}

a.button.is-outline span {
    margin: 0 !important;
    font-weight: 400;
    padding: 6px .7rem;
    font-size: .7rem;
    padding: ;
}


.banner .banner-bg > img{
    transition: scale .45s ease-in-out;
}
.banner:hover .banner-bg > img{
    scale: 1.045;
}
body .white.button.is-outline{
    border-color:  white !important;

}

body .button.white.is-outline:hover{
   background-color: rgba(255,255,255,.19) !important;
}
body .button.white.is-outline:hover span{
  color: white;
}


.product-cards-row .col-inner {
    overflow: hidden !important;

}
.product-cards-row .text:has(.product-card-title){
        transition: all .8s ease-in-out;
    position: relative;
    top: calc(100% - 4rem);
}

.product-cards-row .text:has(.product-card-content){
    transition: all .8s ease-in-out;
    position: relative;
        top: 100%;
opacity: 0;
}

.product-cards-row .col:hover > .col-inner .text:has(.product-card-content), .product-cards-row .col:hover > .col-inner .text:has(.product-card-title){
    top: 0px;
opacity: 1;
   
}
.volori-stack{
  
    height: 100%;
}

.discover-product-accordion .accordion-title{
    background-color: transparent !important;
    border-color:  rgba(219, 219, 219, 1)
 !important;
 padding-left: .7rem;
 font-weight: bold;
 color: var(--fs-color-primary) !important;
 padding-top: 1rem;
  padding-bottom: 1rem;
}

.discover-product-accordion.accordion .toggle{
    right: 0;
    left: unset;
}

.product-page-gallery .grid-col .col-inner{
    border-radius: 20px;
    overflow: hidden;
}

ul.product_list_widget li a.remove
 {
    top: 0 !important;
}

form.checkout_coupon.woocommerce-form-coupon{
    border-radius: 10px;
    max-width: 45%;
    padding: 1.3rem;
    margin: .7rem auto;
}

form.checkout_coupon.woocommerce-form-coupon button{
    text-transform: capitalize;
    font-weight: 400;
    font-size: .8rem;
    line-height: 130%;
    padding: .7rem !important;
    border-radius: 8px;
}

form.checkout_coupon.woocommerce-form-coupon  input.input-text{
        border-radius: 8px;

}
.product-cards-row .col-inner{
    min-height: 35rem !important;
}

@media (max-width: 550px) {
.product-cards-row .col-inner{
    min-height: auto !important;
}
}
@media (max-width: 600px) {
    form.checkout_coupon.woocommerce-form-coupon{
    border-radius: 10px;
    max-width: 70%;
    padding: 1.3rem;
}

}
#footer .footer-logo-social-stack .is-divider{
   min-width: 1.5px !important;
}

#footer .footer-logo-social-stack .social-icons.follow-icons a{
color: white;
opacity: .8;
}
#footer .footer-logo-social-stack .social-icons.follow-icons a:hover{
opacity: 1;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
#footer .footer-logo-social-stack .is-divider{
   display: none;
}

}