@font-face {
    font-family: 'Adieu';
    src: url('../font/Adieu-Regular.eot');
    src: url('../font/Adieu-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Adieu-Regular.woff2') format('woff2'),
        url('../font/Adieu-Regular.woff') format('woff'),
        url('../font/Adieu-Regular.ttf') format('truetype'),
        url('../font/Adieu-Regular.svg#Adieu-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


html, body {
  overflow-x: hidden;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #133C4C;
  transition: all 0.1s ease-in-out;
  margin-top: 90px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  word-wrap: normal;
  
}

p.elementor-heading-title, div.elementor-heading-title {
	line-height: 1.3
}
.main-container {
  min-height: 900px
}
.main {
  padding-top: 100px
}
p{
	margin-bottom: 25px!important
} 

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Adieu';
  text-rendering: optimizeLegibility;
	font-size: 100%;
	font-weight: 400!important;
    line-height: 1.2
}
.post-single h1 {
    color: #133C4C;
    font-size: 48px;
    font-family: 'Adieu';
    line-height: 1.2
}
h2 span, h3 span {
  color:#133C4C
}
ul {
  margin: 0
}
img {
  max-width: 100%;
  height: auto;
}
/* Placeholder text color -- selectors need to be separate to work. */ ::-webkit-input-placeholder {
  color: #686868;
}
:-moz-placeholder {
  color: #686868;
}
::-moz-placeholder {
  color: #686868;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #686868;
}
/**
 * 5.0 - Forms
 */
input {
  filter: none;
	
}
input:focus {
  outline: none
}



button:focus, input[type="button"]:focus, input[type="submit"]:focus {
  outline: none;
  outline-offset: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="tel"], input[type="number"], textarea {
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  color: #000;
  padding: 0.625em 0.4375em;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
  outline: 0;
  outline-offset: 0;
}
*:focus {
  outline: none;
}
.button, .button:focus, .button:active, .button:visited {
  background-color: #1b498a;
  color: #fff;
  padding: 15px 40px;
  text-transform: uppercase;
  font-family: 'GothamMedium';
  display: inline-block
}
.button:hover {
  color: #fff;
  background-color: #ef7e1c;
  text-decoration: none;
  font-size: 14px
}
.wpcf7-form p {
  margin: 0!important
}
a {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
a:hover {
  color: #000;
  text-decoration: none
}
a:focus, a:active, a:visited {
  outline: 0;
  text-decoration: none;
  color: #000
}
/*MENU*/
.toggle {
  display: none;
  cursor: pointer
}
.toggle .bar {
  height: 3px;
  width: 30px;
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 5px
}
.toggle .bar.last {
  margin-bottom: 0
}
.main-navigation {
  height: auto;
  text-align: right;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 71px;
  width: 100%;
  height: 100%;
  z-index: 2
}
.mobile-menu .menuContainer {
  padding: 90px 0 0 0;
  clear: both;
  background-color: #05BAB1;
  width: calc(100% - 50px);
  height: 100%;
  float: right;
}
.mobile-menu ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none
}
.mobile-menu ul li {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 30px;
  position: relative;
}
.mobile-menu ul li a {
  display: block;
  font-size: 22px;
  color: #fff!important;
  padding: 0 15px;
  text-align: right;
}
.mobile-menu .menu-item-has-children > img {
  position: absolute;
  right: 20px;
  top: 32px;
  cursor: pointer;
}
.mobile-menu .sub-menu {
  background-color: transparent;
  box-shadow: none;
  width: auto;
  position: relative;
	top:0
}
.mobile-menu .sub-menu li {
  padding-right: 0;
  padding-bottom: 0
}
.mobile-menu .sub-menu li a {
  font-size: 18px
}

/*HEADER*/

.header_user {
	position: absolute;
	font-size: 13px;
  right: 50px;
  color: #fff;
  top: 9px;
    font-family: 'Adieu';
}



.head_content {
  display: flex;
  height: 150px;
  align-items: center;

    position: relative
}
.menu_container {
  width: 100%;
  display: flex;
  justify-content: flex-end;

}


.searchOpen {
	width: 20px;
 
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 29px;
  height: 90px;
  background-position: top 6px center;
	cursor: pointer
}


.searchBox {
	position: fixed;
	width: 100%;
	top:0;
	bottom: 0;
	background-color: rgba(0,0,0,0.9);
	z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
	flex-direction: row;
	flex-wrap: wrap
	
	
}

.searchBox .search-form {
	width: 50%;
	position: relative
}

.searchBox .search-field {
	background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  height: 50px;
  padding: 15px;
	width: 100%;
	color: #fff!important
}

.searchBox .search-submit{
	position: absolute;
  right: 0;
	background-color: transparent;
  border: none;
  height: 50px;
  width: 50px;
	background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-size: 22px;
	background-position: center
}

.closeSearch {

	width: 30px;
  height: 30px;
  background-image: url("../images/times.svg");
  position: absolute;
  top: 20px;
  right: 20px;
  background-repeat: no-repeat;
	cursor: pointer
}


.site-header {
  position: fixed;
  top: 0;

  width: 100%;
  z-index: 100;
  background-image: url("../images/head-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
	width: 100%;
  left: 50%;
  transform: translateX(-50%);
	

}
.site-header.sticky {
  position: fixed;
  top: 0;

  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
	width: 100%;
	
}
.site-header.sticky .head_content {
  display: flex;
  height: 90px;
  align-items: center;

}

.site-header.sticky .searchOpen {
	background-position:  center;
}


.top-header {
  border-bottom: 1px solid #000;
  background-color: #000;
  color: #fff;
  line-height: 30px
}
.main-header {
  overflow: hidden;
}
.site-header a.logo {
  display: flex;
  flex: 0 0 173px;
  cursor: pointer
}
.site-header a.logo img {
  max-width: 173px;
  width: 100%;
	   transition: all 0.3s ease-in-out;
}



.site-header.sticky  a.logo img {
  max-width: 130px;
  width: 100%;
	 transition: all 0.3s ease-in-out;
}



.primary-menu {
  margin: 0;
  padding: 0
}
.primary-menu li img {
  display: none !important
}
.primary-menu li {
  display: inline-block;
  margin: 0 0 0 35px;
  vertical-align: top;
}
.primary-menu li a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  padding-top: 0px;
  display: flex;
  height: 90px;
  align-items: flex-start;
}

.site-header.sticky .primary-menu li a {
	align-items: center;
}

.primary-menu li a:hover {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.primary-menu li.current_page_item a {
  color: #fff;
  font-weight: 700
}
.primary-menu li:hover > .sub-menu {
  display: block;
}
.primary-menu .sub-menu li.current_page_item a {
  color:#05BAB1!important;

}
.primary-menu li.current_page_item .sub-menu li:hover > a {
  color: #05BAB1;

}
.sub-menu {
  position: absolute;
  background-color: #FFFFFF;
  padding: 10px 0px 10px 0px;
  z-index: 10;
  margin: 0;
  width: 210px;
  display: none;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  border-bottom-right-radius: 40px;
	top:90px
}
.sub-menu > ul {
  display: none;
  margin: 0;
  padding: 0;
}
.sub-menu li {
  float: none;
  padding: 0px;
  margin: 0;
  cursor: pointer;
  width: 100%;
  position: relative;
  line-height: normal
}
.sub-menu .sub-menu {
  left: 180px;
  top: 0px;
  background-color: #fff;
  position: absolute
}
.sub-menu li a {
  font-size: 14px;
  text-align: left;
  width: 100%;
  display: block;
  height: auto;
  padding: 8px 20px 8px 20px;
  color: #133C4C;

}
.sub-menu li:hover > a {
  color: #05BAB1;
  font-weight: 700
}



.main-menu {
  float: right
}
.woo-header {
  float: right
}
/*IFRAME MAKE RESPONSIVE 16:9*/
.responsiveVideo {
  padding-top: 56.25%;
  background-color: yellow;
  position: relative;
}
.responsiveVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Tags*/
.tags a {
  display: inline-block;
  margin-right: 5px
}
/* Featured blog*/
/*FOOTER*/
.site-footer {
  background-color: #05BAB1;
  color: #fff;
  padding: 60px 0 10px 0
}
.site-footer a {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  display: block
}
.site-info {
  background-color: #05BAB1;
  color: #fff;
  padding: 60px 0 0px 0;
  font-size: 12px
}
.site-footer ul {
  padding: 0;
  list-style: none
}
.footermenu {
  display: flex;
  justify-content: space-between;
}
.footerlogo {
  display: flex;
  justify-content: flex-end;
}
.site-info .right {
  text-align: right;
	flex: 0 0 34%
}
.site-info .left {
  padding-top: 65px;
	flex: 0 0 66%
}

.site-info span.title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
  display: block;
	margin-top: -55px
}
.site-info .left a {
  display: inline-block;
  margin-left: 20px;
  color: #fff;
}
.site-info .right input[type=email], .site-info .right input[type=text] {
  height: 50px;
  border: 0;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding: 10px;
  color: #fff;
  font-size: 14px
}
.site-info .right input[type=email]::placeholder, .site-info .right input[type=text]::placeholder {
  color: #fff;
  font-size: 14px
}
.site-info .right .social {
  display: none
}
.site-info .social {
  margin-bottom: 40px;
}
.site-info .left .social a {
  margin-left: 0;
  margin-right: 15px
}
/*CONTACT FORM*/
.wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%
}

