.cookies-popup-wrap *{margin:0px;padding:0px;font-weight:normal;font-family:'Helvetica Now Text', Arial, sans-serif;}
.cookies-popup-wrap {
	height: auto;
	background-color: #fff;
	bottom: 0;
	top: auto;
	border-top: solid 1px #212121;
	overflow: auto;
	position:fixed;
	left:0px;
	right:0px;
	z-index:999999;
}
.cookies-popup-wrap .popup-content{
	padding: 20px;
}
.cookies-toggle-wrap {
	position: relative;
	display: flex;

	flex-shrink: 0;
	margin-left: 15px;
}

.cookies-toggle{position:relative;display:none;}
.cookies-slider{
	position: relative;
	width: 46px;
	height: 25px;
	cursor: pointer;
	background-color: #ccc;
	transition: .4s;
	border-radius: 34px;
	display:inline-block;
}
.cookies-slider::before {
	position: absolute;
	content: "";
	height: 19px;
	width: 19px;
	left: 3px;
	bottom: 3px;
	background-color: #fff;
	transition: .4s;
	border-radius: 50%;
	display:inline-block;
}
.cookies-popup-wrap input.cookies-toggle:checked +.cookies-slider::before {
	transform: translateX(21px);
}
.cookies-popup-wrap input.cookies-toggle:checked + .cookies-slider{
	background-color: #127749;
}
.cookies-popup-wrap input.cookies-toggle:disabled + .cookies-slider{
	background-color: #7a7a7a;
}
.cookie-content{font-size:12px;}	
.cookie-content p{padding:2px 0px;}
.cookies-popup-wrap .popup-botttom-fixed{display:flex;justify-content: space-between;}
.cookie-bottom-left{width:76%;}
.cookies-bottom-btn{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	gap:21px;
	width:21%;
}


.cookie-heading{font-size:16px;font-weight:bold;margin-bottom:5px;}	
.cookie-choice{display:flex;gap:20px;margin-top:20px;}	
.cookies-choice-item{display:flex;align-items:center;}	
.cookies__type{font-size:15px;font-weight:bold;}


.ck-btn{
		font-size:16px;
		background-color: #fff;
		border-radius: 5px;
		border: 2px solid #212121;
		color: #212121;
		padding: 11px 25px;
		border-color: #127749;
		font-weight: 400;
		cursor:pointer;
		transition:.5s all;
	}
.ck-btn:hover{
	background: #127749;
	color:#fff;
}
.ck-more-option{
	color: #127749;
	font-size:15px;
	display:flex;
	align-items:center;
	font-weight:bold;
	margin-top:15px;
	text-decoration:none;
}

.ck-more-option svg{transform: rotate(-90deg);}

/*cookies poupup design with tabber */

.cookies-logo-wrap{
	    padding: 5px 20px 15px;
}

.cookies-popup-wrap .tabs{display:flex;border-top: solid 2px rgba(0, 0, 0, .08);
    border-bottom: solid 2px rgba(0, 0, 0, .08);}
.cookies-popup-wrap .tabs a{
	position: relative;text-decoration:none;width:100%;
	text-align: center;
    padding: 15px 0 14px;
    position: relative;
    cursor: pointer;
    transition: color .3s;color:#000;display:block;font-weight:bold;position:relative;
	font-size:16px;
	}
.cookies-popup-wrap .tabs a.active, .cookies-popup-wrap .tabs a:hover{
	color: #127749;
}
.cookies-popup-wrap .tabs a.active:before{
	content: "";
    width: 100%;
    height: 3px;
    background-color: #127749;
    bottom: -2px;
    left: 0;
    position: absolute;
}
.cookies-popup-wrap .tabcontent{display:none;padding:20px 25px;height:400px;overflow:auto;max-height:calc(100vh - 305px);}
.cookies-popup-wrap .tabcontent.active{display:block;}
.cookies-popup-wrap .tabcontent .cookie-content p{font-size:15px;line-height:150%;}

.cookies-popup-wrap .tabcontent .cookie-choice{flex-wrap:wrap;gap:0px;}
.cookies-popup-wrap .tabcontent .cookies-choice-item{width:100%;justify-content: space-between;padding-top:10px;padding-bottom:10px;}

.popup-full-window .cookies-bottom-btn{padding: 20px 15px 0;border-top: solid 2px rgba(0, 0, 0, .08);width:100%;    flex-wrap: nowrap;flex-direction: row;box-sizing: border-box;gap:12px;}
.popup-full-window .cookies-bottom-btn .ck-btn{width:33.33%;}
.cookies-popup-wrap .tab-sub-heading{font-weight:bold;margin-bottom:10px;font-size:16px;}


.tab-cookies-list{padding:20px;display:none;}
.showList .tab-cookies-list{display:block;}
.showList .cookies__type svg{transform:rotate(180deg);}
.tab-cookies-list li{list-style:none;}
.tab-cookies-list li + li{margin-top:20px;}
.tab-cookies-list li label{margin-bottom:5px;}

.tab-cookies-list li p{font-size:12px;}
.tab-cookies-list li .cookies-toggle-wrap{margin-left:0px;width: 100%;display: flex;justify-content: space-between;align-items:center;}
.popin-close{position: absolute;
    top: -10px;
    z-index: 10;
    right: 10px;
    width: 25px;
    cursor: pointer;
    height: 25px;
    background-color: #212121;
	color:#fff;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer
   }
.popin-close span{transform: rotate(45deg);}

.popup-full-window{display:none;position:relative;}
.popupShow .popup-botttom-fixed{display:none;}
.popupShow .popup-full-window{display:block;}

.cookies-popup-wrap.popupShow{height:100%;background:rgba(0,0,0,.2);}
.popupShow .cookies-popup{
	min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;}

.cookies-popup-wrap .tabcontent .cookies__type{
	display:flex;
	align-items:center;
	cursor:pointer;
}
.cookies-popup-wrap .tabcontent .cookies__type span{
	display:flex;
}
.popupShow .popup-content{
	max-width: 990px;
    box-shadow: rgba(100, 100, 111, .5) 0 6px 52px 0;
    padding: 20px 0;
	background-color: #fff;
}
.tab-cookies-choice-row:nth-of-type(1){
	border-top:0px;
	padding:0px;
	padding-bottom:20px;
}
.tab-cookies-choice-row{
	padding: 20px 0;
	border-top: solid 2px rgba(0, 0, 0, .08);
}
.tab-cookies-item-txt{
	font-size:15px;
}

@media(max-width:992px){
	
	.cookie-choice{flex-wrap:wrap;}
	.cookies-popup-wrap .popup-botttom-fixed{flex-wrap:wrap;}
	.cookie-bottom-left, .cookies-bottom-btn{width:100%;}
	.cookie-bottom-left{margin-bottom:20px;}
	.cookies-bottom-btn{gap:15px;}
	.popupShow .cookies-popup{padding:0px 20px;}
	
	.popup-full-window .cookies-bottom-btn{flex-direction: column;}
	.popup-full-window .cookies-bottom-btn .ck-btn{width:100%;}
	
	.tab-cookies-item-txt{font-size:13px;}
	
	.tab-cookies-list label span{font-size:14px;font-weight:bold;}
}





