button.wooscp-btn-mec {
	background-color:transparent;
	border:2px solid #003057;
	color:#003057;
	border-radius:8px;
	font-size:12px;
	font-family: 'Bookman Old Style', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	padding: 13px 31px 13px 31px !important;
}


.wooscp-btn-mec {
	cursor: pointer;
}

.wooscp-btn-mec.wooscp-btn-adding:after {
	content: '...';
}

.wooscp-btn-mec.wooscp-btn-added:before {
	content: '\2713';
	margin-right: 5px;
}

/* Carts styles*/
.uncode-cart .subtotal, .woocommerce-cart-form .product-price, .woocommerce-cart-form .product-subtotal,
.woocommerce-checkout-review-order-table .product-total, .woocommerce-checkout-review-order-table tfoot {
	display: none;
}
.shop_table tr > th:nth-last-child(2), .shop_table tr > td:nth-last-child(2) {
	text-align: right;
}
.woocommerce-cart-form .shop_table .product-remove {
	width: 10px;
}
.woocommerce-cart-form .shop_table .product-thumbnail {
	width: 10px;
}


table.woocommerce-checkout-review-order-table {
	border-bottom: none;
	padding-bottom: 0;
}

.woocommerce-checkout-review-order #payment {
	margin-top: 0;
}

.woocommerce-checkout-review-order .form-row.place-order {
	border-top: none;
	margin-top: 0;
}

/* Thank you page */
.woocommerce-thankyou-order-details .total {
	display: none;
}

/* Single product page */
.product .mec-custom-fields {
	border: none;
}
.product .mec-custom-fields th {
	border: none;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: normal;
	color: #545859;
}
.product .mec-custom-fields td {
	border: none;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: normal;
	color: #545859;
}
.product .woocommerce-product-details__custom-fields {
	margin-bottom: 5px;
}

.product .tab-content {
	background: #f2f2f2;
}

/* Technical Specifications tab */

.main-container .row-container .mec-technical-information-wrapper .row-parent {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 959px) {
	.main-container .row-container .mec-technical-information-wrapper .row-parent {
		padding-left: 36px;
		padding-right: 36px;
	}
}

.product .mec-field-class h3.mec-field-type {
	font-size: 25px;
}

.mec-fields {
	display: table;
	width: 100%;
}
.mec-fields:first-child {
	margin-top: 27px;
}


.mec-fields .mec-field {
	display: table-row;
}
.mec-fields .mec-field span {
	display: table-cell;
	padding: 10px 0;
	border-bottom: 1px solid #989fa1;
}

.mec-fields .mec-field:first-child span {
	padding-top: 0;
}

.mec-fields .mec-field .label {
	width: 50%;
}

.mec-fields .mec-field .value {
	font-weight: bold;
}

.mec-field-type {
	position: relative;
	padding-left: 60px;
}
.mec-field-type:before {
	content: " ";
	position: absolute;
	border-bottom: 17px solid #003057;
	width: 50px;
	left: 0;
	top: calc( 50% - 8.5px );
}

/* Downloads wrapper */


.main-container .row-container .mec-doc-downloads-wrapper .row-parent {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 959px) {
	.main-container .row-container .mec-doc-downloads-wrapper .row-parent {
		padding-left: 36px;
		padding-right: 36px;
	}
}


#mec-dl-select-all {
	text-align: right;
	display: block;
	text-transform: uppercase;
}

.mec-downloads-wrapper .mec-downloads {
	border: none;
	width: 100%;
}

.mec-download.mec-row-disabled {
	opacity: 0.7;
}

.mec-download.mec-row-disabled input[type=checkbox] {
	pointer-events: none;
}

.mec-downloads-wrapper .mec-downloads tbody td {
	border-left: none;
	border-color: #989fa1;
	border-top: 1px solid;
	padding: 15px;
}
.mec-downloads-wrapper .mec-downloads tfoot th {
	border: none;
	padding-top: 20px;
	padding-right: 0;
	text-align: right;
}

.mec-downloads-wrapper .mec-downloads tbody td:first-child {
	width: 115px;
}
.mec-downloads-wrapper .mec-downloads .mec-dl-fig {
	width: 84px;
	height: 84px;
}