.wpcf7-form p {
  margin: 0
}
.wpcf7-form br {
  display: none
}
/* CHECKOUT style*/
.create-account  > label.checkbox {
	padding-left: 35px
}
.create-account .checkbox span::before {
	left: -35px
}

.create-account  .checkbox span::after {
	left: -30px
}


.checkbox input[type="checkbox"],  .site-info .wpcf7-acceptance input[type="checkbox"] {
  opacity: 0;
	position: absolute;
}
 .site-info .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  border: 2px solid #fff;
  border-top-right-radius: 10px
}

.checkbox span::before {
	content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  border: 2px solid #133C4C;
  border-top-right-radius: 10px
}

.terms-and-conditions .checkbox span::before {
	border: 2px solid #fff!important;
}


 .site-info .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-top-right-radius: 6px
}

.checkbox span::after {
	 content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-color: #133C4C;
  border-top-right-radius: 6px
}
.terms-and-conditions .checkbox span::after {
	 background-color: #fff!important;
}


.checkbox span,  .site-info .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 0px;
}
.checkbox span::before, .checkbox span::after,  .site-info .wpcf7-acceptance .wpcf7-list-item-label::before,  .site-info .wpcf7-acceptance .wpcf7-list-item-label::after {
  position: absolute;
  left: -35px;
} /*Outer-box*/

  .site-info .wpcf7-acceptance .wpcf7-list-item-label::before {
  top: -4px;
} /*Checkmark*/

.checkbox span::before {
	 top: -1px;
}

 .site-info  .wpcf7-acceptance .wpcf7-list-item-label::after {
  left: -30px;
  top: 1px;
}
.checkbox span::after {
	 left: -11px;
  top: 4px;
}


/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + span::after,  .site-info .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label::after {
  content: none;
} /*Unhide the checkmark on the checked state*/
.checkbox input[type="checkbox"]:checked + span::after,  .site-info .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
}

p.terms-and-conditions .checkbox span::after,   p.privacy .checkbox span::after {
	left: -35px
}

 .site-info .wpcf7-acceptance label {
	padding-left: 20px
}

#account_password_field >label  {
	display: none
}

/*WOO required star*/
span.required::before, span.required::after {
  display: none
}
span.required {
  padding: 0
}
.carouselContainer {
  overflow: hidden
}
.carouselContainer > .elementor-element {
  padding-left: calc(50% - 615px);
}

.carouselContainer .swiper-pagination-progressbar {
  background: #fff
}
.carouselContainer .swiper-pagination {
  top: auto;
  bottom: -60px
}
.idezet {
  z-index: 1;
  position: relative
}
.idezet::before {
  content: "";
  background-image: url("../images/idezet.svg");
  width: 134px;
  height: 79px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: -1;
  top: -32px;
  left: 0px;
}
.slider_idezet {
     z-index: 0;
  position: relative
}
.slider_idezet::before {
  content: "";
  background-image: url("../images/idezet.svg");
  width: 134px;
  height: 79px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: -1;
   top: 0px;
  left: 0px;
}

.velemenyek.elementor-widget-n-carousel .e-n-carousel.offset-right {
  padding-inline-end: 0 !important;
}


.bottonWithArrow .elementor-button-icon svg {
  width: 28px;
  margin-top: -2px;
}
.badgeNumber {
  font-family: 'Adieu';
}
.numberCarousel .swiper-pagination-bullet {
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #05BAB1 !important;
  border-radius: 0 !important;
  border-top-right-radius: 6px !important;
  background-color: transparent !important;
  opacity: 1 !important;
}
.numberCarousel .swiper-pagination-bullet-active {
  background-color: #05BAB1 !important
}
.numberCarousel.elementor-widget-n-carousel .e-n-carousel.offset-right {
  padding-inline-end: 0 !important;
}





.kepzesValasztasHome {
  cursor: pointer;
	background-color: #fff
}
.kepzesValasztasHome:hover {
  background-color: #718A94;
  border-color: #718A94 !important;
}
.kepzesValasztasHome .elementor-button:active, .kepzesValasztasHome .elementor-button:focus {
		background-color: #fff!important;	
	color:#133C4C!important
}


.kepzesValasztasHome:hover .elementor-widget-text-editor, .kepzesValasztasHome:hover .elementor-heading-title {
  color: #fff !important
}
.kepzesValasztasHome:hover .elementor-button {
  color: #fff !important;
  border-color: #05BAB1!important;
	background-color: #05BAB1!important;
}
.kepzesValasztasHome .elementor-button:hover {
  color: #fff !important
}
.elementor-posts--skin-classic > article:nth-child(3n+2) .elementor-post__thumbnail {
  border-radius: 0px 80px 0px 0px !important;
}
.post-single {
  padding-top: 80px;
  padding-bottom: 80px
}
.post-single .content {
  max-width: 87%;
  width: 100%
}
.post-single a.vissza {
  color: #05BAB1;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  display: block
}
.post-single a.vissza::before {
  content: '';
  background-image: url("../images/arrow-back.svg");
  display: block;
  position: absolute;
  width: 28px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 4px;
  left: 0
}
.sidebarOuter h3 {
  color: #133C4C;
  margin-bottom: 30px
}
.e-n-accordion-item-title {
  align-items: flex-start !important
}
.e-n-accordion-item-title-icon {
  margin-top: 5px !important
}
.blog_item a.image {
  display: block;
  padding-top: 73%;
  border-top-right-radius: 60px;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px
}
.blog_item .title h4 {
  line-height: 24px !important
}
.blog_item .title h4 a {
  color: #133C4C;
  font-size: 18px;
}
.trainingConatiner {
  list-style: none;
  padding: 0;
  margin: 0;
}
.training_title {
	margin-bottom: 40px
}

.training-item .left {
  float: left;
  width: 40%;
  padding-left: 25px;
  padding-right: 25px
}
.training-item .right {
  float: left;
  width: 60%;
  padding-left: 25px;
  padding-right: 25px
}
.training-item {
  background-color: #fff;
  border: 2px solid #133C4C;
  border-top-right-radius: 80px;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px
}
.training-item:hover {
  background-color: #718A94;
  color: #fff;
  border-color: #718A94;
}
.training-item h4, .subtitle  h4 {
  color: #133C4C;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 0
}
.training-item h5 {
  color: #133C4C;
  margin-bottom: 30px
}
.training-item del {
  color: #05BAB1
}
ul.trainingConatiner ul {
  margin-bottom: 25px
}
ul.trainingConatiner p {
  margin-bottom: 25px
}
.apply-button.mobile {
  display: none
}
.apply-button {
  background-color: #fff;
  border: 2px solid #133C4C;
  color: #133C4C !important;
  padding: 10px 25px;
  border-radius: 12px;
  font-weight: 700
}
.training-item:hover .apply-button {
  background-color: #05BAB1;
  color: #fff !important;
  border-color: #05BAB1
}
.star {
  display: inline-block;
  background-image: url("../images/star-gray.svg");
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
	
}
.training-item:hover .star {
  background-image: url("../images/star-white.svg");
}
.training-item .bovebben_gomb {
  color: #05BAB1;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px
}
.training-item .bovebben_gomb:hover {
  color: #fff;
	
}
.training-item .bovebben_gomb.hidden {
  display: none
}
.training-item .bovebben_gomb::after {
  content: '';
  display: inline-block;
  background-image: url("../images/arrow-right-green.svg");
  width: 28px;
  height: 22px;
  position: absolute;
  right: -40px;
  top: 2px;
  background-repeat: no-repeat;
  background-size: contain
}


