@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

#splash {
  position: fixed;
  background-color: #48665a;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease-out;
}

#splash-logo {
  width: 120px;
  animation: pulseLogo 1.5s ease-in-out infinite;
}

@keyframes pulseLogo {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
}


html {
  scroll-behavior: smooth;
}
 
body {
   background-position:center;
   background-attachment:scroll;
   background-size:cover !important;
   font-size:15px;
   color: #222222;
   font-family: "Montserrat", sans-serif;
    font-style: normal;
   height:100%;
   min-height:100%;
   padding:0;
   margin:0;
   
	
}


        .menu-button {
            min-height: 150px;
            font-size: 1.3rem;
            padding: 1.5rem;
            text-align: center;
            border-radius: 20px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease-in-out;
        }

        .menu-button:hover {
            transform: scale(1.05);
            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
        }

        .menu-icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            display: block;
        }


#bg-video { background-size:cover !important; background-repeat:no-repeat; width: 100vw;}

.offcanvas-header { background-color:#efefef;}

.form-check .form-check-input {
  float: left;
  margin-left: 2px;
  margin-right: 4px;
}
.form-check-input:checked {
  background-color: #C31B1B;
  border-color:#831F21;
}

.sfondo_pi {

background:url(../images/banner.jpg) no-repeat;background-size:cover !important;
	
}

a {
 cursor: pointer;
  text-decoration: underline;
}




.desc p {
     margin-top: 0;
    margin-bottom: 1rem;
    line-height: 26px;
    font-size: 16px;
    text-align: justify;
}



#show_ricerca {
	
	z-index: 9999;
    position: relative;
    background-color: #fff;
    align-content: flex-start;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 96vw;
    margin-top: -100px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
	display:none;
	
}

#titolo_results_div_ricerca h2 {
	padding:5px;
	margin-top:5px;
	border-bottom:1px solid #ededed;
    color:rgba(78,78,78,1.00);
    background: linear-gradient(to bottom right, #848484, #B7B7B7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#loading {
	position:relative;
	margin:auto !important;
	align-content:center;
	z-index:9999;
	
}

.container-fluid {

margin:0 auto !important;
	
	
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  margin-bottom:30px;
}

.pagination a {
  display: inline-block;
  padding: 10px 16px;
  background-color: #f4f4f4;
  color: #333;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pagination a:hover {
  background-color: #962019;
  color: #fff;
}

.pagination a.active {
  background-color: #962019;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.pagination a.prev,
.pagination a.next {
  background-color: #e9ecef;
  color: #333;
}

.pagination a.prev:hover,
.pagination a.next:hover {
  background-color: #007bff;
  color: #fff;
}

.casella_ricerca {

  background-color:rgba(255,255,255,0.40) !important;
  border-radius:20px;
  width:100%;
  border:1px solid #ededed;
  font-size:16px;
}

.casella_ricerca::placeholder {
	 background: linear-gradient(45deg, #585858,#313131);
  -webkit-background-clip: text;
  color: transparent;
  
	font-size:16px;
	
}

.form-control {
	margin-bottom:10px;
	 -webkit-appearance:auto; 
	 appearance: auto;
    -moz-appearance:auto;
}

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


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


.password-container{
  width: 100%;
  position: relative;
}
.password-container input[type="password"],
.password-container input[type="text"]{
  width: 100%;
  padding: 12px 36px 12px 12px;
  box-sizing: border-box;
}


.fa-eye{
  position: absolute;
  top: 30%;
  right: 2%;
  cursor: pointer;
  color:rgba(0,0,0,1.00);
}
.fa-eye-slash {
  position: absolute;
  top: 30%;
  right: 2%;
  cursor: pointer;
  color:#000000;
}


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

/*google map */
.map-container-6{
overflow:hidden;
margin-bottom:10px;
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;
}



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

  /* Stile per la modale */
    .modal-content {
      border-radius: 10px;
      background: #f9f9f9;
    }
    .modal-header {
      background-color: #969696;
      color: #fff;
      border-bottom: none;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
    .modal-body {
    }
    .modal-footer {
      background-color: #969696;
      border-top: none;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
    }
    /* Stile per la tabella all'interno della modale */
    .table th, .table td {
      vertical-align: middle;
    }
    .table input[type="number"] {
      width: 80px;
      margin: 0 auto;
    }
	   /* Stile per la tabella all'interno della modale */
    .table th, .table td {
      vertical-align: middle;
	  font-weight:600;
    }
    .table input[type="number"] {
      width: 80px;
      margin: 0 auto;
    }
    /* Righe alternate in grigetto */
    .table-striped tbody tr:nth-of-type(odd) {
      background-color: #f8f8f8;
    }
	


.box-offerte {
   background-image: url('/images/sfondo-fiori.jpg'); /* sostituisci con il path giusto */
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
  min-height: 250px; /* o altezza a tua scelta */
  color: #fff;
  overflow: hidden;
}

.box-offerte::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  border-radius: 20px;
}

.box-offerte .section-title {
  position: relative;
  z-index: 1;
}

.box-offerte h2.title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  color: #fff;
}

  
  

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


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

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


.bx-wrapper {
	margin-bottom:10px;
}
	
/*----------------------------*\
	Breadcrumb
\*----------------------------*/

			  

.breadcrumb-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  z-index: 10;
  padding: 8px 16px;
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(252,252,252,0.7), rgba(252,252,252,0.80));
  backdrop-filter: blur(4px);
  font-size: 12px;
  width:auto;
  max-width:350px;
  color: #333;
  font-weight:bold;
  display: flex;
  align-items: center;
  overflow-x: auto;         /* ✅ permette scroll orizzontale se serve */
  white-space: nowrap;      /* ✅ niente a capo */
  scrollbar-width: none;    /* nasconde la scrollbar in Firefox */
}

.breadcrumb-overlay::-webkit-scrollbar {
  display: none;            /* nasconde scrollbar in Chrome */
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;        /* ✅ no wrap */
  margin: 0;
  padding: 0;
  background: transparent;
  list-style: none;
  width: auto;
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
   color: #121212;
   font-weight:bold;
  white-space: nowrap;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  padding: 0 8px;
  color: #aaa;
}

