.scrolled-nav .t3-mainnav .logo-image {
    float: left;
    display: inline-block;
    opacity: 1;
    width: 0px;
    transition: all 0.5s ease 0s;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
	background:#FD5C01;
}
.eshop-sub-categories-list {
	display:none !important;
}
#products-list {
    margin-left: 5px;
}
.list .eshop-buttons {
    text-align: right;
    margin: 15px 0 0;
}
.eshop-info .eshop-info-block {
    padding: 0;
    text-align: right;
	float:none;
}
 .eshop-info-block .eshop-buttons .bootstrap-touchspin {
    vertical-align: top;
    display: inline-block;
    float: right !important;
}
.img #main-image-area {
	vertical-align:top !important;
}
.breadcrumb {
      text-align: center !important;
}
@media screen and (min-width: 768px){
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
    width: 300px;
}
}