/*
Theme Name: WPFegyvertár Hello Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: WPFegyvertár Hello Child Theme is a child theme of Hello Elementor, created by WPkurzus
Author: WPViking
Author URI: https://wpkurzus.hu/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
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;
}

/* ----------------- PRODUCT GALLERY ----------------- */
.main-product-swiper {
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
}

.main-product-swiper .swiper-slide {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f5f5;
}

.main-product-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.gallery-thumbs {
    margin-top: 10px;
    height: 120px;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    /*outline: 2px solid #333;*/
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: center;
}

.glightbox-container .gclose {
    background: rgba(0, 0, 0, 0.6) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 15px !important;
    right: 15px !important;
}

.glightbox-container .gclose svg {
    width: 16px;
    height: 16px;
    fill: #ffffff !important;
}

.glightbox-container {
    z-index: 999999 !important;
}

.glightbox-container .gclose {
    z-index: 9999999 !important;
}
.glightbox-clean .gclose {
    padding: 0;
}

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