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

 /* Variabili Generali */
           

/*
Colors:
	Body 		: #333
	Headers 	: #2B2D42
	Primary 	: #7e4292
	Dark 		: #15161D ##1E1F29
	Grey 		: #E4E7ED #FBFBFC #8D99AE #B9BABC



Table OF Contents
------------------------------------
1 > GENERAL
------ Typography
------ Buttons
------ Inputs
------ Sections
------ Breadcrumb
2 > HEADER
------ Top header
------ Logo
------ Search
------ Cart
3 > NAVIGATION
------ Main nav
------ Responsive Nav
4 > CATEGORY SHOP
5 > HOT DEAL
6 > PRODUCT
------ Product
------ Widget product
------ Product slick
7 > STORE PAGE
------ Aside
------ Store
8 > PRODUCT DETAILS PAGE
------ Product view
------ Product details
------ Product tab
9 > CHECKOUT PAGE
10 > NEWSLETTER
11 > FOOTER
11 > SLICK STYLE
12 > RESPONSIVE
------------------------------------*/

/*=========================================================
	01 -> GENERAL
===========================================================*/

			
html {
  scroll-behavior: smooth;
}

.form-control {
	margin-bottom:10px;
}


.accordion {
	padding:10px;
	
}
.accordion-header h2 {
	color:#4A4A4A;
}


 
body {


font-family: 'Roboto Condensed', sans-serif;
font-size:15px;
color: #333;
background-color:#fff;
}

.table-light th {font-size:12px;}

/*google map */
.map-container-6{
overflow:hidden;
/*padding-bottom:26.25%;*/
min-height:500px;
position:relative;
height:0;
}
.map-container-6 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}


#messaggio_registrazione {color:#ff0000;}

#messaggio_recupero_password {color:#ff0000;}

#error {color:#ff0000; 
text-align:left;

font-weight:600;

}
#error_pwd {
	color:#ff0000; 
	text-align:left; 
/*	padding:10px;  */
	margin-bottom:2px; 
	border-bottom:1px solid #ededed;
    border-top:1px solid #ededed; 
    font-weight:600;
}



.scorrimento {
  position: relative;
  animation: w3-animation-top 1.5s linear;
}
.scorrimento img {
	height:110px;
	text-align: center;
	vertical-align:middle;
	padding: 5px;
}

.contact-info {
	
	border-bottom:1px solid #ccc;
	width:100%;
	margin-bottom:4px;
	padding-bottom:10px;
	
}

.contact-info p {
	
	margin-top:20px;
	margin-left:20px;
	
}

.contact-info span {
	float:left;
	margin-left:20px;
	margin-top:0px;
	margin-right:10px;
	font-size:26px;
	color:#333;
}

@keyframes mymove {
  from {left: -200px;}
  to {left: 0px;}
}


h1 {  font-size:32px; }
h2 {  font-size:28px; }
h3 {  font-size:24px; font-weight:500; color:#1A84AA; }
h4 {  font-size:20px; font-weight:500; }
h5 {  font-size:18px; font-weight:500; color:#333333; }

.modal-title h5 {  font-size:18px; font-weight:500; color:#333333;}

/*----------------------------*\
	Breadcrumb
\*----------------------------*/

#breadcrumb {
	padding:10px;
    background:rgba(66,66,66,1.00);
}

#breadcrumb .breadcrumb-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  text-transform:capitalize;
}

#breadcrumb .breadcrumb-tree {
  display: inline-block;
}

#breadcrumb .breadcrumb-tree li {
  display: inline-block;
  font-size: 14px;
  color:#121212;
}

#breadcrumb .breadcrumb-tree li+li {
  margin-left: 10px;
}

#breadcrumb .breadcrumb-tree li+li:before {
  content: '/';
  display: inline-block;
  color:#fff;
  margin-right: 10px;
}

#breadcrumb .breadcrumb-tree li a {
  color: #fff;
  font-weight:500;
  font-size:14px;
  text-transform:uppercase;
  
}

#breadcrumb .breadcrumb-tree li a:hover {
  color: #ededed;
}

/*=========================================================
	02 -> HEADER
===========================================================*/

/*----------------------------*\
	Top header
\*----------------------------*/

header {
		position:relative;
		z-index:9999;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#top-header {
	  padding-top: 10px;
	  padding-bottom: 10px;
	  height:50px;
	  color:#fff;
	   background-color: rgb(231 231 231 / 89%);
	  font-weight:400;
	  border-bottom:2px inset rgb(105 105 105 / 40%);

}


.header-links li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
   color: #333;
    font-weight:600;
}

.header-links li:last-child {
  margin-right: 0px;
}

.header-links li a {
  color: #121212;
  font-size:15px;
  font-weight:500;
}

.header-links li a:hover {
  color: #121212;
}

.header-links li i {
  color: #808080;
  margin-right: 5px;
  font-size:22px;
}

.header-links li i a:hover {
  color: #808080;
  margin-right: 5px;
}

/*----------------------------*\
	Logo
\*----------------------------*/

#header {
 padding:2px;
 height:110px;
 color:#000;
 position: relative;
 background: rgb(200 200 200 / 69%);
	
}
#header a {
 color:#000;
}

#header a:hover {
 color:#121212;
}

.header-logo {

  float:none;

}
.header-logo img {
    margin-top:5px;
	margin-bottom:auto;
	position:relative;
	text-align:center;
	max-width: 100%;
    padding:10px;
	height:90px;
}

.header-logo-right {
  float: right;
}


/*----------------------------*\
	Search
\*----------------------------*/

.header-search {
  padding: 15px 0px;
  margin-top:20px;
}

.header-search form {
  position: relative;
}

.header-search form .input-select {
  margin-right: -4px;
  border-radius: 40px 0px 0px 40px;
}

.header-search form .input {
  width: calc(100% - 95px);
  margin-right: -4px;
 /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  border-radius:4px 4px 4px 4px;
  border:0px;
/*  border:1px solid #333;*/
     background-color: #ededed;
	  height: 40px;
}

.header-search form .search-btn {
  height: 40px;
  width: 80px;
   background-color: #ededed;
  color: #000;
  font-weight: 700;
  border: none;
/*  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
   
}

/*----------------------------*\
	Cart E ACCOUNT
\*----------------------------*/



.header-ctn {
  float: right;
  padding: 15px 0px;
  display:inline-flex;
  z-index:9999;
  margin-top:10px;
  
}

.header-ctn>div {
  display: inline-block;
}

.header-ctn>div+div {
  margin-left: 15px;
}

.header-ctn>div>a {
  display: block;
  position: relative;
 /* height:100px;
  max-height:100px;*/
  text-align: center;
  color: #FFF;
}

.header-ctn>div>a>i {
  display: block;
  font-size: 18px;
}

.header-ctn>div>a>span {
  font-size: 12px;
}

.header-ctn>div>a>.qty {
  position: absolute;
  right: 0px;
  top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight:600;
  color: #fff;
  background-color: #e40e7f;
}

.header-ctn .menu-toggle {
  display: none;
}

i .fa { font-size:30px; }

.titolo-carrello {
	 background-color:#123f98;
	margin: -9px -15px 15px;
	padding: 4px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:600;
}
#header .cart-list a {
	color:#333;
	font-size:12px;
}
.cart-list .product-widget .product-body {
    padding-left:0px;
}
.cart-dropdown {
  width:100%;
  min-width:350px;
  background: #FFF;
  padding: 0 15px;
}

.dropdown-no-caret {
	cursor: pointer;	
}
.dropdown-no-caret::after {
	content:none;	
}
.dropdown-menu.show {
    display: block;
    box-shadow: 0 6.7px 5.3px rgba(0, 0, 0, 0.057), 0 8.1px 17.9px rgba(0, 0, 0, 0.083), 0 25px 80px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}

.dropdown.open>.cart-dropdown {
  opacity: 1;
  visibility: visible;
}

.cart-dropdown .cart-list {
  max-height: 280px;
  overflow-y: scroll;
  margin-bottom: 15px;
}

.cart-dropdown .cart-list .product-widget {
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
	border-radius: 0;
}

.cart-dropdown .cart-list .product-widget:last-child {
  margin-bottom: 0px;
}

.cart-dropdown .cart-list .product-widget .product-img {
  left: 0px;
  top: 0px;
}

.cart-dropdown .cart-list .product-widget .product-body .product-price {
  color: #2B2D42;
}

.cart-dropdown .cart-btns {
  margin: 0px -17px -8px;
}

.cart-dropdown .cart-btns>a {
  display: inline-block;
  width: calc(50% - 1px);
  padding: 12px;
  background-color: #51A6C4;
  color: #fff; 
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.cart-dropdown .cart-btns>a:first-child {
  margin-right: -4px;
  background-color: #fff;
  color:#51A6C4;
}

.cart-dropdown .cart-btns>a:hover {
  opacity: 0.9;
}

.cart-dropdown .cart-summary {
    padding-top:3px;
    padding-bottom:6px;
	font-size:18px;
	font-weight:600;
	color:#333;
}
.account-mobile {
	padding:0;
	text-align:center;
	margin-top: -3px;
}
.account-mobile .icona-account {
	font-size: 27px;
}
.carrello-mobile {
	margin-right: -10px;
	margin-top: 3px;
	padding:0;
	text-align:center;
}
.carrello-mobile.header-ctn > div > a > .qty {
	top:-4px;
	right:10px;
}
.carrello-mobile .icona-carrello {
	font-size: 27px;
	margin-top: 6px;
}

/*=========================================================
	03 -> Navigation
===========================================================*/

#navigation {
	background: #fff;
}
.navbar-nav {
	margin: auto;
}
.navbar { 	

	padding:25px;
	font-size:18px;
	font-weight:bold;
	color:#121212;
	margin:0 auto !important;
	float:none;
	width:100%;

}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%0, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btn-chiudi {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	opacity:1;
	position:absolute;
	background-color:#fff;
	z-index:99999;
	top:17px;
	right:20px;
}
.btn-chiudi:focus {
    box-shadow: none;
}

.navbar .nav-item .dropdown-menu {
/*	background-color:rgba(0,0,0,1);*/
	background:rgba(255,255,255,0.85);
	box-shadow:none !important;
	padding:4px;
}

.navbar-dark .navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}

.agile_inner_drop_nav_info { padding:10px; width:300px;}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #121212;
	font-weight:400;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
   background-color:transparent !important;	

}

.navbar-default .navbar-nav > li > a {
    color: #121212;
	text-decoration-line:none;
	text-transform:uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #666666;
}



.navbar-nav > li {
    margin: 0 4px;
}
.navbar-nav > li > a {
    padding:15px;
	font-size:15px;
}
.navbar-nav > li > a:hover {
    color:#666;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;

}

