/* BOOTSTRAP STYLES FIX */

a {
    color: #393185;
}
a:hover {
    color: #2d2c5f;
}
.btn {
    border-radius: 0;
}
.btn-lg, .btn-group-lg > .btn {
    border-radius: 0;
}
.form-control {
    border-radius: 0;
}
.nav-tabs > li > a {
    border-radius: 0;
}
.dropdown-menu {
    border-radius: 0px;
}

/* CUSTOM STYLES */

.ContentPane {
    min-height: 430px;
}
.top-line {
    padding: 0.75em;
    background-color: #fff;
    color: #999;
    min-height:50px;
}
.top-line a {
    margin-right: 20px; 
}
.top-line i {
    margin-left: 20px; 
}
.top-line:nth-child(2) {
    text-align: right; 
}
@media (max-width : 767px) {
.top-line, .top-line:nth-child(2) {
    text-align: center;  
  }
}
.top-line i {
    margin-right: 10px;
}
footer p {
    margin: 0;
}
footer div.BottomPane div.contentPanel div {
	padding: 15px 0 30px 30px;
}
.bottom-line {
	padding-top: 20px;
    background-color: #fff;
    color: #999;
}
h1 {
  margin-top: 15px;
  font-size: 24px;
}
h1.page-header {
	color: #393185;
    padding: 15px 0px;
    margin: 20px 0;
    font-size: 24px;
    font-weight: bold;
}
h1 a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 25px;
  margin-left: 15px;
}
#SearchBox {
  margin-top: 22px;
  text-align: right;
}

@media (min-width: 768px) {
#SearchBox {
	  display: inline-table;
	  vertical-align: middle;
	}
}

#SearchBox .form-control {
  display: inline-block;
  width: 300px;
}
#SearchBox input {
  color: #777;
  display: inline-block;
  width: 300px;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;

  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (max-width : 767px) {
#SearchBox input {
	  width: 245px;
	}
}

#SearchBox a:first-of-type {
  font-size: 0px;
  overflow: hidden;
  line-height: 0;
  color: transparent;
  content: '';
  display: inline-block;
