html {
  scroll-behavior: smooth;
  font-family: "Open Sans", sans-serif;
}

.wpcc-banner.wpcc-bottom {
    right: 80px !important;
}

html body {
  width: auto;
  margin: 0;
  padding: 0;
}

html body ul {
  list-style-type: none;
}

html body ul li {
  list-style-type: none;
}

html body a {
  text-decoration: none;
}

html body p {
  padding: 0.5em;
  margin: 0.5em;
}

/* .container {
  margin-top: 30px;
  margin-bottom: 100px;
  padding: 0;
} */
.main-container {
  padding: 70px 0px 70px 0px;
}

.border {
  border: 1px solid #ddd;
}

header {
  background: #f2f2f2;
  color: #626262;
  font-size: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .motto {
  font-size: 18px;
  margin-top: 14px;
  margin-left: 10.8%;

}

header .hamburger {
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  visibility: hidden;
  pointer-events: none;
  padding: 13px;
  cursor: pointer;
}

header .hamburger .bar1,
header .hamburger .bar2,
header .hamburger .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top-nav {
  font-weight: bold;
  background-color: #af0b18;
  height: 40px;
}

.top-nav .motto {
  display: none;
  font-size: 18px;
  margin: 0;
  color: white;
}

.top-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-nav ul li {
  font-size: 15px;
  margin: 0 15px;
}

.top-nav ul li a {
  color: white;
}

.social a {
  text-decoration: none;
}

.socialmedia__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .socialmedia__container {
    display: none;
  }
  .top-nav .motto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
  }
  .top-nav ul {
    display: none !important;
  }
  header .motto {
    display: none;
  }
  header .hamburger {
    visibility: visible;
    pointer-events: unset;
  }
}

.category-element {
  padding: 20px;
  border-bottom: 2px solid white;
}

.category-element a {
  color: #707070;
}

.side-bar {
  background-color: white;
}

.side-bar .img-contianer {
  width: 215px;
  height: 50px;
  padding: 8px;
  background: white;
}

.side-bar .img-contianer .fixed-height-container {
  position: relative;
  width: 209px;
  height: 36px;
  background-color: white;
}

.side-bar .img-contianer amp-img .cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.side-bar .m-sidebar {
  color: green;
}

.side-bar .m-sidebar h4 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  color: #626262;
  text-transform: uppercase;
  padding: 20px;
  border: none;
  background-color: none;
}

.side-bar .m-sidebar amp-accordion {
  margin: -15px;
}

.side-bar .m-sidebar amp-accordion .acc-section h4 {
  border: none;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  color: #626262;
  text-transform: uppercase;
  padding: 20px;
}

.side-bar .m-sidebar amp-accordion .acc-section h4 a {
  color: #626262;
}

.left-side {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-right: 20px;
}

.left-side h2 {
  margin: 0;
  font-weight: 900;
  padding: 15px;
  border: 1px solid #ddd;
  color: #776e6e;
  border-bottom: none;
  background-color: #f2f2f2;
}

.left-side .side-nav {
  border: solid 1px #ddd;
  border-top: none;
  margin-bottom: 10px;
}

.left-side .side-nav .menu {
  padding-left: 0;
}

.left-side .side-nav .menu-item {
  line-height: 30px;
  padding: 10px 20px 10px 20px;
  margin: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  border-bottom: 2px solid #ddd;
}

.left-side .side-nav .menu-item a {
  text-decoration: none;
  color: #626262;
}

.left-side .side-nav .menu-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.banner {
  width: 100%;
  height: 55px;
  background-color: #af0b18;
  overflow: hidden;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
}

.banner .img-contianer {
  width: 220px;
  height: 55px;
  padding: 8px;
  background: white;
  border-right: 1px solid #707070;
  -webkit-box-shadow: 10px 0px 76px 0px #707070;
          box-shadow: 10px 0px 76px 0px #707070;
}

.banner .img-contianer .fixed-height-container {
  position: relative;
  width: 180px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .img-contianer .fixed-height-container img {
  height: auto;
  width: 100%;
}

.banner h1 {
  margin: 10px 0 0 17px;
  color: white;
  font-size: 25px;
}

#sumPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  #sumPrice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #sumPrice span {
    margin: 10px 0;
  }
}

.seleciton {
  margin-top: 30px;
}

.seleciton select {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .seleciton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seleciton select {
    margin: 10px;
  }
}

