.well{
	border:0;
	box-shadow:none;
}
.prdct-card a{
    text-decoration: none;
    color: #000000;
	margin-bottom: 15px;
}
.prdct-card a{
    background-color: #fff;
    padding: 10px;
    display: block;
}
.prdct-card .prdct-desc{
    
    padding: 10px 0px;
    line-height: 1;
    font-weight: 600;
}
.prdct-card hr{
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #cccdcf;
    margin-bottom: 5px;
    margin-top: 5px;
}
.price-stock > div span{
    padding: 5px 6px;
    display: block;
    font-size: 12px;
    color: #808080;
	 white-space: nowrap;
    
}

/*---*/


.selected-table-header, .selected-prdct-card{
    padding: 10px;
}
.selected-table-header  > div{
    background: #00ABE3;
    color: #fff;
    padding: 10px 10px;
}


.selected-prdct-card .well{
    padding: 10px 15px;
    background: #fff;
}

.selected-prdct-card{
    padding: 0;
}




.selected-prdct-card .desc{
    font-size: 12px;
    border: 0px solid #000;
    
}

@media only screen and (max-width:550px){
    .selected-prdct-card .picture{ display: none;}
}

 
    .selected-prdct-card .thum{width: 80px;}

    .selected-prdct-card .picture{width: 90px;}
    
    .selected-prdct-card .line{width: 90px}
    .selected-prdct-card .tbl-qtn{height: 30px; border-right:1px solid #e4e0e0; border-left:1px solid #e4e0e0;}

	.selected-prdct-card .tbl-qtn .minus{padding-left: 8px;text-align: right;}
	.selected-prdct-card .tbl-qtn .qtn{text-align: center;width: 30px;}
	
		.selected-prdct-card .tbl-qtn .qtn input{text-align: center;width: 40px; margin: 0 10px; padding: 0;}
	
	.selected-prdct-card .tbl-qtn .plus{padding-right: 8px;text-align: left;}


.selected-prdct-card .tbl-qtn .minus,
.selected-prdct-card .tbl-qtn .plus{cursor: pointer;}

    .selected-prdct-card .total-price{border:0px solid green; width:60px;text-align: right;}

    
    .selected-prdct-card .name{font-weight: 600;}
    .selected-prdct-card .price{font-size: 12px;}

    .total-amount{font-size: 12px;line-height: 5;font-weight: 600; white-space: nowrap}


.selected-prdct-card .well{
    margin-bottom: 10px!important;
}


.tbl-payable hr{margin-top: 0px;margin-bottom: 10px; border-bottom:1px solid #dddddd;}

.tbl-payable{font-size: 22px;}
.tbl-payable label{font-size: 22px;}
@media only screen and (max-width:600px){
    .tbl-payable{font-size: 15px;}
    .tbl-payable label{font-size: 15px;}
}

.tbl-payable label{color: #000; display: inline-block; padding-bottom: 10px;}
.tbl-payable .total{font-family: robotobold; padding-right: 10px;}



.tbl-payable input[type=text]{
    padding-left: 5px;
}

.tbl-payable .value{}
.tbl-payable .vat-amount{font-family: robotobold; padding-right: 10px;}

.tbl-payable .total-payable{font-family: robotobold; padding-right: 10px; text-align: right;}



.btn2{
	border-bottom:1px solid #ccc;
	color:#fff;
    border-radius: 0;
	
}


.btn2{
    border: 0;
    outline-offset: none;
    white-space: nowrap;
}

.btn2:hover{
    color: #fff;
}

.btn2:active{
    color: #fff!important;
	outline:none;
	outline-offset: none;
	border:0;
}


.btn-hold{
    background-color: #8b5e3c;
}

.btn-wrapper{padding: 0px 5px; margin-top: -10px;}

.section-selected > .well{padding-bottom: 6px;}

.section-selected .remove .fa-close{color: rgb(175,175,175);}



