/* v.3.1 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

body {
	font-family: 'Montserrat',sans-serif;
	font-weight: 300;
	color: rgba(56,56,56,1);
	font-size: 14px;
	line-height: 18px;
	width: 100%;
}

/* colors Logo */
:root {
	--first_color: #417F7E; /* verde */
	--second_color: #FF7800; /* arancio */
	
	--second_color_dark: #b15200; /* arancio */
	
	/* sfumature */
	--third_color: #ffad66; /* arancio sfum */
	
	--first_color_rgb: 65,127,126; /* verde */
	--second_color_rgb: 255,120,0; /* arancio */
}
/* // colors // */

h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	color: rgba(56,56,56,1);
}
/* default font size */
/*.fa {
	font-size: 14px;
}*/
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
	text-transform: uppercase;
}
h2, .h2 {
	font-size: 27px;
	text-transform: uppercase;
}
h3, .h3 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}
h4, .h4 {
	font-size: 15px;
}
h5, .h5 {
	font-size: 12px;
}
h6, .h6 {
	font-size: 10.2px;
}
a {
	color: var(--second_color_dark);
	font-weight: 400;
}
a:focus, a:hover {
	text-decoration: none;
	color: rgba(var(--second_color_rgb), 0.8);
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: 400;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: var(--first_color);
	background-image: linear-gradient(to bottom, rgba(var(--second_first_rgb),1), rgba(var(--second_first_rgb),1));
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #f5f5f5;
	border-bottom: 1px solid rgba(var(--second_color_rgb), 0.5);
	padding: 4px 0px 3px 0;
	min-height: 40px;
	font-size: 14px;
}
#top .container {
	padding: 0 20px;
	text-align: center;
}
@media (max-width: 350px) {
	#top .container { padding: 0 10px; }
}
#top .pull-right {
	float: none!important;
}
#top .fa {
	color: rgba(var(--second_color_rgb), 1);
	background: #e2e2e2;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}
#top .pull-left .fa {
	color: rgba(56,56,56,1);
	background: none;
	width: auto;
	height: auto;
	line-height: 24px;
	border-radius: 0;
}
#top #form-language .dropdown-toggle{
	text-transform: capitalize;
}
	#top #form-language img {
		height: 20px;
		margin-right: 5px;
	}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	text-transform: capitalize;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: var(--first_color);
	background-image: linear-gradient(to bottom, rgba(var(--second_first_rgb),1), rgba(var(--second_first_rgb),1));
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: rgba(56,56,56,1);
	text-decoration: none;
	font-weight: 400;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	/*margin: 20px 74px;*/
	margin: 15px 45px 15px 0;
}
@media (max-width: 767px) {
	#logo {
		margin: 20px 0 -15px 0;
		/*altezza logo calcolata: ((larghezza totale vista - margine logo cont) * (aspect ratio image H / aspect ratio image W))*/
		/*height: calc((100vw - 30px) * (81 / 250) );*/
	}
}
/* search */
#search {
	margin-top: 45px;
	margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#search { margin-top: 25px; }
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 0;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 15px;
}
#search .btn-default {
	color: rgba(255,255,255,1);
	text-shadow: none;
	background-color: var(--first_color);
	background-image: none;
	background-repeat: no-repeat;
	border-color: var(--first_color);
	border-radius: 0;
}
/* cart */
#cart {
	margin-top: 45px;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	#cart {
		margin-top: 15px;
		margin-bottom: 25px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#cart { margin-top: 25px; }
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}
#cart .fa {
	color: var(--first_color);
}
#cart .btn-inverse {
	color: rgba(56,56,56,1);
	text-shadow: none;
	background-color: rgba(251,251,251,1);
	background-image: none;
	background-repeat: no-repeat;
	border-color: rgba(236,236,236,1);
	border-radius: 0;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
	background: #f1f1f1;
	z-index: 1001;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

