/* Minification failed. Returning unminified contents.
(9,22): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(23,28): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(83,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(90,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(127,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(146,28): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
 */
.cart-element.item_count {
    position: absolute;
    top: 5px;
    left: unset;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: var(--secondary-color);
    border-radius: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    right: 5%;
}

.submenu-category-image {
    width: 75px;
    height: 47px;
}

.one-check {
    background-color: var(--blue-color);
    padding: 10px 15px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    border: 0;
    font-size: 12px;
}

#ProductlistForm .pager {
    list-style-type: none;
    margin: 20px 0 14px 0;
    text-align: center;
    zoom: 1;
    line-height: 35px;
}

    #ProductlistForm .pager .page-no {
        border: 1px solid #ddd;
        display: inline-block;
        line-height: 1.42857143;
        margin-left: -5px;
        padding: 7px;
        zoom: 1;
        vertical-align: middle;
    }

    #ProductlistForm .pager .page-limit-container {
        display: inline-block;
        height: 36px;
        margin-left: -4px;
        overflow: hidden;
        position: relative;
        vertical-align: middle;
        zoom: 1;
        font-size: 14px;
        cursor: pointer;
    }

        #ProductlistForm .pager .page-limit-container .page-limit {
            margin-top: 0px !important;
            padding-left: 1px;
            position: absolute;
            text-align: left;
        }

    #ProductlistForm .pager .page-limit-container .page-limit .page-no {
        box-sizing: content-box;
        display: block;
        float: left;
        margin-left: -1px;
        text-align: center;
        width: 20px;
        height: 20px;
    }

    #ProductlistForm .pager .page-no a {
        background-color: transparent;
        border: none;
        border-radius: 0px;
        color: var(--primary-color);
        display: inline;
        font-size: 12px;
        padding: 0px;
    }

    #ProductlistForm .pager .page-no.page-active {
        background-color: var(--primary-color);
    }

        #ProductlistForm .pager .page-no.page-active a {
            color: #fff;
        }

    #ProductlistForm .pager > .page-no:first-child {
        border-radius: 4px 0px 0px 4px;
    }

    #ProductlistForm .pager > .page-no:last-child {
        border-radius: 0px 4px 4px 0px;
    }

.category-image {
    background-color: white;
    padding: 4px;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    border-radius: 8px;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}

.cashback-remark {
    font-size: 0.75rem;
}

.detail-product .product-check-status-btn {
    border: 0;
    width: 160px;
    display: inline-block;
    float: left;
    padding: 10px 5px;
    border-radius: 20px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    margin: 10px 20px;
}

.product-item .product-title .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-point-info,
.product-size,
.product-color {
    padding: 0 20px;
}

.product-rop-redeem-btn, .product-rop-redeem-btn:hover {
    background-color: var(--blue-color);
    color: #fff;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 10px 5px;
    border-radius: 0 0 15px 15px;
    text-align: center;
    margin-top: 13px;
}

input[type=radio].radio-color {
    display: none;
}

.item-left {
    float: left;
}

.radio-color {
    border-radius: 8px;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#c0c0c0');
    height: 14px;
    margin: 5px 5px 0px 5px;
    vertical-align: middle;
    width: 14px;
}

    .radio-color.active {
        background-color: #000000;
        border-radius: 14px;
        height: 20px;
        width: 20px;
    }

.size-block {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}

    .size-block:hover {
        cursor: pointer;
    }

    .size-block.selected {
        font-weight: bold;
    }

li .wrapper-product .product-item {
    width: 31%;
}

@media only screen and (max-width: 1023px) {
    li .wrapper-product .product-item {
        width: 48%;
    }
}

@media only screen and (max-width: 767px) {
    li .wrapper-product .product-item {
        width: 100%;
        margin-bottom: 15px !important;
    }

    span.product-name {
        width: auto !important;
        margin-top: 5px !important;
    }
}

#showProductList #product-list .wrapper-product .product-item .product-detail .product-add-to-cart {
    position: absolute;
    width: 100%;
    bottom: 0;
}

