﻿/* GENERAL*/
/*----------------------------*\
	raph
\*----------------------------*/

[class^="col2-"] {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}


body {
  font-family: 'Hind', sans-serif;
  background-color: black;
  overflow-x: hidden;
}


h1, h2, h4, h5, h6 {
  color: white;
  font-family: Poppins;
  margin: 0 0 10px;
  font-weight: 700;
}

h3 {
  color: white;
  margin: 0 0 10px;
  font-weight: 18px;
  font-family: Poppins;
}

h5 {

  font-weight: normal;
}

a {
  color: white;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

a:hover, a:focus {
  color: #B50000;
  text-decoration: none;
  outline: none;
}

.primary-color {
  color: black;
}

.testogenerico {
  color: white;
}

.white-color {
  color: #FFF;
}

.font-weak {
  font-weight: 400;
}

strong {
  color: white;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: red;
}

.pad-body {
  margin-top: 125px;

}

img {
  border-radius: 5px;
}
  
/*----------------------------*\
	Box attesa
\*----------------------------*/

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: 60px;
  height: 60px;
  margin: -140px 0 0 -30px;
  border: 12px solid #7F0001;
  border-radius: 50%;
  border-top: 12px solid transparent;
  width: 60px;
  height: 60px;

  background-color: transparent;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*----------------------------*\
	Affix
\*----------------------------*/

    .affix {
      top: 0;
      width: 100%;
      background-color: #FFF;
      z-index: 989;
  }
  

/*----------------------------*\
	Audio buttons e home page
\*----------------------------*/

.product video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Stile del contenitore per posizionare il pulsante */
.fade-in-image-ric {
  position: relative;
  /* Assicurati che il contenitore abbia una larghezza e altezza definite */
  width: 100%;
  height: auto;
}


#audioButton {
  position: absolute;
  bottom: 15px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 40px;  /* Larghezza fissa */
  height: 40px; /* Altezza fissa uguale alla larghezza */
  padding: 0;   /* Rimuovi il padding per un controllo preciso */
  display: flex; /* Utilizza Flexbox per centrare l'icona */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
}

#audioButton:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

#audioButton svg {
  width: 24px;
  height: 24px;
  color: white;
}

    .overlay-text {
    font-size: 22px;
    white-space: nowrap;
}

@media only screen and (max-width: 990px) {
  .overlay-text {
    font-size: 18px;
  }
   }



  
  

/*----------------------------*\
	Buttons
\*----------------------------*/

.btn-circle, .btn-circle-3d{
  border-radius: 50% !important;
}

.btn-circle.btn-xs {
width: 15px;
height: 15px;
font-size: 8px;
line-height: 12px;
border-radius: 50%;
margin:2px 0 2px 5px;
}

.btn-success.btn-circle{
  -webkit-box-shadow: 0px 0px 3px 1px #;
  -moz-box-shadow:    0px 0px 3px 1px #3e8f3e;
  box-shadow:         0px 0px 3px 1px #3e8f3e;
}


.main-btn, .primary-btn {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.icon-btn.main-btn, .icon-btn.primary-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
  color:white;
}


.main-btn {
  color: white;
  background-color:transparent;
  border: none !important;

}

.main-btn:hover, .main-btn
  color: #7F0001;
  border: none !important;
}


.main-btn {
  color: #30323A;
  background-color: transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
}
.main-btn:hover, .main-btn:focus {
  color: #COCOCO;
  -webkit-box-shadow: 0px 0px 0px 1px #COCOCO inset, 0px 0px 0px 0px #5CB85C;
  box-shadow: 0px 0px 0px 1px #COCOCO inset, 0px 0px 0px 0px #5CB85C;
}



.primary-btn {
  color: #FFF;
  background-color: #5CB85C;
  border-radius: 4px;
}

.primary-btn:hover, .primary-btn:focus {
  color: #FFF;
  background-color: #5CB85C;
  border-radius: 4px;
}




/* SCROLLBAR */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
  background: #7F0001; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3F2E1B; 
}

/*----------------------------*\
	Inputs
\*----------------------------*/

.input {
  width: 100%;
  height: 50px;
  padding: 0px 15px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.input:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #7F0001 inset, 0px 0px 0px 0px #7F0001;
  box-shadow: 0px 0px 0px 1px #7F0001 inset, 0px 0px 0px 0px #7F0001;
}

textarea.input {
  padding: 15px;
}

.input-checkbox .caption {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-checkbox input[type=checkbox]:checked + label + .caption, .input-checkbox input[type=radio]:checked + label + .caption {
  max-height: 800px;
}


/*----------------------------*\
	Flex-container (HEADER)
\*----------------------------*/
.flex-container {
  display: flex;
  flex-flow: row;
  background: transparent;
  justify-content: left;
  padding-bottom:0px;
}
.flex-start{
  background:#FFF;
  justify-content:flex-start;
}
.flex-container>div {
  background-color: transparent;
  width: 100%;
  margin:0px;
  border: 0px solid #00a9d4;
  }

/*----------------------------*\
	Lists
\*----------------------------*/

.list-links .list-links-title {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 16px;
  color:white;

}


.list-links li>a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding: 2px 0px;
  color:white;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list-links li>a:before {
  content: "\f105";
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
  color:red;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list-links li>a:hover, .list-links li>a:focus, .list-links li.active>a {
  color:red;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.list-links li>a:hover:before, .list-links li>a:focus:before, .list-links li.active>a:before {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
	Sections
\*----------------------------*/

.section {
  padding-top: 10px;
  padding-bottom: 30px;
}

.section-grey {
  background: #FFF;
}

.section-title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #DADADA;
}

.section-title .title {
  display: inline-block;
  text-transform: uppercase;
}

.section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #B50000;
}

/*----------------------------*\
	Breadcrumb
\*----------------------------*/

#breadcrumb {
  -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.175);
}

