@import 'http://fonts.matbaomedia.com/fonts-library/utm_altergothic/fonts.css';
@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=vietnamese';
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/opensans300.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/opensans400.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/opensans700.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/opensans400i.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
.nfont {
  font-family: 'utm_altergothic', sans-serif;
}
.roboto {
  font-family: 'Roboto Slab', serif;
}
.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 */
.btn {
  font-family: 'utm_altergothic', sans-serif;
  color: #fff;
  background-color: #4f4f4f;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  border: 0px;
  border-radius: 0;
  line-height: 20px;
  box-sizing: border-box;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #868686;
  outline: none !important;
  box-shadow: none;
  border: 0;
  color: #FFF;
}
.input-group .btn {
  padding: 8px 20px;
}
.btn-default,
.btn-primary {
  background: #333;
}
.btn-default:hover,
.btn-primary:hover {
  background: #4f4f4f;
}
.information-contact .info-content p{
	display: flex;
    gap: 20px;
}
a {
  color: #282828;
}
a:hover {
  color: #cc9833;
}
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;
}
.setheight {
  min-height: 300px;
}
.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: #cc9833;
  background: #cc9833;
  color: #FFF;
}
.btn-cus2 {
  background-color: #cc9833;
  color: #FFF;
  border: 1px solid #cc9833;
  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: #cc9833;
}
.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: 36px;
  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 {
  padding: 8px 15px;
}
.owl-carousel {
  margin-bottom: 0;
}
.title_style {
  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 #cc9833;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: none;
  color: #cc9833;
}
* {
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
body {
  font-size: 14px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFF;
  color: #747373;
  font-family: 'Roboto Slab', serif;
}
/* set up */
.border {
  border: 1px solid #E0DFDF;
  height: 1px;
  padding-bottom: 3px;
  border-width: 0 0 1px 0;
}
.borderstrong {
  border-width: 0 0 4px 0 !important;
}
@media (max-width: 767px) {
  .border {
    padding-bottom: 1px;
  }
  .borderstrong {
    padding-top: 2px;
  }
}
/* set up */
@media (min-width: 768px) {
  #wrapper {
    width: 98%;
  }
  .container {
    width: 98%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 650px) {
  .container,
  #wrapper {
    width: 100%;
  }
}
#top {
  color: #c5c3c3;
  padding: 10px 0 0 0;
  font-size: 17px;
  line-height: 17px;
  font-family: 'utm_altergothic', sans-serif;
}
#top .btn {
  padding: 0;
  margin: 0;
  border: none;
  color: #c5c3c3;
  line-height: 17px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'utm_altergothic', sans-serif;
}
#top a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: #c5c3c3;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  font-family: 'utm_altergothic', sans-serif;
}
#top a .caret {
  height: 8px;
}
#top a:hover {
  color: #cc9833;
}
#top a.active {
  color: #cc9833;
  background: transparent;
}
#top i {
  display: none;
}
#top #top-links {
  margin-bottom: 5px;
}
#top #top-links .list-inline > li {
  padding: 0;
  position: relative;
}
#top #top-links .list-inline > li + li {
  padding-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: 17px;
  background: transparent;
}
#top #top-links .btn-link > img {
  margin-top: -4px;
}
#top #top-links .btn-link:hover,
#top #top-links .btn-link:active,
#top #top-links .btn-link:focus {
  text-decoration: none;
  color: #cc9833;
}
#top #top-links .dropdown-menu {
  margin: 0;
  left: auto;
  top: 24px;
  right: -10px;
  background: #FFF;
  border-radius: 0;
  border: 1px solid #c5c3c3;
}
#top #top-links .dropdown-menu li a:hover {
  background: none;
  color: #cc9833;
}
@media (max-width: 550px) {
  #top #top-links .account .dropdown-menu {
    right: auto;
    left: -10px;
  }
}
@media (max-width: 350px) {
  #top #top-links i {
    display: none;
  }
}
#top #language > .btn-group {
  vertical-align: top;
}
@media (max-width: 767px) {
  #top {
    text-align: center;
    font-size: 13px;
  }
  #top #top-links {
    float: none !important;
    text-align: center;
  }
  #top .language {
    vertical-align: top;
  }
}
#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;
}
#header {
  border-bottom: 1px solid #E0DFDF;
}
@media (min-width: 992px) {
  #header .dv-module-content > .row {
    display: flex;
  }
  #header .dv-module-content > .row > .col-sm-4 {
    align-items: stretch;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(1) {
    order: 1;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(1) > .dv-item-module {
    display: table;
    height: 100%;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(1) > .dv-item-module #logo {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(2) {
    order: 3;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(3) {
    order: 2;
    border-left: 1px solid #E0DFDF;
    border-right: 1px solid #E0DFDF;
    padding-left: 0;
    padding-right: 0;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(3) > .dv-item-module:nth-child(1) {
    border-bottom: 1px solid #E0DFDF;
    height: 50%;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(3) > .dv-item-module:nth-child(2) {
    text-align: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #header .dv-module-content > .row {
    display: inherit;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(1) {
    width: 50%;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(2) {
    width: 50%;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(2) > div {
    width: 325px;
    float: right;
  }
}
@media (max-width: 991px) {
  #header .dv-module-content > .row > .col-sm-4:nth-child(3) {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(3) > div {
    width: 50%;
    float: left;
    border-top: 1px solid #E0DFDF;
    border-bottom: 1px solid #E0DFDF;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(3) > .dv-item-module:first-child {
    border-left: 1px solid #E0DFDF;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(3) > .dv-item-module:last-child {
    border-right: 1px solid #E0DFDF;
  }
}
@media (max-width: 767px) {
  #header {
    padding-bottom: 15px;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(2) > .dv-item-module {
    text-align: center;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(3) {
    display: none;
  }
}
@media (max-width: 500px) {
  #header .dv-module-content > .row > .col-sm-4:nth-child(3) > div {
    width: 100%;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(3) > .dv-item-module:first-child {
    border-right: 1px solid #E0DFDF;
    border-bottom: 0;
  }
  #header .dv-module-content > .row > .col-sm-4:nth-child(3) > .dv-item-module:last-child {
    border-left: 1px solid #E0DFDF;
    text-align: center;
  }
}
#header .header-social {
  padding-top: 22px;
  padding-bottom: 18px;
  display: inline-block;
  font-family: 'utm_altergothic', sans-serif;
  font-size: 18px;
  text-transform: capitalize;
}
#header .header-social .title {
  float: left;
  padding-right: 20px;
}
#header .header-social .title h3 {
  font-size: 20px;
  color: #8d8d8d;
  margin: 0;
}
#header .header-social .list {
  float: left;
  line-height: normal;
}
#header .header-social .list li {
  display: inline-block;
}
#header .header-social .list li i {
  font-size: 24px;
}
#header .header-social .list li a {
  color: #000;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
}
#header .header-social .list li a:hover {
  color: #4f4d4d;
}
@media (max-width: 991px) {
  #header .header-social {
    padding-top: 20px;
    padding-bottom: 13px;
  }
}
#header #logo a {
  box-shadow: 0 !important;
  outline: 0 !important;
  border: 0 !important;
  line-height: 0 !important;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
