/**
Theme Name: GX Base
Author: GlobalSpex, Inc.
Author URI: https://globalspex.com/wordpress-website-design/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: globalspex
Template: astra
*/

:root {
	--accent-color: #f235f8;
	--secondary-color: #0098db;
	--light-secondary-color: #88cdeb;
	--tertiary-color: #0090CA;
	--dark: #006583;
	--light: #fff;
	--light-gray: #f5f5f5;
	--gray: #e1e1e1;
	--dark-gray: #666;
	--accent-transp: #f235f85e;
	--secondary-transp: #628d9f92;
	--tertiary-transp: #0091ca7d;
	--dark-transp: #00648369;
	--darker-transp: #00536caf;
	--xs-width: 1000px;
	--light-transp: rgba(255,255,255,0.78);
	--box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.14);
	--secondary-box-shadow: 0px 0px 0px 4px var(--secondary-transp) !important;
	--dark-box-shadow: 0px 0px 0px 4px var(--dark-transp) !important;
	--accent-box-shadow:0px 0px 0px 4px var(--accent-transp) !important;
	--text-shadow: 0 0 11px rgba(0,0,0,0.75);
	--gradient: linear-gradient(90deg, var(--dark) 0%, var(--tertiary-color) 100%);
	--accent-gradient: linear-gradient(90deg, var(--secondary-color) 0%, var(--accent-color) 100%);
	--accent-gradient-transp: linear-gradient(0deg, var(--accent-transp) 0%, var(--tertiary-transp) 50%, var(--light) 100%);
	--accent-gradient-transp-fading: linear-gradient(0deg, var(--light) 0%, var(--accent-transp) 29%, var(--tertiary-transp) 60%, var(--light) 100%);
}

body, button, input, select, textarea {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }

/* Use this if there is a background image */ 
body {
	color: var(--dark-gray);
	font-size: 16px;
}

a, i {
   color: var(--accent-color);
   transition: all .2s linear;
   transition-property: all;
   transition-duration: 0.2s;
   transition-timing-function: linear;
   transition-delay: 0s;
   outline: 0!important;
}

input::placeholder,
textarea::placeholder {
  color: var(--dark)!important;
}

a {
	color: var(--accent-color);
}

.fl-rich-text ul {
	list-style: none;
	margin: 0 0 2.3em 2.5em
}

.fl-rich-text ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 10px 0 -25px;
    color: var(--accent-color);
}

.fl-rich-text .woocommerce-MyAccount-navigation ul li:before,
.fl-rich-text .product-name ul li:before {
	 content: none!important;
	 margin: auto!important;
}

.fl-module-callout .fl-module-content {
	overflow: visible;
}

.fl-col-content {
	margin: 10px;
}

#ast-scroll-top {
	background-color: var(--accent-color);
}

.fl-rich-text a {
	text-decoration: underline;
	underline-text-position: under;
}

p {
	color: var(--dark-gray);
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6, 
h1.fl-heading *,
h2.fl-heading *,
h3.fl-heading *,
h4.fl-heading *,
h5.fl-heading *,
h6.fl-heading * {
    color: var(--dark-gray);
}

h3,
h3.fl-heading *,
.entry-content h3 {
	text-transform: uppercase;
}

.fl-heading a {
	text-decoration: none;
}

.decorative .fl-heading strong {
	color: var(--accent-color);
	font-weight: 600;
}

/* To make elements stay on top of others when overlapping, use this class */
.z-index {
	position: relative;
	z-index: 99!important;
}

header .fl-row-content-wrap {
	background: var(--light);
	box-shadow: var(--box-shadow);
	padding: 0!important;
}

header a {
	color: var(--dark);
	font-weight: 600;
}

header .fl-form-field:before {
	content: "\f002";
	font-family: "Font Awesome 7 Pro";
	margin-right: -30px;
	z-index: 9999;
}

header .fl-search-form-wrap {
	padding-top: 0!important;
	margin-top: 0!important;
}

header .fl-form-field input[type="search"] {
	padding-left: 40px!important;
	border: 0;
	border-radius: 0!important;
	border-bottom: 1px solid var(--light)!important;
	background-color: var(--secondary-color)!important;
	color: var(--light)!important;
}

header .fl-search-form .fl-form-field input, 
header .fl-search-form .fl-form-field input[type=search] {
	color: var(--light)!important;
}

header .fl-form-field:before {
	color: var(--light);
}

header .fl-form-field input[type="search"]::placeholder {
	color: var(--light)!important;
}

.fl-theme-builder-header-shrink .fl-photo img {
	max-height: 80px!important;
}

.fl-theme-builder-header-shrink .fl-icon-wrap {
	margin-top: 10px!important;
}

.fl-theme-builder-header-shrink .fl-menu nav > ul > li .fl-has-submenu-container a {
	padding-top: 8px!important;
}

header .menu > li > a:hover,
header .menu > li > a:focus,
header .menu > li > a:active,
header .menu > li.current-menu-item > a,
header .sub-menu {
	color: var(--light)!important;
}

.sub-menu > li > a:hover {
	background-color: transparent!important;
}

header .fl-menu .sub-menu {
	background: var(--secondary-color)!important;
	min-width: 400px;
	padding: 10px 0!important;
}

header .sub-menu a {
	font-size: 15px;
	line-height: 16px;
	text-transform: capitalize!important;
}

header .fl-menu .fl-menu-toggle {
	display: none;
}

header .fl-menu-toggle {
	width: 18px!important;
}

header .fl-menu .fl-menu-toggle:before {
	width: 7px;
    height: 7px;
    margin: -5px -5px 0 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
	border-color: var(--light)!important;
}

header .fl-menu .fl-menu-toggle:before {
	font-size: 0;
}

header .fl-menu-horizontal.fl-toggle-arrows .fl-has-submenu-container a {
	padding-right: 20px!important;
}

header .fl-menu .fl-has-submenu-container li a:before {
	content: ' .';
}

header .fl-menu .sub-menu .fl-menu-toggle {
    display: inline-block;
}

header .fl-menu .sub-menu .fl-menu-toggle:before {
    /** Optional: decrease size of the arrow 
    ----
    width: 6px !important;
    height: 6px !important;
    margin: -4px -4px 0 0 !important;
    ---- **/
	 border-color: var(--light);
	 width: 6px!important;
	 height: 6px!important;
	 border-right: 1px solid var(--light)!important;
	 border-bottom: 1px solid var(--light)!important;
	 margin: -2px -1px 0 0!important;
}

header .fl-menu .sub-menu > li > a::before,
header .fl-menu .sub-menu > li > .fl-has-submenu-container > a::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 6px !important;
    height: 6px !important;
    border-right: 1px solid var(--light) !important;
    border-bottom: 1px solid var(--light) !important;
    transform: rotate(-45deg);
    margin-right: 8px;
    vertical-align: middle;
    flex-shrink: 0;
}

