
html, body {
     overflow-x: hidden;
}
body {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-x: hidden;
      color: #000;
      transition: all 0.3s ease-in-out;
   padding-top: 125px;
      font-family: 'Barlow';
      font-weight: 400;
       
     
      word-wrap: normal
}

.container-fluid {
	padding-left: 70px;
	padding-right: 70px;
	max-width: 1920px
}
#custom-header {top:50px}



body.popupHidden {
	padding-top:75px;
}

body.popupHidden #custom-header {top:0px}
.btn-primary {
	--bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}
h1, h2, h3, h4, h5, h6 {
      clear: both;
      font-weight: 600;
      margin: 0 0 10px 0;
      text-rendering: optimizeLegibility;
	font-family: 'Montserrat'
}


h1, h2 {
	font-size: 34px;
}

h3 {
	font-size: 24px
}

ul {
      list-style: none;
}

h4 {
	font-size: 20px
}

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;
}



input
{
   filter: none;
}



input:focus {
      outline: none
}
button, input[type="button"], input[type="submit"] {
      background: #8A8A8A;
      border: 0;
      color: #fff;
      font-weight: 600;
	font-size: 14px;
      padding: 0 40px;
	height: 50px;
      text-transform: uppercase;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
      background: #000;
}
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 #000;
	background-color: transparent;
      border-radius: 0px;
      color: #000;
      padding: 0 20px;
      width: 100%;
      -webkit-box-shadow: none;
      box-shadow: none;
	height: 50px
}
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;
}
.wpcf7-form p {
      margin: 0
}
a {
      color: #000;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
}
a:hover {
      color: #000;
      text-decoration: none
}
a:focus, a:active, a:visited {
      outline: 0;
      text-decoration: none;
      color: #000
}
.alignleft {
      float: left;
      margin-right: 15px;
      margin-bottom: 10px;
}
.alignright {
      float: right;
      margin-left: 15px;
      margin-bottom: 10px;
}
.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
}


/*MENU*/

.main-navigation .sub-menu {
	display: none!important
}

.mobilLeftSide {
	display: none
}
.mobile-menu-button {
	cursor: pointer;
	
}
.mobile-menu-button .bar {
	width: 22px;
	height: 2px;
	background-color: #000;
	margin-bottom: 5px
}

.mobile-menu-close {
	  display: none;
	  cursor: pointer;
	 background-image: url("../images/times-black.svg");
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top center
}
.mobile-menu-button.open .bar {
	display: none
} 
.mobile-menu-button.open .mobile-menu-close  {
	display: block
}
.mobileMenu {
	display: none;
	background-color: #fff;
	width: calc(100% - 50px);
	position: fixed;
	top:110px;
	padding: 0 15px;
	bottom: 0;
	z-index: 1000
}
.mobileMenu .title {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Montserrat';
	text-align: center
}

.mobile-menu .menu-item-has-children {
	background-image: url("../images/chevron-right-black.svg");
	background-repeat: no-repeat;
	background-position: right top 13px
}

ul.mobile-menu {
	padding: 0
}

ul.mobile-menu  .sub-menu  {
	padding: 0;
	display: none
}

ul.mobile-menu  .sub-menu   li {
	padding-left: 10px
}
ul.mobile-menu li a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 13px 0;
	border-bottom: 1px solid #ddd
}
ul.mobile-menu li {
	position: relative
}
ul.mobile-menu li .chevron {
	
	width: 50px;
	height: 48px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	background-position: center right;
	cursor: pointer;
	z-index: 100
}



a.belepes {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Montserrat';
	position: absolute;
  bottom: 20px;
}


.primary-menu {
      margin: 0;
      padding: 0
}
.primary-menu li {
      display: inline-block;
      margin: 0 20px 0 0;
      
}
.primary-menu li a {
      color: #000;
      font-size: 14px;
      font-weight: 600;
      padding-top: 0px;
      display: block;
      text-transform: uppercase;
	font-family: 'Montserrat'

}
.primary-menu li:hover {
	text-decoration: underline;
}


.primary-menu  .current-product_cat-ancestor a {
	text-decoration: underline
}

body:not(.elementor-editor-active) .megamenu_container {top:125px}

body:not(.elementor-editor-active) .megamenu_container {
	position: absolute;
	width: 100%;
	padding: 20px 0 50px 0;
	background-color: #fff;
	z-index: 100;
	left: 0;
	right: 0;
	top:75px;
	display: none;
	-webkit-box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.02);
  -moz-box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.02);
  box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.02);
	overflow: hidden;
}
body:not(.elementor-editor-active) .megamenu_container .inner {
	padding-left: 70px;
  padding-right: 70px;
  max-width: 1920px;
	margin: 0 auto;
	display: none
}

body:not(.elementor-editor-active) .megamenu_container a {
	cursor: pointer
}
body:not(.elementor-editor-active) .megamenu_container a:hover {
	font-weight: 600
}

.main-navigation {
	display: flex;
	height: 75px;
	align-items: center
}


body:not(.elementor-editor-active) .main-navigation:hover > .megamenu_container {
	display: block
}





