@import url("realme.css"); 
/* ---- TIPOGRPHY --------------------------------- */

@font-face {
    font-family: 'segoeUI_regular';
    src: url('/fonts/segoeui-webfont.woff2') format('woff2'),
         url('/fonts/segoeui-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;	
}

@font-face {
    font-family: 'segoeUI_bold';
    src: url('/fonts/segoeui-bold-webfont.woff2') format('woff2'),
         url('/fonts/segoeui-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;	
}

@font-face {
    font-family: 'segoeUI_semibold';
    src: url('/fonts/segoeui-semibold-webfont.woff2') format('woff2'),
         url('/fonts/segoeui-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;	
}

@font-face {
    font-family: 'segoeUI_light';
    src: url('/fonts/segoeui-light-webfont.woff2') format('woff2'),
         url('/fonts/segoeui-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;	
}

@font-face {
    font-family: 'segoeUI_italic';
    src: url('/fonts/segoeui-italic-webfont.woff2') format('woff2'),
         url('/fonts/segoeui-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;	
}

h2, .h2 {
	font-size: 55px;
    margin-bottom: 10px;
}

h2 + .subtitle,
.h2 + .subtitle {
	font-size: 24px;
	line-height: 28px;
}

h3, .h3 {
	font-size: 28px;
	line-height:26px;
}

h3 + .subtitle,
.h3 + .subtitle {
	font-size: 21px;
	line-height:27px;
}

h4, .h4 {
	font-size: 19px;
	line-height:24px;
}

b, strong {
	font-weight: 400;
    font-family: 'segoeUI_semibold';
}

.fs-9 {
	font-size: 9px !important;
}

.fs-10 {
	font-size: 10px !important;
	line-height: 11px;
}

.fs-11 {
	font-size: 11px !important;
}

.fs-12 {
	font-size: 12px !important;
	line-height: 16px;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-13-15 {
	font-size: 13px !important;
	line-height: 15px;
}

.fs-13-16 {
	font-size: 13px !important;
	line-height: 16px;
}

#compatib .fs-12 {
	line-height: 24px;
}

.fs-14 {
	font-size: 14px !important;
}

.fs-14-18 {
	font-size: 14px !important;
	line-height: 18px;
}

.fs-15 {
	font-size: 15px !important;
}

.fs-15-18 {
	font-size: 15px !important;
	line-height: 18px;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-16-19 {
	font-size: 16px !important;
	line-height: 19px;
}

.fs-17 {
	font-size: 17px !important;
}

.fs-17-27 {
	font-size: 17px !important;
	line-height: 27px;
}

.modelli.fs-17 {
	line-height: 32px;
}

.fs-18 {
	font-size: 18px !important;
	line-height: 20px;
}

.fs-18-24 {
	font-size: 18px !important;
	line-height: 24px;
}

.fs-18-32 {
	font-size: 18px !important;
	line-height: 32px;
}

.fs-19 {
	font-size: 19px !important;
}

.fs-20 {
	font-size: 20px !important;
}

.fs-20-25 {
	font-size: 20px !important;
	line-height: 25px;
}

.fs-22 {
	font-size: 22px !important;
	line-height: 29px;
}

.fs-24 {
	font-size: 24px !important;
}

.fs-24-30 {
	font-size: 24px !important;
	line-height: 30px;
}

.fs-25 {
	font-size: 24px !important;
}

.fs-25-34 {
	font-size: 24px !important;
	line-height: 34px;
}

.fs-27 {
	font-size: 27px !important;
}

.fs-28 {
	font-size: 28px !important;
	line-height: 33px;
}

.fs-29 {
	font-size: 29px !important;
}

.fs-30 {
	font-size: 30px !important;
	line-height: 35px;
}

.fs-31 {
	font-size: 31px !important;
}

.fs-32 {
	font-size: 32px !important;
}

.fs-32-36 {
	font-size: 32px !important;
	line-height: 36px !important;
}

.fs-35 {
	font-size: 35px !important;
}

.fs-36 {
	font-size: 36px !important;
}

.fs-39 {
	font-size: 39px !important;
	line-height: 40px;
}

.fs-40 {
	font-size: 40px !important;
	line-height: 40px;
}

.fs-45 {
	font-size: 45px !important;
}

.fs-48 {
	font-size: 48px !important;
}

.fs-48-50 {
	font-size: 48px !important;
	line-height: 50px !important;
}

.fs-50 {
	font-size: 50px !important;
}

.fs-50-52 {
	font-size: 50px !important;
	line-height: 52px !important;
}

.fs-50-42 {
	font-size: 50px !important;
	line-height: 42px !important;
}

.big-icon {
    font-size: 6em !important;
}

.ln-23 { line-height: 23px; }

.ln-reset { line-height: normal !important; }

a {
	color: #000;
	text-decoration: none;
}

a:hover { color: #333; }

.white { color: #FFF !important; }
.black { color: #000 !important; }
.green { color: #5bb300 !important; }
.red { color: #C02D23 !important; }
.orange { color: #e16d00 !important; }
.yellow { color: #e19c00 !important; }
.azure { color: #0181c4 !important; }
.blue { color: #0244bf !important; }
.purple { color: #8f00a9 !important; }
.gray-3B { color: #3B3B3B !important; }
.gray-81 { color: #818181 !important; }
.gray-666 { color: #666 !important; }

.bg-white { background-color: #FFF !important; color: #000 !important;  }
.bg-black { background-color: #000 !important; color: #FFF !important; }
.bg-green { background-color: var(--action-color) !important; color: #FFF !important; }
.bg-red { background-color: var(--action-color) !important; color: #FFF !important; }
.bg-yellow { background-color: #e19c00 !important; color: #000 !important; }
.bg-blue { background-color: #0093DD !important; color: #FFF !important; }
.bg-purple { background-color: #8f00a9 !important; color: #FFF !important; }
.bg-gray-3B { background-color: #3B3B3B !important; color: #FFF !important; }
.bg-gray-81 { background-color: #818181 !important; color: #FFF !important; }
.bg-gray-666 { background-color: #666 !important; color: #FFF !important; }

.bg-white * { color: #000 !important; }
.bg-black * { color: #FFF !important; }
.bg-green * { color: #FFF !important; }
.bg-red * { color: #FFF !important; }
.bg-yellow * { color: #000 !important; }
.bg-blue * { color: #FFF !important; }
.bg-purple * { color: #FFF !important; }
.bg-gray-3B * { color: #FFF !important; }
.bg-gray-81 * { color: #FFF !important; }
.bg-gray-666 * { color: #FFF !important; }

/*
.font-light { font-weight: 400 !important; }
.font-regular { font-weight: 400 !important; }
.font-medium { font-weight: 500 !important; }
.font-semibold { font-weight: 600 !important; }
.font-bold { font-weight: 700 !important; }
*/
.font-light { font-family:'segoeUI_regular', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial !important; font-weight: initial !important;}
.font-regular { font-family:'segoeUI_regular', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial !important; font-weight: initial !important;}
.font-medium { font-family:'segoeUI_semibold', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial !important; font-weight: initial !important;}
.font-semibold { font-family:'segoeUI_semibold', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial !important; font-weight: initial !important;}
.font-bold { font-family:'segoeUI_bold', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial !important; font-weight: initial !important;}

.montserrat .font-regular,
.montserrat { 
	font-family:'Montserrat', sans-serif, helvetica, arial; font-weight: 400 !important; }
	
.montserrat .font-light,
.montserrat-light { font-family:'Montserrat', sans-serif, helvetica, arial; font-weight: 400 !important; }

.montserrat font-medium, 
.montserrat-medium { font-family:'Montserrat', sans-serif, helvetica, arial; font-weight: 500 !important; }

.montserrat b, 
.montserrat strong,
.montserrat .font-semibold,
.montserrat-semibold { 
	font-family:'Montserrat', sans-serif, helvetica, arial; font-weight: 600 !important; }

.montserrat .font-bold,
.montserrat-bold { font-family:'Montserrat', sans-serif, helvetica, arial; font-weight: 700 !important; }

.upper { text-transform: uppercase !important; }
.capitalize { text-transform: capitalize !important; }

/* ---- // TIPOGRPHY --------------------------------- */





.table.clckableTR td {
	cursor: pointer;
}

.table-hover.clckableTR>tbody>tr:hover,
.table-hover tr:hover a,
.table-hover a:hover {
    color: var(--primary-color);
}

.pointer { cursor: pointer; }

.occhio { /* show / hide password */
	position: absolute;
    margin-left: 40%;
    margin-top: 10px;
}


/* --------  LOADER ------------------------------- */

#loaderBlack {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff8f;
	z-index: 10000000000;
}

.loader {
    width: 55px;
    height: 55px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    border: 8px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 8px solid;
  border-color: var(--primary-color) transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

/* --------  // LOADER ------------------------------- */





/* --------  POPUP ------------------------------- */

.popup {
	display: none;
	padding: 0;
    border: 0;
}

.popup .black {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 50%;
	z-index: 120;
}

.popup .box {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 100%;
	height: 500px;
	margin-top: -300px;
	padding: 50px 0;
	/* padding: 20px 0 0 0; */
	background-color: #FFF;
	box-shadow: 2px 3px 7px #00000059;
}

.popup .box.new {
	padding: 10px 0;
}

.popup .box.new .col {
    padding: 20px 80px;
}

.popup .box.new hr.ul {
    margin-top: 5px;
	margin-bottom: 5px;
}

.popup .box:not(#popupOrdine.popup .box) {
	text-align: center;
}

.popup .box h3 {
	font-size: 19px;
}

.popup .box .msgText {
	padding-top: 20px;
	margin-bottom: 0;
}

.popup .box .col {
	padding: 20px 80px;
}

.popup .box .btn-primary {
	background-color: var(--action-color);
	color: var(--action-text);
	border-color: var(--action-color);
}

.popup .box .print,
.popup .box .close {
	position: absolute;
    right: 15px;
    top: 15px;
    color: #818181;
    font-size: 1.5em;
}

.popup .box .print {
    margin-right: 45px;
}

.popup .box .btn-default {
    background-color: #A8A8A8;
	border: 1px solid #ABABAB;
}

.popup .box .btn-default:hover {
	background-color: #333;
    border-color: #333;
}

#popupOrdine.popup .box {
    max-width: 980px;
    margin-left: -490px;
    height: auto;
    max-height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
	margin-top: -20%;
	padding: 0;
}

@media print {
    #popupOrdine.popup .box .msgText {
        background-color: white;
        min-height: 100%;
		height: auto;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
		padding: 0;
		overflow: hidden;
    }
	
    #popupOrdine.popup .box .msgText * {
		color: #000 !important;
		font-family: Arial;
    }	
}

#popupOrdine.popup .box .col {
    padding: 20px 40px;
}

#popupOrdine table {
    width: 100%;
}

#popupOrdine table * {
	font-size: 13px;
}

#popupOrdine table .totTabAdmin,
#popupOrdine table .headerTabAdmin {
	font-family:'segoeUI_semibold', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial !important;;
}

#popupOrdine table .totTabAdmin {
    padding: 10px 5px;
    border-bottom: 1px solid #e6e6e6;
}

#popupOrdine table .headerTabAdmin {
	background-color: #6B6B6B;
	color: #FFF;
}

font[color=red] {
    padding: 10px 0;
    display: block;
    border: 1px solid;
    color: var(--primary-color);
}

/* --------  // POPUP ------------------------------- */




.dataTables_length {
    margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: inherit !important;
    border: 0 !important;
    background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #f2f2f2 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a {
    background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: inherit !important;
    border-radius: 3px;
    border: 0 !important;
    background: #f2f2f2 !important;
}


/* --------------------------------------------- */

html, body { 
	font-family: 'segoeUI_regular', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #000;
}

/* ---- LAYOUT --------------------------------- */

.bg-light {
    background-color: #f8f8f8 !important;
}

h1.floating {
	position: absolute;
	margin-left: -9999px;
}

.col-xs-5-cust,
.col-sm-5-cust,
.col-md-5-cust,
.col-lg-5-cust {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5-cust {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5-cust {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5-cust {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5-cust {
        width: 20%;
        float: left;
    }
}




.text-vert-middle {
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;	
}

.text-vert-middle p,
.text-vert-middle .subtitle {
	margin:0 !important;
}
	
.bg-light.gray {
    background-color: #e6e6e6 !important;
}

.bg-grey {
    background-color: #f8f8f8 !important;
}

.bg-dark {
    background-color: #3B3B3B!important;
}

.bg-dark *:not(.btn):not(.datradurre),
.bg-dark.btn {
    color: #FFF!important;
}

hr {
	background-color: #545454;
}

button.fa {
	border: 0;
	background-color: transparent;
}


.spazioVuoto {
    height: 1em;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f8f8f8; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #545454;
border-radius: 50px;  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color); 
}

table.RMA td {
	font-size: 90% !important;
}

table.RMA tr:hover td {
	cursor: pointer;
}

table.RMA td.cl-AUTORIZZATA:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #E32122;
    margin-left: 5px;
}

.bollinoRosso.prima:before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #E32122;
    margin-right: 5px;
}

.bollinoRosso.dopo:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #E32122;
    margin-left: 5px;
}



/* ---- // LAYOUT --------------------------------- */






/* --------  POPUP ------------------------------- */

#login.popup .box {
	max-width: 1170px;
	margin-left: -585px;
	height: auto;
}

#login.popup .box .circle {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    margin-top: 160px;
	width: 70px;
	height: 70px;
	background-color: #FFF;
	border: 1px solid #e6e6e6;
	border-radius: 70px;
	font-size: 14px;
	text-align: center;
	line-height: 70px;
	padding: 0;
}

#alertErrore.popup .box,
.popup.loginResult .box {
	max-width: 580px !important;
	margin-left: -290px !important;
	height: auto !important;
}

#alertMsg.popup .box,
#customAlertMsg.popup .box,
.popup.confirm .box {
	max-width: 580px !important;
	margin-left: -290px !important;
	margin-top: -120px;
	height: auto !important;
	padding: 15px 0 0 0;
}

#alertMsg.popup .box .col,
#customAlertMsg.popup .box .col,
.popup.confirm .box .col {
    padding: 10px 55px;
}

#alertMsg.popup.OK .msgTitle:not(.OK),
#alertMsg.popup.info .msgTitle:not(.info),
#alertMsg.popup.KO .msgTitle:not(.KO) {
    display: none;
}

#popupVideoEasyfit.popup .box {
	width: 1140px;
    margin-left: -570px;
    height: 658px;
}

#popupVideoEasyfit.popup .box .close {
	right: 0;
    top: -30px;
	color: #FFF;
}

#popupRichiestaContatto.popup .box,
#popupRichiestaContattoFull.popup .box {
	max-width: 580px;
	margin-left: -290px;
	height: auto;
	margin-top: -22%;
}

#customPopup.popup .box,
.customPopup.popup .box {
    max-width: 750px;
    margin-left: -375px;
	height: auto;
	margin-top: -15%;
}

#popupSegnala.popup .box {
    max-width: 950px;
	height: auto;
    margin-left: -475px;
	padding: 30px 0 20px;
}

#popupSegnala.popup .box .col {
    padding: 20px 40px;
}

#customPopup.dynamicPopup .box {
	max-width: 580px;
	margin-left: -290px;
	padding: 35px 0px 10px 0;
}

#insertFe.customPopup .box {
	max-width: 560px;
	margin-left: -280px;
	margin-top:-20%;
	padding: 35px 0px 10px 0;
}


#customPopup.popup .box .col,
.customPopup.popup .box .col {
	padding: 0px 70px;
}

#customPopup.dynamicPopup .box .col, .customPopup.dynamicPopup .box .col {
    padding: 0px 35px;
}

#customPopup.isImage .box {
    padding:0 12px;
	background-color: transparent;
	box-shadow: none;
}

#customPopup.isImage .box .col {
    padding: 0px;
}

#customPopup.isImage .box .close {
	top: -2px;
    right: -35px;
}

#customPopup.isImage .col-img {
    max-height: 450px;
    overflow: hidden;
}

#customPopup.popup .box .col-rinvii span {
	color: var(--primary-color);
}

#customPopup.isImage .box .col-rinvii span {
	color: #FFF;
}

#customPopup.dynamicPopup.isImage .btn {
	background-color: #E6E6E6 !important;
	color: #000 !important;
	border: 0 !important;
}

#modIndirizzo.popup .box {
	top: 20%;
	max-width: 880px !important;
    margin-left: -440px !important;
}

#divCookie .dropdown {
	margin-right: 22px;
    margin-top: -35px;
}

#divCookieSelect.popup .box {
    height: auto;
    max-height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
	margin-top: -20%;
}

#divCookieSelect .form-switch .form-check-input {
	border: 1px solid var(--primary-color);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28192, 45, 35, 0.25%29'/%3e%3c/svg%3e");
}

#divCookieSelect .form-switch .form-check-input:checked[type=checkbox] {
	background-color: var(--primary-color);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");
}

/* --------  // POPUP ------------------------------- */




/* --------  ELEMENTS ------------------------------- */

.main {
	margin-top:130px;
}

@media (min-width: 992px) {
	.container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
	}
}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
	}
}

.logo img {
    height: auto;
    max-height: 62px;
	margin-top: -2px;
	padding-top: var(--padding-top-logo);
	padding-bottom: var(--padding-bottom-logo);
}

.navbar-container {
	position: fixed;
	z-index: 11;
	top: 0;
	margin-top: 90px;
}

.navbar-container,
.navbar-container .navbar {
	background-color: var(--navbar-bgcolor);
}

.navbar,
.navbar > div {
	padding: 0;
}


.navbar {
	height: 40px;
	padding: 0;
}

.navbar .nav-link {
	color: #000 !important;
	font-size: 19px;
	white-space: nowrap;
}

.navbar .nav-item .nav-link:before {
	display: var(--navbar-icons);
	content: '';
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 7px;
	
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.navbar .nav-item.ricambi .nav-link:before {
	background-image: url('/images/nav_ico_ricambi.svg');
}

.navbar .nav-item.ricambiStrumenti .nav-link:before {
	background-image: url('/images/nav_ico_ricambiStrumenti.svg');
	width: 26px;
    height: 26px;
    margin-top: -3px;
}

.navbar .nav-item.strumenti .nav-link:before {
	background-image: url('/images/nav_ico_strumenti.svg');
}
.navbar .nav-item.manuali .nav-link:before {
	background-image: url('/images/nav_ico_manuali.png');
}

.navbar .nav-item.accessori .nav-link:before {
	background-image: url('/images/nav_ico_accessori.svg');
}

.navbar .nav-item.originali .nav-link:before {
	background-image: url('/images/nav_ico_accessori.svg');
}

.navbar .nav-item.azienda .nav-link:before {
	background-image: url('/images/nav_ico_azienda.svg');
}

.navbar .nav-item.easyfit .nav-link:before {
	background-image: url('/images/nav_ico_easyfit.svg');
}

.navbar .nav-item.novita .nav-link:before {
	background-image: url('/images/nav_ico_novita.svg');
}

.navbar .nav-item.admin .nav-link:before {
	background-image: url('/images/nav_ico_admin.svg');
}

.navbar .nav-item.active .nav-link {
	color: #000 !important;
	font-size: 19px;
	font-family:'segoeUI_semibold', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial !important;;
}

.navbar .dropdown-item {
    padding: 0.5rem 1rem;
}

.ego {
    background-image: url(/images/LogoEGOnavbar.svg);
    background-position: 96% 55%;
    background-repeat: no-repeat;
}

.menubar2 .accordion-button.ego {
    background-position: 88% 55%;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}


header {
	height: 90px;
	top: 0;
    background-color: #FFF;
    width: 100%;
    padding: 15px 0;
    position: fixed;
	z-index: 100;
}

header input.search,
header input[type=search] {
	border-radius: 50px;
    height: 30px;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    font-size: 16px;
	font-weight: 400;
    color: #000;
    padding: 5px 18px;
	margin-top: 15px;
	font-family: "Segoe UI", SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial;
	width: 95%;
}

header input.search:focus,
header input[type=search]:focus {
    border: 1px solid #818181;
}

header input.search + a.fa,
header input[type=search] + a.fa {
    float: right;
    margin-top: -44px;
	font-size: 15px;
    margin-right: calc(10px + 5%);
	color: grey;
}

header input.search + a.fa:hover,
header input[type=search] + a.fa:hover {
	color: black;
}

.ui-widget {
    font-family: inherit;
    font-size: 14px;
}

.ui-widget.ui-widget-content {
    border-radius: 15px;
    position: fixed;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #c5c5c5;
	background: #f8f8f8;
	color: var(--primary-color);
	color: inherit;
	font-weight: 500;
}

.ui-menu .ui-menu-item-wrapper {
	padding: 3px 10px;
}

.ui-menu .ui-menu-item:first-child .ui-menu-item-wrapper {
    border-radius: 15px 15px 0 0;
}

.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper {
    border-radius: 0 0 15px 15px;
}
.welcome:after {
	display:inline-block;
	width: 17px;
	height: 19px;
	margin: 0 5px 0 10px;
	content: "";
	background-image: url(../images/ico_user.svg);
	background-size: cover;
}

.navCart:after {
	display: inline-block;
    content: attr(data-content) '';
    width: auto;
    min-width: 16px;
    padding: 0 4px;
    height: 16px;
    line-height: 16px;
    background-color: #c02d23;
    color: #FFF;
    border-radius: 4px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    margin-left: 2px;
    margin-right: -10px;
    margin-top: 12px;
    float: right;
}

.navCart.empty {
	margin-top: 4px;
    margin-left: 8px;
}

.navCart.empty:after,
.navCart.empty:before {
	display:none;
}



.dropdown-menu {
    background-color: #e6e6e6;
    border: none;
	box-shadow: 0 3px 4px rgb(34 34 34 / 35%) !important;
}

.dropdown-header {
    font-size: inherit;
    color: inherit;
	padding: inherit;
}

.dropdown-menu>li:hover {
    background-color: #fff;
}

.custom .dropdown-menu {
	background: transparent;
	box-shadow: none !important;
	border: none !important;
    padding: 15px 0 0 0;
    min-width: 202px;
}

.dropdown-toggle.no-after:after {
    display: none;
}

.dropdown-toggle:after {
    margin-left: 5px;
    margin-bottom: -2px;
    border-top: 0.4em solid;
}

.dropdown-toggle.active:after {
    border-bottom: 0.4em solid;
    border-right: 0.3em solid transparent;
    border-top: 0;
    border-left: 0.3em solid transparent;
}
	
.custom .dropdown-menu ul {
	border-top: 2px solid #000;
    background-color: #FFF;
    box-shadow: -1.03px 3px 7px #00000059;
    font-size: 14px;
    padding: 20px 0;
    list-style: none;
    margin: 0;
}

.custom .dropdown-item {
	padding: 7px 15px;
}

.custom .dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: inherit;
}

.custom .dropdown-menu ul:before {
	display:block;
	margin: -30px auto 20px;
	content: '';
	width: 1px;
	height: 1px;
	border-top: 0;
	border-bottom: 8px solid #000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

@media (min-width: 992px) {
    ul li.dropdown:hover > ul.dropdown-menu {
        display: block;    
    }
}

.icona-lingua {
	width: 20px;
	height: 20px;
	border: 1px solid #E6E6E6;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.dropdown.menu-lingue .dropdown-menu {
    min-width: 180px;
	margin-left: -145px;
}

.dropdown.menu-lingue .dropdown-menu ul:before {
	margin: -30px 87% 20px;
}

.dropdown.menu-lingue .dropdown-menu li {
	padding: 0 20px;
}

/* .dropdown.hover .dropdown-menu li:not(:first-child):hover { */
.dropdown.hover .dropdown-menu li:not(.no-hover):hover {
	background-color: #818181;
}

.dropdown.menu-lingue .selLingua {
	margin-top: 6px;
    margin-left: 10px;
}

.selLingua.dropdown-toggle:after {
    display:none;
}

.dropdown.menu-lingue .dropdown-item .icona-lingua {
	float: right;
    margin-left: 10px;
}

/* .dropdown.hover .dropdown-menu li:not(:first-child):hover .dropdown-item { */
.dropdown.hover .dropdown-menu li:not(.no-hover):hover .dropdown-item {
	color: #fff;
	border-top: 1px solid #818181;
}

.dropdown.menu-lingue .dropdown-item  {
	padding: 7px 0;
	border-top: 1px solid #E6E6E6;
}

.dropdown-menu.megamenu.show:before {
	display: block;
    margin: -45px 0 30px;
    content: '';
    width: 100%;
    height: 15px;
    border-top: 0;
	background-image: url(../images/arrow_up_menu.png);
	background-repeat: no-repeat;
}

.dropdown .megamenu, .navbar .megamenu {
    padding: 30px;
    border-top: 2px solid #000;
    margin-top: 10px;
	box-shadow: 2px 3px 7px #00000059;
}

.dropdown-menu.megamenu .title {
    font-weight: bold;
    line-height: 31px;
}

.dropdown-menu.megamenu li a {
    font-weight: 400;
    line-height: 31px;
	text-decoration: none;
	color: #000;
}

.ricambi .dropdown-menu.megamenu.show:before { background-position: 1% bottom; }
.strumenti .dropdown-menu.megamenu.show:before { background-position: 13% bottom; }
.accessori .dropdown-menu.megamenu.show:before { background-position: 25.5% bottom; }



.top-alert {
    display: block;
    text-align: center;
    padding: 10px 0;
    background-color: #c02d23;
	border-bottom: 1px solid #e6e6e6;
    font-size: 21px;
    color: #FFF;
}

.top-alert a {
    color: #FFF;
}

ul.breadcrumbs li.list-inline-item {
	margin: 0;
	font-size: 14px;
}

ul.breadcrumbs li.list-inline-item:last-child {
	font-family:'segoeUI_semibold', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial !important;
}

ul.breadcrumbs li:not(:first-child):before {
	content: "/";
	display: inline-block;
	padding: 0 8px 0 4px;
}


/* underlined */
h2.ul, .h2.ul {  
	font-size: 25px;
	margin: 0;
}

div.ul, .div.ul {  
	font-size: 25px;
	margin: 0;
}

hr.ul {
	height: 2px;
    border: 0;
    display: inline-block;
    margin-top: 13px;
	opacity: 1;
}

hr.ul-red {
    height: 1px;
	background-color: #e6e6e6;
}

hr.ul-grey {
	margin-left: -5px;
    height: 1px;
    background-color: #e6e6e6;
}

.single-card {
	padding-left: 12px;
	padding-right: 12px;
	min-height: 257px;
}

.single-card.first {
	padding-left: 12px;
	padding-right: 13px;
}

.single-card.last {
	padding-left: 13px;
	padding-right: 12px;
}

.carousel h2 {
	line-height: 50px;
	font-size: 50px;
}

.carousel .text-start {
    padding-right: 700px;
}

.carousel .text-end {
    padding-left: 700px;
}

.carousel-item {
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	background-size: cover;
}

.carousel-caption {
    right: 0;
    left: 0;
}

table.dataTable tbody th, 
table.dataTable tbody td {
    border: 0;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0 !important;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, 
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #6b6b6b !important;
}

table.dataTable thead .sorting:not(.text-end), 
table.dataTable thead .sorting_asc:not(.text-end), 
table.dataTable thead .sorting_desc:not(.text-end), 
table.dataTable thead .sorting_asc_disabled:not(.text-end), 
table.dataTable thead .sorting_desc_disabled:not(.text-end) {
    background-position: -3px center !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

#marchi .list-inline-item a {
    display: inline-block;
	margin: 0 17px 15px;
}

#marchi span {
    display: block;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    color: #656565;
}

#marchi .list-inline-item img {
    height: 22px;
}

.phone {
	display:block;
	height: 110px;
	text-align: center;
}

.phone * {
	transition: all 0.2s ease;
}

.phone span {
    float: left;
    display: block;
    height: 40px;
    width: 100%;
    line-height: 18px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}

.phone img {
	float: left;
	margin-top: 10px;
	height: 59px;
	width: 109px;
	margin-left: calc(50% - 55px);
}

.phone:hover span {
	margin-top: 0px;
	font-size: 15px;
	font-weight: 500;
}

.phone:hover img {
	margin-top: 3px;
	height: 71px;
	width: 124px;
	margin-left: calc(50% - 62px);
}

.banner-full {
	height: 164px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-tall {
	height: 290px;
	background-size: 1920px;
    background-color: #f8f8f8;
}

section.bg > div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section.bg-scroll > div {
    background-attachment: fixed;
}

section.bg.header {
	height: 445px;
}

.landingMarchio section.bg.header {
	height: 355px;
}

.landingMarchio section.bg.header .telefono {
	background-repeat: no-repeat;
	background-position: center 50px;
	background-size: 40%;
}

section.bg.banner {
	height: 170px;
}

.cat-grid .item,
.owl-carousel .item {
	/* width: 176px; */
	height: 225px;
	margin: 20px 0;
}

.cat-grid .item.plotter a {
	background-size: 444px;
    padding-top: 48%;
}

.cat-grid .item a,
.owl-carousel .item a {
	display: block;
	width: 100%;
	height: 1px;
	padding-top: 100%;
	background-position: center;
	background-size: 222px;
	background-size: 140px;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

.cat-grid .item span,
.owl-item span {
    display: block;
    margin-top: -20px;
	font-weight: 500;
    font-size: 17px;
	text-transform: uppercase;
}

.owl-nav {
    margin-top: -165px;
    margin-bottom: 115px;
}

.owl-prev {
    float: left;
	margin-left: -20px;
	font-size: 3rem !important;
}

.owl-next {
    float: right;
	margin-right: -20px;
	font-size: 3rem !important;
}

#accessori h2 {
	line-height: 30px !important;
	font-size: 50px;
}

#easytag h2 {
	line-height: 49px !important;
}

.banner-card .text-vert-middle {
	padding-right: 0px;
}



#boxSlider button {
	width: auto;
	padding: 0;
	border: 0;
	background: none;
	opacity: 0.3;
}

#boxSlider button:hover {
	opacity: 1;
}	  