.breadcrumb {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 15px 0px;
  margin: 0;
}

.breadcrumb>.active {
  color: white;
}

.breadcrumb>li+li:before {
  color: #DADADA;
}

/*	HEADER*/

.header {
  top:0px; 
  position: fixed; 
  display:inline-block;
  background-color: black; 
  width:100%;
  padding:10px 0 10px 0;
  z-index:99;
}
 .header-nav {
  top:70px; 
  position: fixed; 
  width:100%; 
  z-index:98;
}
.header .container {
  width:100%; 
}

/*----------------------------*\
	Top header
\*----------------------------*/

#top-header {
  padding-top: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DADADA;
}

.header-top-links>li {

  display: inline-block;
   margin-left: 5px;
}

.header-top-links>li+li {
  margin-left: 15px;
  }


.header-top-links>li>a {
  cursor: pointer;
  text-transform: uppercase;
}

/*----------------------------*\
	logo
\*----------------------------*/

.header-logo {
  display: inline-block;
  margin-left: 0px;
  margin-top:-5px;
  max-width:150px;
  float:left;
}

.header-logo .img-responsive {
  max-width: auto;
  max-height: auto;
}
/*----------------------------*\
	Search header
\*----------------------------*/

.header-search {
  display: inline-block;
  padding: 0px 15px 10px 0px; 
  min-width: auto;
  width: 95%;
  background-color: black;
  }

.header-search>form {
   position: relative;
   left:-10px;
  margin-left:0 auto;
  height:100%;
}


.header-search>form .search-input {
  color:white;
  padding-left: 10px;
  padding-right: 28px;
  border:none;
}

.header-search>form .search-categories {
  position: absolute;
  left: 0px;
  top: 0px;
  padding:0 0 0 5px;
  width: 100px;
  background-color: black;
  color:white;
}

.header-search>form .search-btn {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 40px;
  height: 40px;
  color:white;
  background-color: transparent;
  border: 1px;
}

/*----------------------------*\
	Account header
\*----------------------------*/

.header-btns>li {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  float:right;
}

.header-btns>li+li {
  margin-left: 15px;
}
.header-btns>li .header-btns-icon {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: transparent;
  border: 0px solid white;
  border-radius: 4px;
}

.header-btns .dropdown-toggle {
  display: block;
  cursor: pointer;
}

.header-account.dropdown .custom-menu {
  margin-left: -40px;
}


.header-account.dropdown .custom-menu>li>a>i {
  margin-right: 15px;
  color: #FF00FF;
  z-index:100;
}

.header-account.dropdown .custom-menu li>a:hover {
  color: #7F0001;
}

.header-account .dropdown-toggle>strong {
margin-left:-10px;
font-weight:normal;
}
.header-account>span {
margin-left:-10px;
}


.header-cart.dropdown .custom-menu>li>a {
  color:white;
 }
.header-cart.dropdown .custom-menu li>a:hover {
  color: #B50000;
}

/*----------------------------*\
	Cart header
\*----------------------------*/

 .header-cart .header-btns-icon .qty {
 
  position: absolute;
  right:4px;
  top: 3px;
  width: 30px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  background: transparent;
  font-weight:bold;
  color: white;
  border-radius: 20%;
 
}

.header-cart.dropdown .custom-menu {
  width: 300px;
  margin-left: 0px;
 }
 
.header-cart>a>span {
margin-left:-10px;
margin-right:10px;
color: white;
}

#shopping-cart .shopping-cart-list {
  max-height: 260px;
  margin-bottom: 15px;
  overflow-y: scroll;

}

#shopping-cart .shopping-cart-list .product.product-widget:first-child {
  margin-top: 0px;
      
}

#shopping-cart .shopping-cart-list .product.product-widget:last-child {
  margin-bottom: 0px;
}

#shopping-cart .shopping-cart-btns>button {
  width: calc(50% - 2px);
}

/* NAVIGATION*/

#navigation {
  background-color: black;
}

#navigation .container {
  position: relative;
}

/*----------------------------*\
	Category nav
\*----------------------------*/
.category-nav {
  float: left;
  width: 270;
}

.category-nav .category-header {
  padding: 15px;
  display: none;
  text-transform: uppercase;
  background-color:#643E0B;
  color: #FFF;
  font-weight: 700;
}

.category-nav .category-header>i {
  float: right;
  line-height: 20px;
}

