/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 *
 */
 @import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap');

:root {
    --blue: #009ba5;
    --darkblue: #017b83;
    --blue20: #009ba533; 
    --black: #1a1a1a;
    --grey: #efefef;
    --darkgrey: #dadada;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 200,
    'GRAD' 0,
    'opsz' 24;
}

/* Classe extra per avere fill pieno */
.material-symbols-outlined.fill {
  font-variation-settings:
    'FILL' 1,
    'wght' 200,
    'GRAD' 0,
    'opsz' 24;
}
body, html, p {
    font-size: 16px;
    line-height: 1.56em;
    font-family: 'Roboto', sans-serif;
}

main {
    max-width:1920px;
    margin:0 auto;
}

.table tr:nth-child(even) {
    background: #f2f2f2;
}

/* tr td:first-child {
    font-weight: 900;
} */

.table {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table td, .table th {
    padding: 0.35rem;
    vertical-align: middle;
    border: 0;
}

table {
    border-spacing:0;
    padding:0;
    margin:0;
    border: 0 solid rgb(92, 92, 92);
    border-collapse:collapse;
    width:100%;
}
th {
    border: 0 solid rgb(150, 149, 149);
}

/* soluzione per safari row spaccate */

.row:before, .row:after {
    /*display: none;*/
    /*content: none;*/
    display: inline;
}

/* soluzione per safari row spaccate */

/* stili generali struttura */

#wrapper {
    background: #ffffff;
    box-shadow: none;
    padding-top: 1.563rem;
}

#header {
    background: var(--grey);
}
@media (min-width: 768px) {
.container {
    width: 100%;
    max-width: 100%;
}
}

/* stili generali struttura */

/* Link */


a {
    color: var(--black);
}

a:hover,
body#checkout a:hover {
    text-decoration: underline;
    color: var(--black) !important;
}


#header .header-top a[data-depth="0"] {
    color: var(--black);
}

#header a:not(.btn-primary):hover,
#header .header-top a[data-depth="0"]:not(.btn-primary):hover {
  color: var(--blue) !important;
}


.link-hover:hover {
    color: var(--black);
    text-decoration: underline;
}
/* Link */

/* Colori */

.white {
    color: #ffffff!important;
}

.black {
    color: var(--black) !important;
}

.grey {
    color: var(--grey);
}

.dark-grey {
    color: #707070;
}

.light-grey{
    color: #F7F7F7;
}

.yellow {
    color: var(--blue);
}
.blue {
    color: var(--blue)!important;
}
.blue20 {
    color: var(--blue20)!important;
}

.yellow-link {
    color: var(--blue);
}
.bg-grey {
    background-color: var(--grey);
}

.bg-light-grey{
    background-color: #F7F7F7;
}

.bg-blue {
    background-color: var(--blue) !important;
}

.bg-green {
    background-color: #87D50C;
}
.bg-blue {
    background-color: var(--blue);
}
.bg-blue20 {
    background-color: var(--blue20);
}
.bg-white {
    background-color: #ffffff;
}


/* Colori */

/* Font */

.size-40 {
    font-size: 40px;
    line-height: 1em;
}

.size-24 {
    font-size: 24px !important;
    line-height: 1.125em;
}

.size-22 {
    font-size: 22px;
    line-height: 1em;
}

.size-20 {
    font-size: 20px;
    line-height: 1em;
}

.size-18 {
    font-size: 18px!important;
    line-height: 1.33em;
}

.size-16 {
    font-size: 16px;
    line-height: 1em;
}
.size-13 {
    font-size: 13px;
    line-height: 1em;
}

.w-black {
    font-weight: 900;
}

.w-medium {
    font-weight: 500;
}

.customtext {
    font-size: 16px !important;
    line-height: 25px;
}

/*spazi*/
.pb-80 {
    padding-bottom: 5rem !important;
}
.pt-70 {
    padding-top: 4.375rem !important;
}
.mr-8 {
    margin-right: 0.5rem;
}
.py-63 {
    padding-top: 3.938rem !important;
    padding-bottom: 3.938rem !important;
}



/* Font */

/* Bottoni */
.rounded {
    border-radius: 0.7rem!important;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, 
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    outline: none;
}

.btn-secondary:focus,
.btn-primary:focus {
    outline: none;
    border: none;
    color: #161616 !important;
    box-shadow: none !important;
}

.btn-secondary:active,
.btn-primary:active {
    outline: none;
    border: none;
    color: #161616 !important;
    box-shadow: none !important;
}

.btn-secondary,
.btn-primary {
    color: var(--white);
    background-color: var(--blue) !important;
    border-radius:0.7rem;
    box-shadow: none !important;
    text-transform: initial;
    border: none;
    text-transform: uppercase;
    font-size: 0.8125rem;
    padding: 0.7rem 1.25rem;
    line-height: 1em;
}
.btn-primary {
    color: var(--white);
    background-color: var(--blue) !important;
    border-radius:0.7rem;
    box-shadow: none !important;
    text-transform: initial;
    border: none;
    text-transform: uppercase;
    font-size: 0.8125rem;
    padding: 0.7rem 1.25rem;
    line-height: 1em;
}
.btn-secondary {
    color: var(--black);
    background-color: var(--darkgrey) !important;
}

.btn-secondary:hover,
.btn-primary:hover {
    color: var(--white)!important;
    background-color:var(--darkblue)!important;
    box-shadow: none !important;
    border: none;
    text-decoration: none;
}
.btn.disabled, .btn.disabled:hover {
    opacity:0.65;
    color:white;
}

span.freeShip-label {
    background: darkorange;
    color: white;
    padding: 0.2rem 1rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 0.5rem;
}
button.js-mailalert-add {
    height: 38px;
}
/* Bottoni */

/* Header */

#icon-head .user-info {
    display: flex;
}

#icon-head .user-info a.logout {
    padding-right: 10px;
}

#header .wish_link_17 .wishlist_count {
    top: -5px;
    left: 47px;
    padding: 10px 0px 10px 0px;
}

.wish_link {
    float: unset;
    position: unset;
    padding: 0px;
    line-height: 0px;
}

span.cart-products-count {
    background: var(--blue20);
    position: absolute;
    padding: 4px 4px;
    font-size: 0.8215rem;
    color:var(--black);
    min-width: 1.3em;
    height: 1.3em;
    line-height: 1em;
    top: -0.7em;
    right: -0.7em;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-menu .sub-menu {
    padding: 2em 0px 2em 2em;
    box-shadow: none;
    background: #F5F5F5;
    top: 1.5rem !important;
    margin: 0px 0 0 0;
    width: 100%;
    min-width: 100%;
}

.top-menu[data-depth="1"] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.top-menu a:not([data-depth="0"]) {
    padding: 0 .625rem .625rem 1.625rem;
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: fit-content;
    max-width: 100%;
    flex: 0 0 auto;
}
div#_desktop_cart {
    height: 24px;
}
#cms .page-content {
    margin-bottom:0;
    padding-bottom: 0;
}
.user-info a:hover,
.user-info a:hover div,
.user-info a:hover span,
#_desktop_cart .header:hover .material-symbols-outlined {
  color: var(--black) !important;
  text-decoration: none!important;
  transition: color 0.3s ease;

}

/* Zagallo */
.mm_menus_li > a {
    font-weight: 400;

}

