@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";

/* CSS Document */

/*
	Theme Name: Magozz.hu - webshop
	Theme URL: https://www.magozz.hu
	Description:  A termékeinek nagy részét magok teszik ki,ezen felül gumók, rizómák, növények, virágok között válogathat, rengeteg ritkasággal találkozhat! 
	Author: tigaman
	Author URI: https://www.tigaman.hu
	Version: 1.0
*/




#mobil-menu-toggle {
	position: relative;
	top: 0px;
	left: 0px;
	height: 55px;
	background-color: #ffffff;
	z-index: 10;
	width: 100%;
}
#mobil-menu-toggle img {
    position: absolute;
    top: 10px;
    left: 15px;
    height: 40px;
    width: auto;
}

#menu-toggle {
    position: absolute;
    top: 15px;
    right: 10px;
    color: black;
    width: 35px;
    height: 30px;
    cursor: pointer;
}
.twd-menu-toggle i {
	background-color: #666; 
}
.twd-menu-toggle {
	border: 0;
	position: relative;
}
.twd-menu-toggle i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.twd-menu-toggle i:nth-child(2) {
    top: 40%;
}
.twd-menu-toggle i:nth-child(3) {
    top: 80%;
}
.twd-menu-toggle.twd-active-toggle i {
}
.twd-menu-toggle.twd-animate-toggle i:first-child, .twd-menu-toggle.twd-animate-toggle i:nth-child(2) {
    top: 40%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.twd-menu-toggle.twd-animate-toggle i:nth-child(3) {
    top: 40%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navigation {
    position: absolute;
    top: 55px;
    left: 0px;
    width: 100%;
}
ul#navigation {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    z-index: 5;
}
#navigation li {
    background-color: #fff;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 0px 0;
    border-bottom: 1px solid #666666;
    position: relative;
}
#navigation li a {
    display: block;
    color: #000;
    width: 90%;
    padding: 15px 5%;
    text-decoration: none;
    text-align: left;
    letter-spacing: 2px;
}
#navigation li a:hover,  #navigation .current_page_item a,  #navigation .current-page-ancestor a {
    background-color: #666666;
    color: #FFFFFF;
}

#navigation .menu-item-has-children {
    position: relative;
}

#navigation .menu-item-has-children > a {

    display: inline-block;
}

.submenu-toggle {
	position: absolute;
	top: 7px;
	right: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #666;
	color: #FFFFFF;
	font-weight: 900;
	width: 35px;
	height: 35px;
	font-size: 200%;
}

#navigation, .sub-menu {
    display: none;
}

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
	 
#navigation li li {
	background-color: #666666;
	font-size: 90%;
}

#navigation li li a {
    color: #FFF;
}


/* CSS Document */



.container {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	position: relative;
	width: 100%;
	height: 100vh;
	box-shadow: 0 -.5em .5em -.5em #333;
}
.text {
	position: absolute;
	top: 50%;
	text-align: center;
	color: #FFF;
	font-size: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	z-index: 2;
	margin: 0  auto;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background-color: rgba(0,0,0,.4);
	width: calc(90% - 3em);
	padding: 1.5em;
	line-height: 2em;
	font-weight: 500;
} 

.parallax {
	background-image: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/images/weboldal.jpg);
}



.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.parallax__container .parallax {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
}


.show-on-mobile--inline {
	display: none;
}


@media screen and (max-width: 980px)  {

.text {

	font-size: 80%;

} 
.container {
	min-height: 40vh;
}
}



/* CSS Document */
.woocommerce-ordering select {
	-webkit-appearance: none;
	appearance: none;
	width: calc(100% - 30px);
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 5px;
	background-image: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/images/ad.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	color: #666666;
	margin: 10px 10px;
	background-color: rgba(255,255,255,1);
	border: 1px solid #A18A7C;
	box-shadow: 0px 0px 10px 10px rgba(52, 123, 189, 0.05);	
}
.term-description {
	margin-bottom: 20px;
	font-size: 70%;
	line-height: 1.6em;
	color: #333333;
}

/* Default styles for the product list */
ul.products {
 display: flex;
  flex-wrap: wrap;
  justify-content: center;
	margin: 0px auto 30px auto;
	list-style-type: none;
	padding: 0;
}

.products .product,
.woocommerce.columns-3 ul.products li.product {
	width: calc(33% - 22px);
	margin: 10px;
	background-color: #FFF;
	border: 1px solid #A18A7C;

	box-shadow: 0px 0px 10px 10px rgba(52, 123, 189, 0.05);
}
.products .product:hover,
.woocommerce.columns-3 ul.products li.product:hover {

box-shadow: 0px 0px 30px 10px rgba(52, 123, 189, 0.25) ;
  transition: box-shadow .4s ease-in-out;
}

.products .product img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 980px) {
.products .product,
.woocommerce.columns-3 ul.products li.product {
  width: calc(100% - 22px);

}
}

.quantity {
	position: relative;
	display: flex;
	align-items: center;
	width: 15.5em;
	margin: 1em calc(50% - 8em);
}

.quantity .button,
.quantity .input-text {
    height: 40px; /* Set a fixed height for all elements */
    border: 0px solid #ccc;
    box-sizing: border-box;
}

.quantity .button {

	cursor: pointer;
	padding: 0 0;
	color: #FFFFFF;	background-color: #666666;
}

.quantity .button.minus {
	width: 3em;
	margin: 0 .25em;	color: #FFFFFF;	background-color: #666666;
}

.quantity .button.plus {
	width: 3em;
	margin: 0 .25em;	color: #FFFFFF;	background-color: #666666;
}

.quantity .input-text {
    width: 5em;
    text-align: center;
	margin: 0 .25em;	color: #FFFFFF;	background-color: #666666;

}
.single_add_to_cart_button{
	width: 10em;
	text-align: center;
	margin: 1em calc(50% - 11em);
	color: #FFFFFF;
	background-color: #666666;
	padding: 0.5em;
	border: 0;
	cursor: pointer;
}
.single_add_to_cart_button:hover, .quantity .button.plus:hover, .quantity .button.minus:hover{
	background-color: #000000;
}

.woocommerce-result-count {
	display: none;
}

/*---------------------------------*/
/*Hide Woocommerce Success Messages*/
/*---------------------------------*/
.message-container.container.success-color {
    display: none;
}

a.woocommerce-product-gallery__trigger {
	display: none;
}
.woocommerce-product-gallery__wrapper {
	margin: 0 5%;
	width: 90%;

	
}
.woocommerce-product-gallery__image {
	float: left;
	width: 20%;
	margin: 1em;
}
.woocommerce-product-gallery__image img {

	width: 100%;
	
}

