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

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

/* Colors */

body {
	color: #2B2E34;
	letter-spacing: 1px;
}

.feature-box .fbox-icon i, .feature-box .fbox-icon img {
	border-radius: 50%;
	background-color: #2b2e34;
}

a {
	color: #2b2e34;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.portfolio-desc h3 a:hover {
	color: #2b2e34;
}

::selection {
	background: #2b2e34;
	color: #FFF;
	text-shadow: none;
}

.text-primary {
	color: #2b2e34 !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #2B2E34;
	letter-spacing: 1px;
	font-weight: 700;
}

h1>span:not(.nocolor):not(.badge), h2>span:not(.nocolor):not(.badge), h3>span:not(.nocolor):not(.badge), h4>span:not(.nocolor):not(.badge), h5>span:not(.nocolor):not(.badge), h6>span:not(.nocolor):not(.badge) {
	color: #2b2e34;
}

.custom-format h1>span:not(.nocolor):not(.badge), .custom-format h2>span:not(.nocolor):not(.badge), .custom-format h3>span:not(.nocolor):not(.badge), .custom-format h4>span:not(.nocolor):not(.badge), .custom-format h5>span:not(.nocolor):not(.badge), .custom-format h6>span:not(.nocolor):not(.badge) {
	color: inherit;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .heading-block h5 {
	font-weight: 40;
	color: #2B2E34;
	letter-spacing: 1px;
}

.heading-block>span:not(.before-heading) {
	font-size: 17px;
	line-height: 24px;
	color: #2B2E34;
	letter-spacing: 1px;
}

.heading-block h5~span {
	color: #2B2E34;
	letter-spacing: 2px;
	font-weight: 500;
}

label {
	color: #2B2E34;
}

.bgcolor, .bgcolor #header-wrap {
	background-color: #2b2e34 !important;
}

.bg-light {
	background-color: #f6f6f6;
}

.color {
	color: #2b2e34 !important;
}

.border-color {
	border-color: #2b2e34 !important;
}

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

.button.button-border {
	border: 2px solid #2b2e34 !important;
	color: #2b2e34 !important;
}

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

.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: #2B2E34;
	background-color: transparent;
}

.btn-outline-primary {
	color: #2b2e34;
	border-color: #2b2e34;
	background-color: transparent;
}

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

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #2B2E34;
	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: #2b2e34;
	border-color: #2b2e34;
	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(43, 46, 52, 0.5);
}

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

.btn-outline-white:hover {
	color: #2b2e34;
	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: #2b2e34;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show>.btn-outline-white.dropdown-toggle {
	color: rgb(43, 46, 52);
	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: none;
}

.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(43, 46, 52, 0.5);
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

button.btn-custom, input.btn-custom {
	padding: 0;
	border: none;
	background: transparent;
	line-height: 25px;
}

.btn-custom, .btn-custom a {
	position: relative;
	color: #2d2d2d;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#footer.dark .btn-custom, #footer.dark .btn-custom a {
	color: #ffffff;
}

.btn-custom:hover, .btn-custom:hover a, .btn-custom:focus, .btn-custom:focus a, .btn-custom:active, .btn-custom:active a, .btn-custom.active, .btn-custom.active a, #footer.dark .btn-custom:hover, #footer.dark .btn-custom:hover a, #footer.dark .btn-custom:focus, #footer.dark .btn-custom:focus a, #footer.dark .btn-custom:active, #footer.dark .btn-custom:active a, #footer.dark .btn-custom.active, #footer.dark .btn-custom.active a {
	color: #2b2e34;
}

.btn-custom:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #2b2e34;
}

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

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

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

#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 #2b2e34;
}

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

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a:hover {
	color: #e9e9e9;
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a:hover, #primary-menu ul ul li:hover>a {
	background-color: transparent;
	color: #e9e9e9;
}

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

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

#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: 2px solid #2b2e34;
}

#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: #2b2e34;
	color: #FFF;
}

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

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

#page-title {
	background-image: none;
	background-color: #858585;
	border-bottom: 1px solid #858585;
}

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

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

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

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

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

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

#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;
}

body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li.current a {
	color: #fff !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: #2b2e34;
}

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

.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: #2d2d2d;
}

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

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

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

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

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

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

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

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

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

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

.btn-secondary {
	background-color: #eeeeee;
	border-color: #eeeeee;
	color: #2b2e34;
}

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

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

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

.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: #2b2e34;
}

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

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

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

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

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

.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: #2b2e34;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #2b2e34 !important;
}

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

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

.feature-box h3 {
	color: #2B2E34;
}

.feature-box p {
	color: #2B2E34;
}

.product-price ins {
	color: #2b2e34;
}

.sale-flash {
	background-color: #2b2e34;
}

.promo.promo-flat {
	background-color: #2b2e34;
}

.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 #2b2e34;
}

.single-product .product-price {
	color: #2b2e34;
}

#top-cart .top-cart-content {
	border-top: 2px solid #2b2e34;
}

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

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

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

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

#gotoTop:hover {
	background-color: #2b2e34;
}

/* end Colors */

/* Fonts */

h1, h2, h3, h4, h5, h6, .title-font {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 1.14px;
}

h1, h2 {
	font-size: 38px;
	line-height: 50px;
}

h3 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 1.4px;
	line-height: 60px;
}

/*h3,
h4,
h5,
h6,
.title-font {
	font-size: 34px;
	font-weight: 400;
	letter-spacing: 1.7px;
	line-height: 60px;
}*/

