﻿.inline {
    display: inline-block;
    list-style: none;
    margin-left: 0px;
    margin-right: 0px
}

.dynamic-box {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px
}

    .dynamic-box.popup {
        padding: 10px;
        -webkit-box-shadow: 0px 3px 20px -4px rgba(0,0,0,1);
        -moz-box-shadow: 0px 3px 20px -4px rgba(0,0,0,1);
        box-shadow: 0px 3px 20px -4px rgba(0,0,0,1);
        z-index: 99999;
        position: absolute;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        background-color: #fff;
        padding: 10px
    }

    .dynamic-box .head {
        margin-right: 4px;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        border-bottom: solid 1px #ddd;
        padding-bottom: 6px
    }

        .dynamic-box .head .close {
            width: 24px;
            height: 24px;
            background: url(/DesktopModules/ProjectCs/Settings/img/del.png) center center no-repeat #ddd;
            position: absolute;
            right: 0;
            top: 0;
            display: block;
            cursor: pointer;
        }

            .dynamic-box .head .close:hover {
                background-color: #c7c7c7
            }

        .dynamic-box .head .title {
            font-size: 16px;
            font-weight: 700;
            padding-right: 30px;
            overflow: hidden;
            line-height: 24px;
            color: #006ec3
        }

    .dynamic-box.popup {
        position: inherit;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px
    }

    .dynamic-box.confirm {
        max-width: 600px
    }




.s_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999
}

    .s_mask > .message {
        padding: 10px;
        padding-top: 70px;
        background: no-repeat;
        color: #fff;
        text-align: center;
        left: 0;
        right: 0;
        width: auto
    }

    .s_mask#mask2 {
        z-index: 99997
    }

    .s_mask > div {
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
        width: 100%;
        height: 100%
    }

    .s_mask > i {
        position: fixed;
        width: 70px;
        height: 70px;
        background: url(img/loading.gif) center center no-repeat;
        z-index: 999999;
        top: calc(50% - 35px);
        left: calc(50% - 35px);
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px
    }

.input-form .col.l {
    float: left;
    width: 48%
}

.input-form .col.r {
    float: right;
    width: 48%
}

.input-form .col.f {
    float: none;
    width: 100%;
    clear: both
}

@media (max-width: 710px) {
    .input-form .col.l, .input-form .col.r {
        float: none;
        width: 100%
    }
}



.input-form .region {
    width: 48%;
    float: left
}

    .input-form .region.full {
        width: 100%;
        float: none
    }

    .input-form .region .header {
        font-weight: normal
    }

    .input-form .region.r {
        float: right
    }

.input-form .row {
    width: 100%;
    clear: both;
    padding: 0;
    overflow: hidden;
    margin-bottom: 10px
}

    .input-form .row:last-child {
        margin-bottom: 0
    }

    .input-form .row .block {
        width: calc(50%);
        float: left;
    }

        .input-form .row .block.w34 {
            width: calc(75% - 5px)
        }

        .input-form .row .block.w14 {
            width: calc(25% - 5px)
        }

        .input-form .row .block > .r {
            font-weight: 600;
            margin: 4px 0;
            font-family: Arial;
            font-size: 14px;
        }

        .input-form .row .block > .val {
            min-height: 34px;
            padding: 1px 1px;
        }

#divCart .send-order .input-form {
    font-family: Arial;
}

.input-form .block.l .val.rads input {
    height: 20px;
    width: 20px;
    padding: 2px 5px 2px 10px;
    margin-top: 3px;
}

input#txtDeliveryPlace {
    height: 38px;
    font-family: Arial;
}

label.radio-inline {
    padding-left: 3px;
    padding-right: 8px;
    font-size: 14px;
    padding-bottom: 10px;
}

.input-form .row .block .block {
    padding: 0
}

.input-form .row .block .val.fix {
    height: 34px
}

.input-form .row .block.r {
    float: right
}

.input-form .row .block.fix {
    padding: 0
}

.input-form .row .block.full {
    width: 100%;
    float: none
}

.input-form .row .block .txt {
    width: 100%
}

