@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --blue: #0460A9;
    --blue-md: #6CAFDC;
    --text: #333333;
    --title: #060708;
    --lightBlue: #E8F6FE;
    --white: #FFFFFF;
  }

html,
body {
     font-family: "Roboto", sans-serif;
     background: var(--lightBlue);
}

.posizione87 > a > img{
    width: auto;
    margin: auto;
}

ul.list-h:nth-child(1)>li:nth-child(3),
.boxRegistrazione {
    display: none;
}

h1 {
    color: var(--blue);
font-size: 24px;
font-weight: bold;
}

.btn-top.active.focus,
.btn-top.active:focus,
.btn-top.active:hover,
.btn-top:active.focus,
.btn-top:active:focus,
.btn-top:active:hover,
.open>.dropdown-toggle.btn-top.focus,
.open>.dropdown-toggle.btn-top:focus,
.open>.dropdown-toggle.btn-top:hover {
    background-color: transparent;
    border-color: transparent;
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-top.focus,
.btn-top:focus {
    background-color: transparent;
    border-color: transparent;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: 0;
}

.btn-top.active,
.btn-top:active,
.open>.dropdown-toggle.btn-top {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a {
    color: var(--blue);
}

a:hover {
    color: var(--blue);
}
.bloccoBtn--link:hover,
.bloccoBtn--link:focus, 
.bloccoBtn--link:hover:focus {
    color: var(--blue);
    opacity: .7;
}
:focus {
    outline: none;
}

.contenutoServizio a:not(.btn) {
    text-decoration: none;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: 1px solid var(--blue-md);
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(48, 100, 142, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(48, 100, 142, 0.6);
}

.input-group .form-control:focus {
    z-index: 2;
}

.boxSliderProdotti h4 {
    background-color: var(--white);
    text-align: left;
    font-size: 22px;
    padding: 5px 0;
    color: var(--blue);
    font-weight: bold;
}

.boxSliderProdotti h4:hover,
.boxSliderProdotti h4:hover a {
    text-decoration: none;
    color: var(--blue);
    border-bottom-color: var(--blue);
}

/*
* 	TOP BAR
*/
.topNav {
    background-color: var(--blue);
    color: var(--white);
    padding: 5px 0;
    border-bottom: 1px solid var(--blue);
}

.topNav_menusx,
.topnav_menudx {
    margin: 7px 0 0;
}

.topNav_menusx:not(:empty) {
    display: inline-block;
    border: 0 none transparent;
    padding: 6px 10px;
}

.topNav_menusx:not(:empty) a {
    color: var(--text);
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 11px;
}

.btn-top {
    font-size: 12px;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    margin-right: 0;
}

.btn-top:hover {
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
}

/*.topnav_menudx li:nth-child(2) {display: none;}*/
.topnav_menudx_cart #carrello_refresh {
    border-left: none;
    margin-left: 0;
    background: var(--white);
    border-radius: 30px;
    padding: 5px 11px 0 8px;
    margin-left: 3.5px;
    position: relative;
    background-image: url(/custom/images/template/cart-icon.png);
    background-repeat: no-repeat;
    background-position: 11px 50%;
}

#carrello_refresh i.fas.fa-2x.fa-shopping-cart {
    font-size: 25px;
    color: transparent;
}

a.topnav_menudx_cart:hover {
    text-decoration: none;
}

.topnav_menudx_cart .articoli {
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    color: var(--blue);
    font-weight: 600;
    position: absolute;
    top: 6px;
    background: var(--white);
    border: 1px solid var(--blue);
    height: 18px;
    width: 30px;
    line-height: 18px;
    padding-top: 0;
    left: 36px;
}

i.fas.fa-2x.fa-shopping-cart {
    color: var(--blue);
}


/*
*	MIDDLE BAR
*/
.middleNav {
    padding: 30px 0;
}

.logo {
    background-image: url(/custom/images/template/logo-utopha.png);
    display: block;
    height: 120px;
    width: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.posizione81 img{
  max-width:300px !important;
  height: auto;
  margin: 10px auto;
}

.visible-md-block.col-md-3.visible-lg-block.col-lg-3 {
    width: 100%;
    margin: auto;
    display: block;
}

#formRicercaCatalgoTop {
    margin-top: 38px;
}

.middleNav .input-group .form-control:first-child,
.middleNav .input-group-addon:first-child,
.middleNav .input-group-btn:first-child>.btn,
.middleNav .input-group-btn:first-child>.btn-group>.btn,
.middleNav .input-group-btn:first-child>.dropdown-toggle,
.middleNav .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.middleNav .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-radius: 30px;
    height: 42px;
    width: 635px;
    border: none;
    background-color: #e6e6e6;
    font-size: 12px;
    color: #555;
    padding: 16px 26px;

}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    width: 59px;
    height: 35px;
    background-color: var(--blue);
    border-radius: 0 30px 30px 0;
    background-image: url(/custom/images/template/search-icon.png);
    background-repeat: no-repeat;
    background-position: 46% 50%;
}

.input-group-btn:last-child>.btn:hover {
    background-color: var(--blue);
}

