/*
Theme Name: Storefront Ecommerce Shop
Theme URI: https://www.ovationthemes.com/products/free-storefront-wordpress-theme
Author: pewilliams
Author URI: https://www.ovationthemes.com/
Description: Storefront Ecommerce Shop is a modern, responsive, and feature-rich theme designed for e-commerce businesses, online stores, retail shops, web shops, shopping carts, product listings, digital storefronts, online sales platforms, inventory management systems, product showcase websites, marketplaces, multivendor stores, and general online product-selling businesses. It is ideal for store owners and multivendor sellers who want to establish a strong digital presence and manage their products efficiently in an organized online environment. Built with seamless WooCommerce compatibility, it supports smooth product management, secure checkout processes, and scalable online selling operations for both physical and digital goods. The layout includes essential sections such as product galleries, featured collections, testimonials, promotional banners, and service highlights, helping businesses present their offerings in a visually appealing and conversion-focused manner. Fully responsive and optimized for all devices, it ensures a consistent shopping experience across desktops, tablets, and mobile phones. With clean, secure code and fast-loading performance, it enhances user experience and supports better search visibility for growing online traffic. Customization options allow complete control over colors, layouts, typography, and content sections, enabling brands to create a unique storefront identity. Social media integration and structured design further improve engagement and marketing reach, making it a complete solution for building professional, scalable, and customer-friendly online shopping experiences.
Version: 5.5
Requires PHP: 5.6
Tested up to: 6.9
Requires at least: 5.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: storefront-ecommerce-shop
Template: modern-ecommerce
Tags: portfolio, blog, e-commerce, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, custom-background, custom-header, custom-menu, custom-logo, editor-style, sticky-post, featured-images, flexible-header, featured-image-header, footer-widgets, full-width-template, threaded-comments, theme-options, wide-blocks, block-styles, post-formats, translation-ready, rtl-language-support

Storefront Ecommerce Shop WordPress Theme, Copyright 2022 pewilliams
Storefront Ecommerce Shop is distributed under the terms of the GNU GPL

Storefront Ecommerce Shop WordPress Theme is child theme of Modern Ecommerce WordPress Theme, Copyright 2022 pewilliams
Modern Ecommerce WordPress Theme is distributed under the terms of the GNU GPL
*/

span.entry-author a,.comment-author a,.product_meta a,.widget_text a,.comment-content p a {
    text-decoration: underline;
}

:root {
    --theme-primary-color:#31797e;
    --theme-heading-color:#34394c;
    --theme-text-color:#7f8495;
    --slider-bg-color:#ecf5f4;
    --theme-footer-color:#34394c;

}

/*color-change*/
body,.gb_nav_menu li a,a.header-cart,#slider .carousel-caption p,.services-box i{
    color: var(--theme-text-color);
}
#slider .carousel-control-next-icon:hover, #slider .carousel-control-prev-icon:hover{
    background: #fff;
    color: var(--theme-primary-color);
}
.box .title a,.top_bar span,.top_bar a,.top_bar #google_language_translator select.goog-te-combo,
.top_bar select{
    color: #fff;
}
#slider,.woocommerce .products li,#preloader,.without-img-head  {
    background: var(--slider-bg-color);
}

.product-search button {
    background: url(assets/images/search.png) no-repeat scroll var(--theme-primary-color) 10px;
}
.top_bar{
    border: none;
    background-color: var(--theme-primary-color);
}
.top_bar #google_language_translator select.goog-te-combo{
    background: transparent;
}
.bread_crumb a, .bread_crumb span ,.woocommerce-breadcrumb a,.woocommerce-breadcrumb{
    font-weight: 900;
    font-size: 18px;
}

/* Default*/

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar,.comment-author .avatar {
    border-color: var(--theme-heading-color);
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

@media screen and (max-width: 991px){
    .side_gb_nav {
        background: #222;
    }
    .gb_nav_menu ul ul{
        background: transparent !important;
    }
    .gb_nav_menu ul li a:active, .gb_nav_menu ul li a:hover {
        color: var(--theme-primary-color) !important;
    }
}
@media screen and (max-width: 767px) {
    #slider .carousel-caption p {
        color: var(--theme-heading-color);
    }
}
@media screen and (max-width:575px){
    #slider .carousel-control-next-icon, #slider .carousel-control-prev-icon,#slider .carousel-control-next-icon:hover, #slider .carousel-control-prev-icon:hover{
        padding: 0;
        background: transparent;
    }
}
@media screen and (max-width: 425px){
    .product-search input[type="search"] {
        padding: 15px 5px;
    }
}