/* :root {
  --main: rgb(21,21,21);
  --highlight: rgb(182,255,46);
  --highlight-bright: rgb(219, 255, 151);
  --footer-color: black;
  
  --deep: rgb(21, 21, 21);
  --shallow: white;
  --misty: rgba(73, 73, 73, 0.5);
  --misty-solid: rgb(155, 155, 155);

  --shallow-op: rgb(255,255,255,.25);
  --deep-op: rgb(0,0,0,.25);
} */

#gallery {
  grid-template-columns: repeat(1, 1fr);
}

.slideshow .slide img{
  width: 80vw;
}

#prev, #next{
  font-size: 30px;
}

.gallery-info h2{
  transform: translate(-60px, -25px);
}

.gallery-info span{
  opacity: 1;
  animation: none;
  font-size: 20px;
}

.desktopversion{
  display: none;
}

.mobileversion{
  display: flex;
}

#partnerSwipeLeft, #partnerSwipeRight{
  display: none;
}

.services-container{
  flex-direction: column;
}

.backwardsButton{
  display: none;
}

.backwardsButtonMobile{
  display: flex;
}

.admin-sidebar{
  width: 11rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.admin-nav-group:first-of-type {
  margin-top: 140px;
}

.admin-sidebar-collapse,
.admin-nav-link-external{
  z-index: 9999999;
}

.admin-sidebar-brand{
  z-index: 99999;
}

.admin-nav-group{
  z-index: 99998;
}

.admin-layout--collapsed .admin-sidebar{
  width: 3rem;
}

.admin-sidebar-brand{
  padding: 0 0.6rem;
}

.admin-sidebar-collapse{
  padding: 0.5rem 0.625rem 0.5rem 0.4rem;
}

.badge-warning, .users-badge-warning{
  width: 80px !important;
}

/* nav */
nav{
  height: 200px;
  position: fixed;
  background: rgb(0,0,0,.2);
  justify-content: space-around;
  position: absolute;
}

.admin-sidebar-nav{
  height: 100%;
}

.navbar{
  display: none;
}

#languageMenu{
  display: none;
}

.navbar-mobile{
  display: none;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: var(--deep);
  right: 0;
  top: 0;
  animation: fadeInRight 1s;
  overflow: scroll;
}

.navbar-mobile a{
  color: white;
  font-size: 50px;
  margin: 20px 0px 20px 20px;
  font-weight: 600;
  padding: 25px 50px;
  border-left: 5px solid white;
}

.navbar-mobile a .material-symbols-outlined{
  font-size: 100px;
}

.navbar-mobile .quaternaryButton{
  width: auto;
}

.navbar-mobile .quaternaryButton span{
  font-size: 50px;
}

.secondaryWelcome .serviceBg{
  object-position: center;
}

#mobileMenuIcon{
  display: flex;
  font-size: 100px;
  color: var(--shallow);
  margin-right: 30px;
}

.navbar-mobile{
  position: fixed;
  flex-direction: column;
}

/* home */
.welcomeSection{
  height: 100%;
}

.welcomeSection img{
  height: 100%;
}

.welcomeText{
  justify-content: center;
}

.welcomeText h1{
  font-size: 120px;
}

.welcomeText h3{
  font-size: 70px;
}

.mainButton, .secondaryButton, .tertiaryButton, .quaternaryButton{
  width: 150px;
  height: 50px;
}

