.gdc-container {
    position: fixed;
    min-height: 100px;
    width: 500px;
    right: 0;
    bottom: 0;
    background-color: rgba(239, 239, 239, 1);
    padding: 30px;
	max-height: 70vh;
    overflow-y: auto;
    z-index: 9999 !important;
    box-shadow: 3px 5px 20px 0px rgba(0,0,0, .5);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 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;
	max-width: 65%;
}

.gdc-content{
	max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gdc-button {
    background-color: #0653A5;
    color: #fff;
	font-weight: bold;
    padding: 8px 12px;
    cursor: pointer;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gdc-button:hover {
    /*background-color: transparent;*/
}

.gdc-description a {text-decoration: underline;color:#0653A5; }

.gdc-button-odabrani {
	color: #fff;
    background-color: #0653A5;
	font-weight: bold;
    padding: 8px 12px;
    cursor: pointer;
	margin: 10px 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: auto;
    display: inline-block;
}

/*.gdc-button-odabrani:hover {
	background-color: #c4d600;
	color: #0653A5;
}*/

.gdc-smallTxt {
	font-size:13px;
	display:none;
	margin-bottom:15px;
}

.gdc-button.gdc1 {
	right: 220px;
}

.gdc-options {
    margin: 10px 0;
}

.gds-checkbox-label{
    display: inline-block;
	font-size: 16px;
}

.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: relative;
		top: -1px;
}


.gdc-cookieSettings {
    position: fixed;
    bottom: 17px;
    left: 20px;
    width: 45px;
    height: 45px;
    z-index: 9998;
    cursor: pointer;
    background: url(../img/cookies.svg) 50% 50% no-repeat;
}

.gdc-smallTxt-splitter {
	height:1px;
	border-bottom: solid 1px  #d3d3d3;
	clear:both;
	margin-bottom: 10px;
}

.gdc-smallTxt-expander {
	float:right;
	cursor:pointer;
	color: black;
	font-size: 20px;
}

.gdc-info-ico {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../img/info.svg) 50% 50% no-repeat;
	background-size: 17px auto;
}

.gdc-info-icon-bkg{
	fill: #0653A5;
	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;
		width: 100%;
	}
		
	.gdc-description,
	.gds-checkbox-label,
	.gdc-button {
		font-size: 14px;
	}
	
	.gdc-cookieSettings {z-index:9998;}

	.gdc-options {
		margin-right: 10px;
		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;
	}

	.gdc-content {
		flex-wrap: wrap;
	}

	.gdc-title {
		margin-bottom: 5px;
	}

}


