/** Shopify CDN: Minification failed

Line 355:2 Expected identifier but found "*"
Line 645:29 Expected identifier but found ":"
Line 883:2 Expected identifier but found "*"
Line 1135:2 Expected identifier but found "*"
Line 1751:2 Expected identifier but found "*"
Line 1781:2 Expected identifier but found "*"
Line 1911:20 Expected identifier but found "."
Line 2078:2 Expected identifier but found "*"
Line 2279:4 Expected identifier but found "*"
Line 2421:4 Expected identifier but found "*"
... and 24 more hidden warnings

**/
/*---------------------------------------
BLOCK HEADER
-----------------------------------------*/
/*GENERAL HEADER*/
.header-group {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.header-group.affix{
  position: fixed;
  background: #f7f7f7;  
  left: 0;
  top: 0 !important;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  -webkit-box-shadow: 0 1px 15px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 15px 0 rgba(0,0,0,0.2);    
  box-shadow:0 1px 15px 0 rgba(0,0,0,0.2);
}
body:not(.index-template) .header-group{
  position: relative;
}
body:not(.index-template) .header-group.affix{
  position: fixed;
}
header{
  background-color: transparent;      
  width: 100%;  
}
header *{
  color:#05192c;
  font-size: 13px;  
  font-family: Raleway;
}
/*END GENERAL HEADER*/
/*GROUP TOP HEADER*/
header .gr-top-header{
  position: relative;  
  margin-left: -15px;
  margin-right: -15px;
}
header .gr-top-header:after{
  content:'';
  display: block;
  clear: both;
}
header .left-block{
  float: left;
}
header .right-block{
  float: right;
}
header .middle-block{
  width: 100%;
  text-align: center;
}
.affix header .middle-block{  
  position: absolute;
  left: 0px;
  top: 8px;
  width: 94px;
  /*
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  */
}
.affix header .middle-block .nav-logo{
  margin: 0;  
}
header .gr-top-header .right-cart-blocks,
header .gr-top-header .left-links-block{
  position: absolute;  
  top: 50%;  
}
.affix header .gr-top-header .right-cart-blocks{
  right: 0;
  margin-top: 0; 
  top: 13px;    
}
header .gr-top-header .left-links-block{
  margin-top: -17px;
  left: 0;
}
.affix header .gr-top-header .left-links-block{
  display: none;
}
header .gr-top-header .left-links-block > ul{
  margin-bottom: 0;
  margin-left: 0px;  
}
header .gr-top-header .right-cart-blocks{  
  right: 0;
  margin-top: -25px;
}
header .gr-top-header .right-cart-blocks > ul{
  margin-bottom: 0;
}

/*END GROUP TOP HEADER*/
.right-links-blocks {
  float: right;
  margin-top: 50px;
}
.right-links-blocks ul{
  margin-bottom:0;
}
.right-links-blocks ul > li{    
  line-height: 1.2em;
  display: block;
  float: right;
  padding: 0;
}
.right-links-blocks .top-block{
  float: right;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/*account*/
.left-links-block ul li.toolbar-customer{
  position: relative;
  padding: 8px 20px 7px 0;
}
.left-links-block ul li.toolbar-customer:hover > a,
.left-links-block ul li.toolbar-customer #loginButton > a:focus,
.left-links-block ul li.toolbar-customer:hover #loginButton > a{
  text-decoration: underline;
}

.left-links-block ul li.toolbar-customer .fa{
  margin-right: 4px;
  font-size: 13px;
}
.left-links-block ul li.toolbar-customer #loginButton .fa{
  margin-right: 0px;
  cursor: pointer;
}
.left-links-block ul li.toolbar-customer:hover a .fa,
.left-links-block ul li.toolbar-customer:hover #loginButton .fa{
  color: #05192c;
}
.left-links-block ul li .dropdown-menu{  
  left: 0;
  right: auto;
  border-radius: 0;  
}
.left-links-block #loginBox{  
  padding: 18px 20px;
  width: 280px;    
  font-weight: 500;  
  margin-top: 2px;  
}
.left-links-block #loginBox .btn-1{
  color: #ffffff;
  background-color: #001528;
  border: 2px solid #001528;
  padding: 8px 0;
}
.left-links-block #loginBox .btn-1:hover{
  color: #001528;
  background-color: #ffffff;
  border: 2px solid #001528;
}
.left-links-block #loginBox .btn-3{
  line-height: 32px;
  padding: 8px 0;
}

.left-links-block #loginBox a:not(.btn),
.left-links-block #loginBox span{
  font-weight: 600;  
  font-size: 11px;
  color: #1e1e1e;
}
.left-links-block #loginBox a:not(.btn):hover{
  color: #f3a46f;
}
.left-links-block #loginBox .required{
  text-transform: capitalize;  
  font-size: 10px;
  color: #f90832;
}
.left-links-block #loginBox li a span.red{
  color: #f00;
  margin-right: 5px;
}
.left-links-block #loginBox label{
  color: #646464;  
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.left-links-block .dropdown .sub-dropdown, 
.left-links-block .dropdown-toggle .sub-dropdown, 
.left-links-block .dropdown .sub-dropdown1, 
.left-links-block .dropdown-toggle .sub-dropdown1{
  padding-bottom: 55px;
}
#loginBox.focus{
  display: block !important;
}
#loginBox ul.customer-accounts li{
  width: 100%;
}
.right-links-blocks .currency_group{
  padding: 0;
}
.num-items-in-cart{
  width: 36px;
  height: 41px;
  background-image: url(/cdn/shop/t/2/assets/bg-cart.png?v=66051330708140681641636363200);
  background-repeat: none;    
  line-height: 45px;  
  text-align: center !important;
}
.right-links-blocks ul li .cart,
.right-links-blocks ul li .currency{  
  display: block;
}
.right-links-blocks ul li .cart{  
  padding: 5px 0px 5px 20px;
}
.right-links-blocks ul li .currency{
  padding: 8px 20px;  
}
.right-links-blocks ul li .cart:hover{  
  color: #fff;
}
.right-links-blocks ul li#cart-target .cart:hover .fa-shopping-cart {
  color: #fff;
}
.right-links-blocks ul li .currency .fa-caret-down{
  font-size: 12px;
}
.currency.btn-group:focus,
.currency.btn-group:hover{  
  cursor: pointer;
}
.currency.btn-group:hover a span{
  text-decoration: underline;
}
.customer-accounts li{
  margin-bottom: 10px;
}
.customer-accounts a.btn{
  font-weight: 700 !important;
  padding-left: 5px;
  padding-right: 5px;
}
.customer-accounts a.btn,
.customer-accounts button{
  width: 100%; 
}
/*End account*/

/*currencies*/
.currencies{  
  min-width: 50px;
  padding: 0;
  border: 0;
  margin-top: 9px;    
}
.currencies li{
  width: 100%;  
}
.currencies li:last-child{
  border-bottom: 0;
}
.currencies li a{  
  padding: 3.5px 6px;
  font-size: 11px;
}
.currencies.dropdown-menu > li a:hover,
.currencies.dropdown-menu > .active > a, 
.currencies.dropdown-menu > .active > a:focus, 
.currencies.dropdown-menu > .active > a:hover{  
  color: #ffffff;  
  background-color: #1C2E3F;
}
.btn-group.open .dropdown-toggle{
  box-shadow: none;
}
/*dropdown-menu*/
.open .dropdown-menu{
  display: block !important;
}
/*End dropdown-menu*/
/*-------------
End currencies
---------------*/
/*Cart*/
#cart-target{
  position: relative;
  padding: 0;
}
#cart-target > a{
  display: block;
}
#cart-target .fa-shopping-cart{
  font-size: 20px;  
  color: #f3a46f;
  margin-top: -1px;
}
#cart-info{  
  padding: 0;
  margin-top: 15px;
  width: 280px;       
  border: 0;    
  left: auto;
  right: 0;
  border-radius: 0px;    
}
.affix #cart-info{
  margin-top: 26px;
}
#cart-info.dropdown-menu #cart-content .cart-price span.money{
  font-size: 30px;  
  font-family: Teko;
  font-weight: normal;
}
#cart-content{
  font-family: Raleway;    
  max-height: 440px;
  overflow-y: auto;
  color: #646464;
  font-size: 14px;   
}
.cart .number{
  color: #05192c;
  width: 100%;
  display: inline-block;
  *display: inline;
  zoom: 1;  
  vertical-align: middle;
  height: 27px;
  line-height: 30px;  
  font-weight: 600;
  font-size: 13px;
}
#cart-target:hover .cart .number{ 
  color: #f3a46f;
}

#cart-info .btn-1{      
  width: 100%;
  padding: 6px;
  background-color: #001528;
  border-color:#001528;
  color: #ffffff;
  border-width: 2px;
  border-style: solid;
}
#cart-info .btn-1:hover{        
  background-color: #ffffff;
  border-color:#001528;
  color: #001528;
}
#cart-info .btn-2{
  background-color: transparent;
  border: 0;
  width: 100%;
  color: #646464;    
  height: auto;
  display: inline-block;
  padding: 0;
  width: auto;
  margin-top: 20px;
  line-height: 1em;
}
#cart-info .btn-2:hover{
  color: #f3a46f;
}
/* This will work for firefox */
@-moz-document url-prefix() {
  #cart-info .btn{
    padding-right: 22px;
    padding-left: 22px;
  }  
}
#cart-info .btn i{
  margin-left: 5px;  
}
#cart-info .cart-title{
  margin-bottom: 12px;
  margin-top: 0;
}
#cart-content .items .row{
  padding-left: 20px;
  padding-right: 20px; 
  padding-bottom: 16px;  
  margin-left: 0px;
  margin-right: 0px;        
}
#cart-content .items .cart-left{ float: left;  width: 50%; position: relative; overflow: hidden;}
#cart-content .items .cart-left a{ display: block;}
#cart-content .items .cart-left a img{ max-width: 100%; border: 1px solid #e5e5e5; }
#cart-content .items .cart-left:hover::before{
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);  
}
#cart-content .items .cart-right{float: right; width: 50%; padding-left: 10px;}
#cart-content .cart-price{
  font-family: Teko;  
  font-size: 20px;
  font-weight: normal;
  color: #323232;
}
#cart-content .cart-price span{
  display: block;
  margin: 0;
  font-weight: 600;
  color: #323232;
  font-family: Raleway;    
}
.cart-title a{
  color: #646464;
  font-weight: normal;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
}
.cart-title a:hover{
  color: #f3a46f;
}
a.cart-close{    
  position: absolute;
  background:#001528;    
  top: 100%;
  left: 50%;  
  padding: 0px 5px;
  font-size: 8px;
  margin-left: -10px;  
  border-radius: 50%;
  width: 20px;
  height: 20px;    
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#cart-content .items .cart-left:hover a.cart-close{
  top: 50%;
  margin-top: -10px;
}
a.cart-close:hover,
a.cart-close:focus{
  background:#ffffff;    
}
a.cart-close i{
  color: #ffffff !important;   
  font-size: 9px;
  height: 10px;  
  line-height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5.5px;
  margin-left: -3.9px;  
}
a.cart-close:hover i,
a.cart-close:focus i{
  color: #001528 !important;   
}

#cart-content .subtotal{  
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 0px;  
  border-top: 1px solid #b1b1b1;
  margin-left: 20px;
  margin-right: 20px;
}
#cart-content .subtotal span{
  font-size: 14px;
  color: #646464;
}
#cart-content .action{
  padding-left: 20px;
  padding-right: 20px;  
  text-align: center;
}
/* This will work for firefox */
@-moz-document url-prefix() {
  #cart-content .action{
    margin-bottom: 20px;
  }
  #cart-content{
    padding-bottom:0 !important;
  }  
}
#cart-content .subtotal span.cart-total-right{
  float: right;
  color: #2f2f2f;
  font-family: Teko;    
  font-size: 30px;
  font-weight: 500;
}
#cart-content{
  padding: 20px 0;
}
#cart-content .empty{
  padding: 0 20px;
}
#cart-content .empty em{
  color: #646464;  
}
#cart-content .empty .btn{
  font-style: normal;
  margin: 20px 0 0;
}

.lightbox-gallery-hm{ text-align:center;}
.lightbox-gallery-hm [class*="col-"]{ padding:5px;}
.lightbox-gallery-hm .row.photos { max-height: 869px; overflow: auto;}
.product-infomartion ul li{position:relative; padding-left:12px; font-size:14px; margin-bottom:8px !important; }
.product-infomartion ul{ padding-top:15px;}
.product-infomartion ul li:before{ content:""; position:absolute; left:0px; top:6px; width:5px; height:5px; background-color:#000; border-radius:50%;}
.btn-rent.load-more{display:none;}




@media(max-width: 1199px){
  #cart-content .items .cart-left a.cart-close{
    top: 50%;
    margin-top: -10px;
  }
  a.cart-close i{
    margin-top: -6px;

  }
}
@media(min-width: 768px) and (max-width: 1200px){
  .header-group{    
    background-image: url(/cdn/shop/t/2/assets/bg_image.jpg?v=73048665086698776871636363202);
  }
  .lightbox-gallery-hm .row.photos {
    max-height: 620px;
}
}
@media (max-width: 767px){
  .gr-top-header .right-cart-blocks{
    position: static !important;
    bottom: 0;
  }
  
 .lightbox-gallery-hm .row.photos { max-height: 100%;} 
 .product-infomartion ul li{ font-size:13px;} 
  .product-infomartion ul li:before{ top:8px; width:4px; height:4px;} 
  .men-block .product-infomartion .info-left { width:100% !important;} 
  .photos .item:nth-child(n+9) {
     display:none;
  }
  .btn-rent.load-more{display:inline-block;}
}
/*End Cart*/
/*-----------
Search
-------------*/
.affix .wrapper-search{
  display: none;
}
.header-search form{
  position: relative; 
  border: 0;  
}
.header-search form{
  border-color: #e5e5e5;
  border-width: 1px;
  border-style: solid;
}
.header-search form input.search_box{
  background: transparent; 
  border: 0;
  border-color: transparent;
  font-style: italic;
  line-height: 1.55em;  
  width: 167px;
  padding: 4.5px 30px 4.5px 15px;    
  color: #05192c;
  vertical-align: middle; 

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media(min-width: 1290px){
  .header-search form input.search_box:focus{
    background-color: #fff;
  }
}
.header-search form input#go{
  position: absolute;
  right: 5px;
  top: 50%;  
  margin-top: -14px;
  padding: 8px 5px;
}

.header-search .search input::-webkit-input-placeholder {
  color: #05192c;      
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-search .search input:-moz-placeholder { /* Firefox 18- */
  color: #05192c;    
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-search .search input::-moz-placeholder {  /* Firefox 19+ */
  color: #05192c;      
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-search .search input.:-ms-input-placeholder {  
  color: #05192c;     
  opacity: 1;
  filter: alpha(opacity=100);
}

/*------------------------*/
.search-results {
  z-index: 8889;
  list-style-type: none;   
  width: ;
  margin: 8px 0 0 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;  
  overflow: hidden;  
}
.search-results li {
  display: block;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cccccc;
  line-height: 38px;
  overflow: hidden;
}
.search-results li:first-child {
  border-top: none;
}
.search-results .title {
  float: left;  
  width: 78%;
  margin-left: 3%;
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  /* The text-overflow property is supported in all major browsers. */
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: left;
}
.search-results .thumbnail {
  float: left;
  display: block;
  width: 15%;
  height: 32px;    
  margin: 3px 0 3px 3px;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 1200px){	      
  .header-search form input#go:hover{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
  }  
}
@media(max-width: 991px){     
  .nav-logo{
    margin-bottom: 60px !important;
  }
  header .gr-top-header .left-links-block{
    margin-top: 40px;
  }
  header .gr-top-header .right-cart-blocks {    
    margin-top: 32px;
  }
  .men-block .product-spec ul li{ width:50% !important; border-right:1px solid #e5e5e5 !important;}
.men-block .product-spec .number{ font-size:35px !important; }
}
@media(max-width: 767px){  
  .nav-logo{
    margin-bottom: 0px !important;
  }
  
.mobile-scoll-btn {
    padding: 12px 25px;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #000;
    color: #000;
    border-radius: 5px!important;
    position: fixed;
    bottom: 44px;
    left: 0;
    right: 10px;
    max-width: 127px;
    line-height: 18px;
    margin: auto;
    display: none;
}
}
/*--------------*/
/*-----------
End search
-------------*/
/*-------------------------------
END BLOCK HEADER
-------------------------------*/
/*------------------------
SLIDER
--------------------------*/
#home-slideshow .slides{
  margin-bottom: 0px; 
}
.home-slideshow-wrapper{
  width: 100%;    
  overflow: hidden;
  -webkit-backface-visibility: hidden;	
  -moz-backface-visibility: hidden;	
  backface-visibility: hidden;   
}
.home-slideshow{
  position: relative;
}

@media(min-width: 1200px){  
  #home-slideshow .slides li a > img{            
    width: 100%;      
    height: 100%;
    z-index: -1;    
    
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; 

  }  
  .home-slideshow-wrapper{
    z-index: 0;
    position: relative;
  }
  #bestsellers{
    position: relative;
    z-index: 1;
  }
  footer#footer-wrapper,
  #partnerslogo,
  #newsletter,
  #news-feed,
  #home-tabs-wrapper,
  #video-block,
  #women-cycle,
  #home-banner{
    position:relative;
  }
}

/*------------------
CAPTION
--------------------*/
.caption-text{
  position: absolute;  
  left: 0;
  top: 50%;
  margin-top: calc(-205px + 70px);
  margin-top: -moz-calc(-205px + 70px);
  margin-top: -webkit-calc(-205px + 70px);
  width: 100%;  
  text-align: center;
  color: #fff !important;  
  text-transform: uppercase;
}
/*------------*/
.jemiz-active-slide .caption-text.caption03-text-1 span:hover,
.jemiz-active-slide .caption-text.caption03-text-2 span:hover,
.jemiz-active-slide .caption-text.caption03-text-3 span:hover,
.jemiz-active-slide .caption-text.caption03-text-4 span:hover,
.jemiz-active-slide .caption-text.caption03-text-5 span:hover{
  color: #646464 !important;
  background-color: #fff;
}
@media(max-width:1360px){
  .caption-text{
    margin-top: calc(-150px + 70px);
    margin-top: -moz-calc(-150px + 70px);
    margin-top: -webkit-calc(-150px + 70px);
  }
  .caption-text img{
    width: 400px;
  }
}
@media(max-width:1280px){
  .caption-text img {
    width: 300px;
  }
  .caption-text {
    margin-top: calc(-150px + 100px);
  }
}
@media(max-width:991px){
  .header-group{
    position: static;
  }
  .caption-text{
    margin-top: -150px;
  }
}
@media(max-width: 600px){
  .caption-text img{
    width: 200px;
  }
  .caption-text {
    margin-top: -100px;
  }
}
@media(max-width: 480px){
  .caption-text img{
    width: 140px;
  }
  .caption-text{
    margin-top: -80px;
  }
}


/*-----------------------
END CAPTION
------------------------*/
/*--------------
paging
---------------*/
.home-slideshow .jemiz-control-nav{  
  position: absolute;  
  z-index: 2;
  bottom: 0;
  padding-left: 0;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  margin-bottom: 20px;
  text-align: center;
}
.home-slideshow .jemiz-control-nav li{
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 10px;
}
.jemiz-control-paging{
  list-style: none;  
}
.jemiz-control-paging li a{
  color: transparent;
  width: 16px;
  height: 16px;
  margin: 10px 0;
  display: block;  
  background-color: transparent;
  border-radius: 50%;
  border-color: #fff;
  border-style: solid;
  border-width:1px;
}
.jemiz-control-paging li a:hover,
.jemiz-control-paging li a.jemiz-active:hover,
.jemiz-control-paging li a.jemiz-active{  
  background-color: #fff;
  cursor: pointer;
}
.jemiz-control-paging li a.jemiz-active:hover{
  cursor: default;
}
@media(max-width: 480px){
  .home-slideshow .jemiz-control-nav li{
    margin: 0px 3px;
  }
  .jemiz-control-paging li a{
    width: 10px;
    height: 10px;
  }
}
/*--------------
End paging
---------------*/
/*--------------------------
END SLIDER
--------------------------*/
/*---------------------------------*/
/*BLOCK FOOTER*/
/*------------------------------------*/
footer p,
footer a{
  color: #c8c8c8;
}
footer a:hover{
  color: #f3a46f;
}
footer#footer-wrapper{  
  background-color: #546171;
}
#footer-bottom{
  text-align: center;
  padding-top: 45px;
  padding-bottom: 50px;
}
#footer-bottom .fb-top{
  margin-bottom: 13px;
  float: left;
  width: 100%;
  margin-top: 43px;
}
#footer-bottom .icon-social .fa{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer-bottom .icon-social i.fa-circle{
  color: transparent;  
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  width: 32px;
  height: 32px;
}
#footer-bottom .twitter .fa-stop{
  color: #aedee1;  
}
#footer-bottom .facebook .fa-stop{
  color: #3b579d;
}
#footer-bottom .google .fa-stop{
  color: #eeb9b9;
}
#footer-bottom .pinterest .fa-stop{
  color: #df9797;
}
#footer-bottom .youtube .fa-stop{
  color: #ef8787;
}
#footer-bottom .instagram .fa-stop{
  color: #e1c1ae;
}
#footer-bottom .fb-bottom a{
  margin-left: 1px;
  margin-right: 1px;
  color: #464544;
}

