


/* PRODUCTS ROW */

.js-product-lista {
    display: block !important;
}
	
.product-list-row {
    text-align: center;
    display: inline-table;
    margin: 0 auto 0 auto;
    padding-bottom: 0px;
}

.product-list-row li {
    display: table-cell;
    vertical-align: bottom;
    word-spacing: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    z-index: 2;
	line-height: 0;
}

.product-list-row.js-product-lista li {
    display: inline-block;
    margin-bottom: 0px;
}

.product-list-row li.js-product-box {
    margin-bottom: 50px;
}

.product-list-row .product-image-container {
    padding: 0px;
    overflow: visible;
    max-width: 100%;
}

.product-list-row .product_img_link {
    overflow: visible;
    z-index: 2;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	
    -moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}




/* ------------------------------------------------------------------------------------------------------------------
  										 GENERAL STYLE
------------------------------------------------------------------------------------------------------------------- */ 

.bigger_hover {
	
	cursor: pointer;
	
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	
	position:relative;	
}


@media (min-width: 960px) {
	.bigger_hover:hover {
		
		-moz-transform: scale(1.5, 1.5);
		-ms-transform: scale(1.5, 1.5);
		-o-transform: scale(1.5, 1.5);
		-webkit-transform: scale(1.5, 1.5);
		transform: scale(1.5, 1.5);
		z-index:999999999999;
	}
}

img.grayscale {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

img.en_off {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity:0.50;
}


.paddingleft15 {
	padding-left:15px;
}

.box-shadow-effect {
	box-shadow: 0px 5px 10px #888;
}

.input-optional {
	background-color:#f6f6f6 !important;
}

.input-required {
	background-color:#fff !important;
}

.input-disabled {
	background-color: #e9ecef !important;
	cursor: not-allowed;
}

.content-page-span span {
	font-weight: 500;
	color: #000;
}

img.lang-flag {
    /*width: 20px;*/
    height: 12px;
    margin-top: -2px;
    box-shadow: 1px 1px 3px grey;
}

img.lang-flag.current {
	opacity:0.5;
}

img.country-flag {
    margin-right:5px;
	width:20px;
	height:12px;
    margin-top: -4px;
    box-shadow: 1px 1px 3px grey;
	vertical-align: middle;
	border:0;
}


img.icon-circle {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    border-radius: 50%;
    box-shadow: 1px 1px 3px grey;
	vertical-align: middle;
	border:0;
}

.highlight-product-page {
    color: #333333;
    font-style: italic;
}


table.table-nowrap th, 
table.table-nowrap td {
	white-space:nowrap;
}
	
tr.row-totals {
	background-color:#ececec;
}

.table-white, 
.table-white th,
.table-white td {
	margin:0px;
	border:0px;
	padding:4px 12px;
	background-color:#fff;
	font-weight:300;
	color:#000;
}	

table.shipping-cost-table,
table.shipping-cost-table th,
table.shipping-cost-table td {
	margin:0px;
	border:1px solid #c2c2c2;
	padding:6px 18px;
	/*background-color:#fff;*/
	font-weight:300;
	color:#000;	
	font-size:14px;
	text-align:right;
}

table.shipping-cost-table tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}
table.shipping-cost-table tr:hover {
    background-color: rgba(0,0,0,.075);
}

/* ------------------------------------------------------------------------------------------------------------------
  										 FOR ALL PS
------------------------------------------------------------------------------------------------------------------- */ 

/* fake fields */
#ch_field, .ch_field {
	display:none;
}

body.content_only {
	background:#fff;
}

#bubble-alerts {
	position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2147483648;
}

#loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2147483648;
	background: #000;
    opacity: 0.5;
    display: none;
}

#loading img {
    margin: auto;
    display: block;
}


/* ----------------------------------- STAR RATINGS ----------------------------------- */ 

.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 25px;
  height: 16px;
  line-height:16px;
  display:inline-block;
  margin: 0;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #a2a2a2;
  white-space:nowrap;
  vertical-align: -2px;
}

.star-ratings-css-hover {
	color: transparent;
	opacity:0;
    padding: 0;
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
	white-space:nowrap;
}

.star-ratings-css-hover span {
	color: transparent;
	opacity:0;
}

.star-ratings-css-top {
	/*color: #e7711b; */
	color: #ffc107;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
	white-space:nowrap;
}
.star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
	white-space:nowrap;
}

