@charset "UTF-8";
/* CSS Document */

/* PALETTE

orange #da9833
orange hover #f1980f
text #515057

grey 1 #f1f0ef
grey 2 #8b8d8e
grey 3 #606161
grey 4 #323434

*/

/** BASIC **/
@font-face {
	font-family: "SourceSans";
	src: url('../fonts/sourcesans-regular-webfont.woff') format('woff'), url("../fonts/sourcesans-regular.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "SourceSans";
	src: url('../fonts/sourcesans-italic-webfont.woff') format('woff'), url("../fonts/sourcesans-italic.ttf") format("truetype");
	font-weight: 300;
	font-style:italic;
}

@font-face {
	font-family: "SourceSans";
	src: url('../fonts/sourcesans-bold-webfont.woff') format('woff'), url("../fonts/sourcesans-bold.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "SourceSans";
	src: url('../fonts/sourcesans-bolditalic-webfont.woff') format('woff'), url("../fonts/sourcesans-bolditalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
}

::selection {
  background: #da9833;
  color: #fff;
}

::-moz-selection  {
  background: #da9833;
  color: #fff;
}

.cookielawdiv {
	padding-top:5px; padding-bottom:5px; width:100%; background-color:#606161; color:#aaa; text-align: center;
}

.cookielawdiv button {
	border:none;
	background-color: #aaa;
	color: #606161;
	margin:0px 10px;
}
.cookielawdiv a {
	 color:#aaa;
}

body {
	color:#515057;
	font-family: "SourceSans";
	font-weight: 300;
	font-size: 100%;
}

a {
	color:#515057;
	text-decoration: none;
}

a:hover, a:active {
	color: #da9833;
	text-decoration: underline;
	transition: 500ms;
}

h1, h2, h3, h4 {

	font-weight: 300;
	color: #515057;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
}

.btn-primary {
	border-color: #da9833;
	background-color: #da9833;
	color: #fff;
}

.form-control {
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

.btn {
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

.btn-primary:focus, .btn-primary:hover {
	border-color: #f1980f;
	background-color: #f1980f;
	color: #fff;
}


/** NAVIGATION **/

.topbar {
	height: 44px;
	padding:7px 0;
	background-color: #f1f0ef;
	border-bottom: solid 1px #8b8d8e;
	font-size: 1em;
}

.topbar .fa {
	font-size: 1.2em;
}

.topbar .topmenu {
	text-align: right;
}

.topbar a {
	display: inline-block;
	padding:0 .5em;
}


.identity {
	text-align: center;
	padding:30px 0px 0px 0px;
}

.identity img {
	height: 100px;
}

.navbar {
	padding: 30px 0px;
	font-size: 1.1em;
	text-transform: uppercase;
}

.navbar li {
	padding:0px 10px;
}

.navbar-light {
	background-color: #fff;
	border: none;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.searchbar {
	background-color: #f1f0ef;
	padding:30px 0;
}

.alertmessage {
    background-color: #da9833;
    padding: 30px 0;
	min-height: 90px;
}

.searchbar input {
	width:100%;
}

/** HOME **/

.carousel-inner img {
	width: 100%;
}

.carousel-caption h1 {
	color:#fff;
	margin-bottom: 20%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.carousel-item a {
	overflow: hidden;
	display: block;
}

.carousel-item a:hover, .carousel-item a:active {
	color:#fff;
}

.minibanner-section {
	padding:60px 0px 10px 0px;
	text-align: center;
	background-color: #f1f0ef;
}

.minibanner a {
	width: 100%;
	height:350px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 120px;
	color: #fff;
	margin-bottom: 50px;

}

.minibanner a:hover, .minibanner a:active {
	color:#fff;
}

.minibanner3 a, .minibanner4 a {
	padding-top: 20px;
	height:150px;
}

.minibanner h1, .minibanner h2, .minibanner h3, .minibanner h4 {
	color: #fff;
	margin-top: 0px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.minibanner h2 {
	font-size:2em;
}

/**CONTENT **/

.form-control:focus {
	border-color: #da9833;
}

.btn-outline-secondary:hover, .btn-outline-secondary:active {
	background-color:#da9833;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus  {
    color:#da9833;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
    color:#da9833;
}

.breadcrumbs_prod_page {
	background-color: #fff;
	padding:15px 0px;
}

.breadcrumbs {
	background-color: #f1f0ef;
	padding:15px 0px;
}



.breadcrumb {
	margin:0px;
	padding: 0px;
	background: none;
}



.title-band {
	padding:60px 0px;
	text-align: center;
}

.label-alert {
	padding: 9px;
	margin-top: 5px;
	vertical-align: middle;
}

.alert-info {
	background-color: #f1f0ef;
	border-color: #fff;
	color: #000;
}

/* NEWSLETTER */

.newsletter-subscription {
	padding:90px 0;
	background-image: url('../images/lavender.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color:#fff;
}

.newsletter-subscription h2, .newsletter-subscription h3 {
	color:#fff;
}

.newsletter-subscription a {
	color: #fff;
}


/* PRODUCT */

.products p {
	font-size:1.1em;
	line-height: 1.6em;
	border-bottom: solid 1px #515057;
	margin-bottom: 60px;
	display: inline-block;
	height:60px;
	overflow: hidden;
	width: 100%;
}

.products a {
	display: inline-block;
	overflow: hidden;
}

.products h4 {
	height: 60px;
}

.product-cover {
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin-bottom: 45px;
	border:solid 1px #eee;
	background-color: #000;
}

.products div div:hover > .products-cover img {
	transform: scale(1.2,1.2);
	opacity:1.0;
}

.products div div:hover > h5 a {
	color: #da9833;
	text-decoration: none;
	transition: 500ms;
}

.products div div > h5 a {
	transition: 500ms;
}

.product-cover img {
	width: 100%;
	/*opacity:0.8;*/
	transition:500ms;
}

.product-cover img:hover {
	transform: scale(1.2,1.2);
	opacity:1.0;
}

/* PRODUCT PAGE */

.product-page {
	margin-top: 30px;
}

.product-page .product-cover {
	height: auto;
}

.product-page p {
	font-size: 1.2em;
	line-height: 1.4em;
}

.fa-star, .fa-star-o, .fa-star-half-o {
	color:#da9833;
}

.product-details {
	margin:15px 0;
}

.product-page hr {
	margin:30px 0;
}

.price-list {
	font-size: 2em;
	font-weight: 500;
}

.full-price-list {
	font-size: 2em;
	font-weight: 500;
	text-decoration: line-through;
}

.product-review {
	margin:30px 0;
}

.review-item {
	margin-top:60px;
}

.cover-thumbs {
	margin-bottom: 30px;
}

.reviewStar {
	cursor: pointer;
}

/* RESERVED AREA */

.product-review-article-title {
	font-style: italic;
	font-size: 2em;
	font-variant: small-caps;
}

.product-review-reserved {
	margin: 20px 0;
}

.product-review-content-reserved {
	background-color:#f1f0ef;
	padding:15px;
	border: solid 1px #666;
}

.product-review-content-reserved p {
	margin:0px;
	padding:0px;
}

.product-review-rating-reserved {
	color:#ffd200;
	text-align:right;
}

.product-review-rating-reserved .approval{
	color:#000;
	font-size:13px;
	text-align:right;
}

/* PAGES */

.page {
	padding: 60px 0px;
}

.order-summary {
	padding-top: 60px;
	padding-bottom: 60px;
}

.carrello {
	padding: 60px 15px;
}

.cart-row-right {
	text-align: right;
}

/* ARTICLES */

.page-articles {
	padding: 60px 0px;
}

.page-articles hr {
	margin-top:30px;
	margin-bottom:60px;
}

.page-articles h3 {
	margin-top:30px;
	font-size:1.4em;
}

.page-articles p {
	font-size:1.2em;
}

.articles {
	text-align: center;
}

.articles a {
	display: inline-block;
	width: 100%;
	height:inherit;
}

.article p {
	font-size:1.1em;
	line-height: 1.6em;
	padding-bottom: 5px;
	border-bottom: solid 1px #515057;
	margin-bottom: 60px;
}

.article-cover {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 45px;
	border:solid 1px #eee;
	background-color: #000;
}

.articles div div:hover > .article-cover img {
	transform: scale(1.2,1.2);
	opacity:1.0;
}

.page-article .cover {
	margin-top:60px;
	margin-bottom:60px;
}

.page-article p {
	font-size:1.2em;
}

.page-article .related-products {
	margin-bottom:60px;
	font-size:0.8em;
}

.page-article .related-products img {
	margin-bottom:30px;
}

.page-article .related-products hr {
	margin:30px 0;
}

.page-article .related-products h4.title-section {
	margin-bottom:30px;
}

.articles div div:hover > h5 a {
	color: #da9833;
	text-decoration: none;
	transition: 500ms;
}

.article .btn {
	margin: 0 auto;
}

.articles div div > h5 a {
	transition: 500ms;
}

.article-cover img {
	height: 120%;
	/*opacity:0.8;*/
	transition:500ms;
}

.article-cover img:hover {
	transform: scale(1.2,1.2);
	opacity:1.0;
}

.article {
	margin-bottom: 60px;
}

.correlati_header {
	padding-top:60px;
}

.correlati_content {
	margin-bottom:60px;
}

.correlati_content img{
	margin:30px 0;
}

.article-categories ol {
	list-style-type: none;
    padding: 0;
}

.article-categories li::before {
	content:"> ";
}

.article-categories h4 {
	margin-top:0px;
	margin-bottom:30px;
}

.article-categories hr {
	margin:30px 0;
}

/* BENEFITS */

.benefits {
	background-color: #8b8d8e;
	text-align: center;
	padding: 60px 0;
}

.benefits img {
	margin: 30px 0;
}

.benefits h2, .benefits h3, .benefits h4 {
	color: #fff;
}

.benefits a {
	color: #fff;
}

/* SEARCH PAGE */

.hide-chevron {
	display: none;
}

.sorting select {
	width: auto;
	display: inline-block;
	height:24px;
}

.filter {
	margin-bottom: 60px;
}

.filter h3 {
	margin-top: 30px;
}

.filter ul {
	margin: 0;
	padding: 0;
}

.filter li {
	list-style-type: none;
	padding: 5px 0;
}

.filter hr {
	margin: 5px 0;
}

.filter a {
	text-decoration: none;
}

.product-search .product-item p {
	margin-top:30px;
	font-size: 1.2em;
}

.product-search .product-item {
	margin-top:45px;
}

.product-search .product-item .price-list {
	font-size: 1.2em;
}

.search-pagination, .page-articles .pagination {
	text-align: center;
	margin-bottom:60px;
	margin-top:60px;
	width:100%;
}

.category p {
	font-size: 1.2em;
}

.category img {
	margin: 30px 0;
}

.search-pagination .current-page, .page-articles .current-page {
	background-color: #da9833;
	color:#fff;
	border-radius: 15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}


/* FOOTER */

.footer {
	background-color: #606161;
	color:#fff;
	padding: 60px 0;
	text-align: center;
}

.footer img {
	max-height: 60px;
}

.footer a {
	color:#fff;
}

.footer p {

	font-weight: 300;
	padding:10px 0;
	font-size: 1.1em;
}

.footer .fa {
	padding:0 10px;
}

.credits {
	background-color: #323434;
	color: #606161;
	padding:10px 0;
	text-align: center;
}

.credits a {
	color:#999;
}

.credits, .credits .social {
	font-size: 1em;
}

.credits a, .credits .social a {
	margin:0px;
	padding:0px 5px;
}


/* MEDIA QUERY */



@media screen and (max-width: 1200px) {
	.product-cover {
		height: 210px;
	}
}

@media screen and (max-width: 992px) {

	.navbar-toggler {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#navbarResponsive {
		margin-top: 60px;
	}

	.navbar {
		margin: 0px;
		padding: 0px;
	}

	.carousel-caption h1 {
		color:#fff;
		margin-bottom: 20%;
		font-size: 1.8em;
	}

	.minibanner1 a, .minibanner2 a, .minibanner3 a, .minibanner4 a {
		height: 200px;
		padding-top: 50px;
	}
}

@media screen and (min-width:993px) {
	#navbarResponsive {
		-moz-box-pack: center !important;
		justify-content: center !important;
		display: flex !important;
	}
}


@media screen and (max-width: 768px) {
	.footer, .footer .social, .credits, .credits .social {
		text-align: center;
	}

	.product-cover {
		height: auto;
	}



	.identity img {
		height: 64px;
	}

	.topbar .topmenu {
		text-align: center;
	}

	.footer img {
		max-width:80%;
	}

	.carousel-caption h1 {
		color:#fff;
		margin-bottom: 50%;
		font-size: 2.4em;
	}

	.cart-row-right {
		text-align: right;
	}
}

@media screen and (max-width: 575px) {
	.carousel-caption h1 {
		color:#fff;
		margin-bottom: 50%;
		font-size: 1.8em;
	}

	.minibanner1 a, .minibanner2 a, .minibanner3 a, .minibanner4 a {
		height: 150px;
		padding-top: 30px;
	}

	.cart-row-right {
		text-align: left;
	}
}

@media screen and (max-width: 420px) {

	.topbar .topmenu {
		text-align: center;
	}



}