@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap");
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 20px;
}

body {
  color: #231F20;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Assistant", sans-serif;
  background: #fdf6f7;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Assistant", sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Assistant", sans-serif;
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

a,
input[type=submit],
button,
.transition {
  transition: all 400ms ease;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #e1251b;
}

img {
  max-width: 100%;
  height: auto;
}

img.grayscale {
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  border-radius: 50%;
}

.content ol,
.content ul {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.content ol {
  list-style: decimal;
}

.content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.container-product {
  max-width: 800px;
}

.site-logo {
  min-width: 150px;
  width: 250px;
}
.site-logo a {
  display: block;
  width: 100%;
}

.skip-link {
  position: absolute;
  top: -1000px;
  left: -1000px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  z-index: 99999;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0;
  left: 20px;
  outline: 2px solid #ffcc00;
}

/*============================== Main Menu =========================*/
ul#main-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
}
ul#main-menu > li {
  position: relative;
}
ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #e1251b;
  line-height: 2;
  padding: 5px 10px;
}
ul#main-menu > li > a:focus, ul#main-menu > li > a:hover {
  text-decoration: none;
  color: #231F20;
}
ul#main-menu li.current-menu-item > a {
  color: #231F20;
}

/*============================== Sub Menu =========================*/
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 250px;
  display: none;
  padding: 0;
}
ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: #fff;
}
ul#main-menu ul.sub-menu li a {
  position: relative;
  padding: 10px;
  color: #231F20;
  margin-right: 2px;
  margin-left: 2px;
}
ul#main-menu ul.sub-menu li a:hover, ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #e1251b;
}
ul#main-menu ul.sub-menu li:hover > a {
  color: #e1251b;
}
ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

/*============================== General =========================*/
.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

header {
  background: #e1251b;
  padding: 1.5rem 0;
}
header .galcon-logo {
  max-width: 220px;
}

button.plasson-btn {
  background: #e1251b;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}
button.plasson-btn a {
  color: #fff;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/*======================== Front Page =======================*/
.site-title {
  font-size: 1.5rem;
  color: white;
  font-weight: 700;
  margin-bottom: 0;
}

.home .page-wrap {
  padding: 3rem 0;
}
.home .title-search-container {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.home .title-search-container input[type=text] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  flex-grow: 1;
}
.home .title-search-container #search-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
}

/*============================== Storekeeper login page =========================*/
.page-template-storekeeper-login #custom_loginform {
  max-width: 400px;
  margin: 2rem auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: url(../img/cert_bg.jpg) center center no-repeat;
  background-size: cover !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.page-template-storekeeper-login #custom_loginform label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
.page-template-storekeeper-login #custom_loginform input[type=text], .page-template-storekeeper-login #custom_loginform input[type=password] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.page-template-storekeeper-login #custom_loginform input[type=submit] {
  background-color: #e1251b;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.page-template-storekeeper-login .login-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 10px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  max-width: 400px;
}
.page-template-storekeeper-login .login-error p {
  margin: 0;
  font-size: 14px;
}

/*============================== Storekeeper Dashboard =========================*/
.page-template-storekeeper-dashboard h1 {
  font-size: 2rem;
  font-weight: 700;
  border-right: 10px solid #e1251b;
  padding: 1rem 0.5rem 0 0;
}
.page-template-storekeeper-dashboard .sku-form-container {
  max-width: 600px;
  margin: 40px auto;
  background: url(../img/cert_bg.jpg) center center no-repeat;
  background-size: cover !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}
