.modal-header {
    border-bottom: none;
}

#newsletterModal .modal-body, .promoModal .modal-body {
    position: relative;
    padding: 15px 15px 70px 15px;
    text-align:center;
    max-width: 500px;
    margin: 0 auto;
}
#newsletterModal .modal-body iframe {
    border: none;
    position: static;
    height: 70px;
    width: 460px;
}
#lovelifeTV .newsletterForm iframe {height: 70px;}
.footerNewsletter iframe {height: 47px;}
#newsletterModal h4, .promoModal h4 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 300;
}
.promoModal h4 {
    font-size: 20px;
    margin: 0;
}
#newsletterModal h4 .bigTxt {font-size: 34px;}
.promoModal h4 .bigTxt {font-size: 24px;}

#homepageContent #lovelifeTV .blogSnippet {
    margin-bottom: 60px;
}
#homepageContent section#lovelifeTV .newsletterForm {
    margin-bottom: 60px;
}
#homepageContent section#lovelifeTV .newsletterForm h3 {
    text-align: left;
    margin-bottom: 15px;
}
#homepageContent section#lovelifeTV .socialLinks {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    text-align: right;
}
#homepageContent section#lovelifeTV .socialLinks a:last-child {
    margin-right: 0;
}
#headerBottom .promoBar .borderBox {width: 100%;}

#main .site-footer{
    border: none;
    padding: 0;
}

#add-to-cart-wrapper {margin-top: 25px;}
#pdpContent #prodImageBody img {max-height: 380px;}
#pdpContent #prodShare {margin-bottom: 15px;}
.at-icon-wrapper {
    background: #450d48 !important;
    height: 20px !important;
    width: 20px !important;
    line-height: 20px !important;
    border-radius: 15px;
    padding: 3px 0;
}
#prodShare .socialLinks a {
    margin: 0 5px;
}
#prodShare h5 {margin-bottom: 6px;}
#faceted-navigation-category .dropdown-backdrop {display: none;}
#contentMain .contentBanner {margin: -50px 0 20px;}
.videoWrapper {
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.videoWrapper .videoWrapperInner {
    height: 302px;
}
.product .productInnerWrapper {min-height: 436px;}
.product .quote {z-index: 5;}
.product .prodImg {text-align: center;min-height: 210px;}
.product .prodImg img {max-height: 210px;}
#item-list-container .item .product {overflow: auto;}
#item-list-container .product .add-to-cart-table {position: absolute;bottom: 0px;}
/*#item-list-container .product .add-to-cart-table #tbl_addtocart {display: block;}*/
#item-list-container .product .add-to-cart-table .labelSpanEdit {display: none;}
#item-list-container .product .add-to-cart-table select {
    width: 100%;
    padding: 0 0 5px 0;
    border-color: #b61169;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #b61169;
    margin-bottom: 25px;
}
#item-list-container .product .add-to-cart-table > tbody > tr:first-child > td > table > tbody > tr:first-child > td:nth-child(2) {display: none;}
#item-list-container .product .add-to-cart-table td.medtext {color: #aaa;}
.product h6 {
    font-size: 12px;
    padding-top: 5px;
    line-height: 150%;
}
#pdpContent #item-options .labelSpanEdit {display: none;}
#pdpContent #item-options >tbody > tr > td > table > tbody > tr > td:nth-child(2) {display: none;}
#pdpContent #item-options select {
    padding: 5px;
    height: 32px;
    line-height: 32px;
    min-width: 150px;
   max-width:185px;
}

#meetTheDesigner section#storyContent {border:none;position: relative;}
#meetTheDesigner section#storyContent:before {background:#f2f2f2;position: absolute;top: 0; height:450px;content: '';width: 100%;}
#meetTheDesigner section#storyContent h3 .bigTxt {text-transform: inherit;}
#meetTheDesigner #vision-container {
    min-width: inherit;
    height: auto;
}
#meetTheDesigner #vision-copy {
    width: auto;
    margin: 90px 0 0;
}
#meetTheDesigner .owl-carousel .owl-item img {width: auto; max-width: 100%;
-webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.17);
    margin-bottom: 15px;
    margin-top: 6px;
    margin-left: 4px;
}
#meetTheDesigner .owl-carousel {width: 845px;}

@media (max-width: 1300px) {
#sukiSays {background-attachment: inherit;}
}



.cookies-modal-overlay{
        background: rgba(0,0,0,0.5);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }
    .cookies-modal-overlay.clickable {
        cursor: pointer;
    }
    #cookies-newsletter-popup{
        position: fixed;

        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 200;
    }
    #cookies-newsletter-popup .modal-dialog {
        position: relative;
        z-index: 10;
    }
    #cookies-newsletter-popup .modal-header {
        border-bottom: none;
        padding: 15px;
        height: 49px;
    }

    #cookies-newsletter-popup .modal-body, .promoModal .modal-body {
        position: relative;
        padding: 15px 15px 70px 15px;
        text-align:center;
        max-width: 500px;
        margin: 0 auto;
    }
    #cookies-newsletter-popup .modal-body iframe {
        border: none;
        position: static;
        height: 70px;
        width: 460px;
    }
    #cookies-newsletter-popup h4, .promoModal h4 {
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 28px;
        margin-bottom: 40px;
        font-weight: 300;
    }

    #cookies-newsletter-popup h4 .bigTxt {font-size: 34px;}

    .cookie-disclaimer {
        /*background: #35a7b6;*/
        background: #ec5a9a;
        color: white;
        margin: 0 -64px -70px;
        padding: 25px 50px;
    }
    .cookie-disclaimer a {
        color: white;
        text-decoration: underline;
    }
    .lovelife-newsletter-modal-overlay {
        left: -64px;
        background: rgba(0,0,0,0.3);
        position: absolute;
        top: -64px;
        bottom: -10px;
        right: -64px;
    }
    .lovelife-newsletter-signup {
        position: relative;
    }
    button[data-action="agree-to-use-cookies"] {
        display: block;
        margin: 15px auto 0;
        padding: 10px 20px;
        border-radius: 10px;
        border: none;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 18px;
        /*color: #35a7b6;*/
        color: #e21683;
    }
    button[data-action="agree-to-use-cookies"]:hover {
        box-shadow: 1px 1px 3px #000;
    }