#cart_mobile_box {
	position: fixed;
	bottom: 18px;
	left: 15px;
	z-index: 200;
	display: none;
}
@media (max-width: 768px) {
	#cart_mobile_box { display: block; }
}
	.cart_mobile_back {
		position: absolute;
		left: 10px;
		z-index: -1;
		height: 100%;
		width: calc(88vw);
		padding-right: 10px;
		padding: 3px 10px 3px 0;
	}
		.cart_mobile_newadd_box {
			height: 100%;
			width: 0%;
		}
			.cart_mobile_newadd {
				height: 100%;
				width: 100%;
				display: flex;
				align-items: center;
				justify-content: flex-end;
				background: var(--third_color);
				padding-right: 10px;
				border-radius: 4px;
				overflow: hidden;
				font-weight: 400;
			}
	#cart_mobile_box .cart_mobile_cont {
		border-radius: 4px;
		background: #fff;
	}
		#cart_mobile {
			padding: 15px 20px;
			background: rgba(var(--first_color_rgb), 0.1);
			border: 2px solid var(--first_color);
			border-radius: 4px;
		}
			#cart_mobile .cart_mobile_title {
				display: flex;
				align-items: center;
			}
				#cart_mobile .logo_cart {}
				#cart_mobile .cart_mobile_value {
					display: inline-block;
					text-align: right;
					margin-left: 5px;
					min-width: 19px;
				}

/* menu */
#menu {
	background-color: rgba(var(--first_color_rgb), 1);
	min-height: 40px;
	border-radius: 0;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 400;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: var(--third_color);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: var(--first_color);
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	display: none!important;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: none;
	border: 0;
	box-shadow: 0;
	/*background-color: var(--first_color);
	background-image: linear-gradient(to bottom, rgba(var(--second_first_rgb),1), rgba(var(--second_first_rgb),1));
	background-repeat: repeat-x;
	border-color: var(--first_color) var(--first_color) #145e7a;*/
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: var(--third_color);
}
.navbar-nav {
	float: none;
	text-align: center;
}
.navbar-nav>li {
	float: none;
	display: inline-block;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.navbar-nav>li {
		display: block;
	}
	.navbar-toggle {
		margin-right: 0;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #f2f2f2;
	color: #313131;
	border-top: 1px solid rgba(var(--second_color_rgb), 0.7);
}
@media (max-width: 767px) {
	footer {
		text-align: center;
	}
	footer .container .list-unstyled {
		padding-bottom: 8px;
	}
}
footer hr {
	border-top: none;
	border-bottom: 1px solid rgba(var(--second_color_rgb), 0.7);
}
@media (max-width: 767px) {
	footer hr {
		margin-top: 10px;
	}
}
footer li {
	margin-bottom: 5px;
	padding: 2px 0;
}
footer a {
	color: rgba(0,0,0,0.7);
	text-transform: uppercase;
	font-size: 12px;
}
footer a:hover {
	color: var(--first_color);
}
footer h5, footer .h5 {
	/*font-family: 'Montserrat',sans-serif;*/
	font-size: 14px;
	font-weight: 400;
	color: var(--second_color_dark);
	text-transform: uppercase;
}
/* alert */
/* v3.1 */
.alert {
	padding: 10px 15px;
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 200;
	background: #fff;
	max-width: 400px;
}
@media (max-width: 767px) {
	.alert {
		margin-top: 20px;
		top: 20px;
		right: 10px;
		margin-left: 10px;
	}
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 0;
	background-color: #f9f9f9;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 10px;
	position: relative;
	/*white-space: nowrap;*/
	padding-right: 20px;
	margin-right: 10px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #cccccc;
	border-radius: 0;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 12px;
	text-transform: uppercase;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	border-color: #dddddd ;
}
.btn-primary {
	color: #ffffff;
	background-color: var(--first_color);
	border-color: var(--first_color);
}
.btn-primary:hover {
	border-color: var(--first_color);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: rgba(var(--first_color_rgb), 0.8);
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	border-color: #f89406;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	border-color: #da4f49;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	border-color: #51a351;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background-color: var(--first_color);
	border-color: var(--first_color);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: rgba(var(--first_color_rgb), 0.8);
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: var(--first_color);
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	border-color: #222222;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
/*.list-group a {
	border: 1px solid rgba(255,255,255,.3);
	background: #383838;
	color: rgba(255,255,255,.8);
	padding: 8px 12px;
	font-size: 12px;
	text-transform: uppercase;
}*/
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
	font-display: swap;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
	font-display: swap;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
	border: 1px solid rgba(236,236,236,1);
	background: rgba(251,251,251,1);
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	padding: 0 15px;
	width: 240px;
	float: left;
}
}
.product-thumb h4, .product-thumb .h4 {
	font-weight: 400;
	text-transform: uppercase;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 160px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 180px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price, .price .h2 {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #737373;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #737373;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid rgba(183,183,183,1);
	background-color: rgba(229,229,229,1);
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: rgba(229,229,229,1);
	color: rgba(56,56,56,1);
	line-height: 38px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid rgba(183,183,183,1);
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: rgba(var(--first_color_rgb), 0.8);
	border-color: var(--first_color);
}
.btn-primary.focus, .btn-primary:focus {
	background-color: var(--first_color);
	border-color: var(--first_color);
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	border-color: var(--first_color);
}

strong {
	font-weight: 400;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #ddd;
}
.thumbnail {
	border-radius: 0;
}
.nav-tabs>li>a {
	border-radius: 0;
	font-weight: 500;
}
.form-control {
	border-radius: 0;
}
#cart .btn-danger .fa {
	color: rgba(255,255,255,1);
}
#cart .btn-lg {
	text-transform: lowercase;
}
@media (min-width: 768px) and (max-width: 991px) {
	#cart .btn-lg {
		padding: 10px 2px;
		font-size: 12px;
	}
}
#compare-total {
	font-size: 12px;
}
/*.panel-default {
	text-transform: uppercase;
}
.panel-default>.panel-heading {
	color: rgba(255,255,255,1);
	background-color: var(--first_color);
	border-color: var(--first_color);
	border-radius: 0;
	font-weight: 500;
}*/
.panel-default>.panel-heading {
	font-weight: 500;
}
.panel {
	border-radius: 0;
}
.btn-group-sm>.btn, .btn-sm {
	border-radius: 0;
}
input[type=checkbox], input[type=radio] {
	margin: 3px 0 0;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	border-radius: 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}