#header #logo img {
  max-width: 350px;
  max-height: 130px;
}
@media (max-width: 991px) {
  #header #logo {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  #header #logo {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #header #logo img {
    margin: 0 auto;
    max-width: 250px;
  }
}
#header .hotline-header {
  font-family: 'utm_altergothic', sans-serif;
  text-align: center;
}
#header .hotline-header .list {
  font-size: 20px;
  padding: 10px 0;
  line-height: 20px;
  display: inline-block;
  text-align: left;
}
#header .hotline-header .list .item-image {
  display: inline-block;
  float: left;
  padding-right: 10px;
}
#header .hotline-header .list .item-title {
  padding-top: 6px;
  color: #373737;
  text-transform: capitalize;
  display: block;
  padding-left: 30px;
}
#header .hotline-header .list .item-description {
  color: #8d8d8d;
  display: block;
  padding-left: 30px;
  line-height: 28px;
}
@media (max-width: 991px) {
  #header .hotline-header .list {
    line-height: 19px;
  }
}
#header #cart {
  padding: 10px 0 0;
  margin-bottom: 18px;
}
#header #cart > .btn {
  background: transparent;
  border-radius: 0;
  border: 1px solid #E0DFDF;
  background: url('../images/header-cart.png') 7px 7px no-repeat;
  padding: 3px 0 3px 69px;
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  font-family: 'utm_altergothic', sans-serif;
  color: #000;
}
#header #cart > .btn span {
  display: inline-block;
  vertical-align: top;
  line-height: 41px;
}
#header #cart > .btn .num_product {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 100%;
  padding-right: 5px;
}
#header #cart > .btn .text-cart {
  font-size: 20px;
  padding-right: 20px;
}
#header #cart > .btn .text-cart:after {
  content: ' ';
  width: 1px;
  position: absolute;
  height: 100%;
  background: #E0DFDF;
  top: 0;
  margin-left: 10px;
}
#header #cart > .btn .price {
  font-size: 22px;
}
#header #cart > .btn i {
  display: none;
}
@media (max-width: 400px) {
  #header #cart > .btn .num_product {
    font-size: 35px;
    padding-top: 5px;
  }
}
#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;
  font-family: inherit;
}
#header #cart ul.dropdown-menu .table-pd {
  margin-bottom: 0;
}
#header #cart ul.dropdown-menu .table-pd td {
  padding: 4px 8px 15px 8px;
}
#header #cart ul.dropdown-menu .table-pd .cart-item .name,
#header #cart ul.dropdown-menu .table-pd .cart-item .quantity,
#header #cart ul.dropdown-menu .table-pd .cart-item .total {
  padding: 4px 10px 15px 0;
  line-height: 18px;
}
#header #cart ul.dropdown-menu .table-pd .cart-item .name a {
  font-weight: bold;
}
#header #cart ul.dropdown-menu .table-pd .cart-item .image {
  padding-left: 15px;
}
#header #cart ul.dropdown-menu .table-pd .cart-item .image img {
  min-width: 47px;
  height: auto;
}
#header #cart ul.dropdown-menu .table-pd .cart-item .total {
  font-weight: 600;
  font-size: 12px;
  min-width: 110px;
  color: #000;
}
#header #cart ul.dropdown-menu .table-pd .cart-item .quantity {
  width: 40px;
}
#header #cart ul.dropdown-menu .table-pd .cart-item .remove {
  padding-left: 0;
  padding-right: 15px;
}
#header #cart ul.dropdown-menu .table-pd .cart-item .remove .btn {
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
#header #cart ul.dropdown-menu .table-pd .cart-item .remove .btn i {
  font-size: 12px;
  line-height: 15px;
  vertical-align: top;
}
#header #cart ul.dropdown-menu .tbl-total {
  border-top: 1px solid #d9d9d9;
  margin-bottom: 0;
  padding: 15px;
}
#header #cart ul.dropdown-menu .tbl-total td {
  padding: 0 4px 5px 4px;
}
#header #cart ul.dropdown-menu .tbl-total .price {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
#header #cart ul.dropdown-menu .tbl-total .cart-button {
  text-align: right;
}
#header #cart ul.dropdown-menu .tbl-total .cart-button a {
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  text-shadow: none;
  display: inline-block;
  margin-left: 5px;
  padding: 2px 20px;
  font-family: 'utm_altergothic', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  background: #333;
}
#header #cart ul.dropdown-menu .tbl-total .cart-button a:hover {
  background: #828282;
  color: #FFF;
}
#header #cart ul.dropdown-menu .tbl-total .cart-button a + a {
  background: #c58408;
}
#header #cart ul.dropdown-menu .tbl-total .cart-button a + a:hover {
  background: #e79c0c;
}
#header #cart ul.dropdown-menu .text-empty {
  padding: 15px;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
