/* riscrivo style.css */

h3 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: normal;
}

.p13 {
	font-size: .625rem;
	letter-spacing: normal;
}

/*fine*/

/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.button {
	background-color: #000000;
	font-weight: 400;
}

.button.button-border {
	border: 1px solid #000000 !important;
	color: #000000 !important;
}

.button-white {
	background-color: #fff;
	color: #000000;
}

.button-facebook {
	background-color: #3B5998;
}

.button-facebook:hover {
	background-color: #444;
}

.btn-facebook {
	color: #fff;
	border-color: #155eb0;
	background-color: #155eb0;
}

.btn-facebook i {
	font-size: 18px;
	margin-right: 15px;
}

.btn-facebook:hover {
	color: #155eb0;
	border-color: #155eb0;
	background-color: #fff;
}

.btn-facebook.focus {
	box-shadow: 0 0 0 0.2rem rgba(21, 94, 176, 0.5);
}

.btn-facebook.disabled, .btn-facebook:disabled {
	color: #545454;
	background-color: transparent;
}

.btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #000000;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {
	background-color: #000000;
	border-color: #000000;
	color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-white {
	color: #fff;
	background-color: #000000;
	background-image: none;
	border-color: #fff;
}

.btn-outline-white:hover {
	color: #000000;
	background-color: #fff;
	border-color: #fff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 2555, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
	color: #fff;
	background-color: #000000;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show>.btn-outline-white.dropdown-toggle {
	color: #000000;
	background-color: #fff;
	border-color: #fff;
}

/*
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(160, 0, 30, 0.5);
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(160, 0, 30, 0.5);
}
*/

/*
.top-links ul ul, .top-links ul div.top-link-section {
	display: none;
	top: 31px;
	background: #FFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #EEE;
}
*/

.header-extras li .he-text span {
	color: #000000;
}

#primary-menu ul li>a {
	padding-top: 21px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 21px;
	line-height: 16px;
}

#primary-menu ul li:hover>a, #primary-menu ul li.current>a {
	color: #000000;
}

#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
	background-color: #FFF;
	border: 1px solid #EEE;
	border-top: 2px solid #000000;
}

#primary-menu ul ul li:hover>a {
	background-color: #000000;
	color: #fff;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a:hover {
	color: #a7a7a7;
	text-decoration: underline !important;
}

#primary-menu.style-3>ul>li.current>a {
	background-color: #000000;
}

#primary-menu.style-4>ul>li:hover>a, #primary-menu.style-4>ul>li.current>a {
	border-color: #000000;
}

#primary-menu.style-6>ul>li>a:after, #primary-menu.style-6>ul>li.current>a:after, #primary-menu.style-6>div>ul>li>a:after, #primary-menu.style-6>div>ul>li.current>a:after {
	border-top: 1px solid #000000;
}

#primary-menu.sub-title>ul>li:hover>a, #primary-menu.sub-title>ul>li.current>a, #primary-menu.sub-title>div>ul>li:hover>a, #primary-menu.sub-title>div>ul>li.current>a {
	background-color: #000000;
	color: #FFF;
}

/* ok */

#top-search, #top-cart, #side-panel-trigger, #top-account {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	float: right;
}

#top-cart {
	padding-right: 0px;
}

#top-cart>a:hover {
	color: #000000;
}

#top-cart>a>span {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #000000;
}

#page-title {
	background-image: none;
	background-color: #000000;
}

#page-title.page-title-dark {
	background-color: #000;
}

.bg-secondary {
	background-color: #ffffff !important;
}

#primary-menu ul li>a {
	font-size: 12px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 0.35px;
	text-transform: none;
}

#primary-menu ul li:hover>a {
	color: #000000;
}

#primary-menu ul li.current>a {
	color: #000000;
}

#primary-menu ul li:hover>a>div, #primary-menu ul li.current>a>div {
	text-decoration: underline !important;
}

#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
	background-color: #fff;
	border: 1px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 3px solid #fff;
}

#primary-menu ul ul li>a {
	border-top: 0px !important;
}

#primary-menu ul ul li li:hover>a {
	border-top: 0px !important;
	background-color: transparent !important;
}

.dark #header-wrap:not(.not-dark) #primary-menu>ul>li:hover>a, .dark #header-wrap:not(.not-dark) #primary-menu>ul>li.current>a, .dark #header-wrap:not(.not-dark) #primary-menu>.container>ul>li:hover>a, .dark #header-wrap:not(.not-dark) #primary-menu>.container>ul>li.current>a {
	color: #000000;
}

.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #000;
}

.dark #header-wrap:not(.not-dark) #top-cart a:not(.button):not(.btn), .dark #top-cart .top-cart-item-desc a:not(.button):not(.btn) {
	color: #000;
}

.dark #header-wrap:not(.not-dark) #top-cart a {
	color: #fff;
	text-shadow: none;
}

.dark .top-cart-item-desc a:hover {
	color: #000000 !important;
}

.dark .top-cart-item-image:hover {
	border-color: #000000;
}

.top-cart-action span.top-checkout-price {
	color: #000000;
}

.dark .top-cart-item-desc span.top-cart-item-price {
	color: #000;
}

.dark .top-cart-item-desc span.top-cart-item-quantity {
	color: #000;
}

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

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

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}

.btn-secondary {
	background-color: #fff;
	border-color: #fff;
	color: #000000;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}

.btn-white {
	color: #000000;
	background-color: #fff;
	border-color: #fff;
}

.btn-white:hover {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.btn-white:focus, .btn-white.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-link, .page-link, .page-link:hover, .page-link:focus {
	color: #000000;
}

.page-item.active .page-link, .page-link:hover, .page-link:focus {
	color: #FFF !important;
	background-color: #000000 !important;
	border-color: #000000 !important;
}

.button.button-border:not(.button-fill):hover {
	color: #FFF !important;
}

.portfolio-filter li.activeFilter a, .static-filter li.activeFilter a {
	background-color: #000000;
}

.portfolio-filter li a:hover, .static-filter li a:hover {
	color: #000000;
}

.comment-content .comment-author a:hover {
	color: #000000;
}

.dark #header.semi-transparent, .dark #header.semi-transparent.floating-header .container, #header.dark.semi-transparent, #header.dark.semi-transparent.floating-header .container {
	background-color: rgba(0, 0, 0, 0.5);
}

.product-title h3 a:hover, .single-product .product-title h2 a:hover {
	color: #000000;
}

.dark .heading-block:not(.not-dark):after {
	border-top-color: rgba(255, 255, 255, 1);
}

.cart-product-thumbnail img:hover {
	border-color: #000000;
}

.feature-box h3 {
	color: #000000;
}

.feature-box p {
	color: #000000;
}

.product-price ins {
	color: #000000;
}

/*
.sale-flash {
	background-color: #000000;
}
*/

.promo.promo-flat {
	background-color: #000000;
}

.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
	border-bottom: 1px solid #000000;
}

.single-product .product-price {
	color: #000000;
}

.top-cart-item-desc a:hover {
	color: #000000 !important;
}

.top-cart-item-image:hover {
	border-color: #000000;
}

.process-steps li.active a, .process-steps li.ui-tabs-active a {
	background-color: #000000 !important;
	border-color: #000000 !important;
}

.process-steps li.active h5, .process-steps li.ui-tabs-active h5 {
	color: #000000;
}

#gotoTop {
	background-color: #000;
}

#gotoTop:hover {
	background-color: #000;
}

/* end Colors */

/* Fonts */

/*
h1, h2, h3, h4, h5, h6, .title-font {
	font-family: 'Century Gothic', sans-serif;
}

h4 {
	font-size: 17px;
}

h1, h2, h3, h4, h5, h6, .title-font {
	font-size: 14px;
}
.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .heading-block h5 {
	font-size: 14px;
}

body {
	font-family: 'Century Gothic', sans-serif;
}
*/

#logo {
	font-family: 'Century Gothic', sans-serif;
}

#primary-menu ul li>a {
	font-family: 'Century Gothic', sans-serif;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
	font-family: 'Century Gothic', sans-serif;
}

#primary-menu ul ul li>a {
	font-family: 'Century Gothic', sans-serif;
}

#top-search form input {
	font-family: 'Century Gothic', sans-serif;
}

.entry-link {
	font-family: 'Century Gothic', sans-serif;
}

.entry.entry-date-section span {
	font-family: 'Century Gothic', sans-serif;
}

.button.button-desc {
	font-family: 'Century Gothic', sans-serif;
}

ul.tab-nav-lg li a {
	font-family: 'Century Gothic', sans-serif;
}

.counter {
	font-family: 'Century Gothic', sans-serif;
}

label {
	font-family: 'Century Gothic', sans-serif;
	text-transform: none;
	font-size: 14px;
	font-weight: 900;
}

.widget-filter-links li a {
	font-family: 'Century Gothic', sans-serif;
}

