html {
    font-family: 'kurious', Helvetica, Arial, sans-serif;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #666;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
    overflow-y: visible;
    overflow-x: hidden;
}

a,
.action-form .btn,
.link,
.more {
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.txt-link {
    overflow-wrap: anywhere;
}


@media screen and (min-width: 200px) {

    .icw .main h1,
    .icw .main .h1,
    .icw .main h2,
    .icw .main .h2,
    .icw .main h3,
    .icw .main .h3,
    .icw .main h4,
    .icw .main .h4,
    .icw .main h5,
    .icw .main .h5,
    .icw .main h6,
    .icw .main .h6,
    .main p {
        font-family: 'kurious', Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        color: #777;
    }

    .icw .main a,
    .option-content ul li,
    .action-form .btn {
        font-family: 'kurious', Helvetica, Arial, sans-serif;
        font-weight: 600 !important;
    }

    .icw .main h1>strong,
    .icw .main .h1>strong,
    .icw .main h2>strong,
    .icw .main .h2>strong,
    .icw .main h3>strong,
    .icw .main .h3>strong,
    .icw .main h4>strong,
    .icw .main .h4>strong,
    .icw .main h5>strong,
    .icw .main .h5>strong,
    .icw .main h6>strong,
    .icw .main .h6>strong {
        font-family: 'kurious', Helvetica, Arial, sans-serif;
        font-weight: 700;
    }

    .main .date,
    .main .note,
    .txt-kuriousloop {
        font-family: 'kurious-looped', Helvetica, Arial, sans-serif !important;
        font-weight: 500;
    }

    .main .date strong,
    .main .note strong,
    .txt-kuriousloop strong {
        font-family: 'kurious-looped', Helvetica, Arial, sans-serif;
        font-weight: 600;
    }

    .mt-8 {
        margin-top: 8px !important;
        display: block;
    }

    .c-green {
        color: #00A94F !important;
    }

    .c-white {
        color: #fff !important;
    }

    .c-black {
        color: #333 !important;
    }

    .c-theme {
        color: #008282 !important;
    }

    .a-red {
        color: #ed1b2e !important;
    }

    .icw .main h1,
    .icw .main .h1 {
        font-size: 28px;
    }

    .icw .main h2,
    .icw .main .h2 {
        font-size: 24px;
    }

    .icw .main h3,
    .icw .main .h3 {
        font-size: 20px;
    }

    .icw .main h4,
    .icw .main .h4 {
        font-size: 18px;
    }

    .icw .main h5,
    .icw .main .h5,
    .action-form .btn {
        font-size: 16px;
    }

    .t-small,
    .main .date,
    .main .note,
    .date p,
    .main .note p {
        font-size: 13px;
    }

    .icw .main ul,
    .icw .main ol {
        margin-bottom: 15px;
        margin-left: 1.3em;
    }

    .icw .main li ol {
        margin-left: 0;
    }

    .icw .main li {
        margin-bottom: 6px;
    }

    .icw .main li li {
        margin-top: 5px;
    }

    .icw .main li ul,
    .icw .main li ol {
        margin-bottom: 10px;
    }

    .icw .main li ul:last-child,
    .icw .main li ol:last-child {
        margin-bottom: 0;
    }

    .icw ul>li {
        list-style-type: disc;
    }

    .icw ol>li {
        list-style-type: decimal;
    }

    .icw ol {
        counter-reset: item;
        margin-left: 0;
    }

    .icw ol>li {
        display: table;
        width: 100%;
        text-align: left;
    }

    .icw ol>li:before {
        content: counters(item, ".") ".";
        counter-increment: item;
        display: table-cell;
        padding-right: 0.45em;
        width: 1%;
        font-weight: normal;
    }

    .icw ol>li>ol>li:before {
        content: counters(item, ".") "";
    }

    .section .sc-heading {
        position: relative;
        margin-bottom: 40px;
    }

    .tb {
        height: 100%;
    }


    .sc-body {
        font-size: 0;
        margin-left: -12px;
        margin-right: -12px;
    }

    .section .sc-inner {
        padding: 40px 0 20px;
    }

    .sc-headline:not(:last-child) {
        margin-bottom: 24px;
        text-align: center;
    }

    .sc-headline ul.desc {
        /* text-align: left;
        display: inline-table; */
    }

    .sc-headline ul.desc li {
        list-style: none;
    }

    .t-nowrap {
        white-space: nowrap;
    }

    /* Section Product */
    .section-product {
        background-color: #ECF1F7;
    }

    .default-item {
        animation: none;
        margin: 0 12px 24px;
        width: auto;
        display: block;
        vertical-align: top;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 1px 3px 0px #0000001A;
    }

    .default-item .thumb img {
        transition: all 400ms ease-in-out;
        width: 100%;
    }

    .default-item .content {
        padding: 24px;
    }

    .default-item .content h3 a {
        height: 47px;
        font-weight: 700;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.5;
        margin-bottom: 8px;
        -webkit-transition: ease-in-out .3s;
        -o-transition: ease-in-out .3s;
        transition: ease-in-out .3s;
    }

    .default-item .content h3 a:hover {
        color: #00A850 !important;
    }

    .default-item .content .t-des {
        height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    /* .default-item .content ul.t-des {
        padding-left: 20px;
    } */

    .default-item .content .t-des li {
        color: #777;
        /* list-style: disc; */
        font-family: 'kurious', Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
    }

    .action a span {
        font-size: 16px;
        color: #00A850;
        border-bottom: 1px solid #00A850;
    }

    .default-item .thumb {
        overflow: hidden;
    }

    .default-item .thumb .link:hover img {
        transform: scale(1.1);
    }

    .default-item .action .link {
        font-size: 16px;
        color: #00A94F;
        text-decoration: underline !important;
    }

    .default-item .action .link:hover {
        color: #00873F;
        text-decoration: underline !important;
    }

    .txt-link {
        color: #00A94F !important;
        text-decoration: underline !important;
    }

    .action-form a {
        display: inline-block;
    }

    .mt-16 {
        margin-top: 16px !important;
    }

    .txt-link:hover {
        color: #00873F !important;
        text-decoration: underline !important;
    }

    /* Service */
    .section-service {
        padding: 40px 0 40px;
    }

    .service-list {
        text-align: center;
        font-size: 0;
    }

    .link-service {
        text-align: left;
        width: 100%;
        padding: 16px 0;
        display: block;
        border-bottom: 1px solid #EDEDED;
    }

    .link-service:hover {
        transform: scale(1.1);
    }

    .link-service i {
        font-size: 18px;
        color: #00A94F;
        position: relative;
        top: 5px;
    }

    .link-service p {
        margin-top: 0;
        font-weight: 600;
        display: inline-block;
        margin-left: 16px;
        color: #00A94F;
        border-bottom: 1px solid;
    }

    .main .note {
        padding: 16px 16px;
        background-color: #fafafa;
    }

    .main .note ol,
    .main .note li:last-child {
        margin-bottom: 0;
    }

    .main .note p.title-note {
        margin-bottom: 4px;
    }

    /* Radio */
    .option-content {
        background: url(../img/kl-hotdeal_bg_desktop.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
        padding: 32px 16px;
    }

    .option-content ul,
    .option-content li,
    .option-content ul li {
        margin: 0;
        list-style: none;
        list-style-type: none;
    }

    .icw-input-checkbox {
        /* width: 100%; */
        width: fit-content;
        /* max-width: 300px; */
        margin: 24px auto 0;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .option-content ul li .checkbox {
        margin-bottom: 24px;
        color: #999;
    }

    input[type=radio].css-checkbox+.css-label {
        color: #999;
        /* min-width: 232px; */
    }

    input[type=radio].css-checkbox:checked+.css-label {
        color: #00A94F;
    }

    .option-content ul li .checkbox:last-child {
        margin-bottom: 0;
    }

    .action-form .btn {
        color: #fff;
        background: #00A94F;
        border-radius: 8px;
        -webkit-transition: ease-in-out .3s;
        -o-transition: ease-in-out .3s;
        transition: ease-in-out .3s;
    }

    .action-form .btn:hover {
        background: #0BC160;
    }

    .radio-content .action-form .btn {
        font-size: 20px;
        height: 48px;
        line-height: 48px;
        padding: 0 32px;
        margin-top: 30px;
    }

    .sc-contentm {
        margin: 0 -15px;
    }

    .section-content .sc-inner {
        padding-bottom: 0;
    }

    .desc {
        margin-bottom: 16px !important;
    }


    .accordion {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .accordion-title {
        background: #fff;
        color: #00a94f;
        font-family: kurious;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        padding: 16px 46px 16px 16px;
        border-left: 0;
        /* border-radius: 0; */
    }

    .accordion-title.active {
        background: #00a94f;
        color: #fff;
    }

    .accordion-title:hover {
        background: #00a94f;
        color: #fff;
    }

    .accordion-title:after {
        color: #00a94f;
        font-weight: 400;
        font-size: 16px;
    }

    .accordion-content {
        background: #fff;
        padding: 16px;
        font-family: 'kurious-looped', Helvetica, Arial, sans-serif;
    }

    .accordion-content p,
    .accordion-content strong {
        font-family: 'kurious-looped', Helvetica, Arial, sans-serif;
        color: #333;
    }

    .accordion-content .txt-link {
        font-size: 16px !important;
        font-family: 'kurious-looped', Helvetica, Arial, sans-serif !important;
        display: block;
    }

    .accordion-title.active:after,
    .accordion-title.active,
    .accordion-title:hover:after {
        color: #fff;
    }


    .accordion-content ul,
    .accordion-content ol {
        padding-left: 20px;
    }

    .accordion-content ul li {
        list-style: disc;
        color: #333;
        font-family: kurious-looped;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 4px;
    }

    .accordion-content ol li {
        list-style: decimal;
        color: #333;
        font-family: kurious-looped;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 767px) {


    .icw .main h1,
    .icw .main .h1 {
        font-size: 42px;
    }

    .icw .main h2,
    .icw .main .h2 {
        font-size: 33px;
    }

    .icw .main h3,
    .icw .main .h3 {
        font-size: 26px;
    }

    .icw .main h4,
    .icw .main .h4 {
        font-size: 20px;
    }

    .icw .main h5,
    .icw .main .h5 {
        font-size: 16px;
    }

    .visible-w767 {
        display: none !important;
    }

    .default-item {
        width: calc(100% / 2 - 24px);
        display: inline-block;
    }

    .sc-headline:not(:last-child) {
        margin-bottom: 32px;
    }

    .link-service {
        text-align: left;
        width: 175px;
        padding: 16px;
        min-height: 130px;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #EDEDED;
        border-radius: 8px;
        margin: 0 8px;
        -webkit-transition: ease-in-out .3s;
        -o-transition: ease-in-out .3s;
        transition: ease-in-out .3s;
    }

    .link-service i {
        font-size: 28px;
        top: 0;
    }

    .link-service p {
        display: block;
        margin-left: 0;
        margin-top: 8px;
        border-bottom: 0;
        color: #333;
    }

    /* Radio */
    .option-content {
        padding: 48px;
    }

    .radio-content .action-form .btn {
        margin-top: 30px;
    }

    .sc-contentm {
        margin: 0;
    }

    .accordion-content {
        padding: 16px 24px;
    }

    .accordion-title {
        padding-left: 24px;
        font-size: 18px;
    }

}

@media screen and (min-width: 991px) {
    .section .sc-inner {
        padding: 64px 0 40px;
    }

    .default-item {
        width: calc(100% / 3 - 24px);
    }

    .main .note {
        padding: 16px 48px;
    }
}

.sc-condition {
    border-radius: 8px;
    background: #FAFAFA;
    padding: 16px;
    margin: 16px 0;
}

.sc-condition p strong {
    color: #333;
    font-family: 'kurious-looped', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.sc-condition p {
    color: #666;
    font-family: 'kurious-looped', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.nw {
    white-space: nowrap !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb {
    margin-bottom: 32px !important;
}

@media screen and (max-width: 767px) {
    .hidden-w767 {
        display: none !important;
    }

    .mb {
        margin-bottom: 24px !important;
    }

    .row.sc-body.typea {
        display: grid;
        grid-template-columns: calc(50% - 8px) calc(50% - 8px);
        gap: 16px;
        padding: 0 15px;
    }

    .sc-body.typea.row:before,
    .sc-body.typea.row:after {
        display: none;
    }

    .sc-body.typea.row .default-item {
        margin: 0;
    }

    .sc-body.typea.row .default-item .content {
        padding: 16px;
    }

    /* .sc-headline ul.desc {
        text-align: left;
        display: inline-table;
        margin-left: 0;
    } */
}

/*########### loading ###########*/
.load-div {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*width: 100%;
    height: 100%;*/
    z-index: 100000;
    background: white;
}


.loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.loader {
    border: 8px solid #ccc;
    border-radius: 50%;
    border-top: 8px solid #00a950;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


.inactive {
    display: none !important;
}




@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }


    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }


    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*########### end loading ###########*/

/* popup */
.promotion-popup .mfp-content {
    font-weight: 500;
    width: 100%;
    max-width: 1170px;
    margin: 50px 0;
    border-radius: 8px;
}

.popup-image-style.mfp-bg.mfp-ready,
.promotion-popup.mfp-bg.mfp-ready,
.mfp-wrap {
    z-index: 2004;
}

.promotion-popup .mfp-content .mfp-close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #00a850;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -15px !important;
    right: -15px !important;
    z-index: 20;
    opacity: 1;
}

.promotion-popup .mfp-content .mfp-close:after {
    font-size: 12px;
    font-weight: bold;
}

.promotion-popup .mfp-content .promotion-content {
    padding: 48px 0 16px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.icw .header-txt {
    color: #333;
    font-family: kurious;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 16px;
}

/* .promotion-popup ul,
.promotion-popup ol {
    padding-left: 20px;
} */

.promotion-popup ul>li {
    list-style: disc;
    color: #333;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.promotion-popup ol>li {
    list-style: decimal;
    color: #333;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.promotion-popup .promotion-content .remark .popup-content {
    padding-bottom: 40px;
}

.promotion-popup .promotion-content .popup-note {
    background: #FAFAFA;
    padding-top: 16px;
    padding-bottom: 16px;

    font-family: kurious-looped;
    font-size: 13px;
    color: #333;
}

.promotion-popup .promotion-content .popup-note li {
    font-family: kurious-looped;
    font-size: 13px;
    color: #333;
    font-weight: 500 !important;
}

.popup-content .box-note,
.popup-content .box-note li {
    font-size: 13px;
}

.popup-content .box-note {
    background: #FAFAFA;
    padding: 16px;
    margin: 8px 0;
    border-radius: 8px;
}

.icw .main .body-title {
    color: #333;
    text-align: center;
    font-family: kurious;
    font-size: 33px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.mb-2 {
    margin-bottom: 48px !important;
}

@media screen and (max-width:1024px) {
    .promotion-popup .mfp-content .mfp-close {
        right: -10px !important;
    }
    .mb-2 {
        margin-bottom: 32px !important;
    }
}

@media screen and (max-width:767px) {


    .section-product .accordion {
        margin-bottom: 0;
    }

    .icw .main .body-title {
        font-size: 24px;
        line-height: 36px;
        margin-top: 40px;
        margin-bottom: 16px;
    }

    .promotion-popup .mfp-content .mfp-close:hover {
        color: #fff;
    }

    .promotion-popup .mfp-content {
        height: 100%;
        margin: 0 !important;
    }

    .promotion-popup.mfp-ready .mfp-container {
        padding: 0 !important;
    }

    .promotion-popup .mfp-content .mfp-close,
    .popup-open .mfp-content .mfp-close {
        right: 16px !important;
        top: 16px !important;
    }

    .promotion-popup .mfp-content .promotion-content {
        padding-top: 80px;
        border-radius: 0;
    }

    .header-txt {
        font-size: 16px;
        line-height: 24px;
    }

    .promotion-popup .promotion-content .remark .popup-content {
        padding-bottom: 24px;
    }
}



/* filter car */
.filter-wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
    /* margin: 30px 0; */
    height: 70px;
}

.filter-wrapper .form-ic {
    float: left;
}

.filter-wrapper .choice input.choice-input+.choice-name,
.filter-wrapper .form-ic .choice input.choice-input+.choice-name {
    color: #333;
}

.filter-wrapper .form-ic .choice.inline:not(:last-child) {
    margin-right: 5px;
}

.filter-wrapper .form-ic .choice input.choice-input+.choice-name .ic {
    color: #aaa;
    margin-left: 10px;
    margin-top: -3px;
}

.filter-wrapper .form-ic .choice {
    background: rgb(255, 255, 255);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: 2px solid #eee;
    padding: 5px 10px;
    border-radius: 20px;
}

.filter-wrapper .form-ic .choice.active {
    background: rgb(70, 89, 104);
    background: linear-gradient(135deg, rgba(70, 89, 104, 1) 0%, rgba(35, 45, 52, 1) 100%);
}

.filter-wrapper .form-ic .choice.active input.choice-input+.choice-name {
    color: #fff;
    font-weight: bold;
}

.filter-wrapper .form-ic .choice.active input.choice-input+.choice-name .ic {
    color: #4DCD8A;
}

.filter-wrapper .form-ic .choice input.choice-input+.choice-name {
    padding-left: 0;
}

.filter-wrapper .form-ic .choice input[type=checkbox].choice-input+.choice-name {
    background-image: none;
}

.filter-wrapper .filter {
    position: relative;
    float: left;
}

.filter-wrapper .filter .filter-btn {
    width: 36px;
    height: 36px;
    line-height: 28px;
    border: 2px solid #eee;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}

.filter-wrapper .filter .filter-btn .ic {
    color: #333;
}

.filter-wrapper .action {
    position: absolute;
    top: 10px;
    right: 0;
    margin-top: 0;
}

.filter-wrapper .action a:not(:last-child) {
    margin-right: 15px;
}

.filter-wrapper .filter-expand {
    position: absolute;
    left: 135px;
    top: 45px;
    max-width: 600px;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.filter-wrapper .filter-expand.active {
    opacity: 1;
}

.filter-wrapper .filter-expand .form {
    padding: 35px 50px;
}

.filter-wrapper .filter-expand .fields {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.filter-wrapper .filter-expand .fields .heading {
    margin-bottom: 20px;
}

.filter-wrapper .filter-expand .field {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.filter-wrapper .filter-expand .form .choice {
    width: 33.3333333%;
    margin-bottom: 20px;
}

.filter-wrapper .filter-expand .form .choice .ic {
    display: none;
}

.filter-wrapper .filter-expand .form .choice.inline:not(:last-child) {
    margin-right: 0;
    padding-right: 20px;
}

.filter-wrapper .filter-expand .form-action {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #eee;
    padding: 10px 20px 10px 50px;
}

.filter-wrapper .filter-expand .form-action .kcc-link-more {
    margin-top: 10px;
}

.icw #product-search.tab-new .sc-heading {
    text-align: center;
}

.icw #product-search.tab-new .action-dropdown {
    display: none;
}

.no-border {
    border: 0 !important;
}

.icw #product-search.tab-new .filter-wrapper .form-ic .choice .choice-name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    font-family: 'kurious';
    font-size: 16px;
    color: #999;
    font-weight: 600;
    flex-direction: column;
    gap: 8px;

    transition: .3s ease-in-out;
    margin-bottom: 8px;
}

.icw #product-search.tab-new .filter-wrapper .form-ic .choice .choice-name i {
    font-size: 24px;
}

.icw #product-search.tab-new .filter-wrapper .form-ic .choice.active .choice-name i {
    color: #00A94F;
}

.icw #product-search.tab-new .filter-wrapper .form-ic .choice.active {
    border-bottom: 3px solid #00A94F !important;
    background: transparent;
    border-radius: 0;
}

.icw #product-search.tab-new .filter-wrapper .form-ic .choice.active .choice-name {
    color: #333;
    font-weight: 600;
}

.icw #product-search.tab-new .filter-wrapper .form-ic {
    border-bottom: 2px solid #ebebeb;
    width: 100% !important;
}

.icw #product-search.tab-new .filter-wrapper .form-ic .choice {
    border: 0;
    padding: 0;
    border-bottom: 3px solid transparent !important;
    background: transparent;
}

.icw #product-search.tab-new .filter-wrapper .form-ic .choice.inline:not(:last-child) {
    margin-right: 0;
}

.icw #product-search.tab-new .choice-group {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 0;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.icw .select-car .head-select {
    color: #333;

    font-family: 'kurious';
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px;
    padding-left: 16px;
}

.select2-results .select2-results__group {
    background: #F4F4F4;
    color: #666;
    font-family: 'kurious';
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    padding: 2px 24px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.select2-container .select2-results__options {
    visibility: visible;
}

.select:after {
    background: transparent;
    border: 0;
    display: none;
}

.icw #product-search .select-car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.j-end {
    justify-content: flex-end !important;
}

.icw #product-search .select-car .col {
    width: 310px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 12px 16px;
    color: #999;
    font-family: 'kurious';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

/*    border-radius: 100px;*/
    /* border: 1px solid #D7D7D7; */
    background: #FFF;
}


