/*****************************
        PRODUCT
*****************************/

#crbc-total-price, #crbc-product-price, #crbc-product-price-info, #crbc-product-sale-price, #crbc-product-sale-price-info {
    display: block;
    font-size: 24px;
    padding: 0;
    text-align: center;
    background: transparent;
    border: none;
    text-shadow: none;
    color: #666;
    font-weight: normal;
}

#crbc-product-sale-price {
    color: #c0c0c0 !important;
    
    
}

abc {
    background: #57c986 none repeat scroll 0 0;
    color: #fff;
    padding: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    
}

#crbc-total-price, #crbc-product-price, #crbc-product-price-info, #crbc-product-sale-price, #crbc-product-sale-price-info {
    font-size: 24px;
    text-align: right;
}

#crbc-total {
    padding: 0;

}

#crbc-total strong {
    margin-bottom: 10px;
    color:#555;

}

.crbc-attributes h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 23px;
}

.crbc-product-page .crbc-attributes .crbc-well {
    padding: 0 !important;


}

.crbc-product-page #crbc-total-price, .crbc-product-page #crbc-product-price, .crbc-product-page #crbc-product-price-info, .crbc-product-page #crbc-product-sale-price, .crbc-product-page #crbc-product-sale-price-info {
    font-size: 24px;
    text-align: left;
    margin-top: 10px;
}


.crbc-product-page .crbc-sub-price {
    font-size: 0.75em;
    text-align: left;
    line-height: 1.2;
}

.crbc-product-page .crbc-quantity {
    padding: 0 !important;


}

.crbc-product-page .crbc-quantity-input {
    width: 18%;

}

.crbc-product-page  .input-append .crbc-btn:last-child, .crbc-product-page  .input-append .crbc-btn,
.crbc-product-page  .input-append .crbc-btn:last-child:hover, .crbc-product-page  .input-append .crbc-btn:hover

{
    background: transparent none repeat scroll 0 0 !important;
    border: 1px solid #999 !important;
    border-radius: 0 !important;
    color: #4BB5C1 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-weight: normal !important;
    height: auto !important;
    outline: medium none !important;
    padding: 10px 13px !important;
    position: relative !important;
    text-align: center !important;
    text-shadow: none !important;
    transition: all 0.5s ease 0s !important;
    z-index: 0 !important;
    margin: 0 !important;
    margin-left: -1px !important;

}

#crbc-total-price-0 {
    color:#24ac5c;


}


/* pricetag */

.pricetag{
    white-space:nowrap;
    position:relative;
    margin:0 5px 0 10px;
    display:inline-block;
    height:25px;
    padding: 6px 15px;
    background:transparent;
    border: 1px solid #e6557b;
    border-top-width:1px;
    border-bottom-width:1px;
    color:#e6557b;
    line-height:25px;
}
