/**
* 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%;
  }
}