.category-nav .category-list {
  position: absolute;
  width: 270px;
  background-color: #FFF;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  z-index: 50;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.category-nav.show-on-click .category-list {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

.category-nav.show-on-click .category-list.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.category-nav .category-list>li+li {
  border-top: 1px solid #DADADA;
}

.category-nav .category-list>li.dropdown>.dropdown-toggle>i {
  float: right;
  line-height: 20px; 
}

.category-nav .category-list>li>a {
  display: block;
  padding: 15px;
  text-transform: uppercase;
}

.category-nav .category-list>li>a:hover, .category-nav .category-list>li>a:focus, .category-nav .category-list>li.dropdown.open>a {
  color: #B50000;
}
/*----------------------------*\
	Menu nav
\*----------------------------*/

.menu-nav .menu-header {
  display: none;
  padding: 15px;
  text-transform: uppercase;
  background: #30323A;
  color: #FFF;
  font-weight: 700;
  margin-top:80px; 
}

.menu-nav .menu-header>i {
  float: right;
  line-height: 20px;
}

.menu-nav .menu-list {
  background-color:black;
}

.menu-nav .menu-list>li {
 display: inline-block;
      cursor: pointer;
}

.menu-nav .menu-list>li>a {
  display: block;
  padding: 15px 15px 10px 15px;
  color: #FFF;
  text-transform: uppercase;
}

.menu-nav .menu-list>li>a:hover, .menu-nav .menu-list>li>a:focus, .menu-nav .menu-list>li.dropdown.open>a {
color: #B50000;
}

.menu-nav .menu-list .dropdown .dropdown-link {
font-weight:bold;
}

.menu-nav .menu-list .dropdown:hover .dropdown-link,
.menu-nav .menu-list .dropdown.open .dropdown-link {
font-weight:bold;
color: #B50000;
background-color: transparent;
}

/*----------------------------*\
	Aggiunti
\*----------------------------*/


.menu-nav .menu-list>li.dropdown.open>a{
background-color:white;
color: black;
}

.menu-list-links{
text-align:center;
height:140px;
min-width:200px;
margin:0 5px;
padding:10px;
 }
 
.menu-list-links >a>img{
height:100px;
width:auto;
margin-bottom:5px;
 }
 
.list-links >a{
font-size:14px;
 }

.list-links >a>li>img{
margin:5px;
background-color:white;
height:35px;
width:35px;
 }
 
 .list-links>a>li {
    background-color:#F0F0F0;
    height:45px;
    margin:5px;
    min-width:200px;
     -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
  }
  
.list-links>a>li:hover, .list-links>a>li:focus {
  color: white;
   background-color:grey;
}

.menu-list-links>a>h4 {
text-align:center;
text-transform:uppercase;
 }




/*----------------------------*\
	Dropdowns
\*----------------------------*/

.custom-menu {
  position: absolute;
  padding: 15px;
  background: black;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 100;
  top: 100%;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}


.dropdown.open>.custom-menu {
  opacity: 1;
  visibility: visible;
}

/*-- Default Dropdown --*/

    .dropdown-backdrop {
display: none;
}

.dropdown.default-dropdown>.custom-menu {
  border-top: 2px solid #B50000;
  border-bottom: 2px solid #B50000;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(15px);
  -ms-transform: translateX(-50%) translateY(15px);
  transform: translateX(-50%) translateY(15px);
}

.dropdown.default-dropdown.open>.custom-menu {
  -webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}

.dropdown.default-dropdown>.custom-menu>li>a {
  display: block;
  padding: 10px 0px;
  text-transform: uppercase;
}

/*-- Mega Dropdown --*/

.dropdown.mega-dropdown.full-width {
  position: static !important;
  background-color:black;
  border: 0px solid #B50000;
 
}


.dropdown.mega-dropdown>.custom-menu {
  border-top: 0px solid #B50000;
  left: 0;
  background-color: black;
  width: auto;
  min-width: 750px;
  max-width: 100%;
}

.dropdown.mega-dropdown.full-width > .custom-menu {
  left: 100px;
  width: auto;
  max-width: 100%;
  transform: translateY(-15px);
  transition: transform 0.4s ease-in-out; /* Aggiungi una transizione per la proprietà transform */
}

.dropdown.mega-dropdown.open > .custom-menu {
  transform: translateY(0);
}

/*-- Side Dropdown --*/

.dropdown.side-dropdown>.custom-menu {
  border-left: 2px solid #B50000;
  left: 100%;
  top: 0;
  width: 750px;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}
.dropdown.side-dropdown.open>.custom-menu {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}


/*----------------------------*\
	Mobile nav
\*----------------------------*/

#header .nav-toggle {
  display: none;
}

@media only screen and (max-width: 991px) {
  #header .nav-toggle {
    display: inline-block;
  }
  header .pull-left, header .pull-right {
    float: none !important;
  }
  header .pull-right {
    margin-top: 10px;
      }
  #responsive-nav {
    position: fixed;
    left: 0;
    top: -80px;
    bottom: 0;  
    max-width: 100%;
    width: 0%;
    overflow: hidden;
    background-color: black;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 990;
  }
  #responsive-nav.open {
    width: 100%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  #responsive-nav .dropdown .custom-menu {
    display: none;
    position: static;
    width: 100%;
    background-color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: 10px solid #B50000;
  }
  
  
    #responsive-nav .dropdown.open .custom-menu {
  min-width: auto;
  height:auto;
   margin-top:0;
  opacity: 1; 
  visibility: visible; 
  transform: translate(0,0);
   
  }

    
  .category-nav .category-list, .menu-nav .menu-list {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 100px);
    scrollbar-width: none;
    -ms-overflow-style: none; 
  }
  .category-nav .category-list.open, .menu-nav .menu-list.open {
    display: block;
  }
  
  .menu-nav .menu-header, .category-nav .category-header {
    cursor: pointer;
  }
  .category-nav {
    float: none;
    width: 100%;
  }
  .category-nav .category-list {
    position: static;
  }
  .menu-nav .menu-header {
    display: block;
  }
  .menu-nav .menu-list {
    float: none;
  }
  .menu-nav .menu-list>li {
    display: block;
  }
  .menu-nav .menu-list>li+li {
    border-top: 1px solid #DADADA;
  }
  
  #navigation.shadow:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
  }

}

/* BANNERS*/

.banner {
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.banner>img {
  width: 100%;
}

.banner.banner-1 .banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner.banner-2 .banner-caption {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 10%;
}

.banner h1 {
  font-size: 46px;
  text-transform: uppercase;
}

.menu-nav .menu-header {
  padding: 15px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  background-color: black;
}	
	
 .banner-menu {
  display: block;
  position: relative;
  margin: -5px;
}

.banner-menu>img {
  width: 100%;
}
	
.banner-menu.banner-1 .banner-menu-caption-left {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding-bottom: 10px; /* Altezza dell'area colorata sotto il testo */
}

.banner-menu.banner-1 .banner-menu-caption-left h4 {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)), linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent); /* Sfondo a forma di ellisse a partire dal centro e sfumato via via */
  display: inline; /* Assicura che il gradiente si estenda solo sotto il testo */
  background-clip: text; /* Applica il gradiente solo al testo */
  -webkit-background-clip: text; /* Per la compatibilità con WebKit */
  color: transparent; /* Nasconde il testo originale */
}