.input-group-btn:last-child>.btn .fa-search:before,
.input-group-btn:last-child>.btn-group .fa-search:before {
    color: transparent;
}

/*
*	MAIN MENU
*/
.navbar-nav {
    display: none !important;
}

section.topLinguage-header {
    background-color: #dde4f1;
}

.navbar-default {
    background-color: var(--white);
    border-color: transparent;
    border-bottom: 4px solid var(--blue);
    padding: 0;
    min-height: 0;
    display: none;
}

header ul.dropdown-menu {
    border-top: 4px solid var(--blue);
}

ul.sottocategoria li.sottocategoria_figli {
    border-left: 3px solid var(--blue);
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: #666;
}

header {
    margin-bottom: 30px;
}

/*
*      BOX ACCESSO
*/

#registra_cliente_no_reg #updateForm, .boxAccesso #form1, .boxNewsletter #formNl, .boxRecuperoPw #updateForm{
    background: var(--lightBlue);
}

/*
*       IMMAGINI PRODOTTI
*/
.thumbnail img.img-responsive {
    margin: 15%;
    width: 70%;
}



/*
* 	4 PRODOTTI
*/


#SliderQuattroProdotti .caption a.nome-ditta p {
    display: none;
}

#SliderQuattroProdotti .caption a.bloccoDatiProdotto p {
    text-align: center;
    font-size: 12px;
    color: #444;
    font-weight: bold;
}

#SliderQuattroProdotti .caption a.bloccoDatiProdotto p[itemprop="description"],
#SliderQuattroProdotti .caption a.bloccoDatiProdotto p[itemprop="productID"],
#SliderQuattroProdotti .caption .box-recensioni1.boxInternoRecensioni {
    display: none;
}

#SliderQuattroProdotti .caption .bloccoPrezzo span.pi {
    color: #555;
    font-size: 15px;
    text-decoration: line-through;
    display: block;
    width: 100%;
    margin: 10px -9px;
}

#SliderQuattroProdotti .caption .bloccoPrezzo span.p {
    color: #555;
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

#SliderQuattroProdotti .bloccoPrezzo .pf,
#SliderQuattroProdotti .bloccoPrezzo .pfs {
    color: #555;
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

#SliderQuattroProdotti .bloccoBtn a.bloccoBtn--link.link-wishlist,
#SliderQuattroProdotti .bloccoBtn a.bloccoBtn--link.link-info {
    display: none;
}

#SliderQuattroProdotti .bloccoBtn a.bloccoBtn--link.link-cart {
    border-radius: 30px;
    padding: 12px;
    background: var(--blue);
    color: var(--white);
    font-size: 15px;
    text-transform: uppercase;
}

#SliderQuattroProdotti .bloccoBtn a.bloccoBtn--link.link-cart:before {
    content: "Acquista";
}

.bloccoBtn a>.fa-stack {
    display: none;
}

#SliderQuattroProdotti .bloccoBtn a.bloccoBtn--link.link-cart:hover {
    background: var(--blue);
}

#SliderQuattroProdotti .thumbnail {
    padding-bottom: 0;
    top: 15px;
}

#SliderQuattroProdotti .thumbnail .caption {
    margin-bottom: 40px;
}

.bloccoBtn hr {
    display: none;
}


/*
* 	6 PRODOTTI
*/

#SliderSeiProdotti .caption a.nome-ditta p {
    display: none;
}

#SliderSeiProdotti .caption a.bloccoDatiProdotto p[itemprop="description"],
#SliderSeiProdotti .caption a.bloccoDatiProdotto p[itemprop="productID"],
#SliderSeiProdotti .caption .box-recensioni1.boxInternoRecensioni {
    display: none;
}


#SliderSeiProdotti .caption .bloccoPrezzo span.pi {
    color: #555;
    font-size: 15px;
    text-decoration: line-through;
    display: block;
    width: 100%;
    margin: 10px -9px;
}

#SliderSeiProdotti .caption .bloccoPrezzo span.p {
    color: #555;
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 100%;

    margin: 10px 0;
}

#SliderSeiProdotti .bloccoPrezzo .pf,
#SliderSeiProdotti .bloccoPrezzo .pfs {
    color: #555;
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    margin: 10px 0;
}

#SliderSeiProdotti .bloccoBtn a.bloccoBtn--link.link-cart,
#SliderQuattroProdotti .bloccoBtn a.bloccoBtn--link.link-cart {
    border-radius: 30px;
    background: var(--blue);
    color: var(--white);
    font-size: 15px;
    text-transform: capitalize;
}

.bloccoBtn a>.fa-stack {
    display: none;
}

#SliderSeiProdotti .bloccoBtn a.bloccoBtn--link.link-cart:hover {
    background: var(--blue);
}

#SliderSeiProdotti .thumbnail {
    padding-bottom: 40px;
    top: 15px;
    min-height: 380px;
}



/*
*	DITTE
*/


#carouselDitte {
    border: none;
    padding: 0
}

/*
*	CATEGORIE
*/

.categories {
    text-align: center;
}

.boxCategories {
    margin-bottom: 30px;
}

