@import "fontfaces.css";
/*GLOBAL*/
html {
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
  font-family: "OpenSans";
}
button {
  background: transparent;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
button:focus,
a:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}
h1 {
  margin: 0;
}
h2 {
  font-family: "FiraSans";
  font-size: 65px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
h2 span {
  font-family: "FiraSansExtraBold";
  display: block;
}
.form-control:focus {
  box-shadow: none;
  border-color: #c3c5c6;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
  border: 2px solid #e5e5e5;
  width: 100px;
  text-align: right;
  padding-right: 10px;
}
input[type="number"]:focus {
  outline: none;
}
.bhblack {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.bhblack:hover {
  border: 2px solid #f19e1c;
  background: white;
  color: #f19e1c;
}
a.order {
  color: #fff;
  background-color: #f19e1c;
  border: 2px solid transparent;
  border-radius: 10px;
  margin: 0 15px;
  transition: 0.3s;
  padding: 8px 15px;
}
a.order:hover {
  color: #f19e1c;
  border: 2px solid #f19e1c;
  background: #fff;
}

/*HEADER*/
header .top {
  height: 50px;
  background-image: linear-gradient(to right, #f4d51f, #f19e1c);
  color: #000;
  display: flex;
  align-items: center;
}
.logo-wrap img {
  max-width: 160px;
  margin: 5px 0;
}
header .nav-link {
  text-transform: uppercase;
  font-size: 18px;
  color: #808083;
}
header .nav-item.active .nav-link {
  font-family: "OpenSansBold";
  color: #000;
}
.custom-nav .navbar-nav .nav-link {
  color: #414042;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
  margin: 0 10px;
  position: relative;
}
.custom-nav .navbar-nav .nav-link::before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  height: 4px;
  background: #f19e1c;
  transition: all 0.3s ease-in-out;
  width: 0%;
}
.custom-nav .navbar-nav .nav-link:hover::before {
  width: 100%;
}
nav.navbar-light .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler-icon {
  background-image: url("../img/hamburger.svg");
  max-width: 20px;
}
/*Hero*/
.slider-wrap {
  background-image: url("../img/fuelgin_kezdolap_slider_1920x800px-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 69vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider-wrap button {
  font-family: "OpenSansBold";
  font-size: 24px;
  background: transparent;
  border: 4px solid #f19e1c;
  padding: 10px 35px;
  border-radius: 20px;
  margin-top: 50px;
  transition: all 0.3s ease-in-out;
}

.slider-wrap button:hover {
  border: 4px solid #fff;
  color: #f19e1c;
}

.slider-wrap h2 span {
  position: relative;
  z-index: 3;
}
.slider-wrap h2 span::after {
  content: "";
  width: 150px;
  height: 240px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url("../img/fuelgin_piros_450x680-01.png");*/
  z-index: 2;
}

/*CALCULATE*/
.calculate {
  margin: 80px 0 0;
}
.calculate .title-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.calculate .title-wrap .title {
  font-family: "OpenSansExtraBold";
  text-transform: uppercase;
  font-size: 40px;
  color: #4c4c4c;
}
.calculate .title-wrap .subtitle {
  font-size: 20px;
  color: #6d6d6d;
}
.calculate .steps {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
}
.calculate .steps.steps-2 {
  margin: 40px 0 20px;
}
.calculate .steps span {
  font-family: "OpenSansExtraBold";
}
.calculate-inner-wrap {
  border: 2px solid #e5e5e5;
  padding: 50px;
}
.calculate-inner-wrap-step-2 {
  padding: 20px;
}
.calculate-inner-wrap-step-2 .petrol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.calculate-inner-wrap-step-2 .petrol img {
  max-width: 30px;
  margin-right: 10px;
}
.calculate-inner-wrap-step-2 .petrol input {
  width: 280px;
  text-align: right;
  padding: 3px 10px;
  border: 2px solid #e5e5e5;
}
.calculate-inner-wrap-step-2 .petrol input::placeholder {
  opacity: 0.5;
  text-align: left;
}
.calculate-inner-wrap-step-2 .petrol input:focus {
  outline: none;
}
.calculate .input-wrap {
  margin: 5px 0;
}
.calculate .input-wrap span {
  margin-left: 5px;
  font-family: "FiraSansExtraBold";
  color: #58595b;
  font-size: 14px;
}
.calculate .left,
.calculate .center,
.calculate .right {
  position: relative;
}
.calculate .input-outer-wrap {
  padding-top: 90px;
}
.calculate .icon {
  width: 170px;
  height: 80px;
  background-size: cover;
  display: block;
  margin-bottom: 30px;
  position: absolute;
  top: 0;
}

.calculate .icon-car {
  background-image: url("../img/fuelgin_gepjarmuvek-01.svg");
}

.calculate .icon-car.icon-car-yellow {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg)
    brightness(104%) contrast(97%);
}

.calculate .icon-truck {
  background-image: url("../img/fuelgin_gepjarmuvek-02.svg");
  height: 90px;
  top: -6px;
}
.icon-truck-yellow {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg)
    brightness(104%) contrast(97%);
}
.calculate .icon-van {
  background-image: url("../img/fuelgin_gepjarmuvek-03.svg");
  height: 105px;
  top: -26px;
}
.icon-van-yellow {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg)
    brightness(104%) contrast(97%);
}

