body {
  font: 12px/1.5 'Arial', 'Microsoft YaHei', 'sans-serif';
  font-weight: 400;
  color: #666;
  width: 100%;
}

.container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-20 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-20 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-20 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-20 {
    width: 20%;
    float: left;
  }
}
legend {
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid;
  border-radius: 0;
  height: 30px;
  padding: 0 10px;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ddd;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

.input-group .form-control {
  z-index: 0;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

div.required .control-label:before {
  content: '* ';
  color: #f00;
  font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu {
  border-radius: 0;
}

.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

.alert-info {
  color: #333;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.well {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.nav-tabs {
  margin-top: 15px;
  border-top: 2px solid #999;
  border-right: 1px solid rgba(45,45,45,0.98);
  border-bottom: 1px solid #dedfde;
  border-left: 1px solid rgba(45,45,45,0.98);
  background-color: #F7F7F7;
}
.nav-tabs li a {
  padding: 8px 15px;
  border-radius: 0;
  font-size: 14px;
  color: #666;
}
.nav-tabs li a:hover {
  border-radius: 0;
}
.nav-tabs li.active > a, .nav-tabs li.active > a:focus, .nav-tabs li.active > a:hover {
  margin-top: -5px;
  margin-left: -1px;
  height: 43px;
  line-height: 24px;
  border-radius: 0;
  border-top: 2px solid #e2373a;
  border-bottom: none;
}

.tab-content {
  padding: 10px;
  border-top: none;
  /* border-right: 1px solid #dedfde; */
  /* border-bottom: 1px solid #dedfde; */
  /* border-left: 1px solid #dedfde; */
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 19px;
}

h3 {
  font-size: 17px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a, a:visited, .btn-link {
  color: #666;
}

a:hover, a:active, a:focus {
  color: #c81623;
  outline: 0;
  text-decoration: none;
}

.fa {
  font-size: 14px;
}

.breadcrumb {
  margin: 0;
  padding: 20px 0;
  background-color: transparent;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.breadcrumb li + li:before {
  content: '/';
  padding: 0 5px;
  color: #ccc;
}

#content {
  min-height: 300px;
}

.alert {
  padding: 8px 14px 8px 14px;
  border-radius: 0;
}

.img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.buttons {
  margin: 1em 0;
  overflow: hidden;
}

.btn {
  padding: 5.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
}
.btn:focus {
  outline: 0 !important;
  background-color: #c81623;
  border-color: #c81623;
}

.btn-default, a.btn-default {
  color: #c81623;
  background-color: #f1f1f1;
  border-color: #ddd;
}

.btn-default.active, .open > .dropdown-toggle.btn-default, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover {
  color: #fff;
  background-color: #b1191a;
  border-color: #b1191a;
}

.btn-primary, a.btn-primary {
  color: #fff;
  background-color: #b1191a;
  border-color: #b1191a;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #9d0506;
  border-color: #9d0506;
}

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(45,45,45,0.98);
  border-color: rgba(45,45,45,0.98);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #fff;
  background-color: #958459;
  border-color: #958459;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #b1191a;
  border-color: #b1191a;
}

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(45,45,45,0.98);
  border-color: rgba(45,45,45,0.98);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info, a.btn-info {
  color: #fff;
  text-shadow: none;
  background-color: rgba(45,45,45,0.98);
  border-color: rgba(45,45,45,0.98);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled], a.btn-info:hover, a.btn-info:active, a.btn-info.active, a.btn-info.disabled, a.btn-info[disabled] {
  background-image: none;
  color: #fff;
  background-color: #c81623;
  border-color: #c81623;
}
.btn-info i, a.btn-info i {
  color: #fff;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px;
}

.btn-group > .btn-xs {
  font-size: 9px;
}

.btn-group > .btn-sm {
  font-size: 10.2px;
}

.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 0;
}

#top {
  line-height: 34px;
  font-size: 12px;
  z-index: 9999;
}
#top a {
  display: block;
  padding: 0 5px;
}
#top a:hover {
  color: #666;
  background-color: #fff;
}
#top .btn-group {
  vertical-align: top;
}
#top .btn-group:hover .btn {
  background-color: #fff;
  color: #666;
}
#top .btn-group:hover .dropdown-menu {
  display: block;
}
#top button {
  padding: 8.5px 12px;
  text-align: left;
  border: none;
}
#top button:hover, #top button:active, #top button:focus {
  text-decoration: none;
  background-color: #fff;
  color: #666;
}
#top .dropdown-menu {
  margin: 0;
  padding: 0;
  background-color: rgba(45,45,45,0.7);
  color: #fff;
}
#top .dropdown-menu button, #top .dropdown-menu a {
  margin: 0;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
#top .dropdown-menu button:hover, #top .dropdown-menu a:hover {
  background-image: none;
  text-decoration: none;
}
#top .dropdown.open > a {
  background-image: none;
  text-decoration: none;
}
#top ul li {
  padding-right: 0;
}

#top-links ul {
  margin-bottom: 0;
}
#top-links ul li:hover {
  color: #666;
  background-color: #fff;
}
#top-links .dropdown:hover .dropdown-menu {
  display: block;
}

