#KickerRibbon {
    position: relative;
    text-align: center;
    z-index: 1110;
    margin: 0px;
	float: right;
}

#KickerRibbon .q-link {
    float: left;
    margin: 0px;
}

#KickerRibbon .q-link a {
    _font-family: Gotham-Black, serif!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    _border: none !important;
    text-decoration: none;
    _float: left;
    _width: 100%;
    cursor: pointer;
    color: white;
    _opacity: 1;
    padding: 10px 10px;
    line-height: 35px;	
    font-size: 16px;
}

#KickerRibbon .q-link .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'BootstrapIcons';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 16px;
}

#KickerRibbon .q-link.qPoweredBy {
    display: none;
}

.qProductName {
	display: none;
}

.qProductDetails .qProductDetails, div.qProductOverview.col-xs-12, div#qWidgetView.view-body.qProductsView.translate, div#qProduct.qProductDetails.qProductShort.row, div.qVariantDetails.row , div.qPurchaseOptions.col-xs-12 , div.qVariantPrice.col-xs-12 {
	padding: 0 !important;
}

a.qWidgetButton.qAddToCart:hover
{
	background-color: #e5c512;
}