.backCatButtonAuth{
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  height: auto;
  padding: 10px 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.backCatButtonAuth span{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  white-space: normal;
}

.authButton{
  width: 100%;
  min-height: 48px;
  height: auto;
  padding: 10px 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.authButton span{
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.backCatButtonAuth .material-symbols-outlined{
  font-size: 18px;
}

.mainButton span, .secondaryButton span, .tertiaryButton span, .quaternaryButton span{
  font-size: 21px;
}

.mainButton:hover, .secondaryButton:hover, .tertiaryButton:hover, .quaternaryButton:hover{
  width: 150px;
  height: 50px;
}

.reviews-page .reviews-table-row > span,
.blog-page .blog-table-row > span,
.partners-page .partners-table-row > span,
.notification-emails-page .notification-emails-table-row > span{
  width: 150px;
}

.mainButton:hover > span, .secondaryButton:hover > span, .tertiaryButton:hover > span, .quaternaryButton:hover > span{
  font-size: 38px;
}

.serviceWrapper h2{
  font-size: 80px;
}

#services-container{
  flex-direction: column;
}

.service{
  width: 100%;
  margin-bottom: 50px;
}

.service img{
  height: 400px;
}

.service h3{
  font-size: 45px;
}

.service span{
  font-size: 25px;
}

.detailsWrap h2{
  font-size: 80px;
  text-align: center;
  width: 100%;
}

.detailsWrap span{
  font-size: 30px;
  text-align: center;
}

.details{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

.details h3{
  font-size: 50px;
}

.detailsWrap div span{
  font-size: 20px;
}

.homeDescription{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homeDescription h2{
  font-size: 60px;
}

.homeDescriptionLogo{
  position: absolute;
  opacity: .2;
}

.homeDescriptionLogo img{
  height: 500px;
}

.homeDescription .mainButton span{
  font-size: 30px;
}

.homeDescription h3{
  font-size: 55px;
  width: 100%;
}

.homeDescription h4{
  width: 100%;
}

.welcomeText h4{
  font-size: 45px;
}

.aboutCta div span{
  font-size: 75px;
}

.aboutCta .material-symbols-outlined{
  font-size: 120px;
}

.aboutCta{
  justify-content: center;
}

.ctaSection{
  gap: 0px;
}

.services-container{
  display: grid;
}

/* secondary */
.secondaryWelcome img{
  height: 100%;
}

.secWelcomeText{
  padding: 300px 0px 50px 50px;
}

.secWelcomeText h1{
  font-size: 100px;
}

.valueRow{
  flex-direction: column;
  align-items: center;
}

.value{
  margin-bottom: 50px;
  padding-bottom: 450px;
  width: 100%;
}

.value h3{
  font-size: 70px;
}

.value p{
  font-size: 40px;
}

.serviceWrapper p{
  font-size: 25px;
}

.serviceLeft h2, .serviceRight h2{
  font-size: 70px;
}

.serviceLeft .serviceDescWrap{
  flex-direction: column;
  align-items: center;
}

.serviceRight .serviceDescWrap{
  flex-direction: column;
  align-items: center;
}

.serviceDescImg{
  width: 100%;
}

.serviceDescription{
  width: 90%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.serviceDescription a{
  display: flex;
  justify-content: center;
}

#largeGallery{
  grid-template-columns: repeat(3,1fr);
  padding: 30px;
}

.current, .reserve{
  display: grid !important;
  width: 70%;
}

.serviceSwiper{
  flex-direction: column;
}

/* buttons */
.navbar-mobile .closeButton{
  color: white;
  font-size: 120px;
  font-weight: 600;
  border: 0;
  box-shadow: none;
}

.carouselWrap{
  width: 98%;
}

#close{
  font-size: 100px;
  padding: 0px 35px;
}

#prev, #next{
  font-size: 100px;
}

#prev:hover, #next:hover{
  color: white;
}



.regionDropdownHeader {
  height: 50px;
  align-items: center;
  display: flex;
}

.regionDropdownHeader .material-symbols-outlined{
  font-size: 38px;
}

.crudHeader .regionDropdownHeader h1{
  font-size: 38px;
}

.crudHeader{
  width: 480px;
}

/**/

.welcomeSection{
  height: 100px;
}

nav{
  gap: 80px;
}

.logo{
  padding: 0px;
}

.loginBox{
  width: 60%;
}

.loginBox form label{
  font-size: 45px;
}

.loginBox form input{
  font-size: 35px;
  padding: 25px;
}

.loginBox form{
  gap: 30px;
}

.loginBox span{
  font-size: 35px;
}

.category h1{
  color: white;
  width: 100%;
  border-bottom: 1px solid white;
  font-size: 60px;
}

.crudHeader h1 {
  font-size: 30px;
}

.crudWrapHeader{
  flex-direction: column;
}

.buttonRow{
  flex-direction: column;
}

.smallButton span{
  font-size: 35px;
}

.smallButton{
  height: 50px;
  width: 150px;
}

.crudBody h3, .crudBody h5{
  font-size: 12px;
}

.crudBody form{
  width: 80%;
}

.kulcsosIcon .material-symbols-outlined{
  display: none;
}

.crudHeader{
  width: 95%;
  justify-content: start;
}

.crudHeader .mainButton,.crudHeader .secondaryButton,.crudHeader .tertiaryButton{
  width: 200px;
  height: 70px;
}

.crudTable{
  width: 90%;
}

.crudTableProducts{
  width: 90%;
}

.crudButtons{
  width: 70%;
}

.crudBody form{
  grid-template-columns: repeat(2, 50%);
}

.crudBodyTable{
  grid-template-columns: repeat(2, 50%);
}

.kulcsosCompactView .crudBody form{
  grid-template-columns: repeat(6, 1fr);
  width: 80%;
}

.kulcsosCompactView .kulcsosRow{
  height: 100px;
}

.kulcsosCompactView .kulcsosTitle h3{
  font-size: 33px;
}

.inputColumn{
  flex-wrap: nowrap;
  overflow: scroll;
}

.inputRow{
  gap: 20px;
  padding: 30px 0px;
}

#uploadForm form input, #editForm form input, #uploadFormSingle form input, #editFormSingle form input, #emailForm form input, #confirmationTransport form input, textarea{
  max-width: 100%;
  font-size: 18px;
}

