@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
@charset "UTF-8";
/**
color
 */
.color-666 {
  color: #666;
}

.color-black {
  color: #212121;
}

.color-gray {
  color: #878787;
}

.color-organe {
  color: #fdb813;
}

.color-red {
  color: #e50000;
}

.color-yellow {
  color: #EFB403;
}

/**
background-color
 */
.bg-black {
  background-color: #212121;
}

.bg-gray {
  background-color: #878787;
}

.bg-organe {
  background-color: #fdb813;
}

.bg-red {
  background-color: #e50000;
}

.bg-yellow {
  background-color: #EFB403;
}

/**
font
 */
.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

/**
font size
 */
.fs-10 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.w-1 {
  width: 10%;
}

.w-2 {
  width: 20%;
}

.w-3 {
  width: 30%;
}

.w-4 {
  width: 40%;
}

.w-6 {
  width: 60%;
}

.w-7 {
  width: 70%;
}

.w-8 {
  width: 80%;
}

.w-9 {
  width: 90%;
}

.w-33 {
  width: 33.3333333333%;
}

.w-66 {
  width: 66%;
}

.zindex {
  z-index: 1;
}

.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

.radius-50 {
  border-radius: 50%;
}

.space-nowrap {
  white-space: nowrap;
}

.image-cover {
  overflow: hidden;
}
.image-cover img, .image-cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-none {
  list-style: none;
}

.location {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pt-20 {
  padding-top: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.p-20 {
  padding: 2rem;
}

.pr-20 {
  padding-right: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.owl-carousel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.owl-carousel .owl-dots .owl-dot {
  background-color: #747894;
  display: inline-block;
  width: 5rem;
  height: 0.2rem;
  margin: 5px;
  outline: none;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #fdb813;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-items: center;
}
.owl-carousel .owl-nav button {
  outline: none;
  display: inline-block;
  width: 2rem;
}
.owl-carousel .owl-nav button span {
  font-size: 3rem;
  color: #666;
}
.owl-carousel .owl-nav button:hover span {
  color: #333;
}

.line-row {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-row-2 {
  -webkit-line-clamp: 2;
}

.image-scale .image-cover img {
  transform: scale(1);
  transition: all 0.7s;
}
.image-scale:hover .image-cover img {
  transform: scale(1.1);
  transition: all 0.7s;
}

.page-numbers {
  border-radius: 4px;
  width: 4rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  background-color: #E9E9E9;
  color: #575757;
  font-size: 1.4rem;
}
.page-numbers.current {
  color: #fff;
  background: linear-gradient(to top, #E93818, #D92707);
}

#backToTop {
  background: #00aa1c none repeat scroll 0 0;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width: 45px;
  position: fixed;
  z-index: 999;
  bottom: 80px;
  right: 10px;
  display: none;
  box-shadow: 0px 0 11px 0 #999;
}

.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(86, 86, 86, 0.7);
}

/*------------------------ Error 404------------------------*/
#error {
  padding: 40px 0;
  text-align: center;
}

.error_title {
  color: #000;
}

.error_title p {
  color: #ed3d3f;
  font-size: 18px;
  margin: 0;
  padding-top: 20px;
}

.error_title img {
  Padding-top: 50px;
  width: 100%;
  max-width: 200px;
}

.error_bottom {
  margin-top: 15px;
}

.error_bottom a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background: #ed3d3f;
  border: 1px solid #fff;
  border-radius: 40px;
  text-decoration: none;
}

/*------------------------ END Error 404------------------------*/
html {
  font-size: 10px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.menu {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

@font-face {
  font-family: "Epilogue";
  src: url(/wp-content/themes/Epal-theme/fonts/Epilogue/Epilogue-Regular.ttf);
}
@font-face {
  font-family: "Manrope";
  src: url(/wp-content/themes/Epal-theme/fonts/Manrope/Manrope-Regular.ttf);
}
.product-content span {
  display: block;
  margin-bottom: 16px;
}

#bannerCarousel .carousel-inner {
  border-radius: 24px;
}
#bannerCarousel .carousel-inner .carousel-item .banner-slide {
  position: relative;
  overflow: hidden;
}
#bannerCarousel .carousel-inner .carousel-item .banner-slide .banner-bg {
  position: relative;
  height: 700px;
  overflow: hidden;
}
#bannerCarousel .carousel-inner .carousel-item .banner-slide .banner-bg img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  z-index: 0;
}
#bannerCarousel .carousel-inner .carousel-item .banner-slide .banner-bg video,
#bannerCarousel .carousel-inner .carousel-item .banner-slide .banner-bg .mejs-container,
#bannerCarousel .carousel-inner .carousel-item .banner-slide .banner-bg .mejs-inner,
#bannerCarousel .carousel-inner .carousel-item .banner-slide .banner-bg .mejs-mediaelement,
#bannerCarousel .carousel-inner .carousel-item .banner-slide .banner-bg mediaelementwrapper,
#bannerCarousel .carousel-inner .carousel-item .banner-slide .banner-bg video.wp-video-shortcode {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  z-index: 0;
}
#bannerCarousel .carousel-inner .carousel-item .banner-slide .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  padding: 72px;
  max-width: 700px;
}
#bannerCarousel .carousel-inner .carousel-item .banner-slide .banner-content .title {
  font-weight: bold;
  font-size: 64px;
  line-height: 94px;
  margin-bottom: 2.5rem;
}
#bannerCarousel .carousel-inner .carousel-item .banner-slide .banner-content .desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  color: #212121;
}
#bannerCarousel .carousel-indicators {
  position: absolute;
  right: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  left: unset !important;
  gap: 16px;
  align-items: center;
}
#bannerCarousel .carousel-indicators [data-bs-target] {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0.5;
}
#bannerCarousel .carousel-indicators [data-bs-target] .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bannerCarousel .carousel-indicators [data-bs-target].active {
  opacity: 1;
  width: 24px;
  height: 24px;
  border: 1px solid #EFB403;
  border-radius: 50%;
}
#bannerCarousel .carousel-indicators [data-bs-target].active .dot svg {
  width: 8px;
  height: 8px;
  display: block;
}
#bannerCarousel .carousel-indicators [data-bs-target]:not(.active) .dot svg {
  display: block;
}
#bannerCarousel .banner-actions {
  position: absolute;
  bottom: 17%;
  z-index: 3;
  width: 100%;
  padding-left: 72px;
}
#bannerCarousel .banner-actions .btn-container .btn-more {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
  background-color: #EFB403;
  text-transform: uppercase;
}
#bannerCarousel .banner-actions .btn-container .btn-more:hover {
  background-color: #FFCB05;
}

#categories {
  padding: 48px 0 !important;
}
#categories .category-carousel .category-item {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 24px 16px;
  transition: all 0.3s ease;
  text-align: center;
}
#categories .category-carousel .category-item a {
  color: #212121;
}
#categories .category-carousel .category-item:hover {
  background-color: #FEFCE8;
}
#categories .category-carousel .category-item:hover .icon-wrapper {
  background-color: #FFFAC2;
}
#categories .category-carousel .category-item:hover .title {
  color: #EFB403;
}
#categories .category-carousel .category-item .icon-wrapper {
  width: 48px;
  height: 48px;
  padding: 12px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#categories .category-carousel .category-item .icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#categories .category-carousel .category-item .title {
  font-weight: 600;
  font-size: 16px;
}