.categories img {
    padding: 0 20px;
}

.categories h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--blue);
    padding: 20px 0;
    margin: 0 0 20px;
    border-top: none;
}

.categories h4 a {
    color: var(--blue);
}

.categories li a {
    color: rgb(85, 85, 85);
}


/*
*	OLW-CAROUSEL
*/

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-theme .owl-dots {
    padding: 12px 0;
}

.owl-theme .owl-dots .owl-dot span { 
    width: 11px;
    height: 11px;
    margin: 5px 7px;
    background: var(--blue);
    opacity: 0.5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 0 none transparent;
}

.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
    background: var(--blue);
}

.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
    background: var(--blue);
}

.owl-theme .owl-nav [class*=owl-] {
    color: var(--blue) !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--blue);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    opacity: 1;
}

#carouselBig.owl-carousel .owl-dots.disabled,
#carouselBig.owl-carousel .owl-nav.disabled {
    display: none;
}

#carouselBig .owl-dots {
    margin-top: 0;
}


/*
*	FOOTER
*/

.footer__bottom{background: var(--lightBlue);}

.contenutoServizio .input-group-addon,
.contenutoServizio input {
    background-color: var(--white);
}
.btn-primary, .contenutoServizio input.btn-primary{
    background: var(--blue);
    border: 0;
    padding: 0 2rem;
    line-height: 40px;
    transition: all ease-in-out .3s;
}

.contenutoServizio input.btn-primary:hover, 
.contenutoServizio input.btn-primary:focus,
.contenutoServizio input.btn-primary:hover:focus,
.contenutoServizio input.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    background: var(--blue);

}

.contenutoServizio input.btn-primary:focus {
    border: 0;
}

.boxAccesso h2 {
    text-transform: uppercase;
    margin-bottom: 36px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    color: var(--text);
}



.menu h3,
.testo h3,
.testo h2,
.testo h1,
.row.boxSliderCorrelatiProdotto h3,
.boxRecensione h1 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    color: #555;
    font-weight: 700;
    text-transform: none;
    text-align: left;
    margin-bottom: 28px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
} 

.boxRecensione h1 a,
.boxRecensione h1 {
    text-decoration: none;
}

ul.noBullets {
    margin-top: 6px;
}

.menu a {
    font-size: 12 px;
    color: #555;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.menu .noBullets li {
    margin-bottom: 8px;
}

.footer__information {
    background: var(--blue);
    margin: 0;
}

.footer__information p {
    text-align: center;
}

.footer__information p.titolo {
    font-weight: 400;
    font-size: 12px;
}

.footer__information p.titolo b {
    font-weight: 700;
}

.footer__information p.titolo a {
    color: var(--white);
    font-weight: 700;
    font-size: 12px;
}

.footer__bottom ul li {
    color: #555;
    font-weight: 400;
}

.footer__bottom ul li a {
    color: var(--blue);
    font-weight: 700;
}

.footer__bottom ul li:nth-child(1) {
    text-align: left
}

.footer__bottom ul li:nth-child(2) {
    text-align: center;
    text-decoration: underline;
}

.footer__bottom ul li:nth-child(3) {
    text-align: right
}

/*
*	WISHLIST
*/
.wishlist a {
    text-decoration: underline;
    font-weight: 700;
}

.wishlist .caption a.nome-ditta p {
    display: none;
}

.wishlist .caption a.bloccoDatiProdotto p {
    text-align: center;
    font-size: 18px;
    color: #555;
}

.wishlist .caption a.bloccoDatiProdotto p[itemprop="description"],
.wishlist .caption a.bloccoDatiProdotto p[itemprop="productID"],
.wishlist .caption .box-recensioni1.boxInternoRecensioni {
    display: none;
}

.wishlist .caption .bloccoPrezzo span.sc,
.listProducts .caption .bloccoPrezzo span.sc,
.wishlist .sc {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    display: block;
    background-color: #de0d0d;
    padding: 5px;
    position: absolute;
    right: 0;
    left: 0;
    top: 9px;
    height: 28px;
    width: 100%;
}

.wishlist .caption .bloccoPrezzo span.sc:before,
.listProducts .caption .bloccoPrezzo span.sc:before {
    content: '- ';
}

.wishlist .caption .bloccoPrezzo span.pi {
    color: #555;
    font-size: 15px;
    text-decoration: line-through;
    display: block;
    width: 100%;
    margin: 10px 0;
}