.training-item .bezar_gomb {
  color: #133C4C;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  margin-left: 32px;
  display: none;
  margin-bottom: 20px;
	margin-top: 20px
}
.training-item .bezar_gomb.visible {
  display: inline-block
}
.training-item .bezar_gomb::before {
  content: '';
  display: inline-block;
  background-image: url("../images/arrow-back.svg");
  width: 28px;
  height: 22px;
  position: absolute;
  left: -32px;
  top: 2px;
  background-repeat: no-repeat;
  background-size: contain
}

.training-item .nincs_idopont {
	cursor: pointer;
	 color: #05BAB1;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  position: relative;
  display: inline-block;
 
  margin-bottom: 20px
}
.training-item .nincs_idopont:hover {
color: #fff

}


.training-item .nincs_idopont::after {
  content: '';
  display: inline-block;
  background-image: url("../images/arrow-right-green.svg");
  width: 28px;
  height: 22px;
  position: absolute;
  right: -40px;
  top: 2px;
  background-repeat: no-repeat;
  background-size: contain
}


.training-item .apply-button.nincs_idopont {
    font-style: normal
}
.training-item .apply-button.nincs_idopont::after {
    display: none
}

.mobile_csoportos_jelentkezes_button {
    display: none
}


.lenyilo_form {
	padding-bottom: 80px;
	display: none
	}

.hidden_field {
	display: none!important
}

span[data-name=trening-id] {
	display: none!important
}

.bovebben_doboz {
  display: none
}
.training-item li::marker {
  content: "• ";
  padding-inline: 1ch;
  margin-inline-end: 1ch;
}
.giantButton .elementor-button {
  width: 100%;
  height: 160px;
  align-items: center;
  display: flex;
  justify-content: center;
}
 .site-info .wpcf7-not-valid-tip {
  color: #133C4C !important;
  padding-top: 10px;
  text-align: left
}
 .site-info .wpcf7-response-output {
  text-align: center;
	 color: #133C4C    
}
.footer_newsletter {
  display: flex;
  gap: 30px;
	margin-bottom: 0!important
}

.footer_newsletter .submit_field {
	display: flex;
  align-items: flex-end;
	position: relative;
}

.footer_newsletter .wpcf7-spinner {
  position: absolute
}

span[data-name="acceptance"] {
	padding: 20px 0 35px 5px;
	display: block;
	text-align: left
}
.footer_newsletter .wpcf7-submit, .footer_newsletter .wpcf7-submit:focus {
  height: 50px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 14px;
    color: #fff
}
.footer_newsletter .wpcf7-submit:hover {
  background-color: #fff;
  color: #05BAB1
}
 .site-info .wpcf7-acceptance a {
  color: #fff !important;
  font-weight: 700
}
/*WOOCOMMERCE*/

.training_details {
  display: flex;
}
.training_details .leftSide {
  flex: 0 0 60%;
  padding-right: 100px
}
.training_details .rightSide {
  flex: 0 0 40%
}

.training_details .rightSide .naptar h1.product_title, .training_details .rightSide .naptar  p.price,
.training_details .rightSide .naptar .product_meta

{
	display: none!important;
	opacity: 0!important
}

.training_details .rightSide h3 {
color: #05BAB1;
	font-size: 28px;
	margin-bottom: 30px
}

.training_details .rightSide .datum {
	color: #133C4C;
	font-size: 28px;
	font-family: 'Adieu';
	margin-bottom: 30px;
}

.single_add_to_cart_button,.single_add_to_cart_button:active, .single_add_to_cart_button:focus  {
	background-color: #05BAB1!important;
	border-radius: 12px!important;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
	text-transform: none;
	font-family: 'Poppins'
}
.single_add_to_cart_button:hover {
	background-color: #718A94!important
}
.related.products {
  clear: both
}
.woocommerceMain {
  padding-top: 60px
}

h1.product_title {
  font-size: 48px;
  line-height: 57px;
  color: #133C4C;
  max-width: 70%;
	  margin-bottom: 10px
}
.kategoria-alcim a {
	display: block;
	margin-bottom: 40px;
	color: #718A94;
  font-size: 16px;
	pointer-events: none;
}
.single-product p.price, .single-product p.akciosar {
  color: #718A94 !important;
  font-style: italic;
  font-size: 28px !important;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 25px !important
}
.single-product .onsale {
	display: none!important
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  top: 11px;
  left: 15px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 10px 46px;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 3px solid #7f54b3;
  border-top-color: #718A94;
}
.woocommerce-message::before {
  content: "\e015";
  color: #718A94;
}
.woocommerce-error {
  border-top-color: #05BAB1;
}
.woocommerce-error::before {
  color: #05BAB1 !important;
}
.single-product .woocommerce-tabs {
  margin-top: 60px;
  margin-bottom: 90px
}

.woocommerce div.product {
	padding-bottom: 40px
}


.order_item_meta_container {
font-size: 16px; font-family: 'Poppins'; font-weight: 400;
	padding-top: 30px!important
	
}
.order_item_meta_container p {
	margin-bottom: 0 !important;
	display: inline
} 


.myAccountPage .woocommerce div.product {
	padding-bottom: 0px
}



.myAccountPage .order_item_meta_container p {
	margin-bottom: 0 !important;
	display: inline
} 

.myAccountPage .order_details del {
	padding-right: 10px
}

.myAccountPage .account-order-details small {
	font-size: 11px;
	padding-left: 10px
}
 


.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 !important
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 16px;
  font-weight: 700;
  color: #133C4C !important;
  padding: 0 !important;
  padding-bottom: 25px !important
}
#tab-title-description {
  border: none !important;
  padding-left: 0 !important
}
#tab-title-description::before {
  display: none !important
}
#tab-title-description::after {
  display: none !important
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none !important
}
.tabs.wc-tabs {
  border-bottom: 1px solid #718A94;
  padding-left: 0px !important;
  margin: 0 0 30px 0 !important;
}
.woocommerce-Tabs-panel h2 {
  display: none !important
}
.alkalmaz {
	position: relative
}
.alkalmaz.processing::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  
	background-image: url("../images/rotate2.svg");
	background-repeat: no-repeat;
	background-size: contain;
 -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
	left: -36%;
	top:18%;

	background-position: center 1px;
 
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
#customer_details {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  flex-shrink: unset;
	padding-right: 15px;
}

#order_review {
	padding-left: 15px
}
form.woocommerce-checkout {
  display: flex;

}
#order_review_heading {
  display: none !important
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: none !important;
  width: 100% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none !important;
  width: 100% !important;
}
.woocommerce-additional-fields h3 {
  display: none !important
}
p#order_comments_field label {
  display: none !important
}
.woocommerce-billing-fields__field-wrapper p > label {
  display: none !important
}
.woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}
.penztarOldal {
  padding-top: 65px;
  padding-bottom: 90px
}
.woocommerce-checkout-review-order {
  flex: 0 0 50%
}
.woocommerce-checkout-review-order-table {
  background-color: #133C4C;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 60px 0 0 !important;
  border-collapse: collapse !important;
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-direction: column
}
.woocommerce-checkout-review-order-table thead {
  display: none !important
}

dl.variation {
	font-size: 16px;
  font-family: 'Poppins';
  margin-top: 20px;
  line-height: 1.4;
	font-weight: 400
}
dl.variation dt {
	font-weight: 400
}

strong.product-quantity {
  display: none !important
}
.pageTitle h1 {
  font-size: 48px;
  line-height: 57px;
  color: #133C4C;
  margin-bottom: 45px
}
.woocommerce-billing-fields h3 {
  color: #05BAB1;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 50px
}

.woocommerce-billing-fields__field-wrapper p {
  margin-bottom: 5px !important;
}


