.addToCartPopup .product-price {
    color: #54330B;
   
}
.product-card-popup .close {
    background-color: #54330B;
}
.addToCartPopup a {
    border: 1px dashed #54330B;

}

/* newsletter popup */

.newsletter-popup .modal-header {
    display: none;
}

.newsletter-popup .modal-dialog {
    width: 770px;
}

.newsletter-popup .modal-content {
    max-width: 770px;
    height: 478px;
    width: 100%;
    margin: 10% auto 0;
    background-color: #022632;
    border-radius: 0;
}

.newsletter-popup .modal-body {
    height: 100%;
    background-image: url("/gfx/bg_newsletter.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0;
    text-align: center;
}

#newsletter-modal-success .modal-body {
     background-image: url("/gfx/bg_newsletter_success.jpg");
}

.newsletter-popup .col-xs-12 {
    padding: 0;
}

.newsletter-title {
    color: #fff;
    font-family: "Century Gothic","Open Sans",sans-serif;
    font-size: 28px;
    margin: 55px 0 40px;
    font-weight: bold; 
}

.newsletter-popup .col-xs-7 {
   padding: 35px 0 32px 10px;
}

.newsletter-popup .col-xs-7 .row {
    margin: auto;
    max-width: 372px;
    width: 100%;
}

.newsletter-popup p {
    color: #fff;
    font-family: "Century Gothic","Open Sans",sans-serif;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 24px;
}

.newsletter-popup p strong {
    font-size: 30px;
}

.newsletter-popup input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #000;
    font-family: "Century Gothic","Open Sans",sans-serif;
    font-size: 17px;
    height: 35px;
    padding: 0 10px;
    width: calc(100% - 45px)
}

.newsletter-popup-form input[type="submit"] {
background: #fff none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    margin: 10px auto 0;
    text-align: center !important;
    text-transform: none;
    width: 108px;
}

.newsletter-popup small {
    color: #fff;
    display: block;    
    font-family: "Century Gothic","Open Sans",sans-serif;
    font-size: 11px;
    line-height: 14px;
    margin: 35px 0 0 0px;
    text-align: center;
}


.newsletter-popup #closeIt {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    height: 25px;
    line-height: 16px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 10px;
    width: 25px;
    z-index: 123456;
}

.newsletter-popup.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.alert-warning-box {
    margin-bottom: 8px;
}

.newsletter-popup label.error {
    display: block;
    background: #f2dede none repeat scroll 0 0;
    color: #b94a48;
    font-size: 12px;
    margin: 0;
    padding: 10px 10px;
    text-align: center;
    text-shadow: none;
}

.newsletter-popup p.newsletter-confirm {
    color: #fff;
    font-family: "Century Gothic","Open Sans",sans-serif;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 45px;
}

.newsletter-popup p.newsletter-confirm-error {
    color: #fff;
    font-family: "Century Gothic","Open Sans",sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 45px 0;
}

.newsletter-popup p.newsletter-confirm-link {
  color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin: 30px 0 50px 15px;
    text-align: center;
}

.newsletter-popup p.newsletter-confirm strong {
    font-size: 25px;
}

.newsletter-popup .col-xs-7 .row-confirm {
    margin-left: -5px;
    max-width: 435px;
    width: 100%;
}
.newsletter-popup-fill .col-newsletter-popup-fill{
    margin-left:-5px;
}

@media (max-width: 767px) {
     .newsletter-popup .modal-body,#newsletter-popup .modal-body {
        background: none;
    }
    #newsletter-modal-success .modal-body {
    background-image: none;
}
    .newsletter-popup .modal-dialog {
        margin: 0;
        width: 100%;
        padding: 0 10px;
    }
    .newsletter-popup .modal-content {
        height: auto;
        min-height: 300px;
        margin: 50px auto 0;
    }
    .newsletter-popup .col-xs-7 {
        width: 100%;
        padding: 30px 15px 20px;
    }
    .newsletter-title {
        font-size: 24px;
        margin: 0px 0 20px;
    }
    .newsletter-popup p {
        margin: 0 0 10px;
    }
    .newsletter-popup p strong {
        font-size: 20px;
    }
    .newsletter-popup small {
        margin: 30px 0 0 0;
    }
    .newsletter-popup p.newsletter-confirm {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px;
    }
    .newsletter-popup p.newsletter-confirm-error {
        font-size: 16px;
        line-height: 24px;
        margin: 30px 0;
    }
    .newsletter-popup p.newsletter-confirm-link {
        font-weight: bold;
        color: #7b8b92;
        margin: 30px 0 30px;
        font-size: 18px;
    }
    .newsletter-popup p.newsletter-confirm strong {
        font-size: 16px;
    }
    .newsletter-popup .col-xs-7 .row-confirm {
        margin: auto;
        max-width: 435px;
        width: 100%;
    }
    .newsletter-title {
        font-size: 20px;
        margin: 10px 0 35px;
    }
    .newsletter-popup-fill.newsletter-popup small {
        margin-bottom:10px;
    }

}