@charset "utf-8";
@font-face {
  font-family: 'utm_swiss';
  src: url('../fonts/utm_swiss/UTMSwissCondensed.eot');
  src: url('../fonts/utm_swiss/UTMSwissCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/utm_swiss/UTMSwissCondensed.woff') format('woff'), url('../fonts/utm_swiss/UTMSwissCondensed.ttf') format('truetype'), url('../fonts/utm_swiss/UTMSwissCondensed.svg#utm_swiss') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'utm_swiss';
  src: url('../fonts/utm_swiss/UTMSwissCondensed-Bold.eot');
  src: url('../fonts/utm_swiss/UTMSwissCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/utm_swiss/UTMSwissCondensed-Bold.woff') format('woff'), url('../fonts/utm_swiss/UTMSwissCondensed-Bold.ttf') format('truetype'), url('../fonts/utm_swiss/UTMSwissCondensed-Bold.svg#utm_swiss_bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
body {
  color: #777;
  line-height: 22px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  background-color: #f8f8f8;
  -webkit-font-smoothing: antialiased;
  text-shadow: none !important;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: transparent;
}
a {
  color: #55ab3c;
}
.bg-ms-product .nav-tabs,
#main-menu,
.title_bestseller,
.title_latest,
.title_featured,
.title_special,
.information-contact .title_ct,
.show-in-tab > .nav-tabs,
.module_product .title {
  -webkit-box-shadow: 0 8px 6px -6px #fdfdfd;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px #d4d4d4;
}
.dropdown-menu {
  border: none;
}
.list_product .product_bestsaller,
.list_product .product_featured,
.list_product .product_latest,
.list_product .product_special,
.list_product .special-product,
.push_button,
.categories-side,
.product-thumb .button-group button,
#scrollUp {
  border: 1px #e5e5e5 solid;
}
.text-cart,
.breadcrumb-wrapper .page-title,
#main-menu .navbar-nav > li > a,
.show-in-tab > .nav-tabs > li > a,
.list_product .title_bestseller,
.list_product .title_featured,
.list_product .title_latest,
.list_product .title_special,
#newsletter-bg .subscribe-header h1,
.tags-ms label,
.bg-ms-product .nav-tabs li a,
.sidebar-title,
.menu-footer .title h3,
footer .information h3,
footer .view_about h3,
footer .title-menu,
footer .vertical-name .title a,
footer h2 {
  font-family: 'utm_swiss';
}
a:focus,
a:hover {
  color: #55ab3c;
}
.pagination > .active span,
.pagination > .active span:focus,
.pagination > .active span:hover,
.pagination > .active > a:focus,
.pagination > .active > a:hover > a {
  background-color: #55ab3c;
  border-color: #55ab3c;
  color: #fff;
}
.pagination > li:first-child span,
.pagination > li:first-child > a {
  text-decoration: none;
  border-radius: 0;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 2000px) and (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background: #55ab3c;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent;
}
.well,
.panel-default {
  border-color: #ebebeb;
  box-shadow: none;
}
.btn-primary:hover {
  background-color: #55ab3c;
  border-color: #55ab3c;
}
.well {
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control,
.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-default,
.panel-default {
  border-radius: 0;
}
.btn-danger,
.btn-default,
.btn-info,
.btn-primary {
  background: #323a45;
  border-color: #323a45;
  color: #fff;
}
.form-control {
  box-shadow: none;
  border: 1px #f0f0f0 solid;
}
.top5 {
  margin-top: 5px;
}
.top10 {
  margin-top: 10px;
}
.top20 {
  margin-top: 20px;
}
.top30 {
  margin-top: 30px;
}
.top40 {
  margin-top: 40px;
}
.top50 {
  margin-top: 50px;
}
.buttom10 {
  margin-bottom: 10px;
}
#scrollUp {
  bottom: 70px;
  color: #ffffff !important;
  right: 25px;
  text-align: center;
  line-height: 45px;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  position: relative;
  background-color: #fff;
  width: 50px;
  height: 50px;
}
#scrollUp .fa-angle-up {
  display: block;
  line-height: 55px;
  font-size: 35px;
}
#scrollUp .fa-angle-up:before {
  display: none;
}
#scrollUp .fa-angle-up:after {
  color: #252525;
  position: absolute;
  right: 16px;
  font-weight: 400;
  content: "\f0d8";
  height: 22px;
  width: 15px;
  font-size: 22px;
  line-height: 45px;
  font-family: 'FontAwesome';
  z-index: 2;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
}
#scrollUp:hover {
  background-color: #55ab3c;
}
#scrollUp:hover .fa-angle-up:after {
  color: #fff;
}
ul.list {
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
.navbar-nav ul.dropdown-menu li {
  position: relative;
}
.openss > .fa-chevron-down:after,
ul > li.opens > .fa-chevron-down:after,
ul > li.openss > .fa-chevron-down:after,
ul > li .open > .toggle-list-button:after,
.dropdown-header-ms.open .caret:after {
  width: 0 !important;
}
@media (min-width: 768px) and (max-width: 2860px) {
  .main-header-ontop {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    font-size: 13px;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    background: #323a45;
    box-shadow: none;
  }
  .main-header-ontop .col-md-3 {
    display: none;
  }
  .main-header-ontop .main-menu .navbar .navbar-nav > li > a,
  .main-header-ontop .header .navbar .navbar-nav > li > a {
    margin: 15px 0;
  }
  .main-header-ontop .main-menu .navbar,
  .main-header-ontop .header .navbar {
    min-height: 50px;
  }
  .main-header-ontop .main-menu .navbar .navbar-collapse,
  .main-header-ontop .header .navbar .navbar-collapse {
    padding-left: 0;
  }
  .main-header-ontop .navbar-nav > li > a {
    text-transform: uppercase !important;
  }
  .main-header-ontop .navbar-nav > li:first-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .main-menu .navbar .navbar-nav > li.active {
    background-color: #55ab3c;
    color: #fff;
  }
  .main-menu .navbar .navbar-nav > li.active > a,
  .main-menu .navbar .navbar-nav > li.active:focus {
    background-color: #55ab3c;
    color: #fff !important;
  }
  .vertical-menu-list.active a {
    color: #fff !important;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover,
  .multi-level > .active > a {
    color: #55ab3c !important;
  }
  .main-menu .navbar .navbar-nav > li:first-child.active {
    background-color: #55ab3c;
  }
  .main-menu .navbar .navbar-nav > li:first-child.active > a {
    border: none !important;
    padding: 16px 16px 16px 16px !important;
  }
}
.slide_small {
  margin-top: 20px;
}
@media (min-width: 991px) and (max-width: 2860px) {
  #top #top-links > ul > li:last-child {
    padding-right: 0;
  }
  .header .col-md-3,
  #top .col-lg-6.text-right {
    padding-right: 0;
  }
}
#top {
  background-color: #000;
  font-size: 13px;
  color: #fff;
}
#top ul,
#top li {
  margin-bottom: 0;
}
#top .list-inline {
  margin-bottom: 0;
  line-height: 35px;
}
#top a {
  color: #fff;
}
#top #top-links {
  padding-top: 0;
  font-size: 12px;
}
#top #top-links > ul > li {
  position: relative;
  padding: 0 10px;
}
#top #top-links > ul > li:before {
  padding-bottom: 0;
  content: "";
  position: absolute;
  height: 8px;
  width: 1px;
  background: #8b8b8b;
  top: 13px;
  bottom: auto;
  left: -3px;
  margin: auto;
}
#top #top-links > ul > li:first-child:before {
  display: none;
}
#top #top-links > ul .account {
  margin-right: 0;
}
@media (min-width: 767px) and (max-width: 2560px) {
  .header .col-sm-2 {
    padding-right: 0;
  }
}
#language {
  display: inline-block;
  line-height: 30px;
}
#language .btn-link {
  padding-left: 0;
  color: #fff;
}
#language .dropdown-menu {
  border: none;
  z-index: 999999;
}
#language .dropdown-menu a {
  color: #252525 !important;
}
#language .fa-caret-down {
  transform: translateY(8%);
  line-height: normal;
  margin-left: 5px;
}
.suicide {
  padding: 10px 0 0 0;
  width: 100%;
}
.suicide .item-content {
  overflow: hidden;
  transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
}
.suicide .item-content: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;
}
.suicide .item-content:hover:hover:after {
  background-position: 1200px 0;
  transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -webkit-transition: all 3s ease 0s;
}
.suicide .list {
  float: right;
  width: 185px;
}
.suicide .list > li {
  width: 100%;
}
.suicide .list > li:first-child {
  float: left;
}
.suicide .list .item-image {
  float: left;
}
.suicide .list .item-image .fa {
  color: #55ab3c;
  font-size: 2em;
}
.suicide .item-image {
  margin-right: 15px;
  margin-top: 18px;
}
.suicide .item-title {
  color: #55ab3c;
  font-size: 13px;
}
.suicide .item-description {
  color: #55ab3c;
  font-weight: bold;
  font-size: 24px;
}
.hotline {
  line-height: 35px;
  display: inline-block;
}
.hotline .item-description {
  font-size: 12px;
  display: inline-block;
}
.hotline .item-image {
  float: left;
  margin-right: 9px;
}
.hotline .item-image .fa {
  font-size: 16px;
}
.hotline .item-content {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.hotline .item-content:before {
  padding-bottom: 0;
  content: "";
  position: absolute;
  height: 8px;
  width: 1px;
  background: #8b8b8b;
  top: 14px;
  bottom: auto;
  left: 7px;
  margin: auto;
}
.hotline .item-content:first-child {
  padding-left: 0;
}
.hotline .item-content:first-child:before {
  display: none;
}
@media (min-width: 991px) and (max-width: 2860px) {
  #main-menu .col-md-3 {
    padding-left: 0;
  }
}
#search {
  margin: 0 auto;
  float: right;
  width: 100%;
}
#search .form-control {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  line-height: 38px;
  padding: 10px;
  height: 50px;
  font-size: 13px;
}
#search button {
  background: #fff;
  border: medium none;
  margin-left: 1px;
  color: #fff;
  width: 60px;
  z-index: 99;
  transition: .3s;
}
#search button .fa {
  font-size: 16px;
  color: #c1c1c1;
}
#search button:hover .fa {
  color: #333;
  font-weight: bold;
}
#search .form-control:focus,
#search button:focus {
  box-shadow: none;
  outline: 0 none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#cart button {
  padding-top: 4px;
}
#cart .cart_item {
  padding: 0 11px 0 11px;
  margin: 0 0 0 10px;
  display: inline-block;
  min-width: 42px;
  text-align: center;
  position: relative;
  z-index: 9999;
  float: left;
  top: 13px;
  right: 16px;
  color: #fff;
  position: absolute;
  border: 1px solid #55ab3c;
  padding: 7px 20px;
  border-width: 1px;
  border-style: solid;
}
#cart .cart_item:before {
  color: #55ab3c;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../images/ajax-loader.png) center no-repeat !important;
  z-index: 9;
}
#cart .cart_item:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0px;
  content: "";
  z-index: 7;
  background: #fff;
}
#cart .num_item {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0 11px 0;
  display: inline-block;
}
#cart .num_item:after {
  content: "\f10c";
  font-size: 18px;
  color: #55ab3c;
  line-height: 18px;
  top: -21px;
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: -17px;
  z-index: 0;
}
#cart .dropdown-menu {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity .5s,transform .5s;
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  -o-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  display: block;
  visibility: hidden;
  opacity: 0;
}
#cart:hover {
  background-position: 0 100%;
}
#cart:hover .dropdown-menu {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
#cart #cart-total {
  float: right;
  margin-right: 50px;
  line-height: 20px;
  text-align: center;
}
#cart .fa-shopping-cart {
  display: none;
}
#cart .btn-inverse {
  border: none;
  box-shadow: none;
  text-shadow: none;
  background: none;
}
#cart .text-cart {
  color: #252525;
  margin-top: 5px;
  display: inline-block;
  padding-bottom: 5px;
  padding: 6px 14px 0 0;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: normal !important;
  position: relative;
}
#cart .num_product {
  color: #252525;
  font-size: 14px;
  margin-right: 10px;
}
#cart .price {
  font-size: 12px;
  color: #999999;
}
#cart .table > tbody > tr > td {
  border-top: none;
}
#cart .img-thumbnail {
  border: none;
  box-shadow: none;
}
#cart .check_ms {
  background: #55ab3c;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 3px 7px;
  display: inline-block;
  clear: both;
  border-radius: 0;
  transition: .3s;
}
#cart .check_ms:hover {
  background: #fa971f;
}
#cart {
  margin-bottom: 10px;
}
#cart > .btn {
  font-size: 12px;
  line-height: 31px;
  color: #FFF;
}
#cart.open > .btn:hover {
  color: #444;
}
#cart .dropdown-menu {
  background: #fff;
  z-index: 1001;
  border: none;
  border-radius: 0;
}
#cart .dropdown-menu {
  min-width: 100%;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.breadcrumb > li > a {
  color: #ccc;
}
.breadcrumb > li.active > a {
  color: #fff;
}
.breadcrumb-wrapper {
  text-align: center;
  overflow: hidden;
}
.breadcrumb-wrapper .breadcrumb-title {
  background: url(/image/catalog/banner/breadcrumbs.jpg);
  margin-bottom: 25px;
  padding: 55px 0 27px 0;
  background-position: 50% 0 !important;
}
.breadcrumb-wrapper .page-title {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 auto;
  margin-bottom: 5px;
  font-weight: normal;
  padding: 0 10px;
  color: #fff;
  width: 100%;
  max-width: 1200px;
}
.fa-share {
  display: none;
}
#top .dropdown-menu {
  border-radius: 0;
}
.account .dropdown-menu {
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  opacity: 0;
  display: block;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -khtml-transform: translateY(50px);
  z-index: 0;
  visibility: hidden;
  border: none;
  border-right: 0;
}
.account .dropdown-menu a {
  color: #252525 !important;
}
.account .fa {
  display: none;
}
.account .dropdown-menu li a {
  line-height: 30px;
}
.account.open > .dropdown-menu,
.account:hover > .dropdown-menu {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -khtml-transform: translateY(0);
  opacity: 1;
  z-index: 99999;
  visibility: inherit;
}
#header {
  background-color: #fff;
  padding: 12px 0;
}
#header ul,
#header li {
  list-style: none;
}
.banner_after .item-image {
  overflow: hidden;
  max-width: 100%;
  transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
}
.banner_after .item-image: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_after .item-image:hover:after {
  background-position: 1200px 0;
  transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -webkit-transition: all 3s ease 0s;
}
.ship {
  padding: 25px 0;
  font-size: 13px;
}
.ship .item-image {
  float: left;
  margin-right: 15px;
  border: 1px solid #aaaaaa;
  width: 55px;
  line-height: 55px;
  margin-top: 10px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  transition: all 150ms ease-in-out 0s;
  -moz-transition: all 150ms ease-in-out 0s;
  -webkit-transition: all 150ms ease-in-out 0s;
}
.ship .item-image:hover {
  background-color: #55ab3c;
  border-color: #55ab3c;
}
.ship .item-image:hover .fa {
  color: #fff;
}
.ship .item-image .fa {
  font-size: 22px;
  line-height: 55px;
  text-align: center;
  margin: 0 auto;
  color: #55ab3c;
}
.ship .item-title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
}
.ship .item-description {
  padding-left: 70px;
  color: #999999;
}
#main-menu {
  border-top: 1px #e5e5e5 solid;
  background-color: #fff;
}
#main-menu .navbar {
  background-color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 0;
  min-height: inherit;
  border: 0;
  border-radius: 5px;
}
#main-menu .navbar-nav {
  text-align: left;
}
#main-menu .navbar-nav > li:first-child {
  border-left: none;
}
#main-menu .navbar-nav > li:first-child > a:before {
  display: none;
}
#main-menu .navbar-nav > li:nth-child(2) > a:before {
  display: none;
}
#main-menu .navbar-nav > li {
  border-right: 1px #e5e5e5 solid;
}
#main-menu .navbar-nav > li > a {
  padding: 16px 20px 16px 20px;
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
}
#main-menu .navbar-nav > li > a.open,
#main-menu .navbar-nav > li > a:focus,
#main-menu .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #55ab3c;
}
#main-menu .navbar-nav > li:hover .fa-chevron-down {
  color: #fff;
}
#main-menu .navbar-nav > li:hover > a {
  background: #55ab3c;
  color: #fff;
}
#main-menu .navbar-collapse {
  text-align: center;
  padding-left: 0;
  border-top: none;
}
@media (min-width: 768px) and (max-width: 2560px) {
  #main-menu .multi-level {
    padding-bottom: 0;
    padding-top: 0;
    border: 1px #e5e5e5 solid;
    border-radius: 0;
  }
  #main-menu .multi-level > li a {
    padding-right: 45px;
  }
  #main-menu .multi-level > li a i {
    margin-right: 5px;
  }
  #main-menu .multi-level > li > a {
    text-transform: uppercase;
    margin-right: 25px;
    margin-left: 15px;
    border-bottom: 1px solid #eee;
  }
  #main-menu .multi-level > li > a:hover {
    color: #55ab3c;
    background-color: #fff;
  }
  #main-menu .multi-level > li:last-child > a {
    border-bottom: none;
  }
  #main-menu .multi-level > li:first-child {
    padding-top: 10px;
  }
  #main-menu .multi-level > li:last-child {
    padding-bottom: 10px;
  }
  #main-menu .navbar-nav > li:first-child {
    color: #fff;
    left: 0;
  }
  #main-menu .navbar-nav > li:first-child:hover {
    background-color: #55ab3c;
  }
  #main-menu .navbar-nav > li:first-child > a:before {
    display: none;
  }
  #main-menu .navbar-nav > li:first-child > a:hover {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 2860px) {
  .navbar-collapse ul > .dropdown-submenu > .dropdown-menu .down-mega-child3,
  .navbar-collapse ul > .dropdown-submenu > .dropdown-menu .down-mega-child4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-collapse ul > .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-menu .down-mega-child2,
  .dropdown-menu .down-mega-child3,
  .dropdown-menu .down-mega-child4 {
    padding: 10px 20px;
    color: #666;
  }
  .dropdown-menu .down-mega-child3,
  .dropdown-menu .down-mega-child4 {
    border-bottom: 1px solid #eee;
  }
}
.toggle-list-button {
  position: absolute;
  top: -2px;
  right: 4px;
  width: 43px;
  height: 43px;
  cursor: pointer;
}
.toggle-list-button:before {
  width: 11px;
  height: 2px;
  background: #878787;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -6px;
  content: "";
}
.toggle-list-button:after {
  width: 2px;
  height: 11px;
  background: #878787;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -1px;
  content: "";
}
@media (min-width: 768px) and (max-width: 2560px) {
  #main-menu .navbar-nav > .dropdown > a {
    padding-right: 35px;
  }
  .navbar-nav .dropdown .caret,
  .navbar-nav .dropdown .fa-chevron-down {
    position: absolute;
    right: 0;
  }
  .navbar-nav .dropdown .caret:before,
  .navbar-nav .dropdown .fa-chevron-down:before {
    content: "\f0dd";
    font-family: FontAwesome;
    right: 17px;
    bottom: 22px;
    font-size: 15px;
    line-height: 15px;
    position: absolute;
  }
  .dropdown-menu > li {
    position: relative;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
    box-shadow: none;
    padding: 0;
  }
  .dropdown-menu .sub-menu .dropdown-submenu > a {
    padding-right: 45px;
  }
  #main-menu .navbar-nav .dropdown:hover:after {
    content: "\f0d7";
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 50%;
    margin-left: -5px;
    font-size: 22px;
    line-height: 22px;
    font-family: FontAwesome;
    z-index: 1000000;
    color: #55ab3c;
    filter: alpha(opacity=0);
    transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
  }
  .mega-dropdown-menu {
    list-style: none;
    width: 100%;
    -webkit-box-shadow: none;
  }
  .mega-dropdown-menu {
    display: block;
    border: none;
    background: #fff;
    border-radius: 5px;
    color: #888;
    left: 0;
    min-width: 720px;
    opacity: 0;
    padding: 30px 30px 15px;
    position: absolute;
    top: 100px;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 9999;
  }
  .multi-level {
    display: block;
    top: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    opacity: 0;
    border: none;
    z-index: 9999;
  }
  .multi-level {
    background: #fff;
  }
  .main-menu .navbar-nav .dropdown:hover .mega-dropdown-menu,
  .main-menu .navbar-nav .dropdown:hover .multi-level {
    opacity: 1;
    visibility: visible;
    top: 52px;
  }
  .mega-dropdown .img-thumbnail {
    background-color: transparent;
  }
  .right-caret:after,
  .left-caret:after {
    content: "";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    position: absolute;
    right: 10px;
    top: 18px;
  }
  .right-caret:after {
    border-left: 5px solid #505050;
  }
  .left-caret:after {
    border-right: 5px solid #505050;
  }
  .mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
  }
  .mega-dropdown-menu > li ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    color: #666;
    white-space: normal;
  }
  .mega-dropdown-menu > li ul > li > a:hover,
  .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #55ab3c;
  }
  .mega-dropdown-menu > li > a {
    padding: 3px 0;
  }
  .mega-dropdown-menu .dropdown-header-ms {
    float: left;
    width: 25%;
    padding: 0 20px;
    color: #428bca;
    font-weight: bold;
    overflow: hidden;
    font-size: 13px;
  }
  .mega-dropdown-menu .dropdown-header-ms > a {
    text-transform: uppercase !important;
    font-size: 14px;
    position: relative;
  }
  .mega-dropdown-menu .dropdown-header-ms a:hover {
    background: transparent !important;
  }
  .mega-dropdown-menu .dropdown-header-ms .imgage_mega {
    margin-bottom: 10px;
  }
  .mega-dropdown-menu .dropdown-header-ms .imgage_mega img {
    border: none;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .mega-dropdown-menu form {
    margin: 3px 20px;
  }
  .mega-dropdown-menu .form-group {
    margin-bottom: 4px;
  }
  .mega-dropdown-menu ul li {
    border-bottom: none !important;
  }
  .mega-dropdown-menu ul li a:hover {
    background: none !important;
  }
  .mega-dropdown-menu .img-menu-mega {
    text-align: center;
  }
  .mega-dropdown-menu .img-menu-mega img {
    border: none;
  }
  .mega-dropdown-menu .table-mega-child-2 {
    margin-bottom: 10px;
    color: #666 !important;
  }
  .ul-mega-menu {
    padding: 5px 0 15px 0 !important;
  }
  .ul-mega-menu li a {
    font-size: 14px;
  }
  .ul-mega-menu-child {
    padding: 0 0 20px 0 !important;
  }
  .ul-mega-menu-child li a {
    padding: 5px 0 !important;
  }
  .ul-mega-menu-child li .ul-mega-menu-child3 {
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 2560px) and (min-width: 767px) and (max-width: 2860px) {
  .mega-dropdown .caret,
  .mega-dropdown .fa-chevron-down {
    display: none;
  }
}
.carousel_partner {
  margin-top: 20px;
  padding: 5px;
}
.carousel_partner img {
  display: block;
  margin: 0 auto;
  padding: 3px;
}
.carousel_partner .cate-name-hover {
  display: none;
}
.carousel_partner .owl-prev,
.carousel_partner .owl-next {
  border: 1px solid #b9b5b5;
  display: inline-block;
  font-size: 18px;
  margin: 5px;
  padding: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-weight: 700;
}
.carousel_partner .owl-buttons .owl-prev {
  left: 0;
}
.carousel_partner .owl-buttons .owl-next {
  right: 0;
}
.carousel_partner .owl-buttons .owl-prev,
.carousel_partner .owl-buttons .owl-next {
  top: 50% !important;
  opacity: 1;
}
.carousel_partner .owl-buttons .owl-prev i,
.carousel_partner .owl-buttons .owl-next i {
  font-size: 12px;
  margin: -10px 11px 7px;
  color: #000;
  line-height: 50px;
  font-weight: bold;
}
.carousel_partner .owl-buttons .owl-prev:hover,
.carousel_partner .owl-buttons .owl-next:hover {
  background: #000;
  border-color: #000;
}
.carousel_partner .owl-buttons .owl-prev:hover i,
.carousel_partner .owl-buttons .owl-next:hover i {
  color: #fff;
}
.banner_small .owl-controls .owl-buttons div {
  position: absolute;
  cursor: pointer;
}
.banner_small .slide_arrow_prev {
  right: 35px;
}
.banner_small .owl-controls .owl-buttons .owl-next,
.banner_small .owl-controls .owl-buttons .owl-prev {
  top: 40%!important;
}
.banner_small .owl-car-tab .owl-controls .owl-buttons .owl-prev {
  left: 0px;
}
.special-product .owl-controls,
.product_latest .owl-controls {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: -57px;
  right: 15px;
}
.special-product .owl-prev,
.product_latest .owl-prev,
.special-product .owl-next,
.product_latest .owl-next {
  z-index: 9;
  height: 25px;
  width: 25px;
  line-height: 9px;
  text-align: center;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
.special-product .owl-prev .fa,
.product_latest .owl-prev .fa,
.special-product .owl-next .fa,
.product_latest .owl-next .fa {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
.special-product .owl-carousel .owl-buttons .owl-prev:hover,
.product_latest .owl-carousel .owl-buttons .owl-prev:hover,
.special-product .owl-carousel .owl-buttons .owl-next:hover,
.product_latest .owl-carousel .owl-buttons .owl-next:hover {
  background: #000;
  opacity: 1;
}
.special-product .owl-carousel .owl-buttons .owl-prev:hover i,
.product_latest .owl-carousel .owl-buttons .owl-prev:hover i,
.special-product .owl-carousel .owl-buttons .owl-next:hover i,
.product_latest .owl-carousel .owl-buttons .owl-next:hover i {
  color: #fff;
}
.special-product .owl-carousel .owl-buttons .owl-next,
.product_latest .owl-carousel .owl-buttons .owl-next {
  right: -5px;
}
.special-product .owl-carousel .owl-buttons .owl-prev,
.product_latest .owl-carousel .owl-buttons .owl-prev {
  left: -50px;
}
.special-product .owl-carousel div,
.product_latest .owl-carousel div {
  opacity: 1;
}
.promo-in {
  width: 100%;
  height: 100%;
}
.banner_collection,
.bt-block-home-bg {
  background-image: url(/image/catalog/banner/bg1.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  background-size: cover!important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  filter: inherit;
  height: 100%;
  margin-top: 10px;
}
.banner_collection .list,
.bt-block-home-bg .list {
  padding: 13% 10px;
}
.banner_collection .item-content:nth-child(1),
.bt-block-home-bg .item-content:nth-child(1) {
  color: #fff;
  text-transform: none;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 70px;
  font-size: calc(12vh);
}
.banner_collection .item-content:nth-child(2),
.bt-block-home-bg .item-content:nth-child(2) {
  color: #fff;
  font-weight: bold;
  text-transform: none;
  text-transform: uppercase;
  margin: 0;
  line-height: 53px;
  font-size: calc(4.5vh);
  margin-top: 15px;
}
.promo-hover {
  background: #222;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -webkit-transition: all 600ms ease 0s;
  z-index: 2;
}
.promo-hover .promo-hover {
  background: #000;
  opacity: .7;
  color: #fff;
}
.banner_main {
  margin-top: 20px;
}
.banner_main .item {
  position: relative;
  overflow: hidden;
}
.banner_main .owl-wrapper-outer {
  overflow: hidden;
}
.banner_main .promo-text {
  display: none;
}
.banner_main img {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.banner_main:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.banner_main .promo-hover {
  height: 100%;
  left: 0;
  padding: 9px;
  position: absolute;
  top: 0;
  transition: all .5s ease 0s;
  width: 100%;
}
.banner_main .promo-hover:hover {
  background: #000;
  opacity: .6;
  color: #fff;
}
header .banner_main {
  margin-top: 0;
}
header .banner_main:hover img {
  transform: inherit !important;
}
header .banner_main .promo-in {
  border: none;
}
header .banner_main .promo-hover {
  background: none;
}
header .banner_main .promo-hover:hover {
  opacity: 1;
  background: none;
}
.vertical-name .multi-level {
  width: 100%;
}
.vertical-name li a .fa {
  margin-right: 5px;
  color: #55ab3c;
  font-weight: bold;
}
.vertical-name .fa-chevron-down {
  display: block;
  top: 7px;
  right: 0px;
  width: 43px;
  height: 43px;
  position: absolute;
  cursor: pointer;
  border: none;
}
.vertical-name .fa-chevron-down:before {
  width: 10px;
  height: 2px;
  background: #878787;
  position: absolute;
  left: 53%;
  top: 48%;
  margin-top: -1px;
  margin-left: -6px;
  content: "";
}
.vertical-name .fa-chevron-down:after {
  width: 2px;
  height: 10px;
  background: #878787 none repeat scroll 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -1px;
  content: "";
}
.vertical-name .sub-menu,
.vertical-name .multi-level {
  position: inherit;
  display: none;
  visibility: inherit;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: none;
  border: none;
  width: 100%;
  transition: inherit;
}
.vertical-name .sub-menu:before,
.vertical-name .multi-level:before {
  display: none;
}
.vertical-name ul > li {
  padding: 0;
  margin: 0;
  width: 100%;
}
.vertical-name ul > li a {
  background: rgba(0, 0, 0, 0);
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  padding: 18px 30px 18px 27px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666 !important;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}
.vertical-name ul > li a:hover {
  color: #55ab3c !important;
  border-left: 4px solid #55ab3c;
}
.navbar-inverse {
  background-color: #fff;
  border-color: transparent;
}
.sidebar-navigation .cate_panel {
  padding: 0 0 0 60px !important;
}
.sidebar-navigation .cate_panel:before {
  content: "\f00b";
  height: 50px;
  left: 18px;
  position: absolute;
  top: 0;
  width: 32px;
  border-right: 1px solid #fff;
  font-weight: inherit;
  display: inline-block;
  font-family: FontAwesome;
}
.sidebar-navigation .cate_panel,
.vertical-name .cate_panel,
.sidebar-navigation .title,
.vertical-name .title {
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 44px;
  margin: 0;
  padding: 2px 15px;
  position: relative;
  text-transform: uppercase;
  background: #f4ca49;
  border-bottom: 3px solid #dbb542;
  border-radius: 5px 5px 0 0;
}
.sidebar-navigation .cate_panel a,
.vertical-name .cate_panel a,
.sidebar-navigation .title a,
.vertical-name .title a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.sidebar-navigation .cate_panel i,
.vertical-name .cate_panel i,
.sidebar-navigation .title i,
.vertical-name .title i {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  line-height: 45px;
  margin-left: -13px;
  margin-right: 15px;
  text-align: center;
  width: 42px;
}
.sidebar-navigation .navbar-collapse,
.vertical-name .navbar-collapse {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.show-in-tab-mod {
  margin-top: 25px;
  /*        .clearfix.visible-lg { display: none !important;}*/
}
.show-in-tab-mod .tab-content {
  margin-top: 30px;
  clear: both;
}
.show-in-tab-mod .tab-content .owl-car-tab .owl-wrapper-outer {
  max-height: inherit;
}
.show-in-tab-mod .owl-controls {
  top: -66px;
  right: 25px;
}
.show-in-tab-mod .slide_arrow_next,
.show-in-tab-mod .slide_arrow_prev {
  width: 27px;
  height: 27px;
}
.show-in-tab-mod .slide_arrow_next i,
.show-in-tab-mod .slide_arrow_prev i {
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
}
.show-in-tab-mod .slide_arrow_next:hover,
.show-in-tab-mod .slide_arrow_prev:hover {
  background-color: #000;
}
.show-in-tab-mod .slide_arrow_next:hover i,
.show-in-tab-mod .slide_arrow_prev:hover i {
  color: #fff;
}
.show-in-tab-mod .owl-car-tab {
  clear: both;
}
.show-in-tab .owl-controls .owl-prev {
  left: 15px;
}
.show-in-tab > .nav-tabs {
  border: 1px solid #e6e4e4;
  border-left: 0;
  text-transform: capitalize;
  padding-bottom: 0;
  font-weight: bold;
  padding-left: 100px;
}
.show-in-tab > .nav-tabs > li {
  padding: 11.9px 0;
}
.show-in-tab > .nav-tabs > li.active {
  border-bottom: 2px solid transparent;
}
.show-in-tab > .nav-tabs > li.active > a {
  background-color: #55ab3c !important;
  border-radius: 0;
  color: #fff;
}
.show-in-tab > .nav-tabs > li.active > a:after {
  content: "\f0dd";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  color: #55ab3c;
  left: 50%;
  margin-left: -5px;
  z-index: 10;
  bottom: -6px;
  opacity: 1;
  transition: all 150ms ease-in-out 0s;
  -moz-transition: all 150ms ease-in-out 0s;
  -webkit-transition: all 150ms ease-in-out 0s;
}
.show-in-tab > .nav-tabs > li > a {
  line-height: 25px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  padding: 4px 20px;
}
.module_product .title {
  position: absolute;
  margin-top: 34px;
  z-index: 9;
  width: 35%;
  border: 1px solid #55ab3c;
  border: 1px solid #e6e4e4;
  border-right: 0;
}
.module_product .title h3 {
  border-radius: 0;
  color: #55ab3c;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  border: 1px solid;
  height: 58px;
  line-height: 60px;
  text-align: center;
}
.module_product .title h3:before {
  content: url("../images/hoa-qua.png");
  height: 59px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
  line-height: 68px;
  text-align: center;
}
.module_product .title h3:after {
  content: "";
  position: absolute;
  top: -1px;
  left: auto;
  right: -1px;
  background-color: #55ab3c;
  bottom: auto;
  width: 9px;
  height: 9px;
  z-index: 4;
}
.module_product .show-in-tab {
  width: 72%;
  float: right;
}
.showtag_right .show-in-tab > .nav-tabs > li.active > a {
  color: #55ab3c;
}
.showtag_right .show-in-tab > .nav-tabs > li.active:after {
  display: none;
}
.hiddent-none .owl-pagination {
  display: none;
}
.show-in-tab-mod .tab-links {
  text-align: center;
}
.show-in-tab-mod .tab-links .pull-right {
  padding: 10px 35px 11px 35px;
  background: #55ab3c;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}
.show-in-tab-mod .tab-links .pull-right:hover {
  background-color: #fa971f;
}
.showtag_right .show-in-tab-mod .nav-tabs > li {
  float: right;
}
.showtag_right .show-in-tab > .nav-tabs > li > a {
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  list-style: outside none none;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}
.showtag_right .show-in-tab > .nav-tabs > li:first-child > a {
  padding-right: 3px;
}
.showtag_right .title {
  position: absolute;
  margin-top: 8px;
  text-transform: uppercase;
  z-index: 9999;
}
.showtag_right .title h3 {
  color: #777;
}
.showtag_right .title:after {
  background: #fa971f none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  top: 55px;
  position: absolute;
  width: 68px;
}
.show-in-tab > .nav-tabs {
  border-bottom: none;
}
.show-in-tab > .nav-tabs > li.open,
.show-in-tab > .nav-tabs > li.active,
.show-in-tab > .nav-tabs > li:hover {
  border-bottom: none;
}
.showtag_right .show-in-tab > .nav-tabs > li.open,
.showtag_right .show-in-tab > .nav-tabs > li.active,
.showtag_right .show-in-tab > .nav-tabs > li:hover {
  border-bottom: 2px solid transparent;
}
#column-left .status-sale,
#column-right .status-sale {
  display: none;
}
#column-left .slideshow_custom,
#column-right .slideshow_custom {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}
#column-left .slide_product .title_bestseller span,
#column-right .slide_product .title_bestseller span,
#column-left .slide_product .title_featured span,
#column-right .slide_product .title_featured span,
#column-left .slide_product .title_latest span,
#column-right .slide_product .title_latest span,
#column-left .slide_product .title_special span,
#column-right .slide_product .title_special span {
  position: inherit;
  border: none;
}
#column-left .slide_product .title_bestseller span:after,
#column-right .slide_product .title_bestseller span:after,
#column-left .slide_product .title_featured span:after,
#column-right .slide_product .title_featured span:after,
#column-left .slide_product .title_latest span:after,
#column-right .slide_product .title_latest span:after,
#column-left .slide_product .title_special span:after,
#column-right .slide_product .title_special span:after {
  display: none;
}
#column-left .list_product .product-thumb:hover .image > a:after,
#column-right .list_product .product-thumb:hover .image > a:after {
  display: none;
}
.slideshow_custom .owl-pagination {
  top: -28px;
}
.owl-controls .owl-page.active span {
  background-color: #55ab3c;
}
.status-sale {
  text-transform: capitalize;
  position: absolute;
  right: 5%;
  top: 74%;
  z-index: 99;
  text-align: center;
  transition: all .3s ease 0s;
  display: block;
  background-color: transparent!important;
  background: url(../images/3_48_48.png) no-repeat top left !important;
  width: 48px!important;
  height: 53px!important;
  line-height: 48px!important;
  color: #FFF!important;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  border-radius: initial;
}
.status-sale:before {
  content: 'sale';
}
.price {
  color: #d62c2e;
  font-size: 14px;
  font-weight: 700;
}
.price s {
  color: #999;
  font-weight: normal;
}
.product-thumb {
  padding-bottom: 20px;
  border: 1px solid transparent;
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
  position: relative;
  z-index: 2;
}
.product-thumb .description {
  display: none;
}
.product-thumb:hover {
  border: 1px #e5e5e5 solid;
}
.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: 138px;
  height: 177px;
  line-height: 0;
  display: inline-block;
}
.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;
}
.product-thumb .caption h4 {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 5px;
  line-height: 20px;
}
.product-thumb .caption h4 a {
  font-weight: bold;
  color: #333;
}
.product-thumb .caption h4 a:hover {
  text-decoration: underline;
}
.product-thumb .caption .price {
  padding-right: 7px;
}
.product-thumb .button-group {
  text-align: center;
}
.product-thumb .button-group button {
  padding: 6px 8px;
  font-size: 11px;
  margin-left: 2px;
}
.product-thumb .button-group button span {
  display: none;
  font-size: 11px;
}
.product-thumb .button-group button:hover {
  background-color: #55ab3c;
}
.product-thumb .button-group button:hover .fa,
.product-thumb .button-group button:hover span {
  color: #fff;
}
.product-thumb .button-group button:nth-child(1) {
  margin-left: 0;
}
.product-thumb .button-group button:nth-child(1) span {
  display: block !important;
  font-size: 10px;
}
.product-thumb .button-group .wishlist {
  /*            opacity: 0;*/
  /*            .fa { display: none}*/
  /*            text-align: left;
            clear: both;
            border:none;
            padding-left: 0;*/
  /*            &:hover {
                background: transparent;
                span {
                    color: #666;
                }
            }*/
  /*            &:hover {
                span {
                    color: @mainColor;
                }
            }*/
}
.product-thumb .button-group .wishlist span {
  /*                display: block !important;*/
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.product-thumb .button-group button {
  font-size: 11px;
  text-transform: capitalize;
  font-weight: normal;
  text-align: center;
}
.product-thumb .button-group button .fa-shopping-cart {
  display: none;
}
.product-thumb .button-group button:nth-child(1) {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.product-thumb .button-group button:hover {
  color: #55ab3c;
}
.product-thumb {
  /*    &:hover {
        .wishlist {
            opacity: 1;
        }
    }*/
}
.product-thumb .image > a {
  max-width: 100%;
  z-index: 4;
}
.product-thumb .image > a:after {
  background-color: #000000;
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  z-index: 3;
  display: inline-block;
  opacity: 0;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
}
.product-thumb:hover .image > a:after {
  opacity: 0.6;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-thumb:hover .visible-desktop {
  opacity: 1;
  z-index: 5;
  visibility: visible;
}
.visible-desktop {
  position: absolute;
  top: 46.5%;
  left: 41%;
  line-height: 0;
  opacity: 0;
  z-index: 1;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  visibility: hidden;
}
.visible-desktop:after {
  display: none !important;
}
.qs_img_btn {
  padding: 10px 10px 10px 10px;
  border: 1px solid #fff;
}
.qs_img_btn .fa {
  color: #fff;
}
.qs_img_btn:hover {
  background-color: #000;
}
.fa-stack,
.fa-star {
  color: #d62c2e;
  width: 1em;
}
.title_bestseller,
.title_latest,
.title_featured,
.title_special {
  margin-bottom: 20px;
  border: 1px solid #e6e4e4;
  padding-bottom: 13px;
  text-transform: capitalize;
  font-weight: bold;
  padding: 15px 0;
  color: #55ab3c;
}
.title_bestseller span,
.title_latest span,
.title_featured span,
.title_special span {
  padding: 15px 20px;
  border: 1px solid #55ab3c;
  position: relative;
}
.title_bestseller span:after,
.title_latest span:after,
.title_featured span:after,
.title_special span:after {
  content: "";
  position: absolute;
  top: -1px;
  left: auto;
  right: -1px;
  background-color: #55ab3c;
  bottom: auto;
  width: 9px;
  height: 9px;
  z-index: 4;
}
.list_product .visible-desktop,
.list_product .description {
  display: none;
}
.list_product .product-thumb {
  overflow: hidden;
  border-bottom: 1px #e5e5e5 solid;
}
.list_product .product-thumb:hover {
  box-shadow: none;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.list_product .product-thumb:hover:before {
  display: none;
}
.list_product .product-thumb:hover:after {
  display: none;
}
.list_product .medium {
  clear: both;
}
.list_product .medium:last-child .product-thumb {
  border-bottom: none;
}
.list_product .rating {
  display: none;
}
.list_product .caption {
  text-align: left;
}
.list_product .caption h4 {
  margin-top: 0;
}
.list_product .title_bestseller,
.list_product .title_featured,
.list_product .title_latest,
.list_product .title_special {
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  color: #000;
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase;
}
.list_product .title_bestseller span,
.list_product .title_featured span,
.list_product .title_latest span,
.list_product .title_special span {
  position: inherit;
  border: none;
}
.list_product .title_bestseller span:after,
.list_product .title_featured span:after,
.list_product .title_latest span:after,
.list_product .title_special span:after {
  display: none;
}
.list_product .product_bestsaller,
.list_product .product_featured,
.list_product .special-product,
.list_product .product_latest,
.list_product .product_special {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #55ab3c;
  margin-top: 20px;
  /*        padding-bottom: 20px;*/
}
.list_product .caption h4 {
  font-size: 14px;
}
.slide_product .button-group {
  display: none;
}
.slide_product .owl-pagination {
  top: -10px;
}
.slide_product .owl-controls .owl-page.active span {
  background-color: #55ab3c;
}
.slide_product .owl-controls .owl-page span {
  background-color: #869791;
  box-shadow: inset 0 0 3px  #869791;
}
.owl-wrapper-outer {
  border: none;
  box-shadow: none ;
}
.product-layout-custom .owl-wrapper-outer {
  /*        border: none;box-shadow: none ;*/
}
/*=====================
   Newsletter
====================== */
#newsletter-bg {
  background: url("/image/catalog/banner/nhan-tin.jpg") 50% 50% / cover no-repeat;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  background-size: cover!important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  filter: inherit;
  height: 100%;
}
#newsletter-bg .subscribe-header {
  color: #fff;
  margin: 0 auto;
  padding: 50px 0 60px;
  position: relative;
  text-align: center;
  width: 68.5%;
}
#newsletter-bg .subscribe-header h1 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 44px;
}
#newsletter-bg .subscribe-header .subscribe-form .form-control {
  font-size: 18px;
}
#newsletter-bg .subscribe-header .subscribe-form .form-control::-webkit-input-placeholder {
  color: #fff !important;
}
#newsletter-bg .subscribe-header p {
  margin: 20px 0 62px 0;
}
#newsletter-bg .subscribe-header .form-control {
  border-right: none;
}
.newsletter-overlay {
  margin: 0;
  padding: 0;
}
.subscribe-form input {
  width: 100%;
  margin: auto;
  height: 80px;
  border-radius: 0;
  background: transparent;
  color: #fff;
}
.input-group-addon {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  height: 72px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px;
}
.input-group-addon button {
  background: #55ab3c;
  border: none;
  margin-bottom: 0px;
  padding: 15px 25px;
  font-size: 16px;
  outline: none;
  font-weight: bold;
  color: #fff;
}
.pro-desc .mod {
  color: #252525;
  margin-right: 15px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: utm_altergothic;
  font-weight: 400!important;
}
.product-ms {
  margin-bottom: 40px;
}
.list-unstyled li {
  line-height: 20px;
}
.product_ms,
.title_special {
  margin-top: 4px;
}
.product_ms:after,
.title_special:after {
  top: 40px;
}
.push_button {
  position: relative;
  text-decoration: none;
  margin: 100px auto;
  margin-top: 0;
  text-align: center;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  margin-bottom: 30px;
  color: #666;
  font-size: 14px;
  height: 45px;
  width: 200px;
  background: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  margin-right: 14px;
}
.push_button:hover {
  background-color: #55ab3c;
  color: #fff;
}
.span_red {
  font-size: 23px;
  color: #d62c2e;
  font-weight: 700;
}
.single-product-image .owl-wrapper-outer {
  border-right: 0;
  box-shadow: none;
}
.add-to-links li {
  list-style: none;
}
.single-pro-thumb .owl-carousel {
  margin: 0 -20px 20px;
}
.single-pro-thumb ul,
.single-pro-thumb li {
  list-style: none;
}
.single-pro-main-image {
  overflow: hidden;
  padding: 5px;
  padding-top: 0;
  margin-bottom: 25px;
}
.single-pro-main-image div img {
  position: inherit;
}
.zoomWrapper {
  margin: 0 auto;
}
.zoomWrapper img {
  position: inherit !important;
}
.add-to-links > li {
  float: left;
}
.tags-ms label {
  color: #252525;
  margin-right: 15px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.tags-ms a {
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  padding: 5px 5px;
  border: 1px solid;
  background-color: #ffffff;
  color: #999999;
  border-color: #ffffff;
  margin-left: 10px;
}
.tags-ms a:hover {
  background-color: #383c48;
  color: #fff;
}
.tags-ms a:after {
  content: "/";
  margin-left: 5px;
}
.bg-ms-product {
  margin-top: 10px;
}
.bg-ms-product .nav-tabs {
  border: 1px solid #dad4d4;
  padding-bottom: 13px;
  text-transform: capitalize;
  font-weight: 700;
  height: 54px;
}
.bg-ms-product .nav-tabs li a {
  font-weight: bold;
  border-radius: 0;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 30px;
}
.bg-ms-product .nav-tabs li:hover a {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.bg-ms-product .nav-tabs li.active {
  border: 1px solid #55ab3c;
  position: relative;
  background-color: transparent;
}
.bg-ms-product .nav-tabs li.active:after {
  content: "";
  position: absolute;
  top: -1px;
  left: auto;
  right: -1px;
  background-color: #55ab3c;
  bottom: auto;
  width: 9px;
  height: 9px;
  z-index: 4;
}
.bg-ms-product .nav-tabs li.active a {
  color: #55ab3c;
}
.bg-ms-product .nav-tabs .active a:focus,
.bg-ms-product .nav-tabs .active a:hover,
.bg-ms-product .nav-tabs .active a {
  border-left: none;
  border-right: none;
  color: #777;
  border-top: none;
}
.tab-content p {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 767px) and (max-width: 2000px) {
  .featured-item .product-thumb {
    min-height: 325px;
  }
}
.featured-item {
  clear: both;
}
.featured-item .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.featured-item .owl-buttons div {
  opacity: .7!important;
}
.featured-item .owl-buttons div i {
  font-size: 14px!important;
}
.featured-item .owl-buttons .owl-next {
  right: 16px!important;
  top: -45px !important;
}
.featured-item .owl-buttons .owl-prev {
  top: -45px !important;
  left: inherit!important;
  right: 45px;
}
.featured-item .owl-buttons .owl-next,
.featured-item .owl-buttons .owl-prev {
  background: #eaeaea;
  width: 24px;
  height: 24px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
  position: absolute;
}
.area-title {
  margin-bottom: 20px;
}
.area-title h3 {
  padding-bottom: 10px;
  display: block;
  font-size: 22px;
  line-height: 27px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  border-bottom: #566;
  border-bottom: 2px solid #F2F2F2;
}
.area-title h3:after {
  background: #fa971f none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  top: 37px;
  position: absolute;
  width: 68px;
}
/* end single product */
/* category main */
.categories-ms .product-grid .product-thumb,
.categories-ms .product-list .product-thumb {
  margin-bottom: 20px;
}
.categories-ms .clearfix.visible-lg {
  display: none !important;
}
.shop-grid-controls .simple-drop-down select {
  height: 30px;
  line-height: 29px;
  border: 1px #ebebeb solid;
  padding-left: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #7c7c7c;
}
.shop-grid-controls .simple-drop-down:after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px #ebebeb solid;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 12px;
  color: #7c7c7c;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  line-height: 30px;
  background: #fff;
}
.shop-grid-controls .active,
.shop-grid-controls .view-button:focus,
.shop-grid-controls .view-button:hover {
  text-shadow: none;
  background-color: #55ab3c;
  color: #fff;
}
.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: #fff;
}
.page-selector .view-button:after {
  border: 1px #ebebeb solid;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.page-selector {
  padding: 17px 10px 5px 10px;
  border: 1px #ebebeb solid;
  font-size: 0;
  margin-bottom: 0;
}
.single-image-add {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.single-image-add img {
  border-radius: 0;
  border: none;
  padding: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity .35s,transform .35s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}
.checkout-cart .table-bordered {
  white-space: nowrap;
}
.table-bordered thead tr td {
  background-color: #323a45 !important;
  border-color: #323a45;
  color: #fff;
}
#quickcheckout label img {
  display: none;
}
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}
#shipping_method_wrap .price {
  padding-left: 5px;
}
.modal-open .modal {
  z-index: 9999999;
}
.checkout-checkout .btn-default {
  background: #55ab3c;
  border-color: #55ab3c;
}
.checkout-checkout #option_login_popup_trigger {
  margin-top: -4px;
}
.categories-side {
  background: #f2f2f2;
}
#menu_categfory .treeview li:hover > a {
  color: #55ab3c;
  background-color: #F1F1F1;
}
#menu_categfory li a {
  color: #252525;
}
#menu_categfory ul > li > a:hover {
  color: #55ab3c;
}
.sidebar-title {
  background-color: #55ab3c;
  color: #fff;
}
.product-list .product-thumb {
  max-width: inherit;
  overflow: hidden;
  height: inherit !important;
  margin-bottom: 0;
}
.product-list .product-thumb .button-group {
  left: 60px;
  background: none;
  border: none;
  position: inherit;
  bottom: 53px;
  top: inherit;
}
.product-list .product-thumb .button-group button {
  width: 21%;
  padding: 7px;
  margin-bottom: 5px;
  background: transparent;
}
.product-list .product-thumb .button-group button:nth-child(1):hover,
.product-list .product-thumb .button-group button:nth-child(2):hover {
  background: #55ab3c;
}
.product-list .product-thumb .button-group button:nth-child(1):hover .fa,
.product-list .product-thumb .button-group button:nth-child(2):hover .fa {
  color: #fff;
}
.product-list .product-thumb .button-group br {
  display: none;
}
.product-list .product-thumb .button-group button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
/* list group */
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #55ab3c;
  background: #fff;
  border: 1px solid #DDDDDD;
}
.sidebar-navigation .list-group a {
  font-weight: bold;
}
.list-group a {
  border: 1px solid #DDDDDD;
  color: #666;
  padding: 18px 30px 18px 27px;
  font-size: 16px;
}
.list-group a:hover {
  color: #55ab3c;
}
.tp-leftarrow,
.tp-rightarrow {
  border-radius: 0;
}
.illustration {
  text-align: center;
}
.error-page {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.wraper_error {
  text-align: center;
  padding: 30px 0;
}
.wraper_error .btn-action {
  background: #55ab3c;
  border-radius: 0;
  color: white;
  font-size: 17px;
  font-weight: bold;
  line-height: 21px;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 20px;
}
.add_contact {
  border: 1px #ebebeb solid;
  padding: 10px;
  margin-top: 20px;
}
.information-contact .title_ct {
  margin-bottom: 30px;
  border: 1px solid #e6e4e4;
  padding-bottom: 13px;
  text-transform: capitalize;
  font-weight: bold;
  padding: 0;
  color: #55ab3c;
  margin-top: 30px;
}
.information-contact .title_ct h3 {
  border: 1px solid #55ab3c;
  position: relative;
  margin: 0;
  width: 25%;
  padding: 15px 0;
  text-transform: capitalize;
  color: #55ab3c;
  font-weight: bold;
  padding-left: 10px;
}
.information-contact .title_ct h3:after {
  content: "";
  position: absolute;
  top: -1px;
  left: auto;
  right: -1px;
  background-color: #55ab3c;
  bottom: auto;
  width: 9px;
  height: 9px;
  z-index: 4;
}
.information-contact #google_map_div_0 {
  border: none;
}
.information-contact .breadcrumb-wrapper .breadcrumb-title {
  margin-bottom: 0;
}
.information-contact .form-horizontal .control-label {
  white-space: nowrap;
}
.affiliate-transaction #column-right,
.affiliate-tracking #column-right,
.affiliate-payment #column-right,
.affiliate-password #column-right,
.affiliate-edit #column-right,
.affiliate-login #column-right,
.affiliate-account #column-right,
.affiliate-success #column-right,
.account-account #column-right,
.affiliate-transaction #column-left,
.affiliate-tracking #column-left,
.affiliate-payment #column-left,
.affiliate-password #column-left,
.affiliate-edit #column-left,
.affiliate-login #column-left,
.affiliate-account #column-left,
.affiliate-success #column-left,
.account-account #column-left {
  display: block !important;
}
#custom_bottom {
  background-color: #fff;
  margin-top: 20px;
}
.menu-footer {
  border-top: 1px #2f2f2f solid;
  margin-top: 35px;
  padding: 7px 0 27px 0;
}
.menu-footer .nav > li {
  float: left;
}
.menu-footer .title {
  text-align: center;
  text-transform: uppercase;
}
.menu-footer .title h3 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.menu-footer .navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.menu-footer .menu_horizontal .navbar-nav > li > a {
  font-size: 13px;
  font-weight: 400;
  color: #999;
}
.menu-footer .menu_horizontal .navbar-nav > li > a:before {
  padding-bottom: 0;
  content: "";
  position: absolute;
  height: 14px;
  width: 1px;
  background: #585656;
  top: 18px;
  bottom: auto;
  left: 0;
  margin: auto;
}
.menu-footer .menu_horizontal .navbar-nav > li > a:hover {
  color: #fff;
}
.menu-footer .menu_horizontal .navbar-nav > li:first-child a:before {
  display: none;
}
.menu-footer .menu_horizontal .navbar-nav > li.active > a {
  font-weight: bold;
  color: #666666 !important;
}
.bank {
  margin-top: 15px;
}
.bank .item-content {
  float: left;
  padding-right: 5px;
}
.bank .item-image img {
  padding-bottom: 5px;
}
.bank .item-image .fa {
  line-height: 20px;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  text-align: center;
  width: 20px;
  height: 20px;
  background-color: #aaaaaa;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.bank .item-image .fa:hover {
  background: #383c48;
  margin-top: 10px;
}
.common-home footer {
  margin-top: 0;
}
.vertical_footer {
  margin-top: 15px;
}
.copyright a {
  color: #fff;
}
footer {
  margin-top: 40px;
  background-color: #1d1f24;
  color: #999;
  font-size: 13px;
}
footer .close-menu {
  display: none;
}
footer .vertical-menu-list.active a {
  color: #55ab3c !important;
  font-weight: bold;
}
footer ul,
footer li {
  list-style: none;
}
footer .vertical-name li a .fa {
  color: #fff;
}
footer .information ul.list {
  margin-top: 30px;
}
footer .information .item-content {
  line-height: 25px;
}
footer .information .item-title {
  float: left;
  font-weight: bold;
  margin-right: 5px;
}
footer .information h3,
footer .view_about h3 {
  margin-top: 15px;
}
footer .information h3,
footer .view_about h3,
footer .title-menu {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
}
footer .view_about .list {
  margin-top: 30px;
}
footer .view_about .item-description {
  line-height: 25px;
}
footer .navbar-collapse .fa {
  font-size: 4px;
  margin-right: 5px;
}
footer .vertical-name .title {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
footer .vertical-name .title a {
  text-transform: none;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
}
footer .vertical-name ul > li a {
  font-weight: normal;
  border: none;
  color: #999 !important;
}
footer .vertical-name ul > li a:hover {
  border: none !important;
}
footer .navbar-collapse {
  box-shadow: none;
}
footer h2 {
  color: #fff;
  padding-bottom: 25px;
  margin-top: 15px;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 40px;
  font-weight: bold;
}
.chili a {
  color: #666 !important;
}
.chili a:hover {
  color: red !important;
}
.footer-bottom {
  background-color: #22252c;
  padding: 32px 0;
  font-size: 11px;
}
@media screen and (max-width: 1199px) {
  .show-in-tab > .nav-tabs > li > a {
    padding: 4px 10px;
  }
  .module_product .title h3 {
    font-size: 16px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  footer .menu_vertical .vertical-name > .navbar-collapse a {
    line-height: 20px;
  }
}
@media (min-width: 390px) and (max-width: 749px) {
  .show-in-tab-mod .owl-car-tab .owl-wrapper-outer {
    max-height: 540px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .categories-ms .product-thumb {
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ship .item-content.col-md-4 {
    width: 33%;
    float: left;
  }
  .mega-dropdown-menu {
    min-width: 556px;
  }
  footer .menu_vertical .vertical-name > .navbar-collapse a,
  footer {
    font-size: 12px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  footer .vertical-name .title a,
  footer h2,
  footer .information h3,
  footer .view_about h3,
  footer .title-menu {
    font-size: 20px;
  }
}
@media (min-width: 991px) and (max-width: 2860px) {
  .open-search-popup {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  /*    .product-thumb .button-group .wishlist { opacity: 1;}*/
}
@media screen and (max-width: 991px) {
  .show-in-tab > .nav-tabs > li {
    padding: 12px 10px;
  }
  .information-contact .title_ct h3 {
    width: 100%;
  }
  .list_product .special-product,
  .list_produc .title_special,
  .list_product .title_bestseller,
  .list_product .title_featured,
  .list_product .title_latest,
  .list_product .title_special {
    font-size: 14px;
  }
  .list_product .special-product span,
  .list_produc .title_special span,
  .list_product .title_bestseller span,
  .list_product .title_featured span,
  .list_product .title_latest span,
  .list_product .title_special span {
    padding: 15px 7px;
  }
  .show-in-tab-mod {
    margin-top: 0;
  }
  .module_product .show-in-tab {
    width: 100%;
  }
  .module_product .show-in-tab .nav-tabs {
    padding-left: 0;
    border-left: 1px #e5e5e5 solid;
  }
  .module_product .title {
    position: relative;
    width: 100%;
  }
  #language img {
    transform: translateY(-10%);
  }
  .information-contact .title_ct {
    width: 35%;
  }
  .hotline {
    text-align: center;
    display: inherit;
  }
  #main-menu .navbar-nav > li > a {
    padding: 16px 10px 16px 10px;
  }
  .open-search-popup {
    position: absolute;
    right: 30px;
    top: 15px;
  }
  .open-search-popup .fa {
    font-size: 15px;
    color: #333333;
  }
  #search {
    border: 1px #ebebeb solid;
    background: #fff;
    padding: 18px;
    position: absolute;
    top: 52px;
    padding: 0;
    right: 15px;
    width: 345px;
    display: none;
  }
  #search .form-control {
    width: 80%;
    height: 50px;
  }
  #search button {
    width: 100%;
  }
  #search .input-group-btn {
    line-height: 55px;
  }
  #top-links {
    padding-top: 0;
    float: none !important;
    text-align: center;
  }
  .sidebar-navigation .cate_panel a,
  .sidebar-navigation .title a,
  .vertical-name .cate_panel a,
  .vertical-name .title a {
    font-size: 14px;
  }
  .showtag_right .show-in-tab-mod {
    margin-top: 40px;
  }
  .subscribe p {
    margin: 0px 0px 10px 0px;
  }
  .list_product .product-thumb .image {
    float: none;
  }
  #column-right .list_product .product-thumb .image,
  #column-left .list_product .product-thumb .image {
    width: 100%;
  }
  #column-right .product-thumb .caption .price,
  #column-left .product-thumb .caption .price {
    font-size: 14px;
  }
  #column-right .fa-stack,
  #column-left .fa-stack,
  #column-right .fa-star,
  #column-left .fa-star {
    font-size: 12px;
  }
  #logo {
    margin: 10px 0 10px 0;
  }
  #header {
    padding-top: 10px;
  }
  #cart {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 2860px) {
  .menu-button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .product-thumb .button-group button {
    float: none;
  }
  #main-menu .navbar-nav > li {
    border-right: none;
  }
  footer .vertical-name .navbar-nav {
    margin-top: 20px;
  }
  .alert.alert-success {
    z-index: 9999;
    position: absolute;
    width: 100%;
  }
  .product-ms .alert.alert-success {
    position: inherit;
  }
  .bank .item-content {
    margin-bottom: 20px;
  }
  .product_latest .owl-buttons,
  .product_bestseller .owl-buttons,
  .product_featured .owl-buttons,
  .product_special .owl-buttons,
  .show-in-tab-mod .owl-buttons {
    display: none;
  }
  .show-in-tab-mod .tab-content {
    padding-bottom: 0;
  }
  .banner_collection,
  .bt-block-home-bg {
    margin-top: 0;
  }
  .show-in-tab > .nav-tabs > li > a {
    font-size: 16px !important;
  }
  h3 {
    font-size: 16px;
  }
  .ship {
    width: 70%;
    margin: 0 auto;
  }
  .ship .item-description {
    font-size: 16px;
  }
  .ship .item-content {
    clear: both;
    padding: 10px 0;
  }
  #logo {
    margin-bottom: 10px;
  }
  #language .btn-link {
    font-size: 14px;
    margin-bottom: 3px;
    text-transform: uppercase;
  }
  #top {
    background: #f8f8f8;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
  }
  #top #language span,
  #top #top-links {
    text-align: center;
    float: none !important;
    font-size: 14px;
    font-family: 'utm_swiss';
    font-weight: bold;
    text-transform: uppercase;
  }
  #top #language span > ul > li:hover,
  #top #top-links > ul > li:hover {
    background: transparent;
  }
  #top .list-inline {
    line-height: 35px;
  }
  #top .list-inline .checkout {
    background-color: transparent !important;
  }
  #top .list-inline > li:before {
    display: none;
  }
  #top .btn-link,
  #top a {
    color: #252525;
  }
  #header {
    padding-bottom: 0;
    padding-top: 0;
  }
  #header .col-md-3,
  #header .col-md-2 {
    padding: 0;
  }
  .menu-footer {
    padding: 30px 0 0px 0;
  }
  .menu-footer .navbar-nav {
    padding-bottom: 30px;
  }
  .menu-footer .menu_horizontal .navbar-nav > li > a:before {
    top: 14px;
  }
  #cart {
    margin-bottom: 0;
    background: #f8f8f8;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #cart > .btn {
    text-align: center;
  }
  #cart #cart-total {
    float: none;
    margin-right: 0;
  }
  #cart br {
    display: none;
  }
  #cart .cart_item {
    display: none;
  }
  .zoomWrapper img {
    position: inherit !important;
    border: 1px #d9d9d9 solid;
  }
  .menu-footer .navbar-collapse {
    border-color: transparent;
  }
  .menu-footer .navbar-header .navbar-toggle {
    padding: 0;
    margin: 0;
  }
  .menu-footer .nav > li {
    float: left;
  }
  .sub-menu {
    position: inherit;
    width: 100%;
    left: inherit;
    box-shadow: none;
    border: none;
  }
  #main-menu .navbar-nav > li {
    clear: both;
  }
  .menu-footer .navbar-toggle .icon-bar,
  .vertical_footer .btn-open-mobile {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 999;
  }
  .menu-footer .navbar-toggle .icon-bar:before,
  .vertical_footer .btn-open-mobile:before {
    content: "\f067";
    font-size: 12px;
    color: #fff;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 50px;
    width: 50px;
  }
  .menu-footer .navbar-header {
    background: transparent;
  }
  .menu-footer .navbar-toggle .icon-bar {
    top: -38px;
    right: -8px;
    background: transparent;
  }
  .menu-footer .navbar-toggle .icon-bar:nth-child(2),
  .menu-footer .navbar-toggle .icon-bar:nth-child(3) {
    display: none;
  }
  .vertical_footer .btn-open-mobile {
    top: -3px;
    right: -7px;
  }
  #search {
    width: 100%;
    top: 0;
    display: block;
    position: inherit;
    float: none;
    padding: 0;
    background: transparent;
    border: transparent;
  }
  #search button {
    width: auto;
    background: #000;
    padding: 15px;
  }
  #search .input-group-btn {
    text-align: right;
  }
  #search .form-control {
    width: 89%;
    height: 39px;
    margin-top: 8px;
    border-radius: 0;
  }
  .open-search-popup {
    display: none;
  }
  #main-menu {
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 93%;
    background: #000;
    border: none;
    box-shadow: none;
  }
  #main-menu .col-lg-3 {
    padding-right: 0;
  }
  .close-menu {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
    cursor: pointer;
    text-transform: uppercase;
  }
  .close-menu:before,
  .close-menu:after {
    width: 18px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -9px;
    content: "";
    background: #fff;
  }
  .close-menu:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .close-menu:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .toggle-menu-control-open {
    position: absolute;
    display: block;
    width: 50px;
    height: 30px;
    color: transparent !important;
    background-image: url(../images/icon-menu.png);
    background-position: 18px 9px;
    background-repeat: no-repeat;
    float: left;
    padding: 0 5px 0 0px;
    margin-right: 10px;
    left: -5px;
    top: 10px;
    z-index: 999;
  }
  .menu-button {
    font-size: 25px;
    color: #2f2f2f;
    cursor: pointer;
    padding-left: 20px;
    right: 0;
    height: 55px;
    background: #000;
    top: 14px;
  }
  .menu-button .fa {
    display: block;
    font-size: 29px;
    color: #909193;
    line-height: 50px;
  }
  .close-header-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
  }
  #main-menu .navbar-collapse {
    display: block;
    visibility: inherit;
    border: none!important;
    background: #1d1f24;
  }
  #main-menu .navbar-collapse .navbar-nav > li > a {
    color: #fff;
    padding-left: 30px;
    background: url(../images/bg_shadow_menu_phone.png) left top repeat-x;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
  }
  #main-menu .navbar-toggle {
    display: none;
  }
  #main-menu .menu_horizontal {
    float: left;
    padding: 0;
    margin: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 290px;
    background: #272727;
    height: 100%;
    border: none;
    z-index: 999;
    transform: translateX(-290px);
    -moz-transform: translateX(-290px);
    -webkit-transform: translateX(-290px);
    -ms-transform: translateX(-290px);
  }
  .opened-menu .navbar-inverse {
    transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
  }
  .sidebar-navigation {
    display: none;
  }
  .ul-mega-menu-child3 {
    margin-left: 25px;
  }
  .dropdown-header-ms {
    border-right: none;
    float: none;
    width: auto;
    padding: 0;
    border: none;
    position: relative;
    overflow: hidden;
  }
  .product-compare .description {
    white-space: inherit !important;
  }
  .navbar-nav .open .sub-menu > li > a {
    line-height: 45px;
    border: none;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
  }
  .zoomContainer {
    display: none!important;
  }
  .page-selector .shop-grid-controls {
    margin-right: 0;
  }
  .main-menu .multi-level {
    position: inherit;
    display: none;
    visibility: inherit;
    top: 0;
    left: 0;
    background-color: #f8f8f8;
    box-shadow: none;
    border: none;
    width: 100%;
    transition: inherit;
  }
  .main-menu .multi-level .down-mega-child2,
  .main-menu .multi-level .down-mega-child3,
  .main-menu .multi-level .down-mega-child4 {
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    padding-left: 40px;
    line-height: 35px !important;
  }
  .chili,
  .copyright {
    text-align: center;
  }
  footer .vertical-name .title {
    margin-bottom: 0;
  }
  footer .vertical-name .navbar-nav {
    padding-left: 20px;
    margin-bottom: 0px;
  }
  .navbar-inverse .navbar-toggle,
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:focus,
  .navbar-inverse .navbar-nav > .open > a:hover,
  #main-menu .navbar-nav > li > a.open,
  #main-menu .navbar-nav > li > a:focus,
  #main-menu .navbar-nav > li > a:hover {
    border-bottom: none;
    background-color: transparent;
  }
  .ul-mega-menu-child {
    padding: 0;
  }
  .ul-mega-menu-child > li {
    float: left;
    width: 100%;
    border-top: 1px solid#ddd;
    line-height: 50px;
  }
  .ul-mega-menu-child > li > a {
    padding-left: 50px;
  }
  #main-menu .navbar-nav {
    text-align: left;
    margin-top: 0;
    background: url(../images/bg_shadow_menu_phone.png) left bottom repeat-x;
  }
  #main-menu .navbar {
    background-color: #1d1f24;
  }
  .navbar-header {
    background-color: #323a45;
    border-radius: 5px;
  }
  .fa-chevron-down {
    top: 10px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border: 1px solid #fff;
  }
  .fa-chevron-down:before {
    width: 10px;
    height: 2px;
    background: #878787;
    position: absolute;
    left: 52%;
    top: 47%;
    margin-top: -1px;
    margin-left: -6px;
    content: "";
  }
  .fa-chevron-down:after {
    width: 2px;
    height: 10px;
    background: #878787;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -1px;
    content: "";
  }
  .img-menu-mega,
  .imgage_mega {
    display: none;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #f8f8f8;
  }
  .navbar-nav .open .dropdown-menu > li {
    border-top: 1px solid#ddd;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    text-transform: uppercase;
  }
  .dropdown-header-ms .table-mega-child-2 {
    display: block;
    margin: 0;
    font-size: 12px;
    padding: 15px 45px 15px 40px!important;
  }
  .ul-mega-menu-child {
    display: none;
  }
  .navbar-inverse .caret {
    width: 43px;
    height: 43px;
    position: absolute;
    top: 7px;
    right: 2px;
    cursor: pointer;
    border: none;
    z-index: 99;
    display: block;
  }
  .navbar-inverse .caret:before {
    width: 10px;
    height: 2px;
    background: #878787 none repeat scroll 0 0;
    position: absolute;
    left: 52%;
    top: 48%;
    margin-top: -1px;
    margin-left: -6px;
    content: "";
  }
  .navbar-inverse .caret:after {
    width: 2px;
    height: 10px;
    background: #878787 none repeat scroll 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -1px;
    content: "";
  }
  .zoomWrapper img {
    width: 100% !important;
  }
  .form-element input {
    margin: 0 auto;
  }
  #language {
    float: none;
  }
  .top .col-sm-6 {
    text-align: center;
  }
  #logo img {
    text-align: center;
    margin: 0 auto;
  }
  #header .col-xs-12 {
    text-align: center;
  }
}
@media screen and (max-width: 568px) {
  .breadcrumb-wrapper .page-title {
    font-size: 22px;
  }
  .subscribe-header .input-group {
    position: relative;
    display: block;
  }
  .subscribe-header .input-group-addon {
    border-left: 1px solid #fff;
    border-top: none;
  }
  .subscribe-header button {
    padding: 15px 50px;
  }
  #newsletter-bg .subscribe-header .form-control {
    border-right: 1px solid #fff;
  }
  .information-contact .title_ct {
    width: 100%;
  }
}
.single-pro-thumb .owl-item img {
  padding: 0 5px;
}
@media screen and (max-width: 480px) {
  #search .form-control {
    width: 85%;
  }
  #cart {
    width: 100%;
  }
  #top {
    position: inherit;
  }
  #top .list-inline {
    text-align: center;
  }
}
@media screen and (max-width: 448px) {
  #cart {
    float: inherit;
  }
}
@media screen and (max-width: 430px) {
  .showtag_right .title {
    font-size: 18px;
  }
  .showtag_right .show-in-tab > .nav-tabs > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .menu-footer .nav > li {
    float: none;
    text-align: center;
  }
  .menu-footer .nav > li > a:before {
    display: none;
  }
  .banner_collection,
  .bt-block-home-bg {
    background-attachment: inherit;
  }
  .input-group-addon {
    padding-left: 0;
  }
  .input-group-addon button {
    padding: 15px 7px;
    font-size: 14px;
  }
  .showtag_right .title:after {
    top: 28px;
  }
  .showtag_right .title {
    position: relative;
  }
  .showtag_right .show-in-tab-mod .nav-tabs > li {
    width: 100%;
  }
  .showtag_right .show-in-tab-mod {
    margin-top: 0;
  }
  .showtag_right .title h3 {
    padding: 0;
  }
  .show-in-tab-mod .nav-tabs li:after {
    display: none;
  }
  #logo img {
    width: 70%;
  }
}
@media screen and (max-width: 357px) {
  .show-in-tab > .nav-tabs > li {
    width: 100%;
  }
  .show-in-tab > .nav-tabs > li > a {
    width: 100%;
  }
  #main-menu {
    width: 90%;
  }
  #search .form-control {
    width: 84%;
  }
}
@media screen and (max-width: 344px) {
  #search .form-control {
    width: 80%;
  }
}
@media screen and (max-width: 342px) {
  .subscribe p {
    font-size: 15px;
  }
  .form-element button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 330px) {
  .container {
    width: 100%;
  }
}
.categories-side {
  text-align: left;
}
.sidebar-title {
  font-size: 18px;
  line-height: 50px;
  padding: 0 0 0 20px;
  position: relative;
  padding-top: 0;
  margin-top: 0;
  text-transform: uppercase;
}
#menu_categfory {
  padding: 10px 0;
  padding-top: 0;
  /*    .expandable {
        >.sub-menu {
            display: block !important;
        }
    }*/
}
#menu_categfory ul,
#menu_categfory li {
  list-style: none;
}
#menu_categfory li {
  position: relative;
  line-height: 38px;
}
@media (min-width: 767px) and (max-width: 1024px) {
  #menu_categfory li {
    line-height: 25px;
    margin-bottom: 10px;
  }
}
#menu_categfory li a {
  padding-left: 20px;
  padding-right: 40px;
  display: block;
  text-transform: capitalize;
  font-size: 14px;
}
#menu_categfory ul.label2 li a {
  padding-left: 45px;
  background-position: 25px 15px;
}
#menu_categfory ul.label3 li a {
  padding-left: 55px;
  background-position: 40px 14px;
  font-size: 12px;
}
#menu_categfory ul.label4 li a {
  padding-left: 65px;
  background-position: 48px 14px;
  font-size: 12px;
}
#menu_categfory ul > li > a.active {
  font-weight: bold;
}
li.selected a {
  position: relative;
}
.icons {
  background: rgba(0, 0, 0, 0) url("../images/vertical_li.png") no-repeat scroll 0 0;
  cursor: pointer;
  background-position: 14px -9px;
  height: 36px;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
}
#menu_categfory li.selected > .icons {
  background-position: 14px -43px;
}
#menu_categfory li ul {
  padding-left: 0;
}
@media (min-width: 767px) and (max-width: 1199px) {
  #menu_categfory li a {
    font-size: 13px;
  }
}
.product-thumb .button-group button:nth-child(1){
  display: none;
}
#product .push_button{
  display: none;
}
#product .numbers-row{
  display: none;
}
.product-compare .table-responsive .btn.btn-primary.btn-block{
  display: none;
}
.btn-group .hidden-md.text-language{
  display: none;
}