@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

@media all 
{

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	font-family: 'Open Sans', sans-serif;
}

#cc-main .cm__btn[data-role="necessary"]
{
	background: var(--cc-btn-secondary-bg);
	border-color: var(--cc-btn-secondary-border-color);
	color: var(--cc-btn-secondary-color);
}

.desktop-only
{
	display: none;
}

body
{
	padding : 0;
	margin : 0;
	font-size: 15px;
	color : #0f1f5b;
	background-color: #caccd8;
	min-width: 320px;
	background-image: url(../img/bg-texture.jpg);
}

a,
.link
{
	color: #233788;
}

a:hover,
.link:hover
{
	color: #c20017;
}

.link
{
	text-decoration: underline;
	cursor: pointer;
}

img,
iframe
{
	max-width: 100%;
}

.smap img 
{
	max-width: none; 
}

.luigi-ac-result
{
	box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
}

h1,
h2,
h3,
h4,
h5
{
	color : #c20017;
	letter-spacing: -1px;
}

h1
{
	font-size: 2.7rem;
	line-height: 2.8rem;
	margin-top: 0;
	margin-bottom: 20px;
}

h2
{
	font-size: 2rem;
	line-height: 2.1rem;
	margin-top: 30px;
	margin-bottom: 30px;
}

h3
{
	font-size: 1.5rem;
	line-height: 1.6rem;
	margin-top: 40px;
	margin-bottom: 10px;
}

hr
{
	height : 0;
	border : 0 none;
	border-bottom: 5px dotted #c6cadb;
	margin-top: 30px;
	margin-bottom: 30px;
}

hr.hr1
{
	height : 0;
	border : 0 none;
	border-bottom: 1px solid #c6cadb;
	margin-top: 30px;
	margin-bottom: 30px;
}

::-webkit-input-placeholder {
color: #AAA;
font-weight: normal;
}

:-ms-input-placeholder {
color: #AAA;
font-weight: normal;
}

::placeholder {
color: #AAA;
font-weight: normal;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="tel"],
textarea,
select
{
	font-size : 0.8rem;
	background-color: #FFF;
	color : #000;
	border : 1px solid #a0a6bd;
	width : 100%;
	padding: 9px;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.08);
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus
{
	outline: none;
}

br ~ input[type="text"],
br ~ input[type="email"],
br ~ input[type="password"],
br ~ input[type="date"],
br ~ input[type="number"],
br ~ input[type="tel"],
br ~ textarea,
br ~ select
{
	margin-bottom: 5px;
}

input[type="text"].invalidated,
input[type="text"].validated
{
	background-image: url(../img/icons/icon-warning-light.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 18px;
	padding-right: 40px;
}

input[type="text"].validated
{
	background-image: url(../img/icons/icon-check-circle.svg);
}

input.mid,
textarea.mid,
select.mid
{
	width: 250px;
	max-width: 50%;
}

select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../img/arrow-select.svg);
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-size: 12px 12px;
	padding-right: 35px;
}

form
{
	padding:0;
	margin:0;
}

fieldset
{
	padding: 15px;
	margin : 10px 0 20px 0;
	border : 1px solid #c8ccdb;
	background-color: rgba(255,255,255,0.4);
	min-width: 0;
	border-radius: 3px;
}

fieldset legend
{
	font-size : 0.8rem;
	font-weight: bold;
	text-transform: uppercase;	
	color : #FFF;
	background-color: #7780a7;
	border : 0 none;
	display : block;
	padding : 6px 12px;
	margin: 0;
	border-radius: 3px;
}

.select-item
{
	display: block;
	background-color: rgba(255,255,255,0.4);
	padding: 15px;
	margin-bottom: 10px;	
	padding-left: 55px;
	position: relative;
	font-size: 0.9rem;
	border: 1px solid #c6cadb;
	border-radius: 4px;
}

.select-item input
{
	position: absolute;
	top: calc(50% - 10px);
	left: 15px;
}

form fieldset input + br
{
	content: "";
	font-size: 0;
	padding-bottom: 6px;
	display: block;
}

.button
{
	background-color: #c20017;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 20px center;
	border: 0 none;
	color : #FFF;
	padding : 9px 20px;
	font-size : 0.95rem;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration : none;
	display: inline-block;
	text-align: center;
	max-width: 100%;
	cursor: pointer;
	letter-spacing: -1px;
	border-radius: 3px;
}

.button:hover
{
	background-color: #db001a;
	color : #FFF;
}

.button.blank
{
	background-color: transparent;
	border: 1px solid #a0a6bd;
	color : #0f1f5b;
}


