body,th,td {
    height: 100%;
    margin: 0;
    font-family: tahoma;
    font-size: 13px;
}

body {
    background-color: #f7f7f7;
}

.box_navbar {
    top: 0;
    left: 0;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 65px;
    padding: 15px 25px 15px 20px;
    border-bottom: 1px solid #E3E4E8;
    box-sizing: border-box;
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.box_navbar a {
    color: rgb(0, 0, 0);
}
#space_top {
    width: 100%;
    height: 66px;
}

@media screen and (max-width: 767px) {
    .box_navbar {
        height: 70px;
    }
    #space_top {
        height: 70px;
    }
}

@media screen and (max-width: 600px) {
    .box_navbar {
        height: 70px;
    }
    #space_top {
        height: 70px;
    }
}

.box_icon_top{
    position: relative;
    float: right;
    width: 50px;
    margin-right: 2px;
    margin-left: 2px;
}

.box_icon_top2{
    position: relative;
    float: right;
    width: 50px;
    margin-right: 2px;
    margin-left: 2px;
}

.box_search_top{
    position: relative;
    float: left;
    width: calc(100% - 230px);
    margin-right: 5px;
    margin-left: 5px;
}

@media screen and (max-width: 900px) {
    .box_icon_top {
        width: 20%;
    }
    .box_search_top {
        width: 100%;
    }

    .box_icon_top2{
        position: relative;
        float: right;
        width: 31px;
    }

}

.navibar {
    background-color: #F0F2F4;
    border-bottom: 1px solid #eeeeee;
}

.h_line {
    position: relative;
}

.h_line:before {
    content: "";
    display: block;
    position: absolute;
    width: 45%;
    height: 1px;
    background-color: #ccc;
    left: 0;
    top: 50%;
    z-index: -2;
}

.h_line:after {
    content: "";
    display: block;
    position: absolute;
    width: 45%;
    height: 1px;
    background-color: #ccc;
    right: 0;
    top: 50%;
    z-index: -2;
}

.h_line span {
    background-color: #F7F7F7;
    padding-left: 30px;
    padding-right: 30px;
}

.icon_blue {
    color: #3A559F;
}

.icon_green {
    color: #00B900;
}

#btn_scroll {
    z-index: 199;
    position: fixed;
    right: 100px;
    bottom: 3%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #804E9A;
    text-indent: -9999px;
    display: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}

#btn_scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#btn_scroll:hover {
    background-color: #6b3886;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.page_pagination li {
    display: inline;
    list-style: none;
}

.page_pagination a {
    padding: 10px 15px;
    line-height: 40px;
    border: 1px solid #ddd;
    transition: 0.1s;
    text-decoration: none;
}

.page_pagination a:hover {
    padding: 10px 15px;
    line-height: 40px;
    border: 1px solid #ddd;
    background-color: #ececec;
}

.page_navigation {
    margin: 0px 0px 20px 0px;
    background-color: #f1f1f1;
}


.button_addcart {
    top: 65;
    right: 0;
    position: fixed;
    color: #fff;
    padding: 15px 15px 15px 11px;
    background-color: #804E9A;
}

.product {
    position: relative;
    padding: 20px;
    transition: 0.3s;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.product a {
    text-decoration: none;
    color: #000;
}

.product:hover {
    border: 1px solid #ddd;
    box-shadow: 0px 8px 15px -12px #666;
}

.product_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #804E9A;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.product_sales_icon {
    top: 0;
    right: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #804E9A;
    color: #fff;
}

.product_hala_icon {
    top: 50;
    right: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ffc125;
    color: #fff;
}

.product_j_icon {
    top: 100;
    right: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #20c953;
    color: #fff;
}

.product_type_menu a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    line-height: 40px;
    color: #000;
    transition: 0.1s;
}

.product_type_menu a:hover {
    color: #000;
    background-color: #f0f0f0;
}



