/*
Theme Name: Elettrotec
Theme URI: https://artemida.it
Description: Elettrotec Theme.
Author: artemida.it
Author URI: https://artemida.it
Version: 0.1
Text Domain: elettrotec
Template: b4st
*/

body {
    font-weight: 400;
    color: #000;
	position:relative;
	font-family: 'Roboto', sans-serif;
}
html,
body {
  scroll-behavior: smooth;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width:768px) {
	.centermobile {
		text-align: center !important;
	}
}
.faq-title h4 {
	font-size: 16px !important;
}
.faq-content {
	padding: 15px;
}
.thefaq h4 {
	text-align:left !important;
}
/* SINGLE PRODUCT */
.input-group-prepend {
	margin-right: 0;
}
.input-group-text.minus,
.input-group-text.plus {
    cursor: pointer;
	font-weight: bold;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    color: #666;
    border: 1px solid #666;
    padding: .375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    background-color: transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.single-product .quantity input {
    border: solid #666;
    border-width: 1px 1px 1px 0px;
    padding: 0.4rem 0.4rem;
	width:3.3em !important;
}
.single-product div.product form.cart div.quantity {
    overflow: hidden;
    margin-right: 0;
}


.woocommerce div.product form.cart .button {
	float: none !important;
}
li.product .quantity {
	display:none;
}
.woocommerce .col-1,
.woocommerce .col-2 {
    max-width: none;
}
#coupon_code {
	width:180px;
}

.woocommerce div.product form.cart .variations select {
    /*max-width: 80%;*/
	max-width:200px;
	max-width:300px;
}
.related.products {
    display: flex;
    width: 100%;
    flex-direction: column;
	display:none;
}
.woocommerce table.shop_attributes {
    border: 0;
}
.woocommerce table.shop_attributes th {
    padding:6px 0 6px;
    border:0;
    vertical-align: top;
    display: block;
    width: 100%;
}
.woocommerce table.shop_attributes td {
    font-style: normal;
    display: block;
    width: 100%;
    border: 0;
 }
.woocommerce div.product form.cart .button {
    line-height: 2;
    padding-left:2.45rem;
    padding-right:2.45rem;
}
.woocommerce table.shop_attributes td p {
    padding: 0;
}
.woocommerce table.shop_attributes tr:nth-child(2n) td,
.woocommerce table.shop_attributes tr:nth-child(2n) th {
    background: none;
}
.woocommerce div.product .product_meta .sku_wrapper,
.woocommerce div.product .product_meta .posted_in {
    display:block;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 3rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius:0;
}
.tabs.wc-tabs {
	display: none;
}
.woocommerce-Tabs-panel table,
.woocommerce-Tabs-panel {
	width:100%;
	max-width:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background:transparent;
    border:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding:0;
}
/* CART and CHECKOUT PAGE */
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content {
    max-width:1140px;
    font-size: inherit;
}
.woocommerce-checkout .form-row,
.woocommerce-account .form-row {
    display: block;
}
.woocommerce-cart .woocommerce {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.woocommerce-notices-wrapper {
    flex: 1 100%;
}
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals {
    flex: 1 0 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    float: none;
    width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout #order_review_heading {
    padding-left: 15px;
    padding-right: 15px;
}
a.checkout-button.button.alt,
a.checkout-button.button.alt:hover,
.woocommerce-checkout button.button.alt,
.woocommerce-checkout button.button.alt:hover{
    background-color: #28a745;
    color: #ffffff;
}
.woocommerce-checkout #mega-menu-item-55 .mega-sub-menu,
.woocommerce-cart #mega-menu-item-55 .mega-sub-menu {
    display:none !important;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    background: #bfdef0 !important;
}
.woocommerce-info {
    border-top-color: #0278bd;
}
.woocommerce-info::before {
    color: #0278bd;
}
.pswp {
    z-index: 99999;
}
.woocommerce-Address-title h3 {
    float: none !important;
}
.woocommerce-Address-title .edit {
    float:none !important;
    display: block;
}
@media(min-width: 1100px) {
    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce-checkout{
        flex-direction: row;
    }
    .woocommerce-cart .woocommerce-cart-form {
        flex: 1 0 70%;
        padding-right: 30px;
    }
    .woocommerce-cart .cart-collaterals {
        flex: 1 0 30%;
    }
    .woocommerce-checkout .col2-set {
        float: left;
        width: 50%;
    }
    .woocommerce-checkout .woocommerce-checkout-review-order,
    .woocommerce-checkout #order_review_heading {
        float: right;
        width: 47%;
        padding-left: 0;
        padding-right: 0;
    }
    #ship-to-different-address {
        font-size: inherit;
        margin-top: 20px;
    }
    a.checkout-button.button.alt:hover,
    .woocommerce-checkout button.button.alt:hover{
        filter: brightness(115%);
    }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.select2-container .select2-selection--single {
    height:38px;
}
input[type="tel"] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
    margin-left: 0;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li.is-active {
    font-weight: bold;
}