.wishlist .caption .bloccoPrezzo span.p {
    color: #555;
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.wishlist .bloccoPrezzo .pf,
.wishlist .bloccoPrezzo .pfs {
    color: #555;
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.wishlist .bloccoBtn a.bloccoBtn--link.link-wishlist,
.wishlist .bloccoBtn a.bloccoBtn--link.link-info {
    display: none;
}

.wishlist .bloccoBtn a.bloccoBtn--link.link-cart {
    border-radius: 30px;
    padding: 12px;
    background: var(--blue);
    color: var(--white);
    font-size: 15px;
    text-transform: uppercase;
}

.wishlist .bloccoBtn a.bloccoBtn--link.link-cart:before {
    content: "Acquista";
}

.wishlist .bloccoBtn a>.fa-stack {
    display: inline-block;
}

.wishlist .bloccoBtn a.bloccoBtn--link.link-cart:hover {
    background: var(--blue);
}

.wishlist .thumbnail {
    top: 15px;
    padding-bottom: 70px;
}



/*
* FILTRI
*/

.filtri-ricerca-attivi-r>span {
    margin: 5px 5px 0;
    position: relative;
    padding-right: 0;
    display: block;
}

a.filter_remove_active {
    color: white;
    display: block;
    background: var(--blue);
    padding: 5px 8px;
    float: right;
}

.filtri-ricerca-attivi-r>span::before,
.filtri-ricerca-attivi-r>span::after {
    content: '';
    display: block;
    clear: both;
}

span.parola-cercata {
    font-size: 16px;
    font-weight: 700;
    color: var(--blue);
}

.filtri-ricerca-r a {
    display: inline-block;
    text-decoration: underline;
}

.borderBlu {
    height: 2px;
    display: block;
    margin-bottom: 5px;
    background-color: var(--blue);
}

.btn-primary,
.btn-third {
    color: var(--white);
    background-color: var(--blue);
    border-color: var(--blue);
    border-radius: 0;
    width: 220px;
    max-width: 100%;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus {
    color: var(--white);
    background: var(--blue);
    border-color: var(--blue);
  
}

input[type=radio]:checked {
    border: 5px solid var(--blue);
    background-color: var(--white);
}

/*
*   PAGINATION
*/


.pagination>li>a,
.pagination>li>span {
    color: var(--blue);
    background-color: var(--white);
    border: 1px solid var(--blue);
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: var(--blue);
    border-color: var(--blue);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: var(--blue);
}

/*
*   PRODOTTI
*/

a.bredcrumbs {
    color: #555;
}

a.bredcrumbs .lastBredcrumbs {
    color: var(--blue);
}

.bloccoPrezzo .sc,
.listProducts .caption .bloccoPrezzo span.sc,
.wishlist .sc {
    background-color: #de0d0d
}

.nav-tabs>li>a:hover {
    border-bottom-color: var(--blue);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-bottom-color: var(--blue);
}



.listProducts .bloccoBtn {
    position: static;
    width: 100% !important;
}

.listProducts a.nome-ditta p {
    display: none;
}

.listProducts a.bloccoDatiProdotto p {
    text-align: center;
    font-size: 18px;
    color: #555;
    min-height: 50px;
}

.listProducts a.bloccoDatiProdotto p[itemprop="description"],
.listProducts a.bloccoDatiProdotto p[itemprop="productID"],
.listProducts .box-recensioni1.boxInternoRecensioni {
    display: none;
}

.listProducts .caption .bloccoPrezzo span.sc,
.listProducts .caption .bloccoPrezzo span.sc,
.wishlist .caption .bloccoPrezzo span.sc {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    display: block;
    background-color: #de0d0d;
    padding: 5px;
    position: absolute;
    right: 0;
    left: 0;
    top: 9px;
    height: 28px;
    width: 100%;
}

.listProducts .caption .bloccoPrezzo span.sc:before,
.wishlist .caption .bloccoPrezzo span.sc:before {
    content: '- ';
}

.listProducts .caption .bloccoPrezzo span.pi {
    color: #555;
    font-size: 14px;
    text-decoration: line-through;
    display: block;
    width: 100%;
    margin: 10px 0;
}

.listProducts .caption .bloccoPrezzo span.p {
    color: #555;
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.listProducts .bloccoPrezzo .pf,
.listProducts .bloccoPrezzo .pfs {
    color: #555;
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.listProducts .thumbnail {
    padding-bottom: 50px;
    padding-top: 10px;
    top: 15px;
    border: 1px solid #e2e2e2;
}

.listProducts .col-sm-3,
.listProducts>.col-xs-6 {
    border: 0 none transparent;
}

.listProducts .bloccoBtn a.bloccoBtn--link.link-wishlist,
.listProducts .bloccoBtn a.bloccoBtn--link.link-info {
    display: none;
}

.listProducts .bloccoBtn a.bloccoBtn--link.link-cart,
.listProducts .bloccoBtn a.bloccoBtn--link.link-cart {
    border-radius: 30px;
    padding: 12px;
    background: var(--blue);
    color: var(--white);
    font-size: 15px;
    text-transform: uppercase;
}

.listProducts .bloccoBtn a.bloccoBtn--link.link-cart:before {
    content: "Acquista";
}

.bloccoBtn a>.fa-stack {
    display: none;
}

.listProducts .bloccoBtn a.bloccoBtn--link.link-cart:hover {
    background: var(--blue);
    border-radius: 30px;
}



/*
*  PAGINA CONTATTI
*/
.testo {
    padding: 30px 0;
}

.contatti-bordo2 label {
    display: block;
}

.contatti-bordo2 input {
    display: block;
    width: 550px;
    max-width: 100%;
}

fieldset.formFieldsetDue {
    position: relative;
    left: -10px;
    margin: 0 7px 0 2px
}

fieldset.formFieldsetDue textarea {
    width: 550px;
    max-width: 100%;
}

fieldset.formFieldsetTre {
    margin: 0 16px 0 0px;
    padding: 0 15px 0 0;
}

fieldset.formFieldsetTre textarea {
    max-width: 100%;
}

input#terms {
    width: 15px;
    display: inline-block;
}

fieldset.formFieldsetCaptcha {
    margin: 0 16px 0 -9px;
}

input#defaultReal {
    width: 200px;
}



/*
*    TOP BUTTON
*/
#topButton {
    background-color: rgba(125, 194, 54, 0.6);
}

#topButton:active,
#topButton:hover {
    background-color: rgba(125, 194, 54, 1);
}


@media only screen and (max-width: 991px) {

    .middleNav .input-group .form-control:first-child,
    .middleNav .input-group-addon:first-child,
    .middleNav .input-group-btn:first-child>.btn,
    .middleNav .input-group-btn:first-child>.btn-group>.btn,
    .middleNav .input-group-btn:first-child>.dropdown-toggle,
    .middleNav .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
    .middleNav .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
        width: 100%;
    }

    a.navbar-brand {
        background-image: url(/custom/images/template/peer.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        width: 60%;
        background-position: left top;
        margin-left: 15px;
    }

    .middleNav {
        padding: 0 0 30px 0;
    }

    .navbar-header {
        min-height: 76px;
    }

    .navbar-header_icone,
    .navbar-toggle {
        margin-top: 18px;
    }

    .navbar-nav {
        display: none !important;
    }

    ul.sottocategoria li.sottocategoria_figli {
        border-left: 3px solid var(--blue);
    }

}

@media screen and (max-width: 767.9px) {
    .boxSliderProdotti h4 {
        padding: 0;
        margin: 46px 0 36px;
    }

    .boxSliderProdotti h4 a {
        font-size: 18px;
        width: fit-content;
        padding: 17px;
        top: -25px;
    }
}

.boxSliderProdotti h4 a {
    color: #575757;
}

@media screen and (max-width: 599.9px) {

    .footer__bottom ul li:nth-child(1),
    .footer__bottom ul li:nth-child(2),
    .footer__bottom ul li:nth-child(3) {
        text-align: left
    }

    #topButton {
        right: 0;
    }
}

