body {
	/*background-attachment: scroll;
	background-image: url(images/saldi-grande-hd.jpg);
	background-position: left top;
	background-repeat: repeat;*/
	 margin: 0;
     padding: 0;
	 overflow-x: hidden;
}



.slick-slider .slick-prev, .slick-slider .slick-next {
  color: #1ec5c0;
  font-size:18px;
  margin-top: -25px;
  background:none;
}

.message {
	color: #008795;
	font-weight: bold;
}

.primapartealta h5 {
  margin-top: 5px;
  text-align: right;
}

/*INIZIO codice carrello bottoncino dex (maya)*/

.sidebox {
      height: 100%;
      width: 20%;
      position: fixed;
      z-index: 99999999;
      top: 0;
      right: 0;
      background-color: #f5f2ea;
      overflow-x: hidden;
      /*padding-top: 60px; rainton 2 maggio 2023*/
      transition: 0.5s;
      overflow-y: scroll;
    }



	
.sidebox h4 {
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px;
	margin-top: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
.sidebox .subtotale {
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
}
.sidebox .subtotaleR {
	float:right;
}



    .sidebox .close-btn {
      position: absolute;
      top: 0px;
      right: 45px;
      font-size: 30px;
      cursor: pointer;
    }



 @media only screen and (min-width: 768px) and (max-width: 4767px){
    .sidebox-open {
      right: 0;
    }
	    .sidebox-minimized {
      right: -20%;
    }
}


 @media only screen and (min-width: 200px) and (max-width: 767px){
.sidebox-open {
  right: 0;
  width: 70%;
}
.sidebox-minimized {
  right: -70%;
}
}



 @media only screen and (min-width: 200px) and (max-width: 767px){
    .sidebox-minimized-tab {
     
      width: 30px;
      background-color: #dbe9e9;
      position: fixed;
      right: 0;
      top: 40%;
      transform: translateY(-50%);
      text-align: center;
      cursor: pointer;
      z-index: 99999999;
	  opacity: 0.8;
	  border-top-left-radius: 20px;
	  border-bottom-left-radius: 20px;
    }
	    }
		 @media only screen and (min-width: 767px) and (max-width: 4767px){
    .sidebox-minimized-tab {
     
      width: 35px;
      background-color: #dbe9e9;
      position: fixed;
      right: 0;
      top: 40%;
      transform: translateY(-50%);
      text-align: center;
      cursor: pointer;
      z-index: 99999999;
	  opacity: 0.9;
	  border-top-left-radius: 20px;
	  border-bottom-left-radius: 20px;
    }
	    }

    .sidebox-minimized-tab p {
      /*transform: rotate(90deg);*/
      margin-top: 5px;
    }
	
	.sidebox-minimized-tab .header__cart{
	  text-align: left;
      padding-top: 10px;
	  padding-left: 5px;
	  height:150px;
    }
	.sidebox-minimized-tab .header__cart p {
  font-size: 15px;
  font-family: "IBM Plex Sans",sans-serif;
  color: #008696;
  font-weight: 400;
  line-height:15px;
  text-align: left;
   transform: rotate(-90deg);
   min-height: 90px;
   margin-left: 15px;
}


.sidebox-minimized-tab .header__cart ul li span {
  position: absolute;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  right: 20px;
  top: 10px;
  padding: 2px 3px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffca5e;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
}
.sidebox-minimized-tab .header__cart ul li {
  margin-left: 0px;
}
.prdcarrello{
	font-family: 'Poppins', sans-serif;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.prdcarrelloD{
	padding-bottom: 20px;
	padding-top: 10px;
}
.immagineprdcarrello{
	width: 20%;
	margin-right: 5px;
	float:left;
}
.markProductOutOfStock{
	color:#BF163A;
}
.nomeprdcarrello{
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 16px;
}
.variantecarrello{
	font-size: 11px;
	color: #A7A7A7;
	margin-bottom: 2px;
}
.prezzoprdcarrello{
	font-size:20px;
	color: #e95360;
}
.prezzoprdcarrello .barrato{
	font-size: 11px;
	color: #C0C0C0;
	text-decoration: line-through;
	margin-right: 10px;
}
.prezzoprdcarrello span{
	font-size: 15px;
	color: #e95360;
	font-weight: bold;
	margin-bottom: 10px;
	float:right;
}
/*FINE codice carrello bottoncino dex (maya)*/

.primary-btn, .primary-btn2, .btn-block, .site-btn, .btn{
	border-radius: .25rem;
	border:0;
}

.BotCarrello{
	background-color: #eaf5f5;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 40px;
}

.BotCarrello h6{
	float:left;
	padding:15px;
}
.immagineBotCarrello{
	width: 50px;
	margin-right: 5px;
	float:left;
}
.prezzoBotCarrello{
	font-size:13px;
	color: #e95360;
    margin-bottom: 5px;
	float:left;
	padding-top: 12px;
	padding-right:10px;
}
.prezzoBotCarrello .barrato{
	font-size: 13px;
	color: #959595;
	text-decoration: line-through;
	margin-right: 10px;
}
.prezzoBotCarrello span{
	font-size: 16px;
	color: #e95360;
	font-weight: bold;
}


.c-product-quantity__btn {
  width: 44px;
}
.c-product-quantity__btn {
  background-color: #dadae4;
  border-radius: 3px;
  color: #07084a;
  font-size: 1rem;
  font-weight: 500;
  height: 44px;
  line-height: 1.625rem;
  opacity: .7;
  width: 40px;
}

.c-product-quantity__btn {
  width: 44px;
}
.c-product-quantity__btn {
  background-color: #dadae4;
  border-radius: 3px;
  color: #07084a;
  font-size: 1rem;
  font-weight: 500;
  height: 44px;
  line-height: 1.625rem;
  opacity: .7;
  width: 40px;
}

.o-button {
  margin: 0;
}
.c-product-quantity__input {
  width: 74px;
}
.c-product-quantity__input {
	background-color: #f2f2f6;
	border: 0;
	border-radius: 3px;
	height: 34px;
	padding: 0;
	text-align: center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
}
.o-form__input {
  font-size: 1rem;
}
.o-form__input {
	/*box-sizing: border-box;
  border: 0;
  box-shadow: none;
  border-radius: 5px;*/
	background-color: #fff;
	color: #38383d;
  /*overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  font-size: .875rem;
	line-height: 1rem;
	border: 1px solid #BFBFBF;
}


.invacanza {
	background-color: #7fad39;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}


.spaziosinistracc {
	margin-left:20px;
}

.badge-dark {
  color: #fff;
  background-color: #570f14;
}

.footer {
  background-color: #d6e3e3;
}
.breadcrumb__text, a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
.alert-primary {
  color: #e95360;
  background-color: #d3fdfd;
  border-color: #aaf0ed;
}

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

.product__item__text h5 {
  color: #e95360;
  margin-bottom:10px;
}
.product__discount__item__text .product__item__price span {

  margin-left: 0px;
}

.product__discount__item__text .product__item__price {
  font-size: 14px;
  color: #e95360;
  font-weight: 700;
}


.breadcrumb-section {

  padding-left: 0px;
}
.nomeloggato{
	font-size:12px;
	color:#ffca5e;
}
.header__top__right__auth a {
	font-size: 14px;
	color: #fff;
}
.header__top__right__language::after {
  background: #000;
  opacity: 0.5;
}
.header__top__right__language {
  margin-bottom: 10px;

}
.header__cart {
  text-align: center;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 40px;
  line-height:18px;
}
.header__cartPref {
  font-size: 16px;
  position:absolute;
}
.header__top__right__auth a i {
  margin-right: 0px;
  font-size: 30px;
}

.header__cart ul li {
  margin-left: 0px;
  margin-right: 5px;
}
.header__cart ul li a span {
  position: absolute;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  top: -5px;
  padding: 2px 3px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #abf1ee;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
}
.header__top__right__language {
  margin-right: 10px;
}
.header__top__right__language::after {
  right: -10px;
}
@media only screen and (min-width: 1200px) and (max-width: 4200px) {
	.container {
  /*padding-left: 25px;*/
}
.product-details {
  padding: 40px;
}
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
.form-inline {
  padding-left: 5px;
  padding-bottom: 5px;
}
}
.bgsolosmartp {
	background-color:transparent;
}

.col-sm-6 {
  position: relative;
  width: 50%;
  padding-right: 10px;
  padding-left: 5px;
}

.product-details {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.humberger__open {
  display: block;
  font-size: 30px;
  color: #fff;
  height: 45px;
  width: 45px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 13px;
}
.header__cart ul li:last-child {
  margin-right: 10px;
}
}

.checkout__form h4 {
  margin-left: 45px;
}

.featured__controls ul li {
	align-items: center;
	border: #e95360 1px solid;
	border-radius: 20px;
	margin: 3px;
	text-align: center;
	font-size: 14px;
	color: #e95360;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.featured__controls ul li::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  background: #e95360;
  content: "";
  opacity: 0;
}
@media only screen and (min-width: 2201px) and (max-width: 6200px) {
/*.featured__item__pic {
  height: 460px;
  margin-bottom:10px;
}
.product__item__pic {
  height: 460px;
 margin-bottom:10px;
}*/
}
@media only screen and (min-width: 1991px) and (max-width: 2200px) {
/*.featured__item__pic {
  height: 360px;
  margin-bottom:10px;
}
.product__item__pic {
  height: 360px;
 margin-bottom:10px;
}*/
}
@media only screen and (min-width: 1101px) and (max-width: 1990px) {
/*.featured__item__pic {
  height: 260px;
  margin-bottom:10px;
}
.product__item__pic {
  height: 260px;
 margin-bottom:10px;
}*/
}
@media only screen and (min-width: 200px) and (max-width: 1100px) {
/*.featured__item__pic {
  height: 170px;
}
.product__item__pic {
  height: 170px;
}*/
.paggingtop{
  padding-top: 10px;
}
.btncercaS {
	display: inline-block;
	font-weight: 400;
	color: #000;
	text-align: center;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 20px;
	line-height: 1.5;
  border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 3px;
}
.w-75 {
  width: 85% !important;
}
}

.featured__item {
	text-align: center;
	margin-bottom: 60px;
	border: 1px solid #dadae4;
	border-radius: 3px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.navbar-toggler2 {
background-color: transparent;
  border: 0px solid #e95360;
  margin-top: 0px;
  color: #FFF;
}

.hero__search {
	border: 3px solid #fff;
	border-radius: 3px;
	margin-top:5px;
}
.hero__search__form form button
{
	border-radius: 3px;
}
.hero__search__form form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
}
.iconeboot {
  color: #fff;
  font-size: 20px;
}

.product__details__text .heart-icon {
  display: inline-block;
  font-size: 28px;
  color: #6f6f6f;
  background: #f5f5f5;
  padding-top: 3px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.product__details__text ul li b {
  float: left;
}
.product__details__text ul li .share a {
  font-size: 20px;
}
.product__details__text .product__details__rating i {
  margin-right: 2px;
}

.product__details__text .primary-btn i{
	font-size:22px;
}
.product__details__text .primary-btn {
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-right: 6px;
	margin-bottom: 5px;
	border: 0;
}
@media only screen and (min-width: 200px) and (max-width: 767px){
	.banner__pic{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
	}
@media only screen and (min-width: 768px) and (max-width: 4767px){
	.banner__pic{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	}


.product__details__tab {
  padding-top: 35px;
}



.sidebar-filters .accordion-inner {
    border-top: none;
    padding: 0 0 10px 0;
}

.ui-slider-horizontal {
    height: 0.6em;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-widget-content {
	border: 1px solid #aaa;
	color: #222;
	background-color: #7fad39;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-handle:before {
    background: -moz-linear-gradient(left center , #c3c2c4 0%, #c3c2c4 25%, transparent 25%, transparent 100%) repeat-x scroll center center / 4px 8px rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 5px;
    width: 100%;
}
.ui-slider-horizontal .ui-slider-handle {
    background-color: #f2f2f2;
    background-image: linear-gradient(to bottom, #ffffff, #e0e0e0);
    background-repeat: repeat-x;
    top: -0.4em;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #e6e6e6;
    border: 1px solid #d3d3d3;
    color: #555;
    font-weight: normal;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
.ui-widget-content a {
    color: #222;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.sidebar-filters .max-val, .sidebar-filters .min-val {
  text-align: center;
  font-weight: bold;
  padding: 3px;
  width: 33%;
  cursor: default;
  margin-top: 10px;
}

.papa{
	border: 2px solid #000;
	
}
.papa:before{
	color: #000000;
	font-family: FontAwesome;
	content: '\f00c';
	font-size: 12px;
	font-style: normal;
	position: relative;
	z-index: 10;
	padding-left: 5px;
}

.mamma, .mamma a:link{
	height: 25px;
	width: 25px;
	margin-right: 2px;
	cursor: cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 2px solid #CCC;
}
.mamma:hover {
	border: 2px solid #000;
	
}
.mamma:active {
	border: 10px solid #000;
}
.mamma:focus {
    border: 10px solid #000;
}

.mamma.disable{
	opacity: 0.3;
}
.sidebar-filters .selectable {
    color: #000;
    display: block;
    float: left;
    font-size: 13px;
    text-decoration: none;
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;

}
.nomeattributoiconbox {
    width: 25px;
}

.nomeattributoiconbox, .nomeattributoiconbox a:link{
	cursor: cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.sidebar-filters input[type="checkbox"], input[type="radio"] {
	display:none;
}
.sidebar__item{
   /* border-bottom: 1px solid #ebebeb;*/
}

.sidebar-filters .selectable.selected, .sidebar-filters .listbox > .selected, .sidebar-filters .listbox.selected > a {
	color: white;
	font-weight: bold !important;
	background-color: #DF0F3B;
	padding: 5px;
}


.subtotale {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}
.headerSideBox {
  position: sticky;
  top: 0;
  height: 60px; /* impostare l'altezza del div headerSideBox */
  background-color: #fff; /* opzionale: impostare un colore di sfondo */
  z-index: 9999;
}

.icon-trash {
  font-size: 20px;
  color: #333;
  margin-right: 10px;
}


.close-btn {
  font-size: 38px; /* aumenta la dimensione del font */
  transition: transform 0.2s ease-in-out; /* aggiungi un'animazione */
}

.close-btn:hover {
  transform: rotate(90deg); /* aggiungi la rotazione al passaggio del mouse */
  font-size: 32px; /* aumenta la dimensione del font al passaggio del mouse */
}


.select-container {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 25px;
  padding: 5px 10px;
  max-width: 200px;
  border: 1px solid #ddd;
}

.select-container i {
  font-size: 18px;
  color: #555;
  margin-right: 10px;
}

.custom-select {
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #333;
  cursor: pointer;
}

.custom-select:focus {
  outline: none;
}

.custom-select option {
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-family: Arial, sans-serif;
}

.custom-select option:checked {
  background-color: #f2f2f2;
  color: #555;
}

.primoRigo {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.primoRigo.hidden {
  opacity: 0;
}

.custom-select option:hover {
  background-color: #f2f2f2;
  color: #555;
}

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -25px;
	padding: 10px;
	color: #2D2D2D;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
   right: 0;
   border-radius: 3px 0 0 3px;
}

.message-container {
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
}

.sticky-bottom-bar {
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
}
#lhc_status_container {
	/*display:none;*/
}

}
  @media (min-width: 992px){
.offset-lg-1 {
	margin-left: 0px;
}
}
  @media only screen and (min-width: 768px) and (max-width: 4767px){
.breadcrumb-section {
  padding-left: 20px;
}





  @media (min-width: 768px){
.c-competitive-advantages__item {
  align-items: center;
  display: flex;
  position: relative;
}
}
.c-competitive-advantages__item {
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(218,218,228,.5) 0 10px 20px;
  min-height: 100px;
  padding: 10px;
  width: auto;
}

.c-footer-bnr {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom:40px;
  margin-top:40px;
}

.c-footer-descr {
  line-height: 1.25rem;
}
.c-footer-center {
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}
.c-footer__gray {
  background: #f5f5f6;
}
  @media (min-width: 992px){
.l-wrap {
  width: calc(100% - 40px);
}
}
.l-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 91.666%;
}
  @media (min-width: 1200px){
.c-footer-links {
  padding: 60px 0;
  gap: 25px;
  grid-template-columns: repeat(4,1fr);
}
}
.c-footer-links {
  padding: 25px 0;
  display: grid;
}
.c-footer-links__wrapper {
  display: inline-flex;
  flex-direction: column;
  padding-top: 0px;
}
.c-footer__row-item li{
  list-style: none;
}

.c-footer__row-item{
	margin-left:8px;
}

.u-text--bold {
  font-weight: 700;
  color:#040404;
}
.c-footer-title {
  font-weight: 600;
  margin-top:10px;
  line-height:0px;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}
.u-position-relative {
  position: relative !important;
}
u-pr-50 {
  padding-right: 50px !important;
}
.c-footer-newsletter__input {
  background-color: #fff;
}
.o-forms__input--outline {
  border: 1px solid #e5e6e8;
  background-color: transparent;
  padding-top: 10px;
}
.c-footer-newsletter__submit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #7e7e7e;
  font-size: .75rem;
  cursor: pointer;
  padding: 10px 5px;
   margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;

}
.o-forms__input--text {
  padding: 25px 30px 10px 15px;
    padding-top: 5px;
    padding-right: 30px;
  width: 100%;
  height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.o-forms__input {
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  color: #242428;
  background-color:#FFF;
  font-size: .875rem;
  line-height: 1rem;
  border: 1px solid #dadae4;
  font-family: inherit;
}

  @media (min-width: 1500px){
.c-footer-wrapper {
  justify-content: space-between;
}
}
  @media (min-width: 992px){
.c-footer-wrapper {
  flex-direction: row;
  margin-bottom: 20px;
  gap: 50px;
}
}
.c-footer-wrapper {
  display: flex;
}
  @media (min-width: 768px){
.c-footer-wrapper__item {
  gap: 40px;
}
}
.c-footer-wrapper__item {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.c-footer__logo {
  height: 30px;
  margin-top:10px;
}
  @media (min-width: 768px) {
.c-footer-social {
  gap: 10px;
}
}
.c-footer-social {
  display: flex;
  gap: 5px;
}
.footer__widget2 .footer__widget__social a {
  display: inline-block;
  height: 30px;
  width: 30px;
  font-size: 16px;
  color: #404040;
  border: 1px solid #ededed;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  background: #dadae4;
  }

.c-footer-bottom {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
} 
.u-flex-wrap {
  flex-wrap: wrap !important;
}
.u-justify-center {
  justify-content: center !important;
}
.c-header__banner-list {
  display: flex;
  gap: 10px;
}
.u-position-relative {
  position: relative !important;
}

.c-header__banner-item {
 line-height: 1.125rem;
  display: flex;
  align-items: center;
 
}
.u-hidden {
  display: none !important;
}
.u-mr-10 {
  margin-right: 10px !important;
}
.u-font-14 {
  font-size: .875rem !important;
}
.c-footer-copy {
  font-size: .9375rem;
  line-height: 1.4375rem;
  grid-area: copy-logo;
  text-align: center;
}

.latest-product__text{
	margin-top:20px;
}
.s-log {
	font-size:14px;
}

.bgcategorieS {
	background-color: #f5f5f6;
    border-style: solid;
    border-color: #f5f5f6;
	border-radius: .5rem;
	
}

.product__item h3 {
  margin-top: 10px;
}

.navbar a {
	color: #000;
}
.FONTLEDsi{
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
line-height: 1.5rem;
}

.rounded-LEDsi {
  border-radius: .8rem;
}

.text-roundedLEDsi {
	font-weight: 700;
	font-size: 1.225rem;
	line-height: 1.75rem;
	text-align: center;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.text-roundedLEDsi2 {
	font-size: 1.225rem;
	line-height: 1.75rem;
	text-align: center;
	color: #fff;
	margin-top: -50px;
}
}
.bgcoloratocat{
  background-color: #e6f4f6;
  color: #000;
  text-align:center;
  width:100%;
  display:inherit;
  padding:10px;
  margin-bottom: 5px;
  margin-top: 5px;
}