/**
* 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.
*/
.products .ecommaddtocart_productlist {
    margin-top: 7px;

}
.ecommaddtocart_productlist .add-to-cart-productlist {
    text-align: center;
    cursor: pointer;
    width: 100%;
    max-width: 90px;
    margin: 0 auto;
    display: block;
        font-weight: 900;
    font-size: 13px;
}

.ecommaddtocart_productlist {
    margin-top: 7px;
}
.ecommaddtocart_productlist .add-to-cart-productlist.hide {
    display: none;
}
.ecommaddtocart_productlist .product-quantity:not(.show) {
    display: none;
}
.ecommaddtocart_productlist .product-quantity.show {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}
#product .product-add-to-cart .product-quantity .qty, #product .product-add-to-cart .control-label {
    display: none;
}
#product .ecommaddtocart_productlist {
    min-width: 130px;
}
.ecommaddtocart_productlist .product-quantity.show {
    display: flex
;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    margin: 0 auto;
    width: 100%;
    gap: 3px;
    justify-content: center;
}
.ecommaddtocart_productlist  .p-quantity {
    margin-bottom: 0px;
    font-size: 12px;
}
.ecommaddtocart_productlist .product-quantity div {
    width: 20px;
    text-align: center;
    cursor: pointer;
}
#product .product-actions .product-add-to-cart .product-quantity .add {
    display: none;
}
.product-add-to-cart .ecommaddtocart_productlist .product-quantity.show {
    width: 100%;

}
.product-add-to-cart .ecommaddtocart_productlist .add-to-cart-productlist {
    width: 100%;

}
/* Chrome, Safari, Edge, Opera */
.p-quantity::-webkit-outer-spin-button,
.p-quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.p-quantity[type=number] {
    -moz-appearance: textfield;
}
input.p-quantity {
    margin-bottom: 0px;
    border: 1px solid var(--color3, #000000);
    background: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    max-width: 65px;
}
.product-quantity div.minus-prod,
.product-quantity div.plus-prod,
.product-quantity div.mpd-minus-prod,
.product-quantity div.mpd-plus-prod {
        text-align: center;
    cursor: pointer;
    background: var(--color3);
    width: 100%;
    max-width: 40px;
    line-height: 35px;
    /* border-radius: 50%; */
    color: white;
    border-radius: 20px;

}
button.no_stock.btn.btn-secondary {
    width: 100%;
}
/*combiplist*/
.combiplist .items{
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}
.combiplist .combiplist_item{
    border: 1px solid white;
    cursor: pointer;
    width: 16.6%;
}
.combiplist .combiplist_item.active{
    outline: 1px solid black;
}

.combiplist .items img {
    width: 100%;
    height: auto;
}
/*combiplist end*/
.ecommaddtocart_productlist {
    width: 100%;
}
a.add-to-cart-productlist-more {
    max-width: 80px;
    margin: 0 auto;
    color: white;
    display: block;
}
.ecommaddtocart_productlist a.add-to-cart-productlist-more {
    width: 100%;
}
button.no_stock.btn.btn-secondary {
    font-size: 13px;
    font-weight: 900;
    color: white;
}

button.no_stock.btn.btn-secondary {
    max-width: 90px;
    margin: 0 auto;
    display: block;
    padding: 0px;
}