.form-control {
	box-shadow: none;
}
.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.dropdown-menu {
	border-radius: 0;
}
.well {
	border-radius: 0;
	box-shadow: none;
}
.alert {
	border-radius: 0;
}
.navbar-header {
	text-align: center;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-bottom: 20px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	width: 100%;
}
.row-flex {
	display: flex;
}
.row-flex-wrap {
	display: flex;
	flex-wrap: wrap;
}


/* aggiunte */

.alert-info, .alert-success {
	color: rgba(var(--first_color_rgb), 1);
	/* v3.1 */
	/*background-color: rgba(var(--first_color_rgb), 0.04);*/
	border-color: rgba(var(--first_color_rgb), 0.5);
}

.alert-dismissable .close, .alert-dismissible .close {
	right: 0px;
}
	/*contorno del cerca*/
.form-control:focus {
	border-color: rgba(var(--first_color_rgb), 1);
	-webkit-box-shadow: inset 0 1px 1px rgba(var(--first_color_rgb),.075), 0 0 8px rgba(var(--first_color_rgb),.6);
	box-shadow: inset 0 1px 1px rgba(var(--first_color_rgb),.075), 0 0 8px rgba(var(--first_color_rgb),.6);
}

#cart .dropdown-menu .text-right a {
	color: var(--first_color);
}
#cart .dropdown-menu .text-right a:hover {
	color: var(--second_color);
}


/* sub-category listing with images */
.sub-category-group {}

@media (max-width: 767px) {
	.sub-category-group .col-sm-2 {
		display: inline-block;
		vertical-align: top;
	}
}
@media (max-width: 425px) {
	.sub-category-group .col-sm-2 { width: 33.3%; }
}
@media (min-width: 426px) and (max-width: 540px) {
	.sub-category-group .col-sm-2 { width: 25%; }
}
@media (min-width: 541px) and (max-width: 991px) {
	.sub-category-group .col-sm-2 { width: 20%; }
}
@media (min-width: 1200px) {
	.sub-category-group .col-sm-2 { width: 130px; }
}

	.sub-category-group .subcategory-name {
		display: block;
		margin: 5px 0 20px;
	}

@media (min-width: 768px) {
	#content .sub-category-group .col-sm-2:nth-child(6n+1),
	#content .sub-category-group .col-sm-3:nth-child(4n+1),
	#content .sub-category-group .col-sm-4:nth-child(3n+1),
	#content .sub-category-group .col-sm-6:nth-child(2n+1) {
		clear: none;
	}
}