.site-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100;
	
}
.site-header.sticky {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100;
      -webkit-box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.02);
      -moz-box-shadow : 0px 4px 10px 4px rgba(0,0,0,0.02);
      box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.02);
      background-color: #fff;

}
.site-header.sticky.animated {
       animation: slide-down 0.7s;
}
.site-header .box {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.site-header .logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.site-header .logo img.dt {
	width: 175px;
	
}
.site-header .rightSide {
	display: flex;
    position: relative
}
.site-header .cart-icon {
      cursor: pointer;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../images/cart_icon.svg");
	background-size: 22px;
  background-repeat: no-repeat;
	margin-left: 20px;
	position: relative

}
.site-header .cart-icon .header-cart-counter {
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	padding-left: 23px;
	top:-2px
	
}


.site-header .user-icon {
      cursor: pointer;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../images/profile_icon.svg");
	background-size: 22px;
  background-repeat: no-repeat;
		margin-left: 20px

}

.site-header .whishlist-icon {
	  cursor: pointer;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../images/heart_icon.svg");
	background-size: 22px;
  background-repeat: no-repeat;
		margin-left: 20px
}

 @keyframes slide-down {
 0% {
 opacity: 1;
 transform: translateY(-100%);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}



.logo a {
      display: inline-block;
}
 a.logo img.mob {
	display: none
	 

}


/*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%;
}

/*SEARCH*/
.searchButton {
      cursor: pointer;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../images/search_button.svg");
	background-size: 22px;
  background-repeat: no-repeat;

}
.searchOverlayClose {
      position: absolute;
      right: 85px;
      top: 15px;
     width: 20px;
	height: 20px;
      z-index: 1005;
      cursor: pointer;
	background-image: url("../images/times-white.svg");
 background-repeat: no-repeat;
	background-position: center;
	
}
.searchOverlay {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.9);
      text-align: center;
      z-index: 9999;
      display: none
}
.searchOverlay .search-form {
      background: transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: inline-block;
      width: 70%
}
.searchOverlay .search-field {
      font-weight: 500;
      color: #fff!important;
      background: transparent!important;
      border: 1px solid #fff!important;
      height: 50px;
      padding: 0 20px!important;
	width: 100%
}



.searchOverlay .search-field::-webkit-input-placeholder {
 color: #fff;
}

.searchOverlay .search-field:-moz-placeholder {
 color: #fff;
}

.searchOverlay .search-field::-moz-placeholder {
 color: #fff;
 opacity: 1;
/* Since FF19 lowers the opacity of the placeholder by default */
}

.searchOverlay .search-field:-ms-input-placeholder {
 color: #fff;
}


.searchOverlay .search-submit {
      position: absolute;
      display: block;
      z-index: 1001;
      height: 50px!important;
      width: 50px;
      top: 0px;
      cursor: pointer;
      right: 0px;
      border: 0;
      background: #fff;
	background-image: url("../images/search_button.svg");
	background-repeat: no-repeat;
	background-position: center
}





.popup_csik {
	position: fixed;
	top:0;
	width: 100%;
	
	background-color: #000;
	z-index: 9999;
font-size: 17px;
font-weight: 500;
letter-spacing: 0em;
text-align: left;
	color: #fff;
	display: flex;
	justify-content: center

	
}


.popup_csik  .text {
	white-space: nowrap;
	overflow-x: auto;
		display: flex;
	width: 100%;
	justify-content: center
}

/* Hide scrollbar for Chrome, Safari and Opera */
.popup_csik  .text::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.popup_csik  .text{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.popup_csik .close {
	background-image: url("../images/times-white.svg");
	display: block;
	width: 50px;
	height: 50px;
	background-size: 20px 20px;
	position: fixed;
    right: 85px;
	top:0;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	z-index: 10
	
		
}

.popup_csik .container {
	height: 50px;
	display: flex;
	align-items: center;
}

.return-to-shop {
    text-align: center
}

.hirlevel {
	background-color: #f2f2f2;
	padding: 55px 0;
	clear: both;
	overflow: hidden
}
.hirlevel .title {
	font-size: 34px;
	font-weight: 600;
	
	
}
.hirlevel .description {
	margin-bottom: 10px
}

.hirlevel .formInputs p{ display: flex; justify-content: space-between}

.hirlevel .formInputs .wpcf7-form-control-wrap {
flex: 0 0 calc(50% - 5px);
	margin-bottom: 12px
}
.hirlevel  .inputs {
	position: relative
}

/*FOOTER*/
.site-footer {
      background-color: #fff;
      color: #000;
       padding: 60px 0 50px 0 ;
	border-bottom: 1px solid #dddddd
}
.site-footer a {
      color: #fff
}
.site-info {
      padding: 40px 0;
	font-size: 14px
}
.site-info  a:hover {
	text-decoration: underline
}

.site-footer ul {
      padding: 0;
	margin-bottom: 0
}

.widget a {
	color: #000;
	font-size: 14px;
}
.widget a:hover {
	text-decoration: underline
}
.widget .menu {
	padding: 0
}
.widget .menu li {
	margin-bottom: 5px
}
.widget h3 {
	margin-bottom: 15px
}

a.socialIcon {
	display: inline-block;
	max-width: 40px;
	margin-right: 10px;
	width: 100%
}
a.socialIcon img {
	max-width: 40px
}

/*CONTACT FORM*/

.wpcf7-form p {
      margin: 0
}
.wpcf7-form br {
      display: none
}
.wpcf7-acceptance {
	font-size: 12px;
	line-height: 1.1
}

.wpcf7-acceptance .wpcf7-list-item-label {
	display: flex;
    min-height: 25px;
    align-items: center
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0
}

/*WOO required star*/
span.required::before,
span.required::after
{
      display: none
}
span.required {
      padding: 0
}
.qib-button-wrapper button.qib-button {
	font-size: 14px;
	font-weight: 600;
	width: 30px
}

.qib-button-wrapper .quantity input.input-text.qty.text {
	border-left: 0;
	border-right: 0;
	width: 48px!important
}
.qib-button-wrapper button.qib-button.minus {
	border-right:0
}
.qib-button-wrapper button.qib-button.plus {
	border-left:0
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}

.cimke_blur {
	background-color: rgba(0,0,0,0.1); backdrop-filter: blur(8px);
	font-size: 34px;
	font-weight: 500;
	font-family: 'Montserrat';
	padding:15px 40px;
	text-align: center;

}
.cimke_blur  .elementor-heading-title {
	line-height: 1.3
}

.yith-add-to-wishlist-button-block {
	margin: 0!important
}

button.yith-wcwl-add-to-wishlist-button {
	padding: 0;
	left: auto!important;
	right: 0
}
button.yith-wcwl-add-to-wishlist-button:focus {
	background-color: transparent!important
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image {

  margin: 20px;
 
}
ul.products li.product {
    position: relative;
    overflow: hidden;
}

ul.products li.product .attachment-woocommerce_thumbnail {
    transition: opacity 0.5s ease-in-out;
}

ul.products li.product .secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
	z-index: 2
}

.woocommerce .products ul, .woocommerce ul.products {
	margin: 0
}


ul.products li.product:hover .attachment-woocommerce_thumbnail {
    opacity: 0;
}

ul.products li.product:hover .secondary-image {
    opacity: 1;
}

ul.products  li a.button.product_type_variable {
    display: none!important
}
ul.products  a.product_type_simple {
    display: none!important
}

ul.products li a span.onsale


{
	min-height: auto;
  min-width: auto;
	width: 60px!important;
  padding: 5px 10px!important;
  position: absolute;
  text-align: left;
  line-height: 1;
 
  margin: 0!important;
  border-radius: 0;
  background-color: red;
  color: #fff;
  font-size: 12px;
  z-index: 9;
	left: 0!important;
	top:20px!important;
    display: none!important
}
.termek-aloldal span.onsale {
	min-height: auto;
  min-width: auto;
	width: 60px!important;
  padding: 5px 10px!important;
  position: absolute;
  text-align: left;
  line-height: 1;
 
  margin: 0!important;
  border-radius: 0;
  background-color: red;
  color: #fff;
  font-size: 12px;
  z-index: 9;
	left: 113px!important;
	top:20px!important;
    display: none!important
}


.product-loop-image {
	position: relative;
    border: 1px solid #eee;
    margin-bottom: 20px
}
.woocommerce ul.products li.product a img {
    margin: 0!important
}

.add_to_cart_not_ajax {
	background-color: #000;
	color: #fff;
	position: absolute;
	bottom: 0;
	z-index: 3;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat';
	padding: 20px 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	  transition: opacity 0.5s ease-in-out;
    display: none!important
	
}
ul.products li.product:hover  .add_to_cart_not_ajax{
	opacity: 1
}

.woocommerce ul.products li.product .price {
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 17px;
}

.woocommerce ul.products li.product .price ins {
	font-weight: 400;
	text-decoration: none
}
.woocommerce ul.products li.product .price del {
	opacity: 1;
	color: #989898;
	margin-right: 5px
}
.yith-wcwl-add-to-wishlist-button svg {
	display: none
}
.yith-wcwl-add-to-wishlist-button {
	background-image: url("../images/wishlist_icon.svg")!important;
	background-repeat: no-repeat!important;
	width: 30px;
	height: 30px;
	display: block!important;
	background-position: center!important;
	border-radius: 0
}
.yith-wcwl-add-to-wishlist-button--added  {
	background-image: url("../images/wishlist_icon_added.svg")!important;
	background-repeat: no-repeat!important;
	width: 30px;
	height: 30px;
	display: block!important;
	background-position: center!important;
	border-radius: 0!important;
	background-size: 25px!important
}

.woopspro-product-slider button.slick-arrow {
	width: 52px;
  height: 120px;
	cursor: pointer
	

}

.woopspro-product-slider .slick-arrow {
	top:33%;
	
}

.woopspro-product-slider button.slick-prev, .woopspro-product-slider button.slick-prev:hover, .woopspro-product-slider button.slick-prev:focus {
	background-color: rgba(0,0,0,0.3)!important;
		background-image: url("../images/slider_arrow-prev.svg")!important;
	background-position: center!important;
}

.woopspro-product-slider button.slick-next, .woopspro-product-slider button.slick-next:hover, .woopspro-product-slider button.slick-next:focus {
background-color: rgba(0,0,0,0.3)!important;
	background-image: url("../images/slider_arrow-next.svg")!important;

	background-position: center!important;
}


.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 15px;
    font-weight: 400!important;
    padding-top: 0
}
.shop_loop .page-title {
	display: none;
}

.shop_loop .woocommerce-result-count {
	display: none
}

select.orderby {
	 appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
	background-color: transparent;
	border: none;text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background-image:url("../images/rendezes.svg");
	background-repeat: no-repeat;
	background-position: right 110px top -1px
		
}
.woocommerce-ordering {
	position: relative
}
.woocommerce-ordering::after {
	content: 'SORT ORDER';
position: absolute;
	top:0px;
	text-align: right;
	width: 100%;
	pointer-events: none;
	right: 3px;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline
}

.woocommrceListPage {
	padding-top: 70px
}
.karegoria_leiras {
	max-width: 880px;
	margin-bottom: 25px
}

.shop_loop {
	padding-bottom: 50px;
	position: relative
}



.woocommerce  ul.products li.product .price {
  color: #000;
} 
ul.subcategories {
	padding-left: 0;
	margin-bottom: 45px;
	white-space: nowrap;
    overflow-x: auto;
}
ul.subcategories li  {

	display: inline-block;
	margin-right: 10px;
	
}

ul.subcategories li a {
		border:1px solid #000;
	display: block;
	cursor: pointer!important;
	padding: 10px 20px;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase
}
ul.subcategories li a:hover {
	background-color: #000;
	color: #fff
}




.yith-wcan-filters {
	padding-right: 100px
}



.yith-wcan-filters h3 {
	font-size: 14px;
	padding-left: 30px;
	position: relative;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	
}

.yith-wcan-filters  .yith-wcan-filter {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px
}

.yith-wcan-filters  .yith-wcan-filter .filter-content {
	margin-bottom: 10px
}
.yith-wcan-filters h3::before {
	content: '';
	background-image: url("../images/szures.svg");
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -2px;
}

h4.filter-title  {
	font-size: 17px;
	font-weight: 400;
	font-family: 'Barlow'
}
.yith-wcan-filters.custom-style span.checkboxbutton::before {
	width: 22px;
  height: 22px;

  border: 1px solid #000;
  border-radius: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable::after {
	width: 17px;
	height: 17px;
	top:5px
}


.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.opened::after {
	background-image: url("../images/szuro_nyitva.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable.closed::after {
	background-image: url("../images/szuro-csukva.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .checkboxbutton.checked::before {
	border: 1px solid #000
}

.yith-wcan-filters.custom-style span.checkboxbutton.checked::before {
	background-image: url("../images/szuro-checked.svg")!important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px
}


.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle {
	right: 0;
	width: 27px
}
h1.category_title_breadcrumb img {
	height: 15px;
  display: inline-block;
  margin: 0 10px;
}


button.yith-wcan-reset-filters, button.yith-wcan-reset-filters:active, button.yith-wcan-reset-filters:focus-visible
{
border:1px solid #000;
	background-color: #000;
	border-radius: 0;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
    color: #fff!important
}
button.yith-wcan-reset-filters:hover  {
	border:1px solid #000;
	background-color: #fff;
	color: #000!important
}

button.apply-filters, button.apply-filters:active,button.apply-filters:focus-visible {
    font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
    color: #000!important
}

button.apply-filters:hover {
     color: #000!important
}

 .shop_loop_sidebar .yith-wcan-filters-opener {
    display: none !important;
    opacity: 0;
    visibility: hidden
  }


.woocommerce .yith-wcan-filters-opener {
    display: none
}
.shop_loop .yith-wcan-filters-opener {
	display: none;
	opacity: 0
}
  #wpgs-gallery.wcgs-woocommerce-product-gallery {
    margin-right: 0px;
  }

.woocommerce-page div.product div.summary {
	max-width: 50%!important;
	width: 50%!important;
	padding-left: 70px
}

.termek-aloldal .summary .price {
	display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
	
}

.termek-aloldal .summary .price .amount {
	font-weight: 600!important;
	font-size: 24px;
	text-decoration: none;
	color: #000
}

.termek-aloldal .summary .price > ins {
	margin-right: 10px;
	font-weight: 600!important;
	font-size: 24px;
	text-decoration: none;
	color: #000
}
.termek-aloldal  .summary h1.product_title {
	font-size: 28px;
	margin-bottom: 15px
}

.termek-aloldal .summary .price > del .amount  {
	font-weight: 600!important;
	font-size: 24px;
	opacity: 1!important;
	color: #989898
}

.termek-aloldal .summary  form.cart {
	padding-top: 30px!important
}


.woocommerce div.product form.cart .variations  label {
	font-size: 20px;
	font-family: 'Montserrat';
	font-weight: 600;
	width: 100%;
}
.woocommerce  div.product form.cart .variations th.label {
	padding-bottom: 15px
}

.termek-aloldal .variations th.label{
	display: flex!important
}

.termek-aloldal .merettablazat {
	display: block;
	float: right;
	text-decoration: underline;
	cursor: pointer;
	font-size: 20px;
  font-family: 'Montserrat';
  font-weight: 600;
}




.termek-aloldal .summary .cfvsw-label-option.cfvsw-selected-swatch {
	background-color: #000;
	color: #fff
}
button.reset_variations {
	display: none!important;
	visibility: hidden;
	opacity: 0;
	height: 0!important
}

.termek-aloldal .summary  p.stock {
	color: #000!important;
	padding: 0 0 30px 0!important;
	font-size: 16px!important
}
.termek-aloldal .summary  .qib-button-wrapper {
	display: none!important;
	visibility: hidden;
	opacity: 0;
	height: 0!important
}

html .woocommerce button.single_add_to_cart_button {
	width: calc(100% - 75px);
	font-size: 14px!important;
	font-family: 'Montserrat'!important;
	font-weight: 600!important;
	text-transform: uppercase!important;
	color: #fff!important;
	background-color: #000!important;
	border-radius: 0!important;
	border:1px solid #000!important;
	height: 60px!important;
}
html .woocommerce button.single_add_to_cart_button.disabled {
	opacity: 1;
	cursor: pointer
}

html .woocommerce button.single_add_to_cart_button:hover {
	background-color: #fff!important;
	color: #000!important
}

.yith-wccl-no-selected {
	color: #000
}

.yith-wcwl-add-to-wishlist-button--single {
	width: 60px;
	height: 60px;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px!important
}
.yith-wcwl-add-to-wishlist-button__label {
	display: none!important
}


.termek-aloldal span.onsale {
	position: absolute;
  top: 30px;
  left: 100px;
}
.custom_single_meta {
	padding-left: 0
}
.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
  width: 100px;
}

.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
  width: calc(100% - 100px)
}


.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
	background-color: transparent;
	right: -80px;
	width: 80px;
	height: 80px;
	background-image: url("../images/gallery-next.svg");
	background-repeat: no-repeat;
	background-position: top center;
	opacity: 1
}
.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow::before {
	display: none
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:hover {
	background-color: transparent;
		width: 80px;
	height: 80px;
	background-image: url("../images/gallery-next.svg");
	background-repeat: no-repeat;
	background-position: top center
}


.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
	background-color: transparent;
	left: -80px;
	width: 80px;
	height: 80px;
	background-image: url("../images/gallery-prev.svg");
	background-repeat: no-repeat;
	background-position: top center;
	opacity: 1
}

