/**
* 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.
*/
.pvt_trin {
  border: 1px solid #00000026;
}

.pvt_tdin {
  font-size: 11px;
  border-right: 1px solid #00000017;
}

.pvt_table {
  width: 100%;
  border-collapse: collapse;
}

.pvt_row {
  border: 1px solid #00000026;
  padding: 11px;
  box-sizing: border-box;
}

.pvt_th {
  text-align: left;
  padding: 7px 5px;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  border: 1px solid #00000026;
  text-align: center;
}

.pvt_td {
  padding: 5px 3px;
  border-right: 1px solid #00000017;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.pct-row {
  width: 100%;
  height: 72px;
}

.pct-row-img {
  width: 13%;
  display: inline-block;
  vertical-align: middle;
}

.pct-row-totalquantity {
  width: 13%;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  text-align: center;
}

.pct-row-comb {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  text-align: center;
}

.pct-row-price {
  width: 12%;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  text-align: center;
}

.pct_isbn {
  width: 15%;
  display: inline-block;
  vertical-align: middle;
}

.pct-row-cart {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}

.pct-quantity {
  width: 45px;
  height: 29px;
  border-radius: 4px;
  padding: 5px;
}

.pct-image {
  height: 45px;
  margin-top: 2px;
}

.pct-addtocart {
  padding: 5px;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  width: auto;
  background-color: #2fb5d2;
  border-color: transparent;
}

/* .table-title {
  margin-bottom: 10px;
} */
.heading-content {
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.heading {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}

.heading-position-0 {
  justify-content: flex-start;
}

.heading-position-1 {
  justify-content: center;
}

.heading-position-2 {
  justify-content: flex-end;
}

#myDialog {
  width: 90%;
  max-width: auto;
  max-height: 80vh;
  overflow-y: auto;
  border: none;
  border-radius: 10px;
  padding: 20px;
}

#closeDialog {
  font-weight: 800;
  color: black;
  position: absolute;
  top: 10px;
  right: 10px;
  background: aqua;
  border: none;
  outline: none;
  font-size: 20px;
  z-index: 9999;
  cursor: pointer;
}

.product-sheet-button {
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
  outline: none;
}

.product-sheet-button:focus {
  outline: none;
  box-shadow: none;
}

.btn.btn-primary.add-to-cart {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.defaultBulkAddingBtn {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.defaultBulkAddingBtn #pctbulkAddBtn {
  background-color: #1ee8ff;
  color: #ffffff;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Quantity increase/decrease */
.qty-wrapper {
  position: relative;
  display: inline-block;
}

.pct-quantity {
  padding-right: 32px;
  height: 32px;
  width: 60px;
  font-size: 14px;
}

.qty-up,
.qty-down {
  position: absolute;
  right: 6px;
  font-size: 18px;
  cursor: pointer;
  color: #555;
  z-index: 10;
  pointer-events: auto;
}

.qty-up {
  top: 2px;
}

.qty-down {
  bottom: 2px;
}
