@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=BenchNine:300,400,700);
/*
.rem-mixins-test-class {
    .font-size(10px);
    .line-height(20px);
    .margin(10px);
    .margin(3em);
    .margin(10px, 20px);
    .margin(10px, 20%);
    .margin(0px , 20px);
    .margin-top(2%);
    .margin-top(2px);
    .padding(10px);
    .padding(3em);
    .padding(10px, 20px);
    .padding(10px, 20%);
    .padding(3em, 20px)
}
*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
.wrapper {
  min-height: 100%;
  position: relative;
}
body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
}
p {
  line-height: 1.8;
}
img {
  max-width: 100%;
  height: auto;
}
.label-size {
  padding-top: 5px;
  font-weight: bold;
}
.label-available {
  padding-top: 5px;
  color: #990000;
}
header ul.navigation {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
  color: #FFF;
  text-align: right;
}
header ul.navigation li {
  font-family: 'BenchNine', sans-serif;
  display: inline-block;
  margin: auto 10px;
  font-size: 24px;
  font-size: 2.4rem;
}
header ul.navigation li:last-child {
  margin-right: 0;
}
header ul.navigation li.login a {
  color: #FF8106;
}
header ul.navigation li.login a:hover {
  color: #ff9b39;
}
header ul.navigation a {
  color: #FFF;
}
header ul.navigation a:hover {
  text-decoration: none;
  color: #ddd;
}
header .menu-right {
  background: rgba(0, 0, 0, 0.4);
  padding: 6px 10px 10px 10px;
  margin-top: 20px;
}
header .cart-status {
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
}
header .cart-status a {
  color: #FFF;
  text-decoration: underline;
}
header .cart-status span.cart-count {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #333333;
  width: 20px;
  padding: 1px 0 1px 0px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .cart-status span.cart-count a {
  display: inline-block;
  color: #FFF;
  width: 20px;
  text-decoration: none;
}
header .cart-status span.cart-count:hover {
  background-color: #d26800;
}
#content {
  margin-top: 20px;
  padding-bottom: 244px;
}
#content .banner-top a img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#content .banner-top a img:hover {
  opacity: 0.8;
}
#content .shop-area {
  margin-top: 20px;
}
#content .shop-area .title {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'BenchNine', sans-serif;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
  text-transform: uppercase;
}
#content .shop-area .product-search {
  margin-bottom: 20px;
}
#content .shop-area .product-search .input-search,
#content .shop-area .product-search .btn-search {
  background-color: #736259;
  color: #FFF;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#content .shop-area .product-search ::-webkit-input-placeholder {
  color: #EBEBEB;
}
#content .shop-area .product-search :-moz-placeholder {
  /* Firefox 18- */
  color: #EBEBEB;
}
#content .shop-area .product-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #EBEBEB;
}
#content .shop-area .product-search :-ms-input-placeholder {
  color: #EBEBEB;
}
#content .shop-area .product-category {
  margin-bottom: 40px;
}
#content .shop-area .product-category ul.prod-cat {
  list-style-type: none;
  margin: 0 0px 20px 20px;
  padding: 0 0px 0 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#content .shop-area .product-category ul.prod-cat li {
  margin-bottom: 5px;
}
#content .shop-area .product-category ul.prod-cat li.active a {
  font-weight: bold;
}
#content .shop-area .product-category a {
  color: #666;
  display: block;
}
#content .shop-area .product-category li.shop-all a {
  font-weight: bold;
}
#content .shop-area .product-category ul.sub-cat {
  list-style-type: none;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
