/*!
Theme Name: airsoft plaza
Theme URI: https://verzar.com/
Author: Verzar.com
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: airsoft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pawsgang is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Caption.airosft
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	padding-bottom: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 1.5em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: "Titillium Web", serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
.container {
	max-width: 1200px;
	margin: auto;
	padding: 0 10px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000000;
	text-decoration: none !important;
}

a:visited {
	color: #1b1b1b;
}
footer a:visited {
	color: #ffffff;
}
a:hover,
a:focus,
a:active {
	color: #000000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #000000;
	color: #ffffff;
	line-height: 1;
	padding: 0.4em 1em 0.4em;
	font-size: 16px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 2px solid #fb5104;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
@media screen and (min-width:900px) {
	.main-navigation ul ul {
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
	}
}
.main-navigation ul ul ul {
	left: -999em;
	top: -10px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 240px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 900px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.site-main {
	overflow: hidden;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* Custom */
#masthead, #site-navigation, .top-header {
	background: #1b1b1b;
}
#site-navigation {
	padding-bottom: 10px;
	padding-top: 20px;
}
.site-branding {
	flex-grow: 1;
}
.search-wrapper {
	flex-grow: 2;
}

/* Search */
.dgwt-wcas-search-wrapp {
	min-width: 300px;
}
.jdgm-write-rev-link {
	background-color: #fb5104 !important;
	border-color: #fb5104 !important;
}
.jdgm-rev-widg .jdgm-star, .jdgm-revs-tab .jdgm-star, .jdgm-all-reviews .jdgm-star, .jdgm-gallery-popup .jdgm-star {
	color: #fb5104 !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	padding: 0;
	border-radius: 0;
	background: transparent;
}	
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
	background: transparent !important;
	box-shadow: none !important;
}
.dgwt-wcas-search-wrapp input[type="search"] {
	color: #fb5104;
}
.dgwt-wcas-sf-wrapp:after {
    content: 'Keresés';
    background: #fb5104;
    color: #fff;
    right: 4px;
    top: 4px;
    position: absolute;
    height: 46px;
    height: 44px;
    padding: 13px 30px;
    font-size: 18px;
}
.dgwt-wcas-search-submit svg {
	filter: invert(60%);
}
.header-icons {
	display: flex;
	justify-content: flex-end;
}
.site-branding {
	text-align: center;
}
.xoo-wsc-sc-cont,
.header-icons a {
	padding: 5px 30px;
	box-sizing: border-box;
	text-align: center;
	color: #a8a8a8;
	text-decoration: none;
	font-size: 0.7rem;
}
.header-icons a:hover {
	color: #fb5104;
}
.xoo-wsc-sc-cont .xoo-wsc-icon-cart1,
.header-icons img {
  transition: transform .7s ease-in-out;
}
.xoo-wsc-sc-cont:hover .xoo-wsc-icon-cart1 {
  transform: rotateY(180deg);
}
.header-icons a:hover img {
  transform: rotateY(180deg);
  filter: brightness(0) saturate(100%) invert(47%) sepia(100%) saturate(4000%) hue-rotate(1deg) brightness(106%) contrast(105%);
}
#custom_html-8 img {
  transition: transform .3s ease-in-out;
}
#custom_html-8 img:hover {
  filter: brightness(0) saturate(100%) invert(47%) sepia(100%) saturate(4000%) hue-rotate(1deg) brightness(106%) contrast(105%);
}
#main-content {
	max-width: 1250px;
	margin: auto;
}
.woocommerce-ordering {
	float: right;
}
.nav-menu a {
	color: #fff;
	padding: 0 14px;
}
.mega-indicator {
	color: #fb5104 !important;
}
.mega-indicator:after {
	font-size: 20px;
}
.menu-item-has-children {
    padding-right: 0px;
    background: url(img/menu-arrow-child.svg);
    background-position: 78% 10px;
    background-repeat: no-repeat;
}
.menu-item-has-children.focus {
    padding-right: 0px;
    background: url(img/menu-arrow-child-down.svg);
    background-position: 78% 10px;
    background-repeat: no-repeat;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 0px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
	padding-top: 10px;
    padding-bottom: 10px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	margin: 0;
}
#mega-menu-item-10801 a {
	font-weight: 700 !important;
}
.top-header div {
	text-align: center;
	color: #a8a8a8;
	font-size: 12px;
}
.announcement-bar {
    font-size: 0.8rem;
    background: #1f1f1f;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem !important;
}
.announcement-bar .row {
    display: flex;
    justify-content: space-between;
}
.announcement-bar__list {
	margin: 0;
}
.announcement-bar__list a,
.announcement-bar__list li {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a8a8a8;
}
.announcement-bar__list label {
	color: #fff;
	margin-right: 7px;
}
.vonal {
	padding: 0 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: .85em !important;
	min-height: 56px;
	border-bottom: 1px solid #a7a7a7;
	color: #1b1b1b;
	font-weight: 600;
	padding: 0 !important;
}

