/*-------------------------------------------------------------------------
= Confirm layout
--------------------------------------------------------------------------*/
#page-confirm #confirm-header {
    margin-bottom: 10px;
    min-height: 240px;
    position: relative;
}

#page-confirm #confirm-header h1 .message {
    color: #1f6a92;
    display: block;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 3rem;
}

#page-confirm #confirm-header h1 .highlight {
    color: #e73f1b;
    font-weight: bold;
}

#page-confirm #confirm-header #confirm-thumb {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 30px 30px 0;
    position: relative;
    width: 25%;
}

#page-confirm #confirm-header #confirm-thumb .advent-icon-wrapper {
    display: flex;
    height: 100%;
    margin: 0.75rem auto 4.375rem;
    max-height: 88px;
    max-width: 88px;
    width: 100%;
}

#page-confirm #confirm-header #confirm-thumb .advent-icon-wrapper img {
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

#confirm-progress-wrapper {
    margin-left: 28%;
    display: flex;
    flex-direction: column;
}

#page-confirm #confirm-header #confirm-thumb #product-links {
    padding: 20px 0 0 0;
}

#page-confirm #confirm-header #confirm-thumb .card-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#page-confirm #confirm-header #confirm-thumb a.savetofavorite {
    background: url(/bmr/ecards/sprite-confirm.png) no-repeat scroll 0 6px transparent;
}


#page-confirm #confirm-header #confirm-thumb a.viewyourproduct,
#page-confirm #confirm-header #confirm-thumb a.resendlink {
    align-items: center;
    display: flex;
    gap: 8px;
    text-decoration: none;
}

#page-confirm #confirm-header #confirm-thumb a.viewyourproduct svg,
#page-confirm #confirm-header #confirm-thumb a.resendlink svg {
    flex-shrink: 0;
    max-width: 24px;
    width: 100%;
}

#page-confirm #confirm-header .copied-link {
    font-size: 1.125rem;
    margin-top: 15px;
}

#page-confirm #confirm-header #confirm-details {
    display: flex;
    flex-wrap: nowrap;
}

#page-confirm #confirm-header #confirm-details #send-info {
    width: 75%;
}

#page-confirm #confirm-header #confirm-details #send-info .receiver-email {
    word-wrap: break-word;
}

#page-confirm #confirm-header #confirm-details #send-info #pickup {
    font-style: italic;
    margin: 30px 0;
    word-wrap: break-word;
}

#page-confirm #confirm-header #confirm-details #copyBtnConfirm {
    display: inline-block;
    margin-right: 30px;
}

#page-confirm #confirm-header #confirm-details #send-info #see-all-recipients {
    line-height: 1.25rem;
    margin: 3% 0;
}

#page-confirm .acknowledge-wrapper {
    display: flex;
    margin: 40px 20px 40px 0;
}

#page-confirm .acknowledge-wrapper label {
    padding-left: 20px;
}

#page-confirm #send-info .acknowledge-wrapper input[type="checkbox"] {
    background-color: #e1f2f8;
}

#page-confirm .hide-link {
    display: none;
}

#page-confirm #confirm-header #confirm-details #send-info #see-all-recipients a {
    color: #1d5678;
}

#page-confirm #confirm-header #confirm-details .receiver-name {
    color: #FF8400;
    font-size: 1.375rem;
    font-weight: bold;
}

#page-confirm #confirm-header #confirm-details #tellus {
    color: #666666;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 2%;
    width: 60%;
}

#page-confirm #confirm-header #confirm-details #tellus a {
    color: #1d5678;
}

#page-confirm .order-summary {
    width: 100%;
    max-width: 500px;
}

#page-confirm .order-summary .--section-divider {
    margin: 30px 0;
}

#page-confirm .order-summary .order-summary__details {
    align-items: flex-start;
    background: #E1F2F9;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1.75rem;
}

#page-confirm .order-summary .order-summary__details h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

#page-confirm .order-summary .summary-row {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 10px 0;
    width: 100%;
}

#page-confirm .order-summary .summary-row__addon {
    align-items: center;
}

#page-confirm .order-summary .summary-row__addon .addon-thumb {
    max-width: 96px;
}

#page-confirm .order-summary .summary-row__addon .addon-breakdown {
    flex: 1;
}

#page-confirm .order-summary .summary-row .--volume-discount {
    color: #AE1010;
}