.calculate .button-wrap {
  text-align: center;
  margin: 40px;
}
.calculate-btn {
  font-family: "OpenSansExtraBold";
  font-size: 20px;
  color: #fff;
  background-color: #f19e1c;
  border-radius: 10px;
  padding: 6px 20px;
}

.calculate-table {
  display: none;
  background-color: #f19e1c;
}
.calculate-table .no-result {
  opacity: 0.3;
}
.calculate-table h3 {
  font-family: "FiraSansExtraBold";
  font-size: 50px;
  color: #fff;
  text-align: center;
  padding: 40px 0 30px;
}
.calculate-table h3 span {
  text-transform: uppercase;
}
.calculate-table .thead-info {
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
}
.table-responsive img.car {
  max-width: 90px;
}
.table-responsive img.truck {
  max-width: 120px;
}
.table-responsive img.van {
  max-width: 150px;
}
.calculate-table tbody {
  font-family: "OpenSansBold";
  font-size: 14px;
}
.calculate-table tbody th {
  text-transform: uppercase;
  vertical-align: middle;
  text-align: right;
  margin-right: 45px;
}
.calculate-table tbody td {
  font-family: "FiraSansExtraBold";
  font-size: 16px;
}
.calculate-table tbody td span {
  font-family: "OpenSansBold";
  display: inline-block;
  min-width: 100px;
  background-color: #fff;
  border: 2px solid #bcbebf;
  text-align: right;
  padding-right: 10px;
}
.calculate-table tbody td {
  min-width: 160px;
  vertical-align: middle;
}
.calculate-table .table thead th,
.calculate-table .table td,
.table th {
  border: none;
}
.calculate-table .table thead th {
  padding: 0rem 0.75rem 1rem;
}
.calculate-table tbody tr:nth-child(odd) {
  background-color: #f2af54;
}

.calculate-table .links-wrap {
  text-align: center;
  background-color: #000;
  padding: 20px 0;
}
.calculate-table .links-wrap {
  font-family: "OpenSansBold";
  font-size: 22px;
  text-transform: uppercase;
}
.calculate-table .links-wrap .back {
  color: #f19e1c;
  background-color: transparent;
  border: 2px solid #f19e1c;
  border-radius: 10px;
  padding: 4px 20px;
  margin: 0 15px;
  transition: 0.3s;
}
.calculate-table .links-wrap .back:hover {
  color: #fff;
  border: 2px solid #fff;
}
.calculate-table .links-wrap .order {
  color: #fff;
  background-color: #f19e1c;
  border: 2px solid transparent;
  padding: 4px 20px;
  border-radius: 10px;
  margin: 0 15px;
  transition: 0.3s;
}
.calculate-table .links-wrap .order:hover {
  color: #f19e1c;
  background-color: #fff;
  border: 2px solid #fff;
}

/*pricing-plans*/
.pricing-plans {
  margin: 80px 0 80px;
  display: none;
}