.page-template-storekeeper-dashboard .sku-form-container h2 {
  margin-top: 2rem;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.8rem;
  padding: 10px 25px;
  border-bottom: 1px solid #e1251b;
}
.page-template-storekeeper-dashboard .sku-form-container .content {
  padding: 25px;
}
.page-template-storekeeper-dashboard .sku-alert {
  padding: 12px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-weight: 500;
}
.page-template-storekeeper-dashboard .sku-alert-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.page-template-storekeeper-dashboard .sku-alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.page-template-storekeeper-dashboard .sku-form label {
  display: block;
  margin-bottom: 8px;
}
.page-template-storekeeper-dashboard .sku-form textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 15px;
  font-family: monospace;
}
.page-template-storekeeper-dashboard .submit-btn {
  background-color: #e1251b;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

/*============================== Single product =========================*/
.single-product #prosuct-cert {
  padding: 4rem 0;
}
.single-product #prosuct-cert h1 {
  font-size: 1.5rem;
  font-weight: 600;
}
.single-product #prosuct-cert h1 span {
  font-weight: 300;
  font-size: 1.2rem;
}
.single-product #prosuct-cert .cert-wrapper {
  width: 100%;
  margin: 0 auto;
  background: url(../img/cert_bg.jpg) center center no-repeat;
  background-size: cover !important;
  border: 10px solid white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.single-product #prosuct-cert .cert-wrapper .cert-title-bg {
  margin-top: 4rem;
  width: 100%;
  height: 3.4rem;
  background: rgba(255, 255, 255, 0.8);
}
.single-product #prosuct-cert .cert-wrapper .cert-status {
  margin-top: 4rem;
  padding: 0.5rem 0;
  position: relative;
}
.single-product #prosuct-cert .cert-wrapper .cert-status h2 {
  color: #e1251b;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}
.single-product #prosuct-cert .cert-wrapper .cert-status p {
  margin-bottom: 0.5rem;
}
.single-product #prosuct-cert .cert-wrapper .cert-badge {
  margin-top: -3rem;
}

/*======================= Footer ======================= */
.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #2d2d2d;
  color: white;
  font-size: 0.8rem;
  padding: 0.5rem 0;
}
.footer a {
  color: #e1251b;
}

/* Edit Above Only*/
/* ==========================================================================
   Mobile-First Drawer Styles (Screens under 991px)
   ========================================================================== */
@media (max-width: 991px) {
  .site-navigation .main-menu-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw; /* Width of your mobile menu drawer */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    padding: 100px 30px 40px;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .site-navigation.is-open .main-menu-drawer {
    transform: translateX(0);
  }
  .site-navigation .menu-items-list {
    flex-direction: column !important;
    padding: 0;
    margin: 0;
  }
  .site-navigation .menu-items-list a {
    color: white !important;
    text-align: center;
  }
  .site-navigation .menu-items-list li.current-menu-item > a {
    color: #e1251b !important;
  }
  .site-navigation .menu-toggle {
    position: relative;
    z-index: 10000;
    display: block;
    background: none;
    border: none;
    cursor: pointer;
  }
  .site-navigation ul#main-menu ul.sub-menu {
    position: relative;
  }
  .site-navigation ul#main-menu ul.sub-menu li {
    background: transparent;
    text-align: center;
    padding: 10px 0;
  }
  .site-navigation ul#main-menu ul.sub-menu li a {
    text-align: center;
  }
  .site-navigation ul#main-menu li.menu-item-has-children:hover ul.sub-menu {
    display: none;
  }
}
/* ==========================================================================
   Desktop Responsive Overrides (Screens 960px and Up)
   ========================================================================== */
@media (min-width: 991px) {
  .menu-toggle {
    display: none;
  }
  .main-menu-drawer {
    position: static;
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    box-shadow: none;
    transform: none; /* Disables the mobile off-screen slide position */
  }
  .menu-items-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
    list-style: none;
  }
  .menu-items-list a {
    color: #333333;
    font-size: 1rem;
  }
}
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}
.triggerMobileMenu span.hamburger-bar {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #e1251b;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.triggerMobileMenu span.hamburger-bar:nth-child(2) {
  top: 5px;
}
.triggerMobileMenu span.hamburger-bar:nth-child(3) {
  top: 16px;
}
.triggerMobileMenu span.hamburger-bar:nth-child(4) {
  top: 27px;
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(2) {
  top: 16px;
  transform: rotate(135deg);
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(3) {
  opacity: 0;
  left: -60px;
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(4) {
  top: 16px;
  transform: rotate(-135deg);
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
}
ul#mobile-menu li {
  position: relative;
  display: block;
}
ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1rem;
  text-decoration: none;
  padding: 10px 15px;
  color: #231F20;
}
ul#mobile-menu > li {
  border-bottom: 1px solid #e1251b;
}
ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  margin-left: 15px;
}
ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 1rem;
}

ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #e1251b;
}

/****************************************************************************************************************/
/* end of (max-width: 1200px) */
/****************************************************************************************************************/
/* end of (max-width: 990px) */
/****************************************************************************************************************/
/* end of (max-width: 768px) */
/****************************************************************************************************************/
/* end of (max-width: 576px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  .warranty-image {
    max-width: 40%;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */