.dropdown .dropdown-toggle::after {
  width: 14px;
  height: 18px;
  border: none;
  vertical-align: -0.25em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

.dropdown .dropdown-menu {
  padding: 0.8rem 1.5em;
  transition: 0.35s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  display: block;
}

.dropdown .dropdown-menu.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.dropdown .dropdown-item {
  padding-left: 0;
  margin: 0.25em 0;
}

.dropdown .dropdown-item:hover {
  background-color: transparent;
}

.dropend .dropdown-toggle {
  position: relative;
}

.dropend .dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 18px;
  border: none;
  vertical-align: -0.25em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  text-shadow: 1px 1px 6px #616161;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-pagination-bullet {
  background-color: #fff;
  box-shadow: 1px 1px 6px #616161;
}

.navbar {
  height: 90px;
  position: relative;
}

@media (max-width: 767.98px) {
  .navbar {
    height: 60px;
  }
}

.navbar-brand {
  position: fixed;
  top: 22px;
  left: 16px;
  padding: 8px;
  z-index: 10;
}

@media (max-width: 767.98px) {
  .navbar-brand {
    top: 8px;
  }
}

.navbar-brand .brand-icon {
  position: relative;
  width: 22px;
  line-height: 1;
}

.navbar-brand .brand-icon::after, .navbar-brand .brand-icon::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: 0.25s ease-in-out;
}

.navbar-brand .brand-icon::after {
  top: 0;
  left: -5px;
}

.navbar-brand .brand-icon::before {
  bottom: 0;
  left: 5px;
}

.navbar-brand .brand-icon span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #333;
  margin: 6px 0;
}

.navbar-brand:hover .brand-icon::after {
  left: 0px;
}

.navbar-brand:hover .brand-icon::before {
  left: 0px;
}

.navbar-logo {
  margin-left: 60px;
}

.navbar-logo .svg-icon-logo {
  width: 140px;
}

.navbar-menu .nav a {
  color: #333;
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.navbar-menu .nav a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #333;
  transition: 0.35s ease-in-out;
}

.navbar-menu .nav a:not(.dropdown-toggle):hover::before {
  width: 50%;
}

.navbar-menu .nav a.dropdown-item:before {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.navbar-menu .nav a.dropdown-item:before:hover::before {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  z-index: 10;
}

.sidebar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0);
  transition: 0.45s ease-in;
}

.sidebar.show {
  visibility: initial;
}

.sidebar.show::after {
  background-color: rgba(51, 51, 51, 0.7);
}

.sidebar-navbar-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 280px;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: 0.35s ease-in-out;
}

.show .sidebar-navbar-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sidebar-navbar-menu.sidebar-unset {
  overflow-y: initial;
}

.sidebar-navbar-menu .nav-item {
  position: static !important;
}

.sidebar-navbar-menu a {
  color: #333;
  font-size: 14px;
  position: relative;
}

.sidebar-navbar-menu a:not(.menu-back):not(.dropdown-item) {
  padding: 20px 30px;
}

@media (min-width: 768px) {
  .sidebar-navbar-menu a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #dee2e6;
    transition: 0.35s ease-in-out;
  }
  .sidebar-navbar-menu a:hover::before {
    width: 100%;
  }
}

.sidebar-navbar-menu a.dropdown-item {
  padding: 10px 20px;
}

.sidebar-navbar-menu a.dropdown-item:hover {
  background-color: transparent;
}

@media (max-width: 767.98px) {
  .sidebar .dropend .dropdown-toggle {
    position: relative;
  }
  .sidebar .dropend .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 18px;
    border: none;
    vertical-align: -0.25em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
  }
  .sidebar .dropend .dropdown-menu {
    position: relative !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    border: none;
    padding: 0;
  }
  .sidebar .dropend .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 50px;
  }
}

footer {
  background-color: #f9f9f9;
}

footer .svg-icon-logo {
  width: 200px;
}

footer a {
  text-decoration: none;
  color: #848484;
}

footer a:hover {
  color: #333;
}

.copyright {
  background-color: #333;
  color: #fff;
  font-size: 12px;
}

.product-category-item {
  text-decoration: none;
}

.product-category-item:hover .product-category-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.product-category-img {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.product-category-img img {
  transition: 0.35s ease-in-out;
}

.product-category-name {
  color: #333;
  padding-top: 10px;
  padding-bottom: 20px;
}

.home-about-img {
  position: relative;
  z-index: 1;
}

.home-about-text {
  position: relative;
  width: 100%;
  margin-left: auto;
  padding: 50px;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  height: 100%;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .home-about-text {
    padding: 30px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.home-about-text::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background-color: #eee9e9;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .home-about-text::after {
    width: 100%;
  }
}

.home-about-more {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
  transition: 0.35s ease-in-out;
}

.home-about-more::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #000;
  transition: 0.35s ease-in-out;
}

.home-about-more:hover {
  padding-left: 40px;
  color: #333;
}

.home-about-more:hover::after {
  width: 30px;
}

.home-new .new-info {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
}

.title-style-01 {
  position: relative;
  padding-bottom: 30px;
}

.title-style-01::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  border-radius: 10px;
  background-color: #333;
}

@media (max-width: 767.98px) {
  .title-style-01 {
    padding-bottom: 15px;
  }
}
