@font-face {
    font-family: 'qticker';
    src: url('../fonts/qticker.eot?30427691');
    src: url('../fonts/qticker.eot?30427691#iefix') format('embedded-opentype'),
        url('../fonts/qticker.woff?30427691') format('woff'),
        url('../fonts/qticker.ttf?30427691') format('truetype'),
        url('../fonts/qticker.svg?30427691#qticker') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media (max-width: 991px) {
          
             ul.product_list .button-container > div a span, ul.product_list .button-container > div label span {
            margin-left: 8px;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
            max-width: 150px; }}
.quantityTicker .icon-plus, .quantityTicker .icon-minus {
    font-family: "qticker";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: -8px;
margin-top: -4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input.ticker-input {
	font-size: 17px; padding: 1px 0;
}

ul.product_list:not(.list) div.ticker-wrapper {
	text-align: center;
}

div.quantityTicker input {
	width: 55px;
	height: 27px;
	padding: 0 6px;
	float: left;
	border: 1px solid #d6d4d4;
	line-height: 27px;
}

div.quantityTicker {
	position: relative;
	overflow: hidden;
	margin: 1em 0;
	display: inline-block;
}

.ticker-wrapper .ticker-button {
	margin-left: 3px;
	clear: none !important;
	width: auto;
    height: auto;
    display: inline-block;
    position: relative;
}

.btn.btn-default.ticker-button.ticker-down,
.btn.btn-default.ticker-button.ticker-up {
	font-size: 14px;
    line-height: 14px;
    color: #c0c0c0;
    text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
    padding: 0;
    border: 1px solid;
    border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: inherit;
    margin-top: -2px;
    
    
}

.btn.btn-default.ticker-button.ticker-down:hover,
.btn.btn-default.ticker-button.ticker-up:hover {
    color: #333;
}

.btn.ticker-up span, .btn.ticker-down span {
    display: block;
    border: 1px solid #fff;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0 0 0;
    background: white;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(white), to(#fbfbfb));
    background-image: -webkit-linear-gradient(top, white, 0%, #fbfbfb, 100%);
    background-image: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFBFBFB', GradientType=0);
}

.btn.ticker-down span i.icon-minus:before {
    font-family: "qticker";
	content: '\e801';
}

.btn.ticker-up span i.icon-plus:before {
    font-family: "qticker";
	content: '\e800';
}