/* ----------------------------------------------------------
   Theme custom
   ------------------------------------------------------- */

#acp-product-options {
    background-color: rgba(255, 255, 255, .7);
    height: 265px;
}

#acp-product-options label {
    font-weight: 900;
    font-family: "museo-sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-size: 10px;
    color: #222526;
}

#acp-product-options label em {
    display: none;
}

.product-options {
    width: 170px;
    margin: 0 auto!important;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-options .color-option {
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    height: 45px;
    width: 45px;
    overflow: hidden;
    border: 1px solid #ededed;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.product-options .color-option.selected {
    border-color: #c2c2c2;
}

.product-options dd {
    margin-left: 0;
}

.product-options .super-attribute-select-acp {
    display: none;
}

.product-options .product-info {
    display: none;
}

#acp-configurable-block dl {
    padding: 0;
    margin: 0;
}

#acp-product-options .aw-acp-btn-container{
    margin: 0;
    padding: 0;
}

.aw-acp-btn-container a {
    width: 100%;
    display: block;
}

.aw-acp-btn-container .aw-acp-continue {
      height: 36px;
      line-height: 34px;
      border-radius: 2px;
      border: 2px solid #222526;
      padding: 0 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 10px;
      color: #0c0c17;
      font-weight: 900;
      background-image: none;
      display: none;
}

.aw-acp-btn-container .aw-acp-checkout {
      height: 36px;
      line-height: 36px;
      background-color: #222526;
      color: #fff;
      font-weight: 900;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 10px;
      text-align: center;
      padding: 0 18px;
      border-radius: 3px;
      border: none;
      background-image: none;
}


/* ----------------------------------------------------------
   Theme de base
   ------------------------------------------------------- */

#ajaxcartpro-progress{
    border: 1px #999999 solid;
    position: fixed;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    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 #999999 solid;
    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;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

.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: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, .aw-acp-continue:hover{
    color:#333;
    background:url('../images/btn_continue_shopping.png');
    width:144px;
}


.aw-acp-checkout, .aw-acp-checkout:hover{
    color:#fff;
    background:url('../images/btn_view_cart.png');
    width:164px;
}*/

#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%;
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    position: absolute;
    overflow:  auto;
    z-index:1000;
    /*background-color: white;*/
    width: 250px;
    /*height: 355px;*/
    overflow: hidden;
    /*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;
}
