/* 14px */
/* 16px */
/* 18px */
/* 24px */
/* 32px */
/* 48px */
/* 56px */
*[class^="ilyd-"],
*[class*=" ilyd-"] {
  font-family: "lyd" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 1rem;
  line-height: 1.8em;
}
a {
  color: inherit;
}
a:hover {
  color: #f16528;
}
.single-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bg-cover {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-contain {
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.img-cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn {
  border-radius: 0;
}
.btn-primary {
  background-color: #f16528;
  border-color: #f16528;
}
.btn-primary:hover {
  background-color: #ef5410;
  border-color: #e6500f;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #e6500f;
  border-color: #dd4d0e;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 101, 40, 0.1);
}
.navbar {
  margin-bottom: 1rem;
}
.navbar .navbar-brand {
  margin-right: 3rem;
}
.navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar .navbar-nav .nav-item.active .nav-link {
  color: #f16528;
}
.navbar .navbar-nav .nav-item.active::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0.5rem;
  left: 0.5rem;
  height: 2px;
  background-color: #f16528;
}
.search-input .btn {
  background-color: transparent;
  border: 1px solid #ced4da;
}
.page-banner .bg img {
  width: 100%;
}
.section-title {
  max-width: 400px;
  font-size: 1.5rem;
  text-align: center;
  margin: 2rem auto;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d8d8d8;
}
.section-title .icon {
  font-size: 40px;
  display: block;
  margin-bottom: 0.5rem;
  color: #777;
}
.block-title {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}
.page-item .page-link {
  margin: 0 0.8rem;
  color: #888;
}
.page-item.active .page-link {
  background-color: #f16528;
  border-color: #f16528;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}
.home-category {
  padding: 3rem 0;
}
.home-category .content {
  background-color: #f7f6f6;
  padding: 1rem 0;
}
.home-category .category-swiper-container {
  margin: -1rem;
  padding: 1rem;
}
.home-category .category-swiper-container .swiper-wrapper .swiper-slide {
  width: 255px;
}
.home-category .category-swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.home-category .category-swiper-container .swiper-wrapper .swiper-slide a .img-cover {
  transition: transform 0.3s;
}
.home-category .category-swiper-container .swiper-wrapper .swiper-slide a:hover {
  text-decoration: none;
}
.home-category .category-swiper-container .swiper-wrapper .swiper-slide a:hover .img-cover {
  transform: scale(1.06);
}
.home-category .category-swiper-container .swiper-wrapper .swiper-slide h3 {
  font-size: 1.125rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.home-category .category-swiper-container .swiper-button-next,
.home-category .category-swiper-container .swiper-button-prev {
  transform: translate(0, -2.5rem);
}
.home-product-selected {
  padding: 3rem 0;
}
.home-product-selected .product-selected-item {
  margin: 0;
  text-decoration: none;
  animation: floating-start 0.7s, floating 3s infinite 0.7s;
  animation-play-state: paused;
}
.home-product-selected .product-selected-item:hover {
  text-decoration: none;
  animation-play-state: running;
}
.home-product-selected .product-selected-item .product-pic {
  padding: 0;
}
.home-product-selected .product-selected-item .product-desc {
  background-color: #f7f6f6;
  padding: 1rem;
}
.home-product-selected .product-selected-item .product-desc .number {
  font-size: 2rem;
  color: #d8d8d8;
}
.home-product-selected .product-selected-item .product-desc .name {
  font-size: 1.5rem;
  padding: 1rem 0 1.5rem;
}
.home-product-selected .product-selected-item .product-desc .tags {
  font-size: 1.125rem;
}
@keyframes floating-start {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-20px, 0);
  }
}
@keyframes floating {
  0% {
    transform: translate(-20px, 0);
  }
  50% {
    transform: translate(20px, 0);
  }
  100% {
    transform: translate(-20px, 0);
  }
}
@keyframes floating-end {
  100% {
    transform: translate(0, 0);
  }
}
section.home-about-us {
  padding: 3rem 0;
}
section.home-customers {
  padding: 3rem 0;
  background-color: #f7f6f6;
}
section.home-customers .logo-list img {
  margin: 0 2rem;
}
section.products-search {
  padding: 3rem 0;
}
section.products-search .category-list {
  padding: 0;
}
section.products-search .category-list li {
  list-style: none;
}
section.products-search .category-list li a {
  color: inherit;
  text-decoration: none;
  padding: 0.2rem 0;
  display: block;
}
section.products-search .category-list li a:hover {
  text-decoration: none;
  color: #f16528;
}
section.products-search .category-list li a.active {
  color: #f16528;
}
section.products-search .category-list li ul {
  padding-left: 20px;
}
section.products-search .category-list li ul li a {
  color: #777;
}
section.products-search .product-list > div {
  margin-bottom: 2rem;
}
section.products-search .product-list .product-card {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
section.products-search .product-list .product-card .mask {
  position: absolute;
  background-color: rgba(234, 97, 43, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  transform: scale(2);
}
section.products-search .product-list .product-card:hover .mask {
  opacity: 1;
  transform: scale(1);
}
section.product .bread-nav {
  padding: 0 0 1rem;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 2rem;
}
section.product .bread-nav .active {
  color: #f16528;
}
section.product .product-attrs .name {
  font-weight: bold;
}
section.product .preview {
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #f7f6f6;
}
section.product .product-gallery-swiper-container .swiper-slide {
  width: auto;
}
section.product .product-gallery-swiper-container .swiper-slide img {
  height: 100px;
  border: 1px solid #f7f6f6;
}
section.product .product-detail {
  padding: 3rem;
}
footer {
  background-color: #333438;
  color: #979799;
  padding: 3rem 0;
}
footer .title {
  margin-bottom: 2rem;
  padding-bottom: 0.7rem;
  position: relative;
  color: #d3d3d3;
}
footer .title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 2rem;
  height: 2px;
  background-color: #d3d3d3;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: inherit;
}