#boxSlider button.owl-prev {
	padding-right: 10px;
}

#boxSlider button.owl-next {
	padding-left: 10px;
}

#boxSlider .boxSlide a {
	display: block;
	opacity: 1;
	transition: all 0.5s ease;
	min-height: 230px;
}

#boxSlider .boxSlide a.hidden {
	opacity: 0;
}

.boxNovita .banner-card,
.boxSlide .banner-card {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.boxNovita .banner-card > .row,
.boxSlide .banner-card > .row {
    height: 257px;
}

.boxNovita .banner-card h3,
.boxSlide .banner-card h3 {
    line-height: 30px;
}

.skills-5 {
    list-style: none;
    padding: 0;
}

.skills-5 li {
    float: left;
    width: 20%;
    min-height: 68px;
	line-height: 16px;
	text-align:center;
    font-size: 14px;
	font-weight: 400;
    padding: 18px 10px;
    border-right: 1px solid #e6e6e6;
    word-wrap: break-word;
    background-repeat: no-repeat;
    background-size: 40px;
}

.skills-5.icon-left li {
    padding-left: 50px;
    background-position: 12px center;
}

.skills-5.icon-top li {
    padding-top: 45px;
    background-position: top center;
}

.skills-5 li:last-child {
	border: none;
}

.skills-5 li strong,
.skills-5 li b {
	display: block;
	font-weight: 500;
}



/* -- PRESS ----- */

.press .img {
	width: 100%;
	height: 142px;
	cursor: pointer;
	transition: all 0.3s ease;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.press.press-top .img {
	height: 290px;
}

.press:hover .img {
	background-position: center top;
}

.press.press-dett p img {
	max-width: 100%;
	margin: 0 auto;
}


/* -- // PRESS ----- */




.boxNovita img.full {
	max-height: 257px;
	object-fit: cover;
}


/* -- CATALOGO ----- */

.segnala {
	float: right;
    background-color: #c02d23;
    color: #FFF;
    text-align: right;
    font-size: 11px;
    line-height: 13px;
    padding: 5px 10px;
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 23px;
    border: 0;
    border-radius: 5px;
    margin-top: 15px;
}

.segnala:hover {
	float: right;
    background-color: #333;
}



.menubar p.h3,
.menubar select {
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
}

.menubar p.h3,
.menubar select {
	margin-bottom: 12px;
}

.menubar select,
.menubar .accordion-header {
	font-size: 15px;
}

.menubar p.h3 {
	background-color: #545454;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	padding: 0 25px;
	text-transform: uppercase;
	border-radius: 5px;
}

.menubar p.h3.accordion {
	border-radius: 5px 5px 0 0;
	margin: 0;
}

.menubar select {
	border: 0;
	background-position: right 25px center;
	font-weight: 400;
}

.menubar button.reset {
    display: none;
	position: absolute;
    background: transparent;
    border: 0;
    color: #3b3b3b;
    font-weight: normal;
    margin-top: 10px;
    float: left;
    margin-bottom: -30px;
    margin-left: 10px;
    z-index: 5;
}

.menubar select.reset {
	padding-left: 42px;
	font-family:'segoeUI_semibold', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial !important;;
}


.menubar .accordion-button {
	padding: 0;
	background-color: inherit;
}

.menubar .accordion-button:focus {
    border-color: inherit;
    box-shadow: none;
}

.menubar .accordion-button::after {
    width: 13px;
    height: 13px;
    background-size: 13px;
}

.menubar .accordion-button.simpleLink::after {
    background: none;
}

.menubar .accordion-button:not(.collapsed) {
    color: inherit;
/*    background-color: inherit; */
    box-shadow: none;
}


.menubar1 .accordion-header.reset .accordion-button {
	padding-left: 47px;
	font-family:'segoeUI_semibold', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial !important;;
}

 .menubar1 .selectize-control {
	margin-bottom: 12px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
	height: 48px;
    overflow: hidden;
}

.menubar1 .selectize-control.active {
    border: 1px solid #545454;
	height: auto;
}

.menubar1 .selectize-control .selectize-input,
.menubar1 .selectize-control .selectize-input.input-active,
.menubar1 .accordion-header .accordion-button {
    background-color: #fff;
	border: 0;
    height: 48px;
    line-height: 45px;
    padding: 0 25px;
    font-size: 15px;
}

.menubar1 .selectize-control .selectize-input.full,
.menubar1 .selectize-control .selectize-input:focus {
    font-weight: 500;
	padding-left: 17px;
}

/* -- inibito bottone X menu laterale liste prodotti per marca e modello - */
/* .menubar1 select:not(#sel-cat) + .selectize-control .selectize-input.full { 
	padding-left: 35px;
}
*/

.menubar1 .selectize-control .selectize-input.input-active {
	border-radius: 8px 8px 0 0 !important;
	border-bottom: 1px solid #545454;
}

#sel-cat + .selectize-control .selectize-dropdown-content {
    max-height: 250px;
}

#sel-modello + .selectize-control .selectize-dropdown-content .option.selectize-dropdown-emptyoptionlabel {
	display:none;
}