/* Ensure owl carousel doesn't overflow its container */
.product-accessories .products,
.product-accessories .owl-carousel {
    overflow: hidden;
}
.product-accessories .owl-carousel .item {
    box-sizing: border-box;
    height: 100%;
}
.owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 2rem!important;
    margin-top:0;
    align-items: center;
}
.owl-dots {
  position: absolute;
  bottom: 0.75rem; /* distanza dal fondo slider */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px; /* spazio tra dots */
  justify-content: center;
  align-items: center;
  z-index: 10; /* sopra le immagini */
}
.button.owl-next, .button.owl-prev {
    height: 2.5rem;
}

.owl-carousel .owl-nav button,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    outline: none;
    border: none;
    background: transparent;
}

.owl-carousel .owl-nav button:focus,
.owl-carousel .owl-nav button:active,
.owl-carousel .owl-nav button:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}

.owl-carousel .owl-nav button:focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 2px;
    box-shadow: none;
    border-radius: 0.375rem;
}

.full-height {
    height: 100%;
}

body.menu-opened {
    overflow: hidden;
}

.mm_menus_li {
    position: relative;
}
 
.changestatus.ets_mm_megamenu.hook-custom,
.ets_mm_megamenu.hook-custom {
    margin-top: 0;
}
.mm_menu_content_title {
    padding: 20px 15px;
}
 
#cont-logomenu-mobile span {
    max-width: inherit;
}
  
.layout_layout5 .mm_menus_li:hover > a, 
.layout_layout5 .mm_extra_item button[type="submit"]:hover i, 
#header .layout_layout5 .mm_menus_li:hover > a, 
.layout_layout5:hover .ybc-menu-vertical-button {
    color: var(--blue) !important;
}
  
.mm_tabs_li .mm_columns_contents_ul {
    top: auto; 
}
  
#cont-logomenu-mobile {
    padding: 0px 15px 10px 15px;
}

#cont-logomenu-mobile span.menu-tablet {
    max-width: 50px;
}

.ets_mm_megamenu.layout_layout5.show_icon_in_mobile.transition_fade.transition_floating.sticky_enabled.enable_active_menu.ets-dir-ltr.hook-custom.single_layout.disable_sticky_mobile.changestatus,
.ets_mm_megamenu.layout_layout1.show_icon_in_mobile.transition_fade.transition_floating.sticky_enabled.ets-dir-ltr.hook-custom.single_layout.disable_sticky_mobile.changestatus {
    max-width: 50px;
    margin-top: 0;
    background: transparent;
}

#cont-logomenu-mobile {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: space-between;
}

#logo {
    width: 100%;
}

#icon-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 1rem;
}

#_desktop_user_info a {
    column-gap: 1rem;
}
.ybc-menu-toggle .icon-bar {
    background-color: var(--blue);
}

@media (min-width: 768px) {
  .mm_has_sub > a .mm_arrow:after {
    content: "expand_more";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    font-size: 1rem;
    line-height: 1;
    border: none !important;
  }

  .ets_mm_block_content .has-sub > a:after {
    content: "chevron_right"; /* freccia Material */
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 1rem;
    line-height: 1;
    position: relative;
    top: 0;
    color: var(--blue);
    border: none !important;
  }

  .ets_mm_categories .has-sub a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .ets_mm_block_content ul li:not(.item_has_img) {
    width: 100%;
  }

  .ets_mm_block_content ul li ul {
    width: 100%;
  }
}
/* Filled Material Symbols utility class */
.material-symbols-filled {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-family: 'Material Symbols Outlined', 'Material Symbols Rounded', sans-serif;
    vertical-align: middle;
}

/* div#icon-head div:not(:last-of-type) {
    padding-right: 0.5rem;
} */

.layout_layout1 .ets_mm_megamenu_content {
    border: none;
    background: transparent;
}

.container .ets_mm_megamenu .container {
    background: transparent;
    width:fit-content;
    margin:0;
}

@media (min-width: 1200px) { 
    
    .ets_mm_megamenu.layout_layout5:not(.ybc_vertical_menu) .mm_menus_ul {
        background: transparent !important;
    }
    
    .ets_mm_megamenu.layout_layout5.show_icon_in_mobile.transition_fade.transition_floating.sticky_enabled.enable_active_menu.ets-dir-ltr.hook-custom.single_layout.disable_sticky_mobile.changestatus,
    .ets_mm_megamenu.layout_layout1.show_icon_in_mobile.transition_fade.transition_floating.sticky_enabled.ets-dir-ltr.hook-custom.single_layout.disable_sticky_mobile.changestatus {
        max-width: 100%;
    }
    
    #logo {
        width: 100%;
    }
    
    ul.mm_menus_ul {
        display: flex;
    }
    
    #header #cont-logomenu-mobile img.logo.img-responsive {
        max-width: 100% !important;
    }
    
    .ets_mm_megamenu.layout_layout5:not(.ybc_vertical_menu) .ets_mm_megamenu_content .mm_menus_ul {
        background: transparent !important;
    }

}
ul.mm_menus_ul.clicktext_show_submenu {
    width: fit-content;
}
.ets_mm_megamenu_content_content {
    width: fit-content;
}

@media (min-width: 576px) { 
    
    /* .ets_mm_megamenu.layout_layout5:not(.ybc_vertical_menu) .mm_menus_ul {
        background: #ffffff !important;
    } */

    /* #header img.logo.img-responsive {
        max-width: 50% !important;
    } */
    
    /* #cont-logomenu-mobile {
        padding: 10px 15px;
    } */

}

#header img.logo.img-responsive {
    height:3rem;
    width:auto;
    max-width:max-content ;
}

header#header {
    z-index: 100;
    -webkit-transition: all 0.2s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.2s ease;
    top: 0;
    position: relative;
    padding-top:0.5rem;
    
}
.fixed {
    position: fixed !important;
    top: 0;
    /* left: 0;
    right: 0; */
    animation: smoothScroll 0.5s forwards;
    max-width:1920px;
    width: 100%;
    
}@keyframes smoothScroll {
  0% {
    transform: translateY(-190px);
  }
  100% {
    transform: translateY(0px);
  }
} 

/* Zagallo */

/* Header */

/* Homepage */
/* Search */

.search-widget form input[type=text] {
    border: none!important;
    padding: 17px 48px!important;
    color: var(--blue)!important;
    border: none!important;
    border-radius: 50px!important;
    width: 100%!important;
    text-transform: uppercase;
    line-height: 1em;
}
.search-widget form input[type=text]::-webkit-input-placeholder {
  color: var(--blue) !important;
  opacity: 1;
}
.search-widget form input[type=text]:-ms-input-placeholder {
  color: var(--blue) !important;
}
.search-widget form input[type=text]::placeholder {
  color: var(--blue) !important;
  opacity: 1;
}

#search_widget{
    float:unset;
}

#search_widget form i {
    position: static;
    padding: unset;
}

#search_widget{
    float:unset;
}
#search_widget form i {
    position: static;
    padding: unset;
}


