.logo-type-iridescent #rt-logo {
    width: 300px;
}
.rt-copyright-content {
    text-align: left;
}
.fp-slideshow .layout-fullslideshow .sprocket-features-desc {
    color: #dfdfdf;
}

/*
* change font to white on checkou buttons
*/
.hikashop_product_right_part, .hikashop_product_stock,  .button{
	color: #ffffff !important;
}

.hikashop_product_quantity_field_change, a.hikashop_product_quantity_field_change:hover {
    color: #fff !important;
}
.hikashop_product_quantity_field_change {
    color: #fff;
    font-size: 16px;
    padding-bottom: 5px;
}
.hikashop_address_billing_1 .input {
	height: 25px;
}
.hika-radio input[type="radio"] {
    display: inline;
}

.btn-primary {    
	background-color: #df172e;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.2s ease-in 0s;
    vertical-align: middle;
}

/*
* move the read more button to the right in the testimonials box
*/
.sprocket-quotes-item .readon {
	float: right;
}

/*
* reduce the font height in the testimonials box
*/
.sprocket-quotes-text {
    font-size: 0.9em!important;
}