.middleNav .input-group .form-control:first-child,
.middleNav .input-group-addon:first-child,
.middleNav .input-group-btn:first-child>.btn,
.middleNav .input-group-btn:first-child>.btn-group>.btn,
.middleNav .input-group-btn:first-child>.dropdown-toggle,
.middleNav .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.middleNav .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-radius: 30px;
    height: 42px;
    width: 635px;
    border: none;
    background-color: var(--white);
    font-size: 12px;
    color: #555;
    padding: 16px 26px;
    border: 2px solid #e2e2e2;
}

a.btn.btn-top {
    margin: 0 5px 6px;
    border-radius: 30px;
    color: var(--white);
    font-weight: bold;
    position:relative;
}
a.btn.btn-top::after{content:''; height:1px; background: var(--text);position:absolute; right:calc( 100% - 12px); left:12px; bottom:0;transition: all ease-in-out .3s;}
a.btn.btn-top:hover::after{ right:12px; }

.topNav_menusx:not(:empty) li:not(:last-child):after {
    content: " " !important;
}

.bloccoPrezzo .sc,
.listProducts .caption .bloccoPrezzo span.sc,
.wishlist .caption .bloccoPrezzo span.sc,
.wishlist .caption .bloccoPrezzo span.sc {
    background-color: var(--blue);
    position: absolute;
    top: 15px;
    right: 20px;
    border-radius: 50%;
    padding: 13px 6px;
    font-weight: bold;
}

.owl-carousel .owl-item img {
    border-radius: 30px;
}

#SliderSeiProdotti .thumbnail,
#SliderQuattroProdotti .thumbnail,
.listProducts .thumbnail,
.wishlist .thumbnail,
.schedaProdotto .thumbnail {
    padding-bottom: 40px;
    top: 15px;
    -webkit-box-shadow: 2px 3px 13px 1px rgba(199, 199, 199, 1);
    -moz-box-shadow: 2px 3px 13px 1px rgba(199, 199, 199, 1);
    box-shadow: 2px 3px 13px 1px rgba(199, 199, 199, 1);
    border-radius: 30px;
    border: 0px;
    padding-bottom: 0px;
}

#SliderSeiProdotti .caption a.bloccoDatiProdotto p {
    font-weight: bold;
}

#SliderSeiProdotti .bloccoPrezzo .pf,
#SliderSeiProdotti .bloccoPrezzo .pfs {
    color: var(--blue);
}

.col-xs-6.col-md-2.boxCategories {
    -webkit-box-shadow: 2px 3px 13px 1px rgba(199, 199, 199, 1);
    -moz-box-shadow: 2px 3px 13px 1px rgba(199, 199, 199, 1);
    box-shadow: 2px 3px 13px 1px rgba(199, 199, 199, 1);
    margin: 10px;
    border-radius: 30px;
    width: 213px;
    min-height: 356px !important;
}

