body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
body::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}
body.body-overflow {
  overflow: hidden;
}
body.body-overflow:before {
  opacity: 1;
  pointer-events: auto;
  z-index: 999;
}
@media (max-width: 992px) {
  body:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: .3s opacity;
    background: rgba(41, 45, 53, 0.5);
  }
}

div.required .control-label:before {
  content: '* ';
  color: #f00;
  font-weight: bold;
}

.no-items {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.no-items img {
  margin: 20px auto 14px auto;
}
.no-items .btn {
  margin-top: 10px;
}

.form-group-list .buttons {
  margin-top: 10px;
}
.form-group-list .form-group label {
  width: 100%;
  padding-top: 0 !important;
  margin-bottom: 5px !important;
  text-align: left !important;
}
.form-group-list .form-group .col-sm-10 {
  width: 100%;
}
.form-group-list .form-group .radio-inline {
  width: auto;
}
.form-group-list .form-group textarea {
  border-radius: 0px;
}

.module-exterior-wrapper, .default-border, .content-wrapper, .module-wrapper, .sidebar-widget {
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  box-shadow: 0 3px 8px -6px rgba(0, 0, 0, 0.1);
}
.module-exterior-wrapper h3.title, .default-border h3.title, .content-wrapper h3.title, .module-wrapper h3.title, .sidebar-widget h3.title {
  margin: 0;
  font-size: 15px;
  padding: 12px 15px;
  border-bottom: 1px solid #e7e7e7;
  background: linear-gradient(#fff, #f5f5f5);
}

.default-border ol, .default-border ul {
  list-style: none;
}
.default-border li a {
  position: relative;
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  color: #777;
}
.default-border li a:hover {
  background-color: #f5f5f5;
  color: #EB3E32;
}

.agree-to-terms {
  min-width: 600px;
}
@media (max-width: 768px) {
  .agree-to-terms {
    min-width: 70%;
  }
}

.flyer {
  width: 30px;
  color: #fff;
  height: 30px;
  z-index: 999;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #EB3E32;
}

.content-wrapper {
  padding: 20px;
}

#top {
  color: #999;
  height: 30px;
  border-bottom: 1px solid #f4f4f4;
  background-color: #fff;
}
#top .pull-left h2 {
  font-size: 14px;
  line-height: 30px;
}
#top .pull-left h2 i {
  padding-right: 6px;
}
#top .list-inline {
  margin-bottom: 0;
}
#top .list-inline > li {
  height: 30px;
  line-height: 30px;
  margin-right: 14px;
  padding-right: 14px;
  position: relative;
}
#top .list-inline > li:first-of-type:before {
  display: none;
}
#top .list-inline > li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
#top .list-inline > li:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 8px;
  width: 1px;
  height: 60%;
  background: #eee;
}
#top .btn-group:hover .dropdown-menu, #top .list-inline li:hover .dropdown-menu {
  display: block;
  visibility: visible;
}
#top .btn-group:hover > a, #top .list-inline li:hover > a {
  color: #EB3E32 !important;
}
#top a, #top button {
  color: #999;
  font-size: 12px;
}
#top a i, #top button i {
  font-size: 14px;
  margin-right: 4px;
}
#top a:hover, #top button:hover {
  color: #EB3E32 !important;
}
@media (min-width: 992px) {
  #top .dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    left: 50%;
    top: 140%;
    border: none;
    text-align: center;
    margin-left: -80px;
    box-shadow: 0 50px 130px rgba(0, 0, 0, 0.4);
  }
}
#top .dropdown-menu:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -0.4375em;
  width: 0;
  height: 0;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
#top .dropdown-menu:after {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  height: 20px;
}
#top .dropdown-menu li {
  padding: 0 10px;
}
#top .dropdown-menu li:hover {
  background: #f5f5f5;
}
#top .dropdown-menu li:last-of-type a {
  border-bottom: none;
}
#top .dropdown-menu button, #top .dropdown-menu a {
  color: #777;
  font-size: 13px;
  padding: 8px 13px;
  border-bottom: 1px solid #f3f3f3;
}
#top .dropdown-menu button:hover, #top .dropdown-menu a:hover {
  color: #EB3E32;
}

.common-home header {
  margin-bottom: 24px;
}

header {
  background-image: linear-gradient(#fff, #f8f8f8);
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 4px 10px -5px #e4e4e4;
}
header .header-container.menu-fixed {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  header {
    padding: 20px 0;
  }
}
header #logo {
  margin-top: 0;
}
header #logo img {
  display: inline-block;
}
@media (min-width: 992px) {
  header #logo {
    float: left;
  }
}
@media (min-width: 1200px) {
  header #logo {
    width: 230px;
  }
}
@media (max-width: 992px) {
  header #logo {
    margin: 20px 0;
    text-align: center;
    width: 100%;
  }
}
header .search-cart {
  float: right;
}
header .search-cart #search {
  height: 50px;
  line-height: 50px;
  float: right;
  font-size: 18px;
  cursor: pointer;
}
header .search-cart #search img {
  display: inline-block;
}
header .search-cart #cart {
  float: right;
  position: relative;
}
header .search-cart #cart .cart-total {
  position: absolute;
  top: 7px;
  right: -6px;
  min-width: 16px;
  line-height: 16px;
  text-align: center;
  z-index: 999;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  background-color: #EB3E32;
}
header .search-cart #cart > button {
  padding: 9px 0px 0px 16px;
  line-height: inherit;
  text-align: right;
  background: transparent;
}
header .search-cart #cart .no-results {
  margin-bottom: 0;
  padding: 16px 6px;
}
header .search-cart #cart:hover .dropdown-menu {
  display: block;
}
header .search-cart #cart .dropdown-menu {
  min-width: 350px;
  padding: 10px !important;
  left: auto !important;
  margin-left: 0 !important;
}
@media (min-width: 992px) {
  header .search-cart #cart .dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    left: 50%;
    top: 140%;
    border: none;
    text-align: center;
    margin-left: -80px;
    box-shadow: 0 50px 130px rgba(0, 0, 0, 0.4);
  }
}
header .search-cart #cart .dropdown-menu:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -0.4375em;
  width: 0;
  height: 0;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
header .search-cart #cart .dropdown-menu:after {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  height: 20px;
}
header .search-cart #cart .dropdown-menu:before {
  left: auto !important;
  right: 10px;
  margin-left: 0 !important;
}
header .search-cart #cart .dropdown-menu li.products {
  max-height: 360px;
  overflow: hidden;
  overflow-y: auto;
}
header .search-cart #cart .dropdown-menu li.products::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
header .search-cart #cart .dropdown-menu li.products::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
header .search-cart #cart .dropdown-menu li.products::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}
header .search-cart #cart .dropdown-menu li td {
  padding: 8px;
}
header .search-cart #cart .dropdown-menu li .name {
  height: 34px;
  overflow: hidden;
  display: inline-block;
}

.layer-search-pup {
  background: rgba(20, 22, 24, 0.9);
}
.layer-search-pup .search-info {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 15%;
  width: 70%;
}
@media (min-width: 1500px) {
  .layer-search-pup .search-info {
    width: 980px;
    left: 50%;
    margin-left: -490px;
  }
}
.layer-search-pup .search-info a {
  position: absolute;
  left: 40%;
  top: -100px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.layer-search-pup .search-info a:hover {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.layer-search-pup .search-info input {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border-color: #fff;
  color: #fff;
  font-size: 20px;
  background: transparent;
}
.layer-search-pup .search-info i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -30px;
  color: #fff;
  height: 60px;
  font-size: 20px;
  cursor: pointer;
  line-height: 60px;
  display: inline-block;
}

footer {
  margin-top: 20px;
  background-color: #fafafa;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 768px) {
  footer {
    padding: 15px 0 0;
  }
}
footer .module-customer-service {
  background-color: #fafafa;
}
footer .module-customer-service .container {
  border-bottom: 1px solid #eaeaea;
}
footer h5 {
  font-size: 15px;
  position: relative;
  margin-bottom: 10px;
  color: #333;
}
@media (max-width: 768px) {
  footer h5 {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
footer h5.telephone-wrapper {
  font-size: 18px;
  color: #EB3E32;
}
footer h5.telephone-wrapper i {
  width: 20px;
}
footer ul.list-unstyled {
  margin-bottom: 18px;
}
footer ul.list-unstyled li {
  padding: 8px 0;
  position: relative;
}
@media (max-width: 768px) {
  footer ul.list-unstyled li {
    padding: 5px 0;
  }
}
footer ul.list-unstyled li a {
  display: inline-block;
  color: #777;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
footer ul.list-unstyled li a:hover {
  color: #EB3E32;
}
footer ul.list-unstyled.address-wrapper {
  font-size: 14px;
  color: #666;
}
footer ul.list-unstyled.address-wrapper li {
  padding: 6px 0;
}
footer ul.list-unstyled.address-wrapper i {
  width: 20px;
  color: #999;
}
footer ul.list-unstyled.address-wrapper .contact-btn > .pull-left ~ div {
  margin-left: 10px;
}
footer ul.list-unstyled.address-wrapper .contact-btn > .pull-left li {
  padding: 0;
  border-bottom: 1px solid #eee;
}
footer ul.list-unstyled.address-wrapper .contact-btn > .pull-left li:last-of-type {
  border-bottom: none;
}
footer ul.list-unstyled.address-wrapper .contact-btn > .pull-left li .btn {
  color: #333;
  text-align: left !important;
}
footer ul.list-unstyled.address-wrapper .contact-btn > .pull-left li:hover {
  background: #eee;
}
footer .footer-bottom {
  text-align: center;
  padding: 20px 0;
  color: #777;
  border-top: 1px solid #eaeaea;
  margin-bottom: 0;
}
footer .footer-bottom a {
  color: #777;
}
footer .fixed-shortcut-wrapper {
  position: fixed;
  width: 46px;
  bottom: 180px;
  right: 0;
  z-index: 99;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
footer .fixed-shortcut-wrapper .item {
  position: relative;
  background-color: #fff;
  text-align: center;
}
footer .fixed-shortcut-wrapper .item:first-of-type {
  border-top-left-radius: 4px;
}
footer .fixed-shortcut-wrapper .item:last-of-type {
  border-bottom-left-radius: 4px;
}
footer .fixed-shortcut-wrapper .item:last-of-type a:before {
  display: none;
}
@media screen and (min-width: 992px) {
  footer .fixed-shortcut-wrapper .item.children:before, footer .fixed-shortcut-wrapper .item.children:after {
    content: '\f04b';
    position: absolute;
    top: 12px;
    left: -32px;
    width: 33px;
    color: #ccc;
    z-index: 999;
    height: 44px;
    display: none;
    font-size: 18px;
    font-family: 'fontawesome';
  }
}
footer .fixed-shortcut-wrapper .item.children:after {
  color: #fff;
  left: -33px;
}
footer .fixed-shortcut-wrapper .item:hover {
  background-color: #ffeeee;
}
@media screen and (min-width: 992px) {
  footer .fixed-shortcut-wrapper .item:hover .children-inner {
    display: block;
  }
}
footer .fixed-shortcut-wrapper .item:hover:before, footer .fixed-shortcut-wrapper .item:hover:after {
  display: block;
}
footer .fixed-shortcut-wrapper .item:hover > a {
  color: #EB3E32;
}
footer .fixed-shortcut-wrapper .item:active {
  background-color: #ffcaca;
}
footer .fixed-shortcut-wrapper .item > a {
  padding: 15px 2px;
  position: relative;
  display: block;
  font-size: 16px;
  color: #b6b6ca;
}
footer .fixed-shortcut-wrapper .item > a.scroll-top i {
  font-weight: bold;
  font-size: 22px;
}
footer .fixed-shortcut-wrapper .item > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  border-bottom: 1px solid #eee;
}
footer .fixed-shortcut-wrapper .item .children-inner {
  display: none;
  position: absolute;
  top: 0;
  width: 150px;
  padding: 14px 10px;
  z-index: 999;
  right: 69px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
footer .fixed-shortcut-wrapper .item .children-inner > i {
  color: #EB3E32;
  margin-right: 5px;
}

@media (max-width: 992px) {
  .header-container .container {
    width: 100%;
    padding: 0;
  }
}
#menu {
  min-height: 50px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #menu {
    float: left;
  }
}
@media (max-width: 992px) {
  #menu {
    background-color: #f1f1f0;
    border-bottom: 1px solid #e4e4e4;
    min-height: 40px;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 992px) {
  #menu .nav {
    float: none;
    text-align: left;
    margin: 0;
  }
}
#menu .nav a {
  color: #777;
}
#menu .nav > li {
  position: relative;
}
#menu .nav > li .dropdown-menu {
  top: 100% !important;
}
@media (min-width: 992px) {
  #menu .nav > li .dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    left: 50%;
    top: 140%;
    border: none;
    text-align: center;
    margin-left: -80px;
    box-shadow: 0 50px 130px rgba(0, 0, 0, 0.4);
  }
}
#menu .nav > li .dropdown-menu:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -0.4375em;
  width: 0;
  height: 0;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
