.section-title{
    font-size: 16px;
    color: #333333;
    margin-left: 16px;
    margin-top: 24px;
}

.custom-yellow-btn,  .custom-yellow-btn:hover{
    width: 100%;
    background-color: #FBE15F;
    margin-top: 16px;
    border: none;
    height: 40px;
    color: black;
    box-shadow: none;
}

.bcoin-section-header {
    height: 48px;
    background-color: white;
    margin-top: 8px;
    margin-bottom: 8px;
}

.bcoin-section-header h1{
    position: absolute;
    margin-top: 16px;
    font-size: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.bcoin-section-header .back-btn {
    position: absolute;
    left: 16px;
    font-size: 30px;
    margin-top: 3px;
    width: 40px;
    color:black;
    opacity: 0.4;
}



/* ======================
 * bcoin index Section
 * ======================*/
#bcoin-index .bcoin-section-header{
    margin-bottom: 1px;
}

#bcoin-index .user-info-container{
    background-color: white;
    margin-bottom: 1px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

#bcoin-index .user-info-container .user-img{
    display: inline-block;
    width: 64px;
    margin-right: 8px;
    vertical-align: top;
}

#bcoin-index .user-info-container .user-img img{
    width: 100%;
}


#bcoin-index .user-info-container .user-info{
    display: inline-block;
    color: #f56552;
    padding-top: 8px;
    padding-bottom: 8px;
}


#bcoin-index .user-info-container .user-info p{
    font-size: 14px;
    margin-bottom: 0px;
}

#bcoin-index .user-info-container .user-info span{
    font-size: 24px;
}

#bcoin-index .user-info-container .user-info .change-record{
    position: absolute;
    right: 16px;
    bottom: 32px;
    opacity: 0.6;
}

#bcoin-index .bcoin-banner {
    padding-top: 8px;
    padding-bottom: 8px;
}

#bcoin-index .bcoin-banner img{
    width: 100%;
}

.bcoin-list-d3{
    font-size: 16px;
    padding: 8px;
}
.bcoin-list-d3 .thumbnail{
     padding: 8px;
 }

.bcoin-list-d3 .bcoin-list-item{
    position: relative;
}

.bcoin-list-d3 .caption p:first-of-type{
    /*color: #fe6b41;*/
    font-size: 14px;
    height: 3em;
    line-height: 1.5em;
    word-wrap: break-word;
    white-space: normal;
    margin-bottom: 0;
    overflow: hidden;
    /*#DA7BA5*/
}
.bcoin-list-d3 .caption p:nth-of-type(2){
    color: #DA7BA5;
}
.bcoin-list-d3 .caption p:nth-of-type(2) span{
    font-size: 14px;
}
.bcoin-list-d3 .caption p:last-of-type{
    color: gray;
}

.bcoin-list-d3 .caption{
    padding: 0px;
}

.bcoin-list-d3 .caption .bcoin {
    font-size: 12px;
    /*position: absolute;*/
    /*left: 16px;*/
    /*bottom: 16px;*/
}

.bcoin-list-d3 .caption .stock {
    font-size: 12px;
    /*position: absolute;*/
    /*right: 16px;*/
    /*bottom: 16px;*/
    opacity: 0.8;
}

/* ======================
 * bcoin product detail Section
 * ======================*/
#bcoin-product-detail .breadcrumb {
    opacity: 0.8;
    margin-bottom: 8px;
}

#bcoin-product-detail .product-thumb-slider img{
    width: 100%;
}

#bcoin-product-detail .bcoin-p-info{
    background-color: white;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 8px;
}

#bcoin-product-detail .product-title{
    font-size: 16px;
}

#bcoin-product-detail .product-price span {
    font-size: 20px;
}

#bcoin-product-detail .product-price {
    font-size: 16px;
    color: #ef5c80;
}

#bcoin-product-detail .product-inventory {
    font-size: 14px;
    opacity: 0.6;
}

#bcoin-product-detail .detail-title {
    background-color: white;
    text-align: center;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#bcoin-product-detail .detail-title p{
    margin-bottom: 0px;
}

#bcoin-product-detail .detail-content {
    min-height: 100px;
    background-color: lightgray;
    padding-top: 16px;
    padding-bottom: 16px;
}

#bcoin-product-detail .custom-yellow-btn{
    margin-bottom: 24px;
    margin-top: 0px;
}