.menubar1 .selectize-control .selectize-input.dropdown-active ~ .selectize-dropdown {
	position: relative !important;
	top: -7px !important;
	border-radius: 0 0 8px 8px !important;
	box-shadow: none;
    background-color: #fff;	
	border-color: #f8f8f8;
	margin-bottom: -7px;
	
	transition: all 0.3s ease;
}

.selectize-dropdown-content {
    padding: 0 !important;
}

.menubar1 .form-select.selectize-dropdown .option {
    padding: 0.5rem 1rem;
    padding-left: 25px;
    font-size: 15px;
}

.menubar1 .form-select.selectize-dropdown .option:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.menubar1 .form-select.selectize-dropdown .option.active {
	font-weight: 500;
    background-color: #e6e6e6;
	color: #343a40;
}

.menubar1 .accordion-header .accordion-button[disabled] {
	color: #999;
}

.menubar1 .accordion-item {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 8px 8px;
    margin-bottom: 10px;
}

.menubar1 .accordion .accordion-collapse {
    max-height: 250px;
	overflow: hidden;
	overflow-y: auto;
    border-bottom: 1px solid #f8f8f8;
    border-radius: 0 0 8px 8px;	
}

.menubar1 .accordion-button:not(.collapsed) {
    border-radius: 8px 8px 0 0 !important;
}

