.header-bottom {
  background-color: #fff;
}
#fhm-popular-products h3 a {
  font-weight: 700;
}
#fhm-testimonial .testimonial-item .testimonial-item-content a {
  color: #000;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
footer {
  background: url("../image/footter-back.png") no-repeat;
  background-size: cover;
  background-position: top center;
}

.products-list-pagination
  .products-list-pagination-page
  .products-list-pagination-page-button.disable:hover {
    color: #616161;
    font-weight: 300;
    background-color: #dedede;
}

.products-list-pagination
  .products-list-pagination-page
  .products-list-pagination-page-button.disable:hover
  svg
  path {
  fill: #616161;
}
#tabs-content li {
  line-height: 30px;
  margin-bottom: 4px;
}
#tabs-content p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
}
#fhm-product-reviews .product-reviews-right .form-push-review {
  margin-top: 0;
}
.review-rate-line {
  position: relative;
}
.review-rate-line-percent {
  position: absolute;
  height: 6px;
  border-radius: 3px;
  background-color: #e02a26;
  top: 0;
  left: 0;
}
.review-avatar {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 45px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Times New Roman', Times, serif;
  margin-right: 10px;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.modal-content .product-detail-container {
  background-color: #fff;
}
.modal-main,
.modal-quickview {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  display: none;
  background-color: rgba(0,0,0,0.4);
}
.modal-quickview {
  align-items: center;
  justify-content: center;
}
#fhm-shopping-cart-popup {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 36%;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all ease-in-out 2s;
}
.product-detail-container .thumbs-image {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 15px;
}
.product-detail-container .large-image {
  text-align: center;
  margin: auto;
}
.product-detail-container .thumbs-image .thumbs-img {
  height: auto;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 2px solid #fff;
}
.product-detail-container .thumbs-image .thumbs-img.active {
  border: 2px solid #e02a26;
}
.detail-rating-star {
  font-size: 18px;
  font-weight: 500;
}
.detail-rating-id,
.detail-rating-quantity {
  line-height: 20px;
}
.banner-full .banner-title {
  top: 21%;
  color: #fff;
  left: 8.5%;
}
.form-reset-password {
  padding: 50px 0 100px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.reset-password .form-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.reset-password label {
  min-width: 120px;
  margin-right: 16px;
}
.reset-password input {
  width: 100%;
  padding: 14px 20px;
  color: #454545;
  font-size: 14px;
  line-height: normal;
  border-radius: 2px;
  border: 1px solid #ededed;
}
@media (max-width: 991px) {
  .contact-page {
    margin-top: 70px;
  }
  .banner-full .banner-title {
    top: 20%;
  }
  .banner-full .banner-img {
    aspect-ratio: 900/220;
  }
}
.banner-full .banner-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .banner-full .banner-title {
    top: 17%;
  }
  .banner-full .banner-img {
    aspect-ratio: 700/220;
  }
}

#fhm-collections-banner .banner-title h1,
.banner-full .banner-title h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 36px;
  line-height: 66px;
  text-transform: capitalize;
}

#fhm-collections-banner .banner-title p,
.banner-full .banner-title p {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 400;
}

#fhm-list-product-products {
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  #fhm-collections-banner .banner-title h1,
  .banner-full .banner-title h1 {
    font-size: 32px;
    line-height: normal;
    bottom: 50%;
    left: 30px;
    /* transform: translateY(50%); */
    margin-bottom: 0;
  }
  #fhm-collections-banner .banner-title p,
  .banner-full .banner-title p {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  #fhm-collections-banner .banner-title {
    left: 50px;
  }
  #fhm-collections-banner .banner-title h1,
  .banner-full .banner-title h1 {
    font-size: 26px;
  }
  #fhm-collections-banner .banner-title p,
  .banner-full .banner-title p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #fhm-collections-banner .banner-title h1,
  .banner-full .banner-title h1 {
    width: 70%;
  }
  #fhm-collections-banner .banner-title p,
  .banner-full .banner-title p {
    display: none;
  }
}

@media (max-width: 480px) {
  #fhm-collections-banner .banner-title h1,
  .banner-full .banner-title h1 {
    font-size: 18px;
  }
}
#fhm-support {
  margin-top: 80px;
  margin-bottom: 100px;
}

#fhm-support h1 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
}
#fhm-support .support-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  row-gap: 60px;
  margin-top: 70px;
}

#fhm-support .support-container .item-support {
  display: flex;
  height: 100px;
  padding: 22px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #e02a26;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #e02a26;
}

#fhm-support .support-container .item-support:hover {
  background: #fff;
  color: #e02a26;
}

@media (max-width: 991px) {
  #fhm-support .support-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  #fhm-support .support-container .item-support {
    padding: 22px 30px;
    font-size: 14px;
  }
  #fhm-support .support-container {
    gap: 50px;
  }
}