.fm_search .form-row {
    margin-top: 7px;
    margin-bottom: 7px;
}

.fm_search input[type="text"]{
    width: 100%;
    height: 35px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cecece;
    border-radius: 0px;
    margin: 1px;
    color: #333333;
    font-size: 12px;
    padding: 2px 4px;
    display: inline-block;
}
.fm_search select {
    width: 100%;
    height: 35px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cecece;
    border-radius: 0px;
    color: #333333;
    font-size: 12px;
    padding: 2px 4px;
    display: inline-block;
    margin: 1px;
}

.fm_search button {
    position: relative;
    width: 80%;
    padding: 9px 15px;
    border: 2px solid #6d3e86;
    background-color: #804E9A;
    color: #fafafa;
}

.fm_search button:hover {
    border: 2px solid #62357a;
    background-color: #6b3886;
}



.fmSearch {
    position: relative;
    float: right;
    width: 100%;
    height: auto;
    overflow: auto;
}

@media screen and (max-width: 765px) {
    .fmSearch {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.fmSearch input {
    width: calc(100% - 55px);
    padding: 8px 15px;
    background: #FFFFFF;
    border: 0px solid #dbdbdb;
}

.fmSearch input:focus {
    background: #e4f1ff;
    border: 0px solid #dbdbdb;
    box-shadow: none;
    outline: none;
}

.fmSearch button {
    position: relative;
    padding: 9px 15px;
    left: -3px;
    border: 2px solid #6d3e86;
    background-color: #804E9A;
    color: #fafafa;
}

.fmSearch button:hover {
    border: 2px solid #62357a;
    background-color: #6b3886;
}

.fmSearch .btnTop {
    position: relative;
    float: right;
    height: 36px;
    overflow: hidden;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 5px;
}

.btnCart {
    position: relative;
    float: right;
    height: 36px;
    overflow: hidden;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 5px;
}


#member_icon{
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    padding-top: 4px;
    border-radius: 50%;
    font-size: 25px;
    box-sizing: border-box;
}
#member_icon:hover{
    background-color: #e4e4e45e;
    cursor: pointer;
}



.btn_line:hover, a.btn_line:hover {
    cursor: pointer;
    background-color: #1765D1;
    color: #fff;
    border: 1px solid #fff;
}
.btn_line, a.btn_line {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    background: transparent;
    outline: none;
    position: relative;
    overflow: hidden;
    line-height: 30px;
    font-family: arial;
    color: #2b2b2b;
    text-decoration: none;
    text-align: center;
    display: block;

}

a.btnPay:hover {
    cursor: pointer;
    background-color: rgb(235, 235, 235);
}
a.btnPay {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    background: transparent;
    outline: none;
    position: relative;
    overflow: hidden;
    line-height: 35px;
    font-family: arial;
    font-size: 14px;
    color: #2b2b2b;
    text-decoration: none;
    text-align: center;
    display: block;
}


a.btnCall:hover {
    cursor: pointer;
}

a.btnCall {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    background: transparent;
    outline: none;
    position: relative;
    overflow: hidden;
    line-height: 35px;
    font-family: arial;
    font-size: 16px;
    color: #2b2b2b;
    text-decoration: none;
    text-align: center;
    display: block;
}

a.btnCall:hover:before {
    opacity: 1;
    transform: translate(0, 0);
}

a.btnCall:before {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    width: 100%;
    letter-spacing: 3px;
    opacity: 0;
    transform: translate(-100%, 0);
    transition: all .3s ease-in-out;
}

a.btnCall:hover div {
    opacity: 0;
    transform: translate(100%, 0);
    background: #52A2F7;
    color: #FFF;
}

a.btnCall div {
    letter-spacing: 3px;
    transition: all .3s ease-in-out;
}


.pM_box {
    position: relative;
    width: 85%;
    padding-top: 85%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    background-color: #7f4e9a4b;
    -webkit-box-shadow: 3px 20px 35px -27px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 20px 35px -27px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 20px 35px -27px rgba(0, 0, 0, 0.75);
}

