﻿@charset "UTF-8";
body {
    letter-spacing: .2px;
    height: auto;
}

figure,
figcaption,
section,
aside,
article {
    margin: 0;
    padding: 0;
}

.border-left {
    position: relative;
}

.border-left:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #e4e5e7;
    position: absolute;
    left: -16px;
    top: 0;
}

.border-left-this {
    position: absolute;
    content: "";
    display: none;
    width: 1px;
    height: 500%;
    background: #e4e5e7;
    right: 0;
    margin-right: 33.33333%;
    top: 0;
}

@media print,
screen and (min-width:64em) {
    .border-left-this {
        display: block;
    }
}

@media screen and (min-width:40em) {
    .border-right {
        border-right: 1px solid #e4e5e7;
    }
}

.padding-bottom {
    padding-bottom: 2rem;
}

.margin-top-1 {
    margin-top: 1rem;
}

.margin-top-2 {
    margin-top: 2rem;
}

.margin-top-3 {
    margin-top: 3rem;
}

.margin-bottom-1 {
    margin-bottom: 1rem;
}

.margin-bottom-2 {
    margin-bottom: 2rem;
}

.margin-bottom-3 {
    margin-bottom: 3rem;
}

.pos-relative {
    position: relative;
}

.gm-style-cc {
    display: none;
}

.ng-cloak {
    display: none;
}

.table {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
}

.table-cell.top {
    vertical-align: top;
}

.table-cell.middle {
    vertical-align: middle;
}

.vertical-top {
    vertical-align: top;
}

.box-hover-shadow {
    -webkit-transition: box-shadow .2s cubic-bezier(.19, .26, .17, .99);
    -moz-transition: box-shadow .2s cubic-bezier(.19, .26, .17, .99);
    -ms-transition: box-shadow .2s cubic-bezier(.19, .26, .17, .99);
    transition: box-shadow .2s cubic-bezier(.19, .26, .17, .99);
}

.box-hover-shadow:hover {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.slide-up-icon {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 50px;
    right: 5%;
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e5e7;
    line-height: 50px;
    z-index: 5;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

@media screen and (max-width:39.9375em) {
    .slide-up-icon {
        bottom: 65px;
        width: 50px;
        height: 50px;
        line-height: 34px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
}

.slide-up-icon .icon-large {
    fill: #777;
}

@media screen and (max-width:39.9375em) {
    .slide-up-icon .icon-large {
        width: 1.2em !important;
        height: 1.2em !important;
    }
}

.slide-up-icon:hover {
    cursor: pointer;
    background: #f7f8fa;
}

.slide-up-icon:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width:39.9375em) {
    .is-reveal-open {
        width: 100%;
        position: fixed;
    }
}

html.is-reveal-open,
html.is-reveal-open body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reveal-overlay {
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width:39.9375em) {
    .is-select-open {
        overflow: hidden;
        width: 100%;
        position: fixed;
    }
}

hr.bordered {
    border-top: 1px solid #e4e5e7;
    margin: 1rem 0;
}

.reveal.full {
    top: 0 !important;
}

@media screen and (max-width:39.9375em) {
    .zopim {
        z-index: 999 !important;
    }
}

input::-webkit-input-placeholder {
    color: #777;
}

input::-moz-placeholder {
    color: #777;
}

input:-moz-placeholder {
    color: #777;
}

input:-ms-input-placeholder {
    color: #777;
}

.product-page {
    margin-top: 20px;
}

@media screen and (max-width:63.9375em) {
    .product-page {
        margin-top: 0;
    }
}

.product-page .gallery-padding {
    padding-right: 0;
}

@media screen and (max-width:63.9375em) {
    .product-page .gallery-padding {
        padding-left: 0;
    }
}

.product-page .gallery-padding .owl-thumbs {
    margin-bottom: 30px;
    margin-top: 14px;
    display: none;
}

@media print,
screen and (min-width:40em) {
    .product-page .gallery-padding .owl-thumbs {
        display: block;
    }
}

@media screen and (max-width:63.9375em) {
    .product-page .gallery-padding .owl-thumbs {
        padding-left: 12px;
        margin-bottom: 4px;
    }
}

.product-page .bimTypeIcon {
    margin-right: 3px;
    width: 21px;
    height: 20px;
    background: #ddd;
    background-image: url(/images/bimIcons_small.jpg);
    background-repeat: no-repeat;
    display: inline-block;
}

.product-page .bimTypeIcon.bimType-1 {
    background-position: 0 0;
}

.product-page .bimTypeIcon.bimType-2 {
    background-position: -21px 0;
}

.product-page .bimTypeIcon.bimType-3 {
    background-position: -42px 0;
}

.product-page .bimTypeIcon.bimType-4 {
    background-position: -63px 0;
}

.product-page .bimTypeIcon.bimType-5 {
    background-position: -84px 0;
}

.product-page .bimTypeIcon.bimType-6 {
    background-position: -105px 0;
}

.product-page .bimTypeIcon.bimType-7 {
    background-position: -231px 0;
}

.product-page .bimTypeIcon.bimType-8 {
    background-position: -126px 0;
}

.product-page .bimTypeIcon.bimType-9 {
    background-position: -168px 0;
}

.product-page .bimTypeIcon.bimType-10 {
    background-position: -147px 0;
}

.product-page .bimTypeIcon.bimType-11 {
    background-position: -189px 0;
}

.product-page .bimTypeIcon.bimType-12 {
    background-position: -210px 0;
}

.product-page .bimTypeIcon.bimType-13 {
    background-position: -420px 0;
}

.product-page .bimTypeIcon.bimType-14 {
    background-position: -399px 0;
}

.product-page .bimTypeIcon.bimType-15 {
    background-position: -441px 0;
}

.product-page #InfoRequestFormContainer .close-button {
    display: none;
}

.product-page .accordion-info-container h2 {
    font-size: .9375rem;
    font-weight: 400;
    margin: 0 !important;
}

.product-page .accordion-info-container a {
    text-decoration: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5) 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 2px 1px;
    background-position: 0 100%;
    -webkit-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    -moz-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    -ms-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
}

