.header-main .minicart-wrapper .action.showcart .counter.qty {
    background : #A03FAB;
}

.product-item-info.type3:hover .product-item-actions .actions-primary .tocart {
    display : none;
    opacity : 0;
}

.product-info-main .product.attribute.sku {
    display : none;
}

.opc-progress-bar .opc-progress-bar-item._active:before,
.opc-progress-bar .opc-progress-bar-item._active > span:before {
    background : #A03FAB;
}

.catalog-category-view .toolbar.toolbar-products {
    display : none;
}

.catalog-product-view .box-tocart .action.tocart {
    color : #FFFFFF;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
    background : #A03FAB!important;
    color: #FFFFFF!important;
}
.cart-container .cart-summary .checkout-methods-items .action.primary.checkout{
    background : #f4f4f4;
    color: #222529;
}
.catalog-category-view #submitSearch{
    display:none;
}
.catalog-product-view .prev-next-products{
    z-index:99999;
}
.checkout-onepage-success .checkout-success .actions-toolbar .action.primary.continue {
    background-color: #f4f4f4;
    color: #222529;
    border-color: #f4f4f4;
}
.checkout-onepage-success .checkout-success .actions-toolbar .action.primary.continue:hover {
    background : #A03FAB;
    color: #FFFFFF;
    border-color: #A03FAB;
}
.block-minicart .block-content > .actions > .primary .action.primary {
    background-color: #f4f4f4!important;
    border-color: #f4f4f4!important;
    color: #222529!important;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
    background-color: #a03f8b!important;
    border-color: #a03f8b!important;
    color: #ffffff!important;
}