p.checkout-inline-error-message  {
	margin-bottom: 0!important
}
.woocommerce form .form-row {
  padding: 0 0 20px 0;
  margin: 0;
}
.woocommerce form .form-row input {
  height: 50px !important;
  background-color: #E2F4FB;
  border: none;
  border-radius: 6px;
  font-size: 16px;
   color: #133C4C;
  padding: 0 20px
}
.woocommerce form .form-row input[type=email]::placeholder, .woocommerce form .form-row input[type=password]::placeholder, .woocommerce form .form-row input[type=text]::placeholder, .woocommerce form .form-row input[type=tel]::placeholder, textarea::placeholder, .contactFormWhiteBase input[type=text]::placeholder,
.contactFormWhiteBase input[type=email]::placeholder {
  color: #A1B1B7;
  font-size: 16px
}
.woocommerce textarea {
  background-color: #E2F4FB;
  border: none;
  border-radius: 6px;
  height: 135px !important;
  color: #133C4C;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 20px
}
.select2-container--default .select2-selection--single {
  background-color: #E2F4FB;
  border: none;
  border-radius: 6px;
  height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #133C4C;
  line-height: 28px;
  font-size: 16px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 0;
  right: 20px;
  width: 25px;
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none
}
/* CHECKOUT style*/
.mailchimp-newsletter .woocommerce form .form-row label.inline {
  display: block !important
}.mailchimp-newsletter label {
	font-size: 14px;
	color: #fff
}
.mailchimp-newsletter label input {
  opacity: 0;
  position: absolute
}
.mailchimp-newsletter span::before {
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  border: 2px solid #fff;
  border-top-right-radius: 10px
}
.mailchimp-newsletter span::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-top-right-radius: 6px
}
.mailchimp-newsletter span {
  position: relative;
  padding-left: 38px;
	display: flex;
	align-items: center;
	line-height: 1.4
}
.mailchimp-newsletter span::before, .mailchimp-newsletter span::after {
  position: absolute;
  left: 0px;
} /*Outer-box*/
.mailchimp-newsletter span::before {
  top: -4px;
} /*Checkmark*/
.mailchimp-newsletter span::after {
  left: 5px;
  top: 1px;
}
/*Hide the checkmark by default*/
.mailchimp-newsletter input[type="checkbox"] + span::after {
  content: none;
} /*Unhide the checkmark on the checked state*/
.mailchimp-newsletter input[type="checkbox"]:checked + span::after {
  content: "";
}
.woocommerce table.shop_table td {
  border-top: none !important;
  padding: 0
}
.woocommerce table.shop_table th {
  padding: 0
}
.woocommerce-checkout-review-order-table tbody th, .woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout-review-order-table tfoot tr:not(.order-total) th {
  font-weight: 400 !important;
  border-top: none !important
}
.order-total strong, .order-total th {
  font-weight: 700 !important
}
.woocommerce table.shop_table tfoot th {
  border-top: none !important
}
.custom-coupon-container {
  background-color: #133C4C;
  padding: 25px;
}
.custom-coupon-container .inner {
  border-bottom: 1px solid #05BAB1
}
.checkout-coupon-toggle {
  color: #fff;
  margin-top: -1px;
}
.checkout-coupon-toggle .show-coupon {
  cursor: pointer;
  font-size: 16px
}
.coupon-form {
  background-color: #133C4C;
  display: flex;
  padding-bottom: 25px
}
#coupon_code {
  background-color: transparent;
  border: 1px solid #718A94;
  border-radius: 6px;
  font-size: 16px;
  padding: 0 15px;
  color: #fff;
  height: 50px
}
#coupon_code::placeholder {
  color: #fff;
}
.coupon-header {
  padding: 0 0 25px 0
}
.show-coupon {
  position: relative
}
.show-coupon::after {
  content: '';
  width: 25px;
  height: 20px;
  display: block;
  position: absolute;
  background-image: url("../images/chevron-up_w.svg");
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  transform: rotate(180deg)
}
.coupon_button {
  background-color: #718A94 !important;
  color: #fff;
  font-family: 'Poppins';
  text-transform: none;
  font-size: 18px;
  letter-spacing: normal;
  float: none;
  width: 100%;
  border-radius: 6px;
  padding: 11px 16px;
  border: none;
}
.coupon_input_field {
  flex: 0 0 65%;
  padding-right: 12px;
}
.coupon_apply_field {
  flex: 0 0 35%
}
.woocommerce-checkout #payment {
  background: #133C4C !important;
  border-radius: 0 !important
}
.woocommerce-checkout #payment div.payment_box::before {
  display: none
}
.woocommerce-checkout #payment div.payment_box {
 
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dcd7e3;
  color: #515151;
}
.wc_payment_method label {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.woocommerce-checkout-payment::before {
  content: "Fizetés módja:";
	color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 25px;
  padding-bottom: 8px;
  display: block;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0 25px 25px 25px
}
.terms-and-conditions label, .terms-and-conditions label a, .privacy label, .privacy label a {
  color: #fff !important;
  font-size: 14px;
  line-height: 21px;
}
.terms-and-conditions label a, .privacy label a {
	text-decoration: underline
}


.required {
  display: none
}
p.terms-and-conditions, p.privacy {
  padding: 20px 0 0px 40px !important
}
p.terms-and-conditions label span::before, p.privacy label span::before {
  left: -40px
}
p.terms-and-conditions input, p.privacy input {
  position: absolute
}
p.terms-and-conditions span, p.privacy span {
  padding: 0
}
#place_order {
  background-color: #718A94 !important;
  color: #fff;
  font-family: 'Poppins';
  text-transform: none;
  font-size: 18px;
  letter-spacing: normal;
  float: none;
  width: 100%;
  border-radius: 12px;
  padding: 15px;
  margin-top: 25px
}
#place_order:hover {
  background-color: #fff !important;
  color: #718A94;
  
  margin-top: 25px
}
#payment .place-order {
  padding: 0 25px 40px 25px !important
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none !important
}
td.product-name {
  padding-top: 40px !important
}
tr.cart_item {
  display: flex;
  flex-direction: column
}
td.product-name, td.product-total {
  padding-left: 25px !important;
  padding-right: 25px !important
}
td.product-name {
  font-size: 28px;
  font-weight: 900;
  font-family: 'Adieu';
  line-height: 33px !important;
  padding-bottom: 15px !important
}
td.product-name .alcim {
	font-size: 20px
}


