.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    position: relative;
}
.gift-label {
    position: absolute;
    left: 3px;
    bottom: 0;
    z-index: 1;
}
.minicart-items .gift-label {
    left: 4px;
}
.gift-label .product-gift-label {
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    padding: 0 10px;
    color: #ffffff;
    background-color: #ed3237;
    border-radius: 20px;
}.freeship-progress{padding:10px 15px;margin:10px 0 10px;background:#eefdd5;border-radius:10px}@media screen and (min-width:768px){.freeship-progress{padding:10px 15px}}.freeship-progress .freeship-text{color:#333;margin-bottom:0;max-width:100%;text-align:center;font-weight:500}@media screen and (min-width:768px){.freeship-progress .freeship-text{font-size:18px}}.freeship-progress .freeship-text p{margin-bottom:0}.freeship-progress .freeship-text p small{display:block;color:#6b7b50}.freeship-progress p.upsell{color:#333;text-align:center}@media screen and (min-width:768px){.freeship-progress p.upsell{text-align:center;font-size:18px;font-weight:500}}.freeship-progress p.upsell small{display:block;color:#6b7b50}.freeship-progress p .freeship-price{color:red;font-weight:600}.freeship-progress p .freeship-bold{font-weight:600;color:#009813}.freeship-progress .freeship-progress-bar-wrapper{color:#000}.freeship-progress .freeship-progress-bar-wrapper span{display:inline-block;line-height:20px}.freeship-progress .freeship-progress-bar-wrapper span.min{float:left;width:28px;font-size:13px}.freeship-progress .freeship-progress-bar-wrapper span.max{float:right;width:38px;text-align:right;font-size:13px}.freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar-bg{background-color:rgba(0,0,0,0.2);height:18px;border-radius:3px;overflow:hidden;position:relative;width:100%}.freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar-fill{height:18px;display:block;border-radius:3px;animation-name:shippingProgressBar;animation-duration:1.25s;animation-timing-function:ease;animation-delay:0s;animation-iteration-count:1;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;-webkit-animation:shippingProgressBar 1.25s 1;animation:shippingProgressBar 1.25s 1;transition:width .667s cubic-bezier(.37, .16, .22, .89)}.freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar-progress{background:#00b052}.freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar{margin:0 auto;width:calc(100% - 74px);display:inline-block}@-webkit-keyframes shippingProgressBar{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shippingProgressBar{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}