
.ShoppingCar .carTit {
    font-size: 20px;
    font-weight: bold;
}

.ShoppingCarList {
    display: table;
    width: 100%;
    padding: 5px;
    margin-top: 50px;
    margin-bottom: 20px
}

.ShoppingCarqiansebg {
    background-color: #f2f2f2;
    font-weight: bold;
}

.ShoppingCarList select {
    border: 1px solid #ddd;
    width: 50px;
    border-radius: 5px;
    padding: 5px;
}

.ShoppingCarList td {
    padding: 8px;
}

.ShoppingCarList tr td {
    border-bottom: 1px solid #efefef;
}

.sanjiao {
    border-top: 15px solid #f2f2f2 ;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    display: inline-block;
    position: relative;
    left: 45%;
}

.ShoppingCarList a:hover {
    color: #2c92bc;
}

.ShoppingCarList .docare {
    color: #666;
    cursor: pointer
}

.ShoppingCarList .docare:hover {
    color: #2c92bc;
}

.ShoppingCarList .dellink {
    color: #666;
    cursor: pointer
}

.shoppoingNote {
    padding: 10px 10px 10px 30px;
    background-color: #fcf6ee;
    font-size: 15px;
    margin-bottom: 25px;
    border: 1px solid #f4dec0;
    font-family: "conduitWebL", Arial, Helvetica, sans-serif;
    font-weight: lighter;
    position: relative;
}

.buycar>.fa{
    color: #fff;
    font-size: 26px;
}

.buycar {
    position: fixed;
    top: 20%;
    padding: 10px;
    right: 0;
    background-color: #53a86f;
    line-height: 1.4em;
    z-index: 100000;
}

.buycar .glyphicon {
    color: #f2f2f2;
    font-size: 26px;
    position: relative;
    top: 0px;
    right: 0;
    z-index: 100;
    cursor: pointer;
}

.buycar .icon-shopping-cart {
    font-size: 26px;
    color: #FFF;
    padding: 15px 5px;
}

.buycar:hover .carcontent {
    display: block;
    color: #b9e8f7;
}

.buycar:hover .glyphicon {
    color: #ffffff;
}

.buycar a {
    color: #f2f2f2;
}



.buycar .carcontent {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #53a86f;
    display: none;
    color: #fff;
    padding: 15px 15px 20px 15px;
    width: 300px;
}

.buycar .carcontent .Tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}

.CarList table {
    border: 1px solid rgba(255,255,255,.5);
}

.buycar .carcontent .CarList {
    font-size: 14px;
    max-height: 275px;
    overflow-x: auto;
    overflow-y: auto;
    margin-bottom: 13px;
}

.buycar .carcontent .CarList::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.buycar .carcontent .CarList::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.1);
}

.buycar .carcontent .CarList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.buycar .carcontent .CarList tr td {
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 8px;
}

.buycar .carcontent .CarList tr:last-child td {
    border-bottom: 0px;
}

.buycar .num {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F00;
    color: #ffffff;
    z-index: 222;
    position: absolute;
    top: -12px;
    right: 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
}

.KnockoutValidated {
    padding: 2px 10px;
    background-color: #fff;
    color: #ee9304;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid #ee9304;
}

.buycar  .btn-warning {
    background-color: #ee9304;
    border-color: #ee9304;
    color: #fff;
}
.buycar  .btn-warning:hover,.buycar  .btn-warning:focus{
    background: #f4b044;
    border-color: #f4b044;
}
.buycar  .clearshoppingbasket{
    background-color: #fff;
    border-color: #fff;
    color: #53a86f;
}
.buycar  .clearshoppingbasket:hover,.buycar  .clearshoppingbasket:focus{
    background: #f3f3f3;
    border-color: #f3f3f3;
    color: #53a86f;
}
.buycar .carcontent .btn-sm {
    text-decoration: none;
    padding: 6px 10px;
    line-height: 1.3;
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: 0;
}

.buycar .carcontent .CarList table tr td {
    background-color: #53a86f !important;
    font-size: 14px;
    color: #fff;
}

.docare {
    cursor: pointer;
}

.add-cart-btn {
    display: inline-block;
    padding: 7px;
    background: #348e38;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

table .add-cart-btn {
    font-size: 20px;
    padding: 3px 15px;
}

.pro-top .add-cart-btn {
    width: 76px;
    text-align: center;
}
