/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1763287602
Updated: 2025-11-16 13:36:42

*/

a,body,h1,h2,h3,h4,h5,h6,p,span,input,textarea,ul,li,ol,div {
    font-family: "yekan" , yekan !important;
}


@font-face {
  font-family: 'yekan';
  src: url('#') format('woff2'),
         url('#') format('woff'),
         url('https://seorocket.agency/wp-content/uploads/2025/11/IRANYekanRegular.ttf') format('truetype');
	font-display: swap;
}

.woocommerce-info {
    background: #f5f5f5;
    border-top-color: #f3917a;
    border-radius: 8px;
	font-size: 14px !important;
}

.woocommerce-info::before {
    color: #f3917a !Important;
}



.woocommerce-message {
    border-top-color: #f8f8f8 !important;
}

.woocommerce-message::before {
    color: #f8f8f8 !important;
}

a.button.wc-forward {
    color: #002848 !important;
    background: #fff;
    border-radius: 8px;
}


  .woocommerce-MyAccount-navigation {
                border: 1px solid #E0E0E2;
                border-radius: 8px;
            }
            
            .woocommerce-MyAccount-navigation-link {
                position: relative;
            }
            
            li.woocommerce-MyAccount-navigation-link.is-active::before {
                content: '';
                background: #f3917a;
                position: absolute;
                right: 0;
                top: 8px;
                height: calc(100% - 16px);
                width: 4px;
                border-radius: 2px 0 0 2px;
            }

.woocommerce-message {
    display: none !important;
}

.woocommerce-error {
	 display: none !important;
}

/* seo style for previous post box */
.seo-prev-post-box {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  background: #f8f8f8;
  margin-top: 40px;
  transition: all 0.3s ease;
}

.seo-prev-post-box:hover {
  box-shadow: 0 4px 14px rgba(88, 143, 111, 0.25);
}

.seo-prev-post-heading {
  color: #588f6f;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.15rem;
}

.seo-prev-post-inner {
  display: flex;
  align-items: center;
  gap: 15px;
}

.seo-prev-post-thumb img {
  border-radius: 8px;
  width: 120px;
  height: auto;
  object-fit: cover;
}

.seo-prev-post-title {
  color: #222;
  text-decoration: none;
}

.seo-prev-post-title:hover {
  color: #588f6f;
}
