/*
Theme Name: 	French Copper Studio
Theme URI: 		https://seatoskywebsolutions.ca/
Author: 		  Sea to Sky Web Solutions Ltd.
Author URI: 	https://seatoskywebsolutions.ca/
Description: 	FCS Hypermarket child theme.
Version: 		  3.0
Template:		  hypermarket
License: 		  GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Tags: 			  two-columns, right-sidebar, grid-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
Text Domain:  hypermarket-child
GitHub: 		  mahdiyazdani/Hypermarket-Child

This theme, like WordPress, is licensed under the GPL.

This file is just used to identify the theme in WordPress.
Do not edit this file. If you wish to add your own CSS use "hypermarket-child.css" inside of assets folder.
*/

/* SSWS */

:root {
  --primary-color: #33ccff;
  --secondary-color: #336666;
  --red-color: #ff0000;
}

.debug {
  border: var(--red-color) solid 1px;
}

*:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* selection */
*::selection {
  color: #4f281b;
  background-color: #f4d9aa;
}

html {
  /* scroll-behavior: smooth; */
}

/* FCS */

.home .space-bottom-half {
  font-size: inherit;
}

.home .hero-product h1.content {
  display: none;
}

.home #hypermarket-new-arrivals-products .col-lg-9,
.home #hypermarket-new-arrivals-products .col-md-8 {
  width: 100%;
}

#hypermarket-header {
  background-color: #f4d9aa;
}

#hypermarket-header .main-navigation>.menu>li .sub-menu {
  background-color: #f4d9aa;
}

.navbar-sidenav .main-navigation>.menu>li .sub-menu>li.current-menu-item>a {
  color: #000;
}

.navbar-sidenav .toolbar {
  border-color: #ab573b;
}

.navbar-sidenav .toolbar>a,
.navbar-sidenav .toolbar .cart-btn>a {
  color: #4f281b;
}

.navbar-sidenav .toolbar>a:hover,
.navbar-sidenav .toolbar .cart-btn>a:hover {
  color: #ab573b;
}

.footer .copyright {
  color: #ab573b;
}

.navbar-sidenav {
  border-color: #f4d9aa;
}

.footer .column:nth-of-type(even) {
  background-color: #f8e7c8;
}

.wc-block-grid__product-onsale,
.home .wc-block-product-category,
.home .woocommerce-products-header__title.page-title {
  display: none;
}

.filters-bar>.column {
  /* background-color: #fffaf1; */
  padding: 2em 1em;
}

.shop-item .shop-thumbnail {
  background-color: transparent;
}

@media only screen and (max-width: 981px) {
  header#hypermarket-header.navbar.navbar-sidenav .open {
    background-color: inherit !important;
  }

  .site-logo img {
    max-width: 3em;
  }

  .navbar-sidenav .mobile-menu-wrapper.open {
    overflow: hidden;
  }

  .product:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    transition: opacity 0.5s ease-in-out;
    z-index: 99;
  }

  .product {
    display: flex;
  }

  .shop-item {
    display: flex;
    flex-direction: column;
  }

  .shop-item .shop-item-details,
  .shop-item .product_meta {
    margin-top: auto;
  }
}

/* 02/2021 */
.home .product {
  min-height: 500px;
}

.site-logo.visible-desktop {
  width: auto;
}