@font-face {
  font-family: 'daxline';
  src: url('../fonts/UTMDaxline.woff');
}
.nfont {
  font-family: arial ;
}
.nfont2 {
  font-family: 'daxline';
}
.trans {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
}
.no-effect {
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
/* reset css */
a {
  color: #4d4d4d;
}
a:hover {
  color: #d62c2e;
}
a:active,
a:focus {
  text-decoration: none;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
.dropdown-menu li > a:hover {
  background: inherit;
  outline: inherit;
  box-shadow: inherit;
  color: inherit;
}
#content ul ul {
  padding-left: 40px;
}
.btn-cus {
  background-color: #ffffff;
  color: #666666;
  border: 1px solid #cccccc;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  line-height: 14px;
  font-weight: bold;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  border-radius: 0;
}
.btn-cus:hover {
  border-color: #d62c2e;
  background: #d62c2e;
  color: #FFF;
}
.btn-cus2 {
  background-color: #d62c2e;
  color: #FFF;
  border: 1px solid #d62c2e;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  line-height: 14px;
  font-weight: bold;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  border-radius: 0;
}
.btn-cus2:hover {
  border-color: #cccccc;
  background: #ffffff;
  color: #666666;
}
.well {
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border-color: #d62c2e;
}
.checkout-cart select.form-control,
.checkout-checkout select.form-control,
.checkout-cart textarea.form-control,
.checkout-checkout textarea.form-control,
.checkout-cart input[type="text"].form-control,
.checkout-checkout input[type="text"].form-control,
.checkout-cart input[type="password"].form-control,
.checkout-checkout input[type="password"].form-control,
.checkout-cart input[type="datetime"].form-control,
.checkout-checkout input[type="datetime"].form-control,
.checkout-cart input[type="datetime-local"].form-control,
.checkout-checkout input[type="datetime-local"].form-control,
.checkout-cart input[type="date"].form-control,
.checkout-checkout input[type="date"].form-control,
.checkout-cart input[type="month"].form-control,
.checkout-checkout input[type="month"].form-control,
.checkout-cart input[type="time"].form-control,
.checkout-checkout input[type="time"].form-control,
.checkout-cart input[type="week"].form-control,
.checkout-checkout input[type="week"].form-control,
.checkout-cart input[type="number"].form-control,
.checkout-checkout input[type="number"].form-control,
.checkout-cart input[type="email"].form-control,
.checkout-checkout input[type="email"].form-control,
.checkout-cart input[type="url"].form-control,
.checkout-checkout input[type="url"].form-control,
.checkout-cart input[type="search"].form-control,
.checkout-checkout input[type="search"].form-control,
.checkout-cart input[type="tel"].form-control,
.checkout-checkout input[type="tel"].form-control,
.checkout-cart input[type="color"].form-control,
.checkout-checkout input[type="color"].form-control {
  height: 34px;
  padding: 6px 10px;
}
.checkout-cart .payment-image,
.checkout-checkout .payment-image {
  display: none;
}
.checkout-cart .input-group .decrease,
.checkout-checkout .input-group .decrease,
.checkout-cart .input-group .increase,
.checkout-checkout .input-group .increase {
  background: #FFF;
  border-radius: 0;
}
.owl-carousel {
  margin-bottom: 0;
}
.title_style {
  font-family: arial ;
  margin: 0 0 15px 0;
  font-weight: normal;
  padding: 15px 0px 15px 0;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  border-bottom: 3px solid #d62c2e;
}
.title-product {
  color: #252525;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  margin: 4px 0 8px !important;
  padding: 0 0 0 0 !important;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: none;
  color: #d62c2e;
}
* {
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
body {
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f8f8f8;
  color: #333333;
  font-family: Arial;
}
@media (min-width: 768px) {
  #wrapper {
    width: 98%;
  }
  .container {
    width: 98%;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  #wrapper {
    width: 1200px;
  }
  .container {
    width: 1200px;
    padding: 0 10px;
  }
}
@media (max-width: 650px) {
  .container,
  #wrapper {
    width: 100%;
  }
}
#wrapper {
  margin: 0 auto;
  background: #FFF;
}
#top {
  background-color: #000;
  color: #FFF;
  padding: 10px 0;
  font-size: 12px;
  line-height: 14px;
}
#top .btn {
  padding: 0;
  margin: 0;
  border: none;
  color: #FFF;
  line-height: 14px;
}
#top a {
  font-size: 12px;
  color: #FFF;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
}
#top a:hover {
  color: #d62c2e;
}
#top i {
  font-size: 12px;
}
#top #top-links .list-inline > li {
  padding: 0;
  position: relative;
}
#top #top-links .list-inline > li + li {
  padding-left: 20px;
}
#top #top-links .list-inline > li + li:before {
  background-color: #FFF;
  position: absolute;
  width: 1px;
  height: 10px;
  content: "";
  opacity: 0.4;
  bottom: 2px;
  left: 10px;
}
#top #top-links .btn-link {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  height: 14px;
}
#top #top-links .btn-link:hover,
#top #top-links .btn-link:active,
#top #top-links .btn-link:focus {
  text-decoration: none;
  color: #d62c2e;
}
#top #top-links .dropdown-menu {
  margin: 0;
  left: auto;
  top: 24px;
  right: -10px;
  background: #242424;
  border-radius: 0;
  border: 1px solid #242424;
}
#top #top-links .dropdown-menu li a:hover {
  background: none;
  color: #d62c2e;
}
@media (max-width: 550px) {
  #top #top-links .account .dropdown-menu {
    right: auto;
    left: -10px;
  }
}
@media (max-width: 350px) {
  #top #top-links i {
    display: none;
  }
}
@media (max-width: 767px) {
  #top {
    text-align: center;
    font-size: 13px;
  }
  #top #top-links {
    float: none !important;
    padding-top: 10px;
    text-align: center;
  }
}
#top .hotline-header .list .item-content {
  display: inline-block;
  position: relative;
}
#top .hotline-header .list .item-content div {
  display: inline-block;
}
#top .hotline-header .list .item-content + .item-content {
  padding-left: 20px;
}
#top .hotline-header .list .item-content + .item-content:before {
  background-color: #FFF;
  position: absolute;
  width: 1px;
  height: 10px;
  content: "";
  opacity: 0.4;
  bottom: 2px;
  left: 10px;
}
@media (max-width: 800px) {
  #top .top-left,
  #top .top-right {
    width: 100%;
    float: none;
    text-align: center !important;
  }
  #top #top-links {
    padding-top: 15px;
    text-align: center !important;
    float: none !important;
  }
}
@media (max-width: 767px) {
  #top .top-left {
    display: none;
  }
  #top #top-links {
    padding: 0;
  }
}
#header-box {
  background-color: #FFF;
  color: #7a7a7a;
}
#header-box #header {
  padding: 25px 0;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
}
@media (max-width: 767px) {
  #header-box #header #logo img {
    max-width: 220px;
    width: 100%;
  }
}
@media (max-width: 475px) {
  #header-box #header #logo {
    text-align: center;
    margin-bottom: 5px;
  }
  #header-box #header #logo img {
    margin: 0 auto;
  }
}
#header-box #header .tuvan {
  text-align: right;
  color: #d62c2e;
}
#header-box #header .tuvan .list {
  max-width: 200px;
  float: right;
  position: relative;
  padding-top: 10px;
  cursor: pointer;
}
#header-box #header .tuvan .list .item-image {
  float: left;
  padding-top: 21px;
}
#header-box #header .tuvan .list .item-image i {
  font-size: 25px;
}
#header-box #header .tuvan .list .item-description {
  font-size: 24px;
  font-weight: bold;
  margin-left: 30px;
  line-height: normal;
}
#header-box #header .tuvan .list:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/glass.png) no-repeat scroll -265px 0 transparent;
  z-index: 1;
}
#header-box #header .tuvan .list:hover {
  text-decoration: underline;
}
#header-box #header .tuvan .list:hover:after {
  background-position: 1200px 0;
  transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -webkit-transition: all 3s ease 0s;
}
#header-box #header #cart {
  padding-top: 12px;
  display: inline-block;
  float: right;
  width: auto;
}
#header-box #header #cart > .btn {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 10px 50px 0 0 ;
  float: right;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