.pricing-plans .pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}
.pricing-plans .pricing-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 60px 0px;
  border: 4px solid #a7a9ab;
  transition: all 0.3s ease-in-out;
}
.pricing-plans .pricing-wrap .pricing-item {
  margin: 3em -1.5em;
  background: linear-gradient(133deg, white 60%, #f4f4f4 0%);
}

.pricing-plans .pricing-wrap .pricing__item--featured {
  margin: 0;
  z-index: 10;
  border-color: #f19e1c;
  transition: all 0.3s ease-in-out;
}
.pricing-plans .pricing-item .title {
  font-family: "FiraSansExtraBold";
  text-transform: uppercase;
  font-size: 55px;
  color: #231f20;
  line-height: 1;
  letter-spacing: 0.05em;
}
.pricing-plans .pricing-item .subtitle {
  font-family: "FiraSansExtraBold";
  font-size: 40px;
  color: #fff;
  background: #bcbebf;
  padding: 0px 40px;
  border-radius: 10px;
  letter-spacing: 0.07em;
  margin-top: 20px;
}
.pricing-plans .pricing-item .size {
  font-size: 20px;
  margin: 10px 0 50px;
  color: #808083;
}
.pricing-plans .infos-wrap li {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.pricing-plans .infos-wrap li img {
  max-width: 26px;
  max-height: 29px;
}
.pricing-plans .infos-wrap li span {
  text-align: left;
  font-family: "OpenSansBold";
  font-size: 16px;
  margin-left: 20px;
  margin-right: 10px;
  color: #a7a9ab;
}
.pricing-plans .pricing__item--featured .subtitle {
  background: #f19e1c;
}
.order-btn-one {
  background: #000;
  font-family: "OpenSansExtraBold";
  font-size: 24px;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 20px;
  letter-spacing: 0.05em;
  transition: all 0.1s ease-in-out;
}
.pricing-plans .order-btn {
  background: #000;
  font-family: "OpenSansExtraBold";
  font-size: 24px;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 20px;
  letter-spacing: 0.05em;
  transition: all 0.1s ease-in-out;
}
.pricing-plans .pricing__item--featured .order-btn:hover {
  background: #f19e1c;
}
.order-btn-one:hover {
  background: #f19e1c;
  color: white;
}
/*two-products section*/
.two-products {
  margin-top: 80px;
  background: #efefef;
  padding: 40px 0;
}
.two-products .product-wrap {
  border: 2px solid #929497;
  box-shadow: 0px 8px 15px rgba(68, 68, 68, 0.3);
  padding: 20px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(150deg, #fff 50%, #eaeaea9e 50%);
}
.two-products .product-wrap img {
  max-width: 160px;
}
.two-products .product-top-wrap {
  color: #414042;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.two-products .product-top-wrap .text {
  margin-left: 30px;
}
.two-products .product-top-wrap .title {
  font-size: 30px;
  font-family: "OpenSansExtraBold";
  text-transform: uppercase;
  margin-right: 5px;
  line-height: 1.2;
  color: #4c4c4c;
}
.two-products .product-top-wrap .title span {
  text-transform: lowercase;
}
.two-products .product-top-wrap .info-text {
  margin: 15px 10px 15px 0;
  color: #6d6d6d;
  font-size: 20px;
  font-weight: 100;
  max-width: 200px;
}
.two-products .link-wrap {
  padding: 20px 0 0px;
}
.two-products .link-wrap a {
  font-size: 20px;
  font-family: "OpenSansExtraBold";
  text-transform: uppercase;
  color: #fff;
  padding: 6px 50px 6px 25px;
  position: relative;
  background: #f19e1c;
  border-radius: 10px;
  border: 2px solid #f19e1c;
  transition: all 0.3s ease-in-out;
}

.two-products .link-wrap a::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  right: 17px;
  height: 20px;
  width: 20px;
  top: 30%;
  background-image: url("../img/right-arrows.svg");
  opacity: 0.5;
}
.two-products .link-wrap a:hover {
  background: white;
  border: 2px solid #f19e1c;
  color: #f19e1c;
}
.two-products .link-wrap a:hover {
  background: white;
  border: 2px solid #f19e1c;
  color: #f19e1c;
}
.two-products .link-wrap a:hover:after {
  background-image: url("../img/right-arrows-red.svg");
}
/*why-choose-item*/
.why-choose-item {
  margin: 120px 0 160px;
}

.why-choose-item .title-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.why-choose-item .title-wrap .title {
  font-family: "OpenSansExtraBold";
  text-transform: uppercase;
  font-size: 40px;
  color: #4c4c4c;
}
.why-choose-item .title-wrap .subtitle {
  font-size: 20px;
  color: #6d6d6d;
}
.why-choose-items-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 60px;
}
.why-choose-item .img-wrap {
  max-width: 550px;
  margin: auto;
}
.why-choose-item .item-wrap {
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px;
}

.why-choose-items-wrap .item-wrap img {
  margin-right: 20px;
  max-width: 35px;
  max-height: 33px;
  margin-top: 3px;
}
.why-choose-items-wrap .item-wrap .text-wrap .title {
  font-family: "OpenSansExtraBold";
  font-size: 22px;
  color: #231f20;
  text-transform: uppercase;
}
.why-choose-items-wrap .item-wrap .text-wrap .text {
  color: #4c4c4c;
}

/*CAROUSEL - PARTNERS*/

#testimonial {
  background: #efefef;
  padding-bottom: 20px;
}
.testimonial-slide {
  text-align: center;
  padding: 30px 0;
}
.testimonial-slide .testimonial-text {
  max-width: 700px;
  margin: auto;
}
.testimonial-text .testimonial-title {
  font-family: "OpenSansExtraBoldItalic";
  font-size: 22px;
  color: #231f20;
}
.testimonial-text .testimonial-sub-title {
  font-family: "OpenSansSemiBoldItalic";
  font-size: 16px;
  color: #231f20;
}
.testimonial-text p {
  margin-top: 15px;
  text-align: justify;
  padding: 20px;
}
#testimonial .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  border: 2px solid #fff;
  background-color: #fff;
}
#testimonial .owl-dots button.active,
#testimonial .owl-dots button:hover {
  background: transparent;
}

