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

.products .ptlv-table  .product-miniature{
  width: 100%;
}

.ptlv_producttablelistingview{
  display: contents;
}

#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;
}

.ptlv_producttablelistingview .ptlv-table th {
    position: relative;
    padding-right: 22px;
}
.ptlv_producttablelistingview .sort_arrows a {
    padding-right: 5px;
    padding-left: 2px;
    line-height: 8px;
    color: #b9babc;
}
.ptlv_producttablelistingview .sort_arrows {
    right: 0px;
    display: flex;
    flex-direction: column;
    top: 0px;
    height: 100%;
    align-items: end;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 2;
    cursor: pointer;
    padding-right: 5px;
    opacity: 0;
}
.ptlv_producttablelistingview .sort_arrows:before ,
.ptlv_producttablelistingview .sort_arrows:after {
    font-family: Material Icons;
    display: flex;
    content: "\E5CF";
    line-height: 6px;
    color: #b9babc;
}
.ptlv_producttablelistingview .sort_arrows:before {
    transform: rotate(180deg);
}
.ptlv_producttablelistingview .sort_arrows.active ,
.ptlv_producttablelistingview .sort_arrows:hover {
    opacity: 1;
}

.ptlv_producttablelistingview .sort_arrows.active[data-order-way="ASC"]:after {
   display: none;
}
.ptlv_producttablelistingview .sort_arrows.active[data-order-way="DESC"]:before {
   display: none;
}

.ptlv_producttablelistingview .sort_arrows.active:before ,
.ptlv_producttablelistingview .sort_arrows.active:after {
    color: #0a0a0a;
}


.ptlv_producttablelistingview .sort_arrows .sort_arrow_up:before {
    content: "\E5CF";
    transform: rotate(180deg);
}
.ptlv_producttablelistingview .sort_arrows .sort_arrow_down:before {
    content: "\E5CF";
}

.producttablelistview_scroll .ptlv-table {
    /*width: max-content !important;*/
    /*max-width: max-content;*/
}
.producttablelistview_scroll {
    /*overflow-x: auto;*/
    /*width: 100%;*/
    /*margin-bottom: 30px;*/
}

.producttablelistview_scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #f1f1f1;
    border-radius: 3px;
}
.producttablelistview_scroll::-webkit-scrollbar-thumb {
    background: #b1afaf;
    border-radius: 3px;
}




body .pagination .pagination-producttablelistview.page-list li {
    display: inline-flex;
}
body .pagination .pagination-producttablelistview.page-list li a {
    width: 35px;
    background-color: #232323;
    border: 1px solid #232323;
    font-weight: 600;
    color: #fff;
    margin: 1px;
    padding: 5px 0;
    cursor: pointer;
}
body .pagination .pagination-producttablelistview.page-list li a.previous,
body .pagination .pagination-producttablelistview.page-list li a.next {
    width: 90px;
}
body .pagination .pagination-producttablelistview.page-list li a:hover,
body .pagination .pagination-producttablelistview.page-list li.current a {
    background-color: #f6f6f6 !important;
    border-color: #d4d4d4 !important;
    color: #000 !important;
}
body .pagination .pagination-producttablelistview.page-list li a.disabled:hover,
body .pagination .pagination-producttablelistview.page-list li a.disabled {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination .pagination-producttablelistview.page-list .disabled,
.pagination .pagination-producttablelistview.page-list .disabled:hover {
    color: #acaaa6;
    text-decoration: none;
    cursor: default;
}
body .pagination-load-more {
    margin: 30px 0;
    background: #1a73e8;
    color: #ffffff;
    border: 1px solid #dedbdb;
    font-size: 18px;
    padding: 15px 40px 15px 40px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
}
body #js-product-list .button-pagination {
    width: 100%;
}
body .pagination-load-more:hover {
    background: #000000;
    color: #ffffff;
    border-color: #ffffff;
}

body.hide_button_load_more_products .anis-button-wrap.anis-button-wrap-next{
    display: none !important;
}