.button.cart
{
	background-repeat: no-repeat;
	background-image: url(../img/icons/icon-cart-white.svg);
	background-size: 18px 18px;
	background-position: 8px center;
	font-size: 0.7rem;
	padding: 8px;
	padding-left: 32px !important;
	background-color: #c20017;
}

.button.pay
{
	background-color: #03ac86;
	font-size: 1.2rem;
	background-image: url(../img/icons/icon-lock2-white.svg);
	background-size: 24px;
	padding-left: 60px;
}

.button.add
{
	background-image: url(../img/icons/icon-add-white.svg);
	background-size: 20px;
	padding-left: 50px;
	background-color: #0f1f5b;
}

.button.icon
{
	padding: 12px 22px;
	background-size: 20px;
	padding-left: 50px;
}

.button.login
{
	background-color: #fff;
	background-size: 20px 20px;
	padding-left: 50px;
	border: 1px solid #c6cadb;
	color: #0f1f5b;
	min-width: 280px;
	text-align: left;
}

.button.login.google
{
	background-image: url(../logos/logo.google.svg);
}

.button.login.facebook
{
	background-image: url(../logos/logo.facebook.svg);
}

.button.login.seznam
{
	background-image: url(../logos/logo.seznam.svg);
}

.button.b1,
.button.logout,
.button.back
{
	font-size: 0.8rem;
	padding: 10px 20px;
	background-color: #FFF;
	color: #0f1f5b;
	border: 1px solid #c8ccdb;
}

.button.cancel
{
	background-color: #FFF;
	color: #0f1f5b;
	border: 1px solid #c8ccdb;
}

.button.small
{
	font-size: 0.8rem;
	padding: 6px 15px;
	background-color: #233788;
}

.button.back
{
	font-size: 1rem;
	background-image: url(../img/arrow-left.svg);
	background-size: 18px 18px;
	padding: 14px 25px;	
	padding-left: 50px;
}

.button.next
{
	font-size: 1rem;
	background-image: url(../img/arrow-right-white.svg);
	background-size: 16px 16px;
	background-position: center right 25px;
	padding: 14px 25px;	
	padding-right: 55px;
}

.button.logout
{
	background-image: url(../img/icons/icon-logout-dark.svg);
	background-size: 12px 12px;
	padding-left: 40px;
}

.button.share
{
	padding: 8px 10px;
	padding-left: 35px;
	background-position: 10px center;
	font-size: 0.8rem;
	background-color: #fff;
	color: #0f1f5b;
	border: 1px solid #c6cadb;
	margin-right: 5px;
	margin-bottom: 5px;
}

.button.share.facebook
{
	background-image: url(../img/icons/icon-facebook.svg);
}

.button.share.instagram
{
	background-image: url(../img/icons/icon-instagram.svg);
}

.button.share.twitter
{
	background-image: url(../img/icons/icon-twitter.svg);
}

.button.share.pinterest
{
	background-image: url(../img/icons/icon-pinterest.svg);
}