.star-ratings-css:hover {
	cursor: pointer;
}



/* ------------------------------------ PRICES ------------------------------------------ */ 


.miniprices {
    position: absolute;
	bottom:4px;
	left:8px;
	font-size:15px;

	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
		
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    white-space: nowrap;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "kern=1";
    -ms-font-feature-settings: "kern" 1;

	border: 0px;
    margin: 0px;
	text-align: left;
	
}

.miniprices>div {
	color: #000;
    font-weight: 400;
    font-style: normal;
	text-shadow: 0px 0px 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
	font-family: digit-front-intregular !important;
	letter-spacing: -3.5px\0;  /* IE 9, 10 */
}

.miniprices.onsale_pvp>div {
	text-shadow: 0px 0px 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow, 0 0 4px yellow;
}

.miniprices>div span {
    font-weight: 400;
    font-style: italic;
	font-family: digit-front-decregular !important;
	letter-spacing: -2px\0;  /* IE 9, 10 */
}


/*@media (min-width:768px){*/
	
	.miniprices {
		bottom:5px;
		left:15px;
		font-size: 18px;
	}	
/*}*/


.maxiprices {
	position:relative;
}

.maxiprices>div>div:nth-child(1) {
    text-shadow: rgba(0,0,0,0.4) 0.0625em 0.0625em 0.0875em;
    color: #fff;
    font-weight: 700;
    font-style: normal;
	font-family: digit-back-intregular !important;
	letter-spacing: -7px\0;  /* IE 9, 10 */
}
	
.maxiprices>div>div:nth-child(2) {
    color: #000;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
	font-family: digit-front-intregular !important;
	letter-spacing: -7px\0;  /* IE 9, 10 */
}

.maxiprices>div>div:nth-child(1) span {
    font-weight: 700;
    font-style: italic;
	font-family: digit-back-decregular !important;
	letter-spacing: -4px\0;  /* IE 9, 10 */
}

.maxiprices>div>div:nth-child(2) span {
    font-weight: 400;
    font-style: italic;
	font-family: digit-front-decregular !important;
	letter-spacing: -4px\0;  /* IE 9, 10 */
}

.maxiprices.old {
	font-size: 30px;
	vertical-align:middle;
}

.maxiprices.onsale_pvp>div>div:nth-child(1) {
	/*color: yellow;*/
}

.maxiprices.old>div>div:nth-child(2):after {
    content: '';
    position: absolute;
    background-color: #df0000;
    height: 6px; /*10%;*/
    width: 100%;
    left: -5%;

    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg); /* -16*/
    -moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
    top: 44%;
}

.maxiprices.dto {
	display: inline-block;
	margin:0 20px 0 20px;
	vertical-align:middle;
	line-height: 0;
}

.maxiprices.dto span {
	font-size:20px;
}





/* ----------------------------------- SCROLLING PRODUCTS (after PRICES) ------------------------------------------ */ 

.scrolling-products-wrapper {
  padding:50px 0px;
  
  overflow-x: auto; 
  overflow-y: hidden;
  
  white-space: nowrap;
  justify-content: center;
  text-align: center;
  
  -webkit-overflow-scrolling: touch;

  /*
  &::-webkit-scrollbar {
    display: none;
  }
  */
  
	/* using flexbox
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;  
	*/
}

.scrolling-products-wrapper-overflow-visible {
	overflow-x: visible; 
	overflow-y: visible;
}


.scrolling-image {
	height:200px;
	vertical-align: bottom;
	float:left;
}



.scrolling-product {
	display: inline-block;
	
	/* using flexbox
	flex: 0 0 auto;
	*/
	
	position:relative;
	overflow: visible;
	z-index: 2;
  
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);

	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	
	/*max-width:120px;*/
}

