﻿body.show-alt-notification .AddedNotification-alt {
    opacity: 1;
    touch-action: auto;
    pointer-events: auto;
    visibility: visible;
}

.AddedNotification-alt {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    transition: all .5s ease-in;
    opacity: 0;
    touch-action: none;
    pointer-events: none;
    visibility: hidden;
}

    .AddedNotification-alt .AddedNotification-alt-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #030a0080;
        cursor: pointer
    }

    .AddedNotification-alt .AddedNotification-alt-wrap {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 96%;
        max-width: 480px;
        transform: translate(-50%,-50%);
        background: #fff;
        border: 11px solid #849E79;
        padding: 40px;
        text-align: center;
        font-size: 25px;
        line-height: 1.1;
        font-family: mr-eaves-modern,sans-serif;
        letter-spacing: -.0032px;
        color: #484848;
        max-height: 96vh;
        overflow-y: auto
    }

@media (max-width: 800px) {
    .AddedNotification-alt .AddedNotification-alt-wrap {
        font-size: 20px
    }
}

.AddedNotification-alt .notice {
    font-size: 20px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative
}

@media (max-width: 800px) {
    .AddedNotification-alt .notice {
        font-size: 18px
    }
}

.AddedNotification-alt .product-info {
    text-align: left;
    display: flex;
    gap: 17px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 16px
}

@media (max-width: 800px) {
    .AddedNotification-alt .product-info {
        gap: 10px
    }
}

.AddedNotification-alt .product-img-wrap {
    width: 80px;
    flex-shrink: 0
}

@media (max-width: 800px) {
    .AddedNotification-alt .product-img-wrap {
        width: 50px
    }
}

.AddedNotification-alt .product-img-wrap img {
    display: block;
    width: 100%
}

.AddedNotification-alt .product-title {
    margin-bottom: 5px
}

.AddedNotification-alt .product-line-info {
    color: #a0a0a0;
    font-size: 20px;
    margin-bottom: 5px
}

@media (max-width: 800px) {
    .AddedNotification-alt .product-line-info {
        font-size: 18px
    }
}

.AddedNotification-alt .product-price-quantity-wrap {
    margin-top: 13px;
    display: flex
}

.AddedNotification-alt .product-price {
    margin-right: 30px;
    display: flex;
    gap: 5px
}

.AddedNotification-alt .strike {
    text-decoration: line-through
}

.AddedNotification-alt .original-price {
    color: #a0a0a0
}

.AddedNotification-alt .product-quantity {
    display: flex;
    gap: 11px
}

.AddedNotification-alt .subtotal {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center
}

    .AddedNotification-alt .subtotal.hide {
        display: none !important
    }

.AddedNotification-alt .actions-wrap {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center
}

.AddedNotification-alt .btn {
    cursor: pointer;
    font-size: 19px;
    line-height: 21px;
    letter-spacing: .0498px;
    font-weight: 700;
    text-transform: capitalize;
    color: #c26635;
    padding: 15px;
    border: 1px solid #c26635;
    border-radius: 40px;
    width: calc((100% - 20px)/2)
}

@media (max-width: 800px) {
    .AddedNotification-alt .btn {
        font-size: 17px;
        line-height: 1.2;
        padding: 10px;
        width: calc((100% - 10px)/2)
    }
}

.AddedNotification-alt .btn.btnOrange {
    color: #fff;
    background-color: #c26635
}

.AddedNotification-alt .sub-action-notice {
    display: block;
    font-size: 16px;
    margin-top: 16px
}

@media (max-width: 800px) {
    .AddedNotification-alt .sub-action-notice {
        font-size: 18px
    }
}

.AddedNotification-alt .atc-notification-footer.variant, body.atc-notification-variant .AddedNotification-alt .atc-notification-footer {
    display: none
}

    body.atc-notification-variant .AddedNotification-alt .atc-notification-footer.variant {
        display: block
    }



/* for Notify Me popup - start */
body.notify-me-notification .NotifyMe-alt {
    opacity: 1;
    touch-action: auto;
    pointer-events: auto;
    visibility: visible;
}

