#cart-sidebar {  }

#cart .level-1 { border:solid #000 1px; }
#cart-sidebar .product-images img {
	width:50px;
	height:50px;
}

#cart .form-button {
	margin:0 20px 0 0;
}

#cart .form-button span {
	margin:0px;
	font-size:12px;
	text-transform:uppercase;
	padding:3px 12px;
}

#cart .base-mini {
	color:#000;
	border:solid #000 1px;
	width:210px;
}

#cart .mini-cart h5 {
	color:#000;
	font-size:12px;
	background-color:#e5e5e5;
}


DIV.ajaxcartpro_progress{
	border: 1px #999999 solid;
	display: block;
	position: fixed;
	text-align: center;
	/*padding: 10px;*/
	margin-left: 100px;
	/*background-color: #ffffff;*/
	width: 60px !important;
	height: 60px !important;
	z-index: 9999;
    color: black;
	//position:absolute;
	//top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");
}

DIV.ajaxcartpro_confirm,
DIV.ajaxcartpro_wl_confirm{
	border: 1px #999999 solid;
	display: block;
	position: fixed;
	text-align: center !important;
	padding: 10px;
	background-color: #ffffff;
	z-index: 9999;
    color: black;
    min-heigth:104px;
    height:auto!important;

	//position:absolute;
	//top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");
}

DIV.ajaxcartpro_wl_confirm{
	width: 260px;
	height: 96px !important;
}

DIV.ajaxcartpro_wl_confirm > a{
	background-color: black;
	color: white;
	padding: 6px 11px;
}

DIV.ajaxcartpro_confirm p, DIV.ajaxcartpro_progress p, DIV.ajaxcartpro_wl_confirm p { text-align:center; }

DIV.ajaxcartpro_wl_confirm p{
	margin-bottom: 18px;
}

#aw_acp_continue, #aw_acp_checkout{
	padding:0;
	line-height:24px;
	height:24px;
	margin:0px auto;
	display:block;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}


#aw_acp_continue{
	color:#333;
	/*background:url('../images/btn_continue_shopping.png');*/
	/*width:144px;*/
}


#aw_acp_checkout{
	color:#fff;
	background:#000;
	width:164px;
}

#acp_configurable_block dt
{
    text-align: left;
    padding-left: 10px;
}

#acp_configurable_block .price
{
    font-size: 14px;
}

#acp_configurable_block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp_product_options
{
    display: block;
    width: 400px;
    height: auto !important;
    position: fixed;
    z-index:150;
    background-color: white;
    padding: 10px;
    //position:absolute;
	//top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");
}

#product-options-wrapper
{
     margin:0;
}

/*Cart START*/

#cart .base-mini{
    background-color: #E3DFD6;
	border: 0 solid rgba(0, 0, 0, 0);
	width: 284px;
	border-radius: 0 0 4px 4px;
	box-shadow: 6px 6px 12px -5px rgba(53, 53, 53, 0.51)
}

#cart ul{
    top: 14px;
}

#cart li.over > ul{
    right: 137px;
}

#cart ol#cart-sidebar > li{
	display: table;
	padding: 8px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid black
}

#cart ol#cart-sidebar > li > div{
	display: table-cell;
}

#cart ol#cart-sidebar > li > div.product-images{
	width: 64px;
	height: 54px;
}

#cart ol#cart-sidebar > li > div.product-details{
	vertical-align: middle;
}

#cart ol#cart-sidebar > li > div.product-details > a > img,
#cart ol#cart-sidebar > li > div.product-details > a > br{
	display: none;
}

#cart ol#cart-sidebar > li > div.product-details > a{
    font-family: cfasty, serif;
	font-weight: bold;
	font-size: 10px;
	color: black;
	display: block;
	float: left;
	width: 110px;
	min-height: 14px;
}

#cart ol#cart-sidebar > li > div.product-details a.widget-btn{
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	background-image: url(../images/remove_from_cart.png);
	float: right;
}

#cart ol#cart-sidebar > li > div.product-details > strong{
	display: block;
	float: left;
	margin-top: -14px;
	width: 65px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: cfasty, serif;
	color: black;
}

#cart ol#cart-sidebar > li > div.product-details > strong:after{
	content: '\00d7';
}

#cart ol#cart-sidebar > li > div.product-details > span{
	display: block;
	float: left;
	width: 65px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: cfasty, serif;
	color: black;
}

#cart-sidebar .product-images img{
	width: 54px;
	height: 54px;
}

#cart p.subtotal{
	margin: 10px 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: cfasty, serif;
	color: black;
	float: left;
}

#cart div.mini-cart strong > span{
	color: black;
}

#cart .form-button{
	margin: 10px 10px 0px 0;
	float: right;
	border: none;
	background-color: rgba(0,0,0,0);
	cursor: pointer;
}

#cart .form-button > span{
	color: black;
	font-size: 12px;
	font-weight: bold;
	font-family: cfasty, serif;
	color: black;
}

#cart .upper_cart_box{
	width: 284px;
	height: 16px;
}

#cart .upper_cart_box > .triangle{
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #E3DFD6;
	float: right;
	margin-right: 24px;
	margin-top: 6px;
}
/*Cart END*/