#menu .nav > li .dropdown-menu:after {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  height: 20px;
}
@media (min-width: 992px) {
  #menu .nav > li .dropdown-menu {
    visibility: hidden;
    display: block;
  }
}
#menu .nav > li .dropdown-menu > li {
  padding: 0 10px;
}
#menu .nav > li .dropdown-menu > li:hover {
  background: #f5f5f5;
}
#menu .nav > li .dropdown-menu > li:hover a {
  color: #EB3E32;
}
#menu .nav > li .dropdown-menu > li:last-of-type a {
  border-bottom: none;
}
#menu .nav > li .dropdown-menu > li > a {
  padding: 9px 20px;
  border-bottom: 1px solid #f3f3f3;
}
@media (min-width: 992px) {
  #menu .nav > li > .toggle-button {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0px;
  }
  
  #menu .nav > li:hover .dropdown-menu {
    display: block;
    visibility: visible;
  }
  #menu .nav > li > a {
    height: 50px;
    line-height: 50px;
    padding: 0 13px;
    color: #777;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #menu .nav > li > a {
    padding: 0 10px;
  }
}

@media (max-width: 992px) {
  #menu .nav > li {
    float: none;
    border-bottom: 1px solid #e5e5e5;
  }
  
  #menu .nav > li.active > a i, #menu .nav > li.active .toggle-button i {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #menu .nav > li > .toggle-button {
    position: absolute;
    top: 0;
    padding: 10px;
    cursor: pointer;
    right: 0px;
  }
  #menu .nav > li > a {
    width: 84%;
    color: #666;
  }
  #menu .nav > li .dropdown-menu {
    position: relative;
    float: none;
    box-shadow: none;
    border: none;
    padding-left: 12px;
    transition: none;
  }
}
#menu .navbar-header {
  height: 40px;
  width: 100%;
  margin: 0;
}
#menu .navbar-header .mobile-search {
  float: left;
  padding: 0 10px;
  height: 40px;
  width: 40px;
}
#menu .navbar-header .mobile-nav-icon {
  height: 40px;
  width: 40px;
  float: right;
}

@media only screen and (max-width: 992px) {
  .side-menu {
    position: fixed;
    float: none;
    background: #48b3b8;
    overflow: auto;
    padding: 14px 10px;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 80%;
    z-index: 999;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .side-menu.active {
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 100px 0;
    transition-delay: .1s;
  }
  .side-menu .dropdown-menu {
    margin-left: 0 !important;
  }

  .side-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 20px -10px 0 -10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #column-left {
    padding-right: 20px;
  }

  #column-right {
    padding-left: 20px;
  }
}
#column-left .widget-title, #column-right .widget-title {
  font-size: 15px;
  padding: 12px 15px;
  line-height: inherit;
}
#column-left .widget-title > span, #column-right .widget-title > span {
  font-size: 15px;
}
#column-left .product-layout, #column-left .latest-wrapper, #column-right .product-layout, #column-right .latest-wrapper {
  width: 100%;
}
#column-left .product-layout .product-thumb, #column-left .latest-wrapper .product-thumb, #column-right .product-layout .product-thumb, #column-right .latest-wrapper .product-thumb {
  border-color: transparent;
  margin-bottom: 0;
  padding: 10px 0;
}
#column-left .product-layout .product-thumb .image, #column-left .latest-wrapper .product-thumb .image, #column-right .product-layout .product-thumb .image, #column-right .latest-wrapper .product-thumb .image {
  padding: 8px;
  width: 30%;
  float: left;
}
#column-left .product-layout .product-thumb .image .sales, #column-left .latest-wrapper .product-thumb .image .sales, #column-right .product-layout .product-thumb .image .sales, #column-right .latest-wrapper .product-thumb .image .sales {
  display: none;
}
#column-left .product-layout .product-thumb .caption, #column-left .latest-wrapper .product-thumb .caption, #column-right .product-layout .product-thumb .caption, #column-right .latest-wrapper .product-thumb .caption {
  text-align: left;
}
#column-left .product-layout .product-thumb .button-group, #column-left .latest-wrapper .product-thumb .button-group, #column-right .product-layout .product-thumb .button-group, #column-right .latest-wrapper .product-thumb .button-group {
  display: none;
}
#column-left .product-layout .product-thumb .price, #column-left .latest-wrapper .product-thumb .price, #column-right .product-layout .product-thumb .price, #column-right .latest-wrapper .product-thumb .price {
  opacity: 1 !important;
  margin-bottom: 0;
}
#column-left .product-layout .product-thumb .product-name, #column-left .latest-wrapper .product-thumb .product-name, #column-right .product-layout .product-thumb .product-name, #column-right .latest-wrapper .product-thumb .product-name {
  margin: 2px 0;
}
#column-left .product-layout .product-thumb .product-name a, #column-left .latest-wrapper .product-thumb .product-name a, #column-right .product-layout .product-thumb .product-name a, #column-right .latest-wrapper .product-thumb .product-name a {
  font-weight: 500;
}