.input-form .row .block .datetime input.txt {
    width: 33.333333333333333%;
    float: left
}

.input-form .row .block > p {
    font-size: 16px;
    margin: 10px 0 10px 0
}

.input-form .row .block .label {
    height: 20px;
    line-height: 20px
}

.input-form .header {
    font-size: 16px;
    font-weight: bold;
    clear: both;
    line-height: 24px
}

.input-form .step .form {
    display: none;
    margin-bottom: 20px
}

.input-form .step.actived .form {
    display: block
}

.input-form .step > .header {
    color: #0076e3;
    padding: 10px 10px 10px 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 0px;
    background: url(img/arrow.png) 16px 16px no-repeat #fff;
    border: solid 1px #0076e3;
    cursor: pointer;
    margin: 4px 0
}

.input-form .step.actived > .header {
    background: url(img/arrow.png) 16px -103px no-repeat #0076e3;
    color: #fff;
}

.input-form .form-region .form-content {
    display: none
}

.input-form .form-region.opened .form-content {
    display: block
}

.input-form .form-region .region-header {
    clear: both;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    color: #444;
    cursor: pointer;
    background: url(img/max.png) left center no-repeat;
    padding-left: 24px;
    border-bottom: solid 1px #9B9B9B;
    margin-bottom: 4px
}

.input-form .form-region.opened .region-header {
    background: url(img/min.png) left center no-repeat
}

.input-form .row {
    margin-left: 0;
}

.txt, .drp {
    border: solid 1px #9b9b9b;
    background-color: #FFF;
    height: 34px;
    line-height: 34px;
    background-color: #FFF;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    outline: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.full, .ful {
    width: 100%;
}

/*Tabs*/
.tabs {
    font: -webkit-control;
}

    .tabs .tab {
        display: inline-block;
        padding: 0 10px;
        background: #848181;
        border-radius: 2px 2px 0 0;
        margin-right: 2px;
        color: #e1ecec;
        cursor: pointer;
        font-size: 15px;
        width: 24.8%;
        text-align: center;
    }

        .tabs .tab.disabled {
            color: #6D6D6D;
            text-decoration: line-through
        }

        .tabs .tab.actived {
            background: #19a1ff;
            color: #FFF;
            cursor: text
        }

    .tabs .tabcontent {
        display: none
    }

        .tabs .tabcontent .tabcontentinner {
            overflow: auto;
            background: #FFF;
            padding: 10px 0
        }

        .tabs .tabcontent.actived {
            display: block
        }

        .tabs .tabcontent table td {
            font-size: 12px
        }

    .tabs > .header {
        margin: 0;
        padding: 0;
        min-height: 34px;
        line-height: 34px;
        overflow: hidden;
        border-bottom: solid 2px #D3D3D3;
    }

}

.tabs > .header > li {
    display: inline-block;
    list-style: none;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    background: #f6f6f6;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    font-size: 12px
}

    .tabs > .header > li.actived {
        background: #ffce22;
        color: #fff
    }

.tab-content {
    display: none
}

    .tab-content.actived {
        display: block
    }

.upload-image {
    position: relative;
    text-align: center
}

    .upload-image > i.add {
        line-height: 24px;
        display: inline-block;
        background: url(/DesktopModules/ProjectCs/Settings/img/add-img.png) 4px center no-repeat;
        cursor: pointer;
        margin-bottom: 10px;
        padding: 4px 10px 4px 30px;
        border: dotted 1px #ddd
    }

    .upload-image input[type=file] {
        display: none
    }

    .upload-image > .selected-images {
        text-align: center
    }

        .upload-image > .selected-images > .img {
            position: relative;
            list-style: none;
            padding: 10px;
            display: block;
            width: 320px;
            text-align: center;
            display: inline-block;
            margin: 2px;
            background-color: #004c71;
            border-radius: 4px;
            vertical-align: middle;
            overflow: hidden
        }

            .upload-image > .selected-images > .img:hover {
                background-color: #0092d9
            }

            .upload-image > .selected-images > .img > span > a {
                color: #2093E3;
                text-decoration: none
            }

            .upload-image > .selected-images > .img.err {
                color: #fff
            }

                .upload-image > .selected-images > .img.err > span > a {
                    color: #fff
                }

            .upload-image > .selected-images > .img > .msg {
                font-style: italic;
                display: block
            }

            .upload-image > .selected-images > .img > i.remove {
                position: absolute;
                right: 5px;
                top: 5px;
                height: 24px;
                width: 24px;
                background: url(/DesktopModules/ProjectCs/Settings/img/del.png) center center no-repeat #fff;
                cursor: pointer;
                display: none
            }

            .upload-image > .selected-images > .img:hover > i.remove {
                display: block
            }

            .upload-image > .selected-images > .img > img {
                width: 100%;
                height: auto;
                vertical-align: middle
            }

