#product-holder {
  position: relative;
  min-height: 800px;  
}

.loader {
  position: absolute;
  top: 50%;
  left: 48%;
}

.line {
  animation: expand 1s ease-in-out infinite;
  border-radius: 10px;
  display: inline-block;
  transform-origin: center center;
  margin: 0 3px;
  width: 1px;
  height: 25px;
}

.line:nth-child(1) {
  background: #27ae60;
}

.line:nth-child(2) {
  animation-delay: 180ms;
  background: #f1c40f;
}

.line:nth-child(3) {
  animation-delay: 360ms;
  background: #e67e22;
}

.line:nth-child(4) {
  animation-delay: 540ms;
  background: #2980b9;
}

@keyframes expand {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(2);
  }
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.gender-list__item.active {
  opacity: 0.5;
}

.hidden {
  visibility: hidden;
  display: none;
}

.product-teaser-images {
    min-height: 240px;
    max-height: 240px;
    overflow: hidden;
}

.product-teaser--extended .product-teaser-images {
    min-height: 280px;
    max-height: 280px;
    overflow: hidden;
}

.logo-list__item img {
    max-height: 100px;
    width: auto;
}

.product-logo img {
  max-width: 100%;
}

select[disabled] { 
  border-color: #ccc;
  color: #ccc;
}

.node__sidebar-not-hidden-sm {
  display: none;
}

@media (max-width: 800px) {

	.hidden-mobile {
		visibility: hidden;
		display: none;
	}

	.node__sidebar-not-hidden-sm {
		display: block;
	}

	.header .search {

	}

	.search .form-search__input {
		display: inline-block;    
		width: 0px;
		background: rgba(355,355,355, 0.8);
	}

	.header .search.open {
		position: absolute;
		top: 0px;
		left: 0px;
		background: rgba(0,0,0, 1);
		width: 100%;    
		padding: 15px;		
		
	}

	.header .search.open .form-search__input {
		width: 100%;
		padding: 10px;
	}

	.header .search.open .form-search__submit {
		display: inline-block;		
		color: #fff;
	}

	.header .search.open label {

	}

	.search.open .form-search__icon {
		display: none;
	}

}

.slider__item {
    margin-bottom: 30px;
}

.product-image-slider {
  margin: 0px 20px;
}

.slick-prev::before, .slick-next::before {
  color: #000;
}

.product-image-slider figure.slider__item {
  display: inline-block; 
  width: 17rem; 
  margin: 0px;
  margin-bottom: 5px;
  padding: 5px;
}

.product-buy__price.product-buy__price--old {
  color: #000;
  text-decoration: none;
}

.product-buy__price {
  color: #FA2A45;
}

.banner__header {
  text-align: center;
  color: #ccc;
}

@media screen and (max-width: 600px) {
  .product-teaser-images {
      min-height: auto;
      max-height: auto;
      overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .header .user-bar {
    width: auto !important;
    margin-left: 0px;
  }
}

.cart_error {
  text-align: right;
  color: red;
}