@media print {
  .product-options-wrapper, .iv-qty-decrease, .iv-qty-increase {
    display: none;
  }
  .iv-qty-control.col.iv-qty {
    min-width: unset !important;
  }
}

.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover {
  outline:unset !important;
  border:unset !important;
}
.swatch-attribute .swatch-option:not(.disabled):hover, .swatch-attribute .swatch-option.color:not(.disabled):hover, .swatch-option:not(.disabled):hover {
  outline:unset !important;
  border:unset !important;
}
.swatch-attribute .swatch-option:not(.disabled):hover {
  outline:unset !important;
}
.swatch-attribute .swatch-option {
  border: unset !important;
}
.swatch-option-tooltip .image {
  padding:0;
  margin: 0;
  background-size: cover !important;
  width: 100% !important;
}
.swatch-option-tooltip {
  padding: 0 !important;
  border: 0 !important;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.26);
  min-width: 155px !important;
}
.swatch-option-tooltip .title:before {
  position: absolute;
    content: " ";
    width: 15px;
    height: 15px;
    display: inline;
    left: 40%;
    bottom: -14px;
    margin: auto auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #484848 transparent transparent transparent;
}
.swatch-option.selected, .swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected, .swatch-option:not(.disabled):hover, .swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover {
  outline: 6px solid rgba(0, 161, 255, 0.43) !important;
}
.swatch-option-tooltip .title {
   max-width: unset !important;
    width: 100% !important;
    min-height: 40px;
    max-height: 200px;
    color: rgb(255, 255, 255) !important;
    text-align: center;
    display: block;
    line-height: 40px;
    font-size: 17px;
    background: #484848;
    overflow: hidden;
}
.swatch-option-tooltip .corner, .swatch-option-tooltip-layered .corner {
  display: none;
}
.old-price, .old.price {
  text-decoration: unset;
  position: relative;
}
.old-price:after {
    content: "";
    height: 1.75px;
    width: 100%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 0.5em;
}
.sf-box.choosen {
  outline: 6px solid rgba(0, 161, 255, 0.43);
}
.iv_ls_box {
  text-align: center;
}
.iv_ls_box img {
  margin-top: 1rem;
}
.iv_ls_box:hover {
  background-color: #525252;
  cursor: pointer;
}
.iv_ls_box:hover > svg path, .iv_ls_box:hover > p {
  fill: #fff;
  color: #fff;
}
.iv_ls_box p {
  margin-bottom: 0;
  margin-top: 2rem;
  font-size: 21px;
  text-transform: uppercase;
}
div[role="tablist"] .item.active a {
  background-color: #bebebe !important;
  color: #fff !important;
  text-transform: uppercase;
  border: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.iv_tab_menu_fix {
  height: 35px;
  width: 100%;
  position: absolute;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
div[role="tablist"] .item:not(.active) a {
  background-color: #fff !important;
  color: #000 !important;
  text-transform: uppercase;
  border: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
div[role="tablist"] .item .switch {
  line-height: 34.5px !important;
  height: 34.5px !important;
  top: 1px;
}
div[role="tablist"] .data.item.content {
  border: none !important;
}
.iv_custom_attributes > span {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.iv_prod_untertitel {
  color: #8a8a8a;
  font-size: 16px;
  margin-bottom: 60px;
  display: inline-block;
  text-transform: uppercase;
}
h1.page-title {
  text-transform: uppercase;
  text-align: left;
  font-size: 28px;
}
.iv_prod_sale {
  font-size: 20px;
  text-transform: uppercase;
  color: #de0800;
}
.sf-box:hover {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.26);
  transform: scale(1.25);
  z-index: 3;
}
.sf-box:hover > .sf-box-detail {
  transform: scale(1);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.26);
  display: block;
  z-index: 3;
}
.sf-box {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
    width: 15%;
    height: 50px;
    float: left;
    margin-left: 6.5%;
    position: relative;
    background-size: cover;
    margin-bottom: 6.5%;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
}
.sf-box-detail-img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.sf-box-detail-name {
    background: #484848;
    color: #fff;
    padding: 10px;
    position: relative;
    padding-left: 2.5px;
    padding-right: 2.5px;
    text-align: center;
}
.sf-box-detail-name:before {
    position: absolute;
    content: " ";
    width: 15px;
    height: 15px;
    display: inline;
    left: 40%;
    bottom: -14px;
    margin: auto auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #484848 transparent transparent transparent;
}
.sf-box-detail {
    display: none;
    position: absolute;
    z-index: 2;
    width: 200%;
    height: 200%;
    left: -50%;
    top: -250%;
    transform: scale(0.1);
    transition: all 0.6s ease;
}
#visual-stofffarbe {
  margin-top: 20px;
}
.page-title-wrapper {
  text-align: left !important;
}
.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 0;
}
.iv_custom_new {
  background-image: url(/iv/img/denova-icons/label_new.svg);
  width: 72px;
  height: 72px;
  background-size: contain;
  position: absolute;
  right: 5px;
  background-repeat: no-repeat;
  top: 5px;
}
.iv_prod_custom_stock .stock > img {
  margin-right: 10px;
}
.product-social-links span.label {
  display: none;
}
.product-social-links a.action.mailto {
  float: right;
}
span[iv-zi] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.iv_prod_zusatzinfo {
  margin-top: -4px;
}
span[aus] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  margin-right: 10px;
      vertical-align: middle;
  background-repeat: no-repeat;
}
span[aus="0"] {
  background-image: url('/iv/img/denova-icons/stock_red.svg');
}
span[aus="1"] {
  background-image: url('/iv/img/denova-icons/stock_green.svg');
}
span[iv-zi-txt] {
  margin-bottom: 10px;
  line-height: 32px;
  margin-right: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
span[iv-zi="wfk"] {
  background-image: url('/iv/img/denova-icons/info_resistent.svg');
}
span[iv-zi="wak"] {
  background-image: url('/iv/img/denova-icons/info_repellent.svg');
}
span[iv-zi="kla"] {
  background-image: url('/iv/img/denova-icons/info_fold.svg');
}
span[iv-zi="ver"] {
  background-image: url('/iv/img/denova-icons/info_adjust.svg');
}
span[iv-zi="sta"] {
  background-image: url('/iv/img/denova-icons/info_stack.svg');
}
main#maincontent {
  max-width: 1680px;
  margin: 0 auto;
}
.product-primary-column {
  box-sizing: border-box;
}
#bundleSummary {
  width: 100%;
  background-color: transparent !important;
  padding: unset;
}
#bundleSummary .title, #bundleSummary .product-image-container, #bundleSummary .bundle-info .product.name, #bundleSummary .bundle-info p.stock, #bundleSummary .box-tocart .field.qty label , #bundleSummary .ib + .label{
  display: none;
}
#maincontent .price {
  color: #585858 ;
  font-family: unset !important;
}
.abs-action-addto-product, .block-event .slider-panel .slider .item .action.event, .bundle-options-container .block-bundle-summary .product-addto-links > .action {
  background: unset;
  padding: 0;
}