#content .shop-area .product-category ul.sub-cat li {
  margin-bottom: 0;
}
#content .shop-area .product-category ul.sub-cat li a {
  padding: 3px 0 3px 10px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#content .shop-area .product-category ul.sub-cat li a:hover {
  padding-left: 20px;
  background-color: #f7f5f5;
  text-decoration: none;
}
#content .shop-area .product-category ul.sub-cat li.active a {
  padding-left: 20px;
  background-color: #f7f5f5;
  text-decoration: none;
}
#content .shop-area .latest-promo {
  margin-bottom: 30px;
}
#content .shop-area .product-catalogue .product-each {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
#content .shop-area .product-catalogue .product-each .product-img {
  width: 100%;
  position: relative;
}
#content .shop-area .product-catalogue .product-each .product-img img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#content .shop-area .product-catalogue .product-each .product-img img:hover {
  opacity: 0.8;
}
#content .shop-area .product-catalogue .product-each .product-desc {
  padding: 12px 17px;
}
#content .shop-area .product-catalogue .product-each .product-desc .product-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
#content .shop-area .product-catalogue .product-each .product-desc .product-name a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
#content .shop-area .product-catalogue .product-each .product-desc .product-material {
  text-transform: lowercase;
  font-size: 13px;
  font-size: 1.3rem;
}
#content .shop-area .product-catalogue .product-each .product-price {
  padding: 0 17px 17px 17px;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  color: #666;
}
#content .shop-area .product-catalogue .product-each .tooltip {
  font-size: 10px;
  font-size: 1rem;
}
#content .shop-area .product-catalogue .product-each .add-to-cart a.link-sm {
  display: block;
  color: #FFF;
  background-color: #666;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-weight: bold;
}
#content .shop-area .product-catalogue .product-each .add-to-cart a.link-sm:hover {
  text-decoration: none;
  background-color: #4d4d4d;
}
#content .shop-area .store-detail .product-img {
  margin-bottom: 10px;
}
#content .shop-area .store-detail .product-img img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 1px solid #ddd;
}
#content .shop-area .store-detail .product-img img:hover {
  opacity: 0.8;
}
#content .shop-area .store-detail .product-thumb {
  padding-left: 10px;
  padding-right: 10px;
}
#content .shop-area .store-detail .product-img2 {
  height: 100px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}
#content .shop-area .store-detail .product-img2 .img-border {
  border: 1px solid #ddd;
  height: 100px;
}
#content .shop-area .store-detail .product-img2 .img-border.active img {
  opacity: 1;
}
#content .shop-area .store-detail .product-img2 img {
  opacity: 0.5;
}
#content .shop-area .store-detail .product-img2 img:hover {
  opacity: 1;
}
#content .shop-area .store-detail .product-detail {
  padding-left: 10px;
}
#content .shop-area .store-detail .product-detail .product-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
#content .shop-area .store-detail .product-detail .product-name a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
#content .shop-area .store-detail .product-detail .product-material {
  text-transform: lowercase;
  font-size: 13px;
  font-size: 1.3rem;
}
#content .shop-area .store-detail .product-price {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  color: #666;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#content .shop-area .store-detail .product-spec {
  margin-top: 20px;
}
#content .shop-area .store-detail .tooltip {
  font-size: 10px;
  font-size: 1rem;
}
#content .shop-area .store-detail .add-to-cart a.link-sm {
  display: block;
  color: #FFF;
  background-color: #666;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-weight: bold;
}
#content .shop-area .store-detail .add-to-cart a.link-sm:hover {
  text-decoration: none;
  background-color: #4d4d4d;
}
#content .shop-area .store-detail .detail-table {
  padding: 20px;
}
#content .shop-area .store-detail .detail-table table td {
  padding-bottom: 15px;
}
#content .shop-area .store-detail .detail-table table td.td-name {
  width: 20%;
  font-weight: bold;
}
#content .about-page .header-about {
  margin-top: 20px;
  margin-bottom: 30px;
}
#content .about-page .about-title {
  font-size: 52px;
  font-size: 5.2rem;
  color: #828282;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
}
#content .about-page .about-subtitle {
  font-size: 68px;
  font-size: 6.8rem;
  color: #828282;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
#content .about-page .banner-top {
  margin-bottom: 40px;
}
#content .contact-page .header-contact {
  margin-top: 20px;
  margin-bottom: 0px;
}
#content .contact-page .contact-title {
  font-size: 52px;
  font-size: 5.2rem;
  color: #828282;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
}
#content .contact-page .contact-subtitle {
  font-size: 68px;
  font-size: 6.8rem;
  color: #828282;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
