/*
Theme Name: Multinautic
Author: Multinautic
Author URI: https://www.multinautic.com
Version: 1
Text Domain: mn
*/

/**
* main style sheet
* @author		charroma@gmail.com
* @creationDate 2023-02-28
* @editDate		2023-02-28
*/

/** http://meyerweb.com/eric/tools/css/reset/ 	v2.0 | 20110126		License: none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
button,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
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,
input[type='checkbox'],
input[type='radio'] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  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;
}

/** defaults */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
/*a, button { outline: none; }*/
abbr {
  text-decoration: none;
}
img {
  vertical-align: bottom;
}
sup {
  font-size: 60%;
}
mark {
  background-color: inherit;
  color: inherit;
}
ins {
  text-decoration: none;
}
template {
  display: none;
}
input[type='submit'],
button {
  border-radius: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*::selection { background: #333; color: #fff;}
::-moz-selection { background: #333; color: #fff;}*/

html {
  font-size: 0.625em;
  --main-pad: 30px;
  --main-pad: max(30px, env(safe-area-inset-left));
  --main-pad--: calc(var(--main-pad) * -1);
  --section-pad: 75px;
  --section-pad--: calc(var(--section-pad) * -1);

  --head-height: 156px;

  --c-text: #444;
  --c-orange: #dc4405;
  --c-orange-rgb: 220, 68, 5;
  --c-blue: #222255;
  --c-blue-rgb: 34, 34, 85;
  --c-dblue: #0b2248;
  --c-dblue-rgb: 11, 34, 72;
  --c-gray: #e5e9eb;
  --c-gray-rgb: 229, 233, 235;
}
body {
  background: #fff;
  line-height: 1.5;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-text-size-adjust: none;
}
body,
input[type='text'],
input[type='password'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='range'],
select,
textarea {
  font-size: 1.6rem;
  color: #444;
}

/** links */
a {
  color: var(--c-blue);
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: #000;
}
.disabled,
button[disabled='disabled'] {
  cursor: default;
}

@font-face {
  font-family: 'raleway';
  src: url('css/fonts/Raleway-Regular.woff2') format('woff2'),
    url('css/fonts/Raleway-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
}
@font-face {
  font-family: 'raleway';
  src: url('css/fonts/Raleway-Medium.woff2') format('woff2'),
    url('css/fonts/Raleway-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
}
@font-face {
  font-family: 'raleway';
  src: url('css/fonts/Raleway-Bold.woff2') format('woff2'),
    url('css/fonts/Raleway-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
}
@font-face {
  font-family: 'raleway';
  src: url('css/fonts/Raleway-ExtraBold.woff2') format('woff2'),
    url('css/fonts/Raleway-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
}

/** fonts */
body,
input,
select,
textarea,
.retailer-pop {
  font-family: 'raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* **************************** */
/** transitions */
.follow a,
.box-cta a,
.box-cta a h3,
ul.products a,
ul.products h3,
.ls-cats a,
.ls-cats h3,
.woocommerce-breadcrumb a,
.woocommerce-MyAccount-navigation a,
.home-find img,
.ls-pag a,
.store-col .side,
.store-col .col,
.prod-img img,
.bt-plus path,
.head a,
.foot a,
.logo img,
button,
.bt,
input[type='submit'],
.wp-block-button__link,
.button,
.edit,
.woocommerce-orders-table__cell-order-actions a,
.product-thumbnail img,
.shop_table .product-name a,
.woocommerce-MyAccount-navigation a {
  /* autoprefixer: off */
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/** #colorbox button { transition: none;} */

/* **************************** */
/** animations */
.fixed {
  animation: slideIn 0.5s ease-in-out forwards;
}
.fixed.slideOut {
  animation: slideOut 0.5s ease-in-out forwards;
}
.fadeIn {
  animation: fadeIn 0.5s ease-in-out forwards;
}
.fadeOut {
  max-height: 0;
  opacity: 0;
  transition: opacity 1s, max-height 0s 1s;
}

@keyframes slideIn {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes slideOut {
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* **************************** */
/** class gen */
.hide,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.hidden {
  visibility: hidden;
}
.none,
.printonly {
  display: none !important;
}
.ir {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

.clear {
  clear: both;
}
.clearer {
  display: block !important;
  width: 100% !important;
  clear: both !important;
  height: 0 !important;
  line-height: 0 !important;
  font-size: 1px !important;
  float: none !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.-text-center {
  text-align: center;
}
.-text-right {
  text-align: right;
}
.-text-left {
  text-align: left;
}

.-auto {
  margin-left: auto;
  margin-right: auto;
}
.-max {
  max-width: 708px;
}

.no-space {
  margin-bottom: 0;
}
.space-sml {
  margin-bottom: 0.5rem;
}
.spaced {
  margin-bottom: 1.5rem;
}
.space-big {
  margin-bottom: 3rem;
}
.space-bigger {
  margin-bottom: 4.5rem;
}
.space-biggest {
  margin-bottom: 6rem;
}
.space-top {
  margin-top: 1.5rem;
}
.space-top-big {
  margin-top: 3rem;
}

.spinner {
  margin: 0 !important;
  padding: 0 !important;
}

/* **************************** */
/** forms */
fieldset,
.fieldset {
  margin-bottom: 20px;
}
fieldset > :last-child,
.fieldset > :last-child {
  margin-bottom: 0;
}

button {
  font-size: 1rem;
}
.form-group {
  margin-bottom: 15px;
}
input[type='text'],
input[type='password'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='range'],
select,
textarea {
  width: 250px;
  height: 35px;
  padding: 0 10px 0;
  background: #f2f2f2;
  border: 1px solid var(--c-gray);
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
}

select {
  padding: 0 10px;
  background: #f2f2f2;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.select {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #f2f2f2;
  border: 1px solid var(--c-gray);
  text-align: left;
  box-sizing: border-box;
}
.select::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 35px;
  background: url('img/arr-down.svg') 50% 50%/14px no-repeat;
}
.select select {
  position: relative;
  z-index: 2;
  min-width: 100%;
  width: auto;
  max-width: inherit;
  height: 33px;
  padding-right: 35px;
  background-color: transparent;
  border: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type='checkbox'],
input[type='radio'],
input[type='file'] {
  accent-color: var(--c-orange);
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='range']:focus,
select:focus,
.select:focus-within,
textarea:focus {
  border-color: #999;
}

textarea {
  height: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
  vertical-align: top;
  appearance: none;
  -webkit-appearance: none;
}
textarea.sml {
  height: 50px;
}
select {
  max-width: 100%;
}
input[type='file'] {
  font-size: 1.2rem;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='submit'] {
  appearance: none;
  -webkit-appearance: none;
}

input.-sml {
  width: 60px;
}
input.-med {
  width: 125px;
}
input.-disabled,
input[disabled],
button.disabled,
button.disabled:hover,
button.disabled:focus {
  background-color: #ddd;
  color: #666;
}

::-ms-input-placeholder {
}
::placeholder {
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
}

.i-info {
  color: #999;
  font-size: 1.2rem;
  line-height: 1.2;
  font-style: italic;
}

form label,
form .label {
  display: block;
  width: auto;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  float: none;
  text-align: left;
}

.i-multi .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -7px;
}
.cols2 .i-multi .wpcf7-form-control {
  align-items: center;
  min-height: 35px;
}
.i-multi .wpcf7-list-item {
  margin-bottom: 0.7rem;
  margin-right: 30px;
}
.i-multi .wpcf7-list-item label,
.wpcf7-list-item {
  display: flex;
  margin-bottom: 0;
}
.i-multi .wpcf7-list-item input {
  margin-top: 2px;
}
.i-multi .wpcf7-list-item-label,
.wpcf7-list-item .wpcf7-list-item-label {
  flex: 1 1 auto;
  margin-left: 7px;
  font-size: 1.6rem;
}

.i-checkbox label {
  display: flex;
  align-items: flex-start;
}
.i-checkbox label input {
  flex: 0 0 auto;
  margin: 3px 10px 0 0;
}

.-full textarea,
.-full input[type='text'],
.-full input[type='password'],
.-full input[type='email'],
.-full input[type='tel'],
.-full input[type='url'],
.-full input[type='range'],
.-full .select {
  width: 100%;
  max-width: inherit;
}

form .submit {
  margin: 2.5rem 0 0;
}
.submit button,
.submit a {
  margin-top: 0.5rem;
  margin-right: 15px;
  vertical-align: middle;
}
.submit > :last-child {
  margin-right: 0;
}

/** buttons */
button,
input[type='submit'] {
  display: inline;
  background: none;
  cursor: pointer;
}
button,
.bt,
input[type='submit'],
.wp-block-button__link,
.button,
.edit,
.woocommerce-orders-table__cell-order-actions a {
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  border: 1px solid var(--c-orange);
  color: var(--c-orange);
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
input[type='submit']:hover,
input[type='submit']:focus,
button:hover,
button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.button:hover,
.button:focus,
.edit:hover,
.edit:focus,
.woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-orders-table__cell-order-actions a:focus,
.bt:hover,
.bt:focus {
  background: var(--c-orange);
  color: #fff;
  outline: none;
}

.woocommerce-orders-table__cell-order-actions .button {
  padding: 3px 7px;
  font-size: 1.1rem;
}
.bt.-sml,
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-Address-title a,
.shipping-calculator-form button,
.wc-block-components-notice-banner .button {
  padding: 7px 15px;
  font-size: 1.1rem;
}
.bt.-med,
.comment-form input[type='submit'] {
  padding: 10px 25px;
  font-size: 1.2rem;
}

.bt.-reset {
  padding: 0;
  color: inherit;
  background-color: inherit;
  text-transform: inherit;
  border: inherit;
  font-size: inherit;
}

.bt.-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.bt.-white:hover,
.bt.-white:focus {
  background-color: #fff;
  color: var(--c-blue);
}

.bt.-gray {
  background-color: #fff;
  border-color: #222;
  color: #222;
}
.bt.-gray:hover,
.bt.-gray:focus {
  background-color: #222;
  color: #fff;
}

.bt.-orange {
  background-color: var(--c-orange);
  border-color: var(--c-orange);
  color: #fff;
}
.bt.-orange:hover,
.bt.-orange:focus {
  background-color: hsla(17.6, 95.6%, 34.1%, 1);
  border-color: hsla(17.6, 95.6%, 34.1%, 1);
}

.msgbox,
.wpcf7-response-output {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 15px;
  background-color: #ffedc5;
  color: #857755;
  font-size: 1.4rem;
  line-height: 1.4;
  border: 1px solid #dbc9a2;
}
.msgbox p,
.msgbox ul {
  margin-bottom: 1.5rem;
}
.msgbox > :last-child {
  margin-bottom: 0;
}
.msgbox ul {
  margin-left: 20px;
  list-style-type: disc;
}
.msgbox.-success ul {
  margin-left: 0;
  list-style-type: none;
}
.msgbox label {
  display: block;
  float: none;
  margin: 0;
}
.msgbox .close {
  position: absolute;
  top: 2px;
  right: 2px;
  display: none;
}
.wpcf7-response-output {
  padding-top: 15px;
}

.msgbox.-success,
.sent .wpcf7-response-output {
  background: #e1f1d3;
  border-color: #c6d9b6;
  color: #3c763d;
}
.msgbox.-success a {
  color: #3c763d;
  text-decoration: underline;
}
.msgbox.-success a:hover,
.msgbox.-success a:focus {
  color: #000;
}

.msgbox.-errors,
.browsehappy,
.invalid .wpcf7-response-output,
.aborted .wpcf7-response-output,
.failed .wpcf7-response-output,
.spam .wpcf7-response-output {
  background: #fad5d8;
  border-color: #d4adb1;
  color: #a94442;
}
.msgbox.-errors a {
  color: #a94442;
  text-decoration: underline;
}
.msgbox.-errors a:hover,
.msgbox.-errors a:focus {
  color: #000;
}

input.wpcf7-not-valid,
.select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
.woocommerce-invalid input {
  border-color: #d4adb1;
}
.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #a94442;
}
.woocommerce-invalid label {
  color: #a94442;
}

.browsehappy {
  padding: 10px;
  text-align: center;
}
.browsehappy a {
  color: #a94442;
  text-decoration: underline;
}

.screen-reader-response,
.wpcf7-response-output {
  display: none;
}
.invalid .wpcf7-response-output,
.sent .wpcf7-response-output,
.unaccepted .wpcf7-response-output,
.spam .wpcf7-response-output,
.aborted .wpcf7-response-output,
.failed .wpcf7-response-output {
  display: block;
}

/* **************************** */
/** header */
.head {
  position: relative;
  z-index: 5;
  padding: 15px 0 25px;
  color: #fff;
  border-bottom: 1px solid var(--c-gray);
}
.head::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--c-blue);
  opacity: 0.5;
}
.head .skip-main:focus {
  transition: all 0s linear;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 3px 5px;
  overflow: hidden;
  clip: unset;
  font-size: 1.2rem;
  background-color: #000;
  color: #fff;
}

.head a {
  text-decoration: none;
  color: currentColor;
}
.head a:hover,
.head a:focus,
.head a.active {
  color: var(--c-orange);
}
.logo img {
  display: block;
}
.logo a:hover img,
.logo a:focus img {
  opacity: 0.5;
}
.home .logo a:hover img,
.home .logo a:focus img {
  opacity: 1;
}

.head .container {
  display: flex;
  align-items: flex-end;
}
.head .logo {
  flex: 1 1 auto;
}

.menus {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: end;
}

.nav {
  order: 3;
  margin-top: 15px;
  font-weight: 600;
  font-size: 1.8rem;
}
.nav > ul {
  display: flex;
  justify-content: flex-end;
}
.nav > ul > li {
  margin-right: 20px;
}
.nav > ul > li:last-child {
  margin-right: 0;
}
.nav > ul > li:last-child .sub-menu {
  left: inherit;
  right: 0;
}

.nav-sec {
  order: 2;
}
.nav-sec > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-sec li {
  margin-left: 20px;
}
.nav-sec li:first-child {
  margin-left: 0;
}
.nav-sec a {
  display: flex;
  align-items: center;
}
.nav-sec a:hover,
.nav-sec a:focus,
.nav-sec .selected {
  color: var(--c-orange);
}

.frm-search {
  display: flex;
}
.frm-search input {
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  border-color: #fff;
}
.frm-search button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 12px;
  background-color: var(--c-orange);
  color: #fff;
  border-radius: 0 8px 8px 0;
}
.frm-search button svg {
  width: 10px;
  height: auto;
}

.nav-third {
  display: flex;
  justify-content: flex-end;
  order: 1;
  margin-bottom: 12px;
  font-size: 1.4rem;
  color: var(--c-gray);
}
.nav-third > ul {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
.nav-third > ul > li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(var(--c-gray-rgb), 0.5);
}
.nav-third > ul > li > a {
  line-height: 1.2;
}
.nav-third > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.nav-third .sm {
  left: inherit;
  right: 0;
}
.nav-third .current-menu-item,
.nav-third .current-page-ancestor {
  color: var(--c-orange);
}

.nav-third > ul + ul {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(var(--c-gray-rgb), 0.5);
}
.nav-third .-reset {
  font-weight: 900;
}

.has-sm,
.menu-item-has-children {
  position: relative;
}
.has-sm > a svg,
.has-sm > button svg,
.menu-item-has-children > a svg {
  width: auto;
  height: 8px;
  margin-left: 3px;
}
.has-sm ul,
.menu-item-has-children ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 120px;
  background-color: #fff;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: normal;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
.has-sm ul a,
.menu-item-has-children ul a {
  display: block;
  color: var(--c-blue);
  white-space: nowrap;
}
.menu-item-has-children ul a:hover,
.menu-item-has-children ul a:focus,
.menu-item-has-children .current-menu-item > a,
.current-menu-parent > a,
.current-menu-item > a,
.has-sm ul a:hover,
.has-sm ul a:focus,
.has-sm ul .selected {
  color: var(--c-orange);
}

.post-type-archive-product .nav-mobile > :nth-child(2) > li:nth-child(2) > a,
.post-type-archive-product .nav > ul > li:nth-child(2) > a {
  color: var(--c-orange);
}

.bt-nav-mobile,
#mobile-overlay,
.nav-mobile {
  display: none;
}

/* **************************** */
/** content */
#wrapper {
  text-align: center;
}
.content {
}
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
h1,
.h1 {
  margin-bottom: 3rem;
  font-size: 4.4rem;
  line-height: 1;
  font-weight: bold;
  color: var(--c-blue);
}
h2,
.h2 {
  margin-bottom: 2rem;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 900;
  color: var(--c-blue);
}
h3,
.woocommerce-columns--addresses h2,
.woocommerce-customer-details h2,
#customer_login h2 {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  color: var(--c-blue);
}
h4 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: var(--c-blue);
}
h5 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--c-blue);
}

.text {
  margin-bottom: 30px;
  line-height: 1.4;
}
.text.-normal {
  font-size: 1.6rem;
}
.text p,
.text ul,
.text ol,
.text dl {
  margin-bottom: 15px;
}
/*.text ul { list-style-type: disc; margin-left: 20px;}
	.text ul ul { margin-bottom: 0; margin-top: 5px; list-style-type: circle;}*/
/*.-max, .text h2, .text h3, .text h4, .text p, .text ul, .text ol, .text blockquote, .text .vid, .lost_reset_password { max-width: 708px; }*/

.text .vid {
  display: block;
}

.text ul {
  margin-left: 0;
  list-style-type: none;
}
.text ul li {
  position: relative;
  padding-left: 20px;
}
.text ul li::before {
  content: '•';
  position: absolute;
  top: 0;
  left: 0;
}

.text ol {
  counter-reset: term;
}
.text ol > li {
  position: relative;
  margin-top: 1rem;
  padding-left: 35px;
}
.text ol > li:first-of-type {
  margin-top: 0;
}
.text ol > li::before {
  content: counter(term, decimal-leading-zero) '.';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  color: #000;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  counter-increment: term;
  font-weight: bold;
}

.text ol[type='A'] > li::before {
  content: counter(term, upper-alpha) '.';
}

.text .no-ls {
  list-style-type: none;
  margin-left: 0;
}
.text > :last-child,
.text.no-space {
  margin-bottom: 0;
}

.out {
  width: 1280px;
  margin-left: -160px;
}
.img-replace {
  position: relative;
}
.img-replace .to-replace {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.cols2,
.cols1-2,
.cols2-1,
.cols3,
.cols4,
.col2-set {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  column-gap: 3.8%;
  row-gap: 3rem;
  justify-content: start;
  align-items: start;
}
.cols1-2 {
  grid-template-columns: 30.75% 65.4%;
}
.cols2-1 {
  grid-template-columns: 65.4% 30.75%;
}
.cols3 {
  grid-template-columns: repeat(3, 30.75%);
}
.cols4 {
  grid-template-columns: repeat(4, 22.05%);
}

.-reverse {
  grid-auto-flow: dense;
}
.-reverse > *:nth-child(1) {
  grid-column: 2;
}
.-reverse > *:nth-child(2) {
  grid-column: 1;
}

.-multiply img {
  mix-blend-mode: multiply;
}

.w-img,
.alignleft,
.alignright,
.wp-block-image {
  margin-bottom: 1.5rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.2rem;
}
.alignleft {
  float: left;
  max-width: 48%;
  margin-right: 3.8%;
  margin-top: 0.5rem;
}
.alignright {
  position: relative;
  z-index: 1;
  float: right;
  max-width: 48%;
  margin-left: 3.8%;
  margin-top: 0.5rem;
}
.w-img img,
.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.w-img .desc,
.wp-block-image figcaption {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #999;
  text-align: left;
}
.w-img .desc p:last-of-type {
  margin-bottom: 0;
}

.h-scroll-nav {
  display: none;
  justify-content: center;
  margin-top: 1rem;
}
.h-scroll-nav span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #999;
}
.h-scroll-nav .selected {
  background-color: #666;
}

.otgs-development-site-front-end {
  display: none;
}

.section {
  padding-top: var(--section-pad);
  padding-bottom: var(--section-pad);
}
.section > *:last-child {
  margin-bottom: 0;
}
.section.-bottom {
  padding-top: 0;
}
.section.-gray {
  background-color: var(--c-gray);
}
.section.-gray input[type='text'],
.section.-gray input[type='email'],
.section.-gray textarea {
  background-color: #fff;
}
.section.-split {
  border-bottom: 1px solid #ddd;
}

.-continuous {
  position: relative;
  z-index: 1;
  margin-top: calc(-1 * var(--head-height) - 1px);
  padding-top: 1px;
  background-color: var(--c-blue);
  color: #fff;
}
.-continuous::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.35;
}
.-continuous > .container {
  position: relative;
  z-index: 3;
  margin-top: calc(-1px + var(--head-height));
}
.-continuous h1 {
  color: currentColor;
}

.hero {
}
.hero:not(.img-replace)::before {
  display: none;
}
.hero.img-replace::before {
  z-index: 2;
}
.hero.img-replace::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to right,
    var(--c-blue) 0%,
    var(--c-blue) 0%,
    rgba(var(--c-blue-rgb), 0) 100%
  );
}
.hero .container {
  padding-top: 45px;
  padding-bottom: 45px;
}
.product-template-default .hero .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.hero h1 {
  margin-bottom: 0;
  font-weight: bold;
}
.hero h4,
.hero h4 a {
  color: #fff;
}
.hero .container > :last-child {
  margin-bottom: 0;
}