.search-widget form button[type=submit] {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 1.7rem;
    background: none;
    border: none;
    color: var(--blue);
    width:1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-widget form input[type=text]:focus {
    color: var(--blue);
    background: #F7F7F7;
    outline: none;
    text-transform: uppercase;
}

.search-widget form input[type=text]:focus+button .search {
    color: var(--blue);
}

ul#ui-id-1 li:not(:last-child) {
    border-bottom: 1px solid #bfbfbf !important;
}

ul#ui-id-1 li {
    background: whitesmoke;
    padding: 0.2rem 0.6rem;
    outline: none;
    font-size: 1rem;
    font-family: 'Roboto', 'sans-serif';
}

ul#ui-id-1 {
    padding: 0;
    background: transparent;
    border: 0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: transparent;
    border: 0;
    cursor: pointer;
}

/* Search */

/* Slider */

#rev_slider_2_1 {
    max-height: 600px;
    border-top: 8px var(--blue) solid;
}

/* Slider */

/* Elementor */

.elementor-1 .elementor-element > .elementor-container {
    width: 95vw;
    max-width: 100% !important;
}

.elementor-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap !important;
}

/* Elementor */

/* Pagination */

.page-list li a span {
    display: inline-block;
    min-width: 20px;
}

.pagination ul li .previous:hover,
.pagination ul li .next:hover,
.pagination ul li .previous,
.pagination ul li .next {
    float: none;
    text-decoration: none;
    border: none !important;
    background: #fff !important;
    color: #707070 !important;
    padding: 0;
}

.pagination a.js-search-link:not(.previous):not(.next) {
    letter-spacing: 0;
    text-decoration: none;
    position: absolute;
    left: 50%; 
    transform: translateX(-50%);
    font-size: 0.8rem;
}

.pagination .page-list {
    box-shadow: none;
}

.page-list li:not(:last-child):not(:first-child):not(.spacer) {
    background: #ffffff;
    border-radius: 50%;
    padding: 4px 13px;
    border: 1px solid #707070;
    margin: 0px 5px;
    color: #707070;
    text-align: center!important;
    position: relative;
}

.page-list li:not(:last-child):not(:first-child):not(.spacer):hover {
    background: var(--blue);
    border-radius: 50%;
    padding: 4px 13px;
    border: 1px solid #707070;
    margin: 0px 5px;
    color: #fff !important;
}

.page-list li.current:not(:last-child):not(:first-child):not(.spacer) {
    background: var(--blue);
    border-radius: 50%;
    margin: 0px 5px;
    border: none;
}

.pagination .current a {
    color: #fff;
    text-decoration: none;
    font-size: inherit;
    letter-spacing: normal;
}



/* Pagination */

/* Block Reassurance */

#block-reassurance ul {
    display: block;
    margin: 0;
    padding: 2rem 0;
}

#block-reassurance li .block-reassurance-item {
    padding: 5px;
}

#block-reassurance li {
    border-bottom: none;
}

#block-reassurance img {
  width: 32px;
  margin-right: .625rem;
  transition: filter 0.3s ease;
  filter: brightness(0) invert(1); /* rende l’icona bianca */
}

/* Block Reassurance */

/* Prodotti */

.riferimento-head .product-manufacturer {
    display: none !important;
}

#products .highlighted-informations, 
.featured-products .highlighted-informations, 
.product-accessories .highlighted-informations, 
.product-miniature .highlighted-informations {
    width: 100%;
    box-shadow: none;
}

.card {
    box-shadow: none;
    border: none;
}

p.ew-product-description {
    margin: 0;
}

.product-price-and-shipping.card-footer {
    margin-top: 0;
    background: #ffffff;
    border: none;
}

.ew-product-description a:hover {
    color: #707070;
    text-decoration: underline;
}

.ew-product-title {
    min-height: 3.1rem;
    font-weight: 600;
    text-transform: initial !important;
}

.ew-product-title a:hover {
    color: var(--black);
    text-decoration: underline;
}

.ew-regular-price {
    text-decoration: line-through;
    color: #ABAAAC;
}

#products .product-miniature, 
.featured-products .product-miniature, 
.product-accessories .product-miniature, 
.product-miniature .product-miniature {
    margin: 0;
}
.owl-carousel-simil .owl-stage,
.owl-carousel-featured .owl-stage, 
.owl-carousel-accessories .owl-stage {
    display: flex!important;
}

.owl-carousel-simil .item,
.owl-carousel-simil .card,
.owl-carousel-simil article.product-miniature.js-product-miniature,
.owl-carousel-featured .item,
.owl-carousel-featured .card,
.owl-carousel-featured article.product-miniature.js-product-miniature
.owl-carousel-accessories .item,
.owl-carousel-accessories .card,
.owl-carousel-accessories article.product-miniature.js-product-miniature {
    height: 100%!important;
}

.card {
    display: flex;
    margin: 0;
}


a.ew-all-product-link:hover {
    color: var(--black);
    text-decoration: underline;
}

.card-img-top a.thumbnail.product-thumbnail {
    background: transparent;
    overflow: hidden;
}

a.thumbnail.product-thumbnail:hover {
    background: transparent;
}

.card-img-top img.img-fluid {
    object-fit: cover;
    opacity: 95%;
    transition: transform .4s;
}

.card-img-top img.img-fluid:hover {
    transform: scale(1.03)!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--blue) !important;
}

.fa-chevron-left:before {
    content: "\f053";
    position: absolute;
    left: 0;
    bottom: 5px;
}

.fa-chevron-right:before {
    content: "\f054";
    position: absolute;
    right: 0;
    bottom: 5px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: var(--black) !important;
    text-decoration: none;
}

.wish-flag .material-icons {
    color: #333333;
}

.wish-flag {
    pointer-events: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #ffffff;
    border-radius: 50%;
    padding: 5px;
    margin: 15px;
    box-shadow: none;
    position: absolute;
}

ul.product-flags li.product-flag {
    align-self: flex-end;
    margin-top: 15px;
    box-shadow: none;
    min-height: 1px !important;
    font-weight: 400 !important;
}

.product-flags li.product-flag.discount {
    background-color: #87D50C;
}

#description img {
    max-width: 100%;
    height: auto;
}

/* Prodotti */


#wrapper .breadcrumb {
    padding-bottom: 1.5rem;
}
/* Brand */

.MyPrestaBrandsCarousel img {
    max-width: 100%;
}

#mypresta_mib {
    box-shadow: none;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: var(--blue);
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #D6D6D6;
}

#mypresta_mib li.lslide a > img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

#mypresta_mib li.lslide a:hover > img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.MyPrestaBrandsCarousel a {
    opacity: 1;
}

.MyPrestaBrandsCarousel a > img {
    transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
    transition-duration: 0.5s;
    opacity: 1;
}

.MyPrestaBrandsCarousel a:hover {
    opacity: 1;
}

/* Brand */

/* Magazine */

.block_content.row .owl-carousel {
    color: #161616 !important;
}

.block_content.row .owl-carousel .owl-stage .item {
    height: 100%;
}

.block_content.row .owl-carousel .owl-stage {
    display: flex;
}

.ew-ybc_title_block:hover,
.block_content.row .owl-carousel a:hover {
    color: #161616 !important;
    text-decoration: underline !important;
}

.ybc_block_latest .item.card {
    display: flex;
}

/* Magazine */

/* Custom text */

