header form.customform input,header form.customform button {                                                                                                             
  margin-bottom: 0;
}
img.logo { 
  max-width: 300px;
}
.icon-sli-basket::before {
  color: #444;
  font-size: 1.3rem;
  margin-right: 5px;
  top: 2px;
  position: relative;
}
#header-carousel .owl-dots {
  margin-top: -30px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
footer {
  background:#fff;
  padding:2.5rem 0;
  text-align:center;
}

aside {
	margin-bottom:2em;
}

aside p {
	margin:1em 0;
	text-align:justify;
	hyphens:auto;
}

.aside-nav {
	margin-bottom:2em;
}

.login-box {
	border:1px solid #ccc;	
}

.searchbox input,
.login-box input {
	width:99%;
}

.login-box fieldset {
	border:0;
}

.login-box label, .login-box li {
	font-size:0.8rem;
}

.login-box p {
	margin-top:0;
}

.login-box h1 {
	display:none;
}

@media screen and (max-width: 768px) {
  .right {
  float:none;
  }
  nav {
    padding: 0;
  }
  img.logo { 
    max-width: 200px;
    margin: 20px auto;
  }
  .cart {
    text-align: center;
  }
  
  h1 {
	  font-size:1.5em;
  }
}