.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: 12px;
}
.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: #00fc93;
	font-weight: bold;
    padding: 8px 12px;
    cursor: pointer;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gdc-button:hover {
	color: #00fc93;
    background-color: #555;
}

.gdc-description a {text-decoration: underline;}

.gdc-button-odabrani {
	color: #00fc93;
    background-color: #555;
	font-weight: bold;
    padding: 8px 12px;
    cursor: pointer;
	margin: 10px 0;
	width: 180px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gdc-button-odabrani:hover {
	background-color: #00fc93;
	color: #232323;
}

.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-bottom: 9px;
}

.gdc-options input[type="checkbox"] {
		width: 16px;
		height: 16px;
		opacity:1;
		display:inline;
}


.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: #00fc93;
}

@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;}

	.gdc-button-odabrani:hover {
		color: #00fc93;
		background-color: #555;
	}

	.gdc-button:hover {
		background-color: #00fc93;
		color: #232323;
	}
}


@media screen and (max-width: 479px) {
	.gdc-description {
		max-width: 100%;
		padding: 0 0 10px 0;
	}

	.gdc-content {
		flex-wrap: wrap;
	}
}


