/* -------------------------------- 
   Anpassungen Navigation
   -------------------------------- */
div.right-icons > .culture,
div.right-icons > .currency {
 display:none;
}


/* -------------------------------- 
   Product Button Grow 
   -------------------------------- */
.category-item .image-wrapper,
.product-item .image-wrapper {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.product-item .image-wrapper:hover, .product-item .image-wrapper:focus, .product-item .image-wrapper:active,
.category-item .image-wrapper:hover, .category-item .image-wrapper:focus, .category-item .image-wrapper:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}





/* -------------------------------- 
   Anpassungen Individualisierung 
   -------------------------------- */
td#tdDialCustomization li>dl>dt.dtiName {
 padding-bottom:0px
}

td#tdDialCustomization span.FormLabel {
 margin-bottom:5px;
 font-size:0.8em;
}

td#tdDialCustomization>div.Duc {
 margin-bottom:5px;
}

.dtiName, .dmiName, .dddlName {
    width: 252px;
}
/* -------------------------------- */