
/* COLORS */
:root {
	--vl-orange: #FF9A3E;
	--light-green: #6dd09d;
	--konte-dark-grey: #161619;
	--konte-light-grey: #838889;
	--vl-bg-color: white;
	--vl-orange-alpha-20: rgb(255, 154, 62, 0.2);
}

#masthead.light, #mobile-bottom-bar {
	    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

#masthead.dark {
	  background-color: 
				rgba(22, 22, 25, 0.9);
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}


/* TEXT SHADOW */
.woocommerce-products-header__container.konte-container, .vl-main-textshadow {
    text-shadow: black 5px 5px 10px;
}

.mobile-bottom-bar {
	z-index: 999;
}

/* ALKATEGORIA KEPEK */
@media screen and (max-width: 426px){
.woocommerce ul.products li.product {
	width: 100%;
	display: flex;
	justify-content: center;
}}

#main ul.products li.product-category a {
  display: inline-flex;
  overflow: hidden; 
	position: relative;
	
}

#main ul.products li.product-category a:hover img {
	transform: scale(1.1);
	transition: transform 1s;
}

#main ul.products li.product-category a img {
	transform: none;
	transition: transform 1s;
}

#main ul.products li.product-category .woocommerce-loop-category__title {
	color: white;
	text-shadow: black 5px 5px 10px;
	font-weight: 500;
	margin: 0;
	display: block;
	padding: 20px;
	font-size: 1rem;
	transform: none;
  transition: 0.4s;
}

#main ul.products li.product-category a:hover .woocommerce-loop-category__title {
	transform: translateY(-52px);
  transition: 0.4s;
}

/* TOP BAR */
#topbar.topbar.dark {
	background-color: var(--vl-orange);
	color: white;
}

#topbar.topbar {
	display: block;
	height: initial;
	text-align: center;
	padding: 0.5em 0;
}

#topbar.topbar .topbar-center-items {
	display: flex;
}

#topbar.topbar .konte-container-fluid {
	justify-content: center;
}

/* PRIMARY MENUS */
#primary-menu, #secondary-menu {
	flex: 1;
}

#primary-menu {
	display: flex;
	justify-content: flex-end;
}

/* SEARCH BOX */
.header-left-items .header-search.form:not(:last-child), .header-right-items .header-search.form, .header-center-items .header-search.form {
	max-width: 300px;
	width: auto;
}

.header-search.form .search-field:focus, .header-search.form .search-field.focused {
    width: 200px;
}

.header-search.form .search-field {
    width: 100px;
}
/* PRODUCT ARCHIVES, LOOPS */

/* PRODUCT BADGES */
.woocommerce-badges--rectangle .woocommerce-badge {
	font-size: 0.7em;
}

ul.products > li.product.outofstock .product-thumbnail img{
	filter: brightness(0.6);
}

/* ul.products > li.product.outofstock span.sold-out.woocommerce-badge {
	background: initial;
	font-size: 1em;
} */


/* WISHLIST COUNT */
.vl-wishlist-count {
	color: var(--light-green);
	font-weight: 500;
	font-size: 14px;
}

/* FIX FADE-IN WHITE BG */
ul.products li.product .product-summary {
	background-color: var(--vl-bg-color);
}

/* BREADCRUMBS */
.woocommerce div.product.layout-v6 .summary .product-toolbar {
	padding-top: 0;
	padding-bottom: 20px;
}

@media (max-width: 991px) {
	.woocommerce div.product .summary .product-toolbar {
		display: initial;
	}
	
	div.summary div.product-toolbar .woocommerce-breadcrumb.breadcrumbs {
		margin-bottom: 20px;
	}
}

/* SWATCHES, DROPDOWN */

/* dropdowns */
.woocommerce div.product.layout-v6 .summary .variations tr {
	width: initial;
}

@media (max-width: 767px) {
	.woocommerce div.product.layout-v6 .summary .variations tr, .woocommerce div.product.layout-v6 .summary .variations td {
			display: block;
		text-align: left;
	}
} */


/* PRODUCT PAGE */

/* PRODUCT ADD-ONS */

form.cart > div.wc-pao-addons-container {
	flex-basis: 100%;
}

.wc-pao-addons-container > #product-addons-total {
	display: none;
}

.wc-pao-addons-container label.wc-pao-addon-name {
	font-weight: bold;
	font-size: small;
}



/* KAPCSOLODO TERMEKEK */
.related.products .swiper-container {
	width: initial;
}

.woocommerce div.product.layout-v6 .product-share:hover .socials {
	background-color: white;
}

/* UPSELLS */
.summary .side-products h2 {
	margin: 37px 0 20px 0;
}

.summary .side-products ul.products {
	flex-direction: column;
}

.summary .side-products ul.products li {
	flex: 1;
}

/* FOOTER SOCIAL ICONS */
a.vl-social-icon, .vl-social-icon i {
	color: var(--konte-light-grey);
	transition: 0.4s;
}

.footer-items .vl-social-icon i {
	font-size: 20px;
}

a.vl-social-icon:hover, .vl-social-icon:hover i {
	color: white;
	transition: 0.4s;
}

.footer-widgets a.vl-social-icon:after, .footer-widgets a.vl-social-icon.active:after, .footer-widgets a.vl-social-icon:hover:after {
	width: 0;
}