#footer-infomation{
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 1px;
}
#footer-infomation .col-md-4 .fi-icon{
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer-infomation .col-md-4 .fi-icon:before{
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left:50%;
  margin-top: -19px;
  margin-left: -19px;
  content: ''; 
  border: 0;
  border-radius: 50%;
  -ms-transform: scale(0); /* IE 9 */
  -webkit-transform: scale(0); /* Chrome, Safari, Opera */
  transform: scale(0);

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer-infomation .col-md-4.footer-information-shipping .fi-icon:before{
  margin-left: -18px;
}
#footer-infomation .col-md-4:hover .fi-icon:before{
  border: 1px solid #f3a46f;
  background-color: #f3a46f;
  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Chrome, Safari, Opera */
  transform: scale(1);
}
#footer-infomation .col-md-4:hover .fi-icon{
  color: #fff;
}
footer .fl-title,
footer .fi-title{
  text-transform: uppercase;   
  font-family: Teko;
}
footer .fi-title{
  margin-bottom: 8px;
}
footer .fi-icon{
  margin-bottom: 26px;
  color: #f3a46f;
  font-size: 15px;
}
footer .fl-title{
  margin-bottom: 15px;
  display: block;
}
.footer-logo{
  color: #fff;
}
/*footer-top-block*/
#footer-top > .container{
  padding: 0;
}
.footer-top-block {  
  width: 100%;  
  border-bottom: 1px solid #5f6a84;
}
.footer-top-block:after{
  content:'';
  display: block;
  clear: both;
}

.footer-top-block > div.footer-top-block-3{
  border-right: 0;
}

.footer-top-block .footer-br-text,
.footer-top-block .footer-bl-text{
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer-br-group,
.footer-bl-group{
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
}
.footer-br-link,
.footer-bl-link{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
}
.footer-br-group .footer-br-inner,
.footer-bl-group .footer-bl-inner {
  display: table-cell;
  vertical-align: bottom;
  text-transform: uppercase;

  -webkit-backface-visibility: hidden;	
  -moz-backface-visibility: hidden;	
  backface-visibility: hidden;  
}

.footer-br-inner .btm,
.footer-bl-text .top{
  display: block;
  font-size: 40px;
  line-height: 1em;
  font-style: italic;
  font-family: Teko;
}
.footer-br-inner .top,
.footer-bl-text .btm{  
  display: block;  
}
.footer-br-inner .top{
  font-style: italic;
  margin-bottom: 10px;
  font-weight: 600;
}
.footer-bl-text .btm{
  margin-bottom: 40px;  
}
.footer-br-inner .btm{
  margin-bottom: 60px;
  margin-top: -5px;
}

.footer-br-inner .btm{  
  border-bottom: 3px double #fff;
  border-top: 3px double #fff;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/*end footer-top-block*/

/*footer-information-block*/
ul.footer-information-block{
  padding-left: 0;
  border-bottom: 1px solid #5f6a84
}
.footer-information-block{ 
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -webkit-justify-content: left;

}
.footer-information-block .container > div{  
  text-align: center;
  padding-top: 47px;
  padding-bottom: 45px;
  border-right: 1px solid #5f6a84;
  position: relative;
}

.footer-information-block .container > div:last-child{
  border-right: 0;
}
.footer-links-block{
  width:100%;
  float: left;
}
.footer-links-block:after{
  content: '';
  display: block;
  clear: both;
}
/*Respon footer-information*/
@media (max-width: 991px){ 
  #footer-infomation .col-md-4{
    width: 33%;
    float: left;
  }
  #footer-infomation .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;  
  } 
}

@media (max-width: 480px){
  #footer-infomation .col-md-4 {
    width: 100%;
  }	
  .footer-information-block .container > div{
    padding-top: 10px;
    padding-bottom: 26px;
    border-right: 0;
  }
  footer .fi-icon{
    margin-bottom: 0;
  }
  footer .fi-title {  
    margin-top: 10px;
  }
  .footer-top-block{
    margin-bottom: 0;
  }
  .footer-logo .nav-logo{
    margin-top: 0;
    margin-bottom: 0px;
  }
  .footer-top-block > div {
    margin-bottom: 0;
  }
  .footer-top-block { 
    padding-bottom: 0;
  }
}
/*End Respon footer-information*/
/*End footer-information-block*/

/*footer-links-block*/

.footer-links-block > .container{
  padding: 0;
}
.footer-links-block{
  border-bottom: 1px solid #5f6a84;     
}
footer#footer-wrapper  {   
  background-color: #546171; 
}
.footer-links-block .fl-title{
  color: #ffffff;
  font-size: 32px;
}
.footer-links-block .container > div {
  text-align: center;  
  padding-top: 30px;
  padding-bottom: 23px;
  min-height: 300px;
  float: left;
  border-right: 1px solid #5f6a84;
}
.footer-links-block .container > div .fl-blog-title{
  margin-bottom: 0.5em;
}
.footer-links-block .container > div:last-child{
  border-right: 0;
}
.footer-links-block ul li{
  line-height: 1.55em;
  margin: 10px 0;
}
.fl-blog-item{
  margin-bottom: 18px;
  padding-bottom: 23px;
  position: relative;
}
.fl-blog-item:before{
  content: '';
  border-bottom: 3px double #5f6a84; 
  position: absolute;
  bottom:0;
  left: 50%;
  width: 60px;
  margin-left: -30px;
}
.fl-blog-item:last-child:before{
  border: 0;
}
.fl-blog-content span{
  color: #aeaeae;
  font-size: 11px;
}
.fl-blog-content span i.fa{
  margin-right: 5px;
}
.h-line{ 
  width: 1px;
  background-color: #aeaeae;
  display: inline-block;
  height: 10px;
  margin: 0 10px;
}
/*Respone footer-links*/
@media (max-width: 1199px){	      
  #footer-links .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center; 
  }
  #footer-links .container .col-md-3{
    width: 24.5%;    
    border-right: 0;
  }  
}
@media (max-width: 767px){
  .footer-links-block .container > div{
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: auto;
    margin-bottom: 20px;
  }
  #footer-links .container .col-md-3{
    width: 50%; 
  }
  .footer-logo .logo{
    padding-top: 0;
  }
}
@media (max-width: 480px){
  #footer-links .container .col-md-3{
    width: 100%;    
  }
  .footer-links-block .container > div{
    border-right: 0;
  }
}
/*End respone footer-links*/
/*End footer-links-block*/
/*------------------------
NEWSLETTERS
--------------------------*/
#newsletter{
  width: 100%;
  height: 400px;
  padding: 0;
  text-align: center;
  background-color: #000;
  background-image: url(/cdn/shop/t/2/assets/newsletter.jpg?v=141521930233109381636756626);
  background-size: cover;
  background-position:  center center;
  background-repeat: no-repeat;  
}

#newsletter *{
  color: #fff;  
}
#newsletter .newsletter-title{
  font-size: 88px;
  line-height: 73px;
}
#newsletter .row,
#newsletter .container{
  height: 100%;  
}
.newsletter-group{
  width: 100%;
  height: 100%;
  display: table;  
}
.newsletter-inner{
  display: table-cell;
  vertical-align: middle;      
}
.newsletter-desc{
  font-size: 15px;  
  margin-bottom: 33px;
  text-transform: uppercase;
  font-family: Raleway;
}
.newsletter-input{  
  width: 600px;
  margin: 0 auto;
  border: 1px solid #8f8f8f;  
  position: relative;
}
.newsletter-input input{    
  font-size: 14px;  
  height: 60px;
  padding: 20px;
  font-style: italic;
  background-color: rgba(0,0,0,0.7);  
  border-color: transparent;
  border-right: 1px solid #8f8f8f;
  box-shadow: none;
  text-align: left;
  appearance:none;  
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none;
  color: #ffffff;
}
.newsletter-input input:hover,
.newsletter-input input:focus{ 
  border-color: transparent;
  border-right: 1px solid #8f8f8f;
  outline: none !important;
  box-shadow: none;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none;   
}
.newsletter-input input::-webkit-input-placeholder {    
  color: #ffffff;  
}
.newsletter-input input:-moz-placeholder { /* Firefox 18- */    
  color: #ffffff;  
}
.newsletter-input input::-moz-placeholder {  /* Firefox 19+ */    
  color: #ffffff;  
}
.newsletter-input input:-ms-input-placeholder {    
  color: #ffffff;  
}
.newsletter-input{
  padding-right: 138px;
}

.newsletter-input .btn:focus,
.newsletter-input .btn:hover,
.newsletter-input .btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 138px;
  height: 100%;
  line-height: 1em;
  background-color: #070605;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.newsletter-input .btn:focus,
.newsletter-input .btn:hover{
  background-color: rgba(0,0,0,0.7);  
}

.bottom-banner .bb-top{
  margin-bottom: 30px;
}

/*Respon letter*/
@media (min-width: 992px){
  .newsletter-title{   
    margin-top: 5px;
    margin-bottom: 5px;
  } 
}

@media (min-width: 1600px){	              
  /*BANNER BOTTOM*/
  .footer-br-inner .btm, 
  .footer-bl-text .top{
    font-size: 60px;    
    line-height: 1.55em;
  }
  .footer-bl-text .btm{
    font-size: 20px;
    margin-top: -10px;
  }   
  .footer-br-inner .btm{
    margin-bottom: 70px;
    line-height: 70px;
  }
  .footer-bl-text .btm{
    margin-bottom: 50px;  
  }
  .footer-br-inner .top{
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: -100px;
  }
  /*END BANNER BOTTOM*/
}

@media (min-width: 1920px){  
  /*BANNER FOOTER*/  
  .footer-br-inner .btm{
    margin-left: -200px;
  }  
  .footer-br-inner .top{
    margin-left: -300px;
  }
  /*BANNER FOOTER*/
}
@media (max-width: 1199px){ 
  .newsletter-button button i,
  .newsletter-button button,
  .newsletter-button button:hover i,
  .newsletter-button button:hover{
    color: #646464;
    background-color: transparent;
  }
  .icon-newlleter{
    width: 40px;
    height: 40px;
  }
  .saleoff-content .row-left{
    margin-bottom: 25px;
  }
  .newsletter-desc{
    display: none;
  }
  .newsletter-button{
    margin-bottom: 0;
  }
}
@media (max-width: 991px){     
  .newsletter-title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  } 

  /*banner bottom*/
  .footer-br-inner .btm, .footer-bl-text .top{
    font-size: 50px;
  }  
  .newsletter .fa-envelope-o,
  .newsletter-desc{
    display: none;    
  }
  .footer-top-block{
    height: auto;
    padding-bottom: 15px;
  }
  .bottom-banner{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  }
  .bottom-banner:after{
    content: '';
    clear: both;
    display: none;
  }
  .bottom-banner .bb-bottom,
  .bottom-banner .bb-top{
    width: 50%;
    float: left;
  }
  .newsletter {
    height: 245px !important;
  }
  .bottom-banner .bb-top{
    margin-bottom: 0px;
  }
}
@media (max-width: 767px){
  .bottom-banner .bb-top,
  .bottom-banner .bb-bottom{
    width: 100%;    
    margin-top: 20px;
    text-align: center;
  }  
  .bottom-banner .bb-bottom{
    margin-bottom: 20px;
  }
  #newsletter{
    height: 250px;
  }
  #newsletter .container > .row{
    margin-left: 0;
    margin-right: 0;
  }
  .newsletter-input{
    width: 100%;
  }
}
@media (max-width: 480px){    
  .footer-top-block > div {    
    margin-bottom: 10px;    
  }
  .footer-top-block > div.footer-top-block-3{
    margin-bottom: 0px;    
  }
  .footer-top-block {
    padding-top: 0px;  
  }  
  .newsletter .fa-envelope-o {   
    display: none;
  }
  .newsletter-title {
    margin-top: 0px;  
  }
  #newsletter .newsletter-title {
    font-size: 50px;
    line-height: 50px;
  }  
}
@media(max-width: 360px){  
  .newsletter-input input {
    height: 40px;
    padding: 10px;
  }  
  .newsletter-input {
    padding-right: 100px;
  }
  .newsletter-input .btn:focus, .newsletter-input .btn:hover, .newsletter-input .btn{
    width: 100px;
    padding: 0 10px;
  }
}

/*------------------------
NEWSLETTERS
--------------------------*/
/*-----------------------------
END BLOCK FOOTER
------------------------------*/
/*------------------------------
BLOCK CONTENT
------------------------------*/
.navbar-collapse{
  padding: 0;
}
#content-wrapper-parent{  
  background: #ffffff;  
}
/*home-banner*/
#home-banner{      
  width: 100%;  
  background-image: url(/cdn/shop/t/2/assets/home-banner-bkg.jpg?v=90674880955392788831636407239); 
  background-position: 0 0;
  background-repeat: no-repeat;     
  background-attachment: fixed;   
  background-size: cover;   
  padding-bottom: 0;  
}

@media(max-width: 1199px){
  #home-banner{
    background-attachment: scroll;  
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #home-banner{    
    position: static;
  }

}

.home-banner{  
  position: relative;      
  height: 650px;
}
.home-banner:after{
  content:'';
  clear: both;
  display: block;
}
.home-banner .img-banner-caption{
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -205px;
}
@media(max-width:991px){
  .home-banner .img-banner-caption{        
    right: 50%;
    margin-right: -250px;
  }   
}
@media(max-width: 600px){
  .home-banner img{
    width: 280px;
  }
  .home-banner{
    height: 400px;
  }
  .home-banner .img-banner-caption{        
    margin-top: -100px;
    margin-right: -140px;
  } 
}
/*End home-banner*/
/*----------------
PRODUCT
------------------*/
/*PRICE*/
.product-item-wrapper .product-price{
  font-size: 29px;
  width: 100%;
  float: left;
  margin-bottom: 10px;  
  line-height: 1.5em;
  font-weight: 500;
  margin-top: -3px;
  font-family: Teko;  
}

.product-item-wrapper .product-price .price_compare{
  font-size: 19px;    
  font-weight: 500;
  line-height: 22px;
  color: #979797;
}
/*end*/
.detail-price{
  width:100%;
  float: left;
  clear: both;
  margin: 28px 0 10px;
  font-family: Teko;
}
.detail-price .price{
  font-size: 39px;
  font-family: Teko;
}
.detail-price .unavailable,
.detail-price .price .money,
.detail-price .price_sale{
  float: none;
  font-size: 40px;
  line-height: 40px;
  color: #2f2f2f;
  font-family: Teko;
}
.detail-price .price_sale{
  margin-right: 10px;
}
.detail-price .price_compare{  
  font-family: Teko;
  float: none; 
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 19px;
}
.detail-price .price_compare span{
  color: #979797;
}
/*END PRICE*/
/*RATTING*/
.spr-badge{  
  color: #0077c0;
  font-size: 12px;
}
.spr-badge i{
  margin: 0 1px;
}
.spr-badge-caption{
  display: none;
}
.spr-badge-starrating .spr-icon{
  font-size: 90% !important;
}
/*END RATTING*/
ul.quickview-wishlist-wrapper{
  border: 0 !important; 
  margin: 5px 0px;
  text-align: right;
}
ul.quickview-wishlist-wrapper > li{
  display: inline-block;
  *display: inline;  
  zoom: 1;  
  position: relative;
  padding: 0 12px;  
}
ul.quickview-wishlist-wrapper > li:last-child{
  padding-left: 0;
  padding-right: 0;
  margin-right: 0px;
  margin-left: 0px;
}

/*MASK*/
.row-left{
  overflow: hidden;
}
.product-item-wrapper .row-container{
  position: relative;
}
.product-item-wrapper .row-container .mask{  
  position: absolute;
  width: 530%;
  height: 280%;    
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-item-wrapper.un-hover .row-container .mask{
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
}


.hover-mask{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  text-align: center;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
/*fix*/
.hover-mask .rating-star{
  display: none;
}
.btn.add-to-cart,
.btn.select-option{
  border: 0;
  float: left;
  background-color: transparent !important;
  color: #1c2e3f;  
  padding: 0;    
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none;
}
.btn.add-to-cart i.fa, 
.btn.select-option i.fa{
  color: #1c2e3f;  
}
.btn.select-option i.fa{
  font-size: 14px;
  margin-left: 0;
}
.btn.add-to-cart i.fa{
  font-size: 18px;
  margin-left: 0;
  margin-right: 5px;
}
.btn.add-to-cart:hover i.fa, 
.btn.select-option:hover i.fa,
.btn.add-to-cart:hover, 
.btn.select-option:hover{
  color: #f3a46f;
}
/*End fix*/
.inner-mask,
.group-mask{
  width: 100%;
  height: 100%;
}
.group-mask{
  display: table;
}
.inner-mask{
  display: table-cell;
  vertical-align: middle;
}
.product-item-wrapper .title-5{
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
}
.product-item-wrapper .title-5:hover{
  color: #f3a46f;
}
.product-item-wrapper .row-container{
  background-color: #fff;
  overflow: hidden;
}
.product-item-wrapper .row-right{
  padding-top: 15px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  float: right;
  position: relative;  
  overflow: hidden;
}
.row-container:hover .row-right .hover-mask{
  top: 0;  
}
#home-tabs-wrapper ..row-right{
  width: 100%;
}
@media(max-width: 1199px){
  .hover-mask{
    position: relative;
    float: left;
    padding: 0;
    top:0;
  }  
  .product-item-wrapper .product-price{
    margin-bottom: 0;
  }
  .mask{
    display: none;
  }
  .product-item-wrapper .title-5{
    font-size: 12px;
  }
}
@media(max-width: 767px){
  .product-item-wrapper .title-5{
    font-size: 12px;
  }
  .btn.add-to-cart, .btn.select-option{
    font-size: 12px;
  }
  .btn.select-option i.fa{
    font-size: 11px;
  }
  .btn.add-to-cart i.fa {
    font-size: 15px;
  }
}
@media(max-width: 420px){
  .product-item-wrapper .title-5{
    font-size: 14px;
  }  
  .btn.add-to-cart, .btn.select-option {
    font-size: 14px;
  }
  .btn.select-option i.fa {
    font-size: 14px;
  }
  .btn.add-to-cart i.fa {
    font-size: 18px;
  }
}
/*END MASK*/
/*SALE BANNER*/
.sale_banner{
  padding: 0px 6px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #ff5959;
  position: absolute;
  top:10px;
  left: 10px;
}
/*END SALE BANNER*/
/*PAGINATION*/
.pagination{
  width: 100%;  
  margin-top: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;  
}
.pagination > li{
  margin-left: 5px;
  margin-left: 5px;
}
.pagination > li:last-child > a, 
.pagination > li:last-child > span,
.pagination > li:first-child > a, 
.pagination > li:first-child > span{
  border-radius: 0;
}
.pagination > li > a, .pagination > li > span{
  border-width: 2px;
  border-style: solid;
  border-color:  #b7b7b7;
  color: #646464;
  background-color: #ffffff;
}
.pagination > li.active a,
.pagination > li.active span,
.pagination > li.active a:hover,
.pagination > li.active span:hover,
.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover{
  border-color:  #3f3f3f;
  color: #ffffff;
  background-color: #3f3f3f;
}
.pagination > li.active a,
.pagination > li.active span{
  cursor: default;
}
/*END PAGINATION*/
/*CART PAGE*/
#content #cart .product_image{
  float: left;
  margin-right: 30px;  
}
#content #cart .product_name{
  margin-top: 15px;
  text-align: left;
  float: left;
}
#content #cart .product_name strong,
#content #cart .product_name a,
#content #cart .product_name span{
  margin-top: 15px;
  font-size: 14px;
  color: #646464;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#content #cart .product_name a:hover strong,
#content #cart .product_name a:hover span{
  color: #f3a46f;
}
#content #cart th{
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  font-size: 14px;
}
#content #cart th.price{
  color: #969696;
}
#content #cart th:first-child{
  border-left: 1px solid #e5e5e5;
}
#content #cart th.image{
  text-align: left
}
#content #cart th.remove{
  font-size: 0.1px;
  color: transparent;
}
#content #cart td.remove{  
  font-size: 20px;  
}
#content #cart td.remove a.cart{
  color: #ffffff;
  border: 1px solid #001528;
  background-color:#001528;
  width: 20px;
  height: 20px;
  border-radius: 50%;  
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
}
#content #cart td.remove a.cart:focus,
#content #cart td.remove a.cart:hover{
  color: #001528;
  border: 1px solid #001528;
  background-color:#ffffff;
}
#content #cart td.remove a.cart .fa {
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -5px;
}
@-moz-document url-prefix() { 
  #content #cart td.remove a.cart .fa{
    margin-top: -7px;
    margin-left: -5px;
  }
}

