/* 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: #00315A;
}
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-start;
  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: 400px) {
  .cd-mobile{
    height: 80vh !important;
  }
  .cd-mobile .cd-section-content{
    height: 80vh !important;
  }
  .collections_video_mobile{
    height: 80vh !important;
  }
  .collections_video_mobile video{
    height: 80vh !important;
  }
}

@media (min-width: 401px) and (max-width: 992px) {

  .cd-mobile{
    height: 68vh !important;
  }
  .cd-mobile .cd-section-content {
    height: 68vh !important;
  }
  .collections_video_mobile{
    height: 68vh !important;
  }
  .collections_video_mobile video{
    height: 68vh !important;
  }

}

@media (max-width: 992px) {
  .fht-navbar .logo .img-logo {
    width: 80% !important;
  }
  .fht-page-head img{
    width: 50%;
  }
  .fht-navbar .links{
    height: 165px !important;
  }
  .cd-mobile .cd-texts{
    text-align: center;
  }
  .cd-mobile img{
    width: 50%;
  }
}


.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: 27px;
  font-weight: 600;
  transition: 0.2s;
  line-height: 25px;
}
.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: 0px 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: 120px;
}
.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: 150px;
  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: 0px;
}
@media (max-width: 992px) {
  .fht-navbar.fht-navbar-page .links {
    margin-top: 0;
    min-height: 88vh;
  }
}
@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: #00315A;
  }
  .fht-breadcrumb{
    padding-top: 20px;
  }
}


/* Products */
.fht-products-texts {
  padding: 80px 0 20px 0;
}
.fht-products-texts .texts {
  border-top: 2px solid #00315A;
  border-bottom: 2px solid #00315A;
  /*margin-top: 60px;*/
  background-image: url("../img/border.png");
  background-position: 0 -1px;
}
.fht-products-texts .texts.mini {
  background-size: 45px 45px;
  border-bottom: 0;
}
.fht-products-texts .texts.mini p {
  font-size: 24px;
  line-height: 45px;
  margin-top: -1px;
}
@media (max-width: 1400px) {
  .fht-products-texts .texts {
    background-image: url("../img/border-lg.png");
    border-bottom: 0;
  }
}
@media (max-width: 992px) {
  .fht-products-texts {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .fht-products-texts .texts {
    background-image: url("../img/border-xs.png");
    border-bottom: 0;
  }
  .fht-products-texts .mini {
    background-image: url("../img/border-lg.png");
    border-bottom: 0;
  }
  .fht-products-texts .texts.mini {
    background-size: 25px 25px;
    border-bottom: 0;
    border-top: 1.5px solid #00315aa1 !important;
  }
  .fht-products-texts .texts.mini p {
    font-size: 14px;
    line-height: 25px;
  }
}
.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: 35px;
    font-weight: 400;
    margin-top: -1px;
  }
  .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: #00315A;
  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: #00315A;
  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;
  padding: 100px 0 220px 0;
}
.fht-products-banners.alt-text {
  padding: 0 0 60px 0;
}
.fht-products-banners .text {
  font-size: 4vw;
  text-transform: uppercase;
  line-height: 4.5vw;
  max-width: 40vw;
  margin-bottom: 0 !important;
  color: #DCCAAC !important;
  z-index: 3;
  position: relative;
  padding-top: 5vw;
  margin-top: -22vw !important;
  margin-left: 58vw;
}
.fht-products-banners .text.three-line {
  margin-top: -18vw !important;
}
.fht-products-banners .text span {
  display: block;
}
.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 .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%;
    max-width: 100%;
  }
}
.fht-products-banners .images .img-vertical {
  max-width: 49vw;
}
@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: -39vw;
  margin-right: auto;
}
@media (max-width: 768px) {
  .fht-products-banners .images .img-vertical.left {
    margin-right: inherit;
    margin-left: auto;
    width: 78vw !important;
    margin-top: -15vw;
  }
  .mt-21{
    margin-top: -21vw !important;
  }
  .mb0{
    margin-bottom: 0px !important;
  }
  .mb10{
    margin-bottom: 10px !important;
  }
  .mb35{
    margin-bottom: 35px !important;
  }

  .fht-products-banners .images .img-horizontal.left-mobile {
    margin-right: inherit;
    margin-left: auto !important;
  }
  .fht-products-banners .images .img-vertical.right-mobile {
    margin-right: auto;
    margin-left: inherit;
  }
}
.fht-products-banners .images .img-horizontal {
  max-width: 73vw;
}
@media (max-width: 768px) {
  .fht-products-banners .images .img-horizontal {
    width: 100%;
    max-width: 100% !important;
  }
}
.fht-products-banners .images .img-horizontal.right {
  margin-top: -36vw;
  margin-left: auto;
}
@media (max-width: 768px) {
  .fht-products-banners .images .img-horizontal.right {
    margin-top: 0;
    margin-left: inherit;
    width: 80vw;
  }
  .fht-products-banners .images .img-horizontal.right.reverse {
    margin-right: inherit !important;
    margin-left: auto;
  }
  .fht-products-banners .images .img-vertical.left.reverse {
    margin-right: auto !important;
    margin-left: inherit !important;
    margin-top: 0 !important;
  }
  .fht-products-banners.text-bottom .text{
    margin: 0 !important;
    padding: 40px 20px 20px 20px !important;
    font-size: calc(3vw + 14px);
    line-height: calc(3vw + 18px);
    max-width: 100%;
  }
  .fht-products-banners.text-bottom .text span {
    display: inline-block;
  }

  .fht-products-banners .images.reverse {
    display: flex;
    flex-direction: column;
  }
  .fht-products-banners .images.reverse>div:first-child {
    order: 2;
    margin-top: -20vw;
    z-index: 3;
  }
}
.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: 40px 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: 80%;
  }
}