.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow::before {
	display: none
}

.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:hover {
	background-color: transparent;
		width: 80px;
	height: 80px;
	background-image: url("../images/gallery-prev.svg");
	background-repeat: no-repeat;
	background-position: top center
}
.select_box_label {
	display: flex;
	gap:10px
}
.select_option_label, .select_option_label:hover {
	cursor: pointer;
	width: 20%;
	border:1px solid #000!important;
	height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
	font-size: 14px;
	font-weight: 600;
	margin-right: 0;
}
.select_option .yith_wccl_value {
	border:none
}

.select_option_label.selected {
	background-color: #000;
	color: #fff
}
.select_option_label .yith_wccl_value {
	font-size: 14px;
	font-family: 'Montserrat';
}

.select_option_colorpicker {
	border: 1px solid #ccc;
	padding: 3px;
	
}
.select_option_colorpicker.selected {
	border:1px solid #000;
	
}

.summary form.cart table.variations td {
	padding-bottom: 15px
}


ul.products li .variations.pa_meret {
	display: none
}

ul.products li .variations_form {
	margin-top: 15px!important
}


ul.products li  a.add_to_cart_button {
	display: none!important
}
ul.products li form.cart {
	display: none!important
}

ul.products li .stock {
	display: none
}
ul.products li.product .variations_form .select_box .yith_wccl_value {
	width: 15px;
	min-width: 15px;
	height: 15px
}

