/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Modern weboldal készítés kiemelkedő eredményekkel. Nem csak szép, de hatékony weboldalakat készítünk, amely növelni fogja a vállalkozásod bevételét és leveszi a terhet a válladról a Hello Elementor sablonnal.
Author: WPViking Agency
Author URI: https://wpviking.agency/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-wpviking-agency
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html

/* ----------------- DESIGN ----------------- */
/* Selection */
::-moz-selection {
	color: #fff;
	background: var( --e-global-color-primary )
}

::selection {
	color: #fff;
	background: var( --e-global-color-primary )
}


/* Mark */
mark {
    background: var( --e-global-color-primary )
    color: #fff;
    font-weight: 700;
}


/* Fluent Forms */
.fluentform .ff-btn-submit {
	margin-top: 10px !important;
    font-weight: 700 !important;
}

.fluentform .ff-btn:hover {
    opacity: 1 !important;
}

/* Galéria címsor */
.elementor-slideshow__title {
    display: none !important;
}



/* ----------------- BLOG ----------------- */

/* Bejegyzés kivonatok után 3 pont*/
.elementor-posts .elementor-post__excerpt p:after {
content: "..." !important;
}


/* Slider */
i.eicon-chevron-right, i.eicon-chevron-left {
    border: 1px solid #b49480;
    border-radius: 100px;
    background: #fff;
    color: #b49480;
    padding: 8px;
}

i.eicon-chevron-right:hover, i.eicon-chevron-left:hover {
    background: #fffafa;
}


.heromobilslider .elementor-main-swiper {
    position: relative !important;
}

.heroslider .elementor-button.elementor-slide-button.elementor-size-sm {
    padding: 0px !important;
}



.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var( --e-global-color-primary ) !important;
}

form.variations_form.cart select, 
form.variations_form.cart input,
.tc-section-inner-wrap input,
.tc-section-inner-wrap select {
    border: 1px solid #e7e0e0 !important;
    border-radius: 0px !important;
}

.tm-box {
    padding: 40px 20px 20px 20px;
}
/* Menü betűtípus */
.fejlecmenu ul .elementor-nav-menu--dropdown a {
	font-family: "EB Garamond", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    font-style: italic !important;
    letter-spacing: 1px !important;
}


/* Készleten szövegszín */
p.stock.in-stock {
	color: #b49480 !important;
}

/* Extra product options */
.tm-box {
    padding: 10px 20px 20px 20px !important;
	margin-bottom: 10px !important;
}

/* Cookieyes ablak */
.cky-consent-container.cky-box-bottom-left > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cky-consent-container.cky-box-bottom-left {
  height: 100vh !important;
	bottom: 0px !important;
	left: 0px !important;
	width: 100% !important;
	padding: 0px 20px !important;
	background: rgba(0,0,0,0.7)
}

.cky-consent-bar {
  width: 800px !important;
  min-height: 450px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

@media only screen and (min-width: 767px){
.cky-title{
	font-size: 32px !important;
	margin-bottom: 40px !important;
	line-height: 1.4em !important;
}

.cky-notice-des p{
	font-size: 20px !important;
	line-height: 1.6em;
	margin-bottom: 40px !important;
}
}

@media only screen and (max-width:767px){
	.cky-consent-bar {
	width: 100% !important;
}
}


/* XootiX - Side Cart */
span.xoo-wsc-footer-txt {
    display: none !important;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart {
    display: none !important;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue {
    display: none !important;
}



/* Tiered Price ár csere */
.tiered-pricing-dynamic-price-wrapper {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 4px;
}