.wc-tabs{
    display: none;
}
.posted_in a {
	color: rgba(255,255,255,1);
	font-weight: bold;
}


h2.woocommerce-loop-product__title,
h2.woocommerce-loop-category__title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 100%;
	margin: 0px 0 1px 0;

	padding: 5px;
	color: #FFF;
	background-color: #A18A7C;
	
}
h2.woocommerce-loop-product__title a
h2.woocommerce-loop-category__title a, {
	color: #FFF;
}
h2.woocommerce-loop-product__title:hover,
.h2.woocommerce-loop-category__title a {
	background-color: #A18A7C;
	color: #CCC;
}

span.price {
	background-color: #FFFFFF;
	color: #666;
	margin: 0px auto;
	display: block;
	text-align: center;
	width: 90%;
	padding: 5px 5%;
	font-size: 110%;

	height: 30px;

	
}
span.price:hover {
	background-color: #A18A7C;
	color: #FFF;
}

span.price a{

	color: #FFF;

}
span.price a:hover{

	color: #FFF;

}


.onsale {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background-image: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/images/onsale.png);
	background-size: cover;
	z-index: 0;
	opacity: 1;
}

.onsale:hover,
.onsale:hover {
-webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


.add_to_cart_button{
	padding: 5px 5%;

	color: #FFF;
	margin: 1px auto 0px auto;
	text-align: center;
	width: 90%;
	font-size: 60%;
	display: block;
	
background-color: #867E7C;	
}
a.add_to_cart_button {

	color: #FFF;

}
a:hover.add_to_cart_button {

	color: #FFF;

}
.add_to_cart_button:hover {
	background-color: #A18A7C;
	color: #CCC;
}
.add_to_cart_button:before {
	font-family: FontAwesome;
	content: "\f218";
	margin: 0 10px 0 0px;
}

mark.count {
	display: none;
}


/* Hide the "x" */
a.remove {

	color: rgba(102,102,102,1);
	text-indent: -999px;
} 
a.remove:hover, .remove:hover {
	color: rgba(255,255,255,1);
} 
a.remove:after {
	content: "törlés a kosárból";
	float: left;
	text-indent: 0;
	font-size: 50%;
}

a.remove:before {
	font-family: FontAwesome;
	content: "\f00d";
	float: left;
	text-indent: 0;
	margin: 0 10px 0 0;
}

.woocommerce-mini-cart img {
	max-width: 100%;
	height: auto;
}
.total{
	color: rgba(255,255,255,1);
}
.woocommerce-mini-cart__buttons a{
	background-color: #A18A7C;
	float: left;
	padding: 5px 10px;
	color: #FFF;
	margin: 5px 5px;
	font-size: 110%;

	text-transform: uppercase;  border-width: 3px;
  border-color: rgba(255,255,255,.5);
  border-style: double;
	

}
.woocommerce-mini-cart__buttons a:hover {
  border-color: rgba(255,255,255,1);	color: #FFF;
}

body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt {
	background-color: #A18A7C;
	font-size: 110%;

	text-transform: uppercase;
	
	border-radius: 10px;
}

ul.page-numbers {
	list-style-type: none;
}
ul.page-numbers li {
	float: left;
	margin: 5px;
	background-color: #A18A7C;
	color: #FFFFFF;
	padding: 10px 20px;
	font-weight: 600;
}
ul.page-numbers li a{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #FFFFFF;
}
ul.page-numbers li a:hover{
	color: #FFFFFF;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-decoration: underline;
}
ul.page-numbers li .current{
	color: #FFFFFF;
	text-decoration: overline;
}




body .woocommerce #respond input#submit.alt:hover, 
body .woocommerce a.button.alt:hover, 
body .woocommerce button.button.alt:hover, 
body .woocommerce input.button.alt:hover {
	background-color: #999999 !important;
}


.related products h2 {
	margin: 15px 0 0 0;
}

/* Add Icons to Headers & Notifications */
.woocommerce-billing-fields h3:before, h3#order_review_heading:before, h3#phoen_order_review_heading:before {
		font-size: 150%;

	font-family: FontAwesome;
	content: "\f05a";
	color: #A18A7C;
	padding-right: 10px;
	vertical-align: bottom;
}

h3#order_review_heading:before {
	font-family: FontAwesome;
	content: "\f07a";
	} /* changes the icon set above to a shopping cart for the order */

/* MailPoet Subscribe Fixes */
 .mailpoet-subscription-section {
  padding-top: 50px;
 }
 .mailpoet-subscription-section h3:before { 	
 font-family: FontAwesome;
	content: "\f05a"; }

/* Fancy Subscribe Now Btn */
#place_order {
	border: transparent;
	color: #fff;
	background-color: rgba(142,71,83,1);
	border-radius: 5px;
	cursor: pointer;	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#place_order:hover {	
background-color: #666666;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; }

/* 2 column layout */
@media (min-width: 981px) {
  .woocommerce-checkout .woocommerce { overflow: hidden;}
  .woocommerce-checkout .woocommerce:after { clear: both; }
  .woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .col2-set .col-1 { width: 100%; }
  .woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-checkout 
 .woocommerce-page .col2-set .col-2 { display: none; }
 .woocommerce-checkout .woocommerce .col2-set, .woocommerce-checkout .woocommerce-page .col2-set { float:left; width: 48%; }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout .woocommerce #order_review, .woocommerce-checkout .woocommerce-page #order_review { 
    float: left; 
    width:48%; 
    margin-left: 4%; 
  }
}



/* Style form fields to look like Divi */
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	border: none;
	background-color: #eee;
	padding: 5px;
}
.select2-container .select2-selection--single { height: 49px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { 
  line-height: 49px;
  color: #4e4e4e;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 8px; }
.select2-container--default .select2-selection--single { 
  background-color: #eee; 
  border: none; 
}

/* some tweaks to simplify the payment method area */
.woocommerce-checkout #payment { background: none!important; }
.woocommerce-checkout #payment ul.payment_methods { border: none; }
/* ----------------------------  mobil -------------------------------------   */


Értem, tehát minden fájlt közvetlenül a fonts/ mappába mozgattál, nincs alkönyvtár. Ebben az esetben az útvonalat le kell egyszerűsíteni.

Íme a végleges kód, amit a style.css-be kell tenned. Ügyeltem a nagybetűs fájlnevekre, ahogy a listádban szerepeltek:
CSS

#mobil-menu-toggle {
	position: relative;
	top: 0px;
	left: 0px;
	height: 55px;
	background-color: #ffffff;
	z-index: 10;
	width: 100%;
}
#mobil-menu-toggle img {
    position: absolute;
    top: 10px;
    left: 15px;
    height: 40px;
    width: auto;
}