#header-box #header #cart > .btn i {
  width: 42px;
  height: 43px;
  background: url(../images/shopping.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
#header-box #header #cart > .btn i:before {
  content: " ";
}
#header-box #header #cart > .btn .num_product,
#header-box #header #cart > .btn .text-cart {
  color: #252525;
}
#header-box #header #cart > .btn .price {
  color: #999;
  display: block;
}
#header-box #header #cart ul.dropdown-menu {
  margin: 0;
  padding: 15px 0;
  border: 1px solid #d9d9d9;
  background: #f8f8f8;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  max-width: 400px;
  min-width: 380px;
}
#header-box #header #cart ul.dropdown-menu .table-pd {
  margin-bottom: 0;
}
#header-box #header #cart ul.dropdown-menu .table-pd td {
  padding: 4px 8px 15px 8px;
}
#header-box #header #cart ul.dropdown-menu .table-pd .cart-item .name,
#header-box #header #cart ul.dropdown-menu .table-pd .cart-item .quantity,
#header-box #header #cart ul.dropdown-menu .table-pd .cart-item .total {
  padding: 4px 10px 15px 0;
  line-height: 18px;
}
#header-box #header #cart ul.dropdown-menu .table-pd .cart-item .name a {
  font-weight: bold;
}
#header-box #header #cart ul.dropdown-menu .table-pd .cart-item .image {
  padding-left: 15px;
}
#header-box #header #cart ul.dropdown-menu .table-pd .cart-item .image img {
  min-width: 47px;
  height: auto;
}
#header-box #header #cart ul.dropdown-menu .table-pd .cart-item .total {
  color: #d62c2e;
  font-weight: 600;
  font-size: 14px;
  min-width: 110px;
}
#header-box #header #cart ul.dropdown-menu .table-pd .cart-item .quantity {
  width: 40px;
}
#header-box #header #cart ul.dropdown-menu .table-pd .cart-item .remove {
  padding-left: 0;
  padding-right: 15px;
}
#header-box #header #cart ul.dropdown-menu .table-pd .cart-item .remove .btn {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
}
#header-box #header #cart ul.dropdown-menu .table-pd .cart-item .remove .btn i {
  line-height: 20px;
}
#header-box #header #cart ul.dropdown-menu .tbl-total {
  border-top: 1px solid #d9d9d9;
  margin-bottom: 0;
  padding: 15px;
}
#header-box #header #cart ul.dropdown-menu .tbl-total td {
  padding: 0 4px 5px 4px;
}
#header-box #header #cart ul.dropdown-menu .tbl-total .price {
  color: #d62c2e;
  font-weight: 600;
  font-size: 14px;
}
#header-box #header #cart ul.dropdown-menu .tbl-total .cart-button a {
  display: block;
  border: 1px solid #cccccc;
  color: #666666;
  padding: 10px 12px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
}
#header-box #header #cart ul.dropdown-menu .tbl-total .cart-button a + a {
  margin-top: 10px;
}
#header-box #header #cart ul.dropdown-menu .tbl-total .cart-button a:hover {
  background: #d62c2e;
  border-color: #d62c2e;
  color: #FFF;
}
#header-box #header #cart ul.dropdown-menu .text-empty {
  padding: 15px;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 350px) {
  #header-box #header #cart ul.dropdown-menu {
    width: 100% !important;
    max-width: 100%;
    min-width: 294px;
  }
}
@media (max-width: 300px) {
  #header-box #header #cart ul.dropdown-menu {
    right: -15px;
  }
}
#header-box #header #cart .table > tbody > tr > td {
  border: none;
}
@media (max-width: 767px) {
  #header-box #header #cart ul.dropdown-menu {
    padding: 10px;
  }
}
@media (max-width: 475px) {
  #header-box #header #cart {
    float: none;
  }
  #header-box #header #cart ul.dropdown-menu {
    padding: 10px;
    right: auto;
    left: 50%;
    margin-left: -200px;
  }
}
@media (max-width: 400px) {
  #header-box #header #cart {
    float: none;
  }
  #header-box #header #cart ul.dropdown-menu {
    margin-left: -155px;
    max-width: 310px;
    min-width: 280px;
  }
}
@media (max-width: 350px) {
  #header-box #header #cart ul.dropdown-menu {
    margin-left: -135px;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  #header-box #header .tuvan .list {
    padding-top: 5px;
  }
  #header-box #header #cart {
    padding-top: 7px;
  }
}
@media (max-width: 991px) {
  #header-box #header .col-sm-6.col-md-6.col-lg-6.col-xs-12 {
    display: none;
  }
  #header-box #header .row .col-sm-3.col-md-3.col-lg-3.col-xs-12 {
    width: 50%;
  }
}
@media (max-width: 475px) {
  #header-box #header {
    padding: 15px 0;
  }
  #header-box #header .row .col-sm-3.col-md-3.col-lg-3.col-xs-12 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 320px) {
  #header-box #header .header-search {
    width: 80%;
  }
  #header-box #header .header-cart {
    width: 20%;
  }
}
#main-menu {
  background-color: #FFF;
  position: relative;
}
#main-menu:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  top: auto;
  height: 6px;
  z-index: 13;
  background: url(../images/shaw_down_menu.png) left bottom repeat;
}
#main-menu > .container {
  position: relative;
}
#main-menu .position-display {
  position: static;
}
#main-menu .position-display > div:first-child {
  padding-right: 300px;
  float: left;
  width: 100%;
}
#main-menu .position-display > div:last-child {
    float: right;
    width: 286px;
    position: absolute;
    top: 8px;
    right: 120px;
}
@media (max-width: 1199px) {
  #main-menu .position-display > div:first-child {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  #main-menu .position-display > div:first-child {
    position: relative;
    width: 100%;
    padding: 0;
  }
  #main-menu .position-display > div:last-child {
    width: 100%;
    position: absolute;
    top: -35px;
    right: 0;
    z-index: 9999;
  }
}
#main-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: auto;
  right: 0;
  top: 0;
  height: 1px;
  z-index: 1;
  background-color: #e5e5e5;
}
#main-menu .navbar {
  background: #FFF;
  border-radius: 0;
  text-align: left;
  min-height: inherit;
  border: none;
  margin: 0;
}
#main-menu .navbar .navbar-collapse {
  border: none;
  font-size: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  #main-menu .navbar .navbar-collapse {
    padding: 0;
    border-top: 1px solid #d4d4d4;
  }
}
#main-menu .navbar .nav {
  float: none;
  width: auto;
  display: inline-block;
}
#main-menu .navbar .nav > li {
  position: relative;
  transition: inherit;
}
#main-menu .navbar .nav > li > a {
  font-family: arial ;
  padding: 16px 20px 16px 20px;
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  cursor: pointer;
  border-right: 1px solid  #e5e5e5;
  z-index: 11;
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li > a {
    color: #202020;
    padding: 14px 14px 13px 14px;
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
    line-height: 18px;
  }
  #main-menu .navbar .nav > li > a.active {
    background: inherit;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  #main-menu .navbar .nav > li > a:hover {
    background: #d62c2e;
    border-color: #d62c2e;
    color: #4d4d4d;
  }
}
@media (min-width: 768px) {
  #main-menu .navbar .nav > li > a.active {
    background: #d62c2e;
    border-color: #d62c2e;
    color: #FFF;
  }
  #main-menu .navbar .nav > li:first-child > a {
    border-left: 1px solid  #e5e5e5;
  }
  #main-menu .navbar .nav > li:first-child > a.active,
  #main-menu .navbar .nav > li:first-child > a:hover {
    border-color: #d62c2e;
  }
}
#main-menu .navbar .nav > li > ul {
  min-width: 255px;
  padding: 15px 0;
  background: #FFF;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: inherit;
}
@media (min-width: 1025px) {
  #main-menu .navbar .nav > li > ul {
    display: none;
  }
}
#main-menu .navbar .nav > li > ul li {
  line-height: 18px;
  padding: 0px 28px;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li > ul li {
    padding: 0;
    border-top: 1px solid #d4d4d4;
    overflow: hidden;
  }
}
#main-menu .navbar .nav > li > ul li a {
  font-size: 14px;
  padding: 12px 0px 11px 0px;
  text-transform: uppercase;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  color: #666;
}
@media (min-width: 768px) and (max-width: 870px) {
  #main-menu .navbar .nav > li > ul li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li > ul li a {
    color: #202020;
    padding: 14px 14px 13px 30px;
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
    line-height: 18px;
    font-family: arial ;
  }
}
@media (min-width: 1200px) {
  #main-menu .navbar .nav > li > ul li a:hover,
  #main-menu .navbar .nav > li > ul li a:active,
  #main-menu .navbar .nav > li > ul li a:focus {
    color: #d62c2e;
    background: none;
  }
}
@media (min-width: 768px) {
  #main-menu .navbar .nav > li > ul li a.active {
    color: #d62c2e;
    background: none;
  }
}
#main-menu .navbar .nav > li > ul li span.toggle-list-button,
#main-menu .navbar .nav > li > ul li span.toggle-list-button2 {
  position: absolute;
  margin-left: 0;
  height: 42px;
  width: 40px;
  top: 0;
  right: 0;
  border: none;
  text-align: left;
  padding-left: 8px;
  cursor: pointer;
}
#main-menu .navbar .nav > li > ul li span.toggle-list-button:after,
#main-menu .navbar .nav > li > ul li span.toggle-list-button2:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  color: #4d4d4d;
  font-size: 12px;
  height: 42px;
  line-height: 42px;
}
@media (max-width: 1199px) {
  #main-menu .navbar .nav > li > ul li span.toggle-list-button:after,
  #main-menu .navbar .nav > li > ul li span.toggle-list-button2:after {
    content: "\f0d7";
  }
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li > ul li span.toggle-list-button:after,
  #main-menu .navbar .nav > li > ul li span.toggle-list-button2:after {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #202020;
    border: 1px solid #202020;
    line-height: 25px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  #main-menu .navbar .nav > li > ul li span.toggle-list-button,
  #main-menu .navbar .nav > li > ul li span.toggle-list-button2 {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li > ul li span.toggle-list-button,
  #main-menu .navbar .nav > li > ul li span.toggle-list-button2 {
    width: 45px;
    padding-left: 0;
    padding-top: 10px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #main-menu .navbar .nav > li > ul li .toggle-list-button2 {
    right: -28px !important;
  }
}
#main-menu .navbar .nav > li > ul li ul {
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: inherit;
  left: 100%;
  top: -10px;
  padding: 10px 0;
  margin: 0;
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li > ul li ul li a {
    color: #202020;
    padding: 14px 14px 13px 45px;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    background: transparent;
    font-family: arial ;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #main-menu .navbar .nav > li > ul li ul li ul li {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li > ul li ul li ul li a {
    padding-left: 55px;
  }
}
@media (min-width: 768px) {
  #main-menu .navbar .nav > li > ul li ul > li + li > a {
    border-top: 1px solid #e5e5e5;
  }
}
@media (min-width: 1200px) {
  #main-menu .navbar .nav > li > ul li ul li:hover span.toggle-list-button2:after {
    color: #d62c2e;
  }
}
@media (max-width: 1199px) {
  #main-menu .navbar .nav > li > ul li ul {
    position: relative;
    left: auto;
    top: auto;
    box-shadow: none;
    border-top: 1px solid #DDD;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #main-menu .navbar .nav > li > ul li ul {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li > ul li ul {
    background: #f8f8f8;
    border: none;
    transition: inherit;
  }
}
#main-menu .navbar .nav > li > ul li ul .dropdown-submenu > a {
  padding-right: 30px;
}
@media (min-width: 1200px) {
  #main-menu .navbar .nav > li > ul li:hover > a {
    color: #d62c2e;
  }
  #main-menu .navbar .nav > li > ul li:hover span.toggle-list-button:after {
    color: #d62c2e;
  }
}
@media (min-width: 768px) {
  #main-menu .navbar .nav > li > ul > li + li > a {
    border-top: 1px solid #e5e5e5;
  }
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li > ul {
    position: relative;
    width: 100%;
    box-shadow: none;
    border: none;
    background: #f8f8f8;
    padding: 0;
    transition: inherit;
  }
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li {
    text-align: left;
    border: none;
    overflow: hidden;
    transition: inherit;
  }
  #main-menu .navbar .nav > li + li {
    border-top: 1px solid #d4d4d4;
  }
}
#main-menu .navbar .nav > li.dropdown > a {
  padding-right: 30px;
}
#main-menu .navbar .nav > li.dropdown .caret {
  position: absolute;
  margin-left: 0;
  height: 52px;
  width: 30px;
  top: 0;
  right: 0;
  border: none;
  text-align: left;
  padding-left: 5px;
  cursor: pointer;
  z-index: 111;
}
#main-menu .navbar .nav > li.dropdown .caret:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  color: #4d4d4d;
  font-size: 12px;
  height: 52px;
  line-height: 54px;
}
@media (max-width: 1199px) {
  #main-menu .navbar .nav > li.dropdown .caret:after {
    content: "\f0d7";
  }
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li.dropdown .caret:after {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #202020;
    border: 1px solid #202020;
    line-height: 25px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li.dropdown .caret {
    width: 45px;
    padding-left: 0;
    padding-top: 10px;
    padding-right: 20px;
  }
}
#main-menu .navbar .nav > li.dropdown:after {
  content: "\f0d7";
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  font-size: 22px;
  line-height: 22px;
  font-family: FontAwesome;
  z-index: 1000000;
  transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -webkit-transition: all 200ms ease-in-out 0s;
  color: #d62c2e;
  opacity: 0;
  visibility: hidden;
}
#main-menu .navbar .nav > li.active .caret:after {
  color: #FFF;
}
#main-menu .navbar .nav a {
  font-size: 14px;
}
@media (min-width: 1200px) {
  #main-menu .navbar .nav > li:hover:after {
    opacity: 1;
    bottom: -14px;
    visibility: visible;
  }
  #main-menu .navbar .nav > li:hover > a {
    background: #d62c2e;
    border-color: #d62c2e;
    color: #FFF;
  }
  #main-menu .navbar .nav > li:hover .caret:after {
    color: #FFF !important;
  }
}
@media (max-width: 767px) {
  #main-menu .navbar .nav {
    position: relative;
    width: 100%;
    display: inherit;
    margin: 0;
    transition: inherit;
  }
}
@media (max-width: 767px) {
  #main-menu .navbar {
    background: #f8f8f8;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    z-index: 555;
  }
  #main-menu .navbar .navbar-toggle {
    float: left;
    margin: 5px 0 5px 10px;
    padding: 10px 10px 9px 10px;
    z-index: 570;
    border-color: #d4d4d4;
    background: transparent !important;
    cursor: pointer;
  }
  #main-menu .navbar .navbar-toggle .icon-bar {
    background: #555;
    height: 3px;
  }
}
#main-menu #search {
  top: 7px;
  position: absolute;
  right: 15px;
  width: 280px;
  max-width: 100%;
}
#main-menu #search .search-box {
  position: relative;
}
#main-menu #search .search-box .input-lg {
  padding-right: 30px;
}
#main-menu #search .search-box .button_search {
  position: absolute;
  right: 5px;
  z-index: 111;
  top: 8px;
}
#main-menu #search .search-box .button_search .btn_search {
  background: transparent;
  border: 0;
  color: #c1c1c1;
}
#main-menu #search .search-box .button_search .btn_search i {
  font-size: 16px;
}
#main-menu #search .search-box .button_search .btn_search:hover {
  color: #373737;
}
@media (max-width: 1024px) and (min-width: 768px) {
  #main-menu #search .search-box .button_search {
    top: 5px;
  }
}
#main-menu #search .on-off {
  display: inline-block;
  float: right;
  height: 38px;
  width: 38px;
  line-height: 38px;
  color: #c1c1c1;
  text-align: center;
}
#main-menu #search .on-off i {
  font-size: 16px;
}
#main-menu #search .on-off.active {
  color: #333;
}
@media (min-width: 1200px) {
  #main-menu #search .on-off {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  #main-menu #search .search-box {
    display: none;
    background: #FFF;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 43px;
    right: 0;
    z-index: 500;
  }
  #main-menu #search .search-box .input-lg {
    height: 52px;
    line-height: 52px;
  }
  #main-menu #search .search-box .button_search {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #main-menu #search {
    width: 100%;
    top: 0;
    right: 0;
    position: relative;
  }
  #main-menu #search .on-off {
    display: none;
  }
}
@media (max-width: 767px) {
  #main-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
  #main-menu #search {
    width: calc(100% - 80px);
    top: 0px;
    right: 0;
    position: absolute;
    z-index: 560;
    padding-top: 6px;
    padding-right: 10px;
  }
}
/* header fixed top */
@media (min-width: 1200px) {
  #logo.ontop {
    position: fixed;
    z-index: 112;
    top: 8px;
  }
  #logo.ontop img {
    max-width: 130px;
    max-height: 35px;
    width: auto;
    height: auto;
  }
  #header-box #header #cart.ontop {
    position: fixed;
    top: 0px;
    z-index: 112;
    padding-top: 5px;
    width: 280px;
  }
  #main-menu.ontop {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 111;
  }
  #main-menu.ontop .position-display > div:first-child {
    padding-left: 150px;
    padding-right: 0;
  }
  #main-menu.ontop .position-display > div:last-child {
    /*display: none;*/
  }
  #main-menu.ontop .navbar .nav > li.dropdown:after {
    opacity: 1;
  }
  #main-menu.ontop .navbar .nav > li:hover:after {
    opacity: 1;
  }
}
.title-box {
  background: url(/image/catalog/banner/breadcrumb/bg2.jpg);
  margin-bottom: 25px;
  background-position: 50% 0 !important;
  padding: 52px 0 52px 0;
}
.title-box .title-style {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 auto;
  margin-bottom: 15px;
  font-weight: normal;
  padding: 0 10px;
  color: #fff;
}
.title-box .breadcrumb {
  display: inline-block;
  width: 100%;
  margin: 0 auto!important;
  padding: 0;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  background: none;
}
.title-box .breadcrumb a {
  color: #ccc;
}
.title-box .breadcrumb a:hover {
  text-decoration: underline;
}
.title-box .breadcrumb li:last-child a {
  color: #FFF;
  pointer-events: none;
}
@media (max-width: 768px) {
  .title-box .title-style {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  .title-box .title-style {
    font-size: 20px;
    line-height: normal;
  }
}
.results {
  font-size: 13px;
  padding-top: 7px;
}
.pagi .pagination li a,
.pagi .pagination li span {
  border-radius: 0;
  padding: 4px 10px;
  color: #999;
  font-weight: bold;
}
.pagi .pagination li + li a,
.pagi .pagination li + li span {
  margin-left: 10px;
}
.pagi .pagination li > a:focus,
.pagi .pagination li a:hover,
.pagi .pagination li span:focus,
.pagi .pagination li span:hover {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.pagi .pagination .active span,
.pagi .pagination .active span:focus,
.pagi .pagination .active span:hover,
.pagi .pagination .active a:focus,
.pagi .pagination .active a:hover > a {
  background: #FFF;
  border-color: #000;
  color: #000;
}
.show-in-tab-mod .product-thumb {
  margin-bottom: 0;
}
.tab-content .slide_arrow_next,
.tab-content .slide_arrow_prev {
  width: 24px;
  height: 24px;
}
.tab-content .slide_arrow_next i,
.tab-content .slide_arrow_prev i {
  line-height: 22px;
  font-size: 11px;
}
.tab-content .slide_arrow_prev {
  right: 30px;
}
.tab-content .slide_arrow_next:hover,
.tab-content .slide_arrow_prev:hover {
  background: #000;
  border-color: #000;
  margin-top: -1px;
}
.tab-content .owl-controls .owl-buttons div {
  position: absolute;
  margin-top: -1px;
}
/* banner top home */
.banner_top_home .row,
.banner_top_home [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.banner_top_home .banner_main {
  overflow: hidden;
  margin-bottom: 35px;
}
.banner_top_home .banner_main .banner-item {
  float: left;
  width: 50%;
  overflow: hidden;
  position: relative;
}
.banner_top_home .banner_main .banner-item img {
  width: 100%;
  height: auto;
}
.banner_top_home .banner_main .banner-item > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/glass.png") no-repeat scroll -265px 0 transparent;
  z-index: 1;
}
.banner_top_home .banner_main .banner-item > a:hover:after {
  background-position: 1200px 0;
  transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -webkit-transition: all 3s ease 0s;
}
/* banner top home */
/* title box */
.cate_slide .title h3,
.product_group .title h3 {
  font-family: arial ;
  font-weight: normal;
  padding: 15px 5px 15px 0;
  margin: 0;
  font-size: 22px;
  color: #d62c2e;
  display: inline-block;
  position: relative;
}
.cate_slide .title h3:before,
.product_group .title h3:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: -1px;
  z-index: 3;
  border-bottom: 3px solid #d62c2e;
  bottom: -3px;
}
/* title box */
/* Sản phẩm và Banner */
.banner_home .row {
  margin: 0;
}
@media (min-width: 768px) {
  .banner_home .row,
  .banner_home .row > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .banner_home .row {
    display: flex;
    flex-wrap: wrap;
  }
  .banner_home .row div[class*='col-'] {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .banner_home .row div[class*='col-'] .dv-item-module {
    width: 100%;
  }
  .banner_home .row .col-sm-12 {
    width: 50%;
  }
}
.banner_home .show-in-tab-mod {
  height: 100%;
  background: #FFF;
  border: 20px solid #f8f8f8;
}
.banner_home .show-in-tab-mod .show-in-tab {
  display: none;
}
.banner_home .show-in-tab-mod .tab-content {
  text-align: center;
}
.banner_home .show-in-tab-mod .tab-content .tab-pane {
  width: 100%;
}
.banner_home .show-in-tab-mod .tab-content .product-layout-tab {
  width: 100%;
  max-width: 445px;
  margin: 0 auto;
  float: none;
  padding: 10px 0;
}
.banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb {
  margin: 0;
  border: 0;
  padding: 0;
}
.banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb:before,
.banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb:after,
.banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb span.eye,
.banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb a:after {
  display: none !important;
}
.banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb .image img {
  width: 100%;
}
.banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb .caption {
  padding-top: 10px;
}
.banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb .caption .price {
  padding-bottom: 0;
}
.banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb .caption .price:after {
  display: none;
}
.banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb .btn-wishlist {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1200px) {
  .banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb .caption .price-new {
    font-size: 24px;
    line-height: 28px;
  }
  .banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb .caption .price-old {
    font-size: 16px;
  }
  .banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb .caption h4 a {
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
  }
}
@media (min-width: 1025px) {
  .banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb .caption .description {
    display: block;
  }
}
@media (max-width: 1450px) and (min-width: 1351px) {
  .banner_home .show-in-tab-mod .tab-content .product-layout-tab {
    max-width: 400px;
  }
}
@media (max-width: 1350px) and (min-width: 1200px) {
  .banner_home .show-in-tab-mod .tab-content .product-layout-tab {
    max-width: 345px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .banner_home .show-in-tab-mod .tab-content .product-layout-tab {
    max-width: 250px;
  }
}
@media (max-width: 991px) and (min-width: 850px) {
  .banner_home .show-in-tab-mod .tab-content .product-layout-tab {
    max-width: 210px;
  }
  .banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb .button-group {
    margin-bottom: 5px;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  .banner_home .show-in-tab-mod .tab-content .product-layout-tab {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .banner_home .show-in-tab-mod .tab-content .product-layout-tab {
    max-width: 420px;
  }
  .banner_home .show-in-tab-mod .tab-content .product-layout-tab .product-thumb {
    padding-bottom: 30px;
  }
}
.banner_home .banner_main {
  overflow: hidden;
}
.banner_home .banner_main .banner-item {
  background: #653f32;
}
.banner_home .banner_main .banner-item img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
}
.banner_home .banner_main .banner-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  opacity: 0.5;
}
@media (max-width: 767px) {
  .banner_home .row > div[class*='col-'] {
    padding: 0;
  }
  .banner_home .banner_main .banner-item img {
    border-top: 1px solid #333;
  }
}
#plamviec .banner_home .show-in-tab-mod,
#pngu .banner_home .show-in-tab-mod {
  border-bottom: 0;
}
/* Sản phẩm và Banner */
/* không gian sống */
.zone {
  text-align: center;
  padding: 250px 0;
  background: url("/image/catalog/banner/Khung-1.jpg") center center no-repeat fixed;
  background-size: cover;
}
.zone .list .item-content .item-image img {
  border: 0;
  vertical-align: top;
  margin: 0 0 15px;
  max-width: 80%;
  height: auto;
}
.zone .list .item-content .item-title {
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 25px;
  background: rgba(255, 255, 255, 0.9);
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
}
.zone .list .item-content .item-title:hover {
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 475px) {
  .zone .list .item-content .item-title {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .zone .list .item-content .item-title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .zone {
    background-position: center !important;
    background-attachment: inherit !important;
    padding: 100px 0;
  }
}
/* không gian sống */
/* banner 4 danh mục */
#banner_cate {
  padding-left: 10px;
  padding-right: 10px;
  background: #f8f8f8;
  overflow: visible;
}
#banner_cate .row {
  margin-left: -10px;
  margin-right: -10px;
}
#banner_cate .row .col-sm-12 {
  padding-left: 10px;
  padding-right: 10px;
}
#banner_cate .row .col-sm-12 .banner-item {
  width: 25%;
  float: left;
  padding: 20px 10px;
  position: relative;
}
#banner_cate .row .col-sm-12 .banner-item .banner-content {
  background: #FFF;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#banner_cate .row .col-sm-12 .banner-item .banner-content img {
  max-width: 100%;
  padding: 20px 25px;
  margin: 0 auto;
}
#banner_cate .row .col-sm-12 .banner-item .banner-content a span {
  position: absolute;
  content: "";
  right: -80px;
  opacity: 0;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 100px solid;
  border-left: 100px solid transparent;
  border-top-width: 100px;
  border-left-width: 100px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  z-index: 0;
  padding: 1px;
  color: #d62c2e;
}
#banner_cate .row .col-sm-12 .banner-item .banner-content a span:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f178";
  right: 0px;
  top: -90px;
  line-height: 54px;
  font-size: 26px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 44px;
}
@media only screen and (max-width: 1650px) {
  #banner_cate .row .col-sm-12 .banner-item .banner-content a span {
    border-top-width: 80px;
    border-left-width: 80px;
  }
  #banner_cate .row .col-sm-12 .banner-item .banner-content a span:before {
    top: -80px;
  }
}
#banner_cate .row .col-sm-12 .banner-item .banner-content a:hover span {
  right: 0px;
  opacity: 1;
}
@media (max-width: 767px) {
  #banner_cate .row .col-sm-12 .banner-item .banner-content a span {
    right: 0px;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #banner_cate .row .col-sm-12 .banner-item {
    width: 50%;
    padding: 20px 10px 0 10px;
  }
}
@media (max-width: 600px) {
  #banner_cate .row .col-sm-12 .banner-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #banner_cate {
    padding-bottom: 20px;
  }
}
/* banner 4 danh mục */
/* Sản phẩm nổi bật trang chủ*/
#slide_product_home {
  padding: 20px 10px;
  background: #f8f8f8;
  overflow: visible;
}
#slide_product_home .row {
  margin-left: 0;
  margin-right: 0;
}
#slide_product_home .row > .col-sm-12.col-md-12.col-lg-12.col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
#slide_product_home .product_module h3 {
  display: none;
}
#slide_product_home .product_module .row {
  margin-left: 0px;
  margin-right: 0px;
}
#slide_product_home .product_module .owl-carousel {
  background: transparent;
}
#slide_product_home .product_module .owl-carousel .owl-item {
  padding-left: 10px;
  padding-right: 10px;
}
#slide_product_home .product_module .product-thumb {
  margin-bottom: 0;
  background: #FFF;
}
@media (max-width: 480px) {
  #slide_product_home .product_module .product-thumb .caption {
    text-align: center;
  }
}
/* Sản phẩm nổi bật trang chủ*/
/* thương hiệu */
#brand {
  margin-bottom: 20px;
}
#brand .carousel_partner {
  padding: 0 20px;
}
#brand .carousel_partner .owl-buttons div {
  width: 24px;
  height: 24px;
  border: 1px solid #d9d9d9;
  display: block;
  opacity: 1;
  text-align: center;
  line-height: 20px;
  background: #FFF;
  margin-top: -12px;
}
#brand .carousel_partner .owl-buttons div i {
  font-size: 9px;
  font-weight: bold;
  text-shadow: none;
}
#brand .carousel_partner .owl-buttons div:hover {
  background: #000;
  border-color: #000;
}
#brand .carousel_partner .owl-buttons div:hover i {
  color: #FFF;
}
#brand .carousel_partner .owl-buttons .owl-next {
  right: 0;
}
#brand .carousel_partner .owl-buttons .owl-prev {
  left: 0;
}
#brand .carousel_partner .item-partner {
  text-align: center;
}
#brand .carousel_partner .item-partner img {
  margin: 0 auto;
}
#brand .carousel_partner .item-partner .cate-name-hover {
  display: none;
}
/* thương hiệu */
/* Đăng ký nhận tin */
#newsletter_home {
  background: url("/image/catalog/banner/background/bg1.jpg") center center no-repeat fixed;
  background-size: cover;
  padding-bottom: 65px;
  padding-top: 55px;
  margin-bottom: 35px;
}
#newsletter_home .title h3 {
  text-align: center;
  color: #FFF;
  font-size: 44px;
  font-weight: bold;
  line-height: 70px;
  padding: 8px 0px;
  margin: 0;
  font-family: arial ;
  text-transform: uppercase;
}
@media (max-width: 350px) {
  #newsletter_home .title h3 {
    line-height: normal;
    margin-bottom: 20px;
  }
}
#newsletter_home .newslt_box p {
  text-align: center;
  color: #FFF;
}
#newsletter_home .newslt_box .form-newsletter {
  max-width: 800px;
  margin: 60px auto 10px auto;
  position: relative;
}
#newsletter_home .newslt_box .form-newsletter .newsletters-input {
  background: transparent;
  border: 1px solid #fff;
  height: 80px;
  line-height: 48px;
  padding: 16px 160px 16px 25px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
}
#newsletter_home .newslt_box .form-newsletter .newsletters-input::-webkit-input-placeholder {
  color: #FFF;
}
#newsletter_home .newslt_box .form-newsletter .newsletters-input:-ms-input-placeholder {
  color: #FFF;
}
#newsletter_home .newslt_box .form-newsletter .newsletters-input:active,
#newsletter_home .newslt_box .form-newsletter .newsletters-input:focus {
  border-color: #FFF;
}
#newsletter_home .newslt_box .form-newsletter .newsletters-input:focus::-webkit-input-placeholder {
  color: transparent  !important;
}
#newsletter_home .newslt_box .form-newsletter .newsletters-input:focus:-moz-placeholder {
  color: transparent  !important;
}
#newsletter_home .newslt_box .form-newsletter .newsletters-input:focus::-moz-placeholder {
  color: transparent  !important;
}
#newsletter_home .newslt_box .form-newsletter .newsletters-input:focus:-ms-input-placeholder {
  color: transparent  !important;
}
#newsletter_home .newslt_box .form-newsletter .newsletters-input:-ms-input-placeholder {
  color: #fff !important;
}
#newsletter_home .newslt_box .form-newsletter .newsletters-input:-moz-placeholder {
  color: #FFF !important;
  opacity: 1;
}
#newsletter_home .newslt_box .form-newsletter .newsletters-input::-moz-placeholder {
  color: #FFF !important;
  opacity: 1;
}
#newsletter_home .newslt_box .form-newsletter .newsletters-btn {
  border: 0 none;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  padding: 0 22px;
  position: absolute;
  right: 26px ;
  top: 16px ;
  z-index: 2;
  background: #d62c2e;
  font-family: arial ;
}
@media (max-width: 767px) {
  #newsletter_home .newslt_box .form-newsletter {
    margin-top: 30px;
  }
}
@media (max-width: 374px) {
  #newsletter_home .newslt_box .form-newsletter .newsletters-input {
    height: 68px;
    line-height: 48px;
    padding: 10px 120px 10px 10px;
    font-size: 16px;
  }
  #newsletter_home .newslt_box .form-newsletter .newsletters-btn {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 310px) {
  #newsletter_home .newslt_box .form-newsletter .newsletters-input {
    padding-right: 105px;
  }
  #newsletter_home .newslt_box .form-newsletter .newsletters-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #newsletter_home {
    background-position: center !important;
    background-attachment: inherit !important;
  }
}
/* Đăng ký nhận tin */
/* little */
.agr {
  margin-bottom: 15px;
}
#column-left .banner_main,
#column-right .banner_main {
  overflow: hidden;
  margin-bottom: 25px;
}
#column-left .banner_main .banner-item,
#column-right .banner_main .banner-item {
  overflow: hidden;
  position: relative;
}
#column-left .banner_main .banner-item img,
#column-right .banner_main .banner-item img {
  width: 100%;
  height: auto;
}
#column-left .banner_main .banner-item > a:after,
#column-right .banner_main .banner-item > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/glass.png") no-repeat scroll -265px 0 transparent;
  z-index: 1;
}
#column-left .banner_main .banner-item > a:hover:after,
#column-right .banner_main .banner-item > a:hover:after {
  background-position: 1200px 0;
  transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -webkit-transition: all 3s ease 0s;
}
/* little */
/* Đăng ký nhận tin */
* .product-thumb {
  padding: 10px;
  position: relative;
  border: 1px solid transparent;
  margin: 4px 0 20px 0;
  z-index: 11;
}
* .product-thumb .image {
  margin-bottom: 10px;
  position: relative;
  background: #FFF;
}
* .product-thumb .image a span.eye {
  color: #FFF;
  border: 1px solid #FFF;
  font-size: 18px;
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 1;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  opacity: 0;
}
* .product-thumb .image a span.eye:before {
  content: "\f06e";
  font-family: FontAwesome;
}
* .product-thumb .image a span.eye:hover {
  background: #000;
}
* .product-thumb .image a:after {
  content: "";
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
}
@media (min-width: 1025px) {
  * .product-thumb .image:hover a span.eye {
    opacity: 1;
  }
  * .product-thumb .image:hover a:after {
    opacity: 0.6;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
* .product-thumb .rating {
  display: none;
}
* .product-thumb .caption h4 {
  margin: 0 0 6px 0;
  padding: 0;
}
* .product-thumb .caption h4 a {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  font-weight: 600;
}
* .product-thumb .caption h4 a:hover {
  text-decoration: underline;
}
* .product-thumb .price {
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}
* .product-thumb .price span {
  display: block;
}
* .product-thumb .price:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 2px;
  right: 0;
  z-index: 2;
  height: 1px;
  opacity: 0.2;
  background: #CCC;
}
* .product-thumb .button-group {
  margin-bottom: 10px;
}
* .product-thumb .button-group button {
  background-color: #ffffff;
  color: #666666;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  line-height: 14px;
  font-weight: bold;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
}
* .product-thumb .button-group button i {
  font-size: 12px;
}
* .product-thumb .button-group button + button {
  margin-left: 6px;
}
* .product-thumb .button-group button:hover {
  border-color: #d62c2e;
  background: #d62c2e;
  color: #FFF;
}
@media (min-width: 1201px) {
  * .product-thumb .btn-wishlist {
    visibility: hidden;
  }
}
* .product-thumb .btn-wishlist a {
  font-size: 9px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #999999;
  cursor: pointer;
}
* .product-thumb .btn-wishlist a:hover {
  color: #d62c2e;
}
@media (min-width: 1025px) {
  * .product-thumb:hover {
    border: 1px solid #d9d9d9;
  }
  * .product-thumb:hover:before {
    position: absolute;
    content: "";
    top: -8px;
    right: -7px;
    z-index: 1;
    background-image: url(../images/top-right-shadow.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 69px;
    height: 90px;
    line-height: 0;
    display: inline-block;
    z-index: -1;
  }
  * .product-thumb:hover:after {
    position: absolute;
    content: "";
    bottom: -7px;
    left: -7px;
    z-index: 1;
    background-image: url(../images/bottom-left-shadow.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 102px;
    height: 74px;
    line-height: 0;
    display: inline-block;
    z-index: -1;
  }
  * .product-thumb:hover .btn-wishlist {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .pd-content,
  .pd-content > .product-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .pd-content {
    display: flex;
    flex-wrap: wrap;
  }
  .pd-content > .product-grid {
    display: flex;
    flex-direction: column;
  }
}
.pd-content.row {
  margin-left: -5px;
  margin-right: -5px;
}
.pd-content.row div[class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.product-list .product-thumb {
  padding-right: 3px;
  margin-bottom: 31px;
}
.product-list .product-thumb .image {
  float: left;
  margin-bottom: 0;
}
.product-list .product-thumb .caption {
  margin-left: 270px;
  overflow: hidden;
}
.product-list .product-thumb .caption .description {
  display: block;
  line-height: 1.6;
  padding-bottom: 15px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #999999;
  border-bottom: 1px solid #f1f1f1;
}
.product-list .product-thumb .caption .price {
  margin: 0 0 15px 0;
  padding: 0;
}
.product-list .product-thumb .caption .price:after {
  display: none;
}
.product-list .product-thumb .button-group {
  width: 60%;
  float: left;
}
.product-list .product-thumb .btn-wishlist {
  width: auto;
  position: absolute;
  left: 480px;
  padding-top: 7px;
}
/* checkout */
.qc-totals .control-label {
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 0;
  line-height: 22px;
}
#accordion .control-label {
  padding-top: 7px;
}
/* end checkout */
.price {
  line-height: 18px;
  font-size: 14px;
}
.price .price-new {
  color: #d62c2e;
  font-weight: 600;
}
.price .price-old {
  text-decoration: line-through;
  color: #888888;
  font-weight: 300;
}
.price2 {
  line-height: 18px;
  font-size: 14px;
}
.price2 .price-new {
  color: #d62c2e;
  font-weight: 600;
}
.price2 .price-old {
  text-decoration: line-through;
  color: #888888;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 850px) {
  .btn-block + .btn-block {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .tbl-compare .price .price-old,
  .tbl-compare .price .price-new {
    display: block;
  }
}
.account-login .well,
.affiliate-login .well {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .account-login .well:first-child,
  .affiliate-login .well:first-child {
    margin-bottom: 20px;
  }
}
.banner_main .promo-text {
  display: none;
}
.banner_main .item a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
}
.banner_main .item a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/glass.png") no-repeat scroll -265px 0 transparent;
  z-index: 1;
}
.banner_main .item a:hover:after {
  background-position: 1200px 0;
  transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -webkit-transition: all 3s ease 0s;
}
.pd-content {
  margin-bottom: 10px;
}
.single-product-description a,
.single-product-description b.hl {
  color: #d62c2e;
}
.single-product-description a:hover {
  text-decoration: underline;
}
.single-product-description .desc {
  line-height: 22px;
}
.single-product-description .price {
  margin-bottom: 10px;
}
.single-product-description .price .price-old {
  color: #333;
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-bottom: 5px;
  text-decoration: line-through;
}
.single-product-description .price .price-new {
  font-size: 22px;
  line-height: 24px;
  display: block;
}
#button-review {
  font-size: 12px;
}
.single-poraduct-botton #button-cart {
  background-color: #ffffff;
  color: #666666;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  line-height: 14px;
  font-weight: bold;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  border-radius: 0;
}
.single-poraduct-botton #button-cart:hover {
  border-color: #d62c2e;
  background: #d62c2e;
  color: #FFF;
}
.bg-ms-product {
  margin-top: 10px;
}
.bg-ms-product .nav-tabs {
  border: none;
  margin-bottom: 20px;
}
.bg-ms-product .nav-tabs li {
  text-align: center;
}
.bg-ms-product .nav-tabs li a {
  font-family: arial ;
  color: #999999;
  padding: 15px 25px 15px 25px;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  border-bottom: 3px solid transparent;
}
.bg-ms-product .nav-tabs li + li {
  margin-left: 2px;
}
.bg-ms-product .nav-tabs li:hover a {
  color: #d62c2e;
  background: none;
}
.bg-ms-product .nav-tabs .active a,
.bg-ms-product .nav-tabs .active a:focus,
.bg-ms-product .nav-tabs .active a:hover {
  color: #d62c2e;
  background: none;
  border-color: #d62c2e;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 3px solid #d62c2e;
}
.bg-ms-product .tab-content p {
  font-size: 14px;
  line-height: 22px;
}
.owl-carousel.featured-item {
  clear: both;
  background: transparent;
}
.rowm5 {
  margin-left: -5px;
  margin-right: -5px;
}
.owl-carousel.featured-item .owl-item {
  padding-left: 5px;
  padding-right: 5px;
}
.owl-carousel.featured-item .owl-buttons div {
  background: #FFF;
  border: 1px solid #d9d9d9;
  color: #666666;
  padding: 0;
  margin: 0;
  height: 24px;
  width: 24px;
  line-height: 22px;
  text-align: center;
  opacity: 1 !important;
  margin-top: -10px;
}
.owl-carousel.featured-item .owl-buttons div i {
  font-size: 11px !important;
  margin: 0 !important;
}
.owl-carousel.featured-item .owl-buttons div:hover {
  background: #000;
  border-color: #000;
  color: #FFf;
  text-shadow: none;
}
.owl-carousel.featured-item .owl-buttons .owl-next {
  right: 15px!important;
  top: -50px !important;
}
.owl-carousel.featured-item .owl-buttons .owl-prev {
  left: auto !important;
  top: -50px !important;
  right: 45px;
}
.owl-carousel.featured-item .product-thumb {
  margin-bottom: 0;
}
.product-late-ms .area-title {
  border: 1px solid #e5e5e5;
  margin: 0 0 20px 0;
  position: relative;
}
.product-late-ms .area-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 5px;
  display: inline-block;
  width: 100%;
  z-index: 2;
  background: url(../images/shaw_dow_product.png) top left repeat;
  border: 0;
}
.product-late-ms .area-title h3 {
  font-family: arial ;
  margin: 0 ;
  color: #d62c2e;
  font-weight: normal;
  padding: 15px 30px 15px 30px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  position: relative;
}
.product-late-ms .area-title h3:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
  bottom: -1px;
  border: 1px solid;
  z-index: 3;
  border-color: #d62c2e;
}
.product-late-ms .area-title h3:after {
  content: "";
  position: absolute;
  top: -1px;
  left: auto;
  right: 0;
  bottom: auto;
  width: 9px;
  height: 9px;
  z-index: 4;
  background: #d62c2e;
}
@media (max-width: 400px) {
  .product-late-ms .area-title h3 {
    padding: 15px;
    font-size: 15px;
  }
}
/* button */
@media (max-width: 767px) {
  .tbutton .pull-left,
  .tbutton .pull-right {
    float: none !important;
    text-align: center !important;
  }
}
.common-home footer #footer_top {
  margin-top: 0;
}
footer {
  padding: 0px;
  background: #1d1f24;
}
footer #footer_top {
  margin-top: 30px;
}
footer #footer_top .info_shop {
  padding: 0px 10px 35px 10px;
  color: #999;
}
footer #footer_top .info_shop h2,
footer #footer_top .info_shop h4,
footer #footer_top .info_shop h4 a,
footer #footer_top .info_shop h3 {
  font-family: arial ;
  padding: 0 0 35px 0;
  font-weight: bold;
  margin: 0;
  color: #FFF;
  font-size: 24px;
  line-height: 24px;
  border: none;
}
@media (min-width: 768px) {
  footer #footer_top .info_shop h2,
  footer #footer_top .info_shop h4,
  footer #footer_top .info_shop h4 a,
  footer #footer_top .info_shop h3 {
    pointer-events: none;
  }
}
footer #footer_top .info_shop h2:hover,
footer #footer_top .info_shop h4:hover,
footer #footer_top .info_shop h4 a:hover,
footer #footer_top .info_shop h3:hover {
  color: #FFF !important;
}
@media (max-width: 767px) {
  footer #footer_top .info_shop h2,
  footer #footer_top .info_shop h4,
  footer #footer_top .info_shop h4 a,
  footer #footer_top .info_shop h3 {
    padding: 0;
    position: relative;
  }
}
@media (max-width: 400px) {
  footer #footer_top .info_shop h2,
  footer #footer_top .info_shop h4,
  footer #footer_top .info_shop h4 a,
  footer #footer_top .info_shop h3 {
    font-size: 20px;
  }
}
footer #footer_top .info_shop a {
  color: #999;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  padding: 0;
  font-size: 14px;
}
footer #footer_top .info_shop a:hover,
footer #footer_top .info_shop a.active {
  color: #d62c2e;
}
footer #footer_top .info_shop a:hover:hover,
footer #footer_top .info_shop a.active:hover {
  background: inherit;
}
footer #footer_top .info_shop p {
  margin: 0;
  line-height: 25px;
}
@media (max-width: 767px) {
  footer #footer_top .info_shop {
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer #footer_top .menu_vertical .vertical-name > .navbar-collapse li a:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #999;
  font-size: 12px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  footer #footer_top .menu_vertical .vertical-name > .navbar-collapse li a {
    line-height: normal;
  }
}
@media (max-width: 767px) {
  footer #footer_top .menu_vertical .vertical-name .navbar-collapse {
    transition: inherit;
    visibility: inherit;
    box-shadow: none;
  }
  footer #footer_top .menu_vertical .vertical-name .navbar-collapse .navbar-nav {
    margin: 0;
    padding: 15px 0 0 0;
    transition: inherit;
    visibility: inherit;
  }
}
@media (max-width: 767px) {
  footer #footer_top .menu_vertical .vertical-name > .navbar-collapse li + li {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  footer #footer_top .navbar {
    min-height: 0;
  }
  footer #footer_top .navbar .title {
    padding-left: 25px;
  }
  footer #footer_top .navbar .title .btn-open-mobile {
    line-height: 24px;
    vertical-align: text-top;
    position: absolute;
    top: 5px;
    left: 0;
  }
  footer #footer_top .navbar .title .btn-open-mobile i:before {
    content: "\f0c9";
  }
  footer #footer_top .navbar .vertical-name i.fa.fa-bars {
    display: inherit;
  }
  footer #footer_top .vertical_footer div[class*='col-'] {
    margin-bottom: 27px;
  }
  footer #footer_top .vertical_footer div[class*='col-'] h2 {
    margin-bottom: 10px;
  }
  footer #footer_top .vertical_footer div[class*='col-']:nth-child(2) {
    margin-bottom: 29px;
  }
  footer #footer_top .vertical_footer div[class*='col-']:last-child {
    margin-bottom: 0;
  }
}
footer #footer_top .footer_payment_logo {
  margin-top: 12px;
}
footer #footer_top .footer_payment_logo .item-content {
  width: auto;
  flex: none;
  margin-bottom: 0 !important;
}
footer .cate_menu_footer {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}
footer .cate_menu_footer .dv-module-content {
  position: relative;
}
footer .cate_menu_footer .dv-module-content:before {
  content: "";
  background: #FFF;
  position: absolute;
  top: -27px;
  left: 0;
  height: 1px;
  opacity: 0.1;
  width: 100%;
}
footer .cate_menu_footer h4.title {
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
}
footer .cate_menu_footer h4.title .btn-open-mobile {
  color: #FFF;
}
footer .cate_menu_footer h4.title a {
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  footer .cate_menu_footer h4.title {
    pointer-events: none;
  }
}
@media (max-width: 400px) {
  footer .cate_menu_footer h4.title a {
    font-size: 20px;
  }
}
footer .cate_menu_footer .navbar-nav {
  float: none;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
footer .cate_menu_footer .navbar-nav li {
  display: inline-block;
}
footer .cate_menu_footer .menu_vertical .vertical-name > .navbar-collapse a {
  color: #999;
  padding: 0;
  position: relative;
  font-size: 14px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
}
footer .cate_menu_footer .menu_vertical .vertical-name > .navbar-collapse a:before {
  display: none;
}
footer .cate_menu_footer .menu_vertical .vertical-name > .navbar-collapse a:hover {
  color: #FFF;
}
footer .cate_menu_footer .menu_vertical .vertical-name > .navbar-collapse a.active {
  font-weight: bold;
}
footer .cate_menu_footer .menu_vertical .vertical-name > .navbar-collapse a.active:hover {
  background: inherit;
}
footer .cate_menu_footer .menu_vertical .vertical-name > .navbar-collapse li + li a {
  padding-left: 20px;
}
footer .cate_menu_footer .menu_vertical .vertical-name > .navbar-collapse li + li a:after {
  background-color: #FFF;
  content: "";
  position: absolute;
  bottom: 6px;
  left: 5px;
  right: auto;
  top: 3px;
  width: 1px;
  opacity: 0.2;
}
@media (max-width: 767px) {
  footer .cate_menu_footer h4.title {
    padding-bottom: 0;
  }
  footer .cate_menu_footer .menu_vertical .vertical-name > .navbar-collapse li + li a:after {
    bottom: 2px;
    top: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .vertical_footer .row,
  footer .vertical_footer .row > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
  footer .vertical_footer .row {
    display: flex;
    flex-wrap: wrap;
  }
  footer .vertical_footer .row > div[class*='col-'] {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
footer #footer_bottom {
  background: #22252c;
  border-top: 1px solid #16181c;
  padding: 20px 0;
  color: #999;
  font-size: 13px;
}
footer #footer_bottom .chili a:hover {
  color: #F00 !important;
}
footer .copyright a:hover {
  color: #d62c2e;
}
@media (max-width: 767px) {
  footer .chili,
  footer .copyright {
    text-align: center;
  }
  footer .copyright {
    padding-bottom: 10px;
  }
}
.footer-social {
  margin-top: 10px;
}
.footer-social .list li {
  float: left;
}
.footer-social .list li .item-image i.fa {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #aaaaaa;
  color: #FFF;
  font-size: 12px;
  transition: all ease .3s;
  -ms-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
}
.footer-social .list li a {
  min-height: 28px;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer-social .list li a {
    min-height: 22px;
  }
}
.footer-social .list li a:hover i.fa {
  background: #383c48;
  margin-top: 8px;
}
.footer-social .list li + li {
  margin-left: 5px;
}
#column-left .list_product .product_module,
#column-right .list_product .product_module {
  border-top: 1px solid #d62c2e;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 25px;
}
#column-left .list_product .product_module .product-layout-custom,
#column-right .list_product .product_module .product-layout-custom {
  margin-left: 0;
  margin-right: 0;
}
#column-left .list_product .product_module h3,
#column-right .list_product .product_module h3 {
  font-family: arial ;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 18px;
  color: #000000;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
}
#column-left .list_product .product_module .price,
#column-right .list_product .product_module .price {
  margin: 0;
  padding: 0;
}
#column-left .list_product .product_module .price:after,
#column-right .list_product .product_module .price:after {
  display: none;
}
#column-left .list_product .product_module .medium + .medium,
#column-right .list_product .product_module .medium + .medium {
  border-top: 1px solid #d9d9d9;
}
#column-left .list_product .product_module .product-thumb,
#column-right .list_product .product_module .product-thumb {
  margin: 0;
  overflow: hidden;
  border: none;
}
#column-left .list_product .product_module .product-thumb .image:hover a:after,
#column-right .list_product .product_module .product-thumb .image:hover a:after {
  display: none;
}
#column-left .list_product .product_module .product-thumb .image:hover a span.eye,
#column-right .list_product .product_module .product-thumb .image:hover a span.eye {
  opacity: 0;
}
#column-left .list_product .product_module .product-thumb .btn-wishlist,
#column-right .list_product .product_module .product-thumb .btn-wishlist {
  display: none;
}
#column-left .list_product .product_module .product-thumb:hover,
#column-right .list_product .product_module .product-thumb:hover {
  border: none;
}
#column-left .list_product .product_module .product-thumb:hover:before,
#column-right .list_product .product_module .product-thumb:hover:before,
#column-left .list_product .product_module .product-thumb:hover:after,
#column-right .list_product .product_module .product-thumb:hover:after {
  display: none;
}
#column-left .list_product .product_module .product-thumb:hover .btn-wishlist,
#column-right .list_product .product_module .product-thumb:hover .btn-wishlist {
  display: none;
}
.error-page {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 30px;
}
.error-page .number {
  font-size: 10rem;
  font-weight: bold;
}
.error-page img {
  margin-bottom: 30px;
  max-width: 100%;
}
.error-page p {
  font-size: 20px;
  color: #999;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #featured_product_home .featured_product_home h3,
  #newsletter_home .title h3 {
    font-size: 25px;
  }
}
@media (max-width: 374px) {
  #option_login_popup_trigger_wrap #option_register_popup,
  #option_login_popup_trigger_wrap #option_guest_popup {
    width: 100% !important;
    float: none;
  }
  #option_login_popup_trigger_wrap #option_guest_popup {
    margin-top: 15px;
  }
  .checkout-cart .buttons > div {
    width: 100%;
    float: none;
    text-align: center;
  }
  .checkout-cart .buttons > div:first-child {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=style 2.css.map */
#cart.ontop { display: none !important; }

#main-menu.ontop .position-display > div:last-child {
    width: auto;
    right: -40px;
}