#content #cart td{
  text-align: center;
}
#content #cart .summary td.total,
#content #cart td.total.title-1,
#content #cart td.price{
  color: #323232;
  font-family: Teko;
  font-size: 28px;
}
#content #cart table tr:nth-child(2n+1){
  background-color: transparent;  
}
#content #cart .quantity-wrapper .wrapper{
  float: none;
  margin: 0 auto;
}
#content #cart .summary td{  
  padding: 5px 55px 0;
  height: 47px;
  line-height: 16px;
}
#content #cart .summary td.total{
  text-align: right;    
}
#content #cart .summary td.price{
  text-align: left;  
}
#content #cart .cart-buttons .buttons{
  text-align: right;
  margin-top: 52px;
  margin-bottom: 30px; 
}
#content #cart .cart-buttons .buttons input{
  margin-left: 13px;
}
#content #cart .checkout-buttons label{
  font-weight: normal;
  margin-bottom: 8px;
  width: 100%;
  float: left;
}
#content #cart textarea#note{
  float: leftt;
  padding: 10px;
  height: 100px;
  margin-bottom: 100px;
  width: 100%;
  border: 1px solid #e5e5e5;
}
form#cartform{  
  margin-left: -15px;
  margin-right: -15px;
}
/*RESPONSIVE*/
@media (min-width: 1600px){
  #content #cart .checkout-buttons{
    margin-top: -70px;
  }
}
@media(max-width: 1199px){
  #cart .container{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px){
  #content #cart .cart-buttons .buttons{
    text-align: left;
  }
  #content #cart .cart-buttons .buttons input {
    margin-left: 0;
    margin-right: 7px;
  }
}
@media (max-width: 880px){
  #content #cart .product_name{
    float: left;
  }
}
@media (max-width: 767px){
  #content #cart textarea#note{
    width: 100%;
  }  
  /*table*/
  #cartform table thead{
    display: none;
  }  
  #content #cart td{    
    width: 100%;
    float: left;
    display: block;
    height: auto;
    padding-left: 120px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    text-align: left;
    line-height: 70px;
  }
  #content #cart .product_name,
  #content #cart .product_image{
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #content #cart .product_name{
    width: 100%;
    margin-top: 0;
  }
  #content #cart .quantity-wrapper .wrapper{
    float: left;    
    line-height: 30px;
    margin: 15px 0;
  } 
  form#cartform{
    margin-left: 0;
    margin-right: 0;
  }
  #cartform table td {
    border-bottom: 0;
  }
  #content #cart td:after,
  #content #cart td:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    overflow: hidden;                
  }
  #content #cart td:after{        
    height: 20px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Teko;  
  }
  #content #cart .summary td {
    padding: 0px 55px 0px;
    height: auto;
    line-height: 70px;
  }
  #content #cart td:before{
    height: 100%;
    background-color: #ddd;
    content: '';
  }
  #content #cart td.image:after{
    content: 'Images'
  }
  #content #cart td.price:after{
    content: 'Price';    
  }
  #content #cart td.total span.money,
  #content #cart td.price span.money{
    line-height: 27px;
    margin-top: 20px;
    display: block;
  }
  #content #cart td.qty:after{
    content: 'Quantity';
  }
  #content #cart td.qty .quantity-wrapper{
    margin-top: 17px;
  }
  #content #cart td.total:after{
    content: 'Total';
  }
  #content #cart td.remove:after{
    content: 'Remove';    
  }
  #content #cart td.remove a{
    display: inline-block;
    *display: inline;
    zoom: 1;    
  } 
  #content #cart .summary td{
    padding-left: 120px;
  }
  #content #cart .summary td.total{
    display: none;
  }
  #content #cart .summary td.price{
    border-bottom: 1px solid #e5e5e5;
  }
  #content #cart textarea#note{
    margin-bottom: 30px;
  }
  #content #cart .cart-buttons .buttons input{
    margin-bottom: 10px;
  }
  /*End table*/
}
/*END RESPONSIVE*/
/*END CART PAGE*/
/*WISH LIST*/
#wish-list .page{
  margin-left: -15px;
  margin-right: -15px;
}
#wish-list .container{
  padding: 0;  
}
#wish-list .container .wrap-table{
  margin-bottom: 20px;
}
#wish-list .btn-1{
  color: #001528;
  border: 1px solid #001528;
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
#wish-list .btn-1:hover,
#wish-list .btn-1:focus{
  color: #ffffff;
  border:1px solid #001528;
  background-color: #001528 !important;
}
#wish-list .btn.add-to-cart, #wish-list .btn.select-option{
  float: none;
  margin-bottom: 0;
}
#wish-list .title-1{
  font-family: Teko;
  font-size: 28px;
  text-align: center;
}
#wish-list table th{
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
#wish-list table th:first-child{
  border-left: 1px solid #e5e5e5;
}
#wish-list table td:first-child{
  text-align: left !important;
}
/*RESPONSIVE*/
@media (max-width: 1199px){
  #wish-list .container{
    padding-left: 30px;
    padding-right: 30px;
  }
  #wish-list .btn-1,
  #wish-list .btn-1:hover,
  #wish-list .btn-1:focus{
    color: #ffffff;
    border:1px solid #001528;
    background-color: #001528 !important;
  }
}
@media (max-width: 767px){  
  #wish-list .table-cart thead{
    display: none;
  }
  #wish-list .table-cart td{  
    width: 100%;
    float: left;
    display: block;
    height: auto;
    line-height: 70px;
    padding-left: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    text-align: left;
    border-bottom: 0;
  }
  #wish-list .table-cart td:last-child{
    border-bottom: 1px solid #e5e5e5;
  }
  #wish-list .table-cart td form{
    margin-top: 0px;
  }  
  #wish-list .table-cart td:before,
  #wish-list .table-cart td:after{
    position: absolute;
    left: 0;
    width: 100px;
    text-align: center;
  }
  #wish-list .table-cart td:before{
    height: 100%;
    background-color: #DDD;
    content: "";
  }
  #wish-list .table-cart td:after{
    height: 20px;
    top: 50%;
    font-size: 20px;
    font-family: Teko;    
    margin-top: -10px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
  }
  #wish-list .table-cart td.title:after{
    content: 'Title';
  }
  #wish-list .table-cart td.title  ul{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #wish-list .table-cart td.title-1:after{
    content: 'Price';  
  }
  #wish-list .table-cart td.title-1 span.money{
    margin-top: 25px;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  #wish-list .table-cart td.action:after{
    content: 'Remove';
  }
  #wish-list .table-cart td.action form{
    margin-top: 20px;
  }
  #wish-list .table-cart td:last-child::after{
    content: 'add to cart';
  }

}
/*END RESPONSIVE*/
/*END WISH LIST*/

/*PAGE ACCOUNT*/
#customer-account{
  margin-bottom: 100px;
}
#customer-account > .container{
  padding: 0;
}
#customer_orders.col-md-9{
  padding-left: 0;
}
#customer_sidebar.col-md-3{
  padding-right: 0;
  overflow: hidden;
}
#customer-account th{
  text-align: center;
  color: #646464;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e5e5e5;  
}
#customer-account td{
  text-align: center;  
}
#customer-account td .status {
  color: #5cb85c;
}
#customer-account td .status_unfulfilled{
  color: #ff1e1e;
}
#customer-account td a{
  color: #646464;
}
#customer-account td a:hover{
  color: #f3a46f;
}
#customer-account table tr:nth-child(2n+1){
  background-color: transparent;
}
#customer_sidebar h3{  
  padding: 15px 20px;
  line-height: 30px;
  margin: 0;
  font-weight: bold;
  color: #646464;
  font-size: 16px;
  font-family: Raleway;
  /*background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  */
}
/*
#customer_sidebar .sb-group{
border: 1px solid #e5e5e5;
padding: 15px 20px;
background-color: #fff;
}
*/
#order_payment .order-group p,
#order_shipping .order-group p,
#customer_sidebar .sb-group p{
  margin-bottom: 0;  
}

#address_tables .customer-name,  
#order_shipping .customer-name, 
#order_payment .customer-name,
#customer_sidebar .customer-name{
  color: #1e1e1e; 
  text-transform: uppercase;
  font-weight: 700; 
  margin-top: 2px;
}
#address_tables  .address,
#order_payment .address,
#order_shipping .address,
#customer_sidebar .address{
  margin-top: 20px;
}

#customer_sidebar a#view_address{
  color: #a7a7a7;
  font-style: italic;
  font-size: 12px;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  display: block;
  padding-top: 15px;
  margin-top: 23px;
}
#customer_sidebar a#view_address:hover{
  color: #f3a46f;
}
#customer_sidebar a#view_address i.fa{
  font-size: 14px;
  margin-right: 5px;
  color: #f3a46f;
}
#address_default_address_new{
  height: 0 !important;
  line-height: 0 !important;
}
/*RESPONSIVE*/
@media (max-width: 991px){	 
  #customer_orders{
    margin-bottom: 30px;
  }
  #order_payment{    
    padding-right: 0;
  }
  #order_shipping{
    padding-left: 0;
  }
  #customer_orders.col-md-9{
    padding-right: 0;
  }
  #customer_sidebar.col-md-3{
    padding-left: 0;
  }  
}
@media (max-width: 767px){	 
  #customer_orders table thead{
    display: none;
  }
  #customer_orders table td{
    position: relative;
    padding-left: 120px;
    display: block;
    float: left;
    width: 100%;
    text-align: left;
  }
  #customer_orders table td:before,
  #customer_orders table td:after{
    position: absolute;    
    left: 0;
    width: 100px;
  }
  #customer_orders table td:before{
    height: 100%;
    background-color: #ddd;
    top: 0;
    content: '';
  }
  #customer_orders table td:after{
    top: 50%;
    height: 20px;    
    text-transform: uppercase;
    margin-top: -10px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
  }
  #customer_orders table td.order_number:after {
    content: 'Number';  
  }
  #customer_orders table td.date:after {
    content: 'date';  
  }
  #customer_orders table td.payment_status:after {
    content: 'payment';  
  }
  #customer_orders table td.fulfillment_status:after {
    content: 'fulfillment';  
  }
  #customer_orders table td.total:after {
    content: 'Total';  
  }
  #customer-account > .container{
    padding: 0 15px;
  }
}
/*END RESPONSIVE*/
/*END PAGE ACCOUNT*/
/*PAGE ORDER*/
#customer-order{
  margin-bottom: 100px;
}
#customer-order .order-content{
  padding: 0;
}
#customer-order  td.label1{
  text-align: right;
}
#order_payment .order-group{
  margin-left: -15px;
}
#order_shipping .order-group{
  margin-right: -15px;
}
.order-group{
  border: 1px solid #e5e5e5;  
  background-color: #fff;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
#add_address h3,
#address_tables h3,
.order-group h3{     
  color: #646464;
  font-family: Raleway;
  margin: 0 0 15px 0;
  padding: 17px 20px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
#address_tables h3{
  margin-bottom: 18px;  
}
.order-group > p,
.order-group .address{
  padding-left: 20px;
  padding-right: 20px;
}
#order_details th{
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#order_details th:first-child{
  border-left: 1px solid #e5e5e5;
}
#order_details td, 
#order_details th{
  text-align: center;
  font-family: Raleway;
}
#order_details th.col-pro,
#order_details td.col-pro {
  text-align: left;    
}
#order_details td.col-pro a{
  color: #646464;
}
#order_details td.col-pro a:hover{
  color: #f3a46f;
}
#order_details tr:nth-child(odd){
  background-color: transparent !important;
}
@media(max-width: 767px){
  #customer-order .order-content{
    padding-left: 15px;
    padding-right: 15px;
  }
  #order_payment .order-group {
    margin-left: 0;
  }
  #order_shipping .order-group {
    margin-right: 0;
  }
  #order_payment {
    padding-right: 15px;
  }
  #order_shipping {
    padding-left: 15px;
  }
  #customer-order .top-container.row{
    margin-left: -30px;
    margin-right: -30px;
  }
}
/*PAGE END ORDER*/
/*PAGE ADDRESS*/
#address_tables{ 
  margin-bottom: 30px;
}
#address_tables .customer_address{
  border: 1px solid #e5e5e5;
}
#address_tables .customer_address.edit_address{
  border: 0;
}
#address_tables .address_actions,
#address_tables .view_address{
  margin-left: 20px;
  margin-right: 20px;
}
#address_tables .view_address{
  margin-bottom: 23px;
}
#address_tables .address_actions{
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}
#address_tables .address_actions a{
  font-size: 12px;
  font-style: italic;
  color: #a7a7a7;  
}
#address_tables .action_link .fa{
  margin-right: 3px;
}
#address_tables .action_edit .fa{
  color: #11944e;
}
#address_tables .action_edit:hover a{
  color: #6f9dc6;
}
#address_tables .action_delete .fa{
  color: #f18185;
}

#address_tables .action_delete:hover a{
  color: #f18185;
}
#address_tables .action_link{
  margin-right: 20px;
}
#add_address{
  margin-bottom: 35px;
}
#customer-addresses .col-md-6:after{
  display: block;
  content: '';
  clear: both;
}
#add_address h3{
  border-bottom: 0;
  margin-bottom: 35px;
}
h3#add_address_title{
  border: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5 !important;
}
.add-new-address{
  margin-bottom: 35px;
}

.addresses-country select{
  width: 100%;
  height: 40px;
  border-width: 2px;
}
.selectbox--changed select,
.addresses-countryselect:focus{
  border-color: #a3d39c;
  outline: none;
}
.selectbox--changed > label,
.selectbox--focus > label{
  color: #a3d39c !important;
  font-size: 11px;
  text-transform: uppercase;
}
.addresses-country{
  margin-top: -25px;
}
/*RESPONSIVE*/
@media (max-width: 1199px){
  #customer-order > .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  #customer-addresses > .container{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px){	
  #add_address{
    margin-bottom: 30px;
  }
  #customer-addresses .col-md-6{
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px){	
  #order_details thead{
    display: none;
  }
  #order_details td{
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-left: 120px;
    text-align: left;
    border-bottom: 0;    
  }
  #order_details td.last{
    border-bottom: 1px solid #e5e5e5;    
  }
  #order_details td:after,
  #order_details td:before{
    height: 100%;
    width: 100px;
    position: absolute;
    content:'';
    top: 0;
    left: 0;    
  }
  #order_details td:before{
    background-color: #ddd;
  }
  #order_details td:after{
    height: 20px;
    top: 50%;
    left: 0px;
    margin-top: -10px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;       
  }
  #order_details td.col-pro:after{
    content: 'title';
  }
  #order_details td.sku{
    display: none;
  }
  #order_details td.total{
    text-align: left;
  }
  #order_details td.total:after{
    content: 'total';
  }
  #order_details td.label1{
    display: none;
  }
  #order_details td.subtotal:after{
    content: 'Subtotal';
  }
  #order_details td.quantity{
    text-align: left;
  }
  #order_details td.quantity:after{
    content: 'quantity';
  }
  #order_details td.shipping:after{
    content: 'shipping';
  }
  #order_details td.vat:after{
    content: 'vat';
  }
  #order_details td.price:after{
    content: 'price';
  }
  #order_details td.total.product:after{
    content: 'total pro';
  }   
}
/*END RESPONSIVE*/
/*END PAGE ADDRESS*/
/*-----------------
END PRODUCT
------------------*/
/*------------
DETAIL
--------------*/
/*Tags*/
.tags span{
  text-transform: uppercase;
  font-weight: 700;
}
.tags a{
  text-transform: capitalize;
  color: #646464;
  margin-right: 5px;
}

/*End tags*/
/*POPUP PRODUCT*/
.ajax-cart-loading{
  text-align: center;
}
.popup-pro-wrapper{
  z-index: 99999;
}
.popup-pro-wrapper .countDiv{
  margin-top:10px;
}
.popup-pro-wrapper .countDiv span{
  color: #f3a46f;
  font-weight: bold;
}
.ajax-cart-overlay{
  background-color: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ajax-cart-modal-wrapper{
  position: absolute;
  left: 50%;
  top: 20%;
  left: 50%;  
  width: 930px;
  margin-left: -465px;
  height: 350px;  
}
.popup-pro-wrapper .ajax-cart-box{
  position: relative;
  height: 350px;
  background-color: #ffffff;
}
.popup-pro-wrapper .ajax-cart-left,
.popup-pro-wrapper .ajax-cart-right{
  width: 50%;
  float: left;
  padding: 30px;
}
.popup-pro-wrapper .ajax-cart-right{
  border-left: 1px solid #e5e5e5;
  height: 100%;
}
.popup-pro-wrapper .ajax-cart-note{
  position: relative;  
  padding-left: 70px;
  min-height; 50px;
  margin-bottom: 25px;
  line-height: 26px;
}

.popup-pro-wrapper .ajax-cart-number-product,
.popup-pro-wrapper .ajax-cart-note,
.popup-pro-wrapper .ajax-cart-note a{
  font-size: 16px;
  text-transform: uppercase;   
  font-weight: 600;
}
.popup-pro-wrapper .ajax-cart-number-product{
  margin-bottom: 30px;  
}
.popup-pro-wrapper .ajax-cart-subtotal span{
  font-weight: 500;
  font-family: Teko;
  font-size: 30px;
}
.popup-pro-wrapper .ajax-cart-group-actions{
  margin-top: 135px;
}
.popup-pro-wrapper .ajax-cart-group-actions .ajax-cart-continue{
  float: left;
}
.popup-pro-wrapper .ajax-cart-continue .btn{  
  margin-right: 10px;
  padding: 10px 10px;
  font-size: 12px;
}
.popup-pro-wrapper .ajax-cart-continue .btn .fa{
  margin-right: 10px;
  margin-left: 0px;
}
.popup-pro-wrapper .ajax-cart-next .btn .fa{
  margin-left: 10px;
}
.popup-pro-wrapper .ajax-cart-group-actions .btn{
  padding: 0 10px;
  font-size: 12px;
  border-width: 2px;
}
.popup-pro-wrapper .ajax-cart-group-actions .btn:focus,
.popup-pro-wrapper .ajax-cart-group-actions .btn:hover{
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.popup-pro-wrapper .ajax-cart-group-actions .btn i.fa{  
  line-height: 1.55em;
}
.popup-pro-wrapper .ajax-cart-group-actions .btn:focus i.fa,
.popup-pro-wrapper .ajax-cart-group-actions .btn:hover i.fa{
  color: #fff;
}
.popup-pro-wrapper .ajax-cart-note,
.popup-pro-wrapper .ajax-cart-note a{
  color: #80a86f;
}
.popup-pro-wrapper .ajax-cart-note.error,
.popup-pro-wrapper .ajax-cart-note.error a{
  color: #f00;
}
.popup-pro-wrapper .ajax-cart-note .cirle{
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(128, 168, 111, 0.3);
  padding: 10px;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 23px;
  border: 1px solid rgba(128, 168, 111, 0.5);
}
.popup-pro-wrapper .ajax-cart-note.error .cirle{
  background-color: #fff;
  border: 2px solid #f00;
}
.popup-pro-wrapper .ajax-cart-note .cirle i{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -7px;
  height: 14px;
  width: 14px;  
}
.popup-pro-wrapper .ajax-cart-product-title{
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.popup-pro-wrapper .ajax-cart-variant{
  margin-bottom: 3px;
}
.popup-pro-wrapper .ajax-cart-price{
  font-size: 20px;
  margin-bottom: 25px;
  font-family: Teko;
}
.popup-pro-wrapper .ajax-cart-price strong{
  font-weight: 400;
}
.popup-pro-wrapper .ajax-cart-close{
  position: absolute;
  top: 0;
  left: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 2px solid #fff;
  margin-left: 5px;
}
.popup-pro-wrapper .ajax-cart-close i.fa{
  color: #fff;
  line-height: 24px;
}
.popup-pro-wrapper .ajax-cart-close i.fa,
.popup-pro-wrapper .ajax-cart-close{
  cursor: pointer;
}
/*END POPUP PRODUCT*/
/*Swatch*/
.swatch-element .crossed-out {
  display: block;
}
.swatch input:checked + label {
  box-shadow: none;    
  background-color: #3f3f3f;
  color: #fff;
  border-color: #3f3f3f;
}
.swatch label{      
  font-weight: normal;
  border-radius: 0;
}
.swatch-element:hover label{
  cursor: pointer;
}
.swatch .header {
  float: left;
  width: 100px;
  text-transform: uppercase;
}
/*Color*/
.color.swatch label{  
  width: 100%;  
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  border-radius:0%;
  border: 0;
}
.color.swatch .swatch-element{
  margin: 0px 0px 9px 0px;
  padding: 0px;
  width: 32px;
  height: 32px;
  border-radius: 0%;  
  border-width: 1px;
  border-style: solid;
  border-color: transparent;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.color.swatch .swatch-element.white label{
  border: 1px solid #eaeaea !important;
}

.color.swatch .swatch-element.white.active label,
.color.swatch .swatch-element.white.hovered label{
  border: 1px solid #fff !important;
}

.color.swatch .swatch-element.active,
.color.swatch .swatch-element.hovered{
  border-color: #323232 !important;
  padding: 3px;
}
.color.swatch .header {
  margin: 0px;  
}

.variants-wrapper .selector-wrapper{
  margin-bottom: 10px;
}
.variants-wrapper .selector-wrapper label{
  width: 100px !important;
  font-weight: normal;
}
.variants-wrapper .selector-wrapper select{
  width: 146px;
  height: 37px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #e5e5e5;
}
.quantity-wrapper lable{
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100px;  
}
/*product options */
.product-options .quantity-wrapper{
  margin-right:10px;
  float: left;
}
.product-options .quantity-wrapper .wrapper-title{
  display: none; 
}
.quantity-wrapper .wrapper {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  width: 145px;
  margin-bottom: 10px;
  float: left;
}
.quantity-wrapper label{
  float: left;
  line-height: 34px;
  width: 100px;
  font-weight: normal;
}
.quantity-wrapper span.qty-down,
.quantity-wrapper span.qty-up{
  width: 34px;
  height: 34px;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  cursor: pointer;
}
.quantity-wrapper span.qty-down i.fa,
.quantity-wrapper span.qty-up i.fa{
  margin: 12px 0;
  cursor: pointer;
  font-size: 10px;
}
.item-quantity{
  border: 0;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;  
  height: 34px;
  width: 68px; 
  text-align: center;
  border-radius: 0;
}
.add-to-wishlist{
  border-top: 1px solid rgba(245, 245, 245, 1);
  border-bottom: 1px solid rgba(245, 245, 245, 1);

  color: #a7a7a7;
  margin-bottom: 25px;
  padding: 15px 0;
}
.add-to-wishlist a.btn{
  color: #a7a7a7;
  padding: 0;  
}
.add-to-wishlist > .non-user{
  color: #646464;
}
.add-to-wishlist i{
  margin-right: 10px;
}
.add-to-wishlist button{
  padding-left: 0; 
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px !important;
  font-weight: 600;
}
.add-to-wishlist button i{
  margin-left: 0px;
  margin-right: 10px;  
}
/*End product options */

.product-detail-content  .color.swatch .swatch-element.active,
.product-detail-content  .color.swatch .swatch-element.hovered{
  border-color: #323232 !important;
  padding: 4px;
}

.product-detail-content .swatch .tooltip{
  left: 0;
  top: auto;
  bottom: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0;
}
.product-detail-content .swatch .tooltip:after{
  left: 11px;
  margin-left: 0px;
  margin-bottom: 0px;
  bottom: auto;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #000;    
  top: 100%;
  margin-top: -2px;
}
/*END DETAIL*/
/*PAGE DETAIL*/
.product-detail-content{
  margin-top: 51px;  
}
.product-detail-content #product-information .detail-title{
  margin-top: -7px;
  font-size: 52px;
  margin-bottom: 14px;
}
.product-detail-content > .container,
.product-detail-content > .container > .col-md-12{
  padding: 0;
}
.product-detail-content #product-image{    
  padding-left: 0;
}
.product-detail-content .bx-wrapper{
  padding: 0;
  margin: 0; 
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product-detail-content .bx-wrapper .image{
  margin-bottom: 10px;
}
.product-detail-content #featuted-image{  
  z-index: 0;
  margin-bottom: 20px;
}
.product-detail-content #gallery-images .image{
  margin:0 15px;
}
#product-image .image a{
  border-width:1px;
  border-style: solid;
  border-color: transparent;
  display: block;
  box-sizing: border-box;
}
#product-image .image a{  
  border-color: #e5e5e5;  
  position: relative;
}