ul.products li.product .variations_form .select_option_colorpicker {
	padding: 2px
}



.single_full_with_picture {
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: -70px;
  margin-left: -70px;
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 70px

}
.single_full_with_picture .blokk {
	text-align: center;
	margin-bottom: 70px;
	
}
.single_full_with_picture .cim{
	background-color: rgba(0,0,0,0.1);
  backdrop-filter: blur(8px);
  font-size: 34px;
  font-weight: 500;
  font-family: 'Montserrat';
  padding: 10px 50px;
  text-align: center;
	color: #fff;
	margin-bottom: 20px
}
.single_full_with_picture .gomb{
	background-color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 12px 40px 12px 40px;
	display: inline-block
}
.set_creator {
	background-color: #F4F4F4;
		margin-right: -70px;
  margin-left: -70px;
	margin-top:90px;
	margin-bottom: 100px
}


.set_creator .image {

	background-position: center;
	background-size: cover;
	height: auto;
	width: 60%
}
.set_creator .image img {
		display: none
	}
.set_creator .left {
	display: grid;
	justify-content: center;
	width: 40%;
    min-height: 1000px
}


.szett_termekek {
	padding: 60px 0;
	max-width: 420px;
	margin-bottom: 0
	
}

.szett_termekek .yith-add-to-wishlist-button-block {
	position: absolute;
	
	left: -20px;
	top:-5px
}
.szett_termekek .yith-add-to-wishlist-button-block a {
	border: none!important
}
.szett_termekek  li {
	margin-bottom: 20px;
	position: relative
}
.szett_termekek  li:last-child {
	margin-bottom: 0
}
.szett_termekek  li a {
	display: flex
}
.szett_termekek  li .variations_form {
	display: none!important;
}