#page-confirm .order-summary .summary-row.--top-divider {
    border-top: 1px solid #4EAED6;
}

#page-confirm .order-summary__details.--advent-summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#page-confirm .order-summary__details.--advent-summary .summary-row {
    padding: 0;
}

#page-confirm .order-summary__details.--advent-summary .summary-row.--top-divider {
    padding-top: 12px;
}


.copy-warning__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.copy-warning__wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(47, 47, 47, 0.20);
    z-index: 101;
}

.copy-warning__wrapper .copy-warning__modal {
    background: white;
    max-width: 376px;
    padding: 28px 47px;
    margin: 10px;
    position: relative;
    z-index: 102;

}
.copy-warning__wrapper .copy-warning__modal a {
    color: #115F83;
}

.copy-warning__wrapper .copy-warning__modal .copy-warning__modal-close {
    background: transparent;
    display: block;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
}

.copy-warning__wrapper .copy-warning__modal #copy-link__heading,
.copy-warning__wrapper .copy-warning__modal .copy-warning__sent-cards {
    margin: 0 auto;
    max-width: 380px;
}

.copy-warning__wrapper .copy-warning__modal .button {
    background: #157eae;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Museo Slab Medium 300", serif;
    font-size: 1.125rem;
    margin: 1.5rem auto 0;
    line-height: 26px;
    padding: 13px 26px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

#cash-gift-details.pps-order-summary {
    max-width: 100%;
}

#cash-gift-details .gift-summary {
    max-width: 500px;
}

/* Pay Per Send */
.pps-order-summary {
    width: 100%;
    max-width: 500px;
    margin-top: 3rem;
    border-top: 2px dashed #157eae;
    padding-top: 2rem;
}

.pps-order-summary .summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.pps-order-summary .summary-row.taxes-row {
    display: flex;
    flex-direction: column;
}

.pps-order-summary .summary-row.divider {
    border-bottom: 1px solid #157eae;
}

.pps-order-summary p {
    margin-top: 1rem;
}

.pps-order-summary p span {
    font-family: "Museo Slab Medium 300", serif;
}


/* Gift Option */
#page-confirm #confirm-details #confirm-thumb-wrapper {
    position: relative;
    margin-bottom: 12px;
}

#gift-thumb-wrapper {
    height: 80px;
    margin: 1rem auto;
    position: relative;
    width: 134px;
}

#page-confirm #confirm-header .gift-icon {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    bottom: 0;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    height: auto;
    left: 0;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    padding: 5px 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

#page-confirm .gift-instruct {
    color: #888;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-top: 2%;
}

#page-confirm #confirm-header.gift-option #confirm-thumb #product-links {
    padding: 60px 0 0 0;
}

#page-confirm #confirm-thumbs {
    margin-top: 20px;
}

/* Send Another Greeting section */
#page-confirm #confirm-send-another {
    background-color: #FFF;
    margin: 4% 2% 2%;
    position: relative;
    width: 96%;
}

#page-confirm #confirm-send-another h2 {
    color: #1d5678;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 1%;
}

#page-confirm #confirm-send-another #send-ecards {
    color: #1d5678;
    display: block;
    float: right;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.6rem;
    margin: 0 1%;
}

#page-confirm #confirm-send-another h3 {
    color: #1d5678;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.125rem;
    font-weight: normal;
}

#page-confirm #confirm-send-another #confirm-events {
    min-height: 180px;
    position: relative;
    width: 31%;
}

#page-confirm #confirm-send-another #confirm-events #reminder-container {
    padding: 3%;
}

#page-confirm #confirm-send-another #confirm-events #view-all {
    background: none repeat scroll 0 0 #E7DBC5;
    bottom: 0;
    padding: 1% 3%;
    position: absolute;
    text-align: right;
    width: 94%;
}

#page-confirm #confirm-send-another #confirm-events #view-all .view-all-reminders {
    color: #1d5678;
    font-size: 0.875rem;
}

#page-confirm #confirm-send-another .send-content {
    background: #f4eade;
    float: left;
    font-family: Tahoma, Geneva, sans-serif;
    font-style: normal;
    margin: 0 1% 1%;
}

/* Thumbs block on page */
#page-confirm .thumbs-block.back {
    background-color: #FFF;
}

/* Promotions Offer */
#page-confirm #savings-offer .brand-memo {
    margin: 10px auto 10px 0px;
    position: relative;
}