#product-image .image a:hover::after,
#product-image .image.active a:after{
  content:'';
  background: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#product-image .owl-next{
  right: 0;
}
#product-image .owl-prev{
  left: 0;
}
.product-detail-content .title{
  font-size: 30px;
  text-transform: none;
  font-family: Teko;  
  margin-top: -3px;
  margin-bottom: 19px;
  color: #969696;
}
.product-detail-content .quick-overview{
  font-family: Teko;  
  font-size: 16px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.product-detail-content .bx-viewport{
  min-height: 515px;
}
.product-detail-tag{
  margin-bottom: 23px;
}
.spr-form input[type="text"],.spr-form input[type="email"]
{
  line-height: 37px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #e5e5e5;
}
.spr-form textarea{
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.spr-form .spr-form-actions .spr-button{
  color: #646464;
  border-color: #b7b7b7;
  background-color: #ffffff;      
}
.spr-form .spr-form-actions .spr-button i{
  color: #646464;
}
.spr-form .spr-form-actions .spr-button:hover{
  color: #ffffff;
  border-color: #3f3f3f;
  background-color: #3f3f3f;      
}
.spr-form .spr-form-actions .spr-button:hover i{
  color: #ffffff;
}
/*Button thumb*/
#gallery-images-mobile{
  position: relative;
}
#gallery-images-mobile .owl-prev,
#gallery-images-mobile .owl-next,
#gallery-images .bx-wrapper .bx-controls-direction a{      
  border: 2px solid #b7b7b7;  
  color: #646464;
  top: 100%; 
  text-indent: 0;
  text-align: center;
  width: 26px;
  height: 26px;
  margin-top: 15px;
  background-color: #fff;
}
#gallery-images-mobile .owl-prev i,
#gallery-images-mobile .owl-next i,
#gallery-images .bx-wrapper .bx-controls-direction a i{        
  font-size: 22px;
  margin: 0px;  
  position: absolute;
  top: 50%;
  left: 50%;    
  line-height: 8px;
  width: 14px;  
}
#gallery-images-mobile .owl-prev i{
  margin-top: -5px;
  margin-left: -8px;
}
#gallery-images-mobile .owl-next i{
  margin-top: -5px;
  margin-left: -6px;
}
#gallery-images .bx-wrapper .bx-controls-direction a.bx-prev,
#gallery-images .bx-wrapper .bx-controls-direction a.bx-next{
  z-index: 0;
}
#gallery-images .bx-wrapper .bx-controls-direction a.bx-prev i{ 
  margin-top: -4px;
  margin-left: -6.5px;
  z-index: 0;
}
#gallery-images .bx-wrapper .bx-controls-direction a.bx-next i{    
  margin-top: -6px;
  margin-left: -6.5px;
  z-index: 0;
}
#gallery-images-mobile .owl-prev,
#gallery-images .bx-wrapper .bx-controls-direction a.bx-prev{left: 0; padding: 5px 4.5px; }
#gallery-images-mobile .owl-next,
#gallery-images .bx-wrapper .bx-controls-direction a.bx-next{right: 0; padding: 3.5px 4.6px;}

#gallery-images-mobile .owl-prev, 
#gallery-images-mobile .owl-next{
  position: absolute;
  top: 50%;
  margin-top: -10px; 
  padding-top: 4px;
  padding-bottom: 3px;
  z-index: 0;
}
#gallery-images-mobile .owl-prev{
  left: -30px;
  right: auto;
  padding-left: 4px;
}
#gallery-images-mobile .owl-next{
  left: auto;
  right: -30px;
  padding-right: 2px;
}
#gallery-images-mobile .owl-next, 
#gallery-images-mobile .owl-prev{
  padding-top: 4px;
}
@-moz-document url-prefix() {
  #gallery-images .bx-wrapper .bx-controls-direction a.bx-prev i{
    margin-left: -7px;
  }
  #gallery-images .bx-wrapper .bx-controls-direction a.bx-next i{
    margin-left: -7px;
  }
}
/*End button thumb*/
/*product-information*/
#product-information .purchase .money{
  font-size: 40px;
  color: #2f2f2f;
  font-family: Teko;
}
.product-detail-content .rating-and-shipping li{
  float: left;
  line-height: 21px;
}
.product-detail-content .rating-and-shipping .free-shipping{  
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;  
  font-family: Raleway;
}
@-moz-document url-prefix() { 
  .product-detail-content .rating-and-shipping .free-shipping{  
    line-height: 24px;
    height: 20px;
    display: inline-block;
  }
}
.product-detail-content .rating-and-shipping{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.product-detail-content .description{
  width: 100%;
  float: left;
  margin-bottom: 24px;
}
.product-detail-content .rating-star{
  margin-bottom: 0;
  height: 21px;
  line-height: 21px;
  margin-right: 7px;
}
.product-detail-content .swatch .swatch-element{
  width: 75px;
  height: 40px;
  margin-right: 10px;
}
.product-detail-content .product-options .swatch label{
  width: 100%;
  height: 100%;
  line-height: 38px;
  min-width: 100%;
}
.product-detail-content .swatch .header {
  margin: 10px 0;   
  width: 64px;
}
.product-detail-content .swatch{
  margin: 0 0 24px !important;
  width: 100%;
  float: left;
}
/*
.btn-4{
border-width: 1px;  
padding: 5px 25px;        
font-weight: 600;
font-size: 14px;
color: #001528;
border-color: #001528;
background-color: #ffffff;
}
.btn-4 i{
color: #ffffff;
}
.btn-4:focus,
.btn-4:hover{
color: #ffffff;
border-color: #001528;
background-color: #001528;  
}
.btn-4:focus i,
.btn-4:hover i{
color: #ffffff;
}
@media (max-width: 1199px){
.btn-4,
.btn-4:hover,
.btn-4:focus{
color: #ffffff;
border-color: #001528;
background-color: #001528;       
}
.btn-4 i,
.btn-4:hover i,
.btn-4:focus i{
color: #ffffff;
}
}
*/
.product-detail-content .product-options .btn.add-to-cart{
  border-width: 1px;
  border-style: solid;
  color: #646464;
  border-color: #b7b7b7;  
  background-color: transparent !important;
  width: 185px;
  height: 50px;  
  margin-right: 5px;
  letter-spacing: 1px;
  line-height: 48px;
}
.product-detail-content .product-options .btn.add-to-cart i.fa{
  color: #646464;
  margin-right: 10px;
}
@media(min-width: 1200px){
  .product-detail-content .product-options .btn.add-to-cart:hover{
    color: #ffffff;
    border-color: #001528;
    background-color: #001528 !important;
  }
  .product-detail-content .product-options .btn.add-to-cart:hover i.fa{
    color: #ffffff;
  } 
}
.product-detail-content .add-to-wishlist{
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;  
  text-align: center;  
  border: 1px solid #b7b7b7;  
  margin:0;
  padding: 0;
}
.product-detail-content .add-to-wishlist i.fa{
  margin: 0;  
  font-size: 20px;
  line-height: 48px;
  color: #646464;
}
.product-detail-content .add-to-wishlist:hover{
  cursor: pointer;
}
@-moz-document url-prefix(){ 
  .product-detail-content .add-to-wishlist i.fa{
    line-height: 48px;
  }
}
.product-detail-content .add-to-wishlist button{
  background-color: transparent;
  margin: 0px;
  padding: 0;
  width: 100%;
  border: 0;
  height: 100%;
  margin-top: -3px;
}
.product-detail-content .addto-cart-wrapper{
  margin-bottom: 32px;
}
.product-detail-content .tags span{
  margin-right: 5px;
}
.product-detail-content .add-to-wishlist a.btn{
  background-color: transparent;
}
@media(min-width: 1200px){    
  .product-detail-content .add-to-wishlist:hover,
  .product-detail-content .add-to-wishlist:focus{    
    color: #ffffff;
    border-color: #001528;
    background-color: #001528 !important;
  }
  .product-detail-content .add-to-wishlist:hover i.fa,
  .product-detail-content .add-to-wishlist:focus i.fa{    
    color: #ffffff;
  }
}
/*RESPONSIVE*/
@media (max-width: 1199px){
  .products .row-left, 
  .realted-element .row-left, 
  .new-arrival .owl-item .row-left{
    margin-bottom: 0;
  }  
  .new-arrival {
    margin-right: -15px;
    margin-left: -15px;
  }
  .realted-element .btn.add-to-cart, 
  .realted-element .btn.select-option{
    font-size: 12px;
  }
  .realted-element .btn.add-to-cart i.fa,
  .realted-element .btn.select-option i.fa{
    font-size: 12px;
  }
  .realted-element .wish-list .fa{
    font-size: 14px;
  }
  .realted-element .quick_shop .fa{
    font-size: 16px;
  }
}
@media (max-width: 991px){
  .product-detail-content #product-image{
    padding-right: 0;
  }
  .product-detail-content #product-information .detail-title{
    margin-top: 30px;
  } 

}

@media (max-width: 767px){
  .product-detail-content #featuted-image {
    padding-left: 0;
  }
  .product-detail-content #featuted-image {
    margin-bottom: 20px;
  }
  #gallery-images-mobile{
    margin-left: -10px;
    margin-right: -10px;
  }
  #gallery-images-mobile .owl-item .image{
    margin: 0 10px;
  } 
  .product-detail-content #product-information .detail-title{
    font-size: 30px;
  }
}
@media (max-width: 640px){
  #gallery-images-mobile .owl-prev{
    left: 10px;    
  }
  #gallery-images-mobile .owl-next{    
    right: 10px;
  }
}
@media(max-width: 480px){
  .product-detail-content .swatch .swatch-element{
    width: 30px;
    height: 30px;
  }
  .product-detail-content .product-options .swatch label{
    line-height: 30px;
  }
}
/*END RESPONSIVE*/
/*TAB INFORMATION*/
#tabs-information{
  margin-top: 91px;
  padding: 0;
}
#tabs-information .col-md-12{
  padding: 0;
}
#tabs-information .nav-tabs{
  text-align: center;
  border: 0;
}
#tabs-information .nav-tabs > li{      
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: none;
  margin-left: 6px;
}
#tabs-information .new-arrival{      
  margin: 20px 5px;  
}
.spr-container{  
  border: 0 !important;
  padding: 0 !important;
}
#shopify-product-reviews{
  margin-top: 0px !important;
}
#tabs-information .new-arrival #shopify-product-reviews .spr-header-title{
  font-family: Teko;
  font-size: 16px;
  text-transform: uppercase;
}
#tabs-information .new-arrival #shopify-product-reviews .spr-summary-actions-newreview{
  margin-right: 10px;
}
#tabs-information h2{
  font-size: 32px; 
  margin-top: 0;   
}
#tabs-information h3{
  font-family: Raleway;
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
  color: #646464;      
  line-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 19px;
}
#tabs-information .tabs-content img{
  margin-bottom: 35px;
}
#tabs-information .tabs-content #desc ul li{
  margin-bottom: 5px;
}
#tabs-information .tabs-content #desc ul li img{
  margin-bottom: 0px;
  margin-right: 5px;
}
#tabs-information .featured ul{
  list-style: disc;
  margin-left: 13px;
}
#tabs-information .featured ul li{
  line-height: 1.6em;
}
#tabs-information .tabs-content .left-block{
  padding-left: 0;
}
#tabs-information .tabs-content .left-block p{
  line-height: 1.6em;
}
#tabs-information .tabs-content .right-block{
  padding-right: 0;
}
.spr-form-review .spr-icon,
.spr-review .spr-icon,
.spr-summary .spr-icon{
  font-size: 11px !important;
  color: #EECA5E;
}
.spr-form-review .spr-icon{
  line-height: 15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  background-color: transparent !important;
}
@media(max-width: 991px){
  #tabs-information h2{
    font-size: 30px;
  }
}
@media(max-width: 767px){
  .product-detail-content{
    padding-left: 15px;
    padding-right: 15px;
  }
  #tabs-information{
    margin-top: 40px;
  }
}

/*END TAB INFORMATION*/
/*quickview*/
.modal{
  z-index: 99999;
}
#quick-shop-product-actions .btn{
  margin-bottom: 10px;
}
.modal-dialog{width: 70%; }
.quick-shop #quick-shop-image{
  position: relative;
  padding-left: 100px;
}
.quick-shop #gallery_main_qs{
  width: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.quick-shop .bx-wrapper{ border: 0; box-shadow: none; }
#quick-shop-title a{
  color: #969696;
  font-size: 30px;
  text-transform: none;
}
.quick-shop .modal-header{
  border-bottom: 0;
  padding:0;
  position: relative;
}
.quick-shop .modal-header .close {   
  position: absolute;
  left: 100%;
  top: 0px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 1;
  margin-top: 0;
  width: 31px;
  height: 31px;
  text-align: center;
  padding: 5px 0;
  margin-left: 10px;

}
.quick-shop .image-thumb{
  display: block;
  margin-bottom: 10px;
}
.quick-shop .image-thumb.active{
  position: relative;
}
.quick-shop .image-thumb.active:after{
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.quick-shop .bx-viewport{height: 420px !important; }
.quick-shop #quick-shop-title{
  margin-top: 0;
}
.quick-shop .modal-content{
  padding-bottom: 35px;
  border-radius: 0;
}

/* quickview Button thumb*/
.quick-shop .bx-wrapper .bx-controls-direction a.disabled{
  display: none;
}
.quick-shop .bx-wrapper .bx-controls-direction a{      
  border: 2px solid #b7b7b7;  
  color: #646464;
  top: 100%; 
  text-indent: 0;
  text-align: center;
  width: 26px;
  height: 26px;
  margin-top: 10px;
  position: absolute;  
}
.quick-shop .bx-wrapper .bx-controls-direction a i{
  font-size: 22px;
  line-height: 7px;
}
.quick-shop .bx-wrapper .bx-controls-direction a.bx-prev{left: 0; padding: 5px 3.5px;}
.quick-shop .bx-wrapper .bx-controls-direction a.bx-next{right: 0; padding: 3px 3px; }
@-moz-document url-prefix() {
  .quick-shop .bx-wrapper .bx-controls-direction a.bx-prev{padding: 4px 4px;}
  .quick-shop .bx-wrapper .bx-controls-direction a.bx-next{padding: 2px 3px;}
}
/*End quickview button thumb*/
/*End quickview*/
/*RESPONSIVE*/
@media (max-width: 1199px){

  ul.quickview-wishlist-wrapper {   
    margin-bottom: 10px;
  }
}
@media (max-width: 991px){	
  #product-information{
    padding: 0;
  }  
  .product-detail-content .title{
    margin: 20px 0;
  }  
  #tabs-information .nav-tabs > li{
    border-right: 0;
  }
}
@media (max-width: 767px){ 
  .product-detail-content{
    margin-top: 15px;
  }  
}
/*END RESPONSIVE*/
/*END PAGE DETAIL*/
/*QUICK SHOP*/
.quick_shop a{
  cursor: pointer;
  text-transform: uppercase;
}
.wish-list .fa{
  font-size: 16px;
}
.quick_shop .fa{
  font-size: 19px;
}
.wish-list .fa,
.quick_shop .fa{
  margin-right: 0px;  
  color: #1c2e3f;
}
.wish-list .fa:hover,
.quick_shop .fa:hover{
  color: #f3a46f;
}
.wishlist{
  padding-right: 0;
}
.wishlist button{  
  padding: 0;
  vertical-align: top;
  line-height: 1em;
  margin: 0;
  border: 0;
}
.wishlist button i.fa{
  margin: 0 !important;  
  font-size: 16px;
  color: #1c2e3f;  
}
.wishlist button i.fa:hover{
  color: #f3a46f;
}
.new-arrival .quick_shop a{
  background-color: transparent;  
}
@media(max-width: 991px){
  #bestsellers .wishlist button{
    border: 2px solid #1c2e3f;
    padding: 5px;
    margin-top: 10px;
  }
}
/*END QUICK SHOP*/
/*BLOCK BREADCRUMB*/
.title-breadcrumb{     
  margin-left: -15px;
  margin-right: -15px;
}
.title-breadcrumb > .container{
  padding: 0;
}
.title-breadcrumb .container > .col-md-12{
  padding: 0;
}
.title-breadcrumb h2{  
  color: #ffffff;    
  margin: 20px 0 !important;
}
.breadcrumb{
  text-align: center;
  padding: 15px 0;
  margin-bottom: 0;
  background-color: transparent;  
  border-top: 1px solid #e5e5e5;
}

.breadcrumb *{
  color:#787878;
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumb span{  
  font-size: 13px;
  margin: 0 2px;
}
.breadcrumb span i{  
  font-size: 13px;
  margin: 0 10px;
}
/*RESPONSIVE*/
@media(max-width: 1199px){
  .title-breadcrumb > .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-breadcrumb .container > .col-md-12{
    padding-left: 0px;
    padding-right: 0px;
  }

}
@media (max-width: 991px){
  .title-breadcrumb{
    margin-left: 0;
    margin-right: 0;
  }
  .title-breadcrumb .container > .col-md-12{
    width: 100%;
    float: left;
  }   
  .title-breadcrumb h2 {    
    margin: 20px 0px !important;
  }
  .breadcrumb{
    margin-left: -15px;
    margin-right: -15px;        
    text-align: center;    
  }   
}
@media(max-width: 767px){
  .breadcrumb{
    margin-left: 0px;
    margin-right: 0px;        
  }
}
/*END RESPONSIVE*/
/*END BREADCRUMB*/
/*----------------------------------
END CONTENT
-----------------------------------*/
/*-----------------------------------
COL LEFT
------------------------------------*/
/*logo*/
.logo-menu-wrapper{  
  float: left;
}
.logo{
  text-align: center;  
}
.nav-logo{  
  margin-top: 16px;
  margin-bottom: 24px;
}
/*End logo*/
@media (max-width: 1199px){  
  .left-links-blocks{
    padding-right: 30px !important;    
  }
  .affix .left-links-blocks{
    padding-right: 115px !important;    
  }
  header.affix #cart-target{
    right: 30px;
  }
}

@media (max-width: 991px){
  .logo-menu-wrapper{
    padding-left: 0px;
    width: 100%;    
  } 
  .left-links-blocks {    
    width: 100%;
    padding-right: 0 !important;
  }
  .nav-menu ul{
    margin-right: 0 !important;
  }
}

/*SHOP BY COLLECTION*/
.shopby-icon{
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
}
.shopby-title{  
  padding: 15px 25px 15px 25px;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  font-size: 16px;
  color: #646464;
  text-transform: uppercase;
  font-family: Teko;
}
.shopby-title .fa{
  font-size: 18px;
  margin-right: 20px;
}
.shopby-icon.icon-1{ background-image: url(/cdn/shop/t/2/assets/shopby-icon-01.png?930); }
.shopby-icon.icon-2{ background-image: url(/cdn/shop/t/2/assets/shopby-icon-02.png?930); }
.shopby-icon.icon-3{ background-image: url(/cdn/shop/t/2/assets/shopby-icon-03.png?930); }
.shopby-icon.icon-4{ background-image: url(/cdn/shop/t/2/assets/shopby-icon-04.png?930); }
.shopby-icon.icon-5{ background-image: url(/cdn/shop/t/2/assets/shopby-icon-05.png?930); }
.shopby-icon.icon-6{ background-image: url(/cdn/shop/t/2/assets/shopby-icon-06.png?930); }
.shopby-icon.icon-7{ background-image: url(/cdn/shop/t/2/assets/shopby-icon-07.png?930); }
.shopby-icon.icon-8{ background-image: url(/cdn/shop/t/2/assets/shopby-icon-08.png?930); }
.shopby-icon.icon-9{ background-image: url(/cdn/shop/t/2/assets/shopby-icon-09.png?930); }