.szett_termekek  li .stock {
	display: none
}
.szett_termekek  li a.button {
	display: none!important
}
.szett_termekek  li .kep img {
	max-width: 162px;
	
}
.szett_termekek .adatok {
	padding-left: 20px;
	display: flex;
  flex-direction: column;
  justify-content: center;
	align-items: flex-start
}
.szett_termekek .adatok h2 {
	font-size: 15px
}
.szett_termekek .adatok .price {
	display: block;
	margin-bottom: 20px
}
.szett_termekek  li .kosarba_gomb {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 600;
	border:1px solid #000;
	padding: 10px 40px;
	display: inline-block;
	clear: both;
	margin-bottom: 20px
}
.szett_termekek  li .kosarba_gomb:hover {
	background-color: #000;
	color: #fff
}
.szett_termekek  li .bovebben {
	text-decoration: underline;
}
.szett_termekek  li .bovebben:hover {
	text-decoration: none
}
.szett_termekek .price {
	font-size: 20px!important;
	color: #000!important
}

.szett_termekek .price ins {
	font-weight: 400!important;
	text-decoration: none
}
.szett_termekek .price del {
	opacity: 1!important;
	color: #989898!important
}

.accordion .box .content:not(.active) {
	display: none
}
.accordion .box .content {
	padding-top: 20px
}
.accordion {
	padding: 0;
	margin-bottom: 0;
	border-top: 1px solid #000;
	margin-top: 50px;
	margin-bottom: 100px
	
}
.accordion .box {
	padding: 20px 0;
	border-bottom: 1px solid #000
}
.accordion .box .title {
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Montserrat';
	background-image: url("../images/szuro-csukva.svg");
	background-repeat: no-repeat;
	background-position: right center
}
.accordion .box .title.opened {
	background-image: url("../images/szuro_nyitva.svg");
}

.woo-variation-product-gallery {
	margin-bottom: 0!important
}

.woocommerce div.product div.summary {
  margin-bottom: 0;
}

.related.products {
	margin-top: 120px;
	margin-bottom: 140px;
	
}
.related.products  li.product {
	margin: 0!important;
	width: 25%!important;
	padding: 10px!important
}
.related.products .products {
	margin-left: -10px!important;
	margin-right: -10px!important
}
.recently-viewed-products {
    margin-bottom: 100px
}

 ul.products li.product a {
	position: relative
}

.kosar-oldal {
	padding-top: 60px
}
.kosar-oldal h1 {
	margin-bottom: 30px
}
.woocommerce-cart-form {
	float: left;
	width: 65%
}

.kosar-oldal  .cart-collaterals {
	float: right;
	width: 32%!important
}

.kosar-oldal  .cart-collaterals .cart_totals {
  float: none!important;
  width: 100%!important;
}
.kosar-oldal  .cart_totals h2 {
	display: none!important
}
.kosar-oldal  .cart_totals table {
	border: 1px solid #000!important;
	border-top:none!important;
		border-radius: 0!important
}
.cart_totals td {
	display: flex!important;
	justify-content: space-between!important;
	padding: 0 15px
}
#shipping_method {
display:block;
	width: 100%
}
.kosar-oldal	.mobilItem {
	display: none
}
.woocommerce ul#shipping_method li label {
	display: flex;
	justify-content: space-between;
}

.kosar-oldal  table.cart td.actions .coupon {
  float: none;
	padding-top: 20px
}
.kosar-oldal  table.cart td.actions .coupon #coupon_code {
	width: 60%;
	padding: 0 20px
}

.kosar-oldal  table.cart td.actions .coupon .button {
  float: none;
	width: 38%;
	border-radius: 0;
	background-color: #8a8a8a;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat'
}
.kosar-oldal  table.cart td.actions .coupon .button:hover {
	background-color: #000;
}


.kosar-oldal  table.cart td.actions > .button {
	display: none!important
		
}