.woocommerce .woocommerce-ordering select {
	border: 2px solid #fb5104 !important;
	padding: 5px;
}
.product_meta {
	display: grid;
}
.sub-lang {
	margin-bottom: 0 !important;
}
.sub-lang li {
    display: inline;
    position: relative;
    margin-right: 4px;
}
.sub-lang li > a {
	text-decoration: none !important;
}
.sub-lang li > a > img {
    width: 24px;
    height: 18px;
    vertical-align: middle;
}
.sub-lang li > a .lang-hover.flag {
}
.sub-lang li > a .lang-hover, .header-curren button span.currname {
    display: none;
    position: absolute;
}
.entry-header {
	text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    z-index: 2;
    text-transform: uppercase;
}
.page-id-115 .entry-header {
	height: 1px;
}
.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header {
	margin-bottom:0;
	color: #fb5104;
}
.wc-block-cart__submit-button {
	background: #fb5104;
}
.wc-block-cart__submit-button span {
	text-decoration:none;
	color: #ffffff;
}
.page-id-115 .entry-title {
    font-size: 3rem;
    font-weight: 600;
    bottom: -150px;
    position: relative;
    color: #ffffff;
}
.page-id-9 .entry-title,
.page-id-10 .entry-title,
.page-id-143 .entry-title,
.page-id-147 .entry-title,
.page-id-139 .entry-title,
.page-id-141 .entry-title {
	color: #fb5104;
	margin-top: 30px;
}
.page-id-115 .entry-content  {
	margin-top: 0 !important;
}
.elso-oszlop {
	background: #fb5104 !important;
	padding: 30px !important;
	display: inline;
}
.menu-first-column h4 {
	color: #ffffff !important;
}
.mega-menu-row .mega-sub-menu {
	display: flex;
}
#menu-taktikai-felszerelesek-2,
#menu-taktikai-felszerelesek-1,
#menu-kulso-alkatreszek-2,
#menu-kulso-alkatreszek-1,
#menu-belso-alkatreszek-2,
#menu-belso-alkatreszek-1,
#menu-airsoft-kiegeszitok2,
#menu-airsoft-kiegeszitok,
#menu-airsoft-fegyverek {
	box-shadow: none !important;
	position: static !important;
	display: block !important;
	left: 0;
}
#menu-item-10929 .sub-menu,
#menu-item-27516 .sub-menu {
	height: auto;
}
#menu-taktikai-felszerelesek-2 li,
#menu-taktikai-felszerelesek-1 li,
#menu-kulso-alkatreszek-2 li,
#menu-kulso-alkatreszek-1 li,
#menu-belso-alkatreszek-2 li,
#menu-belso-alkatreszek-1 li,
#menu-airsoft-kiegeszitok2 li, 
#menu-airsoft-kiegeszitok li,
#menu-airsoft-fegyverek li {
	padding: 6px;
}
#menu-taktikai-felszerelesek-2 a,
#menu-taktikai-felszerelesek-1 a,
#menu-kulso-alkatreszek-2 a,
#menu-kulso-alkatreszek-1 a,
#menu-belso-alkatreszek-2 a,
#menu-belso-alkatreszek-1 a,
#menu-airsoft-kiegeszitok2 a,
#menu-airsoft-kiegeszitok a,
#menu-airsoft-fegyverek a {
	color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.current-menu-item a {
	color: #fb5104 !important;
}
#menu-taktikai-felszerelesek-2 a:hover,
#menu-taktikai-felszerelesek-1 a:hover,
#menu-kulso-alkatreszek-2 a:hover,
#menu-kulso-alkatreszek-1 a:hover,
#menu-belso-alkatreszek-2 a:hover,
#menu-belso-alkatreszek-1 a:hover,
#menu-airsoft-kiegeszitok2 a:hover,
#menu-airsoft-kiegeszitok a:hover,
#menu-airsoft-fegyverek a:hover {
	color: #fb5104;
	padding-left: 16px;
}
@media screen and (min-width:900px) {
	#menu-taktikai-felszerelesek-2 li:hover .sub-menu,
	#menu-taktikai-felszerelesek-1 li:hover .sub-menu {
		right: -200px;
		min-height: 412px;
	}
	#menu-kulso-alkatreszek-2 li:hover .sub-menu,
	#menu-kulso-alkatreszek-1 li:hover .sub-menu {
		right: -200px;
		min-height: 291px;
	}
	#menu-belso-alkatreszek-2 li:hover .sub-menu,
	#menu-belso-alkatreszek-1 li:hover .sub-menu {
		right: -200px;
		min-height: 412px;
	}
	#menu-airsoft-kiegeszitok2 li:hover .sub-menu,
	#menu-airsoft-kiegeszitok li:hover .sub-menu {
		right: -200px;
		min-height: 241px;
	}
	#menu-airsoft-fegyverek li:hover .sub-menu {
		right: -200px;
		min-height: 201px;
	}
}
#mega-menu-125-0:before {
	position: absolute;
	background: #fb5104;
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left {
	right: 11px;
	left: auto;
	top: 17px;
	margin: 0;
	padding: 0;
}
.yith-wcwl-add-to-wishlist-button:is(button) {
	padding: 7px 10px;
	font-size: 1rem;
}
.yith-wcwl-items-count {
	display: none;
}
.menu-first-column .textwidget {
	color: #fff;
}
.product_type_simple:before {
	content: "\f218";
    font-family: FontAwesome;
    position: absolute;
	font-size: 16px;
	top: 8px;
    left: 10px;
    line-height: 1;
}
.termeklista-vonal {
	border-color: #a7a7a7;
}
.woocommerce ul.products li.product .button {
	padding: 0.9em 1.3em 0.9em 3.1em;
	float: right;
	font-size: 12px;
	background-color: #000000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.woocommerce ul.products li.product .button:hover {
	background-color: #fb5104;
}
/*
.mega-menu-link + .mega-sub-menu {
	background: rgb(212,175,55);
	background: -moz-linear-gradient(90deg, rgba(212,175,55,1) 0%, rgba(212,175,55,1) 25%, rgba(241,241,241,1) 25%, rgba(241,241,241,1) 100%) !important;
	background: -webkit-linear-gradient(90deg, rgba(212,175,55,1) 0%, rgba(212,175,55,1) 25%, rgba(241,241,241,1) 25%, rgba(241,241,241,1) 100%) !important;
	background: linear-gradient(90deg, rgba(212,175,55,1) 0%, rgba(212,175,55,1) 25%, rgba(241,241,241,1) 25%, rgba(241,241,241,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fb5104",endColorstr="#f1f1f1",GradientType=1) !important;
}
*/
.mega-menu-link:hover {
	color: #fb5104;
}
/*
.menu-elso-oszlop {
	background: #fb5104 !important;
	position: relative;
}

.menu-elso-oszlop::after {
	position: absolute;
	width: 100%;
	background: #fb5104 !important;
	content: '';
	height: 100%;
}
*/
.mega-sub-menu {
	background: #f1f1f1;
	background: linear-gradient(90deg, rgba(251, 81, 4, 1) 0%, rgba(251, 81, 4, 1) 30%, rgba(241, 241, 241, 1) 30%, rgba(241, 241, 241, 1) 100%) !important;
}
@media screen and (min-width:1850px) {
	.mega-sub-menu {
		background: #f1f1f1;
		background: linear-gradient(90deg, rgba(251, 81, 4, 1) 0%, rgba(251, 81, 4, 1) 35%, rgba(241, 241, 241, 1) 35%, rgba(241, 241, 241, 1) 100%) !important;
	}
}
@media screen and (max-width:1450px) {
	.mega-sub-menu {
		background: #f1f1f1;
		background: linear-gradient(90deg, rgba(251, 81, 4, 1) 0%, rgba(251, 81, 4, 1) 25%, rgba(241, 241, 241, 1) 25%, rgba(241, 241, 241, 1) 100%) !important;
	}
}

