.bx-controls-direction{
	display: none !important;
}

.logoSlider {
	/* display: inline-block; */
	/* float: left; */
	max-width: 257px;
	margin-top: -26px;
	margin-left: -25px;
	margin-bottom: 15px;
}

.slideTest {
	/* display: inline-block; */
	/* float: right; */
}
.block_account_list div {
	width: 200px;
	height: 200px;
	display: inline-block;
	text-align: center;
	background: #f4f4f4;
	border-radius: 10px;
	margin: 0 12px;
}

.block_account_list {
	text-align: center;
}

.block_account_list div a {
	display: table;
	width: 100%;
	height: 100%;
}

.block_account_list div a p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	font-size: 25px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
}

.block_account_list div a:hover {
	text-decoration: none;
}

.form_add_product {
	text-align: left;
}

.form_add_product p {
	margin: 10px 0 0 0;
	font-size: 15px;
}

.required {
	color: red;
}

.succesAddCart {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.48);
	z-index: 999;
	display: none;
}

.succesAddCart span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: white;
	text-shadow: 0 0 14px black;
	font-size: 19px;
	padding: 32px;
}

.succesAddCart p {
	display: table;
	height: 100%;
	width: 100%;
}

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

.item-cell__actions input#quantity {
	width: 58px;
	height: 40px;
	font-size: 20px;
	text-align: center;
	vertical-align: top;
}

.item-cell__actions input#quantity::-webkit-outer-spin-button,
.item-cell__actions input#quantity::-webkit-inner-spin-button {
	display: block;
	-webkit-appearance: block;
	opacity: 1;
	height: 40px;
}

.bg-slider {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.29);
	z-index: 100;
}

.orendatar p.text {
	text-align: left;
}

.bx-wrapper {
	margin: 0;
	height: 100%;
}

.bx-wrapper img {
	height: 100%;
	max-width: inherit;
}

.bx-viewport ul {
	height: 100%;
}

.bx-viewport ul li {
	bottom: 0;
	top: 0;
}

.bx-wrapper .bx-viewport {
	height: 100% !important;
}

html, body {
	height: 100%;
}
.top-header {
	z-index: 999;
	position: relative;
}