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

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

/** AREA RISERVATA **/
/*
.html.custom.html_topbar_left{
    display: none;
}

.html.custom.html_topbar_left:has(.custom-premium-collection-btn){
    display: inline-block;
}


.custom-premium-collection-btn{
    color: #a82726 !important;
        font-size: 1.1em !important;
            font-weight: 700 !important;
    font-style: normal !important;
    line-height: 10px !important;
}
*/
/** END AREA RISERVATA **/


@media only screen and (max-width: 550px) {
.has-dropdown.header-language-dropdown > a{
    font-size: 0px !important;
    transform: scale(1.2);
}
}

.absolute-footer{
	display:none;
}
.header-bottom-nav.nav-center {
    gap: 1.5rem;
    padding-bottom: 1rem;
}

/******* Stile del form di contatto ********/
.form-contatto .col{
    padding-left: 15px !important;
}

.form-contatto {
    padding-left: 0px !important;
}


.form-contatto .col label{
   color: grey;
}
.form-contatto .col input,.form-contatto .col textarea{
   border: 1.3px solid grey;
  margin-bottom: 0px;
}

.form-contatto .submit-btn-custom{
    border: 0px !important;
    font-size: 1.2rem ;
}
/****************************************/
/*** Form Pagina Prodotto ***/
.product-contact-form .col{
    padding-bottom: 0px !important;

}

.product-contact-form .col label span{
    font-size: 1.2rem;
    font-weight: 400;
    color: #767272;
}

.product-contact-form input{
    height: 2rem !important;
    box-shadow: none !important;
    border: 1px solid #767272 !important;
}
.product-contact-form textarea{
    box-shadow: none !important;
    border: 1px solid #767272 !important;
}
.product-contact-form  .submit-btn-custom{
    font-size: 1rem;
}
.product-contact-form .submit-btn-custom{
    font-size: 1rem;
}
/*** END Form Pagina Prodotto ***/

.woocommerce-shop.post-type-archive-product .shop-page-title.category-page-title{
    display: none !important;
}

/** Bottone Pagina Collezioni **/
.visualizza-btn span{
    color: white !important;
    font-weight: 200;
}

.visualizza-btn {
   border: 1.5px solid #A62222 !important;
   border-radius: 5px !important;
   padding: 1px 30px !important;
}

a.visualizza-btn.white:hover {
   border: 1.5px solid white !important;
   border-radius: 5px !important;
   padding: 1px 30px !important;
    background-color: #A62222 !important;
}
/****************************/

/** Pagina Categoria nascondo page title **/
.tax-product_cat .category-page-title{
    display: none;
}
/*****************************************/
/** Numeri Pagina azienda, linee separatorie **/
@media only screen and (min-width: 550px) {
.azienda-numbers-row .col:not(:last-child){
    border-right: 2px solid #A62222;
}
}
/********************************************/
/*** NAV SELETTORE LINGUE ***/
.header-language-dropdown a *{
    display: flex !important;
    align-items: center !important;
}
.header-language-dropdown a{
    gap: .2rem;
}

.header-language-dropdown .nav-dropdown-default li a{

        display: flex !important;
    align-items: center !important;
}

.header-language-dropdown .nav-dropdown-default{
    padding: 10px !important;
}
/*** END NAV SELETTORE LINGUE ***/
/*** Custom Login e Logout ***/
#custom-login-logout{
    height: 1.8rem;
    width: 1.8rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    
}

#custom-login-logout.cstm-login-icon{
    background-image: url("/wp-content/uploads/2026/03/in.png");
    background-size: 90%;
}

#custom-login-logout.cstm-logout-icon{
    background-image: url("/wp-content/uploads/2026/03/out.png");
    background-size: 80%;
}



/**** Bollini prodotti premium *****/
.products .prodotto-premium span.premium-badge{
    content: "";
    height: 2.2rem;
    width: 2.2rem;
    border-radius: 999rem;
    background-color: #bfb3a78f;
    display: inline-block;
    z-index: 3;
    position: absolute;
top: 10px;
right: 10px;
background-image: url(/wp-content/uploads/2026/03/diamond.png);
background-size: 65%;
background-position: 50% 50%;
background-repeat: no-repeat;

}
.products .prodotto-premium span.premium-badge:hover::after{
    opacity: 1;
}
.products .prodotto-premium span.premium-badge::after{
    content: "Premium product";
    position: absolute;
    bottom: calc(100% + 5px);
    right: 50%;
    transform: translateX(50%);
    color: white;
    background-color: #A31E21;
    padding: .2rem 2rem;
    border-radius: 3px;
    text-wrap: nowrap;
    font-size: .8rem;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease-in-out;
}

.single-product .product-info::before{
    content: "PREMIUM";
    background-color: #A61F22;
    color: white;
    padding: .3rem 1rem;
    display: inline-block;
    font-size: .8rem;
    margin-bottom: .5rem;
   position: absolute;
   right: 0;
   border-radius: 3px;
}

/*** FILTRI PAGINA CATEGORIE ***/
#categories-page-custom-filters{
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
max-width: 70%;
margin: 0 auto;
margin-bottom: 2.5rem;
}

#categories-page-custom-filters > *{
    flex: 1;
}

#categories-page-custom-filters .category-search{
    display: flex;
    align-items: center;
}

#categories-page-custom-filters .category-search >*{
    margin: 0;
    border-radius: 7px;
}
.noUi-touch-area{
    background-color: #BFB3A7;
}

.noUi-connect {
    background: #A32020 !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}