.menu-elso-oszlop h4 {
	font-size: 26px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	color: #ffffff !important;
}
.menu-elso-oszlop a {
	font-size: 17px;
	line-height: 10px;
	padding-left: 0;
}
.menu-elso-oszlop hr{
	background-color: #fff;
	width: 40px;
	height: 5px;
	text-align: left;
}
ul.sub-menu {
	background: #ffffff;
	box-shadow: none !important;
	padding-top: 11px;
	padding-bottom: 11px;
}
.products li .woocommerce-LoopProduct-link img {
    border: 1px solid #dbdbdb;
    padding: 0px;
    background: transparent;
    margin-bottom: 0.5em !important;
}
.woocommerce ul.products li.product .price {
	color: #000000;
	font-weight: bold;
}
.container-slider {
	max-width: 1200px;
	margin: auto;
}
.metaslider.ms-theme-clarity .flexslider .flex-control-nav li a {
	border-radius: 0 !important;
	opacity: 1 !important;
	width: 17px;
	height: 17px;
	margin: 0 
}
.metaslider.ms-theme-clarity .flexslider .slides li {
	margin-bottom: 12px !important;
    margin-top: 12px !important;
}
.metaslider.ms-theme-clarity .flexslider .flex-control-nav li a {
	box-shadow: none !important;
	border: 2px solid #fb5104;
}
.metaslider.ms-theme-clarity .flexslider .flex-control-nav {
	bottom: 30px !important;
}
.metaslider.ms-theme-clarity .flexslider {
	margin-bottom: 0 !important;
}
.metaslider.ms-theme-clarity .flexslider .flex-direction-nav li {
	top: 43% !important;
}
.metaslider.ms-theme-clarity .flexslider .flex-direction-nav li.flex-nav-prev {
	left: -100px !important;
}
.metaslider.ms-theme-clarity .flexslider .flex-direction-nav li.flex-nav-next {
	right: -100px !important;
}
.flexslider .flex-control-nav li a:not(.flex-active) {
	background: transparent !important;	
}
.xoo-wsc-sc-cont {
	background: #fb5104;
	display: flex;
	align-items: flex-end;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
	margin-right: 0;
}
.xoo-wsc-cart-trigger {
	color: #000000;
}
.xoo-wsc-sc-bki {
	font-size: 33px;
    margin-bottom: 14px;
    display: block;
}

a.compare {
	position: absolute;
	right: 42px;
    top: 22px;
	background-image: url(https://airsoftplaza.hu/wp-content/themes/airsoft/img/merleg.svg);
	color: transparent;
	width: 26px;
	height: 20px;
	background-repeat: no-repeat;
}
a.compare:hover {
	color: transparent;
}
.yith-woocompare-open {
    position: relative;
    display: inline-block;
}
.wishlist-link {
    position: relative;
    display: inline-block;
    z-index: 10;
}
.compare-count-badge,
.wishlist-count-badge {
    position: absolute;
    top: 8px;
    right: 30px;
    background: #fb5104;
    color: white;
    font-size: 12px;
    padding: 3px 6px 4px;
    border-radius: 50%;
    line-height: 1;
    z-index: 20;
    display: inline-block; /* mindig látszik */
}
.wishlist-in-stock {
	color: #fb5104 !important;
}

.single-product .summary form {
	display: inline-grid;
	float: left;
	margin-right: 10px;
	width: 50%;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
	margin-top: 46px;
	margin-bottom: 8px;
}
.only-one-left .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
	margin-top: 10px;
	margin-bottom: 8px;
}

