
.wrapper{
  padding: 0 5px;
}

#nav{
  padding: 8px 0;
}
.footer{
  background:#fff;  
  padding: 30px;
  padding-bottom: 0;
}
.header-banner {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    right: 0;
}
.banner-container {
    background: url(../images/header-banner.jpg) no-repeat center #fff;
    height: 90px;
    background-size: 100% auto;
}
@media only screen and (min-width: 771px){

  .footer .links li {
    word-break: break-all;
    line-height: 1.4;
    padding: 8px 0;
  }
}
.footer .links li {
  line-height: 1.4;
  padding: 4px 0;
}
.header-language-background{
  margin-bottom: 2px;
  background: none repeat scroll 0 0 rgba(51, 51, 51, 0.7);
 
}
.label{
    color:#333;
}
.footer .block-title{
        text-transform: uppercase;
        font-weight:bold;
        font-size: 18px;
        color: #000;
}
.footer .links a{
  color:#000000;
      text-transform: none;
      font-size: 12px;
}
.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;
    font-weight: 500;
    transition: 0.5s;
}
.page-header-container {
    background-color: #fff;
}
.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
    background: none repeat scroll 0 0 #ff9595;
    color: #fff;
    transition: 0.5s;
    border:1px solid #e2e2e2;
}

/* header */ 
#header .container{
  padding:0 50px; 
}
.header-account li{
  display: inline-block;
}
.header-account li:not(:last-child):after{
  content: "|";
  margin:0 5px 0 8px;
}
.header-account li a{
  color: #666;
  font-size: 13px;
}


.nav-primary .level1 a{
  text-transform: uppercase;
}
.nav-primary ul li{
  font-size: 15px;
  font-weight: 500;
  padding: 3px 0;
}
@media only screen and (min-width: 1099px){
  .cms-home .main{
      padding: 47px;
}
}
@media only screen and (min-width: 771px){

  .header-account{
    display: inline-block;
    float: right;
    padding: 20px;
  }
  .skip-cart-block .icon{
    display: none;
  }
  .nav-primary a:hover{
    text-decoration: underline;
  }

}
@media only screen and (max-width: 770px){

  .nav-primary a:hover:not(.has-children){
    color:#ff0000;
  }
  ul.header-account{
    display: none;
  }
  .skip-cart-block{
    text-align: center;
  }
  .skip-cart-block > *:not(.icon){
    display: none!important;
  }
  .skip-cart-block h5{
    font-size: 13px;
    font-weight: 400;
    display: inline;
  }
.skip-link .label{
  display: none;
}
}

/* home-new */
.cms-home .block-menu-nav{
  display: block;
  width: 22%;
  float: left;
}

/* home-leftnav */ 
#left-navp a{
  text-decoration: none;
  font-family: "Raleway",sans-serif;
}
#left-navp a:hover{
  color: #000;
  font-weight: 500;
}
#left-navp li.level0>a{
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
} 
#left-navp li.level1>a{
  font-size: 13px;
  text-transform: capitalize;
}
#left-navp li.level1>a:before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  border:1px solid #666;
  border-radius: 4px;
  margin-right: 8px;
}
#left-navp li.level1>a:hover:before{
  background: #666;
}
#left-navp li.level1 ul,.cms-home #left-navp li.level0:not(.parent){
  display: none;
}
@media only screen and (max-width: 830px){
  .cms-home .block-menu-nav{
    display: none;
  }
  .cms-home .products-grid{
    width: 100%;
  }
}
@media only screen and (max-width: 390px){
  .products-grid .price-box, .products-grid .actions{
    width: 100%;
    text-align: center;
    float: none;
    max-width: none;
  } 
}
.catalog-product-view .old-price .price{
  font-size: 14px;
 }

 .product-view .price-box{
  float: none;
  display: block;
  width: 100%;
  max-width: none;
  text-align: left;
 }
 .product-view .product-img-box .product-image{
  /*padding:100px;*/
 }
 .footer .block-title{
  text-transform: uppercase;
 }
/* google translate */
body{
top:0!important;
}
iframe.goog-te-banner-frame.skiptranslate{
  display: none;
}
#google_translate_element{
  display: inline-block;
  height: auto;
  vertical-align:top;
}
#google_translate_element img{
  display: none;
}
#google_translate_element .goog-te-gadget-simple{
height:21px;
padding:0!important;
}
.store-language-container{
display:inline-block;
}
.currency-switcher{
  display: inline-block;
}
.cms-index-index h2.subtitle{
  border-top: 1px solid #969696;
  padding-top: 20px;
  max-width: 800px;
  margin: 20px auto 0;
  text-align: center;
}

@media only screen and (max-width: 770px){
.currency-switcher label{
  display: none;
}
  .col-left .block-menu-nav .block-title{
    background: #000;
    padding: 10px!important;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
  }
  .col-left .block-menu-nav .block-title span:after{
    content: "+";
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
  }
  .col-left .block-viewed, .col-left .block-compare{
    display: none;
  }
}

