#ajaxcartpro-progress{
    /*border: 1px #999999 solid;*/
    position: fixed;
    text-align: center;
    padding: 10px;
    background: #ffffff; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 51%, #ffffff 51%, #f2ede1 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(51%,#ffffff), color-stop(51%,#ffffff), color-stop(100%,#f2ede1)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 51%,#ffffff 51%,#f2ede1 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ffffff 51%,#ffffff 51%,#f2ede1 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ffffff 51%,#ffffff 51%,#f2ede1 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ffffff 51%,#ffffff 51%,#f2ede1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2ede1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    z-index: 9999;
    color: #513311;
    overflow:  auto; 
    min-height: 50px;
    min-width: 260px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
    position: fixed;
   /* border: 1px #c2ae95 solid; */
    text-align: center !important;
    padding: 10px;
	  margin-right: 20px; 
    background: #ffffff; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 51%, #ffffff 51%, #f2ede1 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(51%,#ffffff), color-stop(51%,#ffffff), color-stop(100%,#f2ede1)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 51%,#ffffff 51%,#f2ede1 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ffffff 51%,#ffffff 51%,#f2ede1 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ffffff 51%,#ffffff 51%,#f2ede1 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ffffff 51%,#ffffff 51%,#f2ede1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2ede1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    z-index: 9999;
    color: #513311;
	line-height:normal;
	font-size:14px; 
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

.ajaxcartpro-box-hide{
   display:none;
}

.ajaxcartpro-box-show{
    display:block;
	-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.33); 
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
    width: 270px;
margin-right: auto;
margin-left: auto;
}

.acp-msg-block{
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    font-size: 12px !important;
    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: #f2ede1;
	top: -40px;
position: relative;
	font: 16px "MyriadPro-Regular";
	border: 2px solid #A6957F;
	padding-top: 3px;
background: #7f6c44; /* Old browsers */
background: -moz-linear-gradient(top,  #7f6c44 0%, #664d2f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f6c44), color-stop(100%,#664d2f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7f6c44 0%,#664d2f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7f6c44 0%,#664d2f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7f6c44 0%,#664d2f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7f6c44 0%,#664d2f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6c44', endColorstr='#664d2f',GradientType=0 ); /* IE6-9 */
width: 144px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.aw-acp-continue:hover{
    color: #f2ede1;
	font: 16px "MyriadPro-Regular";
	border: 2px solid #A6957F;
	padding-top: 3px;
background: #664d2f; /* Old browsers */
background: -moz-linear-gradient(top,  #664d2f 0%, #7f6c44 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#664d2f), color-stop(100%,#7f6c44)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #664d2f 0%,#7f6c44 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #664d2f 0%,#7f6c44 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #664d2f 0%,#7f6c44 100%); /* IE10+ */
background: linear-gradient(to bottom,  #664d2f 0%,#7f6c44 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#664d2f', endColorstr='#7f6c44',GradientType=0 ); /* IE6-9 */
width: 144px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.aw-acp-checkout{ 
   color: #fff;
float: initial;
position: relative;
top: -54px;
border: 2px solid #A6957F;
width: 200px;
padding: 10px;
font: bold 20px "MyriadPro-Regular"; 
text-rendering: optimizeLegibility;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #ec9d26; /* Old browsers */
background: -moz-linear-gradient(top,  #ec9d26 0%, #d75e13 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ec9d26 0%,#d75e13 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ec9d26 0%,#d75e13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9d26', endColorstr='#d75e13',GradientType=0 ); /* IE6-9 */

} 
.aw-acp-checkout:hover{
color: #fff;
width: 200px;
padding: 10px;
font: bold 20px "MyriadPro-Regular";
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #d75e13; /* Old browsers */
background: -moz-linear-gradient(top,  #d75e13 0%, #ec9d26 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d75e13 0%,#ec9d26 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d75e13 0%,#ec9d26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d75e13', endColorstr='#ec9d26',GradientType=0 ); /* IE6-9 */

}
    }

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    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.5;
    opacity:.50;
    filter: alpha(opacity=50);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 400px;
    position: fixed;
    overflow:  auto;
    z-index:1000;
    background-color: white;
    padding: 10px;
    width: auto;
    height: auto;
    /*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: 5px auto 5px auto;
    padding-left: 20px;
}

#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;
}

@media (max-width:640px) {
	
	#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
display:none
} 
}

@media screen and (max-width: 410px) {

    .aw-acp-btn-container a{
        margin-top: 10px;
    }
} 