@charset "UTF-8";
/*
Theme Name: Latschbacher
Author: kommpass
Description: Custom Theme für Latschbacher GmbH
Version: 1.0.5
Text Domain: Latschbacher
*/
/*
* Font - Open Sans
*/
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
/* Page */
/*
    Transition 1s
*/
/*
    Background property
*/
/*
    Image property
*/
/*
    Link's
*/
/*
    Page Wrap
*/
/*
    Title Style
*/
/*
    Text Style
*/
/*
    Border radius All
*/
/*
    Border radius TOP
*/
/*
    Border radius BOTTOM
*/
/*
    Border radius RIGHT
*/
/*
    Border radius LEFT
*/
/*
    Block shaddow
*/
/*
    UL prop - Navigation
*/
/*
    Newsletter Form
*/
/*
    Input
*/
/*
    Buttons
*/
/*
    Animations
*/
/*
    Icons
*/
/*
    Tabs
*/
/*
* Font - Open Sans
*/
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
/* Page */
/*
    Transition 1s
*/
/*
    Background property
*/
/*
    Image property
*/
/*
    Link's
*/
/*
    Page Wrap
*/
/*
    Title Style
*/
/*
    Text Style
*/
/*
    Border radius All
*/
/*
    Border radius TOP
*/
/*
    Border radius BOTTOM
*/
/*
    Border radius RIGHT
*/
/*
    Border radius LEFT
*/
/*
    Block shaddow
*/
/*
    UL prop - Navigation
*/
/*
    Newsletter Form
*/
/*
    Input
*/
/*
    Buttons
*/
/*
    Animations
*/
/*
    Icons
*/
/*
    Tabs
*/
/*
* Header
*/
header {
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  width: 100%;
  height: 110px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #E86825;
}

header .header-wrap {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

header .header-wrap .h-rsp-ham {
  display: none;
  width: 40px;
  height: 40px;
  background-image: url("../../images/ico_nav.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
}

header .header-wrap .h-rsp-ham.open {
  background-image: url("../../images/ico_close.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

header .h-shop-wrap {
  position: absolute;
  top: 20px;
  right: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

header .h-shop-wrap [class$=_profile] a {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../../images/ico_profile.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px auto;
}

header .h-shop-wrap [class$=_profile] a span {
  display: none;
}

header .h-shop-wrap [class$=_cart] div {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../../images/ico_cart.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  cursor: pointer;
}

header .h-shop-wrap [class$=_cart] div span {
  display: none;
}

header .h-shop-wrap [class$=_cart] div .cart-count {
  position: absolute;
  z-index: 20;
  top: -5px;
  right: -10px;
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  background-color: #565656;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

@media (max-width: 1600px) {
  header .header-wrap .h-logo a img {
    width: 100%;
    height: auto;
  }
  header .h-shop-wrap {
    top: 10px;
    right: 25px;
  }
}
@media (max-width: 1200px) {
  header {
    height: 75px;
  }
  header .header-wrap .h-logo a img {
    height: 35px;
    width: auto;
  }
  header .header-wrap .h-nav {
    display: none;
  }
  header .header-wrap .h-rsp-ham {
    display: block;
  }
  header .h-shop-wrap {
    display: none;
  }
}
.h-rsp-popup-wrap {
  position: fixed;
  z-index: 998;
  display: none;
  height: 100svh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.44);
}

.h-rsp-popup-wrap .h-rsp-popup {
  display: flex;
  width: 80%;
  height: 100svh;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 auto;
  padding: 3svh 0 30px;
  overflow-y: auto;
  background-color: #ffffff;
}

.h-rsp-popup-wrap .h-rsp-popup .h-nav {
  width: 100%;
  padding: 0 30px;
}

.h-rsp-popup-wrap .h-rsp-popup .h-shop-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  padding: 0 30px;
  margin: 75px 0 0;
}

.h-rsp-popup-wrap .h-rsp-popup .h-shop-wrap [class$=_profile] a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  color: #E86825;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

.h-rsp-popup-wrap .h-rsp-popup .h-shop-wrap [class$=_profile] a:hover {
  color: #E86825;
  text-decoration: none;
}

.h-rsp-popup-wrap .h-rsp-popup .h-shop-wrap [class$=_profile] a::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../../images/ico_profile_clr.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px auto;
}

.h-rsp-popup-wrap .h-rsp-popup .h-shop-wrap [class$=_cart] div {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  color: #E86825;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

.h-rsp-popup-wrap .h-rsp-popup .h-shop-wrap [class$=_cart] div:hover {
  color: #E86825;
  text-decoration: none;
}

.h-rsp-popup-wrap .h-rsp-popup .h-shop-wrap [class$=_cart] div::before {
  position: relative;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../../images/ico_cart_clr.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px auto;
}

.h-rsp-popup-wrap .h-rsp-popup .h-shop-wrap [class$=_cart] div .cart-count {
  position: absolute;
  z-index: 20;
  top: -5px;
  left: 12px;
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  background-color: #565656;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/*
    Main Navigation
*/
.h-nav {
  display: block;
  width: fit-content;
}

.h-nav ul.main-main {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  list-style: none;
}

.h-nav ul.main-main li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.h-nav ul.main-main li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.h-nav ul.main-main li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
}

.h-nav ul.main-main li.menu-item-has-children::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../../images/ico_nav_down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

.h-nav ul.main-main li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  list-style: none;
  margin: 25px 0 0;
  padding: 40px 0 0;
}

.h-nav ul.main-main li.menu-item-has-children ul.sub-menu li {
  padding: 5px 20px;
  white-space: nowrap;
  background-color: #E86825;
}

.h-nav ul.main-main li.menu-item-has-children ul.sub-menu li:last-child {
  padding-bottom: 20px;
}

.h-nav ul.main-main li.menu-item-has-children ul.sub-menu li:first-child {
  padding-top: 20px;
}

.h-nav ul.main-main li.menu-item-has-children ul.sub-menu li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
}

.h-nav ul.main-main li.menu-item-has-children ul.sub-menu li a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1600px) {
  .h-nav ul.main-main {
    gap: 15px;
  }
  .h-nav ul.main-main li a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .h-nav ul.main-main {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0px;
  }
  .h-nav ul.main-main li {
    padding-bottom: 15px;
  }
  .h-nav ul.main-main li a {
    display: block;
    width: calc(100% - 30px);
    color: #E86825;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
  }
  .h-nav ul.main-main li a:hover {
    color: #E86825;
    text-decoration: none;
  }
  .h-nav ul.main-main li.menu-item-has-children {
    position: relative;
    display: block;
    width: 100%;
  }
  .h-nav ul.main-main li.menu-item-has-children .submenu-toggle {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../../images/ico_nav_down_clr.svg");
    background-color: #ffffff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    border: 0;
    border-collapse: collapse;
  }
  .h-nav ul.main-main li.menu-item-has-children .submenu-toggle[aria-expanded=true] {
    background-image: url("../../images/ico_nav_up_clr.svg");
    background-color: #ffffff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .h-nav ul.main-main li.menu-item-has-children::after {
    display: none;
  }
  .h-nav ul.main-main li.menu-item-has-children ul.sub-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-20px);
    transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
    gap: 10px;
    list-style: none;
    margin: 15px 0 0;
    padding: 0 0 0 15px;
    background-color: #ffffff;
  }
  .h-nav ul.main-main li.menu-item-has-children ul.sub-menu.active {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.3s ease, visibility 0s;
  }
  .h-nav ul.main-main li.menu-item-has-children ul.sub-menu li {
    display: block;
    width: 100%;
    white-space: wrap;
    padding: 0;
    background-color: #ffffff;
  }
  .h-nav ul.main-main li.menu-item-has-children ul.sub-menu li a {
    color: #E86825;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  .h-nav ul.main-main li.menu-item-has-children ul.sub-menu li a:hover {
    color: #E86825;
  }
  .h-nav ul.main-main li.menu-item-has-children ul.sub-menu li:first-child {
    padding-top: 0;
  }
  .h-nav ul.main-main li.menu-item-has-children ul.sub-menu li:last-child {
    padding-bottom: 0;
  }
}
/*
* Footer
*/
footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #E86825;
}

footer.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

footer.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

