/*!
Theme Name: MJE Livestock Equipment
Theme URI: https://mjelivestockequipment.com/
Author: MJE Livestock Equipment
Author URI: https://mjelivestockequipment.com/
Description: This is a Bootstrap 5 theme base custom built for MJE Livestock Equipment
Version: 2.5.0
License: GNU General Public License v2 or later
Text Domain: captcoder

captcoder is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url("inc/normalize.css");
@import url("inc/xl.css");

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,400&display=swap");

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# HTML
# Body
# Navigation
# Links & Buttons
# Overall
# Home
# Bottom Includes
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
:root {
  --blue: #1c3264;
  --ltgray: #ebebeb;
  --mdgray: #d7d7d7;
  --dkgray: #acacac;
  --black: #000;
  --white: #fff;
}

.blueBk a,
.blueBk a:visited {
  color: var(--white);
}

/*--------------------------------------------------------------
# HTML
--------------------------------------------------------------*/
/* Make jump links scroll smoothly down the page */
html {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
/* Get rid of admin bar during development */
#wpadminbar {
  display: none;
}

/* Set the base font family and font size for ems here. Check with designer on desired paragraph font size */
body {
  font-family: azo-sans-web, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.6;
  background: var(--white);
  color: var(--black);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
nav.navbar {
  transition: all 0.2s ease;
}
nav.navbar .navbar-toggler {
  background: var(--white);
  border-radius: 0;
  border-color: var(--blue);
}
.navbar-brand img {
  max-height: 86px;
  height: 86px;
  transition: all 0.2s ease;
}
/* remove navbar if a landing page or other speciality template */
.page-template-landing-page nav.navbar.navbar-expand-xl.navbar-dark,
.page-template-funnel-page nav.navbar.navbar-expand-xl.navbar-dark,
.page-template-thanks-page nav.navbar.navbar-expand-xl.navbar-dark {
  display: none;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--white);
}

.navbar-toggler-icon {
  background-image: none !important;
  background-color: var(--blue);
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}
.navbar-toggler-icon::before {
  display: block;
  background-color: var(--blue);
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out; /*taken down to hide quicker*/
  transform-origin: center;
}
.navbar-toggler-icon::after {
  display: block;
  background-color: var(--blue);
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}
.dropdown-menu {
  background-color: var(--blue);
  border: 0px;
}
.dropdown-item {
  font-family: factoria, serif;
  text-transform: uppercase;
  color: var(--white) !important;
  padding: 10px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  border-bottom: 1px dotted var(--white);
  color: var(--white);
  background-color: unset;
}
/* delete if not a single page site */
nav.fixed-top.navbar-shrink {
  background: rgba(255, 255, 255, 0.6);
  max-height: 70px;
}
nav.fixed-top.navbar-shrink .navbar-brand img {
  max-height: 45px;
}
.tagline-topbar {
  font-family: factoria, serif;
  text-transform: uppercase;
  color: var(--white) !important;
  padding: 10px;
  margin-bottom: 0;
}
#topMenu .menu-item a {
  color: var(--white) !important;
}
#topMenu .menu-item a:hover {
  text-decoration: underline !important;
}
form.search-form input[type="text"] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid var(--blue);
  float: left;
  width: 80%;
  background: var(--white);
  margin-bottom: 0;
}
form.search-form button {
  float: left;
  width: 16%;
  padding: 6.4px 10px;
  background: var(--blue);
  color: var(--white);
  font-size: 17px;
  border-left: none;
  cursor: pointer;
}
/******/
@media (max-width: 1199px) {
  nav[aria-label="MJE"],
  nav[aria-label="Main Navigation"],
  .tagline-topbar {
    display: none !important;
  }
  /* Make submenu open inside the panel */
  .navbar-nav .dropdown-menu {
    position: static !important;
    float: none;
    background: #000 !important;
    border: none;
    width: 100%;
    padding-left: 20px;
    transform: none !important;
  }
  #menu-main .nav-link {
    font-family: factoria, serif;
    text-transform: uppercase;
    color: var(--white) !important;
    padding: 10px;
  }
  .navbar-nav .dropdown-menu .nav-link {
    color: #fff !important;
    padding: 10px 0;
  }
  .mobile-menu-wrapper {
    background-color: var(--black);
    color: var(--white);
  }
}

