html body[data-quivers="true"] {
    width: 100%;
}

html [quivers-view="true"] {
    background-color: transparent;
    color: #222;
}

html #QuiversRibbon {
    background-color: #f000;
    display: block;
    position: fixed;
    text-align: right;
    z-index: 11100;
    margin: 0px;
    padding: 5px;
    top: 0;
    width: auto;
    right: 0;
    height: auto;
}

html #QuiversRibbon .q-link,
html #QuiversRibbon .q-link.qIcon {
    background-color: transparent;
    display: inline-block;
    margin: 0px;
}

html #QuiversRibbon .q-link a {
    color: #fff;
    padding: 0 10px;
}

html #QuiversRibbon .q-link a:hover, 
html #QuiversRibbon .q-link.qIcon a:hover {
    color: #129cb0;
}

html #QuiversRibbon .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;
    margin-left: 0

}
html #QuiversRibbon .q-link a[data-nav="cart"] .glyphicon {
    margin-left: 0px;
    padding-right: 15px;
}

html #QuiversRibbon .q-link.qIcon .qCart-num {
    top: 7px;
    right: 12px;
}

html #QuiversRibbon .q-link.qPoweredBy,
html #QuiversRibbon .q-link.qLogo,
html #QuiversRibbon .q-link.qName,
html #QuiversRibbon .q-link.qWishlistButton,
html #QuiversRibbon .q-link.qSupportButton,
html #QuiversRibbon .q-link a .qButtonText {
    display: none;
}

html .qProductName {
    display: none;
}

html .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;
}

html a.qWidgetButton.qAddToCart:hover
{
    background-color: #e5c512;
}

html .addtocart-product [quivers-view="true"] {
    background-color: transparent;
    color: #ff6633;
    background: transparent;
}

html .addtocart-product [quivers-view="true"] .view {
    padding: 0;
}

html #currentView .qProductsUI .qProductDetails .qProductOverview .qVariantDetails, html [quivers-view="true"] .qProductsUI .qProductDetails .qProductOverview .qVariantDetails {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
    border-radius: 0;
}


#qVariantDetails .qVariantInfo {
 padding:0;
 float: none;
 width: 100%;
 padding-top: 50px;
}

#qVariantDetails .qVariantPrice {float: none;width: 100%;text-align: left;margin-top: -107px;margin-bottom: 45px;}

#qVariantDetails .qVariantPrice .newPrice {color: #f47247;font-size: 40px;}

#qVariantDetails .qProductPurchaseButtons .qPurchaseOptions {text-align: left;}

#qVariantDetails .qProductPurchaseButtons .qPurchaseOptions .qQuantitySection #qVariantQuantity {
        background-color: #bbbbbb;
    color: #212121;
    border-color: #2a2a2a;
    border-radius: 5px;
    height: 31px;
    font-size: 14px;
    line-height: 1.42857143;
 
}

#qVariantDetails .qProductPurchaseButtons .qPurchaseOptions .qPurchaseButtons .qWidgetButton {background-color: #999999;color: #000;text-transform: uppercase;font-weight: 900;font-family: 'open_sansbold';font-size: 12px;}

#qVariantDetails .qProductPurchaseButtons .qPurchaseOptions .qPurchaseButtons .qWidgetButton:hover {
    background: #129cb0;
    color: #fff;
}