.navbar-nav > li > a {
    line-height: inherit;
}
a.nav-stylehead {
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 15px;
	font-weight:500;
}

.agile_short_dropdown {
    border-radius: 0;
    background: #121212;
    text-align: center;
	padding:0;
	border: none;
}
.agile_short_dropdown li a {
    color: #121212;
    font-size: 13px;
    padding: .8em 0;
    border-bottom: 1px solid #808080;
    letter-spacing: 1px;
}
.agile_short_dropdown > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color:#333;
}
.multi-gd-img img {
    margin-top: 60px;
}

/*-- navigation-dropdown --*/

.dropdown-menu {
 /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
 border:0px;
 }
ul.multi-column-dropdown  {	 width:280px; border:0px;	}
ul.multi-column-dropdown li {
    list-style-type: none;
    line-height:20px;
	padding:4px;
	border-bottom:1px solid #808080;
/* 	width:260px;
	margin-right:10px; */

}

ul.multi-column-dropdown li a {
    text-decoration:none;
    font-size:14px;
    color: #121212;
    letter-spacing: 0.5px;
	padding-left: 0;
}
ul.multi-column-dropdown li a:hover {

	color:#468634;
}

ul.multi-column-dropdown.item li a {

	text-transform:capitalize;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background: none;
}
/*-- //navigation-dropdown --*/
/* //navigation */