.woocommerce-breadcrumb {
  font-size: 1.4rem;
}
.product-template-default .woocommerce-breadcrumb span {
  display: none;
}
.hero h1 + .woocommerce-breadcrumb {
  margin-top: 1rem;
}
.woocommerce-breadcrumb a {
  color: currentColor;
}
.woocommerce-breadcrumb a:hover,
.woocommerce-breadcrumb a:focus {
  opacity: 0.5;
}

.ls-pag {
  margin-top: 4.5rem;
  line-height: 1;
}
.ls-pag ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ls-pag li {
  margin: 5px 0;
}
.ls-pag a {
  display: block;
  margin: 0 5px;
  line-height: 36px;
  text-decoration: none;
  border: 1px solid var(--c-blue);
}
.ls-pag .pages {
  display: inline-block;
  min-width: 36px;
  height: 36px;
  text-align: center;
  background-color: var(--c-blue);
  color: #fff;
}
.ls-pag .bt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c-blue);
  width: 36px;
  height: 36px;
  padding: 0;
  color: #fff;
}
.ls-pag svg {
  width: auto;
  height: 14px;
}
.ls-pag .selected,
.ls-pag .selected:hover,
.ls-pag .selected:focus {
  color: var(--c-blue);
  background-color: var(--c-gray);
  border-color: var(--c-gray);
  cursor: default;
}
.ls-pag a:hover,
.ls-pag a:focus {
  background: #fff;
  color: var(--c-blue);
}