//  margin-top: -2px;
//  vertical-align: text-top;
  background-image: url('http://hormart.cz/shop/img/search.png');
  background-repeat: no-repeat;
  background-position: 10px 10px;
  position: relative;
  white-space: nowrap;
  margin-left: -1px;
  width: 46px;
  height: 46px;
  background-color: white;
  padding: 22px;
  border: 1px solid #ccc;
}
#SearchBox a.adv-search {
	margin-left: 16px;
    font-size: 12px;
    line-height: 1em;
    color: #5BCCFB;
}
input.ShortGreenButton, .StandardButton {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}  
.login-section .NormalTextBox {
  height: 34px;
  font-size: 18px;
  width: 150px !important;
}
.login-section .dropdown-menu {
	color: #4d4d4d;
    width: inherit !important;
}
ul.nav > li.dropdown > ul.dropdown-menu > li.dropdown.open > ul.dropdown-menu { 
    display: block;
    left: 158px;
    top: -7px;
}
ul.nav > li.dropdown > ul.dropdown-menu > li.dropdown > ul.dropdown-menu > li.dropdown.open > ul.dropdown-menu { 
    display: block;
    left: 168px;
    top: -8px;
} 
ul.nav > li.dropdown > ul.dropdown-menu > li.dropdown > ul.dropdown-menu > li.dropdown > ul.dropdown-menu > li.dropdown.open > ul.dropdown-menu { 
    display: block;
    left: 168px;
    top: -8px;
} 
li.dropdown.open li.dropdown.open > a:hover, li.dropdown.open li.dropdown.open > a:focus {
    color: #262626;
}
.caret {
	width: 15px;
    height: 15px;
	margin-left: 6px;
	border-top: 12px dashed;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
@media (max-width : 768px) {
.caret {
    width: 20px;
    margin-left: 8px;
    border-top: 15px dashed;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
ul.nav li.dropdown ul.dropdown-menu li.dropdown a.caret1 span.caret {
    border-right: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px dashed;
}
.caret1 {
    position: absolute !important;
    top: 0;
    right: 0;
	padding-left: 0 !important;    
}
.dropdown-toggle.disabled {
    padding-right: 40px;
}
.slideshow {
    margin-left: -30px;
    margin-right: -30px;
}
.product-card {
  border: none;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media (max-width:767px) {
	.row .product-card {
		border-right: 0;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.row .product-card:nth-of-type(2n) { 
 		border-right: 0;
	}
	.homepage .product-card:nth-of-type(2n+1) { 
 		border-right: 0;
	}
	.homepage .product-card:nth-of-type(2n) { 
 		border-right: 1px solid #ddd;
	}
}
@media (min-width:992px) {
	.row .product-card:nth-of-type(4n) {
		border-right: 0;
	}
	.homepage .product-card:nth-of-type(4n+1) {
		border-right: 0;
	}
	.homepage .product-card:nth-of-type(4n) {
		border-right: 1px solid #ddd;
	}	
}

.product-card .caption {
  height: 30px;
}
.product-card .caption h2 {
  font-size: 16px;
  height: 35px;
  overflow: hidden;
}
.product-card .img-responsive {
  margin: 0 auto;
  height: 150px;
}
.product-card .flags {
    position: absolute;
    top: 20px;
    left: 0px;
    display: block;
    width: 100%;
}
.product-card span {
	padding: 3px 8px;
    color: #fff;
    margin: 5px;
    font-size: 0.85em;
    font-weight: bold;
    -moz-box-shadow: 3px 3px 6px 3px #fff;
    -webkit-box-shadow: 3px 3px 6px 3px rgba(255, 255, 255, 0.5);
    box-shadow: 3px 3px 6px 3px rgba(255, 255, 255, 0.5);
}
.product-card .flags .news {
  background-color: mediumvioletred;
}
.product-card .flags .sellout {
  background-color: orange;
}
@media(max-width:767px) {
.product-card .img-responsive {
  height: auto;
  max-width: 100%;
}
.product-card {
  border-bottom: 1px solid #ddd;
}
}
.btn-cart {
    background-color: #2d2c5f;
    border: none;
    border-radius: 0;
}
.GroupPath, .GroupPathLink {
    font-size: 24px;
    font-weight: bold;
}
.breadcrumb {
  padding: 1px 20px 6px;
}
.PageNavigation {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}
.panel-container {
    padding: 15px;
    border: 1px solid #ddd;
	border-top: 0;
}
.filter-info {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
    margin: 0 15px 0px 15px;
    min-height: 50px;    
    display: flex;
    background-color: #eee;
}
.filter-info .FilterBody {
    float: left;
    margin-right: 20px;
}
.panel-filter {
	padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
    margin: 0 15px 30px 15px;
    min-height: 60px;
}
.panel-filter h3.FilterSectionHeader {
    margin-top: 7px;
}
.FilterCheckBox {
    display: inline-block;
    margin: 5px 15px 0px 10px;
}
.filter-info .Title {
    width: 250px;
    display: inline-block;
}
.filter-info a.Normal.FilterCancel {
    float: right;
}
.HorizontalRecCountSelectionBox .RecCountSelectionLink {
  padding-right: 12px;
}
.btn-group span .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group span .btn:first-child {
  margin-left: 10px;
}
.btn-group span .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group span .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.PageNavigation .CurrentPage {
  color: white;
}
.PageNavigation a {
  padding: 6px 12px;
}
.PageNavigation {
  margin-bottom: 50px;
}
.ParamGroupItem h3, h3.FilterSectionHeader {
	font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}
.FilterCheckBox label {
  font-weight: normal;
  padding-left: 5px;
}
.Slider {
    margin: 15px;
}
.SliderInfo {
  margin-bottom: 20px;
}
.SliderInfo strong {
  font-weight: normal;
}
.table-view {
  display: block;
}
.table-view .form-inline input.form-control {
  text-align: center;
  width: 50px;
  margin-right: 15px;
}
.image a .img-responsive {
    max-height: 500px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img {
    margin: auto;
}
.action-place {
    background-color: #f4f4f4;
    padding: 20px 10px; 
    margin: 20px 0;
}
.GoodsDistingAttrSelection {
    width: initial;
    margin-bottom: 30px;
}
.cart-qty {
    text-align: right;
}
.action-place .QuantityEdit {
    padding: 4px 8px;
    font-size: 1.15em;
    width: 100px;
    text-align: right;
    border: 1px solid #ccc;
}
.GoodsParams {
	padding: 20px 0;
}
.ParamName {
	width: 50%;
	margin: 0;
	padding: 5px 15px;
}
.ParamValue {
	width: 50%;
	margin: 0;
	padding: 5px 15px;
}
.GoodsParams .ParamGroup .ParamGroupName {
    background-color: #f4f4f4;
}
.GoodsParams .ParamGroup .ParamLine {
    margin-left:10px;
}
.GoodsParams .RootParamGroup {
    margin-bottom:20px;
}
.GoodsParams .RootParamGroup .ParamLine {
    margin-left:0;
}
.GoodsParams .RootParamGroup .ParamLine .ParamName  {
    padding-left:0;
}
.GoodsTypeLabel, .GoodsDistingAttrLabel {
    line-height: 30px;
}
.GoodsTypeLabel, .GoodsDistingAttrLabel {
    line-height: 30px;
}
.nav-tabs {
    margin-top: 18px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight: bold;
}
table.table-basket {
    margin-top: 30px;
}
.table > tfoot > tr > td {
    border-top: 0;
    line-height: 1;
}
.table > tfoot > tr:first-child > td, .table > tfoot > tr:last-child > td {
    border-top: 1px solid #dddddd;
}
table.table-basket input.QuantityEdit {
    padding: 2px 4px;
    width: 61px;
    text-align: right;
}
.navi-basket {
    margin: 35px 0 50px;
}
.btn-toolbar {
    display: inline-block;
}   
.badge {
    padding: 4px 8px;
    font-size: 16px;
    border-radius: 12px;
    margin: 0 5px;    
    background-color: #337ab7;    
}  
.nav-tabs li.active a span.badge {
    background-color: #777;
}
.nav-tabs li.disabled a span.badge {
    background-color: #bbb;
}
table.table-basket .btn-default:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
table.table-basket a.btn-xs .glyphicon-trash {
    margin: 0 5px 0 1px;
}
div.navi-basket a.btn span.glyphicon {
    margin-right: 10px; 
}
div.navi-basket a.btn span.fa {
    margin-right: 10px;
}
div.navi-basket a.btn span.fa-chevron-right {
    margin: 0 0 0 10px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 15px 0 10px;
}
.table-user .table > tbody > tr > td {
    border-top: 0;
}
.form-group div span[data-type="required"]  {
    float: right;
    margin-top: 5px;
}   
.form-control {
    width: 95%;
    float:left;
}
input.form-picker {
    width: 85%;
}
.form-horizontal {
    margin: 25px 0 50px;
}
.CaptchaLabel  {
	font-weight: bold;
}
.CaptchaInput input.form-control {
	width: 40%;
    margin-left: 15px;
    display: inline-block;
}
.no-form {
    margin: 20px 0 10px;
}
.no-form div.row {
    margin-top: 10px;
}
@media (min-width: 768px) {
.no-form .control-label {
    text-align: right;
    margin-bottom: 0;
    font-weight: bold;
	}
}
div.OrderCompleted span.OrderRegistered {
    font-size: 30px;
    font-weight: 500;
}
div.radio-selector input {
    margin-left: 40px;
}
#_splash_ {
    width: 225px;
    height: 200px;
    margin: auto !important;
    opacity: 0.5;
}
#_splash_ img {
    margin: auto;
    background-color: #f4f4f4;
    padding: 50px 75px;
//	border-radius: 8px;
	position: initial !important;
}
.QuickBasket {
    margin: 40px 0;
}
.TextContent {
    margin: 40px 0;
}
.TextContent div span, .TextContent ul li span {
    color: #4d4d4d !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}
.TextContent div:first-of-type span {
	color: #4d4d4d !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 500 !important;
}
div.carousel-caption h1 {
    text-shadow: 2px 2px 4px #000;
}
div.carousel-caption p {
    text-shadow: 1px 1px 3px #000;
}

.ui-widget-header {
    border: 0;
    background: #2d2c5f;
    color: #fff;
    border-radius: 0px;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #ddd;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    background-color: #080808;
    color: #fff !important;
}
.c-item-header {
    font-size: 16px;
    font-weight: bold;
    background-color: #f4f4f4;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.c-item-header img {
    max-width: 30px;
}
.ui-widget-content {
    border-radius: 0; 
}
ul.c-variants-list {
    list-style-type: none;
    padding:0;
    margin:0;
}
.c-item-header + ul.c-variants-list {
    margin-left:40px;
}
.c-item{
  margin:25px 0 25px 0;
}
.c-attribute {
    display: inline-block;
	  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;    
}
.c-control {
    max-width:40px;   
}
.c-quantity {
    max-width:50px;
    max-height:30px;
    float:right;
}
.c-quantity .ui-widget-content{
    padding:0;
    margin:0;
}
li.c-variant{
  padding:5px 0 5px 0;
}
.c-attribute-price {
    text-align: right;
    margin: 0 50px 0 50px;
    min-width:60px;
    float:right;
} 
.c-attribute-stock{
   float:right;
   margin: 0 10px 0 10px;
   min-width:20px;
}
.c-attribute-picture {
   width: 100%;
   max-width:50px;
	 vertical-align: middle; 
   margin-right:20px;   
}
.c-attribute-picture span.c-attribute-picture-img {
    display: block;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.c-attribute-delimiter {
    display: none;
}
.c-tabs-controls {
    text-align: center;
    margin-bottom: 20px;
}
.c-tabs-controls a.c-tabs-control {
    margin: 0 10px;
}
.c-attribute-picture-img-preview{
	display: block;
	max-width: 250px;
	max-height: 250px;
}
.BasketList > .NoItems,
.ConfirmedRegInfo{
  text-align:center;
  font-weight:bold;
  margin-top:50px;  
}

/* JQUERY UI CSS FIX */

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 0;
	background: none;
}
.ui-state-error, 
.ui-widget-content .ui-state-error, 
.ui-widget-header .ui-state-error {
    border: none;
    background: none;
}