.request {
  display: inline-block;
}

@media screen and (max-width: 425px) {
  .request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 425px) {
  .request-action {
    width: 100%;
  }
}

.tile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tile-container .tile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px;
  width: calc(50% - 16px);
  height: 300px;
  overflow: hidden;
}

.tile-container .tile img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tile-container .tile h2 {
  margin-top: 8px;
  font-size: 22px;
  color: #707070;
  text-transform: uppercase;
}

.content-container {
  padding: 40px;
  margin: 30px;
}

.content_card {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 20px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .content_card {
    padding: 10px;
  }
}

.ajanlat p {
  padding: 0;
  margin: 0;
}

.ajanlat h3 {
  padding: 0;
}

.container-epker {
  padding: 20px;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  border: none;
  font-weight: bold;
  padding: 10px;
  font-size: 15px;
  margin: 5px;
}

.btn-primary {
  color: white;
  background: #3a9845;
  border-radius: 0;
}

.btn-secoundary {
  color: white;
  background-color: #dddddd;
  border-radius: 0;
}

.btn-success {
  border-radius: 0;
}

.textblock {
  border: 1px solid #f0f0f0;
  width: 100%;
}

.textblock-inner {
  margin: 30px;
  padding: 30px;
  background-color: #f0f0f0;
}

.textblock-inner h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #af0b18;
}

@media screen and (max-width: 768px) {
  .foldmunkak-container {
    padding: 20px 20px;
  }
}

.foldmunkak-list {
  margin: 50px 20px;
}

.foldmunkak-list h3 {
  font-size: 18px;
  color: #707070;
  text-transform: uppercase;
}

.foldmunkak-list .details_box {
  padding-left: 30px;
}

@media (max-width: 425px) {
  .foldmunkak-btn {
    width: 100%;
  }
}

.other-material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other-material .img-box {
  -ms-flex-preferred-size: calc(25% - 10px);
      flex-basis: calc(25% - 10px);
  padding: 0px 5px;
}

.other-material .img-box img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .other-material .img-box {
    -ms-flex-preferred-size: calc(50%);
        flex-basis: calc(50%);
  }
}