#products {
  padding: 7rem 0;
}
#products .section-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 1rem;
}
#products .section-desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5rem;
}
#products .product-card {
  border-radius: 12px;
  background: #fff;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#products .product-card:hover .box-img img {
  transform: scale(1.05);
}
#products .product-card:hover .product-name {
  color: #EFB403;
}
#products .product-card .box-img {
  background-color: #F5F5F5;
  border-radius: 16px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  padding: 2rem;
}
#products .product-card .box-img .discount-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #FEFCE8;
  color: #000;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 20px;
  font-weight: 400;
}
#products .product-card .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 16px;
}
#products .product-card .product-name {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
  color: #212121;
  transition: color 0.3s ease;
}
#products .product-card .product-name a {
  text-decoration: none;
  color: #212121;
}
#products .product-card .rating {
  color: #ffc107;
  font-size: 14px;
  margin-bottom: 1rem;
}
#products .product-card .rating span {
  color: #888;
  font-size: 12px;
  margin-left: 5px;
}
#products .product-card .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 1rem;
}
#products .product-card .price-row .product-price {
  display: flex;
  align-items: center;
  gap: 5px;
}
#products .product-card .price-row .product-price .price-old {
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
}
#products .product-card .price-row .product-price .price-new {
  font-weight: bold;
  color: #e53935;
}
#products .product-card .price-row .sold {
  font-size: 12px;
  font-weight: 400;
  color: #212121;
}
#products .product-card .btn-cart {
  background: none;
  border: none;
  color: #9E9E9E;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-flex;
  gap: 5px;
  border-radius: 8px;
  width: 100%;
  transition: all 0.3s ease;
}
#products .product-card .btn-cart .icon-cart,
#products .product-card .btn-cart .icon-add {
  transition: all 0.3s ease;
}
#products .product-card .btn-cart .icon-add {
  display: none;
}
#products .product-card .btn-cart:hover {
  color: #EFB403;
}
#products .product-card .btn-cart:hover .icon-cart {
  display: none;
}
#products .product-card .btn-cart:hover .icon-add {
  display: block;
}
#products .view-more-ctn {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
#products .view-more-ctn .view-more {
  display: inline-block;
  width: auto;
  border: none;
  background-color: #EFB403;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
}
#products .view-more-ctn .view-more:hover {
  background-color: #FFCB05;
}
#products .view-more-ctn .view-more:hover svg {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

#categories .section-desc {
  margin-bottom: 0px !important;
}

#galleries {
  padding: 7rem 0;
}
#galleries .section-content {
  padding: 5rem;
}
#galleries .section-content .section-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 1rem;
}
#galleries .section-content .section-desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5rem;
}
#galleries .rounded-20 {
  border-radius: 20px;
}
#galleries .image-grid {
  display: flex;
  justify-content: space-between;
}
#galleries .image-grid .img-top,
#galleries .image-grid .img {
  height: 306px;
  overflow: hidden;
  border-radius: 20px;
}
#galleries .image-grid .img-top img,
#galleries .image-grid .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
#galleries .image-grid .img-top:hover img,
#galleries .image-grid .img:hover img {
  transform: scale(1.05);
}
#galleries .image-container {
  position: relative;
  width: 306px;
  height: 306px;
  overflow: hidden;
  border-radius: 20px;
}
#galleries .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
#galleries .image-container:hover img {
  transform: scale(1.05);
}
#galleries .image-container .overlay-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
#galleries .image-container .overlay-badge svg {
  margin-right: 4px;
}

#teams .section-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 1rem;
}
#teams .section-desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5rem !important;
}
#teams .card {
  border-radius: 24px;
}
#teams .card .img {
  background-color: #F5F5F5;
  border-radius: 24px;
  margin-bottom: 1rem;
}
#teams .card .img img {
  border-radius: 24px;
}
#teams .card .card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
}
#teams .card .card-text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1rem;
}

#features {
  padding: 7rem 0;
}
#features .features-wrapper {
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 48px;
}
#features .features-wrapper .feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  height: 100%;
  gap: 48px;
}
#features .features-wrapper .feature-item .feature-header {
  display: flex;
  margin-bottom: 0.75rem;
}
#features .features-wrapper .feature-item .feature-header .feature-icon {
  flex-shrink: 0;
  margin-right: 0.75rem;
  width: 24px;
  height: 24px;
}
#features .features-wrapper .feature-item .feature-header .feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#features .features-wrapper .feature-item .feature-header .feature-content .feature-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
#features .features-wrapper .feature-item .feature-header .feature-desc {
  font-size: 16px;
  color: #212121;
  font-weight: 400;
}

#banner-about .carousel-inner .carousel-item {
  height: 430px;
}
#banner-about .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#banner-about .carousel-indicators {
  position: static;
  margin-top: -40px;
  justify-content: center;
  gap: 10px;
}
#banner-about .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F6A500;
  border: none;
  opacity: 1;
  position: relative;
  margin: 0 5px;
}
#banner-about .carousel-indicators [data-bs-target].active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 2px solid #F6A500;
  border-radius: 50%;
  background-color: transparent;
  padding: 10px;
}
#banner-about .carousel-item img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

#why-choose {
  max-width: 1200px;
  margin: 50px auto;
  padding: 7rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
#why-choose .why-choose__left {
  flex: 1 1 45%;
}
#why-choose .why-choose__left .section-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
#why-choose .why-choose__left .section-desc {
  font-size: 16px;
  font-weight: 400;
}
#why-choose .why-choose__right {
  flex: 1 1 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#why-choose .why-choose__right .box-left .box-top {
  height: 404px;
}
#why-choose .why-choose__right .box-left .box-bottom {
  height: 344px;
}
#why-choose .why-choose__right .box-right .box-top {
  height: 344px;
}
#why-choose .why-choose__right .box-right .box-bottom {
  height: 404px;
}
#why-choose .why-choose__right .box-bottom, #why-choose .why-choose__right .box-top {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}
#why-choose .why-choose__right .box-bottom .icon, #why-choose .why-choose__right .box-top .icon {
  width: 48px;
  height: 48px;
  background: #ffc107;
  border-radius: 50%;
  margin-bottom: 15px;
  padding: 12px;
}
#why-choose .why-choose__right .box-bottom .icon img, #why-choose .why-choose__right .box-top .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#why-choose .why-choose__right .box-bottom h3, #why-choose .why-choose__right .box-top h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}
#why-choose .why-choose__right .box-bottom p, #why-choose .why-choose__right .box-top p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

#categories {
  padding: 7rem 0;
}
#categories .section-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 1rem;
  text-align: center;
}
#categories .section-desc {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5rem;
}

#mission-section {
  background-color: #F5F5F5;
  padding: 7rem 0;
}
#mission-section .mission-title {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}
#mission-section .mission-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  height: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#mission-section .mission-card .title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
  padding-top: 1.5rem;
}
#mission-section .mission-card .desc {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 4rem;
}
#mission-section .mission-card .mission-icon {
  width: 48px;
  height: 48px;
  background: #ffc107;
  border-radius: 50%;
  position: absolute;
  padding: 12px;
  top: 20px;
  right: 20px;
}
#mission-section .mission-card .mission-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mission-section .mission-card:hover {
  background-color: #FEFCE8;
}

