body {
  font-family: "微软雅黑", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
/* default font size */
.fa {
  font-size: 14px;
}
.show {
  display: block !important;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}
label {
  font-size: 12px;
  font-weight: normal;
}

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: 13px;
  height: 30px;
  background: none;
  border: 0;
  padding-right: 100px;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-repeat: repeat-x;
}
/* top */
#top {
  background: #198779;
  min-height: 42px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#top .btn-link,
#top-links li,
#top-links a {
  color: #fff;
  text-decoration: none;
}
#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}
#top-links .dropdown-menu a {
  text-shadow: none;
  color: #198779;
}
#top-links .dropdown-menu a:hover {
  color: #fff;
  background: #198779 !important;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links {
  padding-top: 6px;
  float: left !important;
}
#top-links a + a {
  margin-left: 15px;
}
/* logo */
#logo {
  margin: 10px 0;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #fff;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
#cart.open > .btn {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 400px;
  padding: 10px;

max-height: 500px;
    overflow: auto;




}

.qrcode {
  display: block;
  margin: 0 auto;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
  .qrcode {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  /*	min-width: 427px;
	padding: 0 10px;*/
}
@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 0;
}
/* menu */
#coment #common-home {
  width: 77%;
  float: left;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 0;
}
.bg_dro > a {
  background: none !important;
}
#top-links .dropdown-menu {
  min-width: 100px;
}
#menu {
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
}
#menu .nav > li > a {
  font-size: 12px;
  display: block;
  line-height: 20px;
  margin: 0;
  color: #333;
  padding: 5px 10px 5px 30px;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: inherit;
}
#menu .dropdown-menu {
  padding-bottom: 0;
}
#menu .dropdown-inner {
  display: table;
  margin-bottom: 10px;
}
#menu .dropdown-inner ul {
  display: flex;
  padding: 0 40px;
}
#menu .see-all {
  display: none !important;
}
#menu .dropdown-inner a {
  min-width: 120px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #10554c;
  font-size: 12px;
}
#menu .dropdown-inner li a:hover {
  color: #ffffff;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #a30c2a;
}
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  /*	min-height: 600px;*/
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "微软雅黑", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
  width: 75%;
  float: right;
}
#checkout-cart .alert button {
  top: 0;
  right: 0;
}
#checkout-cart .input-group .btn-primary {
  padding: 12px 18px !important;
  margin-right: 5px;
}
#checkout-cart .input-group .btn-danger {
  border: 0;
  border-radius: 0;
}
/* breadcrumb */
.breadcrumb {
  margin: 15px 0;
  padding: 8px 0;
  border-radius: 0;
  border: 1px solid #198779;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 25px;
  height: 25px;
  border-right: 1px solid #198779;
  border-bottom: 1px solid #198779;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagination {
  margin: 0;
}
/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 16px 18px;
  font-size: 12px;
}
.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-default {
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  padding: 10px 20px;
  background: #198779;
  background-repeat: repeat-x;
}
.btn-primary {
  color: #ffffff;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  padding: 10px 20px;
  background: #198779;
  background-repeat: repeat-x;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #1f90bb;
  /*	background-position: 0 -15px;*/
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #198779;
  background-repeat: repeat-x;
}
.zf_l {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.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 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #198779;
  background-repeat: repeat-x;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}
