.banner{
	margin-top: 20px;
	margin-bottom: 20px;
}

h10{
	padding:40px;
}
.header__top {
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	margin-bottom: 20px;
}
.footer {
  background-color: #fff;
}
.allineamentocentro{
	text-align: center !important;
}

.hero {
  padding-bottom: 10px;
}
.breadcrumb-section {
  margin-top: 10px;
}

.header__top__right {
	text-align: right;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

.header__cart ul li a i {
	font-size: 24px;
	color: #000000;
}

.header__cart ul li a span {
  background: #db2a34;
  right: 0px;

}

.navbar {
  left: 0;
  right: 0;
  z-index: 999;
  transition: background-color 0.2s ease-in-out;
}
/* -- MENU a tendina Dominga x maya  -----------------------------*/
.maya-site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	transition: top 0.2s ease-in-out;
	width: 100%;
	
	transition: background-color 0.5s ease-in-out;
	
	
}


.maya-menu-toggle {
  display: none;
  position: absolute;
  top: 20px;
  right: 40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}

.maya-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.maya-menu-toggle span::before,
.maya-menu-toggle span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: transform 0.3s ease-in-out;
}

.maya-menu-toggle span::before {
  top: -8px;
}

.maya-menu-toggle span::after {
  bottom: -8px;
}

.maya-menu-toggle.active span {
  transform: rotate(45deg);
}

.maya-menu-toggle.active span::before {
  transform: rotate(90deg);
  top: 0;
}

.maya-menu-toggle.active span::after {
  transform: rotate(90deg);
  bottom: 0;
}

.maya-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.maya-menu > li {
  position: relative;
}
/*per barra trasparente DOMINGA per maya*/
.navbar.transparent .maya-menu > li > a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  text-shadow: 1px 1px 0px black;
}
.navbar.transparent .maya-menu > li:hover > a {
  color: #008695;
}
/*per barra bianca DOMINGA per maya*/
.navbar.white .maya-menu > li > a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  text-shadow:none;
}

.navbar.white .maya-menu > li:hover > a {
  color: #8edfd8;
}

.maya-sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.maya-sub-menu > li > a {
	color: #008696;
	text-decoration: none;
	display: block;
	font-weight: 400;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-shadow:none;
}

.maya-sub-menu > li > a:hover {
  background-color: #8edfd8;
  color: #fff;
}

.maya-menu > li:hover > .maya-sub-menu {
  display: block;
}

  @media only screen and (min-width: 1200px) {
.container {
  max-width: 96%;
}
}

@media only screen and (min-width:200px) and (max-width:660px){
	.novisibilesmart {display: none;
}
.mrgbannerbambinismart {
	margin-bottom:40px;
}
	}