.heading-block {
	margin-bottom: 22px;
}

.heading-block h1, .heading-block h2 {
	color: #2b2e34;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.72px;
	line-height: normal;
	text-align: LEFT;
	text-transform: uppercase;
}

.heading-block h3, .heading-block h4, .heading-block h5 {
	font-size: 34px;
	font-weight: 400;
	letter-spacing: 1.7px;
	line-height: 87px;
}

body {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.9px;
}

button {
	font-family: 'Montserrat', sans-serif;
}

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

#page-title.page-title-parallax h1, #page-title h1 {
	color: #ffffff !important;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.72px;
	line-height: normal;
	text-align: center;
}

#content p {
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 1.95px;
}

#content p.lead {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1.05px;
	line-height: 27px;
}

.font-body {
	font-family: 'Montserrat', sans-serif;
}

.font-primary {
	font-family: 'Montserrat', sans-serif;
}

.font-secondary {
	font-family: 'Montserrat', sans-serif;
}

.font-weight-semibold {
	font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

label {
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	font-weight: 100;
}

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

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

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

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

.custom-format h1, .custom-format h2 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 20px;
}

.custom-format h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 20px;
}

.custom-format h4 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}

.custom-format h5 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}

.custom-format h6 {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
}

.custom-format .row.my-1 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.custom-format, #content .custom-format p {
	color: #2d2d2d;
	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;
}

.custom-format [class ^="col-"]>img {
	width: 100%;
}

.prod-label {
	color: #2b2e34;
	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 {
	display: inline;
}

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

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

.blockMsg * {
	margin: 0;
}

/* end BlockUi */

/* General */

.btn {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2.1px;
	line-height: 14px;
	padding: 16px 30px;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.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: #f6f6f6;
	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 #333333;
	border: 1px solid #2B2E34;
	padding: 15px;
	line-height: 14px;
}

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

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

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

.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;
}

.link-custom {
	font-size: 13px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #2b2e34;
	letter-spacing: 2px;
}

.link-custom.secondary {
	color: #333333;
}

.link-custom:hover {
	color: #2d2d2d;
}

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

.quantity {
	width: auto;
	margin: 0;
	border: 1px solid #f4f4f4;
	padding: 0;
	background: #f4f4f4;
}

.quantity .plus, .quantity .minus {
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #2b2e34;
	font-size: 13px;
	background-color: #f4f4f4;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.quantity .qty {
	width: 55px;
	height: 45px;
	line-height: 45px;
	color: #2b2e34;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.6px;
	background-color: #f4f4f4;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
}

.toggle-custom .togglet {
	padding-bottom: 8px;
	border-bottom: 1px solid #f4f4f4;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #2b2e34;
	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 #f4f4f4;
	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;
}

.underlined-title {
	position: relative;
}

.underlined-title:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #2b2e34;
}

.title-color {
	color: #2b2e34;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 1.3px;
	line-height: 57px;
}

.border-bottom-primary {
	border-bottom: 1px solid #EEE;
}

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

@media (min-width: 1200px) {
	.col-xl-custom-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

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

.made-by-quantico a {
	display: inline-block;
	color: #333333;
	font-family: Montserrat;
	font-size: 11px;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 1.1px;
	line-height: normal;
	text-align: right;
	text-transform: uppercase;
}

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

.section {
	background-color: #f4f4f4;
}

/* 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 */

#header.transparent-header:not(.sticky-header) #header-wrap {
	height: auto;
	background-color: rgba(255, 255, 255, 0.6);
}

#header.sticky-header #header-wrap {
	height: auto;
	border-bottom: none !important;
	background-color: #FFF;
}

#primary-menu.style-2 {
	border-top: none;
	border-bottom: 1px solid #2b2e34;
	background: #2b2e34;
}

#primary-menu ul li a {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 4.8px;
	line-height: 26px;
	text-align: left;
	text-transform: uppercase;
}

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;
}

#top-search, #top-cart, #side-panel-trigger, #top-account {
	margin: 0;
	float: left;
}

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

#top-search a, #top-cart>a, #side-panel-trigger a {
	height: 20px;
	width: 20px;
}

#logo img {
	width: auto;
	height: 100%;
	padding: 30px 0;
}

#top-bar {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

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

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

.top-links li>a {
	font-weight: 500;
	color: #333333;
	font-size: 11px;
	letter-spacing: 1.1px;
}

.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;
}

#top-search {
	width: 100%;
	position: relative;
}

#top-search form {
	width: 100% !important;
	height: 26px !important;
	padding: 0;
	padding-right: 5px;
	padding-left: 30px;
	margin: 42px 0px;
	left: auto;
	right: 0;
	position: relative;
}

#top-search form input {
	padding: 2px;
	color: #2b2e34;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
}

#top-search #top-search-trigger {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#top-search form input::-moz-placeholder {
	color: #333333;
	opacity: 1;
	text-transform: none;
	font-size: 13px;
	line-height: 15px;
}

#top-search form input:-ms-input-placeholder {
	color: #333333;
	text-transform: none;
	font-size: 13px;
	line-height: 15px;
}

#top-search form input::-webkit-input-placeholder {
	color: #333333;
	text-transform: none;
	font-size: 13px;
	line-height: 15px;
}

#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 #d8d8d8 !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: #2B2E34;
}

#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, #primary-menu.style-2>div #top-account {
	margin-top: 25px;
	margin-bottom: 25px;
}

