/*
Theme Name: Hybrid Shipping Supplies
Version: 5.6
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
Text Domain: hybrid-shipping-supplies
*/



/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *   1.1 FRAMEWORK
 *   1.2 MODULES
 *   1.3 STYLES
 *
 * 2 STRUCTURAL ELEMENTS
 *   2.1 UNIVERSAL STYLES
 *   2.2 BACK TO TOP BUTTON
 *   2.3 ELEMENTOR
 *
 * 3 CONTENT STYLES
 *   3.1 TEXT & LINKS
 *   3.2 HEADINGS
 *   3.3 BORDERS & DIVIDERS
 *   3.4 BUTTONS
 *   3.5 ICONS
 *   3.6 LIST STYLES
 *   3.7 FORM STYLES
 *
 * 4 HEADER STYLES
 *   4.1 SCROLL BAR
 *   4.2 TOP BAR
 *   4.3 HEADER 
 *   4.4 NAV BAR
 *   4.5 NAV MENUS
 *   4.6 DROPDOWN MENUS
 *   4.7 MOBILE NAV
 *
 * 5 BODY STYLES
 *   5.1 BANNER
 *   5.2 BREADCRUMBS
 *   5.3 TITLE BAR
 *   5.4 PAGE NAV BAR
 *   5.5 MAIN
 *   5.6 ARCHIVE
 *   5.7 SINGLE
 *
 * 6 FOOTER STYLES
 *   6.1 CTA BAR
 *   6.2 FOOTER
 *   6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





/******************************************************************************
 * * *  1 CSS IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

@import url("../optik-theme/style.css");



/***  LATO  ***/

/* Normal */
@font-face {
  font-family: 'Lato';
  font-weight: normal;
  src: url('fonts/Lato/Lato-Regular.ttf');
}

/* Italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: normal;
  src: url('fonts/Lato/Lato-Italic.ttf');
}


/* Semi Bold */
@font-face {
  font-family: 'Lato';
  font-weight: 600;
  src: url('fonts/Lato/Lato-SemiBold.ttf');
}

/* Bold */
@font-face {
  font-family: 'Lato';
  font-weight: bold;
  src: url('fonts/Lato/Lato-Bold.ttf');
}





/******************************************************************************
 * * *  2 STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/


/***  2.1 UNIVERSAL STYLES  ***/

:root {
	--primary: #0087b5;
	--primary-xd: #101627;
	--primary-dk: #1f2945;
	--primary-md: #03b5d6;
	--primary-lt: #36cce0;
	--dark-1: #222;
	--dark-2: #555;
	--dark-3: #888;
	--light-1: #E9E9E9;
	--light-2: #F2F2F2;
	--light-3: #F7F7F7;
	--radius-1: 50%;
	--radius-2: 4px;
	--radius-3: 24px;
	--gap-1: 5px;
	--gap-2: 10px;
	--gap-3: 15px;
	--gap-4: 20px;
	--gap-5: 30px;
	--spacer-xs: 60px;
	--spacer-sm: 80px;
	--spacer: 100px;
	--spacer-lg: 120px;
	--spacer-xl: 140px;
	--shadow-1: 0 6px 12px -3px rgba(0,0,0,0.2);
	--shadow-2: 0 12px 24px -6px rgba(0,0,0,0.3);
	--font-1: 'Lato', sans-serif;
}

html {font-size: 16px;}

body {
  line-height: 1.6em;
  font-family: var(--font-1);
  color: var(--dark-2);
  background-color: var(--light-3);
}

p:empty:before {display: none !important;}

.section-container {max-width: 1300px;}



/***  2.2 BACK TO TOP BUTTON  ***/

