.collectionBlock-dscr.section-txt p a
{
	color: ##168acd;
}


.stars .active, #review .fa-star.active {
    color: #FFD15C;
}
.fa {
    display: inline-block;
    font-size: 20px;
    font-style: normal;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.form-group input[type=text]
{
	width: 100%;
    margin-bottom: 15px;
    border: 1px solid #dedede;
    display: block;
    max-width: 192px;
    height: 45px;
}

.form-group input[name=rating]
{
	margin:0;
}

.form-group textarea
{
	width: 100%;
    margin-bottom: 15px;
    border: 1px solid #dedede;
    display: block;
    max-width: 192px;
    height: 105px;
}

#button-review
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 16px;
    color: #fff;
    background: #9bc325;
    width: 100%;
    max-width: 192px;
    height: 45px;
    margin-top: 20px;
}

.form-group
{
	margin-top: 10px;
}

#review
{
	margin-top: 20px;
	margin-bottom: 20px;
}


#d_quickcheckout .form-group input[type=text]
{
    width: 100% !important;
    max-width: 100% !important;
}

#payment_address_firstname-error, #payment_address_email-error, #payment_address_password-error, #payment_address_confirm-error
{
    display: none !important;
}

#payment_method_list label[for=cod] .payment-image
{
    display: none;
}

#d_quickcheckout .btn-primary
{
    background-color: #9bc225 !important;
    background-image: none !important;
    border: none !important;
    border-radius: 0 !important;
}

#login_view .btn-primary.active
{
    border-radius: 4px !important;
    border: 1px solid #cccccc !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius:0 !important;

}

#d_quickcheckout .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn
{
    border-radius: 0 !important;
}


.cartProduct > .cartProduct-total > small
{
    text-align: center;
    display: block;
    color: red;
    font-size: 18px;
}