#primary-menu.style-2>div #top-search a, #primary-menu.style-2>div #top-cart a:not(.btn), #primary-menu.style-2>div #side-panel-trigger a, #primary-menu.style-2>div #top-account a {
	color: #7f7f7f;
}

body.top-search-open #header-wrap #logo, body.top-search-open #primary-menu>ul, body.top-search-open #primary-menu>.container>ul, body.top-search-open #top-cart, body.top-search-open #side-panel-trigger, body.top-search-open #top-account {
	opacity: 1;
}

#header.transparent-header {
	z-index: 999;
}

#header.full-header {
	border-bottom: 1px solid#2b2e34;
}

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

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

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

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

#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: 0 !important;
	margin-bottom: 0 !important;
}

#header.sticky-header:not(.static-sticky) #top-search form {
	margin: 24px 0px;
}

#header.sticky-header:not(.static-sticky) #logo img {
	padding: 15px 0;
}

#header.sticky-header:not(.static-sticky) .header-links {
	margin: 27px 0px;
}

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

.header-links {
	float: right;
	margin: 42px 0px;
}

.header-links-app {
	float: left;
	margin-left: 30px;
}

.header-links-app img[class^=icustom-] {
	height: 26px;
}

/* end Header */

/* Menu */

#primary-menu ul li .mega-menu-content.style-2 {
	top: auto;
}

#primary-menu .mega-menu-column-wrapper {
	display: -moz-webkit-flex;
	display: -webkit-flex;
	display: -ms-box;
	display: flex;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex: auto;
	height: 200px;
}

#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: 0;
	margin: 0;
	display: -moz-webkit-flex;
	display: -webkit-flex;
	display: -ms-box;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

#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: 'Montserrat', 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: 'Montserrat', sans-serif;
	margin-bottom: 0;
	letter-spacing: 2px;
	font-weight: 400;
	color: #2b2e34;
	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: #2d2d2d;
}

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

#primary-menu.style-2>div>ul>li>a, #primary-menu>div>ul>li>a {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: 4.8px;
}

#primary-menu.style-2>div>ul>li:not(:last-child)>a:after, #primary-menu>div>ul>li:not(:last-child)>a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 22px;
	background: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
	padding: 30px;
	display: -moz-webkit-flex;
	display: -webkit-flex;
	display: -ms-box;
	display: flex;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 4.8px;
	line-height: 26px;
	text-align: center;
}

#primary-menu ul li .mega-menu-content.style-2 ul li>a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 4.8px;
	line-height: 26px;
	text-align: center;
}

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

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

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

#primary-menu .banner-menu-wrapper {
	width: 100%;
}

#primary-menu .banner-menu-wrapper .banner-menu-link {
	display: block;
	padding: 0;
}

#primary-menu .banner-menu-wrapper a {
	padding: 0;
}

/* 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: #2b2e34;
}

.csbuttons-count {
	display: none;
}

/* end Social */

/* Portfolio Home */

.portfolio-images-fixed .portfolio-item .portfolio-image {
	padding: 33.3% 0;
}

.portfolio-images-fixed .portfolio-item.wide.wide-half-height .portfolio-image {
	padding: 16.7% 0;
}

.portfolio-images-fixed .portfolio-item .portfolio-image a {
	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%);
}

/* end Portfolio Home */

/* Carrello */

#top-search a, #top-cart>a, #side-panel-trigger a {
	width: 26px;
	height: 26px;
	font-size: 26px;
	line-height: 26px;
}

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

#top-cart-trigger img.icustom-shopping-bag {
	width: auto;
	height: 26px;
}

#top-cart>a>span {
	top: -2px;
	right: -10px;
	font-size: 10px;
	width: 12px;
	height: 12px;
	line-height: 13px;
}

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

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

.top-cart-item-desc span.top-cart-item-price {
	color: #2b2e34;
	font-weight: 900;
}

.top-cart-item-desc span.top-cart-item-quantity {
	position: relative;
	top: auto;
	right: auto;
}

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

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

#content .cart-wrapper, #content .cart-wrapper p {
	font-family: 'Montserrat', sans-serif;
}

.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: #2b2e34;
}

#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 #2B2E34;
	color: #2b2e34;
	font-size: 11px;
	line-height: 11px;
}

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

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

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

.cart-wrapper .cart-product-quantity .quantity {
	border: 1px solid #2b2e34;
	padding: 3px;
	width: auto;
}

.cart-wrapper .quantity .plus, .cart-wrapper .quantity .minus {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 9px;
}

.cart-wrapper .quantity .qty {
	width: calc(100% - 40px);
	height: 20px;
	line-height: 20px;
	font-size: 9px;
}

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

.cart-add-note {
	line-height: 20px;
}

/* end Carrello */

/* Riepilogo */

.summary-wrapper {
	background: #f6f6f6;
	padding: 35px;
	margin-bottom: 10px;
}

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

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

.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: #2B2E34;
	text-transform: uppercase;
}

td.cart-value {
	font-size: 16px;
	line-height: 14px;
	font-weight: 700;
	color: #2B2E34;
	text-align: right;
	width: 50%;
}

.cart-controls {
	margin-top: 5px;
	background: #f6f6f6;
	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%;
	margin: 0 auto;
}

.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: #2B2E34;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}

.popup-prod-prezzo .product-price {
	color: #2B2E34;
	font-size: 16px;
	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: 'Montserrat', 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: #2B2E34;
	letter-spacing: 1px;
}

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