/* footer */

.footer-store-info-title {
	margin: 7px 0 2px;
	font-weight: 400;
	padding: 0;
}
.footer-store-info-text {
	font-size: 13px;
}
.footer-store-info-patner {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 13px;
}
@media (max-width: 767px) {
	.footer-store-info-patner { margin-bottom: 3px; }
}
.footer-store-info-patner-img {
	padding: 0;
	margin: 0;
}
	.footer-store-info-patner-img img {
		max-width: 95%;
		width: 180px;
		cursor: pointer;
		transition: 0.2s;
		
		opacity: 0.8;
		-webkit-filter: grayscale(100%);
		-moz-filter:    grayscale(100%);
		-ms-filter:     grayscale(100%);
		-o-filter:      grayscale(100%);
		filter: gray;
	}
	.footer-store-info-patner-img img:hover {
		filter: none;
		-webkit-filter: grayscale(0%);
		-moz-filter:    grayscale(0%);
		-ms-filter:     grayscale(0%);
		-o-filter:      grayscale(0%);
		opacity: 1;
	}


.footer-parag {
	text-align: center;
	line-height: 24px;
	margin-bottom: 20px;
	display: flex;
}
@media (max-width: 767px) {
	.footer-parag {
		display: block;
	}
}
	.footer-parag-colone {
		flex: auto;
	}
		.footer-parag-title, .footer-parag-elem {
			display: inline-block;
		}
		@media (max-width: 767px) {
			.footer-parag-title {
				display: block;
			}
		}
		img.footer-parag-payments {
			height: 35px;
		}
	
	.footer-parag-coltwo {
		flex: auto;
		padding-top: 4px;
	}



/* Moduli homepage aggiunti */

