@font-face {
  font-family: 'marlboro';
  src: url('../fonts/UTMMarlboro.woff');
}
.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: #333333;
}
a:hover {
  color: #f9b600;
}
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: #f9b600;
  background: #f9b600;
  color: #FFF;
}
.btn-cus2 {
  background-color: #f9b600;
  color: #FFF;
  border: 1px solid #f9b600;
  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 {
  background: #FFF;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border-color: #f9b600;
}
.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: 'marlboro';
  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 #0e0a95;
}
.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: #f9b600;
}
* {
  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: #f5f5f5;
  color: #333333;
  font-family: Arial;
}
@media (min-width: 768px) {
  #wrapper {
    width: 98%;
  }
  .container {
    width: 98%;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  #wrapper {
    width: 960px;
  }
  .container {
    width: 960px;
    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: #0e0a95;
  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: #f9b600;
}
#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: #f9b600;
  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;
}
#top #top-links .btn-link:hover,
#top #top-links .btn-link:active,
#top #top-links .btn-link:focus {
  text-decoration: none;
  color: #f9b600;
}
#top #top-links .dropdown-menu {
  margin: 0;
  left: auto;
  top: 24px;
  right: -10px;
  background: #333333;
  border-radius: 0;
  border: 1px solid #000;
}
#top #top-links .dropdown-menu li a:hover {
  background: none;
  color: #f9b600;
}
@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 {
  padding: 25px 0;
}
#header #search {
  margin-top: 14px;
  width: 100%;
  max-width: 323px;
  border: 1px solid #e5e5e5;
}
#header #search .form-control {
  width: 100%;
  height: 46px;
  line-height: 18px;
  position: relative;
  z-index: 1;
  padding: 0px 45px 0px 20px;
  border: 0;
  color: #999;
  outline: none;
  box-shadow: none;
}
#header #search .btn-default {
  height: 16px;
  z-index: 2;
  width: 16px;
  padding: 0 0 0 0px;
  font-size: 0;
  border: 0;
  background: transparent;
  position: absolute;
  top: 14px !important;
  right: 18px;
  outline: none;
  box-shadow: none;
}
#header #search .btn-default .fa-search {
  font-size: 16px;
}
@media (max-width: 767px) {
  #header #search {
    max-width: 100%;
    margin-top: 12px;
  }
}
#header .header-center {
  display: inline-block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
