.category-left-box {
  padding: 0 !important;
  border: 0;
}
.category-left-box h2 {
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: calc(18px + var(--fontSize));
  padding-left: 20px;
  font-weight: bold;
  background: url("../../cityu/images/bg1.png") no-repeat center / 100% 55px;
  margin: 0;
}
.category-left-box .sidebar-widget > li {
  padding: 0 20px;
  margin: 0;
  height: 55px;
  line-height: 55px;
  border: 0;
  transition: all 0.5s;
}
.category-left-box .sidebar-widget > li .category-href {
  font-size: calc(16px + var(--fontSize));
  margin: 0;
}
.category-left-box .sidebar-widget > li ul {
  padding: 20px 0 0;
}
.category-left-box .sidebar-widget > li ul li {
  border: 0;
  padding: 15px 0;
}
.category-left-box .sidebar-widget > li:hover,
.category-left-box .sidebar-widget > li.active {
  background: #F5F5F5;
}
.category-left-box .sidebar-widget > li:hover a,
.category-left-box .sidebar-widget > li.active a {
  color: #33A5B5;
  font-weight: bold;
}
.breadcrumb-wrapper {
  background: #F5F5F5;
  position: relative;
  padding: 20px 0;
  margin-bottom: 50px;
}
.breadcrumb-wrapper .breadcrumb {
  padding: 0;
  text-align: right;
  position: relative;
}
.breadcrumb-wrapper .breadcrumb h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: calc(30px + var(--fontSize));
  margin: 0;
  color: #BF165E;
  font-weight: bold;
}
.breadcrumb-wrapper .breadcrumb li {
  margin: 0 10px;
}
.breadcrumb-wrapper .breadcrumb li a {
  font-size: calc(16px + var(--fontSize));
  color: #7A7A7A;
}
.breadcrumb-wrapper .breadcrumb li:last-child a {
  color: #1C1C1B !important;
}
.breadcrumb-wrapper .breadcrumb li + li:before {
  padding: 0 3px 0 0;
  color: #7A7A7A;
  content: "-";
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: -2px;
  left: -10px;
}
.product-wrapper .product-thumb {
  height: 100%;
}
.product-wrapper .product-thumb .product-button-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-wrapper .product-thumb .product-button-wrapper button {
  height: 32px;
  display: block;
  width: 32px;
  border-radius: 50%;
  color: #5163b0;
  background: #e5e5e5;
  border: 0;
}
.product-wrapper .product-thumb .product-button-wrapper button.active,
.product-wrapper .product-thumb .product-button-wrapper button:hover {
  color: #fff;
  background: #000;
}
.product-wrapper .product-thumb .image {
  overflow: hidden;
}
.product-wrapper .product-thumb .image img {
  transition: all 0.5s;
}
.product-wrapper .product-thumb .caption {
  background: #fff;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.product-wrapper .product-thumb .caption .product-name {
  overflow: hidden;
  font-size: 18px;
  margin-top: 15px;
}
.product-wrapper .product-thumb .caption .product-level {
  margin-top: 15px;
}
.product-wrapper .product-thumb .caption .price {
  margin-top: 10px;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
}
.product-wrapper .product-thumb .caption .price .price-old {
  margin-left: 10px;
}
.product-wrapper .product-thumb .caption .cart {
  width: 100%;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  background: #000;
  padding: 0;
  height: 52px;
  margin-top: 20px;
}
.product-wrapper .product-thumb .caption:hover {
  height: 100%;
}
.product-wrapper .product-thumb .caption:hover .quantity-box {
  position: absolute;
  bottom: 70px;
  width: 100%;
  opacity: 1;
}
.product-wrapper .product-thumb .position-caption {
  position: absolute;
  top: 0;
}
.product-wrapper .product-thumb .position-caption .quantity-box {
  transition: all 0.5s;
  opacity: 0;
  border: 1px solid #e2e2e2;
  display: flex;
  height: 42px;
}
.product-wrapper .product-thumb .position-caption .quantity-box > div {
  background: #f2f2f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.product-wrapper .product-thumb .position-caption .quantity-box .jia {
  border-left: 1px solid #e2e2e2;
}
.product-wrapper .product-thumb .position-caption .quantity-box .jian {
  border-right: 1px solid #e2e2e2;
}
.product-wrapper .product-thumb .position-caption .quantity-box input {
  height: 100%;
  width: calc(100% - 80px);
  box-shadow: initial;
  border: 0;
}
.product-wrapper .product-thumb .position-caption .cart {
  position: absolute;
  bottom: 0;
}
.product-wrapper .product-thumb .position-caption .product-attr {
  margin-top: 20px;
}
.product-wrapper .product-thumb .position-caption .product-attr p {
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
.product-wrapper .padding-bottom {
  padding-bottom: 175px;
}
.product-wrapper .padding-bottom .caption {
  height: 32.5%;
}
.product-wrapper .product-thumb:hover .image img {
  transform: scale(1.1);
}
.product-info .form-group select {
  border: 1px solid #e7e7e7;
  color: #000;
  height: 40px;
  border-radius: 5px;
}
.product-info .product-option-radio {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.product-info .product-option-radio .radio {
  margin-right: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 0;
}
.product-info .product-option-radio .radio label {
  display: block;
  padding: 10px 20px;
  color: #000;
  font-size: 16px;
}
.product-info .product-option-radio .radio input {
  display: none;
}
.product-info .product-option-radio .active {
  background: #000;
}
.product-info .product-option-radio .active label {
  color: #fff;
}
.product-info .description p,
.product-info .description div,
.product-info .description span,
.product-info .description b,
.product-info .description font,
.product-info .description strong {
  line-height: 2;
  font-size: 16px;
  color: #333;
}
.product-content .nav-tabs li {
  margin: 0;
}
.product-content .nav-tabs li a {
  padding: 10px 50px;
  background: transparent;
  border-radius: 3px;
  color: #000;
  border-left: 1px solid #ddd;
  border-top: 3px solid #7A7A7A;
  margin: 0;
}
.product-content .nav-tabs li a:hover {
  color: #000;
}
.product-content .nav-tabs li:last-child a {
  border-right: 1px solid #ddd;
}
.product-content .nav-tabs li.active a,
.product-content .nav-tabs li:hover a {
  border-top: 3px solid #BF165E;
}
.pagination li a,
.pagination li span {
  margin-left: 10px;
  border-radius: 10px !important;
  border: 1px solid #c8c8c8;
  color: #000;
}
.pagination .active span {
  background-color: #000;
  border-color: #000;
}
/*# sourceMappingURL=update.css.map */