/* end Login */

/* Slide */

.flex-control-nav {
	position: absolute;
	z-index: 10;
	text-align: center;
	top: auto;
	bottom: 30px;
	left: 15vw;
	right: auto;
	margin: 0;
}

.flex-control-nav li:hover a, .flex-control-nav li a.flex-active {
	background-color: #2B2E34;
}

.flex-control-nav li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 10px !important;
	height: 10px !important;
	border: 1px solid #2B2E34;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.slider-element h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
	color: #2B2E34;
}

.slider-element .dark h2 {
	color: #fff;
}

.slider-element p {
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 5px;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #2B2E34;
	font-family: 'Montserrat', sans-serif;
}

.slider-element .dark p {
	color: #fff;
}

.slider-element .btn {
	border-radius: 25px;
	padding: 20px 30px;
	font-size: 11px;
}

.slider-element .slider-product-desc {
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	width: 65%;
	z-index: 2;
}

.slider-element .slider-product-desc [class^='col-'] {
	padding: 0;
}

.slider-element .vertical-middle .container {
	top: -60px;
}

.slider-product-desc .feature-box.fbox-plain .fbox-icon img {
	height: 45px;
}

.slider-product-desc .feature-box {
	background-color: rgba(238, 238, 238, 0.9);
	padding: 40px;
	padding-left: 140px;
}

.slider-element .feature-box .fbox-icon {
	top: 40px;
	left: 40px;
}

.slider-element .slider-product-desc [class^='col-'] {
	border-right: 2px solid transparent !important;
}

.slider-element .slider-product-desc [class^='col-']+[class^='col-'] {
	border-right: none !important;
	border-left: 2px solid transparent !important;
}

.slider-element .feature-box h3 {
	font-size: 14px;
}

.about-slider.fslider, .about-slider.fslider .flexslider {
	overflow: visible !important;
}

.about-slider.fslider .flex-prev {
	left: -52px;
	border-radius: 0;
	background-color: transparent;
}

.about-slider.fslider .flex-next {
	right: -52px;
	border-radius: 0;
	background-color: transparent;
}

.about-slider.fslider .flex-prev i, .about-slider.fslider .flex-next i {
	font-size: 20px;
	color: #2B2E34;
	text-shadow: none;
}

.about-slider.fslider .flex-prev:hover, .about-slider.fslider .flex-next:hover {
	background-color: transparent !important;
}

.about-slider.fslider .flex-prev:hover i, .about-slider.fslider .flex-next:hover i {
	color: #2b2e34;
}

.tp-caption h1 {
	color: #ffffff;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
}

.tp-caption h1 strong {
	font-weight: 700;
}

/* Bugfix Hermes Bullet */

.hermes .tp-bullet:after {
	background-color: transparent;
}

.tp-bullet.selected, .tp-bullet:hover {
	background: #fff !important;
}

/* end Bugfix Hermes Bullet */

/* end Slide */

/* Block Form */

.block-form {
	position: relative;
}

.search-form {
	width: 40vw;
}

.block-form input[type=text], .block-form input[type=email] {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 15px 165px 15px 11px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.3px;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
}

.block-form input[type=text]::placeholder, .block-form input[type=email]::placeholder {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.3px;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
}

.block-form input[type=text]:-moz-placeholder, .block-form input[type=email]:-moz-placeholder {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.3px;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
}

.block-form input[type=text]:-ms-input-placeholder, .block-form input[type=email]:-ms-input-placeholder {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.3px;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
}

.block-form input[type=text]::-webkit-input-placeholder, .block-form input[type=email]::-webkit-input-placeholder {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.3px;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
}

.block-form-clear {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #fff;
	border-radius: initial;
	background-color: #fff;
	color: #26b6d7;
	font-size: 30px;
	padding: 14px 18px;
	border-radius: 3px;
}

.block-form-submit {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #fff;
	background-color: #fff;
	padding: 15px 55px;
	color: #2b2e34;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.3px;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
}

.block-form .form-check {
	position: absolute;
	left: 30px;
}

.newsletter-form {
	margin-bottom: 70px;
}

.block-form label {
	font-weight: 400;
}

/* end Block Form */

/* Home Content */

.home-content-title {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	text-align: center;
}

.home-content-title h1 {
	color: #2b2e34;
	font-size: 70px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 3.5px;
	line-height: normal;
	text-align: center;
	margin-bottom: 5px;
}

.home-content-title a {
	color: #2b2e34;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.3px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}

/* end Home Content */

/* Owl Carousel */

.owl-carousel .owl-stage {
	display: flex !important;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: -35px;
	right: 0;
	display: block;
}

.owl-carousel .owl-nav [class*=owl-] {
	position: relative;
	top: auto;
	margin-top: 0;
	left: auto;
	zoom: 1;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #2b2e34;
	color: #fff;
	background-color: #2b2e34;
	font-size: 11px;
	opacity: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	left: auto;
	right: auto;
	float: left;
}

.owl-carousel .owl-nav .owl-next {
	margin-left: 10px;
}

.owl-carousel:hover .owl-nav .owl-prev {
	left: auto;
	right: auto;
}

.owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: auto;
}

.owl-carousel .owl-stage .product-image {
	width: 99%;
}

.owl-carousel .owl-nav .disabled {
	display: block !important;
	border: 1px solid #EEE;
	background-color: #EEE;
}