.scrolling-slide-right-image {
	position:absolute; 
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0; 
	margin:auto; 
	display:flex; 
	z-index:2; 
	/*
	align-items: center; 
	justify-content: center; 
	text-align: center;
	*/
	height:200px!important; 
	/*animation: slider-pulse 1s linear infinite;*/
	
	-webkit-animation-name: slider-100x;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;	
	
	-webkit-filter: drop-shadow(5px 5px 8px #595959);
    filter: drop-shadow(5px 5px 8px #595959);
	opacity:0.9;
}

@-webkit-keyframes slider-pulse {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


@-webkit-keyframes slider-100x {
    0% {
        -webkit-transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-100px);
    }
}



@media (min-width: 960px) {
	
	.scrolling-product-hover:not(.scrolling-product-no-hover),
	.scrolling-product:not(.scrolling-product-no-hover):hover {

		-moz-transform: scale(1.3, 1.3);
		-ms-transform: scale(1.3, 1.3);
		-o-transform: scale(1.3, 1.3);
		-webkit-transform: scale(1.3, 1.3);
		transform: scale(1.3, 1.3); 
		z-index:10;
	}
}

.highlight-box,
.highlight-units-box {
	font-family: Arial, Helvetica, sans-serif;
	margin:10px 0px;
	text-align: justify;

	font-weight: 400;
	font-size:14px;
	display:block;	

	/*background-color: rgba(255, 255, 255, 0.6);*/
	background-color: rgba(255, 255, 0, 0.6);
    border-radius: 10px;
    color: #000;
	border: 0; /*1px solid #ddd;*/
	
	line-height:inherit; 
	padding: 5px 10px; 
	position:absolute; 
	top:0px; 
	left:10px; 
	z-index:2;
}

.units-box-text {
	font-size:9px;
	margin-top:-5px; 
	float:left; 
	color:#000!important; 
	font-weight:bold; 
	font-style:italic; 
	text-shadow:rgba(0,0,0,0.4) 0.0625em 0.0625em 0.0875em;
}

.units-box-qty {
	color:#fff!important;
}

.units-box-qty-color {
	color:#c92228!important;
}

.highlight-units-box .maxiprices {
	font-size:30px;
}



.product-addons-top {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 25px;
    z-index: 3;
}

.product-addons-top img {
	display:block;
    width: 25px;
}



@media (min-width:768px){
	.scrolling-products-wrapper .scrolling-image {
		height:300px;
	}
	/*
	.scrolling-products-wrapper .scrolling-product {
		max-width:150px;
	}
	*/
	.scrolling-products-wrapper .miniprices {
		bottom:5px;
		left:15px;
		font-size:18px;
	}	
	.product-addons-top {
		right: -5px;
		width: 35px;
	}
	.product-addons-top img {
		width: 35px;
	}	
	
	.scrolling-image.scrolling-shadow,
	.gcss-product-image-shadow {
		-webkit-filter: drop-shadow(5px 5px 8px #595959); 
		filter: drop-shadow(5px 5px 8px #595959);
	}	
}

.gcss-bottle-shadow-base:before {
    background: transparent radial-gradient(ellipse at center center,rgba(0,0,0,.6) 35%,rgba(0,0,0,.4) 38%,rgba(0,0,0,.1) 56%,transparent 70%) repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 27px;
    left: -40%;
    opacity: .7;
    position: absolute;
    width: 190%;
    z-index: -1;
    right: 0;
    margin: auto;
}

.gcss-bottle-shadow-base-no. gcss-bottle-shadow-base:before {
	display:none;
}


.scrolling-product-shadow-no a.scrolling-link:before {
	background:none;
}

.scrolling-product-shadow-no img.scrolling-image {
	-webkit-filter: none; 
	filter: none;
}


.miniprices-addons {
	bottom:inherit!important;
	left:inherit!important;
	font-size:28px!important;
	margin-top:5px!important;
}

.nowrap {
	white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis;
}


.ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}



.tipped-price {
	color:red; 
	font-size:120%;
	display: inline-block;
}

.tipped-dto {
	background: rgb(255 0 0 / 70%);
	padding:2px 12px 3px 10px;
	color:#fff;
	margin-left:10px;
	margin-bottom: 2px;
    display: inline-block;
    border-radius: 15px;
	border-bottom-left-radius: 0;
}

.tipped-sold-out {
	background: rgb(128 128 128 / 70%);
	padding:3px 12px 3px 10px;
	color:#fff;
	margin-bottom: 2px;
    display: inline-block;
    border-radius: 15px;
	border-bottom-left-radius: 0;
}

/**************************************************************
					CMS/ Page Content Styles
***************************************************************/

body.content_page {
	background:#fff;
}

.content_page {
	padding: 40px 20px 100px 20px;
    border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
	font: 300 12px/20px "Ubuntu", sans-serif;
    color: #888888;	
	background: #fff!important;
	width: 100%;
    margin: 0 auto;
}

.content_page.content_only {
	padding: 0px 20px 0px 20px;
}
	
@media (min-width: 992px) {
	.content_page {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.content_page {
		max-width: 1168px;
	}
}




.content_page .row {
    margin: 0;
    padding: 20px 0 30px 0;
    border: 0;
    border-bottom: 1px solid #eeeeee;
}

.content_page .row .col-xs-4 {
	width: 33.33333%;
	
	float: left;
	position: relative;
    min-height: 1px;
	padding:0 15px 20px 0;
}


.content_page .row .col-xs-8 {
	width: 66.66667%;
	
	float: left;
	position: relative;
    min-height: 1px;
	margin: 0;
    padding: 0 0 0 15px;
    border: 0;
    vertical-align: baseline;
}

.content_page h1 {
    font-size: 26px;
    font-weight: 400;
    color: #000;
	line-height: 1.1;
	margin: 20px 0 25px 0;
}

.content_page h2 {
	font-weight: 500;
	font-size: 16px;
    color: #000;
	text-align:left;
	
	line-height: 1.1;
	margin: 3px 0 20px 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
	box-sizing: border-box;
}

.content_page p {
	font: 400 14px/22px "Ubuntu", sans-serif !important;
    color: #555 !important;	
	text-align: justify !important;
	margin: 0 0 10px;
	
	padding: 0;
    border: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}

.content_page p span {
	font-weight: 500;
	color: #000;
}

/**************************************************************
					Product Page / Features Table
***************************************************************/

#product-page-features-table {
	margin-top:50px;
	margin-bottom:50px;
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}


#product-page-features-table td, 
#product-page-features-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#product-page-features-table tr {
	background-color: #ffffff;
}

#product-page-features-table tr:nth-child(even) {
	background-color: #f2f2f2;
}

#product-page-features-table tr:hover {
	background-color: #ddd;
}

