/**
* 2007-2022 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-2022 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.
*/
.miniature-product-actions{
    text-align: center;
}
.miniature-product-actions .miniature-product-add-wrapper{
    margin: 0;
}
.miniature-product-actions .qty-miniature-col, .miniature-product-actions .add-miniature-col{
    padding: 5px;
}
.miniature-product-actions .qty-miniature-col .qty-input{
    height: 42px;
    padding-left: 10px;
    padding-right: 20px;
}
.miniature-product-actions .add-miniature-col button.add-to-cart{
    width: 100%;
}
.miniature-product-actions .btn-qty-miniatures{
    position: absolute;
    right: 5px;
    z-index: 10;
    height: 20px;
    width: 20px;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}
.miniature-product-actions .btn-qty-miniatures.btn-qty-up{
    top: 5px;
}
.miniature-product-actions .btn-qty-miniatures.btn-qty-down{
    bottom: 5px;
}
.miniature-product-actions .form-control-select{
    margin: auto;
}
.miniature-product-actions ul{
    display: inline-block;
}
.miniature-product-actions .color-list-options{
    margin-bottom: 0;
}
.miniature-product-actions .color-list-options li:last-child{
    margin-right: 0;
}
.miniature-product-actions .miniature-product-variants{
    padding-top: 10px;
    padding-bottom: 10px;
}
.miniature-product-actions .miniature-product-variants>.product-variants-item{
    margin: 5px 0;
    display: block;
}
.miniature-product-actions .miniature-product-variants>.product-variants-item ul li{
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}
.attribute-not-in-stock::before {
    position: absolute;
    content: "";
    left: 0;
    top: 48%;
    right: 2px;
    border-top: 2px solid;
    border-top-color: black;
    border-color: black;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(0deg);
    opacity:1;
}