*.unselectable 
{
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.disabled,
*[disabled]
{
	opacity: 0.5;
}

.disabled2
{
	opacity: 0.2;
}

*[disabled],
*[disabled] *
{
	cursor: default !important;
}

.nowrap
{
	white-space: nowrap !important;
}

.upper
{
	text-transform: uppercase;
}

.bold
{
	font-weight: bold !important;
}

.unbold
{
	font-weight: normal !important;
}

.hide
{
	display: none !important;
}

.clear
{
	clear: both;
}

.text-annotation
{
	font-size: 0.8rem;
	color: #7780a7;
}

.text-header
{
	
	font-size: 0.9rem;
	color: #3b50a0;
	display: block;
	margin-bottom: 30px;
}

.fs-small
{
	font-size: 0.75rem !important;
}

.fs-mid
{
	font-size: 1.1rem;
}

.fs-big
{
	font-size: 1.4rem;
	letter-spacing: -1px;
}

.color-theme
{
	color: #0f1f5b;
}

.color-light
{
	color: #a0a6bd;
}

.color-query
{
	color: #d88c00;
}

.color-stock,
.color-green
{
	color: #43ac03;
}

.color-sellout
{
	color: #b14444;
}

.color-sale
{
	color: #b41b49;
}

.color-offer
{
	color: #d3312b;
}

.color-red
{
	color: #c9005e;
}

.color-blue,
.color-blue:hover
{
	color: #00bbe3;
}

.color-blue2,
.color-blue2:hover
{
	color: #0084e3 !important;
}

.color-orange
{
	color: #e37900;
}

.color-violet
{
	color: #523594;
}

.color-pink,
.color-pink:hover
{
	color: #d02d8f !important;
}

.color-cart
{
	color: #03ac86;
}

.link-more
{
	float: right;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	letter-spacing: -1px;
	padding-right: 24px;
	background-image: url(../img/arrow-right-red.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px 12px;
}

.link-back
{
	padding: 2px;
	padding-left: 24px;
	background-image: url(../img/arrow-left-light.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px 12px;
}

.link-help
{
	cursor: pointer;
	display: inline-block;
	background-image: url(../img/icons/icon-info.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.link-icon
{
	display: inline-block;
	padding: 1px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px 16px;
	cursor: pointer;
}

.ico-return
{
	background-image: url(../img/icons/icon-return.svg);
}

.ico-more
{
	background-image: url(../img/arrow-right-white.svg);
}

.ico-discount
{
	background-image: url(../img/icons/icon-discount.svg);
}

.ico-delete
{
	background-image: url(../img/icons/icon-delete.svg);
}


.stepNumber
{
	float: left;
	width: 38px;
	height: 38px;
	border-radius: 50px;
	background-color: #a0a6bd;
	color: white;
	padding-top: 18px;
	font-size: 20px;
	line-height: 0;
	font-weight: bold;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 15px;
}

.help
{
	display: inline-block;
	border-bottom: 1px dotted #7780a7;
	cursor: help;
}

.text-left
{
	text-align: left !important;
}

.text-center
{
	text-align: center !important;
}

.text-right
{
	text-align: right !important;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

ul.menu,
ul.menu li
{
	list-style: none outside;
	margin: 0;
	padding: 0;
}

ul.menu li a
{
	text-decoration: none;
	background: no-repeat;
	background-position: left center;
}

table.items th,
table.items td
{
	padding: 6px 0;
}

table.form,
table.stock
{
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}

table.form th,
table.form td
{
	padding: 4px;
	vertical-align: top;
	font-size: 0.9rem;
	width: auto;
}

table.form td:first-child
{
	padding-left: 0;
}

table.form td:last-child
{
	padding-right: 0;
}

table.form.account th
{
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: -1px;
	width: 120px;
}

table.properties,
table.orders,
table.favorites
{
	border-spacing: 0;
	border-collapse: separate;
	border-top: 1px solid #caccd8;
	min-width: 300px;
	width: 100%;
}

table.properties th,
table.properties td
{
	padding: 6px 12px;
	vertical-align: top;
	font-size: 0.9rem;
	width: auto !important;
	border-bottom: 1px solid #caccd8;
	background-color: rgba(0,0,0,0.02);
}

table.properties th,
table.orders th
{
	text-align: left;
}

table.stock
{
	margin-top: 20px;
	border: 1px dashed #DDD;
	background-color: #FAFAFA;
}

table.stock th,
table.stock td
{
	padding: 3px 7px;
	vertical-align: top;
	width: auto;
	font-size: 13px;
	text-align: left;
}

table.stock tr:not(:last-child) th,
table.stock tr:not(:last-child) td
{
	border-bottom: 1px dashed #DDD;
}

table.stock td:last-child
{
	text-align: right;
}

.owl-dots
{
	display: none;
}

}


@media (max-width: 400px) {


	#MEDIA-MOBILE-SMALL------------------------------
	{
	}

}


@media (max-width: 767px) {

#MEDIA-MOBILE-ONLY------------------------------
{
}

h1
{
	font-size: 2.2rem;
	line-height: 2.4rem;
}

h2
{
	font-size: 1.7rem;
	line-height: 1.9rem;
}

h2
{
	font-size: 1.4rem;
	line-height: 1.6rem;
}

h3
{
	font-size: 1.1rem;
	line-height: 1.2rem;
}

h2 + .link-more
{
	display: none;
}

table.form th,
table.form td
{
	display: block;
	width: 100% !important;
}

table.form.account th,
table.form.account td
{
	text-align: left;
	padding: 1px 0;
}

table.form.account td
{
	padding-bottom: 3px;
}

}

@media (min-width: 768px) {

#MEDIA-TABLET------------------------------
{
}

.mobile-only
{
	display: none !important;
}

h2 + .link-more
{
	display: block;
	margin-top: -60px;
}

table.form.account th
{
	text-align: right;
	padding-right: 15px;
}

}



@media (min-width: 992px) {

#MEDIA-DESKTOP------------------------------
{
}

.desktop-only
{
	display: block !important;
}

.luigi-ac
{
	margin: auto !important;
	right: auto !important;
}

}


@media (min-width: 1250px) {

	#MEDIA-LARGE------------------------------
	{
	}

}

@media (min-width: 1440px) {

	#MEDIA-ULTRA------------------------------
	{
	}

}