/*-----------------------------------------------------------------------------
	Theme Name	: eBay Template
	Theme URL	: https://www.ebay.co.uk/sch/artibaj/m.html?_nkw=&_armrs=1&_ipg=&_from=
	Description	: Description. All Rights Reserved.
	Version		: 1
	Tags		: eBay
	Author		: artibaj
	Author URL	: https://www.ebay.co.uk/sch/artibaj/m.html?_nkw=&_armrs=1&_ipg=&_from=
	Created		: Dec 15 2025
	License		: artibaj own this theme. Do Not Copy!
-------------------------------------------------------------------------------*/
body {
  padding: 0;
  margin: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
img {
  max-width: 100%;
  height: auto;
}
.checkbox {
  display: none;
}
/*
====================================
Typography
====================================
*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Heebo", sans-serif;
  color: #303840;
  margin: 0;
  padding: 0;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1;
}
h1 {
  font-size: 1.5625rem;
}
h2 {
  font-size: 1.45rem;
}
h3 {
  font-size: 1.35rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
p, .container-fluid, .container, a, ul, ul li, ol, ol li {
  color: #303840;
  font-family: "Heebo", sans-serif;
  font-size: 0.9375rem;
}
p {
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.container div[class^="col"] p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: #303840;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  color: #ffb247;
  text-decoration: underline;
}
/*
====================================
Divider
====================================
*/
.main-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2rem;
}
.main-title * {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.5625rem;
  text-align: left;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0;
}
/*
====================================
Bootstrap
====================================
*/
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col, .col-6, .col-12, .col-xs-3, .col-xs-6, .col-sm-3, .col-sm-6, .col-md-6, .col-md-4, .col-md-3, .col-lg-12, .col-lg-9, .col-lg-6, .col-lg-4, .col-lg-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 50%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 360px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/*
====================================
Order
====================================
*/
.order-1 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
@media (min-width: 992px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media (min-width: 1200px) {
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
/*
====================================
Margin and padding
====================================
*/
.p-0 {
  padding: 0 !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
@media (min-width: 360px) {
  .mb-xs-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 4rem !important;
  }
  .mt-xs-0 {
    margin-top: 0rem !important;
  }
  .mt-xs-1 {
    margin-top: 1rem !important;
  }
  .mt-xs-2 {
    margin-top: 2rem !important;
  }
  .mt-xs-3 {
    margin-top: 3rem !important;
  }
  .mt-xs-4 {
    margin-top: 4rem !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-2 {
    padding-left: 2rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .pl-xl-2 {
    padding-left: 1.5rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
}
/*
====================================
Aligns
====================================
*/
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-left {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
}
/*
====================================
Bullets list
====================================
*/
.text-description ul {
  margin: 1.5rem 0 1.5rem 0;
  padding: 0 0 0 3rem;
}
.text-description ul li {
  text-align: left;
  padding: 0 0 0 0rem;
  margin: 0.45rem 0;
}
/*
====================================
Top - logo with menu
====================================
*/
.top-box {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  border-top: 10px solid #ffb247;
  padding: calc(3rem - 10px) 0 3rem;
}
@media (min-width: 992px) {
  .top-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/*
====================================
Navbar
====================================
*/
.navbar {
  width: 100%;
  margin-top: calc(3rem - 10px);
}
.navbar .navbar-toggler, .navbar input {
  display: block;
}
.navbar-toggler {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.navbar-toggler + label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  position: relative;
  padding: 1.125rem 1rem;
  width: 100%;
  background: #ffb247;
}
.navbar-toggler + label .navbar-title {
  -webkit-transition: .25s;
  transition: .25s;
  font-family: "Heebo", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #303840;
}
.navbar:hover .navbar-toggler + label .navbar-title, .navbar .navbar-toggler:checked + label .navbar-title {
  color: #303840;
}
/* toggler */
.navbar-toggler + label .navbar-toggler-icon {
  margin-right: 0.75rem;
}
.navbar-toggler + label .navbar-toggler-icon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
}
.navbar-toggler + label .navbar-toggler-icon, .navbar-toggler + label .navbar-toggler-icon:before, .navbar-toggler + label .navbar-toggler-icon:after {
  -webkit-transition: .25s;
  transition: .25s;
  width: 17px;
  height: 2px;
  background: #303840;
}
.navbar-toggler:hover + label .navbar-toggler-icon, .navbar-toggler:hover + label .navbar-toggler-icon:before, .navbar-toggler:hover + label .navbar-toggler-icon:after, .navbar .navbar-toggler:checked + label .navbar-toggler-icon, .navbar .navbar-toggler:checked + label .navbar-toggler-icon:before, .navbar .navbar-toggler:checked + label .navbar-toggler-icon:after {
  background: #303840;
}
.navbar-toggler + label .navbar-toggler-icon:before, .navbar-toggler + label .navbar-toggler-icon:after {
  position: absolute;
  content: "";
  left: 0;
  transform-origin: 0% 50%;
}
.navbar-toggler + label .navbar-toggler-icon:before {
  top: 6px;
}
.navbar-toggler + label .navbar-toggler-icon:after {
  top: -6px;
}
/* toggler checked */
.navbar-toggler:checked + label .navbar-toggler-icon {
  background: transparent !important;
}
.navbar-toggler:checked + label .navbar-toggler-icon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler:checked + label .navbar-toggler-icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-nav {
  display: none;
  z-index: 100;
  width: 100%;
}
.navbar-toggler:checked ~ .navbar-nav {
  display: inline-block
}
.navbar-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1px 0 0;
  padding: 0;
}
.navbar-nav ul li {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}
.navbar-nav ul li a, .navbar-nav ul li label {
  width: 100%;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: .25s;
  transition: .25s;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.8rem 1.5rem 0.8rem 2.7rem;
  font-family: "Heebo", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #303840;
}
.navbar-nav ul li a:hover, .navbar-nav ul li label:hover {
  color: #ffb247;
}
/*only borders */
.navbar {
  background: none;
}
.navbar-nav ul li {
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .navbar .navbar-toggler, .navbar .navbar-hidden, .navbar input {
    display: none;
  }
  .navbar {
    background: none;
    width: auto;
    margin-bottom: 0;
  }
  .navbar-nav {
    display: inline-block;
    width: auto;
  }
  .navbar-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .navbar-nav ul li {
    border: none !important;
    position: relative;
    margin: 0 0.5rem;
    padding: 0;
  }
  .navbar-nav ul li a, .navbar-nav ul li label {
    padding: 0.75rem 1rem;
  }
  .navbar-nav ul li a:hover, .navbar-nav ul li label:hover {
    color: #FFF;
    background: #ffb247;
  }
}
@media (min-width: 992px) {
  .navbar {
    margin-top: 0;
  }
}
/*
====================================
Banner
====================================
*/
.banner {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.banner .banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: -200px center;
  object-position: -200px center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.banner .slogan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 1rem;
}
.banner .slogan ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.banner .slogan li {
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Heebo", sans-serif;
  color: #303840;
  text-transform: uppercase;
}
.banner .slogan .title1 {
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 400;
}
.banner .slogan .title2 {
  line-height: 1.1;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .banner .slogan .title1 {
    font-size: 1.125rem;
  }
  .banner .slogan .title2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .banner {
    height: 350px;
  }
  .banner .slogan {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 3rem;
  }
  .banner .slogan li {
    text-align: left;
  }
  .banner .slogan .title1 {
    font-size: 1.5rem;
  }
  .banner .slogan .title2 {
    font-size: 2.875rem;
  }
}
@media (min-width: 1200px) {
  .banner {
    height: 350px;
  }
  .banner .banner-img {
    -o-object-position: center center;
    object-position: center center;
  }
  .banner .slogan {
    padding-left: 4rem;
  }
  .banner .slogan .title1 {
    font-size: 1.25rem;
  }
  .banner .slogan .title2 {
    font-size: 3rem;
  }
}
@media (min-width: 1470px) {
  .banner {
    height: 350px;
  }
  .banner .slogan {
    padding-left: 4rem;
  }
  .banner .slogan .title1 {
    font-size: 1.25rem;
  }
  .banner .slogan .title2 {
    font-size: 3rem;
  }
}
/*
====================================
Why us - column-row
====================================
*/
.why-us-col-row-container {
  margin-top: 1.25rem;
}
.why-us-col-row-container .why-us-box > .row {
  margin-right: 0px;
  margin-left: 0px;
}
.why-us-col-row-container .why-us-box > .row > div[class^="col-"] {
  padding-right: 0px;
  padding-left: 0px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.why-us-col-row-container .why-us-box {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.why-us-col-row-container .why-us-col-row-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.25rem 1rem;
  text-align: center;
  position: relative;
  width: 100%;
}
/* Text */
.why-us-col-row-container .why-us-col-row-box .why-us-col-row-body span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #303840;
  font-family: "Heebo", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.why-us-col-row-container .why-us-col-row-box .why-us-col-row-body .why-us-col-row-title {
  font-weight: 600;
}
.why-us-col-row-container .why-us-col-row-box .why-us-col-row-body .why-us-col-row-text {
  font-weight: 400;
}
/* Icon */
.why-us-col-row-container .why-us-col-row-box .why-us-col-row-icon {
  margin-bottom: 0.5rem;
}
.why-us-col-row-container .why-us-box > .row > div[class^="col-"] .why-us-col-row-box:before, .why-us-col-row-container .why-us-box > .row > div[class^="col-"] .why-us-col-row-box:after {
  position: absolute;
  content: "";
  background: #e5e5e5;
}
.why-us-col-row-container .why-us-box > .row > div[class^="col-"] .why-us-col-row-box:before {
  bottom: 0;
  width: calc(100% - 4rem);
  height: 1px;
  left: 2rem;
}
.why-us-col-row-container .why-us-box > .row > div[class^="col-"]:last-child .why-us-col-row-box:before {
  display: none;
}
@media (min-width: 576px) {
  .why-us-col-row-container .why-us-box > .row > div[class^="col-"] .why-us-col-row-box:before {
    bottom: 0;
    width: calc(100% - 2rem);
    height: 1px;
    left: 1rem;
  }
  .why-us-col-row-container .why-us-box > .row > div[class^="col-"]:nth-last-child(-n + 2) .why-us-col-row-box:before {
    height: 0;
  }
  .why-us-col-row-container .why-us-box > .row > div[class^="col-"] .why-us-col-row-box:after {
    width: 1px;
    left: 0;
  }
  .why-us-col-row-container .why-us-box > .row > div[class^="col-"]:nth-child(even) .why-us-col-row-box:after {
    top: 1rem;
    left: 0;
    height: calc(100% - 2rem);
  }
}
@media (min-width: 768px) {
  .why-us-col-row-container .why-us-col-row-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .why-us-col-row-container .why-us-col-row-box .why-us-col-row-body span {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .why-us-col-row-container .why-us-col-row-box .why-us-col-row-icon {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .why-us-col-row-container > .row > div[class^="col-"]:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
  .why-us-col-row-container .why-us-col-row-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .why-us-col-row-container .why-us-col-row-box .why-us-col-row-body span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .why-us-col-row-container .why-us-col-row-box .why-us-col-row-icon {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .why-us-col-row-container .why-us-box > .row > div[class^="col-"]:nth-last-child(-n + 4) .why-us-col-row-box:before {
    width: 0;
  }
  .why-us-col-row-container .why-us-box > .row > div[class^="col-"]:nth-child(4n + 3) .why-us-col-row-box:after {
    top: 1rem;
    height: calc(100% - 2rem);
  }
}
@media (min-width: 1200px) {
  .why-us-col-row-container .why-us-col-row-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .why-us-col-row-container .why-us-col-row-box .why-us-col-row-body span {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .why-us-col-row-container .why-us-col-row-box .why-us-col-row-icon {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
/*
====================================
Gallery baselinker
====================================
*/
.gallery-baselinker {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
/* Main image */
.gallery-baselinker-main {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
}
.gallery-baselinker-main-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery-baselinker-main-inner img {
  text-align: center;
  border: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.gallery-baselinker-main-inner * {
  vertical-align: middle;
}
/* Images */
.gallery-baselinker div[class^="gallery_image_"] img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  max-height: 100%;
}
/* Thumbs */
.gallery-baselinker > div[class^="gallery_image_"] {
  cursor: pointer;
  /*    margin: 0 0.4rem 1rem;*/
  margin: 0.625rem 0.3125rem 0;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  text-align: center;
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #FFFFFF;
  padding: 5px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.gallery-baselinker > div[class^="gallery_image_"]:hover {
  border-color: #ffb247;
}
.gallery-baselinker > div[class^="gallery_image_"] a {
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery-baselinker > div[class^="gallery_image_"] {
  height: 60px;
  width: 60px;
}
@media (min-width: 576px) {
  .gallery-baselinker > div[class^="gallery_image_"] {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 768px) {
  .gallery-baselinker > div[class^="gallery_image_"] {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 992px) {
  .gallery-baselinker > div[class^="gallery_image_"] {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .gallery-baselinker div[class^="gallery_image_"] {
    height: 90px;
    width: 90px;
  }
}
@media (min-width: 1470px) {
  .gallery-baselinker div[class^="gallery_image_"] {
    height: 110px;
    width: 110px;
  }
}
/* Big timages */
.gallery-baselinker-wrapper {
  border-right: 1px solid #e5e5e5;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-baselinker-wrapper-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
}
.gallery-baselinker-wrapper-inner div[class^="gallery_image_"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #FFF;
  transition: all .5s ease;
  padding: calc(1rem - 1px) 1rem;
}
.gallery-baselinker-wrapper-inner div[class^="gallery_image_"] a {
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* Responsive settings */
.gallery-baselinker-main, .gallery-baselinker-wrapper {
  height: 300px;
}
.gallery-baselinker {
  padding-top: 320px;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {
  .gallery-baselinker-main, .gallery-baselinker-wrapper {
    height: 400px;
  }
  .gallery-baselinker {
    padding-top: 420px;
  }
}
@media (min-width: 992px) {
  .gallery-baselinker-main, .gallery-baselinker-wrapper {
    height: 500px;
  }
  .gallery-baselinker {
    padding-top: 520px;
  }
}
@media (min-width: 1200px) {}
/* Hover effect */
div[class^="gallery_image_"]:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner {
  z-index: 10;
}
.gallery_image_0:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_0, .gallery_image_1:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_1, .gallery_image_2:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_2, .gallery_image_3:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_3, .gallery_image_4:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_4, .gallery_image_5:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_5, .gallery_image_6:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_6, .gallery_image_7:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_7, .gallery_image_8:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_8, .gallery_image_9:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_9, .gallery_image_10:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_10, .gallery_image_11:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_11, .gallery_image_12:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_12, .gallery_image_13:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_13, .gallery_image_14:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_14, .gallery_image_15:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_15, .gallery_image_16:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_16, .gallery_image_17:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_17, .gallery_image_18:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_18, .gallery_image_19:hover ~ .gallery-baselinker-wrapper .gallery-baselinker-wrapper-inner .gallery_image_19 {
  opacity: 1;
}
/*
====================================
Table
====================================
*/
.table-box {
  margin-bottom: 1.5rem;
}
.table-box .table-row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  height: auto;
  font-family: "Heebo", sans-serif;
  font-size: 0.9375rem;
  margin-bottom: 0.625rem;
}
.table-box .table-title, .table-box .table-txt {
  width: 100%;
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #303840;
}
.table-box .table-title {
  padding-top: 0.75rem;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.table-box .table-txt {
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table-box .table-row:nth-child(odd) .table-title, .table-box .table-row:nth-child(odd) .table-txt {
  background: #f2f2f2;
}
.table-box .table-row:nth-child(even) .table-title, .table-box .table-row:nth-child(even) .table-txt {
  background: #f8f8f8;
}
@media (min-width: 767px) {
  .table-box .table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0.626rem;
  }
  .table-box .table-title, .table-box .table-txt {
    width: 50%;
    padding: 0.75rem 1.125rem;
    border-radius: 5px;
  }
  .table-box .table-title {
    margin-right: 0.626rem;
  }
  .table-box .table-txt {
    text-align: left;
  }
}
.box-info {
  background: #ffb247;
  padding: 0.875rem 1.5rem;
  border-radius: 5px;
  margin-bottom: 2.5rem;
}
.parts-fits {
  overflow-y: scroll;
  padding: 1.125rem 1.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  width: 100%;
  height: 500px;
}
@media (min-width: 1200px) {
  .parts-fits {
    height: 250px;
  }
}
/*
====================================
accordion-tab
====================================
*/
.accordion-tab-box {
  margin-bottom: 0rem;
  position: relative;
}
.accordion-tab-inner {
  display: inline-block;
  width: 100%;
  position: relative;
}
.accordion-tab-box input {
  display: none;
}
.accordion-tab-box label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  margin-bottom: 0.875rem;
  padding: 0.75rem 1rem 0.75rem 0;
  color: #303840;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  border-bottom: 1px solid #e5e5e5;
}
.accordion-tab-box input:checked + label, .accordion-tab-box label:hover {
  color: #303840;
}
.accordion-tab-box-left {
  position: relative;
}
.accordion-tab-box-left:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.75rem;
  height: 3px;
  width: 0;
  background: #ffb247;
}
.accordion-tab-box input:checked + label .accordion-tab-box-left:before, .accordion-tab-box label:hover .accordion-tab-box-left:before {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 4rem;
}
.accordion-tab-box label img {
  margin-right: 1rem;
  vertical-align: middle;
}
/* chevron */
.accordion-tab-box .icon-chevron {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
}
.accordion-tab-box .icon-chevron:before, .accordion-tab-box .icon-chevron:after {
  position: absolute;
  content: "";
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #303840;
}
.accordion-tab-box .icon-chevron:before {
  width: 0.875rem;
  height: 2px;
}
.accordion-tab-box .icon-chevron:after {
  width: 2px;
  height: 0.875rem;
}
.accordion-tab-box input:checked + label .icon-chevron:after {
  opacity: 1;
}
.accordion-tab-box input:checked + label .icon-chevron:after {
  opacity: 0;
}
.accordion-tab-box input:checked + label .icon-chevron:after, .accordion-tab-box input:checked + label .icon-chevron:before {
  background: #303840;
}
.accordion-tab-box label:hover .icon-chevron:before, .accordion-tab-box label:hover .icon-chevron:after {
  background: #303840;
}
.accordion-tab-box-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
/* body */
#accordion-tab-tab-1:checked ~ #accordion-tab-content-1, #accordion-tab-tab-2:checked ~ #accordion-tab-content-2, #accordion-tab-tab-3:checked ~ #accordion-tab-content-3, #accordion-tab-tab-4:checked ~ #accordion-tab-content-4 {
  display: inline-block;
}
.accordion-tab-box .accordion-tab-body {
  display: none;
  width: 100%;
  padding: 1.5rem 0 1rem;
  margin-bottom: 0.875rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.accordion-tab-box .accordion-tab-body p:last-child {
  margin-bottom: 0;
}
.accordion-tab-box input:checked ~ .accordion-tab-body {
  margin-top: -0.875rem;
}
@media (min-width: 992px) {
  .accordion-tab-inner {
    padding-top: 50px;
  }
  .accordion-tab-box label {
    position: absolute;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .accordion-tab-box.lang-pl #accordion-tab-tab-1 + label {
    width: 150px;
  }
  .accordion-tab-box.lang-pl #accordion-tab-tab-2 + label {
    width: 140px;
    left: 150px;
  }
  .accordion-tab-box.lang-pl #accordion-tab-tab-3 + label {
    width: 150px;
    left: 290px;
  }
  .accordion-tab-box.lang-pl #accordion-tab-tab-4 + label {
    width: 200px;
    left: 615px;
  }
  .accordion-tab-box.lang-es #accordion-tab-tab-1 + label {
    width: 150px;
  }
  .accordion-tab-box.lang-es #accordion-tab-tab-2 + label {
    width: 220px;
    left: 150px;
  }
  .accordion-tab-box.lang-es #accordion-tab-tab-3 + label {
    width: 150px;
    left: 370px;
  }
  .accordion-tab-box.lang-es #accordion-tab-tab-4 + label {
    width: 200px;
    left: 615px;
  }
  .accordion-tab-box.lang-it #accordion-tab-tab-1 + label {
    width: 180px;
  }
  .accordion-tab-box.lang-it #accordion-tab-tab-2 + label {
    width: 140px;
    left: 180px;
  }
  .accordion-tab-box.lang-it #accordion-tab-tab-3 + label {
    width: 190px;
    left: 320px;
  }
  .accordion-tab-box.lang-it #accordion-tab-tab-4 + label {
    width: 200px;
    left: 615px;
  }
  .accordion-tab-box.lang-de #accordion-tab-tab-1 + label {
    width: 160px;
  }
  .accordion-tab-box.lang-de #accordion-tab-tab-2 + label {
    width: 170px;
    left: 160px;
  }
  .accordion-tab-box.lang-de #accordion-tab-tab-3 + label {
    width: 170px;
    left: 330px;
  }
  .accordion-tab-box.lang-de #accordion-tab-tab-4 + label {
    width: 200px;
    left: 615px;
  }
  .accordion-tab-box.lang-fr #accordion-tab-tab-1 + label {
    width: 160px;
  }
  .accordion-tab-box.lang-fr #accordion-tab-tab-2 + label {
    width: 150px;
    left: 160px;
  }
  .accordion-tab-box.lang-fr #accordion-tab-tab-3 + label {
    width: 160px;
    left: 310px;
  }
  .accordion-tab-box.lang-fr #accordion-tab-tab-4 + label {
    width: 200px;
    left: 615px;
  }
  .accordion-tab-box.lang-eng #accordion-tab-tab-1 + label {
    width: 150px;
  }
  .accordion-tab-box.lang-eng #accordion-tab-tab-2 + label {
    width: 150px;
    left: 150px;
  }
  .accordion-tab-box.lang-eng #accordion-tab-tab-3 + label {
    width: 160px;
    left: 300px;
  }
  .accordion-tab-box.lang-eng #accordion-tab-tab-4 + label {
    width: 200px;
    left: 615px;
  }
  .accordion-tab-box .accordion-tab-box-left {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .accordion-tab-box input:checked + label .accordion-tab-box-left:before, .accordion-tab-box label:hover .accordion-tab-box-left:before {
    width: 100%;
  }
  .accordion-tab-box input + label .icon-chevron {
    display: none;
  }
  .accordion-tab-box .fa-plus, .accordion-tab-box .fa-minus, .accordion-tab-box input:checked + label .fa-minus {
    display: none;
  }
  .accordion-tab-box input:checked ~ .accordion-tab-body {
    margin-top: 0;
  }
  .accordion-tab-box .accordion-tab-body {
    margin-bottom: 0;
    padding-top: 2.5rem;
    border-top: 1px solid #e5e5e5;
  }
}
/*
====================================
Footer
====================================
*/
.footer-page {
  background: #ffb247;
  padding: 2rem 0;
}
.navbar-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.navbar-footer li {
  margin: 0.35rem 1rem;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-footer li a {
  font-family: "Heebo", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #303840;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.navbar-footer li a:hover {
  color: #303840;
}
@media (min-width: 768px) {
  .navbar-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*
====================================
Footer copyright
====================================
*/
.footer-copyright {
  padding: 1.5rem 0;
  overflow: hidden;
  text-align: center;
}
.footer-copyright p {
  margin-bottom: 0;
  text-align: center;
  font-size: 0.875rem;
}