.boxDitte h4 {
    text-align: left;
    border-bottom: 1px solid #666;
    font-family: 'Noto Sans', sans-serif;
    text-transform: initial;
    padding-bottom: 7px;
    color: #575757;
}


.categories h3 {
    text-align: left;
    font-size: 17px;
    border-bottom: 1px solid #555;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    color: var(--blue);
}

.categories li a {
    color: #9e9e9e;
}

.categories li:nth-child(5) a {
    color: var(--blue);
    text-decoration: underline;
    font-weight: bold;
}

#SliderQuattroProdotti .bloccoPrezzo .pf,
#SliderQuattroProdotti .bloccoPrezzo .pfs {
    color: var(--blue);
}

section.listaCategorie h1,
h1.nome-prodotto,
section.wishlist h1 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 19px;
    color: #575757;
}

hr {
    margin-top: 0;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #575757;
}

.listProducts a.bloccoDatiProdotto p {
    font-weight: bold;
    color: #575757;
}

.listProducts .bloccoPrezzo .pf,
.listProducts .bloccoPrezzo .pfs,
.bloccoPrezzo .pf,
.bloccoPrezzo .pfs {
    color: var(--blue);
}

#topButton {
    background-color: var(--blue);
}

h1.nome-prodotto {
    font-size: 25px;
}

span[itemprop="manufacturer"] {
    color: var(--blue);
    font-size: 15px;
}

.boxAcquista.clearfix .listProducts .bloccoPrezzo .pf,
.listProducts .bloccoPrezzo .pfs,
.bloccoPrezzo .pf,
.bloccoPrezzo .pfs {
    font-size: 20px;
}

a.bredcrumbs .lastBredcrumbs {
    color: var(--blue);
}

.schedaProdotto .thumbnail {
    border-color: var(--blue);
}

span.aggiungiWishlistDaElenco {
    text-decoration: underline;
    font-weight: bold;
}

p.disponibilita.disponibilitaNulla {
    color: red;
    font-weight: bold;
}

section.wishlist h1 {
    font-size: 25px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: var(--blue);
}

.row.filtri-ricerca-attivi-r {
    background: #f2f2f2;
    padding: 10px;
    margin: 0;
}

a.filter_remove_active {
    top: -5px;
}

#SliderQuattroProdotti .thumbnail {
    width: 307px;
    margin-left: 10px;
}

#SliderSeiProdotti .thumbnail {
    width: 190px;
    margin-left: 10px;
}

.owl-stage-outer {
    padding-bottom: 10px;
}

section.categories h3 {
    text-transform: none;
    color: #575757;
}

section.categories h4 {
    border-bottom: 1px solid #e6e6e6;
    height: auto;
}

a.btn.btn-top:hover,
.topnav_menudx_cart #carrello_refresh:hover {
    text-decoration: none;
    opacity: 0.76;
    transition: 0.5s ease;
}
.imgBoxTopFull .topBanner-header,
header .topBanner-header{
    background: var(--blue-md);
    border-bottom: 20px solid var(--blue);
}
a.ragioneSociale{
    font-weight: bold;
    font-size: 52px;
    text-align: center;
    color: var(--white);
    display: block;
    margin: 18px auto;
    text-decoration: none;
}
a.ragioneSociale:hover, a.ragioneSociale:focus{
    text-decoration: none;
}
input#nomeRicercaTop1 {
    font-size: 17px;
    min-height: 45px;
    border-radius: 30px;
    background-color: #dde4f1;
    border: 0;
    color: var(--white);
    font-weight: 900;
    padding-left: 20px;
    position: relative;
    right: -25px;
}


.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--blue) !important;
    color: var(--blue) !important;
    transition: 0.5s ease;
    font-weight: bold;
}

#SliderSeiProdotti .caption a.bloccoDatiProdotto p {
    min-height: 50px;
	font-size:14px
}

.bloccoPrezzo span.pi {
    float: left;
    width: 42% !important;
    text-align: right;
    margin-right: 10px !important;
}

.bloccoPrezzo span.pfs, .bloccoPrezzo span.pf {
    float: right;
    width: 70% !important;
    text-align: left;
    position: relative;
    top: -4px;
}

span.pf {
    position: relative;
    top: 7px;
}

span.sc:before {
    content: "-";
}

.listProducts .bloccoPrezzo .sc,
.listProducts .caption .bloccoPrezzo span.sc,
.wishlist .caption .bloccoPrezzo span.sc {
    background-color: var(--blue);
    position: absolute;
    top: 10px;
    right: 10px !Important;
    border-radius: 50%;
    font-weight: bold;
    width: 53px;
    padding-top: 17px;
    height: 53px;
    left: auto;
}

p.disponibilita.disponibilitaEstesa {
    color: green;
}

.boxAcquista .bloccoPrezzo span.pi {
    float: none;
    text-align: left;
    width: auto !important;
}

.carrello_hover_su.wishlist_hover_su p {
    position: relative;
    top: 17px;
}