.dropdown.mega-dropdown.full-width > a > img {
  opacity: 1; /* Opacità normale */
  transition: opacity 0.3s ease;
}

.dropdown.mega-dropdown.full-width > a > img:hover {
  opacity: 0.5;
}


.dropdown.mega-dropdown.full-width.open > a > img:not(.banner-menu-caption-left) {
  opacity: 0.5; 
}



/*	HOME SLIDER*/

#home .home-wrap {
  margin-left: 10px;
}

#home-slick .banner {
  margin: 0px;
}

/* PRODUCT*/

.product .product-old-price {
  color: #B50000;
  font-size: 70%;
}

.product .product-rating {
  display: inline-block;
}

.product .product-rating>i {
  color: #B50000;
}

.product .product-rating>i.empty {
  color: #DADADA;
}

.product .product-label>span {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  color: #FFF;
  background-color: #B50000;
  z-index: 22;
}

.product .product-label > span.sale {
  background-color: #3F2E1B;
  opacity: 0.8;
}

.product .product-countdown {
  z-index: 22;
}

.product .product-countdown>li {
  display: inline-block;
  margin-right: -4px;
}

.product .product-countdown>li+li:before {
  content: ":";
  color: #FFF;
  background: #30323A;
  padding: 2px;
}

.product .product-countdown>li>span {
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  padding: 10px;
  background: #B50000;
}

/*----------------------------*\
	Single product
\*----------------------------*/

.product.product-single {
  margin-bottom: 5px;
  border: 1px solid #AA0000;
}

.product.product-single .product-thumb {
  width: 100%;
  padding:5px;
  position: relative;
  overflow: hidden;
}

.product.product-single .product-thumb > a > img {
width: 100%;
  height:100%;
  border-radius: 10px;
  object-fit: cover; /* o cover, a seconda di come vuoi che l'immagine si adatti */
  
}


.product.product-single .product-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}



.product.product-single:hover .product-thumb:after {
background-color: #f8f8f8;
  opacity: 1.2;
  visibility: hidden;
}

.product.product-single .product-price-all {
  position: absolute;
  text-align:left;
  font-size: 18px;
  font-weight: bold;
  padding-right:0px;
  bottom:10px;
}

.product.product-single .quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
   background-color: #f8f8f8;
  color: #5CB85C;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}


.product.product-single:hover .quick-view {
  opacity: 1;
  visibility: visible;
}

.product.product-single .product-label {
  position: absolute;
  left: 0;
  top: 0;
}

.product.product-single .product-label>span {
  display: block;
}