.menubar1 .accordion .list-group-item {
    border: 1px solid #f8f8f8;
	font-size: 15px;
    padding-left: 25px;
	cursor: pointer;
}

.menubar1 .accordion .list-group-item:hover {
    color: var(--primary-color);
}

	
.menubar1 .accordion .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}




.menubar2 .accordion-header {
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 25px;
}

.menubar2 .accordion-header:not(:last-child) {
    margin-bottom: 1px;
}

.menubar2 .accordion-body {
	padding: 0;
	max-height: 200px;
    overflow: auto;
}

.menubar2 .accordion-item {
/*	border: 1px solid #ECECEC;  */
}

.menubar2 .accordion-item:not(:last-child) {
    border-bottom: 0;
}

.menubar2 .accordion-item:first-of-type {
    border-radius: 0;
	border-top: 0;
}

.menubar2 .accordion-item:last-of-type {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.menubar2 .accordion-button {
	border-top: 1px solid #ECECEC !important;
	font-size: 15px;
}

.menubar2 .accordion.sub .accordion-item {
	border: 0 !important;
}

.menubar2 .accordion.sub .accordion-button.collapsed {
	font-weight: 400;
}

.menubar2 .accordion.sub .accordion-button.collapsed:hover,
.menubar2 .accordion.sub .accordion-button:not(.collapsed) {
	font-weight: 500;
}

.menubar2 .accordion.sub .accordion-button:after {
	display: none;
}

.menubar2 .accordion.sub .accordion-button {
	border-top: none !important;
}

.menubar2 .accordion.sub .accordion-button:before {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    content: "";
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    transition: transform .2s ease-in-out;
    margin-left: -6px;
    margin-right: 6px;
}

.menubar2 .accordion.sub .accordion-button:not(.collapsed)::before {
    background-image: url("../images/arrow.png");
    transform: rotate(-180deg);
}

.menubar2 .accordion-body ul li {
	font-weight: 400;
	line-height: 37px;
	font-size: 15px;
}

.menubar2 .accordion-body ul li a {
	padding-left: 47px;
	display: block;
}

.menubar2 .accordion-body ul li.active,
.menubar2 .accordion-body ul li:hover {
    background-color: #e6e6e6;
}

.menubar2 .accordion-body ul li.active a,
.menubar2 .accordion-body ul li:hover a {
	font-weight: 500;
	color: #343a40;
}

.menubar2 .accordion.sub .accordion-body ul li {
	padding-left: 65px;
}


.orderbar {
	background-color: #f8f8f8;
	height: 40px;
	border-radius: 5px;
	padding-left: 20px;
}

.orderbar a {
	display: inline-block;
	color: #e6e6e6;
	font-size: 20px;
	margin-right: 15px;
	line-height: 40px;
}

.orderbar a:hover,
.orderbar a.active {
	color: #3b3b3b;
}
	
.orderbar select {
	float: right;
	width: auto;
	background-color: transparent;
	border: 0;
	line-height: 40px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	
	background-image: url(/images/frecciagiu.png);
	background-size: 13px;
}




.grid-accessori a.item {
	display: block;
	width: 100%;
	height: 1px;
	padding-top: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}

.grid-accessori a.item span {
	display: block;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    font-weight: 400;
	text-transform: uppercase;
}



.item-product.line-ricambi:not(:last-child),
.item-product.grid-ricambi > div.borderb {
    border-bottom: 1px solid #d5d5d5;
}

.grid-ricambi a.item,
.line-ricambi.lg a.item {
	display: block;
	width: 100%;
	height: auto;
}

.grid-ricambi a.item .divImg,
.line-ricambi a.item .divImg {
	display: block;
	width: 100%;
	height: 1px;
    padding-bottom: 80%;
	background-image: url('/foto/articoli/NONDISP.jpg');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
	overflow: hidden;
}

.grid-ricambi a.item .divImg .img,
.line-ricambi a.item .divImg .img {
	display: block;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

#slideProdotto.item .qtaInCarrello,
.grid-ricambi .item .divImg .qtaInCarrello,
.line-ricambi .item .divImg .qtaInCarrello {
	display: none;
    width: auto;
    height: 20px;
    background-color: #5bb300;
    color: #FFF;
    border-radius: 0 5px 0 0;
    font-size: 14px;
    text-align: right;
    padding: 0 7px 0 28px;
    float: left;
    margin-top: -20px;
    background-image: url(../images/ico_cart_2.svg);
    background-position: 7px center;
    background-repeat: no-repeat;
    background-size: 12px;
}

#slideProdotto.item .qtaInCarrello {
    border-radius: 0 0 10px 0;
    margin-top: 0px;
    position: absolute;
    z-index: 1;
    padding: 0 10px 0 35px;
    line-height: 30px;
    height: 30px;
    width: auto;
    background-position: 10px center;
    background-size: 15px;
    font-size: 17px;
}

#slideProdotto.item.inChart .qtaInCarrello,
.grid-ricambi .item.inChart .divImg .qtaInCarrello,
.line-ricambi .item.inChart .divImg .qtaInCarrello {
	position: relative;
	display: inline-block;
	z-index: 9;
}


.line-ricambi.sm a.item .divImg {
	background-size: contain;
}

.grid-ricambi a.item:hover .divImg .img,
.line-ricambi a.item:hover .divImg .img {
    width: 110%;
	padding-top: 3.5%;
    margin-left: -5%;
    margin-top: -5%;
	margin-bottom: -2.5%;
}

#slideProdotto.item:hover .qtaInCarrello,
.grid-ricambi .item:hover .divImg .qtaInCarrello,
.line-ricambi .item:hover .divImg .qtaInCarrello {

}

.bg-lazy.lazy {
   background-image: none !important;
}


.price,
.iva {
	visibility: var(--price-visibility);
}

.price.price-visible,
.iva.price-visible {
	visibility: visible;
}

.toggle-prices > span.prices-on {
	display: none;
}

.toggle-prices > span.prices-off {
	display: inline-block;
}

.disp { color: #02C002 !important; }
.nodisp { color: #ff0000 !important; }


.inCart {
	display: inline-block;
	background-color: #E6E6E6;
	border-radius: 5px !important;
	transition: all 0.2s ease;
	cursor: pointer;
}

.inCart.sm {
	float: right;
	width: 40px;
	height: 28px;
	background-position: center;
	background-image: url("../images/ico_cart_2.svg");
    background-repeat: no-repeat;
}

.inCart.lg {
	width: 100%;
    text-align: center;
	height: 38px;
	line-height: 38px;
    background-position: 10% center;
    color: #FFF;
}

.btnEasy {
	display: inline-block;
	background-color: #E6E6E6 !important;
	border-radius: 5px;
	transition: all 0.2s ease;
	color: #0093DD !important;
}

.btnEasy.sm {
	float: right;
	width: 40px;
	height: 28px;
	line-height: 18px;
}

.btnEasy:hover,
.inCart:hover {
	background-color: #545454 !important;
	color: #FFF !important;
}

#prodotto .qta,
#prodotto .qta *,
.line-ricambi.lg .qta,
.line-ricambi.lg .qta * {

    height: 38px !important;
	line-height: 38px;
}

.line-ricambi.sm .qta,
.line-ricambi.sm .qta * {
    height: 28px !important;
	line-height: 30px;
}

.qta input {
    background-color: #FFF;
	padding: 0;
}

.qta input,
.qta span {
	border: 1px solid #E6E6E6;
}
.qta span {
    font-size: 20px;
	padding: 0 10px;
    color: #FFF;
	cursor: pointer;
	transition: all 0.2s ease;
	background-color: #E6E6E6;
}

.line-ricambi.sm .qta span,
#carrello .qta .input-group span {
	padding: 0 6px;
}

#carrello .qta .input-group span {
	padding: 1px 0 0;
}

#carrello .qta .input-group span .fa {
	padding: 0 5px;
}


