/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


.wastage-extra-block {
    line-height: 20px;
    padding: 15px 0 12px 0;
    font-size: 16px;
}

.wastage-extra-block input {
    margin-top: 3px;
    margin-right: 10px;
}

.wastage-extra-block a {
    color: #ef7f00 !important;
    text-decoration: underline;
}

.tile-calculator-block {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 20px 20px;
    margin-bottom: 15px;
}

.tile-calculator-block .calculator-header {
    line-height: 30px;
    font-size: 16px;
    text-transform: uppercase;
}

.tile-calculator-block .calculator-header:before {
    content: url("../img/tile-calculator.svg");
    display: inline-block;
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 30px;
    margin-left: 10px;
}

.tile-calculator-block .calculator-header:after {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    color: #ef7f00 !important;
}

.tile-calculator-block.active .calculator-header:after {
    content: "\f0d8";
}

.tile-calculator-block .calculator-content {
    padding: 10px;
}

.tile-calculator-block .calculator-content h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
}

.tile-calculator-block .calculator-content .area-data-row {
    margin-top: 10px;
}

.tile-calculator-block .calculator-content .form-control-select, .tile-calculator-block .calculator-content select {
    background-image: none !important;
    border: 0px solid #f4f4f4;
    background-color: #f4f4f4;
    outline: none !important;
    height: 30px;
    padding: 0 10px;
    width: 100px;
}

.tile-calculator-block .calculator-content .height input, .tile-calculator-block .calculator-content .width input {
    border: 0px;
    outline: none;
    height: 30px;
    background-color: #f4f4f4;
    padding: 0 15px;
    width: 80px;


}

.tile-calculator-block .calculator-content .result-equal {
    text-align: center;
    line-height: 30px;
}

.tile-calculator-block .calculator-content .final-result {
    line-height: 30px;
}

.add-another-area {
    margin-top: 25px;
    line-height: 18px;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.add-another-area i {
    color: #ef7f00 !important;
    font-size: 20px;
}

.final-areal-total {
    text-align: right;
}

.final-areal-total .areatotal {
    font-size: 24px;
    margin-bottom: 10px;
}

.final-areal-total .full-tile-calculator {
    color: #ef7f00 !important;
    text-decoration: underline;
}

.remove-area {
    color: #ef7f00 !important;
    font-size: 20px;
    line-height: 30px;
}

.area-data-row-0 .remove-area {
    display: none;
}
.final-tile-area .btn{
    background-color: #ccc;
}
#add-to-order{
    background-color: #333 !important;
}
@media (max-width: 580px) {
    .tile-calculator-block .calculator-content .height input, .tile-calculator-block .calculator-content .width input, .tile-calculator-block .calculator-content .form-control-select, .tile-calculator-block .calculator-content select {
        max-width: 100%;
    }

    .tile-calculator-block .calculator-content .height input, .tile-calculator-block .calculator-content .width input{
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }

    .areacolumns {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 480px) {
    .tile-calculator-block .calculator-content .height input, .tile-calculator-block .calculator-content .width input, .tile-calculator-block .calculator-content .form-control-select, .tile-calculator-block .calculator-content select {
        max-width: 100%;
    }

    .tile-calculator-block .calculator-content .height input, .tile-calculator-block .calculator-content .width input{
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }

    .areacolumns {
        padding-left: 5px;
        padding-right: 5px;
    }
}