.inputRow{
  flex-direction: column;
}

.uploaderMessage{
  width: 100%;
}

.uploaderMessage h1, .uploaderMessage span{
  font-size: 25px;
}

.inpurRow80, #editDataSingle .inputColumn #editBlogTitle, #editDataSingle .inputColumn #editBlogTitleRo, #editDataSingle .inputColumn #editBlogTitleEn, #editDataSingle .inputColumn #editBlogContent, #editDataSingle .inputColumn #editBlogContentRo, #editDataSingle .inputColumn #editBlogContentEn, #editDataSingle .inputColumn #editBlogAuthor, #editDataSingle .inputColumn #editBlogImageUrl, #editDataSingle .inputColumn #editBlogPhoto, #editDataSingle .inputColumn label[for="editBlogTitle"], #editDataSingle .inputColumn label[for="editBlogTitleRo"], #editDataSingle .inputColumn label[for="editBlogTitleEn"], #editDataSingle .inputColumn label[for="editBlogContent"], #editDataSingle .inputColumn label[for="editBlogContentRo"], #editDataSingle .inputColumn label[for="editBlogContentEn"], #editDataSingle .inputColumn label[for="editBlogAuthor"], #editDataSingle .inputColumn label[for="editBlogImageUrl"], #editDataSingle .inputColumn label[for="editBlogPhoto"]{
  width: 75% !important;
}

textarea{
  min-height: 150px;
}

#uploadForm select, #editForm select, #emailForm select{
  font-size: 25px;
}

select{
  max-width: 100%;
  font-size: 25px;
}

.actionTabWrap{
  background: var(--deep);
  padding: 30px;
  border-radius: 8px;
}

.categoryWrap{
  grid-template-columns: repeat(1, 1fr);
  height: 1200px;
}

.categoryDropMenu{
  height: 800px;
}

/* .smallButton{
  height: 100px;
  width: 100px;
} */

/* .smallButton span{
  font-size: 60px;
} */

/* .smallButton:hover{
  height: 100px;
  width: 100px;
} */

/* .smallButton:hover span{
  font-size: 60px;
} */

#uploadForm form input, #editForm form input, #uploadFormSingle form input, #uploadFormSinglePhoto form input, #uploadFormFile form input, #editFormSingle form input, #editFormSinglePhoto form input, #emailForm form input, #emailForm2 form input, #tagsForm form input, #confirmationTransport form input, textarea{
  max-width: 75%;
  width: 75%;
}

.coupons-page .crudTable, .coupons-page .crudBody, .coupons-page #deleteDataSingle, .coupons-page .crudBodyTableOld,
.promos-page #deleteDataSingle, .promo-categories-page #deleteDataSingle{
  width: 1500px;
  overflow-x: auto;
}

.fullWidthProduct form{
  width: 500%;
}

.shopsBody form{
  width: 300%;
}

.categoryGrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 50px 0px;
}

.categoryGrid .reference{
  height: 500px;
}

.reference img{
  max-width: 300px;
}

.reference h2{
  font-size: 60px;
}

.footerLogo span {
  font-size: 23px;
}

#backToTop{
  width: 60px;
  height: 60px;
  z-index: 9999;
}

#backToTop span {
  font-size: 35px;
}

#uploadForm, #editForm, #uploadForm1, #editForm1, .deleteConfirmation, #uploadFormSingle, #uploadFormSinglePhoto, #uploadFormFile, #editFormSingle, #editFormSinglePhoto, #emailForm, #invoiceForm, #updateInvoiceDataForm, #invForm, #orderInvForm, #orderInvFiller, #emailForm2, #tagsForm, #confirmationTransport {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10000;
}

#emailForm2 form,
#emailForm form{
  position: fixed;
  height: 95%;
  width: 100%;
  z-index: 10000;
}

.admin-shell{
  width: 84%;
}

.orders-page .crudTable, .orders-page .crudBody, .orders-page #deleteData1, .orders-page .crudBodyTableOld{
  overflow-x: auto;
}

.spec-templates-page .crudTable, .spec-templates-page .crudBody, .spec-templates-page #deleteDataSingle, .spec-templates-page .crudBodyTableOld{
  overflow-x: auto;
}

.crudBodyTableOld {
  overflow-x: visible !important;
}

.crudHeader .mainButton, .crudHeader .secondaryButton, .crudHeader .tertiaryButton {
  width: 150px;
  height: 50px;
}

.crudHeader .mainButton:hover,
.crudHeader .secondaryButton:hover,
.crudHeader .tertiaryButton:hover {
  width: 150px;
  height: 50px;
}