#custom-text {
    background: var(--blue20);
    margin-bottom: 0;
    padding: 3.125rem;
    text-align: center;
}
.row-img {
  display: flex;
  flex-wrap: wrap;       /* permette di andare a capo su mobile */
  gap: 2rem;             /* spazio tra i div */
  justify-content: flex-start;
}

.row-img > div {
  flex: 1 1 0;           /* ciascun div occupa metà dello spazio disponibile */
  max-width: 368px;
  aspect-ratio: 1 / 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* impostare le immagini come background */
.img-1 {
  background-image: url('https://tortallaisolanti.it/img/cms/home/bianco-e-nero-1.jpg');
}

.img-2 {
  background-image: url('https://tortallaisolanti.it/img/cms/home/bianco-e-nero-2.jpg');
}

/* Custom text */

/* Homepage */

/* Categorie */

.card-block:after {
    content: none;
    display: table;
    clear: both;
}

div#js-product-list-header .block-category.card.card-block {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: block;
    min-height: auto;
}

.products-sort-order .select-title {
    box-shadow: none;
    text-align: left;
}

.products-sort-order {
    text-align: right;
}

.products-sort-order i.material-icons.float-xs-right {
    font-size: 15px;
}
@media (max-width: 767px) { /* md e oltre */
  #textAzienda {
    margin-top: 3rem; /* rimuove il margine su desktop */
  }
}

/* Sidebar category */



#search_filters, 
#search_filters_brands, 
#search_filters_suppliers,
.block-categories {
    box-shadow: none;
}

.block-categories {
    padding: 1.25rem;
}

.block-categories .category-sub-menu li[data-depth="0"]>a, #subcategories a.subcategory-name  {
    font-weight: 400;
    border-bottom: none;
    margin: 10px 0 0;
    padding-bottom: 10px;
}

.block-categories a:hover {
    color: var(--blue);
    text-decoration: underline;
}

.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover {
    color: var(--blue);
}

.block-categories .category-sub-menu .category-sub-link {
    padding-left: 20px;
}

.custom-checkbox input[type=checkbox]+span {
    width: 1.3375rem;
    height: 1.3375rem;
    border: 1px solid #707070;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    font-size: 1.2rem;
    color: transparent;
    background: var(--blue);
    margin: 0;
}

/* Sidebar category */

/* Product category */

.card.ew-card-productall .product-flags {
    left: -15px;
}

.card.ew-card-productall .wish-flag {
    left: 30px;
}

#products .card.ew-card-productall {
    display: flex;
    position: initial;
    height: 100%;
}

.ew-card-productall .card-body {
    z-index: 10;
    position: relative;
}

.ew-product-all.product-price-and-shipping.card-footer.text-right.px-0 {
    margin-top: 0;
}

#featured-products .ew-product-all.product-price-and-shipping.card-footer.text-right.px-0 {
    position: relative;
}

.ew-product-all .ew-price {font-weight: 600;}

#featured-products .card.ew-card-productall .ew-product-description {
    margin-bottom: 1rem !important;
}

.modal-content {
    border: none;
    border-radius: .3rem;
}

.modal-header {
    border-radius: 0.3rem 0.3rem 0 0;
}

.modal-body {
    border-radius: 0 0 0.3rem 0.3rem;
}

/* Product category */

/* Categorie */

/* Single product */

#product #content {
    max-width: 100%;
    margin: 0px 20px;
}

.product-cover {
    margin-bottom: 1.25rem;
    position: relative;
    background: black;
    overflow: hidden;
}

.product-cover img {
    box-shadow: none;
    object-fit: cover;
    opacity: 95%;
    transition: transform .4s;
}

img.js-qv-product-cover:hover {
    transform: scale(1.2);
}

.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: 1px solid var(--blue);
}

.product-images>li.thumb-container>.thumb {
    box-shadow: none;
    border: 1px solid #161616;
}

.layer.hidden-sm-down {
    display: none;
}

.bootstrap-touchspin,
.tabs,
.social-sharing li {
    box-shadow: none;
}

.tabs {
    margin-top: 3rem;
    padding-top: 0;
}

.product-actions .control-label {
    margin-bottom: 0.775rem;
    display: block;
    width: 100%;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e0e0e0;
}

.color, .custom-checkbox input[type=checkbox]+span.color {
    width: 2.5rem;
    height: 2.5rem;
}

/* Attachements */

.tab.attachment {
    border-bottom: 1px solid #f1f1f1;
}

h5.tab.title {
    color: #000;
    border: 0 solid transparent;
    padding: .5em 1em;
}
.facebook.icon-gray:hover {
    filter: grayscale(1);
    opacity: 60%;
}

.twitter.icon-gray:hover {
    filter: grayscale(1);
    opacity: 60%;
}

.pinterest.icon-gray:hover {
    filter: grayscale(1);
    opacity: 60%;
}

.blockreassurance_product {
    display: grid;
}

.blockreassurance_product > div {
    margin-bottom: 0.5rem !important;
}

.blockreassurance_product .item-product {
    padding-top: 0;
}

img.js-qv-product-cover:hover {
    opacity: 100;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid #232323;
    color: #232323;
}

.tabs {
    padding-left: 0;
}

.tabs .nav-tabs .nav-link.active {
    color: #232323;
}

.product-manufacturer {
    padding-bottom: 15px;
}

img.img.manufacturer-logo {
    border: 0;
}

.product-description span {
    font-size: 16px !important;
}

/* Single product */

/* Magazine page */

.post-wrapper.card {
    display: flex;
    height: 100%;
}

a.read_more:hover {
    text-decoration: underline !important;
    color: var(--blue) !important;
}

a.read_more {
    float: right;
    font-size: 1rem;
    font-weight: 600;
    color: #7A7A7A;
    display: flex;
    font-family: 'Roboto', sans-serif;
    border-bottom: none;
    font-style: normal;
    align-items: center;
}

.news.fa-chevron-right:before {
    content: "\e315";       /* Unicode della Material Icon */
    font-family: 'Material Symbols Outlined'; /* font Google Material */
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    padding-left: 10px;
    color: var(--blue);
    display: inline-block;
    position: static!important;
    font-size:24px;
}

.card-footer {
    padding: 0rem 1.25 rem 0.75rem 1.25rem;
    background-color: #ffffff;
    border-top: 1px solid rgba(0,0,0,.125);
}

/* Magazine page */

/* Checkout cart */

.custom-checkbox input[type=checkbox] {
    width: 100%;
    height: 100%;
}

body#checkout .custom-checkbox span {
    flex: 0 0 22px;
}

.dropdown-menu.mini-cart {
    right: 0px;
    left: auto;
    width: 270px;
}

.mini-cart .product-image img {
    border: 1px solid;
    width: inherit !important;
}

span.product-price strong:after,
span.product-price strong:before,
span.product-price strong {
    background: none;
}
body#checkout section.checkout-step .address-item,
body#checkout section.checkout-step .delivery-options .delivery-option {
    background: var(--grey);
}
input.promo-input {
    height: 2.337rem!important;
}
.carrier-logo img {
  mix-blend-mode: multiply; /* oppure screen, overlay, darken, lighten */
  width: 100%;
  height: auto;
}
.payment-options {
  display: flex;
  flex-direction: column;
  gap: 8px; /* spazio tra le righe */
}
.payment-option {
  display: flex;
  align-items: center;
  height: 28px;
}
.payment-option .custom-radio {
  margin-right: 10px;
  margin-top:0px!important;

}
.payment-option label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: var(--black);
}
.payment-option label span {
  display: inline-block;
}
.payment-option label img {
  max-height: 1.75rem;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
}
p, .page-content.page-cms ul {
    color: var(--black);
}
body#checkout .condition-label label {
    text-align: inherit;
    padding-left: 2rem!important;
}

