@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: #4A4A4A;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-feature-settings: "kern" 1;
	-moz-font-feature-settings: "kern" 1;
	background: #fcfbfc;
	overflow-y: none;
}

.whitebody {background:#FFF;}

.mark, mark {
    background-color: transparent;
    color:#4a4a4a;
}

a {
	color: #47592a;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:focus {
	outline: none;
}
.btn {
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0,0,0,0.05);
}
.btn:focus {
	outline: none;
}
.btn.btn-outline {
	    color: #495057;
	border-color:rgba(0,0,0,0.1);
}
.btn.btn-link {
	box-shadow: none;
}
.btn-lg {
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.btn-success {
	background-color: #00b760;
	border-color: #00b760;
}
.btn-link {
	color: #333;
}
.btn-link:hover, .btn-link:focus {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 15px;
	font-family: inherit;
	font-weight: 700;
	line-height: 1.2;
	color: inherit;
}
h1, .h1 {
	font-size: 72px;
	line-height: 82px;
}
h1.xl, .h1.xl {
	font-size: 72px;
	font-weight: bold;
	line-height: 82px;
}
h2, .h2 {
	font-size: 60px;
	line-height: 72px;
	font-style: italic;
	
}
h3, .h3 {
	font-size: 30px;
	line-height: 38px;

}
h4, .h4 {
	font-size: 24px;
	line-height: 33px;
	font-weight: 600;
}
h5, .h5 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	font-style: italic;
}
h6, .h6 {
	font-size: 14px;
}
.text-muted {
	color: #aaa !important;
}
.table thead th {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	color: #000;
}
.absolute-top {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
}
@media (min-width: 1200px) {
.container-1000 {
	max-width: 1000px;
}
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* Menu */

.navbar-icons button {padding-top:8px;}
.navbar-search-button i {font-size: 30px;}
.navbar-icon i {font-size: 20px;}
.navsrc i {font-size: 16px;}

#menu {z-index: 1009;}

.lead {font-style: italic;}

#menu.is-absolute {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#menu.is-stuck, #menu.navbar-light {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
}
#menu.absolute-top {
	box-shadow: none;
}
#navbar-primary {
	padding-top: 0;
	padding-bottom: 0;
	z-index: 3;
}
#navbar-links {
	padding-top: 0;
	padding-bottom: 0;
	z-index: 2;
}
@media (max-width: 1199px) {
    .navbar-dark .navbar-expand-xl {
        background-color:rgba(0,0,0,0.75);
    }
    .navbar-light .navbar-expand-xl {
        background-color:rgba(255,255,255,0.75);
}
}
@media (max-width: 991px) {
    .navbar-dark .navbar-expand-lg {

        background-color:#fcfbfc;
    }
    .navbar-light .navbar-expand-lg {
        /*background-color:rgba(255,255,255,0.75);*/
    }
}
@media (max-width: 767px) {
    .navbar-dark .navbar-expand-md {
        background-color:rgba(0,0,0,0.75);
    }
    .navbar-light .navbar-expand-md {
        background-color:rgba(255,255,255,0.75);
    }
}
@media (max-width: 565px) {
    .navbar-dark .navbar-expand-sm {
        background-color:rgba(0,0,0,0.75);
    }
    .navbar-light .navbar-expand-sm {
        background-color:rgba(255,255,255,0.75);
    }
}
#menu .nav-link, .navbar-brand {
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	line-height: 20px;
	font-size:15px;
	font-weight:300;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#menu.is-stuck .nav-link, .navbar-brand {
	/*padding-top: 0.5rem;
	padding-bottom: 0.5rem;*/
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
@media (max-width: 991px) {
#navbar-primary .nav-link {
	padding-top: 10px;
	padding-bottom: 10px;
}
#navbar-primary .navbar-icon {
	font-size: 18px;
	padding: 0.25em 0.5em;
}
}
#navbar-secondary {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	z-index: 4;
}
#navbar-secondary .nav-link {
	font-size: 12px;
	line-height: 1;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
#navbar-links .nav-link {
	line-height: 30px;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.navbar-icon {
	font-size: 18px;
	background-color: transparent;
	background-position: center;
	transition: background 0.8s;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	padding: 0.25em 0.5em;
	position: relative;
}
@media (max-width: 575px) {
.brand-lg {
	display: none;
}
}
@media (min-width: 576px) {
.brand-sm {
	display: none;
}
}


.navbar-dark .navbar-nav .active>.nav-link {color:#4A4A4A; text-decoration: underline;}

.navbar-dark .navbar-icon {
	color: rgba(255,255,255,0.95);
}
.navbar-light .navbar-icon {
	color: #47592a;
}
.navbar-icon:active {
	border-left: 1px solid rgba(255,255,255,0) !important;
	background-color: rgba(255,255,255,0.25);
	background-size: 100%;
	transition: background 0s;
}
.navbar-icon:focus {
	outline: none;
}
.navbar-search-input, .navbar-search-button {
	height: 40px;
	display: inline-block;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.navbar-dark .navbar-search-input, .navbar-dark .navbar-search-button {
	background-color:rgba(255,255,255,0.1);
	color:rgba(255,255,255,0.5);
}
.dropdown-menu {
	margin-top: 0;
	font-size: 14px;
	border: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.17);
}
.dropdown-toggle {
	position: relative;
}

.dropdown-toggle::after {
	vertical-align:inherit;
    content: "\e92e";
    border: none;
    font-family: 'feather-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: auto;
    width: auto;
}


.dropdown.show .dropdown-toggle::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.25em;
	width: 0;
	height: 0;
	content: "";
	border-bottom: .5em solid;
	border-right: .5em solid transparent;
	border-top: 0;
	border-left: .5em solid transparent;
	color:#FFF;
}


.dropdown-menu li {font-style: italic; padding-top:0px; padding-bottom: 0px; margin-bottom: 0px; font-size: 18px;}
.dropdown-menu {padding-top:0px; padding-bottom: 0px;}
.dropdown-item {padding:9px 15px; border-bottom:1px solid #4a4a4a; }
.dropdown-menu a {font-style: italic; font-size: 16px;}

@media (min-width: 992px) {
.dropdown:hover .dropdown-menu {
	display:block;
}

/*
.dropdown:hover .dropdown-toggle::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.25em;
	width: 0;
	height: 0;
	content: "";
	border-bottom: .5em solid;
	border-right: .5em solid transparent;
	border-top: 0;
	border-left: .5em solid transparent;
}
*/

}
@media (max-width: 991px) {
	.dropdown.show .dropdown-toggle::before {
		left:10px;
	}
}
.navbar-icons .dropdown-toggle::after {
	display: none;
}
.dropdown.mega {
	position: static;
}
.dropdown.mega .dropdown-menu {
	padding-top: 30px;
	padding-bottom: 30px;
	min-width: 100%;
	border-radius: 0;
}
.dropdown-item-title {
	text-transform: uppercase;
	font-weight: 600;
}
@media (min-width: 576px) {
.cart-dropdown .dropdown-menu {
	min-width: 400px;
}
}
.cart-dropdown-container {
	padding: 1em;
}
.cart-dropdown table td {
	padding: 0.5em
}
.dropdown-menu.dropdown-menu-right {
	left: auto;
	right: 0;
}
.navbar-search-input, .navbar-search-button {
	border: none !important;
	box-shadow: none !important;
}
.navbar-dark .navbar-search-input, .navbar-dark .navbar-search-button {
}
.navbar-light .navbar-search-input, .navbar-light .navbar-search-button {
	background-color: rgba(0,0,0,0.05);
	color: rgba(0,0,0,.5);
}
/* Layout */

#main {
	margin-top: 0em;
	margin-bottom:80px;
}

.home-main {margin-bottom: 0px!important;}

/* Accordian */
.accordian-item {
	display: block;
}
.accordian-header {
	margin-bottom: 0.75em;
}
.accordian-header>a {
	padding: 0.5em 1em;
	font-weight: 600;
	border-bottom: 1px solid #4A4A4A;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}
.accordian-container {
}
#filters .accordian-container {
}
#filters .accordian-container .custom-control {
	margin-bottom:5px;
}

#filters .accordian-container .custom-control-label {
	font-size: 13px;
	color: rgba(0,0,0,0.7);
	display:block;
}
#filters .accordian-container .custom-control-label:hover {
	color: rgba(0,0,0,1);
}
#filters .accordian-container .custom-control-label:hover::before {
    border-color: rgba(52,58,64,0.3);
}
/* Cards */

.card {
	margin-bottom: 1.5rem;
}
.card .card-header {
	background-color: transparent;
	font-weight: 600;
	border-bottom: none;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}
