/**
 * Classes
**/
.sc-flex,
.sc-flex-2,
.sc-flex-3,
.sc-flex-4,
.sc-flex-5,
.sc-flex-6				{display: -webkit-flex; display: flex;}
.sc-flex > *			{-ms-flex: 0 1 auto;}
.sc-flex-row			{-webkit-flex-direction: row; flex-direction: row;}
.sc-flex-col			{-webkit-flex-direction: column; flex-direction: column;}
.sc-flex-wrap			{-webkit-flex-wrap: wrap; flex-wrap: wrap;}
.sc-flex-hor-center		{-webkit-justify-content: center; justify-content: center;}
.sc-flex-hor-end		{-webkit-justify-content: flex-end; justify-content: flex-end;}
.sc-flex-hor-between	{-webkit-justify-content: space-between; justify-content: space-between;}
.sc-flex-hor-around		{-webkit-justify-content: space-around; justify-content: space-around;}
.sc-flex-vert-center	{-webkit-align-items: center; align-items: center;}
.sc-flex-vert-end		{-webkit-align-items: flex-end; align-items: flex-end;}

.sc-flex-1 > *			{flex: 100% 1 0; padding: 0 20px;}
.sc-flex-2 > *			{flex: 50% 1 0; padding: 0 20px;}
.sc-flex-3 > *			{flex: 33.33% 1 0; padding: 0 20px;}
.sc-flex-4 > *			{flex: 25% 1 0; padding: 0 20px;}
.sc-flex-5 > *			{flex: 20% 1 0; padding: 0 20px;}
.sc-flex-6 > *			{flex: 16.66% 1 0; padding: 0 20px;}

.weight-100		{font-weight: 100;}
.weight-300		{font-weight: 300;}
.weight-400		{font-weight: 400;}
.weight-500		{font-weight: 500;}
.weight-600		{font-weight: 600;}
.weight-700		{font-weight: 700;}
.weight-900		{font-weight: 900;}

.gallery 						 {display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 1.1em;}
.gallery-item 					 {float: left; margin: 0 5px 1.1em;}
.gallery-item a					 {display: block;}
.gallery-item img				 {display: block; max-width: 100%; height: auto; margin: 0 auto;}
.gallery-columns-1 .gallery-item {width: 100%;}
.gallery-columns-2 .gallery-item {width: 50%; -webkit-width: calc(100% * (1/2) - 10px); width: calc(100% * (1/2) - 10px);}
.gallery-columns-3 .gallery-item {width: 33.33%; -webkit-width: calc(100% * (1/3) - 10px); width: calc(100% * (1/3) - 10px);}
.gallery-columns-4 .gallery-item {width: 25%; -webkit-width: calc(100% * (1/4) - 10px); width: calc(100% * (1/4) - 10px);}
.gallery-columns-5 .gallery-item {width: 20%; -webkit-width: calc(100% * (1/5) - 10px); width: calc(100% * (1/5) - 10px);}
.gallery-columns-6 .gallery-item {width: 16.66%; -webkit-width: calc(100% * (1/6) - 10px); width: calc(100% * (1/6) - 10px);}
.gallery-columns-7 .gallery-item {width: 14.28%; -webkit-width: calc(100% * (1/7) - 10px); width: calc(100% * (1/7) - 10px);}
.gallery-columns-8 .gallery-item {width: 12.5%; -webkit-width: calc(100% * (1/8) - 10px); width: calc(100% * (1/8) - 10px);}
.gallery-columns-9 .gallery-item {width: 11.11%; -webkit-width: calc(100% * (1/9) - 10px); width: calc(100% * (1/9) - 10px);}
.gallery-caption 				 {display: block;}

.screen-reader-text	{position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip-path: inset(50%); word-wrap: normal !important; overflow: hidden;}

/* Buttons */
.wpbf-button,
.add_to_cart_button {text-transform: uppercase; letter-spacing: 1px; font-size: 14px; font-weight: 700;}

/* Gravity Forms */
.gform_required_legend {display: none;}

/* Beaver Builder / UABB / Powerpack */
/* Text Module */
.fl-rich-text > p:last-child	{margin-bottom: 0;}

/* Logo Carousel Module */
.pp-logos-content	{padding-left: 40px; padding-right: 40px;}