header .fl-menu .sub-menu > li > a {
    display: flex;
    align-items: center;
}

header .fl-icon-wrap i,
header .fl-icon-wrap a {
	color: var(--dark)!important;
}

header .fl-icon-wrap i,
header .fl-icon-wrap i:before {
	font-size: 20px!important;
}

header .fl-icon-text-wrap * {
	color: var(--dark-gray)!important;
	font-size: 14px!important;
	font-weight: 600!important;
	line-height: 15px!important;
}

header .fl-module-content,
header .fl-module:where(.fl-module:not(:has(> .fl-module-content))) {
	margin: 0!important;
}

header .fl-button {
	padding: 10px!important;
}

header .fl-button * {
	font-size: 14px!important;
}

.fl-theme-builder-header-scrolled .fl-row-content-wrap {
	box-shadow: var(--box-shadow)!important;
}

.fl-theme-builder-header-scrolled .fl-menu {
	padding-top: 10px!important;
}

.top-header .fl-row-content-wrap {
	background: var(--light-gray);
}

.main-header .fl-row-content-wrap {
	background: var(--secondary-color);
}

.main-header .fl-col-content {
	margin: 5px
}

.main-header .fl-menu a {
	color: var(--light);
	text-transform: uppercase;
	font-size: 16px;
}

.main-header ul.sub-menu a {
	padding-top: 7px!important;
	padding-bottom: 7px!important;
}

.main-header .fl-menu a:hover {
	color: var(--light);
}

.main-header .sub-menu a:hover {
	background: var(--dark)!important;
 }

.main-footer .fl-row-content-wrap {
	background-color: var(--dark);
}

footer .fl-rich-text,
footer .fl-rich-text *,
footer .fl-menu a,
footer .fl-icon *,
footer .fl-icon-text * {
	color: var(--light);
}

footer .pp-social-icon i {
	color: var(--dark)!important;
}

footer .pp-social-icon {
	background-color: var(--light)!important;
	border-radius: 100%;
}

footer .pp-social-icon a {
    font-size: 20px!important;
    width: 45px!important;
    height: 45px!important;
    line-height: 45px!important;
}

footer .menu a {
	padding-left: 0!important;
}

footer .fl-module-heading .fl-module-content ,
footer .fl-module-icon .fl-module-content {
	margin-bottom: 0!important;
	margin-top: 15px!important
}

footer .fl-heading * {
	color: var(--light)
}


.sub-footer .fl-row-content-wrap {
	background: var(--accent-color);
}


.sub-footer .fl-rich-text * {
	color: var(--dark)
}


.accent-text p,
.accent-text .fl-heading,
span.accent-text {
	color: var(--accent-color)!important;
}

/* Rules that can be applied to all BB buttons */

.fl-button {
	padding: 14px 24px;
	border-radius: 10px!important;
}

.fl-button * {
	font-weight: 900;
}

input[type="button"], input[type="submit"] {
	padding: 10px 20px;
}

/* Default Button */

.default-button .fl-button {
	background: var(--dark)!important;
}

/* Use * to color of the button's text */
.default-button .fl-button * {
	color: var(--light)!important;
}

.default-button .fl-button:hover {
	background: var(--accent-color)!important;
}

/* Accent Button */
.accent-button .fl-button {
	background-color: var(--accent-color)!important;
	box-shadow: var(--accent-box-shadow)!important;
	border: 0!important;
}

/* Changes color of the button's text */
.accent-button .fl-button * {
	color: var(--light)!important;
}

.accent-button .fl-button:hover {
	background: var(--dark)!important;
	box-shadow: var(--secondary-box-shadow)!important;
}

.accent-button_borderless .fl-button {
	background-color: var(--accent-color)!important;
	box-shadow: none!important;
	border: 0!important;
}

.accent-button_borderless .fl-button * {
	color: var(--light)!important;
}

/* Changes color of the button on hover */
.accent-button .fl-button:hover * {

}

.secondary-button .fl-button {
	background-color: var(--secondary-color)!important;
	box-shadow: var(--secondary-box-shadow)!important;
	border: 0!important;
}

.yith_ywraq_add_item_browse_message {
	margin-top: 20px!important;
}

.yith_ywraq_add_item_browse_message a {
	background-color: var(--secondary-color)!important;
	box-shadow: var(--secondary-box-shadow)!important;
	border: 0!important;
	padding: 10px 20px!important;
	color: var(--light)!important;
	border-radius: 3px!important;
}

.secondary-button .fl-button:hover {
	background: var(--dark)!important;
}

.secondary-button .fl-button * {
	color: var(--light)!important;
}

.secondary-button_borderless .fl-button {
	background-color: var(--secondary-color)!important;
	box-shadow: none!important;
	border: 0!important;
}

.secondary-button_borderless .fl-button * {
	color: var(--light)!important;
}

.gradient-button .fl-button {
	background: var(--accent-gradient)!important;
	border: 2px solid var(--light)!important;
}

.gradient-button .fl-button * {
	color: var(--light)!important;
}

.gradient-button .fl-button:hover {
	background: var(--gradient)!important;
}

.menu-user li {
	text-align: center!important;
}

.menu-user a {
	text-align: center!important;
	color: var(--secondary-color)!important;
	padding: 0!important;
}


.menu-user .fl-has-submenu-container:hover a,
.menu-user .fl-has-submenu-container:hover a:hover,
.menu-user .fl-has-submenu-container a:hover,
.menu-user .menu-item a:hover {
	color: var(--secondary-color)!important;
}

.menu-user i {
	background: var(--secondary-color)!important;
	border-radius: 999px;
	font-size: 15px!important;
	line-height: 30px!important;
	width: 30px;
	text-align: center!important;
	height: 30px;
	color: var(--light)!important;
	margin-right: 5px;
}

.menu-user .sub-menu {
	display: none;
}

.logged-in .menu-user .sub-menu {
	display: block;
}

.menu-user .sub-menu {
	background: var(--light-transp)!important;
	text-align: left!important;
	box-shadow: var(--box-shadow)!important;
}

.menu-user .sub-menu a {
	padding: 20px!important;
	text-align: left!important;
	color: var(--light)!important;
}

.menu-user .sub-menu a:hover {
	color: var(--light)!important;
}

.transp-button .fl-button {
	background: transparent!important;
	border: 0!important;
	padding: 0!important;
}

