*{
  font-family: 'Assistant', sans-serif!important;
}
body.cms-home .main-container {
  padding-top:0px;
   
}
body.cms-home .slideshow-container {
  
}

#header-nav{
	background:#fff;
}
.footer{
	background:#fff;	
	padding: 30px;
}
.main{
  max-width: 1170px;
  margin: 0 auto;
}
.header-language-background{
  background: #fff;
  margin:0 auto;
  max-width: 1250px;
 
}
.label{
  	color:#333;
  	font-weight:bold;
}
.footer .block-title strong{
        font-weight:bold;
        color:#B03060;
        text-transform: uppercase;
}
.footer .links a{
  color:#000000;
    	text-transform: none;
    	font-size: 14px;
}
.button:hover, .cart-table .product-cart-actions .button:hover, #co-shipping-method-form .buttons-set .button:hover, .footer .button:hover {
    background: none repeat scroll 0 0 #aaa;
}
.page-header-container {
    max-width: 1170px;
    margin:0 auto;
}
.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
    background: none repeat scroll 0 0 #fff;
}
@media only screen and (min-width: 771px){
  .nav-primary a.level0{
    font-size: 15px;
  }
  .nav-primary a.level0:hover{
  }
  .nav-primary li.level0 li:hover{
    background:#f75163;
    transition: 1s;
  }
  .nav-primary li.level0 li:hover > a{
    border:none;
  }
}
.promos a{
  overflow: hidden;
}
.promos a img{
  transition: 0.5s;
}
@media only screen and (min-width: 771px){
  .promos a:hover img{
    transform: scale(1.1);
    transition: 0.5s;
  }
}
/* product-list */
.product-info{
  background:#2d2d2d;
}
li.item .product-info h3.product-name{
  color: #fff;
  height: 37px;
  padding: 0 5px;
}
li.item .product-info .actions{
  display: block;
}
li.item .product-info .actions button.btn-cart{
  margin-top: 18px;
}
.catalog-product-view button.btn-cart{
  background:#2d2d2d;
  color: #fff;
}
.box-up-sell .product-info{
  padding-bottom: 0;
}
.product-info .product-name a{
  color: #fff;
}

.footer .block-title{
   font-size: 17px;
}

.product-name a:hover{
  color: #ffbebe;
}
@media only screen and (min-width: 771px){
  .nav-primary a {
    color: #fff!important;
  }
  .skip-account{
    right: 125px;
  }
  .skip-account, .skip-cart{
    background: #565656;
    top: 40px;
  }
  #header-search{
    top: 42px;
    right: 250px;
  }
  #header-account.skip-active, #header-cart.skip-active{
    top:85px;
    right: 35px;
  }
}
input:focus{
  outline-color:#ffa3a3!important;
  border: none!important; 
}
#search{
  border:1px solid #000;
  border-radius: 3px;
}