a.bottone.continua_shop span,
a.bottone_wishlist.vai_carrello span {
    background: #f2f2f2;
    text-align: center;
    padding: 0;
    padding-top: 10px;
    font-weight: bold;
}

a.bottone_wishlist.vai_carrello span,
a.bottone.vai_carrello span {
    color: var(--blue);
    background: #f2f2f2;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
}

span#nome_prodotto {
    color: var(--blue);
}

.carrello_hover_dx p {
    background: none;
    padding: 0;
}

span#num_prod_carrello {
    color: var(--blue);
}

.carrello_hover_su .evidente {
    color: var(--blue);
}
.box .box--header {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    padding: 15px;
}
.box .titolo_step{
    color: var(--white);}
.box .box--container{
    background: var(--white);
border: 2px solid var(--blue);
}

.box-pagamento, .box-tnkpage{
      border: 2px solid var(--blue);
      background: var(--white);
      color: var(--text);
 }
.box-pagamento .tot-ordine, .box-tnkpage .tot-ordine {
    background-color: var(--text);
}
.btn-primary-novalidate {
    background: var(--blue);
    border-width: 0;
    border-color: var(--blue);
    opacity:.8;
}
.wishlist .bloccoBtn {
    position: static;
    width: 100%;
}

section.wishlist h1 {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.testo h2 {
    font-size: 20px;
}

.testo strong {
    font-size: 16px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: var(--blue);
    background-color: var(--white);
    border-color: var(--blue);
    font-weight: bold;
}

.filtri-ricerca-r h2 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

.filtri-ricerca-r a {
    display: inline-block;
    text-decoration: none;
}

#boxAcquista_boxAdd a.btn.disabled,
fieldset[disabled] a.btn,
#boxAcquista_boxAdd .btn {
    float: left;
}

.boxSliderCorrelatiCategoria h3,
.boxSliderCorrelatiProdotto h3 {
    background: var(--white);
}

section.topNav.visible-md-block.visible-lg-block a {
    text-decoration: none;
}

#contenutoOpcCart .btn-default {
    color: var(--blue);
    background: var(--white);
    border-width: 1px;
    border-style: solid;
    border-color: var(--blue);
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    text-transform: capitalize;
    margin-left: 15px;
    width: calc(100% - 12px);
    padding: 9px;
    
}
#contenutoOpcCart .btn-default:hover, #contenutoOpcCart .btn-default:focus {
    color: var(--white);
    background: var(--blue);
    border-color: var(--blue);
    border-radius: 5px;
    text-decoration: none;
}
@media screen and (min-width:768px){
#contenutoOpcCart .btn-default {
    max-width: 200px;
       
    }
}
.success-step {
    color: var(--blue);
}

.btn-default {
    color: var(--blue);
    border-color: var(--blue);
}

.listProducts .thumbnail {
    min-height: 433px;
}

.listProducts .bloccoBtn a.bloccoBtn--link.link-cart {
    background: var(--blue)
}

@media only screen and (max-width: 991px) {
    .middleNav .input-group .form-control:first-child {
        width: 100%;
    }


    #formRicercaCatalgoTop .input-group {
        width: 100%;
    }

    .boxSliderProdotti h4 a {
        padding: 0px;
    }

    #SliderSeiProdotti .thumbnail,
    #SliderQuattroProdotti .thumbnail {
        width: auto;
        padding: 0;
    }
}


.listProducts .bloccoBtn {
    width: 100%;
    margin: 0;
}

.bloccoPrezzo span.pf {
    display: block;
}

ul#ul_cats_adv_filter a,
.filtro-offerte.mono a {
    text-decoration: none;
    text-transform: none;
}

p.descrizione {
    color: var(--blue);
}

.zonaBanner.posizione800.imgBoxTop .navbar {
    min-height: 0px;
}

.zonaBanner.posizione800.imgBoxTop .middleNav {
    padding: 0;
}

.schedaProdotto .thumbnail img.img-responsive {
    margin: 0 auto !important;
}

.schedaProdotto .thumbnail.thumbnailBig.product-grid {
    margin-bottom: 80px !important;
}

ul.lista.modalitaSpedizione h3 {
    font-size: 15px;
}

.filtri-ricerca-r div.filtro-categorie.mono ul li {
    display: block !important;

}


.row.menu__interno h3 {
    display: none;
}

.row.menu__interno>div {
    width: 100%;
    text-align: center;
}

.row.menu__interno li {
    margin-bottom: 0;
}

.row.menu__interno a {
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
}

.row.menu__interno a:hover {
    color: var(--blue);
    transition: 0.5s ease;
}

#div_less_options_categ.div_less_options,
.filtro-categorie.mono ul#ul_cats_adv_filter div#div_more_options_categ {
    display: none !important;

}

.mono li {
    position: relative;
}

.row.menu__interno .noBullets li a {display:none;}




.switch-1 .knobs::before {border-radius:50px; width:21px}




.listaRicerca{
    width:100%;
    max-width: 1400px;
    margin-right:auto;
    margin-left:auto
   }
