#lightbox-offer > #lightbox-offer-heading {
    width: 90%;
    height: auto;
    margin: 20px auto;
}
#lightbox-offer > #lightbox-offer-heading > h1 {
    font-family: StyledUpUpright;
    font-size: 7.5rem;
    text-align: left;
    width: 100%;
    line-height: 0.6;
    margin: 0;
}
#lightbox-offer > #lightbox-offer-heading > h3 {
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    line-height: 1.4;
    text-align: right;
    font-size: 2.5rem;
    margin: 0;
}
#lightbox-offer > form > p {
    text-transform: uppercase;
    font-weight: 600;
    width: 70%;
    letter-spacing: 1px;
    font-size: 1.5rem;
    margin: auto;
}
#lightbox-offer > img {
    width: 100%;
}
#lightbox-offer {
    text-align: center;
    width: 580px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    position: absolute;
    z-index: 100000;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 20px;
}
#lightbox-offer-close {
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #D3D3D3;
    width: 30px;
    height: 30px;
    text-align: center;
    float: right;
    color: #D3D3D3;
    margin: 0;
    padding: 0;
}
#lightbox-email-input {
    font-size: 1.3rem;
    font-weight: 100;
    width: 70%;
    border: #D3D3D3 1px solid;
    height: 30px;
    padding: 5px;
}
#lightbox-offer-submit {
    background-color: #00CCC1;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    border: 1px solid transparent;
    border-radius: 3px;
    letter-spacing: 1px;
    margin: 5px 0 15px;
    padding: 5px 12px;
}

body > main.col-main > .product-wrapper > div.product-essential > section.product-sidebar > ul.product-attributes.product-attributes__picker::after {
    /*content: "20% OFF WHEN YOU BUY 2 OR MORE ITEMS OF FURNITURE*";*/
    background-color: #fad148;
    color: #000000;
    text-transform: uppercase;
    width: 100%;
    display: block;
    letter-spacing: 3px;
    font-weight: 100;
    line-height: 1;
    font-size: 115%;
    padding: 15px 30px;
    margin: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}



#configurable-product-wrapper > .product-essential > section > .special > .pricebox-addtocart > .special > .final-price, #configurable-product-wrapper > div.product-essential > section > ul > .product-attribute.popup.open > div > .attribute-content.attribute-content__popup > div > .popup-sidebar > span > span.final-price, #configurable-product-wrapper > .product-essential > section > .special > .pricebox-addtocart > span > .final-price, #simple-product-wrapper > div.product-essential > section > div.pricebox.pricebox__main.special > div.pricebox-addtocart > span > span.final-price {
    order: 2;
    color: rgb(226, 79, 15);
    margin-left: 10px;
}