/*
Theme Name: JupiterX Child
Description: Jupiter X Child Theme
Author: Artbees
Author URI: https://jupiterx.com
Template: jupiterx
Version: 1.0.0
Text Domain: jupiterx
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom CSS codes in assets/less/style.less */

.font-arabswell {
    font-family: 'arabswell' !important;
}

/*----------------------------Editable checkout quantity-----------------------------------------*/

body.woocommerce-checkout
.woocommerce-checkout-review-order-table
td.product-name {
    position: relative;
}

body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.ely-checkout-product {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.ely-checkout-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;

    width: 22px;
    height: 22px;
    margin: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #c40000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}


/* Quantity صغيرة وحذا اسم المنتج فـ Checkout */
body.woocommerce-checkout
.woocommerce-checkout-review-order-table
td.product-name .quantity {
	display: inline-flex !important;
	align-items: center;
	vertical-align: middle;
	width: auto !important;
	margin: 0 10px !important;
}

body.woocommerce-checkout
.woocommerce-checkout-review-order-table
td.product-name input.ely-checkout-qty.qty {
	display: inline-block !important;
	width: 58px !important;
	min-width: 58px !important;
	max-width: 58px !important;
	height: 36px !important;
	min-height: 36px !important;
	padding: 4px 6px !important;
	margin: 0 !important;
	text-align: center !important;
	line-height: 1 !important;
	border: 1px solid #d5d5d5 !important;
	border-radius: 5px !important;
	box-sizing: border-box !important;
}

/* يمنع quantity تهبط لسطر بوحدها */
body.woocommerce-checkout
.woocommerce-checkout-review-order-table
td.product-name {
	white-space: normal;
}

body.woocommerce-checkout
.woocommerce-checkout-review-order-table
td.product-name > .quantity {
	float: none !important;
}


.woocommerce a.added_to_cart.wc-forward,
.jupiterx-product-container a.added_to_cart.wc-forward,
.jet-woo-products__item a.added_to_cart.wc-forward {
	display: none !important;
}

/*---------------------------------------------------------------------*/