.header-top-image-banner .top-image-banner-remove {
  position: absolute;
  right: 20px;
  top: 5px;
  display: block;
  width: 19px;
  height: 19px;
  background: url(../image/delete-group.png) 0px 0px no-repeat;
}
.header-top-image-banner .top-image-banner-remove:hover {
  background: url(../image/delete-group.png) 0px -19px no-repeat;
}

header {
  padding-top: 10px;
}

#logo {
  margin: 0 0 5px 0;
  text-align: center;
}
#logo a {
  display: inline-block;
  margin-right: 25px;
}

#search {
  margin-bottom: 10px;
}
#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 0;
  border-right: none !important;
  border: 2px solid #c81623;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  text-shadow: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  background-color: #c81623;
  border: 1px solid #c81623;
}
#search .btn-lg:hover {
  background-color: #a40000;
  border-color: #a40000;
}

#cart {
  margin-bottom: 0;
}
#cart:hover .dropdown-menu {
  display: block;
}
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  background-image: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
}
#cart:hover > .btn, #cart.open > .btn {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  color: #666;
  background-color: #fff;
  border: 1px solid #a40000;
  border-radius: 2px 2px 0 0;
  border-bottom: none;
  z-index: 3;
}
#cart .dropdown-menu {
  background-color: #fff;
  border: 1px solid #a40000;
  z-index: 1001;
  min-width: 290px;
  margin: 0;
  margin-top: -1px;
  padding: 5px 5px;
  z-index: 3;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu li > p {
  font-style: italic;
  margin: 20px 0;
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
  border-color: #fff;
}
#cart .dropdown-menu table.cart-product-list {
  width: 300px;
}
#cart .dropdown-menu table.cart-product-list .cart-product-thumb {
  width: 80px;
}
#cart .dropdown-menu table tr {
  background-color: #fff;
}
#cart .dropdown-menu table td {
  padding: 4px;
  border-color: #fff;
}
#cart .dropdown-menu table td a {
  color: #666;
}
#cart .dropdown-menu table td a:hover {
  color: #c81623;
}
#cart .dropdown-menu table li div {
  min-width: 427px;
  padding: 0 10px;
}
@media (max-width: 478px) {
  #cart .dropdown-menu table li div {
    min-width: 100%;
  }
}
#cart .dropdown-menu table li p {
  margin: 20px 0;
}
#cart .dropdown-menu table li .img-thumbnail {
  border: none;
  border-radius: 0;
}
#cart .dropdown-menu .total {
  clear: both;
  overflow: hidden;
}
#cart .dropdown-menu .total table {
  display: inline;
  float: right;
  width: auto;
}
#cart .dropdown-menu .total table td {
  min-width: 80px;
}

