* {
	box-sizing: initial;
}

@font-face {
	font-family: 'futura_book';
	src: url('fonts/FuturaTOT-Book.eot?#iefix') format('embedded-opentype'),
	url('fonts/FuturaTOT-Book.otf') format('opentype'),
	url('fonts/FuturaTOT-Book.woff') format('woff'),
	url('fonts/FuturaTOT-Book.ttf') format('truetype'),
	url('fonts/FuturaTOT-Book.svg#FuturaTOT-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'futura_bold';
	src: url('fonts/futuratot-bold_1-webfont.eot');
	src: url('fonts/futuratot-bold_1-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/futuratot-bold_1-webfont.woff2') format('woff2'),
	url('fonts/futuratot-bold_1-webfont.woff') format('woff'),
	url('fonts/futuratot-bold_1-webfont.ttf') format('truetype'),
	url('fonts/futuratot-bold_1-webfont.svg#futura_t_otbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

input[required],
input[required].textArea {
	border: 2px solid #A3A3A3;
}

select#deliveryCountry {
	border: 2px solid #A3A3A3;
}

a {
	color: #f30404;
}

a:hover {
	text-decoration: none;
}

a:focus {
	border: none;
	outline: none;
}

.modal-content {
	border: 1px solid #f30404;
}

.modal-body input,
.modal-body textarea {
	border: 1px solid #f30404;
	/* border-radius: 3px; */
	padding: 6px 20px;
	margin: 5px;
	width: 300px;
}

.modal-body th {
	color: #FFF;
	min-width: 100px;
}

#frm-registerForm {
	margin: 0 0 20px 0;
	width: 430px;
	margin: 0 auto 20px;
}

#frm-registerForm input[type='text'],
#frm-registerForm input[type='password'] {
	width: 400px;
}

#frm-registerForm fieldset {
	border: 1px solid #dfdfdf;
	margin: 20px 0 0 0;
	width: 100%;
}

#frm-registerForm input[name='invoiceAddress[city]'],
#frm-registerForm input[name='invoiceAddress[street]'],
#frm-registerForm input[name='invoiceAddress[postCode]'],
#frm-registerForm input[name='invoiceAddress[companyName]'],
#frm-registerForm input[name='invoiceAddress[ico]'],
#frm-registerForm input[name='invoiceAddress[dic]'],
#frm-registerForm input[name='invoiceAddress[alias]'],
#frm-registerForm input[name='invoiceAddress[web]'],
#frm-registerForm select[name='invoiceAddress[country]'] {
	display: none;
}

#frm-registerForm-useInvoice {
	margin: 15px 10px 25px 0;
}

.newsholder {
	margin: 10px 0 30px 0;
}

.newsholder a {
	color: #000;
}

.newsholder h1 {
	font-size: 40px;
}

.newsholder h2 {
	font-size: 18px;
}

.errors li {
	color: rgb(243, 4, 4);
	font-size: 20px;
}

ul.carriers {
	list-style: none;
	margin: 0;
	padding: 0;
}

input[type='radio'] {
	margin: auto 23px 0 4px;
}

.basketLine {
	display: none;
}

.black.bigger {
	font-size: 22px;
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

.boardShopRespo {
	display: none;
}

p.thanks {
	font-family: 'futura_bold', arial, sans-serif;
	color: #f30404;
	font-size: 20px;
	text-align: center;
}

#frm-loginFormPage {
	width: 272px;

	margin: 0 auto 20px;
}

#frm-loginFormPage input[type='text'],
#frm-loginFormPage input[type='password'] {
	width: 250px;
}

p.center {
	text-align: center;
}

#customerDetail {
	margin: 0 0 20px 0;
	width: 100%;
	float: left;
}

#customerDetail .fastMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #F30404;
}

#customerDetail .fastMenu ul li {
	float: left;
}

#customerDetail .fastMenu ul li a {
	padding: 10px;
	float: left;
	color: #FFF;
}

#customerDetail .fastMenu ul li a:hover,
#customerDetail .fastMenu ul li.active a {
	text-decoration: underline;
}

#customerDetail #ordersSummary {
	width: 100%;
}

#customerDetail #ordersSummary td,
#customerDetail #ordersSummary th {
	text-align: center;
}

#frm-newAddressForm,
#frm-passwordForm,
#frm-customerForm,
#frm-editAddressForm {
	width: 430px;
	margin: 20px auto 20px;
}

#frm-newAddressForm input[type='text'],
#frm-newAddressForm input[type='password'],
#frm-passwordForm input[type='text'],
#frm-passwordForm input[type='password'],
#frm-customerForm input[type='text'],
#frm-customerForm input[type='password'],
#frm-editAddressForm input[type='text'],
#frm-editAddressForm input[type='password'] {
	width: 400px;
}

.searchBlock {
	position: relative;
}

.searchBlock .productSearchBlockResult {
	position: absolute;
	z-index: 999;
	right: 0;
	top: 44px;
	padding: 20px;
	background-color: #000;
	color: #FFF;
	width: 410px;
}

.searchBlock .productSearchBlockResult .product {
	float: left;
	width: 100%;
	margin: 15px 0;
}

.searchBlock .productSearchBlockResult .product img {
	float: left;
	margin: 5px 10px 10px 0;
}

.searchBlock .productSearchBlockResult .product h3 {
	color: #FFF;
	font-size: 20px;
	padding: 0;
}

.searchBlock .productSearchBlockResult .product .price {
	float: left;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 20px;
}

#productSearchForm {
	float: right;
}

.searchResult {
	width: 100%;
	float: left;
}

.searchResult a:hover {
	text-decoration: underline;
}

.searchResult .contentProduct a:hover {
	text-decoration: none;
}

#productImages {
	position: relative;
	width: auto;
	top: 0;
}

#productImages .bigDetail {
	width: 496px;
	margin: 0;
	text-align: center;
}

#productImages .bigDetail img {
	max-height: 346px;
	margin: 0 auto;
}

.bigDetail.item.active {

	width: 496px;
}

.cartsMerger .productImage {
	max-width: 100px;
	margin: 0 10px 0 0;
}

ul.contact {
	list-style: none;
	padding: 0;
	position: relative;
	bottom: -9px;
}

.page ul.contact li {
	width: 50%;
	height: 200px;
	float: left;
	margin: 0;
}

ul.contact li:last-child {
	margin: 0px 0 0 7%;

	width: 43%;
	/* padding: 20px 0 0 0; */
}

ul.contact li h3 {
	margin: 38px 0 0 0;

	padding: 0;
	line-height: 10px;
}

ul.contact li img {
	display: inline-block;
	margin: -2px 0 0 0;
}

ul.contact li img.contact {
	position: relative;
	bottom: -2px;
}

ol {
	padding: 0 0 0 10px;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'futura_book', arial, sans-serif;
	font-size: 14px;
	color: #000;
	background: #fff;
}

body.Front-Page-Page .container table {
	margin: 0 20px;
}