.page-link { color:#000; font-weight:600; }



.del {font-weight:500;}

a {
	color: #121212;
	font-weight: 500;
	-webkit-transition: 0.2s color;
	transition: 0.2s color;
	text-decoration:none;
}

a:hover{
  color: #000;
  text-decoration: none;
  outline: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

/*----------------------------*\
	Buttons
\*----------------------------*/

.btn {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
/*  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  border:none;
  padding: 12px 10px;
  margin: 0 0 10px;
  border-radius:2px;
  min-height:44px;
  color:#fff;
   background:rgba(54,54,54,1.00);
  font-size:14px;
  
}
.btn:hover{
	border:none;
	 color:rgba(154,119,119,1);
	 background-color:#ebe7e4;
}

.btn-access { background-color:#ebe7e4;}

.btn-info {
    color: #fff;
    background-color:#5F5F5F;
	width:100%;
}

.btn-info:hover {
    background-color:#fff;
	color: #5F5F5F;
	
}

.btn-info .fa  {

	color:#fff;
	
}

.btn-info:hover .fa {

	color:#1E9F2C;
	
}


.btn-wa {
    color: #fff;
    background-color:#00bb2d;
	width:100%;
}

.btn-wa:hover, .btn-wa:focus {
    background-color: #fff;
	color: #00bb2d;
}

.btn-wa .fa  {

	color:#fff;
	
}

.btn-wa:hover .fa {

	color:#00bb2d;
	
}


.btn-success {
    color:rgba(154,119,119,1);
    background-color:#fff;
	width:100%;
	border-radius:2px;
	border:1px solid #545454;
	font-weight:800;
	text-transform:uppercase;
	
}
.btn-success:hover {
 background-color:transparent !important;
 
		border:1px solid #545454;
		color:#000;
	
}


.btn-whatsapp {
    color: #fff;
    background-color: #25D366;
	width:100%;
}
.btn-whatsapp:hover {
    background-color: #fff;
	color:#25D366;
	
}


.btn-danger {
    color: #fff;
    background-color: #ff0000;
	width:100%;
}
.btn-danger:hover {
    background-color: #fff;
	color:#ff0000;
	
}

.btn-danger .fa :hover {

	color:#ff0000;
	
}


.primary-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff0000;
  border: none;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

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

.primary-btn .fa { color:#fff;}
.primary-btn:hover .fa { color:#ff0000;}


.btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background-color: #123f98;
  border: none;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}
.btn-primary:hover, .btn-primary:focus {
   background-color: #fff;
  color: #123f98;
}

.btn-secondary { background-color:#fff; color:#123f98; }
.btn-secondary:hover { background-color:#123f98; color:#fff;}

/*----------------------------*\
	Inputs
\*----------------------------*/

/*-- Text input --*/

.input {
  height:40px;
  padding: 0px 15px;
  border: 1px solid #C4BBAB;
  background-color: #FFF;
  width: 100%;
  line-height:20px;
  border-radius:4px;
}
input {
/*   height: 40px; */
  padding: 0px 15px;
  border: 1px solid #C4BBAB;
  background-color: #FFF;
  line-height:20px;
}

.registrazione_checkbox  a:link{
	
	font-size:11px;
	
	}


radio.input {
  height:12px;
  padding: 0px 15px;
  border: 1px solid #C4BBAB;
  background-color: #FFF;
}

textarea.input {
  padding: 15px;
  min-height: 90px;
  margin-bottom:10px;
}

/*-- Number input --*/

.input-number {
  position: relative;
}

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

.input-number input[type="number"] {
  -moz-appearance: textfield;
  height: 40px;
  width: 100%;
  border: 1px solid #C4BBAB;
  background-color: #FFF;
  padding: 0px 35px 0px 15px;
}

.input-number .qty-up, .input-number .qty-down {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #C4BBAB;
  background-color: #FFF;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-number .qty-up {
  right: 0;
  top: 0;
  border-bottom: 0px;
}

.input-number .qty-down {
  right: 0;
  bottom: 0;
}

.input-number .qty-up:hover, .input-number .qty-down:hover {
  background-color: #E4E7ED;
  color: #e29500;
}

/*-- Select input --*/

.input-select {
  padding: 0px 15px;
  background: #FFF;
  border: 1px solid #C4BBAB;
  height: 40px;
}

/*-- checkbox & radio input --*/

.input-radio, .input-checkbox {
  position: relative;
  display: block;
}

.input-radio input[type="radio"]:not(:checked), .input-radio input[type="radio"]:checked, .input-checkbox input[type="checkbox"]:not(:checked), .input-checkbox input[type="checkbox"]:checked {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.input-radio label, .input-checkbox label {
  font-weight: 500;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;
}

.input-radio input[type="radio"]+label span, .input-checkbox input[type="checkbox"]+label span {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 2px solid #E4E7ED;
  background: #FFF;
}

.input-radio input[type="radio"]+label span {
  border-radius: 50%;
}

.input-radio input[type="radio"]+label span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-color: #FFF;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-checkbox input[type="checkbox"]+label span:after {
  content: '✔';
  position: absolute;
  top: -2px;
  left: 1px;
  font-size: 10px;
  color: #FFF;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-radio input[type="radio"]:checked+label span, .input-checkbox input[type="checkbox"]:checked+label span {
  background-color: #e29500;
  border-color: #e29500;
}

.input-radio input[type="radio"]:checked+label span:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.input-checkbox input[type="checkbox"]:checked+label span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.input-radio .caption, .input-checkbox .caption {
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-radio input[type="radio"]:checked~.caption, .input-checkbox input[type="checkbox"]:checked~.caption {
  max-height: 800px;
}

/*----------------------------*\
	Section
\*----------------------------*/
.section, .section_uno {
  padding-bottom:15px;
  background-color:#fff;
 
}
.section-title {
  position: relative;
  margin-bottom:0px;
}
.accordion-body img {
	
	min-height:200px;
	max-height:200px;
	width:100%;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border:2px solid #000;
	margin-bottom:6px;
	
}


.section-title .title {
  display: inline-block;
  margin-bottom:2px;
  margin-top:4px;
  
}

.section-title h1 { text-transform:uppercase; font-weight:bold; color:#000000;

/* background: linear-gradient(to bottom right, #7D8A79, #E3E3E3);  
 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;   */
  
  text-align:center; padding-bottom:6px; width:100%; 
  }
	
.section-title h2 { 
text-transform:uppercase; font-weight:400; 
color:#000000;
font-size:30px; text-align:center; padding-bottom:6px;   
 width:100%;}
 
.section-title h3 {
text-transform:uppercase; font-weight:400; 
color:#000000;
font-size:24px; text-align:center; padding-bottom:6px;   
 width:100%;

	
}
.section-title h4 {  text-transform:uppercase; font-weight:400;text-align:center;padding-bottom:6px; color:#fff; width:100%;}


.section-title h1 span {font-size:30px; color:#3D524A;}
.section-title h2 span {font-size:22px; color:#3D524A;}

.section-title .section-nav {
  float: right;
}

.section-title .section-nav .section-tab-nav {
  display: inline-block;
}

.section-tab-nav li {
  display: inline-block;
  margin-right: 15px;
}

.section-tab-nav li:last-child {
  margin-right: 0px;
}

.section-tab-nav li a {
  font-weight: 700;
  color: #2b53a0;
}

.section-tab-nav li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #e29500;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.section-tab-nav li.active a {
  color: #e29500;
}

.section-tab-nav li a:hover:after, .section-tab-nav li a:focus:after, .section-tab-nav li.active a:after {
  width: 100%;
}

.section-title .section-nav .products-slick-nav {
  top: 0px;
  right: 0px;
}


.riga-presentazione {
	
	background: rgba(244,244,244,1.00);
    background: linear-gradient(90deg, rgba(255,255,255,1.00) 20%, rgb(224, 224, 224) 55%, rgb(255, 255, 255) 100%);
	min-height:500px;
	padding:0;
	position:relative;
}


.riga-presentazione-testo-2 {
	
	background: rgba(255,255,255,1.00);
	background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(255,255,255,0.92) 35%, rgba(216,216,216,1.00) 100%);
	border-top:10px inset #9C9C9C;
}

.riga-presentazione-2 {

background:#dbd7ce !important;
min-height:500px;

}	


.box-testo-interno {

 display: flex;
 flex-direction: column;
 justify-content: center;
 
}


.box-testo-interno h1,h2,h3,h4,h5  {
	text-align:left;
	vertical-align:central;
	
}

.box-testo-interno h1 {
	
    color:#333;
	/*
    background: linear-gradient(to bottom right, #707070, #545454);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	*/
	font-size:34px;
	text-align:left;

}

.box-testo-interno span {
	
    font-weight:bold;
	color:#333;
	text-align:left;
}
	
.box-testo-interno h2 {

    color:#545454;
  /* background: linear-gradient(to bottom right, #9e9e9e, #545454);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-size:30px;

}	

.box-testo-interno h3 {

    color:rgba(21,21,21,1.00);
   /* background: linear-gradient(to bottom right, #454545, #4E554F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-size:22px;
	text-transform:uppercase;

}	

.box-testo-interno h4 {

   color:rgba(255,255,255,1.00);
 /*   background: linear-gradient(to bottom right, #ffffff, #ededed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-size:20px;
	font-weight:600;
}	


	
.box-testo-interno p {

font-weight:400;
color:#121212;
text-align:justify;
font-size:16px;
line-height:24px;
  
}
.text p {
	width:30px;
   text-overflow:ellipsis;
}

.box-testo-interno ul {  }

.box-testo-interno ul li { 
 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
 list-style:none !important;
 padding:10px;
 margin-bottom:4px;
 color:#000000;
 text-transform:uppercase;
 background-color:#fff;
 border-bottom-left-radius:2px;
 border-bottom-right-radius:2px;
 border-top-left-radius:2px;
 border-top-right-radius:2px;
}

.box-testo-interno ul li a:link { 
   color:#000000;
   text-transform:uppercase;
   font-weight:400;
   
}

.box-testo-interno ul li a:visited { 
   color:#000000;
   text-transform:uppercase;
      font-weight:400;
   
}

.box-testo-interno ul li a:hover { 
   color:#266327;
  font-weight:400;
}



.box-testo-interno .btn {
                display: inline-block;
                font-size: 14px;
                border-radius: 0;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: .75rem 2rem;
                color:#fff;
				border:1px solid #ccc;
                box-shadow:none !important;
                transition: all .4s ease-in-out;
            }


.box-testo-interno .btn:hover {
                background:#fff;
                color:#000;
            	font-weight:500;
            }

.box-testo-interno  .btn-info { 
    background-color:#636363;
	color:#fff;
}
.box-testo-interno .btn-info:hover { 
    background-color:#ffffff;
	color:#636363;
}

.box-testo-interno .sn_vertical_text {
    position: relative;
    max-width: 100%
}

.box-testo-interno .sn_vertical_text_in {
    position: absolute;
    /* bottom: 100%; */
    left: 45vw;
    font-size: 50px;
    top: 2vw;
    /* align-items: center; */
    display: table-column;
    /* margin-top: 60px; */
    /* top: 1vw; */
    transform-origin: 0% 100%;
    transform: rotate(90deg);
    overflow: hidden;
    font-weight:bold;
}

.box-testo {

 height:100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
  padding:10px;
}

.box-testo h1 {
	
    color:rgba(73,73,73,1.00);
    background: linear-gradient(to bottom right, #323232 #565656);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size:34px;
	text-align:left;
	font-weight:600;


}
	
.box-testo h2 {

    color:rgba(154,119,119,1);
    background: linear-gradient(to bottom right, #9A7777, #745656);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:30px;
	font-weight:600;
}	
	
.box-testo p {

font-weight:400;
color:#121212;
text-align:justify;
font-size:16px;
line-height:22px;
  
}

.box-testo ul { margin-left:10px; }

.box-testo ul li { 
 
 list-style:none !important;
 margin-left:10px;
 padding:6px;
 font-style:italic;
 margin-bottom:4px;
 background-color:rgba(235,235,235,1.00);
 border-bottom-left-radius:2px;
 border-bottom-right-radius:2px;
 border-top-left-radius:2px;
 border-top-right-radius:2px;
 
}



.box-testo-richiesta {

 height:100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
  padding:10px;

}


.box-testo-richiesta h2 {
   color:rgba(154,119,119,1);
    background: linear-gradient(to bottom right, #9A7777, #745656);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:30px;
	font-weight:600;
}	
	
.box-testo-richiesta h3 {
    text-align:center;
	color: #9a7777;
    background: linear-gradient(to bottom right, #9a7777, #AF9798);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:24px;
	font-weight:600;
}		
	
.box-testo-richiesta p {

font-weight:600;
color:#fff;
text-align:justify;
  
}

.box-testo-richiesta ul { margin-left:10px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; flex-direction:column; }

.box-testo-richiesta ul li { 
 
 list-style:none !important;
 margin-left:10px;
 padding:6px;
 font-style:italic;
 margin-bottom:4px;
 background-color:rgba(250,250,250,1.00);
 color:#000;

 border-bottom-left-radius:2px;
 border-bottom-right-radius:2px;
 border-top-left-radius:2px;
 border-top-right-radius:2px;
 
}



@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	

.nav-item .dropdown-menu {
	background-color:rgba(154,119,119,1.00);
}

/*----------------------------*\
	Main nav
\*----------------------------*/

.main-nav>li+li {
  margin-left: 30px
}

.main-nav>li>a {
  padding: 20px 0px;
  color: #121212;
}

.main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
  color: #121212;
  background-color: transparent;
}

.main-nav>li>a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #397b2b;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.main-nav>li>a:hover:after, .main-nav>li>a:focus:after, .main-nav>li.active>a:after {
  width: 100%;
}

.header-ctn li.nav-toggle {
  display: none;
}

.pre-footer-bottom {
    padding-bottom: 40px;
   box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    background-color:#333;
    padding-top: 40px;
}
.pre-footer-bottom img { 
    margin-right:6px;
	
}
.pre-footer-bottom-text h2 {
	font-size:18px;
	color:#333;
	margin-left:4px;
	line-height:24px;
	font-weight:400;
	
	
}



.pre-footer {
    padding-bottom: 40px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    background-color:#FBCC42;
    padding-top: 40px;
	color:#333;
	background-size: 200px;
}
.pre-footer img { 
    margin-right:6px;
	
}
.pre-footer-text p {
	font-size:18px;
}

.bluefoot-wrapper {
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

/*-- product left --*/
.ads-list {
	width:33.333%;
	float:left;
}
.select-box {
    background: rgba(255, 76, 76, 0.66);
    padding: 30px 30px;
    margin: 40px 0;
    border-radius: 6px;
    -ms-border-radius: 6px;

}
.ads-list label {
	display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 6px;
}
.ads-list select {
	width: 70%;
    outline: none;
    color: #000;
    font-size: 15px;
    border: 1px solid #eee;
    padding: 7px 8px;
}
.btn-group.bootstrap-select.show-tick button {
    padding: 8px 10px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 260px;
}
#custom-search-input {
    padding: 3px;
    border: solid 1px #D1E0EE;
    border-radius: 0;
    -ms-border-radius: 0px;
    background-color: #fff;
    width: 80%;
    color: #000;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
.input-lg {
    height: 29px;
    padding: 0px 10px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 0;
    -ms-border-radius: 0px;

}
#custom-search-input .glyphicon-search {
    font-size: 16px;
}

h3.agileits-sear-head {
    color:#8C8C8C;
	margin-bottom: 10px;
	font-size: 22px;
	border-bottom: 2px inset #ccc;
	text-transform: uppercase;
	font-weight: bold;
}
h3.agileits-sear-head:not(:first-child) {
	margin-top:10px;
}
.search-hotel{
    padding: 15px 0;
    border-bottom: 1px solid #e5e3db; 
}
/*-- Slider range --*/
ul.dropdown-menu6 ,ul.dropdown-menu5{
margin:0;
position:relative;
}
ul.dropdown-menu6 li {
list-style:none;
}
ul.dropdown-menu6 li p{
width:100%;
}
span.amount{
color:#ffffff;
font-size:16px;
}
input#amount,input#amount1 {
  font-size: 13px;
  outline: none;
  background: none;
  word-spacing: 1em;
  color: #000 !important;
  position: absolute;
  left: 0%;
  top: -27px;
  margin-top: -10px;
}
.range,.w3-brand-select,.w3ls-featured-ads{
	color:#333;
	line-height:25px;
	
}
.side-bar {
       background-color: #ededed;
    padding: 15px;
    margin: 6px 0;
    border-radius: 4px;
	font-size:24px;
}
.side-bar a {
	color:#000;
	font-weight:600;
	font-size:20px;
}

.side-bar h3 {
	color:rgba(60,78,43,1.00);
	font-weight:400;
	font-size:16px;
}

.side-bar ul li {
	font-size:15px;
	border-bottom:1px solid #4F5548;
	padding:4px;
}


/*-- //Slider range --*/
/*-- check input --*/
.left-side ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
}
input.checked {
    display: inline-block;
    margin: 0;
    cursor: pointer;
}
.left-side ul li span {
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
    margin-left: 3px;
    vertical-align: top;
}
.left-side{
    margin-top: 18px;
}
/*-- //check input --*/
/*-- customer --*/
.customer-rev ul li i {
    color: #FFC107;
}
.customer-rev ul li {
   list-style: none;
}
.customer-rev ul li a span {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    margin-left: 8px;
}
/*-- //customer --*/
/*-- special deals --*/
.img-deal1 {
    padding: 0 .5em;
    margin-top: 10px;
}
.img-deal1 h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.img-deal1 a{
    font-size: 18px;
    color: #d60404;
}
.special-sec1:nth-child(3), .special-sec1:nth-child(5) {
    margin: 15px 0;
}
/*-- //special deals --*/
/*-- //product left --*/




/*------------------------ Showcase e carousel ---------------------------*/
.showcase {
    top:-180px;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom:-180px;
}
.showcase .container {
	padding-top: 15px;
	padding-bottom: 15px;
}
.carousel-control-next-icon,.carousel-control-prev-icon {
    background-color: rgba(0,0,0,0.5);
	border-radius:4px;
}

.carousel-control-prev,
.carousel-control-next {
    width:120px;
	height:120px;
	border:0px;
	top:40%;
	background:none !important;
	opacity:1;
  }


.showcase {
	position:relative;
}


.carousel-item {
	height:120vh;
	background-size:cover !important;
	max-width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	border-bottom:10px inset  rgb(187 187 187 / 69%);


}


.carousel-item .container {
	display:table;
	align-content:center;
	height:100%;
}

.carousel-item .testo {
/*  background-color:rgba(70,70,70,0.35);
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
    width:50%;
	max-width:50%;
	top:30vh;
	max-height:20px;
	*/
	display:table-cell;
	vertical-align:middle;
	
}
.carousel-item .container .testo {
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	text-shadow:rgba(0, 0, 0, 0.24) 1px 1px 5px;

}

.carousel-item h1 {
	font-size:52px;
	color:#fff;
	padding:10px;
	border-radius: 4px;
	text-shadow:1px 2px 1px rgba(131,131,131,1.00);
}

.carousel-item h2 {
	font-size:58px;
	color:#fff;
	text-align:left;
	border-radius: 4px;
	padding:22px;
    background-color: rgb(105 105 105 / 40%);
}
.carousel-item h2 a {
	color:#fff;
	
}
.carousel-item  span {
	color:#fff;
	font-weight:400;
	font-size:36px;
	text-align:left;

}
.carousel-item p {
	font-size:30px;
	color:#fff;
	text-align:left;
	padding-bottom:10px;

}
.stile_interno  {
        height:auto;
		padding:4px;
		align-content:center;
		vertical-align:middle;
		border:1px solid #374132;
		border-top-left-radius:2px;
		border-top-right-radius:2px;
		border-bottom-left-radius:2px;
		border-bottom-right-radius:2px;
		
		
		
		
}


.carousel-overlay {
	width:100%;
	height:100%;
/*	background:rgba(0,0,0,0.2);*/
}
.carousel-control-next-icon,.carousel-control-prev-icon {
    background-color: rgba(0,0,0,0.5);
	border-radius:4px;
}



.carousel-item .anteprima-categoria img {margin-top:100px;}

 .inner-banner-generico {
    background:url(../images/banner.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     height: 35vw;

}



 .inner-banner-azienda {
    background:url(../images/banner-presentazione-azienda-capsule-.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     height: 35vw;

}

 
 
 
.gallery  .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gallery .column {
  flex: 33.3%;
  max-width: 33%;
  padding: 0 4px;
}

.gallery .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
 .gallery  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
 .gallery .column {
    flex: 100%;
    max-width: 100%;
  }
}



/*---------------- vetrina ------------------------------*/

.vetrina {
background:url(../images/banner-3.jpg) no-repeat;
background-position:center;
background-size:cover !important;

}
.vetrina1 h2 { color:#e40e7f; margin-bottom:10px;padding:5px; font-weight:600;}
.vetrina1 h3 { color:#99cee1; margin-bottom:10px;padding:5px; font-weight:600;}
.vetrina1  p { color:#2b53a0; /*box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/}
.vetrina1  img { width:auto; /* max-width:320px; */ }

.img_certificazioni a img { border:1px solid #ededed;}
.img_certificazioni a img:hover { opacity:0.5; background-color:rgba(117,117,117,0.57);}

.testo_categorie {
   
   background: rgb(255,255,255);
   border-bottom:10px solid #ededed inset;
   padding:20px;

}

.testo_categorie img {
    
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
	height:auto !important;
	border:10px solid #C7C7C7;
	   

}



/*=========================================================
	04 -> CATEGORY SHOP
===========================================================*/

.shop {

  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  border-bottom:5px solid  rgb(135 135 135 / 69%);
}

.shop>a {
	width:100%;
}


.shop:hover{
/*
   transform: scale(1.02);
   transition-delay:0.1s;
   background-color:#fff;
*/
opacity:0.85;
}


.shop .shop-img>img {

   width: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  opacity:1;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  
}

.shop .shop-body {
  width: 100%;
  padding: 10px;
  color:#fff;
  position:relative;
  background-color:rgba(255,255,255,1);
}



.shop .shop-body h2 {

     color:#000;
    font-size:22px;
    text-align:right;
	margin-top:6px;
    margin-bottom: 3px;
    font-weight:600;
    text-size-adjust: initial;
    text-transform: uppercase;
	vertical-align:central;
	
}

.shop .shop-body p {

    color: #2b53a0;
	font-weight:600;
    font-size:15px;
	min-height:50px;
    margin-bottom: 3px;
    text-size-adjust: initial;
    margin-top: 3px;
	text-align:left;
	}
	
.shop .shop-body .btn {
	position:relative;
	float:right;
	margin:4px 0px 4px 0px;
}

.shop .shop-body h2 a:link  {
	color: #000;
	font-size: 16px;
	font-weight:400;
}

.shop .shop-body h2 a:visited  {
	color: #000;
}

.shop .shop-body h2 a:hover  {
	color: #000;
}


.shop .shop-body h3 {
	min-height:30px;
	max-height:30px;
	color: #333;
	font-weight:400;
	font-size: 18px;
	margin-bottom: 3px;
}

.shop .shop-body i {
	font-size:18px;
	color:#121212;
	margin-right:4px;
}

.shop .shop-body ul {
	list-style:disc;
}

.shop .shop-body ul li {
    margin-left:20px;
	font-weight:400;
}

.shop .shop-body .cta-btn {
  color: #444;
  text-transform: uppercase;
}

.shop .shop-body .grid {
 background-color:#fff;

 border-bottom-left-radius:2px;
 border-bottom-right-radius:2px;
 border-top-right-radius:2px;
 border-top-left-radius:2px;
 
 padding:10px;

}
 
 

/*=========================================================
	05 -> HOT DEAL
===========================================================*/

#hot-deal.section {
  padding: 60px 0px;
  margin: 30px 0px;
/*  background-color: #E4E7ED;
  background-image: url('../images/hotdeal.png');*/
  background-position: center;
  background-repeat: no-repeat;
}

.hot-deal {
  text-align: center;
}

.hot-deal .hot-deal-countdown {
  margin-bottom: 30px;
}

.hot-deal .hot-deal-countdown>li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #7e4292e6;
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
}

.hot-deal .hot-deal-countdown>li>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hot-deal .hot-deal-countdown>li>div h3 {
  color: #FFF;
  margin-bottom: 0px;
}

.hot-deal .hot-deal-countdown>li>div span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFF;
}

.hot-deal p {
  text-transform: uppercase;
  font-size: 24px;
}

.hot-deal .cta-btn {
  margin-top: 15px;
}


/*=========================================================
	06 -> PRODUCT
===========================================================*/

/*----------------------------*\
	product
\*----------------------------*/

.product {
   position: relative;
   margin: 15px 0px;
   transition: 0.2s all;
   background-color:#fff;
   border-radius: 4px;
   overflow: hidden;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;   
}

.product:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.product .product-img {
	width:100%;
}
.product .product-img a {
	position:relative;
	height:0;
	/*padding-top:100%;	
	display:block;*/
}

.product .product-img img {
	/*width: 100%;
	max-height: 100%;*/
	max-width: 100%;
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding:5px;
}

.product .product-img img:hover {
	
/*	transform:scale(1.07,1.07);
	transition-duration:0.4s; */
	
}


.product .product-img .product-label {
  /*position: absolute;
  top: 15px;
  right: 15px;*/
  
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  background:#333;
/*  background: linear-gradient(90deg, rgb(216, 216, 206) 0%, rgb(247, 247, 245) 100%);*/
  text-align: right;
   overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
}

.product .product-img .product-label>span {
  border: none;
  padding: 2px 10px;
  font-size: 12px;
}

.product .product-img .product-label>span.sale {
 /*  background-color: #FFF;
  border-color: #e29500; */
  color: #e29500;
  border-radius: 3px;
}

.product .product-img .product-label>span.new {
  color: #FFF;
  border-radius: 3px;
}

.product .product-body {
  position: relative;
  padding: 0 15px;
  text-align: center;
  z-index: 20;
}

.product .product-body .product-category {
	text-transform: uppercase;
	font-size: 12px;
	color: #121212;
	text-align:right;
	display: inline;
}
.product .product-body .product-category:not(:first-child)::before {
	content:"/ "
}

.product-category p {
   
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
   height:20px;
   max-height:20px;
}

.product .product-body .product-name {
	
  text-transform: uppercase;
  font-size: 26px;
  text-overflow:ellipsis;
  overflow:hidden;
  position:relative;
  text-align:center;
  color:#515151;
}
.product .product-body  .product-name:after {
	content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.5em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 99%);
}


.product-body h2  {

  text-transform: uppercase; 
  text-align:right;
  padding:10px;
  margin-top:8px;
  position:relative;
  color:#415c46;
}

.product-name h2 a {

  text-transform: uppercase; 
  font-size: 14px;
  min-height:46px;
  font-weight:600;
  
  text-overflow:ellipsis;
}

.product .product-body .product-name>a {
  font-weight: 700;
  color:#415c46;
}

.product .product-body .product-name>a:hover, .product .product-body .product-name>a:focus {
  color: #121212;
}

.product .product-body .product-price {
	color: #fff;
	font-size: 18px;
	background:#035b64;
	padding: 10px;
	top:0px;
	margin: 0 -15px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	
}

.product-sconto {
	color: #035b64;
	font-size: 15px;
	font-weight: bold;
	background: rgb(251, 204, 66);
	padding: 4px;
	display: inline-block;
	position: relative;
	top: 10px;
	border-radius: 4px;
	margin-bottom:10px;
}
.product .product-sconto {
	top: -9px;
}

.product .product-body .product-price  {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.product .product-body .product-rating {
  position: relative;
  margin: 15px 0px 10px;
  height: 20px;
}



.product .product-body .product-price  {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

 .product-old-price {
  font-size: 16px;
  font-weight: 400;
  color: #f1b743
}

.product .product-body .product-btns>button {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .product-body .product-btns>button:hover {
  background-color: #E4E7ED;
  color: #397b2b;
  border-radius: 50%;
}

.product .product-body .product-btns>button .tooltipp {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
  width: 150px;
  padding: 10px;
  font-size: 12px;
  line-height: 10px;
	background: #f7f6f1;
	color: #333;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .product-body .product-btns>button:hover .tooltipp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}

.product .add-to-cart {
/*  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 15px;
  background: transparent;
  text-align: center;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 2;*/
}

.product:hover .add-to-cart {
/*  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);*/
}

.product .add-to-cart .add-to-cart-btn {
 position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  margin-bottom:15px;
  margin-top:15px;
  background-color:#fbcc42;
  color:#035b64;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  line-height:14px;
}

.product .add-to-cart .add-to-cart-btn a {
	color:#035b64;
	
}

.product .add-to-cart .add-to-cart-btn>i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #fff;
  /* opacity: 0; */
  /* visibility: hidden; */
}

.product .add-to-cart .add-to-cart-btn:hover {
  background-color: #ffe083;
}

.product .add-to-cart .add-to-cart-btn:hover>i {
  opacity: 1;
  visibility: visible;
}

.modal { margin-top:16vh;}
.modal-title h5 { font-style:italic; color:#404F33;}

/*----------------------------*\
	Widget product
\*----------------------------*/

.slick-slide {padding:15px;}

.product-widget {
	position: relative;
	border-radius:4px;
	-webkit-box-shadow: 2px 2px 12px 0 rgba(0,0,0,.18);
	box-shadow: 2px 2px 12px 0 rgba(0,0,0,.18);
	overflow:hidden;
	border:none;
	padding: 0;
	background-color: #fff;
	display: flex;
	flex-direction: row-reverse;
}

.product-widget+.product-widget {
  margin: 12px 0px 10px;
  /* border-bottom:1px solid #ccc; */
}

.product-widget .product-img {
	position: relative;
	float:right;
	width: 33%;
	min-height:100px;
	font-size: 11px;
}
.product-widget .product-img .slick-slide img {
    max-height: 100px;
    margin: auto;
}
.product-widget .product-img .img-thumbnail {
	margin:0;
	padding:0;
	width:auto;
	height:100px;
	border-radius: 0;
	border: none;


}
.product-widget .product-img>img {
  width: 100%;
}

.product-widget .product-body {
  float:left;
  width:67%;
  padding:10px;
}

.product-widget .product-body .product-category {
  text-transform: uppercase;
  font-size: 12px;
  font-weight:bold;

  
color: #fff;
background-color: #797979;
margin: -12px -12px 8px;
padding: 3px 12px 2px;
border-bottom: 1px solid #ddd;
}

.product-widget .product-body .product-name {
  text-transform: uppercase;
  font-size: 18px;
  color:#333;
}


.product-widget .product-body .product-name>a {
  font-weight: 700;
  color:#333;
}

.product-widget .product-body .product-name>a:hover, .product-widget .product-body .product-name>a:focus {
  color: #b63913
}

.product-widget .product-body .product-price {
  font-size: 20px;
  color: #035b64;
  margin-top: 10px;
  float:left;
  font-weight:bold;
}
.product-widget .product-body .sconto {
	margin-top: 11px;
	color: #fff;
	background-color: #6c883b;
	float: left;
	border-radius: 4px;
	padding: 0 3px;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
}

.product-widget .product-body .product-price .product-old-price {
	font-size: 90%;
	font-weight: bold;
	color: #b63913;
	margin-right: 15px;
}

.product-widget .product-body .product-price .qty {
  font-weight: 400;
  margin-right: 10px;
}

.product-widget .delete {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	text-align: center;
	font-size: 12px;
	padding: 0;
	border: none;
	color: #333;

}
.product-widget .delete i {
	font-size:13px;
	margin: 1px 0px 0px 0px;
}
.product-widget .delete:hover {
}

/*----------------------------*\
	Products slick
\*----------------------------*/

.products-slick .slick-list {
padding-bottom: 70px;
margin-bottom: -50px;
  z-index: 2;
}

.products-slick .product.slick-slide {
  margin: 15px;
}

.products-tabs>.tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: hidden;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.products-tabs>.tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.products-slick-nav {
  position: absolute;
  right: 15px;
  z-index: 10;
}

.products-slick-nav .slick-prev, .products-slick-nav .slick-next {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 20px;
  height: 20px;
  display: inline-block !important;
  margin: 0px 2px;
}

.products-slick-nav .slick-prev:before, .products-slick-nav .slick-next:before {
  font-size: 14px;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/

/*----------------------------*\
	Aside
\*----------------------------*/

.aside+.aside {
  margin-top: 30px;
}

.aside>.aside-title {
  text-transform: uppercase;
  font-size: 18px;
  margin: 15px 0px 30px;
}

/*-- checkbox Filter --*/

.checkbox-filter>div+div {
  margin-top: 10px;
}

.checkbox-filter .input-radio label, .checkbox-filter .input-checkbox label {
  font-size: 12px;
}

.checkbox-filter .input-radio label small, .checkbox-filter .input-checkbox label small {
  color: #8D99AE;
}

/*-- Price Filter --*/

#price-slider {
  margin-bottom: 15px;
}

.noUi-target {
  background-color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #C4BBAB;
  border-radius: 0px;
}

.noUi-connect {
  background-color: #7e4292;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -4px;
  border: none;
  background: #7e4292;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.price-filter .input-number {
  display: inline-block;
  width: calc(50% - 7px);
}

/*----------------------------*\
	Store
\*----------------------------*/

.store-filter {
  margin-bottom: 15px;
  margin-top: 15px;
}

/*-- Store Sort --*/

.store-sort {
  display: inline-block;
}

.store-sort label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
}

/*-- Store Grid --*/

.store-grid {
  float: right;
}

.store-grid li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #FFF;
  border: 1px solid #C4BBAB;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.store-grid li+li {
  margin-left: 5px;
}

.store-grid li:hover {
  background-color: #000;
  color: #fff;
}

.store-grid li.active {
  background-color: #000;
  border-color: #ccc;
  color: #FFF;
  cursor: default;
}

.store-grid li a {
  display: block;
}

/*-- Store Pagination --*/

.store-pagination {
  float: right;
   color:#fff;
   padding:0px;
   margin:0px;
}

.store-pagination li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #000;
  color:#fff;
  border: 1px solid #CCC;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.store-pagination li+li {
  margin-left: 5px;
}
.store-pagination li a:link {
  background-color: #000;
  color: #fff;
}

.store-pagination li a:visited {
  background-color: #000;
  color: #fff;
}

.store-pagination li:hover {
  background-color: #FFF;
  color: #000;
}

.store-pagination li a.active {
  background-color:#75A46A;
  border-color: #ccc;
  color: #fff;
  font-weight: 500;
  cursor: default;
}

.store-pagination li a {
  display: block;
}

.store-qty {
  margin-right: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Store
\*----------------------------*/

.store-filter {
  margin-bottom: 15px;
  margin-top: 15px;
}

/*-- Store Sort --*/

.store-sort {
  display: inline-block;
}

.store-sort label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
}

/*-- Store Grid --*/

.store-grid {
  float: right;
}

.store-grid li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #FFF;
  border: 1px solid #C4BBAB;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.store-grid li+li {
  margin-left: 5px;
}

.store-grid li:hover {
  background-color: #000;
  color: #fff;
}

.store-grid li.active {
  background-color: #000;
  border-color: #ccc;
  color: #FFF;
  cursor: default;
}

.store-grid li a {
  display: block;
}

/*-- Store Pagination --*/

.store-pagination {
  float: right;
   color:#fff;
   padding:0px;
   margin:0px;
}

.store-pagination li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #000;
  color:#fff;
  border: 1px solid #CCC;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.store-pagination li+li {
  margin-left: 5px;
}
.store-pagination li a:link {
  background-color: #000;
  color: #fff;
}

.store-pagination li a:visited {
  background-color: #000;
  color: #fff;
}

.store-pagination li:hover {
  background-color: #FFF;
  color: #000;
}

.store-pagination li a.active {
  background-color:#fff;
  border-color: #ccc;
  color: #000;
  font-weight: 500;
  cursor: default;
}

.store-pagination li a {
  display: block;
}

.store-qty {
  margin-right: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-img .slick-prev {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  left: 15px;
}

#product-main-img .slick-next {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  right: 15px;
}

#product-main-img .slick-prev, #product-main-img .slick-next {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#product-main-img:hover .slick-prev, #product-main-img:hover .slick-next {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

#product-main-img .zoomImg {
  background-color: #FFF;
}

#product-imgs .product-preview {
  margin: 15px 0px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  border-top-right-radius:2px;

	
}

#product-imgs .product-preview.slick-current {
  border-color: #ccc;
}

#product-imgs .slick-prev {
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#product-imgs .slick-next {
  top: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#product-imgs .slick-prev:before {
  content: "\f106";
}

#product-imgs .slick-next:before {
  content: "\f107";
}