/**
 * Header
**/
#header .wpbf-menu      {width: fit-content; margin: auto; text-align: center;}
#header .wpbf-menu > li {flex: 1;}
#header .wpbf-menu > li > a     {white-space: nowrap;}
#header .wpbf-menu .sub-menu    {text-align: left;}

#header .wpbf-mobile-menu-toggle        {color: #750000 !important;}
#header .wpbf-woo-sub-menu-product-wrap {line-height: 1.3;}
#header .wpbf-woo-sub-menu-button-wrap > a + a  {border-left: 1px solid #8c2929;}

#header .wpbf-menu-item-search                      {position: absolute; top: 50%; right: 0; transform: translateY(-50%); z-index: 5;}
#header .wpbf-menu-item-search .wpbff-search        {font-size: 18px; font-weight: 700; color: #8c2929;}
#header .wpbf-menu-item-search .wpbff-search:hover  {color: #750000;}
#header .wpbf-menu-item-search .wpbf-menu-search    {max-width: 175px;}


/**
 * Content
**/
#main .brandsGrid .pp-category__content     {margin: 0; padding: 0; border: 0; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;}
#main .brandsGrid .pp-category a img        {opacity: 1; transition: all 0.3s;}
#main .brandsGrid .pp-category a:hover img  {opacity: 0.6;}

/* Pagination */
#main .woocommerce-pagination ul                    {display: flex; flex-wrap: wrap;}
#main .woocommerce-pagination ul > li               {margin: 4px;}
#main .woocommerce-pagination ul > li > *           {aspect-ratio: 1; padding: 4px; border-radius: 100%; text-align: center; line-height: 40px; color: #fff; background: #750000; transition: all 0.3s;}
#main .woocommerce-pagination ul > li > *:hover,
#main .woocommerce-pagination ul > li > .current   {color: #fff; background: #c62828}
#main .woocommerce-pagination ul > li > .current:hover {opacity: 0.9;}

/* Sidebar */
#sidebar .wp-element-button       {border-radius: 20px; color: #fff; cursor: pointer; transition: all 0.3s;}
#sidebar .wp-element-button:hover {opacity: 0.8;}
#sidebar a          {font-size: 15px; color: #000;}
#sidebar a:hover    {color: #750000;}
#sidebar .count     {display: none;}
#sidebar .children  {padding-left: 18px;}
#sidebar .product-categories {line-height: 1.4;}
#sidebar .wpbf-widgettitle   {margin: 0 0 8px;}
#sidebar .widget       {margin-bottom: 10px; padding-bottom: 10px; padding-top: 10px;}
#sidebar > :last-child {margin-bottom: 0; padding-bottom: 0;}


/**
 * WooCommerce
**/
.type-product .woopack-product-action   {display: flex; justify-content: center; margin-top: 6px;}
.type-product .woopack-product-action a {margin: 4px !important; white-space: nowrap;}
.wp-block-woocommerce-coming-soon       {text-align: center;}
.woocommerce-page #main .wc-block-components-product-name {font-weight: 700;}


/**
 * Footer
**/
#footerSubscribe .gform_fields              {gap: 0 !important; border: 1px solid #6a0b0b; border-radius: 10px; overflow: hidden;}
#footerSubscribe .gform_fields input:focus  {outline: none !important;}
#footerSubscribe .gform_submission_error    {color: #fff;}
#footerSubscribe .gform_fields .gform-loader{position: absolute; top: 10px; right: 10px;}
#footerSubscribe .gform_fields .gfield_validation_message   {position: absolute;}
#footerSubscribe .gform_fields #field_submit > input,
#footerSubscribe .gform_fields .ginput_container > input    {border: 0; border-radius: 0; box-shadow: none;}
#footerSubscribe .gform_fields .ginput_container > input    {color: #fff; background: #8c2929;}
#footerSubscribe .gform_fields #field_submit > input        {color: #750000; background: #f8cf85;}
#footerSubscribe .gform_fields #field_submit > input:hover  {color: #fff; background: #c62828;}
#footerSubscribe .gform_fields .ginput_container > input::placeholder       {opacity: 0.8; color: #fff !important;}
#footerSubscribe .gform_fields .ginput_container > input:focus::placeholder {opacity: 1;}


/**
 * 1024px
**/
@media ( max-width: 1024px ) {

    #header .wpbf-menu-item-search  {right: 60px;}

}