.margin {
    	margin-right: 30 px;
  		margin-left: 30px
  }


.sectTitle {
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
}

h1.ostern {
 	font-size: 60px;
	}

.wpcf7-form-control-wrap.privacy input {
  width: auto;
  margin: 3px 10px 2px 0;
}

.acceptance-form-container {
  padding: 5px 0 20px 4px;
}

.variation-image-select .image-select-item {
    width: 120px;
    max-width: 120px;
    max-height: 120px;
}

div.product .variations, div.product .variations tbody, div.product .variations tbody tr {
    display: block;
    padding: 4px 0px;
}





/* simple */
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d; 
  -ms-transform-style: preserve-3d;   
}

/* START: Accommodating for IE */
.flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
		
/* END: Accommodating for IE */
.flip-container, .front, .back {
  width: 100%;
  height: 320px;
  padding: 0 10px;
}

.flip-container .flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  
  transition: 0.6s;
  transform-style: preserve-3d;
  
  position: relative;
}

.flip-container .front, 
.flip-container .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  
  position: absolute;
  top: 0;
  left: 0;

  text-align: center;  
  font-size: 12px;
  line-height: 22px;  
}

.flip-container .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
}

.flip-container .front img
{
	transform: scale(0.8);
}

.flip-container .back img
{
	transform: scale(0.8);
}

.flip-container .back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: #fff;
}

.flip-container .back .back-title {
  font-size: 22px;
  line-height: 32px;
  margin-top: -30px;
}

.flip-container .front .front-title {
  font-size: 16px;
  line-height: 24px;
}

.flip-container .product-detail__slider-img {
    cursor: pointer;
    -webkit-filter: drop-shadow(1px 12px 7px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(1px 12px 7px rgba(0, 0, 0, 0.3));
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}


.flip-container .back img
{
    -webkit-filter: drop-shadow(1px 12px 7px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(1px 12px 7px rgba(0, 0, 0, 0.3));
}

.flip-container:hover .product-detail__slider-img {
    transform: scale(1);
}

.flip-container .product-detail__slider-item-pieces {
    width: 30px;
    height: 30px;
    background: white;
    text-align: center;
    line-height: 30px;
    font-size: 11px;
    color: #351f21;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 20;
    top: -10px;
    margin-top: 25px;
    font-weight: 500;
}

.gray-bg {
  	background-color: #F5F5F5;
}

#wpsl-wrap {
    margin-top: -14px !important;
}

li.product_tag-70-jahre a:after {
    content: "Jubiläumspreis";
    background-color: #f8bebf; /*#FF8674;*/
    padding: 3px 10px;
    color: #fff;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 12px;
}


.usp-bar {
    height: 120px;
    height: 7.5rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding: 24px 0px 24px 0px;
    padding: 1.5rem 0rem 1.5rem 0rem;
    font-size: 14px;
    font-size: .875rem;
    display: flex;
    align-items: center;
    width: 100%;
    background: #efefef;
}

@media (min-width: 90rem)
.usp-bar .usp-bar--inner {
    max-width: 1312px;
    max-width: 82rem;
}
@media (min-width: 62rem)
.usp-bar .usp-bar--inner {
    max-width: 1120px;
    max-width: 70rem;
}

.usp-bar .usp-bar-inner {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.usp-bar .usp-bar-inner .usp-bar--element {
    width: 100%;
    text-align: center;
}

.usp-bar .usp-bar-inner .usp-bar-element .usp-bar-icon{
    width: 48px;
    height: 48px;
    border: 1px solid #767280;
    display: block;
    border-radius: 50%;
    padding: 13px !important;
    font-size: 21px;
    color: #767280;
    text-align: center;
    margin: 0 auto;
}