.kosar-oldal .woocommerce {
	overflow: hidden;
	padding-bottom: 150px
}

.kosar-oldal  table.cart img {
	width: 100px!important
}


.kosar-oldal  .woocommerce table.shop_table td {
	padding: 18px 0;
	text-align: right;
	position: relative
}
.kosar-oldal  .woocommerce table.shop_table tr:first-child td {
	border-top-color: #000;
	border-top-width: 1px
}
.kosar-oldal .cart-collaterals .cart_totals table td  {
padding: 13px 15px

}
.includes_tax {
	display: block
}
.kosar-oldal table.cart th {
	text-align: right
}

.kosar-oldal .woocommerce table.shop_table {
	border: none
}
.kosar-oldal  th.product-thumbnail {
	text-align: left!important;
	padding-left: 0!important
}
.kosar-oldal  th.product-subtotal {
	padding-right: 0!important;
	
}
.kosar-oldal  td.product-subtotal {
	font-weight: 600
	
}
.kosar-oldal td.product-thumbnail {
	text-align: left!important;
	width: 100px;
}
.kosar-oldal td.product-name {
	text-align: left!important;
	padding-left: 20px!important
}
.kosar-oldal td.product-name a {
	max-width: 300px!important;
	display: inline-block;
}

.kosar-oldal  td.product-quantity .qib-button-wrapper {
	float: right
}

.kosar-oldal  .woocommerce a.remove {
	font-size: 12px;
	color: #000!important;
	font-weight: 400;
	position: absolute;
  bottom: 20px;
	text-decoration: underline;
	left: 20px
}
.woocommerce a.remove:hover {
	background: none!important;
	text-decoration: none
}

a.checkout-button {
	background-color: #000!important;
	color: #fff!important;
	font-size: 14px!important;
	text-transform: uppercase!important;
	font-weight: 600!important;
	height: 50px;
	line-height: 50px!important;
	padding: 0!important;
	font-family: "Montserrat";
	border-radius: 0!important
}
a.checkout-button:hover {
	opacity: 0.7
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	display: none!important
}

.cart-subtotal .value {
	font-weight: 600
}

.cart_totals .label {
	font-weight: 600
}

.cart-collaterals .cart_totals tr td {
	border-top: 1px solid #000!important;
}

.woocommerce ul#shipping_method li input {
	float: left;
	margin: 5px 10px 0 0px;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #000;
} 
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #000
}

.penztar-oldal {
	padding-top: 60px;
	padding-bottom: 130px
}
.penztar-oldal h1 {
	margin-bottom: 30px
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #F3F3F3;
	border-top: none;
	padding: 15px 20px;
	font-weight: 600;
	color: #000;

}
.woocommerce-info::before, .woocommerce-error::before,  .woocommerce-message::before{
	display: none!important
}

.woocommerce-form-login {
	border: none!important;
	padding: 0!important

}
.woocommerce form .form-row {
	padding: 0;
	margin: 0 0px 20px 0!important;
	width: 100%
}
.penztar-oldal .woocommerce-form-login {
	width: 100%;
	max-width: 420px
}
.penztar-oldal .woocommerce-form-login .form-row {
	float: none;
}
.woocommerce button.button, .woocommerce button.button.disabled, .woocommerce button.button:disabled,

.resetpassword_button
{
	background-color: #000;border: 1px solid #000;
	color: #fff;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;	
	font-family: 'Montserrat';
	padding: 15px 40px;
	outline: none!important
}

.woocommerce button.button:hover,
.resetpassword_button:hover


{
	background-color: transparent;
	color: #000
}



.fiokom-oldal {
	padding-top: 60px;
	padding-bottom: 130px
}
.fiokom-oldal h1 {
	margin-bottom: 30px
}
.fiokom-oldal #customer_login {
	display: flex
}
.fiokom-oldal .u-column1 {
	width: 50%!important;
	padding-right: 10px
}
.fiokom-oldal .u-column2 {
	width: 50%!important;
	padding-left: 10px
}
.fiokom-oldal  form.register {
  border: none!important;
  padding: 0px!important;

  text-align: left;
  border-radius: 0px;
}
.fiokom-oldal #customer_login h2 {
	font-size: 20px
}

.fiokom-oldal .woocommerce-form-login {
	max-width: 400px
}
.fiokom-oldal .woocommerce {
	max-width: 1100px;
	margin: 0 auto
}
.woocommerce-MyAccount-navigation {
	padding-top: 13px
}
.woocommerce-MyAccount-navigation a {
	display: block;
	border-bottom: 1px solid #DDD;
	padding-bottom: 14px;
	font-family: 'Montserrat';
	font-size: 15px
}
.woocommerce-MyAccount-content {
	width: 70%!important;
	padding-left: 30px
}

.woocommerce-MyAccount-content table {
	border: none!important;
	border-collapse: collapse!important;
	
}
.woocommerce-MyAccount-content table thead th {
	border-bottom: 1px solid #000;
	padding: 15px 0!important;
	font-weight: 600!important;
	font-size: 16px
}
.woocommerce-MyAccount-content table tbody th {
	font-weight: 600!important
}
.woocommerce-MyAccount-content table tbody th, 
.woocommerce-MyAccount-content table tbody td
{font-size: 16px;
	padding: 15px 0!important
}


.woocommerce-MyAccount-navigation li {
	margin-bottom: 10px
}
.woocommerce-MyAccount-navigation li.is-active  {
	font-weight: 600
}
.lost_reset_password {
	width: 100%;
  max-width: 420px;
}
.woocommerce-form-coupon {
	width: 100%;
  max-width: 420px;
	border: none!important;
	padding: 0!important
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: none;
  width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}
.woocommerce-checkout  {
	overflow: hidden
}
.woocommerce-checkout h3 {
	font-size: 20px
	
}

#customer_details {
	float: left;
	width: 48%
}
#order_review {
	float: right;
	width: 48%
}

.woocommerce-checkout-review-order-table {
	border: none!important
}

