a.buy-now {
    border: 1px solid transparent;
}

a.buy-now.primary {
    order: -1;
    display: inline-flex
}

.store-front .uig-dialog-box-wrapper.buy-now-modal-wrapper, .store-front .uig-dialog-box-container .uig-db-backdrop {
    z-index: 10002;
}

.store-front .uig-dialog-box-container.buy-now-modal-container {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
}
.inline-loading {
    display: inline-block;
    margin: 0 10px;
}
.Loading {
    display: flex;
    flex-flow: column nowrap;
    flex: none !important;
    justify-content: center;
    align-items: center;
    color: #58595B;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    z-index: 0;
}

.Loading .indicator {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 !important;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    background-clip: padding-box;
    border: solid 5px transparent;
    border-radius: 50%;    
}

.inline-loading.inside-container  {
    display: inline-block;
    margin: 0 -5px 0 5px;
}

.inside-container .Loading {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    height: 22px;
    width: 22px;
}

.inside-container .Loading .indicator {
    box-sizing: border-box;
    height: 19px;
    width: 19px;
    border: 2px solid rgb(112, 31, 25);
    transform: scaleX(-1) scaleY(-1);
    background: none;
}

.inside-container .Loading .indicator:before{
   display:none;
}

.inside-container .Loading .indicator:after{
    content: " ";
    display: block;
    width: 17px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent transparent transparent;
    animation: rotate 1s linear 0s infinite;
 }

.Loading .indicator:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px;
    border-radius: inherit;
    background: linear-gradient(to right, #fff, #f05323);
    animation: rotate 1s linear 0s infinite;
}

@keyframes rotate { 
    100% { 
        transform:rotate(360deg); 
    } 
}
.use_my_photo_container {
    display: flex;
    justify-content: center;
}

.use_my_photo_container .add_photo_container {
    background-color: #ecedef;
    padding: 10px 16px;
    border-radius: 8px;
}

.use_my_photo_container .change_photo_container {
    background-color: #ecedef;
    padding: 17px 0;
    border-radius: 8px;
    width: min(596px, 100vw);
}

.use_my_photo_container .add_photo_state,
.use_my_photo_container .change_photo_state {
    display: flex;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    justify-content: center;
    align-items: center;
}

.use_my_photo_container .add_photo_state {
    flex-direction: row-reverse;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
}

.use_my_photo_container .change_photo_state {
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
}

.use_my_photo_container .add_photo_state .text_section {
    color: #2f3237;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
}

.use_my_photo_container .add_photo_state .btn_section {
    display: flex;
}

.use_my_photo_container .add_photo_state .btn_section .add_photos_btn {
    display: flex;
    white-space: nowrap;
    background-color: var(--deep-carrot);
    border-radius: 24px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
}

.use_my_photo_container .add_photo_state .btn_section .add_photos_btn:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {

    .use_my_photo_container .change_photo_state .change_photo_section:hover,
    .use_my_photo_container .change_photo_state .reset_section:hover {
        text-decoration: underline;
    }
}

.use_my_photo_container .change_photo_state .change_photo_section,
.use_my_photo_container .change_photo_state .reset_section {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
    cursor: pointer;
    display: flex;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    align-items: center;
}

.use_my_photo_container .change_photo_state .reset_section .add_photos_btn {
    display: flex;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    align-items: center;
}

.use_my_photo_container .change_photo_state .section_divider {
    height: 22px;
    width: 1px;
    background-color: #6a707c;
}

.text_section .subscript {
    font-size: 12px;
}

.ThumbnailPage .content-container .use_my_photo_wrapper {
    top: 0;
    z-index: 95;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
    transition: opacity 0.2s linear;
    position: relative;
}

.ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .add_photo_container {
    top: auto !important;
    position: fixed;
    bottom: 40px;
    height: auto;
    left: 0;
    right: 0;
    max-width: 570px;
    width: 100%;
    margin: auto;
    box-shadow: 0 4px 6px 0px rgb(0 0 0 / 20%);
}

.ThumbnailPage .content-container .use_my_photo_wrapper .ump_close {
    display: none;
}

.ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .ump_close {
    display: flex;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .ump_close:after {
    width: 20px;
    height: 2px;
    top: calc(50% - 2px * 0.5);
    right: calc(50% - 20px * 0.5);
}

.ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .ump_close:before {
    width: 2px;
    height: 20px;
    right: 1px;
    top: calc(50% - 20px * 0.5);
    right: calc(50% - 2px * 0.5);
}

.ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .ump_close:before,
.ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .ump_close:after {
    content: '';
    position: absolute;
    background-color: #58595b;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {

    .use_my_photo_container .add_photo_state,
    .use_my_photo_container .change_photo_state {
        grid-column-gap: 8px;
        -webkit-column-gap: 8px;
           -moz-column-gap: 8px;
                column-gap: 8px;
    }

    .use_my_photo_container .add_photo_container {
        padding: 10px 8px;
    }

    .use_my_photo_container .change_photo_state .Icon {
        height: 16px;
        width: 16px;
    }

    .use_my_photo_container .add_photo_state .text_section {
        font-family: var(--sf-font-sohne-b);
        font-size: 14px;
        line-height: 17px;
    }

    .text_section .subscript {
        font-family: var(--sf-font-sohne-b);
        font-weight: 500;
    }

    .use_my_photo_container .change_photo_state .change_photo_section,
    .use_my_photo_container .change_photo_state .reset_section {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
    }

    .ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .add_photo_container {
        max-width: 85%;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 390px) {
    .ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .add_photo_container {
        max-width: 80%;
    }
}

/*********** Kraken CSS overwrite ***************/
.px-kraken {
    position: relative;
    z-index: 10001;
}

div.px-flyout-wrapper {
    z-index: 10002;
}

/*# sourceMappingURL=storefe_13.15ca37758ccf9c.css.map*/