.fht-products-banners .images .img-horizontal.right.reverse-desktop {
  margin-right: auto !important;
  margin-left: inherit;
}
.fht-products-banners .images .img-vertical.left.reverse-desktop {
  margin-right: inherit !important;
  margin-left: auto !important;
}
.fht-products-banners .text.left {
  margin-left: 10vw;
}

/* 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 35px 0;
  }
}
.fht-product-info .infos .content {
  width: 500px;
}
@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: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
  line-height: 38px;
}
@media (max-width: 992px) {
  .fht-product-info .infos .content .title {
    font-size: 22px;
  }
}
.fht-product-info .infos .content .info-list li {
  padding: 7px 0;
  font-size: 20px;
  font-weight: 400;
  border-top: 1px solid #00315A;
  text-transform: uppercase;
}
.fht-product-info .infos .content .info-list li:last-child {
  border-bottom: 1px solid #00315A;
}
@media (max-width: 992px) {
  .fht-product-info .infos .content .info-list li {
    font-size: 14px;
  }
}
.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: #00315A000;
}

/* Footer */
.fht-footer {
  background-color: #00315A;
  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: 12px;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 992px) {
  .fht-footer p, .fht-footer a {
    font-size: 9px !important;
    line-height: 12px;
  }
}
.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: #00315a82;
  font-size: 12px;
  text-transform: uppercase;
}
.fht-breadcrumb li a.active {
  pointer-events: none;
  color: #00315A;
}
.fht-breadcrumb li::after {
  content: "|";
  display: inline-block;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 4px;
}
.fht-breadcrumb li:last-child::after {
  display: none;
}
.fht-breadcrumb li:nth-last-child(-n + 2)::after {
  color: #00315A;
}



.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;*/
  }

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

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

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


}

.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: 190px !important;
}

.fht-footer .desktop .col-md-3,.col-md-2{
  display: flex !important;
  flex-direction: column !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;
}

.cd-texts img{
  margin-bottom: 2em;
}

#navbar_top_links img{
  max-height: 22px;
}

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

.fht-category img{
  margin-bottom: 1em;
}

.fht-category .content img{
  margin-bottom: 1em;
  max-height: 45px;
}

