.search fieldset {
	position: relative;
}

.autocomplete {
	position: absolute;
	display: none;
	overflow: auto;
	white-space: normal;
	text-align: left;
	background: white;
	width: 100%;
	z-index: 100;
	min-width: 480px;
	left: 0;
	top: 80px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}

.autocomplete:after, .autocomplete ul:after {
	content: " ";
	display: block;
	clear: both;
}

.autocomplete img {
	height: auto;
	display: block;
	margin: 0 auto;
	width: 60px;
}

.autocomplete li a {
	text-decoration: none;
	width: 100%;
	line-height: 1.2em;
	border: 1px solid transparent;
	color: black;
	display: block;
}

.autocomplete li a i {
	color: #737478;
	font-size: 20px;
}

.autocomplete li a span {
	vertical-align: top;
	padding: 5px 5px;
	text-align: center;
	float: left;
	min-width: 70px;
}

.autocomplete li a span+span {
	text-align: left;
	float: none;
}

.autocomplete li a strong {
	font-weight: 600;
	display: block;
}

.autocomplete h4 {
	margin: 0px 0 0 0;
	padding: 10px 10px 5px 10px;
	font-size: 1em;
	border-top: 1px solid rgba(0, 0, 0, .15);
	font-weight: 600;
	border-color: rgba(0, 0, 0, .1);
	text-transform: uppercase;
}

.autocomplete h4:first-child {
	border: 0;
	margin-top: 0;
	bottom: 0;
}

.autocomplete ul {
	margin: 0;
	padding: 0 5px;
}

.autocomplete ul li {
	width: 50%;
	float: left;
	padding: 2px;
}

.autocomplete ul li:nth-of-type(2n+1) {
	clear: left;
}

.autocomplete .autocompleteSelected a, .autocomplete .autocompleteSelected a:hover {
	border-color: #F15C22;
	text-decoration: none;
}

.autocomplete li a:hover {
	border-color: #F15C22;
	text-decoration: none;
}

.autocomplete li a em {
	font-size: .85em;
	line-height: 1.25em;
	color: #737478;
	font-style: normal;
	display: block;
	padding: 2px 0;
}

.autocompleteAll {
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	padding: 2px 10px;
	background: #E9EDF0;
	color: black;
	margin-top: 10px;
}

.autocompleteAll:hover {
	background: #F15C22;
	color: white;
	text-decoration: none;
}