#page-confirm #savings-offer .brand-memo a img {
    border: none;
}

/* Like us? Like us! */
#page-confirm #confirm-likeus {
    background-color: #F4EADE;
    margin: 0 2%;
    padding: 1em 0;
    width: 96%;
}

#page-confirm #confirm-likeus h2 {
    color: #206994;
    float: left;
    font-size: 1.375rem;
    font-weight: normal;
    margin: 0 1em 0 0.5em;
}

#page-confirm #main #confirm-likeus #social {
    display: inline;
    float: left;
    margin: auto 5px 0 auto;
    position: relative;
    width: auto;
}

#page-confirm #main #confirm-likeus #social .socialplugs {
    width: auto;
}

#page-confirm #confirm-likeus .visit-blog {
    background: url(/bmr/ecards/sprite-confirm.png) no-repeat 0 -53px;
    color: #206994;
    font-size: .875rem;
    padding: 0 0 0 20px;
}

/* Upcoming Reminders */
#calendar_widget.dojoxCalendar {
    background: none;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 6% 0;
    width: 100%;
}

#calendar_widget .dojoxCalendarContainer {
    color: #666;
    font-size: .75rem;
    width: 100%;
}

#calendar_widget .dojoxCalendarHeader,
#calendar_widget .dojoxCalendarBody .dijitCalendarDayLabels,
#calendar_widget .dojoxCalendarBody .agi-cal-occ p,
#calendar_widget div.agi-cal-occ div,
#calendar_widget #bma_widget__CalendarDayView_1 {
    display: none;
}

.dojoxCalendar .dojoxCalendarBody>div {
    width: 100%;
}

#calendar_widget .dojoxCalendarBody {
    height: auto;
    margin: 0;
    width: auto;
}

#calendar_widget ul#agi-cal-occ {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.agi-cal-occ ul#agi-cal-occ {
    height: auto;
}

ul#agi-cal-occ li.agi-cal-occ {
    border-top: 1px solid #ccc;
    margin: 0 5px;
    padding: 1.5%;
}

ul#agi-cal-occ li.agi-cal-occ:first-child {
    border: none;
}

ul#agi-cal-occ li.agi-cal-occ span {
    color: #206a8f;
    font-weight: bold;
}

/* Facebook Birthdays */
#page-confirm #confirm-send-another #confirm-facebook {
    padding: 0;
    position: relative;
    width: 65%;
}

#page-confirm #confirm-send-another #confirm-facebook .logout {
    color: #1d5678;
    position: absolute;
    right: 12px;
    top: 8px;
}

#agi-lrv-fbreminders .logout a {
    color: #1d5678;
    font-size: 1.125rem;
}

#agi-fb-birthday-container {
    height: 140px !important;
}

#agi-lrv-fbconnect,
#agi-lrv-fbreminders {
    background: url(/bmr/sitewide/page/facebook-icon.jpg) no-repeat scroll 6px 3px transparent;
    border: none;
    height: 180px;
    padding: 0;
    margin: 0;
    width: 100%;
}

#agi-lrv-fbreminders #agi-fbbirthdays {
    border: none;
    margin-top: 29px;
}

#agi-lrv-fbreminders .agi-fbreminders-title,
#agi-lrv-fbconnect .agi-fbreminders-title {
    color: #1d5678;
    font-family: Georgia;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1rem;
    margin: 6px auto 3px 37px;
}

#agi-lrv-fbreminders #agi-fbbirthdays ul li {
    float: left;
    margin: 0 auto 0 0;
}

#agi-lrv-fbreminders #agi-fbbirthdays ul li.agi-fb-thumbrow ul li img {
    border: 2px solid #FFF;
    -moz-box-shadow: 0 0 1px #888;
    -webkit-box-shadow: 0 0 1px #888;
    box-shadow: 0 0 1px #888;
}

#agi-lrv-fbreminders #agi-fbbirthdays ul li.agi-fb-thumbrow ul li div.agi-fb-frienddata {
    margin-left: 8px;
    width: 130px;
}

#agi-lrv-fbreminders #agi-fbbirthdays ul li.agi-fb-thumbrow ul li div.agi-fb-friend {
    color: #666;
    font-weight: normal;
}

#agi-lrv-fbreminders span {
    color: #888;
    font-size: 1.125rem;
    font-weight: bold;
    padding-bottom: 3px;
}

