/***   LIGHTBOX   ***/
.lightbox-back {
    position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.5);
}

.lightbox-cover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 44000;
    
           opacity: 0;
            filter: progid:alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
    -khtml-opacity: 0;
}

.lightbox {
    font-family: "Helvetica Neue Roman", sans-serif;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    border-radius: 21px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.85);
}

.lightbox ul {
    margin: 0 0 23px 8px;
}

.lightbox-close {
    width: 19px;
    height: 18px;
    background-image: url('../images/ui-sprite.png');
    background-size: 259px 150px;
    background-repeat: no-repeat;
    background-position: -40px -50px;
    position: absolute;
    right: 20px;
    top: 18px;
}

.lightbox-close:hover {
/*    background-position: -292px 0;*/
    cursor: pointer;
}

.lightbox .title {
    font-family: "Helvetica Neue Thin Extended", sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin: 17px 0 0 27px;
}

.lightbox .sub-title {
    margin: 12px 0 0 28px;
}

.lightbox .text {
    font-family: "Helvetica Neue Roman", sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 23px 0 21px 27px;
    width: 87%;
}

.lightbox .forgot {
    float: left;
    font-size: 10px;
    line-height: 10px;
    text-decoration: underline;
    margin: 0 0 0 27px;
}
.lightbox .forgot:hover {
    cursor: pointer;
    color: #666666;
}

.lightbox .required {
    float: right;
    font-size: 10px;
    line-height: 10px;
    font-family: "Helvetica Neue Medium", sans-serif;
    margin: 0 27px 0 0;
}

.lightbox .remember-me {
    float: left;
    width: 90%;
    height: 15px;
    margin: 10px 0 10px 28px;
    font-size: 11px;
    line-height: 15px;
}

.lightbox .share-pricing {
    float: left;
    width: 70%;
    height: 15px;
    margin: 5px 0 10px 28px;
    font-size: 11px;
    line-height: 15px;
}

.lightbox > .checkbox-with-label {
    margin-right: 10px;
}

/*  FORM ELEMENTS  */
.lightbox  .field-label {
    font-family: "Helvetica Neue Roman", sans-serif;
    font-size: 12px;
    line-height: 12px;
/*    color: #8e9294;*/
    float: left;
    width: 80%;
    margin: 0 0 7px 27px;
}

.lightbox input[type="text"], .lightbox input[type="password"] {
    float: left;
    background-color: #f0f0f0;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    width: 83%;
    margin: 0 0 13px 27px;
    padding: 6px 4px;
    color: #666666;
    font-style: normal;
}

.lightbox input[type="text"].invalid,
.lightbox input[type="password"].invalid {
    border-bottom: 1px solid #cc0000;
}

.lightbox .checkbox.invalid {
    border: 1px solid #cc0000;
}

.lightbox input[type="text"]::-webkit-input-placeholder {
    color: #c1c1c1;
}

.lightbox select[name="state"] {
    float: left;
    width: 260px;
    margin: 0 28px 14px 0;
}

.lightbox textarea {
    background-color: #f0f0f0;
    border: none;
    outline: none;
    width: 98%;
    height: 155px;
    padding: 0.5% 1%;
    margin: 0 0 26px 0;
}