body.Front-Eshop-Order.ajaxBusy:before {
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.51);
	z-index: 9999;
}

.wrapper {
	display: flex;
	flex-direction: column;
}

.centered {
	margin: 0 auto;
}

#snippet--flash {
	width: 100%;
	position: absolute;
	z-index: 27;
	margin: 30% auto;
}

div.flash {
	color: white;
	margin: 20px 0;
}

div.flash div.contentFlash {
	padding: 20px;
	background: #000000;
	border: 1px solid #EF0000;
}

.right {
	float: right;
}

.left {
	float: left;
}

div.flash div.contentFlashAddProduct,
div.flash div.contentFlashCarts {
	padding: 20px 20px 35px 20px;
	width: 555px;
	background: #000000;
	border: 1px solid #EF0000;
	position: relative;
	margin: 0 auto;
}

div.flash div.contentFlashAddProduct .addProductWindow td.name {
	width: 200px;
}

div.flash div.contentFlashAddProduct .addProductWindow .productInfo {
	padding: 0 20px;
	float: left;
	color: #FFF;
	line-height: 1;
}

div.flash div.contentFlashAddProduct .addProductWindow .price {
	padding: 0 20px;
}

div.contentFlashAddProduct img.productImage {
	width: 100px;
	margin: 0 10px 0 0;
}

html {
	text-decoration: none;
}

div.flash div.contentFlashAddProduct a:hover,
div.flash div.contentFlashCarts a:hover {
	/* text-decoration: underline; */
}

div.contentFlashAddProduct .productInfo a {
	color: #FFF;
}

div.contentFlashAddProduct .productInfo a:hover {
	text-decoration: underline;
}

.addProductWindow table {
	margin: 0 0 25px 0;
}

div.flash a.closeFlash {
	cursor: pointer;
}

div.flash a.closeFlash:hover {
	text-decoration: underline;
}

div.flash a.closeFlash.right {
	float: right;
}

div#overlight {
	position: fixed;

	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 26;
}

div#overlayer {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

img {
	display: block;
	border: none;
}

h1 {
	margin: 0 auto;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 16px;
	text-align: center;
}

span.allPages,
h1.allPages {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 60px;
	line-height: 40px;
	color: #fff;
	font-family: 'futura_bold', arial, sans-serif;
}

h1.small {
	float: right;
	text-align: right;
	font-size: 34px;
	padding: 10px 0;
}

span.orders,
label[for='frm-voucherForm-code'] {
	margin: 20px 0 0 0;
	float: left;
	font-family: 'futura_bold', arial, sans-serif;
	color: #f30404;
	font-size: 18px;
	display: inline-block;
}

h2.thanks {
	color: #000;
}

h2,
h3 {
	margin: 0;
	padding: 18px 0;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 34px;
	color: #bcbcbc;
	text-align: center;
}

h3 {
	text-align: left;
	color: #000;
}

.page h3 {
	font-size: 25px;
}

.adressInformation.flNone {
	float: none;
}

.modal-title {
	color: #FFF;
}

.red {
	font-family: 'futura_bold', arial, sans-serif;
	color: #f30404;
}

.black {
	font-family: 'futura_bold', arial, sans-serif;
	color: #000;
}

.floatLeft {
	float: left;
}

.clr {
	clear: both;
	font-size: 0;
	height: 0;
}

.clr.height {
	height: 75px;
}

.back {
	margin: 0px 0 10px 0;
	padding-left: 34px;
	font-size: 18px;
	color: #909090;
	background: url('img/back_arrow.png') no-repeat 0 50%;
	display: inline-block;
	text-decoration: none;
}

.back:hover {
	text-decoration: underline;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 1008px;
	display: block;
}

.voucher-form {
	max-width: 600px;
	margin: 10px 0 30px 0;
}

.voucher-form .textArea {
	width: 150px;
	margin: 0 0 0 10px;
}

.voucher-form .redButton {
	float: none;
	display: inline;
	text-transform: uppercase;
}

.bigBanner {
	margin: 0 0 30px 0;
	width: 100%;
	height: 223px;
	background: #1f1f1f;
	/*background: #1f1f1f url('img/img_banner.jpg') no-repeat top center;*/
}

.bigBanner .container img {
	clear: both;
}

.loginPortal {
	position: absolute;
	top: 44px;
	right: 181px;
	width: 269px;
	height: 308px;
	text-align: center;
	background: #e5e5e5 url('img/arrow_black.png') no-repeat 50% 0;
	z-index: 20;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.20);
	display: none;
}

.loginPortal a {
	margin: 12px 0 0 0;
	color: #000;
	display: inline-block;
}

.loginPortal .noLogout {
	margin: 8px auto;
	width: 200px;
	text-align: left;
}

.loginPortal .name {
	margin: 31px auto 0 auto;
	width: 144px;
	padding: 0 15px 0 39px;
	height: 28px;
	border: 1px solid #c5c5c5;
	color: #000;
	background: #fff url('img/mail_icon.png') no-repeat 8px 50%;
	font-family: 'futura_book', arial, sans-serif;
	display: block;
}

.loginPortal .name.pass {
	margin: 11px auto 0 auto;
	background: #fff url('img/pass.png') no-repeat 8px 50%;
}

.loginPortal .name::-webkit-input-placeholder {
	color: #c5c5c5;
}

.loginPortal .name:-moz-placeholder {
	/* Firefox 18- */
	color: #c5c5c5;
}

.loginPortal .name::-moz-placeholder {
	/* Firefox 19+ */
	color: #c5c5c5;
}

.loginPortal .name:-ms-input-placeholder {
	color: #c5c5c5;
}

.loginPortal .name:focus {
	outline: none;
}

.loginPortal .loginButton {
	margin: 20px auto;
	width: 198px;
	height: 28px;
	border: 1px solid #f30404;
	background: #f30404;
	color: #fff;
	font-family: 'futura_bold', arial, sans-serif;
	display: block;
	cursor: pointer;

	text-transform: uppercase;
}

.loginPortal .loginButton.reg {
	border: 1px solid #000;
	background: #000;

	text-decoration: none;
	padding: 7px 0 0 0;
	height: 23px;
}

.loginPortal .liner {
	width: 100%;
	height: 1px;
	background: #cecece;
}

a.toOrder {
	color: #000;
}

.basket {
	position: relative;
	float: right;
	right: 0;
	width: 115px;
	height: 74px;
	background: url('img/basket.png') no-repeat 0 50%;
	cursor: pointer;
	z-index: 25;
}

.basket .title {
	margin: 26px 0 0 55px;
	padding: 0;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 13px;
	line-height: 12px;
	display: block;
}

.basket .cz {
	margin: 0 0 0 55px;
	padding: 0;
	font-size: 12px;
	line-height: 10px;
	display: block;
}

