/*
Theme Name: AghayeSEO
Theme URI: https://aghayeseo.com/
Author: Vahid Ghoreishi
Author URI: https://aghayeseo.com/
Description: base template
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2.0.0
Requires PHP: 7.0


AghayeSEO WordPress Theme © 2023 AghayeSEO
*/

body{
    margin:0;
    padding:0;
    font-size:14px;
    direction: rtl;
    text-align: right;
    line-height: 34px;
}
p{
	line-height: 30px;
}
.rtl{
    direction:rtl;
}
.ltr{
    direction:ltr;
}

.cartbtn a{
    background-color: #f4f4f4 !important;
    border: 3px solid #0088cc !important;
    padding: 6px 7px !important;
    color: #0088cc;
}
.cartbtn i{
    font-size: 15px;
    font-weight: bold;
    color: #0088cc;
}
.wc-block-cart__submit-button{
    background-color: #0088cc;
    color: #fff !important;
}
.wp-block-woocommerce-checkout-order-summary-block{
    background-color:#f1f1f1;
}