﻿.purple {
    background-color: #ded2e8;
}

.w600 {
    width: 600px !important;
}

.w420 {
    width: 420px !important;
}

.w578 {
    width: 578px;
}

.m_r12 {
    margin-right: 12px;
}

.crumbs {
    list-style: none;
    font-weight: 600;
    float: left;
    font-size: 14px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: calc(100% - 70px);
}

    .crumbs::-webkit-scrollbar {
        display: none;
    }

    .crumbs li, .crumbs li h1, .crumbs li h2, .crumbs li h3, .crumbs li h4 {
        display: inline-block;
    }

        .crumbs li a {
            position: relative;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
            height: 28px;
            margin-right: 15px;
            padding-right: 20px;
            color: #666;
            font-size: 14px;
            font-weight: 300;
            white-space: nowrap;
        }

            .crumbs li a:before {
                content: "";
                position: absolute;
                right: 0px;
                width: 2px;
                height: 20px;
                background-color: #dedede;
                transform: rotate( 40deg);
            }

            .crumbs li a.last:before {
                width: 0px;
            }

.item_t, .item_m {
    float: left;
    display: block;
    clear: both;
    width: 100%;
}

.l_item, .r_item {
    display: block;
    float: left;
}

.l_item {
    clear: left;
    width: 500px;
}

.r_item {
    clear: right;
    padding-left: 15px;
    width: calc(100% - 500px);
}

.t_item, .b_item {
    float: left;
    clear: both;
}

.t_item {
    width: 100%;
    text-align: center;
}

.b_item {
    width: 100%;
}

    .b_item h5, .b_item h3 {
        font-size: 18px;
        font-weight: 400;
        color: #555;
        text-align: center;
        padding: 12px 0px;
    }

    .b_item h5 {
        border-bottom: 1px solid #CCC;
    }

        .b_item h5 span {
            font-weight: 600;
            color: #39ab49;
        }

.multi, .single, .button {
    width: 285px;
    position: relative;
    display: block;
    clear: both;
    padding: 12px 0px 0px 0px;
    font-size: 15px;
    color: #555;
}

    .single h6 {
        font-size: 15px;
        text-align: center;
        color: #666;
    }

        .single h6.old {
            text-decoration: line-through;
        }

        .single h6.new {
            color: #000;
        }

            .single h6.new span {
                color: #cc0000;
                font-size: 22px;
            }

    .multi table {
        width: 100%;
        position: relative;
        display: block;
        clear: both;
        border-collapse: collapse;
    }

        .multi table tr {
            padding-bottom: 10px;
            float: left;
        }

    .multi input[type="radio"] {
        outline: none;
        float: left;
        margin: 4px 10px 0px 0px;
    }

    .multi label {
        float: left;
        position: relative;
        display: block;
    }

        .multi label .sn {
            width: 170px;
            float: left;
            position: relative;
            display: block;
        }

        .multi label .pr {
            width: 90px;
            float: right;
            text-align: right;
            font-weight: 600;
            color: #bd2026;
        }

.button {
    text-align: center;
    margin-bottom: 15px;
}

.s_phone {
    display: block;
    position: relative;
    float: left;
    margin-bottom: 10px;
    padding: 7px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #288ad6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #288ad6;
}

    .s_phone input[type="text"] {
        border: none;
        outline: none;
        background-color: #FFFFFF;
        font-size: 14px;
        color: #898989;
        padding: 2px 1% 2px 1%;
        float: left;
        margin-left: 2%;
        width: 70%;
        -webkit-apperance: none;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
    }

    .s_phone input[type="submit"] {
        border: none;
        outline: none;
        color: #fff;
        font-weight: 600;
        float: left;
        margin-left: 10px;
        background: transparent;
        padding-top: 3px;
        text-transform: none;
        cursor: pointer;
    }

        .s_phone input[type="submit"]:hover {
            text-decoration: underline;
        }