@media only screen and (max-width: 2560px) and (min-width: 1921px) {
    #showProductList #product-list .wrapper-product .product-item {
        height: 523px;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1400px) {
    #showProductList #product-list .wrapper-product .product-item {
        height: 523px;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
    #showProductList #product-list .wrapper-product .product-item {
        height: 482px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
    #showProductList #product-list .wrapper-product .product-item {
        height: 439px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 992px) {
    #showProductList #product-list .wrapper-product .product-item {
        height: 566px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    #showProductList #product-list .wrapper-product .product-item {
        height: 470px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 321px) {
    #showProductList #product-list .wrapper-product .product-item {
        height: 550px;
    }
}

@media only screen and (max-width: 320px) {
    #showProductList #product-list .wrapper-product .product-item {
        height: 500px;
    }
}

@media only screen and (max-width: 420px) {
    .form-jal.mycart-details {
        width: 100%;
    }

    .wrapper-mycart-steps {
        width: 320px;
    }
    .wrapper-mycart-steps:lang(th) {
        width: 100%;
    }
}

.validation-da {
    color: red;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 15px;
    width: 100% !important;
}

    .validation-da ul li {
        width: 100% !important;
        text-align: left;
        font-family: Tahoma;
        font-size: 14px;
        list-style-type: disc !important;
    }

/*social*/
#menu-share-button li {
    cursor: pointer;
}

#menu-share-button li div.icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fff;
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
}
/*Credit card detail*/
.creditcard-detail {
    margin-bottom: 25px;
    margin-left: 4%;
}

.creditcard-detail-img {
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 57px;
    width: 90px;
}

.creditcard-detail-title {
    color: inherit;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}
.creditcard-detail-title:lang(th) {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0px;
}

.creditcard-detail-subtitle {
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}
.creditcard-detail-subtitle:lang(th) {
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
}

.creditcard-detail-cardnumber {
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 0px;
}
.creditcard-detail-cardnumber:lang(th) {
    font-size: 22.5px;
    font-weight: 500;
    line-height: 1;
}

.creditcard-detail-table {
    border-collapse: collapse;
    border-spacing: 0px;
}

    .creditcard-detail-table table {
        border: 1px solid #DDD;
        margin-top: 10px;
    }

        .creditcard-detail-table table thead tr {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            background: none repeat scroll 0% 0% #DDD;
            border-color: #DDD -moz-use-text-color;
            border-image: none;
            border-style: solid none;
            border-width: 1px medium;
        }


            .creditcard-detail-table table thead tr th {
                background-color: #F4ECF7;
                border: medium none;
                font-size: 14px;
                font-weight: normal;
                font-weight: bold;
                line-height: 1.42857;
                padding: 5px;
                text-align: center;
                vertical-align: middle;
            }
            .creditcard-detail-table table thead tr th:lang(th) {
                font-size: 20px;
                font-weight: bold;
                line-height: 1;
                letter-spacing: -0.5px;
            }

        .creditcard-detail-table table tbody tr {
        }

            .creditcard-detail-table table tbody tr:hover {
                background-color: #F5F5F5;
            }

            .creditcard-detail-table table tbody tr td {
                border-top: 1px solid #DDD;
                font-size: 14px;
                line-height: 1.42857;
                padding: 8px;
                text-align: center;
                vertical-align: middle;
            }
            .creditcard-detail-table table tbody tr td:lang(th) {
                font-size: 20px;
                line-height: 1;
                letter-spacing: -0.5px;
            }

@media only screen and (max-width:767px) {
    .accordion-unbilled-transaction.creditcard-detail-flex .accordion-body table.type-services tbody tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .accordion-unbilled-transaction.creditcard-detail-flex .accordion-body table.type-services td {
        font-size: 12px;
    }
    .accordion-unbilled-transaction.creditcard-detail-flex .accordion-body table.type-services td:lang(th) {
        font-size: 19px;
        line-height: 1;
    }

    .accordion-unbilled-transaction.creditcard-detail-flex .accordion-body.notfirst-child {
        padding: 5px 10px 20px 10px;
    }
    .creditcard-detail-title:lang(th) {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: -1.7px;
    }
    .creditcard-detail-subtitle:lang(th) {
        font-family: inherit;
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -1px;
    }
    table.type-services th:lang(th), table.type-services td:lang(th) {
        padding: .25em;
        text-align: center;
    }
}