/* carousel */
.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 list */
.product-thumb {
  margin-bottom: 20px;
  overflow: auto;
}
.product-thumb .image {
  text-align: center;
  border: 1px solid #ddd;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
  text-align: center;
  margin: 2px 0;
}
/*.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}*/
.caption a {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  line-height: 13px;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #e69500;
}
h2.price {
  margin: 0;
}
.product-thumb .price {
  color: #444;
}
.product-thumb .price-new {
  font-weight: 600;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .button-group {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

/*2017/10/23 修改*/
@media (min-width: 1200px) {
  #top-links .list-inline .fa {
    display: none;
  }
}

.bg_banner img {
  width: 80%;

  margin-left: 10%;
  margin-top: 3%;
}
.swiper-pagination {
  display: none;
}
.row {
  margin: 0;
}
.bg_header {
  background: #10554c;
}
.bg_log {
  width: 25%;
  height: 80px;
  padding: 0;
  margin: 13px 0;
  z-index: 1;
}
#logo {
  height: 100%;
}
#logo img {
  height: 100%;
}
.bg_cart {
  width: initial;
  padding: 0;
  float: right;
  padding: 25px 0 20px;
}
.bg_cart button {
  background: #333;
  border: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.bg_cart .btn-block {
  margin: 0 !important;
}
.bg_cart .fa {
  font-size: 26px !important;
  font-weight: 400;
  line-height: 45px;
  margin: 0 12px;
}
.bg_cart #cart-total {
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  color: #fff;
}
.bg_cart button:hover #cart-total {
  color: #198779;
}
.bg_cart .btn-inverse:hover {
  color: #333;
  background: none;
}
.bg_input input {
  color: #198779;
  display: block !important;
  margin: 0;
  line-height: 5px !important;
  width: 475px !important;
  height: 35px !important;
  padding: 13px 122px 13px 65px !important;
  background: #ffffff;
  border: none;
  float: left !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.bg_input .input-group-btn:before {
  display: block;
  transition: all 0.3s ease;
  content: "\f002";
  font: 400 18px/38px FontAwesome;
  position: absolute;
  color: #333333;
  left: -476px;
  right: auto;
  width: 50px;
  height: 35px;
  background: #f2f2f2;
  z-index: 9;
  text-align: center;
}
.bg_input {
  float: right;
  width: initial;
  padding: 45px 0 15px 0;
}
.bg_input .input-group-btn {
  float: left;
}
.bg_input button {
  border-radius: 0;
  text-shadow: none !important;
  border: none;
  display: inline-block;
  padding: 8.5px 35px !important;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 0;
  right: 0;
  background: #198779;
  color: #ffffff;
}
.bg_input button span {
  font-weight: 500;
  font-size: 14px;
}
.bg_input .btn-default:hover {
  color: #000;
  background: #198779;
}
.bg_list {
  padding: 0;
}
#menu {
  border-radius: 0;
  border: 0;
}
#menu .nav {
  float: none;
  background: #e5e6e7;
  background: linear-gradient(to right, #f1f2f3 0%, #f0f1f2 79%, #e5e6e7 100%);
  margin-bottom: 10px;
}
#menu .nav > p {
  color: #fff;
  background: #10554c;
  font: 700 16px/10px "微软雅黑";
  padding: 15px 10px 17px 27px;
  margin: 0 0 30px;
}
#menu .nav > li:last-child {
  margin-bottom: 30px;
}
#menu .nav li {
  float: none;
}
#menu .dropdown-inner > p {
  color: #000;
  margin: 10px 40px;
  padding: 20px 0;
  border-bottom: 2px solid #198779;
}
#menu .dropdown-inner li {
  float: left;
  padding: 6px 0;
  transition: 0.2s;
}
.bg_list .dropdown-menu {
  top: 0;
  left: 100%;
}
#coment {
  min-height: 725px;
}
#common-home .swiper-viewport {
  border: 0;
  box-shadow: none;
  border-radius: 0px;
}
footer .container p {
  display: inline-block;
  font-family: "微软雅黑";
}
#menu .open > .dropdown-menu {
  display: none;
}
.bg_rem ul li:hover {
  background: #198779;
  color: #fff;
}
.bg_rem ul li:hover > a {
  color: #fff !important;
}
#top-links ul li a:hover {
  color: #fff;
}
#top-links {
  margin: 0;
  padding: 0;
}
#top-links ul {
  margin: 0;
}
#top-links > ul > li {
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  margin: 0;
}
#menu .dropdown-menu {
  padding: 0;
  margin: 0;
}
.breadcrumb li a {
  color: #10554c;
}
.bg_rem {
  width: 23%;
  float: left;
  padding: 0;
  display: none;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: 0;
}

.natice {
  background: rgb(187, 58, 87);
  padding: 30px;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 300px;
  margin-top: -200px;
  margin-left: -150px;
  position: fixed;
  box-sizing: border-box;
  z-index: 11;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  display: none;
}
.bh_button {
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 35px;
  position: absolute;
}
.bh_button span {
  background: #10554c;
  padding: 10px 40px;
  cursor: pointer;
}