.nav-tree li a {
	font-family: 'Century Gothic', sans-serif;
}

.wedding-head .first-name, .wedding-head .last-name, .wedding-head .and {
	font-family: 'Century Gothic', sans-serif;
}

.title-heading {
	font-size: 23px;
	line-height: 30px;
	color: #000000;
	font-weight: 500;
	padding: 0 0 40px;
	margin: 0 0 30px;
	border-bottom: 2px solid #000000;
}

.custom-format, #content .custom-format p {
	color: #000;
	font-size: inherit;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

#content .custom-format p:last-child {
	margin-bottom: 0;
}

.custom-format ul {
	padding-left: 16px;
}

.custom-format ul:not(:last-child) {
	margin-bottom: 20px;
}

.prod-label {
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
}

.font-small {
	font-size: 10px;
}

/* end Fonts*/

/* Icons */

img[class^=icustom-] {
	height: 20px;
	width: auto;
	max-width: none;
	-webkit-transition: margin .4s ease, opacity .3s ease;
	-o-transition: margin .4s ease, opacity .3s ease;
	transition: margin .4s ease, opacity .3s ease;
}

/* end Icons */

/* BlockUi */

div.blockOverlay {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/preloader.gif") center center no-repeat #FFF;
}

.blockUI.blockMsg.blockElement>h1 {}

.blockOverlay {
	background-color: rgba(0, 0, 0, 0.8);
}

.blockMsg {
	background: #fff;
	padding: 10px;
}

.blockMsg * {
	margin: 0;
}

/* end BlockUi */

/* General */

.container {
	padding-right: 10px;
	padding-left: 10px;
}

.container-fluid {
	padding-right: 10px;
	padding-left: 10px;
}

.container-padding {
	padding-left: 60px;
	padding-right: 60px;
}

@media (max-width:767px) {
	.container-padding {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	padding-right: 10px;
	padding-left: 10px;
}

.btn-sm {
	font-size: 9px;
	line-height: 10px;
	padding: 10px 30px;
	text-transform: uppercase;
	min-width: 140px;
}

.bg-grey {
	background-color: #f3f3f3;
}

.si-wishlist:hover, .si-colored.si-wishlist {
	background-color: #d8d8d8 !important;
}

.si-user:hover, .si-colored.si-user {
	background-color: transparent !important;
}

.si-user:hover .icustom.user {
	content: url('../images/icons/user-primary.svg');
}

.si-email3:hover, .si-colored.si-email3 {
	background-color: #444 !important;
}

.autocomplete-suggestions {
	background-color: #ffffff;
	font-size: 13px;
	padding: 10px 13px;
	width: 250px;
	overflow: auto;
}

.autocomplete-suggestion {
	cursor: pointer;
	margin: 0 0 4px;
}

.autocomplete-suggestion:hover {
	text-decoration: underline;
}

.form-control {
	border: 1px solid #000000;
	padding: 15px;
	line-height: 14px;
	border-radius: 28px;
}

select.form-control:not([size]):not([multiple]) {
	height: auto;
}

.form-check {
	line-height: 13px;
}

.form-check-label {
	font-size: 11px;
	line-height: 13px;
	font-weight: 700;
}

.form-check-input {
	margin-top: 0;
}

.hr-icon {
	position: relative;
	border-color: #d8d8d8;
	margin-top: 10px;
	margin-bottom: 44px;
}

.hr-icon:after {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 50%;
	width: 20px;
	height: auto;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.hr-icon.card:after {
	content: url('../images/icons/card-light.svg');
}

.hr-icon.diamond:after {
	content: url('../images/icons/diamond-light.svg');
}

.hr-icon.instagram:after {
	content: url('../images/icons/instagram-light.svg');
}

.hr-icon.login:after {
	content: url('../images/icons/login-light.svg');
}

.hr-icon.user:after {
	content: url('../images/icons/user-light.svg');
}

.hr-icon.bag:after {
	content: url('../images/icons/shopping-bag-light.svg');
}

.hr-icon.truck:after {
	content: url('../images/icons/truck-light.svg');
}

.promo h3 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 48px;
	font-weight: 700;
}

.separate-div {
	position: relative;
}

.separate-div>div:not(:first-of-type):before {
	content: '-';
	display: block;
	position: absolute;
	color: inherit;
	top: 50%;
	left: -2px;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.section-background {
	background-size: cover;
	background-position: center center;
}

label.error {
	font-size: 11px;
}

.form-check-input+.error {
	position: absolute;
	bottom: -25px;
}

.bootstrap-select.btn-group .dropdown-menu {
	max-height: 30vh !important;
}

.toggle-custom .togglet {
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
	font-family: 'Century Gothic', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	padding: 8px 15px;
	line-height: 16px;
	padding-left: 0;
}

.toggle-custom .togglet.toggleta {
	border-bottom: 1px solid transparent;
}

.toggle-custom .togglec {
	border-bottom: 1px solid #fff;
	padding: 10px 0 10px 0;
}

.toggle-custom.toggle .togglet i {
	left: auto;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.fixed-photo {
	position: relative;
	display: block;
}

.fixed-photo img {
	position: absolute;
	top: 50%;
	height: auto;
	width: 100%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.bottom-content {
	position: absolute;
	bottom: 0;
}

.right-content {
	position: absolute;
	right: 0;
}

.img-padding {
	padding-bottom: 30px;
}

#gotoTop {
	right: auto;
	left: 30px;
}

.made-by-quantico {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: right;
}

.made-by-quantico a {
	display: inline-block;
}

.made-by-quantico img {
	width: auto;
	height: 13px;
	margin-left: 5px;
}

/* end General */

/* Instagram */

.insta-post-img {
	float: left;
	width: calc(100%/7);
}

.insta-post-img a {
	display: block;
	height: 100%;
	width: 100%
}

.insta-post-img a:hover {
	opacity: 0.7;
}

.square-container {
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.square-container img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: 100%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/* end Instagram */

/* Header */

li.top-social a {
	float: none;
	width: 40px;
	font-weight: bold;
	color: #666;
	padding: 0;
	font-size: 13px;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
}

li.top-social a:hover {
	color: #FFF !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-shadow: none;
}

.ts-icon .icustom {
	height: 15px;
}

a:hover .icustom.phone {
	content: url("../images/icons/phone-hover.svg");
}

a:hover .icustom.mail {
	content: url("../images/icons/mail-hover.svg");
}

a:hover .icustom.wishlist {
	content: url("../images/icons/wishlist-hover.svg");
}

a:hover .icustom.user {
	content: url("../images/icons/user-hover.svg");
}

a:hover .icustom.shopping-bag-primary, button:hover .icustom.shopping-bag-primary {
	content: url("../images/icons/shopping-bag-primary-hover.svg");
}

li.top-social, li.top-social a, li.top-social .ts-icon, li.top-social .ts-text {
	display: block;
	position: relative;
	float: left;
	width: auto;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-transform: none;
}

li.top-social .ts-icon {
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 14px;
}

/*
body:not(.top-search-open) #top-search .icustom-search {
	opacity: 1;
	margin-right: 5px;
}

#top-search .icustom-search {
	opacity: 0;
}
*/

#top-search a, #top-cart>a, #side-panel-trigger a, #top-account a {
	height: 20px;
	width: auto;
	font-size: 0.75rem;
	line-height: 22px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.5px;
}

#top-cart>a {
	height: auto;
	width: auto;
}

.header-help, .top-account, .header-lang {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-right: 25px;
	letter-spacing: 0.6px;
	font-weight: 700;
}

.header-lang {
	position: relative;
}

.header-lang .top-links-sub-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	pointer-events: auto;
	z-index: 499;
	display: none;
	top: calc(100% + 15px);
	width: 105px;
	padding-top: 10px;
	padding-bottom: 11px;
	left: -28px;
}

.header-lang .top-links-sub-menu a {
	padding: 6px 16px;
}

.header-lang .top-links-sub-menu a>div {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.header-lang .top-links-sub-menu a>div:after {
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #000;
	bottom: 0px;
	z-index: -1;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

.header-lang .top-links-sub-menu a>div:hover:after, .header-lang .top-links-sub-menu a.active div:after {
	width: 100%;
}

.header-lang .top-links-sub-menu a.active {
	font-weight: bold;
}

.top-account>a {
	display: block;
}

.top-account>a img[class^="icustom-"] {
	width: auto;
	height: 13px;
	margin-right: 4px;
}

/*
.top-links li i {
	vertical-align: middle;
}

.top-links li i:first-child {
	margin-right: 0;
}

.top-links li>a {
	font-weight: 300;
	color: #545454;
	font-size: 10px;
	line-height: 30px;
	height: 30px;
}

.top-links li.top-social>a {
	padding: 0 5px;
}

.top-links li>a i {
	color: #7f7f7f;
	font-size: 14px;
}

.top-links ul li {
	border-left: 1px solid #fff;
	height: 30px;
	letter-spacing: 2px;
}
*/

#primary-menu.style-2 {
	overflow: hidden;
	border-top: none;
	padding-left: 25px;
	padding-right: 25px;
}

#top-search form {
	width: 280px !important;
	height: 20px !important;
	padding: 0;
	padding-right: 55px;
	padding-left: 5px;
	margin: 15px 0px;
	left: auto;
	right: 0;
}

#primary-menu .container #top-search form input, .sticky-header #top-search form input {
	font-size: 11px;
	padding: 0;
	padding-right: 20px;
	border-bottom: 1px solid #fff !important;
}