td.product-total .amount bdi {
  color: #718A94;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}
td.product-total span.amount {
  display: block;
  border-bottom: 1px solid #05BAB1;
  padding-bottom: 20px
}
tr.cart-subtotal,tr.tax-rate  {
  display: flex;
  padding: 25px 25px 0px 25px
}
tfoot tr th, tfoot tr td {
  display: flex;
  flex: 0 0 50%;
  border-bottom: 1px solid #05BAB1;
  padding-bottom: 25px !important
}
tr.cart-subtotal td, tr.tax-rate  td  {
  justify-content: flex-end
}
tr.order-total {
  display: flex;
  padding: 25px 25px 0px 25px
}
tr.order-total td {
  justify-content: flex-end
}

.woocommerce-thankyou-order-received {
	display: none!important;
	
}

.woocommerce ul.order_details {
	padding: 0;
	margin: 0 0 30px 0;
}

.woocommerce ul.order_details li {
	text-transform: none;
	font-size: 16px;
	padding: 0;
	margin: 0;
	border:none;
	line-height: auto;
	padding-right: 50px;
	margin-bottom: 20px
}

.woocommerce ul.order_details li strong {
	font-size: 16px;
	margin-top: 25px
}

.woocommerce-order-details {
	margin-bottom: 60px!important
}
h2.woocommerce-order-details__title {
	font-size: 28px;
	line-height: 33px;
	color: #05BAB1;
	margin-bottom: 30px
}
.woocommerce table.shop_table {
	border: none
}

.woocommerce-table--order-details {
	font-size: 16px;
	display: flex;
	flex-direction: column
}
.woocommerce-table--order-details + h2, .woocommerce-table--order-details + p  +  h2 {
	display: none!important
}

.woocommerce-table--order-details thead {
	display: flex;
	padding-bottom: 20px;
	display: none!important
}
.woocommerce-table--order-details thead  tr{
	display: flex;
	width:100%
}
.woocommerce-table--order-details thead th {
	display: flex;
	flex: 0 0 50%
}




.woocommerce-table--order-details th.woocommerce-table__product-table.product-total {
	justify-content: flex-end
}

.woocommerce-table--order-details tbody {
	display: flex;
	border-bottom: 1px solid #E6CDE3;
        flex-flow: column-reverse
	
}
.woocommerce-table--order-details tbody th {
    border: none
}
.woocommerce-table--order-details tbody  tr{
	display: flex;
	width:100%;
    flex-wrap: wrap;
}
.woocommerce-table--order-details tbody td {
	display: flex;
	flex: 0 0 100%;
	flex-direction: column
}
.woocommerce table.shop_table tbody th {
   border: none; 
}
.woocommerce-table--order-details td.product-total {
	justify-content: flex-end;
	padding: 0!important;
	display: none
}

.woocommerce-table--order-details tfoot {
	display: flex;
	flex-direction: column
	
}
.woocommerce-table--order-details tfoot  tr{
	display: flex;
	width:100%;
		border-bottom: 1px solid #E6CDE3;
}
.woocommerce-table--order-details tfoot th, .woocommerce-table--order-details tfoot td  {
	display: flex;
	flex: 0 0 50%;
	padding-top: 25px!important;
	font-weight: 700!important;
	border-bottom: none!important
}
.woocommerce-table--order-details tfoot td {
	justify-content: flex-end
}


.woocommerce-table--order-details td.product-total .amount bdi {
  color: #133C4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.woocommerce-table--order-details td.product-total span.amount {
  display: block;
  border-bottom: none;
  padding-bottom: 20px;
}


.woocommerce-table--order-details td.product-name {
	padding: 0 0 25px 0!important
}
.woocommerce-table--order-details td.product-name a  {
	font-size: 16px;
	font-weight: 400!important;
	font-family: 'Poppins';
	line-height: 24px;
	color: #133C4C
}




.woocommerce-table--order-details td.product-name  a.productTitleOrder 
 {
	 font-size: 20px;
	 font-family: 'Adieu';
	
}

.woocommerce-table--order-details td.product-name .alcim {
	font-size: 16px
}

 .my_account_bookings {
	display: none!important
}

.woocommerce-customer-details h2.woocommerce-column__title {
	color: #05BAB1;
	font-size: 28px;
	line-height: 33px;
	margin-bottom: 40px
}
.woocommerce-customer-details {
	margin-bottom: 0!important
}
.woocommerce-customer-details address {
	border:none!important;
	padding: 0!important;
	font-size: 16px!important
}
.woocommerce-customer-details--email {
		padding-left: 0!important
}
.woocommerce-customer-details--email::before {
	display: none;

}

.myAccountPage {
	min-height: 600px;
	padding-top: 60px;
	padding-bottom: 80px
}
.myAccountPage .wrapper {
	display: flex;
	
}
.myAccountPage .wrapper .leftSide {
	flex: 0 0 40%;

	
}
.myAccountPage .wrapper .rightSide {
	flex: 0 0 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	
}
.myAccountPage .wrapper .rightSide .belepes {
	max-width: 550px;
	text-align: center;
	font-size: 28px;
	line-height: 33px;
}
.myAccountPage .wrapper .rightSide .belepes h2 {
	color: #133C4C;
	font-size: 48px;
	line-height: 57px;
	margin-bottom: 30px
}
.myAccountPage .wrapper .rightSide .belepes h3 {
	color: #05BAB1;
font-size: 28px;
	line-height: 33px;
	margin-bottom: 30px
}
.loginRegButton {
	
	color: #05BAB1!important;
	font-size: 18px;
	font-weight: 700;
	border:2px solid #05BAB1;
	border-radius: 12px;
	padding: 10px 25px;
	margin-top: 30px;
	display: inline-block
}
.loginRegButton:hover {
		background-color: #05BAB1;
	color: #fff!important
}


.profilTitle h1 {
	color: #133C4C;
	font-size: 48px;
	line-height: 57px;
	margin-bottom: 50px
}

.u-column1 h2, .u-column2 h2 {
	display: none!important
}

.woocommerce form.login, .woocommerce form.register {
	border:none;
	padding: 0;
	margin: 0
}

.u-column1 label {
	display: none!important
}

.u-column2 label[for=reg_email],.u-column2 label[for=reg_password] {
	display: none!important
}

.myAccountPage .woocommerce-button, .myAccountPage .woocommerce-Button, .woocommerce-MyAccount-content .button{
	background-color: #05BAB1!important;
	border: 2px solid #05BAB1!important;
	color: #fff!important;
	font-size: 18px!important;
	line-height: 27px!important;
	padding: 10px 35px!important;
	border-radius: 12px!important;
	font-family: 'Poppins';
	text-transform: none!important;
	letter-spacing: 0!important;
	margin-top: 20px!important
}

.myAccountPage .woocommerce-button:hover, .myAccountPage .woocommerce-Button:hover {
	background-color: #fff!important;
	color: #05BAB1!important;
}

.myAccountPage .rightSide.bgImage {
	background-image: url("../images/accountBgImage.svg");
	background-position: right top;
background-repeat: no-repeat;
	background-size: contain;
	background-size: contain;
 height: 760px;
  margin-top: -100px;
}


.myAccountPage .lost_password a  {
	color: #05BAB1;
	font-weight: 700;
	font-size: 14px
}
.myAccountPage .lost_password a:hover {
	color: #133C4C
}
.myAccountPage  .lostPwText {
	max-width: 550px;
	margin-bottom: 30px
}





.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 20px
}
.woocommerce-MyAccount-navigation ul li a {
	color: #133C4C;
	font-family: 'Adieu';
	font-size: 28px;
	line-height: 33px;
	font-weight: 900;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #05BAB1
}

.woocommerce-MyAccount-navigation-link--dashboard, .woocommerce-MyAccount-navigation-link--customer-logout {
	display: none
}


.woocommerce-Addresses .u-column2 {
	display: none
}


.order_item_meta .woocommerce-Message a.woocommerce-Button {
	display: none
}
.woocommerce-info {
	padding:15px;
	border-top-color: #05BAB1;
	color: #133C4C
}
.woocommerce-info::before {
	display: none
}
.yith-wcbk-booking-actions {
	display: none
}
td.booking-actions {
display: none!important
}
.woocommerce-account .woocommerce-MyAccount-content {
	
	
}
.woocommerce-MyAccount-content h2 {
	font-family: 'Poppins';
  font-size: 26px;
  font-weight: 700;
	color: #133C4C
}
table.my_account_bookings, table.booking_details, table.my_account_orders  {
border-collapse: collapse!important;	
}


table.my_account_bookings thead th, table.my_account_orders thead th  {
	border-bottom: 1px solid #718A94;
	padding-bottom: 20px!important
}

table.my_account_bookings tbody td, .booking_details tbody td, .booking_details th,  table.my_account_orders th,  table.my_account_orders  tbody td{
	padding: 20px 15px 20px 0 !important;
	border-bottom: 1px solid #E6CDE3
}
table.my_account_bookings tbody td  a, .booking_details a,  table.my_account_orders  tbody td a  {
	color: #133C4C
}

table.my_account_bookings tbody tr:nth-child(2n) td {
	background-color: #fff!important
}

.order-again {
	display: none!important
}
.woocommerce-Address-title a.edit {
	font-size: 16px;
	color: #05BAB1
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last
{
  float: none;
	width: 100%;
	
}

.woocommerce-address-fields__field-wrapper p label {
	display: none!important
}


.woocommerce-address-fields #billing_address_2_field,
.woocommerce-address-fields #billing_state_field {
	display: none!important
}


.woocommerce-MyAccount-content h3 {
	font-family: 'Poppins';
  font-size: 26px;
  font-weight: 700;
	color: #133C4C;
	display: none
}

.woocommerce-EditAccountForm label {
	display: none!important
}

.woocommerce-EditAccountForm #account_display_name {
	display: none
}

.woocommerce-EditAccountForm p > span > em {
	display: none!important
}

.woocommerce-EditAccountForm legend {
	display: block;
	margin-top: 30px;
	margin-bottom: 20px
}
.woocommerce-EditAccountForm legend::after {
	content: 'Ha nem szeretnéd megváltoztatni a jelszavadat, hagyd üresen';
	display: block;
	clear: both;
	font-size: 14px
}

#ui-datepicker-div.yith-wcbk-datepicker.ui-widget-content, .yith-wcbk-date-picker--inline .ui-widget.ui-widget-content {
	box-shadow: none!important;
	font-family: 'Poppins', sans-serif!important;
	border-radius: 0!important;
	border-top-right-radius: 40px!important;
	
	padding: 0!important;
	width: 100%!important;
	max-width: 485px!important;
	color: #133C4C!important
}

.ui-datepicker .ui-datepicker-header {
	padding: 10px;
	background-color: #133C4C;
	
}

.ui-datepicker-calendar thead 
{
	border-left: 1px solid #ccc;
	border-right:  1px solid #ccc;
}

.yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  color: #fff;
  font-family: 'Adieu';
  text-transform: capitalize;
	margin: 0!important
}

.yith-wcbk-datepicker.ui-datepicker .ui-datepicker-prev span::after, .yith-wcbk-datepicker.ui-datepicker .ui-datepicker-next span::after, .yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-prev span::after, .yith-wcbk-date-picker--inline .ui-datepicker .ui-datepicker-next span::after {
	color: #fff;
	top:6px
}
.yith-wcbk-booking-form label.yith-wcbk-booking-form__label {
  display: block;
  font-weight: 900;
  margin: .8em 0 0 0;

  font-size: 28px;
  color: #05BAB1;
  font-family: 'Adieu';
  margin-bottom: 20px;
}
.ui-datepicker td span, .ui-datepicker td a {
	padding: 12px!important
}

