/**
* 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.
*/

.ptl-img {
    width: 70px;
}


.ptl-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.ptl-row.header > div {
    padding: 12px;
    font-size: 12px;
    background-color: #d3d3d3;
    line-height: 24px;
    margin-bottom: 10px;
}

.ptl-row > div {
    text-align: center;
    word-wrap: break-word;
    font-size: 12px;
    padding: 3px 1px;
    box-sizing: border-box;
}

/* Header row specific styles */
.ptl-row:first-child > div {
    padding: 12px;
    font-size: 12px;
    background-color: #d3d3d3;
    line-height: 24px;
}

/* Alternating row background */
.ptl-row:nth-child(even) {
    background-color: #f3f3f3;
}

.ptl-name h3 {
    font-size: 12px;
    padding: 5px;
}

#ptl-success {
    width: 100%;
    text-align: center;
}

.ptl-image {
    width: 70px;
}

.ptl-name {
    width: 360px;
    text-align: left;
}

.ptl-sku {
    width: 150px;
}

.ptl-price {
    width: 100px;
    font-weight: 700;
}

.ptl-variation {
    width: 155px;
}

.ptl-comb {
    width: 130px;
    height: 30px;
}

.ptl-action {
    width: 150px;
}

.ptl-quantitybox {
    width: 60px;
    height: 30px;
    text-align: center;
}

.ptl-addtocart {
    border-radius: 4px;
    color: #fff;
    background-color: #2fb5d2;
    border-color: transparent;
    padding: 4px 0;
    height: 34px;
    display: inline-block;
    width: 50px;
    cursor: pointer;
}

.ptl-checkbox {
    width: 40px;
}

.ptl-name h3 {
    line-height: 18px;
}

.atl_btn {
    padding: 0 0 10px 0 !important;
}

.atl_bbtn {
    padding: 10px 0 0 0 !important;
}

.ptl-product {
    width: unset !important;
    margin-bottom: 10px !important;
    vertical-align: middle !important;
}