.owl-carousel .owl-stage .product-image>a.fixed-photo {
	width: 99%;
	height: 99%;
	margin: 0 auto;
}

/* end Owl Carousel */

/* News */

.section-news {
	padding: 120px 0;
}

.news-item-wrapper {
	border: 2px solid #f4f4f4;
}

.news-item-image a {
	display: block;
	position: relative;
	padding: 60% 0 0;
	overflow: hidden;
}

.owl-carousel .news-item {
	display: flex !important;
	flex: 1 0 auto;
	height: 100%;
}

.owl-carousel .news-item-wrapper {
	position: relative;
	overflow: hidden;
	/* margin-bottom: 80px; */
	/*This is optional*/
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.owl-carousel .owl-item .news-item-image a img, .news-item-image a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.news-list-image {
	position: relative;
	width: 100%;
	padding: 50% 0 0;
	overflow: hidden;
}

.news-list-image>img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: none;
	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%);
}

.news-item-content {
	padding: 30px;
	background: #f4f4f4;
	height: 100%;
	position: relative;
}

.news-item-content a {
	position: absolute;
	bottom: 10px;
	text-decoration: underline !important;
}

.news-item-content a:hover, .news-item-content a:active, .news-item-content a.active, .news-item-content a:focus {
	text-decoration: none !important;
}

.news-item-content h3 {
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.2px;
	line-height: normal;
	text-align: left;
	margin-bottom: 5px;
}

#content .news-item-content p, .news-item-content p {
	color: #333333;
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 20px;
	text-align: left;
}

/* end News */

/* Breadcrumbs */

#page-title {
	padding: 80px 0;
}

#header.sticky-header:not(.static-sticky).sticky-style-2+*, #header.sticky-header:not(.static-sticky).sticky-style-3+* {
	margin-top: 150px;
}

.breadcrumb {
	position: relative !important;
	width: auto !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	margin: 8px 0 0 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 11px;
	text-align: center;
}

.breadcrumb li, .breadcrumb a {
	color: #ffffff;
	font-family: Montserrat;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1.1px;
	line-height: normal;
	text-align: center;
}

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

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

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

/* end Breadcrumbs */

/* Col */

.filters-trigger {
	color: #2b2e34;
	padding: 20px;
	font-size: 25px;
	line-height: 25px;
	background-color: #fff;
	border-color: #fff;
	border: 1px solid #2b2e34;
}

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

.sidebar.cloned-sidebar {
	width: calc(100% - 30px);
}

.sidebar-widgets-wrap .widget {
	border-top: 2px solid #efefef;
}

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

.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: 0;
}

.sidebar .widget_links .custom-accordion li a {
	background-image: none;
	position: relative;
	padding: 0;
	margin: 0;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1.3px;
	text-transform: none;
}

.sidebar .widget_links>ul.custom-accordion>li>a, .sidebar .widget_links .custom-accordion label.title-label, .sidebar .widget_links label.title-label {
	font-family: "Montserrat";
	display: block;
	position: relative;
	width: 100%;
	color: #2b2e34;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 4.8px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.sidebar .widget_links .custom-accordion label {
	font-family: 'Montserrat', 'sans-serif';
	font-size: 14px;
	font-weight: 400;
	color: #2B2E34;
	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: #2b2e34;
	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>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>ul.custom-accordion>li>a.custom-accordion-link:after, .sidebar .widget_links>ul.custom-accordion>li>a.custom-accordion-link:before {
	display: none;
}

.sidebar .widget_links .custom-accordion li li li a {
	margin-left: 15px;
}

.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: #2B2E34;
	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;
	color: #2b2e34;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.3px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
}

.sidebar .widget_links .custom-accordion li li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 14px;
	height: 14px;
	border: 1px solid rgba(45, 45, 45, 0.5);
	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:after {
	content: '';
	display: block;
	position: absolute;
	left: 3px;
	top: 50%;
	width: 8px;
	height: 8px;
	border: 1px solid transparent;
	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 rgba(45, 45, 45, 0.8);
}

.sidebar .widget_links .custom-accordion li li a.active:after {
	border: 1px solid rgba(45, 45, 45, 0.5);
	background-color: rgba(45, 45, 45, 0.5);
}

.sidebar .widget_links .custom-accordion li li a.active:hover:after {
	border: 1px solid rgba(45, 45, 45, 0.8);
	background-color: rgba(45, 45, 45, 0.8);
}

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

.irs-from, .irs-to, .irs-single {
	background: #fff;
	color: #aaaaaa;
	border: 1px solid #aaaaaa;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.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: #fff;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(45, 45, 45, 0.5);
	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(43, 46, 52, 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(43, 46, 52, 1);
}

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

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

#user-col .sidebar-widgets-wrap .widget>h4 {
	font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #2B2E34;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

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

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

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

/* end Col */

/* Contacts */

#header.transparent-header+#google-map {
	top: 0;
	margin-bottom: 0;
}

.section-contact-col-padding {
	padding: 60px;
	padding-right: 33%;
}

.contact-widget ::placeholder {
	color: rgb(45, 45, 45, 0.7);
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.75px;
	line-height: 34px;
}

.contact-widget :-moz-placeholder {
	color: rgb(45, 45, 45, 0.7);
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.75px;
	line-height: 34px;
}

.contact-widget :-ms-input-placeholder {
	color: rgb(45, 45, 45, 0.7);
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.75px;
	line-height: 34px;
}