.listProductsB2B span.fa-stack {
    border-radius: 10px;
    background: var(--blue);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    height: 2.5em;
    width: 2.5em;
    justify-content: center;
}
.listProductsB2B .btn-primary{ border-radius: 10px;}
.listaRicerca::after{content: '';display: block;clear: both;}
.listaCategorieB2B .listProducts > span > div{display:flex; width: 100%; margin-bottom: 10px; align-items:center; justify-content: space-between;flex-basis: max-content;width: 100%; margin-bottom: 10px; }
.listaCategorieB2B .listProducts > span > div > td{flex-basis: 10%;}
.listaCategorieB2B .listProducts > span > div > td:first-child{flex-basis: 80%;}

.posizione800{margin-top: 3rem;}


.posizione801 {position:relative;padding-top:80px}
.posizione801 .footer__information{min-width:100vw; position: absolute; margin-left:-50vw; top:0;left:50%; padding:20px 0; color:var(--white)}

.footer__bottom ul{ display: flex;flex-direction: row; justify-content: space-between;align-items: center;list-style: none;padding: 0 10px;}
.footer__bottom ul li{width:fit-content;}

@media screen {
    @media (max-width:768px) {
        
        .footer__bottom ul{flex-direction:column; justify-content:center;}
    }
}
@media (min-width: 992px){
#addProdotto .col-md-4, #addProdotto .col-md-2 {
    width: 25%;
}
}


.thumbnail.text-center.clearfix > a.bloccoBtn{
width: 100% !important;
margin: 0 0 20px;
}

.menu {
 background-color: var(--lightBlue);
}




.boxRecuperoPw .h3 {
  font-size: 18px;
  font-style: italic;
}

legend {
  font-size: 18px;
  border: 0;
}

.contenutoServizio .container-fluid p {
  margin-bottom: 20px;
margin-left:10px;
margin-right: 10px;
  padding-bottom: 30px; 
  text-align: center;
  font-style: italic;
  border-bottom: 1px solid #ebebeb;
}

.contenutoServizio .container-fluid #titoloArea {
  text-align: center;
  margin-bottom: 20px;
}

.boxSezione .titolo_step {
  font-size: 18px;
}

.labelFileName {
  border: 0;
}

#datiAnagrafica  .caption #dati-cliente-lettura p {
  margin: 20px px;
  padding-bottom: 10px;
  text-align: left;
  font-style: normal;
  border-bottom: 1px solid #ebebeb;
}

#dati-spedizione-lettura p {
  margin: 20px px;
  padding-bottom: 10px;
  text-align: left;
  font-style: normal;
  border-bottom: 1px solid #ebebeb;
}

.zonaBanner .listaRicerca .header-section {
text-transform: capitalize;
color: var(--blue);
font-size: 20px;
font-weight: bold;
text-align: center;
margin: 30px;
}

#vaiCercaProdotto {
 text-transform: capitalize;
}

#gtm-startCheckout-mobile {
text-transform: capitalize;
}


.form--recuperapw p a {
 font-style: normal;
}

.boxSliderProdotti h4 a {
    background-color: var(--white);
    text-align: left;
    font-size: 22px;
    padding: 5px 0;
    color: var(--blue);
    font-weight: bold;
    text-transform: capitalize;
}

.btn-group>.btn:first-child {
    margin-left: 0;
    border-radius: 10px;
    border-right-color: transparent;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
    border-radius: 10px;
}



#form1 .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-radius: 5px 0 0 5px;
}

#form1 .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-radius: 0 5px 5px 0;
}
/* .fa-inverse {
color: var(--white);
}

.fa .fas {
color: var(--blue);
} */

.input-group-addon{color: var(--blue); border-radius: 5px 0 0 5px;}
.form-group input{border-radius: 10px;}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 10px;
  }


.fa .far .fas fa-cart-plus{
  font-family: "Font Awesome 5 Free"; 
  color: var(--blue);
}

  .fa .far .fas:hover {
    color: var(--white);
  }

  .i .fas .fa-cart-plus {
    color: var(--white);
   }

#ricercaAvanzata .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
     border-radius: 10px;
}

#addProdotto label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#inserimentoProdottiCustom .input-group .form-control {
 border-radius: 5px;
}

.boxSliderProdotti .owl-carousel .owl-stage-outer {
  border-top: 1px solid var(--blue);
}

#contenutoOpcCart .btn-default:hover {
 color: var(--white);
}

p#riga_ricerca_istruzioni a img {
    display: none;
}

.bloccoPrezzo  {
    margin-top: 10px;
    display: flex;
}

.bloccoBtn {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 90%;
}

#email {
  height: 38px;
}
.table>thead>tr>th{border-color:var(--blue-md)}
.table-striped>tbody>tr{border:none; border-top: 1px solid var(--blue-md);}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ADD3EC;
}
.bloccoPrezzoB2B .sc {
    color: var(--white);
    background-color: var(--blue);
    padding:  6px;
    display: inline-block;
    border-radius: 10px;
    aspect-ratio: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

select#campo_38 {
    border-radius: 5px;
}

.boxAcquista, .tab-schedaProdotto {
    border: 1px solid #ebebeb;
    padding: 20px 15px;
}