#quality-commitment {
  padding: 7rem 0 !important;
}
#quality-commitment .quality-ctn {
  margin-bottom: 10rem !important;
  padding: 0 5rem;
}
#quality-commitment .quality-ctn .quality-title,
#quality-commitment .quality-ctn .commitment-title {
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: 700;
  padding: 0 2rem;
}
#quality-commitment .quality-ctn .quality-text,
#quality-commitment .quality-ctn .commitment-text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  padding: 0 2rem;
}
#quality-commitment .quality-ctn .col-md-6 {
  padding: 0 2rem;
}
#quality-commitment .quality-ctn .col-md-6 .img {
  width: 502px;
  height: 502px;
  border-radius: 24px !important;
}
#quality-commitment .quality-ctn .col-md-6 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px !important;
}

.single-product .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-product .breadcrumb {
  margin-bottom: 3rem !important;
}
.single-product .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.single-product .breadcrumb .breadcrumb-item {
  color: #9E9E9E;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.single-product .breadcrumb .breadcrumb-item.active {
  color: #212121;
}
.single-product .thumb-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.single-product .thumb-list img {
  width: 94px;
  height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid transparent;
  border-radius: 16px;
  cursor: pointer;
  background: #F5F5F5;
  padding: 5px;
}
.single-product .thumb-list img.active {
  border-color: #EFB403;
}
.single-product .main-image {
  flex: 1;
  background: #F5F5F5;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .main-image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  margin: 0;
}
.single-product .product-rating {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  display: flex;
  align-items: center;
  margin-bottom: 3rem !important;
}
.single-product .product-rating .rating-value {
  font-size: 14px;
  margin-right: 4px;
}
.single-product .product-rating .rating-stars {
  display: flex;
}
.single-product .product-rating .rating-stars svg {
  margin-right: 2px;
}
.single-product .product-rating .total_reviews,
.single-product .product-rating .total_sales {
  color: #757575;
  font-size: 14px;
}
.single-product .product-rating .total_reviews a,
.single-product .product-rating .total_sales a {
  text-decoration: none;
}
.single-product .product-rating .total_reviews {
  padding: 0 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.single-product .product-rating .total_reviews u {
  text-decoration: underline;
}
.single-product .product-rating .total_sales {
  padding-left: 20px;
}
.single-product .product-quantity button {
  width: 36px;
  height: 36px;
}
.single-product .product-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.single-product .product-short-desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3rem !important;
}
.single-product .product-price {
  margin-bottom: 3rem !important;
}
.single-product .product-price del {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 136%;
  letter-spacing: 0%;
  text-decoration: line-through;
}
.single-product .product-price .badge {
  width: 50;
  height: 28;
  border-radius: 24px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  background-color: #FEFCE8 !important;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  margin-bottom: 1rem;
}
.single-product .product-price .price {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #EFB403;
}
.single-product .quantity-box {
  border: none;
  display: flex;
  align-items: center;
  border-radius: 9999px;
  padding: 8px 16px;
  background-color: #F5F5F5;
}
.single-product .quantity-box button {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #212529;
  font-size: 1.25rem;
  padding: 2rem;
}
.single-product .quantity-box span {
  margin: 0 20px;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.single-product .add-to-cart {
  gap: 8px;
  border-radius: 24px;
  padding: 12px 20px;
  background: #EFB403 !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  background-color: #FFCB05;
  color: #fff !important;
}
.single-product .add-to-cart .icon-cart,
.single-product .add-to-cart .icon-add {
  transition: all 0.3s ease;
}
.single-product .add-to-cart .icon-add {
  display: none;
}
.single-product .add-to-cart:hover {
  background-color: #FFCB05 !important;
}
.single-product .add-to-cart:hover .icon-cart {
  display: none;
}
.single-product .add-to-cart:hover .icon-add {
  display: block;
}
.single-product .product-gift {
  margin-top: 4.5rem;
  width: 502;
  height: 80;
  gap: 16px;
  border-radius: 16px !important;
  border-width: 1px;
  padding: 16px;
  border: 1px solid var(--primary-grey-200, #EEEEEE);
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.single-product .product-desc h1, .single-product .product-desc h2, .single-product .product-desc h3, .single-product .product-desc h4, .single-product .product-desc h5, .single-product .product-desc h6 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 0 10px 0;
}
.single-product .product-desc h1 {
  font-size: 24px;
}
.single-product .product-desc h2 {
  font-size: 22px;
}
.single-product .product-desc h3 {
  font-size: 20px;
}
.single-product .product-desc h4 {
  font-size: 20px;
}
.single-product .product-desc h5 {
  font-size: 20px;
}
.single-product .product-desc h6 {
  font-size: 20px;
}
.single-product .product-desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.single-product .product-desc ul, .single-product .product-desc ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.single-product .product-desc ul {
  list-style-type: disc;
}
.single-product .product-desc ol {
  list-style-type: decimal;
}
.single-product .product-desc li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.single-product .product-desc .review-section .review-summary {
  padding: 32px !important;
  background-color: #F5F5F5 !important;
  border-radius: 24px;
}
.single-product .product-desc .review-section .review-summary .review-average {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 2rem;
}
.single-product .product-desc .review-section .review-summary .review-count {
  margin-top: 2rem;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2rem;
}
.single-product .product-desc .review-section .review-distribution .percent {
  font-size: 16px;
  font-weight: 400;
}
.single-product .product-desc .review-section .review-distribution .number {
  font-size: 16px;
  font-weight: 700;
}
.single-product .product-desc .review-section .review-distribution .progress-bar {
  border-radius: 5px;
}
.single-product .product-desc .review-section .review-item {
  margin-top: 2rem;
  gap: 16px;
  border-radius: 24px;
  border-width: 1px;
  padding: 24px;
  border: 1px solid var(--primary-grey-200, rgb(238, 238, 238));
}
.single-product .product-desc .review-section .review-item .info .fullname {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.single-product .product-desc .review-section .review-item .info .date {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 136%;
  letter-spacing: 0%;
  color: #9E9E9E;
}
.single-product .product-desc .review-section .review-item .review-content {
  margin-top: 1.5rem;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
}
.single-product .product-desc .review-section .review-item .review-avatar {
  width: 48px;
  height: 48px;
}
.single-product .product-desc .review-section .review-item .review-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .product-desc .review-section .view-more-ctn {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.single-product .product-desc .review-section .view-more-ctn .view-more .view-more-btn {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  color: #757575;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
}
.single-product .product-parameter {
  gap: 24px;
  border-radius: 16px;
  border-width: 1px;
  padding: 24px;
  border: 1px solid var(--primary-grey-200, rgb(238, 238, 238));
}
.single-product .product-parameter .title {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.single-product .product-parameter table {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.single-product .product-parameter table tr {
  border-bottom: 1px solid #EEEEEE;
}
.single-product .product-parameter table tr td {
  padding: 1rem 0;
}

#related-products .section-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 1rem;
}
#related-products .section-desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5rem;
}
#related-products .product-card {
  border-radius: 12px;
  background: #fff;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#related-products .product-card:hover .box-img img {
  transform: scale(1.05);
}
#related-products .product-card:hover .product-name {
  color: #EFB403;
}
#related-products .product-card .box-img {
  background-color: #F5F5F5;
  border-radius: 16px;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  padding: 2rem;
}
#related-products .product-card .box-img .discount-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #FEFCE8;
  color: #000;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 20px;
  font-weight: 400;
}
#related-products .product-card .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
#related-products .product-card .product-name {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
  color: #212121;
  transition: color 0.3s ease;
}
#related-products .product-card .product-name a {
  color: #212121;
}
#related-products .product-card .rating {
  color: #ffc107;
  font-size: 14px;
  margin-bottom: 1rem;
}
#related-products .product-card .rating span {
  color: #888;
  font-size: 12px;
  margin-left: 5px;
}
#related-products .product-card .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 1rem;
}
#related-products .product-card .price-row .product-price {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: unset !important;
}
#related-products .product-card .price-row .product-price .price-old {
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
}
#related-products .product-card .price-row .product-price .price-new {
  font-weight: bold;
  color: #e53935;
}
#related-products .product-card .price-row .sold {
  font-size: 12px;
  font-weight: 400;
  color: #212121;
}
#related-products .product-card .btn-cart {
  background: none;
  border: none;
  color: #9E9E9E;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-flex;
  gap: 5px;
  border-radius: 8px;
  width: 100%;
  transition: all 0.3s ease;
  margin-top: 10px;
}
#related-products .product-card .btn-cart .icon-cart,
#related-products .product-card .btn-cart .icon-add {
  transition: all 0.3s ease;
}
#related-products .product-card .btn-cart .icon-add {
  display: none;
}
#related-products .product-card .btn-cart:hover {
  color: #EFB403;
}
#related-products .product-card .btn-cart:hover .icon-cart {
  display: none;
}
#related-products .product-card .btn-cart:hover .icon-add {
  display: block;
}

