/**
 * style.css
 * File generated with Prestashop generator by SzpaQ
 * @author SzpaQ
 * @module attributetable (Attributes Table)
 * @version 0.0.1
 * @license All Rights Reserved
  * */

.attributes-table table{
    width:100%;
}
.attributes-table table th {
    background: #a17738;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    padding: 5px;
    text-align: center;
}
.attributes-table table td {
    background: #ffffff;
    color: #666;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    padding: 17px;
    text-align: center;
}

.attributes-table table th:last-child{
    background: none;
}
.attributes-table table td img{
    background:#ffffff;
    height:50px;
    width:50px;
    border:1px solid #ccc;
    transition:.3s all;
}
.attributes-table table td img:hover{
     transform: scale(3);
}
.add-to-cart-attribute{
    cursor:pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
i.disabled{
    opacity: .3;
    cursor: not-allowed;
}
.product-variants {
    display:none;
}
.attributes-table .quantity-block-container{
    width:50%;
    border:1px solid #666666;
    height:15px;
    display:inline-block;
    text-align:left;
    padding:0;

}
.attributes-table .quantity-block{
    margin:0;
    height:100%;
    background: #a17738;
}
.attributes-table .quantity-block.empty{
    width:0px;
    display:block;
}
.attributes-table .quantity-block.last-items{
    width:50%;
    display:block;
}
.attributes-table .quantity-block.available{
    width:100%;
}
