/* Cart items popup */
.togg {
  background:none;
  border:1px solid black;
  padding-right:10px;
  border-top:0px solid white;
  padding-top:1px;
  margin-left:-2em;
}

/* The main div */
.basdiv3 {
  background:#000000;
  border:1px solid black;
  padding:0px;
  margin-bottom: 2em;
  float:center;
  font-variant: small-caps;
  margin-top:0em;
  margin-left: 0em;
  margin-right: 1em;
  text-align: right;
  width:260px;
}

.checkout_button {
	margin-left: 1em;
	margin-top: 10px;
    margin-bottom: 10px;
}

.bas3 {
    margin-left: 0em;
    margin-bottom:0px;
 }

.bas2 {
    margin-left: 0em;
    margin-bottom:0px;
}

.viewhide {
    font-weight: bolder;
	color:#3466cb;
	cursor:pointer;
	font-size: 16px;
	text-align: right;
    margin-top: 5px;
}

.togg {
	margin-top:-3.25em;
	margin-bottom:2em;
	font-size:small;
	line-height: 120%;
}

  .lis {height:15px;}


.circle {
    border-radius: 50%;
}

.bluecircle {
    width: 25px;
    height: 25px;
    background: #3466cb;
    border: 2px solid #c0c0c0;
    text-align: center;
    float: right;
}

.item-count-circle {
    padding-top: 10%;
}