#agi-lrv-fbreminders #agi-fbbirthdays {
    border: medium none;
    height: 142px;
    margin: 5px 32px 0;
}

#agi-lrv-fbreminders span,
#agi-lrv-fbreminders #agi-fbbirthdays {
    display: inline;
    float: left;
}

#fb-login-section {
    background: url(/bmr/sitewide/fb-back.jpg) no-repeat scroll 0 0 / cover transparent;
    height: 144px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

#fb-login-section #fb-login {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 2rem;
    margin: 50px auto 0;
}

#agi-lrv-fbreminders #agi-fbbirthdays {
    width: 86%;
}

#agi-lrv-fbreminders span.agi-fb-birthday-top img,
#agi-lrv-fbreminders span.agi-fb-birthday-bottom img {
    height: 56px;
    margin: 0;
    width: 18px;
}

#agi-lrv-fbreminders span.agi-fb-birthday-top,
#agi-lrv-fbreminders span.agi-fb-birthday-bottom {
    background-color: transparent;
    height: 56px;
}

#agi-lrv-fbreminders span.agi-fb-birthday-top {
    left: 5px;
    top: 70px;
}

#agi-lrv-fbreminders span.agi-fb-birthday-bottom {
    left: auto;
    right: 5px;
    top: 70px;
    width: 18px;
}

#agi-lrv-fbreminders #agi-fbbirthdays ul li.agi-fb-thumbrow ul li {
    height: 58px;
    padding-left: 4px;
    padding-top: 4px;
}

#agi-lrv-fbreminders #agi-fbbirthdays ul li.agi-fb-thumbrow ul li:hover {
    background: none repeat scroll 0 0 #FFF;
}

.fb-one-week {
    color: #f33;
}

.agi-fb-scroll {
    width: 400px;
}

#agi-lrv-fbreminders #agi-fbbirthdays ul li.agi-fb-thumbrow ul li div.agi-fb-friend,
.agi-fb-bday,
.agi-fb-friend {
    width: 130px;
}

.box-12.confirm-gift-error {
    background: url(/bmr/sitewide/error-alert.png) no-repeat 0 0;
    box-sizing: border-box;
    color: #666;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.875rem;
    margin: 2px 0 50px 26px;
    padding: 0 0 0 50px;
}

.confirm-gift-error h1 {
    color: #e74016;
    margin: 12px 0 25px 0;
}

.confirm-gift-error a {
    color: #666;
    font-weight: bold;
}

.confirm-gift-error a:hover {
    text-decoration: none;
}

#product-links {
    margin: 0 auto;
}

/* left nav classic favorites update */
.left-nav #classics {
    background-size: contain;
    width: auto;
}


/*-------------------------------------------------------------------------
= Reply Confirm layout
--------------------------------------------------------------------------*/

#page-confirm.reply_confirm #confirm-header #confirm-thumb a.thumb {
    width: auto;
}

#page-confirm.reply_confirm #confirm-header #confirm-thumb #product-links {
    min-width: 135px;
    padding: 0;
}

#page-confirm.reply_confirm #confirm-header h1 span {
    color: #1d5678;
}

#page-confirm.reply_confirm #confirm-header {
    min-height: 135px;
}

#page-confirm.reply_confirm #confirm-header #confirm-details #send-info {
    border-bottom: none;
}

#page-confirm.reply_confirm #confirm-header #confirm-details #tellus {
    display: none;
}

/*-------------------------------------------------------------------------
= Reply Confirm Join Module
-------------------------------------------------------------------------*/
#confirm-join-module {
    background: url(/bmr/ecards/pickup/join-top-decoration.jpg) top center transparent no-repeat;
    color: #1d5678;
    padding: 40px 0 0;
    text-align: center;
}

#confirm-join-module #join-module {
    background: url(/bmr/ecards/pickup/join-bottom-decoration.jpg) bottom center transparent no-repeat;
    color: #1d5678;
    padding: 0 0 40px;
    text-align: center;
}

#confirm-join-module h2 {
    font-size: 1.675rem;
    font-weight: bold;
    line-height: 1rem;
    margin: 1% 0 3%;
}

#confirm-join-module h3 {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1rem;
    margin: 1% 0 3%;
}

#confirm-join-module #agi-join2 {
    font-size: 1.25rem;
    padding: 7px 24px;
}

#confirm-join-module p {
    color: #1d5678;
    margin: 3% 0 1%;
}

