/* override stili bootstrap */
.container-fluid {
	max-width: 1650px;
}
@media only screen and (min-width:480px) and (max-width:1680px) {
	.container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.form-check-inline {
	vertical-align: bottom;
}

/* aggiunte */
pre {
	font-size: 10px;
	line-height: 11px;
	text-align: left;
}

.app-text-primary {
	color: #65bf5d !important;
}

label.error {
	color: #dd0000;
	display: block;
	margin-bottom: 0;
	margin-top: 3px;
	text-align: right;
}

.app-btn, button.app-btn {
	display: inline-block;
	/*background-color: #65bf5d;
	border: none;*/
	background-color: #98d493;
	/*background-color: #81e679;*/
	border: 1px solid #46ac3e;
	border-radius: 4px;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	/*font-weight: 600;*/
	font-weight: 500;
	line-height: 20px;
	outline: none;
	padding: 15px 45px;
	text-align: center;
}

.app-btn.app-btn-sm {
	font-size: 14px;
	padding: 5px 10px;
}

.app-btn-primary {
	font-size: 18px;
}

.app-btn-primary:hover {
	/*background-color: #000000;
	color: #ffffff;*/
	background-color: #98d493;
	border: 1px solid #46ac3e;
	color: #000;
}

.app-btn-secondary {
	/*background-color: #000000 !important;
	color: #ffffff !important;
	font-size: 18px;*/
    background-color: #f2f2f2 !important;
    border: 1px solid #cfcfcf !important;
    color: #000 !important;
    font-size: 18px;
}

.app-btn-secondary:hover {
	background-color: #65bf5d;
}

.app-box {
	display: block;
	margin-bottom: 30px;
	position: relative;
}

	.app-box .app-box-caption {
		/*background: #ffffffdd;*/
		background: #b7e1b3;
		color : #000;
		display: block;
		font-size: 15px;
		font-weight: 500;
		line-height: 1.2;
		padding: 8px 15px;
		/*position: absolute; bottom: 0; left: 0; width:100%;*/
		position: absolute; bottom: -30px; left: 0; width:100%;
	}

	@media only screen and (min-width:992px) {
		.app-box {
			margin-bottom: 0;
		}
		.app-box .app-box-caption {
			bottom: 0;
		}
	}

	.app-box .app-box-caption:hover {
		color : #000;
	}

	@media only screen and (min-width:576px) {
		.app-box .app-box-caption {
			font-size: 17px;
		}
	}

	@media only screen and (min-width:1200px) {
		.app-box .app-box-caption {
			font-size: 20px;
		}
	}

/* header e footer */
footer {
	font-size: 14px;
}

footer .app-payment-method {
	height: 27px;
}

footer .app-footer-links {
	/* */
}

footer .app-footer-links ul {
	list-style: none;
	padding: 0;
}

footer .app-footer-links li {
	margin-bottom: 8px;
}

footer .app-footer-links li ul {
	display: inline-block;
	margin-left: 3px;
}

footer .app-footer-links li ul li {
	display: inline-block;
}

footer .app-footer-links li ul li::after {
	content: "|";
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

footer .app-footer-links li ul li:last-child::after {
	content: "";
	margin: 0;
}

/* homepage */
.app-page-site-main {
	/* */
}

	.app-page-site-main .app-area-top {
		margin-bottom: 30px;
		margin-top: 15px;
	}

	@media only screen and (min-width:480px) {
		.app-page-site-main .app-area-top {
			margin-top: 30px;
		}
	}

	.app-page-site-main .app-slider,
	.app-page-site-main .app-image {
		margin-bottom: 10px;
	}

	.app-page-site-main .app-slide {
		position: relative;
	}

		.app-page-site-main .app-slide .app-title {
			background: #b7e1b3;
			border-radius: 0;
			display: block;
			font-size: 18px;
			margin-bottom: 0;
			padding: 8px 15px 2px 15px;
			/*position: absolute; top: 10%; left: 10%;*/
			white-space: nowrap;
		}

		.app-page-site-main .app-slide .app-subtitle {
			background: #b7e1b3;
			border-radius: 0;
			display: block;
			font-size: 16px;
			font-weight: 400;
			margin-bottom: 0;
			padding: 0px 15px 8px 15px;
			/*position: absolute; top: calc(10% + 56px); left: 10%;*/
			white-space: nowrap;
		}

		.app-page-site-main .app-slide .app-btn {
			display: block;
			height: 100%;
			opacity: 0;
			position: absolute; bottom: 0; right: 0;
			width: 100%;
		}

	.app-page-site-main .app-slider {
		overflow: hidden;
	}

		.app-page-site-main .app-slider .owl-nav {
			/* */
		}

			.app-page-site-main .app-slider .owl-nav .owl-prev,
			.app-page-site-main .app-slider .owl-nav .owl-next {
				background: #ffffffdd;
				border-radius: 15px;
				display: block;
				font-size: 16px;
				height: 30px;
				line-height: 30px;
				position: absolute; bottom: calc(50% - 15px);
				text-align: center;
				width: 30px;
			}

			.app-page-site-main .app-slider .owl-nav .owl-prev {
				left: 12px;
			}

			.app-page-site-main .app-slider .owl-nav .owl-next {
				right: 12px;
			}

		.app-page-site-main .app-slider .owl-dots {
			display: none;
		}

	@media only screen and (min-width:768px) {	/* md */
		.app-page-site-main .app-slide .app-title {
			background: #fff;
			display: block;
			font-size: 32px;
			margin-bottom: 10px;
			padding: 5px 20px;
			position: absolute; top: 10%; left: 10%;
		}

		.app-page-site-main .app-slide .app-subtitle {
			background: #fff;
			display: block;
			font-size: 20px;
			padding: 5px 20px;
			position: absolute; top: calc(10% + 56px); left: 10%;
		}

		.app-page-site-main .app-slide .app-btn {
			background: #222;
			border: 2px solid #eee;
			border-radius: 8px;
			color: #eee;
			display: inline-block;
			font-size: 18px;
			height: auto;
			opacity: 1;
			position: absolute; bottom: 13%; right: 10%;
			padding: 12px 36px;
			width: auto;
		}

		/*.app-page-site-main .app-slide .app-btn:hover {
			color: #eee;
		}*/

		.app-page-site-main .app-slider .owl-nav .owl-prev {
			left: 24px;
		}

		.app-page-site-main .app-slider .owl-nav .owl-next {
			right: 24px;
		}

		.app-page-site-main .app-slider .owl-dots {
			display: block;
			position: absolute; left: 0; right: 0; bottom: 8px;
			text-align: center;
		}

		.app-page-site-main .app-slider .owl-dot {
			background: #fff;
			border-radius: 8px;
			box-shadow: #000 0 0 4px;
			display: inline-block;
			height: 16px;
			margin: 0px 5px;
			width: 16px;
		}

		.app-page-site-main .app-slider .owl-dot.active {
			background: #65bf5d;
		}
	}

	@media only screen and (min-width:992px) {	/* lg */
		.app-page-site-main .app-slider,
		.app-page-site-main .app-image {
			margin-bottom: 0;
		}

		.app-page-site-main .app-slider .owl-nav .owl-prev,
		.app-page-site-main .app-slider .owl-nav .owl-next {
			border-radius: 20px;
			font-size: 20px;
			height: 40px;
			line-height: 40px;
			position: absolute; bottom: calc(50% - 20px);
			width: 40px;
		}

		.app-page-site-main .app-area-top-box {
			height: calc(50% - 5px;)
		}

		.app-page-site-main .app-area-top-box .app-box {
			height: 100%;
		}

		.app-page-site-main .app-area-top-box img {
			height: 100%;
			width: 100%;
		}

		.app-page-site-main .app-area-top-box:first-child {
			margin-bottom: 10px;
		}
	}

/* form utente: login, recupero password */
.ps-form--account .ps-form__content {
	padding-bottom: 1px;
}

.app-form-user-large {
	max-width: 490px;
}

.app-form-title {
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
}

/* pagina messaggio */
.app-message {
	font-size: 18px;
	padding-bottom: 50px;
	padding-top: 50px;
}

.app-message-buttons {
	margin-top: 30px;
}

.app-message .ps-btn {
	font-size: 16px;
}

/* pagine standard */
.app-section {
	padding: 30px 0;
}

	.app-section .app-section-header {
		padding-bottom: 30px;
		text-align: center;
	}

	.app-section .app-section-header h1 {
		font-weight: 600;
		margin-bottom: 0;
	}

/* elenco prodotti: fisso e carousel */
.ps-product {
	/* */
}

	.ps-product .ps-btn,
	.ps-product .app-btn {
		display: block;
		/*font-size: 14px;*/
		font-size: 15px;
		padding: 5px 10px;
		text-align: center;
	}

.ps-product__rating {
	display: block;
	height: 28px;
	overflow: hidden;
}

/* carousel elenco prodotti */
.app-product-carousel {
	/* */
}

	.app-product-carousel .owl-nav button.owl-prev {
		font-size: 20px;
		outline: none;
		position: absolute;
		top: 160px;
		/*left: -40px;*/
		left: -30px;
	}

	.app-product-carousel .owl-nav button.owl-next {
		font-size: 20px;
		outline: none;
		position: absolute;
		top: 160px;
		/*right: -40px;*/
		right: -30px;
	}

/* elenco prodotti: filtri */
.app-list-filters .form-control {
	height: 38px;
}

.app-list-filters input[type=number] {
	-moz-appearance: textfield;
}

.app-list-filters input[type=number]::-webkit-outer-spin-button,
.app-list-filters input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.app-list-filters .ps-custom-scrollbar {
	border-bottom: none;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

	.app-list-filters .ps-btn {
		display: block;
		font-size: 14px;
		padding: 5px 10px;
		text-align: center;
		width: 100%;
	}

/* elenco prodotti standard e lista dei desideri */
.app-box-product {
	margin-bottom: 60px;
}

/* carrello */
.app-cart-payment-methods {
	/**/
}

	/*.app-cart-payment-methods .form-check {
		padding-left: 2rem;
	}

	.app-cart-payment-methods .form-check-input {
		margin-left: -2rem;
	}*/

	.app-cart-payment-methods .app-payment-option {
		background-color: #f1f1f1;
		border: 1px solid #bfbfbf;
		border-radius: 4px;
		cursor: pointer;
		display: block;
		margin-bottom: 10px;
		padding: 6px 15px;
	}

	.app-cart-payment-methods .app-payment-option:last-child {
		margin-bottom: 0;
	}

	.app-cart-payment-methods .app-payment-option:hover,
	.app-cart-payment-methods .app-payment-option.selected {
		background-color: #b7e1b3;
	}

/* area riservata */
.app-reserved-container {
	padding-bottom: 30px;
	padding-top: 30px;
}

.app-dashboard-item {
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	display: block;
	padding: 1rem;
	text-align: center;
}

.app-dashboard-item:hover {
	background: #f5f5f5;
	color: inherit;
}

.app-dashboard-icon {
	font-size: 3rem;
}

.app-reserved-container .app-reserved-column-left {
	margin-bottom: 15px;
}

.app-reserved-container .app-reserved-column-main {
	/* */
}

.app-reserved-navbar {
	align-items: initial;
	background-color: #f5f5f5;
}

@media only screen and (min-width: 768px) {
	.app-reserved-container::after {
		display: block;
		content: "";
		clear: both;
	}
	.app-reserved-container .app-reserved-column-left {
		float: left;
		width: 240px;
		margin-right: 30px;
	}
	.app-reserved-container .app-reserved-column-main {
		float: right;
		width: calc(100% - 270px);
	}
	.app-reserved-navbar {
		padding: 20px;
	}
	.app-reserved-navbar .navbar-brand {
		margin-bottom: 25px;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 400;
		color: #000;
	}
}

/* form-contatti */
.app-form-contact-container {
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	/*border-radius: 4px;*/
	padding: 20px;
}

/* marchi */
.app-brand-item {
	border: 1px solid #dee2e6;
	display: block;
	margin-bottom: 30px;
	padding: 15px;
}

/* stripe */
.app-stripe {
	background: #f1f1f1;
	border: 1px solid #ccc;
	padding: 15px;
}

	.app-stripe .app-stripe-card {
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 4px;
		margin-bottom: 15px;
		padding: 4px 15px;
	}

	.app-stripe .app-stripe-label {
		font-weight: 500;
	}

	.app-stripe .app-stripe-buttons {
		margin-bottom: 15px;
	}

	.app-stripe .app-stripe-errors {
		color: #e5424d;
	}

/* satispay */
.app-satispay {
	text-align: center;
}

	.app-satispay .app-satispay-btn {
		cursor: pointer;
		height: 70px;
	}