#intro-services {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
  text-align: center;
}
#intro-services .section-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 1.5rem !important;
}
#intro-services .section-desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3.5rem !important;
}
#intro-services .image-wrapper {
  height: 432px !important;
  border-radius: 24px;
}
#intro-services .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px !important;
}

#service .container {
  padding-top: 72px !important;
  padding-bottom: 104px !important;
}
#service .container .row .article-list .article-item {
  display: flex;
  margin-bottom: 1.5rem;
}
#service .container .row .article-list .article-item .article-thumb {
  cursor: pointer;
  width: 306px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border-radius: 0.25rem;
  margin-right: 1rem;
}
#service .container .row .article-list .article-item .badge {
  font-size: 12px;
  background-color: #f8f9fa;
  color: #000;
  margin-bottom: 1rem !important;
  font-weight: 400;
  border-radius: 12px;
}
#service .container .row .article-list .article-item .article-title {
  cursor: pointer;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 1rem !important;
}
#service .container .row .article-list .article-item .article-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #616161;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#service .container .row .sidebar-box {
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
#service .container .row .sidebar-box h6 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 3rem !important;
}
#service .container .row .sidebar-box.categories {
  padding: 24px;
  border-radius: 24px;
  background-color: transparent;
  border: 1px solid var(--primary-grey-200, #eeeeee);
}
#service .container .row .sidebar-box.categories .sidebar-menu {
  list-style: none;
  padding-left: 0;
}
#service .container .row .sidebar-box.categories .sidebar-menu li {
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}
#service .container .row .sidebar-box.categories .sidebar-menu li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
#service .container .row .sidebar-box.categories .sidebar-menu li .icon {
  width: 24px;
  height: 24px;
}
#service .container .row .sidebar-box.categories .sidebar-menu li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .container .row .sidebar-box.featured-products {
  background-color: transparent;
}
#service .container .row .sidebar-box.featured-products ul {
  list-style: none;
  padding-left: 0;
}
#service .container .row .sidebar-box.featured-products ul li {
  display: flex;
  margin-bottom: 1rem;
}
#service .container .row .sidebar-box.featured-products ul li .img {
  width: 86px;
  height: 86px;
  border-radius: 12px;
  background-color: #f5f5f5;
  margin-right: 1rem;
}
#service .container .row .sidebar-box.featured-products ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .container .row .sidebar-box.featured-products ul li .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.5rem !important;
}
#service .container .row .sidebar-box.featured-products ul li .price {
  margin-bottom: 0.5rem !important;
}
#service .container .row .sidebar-box.featured-products ul li .price .price-new {
  font-size: 16px;
  font-weight: 400;
}
#service .container .row .sidebar-box.featured-products ul li .price .price-old {
  font-size: 12px;
  font-weight: 400;
  color: #bdbdbd;
  text-decoration: line-through;
}
#service .container .row .sidebar-box.featured-products ul li .sold {
  font-size: 12px;
  font-weight: 400;
}
#service .container .row .sidebar-box.contact p {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
#service .container .row .sidebar-box.contact ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.5rem;
}
#service .container .row .sidebar-box.contact ul li {
  font-size: 0.875rem;
  color: #6c757d;
}

#intro-services {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
  text-align: center;
}
#intro-services .section-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 1.5rem !important;
}
#intro-services .section-desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3.5rem !important;
}
#intro-services .image-wrapper {
  height: 432px !important;
  border-radius: 24px;
}
#intro-services .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px !important;
}

#single-service {
  margin-top: 5rem;
}
#single-service .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#single-service .container .row .service-meta {
  margin-bottom: 3rem !important;
}
#single-service .container .row .service-meta .badge {
  border-radius: 24px;
}
#single-service .container .row .service-meta .badge a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #212121;
  padding: 4px 16px;
}
#single-service .container .row .single-content h1 {
  font-size: 32px;
  font-weight: 700;
}
#single-service .container .row .single-content h2, #single-service .container .row .single-content h3, #single-service .container .row .single-content h4, #single-service .container .row .single-content h5, #single-service .container .row .single-content h6 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
#single-service .container .row .single-content p {
  font-size: 16px;
  font-weight: 400;
}
#single-service .container .row .single-content ol, #single-service .container .row .single-content ul {
  padding-left: 1.5em;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 400;
}
#single-service .container .row .single-content li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.3em;
}
#single-service .container .row .sidebar-box {
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
#single-service .container .row .sidebar-box h6 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 3rem !important;
}
#single-service .container .row .sidebar-box.categories {
  padding: 24px;
  border-radius: 24px;
  background-color: transparent;
  border: 1px solid var(--primary-grey-200, #EEEEEE);
}
#single-service .container .row .sidebar-box.categories .sidebar-menu {
  list-style: none;
  padding-left: 0;
}
#single-service .container .row .sidebar-box.categories .sidebar-menu li {
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}
#single-service .container .row .sidebar-box.categories .sidebar-menu li a {
  color: #212121;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
#single-service .container .row .sidebar-box.categories .sidebar-menu li .icon {
  width: 24px;
  height: 24px;
}
#single-service .container .row .sidebar-box.categories .sidebar-menu li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#single-service .container .row .sidebar-box.featured-products {
  background-color: transparent;
}
#single-service .container .row .sidebar-box.featured-products ul {
  list-style: none;
  padding-left: 0;
}
#single-service .container .row .sidebar-box.featured-products ul li {
  display: flex;
  margin-bottom: 1rem;
}
#single-service .container .row .sidebar-box.featured-products ul li .img {
  width: 86px;
  height: 86px;
  border-radius: 12px !important;
  background-color: #F5F5F5;
  margin-right: 1rem;
}
#single-service .container .row .sidebar-box.featured-products ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
#single-service .container .row .sidebar-box.featured-products ul li .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.5rem !important;
}
#single-service .container .row .sidebar-box.featured-products ul li .price {
  margin-bottom: 0.5rem !important;
}
#single-service .container .row .sidebar-box.featured-products ul li .price .price-new {
  font-size: 16px;
  font-weight: 400;
}
#single-service .container .row .sidebar-box.featured-products ul li .price .price-old {
  font-size: 12px;
  font-weight: 400;
  color: #BDBDBD;
  text-decoration: line-through;
}
#single-service .container .row .sidebar-box.featured-products ul li .sold {
  font-size: 12px;
  font-weight: 400;
}
#single-service .container .row .sidebar-box.contact {
  padding: 24px;
}
#single-service .container .row .sidebar-box.contact .info p {
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-weight: 400;
}
#single-service .container .row .sidebar-box.contact .info ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}
#single-service .container .row .sidebar-box.contact .info ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