.qta .input-number-decrement:hover {
	background-color: #c02d23;
}

.qta .input-number-increment:hover {
	background-color: #5bb300;
}



ul.modelli {
	line-height: 18px;
}

ul.modelli li {
	margin-bottom: 12px;
}

ul.modelli li:not(:first-child) {
	font-size: 15px;
}

/* -- // CATALOGO -- */



/* -- Al click su codice prodotto copio nella clipboard e mostro un piccolo tooltip ---------------------- */

.codToCopy {
	background-color: inherit;
	color: inherit;
	display: inline-block;
	line-height: 14px;
}

.codToCopy.selected {
	background-color: var(--primary-color);
	color: var(--primary-text);
}

.codToCopy:after {
    display: block;
    position: absolute;
    background-color: #FFF;
    color: #999;
    border: 1px solid #d5d5d5;
    padding: 0 12px;
    line-height: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000038;
	width: auto;
	height: 1px;
	opacity: 0;
	overflow: hidden;
}

.codToCopy.selected:after {
	height: 30px;
	opacity: 1;
}

.codToCopy,
.codToCopy:after,
.codToCopy.selected,
.codToCopy.selected:after {
	transition: ease all 200ms;
}



.no-copy {
    -webkit-user-select: none; /* Per Safari */
    -ms-user-select: none;     /* Per Internet Explorer / Edge */
    user-select: none;         /* Sintassi standard */
}

