@charset "UTF-8";
/* 颜色 */
body {
  font-weight: 400;
  color: #222529;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  background-color: #fff;
}

html, body, div, span, table, tbody, tr, th, td, em, img, strong, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li, form, label, input, textarea {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}

h1 {
  padding-bottom: 10px;
  font-size: 24px;
  text-align: center;
}

h2 {
  font-size: 27px;
  text-align: center;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #222529;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: rgb(240, 75, 76);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
  min-width: 60px;
}

.clearboth {
  overflow: hidden;
  clear: both;
}

.list-unstyled a {
  text-decoration: none;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .col-form-label:before, div.required .form-label:before, span.required:before {
  content: "* ";
  font-size: 12px;
  color: #F00;
  font-weight: bold;
  display: inline-block;
  padding-right: 4px;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  top: 6% !important;
  z-index: 9999;
}

#alert .alert {
  min-width: 380px;
  position: relative;
}

.shipping-remark {
  padding-top: 4px;
  font-size: 14px;
  color: #fff100;
}

.accessories-warning {
  padding: 0 0 0 20px;
  color: #FFBC02;
  line-height: 24px;
  position: relative;
}
.accessories-warning:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/warning.png");
  position: absolute;
  left: 0;
  top: 0;
}

.ui-tooltip {
  padding: 6px 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff100 !important;
}

.cart-thumb {
  min-width: 160px;
  position: relative;
}
.cart-thumb .cart-tag {
  width: 74px;
  padding: 2px 4px;
  background-color: rgba(255, 196, 57, 0.9);
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  position: absolute;
  left: 3px;
  top: 5px;
  border-radius: 12px;
}

@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* top */
#top {
  min-height: 66px;
  position: static;
  left: 0;
  top: 0;
}
#top .header-bar {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #1b1b1b;
}
#top .nav > .list-inline {
  margin: 0;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #fff;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}

#top a.dropdown-toggle {
  font-size: 0.75em;
  text-decoration: none;
  color: #F00;
}

footer a {
  font-size: 1.1em;
  text-decoration: none;
}

/* logo */
#logo {
  margin: 0 0 10px 0;
}
#logo img {
  max-width: 200px;
}

/* search */
/* search */
.header-search {
  width: 100%;
  height: 24px;
  padding: 0 1em;
  text-shadow: 0 1px 0 #FFF;
  border-radius: 0.3rem;
}
.header-search .form-control-lg {
  height: 24px;
  min-height: auto;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
}
.header-search .btn-lg {
  font-size: 14px;
  padding: 0 12px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  background: url("../images/menu_bg.png") repeat-x left center;
}
.header-search .btn-lg .fa-solid {
  color: #fff;
}

/* search */
.header-search {
  width: 100%;
  height: 24px;
  padding: 0 1em;
  text-shadow: 0 1px 0 #FFF;
  border-radius: 0.3rem;
}
.header-search .form-control-lg {
  height: 24px;
  min-height: auto;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
}
.header-search .btn-lg {
  font-size: 14px;
  padding: 0 12px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  background: url("../images/menu_bg.png") repeat-x left center;
}
.header-search .btn-lg .fa-solid {
  color: #fff;
}