.rating .fa-stack {
  font-size: 28px;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.rating .fa-stack .fa-star {
  color: #ffcc00;
  font-size: 14px;
}
.rating .fa-stack .fa-star.off {
  color: #d2d2d2;
  font-size: 14px;
}

.layui-layer .layui-layer-content a {
  color: #EB3E32;
  text-decoration: underline;
  font-size: 16px;
}
.layui-layer .layui-layer-btn a.layui-layer-btn0 {
  border-color: #EB3E32;
  background-color: #EB3E32;
}

.product-layout {
  padding: 0;
}

.product-thumb {
  overflow: hidden;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  background-color: #fff;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .product-thumb:hover {
    box-shadow: inset 0 0 38px rgba(0, 0, 0, 0.08);
  }
  .product-thumb:hover .price {
    opacity: 0;
  }
  .product-thumb:hover .product-button-wrapper {
    opacity: 1;
  }
}
.product-thumb .image {
  padding: 48px;
}
.product-thumb .image .sales {
  position: absolute;
  top: 10px;
  color: #fff;
  z-index: 99;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 3px;
  background: rgba(53, 193, 27, 0.7);
  left: 10px;
}
.product-thumb .caption {
  padding: 0 20px 8px;
  text-align: center;
}
@media (max-width: 376px) {
  .product-thumb .caption {
    padding: 0 5px;
  }
}
.product-thumb .caption .product-name {
  height: 22px;
  overflow: hidden;
  margin: 0 0 6px;
}
.product-thumb .caption .product-name a {
  font-size: 13px;
  font-weight: bold;
}
.product-thumb .caption .price {
  font-size: 15px;
  color: #EB3E32;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-thumb .caption .price .price-old {
  color: #888;
  font-size: 12px;
  margin-left: 3px;
  font-weight: 500;
  text-decoration: line-through;
}
.product-thumb .product-button-wrapper {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-thumb .product-button-wrapper button {
  margin: 0 1%;
  padding: 5px 11px;
  border-radius: 3px;
}

.product-list .product-thumb .product-name {
  margin: 10px 0;
}
.product-list .product-thumb .product-name a {
  font-size: 16px;
}
.product-list .product-thumb .image {
  float: left;
  width: 26%;
  padding: 10px;
  display: inline-block;
}
.product-list .product-thumb .caption {
  text-align: left;
  margin-left: 26%;
}
.product-list .product-thumb .caption .sales {
  display: block;
  margin-bottom: 10px;
}
.product-list .product-thumb .price {
  opacity: 1 !important;
  height: 21px;
}
.product-list .product-thumb .product-button-wrapper {
  opacity: 1 !important;
  left: 26%;
  bottom: 20px;
  width: 230px;
}

.latest-wrapper .product-thumb {
  padding: 20px 0 10px;
  padding: 20px 10px;
}
.latest-wrapper .product-thumb .sales {
  right: 10px;
  left: auto !important;
  top: auto !important;
  bottom: 40px;
}
.latest-wrapper .product-thumb .image {
  padding: 0;
}
.latest-wrapper .product-thumb .product-name {
  margin: 10px 0;
}
.latest-wrapper .product-thumb .image {
  float: left;
  width: 26%;
  padding: 10px;
  display: inline-block;
}
.latest-wrapper .product-thumb .caption {
  text-align: left;
  margin-left: 26%;
}
.latest-wrapper .product-thumb .caption .sales {
  display: block;
  margin-bottom: 10px;
}
.latest-wrapper .product-thumb .price {
  opacity: 1 !important;
  height: 21px;
}
.latest-wrapper .product-thumb .product-button-wrapper {
  display: none !important;
}

.widget-title {
  position: relative;
  clear: both;
  padding: 0 30px;
  line-height: 60px;
  margin: 0;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  background: linear-gradient(#fff, #f5f5f5);
}
.widget-title > span {
  display: inline-block;
  font-weight: 200;
  font-size: 20px;
}
.widget-title .title-pager {
  position: absolute;
  right: 30px;
  top: 0;
}
.widget-title .title-pager span {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 25px;
  text-align: center;
  margin-left: 6px;
  color: #888;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-title .title-pager span:hover {
  background-color: #EB3E32;
  border-color: #EB3E32;
  color: #fff;
}
.widget-title .title-pager span:before {
  content: "\f104";
  font-family: fontawesome;
  font-size: 14px;
}
.widget-title .title-pager span:last-of-type:before {
  content: "\f105";
}
.widget-title .link {
  font-size: 14px;
}
.widget-title .link a {
  color: #666;
}

.nav-tabs li.active a {
  background: linear-gradient(#fff, #f5f5f5);
}
.nav-tabs li a {
  color: #333;
  font-weight: bold;
}

.filter-wrapper a {
  padding: 0;
  color: #222;
}

.swiper-viewport {
  position: relative;
}
@media (max-width: 768px) {
  .swiper-viewport {
    margin: 0 0 15px;
  }
}
.swiper-viewport:hover .swiper-button-prev, .swiper-viewport:hover .swiper-button-next {
  display: block !important;
}
.swiper-viewport .swiper-container {
  direction: ltr !important;
}
.swiper-viewport .swiper-pager {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.swiper-viewport .swiper-pager .swiper-button-prev, .swiper-viewport .swiper-pager .swiper-button-next {
  width: 25px;
  height: 55px;
  outline: none;
  display: none;
  text-align: center;
  line-height: 55px;
  z-index: 2 !important;
  background-image: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .swiper-viewport .swiper-pager .swiper-button-prev, .swiper-viewport .swiper-pager .swiper-button-next {
    display: none;
  }
}
.swiper-viewport .swiper-pager .swiper-button-prev:before, .swiper-viewport .swiper-pager .swiper-button-next:before {
  content: "";
  color: #222;
  font-size: 40px;
  font-family: FontAwesome;
}
.swiper-viewport .swiper-pager .swiper-button-prev:hover:before, .swiper-viewport .swiper-pager .swiper-button-next:hover:before {
  color: #EB3E32;
}
.swiper-viewport .swiper-pager .swiper-button-prev {
  left: 10px;
}
.swiper-viewport .swiper-pager .swiper-button-prev:before {
  content: "\f104";
}
.swiper-viewport .swiper-pager .swiper-button-next {
  right: 10px;
}
.swiper-viewport .swiper-pager .swiper-button-next:before {
  content: "\f105";
}
.swiper-viewport .swiper-pagination {
  bottom: 0;
  width: 100%;
}
.swiper-viewport .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-viewport .swiper-pagination .swiper-pagination-bullet:hover {
  background: #333;
}
.swiper-viewport .swiper-pagination .swiper-pagination-bullet-active {
  background: #EB3E32;
}
.swiper-viewport .swiper-button-next.swiper-button-disabled, .swiper-viewport .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: pointer;
  pointer-events: auto;
}

.sidebar-widget ul {
  list-style: none;
  padding: 0 10px;
}
.sidebar-widget ul li {
  box-shadow: none;
  margin: 10px 0 0;
  border-bottom: 1px solid #e0e0e0;
}
.sidebar-widget ul li:last-of-type {
  border-bottom: none;
}
.sidebar-widget ul li .category-href {
  color: #333;
  margin-bottom: 10px;
  display: inline-block;
}
.sidebar-widget ul li.active > a {
  color: #EB3E32;
}
.sidebar-widget ul li.active > a[aria-expanded="false"] {
  -ms-transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}
.sidebar-widget ul li.active > .toggle-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar-widget ul ul li {
  padding: 10px 0;
  margin-top: 0;
  border-bottom: 1px dashed #e4e4e4;
}
.sidebar-widget ul ul li ul {
  margin-top: 8px;
  padding-left: 14px;
}
.sidebar-widget ul ul li:last-of-type {
  border: none;
}
.sidebar-widget ul ul li a {
  color: #333;
}
.sidebar-widget ul ul li a:hover {
  color: #EB3E32;
}
.sidebar-widget ul .toggle-icon {
  float: right;
  font-size: 16px;
  padding: 0 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-widget ul .toggle-icon[aria-expanded="true"] {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.flash-wrapper {
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.flash-wrapper .flash-widget-title {
  display: inline-block;
  position: absolute;
  top: 0;
  padding: 0 12px;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.flash-swiper-wrap .product-layout {
  position: relative;
}
.flash-swiper-wrap .product-layout .sell-out-end {
  position: absolute;
  top: 10px;
  color: #fff;
  z-index: 99;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 3px;
  background: #333333;
  right: 10px;
}
.flash-swiper-wrap .product-layout .product-thumb {
  margin-bottom: 0;
}

.product-count-down, .product-countdown {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
}
.product-count-down li, .product-countdown li {
  text-align: center;
  margin: 0 4px;
  display: inline-block;
  color: #999;
  font-size: 12px;
  position: relative;
}
.product-count-down li:first-of-type, .product-countdown li:first-of-type {
  margin-right: 10px;
}
.product-count-down li span, .product-countdown li span {
  font-size: 34px;
  font-family: arial;
  margin-right: 2px;
  color: #333;
  position: relative;
}
@media (max-width: 768px) {
  .product-count-down li span, .product-countdown li span {
    font-size: 24px;
  }
}
.product-count-down li span:after, .product-countdown li span:after {
  position: absolute;
  right: -2px;
  top: 9px;
  font-size: 15px;
  font-weight: 500;
}

.product-countdown {
  margin: -6px 0 12px;
}
.product-countdown li {
  margin-left: 0 !important;
}

.module-banner-wrapper {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .module-banner-wrapper {
    margin-bottom: 20px;
  }
}
.module-banner-wrapper:hover:before {
  left: 100%;
}
.module-banner-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  height: 100%;
  width: 50%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: -webkit-linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.4) 100%);
  background: -moz-linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.4) 100%);
  background: -o-linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=transparent, endColorstr=rgba(255, 255, 255, 0.4),GradientType=0.9);
}

.module-blog-latest.grid .blog-latest-wrapper {
  margin-left: -1px;
  margin-top: -1px;
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.module-blog-latest.grid .blog-latest-wrapper .info {
  padding: 20px;
  padding-top: 10px;
  border-top: 1px solid #f9f9f9;
}
.module-blog-latest.grid .blog-latest-wrapper .info a {
  display: block;
  height: 19px;
  font-size: 16px;
  overflow: hidden;
  line-height: 18px;
  margin-bottom: 10px;
  color: #333;
}
.module-blog-latest.grid .blog-latest-wrapper .info a:hover {
  color: #EB3E32;
}
.module-blog-latest.grid .blog-latest-wrapper .info p {
  margin-bottom: 0;
  height: 54px;
  color: #b0b0b0;
}

.module-slideshow {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

footer .chat-wrapper {
  padding: 20px 10px !important;
}
footer .chat-wrapper .header {
  font-weight: bold;
  font-size: 18px;
  padding: 7px 0;
  margin: -14px -10px 20px;
  border-bottom: 1px solid #eee;
}
footer .chat-wrapper .header i {
  color: #EB3E32;
}
footer .chat-wrapper .phone {
  margin-bottom: 20px;
  font-size: 15px;
}
footer .chat-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
footer .chat-wrapper ul li {
  margin-bottom: 8px;
  height: 29px;
  line-height: 29px;
}
footer .chat-wrapper ul li a {
  color: #EB3E32;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  height: 30px;
  font-size: 12px;
  position: relative;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .chat-wrapper ul li a:hover {
  border-color: #EB3E32;
}
footer .chat-wrapper ul li a .icon {
  position: absolute;
  left: 8px;
  top: 5px;
  max-width: 20px;
  margin-right: 12px;
}
footer .chat-wrapper ul li a span {
  display: inline-block;
}

.module-customer-service {
  background-color: #fff;
}
@media (max-width: 768px) {
  .module-customer-service {
    margin: 0;
    padding: 16px 0 0;
  }
}
.module-customer-service .item {
  position: relative;
  margin-bottom: 26px;
}
.module-customer-service .item:before {
  content: '';
  position: absolute;
}
@media (min-width: 768px) {
  .module-customer-service .item:before {
    top: 20%;
    right: 0;
    height: 60%;
    border-right: 1px solid #e4e4e4;
  }
}
@media (max-width: 768px) {
  .module-customer-service .item:before {
    bottom: 0;
    width: 96%;
    left: 2%;
    border-bottom: 1px solid #e4e4e4;
  }
}
.module-customer-service .item:last-of-type:before {
  border: none;
}
@media (max-width: 768px) {
  .module-customer-service .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.module-customer-service .icon {
  width: 55px;
  margin: 0 auto 12px;
}
@media (max-width: 768px) {
  .module-customer-service .icon {
    margin-right: 7px;
    width: 40px;
    height: auto;
    line-height: 45px;
  }
}
.module-customer-service .icon img {
  display: inline-block;
}
.module-customer-service .text {
  text-align: center;
}
.module-customer-service .text .title {
  color: #505050;
  font-size: 15px;
  text-overflow: ellipsis;
  font-weight: bold;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .module-customer-service .text .title {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.module-customer-service .text .sub-title {
  color: #999;
  font-size: 14px;
}
@media (max-width: 768px) {
  .module-customer-service .text .sub-title {
    font-size: 13px;
  }
}

.module-image-text {
  background: #f9f9f9;
  background: url(../image/bg-3.png);
}
.module-image-text .left-img {
  display: block;
  padding-top: 10px;
}
.module-image-text .img-wrapper {
  display: table;
}
.module-image-text .img-wrapper a {
  display: table-cell;
  vertical-align: middle;
}
.module-image-text .text-content {
  padding: 50px 40px;
  text-align: center;
  clear: both;
}
@media (max-width: 1200px) {
  .module-image-text .text-content {
    padding: 22px 15px 15px 15px;
  }
}
@media (max-width: 992px) {
  .module-image-text .text-content {
    padding: 10px;
  }
}
.module-image-text .text-content .title {
  color: #333;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .module-image-text .text-content .title {
    margin-bottom: 18px;
  }
}
@media (max-width: 992px) {
  .module-image-text .text-content .title {
    font-size: 20px;
    margin-top: 10px;
  }
}
.module-image-text .text-content .text {
  color: #777;
  font-size: 18px;
  text-indent: 2em;
  line-height: 36px;
  padding: 0 30px;
  margin-bottom: 36px;
  text-align: left;
}
@media (max-width: 992px) {
  .module-image-text .text-content .text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.module-image-text .text-content a {
  padding: 8px 37px;
}

@media (max-width: 768px) {
  .image-combo-box .item {
    margin-bottom: 10px;
  }
}
.image-combo-wrapper .item {
  position: relative;
}
.image-combo-wrapper .item:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  border-right: 1px solid #e0e0e0;
}
.image-combo-wrapper .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.image-combo-wrapper .item a:hover {
  box-shadow: inset 0 0 38px rgba(0, 0, 0, 0.08);
}
.image-combo-wrapper > div:first-of-type .item:before {
  border: none;
}

.module-transverse .inner-list {
  width: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
}
.module-transverse .inner-list a {
  display: block;
  line-height: 100%;
  position: relative;
  position: relative;
}
.module-transverse .inner-list a:hover:before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
  border: 15px solid rgba(255, 255, 255, 0.5);
}
.module-transverse .inner-list a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 9;
  overflow: visible;
  box-sizing: border-box;
  border: 0px solid rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.module-transverse .inner-list a:nth-of-type(1) {
  width: 49%;
}
.module-transverse .inner-list a:nth-of-type(2), .module-transverse .inner-list a:nth-of-type(3) {
  position: absolute;
  right: 0;
  width: 49%;
}
.module-transverse .inner-list a:nth-of-type(2) {
  top: 0;
}
.module-transverse .inner-list a:nth-of-type(3) {
  bottom: 0 !important;
}

.slideshow-category .swiper-container {
  border-radius: 4px;
}
.slideshow-category .swiper-pagination {
  bottom: 11px;
}
.slideshow-category .swiper-pagination span {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.slideshow-category .swiper-pagination span.swiper-pagination-bullet-active, .slideshow-category .swiper-pagination span:hover {
  margin: 0 6px !important;
  background-color: #fff !important;
}
.slideshow-category .swiper-pagination span.swiper-pagination-bullet-active:before, .slideshow-category .swiper-pagination span:hover:before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: -1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.slideshow-category .category-wrapper {
  position: relative;
}
@media (max-width: 1200px) {
  .slideshow-category .category-wrapper {
    display: none;
  }
}
.slideshow-category .category-wrapper > .title {
  margin: 0;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 3px 3px 0 0;
  background-color: #EB3E32;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.slideshow-category .category-wrapper > .title span {
  margin-left: 10px;
}
.slideshow-category .category-wrapper > .title i {
  line-height: inherit;
}
.slideshow-category .category-wrapper > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.slideshow-category .category-wrapper > ul > .category-item {
  font-size: 14px;
  padding: 0 20px;
  background-color: #ffffff;
}
.slideshow-category .category-wrapper > ul > .category-item:last-of-type {
  overflow: hidden;
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #e5e5e5;
}
.slideshow-category .category-wrapper > ul > .category-item:last-of-type a {
  border-bottom: none;
}
.slideshow-category .category-wrapper > ul > .category-item:hover > a {
  color: #EB3E32;
}
.slideshow-category .category-wrapper > ul > .category-item:hover > a.children-arrows:before {
  color: #EB3E32;
}
.slideshow-category .category-wrapper > ul > .category-item:hover .description {
  color: #fff;
}
.slideshow-category .category-wrapper > ul > .category-item:hover .category-info {
  visibility: visible;
  opacity: 1;
  left: 100%;
}
.slideshow-category .category-wrapper > ul > .category-item > a {
  height: 46px;
  line-height: 46px;
  color: #777777;
  display: block;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.slideshow-category .category-wrapper > ul > .category-item > a.children-arrows:before {
  content: '\f105';
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  right: 0;
  color: #888;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  font-size: 16px;
}
.slideshow-category .category-wrapper > ul > .category-item > a .title {
  font-size: 15px;
}
.slideshow-category .category-wrapper > ul > .category-item > a .description {
  margin-top: 6px;
  height: 18px;
  color: #b7b7b7;
  overflow: hidden;
  padding-right: 10px;
  font-size: 12px;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info {
  position: absolute;
  opacity: 0;
  left: 120%;
  z-index: 999;
  top: 0;
  width: 700px;
  color: #444;
  visibility: hidden;
  height: 100%;
  border-radius: 4px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #FFF;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info ul {
  overflow: hidden;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info ul li {
  float: left;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info a {
  color: #444;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info a:hover {
  color: #EB3E32;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info .category-title {
  padding: 24px 40px;
  font-size: 26px;
  color: #EB3E32;
  border-bottom: 1px solid #eaeaea;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info .children {
  list-style: none;
  padding: 20px 40px;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info .children li {
  margin: 0 26px 20px 0;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info .products {
  border-top: 1px solid #eaeaea;
  list-style: none;
  padding-left: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info .products li {
  position: relative;
  text-align: center;
  width: 25%;
  padding: 10px;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info .products li img {
  display: inline-block;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info .products li p.name {
  margin: 10px 0;
  height: 40px;
  overflow: hidden;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info .products li p.price {
  color: #cc0e11;
  margin-bottom: 0;
  height: 21px;
  overflow: hidden;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info .products li p.price .price-old {
  font-weight: 500;
  color: #888;
  text-decoration: line-through;
  font-size: 12px;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info .products li .price-tax {
  display: block;
  height: 22px;
  overflow: hidden;
  color: #888;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info .products li:last-of-type:before {
  display: none;
}
.slideshow-category .category-wrapper > ul > .category-item .category-info .products li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #eaeaea;
  position: absolute;
  right: 0;
  top: 0;
}

.icon-module .icon-item {
  display: block;
  text-align: center;
  color: #333;
  font-weight: 700;
  font-size: 15px;
  padding: 15px;
  border: 1px solid transparent;
  background: #f7f7f7;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.icon-module .icon-item:hover {
  border-color: #EB3E32;
}
.icon-module .icon-item span {
  display: block;
  max-width: 60px;
  min-height: 60px;
  margin: auto;
}
.icon-module .icon-item span img {
  display: inline-block;
}
.icon-module .icon-item p {
  margin: 16px 0 0;
  height: 22px;
  overflow: hidden;
}

.multi-filter-wrapper {
  padding: 8px 16px 0;
}
.multi-filter-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
.multi-filter-wrapper::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.multi-filter-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}
@media (max-width: 1200px) {
  .multi-filter-wrapper.column-left-right {
    padding: 10px;
  }
}
.multi-filter-wrapper.column-left-right .group-title {
  font-size: 16px;
  font-weight: bold;
}
.multi-filter-wrapper.column-left-right .group-content {
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.multi-filter-wrapper.column-left-right .group-content:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.multi-filter-wrapper.column-left-right .group-content .category-list-section {
  margin: 0;
  padding: 0;
  list-style: none;
}
.multi-filter-wrapper.column-left-right .group-content .category-list-section li {
  margin: 10px 0;
}
.multi-filter-wrapper.column-left-right .group-content .category-list-section li.active a {
  font-weight: bold;
}
.multi-filter-wrapper.column-left-right .group-content .category-list-section a {
  color: #777;
}
.multi-filter-wrapper.column-left-right .group-content .filter-price-section {
  padding-bottom: 20px;
}
.multi-filter-wrapper.column-left-right .group-content .filter-price-section .range-input-group {
  margin: 8px 0 16px;
}
.multi-filter-wrapper.column-left-right .group-content .filter-price-section .range-input-group > input {
  width: 46%;
  display: inline-block;
  -moz-appearance: textfield;
}
.multi-filter-wrapper.column-left-right .group-content .filter-price-section .range-input-group > input::-webkit-outer-spin-button, .multi-filter-wrapper.column-left-right .group-content .filter-price-section .range-input-group > input::-webkit-inner-spin-button {
  -webkit-appearance: textfield;
}
.multi-filter-wrapper.column-left-right .group-content .filter-price-section .range-input-group > input + input {
  float: right;
}
.multi-filter-wrapper.column-left-right .group-content .filter-price-section .price-slider {
  margin: 0 5px;
  height: .3em;
  border-color: #EB3E32;
}
.multi-filter-wrapper.column-left-right .group-content .filter-price-section .price-slider div {
  background-color: #EB3E32;
}
.multi-filter-wrapper.column-left-right .group-content .filter-price-section .price-slider span {
  top: -.5em;
  outline: 0;
  border-radius: 50%;
  background-color: #fff;
}
.multi-filter-wrapper.column-left-right .group-content .checkbox {
  color: #777;
  position: relative;
}
.multi-filter-wrapper.column-left-right .group-content .checkbox label {
  display: block;
  height: 18px;
  overflow: hidden;
}
.multi-filter-wrapper.column-left-right .group-content .checkbox label:before {
  content: "\f096";
  font-family: fontawesome;
  left: 0;
  top: 1px;
  position: absolute;
}
.multi-filter-wrapper.column-left-right .group-content .checkbox label.active:before {
  content: "\f046";
  color: #EB3E32;
}
.multi-filter-wrapper.column-left-right .group-content .checkbox label:active:before {
  color: #EB3E32;
}
.multi-filter-wrapper.column-left-right .group-content .checkbox label input {
  display: none;
}
.multi-filter-wrapper.column-left-right .group-content .checkbox label .total {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
}
.multi-filter-wrapper.column-left-right .group-content .btn-more {
  cursor: pointer;
  text-align: right;
}
.multi-filter-wrapper.column-left-right .group-content .btn-more:after {
  content: '\f0fe';
  font-family: 'FontAwesome';
  color: #999;
}
.multi-filter-wrapper.column-left-right .group-content .btn-more.active:after {
  content: '\f146';
}
.multi-filter-wrapper.content-top-bottom {
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 3px 8px -6px rgba(0, 0, 0, 0.1);
}
.multi-filter-wrapper.content-top-bottom .filter-group {
  overflow: hidden;
  clear: both;
  padding: 8px 0;
  border-bottom: 1px dotted #e4e4e4;
}
.multi-filter-wrapper.content-top-bottom .filter-group:last-child {
  border-bottom: none;
}
.multi-filter-wrapper.content-top-bottom .filter-group .group-title {
  float: left;
  width: 100px;
  padding: 6px 0;
}
.multi-filter-wrapper.content-top-bottom .filter-group .group-content {
  overflow: hidden;
  margin-left: 100px;
}
.multi-filter-wrapper.content-top-bottom .filter-group .group-content ul {
  overflow: hidden;
  margin: 0;
}
.multi-filter-wrapper.content-top-bottom .filter-group .group-content .checkbox {
  float: left;
  margin: 2px 9px 2px 2px;
  padding: 2px 6px;
  background-color: #f9f9f9;
}
.multi-filter-wrapper.content-top-bottom .filter-group .group-content .checkbox:hover, .multi-filter-wrapper.content-top-bottom .filter-group .group-content .checkbox.active {
  background-color: #EB3E32;
  color: #fff;
}
.multi-filter-wrapper.content-top-bottom .filter-group .group-content .checkbox label {
  padding-left: 0;
}
.multi-filter-wrapper.content-top-bottom .filter-group .group-content .checkbox input {
  display: none;
}

body.product-category .row.category-description {
  margin-bottom: 26px;
}
body.product-category .row.category-description p {
  margin-bottom: 8px;
}
body.product-category .subcategory-wrapper {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  color: #222;
}
body.product-category .subcategory-wrapper span {
  margin-top: 4px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: block;
}

.filter-wrapper {
  padding: 11px 12px 8px;
  border: 1px solid #e0e0e0;
}
.filter-wrapper .input-group-addon {
  background-color: #f4f5f5;
  border-color: #f4f5f5;
}
@media (max-width: 992px) {
  .filter-wrapper .hidden-xs > .form-group {
    height: 35px;
  }
}
.filter-wrapper .form-group {
  margin-bottom: 0;
  height: 28px;
}
.filter-wrapper .btn-group a {
  padding: 4px 6px;
  font-size: 16px;
  border: none;
  color: #ddd;
}
.filter-wrapper .btn-group .active {
  background-color: #fff;
  box-shadow: none;
  color: #333;
}

body.product-manufacturer .title {
  font-size: 18px;
}
body.product-manufacturer .manufacturer-list {
  border-bottom: 1px solid #e0e0e0;
  border: 1px solid #e0e0e0;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
body.product-manufacturer .manufacturer-list h2 {
  border-bottom: 1px solid #e0e0e0;
  background-color: #f6f6f6;
  padding: 14px;
}
body.product-manufacturer .manufacturer-list .image {
  text-align: center;
}
body.product-manufacturer .manufacturer-list .image a {
  text-align: center;
  display: inline-block;
  padding: 5px;
}

body.product-product .elevate-zoom-wrapper {
  overflow: hidden;
  position: relative;
}
body.product-product .elevate-zoom-preview {
  text-align: center;
  border-radius: 2px;
  border: 1px solid #eaeaea;
}
body.product-product .elevate-zoom-preview.swiper-vertical {
  margin-left: 108px;
}
@media (max-width: 768px) {
  body.product-product .elevate-zoom-preview {
    margin: 0;
  }
}
body.product-product .elevate-zoom-preview a {
  display: block;
}
body.product-product #product-thumbnail-gallery {
  position: relative;
  text-align: center;
  overflow: hidden;
}
body.product-product #product-thumbnail-gallery .btn-more {
  position: absolute;
  display: block;
  margin-top: -10px;
  background: transparent;
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #999;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 9;
}
body.product-product #product-thumbnail-gallery .btn-more i {
  font-size: 14px;
}
body.product-product #product-thumbnail-gallery .btn-more:hover i {
  color: #EB3E32;
}
@media (max-width: 768px) {
  body.product-product #product-thumbnail-gallery .btn-more {
    display: none;
  }
}
body.product-product #product-thumbnail-gallery.swiper-vertical {
  position: absolute;
  width: 90px;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 19px 0;
}
body.product-product #product-thumbnail-gallery.swiper-vertical .prev-thumb {
  top: 5px;
  left: 50%;
  margin-left: -10px;
}
body.product-product #product-thumbnail-gallery.swiper-vertical .prev-thumb i:before {
  content: '\f077';
}
body.product-product #product-thumbnail-gallery.swiper-vertical .next-thumb {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
body.product-product #product-thumbnail-gallery.swiper-vertical .next-thumb i:before {
  content: '\f078';
}
@media (min-width: 768px) {
  body.product-product #product-thumbnail-gallery.swiper-horizontal {
    margin-top: 8px;
    padding: 0 30px;
  }
}
body.product-product #product-thumbnail-gallery.swiper-horizontal .prev-thumb {
  top: 50%;
  margin-top: -10px;
  left: -6px;
}
body.product-product #product-thumbnail-gallery.swiper-horizontal .next-thumb {
  top: 50%;
  margin-top: -10px;
  right: -4px;
}
@media (max-width: 768px) {
  body.product-product #product-thumbnail-gallery {
    position: relative;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
}
body.product-product #product-thumbnail-gallery .swiper-container {
  width: 100%;
  height: 100%;
}
body.product-product #product-thumbnail-gallery .swiper-container .swiper-slide {
  height: 90px;
  width: 90px;
}
body.product-product #product-thumbnail-gallery a {
  display: block;
  border-radius: 2px;
  border: 1px solid #eee;
}
body.product-product #product-thumbnail-gallery a.active, body.product-product #product-thumbnail-gallery a:hover {
  border: 1px solid #EB3E32;
}
body.product-product h1 {
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: 24px;
}
body.product-product h3 {
  font-size: 16px;
}
body.product-product .product-description {
  padding-left: 30px;
}
body.product-product .product-description .form-group label {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
body.product-product #product .radio, body.product-product #product .checkbox {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  cursor: pointer;
}
body.product-product #product .radio:hover span, body.product-product #product .checkbox:hover span {
  border: 2px solid #EB3E32;
  padding: 5px 4px;
}
body.product-product #product .radio img, body.product-product #product .checkbox img {
  padding: 0;
}
body.product-product #product .radio input, body.product-product #product .checkbox input {
  display: none;
}
body.product-product #product .radio input:checked + span, body.product-product #product .checkbox input:checked + span {
  border: 2px solid #EB3E32;
  padding: 5px 4px;
}
body.product-product #product .radio span, body.product-product #product .checkbox span {
  display: block;
  position: relative;
  padding: 6px 5px;
  margin-bottom: 4px;
  text-align: center;
  border-radius: 3px;
  color: #666;
  border: 1px solid #ddd;
}
body.product-product .tags {
  margin-top: 15px;
}
body.product-product .tags a {
  display: inline-block;
  padding: 2px 6px;
  margin: 0 2px;
  color: #333;
  background-color: #f5f5f5;
}
body.product-product .tags a:hover {
  color: #fff;
  background-color: #EB3E32;
}
body.product-product .product-attribute li {
  padding: 3px 0;
}
body.product-product .product-attribute li .title {
  color: #777;
  display: inline-block;
  width: 100px;
}
body.product-product .tax-discounts-box {
  color: #777;
  list-style: none;
  padding-left: 0;
  margin-bottom: 14px;
}
body.product-product .product-price-wrapper {
  font-size: 26px;
  border-bottom: 1px solid #eee;
  margin: 10px 0 17px;
  padding-bottom: 14px;
  color: #EB3E32;
}
body.product-product .product-price-wrapper h2 {
  font-size: 26px;
}
body.product-product .product-price-wrapper .price-old {
  color: #888;
  font-size: 18px;
  margin-left: 4px;
}
body.product-product .product-price-wrapper .points {
  font-size: 16px;
}
body.product-product .product-cart-action {
  overflow: hidden;
  margin: 24px 0 30px;
}
body.product-product .product-cart-action .form-control, body.product-product .product-cart-action button {
  height: 46px;
}
@media (max-width: 992px) {
  body.product-product .product-cart-action .form-control, body.product-product .product-cart-action button {
    height: 36px;
  }
}
body.product-product .product-cart-action .quantity-input-wrapper {
  width: 110px;
  position: relative;
  margin-right: 20px;
  float: left;
}
@media (max-width: 500px) {
  body.product-product .product-cart-action .quantity-input-wrapper {
    float: none;
    margin-bottom: 10px;
  }
}
body.product-product .product-cart-action .quantity-input-wrapper a {
  right: 1px;
  position: absolute;
  background: #e5e5e5;
  width: 23px;
  height: 23px;
  font-size: 16px;
  text-align: center;
  line-height: 23px;
}
body.product-product .product-cart-action .quantity-input-wrapper a.quantity-up {
  top: 1px;
}
body.product-product .product-cart-action .quantity-input-wrapper a.quantity-down {
  bottom: 1px;
}
body.product-product .product-cart-action #button-cart {
  float: left;
  margin-right: 20px;
  position: relative;
}
@media (min-width: 992px) {
  body.product-product .product-cart-action #button-cart {
    font-size: 16px;
    padding: 8px 34px 8px 53px;
  }
  body.product-product .product-cart-action #button-cart:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body.product-product .product-cart-action .wishlist-share {
    float: left;
  }
  body.product-product .product-cart-action .wishlist-share button {
    padding: 8px 16px;
    margin-right: 6px;
  }
}
body.product-product .stars-box .rating {
  float: left;
  margin: 3px 10px 0 0;
}
body.product-product .stars-box .rating span {
  font-size: 16px;
}
body.product-product .stars-box .more-review {
  display: inline-block;
  padding: 5px 10px 5px 5px;
}
body.product-product .stars-box .more-review a {
  color: #999;
  font-size: 14px;
  margin: 0 6px 0 0;
  padding: 0 6px 0 0;
  position: relative;
}
body.product-product .stars-box .more-review a:hover {
  color: #EB3E32;
}
body.product-product .stars-box .more-review a:hover i {
  color: #EB3E32;
}
body.product-product .nav-tabs {
  margin-top: 20px;
}
body.product-product .tab-content {
  padding: 20px;
  margin: 20px 0 20px;
  border: 1px solid #e0e0e0;
}
body.product-product #displayQuestionAnwser .item {
  border-bottom: 1px dotted #DEDEDE;
  margin: 0px 0px 9px;
}
body.product-product #displayQuestionAnwser .item .inner {
  margin-left: 25px;
}
@media (min-width: 768px) {
  body.product-product #displayQuestionAnwser .item .inner {
    margin-right: 160px;
  }
}
@media (max-width: 768px) {
  body.product-product #displayQuestionAnwser .item .inner {
    margin-bottom: 24px;
  }
}
body.product-product #displayQuestionAnwser dl {
  padding: 0px;
  margin-bottom: 10px;
  overflow: hidden;
}
body.product-product #displayQuestionAnwser dl i {
  width: 22px;
  font-size: 16px;
  text-align: center;
  float: left;
  line-height: 24px;
}
body.product-product #displayQuestionAnwser dl.ask i {
  color: #f91 !important;
  font-size: 18px !important;
}
body.product-product #displayQuestionAnwser dl.answer i {
  color: #9b1 !important;
}
body.product-product #displayQuestionAnwser dd {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  position: relative;
}
body.product-product #displayQuestionAnwser .content {
  padding: 0px;
  margin-bottom: 0px;
  border: 0px;
}
body.product-product #displayQuestionAnwser .content > div:first-of-type {
  float: left;
  line-height: 24px;
  font-size: 14px;
}
body.product-product #displayQuestionAnwser .date-answer {
  text-align: right;
  line-height: 24px;
  color: #9C9A9C;
  position: absolute;
}
@media (min-width: 768px) {
  body.product-product #displayQuestionAnwser .date-answer {
    top: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  body.product-product #displayQuestionAnwser .date-answer {
    bottom: 0;
    left: 25px;
  }
}
body.product-product #review .table-bordered {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
body.product-product #review .table-bordered:last-of-type {
  border: none;
  margin-bottom: 0;
}
body.product-product #review .table-bordered td {
  border: none;
}
body.product-product #review tbody > tr:first-of-type td {
  background-color: #f9f9f9;
}
body.product-product #review .oreview-img-box a {
  border: 1px solid #ddd;
  display: inline-block;
  margin: 0 5px 10px 0;
  cursor: pointer;
  width: 80px;
  height: auto;
}
body.product-product #review .oreview-img-box a:hover {
  border-color: #EB3E32;
}
body.product-product #review p {
  margin: 0 0 10px;
}