@media (max-width: 480px) {
  #fhm-support .support-container .item-support {
    padding: 20px 15px;
    font-size: 14px;
  }
  #fhm-support .support-container {
    gap: 30px;
  }
  #fhm-support .support-container .item-support {
    height: 85px;
  }
  #fhm-shopping-cart-popup {
    width: 100%;
  }
  #menumobile {
    width: 70%;
  }
  #menumobile .nav-list .nav-list-lv1 li {
    padding: 10px 5px;
  }
}
#fhm-support-detail {
  margin: 80px 0 100px 0;
}

#fhm-support-detail h1 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
}

#fhm-support-detail .support-detail-container {
  margin-top: 35px;
}

#fhm-support-detail .support-detail-container p,
#fhm-support-detail .support-detail-container li {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 10px;
}

#fhm-support-detail .support-detail-container h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 10px;
}

#fhm-support-detail .support-detail-container img {
  margin: 30px 0 40px 0;
  max-width: 680px;
  margin-left: calc(50% - 340px);
}

#fhm-support-detail .support-detail-container ul {
  padding-left: 35px;
}

#fhm-support-detail .support-detail-container li {
  list-style: initial;
}

@media (max-width: 1199px) {
  #fhm-agent-system .agent-system-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  #fhm-support-detail .support-detail-container {
    position: relative;
  }
  #fhm-support-detail .support-detail-container img {
    width: 100%;
    margin-left: 0;
  }
}
#fhm-agent-system {
  margin-top: 80px;
  margin-bottom: 100px;
}

#fhm-agent-system h1 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
}
#fhm-agent-system h4 {
  font-size: 20px;
  margin-top: 30px;
  text-transform: capitalize;
}
#fhm-agent-system .agent-system-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  margin-top: 40px;
}

#fhm-agent-system .agent-system-container .item-agent-system {
  cursor: pointer;
}

#fhm-agent-system .agent-system-container .item-agent-system .item-img {
  border-radius: 5px;
  border: 1px solid #ededed;
  aspect-ratio: 250/150;
  overflow: hidden;
}

#fhm-agent-system .agent-system-container .item-agent-system .item-img img {
  width: 100%;
  height: 100%;
}

#fhm-agent-system .agent-system-container .item-agent-system .item-content {
  margin-top: 20px;
}

#fhm-agent-system .agent-system-container .item-agent-system .item-content p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

#fhm-agent-system
  .agent-system-container
  .item-agent-system
  .item-img:hover
  img {
  transform: scale(1.05);
  transition: all 0.7s ease;
}

#fhm-agent-system .agent-system-map {
  margin-top: 100px;
}

#fhm-agent-system .agent-system-map iframe {
  width: 100%;
}
@media (max-width: 1199px) {
  #fhm-agent-system .agent-system-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  #fhm-support-detail .support-detail-container {
    position: relative;
  }
  #fhm-support-detail .support-detail-container img {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #fhm-agent-system .agent-system-container {
    grid-template-columns: repeat(2, 1fr);
  }
  #fhm-agent-system .agent-system-container .item-agent-system .item-img {
    aspect-ratio: 250/180;
  }
}

@media (max-width: 480px) {
  #fhm-agent-system .agent-system-container {
    gap: 35px;
  }
  #fhm-agent-system .agent-system-container .item-agent-system .item-content p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
  }
}
.switch-login {
  cursor: pointer;
}
.text-logout {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  margin-bottom: 30px;
  cursor: pointer;
}
#myBtn {
  display: none;
  z-index: 600;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 50px;
  right: 43px;
  font-size: 1.25rem;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  top: auto;
  left: 30px;
  right: auto;
  cursor: pointer;
  border-radius: 2px;
}
#myBtn:hover {
  background-color: #616161;
}
.field-input {
  display: none;
}
.footer-contact ul li {
  color: #fff;
  line-height: 30px;
}
.wrap-select-product .result-product {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  left: 150px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  max-height: 28vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.wrap-select-product .result-product li {
  color: #333;
  min-width: 10vw;
  line-height: 30px;
  padding: 4px 20px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.wrap-select-product .result-product li:hover {
  background-color: #f1f1f1;
}
.wrap-select-product .result-product li:last-child {
  border-bottom: none;
}
@media (max-width: 991.99px) {
  .wrap-select-product .result-product {
    max-height: 22vh;
  }
}
@media (max-width: 575.99px) {
  .wrap-select-product .result-product {
    max-height: 18vh;
  }
}
.text-contact {
  color: #e02a26;
  font-weight: 500;
}
.product-item .cart-quantity-form {
  width: 120px;
  margin-bottom: 0;
}
.product-detail-container .detail-image .thumbs-image .thumb-image-swiper .swiper-slide {
  overflow: hidden;
}