/* -- INPUT GROUP QTA (catalogo + carrello + sospesi) -- */

.qtaNEW {
	width: 100px;
}

.qtaNEW > * {
	height: 28px !important;
	border-color: #E6E6E6;
}

.qtaNEW button,
.qtaNEW .changeQta {
	background-color: #E6E6E6;
	border-color: #E6E6E6;
}

.qtaNEW .input-number {
	text-align: center;
	background-color: #FFF;
	border-radius: 0 !important;
}

.qtaNEW .input-number.rounded {
	border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}



.qtaNEW .changeQta {
	width: 23px !important;
	opacity: 1;
	margin-left: 0px;
    margin-right: 0px;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 0.2s ease;
}

.qtaNEW .changeQta.nascosto {
	opacity: 0;
	margin-left: 10px;
    margin-right: -10px;
}

.qtaNEW .changeQta .arrowQta {
	display: block;
	width: 100%;
	height: 14px;
	text-align: center;
	font-size: 110%;
	line-height: 5px;
	color: #FFF;
	overflow: hidden;
	cursor: pointer;
}

.qtaNEW .changeQta .input-number-increment {
	border-top-left-radius: 5px;
}

.qtaNEW .changeQta .input-number-decrement {
	border-bottom-left-radius: 5px;
}

.qtaNEW .changeQta .input-number-decrement:hover {
	background-color: #c02d23;
}

.qtaNEW .changeQta .input-number-increment:hover {
	background-color: #5bb300;
}

.qtaNEW button.inCart {
	width: 40px !important;
}


#carrello .qtaNEW {
	width: 93px;
	margin: auto;
}

#carrello .qtaNEW .input-number {
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
	border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

#carrello .qtaNEW .input-number.rounded {
	border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

#carrello .qtaNEW .filler {
	display: block;
	width: 23px;
}


#carrello .qtaNEW + .btn.sposta {
	display: block;
    position: relative;
    float: right;
    height: 28px;
    width: 46px;
    padding: 0px 3px;
    margin-right: -3px;
    margin-top: -28px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 90% center;
    transition: all 0.2s ease;
}

#carrello .qtaNEW + .btn.sposta:not(:hover) {
    background-color: #E6E6E6;
    color: #000;
    border-color: #E6E6E6;
}
	
#carrello .qtaNEW + .btn.sposta.carrello,
#carrello .rigaCarrelloMOB .btn.sposta.carrello {
	background-image: url("/images/SpostaCarrello.svg");
}

#carrello .qtaNEW + .btn.sposta.sospesi,
#carrello .rigaCarrelloMOB .btn.sposta.sospesi {
	background-image: url("/images/SpostaSospesi.svg");
}

#carrello .qtaNEW + .btn.sposta .arrow-right {
	display:block;
	float: left;
    margin-top: 6.5px;
	transition: all 0.2s ease;
}

#carrello .qtaNEW + .btn.sposta:hover {
	 width: 51px;
	 margin-right: -8px;
}

#carrello .qtaNEW + .btn.sposta:hover .arrow-right {
	 margin-left: 5px;
	 height: 14px;
}

/* -- // INPUT GROUP QTA -- */