.breadcrumb-item a {
  color: #121212;
  font-weight:bold;
  text-decoration: none;
  white-space: nowrap;
  text-transform:uppercase;
}

.breadcrumb-item a:hover {
  color: #B14C4C;
}

.breadcrumb-item.active {
  color: #FF0000;
  font-weight:bold;
  text-transform:uppercase;
}


            
			
#breadcrumb {
	padding:10px;
    background:rgba(244,244,244,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:#1A1A1A;
}

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

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

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

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

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

/*----------------------------*\
	Top header
\*----------------------------*/
*=========================================================
	02 -> HEADER
===========================================================*/

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

header {
    position:relative;
    background-color:rgba(255,255,255,1.00);

}


#top-header {
	  padding-top: 10px;
	  padding-bottom: 10px;
	  color:#fff;
	  font-weight:400;
      background:linear-gradient(90deg,#3b7f7a,#48665a);
      max-height:40px;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display:inline-flex;
}

.header-links li {
  list-style:none;
  display:inline-flex;
  font-size: 12px;
  font-weight:400;
}

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

.header-links li a {
  color:#FFFFFF;
  font-size:13px;
  font-weight:400;
  text-transform:lowercase;
  margin-right:15px;
}

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

.header-links li i {
  margin-right:15px;
}

.header-links li i a:hover {
  color: #980F00;
}

.top-user-cart li i {
    font-size: 34px;
}

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

#header {
 padding:2px;
 height:110px;
 color:#222;
  position: relative;
}
#header a {
 color:#fff;
}

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

.header-logo {

  float:none;

}
.header-logo img {
	margin-bottom:auto;
	position:relative;
	text-align:center;
	height:110px;
	padding:15px;
	
}

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

.fa-user {font-size:20px; color:#ad6c11; }

.nome_mobile {
	width:100%;
	text-align:center;
	font-size:12px;
	line-height:14px;
	color:#ad6c11;
	font-weight:600;
}

.btn-light {
    color: #ad6c11;
    background-color:rgba(255,255,255,1);
	border-radius:20px;
	border:1px solid #48665a;
	text-transform:uppercase;
	width:auto !important;
	padding:10px;
	font-size:16px;
}

.btn-light:hover {
	 background-color:rgba(255,255,255,1);
	color: #ad6c11;
}


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

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

.header-search form {
  position: relative;
}


.fa-search{
  position: absolute;
  top: 30%;
  right: 2%;
  cursor: pointer;
  color:#511516;
}

.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;
  border-radius:4px 4px 4px 4px;
  border:0px;
     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;
  display:inline-flex;
  z-index:9999;
  
}

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

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

.header-ctn>div>a {
  display: block;
  position: relative;
  text-align: center;
  color: #CCCCCC;
  margin:0 auto;
}

.header-ctn>div>a>i {
  display: block;
  font-size:34px;
  color:#E1E1E1;
  padding:15px;
}

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

.header-ctn>div>a>.qty {
     position: absolute;

        top: 0px;
    width: 25px;
    height: 25px;
    right: -10px;

    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    color: #570000;
    background-color: #E8E8E8;
}

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

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

#header .cart-list a {
	color:#333;
	font-size:12px;
}
.cart-list .product-widget .product-body {
    padding-left:0px;
}

.cart-dropdown {
  background: #FFF;
  padding: 0 15px;
}

.dropdown-no-caret {
	cursor: pointer;	
}
.dropdown-no-caret::after {
	content:none;	
}
.dropdown-menu.show {
    display: block;
 	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: #000;
  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:#121212;
}

.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 {
	justify-content:center;
}
	
.carrello-mobile {
	margin-right: -10px;
	margin-top: 3px;
	padding:0;
	text-align:center;
	justify-content:flex-end;
}
.carrello-mobile .icona-carrello {
	font-size: 27px;
	margin-top: 6px;
}


.dropdown-menu .show {
    width: 90vw;	
}

.titolo-carrello {
	background:rgba(126,126,126,0.82);
	margin: -9px -15px 15px;
	padding: 4px 10px;
	color: #fff;
	font-weight:600;
	text-transform: uppercase;
	font-size: 14px;
}
#header .cart-list a {
	color:#000;
	font-size:12px;
}
.cart-list .product-widget .product-body {
    padding-left:0px;
}

.dropdown-no-caret {
	cursor: pointer;	
}
.dropdown-no-caret::after {
	content:none;	
}
.dropdown-menu.show {
    display: block;
  	overflow: hidden;
	width:60vw;
	top:10px;
	
}

.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;
   font-size: 16px;
   font-weight: 600;
}

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

.cart-dropdown .cart-btns>a {
  display: inline-block;
  width: calc(50% - 1px);
  padding: 12px;
  background:rgba(147,147,147,1.00);
  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: #ededed;
}

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

.cart-dropdown .cart-summary {
     border-top:3px solid #121212;
    padding-top: 5px;
    padding-bottom: 15px;
	font-size:20px;
	font-weight:600;
}


.carrello-mobile {
	margin-top:0px;
}


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

#navigation {
	background:none !important;
}
.navbar-nav {
	margin-left:0 !important;
	margin-right:0 !important;
	
}
.navbar { 	
	color:#fff;
	margin:0 auto !important;
	float:none;
	width:100%;
	border:0px;
    height: auto !important;
   min-height: auto !important;
}

.navbar-dark .navbar-toggler-icon {

  background-image: url(../images/menu.svg);
  width:35px;
  height:35px;
  position: relative;
  border: 0px;
}

.btn-chiudi {
	background-image: url(../images/close.svg);
  border: 0;
  background-color: inherit !important;
  position: absolute;
  z-index: 99999;
  top: 5px;
  right: 10px;
  width: 40px;
  height: 40px;
  opacity: 1;
}
.btn-chiudi:focus {
    box-shadow: none;
}

.navbar .nav-item .dropdown-menu {
	background:rgba(255,255,255,1.00);
}




.navbar-dark .navbar-toggler {
   top:30px;
}

.agile_inner_drop_nav_info { padding:10px; width:100%;}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000000;
	font-weight:600;

}

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

