@charset "utf-8";
/* Checkout wrap */
#checkout {
	text-align: left;
}
#checkout .in {
	padding: 0 10px 15px 10px;
}
#checkout .in .breadcrumbs {
	padding: 0;
	font-size: 90%;
	color: #333;
	position: relative;
}
#checkout .in .breadcrumbs a, #checkout .in .breadcrumbs a:hover {
	color: #333;
}
#checkout .in .breadcrumbs .back, #checkout .in .breadcrumbs .back:hover {
	position: absolute;
	right: 0;
}
/* Steps */
#steps {
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
	display: flex;
	box-sizing: border-box;
	padding: 25px 0 0 0;
}
#steps li {
	padding: 40px 5px 6px 5px;
	width: 22%;
	display: inline-block;
	margin: 10px 3.5% 0 0;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
	font-size: 90%;
	color: #999;
}
#steps li.active {
	color: #000;
}
#steps li:last-child {
	margin-right: 0;
}
#steps li:before {
	display: none;
}
#steps li strong {
	font-size: 130%;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	background: #999;
	color: #fff;
	border-radius: 100%;
	top: -55px;
	position: relative;
}
#steps li.active strong {
	background: #04abcc;
}
#steps li span {
	display: block;
}
#steps li small {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	opacity: .35;
	height: 30px;
}
#steps li.active small {
	opacity: 1;
}
#steps li:nth-child(1) small {
	background: url(../images/icon-basket.svg) no-repeat center bottom;
	background-size: auto 100%;
}
#steps li:nth-child(2) small {
	background: url(../images/icon-delivery.svg) no-repeat center bottom;
	background-size: auto 90%;
}
#steps li:nth-child(3) small {
	background: url(../images/icon-check.svg) no-repeat center bottom;
	background-size: auto 80%;
}
#steps li:nth-child(4) small {
	background: url(../images/doprava.png) no-repeat center bottom;
	background-size: auto 120%;
}
#basket.in {
	padding: 0;
}
#basket h3 {
	text-align: left;
}
#basket table {
	font-size: 90%;
}
#basket table thead tr th {
	background: #04abcc;
	padding: 8px 5px;
	color: #fff;
}
#basket table thead tr .text-left {
	text-align: left;
}
#basket table tbody tr td {
	background: #fff;
	padding: 5px;
	vertical-align: middle;
	border-top: 1px solid #f6f6f6;
}
#basket table tbody tr .image {
	display: none;
}
#basket table tbody tr .title {
	text-align: left;
	vertical-align: top;
	line-height: 110%;
}
#basket table tbody tr .title br {
	display: none;
}
#basket table tbody tr .title small {
	font-style: italic;
	display: block;
	color: #666;
	padding: 2px 0 0 0;
}
#basket table tbody tr .price-item, #basket table tbody tr .price {
	white-space: nowrap;
}
#basket table tbody tr .count {
	white-space: nowrap;
	width: 110px;
}
#basket.second table tbody tr .count {
	width: 71px;
}
#basket table tbody tr .count ul {
	padding: 0;
	white-space: nowrap;
}
#basket table tbody tr .count ul li {
	padding: 0;
	vertical-align: top;
	display: inline-block;
}
#basket table tbody tr .count ul li:before {
	display: none;
}
#basket table tbody tr .count ul .total {
	/* width: 50px; */
}
#basket table tbody tr .count ul .unit {
	height: 32px;
	line-height: 32px;
	padding: 0 3px 0 0;
}
#basket table tbody tr .count ul .submit .button, #basket table tbody tr .count ul .submit .button:hover {
	padding: 0;
	width: 25px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	position: relative;
}
#basket table tbody .complete td ul {
	padding: 0;
}
#basket table tbody .complete td ul li {
	padding: 0;
	float: left;
}
#basket table tbody .complete td ul li:before {
	display: none;
}
#basket table tbody .complete td ul .title {
	display: block;
	height: 22px;
	margin: 0 0 0 5px;
	line-height: 22px;
}
#basket table tbody .total td {
	font-size: 110%;
}
#basket table tbody .total td:last-child {
	text-align: right;
	padding-right: 35px;
}
#basket.second table tbody .total td:last-child {
	padding-right: 10px;
}
#basket .shipping {
	text-align: left;
}
#basket .shipping li {
	padding: 0;
}
#basket .shipping li:before {
	display: none;
}
#basket .shipping li ul {
	padding: 0;
}
#basket .shipping li ul li {
	float: left;
}
#basket .shipping li ul li:first-child {
	margin: 0 5px 0 0;
}
#basket .shipping li ul li:nth-child(2) {
	width: calc(100% - 27px);
}
#basket .shipping li ul li .title {
	padding: 2px 0 0 0;
	display: block;
}
#basket .shipping .desc {
	clear: both;
	font-style: italic;
	color: #666;
	font-size: 90%;
	padding: 3px 0 0 27px;
}
#basket .shipping .option {
	float: left;
	width: 65%;
}
#basket .shipping .price {
	float: right;
	height: 22px;
	line-height: 22px;
	padding: 2px 0 0 0;
}
#basket .comments li {
	padding: 0;
}
#basket .comments li:before {
	display: none;
}
#basket .comments li .input {
	height: 100px;
	line-height: 140%;
	padding: 5px 10px;
}
#basket .invoice {
	text-align: left;
}
#basket .invoice li {
	padding: 0;
	float: left;
}
#basket .invoice li:before {
	display: none;
}
#basket .invoice li:first-child {
	margin: 0 5px 0 0;
}
#basket .contacts {
	padding: 13px 0 0 0;
	clear: both;
}
#basket .contacts li {
	padding: 0;
	clear: both;
	text-align: left;
}
#basket .contacts li:before {
	display: none;
}
#basket .contacts li .title {
	display: block;
	padding: 7px 0 0 0;
}
#basket .contacts li .form, #basket .contacts li .select {
	display: block;
	padding: 5px 0 0 0;
}
#login .nav {
	text-align: left;
	font-size: 90%;
}
#basket .terms {
	text-align: left;
}
#basket .terms li {
	padding: 0;
	float: left;
}
#basket .terms li:before {
	display: none;
}
#basket .terms li:first-child {
	margin: 0 5px 0 0;
}
#basket .terms li:nth-child(2) {
	width: calc(100% - 27px);
}
#basket .terms li .title br {
	display: none;
}
#basket .tools {
	text-align: center;
}
#basket .tools .button-gray, #basket .tools .button-gray:hover {
	transition: color .5s, background .5s;
	display: inline-block;
	font-size: 80%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	padding: 0 20px;
	font-weight: 700;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	background: #90c9d4;
}
#basket .tools .button-gray:hover {
	background: #04abcc;
}
#basket .next, #basket .final {
	text-align: center;
}
#basket .next .button, #basket .next .button:hover, #basket .final .button, #basket .final .button:hover {
	height: 46px;
	padding: 13px 15px 0 15px;
	font-size: 110%;
}
#basket #delivery {
	display: none;
}
@media only screen and (min-width: 768px) {
	/* Checkout wrap */
	#checkout .in {
		margin: 0 auto;
		width: 740px;
		padding: 0 0 25px 0;
	}
	/* Steps */
	#basket h3 {
		clear: both;
		font-size: 160%;
	}
	#basket table {
		font-size: 100%;
		margin: 25px 0 0 0;
	}
	#basket table thead tr th {
		padding: 12px 5px;
	}
	
	#basket table tbody tr td {
		padding: 8px;
	}
	#basket table tbody tr .image {
		display: table-cell;
		width: 40px;
	}
	#basket table tbody tr .image a, #basket table tbody tr .image a:hover {
		display: block;
	}
	#basket table tbody tr .title {
		line-height: 110%;
		padding-left: 0;
		vertical-align: middle;
	}
	#basket table tbody tr .title a {
		display: block;
		padding: 0 0 5px 0;
		font-size: 110%;
	}
	#basket table tbody tr .title small {
		display: inline-block;
		padding: 0 2px 0 0;
	}
	#basket table tbody tr .title small:after {
		/* content: ','; */
	}
	#basket table tbody tr .count {
	    width: 98px;
	}
	#basket.second table tbody tr .count {
	    width: 73px;
	}
	#basket table tbody .total td:last-child {
	    padding-right: 38px;
	}
	#basket.second table tbody .total td:last-child {
	    padding-right: 13px;
	}
	#basket table tbody .total .title {
		padding-left: 8px;
	}
	#basket .basket-payment {
		float: left;
		width: 48%;
	}
	#basket .basket-delivery {
		float: right;
		width: 48%;
	}
	#basket .basket-payment h3, #basket .basket-delivery h3 {
		padding-bottom: 15px;
	}
	#basket .shipping {
		padding: 5px 0 0 0;
	}
	#basket .shipping .option {
		width: 70%;
	}
	#basket .contacts li .form input[name=firma], #basket .contacts li .form input[name=obch_firma], #basket .contacts li .form input[name=obch_telefon], #basket .contacts li .form input[name=kupon] {
		width: 48%;
	}
	#basket .contacts .half {
		width: 48%;
		clear: none;
		float: left;
	}
	#basket .contacts .last {
		float: right;
	}
}
@media only screen and (min-width: 1024px) {
	/* Checkout wrap */
	#checkout .in {
		width: 970px;
	}
}
@media only screen and (min-width: 1280px) {
	/* Checkout wrap */
	#checkout .in {
		width: 1240px;
	}
}
@media only screen and (min-width: 1366px) {
	/* Checkout wrap */
	#checkout .in {
		width: 1300px;
	}
}