.fright .top-links ul div.top-link-section, .top-links.fright ul div.top-link-section {
	letter-spacing: normal;
	z-index: 999;
}

.top-link-section .btn {
	font-size: 13px;
	padding: 8px 10px;
	min-width: 100px;
}

.top-link-section label {
	line-height: 37px;
	margin-bottom: 0;
}

.top-link-section .btn.btn-outline-primary {
	color: #000000;
}

#top-login .form-control {
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	border-radius: 18px;
}

.fright .top-links>ul>li>a:hover+div.top-link-section, .top-links.fright>ul>li>a:hover+div.top-link-section, .fright .top-links>ul>li>div.top-link-section:hover, .fright .top-links>ul>li>div.top-link-section.hover, .login-wrapper:hover .top-link-section {
	display: block;
	pointer-events: auto;
}

#primary-menu.style-2>div #top-search, #primary-menu.style-2>div #top-cart, #primary-menu.style-2>div #side-panel-trigger {
	margin-top: 15px;
	margin-bottom: 15px;
}

body.top-search-open #primary-menu>.container>ul, body.top-search-open #top-cart {
	opacity: 0.6;
}

/*
#header {
	font-weight: 600;
	font-size: 12px;
	line-height: 22px;
}

#header.sticky-style-2 {
	height: auto;
}

#header.sticky-style-2 #header-wrap {
	height: auto;
}

#header.sticky-header #header-wrap {
	box-shadow: none;
}

#header.sticky-header:not(.static-sticky).sticky-style-2, #header.sticky-header:not(.static-sticky).sticky-style-3 {
	height: auto;
}

#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap {
	height: auto;
}

#header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #side-panel-trigger {
	margin-top: 20px !important;
	margin-bottom: 16px !important;
}
/*
#header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #top-cart, #header.sticky-header:not(.static-sticky) #side-panel-trigger {
	margin-top: 20px !important;
	margin-bottom: 16px !important;
}
/*
#header.sticky-header:not(.static-sticky) #top-cart {
	margin-left: 25px;
	margin-right: 50px;
}
*/

#header.sticky-header:not(.static-sticky) #primary-menu>ul>li>a {
	padding-top: 21px;
	padding-bottom: 21px;
}

.top-links ul div.top-link-section {
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 40px 30px;
	width: 330px;
}

.top-links-section {
	min-width: 500px;
	width: auto;
}

.filter-box-group {
	padding-bottom: 20px;
}

.filter-box .checkbox-style-1-label:before {
	display: none;
}

.top-links-sub-menu .top-links-item:hover {
	background-color: transparent;
}

.top-links-item>a.list_order>span {
	position: relative;
}

.checkbox-style+.checkbox-style-1-label:after, .top-links-item>a.list_order>span:after {
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #000;
	bottom: 0px;
	z-index: -1;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

.checkbox-style:checked+.checkbox-style-1-label:after, .checkbox-style-1-label:hover:after, .top-links-item>a.list_order.active>span:after, .top-links-item>a.list_order:hover>span:after {
	width: 100%;
}

.checkbox-style+.checkbox-style-1-label:before {
	content: "";
	display: none;
	position: absolute;
	right: 0px;
	width: 8px;
	height: 15px;
	background: url(../images/icons/close.svg) no-repeat center center!important;
	background-size: contain!important;
	border: 0px none;
	margin: 0px;
}

.checkbox-style:checked+.checkbox-style-1-label {
	padding-right: 15px;
}

.checkbox-style:checked+.checkbox-style-1-label:before {
	display: block;
}

/*
.checkbox-style:checked + .checkbox-style-1-label,
.checkbox-style-1-label:hover {
	font-weight: bold!important;
}*/

.checkbox-style:checked+.checkbox-style-1-label {
	font-weight: bold!important;
}

.filter_count {
	font-weight: bold;
}

.filter-box-inner {
	min-width: 160px;
}

.stick_in_parent_filters {
	z-index: 298;
	background-color: #fff;
}

.stick_in_parent_filters.is_stuck+.row {
	padding-top: 55px;
}

.banner-menu {
	position: relative;
}

.banner-menu h3 {
	position: absolute;
	top: 15px;
	left: 35px;
	font-size: 34px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 44px;
	text-align: left;
}

.banner-menu.banner-menu-black h3, .banner-menu.banner-menu-black h3 a {
	color: #ffffff;
}

nav.primary-menu .banner-menu p {
	position: absolute;
	bottom: 20px;
	left: 35px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 15px;
	margin: 0;
}

nav.primary-menu .banner-menu.banner-menu-black p, nav.primary-menu .banner-menu.banner-menu-black p a {
	color: #de1b1b;
}

.banner-menu-link {
	display: block;
	position: relative;
	padding: 75% 0 0;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ffffff;
}

.banner-menu-link img {
	display: none;
}

.top-search-form input {
	padding-left: 0px;
	height: 52px;
	line-height: 52px;
	letter-spacing: 0.5px;
}

.top-search-form input::-moz-placeholder {
	text-transform: none;
}

.top-search-form input:-ms-input-placeholder {
	text-transform: none;
}

.top-search-form input::-webkit-input-placeholder {
	text-transform: none;
}

.top-search-parent a i {
	right: 0;
	height: 52px;
	line-height: 42px;
}

.top-search-open .top-search-form:before {
	content: "";
	position: fixed;
	width: 100vw;
	height: 1px;
	background: #E8E8E8;
	left: 0;
}

/* end Header */

/* Menu */

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column, #primary-menu ul li .mega-menu-content.style-2 div.mega-menu-column {
	padding: 18px 10px;
	margin: 0;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column .menu-page-link, #primary-menu ul li .mega-menu-content.style-2 div.mega-menu-column .menu-page-link {
	display: flex;
	align-self: flex-end;
	font-family: 'Century Gothic', sans-serif;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column .menu-page-link a, #primary-menu ul li .mega-menu-content.style-2 div.mega-menu-column .menu-page-link a {
	font-family: 'Century Gothic', sans-serif;
	margin-bottom: 0;
	letter-spacing: 2px;
	font-weight: 900;
	color: #a0001e;
	text-transform: none;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column .menu-page-link a:hover, #primary-menu ul li .mega-menu-content.style-2 div.mega-menu-column .menu-page-link a:hover {
	color: #000000;
}

#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
	border-left: none;
}

#primary-menu.style-2>div>ul>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}

#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
	padding-left: 60px;
	padding-right: 60px;
}

#primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
	width: calc(100vw - 17px);
	margin: 0;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
	color: #a7a7a7;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.6px;
	line-height: normal;
	margin-bottom: 21px;
	text-transform: none !important;
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000000;
	line-height: normal;
	text-transform: none !important;
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a div {
	position: relative;
	display: inline-block;
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a div label {
	position: absolute;
	top: -5px;
	right: -30px;
	color: #de1b1b;
	font-size: 10px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
	line-height: normal;
	text-align: left;
	margin: 0;
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a.color {
	font-weight: 700;
}

#primary-menu ul li .mega-menu-content.style-2 ul li:last-child>a {
	margin-bottom: 0;
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a:hover, #primary-menu ul ul li:hover>a {
	background-color: transparent;
	color: #000000;
	text-decoration: underline !important;
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a:hover {
	padding-left: 0;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title ul li {
	min-width: 200px;
}

#primary-menu .banner-menu-link:hover {
	opacity: 0.8;
}

#primary-menu p {
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: normal;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.mega-menu-title-full {
	width: 100%;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title.mega-menu-title-full>a {
	width: 100%;
}

#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown).mega-menu-chunk-column {
	width: 20%;
	float: left;
}

.primary-menu ul li .menu-link>div {
	position: relative;
	display: inline-block;
}

.primary-menu ul li .menu-link>div:after {
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #000;
	bottom: 0px;
	z-index: -1;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

.primary-menu ul li .menu-link:hover>div:after, .primary-menu ul li .menu-link.active>div:after {
	width: 100%;
}

.cart-tabs a.nav-link {
	margin: 0
}

/*.primary-menu .menu-item.mega-menu:hover:after { content: " "; position: absolute;top: 100%;left: 0;width: 100vw;height: 100vh;background-color: #000000;opacity: 0.2;z-index: 200;}*/

/* end Menu */

/* Social */

.prod-detail-social a {
	color: #7f7f7f;
	width: 14px;
	height: 14px;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}

.prod-detail-social a:hover {
	color: #a0001e;
}

.csbuttons-count {
	display: none;
}

/* end Social */

/* Carrello */

#top-cart img[class^=icustom-] {
	width: 15px;
	height: 15px;
}

#top-search img[class^=icustom-] {
	width: 12px;
	height: 12px;
	margin-right: 3px;
	margin-top: -1px;
}

#top-cart-trigger img.icustom-shopping-bag {
	width: auto;
	height: 12px;
	margin-right: 9px;
}