#product-page-features-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #d6071b; /*#4CAF50;*/
  color: white;
  vertical-align: middle;
	font-weight: 400;
}

#product-page-features-table td {
	vertical-align: middle;
	text-align:left;
	color:#333;
}


#product-page-features-table .th-product-name {
	font-size:24px;
	line-height:26px;
}

#product-page-features-table .th-product-desc {
	font-size:16px;
	line-height:20px;
}

#product-page-features-table .td-feature-name {
	white-space:nowrap;
	text-transform: uppercase;
	
	font-size:12px;
	line-height:16px;
	font-weight: 400;
}

#product-page-features-table .td-feature-value {
	font-size:14px;
	line-height:20px;
	font-weight: 400;
}


/*
#product-page-features-table a {
	color: #0000EE;
}
*/



/*.supervised-description,*/

.supervised-description {
	text-align: justify;
}

.supervised-description-headers {
	font-family: Arial, Helvetica, sans-serif;
	margin:10px 0px;
	text-align: justify;

	font-weight: 400;
	font-size:14px;
	line-height:22px;	
	display:block;	

	background-color: rgba(255, 255, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    color: #000;
	border: 0; /*1px solid #ddd;*/
}


.supervised-description-headers-lang {
	float:right;
	margin:0px;
	padding:10px 0;
}

.supervised-description-headers-lang img.country-flag {
	float:left;
	margin-right:10px;
	margin-top:4px;
	width:24px;
	height:14px;
	box-shadow: 1px 1px 3px grey;
    vertical-align: baseline;
}

.image-with-footer {
	position:relative;
}

.image-with-footer img {
	width:100%;
}

.image-with-footer .image-footer {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	padding:8px 0;
	color:#000;
	background-color:#fff;
	/*background:rgba(255,255,0,0.5);*/
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}


select.css-translation-options {
	color:#333; 
	font-size:14px; 
	padding:3px 50px 3px 5px; 
	border:1px solid #cccccc; 
	border-radius:5px; 
	cursor:pointer;
}



.css-description-image {
	width:100% !important; 
	height:400px !important;
	-webkit-background-size:cover !important; 
	-moz-background-size:cover !important; 
	-o-background-size:cover !important; 
	background-size:cover !important;
}



/* wk cookie banner */
.cookie-hidden {
    animation: hide-cookie .35s ease-in;
    animation-fill-mode: forwards;
	opacity: 0;
}

.cookie-visible {
    display: block;
    opacity: 1;
    animation: show-cookie .25s .35s ease-out;
    animation-fill-mode: forwards;
}
.wk-cookie-wrapper {
    position: fixed;
    display: block;
    left: 25px;
    bottom: 25px;
    width: 350px;
    max-width: 100%;
    padding: 25px 15px 15px 15px;
    border-radius: 4px;
    box-shadow: 0 10px 32.98px 1.02px rgba(0,0,0,.15), 0 0 3px 0 rgba(0,0,0,.05), 0 0 0 0 rgba(0,0,0,.15);
    font-size: 0;
    z-index: 5000;
    background: #fff;
}

.wk-cookie-lt {
    width: 25%;
}
.wk-cookie-lt, .wk-cookie-rt {
    display: inline-block;
    vertical-align: top;
}

.wk-cookie, .wk-cookie-close {
    background-image: url(images/wk-cookie-sprite.svg);
}
.wk-cookie {
    width: 65px;
    height: 65px;
}

.wk-cookie-rt {
    width: 74%;
}
.wk-cookie-lt, .wk-cookie-rt {
    display: inline-block;
    vertical-align: top;
}

.wk-cookie-rt p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #64687a;
}

