/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

body {
    font-family: "Noto Kufi Arabic" !important;
}

body.nasa-rtl .nasa-product-details-page .product-info .entry-title ,
body.nasa-rtl, body.nasa-rtl p, body.nasa-rtl #top-bar, body.nasa-rtl .nav-dropdown, body.nasa-rtl select, body.nasa-rtl .top-bar-nav a.nav-top-link, body.nasa-rtl .price, body.nasa-rtl .amount,
.nasa-add-to-cart-fixed .nasa-title-clone h3,
h1, h2, h3, h4, h5, h6, p, span, li, a{
    font-family: "Noto Kufi Arabic" !important;
}

.product-info .variations .value select {
    background-position: left center;
    background-repeat: no-repeat;
}

body.nasa-rtl .nasa-attr-ux {
    margin-right: 20px;
    margin-left: 20px;
    float: right;
    text-align: right;
}

body.nasa-rtl .nasa-attr-ux .nasa-attr-bg {
    float: right;
    margin-right: 0;
    margin-left: 10px;
    border: 1px solid #000;
}

.cart .quantity,
body .quantity .input-text.qty{
    width: 100%;
}

.quantity .plus,
.quantity .minus{
    height: 100%;
}

body.nasa-rtl .quantity .plus {
    left: 0px !important;
    right: initial !important;
    line-height: 40px;
    background: #79171d;
    color: #fff;
    width: 40px;
    font-size: 20px;
}

body.nasa-rtl .quantity .minus {
    background: #333333;
    color: #fff;
    width: 40px;
    font-size: 20px;
}

.nasa-product-details-page form.cart .quantity .minus, .product-lightbox form.cart .quantity .minus {
    bottom: auto;
    top: 0;
    line-height: 40px;
}