/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Add To Cart Popup module CSS stylesheet
 *
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version    $Id: main.css,v 1.1.2.1 2012/05/25 07:23:46 aim Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.product-added .button span {
	padding:0;
}

.product-added {
	max-width: 500px;
}

.product-added .buttons a {
	margin-top: 10px;
}

.product-added .buttons a.button_red.ui-state-active:hover {
  background: #e13343;
  border: 0px none transparent;
}

.product-added .thumbnail {
  margin: 0 15px 0 0;
  width:30%;
  float:left;
}

.product-added .thumbnail img {
  width: 100%;
	max-width: 150px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}

.product-added .details {
  margin: 3px 0 0 0;
  overflow: hidden;
}

.product-added .details,
.product-added .options,
.product-added .poptions-options-list td {
  font-size: 0.75rem;
}

.product-added .title {
  font-weight: bold;
  font-size: 1rem;
  margin: 0 0 10px 0;
  padding-right: 10px;
  color: #444;
  line-height: 1.2;
}

.product-added .price {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 10px 0;
}

.product-added .rating {
  padding-left: 8px;
  text-align: left;
}

.product-added .rating .creviews-rating {
  display: none;
}

.product-added .price .product-price-value {
  color: #b51a00;
}

.product-added .price .product-alt-price-value {
  color: #787878;
}

.product-added .cart {
  text-align: center;
  padding: 10px 0 15px 0;
  color: #444;
  width: 145px;
  background:#fff;
  border: 1px solid #e2e3e1;
  border-radius: 5px;
  font-size: 0.75rem;
}

.product-added .cart .header {
  /*border-bottom: 1px solid #a0a0a0;*/
  font-size: 1rem;
  font-weight: bold;
}

.product-added .cart .label {
  font-weight: bold;
}

.product-added .cart .currency {
  font-size: inherit;
  color: inherit;
}

.product-added .cart ul {
  margin: 10px 0 14px 0;
  padding: 0;
}

.product-added .cart ul li {
  list-style: none;
  margin: 0px;
  padding: 0;
}

.product-added .cart a.button:hover {
  background: #112657;
  border: 0px none transparent;
}

.product-added .cart-outer {
  padding-left: 0px;
  background: transparent;
}

.product-added h1 {
  font-weight: normal;
  color: #a0a0a0;
  padding: 0;
  margin: 30px 0 20px 0;
  font-size: 24px;
}

.product-added .upselling .rating {
  padding-left: 31px;
}

.product-added .upselling.details {
  margin: 0 0 10px;
}

.product-added .upselling.details td {
  padding: 0 5px;
}

.product-added .upselling .creviews-rating-box {
  padding-bottom: 0;
}

.product-added .upselling .title {
  margin-bottom: 5px;
}

.product-added .upselling .price {
  margin: 5px 0;
}

.product-added .upselling .buy {
  margin-top: 7px;
}

.product-added .upselling img {
	max-width:165px!important;
}

.product-added hr {
  margin: 10px 0px;
}

.product-added .buttons .button {
  margin: 5px 5px;
}

.product-added .button-spacer {
  display: none;
}


@media only screen and (max-width: 767px) {
  .product_added_table {
    max-width: 400px;
  }

  .product-added .upselling {
    display: none;
  }
}

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

  .product_added_table {
    max-width: 280px;
  }

  .product-added .thumbnail {
    display: none;
  }

  .product-added .details {
    clear: left;
  }
}