body.account-account .account-grid-wrapper.account-grid-gb a em {
  height: 44px !important;
}
body.account-account .account-grid-wrapper a {
  display: block;
  border: 1px solid #e0e0e0;
  padding: 26px 16px 20px;
  text-align: center;
  font-size: 16px;
  color: #333;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.account-account .account-grid-wrapper a:hover {
  box-shadow: inset 0 0 38px rgba(0, 0, 0, 0.08);
}
body.account-account .account-grid-wrapper a span {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 16px auto;
}
body.account-account .account-grid-wrapper a em {
  font-style: normal;
  display: inline-block;
  height: 22px;
  overflow: hidden;
}
body.account-account .account-grid-wrapper a img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
body.account-account .account-grid-wrapper a:before {
  display: none;
}
body.account-account .link-group-wrapper {
  margin-bottom: 20px;
  padding-bottom: 0;
}
body.account-account .link-group-wrapper i {
  margin-right: 5px;
  color: #555;
}
body.account-account .avatar-wrapper {
  position: relative;
  display: inline-block;
}
body.account-account .avatar-wrapper .img-circle {
  display: inline-block;
  max-width: 100%;
  border: 3px solid #e8e8e8;
}
@media (max-width: 768px) {
  body.account-account .avatar-wrapper .img-circle {
    max-width: 80px;
  }
}
body.account-account .avatar-wrapper #button-avatar {
  display: none;
  position: absolute;
  left: 10px;
  right: 10px;
  text-align: center;
  top: 50%;
  margin-top: -14px;
  background: #EB3E32;
  color: #fff;
  padding: 5px 0;
}
body.account-account .avatar-wrapper:hover #button-avatar {
  display: block;
}
@media (min-width: 992px) {
  body.account-account .account-height {
    height: 183px;
  }
}
@media (min-width: 768px) {
  body.account-account .account-information {
    margin-top: 10px;
  }
}
body.account-account .account-information p {
  font-size: 14px;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #eceaea;
}
body.account-account .account-information p i {
  color: #aeb1bb;
}
body.account-account #image-upload {
  margin: 0;
  text-align: center;
}
body.account-account #clipArea {
  height: 300px;
}
body.account-account #file, body.account-account #clipBtn {
  margin: 20px;
}
body.account-account #file {
  display: none;
}