@media screen and (min-width: 1500px) {
  .related-products{
    margin-top: 5em;
  }
}

@media screen and (max-width: 768px){

  .cd-texts img{
    margin-bottom: 0.5em;
  }


  .fht-category .content img{
    max-height: 30px !important;
    margin-bottom: 0.5em;
  }

  .mobile_verso_img_1{
    width: 75% !important;
  }

}


@media screen and (max-width:768px){
  .regenagri_desktop{
    display: none;
  }
  .regenagri_mobile{
    position: absolute;
    z-index: 2;
    margin-left: 20px;
    margin-top: -40px;
    max-width: 100px;
  }
  .regenagri_loomers{
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    max-width: 35px;
  }
}

@media screen and (min-width: 769px){
  .regenagri_desktop{
    position: absolute;
    z-index: 2;
    bottom: 20px;
    margin-left: 20px;
  }
  .regenagri_mobile{
    display: none;
  }
  .regenagri_loomers{
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
  }
  .news_main_title .center{
    max-width: 1195px !important;
    padding: 0 !important;
  }
}


.fht-footer .img-logo{
  max-width: 65% !important;
}

@media screen and (min-width: 769px) {
  .fht-footer-alt .row {
    /*align-items: center !important;*/
  }
}

.footer-social{
  display: flex;
  padding: 5px 0;
}

.footer-social li{
  padding-right: 10px;
}

.fht-categories .row{
  --bs-gutter-x: 0 !important;
}

b,
strong {
  font-weight: 600 !important;
}



@media screen and (max-width:768px){
  .thermolite_desktop{
    display: none;
  }
  .thermolite_mobile{
    position: absolute;
    z-index: 2;
    margin-left: 20px;
    margin-top: -40px;
    max-width: 100px;
  }
  .thermolite_good_ole{
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    max-width: 40px;
  }

  .fht-navbar .links li a {
    font-size: 30px;
    line-height: 25px;
  }

  .swiper-product-images .swiper-slide img{
    height: 600px !important;
  }
}

@media screen and (min-width: 769px){
  .thermolite_desktop{
    position: absolute;
    z-index: 2;
    bottom: 20px;
    margin-left: 20px;
    max-width: 170px;
  }
  .thermolite_mobile{
    display: none;
  }
  .thermolite_good_ole{
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    max-width: 80px;
  }
}


.fht-footer-alt .footer_corporate{
  display: grid;
  justify-content: center;
}

.fht-footer-alt .desktop .logo{
  margin-top: 9px;
}


@media (max-width: 992px) {
  .fht-breadcrumb {
    display: none;
  }
  .fht-products-banners {
    padding: 40px 0;
  }
  .fht-products-banners .texts {
    margin-top: 40px;
  }
}


@media (max-width: 768px) {
  .fht-products-banners {
    padding: 20px 0;
  }
  html .container-fluid, body .container-fluid {
    padding: 0 14px;
  }

  .mobile-mt-0 {margin-top: 0 !important}
  .mobile-mt-20 {margin-top: 20px !important}
  .mobile-mb-0 {margin-bottom: 0 !important}

  .mobile-py-60 {padding: 60px 0 !important}
  .mobile-py-40 {padding: 40px 0 !important}
  .mobile-py-20 {padding: 20px 0 !important}

  .mobile-pt-0 {padding-top: 0 !important}
  .mobile-pb-0 {padding-bottom: 0 !important}

  .mobile-py-0 {padding-top: 0 !important;padding-bottom: 0 !important}
}


.fw-600{
  font-weight: 600 !important;
}

.form-check-input:checked{
  background-color: #00315A;
  border-color: #00315A;
}

.form-check-input:focus{
  border-color: #00315A;
}

.fht-products-texts .texts.mini {
  border-top: 2px solid #00315a69;
}

.cookie{
    font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .fht-footer p, .fht-footer a{
    font-size: 11px;
  }
}

.credits{
  margin-top: 2rem;
  margin-bottom: -2rem;
}