/* COMMON */
.product-breadcrumb {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 12px;
}
.product-breadcrumb .breadcrumb-group {
  display: inline-block;
}
.breadcrumb-group .item,
.breadcrumb-group .holder {
  display: inline-block;
}
.breadcrumb-group .item {
  display: none;
}
.product-breadcrumb a {
  text-decoration: none;
  color: #333;
}
.product-breadcrumb a:hover {
  text-decoration: underline;
}
.product-breadcrumb i {
  color: #0077ac;
  display: inline-block;
  margin: 0 5px;
}
.product-breadcrumb mark {
  display: none;
  float: right;
  background: #0077ac;
  color: #fff;
  padding: 0 5px;
}

.nav-highlight {
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.nav-highlight .ntitle {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0px;
  color: #0077ac;
}
.nav-highlight .nsub1 {
  padding-left: 7px;
}
.nav-highlight .nsub2 {
  padding-left: 15px;
}
.nav-highlight a,
.nav-highlight a:visited {
  color: black;
  font-weight: 200;
  text-decoration: none;
}
.nav-highlight a:hover {
  color: #0077ac;
  font-weight: 200;
  text-decoration: underline;
}
.subsel {
  font-weight: bolder;
}

.filter-wrapper {
  display: none;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
}
.filter-wrapper h4 {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.filter-wrapper h4 i {
  float: left;
  margin-right: 5px;
  color: #0077ac;
  font-size: 16px;
}
.filter-wrapper h3 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #0077ac;
}

.filter-wrapper h4 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.filter-wrapper h4 i {
  float: left;
  margin-right: 5px;
  color: #0077ac;
  font-size: 18px;
}
.filter-wrapper .filter-group {
  padding: 10px 0;
}
.product-filter li.filter-item .filter-box {
  float: left;
  padding-top: 10px;
}
.slider {
  margin: 0 4px;
  z-index: 0;
}
.filter-price {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.product-filter li.filter-item label.price-label {
  margin-top: 5px;
  width: 100%;
}
.filter-price .filter-input {
  width: 75px;
  padding: 5px;
  border: 1px solid #ccc;
  height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.filter-price .price-strip {
  text-align: center;
}
.filter-price button {
  padding: 0;
  font-size: 16px;
  height: 30px;
  width: 30px;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.filter-group .filter-title {
  margin-bottom: 5px;
  font-weight: 600;
}
.select-box {
  position: relative;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.select-box i {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
}
.select-box select {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 20px 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.button-action button {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #ccc;
  background: #f0f0f0;
  outline: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #333;
  cursor: pointer;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  letter-spacing: 0px;
}
.button-action button:hover {
  border: 1px solid #0077ac;
  color: #0077ac;
  letter-spacing: 0.5px;
}
.button-action button.primary {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  background: #ff9f37;
  border: 1px solid #ff9f37;
  color: #fff;
}
.button-action button.primary:hover {
  border: 1px solid #0077ac;
  background: #0077ac;
}
.button-action button:disabled {
  background: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}
.button-action button:disabled:hover {
  background: #ccc;
  border: 1px solid #ccc;
  color: #fff;
  letter-spacing: 0px;
}
/* PRODUCT LIST */
.product-nav {
  margin-top: 20px;
}
.product-filter {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.product-filter li,
.product-paging li {
  margin: 0 1px;
}
.product-filter li.filter-title {
  font-size: 14px;
}
.product-filter li.filter-title > i {
  float: left;
  margin: 2px 5px 0 0;
  color: #0077ac;
  font-size: 18px;
}
.product-filter li.filter-title a {
  float: right;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #0077ac;
}
.product-filter li.filter-title a.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.product-filter li.filter-item {
  display: none;
  margin-top: 10px;
  font-weight: 600;
}
.product-filter li.filter-item label {
  margin-top: 5px;
  width: auto;
  float: left;
}
.product-paging {
  margin-top: 20px;
  text-align: center;
  white-space: wrap;
}
.product-paging li {
  display: inline-block;
}
.product-paging li.paging-label {
  display: none;
}
.product-paging li.paging-item {
  margin: 0 10px;
}
.product-filter li .select-box,
.product-paging li .select-box {
  display: inline-block;
  margin: 0 5px;
  /*width: 100%;*/
}
.product-filter li.filter-item .full-width-mobile {
  width: 100%;
  margin: 0;
}
.product-paging li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 18px;
  color: #0077ac;
  text-align: center;
}
.product-paging li a i {
  transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
}
.product-paging li a.active,
.product-paging li a:hover {
  border-color: #0077ac;
}
.product-paging li a:hover i {
  transform: scale(1.3);
}

.product-list {
  position: relative;
}
.product-list li {
  position: relative;
  float: left;
  width: 100%;
  height: 450px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}

.product-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #333;
  text-decoration: none;
  word-wrap: break-word;
  background: #fff;
  overflow: hidden;
}
.product-list li a:hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  height: auto;
  min-height: 100%;
  box-shadow: 0 2px 2px #ccc;
}
.product-list li a .label {
  position: absolute;
  z-index: 1;
  border-left: 1px solid #ddd;
  top: 115px;
  left: 0;
  padding: 20px 0;
}
.product-list li a:hover .label {
  left: -1px;
}
.product-list li a .label span {
  float: left;
  display: block;
  margin-right: 2px;
  background: #666;
  color: #fff;
  padding: 0 5px;
  height: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: 600;
  font-size: 10px;
}
.product-list li a .label span.new {
  background: #4caf50;
}
.product-list li a .label span.promo {
  background: #ff9f37;
}
.product-list li a .label span.installment {
  background: #0077ac;
}
.product-list li a .label span.hot {
  background: #d00;
}
.product-list li a .thumb {
  height: 130px;
  padding: 10px 0;
  text-align: center;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.product-list li a:hover .thumb {
  margin-top: -5px;
}
.product-list li a .thumb img {
  max-height: 130px;
}
.product-list li a .title {
  position: relative;
  font-weight: 600;
  height: 65px;
  max-height: 65px;
  overflow: hidden;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.product-list li a:hover .title {
  height: auto;
  min-height: 35px;
  max-height: 70px;
}
.product-list li a .title .masking {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 25px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 1) 100%
  );
}
.product-list li a:hover .title .masking {
  display: none;
}
.product-list li a .desc {
  display: none;
  font-size: 10px;
  height: 30px;
  overflow: hidden;
}
.product-list li a:hover .desc {
  display: block;
}
.product-list li a .status {
  margin-top: 10px;
}
.product-list li a .price span {
  display: block;
}
.product-list li a .price .price-origin {
  font-size: 10px;
  color: #666;
}
.product-list li a .price .price-promo {
  font-size: 14px;
  font-weight: 600;
  color: #ff9f37;
}
.product-list li a .info {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #eee;
}
.product-list li a .info span {
  display: inline-block;
  padding: 0 10px;
  color: #666;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
}
.product-list li a .info span i {
  font-size: 13px;
  color: #0077ac;
}
.product-list li a .info span.rate i {
  color: #ff9f37;
}
.product-list li a .button-action {
  margin-top: 0px;
}
.product-list li a:hover .button-action {
  display: block;
  text-align: center;
}
.product-list li a .button-action button {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.product-list li a .button-action button.primary {
  display: block;
  width: 100%;
  font-size: 14px;
}
.product-list li a .button-action button.primary i {
  font-size: 16px;
}
/* BANNER */
.banner-wrapper {
  position: relative;
  width: 100%;
}
.banner-wrapper a {
  display: block;
}
.banner-wrapper img {
  width: 100%;
}
.logo-wrapper img {
  max-width: 100%;
}

/* Smartphones */
@media (min-width: 300px) {
  .product-list li {
    width: 50%;
  }
  .filter-box {
    float: left;
    padding-top: 10px;
  }
  .filter-price .filter-input {
    width: 75px;
  }
  .product-filter li.filter-item label.price-label {
    /*width: 60px;*/
  }
}
/* Landscape phones */
@media (min-width: 450px) {
  .product-breadcrumb mark {
    display: block;
  }
  .product-paging li.paging-label {
    display: inline-block;
  }
}
/* Tablets */
@media (min-width: 600px) {
  .breadcrumb-group .holder {
    display: none;
  }
  .breadcrumb-group .item {
    display: inline-block;
  }
  .product-filter li.filter-title {
    display: inline-block;
    margin: -10px 10px -10px -10px;
    padding: 10px;
    border-right: 1px solid #ddd;
  }
  .product-filter li.filter-title a {
    display: none;
  }
  .product-filter li.filter-item {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
  }
  .product-filter li.filter-item:last-child {
    margin: 0;
  }
  .product-filter li.filter-item label {
    width: auto;
  }
  .product-filter li.filter-item-price {
    padding-top: 15px;
  }
  .product-filter li.filter-item .full-width-mobile {
    width: auto;
    margin: 0 5px;
  }
  .product-paging li.paging-label {
    display: inline-block;
  }
  .product-list li {
    width: 33.33%;
  }
  .product-list li a .label {
    top: 115px;
  }
}
/* Bigger tablets */
@media (min-width: 750px) {
  .product-list li {
    width: 25%;
  }
  .product-filter li.filter-item-price {
    padding-top: 5px;
  }
}
/* Desktop screen or landscape tablet */
@media (min-width: 900px) {
  .product-list li a .button-action {
    display: none;
  }
  .product-list li {
    width: 25%;
    height: 350px;
  }
}
/* Bigger desktop */
@media (min-width: 1100px) {
  .content {
    min-height: 900px;
  }
  nav.main-nav .category-wrapper,
  nav.main-nav > div > ul {
    display: block;
  }
  nav.main-nav ul.category-menu {
    display: none;
  }
  nav.main-nav .marketplace-wrapper {
    margin-top: 15px;
  }
  nav.main-nav .marketplace-wrapper .nav-header {
    display: block;
    background: #fff;
  }
  nav.main-nav .marketplace-wrapper > ul {
    background: #fff;
  }
  nav.main-nav .marketplace-wrapper > ul > li img {
    float: left;
    margin-right: 10px;
  }
  main div.main-wrapper {
    padding-left: 250px;
  }
  .filter-wrapper {
    display: block;
  }
  .filter-price .filter-input {
    width: 82px;
  }
  .product-filter {
    float: left;
    width: auto;
    border: none;
    padding: 10px 0;
  }
  .product-filter li.filter-title,
  .product-filter li.hide-wide {
    display: none;
  }
  .product-paging {
    float: right;
    margin-top: 10px;
  }
  .product-list-wrapper {
    min-height: 500px;
  }
}
/* Widescreens */
@media (min-width: 1500px) {
}