@media (max-width: 350px) {
  #header #cart ul.dropdown-menu {
    width: 100% !important;
    max-width: 100%;
    min-width: 294px;
  }
}
@media (max-width: 300px) {
  #header #cart ul.dropdown-menu {
    right: -15px;
  }
}
#header #cart .table > tbody > tr > td {
  border: none;
}
@media (max-width: 767px) {
  #header #cart {
    text-align: center;
    padding: 0;
    width: auto;
  }
  #header #cart > .btn {
    width: auto;
    float: none;
    padding-left: 55px;
  }
  #header #cart > .btn .price {
    padding-right: 10px;
  }
  #header #cart ul.dropdown-menu {
    padding: 10px;
  }
}
@media (max-width: 550px) {
  #header #cart ul.dropdown-menu {
    left: 50%;
    margin-left: -200px;
  }
}
@media (max-width: 475px) {
  #header #cart {
    float: none;
  }
  #header #cart ul.dropdown-menu {
    padding: 10px;
    right: auto;
    left: 50%;
    margin-left: -200px;
  }
}
@media (max-width: 400px) {
  #header #cart {
    float: none;
  }
  #header #cart > .btn {
    padding-left: 50px;
  }
  #header #cart > .btn .text-cart {
    padding-right: 15px;
  }
  #header #cart > .btn .price {
    font-size: 16px;
  }
  #header #cart ul.dropdown-menu {
    margin-left: -155px;
    max-width: 310px;
    min-width: 280px;
  }
}
@media (max-width: 350px) {
  #header #cart .cart-button > a + a {
    margin-top: 10px;
  }
  #header #cart ul.dropdown-menu {
    margin-left: -140px;
  }
}
#header #search {
  width: 100%;
  max-width: 100%;
}
#header #search .search-box {
  position: relative;
}
#header #search .search-box .input-lg {
  padding-right: 50px;
  height: 50px;
  font-family: 'utm_altergothic', sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  color: #8d8d8d;
}
#header #search .search-box .input-lg:focus {
  border-color: #cecece;
  outline: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}
#header #search .search-box .input-lg:-moz-placeholder {
  color: #999  !important;
}
#header #search .search-box .input-lg::-moz-placeholder {
  color: #999  !important;
}
#header #search .search-box .input-lg:-ms-input-placeholder {
  color: #999  !important;
}
#header #search .search-box .input-lg:focus::-webkit-input-placeholder {
  color: transparent  !important;
}
#header #search .search-box .input-lg:focus:-moz-placeholder {
  color: transparent  !important;
}
#header #search .search-box .input-lg:focus::-moz-placeholder {
  color: transparent  !important;
}
#header #search .search-box .input-lg:focus:-ms-input-placeholder {
  color: transparent  !important;
}
#header #search .search-box .input-lg::-ms-clear {
  display: none;
}
#header #search .search-box .button_search {
  position: absolute;
  right: 0px;
  z-index: 111;
  top: 0px;
}
#header #search .search-box .button_search .btn_search {
  border: 0;
  color: transparent;
  width: 50px;
  height: 50px;
  background: url(../images/header-search-mini.png) no-repeat center center;
}
#header #search .search-box .button_search .btn_search i {
  display: none;
}
@media (max-width: 767px) {
  #header #search {
    text-align: center;
  }
  #header #search .search-box {
    width: 100%;
    margin: 0 auto;
    max-width: 375px;
  }
}
@media (max-width: 991px) {
  #header #cart {
    margin-bottom: 10px;
  }
}
#main-menu {
  background-color: #FFF;
  position: relative;
  margin-bottom: 30px;
  font-family: 'utm_altergothic', sans-serif;
}
#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;
  line-height: normal;
}
@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 {
  padding: 15px 10px 15px 15px;
  text-transform: capitalize;
  color: #373737;
  font-size: 22px;
  font-weight: 500;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  cursor: pointer;
  z-index: 11;
}
@media (min-width: 768px) {
  #main-menu .navbar .nav > li > a.active {
    color: #000;
    background: transparent;
  }
}
#main-menu .navbar .nav > li > ul {
  min-width: 250px;
  padding: 15px 0;
  background: #FFF;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  z-index: 99999;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid #e6e5e5;
  transition: inherit;
}
@media (min-width: 1025px) {
  #main-menu .navbar .nav > li > ul {
    display: none;
  }
}
#main-menu .navbar .nav > li > ul li {
  border-left: 0px;
  padding: 2px 15px 1px;
  margin-right: 0;
  float: none;
  display: block;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
