/* ion cesta */
.summary
{
    background:url(../images/cesta-2.png) no-repeat center 10px;
    display: inline-block;
    height:50px;
    width:50px;
    background-size: 35px;
    padding-right:4px;
}
.summary-qty
{
    color: #e47911;
    font-family: arial, sans-serif;
    width: 20px;
    text-align: center;
    vertical-align: top;
}

.summary-my-cart
{
    color: #1F1C1C;
    font-family: arial, sans-serif;
    font-size: 1.2em;
    position: relative;
    top: 12px;
    left: 8px;
    display: inline-block;
}

.header-cart .summary
{
    margin: 0;
}
.header-cart .summary-qty
{
    padding: 0 0 0 31px;
    font-size: 1.5em;
    line-height: 25px;
}


/* btn remove */
.btn-remove {
    width: 20px !important;
    height: 20px !important;
    background: url(../images/btn-remove.png) 0 0 no-repeat !important;   
}


/* botones */

button.button {
    padding-bottom: 1px; /* chrome box shadow bugfix */ 
    height: 26px;
    border-radius: 5px;
}

button.button span{    
    border-radius: 5px;
    color: #1F1C1C;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.3);
    background: #f1c860; 
    background: -moz-linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7dfa5), color-stop(1, #f0c14b));
    background: -webkit-linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    background: -o-linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    background: -ms-linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    background: linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    height: 22px;
    text-align: center;
    display:inline-block !important;
}