.product-preview img {
  width: 100%;
 
}
#product-imgs .product-preview a img {
	width:auto;
	max-width:100%;
	max-height:250px;
	margin: 0 auto;
}
#product-main-img .product-preview a img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:400px;
	margin: 0 auto;
	
}
#product-main-img .product-preview {
	background-color:#fff;
}
/*----------------------------*\
	Product details
\*----------------------------*/
 .product-details {
   background-color: #fff;
    border-radius: 4px;
    padding: 15px;
/*	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
	margin-bottom: 4px;
}
.product-details .product-name {
  text-transform: uppercase;
  font-size: 18px;
}

.product-details .product-rating {
  display: inline-block;
  margin-right: 15px;
}

.product-details .product-rating>i {
  color: #E4E7ED;
}

.product-details .product-rating>i.fa-star {
  color: #7e4292;
}

.product-details .review-link {
  font-size: 12px;
}

.product-details .product-price {
  display: inline-block;
  font-size: 24px;
  margin-top:10px;
  margin-bottom: 25px;
  color: #5F8F4C;
}

.product-details .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #FF0000;
}

.product-details .product-available {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 30px;
  color: #5F8F4C;
}

.product-details .product-options {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-details .product-options label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 0px;
}

.product-details .product-options .input-select {
  width: 90px;
}


.product-details .add-to-cart p {
  text-align:justify;
  
}

.add-to-cart-btn .add-to-cart {
	width:100%;
}
.product-details .add-to-cart .add-to-cart-btn {
  position: relative;
  height: 40px;
  padding: 0 40px;
	background:linear-gradient(to bottom, #ff0000 5%, #CF083F 100%);
	background-color:#ff0000;

  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  -webkit-transition: 0.2s all;
transition: 0.2s all;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
width:100%;
}

.product-details .add-to-cart .add-to-cart-btn a {
	color:#fff;
}

.product-details .add-to-cart .add-to-cart-btn>i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #fff;
/*  opacity: 0;
  visibility: hidden;*/
}

