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

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');


  
  @media only screen and (max-width: 56.25em) {
    .row-pd:not(:last-child) {
      margin-bottom: 6rem;
    }
  }
  
  @media only screen and (max-width: 56.25em) {
    .row-pd {
      max-width: 50rem;
      padding: 0 1.5rem;
    }
  
    .cus-image {
      /* max-width: 300px; */
      height: 150px;
    }
  }
  
  .row-pd::after {
    content: "";
    display: table;
    clear: both;
  }
  
  .row-pd [class^="col-"] {
    float: left;
  }
  
  .row-pd [class^="col-"]:not(:last-child) {
    margin-right: 6rem;
  }
  
  @media only screen and (max-width: 56.25em) {
    .row-pd [class^="col-"]:not(:last-child) {
      margin-right: 0;
      /* margin-bottom: 6rem; */
    }
  }
  
  @media only screen and (max-width: 56.25em) {
    .row-pd [class^="col-"] {
      width: 100% !important;
    }
  }
  
  .row-pd .col-1-of-2 {
    width: calc((100% - 6rem) / 2);
  }
  
  .row-pd .col-1-of-3 {
    width: calc((100% - 2 * 9rem) / 3);
  }
  
  .row-pd .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem);
  }
  
  .row-pd .col-1-of-4 {
    width: calc((100% - 3 * 6rem) / 4);
  }
  
  .row-pd .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem);
  }
  
  .row-pd .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem);
  }
.section-features {
    margin: auto;
    padding: 2rem 0;
    background-size: cover;
  }
  
  @media only screen and (max-width: 56.25em) {
    .section-features {
      padding: 4rem 0;
    }
  }
  
  .feature-box {
    margin-bottom: 40px;
    overflow: hidden;
    background-color:#B9DFE3;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    transition: transform .3s;
  }
  
  .feature-box-post {
    /* margin-bottom: 40px; */
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.5rem;
    padding: 2.5rem;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    transition: transform .3s;
    color: #fff;
  }
  
  @media only screen and (max-width: 56.25em) {
    .feature-box {
      padding: 2rem;
    }
  
    .feature-box-post {
      padding: 2rem;
    }
  }
  
  .feature-box__icon {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    font-size: 6rem;
    margin-bottom: .5rem;
    display: inline-block;
    color: transparent;
    color: #fff;
  }

  .pd-cus-image-clr {
      color: #fff;
      max-width: 30px;
      max-height: 30px;
  }
  
  .feature-box__icon-post {
    max-width: 100%;
    max-height: 100%;
    background-position: center;
    overflow: hidden;
    font-size: 6rem;
    margin: auto;
    border-radius: 0;
    margin-bottom: .5rem;
    display: inline-block;
    color: transparent;
    color: #fff;
  }
  
  @media only screen and (max-width: 56.25em) {
    .feature-box__icon {
      margin-bottom: 0;
    }
  }
  
  .feature-box:hover {
    transform: translateY(-.3rem) scale(1.01);
  }
  .feature-box__text{
      color: black;
  }

  #table_id_wrapper{
      display: none;
  }
  .ajax_drop{
    display: inline-block;
    padding: .625rem;
    color: #232323;
    cursor: pointer;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.25);
    width: 57%;
  }