/* Checkout cart */

/* Checkout */

.product-line-info .label {
    text-align: left;
}

.mini-cart-product {
    padding-bottom: 15px;
}

.modal-header .close {
    padding: 1.1rem 2rem;
    margin: -1rem -1rem -1rem auto;
}

#blockcart-modal .product-name {
    color: #161616;
    font-size: 1.125rem;
}

#blockcart-modal .cart-content p.cart-products-count {
    font-size: 1rem;
    color: #161616;
    font-weight: 600;
}

body#checkout section.checkout-step {
    box-shadow: none !important;
}

body#checkout section.checkout-step .address-item.selected {
    border-color: var(--blue) !important;
}

.custom-radio input[type=radio]:checked+span {
    background-color: var(--blue) !important;
}

.row.delivery-option {
    align-items: center;
}

#order-items table tr td {
    padding: .5rem;
    font-size: 1rem;
}
#blockcart-modal .cart-content p.product-total,
#blockcart-modal .cart-content .page-content.page-cms ul.product-total,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total {
    padding: 0.5rem;
    background-color: var(--grey);
}
.separator {
    margin: 0;
    border-color:var(--blue);
}


/* Footer Checkout */

#checkout #wrapper{
    height: auto !important;
    min-height: 100%;
}

/* Footer Checkout */

#order-items {
    border-right: none;
}

/* Checkout */

/* INFO */

/* Form prodotti-consulenza */

.form-maggiori-info button.close {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 10;
}

/* .form-maggiori-info button.close {

} */

.gformbuilderpro_form_2 {
    background: var(--blue20);
    padding: 1.2rem 2.4rem;
    border-radius: 0.3rem;
    border: none;
}

.gformbuilderpro_form_1,
.gformbuilderpro_form_3 {
    background: var(--blue20);
    padding: 1.2rem 2.4rem;
    border-radius: 0.3rem;
    border: 0px solid var(--blue);
}
.gformbuilderpro_form_1 .html_box h1 span,
.gformbuilderpro_form_3 .html_box h1 span {
    color: var(--blue);
    font-size: 1rem;
    text-transform: uppercase;
}
.contact-rich .block  {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}


.gformbuilderpro_form h2 {
    padding-bottom: 1rem;
    border-bottom: 1px solid #232323;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.gformbuilderpro_content label {
    text-align: left;
    font-size: 0.9rem;
    margin-bottom: 0;
    padding-left: 1rem;
}

.form-control {
    /* background: #ffffff; */
    color: var(--black);
    border: 1px solid var(--grey);
    padding: .5rem 1rem;
}

.gformbuilderpro_action {
    width: 100%;
}

#gformbuilderpro_form_2 button#submitForm {
    width: 100%;
}

.gformbuilderpro_form button#submitForm span{
    font-weight: bold;
    font-size:0.8125rem;
    text-transform: uppercase;
    color: white;
}

.formbuilder_group .privacy_des {
    margin-left: 20px;
}

.formbuilder_group .privacy_des p {
    color: black;
}

.formbuilder_group .form-group.capcha_box label {
    margin: 0;
}

.formbuilder_group .form-group {
    margin-bottom: 0.7rem;
}

.formbuilder_group .html_box h1 {
    padding-bottom: 20px;
    font-size: 1.7rem;
}

.gformbuilderpro_action {
    text-align: right;
    float: none;
}

button#submitForm:hover {
    background-color:var(--darkblue);
}

#gformbuilderpro_form_1 button#submitForm {
    width: 100%;
}

.formbuilder_group .html_box {
    padding-bottom: 10px;
}

.formbuilder_group p {
    margin: 0;
}

.formbuilder_group .privacy_wp .checkbox_privacy {
    margin-top: 4px;
}

.fancybox-skin {
    padding: 0 !important;
}

.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
    max-width: 700px;
}

div#gformbuilderpro_form_2 {
    max-width: 700px;
    width: 100%;
}

/* Form prodotti-consulenza */

.page-content.page-cms {
    padding: 1.25rem 0;
}

#ybc_blog_page #content,
.page-customer-account #content,
.page-customer-account #content {
    box-shadow: none;
    background: #fff;
    padding: 1rem 0;
    font-size: .875rem;
    color: inherit;
}

/* Page account */

.page-my-account #content .links a span.link-item:hover {
    color: var(--blue);
}
.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    box-shadow: none;
    background: #fff;
    padding: 1rem;
    color: #161616;
}

.page-my-account #content .links a:hover i {
    color: var(--blue);
}

.page-my-account #content .links a:hover {
    color: var(--blue);
}

/* Page account */

/* Wishlist */

#mywishlist .table thead th, .whishlist-product-price {
    font-size: 1rem !important;
}

#module-advansedwishlist-mywishlist #content {
    box-shadow: none;
    background: #fff;
    padding: 1rem 0;
    font-size: 1rem;
    color: inherit;
}

#mywishlist a:hover {
    color: var(--black);
    text-decoration: underline;
}

#mywishlist a {
    color: var(--black);
}

.btn-default {
    background: var(--blue);
    border-radius: 0.75rem;
    padding: 0.7rem 1.25rem;
    line-height: 1em;
    margin-bottom: 10px;
    color: #fff!important;
}


/* Wishlist */

/* Blog */

.page_home, .page_home_gallery {
    margin-bottom: 0px;
    padding:0px;
}


/*#ybc_blog_page a span {
    font-size: 18px;
}*/

#ybc_blog_page a {
    outline: none!important;
    -webkit-outline: none!important;
    color: #161616;
}

#ybc_blog_page a:focus, 
#ybc_blog_page a:active, 
#ybc_blog_page a:hover, 
.ybc_block_categories a:hover, 
.ybc_block_categories a:focus, 
.ybc_block_categories a:active {
    outline: medium none;
    text-decoration: underline;
    color: #161616;
}

.blog_description a,
.elementor-widget-text-editor a {
    text-decoration: underline !important;
}

/* Blog */

/* INFO */

/* Contattaci */

.label, label {
    color: #161616;
    text-align: right;
    font-size: 1rem;
}

.contact-rich a:hover {
    color: var(--black);
    text-decoration: underline;
}

.contact-rich a {
    color: var(--black);
    font-size: 1rem !important;
}

.input-group .input-group-btn>.btn:hover {
    background-color: var(--darkblue) !important;
}

.input-group .input-group-btn>.btn {
    color: white;
    font-size: 0.8125rem;
    font-weight: bold;
    margin-left: 10px;
    padding: .625rem 1rem !important;
    text-transform: uppercase!important;
    background: var(--blue) !important;
    box-shadow: none !important;
    text-transform: capitalize;
    border: none;
}

.form-control:focus, .input-group.focus {
    outline: none;
    border: 1px solid var(--darkgrey)!important;
    border: none;
    box-shadow: none;
}

