/* lora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oxygen-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oxygen-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oxygen-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oxygen-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oxygen-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oxygen-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

:root {
/*COLORI*/
--bianco: #FFF;
--nero: #2D2D2D;
--grigio: /*#818181*/#717170;	
--grigio-alt: /*#969696;*/#959595;	
--arancione: #FF8F1C;
--arancione-alt: #da7a18;

/*COLORI TEMA*/
--color-gray: /*#818181*/#717170;
--color-gray-dark: #414141;
	
--color-success: #FF8F1C;
--color-info: #FF8F1C;
--color-warning: #FF8F1C;
--color-danger: #FF8F1C;
	
--color-dark: #2D2D2D;
--color-body: #2D2D2D;
--color-label: #1A2031;
--color-title: #2D2D2D;
--color-semi: #2D2D2D;
--color-price: #2D2D2D;
--color-a: #2D2D2D;
	
--color-a-hover: #FF8F1C;
--color-date: #FF8F1C;
--color-primary: #FF8F1C;
--color-secondary: #FF8F1C;
	
--bg-color-btn: transparent;
	
--bg-color-btn-hover: #FF8F1C;
--bg-color-label-new: #FF8F1C;
--bg-color-label-sale: #FF8F1C;
--color-btn: #FF8F1C;
	
--ax-line-color: #f2f2f2;
	
/*PESI*/
--font-weight-body: 300 !important;
--font-weight-label: 700 !important;
--font-weight-semi: 400 !important;
--font-weight-title: 400 !important;

/*DIMENSIONI*/
--font-size-h1: 56px;
--font-size-h2: 40px;
--font-size-h3: 36px;
--font-size-h4: 32px;
--font-size-h5: 24px;
--font-size-h6: 20px;
--font-size-body: 16px;
--font-size-cta: 13px;
--font-size-exta-small: 13px;

/*FONT*/
	--font-family-body: 'Oxygen', "Helvetica", "Arial", "sans-serif";
    --font-family-label: 'Oxygen', "Helvetica", "Arial", "sans-serif";
    --font-family-semi: 'Oxygen', "Helvetica", "Arial", "sans-serif";
    --font-family-title: 'Lora', "Helvetica", "Arial", "sans-serif";
}

/* ---------------------------------------------- INIZIO SCROLLBAR*/
::-webkit-scrollbar {
	background-color: var(--ax-line-color); /* or add it to the track */
	width: 6px;
	height: 8px;
	outline: 4px solid var(--ax-line-color);
	-webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar-thumb{
	background: var(--nero);
	border-radius: 30px;
	-webkit-overflow-scrolling: touch;
}
.wrapper-scroll {
    -webkit-overflow-scrolling: touch;
}
/* Chrome, Safari, Edge Chromium */
.wrapper-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px; /* opzionale per scroll orizzontale */
}
.wrapper-scroll::-webkit-scrollbar-track {
    background: #f0f0f0; /* colore sfondo barra */
}
.wrapper-scroll::-webkit-scrollbar-thumb {
    background-color: red; /* COLORE SCROLLBAR */
    border-radius: 4px;
    border: 2px solid #f0f0f0; /* per "staccarla" dal track */
}
.wrapper-scroll::-webkit-scrollbar-thumb:hover {
    background-color: darkred;
}
/* Firefox */
.wrapper-scroll {
    scrollbar-width: thin;
    scrollbar-color: var(--nero) #f0f0f0;
}
/* ---------------------------------------------- FINE SCROLLBAR*/


/* ---------------------------------------------- INIZIO GLOBAL*/
a:not(.elementor-button):hover {
    color: inherit;
    font-weight: var(--font-weight-label);
	cursor: pointer;
}
a:not(.elementor-button):has( >.widget-image-caption.wp-caption-text) {
	transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
a:not(.elementor-button):hover .widget-image-caption.wp-caption-text {
    transform: translateY(-8px);
}
.axps-breadcrumb a:hover {
	font-weight: var(--font-weight-semi);
}
.main-logo .elementor-image img {
    width: auto !important;
    max-width: 100%;
    min-height: 160px;
}
.gruppo-masonry .verticale img {
	aspect-ratio: 3 / 4.14;
    object-fit: cover;
}
.gruppo-masonry .orizzontale img {
	aspect-ratio: 3 / 2;
    object-fit: cover;
}
.gruppo-masonry .quadrato img {
    aspect-ratio: 2 / 1.84;
}
.gruppo-masonry .elementor-widget-image .elementor-image a:hover::before {
	content: "Zoom";
    position: absolute;
    background: transparent;
    border-radius: 30px;
    padding: 3px 20px;
    color: var(--arancione-alt);
    z-index: 1;
    left: 45%;
    top: 45%;
    cursor: pointer;
    border: 1px solid var(--arancione-alt);
}
#header:has( #header-normal > #elementor-post-19 ) {
    margin-bottom: 0;
}
.elementor-widget-button.se-stesso a {
	font-weight: var(--font-weight-label);
	text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.elementor-widget-button:not(.se-stesso) a:hover {
	font-weight: var(--font-weight-label);
}
#header .elementor-widget-button.btn-selezione a:hover {
	font-weight: var(--font-weight-semi);
}
body:has( main .gallery-con-caption ) .dialog-type-lightbox {
    display: flex;
    justify-content: center;
}
body:has( main .gallery-con-caption ) .custom-lightbox-caption {
    font-family: var(--font-family-title);
    font-size: var(--font-size-h6);
    margin-bottom: 30px;
    font-weight: var(--font-weight-title) !important;
    bottom: 0;
    position: absolute;
}
.gallery-con-caption .swiper-slide.item .widget-image-caption {
    font-family: var(--font-family-title);
    font-size: var(--font-size-body);
    margin-bottom: 30px;
}
.gallery-con-caption.foto-orizzontali img {
	aspect-ratio: 3 / 2;
    object-fit: cover;
}
#active-search-filters ul li a:hover, #active-search-filters ul li a.filter-block-all {
    color: #795548;
    background-color: var(--bg-color-btn-hover);
    border-color: var(--bg-color-btn-hover);
}
.accordion-certificazioni a.btn {
	background: var(--arancione);
    border: 1px solid var(--arancione);
	font-family: var(--font-family-body);
    font-size: var(--font-size-body);
	text-transform: none;
    height: 30px;
	font-weight: var(--font-weight-semi);
}
.accordion-certificazioni a.btn:hover {
	background: transparent;
    border-color: var(--arancione);
	transform: scale(1.1);
	font-weight: var(--font-weight-body);
	font-weight: var(--font-weight-label);
}
.accordion-certificazioni .elementor-tab-content a:not(.btn) {
	font-size: var(--font-size-cta);
    text-decoration: underline;
    text-decoration-thickness: .5px;
    text-underline-offset: 4px;
    color: var(--arancione-alt);
}
.accordion-certificazioni a:not(.btn):hover {
    color: var(--nero);
}
.accordion-certificazioni img {
    max-height: 100px;
    width: auto;
}
.elementor-widget-axps-languages .axps-dropdown-menu > a {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 15px !important;
}
.elementor-widget-axps-languages img {
    display: none;
}
table.axps_shop_attributes tbody th,
table.axps_shop_attributes td {
    padding: 5px 15px;
	font-size: var(--font-size-cta);
}
.widget-facet-search .wrapper-scroll-content {
    max-height: 130px;
}
.widget-facet-search ul li:not(.facet_color) {
    flex: 1 1 50%;
}
.elementor-heading-title {
    overflow-wrap: normal;
}
.elementor-contact-form .elementor-field {
    border-color: var(--grigio-alt);
}
.elementor-field-group .elementor-select-wrapper::before {
    color: var(--grigio-alt);
}
@media (min-width: 1025px) {
	.elemento-sticky {
		position: sticky;
		left: 0;
		top: 100px;
		height: 100vh;
		z-index: 10;
	}
}