.basket .howMuch {
	position: absolute;
	top: 3px;
	left: 25px;
	min-width: 20px;
	min-height: 20px;
	line-height: 20px;
	padding: 2px;
	background: #000;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

.boardShop {
	position: absolute;
	top: 51px;
	right: 0;
	background: #e5e5e5;
	z-index: 16;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.20);
	display: none;
}

.blankDecorator {
	/* background-color: #000; */

	width: 290px;
	height: 60px;
	position: absolute;
	bottom: -50px;
}

.boardShop table {
	position: static;
	width: 100%;
	background: #e5e5e5;
	display: block;
	border-collapse: collapse;
}

.boardShop table td {
	padding: 10px;
	border-bottom: 1px solid #cecece;
}

.boardShop table td.line {
	/* border-right: 1px solid #cecece; */
}

.boardShop table td .title {
	margin: 0;
	width: 200px;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 14px;
	display: block;
	color: #f30404;
}

.boardShop table td .class {
	font-family: 'futura_book', arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	color: #000;
}

.boardShop table td .code {
	font-family: 'futura_book', arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	color: #000;
}

.boardShop table td .price {
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	color: #000;
	text-align: center;
}

.boardShop table td .text {
	text-align: center;
	display: block;
}

.boardShop table td .buttons {
	padding: 10px;
	background: #000;
	color: #fff;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
}

.boardShop table td .buttons.final {
	background: #f30404;
	margin-left: 12px;
}

.boardShop table td p {
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 14px;
	display: block;
}

.boardShop table td .button {
	margin: 10px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 100%;
	text-align: center;
	font-family: 'futura_bold', arial, sans-serif;
	text-decoration: none;
	background: #000;
	color: #fff;
}

.boardShop td .count {
	height: 22px;
	line-height: 22px
}

.boardShop td .plus,
.boardShop td .minus {
	margin: 0 5px;
	width: 22px;
	height: 22px;
	text-decoration: none;
}

.boardShop td .plus {
	float: left;
	background: url('img/plus.png');
}

.boardShop td .plus:hover {
	float: left;
	background: url('img/plus_hover.png');
}

.boardShop td .minus {
	float: right;
	background: url('img/minus.png');
}

.boardShop td .minus:hover {
	float: right;
	background: url('img/minus_hover.png');
}

.boardShop td .delete,
.voucher-delete {
	margin: 0 auto;
	width: 22px;
	height: 22px;
	display: block;
	text-decoration: none;
	background: url('img/delete.png');
}

.boardShop td .delete:hover,
.voucher-delete:hover {
	background: url('img/delete_hover.png');
}

.voucher-delete {
	float: left;
}

#header {
	width: 100%;
	height: 44px;
	background: #000;
}

#header .facebook {
	margin-top: 6px;
	float: right;
}

#header .search {
	margin: 6px 11px 0 0;
	height: 28px;
	width: 180px;
	padding: 0 10px;
	border: 1px solid #e80404;
	background: #000;
	float: right;
	color: #e80404;
}

#header .search:focus {
	outline: none;
}

#header input.search::-webkit-input-placeholder {
	color: #e80404;
}

#header input.search:-moz-placeholder {
	color: #e80404;
}

#header input.search:-ms-input-placeholder {
	color: #e80404;
}

#header .button {
	position: absolute;
	top: 6px;
	right: 42px;
	width: 18px;
	height: 27px;
	border: none;
	cursor: pointer;
	background: url('img/search_glass.png') no-repeat;
}

#header .button:hover {
	background: #e80404 url('img/search_glass_hover.png') no-repeat;
}

#header .button:focus {
	outline: none;
}

#header ul.topMenu {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 44px;
}

#header ul.topMenu li {
	float: left;
	padding-right: 22px;
}

#header ul.topMenu li.login span,
#header ul.topMenu li.logged {
	float: right;
	padding-left: 13px;
	color: #f81111;
	background: url('img/login.png') no-repeat left 15px;
	cursor: pointer;
}

#header ul.topMenu li.logged,
#header ul.topMenu li.login {
	background: none;
	width: 278px;
	text-align: right;
}

#header ul.topMenu li.logged a {
	color: #f81111;
}

#header ul.topMenu li a {
	color: #fff;
	text-decoration: none;
}

#header ul.topMenu li a:hover {
	text-decoration: underline;
}

#menuLine {
	width: 100%;
	height: 74px;
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
}

#menuLine .logo {
	float: left;
	margin-top: 25px;
}

#menuLine ul.mainMenu {
	position: relative;
	float: left;
	list-style: none;
	margin: 0 0 0 28px;
	padding: 0;
	font-size: 15px;
	font-family: 'futura_bold', arial, sans-serif;
	letter-spacing: -1px;
}

#menuLine ul.mainMenu li {
	display: inline-block;
	margin-right: 17px;

}

#menuLine ul.mainMenu li a {
	text-decoration: none;
	position: relative;
	padding: 28px 0;
	color: #000;
	display: block;
	transition: 150ms;
}

#menuLine ul.mainMenu li.active a,
#menuLine ul.mainMenu li a:hover {
	color: #f30404;
}

#menuLine ul.mainMenu li a::after {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f30404;
	color: #f30404;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

#menuLine ul.mainMenu li.active a::after,
#menuLine ul.mainMenu li a:hover::after,
#menuLine ul.mainMenu li a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

#MainImageSlider {
	width: 100%;
	height: 363px;
	background: url('img/back.png');
}

#quickOffer {
	width: 100%;
	height: 167px;
	background: #000;
	color: #fff;
	letter-spacing: -1px;
	font-size: 22px;
	font-family: 'futura_bold', arial, sans-serif;
}

#quickOffer .offers {
	float: left;
	margin-top: 35px;
}

#quickOffer .offers.last {
	float: right;
	margin-top: 35px;
}

#quickOffer .offers img {
	float: left;
	margin-right: 10px;
}

#quickOffer .offers p {
	float: left;
	line-height: 22px;
	border-left: 2px solid #e2001a;
	padding: 0 19px 0 10px;
}

#quickOffer .offers p.last {
	padding: 0 0 0 10px;
}

.section {
	margin: 56px 20px 0 0;
	float: left;
	width: 151px;
	text-align: center;
	text-decoration: none;
}

.section.last {
	margin: 56px 0 0 0;
}

.section.item-5 span {
	color: #f30404;
}

.section.item-6 span {
	color: #ec587e;
}

.section.item-7 span {
	color: #d7a702;
}

.section.item-8 span {
	color: #009ee3;
}

.section.item-9 span {
	color: #5bbc2b;
}

.section.item-10 span {
	color: #ec6502;
}

.section span {
	margin-top: 8px;
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-family: 'futura_bold', arial, sans-serif;
}

.section.last {
	margin: 56px 0 0 0;
}

.section .border {
	width: 149px;
	height: 133px;
	border: 1px solid #cbcbcb;
	overflow: hidden;
}

