/**
* 2007-2023 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-2023 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.
*/

.pool-options{
    display: flex;
    justify-content: center;
}
.pool-options > label > div {
    font-family: Verdana, sans-serif;
    background: white;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 35px;
    border: 1px solid lightgray;
    margin: 10px;
    width: 250px;
    text-align: center;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    position: relative;
}

.body-poolassistant {
    background: white;
    width: 100%;
    display: block;
}

.pool-size-div {
    justify-content: center;
    max-width: 370px;
    margin: 25px auto;
    margin-top: 0;
}

.pool-size-div > div.form-group{
    margin:10px;

}

ul#myTab {
    justify-content: center;
    max-width: 370px;
    margin: 0 auto;
}

.pool-color, #result-pool {
    max-width: 1200px;
    margin: 25px auto;
    justify-content: center;
}

.pool-color ul {
    list-style-type: none;
    padding-left: revert;
}

.pool-color li {
    display: inline-block;
    width: 16.66% !important;
    float: left;
    list-style: none;
    min-height: 135px;
}

.pool-color input[type="radio"][id^="cb"] {
    display: none;
}

.pool-color label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.pool-color label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #99bd43;
    position: absolute;
    top: -7px;
    left: -9px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.pool-color label img {
    /*height: 100px;*/
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.pool-color :checked + label {
    border-color: #ddd;
}

.pool-color :checked + label:before {
    content: "✓";
    background-color: #99bd43;
    transform: scale(1);
}

.pool-color :checked + label img {
    transform: scale(0.9);
    /*box-shadow: 0 0 5px #333;*/
    z-index: -1;
}

#btncalcular {
    background: #99bd43;
    color: #fff;
    border-color: #99bd43;
    outline: none;
    box-shadow: none;
    margin: 0;
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
    font-size: .875rem;
    padding-left: 45px;
    padding-right: 45px;
    height: 36px;
    margin-bottom: 20px;
    font-weight: 900;
    transition: 150ms;
}
#btncalcular:hover {
 transform: scale(1.1);
}
#btncalcular:active {
    transition: all 150ms linear;
    opacity: .75;
  }
#btnaddtocart:hover {

    transform: scale(1.1);
}
#btnaddtocart:active {
    transition: all 150ms linear;
    opacity: .75;
  }
#btnaddtocart {
    background: #99bd43;
    color: #fff;
    border-color: #99bd43;
    outline: none;
    box-shadow: none;
    margin: 0;
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
    font-size: .875rem;
    padding-left: 150px;
    padding-right: 150px;
    height: 36px;
    margin-bottom: 20px;
    font-weight: 900;
}

Verdana, sans-serif
#module-poolassistantlite-poolassistantlite h1{
    font-size: 27px;
    color: #1c1d67;
    font-family: Verdana, sans-serif;
    font-weight: 700;
}


#module-poolassistantlite-poolassistantlite h6 {
    font-family: Verdana, sans-serif;
    font-weight: 700;
}

#module-poolassistantlite-poolassistantlite h6 span{
    font-family: Verdana, sans-serif !important;
    font-size: 13px;
}


#module-poolassistantlite-poolassistantlite .breadcrumb_nav {
    text-transform: uppercase;
    color: #99bd43 !important;
    font-weight: 200 !important;
    font-family: Verdana, sans-serif;
}

#module-poolassistantlite-poolassistantlite #page_banner_container_1 .breadcrumb_nav a {
    color: #333333;
}


#module-poolassistantlite-poolassistantlite .breadcrumb_wrapper  {
    background-color: #f2f2f2;
    border-bottom-color: #e7e1e1;
}

#module-poolassistantlite-poolassistantlite #top_extra {
   /* padding-bottom: 20px;
    background: white;*/
}

#module-poolassistantlite-poolassistantlite #result-pool .product-name {
    font-family: Verdana, sans-serif;
}

#module-poolassistantlite-poolassistantlite #result-pool .product-price-1 {
    color: #1c1d67;
    margin-right: 5px;
}

#module-poolassistantlite-poolassistantlite #result-pool .product-price-2 {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: 400;
}

#module-poolassistantlite-poolassistantlite #result-pool .prices-table{
    display: flex;
    padding-top: 10px;
}

#module-poolassistantlite-poolassistantlite .qty_wrap.qty_wrap_big .btn,#module-poolassistantlite-poolassistantlite  .qty_wrap.qty_wrap_big .form-control {
    border: none;
}

#module-poolassistantlite-poolassistantlite .input-group.bootstrap-touchspin {
    border: 1px solid lightgrey;
}