.yith-add-to-wishlist-button-block {
	width: auto;
	max-width: 100%;
}
.yith-wcwl-add-to-wishlist-button-anchor-wrapper {
	width: 100%;
}
.single_add_to_cart_button {
	width: 100%;
	margin-top: 10px !important;
	height: 72px;
}
.single-product .summary .compare{
	position: static;
    background-color: #000000 !important;
    color: #fff !important;
    padding: 4px 10px 4px 43px;
    background-image: url(https://airsoftplaza.hu/wp-content/themes/airsoft/img/merleg-f.svg);
    background-position: 29% center;
    background-size: 20px;
    display: inline-table;
    text-align: center;
}
.single-product .single_add_to_cart_button {
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.single-product .single_add_to_cart_button:hover {
	color: #ffffff !important;
	background-color: #000000 !important;
}
.single-product .summary .yith-wcwl-icon {
	filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7500%) hue-rotate(231deg) brightness(109%) contrast(103%);
	width: 18px;
	height: 18px;
}
.single-product .summary  .yith-wcwl-add-to-wishlist-button {
	justify-content: center;
	width: 100%;
}
.woocommerce-tabs {
	margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 0 0 0.3em !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
	flex-direction: column-reverse;
}
span.xoo-wsc-sc-count {
	top: -9px;
	height: 19px;
    line-height: 19px;
    width: 19px;
}
.menu-left-column {
	background: red !important;
}
.home .entry-header {
	display: none;
}
.metaslider.ms-theme-clarity .flexslider .flex-direction-nav li {
	box-shadow: 0 !important;
}
.woocommerce-pagination {
	margin-bottom: 30px;
}
.xoo-wsc-basket,
.edit-link {
	display: none;
	right: -200px !important;
}
.row {
    --bs-gutter-x: 0 !important;
}
.pasgor {
    width: 100% !important;
    background-color: #fb5104;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding: 8px;
    text-transform: none;
    letter-spacing: 0.2mm;
}
.pasgor button {
	background: #333;
    border: 1px solid #333;
    color: #fff;
	border-radius: 0;
    text-decoration: none;
    font-size: 1em;
    padding: 7px 17px;
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
    overflow: visible;
    text-align: center;
    min-height: 40px;
    width: auto;
    margin-left: 10px;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover {
	background-color: 
}
.pasgor button:hover {
	color: #fb5104;
}
.woocommerce .ywcps-wrapper ul.products {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.ywcps-products .woocommerce a.button {
	padding: 0.618em 1em 0.618em 2em !important;
	font-size: 15px !important;
}
.yith-wcwl-icon {
	padding: 0 !important;
	border: none !important;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left {
	right: 13px;
    top: 23px;
}
a.xoo-wsc-ft-btn-checkout .amount {
	font-style: normal;
}
.woocommerce .products .custom-star-rating {
	margin: 0em !important;
}
/*
.owl-item .product_type_simple {
	background: #fb5104 !important;
}
*/
.owl-item  .custom-star-rating .star {
	 color: #c0c0c0;
}
.foolddal-osszes-termek button {
	background-image: none !important;
}
.vc_btn3.vc_btn3-size-md {
	font-size: 16px !important;
}
.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
	font-size: 24px !important;
}
.slick-list {
	overflow: visible !important
}
.fooldal-slider .bb-ultimate-carousel .slick-dots li {
	background: transparent;
	border: 2px solid #fb5104 !important;
	width: 16px !important;
	height: 16px !important;
}
.fooldal-slider .bb-ultimate-carousel .slick-dots li.slick-active {
	background: #fb5104 !important;
	border: 2px solid #fb5104 !important;
	top: 0 !important;
}
/*
.ult-carousel-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 15px !important;
}
.bb-ultimate-carousel .slick-prev:before, .bb-ultimate-carousel .slick-next:before {
	height: 30px !important;
	width: 30px !important;
	border-top: 3px solid !important;
    border-right: 3px solid !important;
}
*/
.ywcps-wrapper .ywcps-nav-prev {
	left: -65px !important;
	opacity: 1 !important; 
}
.woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev {
	top: 30px !important;
	width: 40px !important;
	height: 40px !important; 	
	background: url(img/arrow-prev-as.svg) no-repeat center center !important;
	border: none !important;
}
.woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
	width: 40px !important;
	height: 40px !important; 	
	top: 75px !important;
	background: url(img/arrow-next-as.svg) no-repeat center center !important;
	border: none !important;
}
.ywcps-wrapper .ywcps-nav-next {
	right: auto !important;
	opacity: 1 !important; 
	left: -25px !important;
}
.woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev, .woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
	background-color: #000000 !important;
}
.owl-item .product_type_simple {
	background: 
}
.custom-gyarto {
	font-size: 11px;
	display: flex;
	margin-top:12px;
	margin-bottom: 2px;
}
.custom-gyarto strong {
	margin-right: 3px;
}
.custom-star-rating {
    font-size: 12px;
    display: flex;
}
.custom-star-rating .star {
    color: #ddd; /* Alapból szürke */
}

.custom-star-rating .star.full {
    color: #fb5104; /* Sárga, ha teljes */
}

.custom-star-rating .star.half {
    background: linear-gradient(90deg, #fb5104 50%, #ddd 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.shop-main.full-width {
  width: 100%;
}

.shop-main {
  width: 75%;
}
.shop-main .page-title {
	margin-top: 0;
}
.shop-sidebar {
  width: 25%;
  padding: 15px;
  border: 1px solid #dbdbdb;
}

.shop-container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 20px;
}

.product_title {
	font-size: 18px;
}
.single-product .product_title {
	font-size: 28px;
	margin-bottom: 0 !important;
	line-height: 34px;
}
.sort-pp {
	margin-bottom: 20px;
}
.facet-wrap {
	margin-top: 20px;
}
.facetwp-selections, .facetwp-facet {
 	margin-bottom: 0px !important;
}
.facetwp-selections ul {
	margin: 0 !important;
	padding: 0;
}
.facetwp-selections ul li {
	padding: 5px;
	border: 1px solid #dbdbdb;
	margin-top: 10px;
	margin-right: 10px;
}
.facetwp-selections .facetwp-selection-value {
	margin-right: 0 !important;
	background-image: url(img/icon-close-n.png) !important;
}
.facetwp-slider-reset {
	box-shadow: none !important;
	border-radius: 0 !important;
}
.filter-title {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 10px;
}
.facetwp-checkbox {
	background: url(img/checkbox.png) 0 50% no-repeat !important;
	background-size: 16px 16px !important;
	padding-left: 25px !important;
	margin-bottom: 1px !important;
}
.facetwp-checkbox.checked {
	background: url(img/checkbox-on.png) 0 50% no-repeat !important;
	background-size: 16px 16px !important;
	padding-left: 25px !important;
}
.facetwp-toggle {
	background: #000;
    color: #fff;
    padding: 3px 8px;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 10px;
    text-align: center;
}
.facetwp-toggle:hover {
	background: #fb5104;
	color: #000;
}
.facetwp-overflow {
	margin-bottom: 20px;
}
.facetwp-reset {
	width: 100%;
    background: transparent;
    color: #000;
    padding: 12px;
    cursor: pointer;
}
#masthead {
	padding-top: 10px;
}
#masthead .align-items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    justify-content: space-between;
}
.site-header__logo {
	padding-left: 100px;
}
footer {
	background: #000;
	padding: 30px 0 0;
}
footer a,
footer .textwidget {
	color: #ffffff;
	    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
footer a:hover {
	color: #fb5104;
}
#menu-footer-2,
#menu-footer-1,
#menu-informacio {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#menu-footer-2 a,
#menu-footer-1 a,
#menu-informacio a {
	color: #fff; 
	text-decoration: none;
	font-size: 15px;
}
footer h3 {
	font-size: 22px;	
	color: #fff;
}
.term-description {
	margin-bottom: 50px;
}
.term-description p {
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.3em;
}
.facetwp-pager {
	float: right;
	margin-bottom: 30px;
}
.facetwp-pager a {
	color: #000000;
	font-weight: bold;
	margin-right: 0px;
    font-size: 20px;
	padding: 0px 7px;
}
.facetwp-pager a.active {
	background: #fb5104;
	color: #ffffff;
}
.subcategories-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.subcategory-item {
	float: left;
	width: 24.1%;
	padding: .5em;
	border: 2px solid #fb5104;
	margin: 0 10px 10px 0;
	    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
	text-decoration: none;
	color: #000;
	font-size: 12.9px;
    font-weight: 600;
}
.subcategory-item:nth-child(4n) {
	margin-right: 0;
}
.subcategory-item:hover {
	background: #fb5104;
	color: #fff;
}
.count-pag-wrapper {
	display: flex;
	justify-content: space-between;
}
.facetwp-pager {
	margin-bottom: 0
}
.footer-pag {
	margin-bottom: 100px;
	margin-top: 20px;
}
.sort-pp {
	display: flex;
    justify-content: flex-end;
}
.facetwp-facet-perpage,
.facetwp-facet-sort_ {
	position: relative;
}
.facetwp-facet-perpage select,
.facetwp-facet-sort_ select {
	padding: 6px 35px 6px 8px;
	font-weight: 700;
	color: #000000;
}
.facetwp-facet-perpage {
	margin-left: 10px;
}
select {
   -o-appearance: none;
   -ms-appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.facetwp-facet-perpage:after,
.facetwp-facet-sort_:after {
	 width:0px;
    height:0px;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:8px solid #fb5104;
    position: absolute;
    right: 12px;
    top: 17px;
    content: '';
}
.fooldal-slider .bb-ultimate-carousel .slick-next:before {
	border-top: 5px solid !important;
    border-right: 5px solid !important;
    border-color: #fff !important;
    height: 40px !important;
    width: 40px !important;
}
.fooldal-slider .bb-ultimate-carousel .slick-prev {
	z-index: 1;
	left: -95px !important;
}
.fooldal-slider .bb-ultimate-carousel .slick-prev:before {
	border-top: 5px solid !important;
    border-left: 5px solid !important;
    border-color: #fff !important;
    height: 40px !important;
    width: 40px !important;
}
.facetwp-facet-load_more {
	text-align: center;
}
.facetwp-load-more {
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
	-webkit-appearance: none !important;
	border: none !important;
	padding: 10px 30px;
	cursor: pointer;
}
.facetwp-load-more:hover {
	background: #fb5104;
}

.woocommerce .u-columns {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.woobt-availability,
.dgwt-wcas-preloader {
	display: none !important;
}
.ywcps-wrapper .ywcps-slider {
	overflow: visible !important;
}
.product-gyarto-logo-under-title {
	float: right;
	margin-top: 20px;
}
.product-gyarto-logo-under-title img {
}
.woocommerce-breadcrumb {
	font-size: 14px;
	text-decoration: none;
}
.bc-del {
	color: #fb5104;
	font-size: 12px;
	margin-top: -3px;
	letter-spacing: -2px;
	position: relative;
    top: -1px;
    margin-right: 3px;
}
.product-sku-under-title {
	font-size: 12px;
}
@media (min-width: 900px) {
  .facetwp-flyout-open {
    display: none;
  }
}
.woocommerce table.shop_attributes td p {
	font-style: normal !important;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	background-color: transparent !important;
}
.after-sku-att {
	display: block;
}

.after-sku-att strong {
	float: left;
	display: block;
}
.after-sku-att p {
	margin: 0;
	padding-left: 3px;
	display: inline-block;
}
.flex-direction-nav {
	display: block !important;
}
.woobt-form .single_add_to_cart_button {
	height: 40px;
	background: #000 !important;
	color: #fff !important;
}
.woobt-checkbox {
  accent-color: #fb5104; 
}
.woobt-checkbox {
  width: 15px;
  height: 15px;

}
.dgwt-wcas-suggestions-wrapp {
	border: 1px solid #fb5104 !important;
	border-radius: 0px !important;
}
.woocommerce table.shop_attributes td {
	font-style: normal !important;
	padding-left: 20px !important;	
	font-size: 15px;
}
.woocommerce table.shop_attributes th {
	width: 30% !important; 
	padding: 3px 0 !important;
	text-align: left;
	font-size: 15px;
}
p.stars.selected a:not(.active)::before,
p.stars.selected a.active::before {
	color: #fb5104 !important;
}
/* Fő kép slider kisebb méretben */
.custom-product-gallery {
    max-width: 540px;
    margin: 0 auto 10px auto;
}

.custom-product-gallery .swiper-slide img {
    width: 100%;
    height: auto;
   	border: 1px solid #cccccc;
}

/* Thumbnail slider */
.custom-product-thumbs {
    max-width: 540px;
    margin: 0 auto;
    padding-top: 5px;
}

.custom-product-thumbs .swiper-slide {
    width: 120px !important;
    height: auto;
    opacity: 0.5;
    cursor: pointer;
	border: 1px solid #cccccc;
}

.custom-product-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #fb5104;
}

/* Nyilak kicsit kisebb méretben és közelebb */
.swiper-button-prev,
.swiper-button-next {
    color: #333;
    width: 25px;
    height: 25px;
    top: 45%;
    font-size: 14px;
    width: 40px !important;
    height: 40px !important;
}
.swiper-button-next {
    right: 1px !important;
}
.swiper-button-prev {
    left: 1px !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #f1f1f1;
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    color: #ffffff;
}

.swiper-wrapper {
	box-sizing: inherit !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px !important;
    color: #fb5104;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	background: #fb5104;
}

.coupon label,
button[name="update_cart"] { 
	display: none !important; 
}
.woocommerce-info {
	border-top-color: #fb5104 !important;
	background: #eee;
}
.woocommerce-info::before {
	color: #fb5104 !important;
}
#place_order {
	background: #000000;
	color: #ffffff;
	width: 100%;
	font-size: 20px;
	min-height: 50px;
}
.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment {
	background: transparent !important;
	border: 1px solid #333;
	border-radius: 0 !important;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #333 !important;
}
.woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before, #add_payment_method #payment div.payment_box::before {
	border-bottom-color: #fb5104 !important;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.form-row.woocommerce-validated input.input-text {
	box-shadow: none !important
}
.select2-container--default .select2-selection--single,
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	border-radius: 0 !important;
	padding: 5px 8px;
	height: auto !important;
}
.woocommerce table.shop_table {
	border-radius: 0 !important;
}
.create-account label,
#billing_company_check_field {
	display: flex;
	clear: both;
}
.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
	background: #fb5104 !important;
}
.fooldal-rolunk p {
	font-size: 14px;
	margin-bottom: .5em;
	margin-top: 0.5em;
	text-align: justify;
	line-height: 16px;
}
.fooldal-rolunk h4 {
	font-size: 22px;
	line-height: 26px;
}
.fooldal-rolunk .slick-slide {
	margin-left: 15px;
	margin-right: 15px;
}
.fooldal-rolunk .wpb_text_column {
	margin-bottom: .5em;
}
.fooldal-rolunk .slick-next {
	width: 40px !important;
    height: 40px !important;
    top: 70px !important;
    right: auto !important;
    left: -65px;
    background: url(img/arrow-next-as.svg) no-repeat center center #000000 !important;
    border: none !important;
}
.fooldal-rolunk h3 {
	padding-left: 22px;
	font-size: 30px !important;
	color: #fb5104;
}
.fooldal-rolunk .slick-prev {
	width: 40px !important;
    height: 40px !important;
    top: 25px !important;
    left: -65px !important;
    background: url(img/arrow-prev-as.svg) no-repeat center center #000000 !important;
    border: none !important;s
}
.fooldal-rolunk .bb-ultimate-carousel .slick-prev:before,
.fooldal-rolunk .bb-ultimate-carousel .slick-next:before {
	display: none !important;
}
.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}
.whitep p {
	color: white;
}
.home .page {
	margin: 0 !important;
}
.fooldal-info p {
	font-size: 14px;
	margin-top: 8px;
}
.fooldal-info h4 {
	margin-bottom: 0 !important;
}
.fooldal-info img {
	height: 60px !important;
	margin-top: 10px;
}
.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 !important;
}
#custom_html-8 .alignleft {
	margin-right: .7em;
}
.zindexle {
	z-index: 1;
}
.cf-wrapper {
	background-color: #f9f8f9;
	border-radius: 20px;
    border: 2px groove;
    padding: 20px;
}
.footer-also .custom-html-widget {
	display: flex;
}
.footer-also .widget {
	margin: 0;
}
.footer-also {
	margin-top: 20px;
}
.footer-also .col-sm {
	display: flex;
	align-items: center;
}
.woocommerce-message, .woocommerce-info {
	color: #444 !important;
}
.woocommerce-message {
	border-top-color: #ffffff !important;
	color: #ffffff !important;
}
.woocommerce-message::before {
	color: #ffffff !important;
}
.products li .attachment-woocommerce_thumbnail {
    object-fit: contain !important;
    background-color: transparent;
/*     aspect-ratio: 3 / 2;  */
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fb5104 transparent transparent transparent;
	top: 75%;
	left: 0;	
}
.foo-fit-logo {
	width: auto;
    max-height: 35px;
    margin-right: 1.2em;
}
.vp-woo-pont-shipping-method-icons {
	display: none;
}
.woocommerce ul#shipping_method li input {
	margin-top: 6px !important;
}
.payment_method_cod p {
	margin-top: 0;
}
.woocommerce form .form-row.woocommerce-invalid label {
	color: #fb5104;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #fb5104 !important;
}
.woocommerce-terms-and-conditions-link,
.place-order .privacy a {
	color: #fb5104 !important;
}
.checkout .cart-subtotal td,
.checkout .cart_item .product-total {
	text-align: right;
}
.checkout .checkout-product-thumbnail img {
    vertical-align: middle;
    border-radius: 4px;
}
.checkout td.product-name {
    align-items: center;
}
.checkout-product-thumbnail img {
	width: 60px !important;
	height: 60px !important;
	max-width: none !important;
}
.iti--show-flags {
	width: 100%;
}
#billing_phone {
	padding: 5px;
}
.iti__search-input,
.btn.button.show-title-form {
	display: none;
}
.wishlist-items-wrapper td {
	font-size: 14px;
}
.woocommerce-terms-and-conditions-wrapper p {
	margin-bottom: 10px;
}
.woocommerce-terms-and-conditions-wrapper p.validate-required {
	margin-bottom: 0 !important;
	font-size: 15px;
	line-height: 1;
}
#privacy_policy_checkbox_field {
	font-size: 15px;
	margin-bottom: 15px;
}
.woocommerce .woocommerce-customer-details address,
.woocommerce ul.order_details li {
	border-color: #fb5104 !important;
}
.single-product .outofstock .yith-add-to-wishlist-button-block {
	width: 285px;
    float: left;
    margin-top: 0;
}
.single-product .outofstock .summary a.compare {
	float: right;
}
.cwginstock-subscribe-form .panel-primary>.panel-heading {
	background: #fb5104 !important;
	border-color: #fb5104 !important;
}
.cwginstock-subscribe-form .panel-primary {
	border-color: #000 !important;
}
.cwginstock-subscribe-form .form-group {
	margin-bottom: 0;
}
.cwg_iagree_checkbox {
	margin-bottom: 15px;
}
#shipping_method li {

}
#shipping_method label, #shipping_method bdi, #shipping_method span {
	font-weight: normal;
	font-size: 14px;
}
.vp-woo-pont-review-order-selected-info {
	font-size: 14px; 
}
.fee th {
	font-weight: normal;
	font-size: 14px;
}
#yith-woocompare {
	border: 1px solid #fb5104;
	background: #fff;
}
#yith-woocompare-preview-bar .compare-list .image-wrap .remove a {
	line-height: 20px !important;
	color: #fff !important;
	background: #fb5104 !important;
}
#yith-woocompare-preview-bar footer {
	background: #fb5104;
	padding: 10px;
	color: #ffffff;
}
#yith-woocompare-preview-bar footer a:hover {
	color: #ffffff;
}
table.compare-list tr.stock:not(.label-row) td.in-stock {
	color: #fb5104 !important;
	background-color: rgba(250, 82, 5, 0.2) !important;
}
.yith-woocompare-popup-container {
	background: rgba(0, 0, 0, 0.5) !important;
}
.vc_btn3.vc_btn3-style-custom {
	background-image: none !important;
}
.woocommerce-checkout #payment div.privacy {
	padding: 3px !important;
}
#privacy_policy_checkbox {
	margin-right: 8px;
}
.woocommerce-terms-and-conditions {
	padding: 10px;
}
#privacy_policy_content {
	max-height: 200px;
	overflow: auto;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05) !important;
}
#vp-woo-pont-show-map {
	color: #fb5104;
}
.wcas-stock {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
.wcas-stock.in-stock {
  color: green;
}
.wcas-stock.out-of-stock {
  color: red;
}
.woobt-title-inner span:first-child {
	display: none;
}
/* Fiókom */
.my-account-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 30px 0;
  border-bottom: 1px solid #eee;

}

