input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

.label {
    display: inline;
    padding: .3em .6em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: black;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
  
  
  
  
  <script>
$(document).ready(function (e) {
    // Quicklists overwrite EDIT behaviour
    if ($('body').hasClass('ex-quicklists') || $('body').hasClass('quicklists')) {
        $('.c_l_name').editable('destroy');
        $('#quicklistgrid tr').each(function () {
            var name = $(this).find('.c_name a');
            var editUrl = $(this).find('.editquicklist').data('url');
            name.attr('href', editUrl);
            var self = this;
            $(this).find('.editquicklist').click(function (e) {
                e.stopPropagation();
                $(self).find('.c_l_name').editable('toggle');
            });
        });
        $('.c_l_name').on('hidden', function (e, reason) {
            $(this).editable('destroy');
        });
    }
}); // Document ready
</script>
    border-radius: .25em;
}

.custom-inkTonerFinder-small {
    background-position-y: 20%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 19px;
    background-position-x: center;
}

.cart-dropdown table td.price .content_value, .shopping-cart table td.total .content_value {
    background: none;
    border-radius: 5px;
    padding: 10px;
    margin: auto 10px;
}

.hero-slider .ms-bullet {
    display: inline-block;
    float: none;
    width: 12px;
    height: 12px;
    margin: 4px;
    background: white;
    border-radius: 50%;
}

.hero-slider .ms-bullet-selected {
    background: grey;
}

li.standOut > a {
	display: inline-block;/*bug fix*/
	position: relative;
	text-decoration: none;
  
}
  
 li.standOut > a::after {
	content: 'New';
	position: absolute;
        bottom: 85%;
	right:11%;
	background: #c21111;
	padding: 0px 20px 0px 13px;
	color: #fff;
	white-space: nowrap;
	opacity: 1;
	font-size: 17px;
	font-weight: bold;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
li.standOut > a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 8px solid #c21111;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	opacity: 1;
	right: 38%;
	bottom: 70%;
  
}
li.standOut > a:hover::after {
	bottom: 89%;
}
 li.standOut > a:hover::before {
	bottom: 78%;
}
li.standOut > a::after {
	
    -webkit-animation: fadeinndnd 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeinnd 1s; /* Firefox < 16 */
        -ms-animation: fadeinnd 1s; /* Internet Explorer */
         -o-animation: fadeinnd 1s; /* Opera < 12.1 */
            animation: fadeinnd 1s;
}
 li.standOut > a::before {
	
    -webkit-animation: fadeinnd 1.6s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeinnd 1.6s; /* Firefox < 16 */
        -ms-animation: fadeinnd 1.6s; /* Internet Explorer */
         -o-animation: fadeinnd 1.6s; /* Opera < 12.1 */
            animation: fadeinnd 1.6s;
}

@keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.header-menu .cd-dropdown-wrapper .cd-dropdown div.dropdown-extras {
    background-color: black;
}

.header-menu .cd-dropdown-wrapper .cd-dropdown {
    background-color: black;
}

.filter-container .menulinks_container section.quicklinks h4 {
    background-color: #fbca12;
    bottom: 0;
    color: black;
    padding: 12px 10px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 6px 6px 0 0;
}

.shop-filters .filter-section .categories li a {
    color: black;
}

.merchandisingcontent_container .catalog-single {
    padding: 0 0 0px;
    margin-top: 7px;
}
.catalog-grid .tile .footer a {
    color: black;
}

header .header-full .widgetsearch.search {
    margin: 40px 0;
}
.alert-warning {
    background-color: #494a4e;
    border-color: black;
    color: white;
}

header .menu .catalog-block ul.catalog > li > a {
 color: #494a4e;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fbca12;
}

.customertools .your-account {
    color: #494a4e;
    text-shadow: 1px 3px 15px #a48203;
    background: linear-gradient(#a48203, #fbca12);
}

.customertools a {
    color: #494a4e;
    transition: none;
}

.catalog-single .social-links {
    margin: 12px 0;
    text-align: center;
    display: none;
}

.catalog-grid .tile .price-label {
    color: black;
}

.fa-shopping-bag:before {
    content: "\f291";
    font-size: 1.0em;
    color: #000000;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}

.toolbar .cart-btn>.btn { background: #fbca12;
box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
 }

.toolbar .cart-btn > .btn span.minicart_count {
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fbca12;
    color: #fff;
}

.shop-filters .filter-title {
background: black;
padding: 18px 15px;
border-radius: 8px 8px 0 0;
font-size: 1.2rem;
color: white;
letter-spacing: 0;
font-weight: 900;
text-align: center;
position: relative;
bottom: 8px;
}

.shop-filters .filter-title {
    background-color: #fbca12;
}

.toolbar .cart-btn>.btn {
    background: #fbca12;
}

.header-full .logo img {
/* Change this for desktop */
    max-width: 220px !important;
    height: auto !important;
    max-height: none !important;
padding-bottom: 10px;
}

.toolbar .cart-btn .btn i,
.toolbar .cart-btn:hover > .btn i {
color: #white;
}

.product-sku {
    font-size: 0.75rem;
    color: #000000;
}

.singlebanner_wrapper > div > img.responsive.deskimg{
   width: 100%;
}

/* CUSTOM INK & TONER FINDER */
.custom-inkTonerFinder {
    display:none;
    background: #fbca12 url('https://shop.grenaways.co.uk/ws_content/images/findcartridgesv1.png') 7% 50% no-repeat;
    padding: 2em 0 2em 350px;
}
.custom-inkTonerFinder select {
    color: black;
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CCC;
    padding: 5px;
    margin: 5px 0;
}
.custom-inkTonerFinder button {
    color: #fff;
    background: #424142;
    font-family: helvetica;
    border-color: #424142;
    border-style: solid;
    padding: 0 25px;
}
.custom-inkTonerFinder form > * {
    height: 35px;
}
/* desktop */
@media screen and (min-width:769px) {
    .custom-inkTonerFinder select {
        min-width: 27%;
    }
}
/* mobile */
@media screen and (max-width:768px) {
    .custom-inkTonerFinder {
        background-position-y: 20%;
        padding-left: 10%;
        padding-right: 10%;
        background-position-x: center;
    }
    .custom-inkTonerFinder form {
        margin-top: 100px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
    .custom-inkTonerFinder-small {
        background-position-y: 20%;
        padding-left: 10%;
        padding-right: 10%;
        background-position-x: center;
    }
    .custom-inkTonerFinder-small form {
        margin-top: 100px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
/* CUSTOM INK & TONER FINDER  END*/

.grenaways-call-us span {
    color: white;
    display: inline-block;
    margin-left: 10px;
}
.grenaways-call-us img {
    vertical-align: top;
}
.grenaways-call-us strong {
    font-size: .8rem;
}






<script>
$(document).ready(function (e) {
    // Quicklists overwrite EDIT behaviour
    if ($('body').hasClass('ex-quicklists') || $('body').hasClass('quicklists')) {
        $('.c_l_name').editable('destroy');
        $('#quicklistgrid tr').each(function () {
            var name = $(this).find('.c_name a');
            var editUrl = $(this).find('.editquicklist').data('url');
            name.attr('href', editUrl);
            var self = this;
            $(this).find('.editquicklist').click(function (e) {
                e.stopPropagation();
                $(self).find('.c_l_name').editable('toggle');
            });
        });
        $('.c_l_name').on('hidden', function (e, reason) {
            $(this).editable('destroy');
        });
            
    }
  
}); // Document ready
</script>