#module-poolassistantlite-poolassistantlite .bootstrap-touchspin #quantity_wanted {
    color: black;
    width: 47px;
}

#module-poolassistantlite-poolassistantlite .qty_wrap.qty_wrap_big {
    width: 95px;
}

#module-poolassistantlite-poolassistantlite  .remove-from-cart img {
    margin: 0px;
}

#module-poolassistantlite-poolassistantlite  .remove-from-cart{
    padding-top: 10px;
    cursor:pointer;
}

#module-poolassistantlite-poolassistantlite #tableDiv {
    padding: 6px 25px;
    border: 1px solid #f6f6f6;
}

#module-poolassistantlite-poolassistantlite #tableDiv thead tr th {
    border-top: 0px;
}

#module-poolassistantlite-poolassistantlite .headOfDivTable {
    color: #1c1d67;
}

#module-poolassistantlite-poolassistantlite  .peso {
    font-family: Verdana, sans-serif;
    margin: 15px 0px;
    font-size: 16px;
}

#module-poolassistantlite-poolassistantlite .total {
    margin: 50px 0px;
    font-size: 22px;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-weight: 700;
}

#module-poolassistantlite-poolassistantlite .total #tax {
    font-family: Verdana, sans-serif;
    font-size: 12px;
}

.pool-options input[type="radio"][id^="tp"] {
    display: none;
}

.pool-options :checked + label > div:before {
    content: "✓";
    background-color: #99bd43;
    transform: scale(1);
}

.pool-options label > div:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #99bd43;
    position: absolute;
    top: -7px;
    left: -9px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.spinner-gif{
    width: 25px;
    height: 25px;
    filter: brightness(1.1);
    mix-blend-mode: multiply;
    display: block;
    position: absolute;
    top: 6px;
    right: 3px;
}
[data-tooltip] {
    position: relative;
    cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
    line-height: 1;
    font-size: .9em;
    pointer-events: none;
    position: absolute;
    box-sizing: border-box;
    display: none;
    opacity: 0;
}
[data-tooltip]:before {
    content: "";
    border: 5px solid transparent;
    z-index: 100;
}
[data-tooltip]:after {
    content: attr(data-tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 51em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 9px;
    border-radius: 6px;
    background: #99BD43;
    color: #FFFFFF;
    z-index: 99;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    opacity: 1;
}
[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow="top"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #99BD43;
}
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::after {
    bottom: calc(100% + 5px);
}
[data-tooltip]:not([data-flow])::before, [tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::before,
[data-tooltip][data-flow="top"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, -4px);
    transform: translate(-50%, -4px);
}
[data-tooltip][data-flow="bottom"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #99BD43;
}
[data-tooltip][data-flow="bottom"]::after {
    top: calc(100% + 5px);
}
[data-tooltip][data-flow="bottom"]::before, [data-tooltip][data-flow="bottom"]::after {
    left: 50%;
    -webkit-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px);
}
[data-tooltip][data-flow="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #99BD43;
    left: calc(0em - 5px);
    -webkit-transform: translate(-8px, -50%);
    transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    -webkit-transform: translate(-8px, -50%);
    transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #99BD43;
    right: calc(0em - 5px);
    -webkit-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
}
[data-tooltip][data-flow="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    -webkit-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
}
[data-tooltip=""]::after, [data-tooltip=""]::before {
    display: none !important;
}

.tooltip-pool {
    background: #99bd43;
    color: white;
    padding: 2px 8px;
    border-radius: 50%;
    font-size: 11px;
    margin-left: 3px;
    font-weight: 700;
}

@media (max-width: 530px) {
    .pool-options > label > div {
        font-size: 12px;
        padding: 7px 25px;
        width: 145px;
        margin: 5px;
    }

    .pool-color label {
        border: 1px solid #fff;
    }
    .pool-color li {
        width: 25% !important;
    }
}




.pool-color label {
    border: 1px solid #fff;
    padding: 3px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    font-size: 11px;
    padding-top: 80px;
    font-family: Verdana, sans-serif;
    font-weight: 700;
}

.pool-color li {
    height: 140px;
}


@media (max-width: 700px)
{
    .pool-color li {
        width: 25% !important;
    }

    .pool-color label {
        padding-top: 85px
    }
}

@media (max-width: 530px)
{
    .pool-color li {
        width: 50% !important;
    }

    .pool-color label {
        padding-top: 105px;
    }

    .pool-color li {
        height: 150px;
    }
}


