@charset "UTF-8";
/* CSS Document */

.menu-wrapper-suggestion {
  overflow: hidden;

}

.menu-suggestion {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    max-height: 130px;
    padding-bottom: 10px;
    scrollbar-width: none; /* nasconde la traccia scrollbar (linea grigia) su TUTTI i .menu-suggestion; lo scroll resta attivo */
}
.menu-suggestion::-webkit-scrollbar { display: none; width: 0; height: 0; }
.menu-suggestion > li {
  display: inline-block;
  vertical-align: middle;
}
.menu-suggestion > li > a {
       display: flex;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    padding: 9px 16px;
    margin-left: 7px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    /* min-width: 70px; */
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.menu-suggestion > li > a:hover,.menu-suggestion > li > a:focus, .menu-suggestion > li > a:active{
    
   /*background-color: #5878ed;
    color: #fff;*/
    color: #3578ea;}
	

/*.menu-suggestion > li > a:active {
    
  background-color: #17296b;

   
  
}

.menu-suggestion > li > a:focus {
    
   background-color: #5878ed;
    color: #fff;
   
  
}*/
	
	

	.menu-suggestion > li > a > .img {width: 87px;height: 78px;position: relative;margin-top: -10px; margin-bottom: 5px; float: left;background-color: #5878ed;background-size: cover;margin-right: 7px;
}
	
.menu-suggestion > li > a > font {float: left;margin-top: 1px; font-weight: 500;}
.menu-suggestion-s {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 74px;
}
.menu-suggestion-s > li {
  display: table-cell;
  vertical-align: middle;
}
.menu-suggestion-s > li > a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    padding: 16px;
    margin-left: 10px;
    background-color: #5878ed;
    color: #fff;
    box-shadow: 0 0px 2px rgba(32, 33, 36, 0.28);
    -webkit-border-radius: 100px 10px 100px 50px;
    -moz-border-radius: 100px 10px 100px 50px;
    border-radius: 100px 50px 100px 50px;
    min-width: 70px;
    text-align: right;
    margin-top: 10px;
}


	

	.menu-suggestion-s > li > a > .img {
    width: 45px;
    height: 45px;
    position: relative;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-left: -20px;
    margin-top: -12px;
    float: left;
	background-color: #5878ed;
		background-size: cover;
}
	
.menu-suggestion-s > li > a > font {
    padding: 0px 26px 0px 10px;
}




/**
* Take this styles then you will use version 2 and version 3
*/
.menu-wrapper--special-suggestion {
  position: relative;
}
.menu-wrapper--special-suggestion::after {
  content: "";
  background: #F4F4F4;
  background: linear-gradient(to right, rgba(244, 244, 244, 0), #F4F4F4 65%);
  height: 100%;
  width: 72px;
  position: absolute;
  top: 0;
  right: 0;
	display: none;
	overflow-x: hidden;
}
.menu-wrapper--special-suggestion .menu-suggestion > li:last-child {
  padding-right: 36px;
}

/**
* Styles for the arrow in version 3
*/
.menu-arrow-suggestion {
  position: absolute;
  right: 5px;
  z-index: 1;
  top: 50%;
  transform: translateY(-40%);
	display: none;
}
.menu-arrow-suggestion svg {
  fill: #333333;
  height: 27px;
  width: 27px;
}


.menu-arrow-suggestion-s {
  position: absolute;
  right: 5px;
  z-index: 1;
  top: 50%;
  transform: translateY(-40%);
}
.menu-arrow-suggestion-s svg {
  fill: #333333;
  height: 27px;
  width: 27px;
}

/**
* Styles for this PEN
*/

.container-suggestion {
    width: 100%;
    float: left;
    margin-bottom: 16px;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 890px) {
	
	.container-suggestion {
    margin-bottom: 0;
}

	
	
}