.navbar-default .navbar-nav>li>a {
    color: #48665a;
    text-decoration-line: none;
    text-transform: capitalize;
    padding: 10px 20px;
    font-size: 16px;
    font-style: italic;
}

.navbar-nav > li {
    margin: 0 4px;
	 padding: 10px 20px;
}
.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: 16px;
	font-weight:500;

}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:rgba(123,0,1,1.00);
}

.navbar .nav-item .dropdown-menu {
    top:50px;
    margin: auto;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.icona_menu  {
	max-width:100px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	
}

.navbar .nav-item .dropdown-menu {
  
    top:70px;
    margin: auto;
	width:95vw;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	
}
.mega-content h5 {
       font-size: 22px;
    font-weight: 600;
    color: #cd4242;
    background-color: #ededed;
    padding: 10px;
    border-radius: 10px;
}

.mega-content img {

      width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
    border-radius: 10px;

}

.mega-content ul {
	list-style:none !important;
}

.mega-content li {
	
  padding: 5px;
  line-height: 26px;
}

.mega-content li a {
  text-transform: uppercase;
    color: #121212;
	
}

.mega-content li a:hover {
  text-transform: uppercase;
    color: #CC2C2F;
	
}

.icona_menu  {
	max-width:100px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	
}


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


.list-group-item {
	border:0px;
	background-color:inherit !important;
}
	

/*-- navigation-dropdown --*/

.dropdown-menu {

 border:0px;

 }
 
ul.multi-column-dropdown  {	 width:100%; border:0px;	}
ul.multi-column-dropdown li {
    list-style-type: none;
    line-height:20px;
	padding:4px;
	border-bottom:1px solid #ededed;
/* 	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:#ededed;

}


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;
	-webkit-transition: 0.2s color;
	transition: 0.2s color;
	text-decoration:none;
}

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

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

.bx-wrapper .bx-pager.bx-default-pager a {
	display:none;
}

.btn {
  min-height:38px;
  margin-bottom:2px;
  font-size:16px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  padding:10px;
  text-transform:uppercase;
}

.btn-outline-info {
	background-color:ad6c11;
	color:#fff;
	font-weight:600;
}


.btn-home {
	background-color:rgba(244,244,244,0.58);
	border:1px solid #ccc;
	color:#1a1a1a;
	font-weight:600;
	width:auto !important;
	margin:0 auto !important;
}

.btn-home:hover {

   background-color:rgba(231,231,231,1.00);
   color:#333;
	border:1px solid #ccc;	
}

.btn-carrello {
    color: #fff;
    background-color:#5cb85c;
	border-color:rgba(69,131,50,1.00);
	border-radius:30px;
	width:100%;
	text-transform:uppercase;
}

.btn-carrello:hover {
    background-color:#5cb85c;
	color: #fff;
}

.btn-allegato {
    color: #fff;
    background-color:#5772A0;
	border-color:rgba(43,119,146,1.00);
	width:100%;
	text-transform:uppercase;
}

.btn-allegato:hover {
    background-color:#5772A0;
	color: #fff;
}



.btn-info {
    color: #fff;
	background-color:#48665a;
	width:25vw;
	border:0;
	font-weight:600;
	
}

.btn-info:hover {
	 color: #48665a;
	background-color:#d8be92;
}

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

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


.btn-registrazione {
    color: #fff;
    background-color:#3b7f7a;
	text-transform:uppercase;
}


.btn-info .fa  {
	color:#fff;
}




.btn-phone {
	width:100%;
}


.btn-danger {
	width:25vw;
	font-weight:600;
}
.btn-danger .fa{
	color:#d8be92;
}
.btn-danger .fa :hover {
	color:#004d72;
}


.primary-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff0000;
  border: none;
  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: #FF0000;
  color: #fff;
}

.btn-primary {
  display: inline-block;
  padding: 12px 30px;
  border: none;
  color: #FFF;
  text-align: center;
  background-color: #FF0000;
   width:100%;
}

.btn-taglia {
  display: inline-block;
  border: none;
  color: #FFF;
  text-align: center;
  background-color:rgba(255,200,100,1);
  width:100%;
  font-wheight:bold;
}


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

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

/*-- Text input --*/

.custom-filter-btn {
  width: auto;  /* assicura che non sia a larghezza piena */
  margin: 5px;  /* modifica il margine se necessario */
  padding: 0.25rem 0.5rem;  /* regola il padding per rendere il bottone più compatto */
}

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

/*-- 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:#e5e5e5;
}
.container-xxl { max-width:1620px;}

#testo_descrizione p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}

.section-title {
  position: relative;
  margin-bottom:0px;
  margin-top: 6px;
  text-align: center;
  font-weight: 600;  
}

.section-title .title {
  display: inline-block;
  text-transform: uppercase;

}

.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: #8D99AE;
}

.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;
}
.section_uno {
    background-color: #fff;
    border-top: 1px solid #d4d1c6;
    border-bottom: 1px solid #d4d1c6;
}

.section-title h1 { text-transform:uppercase; color:#48665a; font-size:32px; font-weight:600; text-align:center; padding-bottom:6px; width:100%; }
.section-title h2 { text-transform:uppercase; color:#3b7f7a; font-size:26px; font-weight:600; text-align:center; padding-bottom:6px;    width:100%;}
.section-title h3 { text-transform:uppercase; color:#3b7f7a;  font-size:24px;  font-weight:600;text-align:center; width:100%;}
.section-title h4 {  text-transform:uppercase; font-weight:500;text-align:center;padding-bottom:6px; color:#3b7f7a; width:100%;}


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

.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:#d8be93;
	padding:0;
	margin:0;
	position:relative;
}


.box-testo-interno {

 display: flex;
 flex-direction: column;
 justify-content: center;
 margin:0 4px;
 
}


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

.box-testo-interno h1 {
    color:rgba(35,35,35,1.00);
	font-size:38px;
	text-align:center;
    text-transform:uppercase;
}

.box-testo-interno span {

	color:#121212;
	text-align:left;
}
	
.box-testo-interno h2 {

    color:rgba(67,67,67,1.00);
    font-size:34px;
	text-align:center;

}	

.box-testo-interno h3 {

    color:rgba(0,0,0,1.00);
    font-size:22px;

}	

.box-testo-interno h4 {

   color:rgba(0,0,0,1.00);
    font-size:20px;
	font-weight:600;
}	


	
.box-testo-interno p {

font-weight:400;
color:#121212;
text-align:center;
font-size:16px;
line-height:24px;
margin:0 auto !important;
padding:10px;
  
}

.box-testo-interno ul {  }

.box-testo-interno ul li { 
 
 list-style:none !important;
 padding:10px;
 margin-bottom:4px;
 background-color:#F3F3F3;
 border-bottom-left-radius:2px;
 border-bottom-right-radius:2px;
 border-top-left-radius:2px;
 border-top-right-radius:2px;
 
}

.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;
                background:#000 ;
                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 .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-informativo {

 display: flex;
 flex-direction: column;
 justify-content: center;
 font-weight:200;
 padding:20px;

  
}


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

.box-testo-informativo h1 {
    color:rgba(54,0,0,1.00);
	font-size:38px;
	text-align:left;
}

.box-testo-informativo span {

	color:#121212;
	text-align:left;
}
	
.box-testo-informativo h2 {

    olor:rgba(54,0,0,1.00);
    font-size:32px;
	text-align:left;

}	

.box-testo-informativo h3 {

    color:rgba(0,0,0,1.00);
    font-size:26px;

}	

.box-testo-informativo h4 {

   color:rgba(0,0,0,1.00);
    font-size:20px;
	font-weight:600;
}	
	
.box-testo-informativo p {

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

}

.box-testo-informativo ul {  }

.box-testo-informativo ul li { 
 
 list-style:none !important;
 padding:10px;
 font-weight:500;
 margin-bottom:4px;
 background-color:#F3F3F3;
 border-bottom-left-radius:2px;
 border-bottom-right-radius:2px;
 border-top-left-radius:2px;
 border-top-right-radius:2px;
 
}

.box-testo-informativo .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;
                background:#000 ;
                color:#fff;
				border:1px solid #ccc;
                box-shadow:none !important;
                transition: all .4s ease-in-out;
            }

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



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

.box-testo-informativo .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;
}



.lista_contatti ul  {
	list-style:none;
}

.lista_contatti li {
	margin-left:10px;
	border-bottom:1px solid #ededed;
	margin-bottom:3px;
	font-size:15px;
	padding:10px;
	
}
.lista_contatti li i {
	margin-right:3px;
	color:#474747;
}


@media all and (min-width: 992px) {
/*	.navbar .nav-item .dropdown-menu{ display: none; } */
	.navbar .nav-item:click .nav-link{ color: #600001;  }
	/*.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:#964748;
	margin-bottom: 10px;
	font-size: 18px;
	border-bottom: 2px inset #ccc;
	text-transform: uppercase;
}
h3.agileits-sear-head:not(:first-child) {
	margin-top:10px;
}

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


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


/*----------------------------*\
	responsive nav
\*----------------------------*/

@media only screen and (max-width: 991px) {
  .header-ctn .menu-toggle {
    display: inline-block;
	
  }

  .navbar-toggler {
	  padding:0;
	  float:left;
	  background:none;
	  top:14px;
	  left:10px;
	  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: rgba(255,255,255,1.00);
    position:fixed;
	width:100%;
	top:0px;
	left:0px;
	overflow:scroll;
	height: 100vh;
}

.nav > li {
    border-top: 1px solid #ccc;
}
.navbar ul li a {
    font-size: 13px;
	color:#500000;
}

.nav > li {
    border-top: 1px solid #ededed;
	padding:10px;
	
	
}
.navbar ul li a {
    font-size: 13px;
	color:#fff;

}


.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:#500000;
}
ul.multi-column-dropdown li a {
    text-decoration:none;
	text-transform:lowercase;
    font-size:14px;
    color:#500000;
    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:#fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #99cee1;
}

}

/*------------------------ Showcase e carousel ---------------------------*/
.showcase {
    top:-220px;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom:-220px;
	
}
.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:70vh;
	background-size:cover !important;
	max-width:100%;
	background-position:top;
	background-repeat:no-repeat;
}


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


.carousel-item .container .testo {
	color:#F0F0F0;
	text-shadow:rgba(0, 0, 0, 0.44) 1px 1px 5px;
	position:relative;
    top: 30vh;
}

.carousel-item h2 {
	font-size:60px;
	color:#fff;
	text-align:center;
	padding:10px;
	border-radius: 4px;
	font-weight:600;
	text-shadow:rgba(0, 0, 0, 0.44) 1px 1px 5px;
		
}
.carousel-item h2 a {
	color:#fff;
	
}
.carousel-item  span {
	color:#fff;
	font-weight:400;
	font-size:40px;

}
.carousel-item p {
    font-size: 34px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
}

.carousel-overlay {
	width:100%;
	height:100%;
/*	background:rgba(0,0,0,0.2);*/
}
.carousel-control-next-icon,.carousel-control-prev-icon {
   display:none;
}

.bx-controls-direction {
   display:none;
}


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



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

}



