/* -*-*-*-*-*-*- -*-*-*-*-*-*- -*-*-*-*-*-*- -*-*-*-*-*-*- */
/* -*-*-*-*-*-*- X-AWAY FREE SHIPPING DESIGN -*-*-*-*-*-*- */
/* -*-*-*-*-*-*- -*-*-*-*-*-*- -*-*-*-*-*-*- -*-*-*-*-*-*- */
@-webkit-keyframes progress-bar-stripes {
    0% { background-position: 0 0 }
    100% { background-position: 1rem 0 }
}
@-moz-keyframes progress-bar-stripes {
    0% { background-position: 0 0 }
    100% { background-position: 1rem 0 }
}
@-ms-keyframes progress-bar-stripes {
    0% { background-position: 0 0 }
    100% { background-position: 1rem 0 }
}
@keyframes progress-bar-stripes {
    0% { background-position: 0 0 }
    100% { background-position: 1rem 0 }
}
.powerup-b { display: block !important }
.powerup-n { display: none !important }
.xaway-wrapper { padding: 2% 2% 2% !important; max-width: calc(var(--page-width) * 0.4); margin: 30px auto;text-align: center; }
.xaway-progress { position: relative; height: 10px; background-color: #faf8ff; display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; border-radius: 6px; margin: 0 auto;margin-top: 15px }
.xaway-progress-bar { height: 100%; background-image: linear-gradient(45deg,rgba(255,255,255,.4) 25%,transparent 0,transparent 50%,rgba(255,255,255,.4) 0,rgba(255,255,255,.4) 75%,transparent 0,transparent); background-size: 1rem 1rem; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; -webkit-animation: progress-bar-stripes 1s linear infinite; -moz-animation: progress-bar-stripes 1s linear infinite; -ms-animation: progress-bar-stripes 1s linear infinite; -o-animation: progress-bar-stripes 1s linear infinite; animation: progress-bar-stripes 1s linear infinite; border-radius: 6px; position: relative }
.xaway-icon { position: absolute; right: 0; height: 30px; min-width: 30px; color: #2dffb3; border: 1px solid #2dffb3; background-color: #fff;  border-radius: 50%; transform: translateX(-1%) translateY(-10px); display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; font-size: 12px }
.xaway-goal-amount .money { display: inline-flex !important;align-items: center;}
p.sucess-free-shipping-text.powerup-b i { margin-right:10px }
span.xaway-icon svg{width: 20px !important;}
.xaway-wrapper .sucess-free-shipping-text p{ margin: 0px 0px 0px !important;}
.xaway-wrapper .sucess-free-shipping-text .wrap-success-message{ display: inline-flex!important; }
.xaway-wrapper .sucess-free-shipping-text .wrap-success-message svg{margin: 6px 10px 0px !important;}