@media only screen and (min-width: 992px) {
  .navbar-brand img {
    max-height: 86px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    background: transparent;
  }
  nav.navbar .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link:visited {
    font-family: factoria, serif;
    text-transform: uppercase;
    color: var(--black) !important;
    padding: 10px;
  }
  nav.navbar .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link:active {
    color: var(--black) !important;
  }
}

/*--------------------------------------------------------------
# Buttons & Links
--------------------------------------------------------------*/
a,
a:visited,
a:hover,
a:active {
  color: unset;
}
p a {
  text-decoration: underline;
}
.btn,
.gform_wrapper .gform_footer input[type="submit"],
.btn:visited,
.gform_wrapper .gform_footer input[type="submit"]:visited,
a.more-link,
a.more-link:visited,
.woocommerce ul.products li.product .button,
.woocommerce button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button:disabled[disabled],
.woocommerce .woocommerce-message .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt,
a.button {
  border-radius: 0;
  background: var(--blue);
  color: var(--white);
  border: 2px solid var(--blue);
  padding: 10px 15px 8px;
  transition: all 0.2s;
  font-size: 0.8em;
  font-family: factoria, serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.btn:hover,
.btn:active,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input[type="submit"]:active,
a.more-link:hover,
a.more-link:active,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:active,
.woocommerce button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:hover {
  color: var(--blue);
  background: var(--white);
  text-decoration: none;
}
span.count {
  color: var(--dkgray);
}
.site-main .blueBk a.button,
.site-main .blackBk a.button {
  background-color: #fff;
  color: var(--blue);
  display: inline-block;
  text-align: center;
  margin-top: 0.5rem;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled {
  opacity: 0.5;
}
.btn-2 {
  background: var(--white) !important;
  color: var(--blue) !important;
}
.btn-2:hover,
.site-main .blueBk a.button:hover {
  background: var(--blue) !important;
  color: var(--white) !important;
  border: 2px solid var(--white) !important;
}
a.more-link {
  display: block;
  width: 35%;
  text-align: center;
  margin-top: 1em;
}
.paraBtns br {
  display: none;
}
/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: factoria, serif;
  text-transform: uppercase;
  font-weight: 700;
}
h1 {
  font-size: 2.1875em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.25em;
}
h4,
h5,
h6 {
  font-size: 1em;
}

/*--------------------------------------------------------------
# Overall
--------------------------------------------------------------*/
.blueBk {
  background-color: var(--blue);
  color: var(--white);
}
.blackBk {
  background-color: var(--black);
}
.dkgrayBk {
  background-color: var(--dkgray);
}
.mdgrayBk {
  background-color: var(--mdgray);
}
.ltgrayBk {
  background-color: var(--ltgray);
  color: var(--black);
}
header {
  position: relative;
}
i.fa.fa-shopping-cart {
  font-size: 2em;
}
.circle-count {
  border: 1px solid var(--blue);
  border-radius: 50%;
  padding: 0 0.3em;
}
.textOver {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
}

.uppercase {
  text-transform: uppercase;
}

.testimonials {
  background: var(--purple);
}
.carousel,
.carousel-item {
  transition: transform 0.6s ease-in-out;
}
.testimonial-item img {
  max-width: 370px;
}
.carousel-caption blockquote footer {
  text-align: right;
}
.carousel-inner {
  overflow: visible;
}
.testimonials .carousel-indicators {
  position: relative;
  margin-bottom: 2rem;
}

.testimonials .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--dkgray);
  border: none;
  opacity: 0.5;
}