#menu-toggle {
    position: absolute;
    top: 15px;
    right: 10px;
    color: black;
    width: 35px;
    height: 30px;
    cursor: pointer;
}
.twd-menu-toggle i {
	background-color: #666; 
}
.twd-menu-toggle {
	border: 0;
	position: relative;
}
.twd-menu-toggle i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.twd-menu-toggle i:nth-child(2) {
    top: 40%;
}
.twd-menu-toggle i:nth-child(3) {
    top: 80%;
}
.twd-menu-toggle.twd-active-toggle i {
}
.twd-menu-toggle.twd-animate-toggle i:first-child, .twd-menu-toggle.twd-animate-toggle i:nth-child(2) {
    top: 40%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.twd-menu-toggle.twd-animate-toggle i:nth-child(3) {
    top: 40%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navigation {
    position: absolute;
    top: 55px;
    left: 0px;
    width: 100%;
}
ul#navigation {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    z-index: 5;
}
#navigation li {
    background-color: #fff;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 0px 0;
    border-bottom: 1px solid #666666;
    position: relative;
}
#navigation li a {
    display: block;
    color: #000;
    width: 90%;
    padding: 15px 5%;
    text-decoration: none;
    text-align: left;
    letter-spacing: 2px;
}
#navigation li a:hover,  #navigation .current_page_item a,  #navigation .current-page-ancestor a {
    background-color: #666666;
    color: #FFFFFF;
}

#navigation .menu-item-has-children {
    position: relative;
}

#navigation .menu-item-has-children > a {

    display: inline-block;
}

.submenu-toggle {
	position: absolute;
	top: 7px;
	right: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #666;
	color: #FFFFFF;
	font-weight: 900;
	width: 35px;
	height: 35px;
	font-size: 200%;
}

#navigation, .sub-menu {
    display: none;
}

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
	 
#navigation li li {
	background-color: #666666;
	font-size: 90%;
}

#navigation li li a {
    color: #FFF;
}


/* CSS Document */



.container {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	position: relative;
	width: 100%;
	height: 100vh;
	box-shadow: 0 -.5em .5em -.5em #333;
}
.text {
	position: absolute;
	top: 50%;
	text-align: center;
	color: #FFF;
	font-size: 120%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	z-index: 2;
	margin: 0  auto;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background-color: rgba(0,0,0,.4);
	width: calc(90% - 3em);
	padding: 1.5em;
	line-height: 2em;
	font-weight: 500;
} 

.parallax {
	background-image: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/images/weboldal.jpg);
}



.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.parallax__container .parallax {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
}


.show-on-mobile--inline {
	display: none;
}


@media screen and (max-width: 980px)  {

.text {

	font-size: 80%;

} 
.container {
	min-height: 40vh;
}
}



/* CSS Document */
.woocommerce-ordering select {
	-webkit-appearance: none;
	appearance: none;
	width: calc(100% - 30px);
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 5px;
	background-image: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/images/ad.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	color: #666666;
	margin: 10px 10px;
	background-color: rgba(255,255,255,1);
	border: 1px solid #A18A7C;
	box-shadow: 0px 0px 10px 10px rgba(52, 123, 189, 0.05);	
}
.term-description {
	margin-bottom: 20px;
	font-size: 70%;
	line-height: 1.6em;
	color: #333333;
}

/* Default styles for the product list */
ul.products {
 display: flex;
  flex-wrap: wrap;
  justify-content: center;
	margin: 0px auto 30px auto;
	list-style-type: none;
	padding: 0;
}

.products .product,
.woocommerce.columns-3 ul.products li.product {
	width: calc(33% - 22px);
	margin: 10px;
	background-color: #FFF;
	border: 1px solid #A18A7C;

	box-shadow: 0px 0px 10px 10px rgba(52, 123, 189, 0.05);
}
.products .product:hover,
.woocommerce.columns-3 ul.products li.product:hover {

box-shadow: 0px 0px 30px 10px rgba(52, 123, 189, 0.25) ;
  transition: box-shadow .4s ease-in-out;
}

.products .product img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 980px) {
.products .product,
.woocommerce.columns-3 ul.products li.product {
  width: calc(100% - 22px);

}
}

.quantity {
	position: relative;
	display: flex;
	align-items: center;
	width: 15.5em;
	margin: 1em calc(50% - 8em);
}

.quantity .button,
.quantity .input-text {
    height: 40px; /* Set a fixed height for all elements */
    border: 0px solid #ccc;
    box-sizing: border-box;
}

.quantity .button {

	cursor: pointer;
	padding: 0 0;
	color: #FFFFFF;	background-color: #666666;
}

.quantity .button.minus {
	width: 3em;
	margin: 0 .25em;	color: #FFFFFF;	background-color: #666666;
}

.quantity .button.plus {
	width: 3em;
	margin: 0 .25em;	color: #FFFFFF;	background-color: #666666;
}

.quantity .input-text {
    width: 5em;
    text-align: center;
	margin: 0 .25em;	color: #FFFFFF;	background-color: #666666;

}
.single_add_to_cart_button{
	width: 10em;
	text-align: center;
	margin: 1em calc(50% - 11em);
	color: #FFFFFF;
	background-color: #666666;
	padding: 0.5em;
	border: 0;
	cursor: pointer;
}
.single_add_to_cart_button:hover, .quantity .button.plus:hover, .quantity .button.minus:hover{
	background-color: #000000;
}

.woocommerce-result-count {
	display: none;
}

/*---------------------------------*/
/*Hide Woocommerce Success Messages*/
/*---------------------------------*/
.message-container.container.success-color {
    display: none;
}

a.woocommerce-product-gallery__trigger {
	display: none;
}
.woocommerce-product-gallery__wrapper {
	margin: 0 5%;
	width: 90%;

	
}
.woocommerce-product-gallery__image {
	float: left;
	width: 20%;
	margin: 1em;
}
.woocommerce-product-gallery__image img {

	width: 100%;
	
}

.wc-tabs{
    display: none;
}
.posted_in a {
	color: rgba(255,255,255,1);
	font-weight: bold;
}


h2.woocommerce-loop-product__title,
h2.woocommerce-loop-category__title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 100%;
	margin: 0px 0 1px 0;

	padding: 5px;
	color: #FFF;
	background-color: #A18A7C;
	
}
h2.woocommerce-loop-product__title a
h2.woocommerce-loop-category__title a, {
	color: #FFF;
}
h2.woocommerce-loop-product__title:hover,
.h2.woocommerce-loop-category__title a {
	background-color: #A18A7C;
	color: #CCC;
}

