*{
  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;
}
.main-container{
  border-bottom: 1px solid #ccc;
}
.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;
}

/* sale-banner */
.sale-banner{
  display: block;
  width: 100%;
  height: 60px;
  background: #ff6d6d;
}
.sale-banner-container{
  display: block;
  width: 100%;
  height: inherit;
  max-width: 1170px;
  margin:0 auto;
  background: url(../images/banner_sale.png) no-repeat center;
  background-size: 60% auto;
}
@media only screen and (max-width: 570px){
  .sale-banner-container{
    background-size: 100%;
  }
}


/* currency-switch */
  .skip-currency .icon{
    line-height: 20px;
    font-size: 25px;
    font-weight: bold;
  }
@media only screen and (min-width: 771px){
  .skip-currency{
    position: absolute;
    top: 5px;
    right: 200px;
    width: auto;
    padding: 0 15px;
    text-transform: none;
    border-radius:5px;
  }

  .currency-switcher.skip-active{
    display: block;
    position: absolute;
    right: 200px;
    top: 40px;
    background: #fff;
    padding: 0 20px;
    border: 1px solid #aaa;
    z-index: 202;
  }
  ul#select-currency li:hover{
    cursor: pointer;
    color: #000;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 770px){
  .currency-switcher.skip-active{
    position: absolute;
    width: 100%;
    padding: 10px;
    background: #fff;
    top: 140px;
    z-index: 202;
  }
}


/* home-banner */
.cms-home .main-container{
  max-width: 1650px;
}
.cms-home .main{
  max-width: unset;

}
.home-banner{
  margin-bottom: 40px;
}
.banner-button{
  display: inline-block;
  border: 1px solid #fff;
  transition: 0.5s;
  margin-top: 20px;
}
.banner-button:hover{
  border:1px solid #000;
  background: #000;
}
.banner-button a{
  display: inline-block;
  padding: 10px 20px;
  font-size: 25px;
  color: #000;
}
.banner-button:hover a{
  text-decoration: none;
  color: #fff
}
.banner-row-1{
  width: 100%;
  padding:40px 0;
  background: #ffa2a2;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.banner-row-1 h2{
  font-size: 100px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 20px;
}
.banner-row-1 h3{
  font-size: 90px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  margin: 20px 0;
}
.banner-row-1 p{
  font-size: 60px;
  text-align: center;
  color: #fff;
}
.banner-text h2{
  font-size: 45px;
  color: #000;
  text-transform: uppercase;
}
.banner-text .banner-button{
  border:1px solid #000;
  color: #000;
}

.banner-row-2, .banner-row-3{
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.banner-row-2 .banner-img{
  flex-basis: 65%;
}
.banner-row-2 .banner-text{
  flex-basis: 30%;
  text-align: center;
  padding-right: 100px;
}
.banner-row-3 .banner-img{
  flex-basis: 40%;
}
.banner-row-3 .banner-text{
  flex-basis: 30%;
  margin-left: 100px;
  text-align: center;
}

@media only screen and (max-width: 1100px){
  .banner-row-1 h2{
    font-size: 80px;
    margin: 0;
  }
  .banner-row-1 h3{
    line-height: 1;
  }
  .banner-row-1 p{
    line-height: 1;
    font-size: 50px;
  }
  .banner-text h2{
    font-size: 30px;
  }
  .banner-button a{
    font-size: 18px;
  }
}

@media only screen and (max-width: 770px){
  .banner-row-1 h2{
    font-size: 40px;
  }
  .banner-row-1 h3{
    font-size: 45px;
    margin:10px 0;
  }
  .banner-row-1 p{
    display: none;
  }
  .banner-button{
    margin-top: 10px;
  }
  .banner-button a{
    font-size: 15px;
  }
  .banner-row-2, .banner-row-3{
    position: relative;
  }
  .banner-img{
    flex-basis: 100%!important;
  }
  .banner-text{
    position: absolute;
    background: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin:0!important;
  }
}

/* footer */
.footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}




@media only screen and (max-width: 770px){
  .toolbar .sorter{
    display: none;
  }
  .toolbar .pager{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

}
.pager{
  width: 100%;
}
.pages{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.previous-btn , .next-btn{
  width: 100px;
}
.previous-btn a, .next-btn a{
  width: 100px;
}
@media only screen and (max-width: 440px){
  .previous-btn a, .next-btn a{
    font-size: 0px;
    width: 25px;
    border:1px solid #000;
  }
  .previous-btn , .next-btn{
  width: 25px;
}
}