.transp-button .fl-button * {
	color: var(--secondary-color)!important;
}

.transp-button i {
	background: var(--secondary-color)!important;
	border-radius: 999px;
	padding: 7px;
	font-size: 16px!important;
	color: var(--light)!important;
}

.transp-button i::before {
	color: var(--light)!important;
}

.transp-button .fl-button:hover * {
	color: var(--accent-color)!important;
}

.transp-button .fl-button:hover i {
	background: var(--accent-color)!important;
}

.gray-button .fl-button {
	background: var(--gray)!important;
	border: 0!important;
}

.gray-button .fl-button * {
	color: var(--dark)!important;
}

/**** Col and Row effects ****/

/* Adds a round effect to the col */
.round-col .fl-col-content {
	border-radius: 20px;
}

/* Adds a shadow to a column */

.shadow-col .fl-col-content {
	box-shadow: var(--box-shadow)!important;
}

/* Adds a shadow to the entire row */
.shadow-row .fl-row-content-wrap {
	box-shadow: var(--box-shadow);
}

/* Adds a decoration to the top of the column - 
This is an example of how to add decorations to columns or other modules */
.accent-border-top .fl-col-content {
	border-top: 5px solid var(--accent-color);
}

/*** ROW Backgrounds ***/

.accent-bg .fl-row-content-wrap,
.accent-bg .fl-col-content {
	background: var(--accent-color);
}

.accent-bg .fl-rich-text *,
.accent-bg .fl-heading * {
	color: var(--light);
}

.dark-bg .fl-row-content-wrap,
.dark-bg .fl-col-content {
	background: var(--dark);
}

.dark-bg .fl-rich-text *,
.dark-bg .fl-heading * {
	color: var(--light);
}

.dark-transp-bg .fl-row-content-wrap,
.dark-transp-bg .fl-col-content {
	background: var(--dark-transp);
}

.dark-transp-bg .fl-rich-text *,
.dark-transp-bg .fl-heading * {
	color: var(--light);
}

.gradient-overlay-bg .fl-row-content-wrap:after {
	background: var(--accent-gradient-transp)!important;
}

.accent-overlay-bg .fl-row-content-wrap:after {
	background: var(--accent-transp)!important;
}

.darker-overlay-bg .fl-row-content-wrap:after {
	background: var(--darker-transp)!important;
}

.darker-overlay-bg .fl-heading *,
.darker-overlay-bg .fl-heading,
.darker-overlay-bg .fl-rich-text *,
.darker-overlay-bg .fl-rich-text {
	color: var(--light)!important;
}


.home-banner h1 {
	text-transform: uppercase;
	font-size: 60px;
	color: var(--secondary-color);
}

.home-banner small {
	color: var(--secondary-color);
	font-weight: 700;
}


.home-banner h2 {
	font-size: 20px;
	color: var(--dark);
	font-weight: 400;
}

/* Use this to change the overlay color of rows with a bg image */
.dark-overlay-bg .fl-row-content-wrap:after,
.dark-overlay-bg .fl-col-content:after {
	background: var(--dark-transp);
}

.dark-overlay-bg .fl-rich-text *,
.dark-overlay-bg .fl-heading * {
	color: var(--light);
}

.light-overlay-bg .fl-row-content-wrap:after,
.light-overlay-bg > .fl-col-content:after {
	background: var(--light-transp);
}


.gray-bg .fl-row-content-wrap,
.gray-bg .fl-col-content {
	background: var(--gray);
}

.light-gray-bg .fl-row-content-wrap,
.light-gray-bg .fl-col-content {
	background: var(--light-gray);
}


.light-bg .fl-row-content-wrap,
.light-bg .fl-col-content {
	background: var(--light);	
}




/** FORMS **/

.pp-gf-content .gform_wrapper .gfield input,
.pp-gf-content .gform_wrapper select {
   padding: 15px!important;
   height: 55px!important;
   border: 1px solid var(--dark)!important;
   background-color: var(--light)!important;
   color: var(--dark)!important;
}

.pp-gf-content .gform_wrapper .gfield textarea {
   padding: 15px!important;
   border: 1px solid var(--dark)!important;
   background-color: var(--light)!important;
   color: var(--dark)!important;
}

.gform_button {
	background: var(--accent-color)!important;
	padding: 15px 40px!important;
	border-radius: 5px!important;
	box-shadow: var(--accent-box-shadow)!important;
}

/* home */

.row_home-highlights_1 .fl-row-content-wrap {
	padding: 80px 20px 50px 20px;
	background: var(--light);
}

.row_home-highlights_1 .fl-row-content-wrap:after {
	background: var(--accent-gradient-transp-fading);
}

.row_home-highlights_1 .fl-col-content {
	background: var(--light-transp);
	padding: 20px 20px;
	border-radius: 5px;
}

.row_home-highlights_1 .fl-heading:before,
.row_home-highlights_1 .fl-heading:after {
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	background: var(--accent-color);
	margin: 20px auto 20px auto!important;
}

.row_home-highlights_1 .fl-callout {
	text-align: center;
}

.row_home-highlights_1 .fl-callout-title:after {
	content: " ";
	display: block;
	width: 60%;
	height: 2px;
	background: var(--accent-color);
	margin: 20px auto!important;
}


.row_home-highlights_1 img {
	max-height: 72px!important;
}

.row_home-highlights_1 .fl-callout-title,
.row_home-highlights_1 .fl-callout-title * {
	text-align: center!important;
	color: var(--secondary-color)!important;
	font-size: 33px!important;
	line-height: 35px!important;
}

.row_home-highlights_1 .fl-callout-text * {
	color: var(--dark-gray)!important;
}

.row_home-highlights_1 .fl-heading,
.row_home-highlights_1 .fl-heading span {
	font-weight: 300;
	color: var(--secondary-color)!important;
	text-align: center!important;
	padding-top: 30px;
	padding-bottom: 30px;
}


.row_home-highlights_1 .fl-callout-text ul {
	list-style: none;
	margin: 0 0 2.3em 2.5em
}
.row_home-highlights_1 .fl-callout-text  ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 10px 0 -25px;
    color: var(--accent-color);
}

.row_cta_1 .fl-row-content-wrap {
	background: var(--secondary-color);
	margin-top: -10%!important;
	margin-bottom: 10%!important;
	padding: 0!important;
}

.row_cta_1 .fl-col-content {

}

.row_cta_1 .fl-col-has-cols {
	padding: 40px;
}

.row_cta_1 .fl-callout-title,
.row_cta_1 .fl-callout-content * {
	color: var(--light);
	text-align: center!important;
}