span.price {
	background-color: #FFFFFF;
	color: #666;
	margin: 0px auto;
	display: block;
	text-align: center;
	width: 90%;
	padding: 5px 5%;
	font-size: 110%;

	height: 30px;

	
}
span.price:hover {
	background-color: #A18A7C;
	color: #FFF;
}

span.price a{

	color: #FFF;

}
span.price a:hover{

	color: #FFF;

}


.onsale {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background-image: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/images/onsale.png);
	background-size: cover;
	z-index: 0;
	opacity: 1;
}

.onsale:hover,
.onsale:hover {
-webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


.add_to_cart_button{
	padding: 5px 5%;

	color: #FFF;
	margin: 1px auto 0px auto;
	text-align: center;
	width: 90%;
	font-size: 60%;
	display: block;
	
background-color: #867E7C;	
}
a.add_to_cart_button {

	color: #FFF;

}
a:hover.add_to_cart_button {

	color: #FFF;

}
.add_to_cart_button:hover {
	background-color: #A18A7C;
	color: #CCC;
}
.add_to_cart_button:before {
	font-family: FontAwesome;
	content: "\f218";
	margin: 0 10px 0 0px;
}

mark.count {
	display: none;
}


/* Hide the "x" */
a.remove {

	color: rgba(102,102,102,1);
	text-indent: -999px;
} 
a.remove:hover, .remove:hover {
	color: rgba(255,255,255,1);
} 
a.remove:after {
	content: "törlés a kosárból";
	float: left;
	text-indent: 0;
	font-size: 50%;
}

a.remove:before {
	font-family: FontAwesome;
	content: "\f00d";
	float: left;
	text-indent: 0;
	margin: 0 10px 0 0;
}

.woocommerce-mini-cart img {
	max-width: 100%;
	height: auto;
}
.total{
	color: rgba(255,255,255,1);
}
.woocommerce-mini-cart__buttons a{
	background-color: #A18A7C;
	float: left;
	padding: 5px 10px;
	color: #FFF;
	margin: 5px 5px;
	font-size: 110%;

	text-transform: uppercase;  border-width: 3px;
  border-color: rgba(255,255,255,.5);
  border-style: double;
	

}
.woocommerce-mini-cart__buttons a:hover {
  border-color: rgba(255,255,255,1);	color: #FFF;
}

body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt {
	background-color: #A18A7C;
	font-size: 110%;

	text-transform: uppercase;
	
	border-radius: 10px;
}

ul.page-numbers {
	list-style-type: none;
}
ul.page-numbers li {
	float: left;
	margin: 5px;
	background-color: #A18A7C;
	color: #FFFFFF;
	padding: 10px 20px;
	font-weight: 600;
}
ul.page-numbers li a{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #FFFFFF;
}
ul.page-numbers li a:hover{
	color: #FFFFFF;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-decoration: underline;
}
ul.page-numbers li .current{
	color: #FFFFFF;
	text-decoration: overline;
}




body .woocommerce #respond input#submit.alt:hover, 
body .woocommerce a.button.alt:hover, 
body .woocommerce button.button.alt:hover, 
body .woocommerce input.button.alt:hover {
	background-color: #999999 !important;
}


.related products h2 {
	margin: 15px 0 0 0;
}

/* Add Icons to Headers & Notifications */
.woocommerce-billing-fields h3:before, h3#order_review_heading:before, h3#phoen_order_review_heading:before {
		font-size: 150%;

	font-family: FontAwesome;
	content: "\f05a";
	color: #A18A7C;
	padding-right: 10px;
	vertical-align: bottom;
}

h3#order_review_heading:before {
	font-family: FontAwesome;
	content: "\f07a";
	} /* changes the icon set above to a shopping cart for the order */

/* MailPoet Subscribe Fixes */
 .mailpoet-subscription-section {
  padding-top: 50px;
 }
 .mailpoet-subscription-section h3:before { 	
 font-family: FontAwesome;
	content: "\f05a"; }

/* Fancy Subscribe Now Btn */
#place_order {
	border: transparent;
	color: #fff;
	background-color: rgba(142,71,83,1);
	border-radius: 5px;
	cursor: pointer;	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#place_order:hover {	
background-color: #666666;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; }

/* 2 column layout */
@media (min-width: 981px) {
  .woocommerce-checkout .woocommerce { overflow: hidden;}
  .woocommerce-checkout .woocommerce:after { clear: both; }
  .woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .col2-set .col-1 { width: 100%; }
  .woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-checkout 
 .woocommerce-page .col2-set .col-2 { display: none; }
 .woocommerce-checkout .woocommerce .col2-set, .woocommerce-checkout .woocommerce-page .col2-set { float:left; width: 48%; }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout .woocommerce #order_review, .woocommerce-checkout .woocommerce-page #order_review { 
    float: left; 
    width:48%; 
    margin-left: 4%; 
  }
}