.testimonials .carousel-indicators .active {
  opacity: 1;
  background-color: var(--blue);
}
blockquote {
  color: var(--black);
  text-shadow: none;
  text-align: left;
  max-width: 850px;
  margin: 0 auto;
  border: 2px solid var(--black);
  padding: 1rem;
  margin-top: 3rem;
  position: relative;
  font-family: factoria, serif;
  font-weight: 600;
  font-size: 1.5em;
}

blockquote footer {
  text-align: right;
  font-weight: normal;
  font-size: 0.7em;
  font-family: azo-sans-web, sans-serif;
}

blockquote:before {
  content: open-quote;
  color: var(--blue);
  font-size: 4em;
  line-height: 0;
  position: absolute;
  top: 20px;
  left: -50px;
}

.card {
  border-radius: 0;
  border: none;
}
.card-footer {
  background: transparent;
  border-top: 0;
  padding-bottom: 1rem;
}
.clone-cta {
  padding: 2em 1.5em;
}
.align-top .row {
  align-items: flex-start !important;
}
@media only screen and (max-width: 1024px) {
  .textOver {
    position: static;
    transform: unset;
  }
  blockquote {
    margin: 0 3rem;
  }
}
.page-id-14769 .breadcrumbs,
.page-id-11089 .breadcrumbs,
.page-id-10999 .breadcrumbs,
.page-id-14798 .breadcrumbs,
.page-id-14801 .breadcrumbs,
.page-id-7624 .breadcrumbs,
.page-id-11008 .breadcrumbs {
  background: var(--blue);
  color: var(--white);
  max-width: 100%;
}
.page-id-14769 .breadcrumbs a,
.page-id-14769 .breadcrumbs a:visited,
.page-id-11089 .breadcrumbs a,
.page-id-11089 .breadcrumbs a:visited,
.page-id-10999 .breadcrumbs a:visited,
.page-id-10999 .breadcrumbs a,
.page-id-14798 .breadcrumbs a,
.page-id-14798 .breadcrumbs a:visited,
.page-id-14801 .breadcrumbs a,
.page-id-14801 .breadcrumbs a:visited,
.page-id-7624 .breadcrumbs a,
.page-id-7624 .breadcrumbs a:visited,
.page-id-11008 .breadcrumbs a,
.page-id-11008 .breadcrumbs a:visited {
  color: var(--white);
}
.page-id-14769 .breadcrumbs a:hover,
.page-id-11089 .breadcrumbs a:hover,
.page-id-10999 .breadcrumbs a:hover,
.page-id-14798 .breadcrumbs a:hover,
.page-id-14801 .breadcrumbs a:hover,
.page-id-7624 .breadcrumbs a:hover,
.page-id-11008 .breadcrumbs a:hover {
  outline: thin dotted;
}
/* image slider css */
.image-slider {
  padding: 0 !important;
}

.image-slider .carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.image-slider .carousel-fade .carousel-item.active {
  opacity: 1;
}

.image-slider .carousel-inner {
  border-radius: 0;
  overflow: hidden;
}

.image-slider .carousel-item img {
  border-radius: 0;
}

.image-slider .carousel-control-prev,
.image-slider .carousel-control-next {
  width: 5%;
  opacity: 0.7;
}

.image-slider .carousel-control-prev:hover,
.image-slider .carousel-control-next:hover {
  opacity: 1;
}
#slider-2 {
  padding: 3em 0 !important;
}
#slider-2 .carousel-indicators {
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 5em;
}

#slider-2 .carousel-indicators .active {
  background-color: var(--blue);
}
.image-slider .carousel-indicators {
  position: relative;
  margin-top: -2rem;
  justify-content: flex-end;
}

.image-slider .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50% !important;
  background-color: var(--dkgray);
  border: none;
  opacity: 0.5;
  transition: all 0.3s ease;
  margin: 0 5px;
  padding: 0;
}

.image-slider .carousel-indicators .active {
  opacity: 1;
  background-color: var(--white);
}