.my-account-tiles .tile {
  background: #fff;
  padding: 30px;
  text-align: left;
  transition: box-shadow 0.3s ease;
}

.my-account-tiles .tile:hover {
  box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}

.my-account-tiles .tile-icon {
  font-size: 40px;
  margin-bottom: 10px;
  display: flex;
  text-transform: uppercase;
}

.my-account-tiles h3 {
  font-size: 30px;
  margin: 10px 0px 10px 15px;
}

.my-account-tiles p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.my-account-tiles .button {
  display: inline-block;
  padding: 8px 16px;
  background: #ff6600;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  float: right;
}

.my-account-tiles .button:hover {
  background: #e55c00;
}
.woocommerce-MyAccount-navigation {
	display: none;
}
.woocommerce a.remove:hover {
	background: #fb5104 !important;
}
.woocommerce-cart .checkout-button {
	color: #ffffff !important;
}
.wishlist_table .product-add-to-cart a.button {
	width: 150px;
    justify-content: flex-end;
}
.payment_method_bacs p {
	margin-top: 0;
}
.woocommerce span.onsale {
	color: #ffffff !important;
}
.single-product span.onsale {
	top:1em !important;
	left: 0 !important;
	font-size: 17px !important;
}
.woocommerce-account .woocommerce-privacy-policy-text {
	display: inline-block;
}
@media screen and (min-width:1381px) {
	.dgwt-wcas-search-wrapp {
		width: 550px !important;
	}
}
@media screen and (max-width:1380px) {
	.dgwt-wcas-search-wrapp {
		width: 400px;
	}
	.xoo-wsc-sc-cont, .header-icons a {
		padding: 0 20px;
	}
	.dgwt-wcas-sf-wrapp:after {
	    padding: 13px 10px;
	}
	.site-header__logo {
		padding-left: 50px;
	}
}
@media screen and (max-width:1150px) {
	.dgwt-wcas-search-wrapp {
		width: 350px;
	}
	.xoo-wsc-sc-cont, .header-icons a {
		padding: 0 10px;
	}
	.custom-logo {
	    width: 150px;
	}
	.site-header__logo {
		padding-left: 20px;
	}
}

