.gdc-shade {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background: rgba(0,0,0, .6);
	z-index: 9999;
}

.gdc-container {
	position: fixed;
	min-height: 100px;
	width: 580px;
	right: 0;
	bottom: 0;
	background-color: rgba(239, 239, 239, 1);
	padding: 25px;
	max-height: 70vh;
	overflow-y: auto;
	z-index: 9999 !important;
	box-shadow: 3px 5px 20px 0px rgba(0,0,0, .5);
}

.gdc-container-modal {
	position: relative;
	min-height: 100px;
	max-width: 700px;
	width: 100%;
	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);
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px;
}

.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: 60%;
	line-height: 1.6;
}

.gdc-content{
	max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gdc-button {
	background-color: #1268B3;
	color: #fff;
	font-weight: bold;
	padding: 8px 12px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	margin: 7px 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.gdc-button:hover {
	color: #fff;
    background: #005eab;
}

.gdc-description a {
	display: inline;
	color: #000;
    font-weight: 700;
    word-break: break-word;
    padding: 0 0 2px 0;
    font-size:14px !important;
    text-decoration:auto;
}

.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 {
	position: relative;
	line-height: 1;
    top: -2px;
	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(../images/cookies.svg) 50% 50% no-repeat;
	box-shadow: 0 2px 10px rgba(0,0,0,.3);
    border-radius: 100%;
}

.gdc-smallTxt-splitter {
	height:1px;
	border-bottom: solid 1px  #d3d3d3;
	clear:both;
	margin-bottom: 10px;
}

.gdc-smallTxt-expander {
	position: relative;
    top: -4px;
	float: right;
	cursor: pointer;
	color: black;
}

.gdc-info-ico {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/info.svg) 50% 50% no-repeat;
	background-size: 17px auto;
}

.gdc-info-icon-bkg{
	fill: #d5d5d5;
}

@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-modal,
	.gdc-container {
		max-width: 95%;
		padding: 20px;
		width: auto;
	}

	.gdc-container {
		padding: 15px;
		width: auto;
		max-width: 100%;
	}

	.gdc-cookieSettings {
		z-index: 9998;
	}

	.gdc-options {
		margin-right: 10px;
	}

	.gdc-button {
		padding: 8px 6px;
		width: 100%;
	}
}

@media screen and (max-width: 479px) {

	.gdc-options input[type=checkbox]+label {
		top: -3px;
	}

	.gdc-description {
		max-width: 100%;
		padding: 0 0 10px 0;
	}

	.gdc-content {
		flex-wrap: wrap;
	}

	.gdc-button {
		display: inline-block;
		margin: 0 15px 0 0;
	}

	.gdc-description,
	.gds-checkbox-label,
	.gdc-button {
		font-size: 14px;
	}

	.gdc-btnHolder {
		margin: 10px 0 5px 0;
	}
	
	.gdc-content-extra {
		font-size: 14px;
	}
}

@media screen and (max-width: 478px) {
	.gdc-btnHolder {
		width: 100%;
	}

	.gdc-button {
		display: block;
		margin: 0 0 10px 0;
	}

	.gdc-button:last-of-type {
		margin: 0;
	}
}
