
.basketdet
{
    display: block;
    /*background-color: aqua;*/
}
.basketdet .basketTable
{
    border:solid 1px gray;
    width:100%;
}
.basketdet .basketTable thead th
{
    border:solid 1px gray;
    text-align: center;
    background-color:#5F6064;
    color:#ffffff;
}
.basketdet .basketTable tbody td , .basketdet .basketTable tfoot td
{
    border:solid 1px gray;
    text-align: left;
    padding-left: 10px;
}
.basketdet .basketTable tfoot th
{
    border:solid 1px gray;
    text-align: right;
    padding-right: 10px;
    background-color:#5F6064;
    color:#ffffff;
}
.product-total
{
    min-width:110px;
}
.basketdet .basketTable tbody td a
{
    display: inline-block;
    border:solid 1px gray;
    width: 20px;
    text-align: center;
    padding: 1px;
    margin: 0px 1px;
}
.basketdet .basketTable tbody td a:hover
{
    text-decoration:none;
    background-color: red;
    color:#ffffff;
}
.basketdet .basketTable tbody td p.clBasketImgs
{
    display:block;
    float:left;
    width:120px;
    height:60px;
    /*background-color:green;*/
    margin-bottom:0px;
}

.basketdet .basketTable tbody td p.clBasketImgs img.clBasketPR
{
    display:block;
    float:left;
    width:50px;
    height:50px;
    margin-top:5px;
}
.basketdet .basketTable tbody td p.clBasketImgs img.clBasketCL
{
    display:block;
    float:left;
    width:50px;
    height:50px;
    /*margin-top:5px;*/
}
.basketdet .basketTable tbody td p.clBasketDescs
{
    display:block;
    height:60px;
    width:calc(100% - 130px);
    min-width:200px;
    float:left;
    margin-left:0.5%px;
    margin-top:5px;
    margin-bottom:5px;
    /*background-color:red;*/
}
.clBasketPR
{
    display:block;
    float:left;
    height:50px;
    margin-top:5px;
}
.clBasketCL
{
    display:block;
    float:left;
    width:50px;
    height:50px;
    margin-top:5px;
}

.basketBlock
{
    display: block;
    background-color:#FFFFFF;
    margin-top:15px;
}
.basketInfo
{
    display: block;
    margin-bottom:10px !important;
}
.basketInfo div
{
    display: block;
    float: left !important;
    padding: 2px;
    margin: 0px !important;
}
.basketInfo div label
{
    display: block !important;
    width:calc(100% - 10px) !important;
    float:left;
    margin-left:10px;
}
.basketInfo div label abbr
{
    color:#FF0000;
    text-decoration:none;
}
.input-text , .basketInfo div select
{
    display: block !important;
    width:calc(100% - 10px) !important;
    float:left;
    margin-left:10px;
    font-size:1.5rem !important;
}
