@import "../css/home.css";
@import "../css/information.css";
@import "../css/list-product.css";
@import "../css/product-detail.css";
@import "../css/news-blog.css";
@import "../css/news-detail.css";
@import "../css/contact-us.css";
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
}

html,
body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  html,
  body {
    font-size: 12px;
  }
}

main {
  display: block;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
a:focus-visible {
  outline: none;
}

a:hover {
  color: #98ca1d;
  transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  color: #000000;
}

p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

button {
  background-color: transparent;
}
button:focus-visible {
  outline: none;
}

textarea {
  resize: none;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1184px;
  }
  .container.container-checkout {
    max-width: 1265px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.bg-half {
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #f9f9f9;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .bg-half {
    display: none;
  }
}

.right-space {
  margin-right: 55px;
}
@media only screen and (max-width: 1399px) {
  .right-space {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .right-space {
    margin-right: 0;
  }
}

.left-space {
  margin-left: 55px;
}
@media only screen and (max-width: 1399px) {
  .left-space {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .left-space {
    margin-left: 0;
  }
}

.logo-white {
  padding-top: 75px;
}

.bg-smoke {
  background-color: #f9f9f9;
}

h3 {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.policy {
  border-top: 1px solid #ededed;
  padding-top: 10px;
  margin-bottom: 167px;
}
.policy a {
  font-size: 14px;
  color: #616161;
  padding: 10px;
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .policy a {
    font-size: 12px;
    padding: 5px;
  }
}

.main-btn {
  padding: 7px 20px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  color: #ffffff;
  background-color: #98ca1d;
  border-radius: 3px;
  border: 1px solid #98ca1d;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  letter-spacing: 2px;
  border-radius: 5px;
}
.main-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.main-btn:hover svg path {
  fill: #000000;
}
.main-btn.main-btn-full {
  width: 100%;
}
.main-btn.main-btn-noborder {
  border-radius: 0;
}
.main-btn.main-btn-16size {
  font-size: 16px;
  line-height: 22px;
  padding: 20px 45px;
}
.main-btn.main-btn-20size {
  font-weight: 700;
  font-size: 20px;
  padding: 20px 45px;
}

.main-slider .main-slider-container {
  overflow: hidden;
}
.main-slider .main-slider-prev,
.main-slider .main-slider-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  top: 34%;
}
.main-slider .main-slider-prev svg,
.main-slider .main-slider-next svg {
  width: auto;
  height: auto;
}
.main-slider .main-slider-prev {
  left: calc((100% - 1160px) / 2 - 22px);
}
@media only screen and (max-width: 1399px) {
  .main-slider .main-slider-prev {
    left: calc((100% - 1116px) / 2 - 22px);
  }
}
@media only screen and (max-width: 1199px) {
  .main-slider .main-slider-prev {
    left: calc((100% - 936px) / 2 - 22px);
  }
}
.main-slider .main-slider-next {
  right: calc((100% - 1160px) / 2 - 22px);
}
@media only screen and (max-width: 1399px) {
  .main-slider .main-slider-next {
    right: calc((100% - 1116px) / 2 - 22px);
  }
}
@media only screen and (max-width: 1199px) {
  .main-slider .main-slider-next {
    right: calc((100% - 936px) / 2 - 22px);
  }
}
@media only screen and (max-width: 991px) {
  .main-slider .main-slider-prev,
  .main-slider .main-slider-next {
    display: none;
  }
}
.main-slider.main-slider-center .main-slider-prev,
.main-slider.main-slider-center .main-slider-next {
  top: 50%;
}

.margin-57 {
  margin-bottom: 57px;
}
@media only screen and (max-width: 767px) {
  .margin-57 {
    margin-bottom: 30px;
  }
}

.checkbox {
  position: relative;
  width: 19px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.checkbox .checkmark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid #dedede;
}
.checkbox .checkmark svg {
  display: none;
}
.checkbox:has(input[type="checkbox"]:checked) .checkmark {
  background-color: #000000;
  border-color: #000000;
}
.checkbox:has(input[type="checkbox"]:checked) .checkmark svg {
  display: block;
}

.cart-product .cart-checkbox {
  padding-left: 0;
  padding-right: 3px;
}
@media only screen and (max-width: 991px) {
  .cart-product .cart-checkbox {
    padding-right: 0;
  }
}
.cart-product .cart-img {
  margin-left: 9px;
}
.cart-product .cart-img img {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 991px) {
  .cart-product .cart-img img {
    width: 64px;
    height: 64px;
  }
}
.cart-product .cart-info {
  padding-left: 3px;
}
@media only screen and (max-width: 991px) {
  .cart-product .cart-info {
    width: calc(100% - 110px);
  }
}
.cart-product .cart-info .cart-info-content a {
  font-weight: 800;
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cart-product .cart-info .cart-info-content a:hover {
  color: #000000;
}
.cart-product .cart-quantity {
  text-align: center;
  align-items: end;
}
.cart-product .cart-quantity .cart-quantity-form {
  margin: 0 45px;
  border-radius: 3px;
  border: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90px;
  padding-left: 3px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .cart-product .cart-quantity .cart-quantity-form {
    margin: 0 15px;
  }
}
.cart-product .cart-quantity .cart-quantity-form input {
  border: none;
  background: transparent;
  font-size: 16px;
  line-height: 1;
}
.cart-product .cart-quantity .cart-quantity-form input:focus-visible {
  outline: none;
}
.cart-product .cart-quantity .cart-quantity-form input.qty {
  min-width: 10px;
  max-width: 30px;
  padding: 10px 8px;
  padding-right: 0;
  font-weight: 600;
  -moz-appearance: textfield;
}
.cart-product
  .cart-quantity
  .cart-quantity-form
  input.qty::-webkit-outer-spin-button,
.cart-product
  .cart-quantity
  .cart-quantity-form
  input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-product .cart-quantity .cart-quantity-form input[type="button"] {
  padding: 10px;
  color: #616161;
}
.cart-product .cart-price {
  text-align: end;
}
.cart-product .cart-price h4 {
  padding-top: 8px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-product .cart-price span {
  font-weight: 400;
  color: #969595;
  text-decoration: line-through;
}
.cart-product .cart-delete {
  padding-left: 25px;
  padding-right: 0;
}
.cart-product .cart-delete button {
  border: none;
  background: transparent;
}
@media only screen and (max-width: 480px) {
  .cart-product.popup-cart-item .cart-quantity {
    margin-top: 10px;
    align-items: center;
  }
}
.cart-product.popup-cart-item .cart-img img {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 480px) {
  .cart-product.popup-cart-item .cart-img img {
    width: 64px;
    height: 64px;
  }
}
.cart-product.popup-cart-item .cart-info {
  padding-left: 11px;
}
.cart-product.popup-cart-item .cart-info .cart-info-content a {
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}
.cart-product.popup-cart-item .cart-price h4 {
  padding-top: 0;
}

.login-question {
  width: 100%;
  top: -58px;
  left: 0;
}
.login-question p {
  text-align: end;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  height: -moz-fit-content;
  height: fit-content;
  color: #333333;
}
.login-question p a {
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.main-form .main-form-question {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 14px;
}
.main-form .main-form-question:hover {
  text-decoration-color: rgba(0, 0, 0, 0.8);
}
.main-form .main-form-heading h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}
.main-form .main-form-group {
  margin-bottom: 41px;
}
.main-form .main-form-wrapper {
  position: relative;
}
.main-form .main-form-wrapper .clear-input,
.main-form .main-form-wrapper .password-input {
  right: 15px;
  top: 12px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .main-form .main-form-wrapper .clear-input,
  .main-form .main-form-wrapper .password-input {
    top: 15px;
    right: 10px;
  }
}
.main-form .main-form-control {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 36px 15px 20px;
  border-radius: 3px;
  border: 1px solid #ededed;
  color: #000000;
  background: transparent;
  margin-bottom: 20px;
  width: 100%;
}
.main-form .main-form-control::-moz-placeholder {
  color: #000000;
}
.main-form .main-form-control::placeholder {
  color: #000000;
}
.main-form .main-form-control:focus-visible {
  border: 1px solid #727272;
  box-shadow: none;
}
.main-form .main-form-select {
  position: relative;
}
.main-form .main-form-select label {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 10px;
  font-weight: 400;
  color: #727272;
}
.main-form .main-form-select select {
  padding: 23px 20px 7px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
}
.main-form .main-form-select select:focus-visible {
  border: 1px solid #727272;
  box-shadow: none;
  outline: none;
}
.main-form .main-form-select .select-mark {
  position: absolute;
  top: 18px;
  right: 21px;
}
.main-form .main-form-left {
  padding-right: 9px;
}
.main-form .main-form-right {
  padding-left: 9px;
}
.main-form .main-form-check {
  gap: 9px;
}
.main-form .main-form-check label {
  font-size: 14px;
  line-height: 24px;
}
.main-form .main-form-submit {
  margin-top: 20px;
  padding: 20px;
  width: 100%;
  background-color: transparent;
  color: #000000;
  font-weight: 300;
}
.main-form .main-form-btn {
  margin-top: 50px;
  margin-bottom: 100px;
}
.main-form .main-form-btn a {
  font-weight: 500;
  font-size: 14px;
}
.main-form .main-form-btn a svg {
  margin-right: 12px;
}
.main-form .main-form-btn button {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 50px;
}

.login .modal-dialog {
  max-width: 548px;
}
.login .login-modal {
  border-radius: 0;
}
.login .login-close {
  position: absolute;
  top: 15px;
  right: 17px;
  background: transparent;
}
.login .login-close:focus {
  box-shadow: none;
}
.login .login-container {
  padding: 52px 54px 66px 55px;
}
@media only screen and (max-width: 767px) {
  .login .login-container {
    padding: 50px 25px;
  }
}
.login .login-container h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 35px;
}
.login .login-form {
  margin-bottom: 25px;
}
.login .login-form .login-form-input {
  padding: 14px 40px 14px 20px;
  margin-bottom: 12px;
  font-weight: 400;
}
.login .login-form .login-form-input::-moz-placeholder {
  color: #454545;
}
.login .login-form .login-form-input::placeholder {
  color: #454545;
}
.login .login-form .login-form-input::-ms-reveal {
  display: none;
}
.login .login-form .login-form-forgot {
  padding-left: 20px;
  font-size: 12px;
  -webkit-text-decoration: underline rgba(0, 0, 0, 0.4);
  text-decoration: underline rgba(0, 0, 0, 0.4);
  display: block;
  margin-bottom: 22px;
}
.login .login-form .login-form-submit {
  padding: 14px 30px;
  font-weight: 500;
  border-radius: 2px;
}
.login .login-or {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 25px;
}
.login .login-or span {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.login .login-or::before,
.login .login-or::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
}
.login .login-other {
  margin-bottom: 30px;
}
.login .login-other .login-other-btn {
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 500px;
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.login .login-other .login-other-btn svg {
  width: auto;
  height: auto;
  max-width: 50%;
  max-height: 90%;
}
.login .login-other .login-other-btn.login-other-dark {
  background-color: #000000;
  color: #ffffff;
  gap: 12px;
}
.login .login-not {
  font-size: 14px;
  text-align: center;
}
.login .login-not a {
  text-decoration: underline;
}

.product .product-img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 270/415;
  margin-bottom: 19px;
}
.product .product-img .product-img-default {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  padding: 20% 0;
}
.product .product-img .product-img-hover {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  padding: 20% 0;
}
.product .product-img .product-wishlist,
.product .product-img .product-quickview {
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.product .product-img .product-wishlist {
  top: 16px;
  right: 17px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: translateX(100%);
}
.product .product-img .product-wishlist svg {
  margin-top: 3px;
}
.product .product-img .product-wishlist:hover {
  background-color: #000000;
}
.product .product-img .product-wishlist:hover svg path {
  fill: #ffffff;
}
.product .product-img .product-quickview {
  font-size: 12px;
  line-height: 1.366;
  font-weight: 400;
  bottom: 57px;
  left: 35%;
  transform: translateY(100%);
}
.product .product-img:hover .product-img-default {
  opacity: 0;
  visibility: hidden;
}
.product .product-img:hover .product-img-hover,
.product .product-img:hover .product-wishlist,
.product .product-img:hover .product-quickview {
  opacity: 1;
  visibility: visible;
}
.product .product-img:hover .product-wishlist {
  transform: translateX(0);
}
.product .product-img:hover .product-quickview {
  transform: translateY(0);
}
.product .product-info .product-type {
  display: block;
  color: #969595;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.product .product-info .product-name {
  font-size: 18px;
  line-height: 1.5em;
  height: 3em;
  color: #000000;
  font-weight: 800;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.product .product-info .product-name:hover {
  color: #98ca1d;
}
.product:hover .product-img {
  box-shadow: 2px rgba(0.4, 0.4, 0.4, 0.4);
}
.product .product-info .product-des {
  color: #616161;
  font-size: 14px;
  margin-bottom: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: none;
}
.product .product-info .product-price {
  margin-bottom: 15px;
}
.product .product-info .product-price .product-price-current {
  font-size: 20px;
  font-weight: 800;
  margin-right: 10px;
}
.product .product-info .product-price .product-price-old {
  font-size: 16px;
  color: #969595;
  text-decoration: line-through;
}
.product .product-info .product-info-wishlist {
  display: none;
}
.product.product-row {
  display: flex;
  gap: 28px;
  padding-bottom: 29px;
  border-bottom: 1px solid #efefef;
}
@media only screen and (max-width: 991px) {
  .product.product-row {
    gap: 10px;
  }
}
.product.product-row:last-child {
  border: none;
}
.product.product-row .product-img {
  max-width: 143px;
  aspect-ratio: 143/180;
  margin-bottom: 0;
  flex-shrink: 0;
}
.product.product-row .product-img .product-wishlist,
.product.product-row .product-img .product-quickview {
  display: none;
}
.product.product-row .product-info {
  width: 100%;
}
.product.product-row .product-info .product-info-wishlist {
  display: block;
  cursor: pointer;
}
.product.product-row .product-info .product-info-wishlist svg path {
  transition: all 0.3s ease;
}
.product.product-row .product-info .product-info-wishlist:hover svg path {
  fill: #000000;
}
.product.product-row .product-info .product-info-top {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  .product.product-row .product-info .product-info-top {
    flex-wrap: wrap;
  }
}
.product.product-row .product-info .product-info-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product.product-row .product-info .product-info-bottom .product-des {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .product.product-row .product-info .product-info-bottom .product-des {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .product.product-row .product-info .product-info-bottom {
    flex-wrap: wrap;
  }
}
.product.product-row .product-info .product-info-btn {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .product.product-row .product-info .product-info-btn {
    gap: 10px;
  }
}
.product.product-row .product-info .product-name {
  margin-bottom: 5px;
}
.product.product-row .product-info .product-price {
  margin-top: 25px;
}
@media only screen and (max-width: 480px) {
  .product.product-row .product-info .product-price {
    margin: 10px 0;
  }
  .product .product-img .product-img-default{
    padding: 5% 0;
  }
  button.view-all{
    margin-top: 35px;
  }
  .product .product-info .product-name{
    margin-bottom: 0px;
  }
}
.product.product-row .product-info .product-des {
  display: -webkit-box;
}
@media only screen and (max-width: 480px) {
  .product.product-row .product-info .product-des {
    margin-bottom: 0;
  }
}

.list-product-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 26px;
  column-gap: 50px;
  row-gap: 57px;
}
@media only screen and (max-width: 991px) {
  .list-product-container {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 15px;
    column-gap: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .list-product-container {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 10px;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .product .product-info .product-name {
    font-size: 16px;
  }
  .product .product-info .product-price .product-price-current {
    font-size: 18px;
  }
  .product .product-info .product-price .product-price-old {
    font-size: 14px;
  }
}

.gallery {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .gallery {
    flex-direction: column-reverse;
  }
}
.gallery .gallery-thumbnail {
  height: 100%;
  overflow-y: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.gallery .gallery-thumbnail .gallery-thumbnail-item {
  width: 120px;
  height: 120px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.gallery .gallery-thumbnail .gallery-thumbnail-item.active {
 border: 1px solid #98ca1d;
}
.gallery .gallery-thumbnail .gallery-thumbnail-item .gallery-thumbnail-img {
  transition: all 0.5s ease;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.gallery .gallery-thumbnail .gallery-thumbnail-item::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.gallery
  .gallery-thumbnail
  .gallery-thumbnail-item.gallery-thumbnail-item-video {
  position: relative;
}
.gallery
  .gallery-thumbnail
  .gallery-thumbnail-item.gallery-thumbnail-item-video
  video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery
  .gallery-thumbnail
  .gallery-thumbnail-item.gallery-thumbnail-item-video::after {
  content: url(../assets/image/bg-play.svg);
}
.gallery
  .gallery-thumbnail
  .gallery-thumbnail-item.gallery-thumbnail-item-video.active::after {
  content: none;
}
.gallery
  .gallery-thumbnail
  .gallery-thumbnail-item.active
  .gallery-thumbnail-img {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .gallery .gallery-thumbnail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .gallery .gallery-thumbnail {
    gap: 10px;
  }
}
.gallery .gallery-view {
  width: 515px;
  overflow: hidden;
  position: relative;
  padding: 5%;
}
@media only screen and (max-width: 1199px) {
  .gallery .gallery-view {
    width: 400px;
    padding: 5% 0;
  }
}
@media only screen and (max-width: 991px) {
  .gallery .gallery-view {
    width: 100%;
    aspect-ratio: 1/1;
    padding: 9%;
  }
}
.gallery .gallery-view video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery .gallery-view img,
.gallery .gallery-view video {
  animation: fadeIn ease 0.75s;
}
.gallery.gallery-popup .gallery-thumbnail .gallery-thumbnail-item {
  width: 45px;
  height: 45px;
}
.gallery.gallery-popup .gallery-view {
  width: 306px;
  aspect-ratio: 306/450;
}
@media only screen and (max-width: 767px) {
  .gallery.gallery-popup .gallery-view {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .gallery .gallery-thumbnail .gallery-thumbnail-item .gallery-thumbnail-img {
    padding: 15% 0;
  }
}

.detail .detail-container {
  justify-content: space-between;
  gap: 45px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .detail .detail-container {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .detail .detail-container {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .detail .detail-container {
    flex-direction: column;
  }
}
.detail h6 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.detail h6 a {
  font-weight: 400;
}
.detail h6 a:hover {
  text-decoration: underline;
}
.detail .detail-image {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .detail .detail-image {
    width: 100%;
    overflow: hidden;
  }
}
.detail .detail-image .detail-image-wishlist {
  position: absolute;
  z-index: 10;
  top: 25px;
  right: 22px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.detail .detail-image .detail-image-wishlist svg {
  margin-top: 3px;
}
.detail .detail-image .detail-image-wishlist:hover {
  background-color: #000000;
}
.detail .detail-image .detail-image-wishlist:hover svg path {
  fill: #ffffff;
}
.detail .detail-right {
  width: 100%;
}
.detail .detail-info {
  margin-bottom: 20px;
}
.detail .detail-info .detail-info-heading .product-type {
  line-height: 14px;
  margin-bottom: 0;
}
.detail .detail-info .detail-info-heading .product-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 5px;
}
.detail .detail-info .detail-info-heading .product-name:hover {
  color: #000000;
}
.detail .detail-info .detail-info-rating {
  margin-top: 17px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .detail .detail-info .detail-info-rating {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .detail .detail-info .detail-info-rating {
    flex-wrap: nowrap;
    align-items: start;
  }
  .detail .detail-right {
    margin-top: 50px;
  } 
}
.detail .detail-info .detail-info-rating .detail-info-rating-item {
  gap: 8px;
}
@media only screen and (max-width: 991px) {
  .detail .detail-info .detail-info-rating .detail-info-rating-item {
    flex-wrap: wrap;
    gap: 0;
  }
}
.detail .detail-info .detail-info-rating .detail-info-rating-item .icon {
  margin-bottom: 2px;
}
.detail .detail-info .detail-info-rating .detail-info-rating-item .text {
  font-size: 14px;
  font-weight: 300;
}
.detail .detail-info .detail-info-rating .detail-info-rating-id {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #efefef;
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .detail .detail-info .detail-info-rating .detail-info-rating-id {
    border: none;
    margin-left: 0;
    padding-left: 0;
  }
}
.detail .detail-info .detail-info-share {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .detail .detail-info .detail-info-share {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.detail .detail-info .detail-info-share svg {
  margin-right: 10px;
}
.detail .detail-info .detail-info-price {
  margin-bottom: 15px;
}
.detail .detail-info .detail-info-price .product-price {
  margin-bottom: 20px;
}
.detail .detail-info .detail-info-price .product-price .product-price-current {
  font-size: 24px;
  line-height: 33px;
  font-weight: 800;
}
.detail .detail-info .product-content p {
  color: #575757;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.24px;
}
.detail .detail-info .share-social {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
}
.detail .detail-info .share-social span {
font-size: 18px;
font-weight: 600;
}
.detail .detail-info .share-social .social-svg {
  display: flex;
  display: inline-flex;
  padding: 7px 25px;
  align-items: flex-start;
  gap: 20px;
  border-radius: 4px;
  border: 1px solid #98ca1d;
}
.detail .detail-info .share-social {
  margin-top: 30px;
}
.detail .detail-variant {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}
.detail .detail-variant .detail-variant-list {
  gap: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .detail .detail-variant .detail-variant-list {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.detail .detail-variant .detail-variant-item label {
  position: relative;
  padding: 8px 30px;
  background-color: transparent;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  border: 1px solid #c8c8c8;
  transition: all 0.5s ease;
}
.detail .detail-variant .detail-variant-item label input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.detail .detail-variant .detail-variant-item label:hover,
.detail
  .detail-variant
  .detail-variant-item
  label:has(input[type="radio"]:checked) {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.detail .detail-variant.detail-variant-popup {
  padding-bottom: 22px;
}
.detail .detail-cart {
  margin-bottom: 30px;
}
.detail .detail-cart .detail-cart-quantity .detail-cart-quantity-form {
  margin: 0;
  width: 150px;
  border-color: #efefef;
}
.detail
  .detail-cart
  .detail-cart-quantity
  .detail-cart-quantity-form
  input[type="button"] {
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
}
.detail
  .detail-cart
  .detail-cart-quantity
  .detail-cart-quantity-form
  input.qty {
  font-weight: 400;
}
.detail .detail-submit {
  margin-bottom: 30px;
}
.detail .detail-des {
  border-top: 1px solid #efefef;
  padding-top: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #616161;
  margin-bottom: 20px;
}
.detail .detail-download {
  background-color: #ededed;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 26px;
}
.detail .detail-download h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
}
.detail .detail-download h4 span {
  color: #ff0000;
}
.detail .detail-download .detail-download-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.related {
  padding: 78px 0 103px 0;
}
.related .related-container {
  margin-top: 57px;
}
.banner {
  position: relative;
}
.banner .banner-img {
  width: 100%;
  aspect-ratio: 1600/480;
}
.banner .banner-img img {
  -o-object-position: center;
  object-position: center;
}
.banner .banner-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .banner-content span {
  color: #004e94;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.banner .banner-content h2 {
  color: #004e94;
  font-size: 56px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .banner .banner-content {
    display: none;
  }
}

.breadcrumb {
  background-color: #f9f9f9;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0 8px 0;
  position: relative;
  z-index: 1;
}
.breadcrumb .breadcrumb-link {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #616161;
  padding: 10px;
  white-space: nowrap;
}
.breadcrumb .breadcrumb-link:last-child {
  font-weight: 700;
}
.breadcrumb .breadcrumb-link-current {
  color: #000000;
  font-weight: 500;
}
.breadcrumb .breadcrumb-arrow {
  width: 9px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb .breadcrumb-arrow img {
  width: 100%;
}
.breadcrumb.breadcrumb-white {
  background-color: transparent;
  margin-bottom: 35px;
  border-bottom: 1px solid #ededed;
}
.breadcrumb.breadcrumb-white .breadcrumb-list {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .newsletter {
    flex-direction: column;
  }
}
.newsletter .newsletter-container {
  width: 50%;
  background-color: #01559b;
  padding-left: calc((100% - 1160px) / 2 - 51px);
  padding-right: 135px;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1399px) {
  .newsletter .newsletter-container {
    padding-left: calc((100% - 1116px) / 2);
    padding-right: 100px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .newsletter .newsletter-container {
    padding-left: calc((100% - 936px) / 2);
    padding-right: 50px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .newsletter .newsletter-container {
    width: 100%;
    padding-left: calc((100% - 696px) / 2);
    padding-right: calc((100% - 696px) / 2);
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter .newsletter-container {
    padding-left: calc((100% - 519px) / 2);
    padding-right: calc((100% - 519px) / 2);
  }
}
@media only screen and (max-width: 480px) {
  .newsletter .newsletter-container {
    padding: 50px 9px;
  }
}
.newsletter .newsletter-container .newsletter-content {
  max-width: 448px;
}
@media only screen and (max-width: 991px) {
  .newsletter .newsletter-container .newsletter-content {
    max-width: none;
  }
}
.newsletter .newsletter-container .newsletter-content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .newsletter .newsletter-container .newsletter-content h2 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .newsletter .newsletter-container .newsletter-content h2 {
    text-align: center;
  }
}
.newsletter .newsletter-container .newsletter-content p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .newsletter .newsletter-container .newsletter-content p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .newsletter .newsletter-container .newsletter-content p {
    text-align: center;
    margin-bottom: 30px;
  }
}
.newsletter .newsletter-container .newsletter-form {
  overflow: hidden;
  border-radius: 5px;
  padding: 10px 59px;
  background-color: transparent;
  border: 1px solid #ffffff;
  position: relative;
}
.newsletter .newsletter-container .newsletter-form .newsletter-form-icon {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  left: 24px;
  top: 0;
}
.newsletter .newsletter-container .newsletter-form input {
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  padding: 0;
  width: calc(100% - 120px);
}
.newsletter .newsletter-container .newsletter-form input:focus-visible {
  outline: none;
}
.newsletter .newsletter-container .newsletter-form input::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.newsletter .newsletter-container .newsletter-form input::placeholder {
  color: #ffffff;
  font-weight: 300;
}
.newsletter .newsletter-container .newsletter-form .newsletter-form-btn {
  border: none;
  border-radius: 0 5px 5px 0;
  color: #01559b;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding: 16px 28px;
  position: absolute;
  top: 0;
  right: 0;
}
.newsletter .newsletter-img {
  width: 50%;
  aspect-ratio: 800/442;
}
@media only screen and (max-width: 991px) {
  .newsletter .newsletter-img {
    width: 100%;
  }
}

.quickview .modal-dialog {
  max-width: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .quickview .modal-dialog {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .quickview .modal-dialog {
    max-width: 95%;
  }
}
.quickview .modal-content {
  border-radius: 0;
}
.quickview .quickview-container {
  display: flex;
  gap: 64px;
  padding: 44px 36px;
}
@media only screen and (max-width: 991px) {
  .quickview .quickview-container {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .quickview .quickview-container {
    flex-direction: column;
  }
}
.quickview .quickview-container .detail-image .detail-image-wishlist {
  top: 21px;
  right: 21px;
  width: 24px;
  height: 24px;
}
.quickview .quickview-container .detail-image .detail-image-wishlist svg {
  max-width: 11.5px;
}
@media only screen and (max-width: 991px) {
  .quickview .quickview-info {
    width: 100%;
  }
}
.quickview .quickview-info .product-price {
  display: flex;
  align-items: center;
}

.popup .offcanvas.offcanvas-end {
  width: 515px;
  overflow: hidden;
}
.popup .offcanvas .btn-close {
  background: transparent;
  font-size: 14px;
  line-height: 31px;
  font-weight: 300;
  color: #000000;
  opacity: 1;
  height: auto;
  padding: 10px 0;
}
.popup .offcanvas .btn-close:focus {
  box-shadow: none;
}
.popup .offcanvas .offcanvas-body {
  padding: 0 24px;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .popup .offcanvas .offcanvas-body {
    padding: 0 10px;
  }
}
.popup .popup-border-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-left: -20px;
  width: 150%;
  height: 1px;
  background-color: #d9d9d9;
}
.popup .popup-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.popup .popup-nav .nav-link {
  font-size: 14px;
  line-height: 31px;
  color: #000000;
  padding: 10px 0;
}
.popup .popup-nav .nav-link.active {
  font-weight: 600;
  background: transparent;
  position: relative;
}
.popup .popup-nav .nav-link.active::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.popup .popup-cart .popup-cart-item {
  display: flex;
  padding-top: 25px;
  padding-bottom: 19px;
  position: relative;
}
.popup .popup-cart .popup-cart-item .checkbox {
  margin-top: 47px;
}
@media only screen and (max-width: 480px) {
  .popup .popup-cart .popup-cart-item .checkbox {
    margin-top: 25px;
  }
}
.popup .popup-cart .popup-cart-item .cart-content {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.popup .popup-cart .popup-cart-item .cart-info {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .popup .popup-cart .popup-cart-item .cart-info {
    width: calc(100% - 100px);
  }
}
.popup .popup-cart .popup-cart-item .cart-info-content {
  margin-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .popup .popup-cart .popup-cart-item .cart-info-content {
    margin-bottom: 2px;
  }
}
.popup .popup-cart .popup-cart-item .cart-info-content a {
  margin-bottom: 0;
}
.popup .popup-cart .popup-cart-item .cart-info-content span {
  font-size: 12px;
}
.popup .popup-cart .popup-cart-item .cart-btn {
  gap: 34px;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .popup .popup-cart .popup-cart-item .cart-btn {
    gap: 10px;
  }
}
.popup .popup-cart .popup-cart-item .cart-btn button {
  border: none;
  margin-bottom: 18px;
  height: -moz-fit-content;
  height: fit-content;
  background: transparent;
}
.popup .popup-cart .popup-cart-item .cart-price {
  display: flex;
  align-items: end;
  gap: 4px;
}
.popup .popup-cart .popup-cart-item .cart-price span {
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .popup .popup-cart .popup-cart-item .cart-price span {
    font-size: 12px;
  }
}
.popup .popup-cart .popup-cart-item .cart-quantity .cart-quantity-form {
  margin: 0;
}
.popup
  .popup-cart
  .popup-cart-item
  .cart-quantity
  .cart-quantity-form
  input.qty {
  padding: 8px;
}
.popup .popup-discount {
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
}
.popup .popup-discount h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 0;
}
.popup .popup-discount .popup-discount-icon .line {
  width: 12px;
  height: 1px;
  background-color: #616161;
}
.popup .popup-discount .popup-discount-icon .line:last-child {
  transform: rotate(90deg);
}
.popup .popup-btn {
  margin: 30px 0;
  padding: 15px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.popup .popup-btn span {
  font-weight: 700;
}
.popup .popup-btn::before {
  top: -30px;
}
.popup .popup-pay {
  padding-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 36px;
  column-gap: 36px;
  row-gap: 21px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 480px) {
  .popup .popup-pay {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
  }
}
.popup .popup-pay .popup-pay-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .header-topbar {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #01559b;
}
.header .header-topbar p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.8;
}
.header .header-topbar a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.8;
}
.header .header-topbar .header-topbar-content {
  height: 42px;
}
.header .header-topbar .header-topbar-info {
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .header .header-topbar .header-topbar-info {
    display: none;
  }
}
.header .header-topbar .header-topbar-info .header-topbar-info-icon {
  display: flex;
  align-items: center;
}
.header .header-topbar .header-topbar-info-item {
  gap: 5px;
}
.header .header-topbar .header-topbar-info-item:last-child {
  gap: 15px;
}
.header .header-topbar .header-topbar-notice {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.header .header-topbar .header-topbar-notice a {
  font-weight: 400;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.header .header-topbar .header-topbar-notice a:hover {
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.header .header-topbar .header-topbar-notice .header-topbar-slider p {
  text-align: start;
}
.header .header-main {
  padding: 20px 0;
  height: 80px;
  align-items: center;
}
.header .header-main .header-left {
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .header .header-main {
    height: 70px;
  }
  .header .header-main .header-logo {
    max-width: 140px;
  }
  .header .header-main .header-logo svg {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .header .header-topbar .header-topbar-notice .header-topbar-slider p {
    font-size: 10px;
  }
}
.header .header-main .header-nav {
  width: 100%;
}
.header .header-main .header-nav .nav-item {
  color: #000000;
  font-size: 14px;
  transition: all 0.5s ease;
  padding: 10px 0;
}
.header .header-main .header-nav .nav-item:hover {
  color: #98ca1d;
}
.header .header-main .header-nav .nav-list {
  display: flex;
  gap: 100px;
  justify-content: flex-end;
  margin-bottom: 0;
  margin-left: 59px;
}
.header .header-main .header-nav .nav-list {
  display: flex;
  gap: 100px;
  justify-content: flex-end;
  margin-bottom: 0;
  margin-left: 59px;
}
@media only screen and (max-width: 1199px) {
  .header .header-main .header-nav .nav-list {
    gap: 80px;
  }
  .header .header-topbar .header-topbar-notice .header-topbar-slider p {
    text-align: center;
  }
}
.header .header-main .header-nav .nav-list .nav-list-lv0 {
  top: 45px;
  left: 0;
  box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  z-index: 2;
  background: #fff;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.header .header-main .header-nav .nav-list .nav-list-lv0 li {
  padding: 7px 0;
  transition: all 0.5s ease;
}
.header .header-main .header-nav .nav-list .nav-list-lv0 li:hover {
  padding-left: 15px;
}
.header .header-main .header-nav .nav-list li {
  padding: 10px 0;
}
.header .header-main .header-nav .nav-list li:hover .nav-list-lv0 {
  visibility: visible;
  opacity: 1;
}
.header .header-main .header-right {
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 480px) {
  .header .header-main .header-right {
    gap: 15px;
  }
}
.header .header-main .header-right .header-cart .header-cart-img {
  padding-right: 7px;
}
.header .header-main .header-right .header-cart .header-cart-quantity {
  background: #000000;
  border-radius: 500px;
  border: 1px solid #ffffff;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 9px;
  line-height: 14px;
  right: 1px;
}
.header .header-main .header-right .header-icon {
  cursor: pointer;
}
.header .header-main .header-right .header-search .search-input {
  visibility: hidden;
  opacity: 0;
  width: 420px;
  top: calc(100% + 25px);
  right: -30px;
  z-index: 990;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  color: #000000;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  transform: scale(0.9);
  transition: all 0.5s ease;
  will-change: transform;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .header .header-main .header-right .header-search .search-input {
    width: 320px;
  }
}
@media only screen and (max-width: 480px) {
  .header .header-main .header-right .header-search .search-input {
    top: calc(100% + 22px);
    width: 270px;
    padding: 10px;
  }
}
.header .header-main .header-right .header-search .search-input .search-smart {
  width: 100%;
}
.header
  .header-main
  .header-right
  .header-search
  .search-input
  .header-search-form {
  position: relative;
}
.header
  .header-main
  .header-right
  .header-search
  .search-input
  .header-search-form
  input {
  width: 100%;
  padding: 5px 45px 5px 5px;
}
.header
  .header-main
  .header-right
  .header-search
  .search-input
  .header-search-form
  input:focus-visible {
  outline: none;
}
.header
  .header-main
  .header-right
  .header-search
  .search-input
  .header-search-form
  .enter-search {
  right: -5px;
  top: -2px;
}
.header .header-main .header-right .header-search:hover .search-input {
  visibility: visible;
  opacity: 1;
}
.header .show-menu-mobile svg {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 480px) {
  .header .show-menu-mobile {
    margin-left: 15px;
  }
}
.header #menumobile {
  width: 80vw;
  max-width: 450px;
}
.header #menumobile .nav-mobile {
  margin-top: 40px;
}
.header #menumobile .nav-mobile li {
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}
.header #menumobile .nav-mobile li a {
  color: #000000;
  font-size: 16px;
}
.header #menumobile .nav-mobile li:last-child {
  border: none;
}
.header #menumobile .nav-mobile .nav-item-bold {
  font-weight: 600;
}
.header #menumobile .btn-close {
  right: 10px;
  position: absolute;
  top: 10px;
}
.header #menumobile .nav-list .nav-list-lv0 {
  padding-left: 30px;
}
.header #menumobile .nav-list .nav-list-lv0 .nav-list-lv1 {
  list-style: none;
  padding-left: 15px;
  padding-bottom: 10px;
}
.header #menumobile .nav-list .nav-list-lv0 .nav-list-lv1 li {
  list-style: none;
}
.header #menumobile .nav-list .close-sub-nav {
  position: absolute;
  top: 13px;
  right: 0px;
  padding: 10px 0 10px 20px;
}
.header #menumobile .nav-list .close-sub-nav svg {
  width: 16px;
}
.header #menumobile .nav-list .close-sub-nav svg path {
  fill: #606060;
}
.header #menumobile .nav-list .close-sub-nav svg:nth-child(1) {
  display: none;
}
.header #menumobile .nav-list .close-sub-nav.collapsed svg:nth-child(1) {
  display: block !important;
}
.header #menumobile .nav-list .close-sub-nav.collapsed svg:nth-child(2) {
  display: none;
}
.header .mega-menu {
  left: 0;
  top: 120px;
  width: 100%;
  z-index: 4;
  background: #ffffff;
  border-top: 1px solid #e0e0e0;
  padding: 54px 0 71px 0;
  transition: all 0.5s ease;
  display: none;
  animation: updown 0.5s ease forwards;
  box-shadow: 0px 40px 50px 0px rgba(0, 0, 0, 0.4);
}
.header .mega-menu:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.header .mega-menu .mega-menu-main {
  gap: 20px;
  justify-content: space-between;
}
.header .mega-menu .mega-menu-main .mega-menu-list {
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 68px;
  column-gap: 68px;
  row-gap: 47px;
}
@media only screen and (max-width: 1399px) {
  .header .mega-menu .mega-menu-main .mega-menu-list {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .header .mega-menu .mega-menu-main .mega-menu-list {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.header .mega-menu .mega-menu-main .mega-menu-list .mega-menu-col {
  flex: 0 0 230px;
}
@media only screen and (max-width: 1199px) {
  .header .mega-menu .mega-menu-main .mega-menu-list .mega-menu-col {
    flex: 0 0 190px;
  }
}
.header
  .mega-menu
  .mega-menu-main
  .mega-menu-list
  .mega-menu-col
  .nav-item-parent {
  color: #000000;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 9px;
  text-transform: capitalize;
  display: inline-block;
}
.header .mega-menu .mega-menu-main .mega-menu-list .mega-menu-col li {
  padding: 0;
  transition: all 0.5s ease;
}
.header .mega-menu .mega-menu-main .mega-menu-list .mega-menu-col li a {
  padding: 0;
  color: #000000;
  font-size: 16px;
  line-height: 2.3;
  text-transform: capitalize;
}
.header .mega-menu .mega-menu-main .mega-menu-list .mega-menu-col li:hover {
  padding-left: 15px;
}
.header
  .mega-menu
  .mega-menu-main
  .mega-menu-list
  .mega-menu-col
  li:hover
  .nav-item {
  color: #98ca1d;
}
.header .mega-menu .mega-menu-main .mega-menu-side {
  flex: 0 1 293px;
  flex-shrink: 0;
}
.header .mega-menu .mega-menu-main .mega-menu-side a {
  float: right;
}
.header .mega-menu .mega-menu-main .mega-menu-side a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-text-decoration: underline rgba(0, 0, 0, 0.2);
  text-decoration: underline rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  margin-right: 6px;
}
.header .mega-menu .mega-menu-main .mega-menu-side a:hover span {
  -webkit-text-decoration: underline rgba(0, 0, 0, 0.5);
  text-decoration: underline rgba(0, 0, 0, 0.5);
}
.header .mega-menu .mega-menu-main .mega-menu-image {
  aspect-ratio: 293/390;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
.header li:hover .mega-menu {
  display: block;
}

.footer {
  padding: 100px 0;
  background: #f9f9f9;
}
@media only screen and (max-width: 991px) {
  .footer {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
.footer .footer-main {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .footer .footer-main {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-main {
    flex-direction: column;
    gap: 32px;
  }
}
.footer .footer-main .footer-element h5 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer .footer-main .footer-element ul li,
.footer .footer-main .footer-element ul a {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .footer .footer-main .footer-element .footer-grid {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.footer .footer-main .footer-element.footer-element-center {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-main .footer-element.footer-element-center {
    width: 100%;
  }
  .footer .footer-main .footer-element.footer-element-center h5 {
    text-align: center;
  }
}
.footer .footer-main .footer-element.footer-element-info {
  max-width: 310px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-main .footer-element.footer-element-info {
    max-width: none;
  }
}
.footer .footer-main .footer-element.footer-element-download h5 {
  margin-bottom: 15px;
}
.footer .footer-main .footer-element.footer-element-download .download-icon {
  display: block;
  width: 129px;
  height: auto;
  margin-bottom: 9px;
}
.footer
  .footer-main
  .footer-element.footer-element-download
  .download-icon
  svg {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .footer .footer-main .footer-element.footer-element-download .download-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-main .footer-group {
    width: 100%;
  }
}
.footer .footer-main .footer-social {
  gap: 47px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-main .footer-social {
    gap: 24px;
  }
}
.footer .footer-end {
  padding-top: 44px;
  border-top: 1px solid #d9d9d9;
}
@media only screen and (max-width: 991px) {
  .footer .footer-end {
    padding-top: 12px;
    flex-direction: column;
  }
}
.footer .footer-end p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  .footer .footer-end p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-end p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.footer .footer-pay {
  display: flex;
  gap: 36px;
}
.footer .footer-pay svg {
  width: auto;
  height: auto;
  max-height: 100%;
}
@media only screen and (max-width: 991px) {
  .footer .footer-pay {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-pay {
    gap: 20px;
    align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  .footer .footer-pay {
    gap: 10px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes updown {
  from {
    transform: translateY(7%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