/* 颜色 */
.header-toolbar {
  height: 44px;
  background-color: #1a1a1a;
  width: 100%;
  gap: 12px;
  position: sticky;
  top: 0;
  z-index: 101;
}
.header-toolbar .header-menu-account {
  width: 36px;
  height: 36px;
  transition: opacity 0.3s ease, visibility 0.3s ease, width 0.3s ease, margin 0.3s ease;
}
.header-toolbar .header-menu-account .dropdown-toggle i, .header-toolbar .header-menu-account .dropdown-toggle span {
  color: rgb(255, 255, 255);
}
.header-toolbar .header-menu-account .dropdown-toggle span {
  font-size: 13px;
  color: rgb(255, 255, 255);
}
.header-toolbar .header-menu-account.search-expanded {
  opacity: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  overflow: hidden;
}
.header-toolbar .header-menu-account .dropdown-menu {
  display: none;
  position: absolute;
  top: 44px;
  right: 0;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(221, 221, 221);
  border-radius: 4px;
  min-width: 160px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.header-toolbar .header-menu-account .dropdown-menu.show {
  display: block;
}
.header-toolbar .header-menu-account .dropdown-menu .dropdown-item {
  padding: 12px 16px;
  color: #222529;
  cursor: pointer;
  font-size: 14px;
}
.header-toolbar .header-menu-account .dropdown-menu .dropdown-item:hover {
  background-color: rgb(246, 246, 246);
  color: #222529;
}
.header-toolbar .header-menu-search-cart-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  transition: all 0.3s ease;
  max-width: 100%;
}
.header-toolbar .header-menu-search-cart-wrapper.search-expanded {
  position: static;
  width: auto;
  flex: 1;
  height: 44px;
  background-color: transparent;
  padding: 0;
  box-sizing: border-box;
  z-index: 102;
  gap: 0;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.header-toolbar .header-menu-search {
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.header-toolbar .header-menu-search:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.15);
}
.header-toolbar .header-menu-search .search {
  color: rgb(255, 255, 255);
  flex-shrink: 0;
  min-width: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-toolbar .header-menu-search .search i {
  font-size: 16px;
}
.header-toolbar .header-menu-search.active {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgb(255, 255, 255);
  flex: 1;
  width: 100%;
  border-radius: 36px;
  max-width: 100%;
}
.header-toolbar .header-menu-search.active .search-input-wrapper input {
  color: #222529;
  font-size: 14px;
}
.header-toolbar .header-menu-search.active .search-input-wrapper input::placeholder {
  color: rgb(191, 191, 191);
}
.header-toolbar .header-menu-search.active .search {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-width: 0;
  width: 0;
}
.header-toolbar .header-menu-search .search-input-wrapper {
  height: 36px;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex: 0;
  width: 0;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
}
.header-toolbar .header-menu-search .search-input-wrapper input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  padding: 0 12px;
  color: #222529;
  min-width: 0;
}
.header-toolbar .header-menu-search .search-input-wrapper input::placeholder {
  color: rgb(191, 191, 191);
}
.header-toolbar .header-menu-search .search-input-wrapper.active {
  width: calc(100% - 40px);
  flex: 1;
}
.header-toolbar .header-menu-cart {
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  flex-shrink: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease, width 0.3s ease, margin 0.3s ease;
}
.header-toolbar .header-menu-cart.search-expanded {
  opacity: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  overflow: hidden;
}
.header-toolbar .header-menu-cart a {
  color: rgb(255, 255, 255);
  height: 100%;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-toolbar .header-menu-cart a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.header-toolbar .header-menu-cart a i {
  color: rgb(255, 255, 255);
  font-size: 15px;
}
.header-toolbar .header-menu-cart a span {
  color: rgb(255, 255, 255);
  font-size: 11px;
}

/* menu */
.header-menu {
  width: 100%;
  height: 64px;
  background-color: rgb(255, 255, 255);
  position: sticky;
  top: 44px;
  z-index: 100;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 899px) {
  .header-menu {
    height: 50px;
  }
}
.header-menu li {
  margin-left: 8px;
}
.header-menu li a {
  display: block;
  padding: 4px 8px;
  color: #666666;
  border-radius: rgb(221, 221, 221);
  font-size: 14px;
}
@media (max-width: 899px) {
  .header-menu li a {
    padding: 8px 10px;
    font-size: 12px;
  }
}
.header-menu li.logo {
  background: none !important;
  margin-left: 0;
  margin-right: 8px;
}
.header-menu li:hover {
  background-color: rgb(238, 238, 238);
}

.section-excellence {
  padding: 48px 24px;
  margin: 0 auto;
  background-color: rgb(246, 246, 246);
  text-align: center;
}
.section-excellence .section-badge {
  display: inline-block;
  background-color: rgb(240, 75, 76);
  color: rgb(255, 255, 255);
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.section-excellence .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222529;
}
.section-excellence .section-title .highlight {
  color: rgb(240, 75, 76);
}
.section-excellence .section-subtitle {
  font-size: 14px;
  color: #666666;
}
.section-excellence .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
@media (max-width: 768px) {
  .section-excellence .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .section-excellence .features-grid {
    grid-template-columns: 1fr;
  }
}
.section-excellence .feature-card {
  background-color: rgb(255, 255, 255);
  padding: 24px 16px;
  border-radius: 8px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
}
.section-excellence .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.15);
}
.section-excellence .feature-card .feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  background-color: rgb(246, 246, 246);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-excellence .feature-card .feature-icon svg {
  width: 32px;
  height: 32px;
}
.section-excellence .feature-card .feature-name {
  font-size: 14px;
  font-weight: 700;
  color: #222529;
  margin-bottom: 12px;
}
.section-excellence .feature-card .feature-description {
  font-size: 12px;
  color: #666666;
  line-height: 1.6;
}