.pM_menu{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    z-index: 0;
}

.pM_menu img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.pM_menu:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: opacity(40%);
    -webkit-filter: opacity(40%);
}

.pM_menu_text {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    font-size: 16px;
}


#footer a {
    color: #000;
    text-decoration: none;
}

.footer_img {
    box-shadow: 1px 1px 2px 2px #c4c4c4;
}


.brand_menu {
    width: 12.5%;
    position: relative;
    float: left;
    height: auto;
    padding: 10px;
    overflow: auto;
    box-sizing: border-box;
}

@media screen and (max-width: 765px) {
    .brand_menu {
        width: 33.3%;
    }
}
.brand_box{
    width: 100%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 3px 20px 10px -20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 20px 10px -20px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 20px 10px -20px rgba(0, 0, 0, 0.75);
}
.brand_box img {
    width: 100%;
    height: auto;
}



.ui-widget-overlay {
    position: fixed;
    background: #000000;
    opacity: 0.6;
}

.ui-dialog {
    top: 10% !important;
}

.ui-dialog .ui-dialog-title {
    display: none;
    margin: 0 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: none !important;
    width: 30px;
    height: 30px;
    background: #d8d8d8;
    border-radius: 15px;
    margin: -22px -22px 0 0;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
    outline: none;
}

.ui-dialog .ui-dialog-buttonpane {
    border-width: 0 0 0 0;
}

.ui-widget-header {
    background: #FFFFFF;
    border: 0;
}

.pD {
    position: relative;
    width: 100%;
    height: auto;
    transition: 0.3s;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    background-color: #ffffff;
    box-sizing: border-box !important;
}
.card-body{
    height: 95px;
    overflow: auto;
}