.box-vertical-megamenu {
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 999;
}
.box-vertical-megamenu.default-display {
  cursor: pointer;
}
.box-vertical-megamenu.default-display .vertical-menu-content {
  display: block;
}
@media (max-width: 1200px) and (min-width: 993px) {
  .box-vertical-megamenu.default-display .vertical-menu-content {
    display: none;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .box-vertical-megamenu.default-display .vertical-menu-content {
    display: none;
    min-width: 240px;
  }
}
@media (max-width: 1200px) and (min-width: 993px) {
  .box-vertical-megamenu.default-display:hover .vertical-menu-content {
    display: block;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .box-vertical-megamenu.default-display:hover .vertical-menu-content {
    display: block;
  }
}
.box-vertical-megamenu.default-hide {
  cursor: pointer;
}
.box-vertical-megamenu.default-hide:hover .vertical-menu-content {
  display: block;
}
.box-vertical-megamenu > .title {
  margin: 0;
  overflow: hidden;
  height: 42px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #b1191a;
  border-bottom: 2px solid #b1191a;
  color: #fff;
}
.box-vertical-megamenu > .title .btn-open-mobile > .fa {
  line-height: inherit;
}
.box-vertical-megamenu .vertical-menu-content {
  display: none;
  background: #c81623;
  border-left: 1px solid #b1191a;
  border-right: 1px solid #b1191a;
  border-bottom: 1px solid #b1191a;
}
@media (max-width: 992px) and (min-width: 768px) {
  .box-vertical-megamenu .vertical-menu-content {
    display: none;
    min-width: 240px;
  }
}
.box-vertical-megamenu .vertical-menu-content > ul > li.parent > a:before {
  right: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  top: 5px;
  color: #fff;
}
.box-vertical-megamenu .vertical-menu-content > ul > li.parent:hover > a:before {
  color: #fff;
}
.box-vertical-megamenu .vertical-menu-content > ul > li > a:hover {
  color: #fff;
}
.box-vertical-megamenu .vertical-menu-content > ul > li img.icon-menu {
  vertical-align: middle;
  padding-right: 15px;
}
.box-vertical-megamenu .vertical-menu-content > ul > li:hover .vertical-dropdown-menu {
  display: block;
  height: auto;
}
.box-vertical-megamenu .vertical-menu-list {
  float: none;
  position: relative;
  padding: 0px;
  margin-bottom: 0;
}
.box-vertical-megamenu .vertical-menu-list > li {
  border: none;
  padding: 0 20px;
  display: block;
  position: static;
}
.box-vertical-megamenu .vertical-menu-list > li:hover {
  background-color: #a00000;
}
.box-vertical-megamenu .vertical-menu-list > li:hover > a {
  border-bottom-color: transparent;
  color: #fff;
}
.box-vertical-megamenu .vertical-menu-list > li > a {
  display: block;
  position: relative;
  border: none;
  padding: 5px 0;
  line-height: 26px;
  font-size: 14px;
  border-bottom: none;
  color: #fff;
}
.box-vertical-megamenu .vertical-menu-list > li > a:hover {
  color: #fff;
}
.box-vertical-megamenu .vertical-menu-list > li:last-child > a {
  border: none;
}

.vertical-dropdown-menu {
  position: absolute;
  top: -1px;
  left: 100%;
  margin-left: 0px;
  z-index: 900;
  display: none;
  min-width: 200px;
  min-height: 100px;
  background: #fff;
  border: 1px solid #c81623;
}

.vertical-dropdown-menu-inner {
  padding: 15px;
}
.vertical-dropdown-menu-inner .simple-link {
  display: block;
  padding: 5px 10px;
}

.megamenu-group > .title {
  display: table;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
  font-size: 14px;
  font-weight: bold;
}
.megamenu-group > .title > a {
  line-height: 22px;
}
.megamenu-group > .title span {
  padding-bottom: 10px;
  border-bottom: 1px solid #ff3366;
  float: left;
  margin-bottom: -6px;
  border-color: rgba(45,45,45,0.98);
}
.megamenu-group .default-link-list {
  padding-left: 15px;
}
.megamenu-group .default-link-list li {
  line-height: 24px;
}
.megamenu-group .default-link-list li span {
  color: rgba(45,45,45,0.98);
}
.megamenu-group .brand-grid {
  overflow: hidden;
}
.megamenu-group .brand-grid li {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
}
.megamenu-group .brand-grid li a {
  display: block;
  overflow: hidden;
  margin: 2px;
  padding: 2px;
  border: 1px solid #E8E8E8;
}
.megamenu-group .brand-grid li a:hover {
  border: 1px solid #c81623;
}
.megamenu-group .product-grid li {
  width: 48%;
  margin: 1%;
  padding: 1%;
  float: left;
  text-align: center;
  border: 1px solid #E8E8E8;
}
.megamenu-group .product-grid li:hover {
  border: 1px solid #c81623;
}
.megamenu-group .product-grid li span {
  display: block;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.megamenu-group .product-grid .price {
  font-size: 14px;
  font-weight: bold;
  color: #c81623;
}
.megamenu-group .html-block .html-text {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}
.megamenu-group .simple-link {
  display: block;
  line-height: 30px;
}

.nav-top-menu {
  border-bottom: 2px solid #333;
}
@media (max-width: 767px) {
  .nav-top-menu {
    background-color: #333;
  }
}

#main-menu {
  padding: 0;
  margin-left: -15px;
}
@media (max-width: 767px) {
  #main-menu {
    margin-left: 0;
  }
}
#main-menu .navbar {
  border-radius: 0;
  border: none;
  margin: 0;
  background: none;
  min-height: 40px;
}
@media (max-width: 767px) {
  #main-menu .navbar {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  #main-menu .navbar .navbar-nav {
    margin: 7.5px -15px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #main-menu .navbar .navbar-nav li {
    display: block;
    margin: 5px 0;
  }
}
#main-menu .navbar .navbar-nav li:hover, #main-menu .navbar .navbar-nav li.active {
  background-image: none;
  background: transparent;
}
@media (max-width: 767px) {
  #main-menu .navbar .navbar-nav li:hover, #main-menu .navbar .navbar-nav li.active {
    background-color: transparent !important;
  }
}
#main-menu .navbar .navbar-nav li:hover a, #main-menu .navbar .navbar-nav li.active a {
  background: none;
}
#main-menu .navbar .navbar-nav li:hover .dropdown-menu {
  display: block;
  margin-top: 1px;
}
#main-menu .navbar .navbar-nav li a {
  padding: 0;
  padding: 0 20px;
  line-height: 40px;
  background: transparent;
}
@media (max-width: 767px) {
  #main-menu .navbar-default .navbar-toggle {
    color: #fff;
    border: none;
    padding: 0;
    margin-top: 12px;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  #main-menu .navbar-default .navbar-toggle:hover, #main-menu .navbar-default .navbar-toggle:active, #main-menu .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
}
#main-menu .navbar-default .navbar-nav > li > a {
  font-size: 14px;
  border-right: none;
}
@media (max-width: 767px) {
  #main-menu .navbar-default .navbar-nav > li > a {
    margin: 0;
  }
}
#main-menu .navbar-default .navbar-nav > li > a span {
  color: #333;
}
#main-menu .navbar-default .navbar-nav > li > a span:hover {
  color: #c81623;
}
@media (max-width: 767px) {
  #main-menu .navbar-default .navbar-nav > li > a span {
    background: none;
    color: #666;
  }
}
#main-menu .container-fluid {
  padding: 0;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  #main-menu .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#main-menu .container-fluid #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}