.section .border img {
	margin: 0 auto;
	width: 149px;
	height: 133px;
	webkit-transition: opacity 250ms,
	-webkit-transform 250ms;
	transition: opacity 250ms,
	transform 250ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section .border img:hover {
	-webkit-transform: scale3d(1.15, 1.15, 1);
	transform: scale3d(1.15, 1.15, 1);
	opacity: 1;
}

.topSellProducts,
.topRatedProducts {
	width: 100%;
	margin: 0;
	padding: 0 0 50px 0;
}

.topSellProducts {
	background: #c7c7c7 url('img/down_arrow.png') no-repeat top center;
}

.topRatedProducts {
	border-bottom: 2px solid #e6e6e6;
	background: #fff url('img/down_arrow_gray.png') no-repeat top center;
}

.contentProduct {
	position: relative;
	float: left;
	margin: 0 36px 0 0;
	width: 312px;
	height: 342px;
	text-align: center;
	overflow: hidden;
}

.contentProduct.others {
	margin: 0 36px 30px 0;
}

.contentProduct .textField {
	position: relative;
	min-height: 80px;
	vertical-align: bottom;
}

.contentProduct .textField .bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.contentProduct.last {
	margin: 0;
}

.contentProduct a {
	text-decoration: none;
}

.contentProduct .bottom .title {
	position: relative;
	width: 100%;
	margin: 0;
	bottom: 0;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 20px;
	color: #f30404;
	line-height: 21px;
	text-align: center;
}

.contentProduct .bottom .simple {
	font-family: 'futura_book', arial, sans-serif;
	margin-top: 2px;
	font-size: 18.1px;
	color: #000;
	line-height: 14px;
	display: block;
	text-transform: uppercase;
}

.contentProduct .bottom .code {
	margin: 0 0 4px 0;
	padding: 0;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 16px;
	color: #000;
	display: block;
}

.contentProduct .price {
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 22px;
	color: #000;
}

.contentProduct .info {
	position: absolute;
	top: 66px;
	right: 5px;
	font-size: 12px;
	color: #b6b5b5;
}

#topSels .contentProduct .info {
	color: #FFF;

}

.contentProduct .size {
	position: absolute;
	top: 80px;
	right: 0;
	/*width: 50px;*/
	padding: 0 5px;
	height: 233px;
	background: #fff;

	display: table;
}

.contentProduct .size form,
.contentProduct .size .form {
	margin: 8px 0 9px 0;
	padding: 0;

	display: table-row;
	vertical-align: middle;
}

#topSels .contentProduct .size .form,
#topRelated .contentProduct .size .form {
	/* float: left; */
	/* width: 100%; */
	/* margin: 0 0 9px 0; */
}

#topSels .contentProduct .size .form.first,
#topRelated .contentProduct .size .form.first {
	margin: 9px 0 9px 0;
}

.contentProduct .size form input,
.contentProduct .size .form a {
	text-align: center;
	color: #b6b5b5;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	border: none;
	background: none;
	cursor: pointer;

	display: table-cell;
	vertical-align: middle;
}

#topSels .contentProduct .size .form a,
#topRelated .contentProduct .size .form a {
	width: 100%;
	/* float: left; */
}

.contentProduct .size form input:hover, .contentProduct .size .form a:hover {
	color: #f30404;
}

.contentProduct .size form input:focus, .contentProduct .size .form a:focus {
	outline: none;
}

.contentProduct .size.light {
	background: #efefef;
}

.contentProduct .size .uni {
	display: table-cell;

	vertical-align: middle;
}

.contentProduct .size .uni b {
	/* display: block; */

	color: #b6b5b5;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin: 0 -2px;
}

.contentProduct .product {
	width: 308px;
	height: 231px;
	border: 2px solid #fff;
	display: table-cell;
	overflow: hidden;

	background-color: #FFF;
	vertical-align: middle;
	position: relative;
}

.product-sign {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f30404;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px 9px 4px 9px;
	z-index: 25;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 14px;
}

.contentProduct .product.lightBorder {
	border: 2px solid #efefef;
}

.contentProduct .product img {
	float: left;
	display: block;
}

.contentProduct .product img {
	float: none;
	display: block;
	max-width: 258px;
	max-height: 231px;
	webkit-transition: opacity 250ms,
	-webkit-transform 250ms;
	transition: opacity 250ms,
	transform 250ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	margin: 0 auto;
	position: relative;
	left: -20px;
}

.contentProduct:hover .product img {
	-webkit-transform: scale3d(1.10, 1.10, 1);
	transform: scale3d(1.10, 1.10, 1);
	opacity: 1;
}

.details {
	float: left;
	width: 500px;
}

.details .title {
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 21px;
	color: #f30404;
	display: block;
	line-height: 22px;
	text-align: center;
}

.details .class {
	font-family: 'futura_book', arial, sans-serif;
	font-size: 21px;
	color: #000;
	display: block;
	line-height: 18px;
	text-align: center;
}

.details .code {
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 18px;
	color: #000;
	display: block;
	line-height: 29px;
	text-align: center;
}

.details .bigDetail {
	position: relative;
	margin: 0 auto;
	width: 496px;
	height: 346px;
	/* border: 2px solid #efefef; */
}

.details .bigDetail .arrows {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 21px;
	height: 33px;
	padding: 10px;
	cursor: pointer;
}

.details .bigDetail .glass {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 39px;
	height: 39px;
	background: url('img/glass.png');
	cursor: pointer;
}

.details .bigDetail .glass:hover {
	background: url('img/glass_hover.png');
}

.details .arrows {
	position: absolute;

	top: 44%;
	width: 50px;
	padding: 10px;
}

.details .arrows.left {
	left: 0;
	background: url('img/gray_left.png') no-repeat 50% 50%;
}

.details .arrows.right {
	right: 0;
	background: url('img/gray_right.png') no-repeat 50% 50%;
}

.details .arrows.left:hover {
	background: url('img/left_hover.png') no-repeat 50% 50%;
}

.details .arrows.right:hover {
	background: url('img/right_hover.png') no-repeat 50% 50%;
}

.details .smallIMG {
	margin: 20px 25px 0 0;
	float: left;
	width: 146px;
	height: 136px;
	border: 2px solid #efefef;
	cursor: pointer;

	display: table;
}

.details .smallIMG img {
	max-width: 146px;
	max-height: 136px;

	margin: auto;
}

.details .smallIMG.last {
	margin: 20px 0 0 0;
}

.detailsText {
	float: left;
	margin-left: 30px;
	width: 460px;

	min-height: 470px;
}

.detailsText .fb-like {
	float: right;

	margin: -30px 0;
}

.detailsText .moreDescription,
.detailsText .smallDescription {
	float: right;
	padding: 10px;
	font-size: 15px;
}

.detailsText .smallDescription {
	padding: 0 10px;

	margin: -10px 0 0 0;
}

.detailsText .sizeBox {
	margin-top: 45px;
	width: 100%;
}

.detailsText .sizeBox .comb {
	position: relative;
	margin: 30px 9px 0 0;
	float: left;
	text-align: center;
}

