/**
* 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.
*/

.available_stock {
    margin-bottom: 30px;
}

.available_stock .color {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 20px;
    display: flex;
    border: 0.5px solid;
}

.title_available {
    background: #d7d7d7;
    color: #121212;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}

.available .title_available {
    cursor: pointer;
}
.table_available .line:first-child {
    padding-top: 8px;
    padding-bottom: 6px;
}

.line {
    border-bottom: 1px solid #d7d7d7;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 25px;
}

.line [data-bs-toggle] {
    cursor: pointer;
}

.table_available .tabs {
    margin-top: 0;
    padding: 0;
    float: right;
}

.table_available .tabs br {
    display: none;
}

.js-mailalert button {
    background: #718088;
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    font-weight: 100;
    border: 1px solid #E6E6E6;
    width: 100%;
    text-transform: none;
    width: 190px;
}

.js-mailalert button:active,
.js-mailalert button:focus {
    color: initial;
    background: initial;
    box-shadow: none;
    border-color: #48545B;
}

.js-mailalert button:hover {
    font-weight: bold;
    color: #48545B;
    background: #FFFFFF;
    border: 1px solid #48545B;
}

.js-mailalert input.form-control {
    font-size: 12px;
    margin-bottom: 10px;
}

.js-mailalert .alert-info {
    padding: 5px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
}

.available .table_available {
    display: none;
}

.title_available svg {
    width: 8px;
    height: 5px;
    transform: rotate(0);
    transition: all 0.5s;
    margin-right: 20px;
}

.active_available .title_available svg {
    transform: rotate(180deg);
}

input.input_quantity::-webkit-outer-spin-button,
input.input_quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].input_quantity {
  -moz-appearance: textfield;
  background: #F7F7F7;
  color: #48545B;
  font-size: 13px;
  height: 25px;
  /* margin-top: 4px; */
  /* margin-bottom: 4px; */
}

.input_edit {
    position: relative;
}
.container-stock .line.values span{
    font-size: 13px;
    color: #48545B;
}
.input_edit svg {
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}
.input_edit svg .cls-1{
    fill:#48545b;
}
.table_available .row {
    margin-left: 0;
    margin-right: 0;
}

.container-stock .table_available .row {
    margin-left: -12px;
    margin-right: -12px;
}

.active_available span {
    margin-top: 5px;
    line-height: 32px;
    font-size: 13px;
    color: #48545B;
}

.js-mailalert {
    float: right;
    margin-right: -25px;
}