#main-menu .container-fluid .navbar-header {
  display: none;
}
@media (max-width: 767px) {
  #main-menu .container-fluid .navbar-header {
    display: block;
    margin: 0;
  }
}
#main-menu .container-fluid .navbar-collapse {
  padding: 0;
}
@media (max-width: 767px) {
  #main-menu .container-fluid .navbar-collapse {
    margin-right: -15px;
    padding: 0 15px;
    background: #eee;
  }
}
#main-menu .nav, #main-menu .collapse, #main-menu .dropup, #main-menu .dropdown {
  position: static;
  height: 40px;
}
@media (max-width: 767px) {
  #main-menu .nav, #main-menu .collapse, #main-menu .dropup, #main-menu .dropdown {
    height: auto;
  }
}
#main-menu li.dropdown > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px;
  vertical-align: 0;
  padding-left: 5px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main-menu .dropdown-menu {
  display: none;
  left: auto;
}

.home-slider {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home-slider {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .home-slider .slider-left {
    display: none;
  }
}
.home-slider .slider-wrapper {
  margin-left: -15px;
  padding: 0;
}
.home-slider .slider-wrapper.with-side .slider-content {
  width: 74%;
  float: left;
}
@media (max-width: 767px) {
  .home-slider .slider-wrapper.with-side .slider-content {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .home-slider .slider-wrapper {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
.home-slider .slider-wrapper .slider-right {
  width: 26%;
  float: right;
}
@media (max-width: 767px) {
  .home-slider .slider-wrapper .slider-right {
    display: none;
  }
}
.home-slider .slider-wrapper .slider-right img {
  width: 100%;
  height: auto;
}
.home-slider .owl-nav div {
  cursor: pointer;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 46px;
  z-index: 9999;
  text-indent: 0px !important;
  font-size: 15px;
  text-align: center;
  line-height: 46px;
  padding-top: 0px;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.home-slider .owl-nav div:hover {
  opacity: 0.7 !important;
}
.home-slider .owl-nav .owl-prev {
  left: 0;
}
.home-slider .owl-nav .owl-next {
  right: 0;
}
.home-slider .owl-dots {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
.home-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.home-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  display: block;
  border-radius: 30px;
  background-color: #fff;
}
.home-slider .owl-dots .owl-dot.active span {
  background-color: #c81623;
}

.page-heading {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  background-color: transparent;
  border-bottom: 1px solid #eaeaea;
  font-size: 18px;
  line-height: 28px;
}
.page-heading .page-heading-title {
  padding: 8px 16px 8px 0;
  border-bottom: 2px solid #c81623;
}

.list-group a {
  border: 1px solid #ddd;
  color: #888;
  padding: 6px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444;
  background: #eee;
  border: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff;
}

.sidebar-widget {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.sidebar-widget .sidebar-widget-title {
  padding: 8px 10px;
  /* border-bottom: 1px solid #ddd; */
  background-color: #eee;
  color: #444;
  /* text-shadow: 0 1px 0 #fff; */
  font-size: 14px;
  /* font-weight: bold; */
}

.owl-carousel .owl-item {
  z-index: 1;
}
.owl-carousel.nav-square .owl-nav > div {
  border-radius: 0px;
  cursor: pointer;
}
.owl-carousel.nav-round .owl-nav > div {
  border-radius: 30px;
  cursor: pointer;
}
.owl-carousel.nav-top-right .owl-nav div {
  position: absolute;
  top: -43px;
  right: 0;
  width: 25px;
  height: 25px;
  z-index: 1500;
  font-size: 15px;
  text-align: center;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  background-color: #eaeaea;
  color: #fff;
}
.owl-carousel.nav-top-right .owl-nav div:hover {
  opacity: 0.7 !important;
}
.owl-carousel.nav-top-right .owl-nav .owl-prev {
  right: 28px;
}
.owl-carousel.nav-two-side .owl-nav div {
  top: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  z-index: 1500;
  text-indent: 0px !important;
  font-size: 15px;
  text-align: center;
  padding-top: 0px;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #eaeaea;
  color: #fff;
}
.owl-carousel.nav-two-side .owl-nav div:hover {
  opacity: 0.7 !important;
  cursor: pointer;
}
.owl-carousel.nav-two-side .owl-nav .owl-prev {
  left: 50%;
}
.owl-carousel.nav-two-side .owl-nav .owl-next {
  right: 50%;
}
.owl-carousel.nav-two-side:hover .owl-nav div {
  opacity: 1;
  visibility: inherit;
  display: block;
}
.owl-carousel.nav-two-side:hover .owl-nav .owl-next {
  right: 10px;
}
.owl-carousel.nav-two-side:hover .owl-nav .owl-prev {
  left: 10px;
}
.owl-carousel .owl-pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.owl-carousel .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-carousel .owl-page span {
  width: 10px;
  height: 10px;
  margin: 5px;
  display: block;
  border-radius: 30px;
}

.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

.product-layout {
  margin-bottom: 20px;
}

.product-list .product-item-wrapper {
  clear: both;
  overflow: hidden;
}
.product-list .product-item-wrapper .product-thumbnail {
  width: 200px;
  float: left;
  margin-right: 15px;
  padding: 10px;
  position: relative;
}
.product-list .product-item-wrapper .product-details {
  margin-left: 215px;
  text-align: left;
  padding: 10px;
  position: relative;
}
.product-list .product-item-wrapper .product-details .description {
  display: block;
}
.product-list .product-item-wrapper .product-details .description a {
  font-size: 14px;
  font-weight: bold;
}

.add-to-cart {
  margin-bottom: 10px;
}

.product-list .add-to-cart {
  width: 130px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

.panel-group .panel {
  background-color: #f7f7f7;
  border-radius: 0;
}

.refine-search {
  display: block;
  margin: 0;
  padding: 20px 0;
  clear: both;
}
.refine-search .refine-search-title {
  float: left;
  padding-right: 20px;
  font-size: 16px;
}
.refine-search .refine-search-list {
  float: left;
}
.refine-search .refine-search-list li {
  float: left;
  padding-left: 10px;
  margin-right: 30px;
  position: relative;
}
.refine-search .refine-search-list li:before {
  content: " ";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 40%;
  left: 0;
  background-color: #c81623;
}

.product-item-wrapper {
  border: 1px solid #ffffff;
}
.product-item-wrapper:hover {
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 2px 2px #f8f8f8;
  -moz-box-shadow: 0 2px 2px #f8f8f8;
  box-shadow: 0 2px 2px #f8f8f8;
}
.product-item-wrapper .product-thumbnail {
  padding: 10px;
  position: relative;
  text-align: center;
}
.product-item-wrapper .product-thumbnail a {
  display: block;
}
.product-item-wrapper .product-thumbnail a img {
  display: inline;
}
@media (max-width: 1200px) and (min-width: 993px) {
  .product-item-wrapper .product-thumbnail {
    padding: 1px 5px;
  }
}
.product-item-wrapper .product-thumbnail .discount-label {
  position: absolute;
  z-index: 99;
  width: 40px;
  line-height: 26px;
  top: 5px;
  right: 5px;
  background-color: #c81623;
  color: #fff;
  text-align: center;
}
.product-item-wrapper .product-details {
  padding: 0 10px;
  margin-top: 0px;
  text-align: center;
}
.product-item-wrapper .product-details a {
  display: block;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
}
@media (max-width: 1200px) and (min-width: 993px) {
  .product-item-wrapper .product-details {
    margin-top: 1px;
  }
}
.product-item-wrapper .product-details .title {
  display: block;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
}
.product-item-wrapper .product-details .description {
  display: none;
}
.product-item-wrapper .product-details .price {
  margin: 3px 0 2px 0;
  color: #b51d1a;
}
.product-item-wrapper .product-details .price span {
  font-size: 18px;
}
.product-item-wrapper .product-details .price .price-old {
  color: #999;
  font-weight: normal;
  font-size: 12px;
  text-decoration: line-through;
  margin-left: 5px;
}
.product-item-wrapper .product-details .price .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.rating .fa-stack {
  font-size: 8px;
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.rating .fa-star {
  color: #58e817;
  font-size: 12px;
}
.rating .fa-star.off {
  color: #e1e1e1;
  font-size: 12px;
}

.product-filter {
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.product-filter button {
  line-height: 32px;
  border: none;
  background-color: transparent;
  color: #bbb;
  outline: 0;
}
.product-filter a, .product-filter label {
  line-height: 32px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-filter .text-right {
    text-align: left;
  }
}

.pagination {
  margin: 0;
}
.pagination li a, .pagination li span {
  color: #999;
  border-color: #eaeaea;
}
.pagination li a:hover, .pagination li span:hover {
  color: #fff;
  background-color: #c81623;
  border-color: #c81623;
}
.pagination li.active > a, .pagination li.active > span {
  border-radius: 0;
  color: #fff;
  border-color: #c81623;
  background-color: #c81623;
}
.pagination li.active > a:hover, .pagination li.active > span:hover {
  background-color: #c81623;
  border-color: #c81623;
}
.pagination li:first-child > a, .pagination li:first-child > span {
  border-radius: 0;
}
.pagination li:last-child > a, .pagination li:last-child > span {
  border-radius: 0;
}

.product-detail .elevate-zoom-wrapper {
  margin: 10px;
  overflow: hidden;
}
.product-detail .elevate-zoom-preview {
  text-align: center;
}
.product-detail .elevate-zoom-preview a img {
  display: inline-block;
}
.product-detail #product-thumbnail-gallery {
  margin: 10px 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .product-detail #product-thumbnail-gallery {
    text-align: left;
  }
}
.product-detail #product-thumbnail-gallery a {
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #eaeaea;
}
.product-detail #product-thumbnail-gallery a.active {
  border: 1px solid #c81623;
}
.product-detail .wishlist-share {
  text-align: right;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .product-detail .wishlist-share {
    padding: 0;
  }
}
.product-detail .wishlist-share a {
  padding: 0 5px;
  cursor: pointer;
}
.product-detail .wishlist-share a i {
  color: #c81623;
}
.product-detail .product-info h1 {
  margin: 10px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5em;
  color: #c81623;
}
.product-detail .product-info .product-brief-wrapper {
  margin: 0;
  padding: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.product-detail .product-info .product-brief-wrapper li {
  list-style: none;
}
.product-detail .product-info .product-brief-wrapper li span {
  width: 20%;
  display: inline-block;
  font-weight: bold;
}
.product-detail .product-info .product-price-wrapper {
  overflow: hidden;
  margin: 20px 0;
}
.product-detail .product-info .product-price-wrapper span {
  display: inline-block;
}
.product-detail .product-info .product-price-wrapper .price-new {
  margin-right: 10px;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  color: #c81623;
}
.product-detail .product-info .product-price-wrapper .price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #999;
  font-weight: bold;
}
.product-detail .product-info .product-price-wrapper .price-tax {
  display: block;
}
.product-detail .product-info .product-discount-wrapper span {
  display: block;
}
.product-detail .product-info #product .radio, .product-detail .product-info #product .checkbox {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  cursor: pointer;
}
.product-detail .product-info #product .radio input, .product-detail .product-info #product .checkbox input {
  display: none;
}
.product-detail .product-info #product .radio input:checked + span, .product-detail .product-info #product .checkbox input:checked + span {
  border: 1px solid #c81623;
}
.product-detail .product-info #product .radio input:checked + span:after, .product-detail .product-info #product .checkbox input:checked + span:after {
  content: " ";
  background: url("../image/checked.png") no-repeat;
  bottom: 0px;
  height: 17px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  text-indent: -9999em;
  width: 17px;
}
.product-detail .product-info #product .radio span, .product-detail .product-info #product .checkbox span {
  display: block;
  position: relative;
  padding: 4px 5px;
  text-align: center;
  border: 1px solid #ddd;
  min-width: 46px;
  }
