#wups label {
    display: initial;
    padding-left: 25px;
    position: relative;
    color: #000;
    
}

#wups {
    border: 1px solid #706f6f;
    margin-bottom: 10px;
}

#wups .amount del {
    font-weight: normal;
}

#wups .amount ins {
    font-size: 24px;
    color: red;
}

#wups span {
    color: #000;
}

#wups ul {
    margin: 0;
    padding: 20px 10px;
    background: #63bb04;
}

#wups li {
    list-style:none;
}

#wups #extra_fee {
    display:none;
}

#wups label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    margin-right: 59px;
    left: 0;
    top: 0px;
    background: #fff;
}

#wups .active label:before {
    content: "\2713";
    color: green;
    font-weight: bold;
    line-height: 14px;
    font-size: 18px;
}

#wups span.add {
    padding-right: 10px;
}

/*#wups .active img {
    animation: shake 4s;
  
    animation-iteration-count: 1;
}*/

#wups li.active .add {
    animation: blinker 1s linear 4s;
}

#wups li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  
@keyframes blinker {  
   50% { opacity: 0; }
}
  
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }

.packing-select {
    padding: 10px;
}

#wups .addon-description {
    display:flex;
}

.inner-sp {
    display: flex;
}

.inner-sp .img-fluid {
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

#wups .amount del {
    margin-right: 5px;
}

#wups span.add {
    color: #fff!important;
}

div#wups label {
    font-size: 21px;
    /* margin-top: -20px; */
}
li.shipping__list_item {
    background: #ededed;
}
#wups .addon-description {
    font-size: 13px;
    line-height: 24px;
    color: #4c4c4c;
}
.packing-select h3 {
    margin-bottom: -4px;
}
#wups .amount ins {
    font-size: 24px;
    font-weight: 700 !important;
    color: #e6332a;
}


#wups ul {
    margin: 0;
    padding: 8px 10px;
    background: #63bb04;
    background: #e6332a !important;
}
#wups ul span {
    float: revert;
    text-align: revert;
    text-align: right !important;
    font-size: 18px;
}

#wups label:before {
    top: 6px;
	    width: 16px;
    height: 16px;
}

table.custom-shipping-methods {
    margin-bottom: 10px;
}

.packing-select {
    background: #fff;
    border-bottom: 1px solid #82B735;
}

div#wups {
    border: none;
}