﻿a,
nav,
img {
  transition: all .5s;
}
html[data-useragent*='MSIE 10.0'] .box-info-product input[type=number],
html[data-useragent*='rv:11.0'] .box-info-product input[type=number],
html[data-useragent*='Firefox'] .box-info-product input[type=number] {
  width: 100px;
}
body {
  border-top: 5px #DFB259 solid;
  font-family: "Roboto Condensed", sans-serif;
}
.body-content {
  width: 100%;
  overflow: hidden;
}
.body-content img {
  max-width: 100% !important;
  height: auto !important;
}
.body-content h1,
.body-content h2,
.body-content h3,
.body-content h4 {
  font-weight: 700;
}
.body-content h2,
.body-content h3 {
  font-size: 1.6rem;
}
.body-content h4 {
  font-size: 1.5rem;
}
.ui-menu {
  z-index: 999 !important;
}
.btn {
  border-radius: 0;
}
.mt30 {
  margin-top: 30px;
}
a:hover {
  text-decoration: none;
}
.validation-summary-errors {
  color: #f00;
  border: 1px #f00 solid;
  padding: 10px;
  background: #fedcdc;
  margin-bottom: 10px;
}
.validation-summary-errors ul {
  margin-bottom: 0;
}
.input-validation-error {
  border-color: #f00;
}
.field-validation-error {
  color: #f00;
}
header .logo {
  width: 200px;
  float: left;
}
header .logo img {
  padding: 15px;
}
header .logo ~ .right-top {
  padding-left: 250px;
}
header .top-search {
  padding-top: 40px;
  text-align: center;
}
header .top-search input {
  border: 1px #ccc solid;
  padding: 5px 10px;
  float: left;
  width: 300px;
}
header .top-search button {
  float: left;
  padding: 6px 10px;
  border: none;
  background: #DFB259;
  color: #fff;
}
header .box-top {
  overflow: hidden;
}
header .hotline-top {
  float: right;
  font-size: 2rem;
  font-weight: 700; margin-top: 4px;
}
header .hotline-top a {
  color: #b58629;
}
header .user-login {
  float: right;
  padding-right: 30px;
  margin-top: 10px;
}
header .user-login a {
  color: #333;
  padding-right: 10px;
}
#menu-top {
  margin-top: 30px;
  border-bottom: 2px #ddd solid;
  border-top: 2px #ddd solid;
  position: relative;
  z-index: 999;
}
#menu-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
#menu-top ul li {
  line-height: 4rem;
}
#menu-top ul li:hover .dropdown-box,
#menu-top ul li:hover > ul {
  display: block;
}
#menu-top ul li > ul {
  position: absolute;
  min-width: 250px;
  background: #fff;
  box-shadow: 0 0 3px #333;
  padding: 10px;
  display: none;
}
#menu-top ul li > ul li {
  display: block;
  border-bottom: 1px #eee dashed;
}
#menu-top ul li > ul li a {
  text-transform: none;
  font-weight: 400;
}
#menu-top ul a {
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
#menu-top ul a:hover {
  color: #DFB259;
}
#menu-top .dropdown-box {
  background: #fff;
  box-shadow: 0 0 3px #333;
  position: absolute;
  padding: 15px;
  width: 100%;
  left: 0;
  display: none;
}
#menu-top .dropdown-box .category-box {
  width: 80%;
  float: left;
}
#menu-top .dropdown-box .brands-list {
  width: 20%;
  float: left;
  border-left: 1px #eee solid;
  padding-left: 15px;
  overflow: auto;
  max-height: 550px;
}
#menu-top .dropdown-box .brands-list ul li {
  float: none;
  width: 100%;
  border-bottom: 1px #eee solid;
}
#menu-top .dropdown-box .brands-list ul li a:hover {
  padding-left: 5px;
}
#menu-top .dropdown-box ul {
  display: block;
  overflow: hidden;
}
#menu-top .dropdown-box ul li {
  width: 25%;
  float: left;
}
#menu-top .dropdown-box ul li a {
  text-transform: none;
  font-weight: 400;
}
#menu-top .dropdown-box .sub-name {
  color: #b58629;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
