#cart-subtotal-shipping > div .value {
  width: 100%; }

.xyfreeshipping-alert {
  padding: 1rem;
  margin: 1rem 0;
  text-align: center;
  font-size: .8125rem;
  font-weight: normal; }

.xyfreeshipping-carrier-name,
.xyfreeshipping-diff {
  font-weight: 700; }

.xyfreeshipping-progress-container {
  position: relative;
  height: 20px;
  line-height: 20px;
  background: #444;
  color: #999;
  border-radius: 6px;
  margin-top: 10px;
  text-align: center; }
  .xyfreeshipping-progress-container .xyfreeshipping-progress-bar {
    background: #4cbb6c;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4); }
    .xyfreeshipping-progress-container .xyfreeshipping-progress-bar .xyfreeshipping-progress-text {
      height: 100%;
      line-height: 20px; }

.xyfreeshipping-progress-animate > .xyfreeshipping-progress-bar {
  -webkit-animation: xyanimate-progress 1s;
  animation: xyanimate-progress 1s; }

@-webkit-keyframes xyanimate-progress {
  0% {
    width: 0%; } }
@keyframes animate-positive {
  0% {
    width: 0%; } }