button.button:hover span{
    background: #f1c860; 
    background: -moz-linear-gradient(top, #f5d78e 0%, #eeb933 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5d78e), color-stop(1, #eeb933));
    background: -webkit-linear-gradient(top, #f5d78e 0%, #eeb933 100%);
    background: -o-linear-gradient(top, #f5d78e 0%, #eeb933 100%);
    background: -ms-linear-gradient(top, #f5d78e 0%, #eeb933 100%);
    background: linear-gradient(top, #f5d78e 0%, #eeb933 100%);
}

button.button span span{
    padding: 0 15px 0 15px; 
    text-align: center;
    font: 12px/22px Arial, sans-serif;
    display: inline-block;   
    text-align: center;
    text-shadow: none;  
}

/* btn gotocart */
.button-gotocart span {
    width: 250px !important;
    height: 22px !important;
    margin: 0 !important;
}
.button-gotocart span span {
    padding: 0 !important; 
    font: 13px/22px Arial, sans-serif !important;
}
.button-gotocart span span:after { content: '›'; font-size: 11px; margin-left: 5px; }

/* botones camino compra */

button.tramitar span span:after { content: '›'; font-size: 12px; margin-left: 5px; }

/* tramitar pedido cabecera */
.block-title button.button{
    height: 34px;
    border-radius: 5px;
}
.block-title button.button span {
    height: 30px;
    border-radius: 5px;
}

.block-title button.button span span {
    padding: 0 12px 0 12px;
    font: 12px/32px Arial, sans-serif;
}

.block-title button.button span span:after { content: '›'; font-size: 14px; margin-left: 5px; }

.header-container .header-cart {
    margin: 2px 0 0 20px;
}

/* boton tramitar de la cesta */
.button-cart-tramitar {
    height: 36px !important;
}
.button-cart-tramitar span {
    height: 32px !important;
}
.button-cart-tramitar span span {
    /* padding: 0 42px 0 38px !important; quitado axi idiomas */
    font: 16px/32px Arial, sans-serif !important;
}
.button-cart-tramitar span span:after { content: '›'; font-size: 17px !important; margin-left: 5px; !important; }

/* eliminar producto cesta */
.col-description .button-cart span{
    border-radius: 5px;
    color: #1F1C1C;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.3) !important;
    background: #F5F6F9  !important;
    background: -moz-linear-gradient(top, #F5F6F9  0%, #CED1D7 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7dfa5), color-stop(1, #CED1D7)) !important;
    background: -webkit-linear-gradient(top, #F5F6F9  0%, #CED1D7 100%) !important;
    background: -o-linear-gradient(top, #F5F6F9  0%, #CED1D7 100%) !important;
    background: -ms-linear-gradient(top, #F5F6F9  0%, #CED1D7 100%) !important;
    background: linear-gradient(top, #F5F6F9  0%, #CED1D7 100%) !important;
    
    text-align: center;
}

.col-description .button-cart span{
    background: #f1c860 !important; 
    background: -moz-linear-gradient(top, #FDFDFF 0%, #DDDFE4 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFF), color-stop(1, #DDDFE4)) !important;
    background: -webkit-linear-gradient(top, #FDFDFF 0%, #DDDFE4 100%) !important;
    background: -o-linear-gradient(top, #FDFDFF 0%, #DDDFE4 100%) !important;
    background: -ms-linear-gradient(top, #FDFDFF 0%, #DDDFE4 100%) !important;
    background: linear-gradient(top, #FDFDFF 0%, #DDDFE4 100%) !important;
}

.col-description .button-cart span span {
    padding: 0px 6px 0 6px !important;
}

/* suscribirse footer */
.footer-toolbar button.button {
    height: 25px;
    border-radius: 5px;
}

.footer-toolbar button.button span {
    border-radius: 5px;
    color: #1F1C1C;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.3);
    background: #f7dfa5;
    background: -moz-linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7dfa5), color-stop(1, #f0c14b));
    background: -webkit-linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    background: -o-linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    background: -ms-linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    background: linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    text-shadow: none;    
    font: 12px/24px Arial, sans-serif;
    background-color: transparent;
    height:22px;
}

.footer-toolbar button.button:hover span { 
    background: #f1c860; 
    background: -moz-linear-gradient(top, #f5d78e 0%, #eeb933 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5d78e), color-stop(1, #eeb933));
    background: -webkit-linear-gradient(top, #f5d78e 0%, #eeb933 100%);
    background: -o-linear-gradient(top, #f5d78e 0%, #eeb933 100%);
    background: -ms-linear-gradient(top, #f5d78e 0%, #eeb933 100%);
    background: linear-gradient(top, #f5d78e 0%, #eeb933 100%);
}

/* boton aniadir al carro */
.product-view .product-shop .add-to-cart button.button,
.product-view .product-options-bottom .add-to-cart button.button {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    background-color: transparent;
    -moz-border-radius:none;
    -webkit-border-radius:none;
    border:none;
    text-decoration:none;
    
    height: 40px;
    padding:0;
    padding-bottom: 2px; /* chrome box shadow bugfix */ 
    border-radius: 5px;
}
.product-view .product-shop .add-to-cart button.button:hover,
.product-view .product-options-bottom .add-to-cart button.button:hover { 
    background-color: transparent;
}

.product-view .product-shop .add-to-cart button.button span,
.product-view .product-options-bottom .add-to-cart button.button span {
    border-radius: 5px;
    color: #1F1C1C;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.3);
    background:#f7dfa5;
    background: -moz-linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7dfa5), color-stop(1, #f0c14b));
    background: -webkit-linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    background: -o-linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    background: -ms-linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    background: linear-gradient(top, #f7dfa5 0%, #f0c14b 100%);
    text-shadow: none;
    font: 15px/36px Arial, sans-serif;
    background-color: transparent;
    display:inline-block;
    height: 36px;
}

.product-view .product-shop .add-to-cart button.button:hover span,
.product-view .product-options-bottom .add-to-cart button.button:hover span { 
    background: #f1c860; 
    background: -moz-linear-gradient(top, #f5d78e 0%, #eeb933 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5d78e), color-stop(1, #eeb933));
    background: -webkit-linear-gradient(top, #f5d78e 0%, #eeb933 100%);
    background: -o-linear-gradient(top, #f5d78e 0%, #eeb933 100%);
    background: -ms-linear-gradient(top, #f5d78e 0%, #eeb933 100%);
    background: linear-gradient(top, #f5d78e 0%, #eeb933 100%);
    background-color: transparent;
}

.product-view .product-shop .add-to-cart button.button span span {
    padding: 0 24px 0 24px; 
}
.product-view .product-shop .add-to-cart button.button span span:after,
.product-view .product-options-bottom .add-to-cart button.button span span:after { content: '›'; font-size: 17px; margin-left: 5px;}

.cantidades {
    float: left;
    margin: 0 28px 10px 28px;
}

.input-text .qty{
    border: 1px solid #ddd;
    border-radius: 4px 4px 4px 4px;
    padding: 3px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    font-family: Arial,sans-serif;
    line-height: 14px;
    height: 100px;
}

/* pagina suggest */

.button-suggest-cart{
    height:48px !important;
    border-radius: 5px;
    padding-right: 10px !important;
}
.button-suggest-cart span{
    border-radius: 5px;
    color: #1F1C1C;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.3) !important;
    background: #F5F6F9  !important;
    background: -moz-linear-gradient(top, #F5F6F9  0%, #CED1D7 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7dfa5), color-stop(1, #CED1D7)) !important;
    background: -webkit-linear-gradient(top, #F5F6F9  0%, #CED1D7 100%) !important;
    background: -o-linear-gradient(top, #F5F6F9  0%, #CED1D7 100%) !important;
    background: -ms-linear-gradient(top, #F5F6F9  0%, #CED1D7 100%) !important;
    background: linear-gradient(top, #F5F6F9  0%, #CED1D7 100%) !important;
    height: 44px !important;
    text-align: center;
}


.button-suggest-cart:hover span{
    background: #f1c860 !important; 
    background: -moz-linear-gradient(top, #FDFDFF 0%, #DDDFE4 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFF), color-stop(1, #DDDFE4)) !important;
    background: -webkit-linear-gradient(top, #FDFDFF 0%, #DDDFE4 100%) !important;
    background: -o-linear-gradient(top, #FDFDFF 0%, #DDDFE4 100%) !important;
    background: -ms-linear-gradient(top, #FDFDFF 0%, #DDDFE4 100%) !important;
    background: linear-gradient(top, #FDFDFF 0%, #DDDFE4 100%) !important;
}

.button-suggest-cart span span{
    text-align: center !important;
    font: 16px/44px Arial, sans-serif !important;
    display: inline-block !important;
    text-align: center !important;
    text-shadow: none !important;  
}

.button-suggest-cart span span:after { content: none !important;}

.button-suggest-checkout{
    height:48px !important;
    border-radius: 5px;
}
.button-suggest-checkout span{
    border-radius: 5px;
    color: #1F1C1C;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.3) !important;
    background: #f7dfa5  !important;
    background: -moz-linear-gradient(top, #f7dfa5  0%, #f0c14b 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7dfa5), color-stop(1, #f0c14b)) !important;
    background: -webkit-linear-gradient(top, #f7dfa5  0%, #f0c14b 100%) !important;
    background: -o-linear-gradient(top, #f7dfa5  0%, #f0c14b 100%) !important;
    background: -ms-linear-gradient(top, #f7dfa5  0%, #f0c14b 100%) !important;
    background: linear-gradient(top, #f7dfa5  0%, #f0c14b 100%) !important;
    height: 44px !important;
    text-align: center;
}

.button-suggest-checkout:hover span{
    background: #f5d78e !important; 
    background: -moz-linear-gradient(top, #f5d78e 0%, #eeb933 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5d78e), color-stop(1, #eeb933)) !important;
    background: -webkit-linear-gradient(top, #f5d78e 0%, #eeb933 100%) !important;
    background: -o-linear-gradient(top, #f5d78e 0%, #eeb933 100%) !important;
    background: -ms-linear-gradient(top, #f5d78e 0%, #eeb933 100%) !important;
    background: linear-gradient(top, #f5d78e 0%, #eeb933 100%) !important;
}

.button-suggest-checkout span span{
    text-align: center !important;
    font: 16px/44px Arial, sans-serif !important;
    display: inline-block !important;
    text-align: center !important;
    text-shadow: none !important;  
}
.button-suggest-checkout span span:after { content: '›'; font-size: 17px !important; margin-left: 5px;}

/* footer cms-contacts */

.footer-cms .footer-contacts {
    width: 250px !important;
}


.footer address{
    text-align: center !important;
    float: none;
}

.footer-toolbar label span{
    font-size: 12px !important;
    font-weight: normal;
}
