*:focus {
	outline: none!important;
}

.c-green {
	color: #118436;
}

.bg-gray {
	background-color: #eaeaea;
}

.bg-white {
	background-color: #ffffff;
}

.header-shop {
	color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 99;
}

.header-shop a {
	color: #ffffff;
}

.header-shop > svg {
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	max-height: 40px;
	z-index: -1;
	margin-top: 40px;
}

.header-shop-right {
	margin-top: 48px;
	margin-left: 120px;
}

.header-shop-right .steps {
	display: inline-block;
}

.header-shop-right .steps .step {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 20px;
	padding: 6px;
	color: #5b3416;
	background-color: #ffffff;
	font-weight: bold;
}

.header-shop-right .steps .step.is-active {
	color: #ffffff;
	background-color: #5b3416;
}

.header-clearfix {
	margin-bottom: 115px;
}

.btn-woocommerce {
	color: #ffffff;
	text-transform: uppercase;
	background-color: #5b3416;
	position: fixed;
	font-weight: bold;
	padding: 12px 24px;
	top: 35px;
	right: 30px;
	z-index: 999;
}

.btn-woocommerce:hover,
.btn-woocommerce:focus {
	color: #ffffff;
	text-decoration: none;
}

.btn-woocommerce i {
	margin-right: 5px;
}

.btn-green {
	color: #ffffff;
	text-transform: uppercase;
	background-color: #118436;
	font-weight: bold;
	padding: 8px 24px;
	border-radius: 5px;
}

.btn-green:hover,
.btn-green:focus {
	color: #ffffff;
	text-decoration: none;
}

.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt {
	background-color: #118436;
	padding: 12px 25px;
	border-radius: 5px;
	text-transform: uppercase;
	color: #ffffff;
}

.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus {
	background-color: #118436;
}

.page-woocommerce {
	padding-top: 30px;
	padding-bottom: 30px;
}

#mio-account .modal-content,
body {
	overflow-x: hidden;
}

#mio-account .modal-header {
	border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.3);
	min-height: 46px;
}

.woocommerce-MyAccount-navigation ul:before,
.woocommerce-MyAccount-navigation ul:after {
	position: absolute;
	content: "";
	border-bottom: 1px solid rgba(0,0,0,.3);
	width: 100%;
	top: 45px;
}

.woocommerce-MyAccount-navigation ul:before {
	left: -100%;
}

.woocommerce-MyAccount-navigation ul:after {
	right: -100%;
}

.woocommerce-MyAccount-navigation ul li {
	float: left;
	margin-bottom: -1px;
	position: relative;
	display: inline-block;
	margin-right: 0;
}

.woocommerce-MyAccount-navigation ul li:last-child {
	margin-right: 0;
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	position: relative;
	padding: 12px 24px;
	border: 1px solid transparent;
	color: #118436;
	text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #108537;
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,.3);
	border-bottom-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

.woocommerce-MyAccount-navigation ul li a:after {
	display: none!important;
}

.woocommerce form .form-row {
	padding: 0;
	margin-bottom: 10px;
}

.woocommerce form .form-row label {
	background-color: #5b3416;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 5px;
	font-size: 10px;
	display: inline-block;
	width: 28%;
	margin-bottom: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	display: inline-block;
	width: 72%!important;
	padding: 11px 5px;
	margin-top: 1px;
	vertical-align: middle;
}

.woocommerce form .form-row textarea {
	width: 100%!important;
	height: 8rem;
}

.woocommerce form .form-row .select2-container {
	display: inline-block;
	width: 72%!important;
}

.select2-container--default .select2-selection--single {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	height: 39px;
	border-radius: 0;
}

.woocommerce form .form-row .required {
	color: #ffffff;
}

.optional {
	display: none!important;
}

.woocommerce-loop-product__title {
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	display: inline-block;
	width: 85%;
	margin-top: 10px;
}

.product .exclamation {
	text-align: right;
	width: 10%;
	margin-top: 6px;
	display: inline-block;
}

.kad_add_to_cart {
	display: none;
}

.nav-tabs {
	border-bottom-color: transparent;
	position: relative;
}

.nav-tabs:before,
.nav-tabs:after {
	position: absolute;
	content: "";
	border-bottom: 1px solid #555555;
	width: 100%;
	top: 45px;
	overflow: hidden;
}

.nav-tabs:before {
	left: -100%;
}

.nav-tabs:after {
	right: -100%;
}

.nav-tabs > li {
	width: 50%;
	margin-bottom: 0;
}