.card .card-body {
	padding:1rem;
}
.card .card-title a {
	text-decoration: none;
}
.card:hover {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.card.active {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.card.shadow {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.card.shadow:hover {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.card.border {
	border: 1px solid rgba(0,0,0,0.1);
}
.card .image {
	position:relative;
	overflow:hidden;
}
.card.shadow .image, .card.border .image, .card:hover .image {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.card .quickview {
	display: none;
	position:absolute;
	bottom:0;
	text-align:center;
	left:0;
	right:0;
}
.card:hover .quickview {
	display: block;
	font-size: 14px;
}
.card .quickview span {
	background-color:#FFF;
	color:#666;
	display:inline-block;
	padding:5px 10px;
	border-radius:3px 3px 0 0 ;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
@media (max-width: 991px) {
.catalog.card-columns {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}}
.catalog .card {
	border: none;
	overflow: hidden;
}
.card-address .address-select {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* Layout */

.sidebar-left .sidebar_inner {
	padding-right: 30px;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.sidebar-right .sidebar_inner {
	padding-left: 30px;
	border-left: 1px solid rgba(0,0,0,0.1);
}
/* Form */

.custom-control-label {
	cursor: pointer;
}
.custom-control-label::before {
	background-color: transparent;
	border: 1px solid rgba(52,58,64,0.15);
	border-radius: 2px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: rgba(52,58,64,0.3);
}
.collapse-title {
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	border-bottom: 1px solid #eee;
	margin-top: 0;
	margin-bottom: 0;
}
.collapse-title, .collapse-title a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.collapse-content {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.table.table-sm td, .table.table-sm th {
 padding: .5rem;
}
/* Custom Input */
.form-control {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
}
.form-control:focus {
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
}
.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
	box-shadow: none;
}
select.form-control {
	padding-right: 45px;
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAbCAYAAADh0qZQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkQyMjA3RkFFOUQ4MTFFNTk0OTRBNTI3RkQxNDVCQTAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkQyMjA3RjlFOUQ4MTFFNTk0OTRBNTI3RkQxNDVCQTAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUE1RTQxQjA5ODRCMTFFNTk1QjI4OUIxMTgwNTc3NzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUE1RTQxQjE5ODRCMTFFNTk1QjI4OUIxMTgwNTc3NzIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6xx+EHAAAAsUlEQVR42mL8//8/AwicPXuWARkYGxszDBbAhMZvYBiEgIlhCIBRR446ctSRo44cQMBCqQEmJiYk6zlz5syAhGQ7EP8nArcPZHRXAfF8AmrmQ9UNmCNBoZQKxJtwyG+Cyv8f6IzzF4gjgXgfmvg+qPjfwZK7vwFxEBBfgvIvQ/nfBlsR9BGIXYB4BxA7Q/kDWwThAK+B2HPQlJOklnmj1eKoI0cdOerIIe7IQTk4ABBgAMWiKbLMvjJtAAAAAElFTkSuQmCC');
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* Buttons */

.btn-circle {
	border-radius: 50%;
}
.btn-social {
	text-align:left;
}
.btn-social .icon {
	border-right:1px solid rgba(0,0,0,0.15);
	margin-right:15px;
}
.btn-facebook, .btn-facebook:focus, .btn-facebook:hover, .btn-facebook:active, .btn-facebook:active:hover, .btn-facebook:active:focus {
    background-color: #4a6bb2;
    border-color: #4a6bb2;
    color: #FFF;
}
.btn-twitter, .btn-twitter:focus, .btn-twitter:hover, .btn-twitter:active, .btn-twitter:active:hover, .btn-twitter:active:focus {
    border-color: #1da1f2;
    background-color: #1da1f2;
    color: #FFF;
}
.btn-google, .btn-google:focus, .btn-google:hover, .btn-google:active, .btn-google:active:hover, .btn-google:active:focus {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #333333;
}
/* Nav Tabs */

.nav-tabs.v2 {
	margin-bottom: 2em;
}
.nav-tabs.v2 .nav-link {
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 2em 1.5em 2em;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom-width: 2px;
}
@media (max-width: 767px) {
.nav-tabs.v2 .nav-link {
	font-size: 14px;
	padding: 0 1em 0.75em 1em;
}}
.nav-tabs.v2 .nav-item.show .nav-link, .nav-tabs.v2 .nav-link.active {
	background-color: transparent;
	border-bottom-color: #000;
	font-weight: bold;
	color: #000;
}
.nav-tabs.v2.nav-tabs-sm .nav-link {
	font-size: 14px;
	padding: 0 1em 0.5em 1em;
}
/* Accordians  V1 */

.accordion.v1>.card {
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-bottom: 0;
	box-shadow: none;
}
.accordion.v1>.card:first-child {
	border-top: none;
}
.accordion.v1>.card>.card-header {
	padding: 1.25rem;
}
/* Gallery */
#gallery_main {
	/*margin-left: 65px;*/
}
#gallery_main img {
	/*cursor: url(../img/zoom-in.cur), auto;
	cursor: url(../img/zoom-in.cur) 16 16, auto;*/

}
#gallery_thumbs {
	width: 50px;
	float: left;
}
#gallery_thumbs img {
	display: block;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	cursor: pointer;
}
#gallery_thumbs img.active {
	border-color: #999;
}
.v2 #gallery_main {
	margin-left: 0;
	margin-bottom: 15px;
}
.v2 #gallery_thumbs {
	width: 100%;
	float: none;
}
/* Swiper Modifications */

.swiper-button-next, .swiper-button-prev {
	background: none;
	font-family: shop-w;
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	margin-top: -25px;
	text-align: center;
	color: #999;
	
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.swiper-button-prev:before {
	content: "\67";
}
.swiper-button-next:before {
	content: "\66";
}
/* List Group */

.list-group-item {background:transparent;}

.list-group.no-border .list-group-item {
	border: none;
	margin-bottom: 1px;
	color: #666;
 padding-top:.5rem;
 padding-bottom:.5rem;
}

a.list-group-item:focus, a.list-group-item:hover {
    text-decoration: none;
    color:#47592a;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #47592a;
    border-color: #47592a;
}

a.list-group-item.active:hover {
    color: #fff;
}


.list-group.no-border .list-group-item:hover {
	background-color: rgba(134, 158, 158, 0.05);
}
.list-group.no-border .list-group-item.active, .list-group.no-border .list-group-item.active:focus, .list-group.no-border .list-group-item.active:hover {
	background-color: rgba(134, 158, 158, 0.1);
	border-radius: 3px;
	color: #333;
	font-weight: bold;
}
.list-group .list-group-item.heading {
	font-weight:500;
	color: #333;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.list-group .list-group-item.heading:hover {
	background: none;
}
.list-group.v2 {
	font-size: 16px;
}
.list-group.v2 > li {
	padding-top: 10px;
	line-height: 34px;
	padding-bottom: 10px;
	clear: both;
}
.list-group.v2 > li + li {
	border-top: 1px solid #eee;
}
.list-group.v2 .icon {
	width: 30px;
	text-align: left;
}
.list-group.v2 .btn {
	float: right;
}
.list-group.v2 .connected, .list-group.v2 .default {
	float: right;
	margin-right: 20px;
	opacity: 0.6;
    font-size: .875rem;
}
.list-group.v2 .set-default {
	float: right;
	opacity: 0.6;
}
.list-group.v2 .btn + .set-default {
	margin-right: 20px;
}
.list-group.v2 .set-default:hover {
	opacity: 1;
}
/*	5.	Titles
-------------------------------------------------------------------*/
.page-header {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: none;
}
.page-header.bordered {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.page-header h1 {
	font-size: 26px;
	line-height: 34px;
	margin-top: 0;
	margin-bottom: 0;
}
.page-header h1 small {
	display: block;
	font-size: 18px;
	color: #999;
	margin-top: 5px;
}
.page-header .btn-return + h1 {
	margin-left: 75px;
}
.page-header .price {
	color: #d64521;
	margin-left: 15px;
	font-size: 24px;
	line-height: 1.1;
	text-align: right;
	font-weight: bold;
}
 @media (max-width: 767px) {
.page-header .price {
	text-align: left;
	margin-top: 15px;
	margin-left: 75px;
}
}
.page-header .price small {
	display: block;
	font-size: 18px;
	color: #888;
	margin-top: 10px;
	font-weight: normal;
}
.page-header h1 .label-bordered {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	border: 1px solid rgba(134, 158, 158, 0.5);
	color: rgba(134, 158, 158, 0.9);
}
.page-header.bordered {
	border-bottom: 1px solid #eee !important;
}
.page-header.v2 h1 {
	font-size: 26px;
}
.page-header.v2 h1 small {
	display: inline-block;
}
.title {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
h4.title {
	margin-top: 40px;
	margin-bottom: 20px;
}
.headline {
	font-size: 22px;
	margin: 50px 0 25px 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
	color: #333;
}
.subheadline {
	font-size: 20px;
	margin: 20px 0 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	color: #869e9e;
	font-weight: 500;
}
.main-title {
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 34px;
	color: #333;
}
.main-title span {
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
	margin-bottom: 20px;
}
.main-title span:before {
	content: '';
	height: 1px;
	width: 200px;
	background: #bbb;
	position: absolute;
	bottom: 0;
	left: 0;
}
.main-title.centered {
	text-align: center;
}
.main-title.centered span:before {
	left: 50%;
	margin-left: -100px;
}
.main-title-description {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 30px;
}
 @media (max-width: 767px) {
.main-title {
	font-size: 22px;
	line-height: 26px;
}
.main-title span {
	padding-bottom: 15px;
}
.main-title-description {
	font-size: 18px;
}
}
/* Font Awesome */

.fa-fw {
	width: 2.25em;
}
/* Video BG*/
.hero-bg {
	position: relative;
	z-index:1;
	color: #fcfbfc;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hero-bg video {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}
.bg-overlay:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.hero-bg-content {
	position: relative;
	z-index: 2;
}
/* Modals */

/* Navigation Modal */
#nav-modal-list {
	text-align: center;
	list-style: none;
	margin: 0;
	margin-top: 50px;
	padding: 0;
}
#nav-modal-list li {
	opacity: 0.75;
}
#nav-modal-list li:hover {
	opacity: 1;
}
#nav-modal-list {
}
#nav-modal-list a {
	color: #FFF;
	font-size: 18px;
	line-height: 2.5;
}
#nav-modal .close {
	width: 50px;
	height: 50px;
	background-color: #FFF;
	border-radius: 50%;
	float: none;
	opacity: 1;
}
#nav-modal .modal-content {
	background-color: transparent;
	border: none;
}
.modal-navigation .modal-backdrop {
	background-color: #4a4a4a!important;
}
.modal-navigation .modal-backdrop.show {
	opacity: 1;
}
/* Utlities */
.p-100 {
	padding: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pl-100 {
	padding-left: 100px;
}
.pr-100 {
	padding-right: 100px;
}
.p-150 {
	padding: 150px;
}
.pt-150 {
	padding-top: 150px;
}
.pb-150 {
	padding-bottom: 150px;
}
.pl-150 {
	padding-left: 150px;
}
.pr-150 {
	padding-right: 150px;
}
.p-200 {
	padding: 200px;
}
.pt-200 {
	padding-top: 200px;
}
.pb-200 {
	padding-bottom: 200px;
}
.pl-200 {
	padding-left: 200px;
}
.pr-200 {
	padding-right: 200px;
}
.p-250 {
	padding: 250px;
}
.pt-250 {
	padding-top: 250px;
}
.pb-250 {
	padding-bottom: 250px;
}
.pl-250 {
	padding-left: 250px;
}
.pr-250 {
	padding-right: 250px;
}
/* Card */
.card-img-overlay-dark:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.card-img-overlay-content {
	z-index: 2;
}
/* Footer */

#footer {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	font-size: 14px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.footer-dark {
	color: rgba(255,255,255,0.5);
}
.footer-dark a {
	color: rgba(255,255,255,0.75);
}
.footer-dark a:hover, .footer-dark a:active {
	color: rgba(255,255,255,1);
}
.footer-light {
	color: rgba(0,0,0,0.5);
}
.footer-light a {
	color: rgba(0,0,0,0.5);
}
.footer-light a:hover, .footer-light a:active {
	color: rgba(0,0,0,0.75);
}
#footer .footer-logo {
	padding-top: 1em;
	padding-bottom: 1em;
}
#footer .footer-social {
	margin-top: 1em;
}
#footer .footer-social a {
	font-size: 18px;
	margin-left: 5px;
	margin-right: 5px;
}
#footer .footer-links .list-unstyled li {
	font-size: 13px;
	line-height: 2em;
}
#footer .list-title {
	font-weight: 600;
	line-height: 2.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 10px;
}
#footer.footer-dark .list-title, #footer.footer-dark .list-title a {
	color: rgba(255,255,255,0.75);
}
#footer .footer-links .list-inline {
	margin-bottom: 0;
}
#footer .footer-links .list-inline .list-inline-item {
	font-weight: 600;
	line-height: 2.5em;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}
.footer-payments {
	font-size: 28px;
}
#footer .footer-credits {
	margin-top: 30px;
	padding-top: 2.5em;
	border-top: 1px solid;
	font-size: 13px;
}
#footer.footer-dark .footer-credits {
	border-top-color: rgba(255,255,255,0.15);
}
#footer.footer-light .footer-credits {
	border-top-color: rgba(0,0,0,0.15);
}
#footer .subscribe-input, #footer .subscribe-button {
	border: none;
	box-shadow: none;
}
#footer.footer-light .subscribe-input, #footer.footer-light .subscribe-button {
	background-color: rgba(0,0,0,0.05);
}

/* Sidr CSS */

#toggle-sidr {
	z-index: 1;
	display: none;
}
.close-panel {
	display: none;
	float: right;
	border: none;
	background: none;
	color: rgba(0,0,0,0.5);
	margin: 0;
	padding: 5px;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	width: 40px;
	margin-right: -15px;
}
.close-panel:focus {
	outline: none;
}
.sidr-overlay {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.25);
	z-index:999;
	display:none;
}
@media (max-width: 767px) {
.sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	color: #333;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
	padding: 20px;
}
.sidr.right {
	left: auto;
	right: -260px;
}
.sidr.sidr.left {
	left: -260px;
	right: auto;
}
.sidr#sidebar .sidebar_inner {
	padding-left: 0;
	padding-right: 20px;
	margin-right: -20px;
	border-left: 0;
	border-right: 0;
	padding-bottom: 50px;
	height: 100%;
	overflow: auto;
}
#toggle-sidr {
	display: block;
	position: fixed;
	left: -1px;
	bottom: 2em;
}
.sidr-open .close-panel {
	display: block;
}
}
.no-sidebar.sidr {
	display: none;
}
#toggle-sidr.no-sidebar {
	display: block;
}
.no-sidebar.sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	color: #333;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
	padding: 20px;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.no-sidebar.sidr.right {
	left: auto;
	right: -260px;
}
.no-sidebar.sidr.sidr.left {
	left: -260px;
	right: auto;
}
#toggle-sidr.no-sidebar {
	display: block;
}
.sidr-open .no-sidebar .close-panel {
	display: block;
}

/* Pagination */
.page-link {
	background:none;
	border:1px solid;
	border-color:transparent;
	color:rgba(52, 58, 64, 0.5);
	line-height:50px;
	padding-top:0;
	padding-bottom:0;
}
.page-link:hover, .page-link:focus {
	color:rgba(52, 58, 64,0.75);
	background:none;
	border-color:transparent;
}
.page-item.active .page-link {
	color:rgba(52, 58, 64,0.75);
    background:none;
	font-weight:bold;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-color:rgba(52, 58, 64,0.75);
	padding-left:0;
	padding-right:0;
	border-radius:50%;
}
.page-item.active .page-link:hover, .page-item.active .page-link:focus {
	border-color:transparent;
	background-color:rgba(52, 58, 64,0.5);
	color:rgba(255,255,255,1);
}
.page-item.disabled .page-link {
	border-color:transparent;
	color:rgba(52, 58, 64,0.25);
}