.section-gear {
  padding: 24px 0;
  background-color: rgb(255, 255, 255);
  text-align: center;
}
.section-gear .section-badge {
  display: inline-block;
  background-color: rgb(247, 136, 18);
  color: rgb(255, 255, 255);
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.section-gear .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222529;
}
.section-gear .section-title .highlight {
  color: rgb(240, 75, 76);
}
.section-gear .section-subtitle {
  font-size: 14px;
  color: #666666;
}
.section-gear .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section-gear .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .section-gear .products-grid {
    grid-template-columns: 1fr;
  }
}
.section-gear .product-card {
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  text-align: left;
}
.section-gear .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.15);
}
.section-gear .product-card .product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: rgb(247, 136, 18);
  color: rgb(255, 255, 255);
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  z-index: 1;
}
.section-gear .product-card .product-image {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #1a1a1a;
  overflow: hidden;
}
.section-gear .product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-gear .product-card .product-info {
  padding: 16px;
}
.section-gear .product-card .product-info .product-breed {
  font-size: 11px;
  color: #666666;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.section-gear .product-card .product-info .product-breed svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.section-gear .product-card .product-info .product-name {
  font-size: 14px;
  font-weight: 700;
  color: #222529;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.section-gear .product-card .product-info .product-rating {
  font-size: 12px;
  color: rgb(247, 136, 18);
  margin-bottom: 12px;
}
.section-gear .product-card .product-info .product-rating .star {
  color: rgb(247, 136, 18);
}
.section-gear .product-card .product-info .product-rating .rating-count {
  color: #666666;
  margin-left: 8px;
}
.section-gear .product-card .product-info .product-description {
  font-size: 12px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 16px;
}
.section-gear .product-card .product-info .product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.section-gear .product-card .product-info .product-price .price-tag {
  font-size: 20px;
  font-weight: 700;
  color: rgb(240, 75, 76);
}
.section-gear .product-card .product-info .product-price .price-tag .made-label {
  font-size: 10px;
  color: #666666;
  display: block;
  font-weight: 400;
}
.section-gear .product-card .product-info .product-actions {
  display: flex;
  gap: 12px;
}
.section-gear .product-card .product-info .product-actions a {
  width: 50%;
  padding: 12px 16px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-gear .product-card .product-info .product-actions a.btn-outline {
  background-color: rgb(255, 255, 255);
  color: #222529;
  border: 1px solid rgb(221, 221, 221);
}
.section-gear .product-card .product-info .product-actions a.btn-outline:hover {
  background-color: rgb(246, 246, 246);
}
.section-gear .product-card .product-info .product-actions a.btn-primary {
  background: rgb(240, 75, 76) !important;
  color: rgb(255, 255, 255);
}
.section-gear .product-card .product-info .product-actions a.btn-primary:hover {
  background: rgb(241, 93, 93) !important;
}
.section-gear .view-all-btn {
  display: inline-block;
  background-color: rgb(240, 75, 76);
  color: rgb(255, 255, 255);
  padding: 12px 24px;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-gear .view-all-btn:hover {
  background-color: rgb(241, 93, 93);
}
.section-gear .view-all-btn svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: middle;
}

.section-testimonials {
  padding: 48px 24px;
  margin: 0 auto;
  background-color: rgb(246, 246, 246);
  text-align: center;
}
.section-testimonials .section-badge {
  display: inline-block;
  background-color: rgb(247, 136, 18);
  color: rgb(255, 255, 255);
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.section-testimonials .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222529;
}
.section-testimonials .section-title .highlight {
  color: rgb(240, 75, 76);
}
.section-testimonials .section-subtitle {
  font-size: 14px;
  color: #666666;
}
.section-testimonials .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}
@media (max-width: 768px) {
  .section-testimonials .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
.section-testimonials .testimonial-card {
  background-color: rgb(255, 255, 255);
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: left;
}
.section-testimonials .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.15);
}
.section-testimonials .testimonial-card .testimonial-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.section-testimonials .testimonial-card .quote-icon {
  font-size: 24px;
  color: rgb(247, 136, 18);
  margin-right: 16px;
  line-height: 1;
}
.section-testimonials .testimonial-card .star-rating {
  display: inline-block;
  color: rgb(247, 136, 18);
  font-size: 12px;
  line-height: 1;
}
.section-testimonials .testimonial-card .star-rating .star {
  color: rgb(247, 136, 18);
}
.section-testimonials .testimonial-card .testimonial-text {
  font-size: 14px;
  color: #222529;
  line-height: 1.8;
  margin-bottom: 16px;
}
.section-testimonials .testimonial-card .author-info {
  display: flex;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid rgb(240, 240, 240);
}
.section-testimonials .testimonial-card .author-info .author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.section-testimonials .testimonial-card .author-info .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-testimonials .testimonial-card .author-info .author-avatar svg {
  width: 100%;
  height: 100%;
}
.section-testimonials .testimonial-card .author-info .author-details {
  flex: 1;
}
.section-testimonials .testimonial-card .author-info .author-name {
  font-size: 14px;
  font-weight: 700;
  color: #222529;
}
.section-testimonials .testimonial-card .author-info .author-title {
  font-size: 12px;
  color: #666666;
}
.section-testimonials .testimonial-card .author-info .author-location {
  font-size: 11px;
  color: #7f8792;
}

.section-statistics {
  background-color: rgb(255, 255, 255);
  text-align: center;
  width: 100%;
  padding: 24px 0;
  margin: 0 auto;
}
.section-statistics > * {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.section-statistics .stats-logo {
  margin-bottom: 4px;
}
.section-statistics .stats-logo img {
  max-width: 240px;
  height: auto;
}
.section-statistics .stats-tagline {
  font-size: 14px;
  color: #666666;
  margin-bottom: 24px;
}
.section-statistics .stats-container {
  background-color: #1a1a1a;
  border-radius: 16px;
  padding: 24px 48px;
  margin-bottom: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .section-statistics .stats-container {
    padding: 16px 24px;
  }
}
.section-statistics .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  .section-statistics .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .section-statistics .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.section-statistics .stat-item {
  text-align: center;
}
.section-statistics .stat-item .stat-number {
  font-size: 24px;
  font-weight: 700;
  color: rgb(247, 136, 18);
  line-height: 1;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .section-statistics .stat-item .stat-number {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .section-statistics .stat-item .stat-number {
    font-size: 18px;
  }
}
.section-statistics .stat-item .stat-label {
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 500;
}
@media (max-width: 768px) {
  .section-statistics .stat-item .stat-label {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .section-statistics .stat-item .stat-label {
    font-size: 11px;
  }
}

.section-cta {
  background-color: #1a1a1a;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 48px 0;
}
@media (max-width: 768px) {
  .section-cta {
    padding: 24px 0;
  }
}
@media (max-width: 480px) {
  .section-cta {
    padding: 18px 0;
  }
}
.section-cta .cta-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  padding: 0 24px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .section-cta .cta-title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
  }
}
@media (max-width: 480px) {
  .section-cta .cta-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 12px;
    letter-spacing: 0;
  }
}
.section-cta .cta-title .highlight {
  color: rgb(247, 136, 18);
}
.section-cta .cta-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .section-cta .cta-subtitle {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .section-cta .cta-subtitle {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
.section-cta .cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 24px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .section-cta .cta-buttons {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .section-cta .cta-buttons {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
}
.section-cta .cta-button {
  padding: 16px 48px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .section-cta .cta-button {
    padding: 16px 24px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .section-cta .cta-button {
    padding: 16px 16px;
    font-size: 13px;
    width: 100%;
    letter-spacing: 0.3px;
  }
}
.section-cta .cta-button.btn-primary {
  background: rgb(248, 159, 65);
  color: #1a1a1a;
  padding: 16px 60px;
  border-radius: 8px;
}
.section-cta .cta-button.btn-primary:hover {
  background-color: rgb(247, 147, 41);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .section-cta .cta-button.btn-primary {
    padding: 16px 36px;
  }
}
@media (max-width: 480px) {
  .section-cta .cta-button.btn-primary {
    padding: 16px 16px;
  }
}
.section-cta .cta-button.btn-primary svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 480px) {
  .section-cta .cta-button.btn-primary svg {
    width: 16px;
    height: 16px;
  }
}
.section-cta .cta-button.btn-secondary {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  padding: 16px 46px;
  border-radius: 8px;
}
.section-cta .cta-button.btn-secondary:hover {
  background-color: rgb(255, 255, 255);
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .section-cta .cta-button.btn-secondary {
    padding: 16px 22px;
  }
}
@media (max-width: 480px) {
  .section-cta .cta-button.btn-secondary {
    padding: 16px 14px;
  }
}

footer {
  background-color: #1a1a1a;
  color: rgb(255, 255, 255);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
}
footer .footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 24px 0;
  box-sizing: border-box;
}
footer .footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin: 24px 0;
}
@media (max-width: 768px) {
  footer .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 480px) {
  footer .footer-content {
    grid-template-columns: 1fr;
  }
}
footer .footer-column h4 {
  font-size: 14px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer .footer-column .flag-made {
  margin-bottom: 12px;
  color: rgb(247, 136, 18);
}
footer .footer-column .flag-made img {
  width: 24px;
  margin-right: 4px;
}
footer .footer-column p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 16px;
}
footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-column li {
  margin-bottom: 12px;
  font-size: 13px;
}
footer .footer-column li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
footer .footer-column li a:hover {
  color: rgb(247, 136, 18);
}
footer .footer-brand {
  display: flex;
  align-items: flex-start;
}
footer .footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 48px 0;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
footer .footer-copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  width: 100%;
}
footer .footer-social {
  display: flex;
  gap: 16px;
  align-items: center;
}
footer .footer-social a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.3s ease;
}
footer .footer-social a:hover {
  color: rgb(247, 136, 18);
}
footer .footer-social a svg {
  width: 100%;
  height: 100%;
}