.product.product-single .product-countdown {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.product.product-single .product-body {
  padding: 10px 10px 10px 10px;

}

.product.product-single .product-price {
  display: inline-block;
}

.product.product-single .product-rating {
  float: right;  
  margin-top: 5px;
}

.row-add .btn-success{
width:100%;
margin-top:-20px;
}


.product.product-single .row-addcart {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.product.product-single .product-name {
  font-size: 14px;
  left: 0;
  text-align: left;
  font-weight:normal;
   white-space: nowrap; 
   overflow: hidden; 
   text-overflow: ellipsis;
}

.product.product-single .product-btns {
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product.product-single:hover .product-btns {
  opacity: 1;
  visibility: visible;
}

/*-- hot product --*/

.product.product-single.product-hot {
  border: 2px solid #D2691E;
}

.product.product-single.product-hot .product-btns {
  opacity: 1;
  visibility: visible;
}


/*----------------------------*\
	Product-single-3
\*----------------------------*/

.product.product-single-3{
  margin-bottom: 5px;
  border: 1px solid #D6D6D6;
}

.product.product-single-3 .product-thumb {
  display: flex;
  align-items: top; /* Allineamento verticale al centro */
  justify-content: center; /* Allineamento orizzontale al centro */
  height: 100%; /* Imposta l'altezza del contenitore */
  max-width: 100%; /* Limita la larghezza massima */
  overflow: hidden; /* Nasconde le parti eccedenti dell'immagine */
}

.product.product-single-3 .product-thumb>a>img {
  padding: 5px;
  max-height: 250px; /* Altezza massima */
  max-width: 100%; /* Larghezza massima */
  border-radius: 10px;
  object-fit: contain; /* L'immagine si adatta al contenitore mantenendo le proporzioni */
  margin: 0 auto; /* Centra l'immagine */
  display: block; /* Assicura che non venga trattata come inline */
  box-sizing: border-box; /* Considera il padding */
}

.product.product-single-3 .product-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product.product-single-3:hover .product-thumb:after {
background-color: #f8f8f8;
  opacity: 1.2;
  visibility: hidden;
}
.product.product-single-3 .row-addcart {
  position:absolute;
  display: inline-block;
  top: 86%;
  right:10px;
}

.product.product-single-3 .quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
   background-color: #f8f8f8;
  color: #5CB85C;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}


.product.product-single-3:hover .quick-view {
  opacity: 1;
  visibility: visible;
}

.product.product-single-3 .product-label {
  position: absolute;
  left: 0;
  top: 0;
}

.product.product-single-3 .product-label>span {
  display: block;
}

.product.product-single-3 .product-countdown {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.product.product-single-3 .product-body {
  padding: 10px 10px 10px 10px;

}

.product.product-single-3 .product-price {
  display: inline-block;
}

.product.product-single-3 .product-rating {
  float: right;
  margin-top: 5px;
}



/*----------------------------*\
	 contenitori
\*----------------------------*/

.cont-generic{
padding:20px 15px 20px 15px;
margin:10px 0 0 0;
border-style:solid; 
border-width:1px; 
border-radius:10px;
border-color:#D8D8D8; 
background-color:white;
}

.cont-form{
padding:20px 0 20px 0;
margin:10px -10px 0 -10px;
border-style:solid; 
border-width:1px; 
border-radius:10px;
border-color:#D8D8D8; 
background-color:#F4F4F4;
}


/*----------------------------*\
	 Side-left-col3
\*----------------------------*/

.cont-side-left{
padding:10px 10px 20px 10px;
margin:10px -10px 10px -10px;

}

.box-angol {
background: #B50000;
width:100%; 
padding: 15px; 10px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
margin-bottom: 3px;
color: white;
} 


/*----------------------------*\
	 Widget product
\*----------------------------*/

.product.product-widget {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product.product-widget .product-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}

.product.product-widget .product-thumb>img {
  width: 50px;
}

.product.product-widget .product-thumb>a>img {
  width: auto;
  max-height:50px;
  padding-right:10px;
}


.product.product-widget .product-body {
  padding-left: 60px;
  padding-top: 0x;
  min-height: 60px;
}

.product.product-widget .product-price {
  font-size: 18px;
  margin-bottom: 5px;
}

.product.product-widget .product-price .qty {
  font-size: 14px;
  font-weight: 400;
}

.product.product-widget .product-name {
  font-size: 14px;
}


.product.product-widget .cancel-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: transparent;
  border: none;
  color: #DADADA;
}

.product.product-widget .cancel-btn:hover {
  color: #B50000;
}


.product.product-widget2 {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  height:70px;
  color:white;
}

.product.product-widget2 .product-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
}

.product.product-widget2 .product-thumb>img {
  width: 80px;
}
.product.product-widget2 .product-thumb>a>img {
 max-width:80px; 
 max-height:80px; 
 padding-right:10px;
}
.product.product-widget2 .product-body {
  padding-left: 80px;
  min-height: 80px;
}
.product.product-widget2 .product-name {
   font-size: 14px;
   white-space: nowrap; 
   overflow: hidden; 
   text-overflow: ellipsis;
}

.product.product-widget2 .product-price-all {
 position:absolute;
 top:55px;
 font-weight: bold;
}

.product.product-widget2 .product-old-price {
 position:absolute;
 font-size:12px;
 top:-15px;
 font-weight: bold;
}

.product.product-widget2 .btn-circle {
position:relative;
width: 12px;
height: 12px;
border-radius: 50%;
margin:-20px 50px 0 0;
}
.product.product-widget2 .product-label>span.sale {
font-size: 10px;
    height:auto;
    width:70px;
  background: red;
  padding:0;
  margin:-16px 0 0 -3px;
 text-align:center;
  border-radius: 10%; 
}
.product.product-widget2 .product-label {
position: absolute;
  left: 0;
  top: 20%;
}
.product.product-widget2 .product-label>span {
  display: block;
}

.product.product-widget2 .btn.btn-sm{
position:absolute;
right:0px;
margin-top:-35px;
}

/*----------------------------*\
	Product slick
\*----------------------------*/

.product-slick .slick-slide {
  margin-right: 0px;
  margin-left: 5px;
}
/*PRODUCTS PAGE*/

/*----------------------------*\
	Aside
\*----------------------------*/


#aside .aside {
  margin-bottom: 30px;
  background-color:black;
}

#aside .aside:last-child {
  margin-bottom: 0px;
}

.aside .aside-title {
  position: relative;
  text-transform: uppercase;
   color:white;
  background-color:red;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 15px;
  line-height: 24px;
  font-size: 18px;
}

.aside .aside-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #F0F0F0;
}

/*-- Filter list --*/

.filter-list {
  margin-bottom: 15px;
}

.filter-list>li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}

.filter-list>li:last-child {
  margin-right: 0px;
}

.filter-list li a {
  position: relative;
  padding: 0px 5px 0px 20px;
}

.filter-list li a:before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  left: 4px;
  top: 5px;
  line-height: 12px;
  font-size: 9px;
  color: #FFF;
  background: #30323A;
  width: 12px;
  text-align: center;
  border-radius: 50%;
  height: 12px;
}

/*-- Price Filter --*/

#price-slider {
  margin: 60px 0px 50px;
}

.noUi-target {
  background-color: #DADADA;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
}

.noUi-connect {
  background-color: #B50000;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -4px;
  border: none;
  background: #30323A;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-tooltip {
  border: none;
  color: #FFF;
  background: #30323A;
  border-radius: 0px;
}

/*----------------------------*\
	Switch pulsanti form
\*----------------------------*/
.sw-switch {
  position: relative;
  margin:-25px 0 0 -15px;
  display: inline-block;
  width: 42px;
  height: 22px;
}

.sw-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sw-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sw-slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sw-slider {
  background-color: #5CB85C;
}

input:focus + .sw-slider {
  box-shadow: 0 0 1px #5CB85C;
}

input:checked + .sw-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.sw-slider.round {
  border-radius: 22px;
}

.sw-slider.round:before {
  border-radius: 50%;
}

/*----------------------------*\
	Toogle open
\*----------------------------*/
.text-toogle[aria-expanded=false] .text-expanded {
  display: none;
}
.text-toogle[aria-expanded=true] .text-collapsed {
  display: none;
}

/*----------------------------*\
	Store
\*----------------------------*/

  #store {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 1px;
  padding-bottom: 1px;
  border-bottom: 2px solid #DADADA;
}

/*-- store filter --*/

.row-filter {
  display: inline-block;
  vertical-align: top;
}

.row-filter>a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  background-color: #30323A;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.row-filter>a:hover {
  opacity: 0.9;
}

.row-filter>a.active {
  background-color: #B50000;
}