.yith-wcbk-datepicker.ui-datepicker th, .yith-wcbk-date-picker--inline .ui-datepicker th {
	padding: 12px;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}

.yith-wcbk-datepicker .ui-state-default, .yith-wcbk-datepicker.ui-widget-content .ui-state-default, .yith-wcbk-datepicker .ui-widget-header .ui-state-default, .yith-wcbk-date-picker--inline .ui-state-default, .yith-wcbk-date-picker--inline .ui-widget-content .ui-state-default, .yith-wcbk-date-picker--inline .ui-widget-header .ui-state-default {
  border: none;
  background: transparent;
  font-weight: 400;
color: #133C4C;
  line-height: 1.9em;
}

.yith-wcbk-datepicker.ui-datepicker td.ui-datepicker-other-month, .yith-wcbk-date-picker--inline .ui-datepicker td.ui-datepicker-other-month {
  border: 1px solid #ccc;
  background-color: #E2F4FB;
}

.yith-wcbk-datepicker.ui-datepicker td, .yith-wcbk-date-picker--inline .ui-datepicker td {
	border: 1px solid  #ccc;
	padding: 0!important
}

.yith-wcbk-datepicker.ui-datepicker table, .yith-wcbk-date-picker--inline .ui-datepicker table {
	margin: 0
}

a.ui-state-default {
	background-color: #05BAB1!important;
	color: #fff!important;
	font-size: 20px!important;
	font-weight: 400 !important;
}

a.ui-state-default.ui-state-active, a.ui-state-default:hover {
	background-color: #718A94!important
}

span.ui-state-default {
	font-size: 20px!important;
	font-weight: 400 !important;
}

.yith-wcbk-add-to-cart-button {
background-color: #05BAB1!important;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	color: #fff;
	border-radius: 12px!important;
	text-transform: none;
	font-family: 'Poppins'
}
.yith-wcbk-add-to-cart-button:hover {
	background-color: #718A94!important
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	padding: 0!important
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	display: none!important
}
.ttt-pnwc-notice-icon {
	display: none!important
}
.ttt-pnwc-container {
	padding: 10px 25px;
}
.ttt-pnwc-notice {
  display: flex;
  align-items: flex-start;
  text-align: left;
  justify-content: flex-start;
  padding: 15px 15px 15px 0px!important;
  line-height: 15px;
  position: relative;
	font-size: 16px!important
}

.ttt-pnwc-message {
	line-height: 22px !important
}

a.wc-forward {
	background-color: #718A94 !important;
  color: #fff!important;
  font-family: 'Poppins'!important;
  text-transform: none!important;
  font-size: 18px!important;
  letter-spacing: normal;
  float: none;
  width: 100%!important;
  border-radius: 12px!important;
  padding: 15px!important;
text-align: center;
    display: block;
    
}

button.ttt-pnwc-close{
	background-color: #718A94!important;
	color: #fff!important
} 

.ttt-pnwc-notice::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent!important;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-bottom: 1px solid #E6CDE3!important;
}
.ttt-pnwc-notice:last-child::after {
	display: none
}

.woocommerce-orders-table__cell-order-actions a.button {
	font-size: 14px !important;
  line-height: 20px !important;
  padding: 7px 25px !important;
  border-radius: 10px !important;
	margin-top: 5px!important;
	margin-bottom: 5px!important
}
		
.woocommerce-orders-table__cell-order-number a {
			color: #133C4C;
	font-weight: 400
	}

.variation-Dtum p {
margin-bottom: 0!important	
}

.woocommerce-table--order-details .wc-item-meta {
	font-size: 14px;
  font-family: 'Poppins';
  font-weight: 400;
	padding: 10px 0 0 0
}
.woocommerce-table--order-details .wc-item-meta li p {
	margin-bottom: 0!important
}

.woocommerce-table__product-total {
	align-items: flex-end
}



.woocommerce div.product form.cart div.quantity {
	display: none!important
}

.woocommerce-MyAccount-navigation-link--bookings {
	display: none!important
}

.woocommerce-orders-table__header-order-actions > span {
	display:none!important
}

.woocommerce-MyAccount-content >  .woocommerce-notices-wrapper + p {
	display: none!important
}


.gform-theme--framework .gf_progressbar span {
	clip: inherit;
	width:auto;
	height: auto;
	right: -30px;
	top:-27px
		
}

span.gfield_required {
	display: none!important
}

.gform-theme--framework .gfield--type-choice .gfield_radio {
	display: flex;
	justify-content: center;
	flex-direction: row;

}

.gform-theme--foundation .gform_page_footer {
	justify-content: center
}

.gf_progressbar_title {
	display: none!important
}


.gform_button {
    background-color: #05BAB1!important;
  font-size: 20px!important;
  font-weight: 700!important;
  border-style: solid!important;
  border-width: 2px 2px 2px 2px!important;
  border-color: #05BAB1!important;
  border-radius: 12px 12px 12px 12px!important;
  padding: 25px 35px 25px 35px!important;
    margin-top: 30px!important
}


#field_1_47 {
	display: none!important
}

.gf_progressbar {
background-color: #E2F4FB!important;
  height: 2px!important;
}
.gf_progressbar_percentage {
	height: 6px!important;
  border-radius: 0!important;
	position: relative!important;
	top:-2px!important;
	
}

.gf_progressbar_wrapper {
	margin-bottom: 85px!important
}

.gfield--type-html {
	max-width: 750px
}

label.gfield_label {
	color: #05BAB1!important;
	font-size: 28px!important;
	line-height: 33px!important;
	font-family: 'Adieu'!important;
	
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px!important
}
 .gform-theme--foundation .gform_fields {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

.gfield_select {
	height: 50px!important;
  border: 1px solid #718A94!important;
	color: #133C4C!important;
	border-radius: 6px!important
}

.gform_page_footer {
	margin-block-start: 60px!important;
	gap:20px!important
}

.gform_next_button, #gform_submit_button_1 {
	background-color: #05BAB1!important;
	color: #fff!important;
	font-size: 20px!important;
	line-height: 30px!important;
	font-weight: 700!important;
	border-radius: 12px!important;
	padding: 18px 40px!important;
	border: 2px solid #05BAB1!important;
	
}
.gform_next_button:hover, #gform_submit_button_1:hover {
	background-color: #fff!important;
	color: #05BAB1!important;
}


.gform_previous_button {
	border: 2px solid #05BAB1!important;
background-color: #fff!important;
	color: #05BAB1!important;
font-size: 20px!important;
	line-height: 30px!important;
	font-weight: 700!important;
	border-radius: 12px!important;
	padding: 18px 40px!important;
}



legend.gfield_label {
	color: #05BAB1!important;
	font-size: 28px!important;
	line-height: 33px!important;
	font-family: 'Adieu'!important;
	padding-bottom: 10px

}

.gform-theme--framework .gfield--type-choice .gfield_radio {
	gap: 10px;
}
.gfield_radio input[type="radio"] {
    opacity: 0;
    position: absolute
}
.gfield_radio .gchoice label {	
  border: 2px solid #05BAB1;
  border-radius: 12px;
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
	margin: 0;
	font-size: 20px;
  font-weight: 700;
  color: #05BAB1;
	cursor: pointer;
}

.gfield_radio input[type="radio"]:checked + label {
	background-color: #05BAB1;
	color: #fff;
	  border: 2px solid #05BAB1;
}
.ginput_container_radio {
	margin-bottom: 70px
}

.ginput_container_email {
	max-width: 580px
}
 .ginput_container input[type=email],  .ginput_container input[type=text] {
	height: 50px!important;
	border: none!important;
	background-color: #E2F4FB!important;
	color:#133C4C!important
}

.ginput_container .textarea {
    border: none!important;
	background-color: #E2F4FB!important;
	color:#133C4C!important
}

.ginput_container .textarea::placeholder {

  font-size: 16px;
}


.ginput_container_consent {
	display: flex;
	align-items: center
}
.ginput_container_consent input[type=checkbox] {
	border: 2px solid #133C4C;
  border-radius: 0 10px 0 0;
width: 26px;
	height: 26px;
	box-shadow: none!important
} 

.ginput_container_consent input[type=checkbox]::before {
	content: '';
	width: 16px;
	height: 16px;
	background-color: #05BAB1;
	display: block;
	border-radius: 0 6px 0 0 
}

.ginput_container_consent label, .ginput_container_consent label a {
	color: #133C4C!important;
	font-size: 14px!important;
	font-weight: 700!important;
}
.ginput_container_consent label a:hover {
	text-decoration: underline;
}

#field_1_45 {
	margin-top: -20px
}