.btt-button .fa {
  border-radius: var(--radius-1);
  background-color: var(--primary);
	font-weight: 300;
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btt-button:hover .fa {
  background-color: var(--primary-lt);
  color: var(--primary-dk);
}



/***  2.3 ELEMENTOR  ***/

/* Elementor Container Margins */

.elementor-column {
  display: flex;
  margin-right: 0;
}

.elementor-column-gap-narrow {
	margin-top: calc(var(--gap-1) * -1);
	margin-bottom: calc(var(--gap-1) * -1);
}

.elementor-column-gap-default {
	margin-top: calc(var(--gap-2) * -1);
	margin-bottom: calc(var(--gap-2) * -1);
}

.elementor-column-gap-extended {
	margin-top: calc(var(--gap-3) * -1);
	margin-bottom: calc(var(--gap-3) * -1);
}

.elementor-column-gap-wide {
	margin-top: calc(var(--gap-4) * -1);
	margin-bottom: calc(var(--gap-5) * -1);
}

.elementor-column-gap-wider {
	margin-top: calc(var(--gap-5) * -1);
	margin-bottom: calc(var(--gap-5) * -1);
}

/* Elementor Inner Container Margins */

.elementor-inner-section > .elementor-column-gap-narrow {
	margin-left: calc(var(--gap-1) * -1);
	margin-right: calc(var(--gap-1) * -1);
}

.elementor-inner-section > .elementor-column-gap-default {
	margin-left: calc(var(--gap-2) * -1);
	margin-right: calc(var(--gap-2) * -1);
}

.elementor-inner-section > .elementor-column-gap-extended {
	margin-left: calc(var(--gap-3) * -1);
	margin-right: calc(var(--gap-3) * -1);
}

.elementor-inner-section > .elementor-column-gap-wide {
	margin-left: calc(var(--gap-4) * -1);
	margin-right: calc(var(--gap-4) * -1);
}

.elementor-inner-section > .elementor-column-gap-wider {
	margin-left: calc(var(--gap-5) * -1);
	margin-right: calc(var(--gap-5) * -1);
}

/* Container Padding */

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-no {
	padding-left: 50px;
	padding-right: 50px;
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-narrow {
	padding-left: calc(50px - var(--gap-1));
	padding-right: calc(50px - var(--gap-1));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-default {
	padding-left: calc(50px - var(--gap-2));
	padding-right: calc(50px - var(--gap-2));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-extended {
	padding-left: calc(50px - var(--gap-3));
	padding-right: calc(50px - var(--gap-3));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wide {
	padding-left: calc(50px - var(--gap-4));
	padding-right: calc(50px - var(--gap-4));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wider {
	padding-left: calc(50px - var(--gap-5));
	padding-right: calc(50px - var(--gap-5));
}

@media screen and (max-width: 900px) {

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-no {
	padding-left: 40px;
	padding-right: 40px;
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-narrow {
	padding-left: calc(40px - var(--gap-1));
	padding-right: calc(40px - var(--gap-1));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-default {
	padding-left: calc(40px - var(--gap-2));
	padding-right: calc(40px - var(--gap-2));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-extended {
	padding-left: calc(40px - var(--gap-3));
	padding-right: calc(40px - var(--gap-3));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wide {
	padding-left: calc(40px - var(--gap-4));
	padding-right: calc(40px - var(--gap-4));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wider {
	padding-left: calc(40px - var(--gap-5));
	padding-right: calc(40px - var(--gap-5));
}

}

@media screen and (max-width: 600px) {

.elementor-column-gap-no, 
.elementor-column-gap-narrow, 
.elementor-column-gap-default, 
.elementor-column-gap-extended, 
.elementor-column-gap-wide, 
.elementor-column-gap-wider, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-no, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-narrow, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-default, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-extended, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wide, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wider {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
	
.elementor-inner-section > .elementor-column-gap-no, 
.elementor-inner-section > .elementor-column-gap-narrow, 
.elementor-inner-section > .elementor-column-gap-default, 
.elementor-inner-section > .elementor-column-gap-extended, 
.elementor-inner-section > .elementor-column-gap-wide, 
.elementor-inner-section > .elementor-column-gap-wider {
	margin: 0;
	margin-top: -15px;
	margin-bottom: -15px;
}
	
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated, 
.elementor-column-gap-default > .elementor-column > .elementor-element-populated, 
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated, 
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated, 
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
	padding: 15px;	
}
	
.elementor-inner-section > .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated, 
.elementor-inner-section > .elementor-column-gap-default > .elementor-column > .elementor-element-populated, 
.elementor-inner-section > .elementor-column-gap-extended > .elementor-column > .elementor-element-populated, 
.elementor-inner-section > .elementor-column-gap-wide > .elementor-column > .elementor-element-populated, 
.elementor-inner-section > .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
	padding-left: 0;
	padding-right: 0;
}

}

@media screen and (max-width: 420px) {

.elementor-column-gap-no, 
.elementor-column-gap-narrow, 
.elementor-column-gap-default, 
.elementor-column-gap-extended, 
.elementor-column-gap-wide, 
.elementor-column-gap-wider, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-no, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-narrow, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-default, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-extended, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wide, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wider {
	padding-left: 0;
	padding-right: 0;
}

}

/* Elementor Headings */

.elementor-widget-heading .elementor-heading-title {line-height: 1.3em !important;}

/* Elementor Testimonials */

.elementor-testimonial__image {display: none !important;}

/* Elementor Buttons */

.elementor-button {
  line-height: normal;
  font-size: inherit;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.elementor-button:hover {text-decoration: none;}

/* Elementor Buttons */

.elementor-button {
  line-height: normal;
  font-size: inherit;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.elementor-button:hover {text-decoration: none;}

/* Elementor Icons */

[class*="eicon-"], 
[class*="e-icon-"] {font-style: normal !important;}

.elementor-widget .elementor-icon-list-item:not(:last-child) {margin-bottom: 0.5em;}

.elementor .fa,
.elementor .fas,
.elementor .far,
.elementor .fal,
.elementor .fab,
.elementor .fa:before,
.elementor .fas:before,
.elementor .far:before,
.elementor .fal:before,
.elementor .fab:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Elementor Gallery */

.elementor-lightbox [class*="eicon-"] {color: white !important;}

.elementor-image-gallery .gallery-item img {border: 0 !important;}

.elementor-slideshow__header {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}





/******************************************************************************
 * * *  3 CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/



/***  3.1 TEXT & LINKS  ***/

a {color: var(--primary-md);}

a:hover {color: var(--primary-lt);}



/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: var(--primary-dk);
}

h1, h2, h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h1, h2 {
	font-weight: normal;
	letter-spacing: 0.15em;
}

h1 {font-size: 3em;}
h2 {font-size: 2.25em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1em;}
h6 {font-size: 0.85em;}



/***  3.3 BORDERS & DIVIDERS  ***/

hr, .divider {
    display: block;
	width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 2.5em auto;
    padding: 0;
	clear: both;
}



/***  3.4 BUTTONS  ***/

.button, 
.elementor-button {
  padding: 0.75em 2em;
  border: 2px solid var(--primary);
	border-radius: var(--radius-3);
  background-color: var(--primary);
  font-weight: 600;
  color: white;
}

.button:hover, 
.elementor-button:hover {
  border-color: var(--primary-lt);
  background-color: var(--primary-lt);
  color: var(--primary-dk);
}

/* Empty Button */

.button-empty {
  background: none;
  color: var(--primary);
}

.button-empty:hover {
  border-color: var(--primary-lt);
  background: none;
  color: var(--primary-lt);
}



/***  3.5 ICONS  ***/

/*  Icon Colors  */

.fa, .fas, .far, .fal, .fab {color: var(--primary);}

a .fa, a .fas, a .far, a .fal, a .fab {
  color: var(--primary);
  webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {color: var(--primary-lt);}

/*  Icon Backgrounds  */

.fa-bg {
  background-color: var(--primary);
  color: white;
}

a .fa-bg {
  background-color: var(--primary);
  color: white;
}

a:hover .fa-bg {
  background-color: var(--primary-lt);
  color: white;
}

/*  Icon Borders  */
.fa-br {border-color: var(--primary);}
a .fa-br {border-color: var(--primary);}
a:hover .fa-br {border-color: var(--primary-lt);}

/* Elementor Icons */

.elementor-view-stacked .elementor-icon {background-color: var(--primary);}
.elementor-view-stacked .elementor-icon i {color: white;}
.elementor-view-stacked .elementor-icon:hover {background-color: var(--primary-lt);}



/***  3.6 LISTS  ***/

/* Icon Lists */

.arrow-list, 
.check-list, 
.check-circle-list, 
.icon-list, 
.contact-list {list-style: none;}

.arrow-list li, 
.check-list li, 
.check-circle-list li, 
.icon-list li, 
.contact-list li {position: relative;}

.contact-list li a {color: var(--dark-3);}

.icon-list li .fa, 
.icon-list li .fal, 
.icon-list li .fas, 
.icon-list li .fab, 
.icon-list li .fad, 
.contact-list li .fa, 
.contact-list li .fal, 
.contact-list li .fas, 
.contact-list li .fab, 
.contact-list li .fad {
  position: absolute;
	top: 0.25em;
  left: -1.75em;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.arrow-list li:not(:last-child), 
.check-list li:not(:last-child), 
.check-circle-list li:not(:last-child), 
.icon-list li:not(:last-child), 
.contact-list li:not(:last-child) {margin-bottom: 0.5em;}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
  position: absolute;
  top: 0.33em;
  left: -1.75em;
  width: 1em;
  height: 1em;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1em;
  text-align: center;
	color: var(--primary);
}

.arrow-list li:before, 
.icon-list li.arrow:before, 
.contact-list li.arrow:before {content: "\f105";}

.check-list li:before, 
.icon-list li.check:before, 
.contact-list li.check:before {content: "\f00c";}

.check-circle-list li:before, 
.icon-list li.check-circle:before, 
.contact-list li.check-circle:before {content: "\f058";}

.icon-list li.map-marker:before, 
.contact-list li.map-marker:before {content: "\f3c5";}

.icon-list li.phone:before, 
.contact-list li.phone:before {content: "\f095";}

.icon-list li.fax:before, 
.contact-list li.fax:before {content: "\f1ac";}

.icon-list li.envelope:before, 
.contact-list li.envelope:before {content: "\f0e0";}

.icon-list li.clock:before, 
.contact-list li.clock:before {content: "\f4fd";}

.icon-list li.share:before, 
.contact-list li.share:before {content: "\f14d";}

/* Double Size Icon List */

.icon-list-2x li, 
.contact-list-2x li {margin-left: 3em;}

.icon-list-2x li:not(:last-child), 
.contact-list-2x li:not(:last-child) {margin-bottom: 1em;}

.icon-list-2x li:before, 
.contact-list-2x li:before {
  font-size: 1.5em;
  top: 0;
  right: calc(100% + 1em);
}

/* Column Lists */

@media screen and (min-width: 601px) {

.two-col-list, 
.three-col-list, 
.four-col-list, 
.five-col-list {
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.two-col-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.three-col-list, 
.four-col-list, 
.five-col-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.two-col-list li, 
.three-col-list li, 
.four-col-list li, 
.five-col-list li {
  display: inline-block;
  width: calc(100% - 1.75em);
}

}

@media screen and (min-width: 901px) {

.four-col-list, 
.five-col-list {
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;
}

}

@media screen and (min-width: 1025px) {

.five-col-list {
  -webkit-column-count: 5; /* Chrome, Safari, Opera */
  -moz-column-count: 5; /* Firefox */
  column-count: 5;
}

}



/***  3.7 FORM STYLES  ***/

/* Inputs */

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {border-color: var(--primary);}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: var(--primary);
	height: 50px;
	border-radius: var(--radius-2);
  padding: 0.75em 2em;
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input[type="Submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background-color: var(--primary-lt);
  color: white;
}

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  background-color:  var(--primary);
  color: white;
}

/* Search Form */

.search-form {position: relative;}

input[type="text"].search-field {background-color: var(--light-3);}

input[type="text"].search-field:focus {background-color: white;}

input[type="Submit"].search-submit {
  display: block;
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 0;
  float: none;
  width: 42px;
  height: 42px;
  border: 0;
  margin-top: -21px;
  background: rgba(0,0,0,0) url(images/icon-search.svg) center center no-repeat !important;
  background-size: 1.5em !important;
  opacity: 0.6;
  cursor: pointer;
  cursor: hand;
}

input[type="Submit"].search-submit:hover {
  outline: none;
  opacity: 1;
}

input[type="Submit"].search-submit:active {
  background-color: rgba(0,0,0,0.025);
  outline: none;
}

/* Product Search Form */

.woocommerce-product-search {
	position: relative;
	display: block;
	margin-left: auto;
}

@media screen and (min-width: 1201px) {
.woocommerce-product-search {max-width: 300px;}
}

.woocommerce-product-search .search-field {background-color: var(--light-3);}

.woocommerce-product-search .search-field:focus {background-color: white;}

.woocommerce-product-search button {
  display: block;
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 0;
  float: none;
  width: 42px;
  height: 42px;
  border: 0;
  margin-top: -21px;
  background: rgba(0,0,0,0) url(images/icon-search.svg) center center no-repeat !important;
  background-size: 24px !important;
  opacity: 0.6;
	font-size: 0;
  cursor: pointer;
  cursor: hand;
}

.woocommerce-product-search button:hover {
  outline: none;
  opacity: 1;
}

.woocommerce-product-search button:active {
  background-color: rgba(0,0,0,0.025);
  outline: none;
}

/* Ninja Forms */

.nf-before-form-content {display: none !important;}

.nf-field-element input[type="button"], 
.nf-field-element input[type="submit"] {height: 50px;}





/******************************************************************************
 * * *  4 HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  4.1 SCROLL BAR  ***/

.scroll-bar {
	background-color: white;
	border-bottom: 3px solid var(--primary);
}

.scroll-logo img {max-height: 50px;}

.scroll-bar .woocommerce-product-search .search-field { color: var(--dark-2); }


.top-bar .woocommerce-product-search { display: none; }


.scroll-bar.active .woocommerce-product-search { display: block; }

/***  4.2 TOP BAR  ***/

.top-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--primary-dk);
	color: white;
	font-size: 0.9em;
}

@media screen and (max-width: 1200px) {
  .top-bar {display: none;}
}

.top-bar .col-custom {
  padding-top: 2px;
  padding-bottom: 2px;
}

@media screen and (max-width: 900px) {
.top-bar .col-custom {
	width: 100% !important;
	text-align: center !important;
}
.top-bar .col-custom:last-child {display: none;}
}

.top-bar a {color: white;}

.top-bar a:hover {
	color: var(--primary-lt);
	text-decoration: none;
}

.top-bar a .fal, 
.top-bar a:hover .fal {color: var(--primary-md);}

.top-bar .menu li.current-menu-item > a {color: var(--primary-lt);}

/***  4.3 HEADER  ***/

.header {
	border-bottom: 3px solid var(--primary);
}

.header .col-custom {
  padding-top: 0;
  padding-bottom: 0;
}

.header .logo-wrapper {
  padding-top: 15px;
	padding-bottom: 15px;
	width: 300px;
}

.logo img {max-height: 80px;}

.header .header-right {width: calc(100% - 300px);}

@media screen and (min-width: 1201px) {

.header-widget {
	padding-top: 20px;
}

.header-widget .search-form {
	max-width: 300px;
	margin-left: auto;
}

}

@media screen and (min-width: 901px) and (max-width: 1200px) {

.header .header-right {padding-left: 20px;}

.header .header-widget {
	padding: 0;
	margin: 0;
}

}

@media screen and (max-width: 900px) {
.header .logo-wrapper, 
.header .header-right {width: 100%;}

.header-inner {padding-right: 0 !important;}
}

/* Menu Button */

@media screen and (max-width: 900px) {

.header .menu-button {
	margin-top: -25px;
	top: calc(50%);
	transform: translateY(-50%);
}

}

.header .menu-button .fal, 
.header .menu-button:hover .fal {
	color: var(--dark-1);
}

.header .menu-button.active .fal {
  background-color: var(--primary);
  color: white;
}



/***  4.4 NAV BAR  ***/



/***  4.5 NAV MENUS  ***/

.nav-menu > li > a {
  padding: 20px 12px;
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 0.9em;
  color: var(--dark-3);
}

.nav-menu > li:last-child {margin-right: -16px;}

.tax-product_cat .nav-menu > li.products-link > a, 
.single-product .nav-menu > li.products-link > a, 
.single-post .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li:hover > a {color: var(--primary-lt);}



/***  4.6 DROPDOWN MENUS  ***/

.nav-menu li ul {}

.nav-menu li ul li a {}



/***  4.7 MOBILE NAV  ***/

.mobile-nav {background-color: var(--primary-dk);}

.mobile-nav-inner {
	display: flex;
	flex-direction: column-reverse;
}

.mobile-menu > li > a {
	text-transform: uppercase;
	font-size: 0.9em;
	color: white;
	letter-spacing: 0.15em;
}

.mobile-menu > li.current-menu-item > a {color: var(--primary-lt);}

.mobile-nav-widget {
	padding-top: 20px;
}

.mobile-nav-widget .menu, 
.mobile-nav-widget .menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mobile-nav-widget .menu > li > a, 
.mobile-nav-widget .menu > li > a:hover {
	display: block;
	padding: 5px 20px;
	color: white;
	text-decoration: none;
}





/******************************************************************************
 * * *  5 BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  5.1 BANNER  ***/

.banner {
  background-color: var(--dark-1);
	text-align: center;
  color: white;
}

.banner-inner {
  min-height: 250px;
  padding-top: var(--spacer);
	padding-bottom: var(--spacer);
}

.banner-tall .banner-inner {min-height: 550px;}

.banner a {color: var(--primary);}

.banner a:hover {color: white;}



/***  5.2 BREADCRUMBS  ***/

.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--light-2);
}



/***  5.3 TITLE BAR  ***/

.title-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--light-3);
	text-align: center;
}



/***  5.4 PAGE NAV BAR  ***/

.page-nav-bar .page-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.page-nav-bar .page-menu {display: flex;}

.page-nav-bar .page-menu li {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: center;
}

.page-nav-bar .page-menu li > a {
    padding: 24px 18px;
    display: flex;
    align-items: center;
    color: var(--dark-1);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.page-nav-bar .page-menu li.current-menu-item > a, 
.page-nav-bar .page-menu li:hover > a {
    background: var(--primary);
    text-decoration: none;
    color: white;
}



/***  5.5 MAIN  ***/

.main, 
.section-spacer {
  padding-top: var(--spacer);
  padding-bottom: var(--spacer);
}

.section-spacer-top {padding-top: var(--spacer);}
.section-spacer-btm {padding-bottom: var(--spacer);}

.section-spacer-sm {
  padding-top: var(--spacer-sm);
  padding-bottom: var(--spacer-sm);
}

.section-spacer-top-sm {padding-top: var(--spacer-sm);}
.section-spacer-btm-sm {padding-bottom: var(--spacer-sm);}

.section-spacer-lg {
  padding-top: var(--spacer-lg);
  padding-bottom: var(--spacer-lg);
}

.section-spacer-top-lg {padding-top: var(--spacer-lg);}
.section-spacer-btm-lg {padding-bottom: var(--spacer-lg);}

@media screen and (min-width: 421px) {
.content .alignleft {margin: 0 20px 1em 0;}
.content .alignright {margin: 0 0 1em 20px;}
}



/***  5.6 ARCHIVE  ***/

/* Entry Cols */

.entry-cols .entry-link {
  border-radius: var(--radius-2);
  background-color: var(--light-3);
  overflow: hidden;
  color: var(--dark-2);
}

.entry-cols .entry-link:hover {transform: translateY(-3px);}

.entry-cols .entry-icon-wrap {padding: 30px 30px 0;}

.entry-cols .entry-icon-wrap svg {
  width: 60px;
	fill: var(--primary);
}

.entry-cols .entry-link .entry-title, 
.entry-cols .entry-link:hover .entry-title {color: var(--primary-lt);}

.entry-cols .entry-text-wrap {padding: 30px 30px 85px 30px;}

.entry-cols .entry-meta, 
.entry-cols .entry-meta li {
  margin-left: 0;
  list-style: none;
}

.entry-cols .entry-meta li:not(:last-child) {margin-right: 10px;}

.entry-cols .entry-date {
  font-size: 0.9em;
	color: var(--dark-3);
}

.entry-cols .entry-cats {
  position: absolute;
  top: 30px;
  left: 30px;
}

.entry-cols .entry-cats span {
  border-radius: var(--radius-2);
  padding: 5px 10px;
  margin: 0;
  margin-right: 4px;
  background: rgba(0,0,0,0.4);
  color: white;
}

.entry-cols .entry-more {
  position: absolute;
  width: 100%;
  left: 30px;
  bottom: 30px;
}

.entry-cols .entry-link .entry-button {color: var(--primary);}

.entry-cols .entry-link:hover .entry-button {color: var(--primary-lt);}

/* Paging Nav */

.archive-nav a {
  padding: 0.6em 1.2em;
  border-radius: var(--radius-3);
	border: 1px solid var(--light-1);
  background: var(--light-2);
  color: var(--dark-1);
}

.archive-nav a:hover {
  background-color: var(--primary-lt);
  color: white;
}



/***  5.7 SINGLE  ***/





/******************************************************************************
 * * *  6 FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  6.1 CTA BAR  ***/

.cta-bar {
	position: relative;
  padding-top: var(--spacer);
	padding-bottom: var(--spacer);
  background-color: var(--primary-xd);
	background-image: url(/wp-content/uploads/depositphotos_285521634-stock-photo-stack-of-tree-cardboard-parcels-e1714021965695.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
  text-align: center;
	color: white;
}

.cta-bar:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--primary-xd);
	opacity: 0.7;
	content: '';
}

.cta-bar-container {position: relative;}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6, 
.cta-bar .elementor-heading-title {color: white;}

.cta-bar .button:hover, 
.cta-bar .elementor-button:hover {
  border-color: white;
  background-color: white;
	color: var(--primary);
}

@media screen and (min-width: 601px) {
  .cta-bar .elementor-column:not(:first-child):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 75%;
    background-color: white;
    transform: translateY(-50%);
  }
}


/* Elementor */

.cta-bar .elementor-widget-wrap {
	padding-bottom: calc(var(--gap-5) + 40px) !important;
}

.cta-bar .elementor-widget-button {
	position: absolute;
	bottom: var(--gap-5);
	left: 0;
}



/***  6.2 FOOTER  ***/

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--primary-dk);
  font-size: 0.9em;
	color: white;
}

.footer .col-custom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer .footer-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.footer .footer-logos img { height: 60px; }

@media screen and (min-width: 901px) {
	.footer .col-custom {width: 24%;}
	.footer .col-custom:nth-last-child(2) {width: 26%;}
}

.footer .col-custom:last-child {width: 100%;}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5, 
.footer h6 {color: white;} 

.footer h4 {
	font-weight: normal;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.footer a {color: white;}

.footer a:hover {
  text-decoration: none;
  color: var(--primary-lt);
}

/* Footer Menus */

.footer .menu {margin-top: -5px;}

.footer .menu a {
  display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Footer Icon List */

.footer .arrow-list li, 
.footer .check-list li, 
.footer .check-circle-list li, 
.footer .icon-list li, 
.footer .contact-list li {margin-left: 1.75em;}

.footer .contact-list li a {color: white;}

.footer .contact-list li a:hover {color: var(--primary-lt);}



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--primary-xd);
  font-size: 0.9em;
	color: white;
}

.bottom-bar .col-custom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bottom-bar a {color: white;}

.bottom-bar a:hover {
  text-decoration: none;
  color: var(--primary-lt);
}

.copyright, .credits {display: inline-block;}

.credits img {width: 1.1em;}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/* Add custom theme styles here */

.bg-primary-dk {background-color: var(--primary-dk);}

.text-white,
.text-white * {color: white !important;}

/* Custom Header */

.header-right .header-right-widget {
  display: inline-block;
  width: auto;
}

.header-right .widget_media_image {
  margin-right: 16px;
  max-width: 108px;
}

.header-right .widget_product_search { width: 100%; }
 
@media screen and (min-width: 901px) {
  .header-right .widget_product_search { max-width: 290px; }
}
 
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 901px) {
  .header-right {  flex-wrap: wrap; }
}

/* FEATURED PRODUCTS DROPDOWN */
.featured-products-column .elementor-heading-title {
  padding: 6px 12px;
  font-size: 1.5em;
  color: white;
  background-color: var(--primary-dk);
}

.featured-products-column .elementor-nav-menu--dropdown.elementor-nav-menu__container {margin-top: 0;}

.featured-products-column .elementor-nav-menu--dropdown {font-size: 1em;}

.featured-products-column .elementor-nav-menu--dropdown .menu-item { 
  border-bottom: 1px solid var(--primary-lt);
}

.featured-products-column .elementor-nav-menu--dropdown .elementor-item.highlighted { 
  color: inherit;
  background-color: inherit;
}

.featured-products-column .elementor-nav-menu--dropdown .menu-item:hover { background-color: var(--primary); }

 .featured-products-column .elementor-nav-menu--dropdown .menu-item:hover > a { color: white; }

 .featured-products-column .elementor-nav-menu--dropdown .menu-item:hover > a .fas,
 .featured-products-column .elementor-nav-menu--dropdown .elementor-item.highlighted > a .fas { color: var(--primary-lt); }


.featured-products-column .elementor-nav-menu--dropdown .elementor-item:hover { background-color: var(--primary); }

.featured-products-column .elementor-nav-menu--dropdown a,
.featured-products-column .elementor-nav-menu--dropdown .fas { 
  text-decoration: none;
 }

 .featured-products-column .elementor-widget-container > .elementor-nav-menu--dropdown > ul > li.menu-item-has-children:hover > ul .elementor-sub-item:hover { background-color: var(--primary); }

/* Custom Featured Product Sub-Menu */
@media screen and (min-width: 901px) {
  .featured-products-column .elementor-widget-container > .elementor-nav-menu--dropdown { overflow: visible; }

  .featured-products-column .menu-item-has-children > ul { display: none !important; }

  .featured-products-column .elementor-widget-container > .elementor-nav-menu--dropdown > ul > li.menu-item-has-children:hover > ul {
    display: block !important;
    width: auto;
    position: absolute;
    top: 0;
    left: 100%;
    white-space: nowrap;
  }

  .featured-products-column .elementor-widget-container > .elementor-nav-menu--dropdown > ul > li.menu-item-has-children:hover > ul .elementor-sub-item { border-left: 0; }

}

@media screen and (max-width: 900px) {
  .featured-products-column .elementor-nav-menu--dropdown .menu-item:first-child { border-top: 1px solid var(--primary-lt); }

  .featured-products-column .elementor-nav-menu--dropdown .menu-item:last-child { border-bottom: none; }
}


/* PRODUCTS PAGE */
.post-type-archive.woocommerce-shop.woocommerce-page .banner-inner {padding: 50px 0;}

/***  WOOCOMM  ***/

.wpfFilterWrapper:first-child {
	margin-top: 0;
}

.wpfFilterWrapper:last-child {
	margin-bottom: 0;
}

.wpfFilterWrapper[data-filter-type] {padding: 0;}

.wpfFilterWrapper .wfpTitle {
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.woocommerce ul.products, 
.woocommerce-page ul.products {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	clear: none;
	width: 100%;
}

.woocommerce ul.products li.first, 
.woocommerce-page ul.products li.first {clear: none;}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	float: none;
	display: flex;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover {
	transform: translateY(-3px);
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
	display: block;
	height: 100%;
	max-width: 100%;
	padding: 15px 15px 60px;
	border-radius: var(--radius-2);
	overflow: hidden;
	background-color: white;
	box-shadow: var(--shadow-1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.woocommerce ul.products li.product:hover .woocommerce-LoopProduct-link {
	box-shadow: var(--shadow-2);
	text-decoration: none;
}

.woocommerce ul.products li.product a img {
	max-width: none;
	width: calc(100% + 30px);
	margin: -15px -15px 0;
	border: 1px solid var(--light-1);
	aspect-ratio: 1 / 1;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {color: var(--primary-md);}

.woocommerce ul.products li.product .button {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.woocommerce th {text-align: left;}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
	background-color: var(--primary);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
	background-color: var(--primary-lt);
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {background-color: var(--light-2);}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: var(--light-1);
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--light-1);
}

 .woocommerce-checkout #payment ul.payment_methods li img {
 width: revert-layer !important;
 }


/***  PRODUCT CATS  ***/

.product-cat-cols .product-cat-link {
	display: block;
	background-color: white;
	text-align: center;
	box-shadow: var(--shadow-1);
	border-radius: var(--radius-2);
	overflow: hidden;
	color: var(--dark-1);
	height: 100%;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.product-cat-cols .product-cat-link:hover {
	text-decoration: none;
	box-shadow: var(--shadow-2);
	transform: translateY(-3px);
}

.product-cat-cols .product-cat-text-wrap {
	padding: 15px;
}

.product-cat-cols .product-cat-thumb { 
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
}

.home .product-cat-cols .product-cat-thumb {
	aspect-ratio: 3 / 2;
}




/***  WP FILTER  ***/


.wpfFilterButton.wpfButton {
	background: var(--primary);
	color: white;
	border-radius: var(--radius-2);
	border-color: var(--primary);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.wpfFilterButton.wpfButton:hover {
	background: var(--primary-lt);
	border-color: var(--primary);
}



/***  WOOCOMM ACCOUNT  ***/

.woocommerce-MyAccount-navigation ul, 
.woocommerce-MyAccount-navigation li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation li:not(:last-child) {
	border-bottom: 1px solid var(--light-1);
}

.woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 10px;
	color: var(--dark-3);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.woocommerce-MyAccount-navigation li.is-active a, 
.woocommerce-MyAccount-navigation li:hover a {
	color: var(--primary-md);
	text-decoration: none;
}

/* Product Menu */
header.header { position: relative; }

.nav-menu .products-link { position: static; }
.nav-menu .products-link .menu-item > a,
.mobile-menu .products-link .menu-item > a { display: none; }

.mobile-menu .products-link .menu-item .product-menu { max-height: none; }

.nav-menu .products-link .sub-menu { width: 100%; }

.nav-menu .products-link .product-menu {
	background: white;
    border-top: 3px solid var(--primary);
	columns: 4;
	left: 0;
	width: 100%;
	visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible;
} 

.nav-menu .products-link .product-menu > a,
.mobile-menu .products-link .product-menu > a{ display: none; }

.nav-menu .products-link .product-menu a { 
  color: var(--primary); 
  line-height: 1;
}

.nav-menu .products-link .product-menu a:hover { color: black; }

.nav-menu .products-link .product-menu li.product:first-of-type > a:first-child,
.mobile-menu .products-link .product-menu li.product:first-of-type > a:first-child{ display: none; }

.nav-menu .products-link .product-menu li.product a { text-align: left; }


/*Custom Add to Cart*/
.ajax-add-to-cart.loading {
  pointer-events: none;
  opacity: 0.7;
}
.ajax-spinner {
  font-size: 16px;
  vertical-align: middle;
}
.custom-add-to-cart-notice {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #38a169;
  color: #fff;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 99999;
  display: none; /* <-- Needed for fadeIn() */
}

/* WooCommerce Cart */
.woocommerce-cart-form__cart-item .product-quantity .quantity { display: inline-flex; }

.woocommerce table.cart td.actions .coupon .input-text { 
  margin: 0 12px 6px 0;
  width: 130px;
  line-height: 22px;
}


/* Single Product */
.single-product .sku_wrapper { 
  display: block;
  font-weight: 700;
}

.single-product .sku_wrapper .sku { font-weight: 400; }

.single-product .posted_in {
  display: block;
  font-weight: 700;
}

.single-product  .product-category-breadcrumbs { margin-top: 0; }

/*
 * END OF
 * CUSTOMIZABLE CSS
 */