#top-cart>a>span {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	width: auto;
	height: auto;
	display: inline;
	color: #000;
	background-color: #fff;
	text-shadow: none;
	border-radius: unset;
	font-size: 12px;
	line-height: normal;
}

.style-2 .container #top-cart .top-cart-content {
	top: 35px;
}

.top-cart-content.carrello-ajax {
	right: 0px;
}

#top-cart .top-cart-totals {
	padding-top: 0.5rem;
}

span.var {
	float: left;
	width: 100%;
}

.top-cart-action .top-checkout-price {
	line-height: 37px;
}

#top-search-trigger, #top-account>a, .header-lang>a, #top-cart>a#top-cart-trigger {
	position: relative;
}

#top-search-trigger:after, #top-account>a:after, .header-lang>a:after, #top-cart>a#top-cart-trigger:after {
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #000;
	bottom: 0px;
	z-index: -1;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

#top-search-trigger:hover:after, #top-account>a:hover:after, .header-lang>a:hover:after, #top-cart>a#top-cart-trigger:hover:after {
	width: 100%;
}

/*
.cart-wrapper h3, .cart-wrapper h3 a {
	font-size: 11px;
	font-weight: 900;
	line-height: 12px;
	color: #333;
	margin-bottom: 10px;
}

.cart-wrapper h3 a:hover {
	color: #a0001e;
}*/

/*
#content .cart-wrapper p {
	font-size: 11px;
	font-weight: 400;
	line-height: 12px;
	color: #aaa;
	margin-bottom: 10px;
}
*/

.cart-head hr {
	margin-top: 5px;
	margin-bottom: 35px;
}

.cart-item hr {
	margin-top: 35px;
	margin-bottom: 35px;
}

.cart-head span {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: #aaaaaa;
	text-transform: uppercase;
}

.cart-product-img>* {
	border: 1px solid #eee;
}

.cart-product-name {
	position: relative;
}

.cart-actions {
	position: absolute;
	bottom: 0;
}

.cart-actions a {
	display: inline-block;
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid #545454;
	color: #a0001e;
	font-size: 11px;
	line-height: 11px;
}

.cart-actions a:hover {
	color: #565656;
}

.cart-actions a:last-child {
	border-right: none;
}

.cart-wrapper .note-riga {
	padding: 0 10px;
	font-size: 11px;
	border: 1px solid #a0001e;
}

.cart-product-subtotal {
	color: #545454;
	font-size: 16px;
	font-weight: 700;
}

/* end Carrello */

/* Riepilogo */

.summary-wrapper {
	background: #ffffff;
	padding: 21px 35px;
	border: 1px solid #E8E8E8;
	border-bottom: 0;
}

.summary-wrapper>h4 {
	color: #a0001e;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

.summary-wrapper .cart-riepilogo td {
	border-top: none;
	padding: 0;
	letter-spacing: 0.5px;
}

.summary-total {
	background-color: #F4F4F4;
	border: 1px solid #e9e9e9;
	padding: 21px 35px;
}

.cart-space {
	height: 100px;
}

.cart-space-top {
	height: 75px;
}

.cart-space-top>td {
	vertical-align: bottom !important;
}

.cart-space-bottom {
	height: 75px;
}

.cart-space-bottom>td {
	vertical-align: top !important;
}

/*
td.cart-label {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #545454;
	text-transform: uppercase;
}
td.cart-value {
	font-size: 16px;
	line-height: 14px;
	font-weight: 700;
	color: #545454;
	text-align: right;
}
*/

.cart-controls {
	margin-top: 5px;
	background: #ffffff;
	padding: 35px;
	margin-bottom: 10px;
}

.cart-controls .form-control, .cart-controls .btn {
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}

.summary-bend {
	/*
	width: 100%;
	max-width: 225px;
	margin: 0 auto;
	*/
	margin-top: 20px;
}

.cart-controls hr {
	margin: 40px 0;
}

/* end Riepilogo */

/* Modal */

#wishpopup button.mfp-close, #cartpopup button.mfp-close, #pagepopup button.mfp-close {
	display: none;
}

.modal-footer .btn {
	min-width: 200px;
}

.popup-prod-nome {
	padding-right: 100px;
	margin-bottom: 5px;
	color: #333;
	font-size: 11px;
	line-height: 26px;
	font-weight: 900;
}

.popup-prod-nome a {
	color: #333;
	font-size: 11px;
	line-height: 26px;
	font-weight: 900;
}

.popup-prod-prezzo {
	position: absolute;
	top: 0;
	right: 15px;
	color: #545454;
	font-weight: 700;
	line-height: 26px;
}

.popup-prod-prezzo .product-price {
	color: #545454;
	font-weight: 700;
	line-height: 26px;
}

.modal-body span.var {
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 26px;
	color: #aaaaaa;
}

/* end Modal */

/* Login */

.top-link-section p {
	font-family: 'Century Gothic', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}

.top-link-section p strong {
	font-weight: 900;
}

.top-link-section p.small {
	font-size: 8px;
}

.top-link-section p.small a {
	color: #545454;
	letter-spacing: 1px;
}

.top-link-section p.small a:hover {
	color: #a0001e;
	letter-spacing: 1px;
}

/* end Login */

/* Slide */

.double-slide-container {
	margin-bottom: 65px;
}

.double-slide-item {
	position: relative;
}

.double-slide-item>a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.double-slide-media {
	position: relative;
	background-position: center;
	background-size: cover;
	padding: 125% 0 0;
}

.double-img-content.pos_1 {
	position: absolute;
	top: 50%;
	left: 58px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.double-img-content.pos_2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.double-img-content.pos_3 {
	position: absolute;
	bottom: 58px;
	left: 54px;
}

.double-img-content.pos_4 {
	position: absolute;
	bottom: 58px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.double-img-content.double-slide-text-left {
	position: absolute;
	top: auto;
	bottom: 54px;
	left: 58px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.double-img-content h1 {
	margin: 0;
	font-size: 28px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
	line-height: 40px;
	text-align: center;
}

.double-img-content.pos_1 h1, .double-img-content.pos_3 h1 {
	text-align: left;
}

.double-img-content.double-slide-text-left h1 {
	text-align: left;
}

.double-img-content h1 span {
	position: relative;
}

.double-img-content h1 span:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #000;
}

.double-img-content.double-slide-text-white h1, .double-img-content.double-slide-text-white h1 span {
	color: #fff;
}

.double-img-content.double-slide-text-white h1 span:after {
	background: #fff;
}

/* end Slide */

/* Owl Carousel */

/* end Owl Carousel */

/* Breadcrumbs */

.breadcrumb a {
	color: #d8d8d8;
}

.breadcrumb-item.active {
	color: #fff;
}

.breadcrumb a:hover {
	color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #d8d8d8;
}

/* end Breadcrumbs */

/* Col */

.sidebar {
	width: 100%;
	margin: 0;
}

.sidebar .widget_links ul.custom-accordion {
	margin-bottom: 80px;
}

.sidebar .widget_links ul.custom-accordion ul {
	margin-left: 0;
}

.sidebar .widget_links .custom-accordion li {
	padding: 0;
	margin-bottom: 5px;
}

.sidebar .widget_links .custom-accordion>li {
	margin-bottom: 40px;
}

.sidebar .widget_links .custom-accordion li a {
	background-image: none;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 20px;
	text-transform: uppercase;
}

.sidebar .widget_links>ul.custom-accordion>li>a, .sidebar .widget_links .custom-accordion label.title-label {
	font-family: "Century Gothic", sans-serif;
	display: block;
	position: relative;
	width: 100%;
	color: #a0001e;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1.5px;
}

.sidebar .widget_links .custom-accordion label {
	font-family: 'Century Gothic', 'sans-serif';
	font-size: 14px;
	font-weight: 400;
	color: #545454;
	margin-bottom: 0;
	letter-spacing: 1.5px;
}

.sidebar .widget_links>ul.custom-accordion>li>a:after, .sidebar .widget_links>ul.custom-accordion>li>a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	background-color: #a0001e;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.sidebar .widget_links>ul.custom-accordion>li>a:after {
	width: 6px;
	height: 2px;
	right: 5px;
}

.sidebar .widget_links>ul.custom-accordion>li>a:before {
	height: 6px;
	width: 2px;
	right: 7px;
}

.sidebar .widget_links>ul.custom-accordion>li.open>a:before {
	display: none;
}

.sidebar .widget_links .custom-accordion li li a {
	padding-left: 30px;
}

.sidebar .widget_links .custom-accordion li li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #aaaaaa;
	background-color: transparent;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.sidebar .widget_links .custom-accordion li li a:hover:before {
	border: 1px solid #a0001e;
}

.sidebar .widget_links .custom-accordion li li a.active:before {
	border: 1px solid #a0001e;
	background-color: #a0001e;
}

.irs-bar {
	top: 27px;
	height: 3px;
	background-color: #aaaaaa;
}

.irs-from, .irs-to, .irs-single {
	background: #fff;
	color: #aaaaaa;
	border: 1px solid #aaaaaa;
}

.irs-from:after, .irs-single:after, .irs-to:after {
	border-top-color: #aaaaaa;
}

.irs-slider {
	background: transparent;
}

.irs-slider:before {
	content: '';
	display: block;
	position: absolute;
	background: #aaaaaa;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.irs-line {
	height: 3px;
	top: 27px;
}

.irs-line-left {
	border-left: 5px solid #fff;
}

.irs-line-right {
	border-right: 5px solid #fff;
}

.col-banner>div {
	margin-bottom: 40px;
}

.col-banner a {
	display: block;
	position: relative;
}

.col-banner span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px 0;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	background-color: rgba(160, 0, 30, 0.8);
	transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
}

