[class*="gdc-"] {
	box-sizing:border-box;
}


.gdc-container {
    position: fixed;
    min-height: 100px;
    width: 500px;
    right: 0;
    bottom: 0;
	background-color: #f7f7f7;
    padding: 30px 30px 50px 30px;
	max-height: 70vh;
    overflow-y: auto;
    z-index: 9999 !important;
    box-shadow: 3px 5px 20px 0px rgba(0,0,0, .5);
	font-family: 'Roboto', 'Arial', sans-serif;
}

.gdc-content-extra{
    width: 100%;
	/*display:none;*/
}

.gdc-title{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.gdc-close {
	display: none;
}

.gdc-description {
	font-style: normal;
	
}

.gdc-content{
	max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gdc-button {
    background-color: #588e5e;
    color: #fff;
	font-weight: bold;
    padding: 8px 12px;
    cursor: pointer;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	 display: inline-flex;
	 justify-content:center;
	 align-items:center;
	text-align:center;
	width:48%;
	height:40px;
}
.gdc-holder{
	width:33%;
	height:35px;
	margin-bottom: 10px;
	padding: 5px;
	display:flex;
	align-items: center;
}

.gdc-button:hover {
    background-color: rgba(0, 0, 0, .25);    
}

.gdc-description a {text-decoration: underline;color:#000; }

.gdc-button-odabrani {
	color: #fff;
    background-color: #588e5e;
	font-weight: bold;
    padding: 8px 12px;
    cursor: pointer;
	margin: 10px 10px 10px 0px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: auto;
    display: inline-flex;
	 justify-content:center;
	 align-items:center;
	text-align:center;
	width:48%;
	height:40px;
}

.gdc-button-odabrani:hover {
	background-color: rgba(0, 0, 0, .25);
}

.gdc-smallTxt {
	font-size:13px;
	display:none;
	padding:15px 0px 25px 0px;
}

.gdc-button.gdc1 {
	right: 220px;
}

.gdc-options {
    margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
}

.gds-checkbox-label{
    display: inline-block;
	font-weight: 700;
	
}

.gdc-options input[type=checkbox]:checked+label::before,
.gdc-options input[type=checkbox]+label::before {
	display: none;
}

.gdc-options input[type=checkbox]+label {
	line-height: 1;
    top: -6px;
	padding-left: 14px;
	margin: 10px 0;
}

.gdc-options input[type="checkbox"] {
	width: 16px;
	height: 16px;
	opacity:1;
	display:inline;
	position: absolute;
	/* top: 6px; */
	right:0px;
	appearance: auto;
	width:100%;
	z-index:10;
	cursor:pointer;
	opacity:0;
	height:100%;
}

.gdc-options .gds-checkbox[disabled="disabled"] {
    cursor: not-allowed;
}


.gdc-cookieSettings {
    position: fixed;
    bottom: 17px;
    right: 20px;
    width: 45px;
    height: 45px;
    z-index: 99989;
    cursor: pointer;
    background: url(../img/cookies.svg) 50% 50% no-repeat;
	box-shadow: 0px 0px 4px #858585;
	border-radius: 50%;
}

.gdc-smallTxt-splitter {
	height:1px;
	border-bottom: solid 1px  #d3d3d3;
	clear:both;
	margin-bottom: 10px;
}

.gdc-smallTxt-expander {
	/* float:right; */
	cursor:pointer;
	color: #fff !important;
	font-size: 20px;
	width:25px;
	margin-left:10px;
	position: relative;
	top: 2px;
}


.gdc-smallTxt-expander svg{
	fill: #fff;
}

.gdc-info-ico {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../img/info.svg) 50% 50% no-repeat;
	background-size: 17px auto;
}

.gdc-red{
	width:66%;
	height:35px;
	display:flex;
	flex-wrap:nowrap;
	margin-bottom:10px;
	border-bottom:0px !important;
	position:relative;
	
}



.gdc-info-icon-bkg{
	fill: #9f9f9f;
	color: #fff;
}

.gdc-options  .buttonYes{
	background-color: #E0E0E4;
	color:#000;
	font-weight: bold;
	padding: 8px 12px;
	width:49%;
	border:0;
	outline:0;
	color:#000;
	cursor:pointer;
	z-index:9;
}

.gdc-options  .buttonNo{
	background-color: #588e5e;
	font-weight: bold;
	padding: 8px 12px;
	border:0;
	outline:0;
	color:#fff;
	width:49%;
	cursor:pointer;
	z-index:9;
	margin-left:10px;

}

.gdc-options button{
	display:flex;
	align-items:center;
	text-align:center;
	justify-content:center;
}

/*stanja*/



.gdc-options  input:checked ~ .buttonNo{
	background-color: #E0E0E4;
	color:#000;
}

.gdc-options  input:checked ~ .buttonYes{
	background-color: #588e5e; 
	color:#fff;
}





.gdc-options  input:disabled ~ .buttonNo, .gdc-options  input:disabled ~ .buttonYes{
	background-color: #E0E0E4;
	color:#fff;
}



@media screen and (max-width: 1249px) {
	.gdc-button.gdc2,
	.gdc-button.gdc1 {
		position: relative;
		-webkit-transform: none;
		transform: none;
		top: auto;
		right: auto;
		display: inline-block;
		margin-top: 10px;
	}
	
	.gdc-button.gdc1 {
		margin-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	
	.gdc-container {
		padding: 15px 15px 50px 15px;
		width: 100%;
	}
		
	/* .gdc-description, */
	/* .gds-checkbox-label, */
	/* .gdc-button, .gdc-button-odabrani { */
		/* font-size: 14px; */
	/* } */
	
	.gdc-cookieSettings {z-index:99989;}

	.gdc-options {
		
		margin-top: 20px;
	}

	.gdc-title {
		padding-right: 40px;
	}

	.gdc-close {
		display: inline-block;
		position: absolute;
		right: 28px;
		top: 18px;
		cursor: pointer;
	}

}


@media screen and (max-width: 479px) {
	.gdc-description {
		max-width: 100%;
		padding: 0 0 10px 0;
		margin-top:10px;
	}

	.gdc-content {
		flex-wrap: wrap;
	}

	.gdc-title {
		margin-bottom: 5px;
	}
	
	.gdc-button-odabrani, .gdc-button{
		width:100%;
	}

	
}

@media screen and (max-width: 420px) {
	.gdc-red {
		width: 100%;
	}
	
	.gds-checkbox-label {
		font-size: 14px;
	}
	
	.gdc-holder label{
		font-size: 15px;
	}
	
	.gdc-smallTxt-expander {
		margin-left: 5px;
	}	
	
	.gdc-red button{
		font-size: 12px;
	}
	
	.gdc-holder {
		margin-bottom: 0;
	}
}