.nav-content {
  background-color: var(--c-gray);
}
.nav-content ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-content li {
  margin-left: -1px;
}
.nav-content a {
  display: block;
  margin-right: 15px;
  padding: 8px 15px 8px 0;
}
.nav-content a:hover,
.nav-content a:focus {
  color: var(--c-orange);
}
.nav-content .current_page_item a,
#menu-maintenance li:first-child a {
  text-decoration: none;
  color: var(--c-text);
  cursor: default;
}

/** pages */
.section.text {
  margin-bottom: 0;
}

.text,
.term-description {
  font-size: 1.8rem;
}
.bloc-content .cols3 {
  font-size: 1.6rem;
}

.bloc-content + .bloc-content h2,
* + h2 {
  margin-top: 4.5rem;
}
.text * + h3 {
  margin-top: 30px;
}

.bloc-content .cols2 > div:last-child > :last-child,
.bloc-content .cols3 > div > :last-child,
div:not(.container) > .bloc-content .container > :last-child,
.box > .container .bloc-content {
  margin-bottom: 0;
}
.bloc-content img {
  max-width: 100%;
  height: auto;
}

.box {
  margin-bottom: 30px;
}
.box .container,
.-box {
  padding: 30px var(--main-pad);
  background-color: var(--c-gray);
  box-sizing: border-box;
}
.box.-orange .container {
  background-color: var(--c-orange);
}
.box.-white .container {
  background-color: #fff;
  border: 1px solid var(--c-gray);
}
.box .container .bloc-content:last-child > div > *:last-child,
.-box.cols2 > *:last-child {
  margin-bottom: 0;
}

.cols2 + .-box {
  margin-top: 30px;
}
.-box input[type='text'] {
  background-color: #fff;
}

.box.-tips .container {
  padding-left: calc(100px + var(--main-pad) + var(--main-pad));
}
.box.-tips .container::before {
  content: 'Pro tip';
  position: absolute;
  left: var(--main-pad);
  top: var(--main-pad);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  padding: 0 10px;
  background: #fff url(img/anchor.svg) 50% 50%/70px no-repeat;
  border: 2px solid var(--c-orange);
  border-radius: 50%;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--c-blue);
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
}
html[lang='fr-ca'] .box.-tips .container::before {
  content: 'Astuce des pros';
}

.bloc-content img {
  max-width: 100%;
  height: auto;
}
.bloc-content blockquote {
  margin-bottom: 1.5rem;
  padding: 10px 0 10px var(--main-pad);
  font-weight: 600;
  font-style: italic;
  border-left: 2px solid var(--c-orange);
  background: linear-gradient(
    to right,
    rgba(var(--c-gray-rgb), 0.5) 0%,
    rgba(var(--c-gray-rgb), 0.25) 50%,
    rgba(var(--c-gray-rgb), 0) 100%
  );
}
.bloc-content blockquote > :last-child {
  margin-bottom: 0;
}

.ls-faqs {
}
.ls-faqs > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--c-gray);
}
.ls-faqs > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ls-faqs .text {
  margin-top: 15px;
  padding-right: 30px;
}
.bt-question {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  text-transform: none;
  text-align: left;
  color: var(--c-blue);
}
.bt-question h3 {
  margin-bottom: 0;
  padding-right: 30px;
  color: currentColor;
}
.bt-question svg {
  position: absolute;
  top: 9px;
  right: 0;
  width: auto;
  height: 10px;
  transform: rotate(180deg);
}
.bt-question.-closed svg {
  transform: rotate(0deg);
}
.bt-question:hover,
.bt-question:focus {
  background-color: transparent;
  color: var(--c-orange);
}

#security ul {
  columns: 2;
  column-gap: 3.8%;
}
#security ul li {
  break-inside: avoid;
}

.ls-files {
  columns: 2;
  column-gap: 3.8%;
}
.ls-files li {
  break-inside: avoid;
}
.ls-files li + li {
  margin-top: 5px;
}
.text .ls-files li::before {
  content: '';
  top: 5px;
  width: 10px;
  height: 17px;
  background: url(img/arr-list.svg) 0 0/100% no-repeat;
}
.ls-files a {
  text-decoration: none;
  font-weight: bold;
}
.ls-files a:hover,
.ls-files a:focus {
  color: var(--c-orange);
}
.cols2 .ls-files,
.ls-files.-full {
  columns: 1;
}
.cols2 .ls-files {
  font-size: 1.6rem;
}
.cols2 .ls-files li::before {
  top: 4px;
}

.ctas {
  align-items: stretch;
}
.box-cta {
  position: relative;
  display: block;
  padding: 30px calc(var(--main-pad) * 2) 30px var(--main-pad);
  background: var(--c-dblue);
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  box-sizing: border-box;
  overflow: hidden;
}
.box-cta::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: -40px;
  bottom: 0;
  width: 200px;
  background: url('img/arr-right-alt.svg') 50% 50% / auto 130% no-repeat;
}
.box-cta::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: -40px;
  bottom: 0;
  width: 200px;
  background: 50% 50% / auto 80% no-repeat;
}
.box-cta > div {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.box-cta h3 {
  font-size: 3.2rem;
  line-height: 1;
  color: currentColor;
}
.box-cta p {
  flex: 1 1 auto;
  margin-bottom: 1.5rem;
}
.box-cta a {
  color: currentColor;
  text-decoration: none;
}
.box-cta .more {
  color: var(--c-orange);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.box-cta .more svg {
  display: inline-block;
  margin-left: 3px;
  width: auto;
  height: 10px;
}
.box-cta h3 a:hover,
.box-cta h3 a:focus {
  color: var(--c-orange);
}
.box-cta .more:hover,
.box-cta .more:focus {
  color: #fff;
}

.contact-info {
}
.contact-info {
  align-items: stretch;
}
.contact-info .info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px var(--main-pad);
  background: url(img/anchor.svg) -100px 50%/200px no-repeat;
  border: 1px solid var(--c-gray);
  text-align: center;
}
.contact-info .bloc-addr a {
  text-decoration: none;
}
.contact-info .tel {
  font-size: 2em;
  font-weight: 900;
}
.contact-info .follow {
  justify-content: center;
}
.contact-info .map {
  position: relative;
  height: 400px;
}
.contact-info .map > a {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
#gmap {
  height: 100%;
  background-color: var(--c-gray);
}

.contact-form {
  overflow: hidden;
}
.contact-form .to-replace {
  width: calc(50vw - calc(960px * 0.019));
  right: calc(50% + calc(960px * 0.019));
}
.contact-form .cols2 > * {
  grid-column: 2;
}
.contact-form textarea {
  height: 100px;
}
.contact-form .submit {
  margin-top: 0;
}

#dock-how img {
  max-width: 220px;
  height: auto;
}

.wpcf7-form > :last-child {
  margin-bottom: 0;
}
#i-zip {
  width: 120px;
}

#dock-floats-example .cols2 > div:last-child {
  font-size: 1.6rem;
}

.ls-pages {
  columns: 2;
  column-gap: 3.8%;
}
.ls-pages > li {
  position: relative;
  padding-left: 25px;
}
.ls-pages > li + li {
  margin-top: 1.5rem;
}
.ls-pages h3 {
  margin-bottom: 0;
}
.ls-pages svg {
  position: absolute;
  top: 8px;
  left: 0;
  width: auto;
  height: 14px;
  margin-right: 15px;
}
.ls-pages a {
  text-decoration: none;
}
.ls-pages a:hover,
.ls-pages a:focus {
  color: var(--c-orange);
}

.section-grab {
  position: relative;
}
.section-grab h2 {
  margin-bottom: 3rem;
  text-align: center;
}
.section-grab h2 strong {
  font-weight: 900;
  color: var(--c-orange);
}
.ls-grab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}
.ls-grab > li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--c-dblue);
}
.ls-grab .img {
  position: relative;
  background-color: #fff;
}
.ls-grab .img a {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.ls-grab .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px var(--main-pad);
  background-color: var(--c-dblue);
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
.ls-grab .txt .bt {
  width: 100%;
  margin-top: 1.5rem;
  padding: 7px 10px;
  font-size: 1.2rem;
  box-sizing: border-box;
}
.ls-grab img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ls-grab h3 {
  color: currentColor;
}
.bt-plus {
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
}
.bt-plus:hover,
.bt-plus:focus {
  background: transparent;
}
.bt-plus:hover path:first-child,
.bt-plus:focus path:first-child {
  fill: #000;
}
.specs .text {
  font-size: inherit;
}

html .glightbox-container .gslide {
  -ms-user-select: inherit;
  user-select: inherit;
}
.gslide-inline .ginlined-content {
  box-sizing: border-box;
}

/** home */
.main {
  background-color: #fff;
}
.main::before {
  display: none;
}
.slide {
  position: relative;
  height: 700px;
}
.slide::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, var(--c-blue) 0%, var(--c-blue) 5%, rgba(0, 0, 0, 0) 100%);
}
.slide .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.slide .txt {
  position: absolute;
  z-index: 3;
  top: var(--head-height);
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
}
.slide .txt > :last-child {
  margin-bottom: 0;
}
.slide h1 {
  margin: 0;
  font-size: 6rem;
}
.slide p {
  margin: 1.5rem 0 2rem;
}
.slide img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-dock {
  position: relative;
}
.home-dock::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 300px;
  background-color: var(--c-gray);
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
}