/* ---------------------------------------------- FINE GLOBAL*/

 

/* ---------------------------------------------- INIZIO HEADER CANVAS MENU*/
.canvas-widget-top .title-canvas-widget {
    color: var(--arancione-alt);
    font-family: var(--font-family-body);
    font-size: var(--font-size-body);
}
.wrapper-menu-mobile li.active > .menu_a_wrap {
    background-color: transparent;
}
.wrapper-menu-mobile li.active:has( > ul) > .menu_a_wrap {
    background-color: var(--ax-line-color);
}
.wrapper-menu-mobile .mo_sub_ul {
    background-color: var(--ax-line-color);
}
/*.mo_element_ul_depth_0:has( > li.nrt_mo_mega_18.active ) > li.nrt_mo_mega_9.active > .menu_a_wrap,
.mo_element_ul_depth_0:has( > li.nrt_mo_mega_18.active ) > li.nrt_mo_mega_9.active > .mo_sub_ul {
	background-color: transparent;
}*/
.mo_element_ul_depth_0:has( > li.nrt_mo_mega_9.active ) > li.nrt_mo_mega_18.active > .menu_a_wrap,
.mo_element_ul_depth_0:has( > li.nrt_mo_mega_9.active ) > li.nrt_mo_mega_18.active > .mo_sub_ul {
	background-color: #ebebeb;
}
.mo_element_ul_depth_0:has( > li.nrt_mo_mega_9.active ) > li.nrt_mo_mega_18.active > .menu_a_wrap a,
.mo_element_ul_depth_0:has( > li.nrt_mo_mega_9.active ) > li.nrt_mo_mega_18.active > .mo_sub_ul a {
	border-bottom-color: #ebebeb;
}

.wrapper-menu-mobile .active .menu_a_wrap.menu-item-has-children > a > span {
    font-weight: var(--font-weight-label);
}
.wrapper-menu-mobile li.active > .menu_a_wrap .icon-opener {   
    background-color: transparent;
}
.wrapper-menu-mobile li.mo_sub_li {
    padding-left: 30px;
}
/*.wrapper-menu-mobile li.mo_sub_li .mo_element_a_19,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_20,*/
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_25,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_26,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_16,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_31 {
    text-transform: uppercase;
}
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_13,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_12,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_14,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_27,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_28,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_29,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_30,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_10,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_32,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_33 {
    padding-left: 40px;
}
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_25,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_13,
.wrapper-menu-mobile li.mo_sub_li .mo_element_a_12 {
    border-bottom: none;
}
.wrapper-menu-mobile li > .menu_a_wrap .icon-opener,
.wrapper-menu-mobile li.active > .menu_a_wrap .icon-opener {
	color: #6c6c6c;
}
.wrapper-menu-mobile .menu_a_wrap .icon-opener::after {
    font-size: 20px;
}
.wrapper-menu-mobile .menu_a_wrap:hover .icon-opener {
	color: var(--arancione);
}
.wrapper-menu-mobile li:not(.active) .menu_a_wrap:hover .icon-opener::after {
	transform: scale(1.5);
	transition-duration: .3s;
    transition-property: transform;
	animation: bounce-hover 0.6s ease;
}
/* Bounce animation */
@keyframes bounce-hover {
  0%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(4px);
  }
  80% {
    transform: translateY(-4px);
  }
}
/* ---------------------------------------------- FINE HEADER CANVAS MENU*/


/* ---------------------------------------------- INIZIO HEADER MENU WIDE ORIZZONTALE */
.elementor-2 .menu-horizontal .item-level-0:hover > a span:not(.triangle) {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: .7px;
    text-decoration-color: var(--arancione);
}
.nrt_mega_menu .element_ul_depth_1 {
    margin-bottom: 0;
}
.nrt_mega_menu .style_wide .element_a_depth_1 {
    font-size: var(--font-size-cta);
    line-height: normal;
	font-family: var(--font-family-body);
	font-weight: var(--font-weight-label);
}
.nrt_mega_menu .style_wide .style_element_a_13,
.nrt_mega_menu .style_wide .style_element_a_12,
.nrt_mega_menu .style_wide .style_element_a_14,
.nrt_mega_menu .style_wide .style_element_a_30,
.nrt_mega_menu .style_wide .style_element_a_29,
.nrt_mega_menu .style_wide .style_element_a_10,
.nrt_mega_menu .style_wide .style_element_a_32,
.nrt_mega_menu .style_wide .style_element_a_33 {
	text-transform: none;
	padding-left: 5px;
	font-weight: var(--font-weight-body);
}
.nrt_mega_menu .style_wide .element_a_depth_1:hover {
    color: var(--arancione-alt);
	font-weight: var(--font-weight-label);
	letter-spacing: .5px;
}
.nrt_mega_menu .style_wide .style_element_a_13:hover,
.nrt_mega_menu .style_wide .style_element_a_12:hover,
.nrt_mega_menu .style_wide .style_element_a_14:hover,
.nrt_mega_menu .style_wide .style_element_a_30:hover,
.nrt_mega_menu .style_wide .style_element_a_29:hover,
.nrt_mega_menu .style_wide .style_element_a_10:hover,
.nrt_mega_menu .style_wide .style_element_a_32:hover,
.nrt_mega_menu .style_wide .style_element_a_33:hover {
    color: var(--nero);
	letter-spacing: 0;
}
body.lang-en #header-normal .menu-horizontal .item-level-0 > a {
	padding-left: 9px !important;
	padding-right: 9px !important;
}
body.lang-en #header-sticky .menu-horizontal .item-level-0 > a {
    font-size: 14px;
    padding-left: 8px !important;
	padding-right: 8px !important;
}
body.lang-en #header-sticky a.elementor-button {
    font-size: 14px;
}
/* ---------------------------------------------- FINE HEADER MENU WIDE ORIZZONTALE */


