
.cart-content-wrapper, .email-modal-wrapper, .sold-out-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}
h3.cart-content-wrapper {
    color: #64343c;
    font-size: 14px;
    text-transform: uppercase;
}

h3.sold-out-wrapper {
    color: #64343c;
    font-size: 14px;
    text-transform: uppercase;
}

h3.email-modal-wrapper {
    color: #64343c;
    font-size: 14px;
    text-transform: uppercase;
}
.item-detail-wrapper {
    color: #000;
    font-family: "Arial";
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
}
.item-detail-wrapper .detail {
    float: left;
}
.product-image {
    margin-left: 10px;
    margin-right: 25px;
}

.product-image img {
    height: 81px;
    margin-bottom: 10px;
    text-align: center;
}
.product-info {
    margin-top: 10px;
    width: 260px;
}
.qty-total {
    font-weight: bold;
    margin-top: 10px;
}
.qty {
    margin-top: 10px;
    width: 100px;
}
.qty .item-subtotal {
}
.button-wrappers {
    margin-top: 20px;
}
.continue-btn {
}
.checkout-btn {
}
.like-wrapper {
    color: #000;
    font-family: "Arial";
    font-size: 11px;
    margin-top: 25px;
}
.like-wrapper .price {
    font-weight: bold;
}
.like-product {
    float: left;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
    width: 175px;
}
.like-product .info {
    line-height: 16px;
    text-align: left;
}
.like-wrapper img {
    height: 81px;
    margin-bottom: 10px;
    text-align: center;
}
.clear {
    clear: both;
}
.modal-content-title {
    background-color: #e2e2e2;
    border-bottom: medium none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #64343c;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 15px;
}
.modal-content-title span {
    font-weight: normal;
}
.gift-wrapper .detail {
    float: left;
}
.gift-wrapper {
    color: #000;
    font-family: "Arial";
}
.add-gift {
    font-size: 13px;
    font-weight: bold;
    margin-left: 106px;
    margin-top: 10px;
    width: 260px;
}
.add-gift span {
    font-size: 11px;
    font-weight: normal;
}
.gift-wrapper .qty {
    margin-top: 10px;
    width: 100px;
}
.gift-wrapper .qty-total {
}
.btn {
    cursor: pointer;
    float: right;
    margin-left: 10px;
}
.cart-subtotal {
    background-color: #e2e2e2;
    color: #64343c;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 25px;
    padding: 15px;
    text-transform: uppercase;
}
.cart-subtotal a {
    cursor: default;
    float: right;
    margin-left: 15px;
    margin-right: 12px;
    text-decoration: none;
}
.action-bar {
    background-color: #e2e2e2;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 15px;
}
.action-bar span {
    font-weight: normal;
}
.email-modal-wrapper input {
    background-color: #e2e2e2;
    border: medium none;
    color: #8c8c8c;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.continue {
    display: none;
}


h3.continue {
    text-align: center;
    line-height: 16px;
}
div.continue {
    text-align: center;
     color: #64343c;
    font-size: 14px;
    margin: 10px;
    margin-bottom: 40px;
}