.foto  {
	border-bottom-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	border-top-left-radius:2px;
	border:1px rgba(217,217,217,1.00);
	padding:4px;
	margin-bottom:10px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	background-color:#ededed;
	
}

.foto  img {
	border-bottom-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	border-top-left-radius:2px;
}

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


.side-bar {
    background-color:#fff;
    padding:15px;
    margin:2px 0;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;

}

.side-bar h2 {
	
	color: rgba(65, 65, 65, 1.00);
    font-weight: 600;
    padding: 6px;
    font-size: 24px;
    text-align: left;
	background-color:#ededed;
	border-radius:10px;
	width:100%;
}


.side-bar h3 {
	color:rgba(142,142,142,1.00);
	padding:6px;
	font-size:18px;
}

.side-bar ul li {
	font-size:14px;
	padding:10px;
	margin-bottom:4px;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	font-weight:600;
	
	
}
.side-bar .form-check {
	font-size:14px;
	padding:10px;
	margin-bottom:4px;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	font-weight:600;
	
	
}

.side-bar  ul li a:link {
	color:#131313;
	font-size:16px;
}
.side-bar  ul li a:visited {
	color:#131313;
	font-size:16px;
}
.side-bar  ul li a:hover {
	color:#8F8F8F;
	font-size:16px;
}