#main-menu .navbar .nav > li > ul li a {
  font-size: 18px;
  padding: 5px 0;
  line-height: 22px;
  text-transform: capitalize;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  color: #000;
}
@media (min-width: 1024px) {
  #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: #cc9833;
    background: none;
  }
}
@media (min-width: 768px) {
  #main-menu .navbar .nav > li > ul li a.active {
    color: #cc9833;
    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: 26px;
  width: 30px;
  top: 2px;
  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: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  color: #8d8d8d;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
}
#main-menu .navbar .nav > li > ul li ul {
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid #e6e5e5;
  transition: inherit;
  left: 100%;
  top: -10px;
  padding: 10px 0;
  margin: 0;
}
@media (min-width: 1024px) {
  #main-menu .navbar .nav > li > ul li ul li:hover span.toggle-list-button2:after {
    color: #cc9833;
  }
}
#main-menu .navbar .nav > li > ul li ul .dropdown-submenu > a {
  padding-right: 30px;
}
@media (min-width: 1024px) {
  #main-menu .navbar .nav > li > ul li:hover > a {
    color: #cc9833;
  }
  #main-menu .navbar .nav > li > ul li:hover span.toggle-list-button:after {
    color: #cc9833;
  }
}
#main-menu .navbar .nav > li:first-child a {
  padding-left: 0;
}
#main-menu .navbar .nav > li.dropdown > a {
  padding-right: 30px;
}
#main-menu .navbar .nav > li.dropdown .caret {
  position: absolute;
  margin-left: 0;
  height: 41px;
  width: 30px;
  top: 0;
  right: 0;
  border: none;
  text-align: left;
  padding-left: 5px;
  cursor: pointer;
  z-index: 111;
  padding-top: 2px;
}
#main-menu .navbar .nav > li.dropdown .caret:after {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  color: #8d8d8d;
  font-size: 11px;
  font-weight: normal !important;
  height: 40px;
  line-height: 41px;
}
@media (max-width: 1199px) {
  #main-menu .navbar .nav > li.dropdown .caret:after {
    content: "\f078";
  }
}
#main-menu .navbar .nav > li.active > a {
  color: #000;
}
#main-menu .navbar .nav > li.active > .caret:after {
  color: #000;
}
#main-menu .navbar .nav a {
  font-size: 14px;
}
@media (min-width: 1024px) {
  #main-menu .navbar .nav > li:hover > a {
    color: #cc9833;
    background: transparent;
    font-weight: 400;
  }
  #main-menu .navbar .nav > li:hover .caret:after {
    color: #cc9833 !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;
    z-index: 555;
  }
  #main-menu .navbar .navbar-toggle {
    float: left;
    margin: 10px 0 0px 0px;
    padding: 10px 10px 9px 10px;
    z-index: 570;
    border-color: #585757;
    background: #444;
    cursor: pointer;
    width: 100%;
  }
  #main-menu .navbar .navbar-toggle .icon-bar {
    background: #FFF;
    height: 3px;
  }
  #main-menu .navbar .navbar-collapse {
    border: 0;
  }
  #main-menu .navbar .nav {
    background: #444;
  }
  #main-menu .navbar .nav > li {
    overflow: hidden;
  }
  #main-menu .navbar .nav > li > a {
    padding: 9px 0px 9px 20px;
  }
  #main-menu .navbar .nav > li a {
    font-size: 15px;
    border-bottom: 1px solid #585757;
    background: none;
    line-height: 18px;
    text-align: left;
    color: #bfbebe;
  }
  #main-menu .navbar .nav > li > ul {
    position: relative;
    width: 100%;
    outline: none;
    box-shadow: none;
    padding: 0;
    border: 0;
    background: #444;
  }
  #main-menu .navbar .nav > li > ul li {
    padding: 0;
  }
  #main-menu .navbar .nav > li > ul li a {
    padding: 9px 0px 9px 35px;
    color: #bfbebe;
    line-height: 18px;
    font-size: 15px;
  }
  #main-menu .navbar .nav > li > ul li span.toggle-list-button,
  #main-menu .navbar .nav > li > ul li span.toggle-list-button2 {
    width: 35px;
    height: 37px;
    top: 0;
    padding-left: 0;
    text-align: center;
  }
  #main-menu .navbar .nav > li > ul li span.toggle-list-button:after,
  #main-menu .navbar .nav > li > ul li span.toggle-list-button2:after {
    color: #bfbebe !important;
    height: 37px;
    line-height: 37px;
    content: "\f078";
    font-size: 11px;
  }
  #main-menu .navbar .nav > li > ul li ul {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    border: 0;
    box-shadow: none;
    padding: 0;
    background: #444;
  }
  #main-menu .navbar .nav > li > ul li ul li a {
    padding-left: 50px;
  }
  #main-menu .navbar .nav > li > ul li ul li ul li a {
    padding-left: 65px;
  }
  #main-menu .navbar .nav > li:first-child a {
    padding-left: 20px;
  }
  #main-menu .navbar .nav > li.dropdown .caret {
    height: 37px;
    width: 35px;
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }
  #main-menu .navbar .nav > li.dropdown .caret:after {
    color: #bfbebe !important;
    height: 37px;
    line-height: 37px;
  }
  #main-menu .navbar .nav li.active > a {
    color: #bfbebe;
    background: #333;
  }
}
@media (max-width: 767px) {
  #main-menu {
    margin-bottom: 15px;
  }
  #main-menu .borderstrong {
    padding-top: 8px;
    padding-bottom: 2px;
  }
}
body:not(.common-home) #main-menu {
  margin-bottom: 15px;
}
/* header fixed top */
.title-box {
  margin-bottom: 10px;
}
.title-box .title-style {
  color: #373737;
  font-size: 25px;
  padding-bottom: 6px;
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E0DFDF;
  font-family: 'utm_altergothic', sans-serif;
  text-transform: uppercase;
}
.title-box .breadcrumb {
  display: inline-block;
  width: 100%;
  margin: 0 auto!important;
  padding: 0;
  color: #8d8d8d;
  font-size: 11px;
  background: none;
}
.title-box .breadcrumb a {
  color: #8d8d8d;
}
.title-box .breadcrumb a:hover {
  color: #363f4a;
}
.title-box .breadcrumb li:last-child a {
  color: #363f4a;
  pointer-events: none;
}
@media (max-width: 768px) {
  .title-box .title-style {
    font-size: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  .title-box .title-style {
    font-size: 20px;
    line-height: normal;
  }
}
.results {
  font-size: 13px;
  padding-top: 7px;
}
.pagination {
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding-left: 0;
}
.pagination > li {
  display: inline-block;
  background: url('../images/bg-pagination.png') top repeat-x;
}
.pagination > li span,
.pagination > li a {
  padding: 0;
  line-height: 29px;
  width: 29px;
  height: 29px;
  text-align: center;
  background: none;
  border: none;
  color: #a1a0a0;
  font-weight: bold;
}
.pagination > li a:focus,
.pagination > li a:hover,
.pagination > li a:focus,
.pagination > li span:hover {
  background: url('../images/bg-pagination.png') center repeat-x;
  color: #a1a0a0;
}
.pagination > li + li {
  margin-left: 5px;
}
.pagination > .active span,
.pagination > .active span:focus,
.pagination > .active span:hover,
.pagination > .active a:focus,
.pagination > .active a:hover > a {
  background: url('../images/bg-pagination.png') bottom repeat-x;
}
.pagination > li:first-child span,
.pagination > li:first-child a {
  color: #a1a0a0;
  text-decoration: none;
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  line-height: 29px;
}
.pagination > li:first-child.active span,
.pagination > li:first-child.active a {
  color: #FFF;
}
.show-in-tab-mod .product-thumb {
  margin-bottom: 0;
}
.tab-content .slide_arrow_next,
.tab-content .slide_arrow_prev {
  width: 17px;
  height: 17px;
  color: #c5c3c3;
}
.tab-content .slide_arrow_next i,
.tab-content .slide_arrow_prev i {
  line-height: 17px;
  font-size: 27px;
}
.tab-content .slide_arrow_prev {
  right: 20px;
}
.tab-content .slide_arrow_next:hover,
.tab-content .slide_arrow_prev:hover {
  background: transparent;
  border: 0;
  color: #8d8d8d;
}
.tab-content .owl-controls .owl-buttons div {
  position: absolute;
  border: 0;
}
@media (max-width: 480px) {
  .owl-car-tab .owl-controls {
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -20px;
  }
  .owl-car-tab .owl-controls .owl-buttons div {
    background: transparent !important;
  }
  .owl-car-tab .owl-controls .owl-buttons div i {
    font-size: 40px;
  }
  .owl-car-tab .owl-controls .owl-buttons .owl-prev {
    left: 55px;
  }
  .owl-car-tab .owl-controls .owl-buttons .owl-next {
    right: 16px;
  }
}
#custom_slider {
  margin-bottom: 20px;
}
/* title box */
.cate_slide .title h3,
.product_group .title h3 {
  font-weight: normal;
  padding: 15px 5px 15px 0;
  margin: 0;
  font-size: 22px;
  color: #cc9833;
  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 #cc9833;
  bottom: -3px;
}
/* title box */
/* category */
#column-left .categories-side,
#column-right .categories-side {
  margin-bottom: 30px;
}
#column-left .categories-side .sidebar-title,
#column-right .categories-side .sidebar-title {
  font-family: 'utm_altergothic', sans-serif;
  color: #373737;
  font-size: 24px;
  padding-bottom: 6px;
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E0DFDF;
  text-transform: uppercase;
  line-height: 27px;
}
#column-left .categories-side #menu_categfory li,
#column-right .categories-side #menu_categfory li,
#column-left .categories-side .menu-sidebar li,
#column-right .categories-side .menu-sidebar li {
  background: none;
  color: #4f4d4d;
  padding-left: 0px;
}
#column-left .categories-side #menu_categfory li a,
#column-right .categories-side #menu_categfory li a,
#column-left .categories-side .menu-sidebar li a,
#column-right .categories-side .menu-sidebar li a {
  display: block;
  font-size: 12px;
  color: #995d08;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#column-left .categories-side #menu_categfory li ul,
