*{
  font-family: 'Assistant', sans-serif!important;
}
body.cms-home .main-container {
  padding-top:0px;
   
}
body.cms-home .slideshow-container {
  
}
.wrapper{
	background:#2d2d2d;
}
#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 #fff;
    color: #000;
    border:1px solid #000;
    transition: 0.5s;
}
.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 #000;
    border: 1px solid #000;
    color: #fff;
    transition: 0.5s;
}
@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 */

li.item .product-info h3.product-name{
  color: #000;
  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: #000;
}
.footer .block-title{
  color: #ff1f1f;
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (min-width: 771px){
  .nav-primary a {
    color: #fff!important;
  }
}