/*FOOTER*/
footer {
  background-image: url("../img/fuelgin_footer-01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 0px;
  color: #fff;
}

footer .title {
  text-transform: uppercase;
  font-family: "OpenSansBold";
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
footer .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background: #fff;
}
footer p {
  max-width: 200px;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer li,
footer li a {
  width: 100%;
  transition: all 0.3s ease;
  color: #fff;
}

footer li img {
  max-width: 15px;
  margin-right: 15px;
  max-height: 16px;
}

footer .csc {
  font-size: 14px;
  margin: 20px 0 10px;
  width: 100%;
  text-align: center;
}
footer .csc a {
  color: #fff;
  transition: all 0.3s ease;
}
footer a:hover {
  color: #f19e1c;
}
footer .fb_iframe_widget iframe,
.fb_iframe_widget_fluid {
  width: 380px !important;
  height: 220px;
  min-height: 220px;
}
/*PRODUCT PAGE*/
.product-page .slider-wrap {
  align-items: flex-end;
}
.product-page .why-choose-item {
  margin: 80px 0 80px;
}
.product-page .right-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 12vh;
  margin-bottom: 20vh;
}
.product-page .slider-wrap button {
  margin-top: 40px;
  background: #f19e1c;
  font-size: 20px;
  padding: 5px 15px;
  border-radius: 10px;
  border: 2px solid transparent;
  margin-right: 80px;
}
.product-page .slider-wrap button:hover {
  background: transparent;
  border: 2px solid #f19e1c;
  padding: 5px 15px;
}
.product-page .bder {
  border: none;
  padding-bottom: 0;
}
.product-page footer {
  margin-top: 0;
}

.product-page .why-choose-item .name-wrap {
  color: #fff;
  font-family: "OpenSansExtraBold";
  font-size: 40px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #f4d51f, #f19e1c);
  padding: 0px 0 30px 0;
}
.product-page .why-choose-item .name-wrap .title,
.product-page .why-choose-item .name-wrap .color,
.product-page .why-choose-item .name-wrap .size {
  margin-left: 60%;
  z-index: 9;
  position: relative;
}
.product-page .why-choose-item .name-wrap .color {
  margin: -20px 0 0px 60%;
}
.product-page .why-choose-item .name-wrap .size {
  font-size: 16px;
  font-family: "OpenSansBold";
}
.product-page .why-choose-item .subtitle {
  font-family: "OpenSans";
  font-size: 40px;
  text-transform: uppercase;
  margin: -10px 0 0;
}
.product-page .why-choose-item .title-wrap {
  margin-bottom: 160px;
  text-align: left;
}
.product-page .why-choose-item .paragraph {
  margin: 15px 0 180px;
  text-align: justify;
  color: #6d6d6d;
}
.why-choose-logo {
  transform: translate(160%, -100px);
  max-width: 200px;
}
.product-page .why-choose-items-wrap {
  justify-content: flex-end;
}
.product-page .why-choose-items-wrap .links-wrap {
  margin-top: 40px;
}
.product-page .links-wrap a {
  text-transform: uppercase;
  font-family: "OpenSansExtraBold";
  font-size: 18px;
}
.product-page .links-wrap a.back {
  color: #f19e1c;
  border: 2px solid #f19e1c;
  border-radius: 10px;
  padding: 8px 15px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.product-page .links-wrap a.back:hover {
  color: #fff;
  border: 2px solid #f19e1c;
  background: #f19e1c;
}

.product-page .why-choose-item .item-wrap {
  margin-top: 15px;
}

.product-page-product-image {
  position: absolute;
  top: -150px;
  z-index: 9;
  max-width: 200px;
  left: 10px;
}
.product-page .why-choose-item .img-wrap {
  position: relative;
}
.product-page .name-wrap {
  position: relative;
}
.product-page .name-wrap::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #f4d51f, #f19e1c);
  top: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: skewY(-4.5deg);
  -ms-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
  transform-origin: left top;
}
.product-page .hero-logo {
  max-width: 550px;
  margin-top: 30px;
}
.product-page .why-choose-item .title-wrap .subtitle {
  color: #4c4c4c;
}
/* THANK YOU PAGE */
.thankyou {
  background-image: url("../img/spuri_slider_01_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: -80px;
}
.thankyou h2 {
  font-family: "OpenSansExtraBoldItalic";
  font-size: 55px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.thankyou h2 span {
  font-family: "OpenSans";
  display: block;
  text-transform: none;
  font-size: 50px;
}
.thankyou a.back {
  color: #f19e1c;
  border: 2px solid #f19e1c;
  border-radius: 10px;
  padding: 8px 15px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.thankyou .links-wrap {
  margin-top: 60px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "OpenSansExtraBold";
}
.thankyou a.back:hover {
  color: #fff;
  border: 2px solid #f19e1c;
  background: #f19e1c;
}
.thankyou a.order {
  color: #fff;
  background-color: #f19e1c;
  border: 2px solid transparent;
  border-radius: 10px;
  margin: 0 15px;
  transition: 0.3s;
  padding: 8px 15px;
}
.thankyou a.order:hover {
  color: #f19e1c;
  border: 2px solid #fff;
  background: #fff;
}
.program-page .pricing-plans {
  display: block;
  margin: 0 0 80px;
}
.program-page .why-choose-item{
  margin: 80px 0 0;
}
.product-page .links-wrap {
  text-align: center;
  margin-top: 80px;
}

/*MODAL - CART - FORM*/
.modal-open .modal {
  overflow-y: scroll;
}
.modal .modal-dialog {
  max-width: 50%;
}
.modal-header {
  border: none;
}
.modal-body {
  padding: 0;
}
.modal-header .close {
  font-size: 30px;
  transition: all 0.3s ease-in-out;
}
.modal-header .close:hover {
  color: #f19e1c;
}
.cart-form .col-12 {
  padding: 0;
}
.cart-form .title-wrap {
  background: #4c4c4c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.cart-form .title-wrap.title-wrap-form {
  cursor: pointer;
}
.cart-form .title-wrap-right {
  background: #6d6d6d;
}

.cart-form .title-wrap img {
  max-width: 26px;
  margin-right: 10px;
}
.cart-form h5 {
  font-family: "OpenSansBold";
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  text-align: center;
}
.cart-form .body {
  background: #f2f2f2;
  border-bottom: 2px solid #aeb0b2;
  border-top: none;
}
.cart-form .cart-body {
  background: #f2f2f2;
  border-bottom: 2px solid #aeb0b2;
  padding: 0 40px 20px;
  height: 100%;
}
.cart-form .cart-body .product {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 40px 0 10px 0;
  justify-content: space-between;
}
.cart-form .cart-body .product-outer-wrap {
  border-bottom: 2px solid #c3c5c6;
}
.cart-form .cart-body .product-outer-wrap:last-child {
  border-bottom: none;
}
.cart-form .cart-body .product-name {
  color: #4c4c4c;
  text-transform: uppercase;
  font-family: "OpenSansExtraBold";
  margin: 0 20px 0 10px;
  font-size: 17px;
}
.cart-form .cart-body .product-name span {
  display: flex;
}
.cart-form .cart-body img {
  max-width: 150px;
}
.cart-form .cart-body input {
  max-width: 64px;
  height: 30px;
  padding: 0;
  border-color: #c3c5c6;
  font-family: "OpenSansBold";
}
.cart-form .cart-body .input-group {
  width: auto;
}
.cart-form .cart-body .input-group a {
  color: #999b9e;
  font-size: 20px;
  font-family: "OpenSansBold";
  margin: 0 5px;
  cursor: default;
}
.cart-form .icons img {
  max-width: 25px;
}
.cart-form .icons a:first-child img {
  margin-left: 15px;
}
.cart-form .icons a:last-child img {
  margin-left: 30px;
}
.cart-form .form-body {
  padding: 40px 40px;
  display: none;
}
.cart-form .form-body .input-wrap {
  margin: 5px -5px;
}
.cart-form .form-body .input-wrap input::placeholder {
  color: #c3c5c6;
}
select:not(:focus) {
  color: #c3c5c6;
}
.cart-form .form-body .form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 6px;
}
.cart-form .checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background: #fff;
  padding: 5px;
}
.cart-form .checkbox-wrap label {
  margin-top: 0.5rem;
}
.cart-form .form-title {
  font-family: "OpenSansBold";
  text-transform: uppercase;
  color: #231f20;
  margin: 30px 0 10px;
}
.cart-form .payment-wrap .btn-group {
  align-items: center;
  padding: 10px 5px 0 0;
}
.cart-form .payment-wrap .PaymentBtn {
  font-family: "OpenSansBold";
  font-size: 13px;
  text-transform: capitalize;
  background: #fff;
  border: 2px solid #c3c5c6;
  height: 30px;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}
.cart-form .payment-wrap .PaymentBtn:focus {
  box-shadow: none;
}
.cart-form .payment-wrap .PaymentBtn.activePaymentBtn,
.cart-form .payment-wrap .PaymentBtn:hover {
  color: #f19e1c;
}
.cart-form .payment-wrap .PaymentBtn.activePaymentBtn {
  border: 2px solid #f19e1c;
}

.cart-form .payment-wrap .PaymentBtn span {
  font-family: "OpenSans";
}
.cart-form .checkboxes-wrap {
  background: #fff;
  margin: 30px 0;
}
.cart-form .checkboxes-wrap a {
  color: #212529;
  transition: all 0.3s ease-in-out;
}
.cart-form .checkboxes-wrap a:hover {
  color: #f19e1c;
}
.cart-form .price-btn-wrap {
  text-align: center;
  padding-top: 30px;
  border-top: 2px solid #c3c5c6;
}
.cart-form .total-price {
  font-size: 24px;
  text-transform: uppercase;
}
.cart-form .total-price span {
  font-family: "OpenSansBold";
  text-transform: capitalize;
}
.cart-form .orderBtn {
  font-family: "OpenSansBold";
  font-size: 21px;
  background: #f19e1c;
  color: #fff;
  padding: 8px 30px;
  border-radius: 10px;
  position: relative;
  margin-top: 25px;
  border: 2px solid transparent;
}

.cart-form .orderBtn:hover {
  color: #f19e1c;
  border-color: #f19e1c;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.cart-form .cart-body .gift-wrap .yellow-bg {
  background: #f19e1c;
  margin: 5px 0;
  padding: 5px 15px;
}
.cart-form .cart-body .gift-wrap img {
  max-width: 23px;
  max-height: 20px;
  display: inline-block;
}
.cart-form .yellow-gift-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-family: "OpenSansBold";
  font-size: 16px;
  color: #fff;
}
.cart-form .gift-wrap ul {
  font-family: "OpenSansBold";
  color: #808083;
  margin-left: 22px;
}

/*GYIK*/
.gyik-hero .slider-wrap {
  height: 87vh;
}
.accordion-section {
  margin: 130px auto;
}
.accordion-section .accordion-wrap {
  margin: 0 20px;
}
.accordion-section .transition,
.accordion-wrap p,
.accordion-wrap ul li i:before,
.accordion-wrap ul li i:after {
  transition: all 0.25s ease-in-out;
}

.accordion-section .flipIn,
.accordion-section ul li {
  animation: flipdown 0.5s ease both;
}

.accordion-section .no-select,
h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-section .question {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
}

.accordion-section p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

.accordion-section p a {
  color: #6d6d6d;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.accordion-section p a:hover {
  color: #bf2527;
  text-decoration: underline;
}

.accordion-section ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.accordion-section ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}

