/* bootstrap modal */
.modal {
    display: none;
}
/* customised modal CSS */
#browser-abandonment-modal .modal-dialog {position:relative;}
#browser-abandonment-modal img.close-modal {
    position:absolute;
    z-index:10;
    top:-10px;
    right:-12px;
    cursor:pointer;
    opacity:1;
}
@media (min-width: 992px) {
    #browser-abandonment-modal .modal-lg {
        width:800px;
    }
}
@media(max-width:767px) {
    #browser-abandonment-modal .modal-content {padding:5px;}
}



/* offer form */
.browser-abandonment-offer {
    background-repeat: no-repeat;
}
.browser-abandonment-offer * {
    box-sizing:border-box;
}
.browser-abandonment-offer  a {
    color: #004c7a;
    text-decoration: underline;
}
.browser-abandonment-offer  a:hover {
    text-decoration: none;
}
.browser-abandonment-offer .content-container .logo {
    margin:0 auto 30px;
    float:none;
    max-width:100%;
}
.browser-abandonment-offer .content-container {
    width: 380px;
    background: #FFF;
    background: rgba(255,255,255,0.85);
    padding: 25px;
    float: right;
    margin:20px;
    height: 460px;
    text-align:center;

}
.browser-abandonment-offer .content-container h3 {
    margin-bottom:24px;
    font-weight:bold;
    font-size:25px;
    color: #024c79;
    line-height: 30px;
}
.browser-abandonment-offer .content-container .validation-advice {font-weight:bold;}
.browser-abandonment-offer .content-container .text-input
{margin-bottom:20px;}
.browser-abandonment-offer .content-container .button-set {
    margin-bottom:40px;
}
.browser-abandonment-offer .content-container .text-input input {
    width: 100%;
    max-width: 100%;
    height: 46px;
    padding: 8px;
    margin: 0px;
}
.browser-abandonment-offer button.button {
    float:none;
}
.browser-abandonment-offer button.button span {
    background:#4da829 !important;
}
.browser-abandonment-offer button.button > span {
    padding: 8px 16px;
    height: auto;
}
.browser-abandonment-offer button.button > span > span {
    font-size: 18px;
    font-weight: normal;
    height: auto;
}
.browser-abandonment-offer .content-container p.note {
    margin-bottom: 10px;
    line-height: 15px;
    font-weight:bold;
}
.browser-abandonment-offer .content-container .ajax-loader {
    height: 36px;
    margin: 0px auto;
    vertical-align: top;
    margin-bottom: 10px;
}
.browser-abandonment-offer .content-container p.ba-success {
    margin:20px;
}
.browser-abandonment-offer .use-code {
    text-transform:uppercase;
    font-weight:normal;
    max-width: 250px;
    margin: 8px auto 24px;
    padding: 9px 0 14px;
    font-size: 15px;
    color: #FFF;
    border-radius: 8px;
    background:#4ea729;
}
.browser-abandonment-offer .use-code .coupon {
    display: block;
    font-size: 31px;
    line-height: 31px;
}
@media(max-width:870px) {
    .browser-abandonment-offer .content-container input[type=text], .content-container button {width:100%;}
    .browser-abandonment-offer .content-container {
        max-width: 400px;
        float:none;
        width:auto;
        margin:0px auto;
    }
    .browser-abandonment-offer .button-set.apply-now button {
        padding:15px 5px!important;
    }
    .sb-brightowl #sb-wrapper-inner {height:460px !important;}
}
@media(max-width:767px) {
    .browser-abandonment-offer .content-container {height:430px;}
    .sb-brightowl #sb-wrapper-inner {height:430px !important;}
    .browser-abandonment-offer .content-container h3 {font-size:20px;}
    .browser-abandonment-offer .content-container.no-input {
        height: 440px;
    }
    #sb-wrapper.sb-brightowl {top:0px !important;}
}
/* shadowbox styles */
.sb-brightowl #sb-info {
    position:static;
}
.sb-brightowl #sb-wrapper {
    position:relative;
}
.sb-brightowl #sb-nav-close {
    top:28px !important;
}
.sb-brightowl #sb-wrapper-inner {
    border:none;
}
/* Don't use in IE 7
.modal-backdrop, #browser-abandonment-modal {display:none;}
*/
/*IE8 fix
.modal-dialog {
    width:800px;
    margin: 30px auto;
}*/


/* Banners */
.brightowl-banner {
    position:relative;
    border-bottom-width:1px;
    border-bottom-style:solid;
    text-align: center;
    line-height: 28px;
    font-family: PT Sans;
}
.brightowl-banner * {
    font-family: PT Sans;
}
.brightowl-banner .close {
    font-size:18px;
    position:absolute;
    top:6px;
    right:12px;
    font-family: PT Sans;
    text-decoration:none;
    font-weight: bold;
}
.brightowl-banner .text-input {
    max-width: 250px;
    position:relative;
}
.brightowl-banner .text-input .validation-advice{
    display:block;
}
.brightowl-banner .result-container {
    padding: 14px 34px;
    width:972px;
    background:none;
    min-height: 0px;
    text-align: center;
}
.brightowl-banner .result-container div {
    display:inline-block;
    vertical-align:top;
}
.brightowl-banner .result-container .ba-success {
    font-size:16px;
}
.brightowl-banner h3 {
    display: inline-block;
    line-height: 22px;
    font-size: 19px;
    font-weight: normal;
    margin-top:3px;
    text-transform:uppercase;
}
.brightowl-banner .incl-terms h3 {
    margin-top:0px;
}
.brightowl-banner .offer-text .terms {
    line-height: 10px;
}
.brightowl-banner input, .brightowl-banner .button-set {
    margin-left: 10px;
}
.brightowl-banner input[type=text] {
    width: 240px;
    height: 35px;
    padding: 0 0 0 8px;
    border: 1px solid #D8D8D8;
}
.brightowl-banner .ajax-loader{
    height:26px;
    padding:0 35px;
}
.brightowl-banner button {
    padding: 2px 10px;
    font-size: 12px;
    min-width: 96px;
    vertical-align: top;
    box-sizing:border-box;
}
.brightowl-banner button > span {
    height: 28px;
    padding-top: 10px;
}
.brightowl-banner button span {
    background:#000000 !important;
    color:#ffffff;
    font-size: 15px;
    text-transform: uppercase;
}

.brightowl-banner .button-set{
    margin-left: 65px;
}

.brightowl-banner button.brightowl-add {
    margin-bottom:10px;
    font-size:14px;
}
.brightowl-banner .use-code {
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom: 8px;
    padding: 8px 16px;
    font-size: 15px;
    color: #ffffff;
    max-width:485px;
    margin-left:auto;
    margin-right:auto;
    background:#000000;
}
.brightowl-banner .use-code .coupon {
    font-size:22px;
}
#brightowl-product-list {
    text-align:center;
    margin-bottom:40px;
}
#brightowl-product-list:after {
    display:block;
    content:" ";
    clear:both;
}
#brightowl-product-list .block-title {
    margin: 0 0 27px;
    font-size: 17px;
    line-height: 22px;
    padding-bottom:8px;
    text-transform: uppercase;
}
#brightowl-product-list li {
    float: left;
    width: 20%;
    clear: none;
    padding: 0 8px;
}
#brightowl-product-list li .product-image {
    margin: 0 0 13px;
}
#brightowl-product-list li a {
    color:#000;
    font-size:12px;
}