.product-page .accordion-info-container a:hover {
    background-color: #f7f8fa;
}

.image-container {
    position: relative;
}

.image-container #sync1 {
    overflow: hidden;
    height: 282px;
}

@media print,
screen and (min-width:64em) {
    .image-container #sync1 {
        height: 332px;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .image-container #sync1 {
        height: 332px;
    }
}

.image-container #sync1:hover .lens-full-gallery {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
}

.image-container .lens-full-gallery {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 10;
    opacity: 0;
    width: 60px;
    height: 60px;
    line-height: 22px;
    border-radius: 50px;
    background: rgba(0, 0, 0, .2);
    cursor: pointer;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
}

.image-container .lens-full-gallery svg {
    fill: #fff;
}

.image-container .lens-full-gallery:hover {
    background: rgba(0, 0, 0, .4);
}

.image-container .badge-highlight-container {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}

.image-container .badge-highlight-container .badge-highlight {
    width: 88px;
    height: 88px;
    background: #fff;
    border: 1px solid #e4e5e7;
    padding: 4px;
    margin-bottom: 15px;
}

.image-container .badge-highlight-container .badge-highlight a {
    display: block;
    height: 100%;
}

.image-container .badge-highlight-container .badge-highlight img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
}

.image-container .badge-highlight-container .badge-more {
    width: 88px;
    padding: 0 4px;
    background: #fff;
    border: 1px solid #e4e5e7;
    color: #777;
    display: block;
    line-height: 25px;
}

.image-container .badge-highlight-container .badge-more svg,
.image-container .badge-highlight-container .badge-more span {
    display: inline-block;
}

.image-container .badge-highlight-container .badge-more span {
    font-size: .75rem;
}

.image-container .badge-highlight-container .badge-more svg>use {
    fill: #313131;
}

.image-container .badge-highlight-container .badge-more:hover {
    background-color: #f7f8fa;
}

.image-container .sayduck-container {
    position: absolute;
    width: 100%;
    height: 282px;
    top: 0;
    z-index: 2;
}