/*注册页*/
#bg_register {
  width: 25%;
  float: left;
  padding-right: 30px;
}
.bg_tit {
  background: #10554c;
  margin: 0 0 30px;
  padding: 11px 30px;
  color: #fff;
  font-size: 18px;
}
#account-register {
  min-height: 725px;
  padding: 0;
}
#bg_register ul {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
#bg_register ul li {
  list-style-type: none;
  padding: 12px 15px;
  border-bottom: 1px #ccc solid;
}
#bg_register ul li:before {
  content: "\f054";
  margin-right: 10px;
  font-weight: 400;
  font-size: 10px;
  font-family: "FontAwesome";
  color: #198779;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#bg_register ul li a {
  color: #666;
  font-size: 13px;
}
#bg_register ul li a:hover {
  color: #198779;
}
#account-register > .row {
  width: 75%;
  float: left;
}
#top-links .dropdown-menu-right {
  left: 0 !important;
  right: auto !important;
}
.bg_cart,
.bg_input {
  width: auto !important;
}

.form-control {
  border-radius: 0;
}

.school_right {
  float: right;
  width: auto;
  height: 42px;
  line-height: 42px;
  margin: 0;
  color: #fff;
  font-size: 14px;
}

/*按钮样式*/
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #fff !important;
  background: #198779 !important;
}
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
  color: #fff !important;
  background: #198779 !important;
}
#top-links > ul > li {
  position: relative;
}
#top-links > ul > li a {
  position: relative;
  z-index: 2;
  font-size: 12px;
}
#top-links > ul > li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #10554c;
  transition: 0.5s;
  top: -100%;
  left: 0;
  opacity: 0.1;
}
#top-links > ul > li:hover:before {
  top: 0;
  opacity: 0.9;
}
#top-links > ul > li:last-child:before {
  display: none;
}
#top-links > ul > li:last-child {
  font-size: 13px;
}

/*主页*/
#common-home .bg_rem {
  display: none !important;
}
.language {
  position: absolute;
  top: 52px;
  right: 20px;
}
.language .zn {
  border-right: 1px solid;
  color: #fff;
  padding-right: 5px;
}
.language .en {
  border-right: 1px solid;
  color: #fff;
  padding-right: 5px;
}
.language .hk {
  color: #fff;
}
.bg_header .container {
  position: relative;
}

/*登录*/
#content {
  padding: 0;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
}
#bgv_img > img {
  cursor: pointer;
}
#account-login {
  min-height: 725px;
  padding: 0;
}
#account-login > .row {
  width: 75%;
  float: left;
}
#account-login .bg_rem {
  display: none;
}
#account-login .btn-primary {
  background: #198779 !important;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
}
#account-login .well {
  padding: 30px;
}

/*忘记密码*/
#account-forgotten {
  min-height: 725px;
  padding: 0;
}
#account-forgotten > .row {
  width: 75%;
  float: left;
}

/*修改账户*/
#account-edit {
  min-height: 725px;
  padding: 0;
}
#account-edit > .row {
  width: 75%;
  float: left;
}

/*我的账户*/
#account-account {
  min-height: 725px;
  padding: 0;
}
#account-account > .row {
  width: 75%;
  float: left;
}

/*地址簿*/
#account-address {
  min-height: 725px;
  padding: 0;
}
#account-address > .row {
  width: 75%;
  float: left;
}
#account-address #content .text-right {
  vertical-align: bottom;
}

/*订单*/
#account-order {
  min-height: 725px;
  padding: 0;
}
#account-order > .row {
  width: 75%;
  float: left;
}

/*更改密码*/
#account-password {
  min-height: 725px;
  padding: 0;
}
#account-password > .row {
  width: 75%;
  float: left;
}

