/**
* 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.
*/
.ecommaddtocart_productlist {
    display: block;
    width: 100%;
    margin-top: 15px;
}
.ecommaddtocart_productlist .contentbuttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}
.ecommaddtocart_productlist .contentbuttons .product-quantity {
    width: 100%;
    display: flex;
}
.ecommaddtocart_productlist .contentbuttons .product-quantity > div {
    display: flex;
    height: 45px;
    gap: 10px;
}
.ecommaddtocart_productlist .contentbuttons .product-quantity > div .input-group {
    width: 38px;
    padding: 0px;
    border: none;
    text-align: center;
    height: 100%;
}
.ecommaddtocart_productlist .contentbuttons .product-quantity > div > .input-group-btn-vertical {
    width: 100px;
    height: 100%;
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
}

.ecommaddtocart_productlist .contentbuttons .product-quantity > div > .input-group-btn-vertical > * i {
    color: white;
}

.ecommaddtocart_productlist .contentbuttons .product-quantity > div > .input-group-btn-vertical > * {
    width: 100%;
    padding: 0px;
    height: 45px;
    border: none;
    line-height: 45px;
    width: 45px;
    background: var(--color3);
    border-radius: 15px;
    position: initial;
}
body.color_1  .ecommaddtocart_productlist .contentbuttons .product-quantity > div > .input-group-btn-vertical > * {
     background: #FD2DB0;
}
body.color_4 .ecommaddtocart_productlist .contentbuttons .product-quantity > div > .input-group-btn-vertical > *  {
     background:#a43c8e;
}
body.color_5 .ecommaddtocart_productlist .contentbuttons .product-quantity > div > .input-group-btn-vertical > * {
     background:#C59B02;
}
.ecommaddtocart_productlist .contentbuttons .product-quantity > div > .input-group-btn-vertical i{
    font-size: 14px;
}
.ecommaddtocart_productlist form .product-quantity {
    padding-right: 10px;
    position: relative;
    width: 58px;
}

.ecommaddtocart_productlist form .product-quantity .nice-select {
    position: absolute;
    top: 0px;
    z-index: 11;
    height: 45px;
    border-radius: 0px;
    background: #f5f5f5;
    padding-right: 20px;
    width: 50px!important;
    padding-left: 13px;
    text-align: center;
}

.ecommaddtocart_productlist form .product-quantity .current {
    font-size: 16px;
    color: black;
    font-weight: 300;
}

.ecommaddtocart_productlist form {
    display: flex;
}
#product .product-add-to-cart .product-quantity .qty, #product .product-add-to-cart .control-label {
    display: none;
}
#product .product-actions .product-add-to-cart .product-quantity .add {
    display: none;
}
button.add-to-cart-productlist.btn-primary {
    width: 100%;
    border: none;
    line-height: 43px;
    font-size: 16px;
}
.ecommaddtocart_productlist .contentbuttons input.input-group.ecommaddtocart-quantity.form-control {
    padding: 0px;
    border: 1px solid var(--color3);
    border-radius: 15px !important;
    background: white;
    font-size: 16px;
}
body.color_1  .ecommaddtocart_productlist .contentbuttons input.input-group.ecommaddtocart-quantity.form-control {
     border: 1px solid #FD2DB0
}
body.color_4  .ecommaddtocart_productlist .contentbuttons input.input-group.ecommaddtocart-quantity.form-control  {
     border: 1px solid #a43c8e;
}
body.color_5 .ecommaddtocart_productlist .contentbuttons input.input-group.ecommaddtocart-quantity.form-control{
     border: 1px solid #C59B02;
}
.ecommaddtocart_productlist form .add-to-cart-productlist, .ecommaddtocart_productlist .no_stock{
    width: calc(100% - 110px);
    height: 50px;
    border: none;
    letter-spacing: 0.8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