.select2-container--default.select2-container:not(.select2-container--disabled) .select2-selection--single {
    border: 1px solid #D7D7D7;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border: 1px solid #00A94F;
    border-bottom: 0;
    background: #ECF4F3;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered {
    background: #ECF4F3;
}

.select2-container--open .select2-selection__arrow {
    display: none !important;
}

.select2-dropdown {
    border: 1px solid #00A94F;
    border-radius: 24px;
}

.select2-container--default span[aria-labelledby="select2-sort-car-container"] .select2-selection__rendered {
    color: #333;
}

.select2-container--default span[aria-labelledby="select2-sort-car-container"] .select2-selection__rendered i {
    color: #00A94F;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
}

.select2-container .select2-results__option {
    padding: 12px 24px;
    color: #999;
    font-family: 'kurious';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #00A94F;
    color: #fff;
}

/*.select2-container {
    width: 310px !important;
}*/

/* #select2-sort-car-results li:first-child:before {
    font-weight: 400;
    content: "\e97a";
    font-family: 'iconavigation' !important;
    margin-right: 8px;
}

#select2-sort-car-results li:last-child:before {
    font-weight: 400;
    content: "\e979";
    font-family: 'iconavigation' !important;
    margin-right: 8px;
} */

.select2-results ul::-webkit-scrollbar {
    display: none;
}