#confirm-join-module a.member-info {
    color: #1d5678;
}

/*-------------------------------------------------------------------------
= Confirm Phone Input Module
-------------------------------------------------------------------------*/
#confirm-phone-input {
    background: #fff9f1;
    clear: both;
    margin: 10% 2% 5%;
    overflow: hidden;
    padding: 2%;
    width: 93%;
}

#confirm-phone-input h3 {
    color: #1d5678;
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: .5rem;
}

#confirm-phone-input p {
    color: #666666;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: .875rem;
    line-height: normal;
    margin-bottom: 1rem;
}

#confirm-phone-input p.sub-text {
    font-size: .683rem;
    font-style: italic;
    line-height: normal;
}

#confirm-phone-input #phone-intro {
    float: left;
    width: 56%;
}

#confirm-phone-input #phone-submit {
    background: #f4eade;
    float: left;
    margin: 4% 0 0 3%;
    padding: 2%;
    text-align: center;
    width: 37%;
}

#confirm-phone-input #phone-submit label {
    color: #1d5678;
}

#confirm-phone-input #phone-submit input#phone_number {
    border: 1px solid #bad7e7;
    margin-left: 4px;
    padding: 2%;
    width: 108px;
}

#confirm-phone-input #phone-submit input#phone_number.form-error {
    border: 1px solid #f33;
}

#confirm-phone-input #error_message {
    color: #ff0103;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: .875rem;
    font-weight: bold;
    margin-bottom: 5px;
}

#confirm-phone-input .phone-submit-button {
    background: #5b99be;
    border: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 2px 2px 2px #ccc;
    -moz-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    color: #fff;
    cursor: pointer;
    font-size: 0.875rem;
    font-family: Tahoma;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 30px;
}

#confirm-phone-input #success_message {
    color: #1d5678;
    display: none;
    font-size: 1.125rem;
    font-style: italic;
    line-height: normal;
    padding: 5px 20px;
}

.receiver-email {
    font-family: "Museo Slab Medium 300", serif;
    font-size: 1.25rem;
}

.custom-digital-gift-image-wrapper {
    position: absolute;
    cursor: initial;
    bottom: 70px;
    right: 22px;
    margin: 0;
    z-index: 2;
    width: 45%;
}

.custom-digital-gift-image {
    width: 100%;
}

.custom-digital-gift-label {
    color: #1d5678;
    font-weight: bold;
    text-align: left;
    padding: 0 18%;
}

.custom-digital-gift-title {
    color: #1d5678;
    text-align: left;
    padding: 0 18%;
    margin-bottom: 2%
}

.red_highlight_span {
    color: #c82900;
    font-weight: bold;
}

.confirm-advent-summary {
    background-color: #e1f2f8;
    max-width: 474px;
    padding: 32px 32px 16px;
    margin: 3rem 0 5rem;
    text-align: left;
}

.confirm-advent-page {
    display: flex;
    gap: 3rem;
}

.confirm-advent-page #confirm-thumb {
    max-width: 215px;
}

.confirm-advent-page #more-recipients {
    text-decoration: underline;
    cursor: pointer;
    background: none;
    color: #1d7196;
    font-size: 1.125rem;
    padding: 0;
    font-family: var(--base-font-sans-serif-300);
    letter-spacing: 1px;
    appearance: none;
}

.confirm-advent-actions {
    margin-top: 1.5rem;
}

.confirm-advent-summary h2 {
    margin-bottom: 5px;
}

.advent-summary-table {
    width: 100%;
}

.advent-summary-table td {
    padding: 13px 0;
}

.advent-summary-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(78, 174, 214, 1);
}

.advent-summary-table td.right-aligned {
    text-align: right;
}

.no-pointers {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}

.no-pointers a {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}

.confirm-page-content {
    padding: 30px;
}

.confirm-advent-actions #sendmore_link {
    text-transform: uppercase !important;
}

.songfinch-order-summary {
    width: 100%;
    max-width: 500px;
    margin-top: 3rem;
    padding: 2rem;
    background: #E1F2F9;
}