.shopy-content .shopby-collection-link a{
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-size: 13px;
  text-transform: uppercase; 
}
.shopy-content li{
  width: 100%;
  padding: 7px 0px 7px 70px;
  float: left;
  position: relative;
  border-bottom: 1px solid #e5e5e5;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;    
}
.shopy-content li:last-child{
  border-bottom: 0;
}

.shopy-content li .shopby-icon{
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -15px;
}
.shopy-content li:hover .shopby-icon{
  -ms-transform: scale(0.8); /* IE 9 */
  -webkit-transform: scale(0.8); /* Chrome, Safari, Opera */
  transform: scale(0.8);
}
.shopy-content li:hover a{
  font-weight: bold;
}
.shopy-content li a{
  color: #05192c;
}
.shopy-content li a:hover,
.shopy-content li a:focus{
  background-color: transparent;
}

/*END SHOPY COLLECTION*/
/*navigation*/
#navigation .menu-area{
  border-top: 1px solid #b4c8dc;    
}
.affix #navigation .menu-area{  
  border: 0 !important;
}
body:not(.index-template) #navigation .menu-area{
  border-bottom: 1px solid #e5e5e5;    
  border-top: 1px solid #e5e5e5;    
}

#navigation > .container{
  padding: 0;
}
#navigation .gr-navigation{
  position: relative;
}
#navigation .right-search-block,
#navigation .shopby-collections-wrapper{
  position: absolute;  
  top: 0;  
}
#navigation .shopby-collections-wrapper{
  left: 0;
}
#navigation .right-search-block{
  right: 0;
}
#navigation .middle-navi-block{
  width: 100%;
  text-align: center;
}
#navigation .shopby-collections-wrapper .shopby-collections .shopy-content.dropdown-menu{
  margin-top: 0;
  border: 0;
  border-radius: 0;    
  padding-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#navigation .shopby-collections:hover .shopby-title{
  background-color: #ffebda;
  cursor: pointer;
}
/*end navigation*/
/*end home 3*/
.nav > li > a:focus, 
.nav > li > a:hover{
  background-color: transparent;
}
.list-title{
  text-transform: uppercase;  
  font-size: 20px;
  border-bottom: 0 !important;
  font-family: Teko;
}
.nav > li > .dropdown-menu{
  padding-left: 20px;
  padding-right: 20px;  
}
.nav-menu ul{
  list-style: none;
  width: 100%;
  text-align: center;
}
.nav-menu ul.navbar-nav > li{  
  padding: 27px 22px 25px;
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.affix .nav-menu ul.navbar-nav > li{
  padding: 32px 22px 30px !important;
}
body:not(.index-template) .nav-menu ul.navbar-nav > li{  
  padding: 25px 22px 22px;
}
body:not(.index-template).affix .nav-menu ul.navbar-nav > li{
  padding: 32px 22px 30px!important;
}
.nav-menu ul.navbar-nav > li > a{
  font-size: 30px;  
  text-transform: uppercase;
  color: #05192c;
  font-family: Teko;
  padding-left: 0;
  padding-right: 0;
  font-weight: 100;    
  padding: 0;
}
.nav-menu ul.navbar-nav > li > a i.fa{
  font-size: 16px;  
}
.nav-menu ul.navbar-nav > li:hover > a,
.nav-menu ul.navbar-nav > li.active > a,
.nav-menu ul.navbar-nav > li > a:focus,
.nav-menu ul.navbar-nav > li > a:hover{  
  background-color: transparent !important;  
  color: #000000;
}
.nav-menu nav.mobile {
  display: none;
}
@media (max-width: 1199px){    
  #navigation > .container {
    padding: 0px 15px;
  }  
  #navigation .menu-area{
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 991px){
  #navigation .gr-navigation{
    padding-bottom: 50px;
  }
  #navigation{
    position: relative;
  }
  #navigation:after{    
    width:100%;
    content: '';
    position: absolute;
    top: 50%;
  }
  #navigation .right-search-block, #navigation .shopby-collections-wrapper{
    top: auto;
    bottom: 0;
  } 
  .nav-menu ul.navbar-nav > li {
    padding: 27px 19px 25px !important;
  }
}
@media (max-width: 767px){
  #navigation .gr-navigation{
    padding-bottom: 0;
  }
  #navigation:after{
    border: 0;
  }
  .gr-top-header .right-cart-blocks{
    width: 100%;
  }
  .nav-menu ul.navbar-nav > li {
    padding: 10px 20px !important;
  }
  .nav-menu ul.navbar-nav > li > a{
    font-weight: 600;
  }
  .navigation > .dropdown-menu .list-title{
    padding-top: 10px;
  }
  .nav > li > .dropdown-menu li.list-title,
  .navbar-nav .open .dropdown-menu,
  .nav-menu ul.navbar-nav > li > a i.fa{
    color: #fff;
  }
  .navigation > .dropdown-menu > li{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navigation .dropdown-menu li > .dropdown-menu{
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, 
  .navbar-nav .open .dropdown-menu > li > a{
    padding: 5px 15px 5px 0px;
  }
  .mega-menu .megamenu-container-1 ul.sub-mega-menu{
    width: 100% !important;
  }
  .megamenu-container-1 ul.sub-mega-menu > li ul li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  .megamenu-container-1 ul.sub-mega-menu > li ul li:last-child{
    border-bottom: 0 !important;
  }
}
@media(max-width: 480px){
  .blog-banner{
    margin-bottom: 30px;
  }
  .article .readmore{
    margin-bottom: 40px;
  }
  .blog-content .article{
    margin-bottom: 35px;
  }
  .mega-menu .megamenu-container-1 ul.sub-mega-menu li{
    width: 100% !important;
  }
}
/*mega menu*/

.mega-menu .megamenu-container-1.col-2 {  
  border: 0;
  left: 0;
  right: auto;  
  padding-left: 0;
  padding-right: 200px;
  background-image: url(/cdn/shop/t/2/assets/mega-bg-01.png?v=119850108343029357071636363242);  
  background-repeat: no-repeat, no-repeat;
  background-position: right center;   
  box-shadow:0 1px 15px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 15px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 15px 0 rgba(0,0,0,0.2); 
}

.mega-menu .megamenu-container-1 ul.sub-mega-menu {
  margin-right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  width: 350px;           
}
.mega-menu .megamenu-container-1 ul.sub-mega-menu > li {
  float: left;
  width: 50%;
}
.mega-menu .megamenu-container-1 ul.sub-mega-menu > li > ul {
  margin-left: 20px;
  margin-right: 20px;
  width: auto;
}
.megamenu-container-1 ul.sub-mega-menu > li ul li {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0 !important;
  width: 100%;
  text-align: left;
  float: left;
}
.megamenu-container-1 ul.sub-mega-menu > li ul li, .mega-menu a {
  color: #3f3f3f;
  font-weight: 500;
}
.megamenu-container-1 ul.sub-mega-menu > li ul li:last-child {
  border-bottom: 0;
}
/*end mega menu*/
/*navigation*/
.nav > li > a:focus, 
.nav > li > a:hover{
  background-color: transparent;
}
.list-title{
  text-transform: uppercase;  
  font-size: 20px;
  border-bottom: 0 !important;
  font-family: Teko;
}
.nav > li > .dropdown-menu{
  padding-left: 20px;
  padding-right: 20px;
}
.nav > li > .dropdown-menu li.list-title{
  font-size: 25px;
}
.nav-menu nav.mobile {
  display: none;
}
.navigation .dropdown-menu{  
  padding: 0 !important;  
  border: 0;
  border-radius: 0;
}
.navigation > .dropdown-menu{
  padding-top: 10px !important;
  right: auto !important;
  left: 0 !important;

  -webkit-box-shadow: 0 1px 15px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 15px 0 rgba(0,0,0,0.2);    
  box-shadow:0 1px 15px 0 rgba(0,0,0,0.2);
}
.navigation > .dropdown-menu .list-title{
  padding-bottom: 10px;
}
.navigation .dropdown-menu li{  
  width: 100%;  
  text-align: left;  
  padding: 0 20px;
  line-height: 1.5em;
  display: block;
  float: left;
}
.navigation .dropdown-menu li.active a{
  color: #f3a46f;
}
.navigation .dropdown-menu li i.fa{
  float: right;
  color: #646464;
  margin-top: 3px;
  transform:rotate(-90deg);
  -ms-transform:rotate(-90deg); /* IE 9 */
  -webkit-transform:rotate(-90deg); /* Safari and Chrome */
}
.navigation .dropdown-menu li a{
  padding: 10px 0;
  border-top: 1px solid #f2f2f2;
  border-top: 1px solid rgba(0,0,0,0.1);
  float: left;
  width: 100%;
  display: block;
  text-transform: capitalize;
}
.navigation .dropdown-menu li a > span{
  float: left;
}
.navigation .dropdown-menu li a:hover,
.navigation .dropdown-menu li a:focus{
  background-color: transparent;
}
.sub-mega-menu li,
.sub-mega-menu a,
.navigation .dropdown-menu li,
.navigation .dropdown-menu li span,
.navigation .dropdown-menu a{  
  font-weight: 500;
}
.sub-mega-menu span:hover,
.sub-mega-menu a:hover,
.navigation .dropdown-menu li a:hover span,
.navigation .dropdown-menu a:hover{
  font-weight: 500;
  color: #f3a46f;
}
.navigation .dropdown-menu li > .dropdown-menu{
  left: 100% !important;
  margin-left: 5px !important;
  top: 0;
  -ms-transform: scale(1,0); /* IE 9 */
  -webkit-transform: scale(1,0); /* Chrome, Safari, Opera */
  transform: scale(1,0);

  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease; 
}
.navigation .dropdown-menu li:hover > .dropdown-menu{
  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Chrome, Safari, Opera */
  transform: scale(1);
}

.navigation .dropdown-menu li .dropdown-menu li:first-child a{
  border-top: 0;
}
.navigation .dropdown-menu .dropdown .sub-dropdown{    
  padding-right: 30px;
  padding-left: 0px;
  padding-bottom: 0px;
  left: 0;
  right: auto;
}

/*RESPONSIVE SUBMENU*/
/*End navigation*/
/* This will work for firefox */
@-moz-document url-prefix() {  
}
/*End navigation*/

/*RESPONSIVE*/
@media (max-width: 991px){  
  header#top{
    position: static;
  } 
  .right-links-blocks {  
    margin-top: 20px;
  }
  .mega-menu .megamenu-container-1.col-2 {
    padding-right:  0;  
    background-image: none;
  }      
}

@media (min-width: 768px){
  #is-mobile-nav-menu{
    display: none;
  }  
}
@media (max-width: 767px){ 
  header *{
    z-index: 9;
  }  
  .is-mobile-login .customer.dropdown-menu,
  .currencies.dropdown-menu{
    border-radius: 0;     
    right: auto;  
  }
  .is-mobile-login .customer.dropdown-menu{
    padding: 5px;
    margin-top: 10px;
    left: 0;
    margin-left: -80px;
  }
  .currencies.dropdown-menu{    
    margin-top: 11px;
    left: 0px;
  }
  .is-mobile-login .customer.dropdown-menu li{
    width: 100%;
    text-align: center;
  }
  .is-mobile-login .customer.dropdown-menu li a:hover{
    background-color: transparent;
    color: #f3a46f;
  }
  .is-mobile-login .customer.dropdown-menu li a{    
    text-transform: uppercase;        
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
  }
  .is-mobile-login .customer.dropdown-menu li:last-child a{
    border-bottom: 0;
  }
  .logo{
    padding: 20px 0px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
  } 
  .mobile-top-navigation{
    width: 100%;
    margin: 0;
    padding: 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }    
  .mobile-top-navigation:after{
    display: block;
    content:'';
    clear: both;
  }
  .mobile-top-navigation > ul{
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;  
    margin-left: 0;
  }
  .mobile-top-navigation > ul > li{
    margin: 0 20px;
    position: relative;
  }
  .mobile-top-navigation > ul > li:after{    
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    height: 10px;
    width: 1px;
    background-color: #000;
    margin-top: -5px;
  }
  .mobile-top-navigation > ul > li:last-child::after{
    width: 0;
  }
  .num-items-in-cart{
    margin-top: -6px;
  } 
  .mobile-top-navigation i.fa{    
    cursor: pointer;
    line-height:20px;
  }  
  .mobile-top-navigation  .currency_code.visible-xs{
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
  }
  .currency.btn-group:hover{
    background-color: transparent;
  }
  .currency.btn-group > a:hover i.fa,
  .currency.btn-group > a span:hover{    
    color: #f3a46f !important;
  } 

  /*navigation*/  
  .right-links-blocks {
    margin-top: 0px;
  } 
  .navbar-nav{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 0;    
    overflow-y: hidden;
  }  
  .leftnavi-open .navbar-nav{    
    min-height: 205px;
    height: 205px;    
    overflow-y: auto;
  }
  .leftnavi-open .navbar-nav::-webkit-scrollbar {
    display: none;
  }
  .is-mobile-nav-menu ul.nav{
    margin: 0;
    float: left;
  }   
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    background-color: transparent !important;
  }
  ul.nav li a{    
    font-weight: 500;        
    color: #D2D2D2;
  }
  .is-mobile-nav-menu ul.navbar-nav > li{
    width: 100%;
    padding: 5px 30px;
    margin: 0 !important;
    background-color: #000;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .is-mobile-nav-menu ul.navbar-nav > li a span{
    color: #fff !important;
  }
  .mobile-top-navigation{
    position: relative;
  }
  #showLeftPush{
    border: 1px solid #000;
    background-color: transparent;    
    position: absolute;
    width: 20px;
    height: 20px;    
    left: 10px;
  }
  #showLeftPush i.fa{
    color: #000;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 10px;    
    text-align: center;
    left: 50%;
    margin-left: -10px;
  }
  .right-links-blocks ul li .currency {
    padding: 8px 0px;
  }
  .num-items-in-cart{
    margin-top: 0px;
    position: relative;
    width: 16px;
    line-height: 17px;
    height: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .num-items-in-cart .icon{
    position: absolute;
    top: 0px;
    left: calc(100% + 5px);
  }
}

@media(max-width: 480px){
  header#top{
    height: auto;
  }
  .mobile-top-navigation,
  .left-search-block{
    width: 100%;
    float: left;
  }  
  .header-search form{
    margin-bottom: 12px;
  }  
}
@media(max-width: 360px){
  .is-mobile-login .customer.dropdown-menu{       
    margin-left: 0px;
  }
}
/*END RESPONSIVE*/
/*---------------------------------
END COL LEFT
-----------------------------------*/   
/*POPUP NEWLETTER*/

#newsletter-popup{  
  padding-right: 0px !important;
  text-align: center;
  color:  #646464;  
}
#newsletter-popup .nl-wraper-popup{
  width: 730px;
  padding-right: 280px;
  padding-left: 50px;
  padding-top: 38px;
  padding-bottom: 60px;
  /*height: 370px;*/
  margin: 0px auto;
  background-color: #ECEAEB;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -365px;
  margin-top: -185px;
  background-image: url(/cdn/shop/t/2/assets/mailing_bg.png?v=30323355330930536681637195367);
  background-position: 0 0;
  background-repeat: none;
}
#newsletter-popup .nl-popup-close{
  position: absolute;
  right:0;
  top: 0; 
  color: #fff;
  margin-right: -33px;  
  cursor: pointer;
}
#newsletter-popup .nl-popup-close i.fa{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -5px;
}
#newsletter-popup .nl-popup-close span{
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  line-height: 22px;
}
#newsletter-popup form h4{
  font-size: 40px;
  text-transform: uppercase;
  color:  #fff;
  font-family: Teko;
  position: relative;  
  /*padding-bottom: 37px;
  margin-bottom: 35px;*/
}
#newsletter-popup form .group_input{
  position: relative;
  margin-bottom: 27px;
}
#newsletter-popup form .group_input input{
  padding-right: 50px;
  height: 40px;  
  border: 0;
}
#newsletter-popup form .group_input input::-webkit-input-placeholder {
  color:  #646464;  
  font-style: italic;
  font-size: 14px;
}
#newsletter-popup form .group_input input:-moz-placeholder { /* Firefox 18- */
  color:  #646464;  
  font-style: italic;
  font-size: 14px;
}
#newsletter-popup form .group_input input::-moz-placeholder {  /* Firefox 19+ */
  color:  #646464;  
  font-style: italic;
  font-size: 14px;
}
#newsletter-popup form .group_input input:-ms-input-placeholder {  
  color: #646464;  
  font-style: italic;
  font-size: 14px;
}
#newsletter-popup form .group_input button{
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 40px;
  border: 0;
  background-color: transparent; 
}
#newsletter-popup form .group_input button i.fa{
  font-size: 14px;
}
#newsletter-popup .tagline{
  margin-bottom: 23px;
  line-height: 23px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#newsletter-popup #popup-hide label{
  font-weight: normal;
}
/*RESPONSIVE*/
@media (max-width: 1199px){	      
  #newsletter-popup{
    margin-left: 80px;
  }  
}

@media (max-width: 991px){	     
  #newsletter-popup .nl-wraper-popup{
    width: 530px;
    margin-left: -265px;    
    background-position: 0px 0px;
    background-position: -122px 0px;
    padding-right: 185px;
  }
}
@media (max-width: 767px){	 
  #newsletter-popup{
    margin-left: auto;    
  }
  #newsletter-popup .nl-wraper-popup{
    width: 80%;
    margin-left:-40%; 
  }
}
@media (max-width: 600px){	
  #newsletter-popup .nl-wraper-popup{
    padding-right: 50px;
    background-position: -175px 0px;    
  }
  #newsletter-popup form h4{
    font-size: 30px;
  }
  @media (max-width: 480px){	
    #newsletter-popup .nl-wraper-popup{
      padding-left: 20px;
      padding-right: 20px;
    }
  }
}
/*END RESPONSIVE*/
/*END POPUP NEWLETTER*/

/*---------------------------
PAGE
-----------------------------*/
.page{
  margin-bottom: 30px !important;
}
#page{margin-bottom:100px;}
#page > .container{
  padding: 0;
}
#page > .container{
  padding-left: 30px;
  padding-right: 30px;
}
#page > .container > .col-md-12{padding: 0; line-height: 1.55em; }
@media(max-width: 767px){
  #page > .container{
    padding-left: 15px;
    padding-right: 15px;
  }  
}
/*---------------------------
END PAGE
-----------------------------*/

/*---------------------------
PAGE LOGIN
-----------------------------*/
#customer-login {
  position: relative;   
}
#customer-login .group-login{
  margin-top: 60px;
}
#customer-login > .container{
  padding: 0;
}
#customer-login .container > .row{
  padding-top: 83px;
}
#customer-login .alert-error-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: -83px 0px 0;
  padding: 0;
}
#content{
  overflow: hidden;
  background-image: url(/cdn/shop/t/2/assets/bg_image.jpg?v=73048665086698776871636363202);
}
#content #customer_login_guest,
#content #customer_login{
  float: left;
  margin-bottom: 15px;
  width: 100%;
  padding: 24px 15px 30px;
}
#content #customer-register h4{
  background-color: #fff;
  color: #969696;
  font-weight: bold;
  padding: 15px 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
#content #customer-register .note a{
  color: #646464;  
  font-weight: 600;
}
#content #customer-register .note:hover{
  color: #f3a46f;  
}

#content #customer-register label,
#content #customer-login label{
  width: 100%;
  padding: 0;
  display: block;
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Raleway;
  color: #646464;  
  margin-bottom: 10px;
}

#content #customer-login .txt-recover{  
  margin: 10px 0px 0 0px;
  line-height: 34px;
  color: #646464;
}
#content #customer-login .txt-recover:hover{
  color: #f3a46f;
}

#content #customer-register input.text,
#content #customer-login input.text{
  margin-bottom: 18px;
  height: 43px;
  width: 100%;
  border: 1px solid #b2b2b2;
  padding: 10px;
}
#log-in-form{
  border-right: 1px solid #e5e5e5;
}
#log-in-form .col-md-6.col-left{
  padding-left: 0;
}
#log-in-form .col-md-6.col-right{
  padding-right: 0;
}
#content #customer-login h4{    
  margin: 0;
  padding: 13px 30px;
  margin-left: -15px;
  margin-right: -15px;
  font-weight: bold;
  font-size: 14px;
  color: #969696;
  float: left;
  width: calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  border-bottom: 1px solid #e5e5e5;
}
#content #customer_login_guest .btn{
  margin-top: 127px;
}