.image-slider .carousel-indicators [data-bs-target]:hover {
  opacity: 0.8;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-size: 65% 65%;
  background-color: rgba(10, 10, 10, 0.5);
  border-radius: 2px;
}
.carousel-control-next,
.carousel-control-prev {
  bottom: 10%;
}
.image-slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='2.5'%3e%3cpath d='M11.354 1.646L5.707 8l5.647 5.646' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.image-slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-width='2.5'%3e%3cpath d='M4.646 1.646L10.293 8l-5.647 5.646' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

/***********Team Block********************/

.people__holder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.title {
  line-height: 1;
}

@media (min-width: 768px) {
  .people__holder {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1440px) {
  .people__holder {
    grid-template-columns: repeat(3, 1fr);
  }
}

.people__item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .people__item,
  .people__photo {
    height: 300px;
  }

  .people__photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.people__item__mobile-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(84, 92, 99);
  color: var(--white);
  text-align: center;
  padding: 0.5em 0;
}

.people__info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(84, 92, 99);
  color: var(--white);
  text-align: center;
  transition: transform 0.4s ease;
  padding: 0.5em 0;
}

.people__info-up {
  transform: translateY(0);
  padding-top: 2em;
  height: 300px;
}
p.bio-description {
  font-size: 14px;
}
.people__info__bio {
  width: 80%;
  margin: 0 auto;
}

.people__close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.people__info h4 {
  margin-bottom: 0.2em;
}
.people__item__mobile-info {
  padding: 1em 0;
}
.people__info__bio hr.tiny-line {
  width: 75px;
  border-bottom: 3px solid var(--white);
  margin: 8px auto 10px;
  opacity: 1;
}
.mobile-only {
  display: block;
}
.desktop-only {
  display: none;
}

@media (min-width: 1025px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1450px) {
  .people__info p.bio-description {
    line-height: 17px;
    font-size: 15px;
  }
  .people__info p.title {
    margin-bottom: 0em;
    line-height: 18px;
  }
}

/***********accordion css*****************/

.accordion-button::after {
  display: none !important;
}

.accordion-button {
  position: relative;
  padding-right: 3rem;
  font-size: 1.3rem;
}