.detailsText .sizeBox .comb .availability {
	font-size: 10px;

	line-height: 2.2;
	color: #f30404;
}

.info.availability {
	color: #f30404;
}

.detailsText .combWrapper {
	display: flex;
	flex-direction: column;
	margin: -20px 0 0 0;
}

.detailsText .combInner {
	margin: 0 auto;

}

.detailsText .sizeBox .comb:hover .availability {
	color: #f30404;
}

.detailsText .sizeBox .comb .button {
	width: 55px;
	height: 55px;
	background: #efefef;
	color: #909090;
	border: 0;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 20px;
	cursor: pointer;
	display: block;
}

.detailsText .sizeBox .comb .counter,
.quantityCounter {
	margin-top: 7px;
	width: 21px;
	height: 21px;
	border: 2px solid #ecebeb;
	text-align: center;
}

.detailsText .sizeBox .comb .counter:focus {
	outline: none;
}

.detailsText .sizeBox .comb .pieces {
	position: absolute;
	bottom: 2px;
	right: -4px;
	font-size: 18px;
	color: #909090;
}

.detailsText .sizeBox .comb:hover .button {
	color: #f30404;
	background: #fddfdf;
}

.detailsText .sizeBox .comb:hover .counter {
	border: 2px solid #fddfdf;
	color: #f30404;
}

.detailsText .sizeBox .comb:hover .pieces {
	color: #f30404;
}

.detailsText .sizeBox div.comb .warehouse {
	margin: 0 0 5px 0;
	display: inline-block;
	padding: 0 20px 0 0;
	color: #909090;
	background: url('img/small_basket.png') no-repeat right 50%;
}

.detailsText .sizeBox div.comb:hover .warehouse {
	color: #f30404;
	background: url('img/small_basket_hover.png') no-repeat right 50%;
}

.detailsText .sizeBox .price {
	margin-top: 20px;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 28px;
	display: block;
	text-align: center;
}

.detailsText .sizeBox .price.old {
	margin: 0;
	font-family: 'futura_book', arial, sans-serif;
	font-size: 20px;
	display: block;
	color: #f30404;
	text-decoration: line-through;
	text-align: center;
}

.detailsText .sizeBox .buttonArea {
	margin: 30px 0 0 0;
	width: 100%;
	text-align: center;
}

.redActiveButton,
.detailsText .sizeBox .buttonArea .buyButton {
	margin: 0 19px 0 0;
	padding: 10px 14px;
	background: #f30404;
	color: #fff;
	border: 1px solid #f30404;
	font-size: 20px;
	font-family: 'futura_bold', arial, sans-serif;
	text-decoration: none;

	text-transform: uppercase;
	cursor: pointer;
}

.detailsText .sizeBox .buttonArea .buyButton:hover {
	background: #fff;
	color: #f30404;
	border: 1px solid #f30404;
}

.whiteActiveButton,
.detailsText .sizeBox .buttonArea .orderButton {
	padding: 10px 14px;
	background: #fff;
	color: #f30404;
	border: 1px solid #f30404;
	font-size: 20px;
	text-decoration: none;

}

.redActiveButton,
.detailsText .sizeBox .buttonArea .orderButton:hover {
	background: #f30404;
	color: #fff;
}

.whiteActiveButton, a.whiteActiveButton {
	color: #f30404;

}

.whiteActiveButton:hover {
	background: #f30404;
	color: #FFF;
}

.redActiveButton {
	margin: 0 30px 0 0;
}

.redActiveButton:hover {
	background: #FFF;
	color: #000;
	text-decoration: none;
}

.modal-dialog .redActiveButton {
	margin: 0;
}

a.whiteActiveButton.storno {

	background-color: #000;
	width: 215px;
	position: absolute;
	top: 23px;
	right: 23px;
	text-align: center;
}

.Front-Eshop-Product .quantity {
	margin: 10px auto 0;

	width: 50px;
}

.Front-Eshop-Product .quantity .pieces {
	font-size: 18px;
	color: #909090;
}

a.whiteActiveButton.storno:hover {
	background-color: #FFF;

	color: #000;
}

.newsReport {
	position: relative;
	float: left;
	width: 310px;
	height: 150px;
	padding: 0px 50px 0px 0;
	font-size: 14px;
	/* overflow: hidden; */
}

.newsReport.last {
	padding: 0 0 50px 0;
}

.newsReport p {
	font-family: 'futura_bold', arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #f30404;
}

.newsReport a.link {
	color: #000;
}

.newsReport a.link:hover {
	background: none;
	color: #000;
	border: none;
}

.newsReport a.more {
	position: absolute;
	bottom: 0;
	font-family: 'futura_book', arial, sans-serif;
	border: 1px solid #f30404;
	color: #f30404;
	width: 89px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: 250ms;
}

.newsReport a:hover {
	border: 1px solid #f30404;
	color: #fff;
	background: #f30404;
}

/* Carousel */
.carousel {
	position: relative;
	margin: 0 auto;
	top: 30px;
	width: 1008px;
	font-size: 18px;
}

.carousel.slider {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 18px;
}

.carousel.slider .centered {
	position: relative;
	margin: 25px auto 0 auto;
	width: 1008px;
	height: 340px;
}

.carousel.slider .centered .banner {
	position: absolute;
	top: -25px;
	width: auto;
	left: -60px;
	z-index: 1;
	height: 363px;
}

.carousel.slider .centered .textB {
	position: absolute;
	bottom: -12px;
	right: 0px;
	margin: 0;
	padding: 0;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 52px;
	color: #000;
	z-index: 15;
}

.carousel.slider .textInBanner {
	float: right;
	margin: 20px 0 0 0;
	text-align: center;
}

.carousel.slider .textInBanner span {
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 21px;
	display: block;
}

.carousel.slider .textInBanner span img {
	float: right;
	margin: 3px 0 0 6px;
}

.carousel.slider .textInBanner span.small {
	font-family: 'futura_book', arial, sans-serif;
	font-size: 16px;
	display: block;
}

.carousel.slider .centered .czMap {
	position: absolute;
	top: 80px;
	right: 50px;

}

.carousel.slider .centered .slideProduct {
	float: right;
	width: 190px;
	margin: 5px 0 0 39px;
	text-align: center;
	text-decoration: none;
}

.carousel.related {
	top: 0;
}

#productImages .carousel-inner {
	border: 2px solid #efefef;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner.slide {
	position: absolute;
	height: 363px;
}

.carousel-inner .item {
	position: relative;
	display: none;
	transition: .6s ease-in-out left;
}

#newsCarousel .carousel-inner .item {
	/* transition: none; */
}

.carousel-inner .item a {
	/* float: left; */

	/* margin-right: 12px; */
}

.carousel-inner .item a.last {
	margin-right: 0;
}

#topSels .carousel-inner .item a,
#topRelated .carousel-inner .item a {
	float: none;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner > .next {
	left: 100%
}

.carousel-inner > .prev {
	left: -100%
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0
}

