@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;
    margin-top: 10px;
    margin-bottom: 10px;

}







#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;

}

  /* Inputs listado de productos */
  div.quantityTicker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
    color: #000000;
    font-size: 14px;
  }
 
  .quantityTicker .stock-product {
    order: 1;
  }
   
  .quantityTicker .ticker-down {
   order: 2;
   color: #555;
 }
 
 .quantityTicker .ticker-input {
   order:3;
   text-align: center;
 }
 
 .quantityTicker .ticker-up {
   order:4;
   color: #555;
 }
 
 .ticker-wrapper.ps_17 .ticker-cart {
   border-radius: 20px 5px;
   background-color: var(--blue);
   color: #ffffff;
   font-weight: bold;
   font-size: 12px;
 }