.yith-wcbk-booking-form input:not([type="checkbox"]) {
	width: auto!important;
	position: absolute!important;
	opacity: 0!important;
	visibility: hidden!important
}
label[for=reg_email], label[for=reg_password] {
	display: none!important
}

 .myAccountPage p.mailchimp-newsletter{
	display: none
}




.reg_adatkezeles label {
	padding-left: 35px;
	display: flex!important;
	font-size: 14px!important
}
.reg_adatkezeles label a {
	color:#133C4C!important
}

.reg_adatkezeles .checkbox span::after {
	left: -30px
}


p.create-account::after {
	content: 'Regisztráció nélkül is van lehetőséged időpontot foglalni, ám a saját profillal rendelkező tagjaink férnek csak hozzá bizonyos tartalmakhoz, ajándékokhoz és speciális ajánlatokhoz, továbbá regisztrált tagként az időpont foglalás mindösszesen két kattintás.'!important;
	font-size: 12px;
  display: block!important;
  padding: 10px 20px 0 0px;
}

p.reg_leiras {
	font-size: 18px !important;
	line-height: 23px!important
}
#gform_1_validation_container {
	display: none!important
}
.gfield_validation_message {
	text-align: center;
	font-size: 18px!important;
	color: #05BAB1!important;font-weight: 700!important;

}

#plugin_delete_me_shortcode_form {
	margin-top: 80px
}
#plugin_delete_me_shortcode_form  span {
	display: block;
	margin-bottom: 10px
}
#plugin_delete_me_shortcode_form  .title {
	font-weight: 700
}

#plugin_delete_me_shortcode_form  label {
	display: none
}

#plugin_delete_me_shortcode_form input {
	height: 50px !important;
background-color: #E2F4FB;
border: none;
border-radius: 6px;
font-size: 16px;
color: #133C4C;
padding: 0 20px;
}
#plugin_delete_me_shortcode_form input::placeholder {
	color: #B39BC0;
  font-size: 16px;
}

h5.required-filed {
	display: none!important
}
.cev-authorization__holder {
	color: #fff;
	font-family: 'Poppins'
}
.cev-authorization__title {
	color: #fff!important;

}
.cev-button {
	background-color: transparent!important;
border:1px solid #fff!important;
	color: #fff!important;
	padding:20px!important;
	border-radius:12px!important;
    text-transform: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
}

input.cev_pin_box {
	border-radius:12px!important;
	color: #133C4C;
	border:none!important;

}

input.cev_pin_box::placeholder {
	color: #133C4C;
}

.cev-authorization__footer {
	color: #fff!important;
}
.cev-authorization__footer a {
	color:#718A94!important;
	font-weight: 700;
	
}

 .site-info .wpcf7 form .wpcf7-response-output {
	margin: 0 0 30px 0!important;
  padding: 10px!important;
  border: 2px solid #133C4C !important;
}
 .site-info .wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff!important;
}



.contactFormWhiteBase input[type=text],
.contactFormWhiteBase input[type=email]{
	border: 1px solid #D0D8DB;
	border-radius: 6px;
	height: 50px;
	font-size: 16px;
	color: #133C4C;
	padding: 0 20px;
}
.contactFormWhiteBase select {
	width: 100%;
	height: 50px;
	background-color: #fff;
		border: 1px solid #D0D8DB;
	border-radius: 6px;
	font-size: 16px;
	color: #A1B1B7;
		padding: 0 20px;
	  background: transparent;
  -webkit-appearance: none;
	background-image: url("../images/select-arrow.svg");
	background-repeat: no-repeat;
	background-position: right 20px center
}
.contactFormWhiteBase textarea {
	height: 120px;
		border: 1px solid #D0D8DB;
	border-radius: 6px;
	font-size: 16px;
	color: #133C4C;
		padding: 10px 20px;
	background-color: #fff
}

.contactFormWhiteBase .wpcf7-form-control-wrap {
	margin-bottom: 20px;
	
	
}

.contactFormWhiteBase a {
	color:#133C4C
}


.contactFormWhiteBase .wpcf7-acceptance input[type="checkbox"] {
  opacity: 0;
	position: absolute;
}


.contactFormWhiteBase .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 30px;
}



.contactFormWhiteBase .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  border: 2px solid #133C4C;
  border-top-right-radius: 10px
}


 .contactFormWhiteBase .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-color:#05BAB1;
  border-top-right-radius: 6px
}




.contactFormWhiteBase .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 0px;
}
.contactFormWhiteBase .wpcf7-acceptance .wpcf7-list-item-label::before,  .contactFormWhiteBase .wpcf7-acceptance .wpcf7-list-item-label::after {
  position: absolute;
  left: -35px;
} /*Outer-box*/

.contactFormWhiteBase .wpcf7-acceptance .wpcf7-list-item-label::before {
  top: -2px;
} /*Checkmark*/



.contactFormWhiteBase  .wpcf7-acceptance .wpcf7-list-item-label::after {
  left: -30px;
  top: 3px;
}



/*Hide the checkmark by default*/
.contactFormWhiteBase .wpcf7-acceptance input[type="checkbox"] + .wpcf7-list-item-label::after {
  content: none;
} /*Unhide the checkmark on the checked state*/
.contactFormWhiteBase .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
}


.contactFormWhiteBase .wpcf7-not-valid-tip {
	color: #05BAB1;
	font-size: 16px;
  padding-top: 3px;
}

.contactFormWhiteBase  .wpcf7 form.invalid .wpcf7-response-output {
	border-color: #05BAB1;
}

.contactFormWhiteBase  .wpcf7-submit, .contactFormWhiteBase  .wpcf7-submit:focus {
	background-color: #05BAB1;
	border:2px solid #05BAB1;
	color: #fff;
	border-radius: 12px;
	font-size: 20px;
	text-transform: none;
	letter-spacing: 0;
	padding: 20px 50px
}

.contactFormWhiteBase  .wpcf7-submit:hover {
	background-color: transparent;
	color: #05BAB1;
}

.contactFormWhiteBase  .wpcf7-spinner {position: absolute
}

.contactFormWhiteBase .wpcf7 form.sent .wpcf7-response-output {
  border-color: #05BAB1;
}

.yith-wcbk-selector__label b, .yith-wcbk-selector__item__label b {
	display: none!important;
	opacity: 0!important
}

.yith-wcbk-selector__label span, .yith-wcbk-selector__item__label span {
	font-size: 12px;
	display: block
}

.payment_method_simplepay-gateway img {
  height: auto;
  max-width: 130px;
}



.elementor-location-archive .elementor-post__text {
	overflow: hidden
}


.elementor-location-archive a.elementor-post__read-more {
	border:2px solid #133C4C;
	padding: 10px 30px;
	border-radius: 12px
}

.elementor-location-archive a.elementor-post__read-more:hover {
	border:2px solid #05BAB1;
	background-color: #05BAB1;
	color: #fff!important;
	padding: 10px 30px;
	border-radius: 12px
}


.elementor-location-archive .elementor-post__card {
	border-radius: 0px 80px 0px 0px!important;
}

.elementor-location-archive .elementor-post__card:hover {
	background-color:#718A94;
	color: #fff;
	border-color:#718A94!important;
}

.elementor-location-archive .elementor-post__card:hover .elementor-post__excerpt p,

.elementor-location-archive .elementor-post__card:hover .elementor-post__read-more ,


.elementor-location-archive .elementor-post__card:hover .elementor-post__title a


{
	color: #fff!important
}

.elementor-location-archive .elementor-post__card:hover .elementor-post__read-more 


{
border: 2px solid #05BAB1;
  background-color: #05BAB1;
}


.elementor-location-archive .elementor-post__card:hover .star {
	background-image: url("../images/star-white.svg");
}



.elementor-location-archive .elementor-post__excerpt {
	float: right;
	width: 58%
}

.elementor-location-archive .elementor-post__read-more {
	float: left;
	clear: both;
}



.order_item_meta_container {
font-size: 16px; font-family: 'Poppins'; font-weight: 400
	
}

.order_item_meta {
	margin: 0;
	padding: 0;
	list-style: none;
}
.order_item_meta label {
	font-weight: 700
}
.order_item_meta b {
	display: none!important
}


.order_item_meta .meta-1 {
    display: none
}




.order_item td.product-name a {
    font-weight: 700!important
}
.penztarTermekNev_eltav {
	display:flex
		
}
.woocommerce a.remove {
  display: block;
  font-size: 25px;
  height: 0;
  width: 13px;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #05BAB1!important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  margin-right: 10px;
  margin-top: 5px;
}
.woocommerce a.remove:hover {
    color: #05BAB1!important;
    background: none!important
}

