#topmenu {
	position: relative;
	top: -15px;
	width: 1140px;
	float: initial;
	margin: auto;
}
#search {
	top: -60px;
}
.myheader .content {
	height: 130px;
}
#main-menu {
	text-align: left;
}
.hack-box {
	top: 0;
}
#left-box .title_left_eshop {
	border: 0;
}
.header_slider {
	margin-bottom: 0px !important;
}
#header_block a {
	text-decoration: none;
}
#header_block a:hover {
	text-decoration: underline;
}
#header_block i {
	font-size: 21px;
	position: relative;
	top: -3px;
}
html body.page-product-detail #page .price-value.def_color > span {
	font-weight: normal;
	height: 0;
	line-height: 1px;
	margin: 0;
	text-transform: none;
}
.owl-carousel {
	margin: 30px 0 !important;
}
#ebar {
	top: -248px;
}
#sideMenuBar:not(.mm-menu) {
	display: none;
}
/* pÅ™ihlaÅ¡ovacÃ­ okno */

.mfp-bg {
	background-color: #313131;
}
/* plÃ¡tno - poÄÃ¡teÄnÃ­ stav */

.modal-effect.mfp-bg {
	opacity: 0;
	transition: all 0.35s ease-out;
}
/* plÃ¡tno - otevÅ™enÃ­ */

.modal-effect.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* plÃ¡tno - zavÅ™enÃ­ */

.modal-effect.mfp-bg.mfp-removing {
	opacity: 0;
}
/* obsah okna - vÃ½chozÃ­ stav */

.modal-effect.mfp-wrap .mfp-content {
	transform: translateY(-200px);
	opacity: 0;
	transition: all 0.25s ease-out;
}
/* obsah okna - otevÅ™enÃ­ */

.modal-effect.mfp-wrap.mfp-ready .mfp-content {
	transform: translateY(0);
	opacity: 1;
}
/* obsah okna - zavÅ™enÃ­ */