#content .contact-page .banner-top {
  margin-bottom: 40px;
}
#content .custom-page .header-custom {
  margin-top: 20px;
  margin-bottom: 30px;
}
#content .custom-page .custom-title {
  font-size: 52px;
  font-size: 5.2rem;
  color: #828282;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
}
#content .custom-page .custom-subtitle {
  font-size: 68px;
  font-size: 6.8rem;
  color: #828282;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
#content .custom-page .banner-top {
  margin-bottom: 40px;
}
#content span.red {
  color: red;
}
#content .loginregister-page {
  margin-top: 30px;
}
#content .loginregister-page .header-loginregister {
  margin-bottom: 0px;
}
#content .loginregister-page .loginregister-title {
  font-size: 52px;
  font-size: 5.2rem;
  color: #828282;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#content .loginregister-page .forgot-pass {
  margin-top: -5px;
  margin-bottom: 20px;
}
#content .loginregister-page .forgot-pass a {
  color: #898989;
  font-style: italic;
}
#content .loginregister-page .loginregister-subtitle {
  font-size: 68px;
  font-size: 6.8rem;
  color: #828282;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
#content .loginregister-page .banner-top {
  margin-bottom: 40px;
}
#content .loginregister-page .breadcrumb {
  text-align: right;
  margin-bottom: 0;
}
#content .loginregister-page .register-banner {
  margin-top: 0px;
}
#content .loginregister-page .register-banner img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#content .loginregister-page .register-banner img:hover {
  opacity: 0.8;
}
#content .content-right .title {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'BenchNine', sans-serif;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
  text-transform: uppercase;
}
#content .faq-page .header-faq {
  margin-top: 20px;
  margin-bottom: 30px;
}
#content .faq-page .faq-title {
  font-size: 52px;
  font-size: 5.2rem;
  color: #828282;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
}
#content .faq-page .faq-subtitle {
  font-size: 68px;
  font-size: 6.8rem;
  color: #828282;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
#content .faq-page .banner-top {
  margin-bottom: 40px;
}
#content .cart-page .header-cart {
  margin-top: 20px;
  margin-bottom: 0px;
}
#content .cart-page .cart-title {
  font-size: 40px;
  font-size: 4rem;
  color: #828282;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
}
#content .cart-page .cart-subtitle {
  font-size: 60px;
  font-size: 6rem;
  color: #828282;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
#content .cart-page .banner-top {
  margin-bottom: 40px;
}
#content .cart-page table th.cart-pesanan {
  width: 40%;
}
#content .cart-page table th.cart-harga {
  width: 20%;
}
#content .cart-page table th.cart-kuantitas {
  width: 20%;
}
#content .cart-page table th.cart-total {
  width: 20%;
}
#content .cart-page table td .product-image {
  padding-right: 8px;
}
#content .cart-page table td .product-desc {
  padding-left: 8px;
}
#content .cart-page table td .product-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
#content .cart-page table td .product-name a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
#content .cart-page table td .product-sku {
  font-style: italic;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 3px;
}
#content .cart-page table td .product-ket {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
#content .cart-page table td .btn-link {
  padding-left: 0;
  text-decoration: underline;
  font-size: 11px;
  font-size: 1.1rem;
}
#content .cart-page table td .btn-link span {
  text-decoration: none;
  padding-right: 3px;
}
#content .cart-page table td .form-qty {
  max-width: 70px;
  margin-right: auto;
  margin-left: 0;
}
#content .delivery-page {
  margin-top: 10px;
}
#content .delivery-page span.red {
  color: red;
}
#content .delivery-page .delivery-form {
  margin-bottom: 30px;
}
#content .delivery-page .header-delivery {
  margin-bottom: 0px;
}
#content .delivery-page .delivery-title {
  font-size: 48px;
  font-size: 4.8rem;
  color: #828282;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#content .delivery-page .forgot-pass {
  margin-top: -5px;
  margin-bottom: 20px;
}
#content .delivery-page .forgot-pass a {
  color: #898989;
  font-style: italic;
}
#content .delivery-page .delivery-subtitle {
  font-size: 68px;
  font-size: 6.8rem;
  color: #828282;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