.button input[type="submit"].cart {
    display: block;
    padding: 9px 0;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #d97f00;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #f89406;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#f76b1c),to(#f89406));
    background: -webkit-linear-gradient(top,#f89406,#f76b1c);
    background: -moz-linear-gradient(top,#f89406,#f76b1c);
    background: -ms-linear-gradient(top,#f89406,#f76b1c);
    background: -o-linear-gradient(top,#f89406,#f76b1c);
}

.button input[type="submit"]:hover, .button input[type="submit"].active {
    cursor: pointer;
    background: #ef8d02;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#f05e0b),to(#ef8d02));
    background: -webkit-linear-gradient(top,#ef8d02,#f05e0b);
    background: -moz-linear-gradient(top,#ef8d02,#f05e0b);
}

.on-phone {
    padding-top: 0px;
}

.r_item h1 {
    color: #838383;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #CCC;
    text-transform: uppercase;
    padding: 0px 0px 5px 0px;
    margin-bottom: 10px;
}

.r_item h2 {
    font-weight: 600;
    color: #bd2026;
    font-size: 25px;
    margin-bottom: 10px;
}

.r_item .desc, .r_item .social-share {
    width: 100%;
    display: block;
    float: left;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.r_item .social-share {
    list-style: none;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 5px 0px;
    background-color: #F7F7F7;
}

    .r_item .social-share li {
        float: left;
        display: inline-block;
        padding-right: 10px;
    }

        .r_item .social-share li a {
            background-color: transparent;
            background-position: -3px center;
            background-repeat: no-repeat;
            padding-left: 24px;
            line-height: 24px;
            font-size: 13px;
        }

            .r_item .social-share li a.fb {
                background-image: url(../images/fb.png);
            }

            .r_item .social-share li a.tw {
                background-image: url(../images/tw.png);
            }

.r_item .d_promotion {
    width: 380px;
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
    color: #FFF;
    clear: both;
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #c21e1f;
    border: 1px solid #8a1414;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-box-shadow: inset 1px 1px 1px #ff2f2f;
    -webkit-box-shadow: inset 1px 1px 1px #ff2f2f;
    box-shadow: inset 1px 1px 1px #ff2f2f;
    -o-box-shadow: inset 1px 1px 1px #ff2f2f;
}

    .r_item .d_promotion h3 {
        font-size: 18px;
        color: #fdcd01;
        font-weight: 600;
        text-transform: uppercase;
        text-shadow: 2px 2px 2px #ae080f;
    }

.r_item .sub_desc {
    width: 380px;
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
    clear: both;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.r_item .even {
    background-color: #e7ffe2;
    border: 1px solid #b1dab3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-box-shadow: inset 1px 1px 1px #ffffff;
    -webkit-box-shadow: inset 1px 1px 1px #ffffff;
    box-shadow: inset 1px 1px 1px #ffffff;
    -o-box-shadow: inset 1px 1px 1px #ffffff;
    color: #189001;
}

.r_item .odd {
    background-color: #fffcd9;
    border: 1px solid #d8d297;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-box-shadow: inset 1px 1px 1px #ffffff;
    -webkit-box-shadow: inset 1px 1px 1px #ffffff;
    box-shadow: inset 1px 1px 1px #ffffff;
    -o-box-shadow: inset 1px 1px 1px #ffffff;
    color: #f26922;
}

.r_item .sub_desc h3 {
    font-size: 15px;
    font-weight: 600;
}

.item_m {
    margin-top: 15px;
}

ul.tabs, .t_content {
    display: block;
    width: 100%;
    float: left;
}

.t_content {
    margin-top: 10px;
    color: #555;
    font-size: 14px;
}

ul.tabs {
    list-style: none;
    border-bottom: 2px solid #bd2026;
}

    ul.tabs li {
        display: inline-block;
        margin-right: 7px;
        position: relative;
        float: left;
        background-color: #ebebeb;
        padding: 8px 20px;
        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
    }

        ul.tabs li.active, ul.tabs li.active:hover {
            background-color: #bd2026;
        }

        ul.tabs li:hover {
            background-color: #d4e9ff;
        }

        ul.tabs li a {
            color: #555;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
        }

        ul.tabs li.active a, ul.tabs li.active a:hover {
            color: #FFF;
        }

        ul.tabs li a:hover {
            color: #bd2026;
        }

.t_content .item {
    width: 25% !important;
}

.cms_topic, .contact_ct, .cms_item {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    clear: both;
    font-size: 14px;
}

    .cms_topic .items {
        padding-top: 5px !important;
    }

.no-border {
    border: none;
}

.contact_ct {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.cms_topic p {
    clear: both;
    padding: 0px;
}

.cms_topic ul,
.cms_topic ol {
    margin-left: 40px;
}

.cms_topic h1, .cms_topic h3.title {
    color: #0a6e2b;
    font-size: 20px;
    padding: 7px 0px;
    margin: 0px 0px 7px 0px;
}

.cms_topic h1 {
    text-transform: uppercase;
}

.cms_topic h2,
.cms_topic h2 a {
    padding: 0px 0px;
    font-size: 16px;
    color: #bd2026;
}

.contact_l, .contact_r {
    float: left;
    position: relative;
    display: block;
    font-size: 14px;
    color: #555;
}

.contact_l {
    width: 300px;
    padding-right: 10px;
}

.contact_r {
    width: calc(100% - 300px);
}

.contact_l .send {
    width: 300px;
    margin-top: 10px;
    text-align: center;
    clear: both;
    position: relative;
    display: block;
    float: left;
}

.contact_l h1, .contact_ct h3 {
    font-size: 18px;
    font-weight: 600;
    color: #bd2026;
}

.contact_l input[type="text"], .contact_l textarea {
    border: none;
    outline: none;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #898989;
    padding: 5px 10px 5px 10px;
    float: left;
    clear: both;
    width: 90%;
    margin: 4px 0px;
    border: 1px solid #AEAEAE;
    -webkit-apperance: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

    .contact_l input[type="text"]:focus, .contact_l textarea:focus, .contact_l input.error {
        border: 1px solid #bd2026;
    }

.contact_l textarea {
    height: 200px;
}

.contact_l input[type="submit"] {
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent url("../images/img-button.png") no-repeat center center;
    width: 160px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    padding: 12px 0px 17px 0px;
}

.cms_thumb {
    width: 100%;
    float: left;
}

    .cms_thumb .item {
        padding: 0px 10px 15px 0px;
        width: 25%;
        float: left;
    }

        .cms_thumb .item .i {
            display: block;
            width: 100%;
            text-align: center;
            border: 1px solid #cdcdcd;
            float: left;
            padding: 12px 0px;
        }

        .cms_thumb .item h4 {
            padding: 5px;
            border: 1px solid #cdcdcd;
            border-top: none;
            min-height: 48px;
            max-height: 48px;
            overflow: hidden;
        }

            .cms_thumb .item h4, .cms_thumb .item h4 a {
                font-weight: normal;
                font-size: 14px;
                text-align: center;
                color: #be302f;
                font-weight: 600;
            }

.albums {
    margin-top: 15px;
    width: 100%;
    float: left;
}

    .albums h3 {
        font-size: 16px;
        font-weight: 600;
        color: #838383;
        text-align: left;
        padding: 5px 10px 5px 0px;
        text-transform: uppercase;
    }

    .albums .item {
        width: 20%;
        float: left;
        padding: 15px 10px 0px 0px;
        text-align: center;
        border: 1px solid #CCC;
        margin: -1px 0px 0px -1px;
    }

        .albums .item img {
            transform: scale(1);
            transition-duration: .4s;
            object-fit: scale-down;
        }

            .albums .item img:hover {
                transform: scale(1.05);
            }

.cms_news, .cms_news .item {
    width: 792px;
    position: relative;
    display: block;
    float: left;
    clear: both;
}

    .cms_news .item {
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cdcdcd;
    }

        .cms_news .item:last-child {
            border-bottom: none;
            padding-bottom: 0px;
        }

        .cms_news .item .item_img {
            display: block;
            width: 200px;
            text-align: center;
            border: 1px solid #cdcdcd;
            float: left;
            position: relative;
            clear: both;
            margin-right: 15px;
        }

        .cms_news .item .item_info, .cms_news .item .item_info .desc {
            float: left;
            width: 575px;
            position: relative;
            display: block;
            float: left;
        }

            .cms_news .item .item_info .desc {
                clear: both;
                color: #555;
                margin-bottom: 10px;
            }

            .cms_news .item .item_info h3 {
                font-weight: 600;
                font-size: 14px;
                margin-bottom: 10px;
            }

                .cms_news .item .item_info h3 a {
                    color: #363636;
                }

                    .cms_news .item .item_info h3 a:hover {
                        color: #bd2026;
                    }

            .cms_news .item .item_info a.more {
                font-weight: 400;
                border-left: 4px solid #cdcdcd;
                padding-left: 10px;
                float: right;
                clear: both;
                position: relative;
            }

                .cms_news .item .item_info a.more:hover {
                    border-left: 4px solid #bd2026;
                }

.paging {
    width: 100%;
    display: block;
    float: left;
    margin-top: 10px;
}

    .paging ul {
        float: right;
        display: block;
        position: relative;
        clear: both;
        list-style: none;
    }

        .paging ul li {
            display: inline-block;
            float: left;
            position: relative;
            text-align: center;
            line-height: 40px;
            margin-left: 10px;
        }

            .paging ul li a, .paging ul li.current {
                width: 40px;
                height: 40px;
                font-size: 15px;
                position: relative;
                display: block;
                color: #555;
                background-color: #cdcdcd;
            }

                .paging ul li a:hover, .paging ul li.current {
                    background-color: #bd2026;
                    color: #FFF;
                }

            .paging ul li.first a, .paging ul li.next a {
                background-image: url(../images/icon-next.png);
                background-position: center center;
                background-repeat: no-repeat;
            }

            .paging ul li.first a {
                background-image: url(../images/icon-prev.png);
            }

h1.title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #bd2026;
}

.check_box, .check_box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.check_box {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    clear: both;
    margin-top: 20px;
    font-size: 14px;
}

    .check_box .lf, .check_box .rt {
        position: relative;
        display: block;
        width: 50%;
    }

    .check_box .lf {
        float: left;
        clear: left;
        padding-right: 10px;
    }

    .check_box .rt {
        float: right;
        clear: right;
    }

    .check_box .payment-tabs {
        width: 100%;
        float: left;
        clear: both;
        position: relative;
        display: block;
        padding: 0px;
    }

.payment-tabs ul.payment-options {
    list-style: none;
    float: left;
    position: relative;
    display: block;
    border-bottom: 1px solid #249ba9;
    width: 100%;
}

    .payment-tabs ul.payment-options:after {
        content: " ";
        display: table;
    }

    .payment-tabs ul.payment-options > li {
        width: 128px;
        float: left;
        position: relative;
        display: block;
        text-align: center;
        padding: 0px;
        list-style: none;
        border-right: 1px solid #249ba9;
        height: 80px;
    }

    .payment-tabs ul.payment-options li.first {
        padding-left: 0px;
    }

    .payment-tabs ul.payment-options > li:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: -1px;
        z-index: 1;
        border-bottom: 1px solid #249ba9;
    }

    .payment-tabs ul.payment-options a {
        width: 100%;
        height: 100%;
        display: block;
        line-height: normal;
        background-color: transparent;
        background-position: center 40px;
        background-repeat: no-repeat;
    }

        .payment-tabs ul.payment-options a span {
            display: block;
            padding: 5px;
        }

        .payment-tabs ul.payment-options a:hover {
            -moz-box-shadow: 0px 0px 5px 1px #43c7d7;
            -webkit-box-shadow: 0px 0px 5px 1px #43c7d7;
            box-shadow: 0px 0px 5px 1px #43c7d7;
            z-index: 9;
        }

        .payment-tabs ul.payment-options a.active:hover {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .payment-tabs ul.payment-options a.active:before {
            content: '';
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #249ba9;
            bottom: -10px;
            left: 50%;
            margin-left: -10px;
            z-index: 2;
        }

        .payment-tabs ul.payment-options a.active:after {
            content: '';
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-top: 9px solid #FFFFFF;
            bottom: -9px;
            left: 50%;
            margin-left: -9px;
            z-index: 3;
        }

        .payment-tabs ul.payment-options a.cash {
            background-image: url(../images/payment/cash.png);
        }

        .payment-tabs ul.payment-options a.bank {
            background-image: url(../images/payment/bank.png);
        }

        .payment-tabs ul.payment-options a.atm {
            background-image: url(../images/payment/atm.png);
        }

        .payment-tabs ul.payment-options a.master-visa {
            background-image: url(../images/payment/visa.png);
        }

        .payment-tabs ul.payment-options a.paypal {
            background-image: url(../images/payment/paypal.png);
        }

        .payment-tabs ul.payment-options a.western {
            background-image: url(../images/payment/western.png);
        }

        .payment-tabs ul.payment-options a.eWallet {
            background-image: url(../images/payment/eWallet.png);
        }

ul.step, ul.step * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.step {
    margin-top: 20px;
    overflow: hidden;
    float: left;
    clear: both;
    position: relative;
    width: 100%;
    list-style: none;
}

    ul.step li {
        float: left;
        width: 33.3%;
        text-align: left;
        border: 1px solid;
        border-top-color: #c2cdd9;
        border-bottom-color: #c2cdd9;
        border-right-color: #c2cdd9;
        border-left-width: 0;
    }

        ul.step li a, ul.step li span,
        ul.step li.step_current span, ul.step li.step_current a,
        ul.step li.step_current_end span, ul.step li.step_current_end a {
            display: block;
            padding: 13px 10px 14px 13px;
            color: #5d6e79;
            font-size: 17px;
            line-height: 21px;
            font-weight: bold;
            text-shadow: 1px 1px white;
            position: relative;
        }

            ul.step li a:after, ul.step li span:after,
            ul.step li.step_current span:after, ul.step li.step_current a:after,
            ul.step li.step_current_end span:after, ul.step li.step_current_end a:after {
                content: ".";
                position: absolute;
                top: 7px;
                right: -18px;
                z-index: 0;
                text-indent: -5000px;
                display: block;
                width: 33px;
                height: 33px;
                margin-top: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            ul.step li a:focus, ul.step li span:focus,
            ul.step li.step_current span:focus, ul.step li.step_current a:focus,
            ul.step li.step_current_end span:focus, ul.step li.step_current_end a:focus {
                text-decoration: none;
                outline: none;
            }

        ul.step li.first {
            border-left-width: 1px;
            border-left-color: #c2cdd9;
        }

            ul.step li.first span, ul.step li.first a {
                padding-left: 13px !important;
            }

        ul.step li.step_current {
            font-weight: bold;
            background: #43c7d7;
            border-color: #249ba9;
        }

            ul.step li.step_current span,
            ul.step li.step_current a {
                color: white;
                text-shadow: 1px 1px #17616a;
                position: relative;
                padding-left: 38px;
            }

                ul.step li.step_current span:after,
                ul.step li.step_current a:after {
                    background: #43c7d7;
                    border-top: 1px solid #249ba9;
                    border-right: 1px solid #249ba9;
                }

        ul.step li.step_current_end {
            font-weight: bold;
        }

        ul.step li.step_todo {
            background: #f1f4f7;
        }

            ul.step li.step_todo span,
            ul.step li.step_todo a {
                display: block;
                color: #5d6e79;
                position: relative;
                padding-left: 38px;
                font-weight: normal;
            }

                ul.step li.step_todo span:after,
                ul.step li.step_todo a:after {
                    background: #f1f4f7;
                    border-top: 1px solid #c2cdd9;
                    border-right: 1px solid #c2cdd9;
                }

        ul.step li.last {
            -moz-border-radius-topright: 0;
            -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
            -moz-border-radius-bottomright: 0;
            -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
        }

            ul.step li.last span,
            ul.step li.last a {
                -moz-border-radius-topright: 0;
                -webkit-border-top-right-radius: 0;
                border-top-right-radius: 0;
                -moz-border-radius-bottomright: 0;
                -webkit-border-bottom-right-radius: 0;
                border-bottom-right-radius: 0;
            }

        ul.step li.step_done {
            border-color: #171b1e;
            background: #38414a;
        }

            ul.step li.step_done a, ul.step li.step_done span {
                color: white;
                text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
                padding-left: 38px;
            }

                ul.step li.step_done a:after, ul.step li.step_done span:after {
                    background: #38414a;
                    border-top: 1px solid #171b1e;
                    border-right: 1px solid #171b1e;
                }

            ul.step li.step_done.step_done_last a:after {
                background: #38414a;
                border-top: 1px solid #171b1e;
                border-right: 1px solid #171b1e;
            }

        ul.step li em {
            font-style: normal;
        }

        ul.step li#step_end span:after,
        ul.step li#step_end a:after {
            display: none;
        }

.summary {
    background-color: #F7F7F7;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

    .summary .title {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 600;
        padding: 8px 10px;
        border-bottom: 1px solid #cdcdcd;
        color: #333;
        text-transform: uppercase;
    }

    .summary .button {
        text-align: left;
        width: 100%;
        padding-left: 10px;
    }

.cart_detail {
    float: left;
    clear: both;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 10px 10px 10px;
    border-bottom: 1px solid #cdcdcd;
}

    .cart_detail .remove {
        background: url('../images/close.png') no-repeat 0px 0px;
        width: 28px;
        height: 28px;
        position: absolute;
        left: 10px;
        top: 0px;
        z-index: 1;
    }

    .cart_detail .cart_ig, .cart_detail .cart_in {
        float: left;
        display: block;
        position: relative;
    }

    .cart_detail .cart_ig {
        width: 20%;
        padding: 0px 10px 0px 0px;
        clear: left;
    }

        .cart_detail .cart_ig img {
            width: 100%;
        }

    .cart_detail .cart_in {
        width: 80%;
        clear: right;
        color: #555;
    }

        .cart_detail .cart_in h3, .cart_detail .cart_in .qly, .cart_detail .cart_in .pri {
            display: block;
            clear: both;
            position: relative;
            float: left;
            width: 100%;
            font-weight: normal;
        }

        .cart_detail .cart_in .qly, .cart_detail .cart_in .pri {
            margin-bottom: 5px;
        }

        .cart_detail .cart_in h3 a, .cart_detail .cart_in h3 span {
            color: #555;
            display: block;
            position: relative;
            width: 100%;
            float: left;
            margin-bottom: 5px;
        }

        .cart_detail .cart_in h3 span {
            color: #39ab49;
            font-size: 16px;
        }

        .cart_detail .cart_in h3 strong {
            color: #555;
            font-size: 13px;
            width: 100px;
            display: inline-block;
        }

        .cart_detail .cart_in h3 a {
            font-weight: 600;
            font-size: 14px;
            color: #bd2026;
        }

        .cart_detail .cart_in .pri {
            font-weight: 600;
            font-size: 15px;
        }

            .cart_detail .cart_in .qly span, .cart_detail .cart_in .pri span {
                width: 100px;
                display: inline-block;
                float: left;
                position: relative;
                font-size: 13px;
                font-weight: normal;
                line-height: 23px;
            }

        .cart_detail .cart_in .qly select {
            width: 50px;
            float: left;
            outline: none;
            background-color: #FFFFFF;
            border: 1px solid #C2C2C2;
            padding: 2px 5px;
            color: #838383;
        }

.check_box #content {
    margin-top: 0px;
}

.pr_dt {
    float: left;
    position: relative;
    display: block;
    clear: both;
    font-size: 15px;
    width: 100%;
}

    .pr_dt div {
        width: 100%;
        position: relative;
        display: block;
        clear: both;
        margin-bottom: 5px;
        font-weight: 600;
    }

        .pr_dt div span, .pr_dt div strong {
            display: block;
            float: left;
            text-align: left;
            font-weight: normal;
            padding: 0px 10px;
            color: #bd2026;
            width: 100px;
        }

        .pr_dt div strong {
            font-weight: 600;
        }

        .pr_dt div.fn {
            border-top: 1px solid #cdcdcd;
            padding-top: 5px;
        }

    .pr_dt input[type="text"] {
        border: none;
        outline: none;
        background-color: #FFFFFF;
        font-size: 14px;
        color: #898989;
        padding: 4px 10px 4px 10px;
        float: left;
        clear: right;
        width: 90%;
        margin: 10px 0px 0px 10px;
        border: 1px solid #555;
        -webkit-apperance: none;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

        .pr_dt input[type="text"]:focus {
            border: 1px solid #bd2026;
        }

.check_box #content .items {
    padding: 5px 0px;
}

.check_box #content .promotion {
    padding: 10px 0px 10px 3px;
    width: 100%;
}

    .check_box #content .promotion h2 {
        font-size: 17px;
        text-transform: uppercase;
        clear: both;
        color: #bd2026;
    }

    .check_box #content .promotion .items .item {
        width: 33%;
    }

    .check_box #content .data_items .items .i,
    .check_box #content .promotion .items .t {
        width: 100%;
    }

.frm {
    border: 1px solid #249ba9;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

    .frm h2 {
        font-size: 17px;
        margin-bottom: 10px;
        font-weight: 600;
        padding: 5px 10px;
        border-bottom: 1px dotted #249ba9;
        color: #FFF;
        background: #43c7d7;
        text-transform: uppercase;
        text-shadow: 1px 1px #17616a;
    }

.pay h2 {
    margin-bottom: 0px;
}

.check_box .current {
    border: 1px solid #cdcdcd;
}

    .check_box .current h2 {
        border-bottom: 1px dotted #cdcdcd;
        color: #333;
        background: #F7F7F7;
        text-shadow: 1px 1px #cdcdcd;
    }

.frm div {
    width: 100%;
    float: left;
    color: #555;
}

    .frm div label {
        display: block;
        float: left;
        clear: left;
        width: 30%;
        line-height: 26px;
        color: #6a6a6a;
        cursor: pointer;
    }

    .frm div span.cost {
        line-height: 26px;
        display: inline-block;
        color: #bd2026;
        font-weight: 600;
    }

.frm .payment {
    width: 100%;
    border-collapse: collapse;
}

    .frm .payment label {
        width: auto;
        clear: none;
        margin-left: 5px;
    }

.frm div a {
    line-height: 26px;
    font-weight: 600;
}

.frm div input[type="text"], .frm div input[type="password"], .frm div textarea, .frm div select {
    border: none;
    outline: none;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #898989;
    padding: 4px 10px 4px 10px;
    float: left;
    clear: right;
    width: 70%;
    border: 1px solid #555;
    -webkit-apperance: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.frm div select {
    padding: 3px 10px 3px 10px;
}

.frm div input[type="checkbox"], .frm div input[type="radio"] {
    float: left;
    margin-top: 7px;
}

.frm div select.ddl_small {
    width: auto;
    margin-right: 5px;
}

.frm div textarea {
    resize: none;
    height: 80px;
    width: 100%;
}

    .frm div input[type="text"]:focus, .frm div input[type="password"]:focus, .frm div textarea:focus {
        border: 1px solid #bd2026;
    }

.frm div .error {
    background-color: #fdd !important;
    border: 1px solid #bd2026 !important;
}

.frm div .req {
    color: #bd2026;
    padding-right: 5px;
}

.frm div.button {
    text-align: left !important;
    padding: 15px 15px 0 15px;
}

.error_info {
    position: relative;
    display: block;
    clear: both;
    float: left;
    color: #bd2026;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-bottom: 1px dotted #9c9c9c;
    width: 100%;
}

.frm div.item_m,
.frm div.t_content,
.frm div.t_content div {
    margin: 0px;
}

.frm div.t_content {
    padding: 15px;
}

    .frm div.t_content .p-info {
        padding: 0px;
        font-size: 14px;
    }

.p-info p {
    margin: 5px 0px;
}

.p-info ul {
    list-style: none;
    float: left;
    clear: both;
    width: 100%;
}

    .p-info ul.ul-cash {
        margin-top: 10px;
    }

        .p-info ul.ul-cash li {
            float: left;
            display: block;
            padding: 0px 10px;
            clear: both;
        }

            .p-info ul.ul-cash li label {
                width: auto;
                clear: right;
                padding-left: 10px;
            }

    .p-info ul.b-bank li {
        float: left;
        display: block;
        padding: 0px;
        width: 33.3%;
        border: 1px solid #ddd;
        margin: -1px 0px 0px -1px;
        padding: 5px 10px;
    }

    .p-info ul.b-bank div {
        padding: 0px;
        text-align: center;
    }

        .p-info ul.b-bank div img {
            max-width: 100%;
        }

.frm ul.tabs {
    width: 100%;
}

    .frm ul.tabs li {
        padding: 4px 10px;
        font-size: 13px;
    }

.frm div.bank {
    width: 80px;
    position: relative;
    display: block;
    float: left;
    clear: none;
    padding: 10px !important;
    border: 1px solid #ddd;
    margin: -1px -1px 0px 0px !important;
    height: 60px;
    text-align: center;
}

    .frm div.bank:hover {
        border: 1px solid #bd2026;
        -moz-box-shadow: 0px 0px 5px 1px #9d2026;
        -webkit-box-shadow: 0px 0px 5px 1px #9d2026;
        box-shadow: 0px 0px 5px 1px #9d2026;
        z-index: 5;
    }

    .frm div.bank img{
        width: 100%;
    }
    .frm div.t_content div.active {
        border: 1px solid #bd2026;
        z-index: 4;
    }

    .frm div.t_content div.active:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.frm .noti {
    color: #bd2026;
}

.more-info {
    padding: 0 15px;
}

    .more-info p {
        margin: 0px;
    }

.tb_order_info {
    width: 100%;
    background-color: #C2C2C2;
    clear: both;
}

    .tb_order_info th {
        color: #555;
        background-color: #F7F7F7;
        padding: 5px;
        font-size: 14px;
        font-weight: 600;
    }

    .tb_order_info td {
        background-color: #FFF;
        color: #000000;
        padding: 2px 5px;
    }

        .tb_order_info td strong.title {
            width: 150px;
            display: inline-block;
            float: left;
            text-align: right;
            padding-right: 10px;
        }

.form_ctrl, .s_adv {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    clear: both;
    margin-top: 10px;
}

.s_adv {
    margin-top: 0px;
    border: 1px solid #C2C2C2;
    margin-bottom: 10px;
}

    .s_adv h2 {
        padding: 10px;
        position: relative;
        display: block;
        clear: both;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        background-color: #F7F7F7;
        border-bottom: 1px solid #C2C2C2;
        margin-bottom: 10px;
    }

.col_1_2,
.col_1_1 {
    width: 780px;
    float: left;
    position: relative;
    display: block;
}

.form_ctrl .col_1_2 {
    width: calc(50% - 6px);
}

.s_adv .col_1_2 {
    padding-left: 10px;
    width: 378px;
}

.s_adv .re_btt {
    position: relative;
    display: block;
    float: left;
    clear: left;
    margin: 0px 0px 10px 10px;
}

.frm_content {
    width: 100%;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    padding: 10px;
    position: relative;
    display: block;
    float: left;
}

    .frm_content h2 {
        font-weight: 600;
        text-transform: uppercase;
        color: #333;
        font-size: 17px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #cdcdcd;
    }

    .frm_content div, .s_adv .col_1_2 div {
        width: 100%;
        float: left;
        position: relative;
        display: block;
        clear: left;
        margin-bottom: 10px;
        color: #333;
    }

        .frm_content div label, .s_adv .col_1_2 div label {
            display: inline-block;
            float: left;
            clear: left;
            width: 125px;
            color: #888;
            cursor: pointer;
        }

        .frm_content div a {
            font-weight: 600;
        }

            .frm_content div a.fb,
            .frm_content div a.g,
            .check_box div a.fb,
            .check_box div a.g {
                line-height: 24px;
                padding-left: 24px;
                background: transparent url(../images/fb.png) no-repeat -3px center;
            }

            .frm_content div a.g,
            .check_box div a.g {
                background: transparent url(../images/g.png) no-repeat -3px center;
            }

        .frm_content div input[type="text"], .frm_content div input[type="password"], .frm_content div textarea, .frm_content div select, .s_adv div select {
            border: none;
            outline: none;
            background-color: #FFFFFF;
            font-size: 14px;
            color: #333;
            padding: 4px 10px 4px 10px;
            float: left;
            clear: right;
            width: 220px;
            border: 1px solid #cdcdcd;
            -webkit-apperance: none;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -o-border-radius: 3px;
        }

        .frm_content div select, .s_adv div select {
            width: 242px;
            padding: 3px 10px 3px 10px;
        }

        .frm_content div input[type="checkbox"], .frm_content div input[type="radio"] {
            float: left;
            margin-top: 7px;
        }

        .frm_content div select.ddl_small {
            width: auto;
            margin-right: 5px;
        }

        .frm_content div textarea {
            resize: none;
            height: 80px;
            width: 370px;
        }

            .frm_content div input[type="text"]:focus, .frm_content div input[type="password"]:focus, .frm_content div textarea:focus {
                border: 1px solid #bd2026;
            }

        .frm_content div .error {
            background-color: #fdd !important;
            border: 1px solid #bd2026 !important;
        }

        .frm_content div .req {
            color: #bd2026;
            padding-right: 5px;
        }

        .frm_content div.button {
            text-align: left;
            margin: 0px;
            padding: 0px;
        }

    .frm_content .button input.create, .frm_content .button input.login, .frm_content .button input.mail,
    .frm_content .button input.save, .button input.buy, .s_adv .re_btt input[type="submit"], .button a.buy {
        border: none;
        outline: none;
        cursor: pointer;
        background: #e7ffe2 url("../images/user-login.png") no-repeat 3px center;
        border: 1px solid #b1dab3;
        width: auto;
        text-align: left;
        font-weight: normal;
        font-size: 14px;
        color: #189001;
        text-transform: none;
        padding: 8px 15px 8px 30px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
    }

    .frm_content .button input.login {
        background: #e7ffe2 url("../images/lock.png") no-repeat 3px center;
    }

    .frm_content .button input.mail {
        background: #e7ffe2 url("../images/mail.png") no-repeat 3px center;
    }

    .frm_content .button input.save, .s_adv .re_btt input[type="submit"], .button input.buy, .button a.buy {
        background: #e7ffe2 url("../images/save.png") no-repeat 3px center;
    }

        .frm_content .button input.create:hover, .frm_content .button input.login:hover,
        .frm_content .button input.mail:hover, .frm_content .button input.save:hover,
        .s_adv .re_btt input[type="submit"]:hover, .button input.buy:hover, .button a.buy:hover {
            border: 1px solid #d8d297;
            background: #fffcd9 url("../images/user-login-hover.png") no-repeat 3px center;
            color: #f26922;
        }

    .frm_content .button input.login:hover {
        background: #fffcd9 url("../images/lock-hover.png") no-repeat 3px center;
    }

    .frm_content .button input.mail:hover {
        background: #fffcd9 url("../images/mail-hover.png") no-repeat 3px center;
    }

    .frm_content .button input.save:hover, .s_adv .re_btt input[type="submit"]:hover, .button input.buy:hover, .button a.buy:hover {
        background: #fffcd9 url("../images/save-hover.png") no-repeat 3px center;
    }

div.desc {
    width: calc(100% - 10px);
    position: relative;
    display: block;
    float: left;
    margin: 10px 0px;
    border: 1px solid #b1dab3;
    background: #e7ffe2;
    color: #189001;
    padding: 10px;
}

    div.desc a {
        color: #189001;
    }

.form_ctrl p.desc {
    margin: 6px 0px;
    padding-bottom: 10px;
    color: #189001;
    font-size: 13px;
    border-bottom: 1px solid #cdcdcd;
}

.acc_ctrl, .acc_ctrl .list_ctrl, .acc_ctrl .list_ctrl ul {
    width: 250px;
    float: left;
    position: relative;
    display: block;
    clear: both;
}

    .acc_ctrl h2 {
        clear: both;
        font-size: 18px;
        font-weight: 600;
        color: #FFF;
        background: #414141;
        text-transform: uppercase;
        padding: 10px 15px;
        background-image: -webkit-linear-gradient(top, #414141 0%, #343434 100%);
        background-image: -o-linear-gradient(top, #414141 0%, #343434 100%);
        background-image: linear-gradient(to bottom, #414141 0%, #343434 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF414141', endColorstr='#FF343434', GradientType=0);
        border: 1px solid #000;
        border-radius: 3px 3px 0px 0px;
        -webkit-border-radius: 3px 3px 0px 0px;
        -moz-border-radius: 3px 3px 0px 0px;
        -o-border-radius: 3px 3px 0px 0px;
    }

    .acc_ctrl .list_ctrl {
        width: 248px;
        border: 1px solid #cdcdcd;
        border-radius: 0px 0px 3px 3px;
        -webkit-border-radius: 0px 0px 3px 3px;
        -moz-border-radius: 0px 0px 3px 3px;
        -o-border-radius: 0px 0px 3px 3px;
        padding: 0px;
    }

        .acc_ctrl .list_ctrl ul {
            list-style: none;
            width: 248px;
        }

            .acc_ctrl .list_ctrl ul li {
                padding: 5px 0 5px 15px;
                border-top: 1px solid #cdcdcd;
            }

                .acc_ctrl .list_ctrl ul li:hover {
                    background: #F7F7F7;
                }

                .acc_ctrl .list_ctrl ul li.first {
                    border-top: none;
                }

                .acc_ctrl .list_ctrl ul li a {
                    color: #777;
                    background: transparent url(../images/bullet_footer.png) no-repeat left center;
                    padding-left: 17px;
                }

                    .acc_ctrl .list_ctrl ul li a:hover {
                        color: #bd2026;
                    }

.branch_dtl, .branch_dtl ul, .branch_dtl ul li {
    width: 780px;
    position: relative;
    display: block;
    float: left;
    clear: both;
}

    .branch_dtl ul {
        list-style: none;
    }

    .branch_dtl h4 {
        font-weight: 600;
        font-size: 14px;
        color: #555;
        background-image: url("../images/icon-hyt.png");
        background-repeat: no-repeat;
        background-position: left 4px;
        padding: 8px 0px 8px 30px;
    }

.morelist {
    clear: both;
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

    .morelist a {
        display: inline-block;
        overflow: hidden;
        width: 400px;
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding: 10px;
        text-transform: uppercase;
        cursor: pointer;
        background: #ACC955;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

        .morelist a:hover {
            background: #bd2026;
            color: #FFF;
        }

.frm .morelist label {
    text-align: left;
    clear: right;
    width: auto;
    padding-left: 10px;
    width: 90%;
    color: #189001;
}

.frm .morelist input {
    padding-left: 10px;
    width: 10%;
}

.morelist em {
    font-style: normal;
    font-weight: 600;
}

.morelist .icondown {
    position: absolute;
    margin: 7px 0 0 5px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
}

.morelist h5 {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.frm .morelist {
    margin: 0px;
    padding: 2px;
    font-size: 13px;
    text-transform: none;
    width: 100%;
    color: #189001;
    background: #e7ffe2;
    border: 1px solid #b1dab3;
}

    .frm .morelist:hover {
        color: #f26922;
        border: 1px solid #d8d297;
        background: #fffcd9;
    }

table.style {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dedede;
}

    table.style tbody tr:nth-child(odd) {
        background-color: #F8F8F8;
    }

    table.style td {
        padding: 5px;
        border-bottom: 1px solid #dedede;
    }

    table.style thead,
    table.style tr.head {
        text-align: center;
        font-weight: bold;
        background-color: #DDDDDD;
        color: #000000;
        border-bottom: 1px solid #dedede;
    }

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 9999;
    background: #FFF;
}

.cssload-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
    margin: auto;
}

    .cssload-loader .cssload-dot {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 45px;
        height: 100%;
        margin: auto;
    }

        .cssload-loader .cssload-dot:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 45px;
            height: 45px;
            border-radius: 100%;
            transform: scale(0);
            -o-transform: scale(0);
            -ms-transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
        }

        .cssload-loader .cssload-dot:nth-child(7n+1) {
            transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
        }

            .cssload-loader .cssload-dot:nth-child(7n+1):before {
                background: rgb(0,255,128);
                animation: cssload-load 1.76s linear 0.22s infinite;
                -o-animation: cssload-load 1.76s linear 0.22s infinite;
                -ms-animation: cssload-load 1.76s linear 0.22s infinite;
                -webkit-animation: cssload-load 1.76s linear 0.22s infinite;
                -moz-animation: cssload-load 1.76s linear 0.22s infinite;
            }

        .cssload-loader .cssload-dot:nth-child(7n+2) {
            transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
        }

            .cssload-loader .cssload-dot:nth-child(7n+2):before {
                background: rgb(0,255,234);
                animation: cssload-load 1.76s linear 0.44s infinite;
                -o-animation: cssload-load 1.76s linear 0.44s infinite;
                -ms-animation: cssload-load 1.76s linear 0.44s infinite;
                -webkit-animation: cssload-load 1.76s linear 0.44s infinite;
                -moz-animation: cssload-load 1.76s linear 0.44s infinite;
            }

        .cssload-loader .cssload-dot:nth-child(7n+3) {
            transform: rotate(135deg);
            -o-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
        }

            .cssload-loader .cssload-dot:nth-child(7n+3):before {
                background: rgb(0,170,255);
                animation: cssload-load 1.76s linear 0.66s infinite;
                -o-animation: cssload-load 1.76s linear 0.66s infinite;
                -ms-animation: cssload-load 1.76s linear 0.66s infinite;
                -webkit-animation: cssload-load 1.76s linear 0.66s infinite;
                -moz-animation: cssload-load 1.76s linear 0.66s infinite;
            }

        .cssload-loader .cssload-dot:nth-child(7n+4) {
            transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
        }

            .cssload-loader .cssload-dot:nth-child(7n+4):before {
                background: rgb(0,64,255);
                animation: cssload-load 1.76s linear 0.88s infinite;
                -o-animation: cssload-load 1.76s linear 0.88s infinite;
                -ms-animation: cssload-load 1.76s linear 0.88s infinite;
                -webkit-animation: cssload-load 1.76s linear 0.88s infinite;
                -moz-animation: cssload-load 1.76s linear 0.88s infinite;
            }

        .cssload-loader .cssload-dot:nth-child(7n+5) {
            transform: rotate(225deg);
            -o-transform: rotate(225deg);
            -ms-transform: rotate(225deg);
            -webkit-transform: rotate(225deg);
            -moz-transform: rotate(225deg);
        }

            .cssload-loader .cssload-dot:nth-child(7n+5):before {
                background: rgb(42,0,255);
                animation: cssload-load 1.76s linear 1.1s infinite;
                -o-animation: cssload-load 1.76s linear 1.1s infinite;
                -ms-animation: cssload-load 1.76s linear 1.1s infinite;
                -webkit-animation: cssload-load 1.76s linear 1.1s infinite;
                -moz-animation: cssload-load 1.76s linear 1.1s infinite;
            }

        .cssload-loader .cssload-dot:nth-child(7n+6) {
            transform: rotate(270deg);
            -o-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
        }

            .cssload-loader .cssload-dot:nth-child(7n+6):before {
                background: rgb(149,0,255);
                animation: cssload-load 1.76s linear 1.32s infinite;
                -o-animation: cssload-load 1.76s linear 1.32s infinite;
                -ms-animation: cssload-load 1.76s linear 1.32s infinite;
                -webkit-animation: cssload-load 1.76s linear 1.32s infinite;
                -moz-animation: cssload-load 1.76s linear 1.32s infinite;
            }

        .cssload-loader .cssload-dot:nth-child(7n+7) {
            transform: rotate(315deg);
        }

            .cssload-loader .cssload-dot:nth-child(7n+7):before {
                background: magenta;
                animation: cssload-load 1.76s linear 1.54s infinite;
                -o-animation: cssload-load 1.76s linear 1.54s infinite;
                -ms-animation: cssload-load 1.76s linear 1.54s infinite;
                -webkit-animation: cssload-load 1.76s linear 1.54s infinite;
                -moz-animation: cssload-load 1.76s linear 1.54s infinite;
            }

        .cssload-loader .cssload-dot:nth-child(7n+8) {
            transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
        }

            .cssload-loader .cssload-dot:nth-child(7n+8):before {
                background: rgb(255,0,149);
                animation: cssload-load 1.76s linear 1.76s infinite;
                -o-animation: cssload-load 1.76s linear 1.76s infinite;
                -ms-animation: cssload-load 1.76s linear 1.76s infinite;
                -webkit-animation: cssload-load 1.76s linear 1.76s infinite;
                -moz-animation: cssload-load 1.76s linear 1.76s infinite;
            }

@keyframes cssload-load {
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@-o-keyframes cssload-load {
    100% {
        opacity: 0;
        -o-transform: scale(1);
    }
}

@-ms-keyframes cssload-load {
    100% {
        opacity: 0;
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes cssload-load {
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cssload-load {
    100% {
        opacity: 0;
        -moz-transform: scale(1);
    }
}

.pd_summary {
    border-top: 1px solid #e7e7e7;
    padding: 10px 0px 0px 0px;
    font-size: 14px;
    color: #a6a6a6;
}

.no-border {
    border: none;
    padding: 0px 0px 10px 0px;
}

.single-price .old-price {
    font-size: 16px;
    font-weight: 400;
    color: #83868c;
    margin: 0px 14px 0px 0px;
    text-decoration: line-through;
}

.single-price .price {
    font-size: 20px;
    font-weight: 600;
    color: #bd2026;
}

.vat {
    margin: 0px 0px 10px 0px;
    font-style: italic;
}

.area_order,
.on-phone {
    margin-top: 10px;
}

    .area_order .buy-now,
    .area_order .add-cart,
    .on-phone .call-now,
    .e-buy {
        display: inline-block;
        padding: 10px 0;
        margin: 0;
        text-align: center;
        border: none;
        color: #fff;
        background-color: #e32d2d;
        font-weight: 600;
        font-size: 16px;
        border-radius: 10px;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        margin-left: 10px;
        color: #fff;
        width: 200px;
    }

    .area_order .add-cart {
        padding: 7px 0;
        margin-left: 0;
        background: #fff;
        color: #e32d2d;
        border: 3px solid #ff9800;
        color: #ff9800;
    }

    .area_order .on-hand {
        color: #49ab49;
        border: 3px solid #49ab49;
    }

        .area_order .on-hand:hover {
            border: 3px solid #09ab29;
            color: #09ab29;
        }

    .on-phone .call-now {
        color: #4caf50;
        background: #FFF;
        border: 3px solid #4caf50;
        padding: 7px 0;
        margin-left: 0;
        width: 415px;
    }

.e-buy {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
}

    .e-buy:hover {
        color: #FFF;
        outline: none;
        background-color: #c3000c;
    }

.express-noti {
    font-size: 14px;
    font-weight: 600;
}

.offer {
    border: 1px solid #ebebeb;
    padding: 10px 12px;
    position: relative;
    margin-top: 20px;
    color: #288ad6;
    font-size: 14px;
}

    .offer h4 {
        font-size: 18px;
        margin: 0;
        font-weight: 600;
        display: inline-block;
        position: absolute;
        left: 49px;
        top: -14px;
        color: #288ad6;
        padding: 0 14px;
        background-color: #fff;
        text-transform: uppercase;
    }

.multi {
    width: 100%;
    float: left;
    clear: both;
    padding: 0px;
}

.multi-item {
    width: 100%;
    float: left;
    padding-bottom: 8px;
}

    .multi-item input {
        float: left;
        margin: 4px 10px 0px 0px;
    }

    .multi-item label b {
        padding-right: 10px;
    }

.benefit {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
}

    .benefit li {
        list-style: none;
        padding-left: 30px;
        position: relative;
        text-align: left;
        line-height: 28px;
        text-transform: capitalize;
    }

        .benefit li:before {
            content: '1';
            position: absolute;
            left: 0;
            top: 4px;
            border-radius: 50%;
            background: #288ad6;
            color: #FFF;
            width: 20px;
            display: block;
            text-align: center;
            line-height: 20px;
        }

        .benefit li:nth-child(2):before {
            content: '2';
        }

        .benefit li:nth-child(3):before {
            content: '3';
        }

        .benefit li:nth-child(4):before {
            content: '4';
        }

        .benefit li:nth-child(5):before {
            content: '5';
        }

        .benefit li:nth-child(6):before {
            content: '6';
        }

        .benefit li:nth-child(7):before {
            content: '7';
        }

.cart-items {
    width: 75%;
    float: left;
    margin-top: 10px;
    padding-right: 20px;
}

    .cart-items .cart-item {
        width: 100%;
        position: relative;
        border: 2px solid #E1E1E1;
        margin-bottom: 10px;
        border-radius: 5px;
        -webkit-box-shadow: 0 2px 5px #0000001a;
        -moz-box-shadow: 0 2px 5px #0000001a;
        box-shadow: 0 2px 5px #0000001a;
        padding: 15px;
    }

    .cart-items .close {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 16px;
        font-weight: 600;
    }

    .cart-items .img {
        width: 64px;
        float: left;
        margin-right: 15px;
        clear: left;
    }

        .cart-items .img img {
            width: 100%;
        }

    .cart-items .text {
        width: calc(100% - 64px - 15px);
        float: left;
        clear: right;
        font-size: 14px;
    }

.text a {
    font-weight: 600;
    display: block;
    color: #bd2026;
}

.ctrl-qty a {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #E1E1E1;
    background: transparent url("../images/plus.png") no-repeat center center;
    float: left;
    border-radius: .2rem;
}

    .ctrl-qty a.minus {
        background: transparent url("../images/minus.png") no-repeat center center;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .ctrl-qty a.plus {
        margin-left: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.ctrl-qty input {
    border: 1px solid #E1E1E1;
    margin-left: -1px;
    float: left;
    padding: 7.5px 8px;
    width: 50px;
    background-clip: padding-box;
    -moz-appearance: textfield;
    user-select: none;
    text-align: center;
}

    .ctrl-qty input:focus {
        outline: none;
        box-shadow: none;
    }

    .ctrl-qty input::-webkit-outer-spin-button,
    .ctrl-qty input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

.total {
    width: 25%;
    float: left;
    margin-top: 10px;
    border: 2px solid #E1E1E1;
    border-radius: 5px;
    padding: 15px;
    -webkit-box-shadow: 0 2px 5px #0000001a;
    -moz-box-shadow: 0 2px 5px #0000001a;
    box-shadow: 0 2px 5px #0000001a;
}

    .total .each-row {
        width: 100%;
        float: left;
        padding-bottom: 7px;
        font-size: 14px;
    }

.last {
    border-top: 1px solid #E1E1E1;
    font-weight: 600;
}

.total .each-row strong {
    float: right;
}

.frm-data {
    width: 60%;
    float: left;
    font: 14px 'Open Sans', sans-serif;
    margin-bottom: 0;
}

    .frm-data h2 {
        font-size: 18px;
        color: #333333;
        font-weight: 600;
        margin: 5px 0px 1rem 0px;
        width: 100%;
        float: left;
        clear: both;
    }

    .frm-data div {
        margin-bottom: 1rem;
        clear: both;
        width: 100%;
        float: left;
    }

        .frm-data div label {
            cursor: pointer;
            font-weight: 500;
            padding-top: 3px;
            padding-bottom: calc(.375rem + 1px);
            margin-bottom: 0;
            font-size: inherit;
            line-height: 1.5;
            display: inline-block;
            width: 150px;
            float: left;
        }

            .frm-data div label span {
                color: #bd2026;
            }

    .frm-data input[type=text],
    .frm-data select,
    .frm-data textarea {
        height: calc(1.5em + .5rem + 2px);
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        display: block;
        width: calc(100% - 150px);
        font-weight: 400;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        float: left;
    }

    .frm-data textarea {
        width: 100%;
        height: auto;
    }
    .frm-data select {
        width: 100%;
    }

        .frm-data input[type=text]:focus,
        .frm-data select:focus,
        .frm-data textarea:focus {
            outline: none;
            box-shadow: none;
        }

    .frm-data .ddl_small {
        width: calc(25% - 15px);
        margin-right: 15px;
    }

    .frm-data input[type=checkbox] {
        float: left;
        margin: 7px 15px 0px 0px;
    }

.invalid-feedback {
    display: none;
    width: auto !important;
    font-size: 12px;
    color: #dc3545 !important;
    margin: 2px 0px 0px 150px !important;
}

.ddl_small ~ .invalid-feedback {
    margin-left: 0px !important;
}

.is-invalid,
.invalid .dxeButtonEditSys {
    border-color: #dc3545 !important;
}

    .is-invalid ~ .invalid-feedback {
        display: block;
    }

    .is-invalid.cbb-4 ~ .invalid-feedback,
    .invalid .invalid-feedback {
        display: block;
    }

.cbb-2 .invalid-feedback,
.invalid .invalid-feedback {
    margin-left: 0px !important;
}

.sc-right {
    float: left;
    width: 40%;
    padding-left: 15px;
}

    .sc-right .total {
        width: 100%;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-top: 0px;
    }

    .sc-right .cart-item {
        padding: 15px 15px 0 15px;
        border-bottom: 1px solid #E1E1E1;
        clear: both;
        float: left;
        width: 100%;
    }

        .sc-right .cart-item .img {
            width: 64px;
            float: left;
            margin-right: 15px;
            clear: left;
        }

            .sc-right .cart-item .img img {
                width: 100%;
            }

    .sc-right .cart-items .text {
        width: calc(100% - 64px - 15px);
        float: left;
        clear: right;
        font-size: 14px;
    }

.p-info input[type="radio"] {
    margin-right: 10px;
}

.p-info label {
    clear: none !important;
    width: calc(100% - 30px) !important;
}
