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

.multicombinations.more_content {
    border-radius: 0px;
}

.more_content:last-child {
    margin-bottom: 14px;
}

.product-quantity {
    display: block;
}

.main-sec-tab {
    max-width: 540px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
}

.btn-add-cart a {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-size: 14px;
    padding: 6px 25px;
    text-align: center;
}

.select-sec {
    float: left;
}


.select-sec lable {
    width: 100%;
    float: left;
}

.main-sec-tab {
    max-width: 540px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
}

.select-sec.remove-row {
    position: absolute;
    left: 99%;
    top: 50%;
    transform: translate(-50%);
}

.product-quantity {
    flex-wrap: wrap;
}

.more_content {
    float: left;
    width: 100%;
}

.btn-add-cart {
    text-align: right;
    width: 100%;
    margin: 14px 0;
}

.select-sec input {
    width: 100%;
    float: left;
    height: 40px;
}

.select-sec.remove-row a {
    display: inline-block;
    background: #cd0a0a;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 8px;
    line-height: 20px;
    padding: 0;
}

.select-sec p {
    width: 100%;
    border: 1px solid #000;
    float: left;
    height: 40px;
    margin-bottom: 0;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #cd0a0a;
}

.quantity_data lable {
    float: none;
}

.quantity_box_data {
    display: flex;
    float: none;
}

.quantity_box_data input.no-limit-boxes {
    width: 60%;
    border-radius: 0 !important;
    border-left: none;
    border-right: none;
    border-top: 1px solid #767676;
    border-bottom: 1px solid #767676;
    text-align: center;
}

.quantity_box_data input.fixed-boxes {
    width: 100%;
    border-radius: 0 !important;
    border: 1px solid rgb(118, 118, 118);
    text-align: center;
}

.quantity_box_data a {
    width: 20%;
    display: inline-block;
    color: #000;
    font-size: 20px;
    border: 1px solid #767676;
    padding: 9px 10px;
    text-decoration: none;
}

.quantity_box_data a:first-child {
    border-radius: 5px 0 0 5px !important;
}

.quantity_box_data a:last-child {
    border-radius: 0 5px 5px 0 !important;
}

.product-availability .product-unavailable {
    color: #fff;
}


.product-availability .product-available {
    color: #fff;
}

.all_attributes_list .select-main-sec .attributes_sections {
    position: relative;
    padding-right: 20px;
    margin-bottom: 5px;
}

.multicombinations.default .select-main-sec .attributes_sections {
    align-items: center;
    column-gap: 10px;
    position: relative;
    padding-right: 20px;
    margin-bottom: 5px;
    display: grid;
    flex-wrap: nowrap;
}

.product_customAttr {
    column-gap: 10px;
    position: relative;
    padding-right: 20px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

@media (min-width: 768px) {
    .select-main-sec .attributes_sections {
        grid-template-columns: repeat(auto-fit, minmax(min(100%/3, max(64px, 100%/8)), 1fr));
        align-items: center;
        column-gap: 10px;
        position: relative;
        padding-right: 20px;
        margin-bottom: 5px;
    }

}

@media (max-width: 767px) {

    .product_customAttr {
        display: block;
    }

    .select-main-sec .attributes_sections {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(100%/1, max(64px, 100%/1)), 1fr));
        align-items: center;
        column-gap: 10px;
        position: relative;
        padding-right: 20px;
        margin-bottom: 5px;
    }
}

.messages_section .product-availability {
    font-weight: 500;
    float: none !important;
    text-align: right;
    margin-bottom: 10px;
}

#combinationNotChoose h4.modal-title {
    width: 50%;
    float: left;
}

a.button.btn.btn-primary.add-to-cart.not_allowed {
    cursor: not-allowed;
    opacity: 0.65;
}

.delivery_notification {
    text-align: right;
}

span.max_available_qty {
    font-weight: bold;
}

.select-main-sec {
    column-gap: 6px;
    font-size: 12px;
    margin: 2px 0px 0px 0px;
    padding: 16px 16px 16px 16px;
    background: #f3f3f3;
}

.select-sec select {
    width: 100%;
    font-size: 12px;
    border-radius: 7px;
    background: #fff;
    height: 40px;
    border: 1px solid #eaeaea;
    padding-left: 10px;
}

.select-sec p {
    border-radius: 3px;
    width: 100%;
    border: 1px solid #eaeaea;
    float: left;
    height: 40px;
    font-size: 11px;
    margin-bottom: 0;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #000000;
}

.select-sec.messages.in_stock_product,
.select-sec.messages.allow_back_order,
.select-sec.messages.not_allow_back_order {
    padding: 1px 5px;
    margin-top: 3px;
    font-size: 13px;
    color: #fff;
    max-width: 710px;
}

.select-sec.messages.allow_back_order {
    background: #ff8f00;
}

.select-sec.messages.not_allow_back_order {
    background: #cd0a0a;
}

.select-sec.messages.in_stock_product {
    background: #00952b;

}

.custom.allattributes {
    width: 100%;
}

.custom.allattributes .btn.btn-primary.addMoreRows {
    text-align: right;
    float: right;
    margin-bottom: 15px;
    font-size: 14px;
}

.attributes_sections .select-sec {
    float: none;
}

.attributes_sections label {
    font-size: 12px;
}

.quantity_box_data.bootstrap-touchspin .input-group-btn-vertical .touchspin-minus::after {
    content: "-";
}

.quantity_box_data.bootstrap-touchspin .input-group-btn-vertical .touchspin-plus::after {
    content: "+";
}

.all_attributes_list .quantity_data .input-group-btn-vertical {
    display: flex;
    align-items: center;
}

.all_attributes_list .quantity_data .input-group-btn-vertical button.btn {
    max-width: 10px;
    height: 40px;
    margin: 0 !important;
    border-color: #767676;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all_attributes_list .quantity_data .input-group-btn-vertical button.btn:last-child {
    border-radius: 0 5px 5px 0px;
    background: #f3f3f3;
}

.all_attributes_list .quantity_data .input-group-btn-vertical button.btn:first-child {
    border-radius: 5px 0 0 5px;
    background: #f3f3f3;
}

.all_attributes_list .quantity_data .input-group-btn-vertical .btn i {
    position: relative;
    top: -3px;
    left: unset;
    outline: none;
}

.all_attributes_list .quantity_box_data input.fixed-boxes {
    width: 100%;
    border-radius: 0 !important;
    border: 1px solid #767676;
    text-align: center;
    margin-inline: -1px;
}

.all_attributes_list select.error {
    border-color: #cd0a0a !important;
}

.all_attributes_list select.success {
    border-color: #00952b !important;
}


#cart .cart-items .cart-item .product-line-grid .product-customization .custom-attributes {
    color: #333;
}

.all_attributes_list {
    clear: both;
}

.virtual,
.Virtual_data {
    display: none;
}

.product-customization p.custom-attributes {
    margin: 0px 10px;
}

.product-customization {
    margin: 10px 0 0 0;
}