#header #logo img {
  margin: 3px auto 0 55px;
}
@media (max-width: 1024px) {
  #header #logo img {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  #header #logo img {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  #header #logo img {
    max-width: 200px;
    width: 100%;
  }
}
#header #cart {
  text-align: right;
  float: right;
  width: auto;
  margin-top: 14px;
}
#header #cart .btn {
  float: none;
  position: relative;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background: #f9b600;
  padding: 7px 15px 4px 15px;
  color: #FFF;
  height: 48px;
  line-height: normal;
}
#header #cart .btn i.fa-shopping-cart {
  display: block;
  line-height: 20px;
  font-size: 20px;
}
#header #cart .btn .text-cart,
#header #cart .btn .price {
  display: none;
}
#header #cart .btn .num_product {
  font-size: 14px;
  line-height: 14px;
  min-width: 18px;
  font-family: 'marlboro';
}
#header #cart .btn #cart-total {
  color: #FFF;
}
#header #cart .btn #cart-total:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: 15px;
  margin-right: 0;
  z-index: 2;
  text-indent: 0;
  background-color: #fff !important;
  opacity: 0.5;
}
#header #cart ul.dropdown-menu {
  margin: 0;
  padding: 15px 0;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  max-width: 350px;
  min-width: 320px;
}
#header #cart ul.dropdown-menu .table-pd {
  margin-bottom: 0;
}
#header #cart ul.dropdown-menu .table-pd td {
  padding: 0 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: 0px 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 {
  color: #d62c2e;
  font-weight: 600;
  font-size: 14px;
}
#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: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
}
#header #cart ul.dropdown-menu .table-pd .cart-item .remove .btn i {
  line-height: 20px;
}
#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: #d62c2e;
  font-weight: 600;
  font-size: 14px;
}
#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 #cart ul.dropdown-menu .tbl-total .cart-button a + a {
  margin-top: 10px;
}
#header #cart ul.dropdown-menu .tbl-total .cart-button a:hover {
  background: #f9b600;
  border-color: #f9b600;
  color: #FFF;
}
#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 {
    margin-top: 12px;
  }
}
@media (max-width: 320px) {
  #header .header-search {
    width: 80%;
  }
  #header .header-cart {
    width: 20%;
  }
}
#main-menu .navbar {
  background: #333333;
  border-radius: 0;
  text-align: center;
  min-height: inherit;
  margin-bottom: 2px;
  border: none;
}
#main-menu .navbar .navbar-collapse {
  border: none;
  font-size: 0;
  background-color: #0e0a95 !Important;
}
@media (max-width: 767px) {
  #main-menu .navbar .navbar-collapse {
    padding: 0;
  }
}
#main-menu .navbar .nav {
  float: none;
  width: auto;
  display: inline-block;
}
#main-menu .navbar .nav > li {
  position: relative;
  transition: inherit;
  border-right: 1px solid #555555;
}
#main-menu .navbar .nav > li > a {
  font-family: 'marlboro';
  padding: 16px 20px 16px 20px;
  text-transform: uppercase;
  color: #f9b600;
  font-size: 16px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -o-transition: all ease .4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li > a {
    color: #FFF;
    background: url(../images/bg_shadow_menu_phone.png) left top repeat-x;
    padding: 14px 14px 13px 14px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  #main-menu .navbar .nav > li > a:hover {
    background: #f9b600;
    border-color: #f9b600;
    color: #333333;
  }
}
@media (min-width: 768px) {
  #main-menu .navbar .nav > li > a.active {
    background: #f9b600;
    border-color: #f9b600;
    color: #333333;
  }
}
#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;
  }
}
#main-menu .navbar .nav > li > ul li a {
  font-size: 13px;
  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;
}
@media (min-width: 768px) and (max-width: 870px) {
  #main-menu .navbar .nav > li > ul li a {
    padding: 11px 20px 10px 20px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li > ul li a {
    color: #FFF;
    background: url(../images/bg_shadow_menu_phone.png) left top repeat-x;
    padding: 14px 14px 13px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 18px;
    font-family: 'marlboro';
  }
}
@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: #f9b600;
    background: none;
  }
}
@media (min-width: 768px) {
  #main-menu .navbar .nav > li > ul li a.active {
    color: #f9b600;
    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: #333333;
  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: #FFF;
    border: 1px solid #FFF;
    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: #FFF;
    background: url(../images/bg_shadow_menu_phone.png) left top repeat-x;
    padding: 14px 14px 13px 45px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 18px;
    font-family: 'marlboro';
  }
}
@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: #f9b600;
  }
}
@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: #1d1f24;
    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: #f9b600;
  }
  #main-menu .navbar .nav > li > ul li:hover span.toggle-list-button:after {
    color: #f9b600;
  }
}
@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: #1d1f24;
    padding: 0;
    transition: inherit;
  }
}
@media (max-width: 767px) {
  #main-menu .navbar .nav > li {
    text-align: left;
    border: none;
    overflow: hidden;
    transition: inherit;
  }
}
@media (min-width: 768px) {
  #main-menu .navbar .nav > li:first-child {
    border-left: 1px solid #555;
  }
}
#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;
}
#main-menu .navbar .nav > li.dropdown .caret:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  color: #f9b600;
  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: #FFF;
    border: 1px solid #FFF;
    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: #f9b600;
  opacity: 0;
}
#main-menu .navbar .nav a {
  font-size: 14px;
}
@media (min-width: 1200px) {
  #main-menu .navbar .nav > li:hover:after {
    opacity: 1;
    bottom: -15px;
  }
  #main-menu .navbar .nav > li:hover > a {
    background: #f9b600;
    border-color: #f9b600;
    color: #333333;
  }
  #main-menu .navbar .nav > li:hover .caret:after {
    color: #333333;
  }
}
@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: #1d1f24;
  }
}
.title-box {
  background: url(../images/breadcrumbs.jpg);
  margin-bottom: 25px;
  background-position: 50% 0 !important;
  padding: 52px 0 52px 0;
}
.title-box .title-style {
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 auto;
  margin-bottom: 5px;
  padding: 0 10px;
  color: #fff;
  width: 100%;
  font-family: 'marlboro' !important;
  font-size: 30px;
  font-weight: normal;
}
.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;
}
.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;
}
.common-home #content {
  padding-top: 15px;
}
.show-in-tab-mod .product-thumb {
  margin-bottom: 0;
}
.show-in-tab > .nav-tabs {
  margin: 0;
  border: none;
}
.show-in-tab > .nav-tabs > li {
  border: none;
}
.show-in-tab > .nav-tabs > li a {
  font-family: 'marlboro';
  margin: 0 0 16px 0;
  font-weight: normal;
  padding: 15px 5px 15px 0;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
}
.show-in-tab > .nav-tabs > li.active {
  border: none;
}
.show-in-tab > .nav-tabs > li.active a {
  border-bottom: 3px solid #0e0a95;
}
@media (max-width: 767px) {
  .show-in-tab > .nav-tabs > li.active > a {
    color: #333;
  }
}
.show-in-tab > .nav-tabs li:hover {
  border: none;
}
.show-in-tab > .nav-tabs li:hover a {
  border-bottom: 3px solid #f9b600;
}
.show-in-tab > .nav-tabs > li + li {
  margin-left: 15px;
}
.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;
}
* .product-thumb {
  padding: 10px;
  position: relative;
  border: 1px solid transparent;
  background: #FFF;
  margin: 4px 0 20px 0;
  z-index: 11;
}
* .product-thumb .image {
  margin-bottom: 6px;
  position: relative;
}
* .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 {
  margin-bottom: 10px;
}
* .product-thumb .price span {
  display: block;
}
* .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: #f9b600;
  background: #f9b600;
  color: #FFF;
}
@media (min-width: 1025px) {
  * .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: #f9b600;
}
@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;
  }
}
.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 .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;
}
/* 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;
}
@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;
  }
}
body[class^="affiliate"] .carousel_partner,
body[class^="account"] .carousel_partner,
.product-search .carousel_partner,
body[class^="product-manufacturer"] .carousel_partner,
body[class^="information"] .carousel_partner {
  padding-top: 25px;
}
.carousel_partner {
  margin: 0 0 42px 0;
  padding: 0 20px;
}
.carousel_partner .owl-buttons .owl-prev {
  left: 0px;
}
.carousel_partner .owl-buttons .owl-next {
  right: 0px;
}
.carousel_partner .owl-buttons .owl-next,
.carousel_partner .owl-buttons .owl-prev {
  background: #FFF;
  margin-top: -13px;
  opacity: 1;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #d9d9d9;
}
.carousel_partner .owl-buttons .owl-next i,
.carousel_partner .owl-buttons .owl-prev i {
  line-height: 22px;
  font-size: 11px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.carousel_partner .owl-buttons .owl-next:hover,
.carousel_partner .owl-buttons .owl-prev:hover {
  background: #000;
  border-color: #000;
  color: #FFF;
  text-shadow: none;
}
.carousel_partner .cate-name-hover {
  display: none;
}
.carousel_partner .item-partner img {
  margin: 0 auto;
}
.carousel_partner .owl-wrapper,
.carousel_partner .owl-item {
  -ms-backface-visibility: inherit !important;
}
@media (max-width: 767px) {
  .carousel_partner {
    margin-bottom: 27px;
  }
}
.banner_main {
  margin-bottom: 25px;
}
.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: #f9b600;
}
.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;
}
.single-product-description .price .price-new {
  font-size: 22px;
  line-height: 24px;
  display: block;
}
.single-poraduct-botton #button-cart {
  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;
  border-radius: 0;
}
.single-poraduct-botton #button-cart:hover {
  border-color: #f9b600;
  background: #f9b600;
  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: 'marlboro';
  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: #f9b600;
  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: #f9b600;
  background: none;
  border-color: #f9b600;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 3px solid #f9b600;
}
.bg-ms-product .tab-content p {
  font-size: 14px;
  line-height: 22px;
}
.featured-item clear:both .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.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;
}
.featured-item .owl-buttons div i {
  font-size: 11px !important;
  margin: 0 !important;
}
.featured-item .owl-buttons div:hover {
  background: #000;
  border-color: #000;
  color: #FFf;
  text-shadow: none;
}
.featured-item .owl-buttons .owl-next {
  right: 16px!important;
  top: -45px !important;
}
.featured-item .owl-buttons .owl-prev {
  left: auto !important;
  top: -45px !important;
  right: 45px;
}
.product-late-ms .area-title h3 {
  font-family: 'marlboro';
  margin: 0 0 16px 0;
  color: #f9b600;
  font-weight: normal;
  padding: 15px 30px 15px 0px;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  border-bottom: 3px solid #f9b600;
}
/* button */
@media (max-width: 767px) {
  .tbutton .pull-left,
  .tbutton .pull-right {
    float: none !important;
    text-align: center !important;
  }
}
footer {
  padding: 0px;
}
footer #footer_top {
  padding: 15px 0 30px 0;
  background: #FFF;
  color: #383c48;
}
footer #footer_top h2,
footer #footer_top h4,
footer #footer_top h4 a,
footer #footer_top h3 {
  font-family: 'marlboro';
  padding: 0 0 20px 0;
  font-weight: normal;
  margin: 0;
  color: #0e0a95;
  font-size: 24px;
  line-height: 24px;
  border: none;
}
@media (max-width: 767px) {
  footer #footer_top h2,
  footer #footer_top h4,
  footer #footer_top h4 a,
  footer #footer_top h3 {
    padding: 0;
  }
}
footer #footer_top a {
  color: #383c48;
  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 a:hover {
  color: #f9b600;
}
footer #footer_top p {
  margin: 0;
  line-height: 25px;
}
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;
  }
  footer #footer_top .menu_vertical .vertical-name .navbar-collapse .navbar-nav {
    margin: 0;
    padding: 15px 0 0 0;
  }
}
@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 .btn-open-mobile {
    line-height: 24px;
    vertical-align: text-top;
  }
  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: 20px;
  }
}
footer #footer_bottom {
  background: #0e0a95;
  padding: 15px 0;
  color: #999;
  font-size: 13px;
}
footer #footer_bottom .chili a:hover {
  color: #F00 !important;
}
footer .copyright a:hover {
  color: #f9b600;
}
@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 {
  border-top: 1px solid #0e0a95;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 25px;
}
#column-left .list_product .product_module h3 {
  font-family: 'marlboro';
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 15px 18px;
  color: #000000;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
}
#column-left .list_product .product_module .medium + .medium {
  border-top: 1px solid #d9d9d9;
}
#column-left .list_product .product_module .product-thumb {
  margin: 0;
  overflow: hidden;
  border: none;
}
#column-left .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 {
  opacity: 0;
}
#column-left .list_product .product_module .product-thumb .btn-wishlist {
  display: none;
}
#column-left .list_product .product_module .product-thumb:hover {
  border: none;
}
#column-left .list_product .product_module .product-thumb:hover:before,
#column-left .list_product .product_module .product-thumb:hover:after {
  display: none;
}
#column-left .list_product .product_module .product-thumb:hover .btn-wishlist {
  display: none;
}
.error-page {
  text-align: center;
  margin-bottom: 20px;
}
.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;
}
.sidebar-title {
     background-color: #0e0a95 !Important;
