/*
Theme Name: Feauty
Theme URI: https://sellerthemes.com/feauty-free/
Author: Seller Themes
Author URI: https://sellerthemes.com/
Description: Feauty is a stylish and multipurpose eCommerce cosmetic WordPress theme designed for all beauty websites and cosmetics shops. A gorgeous set of shop page layouts and sections. Here are some of the most prominent features in Pro version. Visit Feauty pro demo. https://preview.sellerthemes.com/pro/feauty/
Template: aromatic
Version: 1.7
Tested up to: 6.1
Requires PHP: 5.6
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: feauty
Slug: feauty
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio, editor-style, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/


/* default css */
:root {
    --color-primary: 136, 175, 12;
    /* #FF7E67 */
    --color-secondary: 36, 37, 38;
  }
  
  .header-one li.cart-wrapper .cart-icon-wrap i {
      color: rgba(var(--color-secondary), 1);
  }
  
  .info-home1 .container-fluid, .info-home3 .container-fluid {
      padding: 35px 0;
  }
  .product-img a img {
      width: initial;
      height: auto;
      overflow: hidden;
  }
  
  .bt > a.cta-02:after, .bt button.cta-02:after, .bt > .btn-hf.cta-02:after, .product-action > a.cta-02:after, .product-action button.cta-02:after, .product-action > .btn-hf.cta-02:after {
      z-index: 0 !important;
  }
  
  .aromatic-home3 .top-bun, .aromatic-home3 .meat, .aromatic-home3 .bottom-bun {
      background-color: #fff;
  }
  
  header.header-one .nav-area a:not(.bt > a, #menu-primary-menu a):hover, header.header-one .nav-area .navbar-area li.active a.nav-link {
      color: rgba(var(--color-primary), 1) !important;
  }
  
  .wp-block-embed figcaption {
	  text-align: center;
	}
	
.wp-block-group em {
	color: inherit;
}

.is-style-outline .wp-block-button__link {
    background: transparent !important;
}

.has-text-color em,
.has-text-color h2 {
    color: inherit;
}

a.wp-block-file__button,
a.wp-block-file__button:hover,
a.wp-block-file__button:focus {
    color: #fff;
}

.has-text-color a:hover, 
.has-text-color a:focus {
    color: inherit;
}

.wp-block-pullquote.has-text-color blockquote {
    border-color: inherit !important;
}

blockquote {
    border-color: inherit !important;
}

.wp-block-calendar table caption {
    font-weight: 500;
}

.wp-block-avatar img {
    border-radius: 50%;
}


.sidebar .wp-block-search__input{
	padding: 13px;
}

.sidebar .wp-block-search__label{
	border-bottom: 1px solid rgba(var(--border), 1);
    margin-bottom: 20px;
    padding-bottom: 5px;
	color: rgb(var(--color-secondary));
	font-weight: 700;
	font-size: 1.25rem;
}

.sidebar .wp-block-search__inside-wrapper {
	position: relative;
}

.sidebar .wp-block-search__button {
	position: absolute;
	right: 0px;
	height: 100%;
	padding: 15px;
}

.sidebar .wp-block-tag-cloud a{
	border: 1px solid rgba(var(--border), 1);
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
	text-decoration: none;
	margin: 0 10px 10px 0;
}

.wp-block-image figcaption {
 	margin-bottom: 0;
}

.wp-block-group .wp-block-image figcaption a {
	color: rgb(var(--color-primary));
}

blockquote.wp-block-quote.has-text-color p, blockquote.wp-block-quote.has-text-color p var, blockquote.wp-block-quote.has-text-color p cite, blockquote.wp-block-quote.has-text-color cite {
	color: inherit;
}

.wp-block-table figcaption {
	text-align: center;
}
.sidebar .widget .wp-block-group .wp-block-image {
	margin-bottom: 0;
}