#navigation .container {
    max-width:1170px;
}


.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
background:#0278bd !important;
background-color:#0278bd !important;
color:white !important;
text-shadow: transparent !important;
box-shadow: none;
border-color:#0278bd !important;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
background:#0278bd !important;
background-color:#0278bd !important;
color:white !important;
text-shadow: transparent !important;
box-shadow: none;
border-color:#0278bd !important;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
background: #0278bd !important;
color:white !important;
text-shadow: transparent !important;
border-color:#0278bd !important;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
background: #0278bd !important;
box-shadow: none;
text-shadow: transparent !important;
color:white !important;
border-color:#0278bd !important;
}


.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}












.ca3-scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor: pointer;
  height: 60px;
  width: 60px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 15%;
  color: #fff;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}



.min-height-400 {
	min-height:400px !important;
}
.nextend-thumbnail-inner.n2-ow.n2-style-5918020c21eeb09cfc4c94f2333677e5-simple {
	padding: 0 !important;
}
.n2-ow.n2-ow-all {
    padding-right: 20px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 1.1rem;
	/*font-size: .9rem;*/
	/*margin-top: 0.5rem;*/
}
.cart-contents.menu-item a {
	margin-top: 0.5rem;
}
.navbar-nav .dropdown-menu {
    min-width: 5rem !important;
}
.navbar.navbar-8 .navbar-toggler-icon {
    background-image: url(https://mdbootstrap.com/img/svg/hamburger4.svg?color=1729B0);
}
.navbar-brand {
    max-width:240px;
}
.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* NAVBAR MULTILEVEL */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar,
.dropdown-menu,
.dropdown-submenu>.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


@media screen and (max-width:767.98px) {
    .navbar-nav .dropdown {
        width: 100%;
        text-align: center;
    }
    .navbar-nav .dropdown .dropdown-menu {
        text-align: center;
    }
    .navbar-nav .wpml-ls-item .dropdown-toggle {
        display: flex;
        justify-content: center;
    }
    .navbar-nav .wpml-ls-item .dropdown-menu.show {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .navbar-nav-scroll {
        max-height: 76dvh;
        overflow: auto;
    }
}

.thelinkarrow {
	width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    z-index: 99;
}
.wpml-ls-menu-item .wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    width: 28px;
    height: 22px;
	margin-top: 3px;
}
.arrow_down {
	width:30px;
	height:auto;
}
.dropdown-toggle::after {
    vertical-align: 0.14em;
}
.wpml-ls-item .dropdown-toggle::after {
    vertical-align: .4em;
}
.icone_schede {
	width:20px;
	height:auto;
}
.woocommerce-tabs td:nth-child(1),
.contentprodotto td:nth-child(1) {  
  font-weight: 500;
	background-color: #E5E5E5;
	border: 1px solid #B6B6B6;
}

.bottomboxprodotto_container {
    min-height: 70px;
}
.align-self-center {
	align-self:center !important;
}
.bg-darkgrey {
	background-color: #f5f5f5;
}
.titlecappucci {
	font-size: 1.6rem;
    font-weight: 500;
}
table,
td {
	border: 1px solid #E5E5E5;
	font-size: 0.9rem;
}
table td {
	padding:5px 10px;
}


/* MAPPA DISTRIBUTORI */

#map {
      height: 700px;
      width: 100%;
}