/* -- PRODOTTO -- */

#prodotto .carousel-indicators {
    margin-bottom: -2rem;
}
	
#prodotto .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #E6E6E6;
    border: 0;
	opacity: 1;
    border-radius: 50px;
}

#prodotto .carousel-indicators .active {
    background-color: #818181;
}

.segnalaImmagine {
	background-color: #F8F8F8;
    color: #717171;
    text-align: left;
    font-size: 11px;
    line-height: 13px;
    padding: 5px 15px;
    padding-left: 40px;
    background-image: url(../images/ico_close.png);
    background-repeat: no-repeat;
    background-position: 6% center;
    background-size: 23px;
    border: 0;
}

#prodotto .nav-tabs .nav-link {
    color: #818181;
	padding: 10px 30px 3px;
	outline: none !important;
	border: none !important;
}

#prodotto .nav-tabs .nav-link:focus,
#prodotto .nav-tabs .nav-link:hover {
    border-color: transparent;
	outline: none !important;
}

#prodotto .nav-tabs .nav-link:focus-visible {
	outline: none !important;
}

#prodotto .nav-tabs .nav-item.show .nav-link, 
#prodotto .nav-tabs .nav-link.active {
    color: #000;
    border-bottom: 2px solid var(--primary-color) !important;
	font-weight: 500;
}

#prodotto .nav-tabs .nav-item.show .nav-link:after, 
#prodotto .nav-tabs .nav-link.active:after {
	display: block;
	content: '';
	height: 1px;
	width: 1px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid var(--primary-color);
	
	margin: auto;
    margin-top: 5px;
    margin-bottom: -10px;	
}

#prodotto .nav-tabs .nav-item.unique .nav-link {
/*	text-align: left;	*/
/*  padding-left: 2px;	*/
}

#prodotto .nav-tabs .nav-item.unique .nav-link.active:after {
    display: none;
}

.filler-15 {
	height: 15px !important;
}

.filler-19,
#prodotto .extra-info .filler {
	display: block;
	height: 19px !important;
}

#compatib .accordion-item:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
}

#compatib .accordion-button::after {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    background-size: 15px;
}

#compatib .accordion-button:focus {
    box-shadow: none;
}

#compatib .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: none;
}

/* -- // PRODOTTO -- */




/* -- CARRELLO -- */

#carrello thead {
	background-color: #f8f8f8;
	color: #000;
}

#carrello th {
	font-weight: 400;
	font-size: 13px;
	padding: 10px 14px;
	text-align: center;
}

#carrello th:first-child {
	border-radius: 5px 0 0 5px;
	font-family:'segoeUI_semibold', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial !important;
	font-size: 15px;
	text-align: left;
	/* color: #3b3b3b; */
}

#carrello th:last-child {
	border-radius: 0 5px 5px 0;
}

#carrello td {
	vertical-align: middle;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

#carrello tr.noborder td {
	border: 0;
}

#carrello td .img,
#carrello .rigaCarrelloMOB .img {
    display: block;
    width: 100%;
    height: 1px;
    padding-top: 80%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

/*
#carrello .qta .input-group  {
	max-width: 120px;
	width: 50%;
    min-width: 140px;
    margin: 0 auto;
}

#carrello .qta .input-group  {
	max-width: 120px;
	margin: 0 auto;
}

#carrello .qta input {
	height: 30px;
	border-radius: 50px;
	padding: 2px 58px 2px 0;
}

#carrello .qta span {
	position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50px;
    font-size: 16px;
    padding: 0px 6px;
    border: 0;
    transition: all 0.2s ease;
    margin-top: 3px;
    margin-left: calc(100% - 29px);
    z-index: 9;
}

#carrello .qta span.input-number-decrement {
    margin-left: calc(100% - 58px);
}

#carrello .qta .qtLow {
    max-width: 120px;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: -30px;
}
*/
#carrello a.note {
	color: #818181;
	font-size: 22px;
}

#carrello tr.note {
	display: none;
}

#carrello tr.note.active {
	display: contents;
}

#carrello tr.note button {
    border: 1px solid #ced4da;
}

#carrello tr.note button.active {
	background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    border-color: rgb(51, 51, 51);
}

#carrello .corriere input,
#carrello .pagamento input {
    margin-top: 10px;
    margin-right: 15px;
}

#carrello .corriere label {
	display: inline-block;
	width: 75px;
	height: 35px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#carrello .corriere #radio_BRT + label {
	background-image: url("../images/brt.svg");
}

#carrello .corriere #radio_GLS + label {
	background-image: url("../images/gls.svg");
}

#carrello .corriere #radio_TNT + label {
	background-image: url("../images/tnt.svg");
}

#carrello .corriere #radio_UPS + label {
	background-image: url("../images/ups.png");
}

#carrello .corriere #radio_ritiro + label {
	background-color: #0093dd;
	border-radius: 5px;
	color: #FFF;
	line-height: 1;
	padding: 3px 0;
}

#carrello .corriere .form-check-input.disabled + label {
  opacity: 1;
  filter: saturate(0%);
}

#carrello .corriere .form-check-input.disabled + label:after {
    display: inline-block;
    content: attr(data-content) '';
    color: var(--primary-color);
    font-family:'segoeUI_semibold', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial !important;;
    font-size: 11px;
    text-align: center;
    line-height: 11px;
    margin-top: 38px;
}

#carrello .pagamento label {
    height: 35px;
    max-width: 95%;
    background-size: 50px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 65px;
}

#carrello .pagamento #radio_carta + label {
	background-image: url("../images/pagamenti_carta.svg");
}

#carrello .pagamento #radio_contr + label {
	background-image: url("../images/pagamenti_contrassegno.svg");
}

#carrello .pagamento #radio_RIBA + label {
	background-image: url("../images/pagamenti_riba.svg");
}

#carrello .pagamento #radio_bonifico + label {
	background-image: url("../images/pagamenti_bonifico.svg");
}

#carrello .pagamento #radio_RID + label {
	background-image: url("../images/pagamenti_bonifico.svg");
}
#carrello .pagamento .form-check-input.disabled + label {
  opacity: 0.7;
  filter: saturate(0%);
}

#carrello .pagamento .form-check-input.disabled + label:after {
    display: inline-block;
    content: attr(data-content) '';
    color: var(--primary-color);
    font-family:'segoeUI_semibold', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial !important;;
    font-size: 12px;
    text-align: center;
    font-style: italic;
    line-height: 11px;
    margin-left: -65px;
	float: left;
}



#carrello .riepilogo li {
	background-color: #f8f8f8;
	height: 44px;
}

#carrello .riepilogo li.totale {
	background-color: #545454;
	border-radius: 8px;
	color: #FFF;
	font-size: 21px;
}

#carrello .bottoniera .col-lg-custom-5 {
	width: 20% !important;
}

#carrello .bottoniera button {
	width: 100%;
}

#carrello .tornaCarrello {
	padding-left: 20%;
	background-image: url("/images/ico_cart.svg");
	background-size: 17px;
	background-position: 17% center;
	background-repeat: no-repeat;
}

#carrello .tornaCarrello:hover {
	background-image: url("/images/ico_cart_W.svg");
}

/* -- // CARRELLO -- */





.euro:before {
	content: '€ ';
}




/* -- EASYFIT -- */

.easyfit .blue { color: #0093DD !important; } 

.easyfit section.bg.header  .bg {
    height: 260px !important;
	background-image:url('../images/easyfit-bg.webp');
	background-attachment: fixed;
}

.easyfit section.bg.header .machine {
	position: absolute;
	width: 100%;
	top: 225px;
	text-align: center;
}

.easyfit #top-alert-container + section.bg.header .machine {
	top: 265px;
}

.easyfit section.bg.header .logoEasy {
	margin: 100px auto 0;
    display: block;
}

.easyfit .btn-primary {
	background-color: #0093DD !important;
	border-color: #0093DD !important;
	width: auto;
}

.easyfit .btn-secondary {
	color: #FFF;
	background-color: #5BB300  !important;
	border-color: #5BB300  !important;
	width: auto;
}


/* ACCORDION */

.easyfit .accordion-header {
	font-size: 16px;
}

.easyfit .accordion-header .accordion-button {
    background-color: #f8f8f8;
    color: inherit;
    box-shadow: none;
	border-radius: 8px !important;
    border: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 15px;
}