.nav-tabs > li > a {
	border: 1px solid transparent;
	text-transform: uppercase;
	border-radius: 0;
	margin-right: 0;
	padding: 12px 24px;
	border-bottom: 1px solid #555555;
}

.nav-tabs > li > a i {
	float: right;
	cursor: pointer;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: transparent;
	border-color: transparent;
	border-bottom: 1px solid #118436;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: 1px solid #118436;
	border-bottom: 0;
	font-weight: bold;
	color: #2c884a;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	color: #333333;
	font-size: 20px;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
	border-top: 0;
	vertical-align: middle;
	padding: 6px 0;
	width: 12%;
}

.table > tbody > tr > th {
	color: #118436;
	font-size: 12px;
	font-weight: normal;
}

.table > tbody > tr > th:nth-child(2) {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	width: 52%;
}

.table > tbody > tr > td:nth-child(2) {
	border-bottom: 1px solid #eaeaea;
	width: 52%;
}

.prezzo-content_product {
	text-align: center;
	font-weight: bold;
	background-color: #eaeaea;
}

.qta-content_product {
	text-align: center;
	background-color: #eaeaea;
}

.totale-content_product {
	background-color: #2c884a;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.table tr:nth-child(odd) td.prezzo-content_product {
	background-color: #ffffff;
}

.table tr:nth-child(odd) td.qta-content_product {
	background-color: #ffffff;
}

.table tr:nth-child(odd) td.totale-content_product {
	background-color: #118436;
}

.woocommerce table.shop_table tr:nth-child(odd) th {
	background-color: #eaeaea;
}

.woocommerce table.shop_table tr td:last-child {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: #118436;
	width: 33%;
}

.woocommerce table.shop_table tr:nth-child(odd) td:last-child {
	background-color: #2c884a;
}

#order_review_heading {
	color: #5b3416;
	font-size: 18px;
}

.order_review_heading {
	color: #5b3416;
	font-size: 18px;
}

.woocommerce-checkout #payment {
	background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
	background-color: #eaeaea;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: transparent;
	color: #333333;
	padding: 0;
	margin: 0;
}

.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.woocommerce-form__input-checkbox {
	width: auto;
	margin: 8px 0 0 -20px!important;
}

.woocommerce form .form-row label.woocommerce-form__label-for-checkbox {
	text-transform: initial;
	background-color: transparent;
	color: #333333;
	font-size: initial;
	width: auto;
}

.woocommerce-checkout-review-order-table th {
	width: 85%;
}

.woocommerce-checkout-review-order-table td.product-name {
	background-color: #ffffff!important;
	color: #333333!important;
	text-align: left!important;
	font-weight: normal!important;
	width: 15%!important;
}

.single_variation_wrap_kad,
.reset_variations {
	display: none!important;
}

.select-tipologia {
	border-radius: 50%;
	border: 1px solid #666666;
	padding: 9px;
	display: inline-block;
	cursor: pointer;
}

.select-tipologia.is-active {
	border: 5px solid #118436;
	padding: 5px;
}

.provincia-select {
	display: none;
}

.provincia-select .variations {
	width: 96%;
}

.product_label {
	color: #ffffff;
	background-color: #5b3416;
	font-size: 10px;
	padding: 5px 15px;
	text-transform: uppercase;
	width: 20%;
}

.product_label label {
	margin-bottom: 0;
}

.product_value {
	width: 80%;
}

.woocommerce-form-login .woocommerce-form-row label,
.woocommerce-form-register .woocommerce-form-row label {
	background-color: #5b3416;
	color: #ffffff;
	text-transform: uppercase;
	padding: 13px 5px;
	font-size: 10px;
	display: inline-block;
	width: 28%;
}

.woocommerce-form-login .woocommerce-form-row input,
.woocommerce-form-register .woocommerce-form-row input {
	display: inline-block;
	width: 72%!important;
	padding: 8px 5px;
	margin-top: 1px;
	vertical-align: middle;
}

