
body {
  margin: 0;
  background: #fafafa;
  font-family: "Roboto";
  padding: 0;
  margin-bottom: 0;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: 'Inter';
}

.wBox-content{
  height: unset !important;
}

.extra-fields {
  display: none;
  margin-top: 15px;
}

.extra-fields.show {
  display: block;
}

.extra-check {
  margin-top: 18px;
}

.form-content {
  max-height: 5000px;
  transition: all 0.3s ease;
  overflow: visible;
}

.form-content.closed {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  overflow: hidden;
}

.form-summary {
  display: none;
  padding-top: 15px;
}

.form-summary.show {
  display: block;
  cursor: pointer;
}

.summary-title {
  margin-bottom: 10px;
  color: #f46717;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}

.summary-row {
  margin-bottom: 8px;
  color: #f4671790;
  cursor: pointer;
  font-weight: 600;
}

.formtitle {
  user-select: none;
}

.formtitle-action {
  display: flex;
  justify-content: flex-end;
  margin-top: -10px;
  margin-bottom: 15px;
}

.checkout-action-btn {
  color: #232323;
  border: 0;
  background: transparent;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
}

.checkout-action-btn:hover {
  text-decoration: underline;
}

.save-section-btn {
  margin-top: 20px;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid #f46717;
  background-color: white;
  color: #f46717;
  font-weight: bold;
  transition: 0.3s ease;
}

.save-section-btn:hover {
  background-color: #f46717;
  color: #fafafa;
}

.block-error-message {
  margin-bottom: 15px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #f4671715;
  color: #f46717;
  font-weight: 600;
  font-size: 14px;
}

.input-error {
  border: 1px solid #f46717 !important;
}

/* Fizetési mód */

.payment-block .formtitle-action {
  display: none;
}

.payment-block.payment-ready .formtitle-action {
  display: flex;
}

.paytype-empty-tooltip {
  line-height: 1.5;
  font-style: italic;
}

p{
  font-weight: 100;
}

.modal-content .close:hover{
  color: #f46717 !important;
}
._modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(8px);
  visibility: hidden;
  opacity: 0;
  z-index: 990;
}
._modal:target {
  visibility: visible;
  opacity: 1;
}
.modal-content {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 70% !important;
  max-width: 400px;
  position: relative;
}
._modal-content h2 {
  margin-top: 0;
  color: #333;
  font-family: "Raleway-Extrabold";
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
}
._modal-content .close {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 30px;
  text-decoration: none;
  color: #232323;
  cursor: pointer;
}
._modal-content .close:hover {
  color: #f46717;
}
._modal-content .content {
  max-height: 50%;
  overflow: auto;
}
.form-group.row.pt-10.mb-10{
  display: flex;
  justify-content: space-around;
}
a.btn.btn-primarynext{
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #232323;
  color: #fafafa !important;
  width: max-content;
  text-decoration: none;
}

a.btn.btn-primarynext:hover{
  background-color: #f46717;
  cursor: pointer;
}
    
a.btn.btn-primary{
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #232323;
  color: #fafafa !important;
  width: max-content;
}
a.btn.btn-primary:hover{
  background-color: #f46717;
  cursor: pointer;
}
.mcs {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}


