/**
* quantitydropdown
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 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/osl-3.0.php
*
*  @category  FMM Modules
*  @package   quantitydropdown
*  @author    FME Modules
*  @copyright 2023 FME Modules All right reserved
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.qdd{
    position: relative;
    text-align: center;
    width: 100%;
    top: -.25em;
    padding-top: .475rem;
    min-height: 3.5rem;
    background: #fff;
    box-shadow: 2px 4px 4px 0 rgba(0,0,0,.2);
}
.qdd .product-quantity{
    max-width: 70%;
    /* text-align: right; */
    display: inline-block;
    /* max-height: 10px; */
    vertical-align: top;
}
.qdd .product-quantity input{
    /* padding: 8px 2px 12px 5px; */
    text-align: right;
    /* min-height: 20px;; */
    /* font-size: 3px; */
}
#products article.product-miniature.js-product-miniature,
article.product-miniature.js-product-miniature{
    margin-bottom: 30px;
}
.qdd button.btn-primary{
    display: inline-block;
    padding: 0.4rem 0.8rem;
    /* display: none; */
}
.qdd .bootstrap-touchspin .qdd-quantity{
    height: 2.75rem;
    width: auto;
}
.bootstrap-touchspin{
    height: 10px;
}
.qdd .product-availability-home{
    display: none;
}
.qdd .product-availability .product-unavailable{
    display: block;
    color: #ff9a52;
    padding: 10px;
}

.product-quantity-qdd{
    margin-right: 1%;
}

/* .product-quantity .qty{
    display: none;
} */
.custom-select-home{
    width:-moz-available;
}