.product-details .add-to-cart .add-to-cart-btn:hover {
   background-color: #FF0000;
   color:#fff;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border: none;
}


.product-details .add-to-cart .add-to-cart-btn:hover>i {
  opacity: 1;
  visibility: visible;
}

.product-details .add-to-cart .qty-label {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 0px;
}

 .qty-label {
	 width:100%;
 }
.product-details .add-to-cart .qty-label .input-number {
  width: 90px;
  display: inline-block;
  margin-bottom: 10px;
}

.product-details .product-btns li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.product-details .product-btns li+li {
  margin-left: 15px;
}

.product-details .product-links {
  margin-top: 15px;
}

.product-details .product-links li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.product-details .product-links li+li {
  margin-left: 10px;
}

/*----------------------------*\
	 Product tab
\*----------------------------*/

#product-tab {
  margin-top: 60px;
}

#product-tab .tab-nav {
  position: relative;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 30px;
}

#product-tab .tab-nav:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #ddd;
  z-index: -1;
}

#product-tab .tab-nav li {
  display: inline-block;
  background: #FFF;
  padding: 0px 15px;
}

#product-tab .tab-nav li+li {
  margin-left: 15px;
}

#product-tab .tab-nav li a {
  display: block;
  font-weight: 700;
  color: #000;
}

#product-tab .tab-nav li.active a {
  color: #000;
}

#product-tab .tab-nav li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #7e4292;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#product-tab .tab-nav li a:hover:after, #product-tab .tab-nav li a:focus:after, #product-tab .tab-nav li.active a:after {
  width: 100%;
}

/*-- Rating --*/

