/* 
==========================================================================
   WMNDE Shop by WebQuartier.org
==========================================================================
*/

body {	
	background: #eee;
}
.SprdMain .sprd-header {
    border-bottom: 3px solid #333;
}

.SprdMain .sprd-startpage-teaser__image {
    background-image: url('../img/shop-teaser.jpg')!important;
}

.SprdMain .sprd-startpage-teaser {
    border-bottom: 5px solid #ae0032;
}
.sprd-startpage-teaser__caption, .sprd-startpage-teaser__subcaption {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3)
}
.sprd-startpage-teaser__caption {
  border-bottom: 5px solid #ae0032;
  font-size: 3em
}
.sprd-startpage-teaser__subcaption {
	color: #eee;
	font-size: 1.5em;
	font-weight: normal!important;
	background: rgba(0,0,0,0.1);
  padding: .5em 1em;
}

.SprdMain .sprd-startpage-about-us__textsection,
.SprdMain .sprd-about-info__text {
    text-align: center;
}
/** Promotion */
.SprdMain .sprd-startpage-promotion {
	background: -webkit-linear-gradient(left, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
	background: -o-linear-gradient(left, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
	background: linear-gradient(to right, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

/** Images */
.sprd-startpage .sprd-img-spinner__image:hover {
	transition: transform .6s ease-out !important;
	transform: scale(1.05)!important;
}

/** Footer */
.shop-footer {
  padding: 5px 20px;
  color: #fff;
	background: #212121;
  text-align: center;
}
.shop-footer a {
    color: #fff;
}
.shop-footer a.shop-mail {
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  unicode-bidi:bidi-override;
  direction:rtl;
}

#buttonSpreadshirt {
	display:none;
}