/*购物车*/
#checkout-cart {
  min-height: 725px;
  padding: 0;
}
#checkout-cart > .row {
  width: 75%;
  float: left;
}
#checkout-cart #content .input-group,
.btn-block {
  padding: 14px 70px 0 50px;
  margin-top: 20px;
}
#checkout-cart #content .input-group,
.btn-block > input {
  float: none !important;
  width: 100% !important;
}
#checkout-cart #content .input-group,
.btn-block .input-group-btn {
  display: block;
  width: auto;
  text-align: center;
}
#checkout-cart #content .img-thumbnail {
  border: 0;
  border-radius: 0;
}
#checkout-cart .text-left a {
  color: #666;
}
.td_colt {
  line-height: 44px !important;
  font-size: 18px;
}
#cart button {
  background: none;
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  font-size: 12px;
  text-shadow: 1px 1px 1px #000;
}
#cart .hrf {
  height: 1px;
  background: #198779;
  margin-bottom: 20px !important;
}
#cart .ta_button .text-right a {
  display: inline-block;
  background: #198779;
  padding: 14px 18px;
  color: #fff;
  font-size: 15px;
  min-width: 111px;
  text-align: center;
  margin: 20px 50px 0;
}
.ta_button > p {
  text-align: center;
}
#cart .dropdown-menu.pull-right {
  max-height: 800px;
  overflow-y: scroll;
}
#content thead > tr > td {
  font-weight: bold;
}

/*结单*/
#checkout-checkout {
  min-height: 725px;
  padding: 0;
}
#checkout-checkout > .row {
  width: 75%;
  float: left;
}
#kangz p input[type="radio"] {
  vertical-align: text-bottom;
  margin-right: 5px;
}

/*联系我们*/
#information-contact {
  min-height: 725px;
  padding: 0;
}
#information-contact > .row {
  width: 75%;
  float: left;
}

/*退出账户*/
#common-success {
  min-height: 725px;
  padding: 0;
}
#common-success > .row {
  width: 75%;
  float: left;
}

/*未登录购物*/
#error-not-found {
  min-height: 725px;
  padding: 0;
}
#error-not-found > .row {
  width: 75%;
  float: left;
}

/*购物商城*/
#product-category .swiper-viewport {
  display: none;
}
#product-category .list-group a {
  border: 0;
  border-radius: 0;
  background: none;
  color: #333;
}
#product-category {
  padding: 0;
  width: 100%;
}
#column-left {
  padding: 0;
  background: #e5e6e7;
  background: linear-gradient(to right, #f1f2f3 0%, #f0f1f2 79%, #e5e6e7 100%);
}
#column-left p {
  color: #fff;
  background: #10554c;
  font-family: "微软雅黑";
  font-size: 18px;
  font-weight: 500;
  padding: 15px 10px 17px 27px;
  margin: 0 0 30px;
}
#column-left .list-group a {
  font-size: 12px;
  display: block;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0px 10px 10px 30px;
}
#product-category #content {
  float: right;
  padding: 0 15px;
  min-height: 700px;
}
#product-category #bg_register {
  padding: 0;
}
#product-category .btn-default {
  color: #333;
  background: #e6e6e6;
}
#product-category .btn.active,
#product-category .btn:active {
  background: #198779;
  color: #fff;
}
#product-category #content {
  padding-right: 0;
}

/*商品详情*/
#product-product #content .col-sm-8 {
  width: 35%;
}
#product-product #content .col-sm-4 {
  width: 65%;
  padding-right: 0;
}
#product-product #content .thumbnails {
  margin-left: -15px;
}
#product-product #content .image-additional {
  margin-left: 0;
}
.image-additional a:hover {
  border-color: #198779;
}
.bgnnimg a.thumbnail:hover {
  border-color: #198779;
}
#product-product .alert {
  width: 100%;
}
#product-product {
  width: 100%;
  padding: 0;
}
#product-product #content .col-sm-8 h3 {
  margin-left: -15px;
}
#product-product #content .col-sm-8 > .row {
  margin-left: -15px;
}
#product-product #content .col-sm-8 .row .col-sm-3 {
  padding-left: 0;
  padding-right: 20px;
  height: 141px;
}

/*常见问题*/
.bg_hei #content {
  padding-right: 0;
}
.list-group-item {
  border: 0 !important;
  background: none;
}