.rating-avg {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.rating-avg .rating-stars {
  margin-left: 10px;
}

.rating-avg .rating-stars, .rating .rating-stars {
  display: inline-block;
}

.rating-avg .rating-stars>i, .rating .rating-stars>i {
  color: #E4E7ED;
}

.rating-avg .rating-stars>i.fa-star, .rating .rating-stars>i.fa-star {
  color: #7e4292;
}

.rating li {
  margin: 5px 0px;
}

.rating .rating-progress {
  position: relative;
  display: inline-block;
  height: 9px;
  background-color: #E4E7ED;
  width: 120px;
  margin: 0px 10px;
  border-radius: 5px;
}

.rating .rating-progress>div {
  background-color: #7e4292;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

.rating .sum {
  display: inline-block;
  font-size: 12px;
  color: #8D99AE;
}

/*-- Reviews --*/

.reviews li {
  position: relative;
  padding-left: 145px;
  margin-bottom: 30px;
}

.reviews .review-heading {
  position: absolute;
  width: 130px;
  left: 0;
  top: 0;
  height: 70px;
}

.reviews .review-body {
  min-height: 70px;
}

.reviews .review-heading .name {
  margin-bottom: 5px;
  margin-top: 0px;
}

.reviews .review-heading .date {
  color: #8D99AE;
  font-size: 10px;
  margin: 0;
}

.reviews .review-heading .review-rating {
  margin-top: 5px;
}

.reviews .review-heading .review-rating>i {
  color: #E4E7ED;
}

.reviews .review-heading .review-rating>i.fa-star {
  color: #7e4292;
}

.reviews-pagination {
  text-align: center;
}

.reviews-pagination li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #C4BBAB;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.reviews-pagination li:hover {
  background-color: #E4E7ED;
  color: #7e4292;
}

.reviews-pagination li.active {
  background-color: #7e4292;
  border-color: #7e4292;
  color: #FFF;
  cursor: default;
}

.reviews-pagination li a {
  display: block;
}

/*-- Review Form --*/

.review-form .input {
  margin-bottom: 15px;
}

.review-form .input-rating {
  margin-bottom: 15px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
}

.review-form .input-rating .stars>label:before {
  content: "\f006";
  font-family: FontAwesome;
  color: #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
  color: #7e4292;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: #7e4292;
}

/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/

.billing-details {
	margin-bottom: 15px;
/*	padding: 15px;*/
}

.shiping-details {
	margin-bottom: 15px;
	padding: 15px;
}

.billing-details .input, .shiping-details .input {
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #C4BBAB;
	border-radius:4px;
}

/* .order-details {
  position: relative;
  padding: 0px 30px 30px;
  border-right: 1px solid #E4E7ED;
  border-left: 1px solid #E4E7ED;
  border-bottom: 1px solid #E4E7ED;
} */
.order-details {
  position: relative;
  padding: 25px;
  border: none;
/*  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
	background-color: #fff;

}

/* .order-details:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -15px;
  height: 30px;
  border-top: 1px solid #E4E7ED;
  border-left: 1px solid #E4E7ED;
  border-right: 1px solid #E4E7ED;
} */

.order-summary {
  margin: 0px 0px;
}

.order-summary .order-col {
  display: table;
  width: 100%;
}

.order-summary .order-col:after {
  content: "";
  display: block;
  clear: both;
}

.order-summary .order-col>div {
  display: table-cell;
  padding: 10px 0px;
}

.order-summary .order-col>div:first-child {
  width: calc(100% - 150px);
}

.order-summary .order-col>div:last-child {
  width: 150px;
  text-align: right;
}

.order-summary .order-col .order-total {
  font-size: 20px;
  color: #C78E30;
}


.order-details .order-submit {
  display: block;
  margin-top: 30px;
}


.righe_dettaglio_pagamento {

 /*   background-color: #e40e7f;*/
	border-bottom:1px solid #60B1CD;
    color: #333;
	font-weight:600;
    border-radius: 4px;

    padding: 8px;
    margin:5px 0 5px;
	text-transform: uppercase;
	border-bottom-left-radius:2px;
	border-top-right-radius:2px;
	border-top-left-radius:2px;
	border-bottom-right-radius:2px;

	
}

/*=========================================================
	10 -> NEWSLETTER
===========================================================*/

#newsletter.section {
border-top: 10px solid #2dabf9 ;
border-bottom: 10px solid #2dabf9 ;
min-height:300px;
padding-top:45px;
padding-bottom:45px;

background:linear-gradient(to bottom, #0c4078 5%, #1669B1 100%);
	background-color:#0c4078;

	
background-repeat:no-repeat;
background-position:center;
background-attachment:fixed;
background-size:cover !important;
}

.newsletter {
  text-align: left;
  
}

.newsletter h4 {
  font-size:22px;
  
}


.newsletter p {
  font-size: 16px;
  text-align:left;
  line-height:25px;
  color:#fff;
}

.newsletter form {
  position: relative;
  max-width: 520px;
  margin: 30px auto;
}

.newsletter form:after {
  /*content: "\f003";
  font-family: FontAwesome;*/
  position: absolute;
  font-size: 160px;
  color: #DFDBC7;
  top: 15px;
  -webkit-transform: translateY(-50%) rotate(15deg);
  -ms-transform: translateY(-50%) rotate(15deg);
  transform: translateY(-50%) rotate(15deg);
  z-index: -1;
  left: -90px;
}

.newsletter form .input {
  width: calc(100% - 165px);
  margin-right: -4px;
  border-radius: 4px 0px 0px 4px;
}

.newsletter form .newsletter-btn {
  width: 100%;
  height: 40px;
  font-weight: 700;
  background:#FFF;
  color:#000;
  border: none;
  border-radius: 4px 4px 4px 4px;
  text-transform: uppercase;
  padding: 8px;
  padding-left: 10px;
  padding-right: 13px;


}

.newsletter .newsletter-follow {
  text-align: center;
}

.newsletter .newsletter-follow li {
  display: inline-block;
  margin-right: 5px;
}

.newsletter .newsletter-follow li:last-child {
  margin-right: 0px;
}

.newsletter .newsletter-follow li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #C4BBAB;
  background-color: #FFF;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.newsletter .newsletter-follow li a:hover, .newsletter .newsletter-follow li a:focus {
  background-color: #E4E7ED;
  color: #333;
}

.search-form-line form {
	width: 100%;
    margin: 0 auto;
	padding: 12px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background:rgba(57,123,43,1.00);	
}

.search-form-line label {
	font-size:12px;
	margin:4px 0px 4px 0px;
	float:left;
}

.search-form-line input[type="email"],.search-form-line input[type="password"], .search-form-line input[type="text"], .search-form-line input[type="number"] {
	outline: none;
    border: 1px solid #DBDBDB;
    padding: 10px 10px 10px 10px;
	margin-right:10px;
    font-size: 14px;
    color: #333;
    display: block;
	float:left;
	width:100%
}
.form-combo {
	text-align: center;
}

.search-form-line select {
	outline: none;
	border: none;
	padding: 5px 10px;
	margin-right: 10px;
	font-size: 14px;
	color: #333;
	display: inline-block;
	width: 30%;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23999999' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/10px 10px;
	border-radius: 3px;
	height: 38px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search-form-line input[type="submit"] {
	outline: none;
    border: none;
	border-radius:3px;
    padding: 0px 10px;
    font-size: 14px;
	min-height: 38px;
	height: 38px;    
	margin:-3px 0px 0px
}
/*---------------------------- slide-bottom----------------------*/
.slide-bottom {
	background-color: #a8cfcf;
}


/*-- checkout --*/
.titolo-separatore {
	background-color:#60B1CD;
	color:#fff;
	border-radius:4px;
	padding:5px;
	margin:10px 0 5px;
	text-transform: uppercase;
}
.titolo-separatore h4 {color:#fff;}
.checkout h2 {
	font-size: 1em;
	color: #212121;
	text-transform: uppercase;
	margin: 0 0 3em;
}

.checkout h2 span {
	color: #3399cc;
}

table.timetable_sub {
	width: 100%;
	margin: 0 auto;
}

.timetable_sub thead {
	 background-color: rgba(255,255,255,1.00);
	 border-bottom:1px solid #ccc;
}

.timetable_sub th {
	
	color: #333 !important;
	text-transform: capitalize;
	font-size: 13px;

}

.timetable_sub th,
.timetable_sub td {
    padding: 7px;
    font-size: 14px;
    color: #333;
	text-transform:uppercase;
	 background-color: rgba(255,255,255,1.00);
}

.timetable_sub td {
/*	border-bottom: 1px solid #CDCDCD;*/
}

td.invert-image a img {
	float:left;
	margin: 0 auto;
	margin-right:0px;
	width:20%;
}

.rem {
	position: relative;
}

.close1,
.close2,
.close3 {
	background: url('../test/images/close_1.jpg') no-repeat 0px 0px;
    cursor: pointer;
    width: 41px;
    height: 39px;
    position: absolute;
    right: 6px;
    top: -23px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}


/*-- quantity-starts --*/

.value-minus,
.value-plus {
	height: 30px;
	line-height: 24px;
	width: 30px;
	margin-right: 3px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: 1px solid #b2b2b2;
	vertical-align: bottom;
}

.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before {
	content: "";
	width: 13px;
	height: 2px;
	background: #000;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -0.5px;
	position: absolute;
}

.quantity-select .entry.value-plus:after {
	content: "";
	height: 13px;
	width: 2px;
	background: #000;
	left: 50%;
	margin-left: -1.4px;
	top: 50%;
	margin-top: -6.2px;
	position: absolute;
}

.quantity .input-text.qty {
  width: 45px;
  height: 40px;
  line-height: 30px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
  color:#000;
  display: inline-block;
  vertical-align: middle;
  float: none;
}


.value {
	cursor: default;
	width: 30px;
	height: 30px;
	padding: 8px 0px;
	color: #A9A9A9;
	line-height: 24px;
	border: 1px solid #E5E5E5;
	background-color: #E5E5E5;
	text-align: center;
	display: inline-block;
	margin-right: 3px;
}

.quantity-select .entry.value-minus:hover,
.quantity-select .entry.value-plus:hover {
	background: #E5E5E5;
}

.quantity-select .entry.value-minus {
	margin-left: 0;
}


/*-- quantity-end --*/

.checkout-right h4,
.address_form h4 {
	font-size: 1.1em;
	margin: 1em 0;
	letter-spacing: 1px;
	color: #888;
}

.checkout-left-basket h4 {
    padding: 1em;
    background:#ffcb2d;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 2em;
}

.checkout-left {
	margin: 2em 0 0;
}

.checkout-left-basket ul li {
	list-style-type: none;
	margin-bottom: 1em;
	font-size: 14px;
	color: #999;
}

.checkout-left-basket {
	float: left;
	padding-left: 0;
}

.checkout-right-basket {
	float: right;
	margin: 3em 0em;
}

.checkout-left-basket ul li span {
	float: right;
}

.checkout-left-basket ul li:nth-child(5) {
	font-size: 1em;
	color: #212121;
	font-weight: 600;
	padding: 1em 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin: 2em 0 0;
}

.checkout-right-basket a {
	padding: 10px 20px;
	color: #fff;
	font-size: 1em;
	background: #212121;
	text-decoration: none;
}

.checkout-right-basket a:hover {
	background:#26bb48;
}

.checkout-right-basket a span {
	left: -.5em;
	top: 0.1em;
}

.checkout {
	padding: 5em 0;
}

.address_form {
	float: right;
}

.information-wrapper input {
	width: 100%!important;
}

.check_box_one.cashon_delivery {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}


/*-- checkbox --*/

.agileits-login label {
	font-size: 1em;
	color: #000;
	letter-spacing: 0.5px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
}

input.checkbox {
	background: #212121;
	cursor: pointer;
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: text-bottom;
}


/*-- //checkout --*/


/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/

.billing-details {
	margin-bottom: 15px;
/*	padding: 15px;*/
}

.shiping-details {
	margin-bottom: 15px;
	padding: 15px;
}

.billing-details .input, .shiping-details .input {
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #C4BBAB;
	border-radius:4px;
}


.order-details {
  position: relative;
  padding: 25px;
  border: none;
  /*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-transition: 0.2s all;*/
  transition: 0.2s all;
	background-color: #fff;
  font-size:12px;

}

.order-summary {
  margin: 0px 0px;
  text-align: right;
  margin-top:10px;

}

.order-summary .order-col {
  display: table;
  width: 100%;
  border-bottom:1px inset #ededed;
}

.order-summary .order-col:after {
  content: "";
  display: block;
  clear: both;
}

.order-summary .order-col>div {
  display: table-cell;
  padding: 10px 0px;
}

.order-summary .order-col>div:first-child {
  width: calc(100% - 150px);
}

.order-summary .order-col>div:last-child {
  width: 150px;
  text-align: right;
}

.order-summary .order-col .order-total {
  font-size: 24px;
  font-weight:600;
  color: #60B1CD;
}

.order-details .payment-method {
  margin: 30px 0px;
}

.order-details .order-submit {
  display: block;
  margin-top: 30px;
}

.accordion-item {
  background-color: #d7d7d7;
  border:0px !important;
}


/*=========================================================
	11 -> FOOTER
===========================================================*/


.box-footer {
	padding:10px;
	border-right:2px solid #fff;
	border-bottom:4px solid #ededed;
    background-color: rgba(255,255,255,0.80);


}

.box-footer:hover {

	background-color:#fff;
	color:#9A7777;
}

.box-footer h2 {
       text-align:center;
	color: #333;
    background: linear-gradient(to bottom right, #333, #AF9798);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:22px;
	font-weight:600;
}

.box-footer p {
	
	font-weight:500;
	text-align:justify;
	
	}

.box-footer:hover fa {
	 color:#fff;
}


.box-footer:hover h2 {
     font-size:22px;
	 color:#fff;
}


.vetrina_certificazioni {
  box-shadow: 0 6.7px 5.3px rgba(0, 0, 0, 0.057), 0 8.1px 17.9px rgba(0, 0, 0, 0.083), 0 25px 80px rgba(0, 0, 0, 0.14);
  padding:10px;
  height:240px;
 }
  


#footer {

}
.sezione-footer {

	box-shadow: 0 2px 4px rgba(0,0,0,0.12), 0 1px 5px rgba(0,0,0,0.24);
	position: relative;
	
   background:#808080;
}

#bottom-footer {
	background:#000000;
	color:#fff;
		box-shadow: none;
	position: unset;
	border:none;
	padding:15px 15px 25px;
}

#bottom-footer a {
	color:#fff;

}

.fab  { color:#9A7777; font-size:30px;}
.fab :hover  { color:#fff; font-size:30px;}
.fa-linkedin {color:#fff; font-size:30px; }
.fa-instagram {color:#fff; font-size:30px; }
.fa-facebook-f {color:#fff; font-size:30px; }

.fa-whatsapp {font-size:22px; color:#fff; }
.fa-phone {font-size:22px; color:#fff; }
.fa-info-circle {font-size:22px; color:#fff; }
.fa-image {font-size:22px; color:#fff; }


.footer {
  margin: 30px 0px;

}

.footer p {
	margin-bottom:20px;
	padding-left:5px;
	border-bottom:1px solid #ededed;
	color:#fff;
	
	
}

.footer i { margin-right:4px;}

.footer p a { color:#fff;}

.footer .footer-title {
  color: #fff;
  text-transform: uppercase;
  font-size:24px;
  font-weight:600;
  margin: 0px 0px 30px;
}

.footer-links li+li {
  margin-top: 15px;
}

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

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

.footer-links li i {
  margin-right: 15px;
  color: #fff;
  width: 14px;
  text-align: center;
}


.copyright {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  color:#fff;
 

}

.copyright a:link {
	color:#fff;
}
.copyright a:visited {
	color:#fff;
}
.copyright a:hover {
	color:#fff;
}
.footer-payments li {
  display: inline-block;
  margin-right: 5px;
}

#bottom-footer .footer-payments li a {
  color: #545454;
  font-size: 36px;
  display: block;
}
/*=========================================================
	12 -> SLICK STYLE
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #C4BBAB;
  background-color: #FFF;
  border-radius: 50%;
  z-index: 22;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #f0d6aa;
    border-color: #efd4a7;
}

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  color: #2B2D42;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  color: #FFF;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  background: #E4E7ED;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #7e4292;
}

.custom-dots .slick-dots {
  position: static;
  margin: 15px 0px;
}
/*=========================================================
	12BIS -> REGISTRAZIONE
===========================================================*/
.form-registrazione{
	background-color:#ededed;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding: 25px;
	border-radius: 4px;
	overflow: hidden;
    max-width: 60%;
    margin: auto;
	margin-bottom:10px;
}
.form-registrazione input:not([type='checkbox']){
	height:40px;
	border-radius:4px;
}


.form-checkout{
	background-color:rgba(255,255,255,1);
/*	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
	padding: 5px;
	text-align:center;
	
}

.form-checkout h3 {

 font-size:16px;
 text-align:left;

}

.form-registrazione-2{
	background-color:#fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding: 25px;
	text-align:center;
	margin-bottom: 25px;
}
.form-registrazione-2 .form-group {
    margin:0 auto 10px;
    float: none;
    clear: both;
	width: 100%;
	/*max-width: 325px;*/
	text-align: left;
}
.form-registrazione-2 input {
	width: 100%;
	/*max-width: 325px;*/
}
.form-registrazione-2 .centrato {
	text-align:center;
	margin-top:10px;
}

.form-registrazione input:not([type='checkbox']) {
	display:block;
	width:100%;
	margin:0 auto 10px;
}

.form-checkout h4 {
	text-align:left;
	margin-bottom:2px;
}

.form-checkout input {
	display:block;
	width:100%;
	padding:0px;
	border:1px solid #999;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	text-align:center;
	margin:0 auto 10px;
	
}

.form-checkout .btn {
	display:block;
	width:100%;
	padding:10px;
	border:1px solid #999;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	text-align:center;
	margin:0 auto 10px;
	
}


.form-registrazione .forgot {
	margin-top:5px;
}

.titolo-form {
	width: 100%;
	border-bottom: 1px solid #4a8e8e;
	font-size:18px;
	color: #fff;
	background-color: #60A3A3;
	margin: -25px -25px 25px;
	padding: 15px 25px 10px;
	box-sizing: content-box;
}

.titolo-form h2 {
	font-size:14px;
	
}



#star-six {
      width: 0;
      height: 0;
      border-left: 50px solid transparent;
      border-right: 50px solid transparent;
      border-bottom: 100px solid red;
      position: relative;
    }
    #star-six:after {
      width: 0;
      height: 0;
      border-left: 50px solid transparent;
      border-right: 50px solid transparent;
      border-top: 100px solid red;
      position: absolute;
      content: "";
      top: 30px;
      left: -50px;
	 
    }
	
	
.post-it {
   color:#000;
  background:#fff;
  padding:1em;
/*  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  -webkit-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -moz-transform:rotate(-1deg);
  */
  margin-bottom:10px;
   font-weight:600;
}

.post-it:hover {
  /*  box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  position:relative;
  z-index:5;*/
}

.post-it ul { list-style:disc; margin-left:10px; }
.post-it ul li { margin-left:10px; }
	

/* ----------------- BANNER FISSO TASTI RAPIDI MOBILE ---------------------------------------*/

.banner-contatti {
    position:fixed;
    z-index: 100;
    text-align: center;
    bottom: 0px;
    left: 0px;
	right:0px;
    padding:10px;
    width:100%;
    background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 0px 6px rgba(0,0,0,0.16), 0 -1px 6px rgba(0,0,0,0.23);
}

.banner-contatti a {color:#fff;}

.banner-contatti-item {
	float:left;
	text-align:left;

}
.contatti-button-inner {margin:0 auto;}

.banner-contatti .informazioni, .banner-contatti .mappa , .banner-contatti .chiama {
    float:left;
    text-align:left;
    color: #FFF;
    padding: 5px 0px;
	
	
}

.banner-contatti .informazioni { 
    font-size: 2em;
}
.banner-contatti .mappa { 
    font-size: 2em;
}
.banner-contatti .chiama { 
/*    font-size: 2em;*/
}


.contatti-button1 {background-color: #1B77C3;}

.contatti-button2 {background-color: #727272;}

.contatti-button3 {background-color: #00bb2d; color:#fff;}

.contatti-button3 .fa .fa-whatsapp {background-color: #00bb2d; color:#fff;}


.contatti-button1, .contatti-button2, .contatti-button3 {
   padding:4px 2px;
   box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0,0,0,.12);
   border-radius:6px;
   text-align:center;
   line-height: 30px;
}

.contatti-button1 i, .contatti-button2 i, .contatti-button3 i { color:#fff;}

.banner-contatti .fa .fab .fa-2x { color:#fff !important;}

.banner-contatti-testo {line-height:40px;}
/* @media(max-width: 991.999px) {
	body {
		padding-bottom:calc(31px + 2vw) !important;
		
	}
} */

/*--------------------- GALLERIA --------------------------------*/
.galleria-quadrata a.example-image-link {
	display:block;
	position:relative;
	height:0;
	padding-top:100%;
	overflow:hidden;	
	margin-bottom:25px;
	border-radius:4px;
	background-size:cover;
	background-position:center;
	box-shadow: 0 6.7px 5.3px rgba(0, 0, 0, 0.057), 0 8.1px 17.9px rgba(0, 0, 0, 0.083), 0 25px 80px rgba(0, 0, 0, 0.14);
}
.galleria-quadrata a.example-image-link img {
	position:absolute;
	width:100%;
	top:0;
	border-radius:4px;
}

.box {
  width: 200px; height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}




/*=========================================================
	13 -> RESPONSIVE
===========================================================*/



@media only screen and (max-width: 991px) {
  .header-ctn .menu-toggle {
    display: inline-block;
	
  }
  
  .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28100,100,100, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  margin-top:10px;
}



  .navbar-toggler {
	
	  position:fixed;
	  float:left;
	  background:none;
	  top:14px;

	  left:10px;
	  color:#2b53a0;
	  overflow: hidden;
      z-index:9999;
	  border-radius:4px!important;
	  padding: .25rem .25rem;
}
  
  
 
 .navbar {
	min-height:0px !important;
	height:0px !important;
	z-index:9999;
	margin-top:0px;
    padding: 0px;
    color: #000;
    float: left;
    width: 100%;
    top: 0px;
}

.navbar-nav {
    float: none;
	
}

.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus {
/*     background-color: #fff; */
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: #fff;
    position:fixed;
	width:100%;
	height:100vh;
	top:0px;
	left:0px;
	padding-top:25px;
	overflow:scroll;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
   /* color: #fff;*/
}
.nav > li {
    border-top: 1px solid #ededed;
}
.navbar ul li a {
    font-size: 13px;
	color:#333;
}

.nav > li {
    border-top: 1px solid #9C9C9C;
	padding:10px;
	
	
}
.navbar ul li a {
    font-size: 14px;
	color:#121212;

}


.menu__list {
    margin-left: 0px;
    margin-top: 60px;
    width:100%;
}

ul.multi-column-dropdown  {	 border:0px; width:100% !important; box-shadow:none !important;}
ul.multi-column-dropdown li {
	padding:12px;
	line-height:14px;
	width:100%;
	color:#333;
}
ul.multi-column-dropdown li a {
    text-decoration:none;
	text-transform:lowercase;
    font-size:14px;
    color:#333;
    letter-spacing: 0.5px;
	margin-bottom:2px;
	padding-left: 0;
}
	

ul.multi-column-dropdown.item li a {

	text-transform:capitalize;
}

ul.multi-column-dropdown li a:hover{
	color:#121212;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #ededed;
}


}

@media only screen and (max-width: 767px) {
  
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28100,100,100, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  margin-top:10px;
}

  
  .section-title .section-nav {
    float: none;
    margin-top: 10px;
  }
  .section-tab-nav li {
    margin-top: 10px;
  }
.form-registrazione {
    margin: 0 15px;
    padding: 25px 20px 5px;
}
.form-registrazione-2 {
    margin: 0 15px;
    padding: 25px 5px 5px;
}
}

@media only screen and (max-width: 480px) {
   [class*='col-xs'] {
  /*  width: 50%;*/
  } 
  
.box-testo-interno p { margin:auto 8px;}  
.box-testo-interno span { margin:auto; float:none; font-weight:bold;}  
  
.header-logo img { height:70px;}
  
.embed-responsive-item { width:100%; height:50vw;}
  
.inner-banner-generico  {height:50vh; }
.inner-banner-azienda  {height:50vh; background-position:bottom; }
.inner-banner-polilaminato {height:50vh; }
.inner-banner-pvc {height:50vh; 	background-position:center; }
.inner-banner-pet-g {height:50vh; background-position:center;  }
.inner-banner-ed {height:50vh; background-position:center;  }	 
.inner-banner-tv { height:50vh; background-position:center; }
.inner-banner-prenotazione {height:50vh; background-position:center;}
.inner-banner-co { height:50vh;}

.box-testo-interno h1 {font-size:26px; text-align:center;}
.box-testo-interno h2 {font-size:22px; text-align:center;}
.box-testo-interno h3 {font-size:20px; text-align:center;}
.box-testo-interno h4 {font-size:18px; text-align:center;}
  
.copyright { margin-bottom:40px;}  
   
 .form-registrazione{
    max-width:90%;
    margin: auto;
	margin-bottom:10px;
 }

.carousel-item .anteprima-categoria img {margin-top:10px;}


.carousel-control-next-icon, .carousel-control-prev-icon { display:none;}

 .price_totale { font-size:28px; padding:0px;}
  
  .nome_mobile {color:#fff;}
  
  .product-preview { display:none !important; }
  
  #top-header {
    min-height:30px;
	background-color:#000;
	color:#fff;
    padding:4px;
  }
  
   #top-header ul { align-content:center;}
  
   #top-header ul li a {
    text-align:center;
	font-size:11px;
	color:#fff;
	font-weight:600;

  }
  
  #top-header ul li .fa { font-size:11px; margin-right:4px; color:#fff;}
  #top-header ul li a .fa:hover { font-size:11px; margin-right:4px; color:#fff;}
  
  #top-header ul li .fas { font-size:11px; margin-right:4px; color:#fff;}
  
 .order-details { box-shadow:none;} 
 .order-summary { box-shadow:none;} 
  
.agile_inner_drop_nav_info { padding:10px; width:100%;}  
  
.navbar { 	
	border-bottom:none;
}
  
.nav-item .dropdown-menu {
    background-color:inherit !important;
	width:100%;
    font-size: 13px;
	box-shadow:none !important;
}
/*
.dropdown-menu.show {
    	 font-size: 13px;
    box-shadow: none !important;
}
*/
.navbar ul li a {
	color:#fff;
	text-transform:uppercase;
}

.navbar ul li a:hover {
	color:#fff;
	text-transform:uppercase;
}



ul.multi-column-dropdown li {
    list-style-type: none;
	padding:8px;
	width:100%;
	margin-bottom:4px;
	text-transform:uppercase;
	border-bottom:1px solid #ededed;

}

ul.multi-column-dropdown li a:link {font-size:13px; width:96%;}
ul.multi-column-dropdown li a:visited {font-size:13px; width:96%;}
ul.multi-column-dropdown li a:hover {font-size:13px; width:96%; color:#5DA064;}


.input {font-size:12px; color:#000;}
.input placeholder {color:#000;}

i {font-size:20px;}

.fa-cart-plus {font-size:34px !important; margin-top:20px; }
.fa-user-o {font-size:34px !important; }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28100,100,100, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  margin-top:10px;
}

 #header {padding:0px; height:auto; border-bottom:none;  border-top:2px solid ededed;}
 #header .fa {color:rgba(107,107,107,1.00);}
 #header .fa .fa-search  {color:#333;}
 .header-logo .logo img {
    max-height:70px;
}
  
.header-search { margin-top:0px; }  
  

.header-search form .input {
  width: calc(100% - 45px);
 /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  border-radius:4px 4px 4px 4px;
  color:#123f98;

}

.header-search form .search-btn {
  height:40px;
  width: 40px;
   background-color: #fff;
   box-shadow:none;
   border:0px;
  color: #123f98;
  font-weight:500;
  border-radius: 0px 4px 4px 0px;
   
}

.header-search form .search-btn .fa .fa-search {color:#333;}
  
  .vetrina_certificazioni {
     height:auto !important;
 }

 
.carousel-item .testo {
	top:50vh;
	
}

.carousel-overlay {
    background: rgba(0,0,0,0.3);
}
.carousel-item h1 {font-size:32px;}

.carousel-item h2 {
	font-size:30px;
	line-height:1;
}
.carousel-item p {
	font-size:14px;
}

.carousel-item {
    height:100vh;
    background-repeat: no-repeat;
}

.carousel-item span {
	font-size:16px;
	max-width:70%;
	text-align:center;
	display:inline-block;
	
}


.section-title { margin-top:0px;}
.section-title h1 {font-size:28px;}
.section-title h2 {font-size:24px;}
.section-title h3 {font-size:20px;}

h2 {  font-size:18px;}
h3 {  font-size:16px;}
h4 {  font-size:14px;}

#breadcrumb {display:none !important;}

.testuale-testo h2 {font-size:18px;}

.section-title h1,.section-title h2 {
  padding:10px;

}

 
.product-preview  {display:block; }
.slick-slider {  
width:100%;
}
.img-magnifier-glass {
  width: 80px;
  height: 80px;
}  
  
.pre-footer-text img {
	width:26px;
	float:left;
	height:26px;

} 
pre-footer-bottom img {
	margin-top:4px;
}
.product-preview {-webkit-overflow-scrolling: auto; /* Lo scorrimento si blocca immediatamente */ }
.zoomImg { display:none;}

.form-registrazione {font-size:12px;}

.titolo-form h2 {font-size:12px;}
  
  .search-form-line select {
	width:100%;
	margin-bottom:6px;
}
.btn {width:100%;}

  .store-grid {
    float: none;
    margin-top: 10px;
  }
  .store-pagination {
    float: none;
    margin-top: 10px;
  }


.header-ctn > div + div {
    margin-left: 5px;
}
.header-ctn > div > a {
    width: 65px;
}
.header-search {
    padding: 5px 0px;
	color:#000;
}

.cart-dropdown {
	width:100%;
}

.row-categorie {
	margin-left:0px;
}

.shop {
    margin: 15px 0px 0px;
}
.shop .shop-body .cta-btn {
   /* display: none;*/
}
.shop .shop-body h2 {
    font-size: 18px;
    margin-bottom: 0px;
	max-height:auto !important;
	min-height:auto !important;
}

 .product-details {
  margin-top: 6px;
 }
  

	
.product {
	width:100%;
	padding: 0px;
}



.product .product-img a img {
    /* padding:50px;    */
	 bottom:0;

}


.product .product-body .product-name > a {
	font-size:18px;
}


.product .product-marca {
	padding: 0px;
    height: 100px;
	max-height:100px;
}
.product .product-marca img {
    height: 100px;
	max-height:100px;
	top:0;
	bottom:0;
}

.product .product-body .product-name {
  font-size:18px;
  overflow:hidden;
  position:relative;
  color:#515151;
  
  
}
.product .product-body  .product-name:after {
content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.5em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 99%);
}


.product .add-to-cart .add-to-cart-btn {
  padding: 0;
}

.box-testo h1 {
	font-size:28px;
		text-align:center;
}
	
.box-testo h2 {
     font-size:24px;
	 	text-align:center;
}	


.box-testo-rigo-intero h2 {
     font-size:24px;
	 	text-align:center;
}

.product-body h2 { font-size:18px;}

}