.side-bar-informativa {
    background-color: #fff;
    padding:15px;
    margin:2px 0;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;

}

.side-bar-informativa h3 {
	color:rgba(142,142,142,1.00);
	padding:6px;
	font-size:22px;
}

.side-bar-informativa ul li {
	font-size:18px;
	padding:4px;
	line-height:24px;
	list-style:square;
	
}
.side-bar-informativa  ul li a:link {
	color:#363636;
	font-size:18px;
}
.side-bar-informativa  ul li a:visited {
	color:#363636;
}
.side-bar-informativa  ul li a:hover {
	color:#888888;
}


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

.shop {

  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  border:2px solid #fff;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  
}

.shop>a {
	width:100%;
}

.shop .shop-brand {
	border: 1px solid #fff;
    padding: 10px;
	text-align:center;
	position:relative;
}

.shop:hover{
    
	opacity:0.7;
	  -webkit-transition: 0.2s all;
     transition: 0.2s all;
	transform:skew(1,1.2);
}

.shop img {
	
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	
}

.shop .shop-img>img {

   width: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  opacity:1;
}

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



.shop .shop-body h2 {

    color:#1A1A1A;
    font-size: 26px;
    text-align: right;
    margin-top: -97px;
    margin-left: 20px;
    margin-bottom: 3px;
    font-weight: 600;
    text-size-adjust: initial;
    vertical-align: central;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
	border-radius:4px;
}

.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: #fff;
	font-size: 16px;
	font-weight:400;
}

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

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


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

.shop .shop-body i {
	font-size:18px;
	color:#70B3CB;
	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:10px;
 border-bottom-right-radius:10px;
 border-top-right-radius:10px;
 border-top-left-radius:10px;
 
 padding:10px;

}



.image {
  width: 100%;
  height: auto;
  display: block;
}

.caption {
  position: absolute;
  bottom: 10px; /* Distanza dal fondo */
  left: 50%; /* Centra orizzontalmente */
  transform: translateX(-50%);
  
  background-color: rgba(0, 0, 0, 0.6); /* Sfondo semi-trasparente */
  color: white;
  padding: 8px 16px;
  font-size: 1rem;
  border-radius: 5px;
  white-space: nowrap; /* Evita il ritorno a capo */
}

.btn-white {
    background-color: rgba(255, 255, 255, 0.7);
	color:#1a1a1a;
	
		
}

.wa {
    position: fixed;
    height: fit-content;
    width: fit-content;
    max-width: 100%;
    padding: 0px;
    line-height: 1.32;
    cursor: pointer;
    box-sizing: border-box;
    background: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
	float:right;bottom:0;
	z-index: 999999;
	margin-bottom:10px;
	margin-right:10px;
	right:0;
 }
 .wa img {
	 width:110px;
 }
 
/*=========================================================
	06 -> PRODUCT
===========================================================*/

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



.offerta-swiper .swiper-slide{
  width: 250px;             /* fissa, ma puoi usare % se preferisci */
  padding-bottom: 4px;      /* spazio per le ombre */
}

.product-offers{
  border:1px solid #ededed;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
}

.product-offers-img {display:block; position:relative; padding-top:100%;}
.product-offers-img img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:contain}
.product-offers-info {list-style:none; margin:6px 0 8px; padding:0; font-size:.9rem; text-align:left;}
.product-offers-info li+li{margin-top:2px}


.product-offers ul { 
    background-color: inherit !important;
    bottom: 0px;
    position: relative;
	}

.product-offers ul li { 

 font-weight: 600;
 font-size:16px;
 list-style:none !important;
 padding:2px;
 margin-left:4px;
 color:#121212;
}
.product-offers ul li a { 
 margin-left:0px;
 padding:0px;
 color: #bb2626;
 text-transform: uppercase;

}
.product-offers ul li a:visited { 
 color:#121212;
}
.product-offers ul li a:hover { 
 color:#333;
}


/* facoltativo: snap gradevole */
.offerta-swiper{
  scroll-snap-type:x mandatory;
}
.offerta-swiper .swiper-slide{
  scroll-snap-align:start;
}

.product {

	overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #ededed;
    margin-bottom: 6px;
	background-color:#F3F3F3;
     
}

.product .content {
    max-height: 100%;
    overflow: hidden;
    position: relative;
}

.product::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; /* Altezza della sfumatura */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f0f0f0 100%);
}


.product-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.product-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #e3e3e3, #ffffff); /* sfumatura visibile sotto */
  z-index: 0;
}

.product-img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

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

.product .product-img img {

	position: absolute;
    bottom:0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
	  background-color: transparent;
}

.product .product-img img:hover {
	  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  opacity:0.8;

}

.product .product-img .product-label {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  background:#000;
  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: #fff;
  border-radius: 3px;
}

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

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

.product .product-body .product-category {
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	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: 18px;
  text-align:center;
  
}
.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(240,240,240,1.00) 99%);
}

.product-name h2 a {
  text-transform: uppercase; 
  font-size: 14px;
  min-height:66px;
  text-overflow:ellipsis;
  
}

.product ul { 
    background-color: inherit !important;
    bottom: 0px;
    position: relative;
	}

.product ul li { 
  text-transform: uppercase;

 font-weight: 600;
 font-size:16px;
 list-style:none !important;
 padding:2px;
 margin-left:4px;
 color:#121212;
}
.product ul li a { 
 margin-left:0px;
 padding:0px;
 color:#121212;

}
.product ul li a:visited { 
 color:#121212;
}
.product ul li a:hover { 
 color:#333;
}


.product .product-body .product-name>a {
  color:#6E0303;
  font-size:14px;
}

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

.product .product-body .product-price {
	color: #000;
	font-size: 18px;
    background:#DBDBDB;
	padding: 10px;
	top:0px;
	margin: 0 -15px;

	
}


