/*
Theme Name: Honesberie Shooting
Theme URI: https://honesberieshooting.co.uk/
Author: Supersonic Playground
Author URI: http://www.supersonicplayground.com/
Description: WordPress Theme For Honesberie Shooting
Version: 1.0
License: All work ©2025 Honesberie. Not for public use.
License URI: https://honesberieshooting.co.uk/
Tags: 
Text Domain: honesberie
*/
/* 
Use: Reset
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
*,
*:before,
*:after {
  box-sizing: border-box !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 
Use: Mixins
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/*************************************************************************
 #Input Override
**************************************************************************/
/*************************************************************************
 #Shadow
**************************************************************************/
.shadow {
  box-shadow: 0.5rem 0.5rem 1.75rem 0 rgba(0, 0, 0, 0.15);
}
.shadow-close {
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
}
.shadow-tight {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
}
/*************************************************************************
 #Transition Bezier
**************************************************************************/
/*************************************************************************
 #Transition Bezier Delay
**************************************************************************/
/*************************************************************************
 #Transition Linear
**************************************************************************/
/*************************************************************************
 #Transition None
**************************************************************************/
/*************************************************************************
 #Inline Fix
**************************************************************************/
.inline-fix {
  word-spacing: -0.35rem;
}
.inline-fix * {
  word-spacing: normal;
}
/*************************************************************************
 #With Icon
**************************************************************************/
/*************************************************************************
 #Text With Icon
**************************************************************************/
.text-with-icon {
  position: relative;
}
.text-with-icon:before {
  display: block;
  position: absolute;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #A65A2A;
  font-size: inherit;
  line-height: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.text-with-icon.icon-left {
  padding-left: 2rem;
}
.text-with-icon.icon-left:before {
  left: 0;
}
.text-with-icon.small.icon-left {
  padding-left: 1.5rem;
}
.text-with-icon.icon-right {
  padding-right: 2rem;
}
.text-with-icon.icon-right:before {
  right: 0;
}
.text-with-icon.small.icon-right {
  padding-right: 1.5rem;
}
.text-with-icon.icon-top:before {
  top: 0;
  transform: translateY(0);
}
.text-with-icon.small.icon-top:before {
  top: 0.125rem;
}
.text-with-icon.email:before {
  content: '\f658';
}
.text-with-icon.telephone:before {
  content: '\f095';
}
.text-with-icon.date:before {
  content: '\f133';
}
.text-with-icon.time:before {
  content: '\f017';
}
.text-with-icon.menu:before {
  content: '\f0c9';
}
.text-with-icon.arrow-down:before {
  content: '\f107';
}
.text-with-icon.tick:before {
  content: '\f058';
}
.text-with-icon.linkedin:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Brands', 'Helvetica', 'Arial', sans-serif;
  content: '\f0e1';
}
.dark-section .text-with-icon:before,
.dark-section.text-with-icon:before {
  color: #FFFFFF;
}
/*************************************************************************
 #Sizes
**************************************************************************/
/* 
Use: Measurements
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Level
**************************************************************************/
/*************************************************************************
 #Base Size
**************************************************************************/
/*************************************************************************
 #Breakpoints
**************************************************************************/
/* 400px */
/* 500px */
/* 650px */
/* 750px */
/* 850px */
/* 1000px */
/* 1100px */
/* 1250px */
/* 1500px */
/* 1750px */
/* 2000px */
/*************************************************************************
 #From Media Queries
**************************************************************************/
/*************************************************************************
 #To Media Queries
**************************************************************************/
/*************************************************************************
 #HTML Font Size Adjustment
**************************************************************************/
html {
  font-size: 90%;
}
@media screen and (min-width: 31.25em) {
  html {
    font-size: 98.4375%;
  }
}
@media screen and (min-width: 46.875em) {
  html {
    font-size: 104.0625%;
  }
}
@media screen and (min-width: 62.5em) {
  html {
    font-size: 112.5%;
  }
}
@media screen and (min-width: 78.125em) {
  html {
    font-size: 118.125%;
  }
}
@media screen and (min-width: 93.75em) {
  html {
    font-size: 123.75%;
  }
}
@media screen and (min-width: 109.375em) {
  html {
    font-size: 129.375%;
  }
}
@media screen and (min-width: 125em) {
  html {
    font-size: 135%;
  }
}
/* 
Use: Grid
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/*************************************************************************
 #Multi-Column Layout
**************************************************************************/
/* 
Use: Colours
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/*************************************************************************
 #Colours
**************************************************************************/
/* #Core Colours ------------------------------------------------------------------------ */
.light-section {
  color: #011E41;
}
.light-section .preheading {
  color: #A65A2A;
}
.light-section h1,
.light-section h2,
.light-section h3,
.light-section h4,
.light-section h5,
.light-section h6,
.light-section strong {
  color: #011E41;
}
.light-section p,
.light-section a {
  color: #011E41;
}
.dark-section {
  color: #FFFFFF;
}
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.dark-section p,
.dark-section a,
.dark-section i,
.dark-section i:before {
  color: #FFFFFF;
}
.dark-section .primary-button,
.dark-section input[type="submit"] {
  color: #FFFFFF !important;
}
.white-section {
  background: #FFFFFF;
  color: #011E41;
}
.white-section .preheading {
  color: #A65A2A;
}
.white-section h1,
.white-section h2,
.white-section h3,
.white-section h4,
.white-section h5,
.white-section h6,
.white-section strong {
  color: #011E41;
}
.white-section p,
.white-section a {
  color: #011E41;
}
.white-section .js-carousel-controls .direction-left:before,
.white-section .js-carousel-controls .direction-right:before {
  color: #011E41;
}
.white-section .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #011E41;
}
.blue-section {
  background: #011E41;
  color: #FFFFFF;
}
.blue-section h1,
.blue-section h2,
.blue-section h3,
.blue-section h4,
.blue-section h5,
.blue-section h6,
.blue-section p,
.blue-section a,
.blue-section i,
.blue-section i:before {
  color: #FFFFFF;
}
.blue-section .primary-button,
.blue-section input[type="submit"] {
  color: #FFFFFF !important;
}
.blue-section .js-carousel-controls .direction-left:after,
.blue-section .js-carousel-controls .direction-right:after {
  color: #FFFFFF;
}
.blue-section .js-carousel-controls .dot-controls .dot-control-button {
  background-color: rgba(255, 255, 255, 0.25);
}
.blue-section .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #FFFFFF;
}
.blue-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.blue-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.blue-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #8B0000;
}
.blue-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #8B0000;
}
.blue-section .white-section,
.blue-section .grey-section {
  background: #FFFFFF;
  color: #011E41;
}
.blue-section .white-section .preheading,
.blue-section .grey-section .preheading {
  color: #A65A2A;
}
.blue-section .white-section h1,
.blue-section .grey-section h1,
.blue-section .white-section h2,
.blue-section .grey-section h2,
.blue-section .white-section h3,
.blue-section .grey-section h3,
.blue-section .white-section h4,
.blue-section .grey-section h4,
.blue-section .white-section h5,
.blue-section .grey-section h5,
.blue-section .white-section h6,
.blue-section .grey-section h6,
.blue-section .white-section strong,
.blue-section .grey-section strong {
  color: #011E41;
}
.blue-section .white-section p,
.blue-section .grey-section p,
.blue-section .white-section a,
.blue-section .grey-section a {
  color: #011E41;
}
.blue-section .white-section .js-carousel-controls .direction-left:before,
.blue-section .grey-section .js-carousel-controls .direction-left:before,
.blue-section .white-section .js-carousel-controls .direction-right:before,
.blue-section .grey-section .js-carousel-controls .direction-right:before {
  color: #011E41;
}
.blue-section .white-section .js-carousel-controls .dot-controls .dot-control-button:after,
.blue-section .grey-section .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #011E41;
}
.blue-section .white-section .primary-button,
.blue-section .grey-section .primary-button {
  color: #011E41 !important;
}
.grey-section {
  background: #F9F7F6;
  color: #011E41;
}
.grey-section .preheading {
  color: #A65A2A;
}
.grey-section h1,
.grey-section h2,
.grey-section h3,
.grey-section h4,
.grey-section h5,
.grey-section h6,
.grey-section strong {
  color: #011E41;
}
.grey-section p,
.grey-section a {
  color: #011E41;
}
.grey-section .js-carousel-controls .direction-left:before,
.grey-section .js-carousel-controls .direction-right:before {
  color: #011E41;
}
.grey-section .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #011E41;
}
/* 
Use: Typography
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/*************************************************************************
 #Import Fonts
**************************************************************************/
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  src: url('fonts/font-awesome-6.5.1/fa-brands-400.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  src: url('fonts/font-awesome-6.5.1/fa-light-300.woff2') format('woff2');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  src: url('fonts/font-awesome-6.5.1/fa-regular-400.woff2') format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  src: url('fonts/font-awesome-6.5.1/fa-solid-900.woff2') format('woff2');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
/*************************************************************************
 #Font Styles
**************************************************************************/
.fab,
.fal,
.far,
.fas {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: 'Font Awesome 6 Brands', 'Helvetica', 'Arial', sans-serif;
}
.fal {
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}
.far {
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
.fas {
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
}
.montserrat-regular {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.montserrat-regular-italic {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}
.montserrat-medium {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.montserrat-medium-italic {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
}
.pre-heading {
  display: inline-block;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  font-size: 0.75rem;
  text-decoration-thickness: 1px;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: #A65A2A;
}
.pre-heading.lighter {
  color: #C68258;
}
/*************************************************************************
 #Line Heights
**************************************************************************/
/*************************************************************************
 #Basic HTML
**************************************************************************/
::selection {
  background-color: #D3A68A;
  text-shadow: none;
  color: #011E41;
}
::-moz-selection {
  background-color: #D3A68A;
  text-shadow: none;
  color: #011E41;
}
body {
  font-size: 1rem;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #011E41;
  line-height: 1.4;
}
h1 {
  font-size: 2.25rem;
  line-height: 1;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
.small,
.small p {
  font-size: 0.75rem;
}
h1,
h2,
h3,
h4,
h5 {
  color: #011E41;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #A65A2A;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #C68258;
}
h2,
h3,
h4,
h5 {
  line-height: 1.2;
}
h5 {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
p,
.content-wrapper {
  display: block;
  margin-bottom: 1.5rem;
}
h1.half-margin,
h2.half-margin,
h3.half-margin,
h4.half-margin,
h5.half-margin,
p.half-margin,
.content-wrapper.half-margin {
  margin-bottom: 0.75rem;
}
h1.quarter-margin,
h2.quarter-margin,
h3.quarter-margin,
h4.quarter-margin,
h5.quarter-margin,
p.quarter-margin,
.content-wrapper.quarter-margin {
  margin-bottom: 0.375rem;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
p.no-margin,
.content-wrapper.no-margin {
  margin-bottom: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child,
.content-wrapper:last-child {
  margin-bottom: 0;
}
a {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  color: #A65A2A;
  word-break: break-word;
}
a.link-wrapper {
  display: block;
}
a.no-decoration {
  text-decoration: none;
}
strong {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
em {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.standfirst {
  font-size: 1.125rem;
}
blockquote {
  margin-bottom: 1.5rem;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 62.5em) {
  blockquote p {
    font-size: 1.5rem;
  }
}
blockquote p:before,
blockquote p:after {
  display: inline;
  font: inherit;
  content: '"';
}
.faded {
  opacity: 0.5;
}
.strikethrough {
  text-decoration: line-through;
}
.screen-reader,
.screenReader,
.screen-reader-text {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}
/* 
Use: Content Layout
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/*************************************************************************
 #Outer Container
**************************************************************************/
.outer-container {
  position: relative;
  width: 100%;
}
/*************************************************************************
 #Inner Container
**************************************************************************/
.inner-container,
.full-width-inner-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  margin: 0 auto;
}
.full-width-inner-container .content-right > * {
  margin-right: 3%;
}
@media screen and (min-width: 62.5em) {
  .full-width-inner-container .content-right {
    margin-right: 2%;
  }
}
@media screen and (min-width: 78.125em) {
  .full-width-inner-container .content-right {
    margin-right: 4%;
  }
}
@media screen and (min-width: 93.75em) {
  .full-width-inner-container .content-right {
    margin-right: 6%;
  }
}
@media screen and (min-width: 109.375em) {
  .full-width-inner-container .content-right {
    margin-right: 8%;
  }
}
@media screen and (min-width: 125em) {
  .full-width-inner-container .content-right {
    margin-right: 10%;
  }
}
.full-width-inner-container .content-left > * {
  margin-left: 3%;
}
@media screen and (min-width: 62.5em) {
  .full-width-inner-container .content-left {
    margin-left: 2%;
  }
}
@media screen and (min-width: 78.125em) {
  .full-width-inner-container .content-left {
    margin-left: 4%;
  }
}
@media screen and (min-width: 93.75em) {
  .full-width-inner-container .content-left {
    margin-left: 6%;
  }
}
@media screen and (min-width: 109.375em) {
  .full-width-inner-container .content-left {
    margin-left: 8%;
  }
}
@media screen and (min-width: 125em) {
  .full-width-inner-container .content-left {
    margin-left: 10%;
  }
}
.inner-container > * {
  margin-left: 3%;
  margin-right: 0;
}
@media screen and (min-width: 62.5em) {
  .inner-container {
    margin: 0 2%;
  }
}
@media screen and (min-width: 78.125em) {
  .inner-container {
    margin: 0 4%;
  }
}
@media screen and (min-width: 93.75em) {
  .inner-container {
    margin: 0 6%;
  }
}
@media screen and (min-width: 109.375em) {
  .inner-container {
    margin: 0 8%;
  }
}
@media screen and (min-width: 125em) {
  .inner-container {
    margin: 0 10%;
  }
}
/*************************************************************************
 #Overflow Hidden
**************************************************************************/
.overflow-hidden {
  overflow: hidden;
}
/*************************************************************************
 #Horizontal and Vertical Alignment
**************************************************************************/
.left-container,
.center-container,
.right-container,
.top-container,
.middle-container,
.bottom-container {
  display: flex;
  flex-wrap: wrap;
}
.left-container {
  justify-content: flex-start;
}
.left-container > * {
  margin-left: 3%;
  margin-right: 0;
}
.center-container {
  justify-content: center;
}
.center-container > * {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.right-container {
  justify-content: flex-end;
}
.right-container > * {
  margin-right: 3%;
  margin-left: 0;
}
.top-container {
  align-items: flex-start;
}
.middle-container {
  align-items: center;
}
.bottom-container {
  align-items: flex-end;
}
.left-to-right {
  flex-direction: row;
}
.right-to-left {
  flex-direction: row-reverse;
}
.right-to-left > * {
  margin-right: 3%;
  margin-left: 0;
}
/*************************************************************************
 #Even Height
**************************************************************************/
.even-height-container {
  align-items: stretch;
}
/*************************************************************************
 #Isolated Centering
**************************************************************************/
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/*************************************************************************
 #Grid Modules
**************************************************************************/
.full-page,
.half-page,
.two-thirds-page,
.one-third-page,
.three-quarters-page,
.one-quarter-page,
.five-sixths-page,
.one-sixth-page {
  position: relative;
  z-index: 1;
}
.full-page,
.half-page,
.one-third-page,
.two-thirds-page,
.three-quarters-page,
.five-sixths-page {
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .half-page {
    width: 45.498%;
  }
}
@media screen and (min-width: 46.875em) {
  .two-thirds-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 46.875em) {
  .one-third-page {
    width: 29.332%;
  }
}
.one-quarter-page {
  width: 45.498%;
}
@media screen and (min-width: 46.875em) {
  .one-quarter-page {
    width: 29.332%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-page {
    width: 21.249%;
  }
}
.one-quarter-page.full-width-mobile {
  width: 93.996%;
}
@media screen and (min-width: 46.875em) {
  .one-quarter-page.full-width-mobile {
    width: 29.332%;
  }
}
@media screen and (min-width: 62.5em) {
  .one-quarter-page.full-width-mobile {
    width: 21.249%;
  }
}
@media screen and (min-width: 46.875em) {
  .three-quarters-page {
    width: 61.664%;
  }
}
@media screen and (min-width: 62.5em) {
  .three-quarters-page {
    width: 69.747%;
  }
}
.one-sixth-page {
  width: 45.498%;
}
@media screen and (min-width: 46.875em) {
  .one-sixth-page {
    width: 13.166%;
  }
}
@media screen and (min-width: 93.75em) {
  .one-sixth-page {
    width: 13.166%;
  }
}
.five-sixths-page {
  width: 61.664%;
}
@media screen and (min-width: 46.875em) {
  .five-sixths-page {
    width: 77.83%;
  }
}
.full-width-inner-container .half-page {
  width: 100%;
}
.full-width-inner-container .half-page .responsive-image-crop {
  height: 100%;
}
.full-width-inner-container .one-quarter-page {
  width: 50%;
}
@media screen and (min-width: 46.875em) {
  .full-width-inner-container.image-right-content-left {
    flex-direction: row-reverse;
  }
  .full-width-inner-container .half-page {
    width: 50%;
  }
  .full-width-inner-container .one-quarter-page {
    width: 25%;
  }
}
@media screen and (max-width: 46.875em) {
  .full-width-inner-container .internal-padding {
    padding: 1.5rem;
  }
}
/*************************************************************************
 #Vertical Margins
**************************************************************************/
.vertical-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.vertical-margin-top {
  margin-top: 3rem;
}
.vertical-margin-bottom {
  margin-bottom: 3rem;
}
.vertical-half-margin {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.vertical-half-margin-top {
  margin-top: 1.5rem;
}
.vertical-half-margin-bottom {
  margin-bottom: 1.5rem;
}
.vertical-quarter-margin {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.vertical-quarter-margin-top {
  margin-top: 0.75rem;
}
.vertical-quarter-margin-bottom {
  margin-bottom: 0.75rem;
}
.vertical-eighth-margin {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.vertical-eighth-margin-top {
  margin-top: 0.375rem;
}
.vertical-eighth-margin-bottom {
  margin-bottom: 0.375rem;
}
/*************************************************************************
 #Vertical Padding
**************************************************************************/
.vertical-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.vertical-padding-top {
  padding-top: 3rem;
}
.vertical-padding-bottom {
  padding-bottom: 3rem;
}
.vertical-half-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.vertical-half-padding-top {
  padding-top: 1.5rem;
}
.vertical-half-padding-bottom {
  padding-bottom: 1.5rem;
}
.vertical-quarter-padding {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.vertical-quarter-padding-top {
  padding-top: 0.75rem;
}
.vertical-quarter-padding-bottom {
  padding-bottom: 0.75rem;
}
.vertical-eighth-padding {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.vertical-eighth-padding-top {
  padding-top: 0.375rem;
}
.vertical-eighth-padding-bottom {
  padding-bottom: 0.375rem;
}
/*************************************************************************
 #Modular Wrappers
**************************************************************************/
.modular-wrapper-full {
  margin-bottom: -3rem;
}
.modular-wrapper-half {
  margin-bottom: -1.5rem;
}
.modular-wrapper-quarter {
  margin-bottom: -0.75rem;
}
.modular-wrapper-eighth {
  margin-bottom: -0.375rem;
}
/*************************************************************************
 #Internal Padding
**************************************************************************/
.internal-padding {
  padding: 3rem;
}
.internal-half-padding {
  padding: 1.5rem;
}
.internal-quarter-padding {
  padding: 0.75rem;
}
.internal-eighth-padding {
  padding: 0.375rem;
}
/*************************************************************************
 #Nesting
**************************************************************************/
.nested {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3%*2);
  gap: 3%;
}
/*************************************************************************
 #Text Alignment
**************************************************************************/
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
/*************************************************************************
 #Dynamic Stacking
**************************************************************************/
.horizontal-image-and-details .image {
  position: absolute;
  width: 35%;
  height: 100%;
  top: 0;
  left: 0;
}
.horizontal-image-and-details .image .responsive-image-crop {
  position: absolute!important;
  width: 100%!important;
  height: 100%!important;
  padding-bottom: 0!important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 0;
}
.horizontal-image-and-details .details {
  width: 65%;
  float: right;
}
.vertical-image-and-details .image {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
}
.vertical-image-and-details .image .responsive-image-crop {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.vertical-image-and-details .details {
  width: 100%;
  float: none;
}
.dynamic-stacking {
  overflow: hidden;
}
.dynamic-stacking .image {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
}
.dynamic-stacking .image .responsive-image-crop {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.dynamic-stacking .details {
  width: 100%;
  float: none;
}
@media screen and (min-width: 31.25em) {
  .dynamic-stacking.with-image.two-thirds-page .image,
  .dynamic-stacking.with-image.full-page .image {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .dynamic-stacking.with-image.two-thirds-page .image .responsive-image-crop,
  .dynamic-stacking.with-image.full-page .image .responsive-image-crop {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    padding-bottom: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .dynamic-stacking.with-image.two-thirds-page .details,
  .dynamic-stacking.with-image.full-page .details {
    width: 65%;
    float: right;
  }
}
@media screen and (min-width: 31.25em) {
  .dynamic-stacking.with-image.half-page .image {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .dynamic-stacking.with-image.half-page .image .responsive-image-crop {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    padding-bottom: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .dynamic-stacking.with-image.half-page .details {
    width: 65%;
    float: right;
  }
}
@media screen and (min-width: 46.875em) {
  .dynamic-stacking.with-image.half-page .image {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
  }
  .dynamic-stacking.with-image.half-page .image .responsive-image-crop {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  .dynamic-stacking.with-image.half-page .details {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 78.125em) {
  .dynamic-stacking.with-image.half-page .image {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .dynamic-stacking.with-image.half-page .image .responsive-image-crop {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    padding-bottom: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .dynamic-stacking.with-image.half-page .details {
    width: 65%;
    float: right;
  }
}
/*************************************************************************
 #Content Columns
**************************************************************************/
.content-columns,
.two-column-content,
.three-column-content,
.four-column-content {
  column-gap: 3%;
}
@media screen and (min-width: 40.625em) {
  .content-columns,
  .two-column-content,
  .three-column-content,
  .four-column-content {
    column-count: 2;
  }
}
@media screen and (min-width: 62.5em) {
  .three-column-content {
    column-count: 3;
  }
}
@media screen and (min-width: 53.125em) {
  .four-column-content {
    column-count: 3;
  }
}
@media screen and (min-width: 62.5em) {
  .four-column-content {
    column-count: 4;
  }
}
/*************************************************************************
 #Table-Based Vertical Positioning
**************************************************************************/
.vertical-outer-table {
  display: table!important;
  width: 100%;
  height: 100%;
}
.vertical-outer-table .vertical-top,
.vertical-outer-table .vertical-middle,
.vertical-outer-table .vertical-bottom {
  display: table-cell;
}
.vertical-outer-table .vertical-top {
  vertical-align: top;
}
.vertical-outer-table .vertical-middle {
  vertical-align: middle;
}
.vertical-outer-table .vertical-bottom {
  vertical-align: bottom;
}
/*************************************************************************
 #Flex-Based Vertical Positioning
**************************************************************************/
.vertical-outer-flex {
  display: flex!important;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.vertical-outer-flex .vertical-top,
.vertical-outer-flex .vertical-middle,
.vertical-outer-flex .vertical-bottom {
  width: 100%;
}
.vertical-outer-flex .vertical-top {
  align-self: flex-start;
}
.vertical-outer-flex .vertical-middle {
  align-self: center;
}
.vertical-outer-flex .vertical-bottom {
  align-self: flex-end;
}
/* 
Use: Image Treatments
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/*************************************************************************
 #Scaling
**************************************************************************/
.full-width-image {
  width: 100%;
  height: auto;
}
.full-height-image {
  height: 100%;
  width: auto;
}
/*************************************************************************
 #Lazy Loading Images
**************************************************************************/
img {
  opacity: 1;
  transition: opacity 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
img.lazy {
  opacity: 0;
}
/*************************************************************************
 #Standard WordPress Alignment Classes
**************************************************************************/
img {
  height: auto;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption {
  width: auto!important;
  max-width: 100%!important;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.alignleft:last-child,
.alignright:last-child,
.aligncenter:last-child,
.alignnone:last-child,
.wp-caption:last-child {
  margin-bottom: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5rem;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  position: relative;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
.wp-caption-text {
  position: absolute!important;
  padding: 0.25rem 0.5rem 0.25rem 1.75rem !important;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-size: 0.75rem;
  text-align: center;
}
.wp-caption-text:before {
  left: 0.5rem;
}
/*************************************************************************
 #CSS Object Fit Responsive Image
**************************************************************************/
.responsive-image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image > .image-container,
.responsive-image > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image > .image-container img,
.responsive-image > .video-container img,
.responsive-image > .image-container iframe,
.responsive-image > .video-container iframe,
.responsive-image > .image-container object,
.responsive-image > .video-container object,
.responsive-image > .image-container embed,
.responsive-image > .video-container embed,
.responsive-image > .image-container video,
.responsive-image > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.responsive-image.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-background-image {
  position: absolute!important;
  width: 100%!important;
  height: 100%!important;
  padding-bottom: 0!important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-image-crop,
.responsive-image-fit {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.responsive-image-crop > .image-container,
.responsive-image-fit > .image-container,
.responsive-image-crop > .video-container,
.responsive-image-fit > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.responsive-image-crop > .image-container img,
.responsive-image-fit > .image-container img,
.responsive-image-crop > .video-container img,
.responsive-image-fit > .video-container img,
.responsive-image-crop > .image-container iframe,
.responsive-image-fit > .image-container iframe,
.responsive-image-crop > .video-container iframe,
.responsive-image-fit > .video-container iframe,
.responsive-image-crop > .image-container object,
.responsive-image-fit > .image-container object,
.responsive-image-crop > .video-container object,
.responsive-image-fit > .video-container object,
.responsive-image-crop > .image-container embed,
.responsive-image-fit > .image-container embed,
.responsive-image-crop > .video-container embed,
.responsive-image-fit > .video-container embed,
.responsive-image-crop > .image-container video,
.responsive-image-fit > .image-container video,
.responsive-image-crop > .video-container video,
.responsive-image-fit > .video-container video {
  width: 100%;
  height: 100%;
}
.responsive-image-crop .video-container,
.responsive-image-fit .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.responsive-image-crop .video-container .video-wrapper,
.responsive-image-fit .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.responsive-image-crop.image-hover .image-container,
.responsive-image-fit.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.responsive-image-crop.image-hover:hover .image-container,
.responsive-image-fit.image-hover:hover .image-container {
  transform: scale(1.2);
}
.responsive-image-crop .image-container img {
  object-fit: cover;
}
.responsive-image-fit .image-container img {
  object-fit: contain;
}
/*************************************************************************
 #Aspect Ratios for Responsive Images
**************************************************************************/
/* #4:3 Ratio ------------------------------------------------------------------------ */
.four-by-three {
  padding-bottom: 75%;
}
/* #16:9 Ratio ------------------------------------------------------------------------ */
.sixteen-by-nine {
  padding-bottom: 56.25%;
}
/* #16:10 Ratio ------------------------------------------------------------------------ */
.sixteen-by-ten {
  padding-bottom: 62%;
}
/* #3:1 Ratio ------------------------------------------------------------------------ */
.three-by-one {
  padding-bottom: 33%;
}
/* #2:1 Ratio ------------------------------------------------------------------------ */
.two-by-one {
  padding-bottom: 50%;
}
/* #3:2 Ratio ------------------------------------------------------------------------ */
.three-by-two {
  padding-bottom: 66%;
}
/* #1:1 Ratio ------------------------------------------------------------------------ */
.one-by-one {
  padding-bottom: 100%;
}
/* #1:14 Ratio ------------------------------------------------------------------------ */
.one-by-one-four {
  padding-bottom: 141%;
}
/* #1:2 Ratio ------------------------------------------------------------------------ */
.one-by-two {
  padding-bottom: 200%;
}
/*************************************************************************
 #Responsive Video Container
**************************************************************************/
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container:last-child {
  margin-bottom: 0;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.video-container .wp-video-shortcode {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
}
/* 
Use: UI
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/*************************************************************************
 #UI controls
**************************************************************************/
/* #Buttons ------------------------------------------------------------------------ */
.button {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
}
.button:last-child {
  margin-bottom: 0;
}
.button:focus {
  outline: none;
}
.button:hover {
  border-bottom: none;
}
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button:before,
.button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.button:before {
  z-index: -2;
}
.button:after {
  z-index: -1;
}
.button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
.button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.button.primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.button.primary-button:hover {
  border: 2px solid #C68258;
}
.button.secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
.button.secondary-button:hover {
  border: 2px solid #C68258;
}
.button.with-icon {
  padding-right: 0;
}
.button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.button.text-button-with-icon {
  padding-right: 0;
}
.button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.button.icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
.button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.button.download-button {
  padding-right: 0;
}
.button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
.button.search-button {
  padding-right: 0;
}
.button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.button.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
.button.reset-button {
  padding-right: 0;
}
.button.reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.button.reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
.button.arrow-left:after {
  content: '\f053';
}
.button.arrow-right:after {
  content: '\f054';
}
.button.plus-button {
  padding-right: 0;
}
.button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.button.plus-button:after {
  content: '\2b';
}
.button.minus-button {
  padding-right: 0;
}
.button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.button.minus-button:after {
  content: '\2d';
}
.button.close:after {
  content: '\f00d';
}
/*************************************************************************
 #Link Styles
**************************************************************************/
.module-link {
  position: unset;
}
.module-link:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* 
Use: Forms
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/*************************************************************************
 #Basic Lists
**************************************************************************/
ul,
ol {
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  list-style-position: outside;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 0.5rem;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  margin-top: 0.5rem;
}
ul li {
  list-style-type: square;
}
ol li {
  list-style-type: decimal;
}
.no-style-list {
  margin-left: 0;
}
.no-style-list li {
  list-style-type: none;
}
.no-style-list li ul,
.no-style-list li ol {
  margin-top: 0;
}
/*************************************************************************
 #No Margins
**************************************************************************/
.no-margins li {
  margin-bottom: 0;
}
/*************************************************************************
 #Inline List
**************************************************************************/
.inline-list {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.inline-list li {
  list-style-type: none;
}
.inline-list li ul,
.inline-list li ol {
  margin-top: 0;
}
.inline-list li {
  margin-bottom: 0;
}
/*************************************************************************
 #Social Links
**************************************************************************/
/* #Global Styles ------------------------------------------------------------------------ */
ul.social-links {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  gap: 1.5rem;
}
ul.social-links li {
  list-style-type: none;
}
ul.social-links li ul,
ul.social-links li ol {
  margin-top: 0;
}
ul.social-links li {
  margin-bottom: 0;
}
ul.social-links li {
  position: relative;
  text-align: center;
}
ul.social-links li a {
  display: block;
  line-height: 1rem;
}
ul.social-links li i:before {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Brands', 'Helvetica', 'Arial', sans-serif;
}
ul.social-links li.facebook i:before {
  content: '\f39e';
}
ul.social-links li.twitter i:before {
  content: '\e61b';
}
ul.social-links li.youtube i:before {
  content: '\f167';
}
ul.social-links li.linkedin i:before {
  content: '\f0e1';
}
ul.social-links li.pinterest i:before {
  content: '\f231';
}
ul.social-links li.instagram i:before {
  content: '\f16d';
}
ul.social-links li.email i:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f658';
}
ul.member-benefits {
  margin-left: 0;
}
ul.member-benefits li {
  list-style-type: none;
}
ul.member-benefits li ul,
ul.member-benefits li ol {
  margin-top: 0;
}
ul.member-benefits li {
  padding-left: 1.5rem;
  position: relative;
}
ul.member-benefits li:before {
  content: '\f00c';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #C68258;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
ul.vacancy-details {
  margin-left: 0;
}
ul.vacancy-details li {
  list-style-type: none;
}
ul.vacancy-details li ul,
ul.vacancy-details li ol {
  margin-top: 0;
}
ul.vacancy-details li {
  padding-left: 1.5rem;
  position: relative;
}
ul.vacancy-details li:before {
  content: '';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #C68258;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
ul.vacancy-details li.date:before {
  content: '\f073';
}
ul.vacancy-details li.contract:before {
  content: '\f017';
}
ul.vacancy-details li.salary:before {
  content: '\f51e';
}
ul.vacancy-details li.location:before {
  content: '\f3c5';
}
.content-right ul li,
.content-left ul li {
  list-style: none;
}
.content-right ul li:before,
.content-left ul li:before {
  content: '\f00c';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  padding-right: 0.5rem;
  color: #A65A2A;
}
/* 
Use: Modular
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/* The 11-modular.less stylesheet allows custom module styles to be created to suit the design of the project. These should be any modular item that is used in a continuous or repetitive way. */
.hero-container #breadcrumbs * {
  font-weight: 600;
  font-size: 0.8rem;
}
.hero-container.grey-section {
  background: #F3F0ED;
}
.hero-container.grey-section #breadcrumbs * {
  color: #A65A2A;
}
.hero-container.team-member-hero .job-title {
  text-transform: uppercase;
  color: #C68258;
}
.hero-simple {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 80vh;
  overflow: hidden;
}
@media screen and (max-width: 62.5em) {
  .hero-simple {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }
}
.hero-half,
.hero-two-thirds,
.hero-three-quarters,
.hero-image,
.page-hero {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 80vh;
  overflow: hidden;
}
@media screen and (max-width: 62.5em) {
  .hero-half,
  .hero-two-thirds,
  .hero-three-quarters,
  .hero-image,
  .page-hero {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }
}
.hero-half {
  min-height: 40vh;
}
.hero-two-thirds {
  min-height: 52.8vh;
}
.hero-three-quarters {
  min-height: 60vh;
}
.hero-image {
  position: relative;
  background-color: #000000;
}
.hero-image img,
.hero-image iframe,
.hero-image object,
.hero-image embed,
.hero-image video {
  -webkit-mask-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  object-position: bottom;
}
.page-selector {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  padding: 1rem 0;
  justify-content: center;
}
.page-selector .page-selection {
  min-height: 70vh;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.page-selector .page-selection .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background: #011E41;
  overflow: hidden;
}
.page-selector .page-selection .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition: all 1s ease-in-out;
}
.page-selector .page-selection .content {
  z-index: 1;
  height: 100%;
  display: flex;
  position: relative;
  margin-top: auto;
  justify-content: center;
  text-transform: uppercase;
}
.page-selector .page-selection .content a,
.page-selector .page-selection .content h2 {
  color: #FFFFFF;
}
.page-selector .page-selection:hover .image img {
  transform: scale(1.1);
}
@media screen and (min-width: 46.875em) {
  .page-selector {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 62.5em) {
  .page-selector {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.news-listing {
  min-height: 60vh;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.news-listing .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background: #011E41;
  overflow: hidden;
}
.news-listing .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  -webkit-mask-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.15) 100%);
}
.news-listing .content {
  z-index: 1;
  position: relative;
  margin-top: auto;
  justify-content: center;
  text-transform: uppercase;
}
.news-listing .content a,
.news-listing .content h4 {
  color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5rem;
}
.news-listing .content .pre-heading {
  text-decoration: none;
  font-size: 0.75rem;
  color: #D3A68A;
}
.news-listing:hover .image img {
  transform: scale(1.1);
}
.key-benefit {
  padding-left: 2rem;
}
.key-benefit h6 {
  color: #A65A2A;
  margin-bottom: 1rem;
  position: relative;
}
.key-benefit h6:before {
  content: '\f00c';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
}
.key-benefit h6:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 1px;
  width: 5rem;
  background: #D3A68A;
}
.data-table-container {
  border: 2px solid #DBC9BD;
}
.data-table-container .data-table {
  width: 100%;
}
.data-table-container .data-table thead,
.data-table-container .data-table thead strong {
  color: #A65A2A !important;
}
.data-table-container .data-table th,
.data-table-container .data-table td {
  padding: 0.5rem;
}
.data-table-container .data-table th {
  border-bottom: 2px solid #F3F0ED;
}
.data-table-container .data-table tr td {
  border-bottom: 2px solid #F3F0ED;
}
.data-table-container .data-table tr:last-of-type td {
  border-bottom: none;
}
/*************************************************************************
 #Column Grid
**************************************************************************/
.column-grid .column-module {
  position: relative;
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/*************************************************************************
 #Image Grid
**************************************************************************/
.image-grid .image-module:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\f00e';
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background-color: #A65A2A;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 0;
}
.image-grid .image-module:hover:before {
  opacity: 1;
}
.statistic-module {
  background: #F9F7F6;
  padding: 2rem;
  color: #011E41;
  position: relative;
}
.statistic-module .preheading {
  color: #A65A2A;
}
.statistic-module h1,
.statistic-module h2,
.statistic-module h3,
.statistic-module h4,
.statistic-module h5,
.statistic-module h6,
.statistic-module strong {
  color: #011E41;
}
.statistic-module p,
.statistic-module a {
  color: #011E41;
}
.statistic-module .js-carousel-controls .direction-left:before,
.statistic-module .js-carousel-controls .direction-right:before {
  color: #011E41;
}
.statistic-module .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #011E41;
}
.statistic-module p {
  margin: 0;
}
.statistic-module .statistic {
  color: #C68258;
  font-size: 3rem;
  padding-bottom: 1rem;
  font-weight: 500;
}
.statistic-module .statistic .character {
  font-size: 1.5rem;
  vertical-align: baseline;
}
/*************************************************************************
 #Content Over Image
**************************************************************************/
.content-over-image .image {
  position: relative;
  z-index: 1;
  width: 93.996%;
}
.content-over-image .image .responsive-image-crop {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.content-over-image .image .responsive-image-crop > .image-container,
.content-over-image .image .responsive-image-crop > .video-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-over-image .image .responsive-image-crop > .image-container img,
.content-over-image .image .responsive-image-crop > .video-container img,
.content-over-image .image .responsive-image-crop > .image-container iframe,
.content-over-image .image .responsive-image-crop > .video-container iframe,
.content-over-image .image .responsive-image-crop > .image-container object,
.content-over-image .image .responsive-image-crop > .video-container object,
.content-over-image .image .responsive-image-crop > .image-container embed,
.content-over-image .image .responsive-image-crop > .video-container embed,
.content-over-image .image .responsive-image-crop > .image-container video,
.content-over-image .image .responsive-image-crop > .video-container video {
  width: 100%;
  height: 100%;
}
.content-over-image .image .responsive-image-crop .video-container {
  height: 0;
  top: 50%;
  transform-origin: 50% 0;
  transform: translateY(-50%);
  padding-bottom: 56.25%;
}
.content-over-image .image .responsive-image-crop .video-container .video-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 300%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content-over-image .image .responsive-image-crop.image-hover .image-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(1);
}
.content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
  transform: scale(1.2);
}
.content-over-image .image .responsive-image-crop .image-container img {
  object-fit: cover;
}
@media screen and (min-width: 46.875em) {
  .content-over-image .image {
    position: absolute;
    top: 4.5rem;
    right: 3%;
    bottom: 4.5rem;
    left: 3%;
    margin: 0;
  }
  .content-over-image .image .responsive-image-crop {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    padding-bottom: 0!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 0;
  }
  .content-over-image .image .responsive-image-crop > .image-container,
  .content-over-image .image .responsive-image-crop > .video-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content-over-image .image .responsive-image-crop > .image-container img,
  .content-over-image .image .responsive-image-crop > .video-container img,
  .content-over-image .image .responsive-image-crop > .image-container iframe,
  .content-over-image .image .responsive-image-crop > .video-container iframe,
  .content-over-image .image .responsive-image-crop > .image-container object,
  .content-over-image .image .responsive-image-crop > .video-container object,
  .content-over-image .image .responsive-image-crop > .image-container embed,
  .content-over-image .image .responsive-image-crop > .video-container embed,
  .content-over-image .image .responsive-image-crop > .image-container video,
  .content-over-image .image .responsive-image-crop > .video-container video {
    width: 100%;
    height: 100%;
  }
  .content-over-image .image .responsive-image-crop .video-container {
    height: 0;
    top: 50%;
    transform-origin: 50% 0;
    transform: translateY(-50%);
    padding-bottom: 56.25%;
  }
  .content-over-image .image .responsive-image-crop .video-container .video-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 300%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .content-over-image .image .responsive-image-crop.image-hover .image-container {
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    transform: scale(1);
  }
  .content-over-image .image .responsive-image-crop.image-hover:hover .image-container {
    transform: scale(1.2);
  }
  .content-over-image .image .responsive-image-crop .image-container img {
    object-fit: cover;
  }
}
.content-over-image .content {
  width: 93.996%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 46.875em) {
  .content-over-image .content {
    width: 29.332%;
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .content-over-image.right-container .content {
    margin-right: 11.083%;
  }
  .content-over-image.left-container .content {
    margin-left: 11.083%;
  }
}
.block-grid-item {
  position: relative;
}
.block-grid-item .image-container {
  background: #011E41;
}
.block-grid-item .image-container img {
  opacity: 0.65;
  transition: all 750ms ease-in-out;
}
.block-grid-item .content {
  color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
}
.block-grid-item .content h1,
.block-grid-item .content h2,
.block-grid-item .content h3,
.block-grid-item .content h4,
.block-grid-item .content h5,
.block-grid-item .content h6,
.block-grid-item .content p,
.block-grid-item .content a,
.block-grid-item .content i,
.block-grid-item .content i:before {
  color: #FFFFFF;
}
.block-grid-item .content .primary-button,
.block-grid-item .content input[type="submit"] {
  color: #FFFFFF !important;
}
.block-grid-item .content .js-carousel-controls .direction-left:after,
.block-grid-item .content .js-carousel-controls .direction-right:after {
  color: #FFFFFF;
}
.block-grid-item .content .js-carousel-controls .dot-controls .dot-control-button {
  background-color: rgba(255, 255, 255, 0.25);
}
.block-grid-item .content .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #FFFFFF;
}
.block-grid-item .content nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.block-grid-item .content nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.block-grid-item .content nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #8B0000;
}
.block-grid-item .content .nf-error-msg {
  background-color: #FFFFFF;
  color: #8B0000;
}
.block-grid-item:hover img {
  transform: scale(1.1);
}
/*************************************************************************
 #FAQs
**************************************************************************/
.faq-container .faq {
  border-bottom: 1px solid #D3A68A;
}
.faq-container .faq .faq-title {
  text-align: left;
  position: relative;
  padding: 0.75rem 2rem 0.75rem 0;
  cursor: pointer;
}
.faq-container .faq .faq-title:before {
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '\2b';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #A65A2A;
}
.faq-container .faq .faq-content {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  font-size: 0.9rem;
  opacity: 0;
  text-align: left;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: transform, opacity;
  transition-delay: 0s, 0.25s;
}
.faq-container .faq .faq-content .content-wrapper {
  margin-bottom: 0;
}
.faq-container .faq[aria-expanded='true'] .faq-title {
  font-weight: 500;
}
.faq-container .faq[aria-expanded='true'] .faq-title:before {
  transform: rotate(45deg);
}
.faq-container .faq[aria-expanded='true'] .faq-content {
  height: auto;
  max-height: 20rem;
  opacity: 1;
  padding: 1rem 0;
}
.timeline-segment {
  background: #011E41;
  color: #FFFFFF;
  display: flex;
}
.timeline-segment h1,
.timeline-segment h2,
.timeline-segment h3,
.timeline-segment h4,
.timeline-segment h5,
.timeline-segment h6,
.timeline-segment p,
.timeline-segment a,
.timeline-segment i,
.timeline-segment i:before {
  color: #FFFFFF;
}
.timeline-segment .primary-button,
.timeline-segment input[type="submit"] {
  color: #FFFFFF !important;
}
.timeline-segment .js-carousel-controls .direction-left:after,
.timeline-segment .js-carousel-controls .direction-right:after {
  color: #FFFFFF;
}
.timeline-segment .js-carousel-controls .dot-controls .dot-control-button {
  background-color: rgba(255, 255, 255, 0.25);
}
.timeline-segment .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #FFFFFF;
}
.timeline-segment nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.timeline-segment nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.timeline-segment nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #8B0000;
}
.timeline-segment .nf-error-msg {
  background-color: #FFFFFF;
  color: #8B0000;
}
.timeline-segment .content,
.timeline-segment .image {
  width: 40%;
}
.timeline-segment .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.timeline-segment .content {
  width: 60%;
}
.timeline-segment .content .heading {
  font-size: 2rem;
  padding-bottom: 1rem;
  position: relative;
}
.timeline-segment .content .heading:after {
  content: '';
  height: 2px;
  width: 5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #C68258;
}
.timeline-segment:last-of-type {
  margin-bottom: 0;
}
.vertical-timeline-container {
  position: relative;
}
.vertical-timeline-container:after {
  content: '';
  border-right: 2px dashed #A65A2A;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
}
.collapsible-box {
  margin-bottom: 1rem;
  border: 1px solid #F3F0ED;
}
.collapsible-box .collapsible-toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #F3F0ED;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  color: #011E41;
  position: relative;
}
.collapsible-box .collapsible-toggle:after {
  content: '\2b';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #A65A2A;
}
.collapsible-box .collapsible-content {
  padding: 1rem;
  background-color: #FFFFFF;
  border: 1px solid #C68258;
  border-top: 1px solid #F3F0ED;
}
.collapsible-box .collapsible-content p {
  margin-bottom: 1rem;
}
.collapsible-box .collapsible-content ul li a {
  color: #A65A2A;
}
.collapsible-box .collapsible-content ul li a:hover {
  text-decoration: none;
}
.collapsible-box[aria-expanded='true'] .collapsible-toggle:after {
  content: '\f068';
}
/*************************************************************************
 #Video Module
**************************************************************************/
.video-module .video-container {
  position: relative;
  aspect-ratio: 16 / 9;
}
.video-module .video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.video-module .placeholder {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.video-module .placeholder:before,
.video-module .placeholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  height: 3rem;
  width: 3rem;
}
.video-module .placeholder:before {
  z-index: 3;
  content: '\f04b';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-left: 2px;
}
.video-module .placeholder:after {
  z-index: 2;
  border-radius: 50%;
  background-color: #A65A2A;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.video-module .placeholder:hover {
  cursor: pointer;
}
.video-module .placeholder:hover:after {
  background-color: #C68258;
}
/*************************************************************************
 #Google Maps
**************************************************************************/
.map-container {
  min-height: 65vh;
}
.map-container .inner-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.map-container .map-overlay-text {
  background: rgba(1, 30, 65, 0.7);
  color: #FFFFFF;
}
.map-container .map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.map-container .map img {
  max-width: inherit !important;
}
.map-container .map .gm-style > div:first-child button {
  display: none !important;
}
.map-container .map button {
  width: 2.5rem !important;
  height: 2.5rem !important;
  margin: 1rem !important;
  border-radius: 0 !important;
  background-color: #FFFFFF !important;
}
.map-container .map button:after {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #011E41;
  font-size: 1rem;
  line-height: 2.5rem;
}
.map-container .map button img {
  display: none !important;
}
.map-container .map .gm-style-cc {
  display: none;
}
.map-container .map .gm-fullscreen-control {
  display: none;
}
.map-container .map .gm-style-iw {
  color: #011E41;
  padding: 0.5rem 1.25rem 0.5rem 0.5rem !important;
}
.map-container .map .gm-style-iw .preheading {
  color: #A65A2A;
}
.map-container .map .gm-style-iw h1,
.map-container .map .gm-style-iw h2,
.map-container .map .gm-style-iw h3,
.map-container .map .gm-style-iw h4,
.map-container .map .gm-style-iw h5,
.map-container .map .gm-style-iw h6,
.map-container .map .gm-style-iw strong {
  color: #011E41;
}
.map-container .map .gm-style-iw p,
.map-container .map .gm-style-iw a {
  color: #011E41;
}
.map-container .map .gm-style-iw .js-carousel-controls .direction-left:before,
.map-container .map .gm-style-iw .js-carousel-controls .direction-right:before {
  color: #011E41;
}
.map-container .map .gm-style-iw .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #011E41;
}
.map-container .map .gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
  max-width: auto !important;
  max-height: auto !important;
}
.map-container .map .gm-style-iw button {
  width: 0.75rem !important;
  height: 0.75rem !important;
  margin: 0.25rem !important;
  top: 0 !important;
  right: 0 !important;
  background-colour: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
.map-container .map .gm-style-iw button:after {
  content: '\f00d';
  width: 0.75rem !important;
  height: 0.75rem !important;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.map-container .map .gm-bundled-control {
  margin: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.map-container .map .gm-bundled-control .gmnoprint {
  display: none;
}
@media screen and (min-width: 62.5em) {
  .map-container .map button {
    height: 2rem !important;
    width: 2rem !important;
  }
  .map-container .map button:after {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }
}
.category-selector {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-left: 0;
}
.category-selector li {
  list-style-type: none;
}
.category-selector li ul,
.category-selector li ol {
  margin-top: 0;
}
.category-selector .category-item {
  height: 18rem;
  position: relative;
  margin: 0;
  background: #011E41;
}
.category-selector .category-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.15) 100%);
  mask-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.15) 100%);
}
.category-selector .category-item h2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1rem;
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .category-selector {
    grid-template-columns: repeat(3, 1fr);
  }
  .category-selector .category-item:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .category-selector .category-item:nth-of-type(2),
  .category-selector .category-item:nth-of-type(6) {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .category-selector .category-item:nth-of-type(3),
  .category-selector .category-item:nth-of-type(7) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .category-selector .category-item:nth-of-type(4),
  .category-selector .category-item:nth-of-type(8) {
    grid-column-start: 3;
    grid-column-end: 4;
  }
}
.team-member-listing {
  border-bottom: 1px solid #DBC9BD;
  position: relative;
}
.team-member-listing .job-title {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #C68258;
}
.team-member-listing:after {
  content: '\f061';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #A65A2A;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background: #FFFFFF;
  width: 1.5rem;
}
.partner-listing {
  position: relative;
}
.partner-listing h4 {
  text-transform: uppercase;
}
.partner-listing .content {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
.partner-listing.with-link .content {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #DBC9BD;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.partner-listing.with-link .content:after {
  content: '\f061';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #A65A2A;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background: #F9F7F6;
  width: 1.5rem;
}
.testimonial-grid .testimonial-module {
  padding-top: 2rem;
}
.testimonial-grid .testimonial-module .content {
  border: 1px solid #C68258;
  padding: 3rem 2rem;
  position: relative;
}
.testimonial-grid .testimonial-module .content .testimonial-body {
  font-size: 1.1rem;
}
.testimonial-grid .testimonial-module .content .testimonial-author {
  margin-top: 1.5rem;
}
.testimonial-grid .testimonial-module .content:after {
  content: '';
  position: absolute;
  top: -1rem;
  left: 1.5rem;
  height: 3rem;
  width: 3rem;
  background: #FFFFFF;
  background-image: url('img/ui/quote-marks-sienna.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.vacancy-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.vacancy-listing .content {
  grid-column-start: 1;
  grid-column-end: 3;
}
.vacancy-listing .content h2 {
  padding-bottom: 1rem;
  position: relative;
}
.vacancy-listing .content h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 5rem;
  background: #A65A2A;
}
.vacancy-listing .details {
  grid-column-start: 3;
  grid-column-end: 4;
  border-left: 1px solid #A65A2A;
}
ul.tab-navigation {
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 1rem;
}
ul.tab-navigation li {
  list-style-type: none;
}
ul.tab-navigation li ul,
ul.tab-navigation li ol {
  margin-top: 0;
}
ul.tab-navigation li {
  background: #D3A68A;
  text-align: center;
  padding: 0.5rem 0.25rem;
  margin-bottom: 0;
  cursor: pointer;
}
ul.tab-navigation li.active {
  background: #F9F7F6;
}
.tab-content-area .tab-content {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.tab-content-area .tab-content.active {
  opacity: 1;
  height: auto;
  visibility: visible;
}
@media screen and (min-width: 46.875em) {
  .team-member-details {
    transform: translateY(-13rem);
  }
}
.fact-container {
  background: #F3F0ED;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.fact-container .icon {
  background: #DBC9BD;
  height: 4rem;
  width: 4rem;
  flex: none;
  border-radius: 4rem;
  position: relative;
}
.fact-container .icon:before {
  content: '\f762';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #A65A2A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}
/*************************************************************************
 #Google Maps
**************************************************************************/
.map-container {
  min-height: 65vh;
}
.map-container .inner-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.map-container .map-overlay-text {
  background: rgba(1, 30, 65, 0.7);
  color: #FFFFFF;
}
.map-container .map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.map-container .map img {
  max-width: inherit !important;
}
.map-container .map .gm-style > div:first-child button {
  display: none !important;
}
.map-container .map button {
  width: 2.5rem !important;
  height: 2.5rem !important;
  margin: 1rem !important;
  border-radius: 0 !important;
  background-color: #FFFFFF !important;
}
.map-container .map button:after {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  top: 0;
  left: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #011E41;
  font-size: 1rem;
  line-height: 2.5rem;
}
.map-container .map button img {
  display: none !important;
}
.map-container .map .gm-style-cc {
  display: none;
}
.map-container .map .gm-fullscreen-control:after {
  content: '\f065';
}
.map-container .map .gm-style-iw {
  color: #011E41;
  padding: 0.5rem 1.25rem 0.5rem 0.5rem !important;
}
.map-container .map .gm-style-iw .preheading {
  color: #A65A2A;
}
.map-container .map .gm-style-iw h1,
.map-container .map .gm-style-iw h2,
.map-container .map .gm-style-iw h3,
.map-container .map .gm-style-iw h4,
.map-container .map .gm-style-iw h5,
.map-container .map .gm-style-iw h6,
.map-container .map .gm-style-iw strong {
  color: #011E41;
}
.map-container .map .gm-style-iw p,
.map-container .map .gm-style-iw a {
  color: #011E41;
}
.map-container .map .gm-style-iw .js-carousel-controls .direction-left:before,
.map-container .map .gm-style-iw .js-carousel-controls .direction-right:before {
  color: #011E41;
}
.map-container .map .gm-style-iw .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #011E41;
}
.map-container .map .gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
  max-width: auto !important;
  max-height: auto !important;
}
.map-container .map .gm-style-iw button {
  width: 0.75rem !important;
  height: 0.75rem !important;
  margin: 0.25rem !important;
  top: 0 !important;
  right: 0 !important;
  background-colour: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
.map-container .map .gm-style-iw button:after {
  content: '\f00d';
  width: 0.75rem !important;
  height: 0.75rem !important;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.map-container .map .gm-bundled-control {
  margin: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.map-container .map .gm-bundled-control .gmnoprint {
  position: static !important;
  top: auto !important;
  left: auto !important;
}
.map-container .map .gm-bundled-control .gmnoprint > div {
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.map-container .map .gm-bundled-control .gmnoprint > div > div {
  display: none;
}
.map-container .map .gm-bundled-control .gmnoprint > div > button[title='Zoom in']:after {
  content: '\f067';
}
.map-container .map .gm-bundled-control .gmnoprint > div > button[title='Zoom out']:after {
  content: '\f068';
}
@media screen and (min-width: 62.5em) {
  .map-container .map button {
    height: 2rem !important;
    width: 2rem !important;
  }
  .map-container .map button:after {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }
}
.icon-benefit {
  display: flex;
  flex-direction: column;
}
.icon-benefit .icon {
  background: #EBE3DC;
  border-radius: 2rem;
  height: 4rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  margin-bottom: 1rem;
}
.icon-benefit .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icon-benefit h5 {
  color: #A65A2A;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D3A68A;
}
.download-brochure {
  margin: 0!important;
}
@media screen and (max-width: 46.875em) {
  .download-brochure {
    width: 100%;
  }
}
.filters {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.filters .facetwp-facet {
  margin: 0;
}
.filters button.facet-reset-button {
  appearance: none !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  background-image: none !important;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  font-family: "Montserrat", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 0.75rem !important;
  z-index: 1 !important;
  border-radius: 2rem !important;
  color: #011E41 !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 2.5rem !important;
}
.filters button.facet-reset-button:last-child {
  margin-bottom: 0 !important;
}
.filters button.facet-reset-button:focus {
  outline: none !important;
}
.filters button.facet-reset-button:hover {
  border-bottom: none !important;
}
.filters button.facet-reset-button:disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
.filters button.facet-reset-button:before,
.filters button.facet-reset-button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: block !important;
  position: absolute !important;
  content: '' !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.filters button.facet-reset-button:before {
  z-index: -2 !important;
}
.filters button.facet-reset-button:after {
  z-index: -1 !important;
}
.filters button.facet-reset-button.small {
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  padding: 0 0.75rem !important;
}
.filters button.facet-reset-button.small:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.filters button.facet-reset-button.medium {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  padding: 0 1rem !important;
}
.filters button.facet-reset-button.medium:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
.filters button.facet-reset-button.large {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 2.5rem !important;
}
.filters button.facet-reset-button.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.filters button.facet-reset-button.primary-button {
  color: #011E41 !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.filters button.facet-reset-button.primary-button:hover {
  border: 2px solid #C68258 !important;
}
.filters button.facet-reset-button.secondary-button {
  color: #FFFFFF !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.filters button.facet-reset-button.secondary-button:hover {
  border: 2px solid #C68258 !important;
}
.filters button.facet-reset-button.with-icon {
  padding-right: 0 !important;
}
.filters button.facet-reset-button.with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.filters button.facet-reset-button.text-button-with-icon {
  padding-right: 0 !important;
}
.filters button.facet-reset-button.text-button-with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.filters button.facet-reset-button.text-button-with-icon:after {
  margin-left: 0.5rem !important;
}
.filters button.facet-reset-button.icon-only {
  padding-right: 0 !important;
  padding: 0!important !important;
  text-indent: -9999px !important;
}
.filters button.facet-reset-button.icon-only:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.filters button.facet-reset-button.icon-only:after {
  position: absolute!important !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
}
.filters button.facet-reset-button.download-button {
  padding-right: 0 !important;
}
.filters button.facet-reset-button.download-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.filters button.facet-reset-button.download-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f56d' !important;
}
.filters button.facet-reset-button.search-button {
  padding-right: 0 !important;
}
.filters button.facet-reset-button.search-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.filters button.facet-reset-button.search-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f002' !important;
}
.filters button.facet-reset-button.reset-button {
  padding-right: 0 !important;
}
.filters button.facet-reset-button.reset-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.filters button.facet-reset-button.reset-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f2ea' !important;
}
.filters button.facet-reset-button.arrow-left:after {
  content: '\f053' !important;
}
.filters button.facet-reset-button.arrow-right:after {
  content: '\f054' !important;
}
.filters button.facet-reset-button.plus-button {
  padding-right: 0 !important;
}
.filters button.facet-reset-button.plus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.filters button.facet-reset-button.plus-button:after {
  content: '\2b' !important;
}
.filters button.facet-reset-button.minus-button {
  padding-right: 0 !important;
}
.filters button.facet-reset-button.minus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.filters button.facet-reset-button.minus-button:after {
  content: '\2d' !important;
}
.filters button.facet-reset-button.close:after {
  content: '\f00d' !important;
}
.filters button.facet-reset-button:hover {
  border: 2px solid #C68258 !important;
}
.filters button.facet-reset-button:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.filters button.facet-reset-button:after {
  line-height: inherit !important;
}
@media screen and (min-width: 46.875em) {
  .filters {
    flex-direction: row;
  }
}
.news-bar {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D3A68A;
  padding-bottom: 1rem;
}
.news-bar .share-module {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.news-bar .share-module p {
  margin: 0;
  color: #A65A2A;
}
.facetwp-load-more {
  appearance: none !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  background-image: none !important;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  font-family: "Montserrat", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 0.75rem !important;
  z-index: 1 !important;
  border-radius: 2rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 2.5rem !important;
  color: #011E41 !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.facetwp-load-more:last-child {
  margin-bottom: 0 !important;
}
.facetwp-load-more:focus {
  outline: none !important;
}
.facetwp-load-more:hover {
  border-bottom: none !important;
}
.facetwp-load-more:disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
.facetwp-load-more:before,
.facetwp-load-more:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: block !important;
  position: absolute !important;
  content: '' !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.facetwp-load-more:before {
  z-index: -2 !important;
}
.facetwp-load-more:after {
  z-index: -1 !important;
}
.facetwp-load-more.small {
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  padding: 0 0.75rem !important;
}
.facetwp-load-more.small:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.facetwp-load-more.medium {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  padding: 0 1rem !important;
}
.facetwp-load-more.medium:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
.facetwp-load-more.large {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 2.5rem !important;
}
.facetwp-load-more.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.facetwp-load-more.primary-button {
  color: #011E41 !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.facetwp-load-more.primary-button:hover {
  border: 2px solid #C68258 !important;
}
.facetwp-load-more.secondary-button {
  color: #FFFFFF !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.facetwp-load-more.secondary-button:hover {
  border: 2px solid #C68258 !important;
}
.facetwp-load-more.with-icon {
  padding-right: 0 !important;
}
.facetwp-load-more.with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.facetwp-load-more.text-button-with-icon {
  padding-right: 0 !important;
}
.facetwp-load-more.text-button-with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.facetwp-load-more.text-button-with-icon:after {
  margin-left: 0.5rem !important;
}
.facetwp-load-more.icon-only {
  padding-right: 0 !important;
  padding: 0!important !important;
  text-indent: -9999px !important;
}
.facetwp-load-more.icon-only:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.facetwp-load-more.icon-only:after {
  position: absolute!important !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
}
.facetwp-load-more.download-button {
  padding-right: 0 !important;
}
.facetwp-load-more.download-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.facetwp-load-more.download-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f56d' !important;
}
.facetwp-load-more.search-button {
  padding-right: 0 !important;
}
.facetwp-load-more.search-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.facetwp-load-more.search-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f002' !important;
}
.facetwp-load-more.reset-button {
  padding-right: 0 !important;
}
.facetwp-load-more.reset-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.facetwp-load-more.reset-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f2ea' !important;
}
.facetwp-load-more.arrow-left:after {
  content: '\f053' !important;
}
.facetwp-load-more.arrow-right:after {
  content: '\f054' !important;
}
.facetwp-load-more.plus-button {
  padding-right: 0 !important;
}
.facetwp-load-more.plus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.facetwp-load-more.plus-button:after {
  content: '\2b' !important;
}
.facetwp-load-more.minus-button {
  padding-right: 0 !important;
}
.facetwp-load-more.minus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.facetwp-load-more.minus-button:after {
  content: '\2d' !important;
}
.facetwp-load-more.close:after {
  content: '\f00d' !important;
}
.facetwp-load-more:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.facetwp-load-more:hover {
  border: 2px solid #C68258 !important;
}
.facetwp-hidden {
  display: none!important;
}
/* 
Use: Carousels
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/* The 12-carousels.less stylesheet allows custom carousel styles to be created to suit the design of the project. */
/*************************************************************************
 #JS Carousel
**************************************************************************/
.js-carousel {
  height: 100%;
}
.js-carousel .js-carousel-slides {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.js-carousel .js-carousel-slides .carousel-slide {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  flex: 1 0 100%;
  margin-left: -100%;
  opacity: 0;
  pointer-events: none;
}
.js-carousel .js-carousel-slides .carousel-slide img {
  object-position: center;
}
.js-carousel .js-carousel-slides .carousel-slide:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-slides .carousel-slide.current-slide {
  opacity: 1;
  pointer-events: auto;
}
.js-carousel .js-carousel-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  overflow: hidden;
}
.js-carousel .js-carousel-controls .direction-left,
.js-carousel .js-carousel-controls .direction-right {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:last-child,
.js-carousel .js-carousel-controls .direction-right:last-child {
  margin-bottom: 0;
}
.js-carousel .js-carousel-controls .direction-left:focus,
.js-carousel .js-carousel-controls .direction-right:focus {
  outline: none;
}
.js-carousel .js-carousel-controls .direction-left:hover,
.js-carousel .js-carousel-controls .direction-right:hover {
  border-bottom: none;
}
.js-carousel .js-carousel-controls .direction-left:disabled,
.js-carousel .js-carousel-controls .direction-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before,
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.js-carousel .js-carousel-controls .direction-left:before,
.js-carousel .js-carousel-controls .direction-right:before {
  z-index: -2;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  z-index: -1;
}
.js-carousel .js-carousel-controls .direction-left.small,
.js-carousel .js-carousel-controls .direction-right.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.js-carousel .js-carousel-controls .direction-left.small:after,
.js-carousel .js-carousel-controls .direction-right.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left.medium,
.js-carousel .js-carousel-controls .direction-right.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.js-carousel .js-carousel-controls .direction-left.medium:after,
.js-carousel .js-carousel-controls .direction-right.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.js-carousel .js-carousel-controls .direction-left.large,
.js-carousel .js-carousel-controls .direction-right.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
.js-carousel .js-carousel-controls .direction-left.large:after,
.js-carousel .js-carousel-controls .direction-right.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.js-carousel .js-carousel-controls .direction-left.primary-button,
.js-carousel .js-carousel-controls .direction-right.primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.js-carousel .js-carousel-controls .direction-left.primary-button:hover,
.js-carousel .js-carousel-controls .direction-right.primary-button:hover {
  border: 2px solid #C68258;
}
.js-carousel .js-carousel-controls .direction-left.secondary-button,
.js-carousel .js-carousel-controls .direction-right.secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
.js-carousel .js-carousel-controls .direction-left.secondary-button:hover,
.js-carousel .js-carousel-controls .direction-right.secondary-button:hover {
  border: 2px solid #C68258;
}
.js-carousel .js-carousel-controls .direction-left.with-icon,
.js-carousel .js-carousel-controls .direction-right.with-icon {
  padding-right: 0;
}
.js-carousel .js-carousel-controls .direction-left.with-icon:after,
.js-carousel .js-carousel-controls .direction-right.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon {
  padding-right: 0;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.js-carousel .js-carousel-controls .direction-left.icon-only,
.js-carousel .js-carousel-controls .direction-right.icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.js-carousel .js-carousel-controls .direction-left.download-button,
.js-carousel .js-carousel-controls .direction-right.download-button {
  padding-right: 0;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel .js-carousel-controls .direction-right.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
.js-carousel .js-carousel-controls .direction-left.search-button,
.js-carousel .js-carousel-controls .direction-right.search-button {
  padding-right: 0;
}
.js-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel .js-carousel-controls .direction-right.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel .js-carousel-controls .direction-right.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
.js-carousel .js-carousel-controls .direction-left.reset-button,
.js-carousel .js-carousel-controls .direction-right.reset-button {
  padding-right: 0;
}
.js-carousel .js-carousel-controls .direction-left.reset-button:after,
.js-carousel .js-carousel-controls .direction-right.reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left.reset-button:after,
.js-carousel .js-carousel-controls .direction-right.reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
.js-carousel .js-carousel-controls .direction-left.arrow-left:after,
.js-carousel .js-carousel-controls .direction-right.arrow-left:after {
  content: '\f053';
}
.js-carousel .js-carousel-controls .direction-left.arrow-right:after,
.js-carousel .js-carousel-controls .direction-right.arrow-right:after {
  content: '\f054';
}
.js-carousel .js-carousel-controls .direction-left.plus-button,
.js-carousel .js-carousel-controls .direction-right.plus-button {
  padding-right: 0;
}
.js-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel .js-carousel-controls .direction-right.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel .js-carousel-controls .direction-right.plus-button:after {
  content: '\2b';
}
.js-carousel .js-carousel-controls .direction-left.minus-button,
.js-carousel .js-carousel-controls .direction-right.minus-button {
  padding-right: 0;
}
.js-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel .js-carousel-controls .direction-right.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel .js-carousel-controls .direction-right.minus-button:after {
  content: '\2d';
}
.js-carousel .js-carousel-controls .direction-left.close:after,
.js-carousel .js-carousel-controls .direction-right.close:after {
  content: '\f00d';
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.js-carousel .js-carousel-controls .direction-left:after,
.js-carousel .js-carousel-controls .direction-right:after {
  color: #011E41;
  line-height: 1.5rem;
}
.js-carousel .js-carousel-controls .direction-left:after {
  content: '\f053';
  text-align: left;
}
.js-carousel .js-carousel-controls .direction-right:after {
  content: '\f054';
  text-align: right;
}
.js-carousel .js-carousel-controls .dot-controls {
  word-spacing: -0.35rem;
  height: 1rem;
  pointer-events: none;
  z-index: 10;
}
.js-carousel .js-carousel-controls .dot-controls * {
  word-spacing: normal;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button {
  display: inline-flex;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  pointer-events: auto;
  overflow: hidden;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:first-of-type {
  margin-left: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:last-of-type {
  margin-right: 0;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:after {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: #011E41;
}
.js-carousel .js-carousel-controls .dot-controls .dot-control-button:hover:after,
.js-carousel .js-carousel-controls .dot-controls .dot-control-button.current-slide:after {
  height: 100%;
}
.js-carousel.sliding-carousel .js-carousel-slides .carousel-slide {
  transition: transform 0ms 500ms linear;
  transform: translateX(100%);
  z-index: 0;
  opacity: 1;
}
.js-carousel.sliding-carousel .js-carousel-slides .carousel-slide.current-slide {
  transition: transform 500ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: translateX(0);
  z-index: 1;
}
.js-carousel.thumbnail-carousel .js-carousel-controls {
  align-items: stretch;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
  width: 1.5rem;
  min-width: 1.5rem;
  height: auto;
  margin-bottom: 0!important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:last-child,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:last-child {
  margin-bottom: 0;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:focus,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:focus {
  outline: none;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:hover {
  border-bottom: none;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:disabled,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:before,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:before,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:before,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:before {
  z-index: -2;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  z-index: -1;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.small,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.small:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.medium,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.medium:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.large,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.large:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.primary-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.primary-button:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.primary-button:hover {
  border: 2px solid #C68258;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.secondary-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.secondary-button:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.secondary-button:hover {
  border: 2px solid #C68258;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.with-icon,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.with-icon {
  padding-right: 0;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.with-icon:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.text-button-with-icon,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.text-button-with-icon {
  padding-right: 0;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.text-button-with-icon:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.icon-only,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.icon-only:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.download-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.download-button {
  padding-right: 0;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.download-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.search-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.search-button {
  padding-right: 0;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.search-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.reset-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.reset-button {
  padding-right: 0;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.reset-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.reset-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.arrow-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.arrow-left:after {
  content: '\f053';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.arrow-right:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.arrow-right:after {
  content: '\f054';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.plus-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.plus-button {
  padding-right: 0;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.plus-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.plus-button:after {
  content: '\2b';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.minus-button,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.minus-button {
  padding-right: 0;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.minus-button:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.minus-button:after {
  content: '\2d';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left.close:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right.close:after {
  content: '\f00d';
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:hover,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:hover {
  border: 2px solid #C68258;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left {
  margin-right: 1rem !important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-left:after {
  content: '\f104' !important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right {
  margin-left: 1rem !important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .direction-right:after {
  content: '\f105' !important;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls {
  width: calc(100% + 1rem);
  height: auto;
  margin: 0 -0.5rem -0.5rem -0.5rem;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls .dot-control-button {
  width: calc(25% - 1rem);
  height: auto!important;
  margin: 0 0.5rem 0.5rem 0.5rem;
  background-color: transparent;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls .dot-control-button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  height: 100%;
  background-color: transparent;
  box-shadow: inset 0 0 0 0px #011E41;
}
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls .dot-control-button:hover:after,
.js-carousel.thumbnail-carousel .js-carousel-controls .dot-controls .dot-control-button.current-slide:after {
  box-shadow: inset 0 0 0 3px #011E41;
}
.js-carousel.hero-carousel .js-carousel-slides .carousel-slide {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 80vh;
  overflow: hidden;
}
@media screen and (max-width: 62.5em) {
  .js-carousel.hero-carousel .js-carousel-slides .carousel-slide {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }
}
.js-carousel.hero-carousel .js-carousel-controls {
  position: absolute;
  bottom: 1rem;
}
.light-section .js-carousel-controls .direction-left:before,
.light-section .js-carousel-controls .direction-right:before {
  color: #011E41;
}
.light-section .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #011E41;
}
.dark-section .js-carousel-controls .direction-left:after,
.dark-section .js-carousel-controls .direction-right:after {
  color: #FFFFFF;
}
.dark-section .js-carousel-controls .dot-controls .dot-control-button {
  background-color: rgba(255, 255, 255, 0.25);
}
.dark-section .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #FFFFFF;
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 3rem;
  height: 4px;
  margin: 0 0.75rem;
  background: #A65A2A;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot:first-child {
  margin-left: 0;
}
.flickity-page-dots .dot:last-child {
  margin-right: 0;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.horizontal-timeline,
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.horizontal-timeline .flickity-viewport,
.image-gallery .flickity-viewport {
  width: 100%;
  order: 1;
  margin-bottom: 1.5rem;
}
.horizontal-timeline .flickity-viewport .carousel-cell,
.image-gallery .flickity-viewport .carousel-cell {
  margin: 0 1rem;
  width: 80%;
  background: #000000;
}
@media screen and (min-width: 46.875em) {
  .horizontal-timeline .flickity-viewport .carousel-cell,
  .image-gallery .flickity-viewport .carousel-cell {
    width: 60%;
  }
}
.horizontal-timeline .flickity-viewport .carousel-cell img,
.image-gallery .flickity-viewport .carousel-cell img {
  opacity: 0.5;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
}
.horizontal-timeline .flickity-viewport .carousel-cell.is-selected img,
.image-gallery .flickity-viewport .carousel-cell.is-selected img {
  opacity: 1;
}
.horizontal-timeline .flickity-button,
.image-gallery .flickity-button {
  position: relative;
  inset: unset;
  border-radius: unset;
  transform: none;
  height: 2rem;
  width: 2rem;
  background-color: transparent;
}
.horizontal-timeline .flickity-button svg,
.image-gallery .flickity-button svg {
  display: none;
}
.horizontal-timeline .flickity-button:before,
.image-gallery .flickity-button:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A65A2A;
}
.horizontal-timeline .flickity-button.previous,
.image-gallery .flickity-button.previous {
  order: 2;
}
.horizontal-timeline .flickity-button.previous:before,
.image-gallery .flickity-button.previous:before {
  content: '\f060';
}
.horizontal-timeline .flickity-button.next,
.image-gallery .flickity-button.next {
  order: 4;
}
.horizontal-timeline .flickity-button.next:before,
.image-gallery .flickity-button.next:before {
  content: '\f061';
}
.horizontal-timeline .flickity-page-dots,
.image-gallery .flickity-page-dots {
  position: relative;
  order: 3;
  height: 2rem;
  width: unset;
  display: flex;
  align-items: center;
  margin: 0 1rem;
}
.testimonials-carousel {
  position: relative;
}
.testimonials-carousel .body {
  font-size: 1.75rem;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 1rem;
}
.testimonials-carousel .author {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
}
.testimonials-carousel .flickity-page-dots {
  bottom: -45px;
}
.testimonials-carousel .flickity-page-dots .dot {
  background: #A65A2A;
}
.blue-section .flickity-page-dots .dot {
  background: #FFFFFF;
}
.outer-container:has(.testimonials-carousel) .inner-container {
  position: relative;
}
.outer-container:has(.testimonials-carousel) .inner-container:after {
  content: '';
  background-image: url('img/ui/quote-marks.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 5rem;
  width: 5rem;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.25;
  z-index: 0;
}
.outer-container:has(.testimonials-carousel) .full-width-inner-container .testimonials-carousel {
  position: relative;
}
.outer-container:has(.testimonials-carousel) .full-width-inner-container .testimonials-carousel .flickity-page-dots {
  text-align: left;
}
.outer-container:has(.testimonials-carousel) .full-width-inner-container .testimonials-carousel:after {
  content: '';
  background-image: url('img/ui/quote-marks.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 5rem;
  width: 5rem;
  position: absolute;
  top: -5rem;
  left: 0;
  transform: translateX(-50%);
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}
.header-ticker {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-ticker .prev-btn,
.header-ticker .next-btn {
  cursor: pointer;
}
.header-ticker .prev-btn:after,
.header-ticker .next-btn:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
}
.header-ticker .prev-btn:after {
  content: '\f053';
}
.header-ticker .next-btn:after {
  content: '\f054';
}
.header-ticker .ticker-carousel {
  max-height: 1.5rem;
  width: 100%;
}
.header-ticker .ticker-carousel .flickity-viewport {
  max-height: 1.5rem;
}
.header-ticker .ticker-carousel .flickity-viewport .carousel-cell {
  padding: 0 1rem;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.8rem;
}
@media screen and (min-width: 62.5em) {
  .header-ticker .ticker-carousel {
    width: 600px;
  }
}
@media screen and (min-width: 78.125em) {
  .header-ticker .ticker-carousel {
    width: 700px;
  }
}
/* 
Use: Animations
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/* The 13-animations.less stylesheet allows custom animation styles to be created to suit the design of the project. */
/*************************************************************************
 #Reveal Animations
**************************************************************************/
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    transition: all 875ms cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
  }
  .reveal.fade-in {
    opacity: 0;
  }
  .reveal.scale-in {
    transform: scale(0.95) translateY(1rem);
    opacity: 0;
  }
  .reveal.fade-up {
    transform: translateY(1rem);
    opacity: 0;
  }
  .reveal.fade-left {
    transform: translateX(-1rem);
    opacity: 0;
  }
  .reveal.fade-right {
    transform: translateX(1rem);
    opacity: 0;
  }
  .reveal.slide-left {
    transform: translateX(calc(-98%));
    opacity: 0;
  }
  .reveal.slide-right {
    transform: translateX(calc(98%));
    opacity: 0;
  }
  .reveal.slide-up {
    transform: translateY(calc(98%));
    opacity: 0;
  }
  .revealed.fade-in {
    opacity: 1;
  }
  .revealed.scale-in {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  .revealed.fade-up {
    transform: translateY(0);
    opacity: 1;
  }
  .revealed.fade-left,
  .revealed.fade-right {
    transform: translateX(0);
    opacity: 1;
  }
  .revealed.slide-left,
  .revealed.slide-right {
    transform: translateX(0);
    opacity: 1;
  }
  .revealed.slide-up {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 
Use: Forms
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/*************************************************************************
 #Global Form Elements
**************************************************************************/
button,
input,
textarea,
select,
option {
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  appearance: none;
  border: none!important;
  border-radius: 0!important;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
}
button:focus,
input:focus,
textarea:focus,
select:focus,
option:focus {
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"],
select {
  min-height: 2.5rem;
  height: 2.5rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="search"] {
  line-height: 2.5rem;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select {
  padding: 0 1rem !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
select,
textarea {
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0 2px #D3A68A;
}
.hs-blue-01 input[type="text"]::placeholder,
.hs-blue-01 input[type="password"]::placeholder,
.hs-blue-01 input[type="email"]::placeholder,
.hs-blue-01 input[type="number"]::placeholder,
.hs-blue-01 input[type="tel"]::placeholder,
.hs-blue-01 input[type="search"]::placeholder,
.hs-blue-01 input[type="checkbox"]::placeholder,
.hs-blue-01 input[type="radio"]::placeholder,
.hs-blue-01 select::placeholder,
.hs-blue-01 textarea::placeholder {
  color: #DBC9BD;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
  box-shadow: inset 0 0 0 2px #C68258;
}
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  appearance: none;
}
select,
input[type="search"] {
  background-position: right center!important;
  background-repeat: no-repeat !important;
  background-size: auto 70%!important;
  padding-right: 2rem !important;
}
select {
  background-image: url('img/ui/icon-down-arrow.svg');
}
input[type="search"] {
  background-image: url('img/ui/icon-search.svg');
}
input[type="search"] {
  position: relative;
  background-image: url('img/ui/icon-search.svg') !important;
}
input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
  position: absolute;
  width: 1.25rem;
  height: 2.5rem;
  margin: 0;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url('img/ui/icon-close.svg') !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 70%!important;
  background-color: transparent;
  border-radius: 50%!important;
}
textarea {
  padding: 0.5rem 1rem;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  width: 1.25rem !important;
  min-width: 1.25rem !important;
  height: 1.25rem !important;
  min-height: 1.25rem !important;
  margin-left: 0;
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
}
input[type="checkbox"]:checked {
  background-image: url('img/ui/icon-check.svg');
}
input[type="radio"] {
  border-radius: 50%!important;
}
input[type="radio"]:checked {
  background-image: url('img/ui/icon-radio.svg');
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
  margin-bottom: 0;
}
input[type="submit"]:last-child,
input[type="button"]:last-child,
input[type="reset"]:last-child {
  margin-bottom: 0;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  outline: none;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-bottom: none;
}
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
input[type="submit"]:before,
input[type="button"]:before,
input[type="reset"]:before {
  z-index: -2;
}
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  z-index: -1;
}
input[type="submit"].small,
input[type="button"].small,
input[type="reset"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
input[type="submit"].small:after,
input[type="button"].small:after,
input[type="reset"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
input[type="submit"].medium,
input[type="button"].medium,
input[type="reset"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
input[type="submit"].medium:after,
input[type="button"].medium:after,
input[type="reset"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
input[type="submit"].large,
input[type="button"].large,
input[type="reset"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
input[type="submit"].large:after,
input[type="button"].large:after,
input[type="reset"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
input[type="submit"].primary-button,
input[type="button"].primary-button,
input[type="reset"].primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
input[type="submit"].primary-button:hover,
input[type="button"].primary-button:hover,
input[type="reset"].primary-button:hover {
  border: 2px solid #C68258;
}
input[type="submit"].secondary-button,
input[type="button"].secondary-button,
input[type="reset"].secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
input[type="submit"].secondary-button:hover,
input[type="button"].secondary-button:hover,
input[type="reset"].secondary-button:hover {
  border: 2px solid #C68258;
}
input[type="submit"].with-icon,
input[type="button"].with-icon,
input[type="reset"].with-icon {
  padding-right: 0;
}
input[type="submit"].with-icon:after,
input[type="button"].with-icon:after,
input[type="reset"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
input[type="submit"].text-button-with-icon,
input[type="button"].text-button-with-icon,
input[type="reset"].text-button-with-icon {
  padding-right: 0;
}
input[type="submit"].text-button-with-icon:after,
input[type="button"].text-button-with-icon:after,
input[type="reset"].text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
input[type="submit"].text-button-with-icon:after,
input[type="button"].text-button-with-icon:after,
input[type="reset"].text-button-with-icon:after {
  margin-left: 0.5rem;
}
input[type="submit"].icon-only,
input[type="button"].icon-only,
input[type="reset"].icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
input[type="submit"].icon-only:after,
input[type="button"].icon-only:after,
input[type="reset"].icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
input[type="submit"].download-button,
input[type="button"].download-button,
input[type="reset"].download-button {
  padding-right: 0;
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
input[type="submit"].download-button:after,
input[type="button"].download-button:after,
input[type="reset"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
input[type="submit"].search-button,
input[type="button"].search-button,
input[type="reset"].search-button {
  padding-right: 0;
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
input[type="submit"].search-button:after,
input[type="button"].search-button:after,
input[type="reset"].search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
input[type="submit"].reset-button,
input[type="button"].reset-button,
input[type="reset"].reset-button {
  padding-right: 0;
}
input[type="submit"].reset-button:after,
input[type="button"].reset-button:after,
input[type="reset"].reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
input[type="submit"].reset-button:after,
input[type="button"].reset-button:after,
input[type="reset"].reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
input[type="submit"].arrow-left:after,
input[type="button"].arrow-left:after,
input[type="reset"].arrow-left:after {
  content: '\f053';
}
input[type="submit"].arrow-right:after,
input[type="button"].arrow-right:after,
input[type="reset"].arrow-right:after {
  content: '\f054';
}
input[type="submit"].plus-button,
input[type="button"].plus-button,
input[type="reset"].plus-button {
  padding-right: 0;
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
input[type="submit"].plus-button:after,
input[type="button"].plus-button:after,
input[type="reset"].plus-button:after {
  content: '\2b';
}
input[type="submit"].minus-button,
input[type="button"].minus-button,
input[type="reset"].minus-button {
  padding-right: 0;
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
input[type="submit"].minus-button:after,
input[type="button"].minus-button:after,
input[type="reset"].minus-button:after {
  content: '\2d';
}
input[type="submit"].close:after,
input[type="button"].close:after,
input[type="reset"].close:after {
  content: '\f00d';
}
input[type="submit"]:after,
input[type="button"]:after,
input[type="reset"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border: 2px solid #C68258;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  border-color: transparent;
}
/*************************************************************************
 #Ninja Forms General
**************************************************************************/
nf-field {
  display: block;
}
nf-field .nf-field-container {
  margin-bottom: 1rem;
}
nf-field .nf-field-container.checkbox-container {
  display: inline-block;
  width: auto;
  margin-right: 1rem;
  padding-left: 1.75rem;
}
nf-field .nf-field-container.checkbox-container label {
  text-align: left;
  min-height: 1.25rem;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-label {
  padding-left: 0!important;
}
nf-field .nf-field-container.checkbox-container .checkbox-wrap .nf-field-element {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  border: none;
  background: transparent;
  border-radius: 0!important;
}
nf-field:last-child .nf-field-container {
  margin-bottom: 0;
}
nf-field .nf-field-label label {
  font-weight: normal;
}
nf-field .ninja-forms-req-symbol {
  color: inherit;
}
nf-field .nf-input-limit {
  margin-top: 0;
}
nf-field .nf-fu-progress {
  height: 1rem;
  margin-bottom: 1rem;
  background-color: #D3A68A;
  border-radius: 0!important;
  box-shadow: none;
}
nf-field .nf-fu-progress .nf-fu-progress-bar {
  line-height: 1rem;
  background-color: #C68258;
}
nf-field .nf-after-field {
  width: 100%!important;
}
nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 2px #8B0000;
  border: none!important;
}
.nf-before-form-content {
  display: none;
}
.nf-response-msg {
  text-align: center;
}
.nf-error-msg {
  background-color: #8B0000;
  margin: 0.5rem 0 0 0 !important;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF !important;
  font-size: 0.75rem;
}
.dark-section nf-field .ninja-forms-req-symbol {
  color: #FFFFFF;
}
.dark-section nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF;
}
.dark-section nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #8B0000;
}
.dark-section .nf-error-msg {
  background-color: #FFFFFF;
  color: #8B0000;
}
/* 
Use: Custom Styling
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/*************************************************************************
 #Magnific Popup
**************************************************************************/
.mfp-bg,
.mfp-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mfp-bg:focus,
.mfp-wrap:focus {
  outline: none;
}
.mfp-bg *:focus,
.mfp-wrap *:focus {
  outline: none;
}
.mfp-bg {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  z-index: 5001;
}
.mfp-wrap {
  z-index: 5002;
}
.mfp-wrap .mfp-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  text-align: center;
  cursor: zoom-out;
}
.mfp-wrap .mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.mfp-wrap .mfp-container .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 5003;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure {
  cursor: pointer;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
  position: absolute;
  width: 1.25rem;
  min-width: 1.25rem;
  margin: 0;
  top: 0;
  right: 0;
  cursor: zoom-out;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:before,
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.primary-button:hover {
  border: 2px solid #C68258;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.secondary-button:hover {
  border: 2px solid #C68258;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.with-icon {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.download-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.search-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.reset-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.plus-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close:after {
  font-size: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure {
  margin: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure .mfp-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2rem 0;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.1);
  line-height: 1;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption {
  font-size: 0.75rem;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar {
  position: absolute;
  width: 100%;
  margin-top: -2rem;
  top: 100%;
  left: 0;
  cursor: auto;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar .mfp-title {
  padding-right: 2rem;
  color: #FFFFFF;
  text-align: left;
  word-wrap: break-word;
}
.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar .mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  white-space: nowrap;
}
.mfp-wrap .mfp-container .mfp-arrow {
  position: absolute!important;
  top: 50%!important;
  transform: translateY(-50%) !important;
}
.mfp-wrap .mfp-container .mfp-arrow:after {
  font-size: 2rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
  left: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before,
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.primary-button:hover {
  border: 2px solid #C68258;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.secondary-button:hover {
  border: 2px solid #C68258;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.with-icon {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.download-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.search-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.reset-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.plus-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
  right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:last-child {
  margin-bottom: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:focus {
  outline: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:hover {
  border-bottom: none;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before,
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  z-index: -2;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  z-index: -1;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.primary-button:hover {
  border: 2px solid #C68258;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.secondary-button:hover {
  border: 2px solid #C68258;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.with-icon {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.download-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.search-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.reset-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.arrow-left:after {
  content: '\f053';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.plus-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.plus-button:after {
  content: '\2b';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button {
  padding-right: 0;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.minus-button:after {
  content: '\2d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right.close:after {
  content: '\f00d';
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  content: '\f054';
}
.mfp-wrap .mfp-container.mfp-s-error .mfp-content {
  display: none;
}
.mfp-wrap .mfp-container .mfp-preloader {
  position: absolute;
  width: auto;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #011E41;
  z-index: 5004;
}
.mfp-wrap .mfp-container.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-wrap .mfp-ajax-cur {
  cursor: progress;
}
.mfp-wrap .mfp-zoom {
  cursor: zoom-in;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-arrow,
.mfp-wrap .mfp-preloader,
.mfp-wrap .mfp-counter {
  color: #FFFFFF;
  user-select: none;
}
.mfp-wrap .mfp-loading.mfp-figure {
  display: none;
}
/* 
Use: Header
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/* The 15-header.less stylesheet allows custom header, navigation or masthead styles to be created to suit the design of the project. */
.masthead-container {
  z-index: 100;
}
#masthead .navigation-module {
    position: relative;
    z-index: 10;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
@media screen and (max-width: 53.125em) {
  #masthead {
    padding: 0;
  }
  #masthead .full-page {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 53.125em) {
  #masthead {
    padding: 0.5rem 0;
  }
}
#masthead .main-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
#masthead .main-navigation ul,
#masthead .main-navigation li {
  margin: 0;
}
#masthead .main-navigation ul li a {
  color: #011E41;
}
@media screen and (min-width: 53.125em) {
  #masthead .main-navigation {
    gap: 1rem;
  }
}
#masthead .main-navigation .header-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 62.5em) {
  #masthead .main-navigation .header-middle {
    display: inline-block;
    width: unset;
  }
}
#masthead .main-navigation .header-middle .logo-module {
  max-width: 8rem;
}
#masthead .main-navigation .header-middle .logo-module img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#masthead .main-navigation .header-middle .menu-button {
  text-transform: uppercase;
  font-size: 0.75rem;
  background-color: transparent;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 62.5em) {
  #masthead .main-navigation .header-middle .menu-button {
    display: none;
  }
}
#masthead .main-navigation .header-middle .menu-button:after {
  width: 1.5rem;
  top: 0;
  right: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #011E41;
  line-height: 2rem;
  content: '\f0c9';
  text-align: center;
  text-indent: 0;
}
ul.menu-list {
  margin-left: 0;
  display: none;
}
ul.menu-list li {
  list-style-type: none;
}
ul.menu-list li ul,
ul.menu-list li ol {
  margin-top: 0;
}
@media screen and (min-width: 62.5em) {
  ul.menu-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0.75rem;
  }
}
@media screen and (min-width: 93.75em) {
  ul.menu-list {
    gap: 1.5rem;
  }
}
ul.menu-list li {
  position: relative;
  flex: 1 0 auto;
  text-align: center;
}
ul.menu-list li.menu-item-has-children {
  position: relative;
  padding-right: 1.125rem;
}
ul.menu-list li.menu-item-has-children:after {
  content: '\f078';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #A65A2A;
  padding-left: 0.25rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
}
ul.menu-list li a {
  display: flex;
  position: relative;
  text-transform: none;
  font-size: 0.8rem;
  text-decoration: none;
  align-items: center;
}
ul.menu-list li a:before {
  width: auto;
  height: 2.5rem;
  line-height: 2.5rem !important;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #A65A2A;
  font-size: 0.75rem;
  text-align: center;
  text-indent: 0;
  padding-right: 0.5rem;
}
@media screen and (min-width: 53.125em) {
  ul.menu-list li a:before {
    height: 2rem;
    line-height: 2rem !important;
  }
}
@media screen and (max-width: 53.125em) {
  ul.menu-list li.home a:before {
    content: '\f0c9';
  }
}
@media screen and (min-width: 53.125em) {
  ul.menu-list li.home a:before {
    content: '\f80c';
  }
}
ul.menu-list li.about a:before {
  content: '\f7b6';
}
ul.menu-list li.services a:before {
  content: '\f7d9';
}
ul.menu-list li.clients a:before {
  content: '\f0c0';
}
ul.menu-list li.shop a:before {
  content: '\f02b';
}
ul.menu-list li.blog a:before {
  content: '\f4a6';
}
ul.menu-list li.search a:before {
  content: '\f002';
}
ul.menu-list li.login a {
  text-indent: -9999em;
}
@media screen and (min-width: 78.125em) {
  ul.menu-list li.login a {
    text-indent: unset;
  }
}
ul.menu-list li.login a:before {
  content: '\f406';
}
ul.menu-list li.basket a {
  text-indent: -9999em;
}
@media screen and (min-width: 78.125em) {
  ul.menu-list li.basket a {
    text-indent: unset;
  }
}
ul.menu-list li.basket a:before {
  content: '\f290';
}
ul.menu-list li.basket .basket-count {
  position: absolute;
  width: 100%;
  height: 2.5rem;
  line-height: 3.3rem;
  top: 0;
  left: 0;
  color: #FFFFFF;
  font-size: 0.75rem;
  pointer-events: none;
}
@media screen and (min-width: 53.125em) {
  ul.menu-list li.basket .basket-count {
    height: 2rem;
    line-height: 2.5rem;
  }
}
ul.menu-list li.blog a:before {
  content: '\f4a6';
}
ul.menu-list li.contact a:before {
  content: '\f3c5';
}
.pre-nav {
  display: none;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.pre-nav ul {
  flex-wrap: nowrap;
  gap: 1rem;
}
.pre-nav .left-nav,
.pre-nav .middle-nav,
.pre-nav .right-nav {
  display: flex;
  align-items: center;
}
.pre-nav .middle-nav {
  width: 100%;
}
@media screen and (min-width: 53.125em) {
  .pre-nav .middle-nav {
    width: unset;
    margin: auto;
    padding: 0 1rem;
  }
}
.pre-nav .left-nav,
.pre-nav .right-nav {
  display: none;
}
@media screen and (min-width: 53.125em) {
  .pre-nav .left-nav,
  .pre-nav .right-nav {
    display: flex;
  }
}
@media screen and (min-width: 31.25em) {
  .pre-nav {
    display: flex;
  }
}
ul.sub-menu {
  z-index: 10;
  margin-left: 0;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  background: #011E41;
  position: absolute;
  width: auto;
  min-width: 8rem;
  top: calc(100% + 1rem*2);
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
  visibility: hidden;
  opacity: 0;
}
ul.sub-menu li {
  list-style-type: none;
}
ul.sub-menu li ul,
ul.sub-menu li ol {
  margin-top: 0;
}
ul.sub-menu:before,
ul.sub-menu:after {
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
}
ul.sub-menu:after {
  width: 100%;
  height: 1rem;
  top: -1rem;
  left: 0;
  background-color: transparent;
}
ul.sub-menu li {
  position: relative;
  margin-right: 0;
  width: 100%;
  background-color: transparent;
  border-left: none;
}
ul.sub-menu li:last-child {
  border-right: none;
}
ul.sub-menu li a {
  display: block;
  float: none;
  width: 100%;
  height: auto;
  color: #FFFFFF !important;
  text-transform: none;
  line-height: inherit;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
ul.sub-menu li a:hover {
  background-color: #022f67;
}
ul.sub-menu li.current-page-ancestor a,
ul.sub-menu li.current-menu-ancestor a,
ul.sub-menu li.current-menu-item a {
  background-color: #011228;
}
ul.sub-menu li.current-page-ancestor > ul.sub-menu li a,
ul.sub-menu li.current-menu-ancestor > ul.sub-menu li a,
ul.sub-menu li.current-menu-item > ul.sub-menu li a {
  background-color: #011E41;
}
ul.sub-menu li.current-page-ancestor > ul.sub-menu li a:hover,
ul.sub-menu li.current-menu-ancestor > ul.sub-menu li a:hover,
ul.sub-menu li.current-menu-item > ul.sub-menu li a:hover {
  background-color: #000d1b;
}
ul.sub-menu li.menu-divider a:hover {
  background-color: transparent;
}
ul.sub-menu li ul.sub-menu {
  top: 0;
  left: calc(100% + 1rem*2);
  transform: translateX(0);
  overflow: visible;
  visibility: hidden;
  opacity: 0;
}
ul.sub-menu li ul.sub-menu:before {
  display: none;
}
ul.sub-menu li ul.sub-menu:after {
  display: block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  background-color: transparent;
}
ul.sub-menu li ul.sub-menu li {
  background-color: transparent;
}
ul.sub-menu li ul.sub-menu li:first-of-type:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: -0.5rem;
  transform: translateY(-50%);
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid #011E41;
}
ul.sub-menu li ul.sub-menu li.current-page-ancestor a,
ul.sub-menu li ul.sub-menu li.current-menu-ancestor a,
ul.sub-menu li ul.sub-menu li.current-menu-item a {
  background-color: #DBC9BD;
}
ul.sub-menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  left: calc(100% + 1rem);
}
:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 1rem);
}
/*************************************************************************
 #Mobile Off-Canvas Navigation
**************************************************************************/
#mobile-off-canvas-navigation {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #F9F7F6;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  z-index: 1001;
}
#mobile-off-canvas-navigation::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 62.5em) {
  #mobile-off-canvas-navigation {
    display: none;
  }
}
#mobile-off-canvas-navigation .menu-title {
  min-height: 3rem;
  padding: 1rem;
}
#mobile-off-canvas-navigation .menu-title p {
  margin-bottom: 0;
  color: #FFFFFF;
}
#mobile-off-canvas-navigation .close-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  cursor: pointer;
}
#mobile-off-canvas-navigation .close-button:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '\f00d';
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #A65A2A;
  font-size: 1.5rem;
  line-height: 3rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation {
  margin-left: 0;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li {
  list-style-type: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ol {
  margin-top: 0;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li {
  position: relative;
  margin-bottom: 0;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li a {
  display: block;
  color: #011E41;
  padding: 0.75rem 1rem;
  text-decoration: none;
  border-bottom: 1px solid #DBC9BD;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li a:hover {
  color: white;
  background-color: #011E41;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li:first-child a {
  border-top: 1px solid #DBC9BD;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-page-ancestor a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-menu-ancestor a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.current-menu-item a {
  background-color: #011E41;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu {
  position: relative;
  max-height: inherit;
  height: 0;
  margin-left: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #011E41;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li {
  position: relative;
  margin-bottom: 0;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li a {
  color: #FFFFFF;
  padding-left: 2.75rem;
  border-top: 1px solid #011E41;
  border-bottom: none;
  font-size: 1rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li a:hover {
  background-color: #011E41;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li:first-child a {
  border-top: none;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-page-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-menu-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li.current-menu-item > a {
  background-color: #DBC9BD;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu {
  background-color: #DBC9BD;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li a {
  padding-left: 4.75rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li a:hover {
  background-color: #000102;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-page-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-menu-ancestor > a,
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li ul.sub-menu li ul.sub-menu li.current-menu-item > a {
  background-color: #000102;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children .sub-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children .sub-menu-button:after {
  position: absolute;
  content: '\f107';
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  color: #A65A2A;
  font-size: 1.5rem;
  line-height: 3rem;
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children.menu-open > .sub-menu-button:after {
  content: '\f106';
}
#mobile-off-canvas-navigation ul.mobile-off-canvas-navigation li.menu-item-has-children.menu-open > ul.sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.show-menu #mobile-off-canvas-navigation {
  transform: translateX(0%);
}
/* 
Use: Footer
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/* The 16-footer.less stylesheet allows custom footer styles to be created to suit the design of the project. */
.footer-menu h4,
.cta-section h4 {
  display: inline-block;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  font-size: 0.75rem;
  text-decoration-thickness: 1px;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: #A65A2A;
}
.footer-menu h4.lighter,
.cta-section h4.lighter {
  color: #C68258;
}
.footer-menu ul li a,
.cta-section ul li a {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 300;
}
.footer-menu {
  padding-left: 0;
  padding-right: 0;
}
.cta-section {
  border-left: 1px solid #DBC9BD;
  padding-left: 1.5rem;
}
.footer-form-container {
  font-size: 0.8rem;
  font-weight: 300;
}
.footer-form-container input {
  background: #F9F7F6;
}
.address-section {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 0.9rem;
}
.address-section .logo-module {
  width: 100%;
  margin-bottom: 1rem;
  max-width: 10rem;
}
.address-section .logo-module img {
  width: 100%;
  object-fit: contain;
}
/* 
Use: WooCommerce
Scope: All devices
Theme: Supersonic Playground eCommerce V2.6
Copyright 2023, © Supersonic Playground Ltd
Author: Supersonic Playground
*/
/*************************************************************************
 #General WooCommerce
**************************************************************************/
.wc-block-cart__submit-button {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.wc-block-cart__submit-button:last-child {
  margin-bottom: 0;
}
.wc-block-cart__submit-button:focus {
  outline: none;
}
.wc-block-cart__submit-button:hover {
  border-bottom: none;
}
.wc-block-cart__submit-button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.wc-block-cart__submit-button:before,
.wc-block-cart__submit-button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.wc-block-cart__submit-button:before {
  z-index: -2;
}
.wc-block-cart__submit-button:after {
  z-index: -1;
}
.wc-block-cart__submit-button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.wc-block-cart__submit-button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.wc-block-cart__submit-button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.wc-block-cart__submit-button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.wc-block-cart__submit-button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
.wc-block-cart__submit-button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.wc-block-cart__submit-button.primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.wc-block-cart__submit-button.primary-button:hover {
  border: 2px solid #C68258;
}
.wc-block-cart__submit-button.secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
.wc-block-cart__submit-button.secondary-button:hover {
  border: 2px solid #C68258;
}
.wc-block-cart__submit-button.with-icon {
  padding-right: 0;
}
.wc-block-cart__submit-button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.wc-block-cart__submit-button.text-button-with-icon {
  padding-right: 0;
}
.wc-block-cart__submit-button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.wc-block-cart__submit-button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.wc-block-cart__submit-button.icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
.wc-block-cart__submit-button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.wc-block-cart__submit-button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wc-block-cart__submit-button.download-button {
  padding-right: 0;
}
.wc-block-cart__submit-button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.wc-block-cart__submit-button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
.wc-block-cart__submit-button.search-button {
  padding-right: 0;
}
.wc-block-cart__submit-button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.wc-block-cart__submit-button.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
.wc-block-cart__submit-button.reset-button {
  padding-right: 0;
}
.wc-block-cart__submit-button.reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.wc-block-cart__submit-button.reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
.wc-block-cart__submit-button.arrow-left:after {
  content: '\f053';
}
.wc-block-cart__submit-button.arrow-right:after {
  content: '\f054';
}
.wc-block-cart__submit-button.plus-button {
  padding-right: 0;
}
.wc-block-cart__submit-button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.wc-block-cart__submit-button.plus-button:after {
  content: '\2b';
}
.wc-block-cart__submit-button.minus-button {
  padding-right: 0;
}
.wc-block-cart__submit-button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.wc-block-cart__submit-button.minus-button:after {
  content: '\2d';
}
.wc-block-cart__submit-button.close:after {
  content: '\f00d';
}
.wc-block-cart__submit-button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.wc-block-cart__submit-button:hover {
  border: 2px solid #C68258;
}
.onsale {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25rem 0.5rem;
  background-color: #011E41;
  color: #FFFFFF;
  z-index: 100;
}
.price {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.amount,
.amount span {
  color: #011E41;
  font-size: 1.25rem;
  vertical-align: baseline!important;
}
del,
ins {
  vertical-align: baseline;
}
del .amount,
del .amount span {
  color: #C68258;
  font-size: 1rem;
  text-decoration: line-through;
}
ins {
  text-decoration: none;
}
.stock {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.stock:last-child {
  margin-bottom: 0;
}
.stock.in-stock {
  color: #A65A2A;
}
legend {
  margin-bottom: 0.5rem;
}
legend:last-child {
  margin-bottom: 0;
}
ul.products {
  margin: 0;
}
.woocommerce button,
.woocommerce .button {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
  margin-bottom: 0;
}
.woocommerce button:last-child,
.woocommerce .button:last-child {
  margin-bottom: 0;
}
.woocommerce button:focus,
.woocommerce .button:focus {
  outline: none;
}
.woocommerce button:hover,
.woocommerce .button:hover {
  border-bottom: none;
}
.woocommerce button:disabled,
.woocommerce .button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.woocommerce button:before,
.woocommerce .button:before,
.woocommerce button:after,
.woocommerce .button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.woocommerce button:before,
.woocommerce .button:before {
  z-index: -2;
}
.woocommerce button:after,
.woocommerce .button:after {
  z-index: -1;
}
.woocommerce button.small,
.woocommerce .button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.woocommerce button.small:after,
.woocommerce .button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.woocommerce button.medium,
.woocommerce .button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.woocommerce button.medium:after,
.woocommerce .button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.woocommerce button.large,
.woocommerce .button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
.woocommerce button.large:after,
.woocommerce .button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.woocommerce button.primary-button,
.woocommerce .button.primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.woocommerce button.primary-button:hover,
.woocommerce .button.primary-button:hover {
  border: 2px solid #C68258;
}
.woocommerce button.secondary-button,
.woocommerce .button.secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
.woocommerce button.secondary-button:hover,
.woocommerce .button.secondary-button:hover {
  border: 2px solid #C68258;
}
.woocommerce button.with-icon,
.woocommerce .button.with-icon {
  padding-right: 0;
}
.woocommerce button.with-icon:after,
.woocommerce .button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce button.text-button-with-icon,
.woocommerce .button.text-button-with-icon {
  padding-right: 0;
}
.woocommerce button.text-button-with-icon:after,
.woocommerce .button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce button.text-button-with-icon:after,
.woocommerce .button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.woocommerce button.icon-only,
.woocommerce .button.icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
.woocommerce button.icon-only:after,
.woocommerce .button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce button.icon-only:after,
.woocommerce .button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.woocommerce button.download-button,
.woocommerce .button.download-button {
  padding-right: 0;
}
.woocommerce button.download-button:after,
.woocommerce .button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce button.download-button:after,
.woocommerce .button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
.woocommerce button.search-button,
.woocommerce .button.search-button {
  padding-right: 0;
}
.woocommerce button.search-button:after,
.woocommerce .button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce button.search-button:after,
.woocommerce .button.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
.woocommerce button.reset-button,
.woocommerce .button.reset-button {
  padding-right: 0;
}
.woocommerce button.reset-button:after,
.woocommerce .button.reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce button.reset-button:after,
.woocommerce .button.reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
.woocommerce button.arrow-left:after,
.woocommerce .button.arrow-left:after {
  content: '\f053';
}
.woocommerce button.arrow-right:after,
.woocommerce .button.arrow-right:after {
  content: '\f054';
}
.woocommerce button.plus-button,
.woocommerce .button.plus-button {
  padding-right: 0;
}
.woocommerce button.plus-button:after,
.woocommerce .button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce button.plus-button:after,
.woocommerce .button.plus-button:after {
  content: '\2b';
}
.woocommerce button.minus-button,
.woocommerce .button.minus-button {
  padding-right: 0;
}
.woocommerce button.minus-button:after,
.woocommerce .button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce button.minus-button:after,
.woocommerce .button.minus-button:after {
  content: '\2d';
}
.woocommerce button.close:after,
.woocommerce .button.close:after {
  content: '\f00d';
}
.woocommerce button:after,
.woocommerce .button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.woocommerce button:hover,
.woocommerce .button:hover {
  border: 2px solid #C68258;
}
.woocommerce button:disabled,
.woocommerce .button:disabled {
  opacity: 0.25;
}
.single_add_to_cart_button {
  appearance: none !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  background-image: none !important;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  font-family: "Montserrat", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 0.75rem !important;
  z-index: 1 !important;
  border-radius: 2rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 2.5rem !important;
  color: #011E41 !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.single_add_to_cart_button:last-child {
  margin-bottom: 0 !important;
}
.single_add_to_cart_button:focus {
  outline: none !important;
}
.single_add_to_cart_button:hover {
  border-bottom: none !important;
}
.single_add_to_cart_button:disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
.single_add_to_cart_button:before,
.single_add_to_cart_button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: block !important;
  position: absolute !important;
  content: '' !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.single_add_to_cart_button:before {
  z-index: -2 !important;
}
.single_add_to_cart_button:after {
  z-index: -1 !important;
}
.single_add_to_cart_button.small {
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  padding: 0 0.75rem !important;
}
.single_add_to_cart_button.small:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.single_add_to_cart_button.medium {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  padding: 0 1rem !important;
}
.single_add_to_cart_button.medium:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
.single_add_to_cart_button.large {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 2.5rem !important;
}
.single_add_to_cart_button.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.single_add_to_cart_button.primary-button {
  color: #011E41 !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.single_add_to_cart_button.primary-button:hover {
  border: 2px solid #C68258 !important;
}
.single_add_to_cart_button.secondary-button {
  color: #FFFFFF !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.single_add_to_cart_button.secondary-button:hover {
  border: 2px solid #C68258 !important;
}
.single_add_to_cart_button.with-icon {
  padding-right: 0 !important;
}
.single_add_to_cart_button.with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.single_add_to_cart_button.text-button-with-icon {
  padding-right: 0 !important;
}
.single_add_to_cart_button.text-button-with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.single_add_to_cart_button.text-button-with-icon:after {
  margin-left: 0.5rem !important;
}
.single_add_to_cart_button.icon-only {
  padding-right: 0 !important;
  padding: 0!important !important;
  text-indent: -9999px !important;
}
.single_add_to_cart_button.icon-only:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.single_add_to_cart_button.icon-only:after {
  position: absolute!important !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
}
.single_add_to_cart_button.download-button {
  padding-right: 0 !important;
}
.single_add_to_cart_button.download-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.single_add_to_cart_button.download-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f56d' !important;
}
.single_add_to_cart_button.search-button {
  padding-right: 0 !important;
}
.single_add_to_cart_button.search-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.single_add_to_cart_button.search-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f002' !important;
}
.single_add_to_cart_button.reset-button {
  padding-right: 0 !important;
}
.single_add_to_cart_button.reset-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.single_add_to_cart_button.reset-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f2ea' !important;
}
.single_add_to_cart_button.arrow-left:after {
  content: '\f053' !important;
}
.single_add_to_cart_button.arrow-right:after {
  content: '\f054' !important;
}
.single_add_to_cart_button.plus-button {
  padding-right: 0 !important;
}
.single_add_to_cart_button.plus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.single_add_to_cart_button.plus-button:after {
  content: '\2b' !important;
}
.single_add_to_cart_button.minus-button {
  padding-right: 0 !important;
}
.single_add_to_cart_button.minus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.single_add_to_cart_button.minus-button:after {
  content: '\2d' !important;
}
.single_add_to_cart_button.close:after {
  content: '\f00d' !important;
}
.single_add_to_cart_button:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.single_add_to_cart_button:hover {
  border: 2px solid #C68258 !important;
}
.woocommerce-message {
  background: #F9F7F6;
  color: #011E41;
  text-align: left;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}
.woocommerce-message .preheading {
  color: #A65A2A;
}
.woocommerce-message h1,
.woocommerce-message h2,
.woocommerce-message h3,
.woocommerce-message h4,
.woocommerce-message h5,
.woocommerce-message h6,
.woocommerce-message strong {
  color: #011E41;
}
.woocommerce-message p,
.woocommerce-message a {
  color: #011E41;
}
.woocommerce-message .js-carousel-controls .direction-left:before,
.woocommerce-message .js-carousel-controls .direction-right:before {
  color: #011E41;
}
.woocommerce-message .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #011E41;
}
.woocommerce-message:before {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.woocommerce-message.error:before {
  color: #011E41;
  content: '\f057';
}
.woocommerce-message.notice:before {
  color: #A65A2A;
  content: '\f06a';
}
.woocommerce-message.success:before {
  color: #A65A2A;
  content: '\f058';
}
.woocommerce-message .button {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
  margin-left: 0.5rem;
  order: 2;
}
.woocommerce-message .button:last-child {
  margin-bottom: 0;
}
.woocommerce-message .button:focus {
  outline: none;
}
.woocommerce-message .button:hover {
  border-bottom: none;
}
.woocommerce-message .button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.woocommerce-message .button:before,
.woocommerce-message .button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.woocommerce-message .button:before {
  z-index: -2;
}
.woocommerce-message .button:after {
  z-index: -1;
}
.woocommerce-message .button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.woocommerce-message .button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.woocommerce-message .button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.woocommerce-message .button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.woocommerce-message .button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
.woocommerce-message .button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.woocommerce-message .button.primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.woocommerce-message .button.primary-button:hover {
  border: 2px solid #C68258;
}
.woocommerce-message .button.secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
.woocommerce-message .button.secondary-button:hover {
  border: 2px solid #C68258;
}
.woocommerce-message .button.with-icon {
  padding-right: 0;
}
.woocommerce-message .button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-message .button.text-button-with-icon {
  padding-right: 0;
}
.woocommerce-message .button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-message .button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.woocommerce-message .button.icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
.woocommerce-message .button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-message .button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.woocommerce-message .button.download-button {
  padding-right: 0;
}
.woocommerce-message .button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-message .button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
.woocommerce-message .button.search-button {
  padding-right: 0;
}
.woocommerce-message .button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-message .button.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
.woocommerce-message .button.reset-button {
  padding-right: 0;
}
.woocommerce-message .button.reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-message .button.reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
.woocommerce-message .button.arrow-left:after {
  content: '\f053';
}
.woocommerce-message .button.arrow-right:after {
  content: '\f054';
}
.woocommerce-message .button.plus-button {
  padding-right: 0;
}
.woocommerce-message .button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-message .button.plus-button:after {
  content: '\2b';
}
.woocommerce-message .button.minus-button {
  padding-right: 0;
}
.woocommerce-message .button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-message .button.minus-button:after {
  content: '\2d';
}
.woocommerce-message .button.close:after {
  content: '\f00d';
}
.woocommerce-message .button:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.woocommerce-message .button:hover {
  border: 2px solid #C68258;
}
.col2-set {
  text-align: left;
  margin-bottom: -1.5rem;
}
.col2-set .col-1,
.col2-set .col-2 {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 46.875em) {
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 48.5%;
  }
  .col2-set .col-1 {
    float: left;
  }
  .col2-set .col-2 {
    float: right;
  }
}
.form-row {
  margin-bottom: 1rem;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-row.form-row-first,
.form-row.form-row-last {
  width: calc(50% - 1rem*0.5);
}
.form-row.form-row-first {
  float: left;
}
.form-row.form-row-last {
  float: right;
}
.form-row.form-row-wide {
  width: 100%;
  clear: both;
}
.form-row label {
  display: block;
  margin-bottom: 0.5rem;
}
.form-row input,
.form-row textarea {
  width: 100%;
}
.form-row .required {
  color: #011E41;
  text-decoration: none;
}
/* #International Country Select ------------------------------------------------------------------------ */
.woocommerce-input-wrapper .select2-container,
.wc-address-validation-results .select2-container {
  min-height: 2.5rem;
  height: 2.5rem;
}
.woocommerce-input-wrapper .select2-container .select2-selection,
.wc-address-validation-results .select2-container .select2-selection {
  min-height: 2.5rem;
  height: 2.5rem;
  border: none;
}
.woocommerce-input-wrapper .select2-container .select2-selection .select2-selection__rendered,
.wc-address-validation-results .select2-container .select2-selection .select2-selection__rendered {
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2rem 0 1rem !important;
  background-color: #F9F7F6;
  color: #C68258;
  background-image: url('img/ui/icon-down-arrow.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.woocommerce-input-wrapper .select2-container .select2-selection .select2-selection__arrow,
.wc-address-validation-results .select2-container .select2-selection .select2-selection__arrow {
  display: none;
}
.select2-container *:focus {
  outline: none;
}
.select2-container .select2-dropdown {
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  margin-top: 0.5rem;
  padding: 0.5rem;
  border: none;
  background-color: #FFFFFF;
}
.select2-container .select2-dropdown .select2-search {
  padding: 0;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  color: #C68258;
  border: none;
}
.select2-container .select2-dropdown .select2-search .select2-search__field::placeholder {
  color: #C68258;
}
.select2-container .select2-dropdown .select2-results {
  position: relative;
  margin-top: 0.5rem;
  background-color: #F9F7F6;
}
.select2-container .select2-dropdown .select2-results:before,
.select2-container .select2-dropdown .select2-results:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1rem;
  left: 0;
  right: 0;
  z-index: 2;
}
.select2-container .select2-dropdown .select2-results:before {
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.select2-container .select2-dropdown .select2-results:after {
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.select2-container .select2-dropdown .select2-results ul.select2-results__options {
  z-index: 1;
}
.select2-container .select2-dropdown .select2-results ul.select2-results__options li {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  padding: 0.25rem;
}
.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option--highlighted,
.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option[data-selected=true] {
  padding-left: 0.5rem;
}
.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option--highlighted {
  background-color: #011E41;
  color: #FFFFFF;
}
.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option[data-selected=true] {
  background-color: #F3F0ED;
  color: #C68258;
}
/*************************************************************************
 #Tables and Forms
**************************************************************************/
/* #General Table Styles ------------------------------------------------------------------------ */
table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}
table th,
table td {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  overflow: hidden;
}
table th {
  color: #A65A2A;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table tbody:first-child tr:first-child td {
  border-top: none;
}
table .amount,
table .amount span {
  font-size: 1rem;
}
table ul {
  margin-left: 0;
  margin-bottom: 0.5rem;
}
table ul li {
  list-style-type: none;
}
table ul li ul,
table ul li ol {
  margin-top: 0;
}
table ul:last-child {
  margin-bottom: 0;
}
table:last-child {
  margin-bottom: 0;
}
/*************************************************************************
 #Shop Archive / Category Landing Page
**************************************************************************/
/* #Shop Archive Modules ------------------------------------------------------------------------ */
.shop-archive-module:not(:last-child) {
  margin-bottom: 3rem;
}
/* #Category Image ------------------------------------------------------------------------ */
.category-image {
  color: #FFFFFF !important;
  position: relative;
}
.category-image h1,
.category-image h2,
.category-image h3,
.category-image h4,
.category-image h5,
.category-image h6,
.category-image p,
.category-image a,
.category-image i,
.category-image i:before {
  color: #FFFFFF !important;
}
.category-image .primary-button,
.category-image input[type="submit"] {
  color: #FFFFFF !important;
}
.category-image .js-carousel-controls .direction-left:after,
.category-image .js-carousel-controls .direction-right:after {
  color: #FFFFFF !important;
}
.category-image .js-carousel-controls .dot-controls .dot-control-button {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.category-image .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #FFFFFF !important;
}
.category-image nf-field .ninja-forms-req-symbol {
  color: #FFFFFF !important;
}
.category-image nf-field .nf-fu-progress .nf-fu-progress-bar {
  background-color: #FFFFFF !important;
}
.category-image nf-field .nf-error .ninja-forms-field {
  box-shadow: inset 0 0 0 3px #8B0000 !important;
}
.category-image .nf-error-msg {
  background-color: #FFFFFF !important;
  color: #8B0000 !important;
}
.category-image .responsive-background-image {
  background-color: #000000;
  z-index: -1;
}
.category-image .responsive-background-image img {
  opacity: 0.55;
}
/* #Product Filter ------------------------------------------------------------------------ */
@media screen and (max-width: 46.875em) {
  .product-filter {
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
    transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
    position: fixed;
    width: 100%;
    max-height: 3.5rem;
    margin: 0;
    padding: 0.75rem 1.5rem;
    top: calc(100% - 1rem*3.5);
    background-color: #FFFFFF;
    font-size: 1.25rem;
    z-index: 10000;
  }
  .product-filter h3 {
    position: relative;
    color: #011E41;
    cursor: pointer;
    transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  .product-filter h3:after {
    position: absolute !important;
    right: 0;
  }
  .product-filter h3:after {
    content: 'Open';
    appearance: none;
    transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0 0 1.5rem 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-image: none;
    text-align: center;
    text-indent: inherit;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    border: none;
    border-bottom: none;
    text-shadow: none;
    cursor: pointer;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.75rem !important;
    z-index: 1;
    border-radius: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    color: #011E41;
    background: transparent;
    border: 2px solid #A65A2A;
  }
  .product-filter h3:after:last-child {
    margin-bottom: 0;
  }
  .product-filter h3:after:focus {
    outline: none;
  }
  .product-filter h3:after:hover {
    border-bottom: none;
  }
  .product-filter h3:after:disabled {
    opacity: 0.25;
    cursor: not-allowed;
  }
  .product-filter h3:after:before,
  .product-filter h3:after:after {
    transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
    display: block;
    position: absolute;
    content: '';
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
  }
  .product-filter h3:after:before {
    z-index: -2;
  }
  .product-filter h3:after:after {
    z-index: -1;
  }
  .product-filter h3:after.small {
    min-width: 1.5rem;
    min-height: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 0.75rem;
  }
  .product-filter h3:after.small:after {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .product-filter h3:after.medium {
    min-width: 2rem;
    min-height: 2rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
  }
  .product-filter h3:after.medium:after {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
  .product-filter h3:after.large {
    min-width: 2.5rem;
    min-height: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 2.5rem;
  }
  .product-filter h3:after.large:after {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .product-filter h3:after.primary-button {
    color: #011E41;
    background: transparent;
    border: 2px solid #A65A2A;
  }
  .product-filter h3:after.primary-button:hover {
    border: 2px solid #C68258;
  }
  .product-filter h3:after.secondary-button {
    color: #FFFFFF;
    background: transparent;
    border: 2px solid #A65A2A;
  }
  .product-filter h3:after.secondary-button:hover {
    border: 2px solid #C68258;
  }
  .product-filter h3:after.with-icon {
    padding-right: 0;
  }
  .product-filter h3:after.with-icon:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    line-height: inherit;
  }
  .product-filter h3:after.text-button-with-icon {
    padding-right: 0;
  }
  .product-filter h3:after.text-button-with-icon:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    line-height: inherit;
  }
  .product-filter h3:after.text-button-with-icon:after {
    margin-left: 0.5rem;
  }
  .product-filter h3:after.icon-only {
    padding-right: 0;
    padding: 0!important;
    text-indent: -9999px;
  }
  .product-filter h3:after.icon-only:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    line-height: inherit;
  }
  .product-filter h3:after.icon-only:after {
    position: absolute!important;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .product-filter h3:after.download-button {
    padding-right: 0;
  }
  .product-filter h3:after.download-button:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    line-height: inherit;
  }
  .product-filter h3:after.download-button:after {
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    content: '\f56d';
  }
  .product-filter h3:after.search-button {
    padding-right: 0;
  }
  .product-filter h3:after.search-button:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    line-height: inherit;
  }
  .product-filter h3:after.search-button:after {
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    content: '\f002';
  }
  .product-filter h3:after.reset-button {
    padding-right: 0;
  }
  .product-filter h3:after.reset-button:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    line-height: inherit;
  }
  .product-filter h3:after.reset-button:after {
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    content: '\f2ea';
  }
  .product-filter h3:after.arrow-left:after {
    content: '\f053';
  }
  .product-filter h3:after.arrow-right:after {
    content: '\f054';
  }
  .product-filter h3:after.plus-button {
    padding-right: 0;
  }
  .product-filter h3:after.plus-button:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    line-height: inherit;
  }
  .product-filter h3:after.plus-button:after {
    content: '\2b';
  }
  .product-filter h3:after.minus-button {
    padding-right: 0;
  }
  .product-filter h3:after.minus-button:after {
    position: relative;
    text-align: center;
    text-indent: 0;
    font-display: swap;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    line-height: inherit;
  }
  .product-filter h3:after.minus-button:after {
    content: '\2d';
  }
  .product-filter h3:after.close:after {
    content: '\f00d';
  }
  .product-filter h3:after:after {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
  .product-filter h3:after:hover {
    border: 2px solid #C68258;
  }
  .product-filter.active {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    max-height: 100vh;
    overflow: scroll;
  }
  .product-filter.active h3:after {
    content: 'Close';
  }
  .product-filter:after {
    position: fixed;
    z-index: -1;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    content: '';
    height: 100vh;
  }
}
.product-filter h4 {
  padding: 0 1.5rem 0.5rem 0;
  margin-bottom: 1rem;
}
.product-filter h4.filter-collaspable {
  position: relative;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.product-filter h4.filter-collaspable:hover {
  color: #011E41;
}
.product-filter h4.filter-collaspable:after {
  position: absolute;
  right: 0.5rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #011E41;
  content: '\f077';
  line-height: 1.5rem;
  transform: rotate(180deg);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
.product-filter h4.filter-collaspable.active:after {
  transform: rotate(0deg);
}
.product-filter .filter-collaspable + .facetwp-facet {
  max-height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.product-filter .filter-collaspable + .facetwp-facet.open {
  max-height: 100vh;
}
.product-filter .facetwp-facet .facetwp-counter {
  display: none;
}
.product-filter .facetwp-type-search {
  margin-bottom: 2rem !important;
}
.product-filter .facetwp-type-search .facetwp-input-wrap {
  position: relative;
  display: block;
}
.product-filter .facetwp-type-search .facetwp-input-wrap .facetwp-icon {
  display: none;
}
.product-filter .facetwp-type-search .facetwp-input-wrap .facetwp-search {
  width: 100%;
  padding-right: 3rem !important;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url('img/ui/icon-search.svg');
}
.product-filter .facetwp-type-checkboxes .facetwp-checkbox {
  position: relative;
  background-image: none;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.product-filter .facetwp-type-checkboxes .facetwp-checkbox:before,
.product-filter .facetwp-type-checkboxes .facetwp-checkbox:after {
  position: absolute;
  content: '';
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.product-filter .facetwp-type-checkboxes .facetwp-checkbox:before {
  height: 1rem;
  width: 1rem;
  top: 0;
  left: 0;
  background-color: #F9F7F6;
}
.product-filter .facetwp-type-checkboxes .facetwp-checkbox:after {
  height: 0.5rem;
  width: 0.5rem;
  top: 0.25rem;
  left: 0.25rem;
}
.product-filter .facetwp-type-checkboxes .facetwp-checkbox:hover:after {
  background-color: #DBC9BD;
}
.product-filter .facetwp-type-checkboxes .facetwp-checkbox.checked:after {
  background-color: #011E41;
}
.product-filter .facetwp-type-checkboxes .facetwp-checkbox.checked:hover:after {
  background-color: #011E41;
}
.product-filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-expand {
  line-height: 1;
  color: #011E41;
}
.product-filter .facetwp-type-slider .facetwp-slider-wrap {
  padding: 6px 1px 0 1px;
  margin-bottom: 1rem;
}
.product-filter .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider {
  height: 0.5rem;
  background-color: #F9F7F6;
  border: none;
  border-radius: 0;
}
.product-filter .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-connect {
  background-color: #011E41;
}
.product-filter .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-handle {
  top: -5px;
  height: 1rem;
  width: 1rem;
  border-radius: 0;
  outline: none;
}
.product-filter .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-handle.noUi-handle-lower {
  transform: translateX(3px);
}
.product-filter .facetwp-type-slider .facetwp-slider-wrap .facetwp-slider .noUi-handle.noUi-handle-upper {
  transform: translateX(-2px);
}
.product-filter .facetwp-type-slider .facetwp-slider-reset {
  display: none!important;
}
.product-filter .facet-reset {
  position: relative;
  appearance: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #011E41;
  padding-right: 1rem;
  background-color: transparent;
}
.product-filter .facet-reset:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #011E41;
  content: '\f01e';
  margin-left: 0.5rem;
  transition: all 500ms cubic-bezier(0.65, 0, 0.35, 1);
}
.product-filter .facet-reset:hover:after {
  transform: rotate(360deg);
}
/* #Product Sorting ------------------------------------------------------------------------ */
.product-sorting {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.product-sorting .facetwp-facet {
  margin: 0;
}
.product-sorting select {
  width: 15rem;
}
@media screen and (min-width: 46.875em) {
  .product-sorting {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 46.875em) {
  .product-sorting select,
  .product-sorting input {
    width: 100%;
  }
}
/*************************************************************************
 #Product Preview Modules
**************************************************************************/
.product-module {
  padding: 1.5rem;
  position: relative;
}
.product-module .onsale,
.product-module .category {
  font-size: 0.75rem;
}
.product-module .preview-image,
.product-module .category,
.product-module .title,
.product-module .price {
  margin-bottom: 1rem;
}
.product-module .amount,
.product-module .amount span {
  font-size: 1rem;
}
.product-module del .amount,
.product-module del .amount span {
  font-size: 0.75rem;
}
/*************************************************************************
 #Single Products
**************************************************************************/
/* #Image Gallery ------------------------------------------------------------------------ */
.woocommerce-product-gallery img {
  width: 100%;
  height: auto;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:last-child {
  margin-bottom: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:focus {
  outline: none;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  border-bottom: none;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before,
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  z-index: -2;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  z-index: -1;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.primary-button:hover {
  border: 2px solid #C68258;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.secondary-button:hover {
  border: 2px solid #C68258;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.with-icon {
  padding-right: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.text-button-with-icon {
  padding-right: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.download-button {
  padding-right: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.search-button {
  padding-right: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.reset-button {
  padding-right: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.arrow-left:after {
  content: '\f053';
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.arrow-right:after {
  content: '\f054';
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.plus-button {
  padding-right: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.plus-button:after {
  content: '\2b';
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.minus-button {
  padding-right: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.minus-button:after {
  content: '\2d';
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger.close:after {
  content: '\f00d';
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  border: 2px solid #C68258;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  content: '\f002';
}
.woocommerce-product-gallery .flex-viewport,
.woocommerce-product-gallery .woocommerce-product-gallery__image {
  box-shadow: 0.5rem 0.5rem 1.75rem 0 rgba(0, 0, 0, 0.15);
}
.woocommerce-product-gallery ol.flex-control-nav {
  margin-top: 1.5rem !important;
  margin-left: 0;
  word-spacing: -0.35rem;
  width: calc(100% + 1rem);
  margin: 0 -0.5rem;
  zoom: 1;
}
.woocommerce-product-gallery ol.flex-control-nav li {
  list-style-type: none;
}
.woocommerce-product-gallery ol.flex-control-nav li ul,
.woocommerce-product-gallery ol.flex-control-nav li ol {
  margin-top: 0;
}
.woocommerce-product-gallery ol.flex-control-nav * {
  word-spacing: normal;
}
.woocommerce-product-gallery ol.flex-control-nav li {
  display: inline-block;
  width: calc(25% - 1rem);
  margin: 0 0.5rem 1rem 0.5rem;
  cursor: pointer;
}
.woocommerce-product-gallery ol.flex-control-nav li:first-of-type,
.woocommerce-product-gallery ol.flex-control-nav li:last-of-type {
  margin: 0 0.5rem;
}
.woocommerce-product-gallery ol.flex-control-nav li img {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15);
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  border: 2px solid white;
}
.woocommerce-product-gallery ol.flex-control-nav li img.flex-active {
  border-color: #A65A2A;
}
/* #Product Description ------------------------------------------------------------------------ */
.product-details .categories,
.product-details .product-code {
  font-size: 0.75rem;
}
.product-details .categories a {
  color: #A65A2A;
}
.product-details .product-code {
  opacity: 0.5;
  margin-bottom: 0.5rem;
}
.purchase-details {
  margin-top: 1.5rem;
}
.purchase-details .price,
.purchase-details .price > *,
.purchase-details .woocommerce-Price-currencySymbol {
  color: #A65A2A;
  font-weight: 500;
  font-size: 2rem;
}
.purchase-details table.variations {
  position: relative;
  width: auto;
  border: none;
}
.purchase-details table.variations th,
.purchase-details table.variations td {
  border-top: none;
}
.purchase-details table.variations th.label,
.purchase-details table.variations td.label {
  padding-left: 0;
}
.purchase-details table.variations .reset_variations {
  display: block;
  position: absolute;
  margin-top: 0.25rem;
  right: 0.5rem;
  font-size: 0.75rem;
}
.purchase-details button,
.purchase-details .button {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
  margin-bottom: 0;
}
.purchase-details button:last-child,
.purchase-details .button:last-child {
  margin-bottom: 0;
}
.purchase-details button:focus,
.purchase-details .button:focus {
  outline: none;
}
.purchase-details button:hover,
.purchase-details .button:hover {
  border-bottom: none;
}
.purchase-details button:disabled,
.purchase-details .button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.purchase-details button:before,
.purchase-details .button:before,
.purchase-details button:after,
.purchase-details .button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.purchase-details button:before,
.purchase-details .button:before {
  z-index: -2;
}
.purchase-details button:after,
.purchase-details .button:after {
  z-index: -1;
}
.purchase-details button.small,
.purchase-details .button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.purchase-details button.small:after,
.purchase-details .button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.purchase-details button.medium,
.purchase-details .button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.purchase-details button.medium:after,
.purchase-details .button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.purchase-details button.large,
.purchase-details .button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
.purchase-details button.large:after,
.purchase-details .button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.purchase-details button.primary-button,
.purchase-details .button.primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.purchase-details button.primary-button:hover,
.purchase-details .button.primary-button:hover {
  border: 2px solid #C68258;
}
.purchase-details button.secondary-button,
.purchase-details .button.secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
.purchase-details button.secondary-button:hover,
.purchase-details .button.secondary-button:hover {
  border: 2px solid #C68258;
}
.purchase-details button.with-icon,
.purchase-details .button.with-icon {
  padding-right: 0;
}
.purchase-details button.with-icon:after,
.purchase-details .button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.purchase-details button.text-button-with-icon,
.purchase-details .button.text-button-with-icon {
  padding-right: 0;
}
.purchase-details button.text-button-with-icon:after,
.purchase-details .button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.purchase-details button.text-button-with-icon:after,
.purchase-details .button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.purchase-details button.icon-only,
.purchase-details .button.icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
.purchase-details button.icon-only:after,
.purchase-details .button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.purchase-details button.icon-only:after,
.purchase-details .button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.purchase-details button.download-button,
.purchase-details .button.download-button {
  padding-right: 0;
}
.purchase-details button.download-button:after,
.purchase-details .button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.purchase-details button.download-button:after,
.purchase-details .button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
.purchase-details button.search-button,
.purchase-details .button.search-button {
  padding-right: 0;
}
.purchase-details button.search-button:after,
.purchase-details .button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.purchase-details button.search-button:after,
.purchase-details .button.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
.purchase-details button.reset-button,
.purchase-details .button.reset-button {
  padding-right: 0;
}
.purchase-details button.reset-button:after,
.purchase-details .button.reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.purchase-details button.reset-button:after,
.purchase-details .button.reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
.purchase-details button.arrow-left:after,
.purchase-details .button.arrow-left:after {
  content: '\f053';
}
.purchase-details button.arrow-right:after,
.purchase-details .button.arrow-right:after {
  content: '\f054';
}
.purchase-details button.plus-button,
.purchase-details .button.plus-button {
  padding-right: 0;
}
.purchase-details button.plus-button:after,
.purchase-details .button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.purchase-details button.plus-button:after,
.purchase-details .button.plus-button:after {
  content: '\2b';
}
.purchase-details button.minus-button,
.purchase-details .button.minus-button {
  padding-right: 0;
}
.purchase-details button.minus-button:after,
.purchase-details .button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.purchase-details button.minus-button:after,
.purchase-details .button.minus-button:after {
  content: '\2d';
}
.purchase-details button.close:after,
.purchase-details .button.close:after {
  content: '\f00d';
}
.purchase-details button:after,
.purchase-details .button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.purchase-details button:hover,
.purchase-details .button:hover {
  border: 2px solid #C68258;
}
/* #Add to Cart (Global) ------------------------------------------------------------------------ */
.quantity .minus,
.quantity .plus,
.quantity .qty,
.quantity .text {
  vertical-align: middle!important;
}
.quantity .minus,
.quantity .plus {
  margin: 0!important;
  padding: 0!important;
  font-size: 1rem !important;
  color: #A65A2A;
}
.quantity .qty,
.quantity .text {
  width: 4rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  border: none!important;
  text-align: center !important;
}
.cart .woocommerce-variation {
  margin-bottom: 1rem;
}
.cart .quantity .qty,
.cart .quantity .text {
  margin: 0 0.5rem;
}
.cart .quantity input[type='button'] {
  min-height: unset;
  height: unset;
  line-height: unset;
}
.cart .quantity,
.cart .single_add_to_cart_button,
.cart button {
  margin-top: 1rem !important;
}
.cart .single_add_to_cart_button.disabled {
  opacity: 0.15;
  cursor: default;
}
/* #Add to Cart (Grouped Products) ------------------------------------------------------------------------ */
.cart table.woocommerce-grouped-product-list {
  box-shadow: 0.25rem 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  width: auto;
  margin: 0;
  border: none;
}
.cart table.woocommerce-grouped-product-list tbody tr th,
.cart table.woocommerce-grouped-product-list tbody tr td {
  padding: 0.5rem 0.5rem 0 0.5rem;
  border-top: none;
}
.cart table.woocommerce-grouped-product-list tbody tr th .quantity,
.cart table.woocommerce-grouped-product-list tbody tr td .quantity {
  margin-top: 0!important;
}
.cart table.woocommerce-grouped-product-list tbody tr th label a,
.cart table.woocommerce-grouped-product-list tbody tr td label a {
  color: #A65A2A;
  text-decoration: none;
}
.cart table.woocommerce-grouped-product-list tbody tr th label a:hover,
.cart table.woocommerce-grouped-product-list tbody tr td label a:hover {
  color: #011E41;
}
.cart table.woocommerce-grouped-product-list tbody tr:last-child th,
.cart table.woocommerce-grouped-product-list tbody tr:last-child td {
  padding: 0.5rem;
}
/* #Mobile Purchase Popup ------------------------------------------------------------------------ */
.add-to-basket-sticky-footer {
  display: flex!important;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 4.5rem;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  padding: 1rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 10000;
}
.add-to-basket-sticky-footer .vertical-top,
.add-to-basket-sticky-footer .vertical-middle,
.add-to-basket-sticky-footer .vertical-bottom {
  width: 100%;
}
.add-to-basket-sticky-footer .vertical-top {
  align-self: flex-start;
}
.add-to-basket-sticky-footer .vertical-middle {
  align-self: center;
}
.add-to-basket-sticky-footer .vertical-bottom {
  align-self: flex-end;
}
.add-to-basket-sticky-footer p {
  margin-bottom: 0;
  align-self: center;
}
.add-to-basket-sticky-footer .button {
  margin-bottom: 0;
}
@media screen and (max-width: 46.875em) {
  .add-to-basket-sticky-footer {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 46.875em) {
  .purchase-details {
    display: none;
  }
}
.purchase-container {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(40, 45, 50, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 10001;
}
.purchase-container .purchase-details {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  padding: 2.5rem 1rem 1rem 1rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.3);
}
.purchase-container .purchase-details .button {
  width: 100%;
  margin-bottom: 0;
}
.purchase-container .purchase-details .close-button {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.25rem;
  text-align: center;
  cursor: pointer;
}
.purchase-container .purchase-details .close-button:after {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '\f00d';
  color: #011E41;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}
.show-basket-popup {
  overflow: hidden;
}
.show-basket-popup .purchase-container {
  opacity: 1;
  visibility: visible;
}
.show-basket-popup .purchase-container .purchase-details {
  transform: scale(1);
}
/* #Product Specification ------------------------------------------------------------------------ */
.product-specification ul {
  margin-left: 0;
  list-style-position: inside;
}
.product-specification ul.tech-specs {
  margin-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
}
.product-specification ul.tech-specs li {
  list-style-type: none;
}
.product-specification ul.tech-specs li ul,
.product-specification ul.tech-specs li ol {
  margin-top: 0;
}
.product-specification ul.tech-specs li {
  display: flex;
  border: 2px solid #F3F0ED;
  border-top: none;
  margin: 0;
}
.product-specification ul.tech-specs li:first-child,
.product-specification ul.tech-specs li:nth-of-type(2) {
  border-top: 2px solid #F3F0ED;
}
.product-specification ul.tech-specs li .tech-spec-title,
.product-specification ul.tech-specs li .tech-spec-detail {
  width: 50%;
  padding: 0.5rem 1rem;
}
.product-specification ul.tech-specs li .tech-spec-title {
  border-right: 2px solid #F3F0ED;
}
/* #Product Reviews ------------------------------------------------------------------------ */
.woocommerce-Reviews #comments {
  margin-bottom: 1.5rem;
}
.woocommerce-Reviews #comments .commentlist {
  margin-left: 0;
}
.woocommerce-Reviews #comments .commentlist li {
  list-style-type: none;
}
.woocommerce-Reviews #comments .commentlist li ul,
.woocommerce-Reviews #comments .commentlist li ol {
  margin-top: 0;
}
.woocommerce-Reviews #comments .commentlist li {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}
.woocommerce-Reviews #comments .commentlist li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.woocommerce-Reviews #comments .commentlist li .comment_container .comment-text:before {
  margin-bottom: 0.75rem;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #F3F0ED;
  content: '\f005 \f005 \f005 \f005 \f005';
  letter-spacing: 0.5rem;
}
.woocommerce-Reviews #comments .commentlist li .comment_container .comment-text.one:before {
  background: linear-gradient(to right, #011E41, #011E41 20%, #F3F0ED 20%, #F3F0ED);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.woocommerce-Reviews #comments .commentlist li .comment_container .comment-text.two:before {
  background: linear-gradient(to right, #011E41, #011E41 40%, #F3F0ED 40%, #F3F0ED);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.woocommerce-Reviews #comments .commentlist li .comment_container .comment-text.three:before {
  background: linear-gradient(to right, #011E41, #011E41 60%, #F3F0ED 60%, #F3F0ED);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.woocommerce-Reviews #comments .commentlist li .comment_container .comment-text.four:before {
  background: linear-gradient(to right, #011E41, #011E41 80%, #F3F0ED 80%, #F3F0ED);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.woocommerce-Reviews #comments .commentlist li .comment_container .comment-text.five:before {
  color: #011E41;
}
.woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .star-rating .rating {
  color: #011E41;
}
.woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta {
  margin-bottom: 0.5rem;
}
.woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__verified,
.woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash,
.woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
  color: #D3A68A;
}
.woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  display: block;
  margin-bottom: 1.5rem;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating label,
.woocommerce-Reviews #review_form_wrapper .comment-form-comment label {
  display: block;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 40.625em) {
  .woocommerce-Reviews #review_form_wrapper .comment-form-rating,
  .woocommerce-Reviews #review_form_wrapper .comment-form-comment {
    display: flex;
  }
  .woocommerce-Reviews #review_form_wrapper .comment-form-rating label,
  .woocommerce-Reviews #review_form_wrapper .comment-form-comment label {
    flex: 1 1 20%;
    margin-bottom: 0;
  }
  .woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars,
  .woocommerce-Reviews #review_form_wrapper .comment-form-comment .stars,
  .woocommerce-Reviews #review_form_wrapper .comment-form-rating textarea,
  .woocommerce-Reviews #review_form_wrapper .comment-form-comment textarea {
    flex: 1 1 80%;
  }
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating textarea,
.woocommerce-Reviews #review_form_wrapper .comment-form-comment textarea {
  height: 8rem;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars span,
.woocommerce-Reviews #review_form_wrapper .comment-form-comment .stars span {
  word-spacing: -0.35rem;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars span *,
.woocommerce-Reviews #review_form_wrapper .comment-form-comment .stars span * {
  word-spacing: normal;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars span a,
.woocommerce-Reviews #review_form_wrapper .comment-form-comment .stars span a {
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding-right: 2.25rem;
  text-indent: -9999px;
}
@media screen and (min-width: 40.625em) {
  .woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars span a,
  .woocommerce-Reviews #review_form_wrapper .comment-form-comment .stars span a {
    width: 1.25rem;
    height: 1.25rem;
    padding-right: 2rem;
  }
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars span a:last-child,
.woocommerce-Reviews #review_form_wrapper .comment-form-comment .stars span a:last-child {
  padding-right: 0;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars span a:before,
.woocommerce-Reviews #review_form_wrapper .comment-form-comment .stars span a:before {
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  color: #F3F0ED;
  font-size: 1.5rem;
  content: '\f005';
  text-indent: 0;
}
@media screen and (min-width: 40.625em) {
  .woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars span a:before,
  .woocommerce-Reviews #review_form_wrapper .comment-form-comment .stars span a:before {
    font-size: 1.25rem;
  }
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars span a:hover:before,
.woocommerce-Reviews #review_form_wrapper .comment-form-comment .stars span a:hover:before,
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars span a.active:before,
.woocommerce-Reviews #review_form_wrapper .comment-form-comment .stars span a.active:before {
  color: #011E41;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars span a:hover ~ a:before,
.woocommerce-Reviews #review_form_wrapper .comment-form-comment .stars span a:hover ~ a:before {
  color: #F3F0ED;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars span:hover a:before,
.woocommerce-Reviews #review_form_wrapper .comment-form-comment .stars span:hover a:before {
  color: #011E41;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars.selected span a:before,
.woocommerce-Reviews #review_form_wrapper .comment-form-comment .stars.selected span a:before {
  color: #011E41;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars.selected span a.active ~ a:before,
.woocommerce-Reviews #review_form_wrapper .comment-form-comment .stars.selected span a.active ~ a:before {
  color: #F3F0ED;
}
.woocommerce-Reviews #review_form_wrapper .form-submit {
  margin-bottom: 0;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"] {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
  margin-bottom: 0;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"]:last-child {
  margin-bottom: 0;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"]:focus {
  outline: none;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"]:hover {
  border-bottom: none;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"]:before,
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"]:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"]:before {
  z-index: -2;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"]:after {
  z-index: -1;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].primary-button:hover {
  border: 2px solid #C68258;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].secondary-button:hover {
  border: 2px solid #C68258;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].with-icon {
  padding-right: 0;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].text-button-with-icon {
  padding-right: 0;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].text-button-with-icon:after {
  margin-left: 0.5rem;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].download-button {
  padding-right: 0;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].search-button {
  padding-right: 0;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].reset-button {
  padding-right: 0;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].arrow-left:after {
  content: '\f053';
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].arrow-right:after {
  content: '\f054';
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].plus-button {
  padding-right: 0;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].plus-button:after {
  content: '\2b';
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].minus-button {
  padding-right: 0;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].minus-button:after {
  content: '\2d';
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"].close:after {
  content: '\f00d';
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"]:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"]:hover {
  border: 2px solid #C68258;
}
@media screen and (min-width: 40.625em) {
  .woocommerce-Reviews #review_form_wrapper .form-submit input[type="submit"] {
    margin-left: 20%;
  }
}
/*************************************************************************
 #WooCommerce Cart
**************************************************************************/
form.cart {
  display: flex;
  align-items: center;
}
/* #WooCommerce Cart Form ------------------------------------------------------------------------ */
.woocommerce-cart-form {
  margin-bottom: 1.5rem;
}
.woocommerce-cart-form:last-child {
  margin-bottom: 0;
}
.woocommerce-cart-form table th,
.woocommerce-cart-form table td {
  padding: 1rem 0.5rem !important;
  vertical-align: top;
}
.woocommerce-cart-form table th.product-thumbnail img,
.woocommerce-cart-form table td.product-thumbnail img {
  max-height: 4rem;
  width: auto;
}
@media screen and (max-width: 53.125em) {
  .woocommerce-cart-form table thead {
    display: none;
  }
  .woocommerce-cart-form table th,
  .woocommerce-cart-form table td {
    display: block;
    text-align: right;
  }
  .woocommerce-cart-form table th:before,
  .woocommerce-cart-form table td:before {
    content: attr(data-title) ": ";
    float: left;
  }
  .woocommerce-cart-form table th.product-remove,
  .woocommerce-cart-form table td.product-remove,
  .woocommerce-cart-form table th.product-thumbnail,
  .woocommerce-cart-form table td.product-thumbnail,
  .woocommerce-cart-form table th.actions,
  .woocommerce-cart-form table td.actions {
    text-align: left;
  }
  .woocommerce-cart-form table th.product-remove:before,
  .woocommerce-cart-form table td.product-remove:before,
  .woocommerce-cart-form table th.product-thumbnail:before,
  .woocommerce-cart-form table td.product-thumbnail:before,
  .woocommerce-cart-form table th.actions:before,
  .woocommerce-cart-form table td.actions:before {
    display: none;
  }
  .woocommerce-cart-form table th.actions,
  .woocommerce-cart-form table td.actions {
    margin-top: 1rem;
  }
}
.woocommerce-cart-form table .remove {
  color: #011E41;
  font-size: 1.25rem;
  text-decoration: none;
}
.woocommerce-cart-form table .quantity {
  display: flex;
  margin-top: 0!important;
}
.woocommerce-cart-form table .quantity .qty,
.woocommerce-cart-form table .quantity .text {
  -moz-appearance: textfield;
}
.woocommerce-cart-form table .quantity .qty::-webkit-outer-spin-button,
.woocommerce-cart-form table .quantity .text::-webkit-outer-spin-button,
.woocommerce-cart-form table .quantity .qty::-webkit-inner-spin-button,
.woocommerce-cart-form table .quantity .text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart-form table .coupon {
  float: left;
}
.woocommerce-cart-form table .coupon label {
  display: none;
}
.woocommerce-cart-form table .coupon input {
  float: left;
  margin-right: 0.25rem;
}
.woocommerce-cart-form table .coupon input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 53.125em) {
  .woocommerce-cart-form table .coupon {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .woocommerce-cart-form table .coupon button,
  .woocommerce-cart-form table .coupon .button,
  .woocommerce-cart-form table .coupon input {
    width: calc(50% -  1rem*0.25);
  }
}
.woocommerce-cart-form table button,
.woocommerce-cart-form table .button {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.woocommerce-cart-form table button,
.woocommerce-cart-form table .button,
.woocommerce-cart-form table input[type="submit"] {
  float: right;
}
.woocommerce-cart-form .actions .button {
  appearance: none !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  background-image: none !important;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  font-family: "Montserrat", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 0.75rem !important;
  z-index: 1 !important;
  border-radius: 2rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 2.5rem !important;
  color: #011E41 !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.woocommerce-cart-form .actions .button:last-child {
  margin-bottom: 0 !important;
}
.woocommerce-cart-form .actions .button:focus {
  outline: none !important;
}
.woocommerce-cart-form .actions .button:hover {
  border-bottom: none !important;
}
.woocommerce-cart-form .actions .button:disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
.woocommerce-cart-form .actions .button:before,
.woocommerce-cart-form .actions .button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: block !important;
  position: absolute !important;
  content: '' !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.woocommerce-cart-form .actions .button:before {
  z-index: -2 !important;
}
.woocommerce-cart-form .actions .button:after {
  z-index: -1 !important;
}
.woocommerce-cart-form .actions .button.small {
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  padding: 0 0.75rem !important;
}
.woocommerce-cart-form .actions .button.small:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.woocommerce-cart-form .actions .button.medium {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  padding: 0 1rem !important;
}
.woocommerce-cart-form .actions .button.medium:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
.woocommerce-cart-form .actions .button.large {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 2.5rem !important;
}
.woocommerce-cart-form .actions .button.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.woocommerce-cart-form .actions .button.primary-button {
  color: #011E41 !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.woocommerce-cart-form .actions .button.primary-button:hover {
  border: 2px solid #C68258 !important;
}
.woocommerce-cart-form .actions .button.secondary-button {
  color: #FFFFFF !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.woocommerce-cart-form .actions .button.secondary-button:hover {
  border: 2px solid #C68258 !important;
}
.woocommerce-cart-form .actions .button.with-icon {
  padding-right: 0 !important;
}
.woocommerce-cart-form .actions .button.with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-cart-form .actions .button.text-button-with-icon {
  padding-right: 0 !important;
}
.woocommerce-cart-form .actions .button.text-button-with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-cart-form .actions .button.text-button-with-icon:after {
  margin-left: 0.5rem !important;
}
.woocommerce-cart-form .actions .button.icon-only {
  padding-right: 0 !important;
  padding: 0!important !important;
  text-indent: -9999px !important;
}
.woocommerce-cart-form .actions .button.icon-only:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-cart-form .actions .button.icon-only:after {
  position: absolute!important !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
}
.woocommerce-cart-form .actions .button.download-button {
  padding-right: 0 !important;
}
.woocommerce-cart-form .actions .button.download-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-cart-form .actions .button.download-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f56d' !important;
}
.woocommerce-cart-form .actions .button.search-button {
  padding-right: 0 !important;
}
.woocommerce-cart-form .actions .button.search-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-cart-form .actions .button.search-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f002' !important;
}
.woocommerce-cart-form .actions .button.reset-button {
  padding-right: 0 !important;
}
.woocommerce-cart-form .actions .button.reset-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-cart-form .actions .button.reset-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f2ea' !important;
}
.woocommerce-cart-form .actions .button.arrow-left:after {
  content: '\f053' !important;
}
.woocommerce-cart-form .actions .button.arrow-right:after {
  content: '\f054' !important;
}
.woocommerce-cart-form .actions .button.plus-button {
  padding-right: 0 !important;
}
.woocommerce-cart-form .actions .button.plus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-cart-form .actions .button.plus-button:after {
  content: '\2b' !important;
}
.woocommerce-cart-form .actions .button.minus-button {
  padding-right: 0 !important;
}
.woocommerce-cart-form .actions .button.minus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-cart-form .actions .button.minus-button:after {
  content: '\2d' !important;
}
.woocommerce-cart-form .actions .button.close:after {
  content: '\f00d' !important;
}
.woocommerce-cart-form .actions .button:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.woocommerce-cart-form .actions .button:hover {
  border: 2px solid #C68258 !important;
}
/* #WooCommerce Cart Totals ------------------------------------------------------------------------ */
.cart-form-container,
.cart-totals-container {
  width: 93.996%;
}
.cart-form-container .button,
.cart-totals-container .button {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.cart-form-container .button:last-child,
.cart-totals-container .button:last-child {
  margin-bottom: 0;
}
.cart-form-container .button:focus,
.cart-totals-container .button:focus {
  outline: none;
}
.cart-form-container .button:hover,
.cart-totals-container .button:hover {
  border-bottom: none;
}
.cart-form-container .button:disabled,
.cart-totals-container .button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.cart-form-container .button:before,
.cart-totals-container .button:before,
.cart-form-container .button:after,
.cart-totals-container .button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.cart-form-container .button:before,
.cart-totals-container .button:before {
  z-index: -2;
}
.cart-form-container .button:after,
.cart-totals-container .button:after {
  z-index: -1;
}
.cart-form-container .button.small,
.cart-totals-container .button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.cart-form-container .button.small:after,
.cart-totals-container .button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.cart-form-container .button.medium,
.cart-totals-container .button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.cart-form-container .button.medium:after,
.cart-totals-container .button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.cart-form-container .button.large,
.cart-totals-container .button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
.cart-form-container .button.large:after,
.cart-totals-container .button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.cart-form-container .button.primary-button,
.cart-totals-container .button.primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.cart-form-container .button.primary-button:hover,
.cart-totals-container .button.primary-button:hover {
  border: 2px solid #C68258;
}
.cart-form-container .button.secondary-button,
.cart-totals-container .button.secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
.cart-form-container .button.secondary-button:hover,
.cart-totals-container .button.secondary-button:hover {
  border: 2px solid #C68258;
}
.cart-form-container .button.with-icon,
.cart-totals-container .button.with-icon {
  padding-right: 0;
}
.cart-form-container .button.with-icon:after,
.cart-totals-container .button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.cart-form-container .button.text-button-with-icon,
.cart-totals-container .button.text-button-with-icon {
  padding-right: 0;
}
.cart-form-container .button.text-button-with-icon:after,
.cart-totals-container .button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.cart-form-container .button.text-button-with-icon:after,
.cart-totals-container .button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.cart-form-container .button.icon-only,
.cart-totals-container .button.icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
.cart-form-container .button.icon-only:after,
.cart-totals-container .button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.cart-form-container .button.icon-only:after,
.cart-totals-container .button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cart-form-container .button.download-button,
.cart-totals-container .button.download-button {
  padding-right: 0;
}
.cart-form-container .button.download-button:after,
.cart-totals-container .button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.cart-form-container .button.download-button:after,
.cart-totals-container .button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
.cart-form-container .button.search-button,
.cart-totals-container .button.search-button {
  padding-right: 0;
}
.cart-form-container .button.search-button:after,
.cart-totals-container .button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.cart-form-container .button.search-button:after,
.cart-totals-container .button.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
.cart-form-container .button.reset-button,
.cart-totals-container .button.reset-button {
  padding-right: 0;
}
.cart-form-container .button.reset-button:after,
.cart-totals-container .button.reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.cart-form-container .button.reset-button:after,
.cart-totals-container .button.reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
.cart-form-container .button.arrow-left:after,
.cart-totals-container .button.arrow-left:after {
  content: '\f053';
}
.cart-form-container .button.arrow-right:after,
.cart-totals-container .button.arrow-right:after {
  content: '\f054';
}
.cart-form-container .button.plus-button,
.cart-totals-container .button.plus-button {
  padding-right: 0;
}
.cart-form-container .button.plus-button:after,
.cart-totals-container .button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.cart-form-container .button.plus-button:after,
.cart-totals-container .button.plus-button:after {
  content: '\2b';
}
.cart-form-container .button.minus-button,
.cart-totals-container .button.minus-button {
  padding-right: 0;
}
.cart-form-container .button.minus-button:after,
.cart-totals-container .button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.cart-form-container .button.minus-button:after,
.cart-totals-container .button.minus-button:after {
  content: '\2d';
}
.cart-form-container .button.close:after,
.cart-totals-container .button.close:after {
  content: '\f00d';
}
.cart-form-container .button:after,
.cart-totals-container .button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.cart-form-container .button:hover,
.cart-totals-container .button:hover {
  border: 2px solid #C68258;
}
@media screen and (min-width: 53.125em) {
  .cart-form-container {
    width: 61.664%;
  }
}
@media screen and (min-width: 53.125em) {
  .cart-totals-container {
    width: 29.332%;
  }
}
/*************************************************************************
 #WooCommerce Checkout
**************************************************************************/
/* #Multipart Checkout ------------------------------------------------------------------------ */
.wpmc-tabs-wrapper {
  margin-bottom: 1.5rem;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list {
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: transparent;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list li {
  list-style-type: none;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list li ul,
.wpmc-tabs-wrapper ul.wpmc-tabs-list li ol {
  margin-top: 0;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item {
  position: relative;
  flex: 1 1 0;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 0.75rem !important;
  line-height: 1 !important;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item:before,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item:after {
  position: absolute;
  content: '';
  width: calc(50% - 2.5rem*0.5);
  height: 4px;
  top: 1.25rem;
  transform: translateY(-2px);
  background-color: #C68258;
  border: none;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item:before {
  left: 0;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item:after {
  right: 0;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item .wpmc-tab-number {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #D3A68A;
  border-radius: 1.25rem;
  font-size: 1.5rem;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item .wpmc-tab-text {
  position: relative;
  display: block;
  margin: 0.5rem 0 0 0;
  padding: 0;
  top: auto;
  font-size: 0.75rem;
  color: #C68258;
  letter-spacing: inherit;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current:before {
  background-color: #C68258;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current:after {
  background-color: #C68258;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item:last-child.current:before,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item:last-child.current:after {
  background-color: #011E41;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item:last-child.current:after {
  background-image: none;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item .wpmc-tab-number,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item .wpmc-tab-number,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item .wpmc-tab-number,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item .wpmc-tab-number {
  color: #C68258;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item .wpmc-tab-text,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item .wpmc-tab-text,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item .wpmc-tab-text,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item .wpmc-tab-text {
  font-size: 0.75rem;
  color: #C68258;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item:before,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item:before,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item:before,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item:before,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item:after,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item:after,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item:after,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item:after {
  background-color: #F9F7F6;
}
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item .wpmc-tab-number,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item .wpmc-tab-number,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item .wpmc-tab-number,
.wpmc-tabs-wrapper ul.wpmc-tabs-list .wpmc-tab-item.current + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item + .wpmc-tab-item .wpmc-tab-number {
  background-color: #FFFFFF;
  border: 1px solid #D3A68A;
  color: #011E41;
}
.wpmc-steps-wrapper .payment_type-radio .woocommerce-input-wrapper {
  display: inline-flex;
}
.wpmc-steps-wrapper .payment_type-radio input[type=radio] {
  margin-right: 0.4rem;
}
.wpmc-steps-wrapper .payment_type-radio label {
  margin-right: 1rem;
}
.wpmc-nav-wrapper {
  display: block;
  overflow: hidden;
}
.wpmc-nav-wrapper #wpmc-prev {
  float: left;
}
.wpmc-nav-wrapper #wpmc-next {
  float: right;
}
/* #WooCommerce Coupon Form ------------------------------------------------------------------------ */
.woocommerce-form-coupon-toggle .woocommerce-message {
  justify-content: flex-start;
}
.woocommerce-form-coupon-toggle .woocommerce-message:before {
  display: none;
}
.woocommerce-form-coupon-toggle .woocommerce-message .showcoupon {
  margin-left: 0.5rem;
}
.woocommerce-form-coupon {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
}
.woocommerce-form-coupon .form-row.form-row-first,
.woocommerce-form-coupon .form-row.form-row-last {
  width: calc(24.25% - 1rem*0.5);
}
.woocommerce-form-coupon .form-row.form-row-last {
  float: left;
  margin-left: 1rem;
}
.woocommerce-form-coupon .form-row .button {
  appearance: none !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  background-image: none !important;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  font-family: "Montserrat", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 0.75rem !important;
  z-index: 1 !important;
  border-radius: 2rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 2.5rem !important;
  color: #011E41 !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.woocommerce-form-coupon .form-row .button:last-child {
  margin-bottom: 0 !important;
}
.woocommerce-form-coupon .form-row .button:focus {
  outline: none !important;
}
.woocommerce-form-coupon .form-row .button:hover {
  border-bottom: none !important;
}
.woocommerce-form-coupon .form-row .button:disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
.woocommerce-form-coupon .form-row .button:before,
.woocommerce-form-coupon .form-row .button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: block !important;
  position: absolute !important;
  content: '' !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.woocommerce-form-coupon .form-row .button:before {
  z-index: -2 !important;
}
.woocommerce-form-coupon .form-row .button:after {
  z-index: -1 !important;
}
.woocommerce-form-coupon .form-row .button.small {
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  padding: 0 0.75rem !important;
}
.woocommerce-form-coupon .form-row .button.small:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.woocommerce-form-coupon .form-row .button.medium {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  padding: 0 1rem !important;
}
.woocommerce-form-coupon .form-row .button.medium:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
.woocommerce-form-coupon .form-row .button.large {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 2.5rem !important;
}
.woocommerce-form-coupon .form-row .button.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.woocommerce-form-coupon .form-row .button.primary-button {
  color: #011E41 !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.woocommerce-form-coupon .form-row .button.primary-button:hover {
  border: 2px solid #C68258 !important;
}
.woocommerce-form-coupon .form-row .button.secondary-button {
  color: #FFFFFF !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.woocommerce-form-coupon .form-row .button.secondary-button:hover {
  border: 2px solid #C68258 !important;
}
.woocommerce-form-coupon .form-row .button.with-icon {
  padding-right: 0 !important;
}
.woocommerce-form-coupon .form-row .button.with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-form-coupon .form-row .button.text-button-with-icon {
  padding-right: 0 !important;
}
.woocommerce-form-coupon .form-row .button.text-button-with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-form-coupon .form-row .button.text-button-with-icon:after {
  margin-left: 0.5rem !important;
}
.woocommerce-form-coupon .form-row .button.icon-only {
  padding-right: 0 !important;
  padding: 0!important !important;
  text-indent: -9999px !important;
}
.woocommerce-form-coupon .form-row .button.icon-only:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-form-coupon .form-row .button.icon-only:after {
  position: absolute!important !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
}
.woocommerce-form-coupon .form-row .button.download-button {
  padding-right: 0 !important;
}
.woocommerce-form-coupon .form-row .button.download-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-form-coupon .form-row .button.download-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f56d' !important;
}
.woocommerce-form-coupon .form-row .button.search-button {
  padding-right: 0 !important;
}
.woocommerce-form-coupon .form-row .button.search-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-form-coupon .form-row .button.search-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f002' !important;
}
.woocommerce-form-coupon .form-row .button.reset-button {
  padding-right: 0 !important;
}
.woocommerce-form-coupon .form-row .button.reset-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-form-coupon .form-row .button.reset-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f2ea' !important;
}
.woocommerce-form-coupon .form-row .button.arrow-left:after {
  content: '\f053' !important;
}
.woocommerce-form-coupon .form-row .button.arrow-right:after {
  content: '\f054' !important;
}
.woocommerce-form-coupon .form-row .button.plus-button {
  padding-right: 0 !important;
}
.woocommerce-form-coupon .form-row .button.plus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-form-coupon .form-row .button.plus-button:after {
  content: '\2b' !important;
}
.woocommerce-form-coupon .form-row .button.minus-button {
  padding-right: 0 !important;
}
.woocommerce-form-coupon .form-row .button.minus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.woocommerce-form-coupon .form-row .button.minus-button:after {
  content: '\2d' !important;
}
.woocommerce-form-coupon .form-row .button.close:after {
  content: '\f00d' !important;
}
.woocommerce-form-coupon .form-row .button:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.woocommerce-form-coupon .form-row .button:hover {
  border: 2px solid #C68258 !important;
}
/* #WooCommerce Checkout Form ------------------------------------------------------------------------ */
.checkout #order_review_heading {
  margin-top: 1.5rem;
}
.checkout .woocommerce-checkout-payment {
  background: #F9F7F6;
  color: #011E41;
  padding: 1rem;
}
.checkout .woocommerce-checkout-payment .preheading {
  color: #A65A2A;
}
.checkout .woocommerce-checkout-payment h1,
.checkout .woocommerce-checkout-payment h2,
.checkout .woocommerce-checkout-payment h3,
.checkout .woocommerce-checkout-payment h4,
.checkout .woocommerce-checkout-payment h5,
.checkout .woocommerce-checkout-payment h6,
.checkout .woocommerce-checkout-payment strong {
  color: #011E41;
}
.checkout .woocommerce-checkout-payment p,
.checkout .woocommerce-checkout-payment a {
  color: #011E41;
}
.checkout .woocommerce-checkout-payment .js-carousel-controls .direction-left:before,
.checkout .woocommerce-checkout-payment .js-carousel-controls .direction-right:before {
  color: #011E41;
}
.checkout .woocommerce-checkout-payment .js-carousel-controls .dot-controls .dot-control-button:after {
  background-color: #011E41;
}
.checkout .woocommerce-checkout-payment ul {
  margin-left: 0;
  margin-bottom: 0;
}
.checkout .woocommerce-checkout-payment ul li {
  list-style-type: none;
}
.checkout .woocommerce-checkout-payment ul li ul,
.checkout .woocommerce-checkout-payment ul li ol {
  margin-top: 0;
}
.checkout .woocommerce-checkout-payment ul li {
  margin-bottom: 1rem;
}
.checkout .woocommerce-checkout-payment ul li:last-child {
  margin-bottom: 0;
}
.checkout .woocommerce-checkout-payment .payment_box {
  position: relative;
  margin-top: 1rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.checkout .woocommerce-checkout-payment .payment_box:before {
  display: block;
  position: absolute;
  content: '';
  top: -1.5rem;
  left: 1rem;
  border: 0.75rem solid rgba(255, 255, 255, 0.5);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.checkout .woocommerce-checkout-payment .payment_box .wc-payment-form {
  margin-top: 1rem;
}
.checkout .woocommerce-checkout-payment .place-order {
  margin-top: 1rem;
}
.checkout .woocommerce-checkout-payment .place-order .button {
  appearance: none;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
  text-align: center;
  text-indent: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border: none;
  border-bottom: none;
  text-shadow: none;
  cursor: pointer;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  z-index: 1;
  border-radius: 2rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
  margin-bottom: 0;
}
.checkout .woocommerce-checkout-payment .place-order .button:last-child {
  margin-bottom: 0;
}
.checkout .woocommerce-checkout-payment .place-order .button:focus {
  outline: none;
}
.checkout .woocommerce-checkout-payment .place-order .button:hover {
  border-bottom: none;
}
.checkout .woocommerce-checkout-payment .place-order .button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.checkout .woocommerce-checkout-payment .place-order .button:before,
.checkout .woocommerce-checkout-payment .place-order .button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  display: block;
  position: absolute;
  content: '';
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.checkout .woocommerce-checkout-payment .place-order .button:before {
  z-index: -2;
}
.checkout .woocommerce-checkout-payment .place-order .button:after {
  z-index: -1;
}
.checkout .woocommerce-checkout-payment .place-order .button.small {
  min-width: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.checkout .woocommerce-checkout-payment .place-order .button.small:after {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.checkout .woocommerce-checkout-payment .place-order .button.medium {
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.checkout .woocommerce-checkout-payment .place-order .button.medium:after {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}
.checkout .woocommerce-checkout-payment .place-order .button.large {
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem;
}
.checkout .woocommerce-checkout-payment .place-order .button.large:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.checkout .woocommerce-checkout-payment .place-order .button.primary-button {
  color: #011E41;
  background: transparent;
  border: 2px solid #A65A2A;
}
.checkout .woocommerce-checkout-payment .place-order .button.primary-button:hover {
  border: 2px solid #C68258;
}
.checkout .woocommerce-checkout-payment .place-order .button.secondary-button {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #A65A2A;
}
.checkout .woocommerce-checkout-payment .place-order .button.secondary-button:hover {
  border: 2px solid #C68258;
}
.checkout .woocommerce-checkout-payment .place-order .button.with-icon {
  padding-right: 0;
}
.checkout .woocommerce-checkout-payment .place-order .button.with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.checkout .woocommerce-checkout-payment .place-order .button.text-button-with-icon {
  padding-right: 0;
}
.checkout .woocommerce-checkout-payment .place-order .button.text-button-with-icon:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.checkout .woocommerce-checkout-payment .place-order .button.text-button-with-icon:after {
  margin-left: 0.5rem;
}
.checkout .woocommerce-checkout-payment .place-order .button.icon-only {
  padding-right: 0;
  padding: 0!important;
  text-indent: -9999px;
}
.checkout .woocommerce-checkout-payment .place-order .button.icon-only:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.checkout .woocommerce-checkout-payment .place-order .button.icon-only:after {
  position: absolute!important;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.checkout .woocommerce-checkout-payment .place-order .button.download-button {
  padding-right: 0;
}
.checkout .woocommerce-checkout-payment .place-order .button.download-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.checkout .woocommerce-checkout-payment .place-order .button.download-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f56d';
}
.checkout .woocommerce-checkout-payment .place-order .button.search-button {
  padding-right: 0;
}
.checkout .woocommerce-checkout-payment .place-order .button.search-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.checkout .woocommerce-checkout-payment .place-order .button.search-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f002';
}
.checkout .woocommerce-checkout-payment .place-order .button.reset-button {
  padding-right: 0;
}
.checkout .woocommerce-checkout-payment .place-order .button.reset-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.checkout .woocommerce-checkout-payment .place-order .button.reset-button:after {
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  content: '\f2ea';
}
.checkout .woocommerce-checkout-payment .place-order .button.arrow-left:after {
  content: '\f053';
}
.checkout .woocommerce-checkout-payment .place-order .button.arrow-right:after {
  content: '\f054';
}
.checkout .woocommerce-checkout-payment .place-order .button.plus-button {
  padding-right: 0;
}
.checkout .woocommerce-checkout-payment .place-order .button.plus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.checkout .woocommerce-checkout-payment .place-order .button.plus-button:after {
  content: '\2b';
}
.checkout .woocommerce-checkout-payment .place-order .button.minus-button {
  padding-right: 0;
}
.checkout .woocommerce-checkout-payment .place-order .button.minus-button:after {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-display: swap;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  line-height: inherit;
}
.checkout .woocommerce-checkout-payment .place-order .button.minus-button:after {
  content: '\2d';
}
.checkout .woocommerce-checkout-payment .place-order .button.close:after {
  content: '\f00d';
}
.checkout .woocommerce-checkout-payment .place-order .button:after {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.checkout .woocommerce-checkout-payment .place-order .button:hover {
  border: 2px solid #C68258;
}
.cart_totals tbody th {
  color: #011E41;
}
.cart_totals tbody td {
  text-align: right;
}
table.cart {
  border-collapse: collapse;
}
table.cart thead tr {
  border-bottom: 1px solid #DBC9BD !important;
}
table.cart thead th {
  padding: 0.5rem 0;
}
table.cart thead th.product-price,
table.cart thead th.product-quantity,
table.cart thead th.product-subtotal {
  text-align: center;
}
table.cart tbody .product-name a {
  text-decoration: none;
  color: #011E41;
}
a.checkout-button.button.wc-forward {
  appearance: none !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  background-image: none !important;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  font-family: "Montserrat", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 0.75rem !important;
  z-index: 1 !important;
  border-radius: 2rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 2.5rem !important;
  color: #011E41 !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
a.checkout-button.button.wc-forward:last-child {
  margin-bottom: 0 !important;
}
a.checkout-button.button.wc-forward:focus {
  outline: none !important;
}
a.checkout-button.button.wc-forward:hover {
  border-bottom: none !important;
}
a.checkout-button.button.wc-forward:disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
a.checkout-button.button.wc-forward:before,
a.checkout-button.button.wc-forward:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: block !important;
  position: absolute !important;
  content: '' !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
a.checkout-button.button.wc-forward:before {
  z-index: -2 !important;
}
a.checkout-button.button.wc-forward:after {
  z-index: -1 !important;
}
a.checkout-button.button.wc-forward.small {
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  padding: 0 0.75rem !important;
}
a.checkout-button.button.wc-forward.small:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
a.checkout-button.button.wc-forward.medium {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  padding: 0 1rem !important;
}
a.checkout-button.button.wc-forward.medium:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
a.checkout-button.button.wc-forward.large {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 2.5rem !important;
}
a.checkout-button.button.wc-forward.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
a.checkout-button.button.wc-forward.primary-button {
  color: #011E41 !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
a.checkout-button.button.wc-forward.primary-button:hover {
  border: 2px solid #C68258 !important;
}
a.checkout-button.button.wc-forward.secondary-button {
  color: #FFFFFF !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
a.checkout-button.button.wc-forward.secondary-button:hover {
  border: 2px solid #C68258 !important;
}
a.checkout-button.button.wc-forward.with-icon {
  padding-right: 0 !important;
}
a.checkout-button.button.wc-forward.with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
a.checkout-button.button.wc-forward.text-button-with-icon {
  padding-right: 0 !important;
}
a.checkout-button.button.wc-forward.text-button-with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
a.checkout-button.button.wc-forward.text-button-with-icon:after {
  margin-left: 0.5rem !important;
}
a.checkout-button.button.wc-forward.icon-only {
  padding-right: 0 !important;
  padding: 0!important !important;
  text-indent: -9999px !important;
}
a.checkout-button.button.wc-forward.icon-only:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
a.checkout-button.button.wc-forward.icon-only:after {
  position: absolute!important !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
}
a.checkout-button.button.wc-forward.download-button {
  padding-right: 0 !important;
}
a.checkout-button.button.wc-forward.download-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
a.checkout-button.button.wc-forward.download-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f56d' !important;
}
a.checkout-button.button.wc-forward.search-button {
  padding-right: 0 !important;
}
a.checkout-button.button.wc-forward.search-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
a.checkout-button.button.wc-forward.search-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f002' !important;
}
a.checkout-button.button.wc-forward.reset-button {
  padding-right: 0 !important;
}
a.checkout-button.button.wc-forward.reset-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
a.checkout-button.button.wc-forward.reset-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f2ea' !important;
}
a.checkout-button.button.wc-forward.arrow-left:after {
  content: '\f053' !important;
}
a.checkout-button.button.wc-forward.arrow-right:after {
  content: '\f054' !important;
}
a.checkout-button.button.wc-forward.plus-button {
  padding-right: 0 !important;
}
a.checkout-button.button.wc-forward.plus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
a.checkout-button.button.wc-forward.plus-button:after {
  content: '\2b' !important;
}
a.checkout-button.button.wc-forward.minus-button {
  padding-right: 0 !important;
}
a.checkout-button.button.wc-forward.minus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
a.checkout-button.button.wc-forward.minus-button:after {
  content: '\2d' !important;
}
a.checkout-button.button.wc-forward.close:after {
  content: '\f00d' !important;
}
a.checkout-button.button.wc-forward:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
a.checkout-button.button.wc-forward:hover {
  border: 2px solid #C68258 !important;
}
/*************************************************************************
 #WooCommerce Order Confirmation
**************************************************************************/
.woocommerce-order ul {
  margin-left: 0;
}
.woocommerce-order ul li {
  list-style-type: none;
}
.woocommerce-order ul li ul,
.woocommerce-order ul li ol {
  margin-top: 0;
}
.woocommerce-order-details {
  margin-bottom: 3rem;
}
/*************************************************************************
 #Login / Register
**************************************************************************/
/* #WooCommerce Login ------------------------------------------------------------------------ */
.woocommerce-form-login .button {
  margin-bottom: 1rem;
}
/* #WooCommerce Register ------------------------------------------------------------------------ */
.register .woocommerce-privacy-policy-text {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
/*************************************************************************
 #My Account
**************************************************************************/
.woocommerce-MyAccount .woocommerce-MyAccount-navigation {
  margin-bottom: 1.5rem;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  padding: 3rem 0;
  background: #DBC9BD;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li ul,
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li ol {
  margin-top: 0;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0.5rem;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
}
.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #F9F7F6;
}
.woocommerce-MyAccount .woocommerce-MyAccount-content {
  padding: 1.5rem;
  background-color: #F9F7F6;
}
.woocommerce-MyAccount .woocommerce-MyAccount-content input {
  background-color: #FFFFFF !important;
  box-shadow: inset 0 0 0 3px #FFFFFF;
}
.woocommerce-MyAccount .woocommerce-MyAccount-content .edit-account .button {
  margin-top: 1rem;
}
@media screen and (min-width: 40.625em) {
  .woocommerce-MyAccount {
    display: flex;
  }
  .woocommerce-MyAccount .woocommerce-MyAccount-navigation {
    flex: 0 0 25%;
    margin-bottom: 0;
  }
  .woocommerce-MyAccount .woocommerce-MyAccount-content {
    flex: 0 0 75%;
  }
}
.wp-block-woocommerce-cart-totals-block {
  background: #F9F7F6;
  padding: 2rem;
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__totals-title {
  text-align: center !important;
  font-size: 1.75rem !important;
  text-transform: none!important;
  font-weight: 300!important;
}
.membership-module {
  border-top: 10px solid #A65A2A;
  position: relative;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
}
.membership-module .info {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
  padding: 0.25rem 1rem;
}
.membership-module h4 {
  font-size: 1.55rem;
  font-weight: 500;
}
.membership-module .price {
  padding-bottom: 1rem;
}
.membership-module .price > *,
.membership-module .price .woocommerce-Price-currencySymbol {
  color: #C68258;
  font-size: 2rem;
  font-weight: 500;
}
.membership-module .price .subscription-details {
  display: none;
}
.membership-module button {
  appearance: none !important;
  transition: all 350ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
  background-image: none !important;
  text-align: center !important;
  text-indent: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  text-shadow: none !important;
  cursor: pointer !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  font-family: "Montserrat", serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 0.75rem !important;
  z-index: 1 !important;
  border-radius: 2rem !important;
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 2.5rem !important;
  color: #FFFFFF !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.membership-module button:last-child {
  margin-bottom: 0 !important;
}
.membership-module button:focus {
  outline: none !important;
}
.membership-module button:hover {
  border-bottom: none !important;
}
.membership-module button:disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}
.membership-module button:before,
.membership-module button:after {
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  display: block !important;
  position: absolute !important;
  content: '' !important;
  transform: translate(0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.membership-module button:before {
  z-index: -2 !important;
}
.membership-module button:after {
  z-index: -1 !important;
}
.membership-module button.small {
  min-width: 1.5rem !important;
  min-height: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
  padding: 0 0.75rem !important;
}
.membership-module button.small:after {
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.membership-module button.medium {
  min-width: 2rem !important;
  min-height: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  padding: 0 1rem !important;
}
.membership-module button.medium:after {
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
}
.membership-module button.large {
  min-width: 2.5rem !important;
  min-height: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  padding: 0 2.5rem !important;
}
.membership-module button.large:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.membership-module button.primary-button {
  color: #011E41 !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.membership-module button.primary-button:hover {
  border: 2px solid #C68258 !important;
}
.membership-module button.secondary-button {
  color: #FFFFFF !important;
  background: transparent !important;
  border: 2px solid #A65A2A !important;
}
.membership-module button.secondary-button:hover {
  border: 2px solid #C68258 !important;
}
.membership-module button.with-icon {
  padding-right: 0 !important;
}
.membership-module button.with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.membership-module button.text-button-with-icon {
  padding-right: 0 !important;
}
.membership-module button.text-button-with-icon:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.membership-module button.text-button-with-icon:after {
  margin-left: 0.5rem !important;
}
.membership-module button.icon-only {
  padding-right: 0 !important;
  padding: 0!important !important;
  text-indent: -9999px !important;
}
.membership-module button.icon-only:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.membership-module button.icon-only:after {
  position: absolute!important !important;
  width: 100% !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
}
.membership-module button.download-button {
  padding-right: 0 !important;
}
.membership-module button.download-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.membership-module button.download-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f56d' !important;
}
.membership-module button.search-button {
  padding-right: 0 !important;
}
.membership-module button.search-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.membership-module button.search-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f002' !important;
}
.membership-module button.reset-button {
  padding-right: 0 !important;
}
.membership-module button.reset-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.membership-module button.reset-button:after {
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  content: '\f2ea' !important;
}
.membership-module button.arrow-left:after {
  content: '\f053' !important;
}
.membership-module button.arrow-right:after {
  content: '\f054' !important;
}
.membership-module button.plus-button {
  padding-right: 0 !important;
}
.membership-module button.plus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.membership-module button.plus-button:after {
  content: '\2b' !important;
}
.membership-module button.minus-button {
  padding-right: 0 !important;
}
.membership-module button.minus-button:after {
  position: relative !important;
  text-align: center !important;
  text-indent: 0 !important;
  font-display: swap !important;
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  font-family: 'Font Awesome 6 Pro', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: 300 !important;
  line-height: inherit !important;
}
.membership-module button.minus-button:after {
  content: '\2d' !important;
}
.membership-module button.close:after {
  content: '\f00d' !important;
}
.membership-module button:after {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.membership-module button:hover {
  border: 2px solid #C68258 !important;
}
.membership-module form {
  margin-top: auto;
}
.product-info .product-price,
.product-info .product-price > *,
.product-info .woocommerce-Price-currencySymbol {
  font-size: 1.25rem;
  color: #A65A2A;
}
.button.alt {
  border: 2px solid #A65A2A !important;
  border-radius: 2rem !important;
}
/* 
Use: Setup
Scope: All devices
Theme: Honesberie Shooting
Copyright 2025, © Honesberie Shooting
Author: Supersonic Playground
*/
/*************************************************************************
 #Base Pixel Equivalent
**************************************************************************/
/*************************************************************************
 #Grid Measurements
**************************************************************************/
/*************************************************************************
 #Animation Easing
**************************************************************************/
/*************************************************************************
 #Basic HTML Settings
**************************************************************************/
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  text-size-adjust: none;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
img,
svg {
  border: 0;
  margin: 0;
  padding: 0;
  image-rendering: auto;
}
svg {
  display: block;
}
