/* 
 Header
=========================== */
header {
  border-bottom: 1px solid #ececec;
}
/* 
 Layout
=========================== */
/* 
body {
  min-width: 900px;
}
*/

.products-main{
  position: relative;
  margin: 0 0 0 299px;
  min-height: 1500px;
}
/* 
 Products Header
=========================== */
.products-control{
  margin-bottom: 30px;
  margin-top: 20px;
}

.products-subhead{
  margin: 0;
}
/* 
 Products Control
=========================== */
.category-title{
  margin: 0;
}
/*
 * Select Down
=========================== */
.select-down{
  position: relative;
}

.select-down > span{
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 10px 16px;
  cursor: pointer;
  color: #555;
}

.select-down-menu{
  position: absolute;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  top: 100%;
  right: 0;
  margin-top: -1px;
  min-width: 160px;
  padding: 10px 0px;
  clear: both;
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.select-down-menu > li{
  font-size: 14px;
}

.select-down-menu > li,
.select-down-menu > li > a,
.select-down-menu > li > span{
  color: #555;
}

.select-down-menu > li > a,
.select-down-menu > li > span{
  display: block;
  padding: 6px 20px;
}

.select-down-menu > li > a:hover,
.select-down-menu > li > span:hover{
  background-color: #f3f6f6;
}

.select-down:hover{
  z-index: 1;
}

.select-down:hover > .select-down-menu{
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
/* 
 Products Main Image
=========================== */
.products-main-image {
  position: relative;
}


.products-item.soldout .products-main-image:after,
.products-item.soldout .thumb-scale:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(255,255,255,.5);
}



.products-item.soldout .products-soldout {
  width:80%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  padding: 8px 12px;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0,0,0,.7);
  color: #fff;
  text-align: center;
}

.products-brand,
.products-brand:focus{
  font-size: 13px;
  cursor: pointer!important;
  font-weight: bold;
  color: #919191;
}

.products-brand:hover {
  color: #ababab;
}
/* 
 Products Item
=========================== */
.col-lg-3:nth-child(4n+1){
  clear: left;
}

.products-item{
  margin-bottom: 30px;
  border: 1px solid transparent;
}


.products-item > a {
  display: block;
}

.products-meta{
  margin-top: 10px;
}

.products-title{
  margin:0 0 10px 0;
  font-size: 20px;
  color: #333;
}

.products-subtitle{
  font-size: 12px;
}
/* 
 Products Price
=========================== */
.prices{
  font-size: 16px;
  color: #555;
}

.prices{
  margin-top: 8px;
}

.usual-price{
  text-decoration: line-through;
  margin-right: 4px;
  color: #9e9e9e;
}
/* 
 Products Color
=========================== */
.products-color {
  margin-top: 5px;
}

.products-color > ul{
  display: inline-block;
  text-align: center;
}

.products-color > ul > li{
  display: inline-block;
  margin: 5px 3px 0 3px;
}

.products-color > ul > li > span,
.products-color > ul > li > a{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 
 Products Options
=========================== */
.product-options{
  overflow: hidden;
}

.product-options > li {
  display: inline-block;
  max-width: 40px;
}
/* 
 SideNav
=========================== */
.side-nav {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  padding: 80px 24px 80px 24px;
  width: 299px;
  z-index: 998;
  font-size: 13px;
  -webkit-tap-highlight-color: transparent;
}

.side-nav.fixed{
  position: fixed;
  bottom: 0;
}

.side-nav-module:first-child{
  margin-top: 0;
}

.side-nav-module{
  margin-top: 36px;
}

.side-nav-header > h4{
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  border-bottom:1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

ul.side-nav-list li span,
ul.side-nav-list li a{
  display: block;
  text-decoration: none;
  color: #111;
  padding: 3px 5px 3px 5px;
  font-size: 13px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

ul.side-nav-list li span:hover,
ul.side-nav-list li a:hover{
  background-color: #ececec;
}

ul.side-nav-list li.active > span,
ul.side-nav-list li.active > a{
  font-weight: bold;
}

ul.nav-sub-level{
  margin-left: 15px;
  margin-bottom: 6px;
  display: none;
}

ul.side-nav-list li.active > ul.nav-sub-level{
  display: block;
}

.products-item__label{
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #d8342e; 
  color:#fff;
  font-weight: 500;
  font-size: 12px;
  padding: 4px;
}
/* 
 Tab
=========================== */
ul.tab-2,
ul.tab-3,
ul.tab-4{
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

ul.tab-2 > li:first-child,
ul.tab-3 > li:first-child,
ul.tab-4 > li:first-child{
  border: 0;
}

ul.tab-2 > li,
ul.tab-3 > li,
ul.tab-4 > li{
  float: left;
  border-left: 1px solid #e5e5e5;
}

ul.tab-2 > li{width: 50%;}
ul.tab-3 > li{width: 33.333333333%;}
ul.tab-2 > li{width: 25%;}

ul.tab-2 > li > a,
ul.tab-3 > li > a,
ul.tab-4 > li > a{
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 11px;
  font-weight: bold;
  color: #666;
}

ul.tab-2 > li.active > a,
ul.tab-3 > li.active > a,
ul.tab-4 > li.active > a{
  background-color: #000;
  color: #fff;
  pointer-events: none;
}

ul.tab-2 > li > a:hover,
ul.tab-3 > li > a:hover,
ul.tab-4 > li > a:hover{
  color: #000;
}
/*
 * Products Loader
=========================== */
.products-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(255,255,255,.4);
  text-align: center;
}

.products-loader .loader{
  border-color: #000;
  border-top-color: transparent;
  margin-top:100px;
}

.loader::after {
  border-top-color: #000;
}
/*
 * More Loader
=========================== */
.more-loader {
  text-align: center;
  visibility: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
}

.more-loader.active{
  visibility: visible;
}
/*
 * Info
=========================== */
.product-brand{
  font-size: 14px;
}

.product-title{
  margin: 4px 0 16px 0;
}

.product-price{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-description{
  font-size: 14px;
  line-height: 1.6;
  margin: 30px 0;
}
/* 
 Products 
=========================== */
.empty-item{
  text-align: center;
  margin-top: 20px;
}

.empty-image{
  display: inline-block;
}
/*
// Large Size
// MAX: 1199px
*/
@media (max-width: 1199px) {
  /* 
   Products Item
  =========================== */
  .col-lg-3:nth-child(4n+1){
    clear: none;
  }

  .col-md-4:nth-child(3n+1){
    clear: left;
  }

  .products-title{
    font-size: 16px;
  }
}
/*
// Medium Size
// MAX: 991px
*/
@media (max-width: 991px) {
  .col-md-4:nth-child(3n+1){
    clear: none;
  }

  .col-xs-6:nth-child(2n+1) {
    clear: left;
  }
}