@media only screen and (max-width: 400px) {

    .accordion-unbilled-transaction.creditcard-detail-flex .accordion-body table.type-services td {
        font-size: 12px !important;
    }
    .accordion-unbilled-transaction.creditcard-detail-flex .accordion-body table.type-services td:lang(th) {
        font-size: 19px !important;
        line-height: 1;
    }

        .accordion-unbilled-transaction.creditcard-detail-flex .accordion-body table.type-services td::before {
            font-size: 12px !important;
        }
        .accordion-unbilled-transaction.creditcard-detail-flex .accordion-body table.type-services td:lang(th)::before {
            font-size: 19px !important;
            line-height: 1;
        }
    .creditcard-detail-title:lang(th) {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: -1px;
    }
    .creditcard-detail-subtitle:lang(th) {
        font-family: inherit;
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -1px;
    }
    table.type-services th:lang(th), table.type-services td:lang(th) {
        padding: .25em;
        text-align: center;
    }
}

@media only screen and (max-width: 374px) {

    .accordion-unbilled-transaction.creditcard-detail-flex .accordion-body table.type-services td {
        font-size: 10px !important;
    }
    .accordion-unbilled-transaction.creditcard-detail-flex .accordion-body table.type-services td:lang(th) {
        font-size: 16px !important;
        line-height: 1;
    }

        .accordion-unbilled-transaction.creditcard-detail-flex .accordion-body table.type-services td::before {
            font-size: 10px !important;
        }
        .accordion-unbilled-transaction.creditcard-detail-flex .accordion-body table.type-services td:lang(th)::before {
            font-size: 16px !important;
            line-height: 1;
        }
    .creditcard-detail-title:lang(th) {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: -1px;
    }
    .creditcard-detail-subtitle:lang(th) {
        font-family: inherit;
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -1px;
    }
    table.type-services th:lang(th), table.type-services td:lang(th) {
        padding: .25em;
        text-align: center;
    }
}

.help-and-info-content {
    margin-bottom: 10px; 
    word-wrap: break-word;
}

.help-and-info-content ul { 
    margin: 14px 0px;
    padding: 0px 0px 0px 30px;
    list-style-type: disc;
}

    .help-and-info-content ul ul {
        margin: 14px 0px;
        padding: 0px 0px 0px 30px;
        list-style-type: circle;
    }
    
        .help-and-info-content ul ul ul {
            margin: 14px 0px;
            padding: 0px 0px 0px 30px;
            list-style-type: square;
        }

.help-and-info-content ul li { margin-bottom: 10px; }

.help-and-info-content > p { margin-bottom: -10px; }

.help-and-info-content a:hover { color: #6a2da8; }

.happy-point-header {
    background-color: #eee;
    border-radius: 0px;
    color: #7461cf;
    cursor: pointer;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 10px 20px;
    position: relative;
}
.happy-point-header:lang(th) {
    font-size: 22.5px;
}

.happy-point-header strong {
    display: list-item;
    list-style-position: inside;
    list-style-type: circle;
}

.happy-point-content {
    border-radius: 0px;
    padding: 10px 60px;
}

.happy-point-content h3 { font-size: 16px; }
.happy-point-content h3:lang(th) { font-size: 22.5px; }

.happy-point-content #help-and-info-content { margin-top: -10px; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    right: 15px;
    top: 9px;
}

.ui-state-default .ui-icon {
    background-image: url(../../../Areas/RPS/images/icons/icon_down.png);
    padding: 11px;
}

.ui-state-active .ui-icon {
    background-image: url(../../../Areas/RPS/images/icons/icon_down_active.png);
    padding: 11px;
}

.mile-block {
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
}

.rop-block {
    display: inline-block;
}

.rop-icon {
    background-image: url(../../../Areas/RPS/images/category/rop-logo.jpg);
}

.jal-block {
    display: inline-block;
    padding-left: 70px;
}

.jal-icon {
    background-image: url(../../../Areas/RPS/images/category/jal-logo.jpg);
}

.mile-image-icon {
    width: 250px;
    height: 130px;
    border-radius: 3px;
}

.mile-text-icon {
    text-align: center;
    padding-top: 20px;
}

.mile-text-link {
    text-align: center;
    padding-top: 20px;
}

@media only screen and (max-width:768px) {
    .happy-point-content {
        border-radius: 0px;
        padding: 10px 10px;
    }
}

@media only screen and (max-width:425px) {
    .happy-point-content {
        border-radius: 0px;
        padding: 5px;
    }
}