.contact-rich .block .data {
    color: #161616;
    font-size: 1rem;
    width: auto;
    overflow: hidden;
}


/* Contattaci */

/* Strong */

strong {
    font-weight: 900 !important;
    color: var(--black) !important;
}

/*strong {
    font-weight: 900 !important;
    color: #000 !important;
    background: rgb(255 255 0 / 0.6);
    padding: 2px 3px;
    margin: 0 3px;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

strong:before, strong:after {
    content: "";
    width: 5px;
    background-color: rgb(255 255 0 / 0.6);
    height: 23px;
    display: inline-block;
    position: absolute;
    z-index: 0;
    transform: skew(-10deg);
}

strong::after {
    bottom: 0;
}

strong::before {
    top: 0;
    left: -2px;
}*/

/* Strong */

/* Footer */

hr.dist-footer {
    width: 80%;
    color: #dddddd;
}

.footer-container {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    overflow: hidden;
    box-shadow: none;
}


body {
    background-color: #b8c1c2;
}

#footer {
    padding-top: 0;
    background-color: #fff;
}

body#checkout #footer {
    box-shadow: none;
    padding: 0;
}

.text-footer {
    padding: 8px 0px;
}

.footer-footer-row {
    padding: 10px 15px;
}

#mainFooter a:hover {
    color: white!important;
    text-decoration: underline;
}

#footer a {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
}
.Prodotti li a, 
.Prodotti2 li a {
    text-transform: uppercase;
}

#footer .privacy-cookie a{
    color: var(--black);
    font-weight: 400;
}

img.logo-footer {
     filter: invert(1) grayscale(1) brightness(2);
     width: 16rem;
}
#servizioClienti a:hover .material-symbols-outlined {
  color: var(--white)!important;
}

#servizioClienti a:hover span.white.font-weight-normal {
  text-decoration: underline;
  color:var(--white)!important;
}

/* Products sharing button */

.facebook:before,
.facebook, 
#footer .facebook {
    background-image: url(../img/fb.svg) !important;
    content: "";
}

/* Products sharing button hover style */

.facebook:before:hover {
    background-image: url(../img/fb.svg) !important;
    filter: invert(72%) sepia(99%) saturate(3067%) hue-rotate(12deg) brightness(116%) contrast(112%);
    content: "";
}

#footer .instagram {
    background-image: url(../img/instagram.svg);
}

#footer .linkedin {
    background-image: url(../img/linkedin.svg);
}

#footer .youtube {
    background-image: url(../img/youtube.svg);
}

/* Footer sharing button hover style */

#footer .facebook:hover {
    background-image: url(../img/fb.svg) !important;
    filter: invert(72%) sepia(99%) saturate(3067%) hue-rotate(12deg) brightness(116%) contrast(112%);
    content: "";
}

#footer .instagram:hover {
    background-image: url(../img/instagram.svg);
    filter: invert(72%) sepia(99%) saturate(3067%) hue-rotate(12deg) brightness(116%) contrast(112%);
}

#footer .linkedin:hover {
    background-image: url(../img/linkedin.svg);
    filter: invert(72%) sepia(99%) saturate(3067%) hue-rotate(12deg) brightness(116%) contrast(112%);
}

/* .block-social ul li {
    height: 2rem;
    max-width: 3rem;
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    margin: .125rem;
    cursor: pointer;
} */

/* .block-social ul li:hover {
    background-color: transparent;
} */

.footer-social a:hover {
    text-decoration: none!important;
}
.footer-social a {
    margin-left: 5px;
}

#footer a.elwood {
    color: #161616;
    text-decoration: underline;
}

#footer a.elwood:hover {
    color: red;
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .links {
        display: none!important;
    }
}
@media (max-width: 767px) {
    #servizioClienti a {
        justify-content: center!important;
    }   

}


/* Footer */

/* Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) { 
    
    .dropdown-menu.mini-cart.pt-2 {
        right: 0px;
        left: auto;
        width: 350px;
    }
    
    /* Form prodotti consulenza */
    
    #gformbuilderpro_form_1 button#submitForm {
        padding: 8px 60px;
        width: auto !important;
    }

    /* Form prodotti consulenza */

    .footer-footer-row {
        padding: 10px 0;
    }
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    /* .search-widget {
        max-width: 80vw;
    } */

    .page-list li:not(:last-child):not(:first-child):not(.spacer):hover,
    .page-list li:not(:last-child):not(:first-child):not(.spacer) {
        padding: 15px 24px;
    }

    .pagination a.js-search-link:not(.previous):not(.next){
        /* left: 18px; */
        font-size: 1rem;
    }

}

@media (max-width: 769px){
    .gformbuilderpro_form_2 .col-md-6 {
        float: none;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 769px) {

    .img-1.col-md-6.col-12 {
        float: left;
        width: 50%;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .img-2.col-md-6.col-12 {
        display: block;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    #block-reassurance ul {
        display: flex;
        justify-content: space-evenly;
    }

}

@media (min-width: 1025px){

    #left-column {
        display: block;
        padding-left:0px;
    }

    .col-lgm-9 {
        float: left;
        width: 75%;
    }

    .hidden-lgm-up {
        display: none!important;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        width: 100vw;
        max-width: 100%;
    }

    #order-confirmation #wrapper .container, #order-confirmation #wrapper .container-lg, #order-confirmation #wrapper .container-md, #order-confirmation #wrapper .container-sm, #order-confirmation #wrapper .container-xl,
    #checkout #wrapper .container, #checkout #wrapper .container-lg, #checkout #wrapper .container-md, #checkout #wrapper .container-sm, #checkout #wrapper .container-xl, #stores #wrapper .container, #stores #wrapper .container-sm, #stores #wrapper .container-md, #stores #wrapper .container-lg, #stores #wrapper .container-xl {
        width: 80vw;
        max-width: 100%;
    }

    /* .page-customer-account #wrapper .container, .page-customer-account #wrapper .container-lg, .page-customer-account #wrapper .container-md, .page-customer-account #wrapper .container-sm, .page-customer-account #wrapper .container-xl,
    #my-account #wrapper .container, #my-account #wrapper .container-lg, #my-account #wrapper .container-md, #my-account #wrapper .container-sm, #my-account #wrapper .container-xl,
    #cart #wrapper .container, #cart #wrapper .container-lg, #cart #wrapper .container-md, #cart #wrapper .container-sm, #cart #wrapper .container-xl,
    #module-advansedwishlist-mywishlist #wrapper .container, #module-advansedwishlist-mywishlist #wrapper .container-lg, #module-advansedwishlist-mywishlist #wrapper .container-md, #module-advansedwishlist-mywishlist #wrapper .container-sm, #module-advansedwishlist-mywishlist #wrapper .container-xl,
    #contact #wrapper .container, #contact #wrapper .container-lg, #contact #wrapper .container-md, #contact #wrapper .container-sm, #contact #wrapper .container-xl,
    #ybc_blog_page #wrapper .container, #ybc_blog_page #wrapper .container-lg, #ybc_blog_page #wrapper .container-md, #ybc_blog_page #wrapper .container-sm, #ybc_blog_page #wrapper .container-xl,
    #cms #wrapper .container, #cms #wrapper .container-lg, #cms #wrapper .container-md, #cms #wrapper .container-sm, #cms #wrapper .container-xl {
        width: 80vw;
        max-width: 100%;
    } */


    .elementor-row {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex !important;
    }

}    