.mec-downloads-wrapper .mec-downloads .mec-dl-title {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.mec-downloads-wrapper .mec-downloads .mec-dl-desc {
	display: block;
	font-size: 14px;
	font-weight: normal;
}


@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	.mec-downloads-wrapper .mec-downloads input[type=checkbox] {
		--active: #003057;
		--active-inner: #fff;
		--focus: 2px rgba(39, 94, 254, 0.3);
		--border: #989fa1;
		--border-hover: #003057;
		--background: #fff;
		--disabled: #f6f8ff;
		--disabled-inner: #e1e6f9;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 21px;
		width: 21px;
		outline: none;
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0;
		cursor: pointer;
		border: 1px solid var(--bc, var(--border));
		background: var(--b, var(--background));
		transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
		border-radius: 7px;
	}
	.mec-downloads-wrapper .mec-downloads input[type=checkbox]:after {
		--r: 43deg;
		content: "";
		display: block;
		position: absolute;
		opacity: var(--o, 0);
		transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
		width: 5px;
		height: 9px;
		border: 2px solid var(--active-inner);
		border-top: 0;
		border-left: 0;
		left: 7px;
		top: 4px;
		transform: rotate(var(--r, 20deg));
	}
	.mec-downloads-wrapper .mec-downloads input[type=checkbox]:checked {
		--o: 1;
		--b: var(--active);
		--bc: var(--active);
		--d-o: 0.3s;
		--d-t: 0.6s;
		--d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
	}
	.mec-downloads-wrapper .mec-downloads input[type=checkbox]:disabled {
		--b: var(--disabled);
		cursor: not-allowed;
		opacity: 0.9;
	}
	.mec-downloads-wrapper .mec-downloads input[type=checkbox]:disabled:checked {
		--b: var(--disabled-inner);
		--bc: var(--border);
		--r: 43deg;
	}
	
	.mec-downloads-wrapper .mec-downloads input[type=checkbox]:hover:not(:checked):not(:disabled) {
		--bc: var(--border-hover);
	}
	.mec-downloads-wrapper .mec-downloads input[type=checkbox]:focus {
		box-shadow: 0 0 0 var(--focus);
	}
	
	.mec-head-user-info {
		display: flex;
		height: 28px;
		justify-content: space-between;
		align-items: center;
		position: absolute;
		top: -4px;
		z-index: 1;
	}
	
	.mec-head-user-info img {
		max-width: none;
		border-radius: 100%;
	}
	
	.mec-head-user-info .fa {
		font-size: 28px;
	}
	
	.mac-user-name {
		margin-left: 10px;
		font-size: 14px;
	}
	.menu-wrapper .mec-head-user-info .mac-user-name a:hover {
		color: #fff;
		font-weight: bold;
	}
}

/**
Form Switch
 */
input.form-check-input {
	width: 1.3em;
	height: 1.3em;
	margin-top: .1em;
	vertical-align: top;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact
}

input.form-check-input[type="checkbox"] {
	border-radius: .25em
}

input.form-check-input[type="radio"] {
	border-radius: 50%
}

input.form-check-input:active {
	-webkit-filter: brightness(90%);
	filter: brightness(90%)
}

input.form-check-input:focus {
	border-color: #003057;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 48, 87, 0.25);
	box-shadow: 0 0 0 .2rem rgba(0, 48, 87, 0.25)
}

input.form-check-input:checked {
	background-color: #003057;
	border-color: #003057
}

input.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

input.form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

input.form-check-input[type="checkbox"]:indeterminate {
	background-color: #003057;
	border-color: #003057;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

input.form-check-input:disabled {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: .5
}

input.form-check-input[disabled] ~ .form-check-label, input.form-check-input:disabled ~ .form-check-label {
	opacity: .5
}

.form-check-label {
	display: inline-block
}


.form-switch input.form-check-input {
	width: 2.4em;
	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%280,0,0,0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2.4em;
	-webkit-transition: background-position 0.15s ease-in-out;
	transition: background-position 0.15s ease-in-out
}

.form-switch input.form-check-input:before {
	content: none !important
}

.form-switch input.form-check-input:focus {
	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='%23003057'/%3e%3c/svg%3e")
}

.form-switch input.form-check-input:checked {
	background-position: right center;
	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='%23fff'/%3e%3c/svg%3e")
}
/**
MEC Portal customer login
 */
.page-body #customer_login {
	display: flex;
}

#customer_login .woocommerce-form-register {
	padding-top: 18px;
}

#customer_login .woocommerce-form-login {
	max-width: none;
}

#customer_login .privacy_terms-wrap {
	font-size: 12px !important;
	padding-bottom: 20px;
}

#customer_login .br-cf7-legal {
	padding-bottom: 15px;
}

#customer_login .woocommerce-form .woocommerce-form-row {
	padding-bottom: 20px;
}

#customer_login .woocommerce-form .woocommerce-form-row .custom-link,
#customer_login .woocommerce-form .woocommerce-form-row .woocommerce-form-register__submit {
	
	background-color: transparent !important;
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
	
}