.contact-widget ::-webkit-input-placeholder {
	color: rgb(45, 45, 45, 0.7);
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.75px;
	line-height: 34px;
}

/* end Contacts */

/* Prodotti */

.sale-flash {
	text-shadow: none;
	border-radius: 0;
	padding: 3px;
	line-height: 10px;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

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

.product-custom-wrapper {
	border: 1px solid transparent;
	height: 100%;
}

.product-custom-wrapper>a {
	display: block;
}

.product-price {
	color: #2b2e34;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.05px;
	line-height: normal;
	text-align: left;
}

.product-price del {
	color: #2B2E34;
	font-size: 15px;
	padding-right: 15px;
}

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

.product-desc {
	padding: 0 0 0 30px;
	margin-top: 12px;
	margin-bottom: 0;
	text-align: left;
	background-color: #fff;
	color: #2B2E34;
	border-left: 5px solid #2b2e34;
}

#content .product-weight p, .product-weight p {
	color: #2b2e34;
	font-family: Montserrat;
	font-size: 11px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1.1px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
}

.product-title h3 {
	color: #2b2e34;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 4.8px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
}

.product-image {
	position: relative;
	border: 1px solid #2b2e34;
}

.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 .fixed-photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.product-image.border {
	border: 2px solid #f4f4f4 !important;
}

#oc-images-linker .oc-item {
	border: 2px solid #f4f4f4 !important;
}

.box-filler {
	display: block;
	width: 100%;
	padding: 50% 0;
}

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

.filter-wrapper {
	padding: 90px 0 0;
}

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

.filter-tags>li {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 15px 0 0;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding: 15px 30px;
	background-color: #fff;
	border: 1px solid #2b2e34;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.filter-tags>li.reset-filters span, .filter-tags>li.reset-filters a {
	color: #2d2d2d;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.filter-tags>li:hover, .filter-tags>li:hover {
	background-color: #2b2e34;
	border-color: #2b2e34;
}

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

.filter-tags>li span {
	color: #2b2e34;
	font-family: Montserrat;
	line-height: 13px;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.3px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	margin-right: 15px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.filter-tags>li a {
	color: #2b2e34;
	font-family: Montserrat;
	line-height: 13px;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.3px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.filter-search {
	position: relative;
}

.filter-search form {
	margin: 0;
}

.filter-search .search-field {
	position: relative;
	border: 1px solid #ced4da;
	padding: 10px 10px;
	font-size: 12px;
	line-height: 12px;
}

.filter-search .search-field:focus {
	border: 1px solid #2B2E34;
}

.filter-search .btn[type=submit] {
	position: absolute;
	right: 10px;
	top: 50%;
	padding: 5px;
	font-size: 10px;
	line-height: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.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: 10px;
	right: 10px;
	left: auto;
	z-index: 0;
	opacity: 1;
}

.wishlist-btn>svg {
	width: 100%;
	height: 100%;
	fill: #2b2e34;
}

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

.detail-prod-title {
	color: #2b2e34;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.72px;
	line-height: normal;
	text-align: left;
	margin: 0;
	text-transform: uppercase;
}

.detail-prod-hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 2px solid #efefef;
}

.detail-prod-label {
	color: #333333;
	font-family: Montserrat;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1.1px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
}

.detail-prod-value {
	color: #2b2e34;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.72px;
	line-height: normal;
	text-align: left;
}

.detail-prod-filter-group {
	color: #333333;
	font-family: Montserrat;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1.1px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
}

.detail-prod-filter-item {
	color: #2b2e34;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.72px;
	line-height: normal;
	text-align: left;
}

.detail-prod-desc {
	color: #333333;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
	text-align: left;
}

.detail-prod-attr {
	margin-top: 3rem;
	margin-bottom: 10px;
}

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

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

.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: 'Montserrat', sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.3px;
	line-height: normal;
	text-align: left;
	color: #2b2e34;
}

.detail-form .bootstrap-select.btn-group>.dropdown-toggle:after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.detail-form .bootstrap-select .dropdown-item {
	padding: 15px;
}

#order-form .btn-group.bootstrap-select {
	display: block;
	width: 100%;
}

#order-form .dropdown-toggle {
	padding: 15px 30px;
	background-color: #fff;
	color: #2b2e34;
	font-family: Montserrat;
	line-height: 13px;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.3px;
	line-height: normal;
	text-align: left;
	border: 1px solid #2b2e34;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#order-form .filter-option {
	text-align: center;
}

.single-product {
	padding: 120px 0;
}

.single-product .product-price {
	color: #2b2e34;
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.72px;
	line-height: normal;
	text-align: left;
}

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

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

.product-carousel-novita {
	margin-bottom: 50px;
}

.prod-slider-header {
	position: absolute;
}

#cta-login-load {
	width: 100% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
}

/* end Prodotti */

/* Tabs */

.tabs {
	margin: 0;
}

ul.tab-nav:not(.tab-nav-lg) {
	border-bottom: none;
}

ul.tab-nav:not(.tab-nav-lg) li, ul.tab-nav:not(.tab-nav-lg) li:first-child {
	margin-left: 0;
	border-left: none;
	border: none;
	height: auto;
	text-align: center;
	float: none;
}

ul.tab-nav:not(.tab-nav-lg) li a {
	color: #aaabae;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2.4px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	background-color: #fff;
	height: auto;
}

ul.tab-nav:not(.tab-nav-lg) li a:hover, ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
	top: auto;
	color: #2b2e34;
}