/* ---------------------------------------------- INIZIO HEADER VOCI MENU ORIZ SELECTED CUSTOM*/
#cms.cms-id-14 .menu-horizontal .item-level-0 > a.style_element_a_18, 
#cms.cms-id-13 .menu-horizontal .item-level-0 > a.style_element_a_18,
#category.category-id-87 .item-level-0 > a.style_element_a_9,
#category.category-id-91 .item-level-0 > a.style_element_a_9,
#category.category-id-94 .item-level-0 > a.style_element_a_9,
#category.category-id-92 .item-level-0 > a.style_element_a_9,
#category.category-id-86 .item-level-0 > a.style_element_a_9,
#category.category-id-90 .item-level-0 > a.style_element_a_9,
#category.category-id-85 .item-level-0 > a.style_element_a_9,
#category.category-id-97 .item-level-0 > a.style_element_a_9,
#category.category-id-42 .item-level-0 > a.style_element_a_9,
#category.category-id-44 .item-level-0 > a.style_element_a_9,
#category.category-id-102 .item-level-0 > a.style_element_a_9,
#category.category-id-103 .item-level-0 > a.style_element_a_9,
#category.category-id-104 .item-level-0 > a.style_element_a_9 {
	color: var(--arancione-alt);
}
#cms.cms-id-13 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_19 {
	color: var(--arancione-alt);
	font-weight: var(--font-weight-label);
    letter-spacing: .5px;
}
#cms.cms-id-14 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_20 {
	color: var(--arancione-alt);
	font-weight: var(--font-weight-label);
    letter-spacing: .5px;
}
#category.category-id-87 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_25,
#category.category-id-86 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_26,
#category.category-id-97 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_31 {
	color: var(--arancione-alt);
	font-weight: var(--font-weight-label);
    letter-spacing: .5px;
}
#category.category-id-91 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_13,
#category.category-id-94 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_12,
#category.category-id-92 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_14,
#category.category-id-90 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_30,
#category.category-id-85 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_29,
#category.category-id-42 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_29,
#category.category-id-44 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_29,
#category.category-id-102 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_10,
#category.category-id-103 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_32,
#category.category-id-104 .nrt_mega_menu .style_wide .element_a_depth_1.style_element_a_33 {
	font-weight: var(--font-weight-label);
	color: var(--arancione-alt);
}
/* ---------------------------------------------- FINE HEADER VOCI MENU ORIZ SELECTED CUSTOM*/


/* ---------------------------------------------- INIZIO FOOTER*/
.feed-ig .elementor-text-editor p > a {
	font-weight: var(--font-weight-label) !important;
}
.feed-ig .elementor-text-editor p > a:hover {
    text-decoration: underline;
    text-decoration-thickness: .5px;
    text-underline-offset: 10px;
	letter-spacing: 12px;
}
.riepilogo-contatti p > a {
    color: var(--arancione-alt);
}
.riepilogo-contatti p > a:hover {
	text-decoration: underline;
    text-decoration-thickness: .5px;
    text-underline-offset: 5px;
	color: var(--arancione-alt);
}
#module-roja45quotationspro-QuotationsProFront .banner-contattaci,
#contact .banner-contattaci {
	display: none; 
}
#footer .banner-contattaci .elementor-widget-button:not(.se-stesso) a:hover {
    font-weight: var(--font-weight-semi);
}
#module-roja45quotationspro-QuotationsProFront .elementor-shape-top .elementor-shape-fill,
#contact .elementor-shape-top .elementor-shape-fill {
    fill: var(--bianco);
}
/* ---------------------------------------------- FINE FOOTER*/


/* ---------------------------------------------- INIZIO HOME*/
#index.header-is-overlap #header-normal {
	background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.9) 0%, rgba(45, 45, 45, 0.3) 10%, rgba(45, 45, 45, 0.3) 90%, rgba(45, 45, 45, 0) 100%);
}
#index.header-is-overlap .main-logo .elementor-image img {
    /*filter: drop-shadow(0 0 0.75rem var(--nero));*/
    /* filter: drop-shadow(0 -6mm 4mm rgb(45, 45, 45)); */
    /*filter: drop-shadow(0 -6mm 4mm rgb(254, 143, 29));*/
    /*filter: drop-shadow(0 -6mm 4mm rgb(255, 152, 0));*/
	filter: drop-shadow(0 -6mm 4mm var(--arancione));
}
#index.header-is-overlap #header-normal .menu-horizontal .item-level-0 > a {
	text-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px
}
#index.header-is-overlap .menu-horizontal .item-level-0:hover > a {
	color: var(--arancione) !important;
}
#index .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #969696;
    opacity: .8;
}
#index .elementor-slide-description {
  text-shadow: 
	1px 1px rgba(122, 111, 99, 0.10),
    2px 2px rgba(115, 105, 93, 0.09),
    3px 3px rgba(109, 99, 88, 0.09),
    4px 4px rgba(102, 93, 83, 0.08),
    5px 5px rgba(96, 87, 78, 0.08),
    6px 6px rgba(89, 81, 72, 0.07),
    7px 7px rgba(83, 75, 67, 0.07),
    8px 8px rgba(77, 70, 62, 0.06),
    9px 9px rgba(70, 64, 57, 0.06),
    10px 10px rgba(64, 58, 52, 0.05),
    11px 11px rgba(57, 52, 46, 0.05),
    12px 12px rgba(51, 46, 41, 0.04),
    13px 13px rgba(44, 40, 36, 0.04),
    14px 14px rgba(38, 35, 31, 0.03),
    15px 15px rgba(32, 29, 26, 0.03),
    16px 16px rgba(25, 23, 20, 0.02),
    17px 17px rgba(19, 17, 15, 0.02),
    18px 18px rgba(12, 11, 10, 0.01),
    19px 19px rgba(6, 5, 5, 0.01),
    20px 20px rgba(0, 0, 0, 0.00);
}
/*#index .elementor-slide-description {
	text-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px
}*/
/* ---------------------------------------------- FINE HOME*/


