/* guides */

/*
orange - #ff6600
blue - #09105e
'Museo Sans 900'
'Museo Sans 700'
'Museo Sans 500'
'Museo Sans 100'
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
*/

/* important */

.display-none {
  display: none !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-flex {
  display: flex !important;
}

.text-align-center {
  text-align: center !important;
}

.width-70proc {
  width: 70% !important;
}

.width-100proc {
  width: 100% !important;
}

.min-width-0 {
  min-width: 0 !important;
}

.mt-0-5rem {
  margin-top: .5rem !important;
}

.mt-calc-bs-gutter-0-75 {
  margin-top: calc(var(--bs-gutter-x) * 0.75) !important;
}

.mt2rem {
  margin-top: 2rem !important;
}

.mt2-5rem {
  margin-top: 2.5rem !important;
}

.mb2rem {
  margin-bottom: 2rem !important;
}

.mb5rem {
	margin-bottom: 5rem !important;
}

.ml-0-5rem {
  margin-left: .5rem !important;
}

.ml-0-75rem {
  margin-left: .75rem !important;
}

.mr-0-5rem {
  margin-right: .5rem !important;
}

.mr1rem {
  margin-right: 1rem !important;
}

.p0 {
	padding: 0 !important;
}

.padding-0-9rem {
  padding: 0.9rem !important;
}

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

.ptb4rem {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pb4rem {
  padding-bottom: 4rem !important;
}

.pb-4rem {
  padding-bottom: 4rem !important;
}

.pb-calc-2rem-minus-10px {
  padding-bottom: calc(2rem - 10px) !important;
}

.pt3rem {
  padding-top: 3rem !important;
}

.pt1rem {
  padding-top: 1rem !important;
}

.plr1rem {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.plr-1rem {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.text-transform-uppercase {
	text-transform: uppercase !important;
}

.font-size-0-8rem {
  font-size: .8rem !important;
}

.font-size-1-5rem {
  font-size: 1.5rem !important;
}

.font-size-2rem {
  font-size: 2rem !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-top-2px-solid-eee {
  border-top: 2px solid #eee !important;
}

.border-bottom-2px-solid-eee {
  border-bottom: 2px solid #eee !important;
}

.border-bottom-right-radius-2rem {
  border-bottom-right-radius: 2rem !important;
}

.color-09105e {
  color: #09105e !important;
}

.color-e74c3c {
  color: #e74c3c !important;
}

.color-ff6600 {
  color: #ff6600 !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.border-top-right-radius-0 {
  border-top-right-radius: 0 !important;
}

.inner-p-ul-mtb-0 p,
.inner-p-ul-mtb-0 ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.inner-p-last-child-mb0 p:last-child {
  margin-bottom: 0 !important;
}

.bg-color-eee {
	background-color: #eee !important;
}

.position-relative {
	position: relative !important;
}

.justify-content-flex-start {
	justify-content: flex-start !important;
}

@media (max-width: 767px) {
  .display-none-for-xs {
    display: none !important;
  }

  .mt1rem-for-xs {
    margin-top: 1rem !important;
  }

  .mt1-5rem-for-xs {
    margin-top: 1.5rem !important;
  }

  .mt-3rem-for-xs {
    margin-top: 3rem !important;
  }

  .mt-2-5rem-for-xs {
    margin-top: 2.5rem !important;
  }

  .mt2rem-for-xs {
    margin-top: 2rem !important;
  }

  .mb2rem-for-xs {
    margin-bottom: 2rem !important;
  }

  .mb-2rem-for-xs {
    margin-bottom: 2rem !important;
  }

  .ml-0-75rem-for-xs {
    margin-left: .75rem !important;
  }

  .ptb3rem-for-xs {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

	.p2rem-for-xs {
		padding: 2rem !important;
	}

  .pt3rem-for-xs {
    padding-top: 3rem !important;
  }

  .pb3rem-for-xs {
    padding-bottom: 3rem !important;
  }

	.pt-0-for-xs {
		padding-top: 0 !important;
	}

  .pt100px-for-xs {
    padding-top: 100px !important;
  }

	.pb1rem-for-xs {
		padding-bottom: 1rem !important;
	}

  .pl0-for-xs {
    padding-left: 0 !important;
  }

  .overflow-x-scroll-for-xs {
    overflow-x: scroll !important;
  }

  .background-position-x-65proc-for-xs {
    background-position-x: 65% !important;
  }

  .border-bottom-left-radius-0-for-xs {
    border-bottom-left-radius: 0 !important;
  }

  .border-bottom-right-radius-0-for-xs {
    border-bottom-right-radius: 0 !important;
  }
}

.mlr0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mt-4rem {
  margin-top: 4rem !important;
}

@media (min-width: 768px) {
  .display-none-for-desktop {
    display: none !important;
  }

  .mt-4rem-for-desktop {
    margin-top: 4rem !important;
  }

  .mb-3rem-for-desktop {
    margin-bottom: 3rem !important;
  }

  .mr-1-875rem-for-desktop {
    margin-right: 1.875rem !important;
  }

  .width-100proc-for-desktop {
    width: 100% !important;
  }

  .width-70proc-for-desktop {
    width: 70% !important;
  }

  .width-50proc-desktop {
    width: 50% !important;
  }

  .ptb4rem-for-desktop {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pt3rem-for-desktop {
    padding-top: 3rem !important;
  }

  .pb-6rem-for-desktop {
    padding-bottom: 6rem !important;
  }

  .width-90px-for-desktop {
    width: 90px !important;
  }

  .width-340px-for-desktop {
    width: 340px !important;
  }

  .width-47-5proc-for-desktop {
    width: 47.5% !important;
  }

  .width-80proc-for-desktop {
    width: 80% !important;
  }

  .width-calc-100proc-divided-3-times-2-for-desktop {
    width: calc(100% / 3 * 2) !important;
  }

	.min-height-48px-for-desktop {
		min-height: 48px !important;
	}

  .mlr-auto-for-desktop {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ml-minus-0-25rem-for-desktop {
    margin-left: -.25rem !important;
  }

  .mb2-5rem-for-desktop {
    margin-bottom: 2.5rem !important;
  }

  .mb2rem-for-desktop {
    margin-bottom: 2rem !important;
  }

  .pb4rem-for-desktop {
    padding-bottom: 4rem !important;
  }

  .pl2rem-for-desktop {
    padding-left: 2rem !important;
  }

  .pl3rem-for-desktop {
    padding-left: 3rem !important;
  }

  .plr-3rem-for-desktop {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .plr-4rem-for-desktop {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .justify-content-center-for-desktop {
    justify-content: center !important;
  }

  .border-bottom-right-radius-2rem-for-desktop {
    border-bottom-right-radius: 2rem !important;
  }
}

/* general */

.btn-download {
  color: #09105e;
  background-color: transparent;
  border-color: #09105e;
  outline: 0;
}

.btn-download:hover,
.btn-download:active,
.btn-download:focus {
  color: #fff;
  background-color: #09105e;
  border-color: #09105e;
}

/* navigation */

.navbar-brand img {
  width: 225px;
  height: auto;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.navbar-brand img:first-child {
  opacity: 1;
}

.navbar-brand img:nth-child(2) {
  display: none;
}

.navbar-shrink .navbar-brand img:first-child {
  display: none;
}

.navbar-shrink .navbar-brand img:nth-child(2) {
  display: block;
}

.navbar-phone {
  margin-left: auto;
}

.navbar-phone i {
  color: #09105e;
}

.active-item > a {
  color: #ff6600 !important;
}

.navbar-shrink .dropdown .active-item > a {
  color: #09105e !important;
}

.dropdown-menu {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.navbar-shrink .dropdown-menu {
  background-color: #ff6600;
}

.navbar-shrink .dropdown-menu li a {
  background-color: #ff6600;
  color: #fff;
}

.navbar-shrink .dropdown-menu li a:hover {
  background-color: #ff6600;
  color: #09105e;
}

.dropdown-menu li:first-child {
  border-top-right-radius: 1.5rem;
}

.dropdown-menu li:first-child .dropdown-item {
  padding-top: 1rem;
  border-top-right-radius: 1.5rem;
}

.dropdown-menu li:last-child {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.dropdown-menu li:last-child .dropdown-item {
  padding-bottom: 1rem;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.dropdown:hover .dropdown-menu {
  display: block;
  padding-top: 0.5rem;
  margin-top: 0;
  margin-left: 1.25rem;
}

.nav-link-contacts {
  font-family: "Museo Sans 500";
  color: #fff !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  background-color: #ff6600;
  border-radius: 2rem;
  border-top-left-radius: 0;
}

.nav-link-contacts:hover {
  color: #fff !important;
  background-color: #ff8533 !important;
}

@media (max-width: 767px) {
  .navbar {
    background-color: transparent !important;
  }

  .navbar.navbar-shrink {
    background-color: rgba(255,255,255,0.92) !important;
  }

  .navbar-brand img {
    width: 200px;
  }

  .navbar-phone i {
    color: #fff;
  }

  .navbar-shrink .navbar-phone i {
    color: #09105e !important;
  }

  .navbar-nav .nav-item .nav-link {
    color: #fff;
    text-align: center;
  }

  .dropdown-menu {
    background-color: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .dropdown-menu li a {
    background-color: transparent !important;
    color: #09105e !important;
  }

  .dropdown:hover .dropdown-menu {
    text-align: center;
    margin-left: 0;
  }

  .nav-link-contacts {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
}

/* cover */

.front-page-cover {
  height: 100vh;
  padding-top: 120px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 100vh;
}

.front-page-cover-div {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.front-page-cover-div img {
  position: absolute;
  width: calc(50% - 8.33333333%);
  padding: 4rem;
  padding-top: 0;
  height: auto;
  top: auto;
  bottom: 250px;
  right: 2rem;
}

@media (max-width: 767px) {
  .front-page-cover-div img {
    position: absolute;
    width: 100%;
    padding: 0 2rem;
    height: auto;
    top: auto;
    bottom: 50px;
    right: 0;
  }
}

.front-page-cover h1 {
  position: relative;
  font-family: 'Museo Sans 900', sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  text-transform: uppercase;
}

.front-page-cover h2 {
  position: relative;
  font-family: 'Museo Sans 900', sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

.front-page-cover video {
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: .85;
}

@media (min-width: 768px) {
	.front-page-cover video {
		width: 100%;
	}
}

.front-page-cover-cta-div {
  position: absolute;
  height: calc(100vh - 120px);
  height: 100vh;
  top: 0;
  padding-top: 106px;
}

.front-page-cover-description-div {
  position: absolute;
  height: calc(100vh - 120px);
  height: 100vh;
  width: 50%;
  top: 0;
  margin-left: 50%;
}

.front-page-cover-description-div-inner {
  padding: 4rem;
  background-color: rgba(255,255,255,0.8);
  /* border-top-left-radius: 2rem; */
}

.front-page-cover-description-div h3 {
  font-family: 'Museo Sans 500', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75rem;
  text-transform: none;
  text-align: justify;
  text-align: left;
}

.front-page-cover-description-div a {
  padding-bottom: 3px;
  font-family: 'Museo Sans 700', sans-serif;
  color: #ff6600;
  font-size: .9rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #ff6600;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.front-page-cover-description-div a:hover {
  color: #09105e;
  border-bottom: 2px solid #09105e;
}

@media (max-width: 767px) {
  .front-page-cover {
    height: auto !important;
  }

  .front-page-cover h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .front-page-cover h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .front-page-cover-cta-div {
    /*position: relative;*/
    padding-top: 0;
    padding-bottom: 0;
    padding-bottom: 100px;
  }

  .petrol-portable-cover .front-page-cover-cta-div {
    padding-bottom: 0;
  }

  .front-page-cover-description-div {
    position: relative;
    height: auto;
    width: 100%;
    margin-left: 0;
  }

  .front-page-cover-description-div-inner {
    padding: 3rem;
  }
}

/* products */

.front-page-products h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Museo Sans 900';
  color: #09105e;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

.front-page-products-div {
  display: flex;
  flex: 0 0 auto;
  width: 90%;
  align-items: center;
}

.other-products-div,
.other-products-div-2,
.other-products-div-3 {
  display: flex;
  flex: 0 0 auto;
  width: 90%;
  align-items: center;
}

.vacuum-cleaner-accessories-div {
  display: flex;
  flex: 0 0 auto;
  width: 90%;
  align-items: center;
}

.individual-product-div {
  flex: 0 0 auto;
  width: 100% !important;
  align-items: center;
  cursor: pointer;
}

.individual-product-div > div {
  position: relative;
  flex: 1;
}

.individual-product-div img {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #eee;
  border-radius: 2rem;
  border-top-left-radius: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-product-div h3 {
  margin-bottom: 1rem;
  font-family: 'Museo Sans 500';
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-product-div p {
  margin-bottom: 1rem;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
  opacity: .75;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-product-div:hover p {
  opacity: 1;
}

.individual-product-div a {
  padding-bottom: 3px;
  font-family: 'Museo Sans 700', sans-serif;
  color: #ff6600;
  font-size: .9rem;
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #ff6600;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-product-div:hover img {
  background-color: #ddd;
}

.individual-product-div:hover a {
  color: #09105e;
  border-bottom: 2px solid #09105e;
}

.product-price-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  margin-right: 1rem;
  padding: .5rem 1rem;
  font-family: 'Museo Sans 500', sans-serif;
  color: #fff;
  font-size: .9rem;
  background-color: #ff6600;
  border-radius: 1rem;
  border-top-left-radius: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-product-div:hover .product-price-badge {
  /*background-color: #09105e;*/
}

.products-next-arrow-div {
  flex: 0 0 auto;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.products-next-arrow-div div {
  width: 55px;
  height: 60px;
  padding: 0;
  text-align: center;
  border: 2px solid #ff6600;
  border: 0;
  border-radius: 2rem;
  border-top-left-radius: 0;
  background-color: #ff6600;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.products-next-arrow-div div i {
  color: #fff;
  font-size: 1.25rem;
  line-height: 55px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.products-next-arrow-div div:hover {
  background-color: #09105e;
}

.products-next-arrow-div div:hover i {
  color: #fff;
}

@media (max-width: 767px) {
  .front-page-products {
    padding-bottom: 5rem;
  }

  .front-page-products h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
  }

  .front-page-products-div {
    display: block;
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .other-products-div,
  .other-products-div-2,
  .other-products-div-3 {
    display: block;
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .vacuum-cleaner-accessories-div {
    display: block;
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .individual-product-div > div:nth-child(2) {
    padding-top: var(--bs-gutter-x);
    padding-bottom: var(--bs-gutter-x);
    text-align: center;
  }

  .products-next-arrow-div {
    display: none;
  }
}

@media (min-width: 768px) {
  .front-page-products {
    padding-bottom: 6rem;
  }

  .front-page-products-div {
    padding-right: 0;
  }

  .other-products-div,
  .other-products-div-2,
  .other-products-div-3 {
    padding-right: 0;
  }

  .vacuum-cleaner-accessories-div {
    padding-right: 0;
  }

  .individual-product-div {
    display: flex !important;
  }

  .individual-product-div > div:nth-child(2) {
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
  }
}

/* advantages */

.front-page-advantages {
  background-color: #eee;
}

.front-page-advantages h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Museo Sans 900';
  color: #09105e;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
}

.front-page-advantages h3 {
  margin-bottom: 1rem;
  font-family: 'Museo Sans 500';
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.front-page-advantages p {
  margin-bottom: 1rem;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.front-page-advantages i {
  color: #09105e;
}

@media (max-width: 767px) {
  .front-page-advantages {
    padding: 3rem 0;
  }

  .front-page-advantages p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* accesories */

.front-page-accessories-div {
  display: flex;
  flex: 0 0 auto;
  width: 90%;
  align-items: center;
}

.front-page-accessories h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Museo Sans 900';
  color: #09105e;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

.individual-accessory-div {
  flex: 0 0 auto;
  width: 100% !important;
  align-items: center;
  cursor: pointer;
}

.individual-accessory-div > div {
  position: relative;
  flex: 1;
}

.individual-accessory-div img {
  width: 100%;
  padding: 0;
  background-color: #eee;
  border-radius: 2rem;
  border-top-left-radius: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-accessory-div h3 {
  margin-bottom: 1rem;
  font-family: 'Museo Sans 500';
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.individual-accessory-div p {
  margin-bottom: 1rem;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.individual-accessory-div a {
  padding-bottom: 3px;
  font-family: 'Museo Sans 700', sans-serif;
  color: #ff6600;
  font-size: .9rem;
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #ff6600;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-accessory-div:hover img {
  background-color: #ddd;
}

.individual-accessory-div:hover a {
  color: #09105e;
  border-bottom: 2px solid #09105e;
}

@media (max-width: 767px) {
  .front-page-accessories {
    padding-bottom: 4rem;
  }

  .front-page-accessories h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
  }

  .front-page-accessories-div {
    display: block;
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .front-page-accessories-div .individual-accessory-div {
    margin-bottom: 2rem;
  }

  .front-page-accessories-div .individual-accessory-div:last-child {
    margin-bottom: 0;
  }

  .individual-accessory-div > div:nth-child(2) {
    padding-top: var(--bs-gutter-x);
    padding-bottom: var(--bs-gutter-x);
    text-align: center;
  }
}

@media (min-width: 768px) {
  .front-page-accessories {
    padding-bottom: 6rem;
  }

  .front-page-accessories-div {
    padding-right: 0;
    padding-left: 0;
    gap: 0 !important;
    justify-content: center;
  }

  .individual-accessory-div {
    /*display: flex !important;*/
    width: 25% !important;
  }

  .individual-accessory-div > div:nth-child(1) {
    flex: 2;
  }

  .individual-accessory-div > div:nth-child(2) {
    flex: 3;
    text-align: center;
    padding-left: calc(var(--bs-gutter-x) * 0.75);
    padding-right: calc(var(--bs-gutter-x) * 0.75);
    padding-top: 1.5rem;
  }

  .individual-accessory-div img {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

/* testimonials */

.front-page-testimonials {
  background-color: #eee;
  padding-bottom: 6rem;
}

.front-page-testimonials-div {
  display: flex;
  flex: 0 0 auto;
  width: 90%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.individual-testimonial {
  text-align: center;
}

.front-page-testimonials h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Museo Sans 900';
  color: #09105e;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
}

.front-page-testimonials h3 {
  margin-bottom: 1rem;
  font-family: 'Museo Sans 500';
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.front-page-testimonials p {
  margin-bottom: 1rem;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.front-page-testimonials i {
  color: #09105e;
}

.front-page-testimonials-div .slick-dots li button {
  background-color: rgba(9, 16, 94, .2);
}

.front-page-testimonials-div .slick-active button,
.front-page-testimonials-div .slick-dots li button:hover,
.front-page-testimonials-div .slick-dots li button:focus {
  background-color: #09105e !important;
}

@media (max-width: 767px) {
  .front-page-testimonials {
    padding-bottom: 5rem;
  }

  .front-page-testimonials p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .front-page-testimonials-div .slick-dots {
    left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .individual-testimonial {
    width: 80% !important;
    margin-left: 10%;
    margin-right: 10%;
  }

  .front-page-testimonials-div .slick-dots {
    left: -7px;
  }
}

/* cta */

.front-page-cta {
  background-size: cover !important;
  background-position: center 50% !important;
  background-repeat: no-repeat !important;
}

.front-page-cta h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Museo Sans 900';
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

.front-page-cta p {
  font-family: 'Museo Sans 500';
}

@media (max-width: 767px) {
  .front-page-cta h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

/* footer */

footer {
  font-family: 'Museo Sans 500', sans-serif;
  font-size: .9rem;
}

footer img {
  width: 200px;
  /*filter: grayscale(100%);*/
}

footer h3 {
  color: #333;
  font-family: 'Museo Sans 700', sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

footer ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

footer ul li a {
  line-height: 2rem;
}

footer a {
  color: #666;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: .9rem;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

footer a:hover {
  color: #ff6600;
}

footer a.title {
  color: #333;
  font-family: 'Museo Sans 700', sans-serif;
  font-size: .9rem;
  cursor: default;
  text-transform: uppercase;
}

footer ul li a i {
  width: 23px;
  text-align: left;
}

/* products page - cover */

.products-page-cover {
  padding-top: 120px;
  padding-bottom: 0;
  height: 100vh;
  background-image: linear-gradient(to bottom, rgba(23, 23, 23, 0.65), rgba(23, 23, 23, 0.65)), url('../images/cover.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-position-y: 10%;
}

.rent-page-cover {
  background-image: linear-gradient(to bottom, rgba(23, 23, 23, 1), rgba(23, 23, 23, 1)), url('../images/cover.jpeg') !important;
}

.products-page-cover h1 {
  position: relative;
  font-family: 'Museo Sans 900', sans-serif;
  font-size: 2.8rem !important;
  line-height: 3.3rem !important;
  text-transform: uppercase;
}

.products-page-cover video {
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: .85;
}

@media (max-width: 767px) {
  .products-page-cover video {
    height: 100vh;
  }
}

@media (min-width: 768px) {
	.products-page-cover video {
		width: 100%;
	}
}

.products-page-cover-cta-div {
  position: absolute;
  height: calc(100vh - 120px);
}

.products-page-cover-description-div {
  position: absolute;
  height: calc(100vh - 120px);
  width: 50%;
  margin-left: 50%;
}

.products-page-cover-description-div-inner {
  padding: 4rem 5rem;
  background-color: rgba(255, 255, 255,0.8);
  display: flex;
  align-items: center;
}

.products-page-cover-description-div-inner > div:nth-child(1) {
  flex: 4;
  padding-right: 0;
  text-align: justify;
}

.products-page-cover-description-div-inner > div:nth-child(2) {
  flex: 1;
}

.products-page-cover-description-div h3 {
  font-family: 'Museo Sans 500', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75rem;
  text-transform: none;
}

.products-page-cover-description-div a {
  padding-bottom: 3px;
  font-family: 'Museo Sans 700', sans-serif;
  color: #ff6600;
  font-size: .9rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #ff6600;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.products-page-cover-description-div a:hover {
  color: #09105e;
  border-bottom: 2px solid #09105e;
}

.products-page-cover-description-div img {
  width: 100%;
}

@media (max-width: 767px) {
  .products-page-cover {
    height: auto !important;
  }

  .products-page-cover h1 {
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
  }

  .products-page-cover-cta-div {
    position: relative;
    height: calc(100vh - 120px);
    padding-top: 0;
    padding-bottom: 0;
  }

  .products-page-cover-description-div {
    position: relative;
    height: auto;
    width: 100%;
    margin-left: 0;
  }

  .products-page-cover-description-div-inner {
    padding: 3rem;
  }

  .products-page-cover-description-div-inner > div:nth-child(1) {
    flex: 5;
  }

  .products-page-cover-description-div-inner > div:nth-child(2) {
    flex: 2;
  }
}

/* products page - products */

.products-page-products h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Museo Sans 900';
  color: #09105e;
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  text-transform: uppercase;
}

.products-page-products p {
  font-family: 'Museo Sans 500', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75rem;
}

.manufacturing-product-div {
  flex: 0 0 auto;
  width: 100% !important;
  align-items: center;
}

.manufacturing-product-div > div {
  position: relative;
  flex: 1;
}

.manufacturing-product-div img {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #eee;
  border-radius: 2rem;
  border-top-left-radius: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.manufacturing-product-div h3 {
  margin-bottom: 1rem;
  font-family: 'Museo Sans 500';
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

/*
.manufacturing-product-div p {
  margin-bottom: 1rem;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.manufacturing-product-div a {
  padding-bottom: 3px;
  font-family: 'Museo Sans 700', sans-serif;
  color: #ff6600;
  font-size: .9rem;
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #ff6600;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.manufacturing-product-div:hover a {
  color: #09105e;
  border-bottom: 2px solid #09105e;
}*/

.manufacturing-product-div .product-price-badge {
  top: 1.5rem;
  left: 1.5rem;
  margin-right: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .products-page-products {
    padding-top: 0;
    padding-bottom: 0;
  }

  .products-page-products h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
  }

  .manufacturing-product-div > div:nth-child(2) {
    padding-top: var(--bs-gutter-x);
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .products-page-products {
    padding-top: 0;
    padding-bottom: 0;
  }

  .manufacturing-product-div {
    display: flex !important;
  }

  .manufacturing-product-div > div:nth-child(2) {
    padding-left: var(--bs-gutter-x);
    padding-right: 0;
  }
}

/* rent - cta */

.rent-page-cta {
  background-size: cover !important;
  background-position: center 35% !important;
  background-repeat: no-repeat !important;
}

.rent-page-cta h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Museo Sans 900';
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

.rent-page-cta p {
  font-family: 'Museo Sans 500';
}

.rent-product-div h3 {
  font-family: 'Museo Sans 700';
  color: #09105e;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.rent-product-div p {
  font-size: 1.05rem !important;
  line-height: 1.65rem !important;
}

.rent-product-div ul {
  margin-bottom: 1.5rem;
  padding-inline-start: 14px;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: 1.05rem;
  line-height: 1.65rem;
}

.rent-page-cover-guarantee-image {
  position: absolute;
  width: 100px !important;
  bottom: 3rem;
  right: 3rem;
}

.rent-calculator {
  text-align: center;
}

.rent-calculator input {
  width: 300px;
  padding: 2rem;
  color: #09105e;
  font-family: 'Museo Sans 700';
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  border: 2px solid #eee;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: 0 !important;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.house-construction {
  position: relative;
  display: inline-block;
  padding: 2rem;
  width: 300px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-family: 'Museo Sans 700';
  color: #757575;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  border: 2px solid #eee;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  outline: 0 !important;
  background-image: url('../images/chevron-down-house.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: calc(100% - 30px);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.house-construction-choices {
  position: absolute;
  top: 88px;
  left: -2px;
  width: 300px;
}

.house-construction-choices > div {
  display: inline-block;
  padding: 2rem;
  width: 300px;
  text-align: left;
  margin-left: 0;
  margin-right: -6px;
  font-family: 'Museo Sans 700';
  color: #757575;
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  border: 2px solid #eee;
  background-color: #fff;
  cursor: pointer;
  outline: 0 !important;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.house-construction-choices > div:first-child {
  border-bottom: 0;
}

.rent-calculator input:hover,
.rent-calculator input:focus,
.house-construction:hover,
.house-construction-choices > div:hover {
  background-color: #eee;
  border-color: #eee;
}

.rent-calculator input:nth-child(2) {
  border-bottom-left-radius: 0;
  margin-left: -6px;
}

.rent-calculator input:nth-child(3) {
  border-bottom-left-radius: 0;
  margin-left: -6px;
  margin-right: -6px;
}

.rent-calculator button {
  padding: 2rem;
  font-size: 1.5rem;
  line-height: calc(1.5rem - 2px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 6px;
}

.rent-calculator input,
.house-construction {
  margin-bottom: -2px;
}

@media (max-width: 767px) {
  .rent-page-cta h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .rent-calculator input,
  .house-construction {
    width: 100%;
    font-size: 1.15rem;
    line-height: 1.15rem;
    margin-bottom: -2px;
    border-bottom-left-radius: 0;
  }

  .house-construction {
    margin-right: 0;
    border-top-right-radius: 1rem;
  }

  .house-construction-choices {
    top: 84px;
    width: calc(100% + 2px);
  }

  .rent-product-div {
    padding-top: 0 !important;
  }

  .rent-product-div ul {
    margin-bottom: 3rem;
    list-style-position: inside;
  }

  .house-construction-choices > div {
    width: calc(100% + 2px);
    font-size: 1.15rem;
    line-height: 1.25rem;
  }

  .rent-calculator input:nth-child(1) {
    border-top-right-radius: 1rem;
  }

  .rent-calculator input:nth-child(2) {
    border-bottom-right-radius: 0;
    margin-left: 0;
  }

  .rent-calculator button {
    width: 100%;
    font-size: 1.15rem;
    line-height: 1.15rem;
    padding: 2rem;
    margin-bottom: 0;
    border-radius: 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .rent-page-cover-guarantee-image {
    position: absolute;
    width: 75px !important;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .rent-calculator button {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}

/* about us - cover */

.about-us-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-position-y: 45%;
}

.about-cover-div-inner h3 {
  margin-bottom: 1.5rem;
  text-align: justify;
}

.about-cover-div-inner h3:last-child {
  margin-bottom: 0;
}

.about-us-content-div p,
.about-us-content-div h2 {
  margin-bottom: 1.5rem !important;
}

.about-us-content-div p:last-child,
.about-us-content-div h2:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .about-us-page {
    background-position-x: 30%;
  }
}

/* about us - content */

.inner-p-text-align-justify p {
  text-align: justify !important;
}

.about-page-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-page-content h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Museo Sans 900';
  color: #09105e;
  text-transform: uppercase;
}

.about-page-content p {
  font-family: 'Museo Sans 500', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75rem;
  text-align: left;
}

@media (min-width: 768px) {
  .about-page-content h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem !important;
  }
}

@media (max-width: 767px) {
  .about-page-content h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 2rem !important;
  }
}

/* about page - cta */

.about-page-cta {
  background-size: cover !important;
  background-position: center 35% !important;
  background-repeat: no-repeat !important;
}

.about-page-cta h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Museo Sans 900';
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

.about-page-cta p {
  font-family: 'Museo Sans 500';
}

@media (max-width: 767px) {
  .about-page-cta h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

/* accessories page */

.accessories-product-div {
  flex: 0 0 auto;
  width: 100% !important;
  align-items: center;
}

.accessories-product-div > div {
  position: relative;
  flex: 1;
}

.accessories-product-div img {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #eee;
  border-radius: 2rem;
  border-top-left-radius: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.accessories-product-div h3 {
  margin-bottom: 1rem;
  font-family: 'Museo Sans 500';
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.accessories-product-div p {
  font-family: 'Museo Sans 500';
  font-size: .9rem;
  line-height: 1.4rem;
}

.accessories-product-div > div:nth-child(2) > p:last-child {
  margin-bottom: 0;
}

.accessories-product-div .product-price-badge {
  top: 1rem;
  left: 1rem;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  font-size: .9rem;
}

@media (max-width: 767px) {
  .accessories-product-div > div:nth-child(2) {
    padding-top: var(--bs-gutter-x);
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .accessories-product-div {
    display: flex !important;
  }

  .accessories-product-div > div:nth-child(2) {
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
  }
}

/* contacs page */

.contacts-page-ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.contacts-page-ul li a {
  font-family: 'Museo Sans 500', sans-serif;
  font-size: 1.15rem;
  line-height: 2rem;
  color: #333;
  text-transform: none;
  text-decoration: none;
  border-bottom: 0 !important;
}

.contacts-page-ul li a:hover {
  color: #ff6600;
}

.contacts-page-ul li a i {
  width: 30px;
  text-align: left;
}

#map {
  height: 500px;
  border-radius: 0;
}

/* privacy policy - cover */

.privacy-policy-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-position-y: 55%;
}

@media (max-width: 767px) {
  .privacy-policy-page {
    background-position-x: 30%;
  }
}

/* privacy policy - content */

.privacy-policy-page-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.privacy-policy-page-content h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: 'Museo Sans 900';
  color: #09105e;
  text-align: left;
  font-size: 1.35rem !important;
  line-height: 2rem !important;
  text-transform: uppercase;
}

.privacy-policy-page-content p {
  margin-bottom: 1.5rem;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75rem;
  text-align: left;
}

.privacy-policy-page-content ul {
  padding-inline-start: 14px;
  margin-bottom: 1.5rem;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75rem;
  text-align: left;
}

.privacy-policy-page-content table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 2rem;
  border-radius: 1rem;
}

.privacy-policy-page-content table td {
  padding: 20px;
  border: 2px solid #eee;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75rem;
}

.privacy-policy-page-content table tr:first-child td {
  font-family: 'Museo Sans 700';
}

.privacy-policy-page-content a {
  color: #333;
  text-decoration: underline;
}

.privacy-policy-page-content a:hover {
  color: #333;
  text-decoration: none;
}

.privacy-policy-page-content h2:last-child,
.privacy-policy-page-content p:last-child,
.privacy-policy-page-content ul:last-child {
  margin-bottom: 0;
}

/* cookie bar */

.cookies-bar {
  position: fixed;
  display: flex;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  align-items: center;
  z-index: 9999;
  background-color: rgba(255, 255, 255, .92);
  color: #333;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4;
}

.cookies-bar a {
  color: #333;
  text-decoration: underline;
}

.cookies-bar a:hover {
  color: #333;
  text-decoration: none;
}

.cookies-bar button {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background-color: #ff6600;
  border: 1px solid #ff6600;
  border-radius: 2rem;
  border-top-left-radius: 0;
  font-size: .9rem;
  font-family: 'Museo Sans 700';
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.cookies-bar button:hover {
  background-color: #ff8533;
  border: 1px solid #ff8533;
  color: #fff;
}

@media (max-width: 767px) {
  .cookies-bar {
    display: block;
    text-align: center;
  }

  .cookies-bar div:nth-child(2) {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .cookies-bar {
    padding: 1.5rem 2rem;
  }

  .cookies-bar div:nth-child(1) {
    flex: 4;
    padding-right: 2rem;
  }

  .cookies-bar div:nth-child(2) {
    flex: 1;
  }
}

/* contact form */

.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: -2px;
  padding: 2rem;
  color: #09105e;
  font-family: 'Museo Sans 700';
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-align: left;
  border: 2px solid #eee;
  border-radius: 0;
  outline: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.contact-form input:first-child {
  border-top-right-radius: 1rem;
  margin-top: 0;
}

.contact-form textarea {
  height: 140px;
  resize: none;
}

.contact-form input:hover,
.contact-form textarea:hover {
  background-color: #eee;
  border-color: #eee;
}

.contact-form a {
  margin-top: 0;
  font-size: 1.5rem;
  border-top-right-radius: 0;
}

@media (max-width: 767px) {
  .contact-form input,
  .contact-form textarea,
  .contact-form a {
    font-size: 1.15rem !important;
    line-height: 1.15rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

.error-input {
  background-color: #f8c9c4 !important;
}

/* checkbox */

.checkbox-container {
  display: block;
  position: relative;
  text-align: left;
  padding: 1.5rem 2rem 1.5rem 4rem;
  margin-top: -8px;
  margin-bottom: 0;
  cursor: pointer;
  border: 2px solid #eee;
  border-top: 0;
  border-bottom: 0;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.checkbox-container-optional-equipment {
  display: block;
  position: relative;
  text-align: left;
  padding: 0 2rem 0 4.5rem;
  margin-top: -4px;
  margin-bottom: 0;
  cursor: pointer;
  border: 0;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: 1.35rem;
  line-height: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

@media (max-width: 767px) {
  .checkbox-container-optional-equipment {
    padding-left: 2.5rem;
    font-size: 1.15rem;
    line-height: 1.65rem;
  }
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container-optional-equipment input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 1.6rem;
  left: 1.7rem;
  height: 24px;
  width: 24px;
  border-radius: 8px;
  border-top-left-radius: 0;
  background-color: #eee;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.checkbox-container-optional-equipment .checkmark {
  top: 0.1rem;
  height: 30px;
  width: 30px;
}

@media (max-width: 767px) {
  .checkbox-container-optional-equipment .checkmark {
    height: 24px;
    width: 24px;
    left: 0;
  }
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ddd;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.checkbox-container-optional-equipment:hover input ~ .checkmark {
  background-color: #ddd;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #ff6600;
}

.checkbox-container-optional-equipment input:checked ~ .checkmark {
  background-color: #ff6600;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container-optional-equipment input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 9px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-container-optional-equipment .checkmark:after {
  left: 11px;
  top: 6px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .checkbox-container-optional-equipment .checkmark:after {
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
  }
}

.checkbox-container a {
  font-size: 1rem !important;
  color: #333;
  text-decoration: underline;
}

.checkbox-container-optional-equipment a {
  font-size: 1rem !important;
  color: #333;
  text-decoration: underline;
}

.checkbox-container a:hover {
  color: #333;
  text-decoration: none;
}

.checkbox-container-optional-equipment a:hover {
  color: #333;
  text-decoration: none;
}

.error-privacy,
.error-privacy a {
  color: #e74c3c !important;
}

/* query form sale */

.modal-query-form-sale {
  border-radius: 2rem;
  border-top-left-radius: 0;
}

.modal-query-form-sale h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Museo Sans 900';
  color: #09105e;
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .modal-query-form-sale {
    width: 575px;
  }
}

@media (max-width: 767px) {
  .modal-query-form-sale h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
  }
}

.query-form input,
.query-form textarea {
  width: 100%;
  margin-top: -2px;
  padding: 1rem;
  color: #09105e;
  font-family: 'Museo Sans 700';
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-align: left;
  border: 2px solid #eee;
  border-radius: 0;
  outline: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.query-form input:first-child {
  border-top-right-radius: 1rem;
  margin-top: 0;
}

.query-form textarea {
  height: 90px;
  resize: none;
}

.query-form input:hover,
.query-form textarea:hover {
  background-color: #eee;
  border-color: #eee;
}

.query-form a {
  margin-top: 0;
  font-size: 1.25rem;
  border-top-right-radius: 0;
}

.query-form .checkmark {
  top: 1.25rem;
  left: 1rem;
}

.query-form .checkbox-container {
  padding: 1.25rem 2rem 1.25rem 3.25rem;
}

@media (max-width: 767px) {
  .query-form input,
  .query-form textarea,
  .query-form a {
    font-size: 1rem !important;
    line-height: 1rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

.fancybox__content {
  border-radius: 2rem;
  border-top-left-radius: 0;
}

.rent-calendar-div {
  display: flex !important;
}

.rent-calendar-div > input {
  width: calc(50% + 1px) !important;
  margin-top: 0 !important;
  background-image: url('../images/chevron-down-house.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: calc(100% - 20px);
  cursor: pointer;
}

.rent-calendar-div > input:first-child {
  border-top-right-radius: 0 !important;
}

.rent-calendar-div > input:nth-child(2) {
  border-top-right-radius: 1rem !important;
  margin-left: -2px !important;
}

/* date time picker */

#ui-datepicker-div {
  z-index: 999999999999999 !important;
}

.ui-widget {
  font-family: 'Museo Sans 500';
}

.ui-datepicker td {
  padding: 2px;
}

.ui-widget.ui-widget-content {
  margin-top: -2px;
  padding: 1rem;
  border: 2px solid #eee;
  border-radius: 0;
  border-bottom-right-radius: 1rem;
}

.ui-widget-header {
  border: 0;
  background-color: #eee;
  border-radius: 1rem;
  border-top-left-radius: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #eee;
  background-color: #eee;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.ui-state-highlight {
  color: #ff6600 !important;
}

.ui-state-highlight.ui-state-active {
  color: #fff !important;
}

.ui-state-active,
.ui-state-hover {
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #fff !important;
}

.ui-widget-header .ui-icon {
  background-image: url('../images/chevron-down-house.svg');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  border: 1px solid transparent !important;
  top: 2px !important;
  width: 1.8rem !important;
  height: 1.8rem !important;
  background: transparent !important;
}

.ui-datepicker-prev {
  transform: rotate(90deg);
  left: 1px !important;
}

.ui-datepicker-next {
  transform: rotate(270deg);
  right: 1px !important;
}

.vacuum-cleaner-accessories-div .slick-dots {
  left: 0 !important;
}

/* calendar */

.datepicker {
  padding: 10px;
  font-family: "Museo Sans 500";
  font-size: .95rem;
  color: #333;
  border: 2px solid #eee;
  border-top: 0;
  border-radius: 0;
  border-bottom-right-radius: 1rem;
}

.datepicker table {
  border-collapse: separate;
  border-spacing: 4px;
}

.datepicker table thead > tr:nth-child(2) {
  display: flex;
}

.datepicker table thead > tr:nth-child(2) th {
  flex: 1;
}

.datepicker table thead > tr:nth-child(2) th:nth-child(2) {
  flex: 4;
}

.datepicker tfoot {
  display: none;
}

.datepicker-dropdown:before ,
.datepicker-dropdown:after {
  display: none;
}

.datepicker td,
.datepicker th {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.datepicker .day,
.datepicker .prev,
.datepicker .datepicker-switch,
.datepicker .next {
  margin: 0 2px;
  padding: 0;
  background-color: #eee;
  border-radius: 4px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.datepicker .datepicker-switch {
  padding-left: 11px;
  padding-right: 11px;
  cursor: default !important;
}

.datepicker .dow {
  margin: 0 2px;
  padding: 0;
}

.datepicker .day:hover:not(.disabled):not(.disabled-date),
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker .active {
  background: #ff6600 !important;
  color: #fff !important;
  text-shadow: none !important;
  border-color: none !important;
}

.datepicker .prev i,
.datepicker .next i {
  vertical-align: -1px;
}

.datepicker .day.disabled-date {
  background-color: #e74c3c !important;
  color: #fff !important;
}

.datepicker .old.day,
.datepicker .new.day {
  background: #fff;
}

.datepicker table tr td.today {
  background: #eee;
  color: #ff6600;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.datepicker table tr td.today:hover {
  background: #ff6600;
  color: #fff;
}

@media (max-width: 767px) {
  .datepicker {
    background-color: #fff !important;
  }
}

.with-fancybox {
  overflow: hidden;
}

.last-p-mb-0 > p:last-child {
  margin-bottom: 0 !important;
}

#calculatorResults {
  font-family: 'Museo Sans 700';
  font-size: 1.5rem !important;
  line-height: 2.25rem !important;
  text-transform: uppercase;
  color: #ff6600;
}

@media (min-width: 768px) {
  #calculatorResults {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.instructions-p-inner a {
  margin-right: 5px;
  margin-bottom: 10px;
}

.instructions-p-inner a:last-child {
  margin-right: 0;
}

.individual-product-video-div {
  cursor: pointer;
}

.individual-product-video-div:hover img {
  opacity: .8;
}

.watch-video-product-div {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 28px);
}

.watch-video-product-div i {
  font-size: 4rem;
  color: #ff6600;
}

.front-page-desc-p {
  width: 75%;
  margin-left: 15%;
  margin-right: 15%;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75rem;
}

.isover-logo-img {
  background-color: #fff !important;
  padding-top: 0 !important;
  padding-bottom: 3rem !important;
  width: 200px !important;
  height: auto !important;
}

.isoblow-elements-features > div {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.isoblow-elements-features h3 {
  font-family: 'Museo Sans 500';
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.isoblow-elements-features p {
  font-family: 'Museo Sans 500', sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
  color: #666;
}

.isoblow-elements-features i {
  color: #09105e;
}

.isoblow-elements-table {
  border-spacing: 0;
  margin-bottom: 0;
  border-radius: 1rem;
  border-collapse: separate;
}

.isoblow-elements-table tbody {
  border-radius: 1rem;
}

.isoblow-elements-table td {
  border: 2px solid #eee;
  border-right: 0;
  border-bottom: 0;
  padding: 1rem;
  border-radius: 0;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
  color: #666;
  text-align: center;
	width: calc(100% / 3);
}

.isoblow-elements-table tr:first-child td {
  font-family: 'Museo Sans 500', sans-serif;
  font-size: 1.15rem;
  line-height: 1.75rem;
  color: #333;
}

.isoblow-elements-table tr td:first-child {
  text-align: left;
}

.isoblow-elements-table td:last-child {
  border-right: 2px solid #eee;
}

.isoblow-elements-table tr:last-child td {
  border-bottom: 2px solid #eee;
}

.isoblow-elements-table tr:first-child td:last-child {
  border-top-right-radius: 1rem;
}

.isoblow-elements-table tr:last-child td:first-child {
  border-bottom-left-radius: 1rem;
}

.isoblow-elements-table tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}

.rent-advantages-h2-img {
  height: 55px;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .rent-advantages-h2-img {
    height: 55px;
    margin: 10px 20px;
  }
}

.inner-title-span > span {
  color: #ff6600 !important;
}

.isoblow-element-img {
  width: 100%;
  padding: 3rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
	padding: 4.5rem 7.5rem;
  background-color: #eee;
  border-radius: 2rem;
  border-top-left-radius: 0;
}

.individual-isoblow-element-feature > div {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-family: 'Museo Sans 500', sans-serif;
  color: #fff;
  background-color: #ff6600;
  border-radius: 1rem;
  border-top-left-radius: 0;
  margin-bottom: 1rem;
  display: inline-block;
}

.individual-isoblow-element-feature h3 {
  font-family: 'Museo Sans 500';
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.individual-isoblow-element-feature p {
  font-family: 'Museo Sans 500', sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.individual-isoblow-element-feature p strong {
  font-family: 'Museo Sans 700', sans-serif;
}

@media (min-width: 768px) {
	.individual-isoblow-element-feature h3 {
		width: 80%;
	}

	.individual-isoblow-element-feature p {
		width: 90%;
	}
}

.accordion-item .accordion-button span {
  margin-left: 20px;
	margin-right: 20px;
	font-size: 1.2rem;
}

@media (max-width: 767px) {
	.accordion-item .accordion-button span {
		margin-left: 10px;
		margin-right: 0;
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.individual-electric-connection-div {
	padding: 2rem;
	padding-top: 0;
	padding-bottom: 1rem;
	font-size: 1.5rem;
	text-align: left;
	font-family: "Museo Sans 700";
}

.isoblow-elements-main-photos-div img {
	width: 100%;
	height: auto;
	border-radius: 2rem;
	border-top-left-radius: 0;
}

.isoblow-elements-main-photos-div-mobile img {
	width: calc(100% - 24px);
	margin-left: 12px;
	margin-right: 12px;
	height: auto;
	border-radius: 2rem;
	border-top-left-radius: 0;
}

.isoblow-elements-main-features-div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.extra-description-div h2 {
	margin-top: 0;
	font-family: 'Museo Sans 900';
	color: #09105e;
	font-size: 2rem;
	line-height: 2.5rem;
	text-transform: uppercase;
}

.extra-description-div h3 {
	font-family: 'Museo Sans 500';
	color: #333;
	font-size: 1.25rem;
	line-height: 1.5rem;
	text-transform: uppercase;
}

.extra-description-div p {
	font-family: 'Museo Sans 500', sans-serif;
	font-size: .9rem;
	line-height: 1.4rem;
	width: 90%;
	text-align: justify;
}

.extra-description-div-p-subtitle {
	font-family: 'Museo Sans 500', sans-serif;
	font-size: 1.15rem;
	line-height: 1.75rem;
	width: 70% !important;
	margin-left: 15% !important;
	margin-right: 15% !important;
	text-align: center !important;
}

.extra-extra-advantages-img-div {
	display: inline-block;
	clear: both;
	float: none;
}

.extra-extra-advantages-img-div img:first-child {
	width: calc(50% - 24px) !important;
	float: left !important;
}

.extra-extra-advantages-img-div img:nth-child(2) {
	width: calc(50% - 24px) !important;
	float: right !important;
}

.individual-isoblow-element-feature-number-span {
	display: inline-block;
	font-family: 'Museo Sans 700';
	background-color: #ff6600;
	color: #fff;
	font-size: .9rem;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 1rem;
	border-top-left-radius: 0;
}

/*
.isoblow-element-feature-one-div {
	position: absolute;
	top: 20%;
	left: calc(40% + 24px);
}

.isoblow-element-feature-two-div {
	position: absolute;
	top: 50%;
	left: calc(35% + 24px);
}

.isoblow-element-feature-three-div {
	position: absolute;
	top: 65%;
	left: calc(20% + 24px);
}

.isoblow-element-feature-four-div {
	position: absolute;
	top: 50%;
	left: calc(65% + 24px);
}
*/

@media (max-width: 767px) {
	.individual-isoblow-element-feature-number-span-mini {
		width: 30px !important;
		height: 30px !important;
		line-height: 30px !important;
	}
}

.isoblow-elements-title-div h2,
.isoblow-elements-title-div p {
	margin-bottom: 1.5rem;
}

.isoblow-elements-title-div p:last-child {
	margin-bottom: 0;
}

.query-phone-div {
  display: flex;
}

.query-phone-div > div:nth-child(1) {
  flex: 2;
}

.query-phone-div > div:nth-child(2) {
  flex: 5;
}

.query-phone-div input {
  border-top-right-radius: 0 !important;
  border-top: 0 !important;
}

.query-phone-div > div:nth-child(1) input {
  border-right: 0 !important;
}

@media (max-width: 767px) {
  .query-phone-div > div:nth-child(2) {
    flex: 2;
  }
}

@media (max-width: 767px) {
  .front-page-slides {
    margin-bottom: -6px !important;
  }
}

@media (max-width: 767px) {
  .front-page-products-desc-p {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .front-page-generators-div-mobile .slick-prev,
  .front-page-generators-div-mobile .slick-next {
    top: 30% !important;
  }
}

.front-page-generators-div > div {
  width: calc(100% / 3) !important;
}

.front-page-generators-div img {
  width: 85% !important;
  margin-left: 7.5% !important;
  margin-right: 7.5% !important;
  padding: 1rem !important;
}

@media (max-width: 767px) {
  .front-page-advantages-row {
    justify-content: center !important;
  }

  .front-page-advantages-row > div {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (min-width: 768px) {
  .front-page-advantages-row > div {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

/* petrol portable */

@media (max-width: 767px) {
  .petrol-portable-cover h1 {
    font-family: 'Museo Sans 900', sans-serif !important;
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .petrol-portable-cover h1 {
    font-family: 'Museo Sans 900', sans-serif !important;
    font-size: 2.8rem !important;
    line-height: 3.3rem !important;
    text-transform: uppercase;
  }
}

.petrol-portable-div {
  display: flex;
  text-align: center;
  justify-content: center;
}

.petrol-portable-select-voltage-div,
.petrol-portable-select-nominal-power-div,
.welder-select-voltage-div,
.welder-select-nominal-power-div {
  position: relative;
  display: inline-block;
  padding: 2rem;
  width: 370px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-family: 'Museo Sans 700';
  color: #757575;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  border: 2px solid #eee;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  outline: 0 !important;
  background-image: url('../images/chevron-down-house.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: calc(100% - 30px);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.petrol-portable-select-nominal-power-div,
.welder-select-nominal-power-div {
  border-left: 0 !important;
}

.petrol-portable-select-voltage-choices,
.petrol-portable-select-nominal-power-choices,
.welder-select-voltage-choices,
.welder-select-nominal-power-choices {
  position: absolute;
  z-index: 1;
  top: 88px;
  left: -2px;
  width: 370px;
}

.petrol-portable-select-voltage-choices > div,
.petrol-portable-select-nominal-power-choices > div,
.welder-select-voltage-choices > div,
.welder-select-nominal-power-choices > div {
  display: inline-block;
  padding: 2rem;
  width: 370px;
  text-align: left;
  margin-left: 0;
  margin-right: -6px;
  font-family: 'Museo Sans 700';
  color: #757575;
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  border: 2px solid #eee;
  border-bottom: 0;
  background-color: #fff;
  cursor: pointer;
  outline: 0 !important;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.petrol-portable-select-nominal-power-choices > div,
.welder-select-nominal-power-choices > div {
  width: 372px;
}

.petrol-portable-select-voltage-choices > div:last-child,
.petrol-portable-select-nominal-power-choices > div:last-child,
.welder-select-voltage-choices > div:last-child,
.welder-select-nominal-power-choices > div:last-child {
  border-bottom: 2px solid #eee;
}

.petrol-portable-select-voltage-div:hover,
.petrol-portable-select-nominal-power-div:hover,
.welder-select-voltage-div:hover,
.welder-select-nominal-power-div:hover,
.petrol-portable-select-voltage-choices > div:hover,
.petrol-portable-select-nominal-power-choices > div:hover,
.welder-select-voltage-choices > div:hover,
.welder-select-nominal-power-choices > div:hover {
  background-color: #eee;
  border-color: #eee;
}

@media (max-width: 767px) {
  .petrol-portable-select-voltage-div,
  .petrol-portable-select-nominal-power-div,
  .welder-select-voltage-div,
  .welder-select-nominal-power-div {
    width: 100%;
    font-size: 1.15rem;
    line-height: 1.15rem;
    margin-bottom: -2px;
    border-bottom-left-radius: 0;
  }

  .petrol-portable-select-voltage-div,
  .petrol-portable-select-nominal-power-div,
  .welder-select-voltage-div,
  .welder-select-nominal-power-div {
    margin-right: 0;
    border-top-right-radius: 1rem;
  }

  .petrol-portable-select-voltage-choices,
  .petrol-portable-select-nominal-power-choices,
  .welder-select-voltage-choices,
  .welder-select-nominal-power-choices {
    top: 84px;
    width: calc(100% + 2px);
  }

  .petrol-portable-select-voltage-choices > div,
  .petrol-portable-select-nominal-power-choices > div,
  .welder-select-voltage-choices > div,
  .welder-select-nominal-power-choices > div {
    width: calc(100% + 2px);
    font-size: 1.15rem;
    line-height: 1.25rem;
  }
}

.petrol-portable-individual-product-photos,
.welder-individual-product-photos {
  width: 100%;
  flex: .8 !important;
  padding: 8rem 3rem;
  padding-bottom: 9rem;
  background-color: #eee;
  border-radius: 2rem;
  border-top-left-radius: 0;
}

@media (max-width: 767px) {
  .petrol-portable-individual-product-photos,
  .welder-individual-product-photos {
    max-width: none;
    width: 100%;
    margin-bottom: 2rem !important;
    padding-top: 3rem;
    padding-bottom: 5.5rem;
  }
}

@media (min-width: 768px) {
  .petrol-portable-individual-product-photos,
  .welder-individual-product-photos {
    max-width: calc(100% / 9 * 4) !important;
    margin-bottom: 0 !important;
  }
}

.petrol-portable-individual-product-photos img,
.welder-individual-product-photos img {
  padding: 0;
}

.petrol-portable-individual-product-photos-one,
.welder-individual-product-photos-one {
  width: 100%;
  flex: .8 !important;
  padding: 8rem 3rem;
  background-color: #eee;
  border-radius: 2rem;
  border-top-left-radius: 0;
}

@media (max-width: 767px) {
  .petrol-portable-individual-product-photos-one,
  .welder-individual-product-photos-one {
    max-width: none;
    width: 100%;
    margin-bottom: 2rem !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .petrol-portable-individual-product-photos-one,
  .welder-individual-product-photos-one {
    max-width: calc(100% / 9 * 4) !important;
    margin-bottom: 0 !important;
  }
}

.petrol-portable-individual-product-photos-one img,
.welder-individual-product-photos-one img {
  padding: 0;
}

.petrol-portable-individual-product-div h2,
.welder-individual-product-div h2 {
  margin-bottom: 1.5rem;
  color: #09105e;
  font-family: 'Museo Sans 900' !important;
  font-size: 1.75rem !important;
  line-height: 1.75rem !important;
  text-transform: uppercase;
}

.petrol-portable-individual-div > div:nth-child(4) h2,
.welder-portable-individual-div > div:nth-child(4) h2 {
  font-family: 'Museo Sans 900' !important;
  font-size: 1.75rem !important;
  line-height: 1.75rem !important;
}

.petrol-portable-individual-product-div h3,
.welder-individual-product-div h3 {
  margin-bottom: 0.75rem;
  color: #ff6600;
  font-family: 'Museo Sans 700' !important;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-transform: none;
}

.petrol-portable-individual-product-div p,
.welder-individual-product-div p {
  margin-bottom: 1.5rem;
  color: #777;
  font-family: 'Museo Sans 500' !important;
  font-size: 1rem;
  line-height: 1rem;
}

.petrol-portable-individual-product-div ul,
.welder-individual-product-div ul {
  margin-bottom: 0;
  padding-inline-start: 20px;
  font-family: 'Museo Sans 500', sans-serif;
  font-size: 1.15rem;
  line-height: 1.65rem;
}

.petrol-portable-individual-product-div ul a,
.welder-individual-product-div ul a {
  color: #333;
  text-decoration: underline;
}

.petrol-portable-individual-product-div ul a:hover,
.welder-individual-product-div ul a:hover {
  color: #333;
  text-decoration: none;
}

.petrol-portable-individual-product-div .slick-dots,
.welder-individual-product-div .slick-dots {
  padding-inline-start: 0;
  left: 0;
  bottom: 2rem;
}

@media (max-width: 767px) {
  .petrol-portable-individual-product-div .slick-dots,
  .welder-individual-product-div .slick-dots {
    width: 100%;
  }
}

.petrol-portable-individual-product-div .slick-dots li button,
.welder-individual-product-div .slick-dots li button {
  background-color: #ccc;
}


.petrol-portable-individual-product-div .slick-dots li button:hover,
.welder-individual-product-div .slick-dots li button:hover {
  background-color: #ff6600;
}

.optional-equipment-price-span {
  margin-left: .25rem;
  color: #ff6600;
}

.petrol-portable-totals-div h2 {
  font-family: 'Museo Sans 900' !important;
  font-size: 1.75rem !important;
  line-height: 1.75rem !important;
}

.petrol-portable-totals-div h3 {
  margin-bottom: 1rem;
  color: #ff6600;
  font-family: 'Museo Sans 700' !important;
  font-size: 1.75rem !important;
  line-height: 1.75rem !important;
  text-transform: none;
}

.petrol-portable-totals-div p {
  margin-bottom: 2rem;
  color: #777;
  font-family: 'Museo Sans 500' !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
}

/*
.other-products-div .individual-product-div,
.other-products-div-2 .individual-product-div,
.other-products-div-3 .individual-product-div {
  cursor: default !important;
}
*/

.other-products-div .individual-product-div img,
.other-products-div-2 .individual-product-div img,
.other-products-div-3 .individual-product-div img {
  padding: 2.5rem 1.5rem !important;
  /*background-color: #eee !important;*/
}

.other-products-div h3,
.other-products-div-2 h3,
.other-products-div-3 h3 {
  margin-bottom: .75rem !important;
}

.other-products-div h4,
.other-products-div-2 h4,
.other-products-div-3 h4 {
  color: #ff6600 !important;
  font-family: 'Museo Sans 500', sans-serif !important;
  font-size: .9rem !important;
  line-height: 1.4rem !important;
}

.other-products-div .individual-product-div p,
.other-products-div-2 .individual-product-div p,
.other-products-div-3 .individual-product-div p {
  margin-bottom: 0 !important;
}

.other-products-div .individual-product-div > div:nth-child(2),
.other-products-div-2 .individual-product-div > div:nth-child(2),
.other-products-div-3 .individual-product-div > div:nth-child(2) {
  padding-left: 2rem !important;
  padding-right: 2.5rem !important;
}

@media (max-width: 767px) {
  .petrol-portable-title-div h2 {
    line-height: 2rem !important;
  }

  .petrol-portable-div {
    display: block;
  }

  .petrol-portable-select-nominal-power-div,
  .welder-select-nominal-power-div {
    border-left: 2px solid #eee !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .other-products-div .slick-prev,
  .other-products-div .slick-next,
  .other-products-div-2 .slick-prev,
  .other-products-div-2 .slick-next {
    top: 32% !important;
  }

  .other-products-div-3 .slick-prev,
  .other-products-div-3 .slick-next {
    top: 30% !important;
  }

  .petrol-portable-individual-product-div h2,
  .welder-individual-product-div h2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

/* welders */

.welders-div {
  display: flex;
  text-align: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .welders-div {
    display: block;
  }
}

.cover-engine-logos-div {
  margin-bottom: 3rem;
  display: flex;
  gap: 1.5rem;
}

.cover-engine-logos-div > div {
  flex: 1;
}

.cover-engine-logos-div img {
  position: relative;
  padding: 0;
  width: 70%;
  height: auto;
  top: auto;
  bottom: auto;
  right: auto;
  margin-left: 0;
  margin-right: 20%;
  margin-bottom: 1.25rem;
}

.cover-engine-logos-div h2 {
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
}

@media (max-width: 767px) {
  .cover-engine-logos-div {
    display: block;
    margin-bottom: 0;
  }

  .cover-engine-logos-div img {
    width: 55%;
    margin-bottom: .75rem;
  }
}


/* */