ul.tab-nav:not(.tab-nav-lg) li a:after, ul.tab-nav:not(.tab-nav-lg) li a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: transparent;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

ul.tab-nav:not(.tab-nav-lg) li a:hover:after, ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a:after {
	background-color: #333333;
}

/* end Tabs */

/* Correlati */

.section-correlati {
	padding: 0 0 120px;
}

/* end Correlati */

/* Banner */

.section-product {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.section-product .section-product-image {
	width: 100%;
}

.section-product .section-product-content {
	max-width: 100%;
	position: relative;
	bottom: 0px;
	right: 0;
	background-color: #eee;
	padding: 20px;
	z-index: 1;
}

.section-product .section-product-content h1 {
	margin-bottom: 0;
}

.section-product .section-product-content h3 {
	font-weight: 800;
}

.section-product.alt .section-product-image, .section-product.alt .section-product-content {
	float: none;
}

.section-product .section-product-price {
	font-size: 1.5rem;
	font-weight: 700;
}

.section-product .section-product-image {
	position: relative;
	width: 85%;
	background: #FFF;
}

.section-product .section-product-content {
	max-width: 400px;
	position: absolute;
	bottom: 30px;
	right: 0;
	padding: 30px;
}

.section-product.alt .section-product-image {
	float: right;
}

.section-product.alt .section-product-content {
	left: 0;
	right: auto;
}

/* end Banner */

/* Newsletter */

#footer .widget .form-control {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.7px;
	line-height: 33px;
}

#footer .widget .form-control::placeholder {
	color: rgb(45, 45, 45, 0.5);
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.7px;
	line-height: 33px;
}

#footer .widget .form-control:-moz-placeholder {
	color: rgb(45, 45, 45, 0.5);
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.7px;
	line-height: 33px;
}

#footer .widget .form-control:-ms-input-placeholder {
	color: rgb(45, 45, 45, 0.5);
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.7px;
	line-height: 33px;
}

#footer .widget .form-control::-webkit-input-placeholder {
	color: rgb(45, 45, 45, 0.5);
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.7px;
	line-height: 33px;
}

/* end Newsletter */

/* Checkout */

.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: 'Montserrat', 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: #2b2e34;
}

.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: 'Montserrat', 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: 'Montserrat', sans-serif;
	color: #aaaaaa;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 0;
}

.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: #2b2e34;
}

.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: 20px;
	line-height: 20px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	padding-right: 100px;
}

#content .whislist-master p {
	font-size: 11px;
	font-weight: 400;
	font-family: 'Montserrat', 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: #2B2E34;
	font-weight: 700;
	font-size: 20px;
}

/* end Wishlist */

/* Ordine */

.ordine-list table th {
	font-family: 'Montserrat', sans-serif;
	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: #2B2E34;
	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: 'Montserrat', sans-serif;
	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: #2B2E34;
	text-align: center;
	font-weight: 400;
	line-height: 18px;
	border-bottom: 1px solid #ebebeb;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}

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

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

/* end Ordine */

/* Custom Text */

#section-about h1 {
	color: #2d2d2d;
	font-family: "Montserrat";
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.96px;
	line-height: 50px;
}

#section-about h4 {
	color: #2d2d2d;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.9px;
	line-height: 33px;
}

#section-about h4 strong {
	font-family: "Montserrat";
	font-weight: 500;
	letter-spacing: 1.8px;
}

#section-about p.lead {
	color: #2d2d2d;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.75px;
	line-height: 27px;
}

/* end Custom Text */

/* Footer */

#footer {
	color: #333333;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 21px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 50px;
	padding-bottom: 70px;
	border-top: none;
}

#footer h4 {
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

#footer p {
	color: #333333;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 21px;
	text-align: left;
	text-transform: uppercase;
}

#footer p, #footer p a {
	color: #333333;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 21px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 0;
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
}

#footer p a:hover, #footer p a:focus, #footer p a:active {
	text-decoration: underline !important;
}

#footer p strong {
	font-weight: 700;
}

.logo-footer {
	max-width: 210px;
	height: auto;
	margin-bottom: 30px;
}

.logo-footer-ic {
	max-width: 210px;
	height: auto;
	margin-bottom: 0;
}

.footer-bottom {
	border-top: 1px solid #c1c1c1;
	padding-top: 14px;
	padding-bottom: 0;
	margin-top: 30px;
}

.footer-bottom-link {
	display: inline-block;
	margin-bottom: 0;
}

.footer-bottom-link a {
	color: #333333;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1.1px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
}

.footer-bottom-link:not(:last-child) {
	position: relative;
	margin-right: 20px;
}

.footer-bottom-link:not(:last-child):after {
	content: '/';
	display: block;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.footer-bottom-link a:focus, .footer-bottom-link a:hover, .footer-bottom-link a:active {
	text-decoration: underline !important;
}

#footer .made-by-quantico {
	text-align: right;
}

/* 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;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.responsive-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 20px;
		left: 15px;
		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);
	}
}

/* Solo Piccoli monitor */

@media (max-width: 1199px) and (min-width: 992px) {
	.product-title h3 {
		font-size: 14px;
		letter-spacing: 1px;
	}
	#primary-menu.style-2>div>ul>li>a, #primary-menu>div>ul>li>a {
		letter-spacing: 3px;
	}
	#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column>li.mega-menu-title>a {
		font-size: 14px;
		letter-spacing: 3px;
	}
	#primary-menu ul li .mega-menu-content.style-2 ul li>a {
		font-size: 14px;
		letter-spacing: 3px;
	}
}