/* ======================
 * order preview Section
 * ======================*/
#order-preview .bcoin-section-header{
    margin-bottom: 1px;
}

#order-preview .bcoin-section-header p{
    font-size: 16px;
    padding-top: 12px;
}

#order-preview .map-mapker{
    position: relative;
}

#order-preview .product-info-container{
    padding-bottom: 24px;
}

#order-preview .table{
    margin-bottom: 0px;
}

#order-preview .nested-d2{
    background-color: white;
    padding-top: 16px;
    padding-bottom: 16px;
}

#order-preview  td:first-child i{
    color: #fe6b41;
    font-size: 22px;
    /*visibility: hidden;*/
    display: none;
    position: absolute;
    top: 16px;
}

#order-preview td{
    border-top: none;
    vertical-align: middle;
    padding-top: 10px;
}

#order-preview tr.row-selected{
    background-color: #fdfbda;
    border: 1px solid #FBE15F;
}
#order-preview tr.row-selected td:first-child i,
#order-preview tr.row-selected .edit-addr-btn{
    /*visibility: visible;*/
    display: inline;
}
#order-preview td:first-child{
    text-align: center;
}

#order-preview td:last-child{
    text-align: left;
}
#order-preview .nested-d2>div input{
    margin-left: 6%;
}
#order-preview .nested-d2 input[type=button]{
    outline: none;
    border: 1px solid lightgray;
}

#order-preview .edit-addr-btn, #order-preview .add-addr-btn{
    float: right;
    margin-top: 8px;
    margin-bottom: 8px;
}

#order-preview .product-info-container .nested-d4 .media-left img{
    width: 80px;
    height: 80px;
}

#order-preview .product-info-container .nested-d4{
    color: #505050;
}

#order-preview  .media-body{
    padding-left: 0px;
    position: relative;
}
#order-preview  .media-body>div{
    position: absolute;
    right: 0;
    bottom: 8px;
}
#order-preview  .media-body button{
    display: inline-block;
    width: 32px;
    border-radius: 5px;
    border: 1px solid lightgray;
    background-color: white;
    padding: 6px;
    color: gray;
}
#order-preview  .media-body label{
    margin: 0 8px;
    font-size: 18px;
}

#order-preview .media-body .product-bcoin, #order-preview .media-body .product-stock{
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 4px;
}

#order-preview .media-body .product-title{
    font-size: 14px;
    margin-top: 4px;
}

#order-preview  .nested-d4 {
    background-color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 1px;
}

#order-preview  .nested-d5 .bcoin-count-container{
    background-color: white;
    padding-top: 8px;
    padding-bottom: 8px;
}


#order-preview  .nested-d5 .bcoin-count-container .label-left{
    float: left;
}

#order-preview  .nested-d5 .bcoin-count-container .label-right{
    float: right;
}

#order-preview  .nested-d5 .bcoin-count-container p{
    font-size: 12px;
    display: inline;
    margin-bottom: 0px;
    opacity: 0.7;
}

#order-preview .bcoin-order-preview-d3{
    width: 90%;
    height: 90%;
    margin: auto;
    position: fixed;
    z-index: 9997;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#order-preview .uc-address-d1 {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 16px;
}



.custom-radio-container{
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: normal;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio-container input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio-container .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.custom-radio-container input:checked ~ .checkmark {
    background-color: #fe6b41;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

#full-page-layer, .full-page-layer{
    position: fixed;
    z-index: 9996;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
}

.empty-label{
    height: 15px;
}

/* ======================
 * order detail Section
 * ======================*/
#order-detail .product-info .media-object{
    width: 72px;
}

#order-detail .product-info {
    background-color: white;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 8px;
}

#order-detail .media-body {
    position: relative;
}

#order-detail .media-body p{
    font-size: 12px;
    color: #999999;
    bottom: 0px;
    position: absolute;
    margin-bottom: 0px;
}

#order-detail .media-body span{
    font-size: 16px;
    color: #d18cba;
}

#order-detail .bcoin-section-header{
    margin-bottom: 1px;
}

#order-detail .bcoin-section-header p{
    font-size: 16px;
    padding-top: 12px;
    text-align: center;
}

#order-detail .nested-d4{
    background-color: white;
    padding-top: 16px;
    padding-bottom: 16px;
}

#order-detail .nested-d4 td {
    line-height: 32px;
}