.home-dock h2 {
  margin-bottom: var(--section-pad);
  text-align: center;
}
.home-dock .cols1-2 {
  align-items: center;
}
.home-dock .h2 {
  font-size: 3rem;
}

.ls-cats {
  text-align: center;
}
.ls-cats a {
  display: block;
  text-decoration: none;
}
.ls-cats img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  border: 1px solid var(--c-gray);
  box-sizing: border-box;
}
.ls-cats h3 {
  margin-bottom: 0;
  font-size: 1.8rem;
}
.ls-cats a:hover h3,
.ls-cats a:focus h3 {
  color: var(--c-orange);
}

.home-dock .ctas {
  margin-top: 45px;
}
.home-dock .ctas .box-cta {
  padding-right: 120px;
}
.home-dock .ctas .box-cta:nth-child(1)::after {
  background-image: url('img/icn-install.svg');
}
.home-dock .ctas .box-cta:nth-child(2)::after {
  background-image: url('img/icn-work.svg');
}

.home-catalog {
  position: relative;
  background: var(--c-gray);
}
.home-catalog::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(img/logo-left.svg) 100% 50% / auto 200px no-repeat,
    url(img/logo-right.svg) 0% 50% / auto 200px no-repeat;
  opacity: 0.1;
}
.home-catalog.-bottom::before {
  background-position: 100% calc(50% - var(--section-pad) / 2),
    0% calc(50% - var(--section-pad) / 2);
}
.home-catalog .cols1-2 {
  grid-template-columns: 295px 1fr;
  max-width: 768px;
  align-items: stretch;
}
.home-catalog .cols1-2 .txt {
  position: relative;
  display: flex;
  align-items: center;
}
.home-catalog .cols1-2 .txt > div {
  position: relative;
  z-index: 1;
}
.home-catalog h2 {
  color: currentColor;
}
.home-catalog h2 strong {
  color: var(--c-orange);
  font-weight: 900;
}
.home-catalog picture img {
  display: block;
  width: 100%;
  height: auto;
}

.home-banner {
  background: var(--c-dblue);
  color: #fff;
  overflow: hidden;
}
.home-banner::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to right,
    var(--c-dblue) 0%,
    var(--c-dblue) 50%,
    rgba(var(--c-dblue-rgb), 0) 100%
  );
}
.home-banner .container {
  position: relative;
  z-index: 3;
}
.home-banner h2,
.home-banner h4 {
  color: currentColor;
}
.home-banner h2 strong {
  color: var(--c-orange);
  font-weight: 900;
}
.home-banner .text {
  margin-top: 2rem;
}
.home-banner picture img {
  filter: url('#dark-blue-sepia');
}
.home-banner .to-replace {
  left: inherit;
  right: 0;
  width: auto;
}

.home-best {
}
.home-best section h2 {
  text-align: center;
  font-weight: normal;
}

.home-find {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid var(--c-gray);
}
.home-find h2 {
  flex: 0 0 auto;
  font-size: 3.2rem;
  font-size: 3.2rem;
  text-align: center;
}
.home-find ul {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.home-find li {
  margin: 10px 0;
}
.home-find li:not(:last-child) {
  margin-right: 30px;
}
.home-find li a {
  display: block;
}
.home-find img {
  display: block;
  width: auto;
  height: 34px;
  filter: grayscale(100%);
  object-fit: contain;
}
.home-find .-square img {
  height: 40px;
}
.home-find .-thick img {
  height: 25px;
}
.home-find li a:hover img,
.home-find li a:focus img {
  filter: none;
}

html[lang='en-US'] .home-find {
  display: flex;
  justify-content: center;
  align-items: center;
}
html[lang='en-US'] .home-find h2 {
  margin-bottom: 0;
  text-align: left;
}
html[lang='en-US'] .home-find ul {
  justify-content: flex-start;
  margin-left: 30px;
}

.home-korto {
  border-top: 1px solid #111;
}
.home-korto .cols2 {
  align-items: stretch;
}
.home-korto picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home-korto .cols2 .txt {
  display: flex;
  align-items: center;
  background: url(img/bg-korto.svg) 50% 50% / auto 100% no-repeat;
}
.home-korto h2 {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  color: #111;
}

/** training */
.training-item a {
  text-decoration: none;
}

.training-item h3 {
  padding: 25px 15px;
  background: #eee;
}
.hide-field-training {
  display: none;
}
.simple-btn {
  background: transparent;
  color: #fff;
  border: 0px;
  padding: 0px;
}

.simple-btn:hover {
  background: transparent;
  color: #fff;
  border: 0px;
  padding: 0px;
}
.training-pages .section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.training-pages #vimeo-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  height: auto;
}
.training-pages #vimeo-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.training-pages .ls-pag a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c-blue);
  width: 36px;
  height: 36px;
  padding: 0;
  color: #fff;
}
.video-completed-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.video-completed a.d-none {
  display: none;
}
.image-video-completed {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background-size: cover;
  display: none;
}

.image-video-completed .nav-next {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  display: none;
}

.image-video-completed .nav-next a {
  background-color: var(--c-orange);
  padding: 15px 20px;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
}
.image-video-completed .nav-next a svg {
  margin-left: 10px;
  margin-top: 3px;
}
.image-video-completed .nav-next a:hover {
  background-color: var(--c-blue);
}
.image-video-completed.show,
.image-video-completed.show .nav-next {
  display: block;
}
.video-completed a {
  background-color: var(--c-orange);
  padding: 15px 20px;
  text-decoration: none;
  color: #fff;
}
.video-completed a.done {
  background-color: var(--c-blue);
  opacity: 0.5;
}
.training-pages .ls-pag a:hover,
.video-completed a:hover {
  opacity: 0.7;
}
.video-completed a.done:hover {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

/** retailers */
.retail-col {
  display: grid;
  grid-template-columns: 260px 1fr;
  column-gap: 5px;
  row-gap: 5px;
}
.retail-col .side {
  height: 600px;
  overflow: scroll;
  font-size: 1.2rem;
  border: 1px solid #ddd;
}
.retail-col .col {
  border: 1px solid #ddd;
}
.retail-col .home-find {
  grid-column: span 2;
}

#retail-loc {
  position: relative;
  height: 100%;
  background-color: var(--c-gray);
}
body.cmplz-functional:not(.cmplz-statistics) #retail-loc::after {
  content: 'Please accept cookies to see the map.';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  font-size: 1.4rem;
}
html[lang='fr-ca'] body.cmplz-functional:not(.cmplz-statistics) #retail-loc::after {
  content: 'Veuillez accepter les témoins pour voir la carte.';
}