#customer_login .woocommerce-form .woocommerce-form-row .custom-link:hover,
#customer_login .woocommerce-form .woocommerce-form-row .woocommerce-form-register__submit:hover {
	
	background-color: #ffffff !important;
	color: #003057 !important
	
}



.page-body #customer_login > div {
	flex-grow: 1;
	width: 50%;
}
.u-column1 {
	padding: 10% 50px 10% 54px;
	background-image: url("/wp-content/plugins/metalesa-custom/assets/img/bg-road.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.style-light .u-column1 h2,
.style-light .u-column1 h6,
.style-light .u-column1 form p,
#customer_login .u-column1 li{
	color: #fff;
}

.style-light .u-column1 form p input {
	color: #003057;
}

.style-light .u-column1 button[type="submit"] {
	color: #003057;
	background-color: rgba(247,247,247,.5);
}

.u-column2 {
	padding: 10% 18px 10% 50px;
}


.woocommerce-account:not(.logged-in) .main-container .row-container .row-parent:not(.single-top-padding) {
	padding-top: 0;
	padding-bottom: 0;
}

.woocommerce-account:not(.logged-in) .main-container .row-container .row-parent p {
	margin: 0;
}

@media (min-width: 960px) {
	
	.woocommerce-account:not(.logged-in) .single-block-padding,
	.woocommerce-account:not(.logged-in) .main-container .row-container > .row-parent .row-child > .row-inner > div:not(.vc_helper) {
		padding: 0 36px 0 0;
	}
	
	.woocommerce-account:not(.logged-in) .main-container .row-inner {
		margin-right: -36px;
	}
}



/**
MEC Portal Advanced Search
 */
.woocommerce-MyAccount-content .mec-portal-title h2 {
	font-size: 35px!important;
}

.mec-search-results {
	position: relative;
}

.mec-search-results .mec-loader-wrapper {
	position: absolute;
	background: rgba(255, 255, 255,.4);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	cursor: no-drop;
	min-height: 30em;
}

.mec-search-results .t-entry-readmore {
	display: flex;
	padding-bottom: 50px;
}

.mec-search-results .t-entry-text button.wooscp-btn {
	border: none;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 20px !important;
}

.mec-search-results .t-entry-text .btn {
	line-height: 1;
}


.mec-advanced-search #mec_advanced .woocommerce-input-wrapper label {
	padding-right: 10px;
}
.mec-advanced-search #mec_advanced {
	margin-top: 40px;
}

.mec-advanced-search-fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mec-advanced-search .form-row {
	margin-top: 10px;
}

.mec-advanced-search-fields .form-row {
	display: inline-block;
	width: 49%;
}

.mec-advanced-search .empty-space.empty-double {
	padding-top: 40px;
}

.mec-advanced-search .mec-search-labels {
	padding-top: 30px;
}

.mec-advanced-search .mec-search-labels .mec-label-wrapper {
	display: inline-block;
	padding: 10px;
	background: #003057;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	margin-right: 15px;
}

.mec-advanced-search .mec-simple-search {
	
	border-radius: unset;
	border: 1px solid #eaeaea;
	box-shadow: none;
}

.mec-advanced-search .mec-search-labels .mec-label-wrapper a {
	color: #fff;
}

.mec-advanced-search .mec-search-labels .mec-label-wrapper .mec-label {
	padding-right: 10px;
}

/**
MEC Loader
 */
.mec-loader,
.mec-loader:after {
	border-radius: 50%;
	width: 20em;
	height: 20em;
}
.mec-loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid #003057;
	border-right: 1.1em solid #003057;
	border-bottom: 1.1em solid #003057;
	border-left: 1.1em solid #97a2ac;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	top: calc( 50% - 11.1em )
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/**
Advanced search Loop
 */
.mec-advanced-search .mec-aps-product-atts {
	font-size: 14px;
}
.mec-advanced-search .mec-aps-product-lbl {
	font-weight: bold;
	padding-right: 5px;
}

/**
Custom menu
*/

ul.menu-metalesa {
	margin: 0;
}
ul.menu-metalesa > li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: normal;
}
ul.menu-metalesa > li:first-child > a {
	padding-left: 0 !important;
}
ul.menu-metalesa > li:last-child > a {
	padding-right: 0 !important;
}
ul.menu-metalesa > li > a {
	color: #ffffff;
	padding: 4px 9px 4px 9px;
	font-size: 16px;
	font-family: 'Bookman Old Style';
	font-weight: 400;
}
ul.menu-metalesa > li > a i.fa-angle-right.fa-dropdown {
	display: none;
}
ul.menu-metalesa .drop-menu {
	list-style: none;
}