.lightbox .button {
    font-family: "Helvetica Neue Thin Extended", sans-serif;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.290rem;
    color: #999999;
    padding: 8px 30px;
    margin: -1px 0 0;
    border: 1px solid #bcbcbc;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-appearance: none;

    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fdfdfd), color-stop(51%,#f5f5f5), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fdfdfd 50%,#f5f5f5 51%,#efefef 100%);
    background: -webkit-gradient(linear,  left top, left bottom,  from(#ffffff),color-stop(50%, #fdfdfd),color-stop(51%, #f5f5f5),to(#efefef));
    background: -o-linear-gradient(top,  #ffffff 0%,#fdfdfd 50%,#f5f5f5 51%,#efefef 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#fdfdfd 50%,#f5f5f5 51%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
.lightbox a.button:hover {
    border: 1px solid #666666;
    color: #666666;
}

.checkbox {
    width: 13px;
    height: 13px;
    background-color: #f0f0f0;
    border: 1px solid #999999;
    display: inline-block;
    margin: 0 12px 0 0;
}

.checkbox.checked {
    background-position: 2px 2px;
    background-size: 9px 9px;
    background-image: url('../images/checkbox-check.png');
    background-repeat: no-repeat;
}

.checkbox:hover {
    cursor: pointer;
}

.checkbox-with-label {
    float: left;
    margin-right: 20px;
}

.checkbox-with-label .checkbox {
    margin-right: 7px;
    float: left;
}

.checkbox-with-label span {
    float: left;
    margin: 0px 0 0 -1px;
    padding: 0;
    height: 15px;
}

/*  SHARE LIGHTBOX  */
.share-lb .manufacturer {
    color: #333;
    width: 100%;
    font-size: 11px;
    line-height: 11px;
    font-family: "Helvetica Neue Bold", sans-serif;
    margin: 7px 0 5px 0;
}
.share-lb .product-name {
    margin: 0 0 5px 0;
}
.share-lb .price-label {
    margin: 0 0 5px 0;
}
.share-lb .product {
    width: 100%;
    font-size: 11px;
    line-height: 11px;
    font-family: "Helvetica Neue Bold", sans-serif;
    margin: 2px 0 0 0;
}

/* register 2.0 */
.lightbox form[name="register-form"] .title {
    margin: 17px 0 16px 27px;
}

.lightbox form[name="register-form"] .register-col1 input[type="text"] {
    width: 87%;
}

.lightbox form[name="register-form"] .register-col1 {
    float: left;
    width: 298px;
    margin-right: 17px;
}

.lightbox form[name="register-form"] .register-col2 {
    float: left;
    width: 270px;
}

.lightbox form[name="register-form"] .register-col2 .field-label {
    width: 100%;
    margin: 0 0 7px 0;
}

.lightbox form[name="register-form"] .register-col2 input[type="text"] {
    width: 100%;
    margin: 0 0 14px 0;
}

.lightbox form[name="register-form"] .trade-checkbox-info {
    width: 556px;
    margin: 0 0 11px 27px;
}

.lightbox form[name="register-form"] .trade-checkbox-wrapper {
    width: 565px;
    margin-left: 27px;
}

.lightbox form[name="register-form"] .trade-checkbox-wrapper .trade-checkbox {
    display: inline-block;
    vertical-align: top;
}

.lightbox form[name="register-form"] .trade-checkbox-wrapper .trade-checkbox .checkbox-with-label {
    margin-right: 7px;
}

.lightbox form[name="register-form"] .approval-info {
    font-style: italic;
    margin-left: 27px;
    margin-top: 16px;
}

.lightbox form[name="register-form"] .required-label {
    color: #cc0000;
    font-size: 10px;
    margin-left: 27px;
    margin-top: 21px;
}

.lightbox form[name="register-form"] .send-wrapper {
    width: 565px;
    margin-left: 27px;
    margin-top: 7px;
    float: left;
}


.lightbox form[name="register-form"] .mailing-list-checkbox {
    float: left;
    font-size: 11px;
    letter-spacing: 0;
    margin-top: 6px;
}

.lightbox form[name="register-form"] .send-wrapper .mailing-list-checkbox .checkbox-with-label {
    margin-right: 7px;
}

.lightbox form[name="register-form"] .button {
    float: right;
    margin: 0;
}

.tagify {
    float: left;
    background-color: #f0f0f0;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    width: 94%;
    margin: 0 0 13px 20px;
    color: #666666;
    font-style: normal;
}
.tagify.invalid {
    border-bottom: 1px solid #cc0000;
}
.tagify tag > div {
    color: #ffffff !important;
/*    background-color: #AAAAAA !important;*/
}
.tagify tag>div:not([contenteditable])::before {
    background: #AAAAAA !important;
}
.tagify tag x {
    right: calc(.5em - 4px);
}
.tagify tag.tagify--notAllowed>div:not([contenteditable])::before {
    color: #fff !important;
    background: #cc0000 !important;
}
.tagify tag.tagify--notAllowed div>span {
    opacity: 1 !important;
}