/*message*/
#divMessage {
    position: absolute;
    z-index: 999999;
    display: none;
    max-width: 400px
}

    #divMessage .message-content {
        -webkit-box-shadow: 0px 3px 3px rgba(104, 104, 104, 1);
        -moz-box-shadow: 0px 3px 3px rgba(104, 104, 104, 1);
        box-shadow: 0px 3px 3px rgba(104, 104, 104, 1);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #fff999;
        padding: 10px;
        font-family: tahoma;
        font-size: 15px;
        font-weight: normal;
        color: #fc5e59;
        position: relative;
        top: 6px;
    }

    #divMessage .uparrow {
        position: absolute;
        background: url(img/message-uparrow.png) center center no-repeat;
        height: 10px;
        width: 20px;
        display: block;
        top: 0;
        z-index: 9999;
    }


/*Phần Của Thắng*/
.s_slogan > .s_right > .s_cell.total {
    width: 34px;
    height: 34px;
    position: relative;
    margin-right: 46px;
    cursor: pointer;
    font-size: 23px;
    padding-top: 10px;
}

    .s_slogan > .s_right > .s_cell.total i.fas.fa-bell {
        color: #e4ae00;
    }

    .s_slogan > .s_right > .s_cell.total > i span {
        position: absolute;
        height: 16px;
        line-height: 16px;
        padding: 0 4px;
        text-align: center;
        font-style: inherit;
        font-size: 10px;
        top: 10px;
        right: 5px;
        background-color: #f00;
        display: block;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        color: #fff;
    }

.s_slogan .s_right .s_cell.total .dropdown-notify {
    position: absolute;
    top: 85%;
    left: 12px;
    z-index: 1000;
    /* display: none; */
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

    .s_slogan .s_right .s_cell.total .dropdown-notify .dropdown-item {
        display: block;
        width: 100%;
        padding: 3px 1.5rem;
        clear: both;
        font-weight: 400;
        color: #337ab7;
        text-align: inherit;
        white-space: nowrap;
        background: 0 0;
        border: 0;
    }

    .s_slogan .s_right .s_cell.total .dropdown-notify .number {
        color: red;
        font-size: 15px;
        background-color: wheat;
        position: inherit;
        display: inline-block;
    }

    .s_slogan .s_right .s_cell.total .dropdown-notify .dropdown-item:focus, .dropdown-item:hover {
        color: #2b2d2f;
        text-decoration: none;
        background-color: #f5f5f5;
    }


.s_inner > .s_slogan > .s_right > .s_cell {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
}

.s_slogan > .s_right > .s_cell.cart {
    width: 34px;
    height: 34px;
    background: url(/DesktopModules/ProjectCs/Settings/CSS/img/cart.png) bottom center no-repeat;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

    .s_slogan > .s_right > .s_cell.cart > i {
        position: absolute;
        height: 16px;
        line-height: 16px;
        padding: 0 4px;
        text-align: center;
        font-style: inherit;
        font-size: 10px;
        top: 5px;
        right: -5px;
        background-color: #f00;
        display: block;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        color: #fff;
    }

.s_slogan > .s_right > .s_cell.cart {
    width: 34px;
    height: 34px;
    background: url(/DesktopModules/ProjectCs/Settings/CSS/img/cart.png) bottom center no-repeat;
    position: relative;
    margin-right: 46px;
    cursor: pointer;
}

    .s_slogan > .s_right > .s_cell.cart > i {
        position: absolute;
        height: 16px;
        line-height: 16px;
        padding: 0 4px;
        text-align: center;
        font-style: inherit;
        font-size: 10px;
        top: 5px;
        right: -5px;
        background-color: #f00;
        display: block;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        color: #fff
    }




/*card-web*/
#divCart .total2 {
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 14px;
}

    #divCart .total2 > span {
        display: inline-block;
        padding-left: 10px;
        color: #f00;
    }