.product-detail .product-info #product .product-cart-action {
  margin-bottom: 15px;
}
.product-detail .product-info #product .product-cart-action .quantity-input-wrapper {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  width: 10%;
  min-width: 80px;
  position: relative;
}
.product-detail .product-info #product .product-cart-action .quantity-input-wrapper a {
  display: block;
  width: 20px;
  height: 14px;
  position: absolute;
  right: 1px;
  line-height: 16px;
  text-align: center;
  background: #f1f1f1;
  border-left: 1px solid #ccc;
}
.product-detail .product-info #product .product-cart-action .quantity-input-wrapper a.quantity-up {
  top: 1px;
  border-bottom: none;
  border-bottom: 1px solid #ccc;
}
.product-detail .product-info #product .product-cart-action .quantity-input-wrapper a.quantity-down {
  top: 15px;
}
.product-detail .product-info #product .product-cart-action .input-quantity1 {
  float: left;
  width: 10%;
  min-width: 50px;
  margin-right: 20px;
  text-align: center;
}
.product-detail .nav-tabs {
  margin-top: 30px;
}
.product-detail .tab-content img {
  max-width: 100%;
}
.product-detail .tab-content #form-review h2 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
  border-bottom: none;
}

#product1 .product-info {
  overflow: hidden;
}
#product1 .product-info h1 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  color: #666;
}
#product1 .product-info ul li {
  margin: 5px 0;
}
#product1 .product-info ul li i {
  color: #fff;
  background-color: #55c65e;
  padding: 3px;
  text-align: center;
  border-radius: 100%;
  float: left;
  font-size: 7px;
  margin: 0 5px 0 0;
}
#product1 .product-info .product-action {
  margin: 30px 0;
  overflow: hidden;
}
#product1 .product-info .product-action .label-qty {
  line-height: 34px;
  padding-right: 15px;
}
#product1 .product-info .product-action .quantity-input input {
  min-width: 70px;
  overflow: hidden;
  text-align: center;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  height: 35px;
}
#product1 .product-info .product-action .add-action {
  display: block;
  width: 20px;
  position: relative;
  cursor: pointer;
  font-size: 7px;
  line-height: 16px;
  text-align: center;
  border-style: solid;
  border-color: #d7d7d7;
  background: #f3f4f5;
}
#product1 .product-info .product-action .add-up {
  border-width: 1px 1px 1px 0;
}
#product1 .product-info .product-action .add-down {
  border-width: 0 1px 1px 0;
}
#product1 .product-info .product-action .product-add-to-cart button {
  margin-left: 10px;
  padding: 6px 20px;
  height: 35px;
  color: #fff;
  background-color: #b51d1a;
  border: 1px solid #b51d1a;
}
#product1 .product-info .product-action .product-add-to-cart button:hover {
  color: #fff;
  background-color: #a10906;
  border: 1px solid #a10906;
}
@media (max-width: 767px) {
  #product1 .product-info .product-action .product-buy-now {
    display: none;
  }
}
#product1 .product-info .product-action .product-buy-now button {
  margin-left: 10px;
  padding: 6px 20px;
  height: 35px;
  color: #fff;
  background-color: rgba(45,45,45,0.98);
  border: 1px solid rgba(45,45,45,0.98);
}
#product1 .product-info .product-action .product-buy-now button:hover {
  color: #fff;
  background-color: #b51d1a;
  border: 1px solid #b51d1a;
}
#product1 .product-info .product-action .product-wishlist-compare {
  clear: both;
  padding: 10px 0 0 0;
}
#product1 .product-info .product-action .product-wishlist-compare a {
  padding-right: 15px;
  cursor: pointer;
}
#product1 .price-info {
  margin-top: 20px;
}
#product1 .price-info .price {
  font-size: 24px;
  color: #c81623;
  font-weight: bold;
}
#product1 .price-info .price-old {
  margin-left: 10px;
  font-size: 16px;
  text-decoration: line-through;
}
#product1 .price-info .tax {
  font-size: 14px;
}
#product1 .price-info hr {
  border-top-style: dotted;
}
#product1 .check-option {
  display: inline-block;
  margin-bottom: 0;
  color: #4b4b4b;
  font-size: 12px;
  cursor: pointer;
}
#product1 .check-option input {
  display: none;
}
#product1 .check-option input:checked + span {
  border: 1px solid #a10000;
}
#product1 .check-option input:checked + span:after {
  content: " ";
  background: url("../image/checked.png") no-repeat;
  bottom: 0px;
  height: 13px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  text-indent: -9999em;
  width: 13px;
}
#product1 .check-option span {
  display: block;
  position: relative;
  padding: 4px 5px;
  text-align: center;
  border: 1px solid #ddd;
}
#product1 .has-error .check-option span {
  border: 1px dotted #a10000;
}
#product1 .nav-tabs {
  margin-top: 15px;
  border-top: 2px solid #999;
  border-right: 1px solid #dedfde;
  border-bottom: 1px solid #dedfde;
  border-left: 1px solid #dedfde;
  background-color: #F7F7F7;
}
#product1 .nav-tabs li a {
  padding: 8px 15px;
  border-radius: 0;
  font-size: 14px;
  color: #666;
}
#product1 .nav-tabs li a:hover {
  border-radius: 0;
}
#product1 .nav-tabs li.active > a, #product1 .nav-tabs li.active > a:focus, #product1 .nav-tabs li.active > a:hover {
  margin-top: -5px;
  margin-left: -1px;
  height: 43px;
  line-height: 24px;
  border-radius: 0;
  border-top: 2px solid #e2373a;
  border-bottom: none;
}
#product1 .tab-content {
  padding: 10px;
  border-top: none;
  border-right: 1px solid #dedfde;
  border-bottom: 1px solid #dedfde;
  border-left: 1px solid #dedfde;
}
#product1 .tab-content img {
  max-width: 100%;
}
#product1 #tab-review h2 {
  margin: 15px 0;
  font-size: 16px;
}