.row_cta_1 .fl-button {
	background-color: var(--accent-color)!important;
	border: 3px solid var(--tertiary-transp)!important;
	width: 100%;
	margin-top: -40px!important;
	text-align: center;
}

.row_cta_1 .fl-button:hover {
	background: var(--dark);
}

.row_cta_1 .fl-module-button {
	margin: 0!important;
}

.row_cta_1 .fl-button * {
	color: var(--light)!important;
	text-align: center;
}

.row_cta_1 .fl-col:first-child .fl-module-photo {
	margin: -50px -30px -50px -120px!important;
}

.row_cta_1 .fl-col-group .fl-col:nth-child(3) .fl-module-photo {
	margin: -50px -120px -50px -30px!important;
}

.row_cta_1 .fl-photo img {
	position: relative;
	z-index: 99!important;
}


.row_cta_2 .fl-row-content-wrap {
	background: var(--secondary-color);
	padding: 0!important;
}

.row_cta_2 .fl-col-content {

}

.row_cta_2 .fl-col-has-cols {
	padding: 40px;
}

.row_cta_2 .fl-callout-title,
.row_cta_2 .fl-callout-content * {
	color: var(--light);
	text-align: center!important;
}

.row_cta_2 .fl-button {
	background-color: var(--accent-color)!important;
	border: 3px solid var(--tertiary-transp)!important;
	width: 100%;
	margin-top: -40px!important;
	text-align: center;
}

.row_cta_2 .fl-button:hover {
	background: var(--dark);
}

.row_cta_2 .fl-module-button {
	margin: 0!important;
}

.row_cta_2 .fl-button * {
	color: var(--light)!important;
	text-align: center;
}

.row_cta_2 .fl-col:first-child .fl-module-photo {
	margin: -50px -30px -50px -120px!important;
}

.row_cta_2 .fl-col-group .fl-col:nth-child(3) .fl-module-photo {
	margin: -50px -120px -50px -30px!important;
}

.row_cta_2 .fl-photo img {
	position: relative;
	z-index: 99!important;
}

/* row_cards_1 */

.row_cards_1 .fl-row-content-wrap {
	background: var(--light);
	padding: 50px 20px;
	background: var(--accent-gradient-transp)
}

.row_cards_1 h2 {
	font-size: 50px;
}

.row_cards_1 .fl-module-callout {
	display: flex;
	height: 100%;
}

.row_cards_1 .fl-module-callout .fl-module-content {
	margin: 0;
}

.row_cards_1  .fl-module-callout .fl-module-content {
	width: 100%; /* fixes IE11 */
}