#divCart .Web-list table.grid tr > td {
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border: 1px solid #2d313e33;
    padding: 15px;
    height: 34px;
    background-color: #fff;
    font-family: Tahoma;
    font-size: 15px;
}

#divCart .Web-list td.name {
    text-align: center;
}


#divCart .Web-list table tr.item > td.name {
    padding: 6px;
}

#divCart .Web-list table tr.item > td {
    cursor: pointer;
}

#divCart .Web-list table.grid tr > td {
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border: 1px solid #2d313e33;
    padding: 15px;
    height: 34px;
    background-color: #fff;
    font-family: Tahoma;
    font-size: 15px;
}

#divResult a#btnAccept {
    padding-top: 8px;
    color: white;
}

#divCart .Web-list table tr.ext {
    display: table-row;
}

    #divCart .Web-list table tr.ext > td > .cell {
        display: block;
    }

        #divCart .Web-list table tr.ext > td > .cell > div.h {
            width: 200px;
            font-weight: bold;
        }

        #divCart .Web-list table tr.ext > td > .cell > div {
            display: inline-block;
            padding: 4px 0;
        }



        #divCart .Web-list table tr.ext > td > .cell > div {
            display: inline-block;
            padding: 4px 0;
        }

#divCart .Web-list table.grid {
    border-top: solid 1px #ddd;
    border-right: solid 1px #ddd;
    width: 100%;
    text-align: left;
}

#divCart .Web-list td.index {
    text-align: center;
}

#divCart .Web-list td.phone {
    text-align: center;
}

#divCart tr.header {
    font-size: 16px;
    font-weight: bold;
    clear: both;
    text-align: left;
    background: #e7efff;
    line-height: 24px;
}

#divCart .Web-list td.index {
    width: 10%;
}

#divCart .Web-list td.phone {
    width: 30%;
}

#divCart .Web-list table.grid tr > td {
    /* border-bottom: solid 1px #ddd; */
    /* border-left: solid 1px #ddd; */
    border: 1px solid #2d313e33;
    padding: 15px;
    height: 34px;
    background-color: #fff;
    font-family: Tahoma;
    font-size: 15px;
}

#divCart .btns.left > a.btn {
    padding-top: 8px;
    color: white;
}

#divCart .Web-list td.name {
    text-align: center;
}

#divCart .Web-list table tr.ext {
    display: none;
}

    #divCart .Web-list table tr.ext.opened {
        display: table-row;
    }



#divCart .new-item {
    padding-top: 10px;
    border-top: solid 1px #ddd
}

    #divCart .new-item table td.arrow > i {
        display: block;
        width: 34px;
        height: 34px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px
    }

    #divCart .new-item table td.arrow.up > i {
        background: url(/DesktopModules/ProjectCs/Settings/CSS/img/plus.png) center center no-repeat #ddd;
        cursor: pointer
    }

    #divCart .new-item table td.arrow.down > i {
        background: url(/DesktopModules/ProjectCs/Settings/CSS/img/minus.png) center center no-repeat #ddd;
        cursor: pointer
    }

    #divCart .new-item table td.count {
        padding: 0 4px
    }

        #divCart .new-item table td.count > input {
            width: 60px;
            text-align: center
        }

    #divCart .new-item table td.add > i {
        height: 34px;
        padding: 0 10px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        cursor: pointer;
        display: block;
        line-height: 34px;
        margin-left: 4px;
        background: url(img/plus-w.png?v=1) 10px center no-repeat #f2ae00;
        padding-left: 30px;
        color: #fff
    }

        #divCart .new-item table td.add > i:hover {
            background-color: #ff4e00
        }