.feature > .ic:first-child, .feature > .left {
  margin: 0;
}
.abs-action-link-button:hover, .abs-action-addto-product:hover, .block-event .slider-panel .slider .item .action.event:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover {
  background: unset;
}
#bundleSummary .box-tocart .field.qty {
  float: left;
  padding-left: 0;
}
#bundleSummary .box-tocart .actions {
  float: right;
  right: 0;
  position: absolute;
}
.product-addto-links {
  float: right;
}
.action.primary {
  background-color: #eeeeee !important;
  color: #333333 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
    text-transform: uppercase;
}
.action.primary:hover {
  background-color: #333333 !important;
  color: #eeeeee !important;
}
.iv-qty-increase {
  float: right;
}
.iv-qty-decrease {
  float: left;
}
.iv-qty-buttons-wrapper, .iv-qty-buttons-g-wrapper {
  height: 42px;
  width: 42px;
}
.iv-qty-buttons-wrapper .qty-button, .iv-qty-buttons-g-wrapper .iv-qty-button {
  width: 100%;
  height: 100%;
}
.iv-qty-buttons-wrapper .qty-button:before, .iv-qty-buttons-g-wrapper .iv-qty-button:before {
  line-height: 42px;
}
.iv-qty-increase .qty-button:before, .iv-qty-increase .iv-qty-button:before{
  content: "\e23c";
}
.iv-qty-decrease .qty-button:before, .iv-qty-decrease .iv-qty-button:before {
  content: "\e23d";
}
.table.grouped .input-text.qty, .product-info-main .input-text.qty, .product-options-bottom .input-text.qty, .bundle-options-container .input-text.qty {
  width: 42px;
  height: 42px;
}
.iv-qty-button:before {
  display: inline-block;
    font-family: ThemeIcons;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.iv-qty-button {
  margin: 0;
cursor: pointer;
width: 25px;
height: 25px;
line-height: 25px;
display: block;
text-align: center;
vertical-align: middle;
font-size: 18px;
font-weight: bold;
font-family: "Courier New";
}
.iv-qty-buttons-g-wrapper:hover {
  background-color: #343434;
  color: #ffffff;
}
.field.qty .control, .iv-qty .iv-control {
  position: relative;
}
.field.qty .control:before, .iv-qty .iv-control:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    box-shadow: inset 0px 0px 8px 1px rgba(0, 0, 0, 0.09);
    pointer-events: none;
}
.field.qty input[type="number"], .iv-qty input[type="number"] {
  border: 0;
  background: #fdfdfd;
}
.iv-select-number {
  float: left;
  font-size: 18px;
  line-height: 32px;
  position: relative;
}
.bundle-options-container .control select {
  float: right;
  max-width: 94%;
}



/* Special price */

.special-price {
  float:left;
  margin-right:10px !important;
}

.old-price  span[id^='old-price-'] > span , div[id*='old-price-'] > span {
  color:#ee001c;
}



 .box-tocart {
 	width:100%;
 }

 .box-tocart .label[for=qty] {
 	display: none !important;
 }

.product-social-links {
     float:right; }


.old-price .price {
     color: #ccc !important;
}


.swatch-option.image {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
    width: 15%;
    height: 50px !important ;
    float: left;
    margin-left: 6.5%;
    position: relative;
    background-size: contain;
    margin-bottom: 6.5% !important;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 1;
    background-size:100% !important;
}

@media screen and (max-width: 1300px ) and ( min-width:767px ) {
    .box-tocart	.actions {
	    float: right !important;
	    margin-top: 20px;
	}
}

@media screen and ( max-width:767px ) {
    .box-tocart	.actions {
	    float: left !important;
	    margin-top: 20px;
	}

    .iv_tab_menu_fix.allow {
         display:none; }

     .product.info.detailed.collateral-container {
        margin-top:20px;
     }

}

@media screen and ( max-width: 440px ) {
    .box-tocart	.actions { margin-bottom:20px; }
}