#content .delivery-page .banner-top {
  margin-bottom: 40px;
}
#content .delivery-page .breadcrumb {
  text-align: right;
  margin-bottom: 0;
}
#content .delivery-page .register-banner {
  margin-top: 0px;
}
#content .delivery-page .register-banner img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#content .delivery-page .register-banner img:hover {
  opacity: 0.8;
}
#content .my-account .cart-count {
  background-color: #E04E28;
  width: 20px;
  padding: 1px 0 1px 0px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
}
#content .my-account ul {
  list-style-type: none;
  margin: 0 0 20px 20px;
  padding: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#content .my-account li a {
  padding: 5px 0 5px 10px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#content .my-account li a:hover {
  padding-left: 20px;
  background-color: #f7f5f5;
  text-decoration: none;
}
#content .breadcrumb {
  background-color: transparent;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 0;
  padding-right: 0;
}
#content .breadcrumb li a {
  color: #a1a1a1;
}
#content .breadcrumb > li + li:before {
  content: ">";
}
#content .sale-tag {
  background: #9e0b0f;
  color: #FFF;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 3;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  font-family: 'BenchNine', sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  padding-top: 8px;
  margin-top: 10px;
  right: 0;
  margin-right: 10px;
  font-weight: 300;
}
#content .new-tag {
  background-image: url(../images/tagnew.png);
  position: absolute;
  z-index: 3;
  width: 66px;
  height: 66px;
  font-family: 'BenchNine', sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center;
  font-weight: 300;
}
#content .sale-price {
  text-decoration: line-through;
  font-size: 12px;
  font-size: 1.2rem;
  color: #959595;
}
#content .after-sale {
  color: #f3152b;
}
#content .related .img-product {
  height: 120px;
  overflow: hidden;
  border: 1px solid #ccc;
}
#content .related .img-product img:hover {
  opacity: 0.8;
}
#content .related .name-product {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 3px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 194px;
  /* Height of the footer */
}
footer .footer-1 {
  background-image: url(../images/bg-footer.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #F5F5F5;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  padding-bottom: 10px;
}
footer .footer-1 .logo {
  margin-top: -50px;
}
footer .footer-1 .logo img {
  max-height: 215px;
}
footer .footer-1 h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
footer .footer-1 .stores {
  padding-top: 12px;
  padding-bottom: 10px;
}
footer .footer-1 .soc-med {
  padding-top: 32px;
  text-align: center;
}
footer .footer-1 .soc-med ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
footer .footer-1 .soc-med ul li {
  display: inline-block;
  margin: 0 20px;
}
footer .footer-1 .soc-med ul img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-1 .soc-med ul img:hover {
  opacity: 0.8;
}
footer .footer-1 ul.navigation-footer {
  list-style-type: none;
  margin: 12px 0 0 0;
  padding: 0;
  text-align: center;
}
footer .footer-1 ul.navigation-footer li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 5px;
}
footer .footer-1 ul.navigation-footer li a:hover {
  text-decoration: none;
}
footer .footer-1 ul.navigation-footer li.login a {
  color: #FF8106;
}
footer .footer-1 ul.navigation-footer li.login a:hover {
  color: #ff9b39;
  text-decoration: none;
}
footer .footer-2 {
  background-image: url(../images/bg-footer2.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #8D8D8D;
  padding: 10px 0;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  color: #FFF;
}
footer .footer-2 a {
  color: #f5f5f5;
  font-weight: bold;
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .select-menu,
  .select-category {
    display: none;
  }
  #content .about-page .about-description {
    padding-right: 20px;
  }
  #content .shop-area .product-category ul.prod-cat {
    padding-right: 30px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .select-menu,
  .select-category {
    display: none;
  }
  footer .footer-1 .stores {
    padding-top: 20px;
  }
  footer .footer-1 .soc-med {
    padding-top: 30px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .select-menu,
  .select-category {
    display: none;
  }
  #content .about-page .header-about {
    margin-top: 0;
  }
  #content .about-page .breadcrumb {
    margin-bottom: 0;
  }
  #content .about-page .about-description {
    margin-bottom: 50px;
  }
  #content .about-page .banner-top {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content .about-page .each-banner {
    padding-left: 5px;
    padding-right: 5px;
  }
  #content .cart-page .banner-top {
    margin-top: 20px;
  }
  #content .shop-area .store-detail .product-img img {
    width: 100%;
  }
  #content .shop-area .store-detail .product-thumb,
  #content .shop-area .store-detail .product-img2 .img-border,
  #content .shop-area .store-detail .product-img2 {
    height: 150px;
    margin-bottom: 20px;
  }
  #content .contact-us {
    text-align: center;
  }
  #content .contact-form {
    margin-top: 20px;
  }
  footer .footer-1 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  footer .footer-1 ul.navigation-footer {
    display: none;
  }
  footer .footer-1 .soc-med {
    padding-top: 40px;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  header .select-menu {
    background: #ebebeb;
    border: 1px solid #CCCCCC;
    color: #6666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    margin: 0 auto;
    padding: 5px;
    height: auto;
    width: 100%;
  }
  header .logo {
    text-align: center;
  }
  header .logo img {
    max-height: 200px;
  }
  header .slideshow {
    height: auto;
    padding-bottom: 10px;
  }
  header ul.navigation,
  header .cart-status {
    display: none;
  }
  #content {
    padding-bottom: 40px;
  }
  #content .prod-cat {
    display: none;
  }
  #content .select-category {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #898989;
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    margin: 0 auto;
    padding: 5px;
    height: auto;
    width: 100%;
  }
  #content .banner-top {
    text-align: center;
  }
  #content .banner-top img {
    margin-bottom: 20px;
  }
  #content .latest-promo .slider {
    max-width: 265px;
    margin-right: auto;
    margin-left: auto;
  }
  #content .product-catalogue .product-each {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  #content .product-catalogue .product-each .product-img img {
    width: 100%;
  }
  #content .about-page .header-about {
    margin-top: 0;
  }
  #content .about-page .breadcrumb {
    margin-bottom: 0;
  }
  #content .about-page .banner-top {
    margin-bottom: 10px;
  }
  #content .about-page .about-description {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
  }
  #content .about-page .banner-top {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content .about-page .each-banner {
    padding-left: 5px;
    padding-right: 5px;
  }
  #content .shop-area .product-search {
    margin-top: 50px;
  }
  #content .cart-page .product-image {
    display: none;
  }
  #content .cart-page table td .product-desc {
    padding-left: 15px;
  }
  #content .cart-page .banner-top {
    margin-top: 20px;
  }
  #content .shop-area .store-detail .product-img2 .img-border,
  #content .shop-area .store-detail .product-img2 {
    height: 120px;
    margin-bottom: 20px;
    max-width: 120px;
  }
  #content .shop-area .store-detail .btn-cart {
    display: block;
  }
  #content .related .img-product {
    max-height: 150px;
    max-width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  #content .related .name-product {
    text-align: center;
  }
  #content .contact-us {
    text-align: center;
  }
  #content .contact-form {
    margin-top: 20px;
  }
  #content .btn-quote {
    margin-top: 10px;
    display: block;
  }
  footer {
    position: static;
    margin-top: 0;
    height: auto;
  }
  footer .footer-1 {
    padding-bottom: 20px;
  }
  footer .footer-1 .logo,
  footer .footer-1 .stores {
    text-align: center;
  }
  footer .footer-1 .soc-med {
    margin-top: 15px;
    padding-top: 0;
  }
  footer .footer-1 ul.navigation-footer {
    margin-top: 20px;
  }
}