/* ---------------------------------------------- INIZIO PRODUCT PAGE*/
.qty.quote-product-quantity {
    display: none;
}
.roja45quotationspro_button_container .btn.add-to-quote,
.ask_Quote_view.td_ask_Quote_view > a {
    background: var(--arancione);
	border: 1px solid var(--arancione);
    border-radius: 30px !important;
    font-family: var(--font-family-body);
    text-transform: none;
    color: var(--nero) !important;
    font-weight: var(--font-weight-semi) !important;
    display: flex;
	min-width: 300px;
	font-size: var(--font-size-h6);
	height: 52px;
}
.roja45quotationspro_button_container .btn.add-to-quote:hover,
.ask_Quote_view.td_ask_Quote_view > a:hover {
	background: var(--bianco);
	border: 1px solid var(--arancione);
	box-shadow: none !important;
	transform: scale(1.1);
}
.ask_Quote_view.td_ask_Quote_view {
	padding: 0 !important;
    min-width: 250px;
    max-width: 250px;
}
.btn.add-to-quote> svg {
	display: none;
}
.summary-container .product_meta > div a:not(:last-child)::after {
    content: '';
}
.summary-container .product_meta > div.attachments {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.summary-container .product_meta > div span.label {
	min-width: 100%;
	padding-bottom: 5px;
}
.summary-container .product_meta > div.attachments a {
	display: flex;
    align-content: center;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    min-width: 200px;
}
.summary-container .product_meta > div.attachments a img {
	width: 28px;
    border-radius: 4px;
}
.summary-container .product_meta > div.attachments a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: .5px;
}
.summary-container .product_meta > div:not(.attachments) span.label,
.summary-container .product_meta > div:not(.attachments) span:not(.label) {
    font-weight: var(--font-weight-body);
    font-size: 12px;
	color: var(--color-body);
}
.summary-container .product_meta > div {
    margin-bottom: 15px;
}
.summary-container .product_meta {
    border-top: none;
}
.summary-container .product-short-description p:has(>img) {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}
table.axps_shop_attributes tbody th {
    font-family: var(--font-family-label);
}
.product-description div:has(>img) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
.product-description div:has(>img) img {
    min-height: 200px;
    width: auto;
	border-radius: 4px;
}
#product .product-type-6 .item-inner .ax-product-cats {
	display: none;
}
.product-type-6 .item-inner .product_name {
    font-size: var(--font-size-h5);
    font-family: var(--font-family-labe);
}
.product-type-6 .item-inner .product-short-description > p {
	display: none;
}
.MagicZoom img, .mz-figure img {
	/*border-radius: 8px;*/
	aspect-ratio: 1/1.41; /*aspect-ratio A4*/
    object-fit: cover;
    object-position: center;
}
.MagicScroll .mcs-item img {
    /*border-radius: 4px;*/
    border: none;
    padding: 0;
}
.mcs-item:after, .mcs-item > a:after {
    display: block !important;
}
/*.MagicScroll-vertical .mcs-item {
    height: 24.425% !important;
    padding: 20px;
}*/
/*.MagicScroll-vertical .mcs-item {
    height: 31.3333% !important;
}*/
div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer {
    padding-left: 35px !important;
}
/*body#product main section#wrapper div section#main div div#content-wrapper div#main-content div div div div div div a#MagicZoomPlusImageMainImage:not(.mz-no-rt-width-css) > .mz-figure:not(.mz-no-rt-width-css) > img {
    aspect-ratio: 1;
    object-fit: cover;
}*/
.MagicScroll-horizontal .mcs-button-arrow-prev:before, .MagicScroll-horizontal .mcs-button-arrow-next:before, .MagicScroll-vertical .mcs-button-arrow-prev:before, .MagicScroll-vertical .mcs-button-arrow-next:before {
	border-width: 2px !important;
    border-color: var(--bianco) !important;
}
.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
    width: 18px !important;
    height: 18px !important;
}
.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    width: 100% !important;
    height: 40px !important;
    background: none !important;
    backdrop-filter: blur(20px) !important;
}
.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    top: 0 !important;
}
.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next {
    bottom: 0 !important;
}
.summary-container .product_title {
    font-size: 5rem;
    font-weight: var(--font-weight-body);
	margin-top: 0;
}
.axps-breadcrumb {
    font-size: var(--font-size-exta-small);
}
.axps-breadcrumb a:not(:last-child)::after {
    content: "·";
	font-size: var(--font-size-exta-body);
}
.summary-container .product-short-description > ul > li {
    font-weight: var(--font-weight-label);
}
.mz-lens {
	border: 1px solid !important;
    border-color: transparent !important;
    cursor: none !important;
/*    border-radius: 50%;
    width: 250px !important;
    height: 250px !important;*/
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(45 45 45) 0px 0px 0px 1px !important;
}
/*figure.mz-figure {
    border-radius: 8px;
}*/
.mz-figure.mz-active > img {
    -webkit-filter: /*blur(1px)*/ opacity(0.25) !important;
    filter: /*blur(1px)*/ opacity(0.25) !important;
}
.plus {
	display: flex;
    gap: 30px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding-bottom: 30px !important;
}
.plus > img {
    height: 90px;
}
.certificazioniProdotto:has(>img) {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 0;
    background-color: var(--bianco);
    gap: 24px;
}
.certificazioniProdotto > img {
    height: fit-content;
    max-height: 80px;
	max-width: 80px;
}
#product-details+hr {
	display: none;
}
#product #header {
	background-color: #f8f8f8;
}
@media (max-width: 375px) {
	.product-type-6 .item-inner .element-bottom {
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
    div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer, div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer {
        padding-left: 0 !important;
    }
	div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll, div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll {
        height: 125px !important;
    }
	.MagicScroll-horizontal .mcs-items-container > * {
		padding-right: 5px;
	}
	.MagicScroll .mcs-item img {
		aspect-ratio: 1;
		object-fit: cover;
	}
	.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next,
	.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev {
		display: none !important;
	}
	#product .single-breadcrumbs-wrapper .axps-breadcrumb {
		padding-left: 5px;
	    padding-right: 5px;
	}
}
@media (min-width: 1200px) {
	.col-xl-6.col-lg-7.col-md-6.col-12.single-product-images {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col-xl-6.col-lg-5.col-md-6.col-12.single-product-summary {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
}
@media (max-width: 1024px) {
    #product #wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 1025px) {
    .vertical-thumb {
        padding-left: 0;
    }
	.tab-type-default.wc-tabs-wrapper {
        background-color: #F8F8F8;
		padding: 60px;
		margin-top: 60px;
    }
	table.axps_shop_attributes td {
		border-top: none;
	}
	table.axps_shop_attributes tr:nth-of-type(2n+1) {
		background-color: #F8F8F8;
	}
	table.axps_shop_attributes tbody th {
		border-top: none;
	}
	.axps_shop_attributes {
		border: none;
	}
	.wc-tabs-wrapper .nav-tabs::after {
		background: #e0e0e0;
	}
	.wc-tabs-wrapper .nav-tabs li a {
		font-size: var(--font-size-h5);
	}
	.wc-tabs-wrapper .nav-tabs li {
		color: #878787;
	}
	.wc-tabs-wrapper .nav-tabs {
		text-align: left;
	}
}
/* ---------------------------------------------- FINE PRODUCT PAGE*/


/* ---------------------------------------------- INIZIO CATEGORY PAGE*/
#js-product-list-top {
	display: none;
}
.product-type-6 .js-product-miniature {
    box-shadow: none;
}
.product-type-6 .js-product-miniature img {
    aspect-ratio: 1/1.41; /*aspect-ratio A4*/
    object-fit: cover;
}
.product-description {
    display: flex;
    flex-direction: column;
}
.product-type-6 .item-inner .product_name {
    font-family: var(--font-family-title);
	line-height: 1.2;
	order: 1;
}
.product-type-6 .item-inner .ax-product-cats {
    text-transform: uppercase;
	font-size: var(--font-size-exta-small);
    color: var(--grigio);
	order: 2;
}
.product-type-6 .item-inner .product-short-description {
    text-transform: uppercase;
	font-size: var(--font-size-exta-small);
	font-weight: var(--font-weight-label);
    color: var(--grigio);
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
	order: 3;
}
.product-type-6 .item-inner .product-short-description img {
    display: none;
}
.product-type-6 .item-inner .product-short-description > ul,
.summary-container .product-short-description ul {
    list-style: none;
	padding-left: 0;
}
.product-list-subcategories .wrapp-category {
    margin-bottom: 0;
	transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
.header-is-overlap .page-title-layout-1.page-title {
    padding-top: 250px;
    padding-bottom: 90px;
}
.product-list-subcategories {
    margin-bottom: -60px;
    position: relative;
    top: -130px;
}
.product-list-subcategories a.wrapp-category {
    font-size: var(--font-size-body) !important;
    font-weight: var(--font-weight-semi) !important;
	transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
.product-list-subcategories a.wrapp-category .category-title {
	padding: 20px 0;
    font-size: inherit !important;
    text-transform: none;
    font-weight: inherit !important;
}
.product-list-subcategories a.wrapp-category:hover {
    font-weight: var(--font-weight-label) !important;
	text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}
.product-list-subcategories a.wrapp-category:hover .category-title {
    font-weight: inherit !important;
}
.page-title .container.container-parent {
    display: flex;
    flex-direction: column;
	align-items: flex-start;
}
.page-title .h1 {
    max-width: 600px;
    text-align: left;
	order: 2;
}
.page-title .axps-breadcrumb {
    order: 1;
	padding-bottom: 10px;
}
#category .page-title .axps-breadcrumb,
#search .page-title .axps-breadcrumb {
        padding-top: 30px;
}
.widget:has (.wrapper-scroll.facet-wrapper-content) {
    padding-bottom: 0;
}
.wrapper-scroll.facet-wrapper-content {
    scrollbar-color: var(--nero) var(--ax-line-color);
}
#category #header+#wrapper {
    display: flex;
    flex-direction: column;
}
#category #wrapper .page-title {
	order: 1;
}
#category #wrapper > .widget.block-categories {
    padding: 0 0 40px 30px;
    background-color: #f9f9f9;
	order: 2;
}
#category #wrapper > .container.container-parent {
	order: 3;
}
#category #wrapper > .widget.block-categories > .widget-content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1750px;
}
#category #wrapper > .widget.block-categories ul > li > a::before {
	display: none;
}
#category.header-is-overlap .page-title-layout-1.page-title {
    padding-bottom: 20px;
    margin-bottom: 0;
}
#category #wrapper > .widget.block-categories .widget-content .widget-title {
	display: none;
}
#category #wrapper > .widget.block-categories .widget-content .block_content > ul {
	display: flex;
	flex-wrap: wrap;
}
#category #wrapper > .widget.block-categories .widget-content .block_content > ul > li {
	display: flex;
	flex-wrap: wrap;
	min-width: 250px;
	justify-content: center;
}
#category #wrapper > .widget.block-categories .widget-content .block_content > ul > li:first-child, 
#category #wrapper > .widget.block-categories .widget-content .block_content > ul > li:last-child {
	justify-content: flex-start;
}
.category-id-91 #wrapper > .widget.block-categories ul > li:nth-child(1) a {
	font-weight: var(--font-weight-label);
	text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.category-id-94 #wrapper > .widget.block-categories ul > li:nth-child(2) a {
	font-weight: var(--font-weight-label);
	text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.category-id-92 #wrapper > .widget.block-categories ul > li:nth-child(3) a {
	font-weight: var(--font-weight-label);
	text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.category-id-42 #wrapper > .widget.block-categories ul > li:nth-child(1) a {
	font-weight: var(--font-weight-label);
	text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.category-id-44 #wrapper > .widget.block-categories ul > li:nth-child(2) a {
	font-weight: var(--font-weight-label);
	text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.category-id-102 #wrapper > .widget.block-categories ul > li:nth-child(1) a {
	font-weight: var(--font-weight-label);
	text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.category-id-103 #wrapper > .widget.block-categories ul > li:nth-child(2) a {
	font-weight: var(--font-weight-label);
	text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.category-id-104 #wrapper > .widget.block-categories ul > li:nth-child(3) a {
	font-weight: var(--font-weight-label);
	text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
