@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?30427691');
    src: url('../fonts/fontello.eot?30427691#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff?30427691') format('woff'),
    url('../fonts/fontello.woff2?30427691') format('woff2'),
    url('../fonts/fontello.ttf?30427691') format('truetype'),
    url('../fonts/fontello.svg?30427691#qticker') format('svg');
    font-weight: normal;
    font-style: normal;
}

.quantityTicker .icon-plus,
.quantityTicker .icon-minus,
.quantityTicker .icon-cart {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -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: 40px;
    height: 27px;
    padding: 0 6px;
    float: left;
    border: 1px solid #d6d4d4;
    line-height: 27px;
    color: #c0c0c0;
    font-size: 14px;
}

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,
.btn.btn-default.ticker-button.ticker-cart {
    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;
}

.btn.btn-default.ticker-button.ticker-down:hover,
.btn.btn-default.ticker-button.ticker-up:hover,
.btn.btn-default.ticker-button.ticker-cart:hover {
    color: #333;
}

.btn.ticker-up span,
.btn.ticker-down span,
.btn.ticker-cart 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: "fontello";
    content: '\e802';
}

.btn.ticker-up span i.icon-plus:before {
    font-family: "fontello";
    content: '\e801';
}

.btn.ticker-cart span i.icon-cart:before {
    font-family: "fontello";
    content: '\e807';
}

.ticker-wrapper.ps_17 {
    text-align: center;
}

.ticker-wrapper.ps_17 .quantityTicker {
    margin: 0;
}

#products div.product-description, .featured-products div.product-description, .product-accessories div.product-description, .product-miniature div.product-description {
    height: 100px;
}

#products div.highlighted-informations, .featured-products div.highlighted-informations, .product-accessories div.highlighted-informations, .product-miniature div.highlighted-informations {
    height: 4.5rem;
}


/*****************/
.ticker-wrapper.ps_17 .quantityTicker {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 69%;
    margin: 0 auto;
    justify-content: space-evenly;
}
.btn.btn-default.ticker-button.ticker-cart {
    display: block;
    text-align: center;
    background: #609e00;
    border: 0;
    padding: 0.4rem;
    margin: 0;
    flex: 0 0 100%;
    margin: 0.7rem 0;
    text-transform: uppercase;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-default.ticker-button.ticker-cart span {
    background: transparent;
    color: white;
    border: 0;
}
.btn-row .ajax_add_to_cart_button.btn.btn-primary.add-to-cart { display: none!important; }
#products div.product-description, .featured-products div.product-description, .product-accessories div.product-description, .product-miniature div.product-description {
    height: 145px!important;
}
.btn.ticker-cart span {
    width: auto;
}