@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.digitalkrome.it/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #3600bf;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #3600bf;
	--btn-accented-bgcolor-hover: rgba(54,0,191,0.52);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: rgb(0,54,96);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(25,69,112);
	background-image: none;
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/*css per stringa "prezzo totale" plugin Product Add-Ons Ultimate*/ 
.pewc-total-only{
 font-size:18px;
}

/*fix colonna colori, filtro shop*/ 
.widget_product_categories .count, .woodmart-woocommerce-layered-nav .count {
    margin-right: 40px;
}

/*bordo cerchio attributo colori
.wd-swatch {
border: 1.5px solid black;
}*/

/*modifica grandezza font della lable "Prezzo Totale" sopra il contatore qty*/
.woocommerce-Price-amount {
font-size:18px;
}

/*grassetto per descrizione prezzo "a partire da"*/
.price{
 font-weight: bold;
}

/*nascondere prezzo ridontante prodotto"*/
.pewc-has-extra-fields .woocommerce-variation-price {
   display: none !important;
}

/* inline checkbox newsletter checkout */
.woocommerce-form__label-for-checkbox{
    display: inline;
}

/* margin-bottom checkbox newsletter checkout */
.wd-builder-off .woocommerce-billing-fields {
    margin-bottom: 0px;
}

/* nascondere badge reCaptcha 
.grecaptcha-badge { visibility: hidden; }*/

#qlwapp .qlwapp-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

/* sticky social links on mobile 
@media (max-width: 1024px){
body .wd-social-icons {
    display: flex;
}
}*/




@media (max-width: 576px) {
	/* sticky social link on mobile */

@media (max-width: 1024px){
body .woodmart-sticky-social {
    display: flex;
}
}

#qlwapp .qlwapp-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
}

@media (max-width: 450px){
    .dropzone table.dz-preview tr {
        display: grid;
        grid-template-columns: 2fr 4fr;
        justify-content: end;
    }
}

.dropzone .dz-preview.dz-image-preview .dz-details{
max-width: 100px;
}
}

