#ajax_cart_over{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0,0,0,0.6);
  z-index: 9;
}


#ajax_cart_loading {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    background: url('../images/loading.gif') no-repeat center;
    text-align: center;
    z-index: 10000;
}

#ajaxcart_content_option_product {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 390px;
  min-height: 40px;
  background-color: #FFF;
  text-align: center;
  overflow-y: auto!important;
  max-height: 600px;
  z-index: 9999;
  max-width: 90%;
  font-size: 14px;
  line-height: 20px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}
.box-messages {
  border-bottom: solid 1px #e6e6e6;
  padding: 20px;
  color: #19AA73;
  font-size: 16px;
  margin-bottom:12px;
}
.box-messages span{
  display: inline-block;
  padding-left: 38px;
  position: relative;
  height: 42px;
  vertical-align: middle;
  margin: auto;
  width: 230px;
  max-width: 100%;
  text-align: left;
}
.box-messages span:before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 42px;
  background-position: -147px -39px;
}

#ajaxcart_content_option_product.error-message {
 color:red;
 padding: 10px;
}
#ajaxcart_content_option_product .product-content{
  padding:0 20px;
  text-align: center;
}
@media (max-width: 480px) {
  #ajaxcart_content_option_product {
      overflow-y: auto!important;
  }
}
#ajaxcart_content_option_product .messages {position:static; width:100%; text-align:left; font-family: 'RsuRegular';}

#plus_one {
    width: 256px;
    height: 256px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -128px;
    margin-left: -128px;
    background: url('../images/cart.png') no-repeat center;
}

.ajaxcart-product-image {
    display: inline;
    margin: 5px;
    max-height: 300px;
    max-width: 300px;
}
.ajaxcart-buttons {
  padding: 10px 20px 20px;
}
.ajaxcart-buttons button {
  margin: 5px 0;
  min-width: 220px;
  padding: 12px 10px;
  font-size: 15px;
}
.ajaxcart-buttons #ajaxcart_continue_shopping{
  color: #464646;
  background: #f9f9f9;
  border: solid 1px #DFDFDF;
  margin-left: 0px;
}

#ajaxcart_content_option_product .product-name {
color:#323131;
text-transform:uppercase;
font-family: 'RsuBold';
font-size:18px;
}
@media only screen and (max-width: 500px){
  .box-messages {
    padding:10px;
  }
  #ajaxcart_content_option_product .product-content {
    padding:0px 10px;
  }
  .ajaxcart-buttons {
    padding:10px;
  }
  .ajaxcart-product-image {
    width:100px;
  }
}
