/**
* 2007-2020 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-2020 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.
*/
.prevent-click {
    pointer-events: none;
    opacity: 0.5;
    background-color: transparent;
}

.adq-endline{
  position: relative;
  top: 12px;
  border: none;
  height: 1px;
  background: black;
  margin-bottom: 30px;
}

.adq-find-btn{
  padding: 6px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.adq-product-summary{
    width: 30%;
}

.find-button{
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

.adq-cate{
  font-size: 14px;
}

.text-right{
  text-align: right;
}

.mb-5{
  margin-bottom: 20px;
}

.adq-order-table-section{
    padding:20px 0px;
}

.adq-cat-fld,
.adq-search-fld,
.adq-number-fld{
    display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;

}

.adq-search-btn{
    position: absolute;
  right: 0;
  top: 0px;
  height: 34px;
  border: 0;
  padding: 0px 5px;
  width: 100%;
  max-width: 100px;
  color: black;
  cursor: pointer;
}

.btn-addtocart{
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
  text-transform: uppercase;
  font-weight: 600;
  padding: .5rem .5rem;
  font-size: 12px;
  color: #fff;
  background-color: #2fb5d2;
  border-color: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.adq-addselectedtocart{
  float:right;
  margin-right: 15px;
}

.quantity-box{
  width: 40px;
  margin-top: 5px;
  height: 32px;
  border: 1px solid #ccc;
  text-align: center;
}
.adq-search-btn:hover{
    color: white;
    background-color: black;
}

.adq-product-order-table{
    border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 20px;
}

.adq-product-order-table thead{
    border-bottom: 1px solid;
  background-color: #dddddd2e;
}

.adq-product-order-table thead tr,
.adq-product-order-table thead td{
    padding:10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

.adq-product-order-table tbody td{
    padding:10px 5px;
    font-size: 14px;
    line-height: 24px;
    vertical-align: top;
}

.adq-product-order-table tbody tr{
    margin: 10px 0px;
}

.adq-product-img img{
  max-width: 100%;
  display: block;
  border-radius: 3px;
  width: 80px;
  height: 80px;
}

.adq-product-name{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
  width:15%;
}

.adq-text-center{
    text-align: center;
}

.adq-check-product button{
    background-color: transparent;
  border: 0;
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
}

@media all and (max-width: 480px){
  .adq-product-summary,
  .adq-in-stock{
    display: none;
  }

  .adq-product-order-table thead tr,
  .adq-product-order-table thead td,
  .adq-product-order-table tbody tr,
  .adq-product-order-table tbody td{
      font-size: 12px;
    }

  .adq-search-cat-row .adq-cat-box,
  .adq-search-cat-row .adq-search-box{
    display: block;
    width: 100%;
    float: none;
    margin:10px 0px;
  }

  .adq-product-img img{
      height: auto;
    }
}

@media all and (min-width: 480px) and (max-width: 768px){

  .adq-product-order-table thead tr,
  .adq-product-order-table thead td,
  .adq-product-order-table tbody tr,
  .adq-product-order-table tbody td{
    font-size: 13px;
  }

  .adq-search-cat-row .adq-cat-box,
  .adq-search-cat-row .adq-search-box{
      width: 40%;
  }

  .adq-product-summary{
    width: 25%;
  }

  .adq-product-img img{
    height: auto;
  }

}

@media all and (min-width: 769px) and (max-width: 1024px){
   .adq-product-summary{
    width: 25%;
  }
}

.list-new {
  float: left;
  border: 1px solid #cdcdcd;
  padding: 2px 6px;  
  margin-right: 100%;
  margin-bottom: 6px;
}


.quantity-select {
  width: 46%;
  float: left;
  margin-top: 8px;
}

.btn-addtocart {
  margin-top: 8px;
}

a.page-link {
  cursor: pointer;
}

body#module-addifyquickordertable-addifyquickordertable .search-widget {
  display: none;
}

.search-icon {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  left: 20px;
}

input[name=suggest_product] {
  padding-left: 40px;
}

input[name=suggest_product]:focus {
  padding-left: 36px !important;
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

  /* Force table to not be like tables anymore */
  table.adq-product-order-table,
  table.adq-product-order-table thead,
  table.adq-product-order-table tbody,
  table.adq-product-order-table th,
  table.adq-product-order-table td,
  table.adq-product-order-table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  table.adq-product-order-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  table.adq-product-order-table tr { border: 1px solid #ccc; }

  table.adq-product-order-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    width: 100% !important;
  }

  table.adq-product-order-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }


  table.adq-product-order-table select {
    margin: 10px 0;
  }
  /*
  Label the data
  */
  table.adq-product-order-table td:nth-of-type(1) {
    width: 28% !important;
    display: inline-block !important;
    height: 90px;
    border-bottom: none;
  }
  table.adq-product-order-table td:nth-of-type(2) {
    width: 70% !important;
    display: inline-flex !important;
    height: 90px;
    padding: 10px 0;
    border-bottom: none;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; 
    border-bottom: none;
  }

  table.adq-product-order-table td:nth-of-type(4) {
    text-align: left;
  }


  table.adq-product-order-table td:nth-of-type(6) {
    display: none;
  }

  .adq-product-order-table tbody td {
    padding: 2px 10px;
  }
  .adq-product-order-table thead {
    display: none !important;
  }
  #module-addifyquickordertable-addifyquickordertable  .mb-5 {
    margin-bottom: 0px !important;
  }
  .adq-order-table-section {
    padding: 20px 0px 0px 0 !important;
  }

  .adq-product-qty {
    padding-bottom: 10px !important;
  }

  table.adq-product-order-table tr {
    border: 1px solid #EAEAEA !important;
    padding-top: 10px;
  }

  .quantity-select {
    width: 100%;
    margin-top: 0px !important;
  }

  .btn-addtocart {
    margin-top: 0px;
    width: 100%;
  }
}

.pw {
  display: none;
}
.pw img {
  width: 0;
  height: 0;
}

.news-cat-main-img {
  cursor: pointer;
}