body.checkout-checkout .quick-checkout-wrapper {
  margin-bottom: 20px;
}
body.checkout-checkout .quick-checkout-wrapper .checkout-section {
  margin-bottom: 20px;
  padding: 8px;
  position: relative;
  border: 1px solid #e0e0e0;
}
body.checkout-checkout .quick-checkout-wrapper .checkout-section h2 {
  padding: 12px;
  margin: -8px -8px 10px -8px;
  background: #eee;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
body.checkout-checkout .quick-checkout-wrapper .checkout-section legend {
  font-size: 14px;
}
body.checkout-checkout .quick-checkout-wrapper .checkout-section .radio {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
}
body.checkout-checkout .quick-checkout-wrapper .checkout-section .radio:after {
  display: none;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  background: url("../image/selected-icon.png") no-repeat;
}
body.checkout-checkout .quick-checkout-wrapper .checkout-section .radio:hover {
  border: 2px solid #EB3E32;
  background-color: #fff3f3;
}
body.checkout-checkout .quick-checkout-wrapper .checkout-section .radio:hover label {
  padding: 7px 10px;
}
body.checkout-checkout .quick-checkout-wrapper .checkout-section .radio label {
  padding-left: 0;
  padding: 8px 11px;
  display: block;
}
body.checkout-checkout .quick-checkout-wrapper .checkout-section .radio input {
  display: none;
}
body.checkout-checkout .quick-checkout-wrapper .checkout-section .radio.active {
  border: 2px solid #EB3E32;
}
body.checkout-checkout .quick-checkout-wrapper .checkout-section .radio.active label {
  padding: 7px 10px;
}
body.checkout-checkout .quick-checkout-wrapper .checkout-section .radio.active:after {
  display: block;
}
body.checkout-checkout .quick-checkout-wrapper #login-section .form-group, body.checkout-checkout .quick-checkout-wrapper #payment-address-section .form-group, body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .form-group {
  overflow: hidden;
  display: block;
  clear: both;
}
body.checkout-checkout .quick-checkout-wrapper #login-section .form-group label.control-label, body.checkout-checkout .quick-checkout-wrapper #payment-address-section .form-group label.control-label, body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .form-group label.control-label {
  display: block;
  float: left;
  width: 35%;
  padding: 0;
  margin-bottom: 0;
  min-height: 34px;
  line-height: 34px;
}
body.checkout-checkout .quick-checkout-wrapper #login-section .form-group input, body.checkout-checkout .quick-checkout-wrapper #login-section .form-group select, body.checkout-checkout .quick-checkout-wrapper #payment-address-section .form-group input, body.checkout-checkout .quick-checkout-wrapper #payment-address-section .form-group select, body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .form-group input, body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .form-group select {
  width: 65%;
  float: left;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .form-group .col-sm-10 {
  float: left;
  width: 65%;
  padding: 0;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .form-group .col-sm-10 input, body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .form-group .col-sm-10 select {
  width: 100%;
  float: none;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .title-wrapper {
  overflow: hidden;
  margin: -8px -8px 10px -8px;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .title-wrapper h2 {
  margin: 0 0 10px !important;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .title-wrapper h2 #button-new-address {
  float: right;
  color: #005ea7;
  font-weight: 500;
  cursor: pointer;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .title-wrapper h2 #button-new-address:hover {
  color: red;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .title-wrapper .title-radio {
  float: right;
  margin-top: 0;
  cursor: pointer;
  color: #005ea7 !important;
  font-weight: 500 !important;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .title-wrapper .title-radio:hover {
  color: red !important;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .title-wrapper .title-radio label {
  padding-left: 0;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section .title-wrapper .title-radio input {
  display: none;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul {
  padding-left: 3px;
  list-style: none;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li {
  position: relative;
  padding: 0 10px 0 0;
  margin-bottom: 5px;
  cursor: pointer;
  overflow: hidden;
  display: none;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li .items {
  float: left;
  width: 92%;
  padding: 7px 0;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li .address-actions {
  float: right;
  width: 7%;
  padding: 8px 0;
  text-align: right;
}
@media (min-width: 768px) {
  body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li .address-actions {
    display: none;
  }
}
@media (max-width: 768px) {
  body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li .address-actions {
    position: absolute;
    width: 32px;
    right: 0;
    top: 1px;
  }
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li .address-actions span {
  color: #005ea7;
  margin-left: 6px;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li .address-actions span:hover {
  color: red;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li .name {
  display: inline-block;
  margin: -7px 0;
  padding: 7px;
  position: relative;
  border: 2px solid transparent;
}
@media (max-width: 768px) {
  body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li .name {
    margin: -7px 0 0;
  }
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li .name:after {
  display: none;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  background: url("../image/selected-icon.png") no-repeat;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li.active {
  display: block;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li.active .name {
  border-color: #EB3E32;
  border-radius: 3px;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li.active .name:after {
  display: block;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li.block {
  display: block;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li:hover {
  background-color: #fff3f3;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul li:hover .address-actions {
  display: block;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul .show-more {
  margin-top: 5px;
  cursor: pointer;
  display: inline-block;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul .show-more.active i:before {
  content: "\f102";
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section #shipping-existing ul .show-more:hover {
  color: red;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section.no-addresses {
  border: 2px dashed #ddd;
  text-align: center;
  background-color: #f7f7f7;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section.no-addresses.border-red {
  border-color: red;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section.no-addresses:hover {
  border-color: #EB3E32;
  color: #EB3E32;
}
body.checkout-checkout .quick-checkout-wrapper #shipping-address-section.no-addresses #button-new-address {
  display: block;
  padding: 20px 0;
  font-size: 18px;
}
body.checkout-checkout .quick-checkout-wrapper #payment-confirm-wrapper .buttons, body.checkout-checkout .quick-checkout-wrapper #payment-confirm-wrapper #button-confirm {
  display: none !important;
}
@media (min-width: 992px) {
  body.checkout-checkout .quick-checkout-wrapper .left-section-wrapper #shipping-new .form-group {
    margin-bottom: 10px;
  }
  body.checkout-checkout .quick-checkout-wrapper .left-section-wrapper #shipping-new .form-group label {
    min-height: 24px;
    line-height: 24px;
    width: 100%;
    font-weight: bold;
    padding-top: 0 !important;
    margin-bottom: 5px !important;
    text-align: left !important;
  }
  body.checkout-checkout .quick-checkout-wrapper .left-section-wrapper #shipping-new .form-group .col-sm-10 {
    width: 100%;
  }
}
body.checkout-checkout .quick-checkout-wrapper .product-wrapper .product-list table {
  border-bottom: 1px solid #e0e0e0;
}
body.checkout-checkout .quick-checkout-wrapper .product-wrapper .table-total {
  margin-bottom: 0;
}
body.checkout-checkout .quick-checkout-wrapper .product-wrapper .table-total td {
  border: none;
}
body.checkout-checkout .quick-checkout-wrapper .product-wrapper img {
  max-width: 60px;
  margin-bottom: 0;
}
body.checkout-checkout .quick-checkout-wrapper .checkout-total-wrapper td {
  padding: 8px;
}
body.checkout-checkout .quick-checkout-wrapper .checkout-total-wrapper tr:last-of-type {
  color: #EB3E32;
  font-weight: bold;
}
body.checkout-checkout .quick-checkout-wrapper .text-danger {
  padding: 0 5px;
  margin-left: 5px;
  background: #a94442;
  color: #fff;
  display: inline-block;
}

#quick-checkout-connect .quick-checkout-connect-wrapper {
  background-color: #f3fcee;
  border-top: 2px solid #4cb64c;
  padding: 20px;
  overflow: hidden;
}
#quick-checkout-connect .quick-checkout-connect-wrapper .order-info {
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #quick-checkout-connect .quick-checkout-connect-wrapper .order-info {
    max-width: 740px;
  }
}
#quick-checkout-connect .quick-checkout-connect-wrapper .order-info .row {
  margin-bottom: 6px;
}
#quick-checkout-connect .quick-checkout-connect-wrapper .order-info .icon-wrapper {
  float: left;
  margin-right: 15px;
}
#quick-checkout-connect .quick-checkout-connect-wrapper .order-info .icon-wrapper i {
  font-size: 66px;
  color: #4cb64c;
}
@media (min-width: 992px) {
  #quick-checkout-connect .quick-checkout-connect-wrapper .order-info .icon-wrapper i {
    margin-top: 8px;
  }
}
#quick-checkout-connect .quick-checkout-connect-wrapper .order-info .inner-wrapper {
  float: left;
}
#quick-checkout-connect .quick-checkout-connect-wrapper .order-info .inner-wrapper h2.title {
  color: #219a21;
}
#quick-checkout-connect .quick-checkout-connect-wrapper .order-info .color-red {
  color: #d20505;
}
#quick-checkout-connect .quick-checkout-connect-wrapper #payment-confirm-wrapper {
  margin-top: 15px;
}
#quick-checkout-connect .quick-checkout-connect-wrapper #payment-confirm-wrapper hr {
  border-color: #60ca60;
}
#quick-checkout-connect .quick-checkout-connect-wrapper #payment-confirm-wrapper p {
  margin-bottom: 10px;
}

.checkout-process-wrapper {
  padding: 14px 0 68px;
}
@media (min-width: 768px) {
  .checkout-process-wrapper h1 {
    float: left;
    margin: 4px 0 10px;
  }
}
.checkout-process-wrapper .process-list {
  padding-left: 0;
  list-style: none;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .checkout-process-wrapper .process-list {
    width: 500px;
    float: right;
  }
}
.checkout-process-wrapper .process-list li {
  float: left;
  width: 33.33333%;
  text-align: center;
  position: relative;
  height: 6px;
  border-top: 6px solid #ccc;
}
.checkout-process-wrapper .process-list li:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.checkout-process-wrapper .process-list li:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.checkout-process-wrapper .process-list li.active {
  border-color: #EB3E32;
}
.checkout-process-wrapper .process-list li.active div {
  background-color: #EB3E32;
}
.checkout-process-wrapper .process-list li.active span {
  color: #EB3E32;
}
.checkout-process-wrapper .process-list li.old {
  border-color: #ffb97d;
}
.checkout-process-wrapper .process-list li.old div {
  background-color: #ffb97d;
}
.checkout-process-wrapper .process-list li.old span {
  color: #ffb97d;
}
.checkout-process-wrapper .process-list li div {
  width: 23px;
  height: 23px;
  margin: -15px auto 4px;
  line-height: 23px;
  color: #fff;
  background-color: #ccc;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .address-form-modal {
    width: 90% !important;
  }
}

body.checkout-checkout-connect #payment-confirm-wrapper .buttons .pull-right {
  float: left !important;
}

body.account-login .login-bg-wrapper {
  margin: 0 0 -20px;
  width: 100%;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 992px) {
  body.account-login .login-bg-wrapper {
    min-height: 600px;
  }
}
body.account-login .login-bg-wrapper .alert {
  margin-top: 10px;
}
body.account-login .login-bg-wrapper .login-wrapper {
  padding: 30px 30px;
  margin: 78px auto;
  margin-right: 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  body.account-login .login-bg-wrapper .login-wrapper {
    width: 420px;
  }
}
@media (max-width: 768px) {
  body.account-login .login-bg-wrapper .login-wrapper {
    margin: 30px auto;
    padding: 10px;
  }
}
body.account-login .login-bg-wrapper .login-wrapper h2 {
  text-align: center;
  padding-bottom: 16px;
  font-size: 24px;
  margin-bottom: 22px;
  border-bottom: 1px solid #eee;
}
body.account-login .login-bg-wrapper .login-wrapper label {
  font-size: 16px;
  font-weight: 500;
}
body.account-login .login-bg-wrapper .login-wrapper input {
  height: 48px;
}
@media (max-width: 768px) {
  body.account-login .login-bg-wrapper .login-wrapper input {
    height: 40px;
  }
}
body.account-login .login-bg-wrapper .login-wrapper .register-box {
  overflow: hidden;
}
body.account-login .login-bg-wrapper .login-wrapper input[type='submit'] {
  width: 100%;
  font-size: 16px;
}

.omni-auth-wrapper {
  margin-top: 24px;
}
.omni-auth-wrapper p {
  color: #7d8092;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.omni-auth-wrapper p span {
  background-color: #fff;
  position: relative;
  padding: 0 10px;
}
.omni-auth-wrapper p:before {
  background-image: linear-gradient(to right, #ffffff 0%, #7b8090 53%, #ffffff 100%);
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
}
.omni-auth-wrapper .icons {
  text-align: center;
}
.omni-auth-wrapper .icons a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: #a7afb9;
  margin: 0 12px;
  color: #fff;
}
.omni-auth-wrapper .icons a:hover {
  background-color: #EB3E32;
}
.omni-auth-wrapper .icons a i {
  font-size: 17px;
}

.account-register .omni-auth-wrapper .icons {
  text-align: left;
}
.account-register .omni-auth-wrapper .icons a {
  margin: 0 12px 0 0;
}

body.product-compare .table-bordered {
  text-align: center;
}
body.product-compare .product-name {
  color: #EB3E32;
}
body.product-compare .compaer-price {
  font-size: 16px;
  color: #EB3E32;
  font-weight: 600;
}
body.product-compare .compaer-price .price-old {
  font-weight: 500;
  color: #888;
  text-decoration: line-through;
}
body.product-compare .rating .rating-list {
  margin-top: 6px;
}
body.product-compare .compare-button input, body.product-compare .compare-button a {
  display: inline-block;
  width: 47%;
}

body.account-edit .socials-wrapper {
  display: table;
}
body.account-edit .socials-wrapper .icons {
  margin-right: 4px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: #eee;
}
body.account-edit .socials-wrapper .icons.active {
  filter: grayscale(1);
  opacity: .6;
}
body.account-edit .socials-wrapper .icons img {
  max-width: 36px;
  display: inline-block;
}
body.account-edit .socials-wrapper .info {
  padding-left: 10px;
  display: table-cell;
  font-size: 16px;
  vertical-align: middle;
}
body.account-edit .socials-wrapper .info span {
  display: block;
  padding-bottom: 6px;
}
body.account-edit .socials-wrapper .info span.relation-state {
  padding: 3px 9px;
}

body.account-coupons .coupon-item-wrapper {
  text-align: center;
  margin-bottom: 20px;
  background: #ececec;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.account-coupons .coupon-item-wrapper:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
body.account-coupons .coupon-item-wrapper .coupon-item {
  padding: 12px 11px;
}
body.account-coupons .coupon-item-wrapper .coupon-item .coupon-border {
  border: 1px dashed #bbb;
  padding: 12px 10px;
}
body.account-coupons .coupon-item-wrapper .coupon-item .coupon-discount {
  font-size: 50px;
  font-weight: 700;
}
body.account-coupons .coupon-item-wrapper .coupon-item span {
  display: block;
}

.account-oreview-info .name-info {
  border-bottom: 1px solid #e0e0e0;
}
.account-oreview-info .name-info > div {
  margin-bottom: 10px;
}

.account-oreview-add .upload-img, .account-oreview-info .upload-img {
  float: left;
  margin-right: 10px;
  border: 1px solid #ddd;
  position: relative;
}
.account-oreview-add .upload-img:hover button, .account-oreview-info .upload-img:hover button {
  display: block;
}
.account-oreview-add .upload-img img, .account-oreview-info .upload-img img {
  max-width: 82px;
  max-height: 82px;
}
.account-oreview-add .upload-img button, .account-oreview-info .upload-img button {
  display: none;
  top: 0;
  right: 0;
  padding: 1px 5px;
  position: absolute;
}
.account-oreview-add .upload-img:hover, .account-oreview-info .upload-img:hover {
  border-color: #EB3E32;
}

.account-oreview-add h2 {
  margin-bottom: 15px;
}
.account-oreview-add .star-box {
  font-size: 0;
  display: table;
}
.account-oreview-add .star-box > label {
  color: #ddd;
  float: right;
  width: auto !important;
  cursor: pointer;
}
.account-oreview-add .star-box > label:before {
  content: '\f005';
  font-family: FontAwesome;
  display: inline-block;
  padding: 5px;
  font-size: 24px;
  line-height: 1em;
}
.account-oreview-add .star-box > input:checked ~ label, .account-oreview-add .star-box:not(:checked) > label:hover, .account-oreview-add .star-box:not(:checked) > label:hover ~ label {
  color: #FFD700;
}
.account-oreview-add .control-label {
  font-size: 14px;
  font-weight: 600;
}
.account-oreview-add .control-label span {
  font-size: 12px;
  font-weight: 500;
}
.account-oreview-add .control-label.title {
  margin-bottom: 15px !important;
}
.account-oreview-add .up-btn button {
  border: 1px dashed #ccc;
  width: 100%;
  height: 64px;
  text-align: center;
  color: #666;
  padding: 0;
  font-size: 18px;
}
@media (max-width: 768px) {
  .account-oreview-add .up-btn button {
    height: 44px;
    font-size: 12px;
  }
}
.account-oreview-add .up-btn button:hover, .account-oreview-add .up-btn button:focus {
  border-color: #777;
  background: #f7f7f7;
  color: #333;
}
.account-oreview-add .up-btn button i {
  font-size: 18px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .account-oreview-add .up-btn button i {
    font-size: 12px;
  }
}
.account-oreview-add .up-btn button.disabled {
  background: #f7f7f7 !important;
}

body.account-order .order-wrapper td {
  vertical-align: top !important;
}
body.account-order .order-wrapper .heading td {
  background-color: #f5f5f5 !important;
}
body.account-order .order-wrapper .product {
  overflow: hidden;
}
body.account-order .order-wrapper .product .image {
  float: left;
  width: 60px;
  border: 1px solid #efefef;
  margin-right: 14px;
}
body.account-order .order-wrapper .product .image img {
  width: 60px;
}

body.account-order-info .payment-wrapper .buttons {
  clear: both;
  overflow: hidden;
}

body.checkout-cart table#product-table {
  border-bottom: 1px solid #e5e5e5;
}
body.checkout-cart table#product-table .img-thumbnail {
  max-width: 60px;
}
body.checkout-cart table#product-table .name {
  color: #333;
}
body.checkout-cart table#product-table .quantity-wrapper button {
  width: 30px;
  padding: 8px 2px;
}
body.checkout-cart table#product-table .quantity-wrapper .form-control {
  padding: 0;
  text-align: center;
}
body.checkout-cart table#cart-totals tbody > tr:last-of-type td {
  color: #EB3E32;
}