/* Style form fields to look like Divi */
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	border: none;
	background-color: #eee;
	padding: 5px;
}
.select2-container .select2-selection--single { height: 49px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { 
  line-height: 49px;
  color: #4e4e4e;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 8px; }
.select2-container--default .select2-selection--single { 
  background-color: #eee; 
  border: none; 
}

/* some tweaks to simplify the payment method area */
.woocommerce-checkout #payment { background: none!important; }
.woocommerce-checkout #payment ul.payment_methods { border: none; }
/* ----------------------------  mobil -------------------------------------   */



/* 100 - Thin */
@font-face {
    font-family: 'Raleway';
    src: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/fonts/Raleway-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* 200 - ExtraLight */
@font-face {
    font-family: 'Raleway';
    src: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/fonts/Raleway-ExtraLight.ttf) format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* 400 - Regular */
@font-face {
    font-family: 'Raleway';
    src: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/fonts/Raleway-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 600 - SemiBold */
@font-face {
    font-family: 'Raleway';
    src: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/fonts/Raleway-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* 800 - ExtraBold */
@font-face {
    font-family: 'Raleway';    src: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/fonts/Raleway-ExtraBold.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
html{


	scroll-behavior: smooth;

}
body {
	background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.02) 0, rgba(0, 0, 0, 0.02) 3px, transparent 0, transparent 50%);
	background-size: 15px 15px;
	background-color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 1.5vw;
	color: #666;
	margin: 0;
	padding: 0;
}


a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
} 
 
a:hover {
	color: #66CCFF;
	text-decoration: none;	
}
img {
	border: 0px;

}
.clear {
	clear: both;
}
strong {
	font-weight: 800;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
}



.fa {
	margin-left: 10px;
}
img.szaz {
	width: 100%;
}

img.otven {
	width: 47%;
	float: left;
	margin: 0px 1.5%;
}
img.harminc {
	width: 27%;
	float: left;
	margin: 0px 1.5%;
}
.one {	background-color: #A18A7C;}
.twoo {	background-color: #EFDEDB;}
.three {	background-color: #A18A7C;}
.four {	background-color: #A18A7C;}
.five {	background-color: #EACFC3;}

.sall {box-shadow: 0 0 5px rgba(0,0,0,0.25);}
.stop {box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.25);}			
.sright {box-shadow: 5px 0 5px -5px rgba(0,0,0,0.25);}			
.sbottom {box-shadow: 0 5px 5px -5px rgba(0,0,0,0.25);}
.sleft {box-shadow: -5px 0 5px -5px rgba(0,0,0,0.25);}

.inset {	box-shadow: inset 1px 1px 15px 5px rgba(0,0,0,.25);}

#header{
	width: 100%;
	margin: 0px auto;
	height: 180px;

	background-color: #ffffff;
	color: rgba(102,102,102,1);

}

.header {
	width: 95%;
	position: relative;
	margin: 0 2.5%;
}

.head1 {

	position: absolute;
	top: 10px;
	left: 0px;	
	font-size: 60%;

}
.head1 img {
	float: left;
	width: 4%;
	height: auto;
	margin: .5em;
	filter: grayscale(80%);
}
.head1 img:hover {
	transition: filter 1000ms ease-in-out;
	filter: grayscale(0%);
}


.logo {
	width: 350px;
	margin: 0px auto 0 auto;
	height: auto;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	padding: 30px 0 30px 0;
}

.logo img {
	width: 100%;
	height: auto;
}


.head2 {
	width: 360px;
	height: 180px;
	padding: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}

.langmenu {

	margin-top: 10px;
	/* [disabled]float: right; */
}
.langmenu ul{
	float: right;
	margin: 0px;
	list-style: none;
	padding: 0;
}
.langmenu li {
	float: left;



}
.langmenu li a{
	padding: 0px 0px;
	font-size: 60%;
	font-weight: 400;
	color: #FFFFFF;
	float: left;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}
.langmenu li a:hover{
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	color: #99FFFF;
}

#menu {
	width: 100%;
	border-top: 6px double #e0e0e0;
	border-bottom: 6px double #e0e0e0;
	position: sticky;
	z-index: 3;
	margin: 0px auto;
	top: 0px;
	font-size: 70%;
	font-weight: 600;
	letter-spacing: 5px;
	text-transform: uppercase;
	background-color: #FFFFFF;
}

/* Reset default list styles */
.menu ul, .menu ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.menu {
    display: flex;
    justify-content: center;
}

.menu ul {
    display: flex;
    align-items: center;
    position: relative;
}
.menu li {
  position: relative;
}

.menu li a {
	color: #666666;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
}

.menu li ul {
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  line-height: normal;
  background-color: #333;
}

.menu li ul li a {
  text-align: left;
  color: #cccccc;
  font-size: 70%;
  padding: 10px;
  display: block;
  white-space: nowrap;
}

.menu li ul li a:hover {
	background-color: #A18A7C;
	color: #ffffff;
}

.menu li ul li ul {
  left: 100%;
  top: 0;
}

ul li:hover>a {
  background-color: #A18A7C;
  color: #ffffff !important;
}

ul li:hover>ul {
  display: block;
}


.menu li > a:after {
	content: '+';
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 150%;

}
.menu li > a:only-child:after { content: ''; }



#content {
	width: 95%;
	margin: 20px auto 0 auto;		

}


.services-grid {
 display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
.services-box{
	flex: 0 0 calc(33.33% - 3em);
	border: .5em solid #FFFFFF;
	margin: 1em;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.45);
	background-color: #FFFFFF;
}
.image  {
	width: 100%;
	background-position: center;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	background-size: cover;
	padding: 60% 0 0 0;
	-webkit-transform:scale(11.0) rotate(90deg);
	-moz-transform:scale(11.0) rotate(90deg);
	-ms-transform:scale(11.0) rotate(90deg);
	-o-transform:scale(11.0) rotate(90deg);
	transform:scale(11.0) rotate(90deg)	
} 
.services-box .in-view 	{
	-webkit-transform:scale(1.0) rotate(0deg);
	-moz-transform:scale(1.0) rotate(0deg);
	-ms-transform:scale(1.0) rotate(0deg);
	-o-transform:scale(1.0) rotate(0deg);
	transform:scale(1.0) rotate(0deg)
} 

.services-box:hover .image {
	-webkit-transform: scale(1.3) rotate(8deg);
	-moz-transform: scale(1.3) rotate(8deg);
	-ms-transform: scale(1.3) rotate(8deg);
	-o-transform: scale(1.3) rotate(8deg);
	transform: scale(1.3) rotate(8deg);
	
}

.services_title {
	font-size: 50%;
	left: auto;
	margin: 0;
	position: absolute;
	top: calc(50% - 2em);
	right: 0px;
	color: #fff;
	padding: 0em 1em;
	z-index: 2;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .35vw;   
}

.product-count{
	font-size: 100%;
	left: auto;
	margin: 0;
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	color: #fff;
	z-index: 1;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .35vw;   
	padding: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background-color: #0099FF;
}

.services_title a{
	color: #fff;
	text-decoration: none;
}
.services_title:hover {
}	
.services_title i {
	margin: 0 0 0px 10px;
}





.fleft {
	width: 70%;
	float: left;
}
.ny2b{
	width: 48%;
	float: left;
	margin: 10px 1% 20px 1%;
	overflow: hidden;
	position: relative;

	cursor: pointer;
}


.content {
	width: calc(100% - 42px);
	padding: 0px 15px;
	float: left;
	font-weight: 400;
	font-size: 100%;
	margin: 0 0 20px 0;
	border-width: 6px;
	border-color: #FFF;
	border-style: double;
	box-shadow: 0 0 5px rgba(0,0,0,0.35);
	background-color: #FFFFFF;
color: #000;



}  



.head {
	background-size: calc(70% - 32px) auto;
	background-position: left top;
	width: 100%;
	margin: 10px 0 10px 0;
	position: relative;
	background-repeat: no-repeat;
	padding: 40% 0 0 0;
	background-attachment: fixed;
	background-color: #A18A7C;
	cursor: pointer;
}
.headf {
	background-size: calc(100% - 32px) auto;
	background-position: left top;
	width: 100%;
	margin: 10px 0 10px 0;
	position: relative;
	background-repeat: no-repeat;
	padding: 40% 0 0 0;
	background-attachment: fixed;
	background-color: #A18A7C;
	cursor: pointer;
}

.head h1,.headf h1 {
	font-size: 100%;
	left: auto;
	margin: 0px;
	position: absolute;
	top: calc(50% - 20px);
	left: 10px;
	color: #fff;
	padding: 10px 25px 10px 25px;
	z-index: 2;
	font-weight: 300;
	background-color: #A18A7C;

}
.head h1 a, .headf h1 a{

	color: #fff;


}


.social-share-btns {
  display: inline-block;
  overflow: hidden;
}
.social-share-btns .share-btn {
  float: left;
  margin: 0 5px;
  padding: 8px 16px;
  border-radius: 3px;
  color: #fff;
  font-size: 70%;
  line-height: 18px;
  vertical-align: middle;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.social-share-btns .share-btn i {
  margin-right: 5px;
  display: inline-block;
  font-size: 80%;
  vertical-align: middle;
}

.share-btn {
  background-color: #95a5a6;
}
.share-btn:hover {
  background-color: #798d8f;
}

.share-btn-twitter {
  background-color: #00aced;
}
.share-btn-twitter:hover {
  background-color: #0087ba;
}

.share-btn-facebook {
  background-color: #3b5998;
}
.share-btn-facebook:hover {
  background-color: #2d4373;
}

.share-btn-linkedin {
  background-color: #007bb6;
}
.share-btn-linkedin:hover {
  background-color: #005983;
}

.share-btn-reddit {
  background-color: #ED001C;
}
.share-btn-reddit:hover {
  background-color: #ba0016;
}

.share-btn-mail {
  background-color: #f1c40f;
}
.share-btn-mail:hover {
  background-color: #dab10d;
}







.sidebar{
	width:  calc(30% - 10px);
	min-height: 420px;
	float: left;
	margin: 20px 0px 0 10px;	



}

.box {
	float: left;
	width: calc(100% - 2px);
	margin: 0 0 40px 0;
	border: 1px solid #2F4C39;
	position: relative;
	padding: 20px 0px 0px 0px;
	box-shadow: 0 0 5px rgba(0,0,0,0.55);
	background-color: #FFFFFF;
 }
.boxcontent {
	width: calc(100% - 20px);
	margin: 0px 0px 0px 0px;
	padding: 10px;	
	color: #FFFFFF;

}
.boxcontent a {
	color: #FFFFFF;

}



.box h2{
	text-align: center;
	background-color: #2F4C39;
	display: table;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto 0px auto;
	top: -25px;
	padding: 5px 10px;
	font-size: 110%;
	font-weight: 300;
	letter-spacing: 3px;
	color: #FFFFFF;
	border: 1px solid #A18A7C;
	box-shadow: 0 0 5px rgba(0,0,0,0.35);
}
.box h2 a{
	color: #FFFFFF;
}

.box ul {
	list-style-type: none;
	margin: 0px 0 0 0;
	padding: 0;
}
.box li {
	list-style: none;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 2px 0px;
	font-size: 100%;
}
.box li a {
	display: block;
	color: #FFF;
	background-color: #A18A7C;
	width: 90%;
	padding: 10px 5% 10px 5%;
	text-decoration: none;
	text-align: left;	
	margin: 0 0 2px 0px;


}	

.box li a:hover{
	padding: 10px 3% 10px 7%;
	transition:.5s padding ease-in-out;


}

.box li li a {
	display: block;
	color: #FFF;
	width: 75%;
	padding: 10px 5% 10px 20%;
	margin: 0 0 2px 0px;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #fff;
	background-position: right center;
	font-size: 80%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	/* [disabled]background-color: #A18A7C; */
	background-image: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}

.box li li a:hover{
	padding: 10px 10% 10px 15%;
	transition:.5s padding ease-in-out;


}


/*
.box li.current-menu-parent a {
	background-color: rgba(142,71,83,0.7);	color: #FFF;
}
*/
.box li.current-menu-item a{
	color: #FFF;
	background-color: #FFCC00;
}



.count {
	float: none;
	display: block;
}

.boxcontent p , .textwidget{
	padding: 0 5px 0px 5px;
	font-size: 100%;
	font-weight: 400;
	margin-bottom: 5px;
	color: #333;

}

.boxcontent h3 {
	width: 90%;
	background-color: #990000;
	margin: 0px 0 1px 0;
	padding: 10px 5%;
}
.boxcontent h3 a{
	width: 90%;
	color: #FFF;

}
.boxcontent h3:hover{
	background-color: #A97D5D;

}




fieldset.search, .woocommerce-product-search {
	border: none;

	margin: 10px 0 20px 0;
	width: 100%;
	float: left;

}
.search input, .search button, .woocommerce-product-search input, .woocommerce-product-search button {
	border: none;
	float: left;	
	font-size: 100%;	

}
.search input, .woocommerce-product-search input{
	color: rgba(0,0,0,1);
	width: calc(85% - 5px);
	padding: 10px 10px;
	margin: 0 5px 0 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.55);
	text-transform: uppercase;
	font-weight: 300;
	font-size: 70%;
}
.search input:focus, .woocommerce-product-search input:focus {
	box-shadow: 0 0 5px rgba(0,0,0,0.75);
	outline: none;
	color: #000000;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.search button, .woocommerce-product-search button{
	width: calc(15% - 0px);
	padding: 7px 10px;
	cursor: pointer;
	background-color: #A18A7C;
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='150px' height='150px' viewBox='0 0 150 150' enable-background='new 0 0 150 150' xml:space='preserve'%3E%3Cimage id='image0' width='150' height='150' x='0' y='0' href='data:image/png;base64,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 A9Ky4pZv86gU445CvmTpPVLpDR3U0j3CkeVvHlRqedWLORKOrNkbWqvl1R/zqJbuEY6sIeGR+JSB tTaTUroncGT5s/VFqf/feEN36yxZWnMtG2/oqJLmGbyS5R9Z2sRFQ6INdN97hTQ/wGs6+LN2q6Br GwgfxFP8AzxZoaxthVvbm0C5es001sWcQwvN4/VZZw23eSZZuS34PhD+TXBqavBOggGhyQw5mJbr 4AT+LLTtLTR1n3GFFv/W8GbeWWBSPWYVWH35ssKLjpwbE0tXjKoxl6q0NaUxy2/5lbGIqIBZy1Wa rPB7a8+GEXcVtUDSuSmfqtSl3bFbBiir4CkLu51zrs+3Fj7t9pgljAe6qApZuC15M/qYS1dqBDGv +dPH2ni+kI3rmMcbTHl256fvCuuJ25OAVwyYTrpMJUrUiaP3OzT6/cN0WQUG1hY4edS3A6dPWMxo A0M2uXgUX555hsyG8iqi/5aHJ81l3lK77y9H1wtqrRUXUvOGI+oLqYx3GLRWAcpNso6o8ZrHR4A7 jDpzjJIz0iOqk23iS6J0sojs9P2MGt/z+Ahwq3JUhkJLN7YTTGujc+guq7vz2bUROpfNuf1RY3Hb NJV16fWkZA6y+32IHVeXYDdbT9ZBGP9Au/NzIBbXpStrf9Xk0YTpkwEdri6hyZM8h7oCQIUGNSpv O3+HEQN6z5Qpt9suctBPPlm/H3d/YPB7prcr5n6urk3qqER+WenwB4USB3HWtFr5wIwKT6w7Uxuq GV7wOlfcRNlHusv+Gl6NrqUfOO0KnQLwua6Ck94aX/CncM8bZG16X+ML/pQO/7AGHe84r/q1ywJ6 5hhtQ79l7dVwT4WO0fK6Id9wFbJ4DVWyrPVXwz0zamZDlcC1lKw9tBOe/7cla0+L++i/ZUytXJcs SlNiS4/82mTtmxLh+csnzpqb63pnHQh9G5krIq6vZAGhb+MLe6Bm8c5w7m52wvTFdVbDAzX6szH/ pDU211kNDwwo8eP4un/GfdqB+9ddsoS57pIljMkiYLIImCwCJouAySJgsgiYLAImi4DJImCyCJgs AiaLgMkiYLIImCwCJouAySJgsgiYLAImi4DJImCyCJgsAiaLgMki8B+Ahiop7kx+9wAAABZ0RVh0 Q3JlYXRpb24gVGltZQAwNy8xNi8xNaoAakwAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjItMDctMjBU MjM6MjI6NTcrMDA6MDAxtEWLAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIyLTA3LTIwVDIzOjIyOjU3 KzAwOjAwQOn9NwAAABN0RVh0ZGM6Zm9ybWF0AGltYWdlL3BuZ/+5Gz4AAAAcdEVYdFNvZnR3YXJl AEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAI3RFWHR4bXA6Q3JlYXRlRGF0ZQAyMDE1LTA3LTE1 VDIzOjI5OjE3WnVH/BcAAAAtdEVYdHhtcDpDcmVhdG9yVG9vbABBZG9iZSBGaXJld29ya3MgQ1M2 IChXaW5kb3dzKShj88kAAAAjdEVYdHhtcDpNb2RpZnlEYXRlADIwMjEtMDItMjRUMDE6MjI6MDFa ftyD+AAAAABJRU5ErkJggg=='/%3E%3C/svg%3E");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center center;
	color: transparent;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	border-radius: 5px;
}
.search button:hover, .woocommerce-product-search button:hover {
	background-size: 30px auto;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
}

#loginform-widget {
    max-width: 100%;
    padding: 1rem;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    box-sizing: border-box;
}

#loginform-widget input[type="text"],
#loginform-widget input[type="password"] {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 0.375rem;
    box-sizing: border-box;
}

#loginform-widget input[type="checkbox"] {
    margin-right: 0.5rem;
}

#loginform-widget .login-remember {
    margin-bottom: 1rem;
}