.col-banner>div>a:hover span {
	background-color: rgba(160, 0, 30, 1);
}

#user-col .sidebar-widgets-wrap {
	padding: 40px 35px;
	background-color: #ffffff;
}

#user-col>h3 {
	font-weight: 400;
	font-family: 'Century Gothic', sans-serif;
	text-transform: uppercase;
	color: #aaaaaa;
	font-size: 14px;
	letter-spacing: 1.5px;
	margin-bottom: 5px;
}

#user-col .sidebar-widgets-wrap .widget>h4 {
	font-family: 'Century Gothic', sans-serif;
	text-transform: none;
	font-weight: 700;
}

#user-col .widget_links li {
	padding: 0;
	margin-bottom: 24px;
}

#user-col .widget_links li a {
	padding: 0;
	background: none;
	font-family: 'Century Gothic', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #545454;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

#user-col .widget_links li a:hover, #user-col .widget_links li a.active:hover {
	color: #a0001e;
}

#user-col .widget_links li a.active {
	font-weight: 700;
}

.utente-col-margin {
	margin-bottom: 40px;
	margin-top: 26px;
}

/* end Col */

/* Prodotti */

.product-custom {
	margin-bottom: 30px;
}

/*
.product-custom-wrapper {
	border: 1px solid #d8d8d8;
	height: 100%;
}
*/

.product>a {
	display: block;
}

.product-title {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.product-title h3 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.36px;
	line-height: 15px;
}

.product-image.bottom-border:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 1px;
	background: #d8d8d8;
	/*z-index: 9999999;*/
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.product-image.border {
	border: 1px solid #d8d8d8;
}

.single-product .product-image {
	padding: 0 5px 10px!important;
}

.single-product .product-image img {
	padding: 0px;
}

.bg-grey .box-filler {
	background-color: #fff;
}

.filter-tags {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.filter-tags>li {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 15px 0 0;
	padding: 0 30px;
	border: 1px solid #DADADA;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	border-radius: 15px;
}

.filter-tags>li.reset-filters span, .filter-tags>li.reset-filters a {
	color: #000;
}

.filter-tags>li:hover, .filter-tags>li:hover {
	border-color: #a0001e;
}

.filter-tags>li:hover span, .filter-tags>li:hover a {
	color: #a0001e;
}

.filter-tags>li span {
	color: #333;
	padding-top: 2px;
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px;
	font-weight: 900;
	line-height: 30px;
	letter-spacing: 2px;
}

.filter-tags>li a {
	font-size: 12px;
	margin-left: 15px;
	line-height: 28px;
	padding-top: 4px;
	text-decoration: none;
	color: #333;
}

.top-links-sub-menu .top-links-item>a {
	text-transform: none;
	font-size: 12px;
}

.detail-form>.btn-group+.btn-group {
	margin-top: 25px;
}

.detail-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.detail-form .bootstrap-select.btn-group>.dropdown-toggle {
	font-family: 'Century Gothic', sans-serif;
	font-size: 16px;
	font-weight: 700;
	border-radius: 0;
	background-color: #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	border-color: #d8d8d8;
	line-height: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0;
	color: #333333;
}

/*
.dropdown-toggle::after {
	content: "\f067";
	font-family: Font Awesome\ 5 Pro;
	font-weight: 400;
	border: none;
	position: absolute;
	top: 50%;
	right: 2px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.dropup .dropdown-toggle::after {
	content: "\f067";
	font-family: Font Awesome\ 5 Pro;
	font-weight: 400;
	border: none;
	width: 16px;
	height: 16px;
	font-size: 16px;
}
#order-form .dropdown-toggle::after {
	right: 10px;
}

.bootstrap-select.show .dropdown-toggle::after, .bootstrap-select.show.dropup .dropdown-toggle::after {
	content: "\f068";
}
*/

.single-product .product-price {
	font-size: 24px;
	line-height: 52px;
}

.detail-form .toggle-custom {
	margin-top: 25px;
}

.detail-form textarea.form-control {
	border-radius: 0;
}

.prod-related h3 {
	font-size: 16px;
}

/* end Prodotti */

/* Banner */

.banner-home-wrapper {
	margin-bottom: 27px;
	margin-top: 40px;
}

.banner-home-item {
	position: relative;
}

.banner-home-item>a {
	display: block;
}

.banner-home-media {
	position: relative;
	background-position: center;
	background-size: cover;
	padding: 100.005587% 0 0;
}

.banner-home-content {
	margin-top: 18px;
}

.banner-home-content h3 {
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 2px;
}

#content .banner-home-content p {
	font-size: 0.75rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.5px;
	line-height: 16px;
	text-align: left;
	margin: 0;
}

/* end Banner */

/* Newsletter */

.newsletter-box .form-group {
	position: relative;
	padding-right: 100px;
}

.newsletter-box .form-control {
	border-radius: 0;
	line-height: 11px;
	font-size: 11px;
	padding: 15px 5px;
	letter-spacing: 1.5px;
	border-color: #d8d8d8;
}

.newsletter-box .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	line-height: 11px;
	font-size: 11px;
	border-radius: 0;
}

.newsletter-popup .close {
	color: #000;
	top: 5px;
	right: 10px;
	box-sizing: border-box;
	opacity: 1;
	position: absolute;
}

.newsletter-form-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
}