body.blog-category #content h2:hover a, body.blog-home #content h2:hover a {
  color: #EB3E32;
}
body.blog-category #content h2 a, body.blog-home #content h2 a {
  font-weight: bold;
}
body.blog-category #content p, body.blog-home #content p {
  margin-bottom: 6px;
  line-height: 24px;
  color: #5d5d5d;
}
body.blog-category #content p.empty, body.blog-home #content p.empty {
  text-align: center;
  font-size: 28px;
  color: #ccc;
  margin: 40px 0;
}
body.blog-category #content .description-section, body.blog-home #content .description-section {
  padding: 10px;
}
body.blog-category #content .description-section img.thumb, body.blog-home #content .description-section img.thumb {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
body.blog-category #content .description-section p, body.blog-home #content .description-section p {
  font-size: 14px;
  color: #333;
}
body.blog-category #content .post-section p.info, body.blog-home #content .post-section p.info {
  font-size: 13px;
  color: #969696;
}
body.blog-category #content .post-section .thumb, body.blog-home #content .post-section .thumb {
  margin-bottom: 20px;
}

body.blog-post #content h1 {
  margin: 10px 0 20px;
}
body.blog-post #content p {
  line-height: 28px;
  color: #5d5d5d;
}
body.blog-post #content .info {
  position: relative;
}
body.blog-post #content .info .share {
  position: absolute;
  right: 0;
  top: 0;
}
body.blog-post #content .post-body a {
  text-decoration: underline;
}
body.blog-post #content .post-body h1, body.blog-post #content .post-body h2, body.blog-post #content .post-body h3, body.blog-post #content .post-body h4 {
  border-bottom: none;
}
body.blog-post #content .post-body ol li, body.blog-post #content .post-body ul li {
  line-height: 28px;
}
body.blog-post #content .post-body blockquote {
  font-size: 13px;
  border-left-color: #EB3E32;
  background-color: #f7f7f7;
}
body.blog-post #content .post-body pre {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #f7f7f7;
  color: #5d5d5d;
}
body.blog-post #content .seo, body.blog-post #content .description {
  background: #f7f7f7;
  padding: 20px;
  border-left: 4px solid #EB3E32;
}
body.blog-post #content .seo ul, body.blog-post #content .description ul {
  margin-bottom: 0;
}
body.blog-post #content .description {
  margin-bottom: 30px;
  font-size: 13px;
  font-style: italic;
}