#datiMappa {
	max-height: 600px;
	min-height: 40px;
	width: 300px;
	overflow-y: auto;
	position: absolute;
	z-index: 998;
	left:20px;
	top:20px;
}



/*MENU ICON */
.circle-icon {
    color: #fff;
    width: 34px;
    height: 34px;
    padding: 7px 0 0 0;
    text-align: center;
    border-radius: 50%;
    background-color: #004f9f;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #004f9f;
    font-size: 0.9rem;
	margin-top: -4px;
}

#footer {
    position: relative;
}

#footer .media_image-5 {
    max-width: 240px;
    position: absolute;
    bottom: 0;
}
.contancts-fixed {
    position: fixed;
    left: auto;
    right: 0;
    bottom: 20dvh;
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 60px;
    text-align: center;
    border-radius: 4px 0 0 4px;
}
.contancts-fixed a {
    font-size:1.6rem;
    width:100%;
    display: block;
    padding: 0.4rem;
}
.contancts-fixed a i {
    color:#007bff;
}
@media (max-width: 575.98px) {
    #footer .media_image-5 {
        max-width: 360px;
        position: relative;
        bottom: auto;
        margin-left: auto;
        margin-right: auto;
    }
}
#footer .wpcf7 {
	padding-top:30px;
}

#footer .wpcf7 .mc4wp-checkbox label {
	pointer-events: none;
	font-weight: 500;
	font-size:1.1rem;
}
#footer .wpcf7 .mc4wp-checkbox label input {
	display: none;
}
#footer .wpcf7 .wpcf7-list-item {
	margin-left: 0;
}

#footer .wpcf7 .wpcf7-submit {
    top: 0;
    right: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#footer .wpcf7-form a {
	color: #FFF !important;
}

.circle-footer {
    color: #459dd4;
	width: 60px;
    height: 60px;
	padding: 31px 0 14px 0;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}
.circle-footer i {
	width: 60px;
    height: 60px;
	font-size: 2.8em !important;
}
#scrollTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 12px 20px; /* Some padding */
}

#scrollTop:hover {
  background-color: #49a9dd; /* Add a dark-grey background on hover */
}
.alpha-50-white {
   background-color: rgba(255, 255, 255, 0.7);
}
.parallax-window {
    min-height: 300px;
    background: transparent;
}

.titolopage h1,
.titolopage h2,
.titolopage h3 {
	bottom: 0;
}
.colore-pressione {
	color: #0c4e91;
}
.colore-temperatura {
	color: #d93832;
}
.colore-livello {
	color: #50ae5e;
}
.colore-portata {
	color: #f8cc46;
}

.leonde {
	background-image: url('./images/SfondoOnde.jpg');
	background-size: 100% 100%;
}

.bg-pressione {
	color:#FFF;
	background-color: #0c4e91;
}
.bg-temperatura {
	color:#FFF;
	background-color: #d93832;
}
.bg-livello {
	color:#FFF;
	background-color: #50ae5e;
}
.bg-portata {
	color:#FFF;
	background-color: #f8cc46;
}

.badger {
    position: absolute;
    right: 15px;
    top: 0;
	border-left: 90px solid transparent;
}

.badger-pressione {
	border-top: 90px solid #0c4e91;
}
.badger-temperatura {
	border-top: 90px solid #d93832;
}
.badger-livello {
	border-top: 90px solid #50ae5e;
}
.badger-portata {
	border-top: 90px solid #f8cc46;
}
.mask-t {
    position: absolute;
	width: 100px;
	height: 100px;
    right: 15px;
    top: 0px;
}
.thearrow {
	width: 30px;
    height: auto;
    top: 10px;
    right: 10px;
    position: absolute;
}
.thearrow,
.badger {
	transition: transform 0.5s ease;
}
html[lang="zh-hant"] .page-template-page-prodotti .col-md-9 .col-md-4 .text-white p {
	font-size:0.9rem;
}
.theproduct a:hover {
	text-decoration: none;
}
.theproduct a:hover .thearrow,
.theproduct a:hover .badger{
  transform: translateX(8px) translateY(-8px);
}

