/*
* Product Button
*
* @author		Nxtal <support@nxtal.com>
* @copyright	Nxtal 2021
* @license		GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
* @version		3.0.1
*/

.nxtal-product-button .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nxtal-product-button .product-quantity .add, .nxtal-product-button .product-quantity .qty {
    float: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: .5rem;
}
.nxtal-product-button .product-quantity .qty {
    margin-right: .4rem;
}
.nxtal-product-button .input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
}
.nxtal-product-button .bootstrap-touchspin {
    width: auto;
    float: left;
    display: inline-block;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
}
.nxtal-product-button .input-group-addon, .nxtal-product-button .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.nxtal-product-button .input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #7a7a7a;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 0;
}
.nxtal-product-button .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.nxtal-product-button .bootstrap-touchspin input.form-control, .nxtal-product-button .bootstrap-touchspin input.input-group {
    color: #232323;
    background-color: #fff;
    height: 2.5rem;
    padding: .175rem .5rem;
    width: 3rem;
    border: 1px solid rgba(0,0,0,.25);
    float: left;
}
.nxtal-product-button .bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.nxtal-product-button .product-quantity .input-group-btn-vertical {
    width: auto;
}
.nxtal-product-button .bootstrap-touchspin .input-group-btn-vertical {
    color: #232323;
    width: auto;
    float: left;
}
.nxtal-product-button .add-to-cart{
	font-size: .8rem;
	padding: .5rem 1rem;
	line-height: 26px;
}
.nxtal-product-button .add-to-cart i{
	font-size: .8rem;
	line-height: initial !important;
}
.nxtal-product-button input[name="qty"]{
	height: 100% !important;
}
.nxtal-product-button .product-quantity .add{
	margin: 0 auto;
    margin-bottom: 0.5rem;
}
.product-information .nxtal-product-button.button-type-1, .product-information .nxtal-product-button.button-type-3{
	display: none;
}

.product-information .nxtal-product-button {
	display: inline-block;
}
.product-add-to-cart .product-quantity .nxtal-product-button {
    margin-left: 10px;
}
.product-description .nxtal-product-button, .product-container .nxtal-product-button, #buy_block .nxtal-product-button  {
    background: inherit;
    padding: 10px;
    text-align: center;
}
div[id^=quickview-modal-] .modal-footer .nxtal-product-button {
	float: right;
	margin: 5px 10px;
}