.sort-filter {
  display: inline-block;
  margin-left: 15px;
}

.sort-filter select.input {
  width: 120px;
}

.page-filter select.input {
  width: 90px;
}

.page-filter {
  display: inline-block;
}

.store-pages {
  display: inline-block;
  margin-left: 15px;
}

.store-pages li {
  display: inline-block;
  margin-right: 6px;
}

.store-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.store-pages li.active {
  color: #B50000;
}

/*PRODUCT DETAILS PAGE*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-view .slick-arrow {
  opacity: 0;
}

#product-main-view:hover .slick-arrow {
  opacity: 1;
}

#product-view {
  margin-top: 10px;
  margin-bottom: 15px;
}

#product-view .product-view.slick-slide {
  opacity: 0.2;
}

#product-view .product-view.slick-slide.slick-current {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 0px 2px #B50000 inset;
  box-shadow: 0px 0px 0px 2px #B50000 inset;
}

#product-view .product-view {
  padding: 7.5px;
}

.product-view>img {
  width: 100%;
}

/*----------------------------*\
	Product details
\*----------------------------*/

.product.product-details .product-name {
  margin-top: 15px;
}

.product.product-details .product-rating {
  margin-right: 15px;
  margin-bottom: 15px;
}

.product.product-details .product-options {
  padding-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #DADADA;
  margin-top: 15px;
}

.product-options .size-option {
  margin-bottom: 15px;
}

.size-option>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
}

.size-option>li:last-child {
  margin-right: 0px;
}

.size-option>li>a {
  display: block;
  border: 1px solid #DADADA;
  font-weight: 700;
  padding: 2px 7px 0px 8px;
}

.size-option>li.active a {
  color: #B50000;
  border-color: #B50000;
}

.color-option>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
}

.color-option>li:last-child {
  margin-right: 0px;
}

.color-option>li>a {
  display: block;
  width: 20px;
  height: 20px;
}

.color-option>li.active a {
  -webkit-box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #B50000;
  box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #B50000;
}

.product.product-details .qty-input {
  display: inline-block;
}

.product.product-details .qty-input .input {
  width: 90px;
}

/*----------------------------*\
	Product tab
\*----------------------------*/

.product-tab {
  margin-top: 30px;
}

.product-tab .tab-nav {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 30px;
}

.product-tab .tab-nav li {
  display: inline-block;
}

.product-tab .tab-nav li+li {
  margin-left: 30px;
}

.product-tab .tab-nav li a {
  display: block;
  padding: 15px 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight:700;
  margin-right:-15px;
}

.product-tab .tab-nav li.active {
  position: relative;
}

.product-tab .tab-nav li.active a {
  color: #B50000;
}

.product-tab .tab-nav li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 30px;
  background-color: #B50000;
}

/*-- reviews --*/

.single-review {
  margin-bottom: 30px;
}

.single-review .review-heading>div {
  display: inline-block;
    margin-left: -15px;
  font-weight:bold;
}

.single-review .review-heading>div+div {
  margin-left: 10px;
}

.single-review .review-rating {
  display: inline-block;
}

.single-review .review-rating>i {
  color: yellow;
}

.single-review .review-rating>i.empty {
  color: gold;
}
.single-review .review-body {
color:white;
margin-top: 10px;
}

.reviews-pages li {
  display: inline-block;
  margin-right: 6px;
}

.reviews-pages li a {
  display: block;
  min-width: 10px;
  text-align: center;
}

.reviews-pages li.active {
  color: #B50000;
}


/*-- review form --*/

.fa-star {
  color: gold !important; /* Cambia il colore delle stelle piene */
}

.fa-star-half-alt {
  color: gold !important; /* Cambia il colore delle stelle a metà */
}

.fa-star-o {
  color: #ccc !important; /* Cambia il colore delle stelle vuote */
}

  .review-form{
  margin-left: -30px;
  margin-right: -30px;
}	

.review-form textarea.input {
  height: 90px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
  margin-bottom:10px; 
}

.review-form .input-rating .stars input[type=radio] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover, .review-form .input-rating .stars>label:hover~label {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.review-form .input-rating .stars>label:before {
  content: "\f006";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #DADADA;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
  content: "\f005";
  color: gold;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: gold;
}

/*CHECKOUT PAGE*/

.shiping-methods {
  margin-bottom: 30px;
}

/*-- shopping cart table --*/

.shopping-cart-table>tbody>tr>td, .shopping-cart-table>tbody>tr>th, .shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th, .shopping-cart-table>thead>tr>td, .shopping-cart-table>thead>tr>th {
  padding: 15px 0px;
  vertical-align: middle;
  border-top: 1px solid #DADADA;
}

.shopping-cart-table>thead>tr>th {
  color: #30323A;
  text-transform: uppercase;
  border-bottom: 1px solid #DADADA;
}

.shopping-cart-table>tbody>tr:last-child>td {
  border-bottom: 1px solid #DADADA;
}

.shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th {
  color: #30323A;
  border-top: 0px
}

.shopping-cart-table>tfoot>tr>td:not(.empty), .shopping-cart-table>tfoot>tr>th:not(.empty) {
  padding: 15px;
  background-color: #F6F7F8;
  border: 1px solid #DADADA;
}

.shopping-cart-table>tbody>tr>.details>a {
  font-size: 18px;
  font-weight: 700;
}

.shopping-cart-table>tbody>tr>.thumb>img {
  width: 60px;
}

.shopping-cart-table>tbody>tr>.qty .input {
  width: 90px;
}

.shopping-cart-table>tbody>tr>.price {
  font-size: 18px;
}

.shopping-cart-table>tbody>tr>.total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.sub-total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.total {
  font-size: 24px;
  color: #B50000;
}

/* FOOTER*/

.footer {
  margin: 20px 0px;
}

.footer .footer-header {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-logo .logo {
  display: inline-block;
}

.footer-logo .logo>img {
  width: 100%;
  max-height: 88px;
}
.footer-social>li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 6px;
}

.footer li>a:before {
  color:#5CB85C;
}

.footer li>a:hover {
color:#5CB85C;
}

.footer a:hover {
  color: #5CB85C;

}


.footer-social>li:last-child {
  margin-right: 0px;
}

.footer-copyright {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 14px;
  color:white;
}

/*SLICK*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev, .slick-next {
  width: 30px;
  height: 30px;
  background: #FFF;
  z-index: 22;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #FFF;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

.custom-nav .slick-prev, .custom-nav .slick-next {
  display: inline-block;
  position: static;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li, .slick-dots li button, .slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  background: #DADADA;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #B50000;
}

.custom-dots .slick-dots {
  position: static;
  margin: 15px 0px;
}

/*	Pagination*/

.pagination {
  display: inline-block;
}

.pagination a {
  color: #B50000;
  float: left;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #DFDFDF;
}

.pagination a.active {
  background-color: #B50000;
  color: white;
  border: 1px solid #DFDFDF;
}

.pagination a:hover:not(.active) {background-color: #B50000; color:white;}

.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
} 

/*	RESPONSIVE*/


@media only screen and (max-width: 991px) {
  #home .home-wrap {
    margin-left: 0px;
  }

 #aside {
    margin-bottom: 60px;
  }

  .product-reviews {
    margin-bottom: 30px;
  }

 .header-nav {
z-index:999;
}
.pad-body {
margin-top: 65px;
} 
}


