.modal {
  cursor: url(../images/cursor-close.svg), auto;
}
.modal .icon-close-popup {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  padding: 16px;
  border: none;
  color: var(--black);
  z-index: 10;
  position: absolute;
  top: 0px;
  right: 0px;
}
.modal .icon-close-popup:hover {
  color: var(--primary);
}
@media (min-width: 576px) {
  .modal .icon-close-popup {
    top: 10px;
    right: 10px;
  }
}
.modal .modal-content {
  border: 0;
}
.modal .modal-body {
  padding: 0;
}
.modal.fullRight .modal-dialog {
  transform: translate(100%, 0);
  min-width: 100%;
  height: 100%;
  margin: 0;
  transition: transform 1s ease-out;
}
.modal.fullRight .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0;
}
.modal.fullRight .modal-dialog .modal-content .modal-body {
  overflow: auto;
  padding: 0;
  padding-bottom: 30px;
}
.modal.fullRight.show .modal-dialog {
  transform: none;
  transition: transform 0.4s ease-out;
}
.modal.fullLeft .modal-dialog {
  transform: translate(-100%, 0) !important;
  min-width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.3s !important;
}
.modal.fullLeft .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  padding: 0;
}
.modal.fullLeft .modal-body {
  overflow: auto;
  padding: 0;
  padding-bottom: 30px;
}
.modal.fullLeft.show .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal.fullBottom .modal-dialog {
  transform: translate(0, 100%);
  min-width: 100%;
  height: 100%;
  max-height: unset;
  margin: 0;
  transition: transform 0.3s linear !important;
}
.modal.fullBottom .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  max-height: max-content;
}
.modal.fullBottom .modal-body {
  overflow: auto;
  padding: 0;
  padding-bottom: 30px;
}
.modal.fullBottom.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.modalCentered .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal.fade:not(.show) {
  opacity: 0;
}
.modal .modal-content {
  cursor: default !important;
  border-radius: 0px;
}