/*#category.category-id-97 #wrapper > .widget.block-categories .widget-content .block_content > ul > li:nth-child(2) {
	justify-content: flex-start;
}*/
.category-id-90 #wrapper > .widget.block-categories ul > li:nth-child(1) a {
	font-weight: var(--font-weight-label);
	text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
/*.category-id-90 .category-layout-1 {
	display: none;
}*/
@media (max-width: 375px) {
	#category #wrapper > .widget.block-categories .widget-content .block_content > ul > li {
		justify-content: left;
	}
}
@media (min-width: 1025px) {
	#category #wrapper > .widget.block-categories .widget-content .block_content > ul > li:last-child {
		padding-right: 85px;
		justify-content: flex-end;
	}
}
@media (max-width: 1024px) {
	.header-is-overlap .page-title-layout-1.page-title {
		padding-top: 70px;
	}
	#category.header-is-overlap .page-title-layout-1.page-title {
		padding-top: 100px;
	}
	.page-title .h1 {
		font-size: 5rem;
	}
    .page-title .container:has(>.h1) {
        padding-right: 30px;
        padding-left: 30px;
    }
	#category #wrapper > .widget.block-categories .widget-content .block_content > ul > li {
		min-width: 200px;
	}
	#category .category-layout-1 {
		padding-left: 10px;
		padding-right: 10px;
	}
	#category .category-layout-1 div#content-wrapper.left-column {
		order: 2;
	}
	#category .category-layout-1 #left-column {
		order: 1;
		margin-top: -30px;
	}