.woocommerce-form-login .woocommerce-Button,
.woocommerce-form-register .woocommerce-Button {
	float: right;
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox {
	margin-left: 20px;
}

.woocommerce-thankyou-order-received {
	color: #118436;
	font-size: 18px;
	font-weight: bold;
}

.woocommerce ul.order_details {
	padding-left: 0;
}

.woocommerce ul.order_details li {
	width: 20%;
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
	font-size: 14px;
	color: #333333;
}

.woocommerce ul.order_details li > span {
	background-color: #eaeaea;
	padding: 5%;
	display: block;
	text-transform: capitalize;
}

.woocommerce ul.order_details li strong {
	background-color: #ffffff;
	padding: 5%;
	font-size: 14px;
}

.woocommerce ul.order_details li:last-of-type {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.woocommerce ul.order_details li:last-of-type > span {
	background-color: #2c884a;
}

.woocommerce ul.order_details li:last-of-type strong {
	background-color: #118436;
}

mark {
	background-color: #118436;
	color: #ffffff;
	font-weight: bold;
}

.quantity {
	position: relative;
}

.quantity input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	background-color: transparent;
	border: 0;
	width: 50px!important;
	font-size: 1.5rem;
	text-align: center;
}

.quantity .minus,
.quantity .plus {
	background-color: transparent;
	font-weight: bold;
	border: 0;
	position: absolute;
	right: 20px;
	padding: 0;
	width: auto;
}

.quantity .minus {
	transform: rotate(180deg);
	bottom: 0;
}

#mio-account .nav-tabs::before,
#mio-account .nav-tabs::after {
	top: 48px;
}

#mio-account .nav-tabs > li > a {
	font-size: 16px;
	text-align: center;
}

.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
	padding: 12px 24px;
	font-size: 14px;
}

.woocommerce table.my_account_orders th {
	font-weight: normal;
}

.woocommerce table.my_account_orders th:last-child {
	color: #ffffff;
	text-align: center;
	font-weight: 700;
}

.woocommerce table.shop_table tr td:last-child {
	width: auto;
}

.woocommerce table.my_account_orders tr:nth-child(even) td {
	background-color: #eaeaea;
}

.woocommerce table.my_account_orders tr:nth-child(odd) th:last-child,
.woocommerce table.my_account_orders tr:nth-child(even) td:last-child {
	background-color: #2c884a;
}

.woocommerce table.my_account_orders tr:nth-child(even) th:last-child,
.woocommerce table.my_account_orders tr:nth-child(odd) td:last-child {
	background-color: #118436;
}

.woocommerce-checkout-review-order-table,
.woocommerce-table--custom-fields,
.woocommerce-table--order-details,
.woocommerce-column--billing-address address,
.woocommerce-column--shipping-address address {
	box-shadow: 1px 1px 5px 1px #cccccc;
	border-radius: 0!important;
}

.woocommerce-thankyou-order-details {
	box-shadow: 1px 1px 5px 1px #cccccc;
}

.woocommerce-table--order-details tr td:last-child,
.woocommerce-table--custom-fields tr td:last-child {
	width: 20%!important;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
	color: #5b3416;
	font-size: 22px;
	text-transform: uppercase;
}

.woocommerce-table__product-table {
	background-color: #2c884a!important;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td {
	font-size: 22px;
}

.woocommerce table.woocommerce-table--order-details tr:nth-child(odd) th:last-child,
.woocommerce table.woocommerce-table--order-details tr:nth-child(even) td:last-child {
	background-color: #2c884a;
}

.woocommerce table.woocommerce-table--order-details tr:nth-child(even) th:last-child,
.woocommerce table.woocommerce-table--order-details tr:nth-child(odd) td:last-child {
	background-color: #118436;
}

@media screen and (max-width:991px) {

	.header-shop-right {
		margin-top: 0;
		margin-left: 0;
	}

	.header-clearfix {
		margin-bottom: 160px;
	}

}



.woocommerce-form__label-for-checkbox {
	/*display: block;*/
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.woocommerce-form__label-for-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	margin-top: 9px;
}

.woocommerce-form__label-for-checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

.woocommerce-form__label-for-checkbox input:checked ~ .checkmark {
	background-color: #ccc;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.woocommerce-form__label-for-checkbox input:checked ~ .checkmark:after {
	display: block;
}

.woocommerce-form__label-for-checkbox .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.woocommerce-terms-and-conditions-checkbox-text {
	margin-left: 25px;
}

.woocommerce-login-checkbox-text {
	margin-left: 20px;
	margin-top: 3px;
}

.woocommerce #payment #place_order {
	float: none;
	margin-top: 15px;
}

.woocommerce a.button.alt.disabled {
	background-color: #cccccc;
	cursor: not-allowed;
}

@keyframes spinner {
	to {transform: rotate(360deg);}
}

.woocommerce a.button.alt.disabled:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: -25%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
	border: 2px solid #cccccc;
	border-top-color: #000000;
	animation: spinner .6s linear infinite;
}