.autocomplete ul, .autocomplete ul li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.autocomplete ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.autocomplete ul li a span+span {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.numInput {
	text-align: right;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	white-space: nowrap;
	border: 1px solid #d1d1d1;
	padding: 10px 0;
	height: 60px;
	padding-right: 35px;
	line-height: 36px;
	font-size: .85em;
	color: #586d7d;
	border-radius: 0;
}

.numInput input {
	padding: 0 2px 0 5px;
	font-size: 1.25em;
	line-height: 36px;
	color: black;
	height: 36px;
	vertical-align: top;
	width: 36px;
	background: #fff;
	border-radius: 0%;
	-webkit-border-radius: 0%;
	border: 0;
	text-align: right;
	margin: 0;
}

.numInput span {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 24px;
	font-size: 12px;
	line-height: 29px;
	cursor: pointer;
	padding: 0 1px;
	z-index: 5;
	background: #e9e9e8;
}

.numInput span+span {
	top: auto;
	bottom: 0;
}

.numInput span:hover {
	color: white;
	background: #F15C22 !important;
}

.detPop form {
	clear: both;
}

.addCart .btn:hover, .modalWindow .btn:hover {
	background: #f15c22;
	border-color: #f15c22;
}

.addCart .btn, .modalWindow .btn {
	text-align: left;
	float: right;
	font-size: 1.2em;
	border: 0;
}

.addCart .btn {
	background: #427b00;
	color: white;
	width: 72%;
	line-height: 60px;
	border-color: #427b00;
	padding: 0 10px 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.addCart .btn svg *, .modalWindow .btn svg * {
	fill: none;
}

.addCart .btn svg, .modalWindow .btn svg {
	width: 40px;
	height: auto;
	vertical-align: middle;
	float: right;
	margin-left: 5px;
}

.addCart {
	margin: 5px 0;
	text-align: right;
}

.addCart .numInput {
	float: left;
	margin: 0;
}

.detPrice .cena {
	font-size: 3em;
}

.detPrice {
	margin: 5px 20px 5px 0;
}

.numB {
	display: inline-block;
	text-align: center;
	background: #e9edf0;
	border: 1px solid #c2ccd4;
	width: 55px;
	line-height: 53px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.steps {
	font-weight: 600;
	text-transform: uppercase;
	font-size: .9em;
	margin: 0 0 0 0;
	color: #c2ccd4;
	text-align: center;
	background: #fff;
	padding: 10px 25px;
	border: 1px solid #e7e7e6;
}

.steps a {
	text-decoration: none;
}

.steps a, .steps span {
	display: inline-block;
	padding: 5px 10px;
	margin: 1px 0;
	color: #414345;
}

.steps a:hover {
	color: black;
}

.steps i {
	margin: 0 1.4%;
}

.steps a i, .steps span i {
	line-height: 50px;
	width: 52px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	border: 1px solid #c2ccd4;
	font-size: 24px;
	vertical-align: middle;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 15px 0 0;
}

.steps .aktivni i {
	border-color: #F15C22;
	color: #F15C22;
}

.steps .aktivni {
	color: #F15C22;
}

.steps .fa-angle-right {
	color: #c2ccd4;
}

.step2Tab {
	margin-top: 20px;
	margin-bottom: 20px;
}

.step2Tab td {
	padding: 5px 12px 5px 12px;
	vertical-align: middle;
	line-height: 1.2em;
	border: 1px solid #e9edf0;
	border-left: 0;
	border-right: 0;
	height: 60px;
	background-color: white;
}

.step2Tab td:first-child {
	border-left: 1px solid #e9edf0;
}

.step2Tab td:last-child {
	border-right: 1px solid #e9edf0;
}

.step2Tab td img {
	display: block;
}

.step2Tab table {
	margin-top: 1em;
	border-collapse: separate;
}

.step2Tab td h4 {
	font-size: 1.1em;
	font-weight: 400;
	display: inline-block;
	margin: 0;
}

.step2Tab tr {
	padding: 1px 0;
}

.step2Tab .step2ico span {
	display: inline-block;
	min-width: 40px;
	width: 100%;
	max-width: 60px;
	height: 28px;
	background: transparent no-repeat center center;
	background-size: contain;
}

.step2Tab .step2ico i {
	font-size: 24px;
}

.step2Tab .step2ico {
	padding-left: 0;
	padding-right: 0;
}

.step2Tab em:hover {
	color: #F15C22;
}

.step2Tab em {
	text-decoration: underline;
	cursor: pointer;
	font-style: normal;
}

.step2Tab p {
	display: block;
	font-size: .9em;
	line-height: 1.2em;
	padding: 5px 0 0 0;
	margin: 0;
}

.green {
	color: green;
}

.step2Tab td i {
	font-size: 14px;
	margin-right: 4px;
}

.red {
	color: red;
}

.step2Tab tr:hover td {
	background: #f8f8f8;
	cursor: pointer;
}

.step2Tab tr.disabled:hover td {
	background: transparent;
	cursor: default;
}

.step2Tab tr.disabled td {
	color: silver;
}

.step2Tab tr.disabled .step2ico span {
	-webkit-opacity: .3;
	-moz-opacity: .3;
	opacity: .3;
}

.step2Tab .checked td, .step2Tab .checked:hover td {
	background: white;
	border-color: #F15C22;
}

.zal {
	margin: 0 -30px 20px -30px;
	position: relative;
}

.zal:after {
	display: block;
	content: ' ';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #e7e7e6;
}

.zal ol {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1em;
	width: 100%;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.zal ol li {
	float: left;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	padding: 0;
	margin: 0;
	background: #f8f8f8;
	border: 1px solid #e7e7e6;
	border-left-width: 0;
	position: relative;
	max-width: 33.3333%;
	position: relative;
	z-index: 2;
}

.zal li:+li+li {
	border-right-width: 0;
}

.zal li strong {
	min-width: 20px;
	padding: 0px 4px;
	font-size: .75em;
	line-height: 18px;
	height: 20px;
	background: #f15c22;
	color: white;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 50%;
}

.zal li i {
	font-size: 30px;
	float: left;
	line-height: 1.2em;
	margin-right: 12px;
}

.zal li a {
	text-decoration: none;
	color: #414345;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	width: 100%;
	text-align: center;
	min-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.1em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.2em;
}

.zal li a:hover, .zal li.aktivni a, .zal li.aktivni {
	background-color: white;
	border-bottom-color: #fff;
}

.zalCont {
	clear: both;
}

.zalCont h4 {
	margin: 0 0 1em 0;
	font-size: 1.25em;
}

.gray {
	color: rgba(0, 0, 0, .75);
}

.plusko {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	width: 34px;
	line-height: 34px;
	height: 34px;
	color: white;
	background: #F15C22;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.plusko:hover {
	background: black;
	color: White;
}

.hideBoxHeading {
	margin: 0;
}

.hideBoxHeading .hideBoxHeadingDesc {
	display: block;
	font-size: .75rem;
	line-height: 1.2em;
	padding-top: 2px;
	color: gray;
	font-style: normal;
}

.hideBoxHeading {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hideBox {
	display: none;
}

.agree .inputHolder {
	margin-top: 20px;
}

.agree:after {
	content: " ";
	display: block;
	clear: both;
}

.loginInContent {
	display: block;
	margin: 0 auto;
	padding: 0 0;
	max-width: 380px;
}

.loginInContent .loginInContentBtn {
	float: right;
}

.loginInContentLinks a {
	display: block;
	margin: 2px 0;
	padding: 2px 0;
	color: black;
	font-size: .9em;
	line-height: 1.2em;
}

.loginInContentLinks i {
	min-width: 1.2em;
}

.loginInContentLinks a:hover {
	color: #F15C22;
}

.hideBox .loginInContentLinks {
	float: right;
}

.infoBox {
	font-size: .9em;
}

.infoBox span {
	text-decoration: underline;
	cursor: pointer;
	color: #F15C22;
	font-weight: 600;
}

.infoBox span:hover {
	color: black;
}

.pozn {
	font-size: .75em;
	line-height: 1.2em;
	color: #818181;
	display: block;
	margin: 2px 0;
}

.cartBottom {
	padding-top: 30px;
	text-align: right;
	clear: both;
	margin: 0;
}

.cartBottom .btn4 {
	float: left;
}

.cartTab {
	background-color: white;
	border: 1px solid #e7e7e6;
	border-bottom: 0;
	margin: 30px 0;
}

.cartTab th {
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	font-weight: 400;
	background: #f2f2f2;
	border-top: 0;
}

.cartTab td {
	padding: 18px 10px;
}

.cartTab a {
	color: black;
	font-weight: 600;
}

.cartTab h4 {
	font-size: 1em;
	font-weight: 400;
	max-width: 400px;
	margin: 0;
}

.cartTab table {
	width: 100%;
	margin: 0;
}

.cartTab .gal img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 80px;
	min-width: 80px;
}

.respLabel {
	display: none;
}

.removeTD a {
	display: inline-block;
	color: black;
	border: 1px solid transparent;
	text-decoration: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
}

.removeTD a:hover {
	background: Black;
	color: White;
	text-decoration: none;
	border-color: black;
}

.blue {
	color: #F15C22 !important;
}

.removeTD {
	text-align: center;
}

.cartTab .t3 {
	text-align: center;
}

.cartTab .t4 {
	font-size: .9em;
}

.cartTab .t5, .cartTab .t6 {
	text-align: right;
}

.cartTab .t6 strong {
	font-size: 1.2em;
}

.step4cartTab .t3 .respTD {
	text-align: right;
}

.finish {
	color: #F15C22;
	font-size: 120px;
	vertical-align: middle;
	display: block;
	margin: 0 auto 20px auto;
}

.sumaBox {
	float: right;
	background: #fff;
	border: 1px solid #e7e7e6;
	padding: 20px 20px;
	width: 100%;
	max-width: 350px;
}

.sumaBox td {
	text-align: right;
	padding: 7px 0;
}

.sumaBox table {
	width: 100%;
}

.sumaBox th {
	font-size: 1em;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	padding: 7px 10px 7px 0;
}

.sumaBox .price {
	font-weight: 700;
	font-size: 1.8em;
}

.sumaBox .suma .price {
	padding-top: 14px;
	display: inline-block;
	border-top: 1px solid #c2ccd4;
}

.sumaBox .suma th {
	font-weight: 600;
}

.extraBox {
	float: left;
	width: 100%;
	max-width: 330px;
}

.tip {
	text-align: left;
	margin: 10px 0 0 0;
}

.code {
	width: 100%;
	padding-bottom: 0;
	padding-top: 3px;
	display: none;
}

.code .btn {
	width: 100%;
}

.code:after {
	content: " ";
	display: block;
	clear: both;
}

.code input {
	width: 75%;
	border-radius: 0%;
	-webkit-border-radius: 0%;
	margin: 0;
	padding: 5px 10px;
	height: 36px;
	float: left;
	border-right-width: 0;
}

.code button.btn {
	width: 25%;
	border-radius: 0%;
	-webkit-border-radius: 0%;
	text-align: center;
	margin: 0;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	float: left;
}

.form fieldset {
	background-color: white;
	padding: 30px;
	border: 1px solid #e7e7e6;
	margin: 10px 0;
}

.form .inputHolder {
	margin-top: 20px;
}

.form h2 {
	margin: 25px 0;
}

.form h2:first-child {
	margin-top: 0;
}

.form label {
	display: inline-block;
	padding-bottom: 3px;
}

.form p {
	margin: 0;
	display: block;
	margin-top: 15px;
}

.hasError strong {
	font-size: .75em;
	line-height: 1.2em;
	color: #818181;
	display: block;
	margin: 2px 0;
	font-weight: 400;
	color: #c20900;
}

.hasError label {
	color: #c20900;
}

.hasError input {
	border-color: #c20900;
}

.navigBox {
	margin: 30px 0 0 0;
	text-align: left;
	position: relative;
	clear: both;
}

.navig a, .navig strong {
	color: black;
	background: #E9EDF0;
	width: 32px;
	line-height: 30px;
	min-width: 32px;
	text-align: center;
	display: inline-block;
	margin: 2px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}

.navig {
	text-align: center;
	padding: 0 80px;
}

.navig strong {
	font-weight: 600;
}

.navig a:hover, .navig strong {
	background: #F15C22;
	text-decoration: none;
	color: white;
	border-color: #F15C22;
}

.navig i {
	font-size: 1.2em;
}

.navig em {
	font-style: normal;
	font-style: normal;
	font-size: .9em;
	display: block;
}

.navig span {
	color: silver;
}

.sort {
	font-size: .9em;
	line-height: 1.2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 8px;
}

.soc {
	padding-top: 15px;
	display: block;
	text-align: right;
}

.soc a {
	border: 1px solid #e9e9e8;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 38px;
	color: #717274;
	font-size: 15px;
	text-align: center;
}

.sortL, .sortR {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: middle;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: center;
}

.sortL {
	padding-right: 10px;
}

.sortL .sortby {
	margin-right: 15px;
}

.sortby {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
}

.sortby > span {
	display: block;
	line-height: 30px;
	cursor: pointer;
	min-width: 11em;
	text-align: left;
	padding: 0 18px 0 10px;
	border: 1px solid #e7e7e6;
	border-radius: 4px;
	background-color: white;
}

.sortby > span:hover {
	color: #F15C22;
}

.sortby > span i {
	margin-left: 4px;
	position: absolute;
	line-height: 30px;
	right: 0;
	top: 0;
	width: 18px;
}

.filter__row div + div {
	padding-left: 10px;
}

.filter__row {
	display: flex;
	padding: 3px 10px;
	align-items: center;
}

.sortby ol {
	list-style-type: none;
	display: none;
	z-index: 10;
	margin: 0;
	padding: 4px 0;
	text-align: left;
	position: absolute;
	top: 31px;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #e7e7e6;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	z-index: 10;
}

.sortbyOpen > span {
	background: #fff;
	border-color: #e7e7e6;
}

.sortby ol li a {
	color: black;
	text-decoration: none;
	padding: 8px 10px;
	display: block;
}

.sortby ol li a:hover {
	background: #F15C22;
	color: white;
	text-decoration: none;
}

.sortbyOpen ol {
	display: block;
}

.labelFilter {
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}

.labelFilter .inputHolder {
	float: left;
	margin: 2px 15px 2px 0;
}

.labelFilter span label {
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	padding-bottom: 0;
	padding-top: 0;
}

.labelsR {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
}

.labelsR span {
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	font-size: 1em;
	background: #F15C22;
	color: White;
	font-weight: 600;
	width: 50px;
	line-height: 50px;
}

.labelsR span em {
	font-style: normal;
	margin-right: 3px;
}

.labelsL {
	display: block;
}

.labelsL {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: left;
	font-size: .95em;
	line-height: 1.25em;
	text-transform: uppercase;
}

.detImg .labelsR, .detImg .labelsL {
	top: 20px;
}

.detPop {
	padding-left: 0 !important;
}

.detImg .itemImg {
	margin: 0;
	position: relative;
	max-width: 100%;
}

.detImg .labelsL {
	left: -30px;
}

.labelsL span {
	display: inline-block;
	padding: 6px 10px;
	color: White;
	background: Black;
	margin: 0 2px 2px 0;
}

.labelsL span.l1 {
	background: #1ab78b;
}

.l1 {
	color: #1ab78b;
}

.labelsL span.l2 {
	background: #cd0000;
}

.l2 {
	color: #cd0000;
}

.labelsL span.l3 {
	background: #f25c23;
}

.l3 {
	color: #f25c23;
}

.labelsL span.l4 {
	background: #0e9fe3;
}

.l4 {
	color: #0e9fe3;
}

.req {
	color: #c20900;
	margin-left: 5px;
	font-style: normal;
}

.prepinac__in span.active, .prepinac__in span:hover {
	background-color: #fff;
	border-width: 6px;
}

.prepinac__in {
	display: flex;
	justify-content: center;
	gap: 4px;
	margin-bottom: 24px;
}

.prepinac__btns {
	display: flex;
	justify-content: center;
}

.prepinac__btns .btn:first-child {
	transform: rotate(180deg);
}

.prepinac__btns .btn {
	width: 60px;
	height: 60px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.prepinac__in span {
	background-color: rgba(255, 255, 255, 0.5);
	width: 26px;
	height: 26px;
	border: 10px solid transparent;
	border-radius: 50%;
	transition: transform .25s;
	cursor: pointer;
}

.prepinac {
	position: absolute;
	right: 0;
	left: 0;
	bottom: clamp(8px, 2vw, 40px);
	display: block;
	z-index: 50;

}

.message {
	z-index: 15000;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	font-weight: 600;
	padding: 30px 40px;
	display: none;
	background: #609d1d;
	cursor: pointer;
	color: white;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}

.message-in {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	line-height: 1.4em;
	text-align: center;
}

.message p {
	padding: 0;
	margin: 0 0 0 0;
}

.message a {
	color: white;
	text-decoration: underline;
}

.message a:hover {
	color: white;
	text-decoration: none;
}

.message button {
	min-width: 50px;
	text-align: center;
	width: auto;
	font-size: 1em;
}

.message h4 {
	margin: 0;
}

.messageError {
	background: #c20900;
}

.message.messageInPage {
	position: static;
	box-shadow: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: default;
}

.message.messageInPage:after {
	display: none;
}

.message:after {
	content: "\f00d";
	display: block;
	cursor: pointer;
	font-size: 14px;
	clear: both;
	font-family: FontAwesome;
	color: white;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 49px;
	width: 49px;
	text-align: center;
}

.message .note i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 12px;
}

.message .note {
	display: table;
	margin: 0 auto;
	width: auto;
}

.message .note span {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.onTop {
	width: 48px;
	height: 48px;
	background: #fff;
	color: #f15c22;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 90;
	font-size: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	border: 1px solid #e5e5e5;
}

.onTop:hover {
	background: #fff;
	color: #f15c22;
}

#pda, #dodaciadresa {
	display: none;
}

#pda .btn {
	margin: 1px 0;
}

.searchInContent button {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	background: transparent;
	color: #F15C22;
	cursor: pointer;
	border: 0;
	border-left: 0;
	line-height: 55px;
	width: 55px;
	display: inline-block;
	text-align: center;
	height: 55px;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchInContent button svg * {
	stroke: #000
}

.searchInContent button:hover svg * {
	stroke: #F15C22;
}

.searchInContent input {
	margin: 0;
	height: 55px;
	padding-right: 55px;
	background-color: white;
}

.box > form > h2:first-child {
	margin-top: 0;
}

.searchInContent p {
	margin: 0;
	position: relative;
}

.searchInContent {
	margin: 20px auto;
}

.resultNumber {
	text-decoration: none;
	white-space: nowrap;
	margin: 0 5px;
}

.num {
	vertical-align: middle;
	font-weight: 400;
	padding: 0 3px;
	display: inline-block;
	vertical-align: top;
	color: black;
	text-align: center;
	line-height: 20px;
	background: #E9EDF0;
	border: 1px solid #c2ccd4;
	min-width: 22px;
	font-size: .75em;
	border-radius: 10px;
}

.resultNumber:hover .num, .aktivni .num {
	color: white;
	background: #F15C22;
	border-color: #F15C22;
}

.resultNumber:hover {
	text-decoration: none;
}

.pageList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pageList p {
	font-size: .9em;
	margin: 0;
	line-height: 1.25em;
}

.pageList h3 {
	margin: 0 0 4px 0;
}

.pageList li {
	padding: 10px 0;
}

article, .product, .tabRow, .filter, .section+.section {
	border: 1px solid #e4e4e4;
}

article {
	border-width: 0;
	text-transform: uppercase;
}

article + article {
	padding-top: 30px;
	border-width: 1px 0 0 0;
	margin-top: 30px;
}

.date {
	margin: 0;
	font-size: .9em;
	line-height: 1.1em;
}

article h3 a {
	color: #414345;
}

article h3 {
	margin: 5px 0 5px 0;
	text-align: left;
	font-size: 1.5em;
}

article img {
	width: 100%;
	height: auto;
	display: block;
	max-width: none;
	border: 0 solid #e1e1e1;
}

article .text p {
	display: block;
	margin: 0;
}

.more {
	display: inline-block;
	line-height: 1.5em;
	color: black;
}

article .aPic, article .text {
	display: table-cell;
	vertical-align: top;
	width: 40%;
}

article .aPic a, article .aPic span {
	display: block;
	width: 100%;
}

article .text {
	width: 60%;
}

article .aPic img {
	width: 100%;
}

article .aPic {
	padding-right: 20px;
	max-width: 300px;
}

.articles--cols {
	margin: -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: stretch;
}

.articles--cols .articleIn {
	flex: auto;
	border: 1px solid #e7e7e6;
	background-color: white;
}

.articles--cols article img {
	display: block;
	width: 100%;
	height: auto;
}

.articles--cols h3 {
	font-size: 1.2em;
	min-height: 2.6em;
}

.articles--cols .text {
	padding: 15px;
	text-transform: none;
}

.articles--cols .article {
	padding: 5px;
	display: flex;
	width: 100%;
	margin: 0;
	border-width: 0;
	max-width: 440px;
}

@media (min-width: 481px) {
	.articles--cols .article {
		width: 50%;
	}
}

.related article h4 a {
	color: #3e5050;
}

.related article h4 {
	margin: 5px 0;
}

.related article .text {
	padding-top: 0;
}

.related h3 {
	margin-top: 0;
}

@media screen and (min-width: 960px) {
	.related article+article {
		margin-top: 25px;
	}
	.related article .aPic, .rightCol article .text {
		display: block;
		width: 100%;
		padding: 0;
	}
	.related article .text {
		line-height: 1.4em;
		font-size: 1em;
	}
	.related article img {
		max-width: 100%;
		height: auto;
		margin: 0;
	}
	.related article h4 {
		margin: 15px 0;
		font-size: 1em;
	}
}

.gallery {
	margin: 0 -5px;
}

.gallery hr {
	margin: 0 5px;
}

.photo, .product {
	float: left;
	padding: 0 0 20px 0;
	border-width: 0;
	width: 25%;
}

.photo-in {
	border-width: 0;
	padding: 0 5px;
}

.product-in {
	border-width: 0;
	padding: 0 15px;
}

.photo .pic, .photo .pic span {
	width: 100%;
	height: 134px;
}

.photo .pic img, .product .pic img {
	max-width: 210px;
	max-height: 126px;
	height: auto;
	width: 100%;
}

.photo:nth-of-type(4n+1) {
	clear: both;
}

.photo p {
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
	text-align: center;
	font-size: .9em;
	line-height: 1.25em;
	margin: 3px 0 0 0;
}

.photo .pic a {
	display: inline-block;
}

.desc {
	font-style: italic;
	margin: 1.6em 0;
	line-height: 1.4em
}

.sizes {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 7px;
}

.sizeItem {
	border: 1px solid #e7e7e6;
	cursor: pointer;
	text-align: center;
	min-width: 2.75em;
	padding: 0px 0;
	line-height: 2.75em;
	white-space: nowrap;
	display: inline-block;
	position: relative;
}

.sizeItem:not(.disabled):hover, .sizeItem.active {
	background: #F15C22;
	color: #fff;
	border-color: #F15C22 !important;
}

.sizeItem.disabled {
	opacity: .3;
	cursor: default;
}

.orders {
	border-spacing: 0 15px;
	border-collapse: separate;
}

.orders th {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.orders td {
	border: 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px;
	background: #F6F8F9;
}

.orders td:first-child {
	border-left: 1px solid #e4e4e4;
}

.orders td:last-child {
	border-right: 1px solid #e4e4e4;
}

.icoButtons, .tickets {
	margin: 30px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.icoButtons:after, .tickets:after {
	content: " ";
	display: block;
	clear: both;
}

.icoButtons li, .tickets li {
	display: inline-block;
}

.icoButtons li a {
	display: table-cell;
	height: 120px;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	color: #F15C22;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #e4e4e4;
}

.icoButtons li a i {
	display: block;
	margin: 0 auto 10px auto;
	font-size: 40px;
	color: silver;
	width: 50px;
	line-height: 50px;
}

.icoButtons li a:hover, .tickets li a:hover {
	background: #F15C22;
	color: white;
}

.icoButtons li a:hover i, .tickets li a:hover i {
	color: white;
}

.tickets li span {
	display: table-cell;
	height: 100px;
	background: #F6F8F9;
	width: 100%;
	padding: 0 10px;
	font-size: .9em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e4e4e4;
}

.tickets li span strong {
	display: block;
	color: #F15C22;
	font-weight: 600;
	font-size: 1.1em;
	margin-top: 4px;
	text-transform: uppercase;
}

.tickets li span strong i {
	font-size: 24px;
	color: #F15C22;
}

.tickets li a {
	display: table;
	text-decoration: none;
	color: black;
	width: 100%;
}

.tickets li {
	float: left;
	width: 25%;
	padding: 4px;
	display: table;
	min-width: 110px;
}

.inputHolder {
	display: table;
	margin: 8px 0;
}

.inputHolder span {
	display: table-cell;
	vertical-align: top;
	line-height: 1.2em;
}

.inputHolder span+span {
	padding-left: 10px;
	padding-top: 2px;
}

.checkbox-replaced:before {
	line-height: 18px;
	display: inline-block;
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.checkbox-replaced, .radio-replaced {
	border: 1px solid #b2b2b2;
	background: #f7f7f7;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: border-color 1s;
	transition: border-color 1s;
}

.checkbox-replaced:hover, .radio-replaced:hover {
	border-color: #F15C22;
}

.checkbox-replaced.checked.disabled:before {
	color: #dfdfdf;
}

.checkbox-replaced.disabled, .radio-replaced.disabled {
	border-color: #eaeaea;
	cursor: default;
	background: #f8f8f8;
	opacity: .7;
}

.checkbox-replaced:before {
	content: "\f00c";
	color: #F15C22;
	visibility: hidden;
	opacity: 0;
}

.radio-replaced {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 18px;
	position: relative;
}

.radio-replaced:before {
	content: " ";
	background: #F15C22;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -4px;
	width: 8px;
	height: 8px;
	line-height: 18px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	visibility: hidden;
	opacity: 0;
}

.radio-replaced.checked.disabled:before {
	background: #dfdfdf;
}

.checkbox-replaced.checked:before, .radio-replaced.checked:before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}


/*animace*/

.radio-replaced:before, .checkbox-replaced:before {
	-webkit-transform: scale(3);
	transform: scale(3);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hasError .checkbox-replaced, .hasError .radio-replaced {
	border: 1px solid #c20900;
}

.modalWindow {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .25);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	padding: 25px 10px 25px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modalWindow-in {
	overflow: auto;
	max-height: 100%;
	max-width: 700px;
	padding: 15px;
	background: white;
	position: relative;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
}

.modalWindowCont .cena {
	font-size: 2em;
}

.modalWindowCont {
	padding: 5px;
}

.modalWindowScroll {
	height: 100%;
	overflow: auto;
}

.modalWindow-in .closeWindow {
	cursor: pointer;
	text-align: center;
	right: 0;
	top: 0;
	position: absolute;
	width: 35px;
	line-height: 35px;
	cursor: pointer;
	font-size: 18px;
}

.modalWindow-in .closeWindow:hover {
	color: #F15C22;
}

.modalWindow h2 {
	margin-top: 0;
}

.modalWindow h2 img {
	margin-right: 10px;
	vertical-align: middle;
}

.modalWindow h4 {
	margin: 0 0 15px 0;
}

.item.itemToCart .itemImg img {
	max-width: 200px;
}

.item.itemToCart .itemCont .itemPrice {
	margin-bottom: 10px;
}

.modalWindowCont h4:nth-of-type(2) {
	margin-top: 25px;
}

.modalWindowCont .itemList .item {
	width: 50%;
}

@media screen and (min-width: 960px) {
	.itemToCart .itemIn {
		flex-flow: row nowrap;
		align-items: center;
		text-align: left;
	}
	.item.itemToCart .itemImg {
		flex: auto;
		max-width: 50%;
	}
	.item.itemToCart .itemImg img {
		max-width: 180px;
	}
	.item.itemToCart {
		max-width: 100%;
	}
	.item.itemToCart .itemCont {
		padding-left: 30px;
	}
	.item.itemToCart .itemCont .itemPrice {
		margin: 20px 0;
	}
}

@media screen and (max-width: 960px) {
	.modalWindow .itemList, .modalWindowCont h4:nth-of-type(2) {
		display: none;
	}
}

.modalWindowInfo {
	text-align: center;
	padding: 5px 10px;
	background: #e7e7e6;
	font-size: 1.1em;
}

.modalWindow {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.modalWindowInCart .modalWindow-in li {
	padding: 2px 0;
}

.modalWindowInCart .modalWindow-in ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.modalWindowInCart .modalWindow-in {
	min-height: 30vh;
	max-width: 760px;
	width: 100%;
	text-align: left;
}

.modalBottomBtns {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e8e8e8;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-content: center;
}

.loading {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 20000;
	background-color: rgba(255, 255, 255, 0.4);
}

.loader {
	position: fixed;
	width: 50px;
	overflow: hidden;
	z-index: 20001;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	display: block;
	-webkit-animation: animLoader 1.5s infinite linear;
	animation: animLoader 1.5s infinite linear;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.loader:before {
	content: ' ';
	border-radius: 50%;
	border: 8px solid rgba(0, 0, 0, 0.8);
	display: block;
	width: 100px;
	height: 100px;
}

@-webkit-keyframes animLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes animLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-transform: none;
}

.rev +.rev {
	border-width: 1px 0 0 0;
	margin-top: 25px;
	padding-top: 25px;
}

.rev .revL {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	width: 60%;
	padding-right: 20px;
}

.rev .revUser {
	margin-bottom: 5px;
}

.rev .hod {
	margin-bottom: 5px;
}

.rev .revR {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #e4e4e4;
	border-width: 0 0 0 1px;
}

.rev .revPlus, .rev .revMinus {
	list-style-type: none;
	padding: 0 20px;
	margin: 0;
	color: #479905;
}

.rev .revMinus li:before {
	content: '-';
}

.rev .revMinus {
	color: #ce002a;
}

.revR li:before {
	content: '+';
	display: block;
	position: absolute;
	line-height: 1em;
	left: 0;
	top: .2em;
	font-weight: bold;
	font-size: 18px;
}

.revR li {
	position: relative;
	padding: 4px 0 4px 25px;
}


/*RESPONSIVE*/

@media screen and (max-width: 960px) {
	.steps {
		padding: 5px;
	}
	.steps i {
		margin: 0 2px;
	}
	.steps a i, .steps span i {
		display: block;
		margin: 0 auto 5px auto;
	}
	.steps a, .steps span {
		max-width: 25%;
		text-align: center;
		vertical-align: top;
	}
	.steps .fa-angle-right {
		line-height: 70px;
	}
	.steps strong {
		font-size: .9em;
		line-height: 1.2em;
		display: inline-block;
	}
	.articles article {
		float: none;
		width: 100%;
	}
	article:nth-of-type(n+2) {
		margin-top: 30px;
		padding-top: 30px;
		border-width: 1px 0 0 0;
	}
	.zal li strong {
		display: none;
	}
	.autocomplete {
		min-width: 0;
		top: 60px;
	}
	.cartTab {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.steps a i, .steps span i {
		line-height: 38px;
		width: 40px;
	}
}

@media screen and (max-width: 760px) {
	.gallery {
		margin: 0 -10px;
	}
	.photo-in, .product-in {
		padding: 0 10px;
	}
	.photo {
		padding-bottom: 10px;
	}
	.photo {
		width: 33.33%;
		width: calc(100% / 3);
	}
	.photo:nth-of-type(4n+1) {
		clear: none;
	}
	.photo:nth-of-type(3n+1) {
		clear: both;
	}
	.sumaBox, .extraBox {
		float: none;
		margin: 20px auto;
	}
	.extraBox {
		text-align: center;
	}
	.step2Tab .col-6 {
		margin: 20px 0;
		width: 100%;
		float: none;
	}
	.navig {
		padding: 0 0 0 0;
	}
	.navig .nFirst, .navig .nLast {
		display: block;
		margin: 2px auto;
	}
	.form p {
		margin: 0;
		display: block;
		margin-top: 10px;
	}
	.form div[class^="col"] {
		margin: 0 0;
	}
}

@media screen and (max-width: 650px) {
	.tickets li {
		width: 50%;
	}
	.cartTabTh {
		display: none !important;
	}
	.cartTab tr, .orders tr {
		display: block;
		position: relative;
		border-bottom: 1px solid #e4e4e4;
		border-top: 0 !important;
		padding: 5px;
		width: 100%;
	}
	.cartTab .t6 strong {
		font-size: 1.25em;
	}
	.cartTab td, .orders td {
		display: table;
		table-layout: fixed;
		border-width: 0 !important;
		margin: 5px 0;
		width: 100%;
	}
	.orders td {
		border-spacing: 0;
		background: transparent;
		padding: 2px 5px;
	}
	.orders td.right, .orders td.center {
		text-align: left !important;
	}
	.orders tr {
		background: #f8f8f8;
		border: 1px solid #e4e4e4;
		margin: 5px 0;
	}
	.respLabel {
		display: table-cell;
		font-size: .9em;
		vertical-align: middle;
		padding-right: 20px;
		width: 50%;
		text-align: left;
	}
	.respTD {
		display: table-cell;
		vertical-align: middle;
		padding: 2px 0;
		width: 50%;
	}
	.cartTab tr:nth-of-type(2) {
		border-top: 1px solid #d6d6d6;
		padding-top: 5px;
	}
	.cartTab td.removeTD {
		position: absolute;
		right: 4px;
		top: 0;
		border: 0;
		min-width: 0;
		width: auto;
	}
	.removeTD a {
		border-color: #e4e4e4;
	}
	.cartTab .t3 {
		text-align: left;
		clear: both;
	}
	.cartTab .t5 {
		display: none;
	}
	.cartTab .t1 {
		float: left;
		width: auto;
		padding: 0 0 0 0;
		display: block;
	}
	.cartTab .gal {
		padding-right: 15px;
	}
	.cartTab .t2 {
		padding: 0 35px 0 0;
		margin: 0;
		display: block;
	}
	.cartTab .numInput {
		padding: 2px 10px 2px 0;
		margin: 0 44px;
		height: 42px;
	}
	.cartTab .numInput span {
		line-height: 42px;
		width: 42px;
		top: -1px;
		right: auto;
		left: -44px;
		background: #d1d1d1;
	}
	.cartTab .numInput span+span {
		top: auto;
		bottom: auto;
		top: -1px;
		left: auto;
		right: -44px;
		background: #d1d1d1;
	}
	.zal i {
		display: none;
	}
	.rev .revL {
		flex: auto;
		width: 100%;
		padding-right: 0;
	}
	.rev .revR {
		width: 100%;
		border-width: 0;
		margin-top: 20px;
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (max-width: 570px) {
	.autocomplete {
		max-height: 400px;
	}
	.loginInContentLinks {
		float: none;
	}
	.modalBottomBtns .btn {
		margin: 5px;
	}
	.modalBottomBtns {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width: 470px) {
	.zal li a {
		padding: 15px 5px 15px 5px;
	}
	.zal ol {
		flex-flow: row wrap;
	}
	.steps a, .steps span {
		display: inline-block;
		margin: 1px 0;
		padding: 5px 4px;
	}
	.steps strong {
		font-weight: 300;
		font-size: .85em;
	}
	.autocomplete ul li {
		width: 100%;
		float: none;
		padding: 2px;
	}
	.navig {
		text-align: center;
		float: none;
	}
	article .aPic, article .text {
		display: block;
		vertical-align: top;
		width: auto;
	}
	article .aPic {
		float: left;
		width: 40%;
		margin-top: 5px;
		max-width: 300px;
	}
	.photo p.shop {
		text-align: center;
	}
	.photo p.shop strong {
		display: block;
		text-align: center;
	}
	.photo {
		width: 50%;
	}
	.photo:nth-of-type(3n+1) {
		clear: none;
	}
	.photo:nth-of-type(2n+1) {
		clear: both;
	}
	.gallery hr {
		display: none;
	}
	.steps .fa-angle-right {
		display: none;
	}
	.step2Tab table {
		margin: 10px 0;
		width: 100%;
	}
	.step2Tab td {
		padding: 2px 10px;
		font-size: .9em;
		line-height: 1.25em;
	}
	.step2Tab td:first-child {
		padding-left: 10px;
	}
	.icoButtons li {
		width: 50%;
		float: left;
		padding: 2px;
	}
	.sortL, .sortR {
		display: block;
		vertical-align: middle;
		text-align: left;
	}
	.cartBottom .btn4 {
		float: none;
	}
	.cartBottom {
		text-align: center;
		padding-top: 15px;
	}
	.cartBottom .btn {
		max-width: 100%;
		margin: 5px auto;
		display: inline-block;
		width: 100%;
		min-width: 0%;
	}
	.hideBox .loginInContentLinks {
		float: none;
	}
	.loginInContent .loginInContentBtn {
		float: none;
	}
}