@media only screen and (min-width: 768px) and (max-width: 990px){
.product.product-widget2 {
  height:100px;
}
.product.product-widget2 .product-name {
   font-size: 13px;
}
.product.product-widget2 .btn-circle{
position:absolute;
margin:5px 0 0 20px;
}
.product.product-widget2 .btn.btn-sm{
position:relative;
margin:-5px 0 0 0;
width:70px;
}
}   


@media only screen and (max-width: 768px) {
  .banner h1 {
    font-size: 36px;
  }
  .store-filter .pull-right, .store-filter .pull-left {
    float: none !important;
  }
  .store-filter .pull-right {
    margin-top: 0px;
  }

.header-btns>li .header-btns-icon {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: transparent;
  border-radius: 4px;
}
.pad-body {
margin-top: 65px;
}
  .header-cart .custom-menu {
    display: none;
    position: fixed;
    top:80px;
    left: 0;
    width: 100%;
    height: auto;
  }

.footer {
margin-left:10px;
 }
 
 .footer.form-group row {
margin-left:-20px;
height:80px;
 }

 
}

@media only screen and (max-width: 480px) {
.header-search>form {
left:-18px;
}
.header-search>form .search-input {

    color:white;
  padding-left: 10px;
  padding-right: 28px;
  border:none;

}
.header-search>form .search-categories {
  width: 60px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding:0 0 0 5px;
}

.header-logo {
max-width:50px;
}

.header-logo .img-responsive {
  min-width: 45px;
  max-width:45px;
  margin-top:10px;
}




}

/*----------------------------*\
	Autocomplete
\*----------------------------*/
.dropdown-backdrop {
    display: none;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    height: auto;
    width: auto;
    overflow-y: auto; /* Permetti lo scorrimento verticale se necessario */
}

.ui-autocomplete-category {
    color: black;
    clear: both;
    text-align: left;
}


.ui-autocomplete-input {
    color: black;
}

.ui-menu {
    padding: 5px;
    list-style: none;
    background-color: black;
    z-index: 1000; /* Valore più ragionevole */
    border-radius: 5px;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
    }

.ui-menu .ui-menu-item {
    background-color: black;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    color: white;
    cursor: default;
}

.ui-menu .ui-menu-item a {
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    padding: 5px; /* Gestisci l'altezza con il padding */
    background-color: black;
    color: white; /* Assicurati che il colore sia qui */
    border-top: 1px solid gray; /* Bordo solo sull'<a> */
    white-space: nowrap; /* Impedisce al testo di andare a capo */
    overflow: hidden;  /* Nasconde il testo se è troppo lungo */
    text-overflow: ellipsis; /* Aggiunge i puntini di sospensione */
}

.ui-menu .ui-menu-item a:hover {
    color: black;
    background-color: white;
    }

ul.ui-autocomplete img {
    max-height: 60px;
    max-width: 60px;
    margin-right: 5px;
    background-color: black;
    vertical-align: middle; /* Allinea verticalmente l'immagine */
}

.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }  


/* RICERCA SIDEPANEL*/
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 73px;
  top: 0;
  left:0;
  overflow: hidden;
  background-color: black;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
}


.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: white;
  display: block;
  transition: 0.3s;
 
}

.sidepanel a:hover {
  color: #5AB55A;
}

.sidepanel .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  color:white;
}

.openbtn {
  font-size: 14px;
  height:40px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
 color:#5AB55A;
}

@media only screen and (min-width: 990px) {
.pad-body {
  margin-top: 130px;
}

.sidepanel  {
  width: 50%;
  position: absolute;
  z-index: 1;
  height: 73px;
  top: 0;
  left:380px;
  padding-top: 5px;
  overflow: hidden;
  background-color: transparent;
  overflow-x: hidden;
  transition: 0.5s;
  max-width:65%;
}


}

/*----------------------------*\
	MODAL FULL
\*----------------------------*/

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}


/*----------------------------*\
	Vari Menu tavoli e admin
\*----------------------------*/
.cont2 
{padding: 0px 0px 0px 110px;}


/*----------------------------*\
	fade image
\*----------------------------*/

