.category-left-box {
  padding: 0 !important;
  border: 0;
  border-right: 1px solid #e5e5e5;
}
.category-left-box > h2 {
  margin: 0;
  margin-bottom: 30px;
}
.category-left-box .sidebar-widget {
  padding-right: 20px;
}
.category-left-box .sidebar-widget > li {
  padding: 25px 0;
  margin: 0;
}
.category-left-box .sidebar-widget > li .category-href {
  font-size: 18px;
  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;
}
.breadcrumb-wrapper {
  background: url("/image/catalog/2.jpg") no-repeat center / cover;
  position: relative;
  height: 440px;
}
.breadcrumb-wrapper .breadcrumb {
  padding: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.breadcrumb-wrapper .breadcrumb h1 {
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 36px;
}
.breadcrumb-wrapper .breadcrumb li a {
  font-size: 20px;
  color: #333;
}
.breadcrumb-wrapper .breadcrumb li + li:before {
  padding: 0 3px 0 0;
  color: #333;
  content: "|";
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: -2px;
}
.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: initial;
  color: #000;
}
.product-content .nav-tabs li a:hover {
  color: #000;
}
.product-content .nav-tabs li.active a,
.product-content .nav-tabs li:hover a {
  border-top: 2px solid #000;
}
.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 */