.product-sconto {
	color: #ff0000;
	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-rating {
  position: relative;
  margin: 15px 0px 10px;
  height: 20px;
}



.product .product-body .product-price  {
  font-size: 20px;
  font-weight:600;
  color: #000;
  text-align:center;
}

.product-old-price {
  position: relative;
  display: inline-block;
  color: #888;
  font-size: 1.1rem;
  margin-right: 10px;
  padding: 2px 4px;
  opacity: 0.6; /* effetto sbiadito */
}

.product-old-price::after {
 content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(170, 0, 0, 0.6); /* linea semi-trasparente */
  transform: rotate(0deg);
  transform-origin: center;
  pointer-events: none;
}

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

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

.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 .add-to-cart-btn {
 position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  margin-bottom:15px;
  margin-top:15px;
  background-color:#000;
  color:#fff;
  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:#fff;
	
}

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

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

.swatch {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #aaa;
  margin-right: 4px;
  vertical-align: middle;
}

.swatch-extra {
  display: inline-block;
  background-color: #f0f0f0;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-left: 5px;
}


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


/*offerte*/

.product_offerte {
  position: relative;
  margin: 15px 0px;
	border-radius: 4px;
	overflow: hidden;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid #ededed;
	/*min-height:400px;
    max-height: 400px;*/
    padding: 10px;
    background: #f0f0f0;
}

.product_offerte .content {
    max-height: 100%;
    overflow: hidden;
    position: relative;
}

.product_offerte::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; /* Altezza della sfumatura */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f0f0f0 100%);
}


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

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


.product_offerte ul { 

}
.product_offerte ul li { 
 
 list-style:none !important;
 padding:2px;
 margin-left:4px;
 color:#540000;
}
.product_offerte ul li a { 
 margin-left:0px;
 padding:0px;
 color:#8E0000;

}
.product_offerte ul li a:visited { 
 color:#8E0000;
}
.product_offerte ul li a:hover { 
 color:#6C1F1F;
}

.marchi {

  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  border:2px solid #fff;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  min-height:200px;
  max-height:200px;
  height:200px;
  margin-bottom:4px;
  background-color:rgba(221,221,221,1.00);
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
            box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  
}

.marchi>a {
	width:100%;
}

.marchi .marchi-brand {
	border: 1px solid #fff;
    padding: 10px;
	text-align:center;
	position:relative;
}

.marchi:hover{
     background-color:rgba(209,209,209,1.00);
	opacity:0.7;


    transform: translateY(-10px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.marchi-img {
	  max-width: 100%;
   max-height: 100%;
  object-fit: contain;
    transition: all 0.4s ease-in-out
}

.marchi .marchi-img a img {

   margin:0 auto;
   max-height: 160px;
}



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

}
 

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

.slick-slide {padding:0px;}

.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: 100px;
    float: right;
}

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

.accordion-body {
    background-color:#ededed;
	
}

.sconti_qta_listino h3 {
	text-align:center;
}

/*=========================================================
	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: 0px 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: #f3f3f3;
	border:1px solid #D3D3D3;
    border-radius: 4px;
    padding: 15px;
	margin-top:10px;
	margin-bottom:10px;
}
	
.product-details .product-name {

		   text-transform: uppercase;
		  font-size:22px;
		  font-weight:600;
		  color:#333;
}

.product-details-price h3 {
	font-size: 25px;
    color: #33A326;
    margin: 5px 0px 5px 0px;
    font-weight: 600;
}

.product-details h3 {
	
	font-size: 22px;
    color: #4D4D4D;
    margin: 5px 0px 5px 0px;
    font-weight: 600;
}

.product-details h2 {
	    font-size: 26px;
    color:#ab731c;
    margin: 5px 0px 5px 0px;
    font-weight: 600;
    text-align: right;
	
}

.product-details h1 {
	
	font-size:32px;
	text-transform:uppercase;
    background-image: linear-gradient(90deg, #b5b5b5, #434343);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	font-weight:600;
    
	
}

.product-details h4 {
	
    font-size:20px;
    color: #4D4D4D;
    margin: 5px 0px 5px 0px;
    font-weight: 600;
    text-align:right;

}

.product-details span {
    font-size: 16px;
    text-transform: uppercase;
}
.product-details .product-prezzi ul { list-style:none;}
.product-details .product-prezzi li { 
     text-align:right;
	}

.qta_tc {
    font-size: 12px;
    background-image: linear-gradient(90deg, #b5b5b5, #434343);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: right;
	text-transform:capitalize;
}



.prezzo_video {
    font-size: 16px;
}

.iva {
    font-size: 11px;
}


.product-details .product-price {
  display: flex;
  justify-content: center;
  font-size: 24px;
  margin-top:4px;
  margin-bottom:4px;
  color: #ff0000;
  text-align:center;
  
}

.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 .add-to-cart {
  margin-bottom: 30px;
}

.product-details .add-to-cart .add-to-cart-btn {
   
    color: #fff;
    background-color:#964748;
	width:100%;
	height:40px;
	border:0px;
	

}

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

.product-details .add-to-cart .add-to-cart-btn:hover {
	background-color:#121212;
	color:#fff;
}

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

.product-details .product-links li {
  margin-left:0;
  list-style:none;
  text-transform: uppercase;
  font-size: 15px;
  background-color:#ededed;
  padding:10px;
  width:100%;
  margin-bottom:4px;
}
.product-details .product-links li a { color:#000; left:2px;}
.product-details .product-links li i { color:#000; }



.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  margin-bottom:2px;
  background-color:#ededed;
  border:1px solid #ccc;
  border-bottom-left-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  border-bottom-right-radius:2px;
  font-weight:600;
  
}

/*----------------------------*\
	 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%;
}

#immagine_principale {margin-top:10px;}
        .main-image {

			position: relative;
			display: flex;
			align-content:center;
			justify-content:center;
			
			

        }

      .zoom-box { position: relative; display: inline-block; }

.zoom-lens {
  position: absolute;
  width:  100% ;
  height: 100%;
  border: 2px solid #aaa;
  border-radius: 50%;
  cursor: none;
  background-repeat: no-repeat;
  background-size: calc(100% * var(--zoom));   /* zoom CSS */
  pointer-events: none;
  display: none;
  z-index: 10;
}


        .thumbnails {
            display:flex;
            justify-content: center;
            gap: 8px;
            margin-top: 10px;
        }

        .thumbnail {
            object-fit: cover;
            border: 2px solid transparent;
            border-radius: 4px;
            cursor: pointer;
            transition: border-color 0.2s;
			margin-bottom:3px;
        }

		 .thumbnail:hover {
			 opacity:0.7;
        }

        .thumbnail.active {
             border-color: #D8AD42;


        }