.account-wishlist .fa-shopping-cart, .account-wishlist .fa-times {
  width: 12px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .account-wishlist .table-hover tr .btn + .btn {
    margin-top: 5px;
  }
}

.information-sitemap .map-wrapper li > a:first-child, .information-sitemap .map-wrapper li > span:first-child {
  padding: 7px;
  display: block;
  color: #020202;
}
.information-sitemap .map-wrapper > ul > li > a:first-child, .information-sitemap .map-wrapper > ul li > span:first-child {
  background: #eee;
  margin: 7px;
}

.account-register .omni-auth-wrapper p {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.account-register .omni-auth-wrapper p span {
  padding-left: 0;
  font-size: 16px;
  color: #333;
}
.account-register .omni-auth-wrapper p:before {
  display: none;
}
.account-register .omni-auth-wrapper .icons {
  text-align: left;
}
.account-register .omni-auth-wrapper .icons a {
  margin: 0 12px 0 0;
}

#common-maintenance {
  text-align: center;
}
#common-maintenance .message {
  padding: 26px 0 60px;
}
#common-maintenance .message img {
  display: inline-block;
}

.success-items {
  background-color: #f3fcee;
  border-top: 2px solid #4cb64c;
  padding: 20px;
  font-size: 16px;
  overflow: hidden;
}
.success-items .order-info {
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .success-items .order-info {
    max-width: 740px;
  }
}
.success-items .order-info .row {
  margin-bottom: 6px;
}
.success-items .order-info .icon-wrapper {
  float: left;
  margin-right: 15px;
}
.success-items .order-info .icon-wrapper i {
  font-size: 66px;
  color: #4cb64c;
}
@media (min-width: 992px) {
  .success-items .order-info .icon-wrapper i {
    margin-top: 8px;
  }
}
.success-items .order-info .inner-wrapper {
  float: left;
}
.success-items .order-info .inner-wrapper h2.title {
  color: #219a21;
}
.success-items .order-info .color-red {
  color: #d20505;
}
.success-items h2.title {
  color: #219a21;
  margin-bottom: 8px;
}
.success-items p {
  margin-bottom: 16px;
}
.success-items .btn {
  padding: 8px 26px;
}
