@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  position: relative;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
}

a {
  text-decoration: none;
  transition: 0.3s all ease;
  color: #2f2f2f;
  text-decoration: underline;
}
a:hover {
  color: #2f2f2f;
  text-decoration: none;
}
a.more {
  font-weight: 600;
}

.button {
  width: -moz-max-content;
  width: max-content;
  padding: 0.7rem 1rem;
  background-color: #3b5d50;
  color: #fff;
}
.button:hover {
  color: #fff;
  scale: 1.25;
  transition: all 0.5s ease-out;
}

.btn-cancel,
.btn-delete {
  border: none;
  background-color: rgb(191, 10, 10);
}

.btn-add {
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 576px) {
  .btn-filter {
    flex-direction: column;
  }
}
header .navbar-toggler-icon {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  header #collapsibleNavId {
    text-align: center;
  }
}
@media (max-width: 768px) {
  header .custom-navbar-cta {
    display: flex;
    justify-content: center;
  }
}
header .custom-navbar {
  background: #3b5d50 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .custom-navbar .navbar-brand {
  font-size: 32px;
  font-weight: 600;
}
header .custom-navbar .navbar-brand > span {
  opacity: 0.4;
}
header .custom-navbar .navbar-toggler {
  border-color: transparent;
}
header .custom-navbar .navbar-toggler:active, header .custom-navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
@media (min-width: 992px) {
  header .custom-navbar .custom-navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
header .custom-navbar .custom-navbar-nav li a {
  font-weight: 500;
  color: #ffffff !important;
  opacity: 0.5;
  transition: 0.3s all ease;
  position: relative;
}
@media (min-width: 768px) {
  header .custom-navbar .custom-navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #f9bf29;
    height: 5px;
    opacity: 1;
    visibility: visible;
    width: 0;
    transition: 0.15s all ease-out;
  }
}
header .custom-navbar .custom-navbar-nav li a:hover {
  opacity: 1;
}
header .custom-navbar .custom-navbar-nav li a:hover:before {
  width: calc(100% - 16px);
}
header .custom-navbar .custom-navbar-nav li.active a {
  opacity: 1;
}
header .custom-navbar .custom-navbar-nav li.active a:before {
  width: calc(100% - 16px);
}
header .custom-navbar .custom-navbar-cta {
  margin-left: 0 !important;
  flex-direction: row;
}
@media (min-width: 768px) {
  header .custom-navbar .custom-navbar-cta {
    margin-left: 40px !important;
  }
}
header .custom-navbar .custom-navbar-cta li {
  margin-left: 0px;
  margin-right: 0px;
}
header .custom-navbar .custom-navbar-cta li:first-child {
  margin-right: 20px;
}

.footer-section {
  margin: 100px 0 0 0;
  padding: 80px 0;
  background: #ffffff;
}
.footer-section .relative {
  position: relative;
}
.footer-section a {
  text-decoration: none;
  color: #2f2f2f;
  transition: 0.3s all ease;
}
.footer-section a:hover {
  color: rgba(47, 47, 47, 0.5);
}
.footer-section .subscription-form {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .footer-section .subscription-form {
    margin-top: 0px;
    margin-bottom: 80px;
  }
}
.footer-section .subscription-form h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3b5d50;
}
.footer-section .subscription-form .form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}
.footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #3b5d50;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.footer-section .subscription-form .form-control::-webkit-input-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .form-control::-moz-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .form-control:-ms-input-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .form-control:-moz-placeholder {
  font-size: 14px;
}
.footer-section .subscription-form .btn {
  border-radius: 10px !important;
}
.footer-section .phone_Modal-img {
  position: absolute;
  top: -200px;
  z-index: 1;
  right: 0;
}
.footer-section .phone_Modal-img img {
  max-width: 380px;
}
.footer-section .links-wrap {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .footer-section .links-wrap {
    margin-top: 54px;
  }
}
.footer-section .links-wrap ul li {
  margin-bottom: 10px;
}
.footer-section .footer-logo-wrap .footer-logo {
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  color: #3b5d50;
}
.footer-section .custom-social li {
  margin: 2px;
  display: inline-block;
}
.footer-section .custom-social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #dce5e4;
  color: #3b5d50;
  border-radius: 50%;
}
.footer-section .custom-social li a:hover {
  background: #3b5d50;
  color: #ffffff;
}
.footer-section .border-top {
  border-color: #dce5e4;
}
.footer-section .border-top.copyright {
  font-size: 14px !important;
}