.accordion-button::before {
  content: "+";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.accordion-button:not(.collapsed)::before {
  content: "-";
}
.accordion-button:not(.collapsed),
.accordion-button {
  color: var(--black);
  box-shadow: unset;
}
.accordion-button {
  background-color: unset;
}
.accordion-button:hover,
.accordion-button:not(.collapsed) {
  background-color: var(--ltgray);
}
.accordion-header {
  border-bottom: 2px solid var(--black);
}
.accordion-button:focus {
  border: unset;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .accordion-button:not(.collapsed),
  .accordion-button {
    font-size: 1.3rem;
  }
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.textover-img {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.home-textover .d-flex {
  border-bottom: 1px solid var(--black);
  padding-bottom: 1em;
}
.home-textover {
  padding: 1.5em !important;
}
.woocommerce-loop-category__title mark.count {
  display: none;
}
h2.woocommerce-loop-category__title {
  font-family: azo-sans-web, sans-serif;
  line-height: 21px;
  text-align: center;
}
.site-main .woocommerce a:hover {
  color: var(--blue);
  background-color: transparent;
}
li.product {
  padding: 1em !important;
}
li.product:hover {
  background-color: var(--ltgray);
}
.bars h2 {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  padding: 0.5em 0;
  position: relative;
}
.bars.wt h2 {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
.Fimage .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.Fimage .container {
  max-width: 100%;
}
.splitBk {
  background: var(--mdgray);
  background-image:
    url(/wp-content/uploads/2020/08/lined-texture-background.png),
    linear-gradient(
      to right,
      transparent 0%,
      #d7d7d7 13%,
      #d7d7d7 49%,
      #ebebeb 49%,
      transparent 100%
    );
  background-size: 100%;
}
.whitetexBk {
  background: var(--mdgray);
  background-image: url(/wp-content/uploads/2023/05/white-lined-textured-background.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.graytexBkSingle {
  background: var(--dkgray);
  background-image: url(/wp-content/uploads/2023/05/gray-pattern.png);
  background-repeat: repeat-y;
  background-position: right;
}
.graytexBk {
  background: var(--mdgray);
  background-image: url(/wp-content/uploads/2020/08/lined-texture-background.png);
  background-size: 100%;
}
.home .article-wrap .card img {
  min-height: 200px;
  width: auto;
  object-fit: cover;
  object-position: top center;
}
@media (min-width: 1200px) {
  .home-header .d-none {
    min-height: 600px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .splitBk {
    background-image:
      url(/wp-content/uploads/2020/08/lined-texture-background.png),
      linear-gradient(
        to bottom,
        transparent 0%,
        #d7d7d7 13%,
        #d7d7d7 49%,
        #ebebeb 49%,
        transparent 100%
      );
  }
  .graytexBkSingle {
    background-image: none;
  }
  #footer-nav {
    display: none;
  }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .extRow,
  .extImg,
  .Fimage,
  .Fimage .img-block {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .extRow .container {
    max-width: 100%;
  }
  .extRow .col-md-6,
  .Fimage .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .extRow .extLeft {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.w-500 {
  max-width: 500px;
  margin: 0 auto;
}
.w-700 {
  max-width: 700px;
  margin: 0 auto;
}
.no-bg {
  max-width: 1100px;
  margin: 0 auto;
}
.no-bg .py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-bg ~ .breadcrumbs {
  display: none;
}
.no-bgBlog ~ .breadcrumbs {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .w-500,
  .w-700,
  .w-800,
  .no-bg {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Dealers
--------------------------------------------------------------*/
.dealersList .col-6.col-md-3 {
  margin-bottom: 2rem;
}

/*--------------------------------------------------------------
# Landing Page Template
--------------------------------------------------------------*/
.page-template-landing-page header .logo {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page-template-landing-page header .logo img {
  max-height: 30px;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
select,
input[type="number"] {
  padding: 0.25rem 0.5rem;
}

ul.product-categories {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.widget.woocommerce ul li {
  margin-bottom: 1rem;
}
.widget.woocommerce ul li a {
  text-transform: uppercase;
  color: #000;
  line-height: 20px;
  font-size: 1em;
}
article#block-3 a {
  font-size: 1em;
  color: #000;
}
.widget.woocommerce ul li a:hover,
article#block-3 a:hover {
  color: var(--blue);
  text-decoration: underline;
}
ul.products.columns-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.post-type-archive-product
  .woocommerce
  ul.products[class*="columns-"]
  li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*woocommerce pagination*/
.woocommerce nav.woocommerce-pagination ul {
  border: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  background-color: var(--blue);
  color: #fff;
  font-weight: bold;
  font-family: arial black;
  height: 35px;
  width: 35px;
  border: 2px solid transparent;
  line-height: 0.8;
}

.woocommerce nav.woocommerce-pagination ul li {
  width: 35px;
  border: 2px solid transparent;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  border: 2px solid transparent;
  color: #fff;
  background-color: #000;
  /* width: 35px; */
  /* height: 35px; */
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  border: 2px solid #acacac;
  background-color: transparent;
  color: #000;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-weight: bold;
  color: var(--blue);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--blue);
  font-size: 1.25em;
  font-family: factoria, serif;
  font-weight: 700;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: middle;
  padding-right: 0.25rem;
}
.product_meta {
  display: none;
}
h2.widget-title {
  border-bottom: 1px solid #000;
  padding: 1rem 0;
  font-weight: 300;
}

/*tabs*/
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 3px solid #d7d7d7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--blue);
  z-index: 2;
  border-bottom-color: var(--blue);
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0px solid #d7d7d7;
  background-color: #d7d7d7;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 0;
  margin: 0;
  padding: 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: none !important;
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #000;
}

/*related products single product page*/
section.related.products {
  margin-top: 9em;
  clear: both;
}
section.related.products h2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.5em 0;
  position: relative;
  margin-bottom: 2em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1em;
  line-height: 19px;
  font-family: azo-sans-web, sans-serif;
  font-weight: bold;
  color: #000;
  border: 0;
}
.woocommerce ul.products li.product .price {
  color: var(--blue);
  font-size: 1.25em;
  font-family: factoria, serif;
  font-weight: 700;
}
.woocommerce .wp-video {
  margin-bottom: 1rem;
}
.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--blue);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--blue);
}
.shipping-info-mje {
  color: #8b181b !important;
  font-weight: bold;
}

.woocommerce-checkout .breadcrumbs,
.woocommerce-cart .breadcrumbs {
  display: none;
}

div#payment {
  margin-bottom: 3rem;
}
/*--------------------------------------------------------------
## Password Protected Pages
--------------------------------------------------------------*/
.password-protected-form-wrapper {
  max-width: 500px;
  margin: 80px auto;
  padding: 50px 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.password-protected-form-wrapper .lock-icon {
  text-align: center;
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--blue);
}

.password-protected-form-wrapper form {
  display: flex;
  flex-direction: column;
}

.password-protected-form-wrapper label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
}

.password-protected-form-wrapper input[type="password"] {
  padding: 14px 16px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.password-protected-form-wrapper input[type="password"]:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(28, 50, 100, 0.1);
}

.password-protected-form-wrapper input[type="submit"] {
  padding: 14px 24px;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  font-family: factoria, serif;
  text-transform: uppercase;
}

.password-protected-form-wrapper input[type="submit"]:hover {
  background: var(--blue);
}

@media (max-width: 600px) {
  .password-protected-form-wrapper {
    margin: 40px 20px;
    padding: 40px 25px;
  }
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.custom-pagination .page-numbers {
  display: inline-block;
  padding: 5px 12px;
  color: var(--black);
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
}

.custom-pagination .page-numbers:hover {
  background-color: var(--dkgray);
  border-color: var(--mdgray);
}

.custom-pagination .page-numbers.current {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.navigation.pagination {
  justify-content: center;
}
.bars-blog {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  padding: 1em 0;
  position: relative;
}
.bars-blog .form-select {
  border: none;
  color: var(--black);
}
.bars-blog .form-select:focus {
  box-shadow: none;
  border: none;
}
.share-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.share-icon i {
  background-color: var(--dkgray);
  color: var(--white);
  text-align: center;
  padding: 7px;
  margin: 5px;
}
.share-icon i:hover {
  background-color: var(--blue);
}
.single figure {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .share-icons {
    flex-direction: row;
    justify-content: center;
  }
}
/*--------------------------------------------------------------
# Bottom Includes
--------------------------------------------------------------*/
/* Call to Action */
#cta {
  margin: 0;
  padding: 2em 0;
  background: var(--gray);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.footer {
  background: var(--black);
  color: var(--white);
}
footer.footer a {
  color: var(--white);
}
footer.footer a:hover {
  color: var(--gray);
}
.foot-nav ul {
  list-style: none;
  -webkit-padding-start: 0;
  column-count: 1;
}
.social .fab {
  margin: 15px 5px;
  font-size: 1.5em;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 3px;
}
#menu-footer-nav a {
  font-family: factoria, serif;
  text-transform: uppercase;
  font-size: 0.875em;
  padding-top: 0;
  padding-bottom: 9px;
}
footer .phone,
.visit-company {
  font-family: factoria, serif;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.2em;
}
.visit-company {
  margin-top: -15px;
}
footer .copyright,
footer .address {
  font-size: 0.9em;
}
footer .logo img {
  max-width: 240px;
}
#siteinfo {
  font-size: 0.8em;
}
ul#menu-legal {
  padding-left: 0;
  list-style: none;
  display: inline;
}
ul#menu-legal > li {
  display: inline-block;
}
ul#menu-legal > li > a.nav-link {
  padding: 0 2px;
}
ul#menu-legal > li > a.nav-link:before {
  content: "•";
  margin-right: 7px;
}

@media only screen and (min-width: 1200px) {
  .main-foot .row {
    align-items: flex-end;
  }
}