@media print,
screen and (min-width:64em) {
    .image-container .sayduck-container {
        height: 632px;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .image-container .sayduck-container {
        height: 575px;
    }
}

.image-container .sayduck-close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.image-container .sayduck-close .sayduck-close-viewer {
    left: 5px;
    top: 15px;
    position: absolute;
}

.image-container .sayduck-open-viewer {
    padding: .4rem .5rem;
    position: absolute;
    top: 241px;
    left: 0;
}

@media print,
screen and (min-width:64em) {
    .image-container .sayduck-open-viewer {
        top: 572px;
        left: 15px;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .image-container .sayduck-open-viewer {
        top: 444px;
        left: 15px;
    }
}

.image-container .sayduck-open-viewer svg {
    margin-right: 2px;
    fill: #fff;
}

.gallery-caption-container {
    background: transparent;
    width: 100%;
    height: 30px;
}

.gallery-caption-container p {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}

.center-gallery {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-page-column {
    margin-top: 0;
}

@media screen and (max-width:63.9375em) {
    .product-page-column {
        margin-top: 1rem;
    }	
}

.product-page-column .ecommerceRoWWhy {
    cursor: help;
}

.product-page-column .cont-logo {
    display: inline-block;
    margin-bottom: .8rem;
}

@media screen and (max-width:63.9375em) {
    .product-page-column .cont-logo {
        float: left;
    }
}

.product-page-column .cont-logo .thumbnail[class*='logo'] {
    width: 6.875rem;
    height: 6.875rem;
}

.product-page-column h1 {
    font-size: 1.625rem;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: 500;
}

@media screen and (max-width:63.9375em) {
    .product-page-column h1 {
        font-size: 1.125rem;
        font-weight: 500;
    }
}

.product-page-column h1>span {
    font-size: 1.125rem;
    display: block;
    margin-bottom: .1rem;
    letter-spacing: 0;
    font-weight: 400;
}

.product-page-column h1>span a {
    color: #0a0a0a;
}

@media screen and (max-width:63.9375em) {
    .product-page-column h1>span {
        font-size: 1rem;
        font-weight: 400;
    }
}

.product-page-column .description {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: .7rem;
}

.product-page-column .large.button.shop.cta.iconized svg polyline,
.product-page-column .large.button.shop.cta.iconized svg circle {
    stroke: #fff;
}

.product-page-column hgroup a:hover,
.product-page-column .column-top-extra-info a:hover {
    text-decoration: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5) 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 2px 1px;
    background-position: 0 100%;
    -webkit-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    -moz-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    -ms-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    background-color: transparent !important;
}

.product-page-column hgroup a:hover:hover,
.product-page-column .column-top-extra-info a:hover:hover {
    background-color: #f7f8fa;
}

.product-page-column .price-group {
    margin-bottom: 1.2rem;
    margin-top: 2rem;
}

.product-page-column .price-group .price {
    font-size: 1.875rem;
    color: #0a0a0a;
    font-weight: 500;
}

.product-page-column .price-group .old-price {
    text-decoration: line-through;
    font-size: .7125rem;
    color: #777;
    line-height: 12px;
    font-weight: 300;
}

.product-page-column .price-group .vat {
    color: #777;
    font-size: .75rem;
}

.product-page-column .price-group .energy-class {
    position: relative;
    margin-top: 12px;
    cursor: pointer;
    display: block;
}

.product-page-column .price-group .energy-class ._ecapp,
.product-page-column .price-group .energy-class ._ecap,
.product-page-column .price-group .energy-class ._eca,
.product-page-column .price-group .energy-class ._ecb,
.product-page-column .price-group .energy-class ._ecc,
.product-page-column .price-group .energy-class ._ecd,
.product-page-column .price-group .energy-class ._ece {
    padding: 0 4px;
    margin-top: 0;
    font-size: 13px;
}

.product-page-column .price-group .energy-class ._ecapp:after,
.product-page-column .price-group .energy-class ._ecap:after,
.product-page-column .price-group .energy-class ._eca:after,
.product-page-column .price-group .energy-class ._ecb:after,
.product-page-column .price-group .energy-class ._ecc:after,
.product-page-column .price-group .energy-class ._ecd:after,
.product-page-column .price-group .energy-class ._ece:after {
    border-top-width: 11px;
    border-bottom-width: 9px;
    border-right-width: 8px;
}

@media screen and (max-width:39.9375em) {
    .product-page-column .price-group .energy-class ._ecapp,
    .product-page-column .price-group .energy-class ._ecap,
    .product-page-column .price-group .energy-class ._eca,
    .product-page-column .price-group .energy-class ._ecb,
    .product-page-column .price-group .energy-class ._ecc,
    .product-page-column .price-group .energy-class ._ecd,
    .product-page-column .price-group .energy-class ._ece {
        margin-top: 0 !important;
        font-size: 11px !important;
    }
}

@media screen and (max-width:39.9375em) and (max-width:39.9375em) {
    .product-page-column .price-group .energy-class ._ecapp:after,
    .product-page-column .price-group .energy-class ._ecap:after,
    .product-page-column .price-group .energy-class ._eca:after,
    .product-page-column .price-group .energy-class ._ecb:after,
    .product-page-column .price-group .energy-class ._ecc:after,
    .product-page-column .price-group .energy-class ._ecd:after,
    .product-page-column .price-group .energy-class ._ece:after {
        border-top-width: 11px !important;
        border-bottom-width: 9px !important;
    }
}

.list-info {
    font-size: .875rem;
    letter-spacing: 0;
    color: #9b9b9b;
}

.list-info b {
    color: #313131;
}

.list-info [class*=ap] {
    font-size: .875rem;
    margin-right: .7rem;
}

.list-info .list-info-title {
    font-size: 1rem;
}

.list-info.purchase-info {
    font-size: .75rem;
    margin-top: 26px;
    color: #4a4a4a;
}

.list-info.purchase-info li {
    position: relative;
    padding-left: 30px;
}

.list-info.purchase-info li .purchase-info-icon {
    position: absolute;
    left: -2px;
    top: -1px;
    width: 30px;
    height: 21px;
    display: block;
}

.list-info.purchase-info li.availability {
    padding-bottom: 2px;
}

.list-info.purchase-info li.availability .purchase-info-icon {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #7cb342;
    display: block;
    left: 6px;
    top: 5px;
}

.list-info.purchase-info li.availability.not-available .purchase-info-icon {
    background: #ec5840;
}

.list-info.purchase-info li.shipping-cost span {
    color: #313131;
}

.list-info.purchase-info li.shipping-cost span.free {
    color: #7cb342;
}

.list-info.purchase-info li.need-help {
    margin-top: 9px;
}

.list-info.purchase-info li.need-help .purchase-info-icon {
    left: 2px;
}

.list-info.purchase-info li.need-help a {
    text-decoration: underline;
}

.request-quote {
    color: #9b9b9b;
    margin-bottom: 0;
}

.request-quote .button {
    margin-bottom: 25px;
}

.request-quote.contact-quote-box p {
    font-size: 1rem;
    color: #313131;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 6px;
}

.request-box {
    font-size: .8125rem;
    line-height: 16px;
    color: #9b9b9b;
    padding: 5px 0;
    border-bottom: 1px solid #e4e5e7;
    margin-bottom: 0;
}

.request-box .button {
    margin-bottom: 12px;
}

.request-box.contact-manufacturer-box p {
    font-size: 1rem;
    color: #313131;
    margin-top: 12px;
}

.request-box-title {
    font-size: 14px;
    line-height: 19px;
    color: #313131;
    font-weight: 500;
    margin-bottom: 3px;
}

.request-box-border {
    border-right: 1px solid #e4e5e7;
}

.request-box-under {
    padding-top: 12px;
    padding-bottom: 12px;
}

.request-box-under .media-object {
    margin-bottom: 0;
}

.request-box-under .media-object .icon-x-alt-large {
    width: 2.9em;
    height: 2.9em;
}

.product-page-info {
    padding: 1rem 0;
}

.product-page-info h4 {
    font-size: 1rem;
}

.product-page-info p {
    font-size: .875rem;
}

.product-page-info figure {
    margin: 0;
}

.DisplayPromoCode {
    font-size: .8125rem;
    letter-spacing: 0;
}

.DisplayPromoCode .promo {
    display: block;
    margin-bottom: 1rem;
}

.DisplayPromoCode .success {
    color: #fff;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.purchase-options-mq .small-italic {
    margin-bottom: 15px;
}

.purchase-options-mq .small-italic small {
    font-style: italic;
    font-size: 12px;
    color: #777;
    display: block;
}

.purchase-options-mq .small-italic small div {
    color: #313131;
}

.purchase-options-mq .textfield.no-margin {
    margin-bottom: 0 !important;
}

.TechnicalDescription .column {
    padding: 0 !important;
    float: none !important;
    width: auto !important;
}

.TechnicalDescription .column b,
.TechnicalDescription .column strong {
    font-weight: 700;
}

.TechnicalDescription .column a {
    text-decoration: underline;
}

.TechnicalDescription .column ul,
.TechnicalDescription .column li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.TechnicalDescription .column div.paragraph {
    min-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

.TechnicalDescription .column input,
.TechnicalDescription .column textarea {
    border: 1px solid #999;
}

.TechnicalDescription .column div.paragraph .moredetails {
    float: left;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 6px;
}

.TechnicalDescription .column div.paragraph div.head {
    padding-left: 0;
    background: #fff;
    color: #333;
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    padding: 23px 0 7px;
    font-size: 18px;
}

.TechnicalDescription .column div.paragraph:first-child div.head {
    padding-top: 0;
}

.TechnicalDescription .column div.paragraph div.head input {
    padding-left: 0;
    background: #fff;
    width: 580px;
    height: 30px;
    line-height: 30px;
    float: left;
    display: inline-block;
}

.TechnicalDescription .column div.paragraph div.content {
    background-color: #fff;
    height: auto;
    padding: 0;
    clear: both;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px 2px;
    border-bottom-right-radius: 2px 2px;
}

.TechnicalDescription .column div.paragraph div.content div.image {
    height: auto;
}

.TechnicalDescription .column div.paragraph div.content div.text {
    overflow: visible;
}

.TechnicalDescription .column div.paragraph div.content div.top,
.TechnicalDescription .column div.paragraph div.content div.up,
.TechnicalDescription .column div.paragraph div.content div.bottom {
    width: 100%;
    clear: both;
}

.TechnicalDescription .column div.paragraph div.content div.left {
    width: 49%;
    float: left;
    padding-right: 8px;
    margin-right: 0;
}

.TechnicalDescription .column div.paragraph div.content div.right {
    width: 49%;
    float: right;
    padding-right: 5px;
}

.TechnicalDescription .column div.paragraph div.content div.image div.imageitem {
    width: 100%;
    padding: 5px;
    float: left;
    position: relative;
    max-width: 770px;
}

.TechnicalDescription .column div.paragraph div.content div.text div.textitem {
    width: 100%;
    padding: 0;
    float: left;
    position: relative;
    max-width: 100%;
}

.TechnicalDescription .column div.paragraph div.content div.image div.imageitem img {
    max-width: 100%;
    height: auto;
}

.TechnicalDescription .column .width1-1 {
    width: 100% !important;
}

.TechnicalDescription .column .width1-2 {
    width: 48% !important;
}

.TechnicalDescription .column .width1-3 {
    width: 32% !important;
}

.TechnicalDescription .column .width1-4 {
    width: 23% !important;
}

.TechnicalDescription .column .height1-1 {
    height: 100% !important;
}

.TechnicalDescription .column .height1-2 {
    height: 50% !important;
}

.TechnicalDescription .column .height1-3 {
    height: 33% !important;
}

.TechnicalDescription .column .height1-4 {
    height: 24% !important;
}

.TechnicalDescription .column .hidden {
    position: fixed;
    left: -1000px;
}

.productHistory {
    margin: 0 30px;
}

.productHistory-BrandLogo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 64px;
    height: 64px;
    background: #fff;
    border: 4px solid #fff;
    box-shadow: 0 0 2px #ddd;
}

.productHistory-BrandLogo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.not-available {
    color: #ec5840;
}

.not-available p {
    font-size: 1.375rem;
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: none;
    font-weight: inherit;
    cursor: help;
    text-decoration: underline;
}

.inspiration-tag {
    position: absolute;
}

.inspiration-tag:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #f2ff00;
    border-radius: 10px;
    position: absolute;
    left: -5px;
    top: -5px;
}

.inspiration-tag:after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: rgba(242, 255, 0, .4);
    border-radius: 36px;
    position: absolute;
    left: -18px;
    top: -18px;
    -webkit-animation: tag_pulser 2s ease-in-out infinite;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

@-webkit-keyframes tag_pulser {
    from {
        -webkit-transform: scale(.3, .3);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@-moz-keyframes tag_pulser {
    from {
        -moz-transform: scale(.3, .3);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    to {
        -moz-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@-ms-keyframes tag_pulser {
    from {
        -ms-transform: scale(.3, .3);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    to {
        -ms-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@-o-keyframes tag_pulser {
    from {
        -o-transform: scale(.3, .3);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    to {
        -o-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes tag_pulser {
    from {
        -webkit-transform: scale(.3, .3);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}


.product-page-column .articul {
	font-size:12px;
	color: #9b9b9b;
	text-align: right;
}

.product-page-column .articul span {
	font-size:14px;
	color: #111;
}

.accordion-products .accordion-title .reviews-stars {
    width: 100px;
    display: inline-block;
}

.button.review {
    padding: 2px 5px;
    font-size: 13px;
    margin-bottom: 0 !important;
}

.request-box-title {
   font-weight: 600;
}

.request-box-title span {
    width: 120px;
    float: right;
    color: #777;
    font-size: 12px;
    text-align: right;
	font-weight: 300;
}

.request-box p {
	font-size:15px;
	color:#111;
}

.video-block {
	width: 320px;
    text-align: center;
    margin: 0 auto;
}

.product-page-block {
    border: 1px solid #e4e5e7;
    border-radius: 3px;
    padding: 0;
	display:block;
	clear:both;
}

.product-page-block .title {
    border-bottom: 1px solid #e4e5e7;
    padding: 6px 15px;
    font-size: 16px;
}

.product-page-block .product-page-block-body {
    padding: 6px 15px;
    font-size: 14px;
}

.product-page-block .sale-text {
    color: #f84147;
    font-weight: 700;
}