#column-right .categories-side #menu_categfory li ul,
#column-left .categories-side .menu-sidebar li ul,
#column-right .categories-side .menu-sidebar li ul {
  border-left: 1px solid #E0DFDF;
  padding: 0 0 0 10px;
}
#column-left .categories-side #menu_categfory li:hover > a,
#column-right .categories-side #menu_categfory li:hover > a,
#column-left .categories-side .menu-sidebar li:hover > a,
#column-right .categories-side .menu-sidebar li:hover > a {
  color: #aa620d;
}
#column-left .categories-side #menu_categfory li.has-child ul,
#column-right .categories-side #menu_categfory li.has-child ul,
#column-left .categories-side .menu-sidebar li.has-child ul,
#column-right .categories-side .menu-sidebar li.has-child ul {
  margin-bottom: 15px;
}
#column-left .categories-side #menu_categfory li.active > a,
#column-right .categories-side #menu_categfory li.active > a,
#column-left .categories-side .menu-sidebar li.active > a,
#column-right .categories-side .menu-sidebar li.active > a {
  color: #aa620d;
}
#column-left .categories-side #menu_categfory .icons,
#column-right .categories-side #menu_categfory .icons,
#column-left .categories-side .menu-sidebar .icons,
#column-right .categories-side .menu-sidebar .icons {
  display: none;
}
/* category */
/* category page */
.shop-grid-controls .active,
.shop-grid-controls .view-button:focus,
.shop-grid-controls .view-button:hover,
.shop-grid-controls .view-button.active {
  box-shadow: none;
  text-shadow: none;
  color: #cc9833;
  border-color: #cc9833;
}
.shop-grid-controls .active:after,
.shop-grid-controls .view-button:focus:after,
.shop-grid-controls .view-button:hover:after {
  border: none;
}
.shop-grid-controls .active .fa,
.shop-grid-controls .view-button:focus .fa,
.shop-grid-controls .view-button:hover .fa {
  color: #cc9833;
}
/* category page */
/* product page */
.single-product-description {
  color: #747373;
}
.single-product-description .pro-desc .rating {
  margin-top: 15px;
}
.single-product-description .title-product {
  font-family: 'utm_altergothic', sans-serif;
  color: #373737;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0px 0 16px 0;
  padding: 0 0 0 0 !important;
}
.single-product-description .desc2 {
  border-bottom: 1px solid #E0DFDF;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.single-product-description .price {
  margin-bottom: 10px;
  font-family: 'utm_altergothic', sans-serif;
}
.single-product-description .price .price-old {
  color: #8d8d8d;
  font-size: 24px;
  line-height: 22px;
  display: block;
  margin-bottom: 5px;
  text-decoration: line-through;
  font-weight: normal;
}
.single-product-description .price .price-new {
  color: #373737;
  font-size: 30px;
  line-height: 24px;
  display: block;
  font-weight: normal;
}
.single-product-description p,
.single-product-description label {
  color: #747373;
}
.single-product-description a,
.single-product-description b.hl {
  color: #4f4d4d;
}
.single-product-description a:hover {
  text-decoration: underline;
}
.single-product-description .desc {
  line-height: 22px;
}
.single-product-description #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-product-description #button-cart:hover {
  border-color: #cc9833;
  background: #cc9833;
  color: #FFF;
}
@media (max-width: 767px) {
  .single-product-description .title-product {
    font-size: 30px;
    margin-top: 35px;
    margin-bottom: 5px;
  }
}
#product {
  color: #747373;
}
#product label {
  color: #666767;
}
#product #button-cart {
  background: #333;
  border: 0;
  color: #FFF;
  display: inline-block;
  font-family: 'utm_altergothic', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  padding: 5px 20px;
  line-height: normal;
  margin-bottom: 15px;
}
#product .tags-ms {
  margin-top: 5px;
}
#product .tags-ms a {
  border: 1px solid transparent;
  margin: 0 5px 0 0;
  color: #cc9833;
}
#product .tags-ms a:after {
  content: ",";
}
#product .tags-ms a:last-child:after {
  display: none;
}
#product .tags-ms a:hover {
  color: #d98104;
}
/* product page */
/* product module */
.product_module {
  margin-bottom: 20px;
}
.product_module .title {
  color: #4f4d4d;
  font-size: 22px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 22px;
  border-bottom: 1px solid #E0DFDF;
  font-family: 'utm_altergothic', sans-serif;
  text-transform: uppercase;
}
.product_module .product-layout-custom {
  display: flex;
  flex-wrap: wrap;
}
.product_module .product-layout-custom .medium {
  display: flex;
}
@media (max-width: 500px) {
  .product_module .product-layout-custom .medium {
    width: 100%;
  }
}
/* product module */
/* product tab */
.show-in-tab-mod {
  margin-bottom: 80px;
}
.show-in-tab-mod .product-thumb .caption .button-group {
  overflow: visible;
}
@media (max-width: 480px) {
  .show-in-tab-mod {
    margin-bottom: 45px;
  }
}
.show-in-tab > .nav-tabs {
  margin: 0 0 22px 0;
  padding: 0;
  border-bottom: 1px solid #E0DFDF;
  height: 42px;
}
.show-in-tab > .nav-tabs > li {
  height: 42px;
  background: url('../images/product-tabs-slash.png') right center no-repeat;
  border: 0px !important;
  padding: 0px 22px 0px 0px !important;
  margin: 0px;
  float: left;
}
.show-in-tab > .nav-tabs > li > a {
  padding: 0;
  font-family: 'utm_altergothic', sans-serif;
  height: 42px;
  line-height: 42px;
  text-transform: uppercase;
  color: #8d8d8d;
  font-size: 22px;
}
.show-in-tab > .nav-tabs > li + li > a {
  padding: 0 5px;
}
.show-in-tab > .nav-tabs > li.active,
.show-in-tab > .nav-tabs > li:hover {
  border: 0;
}
.show-in-tab > .nav-tabs > li.active a,
.show-in-tab > .nav-tabs > li:hover a {
  color: #4f4d4d;
  background: transparent;
}
@media (max-width: 450px) {
  .show-in-tab > .nav-tabs {
    height: auto;
  }
  .show-in-tab > .nav-tabs > li {
    width: 100%;
    background: transparent;
    padding: 0;
    text-align: center;
  }
}
/* product tab */
/* product thumb */
.product-thumb {
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  overflow: visible;
}
.product-thumb .product-content {
  position: relative;
  border: 1px solid #e0dfdf;
  padding: 7px 7px 0 7px;
  left: 0%;
}
.product-thumb .image {
  overflow: hidden;
}
.product-thumb .image img {
  width: 100%;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-thumb .image:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.product-thumb .rating {
  display: none;
}
.product-thumb .product-meta {
  font-family: 'Roboto Slab', serif;
  margin: 7px 0 0 0;
  text-align: center;
  font-weight: normal;
  line-height: 20px;
}
.product-thumb .product-meta h4 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.product-thumb .product-meta h4 a {
  color: #4f4d4d;
}
.product-thumb .product-meta .price {
  margin-top: 3px;
}
.product-thumb .product-meta .price .status-sale {
  background: url(../images/sale.png) center center no-repeat;
  background-size: 100%;
  width: 71px;
  height: 68px;
  position: absolute;
  top: 0;
  left: 0;
}
.product-thumb .product-meta .price .price-new {
  line-height: 20px;
  display: block;
  color: #8d8d8d;
  font-weight: bold;
}
.product-thumb .product-meta .price .price-old {
  line-height: 20px;
  display: block;
  color: #c5c3c3;
}
.product-thumb .caption {
  padding-top: 12px;
}
.product-thumb .caption .button-group {
  overflow: hidden;
}
.product-thumb .caption .button-group button {
  font-family: 'utm_altergothic', sans-serif;
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
}
.product-thumb .caption .button-group button:first-child {
  width: auto;
  float: none;
  display: block;
  margin: 0 auto 15px auto;
}
.product-thumb .caption .button-group button:first-child i {
  display: none;
}
.product-thumb .caption .button-group button:first-child span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #f7f7f7;
  background: #333333;
  padding: 10px 16px;
  line-height: 17px;
  height: auto;
  text-transform: uppercase;
}
.product-thumb .caption .button-group button:first-child:hover span {
  background: #555;
}
.product-thumb .caption .button-group button:nth-child(2) {
  border-right: 1px solid #E0DFDF;
}
.product-thumb .caption .button-group button + button {
  width: 50%;
  float: left;
  line-height: 35px;
}
.product-thumb .caption .button-group button + button i {
  color: #8d8d8d;
}
.product-thumb .caption .button-group button + button:hover i {
  color: #333;
}
@media (max-width: 500px) {
  .product-thumb {
    margin-left: auto;
    margin-right: auto;
  }
}
/* product thumb */
/* product newsletter */
#product_newsletter .product_module,
#product_newsletter .newslt_box {
  border: 1px solid #cc9833;
  padding: 13px 13px;
  position: relative;
  margin: 0;
}
#product_newsletter .product_module:before,
#product_newsletter .newslt_box:before {
  content: ' ';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: 1px solid #ECD0A3;
  z-index: 0;
}
@media (min-width: 768px) {
  #product_newsletter .product_module,
  #product_newsletter .newslt_box {
    height: 216px;
  }
}
#product_newsletter .product_module .title {
  border: 0;
  padding: 0;
  margin: 0 0 20px 0px;
}
#product_newsletter .product_module > .row {
  margin-left: 0;
  margin-right: 0;
  display: inherit;
  flex-wrap: inherit;
}
#product_newsletter .product_module > .row .medium {
  display: inherit;
  flex-direction: inherit;
}
#product_newsletter .product_module > .row .medium .product-thumb {
  margin: 0;
}
#product_newsletter .product_module > .row .medium + .medium .product-thumb {
  margin: 10px 0 0px 0;
}
#product_newsletter .product_module .product-thumb .product-content {
  overflow: hidden;
  padding: 0;
}
#product_newsletter .product_module .product-thumb .product-content .image {
  width: 50px;
  margin-right: 15px;
  float: left;
}
#product_newsletter .product_module .product-thumb .product-content .image img {
  width: auto;
  max-height: 65px;
  transform: inherit;
}
#product_newsletter .product_module .product-thumb .product-content .product-meta {
  margin: 0;
  text-align: left;
  padding-top: 2px;
  float: left;
}
#product_newsletter .product_module .product-thumb .product-content .product-meta .price {
  margin-top: 0;
}
#product_newsletter .product_module .product-thumb .product-content .product-meta .price .status-sale {
  display: none;
}
#product_newsletter .product_module .product-thumb .product-content .product-meta .price .price-old,
#product_newsletter .product_module .product-thumb .product-content .product-meta .price .price-new {
  line-height: 18px;
}
#product_newsletter .product_module .product-thumb .product-content .caption {
  margin-left: 0;
  padding: 0;
}
#product_newsletter .product_module .product-thumb .product-content .button-group {
  display: block;
}
#product_newsletter .product_module .product-thumb .product-content .button-group button:first-child {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  display: inline-block;
  margin: 0;
  margin-top: -12px;
}
#product_newsletter .product_module .product-thumb .product-content .button-group button + button {
  display: none;
}
#product_newsletter .newslt_box .newslt-content {
  position: relative;
  z-index: 1;
  font-family: 'Roboto Slab', serif;
}
#product_newsletter .newslt_box h3 {
  color: #cc9833;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'utm_altergothic', sans-serif;
  text-transform: uppercase;
}
#product_newsletter .newslt_box p {
  line-height: normal;
  margin-bottom: 15px;
  line-height: 20px;
  color: #4f4d4d;
  font-size: 12px;
  max-width: 300px;
}
#product_newsletter .newslt_box .newsletters-input {
  width: 100%;
  border: 1px solid #d1d1cf;
  padding: 1px 0px 1px 40px;
  margin: 0 0 15px 0;
  background: url("../images/newsletter-widget.png") 7px center no-repeat;
  display: block;
  font-size: 12px;
  color: #a09b9b;
}
#product_newsletter .newslt_box .newsletters-input::-webkit-input-placeholder {
  color: #a09b9b;
}
#product_newsletter .newslt_box .newsletters-input:-ms-input-placeholder {
  color: #FFF;
}
#product_newsletter .newslt_box .newsletters-input:active,
#product_newsletter .newslt_box .newsletters-input:focus {
  outline: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}