.carousel-inner > .active.left {
	left: -100%
}

.carousel-inner > .active.right {
	left: 100%
}

.carousel-indicators {
	position: absolute;
	top: -11px;
	left: 50%;
	margin: 0 0 0 -504px;
	padding: 0;
	z-index: 15;
	width: 1008px;
	height: 0;
	text-align: right;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 51px;
	height: 3px;
	cursor: pointer;
	background: #aeaeae;
}

.carousel-indicators li.active {
	width: 51px;
	height: 3px;
	margin: 0;
	background-color: #f30404;
}

.carousel-caption {
	z-index: 10;
	color: #fff;
}

.carousel-caption .btn {
	text-shadow: none
}

.carousel-control.right,
.carousel-control.left,
.newsSliderHolder .bx-prev,
.newsSliderHolder .bx-next {
	position: absolute;
	top: 163px;
	width: 56px;
	height: 60px;
}

.carousel-control.right.slider,
.carousel-control.left.slider {
	position: absolute;
	top: 150px;
	width: 56px;
	height: 60px;

	z-index: 9;
}

.carousel-control.right.slider {
	right: 10px;
	background: url('img/black_right.png') no-repeat 14px 50%;
}

.carousel-control.left.slider {
	left: 10px;
	background: url('img/black_left.png') no-repeat 14px 50%;
}

.carousel-control.right.photo,
.carousel-control.left.photo {
	position: absolute;
	top: 50px;
	width: 56px;
	height: 60px;
}

.carousel-control.right {
	right: -66px;
	background: url('img/right.png') no-repeat 14px 50%;
}

.carousel-control.right.dark,
.newsSliderHolder .bx-next {
	right: -66px;
	background: url('img/black_right.png') no-repeat 14px 50%;
}

.carousel-control.right:hover,
.newsSliderHolder .bx-next:hover {
	background: url('img/right_hover.png') no-repeat 14px 50%;
}

.carousel-control.left {
	left: -66px;
	background: url('img/left.png') no-repeat 14px 50%;
}

.carousel-control.left.dark,
.newsSliderHolder .bx-prev {
	left: -66px;
	background: url('img/black_left.png') no-repeat 14px 50%;
}

.carousel-control.left:hover,
.newsSliderHolder .bx-prev:hover {
	background: url('img/left_hover.png') no-repeat 14px 50%;
}

#newsCarousel .carousel-control.left,
#newsCarouselRespo .carousel-control.left {
	background: url('img/black_left.png') no-repeat 14px 50%;

	top: 10px;
}

#newsCarousel .carousel-control.right,
#newsCarouselRespo .carousel-control.right {
	background: url('img/black_right.png') no-repeat 21px 50%;
	top: 10px;
}

#newsCarouselRespo .newsReport {
	float: none;
	margin: 0 auto;
	height: auto;
}

#newsCarouselRespo .newsReport a.more {
	float: none;
	margin: 10px auto;
	position: relative;
}

#newsCarouselRespo {
	display: none;
}

#newsCarousel,
#newsCarouselRespo {
	/* height: 157px; */
}

.bx-controls-direction {
	margin: -20px;

}

.newsSliderHolder {
	margin: 10px 0 0 0;
	height: 190px;
}

.newsSliderHolder .bx-next,
.newsSliderHolder .bx-prev {
	color: rgba(0, 0, 0, 0);
	top: 110px;
}

.slideProduct .imageWrapper {
	width: 190px;
	height: 190px;
	background: #FFF;
	display: table-cell;
	vertical-align: middle;
	border-radius: 50%;
}

.slideProduct img {
	background: #fff;

	margin: 0 auto;
	border-radius: 44%;
	max-width: 185px;
	max-height: 188px;
}

.slideProduct .title,
.slideProduct .productLine {
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 14px;
	display: block;

}

.slideProduct .title {
	color: #f30404;
	margin-top: 10px;
}

.slideProduct .productLine {
	color: #000;
}

.slideProduct .code {
	font-family: 'futura_book', arial, sans-serif;
	font-size: 14px;
	color: #000;
}

.BigForm {
	position: relative;
	width: 100%;
	height: 355px;
	background: #f30404;
}

.BigForm .circle {
	position: absolute;
	top: 81px;
	left: 50%;
	margin-left: -95px;
	width: 190px;
	height: 190px;
	background: #fff url('img/arrows.png') no-repeat 50% 139px;
	border-radius: 50%;
	text-align: center;
	color: #000;
	font-family: 'futura_bold', arial, sans-serif;
	text-decoration: none;
	z-index: 15;

}

.BigForm .circle .smallSpan {
	font-size: 19.42px;
	margin-top: 64px;
	padding: 0;
	display: block;
	line-height: 1.4em;
}

.BigForm .circle .bigSpan {
	font-size: 45.52px;
	line-height: 27px;
}

.BigForm .leftSide {
	float: left;
	width: 50%;
	height: 355px;
}

.BigForm .leftSide .dock {
	float: right;
	width: 507px;
}

.BigForm .rightSide .dockRight {
	position: relative;
	float: left;
	width: 507px;
}

.BigForm .leftSide .dock h3 {
	font-size: 34px;
	color: #fff;
}

.BigForm .leftSide input {
	margin: 0 0 13px 0;
	border: 1px solid #fff;
	background: #f30404;
	width: 239px;
	height: 30px;
	padding: 0 11px;
	display: block;
	color: #fff;
	font-family: 'futura_book', arial, sans-serif;
	font-size: 15px;
	float: left;
}

.BigForm .leftSide input:focus,
.BigForm .leftSide textarea:focus {
	outline: none;
}

.BigForm .leftSide textarea {
	margin: 0 0 13px 0;
	border: 1px solid #fff;
	background: #f30404;
	width: 376px;
	height: 57px;
	padding: 11px;
	display: block;
	color: #fff;

	font-family: 'futura_book', arial, sans-serif;
	font-size: 15px;
}

.BigForm .leftSide input[placeholder] {
	text-align: left;
}

::-webkit-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

.BigForm .leftSide input[type="submit"] {
	width: 90px;
	height: 32px;
	background: #fff;
	color: #f30404;
	border: 1px solid #fff;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 18px;
	cursor: pointer;
	transition: 150ms;
	margin-left: 23px;
}

.BigForm .leftSide input[type="submit"]:hover {
	background: #f30404;
	color: #fff;
}

.BigForm .rightSide {
	float: right;
	width: 50%;
	height: 355px;
	background: #000 url('img/woman.jpg') no-repeat 0 0;
}

.BigForm .rightSide .red {
	margin-top: 50px;
	font-family: 'futura_bold', arial, sans-serif;
	color: #f30404;
	font-size: 73.42px;
	line-height: 60px;
	float: right;
	text-align: right;
}

.BigForm .rightSide .red.white {
	margin: 0;
	color: #fff;
}

.BigForm .rightSide.respon {
	display: none;
}

.topSellProductRespo {
	display: none;
}