.theproduct.listing:hover .thearrow,
.theproduct.listing:hover .badger{
  transform: translateX(8px) translateY(-8px);
}
.theproduct.listing .mask-t {
    position: absolute;
	width: 50px;
	height: 50px;
    right: 0;
    top: 0px;
}
.theproduct.listing .thearrow {
	width: 15px;
    top: 5px;
    right: 5px;
}
.theproduct.listing .badger {
    position: absolute;
    right: 0;
    top: 0;
	border-left: 45px solid transparent;
}

.theproduct.listing .badger-pressione {
	border-top: 45px solid #0c4e91;
}
.theproduct.listing .badger-temperatura {
	border-top: 45px solid #d93832;
}
.theproduct.listing .badger-livello {
	border-top: 45px solid #50ae5e;
}
.theproduct.listing .badger-portata {
	border-top: 45px solid #f8cc46;
}

.thethumb img {
	margin:auto;
}
.formhome div { 
	margin-bottom: 1rem;
}
.formhome .wpcf7-list-item {
	margin-left:0;
}

.formrichiesta p {
	font-weight: 500;
}
.formrichiesta span {
	font-weight: 300;
}
.formrichiesta .wpcf7-list-item {
	margin-right: 30px;
}

form.sent > .row {
	display: none;
}

.ajax-loader {
	float:left;
}
li.level_0 {
	list-style:none;
}
li.level_1 {
	padding-left:2rem!important;
}
li.level_2 {
	padding-left:3rem!important;
}
li.level_1,
li.level_2 {
	border-bottom: 1px solid #E9E9E9;
}
.list-group.prodottilisting {
	border: 1px solid #E9E9E9;
}
#footer .menu a,
#footer .menu li {
	color:#fff;
	list-style: none;
	font-weight: 500;
}
#footer .menu li ul li a {
	font-weight: 300;
}

#footer .menu .sub-menu {
	margin-bottom: 1rem;
	padding-left: 0 !important;
}