/* sidebar css */
.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0 !important;
}

.tab-container {
  position: relative;
}
.tab-container .tab-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.tab-container .active {
  opacity: 1;
  visibility: inherit;
  position: inherit;
  -vendor-animation-duration: 0.3s;
  -vendor-animation-delay: 1s;
  -vendor-animation-iteration-count: infinite;
}

.account-summary {
  padding: 10px 0;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.account-summary a {
  color: #005ea7;
}
.account-summary a:hover {
  color: #c81623;
}
.account-summary .avatar {
  float: left;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  background-image: url(../image/avatar.png);
  background-size: 50px;
}
.account-summary .personal-info {
  float: left;
  margin-left: 20px;
}
.account-summary .personal-info ul {
  margin-bottom: 0;
}
.account-summary .shortcut a {
  line-height: 60px;
}

.order-list {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ddd;
}
.order-list .order {
  margin-bottom: 10px;
}
.order-list .order div {
  line-height: 50px;
}

.all-links {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.cart-empty {
  margin: 70px 0;
  text-align: center;
}
.cart-empty .message {
  height: 55px;
  display: inline-block;
  padding-left: 100px;
  background: transparent url("../image/cart-empty.png") left top no-repeat;
}

.panda-product-carousel {
  margin-bottom: 20px;
}

.custom-section-builder {
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.custom-section-builder .row {
  margin: 0;
}
.custom-section-builder .row > div {
  padding: 0;
}
.custom-section-builder .row > div > a {
  display: block;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.custom-section-builder .row > div > a.half-width {
  width: 50%;
  float: left;
}

.category-featured-widget {
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}
.category-featured-widget .category-featured-heading {
  height: 30px;
  border-bottom: 1px solid #eaeaea;
}
.category-featured-widget .category-featured-heading .category-featured-title {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-right: 5px;
  color: #444;
  border-bottom: 2px solid #c81623;
}
.category-featured-widget .category-featured-heading .widget-tabs {
  float: right;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.category-featured-widget .category-featured-heading .widget-tabs li {
  display: inline;
  text-transform: uppercase;
  height: 30px;
  float: left;
}
.category-featured-widget .category-featured-heading .widget-tabs li a {
  position: relative;
  padding: 0 10px;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
}
.category-featured-widget .category-featured-heading .widget-tabs li.active a {
  position: relative;
  padding: 0 10px;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #c81623;
  border-bottom: 1px solid #c81623;
}

.category-featured-content {
  margin-top: 10px;
}
.category-featured-content .category-featured-ad {
  width: 220px;
  float: left;
}
@media (max-width: 1200px) and (min-width: 993px) {
  .category-featured-content .category-featured-ad {
    width: 20%;
    padding-right: 5px;
  }
}
@media (max-width: 992px) and (min-width: 0px) {
  .category-featured-content .category-featured-ad {
    display: none;
  }
}
.category-featured-content .category-featured-list {
  margin-left: 230px;
}
@media (max-width: 1200px) and (min-width: 993px) {
  .category-featured-content .category-featured-list {
    width: 80%;
    margin: 0;
    float: left;
    padding-left: 5px;
  }
}
@media (max-width: 992px) and (min-width: 0px) {
  .category-featured-content .category-featured-list {
    width: 100%;
    margin: 0;
  }
}

.img-animate-broder a:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  transform: scale(0, 1);
}
.img-animate-broder a:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  transform: scale(1, 0);
}
.img-animate-broder a:hover:before, .img-animate-broder a:hover:after {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.panda-image-banner {
  margin-bottom: 20px;
}

.panda-image-carousel {
  margin-bottom: 20px;
}

.basic-info-box {
  margin-bottom: 20px;
}
.basic-info-box .basic-info-box-content {
  text-align: center;
}

.category-list {
  margin: 0;
  padding: 10px 20px;
}
.category-list li {
  line-height: 28px;
}
.category-list li.active > a, .category-list li.active > span:before {
  color: #c81623;
}
.category-list > li > span:before {
  content: "\f0da";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #666;
  font-weight: bold;
  cursor: pointer;
}
.category-list > li > ul {
  padding-left: 15px;
}
.category-list > li > ul > li {
  border-bottom: 1px dotted #eaeaea;
}
.category-list > li > ul > li > span:before {
  content: "\f105";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  color: #ccc;
  font-family: "FontAwesome";
  padding-right: 10px;
  font-weight: bold;
  cursor: pointer;
}

.product-side-block {
  padding: 10px;
  border-bottom: 1px dotted #eaeaea;
}
.product-side-block:last-child {
  border-bottom: none;
}
.product-side-block .product-block-left {
  width: 75px;
  float: left;
}
.product-side-block .product-block-right {
  margin-left: 85px;
}
.product-side-block .product-block-right a {
  display: block;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
}
.product-side-block .product-block-right .price {
  font-weight: bold;
}
.product-side-block .product-block-right .price-old {
  color: #999;
  font-weight: normal;
  text-decoration: line-through;
  margin-left: 5px;
}

.sidebar-widget-content .product-grid {
  padding: 10px;
}
.sidebar-widget-content .product-grid .price span {
  font-size: 12px;
}

.featured {
  margin-bottom: 20px;
}

.latest {
  margin-bottom: 20px;
}

footer {
  margin-top: 20px;
  overflow: hidden;
}

footer hr {
  padding: 0;
  margin: 10px 0 0 0;
  border-top: none;
  border-bottom: 1px solid #e1e1e1;
}
footer h5 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
footer .social {
  /* margin-top: 10px; */
}
footer .social .title {
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 20px;
  font-size: 14px;
}
footer .social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
}
footer .social a i {
  line-height: 30px;
  font-size: 20px;
  color: #999;
}
footer .social a:hover {
  background-color: #666;
}
footer .social a:hover i {
  color: #fff;
}
footer .payment {
  margin-top: 10px;
}
footer .payment img {
  display: inline-block;
}
footer .copyright {
  margin-top: 10px;
  text-align: center;
}
footer .scroll-top {
  display: none;
  background-color: #7a6e6e;
  position: fixed;
  bottom: 80px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 12px;
  color: #fff !important;
  text-transform: uppercase;
  padding: 2px;
  z-index: 9999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
footer .scroll-top:hover {
  background-color: #c81623;
}
footer .scroll-top i {
  display: block;
}
/*--------
  ****stiffer****
-------*/
#shipping-fee{
  background: #e1e1e1;
  /*padding-bottom: 10px;*/
  border-radius: 3px;
}
#shipping-fee .load{
  color: #fff;
  text-align: center;
}
#shipping-fee .title{
  color:#666;
  padding-left:6px;
}
#shipping-fee .fee{
  padding:0;
}
#shipping-fee .fee div{
  background: #fff;
  margin:6px;
  padding: 6px;
  border-radius: 3px;
  height:116px;
}
#shipping-fee .fee div .fee-title{
  font-size: 15px;
  font-weight: bold;
}
.show-style{
  background:none;
  margin-right:-70px;
}
.text-compare{
  background:none;
  margin-right:-160px;
}
.text-sort{
  background:none;
  padding-right:0;
  z-index: -1;
}
.text-number{
  background:none;
  padding-left:0;
  margin-right:-10px;
}
.show-number select{
  width:60px;
}
.text-temperature{
  background:none;
  left:-60px;
}
.show-temperature{
  background:none;
  margin-left:-150px;
}
.product-detail .product-info .product-price-wrapper .discount_percent{
  border: 1px solid #ff6700;
  border-radius:5px;
  color:#ff6700;
  font-size: 12px;
  text-align: center;
  padding: 0 2px;
}
.product-detail .product-info .product-price-wrapper .reward_multiple{
  border:1px solid #ff6700;
  border-radius:5px;
  color:#ff6700;
  font-size: 12px;
  text-align: center;
  padding: 0 2px;
}
.product-detail .product-info .product-price-wrapper .reward-old{
    font-size: 12px;
    text-decoration: line-through;
    color: #999;
    margin-left: 6px;
}
.product-detail .product-info .product-price-wrapper .reward-tax{
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #444;
}
.product-detail .product-info .product-price-wrapper .reward_quantity{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #55c65e; 
    
}
.product-item-wrapper .product-thumbnail .points-label1 {
  position: absolute;
  z-index: 99;
   padding:0 5px;
  line-height: 26px;
  top: 30px;
  right: 5px;
  background-color: #c81623;
  color: #fff;
  text-align: center;
}
.product-item-wrapper .product-thumbnail .points-label2 {
  position: absolute;
  z-index: 99;
  padding:0 5px;
  line-height: 26px;
  top: 5px;
  right: 5px;
  background-color: #c81623;
  color: #fff;
  text-align: center;
}
.reward_style{color: #0a0;}
.text_reward_introduce_style{color: #0a0;}

/*弹窗居中*/
.modal.fade.in {
 top: 20%;
}