/*	#category div#_desktop_facets_search {
		display: block !important;
		max-height: 150px;
		overflow-y: scroll;
	}
	#category #left-content section:has(div#_desktop_facets_search) {
		background: #f9f9f9;
		margin-top: 20px;
		padding: 0 30px 20px;
	}  */  
}
/*@media (min-width: 1281px) {
	.header-is-overlap .page-title-layout-1.page-title {
		padding-top: 250px;
	}
}*/
/* ---------------------------------------------- FINE CATEGORY PAGE*/


/* ---------------------------------------------- INIZIO BG HEADER CATEGORY PAGE*/
@media (min-width: 1025px) {
	#category .page-title h1::before,
	#search .page-title h1::before,
	.bg-pittogramma h1::before {
	background-image: url(https://www.torcituradidomaso.it/img/cms/pittogramma-ISY.svg) !important;
		background-position: inherit;
		background-repeat: no-repeat !important;
		background-size: 350px auto !important;
		content: "";
		background: transparent;
		min-width: 100%;
		min-height: 350px;
		display: block;
		position: absolute;
		bottom: 0;
		left: 70vw;
		opacity: .075;
		filter: grayscale(1);
	}
}
/* ---------------------------------------------- FINE BG HEADER CATEGORY PAGE*/



/* ---------------------------------------------- INIZIO CONTACT PAGE*/
#contact .elementor-widget-axps-contact .elementor-button {
    background: var(--arancione);
    border: 1px solid var(--arancione);
    border-radius: 30px !important;
    font-family: var(--font-family-body);
    text-transform: none;
    color: var(--nero);
    font-weight: var(--font-weight-semi);
    display: flex;
    min-width: 100%;
    font-size: var(--font-size-h6);
    height: 52px;
    justify-content: center;
    align-items: center;
}
#contact .elementor-widget-axps-contact .elementor-button:hover {
    background: var(--bianco);
    border: 1px solid var(--arancione);
	transform: scale(1.1);
}
/* ---------------------------------------------- FINE CONTACT PAGE*/



/* ---------------------------------------------- INIZIO BLOG*/
#index .blog-type-2 .blog-title a {
    color: var(--bianco);
}
.blog-type-2 .blog-title a {
    font-size: var(--font-size-h5);
	font-weight: var(--font-weight-title);
}
.blog-type-2 p {
    margin-bottom: 15px;
    color: var(--grigio);
}
.blog-type-2 .read-more {
    font-weight: var(--font-weight-semi);
    text-transform: none;
    font-family: var(--font-family-semi);
    color: var(--arancione);
    font-size: var(--font-size-body);
}
.blog-type-2 .read-more:hover {
    font-weight: var(--font-weight-label);
}
#index .blog-type-2 .read-more:hover {
    color: var(--bianco);
}
.blog-type-2 .blog-thumbnail {
    border-radius: 0;
}
.elementor-slides .swiper-slide .swiper-slide-inner a.elementor-button {
    transition-duration: .3s;
    transition-property: transform;
}
.elementor-slides .swiper-slide .swiper-slide-inner a.elementor-button:active,
.elementor-slides .swiper-slide .swiper-slide-inner a.elementor-button:focus, 
.elementor-slides .swiper-slide .swiper-slide-inner a.elementor-button:hover {
    transform: scale(1.1);
}
#blog-category .widget.block-categories,
#blog-details .widget.block-categories {
    display: none;
}
#blog-category #header-normal,
#blog-details #header-normal {
    background-color: #f9f9f9;
}
#blog-category .page-title,
#blog-details .page-title {
    border-bottom: 1px solid #f2f2f2;
}
#blog-details .page-title .h1,
#blog-details h1.entry-title,
#blog-category h1 {
    font-size: 6.8rem;
    line-height: 1.2em;
}
.widget_tag_cloud .tagcloud a,
.blog-single .entry-info {
    text-transform: none;
}
.widget_tag_cloud .tagcloud a {
    border: 1px solid #e8e8e8;
}
#blog-details .entry-thumbnail {
    border: 1px solid #e8e8e8;
	width: 75%;
    margin: 0 auto 30px;
}
#blog-details .blog-single .entry-content {
	width: 50%;
	margin: 52px auto 50px;
}
#blog-category .category-description {
    font-size: var(--font-size-h6);
    font-family: var(--font-family-body);
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0;
}
#blog-category.header-is-overlap .page-title-layout-1.page-title {
    padding-top: 290px;
    padding-bottom: 50px;
}
.blog-type-2 .item-inner .element-top {
    border: 1px solid #e8e8e8;
}
#blog-details .entry-content video {
	margin: 30px auto;
    width: 100% !important;
    height: auto !important;
}
.blog-single .single-footer .entry-tags a {
	text-transform: none;
}
#blog-details .page-title .axps-breadcrumb {
    justify-content: flex-start;
	text-align: left;
}
#blog-details .entry-content a {
	text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}
#blog-details .entry-content a:hover {
	font-weight: var(--font-weight-label);
	transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