.badge {
	font-weight:600;
	font-size:16px;
	padding:10px;
	background-color:#ff0000;
	
}
.price {

margin:10px;
padding:5px;
float:right;
	
}

/*=========================================================
	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:#EDEDED;
	color:#121212;
	border-radius:4px;
	padding:5px;
	margin:10px 0 5px;
	text-transform: uppercase;
}
.titolo-separatore h4 {color:#121212; font-size:16px; padding-left:2px;}

.checkout h2 {
	font-size: 1em;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 3em;
}

.checkout h2 span {
	color: #343434;
}


.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 h1 { text-align:left; font-size:26px;}

.order-details {
  position: relative;
  padding: 25px;
  border: none;
  background-color: #fff;
  margin-bottom:4px;
  margin-top:10px;
}

.order-details h2 {
	font-size:18px;
	text-align:left;
	font-weight:600;
	margin-bottom:4px;
	margin-top:4px;
	padding:5px;
	background-color:#ededed;
}

.order-details h3 {
	font-size:16px;
	text-align:left;
	font-weight:600;
	vertical-align:central;
}


.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: 20px;
  color: #48781B;
}

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

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

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


.righe_dettaglio_pagamento  {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    justify-content: flex-start;
    height: 52px;
    background-color: #ededed;
	margin-bottom:2px;
}


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

.sub_footer {
	background-color:#E7E7E7;
	margin:0 auto;
	font-weight:normal;
}

.box_comunicazioni {
    
    margin-bottom: 4px;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content:center; /* per separare titoli, contenuto e pulsanti */
}
.box_comunicazioni h3 {
	
	text-align:center;
	padding-left:5px;
	margin-bottom:2px;
	font-size:24px;
	font-weight:600;
	color:#3b3b3b;
}
.box_comunicazioni p {
	text-align:center;
	font-size:18px;
	color:#3b3b3b;
	
}

/* Sezione Social Links */
    .social-links {
      margin-bottom: 10px;
	  margin-top:20px;
      display: flex;
      justify-content: center;
      gap: 15px;
    }
    .social-links a img {
      width: 24px;
      height: 24px;
      transition: opacity 0.3s ease;
    }
    .social-links a img:hover {
      opacity: 0.7;
    }
	

.banner-footer {
	  padding-bottom:30px;
	  padding-top:10px;
	  margin:0;
}

.box-footer {
	padding:10px;
}

.box-footer:hover {
	color:#ededed;
}

.box-footer h2 {
       text-align:center;
	color: #fff;
    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 {
	color:#efefef;
	font-weight:500;
	text-align:center;
	
	}

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


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


#footer {
  background:rgba(216,190,146,0.30);
  color:#48665a;
  padding-bottom:60px;
  padding-top:20px;
}


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

#footer img {
  display: block;
  align-content:flex-start;
}

#footer h4 { 
    color: #48665a;
	font-style:italic;
    font-size: 20px;
    padding: 10px;

}

.footer {
  margin: 30px 0px;
  background-color:#E8E8E8;
  color:#fff;

}

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

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

.footer p a { color:#B84F51;}

#footer img { max-width:100px;}

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

.footer-links ul, ol {
  margin:0;
  padding: 0;
  list-style: none;
  display:inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer-links li {
	list-style:none;
	color: #48665a;
	margin-top: 15px;
    margin-left:10px;
}


.footer-links li a {
  color: #48665a;
  font-weight:600;
}

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

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

.footer-payments li {
  display: inline-block;
  margin-right: 5px;
}

#bottom-footer .footer-payments li a {
  color: #d8be92;
  font-size: 36px;
  display: block;
}

.copyright {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.6;
  padding: 15px 10px;
}

.copyright a {
  color: inherit;
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s;
}

.copyright a:hover {
  color: #007bff; /* oppure un colore in palette del sito */
}

.copyright br {
  margin-bottom: 6px;
}

.copyright span {
  display: inline-block;
  margin-top: 8px;
}

/*=========================================================
	12BIS -> REGISTRAZIONE
===========================================================*/
.form-registrazione {
	padding:15px;
	text-align:center;
	margin-top:15px;
	margin-bottom:10px;
	background-color:rgba(231,231,231,0.95);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-top-right-radius:20px;
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
	
}

.form-registrazione-scheda {
	margin-top: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-checkout{
	background-color:rgba(233,233,233,0.71);
	padding: 5px;
	text-align:center;
	
}

.form-registrazione label {

    display: inline-block;
    text-align: left;
    float: left;
	font-weight: 600;
    font-size: 14px;
	padding:6px;
	color: #506853;
    margin-left: 6px;


}
.form-checkout h3 {

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

}

.form-registrazione input {

	height: 40px;
    padding: 0px 15px;
	border:0 !important;
    border-bottom: 1px solid #E4E4E4;
    width:100%;
    line-height: 20px;
	margin-bottom:10px;
	border-radius:10px;
}

.form-registrazione select {

	height: 40px;
    padding: 0px 15px;
	border:0 !important;
    border-bottom: 1px solid #E4E4E4;
    width: 96%;
    line-height: 20px;
	margin-bottom:10px;
	border-radius:10px;
	margin: 0 auto;
}

.form-registrazione .btn .btn-info {

	display:block;
	width:96%;
	margin:0 auto 10px;
	border-color:#121212;
	border-radius:0px;

}

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

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

.titolo-form {
  
  width: 100%;
  font-size:22px;
  color: #48665a;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  margin-bottom:10px;
  font-weight: 600;
}

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


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



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

@media only screen and (max-width: 991px) {
  .header-ctn .menu-toggle {
    display: inline-block;
	
  }

  .navbar-toggler {
	  padding:0;
	  float:left;
	  background:none;
	  top:14px;
	  left:10px;
	  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: rgba(216,190,146,0.90);
    position:fixed;
	width:100%;
	top:0px;
	left:0px;
	overflow:scroll;
	height: 100vh;
}

.nav > li {
    border-top: 1px solid #ccc;
}
.navbar ul li a {
    font-size: 13px;
	color:#500000;
}

.nav > li {
    border-top: 1px solid #ededed;
	padding:10px;
	
	
}
.navbar ul li a {
    font-size: 13px;
	color:#fff;

}


.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:#500000;
}
ul.multi-column-dropdown li a {
    text-decoration:none;
	text-transform:lowercase;
    font-size:14px;
    color:#500000;
    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:#fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #99cee1;
}

}

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

  
  .section-title .section-nav {
    float: none;
    margin-top: 10px;
  }
  .section-tab-nav li {
    margin-top: 10px;
  }

.form-registrazione-2 {
    margin: 0 15px;
    padding: 25px 5px 5px;
}
}