.row_cards_1 .fl-callout {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.row_cards_1  .fl-callout-content,
.row_cards_1 .fl-callout-text-wrap {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.row_cards_1 .fl-callout-text {
	flex-grow: 1;
}

.row_cards_1 .fl-heading * {
	color: var(--light);
}

.row_cards_1 .fl-callout {
	background: var(--light)!important;
	border-radius: 5px;
	padding: 0!important;
	box-shadow: var(--box-shadow);
}

.row_cards_1 .fl-icon {
	text-align: center!important;
	margin-bottom: -30px;
   margin-top: 20px;
}

.row_cards_1  .fl-icon i, 
.row_cards_1  .fl-icon i:before {
	font-size: 40px!important;
}

.row_cards_1 img {
	border-radius: 5px 5px 0 0;
	width: 450px!important;
   height: 300px;
   object-fit: cover;
	margin: auto;
}

.row_cards_1 .fl-callout-title::after {
	content: " ";
	display: block;
	width: 150px;
	height: 2px;
	background: var(--accent-color);
	margin: 10px auto!important;
}

.row_cards_1 .fl-callout-title * {
	font-size: 22px;
	font-weight: 700;
	color: var(--secondary-color);
	line-height: 25px!important;
}

.row_cards_1 .fl-callout-title {
	text-align: center;
	padding: 15px 30px 0px 30px!important;
}

.row_cards_1 .fl-callout-text-wrap {
	padding: 15px 30px 40px 30px!important;
}

.row_cards_1 .fl-callout-text,
.row_cards_1 .fl-callout-text * {
	text-align: center!important;
}


.row_cards_1 .fl-callout-button .fl-button {
	background-color: var(--secondary-color)!important;
	box-shadow: var(--secondary-box-shadow)!important;
	border: 0!important;
	width: 100%!important;
	text-align: center!important;
}

.row_cards_1 .fl-callout-button .fl-button * {
	color: var(--light)!important;
 }

.row_cards_1 .fl-callout-button .fl-button:hover {
	background: var(--dark)!important;
}


/* row_cards_1_no-bg */

.row_cards_1_no-bg .fl-row-content-wrap {
	background: var(--light);
	padding: 50px 20px;
}

.row_cards_1_no-bg h2 {
	font-size: 50px;
}

.row_cards_1_no-bg .fl-module-callout {
	display: flex;
	height: 100%;
}

.row_cards_1_no-bg .fl-module-callout .fl-module-content {
	margin: 0;
}

.row_cards_1_no-bg  .fl-module-callout .fl-module-content {
	width: 100%; /* fixes IE11 */
}

.row_cards_1_no-bg .fl-callout {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.row_cards_1_no-bg  .fl-callout-content,
.row_cards_1_no-bg .fl-callout-text-wrap {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.row_cards_1_no-bg .fl-callout-text {
	flex-grow: 1;
}

.row_cards_1_no-bg .fl-heading * {
	color: var(--light);
}

.row_cards_1_no-bg .fl-callout {
	background: var(--light)!important;
	border-radius: 5px;
	padding: 0!important;
	box-shadow: var(--box-shadow);
}

.row_cards_1_no-bg .fl-icon {
	text-align: center!important;
	margin-bottom: -30px;
   margin-top: 20px;
}

.row_cards_1_no-bg  .fl-icon i, 
.row_cards_1_no-bg  .fl-icon i:before {
	font-size: 40px!important;
}

.row_cards_1_no-bg img {
	border-radius: 5px 5px 0 0;
	width: 450px!important;
   height: 300px;
   object-fit: cover;
}

.row_cards_1_no-bg .fl-callout-title::after {
	content: " ";
	display: block;
	width: 150px;
	height: 2px;
	background: var(--accent-color);
	margin: 10px auto!important;
}

.row_cards_1_no-bg .fl-callout-title * {
	font-size: 22px;
	font-weight: 700;
	color: var(--secondary-color);
	line-height: 25px!important;
}

.row_cards_1_no-bg .fl-callout-title {
	text-align: center;
	padding: 15px 30px 0px 30px!important;
}

.row_cards_1_no-bg .fl-callout-text-wrap {
	padding: 15px 30px 40px 30px!important;
}

.row_cards_1_no-bg .fl-callout-text,
.row_cards_1_no-bg .fl-callout-text * {
	text-align: center!important;
}


.row_cards_1_no-bg .fl-callout-button .fl-button {
	background-color: var(--secondary-color)!important;
	box-shadow: var(--secondary-box-shadow)!important;
	border: 0!important;
	width: 100%!important;
	text-align: center!important;
}

.row_cards_1_no-bg .fl-callout-button .fl-button * {
	color: var(--light)!important;
 }

.row_cards_1_no-bg .fl-callout-button .fl-button:hover {
	background: var(--dark)!important;
}

/* row_cards_2  */

.row_cards_2 .fl-row-content-wrap {
	/*background: var(--light);*/
	padding: 50px 20px;
}

.row_cards_2 .fl-module-callout {
	display: flex;
	height: 100%;
}

.row_cards_2 .fl-module-callout .fl-module-content {
	margin: 0;
}

.row_cards_2  .fl-module-callout .fl-module-content {
	width: 100%; /* fixes IE11 */
}

.row_cards_2 .fl-callout {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.row_cards_2  .fl-callout-content,
.row_cards_2 .fl-callout-text-wrap {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.row_cards_2 .fl-callout-text {
	flex-grow: 1;
}

.row_cards_2 h2 {
	font-size: 50px;
}

.row_cards_2 .fl-callout {
	background: var(--light);
	border-radius: 10px;
	box-shadow: var(--box-shadow);
}

.row_cards_2 .fl-callout-title * {
	font-size: 18px;
	font-weight: 700;
	color: var(--dark);
	line-height: 30px!important;
}

.row_cards_2 .fl-callout-text-wrap {
	padding: 30px!important;
}

.row_cards_2 .fl-callout-title,
.row_cards_2 .fl-callout-content {
	text-align: left;
}

.row_cards_2 .fl-callout-title { 
	background: var(--dark-gray)!important;
	padding: 15px 30px!important;
	border-radius: 5px 5px 0 0!important;
}

.row_cards_2 .fl-callout-title * {
	color: var(--light)!important;
 }

.row_cards_2 .fl-callout-button .fl-button {
	background-color: var(--dark)!important;
	box-shadow: var(--dark-box-shadow)!important;
	border: 0!important;
	width: 100%!important;
	text-align: center!important;
}

.row_cards_2 .fl-callout-button .fl-button * {
	color: var(--light)!important;
 }

.row_cards_2 .fl-callout-button .fl-button:hover {
	background: var(--accent-color)!important;
}

/* row_cards_3  */

.row_cards_3 .fl-row-content-wrap {
	background: var(--light);
	padding: 50px 20px;
}

.row_cards_3 .fl-module-callout {
	display: flex;
	height: 100%;
}

.row_cards_3  .fl-module-callout .fl-module-content {
	width: 100%; /* fixes IE11 */
}

.row_cards_3 .fl-callout {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.row_cards_3  .fl-callout-content,
.row_cards_3 .fl-callout-text-wrap {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.row_cards_3 .fl-callout-text {
	flex-grow: 1;
}

.row_cards_3 h2 {
	font-size: 50px;
}

.row_cards_3 .fl-callout {
	background: linear-gradient(180deg, var(--light-transp), var(--gray-transp))!important;
	border-radius: 10px;
	box-shadow: var(--box-shadow);
}

.row_cards_3 .fl-callout-title * {
	font-size: 18px;
	font-weight: 700;
	color: var(--dark-gray);
	line-height: 40px!important;
}

.row_cards_3 .fl-callout-text-wrap {
	padding: 30px!important;
}

.row_cards_3 .fl-callout-title,
.row_cards_3 .fl-callout-content {
	text-align: left;
}

.row_cards_3 .fl-photo-content img {
	width: 500px;
	height: 400px;
	object-fit: cover!important;
	border-radius: 5px 5px 0 0!important;
}

.row_cards_3 .fl-callout-title { 
	padding: 15px 30px!important;
}

.row_cards_3 .fl-callout-title * {
	color: var(--light)!important;
 }

.row_cards_3 .fl-callout-button .fl-button {
	background-color: var(--dark)!important;
	box-shadow: var(--dark-box-shadow)!important;
	border: 0!important;
	width: 100%!important;
	text-align: center!important;
}

.row_cards_3 .fl-callout-button .fl-button * {
	color: var(--light)!important;
 }

.row_cards_3 .fl-callout-button .fl-button:hover {
	background: var(--accent-color)!important;
}

/* row_reviews */

.row_reviews .fl-row-content-wrap {
	background: var(--accent-gradient-transp);
}

.row_reviews h2 {
	font-size: 50px;
}

/* Hide WooCommerce prices when toggle is OFF */
.hide-wc-price .price,
.hide-wc-price .darbp-tiers,
.product-type-variable .top-price .price {
    display: none !important;
}

.logged-in .price {
	display: block;
}

.broken_link, a.broken_link {
	text-decoration: none!important;
}

.subheader .fl-row-content-wrap {
	background: var(--light-gray);
	box-shadow: var(--box-shadow);
}

.subheader .fl-heading *,
.subheader .fl-heading {
	text-align: left!important;
	font-size: 22px!important;
	text-transform: uppercase;
	color: var(--secondary-color)!important;
}


.subheader .breadcrumb {
	text-align: right!important;
	color: var(--secondary-color)!important;
}

.page-main-simple .fl-row-content-wrap {

}

.page-heading .fl-row-content-wrap {
	padding-top: 20px!important;
	padding-bottom: 0!important;
	background: var(--secondary-color)!important;
}

.page-heading .fl-heading {
	font-size: 70px;
	color: var(--light)!important;
}

.page-sidebar .fl-col-content {
	background: var(--light-gray);
	padding: 20px;
	box-shadow: var(--box-shadow);
}

.page-content .fl-col-content {
	padding-right: 20px!important;
}

.page-content .fl-module-heading {
	margin-bottom: 0!important;
}

.page-content .fl-module-photo {
	margin: 0!important;
}

.recently-viewed .recent-products-list {
	list-style: none!important;
	margin-left: 0!important;
	padding-top: 5px!important;
}

.recently-viewed * {
	color: var(--light)!important;
}

.recently-viewed .recent-products-list li {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}

.recently-viewed .recent-products-list li:before {
	display: none;
}

.recently-viewed img {
	border-radius: 5px;
	width: 50px;
	height: 50px;
	object-fit: cover;
	margin-right: 10px;
}

/* FAQ Module */

.pp-accordion-button {
	background: var(--light-gray)!important;
	padding: 20px 30px!important;
	box-shadow: var(--box-shadow)!important;
}

.pp-accordion-button-label {
	font-weight: 600!important;
	font-size: 18px!important;
}

.pp-accordion-content {
	padding: 30px!important;
}

.last-section .fl-row-content-wrap {
	margin-bottom: 100px!important;
}

.pp-toc-container .pp-toc-body {
	background-color: transparent!important;
}

.index-row .pp-content-grid-image .fl-photo-img {
	height: 300px!important;
	object-fit: cover!important;
	margin: -20px!important;
}

.index-row .pp-content-post {
	padding: 0!important;
	border-radius: 10px;
}

.index-row .pp-content-body {
	padding: 20px!important;
	margin-top: 20px!important;
}

@media screen and (max-width: 1000px) {
	header .fl-row-content-wrap {
		padding: 20px!important;
	}

	header .fl-module-button .fl-module-content,
	header .fl-module-button {
		margin-bottom: 20px!important;
	}

	.desktop-menu {
		display: none!important;
	}

	header .fl-icon * {
		text-align: center!important;
	}

	.mobile-menu .fl-menu a,
	.mobile-menu .pp-advanced-menu a,
	.pp-offcanvas-content.pp-offcanvas-content-a8c6lowj5m24 .pp-offcanvas-body a {
		font-weight: 600!important;
		color: var(--secondary-color)!important;
	}

	.pp-offcanvas-content {
		width: 350px!important;
	}

    header .pp-offcanvas-toggle-wrap .pp-offcanvas-toggle {
		background: transparent!important;
	}

	header .pp-hamburger-inner,
	header .pp-hamburger-inner:before,
	header .pp-hamburger-inner:after {
		background-color: var(--light)!important;
	}

	.pp-offcanvas-toggle-wrap {
		text-align: center!important;
	}

	.row_cta_1 .fl-module-button,
	.row_cta_2 .fl-module-button {
		margin: 20px!important;
	}

	/* Add Font Awesome chevron icons to menu items with submenus */
	.fl-has-submenu > .fl-has-submenu-container > a[aria-haspopup="menu"]::after {
		content: "\f078"; /* Font Awesome chevron-down */
		font-family: "Font Awesome 7 Pro";
		font-weight: 900;
		margin-left: 8px;
		font-size: 0.75em;
		transition: transform 0.3s ease;
		display: inline-block;
	}

	/* Rotate chevron when submenu is expanded */
	.fl-has-submenu > .fl-has-submenu-container > a[aria-expanded="true"]::after {
		transform: rotate(180deg);
	}

	.fl-has-submenu > .fl-has-submenu-container > a[aria-haspopup="menu"] {
		display: inline-flex;
		align-items: center;
		position: relative;
	}

	.fl-has-submenu > .fl-has-submenu-container > a[aria-haspopup="menu"]:hover::after {
		color: inherit;
		opacity: 0.8;
	}

	.row_cta_1 .fl-col-group .fl-col:first-child .fl-module-photo,
	.row_cta_2 .fl-col-group .fl-col:first-child .fl-module-photo {
		margin: -20px 20px 20px 20px!important;
	}
	.row_cta_1 .fl-col-group .fl-col:nth-child(3) .fl-module-photo,
	.row_cta_2 .fl-col-group .fl-col:nth-child(3) .fl-module-photo {
		margin: 20px 20px -20px 20px!important;
	}
	.subheader .fl-heading,
	.subheader .fl-heading *,
	.subheader .breadcrumb,
	.subheader .woocommerce-breadcrumb {
		text-align: center!important;
	}

	.subheader .breadcrumb {
		margin-top: -20px!important;
	}


	.page-heading .fl-heading {
		font-size: 50px;
	}


	.row_cards_1 .fl-module-callout .fl-module-content,
	.row_cards_2 .fl-module-callout,
	.row_cards_1_no-bg .fl-module-callout { 
		margin: 10px 20px!important;
	}

	.row_content-testimonials_1 .pp-testimonials::before {
		left: -30px!important;
	}

	.fl-row-bg-overlay .fl-module-button {
		margin-top: 0!important;
	}

	.shop_table {
		border: 0!important;
		border-radius: 5px!important;
		box-shadow: var(--box-shadow);
		padding: 15px!important;
	}

	.shop_table .product-name a {
		font-size: 16px;
		text-decoration: none;
		color: var(--dark);
	}

	.shop_table ul {
		margin-left: 0!important;
	}

	.shop_table br {
		display: none;
	}

	.yith-request-a-quote-page .fl-widget {
		display: none;
	}

	.woocommerce-MyAccount-navigation ul {
		margin-left: 0!important;
	}
}

.single_add_to_cart_button {
	display: none!important;
}

.ast-container {
	max-width: unset;
	padding: 0!important;
}

#primary {
	margin-top: 0!important;
}

.breadcrumb span,
.woocommerce-breadcrumb a {
	font-size: 15px!important;
	color: var(--dark-gray)!important;
}

.breadcrumb li::after {
	color: var(--dark-gray)!important;
}

.wp-block-post.product a.button, 
.wp-block-post.product .add-request-quote-button.button, 
.wp-block-post.product .add-request-quote-button-addons.button, 
.woocommerce .add-request-quote-button.button, 
.woocommerce .add-request-quote-button-addons.button,
.woocommerce-js a.button.disabled {
	background-color: var(--accent-color)!important;
	box-shadow: var(--accent-box-shadow)!important;
	border: 0!important;
	padding: 15px 20px!important;
	font-size: 16px!important;
}

.add_to_cart_button,
.button {
	background-color: var(--secondary-color)!important;
	box-shadow: var(--secondary-box-shadow)!important;
	border: 0!important;
	padding: 15px 20px!important;
	font-size: 16px!important;
}

.ywraq-view-quote-wrapper table.shop_table.order_details {
	background: transparent!important;
	border: 0!important;
	border-radius: 0!important;
}

.add_to_cart_button:hover {
	background: var(--dark)!important;
}

.woocommerce-js #respond input#submit.disabled, .woocommerce-js #respond input#submit:disabled, .woocommerce-js #respond input#submit:disabled[disabled], .woocommerce-js a.button.disabled, .woocommerce-js a.button:disabled, .woocommerce-js a.button:disabled[disabled], .woocommerce-js button.button.disabled, .woocommerce-js button.button:disabled, .woocommerce-js button.button:disabled[disabled], .woocommerce-js input.button.disabled, .woocommerce-js input.button:disabled, .woocommerce-js input.button:disabled[disabled] {
	padding: 15px 20px!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	background: var(--secondary-color)!important;
}

.woocommerce-product-gallery .flex-control-nav img.flex-active {
	border: 5px solid var(--secondary-color)!important;
}

.woocommerce-product-gallery .flex-control-nav img {
	border: 5px solid var(--light)!important;
}

.woocommerce div.product .fl-module-fl-woo-cart-button form.cart, .woocommerce div.product .fl-module-fl-woo-cart-button form.cart .variations {
	width: 60%;
}

.qty-label {
	font-weight: 600;
	margin-bottom: 10px;
}

.product-archive .fl-post-image img {
	height: 300px;
	width: 300px;
	object-fit: contain;
}

/* Star in the center - using background image on the h2 */
h2.decorative-heading,
.product-archive-desc h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px; /* Add this - creates actual space below */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23cccccc' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 15px 15px;
	 line-height: 50px;
	 color: var(--secondary-color)!important;
	 font-size: 25px!important;
	 text-transform: uppercase!important;
	 text-align: center!important;
}

h2.decorative-heading::before,
.product-archive-desc h2::before {
    content: ''!important;
    position: absolute!important;
    left: 0!important;
    bottom: 5px!important;
    width: calc(50% - 20px)!important;
    height: 1px!important;
    background-color: var(--gray)!important;
}

/* Right line */
h2.decorative-heading::after,
.product-archive-desc h2::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 5px;
    width: calc(50% - 20px);
    height: 1px;
    background-color: var(--gray);
}

.product-archive {
	margin-top: -20px!important;
}

.product-archive .fl-post-image {
	display: inline-block!important;
	float: left!important;
	width: 30%!important;
}

.product-archive .fl-post-text {
	width: 70%!important;
	float: right!important;
}

.product-archive .fl-post-more-link {
	background-color: var(--secondary-color)!important;
	box-shadow: var(--secondary-box-shadow)!important;
	border: 0!important;	
	border-radius: 10px!important;
	text-align: center!important;
	width: 300px!important;
	padding: 10px 13px!important;
	margin-top: 20px!important;
}

.pp-categories {
	margin-top: 20px!important;
}

.product-archive .fl-post-title {
	font-size: 25px!important;
	margin-top: 20px!important;
	text-transform: uppercase!important;
}

.product-archive .fl-post-title a {
	color: var(--secondary-color)!important;
}

.product-archive .fl-post-more-link a {
	color: var(--light)!important;
}

.pp-category-count {
	display: none!important;
}

.img-logo img {
	height: 120px!important;
	width: 200px!important;
	object-fit: contain!important;
}

header .mega-menu ul.sub-menu {
	background: var(--secondary-color)!important;
	padding: 20px!important;
}

header .sub-menu a {
	padding-bottom: 0!important;
}

header .mega-menu .sub-menu ul li a {
	color: var(--light)!important;
}


table.darbp-tiers {
    font-family: unset;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
}

.darbp-tiers th {
	background-color: var(--light-gray);
}

.darbp-tiers td, .darbp-tiers th {
	border-color: var(--light-gray);
}

#yith-ywraq-form .product-name ul li {
}

.yith-ywraq-list-wrapper .button {
	width: 100%!important;
	text-align: center!important;
	background-color: var(--secondary-color)!important;
	box-shadow: var(--secondary-box-shadow)!important;
	border: 0!important;
	margin-top: 40px!important;
	border-radius: 10px!important;
	padding: 12px 24px!important;
}

.yith-ywraq-list-item a {
	width: 40px;
}

ul.yith-ywraq-list img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}

.yith-ywraq-list-item-product-info {
	min-width: 200px;
	margin-left: 20px;
}

.yith-ywraq-list-item-product-info {
	color: var(--dark)!important;
}

.woocommerce-js a.remove {
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
}

@media screen and (max-width: 900px) {
	.tax-product_cat .fl-post-image,
	.tax-product_cat .fl-post-text {
		width: 100%!important;
	}
	.page-content .fl-col-content {
		padding-right: 0!important;
	}
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: unset!important;
	}
	.product-archive .fl-post-more-link {
		width: 100%!important;
		font-size: 16px!important;
		font-weight: 600!important;
	}
	.woocommerce div.product .fl-module-fl-woo-cart-button form.cart, .woocommerce div.product .fl-module-fl-woo-cart-button form.cart .variations {
		width: 100%!important;
	}

	header .fl-row-content-wrap {
		padding: 10px!important;
	}

	.top-header .fl-row-content-wrap {
		padding: 10px!important;
	}

	.pp-hamburger-box {
		margin: 0!important
	}

	.row_cta_1 .fl-col-has-cols { 
		padding: 5px!important;
	}

	.page-sidebar .fl-col-content {
		margin: 20px!important;
	}

}

.tax-product_cat .fl-post-feed-post {
	border: none;
}

.mobile-menu .pp-search-form__input {
	border: 2px solid var(--secondary-color)!important;
	background-color: var(--light)!important;
	color: var(--dark)!important;
	border-radius: 10px 0 0 10px!important;
}

.mobile-menu .pp-search-form__submit {
	background-color: var(--secondary-color)!important;
	border-radius: 0 10px 10px 0!important;
}

.mobile-menu .pp-search-form__submit i {
	color: var(--light)!important;
}

.mobile-menu .sub-menu .sub-menu {
	padding: 0!important;
}

.product-archive .fl-post-more-link i {
	color: var(--light)!important;
}

.product-archive .fl-post-excerpt p {
	margin-bottom: 0!important;
}

.archive .fl-module-post-grid :not(.fl-builder-pagination) > ul {
	list-style: disc!important;
	margin-top: 10px!important
}

.archive .fl-module-post-grid :not(.fl-builder-pagination) ul li {
	margin-left: 15px!important;
}

.show-password-input {
	display: none;
}

.custom-registration-form {
	width: 100%!important;
}

.pp-content-post.pp-grid-style-9 .pp-grid-tile-text {
	bottom: 20px;
}

.pp-content-post.pp-grid-style-9 .pp-grid-tile-text * {
	color: var(--light)!important;
	font-size: 16px!important;
}

.row_content-testimonials_1 .fl-row-content {
   max-width: var(--xs-width);
}

.row_content-testimonials_1 .fl-row-content-wrap {
	background: var(--accent-gradient);
}

.row_content-testimonials_1 .fl-module-heading,
.row_content-testimonials_1 .fl-module-heading .fl-module-content {
   margin-bottom: 0!important;
}

.row_content-testimonials_1 .pp-testimonials-wrap {
	background: var(--light)!important;
	border-radius: 10px!important;
	box-shadow: var(--box-shadow)!important;
}

.row_content-testimonials_1 .fl-heading,
.row_content-testimonials_1 .fl-heading *,
.row_content-testimonials_1 .fl-rich-text,
.row_content-testimonials_1 .fl-rich-text * {
   text-align: center!important;
}


.row_content-testimonials_1 .fl-heading,
.row_content-testimonials_1 .fl-heading *,
.row_content-testimonials_1 .pp-testimonials-name {
   color: var(--secondary-color)!important;
}

.row_content-testimonials_1 .pp-testimonials-name {
   font-weight: 600;
}

.row_content-testimonials_1 .pp-testimonials-heading {
   display: none;
}

.row_content-testimonials_1 .pp-testimonials::before {
   content: '“';
   color: var(--gray)!important;
   font-weight: bold;
   letter-spacing: var(--letter-spacing);
   font-size: 200px;
   font-family: 'Times New Roman', serif;
   position: absolute;
   left: -50px;
   top: 30px;
   overflow: visible;
   z-index: 9;
}

.row_content-testimonials_1 .pp-testimonials-content .pp-testimonials-content {
   position: relative;
   z-index: 99;
}

.row_content-testimonials_1 .pp-testimonials button span {
   background: var(--gray)!important;
}

.row_content-testimonials_1 .pp-testimonials button.active span {
   background: var(--accent-color)!important;
}

.custom-registration-form {
	width: 100%!important;
	max-width: unset!important;
}

.custom-registration-form .input,
.custom-registration-form .woocommerce-Input {
	border: 1px solid var(--dark)!important;
	background: var(--light)!important;
	border-radius: 0!important;
}

.woocommerce-form-row .woocommerce-button {
	margin-top: 20px!important;
}

.custom-registration-form input[type="button"], 
.custom-registration-form input[type="submit"]{
	background: var(--secondary-color)!important;
	box-shadow: var(--secondary-box-shadow)!important;
	color: var(--light)!important;
	border-radius: 5px!important;
}

.gfield_required {
	display: none!important;
}

.custom-registration-form .submit {
	padding-left: 0!important;
}

.custom-registration-form .login-link {
	text-align: left!important;
}

.custom-registration-form .login-link a {
	color: var(--accent-color)!important;
	border-bottom: 1px solid var(--accent-color)!important;
	text-align: left!important;
	margin-top: -20px!important;
}

.product-archive_img img {
	height: 360px;
	object-fit: cover;
	object-position:  top center;
}

.astra-shop-summary-wrap .add_to_cart_button {
	display: none!important;
}

.secondary-bg .fl-row-content-wrap {
	background: var(--secondary-color)!important;
}

.secondary-bg .fl-heading *,
.secondary-bg .fl-heading { 
	color: var(--light)!important;
}

.gform_required_legend { 
	display: none!important;
}

#field_5_25,
#field_5_22,
.darbp-tiers { 
	display: none!important;
}

.woocommerce-store-notice, p.demo_store {
	background: var(--accent-color)!important;
}

.single-post .fl-module-fl-post-content h2,
h2.wp-block-heading {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23cccccc' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 15px 15px;
    line-height: 50px;
    color: var(--secondary-color) !important;
    font-size: 25px !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

/* Left line */
.single-post .fl-module-fl-post-content h2::before,
h2.wp-block-heading::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 5px !important;
    width: calc(50% - 12px) !important;
    height: 1px !important;
    background-color: var(--gray) !important;
}

/* Right line */
.single-post .fl-module-fl-post-content h2::after,
h2.wp-block-heading::after {
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 5px !important;
    width: calc(50% - 12px) !important;
    height: 1px !important;
    background-color: var(--gray) !important;
}

.single-post .fl-module-fl-post-content h3,
h3.wp-block-heading {
	font-size: 22px!important;
	position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23cccccc' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 15px 15px;
    line-height: 50px;
    color: var(--secondary-color) !important;
    font-size: 25px !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

/* Left line */
.single-post .fl-module-fl-post-content h3::before,
h3.wp-block-heading::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 5px !important;
    width: calc(50% - 12px) !important;
    height: 1px !important;
    background-color: var(--gray) !important;
}

/* Right line */
.single-post .fl-module-fl-post-content h3::after,
h3.wp-block-heading::after {
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 5px !important;
    width: calc(50% - 12px) !important;
    height: 1px !important;
    background-color: var(--gray) !important;
}

.wp-block-heading {
    line-height: 50px;
}

.wp-block-heading {
	color: var(--secondary-color)!important;
}

.fl-post-grid-empty {
	display: none;
}

/* Hide product count */
.woocommerce-loop-category__title .count {
    display: none !important;
}

/* Neutralize columns-4 rules that are bleeding in */
.woocommerce-page.columns-4 ul.products,
.woocommerce.columns-4 ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -10px !important;
    padding: 0 !important;
}

