/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ========== Arash Jabbarpour - start ========== */

/* ---------- Remove shipping box on cart page - start ---------- */
body.woocommerce-cart .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping { display: none;}
/* ---------- Remove shipping box on cart page - end ---------- */

/* ---------- style shipping methods on checkout page - start ---------- */
body.woocommerce-checkout ul#shipping_method {
    direction: rtl;
    text-align: right;
}
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping {
    display: block;
    position: relative;
    width: 100%;
    height: 230px;
}
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td {
    position: absolute;
    right: 0px;
    border: none;
}
 table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping th {
    border: none;
    padding-bottom: 0;
}
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li) {
    padding: 0.25em 0;
    text-indent: 0px;
    white-space: nowrap;
    display: flex;
    gap: 5px;
}
@media only screen and (max-width: 600px) {
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li) {
    white-space: wrap;
}
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping {
    height: 300px;
}
}
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {box-shadow: 0 -1px 0 #e2e8f0;}
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-name {text-align: right !important;}
/* ---------- style shipping methods on checkout page - end ---------- */

/* call button */
body .call-button-container.right { right: 0px;}
body .call-button-container { bottom: 70px;}
body .call-button-container.right + .call-button-title {  right: 80px;}
body .call-button-title { bottom: 80px;}