#section-other-services {
  padding-top: 10rem;
  padding-bottom: 3rem;
}
#section-other-services h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
#section-other-services .service-card {
  border: none;
  height: 100%;
}
#section-other-services .service-card .img {
  height: 230px;
  border-radius: 24px;
  margin-bottom: 1.5rem;
}
#section-other-services .service-card .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 24px;
}
#section-other-services .service-card .card-body {
  padding: unset !important;
}
#section-other-services .service-card .card-body .card-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
#section-other-services .service-card .card-body .badge {
  font-size: 12px;
  padding: 6px 12px;
  font-weight: 400;
  border-radius: 24px;
  background-color: #F5F5F5;
  color: #212121 !important;
}

@media (max-width: 992px) {
  .list-all-product ul {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .banner-content .title h1,
  .banner-content .title h2 {
    font-size: 40px !important;
  }
  .banner-content .title h1 span,
  .banner-content .title h2 span {
    font-size: 40px !important;
  }
  #why-choose {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
  }
  .product-filter .woocommerce-notices-wrapper .woocommerce-message {
    display: none;
  }
}
@media (max-width: 768px) {
  #products .filter-ctn {
    padding: 20px 20px !important;
  }
  #bannerCarousel .carousel-inner .carousel-item .banner-slide .banner-bg {
    height: 224px;
  }
  #features {
    padding: 0 !important;
  }
  #features .features-wrapper .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .banner-content .title h1 span,
  .banner-content .title h2 span {
    font-size: 30px !important;
  }
  .sidebar {
    padding: 20px 20px 0 20px !important;
  }
  #products .section-title {
    font-size: 30px;
  }
  #galleries {
    padding: 0 0 0 0;
  }
  #galleries .section-content .section-title {
    font-size: 30px;
  }
  #galleries .section-content .section-desc {
    font-size: 14px;
    margin-bottom: 0;
  }
  #galleries .section-content {
    padding: 10px 20px 0 20px;
  }
  .galleries .container {
    padding-bottom: 0px !important;
  }
  #teams .section-title {
    font-size: 30px;
  }
  #teams .section-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #footer .footer-container .footer-contact,
  #footer .footer-container .footer-support {
    padding: 0 20px !important;
  }
  #footer .footer-container .footer-about {
    padding: 0 20px !important;
  }
  #footer {
    padding: 40px 0 20px 0 !important;
  }
  #why-choose {
    margin: 0;
    padding: 40px 10px;
  }
  #service .container {
    padding: 40px 0 !important;
  }
  #why-choose .why-choose__left .section-title {
    font-size: 30px;
  }
  .products {
    padding: 0 0 30px 0 !important;
  }
  #categories .section-title,
  #mission-section .mission-title,
  #quality-commitment .quality-ctn .quality-title,
  #quality-commitment .quality-ctn .commitment-title,
  #intro-products .section-title,
  .single-product .product-title,
  #related-products .section-title {
    font-size: 30px !important;
  }
  #quality-commitment .quality-ctn {
    margin-bottom: 0px !important;
  }
  #quality-commitment .quality-ctn {
    padding: 40px 0px !important;
  }
  #quality-commitment {
    padding: 40px 10px 0 10px !important;
  }
  #service .container .row .article-list .article-item .article-thumb {
    width: 212px;
    height: 150px;
  }
  #service .container .row .article-list .article-item .article-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* GIỚI HẠN 2 DÒNG */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
  }
  #products .product-card .product-name a {
    font-size: 16px;
  }
  #products .product-card .price-row {
    flex-direction: column;
    align-items: flex-start;
  }
  #products .product-card .btn-cart {
    margin-top: 0;
  }
  #products .product-card .btn-cart {
    font-size: 12px !important;
    align-items: center;
  }
  #bannerCarousel .banner-actions svg {
    width: 16px;
    height: 16px;
  }
  #bannerCarousel .banner-actions .btn-container .btn-more,
  #products .view-more-ctn .view-more {
    font-size: 10px;
    padding: 8px 16px;
  }
  #galleries .image-grid .img-top {
    margin-bottom: 0px;
  }
  #quality-commitment .quality-ctn .commitment-title {
    margin-top: 20px;
  }
  #quality-commitment .quality-ctn .col-md-6 .img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 550px) {
  .banner-content .title h1,
  #products .section-title,
  #galleries .section-content .section-title,
  #teams .section-title,
  #intro-products .section-title,
  .single-product .product-title,
  .single-product .product-desc h2,
  #related-products .section-title,
  #why-choose .why-choose__left .section-title,
  #categories .section-title,
  #mission-section .mission-title,
  #quality-commitment .quality-ctn .commitment-title {
    font-size: 24px !important;
  }
  .banner-content .title h1 span {
    font-size: 24px !important;
  }
  #why-choose .why-choose__right {
    grid-template-columns: 1fr;
  }
  .banner-content .title h1 span,
  .banner-content .title h2 span {
    font-size: 24px !important;
  }
  #features .features-wrapper .feature-item .feature-header .feature-content .feature-title {
    font-size: 16px;
  }
  #features .features-wrapper .feature-item .feature-header .feature-desc {
    font-size: 14px;
  }
  #products .product-filter {
    flex-direction: column;
  }
}
#service .container .row .article-list .article-item .article-thumb {
  border-radius: 16px !important;
  margin-right: 24px !important;
}

#service .container .row .article-list .article-item {
  align-items: center;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

#service .container .row .sidebar-box {
  padding: 24px !important;
  background-color: var(--color-grey-200) !important;
  border-radius: 24px !important;
  border: 1px solid #eeeeee;
}

#menu-main {
  margin-bottom: 20px;
}

#intro-products {
  padding: 40px 0 0 0 !important;
  background-color: #fff;
  text-align: center;
}
#intro-products .section-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 1.5rem !important;
}
#intro-products .section-desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3.5rem !important;
}
#intro-products .image-wrapper {
  height: 432px !important;
  border-radius: 24px;
}
#intro-products .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px !important;
}

