/*!
Theme Name: fbs 2023
Theme URI: https://littleworkshop.ro
Author: LightPixel
Author https://littleworkshop.ro
Description: Theme created by littleworkshop
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: fbs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*	GENRAL STUFF	*/
body {margin: 0;font-family:"Roboto",sans-serif;font-size:15px;color:#000;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
a,a:visited, a:active, a:link{text-decoration:none;color:inherit}
a:hover{color:#026a38;}

button, a, input{outline:none}
button, input{border-radius:0px !important;}

img {height: auto;max-width: 100%;}
img.alignleft{vertical-align:top;margin-right:45px;margin-bottom:45px;float:left}
img.alignright{vertical-align:top;margin-left:45px;margin-bottom:45px;float:right}
main img{border:solid 1px #ddd}
hr{border-color:#ddd}
.font0{font-size:0px;}
.container-large{width:1200px;margin:0 auto;max-width:100%;}
.clear{clear:both}

h1{font-size:56px;margin-top:30px}
h2{font-size:32px;}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*	HEADER	*/
.top-bar{background:#000;color:#fff;padding-top:16px;padding-bottom:16px;}
.top-bar .bx{margin-right:8px;font-size:25px;vertical-align:middle}
.langs{list-style:none;padding:0px;margin:0px}
.lang-item{display:inline-block;margin-left:5px}
.head-logos{padding-top:20px;padding-bottom:20px}

.spacer{color:#fff;padding:0px 10px}

.logo-container{position:relative}
.custom-logo-link img{max-height:200px;width:auto;position:absolute;top:-50px;left:0px;z-index:9999}

.search-form{width:100%;border:solid 1px #e7e8e3;position:relative}
.search-field{width:100%;padding-right:36px;padding-left:10px;height:36px;border:none;background:none}
.search-submit{display:block;width:36px;height:36px;position:absolute;top:0px;right:0px;border:none;background:#026a38 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(255, 255, 255, 1);transform: ;msFilter:;"><path d="M10 18a7.952 7.952 0 0 0 4.897-1.688l4.396 4.396 1.414-1.414-4.396-4.396A7.952 7.952 0 0 0 18 10c0-4.411-3.589-8-8-8s-8 3.589-8 8 3.589 8 8 8zm0-14c3.309 0 6 2.691 6 6s-2.691 6-6 6-6-2.691-6-6 2.691-6 6-6z"></path></svg>') center center no-repeat;color:#fff;text-indent:-9999em}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*	MENIU	*/
.menu-bottom{list-style:none;padding:0px;margin:0px;text-align:left}
.menu-bottom li{padding:0px;margin:10px 0px;display:block;}
/*
.menu-bottom li:first-child{border:none}
*/
@media screen and (min-width: 1200px) {
	.menu{list-style:none;padding:0px;margin:0px;display:flex;justify-content: space-around;}
	.menu>li{position:relative;display:inline-block;line-height:80px}
	.menu>li>a{text-transform:uppercase;}
	.sub-menu{visibility:hidden;position:absolute;list-style:none;padding:15px 0px;margin:0px;z-index:9999;background:rgba(255,255,255,.9);border:solid 1px #999;width:350px;line-height:1.2em;opacity:0;transition:opacity .4s}
	.menu-container{border-top:solid 1px #e7e8e3;border-bottom:solid 1px #e7e8e3}

	.menu>li:hover>.sub-menu{top:55px;left:0px;visibility:visible;opacity:1}  

	.sub-menu>li{position:relative;padding:10px 25px;border-bottom:solid 1px #eee}
	.sub-menu>li a{display:block}
	.menu a{font-weight:500}
	.sub-menu li:hover{background:#fff !important;}
	.sub-menu li:hover>.sub-menu{top:0px;left:340px;visibility:visible;opacity:1} 
	.menu>li.menu-item-has-children::after{content:"\ea4a";font-family:boxicons;color:#000;font-size:13px}
	.menu>li.menu-item-has-children:hover::after{color:#026a38;}
	.sub-menu>li.menu-item-has-children{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="M10.707 17.707 16.414 12l-5.707-5.707-1.414 1.414L13.586 12l-4.293 4.293z"></path></svg>') 325px 12px no-repeat;}
	.sub-menu>li.menu-item-has-children:hover{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" style="fill: rgba(52, 96, 144, 1);transform: ;msFilter:;"><path d="M10.707 17.707 16.414 12l-5.707-5.707-1.414 1.414L13.586 12l-4.293 4.293z"></path></svg>') 325px 12px no-repeat;}
	.mobile-menu{display:none}
}
/* --------------------------------------------- */
@media screen and (max-width: 1200px) {
	.menu-container{position:relative;border-top:solid 1px #e7e8e3;border-bottom:solid 1px #e7e8e3;padding-top:5px;padding-bottom:5px}
	.menu{list-style:none;padding:0px;margin:0px;position:absolute;top:40px;right:0px;background:#fff;border:solid 1px #999;z-index:99999;display:none;padding:15px}
	.menu>li{padding-top:7px;padding-bottom:7px;border-bottom:solid 1px #eeee}
	.menu>li>a{text-transform:uppercase;font-size:22px}
	.sub-menu{display:none;list-style:none}	
	.sub-menu>li{padding-top:7px;padding-bottom:7px;border-bottom:solid 1px #eeee}
	.mobile-menu{display:block;background:#026a38;color:#fff;border:solid 1px #ddd;height:36px;margin:1px;width:100%}
	.menu-item-has-children{}
	.menu-item-has-children::before{float:right;content:"\ea4a";font-family:boxicons;color:#000;font-size:13px;margin-left:10px}
	.sub-menu>li:last-child{border-bottom:none}
	
	.menu-bottom li{display:block;border:none}
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*	FOOTER	*/
.main-footer{background:#000;padding-top:40px;padding-bottom:40px;color:#fff}
.copyright{margin-top:15px;padding-top:15px;border-top:solid 1px #555;color:#eee;font-size:13px;font-weight:400;}
.certificate img{max-width:100%;height:auto}
.adresa, .orar, .legal{padding-left:0px;position:relative;}
.main-footer .bx{font-size:140px;color:#fff;position:absolute;left:-80px;top:0px;opacity:.06}
.main-footer strong{display:block;padding-bottom:8px;font-size:18px}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*	CONTACT	*/
.wpcf7-form p,.wpcf7-form label, .wpcf7-form input, .wpcf7-form textarea{width:100%}
.wpcf7-form input, .wpcf7-form textarea{border:solid 1px #777;padding:5px 10px;margin-bottom:8px}
.wpcf7-form textarea{height:150px}
.wpcf7-form input[type="submit"]{width:auto}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*	PAGES	*/
.front-page, .page-content{font-size:17px}
.tooltip-inner{max-width:300px !important}
.page .entry-title{text-align:center;margin-bottom:40px}
.page-content{margin-bottom:40px}

.gallery {display:flex;flex-wrap: wrap}
.gallery .gallery-item{flex:0 0 auto; padding:10px;margin-bottom:0px;width:100%;text-align:center}
.gallery-columns-1 .gallery-item{max-width:100% !important;}
.gallery-columns-2 .gallery-item{max-width:50% !important;}
.gallery-columns-3 .gallery-item{max-width:33.33% !important;}
.gallery-columns-4 .gallery-item{max-width:25% !important;}
.gallery-columns-5 .gallery-item{max-width:20% !important;}
.gallery-columns-6 .gallery-item{max-width:16.66% !important;}
.gallery-columns-7 .gallery-item{max-width:14.28% !important;}
.gallery-columns-8 .gallery-item{max-width:12.5% !important;}
.gallery-columns-9 .gallery-item{max-width:11.11% !important;}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* PRIMA PAGINA */
.despre-noi{margin-top:50px; margin-bottom:50px}
.despre-noi h1{font-size:39px;font-weight:700;color:#000;margin-bottom:30px;}
.despre-noi p{white-space:pre-wrap;font-size:20px;line-height:2em;font-weight:500}

.front-cifre{padding-top:30px;padding-bottom:10px;font-size:17px;font-weight:500;text-align:center;background:#000;color:#fff}
.front-cifre span{font-size:60px;font-weight:700;}
/*
.front-cifre span{display:inline-block;width:100%;height:100%;line-height:100%;border:solid 10px #000;background:#eee;text-align:center;font-size:40px;font-weight:700;border-radius:100%;}
*/

.front-cifre .col-6 div{margin:20px;}

.front-servicii{white-space:nowrap}
.serviciu-expand {width:25%;display:inline-block;padding:0px 5px 5px 5px;transition:.4s;}
.serviciu-expand:hover{width:30%}
.serviciu-expand div{height:300px;position:relative;text-align:center;overflow:hidden;background:#000;margin-top:30px}
.serviciu-expand div img{height:450px !important;width:auto !important;max-width:none !important;position:absolute;top: -9999px;bottom: -9999px;left: -9999px;right: -9999px;margin: auto;}
.serviciu-expand div img{opacity:.4;transition:.4s}
.serviciu-expand:hover img{opacity:1}
.serviciu-expand div h2{position:absolute;top:40px;left:30px;color:#fff;font-size:20px;text-transform:uppercase;width:100%;white-space:normal;text-align:left;text-shadow: 1px 1px 2px #000000;}

.front-industrii h1{text-align:center;font-weight:700;font-size:40px;margin-top:50px;margin-bottom:50px}
.industrii-text{width:50%;display:inline-block;font-size:17px;line-height:2em;padding-right:10px;vertical-align:top}

.industrii-content{border-top:solid 1px #eeeeee;border-bottom:solid 1px #eeeeee;padding:40px 40px 22px 40px;font-size:17px;line-height:2em;vertical-align:top;text-align:justify}

.industrii-slider{width:50%;display:inline-block;height:600px;vertical-align:top;}
.industrii-slider .img{max-height:100%;width:auto;}
.industrii-slider .carousel{margin-left:10px;height:100%;overflow:hidden}


.front-proiecte h1{text-align:center;font-weight:700;font-size:40px;margin-top:50px;margin-bottom:50px}

.proiecte-content{border-top:solid 1px #eeeeee;border-bottom:solid 1px #eeeeee;padding:40px 40px 22px 40px;width:100%;min-height:650px;}
.proiecte-imagini{width:50%;display:inline-block;vertical-align:top;margin-left:-10px;margin-top:-20px;}

.imagine-proiect img{max-width:100%;height:auto;transition:all .3s}
.imagine-proiect:hover img{opacity:.8}
.proiecte-text{font-size:17px;line-height:2em;vertical-align:top;text-align:justify}

.page-content{margin-top:50px;margin-bottom:50px; font-size:17px;padding:20px;}
.page-content h2{font-size:20px;margin-bottom:20px;font-weight:700}
.page-content p{margin-bottom:20px}
.post_header{width:100%;min-height:200px;background:#000;color:#fff;position:relative}
.post_header h1{color:#fff;position:absolute;top:50%;left:0px;width:100%;text-align:center;margin:0px;transform:translateY(-50%)}
.post_header img{opacity:.3}

.contact-card{position:relative;padding-left:70px;}
.contact-card .bx{position:absolute;left:30px;top:0px;font-size:30px;color:#00bf62}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.green-button{display:inline-block;padding:15px 25px;font-size:20px;color:#fff !important;background:#00bf62;margin-top:10px;transition:.4s all}
.green-button:hover{background:#00bf62}
.very-big-green-button{background:#00bf62;color:#fff;font-size:30px;padding:15px 40px;border:solid 5px transparent;transition:all .4s}
.very-big-green-button:hover{border:solid 5px #026a38}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.page-content h2, .despre-noi-container h2{position:relative;border-bottom:solid 1px #bbb;margin-top:20px;padding-bottom:5px;}
.page-content h2:after, .despre-noi-container h2:after{content:" ";position:absolute;bottom:0px;left:0px;height:3px;width:60px;background:#00bf62}
.partener, .produs{margin-bottom:40px;}

.page-content h1, .despre-noi-container h1{font-size:35px; position:relative;border-bottom:solid 1px #bbb;margin-top:20px;padding:5px 0px;margin-bottom:40px;}
.page-content h1:after, .despre-noi-container h1:after{content:" ";position:absolute;bottom:0px;left:0px;height:3px;width:60px;background:#00bf62}

.despre-noi-container h1{margin-top:60px;margin-bottom:60px;display:inline-block}

.despre-noi{position:relative; padding-left:60px;margin-top:30px}
.despre-noi img{position:absolute;left:0px;top:0p;width:50px;height:auto;border:none !important}

.avantaje img{width:100px !important;float:left; border:none;margin:0px 20px 20px 0px;display:inline-block}
.avantaje h2{font-size:24px !important;margin-bottom:20px !important}
.avantaje{margin-bottom:50px}
.big-title{font-size:60px !important;border:none !important}
.big-title:after{display:none}
.big-title .bx{margin:0px 10px;color:#ccc;font-size:40px;}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*	RESPONSIVE	*/
@media screen and (max-width: 1200px) {
/*
	*{border:solid 1px #ff0000}
*/
	.top-bar, .menu-container{background:#000;padding-top:5px;padding-bottom:5px;border:none}
	.top-bar{color:#fff}
	
	.top-bar span{display:block;}
	.top-bar .spacer{display:none;}
	.custom-logo-link img{height:150px;top:-60px;left:-10px}
	.adresa,.orar, .legal, .legal ul, .certificate{text-align:center}
	h1{font-size:26px;margin-top:20px !important}
	h2{font-size:22px;}
	
	.front-servicii{white-space:normal}
	.serviciu-expand {width:49% !important;}
}

@media screen and (max-width: 1200px) {
.gallery-columns-1 .gallery-item{max-width:100% !important;}
.gallery-columns-2 .gallery-item{max-width:50% !important;}
.gallery-columns-3 .gallery-item{max-width:50% !important;}
.gallery-columns-4 .gallery-item{max-width:50% !important;}
.gallery-columns-5 .gallery-item{max-width:50% !important;}
.gallery-columns-6 .gallery-item{max-width:50% !important;}
.gallery-columns-7 .gallery-item{max-width:50% !important;}
.gallery-columns-8 .gallery-item{max-width:50% !important;}
.gallery-columns-9 .gallery-item{max-width:50% !important;}
}





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



/*4cookies rework*/
.cookie-main-section {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fdfdfd;
	transition: all 400ms ease-in-out;
	color: rgba(0,0,0,0.9);
	display: block;
}
.cookie-main-section.disabled {
	opacity: 0;
	visibility: hidden;
	display: none;
	z-index: -1;
}

.cookie-review {
	display: flex;
	position: fixed;
	bottom: 10px;
	left: 10px;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	background: green;
	border: 1px solid yellowgreen;
	color: yellowgreen;
	z-index: 100;
	align-items: center;
	justify-content: center;
}

.cookie-review:hover {
	cursor: pointer;
}

.cookie-review.enabled {
	opacity: 1;
	visibility: visible;
}

.cookie-review.disabled {
	opacity: 0;
	visibility: hidden;
}

.cookie-main-section .wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding: 15px 0;
}
@media (max-width: 767px) {
	.cookie-main-section .wrap {
		flex-direction: column;
		gap: 7px;
		align-items: flex-start;
	}
}
.cookie-main-section .wrap .area {
	flex: 1;
}
.cookie-main-section .wrap .area.info {
	min-width: 60%;
}
@media (max-width: 991px) {
	.cookie-main-section .wrap .area.info {
		min-width: 75%;
	}
}
.cookie-main-section .wrap .area.info h2 {
	color: ;
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 24px;
}
.cookie-main-section .wrap .area.info p {
	color: ;
	font-size: 14px;
	line-height: 20px;
}
@media (max-width: 767px) {
	.cookie-main-section .wrap .area.info p {
		max-height: 40px;
		overflow-y: auto;
	}
}
.cookie-main-section .wrap .area.info .cookies-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 25px;
	margin-top: 15px;
}
@media (max-width: 575px) {
	.cookie-main-section .wrap .area.info .cookies-list {
		display: none;
	}
}
.cookie-main-section .wrap .area.info .cookies-list li {
	position: relative;
}
.cookie-main-section .wrap .area.info .cookies-list li input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.cookie-main-section .wrap .area.info .cookies-list li input:checked + label span {
	background: rgba(76, 187, 23,1);
}
.cookie-main-section .wrap .area.info .cookies-list li input:checked + label span:after {
	left: 30px;
	background-color: #fefefe;
}
.cookie-main-section .wrap .area.info .cookies-list li input:disabled + label span {
	opacity: 0.7;
	pointer-events: none;
}
.cookie-main-section .wrap .area.info .cookies-list li label {
	padding-right: 70px;
	color: #000;
	font-size: 15px;
	position: relative;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.cookie-main-section .wrap .area.info .cookies-list li label span {
	position: absolute;
	top: 50%;
	right: 0;
	width: 57px;
	height: 32px;
	border-radius: 32px;
	background: rgba(196, 30, 58, 0.8);
	transform: translateY(-50%);
	display: block;
	transition: all 400ms ease-in-out;
}
.cookie-main-section .wrap .area.info .cookies-list li label span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fefefe;
	transform: translateY(-50%);
	transition: all 400ms ease-in-out;
}
.cookie-main-section .wrap .area.actions {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
@media (max-width: 767px) {
	.cookie-main-section .wrap .area.actions {
		flex-direction: unset;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.cookie-main-section .wrap .area.actions button {
		flex: 1;
	}
}
@media (max-width: 575px) {
	.cookie-main-section .wrap .area.actions {
		flex-direction: column;
	}
	.cookie-main-section .wrap .area.actions button {
		flex: unset;
		width: 100%;
	}
}
.cookie-main-section .wrap .area.logo-wrap {
	max-width: 15%;
}
@media (max-width: 991px) {
	.cookie-main-section .wrap .area.logo-wrap {
		display: none;
	}
}
.cookie-main-section .wrap .area.logo-wrap .logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.cookie-main-section .wrap .area.logo-wrap .logo img {
	max-width: 100%;
}
.custom-cookie-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 400ms ease-in-out;
}
@media (max-width: 460px) {
	.custom-cookie-popup {
		padding: 10px;
	}
}
.custom-cookie-popup.open-popup {
	opacity: 1;
	visibility: initial;
	pointer-events: initial;
}
.custom-cookie-popup .wrap {
	width: 100%;
	max-width: 900px;
	background-color: ;
	box-shadow: 0 32px 68px rgba(0,0,0,0.3);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	padding: 0;
	gap: 0;
}
.custom-cookie-popup .wrap .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
	.custom-cookie-popup .wrap .head {
		padding: 10px;
	}
}
.custom-cookie-popup .wrap .head .logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.custom-cookie-popup .wrap .head .logo img {
	width: 100%;
	max-width: 120px;
}
.custom-cookie-popup .wrap .head .close-popup {
	width: 14px;
	height: 14px;
	position: relative;
	cursor: pointer;
}
.custom-cookie-popup .wrap .head .close-popup:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 2px;
	transform: translate(-50%,-50%) rotate(45deg);
	background: rgba(196, 30, 58,1);
}
.custom-cookie-popup .wrap .head .close-popup:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 100%;
	transform: translate(-50%,-50%) rotate(45deg);
	background: rgba(196, 30, 58,1);
}
.custom-cookie-popup .wrap .footer-area {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	width: 100%;
	padding: 10px 20px;
	border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
	.custom-cookie-popup .wrap .footer-area {
		padding: 10px;
	}
}
.custom-cookie-popup .wrap .body-area {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
.custom-cookie-popup .wrap .body-area .tabs-list {
	width: 100%;
	max-width: 225px;
	display: flex;
	flex-direction: column;
	background: #e5e5e5;
}
@media (max-width: 767px) {
	.custom-cookie-popup .wrap .body-area .tabs-list {
		max-width: 160px;
	}
}
@media (max-width: 460px) {
	.custom-cookie-popup .wrap .body-area .tabs-list {
		max-width: 130px;
	}
}
@media (max-width: 380px) {
	.custom-cookie-popup .wrap .body-area .tabs-list {
		max-width: 110px;
	}
}
.custom-cookie-popup .wrap .body-area .tabs-list li {
	padding: 10px 15px;
	font-size: 15px;
	line-height: 22px;
	transition: all 400ms ease-in-out;
	cursor: pointer;
	border-bottom: 1px solid ;
}
@media (max-width: 767px) {
	.custom-cookie-popup .wrap .body-area .tabs-list li {
		font-size: 13px;
		line-height: 19px;
		padding: 10px;
	}
}
@media (max-width: 380px) {
	.custom-cookie-popup .wrap .body-area .tabs-list li {
		font-size: 12px;
		line-height: 18px;
		padding: 8px;
	}
}
.custom-cookie-popup .wrap .body-area .tabs-list li:hover {
	background: ;
}
.custom-cookie-popup .wrap .body-area .tabs-list li.active {
	background-color: ;
}
.custom-cookie-popup .wrap .body-area .tabs-content {
	width: 100%;
	max-width: calc(100% - 225px);
	padding: 10px 15px;
}
@media (max-width: 767px) {
	.custom-cookie-popup .wrap .body-area .tabs-content {
		max-width: calc(100% - 160px);
	}
}
@media (max-width: 460px) {
	.custom-cookie-popup .wrap .body-area .tabs-content {
		max-width: calc(100% - 130px);
	}
}
@media (max-width: 460px) {
	.custom-cookie-popup .wrap .body-area .tabs-content {
		max-width: calc(100% - 110px);
	}
}

ul.tabs-list {
	list-style: none;
	padding-left: 0;
}

.custom-cookie-popup .wrap {
	background: #e5e5e5;
}

.custom-cookie-popup .wrap .body-area .tabs-content {
	background:#fff;
}

.custom-cookie-popup .wrap .body-area .tabs-content .tab {
	display: flex;
	flex-direction: column;
	gap: 15px;
	background:#fff;
}

.custom-cookie-popup .wrap .body-area .tabs-content .tab:not(.active) {
	display: none;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head h2 {
	font-size: 16px;
	line-height: 24px;
}
@media (max-width: 767px) {
	.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head h2 {
		font-size: 14px;
		line-height: 20px;
	}
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head .status input {
	position: absolute;
	top: 0;
	lefT: 0;
	opacity: 0;
	pointer-events: none;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head .status input:checked + label {
	background: ;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head .status input:checked + label:after {
	left: 30px;
	background-color: ;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head .status label {
	width: 57px;
	height: 32px;
	border-radius: 32px;
	background: ;
	display: block;
	transition: all 400ms ease-in-out;
	position: relative;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head .status label:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: ;
	transform: translateY(-50%);
	transition: all 400ms ease-in-out;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content {
	max-height: 300px;
	overflow-y: auto;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .txt {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .txt p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
@media (max-width: 767px) {
	.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .txt p {
		font-size: 13px;
		line-height: 19px;
	}
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .txt ul {
	list-style-type: disc;
	padding-left: 20px;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .txt ul li {
	font-size: 14px;
	line-height: 20px;
}
@media (max-width: 767px) {
	.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .txt ul li {
		font-size: 13px;
		line-height: 19px;
	}
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list {
	display: flex;
	flex-direction: column;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li {
	position: relative;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li input {
	position: absolute;
	top: 0;
	lefT: 0;
	opacity: 0;
	pointer-events: none;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li input:checked + label span {
	background: rgba(76, 187, 23,1);
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li input:checked + label span:after {
	left: 30px;
	background-color: #fefefe;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li input:disabled + label span {
	opacity: 0.7;
	pointer-events: none;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li label {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li label h2 {
	font-size: 18px;
	line-height: 24px;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li label p {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
@media (max-width: 767px) {
	.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li label p {
		font-size: 13px;
		line-height: 19px;
	}
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li label span {
	width: 57px;
	height: 32px;
	border-radius: 32px;
	background: rgba(196, 30, 58, 0.8);
	display: block;
	transition: all 400ms ease-in-out;
	position: relative;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li label span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fefefe;
	transform: translateY(-50%);
	transition: all 400ms ease-in-out;
}

/*custom on top of alex's style*/

.logo-wrap.area .logo {
	display: flex !important;
}

.logo-wrap.area .logo img {
	filter: contrast(1);
	opacity: 0.9;
	max-height: 100px;
	width: auto;
}

.button.yellow.small {
	background: rgba(76, 187, 23,0.8);
	border-color: rgba(76, 187, 23,0.8);
	color: rgba(255,255,255,0.8);
}
.button.yellow.small:hover {
	background: rgba(76, 187, 23,1);
	border-color: rgba(76, 187, 23,0)
	color: rgba(255,255,255,1);
}
.button.gray-light.small {
	background: rgba(0, 150, 255,0.8);
	border-color: rgba(0, 150, 255,0.8);
	color: rgba(255,255,255,0.8);
}
.button.gray-light.small:hover {
	background: rgba(0, 150, 255,1);
	border-color: rgba(0, 150, 255,0);
	color: rgba(255,255,255,1);
}

.button.red.small {
	background: rgba(196, 30, 58,0.8);
	border-color: rgba(196, 30, 58,0.8);
	color: rgba(255,255,255,0.8);
}
.button.red.small:hover {
	background: rgba(196, 30, 58,1);
	border-color: rgba(196, 30, 58,0);
	color: rgba(255,255,255,1);
}

.cookie-main-section {
	/*position: relative;*/
	padding: 10px !important;
}

.cookie-main-section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px; /* Adjust the thickness of the border as needed */
	background: linear-gradient(90deg, #c50000, #ff3838);
	z-index: 1; /* Ensure the border is above the content */
}

.cookie-main-section .wrap .area.info .cookies-list {
	list-style: none;
	padding-left: 0;
}

.custom-cookie-popup .wrap .body-area {
	padding: 10px;
}

.custom-cookie-popup .wrap .body-area .tabs-list li.active {
	background: #fff;
}

.container.container-custome {
	max-width: 100%;
}

.custom-cookie-popup {
	z-index: 99999;
}

