/**
* 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{
	border-radius: 4px;
  	color: #fff;
  	background-color: #2fb5d2;
  	border-color: transparent;
}