.newsletter-form-wrapper label.form-check-label {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

.newsletter-form-input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.newsletter-form-input input {
	background-color: #fff;
	border-radius: unset;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	-ms-border-radius: unset;
	-o-border-radius: unset;
}

.newsletter-form-submit {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.newsletter-form-submit button {
	width: 100%;
	text-transform: uppercase;
	border-radius: unset;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	-ms-border-radius: unset;
	-o-border-radius: unset;
}

.newsletter-form-result-ok {
	padding: 30px;
}

/* end Newsletter */

/* Checkout */

.checkout-login-cta {
	margin-bottom: 60px;
	padding: 15px 25px;
	background: #f4f4f4;
}

.checkout-login-cta .btn-primary {
	min-width: 130px;
}

.checkout-help, .disclaimer {
	font-size: 11px;
	color: #aaaaaa;
}

.process-steps li {
	border-right: 25px solid transparent;
	width: 33.3333%;
}

.process-steps li:before, .process-steps li:after {
	border-top: 1px solid #d8d8d8;
}

.process-steps li>a.i-circled {
	float: left;
	z-index: 2;
	position: relative;
	background-color: #f3f3f3 !important;
	margin: 0;
	width: 31px !important;
	height: 31px !important;
	font-size: 12px;
	line-height: 31px !important;
	font-family: 'Century Gothic', sans-serif;
	text-align: center !important;
	font-weight: 900;
	text-shadow: none;
	color: #d8d8d8;
	border-color: #d8d8d8;
}

.process-steps li.active a, .process-steps li.ui-tabs-active a {
	color: #a0001e;
}

.process-steps li>h5 {
	float: left;
	z-index: 2;
	position: relative;
	padding-left: 15px;
	padding-right: 20px;
	margin-top: 0;
	background-color: #f3f3f3;
	font-size: 12px;
	line-height: 31px !important;
	font-family: 'Century Gothic', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
	color: #d8d8d8;
}

.process-steps li.active h5, .process-steps li.ui-tabs-active h5 {
	font-weight: 900;
}

.process-steps li:before {
	display: none;
}

.process-steps li:after {
	margin: 0;
	width: 100%;
	left: 0;
	right: auto;
	margin-left: 0;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.form-checkout h3 {
	font-family: 'Century Gothic', sans-serif;
	color: #090909;
	font-size: 1.125rem;
	line-height: 1;
	font-weight: 400;
	/* text-transform: uppercase; */
	letter-spacing: 0.5px;
	padding-left: 26px;
	background-image: url(../images/icons/ok.svg);
	background-position: left center;
	background-repeat: no-repeat;
}

/*
.tipo-spe, .tipo-pay, .tipo-ship {
	width: 100%;
	min-height: 80px;
	padding-left: 25px;
	position: relative;
}

.tipo-spe:before, .tipo-pay:before, .tipo-ship:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 3px;
	left: 5px;
	border: 1px solid #aaaaaa;
	border-radius: 50%;
	background-color: #fff;
}

.tipo-spe.selected:after, .tipo-pay.selected:after, .tipo-ship.selected:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 5px;
	left: 7px;
	border-radius: 50%;
	background-color: #a0001e;
}

.tipo-spe input, .tipo-pay input, .tipo-ship input {
	display: none;
}

.tipo-spe strong, .tipo-pay strong, .tipo-ship strong {
	text-transform: uppercase;
}

.tipo-spe div, .tipo-pay div, .tipo-ship div {
	font-weight: 400;
}
*/

/* end Checkout */

/* Whislist */

.whislist-master h3 {
	font-size: 11px;
	font-weight: 900;
	font-family: 'Century Gothic', sans-serif;
	color: #333;
	padding-right: 100px;
}

#content .whislist-master p {
	font-size: 11px;
	font-weight: 400;
	font-family: 'Century Gothic', sans-serif;
	color: #aaaaaa;
}

.whislist-item+.whislist-item {
	margin-top: 38px;
	padding-top: 38px;
	border-top: 1px solid #ebebeb;
}

.whislist-image .fixed-photo {
	position: relative;
	border: 1px solid #eeeeee;
}

.whislist-image .fixed-photo img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.whislist-button-wrapper {
	position: absolute;
	bottom: 0;
	right: 15px;
}

.whislist-master .product-price {
	position: absolute;
	top: 0;
	right: 15px;
	color: #545454;
	font-weight: 700;
	font-size: 16px;
}

/* end Wishlist */

/* Ordine */

.ordine-list table th {
	font-family: 'Century Gothic', opens-sans;
	font-weight: 900;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	width: 25%;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
}

.ordine-list table th:first-child {
	text-align: left;
}

.ordine-list table th:last-child {
	text-align: right;
}

.ordine-list table td {
	font-size: 14px;
	line-height: 16px;
	color: #545454;
	text-align: center;
	font-weight: 400;
	height: 75px;
	border-bottom: 1px solid #ebebeb;
}

.ordine-list table td:first-child {
	text-align: left;
}

.ordine-list table td:last-child {
	text-align: right;
}

.ordine-detail table th {
	font-family: 'Century Gothic', opens-sans;
	font-weight: 900;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	width: 20%;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
}

.ordine-detail table th:first-child {
	width: 40%;
	text-align: left;
}

.ordine-detail table th:last-child {
	text-align: right;
}

.ordine-detail table td {
	font-size: 14px;
	line-height: 16px;
	color: #545454;
	text-align: center;
	font-weight: 400;
	line-height: 18px;
	border-bottom: 1px solid #ebebeb;
	padding-top: 20px;
	padding-bottom: 20px;
}

.ordine-detail table td:first-child {
	text-align: left;
}

.ordine-detail table td:last-child {
	text-align: right;
}

/* end Ordine */

/* Pre Footer */

.pre-footer {
	padding-top: 85px;
}

.pre-footer ul {
	list-style: none;
	overflow: hidden;
	margin-bottom: 0;
}

.pre-footer ul>li {
	display: inline-block;
}

.pre-footer ul>li>a {
	font-size: 30px;
	color: #7f7f7f;
	margin-right: 20px;
	margin-left: 20px;
}

.pre-footer ul>li>a:hover {
	color: #a0001e;
}

.pre-footer-border {
	position: relative;
}

.pre-footer-border:before, .pre-footer-border:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	width: 100vw;
	height: 1px;
	background-color: #d8d8d8;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.pre-footer-border:before {
	top: 0;
}

.pre-footer-border:after {
	bottom: 0;
}

.pre-footer-border>div:first-child, .pre-footer-border>div:last-child {
	position: relative
}

.pre-footer-border>div:first-child:after, .pre-footer-border>div:last-child:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #d8d8d8;
}

.pre-footer-border>div:first-child:after {
	right: 0;
}

.pre-footer-border>div:last-child:before {
	left: 0;
}

.pre-footer-bar p {
	color: #aaaaaa;
	font-size: 12px;
}

.pre-footer-bar p i {
	font-size: 20px;
}

/* end Pre Footer */

/* Footer */

#footer.dark, .dark #footer {
	background-color: #000000;
	color: #ffffff;
	border-top-color: #000000;
	letter-spacing: 1px;
	padding-top: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
	padding-right: 60px;
}

#footer h3 {
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	line-height: 13px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

#footer hr {
	margin: 60px 0 0;
	border-top-width: 2px;
	border-top-color: #ffffff;
}

#footer .footer-widgets-wrap {
	padding: 40px 0 0;
}

#footer .footer-main-links {
	text-align: center;
}

#footer .footer-main-links>div {
	padding: 32px;
	text-align: center;
}

#footer .footer-main-links>div a {
	font-family: 'Century Gothic', sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
}

#footer .widget_links li {
	padding: 2px 0;
}

#footer.dark .widget_links li a {
	text-transform: uppercase;
	padding: 0;
	background-image: none;
	font-size: 12px;
}

#footer .social {
	display: block;
	list-style: none;
	margin-bottom: 45px;
}

#footer .social li {
	display: inline-block;
}

#footer .social li:not(:last-child) {
	margin-right: 40px;
}

#footer .social li a {
	display: block;
	color: #fff;
}

.logo-footer {
	margin-bottom: 18px;
	width: 130px;
}

.signature, .footer-content {
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.6px;
	line-height: 19px;
}

.signature img {
	width: auto;
	height: 10px;
	margin-top: 5px;
}

.footer-links {
	list-style: none;
	margin: 0;
}

.footer-links li {
	display: block;
	margin-bottom: 30px;
}

.footer-links li a {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.5px;
	line-height: normal;
}

.footer-links li a:hover {
	color: #ffffff;
}

.dark #copyrights {
	background-color: #f3f3f3;
	color: #545454;
	text-shadow: none;
	font-size: 10px;
}

.dark #copyrights a {
	color: #545454;
	text-decoration: none;
}

.dark #copyrights a:hover {
	text-decoration: underline;
}

/* end Footer **/

/* Table Responsive */

.responsive-table {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.responsive-table tr {
		margin: 0 0 20px 0;
		border: 1px solid #b6b9bb;
		background-color: #FBFCFC;
	}
	.responsive-table tr td {
		border-left: none !important;
		white-space: normal !important;
	}
	.responsive-table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #fff;
		position: relative;
		padding-left: 50% !important;
		white-space: normal;
		text-align: left!important;
	}
	.responsive-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 12px;
		left: 10px;
		width: 45%;
		padding-right: 10px;
		/*white-space: nowrap;*/
		text-align: left;
		font-weight: bold;
	}
	/*
	Label the data
	*/
	.responsive-table td:before {
		content: attr(data-title);
	}
}

@media (max-width: 767px) {
	#master-col:not(.open) {
		-ms-flex: 0 0 0;
		flex: 0 0 0;
		max-width: 0;
		display: none;
	}
}

/* end Table Responsive */

.content-about {
	padding-left: 5%!important;
	padding-right: 5%!important;
}

body.about-animation {
	overflow: hidden;
}

#scroll-slider-images .scroll-slider-image {
	display: none;
	position: absolute;
	z-index: 0;
}

#scroll-slider-images {
	height: 100vh;
}

#scroll-slider-images .scroll-slider-img-container {
	padding-bottom: 100vh;
	overflow: hidden;
	position: relative;
	display: block;
}

#scroll-slider-images .scroll-slider-img-container img {
	max-width: none;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#scroll-slider-content .switch-block {
	min-height: 100vh;
	padding-top: 65px;
	padding-bottom: 45px;
}

.about-inner-image {
	margin-top: 15px;
}