#photoGallery {
	padding: 35px 0 0 0;
	margin: 61px 0 0 0;
	width: 100%;
	height: 250px;
	background: #313131;
}

#photoGallery .item img {
	float: left;
	margin: 0px 12px 0 0;
}

#photoGallery .container {
	margin: 30px auto;
	text-align: center;
}

#photoGallery .container .button {
	color: #f30404;
	width: 171px;
	height: 30px;
	border: 2px solid #f30404;
	line-height: 30px;
	display: inline-block;
	text-decoration: none;
	/*border: 1px solid #f30404;
	text-decoration: none;
	padding: 5px 41px;*/
	transition: 150ms;

	font-family: 'futura_bold', arial, sans-serif;
	position: rela;
}

#photoGallery .container .button:hover {
	color: #313131;
	border: 1px solid #f30404;
	background: #f30404;
}

#map {
	width: 100%;
	height: 490px;;
}

.contactField {
	float: right;
	margin: 53px 82px 0 0;
	width: 400px;
	font-size: 16px;
}

.contactField .title {
	font-family: 'futura_bold', arial, sans-serif;
	color: #f30404;
	font-size: 18px;
}

.contactField .red {
	color: #f30404;
}

.contactField img {
	margin: 4px 5px 0 0;
	display: inline-block;
}

.contactField .letter {
	margin: 4px 5px 0 10px;
}

#footer {
	width: 100%;
}

#footer span {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	display: block;
	padding-bottom: 20px;
}

#footer span a {

}

#footer span a img {
	display: inline;
	width: 88px;
	margin-left: 10px;
}

#footer .container {
	background: url('img/footer_line.png') no-repeat 50% center;
}

#footer .container.none {
	background: none;
	padding-bottom: 50px;
}

#footer .bigLogos {
	float: left;
	padding: 80px 0 70px 70px;
}

#footer .bigLogos.right {
	float: right;
	padding: 80px 118px 70px 0;
}

.footerMenu {
	display: none;
}

.sideCarousel {
	position: absolute;
	margin: -30px 0 0 0;
	padding-bottom: 120px;
	right: 0;
	width: 120px;
	height: 100%;
	display: block;
	text-align: center;
	background: #1f1f1f; /* Old browsers */
	background: -moz-linear-gradient(top, #1f1f1f 0%, #c7c7c7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f1f1f), color-stop(100%, #c7c7c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1f1f1f 0%, #c7c7c7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1f1f1f 0%, #c7c7c7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1f1f1f 0%, #c7c7c7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1f1f1f 0%, #c7c7c7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1f1f', endColorstr='#c7c7c7', GradientType=0); /* IE6-9 */
}

.sideCarousel .absoluteBox {
	position: absolute;
	width: 100%;
	height: 100%;
}

.sideCarousel .absoluteBox .arrows {
	display: block;
}

.sideCarousel .absoluteBox .arrows img {
	margin: 0 auto;
}

.sideCarousel .absoluteBox .producter {
	margin: 8px auto 0 auto;
	width: 120px;
	font-size: 12px;
	color: #fff;
	padding: 0 0 17px 0;
	border-bottom: 2px solid #f30404;
	text-decoration: none;
	display: block;

}

.sideCarousel .absoluteBox .producter.last {
	border-bottom: none;
}

.sideCarousel .absoluteBox .producter span {
	margin: 0 auto;
	width: 120px;
	float: left;
	font-family: 'futura_bold', arial, sans-serif;
	font-size: 13px;
	color: #fff;
}

.sideCarousel .absoluteBox .producter .titleContainer {
	height: 50px;

	display: table-cell;
	vertical-align: middle;
}

.sideCarousel .absoluteBox .producter span.title {
}

.sideCarousel .absoluteBox .producter img {
	margin: 0 auto;
	padding: 6px 0;

	max-width: 90px;
	max-height: 84px;
}

.orderForms {
	width: 100%;
	border-collapse: collapse;
}

.orderForms th {
	height: 35px;
	background: #efefef;
	font-size: 15px;
	font-family: 'futura_bold', arial, sans-serif;
	color: #909090;
}

.orderForms th.black {
	color: #000;
}

.orderForms td {
	text-align: center;
	border-bottom: 2px solid #efefef;
}

.orderForms td .plus,
.orderForms td .minus {
	width: 22px;
	height: 22px;
	text-decoration: none;

	margin: 2px 0 0 0;
}

.orderForms td .plus {
	float: left;
	background: url('img/plus.png');

}

.orderForms td .minus {
	float: right;
	background: url('img/minus.png');
}

.orderForms td .plus:hover {
	background: url('img/plus_hover.png');
}

.orderForms td .minus:hover {
	background: url('img/minus_hover.png');
}

.orderForms td.bold {
	font-family: 'futura_bold', arial, sans-serif;
}

.orderForms td input {
	width: 30px;
	height: 22px;
	text-align: center;
	border: 2px solid #efefef;
}

.orderForms td input:focus {
	outline: none;
	color: #f30404;
	border: 2px solid #fddfdf;
}

.orderForms td.totalPriceLine {
	height: 35px;
	border: none;
}

.orderForms td.totalPriceLine.first {
	text-align: left;
}

.adressInformation.bottom {
	clear: both;

	margin: 20px 0;
	float: left;
}

.adressInformation {
	float: left;
	margin: 10px 0 0 0;
	width: 465px;
	padding: 0 0 0px 0;
}

.adressInformation.right {
	float: right;
}

.adressInformation.right.topMargin {
	margin: 60px 0 0 0;
}

.adressInformation.right.withoutRegister {
	margin: 10px 0 0 0;
}

.adressInformation.right.paymentAddress.withoutRegister {
	margin: 25px 0 0 0;
}

.adressInformation.right.paymentAddress {
	margin: 27px 0 0 0;

}

.paymentAddress {
	display: none;
	padding: 0;
}

.textArea,
select {
	margin: 0 0 14px 0;
	width: 94%;
	padding: 0 3%;
	height: 32px;
	border: 2px solid #ecebeb;
	border-radius: 3px;
	font-family: 'futura_book', arial, sans-serif;
	font-size: 15px;
}

select {
	/* width: 94%; */
	/* height: 37px; */
	color: #909090;
}

select:focus {
	outline: none;
}

.textArea:focus {
	outline: none;
}

.textArea::-webkit-input-placeholder {
	color: #909090;
}

.textArea:-moz-placeholder {
	/* Firefox 18- */
	color: #909090;
}

.textArea::-moz-placeholder {
	/* Firefox 19+ */
	color: #909090;
}

.textArea:-ms-input-placeholder {
	color: #909090;
}

.adressInformation .table {
	width: 100%;
	border-collapse: collapse;
}

.adressInformation .table td {
	text-align: left;
}

.adressInformation .table td.check {
	width: 40px;
}

.adressInformation .message {
	margin-top: 20px;
	width: 94%;
	padding: 3%;
	height: 120px;
	color: #909090;
	border: 2px solid #ecebeb;
}

.adressInformation .message:focus {
	outline: none;
}

.grayButton,
.redButton {
	float: left;
	margin-top: 15px;
	padding: 8px 15px;
	background: #e7e6e6;
	color: #909090;
	text-decoration: none;
	font-family: 'futura_bold', arial, sans-serif;
}

.redButton {
	float: right;
	color: #fff;
	background: #f30404;

	border: none;
}

.grayBox {
	margin-top: 20px;
	width: 100%;
	padding: 15px 0;
	background: #efefef;
}

.grayBox table {
	margin: 0 auto;
	width: 98%;
}

.grayBox table td {
	height: 23px;
}

.grayBox table td.right {
	text-align: right;
}

.container.right {
	margin: 5px 0;
	text-align: right;
}

.contactInformation {
	margin-top: 5px;
	width: 1004px;
	border: 2px solid #ecebeb;
	border-radius: 3px;
}

.contactInformation td {
	padding-left: 10px;
	height: 23px;
}

.contactInformation td.first {
	color: #909090;
}

.contactInformation.floatLeft {
	float: left;
	width: 480px;
}

.contactInformation.floatRight.borderNone,
.contactInformation.floatLeft.borderNone {
	border: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.contactInformation.floatRight {
	float: right;
	width: 480px;
}

/** Customer detail (:Front:Eshop:Customer:orderDetail) **/

#customerDetail .box {
	width: 210px;
	min-height: 200px;
	float: left;
	padding: 20px;
	border: 1px solid #CCC;
}

#customerDetail .box h4 {
	margin: 0;
}