#content #customer-register form{  
  border: 1px solid #e5e5e5;
  background-color: #fff;
  width: 60%;
  margin: 0 20% 135px;  
  padding: 0 20px 20px 20px;
  float: left;
}
#customer-register .btn-1{
  width: 200px;
  border: 2px solid #001528;
  background-color:#fff;
  color: #001528;
}
#customer-register .btn-1:focus,
#customer-register .btn-1:hover{
  border: 2px solid #001528;
  background-color: #001528;
  color: #fff;
}
#recover-password{
  margin-bottom: 100px;
}
#recover-password h4{
  margin-bottom: 10px !important;
}
#recover-password .btn{
  margin-right: 10px;
}
.group-login{
  background-color: #fff;
  width: 100%;
  float: left;
  border: 1px solid #e5e5e5;
  margin-bottom: 100px;
}
.group-login .btn-1{
  background-color: #fff;
  border: 2px solid #19253b;
  color: #19253b;  
}
.group-login .btn-1 i.fa{
  color: #19253b;  
}
.group-login .btn-1:hover{
  background-color: #19253b;
  border: 2px solid #19253b;
  color: #fff;
}
.group-login .btn-1:hover i.fa{
  color: #fff;
}
/*RESPONSIVE*/
@media (max-width: 1199px){	
  #customer-login > .container{
    padding-left: 0;
    padding-right: 0;
  }
  .group-login .btn-1,
  .group-login .btn-1:hover{
    background-color: #19253b;
    border: 2px solid #19253b;
    color: #fff;
  }
  .group-login .btn-1 i.fa,
  .group-login .btn-1:hover i.fa{
    background-color: #19253b;
    border: 2px solid #19253b;
    color: #fff;
  }
}
@media (max-width: 991px){	
  #content #customer_login{
    margin-bottom: 30px;
  }
  #log-in-form .col-md-6.col-left,
  #log-in-form .col-md-6.col-right{
    padding: 0;
  }
  #content #customer-login #guest h4{
    border-top: 1px solid #e5e5e5;
  }
  #content #customer_login_guest .btn {
    margin-top: 20px;
  }  
}
@media (max-width: 767px){	
  #content #customer_login_guest{
    margin-bottom: 30px;
  }
  #content #customer_login_guest .btn {
    margin-top: 10px;
  }
  #customer-login > .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  #content #customer-register form{
    width: 100%;
    background-color: #fff;
    margin: 0 auto 30px auto!important;
  }
}
@media (max-width: 480px){	
  #content #customer-login .txt-recover{
    margin-left: 0px;
    margin-right: 40px;   
  }    
}
@media (max-width: 320px){	
  #content #customer-register .action_bottom .btn{
    width: 100%;
    margin-bottom: 10px;
  }
}

/*END RESPONSIVE*/
/*---------------------------
END PAGE LOGIN
-----------------------------*/

/*SHOPPING CART*/
#cart .price{
  font-family: Raleway;  
  font-size: 16px;
  color: #fff;
}
.wishlist-item .link a.title{
  color: #646464;
  text-transform: uppercase;
}
.wishlist-item .link a.title:hover{
  color: #f3a46f;
}
.wishlist-item td.action{
  text-align: center;
}
.wishlist-item td.action button{
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 20px;
}
.wishlist-item td.action button i.fa{
  line-height: 0;
}
/*END SHOPPING CART*/


/*FIX*/
.img-preloader{  
  background-image: url(/cdn/shop/t/2/assets/loading.gif?v=63200466234103888121636363240); 
  background-repeat: no-repeat;
  background-position: center center;
  min-width:100px;min-height:100px;display:block;overflow:hidden}
.img-preloader .home-slideshow{min-width:100px;min-height:100px;display:block}

.form-control{
  border-radius: 0;
}
.home-slideshow-loader{
  text-align: center;
  margin-top: 45px;
}
.loading{
  text-align: center;
}
/*END FIX*/
/*====================================*/
/* Loading screen */
/*====================================*/
#loading-div{
  position: fixed;
  top: 0!important;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 99999;
}

#loader-wrapper {
  position: absolute;
  top: 50%!important;
  left: 50%;
  width: 385px;
  height: 242px;
  z-index: 1000;
  background-color: #333;
  text-align: center;
  margin-left: -192px;
  margin-top: -121px;
}
.loading-div-logo img{margin:0 auto}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
  }
}

/* End Loading screen */
@-webkit-keyframes arrow-jump {
  0%   { opacity: 0;}
  100% { opacity: 1; 
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -0-transform: translateX(10px);
    transform: translateX(10px);
  }

}
#arrow-review{
  -webkit-animation: arrow-jump 1s infinite; / Safari 4+ /
  -moz-animation:    arrow-jump 1s infinite; / Fx 5+ /
  -o-animation:      arrow-jump 1s infinite; / Opera 12+ /
  animation:         arrow-jump 1s infinite; / IE 10+, Fx 29+ /
  padding-right: 10px;
}


/*====================================*/
/*End load*/
/*====================================*/

/*=====================================
Input css
=======================================*/
.input {
  position: relative;
  z-index: 1;
  display: inline-block;  
  width: 100%;  
  vertical-align: top;
}

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #646464;
  font-weight: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none;
}

.input__field:focus {
  outline: none;
}

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #646464;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  margin-bottom: 0 !important;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

.icon {
  color: #ddd;
  font-size: 150%;
}
/* Individual styles */
/*Page search*/
#content #search .col-md-12.expanded-message{
  padding: 0;
  text-align: center;
}
#content #search .col-md-12.expanded-message .search-field{
  margin-bottom: 20px;
  margin-top: 20px;
}
#content #search form.search{
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding-right: 40px;
  border: 1px solid #e5e5e5;
}
#content #search form.search input#go{   
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  height: 16px;
  width: 16px;
}
#content #search form.search input.search_box{    
  width: 100%;
  height: 40px;
  padding: 10px;
  line-height: 20px;
  border: 0;
}
#content #search .results #sandBox{
  margin-left: -45px;
  margin-right: -45px;
  margin-top: -15px;
  margin-bottom: 30px;
}
@media(max-width: 767px){
  #content #search .results #sandBox{
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media(max-width: 600px){
  #content #search .results #sandBox .element{
    width: 50%;
  }
}
@media(max-width: 420px){
  #content #search .results #sandBox .element{
    width: 100%;
  }
}
/*End Page search*/
/*MISC*/
#scroll-to-top{
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;  
  color: #fff;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  z-index: 9;  

  background: none repeat scroll 0% 0% #1c2e3f;   
  line-height: 45px;  
}
#scroll-to-top.off{
  display: none;
}
#scroll-to-top .fa{
  font-size: 20px;
  line-height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;  
  margin-top: -5px;
  margin-left: -6px;
}
.dash-line{
  display: block;  
  margin: 10px 0;
  position: relative;
  width: 100%;
}
.dash-line:before{
  border-bottom: 3px double #f5f5f5;
  width: 100%;	
  content: '';
  position: absolute;
  left: 0;
  top: 50%;  
}
.dash-line:after{
  position: absolute;
  left: 50%;
  top: 50%;  
  height: 12px;
  width: 41px;
  content: '';  
  margin-top: -4px;
  margin-left: -35px;
  padding: 0 30px;  
  background-image: url(/cdn/shop/t/2/assets/line.png?v=150412912361625134211636363239); 
  background-color: #fff; 
  background-repeat: no-repeat;
  background-position: center center;  
}
/*END MISC*/
/*FILTER*/
#showTagsFilter{
  position: absolute;
  font-size: 20px;
  width: 120px;  
  height: 100%;
  background-color: #001528;
  color: #ffffff;
  border: 0;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-transform: uppercase;  
  font-family: Teko;
}
@media(min-width: 1200px){
  #showTagsFilter:hover{
    opacity: 0.5;
    filter: alpha(opacity=50);  
  }  
}

#showTagsFilter .fa{  
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
}

#tags-filter-content .tags-filter-block{
  height: 250px;
  border-left: 1px solid #e5e5e5;
}
#tags-filter-content{    
  border-bottom: 1px solid #e5e5e5;  
}
.filter-tag-group,
#tags-filter-content{  
  width: 100%;
  float: left;
}
.filter-tag-group{
  background-color: #fff;
}
#tags-filter-content .tag-group .title{
  text-transform: uppercase;
  font-size: 14px;
  margin-top:20px;
  margin-bottom:20px;
  font-weight: bold;
  font-family: Raleway;
  color: #646464;
}
#tags-filter-content .tag-group{
  border-left: 1px solid #e5e5e5;
  height: 205px;  
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#tags-filter-content.tags-closed .tag-group{
  border-left: 0 !important;
}
#tags-filter-content .tag-group > ul{
  height: 130px;
  overflow: auto;
}
#tags-filter-content .tag-group::-webkit-scrollbar{
  display: none;
}
#tags-filter-content.tags-closed .tag-group{
  height: 0px; 
}
#tags-filter-content.tags-closed{  
  border-bottom: 0;
}

#tags-filter-content .tag-group:last-child{
  border-right: 1px solid #e5e5e5;
}
#tags-filter-content.tags-closed .tag-group:last-child{
  border-right: 0 !important;
}
#tags-filter-content .tag-group li{
  margin-bottom: 7px;
  display: block;
  width: 50%;
  float: left;
}
#tags-filter-content .tag-group li a{
  color: #646464; 
  font-size: 13px;
  position: relative;
  padding-left: 33px;
}
#tags-filter-content .tag-group li a span.fe-checkbox{
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  margin-top: -7px;
  background-image: url(/cdn/shop/t/2/assets/bg_none_check.png?v=47757518896475381431636363202);
  background-repeat: no-repeat;
  background-position: center center;
}
#tags-filter-content .tag-group li.active a span.fe-checkbox{
  background-image: url(/cdn/shop/t/2/assets/bg_check.png?v=22018496463557864051636363201);
}

#tags-filter-content .swatch-tag{
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 7px;
  width: auto !important;
}
#tags-filter-content .swatch-tag span a{
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #646464;  
}
#tags-filter-content .tag-group li{
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#tags-filter-content .tag-group li.white-color span{
  border-color: #ddd;  
  border-width: 2px;
  border-style: solid;
}
#tags-filter-content .swatch-tag span{
  display: block;
  width: 30px;
  height: 30px;    
  background-position: center center;
  background-repeat: repeat;  
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#tags-filter-content .swatch-tag{
  border-width: 2px;
  border-style: solid; 
  border-color: transparent;
}
#tags-filter-content .swatch-tag:hover, 
#tags-filter-content .swatch-tag.active{
  border-color: #3f3f3d !important;  
}
#tags-filter-content .swatch-tag.white-color:hover span, 
#tags-filter-content .swatch-tag.active.white-color span{
  border-color: #fff;
}
@media (max-width: 1360px){
  #tags-filter-content .tag-group li a{
    padding-left: 20px;  
  }  
}

@media (max-width: 991px){
  #tags-filter-content .tag-group{
    width: 50%;
    float: left;
    height: 150px;
  }
  #tags-filter-content .tag-group#coll-filter-2{
    border-right: 1px solid #e5e5e5;
  }
  #showTagsFilter{
    position: absolute;
    font-size: 15px;
    width: 70px;
    height: 40px;            
    left: 15px;
    top: auto;        
    bottom: 10px;
  }
  #showTagsFilter .fa{
    margin-top: -9px;
    right: 5px;
  }
}
@media (max-width: 540px){
  #tags-filter-content .tag-group{
    width: 100%;    
    height: auto;
    padding-bottom: 10px;
    border-right: 1px solid #e5e5e5;
  }
}
/*END FILTER*/
/*testimonials*/
#testimonials{
  margin-left:-10px;
  margin-right:-10px;
  /*
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -webkit-justify-content: left;
  */
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}
.ttm-item{
  margin: 0 10px;
}
#testimonials .ttm-item-preview-desc{
  background-color: #f6f6f6;
  position: relative;  
  padding: 55px 30px 25px;  
  border: 1px solid #ebebeb;
  background-image: url(/cdn/shop/t/2/assets/quote.png?v=13972227864006296221636363256);
  background-repeat: no-repeat;  
  background-position: 30px 32px !important;
  border-radius: 3px;
  margin-bottom: 32px;
}
#testimonials .ttm-item-preview-desc:after{
  content: '';
  position: absolute;
  top: 100%;
  left: 30px;
  width: 21px;
  height: 19px;
  margin-top: -5px;
  background-repeat: no-repeat;  
  background-image: url(/cdn/shop/t/2/assets/icon-testimonial.png?930);
}
.ttm-item-bottom{
  margin-left: 50px;
  margin-bottom: 60px;  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: left;
  -moz-justify-content:left;
  -ms-justify-content: left;
  -webkit-justify-content: left;
}
.ttm-item-image{
  margin-right: 25px;
}
.ttm-item-preview{
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
.ttm-item-bottom .name{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.ttm-item-bottom .staff{
  color: #f3a46f;
  font-style: italic;
} 

@media (max-width: 991px){ 
  #testimonials{
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    margin: 0;
  }  
  .ttm-item{
    margin: 0;
  }
}
@media (max-width: 360px){ 
  .ttm-item-bottom{
    margin-left: 0;
  }
}
/*end testimonials*/
/*LOAD*/
#collection-content{
  position: relative;
  margin-bottom: 40px;
}
#tags-load{
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;    
  position: fixed;  
  z-index: 999;
}
#tags-load:before{
  content: '';
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0.7);
  opacity: 0.7;
}
#tags-load .fa{
  position: absolute;
  top: 40%;
}
#content{
  overflow: hidden;
}
/*END LOAD*/
/*------------
GENERAL
-------------*/
.center-title{
  text-align: center;  
  font-size: 31px;
  padding: 45px 0;
  margin: 0;
}
.title-custom{
  padding: 30px 0 0;
}
.center-title span{
  position: relative;
  padding-left:20px;
  padding-right: 20px;
  height: 30px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #000000;
}

.center-title span:before,
.center-title span:after{
  content: '';
  position: absolute;
  top:50%;  
  margin-top: -6px;
  width: 79px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.center-title span:before{  
  background-image: url(/cdn/shop/t/2/assets/line-left.png?v=152182955951533473431636363238);  
  right: 100%;
  left: auto;
}
.center-title span:after{
  background-image: url(/cdn/shop/t/2/assets/line-right.png?v=150940484926736511191636363239);
  left: 100%;
  right: auto;
}
@media(max-width: 480px){
  .center-title {  
    margin: 0px 15px;
    overflow: hidden;
  }
}
/*--------------
END GENERAL
---------------*/
/*-------------------------------
BESTSELLER BLOCK
--------------------------------*/
.product-infomartion .description > .col-md-6.big-img{
  display: none;
}
.product-infomartion .description > .col-md-6{
  width: 100%;
  padding-left: 0;
}

.collec-title {
  margin-top: 40px;
}
.collec-title a{
  font-size: 90px;
  color: #1e1e1e;
}
#bestsellers{
  padding-bottom: 140px;
  background-color: #fff;
}
#bestsellers .rating-star{
  margin-right: 5px;
  line-height: 18px;
}
@-moz-document url-prefix() { 
  #bestsellers .rating-star{ 
    line-height: 18px;
  }
}
#bestsellers .row-container > .row-left{
  position: relative;
  padding: 0 !important;
}
#bestsellers .variants-select{
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 72px;
  margin-top: 112px;
  border-right: 1px solid #e5e5e5;
}
#bestsellers .variants-select .swatch{
  padding: 0 20px;
}
#bestsellers .variants-select .limit-text{
  text-transform: uppercase;
  color: #000;
  margin-top: 8px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#bestsellers .product-infomartion.have-limit{  
  padding-left:  144px;    
}
#bestsellers ul.quickview-wishlist-wrapper{
  text-align: left;
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
.bestsellers-content .description{
  margin-top: 23px;
}
.bestsellers-content .btn-1{
  width: 250px;
  line-height: 37px;
  padding: 0;
  height: 40px;
  margin-top: -12px;
  margin-left: 0;
  border: 2px solid #0077c0;
  background-color: #0077c0 !important;
  color: #ffffff;
}
.bestsellers-content .btn-1:hover{
  border: 2px solid #0077c0;
  background-color: #ffffff !important;
  color: #0077c0;
}
.bestsellers-content ul.quickview-wishlist-wrapper > li:first-child{
  padding-left: 0;
}
.bestsellers-block .rating-and-shipping li{
  float: left;
}
.bestsellers-block .rating-and-shipping{
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.bestsellers-block .rating-and-shipping .free-shipping{
  text-transform: uppercase;
  color: #1180c4;  
  font-weight: bold;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 20px;
  line-height: 20px;

}
.bestsellers-block .price_sale{
  color: #1e1e1e;
  font-size: 36px;
}
.bestsellers-block .product-price .price_compare{
  font-size: 20px;
}
.bestsellers-block .view-detail{
  display: inline-block;
  *display: inline;
  zoom: 1;  
  margin-bottom: 7px;
}
.bestsellers-block .view-detail a{
  color: #313131;
  font-weight: bold;
}
.bestsellers-block .view-detail a i.fa{
  margin-left: 5px;
}
.bestsellers-block .product-infomartion h3{
  margin-top: -30px;
}
.bestsellers-block .pro-title a,
.bestsellers-block .product-infomartion h3,  
.men-block .pro-title a,
.men-block .product-infomartion h3,  
.women-block .pro-title a,
.women-block .product-infomartion h3{
  color: #1e1e1e;
  font-size: 32px;
}
#women-cycle{
  background-color: #fff; 
}
.men-block .product-infomartion h3{
  margin-bottom: 5px;
}
.men-block  .product-spec,
.women-block .product-spec{
  width: 100%;
  float: left;
  margin-bottom: 14px;
}
.men-block .product-infomartion .info-left,
.women-block .product-infomartion .info-left{
  padding-left: 0;
}
.men-block .product-spec ul li,
.women-block .product-spec ul li{
  float: left;
  width: 25%;
  border: 1px solid #e5e5e5;
  border-right: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.women-block .product-spec ul li:last-child,
.men-block .product-spec ul li:last-child{
  border-right: 1px solid #e5e5e5;
}
.men-block .product-spec .number,
.women-block .product-spec .number{
  font-size: 45px;
  font-family: Teko;
  display: block;
  line-height: 1em;
}
.men-block .product-spec .unit,
.women-block .product-spec .unit{
  text-transform: uppercase;
  display: block;
  margin-top: -5px;
}

.men-block .description ul > li,
.women-block .description ul > li{
  margin-bottom: 13px;  
}
.men-block .description ul > li img,
.women-block .description ul > li img{
  margin-right: 10px;  
}

.men-block ul li a,
.women-block ul li a{  
  text-transform: uppercase;
  color: #646464; 
}
.men-block ul li a:hover,
.women-block ul li a:hover{
  color: #f3a46f;
}
.men-block ul li a i.fa, 
.women-block ul li a i.fa{
  margin-left: 2px;
}
.men-block .quicklink-product{
  margin-bottom: 10px;
}
.men-block .quicklink-product .container_item{
  padding: 0px 40px;
  display: block;
}
.men-block .quicklink-product .qlp-title{
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.women-block .description p,
.men-block .description p{
  line-height: 1.5em !important; 
  margin-bottom: 15px;
}
.men-block .row-right,
.women-block .row-right{
  padding-right: 0 !important;
  padding-left: 15px !important;
}

.men-block .row-left,
.women-block .row-left{
  padding-left: 0 !important;
}

.men-block .info-right,
.women-block .info-right{
  padding-right: 0;
}

.replacement-parts{
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.replacement-parts span{
  text-transform: uppercase;
  font-weight: bold;
}
.replacement-parts img{
  margin-right: 10px;
}
.replacement-parts span i,
.replacement-parts span{
  color: #ff6600;  
}
/* Tooltip color*/
#bestsellers .tooltip{
  top: 0;
  bottom: 0;
  left: 100%;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 7px 0;
}
@media(min-width: 421px){
  #bestsellers .swatch .tooltip:after{
    left: 0;
    margin-left: -10px;
    margin-bottom: -5px;
    bottom: 50%;   
    border-right: 13px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;        
  }
}
/*End Tooltip color*/
@media(max-width: 1199px){
  .bestsellers-content .btn-1{
    margin-top: 0;
    width: 200px;
  }
  .men-block ul li a,
  .women-block ul li a{    
    font-size: 12px;
  }
}
@media(max-width: 991px){
  .bestsellers-content ul.quickview-wishlist-wrapper > li:first-child{
    display: none;
  }
  ul.quickview-wishlist-wrapper > li:last-child a{
    color: #646464;
  }
  #bestsellers{
    padding-bottom: 50px;
  }
}
@media(max-width: 767px){
  #bestsellers .row-container > .row-left{
    width: 100%;
    padding: 0 20px !important;
  }
  #bestsellers .variants-select{
    left: 20px;
  }
  #bestsellers .row-container > .row-right{
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  #bestsellers .product-infomartion.have-limit{
    padding-left: 90px;
  }
  #bestsellers .home-bestsellers-img{
    text-align: center;
  }  
  #bestsellers .home-bestsellers-img img{
    display: inline-block;
    *display: inline;
    zoom: 1;
  }    
  .men-block .row-left, 
  .women-block .row-left{
    padding-right: 0;    
  }
  .men-block .hoverBorderWrapper,
  .women-block .hoverBorderWrapper{
    text-align: center;
  }
  .men-block .hoverBorderWrapper img,
  .women-block .hoverBorderWrapper img{
    display: inline-block;
    *display: inline;
    zoom:1;
  }
  .men-block .row-right, 
  .women-block .row-right{
    width: 100%;
  }
  .men-block .info-right, 
  .women-block .info-right{
    width: 50%;
    float: left;
  }
  .men-block .product-infomartion .info-left, 
  .women-block .product-infomartion .info-left{
    width: 50%;
    float: right;
  }
  .men-block .row-right, 
  .women-block .row-right{
    padding-right: 15px !important;
  }  
  .women-block .info-right{
    padding-left: 0;
    padding-right: 15px;
  }
  .women-block .product-infomartion .info-left {
    padding-right: 0px;
    padding-left: 0;
  }
  .men-block .row-left, 
  .women-block .row-left{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .men-block .info-right{
    padding-left: 0;
    padding-right: 15px;
  }
  .men-block .product-infomartion .info-left {
    padding-right: 0px;
    padding-left: 0;
  }
}
@media(max-width: 420px){
  #bestsellers .product-infomartion.have-limit{
    padding-left: 0px;
  }
  #bestsellers .variants-select{
    left: 0px;
    position: relative;
    width: 100%;
    margin-top: 40px;
    border-right: 0px none;
    text-align: left;
  }
  #bestsellers .variants-select .swatch {
    padding: 0;
  }
  #bestsellers .color.swatch .swatch-element{
    margin-right: 5px;
  }
  #bestsellers .variants-select .limit-text{
    font-weight: bold;
  }
  #bestsellers .collec-title{
    margin-top: 0;
  }

  /* Tooltip color*/
  #bestsellers .tooltip{
    left: 0;
    top: auto;
    bottom: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  #bestsellers .swatch .tooltip:after{
    left: 11px;
    margin-left: 0px;
    margin-bottom: 0px;
    bottom: auto;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #000;    
    top: 100%;
    margin-top: -2px;
  }
  /*End Tooltip color*/
}
/*-------------------------------
END BESTSELLER BLOCK
--------------------------------*/
/*---------------------
GROUP CONTENT CENTER
----------------------*/
.group-content-center{
  width: 100%;
  float: left;    
  padding-bottom: 50px;
}
/*--------------
HOME TAB
----------------*/
#home-tabs-wrapper{
  background-image: url(/cdn/shop/t/2/assets/bg_image.jpg?v=73048665086698776871636363202);  
}