.section-title {
  color: #2f2f2f;
}

.product-section {
  padding: 7rem 0;
}
.product-section .product-item {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 50px;
  cursor: pointer;
}
.product-section .product-item img {
  width: 80%;
  border-radius: 10px;
}
.product-section .product-item .product-thumbnail {
  margin-bottom: 30px;
  position: relative;
  top: 0;
  transition: 0.3s all ease;
}
.product-section .product-item h3 {
  font-weight: 600;
  font-size: 16px;
}
.product-section .product-item strong {
  font-weight: 800 !important;
  font-size: 18px !important;
}
.product-section .product-item h3,
.product-section .product-item strong {
  color: #2f2f2f;
  text-decoration: none;
}
.product-section .product-item .icon-cross {
  position: absolute;
  width: 70%;
  display: inline-block;
  background: #3b5d50;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -17.5px;
  border-radius: 7px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.product-section .product-item:before {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  width: 90%;
  margin: auto;
  background: #dce5e4;
  height: 0%;
  z-index: -1;
  border-radius: 10px;
  transition: 0.3s all ease;
}
.product-section .product-item:hover .product-thumbnail {
  top: -10px;
}
.product-section .product-item:hover .icon-cross {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.product-section .product-item:hover:before {
  height: 70%;
}

@media screen and (max-width: 1200px) {
  .product-item h3.product-title {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .product-item h3.product-title {
    font-size: 1.5rem;
  }
}
div.findByType {
  margin-top: 7rem;
}

#productDetailOverlay {
  position: fixed;
  display: none;
  width: 80%;
  height: 80%;
  margin: 0 auto;
  margin-top: 6rem;
  left: 0;
  right: 0;
  bottom: 1rem;
  background-color: #000000;
  z-index: 2;
  border-radius: 10px;
  animation: overlay 0.3s;
  overflow: scroll;
}
#productDetailOverlay #close {
  color: rgba(255, 255, 255, 0.737254902);
  position: fixed;
  top: 22%;
  right: 14%;
  z-index: 99999;
  display: none;
  font-weight: 400;
  font-size: xx-large;
  cursor: pointer;
}
#productDetailOverlay #pic-1 {
  height: 550px;
  display: flex;
  /* flex-direction: row; */
  justify-content: center;
  align-items: center;
}
#productDetailOverlay #pic-1 img {
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
}
#productDetailOverlay span.fa-heart {
  font-size: 2rem;
  vertical-align: middle;
  color: red;
  padding-left: 5px;
}
#productDetailOverlay span.fa-heart:hover {
  scale: 1.2;
  transition: all 0.5s ease-in;
}
#productDetailOverlay button.mua-ngay {
  background-color: rgb(233, 59, 59);
  font-weight: 500;
}
#productDetailOverlay #addToCart {
  border: #fff solid 1px;
  padding: 0.7rem 1rem;
  border-radius: 0.25rem;
  font-size: larger;
  color: #fff;
}
#productDetailOverlay #addToCart:hover {
  background-color: #fff;
  color: #000000;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  #productDetailOverlay .preview {
    height: 400px;
  }
  #productDetailOverlay .details {
    margin-top: 5rem;
  }
}
@keyframes overlay {
  73% {
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
}/*# sourceMappingURL=main.css.map */