.slide-title {
  height: 60px;
  margin-bottom: 6px;
  padding: 6px 0;
  clear: both;
  position: relative;
}
.slide-title .ui-made-box {
  font-size: 16px;
  text-align: center;
  padding-left: 62px;
  position: relative;
}
.slide-title .ui-made-box:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/made-logo.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}
.slide-title h4 {
  padding-top: 2px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
}
.slide-title p {
  padding-left: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #fff100;
}

.fackbook-box {
  padding-bottom: 20px;
  clear: both;
  overflow: hidden;
}
.fackbook-box h1 {
  clear: both;
  padding: 10px 0;
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}
.fackbook-box .ui-active-box {
  width: 488px;
  height: 614px;
  padding: 6px;
  background: url("../images/active/active-2019-09-02.jpg") no-repeat center center;
  float: left;
  border: 1px solid #323232;
  position: relative;
}
.fackbook-box .ui-active-box a {
  display: block;
  width: 110px;
  height: 142px;
  position: absolute;
}
.fackbook-box .ui-active-box a:nth-of-type(1) {
  left: 12px;
  top: 11px;
}
.fackbook-box .ui-active-box a:nth-of-type(2) {
  left: 132px;
  top: 11px;
}
.fackbook-box .ui-active-box a:nth-of-type(3) {
  left: 255px;
  top: 11px;
}
.fackbook-box .ui-active-box a:nth-of-type(4) {
  left: 380px;
  top: 11px;
}
.fackbook-box .ui-active-box a:nth-of-type(5) {
  left: 12px;
  top: 160px;
}
.fackbook-box .ui-active-box a:nth-of-type(6) {
  left: 132px;
  top: 160px;
}
.fackbook-box .ui-active-box a:nth-of-type(7) {
  left: 255px;
  top: 160px;
}
.fackbook-box .ui-active-box a:nth-of-type(8) {
  left: 380px;
  top: 160px;
}
.fackbook-box .ui-active-box a:nth-of-type(9) {
  left: 12px;
  top: 313px;
}
.fackbook-box .ui-active-box a:nth-of-type(10) {
  left: 132px;
  top: 313px;
}
.fackbook-box .ui-active-box a:nth-of-type(11) {
  left: 255px;
  top: 313px;
}
.fackbook-box .ui-active-box a:nth-of-type(12) {
  left: 380px;
  top: 313px;
}
.fackbook-box .ui-active-box a:nth-of-type(13) {
  left: 12px;
  top: 464px;
}
.fackbook-box .ui-active-box a:nth-of-type(14) {
  left: 132px;
  top: 464px;
}
.fackbook-box .ui-active-box a:nth-of-type(15) {
  left: 255px;
  top: 464px;
}
.fackbook-box .ui-active-box a:nth-of-type(16) {
  left: 380px;
  top: 464px;
}
.fackbook-box .ui-introduct {
  width: 488px;
  height: 588px;
  padding: 6px;
  float: left;
  border: 1px solid #323232;
}
.fackbook-box .ui-introduct h3 {
  padding-bottom: 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.fackbook-box .ui-introduct .embed {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.fackbook-box .ui-introduct .embed embed {
  position: absolute;
  left: 0;
  top: -90px;
}
.fackbook-box .ui-introduct .figure {
  height: 100px;
  clear: both;
}
.fackbook-box .ui-introduct .figure iframe {
  width: 250px;
  height: 350px;
  padding: 0 10px;
  float: left;
}
.fackbook-box .ui-introduct .figure .figcaption {
  width: 210px;
  float: left;
  font-size: 14px;
  color: #f5f5f5;
  line-height: 18px;
  text-align: justify;
}
.fackbook-box .ui-introduct .figure .figcaption h4 {
  padding: 8px 0 4px;
  font-size: 16px;
}
.fackbook-box .ui-facebook {
  width: 500px;
  height: 614px;
  padding: 6px;
  float: right;
  border: 1px solid #323232;
  overflow: hidden;
}

.category-title {
  height: 100px;
  position: relative;
}
.category-title .ui-made-box {
  padding-top: 64px;
  font-size: 16px;
  color: #06967b;
  background: url("../images/lates_tit.gif") no-repeat center top;
  position: relative;
}
.category-title .ui-made-box:before {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  background: url(../images/made-logo.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -90px;
  top: 4px;
}
.category-title .cell-free-shipping {
  display: block;
  width: 262px;
  height: 41px;
  background: url("../images/free-shipping.png") no-repeat;
  position: absolute;
  right: 0;
  bottom: -1px;
}

.home-html-list {
  margin-bottom: 20px;
  background: url("../images/video_bg.png") repeat-y left top;
  overflow: hidden;
}
.home-html-list .home-video-title {
  border-bottom: 1px solid #de0001;
}
.home-html-list .home-video-title span {
  display: block;
  width: 92px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  background: url("../images/menu_bg.png") repeat-x;
}
.home-html-list .home-video-title ~ .row .cell-name {
  display: none;
}
.home-html-list .ui-item {
  padding: 5px 4px;
  margin: 0;
}
.home-html-list .cell-name {
  height: 32px;
  background: url("../images/menu_bg.png") repeat-x;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  position: relative;
}
.home-html-list .cell-name:before {
  content: "";
  width: 100%;
  height: 4px;
  background: url("../images/module_bg.png") no-repeat;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.home-html-list .cell-thumb {
  width: 100%;
  height: 194px;
}
.home-html-list .cell-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.home-html-list .cell-subtitle {
  clear: both;
  background: url("../images/news_tit.png") no-repeat;
  height: 36px;
  text-align: center;
}
.home-html-list .cell-subtitle p:nth-of-type(1) {
  font: normal 12px/18px "";
}
.home-html-list .cell-subtitle p:nth-of-type(2) {
  font: normal 8px/16px "";
  color: #909090;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 320px) and (max-width: 768px) {
  .slide-title h4 {
    padding-top: 10px;
    font-size: 18px;
  }
  .slide-title p {
    font-size: 12px;
  }
  .fackbook-box h1 {
    font-size: 24px;
  }
  .fackbook-box .ui-active-box {
    height: 434px;
    background-size: contain;
  }
  .fackbook-box .ui-active-box a {
    width: 76px;
    height: 100px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(1) {
    left: 6px;
    top: 6px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(2) {
    left: 92px;
    top: 6px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(3) {
    left: 178px;
    top: 6px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(4) {
    left: 266px;
    top: 6px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(5) {
    left: 6px;
    top: 110px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(6) {
    left: 92px;
    top: 110px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(7) {
    left: 178px;
    top: 110px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(8) {
    left: 266px;
    top: 110px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(9) {
    left: 6px;
    top: 220px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(10) {
    left: 92px;
    top: 220px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(11) {
    left: 178px;
    top: 220px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(12) {
    left: 266px;
    top: 220px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(13) {
    left: 6px;
    top: 324px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(14) {
    left: 92px;
    top: 324px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(15) {
    left: 178px;
    top: 324px;
  }
  .fackbook-box .ui-active-box a:nth-of-type(16) {
    left: 266px;
    top: 324px;
  }
}
.home-category {
  padding: 4px;
}
.home-category:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.home-category .ui-column {
  box-sizing: border-box;
  padding: 4px;
  transition: all 0.2s;
  position: relative;
}
.home-category .ui-column:hover, .home-category .ui-column.is-active {
  background: rgba(255, 255, 255, 0.35);
  z-index: 3;
}
.home-category .ui-column:hover .cell-name, .home-category .ui-column.is-active .cell-name {
  color: #efefef;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.home-category .ui-column:hover .cell-name img, .home-category .ui-column.is-active .cell-name img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.home-category .ui-column:hover .ui-children, .home-category .ui-column.is-active .ui-children {
  opacity: 1;
  transition: all 0.2s;
  z-index: 2;
}
.home-category .ui-column .cell-thumb {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home-category .ui-column .cell-thumb img {
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.2s;
}
.home-category .ui-column .cell-name {
  height: 28px;
  padding: 4px 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.2s;
}
.home-category .ui-column .ui-children {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.home-category .ui-column .ui-children li {
  min-height: 58px;
  margin: 4px 0;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.home-category .ui-column .ui-children li p {
  margin: 0;
  padding: 4px 0;
}
.home-category .ui-column .ui-children li p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 700;
  color: #ef7b1d;
}
.home-category .ui-column .ui-children li a {
  display: block;
  padding: 4px;
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.home-category .ui-column .ui-children li:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
.home-category .ui-column .ui-children li:hover a {
  text-decoration: none;
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

@media (min-width: 320px) and (max-width: 768px) {
  .home-category .ui-column .ui-children ul {
    margin: 0;
    padding: 0 4px;
  }
  .home-category .ui-column .ui-children li {
    min-height: 28px;
  }
  .home-category .ui-column .ui-children li a {
    display: flex;
    flex-direction: row;
  }
  .home-category .ui-column .ui-children li p {
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 0 4px;
  }
}
/* cart */
#header-cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}
#header-cart .btn-lg {
  padding: 0.65rem 1rem;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#header-cart.open > .btn:hover {
  color: #444;
}
#header-cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
  min-width: 100%;
}
#header-cart .dropdown-menu table {
  margin-bottom: 10px;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
  padding: 0 10px;
}
#header-cart .dropdown-menu li p {
  margin: 20px 0;
}
@media (max-width: 478px) {
  #header-cart .dropdown-menu {
    width: 100%;
  }
  #header-cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#header-cart .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
}
#menu.navbar {
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#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: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@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 {
    background: rgba(0, 0, 0, 0.1);
  }
  #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 {
  clear: both;
  position: relative;
}
footer ul {
  list-style-type: none;
}
footer .flag {
  width: 256px;
  height: 216px;
  background: url("../images/flay.png") no-repeat;
  position: absolute;
  top: 15px;
  left: 17px;
}
footer .link {
  clear: both;
  background: black;
  border-bottom: 1px solid #a3aead;
  padding: 24px 0 18px 256px;
  overflow: hidden;
}
footer .link ul li {
  float: left;
  margin: 0 12px 0 0;
}
footer .link ul li:last-child {
  margin-right: 0;
}
footer .col-box {
  clear: both;
  background: #de0001;
  padding: 5px 0 5px 256px;
  overflow: hidden;
}
footer .column {
  float: left;
  width: 153px;
}
footer .column li {
  clear: both;
}
footer .column a {
  font: bold 14px/24px "";
  color: #fff;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 4px 0;
  padding: 0;
  position: relative;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  font-size: 14px;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "»";
  display: block;
  position: absolute;
  top: -1px;
  left: -4px;
  font-size: 20px;
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li.breadcrumb-item:nth-of-type(1) {
  padding-left: 0;
}
.breadcrumb > li.breadcrumb-item:nth-of-type(1):after {
  display: none;
}
.breadcrumb .cell-back {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #de0001;
  cursor: pointer;
}
.breadcrumb .cell-back:hover {
  color: #E63F40;
}

.pagination {
  margin: 0;
}

/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}

.btn-primary {
  color: #ffffff;
  background: url("../images/menu_bg.png") repeat-x left center;
  background-size: contain;
  border: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff100;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .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-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .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-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .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-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.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:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.product-grid .col, .product-list .col {
  padding: 0;
}

.product-thumb {
  display: flex;
  flex-direction: column;
  padding: 4px;
  margin: 4px;
  border: 2px solid #000;
  border-radius: 2px;
  transition: all 0.2s;
}
.product-thumb:hover, .product-thumb:active {
  background-color: rgba(6, 150, 123, 0.35);
  border-color: #06967b;
}
.product-thumb .cell-content {
  padding: 0 4px;
  text-align: center;
}
.product-thumb .cell-thumb {
  margin-bottom: 4px;
  overflow: hidden;
  text-align: center;
}
.product-thumb .cell-name {
  height: 32px;
  margin-bottom: 4px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-thumb .cell-description {
  display: none;
}
.product-thumb .cell-price {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #ef7b1d;
}
.product-thumb .cell-price .price-old {
  margin-right: 8px;
  color: #f00;
  text-decoration: line-through;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .cell-button {
  display: flex;
  justify-content: center;
}
.product-thumb .cell-button i {
  padding-right: 4px;
}
.product-thumb .cell-button button {
  height: 24px;
  background: url("../images/menu_bg.png") repeat-x left center;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}

.product-list .product-thumb {
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  margin: 4px 0;
  clear: both;
  float: none;
  position: relative;
  overflow: visible;
}
.product-list .product-thumb:before {
  content: "";
  width: 98%;
  border-bottom: 1px solid #454545;
  position: absolute;
  right: 0;
  bottom: -6px;
}
.product-list .product-thumb > * {
  height: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
.product-list .product-thumb > div {
  margin-bottom: 0;
  margin-right: 8px;
}
.product-list .product-thumb .cell-content {
  width: 100%;
  text-align: left;
}
.product-list .product-thumb .cell-thumb {
  width: 184px;
}
.product-list .product-thumb .cell-name {
  height: 16px;
  -webkit-line-clamp: 1;
}
.product-list .product-thumb .cell-description {
  display: block;
}
.product-list .product-thumb .cell-price {
  justify-content: flex-end;
  width: 278px;
}
.product-list .product-thumb .cell-button {
  justify-content: flex-end;
  width: 100px;
  margin-right: 0;
}

.form-product .option-title span, .form-product .option-title a {
  padding-left: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff100;
}
.form-product .option-title .pulse {
  animation: pulse 2s infinite;
}
.form-product .form-label-clear {
  width: 100%;
  clear: both;
}
.form-product .add-cart-input {
  width: 100%;
}

.tab-content {
  padding: 10px 0;
  border: 1px solid #454545;
}

.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}

/* 文章 */
.ui-video {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ccc;
}
.ui-video video {
  max-width: 960px;
}

.size-table {
  margin: 0 auto 20px;
}
.size-table .ui-video {
  margin-top: 10px;
}
.size-table .ui-content {
  padding: 20px 0;
}
.size-table .ui-content .ui-text {
  width: 460px;
  padding: 10px;
}
.size-table .ui-content h3 {
  padding-bottom: 20px;
  font-size: 18px;
  color: #fff100;
  text-align: left;
  letter-spacing: 1px;
}
.size-table .ui-content p {
  padding-bottom: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 1px;
}
.size-table td, .size-table th {
  padding: 8px 10px;
  font-size: 14px;
  text-align: center;
  background-color: #231815;
  border: 1px solid #f5f5f5 !important;
}
.size-table tr.cell-title-tr th {
  padding: 12px 10px;
  background-color: #f11d29;
}
.size-table tr.cell-sub-tr th {
  color: #fff100;
}
.size-table tr:hover td {
  background-color: rgba(222, 0, 1, 0.75);
  color: #fff;
}
.size-table tr:hover td[rowspan] {
  background-color: #231815;
  color: #fff;
}
.size-table tr.yellow td, .size-table .size-table tr.yellow:hover td {
  background-color: #000;
  color: #fff100;
  font-weight: 700;
  padding: 10px;
}

.size-table-box {
  width: 880px;
  margin: 0 auto;
  clear: both;
}

/* 产品信息 */
.product-info {
  padding: 0;
}
.product-info h3 {
  padding: 6px 0;
  font-size: 16px;
}
.product-info .product-thumb-container {
  max-width: 400px;
}
.product-info .magnific-popup .image-additional a {
  padding: 0;
  margin: 2px;
}
.product-info .list-unstyled {
  margin: 0;
  padding: 4px;
  border-bottom: 1px solid #454545;
}
.product-info .list-unstyled li {
  color: #999;
}
.product-info .list-unstyled li span {
  color: #fff;
}
.product-info .list-price {
  height: 40px;
  line-height: 26px;
  position: relative;
}
.product-info .list-price li {
  display: inline-block;
}
.product-info .list-price .cell-label {
  font-size: 15px;
  font-weight: 700;
  color: #ddd;
}
.product-info .list-price .price-old {
  paddingt: 0 6px;
  text-decoration: line-through;
  color: #de0001;
  font-size: 14px;
  font-weight: 700;
}
.product-info .list-price .price-new {
  font-size: 22px;
  font-weight: 700;
  color: #ef7b1d;
}
.product-info .list-price .cell-free-shopping {
  width: 87px;
  height: 68px;
  background: url("../images/icon-free-shopping.png") no-repeat;
  position: absolute;
  right: -5px;
  top: -2px;
}
.product-info .list-price .ui-made-box {
  margin-left: 6px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #fff100;
  position: absolute;
  right: 95px;
  top: 2px;
}
.product-info .list-price .ui-made-box:before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: url(../images/made-logo.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -8px;
  top: -6px;
}
.product-info .option-item {
  padding-bottom: 5px;
  clear: both;
  overflow: hidden;
}
.product-info .option-item .form-check {
  padding: 0;
  float: left;
  line-height: 1.8rem;
  text-align: center;
  display: block;
  background: #028a02;
  border: 2px solid #032903;
  user-select: none;
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s;
}
.product-info .option-item .form-check.ui-checkbox {
  background: #e6792a;
}
.product-info .option-item .form-check.is-hidden {
  display: none;
}
.product-info .option-item .form-check:hover, .product-info .option-item .product-info .option-item .form-check:active {
  border-color: #de0001;
}
.product-info .option-item .form-check label {
  display: block;
  width: 100%;
  padding: 0 4px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.product-info .option-item .form-check .form-check-input {
  margin-top: 5px;
  position: absolute;
  left: -100px;
  top: -100px;
}
.product-info .option-item .form-check.is-selected {
  border-color: #de0001;
  background: url("../images/pitch.png") no-repeat right bottom #0d4a0d;
}
.product-info .option-item .form-check.ui-checkbox.is-selected {
  background-color: #ed6a0c;
}
.product-info .option-item.ui-file h4 {
  padding: 4px 0;
  font-size: 14px;
  color: #fff100;
}
.product-info .option-item.ui-file .button {
  height: 36px;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 1px;
}
.product-info .option-item.equine-leg .form-check:nth-last-child(1) {
  width: 100% !important;
}
.product-info .ui-file .form-label {
  font-size: 14px;
  color: #fff100;
}
.product-info .ui-file .design-button {
  height: 36px;
  padding: 0 20px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: url("../images/menu_bg.png") repeat center center;
  border-radius: 0.3rem;
  border: 0;
}
.product-info .ui-file .design-button:hover {
  color: #fff100;
}
.product-info .ui-image-filed {
  margin-bottom: 0;
}
.product-info .btn-primary {
  font-weight: 700;
  background: url("../images/menu_bg.png") repeat-x left center;
  background-size: contain;
  border: 0;
}
.product-info .btn-primary:hover {
  color: #fff100;
}
.product-info .nav-tabs {
  margin-top: 12px;
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-bottom: 0;
}
.product-info .nav-tabs .nav-link {
  background-color: #333;
  border: 1px solid #454545;
  color: #ddd;
}
.product-info .nav-tabs .nav-link.active, .product-info .nav-tabs .nav-item.show .nav-link {
  font-weight: 700;
  color: #fff100;
  background: url("../images/menu_bg.png") repeat-x left center;
}
/* product category */
.module-product-category {
  background: none;
}
.module-product-category .ui-category {
  padding: 4px 0;
}
.module-product-category .ui-category:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.module-product-category .ui-column {
  box-sizing: border-box;
  padding: 4px;
  float: left;
  transition: all 0.2s;
  position: relative;
}
.module-product-category .ui-column .cell-thumb {
  overflow: hidden;
  position: relative;
}
.module-product-category .ui-column .cell-thumb img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.2s;
}
.module-product-category .ui-column .cell-name {
  height: 28px;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 14px;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.2s;
}
.module-product-category .ui-column:hover {
  background: rgba(255, 255, 255, 0.2);
  z-index: 3;
}
.module-product-category .ui-column:hover .cell-name {
  color: #efefef;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.module-product-category .ui-column:hover .cell-thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

@media (min-width: 1200px) {
  #common-home {
    padding: 0;
  }
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .fackbook-box .ui-active-box, .fackbook-box .ui-facebook {
    width: 100%;
    float: none;
  }
  .fackbook-box .ui-active-box {
    margin-bottom: 6px;
  }
  .category-title .ui-made-box {
    padding-top: 58px;
    padding-left: 16px;
    background-size: 80%;
    font-size: 12px;
  }
  .category-title .ui-made-box:before {
    width: 60px;
    height: 60px;
    left: -32px;
    top: 14px;
  }
  .category-title .cell-free-shipping {
    width: 162px;
    height: 26px;
    background-size: contain;
  }
  footer .flag {
    display: none;
  }
  footer .link, footer .col-box {
    margin-left: 0 !important;
    padding-lefT: 0 !important;
  }
  footer .col-box column:nth-last-child(1) {
    width: 100%;
  }
  footer .col-box column:nth-last-child(1) li li {
    float: left;
  }
  .product-info {
    padding: 0 var(--bs-gutter-x, 0.75rem);
  }
  .product-info .product-thumb-container {
    max-width: 100%;
  }
  .product-info .ui-made-box {
    display: none;
  }
  .product-info .option-item .form-check {
    min-width: 48%;
    margin: 2px 1%;
    border-radius: 20px;
  }
  .product-info .option-item .form-check.is-selected {
    background-position: 97% 17px;
  }
  .product-info .tab-content {
    overflow-x: auto;
  }
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}

#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#information-contact .card {
  margin-bottom: 20px;
}

#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

[data-flex] {
  display: flex;
  overflow: hidden;
}
[data-flex] > * {
  display: block;
  overflow: hidden;
}
[data-flex] > [data-flex] {
  display: flex;
  overflow: hidden;
}

[data-flex~="show:visible"], [data-flex~="show:visible"] > *, [data-flex] > [data-flex~="show:visible"] {
  overflow: visible;
}

/* 主轴方向：从左到右(默认) */
[data-flex~="dir:left"] {
  flex-direction: row;
}

/* 主轴方向：从右到左 */
[data-flex~="dir:right"] {
  flex-direction: row-reverse;
  -webkit-box-pack: end;
}

/* 主轴方向：从上到下 */
[data-flex~="dir:top"] {
  flex-direction: column;
}

/* 主轴方向：从下到上 */
[data-flex~="dir:bottom"] {
  flex-direction: column-reverse;
  -webkit-box-pack: end;
}

/* 主轴对齐方式：从左到右(默认) */
[data-flex~="main:left"] {
  justify-content: flex-start;
}

/* 主轴对齐方式：从右到左 */
[data-flex~="main:right"] {
  justify-content: flex-end;
}

/* 主轴对齐方式：两端对齐 */
[data-flex~="main:justify"] {
  justify-content: space-between;
}

/* 主轴对齐方式：居中对齐 */
[data-flex~="main:center"] {
  justify-content: center;
}

/* 交叉轴齐方式：从上到下(默认) */
[data-flex~="cross:top"] {
  align-items: flex-start;
}

/* 交叉轴齐方式：从下到上 */
[data-flex~="cross:bottom"] {
  align-items: flex-end;
}

/* 交叉轴齐方式：居中对齐 */
[data-flex~="cross:center"] {
  align-items: center;
}

/* 交叉轴齐方式：跟随内容高度对齐 */
[data-flex~="cross:baseline"] {
  align-items: baseline;
}

/* 交叉轴齐方式：高度并排铺满 */
[data-flex~="cross:stretch"] {
  align-items: stretch;
}

/* 子元素平分宽度 */
[data-flex~="box:mean"] > *,
[data-flex~="box:first"] > *,
[data-flex~="box:last"] > *,
[data-flex~="box:justify"] > * {
  width: 0;
  height: auto;
  flex-grow: 1;
  flex-shrink: 1;
}

[data-flex~="box:first"] > *:first-child,
[data-flex~="box:last"] > *:last-child,
[data-flex~="box:justify"] > *:first-child,
[data-flex~="box:justify"] > *:last-child {
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* 子元素平分高度 */
[data-flex~="dir:top"][data-flex~="box:mean"] > *,
[data-flex~="dir:top"][data-flex~="box:first"] > *,
[data-flex~="dir:top"][data-flex~="box:last"] > *,
[data-flex~="dir:top"][data-flex~="box:justify"] > *,
[data-flex~="dir:bottom"][data-flex~="box:mean"] > *,
[data-flex~="dir:bottom"][data-flex~="box:first"] > *,
[data-flex~="dir:bottom"][data-flex~="box:last"] > *,
[data-flex~="dir:bottom"][data-flex~="box:justify"] > * {
  width: auto;
  height: 0;
  flex-grow: 1;
  flex-shrink: 1;
}

[data-flex~="dir:top"][data-flex~="box:first"] > *:first-child,
[data-flex~="dir:top"][data-flex~="box:last"] > *:last-child,
[data-flex~="dir:top"][data-flex~="box:justify"] > *:first-child,
[data-flex~="dir:top"][data-flex~="box:justify"] > *:last-child,
[data-flex~="dir:bottom"][data-flex~="box:first"] > *:first-child,
[data-flex~="dir:bottom"][data-flex~="box:last"] > *:last-child,
[data-flex~="dir:bottom"][data-flex~="box:justify"] > *:first-child [data-flex~="dir:bottom"][data-flex~="box:justify"] > *:last-child {
  height: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* 子元素伸缩比例循环 */
[data-flex-box="0"] {
  flex-shrink: 0;
}

[data-flex-box="1"] {
  flex-shrink: 1;
}

[data-flex-box="2"] {
  flex-shrink: 2;
}

[data-flex-box="3"] {
  flex-shrink: 3;
}

[data-flex-box="4"] {
  flex-shrink: 4;
}

[data-flex-box="5"] {
  flex-shrink: 5;
}

[data-flex-box="6"] {
  flex-shrink: 6;
}

[data-flex-box="7"] {
  flex-shrink: 7;
}

[data-flex-box="8"] {
  flex-shrink: 8;
}

[data-flex-box="9"] {
  flex-shrink: 9;
}

[data-flex-box="10"] {
  flex-shrink: 10;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/*# sourceMappingURL=stylesheet.css.map */