.penztar-oldal .woocommerce table.shop_table td {
	padding: 10px 0!important;
}

.penztar-oldal tr.cart-item:last-child td {
	border-bottom: none!important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
}
.select2-container .select2-selection--single {
 display: flex;
	align-items: center;
  height: 50px;
  margin: 0;
 padding-left: 13px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  
  border-width: 8px 8px 0 8px;
  
  left: -10px;
  margin-left: 0;
  margin-top: 5px;

  top: 50%;
  width: 0;
}

article.foot {
	border:1px solid #000
}
article.body {
	padding-bottom: 40px
}
article.body .cart_item {
	border-bottom: 1px solid #ddd;
	display: flex;
  justify-content: space-between;
	font-weight: 600;
	padding-top:20px;
	padding-bottom: 20px;
	align-items: center
}
article.body .cart_item:first-child{
	padding-top: 0
}
article.body .cart_item:last-child {
	border: none;
	padding-bottom: 0
}
article.body .cart_item .product-name {
	display: flex;
	align-items: center;
}
article.body .cart_item .product-name img {
	margin-right: 20px!important;
	max-width: 100px;
	width: 100%
}

article.body .cart_item:last-child {
	border: none
}

#ship-to-different-address label {
	display: flex;
	margin-bottom: 30px;
	margin-top: 10px
}

#order_comments {
	padding-top: 15px;
	height: 100px
}

.penztar-oldal .termeknev {
	padding-right: 50px
}

article.foot .cart-subtotal {
	padding: 15px 20px;
	border-bottom: 1px solid #000;
	font-weight: 600;display: flex;
  justify-content: space-between;
}
article.foot #shipping_method {
	padding: 15px 20px 10px 20px;
	border-bottom: 1px solid #000;
}
article.foot .fee {
	padding: 15px 20px 10px 20px;
	border-bottom: 1px solid #000;
	display: flex;
  justify-content: space-between;
	font-weight: 600
}



article.foot .order-total {
	padding: 15px 20px;
	font-weight: 600;display: flex;
  justify-content: space-between;
}
article.foot .order-total .vegosszeg {
	text-align: right;

}
article.foot .order-total .vegosszeg  strong {
		font-weight: 600!important;
}
article.foot .order-total .vegosszeg  .includes_tax {
	font-size: 12px
}
.woocommerce ul#shipping_method .amount {
	font-weight: 600
}

.szallitas_cim {
	padding: 15px 20px;
	font-weight: 600;display: flex;
  justify-content: space-between;
	border-bottom: 1px solid #000;
}

.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
	
	margin-top: 20px
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #fff;
	color: #fff
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display: none
}

.wc_payment_methods {
	border: 1px solid #000!important;
	padding: 20px 20px 25px 20px !important
}

.place-order {
	padding: 20px 0 0 0!important
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  display: flex!important;
  align-items: flex-start!important;
  font-size: 14px!important;
}

.required {
	display: none!important
}

p#terms_and_conditions_field {
  margin-bottom: 0px !important;
}


.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
	background-color: #000;
	color: #fff;
	width: 100%;
	margin-top: 20px
}
a.wc-backward {
	background-color: #000!important;
	color: #fff!important;
	width: 300px;
	text-align: center;
	padding: 15px!important;
	font-weight: 600;
	font-family: 'Montserrat'
}
a.wc-forward:not(.checkout-button) {
	background-color: transparent!important;
	color: #000!important;
	text-decoration: underline!important;
	font-weight: 600!important;
}
a.wc-forward:hover {
	text-decoration: none!important
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #000;
} 

.woocommerce-order-details h2, .woocommerce-customer-details h2 {
	font-size: 20px;
	
}

.woocommerce-column--billing-address {
	margin-bottom: 30px
}

.woocommerce ul.order_details li {
	margin-bottom: 20px
}

.elementor-widget-n-accordion .e-n-accordion-item {
	border-bottom: 1px solid #000
}
.e-n-accordion-item-title {
display: flex!important;
	justify-content: space-between!important
}

.elementor-button-info a.elementor-button {
	width: 100%;

	display: flex;
	justify-content: flex-start
}
.gyik_container {
	display: flex;
	max-width: 1110px
	
}
.gyik_container .accordion {
	border-top: none;
	margin-top: 0
}
.gyik_container   .accordion li:first-child {
	padding-top: 0
}
.gyik_container .left {
	width: 30%;
	
}
.gyik_container .right {
	width: 70%;
	padding-left: 30px
}

.gyik_container .right .accordion .box .title {
	font-size: 15px
}


.gyik_container .right .accordion {
	display: none
}

.gyik_container .right .accordion.active {
	display: block;
	
}
.gyik_container 	.desktop_select {
		display: block;
	
	}
	

.gyik_container .kategoria_gomb {
	display: block;
	cursor: pointer;
	border:1px solid #D6D6D6;
	color: #A2A2A2;
	padding: 15px 20px;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Montserrat';
	margin-bottom: 10px;
	
}

.gyik_container .kategoria_gomb.clicked {
	border:1px solid #000;
	color: #000;
}
.gyik_select {
	display: none
}

.account_addresses {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 30px
}

address {
	margin-bottom: 30px
}

.account_addresses .edit {
	font-weight: 600;
	text-decoration: underline;
	font-size: 20px
}

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

