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

:root {
	--wd-text-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Raleway", 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: "Raleway", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Raleway", 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: "Raleway", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 17px;
	--wd-primary-color: rgb(227,6,19);
	--wd-alternative-color: rgb(29,29,27);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(179,0,0);
	--btn-accented-bgcolor-hover: rgb(140,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.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;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(245,245,245);
	background-image: url(https://www.dromos.com/wp-content/uploads/2026/04/bg-title-scaled.png);
}
.wd-footer {
	background-color: rgb(29,29,29);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1440px;
--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: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--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: 1440px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1440px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1440px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.grecaptcha-badge { display: none !important;}


/* ==================================================
   PAGINA PRODOTTI DROMOS
================================================== */
.dromos-products-title { margin: 0; font-size: clamp(36px, 5vw, 64px); font-weight: 300; line-height: 1.1; text-transform: uppercase; }
.dromos-products-intro { max-width: 900px; margin-top: 20px; }
.dromos-products-sections { display: flex; flex-direction: column; gap: 65px;}
.dromos-products-section { width: 100%; }
.dromos-products-section-title { position: relative; margin: 0 0 28px; padding-bottom: 13px; font-size: clamp(25px, 3vw, 36px); font-weight: 400; line-height: 1.2; }

.dromos-products-section-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 3px;
	background-color: var(--wd-primary-color, #b40000);
}

/* Griglia */
.dromos-products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; }

/* Scheda */
.dromos-product-card { min-width: 0; margin: 0; }
.dromos-product-card-link { display: flex; flex-direction: column; height: 100%; color: inherit; background-color: #fff; text-decoration: none; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
a.dromos-product-card-link:hover { color: inherit; transform: translateY(-5px); box-shadow: 0 14px 35px rgba(0, 0, 0, .11); }

/* Immagine */
.dromos-product-card-image { background-color: #f3f3f3; overflow: hidden;}
.dromos-product-card-image img { display: block;}
a.dromos-product-card-link:hover .dromos-product-card-image img { transform: scale(1.045); }

.dromos-product-card-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 70px;
	font-weight: 300;
	color: #aaa;
}

/* Titolo */

.dromos-product-card-title {
	display: flex;
	align-items: flex-start;
	flex-grow: 1;
	margin: 0;
	padding: 18px 15px 20px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
	color: #222;
	border-bottom: 3px solid transparent;
	transition:
		color .3s ease,
		border-color .3s ease;
}

a.dromos-product-card-link:hover .dromos-product-card-title {
/*color: var(--wd-primary-color, #b40000);
	border-bottom-color: var(--wd-primary-color, #b40000);*/
background-color: #f5f5f5;
}

.dromos-products-empty { margin: 30px 0;}

/* Tablet */

@media (max-width: 1199px) {
	.dromos-products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.dromos-products-page {
		padding-top: 40px;
	}

	.dromos-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dromos-products-sections {
		gap: 50px;
	}
}

/* Smartphone */

@media (max-width: 575px) {
	.dromos-products-page {
		padding: 30px 0 55px;
	}

	.dromos-products-header {
		margin-bottom: 35px;
	}

	.dromos-products-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.dromos-product-card-image {
		aspect-ratio: 4 / 3;
	}

	.dromos-products-section-title {
		margin-bottom: 22px;
	}
}
.wd-header-main-nav { margin-top: -12px;}
.whb-col-right .wd-dropdown-menu.wd-design-default { background-color: #b30000; }
.wd-sub-menu li > a { color: #fff; text-transform: uppercase; }
.dromos-application { margin: 40px 0;}
.dromos-application .banner-background .wrapper-content-banner { background-color: rgba(255,255,255,0.7); }
.dromos-application :is(.banner-background, .banner-border) .wrapper-content-banner { inset: 40px; }
.dromos-application h4 {color: #000 !important;}
.section-home-dromos h3 {color: #b30000; font-size: 28px;}
.section-home-dromos { background-color: #f5f5f5; margin: 60px 0; padding: 60px 0;}
.section-home-dromos .vc_column-inner { background-color: #fff; padding: 30px; background-image: url(https://www.luigidesantis.com/clienti/dromos/wp-content/uploads/2026/07/bg-dromos.webp); background-position: bottom right; background-repeat: no-repeat; background-size: 350px;}
.section-home-dromos .wpb_content_element { margin-bottom: 0;}


.settori-content { margin: 30px 0;}
.settori-content p a { color: #b30000; text-decoration: underline;}
.settori h3 { font-size: 35px; line-height: 40px;}
.dromos-contact { background-color: #f5f5f5; padding: 25px; border-radius: 10px;}
.wd-page-title { background-color: #fff !important; }
.dromos-custom { background-size: cover; background-position: left center; background-repeat: no-repeat; padding: 30px 0;}
.dromos-custom h2 { font-size: 35px; margin-bottom: 15px; line-height: 40px;}
.dromos-custom h3 { font-size: 25px; line-height: 30px;}

.single-post h1 { margin-bottom: 10px;}
.wd-single-post-header { display: inherit !important; flex-direction: none; align-items: left; text-align: left !important; }

.wd-post-meta { display: none !important;}
.wd-prefooter { padding-bottom: 0 !important;}
.newsletter-footer { background-color: #b30000 !important; padding: 30px 0; color: #fff;}
.newsletter-footer h4 { color: #fff; font-size: 25px;}
.newsletter-footer a { color: #fff; }
.newsletter-footer div.wpcf7 input[type="submit"] { box-shadow: none; border: 4px solid #fff; }
.newsletter-footer input[type="email"],input[type="text"] { background-color: #fff; color: #000 !important; }
.newsletter-footer .wpcf7-list-item-label { color: #fff;}
.woodmart-timeline-dot { background-color: #b30000 !important; }
.wd-timeline-wrapper { margin-bottom: 50px;}
.wd-timeline-title { font-size: 25px; margin-bottom: 0 !important;}
.wd-timeline-item { margin-bottom: -15px !important;}
.dromos-row { margin: 40px 0;}
.clbox-alpha .wpb_text_column { background: rgba(255,255,255,0.90); margin-left: -170px; z-index: 9; position: relative; padding: 35px;}
.clbox-alpha { padding-right: 5%;}
.subtitlepages h2 { font-size: 50px; line-height: 55px;}
.wd-page-title .title { font-size: 40px !important; font-weight: 100;}
.wd-breadcrumbs { text-transform: uppercase; font-size: 12px;}
.wd-page-title { background-size: cover; background-repeat: no-repeat; background-position: center; margin-bottom: 50px;}
.blog-home-page .entry-content { border-top: 1px solid #b30000; padding-top: 10px; }
.blog-home-page .wd-post .wd-post-title { font-size: 23px; font-weight: 700; min-height: 100px; }
.blog-home-page .entry-header { display: none;}
.blog-home-page .blog-design-masonry.blog-style-bg .wd-post-content { background-color: #f5f5f5; }
.blog-home-page { margin-bottom: 60px;}

.bg-home-banner { background-size: cover; background-repeat: no-repeat; background-position: right center; padding: 120px 0; margin: 60px 0;}
.bg-home-banner h3 { font-size: 30px;}
.btn-dromos { border: 4px solid #b30000; text-transform: uppercase; background-color: transparent !important; color: #b30000 !important; font-weight: 700;}
.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat { background-color: transparent; color: #b30000; }
.products-home { margin: 60px 0; text-transform: uppercase; text-align: center;}
.products-home p { margin-top: 10px 0; font-size: 20px; font-weight: 600; color: #b30000;}
.products-home .wpb_content_element { margin: 10px 0;}
.location .wpb_content_element { margin-bottom: 0 !important; }
.wd-footer { padding-top: 30px; font-size: 13px;}
.wd-copyrights { border-top: none !important; font-size: 10px; letter-spacing: 3px; }
.img-home01 img { margin-top: -50px}
.subslide-dromos-home { background: rgba(255,255,255,0.95); margin-top: -70px; z-index:9; padding: 40px 20px;}
.subslide-dromos-home h1 { font-size: 50px; line-height: 55px;}
.subslide-dromos-home h2 { font-size: 30px; line-height: 35px; text-transform: uppercase; font-weight: 200}
.subslide-dromos-home h2 strong { color: #b30000; font-weight: 200}
.subtitlepages h4 { font-size: 25px;}
.site-logo { margin-top: -40px;}
.wd-content-layout { padding-block: 0; }
.woodmart-product-single { padding-top: 40px; padding-bottom: 40px; }
.dromos-product-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr) 220px; gap: 30px; align-items: start; }
.dromos-product-sidebar-left, .dromos-product-main, .dromos-product-sidebar-right { min-width: 0; }
.product-left-nav .panel { background: #fff; border: 1px solid #e5e5e5; border-radius: 0; box-shadow: none; margin-bottom: 0; }
.product-left-nav .panel-heading { padding: 0; background: #fff; border-bottom: 1px solid #e5e5e5; }
.product-left-nav .panel-title { margin: 0; font-size: 15px; font-weight: 600; text-transform: uppercase; }
.product-left-nav .panel-title a { display: block; padding: 14px 18px; color: #222; text-decoration: none; }
.product-left-nav .panel-title a:hover { color: #b30000; }
.product-left-nav .panel-body { list-style: none; margin: 0; padding: 12px 18px 16px; }
.product-left-nav .panel-body li { margin-bottom: 8px; font-size: 14px; }
.product-left-nav .panel-body li a {color: #666;text-decoration: none;}
.product-left-nav .panel-body li a:hover {color: #b30000;}
.product-left-nav .panel-body li.current-item {color: #b30000;font-weight: 700;}
.art-code {font-size: 22px;font-weight: 700;margin-bottom: 5px;text-transform: uppercase;line-height: 1.2;}
.prod-subtitle {font-size: 38px;font-weight: 300;margin-bottom: 20px;line-height: 1.2;}

.product-slider {
	margin-bottom: 30px;
}

.product-slider .carousel-inner > .item > img,
.product-slider .carousel-inner > .item img {
	width: 100%;
	height: auto;
	display: block;
}

.art-name {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 1.3;
}

.product_content h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.product-two-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-bottom: 30px;
}

.product-divider {
	margin: 25px 0 30px;
}

.product-divider span {
	display: block;
	width: 80px;
	height: 3px;
	background: #b30000;
}

.applications-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

.application-link {
	display: inline-block;
	text-decoration: none;
}

.application-tag {
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.product-contact-col {
	position: sticky;
	top: 110px;
	font-size: 14px;
	line-height: 1.6;
}

.product-contact-col i {
	font-size: 28px;
	margin-bottom: 15px;
	display: block;
}

.ctaBase a {
	display: inline-block;
	padding: 10px 18px;
	background: #b30000;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	margin-top: 10px;
}

.ctaBase a:hover {
	color: #fff;
	opacity: .9;
}

@media (max-width: 1199px) {
	.dromos-product-layout {
		grid-template-columns: 240px minmax(0, 1fr);
	}

	.dromos-product-sidebar-right {
		grid-column: 1 / -1;
	}

	.product-contact-col {
		position: static;
		top: auto;
	}
}

@media (max-width: 767px) {
	.dromos-product-layout {
		grid-template-columns: 1fr;
	}

	.product-two-cols {
		grid-template-columns: 1fr;
	}

	.prod-subtitle {
		font-size: 28px;
	}
}

.product-left-nav {
	border: 1px solid #e5e5e5;
	background: #fff;
}

.product-accordion-item + .product-accordion-item {
	border-top: 1px solid #e5e5e5;
}

.product-accordion-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
	background: #fff;
	border: 0;
	cursor: pointer;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222;
}
.product-accordion-trigger::after {content: "+";font-size: 18px;line-height: 1;}
.product-accordion-item.is-open .product-accordion-trigger::after {content: "−";}
.product-accordion-panel {padding: 12px 18px 16px;}
.product-accordion-list {list-style: none;margin: 0;padding: 0;}
.product-accordion-list li {margin-bottom: 8px;font-size: 14px;}
.product-accordion-list li a {color: #666;text-decoration: none;}
.product-accordion-list li a:hover {color: #b30000;}
.product-accordion-list li.current-item { color: #b30000; font-weight: 700; }@media (min-width: 577px) and (max-width: 767px) {
	.site-logo { margin-top: inherit; }
.subslide-dromos-home h2 { font-size: 20px; line-height: 25px; }
.subslide-dromos-home { margin-top: 0; padding: 20px 0; }
.subslide-dromos-home h1 { font-size: 30px; line-height: 35px; }
.section-home-dromos h3 { font-size: 20px;}
.bg-home-banner h3 { font-size: 20px;}
.bg-home-banner { background-size: 600px; background-repeat: no-repeat;  background-position: top right; padding: 230px 0 10px; margin: 30px 0; }
.wd-sub-menu li > a { color: #999; }
.subtitlepages h2 { font-size: 30px; line-height: 35px; }
.wd-page-title .title { font-size: 20px !important; }
.clbox-alpha .wpb_text_column { margin-left: inherit; padding: inherit; }
.clbox-alpha { padding-right: 0; }
}

@media (max-width: 576px) {
	.site-logo { margin-top: inherit; }
.subslide-dromos-home h2 { font-size: 20px; line-height: 25px; }
.subslide-dromos-home { margin-top: 0; padding: 20px 0; }
.subslide-dromos-home h1 { font-size: 30px; line-height: 35px; }
.section-home-dromos h3 { font-size: 20px;}
.bg-home-banner h3 { font-size: 20px;}
.bg-home-banner { background-size: 600px; background-repeat: no-repeat;  background-position: top right; padding: 230px 0 10px; margin: 30px 0; }
.wd-sub-menu li > a { color: #999; }
.subtitlepages h2 { font-size: 30px; line-height: 35px; }
.wd-page-title .title { font-size: 20px !important; }
.clbox-alpha .wpb_text_column { margin-left: inherit; padding: inherit; }
.clbox-alpha { padding-right: 0; }
}

