.icw .mt-0 {
    margin-bottom: 0px !important;
}

.sc-product-info .table .bg {
    font-weight: 600;
}

.sc-product-info .table.-tableI .gradient {
    line-height: 35px;
}

.select2-container {
    width: auto !important;
}

.sc-apply .fields>.row+.row,
.sc-apply .fields>.row>div+div,
.sc-apply .fields #rowPerName {
    margin-top: 0;
}

.sc-apply .fields #rowPerName {
    margin-bottom: 0;
}

.sc-apply .field {
    margin-top: 32px;
}

#msform fieldset .row .col-md-6 {
    width: 100%;
}

#msform fieldset:last-child .fields>.row:last-child {
    margin-top: 20px;
}

#msform fieldset:last-child .row .col-md-6:first-child,
#msform fieldset:last-child .row .col-md-6:last-child {
    text-align: center;
}

/* search province */
.search-list::after {
    content: "";
    height: 12px;
    width: 12px;
    right: 24px;
    top: 15px;
    margin: 0;
    pointer-events: none;
    border-top: 1px solid var(--cr-dark);
    border-right: 1px solid var(--cr-dark);
    display: block;
    position: absolute;
    transition: transform 0.3s ease-out;
    transform: rotate(135deg);
}

.search-list .data-list {
    display: none;
}

.search-list.focusKey .data-list {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 25vh;
    position: absolute;
    z-index: 100;
    background-color: var(--cr-light);
    border-color: var(--cr-green);
    border-width: 1px;
    z-index: 100;
    border-radius: 0 0 25px 25px;
}

.search-list.focusKey::after {
    transform: rotate(-45deg);
    top: 22px;
}

.search-list.focusKey datalist {
    display: block;
    overflow-y: auto;
    background-color: var(--cr-light);
    color: #aaa;
    position: absolute;
    width: 100%;
    z-index: 100;
    max-height: 25vh;
}

.search-list.focusKey datalist div {
    padding: 13px 8px 13px 16px;
    border: 0;
    margin: 0;
    font-size: 16px;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-list.focusKey datalist div:hover {
    background-color: var(--cr-green);
    color: var(--cr-light);
}

.sc-apply .form .input .search-list.focusKey input {
    border-radius: 25px 25px 0 0;
}

.sc-apply .form .input.required .search-list input {
    outline: 0;
}

.sc-apply {
    overflow: visible;
}

#navigation-page-sticky.stickyNav.hide-cta .box-cta {
    display: flex !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.sc-apply .warning {
    text-align: center;
    padding: 12px 16px;
    background: var(--cr-light);
    position: sticky;
    bottom: 0;
    z-index: 5;
}

.sc-apply .warning.active {
    position: relative;
    bottom: 0px;
}

.sc-apply .warning p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8em;
    font-family: 'kurious-looped';
}

/* .sc-apply .warning .txt{font-weight: 600; display: inline-block; vertical-align: middle; margin-right: 8px; 
    border-radius: 4px; padding: 2px 10px 0; background: #f00; color: var(--cr-light); line-height: 1.5em;
} */

.sc-apply .warning .txt {
    font-weight: 600;
    color: #333;
}

body.has-sticky.mq-200.sticky-anim-hide #navigation-page-sticky.stickyNav,
body.has-sticky.mq-375.sticky-anim-hide #navigation-page-sticky.stickyNav,
body.has-sticky.mq-768 #navigation-page-sticky.stickyNav,
body.has-sticky.mq-992.sticky-anim-hide #navigation-page-sticky.stickyNav {
    transform: translateY(100%);
}

body.has-sticky.mq-200 #navigation-page-sticky.stickyNav,
body.has-sticky.mq-375 #navigation-page-sticky.stickyNav,
body.has-sticky.mq-768 #navigation-page-sticky.stickyNav,
body.has-sticky.mq-992 #navigation-page-sticky.stickyNav {
    transform: translateY(0%);
    transition: transform 180ms ease-in-out;
}


#navigation-page-sticky {
    transition: .3s ease-in-out;
}

#navigation-page-sticky.show-warning {
    bottom: -56px;
}

@media screen and (min-width: 768px) {
    .sc-product-info .table th {
        padding: 8px 16px;
        font-size: 13px;
        font-family: 'kurious-looped';
        line-height: 20px;
    }

    .promotion-popup .promotion-content .table td,
    .sc-product-info .table td {
        padding: 8px 16px;
        background-color: #fff;
        font-size: 13px;
        font-family: 'kurious-looped';
        line-height: 20px;
    }
}

@media screen and (min-width:1140px) {
    #navigation-page-sticky.show-warning {
        position: fixed;
        top: 0px;
        margin-top: 0px;
        bottom: auto;
    }
}