.pD.edit {
    background-color: #f7f7f7;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box !important;
}
.pD:hover {
    border: 1px solid #ddd;
    box-shadow: 0px 8px 15px -12px #666;
}
.pD_icon {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: auto;
    overflow: auto;
    background: #ffc125;
}
.pD_icon img {
    position: relative;
    width: 100%;
    height: auto;
}
.pD_photo {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.pD_text {
    width: 100%;
    height: 135px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.pD_box {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    height: auto;
    margin-top: 30px;
}
.pD_box .row {
    width: 100% !important;
    height: 35px;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 1px !important;
}
.pD_box .pD_number {
    position: relative;
    float: left;
    width: 60%;
    height: 100%;
}
.pD_box .pD_price {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    background-color: #804E9A;
    color: #fff;
}
.pD_box .pD_cart {
    position: relative;
    float: left;
    width: 40%;
    height: 100%;
    line-height: 35px;
    text-align: center;
    background-color: #FF6060;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}
.pD_box .pD_cart:hover {
    background-color: #ffcaca;
}
.pD_box .pD_book {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    line-height: 35px;
    text-align: center;
    background-color: #cccccc;
    cursor: pointer;
    text-transform: uppercase;
}
.pD_box .pD_book:hover {
    background-color: #f0f0f0;
}

.pD_box2 {
    position: relative;
    /* bottom: 10px; */
    width: 100%;
    height: auto;
    /* margin-top: 30px; */
}
.pD_box2 .row {
    width: 100% !important;
    height: 35px;
    padding: 0 !important;
    margin: 0 !important;
    /* margin-top: 1px !important; */
}
.pD_box2 .pD_number {
    position: relative;
    float: left;
    width: 60%;
    height: 100%;
}
.pD_box2 .pD_price {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    background-color: #804E9A;
    color: #fff;
}
.pD_box2 .pD_cart {
    position: relative;
    float: left;
    width: 40%;
    height: 100%;
    line-height: 35px;
    text-align: center;
    background-color: #FF6060;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}
.pD_box2 .pD_cart:hover {
    background-color: #ffcaca;
}
.pD_box2 .pD_book {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    line-height: 35px;
    text-align: center;
    background-color: #cccccc;
    cursor: pointer;
    text-transform: uppercase;
}
.pD_box2 .pD_book:hover {
    background-color: #f0f0f0;
}

#pD_cart_show {
    position: relative;
    float: left;
    width: 40px;
    height: 28px;
    font-size: 28px;
    cursor: pointer;
    padding: 4px;
}
#pD_cart_show i {
    z-index: 102;
    position: absolute;
    left: 0;
}
#pD_cart_show .fa-stack[data-count]:after {
    z-index: 103;
    position: absolute;
    left: 30%;
    top: -6%;
    content: attr(data-count);
    font-size: 32%;
    padding: .5em;
    border-radius: 40%;
    line-height: .75em;
    color: white;
    background: #ff0000;
    text-align: center;
    min-width: 2em;
    font-style: normal;
}
#pD_cart_box {
    z-index: 98;
    position: absolute;
    width: 100%;
    top: 0px;
    padding-top: 65px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.cart_box {
    width: 100%;
    height: auto;
    background-color: #723f8d;
    padding: 20px;
    position: relative;
    float: left;
    overflow: auto;
}

.cart_box td,
.cart_box td {
    background: #ffffff;
}


.pD_item_icon {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 10;
    width: 30px;
    height: auto;
    overflow: auto;
    background: #ffc125;
}
.pD_item_icon img {
    position: relative;
    width: 100%;
    height: auto;
}

.pD_item_text {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}
.pD_item_box {
    position: relative;
    width: 100%;
    height: auto;
}
.pD_item_box .row {
    width: 100% !important;
    height: 35px;
    margin: 0 !important;
    margin-top: 1px !important;
}
.pD_item_box .pD_item_price {
    position: relative;
    float: left;
    font-size: 25px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: #804E9A;
}
.pD_item_box .pD_item_number {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}
.pD_item_box .pD_item_cart {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    line-height: 35px;
    text-align: center;
    background-color: #FF6060;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}
.pD_item_box .pD_item_cart:hover {
    background-color: #ffcaca;
}
.pD_item_box .pD_item_book {
    position: relative;
    float: left;
    width: 100%;
    line-height: 35px;
    text-align: center;
    background-color: #cccccc;
    cursor: pointer;
    text-transform: uppercase;
}
.pD_item_box .pD_item_book:hover {
    background-color: #f0f0f0;
}

.cart_qty_input {
    width: 100% !important;
    border: 1px solid #ddd;
    display: inline-flex;
    background-color: #f1f1f1;
}

.cart_qty_input,
.cart_qty_input * {
box-sizing: border-box;
}

.cart_qty_input button {
outline:none;
-webkit-appearance: none;
background-color: transparent;
border: none;
align-items: center;
justify-content: center;
width: 30px;
height: 33px;
cursor: pointer;
margin: 0;
position: relative;
}

.cart_qty_input button:before,
.cart_qty_input button:after {
display: inline-block;
position: absolute;
content: '';
width: 0.5rem;
height: 2px;
background-color: #212121;
transform: translate(-50%, -50%);
}
.cart_qty_input button.plus:after {
transform: translate(-50%, -50%) rotate(90deg);
}

.cart_qty_input input[type=number] {
    width: 100% !important;
    padding: .2rem;
    border: solid #ddd;
    border-width: 0 1px;
    font-size: 0.7rem;
    height: 33px;
    text-align: center;
    box-sizing: border-box;
}
.cart_qty_input_max{
    max-width: 120px;
}

@media screen and (max-width: 1023px) {
    .pD_item_box {
        position: relative;
        width: 100%;
        bottom: 0;
        margin-top: 10px;
    }
}


#pD_member_box {
    z-index: 98;
    position: fixed;
    width: 100%;
    height: auto;
    top: 0px;
    padding-top: 65px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    background-color: rgba(255, 255, 255, 0.95);
    overflow: auto;
}

#pD_member_box #pD_member_box_detail{
    width: 100%;
    height: auto;
    padding: 20px;
}