/*联系我们*/
#error-not-found {
  width: 100%;
}
#error-not-found .bg_map a:before {
  content: "\f041";
  display: inline-block;
  font-family: "FontAwesome";
}
.row1:after,
.row2:after {
  content: "";
  display: block;
  clear: both;
}
#content .char {
  margin: 10px 0 20px 0;
  font-size: 20px;
}
#content .ctext {
  font-size: 15px;
  margin: 10px 0 20px 0;
  font-weight: 400;
}
#content .bhbox {
  border: 1px solid #ddd;
  padding: 15px 0;
  line-height: 18px;
}
.bhbox p {
  font-size: 13px;
}
.bhbox span {
  color: red;
}
.bg_map {
  width: 25%;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
}
.bg_map img {
  width: 100%;
}
.bg_map a {
  background: #198779;
  font-size: 15px;
  width: 100%;
  color: #fff;
  padding: 15px 18px;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}
.bg_add {
  width: 35%;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  display: none;
}
.bg_add h4 {
  background-color: #717070;
  color: #fff;
  padding: 1px;
  padding-left: 5px;
}
.bg_adde {
  width: 40%;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
}
.bg_adde h4 {
  background-color: #073652;
  color: #fff;
  padding: 1px;
  padding-left: 5px;
}
.liStyle {
  width: 25%;
  float: left;
  box-sizing: border-box;
  min-height: 1px;
}
.listcon {
  width: 35%;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  display: none;
}
.listcon h4 {
  background-color: #717070;
  color: #fff;
  padding: 1px;
  padding-left: 5px;
}
.listrigh {
  width: 40%;
  float: left;
  box-sizing: border-box;
  padding: 0 15px;
}
.listrigh h4 {
  background-color: #073652;
  color: #fff;
  padding: 1px;
  padding-left: 5px;
}

/*隐藏社交*/
.rating {
  display: none;
}