.shadow {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

/* Swiper */

.v1 .swiper-arrows {
	position:absolute;
	right:0;
	top:0;
}

.v1 .slider-title {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.v1 .swiper-button-next, .v1 .swiper-button-prev {
	position:static;
	display:inline-block;
	margin-top:0;
	line-height:1;
}
.swiper-container-horizontal>.swiper-pagination.v2 {
	bottom:80px;
}
.swiper-pagination.v2 .swiper-pagination-bullet {
	margin: 0 10px;
	background: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: auto;
	height: auto;
	font-size: 13px;
	font-weight: bold;
	counter-increment: slideNum;
	opacity: .5;
}
.swiper-pagination.v2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: none;
	opacity: 1;
}
.swiper-pagination.v2 .swiper-pagination-bullet:before {
	content: "0" counter(slideNum);
}
.swiper-pagination.v2 .swiper-pagination-bullet:after {
	content: "";
	height: 1px;
	width: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 20px;
	-webkit-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}
.swiper-pagination.v2 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	width: 50px;
}
.swiper-container.swiper-dark .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	background-color: #ddd;
}
.swiper-container.swiper-dark>.swiper-pagination-bullets .swiper-pagination-bullet {
	color:#FFF;
}
.swiper-container.swiper-dark .swiper-arrows>* {
	color:#FFF;
}
.swiper-button-next, .swiper-button-prev {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	pointer-events: visible;
}
.swiper-button-next {
	right:-50px;
}
.swiper-button-prev {
	left:-50px;
}
.swiper-container:hover .swiper-button-next {
	right:50px;
}
.swiper-container:hover .swiper-button-prev {
	left:50px;
}
.scroll-to-top {
	position:fixed;
	bottom:80px;
	right:30px;
	z-index:1000;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.scroll-to-top #to-top {
	background-color:#777;
	border:none;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:18px;
	text-align:center;
	color:#FFF;
	border-radius:50%;
	cursor:pointer;
	outline:none;
	box-shadow: 0 0 0px rgba(0,0,0,0.25);

}
.scroll-to-top.show {
	opacity:1;
	visibility:visible;
}