/* Banner top */
#banner_top_custom {
}
.banner_top {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 250px;
}
#banner_top_left {
	background: url(https://shop.oltrepoadvisor.it/image/catalog/banner_top_left_bg.jpg) top left no-repeat;
	background-size: 812px 250px;
	width: 812px;
	padding-left: 298px;
	margin-right: 24px;
}
#banner_top_left .banner_top_sfuma {
	position: absolute;
	right: 10px;
	top: 10px;
	background: rgba(0,0,0,.7);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
	width: 97.5%;
	height: 230px;
}
#banner_top_left .banner_top_content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#banner_top_left .banner_top_title, #banner_top_left .banner_top_text, #banner_top_left .btt_more {
	position: relative;
	width: 94%;
	text-align: right;
	color: rgba(255,255,255,1);
}
#banner_top_left .banner_top_title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 27px;
	margin-bottom: 14px;
}
#banner_top_left .banner_top_text {
	margin-bottom: 14px;
}
#banner_top_left .btt_more {
	text-transform: uppercase;
	font-size: 12px;
}
#banner_top_right {
	width: 300px;
	background: rgba(56,56,56,1);
	box-sizing: border-box;
	padding: 20px;
}
#banner_top_right .banner_top_sfuma {
	position: absolute;
	left: 10px;
	top: 10px;
	background: rgba(0,0,0,.7);
	background: linear-gradient(90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	width: 93%;
	height: 230px;
}
#banner_top_right .banner_top_content {
  	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#banner_top_right .banner_top_title, #banner_top_right .banner_top_slogan, #banner_top_right .banner_top_text {
	position: relative;
	width: 100%;
	text-align: center;
	color: rgba(255,255,255,1);
}
#banner_top_right .banner_top_title, #banner_top_right .banner_top_slogan {
	text-transform: uppercase;
}
#banner_top_right .banner_top_title {
	line-height: 26px;
}
#banner_top_right .banner_top_title:after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	margin-top: 10px;
	transform: translateX(-50%);
}
#banner_top_right .banner_top_slogan {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 30px;
}
.font-lg {
	font-size: 30px;
	font-weight: 400;
}
.font-xl {
	font-size: 37px;
	font-weight: 800;
}
@media (max-width: 479px) {
	#banner_top_left  .banner_top_title {
		font-size: 21px;
		line-height: 21px;
	}
}
@media (max-width: 991px) {
	.banner_top {
		display: block;
	}
	#banner_top_left {
		width: 100%;
		padding: 20px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#banner_top_right {
		width: 100%;
	}
}
@media screen and (min-width : 992px) and (max-width : 1199px) {
	#banner_top_left {
		width: 65%;
		margin-right: 25px;
		padding: 20px;
	}
	#banner_top_left .banner_top_title, #banner_top_left .banner_top_text, #banner_top_left .btt_more {
		width: 100%;
	}
}
/* Perché scegliere noi */
#why_us {
	margin-top: 30px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.why_us_title {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
}
.why_us_row {
	margin-top: 52px;
}
.why_us_item {
	display: inline-block;
	width: 23.5%;
	height: 107px;
	vertical-align: top;
	box-sizing: border-box;
	background: rgba(239,246,233,1);
	border: 1px solid rgba(196,223,176,1);
	padding: 20px;
	margin-right: 2%;
}
.why_us_item:last-child {
	margin-right: 0;
}
.why_us_item_icon {
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	background: rgba(196,223,176,1);
	color: var(--first_color);
	margin: 0 auto;
	margin-top: -43px;
}
.why_us_item_title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	margin-top: 8px;
}
@media (max-width: 767px) {
	.why_us_item {
		display: block;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.why_us_item:last-child {
		margin-bottom: 0;
	}
}
@media screen and (min-width : 768px) and (max-width : 991px) {
	.why_us_item {
		height: 170px;
	}
}
@media screen and (min-width : 992px) and (max-width : 1199px) {
	.why_us_item {
		height: 150px;
	}
}

/* Come funziona */
.c1 {
	color: var(--first_color);
}
#how_to {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.how_to_title {
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
}
.how_to_row {
	margin-top: 30px;
}
.how_to_item {
	position: relative;
	display: inline-block;
	width: 33.33333%;
	height: 114px;
	padding: 30px 20px;
	vertical-align: top;
	box-sizing: border-box;
}
.how_to_item::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border-width: 15px;
	border-style: solid;
}
#how_to_item1 {
	background: rgba(204,204,204,1);
	z-index: 100;
}
#how_to_item1::after {
	border-color: transparent transparent transparent rgba(204,204,204,1);
}
#how_to_item2 {
	background: rgba(229,229,229,1);
	z-index: 50;
}
#how_to_item2::after {
	border-color: transparent transparent transparent rgba(229,229,229,1);
}
#how_to_item3 {
	background: rgba(242,242,242,1);
}
#how_to_item3::after {
	border-width: 0;
}
.how_to_item_number, .how_to_item_data {
	display: inline-block;
	vertical-align: middle;
}
.how_to_item_number {
	font-size: 36px;
	font-weight: 800;
	color: rgba(255,255,255,1);
	margin-right: 2%;
	text-shadow: 0px 0px 2px rgba(0,0,0,.2);
	width: 10%;
	text-align: center;
}
.how_to_item_data {
	width: 80%;
}
.how_to_item_title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
}
@media (max-width: 767px) {
	.how_to_item {
		display: block;
		width: 100%;
	}
	.how_to_item::after {
		top: 129px;
		left: 50%;
		margin-left: -15px;
	}
	#how_to_item1::after {
		border-color: rgba(204,204,204,1) transparent transparent transparent ;
	}
	#how_to_item2::after {
		border-color: rgba(229,229,229,1) transparent transparent transparent;
	}
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.how_to_item {
		padding: 10px 20px;
	}
}




/* #no-more-tables responsive tables styler: checkout & cart mobile view */

/*
	links: http://jsfiddle.net/9k6xL0dt/
	https://elvery.net/demo/responsive-tables/#no-more-tables
*/

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables tbody th, 
	#no-more-tables tbody td, 
	#no-more-tables tbody tr { 
		display: block; 
	}
	#no-more-tables tfoot {
		display: table;
		width: inherit;
		margin-top: 22px;
	}
	#no-more-tables table {
		border: 0px;
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tbody tr {
		border: 1px solid #ccc;
		margin-bottom: 8px;
	}
	#no-more-tables tbody tr:last-of-type {
		margin-bottom: 0px;
	}
 
	#no-more-tables tbody td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align: left;
	}
 
	#no-more-tables tbody td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
		font-weight: 500;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