@media (min-width: 1440px) {

    #custom-text {
        background: var(--blue20);
        padding: 5.125rem 3.125rem;
        text-align: center;
    }

    /* body#product #wrapper .container, body#product #wrapper .container-lg, body#product #wrapper .container-md, body#product #wrapper .container-sm, body#product #wrapper .container-xl {
        width: 70vw;
        max-width: 100%;
    } */

}


/* ordinamento statico 3 blocco del footer */

/* ul#footer_sub_menu_93037 li:first-child {
    order: 2;
}

ul#footer_sub_menu_93037 li:nth-child(2) {
    order: 1;
}

ul#footer_sub_menu_93037 li:nth-child(3) {
    order: 3;
}

ul#footer_sub_menu_93037 li:nth-child(4) {
    order: 4;
}

ul#footer_sub_menu_93037 li:nth-child(5) {
    order: 5;
}

.links .collapse {
    display: flex;
    flex-direction: column;
} */


/* ivana Jira(TOR-9, TOR-10) 02/125/2022  */

.cart-summary-line.cart-total {
    margin:0px;
}

div#cart-subtotal-products {
    padding-left: 5px;
    padding-right: 8px;
}
.card-block.cart-summary-totals .cart-summary-line:last-child {
    padding-left: 10px;
    padding-right: 8px;
}

/* .checkout.cart-detailed-actions.card-block> .text-sm-center>a.btn {
    padding: 0.5rem 2rem;
    font-size: 18px;
} */

.block-promo .promo-input+button {
    border: 1px solid var(--blue);
    margin-left:1rem;
    margin-top:0px;

}

.block-promo .promo-code-button.cancel-promo{
    color: #7a7a7a;
}

span.product-price.float-xs-right {
    color: #232323;
}

/* Ivana 20.12.2022 */

.form-control-comment{
    display:none;
}

.title_blog {
    text-transform:capitalize;

}

.ybc-blog-list li {
    list-style-type: none;
    margin-top:30px;

}

.ybc-blog-related-posts-list-li>a.read_more {
    color:var(--black);
}
.ybc-blog-latest-toolbar {
    display:none;
}

.ybc-blog-related-posts.on_product {
    box-shadow:none;
    -webkit-box-shadow:none;
}

.ybc_blog_related_posts_type_carousel .owl-nav > div {
    border:1px solid var(--blue);
    background-color: var(--blue);

}
.ybc_blog_related_posts_type_carousel .owl-prev::before,
.ybc_blog_related_posts_type_carousel .owl-next::before {
    color:#000;
}

div#manufacturer-short_description, div#manufacturer-description {
    padding-top: 0.75rem;
}

/* pagina Marchi*/

#manufacturer #main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top:1.5rem;
}

#manufacturer #main ul .brand {
    position: relative;
    width: calc(25% - 10px);
    min-width: 210px;
    padding: 10px;
    margin: 5px;
    text-align: center;
    background: #fff;
    transition: 0.4s ease-out;
    border: 2px solid #F7F7F7;
}

#manufacturer #main ul .brand:hover {
    border-color:  var(--blue);
}

#manufacturer #main ul .brand-img {
    position: relative;
    margin: auto;
}

@media (max-width: 991px) {
    
    #manufacturer #main ul {
        justify-content: center;

    }

}

@media (max-width: 576px) {

    #manufacturer #main ul .brand {
        width: 40%;
        min-width: auto;
    }

    #manufacturer #main ul .brand-img {
        width: auto;
    }
}

ul.page-list {
    display: block!important;
}

.ybc-blog-wrapper-content-main {
    margin-top: 30px;
    margin-bottom:0px;
}

.ivana-container {
    display:none;

}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1920px!important;
}

.block-categories, #search_filters {
    padding-left: 0px;
}

.ybc-blog #content-wrapper .ybc-blog-wrapper, .ybc-blog-wrapper-detail {
    padding:0px;
}

hr.dist-footer {
    width: 80%;
    color: #dddddd;
    margin: 0 auto;
    padding-top: 2rem;
    
}

#stores .page-stores {
    width:100%;
}

#stores .page-stores .store-item {
    padding:0px;
}

.blog_description p {
    font-size:16px!important;
}

@media (max-width: 768px) {
    .block-social {
        display: flex;
        justify-content: center;
    }
    
}

.page-cover {
    background-size: cover;
    margin-bottom: 1rem;
    height: auto;
    aspect-ratio: 2;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .ybc_blog_layout_grid .ybc-blog-list > li {
        width: 25%;
    }
    div#googleReviewsContainer {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

#search_filters .facet .facet-label {
    width: 100%;
    text-align: left;
    display: flex;
    align-content: center;
    margin-bottom:0.5rem;
}
#search_filters .facet .facet-label a,
 #search_filters_brands .facet .facet-label a,
  #search_filters_suppliers .facet .facet-label a {
    margin-top:0px;
  }
#category .wrapper .breadcrumb[data-depth="1"] {
    display: block;
}
#category #wrapper .breadcrumb[data-depth="1"]  li::after {
    margin: 0.3125rem;
    color: #7a7a7a;
    content: "/";
}
.itc-comment, .itc-comment-box {
    display: none!important;
}
ul.ybc-blog-related-posts-list>.owl-controls {
    top: inherit!important;
    bottom:unset!important;
}
#ybc_blog_page h2.elementor-heading-title {
    color: #000!important;
}
.elementor-product-miniature .elementor-title {
    white-space: normal;
    line-height: 1.56em;
    font-size: 16px;
}
.elementor-product-miniature .elementor-title:hover {
    text-decoration: underline;
}
a.elementor-product-link {
    text-decoration: none!important;
}
a.elementor-product-link .elementor-price-wrapper {
    display:none;
}
.elementor-product-miniature .elementor-content {
    text-align: left;
}
.elementor-product-miniature .elementor-description {
    color: #707070;
    font-size: 16px;
}
.elementor-product-miniature .elementor-description:hover {
    color: #000;
    text-decoration: underline;
}
#ybc_blog_page .ew-description,
#ybc_blog_page .ew-price,
#ybc_blog_page .wish-flag{
    display:none;
}
.elementor-product-grid .blog_description ul li {
    list-style: none!important;
}
.elementor-product-grid a {
    text-decoration: none!important;
}
.elementor-product-grid a:hover {
    text-decoration: underline!important;
}

/*Configurazione prodotti*/
.dp_container,
.dp_group {
    margin-bottom:0px!important;
}
.dp_input_div {
    padding-left:0px!important;
}
.dp_url {
    color: #232323 !important;
    text-decoration: underline;
}
.dp_url:hover {
    color:var(--blue) !important;
}
.dp_container input[type="radio"] {
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;    
  border-radius: 50%;     
  position: relative;
  cursor: pointer;
  background: #fff;      
  display: inline-block;
}