@media (max-width:767px) {
	.row.about-full {
		margin-left: -30px;
		margin-right: -30px;
	}
	.content-about {
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
}

.content-product {
	padding: 75px 20%;
}

.carousel-banner .oc-item h3 {
	font-size: 28px;
	line-height: 34px;
	color: #171717;
	text-align: left;
	letter-spacing: 0.5px;
	margin-bottom: 0
}

.owl-carousel.carousel-banner .owl-nav [class*=owl-] {
	position: absolute;
	top: calc(100%);
	left: 0px;
	zoom: 1;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: none;
	color: #000000;
	background-color: transparent;
	font-size: 1.4rem;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-carousel.carousel-banner .owl-nav .owl-next {
	left: 30px;
	right: auto;
}

.owl-carousel.carousel-banner:hover .owl-nav [class*=owl-] {
	opacity: 1;
}

.owl-carousel.carousel-banner .owl-nav .disabled {
	display: block !important;
}

.owl-carousel.carousel-banner .owl-nav [class*=owl-]:hover {
	background-color: transparent !important;
	color: #000000 !important;
	text-decoration: none;
}

.wishlist-btn, a.wishlist-btn, .product-image>a.wishlist-btn:nth-of-type(2) {
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	cursor: pointer;
	top: 15px;
	right: 15px;
	left: auto;
	z-index: 0;
	opacity: 1;
}

.wishlist-btn>svg {
	width: 100%;
	height: 100%;
}

.wishlist-btn:hover>svg .st0 {
	fill: #000000;
}

.product-desc.home .product-title {
	width: 50%;
	float: left;
}

.product-desc.home .product-title h3 {
	margin: 0;
	font-size: 0.75rem;
	text-align: left;
	color: #000;
	min-height: 50px;
	overflow: hidden;
	letter-spacing: 0.5px;
	line-height: 25px;
	padding: 12.5px 0;
}

.product-desc.home .product-price {
	width: 50%;
	float: right;
	text-align: right;
	min-height: 50px;
	line-height: 25px;
	letter-spacing: 0.5px;
	padding: 12.5px 0;
}

.cat-item-wrapper .product-desc.home .product-title {
	width: 100%;
	margin: 0;
}

.cat-item-wrapper .product-desc.home .product-title h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: normal;
	margin: 10px 0px 5px;
	height: auto;
}

.cat-item-wrapper .product-desc.home p {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}

#comp-products.owl-carousel .owl-item img {
	padding: 0px;
}

#comp-products.owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: 0px;
	left: -20px;
	zoom: 1;
	width: 10px;
	height: 10px;
	line-height: 10px;
	border: 0px none;
	color: #000!important;
	background-color: transparent;
	font-size: 19px;
	border-radius: 0;
}

#comp-products.owl-carousel .owl-nav .owl-next {
	right: -20px;
	left: auto;
}

/*.single-product .sp-photo {
    width: calc(100% - 680px);
}*/

.single-product .sp-text {
	max-width: 680px;
	min-width: 590px;
	/*display: flex;
    align-items: flex-start;
    height: calc(100vh - 48px);
    align-self: flex-end;
    justify-content: center;*/
}

.single-product .sp-text.fixed {
	top: 94px;
	right: 0;
	position: fixed;
}

.single-product .detail-prod-title {
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	font-weight: 400;
	letter-spacing: 0.7px;
	padding: 0;
	margin: 0;
}

.single-product .disponibilita {
	color: #000;
	text-transform: capitalize;
	font-size: 0.75rem;
	font-weight: 400;
	text-align: right;
}

.single-product .product-price {
	color: #090909;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.36px;
	line-height: 15px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.single-product .product-price del {
	color: #a2a2a2;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.36px;
}

.single-product .product-price ins {
	padding-left: 15px;
}

.single-product .product-desc {
	padding: 22px 0;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-product .add-to-cart {
	background-color: #000000;
	display: block;
	width: 100%;
	height: 45px;
	color: #ffffff;
	border-radius: 0;
	font-weight: 700;
	font-size: 0.75rem;
}

.single-product .link-custom, .single-product .link-custom span {
	font-size: 0.75rem;
	font-weight: 400;
	font-family: 'Century Gothic', sans-serif;
	color: #000000;
	position: relative;
}

.single-product .link-custom span {
	margin-left: 3px;
}

/*
.single-product .link-custom span:after,
.nav.nav-pills .nav-item a:after {
	content: " ";
	position: absolute;
	bottom: -3px;
	right: 0px;
	width: 100%;
	height: 1px;
	background-color: #000000;
}*/

.nav-link {
	display: block;
	padding: 0.5rem 0 0;
	font-size: 0.6rem;
	text-transform: uppercase;
	margin-right: 50px;
	position: relative;
}

.nav-pills .nav-link:after {
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #000;
	bottom: 0px;
	z-index: -1;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
}

.nav-pills .nav-link.active:after, .nav-pills .nav-link:hover:after {
	width: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	font-weight: 700;
	color: #000000;
	background-color: transparent;
}

.mt-6 {
	margin-top: 110px;
}

.user-sect h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0.2px;
	color: #090909;
	text-align: left;
}

.user-sect h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.2px;
	color: #090909;
}

.user-sect label {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

.user-sect .form-control {
	border: 1px solid #D3D2D2;
	padding: 0 20px;
	border-radius: 0;
	background-color: transparent;
	height: 45px !important;
	font-size: 12px;
}

.user-sect .form-control::placeholder {
	color: #D3D2D2;
	font-size: 12px;
	line-height: 20px;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #f0f0f0;
	opacity: 0.7;
}

.user-sect .disclaimer {
	font-size: 12px;
	color: #090909;
	text-decoration: underline !important;
	font-weight: 400;
	letter-spacing: 0;
}

.user-sect label[for="REMEMBER"], .user-sect label[for="NEWSLETTER"] {
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0.5px;
}

.user-sect .btn {
	border-radius: 0;
	background-color: #090909;
	font-size: 12px;
	font-weight: 700;
	text-transform: none;
	height: 45px;
	line-height: 32px;
}

.user-sect .btn:hover {
	color: #fff;
}

.user-sect>div.login-page:first-child {
	padding-left: 90px;
	padding-right: 50px;
}

.user-sect>div.login-page:nth-child(2) {
	padding-right: 90px;
	padding-left: 50px;
}

.user-sect .mt-custom {
	margin-top: 52px;
}

.user-sect .btn.outline {
	border-radius: 0;
	background-color: #F4F4F4;
	border: 1px solid #D6D6D6;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	text-transform: none;
	height: 45px;
	line-height: 45px;
}

.user-sect .btn.proceed {
	border: 0 !important;
	padding: 0 !important;
}

.mt-5-custom {
	margin-top: 70px;
}

.my-6 {
	margin-top: 80px;
	margin-bottom: 120px;
}

.user-sect #user-col ul li a {
	text-transform: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.2px;
	color: #090909;
}

#user-col .widget_links li a:hover, #user-col .widget_links li a.active:hover {
	color: #000;
}

.user-sect #user-col ul {
	margin-top: 30px !important;
}

.user-sect #user-col ul li a.active {
	font-weight: 700;
	border-bottom: 1px solid #090909;
}

.user-sect #user-col ul li {
	padding: 0 37px;
}

.user-sect #user-edit-form label {
	color: #898989;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}

.user-sect #user-edit-form input, .user-sect #user-edit-form select {
	border: none;
	border-bottom: 1.5px solid #090909;
	padding: 0;
	padding-bottom: 10px;
}

.user-sect #user-edit-form input:focus, .user-sect #user-edit-form select:focus {
	border-bottom: 2px solid #090909;
}

.user-sect .ordine-list thead {
	background-color: #F4F4F4;
	height: 60px;
}

.user-sect .ordine-list table th {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
	letter-spacing: 0.5px;
	font-weight: 400;
}

.user-sect .ordine-list table td {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 0.5px;
	font-weight: 400;
}

.user-sect .ordine-list table td:last-child {
	text-align: center;
}

.user-sect .badge {
	background-color: transparent;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5px;
	font-weight: 700;
}

.user-sect .badge-danger {
	color: #dc3545;
}

.user-sect .badge-secondary {
	color: #6c757d;
}

.user-sect .badge-success {
	color: #1e7e34;
}

.user-sect .ordine-list tbody tr:hover td {
	background-color: rgba(0, 0, 0, 0.027);
}

.user-sect .ordine-list tbody tr {
	cursor: pointer;
}

.user-sect .ordine-list tbody tr td.fake {
	background-color: transparent !important;
}

.wishlist-list img {
	max-height: 150px;
}

.wishlist-list h3, .wishlist-list p, .wishlist-list span {
	margin-bottom: 0px !important;
}

.wishlist-list .wish-prod {
	padding: 20px 0;
}

.wishlist-list .wish-text {
	margin-left: 35px;
}

.wishlist-list hr {
	height: 1px;
	background-color: #E8E8E8;
	padding: 0;
	margin: 0;
	border: none;
}

.wishlist-list .wish-del {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 12px;
}