.pD_amount {
    font-size: 0.8rem;
    color: #d4d4d4;
}

.tb_paging_sm {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    overflow: auto;
}
.tb_paging_sm .b_left{
    position: relative;
    float: left;
    width: 50%;
}
.tb_paging_sm .b_right{
    position: relative;
    float: right;
    width: 50%;
}


.cart_remove {
    cursor: pointer;
}
.cart_remove:hover {
    cursor: pointer;
    color: #0000003d;
}
.cart_photo {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 35px;
    margin-left: auto;
    margin-right: auto;
}
.cart_photo img {
    width: 100%;
    height: auto;
}
.cart_content {
    width: 100% !important;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff;
    margin-bottom: 20px;
}
.cart_box_sub {
    width: 100%;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    background: #d4dee4;
    margin-bottom: 10px;
}
.cart_box_sub_w {
    width: 100%;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 1px solid #DEE2E6;
}
.cart_1{
    width: 30px;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    padding-top: 6px;
    box-sizing: border-box;
}
.cart_11{
    width: calc(100% - 30px);
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}


.progress_box {
    position: relative;
    width: 80%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.progressbar {
    z-index: 1;
    position: absolute;
    top: 22px;
    width: 100%;
    height: 14px;
    background: #eeeeee3f;
    border-radius: 4px;
}

.progressbar_step {
    z-index: 2;
    position: relative;
    float: left;
    width: 25%;
    height: auto;
    text-align: center;
    color: #fff;
}

.progressbar_step .label {
    position: relative;
    width: 40px;
    height: 40px;
    border: 3px solid #629edf;
    border-radius: 50%;
    line-height: 34px;
    font-size: 1.2rem;
    color: #629edf;
    ;
    background: #4C89C9;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.progressbar_step .label.active {
    border: 3px solid #804E9A;
    color: #804E9A;
    ;
    background: #e0eefd;
}

.progressbar_step .label.before {
    border: 3px solid #abcff5;
    color: #abcff5;
    ;
    background: #804E9A;
    padding-top: 8px;
    box-sizing: border-box;
}

.form_order .form-row {
    margin-top: 7px;
    margin-bottom: 7px;
}

.form_order input[type="text"],
.form_order input[type="password"],
.form_order input[type="file"],
select {
    width: 100%;
    height: 30px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cecece;
    color: #333333;
    font-size: 12px;
    padding: 2px 4px;
    display: inline-block;
    margin: 1px;
}

.form_order textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cecece;
    color: #333333;
    font-size: 12px;
    padding: 2px 4px;
    display: inline-block;
    margin: 1px;
}

.form_order input:focus,
textarea:focus,
select:focus {
    border-color: #b6b6b6;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07), 0 0 2px #259dff;
    border-width: 1px;
    margin: 1px;
}

.form_order input[readonly],
textarea[readonly],
select[readonly] {
    background-color: #f7f7f7;
}

.form_order .form_red {
    background-color: #fcc5c5;
}

.pg_menu_left.carousel-control-prev{
    background-color: #804E9A;
    margin-top: 60px;
    width: 40px;
    height: 40px;
}
.pg_menu_right.carousel-control-next{
    background-color: #804E9A;
    margin-top: 60px;
    width: 40px;
    height: 40px;
}


.pdMenuHome {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 8px 10px;
    width: 100%;
    text-align: left;
    border: 0px;
    background-color: #804E9A;
    color: #ffffff;
    margin-bottom: 10px;
}
.pdMenuHome:hover {
    background-color: #6b3886;
    text-decoration: none;
    color: #ffffff;
}


.pdMenu {
    cursor: pointer;
    padding: 8px 10px;
    width: 100%;
    text-align: left;
    border: 0px;
    background-color: #804E9A;
    color: #ffffff;
}