#loginform-widget input[type="submit"] {
    display: block;
    width: 100%;
    background-color: #2F4C39;
    color: #fff;
    padding: 0.75rem;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

#loginform-widget input[type="submit"]:hover {
	background-color: #666666;
}

.login-links {
    margin-top: 0.5rem;
    text-align: center;
}

.login-links a {
    color: #2F4C39;
    text-decoration: none;
}

.login-links a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 480px) {
    #loginform-widget {
        padding: 0.75rem;
    }
}




.flash:hover {
 opacity: 1;
 -webkit-animation: flash 1s;
 animation: flash 1s;
}
@-webkit-keyframes flash {
 0% { opacity: .3; }
 100% { opacity: 1; }
}
@keyframes flash {
 0% { opacity: .3; }
 100% { opacity: 1; }
}



#footer{
	width: calc(100% - 20px);
	margin: 0px auto;
	border-top: 2px solid #fff;
	padding: 10px 10px 60px 10px;
	position: relative;
	background-color: #867E7C;
	font-size: 60%;
	box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.75);
	background-image: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/images/footer_logo.png);
}

.footer {
	width: 100%;
	color: #FFFFFF;	
	min-height: 200px;

}
.footer a {
	color: #FFFFFF;
	font-weight: bold;
}

.footerbottom{
	width: calc(90% - 20px);
	margin: 0px auto 0px auto;
	padding: 30px 10px 30px 10px;
    font-size: 100%;
	font-weight: 300;
	color: #FFFFFF;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 25px;
	-webkit-column-gap: 25px;
	column-gap: 25px;
	-moz-column-rule: 1px dotted #fff;
	-webkit-column-rule: 1px dotted #fff;
	column-rule: 1px dotted #fff;
	text-transform: uppercase;
}