.woocommerce-page.columns-4 ul.products li.product,
.woocommerce.columns-4 ul.products li.product {
    width: calc(33.33% - 20px) !important;
    margin: 0 10px 20px 10px !important;
    float: none !important;
    clear: none !important;
}

.woocommerce-page.columns-4 ul.products li.product:nth-child(4n),
.woocommerce.columns-4 ul.products li.product:nth-child(4n) {
    margin-right: 10px !important;
}

/* Core 3-column grid */
.woocommerce-page.columns-3 ul.products,
.woocommerce.columns-3 ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -10px !important;
    padding: 0 !important;
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: calc(33.33% - 20px) !important;
    margin: 0 10px 20px 10px !important;
    float: none !important;
    clear: none !important;
}

.woocommerce-page.columns-3 ul.products li.product:nth-child(3n),
.woocommerce.columns-3 ul.products li.product:nth-child(3n) {
    margin-right: 10px !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background: transparent;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
	background: transparent;
}

.dgwt-wcas-active .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	background: transparent!important;
	color: var(--light)!important;
	border: 1px solid var(--light)!important;
}

.dgwt-wcas-close svg path {
	fill: var(--light)!important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg path {
	fill: var(--light)!important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-radius: 0!important;
	border-bottom: 1px solid var(--light);
	background: transparent!important;
	color: var(--light)!important;
}

.dgwt-wcas-active input[type=search].dgwt-wcas-search-input::placeholder,
.dgwt-wcas-focused input[type=search].dgwt-wcas-search-input::placeholder{
	color: var(--accent-color)!important;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
	color: var(--light)!important;
}

.dgwt-wcas-active .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg path,
.dgwt-wcas-focused .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg path{
	path: var(--dark)!important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg path {
	path: var(--light)!important;
}