.blog-single .entry-info li,
.blog-single .entry-info li a:hover {
    color: var(--arancione-alt);
}
.widget_tag_cloud .tagcloud a:hover {
    color: var(--nero);
    background-color: var(--bianco);
    border-color: var(--bg-color-btn-hover);
    padding-left: 30px;
    padding-right: 30px;
}
#right-content .input-group-1 > .btn {
    font-family: var(--font-family-body);
}
#right-content .input-group-1 > .btn:hover {
	color: var(--nero);
    background-color: var(--arancione);
    border-color: var(--arancione);
    transform: scale(1.2);
}
#right-content .form-control {
    border: var(--ax-form-bi-width) solid var(--nero);
    box-shadow: none;
}
#right-content .form-control:focus {
    border-color: var(--arancione);
}
.blog-type-2 .read-more {
    color: var(--arancione-alt);
}
#blog-details .entry-thumbnail .ax-img-loader.ax-img-loaded,
.blog-type-2 .blog-thumbnail img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    object-position: center;
}
#index .blog-type-2 .item-inner .element-top {
    border: none;
}
#index .blog-type-2 .read-more {
    color: var(--arancione);
}
#index .blog-type-2 p {
    color: var(--grigio-alt);
}
@media (max-width: 767px) {
	#blog-details #right-column {
		display: none
	}
	#blog-details #wrapper {
        padding-bottom: 0;
    }
	#blog-details #main-content,
	#blog-details .blog-single .single-navigation {
        margin-bottom: 0;
    }
	#blog-details .page-title .h1 {
        font-size: 3.6rem;
    }
	#blog-details h1.entry-title {
        font-size: 2.6rem;
    }
	#blog-details .entry-thumbnail {
		width: 90%;
        max-width: 700px;
	}
	#blog-details .blog-single .entry-content {
		width: 90%;
		margin: 0 auto;
	}
	#blog-details .blog-single .single-footer .entry-tags {
		justify-content: center;
	}
	#blog-details .page-title .axps-breadcrumb > span {
		display: inline-block;
		width: 23ch;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		vertical-align: bottom;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
    #blog-details .page-title .h1,
	#blog-details h1.entry-title {
        font-size: 5rem;
    }
	#blog-details #right-column {
		display: none
	}
	#blog-details #wrapper {
        padding-bottom: 0;
    }
	#blog-details #main-content,
	#blog-details .blog-single .single-navigation {
        margin-bottom: 0;
    }
	#blog-details .blog-single .single-footer .entry-tags {
		justify-content: center;
	}
}
@media (min-width: 1025px) {
	#blog-category .page-title .h1::before,
	#blog-details .page-title .h1::before {
		background-image: url(https://www.torcituradidomaso.it/img/cms/pittogramma-ISY.svg) !important;
		background-position: inherit;
		background-repeat: no-repeat !important;
		background-size: 350px auto !important;
		content: "";
		background: transparent;
		min-width: 100%;
		min-height: 350px;
		display: block;
		position: absolute;
		bottom: 0;
		left: 70vw;
		opacity: .075;
		filter: grayscale(1);
	}
	.blog-single .single-footer {
		display: none;
	}
}

/* ---------------------------------------------- FINE BLOG*/


/* ---------------------------------------------- INIZIO PREVENTIVO SELEZIONE*/
#module-roja45quotationspro-QuotationsProFront .widget.block-categories {
    display: none;
}
#request-summary-content .flex-table .flex-row .flex-cell.quote-product-quantity {
    display: none;
}
#module-roja45quotationspro-QuotationsProFront button#submitRequest {
	background: var(--arancione);
    border: 1px solid var(--arancione);
    border-radius: 30px !important;
    font-family: var(--font-family-body);
    text-transform: none;
    color: var(--nero);
    font-weight: var(--font-weight-semi);
    display: flex;
    min-width: 300px;
    font-size: var(--font-size-h6);
    height: 52px;
}
#module-roja45quotationspro-QuotationsProFront button#submitRequest:hover {
    background: var(--bianco);
    border: 1px solid var(--arancione);
    box-shadow: none !important;
	transform: scale(1.1);
}
.quote_navigation .button-exclusive {
    display: none;
}
.quotationspro_request.notes {
    background-color: transparent;
}
.quotationspro_request .customer-copy-checkbox .field-label {
    color: var(--nero);
}
#module-roja45quotationspro-QuotationsProFront #quote_summary {
    justify-content: center;
}
#request-summary-content .flex-table .flex-row .flex-cell.quote-product-image img {
    border-radius: 6px;
    max-height: 100px;
    object-fit: cover;
    max-width: 160px;
}
#request-summary-content .flex-table .flex-row .flex-cell .rental-summary-line {
    text-align: left;
	margin-bottom: 10px;
    margin-top: 10px;
	text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: var(--font-size-h6);
    font-family: var(--font-family-label);
    font-weight: var(--font-weight-semi);
}
#request-summary-content .flex-table .flex-row .flex-cell {
    font-size: var(--font-size-cta);
    font-family: var(--font-family-body);
    font-weight: var(--font-weight-semi);
    text-align: left;
    align-items: center;
}
#module-roja45quotationspro-QuotationsProFront .page-title .h1 .title_block.quote_title {
	font-size: 5rem;
}
#module-askforaquotemodul-quotes .widget.block-categories,
#module-askforaquotemodul-quotes .widget.block-categories {
    display: none;
}
.td_button_detail_quote,
.back_shopping {
	background-color: var(--bianco) !important;
	border-color: var(--arancione) !important;;
	color: var(--nero) !important;
	font-family: var(--font-family-body);
	font-weight: var(--font-family-semi) !important;
	text-transform: none;
}
.td_button_detail_quote:hover,
.back_shopping:hover {
	background-color: var(--arancione) !important;
	transform: scale(1.1);
	box-shadow: none !important;
}
.td_button_detail_quote .go_to i {
	display: none !important;
}
.td_close,
.td_price_pro_popup,
.quotes-cart-total {
	display: none !important;
}
.td_name_popup {
	color: var(--nero);
	font-family: var(--font-family-title);
}
#module-askforaquotemodul-quotes .header_quotes > h4.title_header {
    font-size: 6.8rem;
    line-height: 1.2;
    font-weight: var(--font-weight-title);
    font-family: var(--font-family-title);
    text-transform: lowercase;
    color: var(--nero);
    border-top: none;
    background: none;
	padding-left: 0 !important;
}
#module-askforaquotemodul-quotes .header_quotes > h4.title_header::first-letter {
    text-transform: uppercase;
}
#module-askforaquotemodul-quotes .header_quotes {
    margin-bottom: 50px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#module-askforaquotemodul-quotes #header-normal {
    background-color: #f9f9f9;
}
#module-askforaquotemodul-quotes .selezione-cliente {
    gap: 5%;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
	padding: 0 15px;
}
#module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo {
    border: 1px solid var(--ax-form-bi-color);
    border-radius: 6px;
}
#module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo > a:hover > img {
	transform: scale(1.1);
	transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
#module-askforaquotemodul-quotes .table_block {
	display: none;
}
#module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo > a  {
    width: 15% !important;
}
#module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo img {
    border: none !important;
	border-radius: 0 !important;
    width: 100% !important;
	aspect-ratio: 1/1.41; /*aspect-ratio A4*/
    object-fit: cover !important;
    margin: 20px 0;
}
#module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
	display: flex;
	align-items: flex-start;	
	align-content: flex-start;
    flex-wrap: wrap;
	margin-top: 2%;
    margin-bottom: 2%;
}