.footerbottom ul{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.footerbottom li a{
	display: block;
	color: #FFF;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	margin: 0 0 5px 0;
	border-left: 2px solid #fff;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.footerbottom li a:hover{
	color: #FF33CC;
	border-left: 2px solid #666;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.footerbottom li li a{
	display: block;
	color: #FFF;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}


.top {
	width: 50px;
	height: 50px;
	margin: 0px 0 0 0;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	right: calc(50% - 26px);
	bottom: 10px;
	z-index: 1;
}
.top img {
	width: 100%;
	height: auto;
	border-radius: 50%;	

}
.cart-items {
	position: fixed;
	bottom: 0px;
	right: 10px;

	z-index: 1;
}
.counter {
	padding: 4px 12px 6px 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 9px;
	border-radius: 50%;
	background-color: #A18A7C;
	color: rgba(255,255,255,1);
	position: relative;
	left: -20px;
	top: -40px;

}

.social-share-btns-container {
  overflow: hidden;


  font-size: 0;

  margin: 0px 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}


fieldset.search {
	border: none;
	max-width: 100%;
	margin: 0px 0 40px 0;

}
.search input, .search button {
	border: none;
	float: left;	font-size: 10px;
}
.search input{
	color: rgba(0,0,0,0.3);
	width: calc(75% - 25px);
	padding: 10px 10px;
	background-color: rgba(0,0,0,0.1);
	margin: 0 5px 0 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
}
.search input:focus {
	background-color: rgba(0,0,0,0.7);
	outline: none;
	color: #FFFFFF;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
}
.search button{
	width: calc(25% - 20px);
	padding: 10px;
	cursor: pointer;
	background-color: rgba(215,124,97,1);
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='150px' height='150px' viewBox='0 0 150 150' enable-background='new 0 0 150 150' xml:space='preserve'%3E%3Cimage id='image0' width='150' height='150' x='0' y='0' href='data:image/png;base64,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 A9Ky4pZv86gU445CvmTpPVLpDR3U0j3CkeVvHlRqedWLORKOrNkbWqvl1R/zqJbuEY6sIeGR+JSB tTaTUroncGT5s/VFqf/feEN36yxZWnMtG2/oqJLmGbyS5R9Z2sRFQ6INdN97hTQ/wGs6+LN2q6Br GwgfxFP8AzxZoaxthVvbm0C5es001sWcQwvN4/VZZw23eSZZuS34PhD+TXBqavBOggGhyQw5mJbr 4AT+LLTtLTR1n3GFFv/W8GbeWWBSPWYVWH35ssKLjpwbE0tXjKoxl6q0NaUxy2/5lbGIqIBZy1Wa rPB7a8+GEXcVtUDSuSmfqtSl3bFbBiir4CkLu51zrs+3Fj7t9pgljAe6qApZuC15M/qYS1dqBDGv +dPH2ni+kI3rmMcbTHl256fvCuuJ25OAVwyYTrpMJUrUiaP3OzT6/cN0WQUG1hY4edS3A6dPWMxo A0M2uXgUX555hsyG8iqi/5aHJ81l3lK77y9H1wtqrRUXUvOGI+oLqYx3GLRWAcpNso6o8ZrHR4A7 jDpzjJIz0iOqk23iS6J0sojs9P2MGt/z+Ahwq3JUhkJLN7YTTGujc+guq7vz2bUROpfNuf1RY3Hb NJV16fWkZA6y+32IHVeXYDdbT9ZBGP9Au/NzIBbXpStrf9Xk0YTpkwEdri6hyZM8h7oCQIUGNSpv O3+HEQN6z5Qpt9suctBPPlm/H3d/YPB7prcr5n6urk3qqER+WenwB4USB3HWtFr5wIwKT6w7Uxuq GV7wOlfcRNlHusv+Gl6NrqUfOO0KnQLwua6Ck94aX/CncM8bZG16X+ML/pQO/7AGHe84r/q1ywJ6 5hhtQ79l7dVwT4WO0fK6Id9wFbJ4DVWyrPVXwz0zamZDlcC1lKw9tBOe/7cla0+L++i/ZUytXJcs SlNiS4/82mTtmxLh+csnzpqb63pnHQh9G5krIq6vZAGhb+MLe6Bm8c5w7m52wvTFdVbDAzX6szH/ pDU211kNDwwo8eP4un/GfdqB+9ddsoS57pIljMkiYLIImCwCJouAySJgsgiYLAImi4DJImCyCJgs AiaLgMkiYLIImCwCJouAySJgsgiYLAImi4DJImCyCJgsAiaLgMki8B+Ahiop7kx+9wAAABZ0RVh0 Q3JlYXRpb24gVGltZQAwNy8xNi8xNaoAakwAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjItMDctMjBU MjM6MjI6NTcrMDA6MDAxtEWLAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIyLTA3LTIwVDIzOjIyOjU3 KzAwOjAwQOn9NwAAABN0RVh0ZGM6Zm9ybWF0AGltYWdlL3BuZ/+5Gz4AAAAcdEVYdFNvZnR3YXJl AEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAI3RFWHR4bXA6Q3JlYXRlRGF0ZQAyMDE1LTA3LTE1 VDIzOjI5OjE3WnVH/BcAAAAtdEVYdHhtcDpDcmVhdG9yVG9vbABBZG9iZSBGaXJld29ya3MgQ1M2 IChXaW5kb3dzKShj88kAAAAjdEVYdHhtcDpNb2RpZnlEYXRlADIwMjEtMDItMjRUMDE6MjI6MDFa ftyD+AAAAABJRU5ErkJggg=='/%3E%3C/svg%3E");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center center;
	color: transparent;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
}
.search button:hover {
	background-size: 30px auto;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;	
}
.map-responsive{
	overflow: hidden;
	padding-bottom: 60%;
	position: relative;
	height: 0;
	width: calc(100% - 12px);
	border-width: 6px;
	border-color: #FFF;
	border-style: double;
	box-shadow: 0 0 5px rgba(0,0,0,0.35);	
	
	
	
}
.map-responsive iframe{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	border: 0;
}


#map {
	width: 100%;
	margin: 20px 0;
	padding: 50%  0 0 0;
}
#info-window{	font-size: 80%;
}
#info-img {
	width: 100px;
	float: left;
	margin: 0 5px 0 0;
	height: 100px;
}
#info-img img {
	width: 100px;
	height: auto;
}
#info-text{
	color: #666;
	width: 300px;
	font-size: 60%;

}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}