#divCart .head {
    font-weight: bold;
    font-size: 16px;
    border-top: 1px solid #00000045;
    padding-top: 15px;
    text-align: center;
    color: #006ec3;
}

    #divCart .head > span {
        color: #f00
    }

#divCart .products-list {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Arial;
}

    #divCart .products-list > li {
        list-style: none;
        border-bottom: solid 1px #ddd;
        overflow: hidden;
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: flex;
    }

        #divCart .products-list > li:hover {
            border-bottom: solid 1px #ff4e00
        }

            #divCart .products-list > li:hover > span.left > a > img {
                border: solid 1px #ff4e00
            }

            #divCart .products-list > li:hover > span.left > a > span {
                color: #ff4e00
            }

        #divCart .products-list > li:last-child {
            border-bottom: none
        }

        #divCart .products-list > li > span.left {
            width: 100%;
            display: inline-block
        }

        #divCart .products-list > li:hover > span.left {
            width: calc(100% - 190px)
        }

        #divCart .products-list > li > span.left > a > img {
            width: 60px;
            border: solid 1px #ddd;
            margin-right: 5px
        }

        #divCart .products-list > li > span.left > a > span {
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 70px);
            font-size: 16px;
            font-family: Arial;
        }

            #divCart .products-list > li > span.left > a > span > span {
                color: #f00;
                display: block
            }

#divCart.non-mobi .products-list > li > span.right {
    display: none
}

#divCart .products-list > li:hover > span.right {
    display: inline-block;
    margin-right: 5px
}

#divCart .products-list > li > span.right > table td.arrow > i {
    display: block;
    width: 24px;
    height: 24px;
    border: solid 1px #9b9b9b
}

#divCart .products-list > li > span.right > table td.arrow.up > i {
    background: url(/DesktopModules/ProjectCs/Settings/CSS/img/plus.png) center center no-repeat #fff;
    cursor: pointer;
    border-left: none;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0
}

#divCart .products-list > li > span.right > table td.arrow.down > i {
    background: url(/DesktopModules/ProjectCs/Settings/CSS/img/minus.png) center center no-repeat #fff;
    cursor: pointer;
    border-right: none;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px
}

#divCart .products-list > li > span.right > table td.count {
    padding: 0
}

    #divCart .products-list > li > span.right > table td.count > input {
        width: 60px;
        text-align: center;
        height: 24px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0
    }

#divCart .products-list > li > span.right > table td.del > i {
    width: 24px;
    height: 24px;
    padding: 0 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    display: block;
    line-height: 34px;
    margin-left: 4px;
    background: url(/DesktopModules/ProjectCs/Settings/CSS/img/del.png) center center no-repeat #ddd
}

    #divCart .products-list > li > span.right > table td.del > i:hover {
        background-color: #ff4e00
    }

#divCart.mobi .products-list > li {
    background: url(img/more.png?v=3) right 10px no-repeat
}

    #divCart.mobi .products-list > li > span.left {
        margin-right: 30px
    }

#divCart .total {
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 14px
}

    #divCart .total > span {
        display: inline-block;
        padding-left: 10px;
        color: #f00
    }

#divCart .send-order {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ddd
}

    #divCart .send-order > .head {
        text-transform: uppercase
    }

#divCart #btnStartSendOrder {
    display: none
}

#divCart .send-order .delivery-address, #divCart .send-order .bank-info {
    display: none
}


@media (max-width:840px) {
    #divCart .send-order .input-form > .row > .block {
        width: 100%
    }
}

@media (max-width:760px) {
    #divCart .products-list > li:hover > span.left {
        width: 100%
    }

    #divCart .products-list > li:hover > span.right {
        display: block
    }
}

/*.btns.left > a.btn {
    padding-top: 8px;
    color: white;
}*/

.btns .btn {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 4px 0 0px;
    cursor: pointer;
    text-decoration: none;
    padding: 0px 10px;
    font: -webkit-control;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    white-space: nowrap;
    background: #0076e3;
    border: none;
    margin-bottom: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#divResult .content {
    font-family: Arial;
    text-align: center;
}

#divResult p.header {
    font-size: 15px;
}
