/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.cp-modal {
    z-index: 999999;
}


.modal-hide {
    display: none;
}

.cp-modal-form {
    top: 31px;
}

.notification-error{
    border: 1px solid #FF0000;
    padding: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #595a65;
    font-size: 14px;
    display: none;
    margin-bottom: 30px;
    line-height: 30px;
}

.notification-success{
    border: 1px solid #90ee90 ;
    padding: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #595a65;
    font-size: 18px;
    display: none;
    margin-bottom: 30px;
    line-height: 30px;
}

.padding-left-right15 {
    padding: 0 15px;
}

.notify-popup-error {
    height: auto;
    text-align: left;
    color: #b58069;
    font-size: 12px;
    padding: 0px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.pop-email-header.brabundle-override {
    margin-top: 35px;
}
.pop-email-header {
    font-family: 'Quincy-Cf';
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 40px;
    width: 100%;
}
.pop-email-form input, .pop-email-form input:focus {
    width: 100%;
    height: 40px;
    display: block;
    padding: 0px 5px;
    font-family: 'GroteskPro-Book';
    font-size: 17px;
    line-height: 17px;
    border: 1px solid #000000;
    margin-bottom: 15px;
    transition: none;
    color:#000000;
    background:#ffffff;
    padding-left: 15px;
}

.pop-email-content, .pop-email-content span {
    font-family: 'GroteskPro-Book';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    margin: 19px auto 24px;
    max-width: 472px;
    text-align: center;
}
.pop-email-content-tcs {
    font-family: 'GroteskPro-Light';
    letter-spacing: 0px;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
.pop-email-content span {
    width: 100%;
    display: block;
}
.pop-email-form input::placeholder {
    color : #000;
}
.pop-email-form input[readonly] {
    background: #ffffff;
}

.popup-email-container.brabundle-override {
    left: unset;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
}

.popup-email-container {
    position: relative;
    left: -50%;
}

.popup-email-container .sign-me-pop-email, .popup-email-container .sign-me-add-cart {
    padding: 0px 15px;
    width: 100%;
    height: 35px;
    font-size: 15px;
    display: block;
    text-transform: none;
    font-family: 'GroteskPro-Bold';
    margin-top: 20px;
}
.pop-email .fit-modal-header.brabundle-override {
    display: none;
}

.pop-email .fit-modal-header {
    position: absolute;
    right: 2%;
    z-index: 2;
}
.pop-email .title-container {
    display: none;
}

.pop-email .modal-body .pop-up-email-cont.brabundle-override {
    display: table;
    width: 100%;
    height: 100%;
}

.pop-email .modal-body .pop-up-email-cont {
    padding: 0px;
}
.pop-email-image {
    padding: 0px;
}
.pop-email-text-content.brabundle-override {
    padding-top: 5px;
}

.pop-email-text-content {
    padding: 0px;
}

.pop-email-form input:hover, .pop-email-form input:focus {
    outline: 0px;
    background-color: #fff;
    color: #232323;
    border-color: #000;
}

.full-price-step-1 {
    outline: 0px;
    background-color: #fff;
    color: #232323;
    border-color: #000;
}

.form-control.new-input, .form-control.new-input:focus {
    -webkit-appearance: none;
    opacity: 1;
    text-align: left;
    color: #333;
    font-family: 'GroteskPro-Book';
    font-size: 16px;
    border-style: solid;
    padding: 0px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px rgb(50 50 50 / 75%);
    background-color: rgba(255,255,255,1);
    border-width: 1px;
    border-color: #000;
    margin: auto;
    width: 100%;
    height: 35px;
}

.new-email {
    border-radius: 8px;
}

.new-modal-fit-content{
    position: relative;
}

.cp-modal-body.brabundle-override {
    position: relative;
    top: unset;
    transform: unset;
    left: unset;
    margin: unset;
    height: 100%;
    padding: 5px;
    display: table;
    width: 100%;
}

.cp-modal-body {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
}
.cp-modal-content.brabundle-override {
    background: url(https://assets.cakematernity.com/themes/cakematernity/assets/images/modules/brabundlepopup/BraBundles-PopUp-Mobile.jpg) no-repeat; background-size:cover; width:100%; height:100%;
    background-color: #FFFFFF;
}
.cp-modal-content {
    /*background: url(https://assets.cakematernity.com/themes/cakematernity/assets/images/modules/cakepopup/mbl_bg.webp) no-repeat center; background-size:100%; width:100%; height:100%;*/
    background-color: #FFFFFF;
}
.duh-step-1.brabundle-override, .sign-me-up.brabundle-override {
    font-size: 15px;
    height: 35px;
}
.duh-step-1 , .full-price-step-1, .sign-me-up, .yes-step-0, .no-step-0, .sign-me-add-cart {
    box-shadow: none;
    border: 2px solid #000;
    padding: 0;
    height: 40px;
    line-height: 30px;
    padding: 5px 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 0px 15px;
    height: 35px;
    font-size: 18px;
    display: block;
    text-transform: none;
    font-family: 'GroteskPro-Bold';
    margin-bottom: 14px;
    border-radius: 5px;
    width: 100%;
}
.full-price-step-1, .no-step-0 {
    background-color: #fff;
    color: #000;
}
.no-step-0{
    margin: auto;
}
.duh-step-1, .sign-me-up, .yes-step-0, .sign-me-add-cart {
    background-color: #000;
    color: #fff;
    margin: 10px auto;
}

.new-pop-email-form {
    margin: auto;
    max-width: 472px;
}
.new-fit-modal-header > img{
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -o-box-sizing:      border-box;
    padding: 10px;
    background: url(https://assets.cakematernity.com/themes/cakematernity/assets/images/modules/cakepopup/close-button.svg) no-repeat;
}
#cpMyModal .new-input.select-trimester,#cpMyModal .new-input.select-trimester:focus {
    height: 35px;
}
.new-input.select-trimester, .new-input.select-trimester:focus{
    background: #ffffff url(/modules/opccake/views/img/black-arrow.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 95%;
    margin-top: 10px;
}
.container-close.brabundle-override {
    position: absolute;
    height: auto;
    top: -15px;
    display: block;
    left: unset;
    right: -15px;
    text-align: right;
    margin: 10px 10px 0px 0px;
}

.container-close {
    position: absolute;
    top: 100%;
    left: -1%;
    width: 43px;
    height: 130px;
    z-index: 64;
    transform: rotate( 0deg ) scaleX(1) scaleY(1);
    display: block;
    visibility: visible;
}
.close-popup.brabundle-override{
    background-color: transparent;
    padding: 12px;
}
.close-popup{
    opacity: 1;
    border-style: solid;
    border-radius: 12px;
    box-shadow: 0px 0px 0px 0px rgb(50 50 50 / 75%);
    border-width: 0px;
    border-color: #000;
    background-color: rgba(255,255,255,0.43);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    text-align: center;
    padding: 3px;
    padding: 8px;
    text-transform: uppercase;
}
.sign-me-up.sign-me-add-cart{
    width: 100%;
    font-size: 18px;
}

.pop-email-header.step0 {
    font-size: 26px;
}

.background-color-white-opacity {
    background-color: rgb(255,255,255);
    width: 100%;
    max-width: 340px;
    padding: 0px 30px 15px 30px;
    margin-left: auto;
    margin-right: auto;
    min-height: 300px;
    position: relative;
    border: solid 0.1px #000;
}
.brabundle-override .brabundle-not-interested, .brabundle-override .brabundle-readytoshop {
    text-align: center;
    font-size: 13px;
    display: block;
    width: 100%;
    text-decoration: underline;
    font-family: 'GroteskPro-Bold';
    margin: 20px 0px 10px 0px;
}
.brabundle-override .modal-hide {
    display: none;
}
.quincy-cf-italic{
    font-family: 'Quincy-Cf-Italic';
    font-size: 34px;
}
.brabundle-override .override-margin {
    margin-top: 40px;
}
.dsk-sign-up-close-popup,.mbl-sign-up-close-popup, .dsk-sign-up-sidebar-btn, .mbl-sign-up-sidebar-btn{
    -webkit-appearance: none;
    background: none;
    width: 100%;
}
@media (min-width: 768px) {
    .container-close {
        position: absolute;
        top: 10px;
        left: 250px;
    }
    .cp-modal-content.brabundle-override {
        background: url(https://assets.cakematernity.com/themes/cakematernity/assets/images/modules/brabundlepopup/BraBundles-PopUp-Desktop.jpg) no-repeat; background-size:cover; width:100%; height:100%;
        background-color: #FFFFFF;
    }
    .cp-modal-content {
        background: url(https://assets.cakematernity.com/themes/cakematernity/assets/images/modules/cakepopup/dsk_bg.webp) no-repeat center; background-size:100%; width:100%; height:100%;
        background-color: #FFFFFF;
    }
    .form-control.new-input, .form-control.new-input:focus {
        width: 100%;
    }
    .new-fit-modal-header > img{
        padding: 0px;
        background: none;
    }
    .sign-me-up.sign-me-add-cart{
        width: 300px;
        font-size: 18px;
    }
    .container-close.brabundle-override {
        top: 0px;
        right: 0px;
        margin: 0px;
    }
} 

@media (min-width: 992px) {
    
     .modal-form{
        top: 20%;
    }

    /*pop email design start*/

    .pop-email-form input, .pop-email-form input:focus {
        font-size: 19px;
        line-height: 29px;
    }

   .new-email-text-content {
        position: relative;
        padding: 0;
    }

    .new-fit-modal-header > img{
        padding: 0px;
        background: none;
    }
}
@media (min-width: 1200px) {
    .pop-email-form input, .pop-email-form input:focus{
        font-size: 16px;
        line-height: 26px;
    }
    .pop-email .fit-modal-content {
        padding:10px;
    }

    .new-email-text-content {
        position: relative;
        padding: 0;
    }

    .pop-email-header {
        font-size: 45px;
	    line-height: 45px;
	    text-align: center;
	    margin-bottom: 44px;
	    margin-top: 40px;
	    letter-spacing: 1px;
    }
    .duh-step-1 , .full-price-step-1, .sign-me-up{
        margin-bottom: 16px;
    }
    .duh-step-1, .sign-me-up {
        width: 400px;
    	margin: 10px auto;
    }
    .new-fit-modal-header > img{
        padding: 0px;
        background: none;
    }
    .form-control.new-input.brabundle-override, .form-control.new-input.brabundle-override:focus {
        width: 100%;
    }
    .sign-me-up.sign-me-add-cart{
        width: 400px;
        font-size: 18px;
    }
    .background-color-white-opacity {
        padding: 0px 60px 15px 60px;
        max-width: 440px;
        border: none;
    }
    .duh-step-1.brabundle-override, .sign-me-up.brabundle-override {
        width: 100%;
    }
    .pop-email-header.brabundle-override {
        margin-top: 50px;
        font-size: 38px;
        margin-bottom: 0px;
        line-height: 42px;
    }
    .pop-email-content, .pop-email-content span {
        letter-spacing: 0px;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .brabundle-override .brabundle-not-interested {
        margin-top: 25px;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .container-close.brabundle-override {
        top: 0px;
        right: 0px;
    }
    .quincy-cf-italic{
        font-size: 38px;
    }
}
.modal-dialog.cp-modal-dialog {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  max-width:none;
  position: absolute;
  
}
.cp-modal-content {
    height:auto;
    height:100%;
    border-radius:0;
    border:none;
    background-size: cover;
}
.cp-modal-form.brabundle-override {
    overflow-y: hidden;
}

.cp-modal-form {
    top: 0%;
}

#newsletter_box {
    width: 157px;
    border: 0px solid rgb(22, 38, 69);
    background: -webkit-linear-gradient(top, rgb(0, 0, 0), rgb(0, 0, 0)) rgb(0, 0, 0);
    padding: 8px;
    box-shadow: rgb(50 50 50 / 75%) 0px 0px 0px 0px;
    border-radius: 0px;
    transform: rotate(270deg);
    transform-origin: left top;
    top: 490.5px;
    left: 0%;
    display: block;
}

#newsletter_box.newsletter_prev {
    z-index: 1;
}
.newsletter_prev {
    /* white-space: nowrap; */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.428571429;
    background-color: #fff;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    display: none;
    z-index: 999996;
    position: absolute;
    position: fixed;
    color: white;
    text-align: center;
    cursor: pointer;
}
#newsletter_box * {
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
    margin: 0px !important;
    padding: 0px !important;
}
.text-white {
    color: #ffffff;
}
#newsletter_box.toggle-hide{
    display: none;
}