#products .filter-ctn {
  padding-right: 3.5rem;
}
#products .filter-ctn .filter-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
}
#products .filter-ctn .price-filter {
  padding: 40px 0px;
  margin-bottom: 4rem;
}
#products .filter-ctn .price-filter .price-filter-range {
  height: 4px;
  margin-bottom: 20px;
  background-color: #EEEEEE;
  border: none;
}
#products .filter-ctn .price-filter .price-filter-range .ui-slider-range {
  background-color: #EFB403;
  height: 4px;
}
#products .filter-ctn .price-filter .price-filter-range .ui-slider-handle {
  top: -4px;
  background-color: #EFB403;
  border-radius: 50%;
}
#products .filter-ctn .price-filter .price-result .price-title {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
}
#products .filter-ctn .price-filter .price-result .min-price, #products .filter-ctn .price-filter .price-result .max-price, #products .filter-ctn .price-filter .price-result span {
  font-size: 16px;
  font-weight: 700;
  color: #757575;
}
#products .filter-ctn .price-filter .price-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
#products .filter-ctn .price-filter .price-view .content {
  height: 20px;
  gap: 4px;
  display: flex;
  align-items: center;
  font-family: var(--ff-regular);
  font-size: 14px;
}
#products .filter-ctn .price-filter .price-view .content input {
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
#products .filter-ctn .price-filter .price-view button {
  font-family: var(--ff-regular);
  font-size: 14px;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: end;
  background-color: transparent;
  justify-content: end;
  border: none;
  transition: all 0.2s linear;
  letter-spacing: 1px;
  text-decoration: underline;
  flex: 3;
}
#products .filter-ctn .price-filter .price-view button:hover {
  color: #a8b324;
}
#products .filter-ctn .filter-category li {
  margin-bottom: 1.5rem;
}
#products .filter-ctn .filter-category li label {
  font-size: 16px;
  display: flex;
  align-items: center;
}
#products .filter-ctn .filter-category li input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  accent-color: #f1c40f;
  cursor: pointer;
}
#products .filter-ctn .filter-category li .category-icon {
  margin-left: auto;
  width: 20px;
  height: 20px;
}
#products .product-filter {
  margin-bottom: 5rem !important;
}
#products .product-filter .woocommerce-result-count {
  margin: 0;
  flex: 1;
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 400;
}
#products .product-filter .woocommerce-ordering {
  margin: 0;
  flex: 0 0 auto;
}
#products .product-filter .woocommerce-ordering select {
  border: none;
  background-color: #F5F5F5;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 2.5rem 12px 24px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23000' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 10px;
  min-width: 280px;
}
#products .list-all-product .onsale {
  background-color: #FEFCE8;
  width: auto;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons .prev-button, #products .list-all-product .woocommerce-pagination .pagination-buttons .next-button {
  border: 1px solid #757575;
  background-color: transparent;
  padding: 12px 20px;
  border-radius: 24px;
  text-decoration: none;
  color: #757575;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons .prev-button {
  float: right;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons li {
  border: none;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons .page-numbers {
  gap: 8px;
  border: none;
  font-size: 12px;
  padding: 12px 10.77px;
  display: flex;
  align-items: center;
  width: auto;
  background: transparent;
  color: #EFB403;
  font-size: 16px;
  font-weight: 500;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons .page-numbers li {
  transition: all 0.3s linear;
  border-radius: 50%;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons .page-numbers li:hover {
  background: #EFB403;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons .page-numbers li:hover a {
  color: #fff !important;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons .current {
  background: #EFB403;
  color: #fff;
  padding: 11px;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons li:last-child {
  color: #212121;
  font-size: 12px;
  background: transparent;
  display: flex;
  align-items: center;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons li:last-child a .fa {
  margin-left: 2px;
  margin-bottom: 2px;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons li:last-child:hover {
  background: transparent;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons li:last-child:hover a {
  color: #fff;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons li:first-child {
  color: #000;
  font-size: 12px;
  background: transparent;
  display: flex;
  align-items: center;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons li:first-child a .fa {
  margin-right: 2px;
  margin-bottom: 2px;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons li:first-child:hover {
  background: transparent;
}
#products .list-all-product .woocommerce-pagination .pagination-buttons li:first-child:hover a {
  color: #fff;
}

.price-fillter-new {
  display: flex;
  flex-direction: column;
}

.btn-submit-price {
  width: 100% !important;
}

#price-range-submit {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px !important;
  margin-top: 24px;
  border-radius: 24px;
}

.list-all-product ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.list-all-product ul li {
  width: 100% !important;
}

.woocommerce .products ul::before,
.woocommerce .products ul::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: none !important;
  display: none !important;
}

#primary .woocommerce {
  font-family: Manrope, sans-serif;
  font-size: 16px;
}
#primary .woocommerce .col-lg-5 .cart-collaterals {
  padding: 32px 24px;
  background-color: #f8f8f8;
  border-radius: 4px;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals {
  width: 100%;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals h2 {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table {
  border: none;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table .cart-subtotal th {
  padding: 27px 12px 9px;
  border-bottom: 1px solid #e9e6ed;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table .cart-subtotal td {
  text-align: right;
  padding: 27px 12px 9px;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table .order-total th {
  text-transform: uppercase;
  font-family: Epilogue, sans-serif;
  vertical-align: inherit;
  border-color: #d3d7de;
  border-top: 1px solid #e9e6ed;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table .order-total td {
  color: #000;
  font-weight: 300;
  padding: 24px 12px 40px;
  text-align: right;
  border-color: #d3d7de;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 13px 0;
  background-color: #000;
  border: 1px solid #000;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .shop_table {
  border: none;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .shop_table tbody .actions {
  display: flex;
  justify-content: start;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .shop_table tbody .actions .coupon {
  display: none;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .shop_table tbody .actions .button {
  color: #000;
  font-family: Epilogue, sans-serif;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item {
  padding: 24px 0;
  border-bottom: 1px solid #d3d7de;
  display: flex;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail {
  width: 168px;
  margin-right: 32px;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail a img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-name a {
  color: #172b4d;
  font-size: 16px;
  text-decoration: none;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .price .amount bdi {
  color: #000;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-quantity .quantity input {
  width: 48px !important;
  height: 32px !important;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #d3d7de;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-remove .remove {
  color: #000 !important;
  font-size: 14px;
  position: relative;
  padding-left: 28px;
  display: inline;
  font-weight: 400;
  font-family: Epilogue, sans-serif;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-remove .remove::before {
  content: url(/wp-content/themes/Epal-theme/images/trash.svg);
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-remove .remove:hover {
  background-color: unset;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item:last-of-type {
  border: none;
}
#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #000;
}
#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before {
  color: #000;
}
#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
  text-decoration: none;
  color: #000;
}
#primary .woocommerce .wc-empty-cart-message .woocommerce-info {
  border-top-color: #000;
}
#primary .woocommerce .wc-empty-cart-message .woocommerce-info::before {
  color: #000;
}
#primary .woocommerce .return-to-shop a {
  color: #000;
}

.popup-add-cart-success {
  position: fixed;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 16px 14px;
  top: 60px;
  right: 9px;
  transition: 0.4s ease-in;
  transform: translateX(115%);
  z-index: 99999;
}
.popup-add-cart-success .body-popup {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.popup-add-cart-success .body-popup .icon-success {
  width: 20px;
  height: 20px;
}
.popup-add-cart-success .body-popup .icon-success img {
  width: 100%;
  height: 100%;
}
.popup-add-cart-success .body-popup .info-success {
  padding: 0 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.popup-add-cart-success .body-popup .close-popup-modal {
  color: #000;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.active-add-success {
  transform: translateX(0%) !important;
}

.woocommerce-breadcrumb {
  display: none;
}

.wp-block-woocommerce-cart {
  padding: 40px 0;
}

.wc-block-components-product-name {
  text-decoration: none;
  color: #212121;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 150%;
}

.wc-block-components-product-price del {
  color: #999;
  opacity: 0.6;
  font-weight: normal;
}

.wc-block-components-product-price ins {
  color: #000;
  text-decoration: none;
}

.wc-block-cart-items__header-image span,
.wc-block-cart-items__header-total span,
.wc-block-cart__totals-title {
  font-size: 24px !important;
}

.wc-block-cart__submit-button {
  color: #ffffff;
  background-color: #EFB403;
  text-decoration: none;
  border-radius: 10px;
}

.wc-block-grid__product-image {
  background: #F5F5F5;
  padding: 10px;
  border-radius: 5px;
}

.wc-block-grid__product-onsale {
  margin-top: 5px !important;
}

.wc-block-grid__product-title {
  text-align: left !important;
  font-family: Inter;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 150%;
  text-transform: capitalize;
  color: #212121 !important;
}

.wc-block-grid__product-link {
  text-decoration: none !important;
}

.wc-block-grid__product-price {
  text-align: left;
  display: flex;
  gap: 5px;
}

.wc-block-grid__product-price del {
  font-size: 12px;
  color: #BDBDBD;
}

.wc-block-grid__product-price ins {
  font-size: 16px;
  color: #212121;
  text-decoration: none !important;
}

.has-text-align-center {
  font-size: 24px !important;
  margin-bottom: 20px;
}

#primary .woocommerce {
  font-family: Manrope, sans-serif;
  font-size: 16px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details {
  border: 1px solid #d3d7de;
  border-radius: 4px;
  margin-bottom: 20px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 {
  float: unset;
  width: 100%;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields h3 {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  border-bottom: 1px solid #d3d7de;
  border-radius: 4px 4px 0 0;
  background-color: #f8f8f8;
  padding: 16px 40px;
  margin: 0;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  padding: 24px 24px 0 24px;
  color: #6b778c;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3%;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_province_field,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_district_field,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_ward_field {
  width: 33%;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_province_field .woocommerce-input-wrapper select,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_district_field .woocommerce-input-wrapper select,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_ward_field .woocommerce-input-wrapper select {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #6b778c;
  padding: 10px;
  outline: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
  line-height: 24px;
  margin-bottom: 4px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label .required {
  display: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text {
  border: 1px solid #d3d7de;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 12px;
  color: #6b778c;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 {
  border: 1px solid #d3d7de;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 12px;
  color: #6b778c;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection {
  border: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection span {
  color: #6b778c;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
  top: 8px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .woocommerce-additional-fields h3 {
  display: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  padding: 0 24px 24px 24px;
  color: #6b778c;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label .optional {
  display: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .input-text {
  width: 100%;
  min-height: 80px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  color: #6b778c;
  padding: 10px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods {
  border: 1px solid #d3d7de;
  border-radius: 4px;
  margin: 24px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .title {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  border-bottom: 1px solid #d3d7de;
  border-radius: 4px 4px 0 0;
  background-color: #f8f8f8;
  padding: 16px 40px;
  margin: 0;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment {
  padding: 24px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment .wc_payment_method {
  list-style: none;
  position: relative;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment .wc_payment_method .payment_method_cod {
  display: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment .wc_payment_method .input-radio {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment .wc_payment_method label {
  margin-bottom: 20px;
}
#primary .woocommerce .post-sidebar {
  padding: 32px 24px;
  background-color: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 20px;
}
#primary .woocommerce .post-sidebar #order_review_heading {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  margin-bottom: 24px;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  border: none;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-name .name {
  margin-bottom: 2rem;
  font-family: Epilogue, sans-serif;
  font-size: 18px;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-name .price {
  font-size: 14px;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-total {
  text-align: right;
  padding-top: 34px;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-total .product-quantity {
  width: 50px;
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total th {
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td {
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  background-color: #f8f8f8;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .button {
  width: 100%;
  color: #fff;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 13px 0;
  background-color: #000;
  border: 1px solid #000;
}
#primary .woocommerce #thank-you {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 40px;
}
#primary .woocommerce #thank-you .woocommerce-notice {
  font-family: Epilogue, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
#primary .woocommerce #thank-you .woocommerce-order-overview {
  padding: 32px;
  background: #f8f8f8;
  border-radius: 4px;
}
#primary .woocommerce #thank-you .woocommerce-order-overview .title {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 0.5px solid #d3d7de;
}
#primary .woocommerce #thank-you .woocommerce-order-overview div {
  margin-bottom: 16px;
}
#primary .woocommerce #thank-you .woocommerce-order-overview div strong {
  float: right;
}
#primary .woocommerce #thank-you .woocommerce-order-overview .woocommerce-order-overview__total {
  padding: 30px 0;
  margin: 24px 0;
  border-bottom: 0.5px solid #d3d7de;
  border-top: 0.5px solid #d3d7de;
}
#primary .woocommerce #thank-you .woocommerce-order-details {
  display: none;
}
#primary .woocommerce #thank-you .woocommerce-customer-details {
  display: none;
}
#primary .woocommerce #thank-you .button {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
#primary .woocommerce #thank-you .button a {
  display: block;
  padding: 9px 20px;
  width: -moz-max-content;
  width: max-content;
  background: #000;
  color: #fff;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
#primary .woocommerce #thank-you .button .back-home {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

@media (max-width: 550px) {
  #primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: block;
  }
  #primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_province_field,
  #primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_district_field,
  #primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_ward_field {
    width: 100%;
  }
}
@media (max-width: 350px) {
  #primary .woocommerce #thank-you .button a {
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top: 10px;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  padding: 8px 15px;
  display: block;
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
}
.woocommerce .woocommerce-MyAccount-navigation ul .is-active {
  color: #000;
  font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce .woocommerce-MyAccount-content p {
  color: #000;
  font-family: Manrope, sans-serif;
}
.woocommerce .woocommerce-MyAccount-content p a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: #000;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
  color: #000;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  color: #000;
  font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr .woocommerce-orders-table__header span {
  font-weight: 400;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 {
  display: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1 .woocommerce-Address-title h3 {
  font-size: 2.75rem;
  font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1 .woocommerce-Address-title a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-content form h3 {
  font-size: 2.75rem;
  font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
  line-height: 2;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #e1dfdd;
  border-radius: 3px;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p .button {
  margin-top: 16px;
  padding: 11px 16px;
  font-weight: 500;
  color: #fff;
  background: #000;
  width: 100%;
  text-transform: uppercase;
  border: 2px solid #000;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p .button:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row label {
  line-height: 2;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #e1dfdd;
  border-radius: 3px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  padding: 16px;
  border-radius: 3px;
  border: 1px solid #e1dfdd;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  font-size: 2.75rem;
  font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p .woocommerce-Button {
  margin-top: 16px;
  padding: 11px 16px;
  font-weight: 500;
  color: #fff;
  background: #000;
  width: 100%;
  text-transform: uppercase;
  border: 2px solid #000;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p .woocommerce-Button:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}
.woocommerce #customer_login .u-column h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce #customer_login .u-column .woocommerce-form {
  margin: 16px 0;
  border: 1px solid #e1dfdd;
  padding: 20px;
  text-align: left;
  border-radius: 5px;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row label {
  line-height: 2.5;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row input {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #e1dfdd;
  border-radius: 3px;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row-password {
  position: relative;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row-password .fa {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 20px;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row-password .fa::before {
  color: #878787;
}
.woocommerce #customer_login .u-column .woocommerce-form .form-row-checkbox {
  margin-top: 2.5rem;
}
.woocommerce #customer_login .u-column .woocommerce-form .form-row .woocommerce-button {
  padding: 11px 16px;
  font-weight: 500;
  color: #fff;
  background: #000;
  width: 100%;
  text-transform: uppercase;
  border: 1px solid #000;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-LostPassword a {
  text-decoration: none;
  color: #000;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce #customer_login .u-column .woocommerce-form .form-row-register {
  margin-top: 2.5rem;
}

#footer {
  padding: 7rem 0 3rem 0;
}
#footer .footer-container .footer-about {
  padding-right: 8rem;
}
#footer .footer-container .footer-about .footer-logo {
  margin-bottom: 3rem !important;
}
#footer .footer-container .footer-about .footer-company-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
#footer .footer-container .footer-about .footer-description {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3rem;
}
#footer .footer-container .footer-about .footer-social .icon {
  width: 40px;
  height: 40px;
}
#footer .footer-container .footer-about .footer-social .icon img {
  width: 100%;
  height: 100%;
}
#footer .footer-container .footer-social {
  gap: 16px !important;
}
#footer .footer-container .footer-contact {
  padding: 0 8rem;
}
#footer .footer-container .footer-contact .footer-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2rem;
}
#footer .footer-container .footer-contact .footer-contact-item {
  font-size: 16px;
  font-weight: 400;
  color: #212121;
}
#footer .footer-container .footer-contact .footer-contact-item strong {
  margin-bottom: 3.5rem;
}
#footer .footer-container .footer-support {
  padding: 0 8rem;
}
#footer .footer-container .footer-support .footer-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2rem;
}
#footer .footer-container .footer-support .footer-support-list li {
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  margin-bottom: 1rem;
}
#footer .footer-container .footer-support .footer-support-list li a {
  color: #212121 !important;
}

.copyright .info {
  color: #757575;
  font-size: 12px;
  font-weight: 400;
  padding: 12px 0;
}

#call-phone {
  position: fixed;
  right: 5px;
  bottom: 80px;
  z-index: 9999;
}
#call-phone .phonering-alo-phone {
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#call-phone .phonering-alo-phone .phonering-alo-ph-circle {
  width: 100%;
  height: 100%;
  background: #111;
  border: 2px solid #111;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
}
#call-phone .phonering-alo-phone .phonering-alo-ph-circle-fill {
  width: 85px;
  height: 85px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
}
#call-phone .phonering-alo-phone .phonering-alo-ph-img-circle {
  width: 60px;
  background: #111;
  height: 60px;
  position: absolute;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}
#call-phone .phonering-alo-phone .phonering-alo-ph-img-circle .link-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#call-phone .phonering-alo-phone .numberphone {
  width: 130px;
  background: #111;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-30%, -50%);
  padding: 6px 12px;
  border-radius: 10px;
  transition: visibility 0s linear 0.25s, opacity 0.25s;
}
#call-phone .phonering-alo-phone .numberphone .link-phone {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#call-phone .phonering-alo-phone .numberphone .fa-caret-right {
  position: absolute;
  right: -5px;
  top: 8px;
  color: #111;
}

@keyframes phonering-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
#zalo {
  position: fixed;
  right: 20px;
  bottom: 175px;
  z-index: 9999;
}
#zalo .zalo-icon img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

#menu-main {
  background-color: #fff;
  padding: 1rem 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#menu-main .col-md-3 {
  display: flex;
  justify-items: center;
}
#menu-main .col-md-3 .logo_header {
  width: 104px;
  overflow: hidden;
}

#menu-main.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  animation: tw-fadeInDown 1s ease-out;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

@keyframes tw-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.logo_header img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo_header {
  width: 104px;
  height: 83px;
}

.p-gallery figure {
  width: 100% !important;
}

.cart-ctn {
  display: flex;
  align-items: center;
}
.cart-ctn .cart-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #EFB403;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 1rem;
}
.cart-ctn .cart-icon:hover {
  background-color: #FFCB05;
}
.cart-ctn .cart-icon svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-ctn .cart-icon .cart-quantity {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fefce8;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  color: #EFB403;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-ctn {
  display: flex;
  align-items: center;
}
.search-ctn .search-box {
  display: flex;
  align-items: center;
  border-radius: 30px;
  background-color: #F5F5F5;
  width: 275px;
  margin-right: 1.5rem;
}
.search-ctn .search-box .search-input {
  flex: 1;
  border: none;
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  line-height: 150%;
  color: #bdbdbd;
  padding-left: 16px;
}
.search-ctn .search-box .search-input:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
}
.search-ctn .search-box .search-btn {
  background-color: #EFB403;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.search-ctn .search-box .search-btn img {
  width: 20px;
  height: 20px;
}
.search-ctn .search-box .search-btn:hover {
  background-color: #FFCB05;
}

.menu_main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.menu_main ul {
  margin: 0;
  list-style: none;
}

.menu_main > div > ul {
  display: flex;
  padding: 0;
  justify-content: flex-end;
  margin: 0;
}

.menu_main > div > ul > li {
  padding: 0 20px;
  display: flex;
  position: relative;
  align-items: center;
}

.menu_main > div > ul > li > a {
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  display: inline-block;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}

.menu_main > div > ul > li.has-children > a::after {
  content: "\f078";
  font-size: 12px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.menu_main > div > ul > li > ul {
  position: absolute;
  z-index: 9999999;
  list-style: none;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  top: 4rem;
  left: -150%;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
  width: auto;
  min-width: 659px;
  border-radius: 12px;
}

.menu_main > div > ul > li > ul > li {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  min-width: 150px;
}

.menu_main > div > ul > li > ul > li > a {
  font-size: 18px;
  color: #212121;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.menu_main > div > ul > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu_main > div > ul > li > ul > li > ul > li > a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  font-weight: 400;
}

.menu_main > div > ul > li:hover > ul,
.menu_main > div > ul > li.has-children:hover > ul {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.menu_main > div > ul > li:has(> ul) > a::after {
  content: "\f078";
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.line-menu {
  height: 3px;
  background-color: #fff;
  width: 100%;
}

.sub-menu {
  display: flex;
  flex-direction: column;
}

.sub-menu li a {
  font-family: Inter;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 150%;
  color: #212121;
}

.menu__mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  #menu-main {
    display: none;
  }
  .menu__mobile {
    display: block;
  }
}
/* Mobile Sidebar Styles */
.menu__mobile {
  position: relative; /* Mặc định không cố định */
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: position 0.3s ease; /* Mượt mà khi thay đổi */
}

/* Class khi scroll xuống */
.menu__mobile.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.menu__mobile .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.mobile-search .search-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-search .search-box i {
  font-size: 14px;
}

.logo__main__mobile a img {
  height: 50px;
  width: auto;
}

.offcanvas {
  width: 280px;
}

.mobile-nav-link {
  color: #222;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  transition: color 0.2s;
}

.mobile-nav-link:hover {
  color: #ff914d;
}

#serviceubmenu .mobile-nav-link {
  border-bottom: none;
  font-weight: normal;
}

@media (max-width: 991.98px) {
  .search-box {
    width: 100%;
  }
  .mobile-nav-item:last-child .mobile-nav-link {
    border-bottom: none;
  }
  .container,
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
  .product-category-section,
  .promo-section,
  .product-new-section,
  .product-horizontal-section,
  .audio-needs-section,
  .youtube-sma-section,
  .news-section,
  .brands-section {
    padding-top: 32px;
  }
  .product-category-grid,
  .product-new-grid {
    gap: 12px;
  }
  .row.g-4,
  .row.g-5 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .product-card {
    padding: 12px 8px 8px 8px;
  }
}
@media (max-width: 575.98px) {
  .product-category-section,
  .promo-section,
  .product-new-section,
  .product-horizontal-section,
  .audio-needs-section,
  .youtube-sma-section,
  .news-section,
  .brands-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .product-category-grid,
  .product-new-grid {
    gap: 6px;
  }
  .row.g-4,
  .row.g-5 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }
  .product-card {
    padding: 8px 4px 4px 4px;
  }
}