footer .footer-wrap {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
  padding: 70px 25px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

footer .footer-wrap .f-logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

footer .footer-wrap .f-contact-wrap {
  display: flex;
  width: 100%;
  padding: 60px 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}

footer .footer-wrap .f-contact-wrap a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

footer .footer-wrap .f-contact-wrap a:hover {
  color: #ffffff;
  text-decoration: underline;
}

footer .footer-wrap .f-contact-wrap .f-address,
footer .footer-wrap .f-contact-wrap .f-contact-details,
footer .footer-wrap .f-contact-wrap .f-working-hours {
  width: 33.3333%;
}

footer .footer-wrap .f-sn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

footer .f-nav-wrap {
  display: flex;
  width: 100%;
  height: 80px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

footer .f-nav-wrap .f-nav {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
}

footer .f-nav-wrap .f-nav .footer-menu {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  list-style: none;
}

footer .f-nav-wrap .f-nav .footer-menu li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .f-nav-wrap .f-nav .footer-menu li a {
  color: #E86825;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

footer .f-nav-wrap .f-nav .footer-menu li a:hover {
  color: #E86825;
  text-decoration: underline;
}

footer .f-nav-wrap .f-nav .footer-menu li:not(:last-of-type)::after {
  content: "I";
  display: block;
  padding-left: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #E86825;
  font-weight: 400;
}

@media (max-width: 991px) {
  footer .footer-wrap {
    padding: 40px 50px;
  }
  footer .footer-wrap .f-contact-wrap {
    padding: 15px 0 30px;
    gap: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 25px;
  }
  footer .footer-wrap .f-contact-wrap a {
    font-size: 15px;
    line-height: 25px;
  }
  footer .footer-wrap .f-contact-wrap .f-address,
  footer .footer-wrap .f-contact-wrap .f-contact-details,
  footer .footer-wrap .f-contact-wrap .f-working-hours {
    width: 100%;
  }
  footer .footer-wrap .f-sn a img {
    height: 30px;
    width: auto;
  }
  footer .f-nav-wrap {
    height: auto;
    padding: 25px 25px 50px;
  }
  footer .f-nav-wrap .f-nav .footer-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  footer .f-nav-wrap .f-nav .footer-menu li a {
    font-size: 15px;
  }
  footer .f-nav-wrap .f-nav .footer-menu li:not(:last-of-type)::after {
    display: none;
  }
}
/*
* Font - Open Sans
*/
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
/* Page */
/*
    Transition 1s
*/
/*
    Background property
*/
/*
    Image property
*/
/*
    Link's
*/
/*
    Page Wrap
*/
/*
    Title Style
*/
/*
    Text Style
*/
/*
    Border radius All
*/
/*
    Border radius TOP
*/
/*
    Border radius BOTTOM
*/
/*
    Border radius RIGHT
*/
/*
    Border radius LEFT
*/
/*
    Block shaddow
*/
/*
    UL prop - Navigation
*/
/*
    Newsletter Form
*/
/*
    Input
*/
/*
    Buttons
*/
/*
    Animations
*/
/*
    Icons
*/
/*
    Tabs
*/
/*
* Heldenbereich
*/
.hero-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: calc(90svh - 110px);
  overflow: hidden;
}

.hero-wrap.full-height {
  height: calc(100svh - 110px);
}

.hero-wrap .hero-img {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
}

.hero-wrap .hero-img.on-scroll {
  transform: scale(1.1);
}

.hero-wrap .color-overlay {
  position: absolute;
  z-index: 20;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 104, 37, 0.6);
}

.hero-wrap .trees {
  position: absolute;
  z-index: 40;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 80svh;
  background-image: url("../../images/trees.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-wrap .trees.full-height {
  background-position: bottom center;
}

@media (min-width: 768px) {
  .hero-wrap .trees {
    background-position: bottom -28svh center;
  }
  .hero-wrap .trees.full-height {
    background-position: bottom -10svh center;
  }
}
@media (min-width: 1200px) {
  .hero-wrap .trees.full-height {
    background-position: bottom -10svh center;
  }
}
@media (min-width: 1480px) {
  .hero-wrap .trees {
    background-position: bottom -35svh center;
  }
}
@media (min-width: 1600px) {
  .hero-wrap .trees {
    background-position: bottom -20svh center;
  }
  .hero-wrap .trees.full-height {
    background-position: bottom -20svh center;
  }
}
@media (min-width: 1680px) {
  .hero-wrap .trees {
    background-position: bottom -25svh center;
  }
}
.hero-wrap .hero-content {
  position: relative;
  z-index: 50;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
}

.hero-wrap .hero-content .content-wrap {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
  margin-top: 15svh;
}

.hero-wrap .hero-content .content-wrap h1 {
  display: block;
  font-size: 65px;
  line-height: 88px;
  color: #ffffff;
  font-weight: 700;
}

.hero-wrap .hero-content .content-wrap.full-height {
  margin-top: 20svh;
}

.hero-wrap .hero-content .content-wrap.full-height h1 {
  font-size: 80px;
  line-height: 110px;
}

@media (max-width: 1200px) {
  .hero-wrap {
    height: 400px;
  }
  .hero-wrap.full-height {
    height: 400px;
  }
  .hero-wrap .hero-content .content-wrap {
    margin-top: 10svh;
  }
  .hero-wrap .hero-content .content-wrap h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-wrap .hero-content .content-wrap.full-height {
    margin-top: 10svh;
  }
  .hero-wrap .hero-content .content-wrap.full-height h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
/*
* Title, Text and Download
*/
.title-text-block-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title-text-block-wrap.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.title-text-block-wrap.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.title-text-block-wrap .title-text-block {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 50px 25px 100px;
}

.title-text-block-wrap .title-text-block .title {
  position: relative;
  display: flex;
  max-width: 1024px;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.title-text-block-wrap .title-text-block .title h1,
.title-text-block-wrap .title-text-block .title h2 {
  flex: 1;
  display: block;
  font-size: 40px;
  line-height: 55px;
  color: #E86825;
  font-weight: 700;
  margin: 0 0 50px;
  padding: 0;
}

.title-text-block-wrap .title-text-block .title::before {
  position: absolute;
  left: -60px;
  top: 10px;
  content: "";
  display: block;
  height: 90px;
  width: 40px;
  background-image: url("../../images/ico_arrow_up_orange.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 90px;
}

.title-text-block-wrap .title-text-block .content {
  display: block;
  max-width: 768px;
  width: 100%;
}

.title-text-block-wrap .title-text-block .content .text {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
}

.title-text-block-wrap .title-text-block .download-wrap {
  display: block;
  width: 100%;
  padding: 40px 0 0;
}

.title-text-block-wrap .title-text-block .download-wrap h3 {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
}

.title-text-block-wrap .title-text-block .download-wrap .dwn-lnk {
  position: relative;
  display: flex;
  margin: 0 0 10px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  font-size: 18px;
  line-height: 28px;
  color: #565656;
  font-weight: 300;
}

.title-text-block-wrap .title-text-block .download-wrap .dwn-lnk a {
  color: #E86825;
  text-decoration: none;
}

.title-text-block-wrap .title-text-block .download-wrap .dwn-lnk a:hover {
  color: #565656;
  text-decoration: none;
}

.title-text-block-wrap .title-text-block .download-wrap .dwn-lnk span {
  text-transform: uppercase;
}

.title-text-block-wrap .title-text-block .download-wrap .dwn-lnk::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../../images/ico_download.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (max-width: 991px) {
  .title-text-block-wrap .title-text-block .download-wrap {
    padding: 20px 0 0;
  }
  .title-text-block-wrap .title-text-block .download-wrap h3 {
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 10px;
  }
  .title-text-block-wrap .title-text-block .download-wrap .dwn-lnk {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding-left: 25px;
    font-size: 12px;
    line-height: 25px;
  }
  .title-text-block-wrap .title-text-block .download-wrap .dwn-lnk::before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 1500px) {
  .title-text-block-wrap .title-text-block .title::before {
    position: relative;
    left: 0;
    top: 0;
    content: "";
    display: block;
    height: 110px;
    width: 60px;
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .title-text-block-wrap .title-text-block {
    padding: 50px 50px 50px;
  }
  .title-text-block-wrap .title-text-block .title h2 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 20px;
  }
  .title-text-block-wrap .title-text-block .title::before {
    top: 5px;
    height: 28px;
    width: 30px;
    margin-right: 0;
    background-position: left top;
    background-size: contain;
  }
  .title-text-block-wrap .title-text-block .content .text {
    display: block;
    font-size: 15px;
    line-height: 25px;
  }
}
/*
* Content devider
*/
.content-devider-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-devider-wrap.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.content-devider-wrap.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.content-devider-wrap .content-devider {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
  height: 1px;
  margin: 10px 0;
}

.content-devider-wrap .content-devider hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #707070;
}

@media (max-width: 991px) {
  .content-devider-wrap {
    padding: 0 25px;
  }
}
/*
* News slider block
*/
.news-block-wrap {
  display: block;
  width: 100%;
  background-color: #595959;
}

.news-block-wrap.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.news-block-wrap.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.news-block-wrap .news-title-wrap {
  display: flex;
  width: 100%;
  height: 30px;
  padding: 80px 0 130px;
}

.news-block-wrap .news-title-wrap .title-line {
  display: block;
  height: 30px;
  background-color: #E86825;
}

.news-block-wrap .news-title-wrap h2 {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 991px) {
  .news-block-wrap .news-title-wrap {
    height: 20px;
    padding: 45px 0 60px;
  }
  .news-block-wrap .news-title-wrap .title-line {
    height: 20px;
  }
  .news-block-wrap .news-title-wrap h2 {
    height: 20px;
    font-size: 20px;
    line-height: 20px;
  }
}
.news-block-wrap .news-all-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news-block-wrap .news-all-wrap .news-all {
  display: block;
  max-width: 1675px;
  width: 100%;
  padding: 0 25px;
}

.news-block-wrap .news-all-wrap .news-all .slick-slide {
  margin: 0 20px;
}

.news-block-wrap .news-all-wrap .news-all .slick-list {
  margin: 0 -20px;
}

.news-block-wrap .news-all-wrap .news-all .slick-dots {
  display: block;
  margin: 0;
  padding: 50px 0;
  list-style: none;
  text-align: center;
}

.news-block-wrap .news-all-wrap .news-all .slick-dots li {
  display: inline-block;
}

.news-block-wrap .news-all-wrap .news-all .slick-dots li button {
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  background-color: rgba(232, 104, 37, 0.4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 0;
  border-collapse: collapse;
  border: none;
}

.news-block-wrap .news-all-wrap .news-all .slick-dots li button:hover {
  background-color: #E86825;
}

.news-block-wrap .news-all-wrap .news-all .slick-dots li.slick-active button {
  background-color: #E86825;
}

.news-block-wrap .news-all-wrap .news-all .news-one {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  text-decoration: none;
}

.news-block-wrap .news-all-wrap .news-all .news-one .image-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.news-block-wrap .news-all-wrap .news-all .news-one .image-wrap .image {
  display: block;
  width: 101%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
}

.news-block-wrap .news-all-wrap .news-all .news-one .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 25px 40px;
}

.news-block-wrap .news-all-wrap .news-all .news-one .content h3 {
  display: block;
  font-size: 25px;
  line-height: 35px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0;
  text-decoration: none;
}

.news-block-wrap .news-all-wrap .news-all .news-one .content .news-meta {
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  font-weight: 300;
  margin: auto 0 0;
  text-decoration: none;
}

.news-block-wrap .news-all-wrap .news-all .news-one:hover .image-wrap .image {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .news-block-wrap .news-all-wrap .news-all .news-one .content h3 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
  }
  .news-block-wrap .news-all-wrap .news-all .news-one .content .news-meta {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .news-block-wrap .news-all-wrap .news-all {
    padding: 0 50px;
  }
}
/*
* Box with image
*/
.block-with-image-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.block-with-image-wrap.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.block-with-image-wrap.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.block-with-image-wrap .block-with-image {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}

.block-with-image-wrap .block-with-image .image {
  display: block;
  width: 45%;
  aspect-ratio: 4/3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-with-image-wrap .block-with-image .image.img-left {
  order: 1;
}

.block-with-image-wrap .block-with-image .image.img-right {
  order: 2;
}

.block-with-image-wrap .block-with-image .content {
  display: block;
  width: 55%;
  padding: 20px 0;
}

.block-with-image-wrap .block-with-image .content.cnt-left {
  order: 1;
  padding-right: 60px;
  padding-left: 0;
}

.block-with-image-wrap .block-with-image .content.cnt-right {
  order: 2;
  padding-left: 60px;
  padding-right: 0;
}

.block-with-image-wrap .block-with-image .content h4 {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #E86825;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.block-with-image-wrap .block-with-image .content h3 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 30px;
  padding: 0;
}

.block-with-image-wrap .block-with-image .content .text {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 991px) {
  .block-with-image-wrap .block-with-image {
    flex-direction: column;
    padding: 40px 50px;
  }
  .block-with-image-wrap .block-with-image .image {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .block-with-image-wrap .block-with-image .image.img-left, .block-with-image-wrap .block-with-image .image.img-right {
    order: 1;
  }
  .block-with-image-wrap .block-with-image .content {
    width: 100%;
  }
  .block-with-image-wrap .block-with-image .content.cnt-left {
    order: 2;
    padding: 0;
  }
  .block-with-image-wrap .block-with-image .content.cnt-right {
    order: 2;
    padding: 0;
  }
  .block-with-image-wrap .block-with-image .content h4 {
    font-size: 15px;
    line-height: 25px;
  }
  .block-with-image-wrap .block-with-image .content h3 {
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 20px;
  }
  .block-with-image-wrap .block-with-image .content .text {
    font-size: 15px;
    line-height: 25px;
  }
}
/*
* Team block
*/
.team-block-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.team-block-wrap.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.team-block-wrap.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.team-block-wrap .team-block {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}

.team-block-wrap .team-block .content {
  display: block;
  width: 45%;
}

.team-block-wrap .team-block .content h4 {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #E86825;
  font-weight: 700;
}

.team-block-wrap .team-block .content h2 {
  display: block;
  font-size: 35px;
  line-height: 47px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 20px;
}

.team-block-wrap .team-block .content .text {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #595959;
  font-weight: 600;
}

@media (max-width: 991px) {
  .team-block-wrap .team-block .content {
    margin-bottom: 20px;
  }
  .team-block-wrap .team-block .content h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .team-block-wrap .team-block .content h2 {
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 35px;
  }
  .team-block-wrap .team-block .content .text {
    font-size: 15px;
    line-height: 25px;
  }
}
.team-block-wrap .team-block .team-members {
  display: flex;
  width: 55%;
  padding: 0 0 0 5%;
  flex-wrap: wrap;
  gap: 80px;
}

.team-block-wrap .team-block .team-members .member-one {
  position: relative;
  display: flex;
  width: calc(50% - 40px);
  flex-direction: column;
}

.team-block-wrap .team-block .team-members .member-one .orange-line {
  position: absolute;
  z-index: 20;
  display: none;
  width: 100%;
  height: 15px;
  background-color: #E86825;
}

.team-block-wrap .team-block .team-members .member-one .call-modal {
  margin-bottom: 25px;
}

.team-block-wrap .team-block .team-members .member-one .call-modal .image-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.team-block-wrap .team-block .team-members .member-one .call-modal .image-wrap .image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
}

.team-block-wrap .team-block .team-members .member-one .call-modal .name {
  font-size: 30px;
  line-height: 41px;
  color: #000000;
  font-weight: 700;
  margin: 15px 0 0;
}

.team-block-wrap .team-block .team-members .member-one .call-modal .position {
  font-size: 18px;
  line-height: 24px;
  color: #E86825;
  font-weight: 700;
}

.team-block-wrap .team-block .team-members .member-one .email a,
.team-block-wrap .team-block .team-members .member-one .phone a {
  color: #E86825;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

.team-block-wrap .team-block .team-members .member-one .email a:hover,
.team-block-wrap .team-block .team-members .member-one .phone a:hover {
  color: #E86825;
  text-decoration: underline;
}

.team-block-wrap .team-block .team-members .member-one:hover .orange-line {
  display: block;
}

.team-block-wrap .team-block .team-members .member-one:hover .image-wrap .image {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .team-block-wrap .team-block {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .team-block-wrap .team-block .content {
    width: 100%;
  }
  .team-block-wrap .team-block .team-members {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .team-block-wrap .team-block {
    padding: 60px 50px 20px;
  }
  .team-block-wrap .team-block .team-members {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 30px;
  }
  .team-block-wrap .team-block .team-members .member-one {
    width: 100%;
  }
  .team-block-wrap .team-block .team-members .member-one .call-modal {
    margin-bottom: 10px;
  }
  .team-block-wrap .team-block .team-members .member-one .call-modal .name {
    font-size: 25px;
    line-height: 34px;
  }
  .team-block-wrap .team-block .team-members .member-one .call-modal .position {
    font-size: 15px;
    line-height: 20px;
  }
  .team-block-wrap .team-block .team-members .member-one .email a,
  .team-block-wrap .team-block .team-members .member-one .phone a {
    font-size: 15px;
    line-height: 20px;
  }
}
/*
* Team block
*/
.form-block-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-block-wrap.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.form-block-wrap.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.form-block-wrap .form-block {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
}

.form-block-wrap .form-block h3 {
  display: block;
  font-size: 38px;
  line-height: 44px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 70px;
  padding: 0;
}

.form-block-wrap .form-block .form-wrap .field-wrap {
  display: flex;
  width: 100%;
  margin: 0 0 40px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}

.form-block-wrap .form-block .form-wrap .field-wrap .field-one-50 {
  display: flex;
  width: 50%;
}

.form-block-wrap .form-block .form-wrap .field-wrap .field-one-100 {
  display: flex;
  width: 100%;
}

.form-block-wrap .form-block .form-wrap .field-wrap .field-one-btn {
  display: block;
  width: 100%;
}

.form-block-wrap .form-block .form-wrap .field-wrap .field-one-btn p {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.form-block-wrap .form-block .form-wrap .field-wrap p {
  display: block;
  width: 100%;
  margin: 0;
}

.form-block-wrap .form-block .form-wrap .field-wrap br {
  display: none;
}

.form-block-wrap .form-block .form-wrap .field-wrap span {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  margin: 0 0 5px;
}

.form-block-wrap .form-block .form-wrap .field-wrap input:focus, .form-block-wrap .form-block .form-wrap .field-wrap textarea:focus, .form-block-wrap .form-block .form-wrap .field-wrap select:focus {
  outline: none;
  box-shadow: none;
}

.form-block-wrap .form-block .form-wrap .field-wrap input.wpcf7-text {
  display: block;
  height: 40px;
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #000000;
}

.form-block-wrap .form-block .form-wrap .field-wrap select.wpcf7-select {
  display: block;
  width: 230px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000000;
}

.form-block-wrap .form-block .form-wrap .field-wrap textarea.wpcf7-textarea {
  display: block;
  width: 100%;
  height: 300px;
  padding: 15px;
  border: 0;
  border: 1px solid #000000;
}

.form-block-wrap .form-block .form-wrap .field-wrap input.wpcf7-submit {
  display: block;
  width: 145px;
  padding: 5px 30px;
  background-color: #E86825;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  border: 0;
  border-collapse: collapse;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form-block-wrap .form-block .form-wrap .field-wrap input.wpcf7-submit:hover {
  background-color: #565656;
}

.form-block-wrap .form-block .form-wrap .field-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #E95252;
}

.form-block-wrap .form-block .form-wrap .field-wrap .wpcf7-spinner {
  width: 24px !important;
}

.form-block-wrap .form-block .form-wrap .wpcf7-response-output {
  margin: 0;
  text-align: center;
}

/*
* Content Layout
*/
.content-layout-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-layout-wrap .content-layout {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-layout-wrap .content-layout .content {
  display: block;
  width: 45%;
  width: 100%;
}

.content-layout-wrap .content-layout .content h4 {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #E86825;
  font-weight: 700;
}

.content-layout-wrap .content-layout .content h2 {
  display: block;
  font-size: 35px;
  line-height: 47px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 20px;
}

.content-layout-wrap .content-layout .content .text {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #595959;
  font-weight: 600;
}

@media (max-width: 991px) {
  .content-layout-wrap .content-layout .content {
    margin-bottom: 20px;
  }
  .content-layout-wrap .content-layout .content h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .content-layout-wrap .content-layout .content h2 {
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 35px;
  }
  .content-layout-wrap .content-layout .content .text {
    font-size: 15px;
    line-height: 25px;
  }
}
.content-layout-wrap .content-layout .content.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.content-layout-wrap .content-layout .content.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.content-layout-wrap .content-layout .list-of-items {
  display: flex;
  width: 100%;
  margin: 50px 0 0;
  flex-wrap: wrap;
  gap: 25px;
}

.content-layout-wrap .content-layout .list-of-items .list-one {
  display: block;
  width: calc(33.333% - 20px);
  padding: 0 0 0 35px;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.content-layout-wrap .content-layout .list-of-items .list-one.visible {
  opacity: 1;
  transform: translateY(0);
}

.content-layout-wrap .content-layout .list-of-items .list-one h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 10px;
}

.content-layout-wrap .content-layout .list-of-items .list-one h4::before {
  position: absolute;
  left: -35px;
  top: 6px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #E86825;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.content-layout-wrap .content-layout .list-of-items .list-one .item-text {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
}

.content-layout-wrap .content-layout .download-wrap {
  display: block;
  width: 100%;
  padding: 40px 0 0;
}

.content-layout-wrap .content-layout .download-wrap h3 {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
}

.content-layout-wrap .content-layout .download-wrap .dwn-lnk {
  position: relative;
  display: flex;
  margin: 0 0 10px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  font-size: 18px;
  line-height: 28px;
  color: #565656;
  font-weight: 300;
}

.content-layout-wrap .content-layout .download-wrap .dwn-lnk a {
  color: #E86825;
  text-decoration: none;
}

.content-layout-wrap .content-layout .download-wrap .dwn-lnk a:hover {
  color: #565656;
  text-decoration: none;
}

.content-layout-wrap .content-layout .download-wrap .dwn-lnk span {
  text-transform: uppercase;
}

.content-layout-wrap .content-layout .download-wrap .dwn-lnk::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../../images/ico_download.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (max-width: 991px) {
  .content-layout-wrap .content-layout .download-wrap {
    padding: 20px 0 0;
  }
  .content-layout-wrap .content-layout .download-wrap h3 {
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 10px;
  }
  .content-layout-wrap .content-layout .download-wrap .dwn-lnk {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding-left: 25px;
    font-size: 12px;
    line-height: 25px;
  }
  .content-layout-wrap .content-layout .download-wrap .dwn-lnk::before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 13px;
    height: 13px;
  }
}
.content-layout-wrap .content-layout .download-wrap.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.content-layout-wrap .content-layout .download-wrap.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .content-layout-wrap .content-layout {
    padding: 40px 50px;
  }
  .content-layout-wrap .content-layout .list-of-items {
    margin: 30px 0 0;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 20px;
  }
  .content-layout-wrap .content-layout .list-of-items .list-one {
    width: 100%;
    padding: 0 0 0 20px;
  }
  .content-layout-wrap .content-layout .list-of-items .list-one h4 {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
  }
  .content-layout-wrap .content-layout .list-of-items .list-one h4::before {
    position: absolute;
    left: -20px;
    top: 7px;
    content: "";
    width: 10px;
    height: 10px;
  }
  .content-layout-wrap .content-layout .list-of-items .list-one .item-text {
    font-size: 15px;
    line-height: 25px;
  }
}
/*
* CTA Block
*/
.cta-block-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #595959;
}

.cta-block-wrap.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.cta-block-wrap.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.cta-block-wrap .cta-block {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 130px 25px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.cta-block-wrap .cta-block.img-back {
  background-position: bottom -5px right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.cta-block-wrap .cta-block .text h2 {
  display: block;
  max-width: 680px;
  width: 100%;
  margin: 0 50px 0 0;
  font-size: 40px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 700;
}

.cta-block-wrap .cta-block .btn-clr-1 {
  display: block;
  width: fit-content;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  border: 1px solid #E86825;
  padding: 5px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #E86825;
}

.cta-block-wrap .cta-block .btn-clr-1:hover {
  color: #ffffff;
  text-decoration: none;
}

.cta-block-wrap .cta-block .btn-clr-1:hover {
  background-color: #595959;
}

@media (max-width: 1200px) {
  .cta-block-wrap .cta-block {
    display: flex;
    max-width: 1350px;
    width: 100%;
    padding: 50px 25px 250px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cta-block-wrap .cta-block.img-back {
    background-position: bottom -60px center;
    background-repeat: no-repeat;
    background-size: 250px auto;
  }
  .cta-block-wrap .cta-block .text {
    max-width: 300px;
    width: 100%;
  }
  .cta-block-wrap .cta-block .text h2 {
    margin: 0 0 40px;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cta-block-wrap .cta-block {
    padding: 50px 50px 250px;
  }
  .cta-block-wrap .cta-block .btn-clr-1 {
    font-size: 15px;
    line-height: 28px;
  }
}
/*
* Box repeaater
*/
.box-repeater-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box-repeater-wrap .box-repeater {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 80px;
}

.box-repeater-wrap .box-repeater .box-one {
  position: relative;
  display: flex;
  width: 100%;
  padding: 50px;
  flex-wrap: wrap;
  border-top: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.box-repeater-wrap .box-repeater .box-one:last-of-type {
  border-bottom: 1px solid #F2F2F2;
}

.box-repeater-wrap .box-repeater .box-one.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.box-repeater-wrap .box-repeater .box-one.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.box-repeater-wrap .box-repeater .box-one .image {
  display: block;
  width: 25%;
  aspect-ratio: 1/1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-repeater-wrap .box-repeater .box-one .content {
  display: flex;
  width: 75%;
  padding: 0 0 0 40px;
  flex-direction: column;
}

.box-repeater-wrap .box-repeater .box-one .content h3 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #E86825;
  font-weight: 700;
  margin: 0 0 20px;
}

.box-repeater-wrap .box-repeater .box-one .content .text {
  flex: 1;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
}

.box-repeater-wrap .box-repeater .box-one .content .btn-clr-1 {
  display: block;
  width: fit-content;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  border: 1px solid #E86825;
  padding: 5px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #E86825;
  padding: 3px 15px;
  border: 0;
  font-size: 18px;
  line-height: 28px;
}

.box-repeater-wrap .box-repeater .box-one .content .btn-clr-1:hover {
  color: #ffffff;
  text-decoration: none;
}

.box-repeater-wrap .box-repeater .box-one .content .btn-clr-1:hover {
  background-color: #595959;
}

.box-repeater-wrap .box-repeater .box-one .orange-line {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  display: none;
  width: 10px;
  height: 100%;
  background-color: #E86825;
}

.box-repeater-wrap .box-repeater .box-one:hover {
  /*
  .content {
      .btn-clr-1 {
          @include bck-prop($bck-color: $color-3);
      }
  }
  */
}

.box-repeater-wrap .box-repeater .box-one:hover .orange-line {
  display: block;
}

.box-repeater-wrap .box-repeater .button-group {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}

@media (max-width: 991px) {
  .box-repeater-wrap .box-repeater {
    padding-bottom: 40px;
  }
  .box-repeater-wrap .box-repeater .box-one {
    position: relative;
    margin: 0 0 40px;
    padding: 20px 25px 30px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    border: 1px solid #F2F2F2;
  }
  .box-repeater-wrap .box-repeater .box-one:last-of-type {
    border-bottom: 0;
  }
  .box-repeater-wrap .box-repeater .box-one .image {
    width: 100%;
  }
  .box-repeater-wrap .box-repeater .box-one .content {
    width: 100%;
    padding: 0;
  }
  .box-repeater-wrap .box-repeater .box-one .content h3 {
    font-size: 15px;
    line-height: 28px;
    margin: 30px 0 10px;
  }
  .box-repeater-wrap .box-repeater .box-one .content .text {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 30px;
  }
  .box-repeater-wrap .box-repeater .box-one .content .btn-clr-1 {
    margin: 0 auto;
    font-size: 15px;
    line-height: 28px;
  }
  .box-repeater-wrap .box-repeater .box-one:hover .orange-line {
    display: none;
  }
  .box-repeater-wrap .box-repeater .box-one:hover .content .btn-clr-1 {
    background-color: #595959;
  }
}
/*
* News archive
*/
.news-archive-wrap {
  display: block;
  width: 100%;
  background-color: #595959;
}

.news-archive-wrap.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.news-archive-wrap.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.news-archive-wrap .news-title-wrap {
  display: flex;
  width: 100%;
  height: 30px;
  padding: 80px 0 130px;
}

.news-archive-wrap .news-title-wrap .title-line {
  display: block;
  height: 30px;
  background-color: #E86825;
}

.news-archive-wrap .news-title-wrap h2 {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 991px) {
  .news-archive-wrap .news-title-wrap {
    height: 20px;
    padding: 45px 0 60px;
  }
  .news-archive-wrap .news-title-wrap .title-line {
    height: 20px;
  }
  .news-archive-wrap .news-title-wrap h2 {
    height: 20px;
    font-size: 20px;
    line-height: 20px;
  }
}
.news-archive-wrap .news-all-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news-archive-wrap .news-all-wrap .news-all {
  display: flex;
  max-width: 1675px;
  width: 100%;
  padding: 0 25px;
  flex-wrap: wrap;
  gap: 40px;
}

.news-archive-wrap .news-all-wrap .news-all .news-one {
  display: flex;
  width: calc(25% - 30px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  text-decoration: none;
}

.news-archive-wrap .news-all-wrap .news-all .news-one .image-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.news-archive-wrap .news-all-wrap .news-all .news-one .image-wrap .image {
  display: block;
  width: 101%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
}

.news-archive-wrap .news-all-wrap .news-all .news-one .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 25px 40px;
}

.news-archive-wrap .news-all-wrap .news-all .news-one .content h3 {
  display: block;
  font-size: 25px;
  line-height: 35px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0;
  text-decoration: none;
}

.news-archive-wrap .news-all-wrap .news-all .news-one .content .news-meta {
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  font-weight: 300;
  margin: auto 0 0;
  text-decoration: none;
}

.news-archive-wrap .news-all-wrap .news-all .news-one:hover .image-wrap .image {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .news-archive-wrap .news-all-wrap .news-all .news-one .content h3 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one .content .news-meta {
    font-size: 12px;
    line-height: 18px;
  }
}
.news-archive-wrap .pagination-load-more {
  display: flex;
  width: 100%;
  padding: 70px 0 130px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.news-archive-wrap .pagination-load-more .load-more {
  display: block;
  width: fit-content;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  border: 1px solid #E86825;
  padding: 5px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #E86825;
  font-size: 18px;
  cursor: pointer;
}

.news-archive-wrap .pagination-load-more .load-more:hover {
  color: #ffffff;
  text-decoration: none;
}

.news-archive-wrap .pagination-load-more .load-more:hover {
  background-color: #595959;
}

@media (max-width: 1200px) {
  .news-archive-wrap .news-all-wrap .news-all .news-one {
    display: flex;
    width: calc(50% - 20px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    text-decoration: none;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one .image-wrap {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one .image-wrap .image {
    display: block;
    width: 101%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.2s ease-in-out;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one .content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 25px 40px;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one .content h3 {
    display: block;
    font-size: 25px;
    line-height: 35px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0;
    text-decoration: none;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one .content .news-meta {
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
    margin: auto 0 0;
    text-decoration: none;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one:hover .image-wrap .image {
    transform: scale(1.1);
  }
}
@media (max-width: 1200px) and (max-width: 991px) {
  .news-archive-wrap .news-all-wrap .news-all .news-one .content h3 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one .content .news-meta {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .news-archive-wrap .news-all-wrap .news-all {
    padding: 0 50px;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    text-decoration: none;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one .image-wrap {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one .image-wrap .image {
    display: block;
    width: 101%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.2s ease-in-out;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one .content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 25px 40px;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one .content h3 {
    display: block;
    font-size: 25px;
    line-height: 35px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0;
    text-decoration: none;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one .content .news-meta {
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
    margin: auto 0 0;
    text-decoration: none;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one:hover .image-wrap .image {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) and (max-width: 991px) {
  .news-archive-wrap .news-all-wrap .news-all .news-one .content h3 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
  }
  .news-archive-wrap .news-all-wrap .news-all .news-one .content .news-meta {
    font-size: 12px;
    line-height: 18px;
  }
}
/*
* Product Loop
*/
.layout-product-line-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layout-product-line-wrap .layout-product-line {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
  margin-bottom: 80px;
}

.layout-product-line-wrap .layout-product-line .products-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: -1px 0 0 -1px;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one {
  position: relative;
  display: flex;
  width: 33.3333%;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #9D9C9E;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .orange-line {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 15px;
  background-color: #E86825;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .image-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .image-wrap .image {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s ease-in-out;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .content {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .content h3 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #E86825;
  font-weight: 700;
  margin: 30px 0 40px;
  text-align: center;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .content .desc {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
  margin: 0 0 30px;
  text-align: left;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .content .prod-action {
  display: block;
  width: 100%;
  margin: auto 0 0;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .content .prod-action .prod-price {
  display: none;
  margin: 0 0 20px;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .content .prod-action .prod-price .amount {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 600;
  text-align: left;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .content .prod-action .prod-btn .request-information {
  display: flex;
  width: 100%;
  height: 50px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #E86825;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .content .prod-action .prod-btn .request-information:hover {
  color: #ffffff;
  text-decoration: none;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .content .prod-action .prod-btn .add_to_cart_button {
  display: flex;
  width: 100%;
  height: 50px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #E86825;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .content .prod-action .prod-btn .add_to_cart_button:hover {
  color: #ffffff;
  text-decoration: none;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .content .prod-action .prod-btn .add_to_cart_button::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-image: url("../../images/ico_cart.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one .content .prod-action .prod-btn .added_to_cart.wc-forward {
  display: none;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one:hover .orange-line {
  display: block;
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one:hover .image-wrap .image {
  transform: scale(1.1);
}

.layout-product-line-wrap .layout-product-line .products-wrap .product-one:hover .content .prod-action .prod-btn .add_to_cart_button {
  background-color: #565656;
}

@media (max-width: 991px) {
  .layout-product-line-wrap .layout-product-line {
    padding: 0 50px 40px;
  }
  .layout-product-line-wrap .layout-product-line .products-wrap .product-one {
    position: relative;
    width: 100%;
    margin: 0 0 40px;
    padding: 30px 20px;
    border: none;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  .layout-product-line-wrap .layout-product-line .products-wrap .product-one h3 {
    font-size: 15px !important;
    line-height: 28px;
    margin: 20px 0 !important;
    text-align: left !important;
  }
  .layout-product-line-wrap .layout-product-line .products-wrap .product-one .desc {
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .layout-product-line-wrap .layout-product-line .products-wrap .product-one .prod-action .prod-btn .add_to_cart_button {
    height: 40px !important;
    font-size: 15px !important;
  }
  .layout-product-line-wrap .layout-product-line .products-wrap .product-one .prod-action .prod-btn .add_to_cart_button::before {
    content: "";
    width: 30px !important;
    height: 30px !important;
    background-size: 20px auto !important;
  }
}
/*
* Font - Open Sans
*/
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
/* Page */
/*
    Transition 1s
*/
/*
    Background property
*/
/*
    Image property
*/
/*
    Link's
*/
/*
    Page Wrap
*/
/*
    Title Style
*/
/*
    Text Style
*/
/*
    Border radius All
*/
/*
    Border radius TOP
*/
/*
    Border radius BOTTOM
*/
/*
    Border radius RIGHT
*/
/*
    Border radius LEFT
*/
/*
    Block shaddow
*/
/*
    UL prop - Navigation
*/
/*
    Newsletter Form
*/
/*
    Input
*/
/*
    Buttons
*/
/*
    Animations
*/
/*
    Icons
*/
/*
    Tabs
*/
/*
* Single, Page
*/
.page-header-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-header-wrap .page-header {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
}

.page-header-wrap .page-header.single {
  max-width: 1000px;
  padding-top: 6rem;
}

.page-header-wrap .page-header.page {
  padding-top: 100px;
}

.page-header-wrap .page-header h1 {
  display: block;
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .page-header-wrap .page-header {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .page-header-wrap .page-header {
    padding: 100px 50px 20px;
  }
  .page-header-wrap .page-header h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
.page-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-wrap .page-content {
  display: flex;
  max-width: 1350px;
  width: 100%;
  padding: 0 25px;
}

.page-wrap .page-content.single {
  flex-direction: column;
  max-width: 1000px;
  padding-bottom: 120px;
}

.page-wrap .page-content.page {
  padding-top: 50px;
  padding-bottom: 100px;
}

.page-wrap .page-content .excerpt {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
  font-style: italic;
}

.page-wrap .page-content .image {
  display: block;
  width: 100%;
}

.page-wrap .page-content .image img {
  max-width: 100%;
  height: auto;
  margin: 50px 0;
}

.page-wrap .page-content .image .img-description,
.page-wrap .page-content .image figcaption {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
  font-style: italic;
}

.page-wrap .page-content .content {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
}

.page-wrap .page-content .content figure {
  display: block;
  width: 100%;
}

.page-wrap .page-content .content figure img {
  max-width: 100%;
  height: auto;
  margin: 50px 0;
}

.page-wrap .page-content .content figure .img-description,
.page-wrap .page-content .content figure figcaption {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
  font-style: italic;
}

.page-wrap .page-content .content img {
  display: block;
  width: 100%;
}

.page-wrap .page-content .content img img {
  max-width: 100%;
  height: auto;
  margin: 50px 0;
}

.page-wrap .page-content .content img .img-description,
.page-wrap .page-content .content img figcaption {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
  font-style: italic;
}

.page-wrap .page-content .content h2 {
  display: block;
  font-size: 25pt;
  line-height: 30pt;
  color: #565656;
  font-weight: 600;
  margin: 30px 0 20px;
}

.page-wrap .page-content .content h3 {
  display: block;
  font-size: 20pt;
  line-height: 30pt;
  color: #E86825;
  font-weight: 600;
  margin: 30px 0 20px;
}

.page-wrap .page-content .content blockquote {
  display: block;
  width: 100%;
  margin: 28px 0;
  padding: 20px 20px 20px 30px;
  background-color: #F2F2F2;
  border-left: 5px solid #E86825;
}

.page-wrap .page-content .content blockquote cite {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #595959;
  font-weight: 400;
  text-align: right;
}

.page-wrap .page-content .content .single-gallery-wrap {
  display: block;
  width: 100%;
  margin: 50px 0;
}

.page-wrap .page-content .content .single-gallery-wrap .gallery-items {
  display: block;
  width: 100%;
}

.page-wrap .page-content .content .single-gallery-wrap .gallery-items .gallery-item {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-wrap .page-content .content .single-gallery-wrap .gallery-items .slick-dots {
  display: block;
  margin: 0;
  padding: 50px 0;
  list-style: none;
  text-align: center;
}

.page-wrap .page-content .content .single-gallery-wrap .gallery-items .slick-dots li {
  display: inline-block;
}

.page-wrap .page-content .content .single-gallery-wrap .gallery-items .slick-dots li button {
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  background-color: rgba(232, 104, 37, 0.4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 0;
  border-collapse: collapse;
  border: none;
}

.page-wrap .page-content .content .single-gallery-wrap .gallery-items .slick-dots li button:hover {
  background-color: #E86825;
}

.page-wrap .page-content .content .single-gallery-wrap .gallery-items .slick-dots li.slick-active button {
  background-color: #E86825;
}

.page-wrap .page-content .meta {
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 28px;
  color: #000000;
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 991px) {
  .page-wrap .page-content {
    padding: 0 50px 70px;
  }
  .page-wrap .page-content .excerpt {
    font-size: 15px;
  }
  .page-wrap .page-content .content {
    font-size: 15px;
    line-height: 25px;
  }
  .page-wrap .page-content .content h2 {
    font-size: 20pt;
    line-height: 22pt;
  }
  .page-wrap .page-content .content h3 {
    font-size: 18pt;
    line-height: 22pt;
  }
  .page-wrap .page-content .content .single-gallery-wrap .gallery-items .slick-dots {
    display: block;
    margin: 0;
    padding: 50px 0;
    list-style: none;
    text-align: center;
    padding: 20px 0 30px;
  }
  .page-wrap .page-content .content .single-gallery-wrap .gallery-items .slick-dots li {
    display: inline-block;
  }
  .page-wrap .page-content .content .single-gallery-wrap .gallery-items .slick-dots li button {
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    background-color: rgba(232, 104, 37, 0.4);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 0;
    border-collapse: collapse;
    border: none;
  }
  .page-wrap .page-content .content .single-gallery-wrap .gallery-items .slick-dots li button:hover {
    background-color: #E86825;
  }
  .page-wrap .page-content .content .single-gallery-wrap .gallery-items .slick-dots li.slick-active button {
    background-color: #E86825;
  }
}
/*
* Font - Open Sans
*/
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
/* Page */
/*
    Transition 1s
*/
/*
    Background property
*/
/*
    Image property
*/
/*
    Link's
*/
/*
    Page Wrap
*/
/*
    Title Style
*/
/*
    Text Style
*/
/*
    Border radius All
*/
/*
    Border radius TOP
*/
/*
    Border radius BOTTOM
*/
/*
    Border radius RIGHT
*/
/*
    Border radius LEFT
*/
/*
    Block shaddow
*/
/*
    UL prop - Navigation
*/
/*
    Newsletter Form
*/
/*
    Input
*/
/*
    Buttons
*/
/*
    Animations
*/
/*
    Icons
*/
/*
    Tabs
*/
/*
* Modal
*/
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 1024px;
  --bs-modal-padding: 40px;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: $color-2;
  --bs-modal-border-color: none;
  --bs-modal-border-width: 0 !important;
  --bs-modal-border-radius: 0 !important;
  --bs-modal-box-shadow: none !important;
  --bs-modal-inner-border-radius: 0 !important;
  --bs-modal-title-line-height: 1.5;
  position: fixed;
  z-index: 999999;
  display: none;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal .modal-dialog {
  max-width: 1560px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-height: 90vh;
  overflow-y: auto;
}

.modal .modal-dialog .modal-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
}

.modal .modal-dialog .modal-body .modal-close-rsp {
  display: none;
  width: 100%;
  padding: 20px 0;
  align-items: center;
  justify-content: flex-end;
  opacity: 1;
}

.modal .modal-dialog .modal-body .modal-close-rsp .btn-close {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../../images/ico_close_modal.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  cursor: pointer;
  opacity: 1;
}

.modal .modal-dialog .modal-body .modal-img {
  display: block;
  width: 55%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal .modal-dialog .modal-body .modal-content {
  display: block;
  width: 45%;
  background-color: #565656;
}

.modal .modal-dialog .modal-body .modal-content .modal-close {
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: center;
  justify-content: flex-end;
  background-color: rgba(89, 89, 89, 0.15);
}

.modal .modal-dialog .modal-body .modal-content .modal-close .btn-close {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../../images/ico_close_modal.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  cursor: pointer;
}

.modal .modal-dialog .modal-body .modal-content .title {
  display: flex;
  flex-direction: row;
}

.modal .modal-dialog .modal-body .modal-content .title .orange-line {
  display: block;
  width: 90px;
  height: 30px;
  margin: 0 30px 0 0;
  background-color: #E86825;
}

.modal .modal-dialog .modal-body .modal-content .title .personal-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.modal .modal-dialog .modal-body .modal-content .title .personal-data .name {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
}

.modal .modal-dialog .modal-body .modal-content .title .personal-data .position {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #E86825;
  font-weight: 700;
}

.modal .modal-dialog .modal-body .modal-content .text {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 300;
  padding: 30px 120px 100px;
}

@media (max-width: 1200px) {
  .modal .modal-dialog {
    max-width: 330px;
    width: 330px;
  }
  .modal .modal-dialog .modal-body {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .modal .modal-dialog .modal-body .modal-close-rsp {
    display: flex;
  }
  .modal .modal-dialog .modal-body .modal-img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .modal .modal-dialog .modal-body .modal-content {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    overflow-y: auto !important;
  }
  .modal .modal-dialog .modal-body .modal-content .modal-close {
    display: none;
  }
  .modal .modal-dialog .modal-body .modal-content .title {
    display: flex;
    flex-direction: row;
  }
  .modal .modal-dialog .modal-body .modal-content .title .orange-line {
    width: 40px;
    height: 30px;
    margin: 0 10px 0 0;
  }
  .modal .modal-dialog .modal-body .modal-content .title .personal-data .name {
    font-size: 25px;
    line-height: 30px;
  }
  .modal .modal-dialog .modal-body .modal-content .title .personal-data .position {
    font-size: 15px;
    line-height: 20px;
  }
  .modal .modal-dialog .modal-body .modal-content .text {
    padding: 25px 50px 15px;
  }
}
.modal-backdrop {
  opacity: 1 !important;
  background-color: rgba(86, 86, 86, 0.8);
  z-index: 999;
}

/*
* BS Modal Cart
*/
#cartModal.modal.offcanvas-modal .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  max-width: 450px;
  margin: 0;
  transform: translateX(100%); /* Start offscreen */
  transition: transform 0.4s ease;
}

#cartModal.modal.offcanvas-modal.show .modal-dialog {
  transform: translateX(0);
}

#cartModal.modal.offcanvas-modal .modal-content {
  height: 100vh;
  border-radius: 0; /* Optional, cleaner look */
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background-color: #ffffff;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body .continue-shopping {
  display: flex;
  flex-direction: row;
  padding-left: 35px;
  margin: 20px 30px 0 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  background-image: url("../../images/ico_arrow_left.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  cursor: pointer;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body h2 {
  display: block;
  margin: 30px 0 30px 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body .widget_shopping_cart_content ul.woocommerce-mini-cart {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body .widget_shopping_cart_content ul.woocommerce-mini-cart li {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #F2F2F2;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove_from_cart_button {
  position: absolute;
  z-index: 20;
  width: 30px;
  height: 30px;
  top: 30px;
  left: 0;
  font-size: 0;
  line-height: 0;
  background-image: url("../../images/ico_close.svg");
  background-color: #565656;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px auto;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body .widget_shopping_cart_content ul.woocommerce-mini-cart li a {
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  color: #E86825;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body .widget_shopping_cart_content ul.woocommerce-mini-cart li a img {
  display: block;
  width: 150px;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body .widget_shopping_cart_content ul.woocommerce-mini-cart li span.quantity {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body .widget_shopping_cart_content ul.woocommerce-mini-cart li span.quantity .amount {
  font-weight: 600;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body .widget_shopping_cart_content p.total {
  display: block;
  padding: 30px 0;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: auto;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body .widget_shopping_cart_content p.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: auto;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body .widget_shopping_cart_content p.buttons a.button {
  display: block;
  width: fit-content;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  border: 1px solid #E86825;
  padding: 5px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #E86825;
  font-size: 15px;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body .widget_shopping_cart_content p.buttons a.button:hover {
  color: #ffffff;
  text-decoration: none;
}

#cartModal.modal.offcanvas-modal .modal-content .modal-body .widget_shopping_cart_content p.buttons a.button:hover {
  background-color: #595959;
}

/*
* Header
*/
.woocommerce h2, .woocommerce h3,
.woocommerce-checkout h2,
.woocommerce-checkout h3 {
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce form #customer_details,
.woocommerce-checkout form #customer_details {
  margin-bottom: 50px;
}

.woocommerce form div[class*=_field-wrapper],
.woocommerce-checkout form div[class*=_field-wrapper] {
  margin-top: 20px;
}

.woocommerce form .form-row.woocommerce-invalid label[for=billing_postcode],
.woocommerce form .form-row.woocommerce-invalid label[for=shipping_postcode],
.woocommerce-checkout form .form-row.woocommerce-invalid label[for=billing_postcode],
.woocommerce-checkout form .form-row.woocommerce-invalid label[for=shipping_postcode] {
  color: #000000;
}

.woocommerce form .form-row.woocommerce-invalid label[for=billing_postcode] .required,
.woocommerce form .form-row.woocommerce-invalid label[for=shipping_postcode] .required,
.woocommerce-checkout form .form-row.woocommerce-invalid label[for=billing_postcode] .required,
.woocommerce-checkout form .form-row.woocommerce-invalid label[for=shipping_postcode] .required {
  display: none;
}

.woocommerce form .form-row.woocommerce-invalid input[name=billing_postcode],
.woocommerce form .form-row.woocommerce-invalid input[name=shipping_postcode],
.woocommerce-checkout form .form-row.woocommerce-invalid input[name=billing_postcode],
.woocommerce-checkout form .form-row.woocommerce-invalid input[name=shipping_postcode] {
  border-color: #6dc22e;
}

.woocommerce form .woocommerce-checkout-review-order,
.woocommerce-checkout form .woocommerce-checkout-review-order {
  margin-top: 20px;
}

.woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment,
.woocommerce-checkout form .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  background-color: #ffffff !important;
}

.woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box,
.woocommerce-checkout form .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box {
  background-color: #565656;
}

.woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment button[name=woocommerce_checkout_place_order],
.woocommerce-checkout form .woocommerce-checkout-review-order .woocommerce-checkout-payment button[name=woocommerce_checkout_place_order] {
  margin: 0;
}

.woocommerce form.login, .woocommerce form.register,
.woocommerce-checkout form.login,
.woocommerce-checkout form.register {
  border: 0;
  padding: 0;
  margin: 20px 0;
  text-align: left;
  border-radius: 0;
}

.woocommerce form .form-row,
.woocommerce-checkout form .form-row {
  margin: 0 0 20px;
}

.woocommerce form .form-row label,
.woocommerce-checkout form .form-row label {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  margin: 0 0 5px;
}

.woocommerce form input[type=text],
.woocommerce form input[type=password],
.woocommerce form input[type=email],
.woocommerce form input[type=tel],
.woocommerce-checkout form input[type=text],
.woocommerce-checkout form input[type=password],
.woocommerce-checkout form input[type=email],
.woocommerce-checkout form input[type=tel] {
  height: 40px !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0 !important;
}

.woocommerce form input[type=text]:focus,
.woocommerce form input[type=password]:focus,
.woocommerce form input[type=email]:focus,
.woocommerce form input[type=tel]:focus,
.woocommerce-checkout form input[type=text]:focus,
.woocommerce-checkout form input[type=password]:focus,
.woocommerce-checkout form input[type=email]:focus,
.woocommerce-checkout form input[type=tel]:focus {
  outline: none;
  box-shadow: none;
}

.woocommerce form textarea,
.woocommerce-checkout form textarea {
  height: 100px !important;
}

.woocommerce form .select2-container--default .select2-selection--single,
.woocommerce-checkout form .select2-container--default .select2-selection--single {
  height: 50px;
  border-radius: 0;
}

.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}

.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 10px;
}

.woocommerce form label[class*=rememberme],
.woocommerce-checkout form label[class*=rememberme] {
  padding-top: 25px;
}

.woocommerce form button.woocommerce-button,
.woocommerce-checkout form button.woocommerce-button {
  -moz-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
  font-size: 100%;
  margin: 20px 0 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 15px 30px;
  font-weight: 700;
  border-radius: 0;
  left: auto;
  color: #ffffff;
  background-color: #E86825;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce form button.woocommerce-button:hover,
.woocommerce-checkout form button.woocommerce-button:hover {
  color: #ffffff;
  background-color: #565656;
}

.woocommerce nav[class*=navigation],
.woocommerce-checkout nav[class*=navigation] {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.woocommerce nav[class*=navigation] ul,
.woocommerce-checkout nav[class*=navigation] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce nav[class*=navigation] ul li a,
.woocommerce-checkout nav[class*=navigation] ul li a {
  display: block;
  padding: 10px 10px;
  background-color: rgba(232, 104, 37, 0.2);
  border-bottom: 1px solid #ffffff;
  color: #000000;
  -moz-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
}

.woocommerce nav[class*=navigation] ul li:hover a,
.woocommerce-checkout nav[class*=navigation] ul li:hover a {
  background-color: rgba(86, 86, 86, 0.2);
}

.woocommerce div[class*=content],
.woocommerce-checkout div[class*=content] {
  display: inline-block;
  width: 73%;
  vertical-align: top;
  padding-left: 50px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce-checkout a.button,
.woocommerce-checkout button.button {
  -moz-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
  font-size: 100%;
  margin: 20px 0 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 15px 30px;
  font-weight: 700;
  border-radius: 0;
  left: auto;
  color: #ffffff;
  background-color: #E86825;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce-checkout a.button:hover,
.woocommerce-checkout button.button:hover {
  color: #ffffff;
  background-color: #565656;
}

.woocommerce .woocommerce-info,
.woocommerce-checkout .woocommerce-info {
  border-top: 3px solid #E86825;
}

.woocommerce div[class*=Address],
.woocommerce-checkout div[class*=Address] {
  padding: 20px 0;
}

.woocommerce div[class*=Address] header[class*=Address] h3,
.woocommerce-checkout div[class*=Address] header[class*=Address] h3 {
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce div[class*=Address] header[class*=Address] a.edit,
.woocommerce-checkout div[class*=Address] header[class*=Address] a.edit {
  -moz-transition: all;
  -o-transition: all;
  -webkit-transition: all;
  transition: all;
  font-size: 100%;
  margin: 20px 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 15px 30px;
  font-weight: 700;
  border-radius: 0;
  left: auto;
  color: #ffffff;
  background-color: #E86825;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce div[class*=Address] header[class*=Address] a.edit:hover,
.woocommerce-checkout div[class*=Address] header[class*=Address] a.edit:hover {
  color: #ffffff;
  background-color: #565656;
}

.woocommerce a.added_to_cart.wc-forward,
.woocommerce-checkout a.added_to_cart.wc-forward {
  display: none;
}

.woocommerce .woocommerce-ordering .orderby,
.woocommerce-checkout .woocommerce-ordering .orderby {
  display: block;
  height: 32px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 200;
  border: 0;
  border-collapse: collapse;
  background-color: #707070;
}

.wp-element-button {
  display: block;
  width: fit-content;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  border: 1px solid #E86825;
  padding: 5px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #E86825;
  font-size: 18px !important;
}

.wp-element-button:hover {
  color: #ffffff;
  text-decoration: none;
}

.wp-element-button:hover {
  background-color: #595959;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 0 !important;
  height: 50px !important;
}

input#wc-block-components-totals-coupon__input-coupon {
  height: 50px !important;
  outline: none !important;
}

button.wc-block-components-shipping-calculator-address__button {
  border: 0;
  border-collapse: collapse !important;
  background-color: #565656 !important;
  color: #ffffff !important;
}

button.wc-block-components-shipping-calculator-address__button:hover {
  background-color: #595959 !important;
}

.wp-block-woocommerce-cart {
  font-size: initial !important;
  line-height: initial !important;
}

@media (max-width: 1200px) {
  h2.wc-block-cart__totals-title {
    font-size: initial !important;
    line-height: initial !important;
  }
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  width: 100%;
}
body main {
  margin-top: 110px;
}
@media (max-width: 1200px) {
  body main {
    margin-top: 75px;
  }
}

html {
  scroll-behavior: smooth;
}

main {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: auto;
  overflow-wrap: break-word;
}

a {
  color: #565656;
  text-decoration: underline;
}
a:hover {
  color: #000000;
}

.back-home-button {
  display: inline-block;
  margin: 2rem 0;
  background-color: #e86825;
  padding: 6px 18px;
  border: none;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}
.back-home-button:hover {
  color: #fff;
}

a.product_type_simple,
a.product_type_grouped {
  display: none;
}

a.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: inline-block;
}

.wc-proceed-to-checkout .button,
.place-order .button {
  background-color: #e86825 !important;
}

.loading-trees-animation {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.moving-tree-animation {
  animation: moveTreesAnimation 60s linear infinite;
}

@keyframes moveTreesAnimation {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-400%);
  }
}
/* General Text Class */
.content-text {
  font-size: 18px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}

.content-text a {
  color: #E86825;
  text-decoration: none;
}

.content-text a:hover {
  text-decoration: underline;
}

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