.modal-effect.mfp-wrap.mfp-removing .mfp-content {
	transform: scale(0.8);
	opacity: 0;
}
.modal-content .dialog-tab {
	display: none;
}
.modal-content .dialog-tab.active {
	display: block;
}
.login-msg {
	display: none;
}
.login-msg.show-msg {
	display: block;
}
.modal-login a {
	color: #92badd;
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
}
.modal-login h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin: 40px 8px 10px 8px;
	color: #cccccc;
	width: auto;
}
.modal.modal-login {
	/*display: flex;

  align-items: center;

  flex-direction: column;

  justify-content: center;

  */

	position: relative;
	margin: 0 auto;
	width: 40%;
	min-height: 100%;
}
.modal-login .modal-content {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	padding: 30px;
	width: 100%;
	/*max-width: 450px;*/

	position: relative;
	padding: 0px;
	box-shadow: 20px 20px 60px 0 rgba(0,0,0,0.3);
	text-align: center;
}
.modal-login .dialog-footer {
	background-color: #f6f6f6;
	border-top: 1px solid #dce8f1;
	padding: 25px;
	text-align: center;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.modal h2.inactive {
	color: #cccccc;
}
.modal h2.active {
	color: #0d0d0d;
	border-bottom: 2px solid #5fbae9;
}
.modal-login button:not(.mfp-close),  .modal-login input[type=submit],  .modal-login input[type=button] {
	background-color: #56baed;
	border: none;
	color: white;
	padding: 15px 80px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
	box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 5px 20px 40px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal-login button:hover:not(.mfp-close),  .modal-login input[type=submit]:hover,  .modal-login input[type=button]:hover {
	background-color: #39ace7;
}
.modal-login button:active:not(.mfp-close),  .modal-login input[type=submit]:active,  .modal-login input[type=button]:active {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
.modal-login input[type=image] {
	margin: 5px;
}
.modal-login input[type=text],  .modal-login input[type=password] {
	background-color: #f6f6f6;
	border: none;
	color: #0d0d0d;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 5px;
	width: 85%;
	border: 2px solid #f6f6f6;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.modal-login input[type=text]:focus,  .modal-login input[type=password]:focus {
	background-color: #fff;
	border-bottom: 2px solid #5fbae9;
}
.modal-login input[type=text]::placeholder,  .modal-login input[type=password]::placeholder {
	color: #cccccc;
}
.modal-login .dialog-footer li {
	margin-bottom: 8px;
}
.modal-login img {
	width: 60%;
}

.underlineHover:hover {
	color: #0d0d0d;
}
.underlineHover:hover:after {
	width: 100%;
}



/* Simple CSS3 Fade-in Animation */

@-webkit-keyframes fadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-moz-keyframes fadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@keyframes fadeIn {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.fadeIn {
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
.fadeIn.first {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.fadeIn.second {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.fadeIn.third {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.fadeIn.fourth {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.carousel-footer .owl-carousel div.item {
	max-height: 250px;
}
.carousel-footer .owl-carousel div.item img {
	max-height: 250px;
	width: auto;
	margin: 0 auto;
}
.carousel-footer .owl-carousel .owl-item {
	display: table-cell;
	float: none;
	vertical-align: middle;
	padding: 0 10px;
}

.shake {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
}
@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}
	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}
	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}
/* koÅ¡Ã­k */

.header-slider.three_steps, .header-slider.four_steps {
	height: 130px;
	display: block;
}
.header-slider .steps-progress {
	position: relative;
	top: 40px;
	height: 4px;
}
.header-slider .steps-progress .progress-indicator {
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	float: left;
	width: 0;
	background-color: rgb(231, 76, 60);
	color: rgb(231, 76, 60);
}
.header-slider ul.order-steps {
	margin-top: 0;
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	box-sizing: border-box;
}
.header-slider ul.order-steps li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: block;
	position: relative;
}
.header-slider ul.order-steps li > div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin: 0 auto;
	color: rgba(0,0,0,.2);
	position: relative;
	top: 3px;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.header-slider ul.order-steps li div.step-icon-circle {
	height: 70px;
	font-size: 24px;
	border: 3px solid #f3f2ee;
	border-radius: 50%;
	font-weight: 600;
	width: 70px;
	height: 70px;
	background-color: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.header-slider ul.order-steps li div.step-icon-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 40%;
}
.header-slider ul.order-steps li div.step-icon-container i {
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-slider ul.order-steps li i.step-icon {
	font-family: "fontawesome";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
}
.header-slider ul.order-steps li i.step-icon.icon-1:before {
	content: "\f291";
}
.header-slider ul.order-steps li i.step-icon.icon-2:before {
	content: "\f0d1";
}
.header-slider.four_steps ul.order-steps li i.step-icon.icon-3:before {
	content: "\f004";
}
.header-slider.three_steps ul.order-steps li i.step-icon.icon-3:before,  .header-slider ul.order-steps li i.step-icon.icon-4:before {
	content: "\f00c";
}
.header-slider ul.order-steps li .step-title {
	padding-top: 6px;
}
.header-slider ul.order-steps li.active-step > div {
	color: #fff;
}
.header-slider ul.order-steps li.active-step .step-title {
	color: rgb(231, 76, 60);
}
.header-slider ul.order-steps li.completed-step div.step-icon-circle,  .header-slider ul.order-steps li.active-step div.step-icon-circle {
	border-color: rgb(231, 76, 60);
}
.header-slider ul.order-steps li.active-step div.step-icon-container {
	background-color: rgb(231, 76, 60);
}
.page-e-basket .header-slider.three_steps .steps-progress .progress-indicator {
	width: 16%;
}
.page-e-finish .header-slider.three_steps .steps-progress .progress-indicator {
	width: 50%;
}
.page-e-send .header-slider.three_steps .steps-progress .progress-indicator {
	width: 100%;
}
.page-e-basket .header-slider.four_steps .steps-progress .progress-indicator {
	width: 15%;
}
.page-e-finish .header-slider.four_steps .steps-progress .progress-indicator {
	width: 38%;
}
.page-e-confirm .header-slider.four_steps .steps-progress .progress-indicator {
	width: 63%;
}
.page-e-send .header-slider.four_steps .steps-progress .progress-indicator {
	width: 100%
}
/* parametry */

.p-rolldown-outer .p-rolldown {
	display: none;
}
.p-rolldown-outer.p-rolled-down .p-rolldown {
	display: block;
}
.p-rolldown-icon {
	font: normal normal normal 14px/1 FontAwesome;
}
.p-rolldown-icon:before {
	content: "\f078";
}

/*right menu animation*/
html body .sidebar-right {
	transition: all 300ms ease;
}
