﻿.favoriteToggler {
    width: 20px;
    height: 20px;
    color: black;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}

a.favoriteToggler {
    line-height: 30px;
}

.basket-total-lines {
    font-size: 19px;
    text-transform: uppercase;
}

.quickshopcontent input {
    margin-bottom: 10px;
}
.cart-field-label {
    float: left;
}


.js-add-to-basket-by-attribute-matrix {
    height: 300px;
    /*overflow-y: scroll;*/
}

table.add-to-basket-matrix-table thead tr th:first-child {
    width: 100px;
}

.add-to-basket-matrix-table-header img {
    min-width: 30px;
    max-width: 60px;
    margin-right: 9px;
}

.noQtyAvailable {
    color: red;
}

.hidden-title-text {
    text-align: center;
    padding-top: 10px;
}

/*.add-to-basket-matrix-table select {
    -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
    text-indent: 38px;
    font-weight: bold;
}*/

.add-to-basket-matrix-table tbody th, .add-to-basket-matrix-table-header tbody th:first-child {
    text-align: center;
    width: 70px;
}

.add-to-basket-matrix-table-header {
    margin-bottom: 0;
    width: 1092px;
}

.add-to-basket-matrix-table-header tbody td{
    text-align: center;
}

.add-to-basket-matrix-table-header tbody h5{
    margin-bottom: 0;
}

.add-to-basket-matrix-table input {
    text-align: center;
    font-weight: bold;
    padding: 0;
}

.add-to-basket-matrix-table .input-group {
    max-width: 100px;
    margin: auto;
}

.add-to-basket-matrix-table .attribute-matrix-step button {
    line-height: 20px;
    /*font-size: 30px;*/
    padding-left: 8px;
    padding-right: 8px;
    /* background-color: #EAEAEA;
    border-color: silver;
    */
}

table.add-to-basket-matrix-table tbody td {
    text-align: center;
}

.add-to-basket-matrix-picker-list li {
    list-style: none;
    padding-bottom: 10px;
}

.add-to-basket-matrix-picker-panel {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