/*.bg-fade {background-color: rgba(0,0,0,0.6); background-color: #fcfbfc}*/
.bg-fade {background-color: #47592a}



/* Cookie Bar */

#cookie-bar {background:rgba(255,255,255,0.8); height:auto; min-height:80px; line-height:auto; color:#4a4a4a; text-align:center; padding:3px 0; border-top: 5px solid #4a4a4a; padding-top:22px; padding-bottom: 22px;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;font-size:12px!important;}
#cookie-bar a {color:#FFF; display:inline-block; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; text-decoration:none; padding:0 6px; margin-left:8px; text-transform: uppercase;}

#cookie-bar .cb-enable,
#cookie-bar .cb-disable, 
#cookie-bar .cb-policy {background:#4a4a4a; border:1px solid #4a4a4a}

#cookie-bar .cb-enable:hover,
#cookie-bar .cb-disable:hover,
#cookie-bar .cb-policy:hover {background:#fff; color:#4a4a4a}

/* Cookie Bar */



/* Home Page */

.hero-layer {width:100%; height: 100%; position: absolute;}

.triangle {position: relative; width:100%; overflow: hidden!important}

#triangle-1 { width: 0; height: 0; border-bottom: 8vw solid #f7f7ee; border-right: 100vw solid transparent;float: left;}
#triangle-2 { width: 0; height: 0; border-bottom: 8vw solid #f7f7ee; border-left: 100vw solid transparent; }

#triangle-1g { width: 0; height: 0; border-bottom: 8vw solid #e9dfe1; border-right: 100vw solid transparent;float: left;}
#triangle-2g { width: 0; height: 0; border-bottom: 8vw solid #e9dfe1; border-left: 100vw solid transparent; }


#main > .fade-div{padding-top: 50px;}

.fade-div {
    width:100%; 
    /*min-height: 600px;*/
	background-color: #fcfbfc;
	/* 
	background:-moz-linear-gradient(#f7f7ee, transparent);
	background:-webkit-gradient(#f7f7ee, transparent);
	background:-webkit-linear-gradient(#f7f7ee, transparent);
	background:-o-linear-gradient(#f7f7ee, transparent);
	background:-ms-linear-gradient(#f7f7ee, transparent);
	background:linear-gradient(#f7f7ee, transparent);
	*/
}

.cat-nopic h3 {text-align: center; margin-bottom:20px;}
section h3 {text-align: center; margin-bottom: 50px; position: relative; display: inline-block;}
.cart_totals h3,
#order_review_heading,
.woocommerce-billing-fields h3 {text-align:center; }

#order_review_heading  {margin-bottom: 30px;}

.cart_totals h3:before,
#order_review_heading:before,
.woocommerce-billing-fields h3:before,
.cat-nopic h3:before,
.correlati-area h3:before,
section h3:before {content:''; width:30px; height: 2px; background:#000; position: absolute; margin-left:-44px; margin-top:18px;}

.cart_totals h3:after,
#order_review_heading:after,
.woocommerce-billing-fields h3:after,
.cat-nopic h3:after,
.correlati-area h3:after,
section h3:after {content:''; width:30px; height: 2px; background:#000; position: absolute; margin-left:14px; margin-top:18px;}

.box-subslider {text-align: center; min-height: 180px; margin-bottom: 40px; }
.box-subslider hr {width:20px; height: 0px; background:#000;}
.box-subslider .fa {font-size:4px; color:#47592a; margin-bottom: 15px;}
.box-subslider h4 {margin-bottom: 0px;}
.section-subslider img {width: 100%;}

.section-subslider {text-align: center;}
.section-subslider .lineend img {width: 100%; text-align: center; margin-bottom: 25px;}
.section-subslider .lineend i {font-size: 25px;}

.subslider-hide img {width: auto; max-width: 100%;}
.subslider-hide {text-align: center;}

.divide-cat1 {text-align: center; padding-bottom: 30px;}
.divide-cat2 {text-align: center; }

.divide-cat1 i,.divide-cat2 i {font-size: 100px; color:#47592a; display: block; height: 20px; position: absolute; left:50%; margin-left:-50px;}

.box-categorie {text-align: center; width:100%; margin-bottom: 50px;}
.box-categorie i {font-size: 9px; }

.box-categorie .element-boxcat {display: block; font-size: 22px; font-weight: 700; font-style: italic; position: relative;  height: 25px;}

.box-categorie .icoshopw-arrow-right {font-size: 25px; color:#47592a}
.box-categorie .icoshopw-arrow-right:before {position: absolute;top:0px}

.line-cat a {color:#4A4A4A;}
.line-cat a:hover {color:#666;}

.box-categorie .icoshopw-arrow-right,
.box-categorie span {display: inline-block}
.box-categorie span {color:#47592a;}

.home-categorie h3,
.home-luoghi h3 {margin-bottom: 15px;}

.home-luoghi {padding-top: 60px;}
.home-luoghi .align-items-md-stretch .col-md-1,
.home-luoghi .align-items-md-stretch .col-md-2,  
.home-luoghi .align-items-md-stretch .col-md-3,
.home-luoghi .align-items-md-stretch .col-md-4,
.home-luoghi .align-items-md-stretch .col-md-5,
.home-luoghi .align-items-md-stretch .col-md-6,
.home-luoghi .align-items-md-stretch .col-md-7,
.home-luoghi .align-items-md-stretch .col-md-8,      
.home-luoghi .align-items-md-stretch .col-md-9,
.home-luoghi .align-items-md-stretch .col-md-10,
.home-luoghi .align-items-md-stretch .col-md-11,
.home-luoghi .align-items-md-stretch .col-md-12 {padding:2px;}

.home-luoghi .align-items-md-stretch .card {margin-bottom: 0px;}
.home-luoghi .align-items-md-stretch .card-img {border-radius: 0px;}

.home-luoghi .align-items-md-stretch .row {margin:0px;}

.home-luoghi .card-title small {font-style: italic; font-size: 18px; margin-top: 30px; display: block; line-height: normal;}

.home-luoghi .card-title small:before {content:''; position: absolute; width:20px; height: 1px; background: #FFF; margin-top:-13px;}

.home-luoghi a img {transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;} 
.home-luoghi a:hover img {opacity: 0.7;} 

.home-luoghi .layer-luoghi {width:100%; height: 100%; background-color:rgba(0,0,0,0.2); position: absolute;}
.home-luoghi .incipit-area {margin-bottom: 50px;}

.new-contain {width:100%; position: relative; margin:0px; padding:0px; margin-top: 130px;}

.new-item {position: relative;}
.item-capt { position: absolute; bottom:50%; width:100%; }

#reportage-slide .rsBullets {display: none;}

/*
.layerint {background:rgba(0,0,0,0.6); position: absolute; top:0px; left:0px; right:0px; bottom:0px;}
*/

.nav-newsnav {width:100%; height: 120px;  position: absolute; margin:0px; padding:0px; bottom:50px; z-index: 999; }

.nav-newsnav .box-newsnav {display: block;  font-size: 18px; line-height: normal; padding:10px; color:#FFF; cursor:pointer; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}
.nav-newsnav .box-newsnav span, .nav-newsnav .box-newsnav span {background:#FFF; height: 1px; display: inline-block; width:100%; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; margin-top: 20px;}

.nav-newsnav .box-newsnav:hover span {width:100%; background:#47592a; height: 2px;}
.nav-newsnav .box-newsnav:hover {}

.nav-newsnav .selected span {background:#47592a; height: 2px;}
.nav-newsnav .selected  {color:#FFF;}

.subnew {font-size: 20px; font-style: italic;}


#reportage-slide h3 {font-size: 50px; line-height: 65px;}

.social-banner {margin-top:0px; margin-bottom: 0px; background-color: #e9dfe1; padding-bottom: 50px;}
.social-banner h3 {color:#fcfbfc; margin-top: 0px;}
.social-banner hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 0;
    border-top: 1px solid #FFF;
}

.social-banner a {color:#fcfbfc; margin:0px 20px;}
.social-banner a i {font-size: 40px;}
.social-banner .social-box {padding:0px 0px; text-align: center;}

.home-succedeshopw {margin-bottom: 100px;}

.box-succedeshopw {border-right: 1px solid #ecebe7; padding:0px 20px;}
.box-succedeshopw span {font-style: italic; color:#47592a; font-size: 18px;}

.go-succedeshopw {text-align: center;}
.go-succedeshopw a {font-size: 20px; font-weight: 700; text-align: left; display: block;}
.go-succedeshopw a i {display: block; float: right; margin-top:-15px; font-size: 30px; color:#47592a;}

/* Home Page */


#map_cont {width:100%;height: 700px;}


/* EVIDENZA */

.area-evidenza .swiper-pagination.v2 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {width: 50px; background: #4A4A4A;}

.area-evidenza {margin-top: 90px; margin-bottom: 90px;}
.area-evidenza .swiper-container:hover .swiper-button-prev {
    left: 0px; color:#47592a;
}

.area-evidenza .swiper-container:hover .swiper-button-next {
    right: 0px; color:#47592a;
}

.area-evidenza .row {margin-right: 0px; margin-left: 0px;}
.area-evidenza .swiper-container {background:#FFF;border-top:1px solid #47592a; border-bottom:1px solid #47592a; padding-top:30px; padding-bottom: 30px; width:100%;}
.area-evidenza .ev-item {border:0px solid red; margin:0px 25px;}

.evidenza-int h3::after,
.evidenza-int h3::before {width:0px; height: 0px; margin:0px}
.evidenza-int h3 {text-align: left; margin-bottom: 30px; color:#47592a;}
/* EVIDENZA */



/* CTA */
.area-cta {background:#e9dfe1; padding:80px 50px;}
.area-cta h2 {margin:0px;}
.area-cta .btnrow {margin-top: 30px;}
/* CTA */



/* Menu */
#menu .shopw-brand img.logo,
#menu .shopw-brand img.logo-w{max-width: 200px;}

.menu-shopw-w {background:#FFF;}
.menu-shopw-w .navbar-nav .nav-link,
.menu-shopw-w .shopw-brand i,
.menu-shopw-w .navbar-icon {color:#4A4A4A}
.menu-shopw-w .navbar-nav .nav-link:focus, .menu-shopw-w .navbar-nav .nav-link:hover {color:#4A4A4A!important; text-decoration: underline;}
.menu-shopw-w.is-stuck .navbar-nav .nav-link, 
.menu-shopw-w.is-stuck .navbar-icon,
.menu-shopw-w.is-stuck .shopw-brand i {color:#4A4A4A}

.menu-shopw-w img.logo-w{display: none;}
.menu-shopw-w img.logo{display: block;}
/*
.menu-shopw-w .navbar-icon span.counts {background:#47592a}
*/
.menu-shopw-f {background:#fcfbfc;}
.menu-shopw-f .navbar-nav .nav-link,
.menu-shopw-f .shopw-brand i,
.menu-shopw-f .navbar-icon {color:#4A4A4A}
.menu-shopw-f.is-stuck .navbar-nav .nav-link, 
.menu-shopw-f.is-stuck .navbar-icon,
.menu-shopw-f.is-stuck .shopw-brand i {color:#4A4A4A}
.menu-shopw-f .navbar-nav .nav-link:focus,.menu-shopw-f .navbar-nav .nav-link:hover {color:#4A4A4A; text-decoration: underline;}
.menu-shopw-f.is-stuck .navbar-nav .nav-link:focus, .menu-shopw-f.is-stuck .navbar-nav .nav-link:hover {color:#4A4A4A!important; text-decoration: underline;}

.menu-shopw-f.bg-transparent  .navbar-nav .nav-link, 
.menu-shopw-f.bg-transparent  .navbar-icon,
.menu-shopw-f.bg-transparent .shopw-brand i,
.menu-shopw-f.bg-transparent .navbar-nav .nav-link:focus, .menu-shopw-f.bg-transparent .navbar-nav .nav-link:hover  {color:#FFF;} 

.menu-shopw-f:not(.is-stuck) img.logo-w,
.menu-shopw-f.is-stuck img.logo{display: block;}
.menu-shopw-f:not(.is-stuck) img.logo,
.menu-shopw-f.is-stuck img.logo-w{display: none;}
/*
.menu-shopw-f .navbar-icon span.counts {background:#47592a}
*/

/*
#menu  {padding-top:25px; padding-bottom: 25px}
#menu.is-stuck {padding-top:0px; padding-bottom: 0px;}
#menu.is-stuck .navbar-nav .nav-link, 
#menu.is-stuck .navbar-icon,
#menu.is-stuck .shopw-brand i {color:#4A4A4A}
#menu.is-stuck .navbar {padding-top:10px; padding-bottom: 10px;}
#menu.is-stuck .navbar-nav .nav-link:hover {color:#666}

.dropdown-menu {border-radius: 0px;}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #47592a;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #47592a;
}
*/
.navbar-icon span.count {
	display: block;
	font-size: 11px;
	min-width: 20px;
	line-height: 20px;
	border-radius: 20px;
	position: absolute;
	top: -5px;
	left: 100%;
	margin-left: -15px;
	background-color: #47592a;
	color: #FFF;
}

/* Menu */



/* Menu Green */
.shopw-brand i {font-size: 130px; line-height: 0px; margin:0px; padding:0px; display: block;}
.shopw-brand i:before {line-height: 50px;} 
.shopw-brand {margin:0px; padding:0px;}

.menu-shopw {background:#47592a;}

.menu-shopw .navbar-nav .nav-link,
.menu-shopw .shopw-brand i,
.menu-shopw .navbar-icon {color:#fcfbfc}

.menu-shopw .navbar-nav .nav-link:focus, .menu-shopw .navbar-nav .nav-link:hover {color:#666;}

#menu  {padding-top:25px; padding-bottom: 25px; transition:all 0.4s; -moz-transition:all 0.4s; -webkit-transition:all 0.4s;}
#menu.is-stuck {padding-top:0px; padding-bottom: 0px;}

.menu-shopw.is-stuck .navbar-nav .nav-link, 
.menu-shopw.is-stuck .navbar-icon,
.menu-shopw.is-stuck .shopw-brand i {color:#fcfbfc}
#menu.is-stuck .navbar {padding-top:10px; padding-bottom: 10px;}
#menu.is-stuck .navbar-nav .nav-link:hover {color:#fcfbfc} 

.dropdown-menu {border-radius: 0px;}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #47592a;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #47592a;
}

.navbar-icon span.counts {
	display: block;
	font-size: 11px;
	min-width: 20px;
	line-height: 20px;
	border-radius: 20px;
	position: absolute;
	top: -5px;
	left: 100%;
	margin-left: -15px;
	background-color: #4A4A4A;
	color: #FFF;
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: #fcfbfc;
    text-decoration: underline;
}

.navbar-white .navbar-nav .active>.nav-link {
    color: #4A4A4A;
    text-decoration: underline;
}

@media (max-width: 991px){
    .navbar-dark .navbar-expand-lg {
        background-color: transparent;
    }

    .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-icon, .navbar-dark .shopw-brand i {
        color: #fcfbfc!important;
    }

    .navbar-white .navbar-nav .nav-link, .navbar-white .navbar-icon, .navbar-white .shopw-brand i {
        color: #4A4A4A!important;
    }

    #menu-menu-principale {
        border-top: 1px solid #fcfbfc!important;
    }
}
/* Menu Green */



/* Black Menu */
.black-menu .navbar-icon,
.black-menu .shopw-brand i {color:#4a4a4a!important;}
.black-menu {background:#fcfbfc!important;}
/* Black Menu */


/* Mini Cart */
.cart-dropdown .widget_shopping_cart h2.widgettitle {display:none;}

/* Footer */

#mc_embed_signup input[type="checkbox"],
#nl-foot input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*background: transparent;*/
    border:0px;
    width:20px;
    margin-right: 10px!important;
    transition:all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;
}

#mc_embed_signup input[type="checkbox"]:before,
#nl-foot input[type="checkbox"]:before{font-family: 'FontAwesome';content:'\f096'; font-size: 20px;  margin-left: 0px; color:#FFF; cursor:pointer;}

#mc_embed_signup input[type="checkbox"]:checked:before,
#nl-foot input[type="checkbox"]:checked:before {font-family: 'FontAwesome';content:'\f046'; font-size: 20px;   margin-left:0px; color:#FFF; cursor:pointer;}

#mc_embed_signup .parsley-error input[type="checkbox"]:before,
#nl-foot .parsley-error input[type="checkbox"]:before {font-family: 'FontAwesome';content:'\f096'; font-size: 20px;  margin-left: 0px; color:red; cursor:pointer;}



#nl-foot .privacy span {float:left; display: inline-block;}
#nl-foot .privacy .parsley-errors-list {display: none;}

.bg-footer-shopw {background:#a59fa0; color:#FFF;}

#mc_embed_signup input[type="email"],
#nl-foot input[type="email"]{background:#8c828b; width:100%; border:0px; padding:10px 20px; font-size: 18px; color:#FFF; border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px; appearance: none; -webkit-appearance: none; -moz-appearance: none;}

#mc_embed_signup .privacy-check,
#nl-foot .privacy-check {width:30px; height: 30px; display: block; float:left; margin-right:10px; position: relative;}

#mc_embed_signup .privacy-label,
#nl-foot .privacy-label {float:left;line-height: normal; color:#FFF;}


#mc_embed_signup input[type="email"]::placeholder,
#nl-foot input[type="email"]::placeholder {
    color: #FFF;
    opacity: 0.6; /* Firefox */
}

#mc_embed_signup input[type="email"]:-ms-input-placeholder,
#nl-foot input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #FFF;
   opacity: 0.6; /* Firefox */
}

#mc_embed_signup input[type="email"]:-ms-input-placeholder,
#nl-foot input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
   color: #FFF;
   opacity: 0.6; /* Firefox */
}

#mc_embed_signup input[type="submit"],
#nl-foot input[type="submit"] {margin-top:15px;}

#footer hr {border-color: #FFF;}

#mc_embed_signup .mc-field-group .parsley-error  {border:1px solid #e63254;}
#mc_embed_signup .privacy .parsley-errors-list {display: none;}

.parsley-errors-list li {list-style: none; color:#e63254; font-weight: 700;}
.parsley-errors-list {margin-left:0px;}

.social-foot {list-style: none; padding:0px; margin:0px; text-align: center;}
.social-foot li {padding:0px; margin:0px; display: inline-block; margin:6px 6px; text-align: center;}
.social-foot a {padding:10px;}
.social-foot i {font-size:25px;}

a.linkfoot {text-transform: uppercase; color:#FFF; font-size: 12px;}
a.linkfoot:hover {color:#666;}

.social-foot a {color:#FFF}
.social-foot a:hover {color:#666}
.divide-foot {width:100%; height: 50px;}
.logofoot {text-align: center; margin-top: 50px;}
.logofoot img{width: 100%;filter: invert(1);}

#menu-navfoot .card {border:0px;}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 9px;
  left: 7px;
  height: 20px;
  width: 20px;
  background: #47592a;
  border:1px solid #FFF;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #000;
}
.control input:checked ~ .control__indicator {
  background: #000;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #000;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}


.footselect .card-body {box-shadow:0px; -moz-box-shadow:0px; -webkit-box-shadow:0px; background:transparent;}

.footselect .card-body a {padding: 10px 0px; display: block; font-size: 15px;}

.fea {font-family: 'feather-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;}


[data-toggle="collapse"] .fea:before {  
     content: "\e931";
    
}

[data-toggle="collapse"].collapsed .fea:before {

  content: "\e92e";
}

.foot-address {text-align: right}
/* Footer */


#reportage-slide .royalSlider {height: 800px;}


/* Buttons */
.modal {background: rgba(0,0,0,0.7);}

.btn-maiusc {text-transform: uppercase;}

a.edit {text-transform: uppercase;}


a.edit,
.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.85rem 2.1rem;
    font-size: 13px;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline-shopw {
    color: #FFFF;
    background-color: transparent;
    background-image: none;
    border-color: #FFF;
}

.btn-outline-shopw:hover {
    color: #47592a;
    background-color: transparent;
    border-color: #47592a;
}

.btn-outline-shopw.focus,
.btn-outline-shopw:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-shopw.disabled,
.btn-outline-shopw:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-shopw:not(:disabled):not(.disabled).active,
.btn-outline-shopw:not(:disabled):not(.disabled):active,
.show>.btn-outline-shopw.dropdown-toggle {
    color: #47592a;
    background-color: #47592a;
    border-color: #47592a
}

.btn-outline-shopw:not(:disabled):not(.disabled).active:focus,
.btn-outline-shopw:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-shopw.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-shopw2 {
    color: #e9dfe1;
    background-color: #8c828b;
    background-image: none;
    border-color: #8c828b;
}

.btn-outline-shopw2:hover {
    color: #8c828b;
    background-color: #e9dfe1;
    border-color: #8c828b;
}

.btn-outline-shopw2.focus,
.btn-outline-shopw2:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-shopw2.disabled,
.btn-outline-shopw2:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-shopw2:not(:disabled):not(.disabled).active,
.btn-outline-shopw2:not(:disabled):not(.disabled):active,
.show>.btn-outline-shopw2.dropdown-toggle {
    color: #4A4A4A;
    background-color: #fcfbfc;
    border-color: #fcfbfc
}

.btn-outline-shopw2:not(:disabled):not(.disabled).active:focus,
.btn-outline-shopw2:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-shopw2.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

a.edit,
.btn-outline-green {
    color: #47592a;
    background-color: transparent;
    background-image: none;
    border-color: #47592a;
    border:1px solid #47592a;
}

a.edit:hover,
.btn-outline-green:hover {
    color: #fcfbfc;
    background-color: #47592a;
    border-color: #47592a;
}

.btn-outline-green.focus,
.btn-outline-green:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-green:not(:disabled):not(.disabled).active,
.btn-outline-green:not(:disabled):not(.disabled):active,
.show>.btn-outline-green.dropdown-toggle {
    color: #47592a;
    background-color: #47592a;
    border-color: #47592a
}

.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-black {
    color: #4A4A4A;
    background-color: transparent;
    background-image: none;
    border-color: #4A4A4A;
    border:1px solid #4A4A4A;
}

.btn-outline-black:hover {
    color: #fcfbfc;
    background-color: #4A4A4A;
    border-color: #4A4A4A;
}

.btn-outline-black.focus,
.btn-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-black:not(:disabled):not(.disabled).active,
.btn-outline-black:not(:disabled):not(.disabled):active,
.show>.btn-outline-black.dropdown-toggle {
    color: #4A4A4A;
    background-color: #4A4A4A;
    border-color: #4A4A4A
}

.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-fill-shopw {
    color: #4A4A4A;
    background-color: #fcfbfc;
    background-image: none;
    border-color: #fcfbfc;
}

.btn-fill-shopw:hover {
    color: #fcfbfc;
    background-color: #47592a;
    border-color: #47592a;
}

.btn-fill-shopw.focus,
.btn-fill-shopw:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-fill-shopw.disabled,
.btn-fill-shopw:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-fill-shopw:not(:disabled):not(.disabled).active,
.btn-fill-shopw:not(:disabled):not(.disabled):active,
.show>.btn-fill-shopw.dropdown-toggle {
    color: #47592a;
    background-color: #47592a;
    border-color: #47592a
}

.btn-fill-shopw:not(:disabled):not(.disabled).active:focus,
.btn-fill-shopw:not(:disabled):not(.disabled):active:focus,
.show>.btn-fill-shopw.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-fill2-shopw {
    color: #47592a;
    background-color: #fcfbfc;
    background-image: none;
    border-color: #fcfbfc;
}

.btn-fill2-shopw:hover {
    color: #8c828b;
    background-color: #e9dfe1;
    border-color: #fcfbfc;
}

.btn-fill2-shopw.focus,
.btn-fill2-shopw:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-fill2-shopw.disabled,
.btn-fill2-shopw:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-fill2-shopw:not(:disabled):not(.disabled).active,
.btn-fill2-shopw:not(:disabled):not(.disabled):active,
.show>.btn-fill2-shopw.dropdown-toggle {
    color: #47592a;
    background-color: #47592a;
    border-color: #47592a
}

.btn-fill2-shopw:not(:disabled):not(.disabled).active:focus,
.btn-fill2-shopw:not(:disabled):not(.disabled):active:focus,
.show>.btn-fill2-shopw.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-fillgreen-shopw {
    color: #FFF;
    background-color: #47592a;
    background-image: none;
    border-color: #47592a;
}

.btn-fillgreen-shopw:hover {
    color: #47592a;
    background-color: transparent;
    border-color: #47592a;
}

.btn-fillgreen-shopw.focus,
.btn-fillgreen-shopw:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-fillgreen-shopw.disabled,
.btn-fillgreen-shopw:disabled {
    color: #666;
    background-color: transparent;
    border-color:#666;
}

.btn-fillgreen-shopw:not(:disabled):not(.disabled).active,
.btn-fillgreen-shopw:not(:disabled):not(.disabled):active,
.show>.btn-fillgreen-shopw.dropdown-toggle {
    color: #47592a;
    background-color: #47592a;
    border-color: #47592a
}

.btn-fillgreen-shopw:not(:disabled):not(.disabled).active:focus,
.btn-fillgreen-shopw:not(:disabled):not(.disabled):active:focus,
.show>.btn-fillgreen-shopw.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-block {padding-left:0px; padding-right:0px;}
/* Buttons */


/* Loader */
.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background: #47592a; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.0em; }
.loader-ellips__dot:nth-child(4) { left: 2.5em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/* Loader */


/* BOX 404 */

.box404 {background:#FFF; border-top:1px solid #47592a; padding:20px 75px; }
.box404 p {text-align: center;}
.box404 h3 {margin-bottom: 20px;}

.box404 form {border:1px solid #47592a; margin-top:30px!important; margin-bottom: 30px!important;}
.box404 .input-group-append .btn{background:#47592a; color:#FFF;}

/* BOX 404 */


/* REPORTAGE PAGE */

.hero-bk {
	width:100%;
	position: relative;
	z-index:1;
	color: #fcfbfc;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 80px;
}


.headmain {border-bottom:1px solid #47592a; text-align: center;}
.headmain h1 {color:#4a4a4a;padding-top:30px; padding-bottom: 30px;}

.incipit {margin-top:90px; margin-bottom: 90px;}
.incipit .sidecont {font-style: italic; font-size: 18px; line-height: 28px; padding-top: 15px;}

.hero-bk .incipit:before {content:''; position:absolute; top:0px; left:0px; width:100%; height: 100%; background:rgba(0,0,0,0.4);}

.hero-bk .incipit {margin-top:230px; margin-bottom: 200px;}


.incipit .divideup {margin-top: 50px;}
.divideup {text-align: center; height: 0px; position: relative; border:0px;}
.divideup:after {content: '\6a'; font-family: 'shop-w'; color:#47592a; font-size: 120px; text-align: center; position: absolute; bottom: -64px; right:50%; margin-right:-60px;}

.masonry-contain {width:100%;}
.edit-item {margin-bottom: 60px;}

.edit-item a img {transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s}
.edit-item a:hover img {opacity:0.5;}

.list-container {margin-bottom: 90px;}

#foot-nav {display: none;}

.page-load-status {
  display: none;
  padding-top: 20px;
  text-align: center;
  color: #777;
}

.wm-btn:disabled {border:0px;}

.edit-item .date {color:#47592a; font-style: italic; padding-left: 30px;}
.edit-item .date:before {content:''; width:20px; height: 1px; background:#47592a; position: absolute; margin-left: -27px; margin-top:12px;}

.search-item {border-top:1px solid #47592a; padding:15px 20px; background:#FFF;}
.searchside {padding-top:23px!important;}

/* REPORTAGE PAGE */


/* SINGLE EDITORIAL CONTENT */

.single-hero .incipit {margin-top: 130px; margin-bottom: 30px;}
.single-hero .breadme {margin-bottom: 100px;}

.single-hero .breadme ul li {list-style: none; display: inline-block; font-weight: 700; }
.single-hero .breadme ul  {margin:0px}

.single-hero .breadme ul li:after {content:'/'; margin-left:6px; margin-right: 4px;}
.single-hero .breadme ul li:last-child:after {content:'';}
.single-hero .breadme ul li a {color:#fcfbfc}
.single-hero .breadme ul li:last-child {text-decoration: underline;}


.single-hero .meta-data {width:100%; font-weight: 700; font-style: italic; margin-top:120px;}
.single-hero .meta-author {text-align: left; }
.single-hero .meta-date {text-align: right; }
.single-hero .meta-photo {text-align: center; }

.single-hero .meta-author,
.single-hero .meta-date,
.single-hero .meta-photo {border-top:1px solid #fcfbfc; padding-top:10px;}

.box-share {width:100%;   position: relative;}
#social_btn { margin-left: 0px; z-index: 99;}

.social-area {width:120px; min-height: 50px; text-align: center; background:#fcfbfc; position: absolute; z-index: 9;}
.social-area a {border:1px solid #47592a; width:58px; display: table-cell; height: 58px;}
a.twitter-share {border-left:0px;}

a.fb-share i,
a.twitter-share i {font-size: 23px; line-height: 58px;}

.social-style span {font-weight: 700; font-style: italic; width:100%; text-align: center; display: inline-block; border-top: 1px solid #47592a; padding-top: 10px; padding-bottom: 15px;}
.social-style a {color:#47592a}
.social-style a:hover {color:#FFF; background:#47592a}

.slideContent {margin-bottom: 10px; width:100%;  height: 500px;}
.slideContent .rsBullets {display: none;}
.slideContent .rsArrowRight i, .slideContent .rsArrowLeft i {font-size: 30px}


.caption-slide {width:100%; font-style: italic; }
.videocage iframe {width:100%; height: 424px;}

.prodcage {background:#FFF; border-top: 1px solid #47592a; border-bottom: 1px solid #47592a; padding: 20px 0px 30px 0px;}
.prodcage img {width:100%;}

.prodcage .blockprodtxt {margin-top:30px; margin-bottom: 30px;}
.prodcage h3 {margin-bottom: 0px;}
.prodcage .blockprodsub {font-style: italic;}

.authcage img {width:100%; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; margin:20px 0px;}
.authcage {border-top:1px solid #47592a;}
.authcage {padding-top: 20px;}
.blockauthtxt {font-style: italic; margin-top: 20px;}
.blockauthsub {font-style: italic; font-weight: 700; font-size: 16px;}
.authcage h4 {margin-bottom: 0px;}

.textcage h3 {margin-top:0px;}

.prodcage,
.textcage,
.quotecage,
.videocage,
.imagecage,
.gallerycage {margin-bottom: 60px;}

.slideContent .rsArrowIcn {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    position: absolute;
    cursor: pointer;
    /* background: url(rs-product.png); */
    text-align: center;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border-color: #e85e1d;
    color: #A4A4A4;
    border: 0px solid #e85e1d;
    text-align: center;
    background:red;
}

.slideContent.rsHor .rsArrowLeft {left: 0px;top: 0;}
.slideContent.rsHor .rsArrowRight {right: 0px;top: 0;}
.slideContent, .slideContent .rsOverflow, .slideContent .rsSlide, .slideContent .rsVideoFrameHolder, .slideContent .rsThumbs {background: #fcfbfc;}
.rsArrowDisabled .rsArrowIcn:hover i {color: #FFF!important;}
.slideContent .rsBullet span {background: #47592a;opacity: 0.3;}
.slideContent .rsBullet.rsNavSelected span {background-color: #47592a;}

.galnav { height: 30px; width:30px; position: absolute; top:50%; margin-top:-12px; font-size: 25px; line-height: 40px; cursor:pointer; color:#47592a; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition:all 0.4s;}
.galnav:hover {color:#4a4a4a}
.galnav-left {text-align: right; right:0px;}
.galnav-right {left:0px;}

.nonav {opacity:0.5; cursor:default;}

.line-boxes h2 {font-style: normal; margin-top: 80px;}
.line-boxes {margin-bottom: 60px;}
.line-boxes:last-of-type {margin-bottom: 20px;}

.mod_quote .quote {padding: 24px;font-size: 2em;text-align: center;}
.blockquote-footer::after {content: "\00A0 \2014";}
.mod_quote .quote:before {content: "\201C";font-weight: bold;font-size:100px;position: absolute;top: 0.35em;left: -0.3em;}
.mod_quote .quote:after {content: "\201D";font-weight: bold;font-size:100px;position: absolute;bottom: -0.3em;right: -0.3em;}
.productcage h3 {position: relative;top: -20px;}
.swiper-container{cursor:grab;}
/* SINGLE EDITORIAL CONTENT */


/* SEARCH */

#search-modal {padding-top: 100px;}
#search-modal .modal-content {border-radius: 0px; border:1px solid #47592a; background:#fcfbfc}
#search-modal button,
#search-modal input {background:#fcfbfc; color:#47592a}

/* SEARCH */


/* CONTATTI */
.address_cont {margin-bottom: 100px;}
.box_address {font-weight: 700; font-size: 18px; border-top:1px solid #47592a; padding-top:20px;}
.road_cont {margin-top: 80px; margin-bottom: 80px;}
.box_road {border-top:1px solid #47592a; padding-top:20px;}

.form_cont {margin-bottom: 150px;}
#contact-form input[type="text"],
#contact-form textarea,
#contact-form input[type="email"] {width:100%; border: 1px solid #4a4a4a; padding: 10px 12px; background:#FFF; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; appearance: none; -webkit-appearance: none;-moz-appearance: none;}
#contact-form label {font-style: italic;}

#contact-form .privacy_contact {margin-bottom: 20px;}

#contact-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFF;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px 0 10px;
    height: 46px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #4a4a4a;
}

#contact-form .selcontrol:before {
    font-family: 'feather-icons';
    font-size: 19px;
    color: #4a4a4a;
    content: '\e92e';
    right: 24px;
    top: 35px;
    position: absolute;
    pointer-events: none;
}

.button_area {margin-top:30px; text-align: center;}

#contact-form textarea.parsley-error,
#contact-form input[type="email"].parsley-error,
#contact-form input[type="text"].parsley-error {border:1px solid #e63254;}

/*
#contact-form textarea.parsley-success,
#contact-form input[type="email"].parsley-success,
#contact-form input[type="text"].parsley-success {border:1px solid #47592a;}
*/

#contact-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
     background: transparent; 
    border: 0px;
    width: 20px;
    margin-right: 10px!important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    
}

#contact-form input[type="checkbox"]:before {
    font-family: 'FontAwesome';
    content: '\f096';
    font-size: 20px;
    margin-left: 0px;
    color: #4a4a4a;
    cursor: pointer;
}

#contact-form  input[type="checkbox"]:checked:before {
    font-family: 'FontAwesome';
    content: '\f046';
    color: #47592a;
}

#contact-form .privacy_contact .parsley-errors-list {display: none;}

#contact-form .privacy_contact .parsley-error input[type="checkbox"]:before {color:#e63254}

/* CONTATTI */


/* STORE LOCATOR */

.shopw-window {width:250px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 15px 0px 15px 15px;
	color: #4A4A4A; line-height: auto;}

.shopw-window h4 {padding:0px; margin:0px; font-size: 18px; line-height: auto; border-bottom: 1px solid #47592a; margin-bottom: 10px; padding-bottom: 10px;}

.shopw-window ul {margin-left: 0px; border-bottom: 0px solid #47592a; padding-bottom: 10px; margin-bottom: 10px;}
.shopw-window ul li {list-style: none;}

.store_select {text-align: center;margin-bottom: 50px;}

.store_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    top: 5px;
    right: 13px;
    width: 24px;
}

/* STORE LOCATOR */

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #47592a;
    color: white;
}

/* BANNER HEADER TOP */
#wrapper{position: relative;}
.notice-top{background-color:#000;color:#fff;padding:0.5rem;font-size: 14px;}
.notice-top img {max-width: 26px;max-height: 26px;margin: 0;}
.notice-top p {line-height: 26px;margin-bottom: 0;}
/* BANNER HEADER TOP */

/* ------------- ECOMMERCE -------------- */


/* FORM area */

.woocommerce {margin-top:30px;}
#coupon_code,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {border:1px solid #4a4a4a; padding:10px 12px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; appearance: none; -webkit-appearance: none;-moz-appearance: none;}
.woocommerce form .form-row .required {color: #4a4a4a; font-weight: 300; text-decoration: none; cursor:default;}
.woocommerce form .form-row label,
.woocommerce form .form-row .woocommerce-input-wrapper{width: 100%;}
.woocommerce form .form-row .password-input{width: 46.5% !important;}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #4a4a4a;
    border-radius: 0px;
    height:46px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4a4a4a;
    line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {	font-family: 'feather-icons';
	font-size: 19px;
    color: #4a4a4a;
    content: '\e92e';
    top:8px;
    position: absolute
}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 46px;top: 0px;right: 5px;width: 24px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {display: none;}

.onsale {display: none;}

.woocommerce form .form-row.woocommerce-invalid label {color: #e63254;}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #e63254;
}
.woocommerce-error {
    border-top-color: #e63254;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e63254;
    opacity: 1; /* Firefox */
}

.woocommerce form .form-row.woocommerce-invalid input.input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e63254;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text::-ms-input-placeholder { /* Microsoft Edge */
    color: #e63254;
}

.woocommerce-error::before {
    content: '\e016';
    color: #e63254;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #47592a;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0px;
}

#coupon_code {width:100%; margin-bottom: 20px;}
.woocommerce form.checkout_coupon button {width:100%;}

.woocommerce form .form-row label {position: relative;}

.woocommerce form .form-row label.inline span {float:left; margin-top: 3px;}

.woocommerce input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    margin-right: 5px!important;
    transition:all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;
    border:0px;
    float:left;
}

.woocommerce input[type="checkbox"]:after{font-family: 'FontAwesome';content:'\f096'; font-size: 20px;  display: inline-block; top:-3px; /* margin-top:-9px; margin-left: 0px; */color:#47592a; cursor:pointer; width:20px;}
.woocommerce input[type="checkbox"]:checked:after {font-family: 'FontAwesome';content:'\f046'; font-size: 20px; color:#47592a; cursor:pointer;}

.woocommerce input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    margin-right: 5px!important;
    transition:all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;
    border:0px;
    float: left;
}

/*
.woocommerce input[type="radio"]:before{font-family: 'feather-icons';content:'\e937'; font-size: 20px; position: absolute; margin-top:-25px; margin-left: 0px; color:#47592a}
.woocommerce input[type="radio"]:checked:before {font-family: 'feather-icons';content:'\e92c'; font-size: 20px; position: absolute; margin-top:-25px; margin-left:0px; color:#47592a}
*/

.woocommerce input[type="radio"]:before{font-family: 'FontAwesome';content:'\f10c'; font-size: 20px; display: inline-block; top:-3px; /* margin-top:-9px; margin-left: 0px; */color:#47592a; cursor:pointer; width:20px;}
.woocommerce input[type="radio"]:checked:before {font-family: 'FontAwesome';content:'\f058'; font-size: 20px; font-size: 20px; color:#47592a; cursor:pointer;}

.woocommerce form .form-row {margin-bottom: 20px;}

.coupon input[type="submit"] {width:100%;}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}

.woocommerce .wc_payment_methods label {margin-top:4px;}

.woocommerce form .form-row input.parsley-error {border:1px solid #e63254}
.woocommerce .parsley-errors-list {margin:0px;}

/* FORM area */


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

input[type=number]{-moz-appearance: textfield;}

.quantity input {
  width: 50px!important;
  height: 50px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 0px;
  border: 1px solid #47592a;
  color:#47592a;
  text-align: center;
  font-weight: 600;
  border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; /*appearance: none; -webkit-appearance: none;-moz-appearance: none*/;
}


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

.quantity input:focus {outline: 0;}

.quantity-nav {
  position: relative;
  width: 50px;
  border:1px solid #47592a;
  height: 50px;
}

.qty-sx {float: left; border-right:0px;}
.qty-dx {float: left; border-left:0px;}

.quantity-button {
  position: relative;
  cursor: pointer;
  /*border-left: 1px solid #47592a;*/
  width: 40px;
  text-align: center;
  color: #47592a;
  font-size: 30px;
  line-height: 50px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transition: all 0.4s; -moz-transition:all 0.4s; -webkit-transition:all 0.4s;
}

.quantity-button.quantity-down {
  position: absolute;
  height: 100%;
  width:100%;
  left:0px;
  transition: all 0.4s; -moz-transition:all 0.4s; -webkit-transition:all 0.4s;

}

.quantity-button.quantity-up:hover,
.quantity-button.quantity-down:hover {background:#47592a;color:#FEFEF5}


/*
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
    font-family: "shop-w";
    font-size: 40px;
    display: inline-block;
    content: '\67';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: '\68';
}
*/


.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;

    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "shop-w";
    font-size: 30px;
    display: inline-block;
    content: '\67';
    margin-top: 8px;
}
.flex-direction-nav a.flex-next:before {
    content: '\68';
    margin-right: 2px;
}
.flex-direction-nav .flex-prev {
    left: 0px;
}
.flex-direction-nav .flex-next {
    right: 0px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-control-nav {display: none!important;}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #47592a;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #47592a;
    border-radius: 6px;
    position: absolute;
    top: 20px;
    left: 23px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}



/* 1. Single Product */
.woocommerce div.product div.images {width:100%;}
.singleprod-container { margin-top: 80px; margin-bottom:80px; }
.singleprod-container h1 {font-size: 50px;margin-bottom: 0px; line-height: 62px;}
.singleprod-container h4 {font-size: 20px; margin:0px;}
.singleprod-container p.price {font-size: 28px!important;  font-weight: 700; margin-top:30px; margin-bottom: 20px; color:#47592a!important;}
.singleprod-container p.price del {opacity: 0.7;}
.singleprod-container ins {text-decoration:none;}
.singleprod-container .single_add_to_cart_button {border-radius: 0px!important; text-transform: uppercase; font-size: 13px!important; font-weight: 600!important; height: 50px; transition: all 0.3s; -webkit-trasition: all 0.3s; -moz-transition: all 0.3s; border:1px solid #47592a!important; background:#47592a!important; padding:0px 30px!important; color:#FFF!important; margin-left: 20px; cursor: pointer;}
.singleprod-container .single_add_to_cart_button:hover {background:#FFF!important; color:#47592a!important;} 
.singleprod-container .in-stock, .singleprod-container .out-of-stock {margin-bottom: 20px; margin-top: 20px;}
.singleprod-container .desc {margin-bottom: 30px;}

.gallery-product:hover .swiper-button-next {right: 10px;}
.gallery-product .swiper-button-next {right: 1px;}

.gallery-product:hover .swiper-button-prev {left: 10px;}
.gallery-product .swiper-button-prev {left: 1px;}

.pswp img.pswp__img {width: auto !important;}

.in-stock {font-weight: 700; color:#47592a}
.out-of-stock {font-weight: 700; color:#e63254}

.viewme { position: absolute; top:10px; right:10px; color:#47592a}
.viewme i {font-size: 20px; transition:all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s;}
.viewme:hover i {font-size: 30px;}

.p-file {font-size: 18px; margin-top: 40px; font-style: italic; font-weight: 400;}
.p-file i {font-size: 22px; margin-top:20px;float:left; margin-top: 2px; margin-right: 5px;}
.p-file a {color:#4A4A4A}
.p-file a i {color:#47592a}
.p-file a:hover {color:#000;}

.p-disclaim {margin-top: 60px; font-size: 14px;}

/* 1. Single Product */




/* 2. Correlati */
.correlati-area{ margin-top:90px; color:#000; margin-bottom: 90px;}
.correlati-area h3 {color:#4A4A4A; margin-bottom: 25px; text-align: center;}
.correlati-area h4 {font-size: 18px; font-style: normal; line-height: normal; margin-bottom: 0px; margin-top: 0px;padding-top:14px;}
.correlati-area h4:before {content:''; width:20px; position: absolute; height: 1px; background: #000; left:50%; margin-left:-10px; margin-top:-14px}

.correlato-item {text-align: center; position: relative; padding-bottom: 30px;}
.correlato-item a {color:#000;}
.correlato-item a:hover {color:#666;}
.correlati-area .swiper-container {}

.correlati-area .swiper-button-next, .correlati-area .swiper-button-prev {color:#47592a;}

.correlati-area .swiper-container .swiper-button-next {right:0px;}
.correlati-area .swiper-container .swiper-button-prev {left:0px;}

.correlati-area .swiper-container:hover .swiper-button-next {right:10px;}
.correlati-area .swiper-container:hover .swiper-button-prev {left:10px;}

.correlato-item .correlato-hover {
	width:100%;
	height: 100%;
	position: absolute;
	background: rgba(255,255,255,0.6);
	left:0px;
	top:0px;
	/*transition: all 0.3s; -webkit-trasition: all 0.3s; -moz-transition: all 0.3s;*/
	display: none;
}

.correlato-item {border-top:1px solid #47592a; border-bottom:0px solid #47592a; margin-left: 10px; margin-right: 10px; background:#FFF; }
/*
.correlato-item .correlato-hover .correlato-btns a {display: none;}
.correlato-item:hover .correlato-hover .correlato-btns a {display: inline-block;}
*/

.correlato-btns a {min-width:180px; background:#47592a; text-transform: uppercase; font-weight: 600; color:#FFF; border-radius: 0px; font-size: 13px; margin-bottom: 10px; border:1px solid #47592a; padding:12px 0px; display:inline-block;}
.correlato-btns a:hover {background:#FFF; border:1px solid #47592a; color:#47592a} 
.correlato-btns {margin-top:50%;}

.correlato-item img {width:100%; height: auto;}

.cross-sells {margin-top: 180px; margin-bottom: 50px;}
.products .swiper-container {margin:0px;}
/* 2. Correlati */


/* 3. Alert */
.woocommerce-message {margin-top:40px;
    font-size: 20px;
    line-height: 30px;
}
a.wc-forward {border-radius: 0px; font-weight: 400; text-transform: uppercase;}
.woocommerce-info {border-top-color: #47592a; font-size: 20px; line-height: 30px;}
.woocommerce-info::before {color: #47592a;}

.woocommerce-message {border-top-color: #47592a;}
.woocommerce-message::before {
    content: '\e015';
    color: #47592a;
}

.woocommerce-message .button {float: left; width:100%; text-transform: none; color:#47592a}
.woocommerce-message .button:hover {width:100%; text-transform: none; text-decoration:underline; color:#4A4A4A}

.woocommerce-info a {color:#47592a}
.woocommerce-info a:hover {color:#4A4A4A; text-decoration: underline;}

.woocommerce-MyAccount-content .woocommerce-message .button {width: auto;}
.woocommerce-MyAccount-content .woocommerce-message .button:hover {text-transform: uppercase;}
/* 3. Alert */

	    

/* 4. Archive Product */

.woocommerce-products-header {margin-bottom: 50px;}
.product-item {
    margin-bottom: 50px; background: #FFF; border-top:1px solid #47592a;padding:15px;
    /*
    -webkit-box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.45);
    */
    transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s;
}

/*
.product-item:hover {
    margin-bottom: 50px; background: #FFF; border:0px solid #47592a;padding:15px;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
}
*/

.correlato-item h4 {font-size: 18px; line-height: 26px; margin-bottom: 10px;}
.correlato-item .price {font-weight: 600;}

.filtercat {margin-bottom: 20px;}
.filtercat .col-sm-4 {padding-left:25px; padding-right: 25px;}

.woocommerce-result-count {color:#47592a; font-weight: 900;}

.woocommerce-ordering{text-align: right;}

#catAccordionB ul li, 
#catAccordion ul li {list-style: none;}

#catAccordionB ul li:before, 
#catAccordion ul li:before {
    content: "\e930 ";
    position: absolute;
    left: 0px;
    font-size: 19px;
    color: #47592a;
    transition:all 0.3s; -webkit-transition: all 0.3s; -moz-transition:all 0.3s;
    font-family: 'feather-icons'
}

#catAccordionB ul li:hover:before, 
#catAccordion ul li:hover:before {
	left:2px;
}

#catAccordionB,
#catAccordion {margin-top:15px;}

#catAccordionB a,
#catAccordion a {color:#4a4a4a}

#catAccordionB a:hover,
#catAccordion a:hover {color:#47592a}

#catAccordionB a.acc_active, 
#catAccordion a.acc_active {color:#47592a; font-weight: 700;}

#catAccordionB a.acc_active_s,
#catAccordion a.acc_active_s {color:#47592a; font-weight: 700; text-decoration: underline;}

#catAccordionB .accordian-container,
#catAccordion .accordian-container {position:relative;}


#menu-catprod .card-body {padding:0;}
.catMobile {margin-bottom: 40px;}


.woocommerce-ordering .selwrap:before {
	font-family: 'feather-icons';
	font-size: 19px;
    color: #47592a;
    content: '\e92e';
    right: 34px;
    top: 3px;
    position: absolute;
    pointer-events: none;
}	


.woocommerce-ordering select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
	width:100%;
    color: #47592a;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 5px 0 10px;
    height: 30px;
    font-weight: 700;
    font-size: 12px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
    border: 1px solid #47592a;
}	
.woocommerce-ordering select::-ms-expand { display: none;}

.cat-nopic {text-align: center;}

.woocommerce-pagination {border-top:1px solid #47592a; margin-top: 20px; padding-top: 20px; text-align: center;}
.woocommerce-pagination .page-numbers li {list-style: none; display: inline-block;}
.woocommerce-pagination .page-numbers {margin:0px; padding:0px; }
.woocommerce-pagination .page-numbers span,
.woocommerce-pagination .page-numbers a {border:1px solid #47592a; width: 25px; height: 25px; display: block; text-align: center; line-height: 25px;}
.woocommerce-pagination .page-numbers span {background:#47592a; color:#FFF;}
.woocommerce-pagination .page-numbers a {color:#47592a} 
.woocommerce-pagination .page-numbers a:hover {background:#47592a; color:#FFF;} 
.woocommerce-pagination .page-numbers a.next, 
.woocommerce-pagination .page-numbers a.prev {border:transparent; color:#4a4a4a}
.woocommerce-pagination .page-numbers a.next:hover, 
.woocommerce-pagination .page-numbers a.prev:hover {background:transparent; color:#47592a}

/* 4. Archive Product */





/* 5. Mini Cart Product */
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    margin-left: 4px;
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color:#4a4a4a;
    /*margin-top:20px;*/
    font-style: normal;
    font-size: 16px;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid rgba(0,0,0,0.075);
    padding: 4px 0 0;
    font-size: 16px;
    padding-top: 10px;
}

.woocommerce.widget_shopping_cart .buttons a  {background:transparent; border:1px solid #47592a; border-radius: 0px; color:#47592a; font-size: 12px; transition: all 0.3s; -moz-transition-all: 0.3s; -webkit-transition-all:0.3s; padding:12px 15px;}
.woocommerce.widget_shopping_cart .buttons a:hover  {background:#47592a; border:1px solid #47592a; border-radius: 0px; color:#FFF; font-size: 12px;}

.woocommerce-mini-cart__buttons {margin-top:20px; font-style: normal;}
.woocommerce-mini-cart__buttons a {font-style: normal;}

.woocommerce-mini-cart__total strong {color:#4a4a4a}

.woocommerce.widget_shopping_cart .cart_list li {border-bottom: 1px solid rgba(0,0,0,0.075);}
.woocommerce.widget_shopping_cart .cart_list li:last-child {border-bottom: 0px solid rgba(0,0,0,0.075);}

.cart-dropdown-container .woocommerce {margin-top:0px;}

.cart-dropdown-container .quantity,
.cart-dropdown-container .woocommerce-Price-amount {font-weight: 700; font-size: 18px; font-style: normal; color:#47592a}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {white-space: normal;}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 50%;
    margin-top:-17px;
    left: 0;
}
/* 5. Mini Cart Product */


/* 6.Cart  */
.woocommerce-cart-form .woocommerce-cart-form__contents th.product-quantity {width:175px;}

.includes_tax {display: none;}
.update_cart {margin-top:25px!important; margin-bottom: 45px; display: none;}

.woocommerce table.cart td.actions .coupon { width:100%; text-align: center;}


.wc-proceed-to-checkout {text-align: center; margin-top: 60px;}
.woocommerce table.cart td.actions .coupon label {display: block; text-align: left; margin-bottom: 10px; font-style: italic; padding-left:10px;}
.woocommerce table.cart td.actions .coupon input {width:auto; text-align: left;}


.product-subtotal .woocommerce-Price-amount {color:#47592a; font-weight: 700;}
.woocommerce table.cart img {width: 110px; height: 110px;}
.woocommerce table thead {background:#47592a; color:#FFF}
.woocommerce table.shop_table {border-radius: 0px; background:#FFF; border:0px;}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table td { border-top: 1px solid #47592a; }

.woocommerce .cart_totals table { border-top: 1px solid #47592a;}

.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {padding:30px 12px;}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {border-top: 1px solid #47592a;}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {padding:16px 5px;}


.woocommerce table.cart td.actions {padding-top: 30px; padding-bottom: 30px;}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {text-transform: uppercase; border-radius: 0px!important; font-size: 13px!important; transition:all 0.3s; -webkit-transition-all:0.3s; -moz-transition-all:0.3s; padding: 0.85rem 2.1rem}

.order-total .woocommerce-Price-amount {font-size: 18px; color:#47592a;}
.order-total .includes_tax .woocommerce-Price-amount { font-size: 14px; color:#4a4a4a}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: 0.85rem 2.1rem;
    border:1px solid #ebe9eb;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {background:transparent;}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    left: auto;
    color: #47592a;
    background-color: transparent;
    border:1px solid #47592a;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #47592a;
    text-decoration: none;
    background-image: none;
    color: #FFF;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #47592a;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: transparent;
    color: #47592a;
}
.woocommerce-cart-form {margin-top:60px;}

#alert_price p {text-align: center; color:#47592a; background:#FFF; font-weight: 700; padding:20px 0px;}

.woocommerce a.remove {font-size: 0.9em!important; color:#47592a!important; padding: 8px 2px 8px 2px!important; height: auto; width: auto;}
.woocommerce a.remove:hover {color:#fa5f5f!important; background:transparent;}


.woocommerce td.product-quantity {
    min-height: 70px;
}

.woocommerce td.product-quantity .quantity {background:#FFF; display: inline-table;}

.woocommerce form .form-row textarea,
.woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered, 
.woocommerce-shipping-fields__field-wrapper input[type="select"],
.woocommerce-shipping-fields__field-wrapper input[type="tel"],
.woocommerce-shipping-fields__field-wrapper input[type="number"],
.woocommerce-shipping-fields__field-wrapper input[type="email"],  
.woocommerce-shipping-fields__field-wrapper input[type="text"],
.woocommerce-billing-fields__field-wrapper  .select2-container--default .select2-selection--single .select2-selection__rendered, 
.woocommerce-billing-fields__field-wrapper input[type="select"],
.woocommerce-billing-fields__field-wrapper input[type="tel"],
.woocommerce-billing-fields__field-wrapper input[type="number"],
.woocommerce-billing-fields__field-wrapper input[type="email"],  
.woocommerce-billing-fields__field-wrapper input[type="text"] {font-style: italic; font-weight: 300; background:rgba(254,254,243,0.5)}
.woocommerce form .form-row-wide span:not(.show-password-input):not(.select2-selection__arrow){width: 100%;}

.tovalidate span,
.tovalidate input[type="checkbox"]:before {color:#e63254}
.tovalidate a {color:#e63254}
/* 6.Cart  */




/* 7. Payment */
.wc-terms-and-conditions {width:100%; margin-bottom: 40px;}
#terms:before {margin-top:-5px!important;}


#customer_details {margin-bottom: 80px;}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #FFF;
    border-radius: 0px;
    border:1px solid #47592a;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #47592a;
    margin: 0;
    list-style: none outside;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #47592a;
    color: #FFF;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: '';
    display: block;
    border: 1em solid #47592a;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#ship-to-different-address span {font-size: 18px;}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
}

.woocommerce-thankyou-order-failed-actions {margin-bottom: 30px; text-align: center;}
.woocommerce-thankyou-order-failed-actions a { display: inline-block; margin-bottom: 20px!important;}
.woocommerce-columns--2.col2-set h2 {font-size: 45px;line-height: 55px;}
.woocommerce-columns--2.col2-set .woocommerce-column.col-1, .woocommerce-columns--2.col2-set .woocommerce-column.col-2{max-width: 48%; flex: none;-webkit-box-flex:initial;-ms-flex:initial;}

.woocommerce .woocommerce-orders-table__cell-order-actions {text-align: right;}
.woocommerce .woocommerce-orders-table__cell-order-actions a {margin:5px; min-width: 200px; text-align: center;}

#payment ul li {list-style: none;}
#payment ul {margin-left:0px;}
/* 7. Payment */


.woocommerce-MyAccount-content {margin-bottom: 80px;}

.woocommerce-form__label-for-checkbox {width:100%; margin-top:20px;}

.woocommerce-ResetPassword,
.woocommerce form.login, .woocommerce form.register {
    border: 1px solid #47592a;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0px;
    background: #FFF;
}

.myaccount,
.lostpwd,
#customer_login {margin-top:40px; margin-bottom: 40px;}

.woocommerce-breadcrumb {background-color:transparent; padding:15px 0px; font-weight: 700; color:#4A4A4A; }
.woocommerce-breadcrumb span {text-decoration: underline;}
.woocommerce-breadcrumb a {color:#4a4a4a;}

.woocommerce-breadcrumb a:hover {color:#47592a}
.about_paypal {display: none;}



.woocommerce-customer-details h4 {border-bottom:1px solid #47592a; padding-bottom: 15px;}
.woocommerce .woocommerce-customer-details address {border:0px;}

.woocommerce-customer-details--email:before,
.woocommerce-customer-details--phone:before {content:'';}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {display: none;}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 0em;
}


.woocommerce-bacs-bank-details h2 {font-size: 30px; line-height: 38px; font-style: normal; text-align: center;}

.woocommerce-bacs-bank-details h2:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    margin-left: -44px;
    margin-top: 18px;
}

.woocommerce-bacs-bank-details h2:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    margin-left: 14px;
    margin-top: 18px;
}

.woocommerce-bacs-bank-details h3{
font-size: 24px;
    line-height: 33px;
    font-weight: 600;
}
.woocommerce-bacs-bank-details h3:after,
.woocommerce-bacs-bank-details h3:before {display: none;}



.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #47592a;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {color:#47592a; background:#FFF}

.woocommerce #payment #place_order {float:none; margin: 0 auto;}

.cart-dropdown .dropdown-menu.dropdown-menu-right {max-height: 380px; overflow-y: auto; overflow-x:hidden;}
.restore-item {display: none;}




/* ------------- ECOMMERCE -------------- */


.shipexplain {font-size: 13px; line-height: 18px; font-style: italic;}
.aromi_band{width: 100%; height: 40px;} 




/* RESPONSIVE */

.hero-bg {min-height: 800px;}

@media screen and (max-width: 1500px) {
	#reportage-slide .item-capt {bottom: 35%;}	
}



@media screen and (max-width: 1199px) {
	#reportage-slide .item-capt {bottom: 35%;}	

    .line-boxes h2 {font-style: normal; margin-top: 30px; font-size: 48px; line-height: 58px;}
    .line-boxes {margin-bottom: 20px;}
	.pagetext a {display:block;}
}

@media screen and (max-width: 1100px) {
	#reportage-slide .royalSlider {height: 650px;}
	#reportage-slide .item-capt {bottom: 35%;}
	#reportage-slide h3 {font-size: 40px; line-height: 40px;}
	.nav-newsnav .box-newsnav {font-size: 14px;}	
	#reportage-slide .nav-newsnav {height: 85px;}
}

@media screen and (max-width: 991px) {
    
    #menu {padding:0px;}

    .line-boxes h2 {font-style: normal; margin-top: 20px; }
    .line-boxes {margin-bottom: 100px; padding:0px 120px;}
    .line-boxes img {text-align: center; width:100%;}
    .line-boxes .boximage {text-align:center;}
	
	.single-hero .meta-date, .single-hero .meta-photo,	
	.single-hero .meta-author {text-align: left; padding-top:0px; border-top:0px;} 
	.single-hero .meta-author {text-align: left; padding-top:20px; border-top:1px solid #fcfbfc} 
	#social_btn {display: none;}
	
	.hero-bg {min-height: 700px;}
	.shopw-heroslide .h1.xl {font-size: 50px; line-height: 62px;}
	.hero-bg-content {text-align: left;}
	#reportage-slide .royalSlider {height: 550px;}
	#reportage-slide h3 {font-size: 30px; line-height: 30px;}
	#reportage-slide .item-capt {bottom: 30%; }
	.nav-newsnav {display: none;}
	#reportage-slide .rsBullets {display: block;}	
	#reportage-slide .btn {padding: 8px 18px; font-size: 12px;}
	#reportage-slide .subnew {display: none;}
	.box-succedecta,	
	.box-succedeshopw {border-right: 0px; padding:0px 15px; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}	

    .navbar-dark .navbar-nav .nav-link, 
    .navbar-dark .navbar-icon,
    .navbar-dark .shopw-brand i {color:#fcfbfc}

    .navbar-white .navbar-nav .nav-link, 
    .navbar-white .navbar-icon,
    .navbar-white .shopw-brand i {color:#4A4A4A}

    .menu-shopw-f .navbar-nav {margin-top: 20px; padding:20px; margin-bottom:20px; border-top:0px solid #47592a; background: #fcfbfc}
    .menu-shopw-w .navbar-nav {margin-top: 20px; padding:20px; margin-bottom:20px; border-top:0px solid #47592a; background: #FFF}
    .menu-shopw-f .navbar-nav .nav-link, .menu-shopw-w .navbar-nav .nav-link {color:#4a4a4a;}
    .menu-shopw-f .navbar-nav .nav-link:focus, .menu-shopw-f .navbar-nav .nav-link:hover,
    .menu-shopw-w .navbar-nav .nav-link:focus, .menu-shopw-w .navbar-nav .nav-link:hover {text-decoration: underline; color:#4a4a4a!important}

    .menu-shopw-f.bg-transparent .navbar-nav .nav-link {color: #4A4A4A;}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {color:#666;}
    #menu .navbar {padding-top:10px; padding-bottom: 10px;}
    /*#menu-menu-principale {margin-top: 20px; padding-top:20px; padding-left:20px; padding-bottom:20px; margin-bottom:20px; border-top:1px solid #47592a; background: #47592a}*/
    .btnrow a {margin-bottom: 20px;}
    .area-cta {padding:40px 40px 20px 40px;}
    .area-cta h2 {margin-bottom: 30px;}

    .new-contain {margin-top: 80px;}

    .line-up {margin-top: 20px; padding-bottom: 20px;}

    .sidebar-left .sidebar_inner {border-right:0px; padding-right: 0px; margin-bottom: 60px;}

    .woocommerce-products-header { margin-bottom: 20px; }
    .singleprod-container { margin-top: 30px; margin-bottom: 80px;}
    .singleprod-container h1 {font-size:30px;margin-bottom: 0px; line-height: 42px;}

    .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {display: none;}
    .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {font-size: 14px;}

    .social-area {width:100%; min-height: 50px; text-align: center; background:#fcfbfc; position: relative; margin-bottom: 80px;}
    .social-area a {display: inline-block;}
    .social-area a.twitter-share {border-left:1px solid #47592a; margin-left: -5px;}

    .woocommerce-form-login .form-row-last,
    .woocommerce-form-login .form-row-first {width:100%!important;}

    .single-hero .incipit { margin-top: 100px; margin-bottom: 30px;}

    .single-hero .breadme { margin-bottom: 50px;}

    .videocage iframe {height: 320px;}
}




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

	.woocommerce .product-remove a.remove {font-size: 28px!important;}
	
	.line-boxes {margin-bottom: 70px; padding:0px 15px;}
	
	.shopw-brand i {font-size: 100px;}
    .hero-layer {background-color:rgba(0,0,0,0.2);}
	#reportage-slide .royalSlider {height: 400px;}
	#reportage-slide .rsArrow {display: none!important;}
		
    .shopw-heroslide {text-align: center;}
    .pt-5 {padding-top:0px!important}

    .cat-nopic h3,
    section h3 {margin-bottom: 20px;}
    .box-subslider {min-height: auto;}

    .home-luoghi .card-title {font-size:20px;line-height: 20px; margin-bottom: 15px;}
    .home-luoghi .incipit-area {margin-bottom: 30px; margin-top: 30px}
    .new-contain {margin-top: 80px;}
    .social-foot a { padding: 4px;}

    .section-subslider {margin-top:15px; display: inline-block;}

    .area-evidenza .ev-item img {max-width: 200px;}
    .area-evidenza .ev-item .col-lg-5 {text-align: center;}
    .area-evidenza .swiper-container {padding-bottom: 80px;}
    .area-evidenza .swiper-pagination {color:#4A4A4A; bottom:20px!important;}

    .divide-cat1 {padding-top: 30px;}
    .home-succedeshopw {margin-top: 90px;}

    .slideContent .rsBullets {display: block;}
    .galnav {display: none;}

    .product-item img {max-width: 300px;}


    .woocommerce-cart-form .woocommerce-cart-form__cart-item {margin-bottom: 50px; border:1px solid #47592a; padding:10px;}
    .woocommerce-cart-form table.shop_table_responsive tr:nth-child(2n) td { background-color: #FFF;}
    .woocommerce-cart-form table.shop_table_responsive tbody  td:first-child {border-top:0px; padding: 5px 20px;}
    .woocommerce-cart-form table.cart .product-thumbnail {display: block; text-align: center!important;}
    .woocommerce-cart-form table.cart .product-thumbnail:before {content:'';}


    .headmain h1 {font-size: 40px; line-height: 52px; padding:20px 0px;}
    .incipit h1 {font-size: 40px; line-height: 52px; margin-bottom: 0px;}


    .woocommerce-orders-table.shop_table_responsive tr {margin-bottom: 50px; border:1px solid #47592a; padding:10px;}
    .woocommerce-orders-table.shop_table_responsive tr:nth-child(2n) td { background-color: #FFF!important;}
    .woocommerce-orders-table.shop_table_responsive tbody  td:first-child {border-top:0px; }


    .authcage img {max-width: 160px; text-align: center;}

    .woocommerce table.cart td.actions .coupon .input-text+.button {float:none;}
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon input {width:auto; display: inline-block;}

    .woocommerce .woocommerce-order-details tfoot td,
    .woocommerce table.shop_table .product-total,
    .woocommerce table.shop_table .shipping td,
    .woocommerce table.shop_table .fee td,
    .woocommerce table.shop_table .order-total td,
    .woocommerce table.shop_table .product-subtotal,
    .woocommerce table.shop_table .cart-subtotal td {text-align:right}

    .firsth4 {margin-top:0px;}

    .sidecont:after {font-family:'shop-w'; content: "\69"; font-style: normal; text-align: center; width:100%;}

    .sidecont:after {
        font-family: 'shop-w';
        content: "\69";
        font-size: 25px;
        font-style: normal;
        text-align: center;
        width: 25px;
        position: absolute;
        left: 50%;
        margin-left: -12px;
    }

    .edit-item { margin-bottom: 90px;}

    .videocage iframe {height: 280px;}

    .navbar-icons {margin-top: 8px;}
}


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

    .woocommerce ul.order_details li {
        float: left;
        margin-right: 2em;
        text-transform: uppercase;
        font-size: .715em;
        line-height: 1;
        border-right: 1px dashed #d3ced2;
        padding-right: 2em;
        margin-left: 0;
        padding-left: 0;
        list-style-type: none;
        width: 45%;
        margin-bottom: 23px;
    }

    #order_review_heading,
    .woocommerce-billing-fields h3, 
    .cat-nopic h3,	
    .correlati-area h3,	
    section h3 {font-size:22px;}
    .hero-bg {min-height: 650px;}
    .new-contain {margin-top: 90px;}	
    .logofoot {margin-top: 0px; margin-bottom: 30px;}
    .footselect {text-align: center; margin-bottom: 30px;}
    .line-up hr {display:none}
    .foot-credit,
    .foot-address {text-align: center}
    .logofoot .btn {width:100%;}

    .box-categorie h2 {font-size: 45px; line-height: 48px;}
    .box-categorie {margin-bottom: 20px;}

    .area-cta h2 {font-size: 45px; line-height: 48px;}

    .shopw-heroslide .h1.xl {font-size: 40px; line-height: 52px;}

    .box-succedecta,	
    .box-succedeshopw {border-right: 0px; padding:0px 15px; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}

    .box-succedeshopw {border-bottom:1px solid #47592a; margin-bottom: 20px; padding-bottom: 20px;}
    .box-succedecta {text-align: center; margin-top: 20px;}	
    .box-succedecta .btn {margin:0 auto;}

    .scroll-to-top.show {display: none;}

    .area-evidenza .ev-item img {max-width: 100px;}
    .area-evidenza .ev-item h4 {margin:10px 0px;}
    .area-evidenza .ev-item h5 {margin:10px 0px;}

    .singleprod-container .quantity {width:100%; display:inline-block; margin-bottom: 25px;}
    .singleprod-container .single_add_to_cart_button {margin-left: 0px;}

    .videocage iframe {height: 220px;}

    .woocommerce.widget_shopping_cart .buttons a  {display: block; text-align: center;}
}
/* RESPONSIVE */
