#ajaxcartpro-progress{
    border:none;
    position: fixed;
    text-align: center;
    padding: 10px;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height: 50px;
    min-width:50px;
	background-image:url("../images/ajax-loader-48px.gif"); 
	background-repeat:no-repeat;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}
#ajaxcartpro-progress > img{display:none;}
#ajaxcartpro-progress >p{display:none;}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
    position: fixed;
    border:none;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: auto;
    height: auto;
	box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
	border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}
#ajaxcartpro-add-confirm .aw-acp-continue, #ajaxcartpro-remove-confirm .aw-acp-continue{width:50%; display:inline-block; margin-right:0; margin-bottom:6px;}
#ajaxcartpro-add-confirm .aw-acp-checkout, #ajaxcartpro-remove-confirm .aw-acp-checkout{width:50%; display:inline-block; margin-right:0; margin-bottom:0px;}
.ajaxcartpro-box-hide{
   display:none;
}

.ajaxcartpro-box-show{
    display:block;
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
    width: 260px;
}

.acp-msg-block{
    font-weight:normal;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    font-size: 14px
    text-align: center;
}

/*.aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
    padding:0;
    line-height:24px;
    height:24px;
    margin:0 auto;
    display:block;
    font-family:Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
    cursor: pointer;
}*/

.aw-acp-continue{
    color:#fff;
    background:#85858a; 
   padding:8px 20px; margin-right:10px; cursor:pointer;
}
.aw-acp-continue:hover{opacity:0.9; color:#fff;}

.aw-acp-checkout{
    color:#fff;
    background:#faa21c;
    padding:8px 20px; cursor:pointer;
}
.aw-acp-checkout:hover{opacity:0.9; color:#fff;}

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    text-align: left;
    padding-left:0px;
	margin-top:10px;
}
#acp-configurable-block dl dt{font-size:14px;}
#acp-configurable-block dl dt label{font-weight:normal; margin-bottom:0;}
#acp-configurable-block dl dd{padding-bottom:0;}

#acp-configurable-block .price
{
    font-size:20px;
}
#acp-product-options .product-options dd select{border: 1px solid #dcdcdc; padding:0px 8px; color:#85858a; border-radius:3px; box-sizing: border-box; height:42px; margin: 0; width: 100%; background:url(../images/drop-down.png) no-repeat 96% center;  -webkit-appearance:none;  -moz-appearance:none; appearance:none;}

#product-options-wrapper.product-options{border:none; padding:0;}
#product-options-wrapper .messages{margin-bottom:4px;}

#acp-configurable-block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#fff;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
    z-index: 1100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 180px;
    position: fixed;
    overflow:  auto;
    z-index:1101;
    background-color: #fff;
    padding: 20px;
    width: auto;
    height: auto;
	box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
	border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px;
	min-width:400px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#acp-product-options .aw-acp-btn-container{
    margin:0px auto 0px auto;
    padding-left:0px;
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
    margin:0;
    text-align:center;
}
.map-popup
{
    z-index: 1001 !important;
}
#product-options-wrapper.product-options .qty-wrapper{float:left; width:100%; margin-bottom:10px; padding:0px 90px;}
#product-options-wrapper.product-options .qty-wrapper .qty{float:left;}
#product-options-wrapper.product-options .qty-wrapper .qtytxt{float:left; padding:8px; margin-bottom:0;}


@media screen and (max-width: 410px) {

    .aw-acp-btn-container a{
        margin-top: 10px;
    }
}
@media screen and (min-width:768px) and (max-width:1024px) {
#ajaxcartpro-add-confirm .aw-acp-checkout, #ajaxcartpro-remove-confirm .aw-acp-checkout{margin-left:-2px;}
}