/*
    Template:       payna
    Theme Name:     Payna Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Clean, Minimal WooCommerce Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    payna-child
    Domain Path:    /languages/
*/



/*********************************************************************************/
/*****************                     HEADER                    *****************/
/*********************************************************************************/
.lahfb-nav-wrap .menu > li.menu-item > a {
	font-weight: 600;
	font-size: 16px;
	text-decoration: none !important;
}
.lahfb-wrap .lahfb-nav-wrap .menu ul li.menu-item > a {
	text-decoration: none !important;
}
.responav li.current-menu-item > a,
.responav li.current.menu-item > a {
	color: #e96707 !important;
}
.close-responsive-nav {
	top: 50px;
	right: 20px;
}
.close-responsive-nav .lahfb-menu-cross-icon {
	margin: 7px 0 7px auto;
}




/*********************************************************************************/
/*****************                      404                      *****************/
/*********************************************************************************/
body.payna-body.error404 #section_page_header {
	display: none;
}
body.payna-body.error404 .customerdefine-404-content {
	width: 100%;
	min-width: 0;
}
body.payna-body.error404 .default-404-content {
	padding: 200px 0 100px;
}
body.payna-body.error404 .default-404-content h1 {
	color: #e96707;
}
@media screen and (max-width: 768px) {
	body.payna-body.error404 .default-404-content {
		padding: 100px 0;
	}
}




/*********************************************************************************/
/*****************                    SUPPORTS                   *****************/
/*********************************************************************************/
ul.support-lists {
    position: fixed;
    bottom: 20px;
    right: 50px;
	display: flex;
	gap: 10px;
    padding: 15px;
    border-radius: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 0 14px 0 rgba(0,0,0,.16);
    list-style: none;
    z-index: 2;
}
ul.support-lists li {
    display: flex;
}
ul.support-lists li a {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 100%;
	transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
    ul.support-lists {
        display: none;
    }
}




/*********************************************************************************/
/*****************               LASTUDIO CAROUSEL               *****************/
/*********************************************************************************/
.lastudio-carousel-wrap .slick-track {
	display: flex;
}
.lastudio-carousel-wrap .lastudio-carousel__item {
	display: flex;
	flex-direction: column;
	height: auto;
	float: none;
}
.lastudio-carousel-wrap .lastudio-carousel__item .lastudio-carousel__item-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}
.lastudio-carousel__item-inner .lastudio-carousel__image {
	overflow: visible;
}
@media screen and (max-width: 991px) {
	.lastudio-carousel__item-inner .lastudio-carousel__image img {
		max-width: 300px;
	}
}




/*********************************************************************************/
/*****************                COOKIES MESSAGE                *****************/
/*********************************************************************************/
/* .cookie-message {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
    width: 800px;
	max-width: 100%;
    padding: 20px 40px 20px 20px;
    background-color: #262626;
    transition: opacity 0.3s;
    z-index: 100;
}
.cookie-message.is-hidden {
	opacity: 0;
	pointer-events: none;
}
.cookie-message__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	transition: transform 0.3s;
}
.cookie-message__close:hover {
	transform: rotate(-90deg);
}
.cookie-message__close::before,
.cookie-message__close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}
.cookie-message__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.cookie-message__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.cookie-message__text {
	font-size: 15px;
	line-height: 20px;
	color: #ffffff;
}
.cookie-message__btn .lastudio-button__state {
	padding: 15px 40px;
}
.cookie-message__btn .lastudio-button__plane-normal {
    background-color: transparent;
    border: 1px solid #ffffff;
}
.cookie-message__btn .lastudio-button__plane-hover {
    background-color: #ffffff;
}
.cookie-message__btn .lastudio-button__state .lastudio-button__label {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}
.cookie-message__btn .lastudio-button__state-hover .lastudio-button__label {
	color: #262626;
}

@media screen and (max-width: 768px) {
    .cookie-message {
		bottom: 0;
	}
	.cookie-message__text {
		font-size: 14px;
		line-height: 18px;
	}
	.cookie-message__btn .lastudio-button__state {
		padding: 10px 30px;
	}
	.cookie-message__btn .lastudio-button__state .lastudio-button__label {
		font-size: 14px;
	}
} */