/*
Theme Name: Minamaze eCommerce
Text Domain: minamaze-ecommerce
Template: minamaze
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.0
Description: Minamaze eCommerce is a free multi-purpose professional theme ideal for a magazine, business or blog website. The theme has a responsive layout, HD retina ready and comes with a powerful theme options panel with can be used to make awesome changes without touching any code. The theme also comes with a full width easy to use slider. Easily add a logo to your site and create a beautiful homepage using the built-in homepage layout. Fully compatible with popular page builders and plugins, including WooCommerce and multilingual plugins. It's a perfect theme for a wide range of businesses, from startups to corporations and everything in between.
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, editor-style, featured-images, featured-image-header, post-formats, sticky-post, translation-ready, flexible-header, custom-background, grid-layout, footer-widgets, blog, e-commerce, portfolio
Author: Think Up Themes
Author URI: https://www.thinkupthemes.com
Theme URI:
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Pre-Header Style */
#pre-header {
  background: #f33f3f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a,
#pre-header-search input {
  color: #fff;
}
#pre-header .header-links .sub-menu {
  background: #fff;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 7px 7px;
}
#pre-header .header-links .sub-menu .sub-menu {
  top: 0px;
}
#pre-header .header-links .sub-menu a {
  color: #0a0a0a;
  border-bottom: none;
}
#pre-header .header-links .sub-menu a:hover {
  color: #f33f3f;
}
#pre-header .header-links .sub-menu li {
  border-bottom: none;
}
#pre-header .header-links .sub-menu a {
  padding: 3px 20px 3px 15px;
}

/* Header Style */
.home.header-style1 #header {
  background-color: #fff;
}
#logo h1 {
  color: #232323;
}
#header .header-links > ul > li a {
  color: #232323;
  font-size: 14px;
  font-weight: 600;
}
#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a,
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover {
  color: #f33f3f;
}
#header .header-links .sub-menu {
  background-color: #f33f3f;
  border-radius: 0px 0px 10px 10px;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
#header .header-links .sub-menu a {
  color: #fff;
  border-bottom: none;
}
#header .header-links .sub-menu a:hover {
  color: #fff;
  opacity: 0.75;
}
#header .sub-menu li {
  padding: 0px 10px;
}
#header .header-links .sub-menu .sub-menu {
  top: 0px;
}

/* Introduce Page Style */
#introaction-core,
#outroaction-core {
  background: url(./images/heading-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #fcdbe0;
  border-radius: 10px;
  padding: 60px 50px;
}
.action-text h3,
.attention_text h3 {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  color: #f33f3f;
  margin-bottom: 15px;
}
.action-text p,
.attention_text p {
  color: #0a0a0a;
}
.action-button h4,
.attention_button h4 {
  border: 1px solid #f33f3f;
  border-radius: 10px;
  background-color: #fff;
  color: #f33f3f;
  text-transform: capitalize;
  font-weight: 600;
  cursor: pointer;
}
.action-button h4:hover,
.attention_button h4:hover {
  background-color: #f33f3f;
  color: #fff;
}

/* Featured Style */
#section-home .section {
  padding: 0px 0px 15px 0px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f33f3f;
  text-align: left;
}
#section-home .entry-header {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
#section-home .entry-content {
  padding: 30px 30px 0px 30px;
}
#section-home .entry-content p {
  color: #0a0a0a;
}
#section-home .more-link {
  border-radius: 25px;
  background-color: #f33f3f;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 22px;
  display: inline-block;
}
#section-home .more-link:hover {
  background-color: #232323;
  color: #fff;
}

/* Footer Style */
#footer {
  background: #f5f5f5;
  border-top: none;
  border-bottom: none;
  padding: 50px 0px;
}
#footer-core a,
#footer-core,
#footer-core p {
  color: #0a0a0a;
}
#footer-core a:hover {
  color: #f33f3f;
}
#footer input[type="search"] {
  border-radius: 5px;
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
#footer .wp-block-search__button {
  border-radius: 5px;
  font-weight: 600;
}
#footer .widget_tag_cloud a {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 5px;
}
#footer .widget_tag_cloud a:hover {
  background-color: #f33f3f;
  color: #fff;
}

/* Subfooter Syle */
#sub-footer {
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#sub-footer-core a,
#sub-footer-core {
  color: #0a0a0a;
}
#footer-menu li:after {
  display: none;
}

/* Intro Page Style */
#intro.option1 #intro-core:before,
#intro.option1 #intro-core:after {
  display: none;
}
#intro.option1 #intro-core {
  border-bottom: 1px solid #eee;
  text-align: center;
}
#intro.option1 .page-title {
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
}
#intro.option1 #breadcrumbs {
  display: inline-block;
}

/* Blog Posts Style */
.blog-article {
  background-color: #f5f5f5;
  border: none;
  border-radius: 10px;
  padding: 30px;
}
.blog-article .blog-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.blog-article .blog-title a {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #0a0a0a;
}
.blog-article .entry-meta a {
  color: #0a0a0a;
}
.blog-article .more-link {
  border-radius: 25px;
  background-color: #fff;
  color: #0a0a0a !important;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 22px;
  display: inline-block;
}
.blog-article .more-link:hover {
  background-color: #f33f3f;
  color: #fff !important;
}

/* Blog Pages Style */
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
  border-radius: 5px;
  border: none;
  background-color: transparent;
  color: #0a0a0a;
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links a.current,
.navigation.pagination .nav-links span:hover,
.navigation.pagination .nav-links span.current {
  background-color: #f33f3f;
  color: #fff;
}

/* Sidebar Style */
#sidebar .wp-block-search__label {
  display: none;
}
#sidebar input[type="search"] {
  background-color: #f5f5f5;
  border: none;
  border-radius: 5px;
}
#sidebar .wp-element-button {
  border-radius: 5px;
  font-weight: 600;
}
#sidebar .wp-block-heading {
  font-size: 18px;
  font-weight: 600;
}
#sidebar .widget ul,
#sidebar ol.wp-block-latest-comments {
  border: none;
  padding: 0px;
}
#sidebar .widget li a {
  padding: 5px 0px;
}
#sidebar .widget li {
  border-bottom: none;
}
#sidebar .widget {
  border: none;
}
#sidebar .widget_tag_cloud a {
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-size: 12px !important;
  color: #0a0a0a;
}
#sidebar .widget_tag_cloud a:hover {
  background-color: #f33f3f;
  color: #fff;
}

/* Single Post Style */
#nav-above,
#nav-below {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
}
.nav-next a,
.nav-previous a {
  border-radius: 25px;
  background-color: #fff;
  color: #0a0a0a !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 22px;
  display: inline-block;
}
.nav-next a:hover,
.nav-previous a:hover {
  background-color: #f33f3f;
  color: #fff !important;
}
#comments-title,
#reply-title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #0a0a0a;
  margin-top: 45px;
}
#commentform input[type="text"],
#commentform #comment {
  border: 1px solid #eee;
  border-radius: 5px;
}
#commentform input[type="submit"] {
  border-radius: 7px;
  font-weight: 600;
}
#commentform label {
  display: none;
}