.menu-horizontal ul.menu-smart.menu-metalesa > li.pll-parent-menu-item > ul.drop-menu {
	width: auto!important;
	padding: 0;
}

.menu-smart.menu-metalesa .menu-item.lang-item {
	float: none;
	background-color: #003057;
	color: #fff;
}

.menu-smart.menu-metalesa .menu-item.lang-item i {
	display: none;
}

.menu-smart.menu-metalesa .menu-item.lang-item a,
.menu-smart.menu-metalesa .menu-item.lang-item a:link,
.menu-smart.menu-metalesa .menu-item.lang-item a:visited,
.menu-smart.menu-metalesa .menu-item.lang-item a:focus,
.menu-smart.menu-metalesa .menu-item.lang-item a:hover,
.menu-smart.menu-metalesa .menu-item.lang-item a:active {
	color: #fff;
}

.navbar-metalesa {
	padding: 10px 0;
	background-color: #003057;
	position: relative;
	z-index: 3000;
}
.navbar-metalesa .mec-head-user-info {
	position: unset;
}
.navbar-metalesa .mec-row-menu {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: auto;
}
.navbar-metalesa .mec-row-menu-inner {
	display: table;
	height: 100%;
	width: 100%;
	background-clip: content-box !important;
	position: relative;
}
.navbar-metalesa .mec-row-menu-inner > div {
	padding: 0 36px;
}
.navbar-metalesa .mec-row-menu-inner > div:first-child {
	vertical-align: bottom;
}
.navbar-metalesa .mec-row-menu-inner > div:first-child .mec-menu-bloginfo {
	padding: 0;
	line-height: 0;
	white-space: nowrap;
}
.navbar-metalesa .mec-row-menu-inner .mec-menu-bloginfo .mec-menu-bloginfo-inner {
	line-height: 1em;
	font-size: 12px;
}
.navbar-metalesa .mac-user-name a,
.navbar-metalesa .mac-user-name a:active,
.navbar-metalesa .mac-user-name a:focus,
.navbar-metalesa .mac-user-name a:visited {
	color: #ffffff;
}
.navbar-metalesa .col-lg-12 {
	text-align: right;
}
@media (min-width: 960px) {
	body[class*=vmenu-] .main-container {
		height: auto !important;
	}
}
@media (max-width: 959px) {
	.navbar-metalesa {
		display: none;
	}
}

/**
Tip tip
 */

.tips {
	cursor: help;
	text-decoration: none
}

img.tips {
	padding: 5px 0 0
}

#tiptip_holder {
	display: none;
	z-index: 8675309;
	position: absolute;
	top: 0;
	left: 0
}

#tiptip_holder.tip_top {
	padding-bottom: 5px
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #fff
}

#tiptip_holder.tip_bottom {
	padding-top: 5px
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #fff
}

#tiptip_holder.tip_right {
	padding-left: 5px
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #fff
}

#tiptip_holder.tip_left {
	padding-right: 5px
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #fff
}

#tiptip_content, .chart-tooltip, .wc_error_tip {
	color: #333;
	font-size: .8em;
	max-width: 150px;
	background: #fff;
	text-align: center;
	border-radius: 3px;
	padding: .618em 1em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

#tiptip_content a, .chart-tooltip a, .wc_error_tip a {
	color: rgb(0, 48, 87);
}

#tiptip_content code, .chart-tooltip code, .wc_error_tip code {
	padding: 1px;
	background: #888
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0
}

/**
Product Icons
 */
.mec-product-prop-icons {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}
.mec-icon {
	width: 37.5px;
	margin-right: 30px;
}
.mec-icon.mec-icon-ce,
.mec-icon.mec-icon-enf,
.mec-icon.mec-icon-plug-and-meta {
	width: 75px;
}
.mec-icon {
	fill: #003057;
}

.mec-icon.mec-icon-dap,
.woocommerce .page-wrapper .mec-icon.mec-icon-dap > img {
	width: auto;
	height: 37.5px!important;
}

/**
Meta urban
 */

.postid-830 #mec-technical-fields .mec-field span:nth-child(2), .postid-830 #mec-technical-fields .mec-field span:nth-child(3),
.postid-4980 #mec-technical-fields .mec-field span:nth-child(2), .postid-4980 #mec-technical-fields .mec-field span:nth-child(3),
.postid-5532 #mec-technical-fields .mec-field span:nth-child(2), .postid-5532 #mec-technical-fields .mec-field span:nth-child(3),
.postid-25239 #mec-technical-fields .mec-field span:nth-child(2), .postid-25239 #mec-technical-fields .mec-field span:nth-child(3){
	width: 25%
}