/* Fashion Template by Oritorius */
@import "../fonts/inter/stylesheet.css";
html, body {
  background-color: #fff !important;
  font-family: "Inter";
  min-height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  color: #000;
}
html img, body img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
html a, body a {
  text-decoration: none;
}
@media (min-width: 1400px) {
  html .container, body .container {
    max-width: 1200px;
  }
}
html .container-fluid, body .container-fluid {
  padding: 0 30px;
}

/* Navbar */
.fht-navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 24px 30px;
  transition: 0.2s;
}
@media (max-width: 992px) {
  .fht-navbar {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.fht-navbar .fht-navbar-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .fht-navbar .fht-navbar-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .fht-navbar .fht-navbar-top .left {
    display: flex;
    flex-direction: row-reverse;
  }
}
.fht-navbar #open, .fht-navbar #close {
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
  width: 23px;
  height: 23px;
  min-width: 23px;
  position: absolute;
  top: 24px;
  left: 30px;
  z-index: 2;
}
@media (max-width: 992px) {
  .fht-navbar #open, .fht-navbar #close {
    position: static;
    opacity: 1 !important;
    pointer-events: inherit;
    margin-left: 30px;
  }
}
.fht-navbar #open img, .fht-navbar #close img {
  width: 23px;
  height: 23px;
}
.fht-navbar .logo {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .fht-navbar .logo {
    margin-bottom: 0;
  }
}
.fht-navbar .logo .img-logo {
  width: 100%;
  -webkit-transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .fht-navbar .logo .img-logo {
    width: 100% !important;
  }
}
.fht-navbar .links {
  width: calc(100% - 200px);
  margin-top: -33px;
  transition: height 0.3s;
  height: 108px;
}
@media (max-width: 992px) {
  .fht-navbar .links {
    margin-top: 0;
    display: none;
    width: 100%;
  }
}
.fht-navbar .links li {
  display: block;
}
.fht-navbar .links li a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  transition: 0.2s;
}
.fht-navbar .links li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.fht-navbar .social-links {
  margin-left: auto;
  width: 140px;
  min-width: 140px;
  -webkit-transition: all 0.2s ease-in;
}
.fht-navbar .social-links li {
  display: inline-block;
}
@media (max-width: 992px) {
  .fht-navbar .social-links {
    margin-left: inherit;
    display: none;
    margin: 20px 0 10px 0 !important;
  }
}
.fht-navbar .social-links li {
  margin: 0 2px;
}
.fht-navbar .social-links li a {
  transition: 0.2s;
}
.fht-navbar .social-links li a:hover {
  opacity: 0.7;
}
.fht-navbar #close {
  display: none;
}
.fht-navbar.sticky {
  background-color: rgba(0, 0, 0, 0.5);
}
.fht-navbar.sticky .fht-navbar-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: inherit;
}
.fht-navbar.sticky .logo {
  padding-left: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .fht-navbar.sticky .logo {
    padding-left: 0 !important;
  }
}
.fht-navbar.sticky .logo .img-logo {
  width: 270px;
}
.fht-navbar.sticky #open {
  opacity: 1;
  pointer-events: inherit;
}
.fht-navbar.sticky #open:hover {
  opacity: 0.5;
}
.fht-navbar.sticky .links {
  height: 0;
  overflow: hidden;
  margin-top: 0;
}
.fht-navbar.sticky .social-links {
  margin-top: -33px;
}
.fht-navbar.sticky.hovered #open {
  display: none !important;
}
.fht-navbar.sticky.hovered #close {
  display: block !important;
  opacity: 1;
}
.fht-navbar.sticky.hovered .links {
  height: 108px;
  margin-top: 10px;
}
.fht-navbar.sticky.mobile .links {
  height: auto;
}
.fht-navbar.sticky.mobile .social-links {
  margin-top: 0;
}
.fht-navbar.fht-navbar-page {
  padding-bottom: 30px !important;
}
@media (max-width: 992px) {
  .fht-navbar.fht-navbar-page {
    padding-bottom: 20px !important;
  }
}
.fht-navbar.fht-navbar-page .fht-navbar-top {
  justify-content: flex-start;
  align-items: flex-start;
}
.fht-navbar.fht-navbar-page .img-logo {
  width: 270px;
}
.fht-navbar.fht-navbar-page .social-links {
  position: absolute;
  top: 24px;
  right: 30px;
  margin-top: 0;
}
@media (max-width: 992px) {
  .fht-navbar.fht-navbar-page .social-links {
    position: static;
  }
}
.fht-navbar.fht-navbar-page .links {
  margin-top: -16px;
}
@media (max-width: 992px) {
  .fht-navbar.fht-navbar-page .links {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .fht-navbar.fht-navbar-white:not(.sticky) img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .fht-navbar.fht-navbar-white:not(.sticky) .links a {
    color: #000;
  }
  .fht-breadcrumb{
    padding-top: 20px;
  }
}


/* Products */
.fht-products-texts {
  padding: 80px 0 120px 0;
}
.fht-products-texts .texts {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  /*margin-top: 60px;*/
  background-image: url("../img/border.png");
  background-position: 0 -1px;
}
@media (max-width: 1400px) {
  .fht-products-texts .texts {
    background-image: url("../img/border-lg.png");
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .fht-products-texts .texts {
    background-image: url("../img/border-sm.png");
    border-bottom: 0;
  }
}
.fht-products-texts .texts p {
  font-size: 40px;
  line-height: 59px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .fht-products-texts .texts p {
    line-height: 50px;
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .fht-products-texts .texts p {
    font-size: 18px;
    line-height: 40px;
  }
  .fht-product {
    margin-bottom: 55px;
  }
}


.fht-product .img {
  padding-bottom: 150%;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .fht-product .img {
    margin-bottom: 10px;
  }
}
.fht-product .img .img-product {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fht-product .content {
  text-align: center;
}
.fht-product .content .name-product {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .fht-product .content .name-product {
    font-size: 12px;
  }
}
.fht-product .content .name-product::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  margin-top: 2px;
  background-color: #000;
  transition: 0.2s;
}
.fht-product:hover .content .name-product::after {
  width: 100%;
}

.col-product {
  padding: 0 2px !important;
}

dl, ol, ul {
  margin-bottom: 0 !important;
}



/* Products Banners */
.fht-products-banners {
  position: relative;
}
.fht-products-banners .text {
  font-size: 3.5vw;
  text-transform: uppercase;
  line-height: 4vw;
  max-width: 40vw;
  margin: auto;
}
@media (max-width: 768px) {

  .fht-products-banners .text {
    font-size: 7vw;
    line-height: 9vw;
    max-width: 100%;
    padding: 5px;
    margin-bottom: 0 !important;
  }
  .fht-navbar.fht-navbar-bg-black:not(.sticky) {
    /*background-color: #000;*/
  }
}
.fht-products-banners .text.rotate-vertical {
  transform: rotateZ(-90deg);
  max-width: 32vw;
}
@media (max-width: 768px) {
  .fht-products-banners .text.rotate-vertical {
    max-width: 55vw;
  }
}
.fht-products-banners.text-bottom .images div:first-child {
  margin-top: 0;
}
.fht-products-banners.text-bottom .text {
  margin-top: -20vw;
  position: relative;
  z-index: 3;
}
.fht-products-banners .images .img {
  display: block;
  position: relative;
  /*z-index: 2;*/
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .fht-products-banners .images .img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.fht-products-banners .images .img-vertical {
  max-width: 50vw;
}
@media (max-width: 768px) {
  .fht-products-banners .images .img-vertical {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.fht-products-banners .images .img-vertical.right {
  margin-top: -18vw;
  margin-left: auto;
}
@media (max-width: 768px) {
  .fht-products-banners .images .img-vertical.right {
    margin-top: 0;
  }
}
.fht-products-banners .images .img-vertical.left {
  margin-top: -18vw;
  margin-right: auto;
}
@media (max-width: 768px) {
  .fht-products-banners .images .img-vertical.left {
    margin-top: 0;
  }
}
.fht-products-banners .images .img-horizontal {
  max-width: 70vw;
}
@media (max-width: 768px) {
  .fht-products-banners .images .img-horizontal {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.fht-products-banners .images .img-horizontal.right {
  margin-top: -20vw;
  margin-left: auto;
}
@media (max-width: 768px) {
  .fht-products-banners .images .img-horizontal.right {
    margin-top: 0;
  }
  .fht-products-banners.text-bottom .text{
    margin-bottom: 20vw;
  }
}
.fht-products-banners .images .img-horizontal.left {
  margin-top: -20vw;
  margin-right: auto;
}
@media (max-width: 768px) {
  .fht-products-banners .images .img-horizontal.left {
    margin-top: 0;
  }
}
.fht-products-banners .texts {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .fht-products-banners .texts {
    margin: 60px 0;
  }
}
@media (max-width: 992px) {
  .fht-products-banners .texts p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .fht-products-banners .texts p {
    font-size: 12px;
    max-width: 240px;
  }
}
@media (max-width: 768px) {
  .fht-products-banners .texts .col-md-6:last-child p {
    margin-left: auto;
  }
}

/* Category */
.fht-category {
  position: relative;
}
.fht-category .img {
  padding-bottom: 56.25%;
  position: relative;
}
.fht-category .img .img-category {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fht-category .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}
.fht-category .content .title {
  font-size: 55px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .fht-category .content .title {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  .fht-category .content .title {
    font-size: 38px;
  }
}
.fht-category .content .link {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
.fht-category .content .link::after {
  content: "";
  display: block;
  margin-top: 2px;
  height: 2px;
  width: 60px;
  background-color: #fff;
  transition: 0.2s;
}
.fht-category .content .link:hover::after {
  width: 100%;
}

/* Product Info */
.fht-product-info {
  height: 100vh;
}
@media (max-height: 800px) {
  .fht-product-info {
    height: 900px;
  }
  .fht-product-info .h-100vh {
    height: 900px;
  }
}
@media (max-width: 992px) {
  .fht-product-info {
    height: auto !important;
  }
  .fht-product-info .h-100vh {
    height: auto !important;
  }
}
.fht-product-info .infos {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .fht-product-info .infos {
    padding: 80px 0 20px 0;
  }
}
.fht-product-info .infos .content {
  width: 600px;
}
@media (max-width: 1400px) {
  .fht-product-info .infos .content {
    width: 100%;
    padding: 0 30px;
  }
}
.fht-product-info .infos .content .title {
  font-size: 32px;
  font-weight: bolder;
  margin-bottom: 18px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .fht-product-info .infos .content .title {
    font-size: 26px;
  }
}
.fht-product-info .infos .content .info-list li {
  padding: 7px 0;
  font-size: 24px;
  font-weight: 400;
  border-top: 1px solid #000;
  text-transform: uppercase;
}
.fht-product-info .infos .content .info-list li:last-child {
  border-bottom: 1px solid #000;
}
@media (max-width: 992px) {
  .fht-product-info .infos .content .info-list li {
    font-size: 18px;
  }
}
.fht-product-info .slider-area {
  position: relative;
}
.fht-product-info .slider-area .count {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: inherit;
  top: inherit;
  z-index: 4;
  width: auto;
}
.fht-product-info .slider-area .count span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 6px;
}


.swiper-product-images .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.title-related {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 40px 0;
}

.fht-categories{
  background-color: #000000;
}

/* Footer */
.fht-footer {
  background-color: #000;
  color: #fff;
  height: 327px;
}
@media (max-width: 992px) {
  .fht-footer {
    height: auto;
    padding: 50px 0;
  }
}
.fht-footer .fht-footer-alt {
  height: 327px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .fht-footer .fht-footer-alt {
    height: auto;
  }
}
.fht-footer p, .fht-footer a {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .fht-footer p, .fht-footer a {
    font-size: 10px;
    line-height: 14px;
  }
}
.fht-footer .col-md-3, .fht-footer .col-md-2 {
  margin: 10px 0;
}
.fht-footer .mobile {
  display: none;
}
@media (max-width: 992px) {
  .fht-footer .mobile {
    display: block;
  }
}
.fht-footer .desktop {
  display: block;
}
@media (max-width: 992px) {
  .fht-footer .desktop {
    display: none;
  }
  .fht-page-head {
    height: auto !important;
  }
}

/* General */
.fht-page-head {
  height: 100vh;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fht-page-head .content {
  color: #fff;
}
.fht-page-head .content .title {
  margin-bottom: 0;
  font-size: 130px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .fht-page-head .content .title {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .fht-page-head .content .title {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .fht-page-head .content .title {
    font-size: 40px;
  }
}

.fht-breadcrumb {
  padding-left: 0;
}
.fht-breadcrumb li {
  display: inline-block;
}
.fht-breadcrumb li {
  list-style: none;
}
.fht-breadcrumb li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-transform: uppercase;
}
.fht-breadcrumb li a.active {
  pointer-events: none;
  color: #000;
}
.fht-breadcrumb li::after {
  content: "|";
  display: inline-block;
  font-size: 12px;
  color: #000;
  margin-left: 4px;
}
.fht-breadcrumb li:last-child::after {
  display: none;
}

.h-100vh {
  height: 100vh;
}

.btn {
  padding: 5px 30px;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

@media (min-width: 992px) {
  .mobile {
    display: none;
  }
  .swiper-product-images {
    height: 100vh;
  }
  .mobile-inherit{
   /* position: inherit !important;*/
  }
  .fht-products-banners {
    padding: 80px 0 60px 0;
  }

  .mt-150{
    margin-top: 150px !important;
  }

  .fht-product {
    margin-bottom: 75px;
  }


}

.fht-product .content .name-product{
  padding-top: 15px;
}

/*# sourceMappingURL=style.css.map */


.fs-14{
  font-size: 14px !important;
}

.mt4{
  margin-top: 4px !important;
}

.fht-footer .mobile .img-logo{
  max-width: 145px !important;
}

.fht-footer .desktop .col-md-3,.col-md-2{
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.active{
  color: #1B51A4 !important;
}

.fht-page-head .title {
  position: absolute;
}

.panWrapper {
  background-color: rgb(0 0 0 / 50%) !important;
}

.panWrapper img{
  min-width: 500px !important;
  max-height: unset !important;
}

.panWrapper a.controls{
  /*width: 45px !important;
  height: 45px !important;*/
}

.row {
  --bs-gutter-x: 0.2rem !important;
}

.fht-categories .col-lg-6{
  padding-left: 0 !important;
  padding-right: 0 !important;
}