.page404 {
	padding-bottom: 100px;
	padding-top: 100px
}
.p404 {
	border-radius: 0 80px 0 0
}

.text404 {
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-right: 30px
}

.button404 {
	border: 2px solid #05BAB1;
  
  color: #FFF !important;
  padding: 10px 25px;
  border-radius: 12px;
  font-weight: 700;
	background-color: #05BAB1;
	text-align: center
}


div.product .out-of-stock, .woocommerce div.product p.stock {
 color: #05BAB1!important;
	font-family: 'Adieu';
  text-rendering: optimizeLegibility;
  line-height: 1.2;
	font-size: 28px!important;
}

.order_review_sikertelen .sor-2{
    font-weight: 700
}


.order_review_sikertelen .ujra_fizetendo {
    padding-bottom: 30px
}

.order_review_sikertelen .fizetesi_mod {
    
    background: #133C4C !important;
  border-radius: 0 !important;
    padding:45px 25px 25px 25px;


}

.order_review_sikertelen .fizetesi_mod ul {
    padding: 0;
    list-style: none
}


.order_review_sikertelen .fizetesi_mod .payment_box {
    background-color: #dcd7e3;
    padding: 1em;
    border-radius: 2px;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px
}
.widget {
	margin-bottom: 50px
}
.widget  h4 {
	color: #133C4C;
    font-size: 1.5rem;
}
.widget_categories ul {
    padding: 0
}
.widget_categories ul li a {
color: #05BAB1;
	font-family: 'Adieu';
	font-size: 17px;
    ont-weight: 700;
  font-style: italic;
  display: inline;
    position: relative
}
.widget_categories ul li.cat-item a::after {
  content: '';
  background-image: url("../images/arrow-right-green.svg");
  display: block;
  position: absolute;
  width: 28px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 1px;
  left: auto;
  right: -40px;
}

.widget_categories ul li a:hover {
	color: #133C4C;
}
.widget.kovetkezo_bejegyzes {
	margin-top: 30px
}

.woocommerce-button.button.cancel,
.woocommerce-button.button.pay
{
	display: none!important
}

.wc-pao-addon-wrap > div {
	display: flex;
	align-items: center;
	margin-top: -5px
}

.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-checkbox {
	margin-right: 10px
}

.wc-pao-addon label.wc-pao-addon-name {
	margin-bottom: 20px
}

.post-single .content  ul, .single-product .woocommerce-product-details__short-description ul {
    margin-bottom: 25px
}

.elementor-widget-text-editor a {
    color: #05BAB1!important;
    font-weight:700;
}
.elementor-widget-text-editor a:hover {
    text-decoration: underline;
}
.price ins, .akciosar ins {
  text-decoration: none !important;
}
/*Csak ccs -ben van elrejtve*/
.profilomMenu, .kilepesMenu,.header_user, .belepesMenu {
   display: none!important
}


.penztarOldal .wc-backward {
    
}
li.cat-item {
  list-style: none;
  margin-bottom: 8px;
}

input[type="radio"].wc-pao-addon-field  {
    position: absolute!important;
    opacity: 0!important
}

.wc-pao-addon-wrap label {
    position: relative;
  padding-left: 37px;
  padding-top: 6px;
}

.wc-pao-addon-wrap label::before {
  top: 9px;
}
.wc-pao-addon-wrap label::before, .wc-pao-addon-wrap label::after {
  position: absolute;
  left: 0;
}
.wc-pao-addon-wrap label::before {
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  border: 1px solid #133C4C;
  border-top-right-radius: 10px;
}
.wc-pao-addon-wrap input[type="radio"]:checked + label::after {
  content: "";
}
.wc-pao-addon-wrap input[type="radio"] + label::after {
  content: none;
}
.wc-pao-addon-wrap label::after {
  left: 4.5px;
  top: 14px;
}
.wc-pao-addon-wrap label::after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  border-top-right-radius: 6px;
  background-color: #133C4C;
}

/*Checkbox*/

input[type="checkbox"].wc-pao-addon-field  {
    position: absolute!important;
    opacity: 0!important
}
.wc-pao-addon-wrap input[type="checkbox"]:checked + label::after {
  content: "";
}
.wc-pao-addon-wrap input[type="checkbox"] + label::after {
  content: none;
}

.cart-total-zero .woocommerce-checkout-payment::before {
    display: none !important;
}



.upsells h2 {
    color: #05BAB1;
    font-size: 30px
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #133C4C;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #133C4C;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
}

.woocommerce ul.products li.product .button {
background-color: #05BAB1 !important;
  border-radius: 6px !important;
  text-transform: none;
  font-family: 'Poppins';
  width: 100%;
  text-align: center;

  color: #fff;
  padding: 15px 5px;
}

.wc-pao-subtotal-line {
     color: #05BAB1;
}


/*Kosár*/


.wc-cart-grid {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
    margin-bottom: 100px
}

/* Left: items; Right: totals */
.wc-cart-lines {
  flex: 0 0 calc(100% - 400px);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wc-cart-collaterals {
  flex: 0 0 360px;
  position: sticky;
  top: 1rem;
}

/* Each line */
.wc-cart-line {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #133C4C;
  border-top-right-radius: 80px;
  background: #fff;
}

.wc-cart-line__media {
  flex: 0 0 96px;
  line-height: 0;
    display: none
}

.wc-cart-line__main {
  flex: 1 1 auto;
    display: flex
}

.wc-cart-line__title a {
  margin: 0 0 0.25rem;
  font-size: 28px;
    font-family: 'Adieu';
    color: #133C4C
}
.wc-cart-line__title  a:hover {
    color: #05BAB1
}

.wc-cart-line__controls {

  margin-top: .5rem;
  
}


.wc-cart-line__qty {
    display: none
}
.wc-cart-line__qty .qty {
  width: 88px;
}

.wc-cart-line__prices {
  display: flex;
 
font-weight: 700;
  white-space: nowrap;
  font-style: italic;
  font-size: 20px;
}

.wc-cart-line_remove {

}

.cart_line_ditails {
    padding-left: 10px;
  padding-top: 3px;
    padding-right: 20px;
    flex: 0 0 100%

}
.cart_line_ditails dl.variation {
 
    margin-bottom: 0!important;
    
}
.cart_line_ditails dl.variation dt {
    font-weight: 700;

  
  box-sizing: border-box;
    margin-bottom: 5px
}
.cart_line_ditails dl.variation dd {
 
      
  box-sizing: border-box;
      margin-bottom: 15px
}
.cart_line_ditails dl.variation p {
    margin-bottom: 0 !important
}

.wc-cart-line__remove {
  font-size: 1.25rem;
  text-decoration: none;
  line-height: 1;
  padding: .25rem .5rem;
}

/* Actions + coupon */
.wc-cart-actions {
  display: none!important;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
  justify-content: space-between;
  margin-top: .5rem;
  padding-top: .75rem;
    background-color: #133C4C;
 
}

.wc-cart-coupon {
  display: inline-flex;
  gap: .5rem;
  align-items: center;
}
.wc-cart-line__price-subtotal {
    display: none
}
.wc-update-cart {
   display: none!important
}

.calculated_shipping h2 {
    font-size: 30px
} 

.calculated_shipping table tr {
    display: table-row!important
}
.calculated_shipping table tr td,
.calculated_shipping table tr th
{
    padding-bottom: 10px!important
}

.kosarOldal {
    padding-top: 65px;

}



.wc-cross-sells-row {
  
    background-color: #E2F4FB;
    padding: 50px 0 0 0;
}

.single_upsell {
    
  background-color: #E2F4FB;
  padding: 50px 0 0 0;
}
.woocommerce .products ul, .woocommerce ul.products {
  margin: 0; 
}

.cross-sells h2 {
    font-size: 30px;
    color: #05BAB1!important
}

.woocommerce ul.products li.product .price {
    color: #133C4C;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
}
.woocommerce ul.products li.product .woocommerce-placeholder, .woocommerce ul.products li.product a img  { 
    border: none;
    border-top-right-radius: 30px;
}


.epmty_cart_message {
    padding-bottom: 50px
}


a.header-cart {
    display: block;
    margin-left: 20px;
    position: relative;
    margin-right: 5px;
    width: 60px;
    margin-top: -5px
}
a.header-cart .header-cart-counter {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #05BAB1;
    color: #fff;
    left: 15px;
  top: -2px;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 700;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del { 
padding-right: 10px
}

.price__regular {
    color: #718A94 !important;
  font-style: italic;
    text-decoration: line-through;
  margin-right: 10px;
}