/* end Solo Piccoli monitor */

@media (max-width: 991px) {
	#master-col {
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
	#master-col:not(.open) {
		overflow: hidden;
		-ms-flex: 0 0 0;
		flex: 0 0 0;
		max-width: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#primary-menu>div>#top-search a, #primary-menu>div>#top-cart, #primary-menu>div>#side-panel-trigger {
		margin: 25px 0 !important;
	}
	#primary-menu>div>ul {
		padding-bottom: 60px !important;
	}
	#primary-menu.style-2>div>ul>li:not(:last-child)>a:after, #primary-menu>div>ul>li:not(:last-child)>a:after {
		display: none;
	}
	#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 {
		width: 100%;
		margin-bottom: 30px;
	}
	#primary-menu ul li.mega-menu .mega-menu-content.style-2>div {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul {
		border: none;
	}
	#primary-menu li .mega-menu-content.style-2>div>ul {
		padding: 0;
	}
	#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
		border-left: none;
		border-right: none;
	}
	#primary-menu li .mega-menu-content.style-2>div>ul>li li:first-child {
		border-top: none;
	}
	#primary-menu ul li .mega-menu-content.style-2 li {
		border-top: none;
	}
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li:hover ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li.current ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li:hover ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li.current ul a {
		color: #ffffff !important;
		text-align: center;
	}
	#primary-menu>div>ul li a div {
		text-align: center;
	}
	#primary-menu>div ul.mega-menu-column ul {
		padding-left: 0;
	}
	.boxed-banner-content {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: rgba(255, 255, 255, 0.8);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}
	.boxed-banner-media .boxed-banner-media-img {
		width: 100%;
	}
	#primary-menu-trigger {
		position: absolute;
		display: block;
		float: left;
		top: 50%;
		left: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#primary-menu-trigger, #page-submenu-trigger i {
		font-size: 30px;
	}
	#top-search {
		padding-left: 30px;
	}
	#top-search a, #top-cart, #side-panel-trigger, #top-account {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 0;
		-webkit-transition: color .3s ease-in-out;
		-o-transition: color .3s ease-in-out;
		-moz-transition: color .3s ease-in-out;
		-ms-transition: color .3s ease-in-out;
		transition: color .3s ease-in-out;
	}
	#top-search #top-search-trigger {
		left: 50px;
	}
	.home-content-title h1 {
		font-size: 40px;
	}
	.top-search-open .top-search-full {
		position: absolute;
		background-color: #fff;
		z-index: 99999;
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	body.top-search-open .top-search-full #top-search {
		padding-left: 0;
	}
	body.top-search-open #top-search #top-search-trigger {
		left: 0;
	}
	body.top-search-open .top-search-full #top-search form {
		padding-left: 20px;
	}
	.filterprod-mobile .filters-trigger {
		position: fixed;
		width: 90vw;
		width: calc(100vw - 50px);
		top: 30px;
		z-index: 999;
		background: #fff;
		margin-bottom: 0 !important;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.filterprod-mobile #master-col.open {
		position: fixed;
		width: 90vw;
		width: calc(100vw - 50px);
		top: 100px;
		bottom: 10px;
		z-index: 999;
		background: #fff;
		overflow: auto;
		padding: 0;
		left: 50%;
		border: 1px solid #2b2e34;
		min-height: auto !important;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.filterprod-mobile #master-col.open .sidebar {
		padding: 30px 20px;
	}
}

@media (max-width: 767px) {
	#master-col:not(.open) {
		-ms-flex: 0 0 0;
		flex: 0 0 0;
		max-width: 0;
		display: none;
	}
	.boxed-banner-content {
		width: 90%;
		padding: 30px;
	}
	.prod-slider-header {
		position: relative;
	}
	.header-links-app {
		float: left;
		margin-left: 8px;
	}
	#top-cart {
		display: block;
	}
	.cart-actions {
		position: relative;
	}
}

@media (max-width: 575px) {
	#top-search form {
		margin: 20px 0;
	}
	.header-links {
		margin: 20px 0;
	}
	.top-search-open .top-search-full {
		max-width: calc(100% - 60px);
	}
	#logo {
		height: auto;
	}
	.home-content-title h1 {
		font-size: 20px;
	}
	.home-content-title a {
		font-size: 10px;
	}
	.modal-footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.modal-footer .btn {
		width: 100%;
	}
	.modal-footer .btn:not(:first-child) {
		margin-top: 10px;
	}
	.cart-riepilogo tr {
		display: block;
		width: 100%;
	}
	.cart-riepilogo td {
		display: block;
		width: 100%;
		text-align: center;
	}
	#footer p, #footer p a {
		text-align: center;
	}
	.social-wrapper {
		text-align: center;
	}
	.social-wrapper .social-icon {
		display: inline-block;
		float: none;
	}
	#footer .footer-bottom-link {
		width: 100%;
	}
	#footer .made-by-quantico {
		text-align: center;
	}
}

@media (max-width: 479px) {
	.boxed-banner-content {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
	.boxed-banner-media .boxed-banner-media-img {
		display: none;
	}
}

/* end Table Responsive */

@media (min-width: 768px) and (max-width: 991px) {
	.sidebar-widgets-wrap .widget {
		width: 100%;
	}
}