#customerDetail .middle {
	margin: 0 10px;
}

#customerDetail .statusBox {
	margin: 20px 0;
	font-size: 20px;
	font-weight: bold;
}

#customerDetail .statusBox .text {
	float: left;
	margin: 0 20px 0 0;
}

#customerDetail .statusBox .status {

}

#orderProductsSummary {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

#orderProductsSummary .productImage {
	width: 120px;

}

#orderProductsSummary .left {
	text-align: left;
	float: none;
}

#orderProductsSummary .right {
	text-align: right;
	float: none;
}

#orderProductsSummary .center {
	text-align: center;
}

#orderProductsSummary .separator {
	background: #F00;
}

#orderProductsSummary .separatorSpace {
	height: 20px;

}

#orderProductsSummary .totalPriceText {
	font-weight: bold;
}

#orderProductsSummary .totalPrice {
	font-weight: bold;

	font-size: 22px;
}

/** Customer detail (:Front:Eshop:Customer:newAddress) **/

#frm-newAddressForm th {
	text-align: right;
}

/** Customer detail (:Front:Eshop:Customer:addresses) **/

#addressesList {
	padding: 0;
	margin: 0;
	list-style: none;
}

#addressesList li {
	margin: 10px 0;

	padding: 10px;
	clear: both;
	float: left;
	width: 100%;
}

#addressesList li:hover {
	-moz-box-shadow: 0px 4px 11px #9e9e9e;
	-webkit-box-shadow: 0px 4px 11px #9e9e9e;
	box-shadow: 0px 4px 11px #9e9e9e;
}

#addressesList a {
}

#addressesList span {

}

#addressesList span.alias {
	font-weight: bold;
}

#addressesList .text {
	float: left;
	width: 600px;
}

#addressesList .buttons {
	float: right;
}

/** Customer detail (:Front:Eshop:Customer:editAddress) **/

#frm-editAddressForm th {
	text-align: right;
}

/** Simillar products component **/

#simillarProducts {
	width: 120px;
	height: 570px;
}

#simillarProducts .carousel-inner {
	margin: 30px 0 0 0;
	background: none;
}

#simillarProducts .carousel-control.left {
	top: -30px;

	left: 33px;
	background: none;
	height: auto;
}

#simillarProducts .carousel-control.right {
	top: auto;

	bottom: -30px;
	right: 30px;
	height: auto;
	background: none;
}

.vertical .carousel-inner {
	height: 570px;
}

.carousel.vertical .item {
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}

.carousel.vertical .item.active {
	top: 0;
}

.carousel.vertical .next {
	top: 400px;
}

.carousel.vertical .prev {
	top: -400px;
}

.carousel.vertical .next {
	top: 570px;
}

.carousel.vertical .prev {
	top: -570px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
	top: 0;
}

.carousel.vertical .active.left {
	top: -570px;
}

.carousel.vertical .active.right {
	top: 570px;
}

.carousel.vertical .item {
	left: 0;

}

.carousel.vertical .item.next {

}

/** wholesale page **/

.wholesale img {
	float: left;
}

.wholesale ul {
	list-style: none;
	margin: 65px 0 0 35px;
	padding: 0;
	float: left;
}

.wholesale ul li,
.page ul li {
	margin: 18px 0;
	font-family: 'futura_bold', arial, sans-serif;
}

.wholesale ul li img {
	margin: -3px 13px 0 0;

}

.wholesale ul li a {
	color: #000;
}

.wholesale ul li:nth-child(2) {

}

#footer .mobileSwitcher {
	display: none;
}

/** user forgot password **/

#frm-forgotPasswordForm,
#frm-passwordChangeForm {
	width: 350px;
	margin: 20px auto;
}

#frm-passwordChangeForm {
	width: 400px;
}

#frm-forgotPasswordForm .textArea {
	margin: 0;
}

body.Front-Page-Page.page5 table {
	margin: 20px auto;
}

body.Front-Page-Page.page5 td {
	padding: 5px 10px;
}

@media (max-width: 1008px) {
	body {
		width: 1200px;
	}

	.sideCarousel {
		display: none;
	}

	#footer .mobileSwitcher {
		display: block;
	}
}

.voucher {
	float: left;
	margin: 5px
}

.order-col {
	float: left;
	width: 50%;
}

@media (max-width: 1008px) {
	.order-col {
		float: none;
		width: auto;
	}
}

input[required]::-webkit-input-placeholder {
	color: red !important;
}

input[required]:-moz-placeholder {
	color: red !important;
}

input[required]::-moz-placeholder {
	color: red !important;
}

input[required]:-ms-input-placeholder {
	color: red !important;
}

.space-40 {
	height: 40px;
}

/** Override placeholder color (change to white) in contact form  **/
#frm-contactForm-contactForm input[required]::-webkit-input-placeholder {
	color: #fff !important;
}

#frm-contactForm-contactForm input[required]:-moz-placeholder {
	color: #fff !important;
}

#frm-contactForm-contactForm input[required]::-moz-placeholder {
	color: #fff !important;
}

#frm-contactForm-contactForm input[required]:-ms-input-placeholder {
	color: #fff !important;
}

.above-contact-form-banner {
	width: 100%;
	height: auto;
}

tr.finish-order-payment-row td {
	padding-top: 20px;
}

.delivery-address-block table.table tr td:first-child {
	font-weight: 900;
	padding-right: 20px;
}