/* div#shopcart_modal{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    background-color: #3E3E3E;
    z-index: 1000;
} */

div#shopcart_container{
    /* position: absolute; */
    /* height: 100%; */
    width: 650px;
/*     left: 0;
    top: 0;
    text-align: center;
    z-index: 1001;
    line-height: normal;
 */}

/* div#shopcart{
    background-color: white;
    width: 700px;
    max-height: 80%;
    border: 1px solid black;
    overflow: hidden;
    margin-top: 5%;
    display: inline-block;
    position: relative;
}
 */
 
div#sc_caption{
    text-align: center;
/*     font-size: 20px;
    padding: 3px;
    background-color: #8EC1E3;
    border-bottom: 1px solid;
 */}

/* div#sc_close{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    border: 1px solid;
    font-size: 12px;
} */

/* div#sc_content{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 530px;
} */

table#sc_table, div#sc_extcontentdiv{
    margin: 10px auto;
    width: 95%;
    /* border: 1px solid black; */
}

table#sc_table thead tr{
  /* border-bottom: 1px solid black; */
}

table#sc_table th{
    padding: 3px 5px;
    text-align: center;
}

table#sc_table td{
   padding: 2px 5px;
   cursor: default;
}

input#item_check{
    cursor: pointer;
}

/* tr.cs_row.odd{
    background-color: #F0F0F0;
} */

td.cs_item_check{
    text-align: right;
}

td.cs_item_caption {
    text-align: left;
    padding-left: 10px;
}

td.cs_item_caption span{
    cursor: pointer !important;
    color: navy;
}
td.cs_item_caption span:hover {
    text-decoration: underline;
}

td.cs_item_count {
  /* text-align: left; */
}


/* td.cs_item_count div.count_2 div {
  display: inline-block;  
  text-align: center;
}
 */
/* td.cs_item_count div.count_2 * {
  float: left;  
  display: inline-block;
  text-align: center;  
}
 */
input#item_count{
    width: 50px;
    height: 15px;
    margin-bottom: 1px;
    text-align: center;    
}

.item_inc, .item_dec{
    /* display: inline-block; */
    cursor: pointer;
    /* border: 1px solid black; */
    /* border-radius: 2px; */
    /* height: 15px; */
    /* width: 15px; */
    /* margin: 2px; */
    /* text-align: center; */
}

/* .disabled{
   background-color: #EEEEEE;
   color: silver;
   cursor: default;
}
 */
div#sc_menu{
    /* border-top: 1px solid; */
    height: 25px;
    padding: 5px;
}

#add2cart-popup-inner {
  position: fixed;
  left:0;
  top:0;
  z-index: 1050;
  padding: 3px;
}

#add2cart-popup-inner #add-count {
  margin-bottom: 1px;
  text-align: center;
}

div#add2cart-popup .modal-backdrop {
    background-color: white;
    opacity: 0;
}
