.shipping-picker-widget {
    font-size: 16px;
    padding: 0px 15px;
    border-radius: 5px;
    border: 1px solid #dedad7;
    position: relative;
}
.shipping-picker-widget .radio-container {
    margin-top: -8px;
}

.shipping-picker-widget input[type="radio"] {
    margin-top: -7px;
}

.shipping-picker-widget > div {
    cursor: pointer;
}

.shipping-picker-widget [type="radio"]:checked,
.shipping-picker-widget [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.shipping-picker-widget [type="radio"]:checked + label,
.shipping-picker-widget [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.shipping-picker-widget [type="radio"]:checked + label:before,
.shipping-picker-widget [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #1b1b1b;
    border-radius: 100%;
    background: #fff;
}

.shipping-picker-widget [type="radio"]:checked + label:after,
.shipping-picker-widget [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #1b1b1b;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.shipping-picker-widget [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.shipping-picker-widget [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.shipping-picker-widget .shipping-picker-option {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dedad7;
}

.shipping-picker-widget .shipping-picker-option > div:first-child {
    display: flex;
}

.shipping-picker-widget .shipping-picker-option > div:last-child {
    padding-left: 35px;
    padding-top: 10px;
}

.shipping-picker-widget .shipping-picker-option:last-child {
    padding-top: 18px;
    border-bottom: none;
}

.shipping-picker-widget .shipping-picker-option .shipping-picker-option-description-container {
    padding-left: 8px;
}

.shipping-picker-widget .shipping-picker-option .shipping-picker-option-description-container .shipping-title {
    color: #171717;
    font-weight: 400;
}

.shipping-picker-widget .shipping-picker-option .shipping-picker-option-description-container .shipping-desc {
    color: #5f6163;
    font-weight: 400;
}

.shipping-picker-widget .shipping-picker-option .shipping-picker-option-price-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.shipping-picker-widget .shipping-picker-option .shipping-picker-option-price-container > span{
    padding-right: 4px;
    color: #171717;
}

.shipping-picker-widget .shipping-picker-option .shipping-picker-option-price-container > img{
    width:80%;
}

.shipping-picker-widget select {
    width: 100%;
    background-color: #fff;
    border: 1px solid #dedad7;
    padding: 10px 10px;
    border-radius: 5px;
}

.shipping-picker-widget .shipping-picker-option > div:last-child {
    display: none;
}

.shipping-picker-widget .shipping-picker-option.selected-option > div:last-child {
    display: block;
}

.shipping-picker-widget .expand-shipping > div {
    background-color: #303030;
    color: #ffffff;
    border-radius: 17px;
    padding: 5px 12px 5px 12px;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

.shipping-picker-widget .expand-shipping i {
    margin-right: 8px;
}

.shipping-picker-widget .expand-shipping {
    font-size: 14px;
}

.shipping-picker-widget .expand-shipping {
    position: absolute;
    background-color: #fff;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: -15px;
    bottom: 0px;
    height: 110px;
}


#merge-giftcard-widget .merge-giftcard-widget-container {
    background-color: #fff;
    border-radius: 4px;
    padding:16px;
}

#merge-giftcard-widget .merge-giftcard-widget-container .heading {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#merge-giftcard-widget .merge-giftcard-widget-add-more {
    display: flex;
    justify-content: flex-end;
}

#merge-giftcard-widget .merge-giftcard-widget-giftcard-code > div {
    padding-bottom: 4px;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#merge-giftcard-widget .merge-giftcard-widget-giftcard-code {
    padding-bottom: 12px;
}


#merge-giftcard-widget .has-error input {
    border-color: #EF4444!important;
}

#merge-giftcard-widget .has-success input {
    border-color: #22C55E!important;
}

#merge-giftcard-widget .merge-giftcard-widget-error {
    border:1px solid #EF4444;
    background-color: #EF4444;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 4px;
    color:#fff;
    font-size: 12px;
}

#merge-giftcard-widget input[type='text'],
#merge-giftcard-widget input[type='email']
{
    outline:none;
    width: 100%;
    font-size: 12px;
    padding: 12px;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    background: #FFFFFF;
}

#merge-giftcard-widget button {
    outline:none;
    font-size: 13px;
    padding: 8px 10px 8px 10px;
    gap: 6px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
}

#merge-giftcard-widget button.merge-giftcard-widget-btn-add {

}

#merge-giftcard-widget .merge-giftcard-widget-giftcard-remove {
    display: flex;
    padding-top: 6px;
    justify-content: flex-end;

}

#merge-giftcard-widget i {
    padding-left: 4px;
}

#merge-giftcard-widget .merge-giftcaard-widget-button-group {
    display: flex;
    padding-top: 6px;
    justify-content: flex-end;
}

#merge-giftcard-widget .merge-giftcaard-widget-button-group .is-copied {
    border-color: #22C55E!important;
    color:#fff;
    background-color: #22C55E!important;
}

#merge-giftcard-widget .merge-giftcaard-widget-button-group button:first-child {
    margin-right: 6px;
}

#merge-giftcard-widget .merge-giftcard-widget-giftcard-remove > button {
    color: #787878;
    background: transparent;
    padding:0;
    border:0;
}

#merge-giftcard-widget .merge-giftcard-widget-btn-merge {
    padding-top: 16px;
    display: flex;
    justify-content: flex-end;
}

#merge-giftcard-widget .merge-giftcard-widget-btn-merge > button {
    color: #fff;
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
}

#merge-giftcard-widget p {
    font-size: 12px;
}

#merge-giftcard-widget .merge-giftcaard-widget-summary {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 6px;
    border-bottom: 1px solid #f2f2f2;
}

#merge-giftcard-widget .merge-giftcaard-widget-summary > div {
    display: flex;
    flex-direction: column;
}

#merge-giftcard-widget .merge-giftcaard-widget-summary > div > div:first-child{
    font-size: 12px;
    font-weight: 400;
}

#merge-giftcard-widget .merge-giftcaard-widget-summary > div > div:last-child{
    font-size: 16px;
    font-weight: 600;
}













#preload-wrapper-widget {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    flex-direction: column;
}

.preload-text {
    font-size: 16px;
    margin-top: 70px
}

.sk-chase {
    width: 100px;
    height: 100px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}


.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #515151;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}

