.carousel-type-45 {
  margin-top: 0px;
}

body.home-body .pattern-group .p-g-mod-showcase {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
}
body.home-body .pattern-group .p-g-mod-showcase .p-g-mod-header {
  border-bottom: none;
}

.card-product .card-product-inner .free-cargo-badge {
  left: 10px;
  top: 10px;
  border-radius: 6px;
  background: #406274;
  font-weight: 600;
  word-break: break-all;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
}
.card-product .card-product-inner .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ebebeb;
  border-radius: 4px;
  padding: 4px;
}
.card-product .card-product-inner .quantity .btn {
  font-size: 11px;
  padding: 5px;
}
.card-product .card-product-inner .quantity input {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px;
  padding: 0;
  border: none;
}

.feature {
  margin: 2rem 0;
}
.feature-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
}
.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border: 1px solid var(--border-grey);
  padding: 1rem;
  border-radius: 4px;
}
.feature-item img {
  max-width: 40px;
  max-height: 40px;
}
.feature-item .title {
  font-size: 14px;
  font-weight: 600;
}
.feature-item .description {
  text-align: center;
  color: var(--grey2);
}

.contact-feature {
  background: #dddddd;
  padding: 2.5rem 0;
}

.cf-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}

.cf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.cf-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.cf-item .content .title {
  font-size: 14px;
  font-weight: 600;
}
.cf-item .content a {
  font-weight: 400;
  color: var(--grey1);
}

body.categories-body .pattern-group .p-g-mod-t-cat-filter {
  border: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 1rem;
  border-radius: 5px;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child a {
  background: var(--accent);
  padding: 5px 15px;
  border-radius: 5px;
  color: white;
  font-weight: 400;
}

.product-brand a {
  font-size: 16px;
}