/*TAB TITLE*/
.home-tabs-title{
  border-bottom: 0;
}
.home-tabs-title  li{
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: none;    
}
#tabs-information .nav-tabs > li:first-child,
.home-tabs-title li:first-child{
  padding-left: 85px;
}
#tabs-information .nav-tabs > li:last-child,
.home-tabs-title li:last-child{
  padding-right: 85px;
}
#tabs-information .nav-tabs > li:first-child{
  margin-left: 0;
}

#tabs-information .nav-tabs > li:first-child,
#tabs-information .nav-tabs > li:last-child,
.home-tabs-title li:first-child,
.home-tabs-title li:last-child{
  position: relative;  
}
#tabs-information .nav-tabs > li:first-child::before,
#tabs-information .nav-tabs > li:last-child::before,
.home-tabs-title li:first-child::before,
.home-tabs-title li:last-child::before{
  content:'';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 79px;
  height: 12px;
}
/*
#tabs-information .nav-tabs > li:first-child::before,
.home-tabs-title li:first-child::before{
  background-image: url(/cdn/shop/t/2/assets/line-left.png?v=152182955951533473431636363238);
  left: 0;
}
#tabs-information .nav-tabs > li:last-child::before,
.home-tabs-title li:last-child::before{
  background-image: url(/cdn/shop/t/2/assets/line-right.png?v=150940484926736511191636363239);
  right: 0;
}
*/
#tabs-information .nav-tabs > li a,
.home-tabs-title li a{  
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Teko;
  text-transform: uppercase;  
  border-radius: 0;
  border: 0 !important;
  color: #969696;  
  position: relative;
}
.home-tabs-title li a{
  font-size: 31px;
}
#tabs-information .nav-tabs > li a{
  font-size: 31px;
}
#tabs-information .nav-tabs > li a:after,
.home-tabs-title li a:after{
  content: '';
  background-image: url(/cdn/shop/t/2/assets/tab-line.png?v=102475958098635708851636363269);
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -12px;
  width: 11px;
  height: 20px;
}
#tabs-information .nav-tabs > li:last-child a:after,
.home-tabs-title  li:last-child a:after{
  background-image: none;
}

#tabs-information .nav-tabs > li a:hover,
#tabs-information .nav-tabs > li.active a,
#tabs-information .nav-tabs > li.active a:hover,
.home-tabs-title li a:hover,
.home-tabs-title li.active a,
.home-tabs-title li.active a:hover{
  color: #000000;
  background-color: transparent;
}
#tabs-information .tabs-title{
  margin-bottom: 46px;
}
/*TAB TITLE*/
/*TAB CONTENT*/
#home-tabs-wrapper .section-tab-content{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -webkit-justify-content: left;  
  margin-top: -15px;
}
#home-tabs-wrapper .product-item-wrapper{
  width: 25%;
  padding: 15px;
}
#home-tabs-wrapper .container{
  padding: 0;
}


#video-block{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center;}
#video-block .row{ text-align:center;}
#video-block video{ border:4px solid #fff; max-width:100%;}

@media(max-width: 1199px){
  #home-tabs-wrapper .product-item-wrapper{
    width: 33.33%;
  } 
}
@media(max-width: 991px){
  #tabs-information .nav-tabs > li:first-child,
  .home-tabs-title li:first-child{
    padding-left: 0px;
  }
  #tabs-information .nav-tabs > li:last-child,
  .home-tabs-title li:last-child{
    padding-right: 0px;
  }
  #tabs-information .nav-tabs > li:first-child:before, 
  .home-tabs-title li:first-child:before{
    background-image: none;
  }
  #tabs-information .nav-tabs > li:last-child::before, 
  .home-tabs-title li:last-child::before{
    background-image: none;
  }
  #tabs-information .nav-tabs > li a{
    font-size: 30px;
  }
}
@media(max-width: 767px){
  #home-tabs-wrapper .container{
    padding: 0 15px;
  }
}
@media(max-width: 600px){
  #home-tabs-wrapper .product-item-wrapper{
    width: 50%;
  }
  .home-tabs-title li:first-child{
    padding-left: 0;
  }
  .home-tabs-title li:last-child{
    padding-right: 0;
  }
  .home-tabs-title li:last-child::before,
  .home-tabs-title li:first-child::before{
    background: none;
  }  
}
@media(max-width: 420px){
  .center-title{
    padding: 25px 0;
  }
  .home-tabs-title li a{
    font-size: 20px;
  }
  #home-tabs-wrapper .product-item-wrapper {
    width: 100%;
  }
}

/*END TAB CONTENT*/

/*END HOME TAB*/
/*NEW FEED*/
#news-feed{
  background-color: #fff;
}
#news-feed h4{
  margin-top: -5px;
  margin-bottom: 7px;
}
#news-feed .news-feed-big{  
  padding-left: 0;  
}
#news-feed .news-feed-big .nf-image{
  padding: 0;
  position: relative;
}
#news-feed .news-feed-big .nf-item{
  position: relative;
  width: 100%;
  float: left;
}
#news-feed .news-feed-big .nf-item .nf-content{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 25px;
  background-color: rgba(255,255,255, 0.85);
}
#news-feed .news-feed-big .nf-item .nf-content ul.bottom-area{
  width: 100%;
  float: left;
  margin-bottom: 3px;
}
#news-feed .news-feed-big .nf-item .nf-content ul.bottom-area li{
  float: left;
  text-transform: uppercase;  
}
#news-feed .news-feed-big .nf-item .nf-content ul.bottom-area li i.fa-comments{
  margin-right: 3px;
}
#news-feed .news-feed-big .nf-item .nf-content .hotnew-desc{
  margin-bottom: 20px;  
}

#news-feed .news-feed-big .nf-item .nf-content ul.bottom-area li .author-span{
  font-weight: bold;
}
#news-feed .news-feed-big .nf-item .nf-content ul.bottom-area li:not(.action-btn){
  margin-right: 20px;
}
#news-feed .news-feed-big .nf-item .nf-content ul.bottom-area li.action-btn{
  float: right;
  margin-top: -12px;
}
#news-feed .news-feed-big .nf-item .nf-content ul.bottom-area li.action-btn .btn-2{
  background-color: transparent;
}

#news-feed .news-feed-big h4{
  margin-top: 0px;
}
#news-feed .nf-title2{
  font-size: 32px;
  font-family: Teko;
  color: #010101;
}
#news-feed .news-feed-big .nf-title2{
  font-size: 38px;
}
#news-feed .blog-item-date{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1e3246;
  color: #fff;
  width: 54px;
  height:101px;
  text-align: center;
}
#news-feed .blog-item-date .date{
  display: table;
  height: 100%;
  width: 100%;
}
#news-feed .blog-item-date p{
  display: table-cell;
  vertical-align: middle;
}
#news-feed .blog-item-date span,
#news-feed .blog-item-date small{
  display: block;
  font-family: Teko;  
}
#news-feed .blog-item-date span{
  font-size: 48px;  
  line-height: 1em;
  margin-bottom: 8px;
  position: relative;
}
#news-feed .blog-item-date span:after{
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;  
  width: 30px;
  margin-left: -15px;
  height: 1px;
  background-color: #fff;

}
#news-feed .blog-item-date small{
  font-size: 21px;
}
#news-feed .nf-small .nf-image{
  padding: 0 5px 0 0;
}
#news-feed .nf-small{
  margin-bottom: 25px;
}
#news-feed .nf-small .hotnew-desc{
  margin-bottom: 20px;
}
#news-feed .nf-small .author{
  text-transform: uppercase;
  margin-bottom: 10px;
}
#news-feed .nf-small .author .author-span{
  font-weight: bold;
}
#news-feed .nf-small .cmt{
  margin-bottom: 10px;
}
#news-feed .nf-small .cmt i.fa-comments{
  margin-right: 5px;
}
@media(max-width: 991px){
  #news-feed .news-feed-big{
    padding-right: 0;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  #news-feed .nf-small {    
    width: 100%;
    float: left;
    padding: 0;
  }
}
@media(max-width: 767px){
  #news-feed .news-feed-big .nf-item .nf-content{
    position: static;
    margin-top: 0;
    padding: 20px 0 !important;
  }    
  #news-feed .news-feed-big h4{
    margin-top:-5px;
  }
  #news-feed .news-feed-big .nf-item .nf-content ul.bottom-area li.action-btn {
    float: left;
    margin-top: 20px;
    width: 100%;
  }  
  #news-feed .nf-small,
  #news-feed .news-feed-big { 
    padding: 0px 15px;
  }
  #news-feed .nf-small .nf-image{
    padding-right: 0 !important;
  }  
}
@media(max-width: 520px){  
  #news-feed .news-feed-big .nf-item .nf-content,
  #news-feed .news-feed-big .nf-image{
    width: 100%;    
    width: 100%;
  } 
  #news-feed .nf-small .nf-content,
  #news-feed .nf-small .nf-image {   
    width: 100%;
  }
  #news-feed .nf-small .nf-content{
    padding: 20px 0;
  }
  #news-feed .news-feed-big .nf-item .nf-content ul.bottom-area li.action-btn{
    width: 100%;
  }
}
/*END NEW FEED*/

/*PARTNERS LOGO*/
#partnerslogo{
  padding: 30px 0;  
  background-image: url(/cdn/shop/t/2/assets/bg_image.jpg?v=73048665086698776871636363202);
}
#partners-container{
  position: relative;
}
#partnerslogo img{
  border: 1px solid #e5e5e5;  
  box-sizing: border-box;
}
@media(max-width: 1199px){
  #partnerslogo .owl-next,
  #partnerslogo .owl-prev{
    background-color: #fff;
  }  
  #partnerslogo .owl-prev{
    left: 0;    
  }
  #partnerslogo .owl-next{
    right:0;
  }
}
@media(max-width: 767px){
  #partnerslogo{
    padding-left: 15px;
    padding-right: 15px;
  }
  #partnerslogo .logo{
    padding-top: 0;
  }
  #partnerslogo .logo{
    padding: 0 1px;
  }

}
/*END PARTNERS LOGO*/
/*VIDEO BLOCK*/
#video-block{  
  height: 650px;
  width: 100%;
  background-image: url(/cdn/shop/t/2/assets/home-video-bkg.jpg?v=157977761196622916901636756626);
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #video-block{
    position: static;
  }
}
#video-block .group_video{
  margin-top: 90px;
}
#video-block .video-element .left-block{
  width: 27%;
  text-align: center;
  float: left;
  color: #fafafa;
}
#video-block .video-element .right-block{
  width: 73%;
  float: left;
  padding-left: 22px;
}
#video-block .video-element .right-block iframe{
  max-width: 100%;
}

#video-block .owl-controls{
  width: 27%;
  position: absolute;
  left: 0;
  top: 412px;
  text-align: center;
}
#video-block .owl-prev,
#video-block .owl-next{  
  position: relative;
  left: auto;
  right: auto;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 0;
  color: #fff;  
  width: 70px;
  height: 90px;  
}
#video-block .img-video-caption{
  margin-bottom: 42px;
}
#video-block .owl-prev{
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#video-block .owl-prev i,
#video-block .owl-next i{
  font-size: 43px;
  margin-top: -21px;
  margin-left: -7.5px;

}
@media(max-width: 1199px){
  #video-block{    
    background-attachment: scroll;    
  }    
}
@media(max-width:767px){  
  #video-block .video-element .left-block{
    padding: 0 15px;
    width: 30%;
  }    
  #video-block .video-element .right-block{
    width: 70%;
    padding: 0 15px;
  }
}
@media(max-width:580px){
  #video-block .video-element .right-block,
  #video-block .video-element .left-block{   
    width: 100%;
  }    
  #video-block .img-video-caption{
    width: auto;
    float: none;
    max-width: 100%;
  }
  #video-block .video-element .left-block > span{
    display: block;
    width: 100%;
    margin-bottom: 150px;
  }  
  #video-block .owl-controls {            
    width: 100%;
    left: auto;
    top: 310px;
    right: 0
      margin-right: 0px;
  }
  #video-block .video-element .right-block{
    padding: 0 15px;
  }

  #video-block{     
    background-size: cover;
    padding: 30px 0;
    height: auto;
  }
  #video-block .group_video{
    margin-top: 0;
  }  
}
/*END VIDEO BLOCK*/
/*-------------------
END GROUP CONTENT CENTER
------------------*/
/*BUTTON SLIDE*/
.owl-prev, .owl-next{
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;  
  text-align: center;
}
.owl-prev{
  left: -30px;
}
.owl-next{
  right: -30px;
}
.owl-prev i, .owl-next i{
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -3.5px;
}
/*END BUTTON SLIDE*/
/*----------------------
PAGE COLLECTION ALL
-----------------------*/
/*tag*/
#collection > .container > .col-md-12{
  padding-left: 0;
  padding-right: 0;
}
#collection .list_tags{
  text-align: center;
  margin: 45px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#collection .list_tags li{
  margin: 0 12px;
}
#collection .list_tags span{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  color: #646464;
}
#collection .list_tags li.active span,
#collection .list_tags span:hover{
  color: #f3a46f;
  font-weight: 600;
}
/*End tag*/

/*collection-toolbar*/
.collection-toolbar{
  background-color: #ffffff;    
  position: relative;
  border: 1px solid #e5e5e5;  
  border-left: 0;  
}
.collection-toolbar .showing-number{  
  position: absolute;
  top: 50%;
  left: 140px;
  margin-top: -10px;
}
.collection-toolbar .grid_list,
.collection-toolbar .show-per-page,
.collection-toolbar .sortBy{
  float: right;  
}
.collection-toolbar .show-per-page,
.collection-toolbar .sortBy{
  position: relative;
  padding: 9px 0 9px 0px;
  margin-right: 15px;
}
.collection-toolbar .sortBy{
  margin-right: 20px;
}
#sortBox, #showBox{  
  margin-top: 0;
  padding: 20px;
  min-width: 210px;  
  border-radius: 0px;
  border: 0;
}
#sortBox ul, #showBox ul{
  margin-bottom: 0;
}
#sortBox ul li, #showBox ul li{
  border-top: 1px solid #e5e5e5;
  padding: 8px 0;
}
#sortBox ul li.active, #showBox ul li.active{
  font-weight: bold;
}
#sortBox ul li:first-child, #showBox ul li:first-child{
  border-top: 0;
}
#sortBox a, #showBox a{
  color: #646464;  

}
#sortBox a:hover, #showBox a:hover{
  color: #f3a46f;  
}
.collection-toolbar .show-per-page .dropdown-menu,
.collection-toolbar .sortBy .dropdown-menu{
  left: auto;
  right: 0;
}
.collection-toolbar .show-per-page{
  margin-left: 20px;
}
#collection .collection-toolbar{
  float: left;
  width: 100%;  
}
#collection .collection-toolbar .grid_list .fa{
  font-size: 18px;
}

#collection .collection-toolbar .grid_list > ul{
  margin-bottom: 0;
  vertical-align: top;
}
#collection .collection-toolbar .grid_list li{
  padding: 19px 20px;
  border-right: 1px solid rgba(0,0,0,0.1);
}
#collection .collection-toolbar .grid_list li#goGrid{
  border-left: 1px solid rgba(0,0,0,0.1);
}
#collection .collection-toolbar .grid_list li.active .fa,
#collection .collection-toolbar .grid_list .fa:hover{
  color: #6f9dc6;
}
#collection .collection-toolbar .grid_list .fa:hover{
  cursor: pointer;
}
#collection .collection-toolbar .grid_list li.active .fa{
  cursor: default;
  margin-top: 2px;
}
#sortButton, #showButton{
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 10px;  
}
#sortButton .fa, #showButton .fa{
  margin-left: 40px;
  margin-right: 10px;
  font-size: 12px;
}

@media (max-width: 991px){
  #collection .collection-toolbar{
    padding-left: 90px;
  }
  .collection-toolbar{  
    border-left: 1px solid #e5e5e5;
  }
  .collection-toolbar .showing-number{
    margin-left: -70px !important;
    position: relative;
    margin-top: 10px;
    left: 0;
  }
}
@media(min-width: 768px) and (max-width: 880px){
  #collection .collection-toolbar .grid_list li {
    padding: 19px 10px !important;
  }
}
@media (max-width: 767px){
  #sortButton .fa, #showButton .fa{
    margin-left: 20px;
  }
  .collection-toolbar .sortBy {
    margin-right: 15px;
  }
}
@media(max-width: 600px){
  #collection-content .products .element {
    width: 50%;
  }
}
@media (max-width: 540px){
  .collection-toolbar .showing-number{
    margin-right: 15px !important;
    text-align: right;
  }
}
@media(max-width: 420px){
  #collection-content .products .element{
    width: 100%;
  }
}
/*End collection-toolbar*/
/*LIST PRODUCT*/
.products{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -webkit-justify-content: left;	

  margin-left: -15px;
  margin-right: -15px;
  margin-top: 40px;
}
.products .element{
  width: 25%;
  float: left;
}
.products .element .row-container .row-left{
  position: relative;
}
.products .product-item-wrapper{
  padding: 15px;
}
/*END LIST PRODUCT*/
#collection .collection-banner{
  margin-left: -15px;
  margin-right: -15px;
  display: none;
}
#collection-content{
  padding: 0;
}

/*No full width*/
.products .element.no_full_width {
  width: 25%;
}
.no_full_width .list-mode-description{
  display: none;  
}
.products .product-item-wrapper .row-container .row-right{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.products .rating-star{
  display: none;
}
.products .product-item-wrapper .row-container:hover .hover-mask{
  top: 0;  
}
/*End no full width*/
/*full width*/
.element.full_width {
  width: 100%;
}
.products .full_width .row-left{    
  float: left;
  padding: 0px;
  width: 23.1%;
}
.products .full_width .row-right{
  width: 76.9% !important;
  float: left;
}
.products .full_width .hover-mask{
  position: relative !important;
  top: 0 !important;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 0;
}
.products .full_width .mask{
  display: none;
}
.products .full_width ul.quickview-wishlist-wrapper{
  text-align: left;
}

@media(max-width: 1199px){
  .products .element.no_full_width{
    width: 33.33%;
  }
  .products .full_width .row-left{
    width: 31.3%;
  }
  .products .full_width .row-right {  
    width: 68.7% !important;
  }
}
@media(max-width: 767px){
  #collection-content > .col-md-12{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/*End full width*/
/*-------------------
END PAGE COLLECTION ALL
--------------------*/
/*-----------------
PAGE COLLECTION
------------------*/
#collection-listing-content{
  margin-bottom: 50px;
}
#collection-listing-content .collection-list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;	

  margin-left: -45px;
  margin-right: -45px;
}
#collection-listing-content .collection-list li{
  width: 33.33%;
  padding: 15px;
  float: left;
  position: relative;
  text-align: center;
}
#collection-listing-content .group_element{
  position: absolute;
  left: 15px;
  bottom: 14px;
  width: calc(100% - 30px);  
  background-color:  #000;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;   
}
#collection-listing-content .collection-list li:hover .group_element{
  background-color:  #fff;
}
#collection-listing-content .link-mask-content .link-title a{
  color: #fff;
}
#collection-listing-content .collection-list li:hover .link-title a{
  color: #000;
}
#collection-listing-content .link-mask-content h2{
  text-align: left;
  padding: 0px 30px;
  margin: 20px 0px;
}
.title-collection h2{
  margin-top: 0;
  margin-bottom: 0;
}
.title-collection .col-md-12 > div{
  padding-bottom: 0;
}
@media(max-width: 1199px){
  #collection-listing-content .collection-list li:hover .group_element,
  #collection-listing-content .group_element{ 
    background-color:  #000;
  }
  #collection-listing-content .collection-list li:hover .link-title a,
  #collection-listing-content .link-mask-content .link-title a{
    color: #fff;
  }  
}
@media(max-width: 991px){
  #collection-listing-content .link-mask-content h2{            
    margin: 10px 0px;
    font-size: 20px;
  }  
}
@media(max-width: 767px){
  #collection-listing-content .collection-list{
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media(max-width: 600px){
  #collection-listing-content .collection-list li{
    width: 50%;
  }
}
@media(max-width: 420px){
  #collection-listing-content .collection-list li{
    width: 100%;
  }  
  #collection-listing-content .link-mask-content h2 {
    margin: 20px 0px;
    font-size: 30px;
  }
  .title-collection .container{
    padding: 0;
  }
  .title-collection .col-md-12 > div { 
    margin: 0;
  }
}
/*-----------------
END PAGE COLLECTION
------------------*/
/*---------------
DETAIL
------------------*/
.related-products h1{
  width: 100%;
  padding-bottom: 25px;
}
/*slider detail*/
.related-products{
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
@media(max-width: 1199px){
  .related-products-items .owl-prev{
    left: 15px;
  }
  .related-products-items .owl-next{
    right: 15px;
  }
}
@media(max-width: 991px){
  #tabs-information .tabs-content .right-block{
    padding-left: 0;
    margin-top: 30px;
  }
}
/*End slider detail*/
/*---------------
END DETAIL
----------------*/
/*CONTENT 404*/
.content-404 form.search{
  width: 300px;
  margin: 0 auto;
  height: 30px;
  border: 1px solid #e5e5e5;
  padding-right: 30px;
}
.content-404 form.search input[type="text"]{
  border: 0;
  height: 100%;
  width: 100%;
  padding: 2px 10px;
  background-color: transparent;
}
.content-404 form.search input[type="image"]{
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}
@media(max-width: 420px){
  .content-404 form.search{
    width: 100%;
  }
}
/*END CONTENT 404*/
/*PAGE BLOG*/
/*blog caption*/
.blog-banner{
  width: 100%;
  height: 500px;
  background-image:url(/cdn/shop/t/2/assets/blog-banner.jpg?v=116576093952577128561636363204);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}