.gallery-item {
  flex-basis: calc(25.00% - 2%);
  margin: 1%;	
  box-shadow: 0 0 5px rgba(0,0,0,.2);  

}

.gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.gallery-item:hover img {
  transform: scale(1.1);
}




/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
a img.alignnone {
    margin: 5px 20px 20px 0;
}
 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
.gallery-caption {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	font-size: 80%;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2vw;
	color: rgba(51,51,51,1);
	font-weight: 500;
}
 
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
 
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
 

 
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
	left: 417px;
	top: 743px;
}
 
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


.mobil{
	display: none;
}
.nomobil{
	display: inline;
}





/* ----------------------------  mobil -------------------------------------   */
@media screen and (max-width: 980px) {
/**/



.mobil{
	display: inline;
}
.nomobil{
	display: none;
}
body {
	font-size: 18px;

}
#header, #menu{
	display: none;	 
}
#content{
	margin: 0px auto 0px auto;	
	width: 100%;	
	padding: 10px 0 10px 0;
	left: 0px;
	margin: 10px 0 0 0;	
}
.services-box{
	flex: 0 0 calc(100.000% - 3em);

}


.fleft{

	width: 100%;

}
.ny2b{
	width: 98%;

}

.content {
	width: 92%;
	padding: 2% 3%;
	margin: 0px auto 30px auto;
	background-image: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/images/blank.png);

	text-align: left;
	font-weight: 200;
}


.content p,  .box h3, .box ul li {

	background-image: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/images/blank.png);	

}


.content h1 {
	background-image: url(//www.magozz.hu/wp-content/themes/2024.magozz.hu/images/blank.png);
	margin: 0 0 15px 0;
	font-weight: 300;

	text-align: center;
}
.head {
	background-size: 100% auto;

}



.containercontainer{

	width: 100%;

}
.sidebar{
	margin: 0px 1.5% 30px 1.5%;
	width: 97%;

}
.box {

	font-weight: 400;
}
#footer {
	min-height: 200px;

}
.footer {

}
dl.gallery-item {
	
	width: 97%;	


	
}
.top {
	width: 60px;
	height: 60px;
	float: none;
	margin: 20px auto 20px auto;
}
.footerbottom{

}