/* footer links */
@media only screen and (max-width: 770px){
  .footer .links .block-title{
    border-bottom:1px solid #000;
  }
  .footer .links .block-title:after{
    content: "+";
    color: #000;
    float: right;
    font-size: 35px;
    padding-right: 5px;
    line-height: 35px;
    font-weight: 500;
  }
  .footer .links ul{
    display: none;
  }
  .footer .links a{
    font-size: 15px;
  }
}

/* header-top-tool */
.header-top-tool{
  width: 100%;
  background: #000;

}
.header-top-container{
  max-width: 1250px;
  margin:0 auto;
  padding: 5px 0;
}
.header-top-currency{
  display: inline-block;
  width: 50%;
  color: #fff;
  padding: 10px 0;
  text-align: right;
}
.header-top-currency > div{
  border-right: 1px solid #fff;
  padding-right: 30px;
}
.header-top-welcome{
  display: inline-block;
  width: 50%;
  padding: 10px 0;
  padding-left: 30px;
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 771px){
  .skip-account .icon{
    background: url(../images/account-black.png) no-repeat center; 
    background-size: 60%;
  }
  .skip-cart .icon{
    background: url(../images/cart-black.png) no-repeat center; 
    background-size: 60%;
  }
  .nav-primary a{
    white-space: nowrap;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 770px){
  .header-top-welcome{
    display: none;
  }
  .header-top-currency{
    width: 100%;
    text-align: left;
    padding-left: 30px;
  }

  .header-top-currency > div{
    padding: 0;
    border: none;
  }
}

/* custom new */
.home-link{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.home-link a{
  display: block;
  padding: 30px 0;
  text-align: center;
}
.home-link .link-info h3{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
    color: #000;
}
.home-link .link-info p{
  font-size: 18px;
  text-decoration: underline;
  color: #4e4e4e;
}
.home-link a:hover{
  text-decoration: none;
}
ul.home-link > li{max-width:25%}
/* HOME-BANNER */
.banner-row-1{
  margin-bottom: 80px;
  position: relative;
}
.banner-row-1-text{
    position: absolute;
    text-align: center;
    top: 30%;
    right: 15%;
}
.banner-row-1-text h1{
    font-size: 55px;
    margin-bottom: 60px;
    font-family: 'Slabo 27px', serif!important;
}
.banner-row-1-text p{
  font-size: 30px;
  text-transform: capitalize;
  font-family: 'Slabo 27px', serif!important;
  color: #000;
}
.banner-row-2{
  width: 100%;
  padding-bottom: 70px;
}
.banner-left{
  display: inline-block;
  width: 50%;
  height: inherit;
}
.banner-left img{
  width: 90%;
}
.banner-right{
  display: inline-block;
  width: 50%;
  height: inherit;
  vertical-align: top;
  text-align: right;
  position: relative;
}
.banner-right img{
  display: inline;
  width: 90%;
}
.right-container{
  position: absolute;
  width: 90%;
  height: 200px;
  text-align: center;
  top: 105%;
  right: 0;
}
.right-container h2{
    font-size: 40px;
    font-weight: lighter;
    margin: 20px 0;
    color: #000;
    font-family: 'Slabo 27px', serif!important;
    line-height: 1.5;
}
.banner-links{
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid;
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.banner-link{
  display:block; 
  padding: 5px 10px;
  border:1px solid #000;
  transform: 0.5s;
}
.banner-link:hover{
  box-shadow: 1px 3px 5px 1px #c3c3c3;
  transform: 0.5s;

}
.banner-links a{
    font-weight: 600;
    font-family: "Raleway";
}
.banner-links a:hover{
  text-decoration: none;
}
@media only screen and (max-width: 880px){
  .banner-row-1-text{
    right: 10px;
  }
  .banner-row-1-text h1{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .banner-row-1-text p{
    font-size: 15px;
  }
  .banner-left{
    width: 100%;
    padding: 0 50px;
  }
  .banner-right{
    width: 100%;
    margin-bottom: 210px;
    padding: 0 50px;
  }
  .banner-row-2 img {
    width: 100%;
  }
  .right-container{
    width: 100%;
  }
}

/* product-view */
.catalog-product-view .main .col-main{
  margin-top: 40px;
}

.short-description *, .std *{
  font-family: Arial!important;
  font-size: 15px;
}
.product-collateral .tab{
  font-size: 30px;
  font-family: Arial;
  color: #000;
  border-bottom: 1px solid #000;
  max-width: 80%;
}
.view-free-shipping {
  width:100%;
}
@media only screen and (min-width: 771px){
  .view-free-shipping {
  width:80%;
}
}
.view-free-shipping thead{
  background:#000;
  color: #fff;
}
.view-free-shipping thead td{
  padding:7px 5px;
  text-align: center;
  font-size: 15px;
}
.view-free-shipping tbody td{
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 12px;
  padding: 10px 5px;
  color: #000;
}
.view-free-shipping td.free-shipping{
  background:#000;
  color: #fff;
  padding:7px 5px;
}
.block-related{
  padding:20px;
}



@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;
}
}