.wishlist-list h3 {
	font-size: 18px;
	margin-bottom: 5px !important;
	font-weight: 400;
}

.wishlist-list p {
	font-size: 12px;
	font-weight: 400;
}

.wishlist-list .wish-del a {
	vertical-align: text-bottom;
	font-size: 12px;
	font-weight: 700;
	background-image: url(../images/static/002-cancel.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

/*
.wishlist-list .wish-del::after {
	content: " ";
	background: url(../images/static/002-cancel.svg);
	height: 13px;
	width: 13px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
    margin-left: 10px;
}
*/

.wishlist-list .btn {
	color: #fff;
	width: 30%;
	margin-left: 40px;
}

.wishlist-list .btn:hover {
	color: #fff;
}

.wishlist-list .wish-notice::before {
	content: " ";
	background: url(../images/static/002-email.svg);
	height: 12px;
	width: 17px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 10px;
}

.wishlist-list .wish-notice-disable i {
	font-size: 14px;
}

.wishlist-list .wish-notice, .wishlist-list .wish-notice-disable {
	vertical-align: text-bottom;
}

.cart-tabs {
	margin-bottom: 0px!important;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: flex-start;
	border-bottom: 1px solid #E8E8E8;
}

.cart-tabs .nav-item {
	margin: 0 16px -1px 22px;
}

.cart-tabs a.nav-link {
	color: #090909;
	font-weight: 400;
	border: 0;
	border-bottom: 1px solid transparent;
}

.cart-tabs a.nav-link.active {
	border: 0;
	border-bottom: 1px solid #000;
	font-weight: 700;
}

.cart-tabs .nav-link:hover, .cart-tabs .nav-link:focus {
	border: 0;
}

.cart-tabs+.alt-top-cart-trigger {
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
	text-decoration: underline!important;
	text-transform: none;
	margin: 0;
	position: absolute;
	right: 1.375rem;
	top: 0;
}

.cart-img-thumb {
	width: 120px;
	height: 150px;
	overflow: hidden;
	display: block;
}

.cart-img-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	/* overflow: hidden; */
}

.btn-black {
	background-color: #000000;
	line-height: 30px;
	color: #ffffff;
	border-radius: 0;
	font-weight: 700;
	font-size: 0.75rem;
}

.btn-black:hover {
	color: #ffffff;
}

.btn-outline-primary {
	color: #000000 !important;
	border-color: #000000 !important;
	background-color: #fff !important;
}

.btn-outline-primary:hover {
	background-color: #000000 !important;
	border-color: #000000 !important;
	background-color: transparent !important;
}

.btn-disabled {
	cursor: default!important;
	background-color: #fff;
	color: #000;
	border: solid 1px #000;
}

.btn-disabled:hover {
	background-color: #fff;
	color: #000;
	border: solid 1px #000;
}

.checkbox-style-1-label:before, .radio-style-1-label:before, .checkbox-style-2-label:before, .radio-style-2-label:before, .checkbox-style-3-label:before, .radio-style-3-label:before {
	width: 22px;
	height: 22px;
}

.radio-style, .radio-style-2-label {
	display: block;
	vertical-align: middle;
	padding: 15px;
	cursor: pointer;
	border: 2px solid #E8E8E8;
	color: #BAB7B7;
}

.radio-style:checked+.radio-style-2-label {
	border-color: #090909;
	color: #000;
}

.radio-style:checked+.radio-style-2-label:before {
	background: #090909;
	box-shadow: inset 0px 0px 0px 4px #fff;
	border-color: #090909;
}

.radio-style-2-label.paypal:after, .radio-style-2-label.bonifico:after, .radio-style-2-label.pos:after, .radio-style-2-label.contrassegno:after {
	content: " ";
	top: 15px;
	right: 10px;
	left: auto;
	position: absolute;
	background-image: url(../images/icons/credit-card.svg);
	background-repeat: no-repeat;
	width: 32px;
	height: 30px;
}

.radio-style-2-label.paypal:after {
	top: 20px;
	background-image: url(../images/icons/paypal.svg);
	width: 50px;
	height: 30px;
}

.radio-style-2-label.bonifico:after {
	top: 10px;
	background-image: url(../images/icons/money-transfer.svg);
}

.radio-style-2-label.contrassegno:after {
	top: 10px;
	background-image: url(../images/icons/contrassegno.svg);
}

.checkbox-style:checked+.checkbox-style-2-label:before {
	background: #090909;
	box-shadow: inset 0px 0px 0px 4px #fff;
	border-color: #090909;
}

.tipo-spe .radio-style-2-label {
	display: block;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	border: 0px none;
	color: #BAB7B7;
}

.tipo-spe+.tipo-spe .radio-style-2-label {
	margin-top: 25px;
}

.tipo-spe .radio-style-2-label>span {
	padding-right: 20px;
}

.tipo-spe .radio-style-2-label>span:nth-child(1) {
	width: 120px;
	max-width: 140px;
}

.tipo-spe .radio-style-2-label>span:nth-child(2) {
	width: 210px;
	max-width: 170px;
}

.tipo-spe .radio-style-2-label>span:nth-child(3) {
	padding-right: 0px;
	max-width: 343px;
}

::-webkit-scrollbar {
	width: 7px;
}

::-webkit-scrollbar-track {
	background: #E8E8E8;
	border: 1px solid #d3d3d3;
}

::-webkit-scrollbar-thumb {
	background: #d3d3d3;
}

.summary-cart {
	max-height: 300px;
	overflow-y: auto;
}

.summary-checkout-wrapper hr {
	margin: 10px 0px;
}

.summary-checkout-wrapper .cart td {
	padding: 5px 0px!important;
}

/*
.summary-cart .top-cart-items:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	right: 0;
	background-color: #000;
	background: -moz-linear-gradient(top,  rgba(244,244,244,0) 0%, rgba(244,244,244,0) 1%, rgba(244,244,244,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(244,244,244,0) 0%,rgba(244,244,244,0) 1%,rgba(244,244,244,1) 100%);
	background: linear-gradient(to bottom,  rgba(244,244,244,0) 0%,rgba(244,244,244,0) 1%,rgba(244,244,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f4f4f4',GradientType=0 );
}
*/

.prod-main-container[data-cols="4"] .product-item-wrapper {
	flex: 0 0 25% !important;
	display: flex;
}

.prod-main-container[data-cols="3"] .product-item-wrapper {
	flex: 0 0 33.333333333333% !important;
	display: flex;
}

.top-filter-content {
	opacity: 0;
	top: 100%;
	position: absolute;
	height: 290px;
	left: 0;
	background-color: #ffffff;
	border: 1px solid #E8E8E8;
	border-top: 2px solid #090909;
	width: 400px;
	display: flex;
}

#top-filter.top-filter-open .top-filter-content {
	opacity: 1;
}

#top-bar.style-msg .close {
	position: absolute;
	top: 50%;
	left: auto;
	right: 20px;
	transform: translateY(-50%);
	color: #ffffff!important;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 400;
	text-shadow: none;
}

.coupon-wrapper {
	padding: 22px 12px;
}

input.coupon {
	border-radius: 0;
	line-height: 40px;
	height: 40px;
	background-color: #fff;
	text-align: left;
	border-color: #D6D6D6;
	font-size: 12px;
}

a#coup-trigger-order {
	line-height: 26px;
}

/*Pagine statiche*/

.static-page-header h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.36px;
	color: #090909;
}

.static-page-content p {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.28px;
	line-height: 26px;
}

.contact-page h3 {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: normal;
	margin-bottom: 15px;
}

.contact-page p {
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.contact-page textarea {
	min-height: 110px;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}

.contact-page .user-sect .btn {
	min-width: 200px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-align: center;
}

/*Banner Iubenda*/

#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-visible .iubenda-cs-container {
	border-top: solid 1px #000!important;
}

#iubenda-cs-banner .iubenda-banner-content.iubenda-custom-content #iubenda-cs-title {
	font-family: 'Century Gothic', sans-serif!important;
	font-size: 24px !important;
	letter-spacing: 0.7px!important;
	font-weight: 400!important;
}

#iubenda-cs-banner .iubenda-banner-content.iubenda-custom-content p {
	font-family: 'Century Gothic', sans-serif!important;
	font-size: 12px!important;
	font-weight: 400!important;
	letter-spacing: 0.5px!important;
}

#iubenda-cs-banner .iubenda-cs-opt-group .iubenda-cs-opt-group-custom button, #iubenda-cs-banner .iubenda-cs-opt-group .iubenda-cs-opt-group-custom+.iubenda-cs-opt-group-consent>.iubenda-cs-btn-primary {
	font-family: 'Century Gothic', sans-serif!important;
	border-radius: 0!important;
	font-weight: 400!important;
}

@media (min-width:992px) {
	.mega-menu-content.mega-menu-style-2 {
		border-bottom: solid 1px #000;
	}
}