.dp_container input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  inset: 3px;             
  background: var(--blue);  
  border-radius: 50%;
}
fieldset.svelte-c1qji4.svelte-c1qji4 {
    border:none!important;
    padding:0px!important;
}
.dp_tooltip_btn i.material-icons {
    margin-bottom: .2rem;
}
.dp_link {
    color: #55a1f3!important;
}
.dp_input_container .ui-spinner-button.ui-spinner-up {
    border-bottom:0px!important;
}
.dp_field_container[data-name="nota_calcolo_guscio"].dp_type_html,
.dp_field_container[data-name="nota_spessore_isolante"].dp_type_html {
    margin-top: -1rem;
    font-size: 0.81rem;
    display: grid;
    width: 65%;
    line-height: 1.38em;
}
#dp_curva_a_settori ul li {
    gap: 0.7rem;
    flex-direction: row;
}


/* Valore */
.dp_type_dynamic span{
    font-size: 1.2rem;
    font-weight: bold;
    color: #1a1a1a;
    background-color: #e5f7ff;
    padding: 0.3rem 0.6rem;
    height: 2.75rem;
    padding: 0 10px;
    display: grid;
    align-items: center;
    justify-items: center;
    border: 1px solid #aaa;
}
span.dp_unit_symbol {
    text-transform: lowercase;
}
a.ui-spinner-button {
    display:none!important;
}
.dp_field_container {
    margin-bottom:1.87rem!important;
}
.dp_input_container .ui-corner-all {
    border-radius: 0;
    max-width: 100%;
    display: grid;
}
.dp_type_input .dp_input_container,
.wrapper-dynamic-field {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 200px 18px;
    column-gap: 0.5rem;
}
.dp_type_input .dp_input_container,
.wrapper-dynamic-field {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 200px 18px;
    column-gap: 0.5rem;
}

/* Schermi medi */
@media (max-width: 1199px) {
    .dp_type_input .dp_input_container,
    .wrapper-dynamic-field {
        grid-template-columns: 1fr 100px 18px; /* riduci la colonna fissa */
    }
    .dp_field_container[data-name="nota_calcolo_guscio"].dp_type_html,
    .dp_field_container[data-name="nota_spessore_isolante"].dp_type_html {
    display: grid;
    width: 100%;
}
}

/* Schermi piccoli */
@media (max-width: 767px) {
    .dp_type_input .dp_input_container,
    .wrapper-dynamic-field {
        grid-template-columns: 1fr 100px 18px; /* ancora più stretta */
    }
    #product .owl-dots {
        display: none;
    }
    #product .owl-nav {
        padding-top: 1rem!important;
        margin-top:0rem!important;
    }
}
.dp_input_container .ui-spinner-input {
    height: 2.75rem!important;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    color: #1a1a1a;
}
.dp_type_radio .dp_input_container {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.5rem, 3vw, 3rem); /* minimo 0.5rem, massimo 3rem, scala col viewport */
}
label.dp-radio-option {
    min-width:150px;
    column-gap: 1.25rem !important;
    margin-bottom: 0px;
    line-height: 1em;
    align-items: end!important;

}
.dp-radio-option input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 19px;
    height: 19px;
}
.dp_field_container[data-name="nota_curva_a_settory"].dp_type_html  {
    margin-top:-1rem;
    font-size: 0.81rem;
}
/* li.dp_selected.svelte-1f7hrkt .dp_thumb_btn.svelte-1f7hrkt {
    outline: 1px solid var(--blue)! important;
    outline-offset: 0px!important;
    border-radius: 1px;
} */
.dp_input_container .ui-spinner:focus-within {
    outline: 1px solid var(--accent-color)!important;
}
/* Limita altezza e attiva scroll minicart */
.dropdown-menu.mini-cart .mini-cart-items {
  max-height: 500px; /* regola a piacere */
  overflow-y: auto;
  overflow-x: hidden; /* niente scroll orizzontale */
  padding-right: 5px; /* spazio per scrollbar */
}
.dropdown-menu.mini-cart .mini-cart-items::-webkit-scrollbar {
  width: 6px;
}
.dropdown-menu.mini-cart .mini-cart-items::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.dropdown-menu.mini-cart .mini-cart-items::-webkit-scrollbar-thumb:hover {
  background: #999;
}
/*Tuning configuratore*/
.product-reference,
.product-reference label {
    font-size: 0.81rem!important;
}
.product-description p,
.product-description p span {
    color: var(--black) !important;
}
.dp_type_image-list ul {
    margin-bottom:0px;
}
.attribute_label {
    text-transform: uppercase;
    font-weight:bold;
    margin-bottom:1rem;
}
.dp_tooltip_btn img {
    width: 1.25rem;
    height: 1.25rem;
}
.dp_type_input .attribute_label,
.dp_type_dynamic .attribute_label {
    margin-bottom: 0.3rem!important;
}
.product-quantity .input-group-btn-vertical {
    display: none;
}
.product-quantity #quantity_wanted {
    width: 6.625rem;
    text-align: center;
    font-weight: bold;
}
.dynamic-product .product-prices {
    margin-top: 0px;
    margin-bottom: 1rem!important
}
.product-prices .font-italic {
    font-size: 0.8125rem;
    line-height: 1em;
}
.product-minimal-quantity {
    margin-bottom:0px;
}
#product .product-add-to-cart {
    display: flex;
}
#product .product-discounts {
    margin-bottom: 1rem;
}
#product .product-quantity  {
    justify-content: space-between
}
li.dp_selected .dp_thumb_btn {
    outline: 3px solid var(--blue)!important;
    outline-offset: 3px;
    border-radius: 1px;
}
.pos_title a h2 {
    color: var(--blue);
    text-transform: uppercase;
    font-size: 1.5rem!important;
    line-height: 0.9em;
    margin-bottom: 0px;
}
.pos_title a {
  text-decoration: none;
}

hr {
    border-top: 1px solid var(--blue);
}
ul.lSPager.lSpg {
    display: none;
}
.navbar-toggler {
  position: relative; /* necessario per i figli absolute */
  width: 40px; /* larghezza toggle, puoi adattare */
  height: 40px; /* altezza toggle */
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler .material-symbols-outlined {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#category .card-block {
    padding: 0.625rem 1.25rem 0.5rem;
}
#similar-products .card-body,
#similar-products .ew-product-all {
    background-color: var(--grey)!important;
}
#productAccessories .card-body,
#productAccessories .ew-product-all {
    background-color: var(--blue20)!important;
}
.product-quantity .add {
    flex-direction: column;
}
.js-mailalert.text-center {
    display: flex;
    align-items: center;
    width: 100%!important;
}
.product-additional-info .tabs {
    padding-right: 0px;
    margin-top:1rem;
}
@media (min-width: 768px) and (max-width: 1199px) { 
    .px-md-5 {
        padding-right:1rem!important;
        padding-left:1rem!important;
    }
    #header {
        padding-bottom: 0.5rem;
    }
}
.ew-product-title a:hover,
.ew-description a:hover {
    text-decoration: none!important;
}
.ew-px .formbuilder_column {
    padding-left: 4rem!important;
    padding-right: 4rem!important;
}
.page-my-account #content .links a,
.page-my-account #content .links a:hover,
.page-my-account #content .links a:focus,
.page-my-account #content .links a:active {
  text-decoration: none !important;
}
div#adveg-grecaptcha {
    display: none;
}
.footer-footer-row a.text-footer:hover {
    color: var(--black)!important;
}
.category-id-2 #search_filters_wrapper {
    display: none;
}
#category .text-muted {
    font-size: unset;
}
#subcategories {
    border-top: none!important;
}