.vl-social-icon {
	padding-right: 20px;
}

.vl-social-icon:last-child {
	padding-right: 0;
}

.partner-icons {
	max-height: 50px;
}

/* FOOTER LINK DECORATION */
.footer-widgets .footer-widgets-area-4 a:hover:after, .footer-widgets .footer-widgets-area-4 a.active:after {
	width: 0;
}

/* FOOTER FLEX */
.footer-widgets .footer-container .row {
	display: flex;
	flex-wrap: wrap;
}

.footer-widgets .footer-container .row .footer-widgets-area {
	flex: 100%;
}

@media (min-width: 992px) {
	.footer-widgets .footer-container .row .footer-widgets-area {
		flex: 25%;
	}
}

@media (min-width: 768px) {
	.footer-widgets .footer-container .row .footer-widgets-area {
		flex: 50%;
	}
}

/* ADD TO CART BUTTON TEXTS */
ul.vl-after-add-to-cart {
	color: var(--konte-light-grey);
	font-size: 14px;
	list-style: none;
	margin-top: 14px;
	margin-bottom: 0;
	padding: 0;
}

ul.vl-after-add-to-cart i {
	color: var(--light-green);
}

/* PRELOADER */

.preloader .preloader-icon img {
	width: 80px;
	animation: spin infinite 1.5s ease
}

/* REVIEW TITLE DECAPITALIZE */
#review_form .comment-reply-title, .woocommerce div.product .summary .woocommerce-review-link {
	text-transform: none;
}

/* CHECKOUT */
.woocommerce .checkout .woocommerce-shipping-fields {
	display: block !important;
}

ul#shipping_method {
	flex-direction: column;
}

ul#shipping_method li {
	border-bottom: 1px solid #e3e7e8;
	padding: 17px 0;
}

ul#shipping_method li:last-child {
	border-bottom: 0;
}
.woocommerce .checkout-login, .woocommerce .checkout-coupon {
	width: 100%;
}

@media (min-width: 1200px) {
	#order_review {
		margin-right: 195px;
	}

	#order_review .woocommerce-checkout-review-order-table {
		margin: 0;
		width: 100%;
	}
}

.woocommerce-checkout-review-order-table tfoot .shipping td {
	flex: 1;
}

/* WAITLIST */


.woocommerce table.wishlist_table th {
	font-weight: 700;
}

.woocommerce table.wishlist_table td.product-stock-status {
	text-transform: none;
	font-size: 14px;
}


@media (min-width: 992px) {
	.type-product .wcwl_elements {
		width: 100%;
		float: left;
	}
}

.type-product .wcwl_elements .wcwl_notice {
	padding: 20px 40px;
}

.type-product .wcwl_elements .wcwl_notice .wcwl_notice_dismiss {
	right: 10px;
}

.type-product .wcwl_elements .spinner, .waitlist-user-waitlist-wrapper .spinner {
	background: none;
	width: 28px;
	height: 28px;
}

/* THANK YOU PAGE */
.woocommerce-checkout.woocommerce-order-received header.entry-header {
	display: none;
}

.woocommerce-checkout.woocommerce-order-received header.entry-content {
	margin-top: 0;
}

/* SIGNUP PAGE */
.woocommerce-account-login .content-area .woocommerce {
  width: 100%
}

/* VOUCHERS */
.woocommerce form.cart .voucher-fields-wrapper {
	display: none;
}

/* SALE PRICE INFO */
/* Reduce whitespace */
.woocommerce div.product.layout-v6 .summary .variations, .woocommerce div.product .summary .woocommerce-variation-description {
	margin-bottom: 10px;
}



/* Tooltip container */
.woocommerce-variation-price .price-info-icon {
  color: var(--konte-light-grey);
	font-size: 50%;
}

/* Tooltip text */
.woocommerce-variation-price .price-info-tooltiptext {
  visibility: hidden;
	display: none;
  background-color: var(--konte-light-grey);
  color: #fff;
  text-align: center;
  padding: 5px 0;
	margin-left: 5px;
	font-size: 40%;
 
  position: absolute;
  z-index: 1;
}

.woocommerce-variation-price .price-info-icon:hover+.price-info-tooltiptext {
	display: initial;
  visibility: visible;
}

/* CSOMAGPONT VALASZTO */
#page .header-sticky--smart, #page .topbar {
	z-index: 100;
}

.vp-woo-pont-modal.show {
--vp-woo-pont-primary-color: #151515;
	
--vp-woo-pont-primary-color-alpha-10: var(--vl-orange-alpha-20);
--vp-woo-pont-primary-color-alpha-20: var(--vl-orange-alpha-20);

}

.vp-woo-pont-modal-sidebar-result-info-text .cost, .vp-woo-pont-modal-sidebar-filters {
	display: none;
}

.vp-woo-pont-review-order-selected-info {
	font-size: 14px;
}

.woocommerce-cart .vp-woo-pont-modal {
	display: none;
}

/* Mailchimp */

.woocommerce .woocommerce-checkout-review-order .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 0;
}

.woocommerce .woocommerce-checkout-review-order .mailchimp-newsletter {
	padding-left: 0;
	margin-bottom: 60px;
	margin-top: 0;
}