#product_newsletter .newslt_box .newsletters-input:focus::-webkit-input-placeholder {
  color: transparent  !important;
}
#product_newsletter .newslt_box .newsletters-input:focus:-moz-placeholder {
  color: transparent  !important;
}
#product_newsletter .newslt_box .newsletters-input:focus::-moz-placeholder {
  color: transparent  !important;
}
#product_newsletter .newslt_box .newsletters-input:focus:-ms-input-placeholder {
  color: transparent  !important;
}
#product_newsletter .newslt_box .newsletters-input:-ms-input-placeholder {
  color: #a09b9b !important;
}
#product_newsletter .newslt_box .newsletters-input:-moz-placeholder {
  color: #a09b9b !important;
  opacity: 1;
}
#product_newsletter .newslt_box .newsletters-input::-moz-placeholder {
  color: #a09b9b !important;
  opacity: 1;
}
#product_newsletter .newslt_box .newsletters-btn {
  float: right;
  background-color: #cc9833;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 20px;
}
#product_newsletter .newslt_box .newsletters-btn:hover {
  background-color: #e79c0c;
}
@media (max-width: 991px) {
  #product_newsletter .newslt_box {
    margin-top: 10px;
  }
  #product_newsletter .newslt-content {
    overflow: hidden;
  }
}
@media (max-width: 450px) {
  #product_newsletter .product_module .product-thumb .product-content {
    text-align: center;
  }
  #product_newsletter .product_module .product-thumb .product-content .product-meta {
    float: none;
    text-align: center;
  }
  #product_newsletter .product_module .product-thumb .product-content .image {
    width: auto;
    margin: 0 0 10px 0;
    float: none;
  }
  #product_newsletter .product_module .product-thumb .product-content .button-group {
    margin: 5px 0;
    overflow: visible;
  }
  #product_newsletter .product_module .product-thumb .product-content .button-group button:first-child {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}