.wk-cookie-wrapper:hover .wk-cookie-close {
    opacity: 1;
}
.wk-cookie, .wk-cookie-close {
    background-image: url(images/wk-cookie-sprite.svg);
}
.wk-cookie-close {
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: -65px 0;
    opacity: 0;
    transition: .1s ease-in-out;
}

.wk-cookie-ok:hover {
    background-color: #1139df;
}

.wk-cookie-ok {
    min-width: 100px;
    text-align: center;
    background-color: #2149f3;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.27), 0 12px 26px 0 rgba(0,0,0,.2);
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 5px 0;
    transition: .2s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    padding: 8px 15px 9px 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}


/* common buttons */
#accept_legal_age_button, #accept_cookies_button, #reject_cookies_button, #manage_cookies_button, .manage_cookies_button_switch {
	
	width:80% !important;
	background-color: #0062cc !important;
    border-color: #0062cc !important;
    color: #fff !important;
    margin-bottom: 5px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 22px !important;
    text-transform: none !important;
    /* box-shadow: 0 2px 0 #6f9a37 !important; */
    border: 1px solid #0062cc !important;
    line-height: 1.5 !important;
    border-radius: 5px !important;
	
	padding: 12px !important;
    transform: none !important;
    /*letter-spacing: 0em !important;*/

	font-style: normal !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    outline: none !important;
}

#accept_cookies_button {
	
	width:100% !important;
    font-size: 16px !important;
	line-height: 18px!important;
	padding: 8px !important;
}

#reject_cookies_button, #manage_cookies_button {
	
	width:auto !important;
    font-size: 14px !important;
	line-height: 16px!important;
	padding: 8px !important;
	
	background-color: transparent !important;
	border-color: #888888 !important;
}


.manage_cookies_button_switch {
	
	width:50px !important;
    font-size: 14px !important;
	line-height: 14px!important;
	padding: 8px !important;
	background-color: #00c853 !important;
	border-color: #00c853 !important;
}

.manage_cookies_button_switch.manage_cookies_button_off {
	background-color: #ff1744 !important;
	border-color: #ff1744 !important;
}

.manage_cookies_button_switch:after {
	content: 'ON';
}

.manage_cookies_button_switch.manage_cookies_button_off:after {
	content: 'OFF';
}


#accept_legal_age_button:hover, #accept_cookies_button:hover {
	
	background-color: #fff !important;
    color: #0062cc !important;	
}


#accept_cookies_modal {
	
	position: fixed!important;
	bottom: 20px!important;
    left: 30px!important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px!important;
    line-height: 18px!important;	
	padding: 20px!important;
    border-radius: 10px!important;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 350px!important;
    box-sizing: border-box!important;
    z-index: 9999999!important;
    opacity: 0.9!important;
    -webkit-transition: opacity 1s ease!important;
    transition: opacity 1s ease!important;
	background-image: linear-gradient( 234deg,rgb(39,38,38) 0%,#394245 90% )!important;
    color: #d9d9d9!important;
	font-weight: 400!important;
}


#accept_cookies_modal a {
	outline: none;
    text-decoration: none;
	color: #888888 !important;	
}

#accept_cookies_modal a:hover {
	color: #fff !important;	
}



.js-magpop-image, .js-magpop-iframe {
	cursor:pointer;
}


