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

#content-wrapper{
  overflow: hidden;
}

.ptlv-quickview{
  font-size: 10px;
}

.ptlv-search{
  width: 17px;
  font-size: 17px;
}

.ptlv-img{
  width: 75px;
}


.ptlv-table .product-miniature{
  display: inline-block !important;
}

.ptlv-comb{
  width: 75px;
  height: 35px;
  border-radius: 4px;
  margin-top: 3px; 
  outline: none;
}

.ptlv-both{
  margin: 0px 0 20px;
  display: inline-flex;
    float: right;
    width: 100%;
    text-align: right;
}

.ptlv-button{
  width: 100%;
}

.ptlv-checkbox{
  padding: 10px;
    text-align: center;
}

.ptlv-action .ptlv-quantitybox {
    display: inline-block;
    width: 100%;
    height: 30px;
    text-align: center;
    outline: none;
}

.ptlv-addtocart {
    border-radius: 4px;
    padding: 4px 0px 4px 7px;
    display: inline-block;
    cursor: pointer;
    margin: 5%;
}

.ptlv-table td,
.ptlv-table th{
  text-align: center;
  padding: 5px;
  word-wrap:break-word;
  font-size: 14px;
 
}

.ptlv-name h3{
  font-size: 12px;
}

tr:nth-child(even) {
  background-color: #FFFFFF;
}

#ptlv-success{
  width:100%;
  text-align: center;
}

.regular-price {
    text-decoration: line-through;
    font-weight: 500;
}

.ptlv_producttablelistingview{
    overflow: auto;
}

.ptlv-action form{
    display: grid;
}

.ptlv-variation select{
    display: grid;
}

.ptlv-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  margin: 20px 0;
}

.ptlv-table th,
.ptlv-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

.ptlv-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.ptlv-table td.ptlv-image,
.ptlv-table td.ptlv-name {
  text-align: left;
}

.ptlv-table td.ptlv-price {
   font-weight: 500;
}

.ptlv-table td.ptlv-action {
  white-space: nowrap;
}

.ptlv-table td.ptlv-variation {
  white-space: nowrap;
}