#module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo .titolo {
    font-family: var(--font-family-title);
    line-height: 1.2;
    font-size: var(--font-size-h5);
}
#module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo .descrizione-breve + ul{
	text-transform: uppercase;
    font-size: var(--font-size-exta-small);
    font-weight: var(--font-weight-label);
    color: var(--grigio);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}
#module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo .descrizione-breve + small {
    font-weight: var(--font-weight-body);
    font-size: 12px;
    color: var(--color-body);
}
#module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo a.del_btn_pri {
    right: 15px;
    position: absolute;
    bottom: 15px;
}
#module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo a.del_btn_pri:hover {
    transform: scale(1.5);
	color: var(--arancione) !important;
}
#module-askforaquotemodul-quotes .page-title-layout-2.page-title {
    border-bottom: 1px solid var(--ax-line-color);
}
#module-askforaquotemodul-quotes button#submit_quote {
	background: var(--arancione);
    border: 1px solid var(--arancione);
    border-radius: 30px !important;
    font-family: var(--font-family-body);
    text-transform: none;
    color: var(--nero) !important;
    font-weight: var(--font-weight-semi) !important;
    display: flex;
    min-width: 300px;
    font-size: var(--font-size-h6);
    height: 52px;
}
#module-askforaquotemodul-quotes button#submit_quote:hover {
	background: var(--bianco);
    border: 1px solid var(--arancione);
    box-shadow: none !important;
    transform: scale(1.1);
}
#module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo .blocco-txt {
    padding: 0px 30px 0 15px;
    margin: 20px 0;
	width: 80%;
}
#module-askforaquotemodul-quotes .unicoForm  {
    background: #f9f9f9;
    margin: 50px auto;
    max-width: 1000px;
    padding: 50px 100px 100px;
    border-radius: 16px;
    border: 1px solid #f2f2f2;
}
#module-askforaquotemodul-quotes .attach_file_class {
	display: none !important;
}
#module-askforaquotemodul-quotes .form-control {
    border-color: var(--grigio-alt);
    border-radius: 3px;
	min-width: 100%;
}
#module-askforaquotemodul-quotes .name_input div.col-lg-10 {
    min-width: 100%;
	margin-bottom: 15px;
	padding-right: 5px !important;
}
#module-askforaquotemodul-quotes .name_input div {
    margin-bottom: 5px;
}
#module-askforaquotemodul-quotes .name_input::before {
    content: "";
    display: block;
    padding: 0 15px 30px;
    font-size: 24px;
}
html[lang="it-IT"] #module-askforaquotemodul-quotes .name_input::before {
    content: "Compila il modulo per inviarci la tua richiesta sulla selezione scelta";
}
html[lang="en-EN"] #module-askforaquotemodul-quotes .name_input::before {
    content: "Fill out the form to send us your request about the selected products";
}
/*#module-askforaquotemodul-quotes .header_quotes > h4.title_header::before {
    top: 40px;
    text-transform: uppercase;
    content: "↙ Fai la tua richiesta";
    font-family: var(--font-family-body);
    font-size: var(--font-size-body);
    color: var(--arancione-alt);
    line-height: 1.5;
    right: 15px;
    position: absolute;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
    font-weight: var(--font-weight-semi) !important;
    text-decoration-color: var(--arancione-alt);
}*/
#module-askforaquotemodul-quotes .header_quotes a.faiRichiesta {
    font-family: var(--font-family-body);
    font-size: var(--font-size-body);
    color: var(--nero);
    line-height: 1.5;
/*    right: 15px;
    position: absolute;*/
    font-weight: var(--font-weight-semi) !important;
    border: 1px solid var(--arancione);
    border-radius: 30px;
    padding: 10px 30px 10px 20px;
}
#module-askforaquotemodul-quotes .header_quotes a.faiRichiesta:hover {
    border: 1px solid var(--arancione);
	background-color: var(--arancione);
	transform: scale(1.1);
}
#module-askforaquotemodul-quotes .btn-selezione {
	display: none;
}
@media (max-width: 767px) {
    #module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	#module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo > a {
		width: 30% !important;
	}
	#module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo .blocco-txt {
		width: 70%;
	}
	#module-askforaquotemodul-quotes .unicoForm {
		padding: 50px 20px 100px;
		margin-left: 15px;
        margin-right: 15px;
	}
	#module-askforaquotemodul-quotes .name_input::before {
		padding: 0 0 30px;
	}
	#module-askforaquotemodul-quotes .header_quotes {
		flex-direction: column;
	}
	#module-askforaquotemodul-quotes .header_quotes > h4.title_header {
		font-size: 3.6rem;
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
#module-askforaquotemodul-quotes .selezione-cliente .prodotto-preventivo {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
	}
}
@media (max-width: 1024px) {
    #module-askforaquotemodul-quotes .header_quotes > h4.title_header {
        font-size: 5rem !important;
    }
}
/* ---------------------------------------------- FINE PREVENTIVO SELEZIONE*/


/* ---------------------------------------------- INIZIO MOD VIDEO AZIENDA*/
.video-azienda .elementor-fit-aspect-ratio  {
		padding: 0;
		min-height: 100px;
	}
@media (min-width: 1025px) {
.video-azienda .elementor-fit-aspect-ratio  {
		min-height: 300px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
.video-azienda .elementor-fit-aspect-ratio  {
		min-height: 200px;
	}
}
/* ---------------------------------------------- FINE MOD VIDEO AZIENDA*/


/* ---------------------------------------------- INIZIO 404*/
#pagenotfound .page-title-layout-1.page-title,
#pagenotfound #wrapper > .widget.block-categories {
    display: none;
}
#pagenotfound #header-normal {
    background: #f8f8f8;
}
@media (max-width: 1024px) {
		#pagenotfound #wrapper {
			padding-top: 95px;
	}
}
@media (min-width: 1025px) {
	#pagenotfound #wrapper {
		padding-top: 260px;
	}
}
/* ---------------------------------------------- FINE 404*/
	
	
/* --------------------------- INIZIO PERSONALIZZAZIONE CAT GENITORI*/
#category.category-id-87 #wrapper .container-parent #content-wrapper,
#category.category-id-87 #wrapper .container-parent #left-column,
#category.category-id-86 #wrapper .container-parent #content-wrapper,
#category.category-id-86 #wrapper .container-parent #left-column,
#category.category-id-97 #wrapper .container-parent #content-wrapper,
#category.category-id-97 #wrapper .container-parent #left-column {
	display: none !important;
}	
/* --------------------------- FINE PERSONALIZZAZIONE CAT GENITORI*/