*{
  font-family: 'Kanit', sans-serif!important;
}


#nav{
  padding: 8px 0;
}

.main{
  margin:0 auto;
  max-width:1260px;
}
.footer{
  padding-bottom: 0;
  margin:0 auto;
}
.footer .links li {
  line-height: 1.4;
  padding: 4px 0;
}
@media only screen and (min-width: 771px){

  .footer .links li {
    word-break: break-all;
    line-height: 1.4;
    padding: 8px 0;
  }
  .footer .links a{
    font-size: 15px;
  }
}

.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 #000;
    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: 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;
}
}
.skip-links{
  font-size: 0;
}

/* 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: 40%;
  }
  .skip-cart .icon{
    background: url(../images/cart-black.png) no-repeat center; 
    background-size: 40%;
  }
  .nav-primary a{
    white-space: nowrap;
    padding-right: 20px;
  }
}
/*
-----------------------------------
skip-wishlsit
*/
.skip-wishlist .icon{
  background:url(../images/heart.png) no-repeat center;
  background-size: 60%;
}
@media only screen and (min-width: 771px){
  .skip-wishlist{
    position: absolute;
    width: auto;
    top: 40px;
    right: 110px;
  }
  .skip-wishlist .icon{
  background:url(../images/heart.png) no-repeat center;
  background-size: 40%;
}
}

@media only screen and (max-width: 770px){
  .header-top-welcome{
    display: none;
  }
  .header-top-currency{
    width: 100%;
    text-align: left;
    padding-left: 30px;
  }
  .skip-wishlist .icon{
    filter: invert(1);
  }
  .header-top-currency > div{
    padding: 0;
    border: none;
  }
}

/* custom new */
.home-links{
  margin-bottom: 50px;
}
.home-link{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  max-width: 1260px;
  margin:0 auto;
  list-style: none!important;
}
ul.home-link > li{max-width:25%}
.home-link a{
  display: block;
  padding: 30px 0;
  text-align: center;
}
.home-link .link-info h3{
    text-transform: uppercase;
    font-size: 15px;
    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;
}

/* HOME-BANNER */
.home-page-banner{
  width: 100%;
  max-width: 1260px;
  margin:0 auto;
  text-align: center;
}
.banner-row-1{
  max-width: 80%;
  margin: 0 auto 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;
  color: #000;
  text-transform: capitalize;
  font-family: 'Slabo 27px', serif!important;
}
.banner-row-2{
  width: 100%;
  padding-bottom: 70px;
  position: relative;
}
.banner-left{
  display: inline-block;
  width: 40%;
  height: inherit;
}
.banner-right{
    display: inline-block;
    width: 30px;
    height: 400px;
    background: #ff8686;
    margin-top: 50px;
    vertical-align: top;
}
.banner-text {
  display: inline-block;
  width: 50%;
  height: inherit;
  position: relative;
  vertical-align: top;
}
.banner-text h2{
  width: 100%;
  margin-top: 100px;
  text-align: center;
  font-size: 50px;
  color: #000;
  font-family: 'Slabo 27px', serif!important;
}
.banner-text p{
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-top: 20px;
  font-family: 'Slabo 27px', serif!important;
}
.banner-text a:hover{
  text-decoration: none;
}
.banner-text span{
  display: block;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.banner-text a{
  display: inline-block;
  width:auto;
  padding:0 15px;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-family: 'Slabo 27px', serif!important;
  color: #000;
  text-transform: uppercase;
  font-style: italic;
}
@media only screen and (max-width: 770px){
  .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;
  }
}
@media only screen and (max-width: 880px){
  .banner-text{
    width:100%;
  }
  .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%;
  }
}
.home-text-overlay{
  width: 90%;
  height: 200px;
  background:#495A80;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin:50px auto 80px;
}
.home-text-overlay h2{
  color: #fff;
  font-size: 45px;
  margin:0;
  text-transform: uppercase;
}

.home-text-overlay p{
  font-size: 20px;
  color: #fff;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 770px){
  .home-text-overlay{
    height: 100px;
  }
  .home-text-overlay h2{
    font-size: 20px;
  }
  .home-text-overlay p{
    font-size: 12px;
  }
}
@media only screen and (max-width: 900px){
  .home-text-large{
    height: 600px;
    width: 600px;
  }
  .home-text-small{
    height: 200px;
    width: 200px;
  }
  .banner-right{
    display: none;
  }

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

.product-collateral .tab{
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}
.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 (min-width: 771px){
  #left-navp li.level1.parent{
    position: relative;
  }
  #left-navp .switch{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 15px;
    color: #000;
    font-size: 25px;
    cursor: pointer;
  }
}

/* product-view upsell  &  related-products */ 
@media only screen and (min-width: 771px){
  .box-up-sell{
    margin-top: 60px;
  }
  .box-up-sell h3{
    text-align: center;
    color: #000;
  }
  .box-up-sell .products-grid{
    max-width: 1100px;
    margin:0 auto;
  }
  .box-up-sell  .products-grid .product-image img{
    padding: 30px 0;
  }
  .box-up-sell .products-grid li{
    margin-bottom: 40px;
  }
}



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