.accordion-section ul li:last-of-type {
  padding-bottom: 0;
}
.accordion-section ul li i.arrow-accordian {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.accordion-section ul li .arrow-accordian:before,
ul li .arrow-accordian:after {
  content: "";
  position: absolute;
  background-color: #f19e1c;
  width: 3px;
  height: 9px;
}
.accordion-section ul li .arrow-accordian:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion-section ul li .arrow-accordian:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordion-section ul li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.accordion-section ul li input[type="checkbox"]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

.accordion-section
  ul
  li
  input[type="checkbox"]:checked
  ~ .arrow-accordian:before {
  transform: translate(2px, 0) rotate(45deg);
}
.accordion-section
  ul
  li
  input[type="checkbox"]:checked
  ~ .arrow-accordian:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.accordion-section .link-wrap {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.accordion-section a.order {
  text-transform: uppercase;
  font-family: "OpenSansExtraBold";
  font-size: 18px;
}
.kontakt-section p a{
  color: #6d6d6d;
  transition: all 0.3s ease-in-out;
}
.kontakt-section p a:hover{
  color: #f19e1c;
}
@media screen and (max-width: 1600px) {
  .slider-wrap h2 span::after {
    width: 150px;
    height: 230px;
  }
  .slider-wrap {
    height: 80vh;
  }
  h2 {
    font-size: 50px;
  }
  .slider-wrap button {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1220px) {
  .modal .modal-dialog {
    max-width: 70%;
  }
  .slider-wrap h2 span::after {
    right: 0px;
    bottom: -290px;
  }
}

@media screen and (max-width: 1199.98px) {
  .two-products .product-top-wrap .text {
    margin-left: 10px;
  }
  .two-products .product-wrap {
    padding: 20px 10px;
  }

  .two-products .link-wrap a {
    font-size: 15px;
  }
  .two-products .product-top-wrap .info-text {
    font-size: 16px;
  }
  .two-products .product-top-wrap .title {
    font-size: 27px;
  }
  .two-products .product-wrap img {
    max-width: 130px;
  }
  .two-products .product-top-wrap {
    justify-content: center;
    align-items: center;
  }

  .product-page .slider-wrap {
    background-image: url("../img/spuri_slider_alap_1920x800px-04.jpg");
    height: auto;
    padding: 50px 0;
  }
  .product-page .why-choose-logo {
    transform: translate(120%, -60px);
  }
  .product-page .why-choose-item .item-wrap {
    margin: 5px 0;
  }
  .product-page .right-side {
    margin-right: 2vh;
    margin-bottom: 5vh;
  }
  footer .fb_iframe_widget iframe,
  .fb_iframe_widget_fluid {
    max-width: 250px !important;
    height: 220px;
    max-height: 180px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .product-page .links-wrap a.order{
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .why-choose-item .img-wrap {
    margin: 0 auto 60px;
  }
  .why-choose-item .bder {
    padding-bottom: 50px;
  }
  .slider-wrap h2 span::after {
    width: 130px;
    height: 210px;
    right: 30px;
  }
  .product-page .hero-logo {
    max-width: 300px;
  }
  .product-page .slider-wrap {
    padding: 80px 0;
  }
  .product-page .slider-wrap button {
    font-size: 20px;
    margin-top: 20px;
  }
  .product-page-product-image {
    top: -120px;
    left: 40px;
  }
  .product-page .why-choose-logo {
    transform: translate(170%, -60px);
  }
  .product-page .why-choose-items-wrap {
    margin: 30px 0 0 0;
  }
  .product-page .why-choose-item {
    margin: 100px 0 60px;
  }
  .calculate-inner-wrap {
    padding: 50px 10px;
  }
  input[type="number"] {
    width: 80px;
  }
  .modal .modal-dialog {
    max-width: 80%;
    margin: 8px auto;
  }
}
@media screen and (max-width: 768px) {
  .two-products .product-wrap {
    height: auto;
    margin: 15px 0px;
  }
}
@media screen and (max-width: 767.98px) {
  footer .fb_iframe_widget iframe,
  .fb_iframe_widget_fluid {
    max-width: 290px !important;
  }
  .product-page .why-choose-logo {
    transform: translate(120%, -60px);
  }
  .product-page-product-image {
    top: -60px;
    max-width: 200px;
  }
  .product-page .why-choose-item .name-wrap .color,
  .product-page .why-choose-item .name-wrap .title,
  .product-page .why-choose-item .name-wrap .size {
    margin-left: 50%;
  }
  .slider-wrap h2 span::after {
    bottom: -330px;
  }
  .calculate .left,
  .calculate .center,
  .calculate .right {
    display: flex;
    justify-content: center;
  }
  .calculate .center {
    margin: 20px 0 60px;
  }
  .modal-container {
    max-width: 100%;
  }
  .cart-form .cart-body {
    padding: 0 10px 20px;
  }
  .cart-form .cart-body .product {
    flex-wrap: wrap;
  }
  .calculate-inner-wrap{
    padding: 50px 10px 80px;
  }
}
@media screen and (max-width: 480px) {
  .gyik-hero .slider-wrap{
    height: 45vh;
  }
  .gyik-hero .slider-wrap h2 span::after{
    display: none;
  }
  .navbar-light.custom-nav .navbar-nav .nav-link::before {
    bottom: 0px;
  }
  .calculate .result {
    flex-direction: column;
  }
  .category-products .nav-tabs {
    display: flex;
    justify-content: center;
  }

  .category-products .nav-tabs li {
    margin: 5px 0;
  }
  #fogyasztas_output {
    margin-bottom: 30px;
  }
  .slider-wrap{
    height: 85vh;
  }
  .slider-wrap h2 span::after {
    width: 80px;
    height: 130px;
    right: 50%;
    bottom: -240px;
    transform: translate(50%, 0px);
  }
  .slider-wrap button {
    font-size: 20px;
    margin-top: 20px;
  }
  h2 {
    margin: 10px;
    font-size: 40px;
  }
  .why-choose-item .title-wrap .title {
    font-size: 35px;
  }
  .why-choose-item .img-wrap {
    margin: 0;
  }
  .category-products .navbar-header {
    margin: auto;
  }
  .cart-form .cart-body .product-name {
    margin: 15px 0;
  }

  .why-choose-items-wrap {
    margin-left: 0;
  }
  .category-products .nav-tabs {
    margin: 15px auto;
  }
  .category-products ul li a {
    margin: 0;
  }
  .cart-form .cart-body {
    padding: 0 20px;
  }
  .cart-form .payment-wrap .btn-group {
    flex-direction: column;
  }
  .cart-form .payment-wrap .btn-group button {
    width: 60%;
    margin: 5px 0;
  }
  .cart-form .total-price span {
    display: block;
    margin-top: -5px;
  }
  .cart-form .orderBtn {
    font-size: 18px;
    padding: 8px 10px;
  }
  .logo-wrap img {
    max-width: 100px;
  }
  .testimonial-text p {
    padding: 0;
  }
  .product-page .slider-wrap {
    padding: 0px 0;
  }
  .product-page .hero-logo {
    max-width: 160px;
  }
  .product-page .slider-wrap button {
    font-size: 15px;
    padding: 5px 15px;
  }
  .product-page .why-choose-logo {
    display: none;
  }
  .product-page-product-image {
    top: -140px;
    max-width: 130px;
  }
  .product-page .why-choose-item .subtitle {
    font-size: 30px;
    margin-top: 15px;
  }
  .product-page .why-choose-item {
    margin: 50px 0 50px;
  }
  .product-page .why-choose-item .title-wrap .title {
    line-height: 1;
  }
  .product-page .why-choose-item .name-wrap {
    font-size: 30px;
  }
  .product-page .why-choose-item .name-wrap .size {
    font-size: 14px;
  }
  .three-products .margin30 {
    margin: 0;
  }
  .thankyou h2 {
    font-size: 35px;
  }
  .thankyou h2 span {
    font-size: 30px;
  }
  .thankyou .links-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .thankyou .links-wrap a {
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
    text-align: center;
  }
  .calculate-inner-wrap-step-2 .petrol input {
    width: 160px;
  }
  .calculate-table h3 {
    font-size: 37px;
  }
  .calculate-table .links-wrap .order {
    margin: 20px 0;
  }
  .pricing-plans {
    margin-top: 50px;
  }
  .pricing-plans .pricing-wrap .pricing-item {
    margin: 30px 15px;
  }
  .pricing-plans .pricing {
    margin: 0 auto;
  }
  .product-page .links-wrap a {
    display: inline-block;
    margin: 15px;
  }
  .product-page .slider-wrap button {
    margin-right: 20px;
  }
  .product-page .links-wrap {
    margin-top: 0;
  }
  .cart-form .cart-body .product {
    justify-content: center;
    margin-bottom: 30px;
  }
  .cart-form .cart-body .gift-wrap .yellow-bg {
    display: flex;
    align-items: center;
  }
  .cart-form .yellow-gift-text {
    margin-left: 20px;
  }
  .pricing-plans .pricing-item .title{
    font-size: 48px;
  }
  .two-products{
    margin-top: 40px;
  }
  .why-choose-item{
    margin: 80px 0;
  }
  .product-page .why-choose-item .paragraph{
    margin: 15px 0 80px;
  }
  .product-page .why-choose-item .title-wrap{
    margin-bottom: 80px;
  }
  .product-page footer{
    padding-left: 30px;
  }
}

@media screen and (max-width: 360px) {
  .slider-wrap {
    height: 79vh;
  }
  .cart-form .cart-body .product-name {
    font-size: 15px;
  }
  .cart-form .cart-body {
    padding: 0 5px;
  }
  .cart-form .icons img {
    max-width: 20px;
  }
  .two-products .product-wrap img {
    max-width: 100px;
  }
  .two-products .product-top-wrap .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .accordion-section .question {
    margin: 0 10px;
  }
}
.error {
  border: 1px solid red;
}
.question {
  max-width: 98%;
}
.img-hover-zoom {
  height: auto;
  overflow: hidden;
  border-radius: 50%;
}

.img-hover-zoom img {
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  border-radius: 50%;
}

.img-hover-zoom:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  border-radius: 50%;
}
hr.w-25 {
  background: #f19e1c;
  height: 1px;
}
@media screen and (max-height: 761.98px) {
  .slider-wrap {
    height: 80vh;
  }
}
@media screen and (max-height: 654.98px) {
  .slider-wrap {
    height: 90vh;
  }
}
@media screen and (max-height: 604.98px) {
  .slider-wrap {
    height: 95vh;
  }
}
@media screen and (max-height: 540.98px) {
  .slider-wrap {
    height: 100vh;
  }
}
@media screen and (max-width: 480px){
  .mobile-wrap-item {
    margin-bottom: 200px !important;
  }
  .why-choose-items-wrap{
    padding-top:20px;
  }
  .slider-wrap {
    padding-top:40px;
    justify-content: end;

  }
}

#footer2 {
    position:fixed;
    right:0;
    bottom:0;
    margin:0;

}
#footer2 img {width:100%;}


#footer3 {
    left:0;
    bottom:0;
    margin:0;

}
#footer3 img {width:50%;}