.fade-in-image-ric {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade-in-image-ric.is-visible {
  opacity: 1;
}

.product-thumb-ric {
padding: 5px;
  display: flex;
  align-items: center; /* Centra verticalmente l'immagine */
  justify-content: center; /* Centra orizzontalmente l'immagine */
  position: relative; /* Assicurati che il contenitore abbia una posizione relativa */
  max-height: 100%; /* Imposta la larghezza massima del contenitore */
}


 .overlay-text {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Testo bianco per contrasto */
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 5px;
    border-radius: 5px;
    white-space: nowrap;
}


/*----------------------------*\
	banner home
\*----------------------------*/

 .slick-prev {
  left: 20px;
}

.slick-next {
  right: 15px;
}

.slick-prev, .slick-next {
  width: 30px;
  height: 30px;
  background: transparent;
  z-index: 22;
  margin-left:-10px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: transparent;
}

.slick-prev:before {
  content: "\f104\f104";
  color: white;
  opacity:0.5;
  font-size: 40px;
  font-family: 'FontAwesome';
}

.slick-next:before {
  content: "\f105\f105";
  color: white;
  opacity:0.5;
  font-size: 40px;
  font-family: 'FontAwesome';
}

.banner.banner-home {
  height: 450px;
  display: block;
  position: relative
  margin-top: 15px;
  margin-bottom: 15px;
}

  .banner.banner-home #bordletter {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    font-family: Verdana;
    color: #fff;
    -webkit-text-shadow: 4px 4px 10px black;
    -moz-text-shadow: 4px 4px 10px black;
    text-shadow: 4px 4px 10px black;
    opacity: 0;
    animation: zoomAndFadeIn 3s ease-out forwards;
  }

  @keyframes zoomAndFadeIn {
    0% {
      transform: translate(0%, -50%) scale(0.5);
      opacity: 0;
    }
    100% {
      transform: translate(5%, -45%) scale(0.9);
      opacity: 1;
      }
  }


.banner.banner-home #messletter{
    position: absolute;
    z-index: 999;
   top: 40%;
   left:50px;
   width:450px;
  transform: translate(-50%, -50%) scale(0.5);
  font-family: Opificio;
  font-size: 2vw;
  color: #fff;
  -webkit-text-shadow: 4px 4px 10px black;
  -moz-text-shadow: 4px 4px 10px black;
  text-shadow: 4px 4px 10px black;
  opacity: 0;
  animation: zoomAndFadeInMess 0.5s ease-out forwards;
}

  @keyframes zoomAndFadeInMess {
    0% {
      transform: translate(0%, -50%) scale(0.5);
      opacity: 0;
    }
    100% {
      transform: translate(5%, -45%) scale(0.9);
      opacity: 1;
      }
  }

.banner.banner-home img {
 width: 100%;
  height: 100%;
  margin: 10px 0;
}
.cover {
  object-fit: cover;

}

@media screen and (max-width: 767px) {
  .banner.banner-home #bordletter {
    margin-top: 20%;
    }
    
  .banner.banner-home #messletter {
    top: 45%;
   font-size:20px;
    width:250px;
    text-align:center;
    transform: translate(-5%, -50%) scale(0.5);
    }

  @keyframes zoomAndFadeIn {
    0% {
      transform: translate(-50%, -50%) scale(0.5);
      opacity: 0;
    }
    100% {
      transform: translate(-50%, -50%) scale(2);
      opacity: 1;
      }
  }
  
    @keyframes zoomAndFadeInMess {
    0% {
      transform: translate(-5%, -50%) scale(0.5);
      opacity: 0;
    }
    100% {
      transform: translate(-5%, -50%) scale(1);
      opacity: 1;
      }
  }
  
.banner.banner-home img {
 
  width: 100%;
  height: 100%;
  margin: 10px 0;
}
}


/*----------------------------*\
	PRODUCT SINGLE RIC
\*----------------------------*/
	.product.product-single-ric {
	  max-width:auto;
  margin-bottom: 5px;
   border: 0px solid #D6D6D6;
 background-color:black;
 padding:5px;
}

.product-body-ric {
  padding: 10px;
  text-align:center;
  font-size: 14px;
}	
.product-body-ric .product-name>a{
color:white;
}

.product-body-ric .product-name{
   font-size: 20px;
color:white;
  text-align:center;
 white-space: nowrap; 
   overflow: hidden; 
   text-overflow: ellipsis;
}

.product.product-single-ric .product-thumb-ric {
  display: flex;
  align-items: center; /* Allineamento verticale al centro */
  justify-content: center; /* Allineamento orizzontale al centro */

}

.row-addcart-ric button, .product-btns button {
    margin-left: 10px; /* Aggiungi spazio tra i bottoni */
}


.product-thumb-ric .product-label {
    margin-left: 10px; /* Aggiungi spazio tra i bottoni */
}

.product.product-single-ric .product-label {
  position: absolute;
  left: -1px;
  top: 5px;
}

.product.product-single-ric .product-label>span {
  display: block;
}


.product-price-all {
    color:white;
}

.product-price-all-ric {
    display: flex;
    align-items: center;
    margin-right: auto; /* Sposta .product-price-all-ric a sinistra */
     font-size: 18px;
    color:white;
}

.product-price-all-ric del {
    margin-right: 10px; /* Aggiungi spazio a destra del prezzo cancellato */
     font-size: 14px;
color:white;
}

.product-btns-ric{
line-height: 12px;
border-radius: 50%;
margin:2px 0 2px 5px;
}


.product-btns-ric i{
   margin-top: 10px;
     color:#7F0001;
   font-size: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product-btns-ric:hover i {
  opacity: 1;
  visibility: visible;
  color:red;
}

@media only screen and (min-width: 768px) {
  .product-price-all-ric {
    font-size: 16px;
  }
   }
      