.easyfit .accordion-header .accordion-button:not(.collapsed) {
	background-color: #0093DD !important;
    color: #FFF;
}

.easyfit .accordion-header .accordion-button:focus {
    border-color: inherit;
    box-shadow: none;
}

.easyfit .accordion-button::after {
	display: none;
}

.easyfit .accordion-button::before {
    height: 10px !important;
    width: 6px !important;
	padding-right: 25px;
    background-size: contain !important;
    flex-shrink: 0;
    content: "";
    background-image: url('../images/ico_DX.svg');
    background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
}

.easyfit .accordion-header .accordion-button:not(.collapsed):before {
    height: 6px !important;
    width: 10px !important;
    background-image: url('../images/arrow_white.png');
}

.easyfit .accordion-item {
    border: 0;
    margin-bottom: 14px;
}

.accordion-body {
    padding: 1rem 1.25rem;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	background-color: #f8f8f8;
}

/* -- // EASYFIT -- */



footer {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

footer > div.call-to-action {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}

footer > div.call-to-action .btn {
    height: 30px;
	width: auto;
    line-height: 15px;
    border-radius: 50px;
    float: right;
    margin-top: 15px;
}

footer .copyr {
	font-family: "Segoe UI", SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial;	
	font-size: 12px;
}

.bg-dark .social img {
	-webkit-filter: invert(1);
   filter: invert(1);
}

#goToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: 580px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
    cursor: pointer;
    /* opacity: 0.3; */
    transition: all 0.1s ease;
    color: var(--primary-text);
    /* background-color: #000; */
    background-color: var(--primary-color);
    z-index: 10000;
}

#goToTop:hover {
    opacity: 1;
    background-color: var(--primary-color);
}

/* --------  // ELEMENTS ------------------------------- */



.datradurre {
	color: #b14bff !important;
}




/* --------  FORMS ------------------------------- */

.btn, input {
	box-shadow: none !important;
	outline: none !important;
}

.form-control,
.form-select:not(.selectize-control) {
	background-color: #F8F8F8;
	border-radius: 5px;
	margin-bottom: 20px;
}

.form-control:not(type=file),
.form-select:not(.selectize-control) {
	padding: 9px 25px;
}

.form-select:disabled {
    background-color: #e9ecef !IMPORTANT;
}

.form-select.readonly:not(.selectize-control) {
	pointer-events: none;
}

.selectize-control .selectize-input {
	background-color: #FFF;
	padding: 9px 25px;
}

#fRicerca .selectize-control .selectize-input {
	border-radius: var(--selectize-radius);
}

.selectize-control .selectize-input.error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(/images/ico_error.svg);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 1.8rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.selectize-control .selectize-input,
.selectize-control .selectize-dropdown * {
	text-align: left !important;
}

.selectize-dropdown .create {
    display: none;
}

.selectize-control.single .selectize-input:after {
    width: 16px;
    height: 12px;
	top: calc(50% - 3px);
	right: 15px;
    background-image: url('/images/select-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 12px;
	border: 0;
}

.selectize-control.single .selectize-input.dropdown-active:after {
/*	transform: rotate(180deg); */
}

.selectize-control {
	background: none;
    border: 0;
    padding: 0;
    margin: 0;
	margin-bottom: -7px;
}

.selectize-dropdown {
	padding: 0 !important;
	z-index: 5;
}

.sel-ricerche .selectize-dropdown,
.sel-ricerche .selectize-dropdown-content,
.sel-ricerche .selectize-dropdown-content .option {
	width: auto !important;
	white-space: nowrap;
	min-width: 100%;
}

.bg-grey .form-control:not([disabled]),
.bg-grey .form-select:not([disabled]):not(.selectize-control) {
	background-color: #FFF !important;
}

.form-control:focus,
.form-select:not(.selectize-control):focus,
.form-select.selectize-control .selectize-input:focus,
.form-select.selectize-control .selectize-input.focus {
    border-color: #666;
	box-shadow: none !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-bottom: 0;
}

.btn {
	width: 168px;
	line-height: 26px;
	font-size: 15px;
	border-radius: var(--btn-radius);
	font-family:'segoeUI_semibold', SegoeUI, Roboto, 'Montserrat', sans-serif, helvetica, arial !important;;
}

.btn-default, .btn-default:active {
	background-color: #545454;
	color: #FFF;
	border-color: #545454; 
}

.btn-default:hover, .btn-default:focus {
	background-color: #333;
	color: #FFF;
	border-color: #333;
}

.btn-primary, .btn-primary:active {
	background-color: var(--primary-color);
	color: var(--primary-text);
	border-color: var(--primary-color); 
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #333;
	color: #FFF;
	border-color: #333;
}


.btn-secondary, .btn-secondary:active {
	background-color: #E6E6E6;
	color: #000;
	border-color: #E6E6E6; 
}

.btn-secondary:hover, .btn-secondary:focus {
	background-color: #333;
	color: #FFF;
	border-color: #333 !important;
}

.btn-danger, .btn-danger:active {
	background-color: #c02d23;
	color: #FFF;
	border-color: #c02d23;
}

.btn-danger:hover, .btn-danger:focus {
	background-color: #FFF;
	color: #333;
	border-color: #333;
}


.btn.disabled, .btn:disabled {
    color: #E6E6E6 !important;
    background-color: #6b6b6b !important;
    border-color: #6b6b6b !important;
}



.form-check-label {
	font-size: 14px;
	cursor: pointer;
}

.form-check-input,
.form-check-input:focus {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.70);
}

.form-check-input:checked[type=radio] {
	background-color: #ffffff;
    background-image: url(../images/bluedot.png);
	background-size: 16px;
    width: 16px;
    height: 16px;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../images/checked.png);
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: inherit;
}

.invalid-feedback {
    margin-top: -20px;
	margin-bottom: 9px;
    text-align: left;
}

.form-control.mb-4 + .invalid-feedback,
.form-select.mb-4 + .invalid-feedback {
    margin-top: -22px;
    margin-bottom: 0px;
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: inherit;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #5bb300;
	border-color: #5bb300;
	background-image: url(../images/checked-white.png);
}

.form-control.is-valid, .was-validated .form-control:valid,
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url('../images/input-ok.png') !important;
	background-size: 15px;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
	background-position: right 0.75rem center,center right 2.25rem;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid,
.form-control.is-valid, .was-validated .form-control:valid,
.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #5bb300;
}

.form-control.is-invalid, .form-control.error, .was-validated .form-control:invalid {
    border-color: #c02d23;
	background-color: #fbefef;
}

.form-control.error {
    border-color: #c02d23 !important;
    background-image: url(/images/ico_error.svg) !important;
	background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
}

.error + .invalid-feedback,
.error + .input-group-text + .invalid-feedback {
    display: block !important;
}

input[type=password] + .input-group-text {
	border-radius: 0 5px 5px 0 !important;
	background-color: #F8F8F8;
}

input.customRounded + .input-group-text {
	border-radius: 0 var(--input-radius) var(--input-radius) 0 !important;
}

.rc-anchor-light.rc-anchor-normal.error {
    border: 1px solid #c02d23 !important;
}

.invalid-feedback {
    color: #c02d23;
}

.form-switch .form-check-input,
.form-switch .form-check-input:focus {
	cursor: pointer;
	border: 1px solid rgba(0,0,0,.25);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28192, 45, 35, 0.25%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked[type=checkbox] {
	border: 1px solid rgba(0,0,0,.50);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28192, 45, 35, 1%29'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: inherit;
    border-color: inherit;
}

.icon.rounded {
    border: 1px solid #999;
    color: #818181;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50% !important;
    margin-left: 5px;
    font-size: 12px;
    line-height: 16px;
}


.customRounded {
	border-radius: var(--custom-radius);
}


/* --------  // FORMS ------------------------------- */








/* --------  RESPONSIVE ------------------------------- */

@media (min-width: 1930px) {
/*	
	.main {
		margin-bottom: 400px;
	}

	footer {
		position: fixed;
		bottom: 0;
		width: 100%;
	}
*/

	.carousel-item {
		background-size: contain;
	}
}

/* --------  // RESPONSIVE ------------------------------- */