/* product newsletter */
/* 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ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§*/
/* little */
.forgotpass {
  display: inline-block;
  margin-top: 10px;
  color: #cc9833;
}
.forgotpass:hover {
  color: #d98104;
}
.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 */
@media (min-width: 500px) {
  .pd-content {
    display: flex;
    flex-wrap: wrap;
  }
  .pd-content > .product-grid {
    display: flex;
    flex-direction: column;
  }
  .pd-content > .product-grid .product-thumb {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .pd-content .product-grid {
    width: 100%;
  }
}
.product-list .product-thumb {
  margin-bottom: 45px;
  overflow: hidden;
}
.product-list .product-thumb .product-content {
  border: 0;
  padding: 0;
}
.product-list .product-thumb .image {
  float: left;
  margin-bottom: 0;
  border: 1px solid #e0dfdf;
  background: #fff;
  padding: 7px;
  max-width: 250px;
  overflow: hidden;
}
.product-list .product-thumb .product-meta {
  margin-left: 270px;
  text-align: left;
}
.product-list .product-thumb .caption {
  margin-left: 270px;
  overflow: hidden;
  text-align: left;
}
.product-list .product-thumb .caption .description {
  display: block;
  line-height: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  margin-bottom: 0;
  color: #747373;
}
.product-list .product-thumb .caption .price {
  margin: 0 0 15px 0;
  padding: 0;
}
.product-list .product-thumb .caption .price .status-sale {
  display: none;
}
.product-list .product-thumb .caption .price:after {
  display: none;
}
.product-list .product-thumb .button-group button:first-child {
  padding-left: 0;
  text-align: left;
  width: auto;
  display: inline-block;
}
.product-list .product-thumb .button-group button {
  display: inline-block;
}
.product-list .product-thumb .button-group button + button {
  float: none;
  width: auto;
  display: inline-block;
  border: 0 !important;
  width: 99px;
  color: #FFF;
  background: #333;
  text-align: center;
  line-height: 23px;
  margin-right: 6px;
}
.product-list .product-thumb .button-group button + button i {
  color: #FFF;
}
.product-list .product-thumb .button-group button + button:hover {
  background: #555;
}
.product-list .product-thumb .button-group button + button:hover i {
  color: #FFF;
}
.product-list .product-thumb .btn-wishlist {
  display: none;
}
/* checkout */
.qc-totals .control-label {
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 0;
  line-height: 22px;
}
#accordion .control-label {
  padding-top: 7px;
}
#quickcheckout #option_register_popup.btn-primary,
#quickcheckout #option_guest_popup.btn-primary {
  background-color: #cc9833;
}
/* end checkout */
.price {
  font-size: 14px;
}
.price .price-new {
  line-height: 20px;
  display: block;
  color: #8d8d8d;
  font-weight: bold;
}
.price .price-old {
  line-height: 20px;
  display: block;
  color: #c5c3c3;
  text-decoration: line-through;
}
.price2 {
  font-size: 14px;
}
.price2 .price-new {
  line-height: 20px;
  color: #8d8d8d;
  font-weight: bold;
}
.price2 .price-old {
  line-height: 20px;
  color: #c5c3c3;
  text-decoration: line-through;
}
@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 {
  border: 1px solid #cc9833;
  padding: 13px 13px;
  position: relative;
  margin: 0;
  background: transparent;
}
.account-login .well:before,
.affiliate-login .well:before {
  content: ' ';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: 1px solid #ECD0A3;
  z-index: 0;
}
.account-login .well *,
.affiliate-login .well * {
  position: relative;
  z-index: 1;
}
@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;
}
#button-review {
  font-size: 12px;
}
.bg-ms-product {
  margin-top: 10px;
}
.bg-ms-product .nav-tabs {
  border: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #E0DFDF;
}
.bg-ms-product .nav-tabs li {
  padding-right: 20px;
  margin: 0 5px 0 0;
  position: relative;
  background: url('../images/product-tabs-slash.png') right center no-repeat;
}
.bg-ms-product .nav-tabs li a {
  border: 0;
  padding: 10px 0;
  font-size: 25px;
  line-height: 20px;
  font-family: 'utm_altergothic', sans-serif;
  text-transform: uppercase;
  color: #7d7b7b;
}
.bg-ms-product .nav-tabs li:hover a {
  color: #373736;
  background: none;
  border: 0;
}
.bg-ms-product .nav-tabs .active a,
.bg-ms-product .nav-tabs .active a:focus,
.bg-ms-product .nav-tabs .active a:hover {
  outline: none;
  box-shadow: none;
  color: #373736;
  background: none;
  border: 0;
  border-radius: 0;
}
.bg-ms-product .tab-content p {
  font-size: 13px;
  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: 5px!important;
  top: -47px !important;
}
.owl-carousel.featured-item .owl-buttons .owl-prev {
  left: auto !important;
  top: -47px !important;
  right: 35px;
}
.owl-carousel.featured-item .product-thumb {
  margin-bottom: 0;
}
.product-late-ms .area-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  position: relative;
  border-bottom: 1px solid #E0DFDF;
}
.product-late-ms .area-title h3 {
  margin: 0;
  color: #4f4d4d;
  font-weight: normal;
  font-size: 25px;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  position: relative;
  font-family: 'utm_altergothic', sans-serif;
}
/* button */
@media (max-width: 767px) {
  .tbutton .pull-left,
  .tbutton .pull-right {
    float: none !important;
    text-align: center !important;
  }
}
footer {
  padding: 0px;
}
footer #footer_top {
  margin-top: 30px;
}
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;
}
@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 {
  padding: 20px 0;
  color: #999898;
  font-size: 12px;
  font-family: 'Roboto Slab', serif;
}
footer #footer_bottom .footer_bottom_content {
  padding-top: 20px;
}
footer #footer_bottom .chili a {
  color: #282828;
}
footer #footer_bottom .chili a:hover {
  color: #F00 !important;
}
footer .copyright a {
  color: #ffffff;
}
footer .copyright a:hover {
  color: #cc9833;
}
@media (max-width: 767px) {
  footer .chili,
  footer .copyright {
    text-align: center;
  }
  footer .copyright {
    padding-bottom: 10px;
  }
}
#column-left .list_product .product_module h3,
#column-right .list_product .product_module h3 {
  font-family: 'utm_altergothic', sans-serif;
  color: #373737;
  font-size: 25px;
  padding-bottom: 6px;
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E0DFDF;
  text-transform: uppercase;
}
#column-left .list_product .product_module .product-layout-custom,
#column-right .list_product .product_module .product-layout-custom {
  margin-left: 0;
  margin-right: 0;
  display: inherit;
  flex-wrap: inherit;
}
#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 .status-sale,
#column-right .list_product .product_module .price .status-sale {
  display: none;
}
#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,
#column-right .list_product .product_module .medium {
  display: inherit;
  flex-direction: inherit;
}
#column-left .list_product .product_module .medium + .medium,
#column-right .list_product .product_module .medium + .medium {
  margin-top: 10px;
}
#column-left .list_product .product_module .product-thumb,
#column-right .list_product .product_module .product-thumb {
  margin: 0;
  border: 0;
}
#column-left .list_product .product_module .product-thumb .product-content,
#column-right .list_product .product_module .product-thumb .product-content {
  border: 0;
  padding: 0;
  overflow: hidden;
}
#column-left .list_product .product_module .product-thumb .button-group,
#column-right .list_product .product_module .product-thumb .button-group {
  display: none;
}
#column-left .list_product .product_module .product-thumb .image,
#column-right .list_product .product_module .product-thumb .image {
  float: left;
  padding: 0;
  margin: 0;
  width: 30%;
}
#column-left .list_product .product_module .product-thumb .image img,
#column-right .list_product .product_module .product-thumb .image img {
  transform: inherit;
}
#column-left .list_product .product_module .product-thumb .product-meta,
#column-right .list_product .product_module .product-thumb .product-meta {
  margin-left: 35%;
  text-align: left;
}
#column-left .list_product .product_module .product-thumb .caption,
#column-right .list_product .product_module .product-thumb .caption {
  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;
  }
}
#scrollUp {
  background-color: #FFF;
  bottom: 220px;
  display: block;
  height: 40px;
  line-height: 40px;
  border: 1px solid #4d4d4d;
  position: fixed;
  right: 42px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 40px;
}
#scrollUp:hover {
  background: #cc9833;
  color: #FFF;
  border-color: #cc9833;
}
#scrollUp i {
  display: block;
  font-size: 35px;
}
.clearfix {
  clear: both;
}
.product-recently-viewed .product-thumb .image{
	float: left;
    padding: 0;
    margin: 0;
    width: 33%;
}
.product-recently-viewed .product-thumb .caption{
padding: 0;
}
.product-recently-viewed .product-thumb .price {
	line-height: 20px;
    display: block;
    color: #8d8d8d;
    font-weight: bold;
}
.sticky-bottom {
    background: #201dff;
}
@media (max-width: 425px) {
.mypage-alo-phone {
    right: 10px !important;
    bottom: 40px !important;
}
.fb_dialog .fb_dialog_content iframe {
    bottom: 150px !important;
    right: 20px !important;
}
#fb-root .fb-customerchat iframe {
    bottom: 120px !important;
}
}
.fb_dialog .fb_dialog_content iframe {
    bottom: 140px !important;
    right: 20px !important;
}
#fb-root .fb-customerchat iframe {
    bottom: 120px !important;
}
.mypage-alo-phone {
    right: 10px !important;
}