.frm-retailers {
  position: relative;
  grid-column: span 2;
  display: flex;
  align-items: flex-start;
  padding: 15px;
  background-color: var(--c-blue);
  color: #fff;
}
.frm-retailers.-loading .form-group,
.frm-retailers.-loading button {
  opacity: 0.25;
}
.frm-retailers .form-group {
  margin-bottom: 0;
  margin-right: 15px;
}
.frm-retailers input[type='text'] {
  width: 100%;
}
.frm-retailers .form-group:nth-child(1) {
  flex: 1 1 auto;
}
.frm-retailers .form-group:nth-child(2) {
  flex: 0 0 150px;
}
.frm-retailers .submit {
  flex: 0 0 auto;
  align-self: flex-end;
  margin: 0;
}
.frm-retailers button {
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

.bloc-retailers .banner {
  font-weight: bold;
}
.bloc-retailers h3 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.bloc-retailers .ctas {
  margin-top: 1rem;
}
.bloc-retailers .ctas * {
  padding: 0;
  border: 0;
  color: var(--c-orange);
  background: transparent;
  text-transform: none;
  font-size: 1.2rem;
  text-decoration: underline;
  font-weight: bold;
}
.bloc-retailers .ctas *:hover,
.ls-retailers .ctas *:focus {
  background-color: transparent;
  color: var(--c-blue);
}

.ls-retailers {
}
.ls-retailers.-loading > * {
  opacity: 0.25;
}
.ls-retailers .msgbox.-errors {
  border: 0;
}
.ls-retailers li,
.ls-retailers .msgbox.-errors {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.ls-retailers li:nth-child(even) {
  background-color: var(--c-gray);
}
.ls-retailers .dist {
  display: block;
  margin: -1rem 0 1rem;
  color: rgba(var(--c-blue-rgb), 0.75);
}
.ls-retailers .ctas * + * {
  margin-left: 12px;
}

.ls-retailers.cols3 {
  align-items: stretch;
  font-size: 1.4rem;
}
.ls-retailers.cols3 li {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  background-color: #fff;
}
.ls-retailers.cols3 .addr {
  flex: 1 1 auto;
}
.ls-retailers.cols3 h3 {
  font-size: 1.6rem;
}

.retailer-pop {
  min-width: 200px;
  padding: 5px;
  line-height: 1.5;
}
.retailer-pop h3 {
  font-size: 1.6rem;
}
.retailer-pop [name='map-view'],
.retailer-pop .dist {
  display: none;
}

/** woocommerce */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-notice,
.wc-block-components-notice-banner {
  margin-bottom: 3rem;
  padding: 20px;
  border: 1px solid var(--c-gray);
  background-color: #f2f2f2;
  text-align: left;
}
.wc-block-components-notice-banner svg {
  display: none;
}
.woocommerce-error {
  background: #fad5d8;
  border-color: #d4adb1;
}
.woocommerce-notice--success {
  background: #e1f1d3;
  border-color: #c6d9b6;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.wc-block-components-notice-banner .button {
  vertical-align: middle;
  margin-right: 5px;
}

.woocommerce-order-details__title,
.product-quantity label,
.woocommerce-shipping-destination,
label[for='billing_address_2'],
label[for='shipping_address_2'],
.order-again,
.coupon label,
.cart_totals h2 {
  display: none;
}

.store-results {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.woocommerce-result-count {
  margin: 0.5rem 15px 0.5rem 0;
}

.woocommerce mark {
  font-weight: bold;
}
.qty.text {
  margin-bottom: 0;
}

/* product */
.term-description {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.price .woocommerce-Price-currencySymbol i {
  font-weight: normal;
  font-size: 60%;
  font-size: max(60%, 1.2rem);
}

ul.products {
}
ul.products a {
  text-decoration: none;
}
ul.products .onsale {
  display: none;
}
ul.products h3 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  line-height: 1;
}
ul.products img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid var(--c-gray);
  box-sizing: border-box;
}
ul.products a:hover h3,
ul.products a:focus h3 {
  color: var(--c-orange);
}
ul.products .sku {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
ul.products .price {
  font-weight: 900;
}

.price {
  color: var(--c-text);
}
.price del {
  opacity: 0.5;
}
.price del + ins {
  color: var(--c-orange);
}

/* filters */
.store-col {
  --side-width: 220px;
  display: grid;
  grid-template-columns: var(--side-width) 1fr;
  align-items: start;
  column-gap: var(--main-pad);
}
.store-col .side {
  font-size: 1.4rem;
  box-sizing: border-box;
}
.side-bloc {
  position: relative;
  padding: 15px 0;
}
.side-bloc + .side-bloc {
  border-top: 1px solid var(--c-gray);
}
.side-bloc a {
  text-decoration: none;
}

.side-bloc li {
  position: relative;
}
.side-bloc li:not(:last-child) {
  padding: 1px 0 2px;
  border-bottom: 1px dotted var(--c-gray);
}

.side-bloc.-parent {
}
.side-bloc.-parent a {
}

.side-bloc h4 {
  margin-bottom: 15px;
  padding-right: 30px;
  font-size: 1.4rem;
}
.side-bloc h4 + ul {
  margin-top: -10px;
}
.side-bloc .checkbox {
  margin-top: -10px;
  padding-bottom: 15px;
}
.side-bloc .checkbox label,
.side-bloc li a {
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
  padding: 3px 0;
}
.side-bloc .checkbox input {
  flex: 0 0 auto;
  margin-top: 1px;
  margin-right: 10px;
}
.side-bloc .checkbox span,
.side-bloc li a span {
  flex: 1 1 auto;
}
.side-bloc .checkbox em,
.side-bloc li a em {
  flex: 0 0 auto;
  margin-left: 10px;
}
.side-bloc em {
  font-style: normal;
  opacity: 0.5;
}

.side-bt {
  position: relative;
  width: 100%;
  padding: 0;
  border: none;
  box-sizing: border-box;
  text-align: left;
  text-transform: none;
}
.side-bt::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  padding: 0;
  width: 14px;
  height: 14px;
  background: url(img/arr-up.svg) 50% 50%/100% no-repeat;
}
.-closed .side-bt::after {
  background-image: url(img/arr-down.svg);
}
.side-bt:hover,
.side-bt:focus {
  background-color: transparent;
}
.-can-hide {
  padding-bottom: 0;
}

.bt-filter {
  display: none;
  margin-bottom: 15px;
  padding: 0;
  border: none;
  text-decoration: underline;
  font-weight: normal;
}
.bt-filter svg {
  width: auto;
  height: 10px;
  margin-right: 5px;
}
button.bt-filter {
  text-transform: none;
}
.bt-filter:hover,
.bt-filter:focus {
  color: #000;
  background-color: transparent;
}

.store-col .col.-full {
  grid-column: span 2;
}
.col:not(.-full) .products {
  grid-template-columns: repeat(3, 30.75%);
}

/* single product */
.prod-single > .product {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  column-gap: 3.8%;
}
.prod-single .prod-img {
  position: relative;
}
.prod-img img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--c-gray);
  box-sizing: border-box;
}
.prod-img a:hover img,
.prod-img a:focus img {
  opacity: 0.75;
  cursor: zoom-in;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - (30px / 4)));
  grid-gap: 10px;
  row-gap: 10px;
  margin: 10px 0 0;
}
.gallery a {
  display: block;
}
.gallery a:hover,
.gallery a:focus {
  opacity: 0.5;
}

.prod-single .summary {
}
.product_title {
  font-size: 3.2rem;
  font-weight: 900;
}

.summary .sku {
  margin: -2.5rem 0 3rem;
}
.sku {
  display: block;
  color: var(--c-orange);
}
.sku strong {
  font-weight: normal;
  text-transform: uppercase;
}
.prod-single .summary .price {
  margin: -1.5rem 0 3rem;
  font-size: 2.8rem;
  font-weight: 900;
}

.prod-single .quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quantity + button {
  margin-top: 3rem;
}

.woocommerce-product-details__short-description {
  font-size: inherit;
}
.woocommerce-tabs {
  padding-top: 0;
}

.tabs {
  display: flex;
  margin-bottom: 3rem;
  padding-left: 15px;
  border-bottom: 1px solid var(--c-gray);
}
.tabs li + li {
  margin-left: 5px;
}
.tabs a {
  position: relative;
  bottom: -1px;
  display: block;
  padding: 5px 15px;
  background-color: var(--c-gray);
  border: 1px solid var(--c-gray);
}
.tabs .active a {
  background-color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: var(--c-text);
}

table.shop_attributes {
  width: auto;
  min-width: 48%;
}
.shop_attributes p {
  margin-bottom: 0;
}

.prod-sizes {
  margin-top: 3rem;
  font-size: 1.4rem;
}
.prod-sizes dl {
  display: grid;
  grid-template-columns: 60px 1fr 60px 1fr;
  row-gap: 3px;
  column-gap: 3.8%;
}
.prod-sizes dt {
  font-weight: bold;
}

.prod-guide {
  margin-top: 1.5rem;
}

.prod-buy {
  display: flex;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid var(--c-gray);
}
.prod-buy h5 {
  flex: 0 0 auto;
  margin: 2px 0 0;
}
.prod-buy ul {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
}
.prod-buy li {
  margin: 0 5px 5px 0;
}

.woocommerce-product-details__short-description {
  margin-bottom: 3rem;
}

.prod-single .quantity label {
  flex: 0 0 100px;
  margin: 0;
  font-size: 1.4rem;
}
.prod-single .quantity input {
  flex: 0 0 70px;
  width: 70px;
}

.woocommerce-variation-availability {
  margin: 0 0 1.5rem;
}
.stock {
  display: inline-block;
  padding: 2px 8px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  font-size: 1.1rem;
  border-radius: 12px;
}
.available-on-backorder {
  background-color: #ffedc5;
  color: #857755;
  border: 1px solid #dbc9a2;
}
.out-of-stock {
  background: #fad5d8;
  border-color: #d4adb1;
  color: #a94442;
}
.in-stock {
  background: #e1f1d3;
  border-color: #c6d9b6;
  color: #3c763d;
}
.stock + .cart {
  margin-top: 1.5rem;
}

.variations {
  width: 100%;
}
.variations td {
  padding: 5px 0;
  vertical-align: middle;
}
.variations .label,
.variations label {
  margin-bottom: 0;
}
.variations .label {
  display: table-cell;
  width: 100px;
  vertical-align: top;
}
.variations label {
  margin-top: 1.4rem;
}
.variations .value .select {
  float: left;
  min-width: 200px;
}
.variations .reset_variations {
  float: left;
  margin: 0.8rem 0 0 10px;
  font-size: 1.2rem;
  color: #2c2c2c;
}
.variations tr:not(:last-child) .label {
  vertical-align: middle;
}
.variations tr:not(:last-child) label {
  margin-top: 0;
}

.single_variation_wrap {
  margin-top: 1.5rem;
}
.single_variation {
  margin: 0 0 1.5rem;
}
.woocommerce-variation-description {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}
.woocommerce-variation-description ul,
.woocommerce-variation-description p {
  margin-bottom: 1.5rem;
}
.woocommerce-variation-description > :last-child {
  margin-bottom: 0;
}

/* cart */
.shop_table {
  width: 100%;
  margin-bottom: 3rem;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.shop_table th,
.shop_table td {
  padding: 8px 12px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.shop_table td:last-of-type {
  border-right: 1px solid #ddd;
}
.shop_table thead {
  background-color: var(--c-blue);
  color: #fff;
}
.shop_table thead th {
  border: none;
}
.shop_table th {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
}
.shop_table tbody tr:not(.order-total):nth-child(even) {
  background-color: #f2f2f2;
}
tfoot,
.order-total {
  background-color: var(--c-gray);
  color: #444;
}
.actions,
.order-total,
tfoot tr:last-of-type {
  background-color: var(--c-orange);
  color: #fff;
}
.woocommerce-remove-coupon {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: underline;
}

.cart-subtotal td,
.order-total td,
.product-total,
.tax-rate td,
.order_details tfoot td,
.cart-discount td,
.woocommerce-orders-table__header-order-actions,
.woocommerce-orders-table__cell-order-actions,
.woocommerce-shipping-totals td,
.shipping td,
.shop_table .product-price,
.shop_table .product-subtotal {
  text-align: right;
}
.shop_table .product-quantity,
.booking-status {
  text-align: center;
}
.shop_table .product-thumbnail {
  width: 36px;
  padding-right: 0;
}
.shop_table .product-thumbnail img {
  display: block;
  border: 1px solid var(--c-gray);
}
.shop_table .product-quantity .quantity {
  display: inline-block;
}
.shop_table .product-quantity input {
  width: 60px;
  margin-left: 0;
}
.shop_table .product-remove {
  width: 20px;
  padding-right: 0;
}
.shop_table .remove {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
}
.shop_table .remove::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('img/icn-delete.svg') 50% 50% no-repeat;
}
.shop_table .remove:hover::before,
.shop_table .remove:focus::before {
  opacity: 0.5;
}

.shop_table td.product-name {
  font-weight: bold;
}
.product-name > a {
  display: block;
}

.shop_table .variation,
.wc-item-meta li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 5px;
  margin-top: 5px;
  font-size: 1.2rem;
}
.shop_table .variation dt,
.wc-item-meta li strong {
  font-weight: bold;
}
.shop_table .variation dd,
.wc-item-meta li p {
  font-weight: normal;
}

.actions button {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.actions button:hover,
.actions button:focus {
  background-color: #fff;
  color: var(--c-blue);
}
.actions > button {
  float: right;
}

.coupon {
  float: left;
  display: flex;
  align-items: center;
}
.coupon input {
  width: 115px;
  margin-right: 5px;
  font-size: 1.4rem;
}
.coupon button,
.actions button {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2rem;
}
.coupon input {
  height: 30px;
}
.coupon input + .button,
.actions > button {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce-shipping-methods ~ .woocommerce-shipping-calculator .shipping-calculator-button {
  margin-top: 0.5rem;
}
.shipping-calculator-button {
  display: inline-block;
}
.shipping-calculator-form {
  max-width: 300px;
  margin-top: 1rem;
  margin-left: auto;
}

/* checkout */
#ship-to-different-address label {
  display: flex;
  align-items: center;
}
#ship-to-different-address input {
  margin-right: 5px;
}

