#floatcart {
    /*position: -webkit-sticky;*/
    position: fixed;
    min-width: 40px;
    min-height: 40px;
    padding: 5px;
    top: 100px;
    float: right;
    right: -1px;
    font-size: 18px;
    background-color: white;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #8a9197;
    z-index: 10000;
}
a.Checkouttab{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
a.Cleanouttab {
    font-size: 10px;
    font-weight: bold;
    color: red;
    float: right;
    text-decoration: none;
}
button.addtocart {
    color: #000000;
    /*font-size: 0.5em;*/
    /*font-weight: bold;*/
    background-color: #ededed;
}
button.addtocart:hover {
/* 	cursor: hand; */
    cursor: pointer;
	background-color: #ffffff;
}
button.plusminus {
    top: 0px;
    line-height: normal;
    height: 25px;
    vertical-align: middle;
    /*padding: 0px;*/
}
#showcart {
    display:none;
    width: 120px;
    height: auto;
    padding: 10px;
}
#top {
    height: 20%;
    width: 100%;
}
#buttom {
    height: 80%;
    width: 100%;
}
span#totamt {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    left: 0px;
    top: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #000000;
    border-radius: 10px;
    border: 1px solid #2b2d2f;
    z-index: 20000;
    padding-bottom: 0px;
    /*line-height: 15px;*/
    opacity: 1;
}
span.thecartbox {
    width:200px;
}
b.thecartbox.right {
    float: right;
    width: 20%;
}
span.thecartbox.left {
    float: left;
    width: 80%;
}