/*商品列表*/
#content .col-lg-4 {
  width: 16.666%;
  clear: none !important;
  margin: 0 0 30px 20px;
  height: 220px;
  position: relative;
}
.bg_content {
  margin: 0 -15px;
}
#product-category #content h2 {
  font-size: 17px;
  margin: 10px 0 20px;
}
.bg_title {
  border-top: 1px solid #198779;
  border-bottom: 1px solid #198779;
  padding: 5px 0;
  margin-bottom: 12px;
}
#content .bgnnimg {
  float: left;
}
.bg_nome {
  margin: 0;
  color: #777777;
  font-size: 22px;
}
#content .list-unstyled li {
  font-size: 13px;
}
#product > hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #198779;
}
#product > h3 {
  font-size: 15px;
  color: #198779;
  margin: 10px 0 20px 0;
}
.bg_title .form-group {
  margin: 0;
}
.bg_title > .col-xs-6 {
  width: 45%;
}
#content .col-lg-4 button:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: #3c3c3c;
  z-index: -1;
  top: -100%;
  transition: 0.5s;
}
#content .col-lg-4:hover button {
  opacity: 1;
  transition: all 0.5s;
  transform: scale(0.8);
}
#content .col-lg-4 button:hover:before {
  top: 0;
  transition: 0.5s;
}
.thumbnail {
  border-radius: 0;
}
footer p a:hover,
footer p a:focus {
  color: #fff;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.product-thumb .button-group button {
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  transform: scale(0.5);
  opacity: 0;
  width: 80% !important;
  border: none;
  display: inline-block;
  background-color: #198779;
  color: #fff;
  line-height: 38px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0 auto;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
  #product-category #content .bg_content button span {
    display: block !important;
    font-size: 12px;
    line-height: 18px;
  }
  .school_right {
    margin: 0;
    font-size: 12px;
  }

  #product-product .caption a {
    font-size: 12px !important;
  }
  #product-product .caption h4 {
    font-size: 12px !important;
    overflow: hidden;
  }
  #product-product .row > .col-xs-6.col-sm-3 {
    padding: 5px !important;
  }
  #product-product .thumbnails .image-additional {
    margin-left: 5px;
  }
  #product-product .thumbnails .bgnnimg {
    max-width: 200px;
  }
  .bg_content .product-layout {
    width: 22% !important;
  }
}
@media (max-width: 1000px) {
  #product-product .thumbnails .image-additional {
    max-width: 60px;
  }
  #product-product .thumbnails .bgnnimg {
    max-width: 150px;
  }
  #product-product .row > .col-xs-6.col-sm-3 .product-thumb {
    margin: 0;
  }

  .bg_content .product-layout {
    width: 21% !important;
    height: 200px !important;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  footer {
    padding-top: 10px;
  }
  /*禁止滑动*/
  .in-body {
    position: fixed;
  }
  .alert {
    width: 100%;
  }
  #product-product .row > .col-xs-6.col-sm-3 {
    width: 33% !important;
    height: 180px !important;
  }
  #content .col-sm-4 {
    padding: 0;
  }
  #content .col-sm-5 {
    padding: 0;
  }
  #content .col-sm-6 {
    padding: 0;
  }

  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
  .bg_rem {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: block;
  }
  #menu {
    margin: 0;
  }
  #menu .navbar-header {
    background: #333;
    border-bottom: 1px solid #909090;
  }
  #category {
    display: none !important;
  }
  #menu button {
    margin: 0;
    border-radius: 0;
    background: #000;
    border-radius: 0;
    background: none !important;
    border-color: #fff !important;
    border: 0;
    border-right: 1px solid;
    float: left !important;
  }
  #menu button .fa {
    font-size: 33px;
  }
  #menu .btn-navbar {
    padding: 8px 18px;
  }
  .bg_cart {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    padding: 4px 10px;
  }
  .bg_header {
    margin-top: 50px;
  }
  .bg_input {
    padding: 35px 0 75px;
    float: left !important;
    width: 100%;
  }
  .bg_input input {
    width: 70% !important;
    padding: 13px 33px 13px 15px !important;
  }
  .bg_log {
    position: absolute;
    bottom: 15px;
    left: 0px;
    margin: 0;
    width: auto;
    z-index: 1;
    height: 50px;
  }
  .bg_header .row {
    position: relative;
  }
  #common-home {
    float: none !important;
    width: auto !important;
    margin: 40px 15px 0 15px;
    padding: 0 !important;
  }
  #content {
    min-height: auto;
  }
  #coment {
    min-height: auto;
    padding: 0;
  }
  #menu .bg_shop,
  #menu .bg_phon {
    display: none;
  }
  #menu .nav {
    margin: 0 !important;
    background: #303030;
    width: 69%;
  }
  #menu .nav > li > a {
    color: #fff;
  }
  #menu .bg_list {
    border: 0;
    display: none !important;
  }
  .bg_rem ul li:hover {
    background: none;
  }
  .bg_rem ul li:hover > a {
    color: #fff !important;
  }
  #menu .nav > p {
    margin: 0;
  }
  #menu .nav li {
    padding: 10px 0;
    border-bottom: 0.5px #fff solid;
  }
  #search {
    width: 100%;
  }
  #search .btn-lg {
    padding: 8.5px 20px !important;
  }
  .bg_input .input-group-btn:before {
    display: none;
  }
  .navbar-collapse.in:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
  .bg_tit {
    padding: 18px 0 18px 20px;
    font-size: 14px;
  }
  #menu .dropdown-menu {
    display: none;
  }

  #cart .dropdown-menu {
    position: fixed;
    top: 48px;
  }

  /*主页*/
  .language {
    top: 15px !important;
    right: 100px !important;
    z-index: 11;
    position: fixed;
  }
  #common-home .bg_banner {
    overflow: hidden;
  }
  #common-home .bg_banner img {
    min-height: 300px;
    width: 100%;
  }
  #common-home .bg_rem {
    display: block !important;
    position: inherit;
    margin-top: 20px;
  }
  #common-home .bg_boik {
    background: linear-gradient(
      to right,
      #f1f2f3 0%,
      #f0f1f2 79%,
      #e5e6e7 100%
    );
  }
  #common-home .bg_rem ul {
    padding: 0;
    list-style-type: none;
  }
  #common-home .bg_rem ul li {
    margin-top: 10px;
    border: 0;
  }
  #common-home .bg_rem ul li a {
    padding-left: 20px;
    font-size: 12px;
    display: block;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0px 10px 10px 30px;
    color: #333;
    border: 0;
  }
  #common-home .bg_rem ul li a:hover,
  #common-home .bg_rem ul li a:active,
  #common-home .bg_rem ul li a:focus {
    color: #333 !important;
  }
  #common-home .bf_pin {
    position: relative;
  }
  #common-home .bf_pin p {
    margin: 0 0 10px;
    color: #fff;
    background: #198779;
    font: 700 16px/10px "Ubuntu", sans-serif;
    padding: 15px 10px 17px 27px;
  }
  #checkout-cart #content .input-group,
  .btn-block {
    padding: 14 18px;
  }
  #top-links {
    display: none;
  }
  #top .container .school_right {
    margin: 0;
    float: none;
    font-size: 12px;
    height: auto;
    line-height: 15px;
    padding: 10px 0;
  }
  #logo {
    margin: 0;
  }
  #menu .nav p {
    display: none;
  }
  #cart {
    padding: 0;
  }
  /*注册页*/
  #account-register > .row {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  #bg_register {
    width: 100%;
    float: none;
    padding-right: 0px;
    position: relative;
  }
  #account-register {
    padding: 0 15px;
  }
  .bg_ht:before {
    content: "\f056";
    position: absolute;
    right: 8px;
    top: 15px;
    font-size: 21px;
    font-family: "FontAwesome";
    color: #fff;
  }
  .bg_regs:before {
    content: "\f055" !important;
  }
  .bgh {
    height: 0 !important;
    display: none;
  }
  #content {
    padding: 0;
  }
  #top #top-links {
    position: fixed;
    top: 50px;
    left: 0;
    display: block;
    z-index: 999;
    width: 100%;
    display: none;
  }
  #top-links > ul > li:before {
    display: none;
  }
  #top #top-links ul {
    margin: 0 !important;
    background: #303030;
    width: 69%;
  }
  #top #top-links ul li {
    padding: 10px 0;
    border-bottom: 0.5px #fff solid;
    width: 100%;
    height: auto;
    min-height: 50px;
  }
  #top #top-links ul li a {
    font-size: 12px;
    display: block;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 30px;
  }
  .bg_dro {
    padding: 0 !important;
    border-bottom: 0 !important;
  }
  .bg_dro ul {
    padding: 0;
    display: block;
    width: 100% !important;
    position: relative;
  }
  #top #top-links .bg_dro > a {
    display: none;
  }
  #top-links .dropdown-menu a:hover {
    background: #10554c !important;
  }
  #top #top-links .bg_dro .register a:before {
    content: "\f007";
    display: inline-block;
    margin-right: 5px;
    font-family: "FontAwesome";
  }
  #top #top-links .bg_dro .login a:before {
    content: "\f023";
    display: inline-block;
    margin-right: 5px;
    font-family: "FontAwesome";
  }

  /*登录*/
  #account-login {
    padding: 0 15px;
    min-height: auto;
  }
  #account-login > .row {
    width: 100%;
    float: none;
  }
  #account-login .bg_rem {
    display: none;
  }
  #account-login #content {
    padding: 0;
  }

  /*忘记密码*/
  #account-forgotten {
    padding: 0 15px;
    min-height: auto;
  }
  #account-forgotten > .row {
    width: 100%;
    float: none;
  }

  /*修改账户*/
  #account-edit {
    padding: 0 15px;
    min-height: auto;
  }
  #account-edit > .row {
    width: 100%;
    float: none;
  }

  /*我的账户*/
  #account-account {
    padding: 0 15px;
    min-height: auto;
  }
  #account-account > .row {
    width: 100%;
    float: none;
  }

  /*地址簿*/
  #account-address {
    padding: 0 15px;
    min-height: auto;
  }
  #account-address > .row {
    width: 100%;
    float: none;
  }

  /*订单*/
  #account-order {
    padding: 0 15px;
    min-height: auto;
  }
  #account-order > .row {
    width: 100%;
    float: none;
  }

  /*更改密码*/
  #account-password {
    padding: 0 15px;
    min-height: auto;
  }
  #account-password > .row {
    width: 100%;
    float: none;
  }

  /*购物车*/
  #checkout-cart {
    padding: 0 15px;
    min-height: auto;
  }
  #checkout-cart > .row {
    width: 100%;
    float: none;
  }
  #content h1 {
    font-size: 23px;
  }

  /*结单*/
  #checkout-checkout {
    padding: 0 15px;
    min-height: auto;
  }
  #checkout-checkout > .row {
    width: 100%;
    float: none;
  }

  /*联系我们*/
  #information-contact {
    padding: 0 15px;
    min-height: auto;
  }
  #information-contact > .row {
    width: 100%;
    float: none;
  }

  /*退出账户*/
  #common-success {
    padding: 0 15px;
    min-height: auto;
  }
  #common-success > .row {
    width: 100%;
    float: none;
  }

  /*未登录购物*/
  #error-not-found {
    padding: 0 15px;
    min-height: auto;
  }
  #error-not-found > .row {
    width: 100%;
    float: none;
  }

  /*购物商城*/
  #product-category .swiper-viewport {
    display: none;
  }
  #product-category .list-group a {
    border: 0;
    border-radius: 0;
    background: none;
    color: #333;
  }
  #product-category {
    padding: 15px;
  }
  #column-left {
    padding: 0;
    background: darkgreen;
    background: linear-gradient(
      to right,
      #f1f2f3 0%,
      #f0f1f2 79%,
      #e5e6e7 100%
    );
  }
  #column-left p {
    margin: 0 0 10px;
  }
  #column-left .list-group a {
    font-size: 12px;
    display: block;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0px 10px 10px 30px;
  }
  #product-category #column-left {
    display: block !important;
  }
  #product-category #content {
    float: none;
    padding: 0;
  }
  #product-category #bg_register {
    padding: 0;
  }
  #content .product-layout {
    padding: 5px;
  }
  .bf_pin:before {
    content: "\f056";
    position: absolute;
    right: 8px;
    top: 12px;
    font-size: 21px;
    font-family: "FontAwesome";
    color: #fff;
  }
  .bg_clu:before {
    content: "\f055" !important;
  }
  .product-thumb h4,
  .product-thumb h4 a {
    font-size: 12px;
  }
  .bg_content {
    margin: 0;
  }
  .bg_welcome {
    display: none !important;
  }

  /*商品详情*/
  #product-product #content .col-sm-8 {
    width: 100%;
  }
  #product-product #content .col-sm-4 {
    width: 100%;
  }
  .breadcrumb {
    padding: 5px 0;
  }
  .breadcrumb > li {
    padding: 0 10px;
    font-size: 12px;
  }
  .breadcrumb > li:after {
    width: 8px;
    height: 8px;
    top: 5px;
  }
  #product-product #content .col-sm-8 {
    padding: 0;
  }
  #product-product {
    padding: 0 15px;
  }
  #product-product #content .col-sm-8 h3 {
    margin-left: 0;
  }
  #product-product #content .col-sm-8 > .row {
    margin-left: 0;
  }
  /*分类问题2*/
  #coment .container.visible-xs {
    display: none !important;
  }
  .bg_hei #column-left {
    display: block !important;
  }

  /*退出页面*/
  #common-success > .row {
    padding-bottom: 10px;
  }

  /*联系我们*/
  .row1:after,
  .row2:after {
    display: none;
  }
  .bg_map {
    width: 100%;
    float: none;
  }
  .bg_map a {
    width: auto;
  }
  .bg_add {
    width: 100%;
    float: none;
  }
  .bg_adde {
    width: 100%;
    float: none;
  }
  .liStyle {
    width: 100%;
    float: none;
  }
  .listcon {
    width: 100%;
    float: none;
  }
  .listrigh {
    width: 100%;
    float: none;
  }
  #top-links > ul > li:hover:before {
    top: -100%;
  }

  /*二级菜单*/
  .bg_title > .col-xs-6 {
    float: none;
    width: 100%;
    padding: 0;
  }
  .bg_title select {
    float: none !important;
  }
  .bg_title label {
    display: block;
    width: 100%;
    padding: 0 !important;
    text-align: left;
    line-height: 30px !important;
  }
  #content .col-lg-4 {
    height: 220px;
    margin: 0;
    width: 33.333% !important;
  }
  .bg_title .form-group {
    display: block;
    width: 100%;
  }
  .bg_content .hidden-xs {
    display: block !important;
  }
  #content .col-lg-4 button {
    width: 100%;
  }
  #product-product #content table {
    width: 100% !important;
  }
  .thumbnails .image-additional {
    display: none;
  }
  #content .bgnnimg {
    float: none;
    max-width: 100% !important;
    margin-left: 15px;
  }
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #198779;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
  .bg_log {
    position: absolute;
  }
}

/* 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;
}

/* Missing focus and border color to overwrite bootstrap */