.icw .body-brand {
    color: #333;
    text-align: center;
    font-family: 'kurious';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
    .icw #product-search.tab-new .choice-group {
        gap: 32px;
    }
}

@media screen and (max-width:767px) {
    .icw .body-brand {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 16px;
    }

    .icw #product-search.tab-new .choice-group {
        gap: 16px;
    }

    .icw #navigation-page-sticky.stickyNav {
        max-height: calc(100vh - 70px) !important;
    }

    .icw #product-search.tab-new .filter-wrapper .form-ic {
        width: max-content !important;
    }

    .icw #product-search.tab-new .filter-wrapper .form-ic .choice {
        background: transparent;
    }

    .icw #product-search.tab-new .filter-wrapper .form-ic .choice.inline {
        margin-bottom: 0;
    }

    .icw #product-search.tab-new .choice-group:not(:last-child) {
        gap: 16px;
    }

    .icw #product-search.tab-new .filter-wrapper .form-ic .choice.inline:last-child {
        margin-right: 16px !important;
    }

    .icw #product-search.tab-new .choice-group.credit-card-choice {
        margin-bottom: 0;
        display: flex;
        justify-content: flex-start;
        white-space: nowrap !important;
        overflow: auto;
        margin-right: 20px;
        padding-left: 0px;
    }

    .icw #product-search.tab-new .choice-group.credit-card-choice::-webkit-scrollbar {
        display: none;
    }

    .icw #product-search.tab-new .field {
        /* position: relative; */
        width: calc(100vw - 65px);
        display: block;
        position: absolute;
        border-bottom: 1px solid #DBDBDB;
        padding-bottom: 0;
        padding-left: 0;
        margin-left: 12px;
    }

    .icw #product-search.tab-new .action-dropdown {
        display: block;
        position: absolute;
        z-index: 3;
        top: -14px;
        right: 5px;
        width: 25px;
        margin-top: 19px;
        height: 60px;
        border-left: 1px solid #DBDBDB;
        align-items: normal;
        justify-content: flex-end;
        background: transparent;
        box-shadow: -20px 0px 15px 0px rgba(236, 241, 247, 0.9);
    }

    .icw #product-search.tab-new .action-dropdown .link-d {
        display: block;
        position: relative;
        width: 25px;
        height: 70px;
        font-size: 12px;
        background: transparent;
        font-family: 'iconavigation' !important;
    }

    .icw #product-search.tab-new .action-dropdown .link-d::before {
        content: "\e900";
        position: absolute;
        transform: rotate(90deg);
        top: 30%;
        left: 8px;
        transition: .3s ease-in-out;
        color: #00A94F;
    }

    .icw #product-search.tab-new .action-dropdown .link-d.active:before {
        transform: rotate(-90deg);
    }

    .icw #product-search.tab-new .tab-dropdown {
        position: absolute;
        z-index: 2;
        top: 0px;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        margin-left: -15px;
    }

    .icw #product-search.tab-new .tab-dropdown.active {
        opacity: 1;
        visibility: visible;
        background-color: #ECF1F7;
        padding: 0 16px;
        height: 70px;
        display: flex;
        align-items: center;
    }

    .icw #product-search.tab-new .tab-dropdown .txt {
        line-height: 40px;

        color: #333;
        font-family: "kurious";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }


    .icw #product-search.tab-new .choice-group.credit-card-choice.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        display: block;
        top: 60px;
        position: absolute;
        overflow: visible;
        white-space: initial !important;
        z-index: 10000;
        background-color: #ECF1F7;
        left: -18px;
        width: 100vw;
        padding: 15px 5px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
        border-top: 1px solid #DBDBDB;
    }

    .icw #product-search.tab-new .choice-group.credit-card-choice.active .choice.inline {
        width: fit-content;
        display: inline-block;
        height: 40px;
        padding: 8px 24px;
        border: 1px solid #ddd !important;
        border-radius: 8px;
        background-color: #fff;
        margin: 5px !important;
    }

    .icw #product-search.tab-new .choice-group.credit-card-choice.active .choice.inline.active {
        border: 1px solid #00A94F !important;
    }

    .icw #product-search.tab-new .filter-wrapper .form-ic .choice-group.credit-card-choice.active .choice.active .choice-name {
        color: #00A94F !important;
    }

    .icw #product-search.tab-new .filter-wrapper .form-ic .choice-group.credit-card-choice.active .choice .choice-name {
        height: auto;
    }

    .icw #product-search.tab-new #scopeMobile.credit-lists {
        margin-top: 30px;
        z-index: 100;
    }

    .icw #product-search.tab-new .choice-group.credit-card-choice.active {
        position: relative !important;
        z-index: 10000 !important;
    }

    .icw #product-search.tab-new .field {
        z-index: 101;
    }

    .icw #product-search.tab-new .filter-wrapper {
        position: relative;
        overflow: visible;
        z-index: 101;
    }

    .icw #product-search.tab-new .field {
        width: calc(100vw - 30px);
    }

    /*.select2-container {
        width: calc(100vw - 30px) !important;
    }*/

    .icw #product-search .select-car {
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }

    .icw #product-search .select-car .col {
        width: 100% !important;
    }

    .icw #product-search .select-car.j-end {
        border-top: 1px solid #dbdbdb;
        padding-top: 24px;
    }
}

/* end filter car */

.action-form.a-center {
    display: none !important;
}