@media screen and (min-width:901px) {
	.woocommerce-checkout-review-order-table th {
	width: 50%;
	}
	.woocommerce-checkout-review-order-table td {
	    width: 50%;
	}
	.checkout td.product-name {
	    width: 100%;
	}
	.fooldal-info .wpb_single_image {
		text-align: right !important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		display: flex;
	    justify-content: space-between;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
		left: 9px !important;
	    top: 10px;
	}
	.dgwt-wcas-search-submit {
		border-right: 1px solid #a8a8a8 !important;
		border-radius: 0 !important;
		padding-right: 10px !important;
		box-sizing: content-box;
	}
	.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover,
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
		background: #1b1b1b;;
		border: 1px solid #ffffff;
		border-radius: 0;
		font-family: "Titillium Web", serif;
		padding: 13px 24px 13px 68px !important;
		color: #fb5104;
	}
	.slick-slide {
		margin: 0 8px;
	}
	.slick-dots {
		bottom: 5px !important;
	}
	.col-1.dt-50 {
		float: left;
		width: 48%;
	}
	.col-2.dt-50 {
		float: right;
		width: 48%;
	}
	.woocommerce-cart table.cart img {
		width: 60px !important;
	}
	.desktop-hide {
		display: none !important;
	}
	.checkout td.product-name {
		display: flex;
	}
	.woocommerce .ywcps-wrapper .owl-item li.product {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.woocommerce .u-columns {
	    flex-direction: row;
	    justify-content: space-between;
	    gap: 40px;
	  }
	
	 .woocommerce .u-column1,
	 .woocommerce .u-column2 {
	    width: 48%;
	  }
	.woocommerce div.product div.images.woocommerce-product-gallery {
		max-width: 48%;
		margin-right: 2%;
	}
	.woocommerce div.product div.summary {
		float: right;
		width: 50%;
	}	
}
@media screen and (max-width:900px) {
	.shop-sidebar {
	    display: none;
	}
	.facetwp-facet-perpage select, .facetwp-facet-sort_ select {
		width: 100%;
	}
	.woocommerce-product-gallery {
		width: 100%;
	}
	.facetwp-flyout-close {
		position: absolute;
		z-index: 1;
		right: 0;
	}
	.shop-sidebar {
	    display: none;
	}
	.facetwp-facet-perpage select, .facetwp-facet-sort_ select {
		width: 100%;
	}
	.woocommerce-product-gallery {
		width: 100%;
	}
	.facetwp-flyout-close {
		position: absolute;
		z-index: 1;
		right: 0;
	}
	.shop-container {
	    flex-direction: column;
	}
	.shop-sidebar,
	.shop-main,
	.shop-main.full-width {
	    width: 100%;
	  }
    .products.columns-3 li.product {
        width: 48.5% !important;
        float: left !important;
        margin-right: 3% !important;
    }
    .products.columns-3 li.product:nth-child(2n) {
        margin-right: 0 !important;
    }
	.subcategory-item {
		width: 47%;
	}
	.subcategory-item:nth-child(2n) {
		margin-right: 0;
	}
	.subcategories-list {
		justify-content: space-between
	}	
	#masthead .align-items-center {
		justify-content: space-around
	}
	.site-header__logo {
		padding-left: 0px;
		padding-bottom: 0px;
	}
	.dgwt-wcas-search-form {
		margin-bottom: 15px;
	}
	.owl-item{
		margin-right: 0px !important;
		margin-left: 0px !important;
	} 
	.announcement-bar .row {
		display: block;
	}
	.fooldal-info p,
	.fooldal-info h4 {
		text-align: center !important;
	}
	.fooldal-info .wpb_single_image {
		margin-bottom: 10px !important;
	}
	.fooldal-carousel h3 {
		padding-left: 20px;
	}
	.foolddal-osszes-termek {
		text-align: center !important;
	}
	.fooldal-rolunk h3 {
		padding-left: 13px;
	}
	.mega-menu-elso-oszlop {
		display: none !important;
	}
	.mega-sub-menu {
		background: #ffffff !important;
	}
	.header-icons a {
		padding: 5px;
	}
	.header-icons img {
		width: 40px;
	}
	.xoo-wsc-sc-bki {
		font-size: 25px;
		margin-bottom: 0;
	}
	.compare-count-badge, .wishlist-count-badge {
		top: 2px;
	    right: 7px;
	    padding: 3px 5px 3px 4px;
	    font-size: 7px;
	}
	span.xoo-wsc-sc-count {
		top: -7px;
	    right: -9px;
	    font-size: 7px;
        height: 14px;
	    line-height: 14px;
	    width: 14px;
	}
	.mobil-hide {
		display: none !important;
	}
	.xoo-wsc-sc-cont{
		padding: 9px 15px 0px 11px;
	}
	.header-icons a {
		padding: 5px 15px;
	}
	.announcement-bar__list {
		padding-left: 0;
	}
	.announcement-bar__list a, .announcement-bar__list li {
		margin: 0;
	}
	.custom-logo {
		width: 110px;
	}
	.dgwt-wcas-search-wrapp {
		width: 320px;
		margin-top: 10px;
	}
	.dgwt-wcas-sf-wrapp {
		max-width: 100%;
	}
	.pasgor {
		padding: 2px;
	}
	.subcategory-item {
		font-size: 12px;
	}
	.announcement-bar__list a, .announcement-bar__list li {
		justify-content: center;
	}
	.sub-lang {
		margin: 0;
		padding: 10px 0 10px 0;
		text-align: center;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
		top:0;
	}
	.dgwt-wcas-sf-wrapp:after {
		display: none;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
		left: auto;
		right: 3px;
	    top: 2px;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
		width: 30px;
	}
	.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover,
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
		background: #1b1b1b;;
		border: 1px solid #ffffff;
		border-radius: 0;
		font-family: "Titillium Web", serif;
		padding: 5px 24px 5px 24px !important;
		color: #fb5104;
	}
	.dgwt-wcas-overlay-mobile {
		background: #000;
	}
	.dgwt-wcas-search-submit svg {
		  filter: brightness(0) saturate(100%) invert(47%) sepia(100%) saturate(4000%) hue-rotate(1deg) brightness(106%) contrast(105%);
	}
	.slick-slide {
		margin: 0 8px 30px 8px;
	}
	.slick-dots {
		bottom: -7px !important;
	}
	.single-product .outofstock .yith-add-to-wishlist-button-block {
		width: 100%;
		float: none;	
	}
	.single-product .outofstock .summary a.compare {
		width: 100%;
		float: none;	
		background-position: 33% center;
	}	
	td.product-quantity .quantity-wrap {
		justify-content: flex-end;
	}
	table.shop_table_responsive tr td.product-thumbnail::before,
	table.shop_table_responsive tr td.product-name::before {
		display: none;
	}
    .single-product .summary a.compare {
	    padding: 4px 10px 4px 30px;
	    background-position: 8% center;
    }
    .fooldal-rolunk .slick-slide {
	    margin-left: 0px;
	    margin-right: 20px;
	    width: 84vw !important;
    }
    .announcement-bar {
	    padding-bottom: 3px;
    }
    .single-product .summary a.compare {
	    font-size: .8rem;
    }
    .yith-wcwl-add-to-wishlist-button:is(button) {
	    font-size: .8rem;
	    padding: 5px 10px;
    }
    .single_add_to_cart_button {
	    height: 63px;
    }
    .single-product .product_title {
	    font-size: 19px;
	    line-height: 25px;
    }
    .woocommerce div.product div.summary {
	    margin-bottom: 0 !important;
    }
	.main-navigation {
		width: auto;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
		right: 5px !important;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
		padding-top: 30px !important;
	}
	.vp-woo-pont-modal-sidebar {
		bottom: 60px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li {
		border-bottom: 1px solid #888;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item li:last-child {
		border-bottom: 0px;
	}
	.woocommerce ul.products li.product .button {
		padding: 17px;
		margin-top: 0.9em !important;
	}
	.woocommerce ul.products li.product .button.added {
		padding: 12px;
	}
	.woocommerce ul.products li.product .button.added:before {
		display: none;
	}
	.woocommerce ul.products li.product .button.added:after {
		margin-left: 0;
	}
	.product_type_simple:before {
		left: 8px;
		top:10px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 62px;
	}
	.main-navigation ul ul a {
		width: 100%;
		pointer-events: auto !important;
	}
	.menu-item-has-children .desktop-hide {
		font-weight: bold;
	}
	.woocommerce .ywcps-wrapper .owl-item li.product {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
	#custom_html-8 img {
		max-width: 40px;
	}
	#custom_html-12 img,
	.foo-fit-logo {
		max-height: 25px;
		margin-right: 0.8em;
	}
	footer .row {
		margin: 0;
	}
	footer .col-sm {
		padding: 0 15px;
	}
	footer h3 {
		font-size: 17px;
	}
	#menu-footer-2 a, #menu-footer-1 a, #menu-informacio a {
		font-size: 13px;
	}
	.woobt-wrap-responsive .woobt-products .woobt-product {
		flex-direction: row;
	}
	.dgwt-wcas-search-wrapp {
		width: 350px;
	}
	.woobt-title-inner {
		padding: 0 10px;
		font-size: 14px;
	}
	.woobt-wrap-responsive .woobt-products .woobt-product {
		padding: 5px;
	}
	.woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb img {
		padding: 0 5px 0 10px;
	}
	#yith-woocompare-preview-bar {
		bottom: 65px !important;
	}
	.woocommerce-cart-form__cart-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.woocommerce-cart-form__cart-item .product-name {
		font-size: 13px;
		text-align: left;
		min-width: 200px;
	}
	.woocommerce-cart table.cart .product-thumbnail {
		padding: 5px;
		width: 55px;
		min-width: 55px !important;
	}
	.woocommerce-cart-form__cart-item td {
		border: none !important;
	}
	.woocommerce-cart table.cart img {
		vertical-align: middle;
	    width: 50px !important;
	    border: 1px solid #333;
	    padding: 3px;
	}
	.woocommerce-cart-form__cart-item .product-price:before {
		display: none;
	}
	.cart .product-quantity:before,
	.cart .product-subtotal:before {
		display: none;
	}
}
@media screen and (min-width:500px) {
	footer .row {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	footer .col-sm {
	    -ms-flex-preferred-size: 0;
	    flex-basis: 0;
	    -webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    max-width: 100%;
	    padding: 0 15px;
	}
}
@media (max-width: 768px) {
  .wpcfbt-product .wpcfbt-thumb {
    display: block !important;
  }
}