.modal-log .modal-top .title {
  margin-bottom: 30px;
}
.modal-log .modal-content {
  padding: 32px;
}
.modal-log .modal-bottom {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.modal-log .other-login {
  display: grid;
  gap: 15px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .modal-log .modal-top .title {
    margin-bottom: 52px;
  }
}
@media (min-width: 1200px) {
  .modal-log .modal-content {
    padding-bottom: 100px;
  }
  .modal-log .modal-dialog {
    max-width: 934px;
  }
}
@media (max-width: 575px) {
  .modal-log .modal-content {
    padding: 20px 15px;
  }
}
.modal-quick-view .icon-close-popup {
  top: 0;
  right: 0;
}
.modal-quick-view .variant-picker-item:first-child {
  border-top: unset;
}
.modal-quick-view .product-infor-sub {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.modal-quick-view .tf-product-info-list .tf-product-info-heading {
  margin-bottom: 22px;
}
.modal-quick-view .modal-dialog {
  margin: 15px auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1153px;
}
.modal-quick-view .modal-content {
  display: flex;
  border-radius: unset;
}
.modal-quick-view .tf-product-media-wrap .tf-single-slide {
  height: 100%;
}
.modal-quick-view .tf-product-media-wrap .item {
  height: 100%;
}
.modal-quick-view .tf-product-media-wrap .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-quick-view .tf-product-info-wrap {
  flex: 0 0 auto;
  max-width: 100%;
  flex-grow: 1;
  position: relative;
  margin: 0;
}
.modal-quick-view .tf-product-info-inner {
  padding: 20px 15px;
  margin-bottom: 0;
}
.modal-quick-view .tf-product-info-inner .tf-product-info-heading {
  gap: 10px 20px;
}
.modal-quick-view .tf-product-info-inner .tf-product-info-heading .product-info-name {
  padding-right: 25px;
}
@media (min-width: 768px) {
  .modal-quick-view .tf-product-media-wrap {
    width: 55%;
    max-width: 611px;
  }
  .modal-quick-view .tf-product-info-wrap {
    width: 45%;
  }
  .modal-quick-view .modal-content {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .modal-quick-view .tf-product-info-inner {
    padding: 48px 40px;
  }
}

.modal-quick-add .modal-content {
  padding: 30px 20px;
}
.modal-quick-add .variant-picker-item:first-child {
  border-top: unset;
}
.modal-quick-add .tf-product-mini-view {
  margin-bottom: 24px;
  position: relative;
  padding-right: 20px;
}
.modal-quick-add .tf-product-mini-view .icon-close-popup {
  top: 0;
  right: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .modal-quick-add .modal-dialog {
    max-width: 537px;
  }
  .modal-quick-add .modal-content {
    padding: 40px;
  }
}

.modal-auto-product .modal-dialog {
  max-width: 1413px;
}
.modal-auto-product .modal-content {
  padding: 40px 15px 20px;
}
.modal-auto-product .title,
.modal-auto-product .countdown-V03 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .modal-auto-product .modal-content {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .modal-auto-product .modal-content {
    padding: 83px 80px;
  }
  .modal-auto-product .countdown-V03 {
    margin-bottom: 48px;
  }
}

.modal-auto-newletter .modal-dialog {
  max-width: 985px;
}
.modal-auto-newletter .modal-body {
  display: flex;
}
.modal-auto-newletter .content {
  padding: 40px 20px 20px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-auto-newletter .heading {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .modal-auto-newletter .image {
    flex: 1;
  }
  .modal-auto-newletter .image img {
    height: 100%;
    aspect-ratio: 0.7821428571;
  }
  .modal-auto-newletter .content {
    max-width: 547px;
    width: 100%;
    padding: 40px;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .modal-auto-newletter .content {
    padding: 82px 54px;
  }
  .modal-auto-newletter .heading {
    margin-bottom: 12px;
  }
  .modal-auto-newletter .form-newleter {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .modal-auto-newletter .modal-body {
    flex-direction: column;
  }
}

.modal-before-leave .modal-dialog {
  max-width: 1086px;
}
.modal-before-leave .modal-content {
  border: 0;
}
.modal-before-leave .modal-body {
  display: flex;
}
.modal-before-leave .image-coupon {
  position: relative;
  width: 100%;
}
.modal-before-leave .image-coupon .image {
  height: 100%;
}
.modal-before-leave .image-coupon .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
  max-height: 560px;
}
.modal-before-leave .image-coupon .wrap {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .modal-before-leave .image-coupon .wrap {
    left: 30px;
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .modal-before-leave .image-coupon .wrap {
    left: 60px;
    right: 60px;
  }
}
.modal-before-leave .title,
.modal-before-leave .sub-title,
.modal-before-leave .coupon-copy-wrap {
  margin-bottom: 24px;
}
.modal-before-leave .content {
  padding: 25px 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.modal-before-leave .wrapper-leave-main {
  min-height: 350px;
}
.modal-before-leave .wrapper-leave-scroll {
  display: grid;
  gap: 24px;
}
@media (min-width: 1200px) {
  .modal-before-leave .image-coupon {
    max-width: 560px;
    flex: 2;
  }
  .modal-before-leave .image-coupon img {
    aspect-ratio: 1;
  }
  .modal-before-leave .image-coupon .title {
    line-height: 60px;
  }
  .modal-before-leave .sub-title {
    margin-bottom: 32px;
  }
  .modal-before-leave .coupon-copy-wrap {
    margin-bottom: 40px;
  }
  .modal-before-leave .content {
    padding: 32px;
    flex: 1;
  }
  .modal-before-leave .content .title {
    margin-bottom: 48px;
  }
  .modal-before-leave .tf-product-mini-view .prd-image {
    max-width: 139px;
  }
}
@media (max-width: 767px) {
  .modal-before-leave .modal-body {
    flex-direction: column;
  }
}
.modal-compare .modal-dialog {
  max-width: 1104px;
}
.modal-compare .modal-content {
  padding: 30px 15px;
}
.modal-compare .title {
  margin-bottom: 24px;
}
.modal-compare .group-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .modal-compare .modal-content {
    padding: 32px;
  }
  .modal-compare .title {
    margin-bottom: 48px;
  }
}
.modal-order-detail .modal-dialog {
  max-width: 1094px;
}
.modal-order-detail .modal-top {
  margin-bottom: 24px;
}
.modal-order-detail .modal-content {
  padding: 30px 15px;
}
.modal-order-detail .list-infor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.modal-order-detail .list-infor .br-line {
  height: 16px;
  width: 1px;
  background-color: var(--line-8);
}
@media (min-width: 1200px) {
  .modal-order-detail .list-infor {
    gap: 15px;
  }
}
.modal-order-detail .order-total-wrap {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal-order-detail .order-total-wrap .text,
.modal-order-detail .order-total-wrap .order-total {
  padding-left: 24px;
}
.modal-order-detail .order-total-wrap .text {
  max-width: 183px;
  width: 100%;
}
.modal-order-detail .order-total-wrap .order-total {
  max-width: 220px;
  width: 100%;
}
@media (min-width: 992px) {
  .modal-order-detail .modal-content {
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .modal-order-detail .list-infor {
    gap: 24px;
    margin-bottom: 48px;
  }
  .modal-order-detail .modal-top {
    margin-bottom: 48px;
  }
  .modal-order-detail .order-total-wrap {
    margin-top: 32px;
    margin-bottom: 64px;
  }
}
.modal-unavailable .tf-product-notify {
  border: 0;
}
.modal-unavailable .modal-dialog {
  max-width: 678px;
}
.form-newsletter .btn-group .close-modal {
  text-decoration: unset;
  color: var(--black);
}
.form-newsletter .btn-group .close-modal:hover {
  color: var(--white);
}
a {
    text-decoration: none !important;
}

.contact-header{

padding:20px 20px;
text-align:center;
border-bottom:1px solid #eee;
}

.contact-container{
max-width:1200px;
margin:auto;
}

.contact-title{
font-size:36px;
font-weight:700;
margin-bottom:10px;
color:#222;
letter-spacing:1px;
}

.contact-breadcrumb{
display:flex;


gap:10px;
list-style:none;
padding:0;
margin:0;
}

.contact-breadcrumb li{
font-size:15px;
}

.contact-breadcrumb a{
text-decoration:none;
color:#666;
transition:0.3s;
}

.contact-breadcrumb a:hover{
color:#f25b61;
}

.breadcrumb-separator{
color:#aaa;
}

.active-page{
color:#000;
font-weight:600;
}