@charset "UTF-8";

/* elsődleges szín */

/* világos szöveg szín */

/* sötét szöveg szín */

/* fehér szöveg szín */

body,
html {
  font-family: "Open Sans", sans-serif;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-20 {
  padding-top: 20px;
}

.py-20 {
  padding: 20px 0;
}

.py-40 {
  padding: 40px 0;
}

.px-40 {
  padding: 0 40px !important;
}

.pd-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

p {
  color: #f2f2f2;
}

.bg-primary-color {
  background-color: #18202e !important;
}

.text-dark {
  color: #777;
}

.text-very-light {
  color: #fff;
}

.text-main-color {
  color: #18202e;
}

section.section {
  background-color: #18202e !important;
}

section.section-no-bg-color {
  background: none !important;
}

#header .header-body {
  background-color: #f3f3f3 !important;
}

#header .header-body .header-container p {
  color: #777;
}

#header .header-body .header-container .header-logo {
  margin: 3px 0 !important;
}

#header .header-top.header-top-default {
  background: #18202e !important;
}

.swiper-container {
  width: 100%;
  height: 600px;
}

.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container .swiper-slide img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-container .swiper-slide .text-wrapper {
  padding-top: 20px;
  background-color: rgba(24, 32, 46, 0.8);
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  top: 0;
  opacity: 0;
}

@media screen and (min-width: 320px) {
  .swiper-container .swiper-slide .text-wrapper .stext1 {
    text-transform: uppercase;
    font-size: 19px;
  }
}

@media screen and (min-width: 576px) {
  .swiper-container .swiper-slide .text-wrapper .stext1 {
    text-transform: uppercase;
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .swiper-container .swiper-slide .text-wrapper .stext1 {
    text-transform: uppercase;
    font-size: 26px;
  }
}

@media screen and (min-width: 320px) {
  .swiper-container .swiper-slide .text-wrapper .stext2 {
    text-transform: uppercase;
    font-size: 27px;
  }
}

@media screen and (min-width: 576px) {
  .swiper-container .swiper-slide .text-wrapper .stext2 {
    text-transform: uppercase;
    font-size: 31px;
  }
}

@media screen and (min-width: 768px) {
  .swiper-container .swiper-slide .text-wrapper .stext2 {
    text-transform: uppercase;
    font-size: 35px;
  }
}

.feature-box-icon .icons {
  color: #fff !important;
}

.nav-link:hover {
  color: #18202e !important;
}

#home-intro {
  background-color: #18202e;
}

.whyUs {
  list-style-type: none;
  padding: 0;
}

.whyUs li {
  margin-bottom: 5px;
}

.whyUs li i {
  margin-right: 5px;
}

.prod-present img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan-features {
  padding: 10px 10px 0 35px !important;
}

.primary-btn {
  background-color: #18202e !important;
  border-color: #18202e !important;
}

/* Termékek */

.category-list {
  background: #fff;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  padding: 10px 0;
}

.product-wrapper {
  box-shadow: -2px 3px 3px #777;
  margin-top: 25px;
}

.isotope-item {
  cursor: pointer;
}

.isotope-item p {
  color: #000 !important;
}

.isotope-item .card-body {
  padding: 10px 15px 0 15px;
  color: #000 !important;
}

.search-wrapper {
  position: relative;
}

.search-wrapper .search-list {
  position: absolute;
  background: #fff;
  top: 35px;
  z-index: 5;
  border: 1px solid #f4f4f4;
  display: block;
  width: 100%;
  padding-left: 0;
}

.search-wrapper .search-list li {
  list-style: none;
  cursor: pointer;
}

.search-wrapper .search-list li:hover {
  background: #f4f4f4;
}

.search-wrapper .search-list li img {
  width: 50px;
  height: auto;
}

#QuickView p {
  color: #000 !important;
}

