h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
outline: 0;
vertical-align: baseline;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
text-decoration: none;
}
b,
strong {
font-weight: 600;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: unset;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
vertical-align: middle;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
border-style: solid;
border-width: 0;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: 700;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  .zak-container {
max-width: var(--container-width, 1170px);
margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
box-sizing: content-box;
} .zak-container--flex {
display: flex;
flex-wrap: wrap;
}
.zak-container--flex-center {
align-content: center;
align-items: center;
}
.zak-container--flex-space-between {
justify-content: space-between;
}
.zak-site-layout--stretched #page .zak-content .zak-container {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.zak-site-layout--stretched #page .zak-content .zak-container .zak-primary {
width: 100%;
padding-right: 0;
}
.zak-row {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
box-sizing: border-box;
} h1,
h2,
h3,
h4,
h5,
h6 {
color: #3F3F46;
line-height: 1.3;
font-weight: 400;
margin: 0 0 20px;
}
h1 {
font-size: 4rem;
}
h2 {
font-size: 3.2rem;
}
h3 {
font-size: 2.4rem;
}
h4 {
font-size: 2rem;
}
h5 {
font-size: 1.8rem;
}
h6 {
font-size: 1.6rem;
}
html {
font-size: var(--zak-root-font-size, 62.5%); }
p {
word-break: break-word;
margin-bottom: 20px;
}
code {
background-color: #E0F2FE;
padding: 0.125em 0.25em;
}
pre {
background-color: #F4F4F5;
padding: 20px;
}
blockquote,
.wp-block-quote {
padding: 16px;
margin-top: 34px;
margin-bottom: 34px;
border-left: 4px solid #027ABB;
color: #27272A;
font-style: italic;
}
blockquote.has-text-align-right, blockquote.is-style-large, blockquote.is-style-plain,
.wp-block-quote.has-text-align-right,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
border: unset;
border-left: 4px solid #027ABB;
}
.wp-block-pullquote.has-border-color {
border: unset !important;
border-top: 4px solid #027ABB !important;
border-bottom: 4px solid #027ABB !important;
} a {
color: inherit;
text-decoration: none;
transition: all 0.35s ease-in-out;
}
a:active {
outline: 0;
}
.entry-content a,
.edit-link a {
color: #027ABB;
text-decoration: underline;
}
.entry-content a:hover, .entry-content a:focus,
.edit-link a:hover,
.edit-link a:focus {
text-decoration: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link,
.zak-button {
border-radius: 4px;
padding: 8px 10px;
color: #FAFAFA;
background-color: #027ABB;
text-decoration: none;
transition: all 0.3s;
border: 0px solid #027ABB;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button .wp-block-button__link:hover,
.zak-button:hover {
color: #027ABB;
background-color: transparent;
}
.wp-block-button__link code {
background-color: inherit;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
outline: none;
border: 1px solid #D4D4D8;
border-radius: 0;
padding: 0.7rem 1rem;
width: 100%;
color: #3F3F46;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
color: #52525B;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
margin-right: 0.5rem;
vertical-align: middle;
display: inline-block;
}
label {
margin-bottom: 0.5rem;
display: inline-block;
}
select {
border: 1px solid #D4D4D8;
padding: 0.5rem;
}
body {
background: #FFF; color: #3F3F46;
font-family: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif;
font-size: 1.6rem;
line-height: 1.8;
letter-spacing: 0.01em;
word-wrap: break-word;
}
ul,
ol {
margin: 0 0 1.6rem 1.6rem;
padding-left: 0;
}
ul {
list-style: square;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.6rem;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.6rem 1.6rem;
}
.zak-oembed-container {
position: relative;
padding-top: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
height: auto;
}
.zak-oembed-container iframe,
.zak-oembed-container object,
.zak-oembed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
body .zak-oembed-container * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
iframe {
max-width: 100%;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} table,
.wp-block-table {
margin: 0 0 1.5em;
width: 100%;
}
table th,
table td,
.wp-block-table th,
.wp-block-table td {
text-align: left;
border: 1px solid #D4D4D8;
padding: 1em;
}
@font-face {
font-family: "themegrill-icons";
src: url(//otds.com/wp-content/themes/zakra/assets/fonts/themegrill-icons.eot?5d42b271f668d2d6461ba91fc5a5a839?#iefix) format("embedded-opentype"), url(//otds.com/wp-content/themes/zakra/assets/fonts/themegrill-icons.woff2?5d42b271f668d2d6461ba91fc5a5a839) format("woff2"), url(//otds.com/wp-content/themes/zakra/assets/fonts/themegrill-icons.woff?5d42b271f668d2d6461ba91fc5a5a839) format("woff");
font-display: swap;
}
.zak-icon {
font-family: "themegrill-icons";
display: inline-block;
font-size: 1rem;
font-style: normal;
}
.zak-icon-angle-down::after {
content: "\f101";
}
.zak-icon-angle-left::after {
content: "\f102";
}
.zak-icon-angle-right::after {
content: "\f103";
}
.zak-icon-angle-up::after {
content: "\f104";
}
.zak-icon-arrow-down::after {
content: "\f105";
}
.zak-icon-arrow-left::after {
content: "\f106";
}
.zak-icon-arrow-right::after {
content: "\f107";
}
.zak-icon-arrow-up::after {
content: "\f108";
}
.zak-icon-bars::after {
content: "\f109";
}
.zak-icon-close::after {
content: "\f10a";
}
.zak-icon-search::after {
content: "\f10b";
}
.zak-icon-shopping-cart::after {
content: "\f10c";
} .zak-icon {
display: block;
width: 1.25em;
height: 1.25em;
transition: all 0.3s;
} .admin-bar {
--admin-bar: 32px;
}
@media screen and (max-width: 782px) {
.admin-bar {
--admin-bar: 46px;
}
}
.zak-header-builder {
border-style: solid;
border-color: #E4E4E7;
border-width: 0 0 1px 0;
}
.zak-header-builder .zak-row {
display: block;
}
.zak-header-builder .zak-main-header {
padding: 0;
}
.zak-header-builder .zak-header-top-row,
.zak-header-builder .zak-header-main-row,
.zak-header-builder .zak-header-bottom-row {
border: 0 solid;
}
.zak-header-builder .zak-header-top-row {
color: #FAFAFA;
background-color: #18181B;
padding-bottom: 14px;
padding-top: 14px;
font-size: 14px;
}
.zak-header-builder .zak-header-main-row {
padding-top: 20px;
padding-bottom: 20px;
}
.zak-header-builder .zak-main-row {
display: flex;
justify-content: space-between;
align-items: center;
border: 0 solid;
position: relative;
}
.zak-header-builder .zak-main-row .zak-header-left-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-header-builder .zak-main-row .zak-header-center-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-header-builder .zak-main-row .zak-header-right-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-header-builder .zak-top-row {
display: flex;
justify-content: space-between;
align-items: center;
border: 0 solid;
position: relative;
}
.zak-header-builder .zak-top-row .zak-header-left-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-header-builder .zak-top-row .zak-header-center-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-header-builder .zak-top-row .zak-header-right-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-header-builder .zak-bottom-row {
display: flex;
justify-content: space-between;
align-items: center;
border: 0 solid;
position: relative;
}
.zak-header-builder .zak-bottom-row .zak-header-left-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-header-builder .zak-bottom-row .zak-header-center-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-header-builder .zak-bottom-row .zak-header-right-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-header-builder .zak-mobile-row {
display: none;
}
.zak-header-builder .zak-mobile-nav > div > ul {
padding-top: 0;
border: none;
}
.zak-header-builder .zak-desktop-row {
position: relative;
}
.zak-header-builder .zak-icon--close {
background: transparent;
}
.zak-header-builder .zak-desktop-row p,
.zak-header-builder .zak-mobile-row p {
margin-bottom: 0;
}
.zak-header-builder .zak-mobile-nav {
box-sizing: border-box;
}
.zak-header-builder .widget .wp-block-heading,
.zak-header-builder .widget .widget-title {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.zak-header-builder .widget .wp-block-heading::before,
.zak-header-builder .widget .widget-title::before {
content: none;
}
.zak-header-builder .zak-mini-cart li {
list-style: none;
}
.zak-header-builder.zak-layout-1-transparent {
position: relative;
border-bottom: none;
}
.zak-header-builder.zak-layout-1-transparent .zak-header-transparent-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 9999;
height: auto;
width: 100%;
background: transparent;
}
.zak-header-builder.zak-layout-1-transparent .zak-header-transparent-wrapper .zak-header-search--opened.zak-main-header {
background: #27272A;
}
.zak-header-builder.zak-layout-1-transparent .zak-header-transparent-wrapper .zak-main-header {
background: transparent;
}
.zak-header-builder.zak-layout-1-transparent .zak-header-transparent-wrapper .zak-header-main-row {
background: transparent;
}
.zak-secondary-nav,
.zak-tertiary-nav,
.zak-quaternary-nav {
border: 0 solid;
}
.zak-secondary-nav ul,
.zak-tertiary-nav ul,
.zak-quaternary-nav ul {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 24px;
justify-content: flex-start;
margin-bottom: 0;
margin-left: 0;
}
.zak-secondary-nav ul li,
.zak-tertiary-nav ul li,
.zak-quaternary-nav ul li {
list-style: none;
}
@media (max-width: 768px) {
.zak-header-builder .zak-desktop-row {
display: none;
}
.zak-header-builder .zak-mobile-row {
display: block;
}
.zak-footer.zak-footer-builder .zak-footer-top-row .zak-top-row {
grid-template-columns: 1fr;
}
.zak-footer.zak-footer-builder .zak-footer-main-row .zak-main-row {
grid-template-columns: 1fr;
}
}
@media (min-width: 768px) {
.zak-header-builder .zak-header-bottom-row {
padding-top: 20px;
padding-bottom: 20px;
}
}
.zak-desktop-row.zak-header-search--opened .zak-main-nav,
.zak-desktop-row.zak-header-search--opened .zak-primary-nav,
.zak-desktop-row.zak-header-search--opened .site-branding,
.zak-desktop-row.zak-header-search--opened .zak-header-col--1 {
visibility: visible;
opacity: 1;
}
.zak-desktop-row.zak-header-search--opened .zak-bottom-row:has(.zak-header-search) nav, .zak-desktop-row.zak-header-search--opened .zak-bottom-row:has(.zak-header-search) .zak-mini-cart, .zak-desktop-row.zak-header-search--opened .zak-bottom-row:has(.zak-header-search) .zak-header-buttons, .zak-desktop-row.zak-header-search--opened .zak-bottom-row:has(.zak-header-search) .zak-header-button--2, .zak-desktop-row.zak-header-search--opened .zak-bottom-row:has(.zak-header-search) .zak-html-1, .zak-desktop-row.zak-header-search--opened .zak-bottom-row:has(.zak-header-search) .zak-html-2, .zak-desktop-row.zak-header-search--opened .zak-bottom-row:has(.zak-header-search) .site-branding {
visibility: hidden;
opacity: 0;
}
.zak-desktop-row.zak-header-search--opened .zak-top-row:has(.zak-header-search) nav, .zak-desktop-row.zak-header-search--opened .zak-top-row:has(.zak-header-search) .zak-mini-cart, .zak-desktop-row.zak-header-search--opened .zak-top-row:has(.zak-header-search) .zak-header-buttons, .zak-desktop-row.zak-header-search--opened .zak-top-row:has(.zak-header-search) .zak-header-button--2, .zak-desktop-row.zak-header-search--opened .zak-top-row:has(.zak-header-search) .zak-html-1, .zak-desktop-row.zak-header-search--opened .zak-top-row:has(.zak-header-search) .zak-html-2, .zak-desktop-row.zak-header-search--opened .zak-top-row:has(.zak-header-search) .site-branding {
visibility: hidden;
opacity: 0;
}
.zak-desktop-row.zak-header-search--opened .zak-main-row:has(.zak-header-search) nav, .zak-desktop-row.zak-header-search--opened .zak-main-row:has(.zak-header-search) .zak-mini-cart, .zak-desktop-row.zak-header-search--opened .zak-main-row:has(.zak-header-search) .zak-header-buttons, .zak-desktop-row.zak-header-search--opened .zak-main-row:has(.zak-header-search) .zak-html-1, .zak-desktop-row.zak-header-search--opened .zak-main-row:has(.zak-header-search) .zak-html-2, .zak-desktop-row.zak-header-search--opened .zak-main-row:has(.zak-header-search) .site-branding {
visibility: hidden;
opacity: 0;
}
.zak-desktop-row.zak-header-search--opened .zak-search-container {
display: flex;
width: 100%;
z-index: 9999;
visibility: visible;
transition: all 0.3s ease-in-out;
}
.zak-desktop-row.zak-header-search--opened .zak-header-buttons {
display: block;
}
.zak-desktop-row.zak-header-search--opened .yith-wcwl-items-count {
display: none;
}
.zak-desktop-row.zak-header-search--opened .zak-header-search__toggle {
display: none;
}
.zak-desktop-row.zak-header-search--opened .zak-header-action li {
display: none;
}
.zak-desktop-row.zak-header-search--opened .zak-search-field-label input {
color: #FFF;
padding: 0.7rem 0;
background-color: inherit;
}
.zak-desktop-row.zak-header-search--opened .zak-search-field-label input:focus {
color: #FFF;
}
.zak-desktop-row.zak-header-search--opened .zak-search-field-label input:-webkit-autofill,
.zak-desktop-row.zak-header-search--opened .zak-search-field-label input:-webkit-autofill:focus {
-webkit-transition: background-color 600000s 0s, color 600000s 0s;
transition: background-color 600000s 0s, color 600000s 0s;
}
.zak-desktop-row.zak-header-search--opened .zak-search-field-label input[data-autocompleted] {
background-color: transparent !important;
}
.zak-desktop-row.zak-header-search--opened .zak-search-field-label .zak-icon--search {
display: block;
}
.zak-desktop-row.zak-header-search--opened .zak-search-field-label .zak-icon--search svg {
fill: #FFF;
}
.zak-desktop-row.zak-header-search--opened .zak-icon--close {
position: relative;
display: block;
background: unset;
border: none;
padding: 10px;
z-index: 9999;
}
.zak-desktop-row.zak-header-search--opened .zak-icon--close:focus {
outline: 1px solid #FFF;
}
.zak-desktop-row.zak-header-search--opened .zak-icon--close:active {
outline: none;
}
.zak-desktop-row.zak-header-search--opened .zak-icon--close:before {
content: "";
position: absolute;
top: 10px;
right: 0;
width: 20px;
height: 2px;
border-radius: 2px;
background: #FFF;
transform: rotate(45deg);
transition: all 0.3s ease-in-out;
}
.zak-desktop-row.zak-header-search--opened .zak-icon--close:after {
content: "";
position: absolute;
top: 10px;
right: 0;
width: 20px;
height: 2px;
border-radius: 2px;
background: #FFF;
transform: rotate(135deg);
transition: all 0.3s ease-in-out;
}
.zak-desktop-row.zak-header-search--opened .zak-icon--close:hover {
cursor: pointer;
}
.zak-desktop-row.zak-header-search--opened .zak-icon--close:hover:before {
transform: rotate(0deg);
transition: all 0.3s ease-in-out;
}
.zak-desktop-row.zak-header-search--opened .zak-icon--close:hover:after {
transform: rotate(180deg);
transition: all 0.3s ease-in-out;
}
.zak-secondary-nav {
flex: 1;
border-bottom: 0 solid #E4E4E7;
margin-left: auto;
}
.zak-secondary-nav .zak-secondary-menu {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 24px;
justify-content: flex-start;
}
.zak-secondary-nav .zak-secondary-menu > li > a:hover {
text-decoration: none;
}
.zak-secondary-nav .zak-secondary-menu > li:hover ul ul,
.zak-secondary-nav .zak-secondary-menu > li.focus ul ul {
position: absolute;
left: -999999px;
}
.zak-secondary-nav .zak-secondary-menu > li.zak-menu-item-cart {
margin-right: 10px;
}
.zak-secondary-nav .zak-secondary-menu > li > ul.zak-edge {
right: 0;
left: auto;
}
.zak-secondary-nav .zak-secondary-menu ul li:hover ul ul,
.zak-secondary-nav .zak-secondary-menu ul ul li:hover ul ul,
.zak-secondary-nav .zak-secondary-menu ul li.focus ul ul,
.zak-secondary-nav .zak-secondary-menu ul ul li.focus ul ul {
position: absolute;
left: -999999px;
}
.zak-secondary-nav .zak-secondary-menu ul li:hover > ul,
.zak-secondary-nav .zak-secondary-menu ul li.focus > ul {
left: 100%;
}
.zak-secondary-nav .zak-secondary-menu ul ul li:hover > ul,
.zak-secondary-nav .zak-secondary-menu ul ul ul li:hover > ul,
.zak-secondary-nav .zak-secondary-menu ul ul li.focus > ul,
.zak-secondary-nav .zak-secondary-menu ul ul ul li.focus > ul {
left: 100%;
}
.zak-secondary-nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.zak-secondary-nav ul .current_page_ancestor > a,
.zak-secondary-nav ul .current-menu-ancestor > a,
.zak-secondary-nav ul .current_page_item > a,
.zak-secondary-nav ul .current-menu-item > a {
color: #027ABB;
}
.zak-secondary-nav ul .menu-item-has-children,
.zak-secondary-nav ul .page_item_has_children {
position: relative;
}
.zak-secondary-nav ul li:hover > ul,
.zak-secondary-nav ul li.focus > ul {
left: 0;
}
.zak-secondary-nav li a {
display: flex;
flex: 1;
justify-content: space-between;
border: 0 solid #E4E4E7;
}
.zak-secondary-nav li ul,
.zak-secondary-nav li:hover ul ul,
.zak-secondary-nav li.focus ul ul {
z-index: 99999;
position: absolute;
left: -999999px;
}
.zak-secondary-nav li:hover > ul,
.zak-secondary-nav li.focus > ul {
left: auto;
}
.zak-secondary-nav .sub-menu {
display: block;
position: absolute;
top: 100%;
width: 240px;
border: 1px solid #E4E4E7;
background-color: #fff;
border-radius: 4px;
}
.zak-secondary-nav .sub-menu li {
border-bottom: 1px solid #F4F4F5;
}
.zak-secondary-nav .sub-menu li ul {
top: -1px;
left: 100%;
}
.zak-secondary-nav .sub-menu li:last-child {
border-bottom: 0;
}
.zak-secondary-nav .sub-menu li.menu-item-has-children ul.zak-edge, .zak-secondary-nav .sub-menu li.page_item_has_children ul.zak-edge {
left: -100%;
}
.zak-secondary-nav .sub-menu li a {
padding: 14px 16px;
}
.zak-secondary-nav .sub-menu .zak-submenu-toggle {
padding-left: 0;
padding-top: 8px;
transform: rotate(-90deg);
}
.zak-secondary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a, .zak-secondary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a, .zak-secondary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a, .zak-secondary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a, .zak-secondary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a, .zak-secondary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a, .zak-secondary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a, .zak-secondary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a, .zak-secondary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a {
position: relative;
}
.zak-secondary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a::before, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a::before, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a::before, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a::before, .zak-secondary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a::before, .zak-secondary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a::before, .zak-secondary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a::before, .zak-secondary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a::before, .zak-secondary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a::before, .zak-secondary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a::before, .zak-secondary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a::before, .zak-secondary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a::before {
content: "";
position: absolute;
background-color: #027ABB;
}
.zak-secondary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a {
position: relative;
}
.zak-secondary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a:hover, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a:hover, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a:hover, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a:hover {
text-decoration: none;
}
.zak-secondary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a::before, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a::before, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a::before, .zak-secondary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a::before {
height: 2px;
width: 100%;
bottom: 0;
}
.zak-secondary-nav.zak-layout-1-style-2 > ul a {
position: relative;
}
.zak-secondary-nav.zak-layout-1-style-2 > ul a:hover::before {
content: "";
position: absolute;
background-color: #027ABB;
height: 2px;
width: 100%;
bottom: 0;
left: 0;
}
.zak-secondary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a::before, .zak-secondary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a::before, .zak-secondary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a::before, .zak-secondary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a::before {
width: 2px;
height: 12px;
top: 50%;
left: -5px;
transform: translateY(-50%);
}
.zak-secondary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a::before, .zak-secondary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a::before, .zak-secondary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a::before, .zak-secondary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a::before {
width: 2px;
height: 12px;
top: 50%;
left: auto;
right: -5px;
transform: translateY(-50%);
}
.zak-tertiary-nav {
flex: 1;
border-bottom: 0 solid #E4E4E7;
margin-left: auto;
}
.zak-tertiary-nav .zak-tertiary-menu {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 24px;
justify-content: flex-start;
}
.zak-tertiary-nav .zak-tertiary-menu > li > a:hover {
text-decoration: none;
}
.zak-tertiary-nav .zak-tertiary-menu > li:hover ul ul,
.zak-tertiary-nav .zak-tertiary-menu > li.focus ul ul {
position: absolute;
left: -999999px;
}
.zak-tertiary-nav .zak-tertiary-menu > li.zak-menu-item-cart {
margin-right: 10px;
}
.zak-tertiary-nav .zak-tertiary-menu > li > ul.zak-edge {
right: 0;
left: auto;
}
.zak-tertiary-nav .zak-tertiary-menu ul li:hover ul ul,
.zak-tertiary-nav .zak-tertiary-menu ul ul li:hover ul ul,
.zak-tertiary-nav .zak-tertiary-menu ul li.focus ul ul,
.zak-tertiary-nav .zak-tertiary-menu ul ul li.focus ul ul {
position: absolute;
left: -999999px;
}
.zak-tertiary-nav .zak-tertiary-menu ul li:hover > ul,
.zak-tertiary-nav .zak-tertiary-menu ul li.focus > ul {
left: 100%;
}
.zak-tertiary-nav .zak-tertiary-menu ul ul li:hover > ul,
.zak-tertiary-nav .zak-tertiary-menu ul ul ul li:hover > ul,
.zak-tertiary-nav .zak-tertiary-menu ul ul li.focus > ul,
.zak-tertiary-nav .zak-tertiary-menu ul ul ul li.focus > ul {
left: 100%;
}
.zak-tertiary-nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.zak-tertiary-nav ul .current_page_ancestor > a,
.zak-tertiary-nav ul .current-menu-ancestor > a,
.zak-tertiary-nav ul .current_page_item > a,
.zak-tertiary-nav ul .current-menu-item > a {
color: #027ABB;
}
.zak-tertiary-nav ul .menu-item-has-children,
.zak-tertiary-nav ul .page_item_has_children {
position: relative;
}
.zak-tertiary-nav ul li:hover > ul,
.zak-tertiary-nav ul li.focus > ul {
left: 0;
}
.zak-tertiary-nav li a {
display: flex;
flex: 1;
justify-content: space-between;
border: 0 solid #E4E4E7;
}
.zak-tertiary-nav li ul,
.zak-tertiary-nav li:hover ul ul,
.zak-tertiary-nav li.focus ul ul {
z-index: 99999;
position: absolute;
left: -999999px;
}
.zak-tertiary-nav li:hover > ul,
.zak-tertiary-nav li.focus > ul {
left: auto;
}
.zak-tertiary-nav .sub-menu {
display: block;
position: absolute;
top: 100%;
width: 240px;
border: 1px solid #E4E4E7;
background-color: #fff;
border-radius: 4px;
}
.zak-tertiary-nav .sub-menu li {
border-bottom: 1px solid #F4F4F5;
}
.zak-tertiary-nav .sub-menu li ul {
top: -1px;
left: 100%;
}
.zak-tertiary-nav .sub-menu li:last-child {
border-bottom: 0;
}
.zak-tertiary-nav .sub-menu li.menu-item-has-children ul.zak-edge, .zak-tertiary-nav .sub-menu li.page_item_has_children ul.zak-edge {
left: -100%;
}
.zak-tertiary-nav .sub-menu li a {
padding: 14px 16px;
}
.zak-tertiary-nav .sub-menu .zak-submenu-toggle {
padding-left: 0;
padding-top: 8px;
transform: rotate(-90deg);
}
.zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a, .zak-tertiary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a, .zak-tertiary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a, .zak-tertiary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a, .zak-tertiary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a, .zak-tertiary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a, .zak-tertiary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a, .zak-tertiary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a, .zak-tertiary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a {
position: relative;
}
.zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a::before, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a::before, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a::before, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a::before, .zak-tertiary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a::before, .zak-tertiary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a::before, .zak-tertiary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a::before, .zak-tertiary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a::before, .zak-tertiary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a::before, .zak-tertiary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a::before, .zak-tertiary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a::before, .zak-tertiary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a::before {
content: "";
position: absolute;
background-color: #027ABB;
}
.zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a {
position: relative;
}
.zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a:hover, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a:hover, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a:hover, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a:hover {
text-decoration: none;
}
.zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a::before, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a::before, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a::before, .zak-tertiary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a::before {
height: 2px;
width: 100%;
bottom: 0;
}
.zak-tertiary-nav.zak-layout-1-style-2 > ul a {
position: relative;
}
.zak-tertiary-nav.zak-layout-1-style-2 > ul a:hover::before {
content: "";
position: absolute;
background-color: #027ABB;
height: 2px;
width: 100%;
bottom: 0;
left: 0;
}
.zak-tertiary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a::before, .zak-tertiary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a::before, .zak-tertiary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a::before, .zak-tertiary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a::before {
width: 2px;
height: 12px;
top: 50%;
left: -5px;
transform: translateY(-50%);
}
.zak-tertiary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a::before, .zak-tertiary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a::before, .zak-tertiary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a::before, .zak-tertiary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a::before {
width: 2px;
height: 12px;
top: 50%;
left: auto;
right: -5px;
transform: translateY(-50%);
}
.zak-quaternary-nav {
flex: 1;
border-bottom: 0 solid #E4E4E7;
margin-left: auto;
}
.zak-quaternary-nav .zak-tertiary-menu {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 24px;
justify-content: flex-start;
}
.zak-quaternary-nav .zak-tertiary-menu > li > a:hover {
text-decoration: none;
}
.zak-quaternary-nav .zak-tertiary-menu > li:hover ul ul,
.zak-quaternary-nav .zak-tertiary-menu > li.focus ul ul {
position: absolute;
left: -999999px;
}
.zak-quaternary-nav .zak-tertiary-menu > li.zak-menu-item-cart {
margin-right: 10px;
}
.zak-quaternary-nav .zak-tertiary-menu > li > ul.zak-edge {
right: 0;
left: auto;
}
.zak-quaternary-nav .zak-tertiary-menu ul li:hover ul ul,
.zak-quaternary-nav .zak-tertiary-menu ul ul li:hover ul ul,
.zak-quaternary-nav .zak-tertiary-menu ul li.focus ul ul,
.zak-quaternary-nav .zak-tertiary-menu ul ul li.focus ul ul {
position: absolute;
left: -999999px;
}
.zak-quaternary-nav .zak-tertiary-menu ul li:hover > ul,
.zak-quaternary-nav .zak-tertiary-menu ul li.focus > ul {
left: 100%;
}
.zak-quaternary-nav .zak-tertiary-menu ul ul li:hover > ul,
.zak-quaternary-nav .zak-tertiary-menu ul ul ul li:hover > ul,
.zak-quaternary-nav .zak-tertiary-menu ul ul li.focus > ul,
.zak-quaternary-nav .zak-tertiary-menu ul ul ul li.focus > ul {
left: 100%;
}
.zak-quaternary-nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.zak-quaternary-nav ul .current_page_ancestor > a,
.zak-quaternary-nav ul .current-menu-ancestor > a,
.zak-quaternary-nav ul .current_page_item > a,
.zak-quaternary-nav ul .current-menu-item > a {
color: #027ABB;
}
.zak-quaternary-nav ul .menu-item-has-children,
.zak-quaternary-nav ul .page_item_has_children {
position: relative;
}
.zak-quaternary-nav ul li:hover > ul,
.zak-quaternary-nav ul li.focus > ul {
left: 0;
}
.zak-quaternary-nav li a {
display: flex;
flex: 1;
justify-content: space-between;
border: 0 solid #E4E4E7;
}
.zak-quaternary-nav li ul,
.zak-quaternary-nav li:hover ul ul,
.zak-quaternary-nav li.focus ul ul {
z-index: 99999;
position: absolute;
left: -999999px;
}
.zak-quaternary-nav li:hover > ul,
.zak-quaternary-nav li.focus > ul {
left: auto;
}
.zak-quaternary-nav .sub-menu {
display: block;
position: absolute;
top: 100%;
width: 240px;
border: 1px solid #E4E4E7;
background-color: #fff;
border-radius: 4px;
}
.zak-quaternary-nav .sub-menu li {
border-bottom: 1px solid #F4F4F5;
}
.zak-quaternary-nav .sub-menu li ul {
top: -1px;
left: 100%;
}
.zak-quaternary-nav .sub-menu li:last-child {
border-bottom: 0;
}
.zak-quaternary-nav .sub-menu li.menu-item-has-children ul.zak-edge, .zak-quaternary-nav .sub-menu li.page_item_has_children ul.zak-edge {
left: -100%;
}
.zak-quaternary-nav .sub-menu li a {
padding: 14px 16px;
}
.zak-quaternary-nav .sub-menu .zak-submenu-toggle {
padding-left: 0;
padding-top: 8px;
transform: rotate(-90deg);
}
.zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a, .zak-quaternary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a, .zak-quaternary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a, .zak-quaternary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a, .zak-quaternary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a, .zak-quaternary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a, .zak-quaternary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a, .zak-quaternary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a, .zak-quaternary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a {
position: relative;
}
.zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a::before, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a::before, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a::before, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a::before, .zak-quaternary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a::before, .zak-quaternary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a::before, .zak-quaternary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a::before, .zak-quaternary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a::before, .zak-quaternary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a::before, .zak-quaternary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a::before, .zak-quaternary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a::before, .zak-quaternary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a::before {
content: "";
position: absolute;
background-color: #027ABB;
}
.zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a {
position: relative;
}
.zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a:hover, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a:hover, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a:hover, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a:hover {
text-decoration: none;
}
.zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a::before, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a::before, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a::before, .zak-quaternary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a::before {
height: 2px;
width: 100%;
bottom: 0;
}
.zak-quaternary-nav.zak-layout-1-style-2 > ul a {
position: relative;
}
.zak-quaternary-nav.zak-layout-1-style-2 > ul a:hover::before {
content: "";
position: absolute;
background-color: #027ABB;
height: 2px;
width: 100%;
bottom: 0;
left: 0;
}
.zak-quaternary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a::before, .zak-quaternary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a::before, .zak-quaternary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a::before, .zak-quaternary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a::before {
width: 2px;
height: 12px;
top: 50%;
left: -5px;
transform: translateY(-50%);
}
.zak-quaternary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a::before, .zak-quaternary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a::before, .zak-quaternary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a::before, .zak-quaternary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a::before {
width: 2px;
height: 12px;
top: 50%;
left: auto;
right: -5px;
transform: translateY(-50%);
}
.zak-submenu-toggle {
display: flex;
align-items: center;
padding-left: 8px;
cursor: pointer;
}
.zak-footer-builder .zak-row {
display: block;
}
.zak-footer-builder .wp-block-social-links {
display: flex;
flex-direction: row;
}
.zak-footer-builder .widget ul a {
color: #FFF;
text-decoration: none;
}
.zak-footer-builder .zak-footer-top-row,
.zak-footer-builder .zak-footer-main-row,
.zak-footer-builder .zak-footer-bottom-row {
border: 0 solid;
}
.zak-footer-builder .zak-footer-top-row .widget .wp-block-heading, .zak-footer-builder .zak-footer-top-row .widget .widget-title,
.zak-footer-builder .zak-footer-main-row .widget .wp-block-heading,
.zak-footer-builder .zak-footer-main-row .widget .widget-title,
.zak-footer-builder .zak-footer-bottom-row .widget .wp-block-heading,
.zak-footer-builder .zak-footer-bottom-row .widget .widget-title {
position: relative;
padding-bottom: 10px;
border-bottom: 1px solid #E4E4E7;
}
.zak-footer-builder .zak-footer-top-row .widget .wp-block-heading::before, .zak-footer-builder .zak-footer-top-row .widget .widget-title::before,
.zak-footer-builder .zak-footer-main-row .widget .wp-block-heading::before,
.zak-footer-builder .zak-footer-main-row .widget .widget-title::before,
.zak-footer-builder .zak-footer-bottom-row .widget .wp-block-heading::before,
.zak-footer-builder .zak-footer-bottom-row .widget .widget-title::before {
position: absolute;
display: block;
bottom: -1px;
content: " ";
left: 0;
width: 30px;
height: 1px;
background-color: #027ABB;
}
.zak-footer-builder .zak-footer-top-row h2,
.zak-footer-builder .zak-footer-main-row h2,
.zak-footer-builder .zak-footer-bottom-row h2 {
color: #FAFAFA;
margin-bottom: 16px;
}
.zak-footer-builder .zak-footer-top-row ul li,
.zak-footer-builder .zak-footer-main-row ul li,
.zak-footer-builder .zak-footer-bottom-row ul li {
border: 0 solid #3F3F46;
}
.zak-footer-builder .zak-footer-main-row {
padding-top: 40px;
padding-bottom: 40px;
}
.zak-footer-builder .zak-footer-top-row {
padding-top: 40px;
}
.zak-footer-builder .zak-footer-top-row .widget:only-child .textwidget {
display: flex;
align-items: center;
flex-direction: column;
}
.zak-footer-builder .zak-footer-bottom-row {
border-top: 1px solid #3F3F46;
padding-bottom: 24px;
padding-top: 24px;
}
.zak-footer-builder .zak-main-row {
display: grid;
gap: 32px;
grid-template-columns: repeat(var(--main-grid-columns, 4), 1fr);
border: 0 solid;
}
.zak-footer-builder .zak-main-row .zak-footer-left-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-footer-builder .zak-main-row .zak-footer-center-col {
display: flex;
align-items: center;
height: 100%;
}
.zak-footer-builder .zak-main-row .zak-footer-right-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-footer-builder .zak-top-row {
display: grid;
gap: 32px;
grid-template-columns: repeat(var(--top-grid-columns, 4), 1fr);
border: 0 solid;
}
.zak-footer-builder .zak-top-row .zak-footer-left-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-footer-builder .zak-top-row .zak-footer-center-col {
display: flex;
align-items: center;
height: 100%;
}
.zak-footer-builder .zak-top-row .zak-footer-right-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-footer-builder .zak-bottom-row {
display: grid;
gap: 32px;
grid-template-columns: repeat(var(--bottom-grid-columns, 1), 1fr);
justify-items: center;
border: 0 solid;
}
.zak-footer-builder .zak-bottom-row .zak-footer-left-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-footer-builder .zak-bottom-row .zak-footer-center-col {
display: flex;
align-items: center;
height: 100%;
}
.zak-footer-builder .zak-bottom-row .zak-footer-right-col {
display: flex;
gap: 16px;
align-items: center;
height: 100%;
}
.zak-footer-builder .zak-mobile-row {
display: none;
}
.zak-footer-builder .zak-mobile-nav > div > ul {
padding-top: 0;
border: none;
}
.zak-footer-builder .zak-desktop-row {
position: relative;
}
.zak-footer-builder .zak-icon--close {
background: transparent;
}
.zak-footer-builder .zak-desktop-row p,
.zak-footer-builder .zak-mobile-row p {
margin-bottom: 0;
}
.zak-footer-builder .widget a {
text-decoration: none;
}
.zak-footer-builder .widget .wp-block-heading,
.zak-footer-builder .widget .widget-title {
border-bottom: none;
padding-bottom: 0;
}
.zak-footer-builder .widget .wp-block-heading::before,
.zak-footer-builder .widget .widget-title::before {
content: none;
}
.zak-footer-builder .zak-footer-top-1-col,
.zak-footer-builder .zak-footer-top-2-col,
.zak-footer-builder .zak-footer-top-3-col,
.zak-footer-builder .zak-footer-top-4-col {
display: flex;
}
.zak-footer-builder .zak-footer-nav,
.zak-footer-builder .zak-footer-nav-2 {
border: 0 solid;
}
.zak-footer-builder .zak-footer-nav ul,
.zak-footer-builder .zak-footer-nav-2 ul {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 24px;
justify-content: flex-start;
margin-bottom: 0;
margin-left: 0;
}
.zak-footer-builder .zak-footer-nav ul li,
.zak-footer-builder .zak-footer-nav-2 ul li {
list-style: none;
}
@media (max-width: 768px) {
.zak-footer-builder .zak-desktop-row {
display: none;
}
.zak-footer-builder .zak-mobile-row {
display: block;
}
}
.zak-footer-builder .zak-mini-cart li {
list-style: none;
}
.zak-footer-builder .zak-footer-nav ul li {
list-style: none;
}  .zak-mobile-nav li.menu-item-has-children .toggled-on + ul {
max-height: 500px;
}
.zak-mobile-nav li.menu-item-has-children .zak-submenu-toggle.toggled-on::after {
content: "-";
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #E4E4E7;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #3F3F46;
display: block;
font-size: 14px;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #zak-content[tabindex="-1"]:focus {
outline: 0;
}  .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}
.tg-flex-left {
margin-right: auto;
}
.tg-flex-right {
margin-left: auto;
}
.wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
display: flex;
flex-direction: row;
}   .infinite-scroll .posts-navigation,
.infinite-scroll .zak-numbered-pagination,
.infinite-scroll.neverending .zak-footer {
display: none;
} .infinity-end.neverending .zak-footer {
display: block;
}
#infinite-handle span {
border: 0 solid #E4E4E7;
background-color: #027ABB;
color: #FAFAFA;
padding: 0.7rem 1rem;
}
#infinite-handle span:hover {
background-color: #015989;
}  .clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.zak-content::after {
display: table;
content: "";
}
.clear::after,
.entry-content::after,
.comment-content::after,
.zak-content::after {
clear: both;
}
hr,
.wp-block-separator {
background-color: #E4E4E7;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}  .site-branding {
display: flex;
align-items: center;
gap: 20px;
overflow-wrap: anywhere;
}
.site-branding .zakra-mobile-logo {
display: none;
}
.site-branding .mobile-custom-logo-link {
align-items: flex-start;
}
.site-branding .custom-logo-link {
display: flex;
align-items: flex-start;
}
.site-title {
color: #27272A;
font-size: 4rem;
font-weight: 600;
line-height: 1.3;
}
.site-title a {
color: inherit;
}
.site-title,
.site-description {
margin: 0;
}
.site-description {
font-size: 1.6rem;
} .zak-main-nav li {
display: flex;
flex-wrap: wrap;
}
.zak-main-nav .zak-submenu-toggle {
display: flex;
align-items: center;
padding-left: 8px;
cursor: pointer;
}
.zak-main-nav .zak-submenu-toggle .zak-icon {
width: 12px;
height: 12px;
}
.zak-primary-nav {
display: none;
flex: 1;
border-bottom: 0 solid #E4E4E7;
margin-left: auto;
}
.zak-primary-nav .zak-primary-menu {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 24px;
justify-content: flex-start;
}
.zak-primary-nav .zak-primary-menu > li > a:hover {
text-decoration: none;
}
.zak-primary-nav .zak-primary-menu > li:hover ul ul,
.zak-primary-nav .zak-primary-menu > li.focus ul ul {
position: absolute;
left: -999999px;
}
.zak-primary-nav .zak-primary-menu > li.zak-menu-item-cart {
margin-right: 10px;
}
.zak-primary-nav .zak-primary-menu > li > ul.zak-edge {
right: 0;
left: auto;
}
.zak-primary-nav .zak-primary-menu ul li:hover ul ul,
.zak-primary-nav .zak-primary-menu ul ul li:hover ul ul,
.zak-primary-nav .zak-primary-menu ul li.focus ul ul,
.zak-primary-nav .zak-primary-menu ul ul li.focus ul ul {
position: absolute;
left: -999999px;
}
.zak-primary-nav .zak-primary-menu ul li:hover > ul,
.zak-primary-nav .zak-primary-menu ul li.focus > ul {
left: 100%;
}
.zak-primary-nav .zak-primary-menu ul ul li:hover > ul,
.zak-primary-nav .zak-primary-menu ul ul ul li:hover > ul,
.zak-primary-nav .zak-primary-menu ul ul li.focus > ul,
.zak-primary-nav .zak-primary-menu ul ul ul li.focus > ul {
left: 100%;
}
.zak-primary-nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.zak-primary-nav ul .current_page_ancestor > a,
.zak-primary-nav ul .current-menu-ancestor > a,
.zak-primary-nav ul .current_page_item > a,
.zak-primary-nav ul .current-menu-item > a {
color: #027ABB;
}
.zak-primary-nav ul .menu-item-has-children,
.zak-primary-nav ul .page_item_has_children {
position: relative;
}
.zak-primary-nav ul li:hover > ul,
.zak-primary-nav ul li.focus > ul {
left: 0;
}
.zak-primary-nav li a {
display: flex;
flex: 1;
justify-content: space-between;
border: 0 solid #E4E4E7;
}
.zak-primary-nav li ul,
.zak-primary-nav li:hover ul ul,
.zak-primary-nav li.focus ul ul {
z-index: 99999;
position: absolute;
left: -999999px;
}
.zak-primary-nav li:hover > ul,
.zak-primary-nav li.focus > ul {
left: auto;
}
.zak-primary-nav .sub-menu {
display: block;
position: absolute;
top: 100%;
width: 240px;
border: 1px solid #E4E4E7;
background-color: #fff;
border-radius: 4px;
}
.zak-primary-nav .sub-menu li {
border-bottom: 1px solid #F4F4F5;
}
.zak-primary-nav .sub-menu li ul {
top: -1px;
left: 100%;
}
.zak-primary-nav .sub-menu li:last-child {
border-bottom: 0;
}
.zak-primary-nav .sub-menu li.menu-item-has-children ul.zak-edge, .zak-primary-nav .sub-menu li.page_item_has_children ul.zak-edge {
left: -100%;
}
.zak-primary-nav .sub-menu li a {
padding: 14px 16px;
}
.zak-primary-nav .sub-menu .zak-submenu-toggle {
padding-left: 0;
padding-top: 8px;
transform: rotate(-90deg);
}
.zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a {
position: relative;
}
.zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a::before {
content: "";
position: absolute;
background-color: #027ABB;
}
.zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a {
position: relative;
}
.zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a:hover, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a:hover, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a:hover, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a:hover {
text-decoration: none;
}
.zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a::before {
height: 2px;
width: 100%;
bottom: 0;
}
.zak-primary-nav.zak-layout-1-style-2 > ul a {
position: relative;
}
.zak-primary-nav.zak-layout-1-style-2 > ul a:hover::before {
content: "";
position: absolute;
background-color: #027ABB;
height: 2px;
width: 100%;
bottom: 0;
left: 0;
}
.zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a::before {
width: 2px;
height: 12px;
top: 50%;
left: -5px;
transform: translateY(-50%);
}
.zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a::before {
width: 2px;
height: 12px;
top: 50%;
left: auto;
right: -5px;
transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
.zak-primary-nav {
display: flex;
justify-content: flex-end;
}
}
.zak-primary-nav > ul > li.zak-menu-extras-wrap {
display: flex;
align-items: center;
}
.zak-primary-nav > ul > li.zak-menu-extras-wrap .submenu-expand {
cursor: pointer;
width: 28px;
height: 28px;
padding: 0;
text-align: center;
} .zak-toggle-menu {
display: flex;
margin-left: 20px;
}
.zak-toggle-menu .zak-menu-toggle {
padding: 0 2px;
border: none;
color: inherit;
background: initial;
line-height: normal;
}
.zak-toggle-menu .zak-menu-toggle:hover {
background-color: transparent;
}
.zak-layout-1-style-2 .zak-toggle-menu,
.zak-layout-1-style-3 .zak-toggle-menu {
margin-left: 0;
}
.zak-toggle-menu .zak-icon {
width: 28px;
height: 28px;
fill: #3F3F46;
}
@media screen and (min-width: 768px) {
.zak-toggle-menu {
display: none;
}
} .zak-mobile-nav {
display: flex;
flex-direction: column;
gap: 12px;
visibility: hidden;
opacity: 0;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
transform: translateY(-100%);
padding: 1.75em 1em;
background-color: #27272A;
color: #FAFAFA;
transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease;
max-height: 100vh;
overflow-y: auto;
}
.zak-mobile-nav .zak-icon {
fill: #FAFAFA;
}
.zak-mobile-nav--opened {
visibility: visible;
opacity: 1;
transform: translateX(0);
width: 100%;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
}
.zak-mobile-nav ul {
padding: 0;
margin: 0;
}
.zak-mobile-nav li {
position: relative;
list-style-type: none;
}
.zak-mobile-nav li.zak-menu-extras-wrap {
display: none;
}
.zak-mobile-nav .zak-header-actions {
margin-left: 14px;
margn-top: 14px;
}
.zak-mobile-nav > div { }
.zak-mobile-nav > div > ul {
border-top: 0.5px solid #D4D4D8;
padding-top: 1em;
}
.zak-mobile-menu li {
border-bottom: 1px solid #3F3F46;
}
.zak-mobile-menu li:last-child {
border-bottom: none;
}
.zak-mobile-menu a {
display: flex;
flex-grow: 1;
justify-content: space-between;
padding: 14px 16px;
color: #FAFAFA;
word-break: break-word;
-webkit-hyphens: auto;
hyphens: auto;
}
.zak-mobile-menu .page_item_has_children,
.zak-mobile-menu .menu-item-has-children {
position: relative;
}
.zak-mobile-menu .page_item_has_children .sub-menu,
.zak-mobile-menu .menu-item-has-children .sub-menu {
flex-basis: 100%;
visibility: hidden;
overflow: hidden;
max-height: 0;
border-top: 1px solid #3F3F46;
transition: all 0.5s ease-out;
}
.zak-mobile-menu .page_item_has_children .sub-menu li .sub-menu,
.zak-mobile-menu .menu-item-has-children .sub-menu li .sub-menu {
padding-left: 16px;
}
.zak-mobile-menu .page_item_has_children .sub-menu li .sub-menu a,
.zak-mobile-menu .menu-item-has-children .sub-menu li .sub-menu a {
padding-left: 30px;
}
.zak-mobile-menu .page_item_has_children .sub-menu a,
.zak-mobile-menu .menu-item-has-children .sub-menu a {
padding-left: 30px;
}
.zak-mobile-menu .submenu--show > .zak-submenu-toggle .zak-icon {
transform: rotate(180deg);
}
.zak-mobile-menu .submenu--show + .sub-menu,
.zak-mobile-menu .submenu--show > .sub-menu {
max-height: 500px;
visibility: visible;
overflow-y: auto;
}
.zak-mobile-menu .submenu--show + .sub-menu::-webkit-scrollbar,
.zak-mobile-menu .submenu--show > .sub-menu::-webkit-scrollbar {
width: 4px;
}
.zak-mobile-menu .submenu--show + .sub-menu::-webkit-scrollbar-track,
.zak-mobile-menu .submenu--show > .sub-menu::-webkit-scrollbar-track {
background: #E4E4E7;
}
.zak-mobile-menu .submenu--show + .sub-menu::-webkit-scrollbar-thumb,
.zak-mobile-menu .submenu--show > .sub-menu::-webkit-scrollbar-thumb {
background-color: #52525B;
border-radius: 5px;
}
.zak-mobile-menu .submenu--show + .sub-menu .submenu--show > .zak-submenu-toggle .zak-icon,
.zak-mobile-menu .submenu--show > .sub-menu .submenu--show > .zak-submenu-toggle .zak-icon {
transform: rotate(180deg);
}
.zak-mobile-menu .current_page_item a {
text-decoration: underline;
}
.zak-mobile-nav__header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 30px; }
.zak-mobile-nav__header .zak-header-search {
flex: 1;
}
.zak-mobile-nav__header .zak-header-search a {
display: none;
}
.zak-mobile-nav__header .zak-mobile-nav-close {
position: absolute;
top: 16px;
right: 16px;
padding: unset;
border: unset;
color: unset;
background-color: unset;
cursor: pointer;
text-align: center;
}
.zak-mobile-nav__header .zak-mobile-nav-close .zak-icon {
width: 24px;
height: 24px;
}
.zak-mobile-nav__header .zak-search-container {
display: block;
width: 80%;
padding-bottom: 12px;
border-bottom: 1px solid #A1A1AA;
}
.zak-mobile-nav__header .zak-search-container .zak-icon {
width: 20px;
height: 20px;
}
.zak-mobile-nav__header .zak-search-form .zak-search-field {
padding: 0;
line-height: 1.8;
color: #FFF;
} .zak-overlay-wrapper {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.05);
display: none;
}
.zak-overlay-wrapper.overlay-show {
display: none;
}
.zak-footer-bar .menu {
display: flex;
flex-wrap: wrap;
list-style-type: none;
margin: 0;
}
.zak-footer-bar .menu li a {
padding: 0 0.5em;
} .posts-navigation,
.post-navigation {
margin-top: 40px;
padding: 20px 0;
border-bottom: 1px solid #E4E4E7;
border-top: 1px solid #E4E4E7;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 20px;
word-break: break-all;
}
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
vertical-align: middle;
}
.posts-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous {
flex-basis: 50%;
}
.posts-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-previous a::before {
margin-right: 0.5rem;
font-family: "themegrill-icons" !important;
vertical-align: middle;
content: "\f102";
}
.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-next {
flex-basis: 50%;
text-align: right;
}
.posts-navigation .nav-links .nav-next a::after,
.post-navigation .nav-links .nav-next a::after {
margin-left: 0.5rem;
font-family: "themegrill-icons" !important;
vertical-align: middle;
content: "\f103";
}
@media screen and (min-width: 768px) {
.posts-navigation .nav-links,
.post-navigation .nav-links {
flex-direction: row;
}
} .zak-header-actions {
display: none;
margin-left: 40px;
}
.zak-mobile-nav .zak-header-actions {
display: block;
}
.zak-mobile-nav .zak-header-actions .zak-header-search {
display: none;
}
.zak-header-actions .zak-header-actions {
list-style-type: none;
display: flex;
margin: 0;
}
.zak-header-actions .zak-header-actions > li {
margin: 1em;
}
.zak-header-actions .zak-header-actions > li:last-child {
margin-right: 0;
}
.zak-header-actions .zak-icon--close {
display: none;
}
.zak-header-actions li {
list-style: none;
}
.zak-header-search {
cursor: pointer;
}
.zak-header-search .zak-search-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
padding: 10px;
visibility: hidden;
width: 90%;
align-items: center;
justify-content: center;
}
.zak-header-search .zak-search-container .zak-icon--search {
display: none;
}
.zak-header-search svg {
height: 20px;
width: 20px;
} .zak-menu-item-cart .cart-page-link {
position: relative;
}
.zak-menu-item-cart .cart-page-link .zakra-icon--cart {
width: 20px;
height: 20px;
}
.zak-menu-item-cart .cart-page-link .count {
display: flex;
font-size: 10px;
width: 16px;
height: 16px;
background-color: #027ABB;
color: #FAFAFA;
position: absolute;
top: -5px;
right: -10px;
border-radius: 50%;
text-align: center;
justify-content: center;
align-items: center;
}
@media screen and (min-width: 768px) {
.zak-main-header.zak-header-search--opened {
background: #27272A;
}
.zak-header-search--opened .zak-container .zak-header-col.zak-header-col--2 {
background: none;
border: none;
}
.zak-header-search--opened .zak-main-nav,
.zak-header-search--opened .zak-primary-nav,
.zak-header-search--opened .site-branding,
.zak-header-search--opened .zak-header-col--1 {
visibility: hidden;
opacity: 0;
}
.zak-header-search--opened .zak-search-container {
display: flex;
width: 100%;
z-index: 9999;
visibility: visible;
transition: all 0.3s ease-in-out;
}
.zak-header-search--opened .zak-header-buttons {
display: none;
}
.zak-header-search--opened .yith-wcwl-items-count {
display: none;
}
.zak-header-search--opened .zak-header-search__toggle {
display: none;
}
.zak-header-search--opened .zak-header-action li {
display: none;
}
.zak-header-search--opened .zak-search-field-label input {
color: #FFF;
padding: 0.7rem 0;
background-color: inherit;
}
.zak-header-search--opened .zak-search-field-label input:focus {
color: #FFF;
}
.zak-header-search--opened .zak-search-field-label input:-webkit-autofill,
.zak-header-search--opened .zak-search-field-label input:-webkit-autofill:focus {
-webkit-transition: background-color 600000s 0s, color 600000s 0s;
transition: background-color 600000s 0s, color 600000s 0s;
}
.zak-header-search--opened .zak-search-field-label input[data-autocompleted] {
background-color: transparent !important;
}
.zak-header-search--opened .zak-search-field-label .zak-icon--search {
display: block;
}
.zak-header-search--opened .zak-search-field-label .zak-icon--search svg {
fill: #FFF;
}
.zak-header-search--opened .zak-icon--close {
position: relative;
display: block;
background: unset;
border: none;
padding: 10px;
z-index: 9999;
}
.zak-header-search--opened .zak-icon--close:focus {
outline: 1px solid #FFF;
}
.zak-header-search--opened .zak-icon--close:active {
outline: none;
}
.zak-header-search--opened .zak-icon--close:before {
content: "";
position: absolute;
top: 10px;
right: 0;
width: 20px;
height: 2px;
border-radius: 2px;
background: #FFF;
transform: rotate(45deg);
transition: all 0.3s ease-in-out;
}
.zak-header-search--opened .zak-icon--close:after {
content: "";
position: absolute;
top: 10px;
right: 0;
width: 20px;
height: 2px;
border-radius: 2px;
background: #FFF;
transform: rotate(135deg);
transition: all 0.3s ease-in-out;
}
.zak-header-search--opened .zak-icon--close:hover {
cursor: pointer;
}
.zak-header-search--opened .zak-icon--close:hover:before {
transform: rotate(0deg);
transition: all 0.3s ease-in-out;
}
.zak-header-search--opened .zak-icon--close:hover:after {
transform: rotate(180deg);
transition: all 0.3s ease-in-out;
}
.zak-header-actions {
display: flex;
align-items: center;
gap: 16px;
}
.zak-header-actions li {
align-items: center;
}
} .zak-search-form {
position: unset;
display: block;
width: 100%;
}
.zak-search-form .zak-search-submit {
display: none;
}
.zak-search-form .zak-search-field-label {
display: flex;
align-items: center;
gap: 16px;
width: -moz-fit-content;
width: fit-content;
margin-bottom: 0;
position: relative;
}
.zak-search-form .zak-search-field {
border: 0;
background-color: #27272A;
color: #3F3F46;
opacity: 0.9;
}
.zak-search-form .zak-search-field:focus {
color: #FFF;
}
.zak-search-form input:-webkit-autofill,
.zak-search-form input:-webkit-autofill:focus {
-webkit-transition: background-color 600000s 0s, color 600000s 0s;
transition: background-color 600000s 0s, color 600000s 0s;
}
.zak-search-form input[data-autocompleted] {
background-color: transparent !important;
}  .zak-header-buttons .zak-header-button .zak-button {
display: block;
text-align: center;
border: 1px solid #027ABB;
}
.zak-header-buttons .zak-header-button .zak-button:hover {
color: #027ABB;
border: 1px solid #027ABB;
}
.zak-header-buttons .zak-header-button--2 .zak-button {
background: transparent;
border: 1px solid #027ABB;
color: #027ABB;
} .zak-header-buttons--desktop {
display: none;
margin-left: 24px;
} .zak-mobile-nav .zak-header-buttons {
display: block;
margin-top: 18px;
}
.zak-mobile-nav .zak-icon--close {
display: none;
}
@media screen and (min-width: 768px) {
.zak-header-buttons {
display: flex;
align-items: center;
gap: 24px;
}
.zak-header-buttons .zak-button:hover {
color: #027ABB;
border-color: #027ABB;
}
} .wp-custom-header {
position: relative;
}
.wp-custom-header img {
margin: 0 auto;
width: 100%;
vertical-align: middle;
}
.wp-custom-header iframe#wp-custom-header-video {
width: 100%;
}
.wp-custom-header video#wp-custom-header-video {
display: block;
margin: 0 auto;
overflow: hidden;
max-width: 100%;
height: auto;
}
.wp-custom-header:hover .wp-custom-header-video-button {
visibility: visible;
opacity: 1;
transform: translateY(0);
}
.wp-custom-header .wp-custom-header-video-button {
position: absolute;
top: calc( 50% - 30px);
left: calc( 50% - 30px);
z-index: 9999;
height: 60px;
width: 70px;
padding: 10px;
text-align: center;
font-size: 18px;
border: none;
outline: none;
color: #fff;
cursor: pointer;
box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
}
.wp-custom-header .wp-custom-header-video-button:hover {
box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
} .zak-page-header {
padding: 30px 0;
background-color: #E4E4E7;
}
.zak-page-header .zak-archive-description {
display: none;
}
.zak-page-header .zak-row {
align-items: center;
gap: 20px;
}
.zak-page-header .zak-page-title {
margin-bottom: 0;
font-size: 2.4rem;
font-weight: 400;
line-height: 1.3;
}
.zak-page-header.zak-style-1 .zak-page-title {
margin-right: auto;
}
.zak-page-header.zak-style-1 .breadcrumbs {
margin-left: auto;
}
.zak-page-header.zak-style-3 .zak-row {
flex-direction: column;
}
.zak-page-header.zak-style-3 .zak-page-title {
text-align: center;
}
.zak-page-header.zak-style-2 .zak-page-header__title {
order: 2;
margin-left: auto;
}
.zak-page-header.zak-style-2 .breadcrumbs {
order: 1;
margin-right: auto;
}
.zak-page-header.zak-style-4 .zak-row {
flex-direction: column;
align-content: flex-start;
align-items: flex-start;
}
.zak-page-header.zak-style-5 .zak-row {
flex-direction: column;
align-content: flex-end;
align-items: flex-end;
}
body:not(.has-page-header) .zak-page-header {
padding: 30px 0;
background-color: #E4E4E7;
}
body:not(.has-page-header) .zak-page-header .zak-row {
align-items: center;
gap: 20px;
}
body:not(.has-page-header) .zak-page-header .zak-page-title {
margin-bottom: 0;
font-size: 2.4rem;
font-weight: 400;
line-height: 1.3;
}
body:not(.has-page-header) .zak-page-header.zak-style-1 .zak-page-title {
margin-right: auto;
}
body:not(.has-page-header) .zak-page-header.zak-style-1 .zak-row {
flex-direction: row-reverse;
}
body:not(.has-page-header) .zak-page-header.zak-style-3 .zak-row {
flex-direction: column;
}
body:not(.has-page-header) .zak-page-header.zak-style-3 .zak-page-title {
text-align: center;
}
body:not(.has-page-header) .zak-page-header.zak-style-2 .zak-page-header__title {
order: 2;
margin-left: auto;
}
body:not(.has-page-header) .zak-page-header.zak-style-2 .breadcrumbs {
order: 1;
margin-right: auto;
}
body:not(.has-page-header) .zak-page-header.zak-style-4 .zak-row {
flex-direction: column;
align-content: flex-start;
align-items: flex-start;
}
body:not(.has-page-header) .zak-page-header.zak-style-5 .zak-row {
flex-direction: column;
align-content: flex-end;
align-items: flex-end;
}
.zak-breadcrumbs .trail-items,
.breadcrumbs .trail-items {
display: flex;
flex-wrap: wrap;
margin: 0;
list-style-type: none;
}
.zak-breadcrumbs .trail-items li::after,
.breadcrumbs .trail-items li::after {
content: '/';
margin: 0 4px;
}
.zak-breadcrumbs .trail-items li:last-child::after,
.breadcrumbs .trail-items li:last-child::after {
content: none;
}
.zak-breadcrumbs .trail-items a,
.breadcrumbs .trail-items a {
color: #027ABB;
text-decoration: underline;
}
.zak-breadcrumbs .trail-items a:hover,
.breadcrumbs .trail-items a:hover {
text-decoration: none;
} .sticky {
display: block;
}
.zak-posts .zak-post {
padding: 30px 0;
border-bottom: 1px solid #E4E4E7;
}
.zak-posts .zak-post:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.zak-posts .zak-post:first-child {
padding-bottom: 30px;
padding-top: 0;
border-bottom: 1px solid #E4E4E7;
}
.extra-hatom {
display: none;
}
.entry-title {
margin-bottom: 0;
font-weight: 600;
word-break: break-word;
}
.entry-title:hover a {
color: #027ABB;
text-decoration: underline;
}
.entry-title a {
color: inherit;
text-decoration: inherit;
}
.zak-entry-thumbnail {
margin-bottom: 20px;
}
.zak-entry-thumbnail__link {
display: block;
}
.zak-entry-meta {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 10px;
border: 0 solid #E4E4E7;
font-size: 1.4rem;
}
.zak-entry-meta a {
color: #027ABB;
text-decoration: underline;
}
.zak-entry-meta a:hover {
text-decoration: none;
}
.zak-style-2 .zak-entry-meta span, .zak-style-2 .zak-entry-meta a {
color: #027ABB;
}
.zak-style-2 .zak-entry-meta a:hover {
color: #015989;
}
.zak-style-2 .zak-entry-meta > span {
display: inline-block;
}
.zak-style-2 .zak-entry-meta > span::before {
display: inline-block;
font-family: 'FontAwesome';
margin-right: 5px;
}
.zak-style-2 .zak-entry-meta .zak-comments-link,
.zak-style-2 .zak-entry-meta .zak-posted-on,
.zak-style-2 .zak-entry-meta .zak-cat-links,
.zak-style-2 .zak-entry-meta .zak-byline,
.zak-style-2 .zak-entry-meta .zak-tags-links {
display: flex;
align-items: center;
gap: 6px;
}
.zak-style-2 .zak-entry-meta .zak-comments-link svg,
.zak-style-2 .zak-entry-meta .zak-posted-on svg,
.zak-style-2 .zak-entry-meta .zak-cat-links svg,
.zak-style-2 .zak-entry-meta .zak-byline svg,
.zak-style-2 .zak-entry-meta .zak-tags-links svg {
fill: #3F3F46;
height: 16px;
width: 16px;
}
.zak-style-2 .zak-entry-meta .zak-cat-links,
.zak-style-2 .zak-entry-meta .zak-tags-links {
flex-wrap: wrap;
}
.entry-content {
margin-top: 20px;
}
.entry-content p {
margin-bottom: 24px;
}
.entry-content p:last-child {
margin-bottom: 0;
}
.zak-entry-summary {
margin-top: 20px;
}
.page-links {
clear: both;
margin: 0 0 1.5rem;
}
.zak-entry-footer.zak-alignment-style-2 {
text-align: right;
}
.zak-entry-footer a {
color: #3F3F46;
}
.zak-entry-footer .edit-link a {
color: #027ABB;
}
.entry-button {
display: inline-flex;
align-items: center;
gap: 2px;
}
.entry-button:hover {
color: #027ABB;
text-decoration: underline;
}
.entry-button:hover .zak-icon {
fill: #027ABB;
transform: translateX(4px);
}  .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
#comments {
margin-top: 40px;
}
#comments .comment-list {
list-style-type: none;
margin-left: 0;
}
#comments .comment-list .comment-respond {
margin-top: 32px;
}
#comments .comment-list .children {
list-style-type: none;
margin-left: 2rem;
}
#comments .comment-list .comment-body {
padding-bottom: 16px;
}
#comments .comment-list .comment-meta {
position: relative;
min-height: 40px;
}
#comments .comment-list .comment-meta .comment-author img.avatar {
height: 40px;
width: 40px;
position: absolute;
left: 0;
top: 0;
border: 1px solid rgba(17, 17, 17, 0.15);
border-radius: 100px;
}
#comments .comment-list .comment-meta .comment-author .fn {
margin-left: 50px;
margin-bottom: 8px;
font-size: 2rem;
font-weight: 400;
}
#comments .comment-list .comment-meta .comment-author .says {
display: none;
}
#comments .comment-list .comment-meta .comment-metadata {
margin-left: 50px;
font-size: 1.4rem;
}
#comments .comment-list .comment-meta .edit-link {
color: #027ABB;
text-decoration: underline;
}
#comments .comment-list .comment-meta .edit-link:hover {
text-decoration: none;
}
#comments .comments-title {
display: inline-block;
margin-bottom: 42px;
}
#comments .comments-title,
#comments .comment-reply-title {
position: relative;
padding-bottom: 12px;
border-bottom: 1px solid #E4E4E7;
font-size: 2.4rem;
}
#comments .comments-title::before,
#comments .comment-reply-title::before {
position: absolute;
display: block;
bottom: -1px;
content: " ";
left: 0;
width: 30px;
height: 1px;
background-color: #027ABB;
}
#comments .comment-reply-title {
display: inline-block;
margin-bottom: 10px;
}
#comments .comment-content {
margin-left: 50px;
margin-top: 24px;
font-size: 1.4rem;
}
#comments .comment-content a {
color: #027ABB;
font-size: 1.4rem;
text-decoration: underline;
}
#comments .comment-content a:hover {
text-decoration: none;
}
#comments .comment-content p {
margin-bottom: 0;
}
#comments .reply {
margin-left: 50px;
margin-top: 24px;
color: #027ABB;
font-size: 1.4rem;
text-decoration: underline;
}
#comments .reply:hover {
text-decoration: none;
}
#comments .logged-in-as {
margin-bottom: 24px;
}
.comments-area ol.comment-list .children {
padding-top: 30px;
border-top: 1px solid #E4E4E7;
}
textarea {
height: 150px;
}
.comment-respond {
margin-top: 60px;
}
.comment-respond textarea,
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
display: flex;
background-color: inherit;
border-radius: 4px;
margin-bottom: 20px;
}
.comment-respond .form-submit {
margin-top: 40px;
margin-bottom: 20px;
}
.comment-respond small {
margin-left: 16px;
color: #027ABB;
font-size: 1.4rem;
text-decoration: underline;
}
.comment-respond label {
margin-bottom: 10px;
font-size: 1.4rem;
font-weight: 600;
}
.comment-respond input[type="checkbox"] {
height: 20px;
width: 20px;
margin-right: 0;
}
.comment-form-cookies-consent {
display: flex;
align-items: center;
gap: 10px;
}
.comment-form-cookies-consent label {
margin-bottom: 0;
font-weight: 400;
}
@media screen and (min-width: 992px) {
.comment-respond textarea,
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
width: 570px;
}
} .widget {
margin: 0 0 2.5em;
}
.widget:last-child {
margin-bottom: 0;
}
.widget .wp-block-heading,
.widget .widget-title {
position: relative;
padding-bottom: 10px;
border-bottom: 1px solid #E4E4E7;
}
.widget .wp-block-heading::before,
.widget .widget-title::before {
position: absolute;
display: block;
bottom: -1px;
content: " ";
left: 0;
width: 30px;
height: 1px;
background-color: #027ABB;
}
.widget .widget-title,
.widget h2 {
margin-bottom: 20px;
font-size: 2rem;
font-weight: 600;
}
.widget ul {
display: flex;
flex-direction: column;
gap: 8px;
margin: 0;
list-style-type: none;
}
.widget ul ul {
padding-left: 1em;
}
.widget ul.footer-social-icon {
flex-direction: row;
}
.widget li a {
display: inline-block;
color: #027ABB;
text-decoration: underline; }
.widget li a:hover {
text-decoration: none;
}
.widget li a select {
max-width: 100%;
}
.widget li a + .post-date {
margin-bottom: 0.5rem;
display: block;
}
.widget_search .zak-search-form label {
width: 100%;
flex-direction: row-reverse;
}
.widget_search .zak-search-form .zak-icon--search {
padding-right: 16px;
}
.widget_search .zak-search-form .zak-icon--search svg {
width: 20px;
height: 20px;
}
.widget_search .wp-block-search__button {
margin-left: 0;
}
.widget_search input[type="search"],
.widget_search .zak-search-submit {
background-color: inherit;
border: 0;
height: 50px;
}
.widget_search .wp-element-button {
position: relative;
display: flex;
align-items: center;
padding: 0;
color: transparent;
border: 0;
line-height: 1;
}
.widget_search .wp-element-button::before {
position: absolute;
left: 12px;
content: "\f002";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #27272A;
font-size: 1.8rem;
}
.widget_search button {
display: none;
background-color: unset;
padding: 8px;
}
.widget_search .wp-block-search__inside-wrapper,
.widget_search .zak-search-container {
border: 1px solid #D4D4D8;
border-radius: 4px;
display: flex;
}
.widget_search .wp-block-search__inside-wrapper:focus-within,
.widget_search .zak-search-container:focus-within {
border-color: #27272A;
}
.widget_search .wp-block-search__inside-wrapper {
font-size: 1.4rem;
}
.widget_search .wp-block-search .wp-block-search__label {
margin-bottom: 10px;
font-size: 1.4rem;
font-weight: 600;
}
.widget_recent_comments li {
padding: 0.5rem 0;
}
.widget_calendar table td, .widget_calendar table th {
padding: inherit;
text-align: center;
}
.widget_tag_cloud .tagcloud {
display: flex;
flex-wrap: wrap;
}
.widget_tag_cloud .tagcloud a {
font-size: 1rem !important;
border: 1px solid;
padding: 5px 10px;
margin: 5px;
}    ::-moz-placeholder {
color: #D4D4D8;
}
::placeholder {
color: #D4D4D8;
}
.zak-top-bar,
.zak-footer {
background-color: #18181B;
color: #FAFAFA;
font-size: 1.4rem;
}
.zak-top-bar .zak-row,
.zak-footer-bar .zak-row {
flex-direction: column;
}
.zak-top-bar .zak-row,
.zak-footer-bar .zak-row {
align-items: center;
gap: 0.75em;
}
.zak-top-bar .zak-container,
.zak-footer-bar .zak-container {
flex-direction: column;
row-gap: 0.8rem;
}
.zak-top-bar p,
.zak-footer-bar p {
margin: 0;
}
.zak-top-bar .header-bar-social-icons a,
.zak-footer-bar .header-bar-social-icons a {
text-decoration: none;
}
.zak-top-bar a,
.zak-footer-bar a {
text-decoration: none;
}
.zak-top-bar a:hover,
.zak-footer-bar a:hover {
color: inherit;
text-decoration: none;
}
.zak-top-bar .widget,
.zak-footer-bar .widget {
margin: 0;
}
.zak-top-bar .widget li,
.zak-footer-bar .widget li {
border-bottom: none;
}
.zak-top-bar .menu,
.zak-footer-bar .menu {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 0;
list-style-type: none;
justify-content: center;
}
.zak-top-bar .menu a,
.zak-footer-bar .menu a {
text-decoration: none;
}
.zak-top-bar .menu a:hover,
.zak-footer-bar .menu a:hover {
text-decoration: underline;
}
.zak-top-bar__1,
.zak-top-bar__2,
.zak-footer-bar__1,
.zak-footer-bar__2 {
text-align: center;
}
@media screen and (min-width: 768px) {
.zak-top-bar .zak-row,
.zak-footer-bar .zak-row {
flex-direction: row;
}
} .zak-top-bar {
display: none;
padding-bottom: 14px;
padding-top: 14px;
}
@media screen and (min-width: 600px) {
.zak-top-bar {
display: block;
border-style: solid;
border-width: 0;
}
}
.zak-header {
border-bottom: 1px solid #E4E4E7;
}
.zak-header .zak-row {
align-items: center;
position: relative;
}
.zak-main-header {
padding-top: 20px;
padding-bottom: 20px;
background-color: #FAFAFA;
}
.zak-main-header .zak-row {
flex-wrap: nowrap;
gap: 40px;
}
.zak-main-header .zak-header-col--2 {
flex: 1;
display: flex;
align-items: center;
justify-content: flex-end;
}
@media screen and (min-width: 992px) {
.zak-header-col--2 {
align-items: center;
}
}
.zak-header.zak-layout-1-style-2 .zak-container {
padding: 0;
}
.zak-header.zak-layout-1-style-2 .zak-header-col--2 {
width: 100%;
justify-content: center;
}
.zak-header.zak-layout-1-style-2 .zak-primary-nav {
flex: none;
}
.zak-header.zak-layout-1-style-2 .zak-main-header .zak-row {
flex-direction: column;
gap: 20px;
}
.zak-header.zak-layout-1-style-2 .site-branding {
flex-direction: column;
text-align: center;
}
.zak-header.zak-layout-1-style-2 .site-branding .custom-logo-link {
margin-right: 0;
}
.zak-header.zak-layout-1-style-2 .zak-primary-nav {
display: none;
}
@media screen and (min-width: 768px) {
.zak-header.zak-layout-1-style-2 .zak-primary-nav {
display: flex;
justify-content: center;
margin-left: initial;
}
}
.zak-header.zak-layout-1-style-3 {  }
.zak-header.zak-layout-1-style-3 .zak-main-header .zak-row { }
.zak-header.zak-layout-1-style-3 .zak-main-header .zak-header-col--2 {
justify-content: flex-start;
}
.zak-header.zak-layout-1-style-3 .site-branding {
margin-left: 20px;
}
.zak-header.zak-layout-1-style-3 .site-branding .custom-logo-link {
margin-right: 0;
}
.zak-header.zak-layout-1-style-3 .zak-primary-nav {
margin-left: initial;
margin-right: 0;
flex: initial;
}
.zak-header.zak-layout-2-style-1 .zak-main-header {
padding: 0;
}
.zak-header.zak-layout-2-style-1 .zak-main-header .zak-row {
gap: 0;
align-items: flex-start;
}
.zak-header.zak-layout-2-style-1 .zak-header-col--2 {
display: block;
align-self: stretch;
width: auto;
margin-left: calc(50% - 49.5vw);
margin-right: calc(50% - 49.5vw);
padding-top: 10px;
padding-bottom: 10px;
background: #F4F4F5;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #D4D4D8;
}
.zak-header.zak-layout-2-style-1 .zak-header-col--2 .zak-container {
flex: 1;
display: flex;
align-items: center;
}
.zak-header.zak-layout-2-style-1 .zak-header-col--1 {
display: flex;
flex-direction: column;
gap: 40px;
padding-top: 24px;
padding-bottom: 24px;
}
.zak-header.zak-layout-2-style-1 .zak-primary-nav {
justify-content: flex-start;
}
.zak-header.zak-layout-2-style-1 .zak-main-header .zak-row {
flex-direction: column;
}
@media screen and (min-width: 768px) {
.zak-header.zak-layout-2-style-1 .zak-header-col--1 {
flex-direction: row;
}
}
.zak-header.zak-layout-1-transparent {
position: relative;
border-bottom: none;
}
.zak-header.zak-layout-1-transparent .zak-main-header {
background: transparent;
}
.zak-header.zak-layout-1-transparent .zak-header-transparent-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 9999;
height: auto;
width: 100%;
background: transparent;
border-bottom: 1px solid #E4E4E7;
}
.zak-header.zak-layout-1-transparent .zak-header-transparent-wrapper .zak-header-search--opened.zak-main-header {
background: #27272A;
} .zak-secondary {
word-break: break-word;
}
.zak-secondary .wp-element-button {
color: transparent;
}
.zak-secondary li {
line-height: 1.8;
}
@media screen and (min-width: 768px) {
.zak-secondary {
width: 30%;
padding-top: 3.75em;
padding-left: 1.875em;
padding-bottom: 3.75em;
border-left: 1px solid #E4E4E7;
}
}
.zak-content {
background-color: #FFF;
}
.zak-content .zak-row {
flex-direction: column;
padding-top: 3.75em;
padding-bottom: 3.75em;
gap: 3.75em;
}
.zak-primary {
width: 100%;
}
.has-transparent-header:not(.blog):not(.has-page-header),
.zak-no-content-margin,
.elementor-template-full-width,
.page-template-pagebuilder { }
.has-transparent-header:not(.blog):not(.has-page-header) .zak-row,
.zak-no-content-margin .zak-row,
.elementor-template-full-width .zak-row,
.page-template-pagebuilder .zak-row {
padding: 0;
}
body:not(.tg-container--separate) #page {
background: #FAFAFA;
}
.backdrop {
position: relative;
}
.backdrop::after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
background: rgba(82, 82, 91, 0.2);
}
@media screen and (min-width: 768px) {
.zak-content .zak-row {
flex-direction: row;
gap: 0;
padding-top: 0;
padding-bottom: 0;
}
.zak-primary {
width: 70%;
padding-top: 60px;
padding-right: 30px;
padding-bottom: 60px;
}
} .zak-posts {
display: grid;
grid-template-columns: 1fr;
}
.zak-posts .zak-entry-thumbnail img {
border-radius: 4px;
}
.page .entry-content {
margin-top: 0;
word-break: break-word;
} .zak-footer .site-info {
text-align: center;
padding: 1rem 0;
}
.zak-footer .zak-footer-widget-container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 60px 0 25px;
}
.zak-footer .zak-footer-widget-container.style-1 .zak-footer-col {
width: calc(25% - 20px);
}
.zak-footer .menu li a {
display: flex;
gap: 8px;
}
.zak-footer .zak-submenu-toggle {
display: flex;
align-items: center;
fill: #FFF;
}
.zak-footer .zak-footer-widget--title-hidden .widget-title {
display: none;
}
.zak-footer .footer-social-icons ul {
flex-direction: row;
} .zak-footer-cols {
padding-bottom: 60px;
padding-top: 60px;
border-top: 1px solid #D4D4D8;
color: #D4D4D8;
}
.zak-footer-cols .zak-row {
display: grid;
gap: 32px;
}
.zak-footer-cols .widget {
margin: 0;
}
.zak-footer-cols .widget-title,
.zak-footer-cols h2 {
margin-bottom: 16px;
font-size: 1.6rem;
}
.zak-footer-cols h1,
.zak-footer-cols h2,
.zak-footer-cols h3,
.zak-footer-cols h4,
.zak-footer-cols h5,
.zak-footer-cols h6 {
color: #FAFAFA;
}
.zak-footer-col {
display: flex;
flex-direction: column;
gap: 32px;
}
.zak-footer-col .wp-block-social-links {
display: flex;
flex-direction: row;
}
.zak-footer-col .widget ul a {
color: #FFF;
text-decoration: none;
}
.zak-footer-col ul li {
border-bottom: 0 solid #E4E4E7;
}
.zak-footer-cols.zak-layout-1-style-1 .zak-row, .zak-footer-cols.zak-layout-1-style-2 .zak-row, .zak-footer-cols.zak-layout-1-style-3 .zak-row, .zak-footer-cols.zak-layout-1-style-4 .zak-row {
grid-template-columns: repeat(var(--grid-column, 1), 1fr);
}
.zak-footer-bar {
border-top: 1px solid #3F3F46;
padding-bottom: 24px;
padding-top: 24px;
}
.zak-footer-bar.zak-style-2 .zak-row {
flex-direction: column;
justify-content: normal;
}
.zak-footer-bar.zak-style-2 .zak-footer-bar__1,
.zak-footer-bar.zak-style-2 .zak-footer-bar__2 {
text-align: center;
}
.zak-footer-bar.zak-style-2 .zak-footer-bar__1 ul,
.zak-footer-bar.zak-style-2 .zak-footer-bar__2 ul {
justify-content: center;
}
.zak-footer-bar.zak-style-2 .zak-footer-bar__1 .widget,
.zak-footer-bar.zak-style-2 .zak-footer-bar__2 .widget {
align-items: center;
}
.zak-footer-bar.zak-style-2 .zak-footer-bar__1 .widget li,
.zak-footer-bar.zak-style-2 .zak-footer-bar__2 .widget li {
text-align: center;
}
.zak-scroll-to-top {
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
position: fixed;
bottom: 24px;
right: 24px;
z-index: 999;
height: 48px;
width: 48px;
border-radius: 4px;
background-color: #27272A;
transform: translateY(0);
transition: 0.5s all ease;
}
.zak-scroll-to-top .zak-icon {
fill: #FAFAFA;
}
.zak-scroll-to-top:hover {
background-color: #027ABB;
}
.zak-scroll-to-top.zak-scroll-to-top--show {
opacity: 1;
visibility: visible;
transform: translateY(-10px);
}
@media screen and (min-width: 768px) {
.zak-footer-cols.zak-layout-1-style-1 .zak-row {
--grid-column: 1;
}
}
@media screen and (min-width: 768px) {
.zak-footer-cols.zak-layout-1-style-2 .zak-row {
--grid-column: 2;
}
}
@media screen and (min-width: 768px) {
.zak-footer-cols.zak-layout-1-style-3 .zak-row {
--grid-column: 3;
}
}
@media screen and (min-width: 768px) {
.zak-footer-cols.zak-layout-1-style-4 .zak-row {
--grid-column: 4;
}
} .zak-error-404 {
text-align: center;
}
.zak-error-404 img {
margin-bottom: 40px;
}
.zak-error-404 .zak-content-header {
margin-bottom: 30px;
background-color: transparent;
font-size: 3.2rem;
font-weight: 600;
line-height: 1.3;
}
.zak-error-404 .zak-button {
display: inline-block;
margin-top: 30px;
padding: 8px 16px;
}
.zak-error-404 .zak-button span {
display: flex;
justify-content: center;
align-items: center;
gap: 4px;
}
.zak-error-404 .zak-button svg {
height: 16px;
width: 16px;
fill: #FFF;
}
.zak-error-404 .zak-button:hover svg {
fill: #027ABB;
}
.zak-no-results {
text-align: center;
}
.zak-no-results .zak-page-header {
padding: 0;
background-color: transparent;
}
.zak-no-results .zak-page-header .zak-page-title {
margin-bottom: 30px;
font-weight: 600;
font-size: 3.2rem;
}
.zak-no-results img {
margin-bottom: 40px;
width: 230px;
height: 186px;
}
.zak-no-results .page-content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 30px;
}
.zak-no-results .zak-search-container {
width: 100%;
}
.zak-no-results .zak-search-form .zak-search-field-label {
flex-direction: row-reverse;
border: 1px solid #D4D4D8;
border-radius: 4px;
}
.zak-no-results .zak-search-form .zak-search-field {
background-color: transparent;
}
.zak-no-results .zak-icon--search {
padding: 14px;
}
.zak-no-results .zak-icon--search svg {
height: 20px;
width: 20px;
}
.zak-no-results .zak-icon--close {
display: none;
}
@media screen and (min-width: 768px) {
.zak-no-results .page-content p {
width: 544px;
}
.zak-no-results .zak-search-form {
width: 449px;
margin-right: auto;
margin-left: auto;
}
}
@media screen and (min-width: 992px) {
.zak-no-results .zak-search-form {
width: 564px;
margin-right: auto;
margin-left: auto;
}
} .page-template-pagebuilder {
background: #fff;
}
.page-template-pagebuilder.zak-container--wide .zak-content .zak-container {
max-width: 100%;
}
.page-template-pagebuilder .widget {
background: initial;
padding: 0;
}
.page-template-pagebuilder .zak-primary.pagebuilder-content {
flex: 1;
max-width: inherit;
padding: 0;
}
.page-template-pagebuilder .zak-content .zak-container {
padding-left: 0;
padding-right: 0;
}
.pagebuilder-content a {
color: #027ABB;
}
.pagebuilder-content a:hover, .pagebuilder-content a:focus {
color: #0284C7;
}
.page-template.tg-container--separate #page {
background: #FAFAFA;
}  .zak-container--boxed .zak-site {
width: 90%;
margin: 20px auto;
box-shadow: 4px 24px 60px rgba(109, 141, 173, 0.25);
}
.zak-container--boxed .zak-site#page {
background-color: #FAFAFA;
}
.zak-container--boxed .zak-main-header .zak-container,
.zak-container--boxed .zak-content .zak-container,
.zak-container--boxed .zak-top-bar .zak-container,
.zak-container--boxed .zak-footer-bar .zak-container {
max-width: 100%;
}
.zak-container--boxed .zak-header.zak-layout-2 .zak-header-col--2 {
margin-left: -16px;
margin-right: -16px;
}
@media screen and (min-width: 768px) {
.zak-container--boxed .zak-site {
max-width: 1170px;
}
} .zak-content-area--boxed .zak-posts {
gap: 30px;
}
.zak-content-area--boxed .zak-post:first-child {
padding-top: 20px;
padding-bottom: 20px;
}
.zak-content-area--boxed .zak-post:last-child {
padding-bottom: 20px;
border: 1px solid #E4E4E7;
}
.zak-content-area--boxed .zak-secondary {
border-left: 0 none;
}
.zak-content-area--boxed .zak-site-layout--left .zak-primary {
padding-left: 2em;
}
.zak-content-area--boxed .zak-site-layout--left .zak-secondary {
padding-right: 2em;
border-right: 0 none;
}
.zak-content-area--boxed .zak-post,
.zak-content-area--boxed .widget {
padding: 20px 24px;
border: 1px solid #E4E4E7;
border-radius: 4px;
}
.zak-content-area--boxed .zak-footer-col .widget {
padding: 0;
background-color: transparent;
border: 0;
} .tg-container--stretched .zak-container {
width: 100%;
max-width: unset;
} .zak-site-layout--centered .zak-primary {
max-width: 770px;
margin: 0 auto;
}
.zak-site-layout--centered.zak-container--boxed .zak-primary .entry-content > .alignfull {
margin-left: unset;
margin-right: unset;
}
.zak-site-layout--contained .zak-primary {
width: 100%;
padding-right: 0;
}
.zak-site-layout--left .zak-primary {
padding-right: 0;
}
.zak-site-layout--left .zak-secondary {
padding-left: 0;
border-left: 0 none;
}
@media screen and (min-width: 768px) {
.zak-site-layout--left .zak-content .zak-row {
flex-direction: row-reverse;
}
.zak-site-layout--left .zak-primary {
padding-left: 30px;
}
.zak-site-layout--left .zak-secondary {
padding-right: 30px;
border-right: 1px solid #E4E4E7;
}
}
.zak-site-layout--centered .zak-primary {
width: 100%;
padding-right: 0;
}
.zak-site-layout--centered .zak-primary .entry-content > .alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
max-width: unset;
}
.zak-site-layout--centered .zak-primary .entry-content > .alignfull.wp-block-cover, .zak-site-layout--centered .zak-primary .entry-content > .alignfull.wp-block-cover-image {
width: unset;
}
.zak-site-layout--centered .zak-primary .entry-content > .alignwide {
margin-left: -100px;
margin-right: -100px;
max-width: unset;
}  .wp-block-media-text .wp-block-media-text__content {
padding: 0 0 0 8%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
padding: 0 8% 0 0;
}
@media (max-width: 600px) {
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
padding: 0;
}
.wp-block-media-text .wp-block-media-text__content {
padding: 0;
}
} .wp-block-columns {
padding-top: 3em;
padding-right: 2em;
padding-bottom: 3em;
padding-left: 2em;
} .wp-block-social-links li a {
display: flex;
} ul.wp-block-post-template {
margin: 0;
} .entry-content .wp-block-button.is-style-outline .wp-block-button__link {
color: #027ABB;
border-width: 1px;
} .wp-block-cover p.wp-block-cover-text {
color: #FFF;
} .elementor-template-full-width .zak-content .zak-row {
display: block;
}
body.has-transparent-header { }
body.has-transparent-header.elementor-editor-active .zak-header {
z-index: -1;
}
@media screen and (min-width: 768px) {
.ehf-header #masthead {
flex-basis: 100%;
}
.ehf-header .hfeed.site .zak-primary {
width: 100%;
}
.ehf-header .hfeed.site:has(.zak-secondary) .zak-primary {
width: 70%;
}
}.entry-content a:hover{text-decoration:underline}@media screen and (min-width:767px){.tg-col-2{width:50%}.tg-col-3{width:33.33%}.tg-col-4{width:25%}}.sticky-header{background-color:#fff;position:fixed;width:100%;margin-bottom:0;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);z-index:9999;top:var(--admin-bar,0)}.tg-sticky-header .tg-site-header-bottom{-webkit-transition:padding-top .3s ease-in-out,padding-top .3s ease-in-out,background-color .2s ease-in-out;transition:padding-top .3s ease-in-out,padding-top .3s ease-in-out,background-color .2s ease-in-out}.tg-site-header-top{border:0 solid #e9ecef}.tg-site-header-top a:hover{color:#269bd1}.tg-site-header-top.tg-site-header-top--stacked .tg-container--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tg-site-header-top.tg-site-header-top--stacked .tg-header-top-left-content,.tg-site-header-top.tg-site-header-top--stacked .tg-header-top-right-content{width:auto}.tg-site-header-top.tg-site-header-top--centered .tg-container--flex-center{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tg-site-header-top.tg-site-header-top--centered .tg-header-top-left-content,.tg-site-header-top.tg-site-header-top--centered .tg-header-top-right-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:49%}.tg-site-header-top.tg-site-header-top--centered .tg-header-top-left-content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.tg-site-header-top.tg-site-header-top--centered .tg-header-top-right-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tg-site-header-top.tg-site-header-top--centered .tg-header-top-right-content ul{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tg-site-header.tg-site-header--center .tg-block--two{width:100%}.tg-site-header.tg-site-header--both-left .tg-site-header-bottom .tg-container--flex,.tg-site-header.tg-site-header--both-right .tg-site-header-bottom .tg-container--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tg-site-header.tg-site-header--both-left .tg-block--one,.tg-site-header.tg-site-header--both-left .tg-block--two,.tg-site-header.tg-site-header--both-right .tg-block--one,.tg-site-header.tg-site-header--both-right .tg-block--two{width:100%;padding-top:.5em;padding-bottom:.5em}.tg-site-header.tg-site-header--both-left .tg-block--two,.tg-site-header.tg-site-header--both-right .tg-block--two{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tg-site-header.tg-site-header--both-left .tg-primary-menu,.tg-site-header.tg-site-header--both-right .tg-primary-menu{width:100%}.tg-site-header.tg-site-header--both-left .site-branding+.header-action{margin-left:4em}.tg-site-header.tg-site-header--both-left .tg-site-header-bottom .tg-container--flex{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.tg-site-header.tg-site-header--both-left .tg-search-full{width:50%}.tg-site-header.tg-site-header--both-left .tg-primary-menu>div>ul{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tg-site-header.tg-site-header--both-left .tg-primary-menu>div>ul>li:first-child{margin-left:initial}.tg-site-header.tg-site-header--both-right .tg-site-header-bottom .tg-container--flex{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.tg-site-header.tg-site-header--both-right .tg-block--one{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.tg-site-header.tg-site-header--both-right .tg-primary-menu>div>ul{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.tg-site-header.tg-site-header--both-right .tg-primary-menu>div>ul>li:last-child{margin-right:initial}.tg-site-header-bottom .tg-block--one{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.tg-site-header-bottom .tg-block--one .tg-menu-item-search,.tg-site-header-bottom .tg-block--one .tg-menu-item-cart{list-style:none;margin-left:1em}.tg-site-header-bottom .header-action{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tg-search-full .search-form{position:relative;top:unset;right:unset;display:inline-block;z-index:unset;width:100%}.main-navigation.tg-primary-menu>div ul li.tg-header-button-wrap.tg-header-button-two-wrap a{color:#269bd1;background-color:transparent;padding:5px 10px;border:1px solid #269bd1;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out;border-radius:0}.main-navigation.tg-primary-menu>div ul li.tg-header-button-wrap.tg-header-button-two-wrap a:hover{color:#fff;border-color:#1e7ba6;background-color:#1e7ba6}.wp-custom-header{position:relative}.wp-custom-header .tg-header-image-cta__title,.wp-custom-header .tg-header-image-cta__text{margin:unset}.wp-custom-header .tg-header-image-cta__button{margin-top:.5em;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.wp-custom-header .tg-header-image-cta__button:focus{outline:0}.wp-custom-header .tg-header-image-cta{width:100%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.wp-custom-header .tg-header-image-cta-wrapper{width:65%}.wp-custom-header .tg-header-image-cta--center{text-align:center}.wp-custom-header .tg-header-image-cta--center .tg-header-image-cta-wrapper{margin:0 auto}.wp-custom-header .tg-header-image-cta--left{text-align:left}.wp-custom-header .tg-header-image-cta--left .tg-header-image-cta-wrapper{margin-right:auto}.wp-custom-header .tg-header-image-cta--right{text-align:right}.wp-custom-header .tg-header-image-cta--right .tg-header-image-cta-wrapper{margin-left:auto}.tg-primary-menu.tg-primary-menu--style-underline>div>ul>li>a.tg-current-menu-item,.tg-primary-menu.tg-primary-menu--style-left-border>div>ul>li>a.tg-current-menu-item,.tg-primary-menu.tg-primary-menu--style-right-border>div>ul>li>a.tg-current-menu-item{position:relative}.tg-primary-menu.tg-primary-menu--style-underline>div>ul>li>a.tg-current-menu-item::before,.tg-primary-menu.tg-primary-menu--style-left-border>div>ul>li>a.tg-current-menu-item::before,.tg-primary-menu.tg-primary-menu--style-right-border>div>ul>li>a.tg-current-menu-item::before{content:"";position:absolute;background-color:#269bd1}.tg-primary-menu.tg-primary-menu--style-underline>div>ul>li>a.tg-current-menu-item::before{height:2px;width:100%;bottom:0}.tg-primary-menu.tg-menu-item--button>div>ul{margin:0;padding:0;list-style-type:none}.tg-primary-menu.tg-menu-item--button>div>ul>li{margin:1em .5em}.tg-primary-menu.tg-menu-item--button>div>ul>li:not(.tg-header-button-wrap)>a{color:#fff;padding:5px 10px;border:0 solid;background-color:#269bd1}.tg-primary-menu.tg-menu-item--button>div>ul>li:not(.tg-header-button-wrap):hover>a{background-color:#1e7ba6}.tg-primary-menu.tg-menu-item--button>div>ul>li.current_page_item>a,.tg-primary-menu.tg-menu-item--button>div>ul>li.current-menu-item>a{background-color:#1e7ba6}.tg-primary-menu.tg-menu-item--button>div>ul>li.current_page_item>a::before,.tg-primary-menu.tg-menu-item--button>div>ul>li.current-menu-item>a::before{content:none}.tg-primary-menu.tg-menu-item--button>div>ul>li>a.tg-current-menu-item{background-color:#1e7ba6}.tg-primary-menu.tg-menu-item--button>div>ul>li>a.tg-current-menu-item::before{content:none}.tg-primary-menu>div ul li>a.tg-current-menu-item{color:#269bd1}.tg-site-header-dual-menu .site-branding{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 10px}.tg-site-header-dual-menu .tg-primary-menu{margin-left:unset;-webkit-box-flex:1;-ms-flex:1;flex:1}.tg-site-header-dual-menu .tg-primary-menu.tg-left-menu>div ul{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:768px){.tg-site-header-dual-menu .tg-primary-menu{display:none}}.tg-mobile-navigation li{border-bottom:0 solid #e9ecef}.tg-mobile-navigation li.tg-menu-item-cart,.tg-mobile-navigation li.tg-menu-item-search{border-bottom:0}.tg-mobile-navigation.tg-mobile-navigation--fullscreen{width:100%;text-align:center}.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.page_item_has_children,.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.menu-item-has-children{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.page_item_has_children>a,.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.menu-item-has-children>a{padding-bottom:0}.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.page_item_has_children ul,.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.menu-item-has-children ul{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;background-color:#e9ecef;padding-left:0}.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.page_item_has_children.submenu--show>ul,.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.menu-item-has-children.submenu--show>ul{border-top:2px solid #269bd1}.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.page_item_has_children.submenu--show>ul .submenu--show>ul,.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.menu-item-has-children.submenu--show>ul .submenu--show>ul{border-top:0}.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.page_item_has_children .tg-submenu-toggle,.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.menu-item-has-children .tg-submenu-toggle{position:relative;line-height:unset;right:auto;top:auto;padding:0}.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.page_item_has_children .tg-submenu-toggle.current-submenu-toggle,.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.menu-item-has-children .tg-submenu-toggle.current-submenu-toggle{border:1px dotted #269bd1}.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.tg-menu-extras-wrap{display:none}.tg-mobile-navigation.tg-mobile-navigation--fullscreen li.tg-menu-item-cart .cart-page-link .count{right:48%;top:0;-webkit-transform:translate(-48%);transform:translate(-48%)}.tg-mobile-navigation.tg-mobile-navigation--fullscreen .tg-mobile-navigation-close{right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.tg-site-header-top ul{margin:0;padding:0;list-style-type:none}.tg-site-header-top ul a{display:-webkit-box;display:-ms-flexbox;display:flex}.tg-site-header-top ul .menu-item-has-children,.tg-site-header-top ul .page_item_has_children{position:relative}.tg-site-header-top ul .menu-item-has-children>a,.tg-site-header-top ul .page_item_has_children>a{display:-webkit-box;display:-ms-flexbox;display:flex}.tg-site-header-top ul .menu-item-has-children>a::after,.tg-site-header-top ul .page_item_has_children>a::after{content:"\f101";font-family:"themegrill-icons";margin-left:.5rem}.tg-site-header-top ul .menu-item-has-children:hover>ul,.tg-site-header-top ul .page_item_has_children:hover>ul{display:block}.tg-site-header-top ul .menu-item-has-children ul,.tg-site-header-top ul .page_item_has_children ul{display:none;top:100%;border:1px solid #e9ecef;width:240px;background:#fff;position:absolute;z-index:999}.tg-site-header-top ul .menu-item-has-children ul.sub-menu,.tg-site-header-top ul .page_item_has_children ul.sub-menu{padding-left:0}.tg-site-header-top ul .menu-item-has-children ul li,.tg-site-header-top ul .page_item_has_children ul li{border-bottom:1px solid #e9ecef}.tg-site-header-top ul .menu-item-has-children ul li:last-child,.tg-site-header-top ul .page_item_has_children ul li:last-child{border-bottom:0}.tg-site-header-top ul .menu-item-has-children ul li.menu-item-has-children>a,.tg-site-header-top ul .menu-item-has-children ul li.page_item_has_children>a,.tg-site-header-top ul .page_item_has_children ul li.menu-item-has-children>a,.tg-site-header-top ul .page_item_has_children ul li.page_item_has_children>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tg-site-header-top ul .menu-item-has-children ul li.menu-item-has-children>a::after,.tg-site-header-top ul .menu-item-has-children ul li.page_item_has_children>a::after,.tg-site-header-top ul .page_item_has_children ul li.menu-item-has-children>a::after,.tg-site-header-top ul .page_item_has_children ul li.page_item_has_children>a::after{content:"\f103";font-family:"themegrill-icons";right:1rem}.tg-site-header-top ul .menu-item-has-children ul li a,.tg-site-header-top ul .page_item_has_children ul li a{padding:1em}.tg-site-header-top ul .menu-item-has-children ul li ul,.tg-site-header-top ul .page_item_has_children ul li ul{top:-1px;left:100%}.tg-header-top-dropdown--no-support .menu a::after{display:none}.tg-secondary-menu{margin-right:2em;position:relative}.tg-secondary-menu.tg-lspace{margin-left:2em;margin-right:0}.tg-secondary-menu .tg-toggle{cursor:pointer;background-color:#269bd1;color:#fff;padding:.5rem 1rem;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.tg-secondary-menu .tg-toggle:hover{background-color:#1e7ba6;color:#fff}.tg-secondary-menu .tg-toggle .tg-icon{margin-right:8px}.tg-secondary-menu .tg-toggle+.menu-secondary{display:none;position:absolute;top:100%;border:1px solid #e9ecef;width:240px;background:#fff;z-index:999}.tg-secondary-menu .tg-toggle+.menu-secondary.menu-toggle--open{display:block}.menu-secondary{list-style-type:none;margin:0;padding:0}.menu-secondary li{border-bottom:1px solid #e9ecef;padding:0}.menu-secondary li:last-child{border-bottom:0}.menu-secondary a{padding:1em;display:block}.tg-site-sidebar .widget{border:0 solid #e9ecef}.tg-sidebar-widget--title-hidden .widget-title{display:none}.tg-site-layout--2-sidebars #primary{width:60%;padding-left:60px}.tg-site-layout--2-sidebars .secondary-sidebar{border-right:1px solid #e9ecef;padding-right:60px}.tg-site-layout--2-sidebars .tg-site-sidebar,.tg-site-layout--2-sidebars #secondary{width:20%}.tg-container--separate.tg-site-layout--2-sidebars .secondary-sidebar{padding-right:2em;border-right:0 none}.tg-scroll-to-top.tg-scroll-top-left{left:20px;right:auto}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--75-25 .tg-footer-widget-area:first-child{width:calc(75% - 20px)}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--75-25 .tg-footer-widget-area:last-child{width:calc(25% - 20px)}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--25-75 .tg-footer-widget-area:first-child{width:calc(25% - 20px)}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--25-75 .tg-footer-widget-area:last-child{width:calc(75% - 20px)}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--50-25-25 .tg-footer-widget-area{width:calc(25% - 20px)}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--50-25-25 .tg-footer-widget-area:first-child{width:calc(50% - 20px)}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--25-50-25 .tg-footer-widget-area{width:calc(50% - 20px)}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--25-50-25 .tg-footer-widget-area:first-child,.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--25-50-25 .tg-footer-widget-area:last-child{width:calc(25% - 20px)}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--25-25-50 .tg-footer-widget-area{width:calc(25% - 20px)}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--25-25-50 .tg-footer-widget-area:last-child{width:calc(50% - 20px)}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--40-20-20-20 .tg-footer-widget-area{width:calc(20% - 20px)}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--40-20-20-20 .tg-footer-widget-area:first-child{width:calc(40% - 20px)}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--20-20-20-40 .tg-footer-widget-area{width:calc(20% - 20px)}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--20-20-20-40 .tg-footer-widget-area:last-child{width:calc(40% - 20px)}.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--100-33-33-33 .tg-footer-widget-area{width:calc(33.33% - 20px)}.tg-read-more-wrapper.tg-read-more--button a{background-color:#269bd1;color:#fff;padding:.5rem 1rem;border:0 solid;text-decoration:none}.tg-read-more-wrapper.tg-read-more--button a:hover{background-color:#1e7ba6}.tg-blog-archive-style--grid:not(.woocommerce):not(.tg-blog-archive-grid-style--masonry) #primary{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-item-align:start;align-self:flex-start}.tg-blog-archive-style--grid:not(.woocommerce):not(.tg-blog-archive-grid-style--masonry) #primary .page-header{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.tg-blog-archive-style--grid:not(.woocommerce).tg-blog-archive-grid-style--masonry .posts-navigation,.tg-blog-archive-style--grid:not(.woocommerce).tg-blog-archive-grid-style--masonry .tg-numbered-pagination{margin-left:1em}.tg-blog-archive-style--grid:not(.woocommerce).tg-container--separate .hentry{padding:0;background-color:transparent}.tg-blog-archive-style--grid:not(.woocommerce).tg-container--separate .hentry .tg-article-container{background-color:#fff}.tg-blog-archive-style--grid:not(.woocommerce) #primary .infinite-wrap,.tg-blog-archive-style--grid:not(.woocommerce) #primary .tg-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-item-align:start;align-self:flex-start;margin-left:-1em;margin-right:-1em}.tg-blog-archive-style--grid:not(.woocommerce) .zakra-article{margin-bottom:1.875em}.tg-blog-archive-style--grid:not(.woocommerce) .zakra-article .entry-title{font-size:1.5rem}.tg-blog-archive-style--grid:not(.woocommerce) .zakra-article .entry-content{margin-bottom:0}.tg-blog-archive-style--grid:not(.woocommerce) .zakra-article .tg-article-container{margin:0 1em}.tg-blog-archive-style--grid:not(.woocommerce) .posts-navigation,.tg-blog-archive-style--grid:not(.woocommerce) .tg-numbered-pagination{width:100%}.tg-article-container{padding:1.25em;border:1px solid #e9ecef;border-bottom-width:3px;height:100%}.tg-article-container .post-thumbnail{margin-left:-1.25em;margin-right:-1.25em}.tg-article-container .post-thumbnail:first-child{margin-top:-1.25em}@media(min-width:600px){.tg-blog-archive-style--thumbnail .has-post-thumbnail .post-thumbnail{width:30%}.tg-blog-archive-style--thumbnail .has-post-thumbnail .post-content{width:70%}}.tg-blog-archive-style--thumbnail .zakra-article{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #e9ecef;margin:0 0 2.5em;padding-bottom:2.5em}.tg-blog-archive-style--thumbnail .zakra-article:not(.has-post-thumbnail) .post-content,.tg-blog-archive-style--thumbnail .zakra-article.tg-thumbnail-style--right:not(.has-post-thumbnail) .post-content,.tg-blog-archive-style--thumbnail .zakra-article.tg-thumbnail-style--alternative:nth-child(2n):not(.has-post-thumbnail) .post-content{width:100%;padding-right:0}.tg-blog-archive-style--thumbnail .zakra-article.has-post-thumbnail .post-content{padding-left:2em}.tg-blog-archive-style--thumbnail .zakra-article.tg-thumbnail--round .post-thumbnail img{border-radius:100%}.tg-blog-archive-style--thumbnail .zakra-article.tg-thumbnail-style--right .post-thumbnail{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0}.tg-blog-archive-style--thumbnail .zakra-article.tg-thumbnail-style--right .post-content{padding-left:0;padding-right:2em}.tg-blog-archive-style--thumbnail .zakra-article.tg-thumbnail-style--alternative:nth-child(2n).has-post-thumbnail{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.tg-blog-archive-style--thumbnail .zakra-article.tg-thumbnail-style--alternative:nth-child(2n) .post-content{padding-left:0;padding-right:2em}.entry-meta .tg-read-more-wrapper{display:inline-block}.entry-meta a:hover{color:#269bd1}.author-bio-box{display:-webkit-box;display:-ms-flexbox;display:flex;padding:2rem;margin:2rem 0;border:1px solid #e9ecef}.author-bio-box .author-bio-image{margin-right:2em}.author-bio-box .author-bio-image img.avatar{border:1px solid #e9ecef;border-radius:50%;padding:3px}.author-bio-box .author-bio-details{-webkit-box-flex:1;-ms-flex:1;flex:1}.author-bio-box .author-bio-details .author-name{font-size:1.5rem;margin-bottom:.5rem}.author-bio-box .author-bio-details .author-description{margin-bottom:0}.tg-related-posts{margin:2rem 0;padding:2rem 0}.tg-related-posts .tg-related-posts-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-0.5em;margin-right:-0.5em}.tg-related-posts .tg-related-post-single{padding:0 .5em}.tg-related-posts .tg-related-post-single .entry-title{font-size:1.25rem}.tg-related-posts .tg-related-posts-header{font-size:1.5rem;margin-bottom:1.5rem}.tg-related-posts .tg-article-container{border-bottom-width:1px}.tg-numbered-pagination{border-top:1px solid #e9ecef;padding:2rem 0}.tg-numbered-pagination .nav-links a,.tg-numbered-pagination .nav-links span{color:#269bd1;min-width:35px;height:35px;line-height:35px;text-align:center;padding:0;border:1px solid #269bd1;margin:.1em;display:inline-block}.tg-numbered-pagination .nav-links a:hover,.tg-numbered-pagination .nav-links a:focus{color:#fff;background-color:#269bd1}.tg-numbered-pagination .nav-links span.current{color:#fff;background-color:#269bd1}.posts-navigation,.post-navigation,.tg-numbered-pagination{border-width:1px 0 0;border-style:solid}@media screen and (max-width:600px){.tg-site-header-top.tg-show-all-devices{display:block}}@media screen and (max-width:767px) and (min-width:481px){.tg-site-header-top.tg-hide-tab{display:none}}@media screen and (max-width:600px){.tg-site-header-top.tg-hide-tab{display:block}}@media(max-width:768px){.tg-site-header-top.tg-hide-tab-mob{display:none}}@media(min-width:769px){.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--100-33-33-33 .tg-footer-widget-area:first-child{width:100%;text-align:center}.tg-site-header.tg-site-header--both-left .tg-block--one{width:100%}.tg-site-header.tg-site-header--left .tg-block--two{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (max-width:768px){.tg-site-header-top .tg-header-container .tg-header-top-left-content,.tg-site-header-top .tg-header-container .tg-header-top-right-content{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tg-site-header--both-left .site-branding,.tg-site-header--both-right .site-branding{margin-bottom:1em}.tg-site-header.tg-site-header-mob--left .tg-site-header-bottom .tg-container--flex{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tg-site-header.tg-site-header-mob--left .tg-site-header-bottom .tg-container--flex .site-branding{margin-bottom:0;margin-left:0;text-align:unset}.tg-site-header.tg-site-header-mob--left .tg-site-header-bottom .tg-container--flex .tg-block--two{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.tg-site-header.tg-site-header-mob--left .tg-header-action-list .tg-mobile-toggle{margin-left:0}.tg-site-header.tg-site-header-mob--center .tg-site-header-bottom .tg-container--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.tg-site-header.tg-site-header-mob--center .tg-site-header-bottom .tg-container--flex .site-branding{text-align:center;margin-bottom:1em}.tg-site-header.tg-site-header-mob--center .tg-site-header-bottom .tg-container--flex .tg-block--two{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tg-site-header.tg-site-header-mob--center .tg-header-action-list .tg-mobile-toggle{margin-left:0}.tg-site-header.tg-site-header-mob--right .tg-site-header-bottom .tg-container--flex{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tg-site-header.tg-site-header-mob--right .tg-site-header-bottom .tg-container--flex .site-branding{margin-bottom:0;margin-left:0;text-align:unset}.tg-site-header.tg-site-header-mob--right .tg-site-header-bottom .tg-container--flex .tg-block--two{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tg-site-header.tg-site-header-mob--right .tg-header-action-list .tg-mobile-toggle{margin-left:0}.tg-site-header.tg-site-header-mob--both-left .tg-site-header-bottom .tg-container--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.tg-site-header.tg-site-header-mob--both-left .tg-site-header-bottom .tg-container--flex .site-branding{margin-bottom:1em;margin-left:0;text-align:unset}.tg-site-header.tg-site-header-mob--both-left .tg-site-header-bottom .tg-container--flex .tg-block--two{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tg-site-header.tg-site-header-mob--both-left .tg-mobile-toggle{margin-left:0}.tg-site-header.tg-site-header-mob--both-left .site-branding+.header-action,.tg-site-header.tg-site-header--both-left .site-branding+.header-action{margin-left:2em}.tg-site-header.tg-site-header-mob--both-left .tg-search-full,.tg-site-header.tg-site-header--both-left .tg-search-full{width:100%}.tg-site-header.tg-site-header-mob--both-right .tg-site-header-bottom .tg-container--flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.tg-site-header.tg-site-header-mob--both-right .tg-site-header-bottom .tg-container--flex .site-branding{margin-bottom:1em;margin-left:0;text-align:unset}.tg-site-header.tg-site-header-mob--both-right .tg-site-header-bottom .tg-container--flex .tg-block--two{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.tg-site-header[class*="tg-site-header-mob--"] .tg-block--one{width:auto}.tg-header-action-list .tg-header-action__item.tg-mobile-toggle span{margin-right:7px}.tg-menu-toggle-text-position--right .tg-header-action-list .tg-header-action__item.tg-mobile-toggle span{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-right:0;margin-left:7px}.tg-menu-toggle--fill .tg-mobile-toggle{background-color:#269bd1;color:#fff}.tg-menu-toggle--outline .tg-mobile-toggle{color:#269bd1;border:1px solid #269bd1}.tg-site-footer .tg-site-footer-widgets .tg-footer-widget-container.tg-footer-widget-col--75-25 .tg-footer-widget-area,.tg-site-footer .tg-site-footer-widgets .tg-footer-widget-container.tg-footer-widget-col--25-75 .tg-footer-widget-area,.tg-site-footer .tg-site-footer-widgets .tg-footer-widget-container.tg-footer-widget-col--50-25-25 .tg-footer-widget-area,.tg-site-footer .tg-site-footer-widgets .tg-footer-widget-container.tg-footer-widget-col--25-50-25 .tg-footer-widget-area,.tg-site-footer .tg-site-footer-widgets .tg-footer-widget-container.tg-footer-widget-col--25-25-50 .tg-footer-widget-area,.tg-site-footer .tg-site-footer-widgets .tg-footer-widget-container.tg-footer-widget-col--40-20-20-20 .tg-footer-widget-area,.tg-site-footer .tg-site-footer-widgets .tg-footer-widget-container.tg-footer-widget-col--20-20-20-40 .tg-footer-widget-area,.tg-site-footer .tg-site-footer-widgets .tg-footer-widget-container.tg-footer-widget-col--100-33-33-33 .tg-footer-widget-area{width:100%}.tg-site-layout--2-sidebars #primary,.tg-site-layout--2-sidebars .tg-site-sidebar{width:100% !important;padding:0;border:0}.wp-custom-header .tg-header-image-cta__title{font-size:1.5em}.wp-custom-header .tg-header-image-cta__text{line-height:unset}.wp-custom-header .tg-header-image-cta-wrapper{width:75%}.wp-custom-header .tg-header-image-cta__button{font-size:.85em}}@media screen and (max-width:600px){.wp-custom-header .tg-header-image-cta__text{display:none}}@media screen and (max-width:479px){.author-bio-box{display:block}.author-bio-box .author-bio-image{margin-bottom:1em}.tg-related-posts .tg-related-posts-wrapper{display:block}.tg-related-posts .tg-related-post-single{margin-bottom:1.875em}.wp-custom-header .tg-header-image-cta__title{font-size:1.25em}.wp-custom-header .tg-header-image-cta__button{font-size:.7em}}.tg-sticky-panel{position:fixed;bottom:0;left:0;right:0;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;background-color:#fff;border-top:2px solid #269bd1;z-index:99;padding:1em 0;-webkit-box-shadow:3px 0 20px rgba(0,0,0,0.05);box-shadow:3px 0 20px rgba(0,0,0,0.05)}.tg-sticky-panel.show{-webkit-transform:translateY(0);transform:translateY(0)}.tg-sticky-panel .tg-container{display:-webkit-box;display:-ms-flexbox;display:flex;place-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:auto;margin-left:auto}.tg-sticky-panel .tg-continue-shopping{margin-right:auto;display:none}.tg-sticky-panel .tg-item-added{font-size:1rem;margin-bottom:.25em}.tg-sticky-panel .tg-cart-data{font-size:1rem;font-weight:600}.tg-sticky-panel .tg-cart-data .amount{color:#269bd1}.tg-sticky-panel .tg-checkout-btn a{color:#fff}@media screen and (min-width:37.5em){.tg-sticky-panel{top:var(--admin-bar,0);bottom:unset;-webkit-transform:translateY(-100%);transform:translateY(-100%);border-bottom:2px solid #269bd1;border-top:0}.tg-sticky-panel .tg-container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.tg-sticky-panel .tg-continue-shopping{display:block}.tg-sticky-panel .tg-checkout-btn{margin-left:1em}}.tg-infinite-pagination{margin:40px auto;text-align:center}.tg-infinite-pagination .tg-load-more-btn{background-color:#e9ecef;padding:8px 16px}.tg-infinite-pagination .tg-load-more{text-align:center;display:inline-block;color:#51585f;font-size:1.111rem;border-radius:2px}.tg-infinite-pagination .tg-load-more.loading{cursor:default;background-color:unset}.tg-infinite-pagination .tg-load-more.loading .tg-load-more-icon{display:inline-block}.tg-infinite-pagination .tg-load-more .tg-load-more-icon{margin-right:4px;vertical-align:middle;display:none}.tg-infinite-pagination .tg-load-more .tg-load-more-text{display:inline-block}.tg-infinite-pagination a{color:#51585f}.tg-infinite-pagination .spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(81,88,95,0.3);border-top-color:#51585f;-webkit-animation:spinner 2s linear infinite;animation:spinner 2s linear infinite}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.tg-infinite-pagination .tg-no-more-post{background-color:unset}.tg-infinite-pagination .tg-no-more-post-text{color:rgba(81,88,95,0.8)}.tg-infinite-pagination--scroll .spinner{width:24px;height:24px}