@media only screen and (max-width: 480px) {
   [class*='col-xs'] {
  /*  width: 50%;*/
 } 



#bg-video { 
 background-size: contain;
  max-width: 100vw;
}

.dropdown-menu.show {
  display: block;
  overflow: hidden;
  width:80vw;
  top: 10px;
}

.carrello {
	justify-content:flex-end;
}

.marchi { height:auto !important; min-height:auto !important; }

.showcase { margin-top:0px !important; margin-bottom:0px !important; position: initial; }

#show_ricerca {margin-top: 8px;}

header {
  background: rgba(255,255,255,1);
}

.navbar .nav-item .dropdown-menu {
    min-width: 100%;
    max-width: 100%;
}

#top-header {
    min-height:40px;
	background-color:#962019;
	color:#fff;
    padding:4px;
    font-size: 10px;
  }
  
   #top-header ul { align-content:center;}
  
   #top-header ul li a {
    text-align:center;
	color:#fff;
     font-size: 10px;
	text-transform:uppercase; 
  }
  
  #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;}
 
 
   .wa img {
  	 width:50px;
 }

.header-logo img {
    height:70px;
	padding:5px;
  }
.header-logo img {
  position: relative;
  max-width:100%;
}

.header-ctn > div > a > .qty {
  line-height: 18px;
  right:0px;
  color:#121212;
  width:18px;
  height:18px;
  border-radius: 50%;
  font-size: 10px;
  color: #333;
  background-color: #E8E8E8;
  top:5px;
}

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

  
.fa-user { font-size:18px; margin-right:4px; color:#004d72; float: right;
        padding: 15px;}
		
		
.fa-search {
   color: rgba(102,22,23,1.00);
   margin-right:4px;
}
.embed-responsive-item { width:100%; height:50vw;}

.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 {

   padding:5px;
     margin-top: 15px;
   margin-bottom: 10px;
    width: 90vw;
    margin: 10px auto;

 }

.titolo_form  { font-size:16px;}

.titolo_form .fa fa-user { font-size:16px; float:left;}
.carousel-item .anteprima-categoria img {margin-top:10px;}

.product-details h1 { font-size:22px;}

.product .product-img img { height:auto !important; padding: 10px;}

 .price_totale { font-size:28px; padding:0px;}
  
  .nome_mobile {color:#fff;}
  
  .product-preview { display:none !important; }
  

  
 .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: 14px;
	box-shadow:none !important;
}

.navbar-nav > li {

  padding:5px 0px;
}

.navbar ul li a {
	color:#1a1a1a;
	width:100%;
	font-size:16px;
	
}

.navbar ul li a:visited {
	color:#1a1a1a;
}

.navbar ul li a:hover {
	color:#5F5F5F;
}


.navbar-default .navbar-nav > li > a {
 
    color: #d8be92 !important;
    text-decoration-line: none;
    text-transform: capitalize;

    font-size: 16px;
    background: #004d72;
 
}

.mega-content h5 {
	font-size:17px;
}

.mega-content li {
  padding: 5px;
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
}



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

}

ul.multi-column-dropdown li a {font-size:14px; width:100%; padding:10px; color:#770000;}
ul.multi-column-dropdown li a:visited {color:#770000;}
ul.multi-column-dropdown li a:hover {background-color:#fff; color:#770000;}

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

.header-links li {
  margin-right:0px !important;
}

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

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

.carousel-item h1 {font-size:32px;}

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

.carousel-item {
    background-repeat: no-repeat;
}

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

.carousel-item .container .testo {
   
   top: 50px;
  position: relative;

}

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


.section-title { height:auto !important; min-height: 36px; letter-spacing:0px;}
.section-title  h1 {font-size:20px; margin-top:5px;}
.section-title  h2 {  font-size:18px;}
.section-title  h3 {  font-size:16px;}
.section-title  h4 {  font-size:14px;}

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

.product-details .product-links ul, ol {
	
  margin: 0;
    margin-top: 0px;
  padding: 0;
  list-style: none;
}
#breadcrumb  {
	margin:0 !important;
	padding:0 !important;
}
#breadcrumb .breadcrumb-tree {
	display:none;
}

.testuale-testo h2 {font-size:18px;}
 
.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 {font-size:14px; margin-left:10px; float: left;}
  
.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;
}


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

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


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



.product .product-img a img {
     padding:25px;    
	 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: 13px;
  overflow:hidden;
}
.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;}



.order-details a { margin-bottom:4px;}
.order-details a .fa .fa-trash {color:#000; float:right;}

.order-details h2 {
	font-size:18px;
	text-align:center;
	font-weight:400;

}

.order-details h3 {
	font-size:14px;
	text-align:center;
	font-weight:600;
	margin-bottom:4px;
	padding:5px;
	background-color:#ededed;
	color:#000;
}



.order-details h2 {
	font-size:13px;
	text-align:left;
	font-weight:600;
	margin-bottom:4px;
	padding:5px;
	background-color:#ededed;
	color:#000;
}

#footer h4 { 
    font-size: 20px;
	margin-bottom:10px;
	margin-top:10px;
	
	
}

}