.create-account label {
  display: flex;
  align-items: center;
}
.create-account label input {
  flex: 0 0 auto;
  margin-right: 7px;
}
.create-account label span {
  flex: 0 0 auto;
}

#billing_address_1_field,
#shipping_address_1_field {
  margin-bottom: 0.5rem;
}
#order_review_heading {
  margin-top: 4.5rem;
}
.woocommerce-shipping-methods label {
  margin-bottom: 0;
  text-align: right;
}
.payment_methods {
  margin-bottom: 4.5rem;
}

/* completed */
.woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
}
.woocommerce-order-overview li {
  flex: 1 0 auto;
  margin: 0 5px 0.5rem 0;
  padding: 10px 0 10px 15px;
  background: var(--c-gray);
}
.woocommerce-order-overview li:last-of-type {
  margin-right: 0;
}
.woocommerce-order-overview strong {
  display: block;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: normal;
}
.woocommerce-order-details {
  margin-top: 3rem;
}

/* account */
.woocommerce-account:not(.woocommerce-lost-password) .woocommerce {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce-account .woocommerce .woocommerce-notices-wrapper,
#customer_login {
  flex: 0 0 100%;
  box-sizing: border-box;
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-left: 0;
}
.woocommerce-form-login .woocommerce-form-login__rememberme input {
  margin-right: 8px;
}
.edit-account > p:nth-child(4) {
  display: none;
}

.woocommerce-form-register button,
.lost_reset_password button {
  margin-top: 1.5rem;
}

.lost_reset_password,
.woocommerce-lost-password .woocommerce {
  max-width: 708px;
}
.lost_reset_password > p:first-of-type {
  margin-bottom: 3rem;
}

.woocommerce-MyAccount-navigation {
  flex: 0 0 30.75%;
  padding: 30px;
  background-color: var(--c-gray);
  box-sizing: border-box;
  border-radius: 8px;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 3px 0;
  text-decoration: none;
  color: #444;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation a:focus,
.woocommerce-MyAccount-navigation .is-active a {
  color: var(--c-orange);
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
  opacity: 0.5;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:hover,
.woocommerce-MyAccount-navigation-link--customer-logout a:focus {
  opacity: 1;
}
.woocommerce-MyAccount-content {
  flex: 0 0 65.45%;
}
.woocommerce-MyAccount-content > p:first-of-type {
  margin-bottom: 1.5rem;
}

.woocommerce-orders-table__cell-order-actions .button + .button {
  margin-left: 3px;
}

.woocommerce-edit-address .col2-set.addresses {
  display: block;
}
.woocommerce-edit-address .col2-set.addresses > * {
  margin-right: 0;
}
p + .woocommerce-Addresses {
  margin-top: 3rem;
}
.woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.woocommerce-Address-title a {
  margin-left: 15px;
}
.woocommerce-Address + .woocommerce-Address {
  margin-top: 4.5rem;
}
.woocommerce-Address address,
.woocommerce-columns--addresses address,
.woocommerce-customer-details address {
  font-style: italic;
}
.woocommerce-address-fields > :last-child,
.edit-account > :last-child {
  margin-top: 3rem;
}

.edit-account legend {
  margin: 1.5rem 0;
  font-weight: bold;
}

/* forms */
.form-row {
  margin-bottom: 1.5rem;
}
.form-row .input-text {
  display: block;
  width: 100%;
  margin-top: 2px;
}
.validate-required,
.login label,
#wc-stripe-cc-form label,
.register label[for='reg_email'],
.register label[for='reg_password'],
label[for='password_1'],
label[for='password_2'],
.edit-account label[for='account_email'],
.edit-account label[for='account_first_name'],
.edit-account label[for='account_last_name'],
.edit-account label[for='account_display_name'],
.comment-form-rating label,
.comment-form-comment label,
.required-field-message {
  position: relative;
  padding-left: 10px;
}
.validate-required label {
  padding-left: 10px;
}

.validate-required,
.edit-account label[for='password_1'],
.edit-account label[for='password_2'] {
  padding-left: 0;
}
.form-row .required,
.comment-form .required {
  position: absolute;
  top: 0;
  left: 0;
}

.shop_table input,
.shop_table textarea {
  font-size: 1.4rem;
}

.woocommerce-form-login-toggle + .login {
  display: flex;
  flex-wrap: wrap;
  max-width: 708px;
}
.woocommerce-form-login-toggle + .login p:first-of-type {
  flex: 0 0 100%;
  margin-bottom: 3rem;
}
.woocommerce-form-login-toggle + .login .form-row {
  flex: 0 0 100%;
}
.woocommerce-form-login-toggle + .login .form-row-first,
.woocommerce-form-login-toggle + .login .form-row-last {
  flex: 0 0 48%;
}
.woocommerce-form-login-toggle + .login .form-row-first {
  margin-right: 3.8%;
}
.woocommerce-form-login-toggle + .login .submit {
  margin-top: 0;
}

.select2-container {
  text-align: left;
  height: 42px;
}
.select2-dropdown {
  background-color: #f2f2f2;
  color: #636466;
}
.select2-container--default .select2-selection--single {
  height: 40px;
  border-color: #ddd;
  background-color: #f2f2f2;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--c-blue) transparent transparent transparent;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #fff;
}
.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ddd;
  border-radius: 0;
}
.select2-container--default .select2-results__option[aria-selected='true'],
.select2-container--default .select2-results__option[data-selected='true'] {
  background-color: var(--c-blue);
  color: #fff;
}

.pre-foot {
  padding: 15px 0;
  color: #222;
  font-size: 2.8rem;
  border-top: 1px solid var(--c-gray);
}
.pre-foot .container {
  text-align: center;
}
.pre-foot a {
  margin-left: 12px;
  padding-left: 17px;
  color: #222;
  border-left: 2px solid #444;
  text-decoration: none;
}
.pre-foot a:hover,
.pre-foot a:focus {
  color: var(--c-orange);
}

/** cookie */
html #cmplz-manage-consent .cmplz-manage-consent {
  left: 20px;
}

#cmplz-document {
  max-width: 708px;
}
html .cmplz-cookiebanner .cmplz-title {
  font-weight: bold;
}
.cmplz-cookiebanner {
  text-align: left;
}
.cmplz-cookiebanner button {
  text-align: center;
}
.cmplz-message {
  text-align: left;
}
div.cmplz-document h2 {
  margin-bottom: 15px;
  font-size: 24px;
}
div.cmplz-document h3 {
  font-size: 18px;
  font-weight: bold;
}
.cmplz-categories {
  margin-bottom: 15px;
}
.cmplz-contact-organisation {
  font-weight: bold;
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div {
  grid-template: 'heading paragraph chevron';
  grid-template-columns: 2fr auto 25px;
}

#cmplz-cookies-overview {
  margin-bottom: 45px;
}
#cmplz-cookies-overview details {
  font-size: 12px;
}
#cmplz-cookies-overview details + details {
  border-top: 1px solid #ddd;
}
#cmplz-cookies-overview summary {
  position: relative;
}
#cmplz-cookies-overview summary::after {
  content: '+';
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 22px;
  color: var(--c-blue);
}
#cmplz-cookies-overview [open] summary::after {
  content: '-';
}
#cmplz-cookies-overview p {
  margin: 0;
}
#cmplz-cookies-overview h4 {
  font-weight: bold;
  font-size: 14px;
}
.cmplz-service-header {
  padding: 7px 0;
}
.cmplz-service-description,
.cmplz-sharing-data {
  margin-top: 10px;
}
.cmplz-service-description {
  padding-right: 10px;
}
.cookies-per-purpose {
  margin: 15px 0 10px;
}
.cookies-per-purpose h5 {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.cmplz-subtitle {
  font-weight: bold;
}

html .cmplz-cookiebanner .cmplz-header {
  display: block;
}
.cmplz-marketing.cmplz-statistics .cmplz-manage-consent {
  display: none;
}
#cmplz-manage-consent .cmplz-manage-consent {
  --cmplz-manage-consent-offset: -25px;
}
html .cmplz-cookiebanner .cmplz-divider {
  display: none;
}

/* **************************** */
/** footer */
.foot {
  clear: both;
  background-color: #0c1b27;
  color: #fff;
  font-size: 1.4rem;
}
.foot .container,
.foot-foot {
  position: relative;
  z-index: 3;
}
.foot > .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.foot a {
  color: currentColor;
}
.foot a:hover,
.foot a:focus {
  opacity: 0.5;
}
.home .foot .logo a:hover,
.home .foot .logo a:focus {
  opacity: 1;
}
.foot > .container a {
  text-decoration: none;
}

.foot .logo {
  margin-bottom: 3rem;
}
.foot .bloc-addr .tel {
  font-weight: 900;
  font-size: 2em;
}

.foot nav + nav {
  margin-top: 3rem;
}
.foot nav li + li {
  margin-top: 7px;
}
.foot nav a {
  display: block;
  line-height: 1.1;
}
.foot h4 {
  color: currentColor;
}

.follow {
  display: flex;
  margin-top: 1.5rem;
  font-size: 1.8rem;
}
.follow li {
  margin-right: 15px;
}
.follow li:last-of-type {
  margin-right: 0;
}
.follow a {
  position: relative;
  display: block;
}
.follow img,
.follow svg {
  display: block;
  width: 28px;
  height: auto;
}
.follow a:hover,
.follow a:focus {
  opacity: 0.5;
}

.foot-foot {
  padding: 25px 0;
  border-top: 1px solid var(--c-gray);
  background-color: rgba(12, 27, 39, 0.75);
  font-size: 1.2rem;
}

.foot .to-replace {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
  width: 1200px;
  height: auto;
}