.songfinch-order-summary .summary-row {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.songfinch-order-summary .summary-row.divider {
    padding-bottom: 10px;
}

.songfinch-order-summary .summary-row.taxes-row {
    display: flex;
    flex-direction: column;
}

.songfinch-order-summary .taxes-row .tax-row {
    padding: 0;
}

.songfinch-order-summary .summary-row.divider {
    border-bottom: 1px solid #157eae;
}

.songfinch-order-summary p {
    margin-top: 1rem;
}

.songfinch-order-summary p span {
    font-family: "Museo Slab Medium 300", serif;
}

.songfinch-confirm-subnote {
    max-width: 500px;
}

@media screen and (max-width: 933px) {
    .thumbs-block .card-list li {
        margin: 2% 6%;
    }

    #page-confirm #main #confirm-likeus #social .socialplugs.clearfix {
        margin: 0;
    }

    #page-confirm #main #confirm-likeus #social .socialplugs.clearfix .bma-fb-like {
        padding-left: 2px;
        padding-right: 12px;
    }

    #page-confirm #container .agi-bread a:last-child,
    #confirm-phone-input #phone-submit label {
        font-size: 1rem;
    }

    #page-confirm #confirm-header h1 {
        font-size: 1.75rem;
    }

    #page-confirm #confirm-header #confirm-details .receiver-email,
    #page-confirm #confirm-header #confirm-details #actions .button {
        font-size: 1.188rem;
    }

    #page-confirm #content .agi-downloads-header .section-hdr {
        margin-top: 10px;
        padding-bottom: 0;
    }

    #confirm-phone-input h3 {
        font-size: 1.25rem;
    }

    #confirm-phone-input p.sub-text {
        font-size: 0.6875rem;
    }
}

@media screen and (max-width: 905px) {
    #page-confirm #confirm-send-another #send-ecards {
        float: none;
        margin: 2px;
    }

    .custom-digital-gift-image-wrapper {
        bottom: 80px;
    }

    .confirm-advent-page {
        flex-flow: column;
    }

    .confirm-advent-page #confirm-thumb {
        max-width: unset;
    }

    .confirm-page-content {
        padding: 20px;
    }

    .confirm-advent-page #send-info {
        padding: 0 2rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    .confirm-advent-summary {
        max-width: unset;
        margin: 2rem 0 0;
    }

    .songfinch-order-summary {
        width: auto;
        max-width: unset;
    }

    .songfinch-cta, .songfinch-wrapper {
        max-width: unset;
        margin: 15px 1rem 0;
    }

}

@media only screen and (max-width: 768px) {
    aside {
        display: none;
    }

    .page-box-12 {
        width: 100%;
    }

    .thumbs-block .card-list li {
        margin: 10px;
    }

    #page-confirm #confirm-send-another #send-ecards {
        float: right;
        margin: 0 1%;
    }

    #page-confirm #confirm-header #confirm-thumb .advent-icon-wrapper {
        margin: 0.75rem auto 2.125rem;
    }

    #page-confirm .order-summary {
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {

    .page-box-12 .box-12#confirm-header,
    .page-box-12 .box-12.agi-downloads-header,
    #page-confirm #content .agi-downloads-header .section-hdr {
        width: 97%
    }

    #phone-intro .sub-text.non-mobile {
        display: block !important;
    }

    #gift-thumb-wrapper {
        height: 123px;
        width: 200px;
    }

    #page-confirm #confirm-header.gift-option #confirm-details #actions {
        margin-left: 0;
    }

    #page-confirm #confirm-header #confirm-details #actions .button {
        display: block;
        margin: 20px auto;
    }

    #page-confirm #confirm-header h1 .message {
        padding-top: 10px;
    }

    #page-confirm #confirm-header #confirm-thumb {
        float: none;
        margin: 0 auto;
        overflow: hidden;
        width: 90%;
        padding: 0 5% 5% 5%;
    }

    #confirm-header {
        display: flex;
        flex-direction: column;
    }

    #confirm-details {
        order: 0;
    }

    #confirm-phone-input {
        order: 4;
    }

    .custom-digital-gift-label,
    .custom-digital-gift-title {
        padding: 0;
        display: inline-block;
    }

    #custom-progress-list {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 15px;
    }

    #custom-progress-list li,
    #custom-progress-list .custom-progress-complete {
        background-size: 20px 20px !important;
        background-position: 0 50% !important;
        padding: 5px 0 5px 22px;
        font-size: 0.8rem;
        margin-right: 9px;
        min-height: initial;
        line-height: inherit;
    }

    #confirm-progress-wrapper {
        margin: 0;
        padding: 0 20px;
    }

    #page-confirm #confirm-header #confirm-details {
        flex-direction: column;
    }

    #page-confirm #confirm-header #confirm-thumb {
        width: 90%;
    }

    #page-confirm #confirm-header #confirm-details #send-info {
        width: 100%;
    }

    #page-confirm #confirm-header {
        margin-top: 0;
    }

    #page-confirm #confirm-header h1 {
        width: 80%;
    }

    #confirm-progress-wrapper h1 {
        order: 2;
        margin-bottom: 0;
    }

    #confirm-progress-wrapper #custom-progress {
        order: 1;
    }

    .custom-digital-gift-image-wrapper {
        bottom: 15%;
        right: 3%;
    }

    .confirm-advent-actions {
        display: flex;
        flex-flow: column;
        gap: 1rem;
    }
}