.users-page .crudTable, .users-page .crudBody, .users-page #deleteData, .users-page .crudBodyTableOld{
  width: 1500px;
  overflow-x: auto;
}

.users-page #deleteData{
  width: 1500px;
  overflow-x: hidden;
}

.data-table-row span, .users-page .kulcsosRow span{
  width: 150px;
}

.badge-default, .users-badge-default,
.badge-success, .users-badge-success{
  width: 65px !important;
}

.orders-page #deleteData1{
  overflow-x: auto;
  width: 1500px;
}

footer{
  width: 84%;
}

#uploadRadioSection, #uploadRadioSection label{
  flex-direction: column;
}

#editForm1.admin-crud-modal .orders-status-radios .inputRow{
  padding: 0px;
}

/* kulcsos */

.kulcsosRow span{
  width: 60px;
  font-size: 15px;
}

.orders-col-actions{
  width: 120px !important;
}

.kulcsosRow .material-symbols-outlined{
  font-size: 25px;
  width: 80px;
}

.kulcsosRow .mainButton{
  width: 200px;
  height: 70px;
  font-size: 25px;
}

.kulcsosRow2 span{
  width: 500px !important;
  font-size: 35px;
}

.kulcsosRow2 .material-symbols-outlined{
  font-size: 55px;
}

.kulcsosRow2 .mainButton{
  width: 200px;
  height: 70px;
  font-size: 25px;
}

.kulcsosRow3 span{
  width: 550px !important;
  font-size: 35px;
}

.kulcsosRow3 .material-symbols-outlined{
  font-size: 55px;
}

.kulcsosRow3 input{
  transform: scale(5);
}

.kulcsosRow3 .mainButton{
  width: 200px;
  height: 70px;
  font-size: 25px;
}

/* .crudBody h3, .crudBody h5 {
  font-size: 28px;
} */

.actionWindow{
  flex-direction: column;
  margin-right: 130px;
}

/* form */

#uploadForm form, #editForm form, #uploadFormSingle form, #editFormSingle form, #emailForm form {
  width: 90%;
}

#uploadForm form h2, #editForm form h2, #uploadFormSingle h2, #editFormSingle h2 {
  font-size: 20px;
  /* margin-bottom: 50px; */
}

#uploadForm label, #editForm label, #uploadFormSingle label, #editFormSingle label {
  font-size: 20px;
}

#uploadForm #uploadData2 #uploadParentCategorySelection{
  font-size: 32px;
}

#editForm #editData2 #editParentCategorySelection{
  font-size: 32px;
}

#editForm #editImgLabel{
  width: 85%;
  text-align: center;
  overflow-wrap: break-word;
}

#uploadForm3 #uploadData3 #uploadProductCategorySelection{
  font-size: 25px;
}

#editForm3 #editData3 #editProductCategorySelection{
  font-size: 25px;
}

#emailForm form textarea {
  font-size: 20px;
  height: 300px;
}

#emailForm h2 {
  font-size: 20px;
}

input[type="checkbox"]{
  transform: scale(2);
  width: 25%;
}

#deleteConfirmation div h1 {
  font-size: 60px;
  text-align: center;
}

.deleteCheckboxWrap{
  height: 50px;
  width: 50px;
  justify-content: center;
}

.deleteCheckboxWrap input[type="checkbox"]{
  width: auto;
  height: auto;
  transform: scale(2);
}

/* form képek */

.uploadForm form, .editForm form, .uploadFormSingle form, .editFormSingle form, .emailForm form {
  width: 90%;
}

.uploadForm form h2, .editForm form h2, .uploadFormSingle h2, .editFormSingle h2 {
  font-size: 55px;
  margin-bottom: 50px;
}

.uploadForm label, .editForm label, .uploadFormSingle label, .editFormSingle label {
  font-size: 50px;
}

.uploadForm form input, .editForm form input, .uploadFormSingle form input, .editFormSingle form input, .emailForm form input {
  font-size: 60px;
  margin-bottom: 20px;
}

.uploadForm #uploadData2 #uploadParentCategorySelection{
  font-size: 32px;
}

.editForm #editData2 #editParentCategorySelection{
  font-size: 32px;
}

#uploadForm3 #uploadData3 #uploadProductCategorySelection{
  font-size: 25px;
}

#editForm3 #editData3 #editProductCategorySelection{
  font-size: 25px;
}

.regionDropdown a {
  font-size: 45px;
}

.cartProduct h1 {
  font-size: 30px;
}

.editForm form .ctaSectionFlex .tertiaryButton{
  width: 250px;
  height: 100px;
  font-size: 25px;
}

.editForm form .ctaSectionFlex .secondaryButton{
  width: 250px;
  height: 100px;
  font-size: 25px;
}

.editForm #editSpecs{
  width: 90%;
}