.blog-banner .blog-caption,
.blog-banner .container{
  height: 100%;
}
.caption-cell,
.caption-table{
  width: 100%;
  height: 100%;  
}
.caption-cell{
  display: table-cell;  
  vertical-align: middle;
}
.caption-table{
  display: table;
}
.blog-caption .heading{
  font-size: 43px;
  font-family: Teko;
  margin-bottom: 30px;
}
.blog-caption .desc{
  margin-bottom: 25px;
}
.blog-caption .btn-2{
  padding: 5px 25px;
  border: 0;
  font-size: 14px;
}
.blog-caption .btn-2:focus,
.blog-caption .btn-2:hover{
  color: #ffffff;
  border-color: #001528;
  background-color: #001528;  
}
.blog-caption .btn-2:focus i,
.blog-caption .btn-2:hover i{
  color: #ffffff;
}
@media (max-width: 1199px){
  .blog-caption .btn-2,
  .blog-caption .btn-2:hover,
  .blog-caption .btn-2:focus{
    color: #ffffff;
    border-color: #001528;
    background-color: #001528;       
  }
  .blog-caption .btn-2 i,
  .blog-caption .btn-2:hover i,
  ..blog-caption .btn-2:focus i{
    color: #ffffff;
  }
}
@media(max-width:991px){
  .blog-caption .heading{
    line-height: 1em;
  }
}
/*End blog caption*/
.bold{
  font-weight: blod;
}
.blog-content .group_blog_header{
  text-align: left;
  margin-bottom: 27px;
}
.blog-content.col-md-9,
#article .col-md-9.article{
  padding-right: 20px;
  padding-left: 0;
}
#blog .blogs-item .blog-group{
  width: 50%;
  float: left;
}
#blog .blogs-item .blog-group .blog-item-intro{
  margin-left: 20px;
}
#blog .blogs-item.no-img .blog-item-image{
  display: none;
}
#blog .blogs-item.no-img .blog-item-intro{
  margin-left: 0;
}
#blog > .container > .row > .col-md-3,
#article > .col-md-3{
  padding-left: 0;
  padding-right: 0;
}
#article .group_blog_header .blog-item-title{
  margin-bottom: 16px;
}
#article .group_blog_header{
  width: 100%;
  float: left;
  margin-bottom: 11px;
}
#article .group_blog_header ul li{
  float: left;
  margin-right: 35px;
}
#article .group_blog_header .author_date,
.blog-content .group_blog_header .author_date{
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog-content .article{
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 13px;
}
.blog-content .article:last-child{
  border-bottom: 0;
  margin-bottom: 0px;
}
.blog-content .blog-item-title a{
  font-size: 45px;
}
#article .blog-item-title a{
  font-size: 32px; 
}
#article{
  padding: 0;
}
#article .post-action{
  text-align: center;  
}
#article .post-action .btn-2{
  padding: 5px 25px;
  margin: 0 5px;
  background-color: transparent;
}
#article .post-action .btn-prev i.fa{
  margin-left: 0;
  margin-right: 10px;
}
#article .post-action .btn-next i.fa{
  margin-left: 10px;
  margin-right: 0;
}

#article .post-action .btn-2:focus,
#article .post-action .btn-2:hover{
  color: #ffffff;
  border-color: #001528;
  background-color: #001528;  
}
#article .post-action .btn-2:focus i,
#article .post-action .btn-2:hover i{
  color: #ffffff;
}

#article .article-content{
  margin-bottom: 92px;
}
.article .blog-item-image{
  margin-bottom: 31px;
}
.article .blog-item-title a{
  color: #1e1e1e;
  font-family: Teko;
}
.article .blog-item-title a:hover{
  color: #f3a46f;
}
.article .comments{
  font-style: italic;
}
.article .readmore{
  text-align: left;
  margin-top: 33px;
  margin-bottom: 73px;
}
.article .readmore .btn{
  padding: 5px 35px;  
  font-size: 13px;
  border-width: 1px;
}
.article .readmore .btn:hover,
.article .readmore .btn:focus{
  background-color: #001528;
  border-color: #001528;
  color:#ffffff;
}
.article .readmore .btn:hover i,
.article .readmore .btn:focus i{
  color:#ffffff;
}
@media(min-width: 1200px){
  .article .readmore .btn{
    background-color: transparent;
  }
}
@media(max-width: 1200px){
  .article .readmore .btn,
  .article .readmore .btn:hover,
  .article .readmore .btn:focus{
    background-color: #ffffff;
    border-color: #001528;
    color:#001528;
  }
}
@media(max-width: 991px){
  #article .article-content{
    margin-bottom: 40px;
  }
}

/*comment form*/
.just-comment{
  margin-bottom: 15px;
}
#comment-area{
  background-color: #fff;
}
#comments{
  margin-left: -30px;
}
#comments .top-area{
  border: 1px solid #e5e5e5;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#comments .top-area .author{
  font-weight: 600;
}
#comments .top-area .author span{
  color: #1e3246; 
  font-weight: bold;
}
#comments .top-area .post-reply .btn{  
  background-color: #b9bfc4;
  color: #fff;
  margin: 0;
  top: 0;
  position: absolute;
  right: 0;
  line-height: 34px;
}
#comments .article-comment{
  margin-bottom: 25px;
}
#comments .article-comment-date .time{
  font-style: italic;
}
@media(min-width: 1200px){
  #comments .top-area .post-reply .btn:hover,
  #comments .top-area .post-reply .btn:focus{
    background-color: #1e3246;  
  } 
}
#comments .comment-title{  
  font-style: normal;
  font-family: Teko;
}
#comments{
  margin-bottom: 80px;
}
.comment_form{
  margin-left: -30px;
}
.comment_form,
#comments form{
  width: 100%;
  float: left;
}
.comment_form label{  
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}
.group_form_comment{  
  background-color: #FFF;
  width: 100%;
  float: left;
  padding: 30px 15px;
  margin-bottom: 80px;
  border: 1px solid #e5e5e5;
}
.group_form_comment textarea,
.group_form_comment input[type="text"]{
  height: 40px;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
}
.group_form_comment textarea{
  min-height: 140px;
}
input#comment-submit{
  border-width: 1px;  
  padding: 5px 25px;        
  font-weight: 600;
  font-size: 14px;
  color: #001528 !important;
  border-color: #001528;
  background-color: #ffffff;
}
input#comment-submit i{
  color: #ffffff;
}
input#comment-submit:focus,
input#comment-submit:hover{
  color: #ffffff !important;
  border-color: #001528;
  background-color: #001528;  
}
input#comment-submit:focus i,
input#comment-submit:hover i{
  color: #ffffff;
}
.subtext.success{
  color: #3bb238;
}
.subtext.success i.fa{
  margin-right: 10px;
}
@media (max-width: 1199px){
  input#comment-submit,
  input#comment-submit:hover,
  input#comment-submit:focus{
    color: #ffffff !important;
    border-color: #001528;
    background-color: #001528;       
  }
  input#comment-submit i,
  input#comment-submit:hover i,
  input#comment-submit:focus i{
    color: #ffffff;
  }
}
@media(max-width: 991px){
  #comments,
  .comment_form{
    margin-left: 0;
  }
}
/*End comment*/
/*END PAGE BLOG*/
/*BLOG SIDEBAR*/
.sidebar{
  overflow: hidden;
}
.sidebar .sb-item{
  width: 100%;
  float: left;
  margin-bottom: 68px;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar .sb-item:last-child{
  border-bottom: 0;
}
.sidebar .center-title span{
  font-weight: 100;
}
.sidebar .center-title{
  padding-top: 0;
  padding-bottom: 27px;
}
.sidebar .follow-me .center-title{
  padding-bottom: 15px;
}
.sidebar .sb-item:last-child .center-title{
  padding-bottom: 7px;
}
.sidebar .insta-feed{
  margin-top: -10px;
  border-bottom: 0;
}
.sidebar .insta-feed .center-title{
  padding-bottom: 23px;
}
.sidebar .sb-item.follow-me{
  border-bottom: 0;
}
.slidebar-recentitem{
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.slidebar-recentitem.no-img .img-blog{
  display: none;
}
.slidebar-recentitem.no-img .right-blog{
  padding-left: 0;
}
.slidebar-recentitem:last-child{
  border-bottom: 0;
}
.slidebar-recentitem .img-blog{
  float:left;
  width: 29%;  
}
.slidebar-recentitem .right-blog{
  float: left;
  width: 71%;
  padding-left: 15px;
}
.gr_blog_sidebar{
  padding-left: 0 !important;
}
.slidebar-recentitem .right-blog h3{
  margin-top: -3px;
  margin-bottom: 5px;
}
.slidebar-recentitem .right-blog h3 a{
  font-size: 20px;
  color: #1e1e1e;
}
.slidebar-recentitem .right-blog ul.addi{
  width: 100%;
  float: left;
  margin-bottom: 6px;
}
.slidebar-recentitem .right-blog ul.addi li{
  float: left;
  margin-right: 5px;
}
.slidebar-recentitem .right-blog ul.addi{
  text-transform: uppercase;
}
.slidebar-recentitem .right-blog p.date{
  margin-bottom: 0;
  float: left;
  line-height: 1em;
}
.follow-items{
  text-align: center;
}
.follow-items .icon-social .fa-circle{
  color: #323232 !important;
}
.follow-items .icon-social:hover .fa-circle{
  color: #af0000 !important;
}
.insta-feed #instafeed{
  margin-left: -2px;
  margin-right: -2px;
}
.insta-feed #instafeed > a{
  width: 33.33%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 2px;
}
.insta-feed #instafeed > a > img{
  max-width: 100%;
}
.slidebar-tag li a{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 2.25em;
}
.tags .active a{
  font-weight: 600;
  color: #1e1e1e;
}

@media(max-width: 991px){
  .slidebar-tag{
    text-align: center;
  }
  .blog-content.col-md-9, #article .col-md-9.article{
    padding-right: 0;
  }
  #article > .col-md-3{
    width: 100%;
    float: left;
  }
}
@media(max-width: 767px){
  .blog-content.col-md-9, #article .col-md-9.article{
    padding: 0 15px;
  }
  #blog > .container > .row > .col-md-3, 
  #article > .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width: 480px){
  .sidebar .sb-item{
    margin-bottom: 40px;
  }
}
/*END BLOG SIDEBAR*/

/*ACCOUNT*/
/*address*/
.group_add{
  background-color: #fff;
  margin-bottom: 40px;
}
.group_address{      
  padding: 15px 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 45px;
}
.group_address .col-md-6:last-child #address_tables{
  margin-bottom: 0 !important;
}
#address_form_new input{  
  height: 45px;
  border: 1px solid #DDD;
  line-height: 20px;
  padding: 5px;
  background-color: #fff;
}
#address_form_new input.btn-3{
  color: #001528;
  border-color: #001528;
  background-color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
}
#address_form_new input.btn-3:hover,
#address_form_new input.btn-3:focus{
  color: #ffffff;
  border-color: #001528;
  background-color: #001528;
}
#address_form_new .note a{
  color: #001528;
}
@media(max-width: 767px){
  .group_address{
    margin-left: 0;
    margin-right: 0;
  }
}
@media(max-width: 600px){
  #address_tables .address_actions{
    position: relative;
    padding-top: 0px;
  }
  #address_tables h3{
    line-height: 1.5em;
  }
}
/*End address*/
/* Yoshiko */
.input--yoshiko{
  margin-bottom: 35px !important;
}
.input--yoshiko label{
  width: 100%;
  color: #646464;
}

.input__field--yoshiko {
  width: 100%;
  background-color: #f6f6f6;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
}

.input__label--yoshiko {
  width: 100%;  	
  text-align: left;
  position: absolute;
  bottom: calc(100% + 0.3em);
  bottom: -moz-calc(100% + 0.3em);  
  pointer-events: none;
  overflow: hidden;
  padding: 0 1.25em;
  -webkit-transform: translate3d(0, 3em, 0);
  transform: translate3d(0, 3em, 0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s ;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;

  font-size: 13px;
  font-family:  Raleway;
}

.input__label-content--yoshiko {
  color: #646464;
  padding: 0.25em 0;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.input__label-content--yoshiko::after {
  content: attr(data-content);
  position: absolute;
  font-weight: 800;
  bottom: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  color: #a3d39c;
  padding: 0.25em 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85em;
}

.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding: 0 !important;
}

.input__field--yoshiko:focus + .input__label--yoshiko .input__label-content--yoshiko,
.input--filled .input__label-content--yoshiko {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.input__field--yoshiko:focus + .input__field--yoshiko,
.input--filled .input__field--yoshiko {
  background-color: transparent;
  border-color: #a3d39c;
}
/*End css input*/
/*END ACCOUNT*/
/*PAGE ABOUT US*/
.page-about-us{
  margin-left: -30px;
  margin-right: -30px;
}
.page-about-us .left-block{
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
.page-about-us .biggest{    
  font-size: 100px;
  float: left;
  line-height: 90px;
  margin-right: 5px;
}
.page-about-us p.line{
  border-bottom: 1px solid #e5e5e5;
}
.page-about-us .bottom h2{
  text-align: center;
  font-size: 46px;
}
@media(max-width:991px){
  .page-about-us .about-img img{
    max-width: 250px;
  }
  .page-about-us .bottom{
    float: left;
  }
}
@media(max-width:767px){
  .page-about-us{
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-about-us .about-img img {
    max-width: 150px;
  }
}
@media(max-width: 420px){
  .page-about-us .left-block{
    margin-right: 0;
    width: 100%;
    float: left;
  }
  .page-about-us .about-img img{
    max-width: 100%;
    margin-right: 0;
  }
}


/*NEW-CSS-START*/
.extraMetaDesc ul.innerProductDesign li {width: 25%;border: 1px solid #e5e5e5; text-align: center;padding-top: 20px;padding-bottom: 10px;}
.extraMetaDesc ul.innerProductDesign li .number {font-size: 45px;font-family: Teko;display: block;line-height: 22px;}
.extraMetaDesc .innerProductDesign {display: flex;flex-wrap: wrap;width: 100%;}
.extraMetaDesc ul.innerProductDesign li .number p {line-height: inherit; margin-bottom: 5px;}
.extraMetaDesc ul.innerProductDesign li .unit {text-transform: uppercase;}
div#contact_map_wrapper iframe {  width: 100%; }
div#izyrent .label_izyrent::before { top: auto; }


div#izyrent div#recap_izy { display: none;}
div#izyrent .label_izyrent { margin-bottom: 20px; }
div#izyrent div#error_date { margin-bottom: 10px;}


/*NEW-CSS-END*/


/*END PAGE ABOUT US*/
/*CONTACT*/
.page-with-contact-form{  
  width: 100%;
  float: left;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  /*margin-top: 73px;*/  
}
.page-with-contact-form .contact-form h3,
.page-with-contact-form .contact-content h3{
  font-family: Raleway;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: bold;  
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  padding: 16px 0;
  margin-bottom: 0;
  padding-left: 30px;
  line-height: 14px;
  height: 46px;
  margin-bottom: 18px;
}
.page-with-contact-form .contact-content{
  border-left: 1px solid #e5e5e5;
  padding-bottom: 35px;
}
.page-with-contact-form .contact-content .contacts-text{
  padding: 0 15px;
}
.page-with-contact-form .contact-content .contacts-text i.fa{
  margin-right: 5px;
}
.page-with-contact-form .ct_group_add ul li{
  margin-bottom: 15px;  
}
.contacts-links {
  padding-bottom: 65px;  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;  
}
.contacts-links > li{width: 33.3%; text-align: center; border-right: 1px solid #e5e5e5; }
.contacts-links > li:last-child{border-right: 0;}
.contact-form label{width: 100%; font-weight: normal; margin-bottom: 5px; text-transform: uppercase; font-size: 12px; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="telephone"],
.contact-form textarea{
  width: 100%; 
  min-height: 43px; 
  padding: 6px 10px; 
  border: 1px solid #e5e5e5; 
  margin-bottom: 20px;  
}
.contacts-links > li p{
  line-height: 1em;
}
.contacts-links > li h3{  
  margin-bottom: 16px;
}
.contacts-links > li img {
  margin-bottom: 3px;
}
.contact-form textarea{height: 160px; margin-bottom: 17px;}
#contact_map_wrapper {    
  width: 100%;
  float: left;
}
#contact_map_wrapper .map{
  min-height: 380px;
}
.contactFormSubmit .btn-1{
  background-color: #19253b;
  border: 2px solid #19253b;
  margin-bottom: 20px;
}
.contactFormSubmit .btn-1:hover{
  background-color: #fff;
  border: 2px solid #19253b;
  color: #19253b;
}
.btn-rent{
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  border-radius:5px !important;
  margin: 10px 0 0;
}
.btn-rent:hover{
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
}

.cstm_section .row [class*="col-"] ul{ border-top:1px solid #ccc; padding-top:10px;}
.cstm_section .row [class*="col-"]{  padding-bottom:20px;}
.cstm_section .row [class*="col-"] ul li{ display:inline-block; margin-right:15px;}
.cstm_section .row [class*="col-"] ul li i{ margin-right:5px;  vertical-align: text-bottom; font-size:15px; }
.cstm_section .row [class*="col-"] ul li a{ font-size:14px; color:#969696;}
/*RESPONSIVE*/
@media(max-width: 1199px){
  .contactFormSubmit .btn-1,
  .contactFormSubmit .btn-1:hover{
    background-color: #fff;
    border: 2px solid #19253b;
    color: #19253b;
  }
}
@media(max-width: 767px){
  .page-with-contact-form .contact-content h3{
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
  }
  .page-with-contact-form .contact-content{
    border-left: 0;
  }
  .hoverBorderWrapper a.container_item{
    display:block;
  }
  .btn-rent{
  	margin:10px 0;
  }
}
/*END RESPONSIVE*/
/*END CONTACT*/
/*PAGE FAQ*/
#page .panel-group .panel-default > .panel-heading h4 i.fa{
  margin-right: 5px;
}
#page .panel-group .panel-default > .panel-heading:focus,
#page .panel-group .panel-default > .panel-heading:hover,
#page .panel-group .panel-default > .panel-heading.active{
  background-color: #1C2E3F;  
}
#page .panel-group .panel-default > .panel-heading:focus a,
#page .panel-group .panel-default > .panel-heading:hover a,
#page .panel-group .panel-default > .panel-heading.active a{
  color: #fff;
}


.product-detail-content .tabs-content ul li{ position:relative; margin-bottom:2px;}
.product-detail-content .tabs-content ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
  	display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
}
#page #accordion .panel-default>.panel-heading a{ display:block; }
.highlight-field{ font-weight:700 !important; color:#323232 !important;}

.product-spec ul{ display:flex; flex-wrap:wrap;}

@media(max-width: 1199px){  
  #page .panel-group .panel-default>.panel-heading{
    background-color: #1C2E3F;    
  } 
  #page .panel-group .panel-default>.panel-heading a{
    color: #fff;
  }
  .men-block .product-spec .number, .women-block .product-spec .number{ font-size:38px;}
}
@media(max-width: 600px){
  #page .panel-group .panel-title a {
    font-size: 13px !important;
    line-height: 1.5em;
  }
}

@media(max-width: 767px){  
#product-information .extraMetaDesc ul.innerProductDesign li{ width:50%;} 
.product-detail-content .swatch .swatch-element { width:auto; } 
  
  ul.nav.navbar-nav.hoverMenuWrapper{ position:absolute; top:100%; left:0px;}  
.nav-menu ul.navbar-nav>li{ border-bottom:1px solid #fff !important; }
  
.cstm_section .row [class*="col-"]{ max-width:300px; margin:auto;}  
  
.leftnavi-open .navbar-nav{ height:auto;}  
#showLeftPush{ width: 25px; height: 22px;}  
#showLeftPush i.fa{ font-size:15px;}  
  
.nav-logo .logo img{ max-width:150px;} 
}

/*END FAQ*/

#collection .collection-toolbar{
  padding: 20px 10px 5px;    
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
}

.affix.animated .nav-logo .logo a img { width: 70%; }

.product-detail-content .swatch .header { margin: 10px 0; width: 150px; }
.callbutton {
    position: fixed;
    left: 20px;
    bottom: 40px;
    z-index: 9999;
    display: inline-block;
}
.callbutton img {
    width: 50px;
    background: #fff;
    padding: 9px;
    border-radius: 32px;
    margin: 0;
    border: 1px solid #000;
}