@media screen and (max-width: 700px) {
    .thumbs-block .card-list li {
        margin: 2% 6%;
    }

    #page-confirm #confirm-send-another #send-ecards {
        float: none;
        margin: 2px;
    }

    .confirm-advent-page #send-info {
        margin-bottom: 0;
        padding: 0 1rem;
    }

    .confirm-advent-summary {
        min-width: unset;
        width: calc(100% - 64px);
        margin: 2rem 0 0;
    }
}

@media screen and (max-width: 600px) {
    #page-confirm #confirm-header #confirm-thumb {
        padding: 0 0 30px;
        position: relative;
        width: 100%;
    }

    #confirm-recipient-modal .modal-content {
        display: block;
    }

    #page-confirm #confirm-header #confirm-details {
        float: left;
        padding: 0;
        width: 100%;
    }

    #page-confirm #confirm-header #confirm-details #send-info {
        box-sizing: border-box;
        padding: 15px;
        width: 100%;
    }

    #page-confirm #confirm-header #confirm-details #tellus {
        width: 100%;
    }

    #page-confirm #confirm-send-another .send-content {
        width: 98% !important;
    }

    #page-confirm #confirm-send-another #confirm-events #reminder-container {
        padding: 3% 3% 1%;
    }

    #calendar_widget.dojoxCalendar {
        margin: 1% 0;
    }

    #page-confirm #confirm-likeus h2 {
        float: none;
        margin: 0 1rem 10px 0.5rem;
    }

    #page-confirm #main #confirm-likeus #social {
        margin: auto 5px 0 1rem;
    }

    #page-confirm #confirm-send-another h2 {
        font-size: 1.25rem;
    }

    #page-confirm.reply_confirm #confirm-header #confirm-details {
        padding-bottom: 0;
        padding-left: 8px;
    }

    #page-confirm.reply_confirm #confirm-send-another {
        margin: 12% 2% 2%;
    }

    .mobile {
        display: block !important;
        margin-top: 8%;
    }

    #phone-intro .sub-text.non-mobile {
        display: none !important;
    }

    .mobile ul#agi-signout-ftr li,
    .mobile ul#agi-signout-ftr-out li {
        min-width: 7.5rem;
        width: 7.5rem;
    }

    #confirm-phone-input #phone-intro,
    #confirm-phone-input #phone-submit {
        float: none;
        margin-left: 0;
        width: auto;
    }

    #page-confirm #confirm-header #confirm-details #copyBtnConfirm.songfinch-confirm-butons {
        display: flex;
        flex-direction: column;
        gap: 15px;
        max-width: 300px;
        margin: auto;
    }
}

@media screen and (max-width: 420px) {
    .thumbs-block .card-list li {
        margin: 5px;
    }

    .box-12 .thumbs-block {
        padding-left: 2px;
    }

    .section-hdr .more {
        position: relative;
        right: auto;
    }

    #page-confirm #confirm-header {
        margin-bottom: 10%;
    }

    .confirm-advent-summary {
        width: calc(100% - 2rem);
        margin: 2rem -1rem 0;
    }
}

@media screen and (max-width: 320px) {
    #page-confirm #confirm-header {
        margin: 0 0 10%;
        width: 100%;
    }

    #page-confirm #confirm-header #confirm-thumb {
        width: 320px;
    }
}


@media screen and (max-width: 480px) {
    #page-confirm #confirm-header #confirm-details #copyBtnConfirm,
    #page-confirm #confirm-header #confirm-details #copyBtnConfirm button {
        margin: 0;
        width: 100%;
    }

    #page-confirm #confirm-header #confirm-thumb {
        box-sizing: border-box;
        width: 100%;
    }
}