#slide-home .slick-prev {
  left: 10px;
  z-index: 1;
  width: 30px;
}
#slide-home .slick-prev:before {
  color: #DFB259;
  font-size: 3rem;
}
#slide-home .slick-next {
  right: 10px;
  width: 30px;
}
#slide-home .slick-next:before {
  color: #DFB259;
  font-size: 3rem;
}
.box-line {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+65,e1e1e1+86,f6f6f6+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 65%, #e1e1e1 86%, #f6f6f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 65%, #e1e1e1 86%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 65%, #e1e1e1 86%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
  line-height: 50px;
  font-size: 2rem;
}
.box-name {
  font-size: 2.4rem;
  font-family: "Open Sans", sans-serif;
  color: #b58629;
  text-transform: uppercase;
  font-weight: 700;
  margin: 30px 0;
  border-left: 5px #333 solid;
  padding-left: 15px;
}
.box-name a {
  color: #b58629;
}
.social-link {
  text-align: right;
  font-size: 1.6rem;
}
.social-link a {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.box-product {
  border: 1px #ddd solid;
  padding: 5px;
  border-radius: 5px;
  margin-right: 15px;
}
.box-product .thumb-product {
  overflow: hidden;
  display: block;
  position: relative;
}
.box-product .thumb-product span {
  position: absolute;
  top: 5px;
  right: 2px;
  background: #f00;
  width: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 5px #333;
  font-weight: 700;
}
.box-product .thumb-product img {
  transition: all .3s;
}
.box-product .thumb-product:hover img {
  transform: scale(1.1);
}
.box-product figcaption h2 {
  font-size: 1.5rem;
  font-weight: 700;
  height: 3.3rem;
  overflow: hidden;
}
.box-product figcaption h2 a {
  color: #b58629;
}
.box-product figcaption h2 a:hover {
  color: #333;
}
.box-product .price-box {
  font-size: 1.6rem;
}
.box-product .price-box .saleoff {
  color: #f00;
  font-weight: 700;
}
.box-product .price-box .original {
  color: #999;
  text-decoration: line-through;
  font-size: 1.2rem;
}
.box-product .action-product {
  background: #DFB259;
  width: 100%;
  padding: 5px 14px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -100%;
}
.box-product .action-product label {
  background: #eee;
  padding: 5px 15px;
  cursor: pointer;
}
.box-product .action-product label:hover,
.box-product .action-product label.active {
  background: #555;
  color: #fff;
}
.box-product .action-product a {
  width: 49%;
}
.box-product .action-product .btn-primary {
  float: left;
}
.box-product .action-product .btn-success {
  float: right;
}
.box-product .action-product .btn-primary,
.box-product .action-product .btn-success {
  border: 0;
  background: #333;
  color: #fff;
}
.box-product .action-label {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.box-product .action-label label {
  flex: 0 1 20%;
  padding: 5px 12px;
  border-right: 1px #333 solid;
}
.box-list-product {
  margin-top: 30px;
}
.product-category {
  line-height: 5rem;
  background: #b58629;
  font-size: 2rem;
  padding-left: 15px;
  font-weight: 300;
  width: 300px;
  float: left;
  color: #fff;
}
.product-category a {
  color: #fff;
  text-transform: uppercase;
}
.product-category ~ .product-sub-category {
  padding-left: 300px;
}
.product-category:hover {
  background: #DFB259;
}
.product-category i {
  float: right;
  line-height: 5rem;
  padding-right: 10px;
}
.product-sub-category {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 4.8rem;
  border-bottom: 2px #b58629 solid;
}
.product-sub-category li {
  display: inline-block;
}
.product-sub-category a {
  padding: 0 15px;
  color: #333;
  display: block;
  border-top: #fff 1px solid;
}
.product-sub-category a:hover {
  border-top-color: #DFB259;
  color: #DFB259;
}
.product-category-banner {
  width: 300px;
  float: left;
}
.product-category-banner ~ .box-content-product {
  padding-left: 315px;
}
.box-item-product .box-product {
  width: 25%;
  float: left;
  margin-right: 0;
  border: 0;
  box-shadow: 0 0 1px #ccc;
  position: relative;
  overflow: hidden;
}
.box-item-product .box-product:hover .action-product {
  bottom: 0;
}
a.box-img-hover {
  overflow: hidden;
  display: block;
}
a.box-img-hover:hover img {
  transform: scale(1.1);
}
.title-article {
  font-size: 1.8rem;
  font-weight: 700;
}
.title-article a {
  color: #333;
}
.title-article a:hover {
  color: #b58629;
}
.ul-list-article {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-list-article li {
  display: block;
  width: 50%;
  float: left;
  margin-bottom: 15px;
}
.ul-list-article li:nth(2n+ 1) {
  clear: both;
}
.ul-list-article .img-list-article {
  padding: 0 5px;
  overflow: hidden;
  height: 170px;
  display: block;
}
.ul-list-article .img-list-article:hover img {
  transform: scale(1.1);
}
.ul-list-article .img-list-article img {
  width: 100%;
}
.ul-list-article .info-list-article {
  padding: 0 5px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 5px;
}
.ul-list-article .info-list-article a {
  color: #333;
}
.ul-list-article .info-list-article a:hover {
  color: #DFB259;
}
.ul-list-share {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-list-share li {
  display: block;
  border-bottom: 1px #DFB259 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.ul-list-share .img-share {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px #DFB259 solid;
  float: left;
}
.ul-list-share .img-share ~ .info-share {
  padding-left: 110px;
}
.ul-list-share .img-share img {
  width: 100%;
}
.ul-list-share .info-share a {
  font-weight: 700;
  color: #333;
}
.box-first-news {
  margin-bottom: 15px;
}
.list-more {
  background: #fce4b2;
  padding: 10px;
  border: 1px #b58629 solid;
}
.list-more a {
  color: #333;
}
.list-more a:hover {
  color: #b58629;
  padding-left: 5px;
}
.list-more a i {
  color: #b58629;
}
.label-1 {
  background: #DFB259;
  overflow: hidden;
}
.label-1.view-all {
  float: right;
}
.label-1:hover {
  background: #333;
}
.label-1 a {
  color: #fff;
  font-weight: 300;
}
footer {
  margin-top: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b58629+0,dfb259+32,dfb259+51,b58629+100 */
  background: #b58629;
  /* Old browsers */
  background: url('images/logo-white.png') no-repeat center, -moz-linear-gradient(left, #b58629 0%, #dfb259 32%, #dfb259 51%, #b58629 100%);
  /* FF3.6-15 */
  background: url('images/logo-white.png') no-repeat center, -webkit-linear-gradient(left, #b58629 0%, #dfb259 32%, #dfb259 51%, #b58629 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url('images/logo-white.png') no-repeat center, linear-gradient(to right, #b58629 0%, #dfb259 32%, #dfb259 51%, #b58629 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b58629', endColorstr='#b58629', GradientType=1);
  /* IE6-9 */
  padding: 20px;
  color: #fff;
}
footer a {
  color: #fff;
}
footer h4 {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
footer address p {
  border-bottom: 1px #eee solid;
  line-height: 4rem;
}
footer address p i,
footer address p span {
  width: 40px;
  line-height: 40px;
  font-size: 2.5rem !important;
  text-align: center;
}
.box-aside {
  margin-bottom: 15px;
}
.name-box {
  background: #b58629;
  color: #fff;
  line-height: 35px;
  padding-left: 10px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.ul-list-range {
  margin: 0;
  padding: 10px;
  list-style: none;
  border: 1px #b58629 solid;
}
.ul-list-range.list-brand a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #b58629;
}
.ul-list-range li {
  padding: 8px 0;
  border-bottom: 1px #ccc dashed;
}
.ul-list-range li.active a {
  color: brown;
}
.ul-list-range li.active a i:before {
  content: "\f046";
}
.ul-list-range li > div {
  float: right;
  padding-top: 4px;
  cursor: pointer;
}
.ul-list-range a {
  color: #333;
  font-size: 1.3rem;
}
.ul-list-range a i {
  width: 15px;
}
.ul-list-range a:hover {
  color: brown;
}
.ul-list-range a:hover i:before {
  content: "\f046";
}
.ul-list-range ul {
  list-style: none;
  padding-left: 15px;
  display: none;
}
.ul-list-range ul li:last-child {
  border-bottom: 0;
}
.box-top-menu {
  background: #f5f5f5;
  position: relative;
}
.box-top-menu .breadcrumb {
  background: none;
}
.box-top-menu .breadcrumb a {
  color: #333;
}
.sort-products {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.3rem;
}
.sort-products a {
  color: #333;
}
.sort-products a:hover,
.sort-products a.active {
  color: #f00;
}
.img-box {
  border: 1px #ddd solid;
  padding: 15px;
}
.list-img-detail {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.list-img-detail li {
  border: 1px #eee solid;
  padding: 2px;
  display: inline-block;
  margin-right: 3px;
}
.list-img-detail li:hover {
  border-color: #DFB259;
}
h1#default-header {
  font-size: 2.5rem;
}
.box-info-product h1 {
  font-size: 2rem;
  margin-top: 0;
}
.box-info-product .price-detail {
  font-size: 3.5rem;
  color: #f00;
}
.box-info-product .price-detail .price-original {
  text-decoration: line-through;
  font-size: 1.6rem;
  color: #666;
}
.box-info-product .outstock {
  font-size: 1.6rem;
  font-weight: 700;
  color: #999;
}
.box-info-product .instock {
  font-size: 1.6rem;
  font-weight: 700;
  color: forestgreen;
}
.bg-module {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  border-left: 5px #b58629 solid;
  padding-left: 15px;
  margin: 30px 0;
}
#product-content {
  margin-top: 30px;
}
#product-content > .nav-tabs li a {
  border-radius: 0;
  background: #eee;
  color: #333;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
}
#product-content > .nav-tabs li a:hover {
  background: #DFB259;
  color: #ccc;
}
#product-content > .nav-tabs li.active a {
  background: #b58629;
  color: #fff;
}
#product-content .box-product {
  width: 20%;
}
.tab-content {
  border: 1px #ccc solid;
  border-top: 2px #b58629 solid;
  padding: 15px;
}
.list-article {
  margin: 0;
  padding: 10px;
  list-style: none;
  border: 1px #b58629 solid;
}
.list-article li {
  padding: 5px 0;
  border-bottom: 1px #ddd dashed;
  margin-bottom: 5px;
}
.list-article a {
  color: #333;
}
.list-article a:hover {
  color: #b58629;
}
.item-article-info h2 {
  margin-top: 0;
  font-size: 2rem;
}
.item-article-info h2 a {
  color: #b58629;
}
.item-article-info .view-more {
  font-size: 1.2rem;
  color: #333;
}
h2.sapo-detail {
  font-size: 1.6rem;
  background: #eee;
  border: 1px #ccc solid;
  padding: 10px;
}
.cart-summary span {
  background: #f00;
  color: #fff;
  font-weight: 700;
  padding: 3px 5px;
  border-radius: 3px;
}
.form-border-right {
  border-right: 1px #eee solid;
  padding-right: 30px;
}
.register-invite {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
}
.register-invite h2 {
  font-size: 2rem;
}
.info {
  border: 1px #ccc solid;
  padding: 10px;
  background: #f0f0f0;
}
.info i {
  font-size: 2rem;
  background: #DFB259;
  color: #fff;
  text-align: center;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
.menu-user {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
.menu-user li {
  line-height: 40px;
  border-bottom: 1px #ccc solid;
}
.menu-user a {
  font-size: 1.6rem;
  padding-left: 15px;
  color: #333;
}
.rating {
  border: none;
  position: relative;
}
.rating span {
  font-size: 1.2rem;
  position: absolute;
  top: 10px;
  left: 150px;
}
.rating input {
  display: none;
}
.rating label {
  color: #ddd;
  float: right;
  margin-bottom: 0;
}
.rating label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rating > .half:before {
  content: "\f089";
  position: absolute;
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating input:checked ~ label,
.rating:not(:checked) label:hover,
.rating:not(:checked) label:hover ~ label {
  color: #FFD700;
}
/* hover previous stars in list */
.rating input:checked + label:hover,
.rating input:checked ~ label:hover,
.rating label:hover ~ input:checked ~ label,
.rating input:checked ~ label:hover ~ label,
.rating label.active,
.rating label.active ~ label {
  color: #FFED85;
}
@media only screen and (max-width: 375px) {
  header .top-search input {
    width: 230px !important;
  }
}
@media only screen and (max-width: 425px) {
  header .logo img {
    height: 120px !important;
  }
  header .top-search {
    top: 140px !important;
    left: 15px !important;
  }
  header .top-search input {
    width: 250px;
  }
  header .cart-summary {
    padding-right: 0 !important;
  }
  .box-product {
    width: 50% !important;
  }
  .product-sub-category {
    line-height: 3rem;
  }
  .product-category ~ .product-sub-category {
    padding-left: 0;
  }
  .product-category-banner ~ .box-content-product {
    padding-left: 0;
  }
  .box-info-product h1 {
    margin-top: 15px;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) and (min-width: 426px) {
  .box-product {
    width: 25% !important;
  }
  .box-product:nth-child(8n+1) {
    display: none;
  }
  .box-product .action-label label {
    padding: 5px 10px;
  }
  .top-search {
    position: absolute;
    top: 170px !important;
    left: 15px !important;
  }
  .top-search input {
    width: 250px;
  }
  header .hotline-top {
    top: 65px !important;
    right: 270px !important;
  }
  header .cart-summary,
  header .login {
    top: 71px !important;
  }
  header .login {
    right: 130px !important;
  }
}
@media only screen and (max-width: 768px) {
  aside {
    margin-top: 15px;
  }
  .ul-list-article .img-list-article {
    height: 120px;
  }
  .ul-list-article .info-list-article {
    height: 30px;
  }
  .item-article-info h2 {
    margin-top: 15px;
  }
  .cart-summary,
  .login {
    background: #b58629;
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 3px 8px;
    position: relative;
    top: -4px;
    margin-left: 15px;
  }
  .product-category-banner ~ .box-content-product {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  header .logo {
    float: none;
  }
  header .logo img {
    height: 150px;
    display: inline-block;
  }
  header .logo ~ .right-top {
    padding: 0;
  }
  header .login,
  header .hotline-top,
  header .cart-summary {
    position: absolute;
    top: 30px;
    right: 15px;
  }
  header .cart-summary,
  header .login {
    top: 80px;
  }
  header .login {
    right: 120px;
  }
  header .top-search {
    position: absolute;
    top: 70px;
    left: 260px;
    padding-top: 0;
  }
  header #menu-top {
    margin-top: 0;
    position: fixed;
    background: #fff;
    box-shadow: 0 5px 5px #333;
    width: 300px;
    top: 0;
    left: -100%;
    height: 100%;
    overflow: auto;
  }
  header #menu-top ul {
    display: block;
    padding: 15px;
  }
  header #menu-top ul li {
    border-bottom: 1px #b58629 dashed;
  }
  header #menu-top ul li:hover .dropdown-box {
    display: none;
  }
  header #menu-top .dropdown-box {
    position: fixed;
    top: 0;
    left: -100%;
    right: auto;
    width: 300px;
    height: 100%;
    overflow: auto;
  }
  header #menu-top .dropdown-box .category-box,
  header #menu-top .dropdown-box .brands-list {
    width: 100%;
  }
  header #menu-top .dropdown-box .category-box ul,
  header #menu-top .dropdown-box .brands-list ul {
    padding: 0;
  }
  header #menu-top .dropdown-box .category-box ul li,
  header #menu-top .dropdown-box .brands-list ul li {
    width: 100%;
  }
  header.show #menu-top {
    left: 0;
  }
  header.show #menu-top li.active .dropdown-box {
    display: block !important;
    left: 0;
  }
  #menu-mobile {
    border-top: 2px #ccc solid;
    border-bottom: 2px #ccc solid;
    margin-bottom: 2px;
    line-height: 40px;
    padding: 0 15px;
    overflow: hidden;
  }
  #menu-mobile .icon-menu {
    font-size: 2rem;
    font-weight: 700;
    float: right;
  }
  #menu-mobile .icon-menu a {
    color: #b58629;
  }
}