/* **************************** */
/** responsive */
@media screen and (max-width: 1279px) {
  .slide {
    height: auto;
  }
  .slide h1 {
    font-size: 5rem;
  }

  .foot .to-replace {
    width: 90%;
    height: auto;
  }
}
/** 768 */
@media screen and (max-width: 1023px) {
  h1,
  .h1,
  .slide h1 {
    font-size: 3.6rem;
  }
  h2,
  .h2 {
    font-size: 3.2rem;
  }
  .pre-foot {
    font-size: 2rem;
  }
  .woocommerce-breadcrumb {
    font-size: 1.4rem;
  }

  .container,
  .head .container,
  .foot .container {
    width: 100%;
    padding-left: var(--main-pad);
    padding-right: var(--main-pad);
    box-sizing: border-box;
  }
  .container .container {
    padding-left: 0;
    padding-right: 0;
  }
  .out {
    width: auto;
    margin-left: var(--main-pad--);
    margin-right: var(--main-pad--);
  }
  .out .container {
    padding-left: var(--main-pad);
    padding-right: var(--main-pad);
  }
  .box .container {
    width: auto;
    margin-left: var(--main-pad);
    margin-right: var(--main-pad);
  }

  /* head */
  .head .logo {
    position: absolute;
    left: var(--main-pad);
    top: 0;
  }
  .menus {
    width: 100%;
  }

  /* home */
  .slide h1 {
    font-size: 4rem;
  }
  .slide .txt {
    font-size: 2rem;
  }
  .slide img {
    height: 500px;
  }

  .home-dock {
    font-size: inherit;
  }
  .home-dock .cols1-2 {
    grid-template-columns: 1fr;
  }
  .cols2 .box-cta {
    padding-right: var(--main-pad);
  }

  .home-banner .cols2 {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .home-catalog::before {
    display: none;
  }

  .home-find,
  html[lang='en-US'] .home-find {
    display: block;
  }
  .home-find h2,
  html[lang='en-US'] .home-find h2 {
    text-align: center;
  }
  .home-find ul,
  html[lang='en-US'] .home-find ul {
    margin-top: 2.5rem;
    margin-left: 0;
    justify-content: center;
  }
  .home-find li,
  .home-find li:not(:last-child) {
    margin-left: 15px;
    margin-right: 15px;
  }

  /* pages */
  .contact-info .map {
    height: 350px;
  }
  .contact-form .to-replace {
    right: calc(50% + calc(100vw * 0.019));
  }
  .ls-grab {
    max-width: 480px;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }

  /* prod */
  .store-col {
    --side-width: 180px;
  }
  .store-col .side {
    font-size: 1.2rem;
  }

  /* foot */
  .foot .cols3 {
    grid-template-columns: repeat(2, 48%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .box-cta h3 {
    font-size: 2.8rem;
  }
  ul.products h3 {
    font-size: 1.4rem;
  }
  .woocommerce-MyAccount-content {
    font-size: 1.4rem;
  }
  ul.products {
    font-size: 1.2rem;
  }

  .home-catalog {
    font-size: 1.4rem;
  }

  .box-cta::before {
    display: none;
  }
  .cols2 .box-cta {
    font-size: 1.4rem;
  }

  .product_title {
    font-size: 3rem;
  }

  .home-korto {
    font-size: 1.4rem;
  }
  .home-korto h2 {
    font-size: 2.2rem;
  }

  .bloc-content .cols3 {
    font-size: 1.4rem;
  }
  .bloc-content .cols3 h3 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .text ol > li::before {
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .text,
  .term-description {
    font-size: inherit;
  }

  .home-banner::before {
    background: rgba(var(--c-dblue-rgb), 0.85);
  }
  .home-banner .to-replace {
    width: 100%;
  }

  table.shop_attributes {
    width: 100%;
  }

  .nav-content {
    display: flex;
    overflow: auto;
    background-image: linear-gradient(to right, var(--c-gray), var(--c-gray)),
      linear-gradient(to right, var(--c-gray), var(--c-gray)),
      linear-gradient(to right, rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0)),
      linear-gradient(to left, rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: var(--c-gray);
    background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
    background-attachment: local, local, scroll, scroll;
  }
  .nav-content a {
    white-space: nowrap;
  }

  .foot .to-replace {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .bloc-content .cols2 > div,
  .bloc-content .cols2 > div > :last-child {
    margin-bottom: 0;
  }
}
/** 640 */
@media screen and (max-width: 767px) {
  .box-cta h3,
  .home-dock .h2 {
    font-size: 2.8rem;
  }
  .pre-foot {
    font-size: 1.6rem;
  }
  .woocommerce-tabs,
  .cols2 .ls-files {
    font-size: inherit;
  }

  /* header */
  html {
    --head-height: 104px;
  }
  .head {
    padding-bottom: 15px;
  }
  .head .logo {
    position: static;
    padding-left: 47px;
    align-self: center;
  }
  .menus .nav {
    display: none;
  }

  .bt-nav-mobile {
    display: block;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: var(--main-pad);
    width: 32px;
    height: 27px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
    transform: translateY(-50%);
  }
  .bt-nav-mobile span,
  .bt-nav-mobile span::before,
  .bt-nav-mobile span::after {
    transition-duration: 0.5s;
    position: absolute;
    left: 0;
    height: 3px;
    width: 32px;
    background-color: #fff;
  }
  .bt-nav-mobile span {
    top: 12px;
  }
  .bt-nav-mobile span::before {
    content: '';
    top: -12px;
    left: 0;
  }
  .bt-nav-mobile span::after {
    content: '';
    top: 12px;
    left: 0;
  }
  .bt-nav-mobile.open span {
    transition-duration: 0.5s;
    background: transparent;
  }
  .bt-nav-mobile.open span::before {
    background-color: var(--c-blue);
    transform: rotateZ(45deg) translate(8px, 9px);
  }
  .bt-nav-mobile.open span::after {
    background-color: var(--c-blue);
    transform: rotateZ(-45deg) translate(8px, -9px);
  }
  .bt-nav-mobile:hover,
  .bt-nav-mobile:focus {
    background: transparent;
  }
  #mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .nav-mobile {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    padding: var(--head-height) var(--main-pad) 30px;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
    text-align: left;
  }
  .nav-mobile a {
    display: block;
    padding: 5px 0;
    line-height: 1.2;
    color: var(--c-blue);
  }
  .nav-mobile .current-menu-parent > a {
    color: var(--c-orange);
  }
  .nav-mobile > ul {
    columns: 2;
    column-gap: 3.8%;
  }
  .nav-mobile > ul > li > a {
    font-weight: bold;
  }
  .nav-mobile > ul > li > a svg {
    display: none;
  }
  .nav-mobile li {
    break-inside: avoid;
  }
  .nav-mobile .sub-menu {
    display: block !important;
    position: static;
    padding: 0 0 15px;
    background: transparent;
    box-shadow: none;
  }
  .nav-mobile .menu-item-has-children ul a {
    white-space: normal;
  }

  .nav-mobile .frm-search {
    display: none;
  }
  .nav-mobile > ul + ul {
    display: none;
  }

  /* home */
  .home-korto .cols2 {
    grid-template-columns: 1fr;
  }

  /* pages */
  .bloc-content .cols2 {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .ctas.cols2 {
    grid-template-columns: 1fr;
  }
  .cols2.-reverse > :nth-child(1) {
    grid-column: auto;
  }
  .bloc-content .cols2 > div + div h2 {
    margin-top: 3rem;
  }
  .bloc-content .cols2 > div + div h3 {
    margin-top: 2rem;
  }
  .bloc-content .cols3 {
    grid-template-columns: repeat(2, 48%);
  }
  #security ul,
  .ls-files {
    columns: 1;
  }

  .contact-info {
    grid-template-columns: 1fr;
  }
  .contact-info .map {
    height: 268px;
  }
  .contact-form {
    padding-top: 0;
  }
  .contact-form .cols2 {
    grid-template-columns: 1fr;
  }
  .contact-form .cols2 > * {
    grid-column: auto;
  }
  .contact-form .to-replace {
    position: static;
    width: 100%;
    margin-bottom: var(--section-pad);
  }

  /* prod cat */
  .store-col {
    display: flex;
  }
  .store-col .side {
    flex: 0 0 var(--side-width);
    width: var(--side-width);
    margin-left: calc(0px - var(--side-width) - var(--main-pad));
  }
  .store-col .col {
    flex: 1 0 calc(100vw - var(--main-pad) - var(--main-pad));
  }
  .store-col.-show .side {
    margin-left: 0;
  }
  .store-col.-show .col {
    flex: 0 0 100%;
  }
  .bt-filter {
    display: block;
  }

  /* retailers */
  .retail-col {
    grid-template-columns: 1fr;
  }
  .frm-retailers,
  .retail-col .home-find {
    grid-column: 1;
  }
  .retail-col .side,
  .retail-col .col {
    height: 400px;
  }

  .ls-retailers.cols3 {
    grid-template-columns: repeat(2, 48%);
  }

  /* product */
  .products {
    grid-template-columns: repeat(3, 30.75%);
  }
  .prod-single > .product {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .prod-single .summary {
    order: 1;
  }
  .prod-single .prod-img {
    order: 2;
    max-width: 460px;
  }
  .woocommerce-tabs {
    order: 3;
    margin-top: 15px;
  }

  /* foot */
  .foot .cols1-2 {
    grid-template-columns: 1fr;
  }

  .woocommerce-account:not(.woocommerce-lost-password) .woocommerce {
    display: block;
  }
  .woocommerce-MyAccount-navigation {
    margin-bottom: 45px;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 0;
  }

  .h-767 {
    position: relative;
    margin-left: var(--main-pad--);
    margin-right: var(--main-pad--);
    padding-left: 0;
    padding-right: 0;
  }
  .h-767 .scroll {
    z-index: 2;
    display: grid;
    grid-template-columns: 212px;
    grid-auto-columns: 212px;
    grid-auto-flow: column;
    column-gap: 15px;
    padding: 0 var(--main-pad);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .h-767 .scroll::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
    width: 14px;
    height: 8px;
  }
  .h-767 .scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .h-767 .scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .h-767 .scroll > * {
    margin-bottom: 8px;
  }
  .h-767 .h-scroll-nav {
    display: flex;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    padding: 0;
    border: none;
    font-size: 1.3rem;
  }
  .woocommerce-MyAccount-navigation a {
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 5px 15px 3px;
    border: 1px solid #ddd;
    white-space: nowrap;
    border-radius: 25px;
  }
}

@media screen and (max-width: 640px) {
  .tbl-wrap {
    position: relative;
    margin-left: var(--main-pad--);
    margin-right: var(--main-pad--);
  }
  .tbl-wrap::after {
    content: '';
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(to left, #fff 45%, rgba(255, 255, 255, 0) 100%);
  }
  .tbl-wrap .scroll {
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: var(--main-pad);
  }
  .tbl-wrap .scroll::after {
    content: '';
    display: block;
    flex: 0 0 var(--main-pad);
    height: 1px;
    overflow: hidden;
  }
  .tbl-wrap::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
    width: 14px;
    height: 8px;
  }
  .tbl-wrap::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .tbl-wrap .scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tbl-wrap table {
    flex: 0 0 580px;
    width: 580px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .bloc-content .cols3 {
    font-size: 1.4rem;
  }
  .bloc-content .cols3 h3 {
    font-size: 2rem;
  }
}

/** 480 */
@media screen and (max-width: 639px) {
  /* head */
  html {
    --head-height: 62px;
  }
  .head .container {
    align-items: center;
  }
  .head .logo img {
    width: 120px;
    height: auto;
  }
  .nav-sec {
    display: none;
  }
  .nav-third {
    margin-bottom: 0;
    align-self: center;
  }
  .nav-third > ul {
    display: none;
  }
  .nav-third > ul + ul {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  .head .frm-search {
    display: flex;
  }
  .head .frm-search label {
    flex: 1 1 auto;
  }
  .head .frm-search input {
    width: 100%;
    margin-bottom: 10px;
    border-color: #ddd;
  }

  .nav-mobile > ul + ul {
    display: block;
    columns: 1;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--c-gray);
  }

  /* home */
  html {
    --section-pad: 60px;
  }
  .slide img {
    height: 400px;
  }
  .slide .txt {
    font-size: 1.8rem;
  }

  .home-catalog .cols1-2 {
    grid-template-columns: 1fr;
  }
  .home-catalog .-reverse > :nth-child(1) {
    grid-column: 1;
  }
  .home-catalog picture img {
    max-width: 295px;
  }

  /* content */
  .bloc-content .cols3 {
    grid-template-columns: 1fr;
  }
  .box.-tips .container::before {
    position: static;
    margin-bottom: 15px;
  }
  .box.-tips .container {
    padding-left: var(--main-pad);
  }
  .ls-faqs .text {
    padding-right: 0;
  }
  .ls-pages svg {
    top: 5px;
  }
  #dock-how img {
    float: none;
    margin: 0;
  }

  /* product */
  .col:not(.-full) .products,
  .products {
    grid-template-columns: repeat(2, 48%);
  }

  /* retailers */
  .frm-retailers {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  .frm-retailers .form-group {
    margin-right: 0;
  }
  .frm-retailers .form-group:nth-child(2) {
    width: 150px;
  }
  .frm-retailers .submit button {
    width: 100%;
  }
  .retail-col .col {
    height: 320px;
  }

  /* woocommerce */
  .col2-set {
    grid-template-columns: 1fr;
  }

  .woocommerce-form-login-toggle + .login .form-row-first,
  .woocommerce-form-login-toggle + .login .form-row-last {
    flex: 0 0 100%;
  }
  .woocommerce-form-login-toggle + .login .form-row-first {
    margin-right: 0;
  }

  .shop_table_responsive thead,
  .cart .product-thumbnail {
    display: none;
  }
  .shop_table_responsive tr {
    display: grid;
    grid-template-columns: 1fr;
  }
  .shop_table_responsive td {
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: right;
  }
  .shop_table_responsive td::before {
    content: attr(data-title);
    float: left;
    margin-right: 10px;
    font-weight: bold;
  }
  .shop_table_responsive tbody td {
    border-bottom-style: dotted;
  }
  .shop_table_responsive tbody td:last-of-type {
    border-bottom: none;
  }
  .shop_table_responsive td:last-of-type {
    border-right: none;
  }

  .shop_table_responsive td.product-name {
    font-weight: normal;
  }
  .shop_table .product-remove {
    width: inherit;
    padding-right: 10px;
  }
  .shop_table_responsive .product-quantity .quantity {
    float: right;
  }
  .shop_table_responsive .variation {
    max-width: 70%;
    margin-left: auto;
    margin-top: 0;
    grid-template-columns: 1fr auto;
    row-gap: 2px;
  }
  .shop_table_responsive .variation dt {
    font-weight: normal;
    text-transform: none;
    line-height: inherit;
    font-size: 1.2rem;
  }
  .shop_table_responsive .variation dd {
    font-style: italic;
  }

  .shop_table_responsive .actions {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
  .coupon,
  .actions > button {
    float: none;
  }
  .actions > button {
    margin-top: 10px;
  }
  .cart_totals th {
    display: none;
  }

  .h-639 {
    position: relative;
    min-width: 1%;
    margin-left: var(--main-pad--);
    margin-right: var(--main-pad--);
    padding-left: 0;
    padding-right: 0;
  }
  .h-639 .scroll {
    z-index: 2;
    display: grid;
    grid-template-columns: 180px;
    grid-auto-columns: 180px;
    grid-auto-flow: column;
    column-gap: 15px;
    padding: 0 var(--main-pad);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .h-639 .scroll::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
    width: 14px;
    height: 8px;
  }
  .h-639 .scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .h-639 .scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .h-639 .scroll > * {
    margin-bottom: 8px;
  }
  .h-639 .h-scroll-nav {
    display: flex;
  }

  /* foot */
  .pre-foot a {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    font-size: 1.6em;
  }
}

@media screen and (max-width: 480px) {
  h1,
  .h1,
  .slide h1,
  .product_title {
    font-size: 3.2rem;
  }
  h2,
  .h2 {
    font-size: 2.8rem;
  }
  .box-cta h3,
  .home-dock .h2,
  .home-find h2,
  .prod-single .summary .price {
    font-size: 2.4rem;
  }
  h3,
  .woocommerce-columns--addresses h2,
  .woocommerce-customer-details h2,
  #customer_login h2 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  .woocommerce-breadcrumb {
    font-size: 1.2rem;
  }

  html {
    --main-pad: 20px;
    --main-pad: max(20px, env(safe-area-inset-left));
  }
  .out,
  .h-767,
  .tbl-wrap {
    width: auto;
    margin-left: var(--main-pad--);
    margin-right: var(--main-pad--);
  }
  .container .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* foot */
  .foot .cols3 {
    grid-template-columns: 1fr;
    row-gap: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }
  .foot .cols3 nav {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
  .foot .cols3 h4 {
    position: relative;
    margin-bottom: 0;
    padding-right: 30px;
    cursor: pointer;
  }
  .foot .cols3 h4::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 0;
    font-weight: normal;
    font-size: 4rem;
    line-height: 0.7;
    transform: translateY(-50%);
  }
  .foot .cols3 h4.active::after {
    transform: translateY(-50%) rotate(45deg);
  }
  .foot .cols3 nav ul {
    margin: 10px 0;
  }

  .tbl-wrap-320 {
    position: relative;
    margin-left: var(--main-pad--);
    margin-right: var(--main-pad--);
  }
  .tbl-wrap-320::after {
    content: '';
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(to left, #fff 45%, rgba(255, 255, 255, 0) 100%);
  }
  .tbl-wrap-320 > .scroll {
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 30px;
  }
  .tbl-wrap-320 .scroll::after {
    content: '';
    display: block;
    flex: 0 0 var(--main-pad);
    height: 1px;
    overflow: hidden;
  }
  .tbl-wrap-320::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
    width: 14px;
    height: 8px;
  }
  .tbl-wrap-320::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .tbl-wrap-320 .scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tbl-wrap-320 table,
  .woocommerce .tbl-wrap-320 table.shop_table {
    flex: 0 0 420px;
    width: 420px;
    margin-bottom: 8px;
  }
}
/** 414 */
@media screen and (max-width: 479px) {
  .home-find h2 {
    font-size: 2.8rem;
  }

  .woocommerce-MyAccount-navigation ul {
    display: block;
  }
  .woocommerce-MyAccount-navigation li {
    margin-right: 0;
  }
  .woocommerce-order-overview {
    display: block;
  }
  .woocommerce-order-overview li {
    margin-right: 0;
  }

  .store-results {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ls-retailers.cols3 {
    font-size: 1.2rem;
  }
  .ls-retailers.cols3 h3 {
    font-size: 1.4rem;
  }

  .ls-pages {
    columns: 1;
  }
}
/** 375 */
@media screen and (max-width: 413px) {
  h1,
  .h1,
  .slide h1,
  .product_title {
    font-size: 2.8rem;
  }
  h2,
  .h2,
  .home-find h2 {
    font-size: 2.4rem;
  }
  .box-cta h3,
  .home-dock .h2 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  body,
  ul.products:not(.scroll) h3,
  .text.-normal {
    font-size: 1.4rem;
  }
  .foot-foot {
    font-size: 1.1rem;
  }
  #dock-floats-example .cols2 > div:last-child {
    font-size: inherit;
  }

  .slide .bt {
    width: 100%;
    font-size: 1.4rem;
    box-sizing: border-box;
  }

  .text .ls-files li::before {
    top: 2px;
  }

  /* account */
  .woocommerce-Address-title {
    display: block;
    margin-bottom: 1.5rem;
  }
  .woocommerce-Address-title h3 {
    margin-bottom: 5px;
  }
  .woocommerce-Address-title a {
    margin-left: 0;
  }

  /* retailers */
  .ls-retailers.cols3 {
    grid-template-columns: 1fr;
    font-size: 1.4rem;
  }
  .ls-retailers.cols3 h3 {
    font-size: 1.6rem;
  }

  .ls-grab > li {
    grid-template-columns: 1fr;
  }

  .pre-foot {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 374px) {
  .pre-foot {
    font-size: 1.4rem;
  }
}
/** 320 */
@media screen and (max-width: 359px) {
}

/** clear */
.clearfix::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

/**
 * glightbox
 */
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0;
  overflow: hidden;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}
.gslide-image {
  align-items: center;
}
.gslide-image img {
  background-color: #fff;
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.gslide-image img.zoomable {
  position: relative;
}
.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}
.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}
.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.gslide-video.playing::before {
  display: none;
}
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}
.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}
.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}
.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}
.gslide-media {
  display: flex;
  width: auto;
}
.zoomed .gslide-media {
  box-shadow: none !important;
}
.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}
.gslide-description {
  position: relative;
  flex: 1 0 100%;
}
.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p:last-child {
  margin-bottom: 0;
}
.zoomed .gslide-description {
  display: none;
}
.glightbox-button-hidden {
  display: none;
}
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: 0 0;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}
.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}
.greset {
  transition: all 0.3s ease;
}
.gabsolute {
  position: absolute;
}
.grelative {
  position: relative;
}
.glightbox-desc {
  display: none !important;
}
.glightbox-open {
  overflow: hidden;
}
.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}
.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}
.glightbox-mobile .goverlay {
  background: #000;
}
.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}
.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1;
}
.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff;
}
.gbtn.focused {
  outline: 2px solid #0f3d81;
}
iframe.wait-autoplay {
  opacity: 0;
}
.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important;
}
.glightbox-clean .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}
.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video {
  background: #000;
}
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}
.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #fff;
}
.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}
.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}
.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}
.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}
.glightbox-clean .gclose:hover {
  opacity: 1;
}
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}
.gfadeOut {
  animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
  animation: gslideInRight 0.3s ease;
}
.gzoomIn {
  animation: gzoomIn 0.5s ease;
}
.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.gbtn {
  padding: 0;
}
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .glightbox-clean .gnext {
    right: 10px;
  }
  .glightbox-clean .gprev {
    left: 10px;
  }
}
