﻿.tiles {
    margin-top: 25px;
    max-width: 600px;
    margin: auto;
}

.tiles td {
    padding: 5px;
}

.tiles input {
    width: 75px;
}

.tiles table {
    border: solid 5px transparent;
}

.tiles table tr td:nth-child(odd), .tiles table tr th:nth-child(odd) {
    padding: 0px;
}

.tiles table input {
    width: 100%;
    height: 45px;
    text-align: center;
    font-size: 15px;
}

.tiles {
    border: 3px solid rgb(238, 238, 238);
}

.tiles .result {
    padding: 5px;
}

.tiles button:disabled, .tiles:disabled:hover {
    background-color: #8e8e8e;
}

.quickViewWindow .overview .tiles .title {
    display: block;
    width: 100%;
}

.tiles-modal {
    display: none;
    position: absolute;
    background-color: rgba(125,125,125,0.5);
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
}
.tiles-modal.active {
    display: block;
}

.tiles-calc-container {
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    background-color: white;
}

#x {
    position: absolute;
    background: red;
    color: white;
    top: -10px;
    right: -10px;
    width: 30px;
    border-radius: 15px;
    height: 30px;
    font-weight: bold;
    border-color: white;
}
.product-essential {
    min-height: 800px;
}

button.show-tiles-calc {
     background-color: transparent;
    border: none;
}

@media (min-width:1280px) and (max-width: 1600px) {
    .tiles.additional-details {
        margin-left: -25px;
        width: calc(100% + 50px);
    }

    .tiles-modal .tiles.additional-details {
        margin-left: 0px;
        width: 100%;
    }
}

.tile-calculator input[type="number"] { padding: 0px; }
.overview .additional-details div { text-align: center;}