.user_name {
	font-size: 28px;
	font-weight: 600
}
.vezelopult {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.vezelopult .box {
	width: 48%;
	border:1px solid #000;
	margin-bottom: 15px
	
}

.vezelopult .box a {
	height: 175px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600

}

.vezelopult .box a .image {
	width: 40%;
	text-align: center
}
.vezelopult .box:hover a {
	background-color: #000;
	color: #fff
}
.vezelopult .box:hover a img {
	-webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

a.view {
	background-color: #000;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	font-family: 'Montserrat';
	text-transform: uppercase;
	padding: 15px
}

h3.pont {
	font-size: 16px;
	padding-top: 10px
}


.woocommerce-order-details .order-again {
	display: none
}

.woocs_auto_switcher ul li:hover a span {
    background: black!important;
    font-weight: 500!important;
}

.product-description {
    display: none!important
}



.wishlist-title {
    display: none!important
}

.kedvencekOldal {
    padding-top: 60px;
    padding-bottom: 130px;
}

.kedvencekOldal h1 {
  margin-bottom: 30px;
}


/* Galéria: thumb balra, nagy kép jobbra */
.woocommerce div.product div.woocommerce-product-gallery {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

/* nagy kép jobbra */
.woocommerce div.product div.woocommerce-product-gallery .flex-viewport{
  order: 2;
  flex: 1;
  min-width: 0;
}

/* thumb oszlop balra + függőleges scroll */
.woocommerce div.product div.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs{
  order: 1;

  width: 100px;          /* thumb oszlop szélessége */
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  flex-direction: column;
  gap: 10px;

  max-height: 540px;     /* állítsd a nagy kép magasságához */
  overflow-y: auto;
  overflow-x: hidden;
}

/* thumb li-k ne próbáljanak "rácsba" rendeződni */
.woocommerce div.product div.woocommerce-product-gallery ol.flex-control-thumbs li{
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

/* képek igazítása */
.woocommerce div.product div.woocommerce-product-gallery ol.flex-control-thumbs img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* Utoljára megtekintett termékek – fix grid */
.woocommerce .recently-viewed-products ul.products{
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
      justify-content: flex-start!important;
    text-align: left !important;
     margin-left: 0 !important;
}

/* nagyon fontos: a theme által adott 25% width/float kiütése */
.woocommerce .recently-viewed-products ul.products > li.product{
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  display: block !important;
}

/* képek ne feszítsék szét */
.woocommerce .recently-viewed-products ul.products > li.product img{
  max-width: 100%;
  height: auto;
}

.woocommerce .recently-viewed-products {
    text-align: left !important;
    	padding-bottom: 100px;
}

.woocommerce .recently-viewed-products ul.products::before,
.woocommerce .recently-viewed-products ul.products::after{
  content: none !important;
  display: none !important;
}


@media (max-width: 1024px){
  .woocommerce .recently-viewed-products ul.products{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 600px){
  .woocommerce .recently-viewed-products ul.products{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.payment_method_stripe img {
    content: url("https://nadanoir.com/wp-content/themes/nadanoir/images/stripe.svg") !important;
    width: auto !important;
    height: 24px !important; /* vagy amit szeretnél */
}

.yith-wcan-filters.filters-modal {
   
    z-index: 99999999
}

html .xoo-wsc-basket {
    display: none!important
}
html .xoo-wsc-basket[style*="block"] {
    display: none!important;

}


.country-selector {
    margin-left: 20px!important
}

.wgcurrent {
    font-weight: 700!important
}
.country-selector.weglot-inline ul {

  vertical-align: top!important;
}

.country-selector.weglot-inline a:hover {
  text-decoration: none!important;
  color: #000!important;
}

.page404 {
      padding: 100px 20px 40px 20px;
    text-align: center
}
.page404 h1 {
    font-size: 40px;
  
}
.text404 {
    font-size: 140px;
  font-weight: 700;
  padding-top: 10px;

}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
  background-color: #000!important;
} 

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
    color: #000!important
}



.termek-aloldal .summary .nb-product-brand {

  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;   
}
.termek-aloldal .summary h1.product_title {
  font-size: 20px;
  margin-bottom: 15px;
    font-weight: 400!important
}


.products .nb-product-brand {
    font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/* Woo Product Slider + Smart Brands: tüntesd el a "Brand :" feliratot */
.sp-smart-brand-content-wrapper {
    font-size: 0;              /* minden közvetlen szöveg láthatatlanná válik */
}

/* A tényleges márkanév méretét visszaállítjuk */
.sp-smart-brand-content-wrapper .sp-smart-brand-name,
.sp-smart-brand-content-wrapper .sp-smart-brand-name a {
    font-size: 18px;           /* vagy amit szeretnél */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

#wps-slider-section .wps-product-section.sp-wps-custom-template .sp-wps-product-image-area, #wps-slider-section .wps-product-section:not(.sp-wps-custom-template) .sp-wps-product-image-area .wps-product-image {
    margin-bottom: 15px!important
}


.products .sp-smart-brand-single-product {
    display: none
}

.products .variations {
    display: none!important
}

.payment_method_stripe img.stripe-cards-icon.stripe-icon {
    display: none !important;
}

.stripe-custom-icon {
    max-height: 26px;
    margin-left: 8px;
    vertical-align: middle;
}


/* Új ikon a label végére pseudo-elementtel */
label[for="payment_method_stripe"]::after {
    content: "";
    display: inline-block;
    width: 260px;              /* állítsd ízlés szerint */
    height: 24px;              /* állítsd ízlés szerint */
    margin-left: 8px;
    vertical-align: middle;
    background-image: url('https://nadanoir.com/wp-content/themes/nadanoir/images/card-strip.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/* Új ikon a label elejére pseudo-elementtel */
label[for="payment_method_stripe"]::before {
    content: "";
    display: block;
    width: 100px;              /* állítsd ízlés szerint */
    height: 50px;              /* állítsd ízlés szerint */
    margin-left: 0px;
    vertical-align: middle;
    background-image: url('https://nadanoir.com/wp-content/themes/nadanoir/images/secure-ssl.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    padding:    0!important;
    margin: 0!important
}

.payment-icons div {
  
    
   
}
.payment-icons img {
   
    width: auto
}

.textwidget {
    font-size: 14px
}

.nadanoir-checkout-trust {
    text-align: center;
margin: 70px auto;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  padding: 20px;
  max-width: 570px;
border-radius: 6px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
}
.nadanoir-checkout-trust ul {
    margin: 0;
    padding-left: 18px;
}

.nadanoir-checkout-trust li + li {
    margin-top: 4px;
}

.wpcf7-submit {
    margin-top: 15px!important
}