@media (max-width: 576px) {
  .other-material .img-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.container-fluid h3 {
  margin-bottom: 20px;
}

.container-fluid .row {
  padding: 20px 100px;
}

.container-fluid .row .col {
  padding: 0;
  margin: 0 0;
}

.container-fluid .row .details_box {
  padding-left: 50px;
}

.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-container .contact {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.contact-container .contact p {
  margin: 10px 0;
  padding: 10px 0;
}

.contact_list li {
  margin: 5px 0;
}

.content_container {
  border: 1px solid #ddd;
  padding: 20px 60px;
}

.content_container-text-box {
  padding: 20px;
  background-color: #f0f0f0;
}

.content_container-text-box h2 {
  font-size: 18px;
  color: #bc3944;
  text-transform: uppercase;
  margin: 15px 0;
}

.content_container-text-box p {
  padding: 0;
}

.content_container h3 {
  font-size: 15px;
  text-transform: uppercase;
}

.details_box {
  font-size: 14px;
  padding: 10px;
}

.details_box .details_row {
  margin: 8px 0;
}

.details_box .details_row-key {
  font-weight: bold;
}

.request-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.request-form .form-group label {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.request-form .form-group input {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (max-width: 758px) {
  .request-form .form-group label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .request-form .form-group input {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.spacer {
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px solid #ddd;
}

.fxBasis-50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

h2 {
  font-size: 18px;
}

.bold {
  font-weight: bold;
}

.p-0 {
  padding: 0;
}

.primary-text {
  color: #af0b18;
  text-transform: uppercase;
  font-weight: bold;
}

.secoundary-text {
  color: #707070;
  text-transform: uppercase;
  font-weight: bold;
}

.responsive-image {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 549px) {
  .btn-send {
    width: 100%;
  }
}

.szallitmanyozas {
  border: 1px solid #ddd;
}

.szallitmanyozas-container {
  padding: 20px 50px;
}

.szallitmanyozas .img-red-border {
  border: 2px solid #af0b18;
  width: 100%;
}

.szallitmanyozas-first {
  margin: 50px 0px;
}

.szallitmanyozas-section {
  background-color: #f0f0f0;
  padding: 30px;
  width: auto;
}

.szallitmanyozas-section-padding {
  padding-bottom: 30px;
}

.szallitmanyozas-partners {
  text-align: center;
  margin: auto;
}

.szallitmanyozas-partners img {
  width: 80%;
  border: none;
  margin-bottom: 50px;
}

.szallitmanyozas-partners-h1 {
  margin: 50px 50px;
}

@media screen and (max-width: 549px) {
  .szallitmanyozas-mobile--margin_top {
    margin-top: 30px;
  }
  .szallitmanyozas-container {
    padding: 20px 0px;
  }
}

.kapcsolat iframe {
  width: 100%;
}

.kapcsolat .row {
  margin: 0;
}

.kapcsolat-map {
  padding-right: 0px;
}

.kapcsolat-section-first {
  margin-bottom: 100px;
}

.kapcsolat-section-first-content {
  width: 100%;
  height: 100%;
  background-color: #ddd;
  padding: 40px 0 0 20px;
}

.kapcsolat-section-first-content h3 {
  color: grey;
  margin-bottom: 15px;
}

.kapcsolat-section-first-content p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px;
}

.kapcsolat-section-second p {
  font-size: 18px;
}

.color-main-font {
  color: #af0b18;
}

.color-gray-font {
  color: grey;
}

.container .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  width: 100%;
}

.container .heading .img-wrap {
  background-color: #fff;
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 1199px) {
  .container .heading .img-wrap {
    width: 150px;
  }
}

.container .heading .img-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  height: 100%;
  width: 32px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(180, 18, 31, 0.25)), color-stop(100%, rgba(74, 5, 10, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.31)), to(#808080));
  background-image: linear-gradient(270deg, rgba(180, 18, 31, 0.25) 0%, rgba(74, 5, 10, 0.55) 100%, rgba(0, 0, 0, 0.31) 100%, #808080 100%);
}

.container .heading .img-wrap img {
  display: block;
  height: 30px;
}

@media (max-width: 1199px) {
  .container .heading .img-wrap img {
    height: 20px;
  }
}

.container .heading .title-wrap {
  background-color: #af0b18;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .heading .title-wrap h1 {
  margin: 0 0 0 50px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.ajanlatkeres {
  height: 100%;
  padding: 9px 10px;
  background-color: #3a9845;
}

.btn-secondary {
  border-radius: 0;
  color: #6c6c6c;
  border: 1px solid #ddd;
  background-color: white;
}

.btn-primary:hover {
  background-color: #3a9845 !important;
  border-color: #3a9845 !important;
}

.btn-primary:active {
  background-color: #3a9845 !important;
  border-color: #3a9845 !important;
}

.btn-primary:focus {
  background-color: #3a9845 !important;
  border-color: #3a9845 !important;
}

@media only screen and (max-width: 600px) {
  .kapcsolat-section-first {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .kapcsolat-section-first .kapcsolat-map {
    margin-top: 20px;
    padding: 0 !important;
  }
  .main-container {
    padding: 20px 15px 0px 15px;
  }
  .title-wrap h1 {
    font-size: 14px !important;
  }
  .motto {
    font-size: 12px !important;
  }
  .ftcol {
    padding: 0;
  }
  .ftrow {
    margin: 0;
    padding: 0 20px;
  }
  .footer {
    padding: 0 0 20px 0 !important;
  }
  .container {
    margin-bottom: 20px;
  }
}

.resp-img img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 600px) {
  .kapcsolat-section-first {
    margin-bottom: 20px;
  }
  .kapcsolat-section-first .kapcsolat-map {
    margin-top: 20px;
    padding: 0 !important;
  }
  .main-container {
    padding: 20px 15px 0px 15px;
  }
  .title-wrap h1 {
    font-size: 14px !important;
  }
  .motto {
    font-size: 12px !important;
  }
  .ftcol {
    padding: 0;
  }
  .ftrow {
    margin: 0;
    padding: 0 20px;
  }
  .footer {
    padding: 0 0 20px 0 !important;
  }
  .container {
    margin-bottom: 20px;
  }
}

.om__item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 768px) {
  .om__item {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .om__item figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    margin-bottom: 10px;
  }
}

.cart-img-container {
  position: relative;
}

.cart-img-container .cart-img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px;
}

.cart-img-container .amount-indicator {
  background-color: green;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: none;
}

.amount-cart {
  height: auto;
  font-size: 11px;
  color: white;
  position: absolute;
  top: -9px;
  right: -4px;
  font-weight: 700;
}