.NotifyMe-alt {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    transition: all .5s ease-in;
    opacity: 0;
    touch-action: none;
    pointer-events: none;
    visibility: hidden;
}

    .NotifyMe-alt .NotifyMe-alt-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #030a0080;
        cursor: pointer
    }

    .NotifyMe-alt .NotifyMe-alt-wrap {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 96%;
        max-width: 480px;
        transform: translate(-50%,-50%);
        background: #fff;
        border: 11px solid #849E79;
        padding: 40px;
        text-align: center;
        font-size: 25px;
        line-height: 1.1;
        font-family: mr-eaves-modern,sans-serif;
        letter-spacing: -.0032px;
        color: #484848;
        max-height: 96vh;
        overflow-y: auto
    }

@media (max-width: 800px) {
    .NotifyMe-alt .NotifyMe-alt-wrap {
        font-size: 20px
    }
}

.NotifyMe-alt .notice {
    font-size: 20px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative
}

@media (max-width: 800px) {
    .NotifyMe-alt .notice {
        font-size: 18px
    }
}

.NotifyMe-alt .product-info {
    text-align: left;
    display: flex;
    gap: 17px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 16px
}

@media (max-width: 800px) {
    .NotifyMe-alt .product-info {
        gap: 10px
    }
}

.NotifyMe-alt .product-img-wrap {
    width: 80px;
    flex-shrink: 0
}

@media (max-width: 800px) {
    .NotifyMe-alt .product-img-wrap {
        width: 50px
    }
}

.NotifyMe-alt .product-img-wrap img {
    display: block;
    width: 100%
}

.NotifyMe-alt .product-title {
    margin-bottom: 5px
}

.NotifyMe-alt .product-line-info {
    color: #a0a0a0;
    font-size: 20px;
    margin-bottom: 5px
}

@media (max-width: 800px) {
    .NotifyMe-alt .product-line-info {
        font-size: 18px
    }
}

.NotifyMe-alt .product-price-quantity-wrap {
    margin-top: 13px;
    display: flex
}

.NotifyMe-alt .product-price {
    margin-right: 30px;
    display: flex;
    gap: 5px
}

.NotifyMe-alt .strike {
    text-decoration: line-through
}

.NotifyMe-alt .original-price {
    color: #a0a0a0
}

.NotifyMe-alt .product-quantity {
    display: flex;
    gap: 11px
}

.NotifyMe-alt .subtotal {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center
}

    .NotifyMe-alt .subtotal.hide {
        display: none !important
    }

.NotifyMe-alt .actions-wrap {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center
}

.NotifyMe-alt .btn {
    border: 1px solid #c26635;
    border-radius: 40px;
}

@media (max-width: 800px) {
    .NotifyMe-alt .btn {
        font-size: 17px;
        line-height: 1.2;
        padding: 10px;
        width: calc((100% - 10px)/2)
    }
}

.NotifyMe-alt .btn.btnOrange {
    color: #fff;
    background-color: #c26635
}

.NotifyMe-alt .sub-action-notice {
    display: block;
    font-size: 16px;
    margin-top: 16px
}

@media (max-width: 800px) {
    .NotifyMe-alt .sub-action-notice {
        font-size: 18px
    }
}

.NotifyMe-alt .atc-notification-footer.variant, body.atc-notification-variant .NotifyMe-alt .atc-notification-footer {
    display: none
}

    body.atc-notification-variant .NotifyMe-alt .atc-notification-footer.variant {
        display: block
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity = 20);
    opacity: 0.5;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

h3#bis-modal-title {
    font-size: 24px;
}

hr.notify-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

h3#bis-modal-title, h4.product-name {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    text-align: left;
}

h4.product-name {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#bis-modal-desc {
    font-size: 16px;
    margin: 0 0 10px;
    text-align: left;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
}

#submit-btn-notify {
    color: #ffffff;
    background-color: #dbbc6a;
    border-color: #dbbc6a;
    font-weight: bold;
    font-size: 15px;
    padding: 14px;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-block {
    display: block;
    width: 100%;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert {
    padding: 6px 11px;
    font-size: 13px;
    margin: 15px 0;
}

.completed_message {
    display: none;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #dff0d8;
    color: #3c763d;
}

    .alert-success a {
        color: #3c763d;
    }

.col-xs-12 {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    font-size: 15px;
}

.small-print {
    opacity: 0.835;
    font-size: 13px;
    line-height: 150%;
    margin-top: 15px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 6px 11px;
    font-size: 13px;
    margin: 15px -15px;
}

.alert-danger {
    border-color: #f2dede;
    background-color: #f2dede;
    color: #a94442;
}

    /* for Notify Me popup - end */