/* CUSTOM PROGRESS BAR */
@media only screen and (min-width: 750px) {
    
    .awtomatic-progress-item--completed button.awtomatic-progress-remove-button {
        display: inline-block;
        position: absolute;
        top: -8px;
        right: -8px;
        height: 20px;
        width: 20px;
        min-height: 0;
        border-radius: 50%;
        background-color: #fff;
        padding: 0;
        border-radius: 50%;
        box-shadow: 0px 0px 1px #000000d6;
        background-image: url(https://bundle-public-assets.s3.amazonaws.com/closeIcons/close-svgrepo-com.svg);
        background-size: 16px;
        transition: box-shadow .2s;
        background-position: center;
    }
  
    .awtomatic-progress-item--completed button.awtomatic-progress-remove-button:hover {
        box-shadow: 0px 0px 1px 1px #0000006e;
    }
    
    .awtomatic-progress-item--completed button.awtomatic-progress-remove-button:after {
        content: none;
    }
    
    
    .awtomatic-progress-count-label {
        display:none;
    }
    
    .bundle-container .awtomatic-progress-container {
        margin-left: auto;
        padding-bottom: 20px;
    }
    
    .bundleapp-modal__container--complete-screen footer { /* BaB Footer */
        height: 80px;
    }
    
    .bundleapp-modal__container--complete-screen .bundle-container { /* BaB content */
        padding-top: 10px;
    }
    
    .bundle-container .awtomatic-bab-options-container {
        order: 0;
    }
    .bundle-container .bundle-scrollable-section {
        order: 2;
        row-gap: 1rem;
    }
    .bundle-container .awtomatic-progress-container {
        order: 1;
        justify-content: center;
    }
    .bundle-container footer {
        order: 3;
    }
    
    
    .awtomatic-progress-item--completed .awtomatic-progress-product-count-container .bundle-text--subheading {
        margin-right: 10px;
    }
    
    .awtomatic-progress-item.awtomatic-progress-item--pending .bundle-text--subheading {
        color: #000;
    }
    
    .awtomatic-progress-item.awtomatic-progress-item--completed {
        background-color: #fff;
    }
    
    .awtomatic-progress-item .bundle-text--subheading {
        min-width: 50px;
        display: block;
        color: #fff;
    }
    
    .awtomatic-progress-container {
        display: block;
        text-align: center;
        max-width: 80%;
        margin: 0 auto;
    }
    div.awtomatic-progress-item {
        width: 45px;
        height: 45px;
        display: inline-block;
        background-image: url();
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #eee;
        margin: 0 5px;
        border-radius: 5px;
        border: 2px solid #ddd;
    }
    
    /* CUSTOM PROGRESS IMAGES */
    div.awtomatic-progress-item.awtomatic-progress-item--completed {
        background-color: #eee;
        background-image: var(--awt-pb-img);
    }
    
}
/* END CUSTOM PROGRESS BAR */