.pdMenu:after {
    content: '\002B';
    color: #ffffff;
    font-weight: bold;
    float: right;
}

.pdMenu.active:after {
    content: "\2212";
}

.pdMenu.active, .pdMenu:hover {
    background-color: #6b3886;
}


.pdMenu_slide {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    border: 0px;
    border-bottom: 1px solid #E6E7E8;
}

a.pdMenuSub {
    display: block;
    color: #000;
    cursor: pointer;
    padding: 8px 10px;
    width: 100%;
    text-align: left;
    border: 0px;
    background-color: #e7d4f0;
    margin-bottom: 1px;
}
a:hover.pdMenuSub {
    text-decoration: none;
    color: #fff;
    background-color: #9758b9;
}

.carousel-item2{
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}


.form2 .form-row {
    margin-top: 7px;
    margin-bottom: 7px;
}

.form2 input[type="text"],
.form2 input[type="file"],
.form2 input[type="time"],
.form2 input[type="password"],
.form2 select {
    width: 100%;
    height: 26px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cecece;
    color: #333333;
    font-size: 12px;
    padding: 2px 4px;
    display: inline-block;
    margin: 1px;
}

.form2 textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cecece;
    color: #333333;
    font-size: 12px;
    padding: 2px 4px;
    display: inline-block;
    margin: 1px;
}

.form2 input:focus,
.form2 textarea:focus,
.form2 select:focus {
    border-color: #b6b6b6;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07), 0 0 2px #259dff;
    border-width: 1px;
    margin: 1px;
}

.form2 input[readonly],
.form2 textarea[readonly],
.form2 select[readonly] {
    background-color: #f7f7f7;
}

.input_bg_w:read-only {
    background: #ffffff !important;
}

#popup_detail{
    width: 100%;
    height: auto;
    overflow: hidden;
}
#popup_detail img{
    width: 100%;
}
#popup_detail a{
    text-decoration: none;
    border: none;
    outline-width: 0;
}

.item_photo_view {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    background-color: #cfcfcf;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e7e7e7;
}

.item_photo_view div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pD_name{
    font-size: 1.2em;
}


#ms_view{
    width:100%;
    height: auto;
    position: relative;
}
#ms_menu{
    width:100%;
    height: auto;
    position: relative;
}
#ms_btn_right{
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    top: 35%;
    right: 0;
    transform: translateY(-35%);
    text-align: center;
    padding-top: 8px;
    z-index: 2;
    color: #fff;
    background-color:#7f4e9a80;
    transition: 0.1s;
}
#ms_btn_right:hover{
    background-color:#7f4e9ac0;
}
#ms_btn_left{
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    top: 35%;
    left: 0;
    transform: translateY(-35%);
    text-align: center;
    padding-top: 8px;
    z-index: 2;
    color: #fff;
    background-color:#7f4e9a80;
    transition: 0.1s;
}
#ms_btn_left:hover{
    background-color:#7f4e9ac0;
}

.btn_group_menu{
    width: 35px;
    height: auto;
}

.img_pd {
	position: relative;
	padding-bottom: 100%;
    height: 0;
}

.img_pd div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*  input number */
input[type="number"].cart_qty,
input[type="number"].item_qty_chk {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}

input[type=number].cart_qty::-webkit-inner-spin-button,
input[type=number].cart_qty::-webkit-outer-spin-button,
input[type=number].item_qty_chk::-webkit-inner-spin-button,
input[type=number].item_qty_chk::-webkit-outer-spin-button {
-webkit-appearance: none;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.8;
}

.po{
    position: relative;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px;
    background-color: #212121;
    text-align: center;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin a{
    color: #ffffff;
}
.form-label-group {
    position: relative;
    margin-bottom: 0.5rem;
}

#btn_login_line:hover{
    cursor: pointer;
}
  