footer a.text-muted {
	color:#FFF !important;
}
.bg-blue {
    background-color: #0278bd;
	color:#FFF;
}
.titolocappuccio {
	font-size: 0.9rem;
	margin-left: -15px;
}
.cappucci-container img {
	max-width: 180px;
	height:auto;
	margin:auto;
}
.bluelettrotec {
    background-color: #0278bd;
background: rgb(0,79,159);
background: -moz-linear-gradient(90deg, rgba(0,79,159,1) 0%, rgba(0,186,238,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,79,159,1) 0%, rgba(0,186,238,1) 100%);
background: linear-gradient(90deg, rgba(0,79,159,1) 0%, rgba(0,186,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0278bd",endColorstr="#00baee",GradientType=1);
}
.textblue {
    color: #0278bd;
}
.immagineprodotto img {
	border: 1px solid #0278bd;
}
.global-header {
  width: 100%;
  position:fixed;
  top:0;
  left:0;
  transition: top 1s ease;
  z-index: 999;
}

.js-global-header-scrolling {
 top: -8em; /* Height of the header */
}

.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}
button:focus {outline:0;}
@media screen and (min-width:768px) {
    .gruppo-elettrotec img {
        box-shadow: none !important;
    }
}
@media screen and (max-width:768px) {
    .gruppo-elettrotec {
        box-shadow: none !important;
        background-color: transparent !important;
    }
    #footer .widget_media_image {
        margin-bottom: 20px;
    }
    #footer .widget_nav_menu {
        width:49%;
    }
    #footer .widget_nav_menu .menu a {
        padding: 3px 0;
        display: block;
     }
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100%;
}
.mejs-container {
	padding-top: 56.25%;
}
.mejs-audio {
	padding-top: 0;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

body.page-template-page-preventivo .container.bluelettrotec.text-white {
	text-transform: uppercase;
}

.wpcf7-form .container.bluelettrotec.text-white.py-2 p {
	margin-bottom: 0;
}

/*
VJ CUSTOM*/
.video-js .vjs-play-progress::before {line-height: normal;}.video-js.vjs-fullscreen{font-size:18px}.video-js button{outline: none}.vjs-paused.vjs-has-started.video-js .vjs-big-play-button,.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button{display: block}.video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button,.video-js .vjs-controls-disabled .vjs-big-play-button,.vjs-live .vjs-time-control,.video-js .vjs-remaining-time-display {display: none!important}.video-js.vjs-ended .vjs-big-play-button{display: block!important}.video-js .vjs-big-play-button{top: 50%;left: 50%;margin-left: -1em;margin-top: -1em;width: 2em;height: 2em;line-height: 2em;border: none;border-radius: 50%;font-size: 3.5em;background-color: rgba(0, 0, 0, .45);color: #fff;-webkit-transition: border-color .4s, outline .4s, background-color .4s;-moz-transition: border-color .4s, outline .4s, background-color .4s;-ms-transition: border-color .4s, outline .4s, background-color .4s;-o-transition:border-color .4s, outline .4s, background-color .4s;transition: border-color .4s, outline .4s, background-color .4s}.video-js .vjs-big-play-button{background-color: rgba(0, 0, 0, 0);font-size: 12em;border-radius: 0%;height: 1em!important;line-height: 1em!important;margin-top: -0.5em!important}.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus,.video-js .vjs-big-play-button:active{background-color: rgba(0, 0, 0, 0)}.video-js .vjs-duration,.video-js .vjs-current-time{display: block;left: 0}


.video-azienda-dimensions {
	overflow: hidden !important;
}
.video-azienda-dimensions video {
	position: absolute;
    width: 102% !important;
    height: 110% !important;
    margin: -3% -1% !important;
	
}


.container-fluid .col-md-3 .type-post {
    min-height: 20rem;
    display: grid;
}

.container-fluid .col-md-3 .type-post .btn {
	height: fit-content;
	width: fit-content;
}

/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */

.navbar-light .navbar-nav .cart-contents .nav-link {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
	margin-right: 10px;
	color: #007bff;
}

.navbar-light .navbar-nav .cart-contents a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f07a" !important;
    font-size: 27px;
	margin-top: -0.5rem;
}

.cart-contents .nav-link:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
    	top: 15px;
   	right: 1px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    	background: #000;
    	border-radius: 50%;
    	padding: 1px;  
}


.page-template-page-configura .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0;
}
.woocommerce div.product div.images img,
.woocommerce ul.products li.product a img {
    max-width: 200px !important;
    height: auto !important;
	margin: auto;
}
.theproduct.listing .thethumb a,
.theproduct.listing .thethumb img,
.woocommerce ul.products li.product a img {
    max-height: 160px !important;
    width: auto !important;
	margin: auto;
	display: block;
}
.modal-body-form .login-submit input {
    width: 100%;
}


.pagination li {
    list-style: none;
    float: left;
    padding: 10px 20px 0 0;
}

.pagination li.disabled {
	padding: 0px 20px 0 0;
}

.sfondo-timeline {
    overflow: hidden;
    background: linear-gradient(to right,  #0b54a0 0%,#1ebaeb 100%);
}

#content #timeline-horizontal-9 .description-flex-container {
    width:100%;
}
#content #timeline-horizontal-9 .input {
    background-color: #132963;
}
#content #timeline-horizontal-9 .input-flex-container .input::before, #content #timeline-horizontal-9 .input-flex-container .input::after {
    background-color: #132963;
}
#timeline-horizontal-9 .input span::before {
    line-height: initial;
}
#content #timeline-horizontal-9 .input.active ~ .input::before,#content  #timeline-horizontal-9 .input.active ~ .input::after {
    background-color: #fff;
}
@media only screen and (min-width: 768px) {
    #content #timeline-horizontal-9 .description-flex-container .content.active {
        display: flex;
        align-items: center;
    }
}

.woocommerce-invalid #re_export {
    outline: 2px solid red;
    outline-offset: 2px;
}
#re_export_field label {
	line-height: initial;
}

.ellipscontainer{
  max-width: 100%;
}

.ellipsinside {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.skiptranslate iframe {
	position: absolute;
	top:-20000px;
}