/* Original */
#user {
	padding: 0 10px;
	text-align: left;
}
#user h1 {
	font-size: 160%;
}
#user .in br {
	display: none;
}
#user .in #breadcrumbs, #user .breadcrumbs {
	padding: 0;
	font-size: 85%;
}
#user .in #log, #user #login, #user .in #reg {
	padding: 0 0 15px 0;
}
#user .in #log form .form, #user #login .in .form, #user .in #reg form .user {
	padding: 5px 0 0 0;
}
#user .in #log form .form li, #user #login .in .form li, #user .in #reg form .user li {
	padding: 0;
	clear: both;
}
#user .in #log form .form li:before, #user #login .in .form li:before, #user .in #reg form .user li:before {
	display: none;
}
#user .in #log form .form li span, #user #login .in .form li span, #user .in #reg form .user li span {
	display: block;
	position: relative;
}
#user .in #log form .form li span input, #user .in #log form .form li span input:hover, #user .in #log form .form li span input:focus, #user #login .in .form li span input, #user #login .in .form li span input:hover, #user #login .in .form li span input:focus, #user .in #reg form .user li span input, #user .in #reg form .user li span input:hover, #user .in #reg form .user li span input:focus {
	width: 100%;
	background: #fff;
	height: 32px;
	line-height: 29px;
	padding: 0 10px;
	border-radius: 0;
	box-sizing: border-box;
	transition: border-color .5s;
	border: 1px solid #dcdcdc;
}
#user .in #log form .form li span input:hover, #user .in #log form .form li span input:focus, #user #login .in .form li span input:hover, #user #login .in .form li span input:focus, #user .in #reg form .user li span input:hover, #user .in #reg form .user li span input:focus {
	border-color: #04abcc;
}
#user .in #log form .form li .title, #user #login .in .form li .title, #user .in #reg form .user li .title {
	padding: 10px 0 5px 0;
	font-weight: 700;
}
#user .in #reg form .user li .name {
	float: left;
	width: 48%;
}
#user .in #reg form .user li .surname {
	float: right;
	width: 48%;
}
#user .in #reg form .user li .city {
	float: left;
	width: 68%;
}
#user .in #reg form .user li .zip {
	float: right;
	width: 28%;
}
#user .in #log form .submit input, #user .in #log form .submit input:hover, #user #login .in .submit .button, #user #login .in .submit .button:hover, #user .in #reg form .box .in p input, #user .in #reg form .box .in p input:hover {
	display: inline-block;
	padding: 10px 15px;
	height: 40px;
	background: #04abcc;
	color: #fff;
	text-transform: uppercase;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	transition: background .5s;
	font-size: 110%;
}
#user .in #log form .submit input:hover, #user #login .in .submit .button:hover, #user .in #reg form .box .in p input:hover {
	background: #003c76;
}
#user .in #reg form .user li span .customSelect .customSelectInner {
	padding: 0 25px 0 10px;
	line-height: 30px;
}
#user .in #reg .info {
	font-size: 85%;
}
#tools-submenu-1, #tools-submenu-2 {
	float: left;
	height: 100%;
}
@media only screen and (min-width: 768px) {
	#user {
		padding: 0;
		width: 80%;
		margin: 0 auto;
	}
	#user .in #log, #user #login, #user .in #reg {
		padding: 0 0 25px 0;
	}
}
@media only screen and (min-width: 1366px) {
	#user {
		width: 1300px;
		box-sizing: border-box;
		padding: 0 0 0 520px;
	}
	#user h1 {
		padding: 15px 0 0 0;
	}
	#user .in #log, #user #login {
		width: 400px;
	}
}



.bublina-detail {
    top: 10px;
    right: 42%;
    position: absolute;
    background: #003c76;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 100%;
    color: #fff;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 3px 0 0 0;
    font-size: 32%;
}


@media only screen and (min-width: 768px) {
.bublina-detail {
    top: 18px;
    right: 43%;
    position: absolute;
    background: #003c76;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 100%;
    color: #fff;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 3px 0 0 0;
    font-size: 32%;
}
}





.lialternativni {
    list-style: none;
    text-decoration: none;
    width: 66px;
    padding: 0 0 0 6px;
    margin: 6px 1px 0px 8px;
    text-align: center;
    display: block;
    display: block;
    text-decoration: none;
    width: 12%;
    float: left;
    color: rgb(255,255,255);
    font-size: 11px;
}


.txdeknone {
    text-decoration: none;
}