@media screen and (max-width: 1024px) {

  ._modal-content{
    width: calc(90% - 40px);
  } 
}
/*-----------------------------------------*\
  dumpling
\*-----------------------------------------*/
.dumpling-box{
  margin-top: 10px;
  margin-bottom: 20px;
}
.dumpling-box .dumpling{
  display: inline-block;
  background: #8d8d8d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 4px 0 10px;
  border-radius: 15px;
  cursor: pointer;
  margin: 0 5px 5px 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.dumpling-box .dumpling .icon{
  line-height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #8d8d8d;
  display: inline-block;
  text-align: center;
  margin-left: 3px;
  padding-top: 1px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;  
}
.dumpling-box .dumpling.added, .dumpling-box .dumpling.added .icon{
  background: #6e9b78;
}
/*-----------------------------------------*\
  image reorder
\*-----------------------------------------*/
.drag-sort-enable li {
  margin: 5px 0;
  padding: 0 20px;
  height: 100%px;
  line-height: 40px;
  border-radius: 3px;
  background: #136a8a;
  background: -webkit-linear-gradient(to right, #267871, #136a8a);
  background: linear-gradient(to right, #267871, #136a8a);
  color: #fff;
  list-style: none;
}

.drag-sort-enable li.drag-sort-active {
  background: transparent;
  color: transparent;
  border: 1px solid #4ca1af;
}



.loader {
  border: 12px solid #fafafa;
  border-radius: 50%;
  border-top: 12px solid #f46717;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50%;
  left: calc(50% - 33px);
  z-index:10000;  
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}











.first-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(204, 204, 204, 0.3137254902);
}

.first-nav img {
  width: 25px;
  margin-right: 10px;
}

.first-nav a {
  color: #232323;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.first-nav p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
.contactnavbar{
  height: 40px;
  display:flex;
  justify-content: center;
  background-color: #232323;
  z-index: 998;
  position: relative;
}
.contactnav{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
.contactnav p{
  font-size: 12px;
  margin: 0 10px 0 0 ;
  color: #f46717;
  font-weight: 600;
}
.contactnav a{
  color: #fafafa;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
.contactnav a:hover{
  text-decoration: underline;
}
.contactnav-link{
  display: flex;
  justify-content: center;
}
.contactnav-link a{
  margin: 0 5px;
}
.contactnav-link img{
  width: 20px;
}
.contactnav-linktel, .contactnav-linkmail{
  display: flex;
  align-items: center;
  margin: 0 5px 0 5px;
}

.prenavbar{
  display: flex;
  height: 50px;
  background-color: #f3f4f5;
  align-items: center;
  justify-content: center;
  z-index: 998;
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.prenav{
  width: 90%;
  height: 100%;
  max-width: 1024px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
a.prenav-info{
  text-decoration: none;
  color: #232323;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: .4rem;
}
.prenav-info:hover{
  background-color: #dddddd;
  cursor: pointer;
}
.prenav-info p{
  text-decoration: none;
  color: #232323;
}
.prenav-info img{
  width: 20px;
  margin: 0 10px 0 0;
}
.prenav-menu{
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border-radius: .4rem;
}
.prenav-menu:hover{
  background-color: #dddddd;
  cursor: pointer;
}
.prenav-menu p{
  margin: 0 10px 0 0 ;
}


.navbar {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  width: 100%;
  margin-top: 0;
  height: 60px;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #f3f4f5;
  z-index: 997;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.attention{
  display: none;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  z-index: 999;
  background-color: #fafafacc;
  color: #232323;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  backdrop-filter: blur(20px);
}

.attention-top{
  display: flex;
  align-items: center;
  font-size: 50px;
  max-width: 90vw;
  flex-direction: column;
  background-color: #232323;
  border-radius: .8rem;
  padding: 20px 50px;
  margin: 20px 0;
}

.attention-top h2{
  color: #fafafa;
}

.attention img{
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.attention h2, .attention h3{
  margin: 0;
  text-align: center;
  padding-top: 10px;
  z-index: 2;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 90%;
  max-width: 1024px;
  height: 100%;
}

.hamburger {
  display: block;
  cursor: pointer;
}

.hamburger-close {
  display: block;
  cursor: pointer;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(4.5px) rotate(45deg);
}

.hamburger.active .bar:nth-child(2) {
  transform: translateY(-1.5px) rotate(-45deg);
}

.hamburger-close .bar:nth-child(1) {
  transform: translateY(4.5px) rotate(45deg);
}

.hamburger-close .bar:nth-child(2) {
  transform: translateY(-1.5px) rotate(-45deg);
}


.bar {
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 4px auto;
  transition: all 0.3s ease-in-out;
  background-color: #232323;
}

.nav-left {
  width: 10%;
  display: flex;
  justify-content: left;
  align-items: center;
}

.nav-center {
  width: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-center p {
  color: white;
}

.nav-name {
  font-weight: 600;
  margin-left: 3px;
  font-size: 20px;
}

.logo {
  width: 28px;
  top: 0px;
  display: flex;
  align-self: center;
  cursor: pointer;
}

.nav-menu {
  z-index: 999;
  height: calc(100vh - 200px);
  justify-content: space-between;
  top: calc(-100vh - 100px);
  display: flex;
  align-items: center;
  padding: 100px 0;
  gap: 0;
  flex-direction: column;
  background-color: #fafafa;
  width: 100%;
  text-align: center;
  transition: 0.6s;
  margin: 0;
  position: fixed;
}

.nav-menu__close{
  width: 90%;
  max-width: 1024px;
  display: flex;
  align-items:center;
  justify-content: right;
  position: absolute;
  top: 30px;
  margin: 0 0 0 auto;
}
.nav-menu__closeitem{
  display: flex;
  height: 40px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border-radius: .4rem;
}
.nav-menu__closeitem:hover{
  background-color: #dddddd;
  cursor: pointer;
}

.nav-menu__close p{
  margin: 0 10px 0 0;
}

button#menu-close{
  border: none;
  font-size: 28px;
  text-align: center;
  padding: 10px 20px;
  width: 20%;
  max-width: 5%;
  color: #232323;
  background-color: #f3f4f5;
  border-radius: 0 0 0 .4rem;
}

button#menu-close:hover{
  cursor: pointer;
  background-color: #232323;
  color: #fafafa;
}


.nav-menu li {
  list-style-type: none;
}

.nav-menu.active {
  z-index: 999;
  justify-content: space-between;
  top: 0;
  padding: 100px 0;
  display: flex;
  align-items: center;
  width: 100%;
  right: 0;
  margin: 0;
}

.nav-menu__top{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nav-menu__bottom{
  width: 100%;
}

.nav-contact {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  border-top: 1px solid rgba(35, 35, 35, 0.3137254902);
  margin-top: 50px;
}

.nav-contact-img {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-contact-img img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.nav-contact-info {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  align-items: flex-start;
}

.nav-contact p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

.nav-contact span {
  font-size: 14px;
}

.nav-contact a {
  margin: 0;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.nav-item {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 80%;
  max-width: 400px;
  height: 40px;
  margin: 10px 0 0 10%;
  border-radius: .4rem;
}
.nav-item.active{
  background-color: #232323
}
.nav-item.active a{
  color: #fafafa;
}
.nav-item.active:hover{
  background-color: #232323 !important;
}
.nav-item2 {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 10px;
}

.nav-item-text2 {
  height: 35px;
  padding: 5px 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: .4rem;
  text-decoration: none;
}

.nav-item-text2:hover{
  background-color: #dddddd;
}

.nav-item-text2 img{
  width: 20px;
  margin-right: 10px;
}

img.navarrow{
  width: 10px;
  margin: 0 0 0 10px;
}

.nav-item-tex2__btn{
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}

.nav-item-text2__btn p{
  color: #232323;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-item-text2__btn span{
  color: #f46717;
  font-weight: 600;
}

.nav-item:hover{
  background-color: #23232310
}

.nav-item-text {
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: left;
}

.nav-item-img {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}

.nav-item-img img {
  width: 25px;
}

.nav-item a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 40px;
  cursor: pointer;
  padding-left: 5%;
}

.nav-item a:hover .nav-item{
  background-color: rgba(35, 35, 35, 0.2509803922);
}

.nav-menu__background {
  display: none;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.nav-menu__background.active {
  display: flex;
  z-index: 1;
  position: fixed;
  top: 40px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8) ;
  backdrop-filter: blur(8px);
  z-index: 990;
  cursor: pointer;
}

.nav-mobilebtn {
  margin-top: 50px;
}

.nav-mobilebtn a {
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  background-color: #000;
  border-radius: 0.4rem;
}

.nav-mobilebtn a:hover {
  background-color: #f46717;
}

.nav-mobilebtn2 {
  margin-top: 20px;
  justify-content: center;
  display: flex;
  width: 230px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.8rem;
  border: 1px solid black;
  align-items: center;
  cursor: pointer;
}

.nav-mobilebtn2:hover {
  border: 1px solid #f46717;
}

.nav-mobilebtn2:hover a {
  color: #f46717;
}

.nav-mobilebtn2 a {
  text-decoration: none;
  color: black;
}

.nav-logo img {
  width: 30px;
  margin-top: 20px;
}

.nav-right {
  width: 90%;
  display: flex;
  justify-content: right;
  align-items: center;
}

.nav-icon {
  color: #232323;
}

.nav-sum a {
  color: #232323;
  margin: 0 40px 0 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.nav-sum a:hover {
  color: #f46717;
}

.nav-profile{
  width: max-content;
  display: flex;
}
.nav-profile img{
  width: 22px;
}

.nav-btn {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  position: relative;
  border-radius: 0.4rem;
  margin: 0 10px;
}

.cartq{
  border-radius: 50%;
  background-color: #f46717;
  position: absolute;
  right: -10px;
  top: -15px;
  text-align: center;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.nav-btn img {
  width: 25px;
}

.nav-btn p {
  color: white;
}

.nav-btn:hover {
  cursor: pointer;
}

.nav-btn:hover .nav-btn-img1 {
  display: none;
}

.nav-btn:hover .nav-btn-img2 {
  display: flex !important;
}

.nav-btn img {
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-btn-img2 {
  display: none !important;
}

.nav-btn__triangle {
  rotate: 180deg;
  max-width: 10px !important;
}

.cart {
  z-index: 997;
  height: calc(100vh - 150px);
  justify-content: space-between;
  top: 0;
  display: none;
  padding-left: 0;
  right: -400px;
  gap: 0;
  flex-direction: column;
  background-color: #fff;
  width: 400px;
  text-align: center;
  transition: 0.6s;
  margin: 0;
  position: fixed;
  cursor: auto;
}

.cart ul {
  height: 120px;
  width: 100%;
  padding: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart li {
  list-style-type: none;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
}

.cart li:hover {
  background-color: rgba(35, 35, 35, 0.137254902);
  cursor: pointer;
}

.cart h4 {
  margin-left: 10px;
  font-weight: 400;
  font-size: 15px;
}

.cart img {
  margin-right: 20px;
  width: 60px;
  margin-left: 0;
}

.cart.active {
  z-index: 997;
  top: 50px;
  display: flex;
  padding-left: 0;
  width: 400px;
  right: 0;
  margin: 0;
}

.cart-close{
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: right;
  font-weight: 900;
  font-size: 18px;
  width: 70%;
}

.cart-items {
  display: flex;
  flex-direction: column;
  height: max-content;
  max-height: 100%;
  overflow-y: scroll;
  align-items: center;
  justify-content: flex-start !important;
  width: 100%;
  margin: 10px 0 auto 0;
}

.cart-items p {
  color: #232323;
  font-size: 16px;
  text-align: left;
}

.cart-arrow__top {
  background-image: url(/1.2/images/arrow-1.png);
  height: 12px;
  width: 12px;
  background-size: contain;
  transform: rotate(270deg);
  margin: 10px 0;
  cursor: pointer;
}

.cart-arrow__bottom {
  background-image: url(/1.2/images/arrow-1.png);
  height: 12px;
  width: 12px;
  background-size: contain;
  transform: rotate(90deg);
  margin: 10px 0;
  cursor: pointer;
}

.cart-items__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin:0;
  padding: 20px 5%;
}

.cart-items__info:hover{
  background-color: #fafafa;
}

.cart-items__img {
  width: 15%;
  height: 60px;
  background-image: url(/images/033050.jpeg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cart-items__img:hover {
  cursor: pointer;
}

.cart-items__text {
  width: 80%;
  position: relative;
  color: #232323;
}

.cart-items__text p {
  margin: 0;
  width: 90%;
}

.cart-items__text p:hover {
  cursor: pointer;
  color: #f46717;
}

a.cart-items__close{
  position: absolute;
  right: 0;
  text-decoration: none;
  color: #232323;
  display: flex;
  align-items: center;
}

img.bin{ 
  display: flex;
  width: 15px;
}

img.binorange{
  display: none;
}

.cart-items__close p{
  font-size: 14px;
}

.cart-items__close:hover {
  color: #f46717;
  cursor: pointer;
}

.cart-items__close:hover .bin{
  display: none;
}

.cart-items__close:hover img.binorange{
  display: flex;
  width: 15px;
}


.cart-items__buy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px !important;
  width: 100%;
  height: max-content;
  margin-top: 20px;
}

.cart-items__buy span {
  font-size: 12px;
  color: #232323;
}

.cart-items__buy h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(35, 35, 35, 0.5019607843);
}

.cart-buy__button {
  display: flex;
  align-items: center;
  border: 1px solid rgba(35, 35, 35, 0.137254902);
  border-radius: 0.4rem;
  height: 100%;
  width: 40%;
}

.cart-minus__button {
  border: none;
  color: #232323;
  background-color: #fff;
  border-radius: 0.4rem 0 0 0.4rem;
  height: 100%;
  width: 30%;
  font-size: 18px;
}

.cart-minus__button:hover {
  cursor: pointer;
  background-color: #f3f4f5;
}

input.cart-number__button {
  display: flex;
  justify-content: center;
  margin: 0;
  border: none;
  background-color: white;
  width: 40%;
  height: 94%;
  align-items: center;
  font-size: 16px;
  text-align: center;
}

.cart-number__button:hover {
  cursor: text;
}

.cart-plus__button {
  border: none;
  color: #fafafa;
  background-color: #232323;
  border-radius: 0 0.4rem 0.4rem 0;
  height: 100%;
  width: 30%;
  font-size: 18px;
  border: 1px solid #232323;
}

.cart-plus__button:hover {
  cursor: pointer;
  background-color: #f46717;
  border: 1px solid #f46717;
}

.cart-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: auto;
}

.cart-total h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.cart-total h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.cart-items__all {
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
  position: relative;
}


button#cart-close{
  font-size: 28px;
  text-align: center;
  padding: 10px 20px;
  width: 20%;
  color: #232323;
  background-color: #f3f4f5;
  border-radius: 0 0 0 .4rem;
  border: 0;
}

button#cart-close:hover{
  cursor: pointer;
  background-color: #232323;
  color: #fafafa;
}


.cart-items__all a {
  color: #f46717;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.cart-items__all a:hover {
  text-decoration: underline;
}

.cart-total__info {
  display: flex;
  justify-content: space-between;
  width: 90%;
  align-items: center;
}

a.coupon-a{
  height: 100%;
  background-color: #232323;
  color: #fafafa;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 40%;
  text-align: center;
  justify-content: center;
  border-radius: 0 .4rem .4rem 0;
}

a.coupon-a:hover{
  background-color: #f46717;
}

.couponopen h3{
  font-size: 16px;
  display: none;
}

.couponopen h3:hover{
  color: #f46717;
  text-decoration: underline;
  cursor: pointer;
}

.couponinput{
  font-size: 16px;
  height: 40px;
  border-radius: .4rem 0 0 .4rem;
  border: 1px solid #23232330;
  width: 60%;
}
.couponinput::placeholder{
  color: #23232330;
}

h3.undercoupon{
  text-decoration: underline;
  cursor: pointer;
}

form.cart-total__info{
  width: 90%;
  margin: 20px 0 0 0;
  display: none;
}
.coupon{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cart-next {
  border-radius: 0.4rem;
  background-color: #f46717;
  border: none;
  width: 90%;
  height: 60px;
  font-size: 16px;
  color: white;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.cart-next:hover {
  cursor: pointer;
  background-color: #f48328;
}

@media screen and (max-width: 768px) {
  .nav {
    width: 90%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .cart{
    height: calc(100vh - 40px);
    width: 100%;
  }
  .cart.active{
    height: calc(100vh - 40px);
    width: 100%;
  }
  .nav-menu {
    width: 100vw;
    top: calc(-100vh - 100px);
  }
  .nav-menu.active {
    width: 100% !important;
  }
  .cart-total{
    margin: 0 0 50px 0;
  }
}
.sale {
  width: 100%;
  background-color: red;
  background-image: url(/images/various-vegetables-#232323-table-with-space-message.png);
  background-position: top;
  background-size: cover;
}

.hero-background {
  width: 100%;
}

.hero {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-image {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50px);
  left: 0;
  z-index: 2;
}

.hero-image img {
  width: 100%;
}

.hero-container {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.hero-container img {
  position: absolute;
  width: 120px;
  top: -80px;
  left: 0;
}

.hero h1 {
  font-family: 'Be Vietnam Pro';
  text-align: left;
  font-size: clamp(40px, 10vw, 80px);
  line-height: clamp(40px, 10vw, 80px);
  margin: 0;
  color: #232323;
  font-weight: 900;
  width: 100%;
}

.hero h2{
  font-weight: 500;
  width: 100%;
  font-size: clamp(30px, 6vw, 40px);
  margin: 0;
  text-align: left;
}

.hero p {
  margin-top: 0;
  font-size: 25px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.hero-cta {
  text-align: left;
  display: flex;
  margin-top: 40px;
  width: 100%;
  align-items: center;
}

.hero-cta button {
  background-color: #232323;
  color: #fafafa;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 0.4rem;
  border: none;
}

.hero-cta button:hover {
  background-color: #f46717;
  cursor: pointer;
}

.adatlap {
  width: 100%;
  background-color: #fff;
}
.adatlap h2 {
  margin-top: 30px;
  font-size: 20px;
  color: #333;
}
.adatlap .table-container {
  overflow-x: auto;
  margin-bottom: 20px;
  border: 1px solid #232323;
  border-radius: 8px;
}
.adatlap table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px; /* görgetéshez */
}
.adatlap th, 
.adatlap td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
.adatlap th {
  background-color: #fafafa;
}
.adatlap tr:nth-child(even) {
  background-color: #f8f8f8;
}

.product-textimage{
  position: relative; 
  width: 100%;
  max-width: 1000px;  
  border-radius: 0 0 .8rem .8rem;
  margin: 0 auto 50px auto;
  display: flex;
  justify-content: center;
  align-items: center; 
  overflow: hidden; 
}

.product-textbox{
  position: relative; 
  width: 100%;
  max-width: 1000px;  
  border-radius: .8rem .8rem 0 0;
  margin: 50px 0 auto auto;
  display: flex;
  justify-content: center;
  align-items: center; 
  overflow: hidden; 
  height: max-content;
  padding: 50px 0;
  flex-direction: column;
}

.product-textbox h3{
  font-size: clamp(18px, 6vw, 32px);
  max-width: 480px;
  width: 80%;
  text-align: center;
  margin: 0;
}

h3.turoheader{
  color: green;
}

#textbox23, #sentence23{
  background-color: #71a3db;
  color: #232323;
}

#sentence23{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

#textbox20-1{
  background-color: #eeeeee;
  color: #232323;
}

#textbox20-3, #sentence20-3{
  background-color: #d9dbde;
  color: #232323;
}

#textbox23-1{
  background-color: #ebeef5;
  color: #232323;
}

#textbox23-2{
  background-color: #e2e2de;
  color: #232323;
}

#textbox23-3, #sentence23-3{
  background-color: #d2d5df;
  color: #232323;
}

#sentence23-3, #sentence20-3{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.product-textbox p{
  font-size: clamp(14px, 5vw, 16px);
  max-width: 480px;
  width: 80%;
  text-align: center;
  margin: 20px 0 0 0 !important;
}

.product-textimage img{
  width: 100%; 
  height: 100%;
  object-fit: cover; 
  z-index: 0; 
}

.product-postimage {
  position: relative; 
  width: 100%;
  max-width: 1000px;  
  border-radius: .8rem;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center; 
  overflow: hidden; 
}

.product-postimage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: linear-gradient(to top, rgba(77, 117, 69, 0) 50%, rgba(77, 117, 69, 1) 90%, rgba(77, 117, 69, 1) 100%, transparent 90%);*/
  pointer-events: none; 
  z-index: 1; 
}

.product-postimage img {
  width: 100%; 
  height: 100%;
  object-fit: cover; 
  z-index: 0; 
}

a.top-landingcta:hover{
  color: #f46717 !important;
}

.bottom-landingcta{
  z-index: 998;
  padding: 15px 0;
  position: fixed;
  height: max-content;
  bottom: 0;
  width: 100%;
  display: flex;
  background-color: #232323;
}
a.product-ctafixed {
  margin: 0 auto;
  padding: 15px 40px;
  width: max-content;
  background-color: #fafafa;
  color: #232323;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
a.product-ctafixed:hover {
  background-color: #f46717;
  color: #fafafa;
}
a.product-cta {
  padding: 15px 40px;
  background-color: #232323;
  color: #fafafa;
  margin-right: 20px;
}
a.product-cta2 {
  padding: 15px 40px;
  color: #232323;
  border: 2px solid #232323;
  margin-right: 20px;
}
a.product-cta2:hover {
  background-color: #f46717;
  color: #fafafa;
  border: 2px solid #f46717;
}

a.primary-cta {
  color: #f46717;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-decoration: none;
}

a.primary-cta:hover {
  text-decoration: underline;
}

a.product-cta:hover {
  background-color: #f46717;
  text-decoration: none;
}

.hero-cta a {
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .hero {
    height: 100vh;
    width: 100%;
  }
  .hero .hero-image {
    width: 30%;
  }
  .hero .hero-image img {
    min-width: 100%;
    max-width: 300px;
  }
  .hero .bg {
    top: 45px;
    width: unset;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .hero .hero-container {
    display: flex;
    flex-direction: column;
    width: 65%;
    max-width: 700px;
    padding: 0px;
  }
  .hero h1 {
    margin-top: auto;
    text-align: left;
  }
  .hero span {
    font-size: 25px;
  }
  .hero p {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 1024px) {
  .hero {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
    width: 100%;
    position: relative;
    margin-top: 30px;
  }
  .hero-image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-height: 50%;
    min-width: 100%;
    order: 1;
    transform: translateX(0);
  }
  .hero-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    margin-left: auto;
    margin-right: auto;
  }
  .bg img {
    position: absolute;
    top: 0;
    height: 100%;
  }
  .hero-container {
    display: flex;
    flex-direction: column;
    min-width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 50%;
    padding: 0;
    order: 2;
    justify-content: flex-start;
  }
  .hero-container h1 {
    text-align: center;
    margin-top: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-container h2{
    text-align: center;
    letter-spacing: 0px;
  }
  .hero-container span {
    display: flex;
    font-size: 18px;
    letter-spacing: normal;
    width: 100%;
    padding: 0;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 10px;
  }
  .hero-container p {
    text-align: center;
  }
  .hero-cta a {
    margin: 10px auto;
  }
  .hero-cta {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .hero-cta button {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
}

.clean-shop{
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  width: 90%;
  max-width: 1200px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  border-radius: .8rem;
  align-items: center;
  height: max-content;
  padding: 30px 0;
}
.clean-left{
  display: flex;
  align-items: center;
  justify-content: center;
}
.clean-shop a{
  color: #fafafa;
  background-color: #232323;
  padding: 15px 40px;
  border-radius: .4rem;
  text-decoration: none;
  margin-left: 20px;
}
.clean-shop a:hover{
  background-color: #f46717;
}
.clean-shop img{
  display: flex;
  width: 250px;
  height: 250px;
  margin-right: 30px;
}
.clean-text h2{
  margin: 20px 0 0 0;
}
.clean-text p{
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .clean-shop{
    width: 90%;
    flex-direction: column;
    padding: 50px 0;
    margin: 0 auto 200px auto;
  }
  .clean-shop a{
    margin-left: 0;
    padding: 15px 30px;
  }
  .clean-left{
    flex-direction: column;
  }
  .clean-text{
    text-align: center;
    width: 90%;
  }
}

.vision {
  position: relative;
  height: -moz-max-content;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 300px;
}

.vision-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(250, 250, 250, 0.8352941176);
}

.vision-right h2 {
  font-size: clamp(24px, 6vw, 44px);
  line-height: clamp(24px, 6vw, 52px);
  font-weight: 700;
  font-family: 'Poppins';
  color: #232323;
  margin: 50px 0 0 0;
  width: 100%;
  text-align: center;
}

.vision-right span{
  font-weight: 600;
}

.vision-cta{
  color: #232323;
  padding: 10px 30px;
  border-radius: .4rem;
  text-decoration: none;
  margin-top: 30px;
}

.vision-cta:hover{
  color: #fafada;
  background-color: #f46717;
}

.vision-right p {
  font-size: clamp(14px, 4vw, 24px);
  text-align: center;
  margin-bottom: 20px;
}


.thanks{
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 50px 0;
}
.thanksimg img{
  width: 60px;
}
.thankstxt h2{
  text-align: center;
  font-size: 30px;
}
.thankstxt p{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanks{
    width: 90%;
    margin-bottom: 100px;
  }
}



.sentence-right h2 {
  max-width: 800px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: clamp(24px, 9vw, 54px);
  line-height: clamp(24px, 9vw, 54px);
  text-align: center;
  font-weight: 700;
  font-family: 'Poppins';
  color: #232323;
  margin: 0;
}

.sentence {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 50px;
}

.sentences {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sentences-right {
  display: flex;
  width: 90%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  background-color: rgba(250, 250, 250, 0.8352941176);
  height: 100%;
}

.sentences-right span {
  color: #232323 !important;
}
.sentences-right h2 {
  width: 600px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: clamp(24px, 8vw, 48px);
  text-align: left;
  color: #23232344;
  margin: 0;
}
.sentences-right p {
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}

.sentence1 {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  background-size: cover;
  background-position: bottom;
}

img.sentence-logo {
  width: 350px;
}

.sentence-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(250, 250, 250, 0.8352941176);
  height: 100%;
}

.sentence-right2 {
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(250, 250, 250, 0.8352941176);
  height: 100%;
}

.sentence-right2 h2 {
  width: 100%;
  text-align: left;
  font-family: 'Poppins';
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 54px;
  font-size: 54px;
  font-weight: 700;
  color: #232323;
}

.sentence-right2 img {
  width: 400px;
}


.sentence-right3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(250, 250, 250, 0.8352941176);
  height: 100%;
}

.sentence-right3 h2 {
  max-width: max-content;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-size: clamp(24px, 9vw, 44px);
  line-height: clamp(24px, 9vw, 52px);
  font-weight: 700;
  font-family: 'Poppins';
  color: #232323;
  margin: 0;
}

.sentence-right p {
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}

.sentence-right1 {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(250, 250, 250, 0.8352941176);
}

.sentence-right1 h2 {
  font-size: clamp(18px, 6vw, 44px);
  line-height: clamp(18px, 6vw, 50px);
  font-weight: 700;
  font-family: 'Poppins';
  color: #232323;
  margin: 25px 0 0 0;
  width: 100%;
}

.sentence-right1 p {
  margin: 20px 0;
  font-size: 18px;
  width: 50%;
}

.sentence-product {
  display: flex;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}



.sentence-product__infobox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 25px 0;
}

.sentence-product__infobox img {
  width: 80px;
}

.sentence-product__infobox h4 {
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}

.sentence-product__infobox p {
  font-size: 14px;
  margin: 0;
  text-align: center;
  padding: 0 20px;
}



.sentence-right__infobox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sentence-right__infobox img {
  width: 80px;
}

.sentence-right__infobox h4 {
  font-size: 26px;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}

.sentence-right__infobox p {
  font-size: 20px;
  margin: 0;
}

.sentence-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.sentence-right a {
  text-align: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  color: #f46717;
  margin-top: 20px;
  font-size: 20px;
  text-decoration: none;
}

.sentence-right a:hover {
  text-decoration: underline;
}


.sentence-right p {
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}

.sentence-right img {
  width: 350px;
}

.sentence-animal__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sentence-animal__box h4 {
  font-size: 22px;
  text-align: center;
}

.sentence-animal {
  display: flex;
  width: 1000px;
  justify-content: space-between;
}

.sentence-animal img {
  width: 310px;
  border-radius: 0.8rem;
  margin-bottom: 0;
}

.sentence-right ul li {
  font-size: 20px;
  margin-top: 20px;
}

.sentence-logo {
  margin-top: 50px;
  display: flex;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
}

.sentence-right__double {
  display: flex;
  width: 90%;
  max-width: 1200px;
  justify-content: space-between;
}

.sentence-farm {
  margin-top: 50px;
  display: flex;
  width: 590px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.8rem;
}

.sentence-farm2 {
  margin-top: 50px;
  display: flex;
  width: 590px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.8rem;
}

.sentence-home {
  display: flex;
  width: 100%;
}

.sentenceimg {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 950px;
}

.sentenceimg img {
  border-radius: 0.8rem;
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .sentence-home {
    width: 100%;
  }
  .sentence img {
    width: 70%;
    max-width: 350px;
  }
  img.sentence-logo {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .sentence-home{
    width: 100%;
  }
}
.family-top{
  display: flex;
  justify-content: center;
  width: 100%;
}
.family-top h1{
  font-size: 54px;
  text-align: center;
}
a.family-body{
  display: flex;
  width: 100%;
  margin: 100px 0;
  text-decoration: none;
}
.family-body{
  display: flex;
  width: 100%;
  margin: 100px 0;
  text-decoration: none;
}
.family-img{
  display: flex;
  width: 50%;
}
.family-img__back{
  background-color: #fafafa;
  width: 100%;
}
.family-img__personleft{
  width: max-content;
  min-width: 350px;
}
.family-img__personright{
  width: max-content;
  min-width: 350px;
}
.family-img__personleft img{
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 0 .8rem .8rem 0;
}
.family-img__personright img{
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: .8rem 0 0 .8rem;
}
.family-info__txt a{
  color: #fafafa;
  margin: 20px 0 0 0;
  font-size: clamp(14px, 7vw, 22px);
  text-decoration: none;
}
.family-info__txt a:hover{
  text-decoration: underline;
}
a.foster{
  margin: 30px 0 0 0;
  background-color: #232323;
  color: #fafafa !important;
  letter-spacing: unset !important;
  font-weight: 500 !important;
  border-radius: .4rem;
  width: max-content;
  padding: 10px 30px !important;
  font-size: 18px;
}
a.foster:hover{
  cursor: pointer;
  text-decoration: none;
  background-color: #f46717;
}
h3.foster{
  margin: 30px 0 0 0 !important;
  background-color: #fafafa !important;
  color: #232323 !important;
  letter-spacing: unset !important;
  font-weight: 600 !important;
  border-radius: .4rem;
  padding: 10px 30px !important;
  font-size: 18px !important;
}
.family-info{
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  background-color: #fff;
}
.family-info__txt{
  width: 75%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.family-info__txt h3{
  color: #232323;
  font-size: 22px;
  margin: 0;
  text-align: left;
  font-weight: 500;
  padding: 0;
  letter-spacing: 2px;
}
.family-info__txt h2{
  color: #232323;
  font-size: clamp(18px, 7vw, 48px);
  margin: 0 0 20px 0 ;
}
.family-info__txt p{
  margin: 0;
  color: #232323;
  font-size: clamp(12px, 7vw, 18px);
  font-style: italic;
}
@media screen and (max-width:1080px) {
  .family-img__person{
    width: 350px;
  } 
}
@media screen and (max-width:768px) {
  .family-body{
    flex-direction: column;
    background-color: #fff;
  }
  .family-img__back{
    display: none;
  } 
  .family-info{
    width: 100%;
    order: 2;
    padding: 30px 0;
    height: unset;
  }
  .family-img{
    width: 100%;
    order: 1;
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
  }
  .family-img__personleft img{
    width: 100%;
    border-radius: .4rem;
  }
  .family-img__personright img{
    width: 100%;
    border-radius: .4rem;
  }

}
.introduce-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.introduce-banner h2 {
  font-size: 50px;
  margin-bottom: 50px;
}

.introduce-banner span {
  color: #cccccc;
}

.introduce {
  width: 90%;
  max-width: 1200px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
  height: -moz-min-content;
  height: min-content;
}

.introduce-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.introduce-item {
  margin-bottom: 20px;
  width: 580px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 0.8rem;
  background-color: white;
  text-decoration: none;
}


.introduce-item:hover {
  cursor: pointer;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.introduce-item:hover .introduce-text h2 {
  color: #f46717;
}

.introduce-img {
  width: 20%;
  display: flex;
  justify-content: center;
}

.introduce-img img {
  width: 60px;
}

.introduce-arrow {
  width: 10%;
  display: flex;
  justify-content: center;
}

.introduce-arrow img {
  width: 20px;
}

.introduce-hover {
  display: none;
}

.introduce-text {
  width: 70%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #232323;
  text-decoration: none;
}

.introduce-text h2 {
  margin: 0;
  width: 90%;
}

.introduce-text p {
  margin: 0;
  font-size: 20px;
  width: 90%;
}

.sentence-right__all{
  width: 100%;
}

@media screen and (max-width: 1024px) {

  .sentences-right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .sentences-right h2{
    width: 100%;
  }
  .sentence-right p {
    font-size: 24px;
  }
  .introduce-row {
    flex-direction: column;
    margin: 0;
  }
  .introduce-item {
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .introduce {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #sentence23, #sentence23-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sentence-product__info {
    width: 90%;
  }
  .sentence-product__infobox img {
    width: 50px;
  }
  .sentence-product__info h4 {
    font-size: 14px;
  }
  .sentence-product__info p {
    font-size: 12px;
  }
  .sentence-right__info {
    width: 90%;
  }
  .sentence-right__infobox img {
    width: 50px;
  }
  .sentence-right__info h4 {
    font-size: 20px;
  }
  .sentence-right__info p {
    font-size: 18px;
  }
  .introduce-row {
    width: 98%;
    display: flex;
    justify-content: space-around;
  }
  .introduce-item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .sentence-right__all {
    width: 100%;
    display: flex;
  }
  .sentence-right__infobox {
    width: 90%;
    margin-bottom: 50px;
  }
  .sentence-right {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sentence-right p {
    font-size: 20px;
  }
  .sentence-right1 p {
    font-size: 20px;
  }
  .sentence-right1 h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .sentence-right1 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
  }
  .sentence-right__info {
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: space-around;
  }
  .sentence-right__info h4 {
    font-size: 22px;
  }
  .sentence-right__info p {
    font-size: 18px;
  }
  .introduce-item {
    height: -moz-min-content;
    height: min-content;
    padding: 20px 0px;
  }
  .introduce-text h2 {
    font-size: 22px;
  }
  .introduce-text p {
    font-size: 18px;
  }
  .introduce-img img {
    width: 40px;
  }
}
.cta {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-bottom: 50px;
}

.cta-img {
  width: 600px;
}

.cta-img img {
  width: 100%;
  border-radius: 0.8rem;
}

.cta-text {
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.cta-row {
  width: 500px;
  margin: 20px 0px 20px auto;
}

.cta-row h2 {
  margin: 0;
  width: 100%;
}

.cta-row p {
  margin: 0;
  font-size: 18px;
}
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.slider-arrow:hover {
  background: rgba(0,0,0,0.8);
}

.slider-arrow.left {
  left: 10px;
}

.slider-arrow.right {
  right: 10px;
}

.carder{
  width: 80vw;
  max-width: 330px;
  position: relative;
  min-height: max-content;
  flex: 0 0 auto;
}

a.carder-link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}


.carder-img img{
  border-radius: .8rem;
  width: 100%;
}

.carder-light, .carder-dark{
  position: absolute;
  bottom: 50px;
  left: 30px;
  right: 30px;
  align-items: baseline;
}


.carder-light h3{
  margin: 10px 0;
  text-decoration: none;
  color: #232323;
}

.carder-light p{
  margin: 0 0 30px 0;
  text-decoration: none;
  color: #232323;
}

a.carder-light__button{
  color: #fafafa;
  background-color: #232323;
  padding: 10px 30px;
  border-radius: .4rem;
  text-decoration: none;
  position: relative;
  z-index: 3;
}

a.carder-light__button:hover{
  background-color: #f46717;
  color: #fafafa;
  
}

.carder-dark h3{
  margin: 10px 0;
  text-decoration: none;
  color: #fafafa;
}

.carder-dark p{
  margin: 0 0 30px 0;
  text-decoration: none;
  color: #fafafa;
}

a.carder-dark__button{
  color: #232323;
  background-color: #fafafa;
  padding: 10px 30px;
  border-radius: .4rem;
  text-decoration: none;
  position: relative;
  z-index: 3;
}

a.carder-dark__button:hover{
  background-color: #f46717;
  color: #fafafa;
}

.carder-link{
  text-decoration: none;
}




.layout-top {
  margin: 0px auto 20px auto;
  width: 90%;
  max-width: 1200px;
  display: flex;
  background-color: #232323;
  height: 250px;
  border-radius: 0.8rem;
}

.special-layout{
  width: 90%;
  max-width: 1200px;
  min-height: 275px;
  display: flex;
  margin: 100px auto 50px auto;
  border-radius: .8rem;
  box-shadow: 2px 4px 12px rgba(0,0,0,.08);
}

.slayout-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
  height: 100%;
  z-index: 1;
}

.slayout-img img{
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: .8rem;
}

.slayout-info{
  padding: 15px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.slayout-info h2{
  margin: 0;
  font-size: 28px;
  color: #232323;
}

.slayout-info h2 span{
  color: #f46717;
}

.slayout-image img{
  height: 100%;
  object-fit: contain;
}


.layout-pot {
  margin: 0px auto 20px auto;
  width: 90%;
  max-width: 1200px;
  display: flex;
  border-radius: 0.8rem;
}

.layout-pot span{
  color: #232323;
}

.layout-pot h1{
  width: 90%;
  color: #23232344;
  font-size: clamp(18px, 7vw, 32px);
}

.cta-button {
  display: flex;
  justify-content: center;
}

.cta-button a {
  background-color: #f46717;
  color: #fafafa;
  border-radius: 0.4rem;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.cta-button a:hover {
  background-color: #f46717;
}

.main-section {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.main-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.main-banner h2 {
  font-size: 50px;
  margin: 0;
  font-weight: 800;
}

.main-banner span {
  color: #cccccc;
}

.main-image {
  width: 100%;
}

.main-image img {
  width: 100%;
  border-radius: 0.8rem;
  height: 450px;
}

.blog-link {
  display: flex;
  justify-content: center;
}

.italic{
  font-style: italic;
}

.main-important {
  display: flex;
  justify-content: center;
}

.main-important a {
  margin: 0;
  text-decoration: none;
  color: #fafafa;
  font-size: 18px;
  background-color: #232323;
  padding: 10px 30px;
  border-radius: 0.4rem;
  margin-top: 50px;
}

.main-important a:hover {
  color: #fafafa;
  background-color: #f46717;
}

.blog-link {
  display: flex;
  align-items: center;
}

.blog-link img {
  margin-top: 50px;
  align-items: center;
  display: flex;
  max-width: 15px;
  height: 15px;
}

@media screen and (max-width: 1024px) {
  .layout-pot{
    justify-content: center;
  }
  .main-section {
    width: 94%;
    margin-bottom: 40px;
  }
  .main-image {
    position: relative;
  }
  .main-image img {
    height: auto;
  }
  .main-banner h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main-banner h2 {
    font-size: 28px;
  }
}
.benefits-title {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.benefits {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 1030px;
  justify-content: center;
}

.benefits-card {
  border-radius: 1rem;
  height: 450px;
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  position: relative;
  box-shadow: 2px 2px 15px rgb(227, 227, 227);
  transition-duration: 500ms;
  margin: 0px 10px 80px 10px;
}

.benefits-card:hover {
  scale: 1.02;
  cursor: pointer;
  box-shadow: 10px 10px 15px rgb(227, 227, 227);
}

.benefits-info {
  width: 90%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.benefits-info h1 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  font-weight: 500;
  color: #fafafa;
}

.benefits-info p {
  font-size: 16px;
  color: rgba(250, 250, 250, 0.6666666667);
  margin: 0px 15px 0px 0px;
}

.benefits-img1 {
  width: 100%;
  background-image: url(/images/girl.png);
  background-size: cover;
  height: 450px;
  border-radius: 1rem;
}

.benefits-img2 {
  width: 100%;
  background-image: url(/images/yo.png);
  background-size: cover;
  height: 450px;
  border-radius: 1rem;
}

.benefits-img3 {
  width: 100%;
  background-image: url(/images/nature.png);
  background-size: cover;
  height: 450px;
  border-radius: 1rem;
}

.benefits-img4 {
  width: 100%;
  background-image: url(/images/spice2.png);
  background-size: cover;
  background-position: center;
  height: 450px;
  border-radius: 1rem;
}

.benefits-img5 {
  width: 100%;
  background-image: url(/images/spice3.png);
  background-size: cover;
  background-position: center;
  height: 450px;
  border-radius: 1rem;
}

.benefits-img6 {
  width: 100%;
  background-image: url(/images/kellofarm_21.png);
  background-size: cover;
  background-position: center;
  height: 450px;
  border-radius: 1rem;
}

.farm-card {
  display: flex;
  flex-direction: column;
  width: 480px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 20px;
  margin: 20px;
  padding: 25px;
  box-sizing: border-box;
  box-shadow: 2px 2px 8px rgba(35, 35, 35, 0.03);
  border: 1px solid rgba(35, 35, 35, 0.08);
  overflow: hidden;
  transition: all ease 0.3s;
}

.farm-card img {
  width: 210px;
  height: 250px;
  display: flex;
  padding: 20px 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin: 20px auto;
}

.farm-card .lSPager {
  display: none;
}

.farm-card .lSAction > a {
  background-color: #232323;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.first-body {
  align-items: flex-start;
  display: flex;
  width: 1030px;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
}

.first {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.first-vizio {
  width: 100vw;
  display: flex;
  align-items: center;
}

.first-left {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.first-left-boxbody {
  width: 100%;
}

.first-left-box {
  position: relative;
  display: flex;
  background-color: #fff;
  width: 350px;
  border-radius: 1rem;
  height: 450px;
  box-shadow: 2px 2px 15px rgb(227, 227, 227);
  margin-top: 50px;
  transition-duration: 500ms;
}

.first-left-box:hover {
  scale: 1.02;
  cursor: pointer;
  box-shadow: 10px 10px 15px rgb(227, 227, 227);
}

.first-left-box img {
  border-radius: 1rem;
  margin-top: 0px;
}

.first-left-box p {
  margin: 0 20px;
  position: absolute;
  top: 80px;
  color: rgba(35, 35, 35, 0.5019607843);
  margin-top: 0;
}

.first-left-box h4 {
  margin: 0 20px;
  position: absolute;
  top: 40px;
  font-size: 28px;
  color: #232323;
  font-weight: 600;
}

.first-left-link {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
}

.first-left-info {
  margin: 0;
  width: 80%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.first-left-info img {
  width: 600px;
}

.first-left-img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.first-left-img img {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.first-vizio-info {
  width: 65%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.first-vizio-img {
  width: 30%;
  display: flex;
  justify-content: center;
  margin-left: 40px;
}

.first-vizio-img img {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.first-h1 {
  font-size: 28px;
  line-height: 50px;
  margin: 0;
  font-weight: 600;
}

.first-h2 {
  font-weight: 500;
  margin: 0;
  color: rgba(35, 35, 35, 0.5019607843);
}

.first-vizio-link {
  align-items: center;
  display: flex;
  margin-top: 20px;
}

.first-vizio-link img {
  width: 12px;
  margin-left: 10px;
}

.first-a {
  text-decoration: none;
  color: #f46717;
  font-size: 16px;
}

.first-a:hover {
  text-decoration: underline;
}

.first-span {
  color: rgba(35, 35, 35, 0.5647058824);
  font-weight: 500;
}

.first-category-body {
  display: flex;
}

.first-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 20%;
}

.first-category p {
  font-size: 16px;
}

.first-category-img {
  width: 150px;
  height: 150px;
}

.first-category-img img {
  width: 150px;
}

.icons {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.icon-left {
  width: 25%;
}

.icon-center {
  width: 25%;
}

.icon-right {
  width: 25%;
}

.icon-image {
  display: flex;
  justify-content: center;
}

.icon-image img {
  height: 70px;
}

.icon-title {
  display: flex;
  justify-content: center;
  line-height: 20px;
  font-size: 15px;
  text-align: center;
}

.icon-text {
  display: block;
  text-align: center;
}

.icon-text p {
  margin: 0;
  color: rgba(35, 35, 35, 0.5019607843);
}

@media screen and (max-width: 1024px) {
  .icon-left {
    width: 30%;
  }
  .icon-center {
    width: 30%;
  }
  .icon-right {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .icons {
    display: block;
    width: 100%;
    justify-content: left;
  }
  .icon-left {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: left;
    margin-top: 70px;
  }
  .icon-center {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: left;
    margin-top: 50px;
  }
  .icon-right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: left;
    margin-top: 50px;
  }
  .icon-image {
    margin-left: 20px;
    margin-right: 20px;
  }
  .icon-image img {
    height: 50px;
  }
  .icon-info {
    padding-right: 20px;
  }
  .icon-title {
    margin: 0;
    justify-content: left;
  }
  .icon-title h2 {
    text-align: left;
    line-height: 0;
  }
  .icon-text {
    text-align: left;
  }
  .landscapeimg{
    width: 100%;
  }
}
.doublecard{
  margin: 50px auto;
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: stretch;
}
.simplecard{
  width: min(90vw, 590px);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  border-radius: .8rem;
  position: relative;
}
.simplecard-info{
  height: max-content;
  padding: 50px 20px 0px 20px;
  border-radius: .8rem .8rem 0 0;
}
a.simplecard-link{
  color: #fafafa;
}
a.simplecard-link:hover{
  color: #f46717;
}
.simplecard-info h2{
  font-family: 'Poppins';
  color: #232323;
  margin: 0;
  font-size: clamp(28px, 1.1rem + 1.2vw, 46px);
  line-height: 105%;
}
.simplecard-info__btn{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
a.simplecardbtn{
  text-decoration: none;
  color: #fafafa;
  background-color: #232323;
  padding: 10px 30px;
  border-radius: .4rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
  text-align: center;
}
a.simplecardbtn:hover{
  background-color: #f46717;
  color: #fafafa;
}
.simplecard-image{
  width: 100%;
}
.simplecard-image img{
  width: 100%;
  border-radius: 0 0 .8rem .8rem;
}

.storycard{
  width: 90%;
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  border-radius: .4rem;
  height: 450px;
  position: relative;
}
.storycard-img{
  width: 55%;
  border-radius: .4rem;
  border-radius: .8rem 0 0 .8rem;
}
.storycard-img img{
  width: 100%;
  height: 100%;
  border-radius: .8rem 0 0 .8rem;
  object-fit: cover;

}
.storycard-overlay{
  width: 35%;
  height: 100%;
  background-color: #232323;
  border-radius: 50% 0 0 60%;
  position: absolute;
  left: 35%;
  top: 0;
  z-index: 2;
}
.storycard-info{
  width: 45%;
  background-color: #232323;
  border-radius: 0 .8rem .8rem 0;
  z-index: 3;
  padding: 50px 0 50px 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.storycard-info__back{
  transform: translate(-20%, 0);
}
.storycard-info h2{
  font-family: 'Poppins';
  color: #232323;
  margin: 0;
  font-size: clamp(28px, 1.1rem + 1.5vw, 46px);
  line-height: 105%;
}
.storycard-info p{
  color: #232323;
  font-size: 18px;
}
.storycard-info__logo{
  height: 1px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #f46717;
  margin: 50px 0 0 0;
}
.storycard-info__logo img{
  width: 50px;
  padding: 10px;
  background-color: #232323;
}
.storycard-info__btn{
  display: flex;
}
a.storycardbtn{
  text-decoration: none;
  color: #232323;
  background-color: #fafafa;
  padding: 10px 30px;
  border-radius: .4rem;
  font-weight: 600;
  margin: 50px 0 0 0;
}
a.storycardbtn:hover{
  background-color: #f46717;
  color: #fafafa;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
  .storycard{
    flex-direction: column;
    height: max-content;
  }
  .storycard-info{
    width: 100%;
    height: 400px;
    border-radius: .8rem .8rem 0 0;
    text-align: center;
  }
  .storycard-info__btn{
    justify-content: center;
  }
  .storycard-info__back{
    transform: translate(0);
    padding: 50px 10px;
  }
  .storycard-overlay{
    order: 2;
    height: 200px;
    left: 0;
    width: 100%;
    top: 400px;
    border-radius: 0 0 50% 50%;
  }
  .storycard-img{
    order: 3;
    width: 100%;
    height: 400px;
    border-radius: 0 0 .8rem .8rem;
    overflow: hidden;
  }
  .storycard-img img{
    object-position: 35px 120px !important;
    border-radius: 0 0 .8rem .8rem;
    object-fit: cover;
    transform: scale(2.5);
    transform-origin: center center;
  }
}

.aboutback{
  width: 100%;
}
.about {
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  min-height: 100vh;
}

.about ul{
  list-style-type: none;
}

.about li{
  display: flex;
  align-items: center;
}

.about li i{
  margin-right: 10px;
}

.about-scroll {
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  min-height: 100vh;
}
.about-text__link{
  display: flex;
  width: 100%;
  justify-content: left;
  align-items: center;
}
.headline-new{
  display: flex;
  width: 50%;
  align-items: center;
}
.headline-new img{
  width: 50px;
  margin: 0 10px;
}
.about-button{
  display: flex;
  width: max-content;
  color: #fafafa;
  background-color: #232323;
  padding: 15px 40px;
  border-radius: .4rem;
  text-decoration: none;
  margin: 30px 0;
}
.about-button:hover{
  background-color: #f46717;
}
.aboutmore{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 200px auto;
}
.aboutmore h3{
  text-align: left;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.aboutmore p{
  margin: 0;
}
.about-img {
  width: 35%;
  max-width: 400px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.about-scrollimg {
  width: 35%;
  max-width: 400px;
  justify-content: center;
  display: flex;
  align-items: flex-start;
  position: sticky;
  top: 50px;
}

.about-scrollimg img{
  width: 400px;
}

.about-img img{
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  border-radius: .8rem;
}

.about-img2 {
  width: 35%;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #232323;
}

img.about-img__imglori{
  transform: translate(-70px);
}

.about-img__img {
  width: 100%;
  border-radius: 0.8rem;
}

.about-img__img2 {
  width: 100%;
}

.about-info {
  display: flex;
  flex-direction: column;
  width: 60%;
  align-items: flex-end;
}

.about-banner {
  flex-direction: column;
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  height: -moz-max-content;
  height: max-content;
}

.about-banner h2 {
  font-size: clamp(18px, 6vw, 44px);
  line-height: clamp(18px, 7vw, 50px);
  font-weight: 700;
  font-family: 'Poppins';
  color: #232323;
  margin: 25px 0 0 0;
  width: 100%;
}

.about-banner span {
  color: #cccccc;
  text-align: center;
  width: 100%;
}

.faq-banner {
  flex-direction: column;
  width: 100%;
  display: flex;
  margin: 50px auto 0 auto;
  justify-content: center;
  height: max-content;
}

.faq-banner h2 {
  font-size: clamp(18px, 6vw, 44px);
  line-height: clamp(18px, 6vw, 50px);
  font-weight: 700;
  font-family: 'Poppins';
  color: #232323;
  margin: 25px 0 0 0;
  width: 100%;
}

.faq-banner span {
  color: #cccccc;
  text-align: center;
  width: 100%;
}

.about-text {
  width: 100%;
  display: block;
}

.about-text h1 {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 38px;
  font-weight: 600;
}

.about-text span {
  color: #cccccc;
}

.about-text p {
  margin: 20px 0;
  font-size: 18px;
}

.about-text-a {
  color: #232323;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  margin-top: 30px;
}

.about-text-a:hover {
  color: #f46717;
  border-radius: 0.4rem;
  text-decoration: underline;
}

.about-next-a {
  color: #232323;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  margin: 0 0 0 20px;
}

.about-next-a:hover {
  color: #f46717;
  border-radius: 0.4rem;
  text-decoration: underline;
}

.about-link img {
  width: 60px;
}

.about-link {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
}

.about-link:hover {
  background-color: #fff;
  cursor: pointer;
  border-radius: 0.4rem;
}

.about-link:hover a {
  color: #f46717;
}

.about-link a {
  color: #232323;
  font-weight: 600;
  margin-left: 20px;
  font-size: 20px;
  line-height: 0;
  text-decoration: none;
}

.about-link a:hover {
  color: #f46717;
}

.about-link p {
  margin: 0 0 0 20px;
}

.about2 {
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 80vh;
  letter-spacing: 1px;
}

.about2 .about-text {
  width: 45%;
}

.about2 .about-banner {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 1024px) {

  .about2 {
    width: 100%;
    margin-top: 70px;
  }
  .about-img {
    width: 50%;
    margin-right: 0px;
  }
  .about-img img {
    width: 100%;
    max-width: 300px;
    height: unset;
  }
  .about-text {
    width: 100%;
  }
  .about-link {
    width: 90%;
  }
  .about-scroll {
    flex-direction: column;
  }

  .about-scrollimg{
    position: unset;
    margin: 0 auto;
    width: auto;
    max-width: unset;
  }
  .about-scrollimg img{
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .about {
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    height: unset;
    min-height: unset;
    margin-bottom: 100px;
  }
  .about-info{
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
  .about2 {
    width: 100%;
    display: block;
    display: flex;
    flex-direction: column;
    margin-top: 70px;
  }
  .about2 .about-text {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    justify-content: center;
    order: 2;
  }
  .about2 .about-text .about-link {
    width: 90%;
  }
  .about2 .about-img {
    order: 1;
  }
  .about-img {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    order: 1;
  }
  .about-img img {
    width: 100%;
    max-width: unset;
    height: unset;
  }
  .about-text {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
  .about-text__link{
    flex-direction: column;
  }
  .about-text-a{
    color: #f46717;
    margin-top: 0;
  }
}
.category {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 350px;
  display: flex;
  justify-content: center;
}

.category-card {
  display: flex;
  align-items: flex-end;
  margin: 0px 20px;
  width: 50%;
  border-radius: 0.4rem;
  background-position: center;
  width: 600px;
  height: 350px;
  background-color: #fff;
  background-image: url(/images/wolt3.PNG);
}

.category-card:hover {
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.category-card2 {
  display: flex;
  align-items: flex-end;
  margin: 0px 20px;
  width: 50%;
  border-radius: 0.4rem;
  background-position: center;
  width: 600px;
  height: 350px;
  background-color: #fff;
  background-image: url(/images/wolt4.jpg);
}

.category-card2:hover {
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.category-text {
  margin: 0;
  width: 100%;
  padding-left: 20px;
  color: white;
  border-radius: 0 0 0.4rem 0.4rem;
}

.category-text h1 {
  line-height: 0;
}

.category-text p {
  margin-bottom: 30px;
}

.title {
  font-size: 25px;
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}

.main-post {
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 1030px;
  max-width: 100%;
  padding: 0px 0px 0px 0px;
  background-color: white;
  display: flex;
  border-radius: 0.4rem;
  height: 450px;
  transform: translateY(0px);
}

.main-post-2 {
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 1030px;
  max-width: 100%;
  padding: 0px 0px 0px 0px;
  background-color: white;
  display: flex;
  border-radius: 0.4rem;
  height: 450px;
  transform: translateY(0px);
}

.main-post-2 .main-post__img {
  border-radius: 0.4rem;
}

.main-post-2 .main-post__img img {
  padding-left: 0px;
  padding-right: 10px;
  border-radius: 2rem;
}

.main-post-2 .main-post__info {
  padding-left: 40px;
}

.main-post__img {
  display: flex;
  align-items: center;
  min-width: 515px;
  max-width: 515px;
  height: 100%;
  transform: translate(0);
  background-color: none;
  border-radius: 0.8rem 0.8rem 0 0;
  justify-content: center;
}

.main-post__img img {
  width: 80%;
  height: 80%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  display: block;
  border-radius: 0.8rem 0.8rem 0 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.main-post__info {
  padding-left: 20px;
  padding-top: 80px;
}

.main-post__title {
  font-size: 32px;
  margin: 0;
  color: #232323;
  margin-bottom: 20px;
  line-height: 40px;
}

.main-post__text {
  margin-bottom: 0rem;
  font-size: 18px;
  color: rgb(117, 128, 138);
  margin-bottom: 100px;
}

.main-post__cta {
  display: inline-block;
  font-size: 1.2rem;
  color: #f46717;
  text-decoration: none;
}

.main-post__cta:hover {
  text-decoration: underline;
}

.main-post__info i {
  color: #f46717;
  padding-left: 10px;
  transform: translate(0, -3px);
}

.main-post__btn {
  position: absolute;
  top: 350px;
}

@media screen and (max-width: 1024px) {
  .main-post {
    align-items: center;
    max-width: 900px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(0px);
  }
  .main-post-2 {
    align-items: center;
    max-width: 900px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(0px);
  }
  .main-post-2 .main-post__img {
    padding-left: 10px;
    max-width: 50%;
    min-width: 50%;
  }
  .main-post-2 .main-post__img img {
    max-width: 80%;
    min-width: 80%;
  }
  .main-post-2 .main-post__info {
    min-width: 40%;
    padding-left: 30px;
    padding-right: 20px;
  }
  .main-post-2 .main-post__title {
    padding-left: 0px;
    padding-right: 0;
  }
  .main-post-2 .main-post__text {
    padding-left: 0px;
    padding-right: 0;
  }
  .main-post__img {
    padding: 0px;
    transform: translate(0);
    max-width: 50%;
    min-width: 50%;
  }
  .main-post__info {
    min-width: 40%;
  }
  .main-post__title {
    line-height: 30px;
    font-size: 25px;
    position: relative;
    bottom: 0;
    padding-right: 10px;
  }
  .main-post__text {
    font-size: 15px;
    color: rgb(117, 128, 138);
    padding-right: 10px;
  }
  .main-post__cta {
    display: inline-block;
    font-size: 15px;
    color: #f46717;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .main-post-2 .main-post__info {
    order: 2;
  }
  .main-post-2 .main-post__img {
    order: 1;
    min-width: 90%;
  }
  .main-post-2 .main-post__img img {
    width: 100%;
  }
  .main-post {
    padding: 0rem;
    flex-direction: column;
    height: 530px;
    width: 90%;
  }
  .main-post-2 {
    padding: 0rem;
    flex-direction: column;
    height: 530px;
    width: 90%;
  }
  .main-post__img {
    min-width: 100%;
    max-width: 100%;
    transform: translate(0);
    max-height: 200px;
  }
  .main-post__img img {
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .main-post__info {
    margin: 0;
    padding: 0px 10px 0 20px;
  }
  .main-post__title {
    font-size: 25px;
    position: relative;
    margin-bottom: 20px;
    top: 0px;
  }
  .main-post__text {
    font-size: 15px;
    color: rgb(117, 128, 138);
  }
  .main-post__cta {
    display: inline-block;
    font-size: 15px;
    color: #f46717;
    text-decoration: none;
  }
  .main-post__btn {
    margin-top: 90px;
  }
}
.Body-title {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 1030px;
  justify-content: center;
}

.body-title__title {
  font-size: 45px;
  margin-top: 0;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}

.body-title__question {
  font-size: 20px;
  color: rgb(117, 128, 138);
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}

.body-title__btn {
  display: flex;
  text-align: center;
  background-color: #232323;
  border: none;
  outline: none;
  font-family: poppins;
  color: #F3F5F7;
  padding: 7px 20px 5px 20px;
  border-radius: 8px;
}

.body-title__btn a {
  text-decoration: none;
  color: #F3F5F7;
  margin-left: 0px;
  font-weight: 400;
  font-size: 15px;
}

.features-img {
  width: 70%;
}

/*.btn {
  position: fixed;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
}*/
.btn {
  display: inline-block;
  font-weight: 400;
  color: var(--ws-primcolor);
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
}
.feature-cta2 {
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  background-color: #232323;
  border: none;
  outline: none;
  font-family: poppins;
  color: #F3F5F7;
  padding: 10px 30px 10px 30px;
  border-radius: 0.4rem;
  cursor: pointer;
}

.feature-cta2:hover {
  background-color: #232323;
}

.feature-cta2 a {
  text-decoration: none;
  color: white;
  margin-left: 0px;
  font-weight: 400;
  font-size: 16px;
}

.feature-cta2 i a {
  background-color: #232323;
  text-decoration: none;
  padding: 0.4em 3em;
  border-radius: 8px;
  font-weight: 500;
  display: block;
}

.main-product {
  position: relative;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 1030px;
  max-width: 100%;
  padding: 0px;
  display: flex;
  border-radius: 0.4rem;
  height: 500px;
  transform: translateY(0px);
  justify-content: space-between;
}

.product-card-left {
  background-color: #232323;
  padding: 0px;
  margin: 0;
  min-width: 500px;
  max-width: 500px;
  border-radius: 0.4rem;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-card-right {
  background-color: #232323;
  padding: 0px;
  margin: 0;
  min-width: 500px;
  max-width: 500px;
  border-radius: 0.4rem;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-card-info {
  color: #fafafa;
  padding: 30px;
}

.product-card-info h2 {
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 10px;
  margin: 0;
}

.product-card-info a {
  text-decoration: none;
  font-size: 20px;
  color: #f46717;
}

.product-card-img {
  display: flex;
  flex-direction: column;
  height: 80%;
  justify-content: flex-end;
}

.product-card-img img {
  width: 100%;
  border-radius: 0 0 0.4rem 0.4rem;
}

.contact {
  display: flex;
  height: 100px;
  align-items: center;
}

.contact h2 {
  color: white;
}

.contact p {
  color: white;
  font-size: 0.85rem;
}

.contact i {
  color: white;
}

.contact-body {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 1030px;
  padding: 0px;
  display: flex;
  border-radius: 0.4rem;
  transform: translateY(0);
  align-items: center;
  justify-content: space-between;
}

.contact-logo {
  width: 200px;
  height: 200px;
  margin-left: 200px;
  margin-right: auto;
}

.contact-tel {
  background-color: #f46717;
  display: flex;
  padding: 0px;
  margin: 0;
  min-width: 500px;
  max-width: 500px;
  border-radius: 0.4rem;
  align-items: center;
}

.contact-tel i {
  font-size: 50px;
  padding: 20px 20px;
}

.contact-tel-info {
  line-height: 0px;
}

.contact-email {
  background-color: #f46717;
  display: flex;
  padding: 0px;
  margin: 0;
  min-width: 500px;
  max-width: 500px;
  border-radius: 0.4rem;
  align-items: center;
}

.contact-email i {
  font-size: 50px;
  padding: 20px 20px;
}

.contact-email-info {
  line-height: 0px;
}

.shopping-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.shopping-btn a {
  background-color: #232323;
  color: #fafafa;
  border-radius: 0.4rem;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
}

.shopping-btn a:hover {
  cursor: pointer;
  background-color: #f46717;
}

.blog {
  width: 90%;
  max-width: 1200px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}

.blog-top {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 450px;
  border-radius: 0.8rem;
  align-items: flex-end;
}

.blog-top:hover {
  cursor: pointer;
}

.blog-top__image {
  width: 90%;
  max-width: 1200px;
  position: relative;
  border-radius: 0.8rem;
}

.blog-top__image img {
  width: 90%;
  max-width: 1200px;
  border-radius: 0.8rem;
}

.blog-top__shadow {
  position: absolute;
  width: 90%;
  max-width: 1200px;
  background: linear-gradient(to bottom, rgba(35, 35, 35, 0) 0%, #000 100%);
  height: 200px;
  border-radius: 0 0.8rem 0.8rem;
}

.blog-top__text {
  position: absolute;
  display: flex;
  height: 200px;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(35, 35, 35, 0) 0%, #000 90%);
  border-radius: 0.8rem;
  justify-content: flex-end;
  width: 100%;
}

.blog-top__text h2 {
  color: #fafafa;
  font-weight: 500;
}

.blog-comment{
  display: none;
  align-items: center;
  width: max-content;
  margin: 0 10px 0 0 ;
}



.blog-comment img{
  width: 20px;
  height: 20px;
}

.blog-author p {
  color: #cccccc !important;
  font-weight: 500;
}

p.blog-commentq{
  color: #fafafa !important;
  margin: 0 5px 0 0 !important;
  padding: 0 !important;
}

.blog-author span {
  color: #fafafa;
  margin-left: 5px;
}

.blog-medium {
  display: flex;
  width: 593px;
  border-radius: 0.8rem;
  margin-top: 14px;
  justify-content: flex-end;
  position: relative;
}

a.blog-mediumlink{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.blog-mediumnext{
  display: none;
  align-items: center;
  padding: 0 0 0 20px;
}

.blog-mediumnext a{
  color: #fafafa;
  text-decoration: none;
  margin: 0 0 0 10px;
}

.blog-mediumnext img{
  width: 20px;
  height: 20px;
}

.blog-small {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  justify-content: space-between;
  align-items: flex-end;
}

.blog-small-category {
  display: grid;
  flex-direction: column;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 14px;
  column-gap: 15px;
  row-gap: 15px;
}

.blog-smallpost {
  display: flex;
  width: 593px;
  align-items: center;
  position: relative;
}

.blog-smallpostlink{
  width: 100%;
  position: absolute;
  height: 100%;
}

.blog-smallpost:hover {
  cursor: pointer;
  box-shadow: 2px 4px 12px rgba(0,0,0,.08);
}

.blog-smallpost:hover .blog-smallpost__text h2 {
  color: #f46717;
}


.blog-smallpost__text h2 {
  margin: 0;
  font-size: 20px;
}

.blog-smallpost__text p {
  color: #232323;
}

.blog-smallpost__text span {
  color: #232323;
}

.blog-smallpost__img {
  width: 200px;
  height: 120px;
  position: relative;
}

.blog-smallpost__img img {
  width: 200px;
  height: 120px;
  border-radius: 0.8rem;
}

.blog-smallpost__img p{
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 7px 30px;
  border-radius: .7rem 0 .7rem 0;
  background-color: #fff;
  color: #232323;
  margin: 0;
}

.blog-message{
  background-color: #232323;
  color: #fafafa;
  width: 90%;
  max-width: 800px;
  padding: 20px;
  border-radius: .8rem;
}

@media screen and (max-width: 1024px) {
  .blog {
    width: 94%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .blog-small-category{
    grid-template-columns: 1fr 1fr;
  }
  .blog-medium {
    width: 100%;
  }
  .blog-link a {
    font-size: 16px;
  }
  .blog-medium__image {
    width: 100%;
    height: auto;
  }
  .blog-medium__image img {
    width: 100%;
    height: auto;
  }
  .blog-small {
    width: 100%;
  }
  .blog-smallpost {
    margin-bottom: 14px;
    width: 100%;
    flex-direction: column;
  }
  .blog-smallpost__text {
    width: 70%;
  }
  .blog-smallpost__img {
    width: 100%;
    height: auto;
  }
  .blog-smallpost__img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {

  .blog-medium{
    height: 80vh;
  }
  .blog-medium__image img{
    object-fit: cover;
    object-position: center;
  }
  .blog-top__text h2 {
    font-size: 20px;
  }
  .blog-small-category{
    grid-template-columns: 1fr;
  }
  .blog-medium__text {
    max-height: 150px;
  }
  .blog-smallpost__text p {
    margin: 0;
  }
}
.maincta-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
}

.maincta-banner h2 {
  font-size: 50px;
  margin: 0;
}

.maincta-banner span {
  color: #cccccc;
}

.main-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}


.main-link a:hover {
  color: #f46717;
}

.total {
  flex-direction: column;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 80px 0;
  border-bottom: 1px solid rgba(35, 35, 35, 0.137254902);
}

.total-headline {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

.total-headline span {
  color: #f46717;
}

.total-headline h2 {
  width: 100%;
  font-size: 38px;
  font-weight: 600;
  margin: 0px;
}

.total-headline p {
  margin: 0;
  font-size: 16px;
  margin-top: 15px;
}

.total-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0px;
  z-index: 989;
  align-items: center;
  background-color: #fff;
  width: 100%;
}

.total-button button {
  margin-top: 30px;
  width: 280px;
  height: 35px;
  border: none;
  background-color: #f46717;
  border-radius: 0.4rem;
  font-size: 16px;
  color: white;
  justify-content: left;
}

.total-button button:hover {
  cursor: pointer;
  background-color: #f48328;
}

.total-button h3 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: right;
  margin: 15px 20px 0 0;
  font-weight: 500;
  font-size: 20px;
}


.product {
  width: 100%;
  height: auto; /* Magasság automatikus beállítása */
  min-height: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  background-color: #fff;
  padding: 60px 0 0 0;
  border-radius: .8rem .8rem 0 0;
}

.product.active{
  display: block;
}

.product-info{
  background-color: #fff;
  padding: 50px;
  border-radius: 0 0 .8rem .8rem;
}

.product-info p{
  margin: 0;
  word-spacing: 5px;
}

.product-info b{
  font-weight: 900;
}

.product-info span{
  font-weight: 600;
  font-size: 24px;
}

.product-img {
  width: 200px;
}

.product-img img {
  width: 200px;
}

.product-img img:hover {
  cursor: pointer;
}

.product-card {
  width: 800px;
  display: flex;
  justify-content: space-between;
}

.product-maininfo {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.product-maininfo h3 {
  margin: 0;
  font-weight: 500;
}

.product-maininfo h2 {
  font-weight: 500;
  margin: 0;
  font-size: 20px;
}

.product-maininfo h2:hover {
  cursor: pointer;
  color: #f46717;
}

.product-maininfo p {
  margin: 0;
}

.product-btn {
  margin-top: 20px;
  display: flex;
}

.number-button {
  width: 50px;
  height: 35px;
  border-radius: 0.4rem;
  border: 1px solid rgba(35, 35, 35, 0.137254902);
  background-color: white;
  margin: 0 5px;
}

.number-button:hover {
  cursor: text;
}

.minus-button {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 0.4rem;
  border: 1px solid rgba(35, 35, 35, 0.137254902);
  background-color: white;
  font-size: 16px;
}

.minus-button:hover {
  cursor: pointer;
  border: 1px solid #f46717;
  color: #f46717;
}

.plus-button {
  width: 35px;
  height: 35px;
  border-radius: 0.4rem;
  border: 1px solid #232323;
  background-color: #232323;
  color: white;
  font-size: 16px;
}

.plus-button:hover {
  cursor: pointer;
  background-color: #f46717;
  border: 1px solid #f46717;
}


.product-price h3 {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #232323;
  margin: 0;
  margin-bottom: 10px;
}

.product-price h3:hover {
  text-decoration: underline;
  cursor: pointer;
}

.product-price h1 {
  font-weight: 500;
  text-align: right;
  margin: 0;
  font-size: 22px;
}

.sale {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.sale-left {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

.sale-left__coupon {
  display: flex;
  align-items: center;
}

.sale-left__coupon a {
  color: #232323;
  text-decoration: none;
}

.sale-left__coupon a:hover {
  text-decoration: underline;
}

.sale-left__coupon img {
  width: 20px;
  margin-right: 10px;
}

.sale-left__delivery {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.sale-left__delivery a {
  color: #232323;
  text-decoration: none;
}

.sale-left__delivery a:hover {
  text-decoration: underline;
}

.sale-left__delivery img {
  width: 20px;
  margin-right: 10px;
}

.sale-left__info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.sale-left__info a {
  color: #232323;
  text-decoration: none;
}

.sale-left__info a:hover {
  text-decoration: underline;
}

.sale-left__info img {
  width: 20px;
  margin-right: 10px;
}

.summary {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 30px;
}

.summary-product {
  display: flex;
  width: 350px;
  justify-content: space-between;
}

.summary-product h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.summary-delivery {
  display: flex;
  width: 350px;
  justify-content: space-between;
}

.summary-delivery h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.summary-sale {
  display: flex;
  width: 350px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(35, 35, 35, 0.137254902);
  padding-bottom: 20px;
}

.summary-sale h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.summary-all {
  display: flex;
  width: 350px;
  justify-content: space-between;
  margin-top: 20px;
}

.summary-all h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.summary-button {
  display: flex;
}

.summary-button button {
  width: 350px;
  height: 50px;
  margin-top: 20px;
  border-radius: 0.4rem;
  border: none;
  background-color: #f46717;
  color: #fff;
  font-size: 16px;
}

.summary-button button:hover {
  cursor: pointer;
  background-color: #f48328;
}



.help h2 {
  font-weight: 500;
  font-size: 20px;
}

.help a {
  text-decoration: underline;
  color: #232323;
}

.headline2 {
  margin-top: 120px;
  width: 90%;
  max-width: 1200px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.headline2 h1 {
  font-size: 50px;
  line-height: 52px;
  margin: 0;
}

.headline2 span {
  color: #cccccc;
}

.headline-center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.headline-center__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.headline-center__info p {
  margin: 0;
  font-weight: 500;
}

.headline-center__info a {
  color: #232323;
  text-decoration: none;
}

.headline-center__info a:hover {
  text-decoration: underline;
}

.headline-center__img {
  width: 40px;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.headline-center__img img {
  width: 100%;
}

.headline-center {
  width: 600px;
  display: flex;
  align-items: center;
}

.headline h1 {
  font-size: 50px;
  line-height: 52px;
  margin: 0;
}

.headline span {
  color: #cccccc;
}

.headline button {
  padding: 10px 30px;
  width: -moz-max-content;
  width: max-content;
  background-color: #232323;
  color: #fafafa;
  border-radius: 0.4rem;
  font-size: 16px;
  border: none;
}

.headline button:hover {
  background-color: #f46717;
  cursor: pointer;
}

.headline .headline-left {
  width: 700px;
  display: flex;
  align-items: center;
}

.headline .headline-right {
  width: 40%;
  margin-left: auto;
  display: flex;
  justify-content: right;
}

.headline .headline-right__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.headline .headline-right__info p {
  margin: 0;
  font-weight: 500;
}

.headline .headline-right__info a {
  color: #232323;
  text-decoration: none;
}

.headline .headline-right__img {
  width: 40px;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.headline .headline-right__img img {
  width: 100%;
}

.headline-cta a {
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  color: #232323;
  margin-left: 30px;
  font-size: 18px;
}

.headline-cta a:hover {
  color: #f46717;
  text-decoration: underline;
}

.blog-banner {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.blog-banner h2 {
  font-size: 50px;
  margin-top: 200px;
  margin-bottom: 20px;
}

.blog-banner span {
  color: #cccccc;
}

.blog {
  width: 90%;
  max-width: 1200px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}

.blog button {
  padding: 10px 30px;
  width: -moz-max-content;
  width: max-content;
  background-color: #232323;
  color: #fafafa;
  border-radius: 0.4rem;
  font-size: 16px;
  margin-top: 50px;
  border: none;
  margin-left: auto;
  margin-right: auto;
}

.blog button:hover {
  background-color: #f46717;
  cursor: pointer;
}

.blog-category {
  display: flex;
  margin: 0 auto 50px auto;
  height: -moz-min-content;
  height: min-content;
  justify-content: center;
  width: 100%;
  scrollbar-width: none;
}

.blog-category button {
  background-color: white;
  padding: 10px 30px;
  color: #232323;
  border-radius: 0.4rem;
  border: none;
  font-size: 16px;
  margin: 0 7px;
}

.blog-category button:hover {
  background-color: rgba(204, 204, 204, 0.7568627451);
  cursor: pointer;
}

.blog-category .category-active button {
  background-color: #000;
}

.blog-top {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 450px;
  border-radius: 0.8rem;
  align-items: flex-end;
}

.blog-top:hover {
  cursor: pointer;
}

.blog-top__image {
  width: 90%;
  max-width: 1200px;
  position: relative;
  border-radius: 0.8rem;
}

.blog-top__image img {
  width: 90%;
  max-width: 1200px;
  border-radius: 0.8rem;
}

.blog-top__shadow {
  position: absolute;
  width: 90%;
  max-width: 1200px;
  background: linear-gradient(to bottom, rgba(35, 35, 35, 0) 0%, #000 100%);
  height: 200px;
  border-radius: 0 0.8rem 0.8rem;
}

.blog-top__text {
  bottom: 10px;
  left: 50px;
  position: absolute;
  display: flex;
  height: 100px;
  width: 90%;
  max-width: 1200px;
  justify-content: flex-end;
  flex-direction: column;
  border-radius: 0 0.8rem 0.8rem;
}

.blog-top__text h2 {
  font-weight: 500;
  color: #fafafa;
  font-size: 32px;
  margin-bottom: 0;
}

.blog-maintext{
  padding: 10px;
}

.blog-author {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 0 10px;
}

.blog-author a {
  align-items: center;
  display: flex;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fafafa;
  text-decoration: none;
  background-color: #232323;
  padding: 10px 30px;
  border-radius: .8rem 0;
  z-index: 2;
}

.blog-author a:hover{
  background-color: #f46717;
}

.blog-author span {
  color: #fafafa;
  margin-left: 5px;
}

.blog-medium {
  display: flex;
  border-radius: 0.8rem;
  margin-top: 14px;
  position: relative;
}

.blog-medium h2 {
  margin: 0;
  padding: 0 10px 0 10px;
  color: #fafafa;
  font-size: clamp(20px, 4vw, 24px);
}

.blog-medium:hover {
  cursor: pointer;
  box-shadow: 2px 4px 12px rgba(0,0,0,.08);
  scale: 1.008;
}


.blog-medium__text {
  background: linear-gradient(to bottom, #00000000 0%, #00000060 100%);
  backdrop-filter: blur(8px);
  min-height: max-content;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 .8rem .8rem;
  width: 100%;
  display: flex;
  align-items: center;
}

.blog-medium__text p{
  padding: 10px;
  color: #fafafa;
  margin: 0;
}

.blog-mediumauthor {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: right;
}
.blog-mediumauthor p {
  color: #232323 !important;
  font-weight: 500;
  margin: 0;
}

.blog-medium {
  width: 100%;
  display: flex;
}
.blog-link a {
  font-size: 16px;
}
.blog-medium__image {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: .8rem;
}

.blog-medium__image p{
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 30px;
  border-radius: 0 0 .8rem 0; 
  background-color: #fafafa;
  color: #232323;
  margin: 0;
}

.blog-medium__image img {
  width: 100%;
  height: auto;
  border-radius: .8rem;
}

.blog-small {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  justify-content: space-between;
}

.blog-smallpost {
  display: flex;
  width: 593px;
  align-items: center;
}

.blog-smallpost:hover {
  cursor: pointer;
  scale: 1.008;
}

.blog-smallpost:hover .blog-smallpost__text h2 {
  color: #f46717;
}


.blog-smallpost__text h2 {
  margin: 0;
  font-size: 20px;
  padding: 10px;
}

.blog-smallpost__text p {
  color: #232323;
  margin: 0;
  padding: 10px;
}

.blog-smallpost__text span {
  color: #232323;
}

.blog-smallpost__img {
  width: 200px;
  height: 120px;
}

.blog-smallpost__img img {
  width: 200px;
  height: 120px;
  border-radius: 0.8rem .8rem 0 0;
}

.fullblog {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fulltext {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 1200px;
  text-align: left;
  align-items: flex-start;
}

.fulltext h2 {
  font-family:'Poppins';
  font-size: clamp(24px, 9vw, 64px);
  margin: 30px 0;
  width: 100%;
  font-weight: 700;
  line-height: 120%;
}

.fulltext h3 {
  font-size: 24px;
  margin: 20px 0;
  width: 100%;
}

.fulltext p {
  font-size: 24px;
  margin: 0;
  margin-top: 15px;
  width: 600px;
}

.fulldate {
  justify-content: left;
  display: flex;
  width: 100%;
  align-items: center;
  height: 50px;
  margin: 20px 0;
}

@media screen and (max-width: 768px){
  .fulldate{
    flex-wrap: wrap;
  }
  .fulltext h2{
    margin: 0;
  }
  .blogbody{
    margin: 20px 0 0 0;
  }
}

.fulldate a {
  min-width: max-content;
  text-decoration: none;
  color: #f46717;
  font-size: 16px;
  font-weight: 700;
}

.fulldate h5 {
  min-width: max-content;
  font-size: 16px;
  color: #232323;
}

.fulldate .fullline {
  margin: 0 10px;
}

.fulldate h6 {
  font-size: 16px;
}

.fullcategory {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.fullcategory button, .keywords {
  width: max-content;
  margin: 4px 4px;
  background-color: #232323;
  padding: 5px 10px;
  color: #fafafa;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.fullcategory button:hover, .keywords:hover{
  background-color: #f46717;
  cursor: pointer;
}

.blogbody {
  display: flex;
  width: 90%;
  max-width: 1200px;
  justify-content: space-between;
  border-top: 1px solid rgba(35, 35, 35, 0.1254901961);
  border-bottom: 1px solid rgba(35, 35, 35, 0.1254901961);
  padding: 50px 0 0 0;
}

.blog-left {
  width: 100%;
}

.blog-right {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.blog-right h3 {
  text-align: center;
  font-size: 24px;
}

.blog-right .blog-small-right {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(35, 35, 35, 0.1254901961);
}

.blog-right .blog-smallpost-right {
  display: flex;
  width: 350px;
  align-items: center;
  margin-bottom: 30px;
}

.blog-right .blog-smallpost-right:hover {
  cursor: pointer;
}

.blog-right .blog-smallpost-right:hover .blog-smallpost__text-right h2 {
  color: #f46717;
}

.blog-right .blog-author-right {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.blog-right .blog-author-right p {
  color: #fafafa;
  font-weight: 500;
  margin: 0;
}

.blog-right .blog-author-right span {
  color: #fafafa;
  margin-left: 5px;
}


.blog-right .blog-smallpost__text-right h2 {
  margin: 0;
  font-size: 18px;
}

.blog-right .blog-smallpost__text-right p {
  color: #232323;
}

.blog-right .blog-smallpost__text-right span {
  color: #232323;
}

.blog-right .blog-smallpost__img-right {
  width: 150px;
}

.blog-right .blog-smallpost__img-right img {
  width: 100%;
  border-radius: 0.8rem;
}

.fullimg {
  display: flex;
  margin-bottom: 50px;
}

.fullimg img {
  width: 100vw;
  object-fit: cover;
  height: 60vh;
}

.blogtext {
  width: 100%;
  margin-bottom: 50px;
}

.blogtext img{
  width: 100%;
  border-radius: .8rem;
}

.blogtext h4 {
  font-size: 22px;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 50px;
}

.blogtext a {
  color: #f46717;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-decoration: none;
}

.blogtext a:hover {
  text-decoration: underline;
}

.blogtext p {
  font-size: 18px;
  line-height: 1.6;
  width: 100%;
  max-width: 800px;
  text-align: left;
}

.blogtext span{
  font-size: 24px;
  width: 100%;
  max-width: 800px;
  font-weight: 800;
}

.blogtext li {
  font-size: 18px;
  line-height: 1.6;
  width: 100%;
  max-width: 800px;
  text-align: left;
}

.blogtext2 {
  width: 1200px;
  margin-bottom: 50px;
}

.blogtext2 img{
  width: 100%;
  border-radius: .8rem;
}

.blogtext2 h4 {
  font-size: 22px;
  margin: 0;
  margin-bottom: 10px;
  padding-top: 50px;
}

.blogtext2 li{
  font-size: 18px;
}

.blogtext2 a {
  color: #f46717;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-decoration: none;
}

.blogtext2 a:hover {
  text-decoration: underline;
}

.blogtext2 p {
  font-size: 18px;
  line-height: 1.6;
  width: 100%;
  text-align: left;
}

.blogtext2 span{
  font-size: 24px;
  width: 100%;
  font-weight: 800;
}

.blog-mainauthor {
  display: flex;
  width: 100%;
  justify-content: space-around;
  background-color: rgba(204, 204, 204, 0.3137254902);
  border-radius: 0.8rem;
  margin-bottom: 20px;
  margin-top: 100px;
}

.blog-mainauthor__img {
  display: flex;
  align-items: center;
  width: 90px;
}

.blog-mainauthor__img img {
  width: 100px;
}

.blog-mainauthor__text {
  width: 600px;
}

.share {
  display: flex;
  margin: 50px 0;
  background-color: #fafafa;
  color: #232323;
  border-radius: 0.4rem;
  padding: 7px 30px;
  font-size: 16px;
  border: 0.5px solid #232323;
}

.share:hover {
  background-color: #232323;
  color: #fafafa;
  cursor: pointer;
}

.text-image {
  display: flex;
  justify-content: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.text-image img {
  width: 100%;
  border-radius: 0.8rem;
}

.news {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 200px;
  background-color: #f3f4f5;
  margin-top: 100px;
}

.news h2 {
  margin: 0;
  font-size: 36px;
}

.news h5 {
  margin: 0;
  margin-top: 15px;
  font-size: 24px;
  color: rgba(35, 35, 35, 0.3137254902);
}

.newsright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.newsright h3 {
  font-size: 25px;
  margin: 0;
  margin-bottom: 10px;
}

.subscribe {
  display: flex;
}

.subscribe .subtext {
  margin: 0;
  background-color: #fff;
  color: #dadada;
  border: 0;
  border-radius: 10rem 0 0 10rem;
  padding: 15px 100px;
  font-size: 14px;
  display: flex;
}

.subscribe .subtext:hover {
  cursor: text;
}

.subscribe .subbut {
  margin: 0;
  background-color: #232323;
  color: #fafafa;
  border: 0;
  border-radius: 0 10rem 10rem 0;
  padding: 15px 15px;
  font-size: 14px;
  display: flex;
  cursor: pointer;
}

.subscribe .subbut:hover {
  background-color: #f46717;
}

.subscribe .subbut img {
  height: 15px;
}

.main-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 50px;
  justify-content: center;
}

.main-banner h2 {
  padding-top: 50px;
  font-size: clamp(24px, 7vw, 44px);
  margin: 0 auto;
  text-align: left;
  width: 90%;
  max-width: 1200px;
}

.main-banner span {
  color: #cccccc;
}

.blog-category {
  display: flex;
  margin: 0 auto 50px auto;
  height: min-content;
  justify-content: left;
  width: 90%;
  max-width: 1200px;
}

.blog-category a {
  background-color: white;
  padding: 10px 30px;
  color: #232323;
  border-radius: 0.4rem;
  border: none;
  font-size: 16px;
  margin: 0 7px;
  min-width: max-content;
  text-decoration: none;
}

.blog-category a:hover {
  background-color: rgba(204, 204, 204, 0.7568627451);
  cursor: pointer;
}

.blog-category .category-active button {
  background-color: #000;
}

.blog {
  width: 90%;
  height: fit-content;
  max-width: 800px;
}

.blogall{
  width: 90%;
  height: fit-content;
  max-width: 1200px;
  margin: 0 auto;
}
.blog-bottom {
  flex-direction: column;
  height: auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.blog-medium__shadow {
  background: linear-gradient(to bottom, rgba(35, 35, 35, 0) 0%, #000 90%);
  border-radius: 0.8rem;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
}

.blog-category {
  overflow: scroll;
  padding: 10px 0;
  justify-content: flex-start;
}

.blog-category::-webkit-scrollbar{
  display: none;
}
.blog-small {
  align-items: unset;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0 0 0;
}
.blog-smallpost {
  background-color: #fff;
  border-radius: .8rem;
  margin-bottom: 14px;
  width: 100%;
  flex-direction: column;
  height: 100%;
}
.blog-smallpost__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.blog-smallpost__img {
  width: 100%;
  height: auto;
}
.blog-smallpost__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .blog-top__text h2 {
    font-size: 20px;
  }
  .blog-small{
    display: flex;
    flex-direction: column;
  }
  .blog-smallpost{
    width: 100%;
  }
}

.guide {
  display: flex;
  background-color: #fff;
  position: sticky;
  top: 0;
  height: 45px;
  justify-content: center;
  z-index: 996;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  display: none;
}

.guide-left {
  display: flex;
  width: 500px;
  align-items: center;
}
.guide-left h4 {
  font-size: 24px;
  font-weight: 600;
}

.guide-right {
  height: 100%;
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: right;
}
.guide-right img {
  width: 22px;
}

.headline2 {
  margin-top: 120px;
  width: 90%;
  max-width: 1200px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.headline2 h1 {
  font-size: 50px;
  line-height: 52px;
  margin: 0;
}
.headline2 span {
  color: #cccccc;
}

.headline-center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.headline-center__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.headline-center__info p {
  margin: 0;
  font-weight: 500;
}
.headline-center__info a {
  color: #232323;
  text-decoration: none;
}
.headline-center__info a:hover {
  text-decoration: underline;
}

.headline-center__img {
  width: 40px;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.headline-center__img img {
  width: 100%;
}

.headline-center {
  width: 600px;
  display: flex;
  align-items: center;
}

.headline-cta {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.headline-cta button {
  padding: 10px 30px;
  width: -moz-max-content;
  width: max-content;
  background-color: #232323;
  color: #fafafa;
  border-radius: 0.4rem;
  font-size: 16px;
  border: none;
}
.headline-cta button:hover {
  background-color: #f46717;
  cursor: pointer;
}

.headline-cta a {
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  color: #232323;
  margin-left: 30px;
  font-size: 18px;
}
.headline-cta a:hover {
  color: #f46717;
  text-decoration: underline;
}

.headline {
  width: 90%;
  max-width: 1200px;
  display: flex;
  margin: 100px auto 50px auto;
  justify-content: space-between;
  flex-direction: column;
}

.headline h1 {
  font-size: 50px;
  line-height: 52px;
  margin: 0;
}
.headline span {
  color: #cccccc;
}
.headline .headline-left {
  width: 700px;
  display: flex;
  align-items: center;
}
.headline-right {
  width: 30%;
  margin-left: auto;
  display: flex;
  justify-content: right;
}
.headline-right__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.headline-right__info p {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
}
.headline-right__info a {
  color: #000;
  text-decoration: none;
}
.headline .headline-right__img {
  width: 40px;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.headline .headline-right__img img {
  width: 100%;
}

.sentence {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}
.sentence-right p {
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .headline {
    width: 90% !important;
  }
}
@media screen and (max-width: 768px) {
  .sentence p {
    font-size: 22px;
  }

  .headline-cta{
    flex-direction: column;
  }

  .headline-cta a{
    margin-left: 0;
    margin-top: 10px;
  }

  .headline .headline-right{ 
    justify-content: left;
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
  }
}
.sentence-bg {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #232323;
  padding: 150px 0;
}
.sentence-bg a {
  text-align: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  color: #f46717;
  margin-top: 20px;
  font-size: 20px;
  text-decoration: none;
}
.sentence-bg a:hover {
  text-decoration: underline;
}
.sentence-bg h2 {
  max-width: 800px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: clamp(24px, 9vw, 54px);
  line-height: clamp(24px, 9vw, 54px);
  text-align: center;
  font-weight: 700;
  font-family: 'Poppins';
  color: #fafafa;
  margin: 0;
}
.sentence-bg p {
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}
.sentence-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.sentence-right a {
  text-align: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  color: #f46717;
  margin-top: 20px;
  font-size: 20px;
  text-decoration: none;
}
.sentence-right a:hover {
  text-decoration: underline;
}
.sentence-right h2 {
  max-width: 800px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: clamp(24px, 9vw, 54px);
  line-height: clamp(24px, 9vw, 54px);
  text-align: center;
  font-weight: 700;
  font-family: 'Poppins';
  color: #232323;
  margin: 0;
}
.sentence-right p {
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}

.layout {
  display: block;
  z-index: 1;
  position: relative;
}


.deres {
  width: 400px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.layout-top {
  position: relative;
  margin: 50px auto;
  width: 90%;
  max-width: 1200px;
  display: flex;
  background-color: #232323;
  height: 250px;
  border-radius: 0.8rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.layout-top span {
  font-weight: 300;
  font-size: clamp(16px, 5vw, 30px);
  text-align: center;
  letter-spacing: 8px;
  z-index: 2;
}
.layout-top img {
  width: 100px;
  margin-right: 20px;
  z-index: 2;
}

img.layout-top__bg{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  margin: 0;
  border-radius: .8rem;
  z-index: 1;
  opacity: 0.4;
}
.layout-top h2 {
  color: rgba(250, 250, 250, 0.8588235294);
  font-size: 80px;
  font-weight: 800;
  z-index: 2;
}
.layout-top h1 {
  color: rgba(250, 250, 250, 0.8588235294);
  font-size: clamp(28px, 10vw, 50px);
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.8rem;
  text-align: center;
  z-index: 2;
}

.layout-bottom {
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  scrollbar-width: none;
}

.layout-bottom_main {
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1200px;
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  scrollbar-width: none;
}

.layout-bottom_fam {
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  scrollbar-width: none;
}

.layout-bottom__mobile {
  display: flex;
  justify-content: space-between;
  width: 593px;
}

.outofstock{
  display: none;
}

.outofstock.disabled{
  display: flex;
  padding: 5px 0;
  margin: auto;
  text-align: center;
  background-color: #fafafacc;
  position: absolute;
  width: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: .4rem;
}

.outofstock p{
  margin: 0;
  padding: 10px 30px;
}

.column.stockcarded img{
  filter: grayscale(100);
  opacity: .8;
}

.column {
  border-radius: 0.8rem;
  min-height: max-content;
  background-color: #fff;
  max-width: 386.6px;
  box-shadow: 2px 4px 12px rgba(0,0,0,.08);
  position: relative;
}

.column a{
  text-decoration: none;
  color: #232323;
}


#text{
  font-size: 120px;
}

.column-slide{
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  /*z-index: 2;*/
  top: 50%;
}
.column:hover {
  cursor: pointer;
}
.column-info a:hover {
  color: #f46717;
}

.column-cta:hover{
  background-color: #f46717;
}

.column-img {
  position: relative;
  height: 60%;
  background-position: left;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 0.8rem 0.8rem 0 0;
  width:100%;
  position: relative;
  /*z-index: 1;*/

}

.column-img img{
  height: 100%;
  border-radius: .8rem .8rem 0 0;
  object-fit: cover;
  min-width: 100%;
}

.column-extra{
  padding: 3px 10px;
  background-color: #f46717cc;
  width: max-content;
  border-radius: .4rem;
  color: #fafafa;
  font-size: 14px;
  bottom: 0;
  position: absolute;
}

.column-quantity{
  position: absolute;
  top:0;
  right: 0;
  background-color: #232323;
  color: #fafafa;
  margin: 0;
  border-radius: 0 .8rem 0 .8rem;
  width: max-content;
  padding: 10px 30px;
}
.column-img span {
  padding: 3px 10px;
  background-color: rgba(35, 35, 35, 0.7568627451);
  width: max-content;
  border-radius: 2rem;
  color: #F3F4F5;
  font-size: 14px;
  margin-bottom: 10px;
  position: absolute;
}

.column-cta{
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 0 .8rem .8rem;
  background-color: #232323;
}

.column-cta a{
  text-decoration: none;
  padding: 10px 0;
  color: #fafafa;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-info {
  background-color: white;
  height: 40%;
  border-radius: 0 0 0.8rem 0.8rem;
  display: flex;
  flex-direction: column;
}
.column-info__top{
  margin: 0px 20px 0 20px;
  display: flex;
  align-items: baseline;
}
.column-info__bottom{
  margin: 0 20px 0 20px;
  display: flex;
  align-items: center;
}
.column-info__bottom h3{
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
}
.column-info a {
  font-size: 22px;
  text-decoration: none;
  color: #232323;
  font-weight: 700;
}
.column-info span{
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 0 2px;
}
h3.modal-sales{
  color: #f46717;
  margin: 0 10px 0 0;
}
.modal-price span{
  margin: 0 0 0 5px;
}
h4.pricetag {
  margin: 10px 10px 10px 0px;
  font-size: 32px;
}
h4.pricetaghigh {
  margin: 10px 10px 10px 0px;
  font-size: 32px;
  width: max-content;
  background-color: #f46717;
  border-radius: .4rem;
  color: #fafafa;
  padding: 0px 15px;
}
h4.oldpricehigh {
  color: #232323;
  text-decoration: line-through;
}
.column-info h2:hover{
  color: #f46717;
}
.column-info h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
h2.colum-info__sale{
  color: #f46717;
}
.column-info p {
  margin: 0 20px;
  font-size: 14px;
  color: rgba(35, 35, 35, 0.5647058824);
  margin-bottom: 30px;
}

.column-info__weight{
  display: flex;
  justify-content: space-between;
  margin: 20px;
}

p.column-weight-p1{
  position: absolute;
  bottom: 10px;
  left: 20px;
  margin: 0;
}

p.column-weight-p2{
  position: absolute;
  bottom: 10px;
  right: 20px;
  margin: 0;
}

.column-info__top h3{
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 0 0;
}

.column4 {
  width: 290px;
  border-radius: 0.8rem;
  height: 450px;
}

.colcategory {
  height: 340px;
  background-image: url(/1.2/images/salami11.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 0.8rem;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.colcategory img {
  height: 24px;
  margin: 0px 20px 20px 0;
}

.colcategory-info {
  display: flex;
  width: 100%;
  border-radius: 0 0 0.8rem 0.8rem;
  align-items: center;
}

.colcategory-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
.colcategory-text h2 {
  margin: 0;
}
.colcategory-text p {
  margin: 0;
  font-size: 16px;
}
.colcategory-text span {
  margin: 0;
  font-size: 16px;
}

.colnext {
  margin-top: 13px;
  height: 77px;
  border-radius: 0.8rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.colnext p {
  font-size: 20px;
  font-weight: 500;
}
.colnext img {
  width: 24px;
  margin-left: 5px;
}

@media screen and (max-width: 1024px) {

  .layout-top {
    width: 90%;
    height: 200px;
  }
  .layout-top h1 {
    width: 90%;
  }
  .layout-top img {
    width: 80px;
  }

  img.layout-top__bg{
    width: 100%;
  }
  .layout-bottom {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    overflow-x:scroll;
    display: grid;
    padding: 0 5% 20px 5%;
    grid-auto-flow: column;
    scrollbar-width: none !important;
  }

  .layout-bottom::-webkit-scrollbar{
    width: 0;
  }
  .layout-bottom__mobile {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .column {
    width: 80vw;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
  }
  .column-img {
    background-position: center;
  }

  .column-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .sentence-right p {
    font-size: 20px;
  }


  .layout-top {
    height: 150px;
    border: none;
  }

  .layout-top img {
    width: 70px;
  }
  img.layout-top__bg{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    width: 100%;
    object-fit: cover;
    margin: 0;
    border-radius: .8rem;
    z-index: 1;
  }
}
.why {
  margin-top: 120px;
  width: 90%;
  max-width: 1200px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}

.why-left {
  width: 100%;
  display: flex;
  align-items: center;
}
.why-left h1 {
  width: 100%;
  text-align: center;
}
.why-left img {
  width: 300px;
}

.benefits {
  display: flex;
  width: 90%;
  max-width: 1200px;
  justify-content: space-between;
  height: 100px;
  border-radius: 0.8rem;
  background-size: cover;
  background-position: center -30px;
  margin-top: 50px;
}

.benefits-col {
  width: 290px;
  border-radius: 0.8rem;
  display: flex;
  height: 100px;
  margin-bottom: 13px;
  background-color: white;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.benefits-col h1 {
  font-size: 100px;
  color: #dddddd;
  margin: 0;
  width: 100%;
  height: 100px;
  text-align: center;
}
.benefits-col h4 {
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.benefits-col img {
  width: 50px;
}

.benefits-img {
  background-image: url(/1.2/images/kellofarm_12.jpg);
  height: 400px;
  width: 100%;
  border-radius: 0.8rem;
  background-size: cover;
  background-position: center 500px;
  margin-top: 50px;
}

.benefits-guarantee {
  background-color: #fff;
  width: 290px;
  height: 420px;
  border-radius: 0.8rem;
}

.benefits-delivery {
  height: 267px;
  width: 290px;
  background-color: #fff;
  border-radius: 0.8rem;
}

.benefits-nature {
  height: 140px;
  background-color: #fff;
  width: 290px;
  border-radius: 0.8rem;
}

.benefits-nopig {
  height: 190px;
  background-color: #fff;
  width: 290px;
  border-radius: 0.8rem;
}

.benefits-noadd {
  height: 217px;
  width: 290px;
  background-color: #fff;
  border-radius: 0.8rem;
}

.benefits-5 {
  width: 290px;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 420px;
}

.benefits-51 {
  height: 130px;
  width: 290px;
  background-color: #fff;
  border-radius: 0.8rem;
}

.benefits-52 {
  height: 160px;
  width: 290px;
  background-color: #fff;
  border-radius: 0.8rem;
}

.benefits-53 {
  height: 100px;
  width: 290px;
  background-color: #fff;
  border-radius: 0.8rem;
}
._modal {
  position: absolute;
  top: 0;
  left: 50%; /* 50%-ra állítva */
  transform: translateX(-50%); /* A modal szélességének felével balra tolva */
  transition: 200ms ease-in-out;
  border-radius: 0.8rem;
  z-index: 999;
  width: 1000px;
  max-width: 100%;
  min-height: max-content;
  overflow: hidden; /* Nincs görgetés a modalon belül */
  padding: 95px 0;
}
.moremodal{
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.moremodal h3{
  text-align: left;
}

._modal-close {
  text-align: right;
  margin: 10px 20px 10px 20px;
  font-size: 30px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  z-index: 2;
}

._modal-close__button {
  align-items: center;
  display: flex;
  border: none;
  color: #232323;
  background-color: #f3f4f5;
  cursor: pointer;
  border-radius: 0 .8rem 0 .8rem;
  font-size: 28px;
  padding: 10px 30px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20px, -10px);
}
._modal-close__button p{
  font-size: 16px;
  margin: 0 5px;
}

._modal-close__button:hover {
  background-color: #232323;
  color: #fafafa;
}

._modal-top {
  display: flex;
  height: 100%;
}

._modal-left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

._modal-left__img {
  width: 80%;
}

._modal-right {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

._modal-right-info {
  margin-left: 50px;
  margin-top: 50px;
  display: block;
  align-items: center;
  padding-right: 20px;
}

._modal-right-basket {
  margin-left: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

._modal-right-next {
  text-decoration: none;
  color: #000;
  margin-left: 50px;
}
._modal-right-next:hover {
  color: #f46717;
}

._modal-right__name {
  margin: 0;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
._modal-right__name:hover {
  color: #f46717;
}

._modal-right__weight {
  font-style: italic;
  margin: 0;
}

._modal-right__price {
  font-weight: 600;
  color: #232323;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  margin-left: 50px;
}

._modal-right__btn {
  text-decoration: none;
  color: white;
  background: #000;
  padding: 10px 30px 10px 30px;
  border-radius: 0.2rem;
  font-size: 14px;
  border: none;
  cursor: pointer;
  font-family: "Poppins";
}
._modal-right__btn:hover {
  background-color: #f46717;
}

._modal-right__total {
  font-weight: 600;
  margin-left: 50px;
  color: #6da305;
}

._modal-bottom {
  margin: 50px;
}

._modal-bottom__title {
  font-size: 18px;
  margin: 0;
}

._modal-bottom__text {
  margin: 20px 0;
}
._modal-bottom__text span {
  font-style: italic;
}

._modal-bottom-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

._modal-bottom__img1 {
  max-width: 500px;
}

._modal-bottom-company {
  display: flex;
  justify-content: center;
  align-items: center;
}

._modal-bottom-company__img {
  width: 300px;
}

._modal.active {
  transform: translate(-50%, 0) scale(1)
}


#overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8) ;
  backdrop-filter: blur(8px);
  pointer-events: none;
  z-index: 998;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}


#overlay-family {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8) ;
  backdrop-filter: blur(8px);
  pointer-events: none;
  z-index: 500;
}

#overlay-family.active {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}

.product-right {
  width: 50%;
  padding-right: 20px;
}


.product-sale-button {
  position: fixed;
  top: 45px; /* A gomb a viewport alján */
  left: 50%; /* Középre igazítás vízszintesen */
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1000px;
  background-color: #fff; /* Zöld háttérszín */
  color: white; /* Fehér szöveg */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: none; /* Kezdetben rejtve */
  z-index: 9999; /* A gomb a többi elem fölött */
  justify-content: space-around;
}

.product-incart{
  display: flex;
  flex-direction: column;
}

.product-incart-modal{
  width: 50%;
  display: flex;  
  justify-content: center;
}


.product-name-modal{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 85%;
}

.product-price-modal{
  display: flex;
  align-items: center;
}

span.weightspan-modal{
  font-size: 14px;
  color: #232323;
}

.product-price-modal span{
  margin: 0 5px 0 0;
  font-size: 12px;
  color: #232323;
}

.product-name-modal p{
  color: #232323;
  margin: 0;
}

.product-info-modal{
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.product-name-a{
  font-size: 16px;
  color: #232323;
  display: flex;
  align-items: center;
  font-weight: 800;
}

.product-button-modal{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
  width: max-content;
  height: 38px;
}

.product-image-modal{
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image-modal img{
  width: 50px;
  border-radius: .4rem;
}




@media screen and (max-width: 1024px) {
  .product {
    max-width: 100%;
  }
  .product-left {
    justify-content: center;
    display: flex;
    max-width: 70%;
  }
  .product-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .product-right__info{
    width: 90% !important;
    margin: 0 auto;
  }
  .product-right__a {
    font-size: 24px;
  }
  .product-next {
    font-size: 16px !important;
  }
  .product-right__info span {
    font-size: 14px !important;
  }
  .product-right__info p {
    font-size: 16px !important;
  }
  .product-right__info h3 {
    font-size: 30px !important;
  }
  .product-left__img {
    width: 100%;
    height: 300px;
  }
  .product-left__img img {
    width: 10%;
    min-width: none;
  }
  ._modal-left {
    max-width: 40%;
  }
  ._modal-right {
    min-width: 420px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  ._modal-right-basket {
    align-items: center;
  }
  ._modal-right-next {
    display: flex;
    justify-content: center;
    margin-left: 30px;
  }
  ._modal-right-info {
    justify-content: left;
    margin-left: 0;
  }
  ._modal-right__price {
    display: flex;
    justify-content: left;
    margin-left: 0;
    align-items: center;
  }
  ._modal-right-basket {
    display: flex;
    justify-content: left;
    margin-left: 0;
  }
  ._modal-right__total {
    display: flex;
    justify-content: left;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-sale-button {
    top: 0;
    flex-direction: column;
    padding: 15px 0;
  }
  .product-price-modal span{
    margin: 0 5px 0 20px;
  }
  .product-name-a{
    margin: 10px 0 10px 20px;
    width: 100%;
    font-size: 18px;
  }
  .product-incart-modal{
    width: 80%;
    margin: 0 auto;
  }
  .product-info-modal{
    width: 80%;
    justify-content: center;
    display: flex;
    margin: 0 auto;
  }
  .product-name-modal p{
    margin: 0 0 0 20px;
  }
  
  ._modal {
    height: 100%;
    width: 100%;
    border-radius: 0;
    margin-top: 0 !important;
  }
  .product-button{
    position: sticky;
    top: 0;
  }
  .product-right{
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
  }
  .product-left__img {
    max-height: 300px;
    min-width: 100%;
  }
  .product-left__img img {
    width: 100%;
  }
  .product-right__a {
    width: 100%;
  }
  .product-postimage {
    width: 100%;
  }
  .product {
    padding: 0;
    flex-direction: column;
    width: 90%;
  }
  .product-right__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    box-shadow: none;
  }
  .product-right {
    justify-content: flex-start;
    border: none;
    box-shadow: none;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
  }
  .product-incart{
    flex-direction: column;
  }
  ._modal-top {
    display: block;
    width: 100%;
    height: unset;
  }
  ._modal-left {
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  ._modal-left__img {
    width: 200px;
    height: unset;
  }
  ._modal-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
  }
  ._modal-right-info {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 0;
  }
  ._modal-right-basket {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    bottom: 30px;
  }
  ._modal-right__text {
    text-align: center;
  }
  ._modal-right-basket__bg {
    display: flex;
    justify-content: center;
    bottom: 0;
    position: absolute;
    background-color: white;
    height: 160px;
    width: 100%;
  }
  ._modal-right__weight {
    margin-left: 0;
  }
  ._modal-right__total {
    order: 2;
    position: absolute;
    bottom: 20px;
  }
  ._modal-right__btn {
    margin-left: 0;
    order: 1;
  }
  ._modal-right__price {
    margin-left: 0;
    position: absolute;
    bottom: 100px;
  }
  ._modal-left {
    max-width: 400px;
  }
}
@media screen and (max-width: 400px) {
  ._modal-right-next {
    margin-left: 15px;
  }
}

.product-left {
width: 45%;
display: flex;
justify-content: center;
align-items: center;
cursor: auto;
position: relative;
}



/* Slider konténer */
.product-left__slider {
  position: relative;
  width: 80%; /* ugyanaz, mint a fő kép */
  overflow: hidden; /* csak 1 kép látszik */
}

/* Slider képek konténere */
.product-left__slider-main {
  display: flex;
  transition: transform 0.3s ease;
  width: 100%;
}

/* Egy slide */
.product-left__slide {
  flex: 0 0 100%; /* mindig a konténer szélessége */
  box-sizing: border-box; /* padding nem növeli a szélességet */
}

.product-left__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
  display: block;
  cursor: pointer;
}

/* Nyilak */
.product-left__slider .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 0.3rem;
}

.product-left__slider .slider-arrow.left {
  left: 0.5rem;
}

.product-left__slider .slider-arrow.right {
  right: 0.5rem;
}

/* Nyilak elrejtése, ha csak 1 kép van */
.product-left__slider.single-slide .slider-arrow {
  display: none;
}

/* Lightbox háttér és középre igazítás */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Kép nagyítása */
.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 0.5rem;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

/* Nyilak a lightbox-ban a slider méretéhez igazítva */
.lightbox .prev, .lightbox .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem; /* megegyezik a slider nyilakkal */
  color: white;
  cursor: pointer;
  user-select: none;
  padding: 0 0.5rem; /* opcionális, hogy ne lógjanak túl */
}
.lightbox .prev { left: 2%; }
.lightbox .next { right: 2%; }

/* Bezáró gomb */
.lightbox .close-lightbox {
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}





.product-left__img {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-left__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: .8rem;
}

.product-right__info {
  width: 100%;
  border: none;
  box-shadow: none;
}

.product-next {
  text-decoration: none;
  color: #232323;
  margin-top: 300px;
  font-size: 18px;
}
.product-next:hover {
  color: #f46717;
  text-decoration: underline;
}

.product-right__a {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.product-right__a:hover {
  cursor: pointer;
  color: #f46717;
}

.product-right__info span {
  font-style: italic;
  font-size: 16px;
}

.product-right__info p {
  font-size: 16px;
}

.product-right__info a {
  margin: 0 0 10px 0;
}

.product-right__info h3 {
  text-align: left;
  font-size: 36px;
  margin-bottom: 0;
}


.product-right__info h4 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 0;
}



.product-price {
  display: flex;
  align-items: baseline;
  justify-content: left;
  width: 100%;
  margin: 30px 0 0 0;
}

.product-price h3{
  text-align: left;
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 600;
  width: max-content;
}

.product-price h3:hover{
  text-decoration: none;
  cursor:default;
}
.cargo-tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
}

.cargo-tooltip-box {
  position: absolute;
  bottom: 125%;
  left: 0;
  width: 250px;
  padding: 20px 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: 0.2s;
  z-index: 9999;
  font-weight: 100;
}


/* hover */
.cargo-tooltip:hover .cargo-tooltip-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* kis nyíl */
.cargo-tooltip-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15px;

  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

p.weightspan{
  width: max-content;
  margin: 5px 0 20px 0;
}

span.weightspanper{
  width: max-content;
}

#cargononpostable{
  background-color: #a63d2d22;
  color: #a63d2d;
  border: 2px solid #a63d2d;
  padding: 3px 10px;
}

#cargopostable{
  background-color: #6b8e2322;
  color: #6b8e23;
  padding: 3px 10px;
  border: 2px solid #6b8e23;
}


.product-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 15px 0;
  width: 65%;
  height: 38px;
}

.product-buy__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.4rem;
  height: 40px;
  width: 40%;
}

.product-buy__button input{
  width: 40%;
  display: flex;
  text-align: center;
  height: 100%;
  border: none;
  font-size: 20px;
  padding: 0;
}

.product-number__button {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  border-radius: 0.4rem;
  border: none;
  background-color: white;
  width: 20px;
  height: 100%;
  align-items: center;
}
.product-number__button:hover {
  cursor: text;
}

.product-minus__button {
  border: none;
  background-color: #fff;
  border-radius: 0.4rem 0 0 0.4rem;
  height: 99%;
  width: 30%;
  font-size: 18px;
  padding: 0;
}
.product-minus__button:hover {
  cursor: pointer;
  background-color: #f3f4f5;
}

.product-plus__button {
  border: none;
  color: #fafafa;
  background-color: #232323;
  border-radius: 0 0.4rem 0.4rem 0;
  height: 100%;
  width: 30%;
  font-size: 18px;
  padding: 0;
}
.product-plus__button:hover {
  cursor: pointer;
  background-color: #f46717;
}

.product-cart__button {
  background-color: #232323;
  color: #fafafa;
  border: none;
  border-radius: 0.4rem;
  font-size: 16px;
  height: 40px;
  width: 50%;
}

.product-cart__button:hover {
  background-color: #f46717;
  cursor: pointer;
}

.product-cart__button:disabled {
  background-color: #f4671722;
  color: #f46717;
  border: 2px solid #f46717;
  cursor: text;
}

a.product-next{
  display: flex;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  /*.layout-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
  }*/
  .product-button{
    position: sticky;
    top:0;
  }
  br.product-br{
    display: none;
  }
  .navbar{
    z-index: 998;
  }
  ._modal.active{
    z-index: 999;
    padding: 0;
  }
  .product{
    width: 100%;
    border-radius: 0;
    justify-content: unset;
  }
  .product-info{
    padding: 15px 0px 100px 0px;
    margin: 0 auto;
    border-radius: 0;
    min-height: 30vh;
  }
  ._modal-close__button{
    border-radius: 0 0 0 .8rem;
  }
  .product-button{
    width: 100%;
  }
  .product-left{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }

  .product-left__slide img {
    border-radius: unset;
  }

  .product-left__slider {
    width: 100%;
    border-radius: none;
  }
  .product-left__img img {
    height: 100%;
    border-radius: 0;
  }
  .product-right{
    width: 90%;
    height: auto;
    margin: 15px 0 0 0;
  }
}
.about-box {
  background-color: #fafafa;
  border-radius: 0.8rem;
  width: 585px;
  height: 350px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.about-box h2 {
  font-size: 48px;
  text-align: center;
  margin: 0;
}

.about-box p {
  font-size: 20px;
  margin: 20px 30px;
  letter-spacing: 1px;
}

.about-box img {
  margin-bottom: 20px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.cover{
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #232323;
}

.cover img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .5;
}

.contactmode h1{
  display: flex;
  width: max-content;
  color: #fafafa;
  font-size: clamp(24px, 6vw, 64px);
  margin: 0 auto;
  padding: 20px 40px;
  background-color: #232323;
  border-radius: .8rem;
  z-index: 2;
}

.contactmode{
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto 20px auto;
  transform: translateY(-60px);
}

.contactmode-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 390px;
  background-color: #fff;
  height: max-content;
  justify-content: center;
  border-radius: .8rem;
  padding: 20px 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.sentence-bottom{
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  align-items: center;
  margin-top: 50px;
  height: min-content;
}

.sentence-bottom h3{
  text-align: left;
  width: 100%;
}

#fname{
  width: 100%;
  font-size: 20px;
  border-radius: .4rem;
  border: 1px solid #dadada;
  height: 200px;
}

.sentence-bottom a{
  padding: 10px 30px;
  background-color: #232323;
  color: #fafafa;
  margin-top: 30px;
  text-decoration: none;
  border-radius: .4rem;
  font-size: 18px;
}

.sentence-bottom a:hover {
  background-color: #f46717;
}

.contactmode-box h2{
margin: 0;
}

.contactmode-box img{
  width: 50px;
  margin-bottom: 10px;
}

.location{
  width: 800px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: .8rem;
  align-items: center;
  transform: translateY(-60px);
  padding: 20px 0;
}

.location h2{
  margin: 0;
  text-align: center;
}


.location img{
  display: flex;
  width: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .contactmode{
    flex-direction: column;
    width: 90%;
    transform: translateY(-35px);
  }

  .contactmode-box{
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .contactmode-box h2{
    font-size: 18px;
  }

  .contactmode-box img{
    width: 30px;
    margin: 0 0 10px 0;
  }

  .location{
    width: 90%;
    transform: translateY(-40px);
    flex-direction: column;
    padding: 10px 0;
    justify-content: center;
  }

  .location img{
    width: 30px;
    margin: 0 0 10px 0;
  }

  .location h2{
    font-size: 18px;
    width: 70%;
  }

  .sentence-bottom{
    width: 90%;
  }

  .cover img{
    width: 100%;
    height: 30vh;
    object-fit: cover;
    object-position: 80% 10%;
  }

  .cover{
    height: 30vh;
  }
}


.anchor-faqbody{
  width: 90%;
  max-width: 1200px;
  margin: 50px auto 100px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 26px;
}

.anchor-faqcard{
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  height: 100px;
  width: 280px;
  border-radius: .4rem;
  text-decoration: none;
}

.anchor-faqcard__img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}

.anchor-faqcard__img img{
  display: flex;
  width: 60%;
}

.anchor-faqcard__info{
  display: flex;
  align-items: center;
  text-align: left;
  width:70%;
}


.anchor-faqcard:hover{
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}


.anchor-faqcard__info p{
  color: #232323;
}

#aszf:before{
  display: block;
  content: "";
}

#fizetes:before{
  display: block;
  content: "";
}

#szallitas:before{
  display: block;
  content: "";
}

#reklamacio:before{
  display: block;
  content: "";
}


.faq-info{
  width: 70%;
  margin-bottom: 100px;
}

.faq-infoflex{
  width: 100%;
  margin-bottom: 100px;
}

.faq-info2{
  width: 100%;
  margin-bottom: 30px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.faq-text{
  max-width: 70%;
  margin-bottom: 40px;
}
.faq-text p{
  font-size: 18px;
}

a.faq-textlink{
  font-size: 18px;
}

.faq-text a{
  color: #f46717;
}

.faq-drop{
  width: 48%;
  display: flex;
  align-items: center;
  height: 200px;
}

.faq-container {
  width: 50%;
  height: max-content;
}


.faq-item.active .aboutaccordion{
  height: max-content;
  margin-bottom: 200px;
}

.faq-item {
  margin-bottom: 10px; /* add this */
}

.faq-question {
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: .4rem;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.faq-img{
  display: flex;
  width: 50%;
  border-radius: .4rem;
}

.faq-question__info{
  display: flex;
  align-items: center;
}

.faq-question__info img{
  width: 50px;
  margin-right: 10px;
  border-radius: .4rem;
}

.faq-answer h3{
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}

.faq-answer__img{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.faq-answer__img img{
  width: 90px;
  margin: 20px 0;
}

.faq-answer a{
  color: #f46717;
}

.faq-answer p{
  font-size: 16px;
  margin: 0;
}

.faq-question h2{
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  font-style: italic;
}

.faq-answercopy{
  display: flex;
  align-items: center;
}
#copy-btn1, #copy-btn2{
  border: none;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  background-color: unset;
}
#copy-btn1 img, #copy-btn2 img{
  width: 20px;
  margin: 0 5px 0 0 ;
}
#copy-btn1:hover, #copy-btn2:hover{
cursor: pointer;
}

.faq-answer {
  width:100%;
  padding: 20px;
  border-radius: .4rem;
  background-color: #fff;
  display: none; /* hide the answer by default */
}

.faq-answer2 {
  width:100%;
  padding: 20px;
  border-radius: .4rem;
  background-color: #fff;
  display: none; /* hide the answer by default */
}

.faq-item.active .faq-answer {
  display: flex; /* show the answer when the question is clicked */
  flex-direction: column;
}

.faq-item.active .faq-answer2 {
  display: flex; /* show the answer when the question is clicked */
  align-items: center;
}


.faq-question .expand {
  text-align: center;
  margin: auto 20px;
  font-size: 24px;
  font-weight: 500;
}

.faq-question .close {
  text-align: center;
  margin: auto 20px;
  font-size: 34px;
  font-weight: 500;
}

.faq-item.active .faq-question .expand {
  display: none;
}

.faq-item.active .faq-question .close {
  display: inline-block !important;
}

@media screen and (max-width: 1300px){
  .anchor-faqbody{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .anchor-faqcard{
    width: 100%;
  }
  .anchor-faqcard__img img{
    max-width: 40px;
  }
}

@media screen and (max-width: 1024px){
  .anchor-faqbody{
    grid-template-columns: 1fr 1fr;
  }
  .faq-text{
    width: 90%;
    max-width: 90%;
  }
  .faq-container{
    width: 100%;
  }
  .faq-text p{
    width: 100%;
  }
  .faq-question{
    width: unset;
  }
  .faq-answer{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .faq-answer2{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .faq-answer__img img{
    width: 75%;
  }

  .tab-content.active{
    padding: 50px 0 0 0;
  }
}

@media screen and (max-width: 768px){
  .anchor-faqbody{
    grid-template-columns: 1fr;
    column-gap: 10px;
    row-gap: 10px;
  }
  .faq-info{
    order: 2;
    width: 90%;
  }
}
.tab-container {
  width: 95%;
  margin: 0 auto;
}

.tabs {
  display: flex;
  cursor: pointer;
  overflow: scroll;
  max-width: max-content;
  scrollbar-width: none; /* Firefox */
  position: relative; /* Ez szükséges a görgetési indikátor pozicionálásához */
}

.tabs::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.tab-button {
  flex: 1;
  padding: 10px 30px;
  border: none; /* Nincs külön határ */
  background-color: #fff;
  outline: none;
  text-align: center; /* Középre igazítás */
  cursor: pointer;
  font-family: 'Roboto';
  font-size: 16px;
  min-width: max-content;
}

.tab-button:hover {
  color: #f46717;
}

.tab-button.active {
  background-color: #f3f4f5;
  font-weight: bold;
  color: #232323;
  border-radius: .4rem;
}

.tab-content {
  display: none;
  border-top: none; /* Az aktív tab alatti határ eltüntetése */
  padding: 50px 0 0 0;
}

.tab-content.active {
  display: block;
}

span.centered-text{
  text-align: center;
  display: block;
}


.scroll-indicator {
  display: none; /* Mindig látható */
  position: relative;
  height: 5px; /* Magasság */
  background-color: #e0e0e0; /* Háttérszín */
  margin-top: 10px; /* Tabok és indikátor közötti távolság */
}

.scroll-indicator-inner {
  display: none;
  position: absolute;
  height: 100%;
  background-color: #f46717; /* Aktív szín */
  min-width: 30%; /* Fix szélesség */
  transition: left 0.3s; /* Animáció a mozgáshoz */
}

@media screen and (max-width: 768px) {

  .tab-container {
    margin: 30px auto 0 auto;
  }

  .scroll-indicator {
    display: block;
  }
  
  .scroll-indicator-inner {
    display: block;
  }
}

.bottom{
  width: 100%;
  height: 400px;
  position: relative;
}

.bottom-banner h2{
  font-size: clamp(24px, 9vw, 44px);
  line-height: clamp(24px, 9vw, 52px);
  font-weight: 700;
  font-family: 'Poppins';
  color: #fafafa;
  margin: 25px 0 0 0;
  width: 100%;
}
.bottom-background{
  background-color: #232323cc;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  backdrop-filter: blur(100px);
}
.bottom-banner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bottom-banner a{
  background-color: #232323;
  color: #fafafa;
  text-decoration: none;
  padding: 20px 50px;
  border-radius: .4rem;
  font-size: 20px;
}
.bottom-banner a:hover{
  background-color: #f46717;
  font-weight: 600;
}

.checkout{
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  padding-bottom: 300px;
  margin-bottom: -200px;
}
span.pricespan{
  color: #fafafa;
  font-weight: 900;
  font-size: 24px;
}
span.allpriceft{
  font-size: 16px;
}
.checkoutimage{
  width: 100%;
  margin-bottom: 100px;
}
.checkoutimage img{
  width: 100%;
  object-fit: cover;
  height: 50vh;
}
.help-controll{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background-color: #fafafa;
}
.help-controll a{
  font-weight: 600;
  text-decoration: none;
  color: #f46717;
}
.help-controll a:hover{
  text-decoration: underline;
}
.help-controll p{
  font-size: 12px;
}
.checkout-controll{
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 50px;
  justify-content: space-around;
}
.controll-back{
  display: flex;
  align-items: center;
}
.controll-back img{
  height: unset;
  width: 12px;
  transform: rotate(180deg);
}
.controll-back a{
  text-decoration: none;
  color: #232323;
  font-size: 14px;
  margin-left: 10px;
}
.controll-back a:hover{
  text-decoration: underline;
}
.controll-part{
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  background-color: #232323;
  width: max-content;
  border-radius: .4rem;
  height: 40px;
}
.controll-part img{
  width: 150px;
}
.controll-part h4{
  margin: 0 15px;
  color: #fafafa;
  font-weight: 500;
}
.controll-all h3{
  margin: 10px 0;
  font-size: 25px;
}
#checkoutform{
  display: flex;
  flex-direction: column;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.formtitle{
  display: flex;
  position: absolute;
  top: -16px;
  align-items: center;
  padding: 0 10px 0 0;
  background-color: #fff;
  cursor: pointer;
}
.formtitle img{
  width: 30px;
  margin-right: 10px;
}
#fosterform{
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 100px 0;
}
.fosterbody{
  width: 1000px;
  background-color: #fff;
  margin: 200px auto 0 auto;
  border-radius: .8rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
#contactform{
  display: flex;
  flex-direction: column;
  width: 800px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
}
.contactbody{
  width: 1000px;
  background-color: #fff;
  margin: 200px auto 0 auto;
  border-radius: .8rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.formmaintitle{
  width: 100%;
  height: max-content;
  background-color: #232323;
  border-radius: .8rem .8rem 0 0;
  padding: 25px 0;
}
.formmaintitle h2{
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  font-size: clamp(24px, 10vw, 56px);
  color: #fafafa;
}
.formall{
  position: relative;
  margin: 25px 0;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #23232330;
  width: 100%;
}
.formall h4{
  font-size: 22px;
  margin: 0;
}
.formflex{
  display: flex;
  justify-content: space-between;
}
.formflex-mod{
  display: flex;
  flex-direction: column;
}
#calfpick{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
  row-gap: 15px;
}
.formcheck{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
input.checkbox{
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.formcheck a{
  color: #232323;
}
.formradio{
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 20px;
  width: 50%;
  margin-top: 20px;
}
.formradiocalf{
  display: flex;
  position: relative;
  align-items: center;
  margin: 0;
  width: 100%;
}
#calfpick.formflex-mod{
  margin: 20px 0 0 0 ;
}
.formradiocalf input{
  opacity: 0;
  width: 100%;
  z-index: 2;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}
.formradiocalf input:hover + .formradio-new{
  border: 1px solid #f46717;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.formradiocalf input:checked + .formradio-new{
  border: 2px solid #f46717;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.formradio-new{
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #23232330;
  border-radius: .4rem;
  justify-content: center;
  flex-direction: column;
}
.formradio-new img{
  max-width: 20px;
  height: max-content;
  margin: 0 10px;
}
.formradio input{
  opacity: 0;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}
.formradio input:hover + .formradio-new{
  border: 1px solid #f46717;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.formradio input:checked + .formradio-new{
  border: 2px solid #f46717;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.formdone{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #232323;
  border-radius: .4rem;
  cursor: pointer;
  height: 70px;
}
input.formbutton{
  cursor: pointer;
  color: #fafafa;
  background-color: #232323;
  border: none;
  border-radius: .4rem;
  font-size: 20px;
  height: 70px;
  width: 50%;
  margin: 0 auto;
  display: flex;
}
input.formbutton:hover{
  background-color: #f46717;
}
.shipping-info{
  display: none;
}
input[type="radio"]:checked + .formradio-new .shipping-info {
  display: flex;
  width: 90%;
  font-style: italic;
  font-size: 14px;
}
.formsection{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 20px 0;
  position: relative;
}
.formsection-short{
  display: flex;
  flex-direction: column;
  width: 30%;
  position: relative;
  margin: 20px 0;
}
.formsection-middle{
  display: flex;
  flex-direction: column;
  width: 65%;
  margin: 5px 0;
  position: relative;
  margin: 20px 0;
}
.formsection-mobile{
  display: flex;
  flex-direction: column;
  width: 30%;
  margin: 10px 0 !important;
  position: relative;
  margin: 20px 0;
}
.formsection-email{
  display: flex;
  flex-direction: column;
  width: 65%;
  margin: 10px 0 !important;
  position: relative;
  margin: 20px 0;
}
.formtext{
  font-size: 14px;
  color: #232323;
  width: max-content;
  position: absolute;
  background-color: #fff;
  padding: 0 5px 0 5px;
  top: -8px;
  left: 10px;
}
.forminput{
  font-size: 16px;
  height: 50px;
  border-radius: .4rem;
  border: 1px solid #23232330;
  padding: 0 20px;
}
.forminput::placeholder{
  color: #23232330;
}

#message{
  font-family: 'Roboto';
  width: 760px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  height: 240px;
  border-radius: .4rem;
  border: 1px solid #23232330;
  padding: 20px;
  max-width: 760px;
  min-width: 760px;
  min-height: 200px;
}
#message2{
  font-family: 'Roboto';
  width: 760px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  height: 240px;
  border-radius: .4rem;
  border: 1px solid #23232330;
  padding: 20px;
  max-width: 760px;
  min-width: 760px;
  min-height: 200px;
}
.forminputmax::placeholder{
  color: #23232330;
}


@media screen and (max-width: 768px) {
  .checkout{
    width: 100%;
  }
  #checkoutform{
    width: 90%;
  }
  #contactform{
    width: 90%;
  }
  .contactbody{
    width: 100%;
    border-radius: 0;
    margin: 50px 0;
  }
  #fosterform{
    width: 90%;
  }
  .fosterbody{
    width: 100%;
    border-radius: 0;
    margin: 50px 0;
  }
  .formmaintitle{
    border-radius: 0;
  }
  .formflex-mod{
    flex-direction: column;
  }
  .formflex{
    flex-direction: column;
  }
  .formradio{
    width: 100%;
    justify-content: flex-start;
    margin: 5px 0;
  }
  .formsection-short{
    width: 100%;
  }
  .formsection-middle{
    width: 100%;
  }
  .formsection-mobile{
    width: 100%;
  }
  .formsection-email{
    width: 100%;
  }
  input.formbutton{
    width: 90%;
  }
  #message{
    width: 90%;
    max-width: 90%;
    min-width: 90%;
  }
  #message2{
    width: 90%;
    max-width: 90%;
    min-width: 90%;
  }
  .formtext{
    width: auto;
  }
  .footer-social{
    flex-direction: column;
  }
  .elfsight-app-b373bcea-63ef-4f9e-a25c-436d0326b747{
    width: 90% !important;
  }
  .ml-form-embedBody{
    width: 90% !important;
    margin: 50px auto;
  }
  #mlb2-38449695.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
  #mlb2-38449695.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 0 !important;
  }
  #mlb2-38449695.ml-form-embedContainer{
    width: 100% !important;
  }
}



.footer {
  position: relative;
  z-index: 990;
  min-height: 500px;
  height: max-content;
  background-color: #232323;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

#footer.active{
  display: none;
}

#footer{
  display: flex;
}

.footer-social{
  display: flex;
  background-color: #dddddd;
  padding: 25px 0;
  margin: 100px 0 0 0;
  align-items: center;
  width: 100%;
}

#mlb2-17702924.active{
  display: none !important;
} 

.footer-top {
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.footer-logo img {
  height: 40px;
}

.links {
  display: flex;
  justify-content: space-around;
  width: 90%;
  max-width: 800px;
}

.links-ul {
  min-width: 150px;
}

.links-ul h4 {
  color: #fafafa;
}

.links-ul li {
  color: #fafafa;
  list-style-type: none;
}

.links-ul li .address:hover {
  color: rgba(255, 255, 255, 0.6);
}

.links-ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.links-ul li a:hover {
  color: #fafafa;
}

.links-ul li p {
  text-decoration: none;
}

.links-ul li img {
  margin-top: 10px;
  width: 200px;
}

.language {
  height: 50px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.language-selector {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
}

.language-selector img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.language-selector a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 13px;
}

.language-selector a:hover {
  color: #fafafa;
}

.language-selector p {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 13px;
}

.hungarian {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.english {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .links {
    flex-direction: column;
    width: 90%;
  }
  .links-ul li img {
    width: 50%;
  }
} /*# sourceMappingURL=new.css.map */

.stockbg{
  width: 90%;
  margin: 0 auto;
}

.stock{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

a.stockcard{
  position: relative;
  aspect-ratio:2/3;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.stockcardmain{
  width: 95%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: .8rem;
}

.stockcard:hover .stockcardinfo{
  background-color: #232323;
}

.stockcard:hover .stockcardmain{
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.stockcard:hover .stockcardinfo h4, .stockcard:hover .stockcardinfo p{
  color: #fafafa;
}

.stockcard:nth-child(3n+1),
.stockcard:nth-child(3n+2) {
  border-right: 2px solid #232323;
}


.stockcardpic{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  z-index: 2;
}

.stockcardinfo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 20%;
  width: 100%;
  border-radius: 0 0 .8rem .8rem;
}

.stockcardinfo p{
  font-size: clamp(16px, 1.5vw, 64px);
  color: #232323cc;
  margin: 0 15px;
}

.stockcardinfo h4{
  font-size: clamp(16px, 3vw, 64px);
  color: #232323;
  margin: 0 15px;
}

.stockcardfoster{
  position: absolute;
  top: 25px;
  right: 45px;
}

.stockcardfoster h4{
  font-size: 24px;
  margin: 0;
}

.stockcardfoster p{
  font-size: 18px;
  margin: 0;
  color: #23232380;
  text-align: right;
}

.fosterable{
  color: green;
}

.fostered{
  color: #23232350;
}

.stockcardkrotalia{
  display: flex;
  flex-direction: column;
}

.stockcardkrotalia h3{
  font-weight: 900;
  color: #23232310;
  font-size: clamp(48px, 12vw, 180px);
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
}

.stockcardkrotalia h4{
  font-size: clamp(24px, 5vw, 64px);
  margin: 0;
}

.stockcardpic img{
  border-bottom: 4px solid #232323;
  width: 100%;
}














































.mySlides-fade{
  display: flex !important;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 100%;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: 100%;
}

.slideshow-container img{
  width: 20px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border-radius: 0 .4rem .4rem 0;
  user-select: none;
  background-color: #23232344;
  z-index: 2;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: .4rem 0 0 .4rem;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #232323cc;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  display: none;
}

.dot.active {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  background-color: #232323;
  display: none;
}

.mySlides-fade.active, .dot:hover {
  background-color: #f46717;
  display: none;
}


@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}