@charset "UTF-8";
@charset "UTF-8";

   :root {
--g5-font-body: "SofiaPro";
--g5-font-primary: "SofiaPro";
--g5-font-blockquote: "SofiaPro";
--g5-font-icon: "Font Awesome 5 Pro";
--g5-color-accent: #000;
--g5-color-accent-foreground: #fff;
--g5-color-accent-brightness: #131313;
--g5-color-primary: #000;
--g5-color-primary-foreground: #fff;
--g5-color-primary-brightness: #131313;
--g5-color-secondary: #357284;
--g5-color-secondary-foreground: #fff;
--g5-color-secondary-brightness: #408a9f;
--g5-color-light: #fff;
--g5-color-light-foreground: #222;
--g5-color-light-brightness: #ececec;
--g5-color-dark: #000;
--g5-color-dark-foreground: #fff;
--g5-color-dark-brightness: #131313;
--g5-color-gray: #8f8f8f;
--g5-color-gray-foreground: #fff;
--g5-color-gray-brightness: #a2a2a2;
--g5-color-text-main: #777;
--g5-color-heading: #000;
--g5-color-caption: #ababab;
--g5-color-border: #e4e4e4;
--g5-color-muted: #999;
--g5-color-background-body: #fff;
--g5-color-background-page-title: #fff;
--g5-color-background-post-sticky: #f7f7f7;
--g5-color-background-footer: #f7f7f7;
--g5-color-text-input: #000;
--g5-color-background-input: #fff;
--g5-color-border-input: #d2d2d2;
--g5-color-border-input-forcus: #000;
--g5-color-placeholder: #777;
--g5-color-link: #000;
--g5-color-link-hover: #1a1a1a;
--g5-font-menu: "SofiaPro";
--g5-font-sub-menu: "SofiaPro";
--g5-font-size-menu: 16px;
--g5-font-size-sub-menu: 16px;
--g5-font-size-menu-mobile: 16px;
--g5-font-weight-sub-menu: 400;
--g5-color-menu: #000000;
--g5-color-menu-hover: #000;
--g5-color-border-menu: #ebebeb;
--g5-color-sub-menu: #777;
--g5-color-sub-menu-hover: #000;
--g5-color-background-sub-menu: #fff;
--g5-color-background-sub-menu-hover: #fff;
--g5-color-border-sub-menu: #ebebeb;
--g5-color-success: #28a745;
--g5-color-success-foreground: #fff;
--g5-color-success-brightness: #2fc652;
--g5-color-danger: #dc3545;
--g5-color-danger-foreground: #fff;
--g5-color-danger-brightness: #e25663;
--g5-color-warning: #ffc107;
--g5-color-warning-foreground: #fff;
--g5-color-warning-brightness: #ffcb2d;
--g5-color-info: #17a2b8;
--g5-color-info-foreground: #fff;
--g5-color-info-brightness: #1bc0da;
} *,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-size: 16px;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
overflow-x: hidden;
}
@-ms-viewport {
width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: var(--g5-font-body);
font-weight: 400;
font-size: 16px;
line-height: 1.625;
color: var(--g5-color-text-main);
background-color: #fff;
text-rendering: optimizeLegibility;
text-align: left;
overflow-x: hidden;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
border: 0;
border-top: solid 1px;
border-color: var(--g5-color-border);
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
color: var(--g5-color-heading);
margin-top: 0;
margin-bottom: 0.75rem;
font-weight: 700;
line-height: 1.2;
font-family: var(--g5-font-primary);
clear: both;
}
h1, .h1 {
font-size: 48px;
}
h2, .h2 {
font-size: 44px;
}
h3, .h3 {
font-size: 36px;
}
h4, .h4 {
font-size: 24px;
}
h5, .h5 {
font-size: 20px;
}
h6, .h6 {
font-size: 16px;
}
p {
margin-top: 0;
margin-bottom: 1.5rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
address {
margin-bottom: 1.5rem;
font-style: normal;
line-height: inherit;
}
dl,
ol,
ul {
padding: 0;
margin-bottom: 1.5rem;
}
ul {
list-style: disc;
}
ul ul {
list-style: circle;
}
ul ul ul {
list-style: square;
}
ol {
list-style: decimal;
}
ol ol {
list-style: lower-alpha;
}
ol ol ol {
list-style: lower-roman;
}
li {
line-height: 1.5;
}
li > ul,
li > ol {
margin: 1rem 0 0 1rem;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-bottom: 1rem;
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
list-style: none;
margin: 0;
}
.reset-list-style li {
margin: 0;
}
dt,
dd {
line-height: 1.5;
}
dt {
font-weight: 700;
}
dt + dd {
margin-top: 0.5rem;
}
dd + dt {
margin-top: 1.5rem;
}
blockquote {
border-left: none;
margin-bottom: 1.5rem;
text-align: center;
max-width: 670px;
margin-left: auto;
margin-right: auto;
padding-left: 0;
}
blockquote p {
font-size: 24px;
font-weight: 700;
color: var(--g5-color-heading);
line-height: 1.58;
margin-bottom: 10px;
}
blockquote p:before {
content: "“ ";
}
blockquote p:after {
content: " ”";
}
blockquote a {
color: inherit;
}
blockquote cite {
font-size: 12px;
font-style: normal;
font-weight: 600;
text-transform: uppercase;
display: block;
color: inherit;
}
dfn {
font-style: italic;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: var(--g5-color-link);
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
color: var(--g5-color-link-hover);
text-decoration: none;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
a > code {
color: inherit;
}
pre {
font-size: 100%;
margin-bottom: 1.5rem;
color: var(--g5-color-text-main);
padding: 1.5rem;
overflow: auto;
-ms-overflow-style: scrollbar;
border: 1px solid;
border-color: var(--g5-color-border);
}
code,
kbd,
pre,
samp {
font-family: var(--g5-font-body);
}
figure {
margin: 0 0 1.5rem;
}
img {
vertical-align: middle;
border-style: none;
max-width: 100%;
height: auto;
}
svg:not(:root) {
overflow: hidden;
}
table {
border-collapse: collapse;
margin-bottom: 1.5rem;
width: 100%;
max-width: 100%;
background-color: transparent;
}
table th,
table td {
padding: 0.4rem;
vertical-align: top;
border: solid 1px;
border-color: var(--g5-color-border);
}
table thead th {
vertical-align: bottom;
border: solid 2px;
border-color: var(--g5-color-border);
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: var(--g5-color-gray);
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
::-moz-selection {
background-color: var(--g5-color-accent);
color: var(--g5-color-accent-foreground);
}
::selection {
background-color: var(--g5-color-accent);
color: var(--g5-color-accent-foreground);
}
big {
font-size: 125%;
} 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],
textarea,
select {
height: 45px;
line-height: 43px;
border: 1px solid var(--g5-color-border-input);
padding: 0 20px;
color: var(--g5-color-text-input);
max-width: 100%;
background-color: var(--g5-color-background-input);
}
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,
textarea:focus,
select:focus {
outline: none;
border-color: var(--g5-color-accent);
}
textarea:-moz-placeholder,
select:-moz-placeholder,
input[type]:-moz-placeholder {
color: var(--g5-color-placeholder);
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type]::-moz-placeholder {
color: var(--g5-color-placeholder);
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type]:-ms-input-placeholder {
color: var(--g5-color-placeholder);
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type]::-webkit-input-placeholder {
color: var(--g5-color-placeholder);
}
textarea {
height: auto;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
background-repeat: no-repeat;
background-position: right 20px top 60%;
}
.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
position: relative;
display: inline-block;
font-size: 0.875rem;
line-height: 2.6875rem;
padding: 0 1.875rem;
font-weight: 700;
border: solid 1px transparent;
white-space: nowrap;
text-transform: uppercase;
letter-spacing: 0.5px;
color: var(--g5-color-accent-foreground);
background-color: var(--g5-color-accent);
border-color: var(--g5-color-accent);
border-radius: 0;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus, .btn:hover, .btn:active,
button:focus,
button:hover,
button:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=submit]:active {
color: var(--g5-color-accent-foreground);
background-color: var(--g5-color-accent-brightness);
border-color: var(--g5-color-accent-brightness);
}
.btn.btn-outline,
button.btn-outline,
input[type=button].btn-outline,
input[type=reset].btn-outline,
input[type=submit].btn-outline {
color: var(--g5-color-accent);
}
.btn.btn-outline:focus, .btn.btn-outline:hover, .btn.btn-outline:active,
button.btn-outline:focus,
button.btn-outline:hover,
button.btn-outline:active,
input[type=button].btn-outline:focus,
input[type=button].btn-outline:hover,
input[type=button].btn-outline:active,
input[type=reset].btn-outline:focus,
input[type=reset].btn-outline:hover,
input[type=reset].btn-outline:active,
input[type=submit].btn-outline:focus,
input[type=submit].btn-outline:hover,
input[type=submit].btn-outline:active {
background-color: var(--g5-color-accent);
color: var(--g5-color-accent-foreground);
border-color: var(--g5-color-accent);
}
.btn.btn-link,
button.btn-link,
input[type=button].btn-link,
input[type=reset].btn-link,
input[type=submit].btn-link {
color: var(--g5-color-accent);
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
cursor: pointer;
}
.btn:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn:disabled,
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
opacity: 0.65;
cursor: default;
}
.btn.btn-block, .btn.btn-full {
display: block;
width: 100%;
}
.btn.btn-inline {
display: inline-block;
vertical-align: top;
}
.btn.btn-xs {
font-size: 0.6875rem;
line-height: 1.75rem;
padding: 0 1.25rem;
}
.btn.btn-sm {
font-size: 0.75rem;
line-height: 1.875rem;
padding: 0 1.5625rem;
}
.btn.btn-md {
font-size: 0.875rem;
line-height: 2.6875rem;
padding: 0 1.875rem;
}
.btn.btn-lg {
font-size: 1.25rem;
line-height: 3.125rem;
padding: 0 1.875rem;
}
.btn.btn-xl {
font-size: 1.5rem;
line-height: 3.75rem;
padding: 0 2.1875rem;
}
.btn.btn-round {
border-radius: 5em;
}
.btn.btn-rounded {
border-radius: 0.25rem;
}
.btn.btn-square {
border-radius: 0;
}
.btn.btn-primary {
color: var(--g5-color-primary-foreground);
background-color: var(--g5-color-primary);
border-color: var(--g5-color-primary);
}
.btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active {
color: var(--g5-color-primary-foreground);
background-color: var(--g5-color-primary-brightness);
border-color: var(--g5-color-primary-brightness);
}
.btn.btn-primary.btn-outline {
color: var(--g5-color-primary);
}
.btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:active {
background-color: var(--g5-color-primary);
color: var(--g5-color-primary-foreground);
border-color: var(--g5-color-primary);
}
.btn.btn-primary.btn-link {
color: var(--g5-color-primary);
}
.btn.btn-secondary {
color: var(--g5-color-secondary-foreground);
background-color: var(--g5-color-secondary);
border-color: var(--g5-color-secondary);
}
.btn.btn-secondary:focus, .btn.btn-secondary:hover, .btn.btn-secondary:active {
color: var(--g5-color-secondary-foreground);
background-color: var(--g5-color-secondary-brightness);
border-color: var(--g5-color-secondary-brightness);
}
.btn.btn-secondary.btn-outline {
color: var(--g5-color-secondary);
}
.btn.btn-secondary.btn-outline:focus, .btn.btn-secondary.btn-outline:hover, .btn.btn-secondary.btn-outline:active {
background-color: var(--g5-color-secondary);
color: var(--g5-color-secondary-foreground);
border-color: var(--g5-color-secondary);
}
.btn.btn-secondary.btn-link {
color: var(--g5-color-secondary);
}
.btn.btn-light {
color: var(--g5-color-light-foreground);
background-color: var(--g5-color-light);
border-color: var(--g5-color-light);
}
.btn.btn-light:focus, .btn.btn-light:hover, .btn.btn-light:active {
color: var(--g5-color-light-foreground);
background-color: var(--g5-color-light-brightness);
border-color: var(--g5-color-light-brightness);
}
.btn.btn-light.btn-outline {
color: var(--g5-color-light);
}
.btn.btn-light.btn-outline:focus, .btn.btn-light.btn-outline:hover, .btn.btn-light.btn-outline:active {
background-color: var(--g5-color-light);
color: var(--g5-color-light-foreground);
border-color: var(--g5-color-light);
}
.btn.btn-light.btn-link {
color: var(--g5-color-light);
}
.btn.btn-dark {
color: var(--g5-color-dark-foreground);
background-color: var(--g5-color-dark);
border-color: var(--g5-color-dark);
}
.btn.btn-dark:focus, .btn.btn-dark:hover, .btn.btn-dark:active {
color: var(--g5-color-dark-foreground);
background-color: var(--g5-color-dark-brightness);
border-color: var(--g5-color-dark-brightness);
}
.btn.btn-dark.btn-outline {
color: var(--g5-color-dark);
}
.btn.btn-dark.btn-outline:focus, .btn.btn-dark.btn-outline:hover, .btn.btn-dark.btn-outline:active {
background-color: var(--g5-color-dark);
color: var(--g5-color-dark-foreground);
border-color: var(--g5-color-dark);
}
.btn.btn-dark.btn-link {
color: var(--g5-color-dark);
}
.btn.btn-gray {
color: var(--g5-color-gray-foreground);
background-color: var(--g5-color-gray);
border-color: var(--g5-color-gray);
}
.btn.btn-gray:focus, .btn.btn-gray:hover, .btn.btn-gray:active {
color: var(--g5-color-gray-foreground);
background-color: var(--g5-color-gray-brightness);
border-color: var(--g5-color-gray-brightness);
}
.btn.btn-gray.btn-outline {
color: var(--g5-color-gray);
}
.btn.btn-gray.btn-outline:focus, .btn.btn-gray.btn-outline:hover, .btn.btn-gray.btn-outline:active {
background-color: var(--g5-color-gray);
color: var(--g5-color-gray-foreground);
border-color: var(--g5-color-gray);
}
.btn.btn-gray.btn-link {
color: var(--g5-color-gray);
}
.btn.btn-success {
color: var(--g5-color-success-foreground);
background-color: var(--g5-color-success);
border-color: var(--g5-color-success);
}
.btn.btn-success:focus, .btn.btn-success:hover, .btn.btn-success:active {
color: var(--g5-color-success-foreground);
background-color: var(--g5-color-success-brightness);
border-color: var(--g5-color-success-brightness);
}
.btn.btn-success.btn-outline {
color: var(--g5-color-success);
}
.btn.btn-success.btn-outline:focus, .btn.btn-success.btn-outline:hover, .btn.btn-success.btn-outline:active {
background-color: var(--g5-color-success);
color: var(--g5-color-success-foreground);
border-color: var(--g5-color-success);
}
.btn.btn-success.btn-link {
color: var(--g5-color-success);
}
.btn.btn-danger {
color: var(--g5-color-danger-foreground);
background-color: var(--g5-color-danger);
border-color: var(--g5-color-danger);
}
.btn.btn-danger:focus, .btn.btn-danger:hover, .btn.btn-danger:active {
color: var(--g5-color-danger-foreground);
background-color: var(--g5-color-danger-brightness);
border-color: var(--g5-color-danger-brightness);
}
.btn.btn-danger.btn-outline {
color: var(--g5-color-danger);
}
.btn.btn-danger.btn-outline:focus, .btn.btn-danger.btn-outline:hover, .btn.btn-danger.btn-outline:active {
background-color: var(--g5-color-danger);
color: var(--g5-color-danger-foreground);
border-color: var(--g5-color-danger);
}
.btn.btn-danger.btn-link {
color: var(--g5-color-danger);
}
.btn.btn-warning {
color: var(--g5-color-warning-foreground);
background-color: var(--g5-color-warning);
border-color: var(--g5-color-warning);
}
.btn.btn-warning:focus, .btn.btn-warning:hover, .btn.btn-warning:active {
color: var(--g5-color-warning-foreground);
background-color: var(--g5-color-warning-brightness);
border-color: var(--g5-color-warning-brightness);
}
.btn.btn-warning.btn-outline {
color: var(--g5-color-warning);
}
.btn.btn-warning.btn-outline:focus, .btn.btn-warning.btn-outline:hover, .btn.btn-warning.btn-outline:active {
background-color: var(--g5-color-warning);
color: var(--g5-color-warning-foreground);
border-color: var(--g5-color-warning);
}
.btn.btn-warning.btn-link {
color: var(--g5-color-warning);
}
.btn.btn-info {
color: var(--g5-color-info-foreground);
background-color: var(--g5-color-info);
border-color: var(--g5-color-info);
}
.btn.btn-info:focus, .btn.btn-info:hover, .btn.btn-info:active {
color: var(--g5-color-info-foreground);
background-color: var(--g5-color-info-brightness);
border-color: var(--g5-color-info-brightness);
}
.btn.btn-info.btn-outline {
color: var(--g5-color-info);
}
.btn.btn-info.btn-outline:focus, .btn.btn-info.btn-outline:hover, .btn.btn-info.btn-outline:active {
background-color: var(--g5-color-info);
color: var(--g5-color-info-foreground);
border-color: var(--g5-color-info);
}
.btn.btn-info.btn-link {
color: var(--g5-color-info);
}
.btn.btn-icon-left i {
margin-right: 10px;
}
.btn.btn-icon-right i {
margin-left: 10px;
}
.btn.btn-outline {
background-color: transparent;
}
.btn.btn-link {
background-color: transparent !important;
border-width: 0 !important;
text-decoration: none;
padding-left: 0;
padding-right: 0;
line-height: 2;
}
.btn.btn-link:after {
display: block;
content: "";
position: absolute;
width: 100%;
-webkit-transition: all 0.5s;
transition: all 0.5s;
height: 1px;
bottom: 0;
background-color: currentColor;
opacity: 0.15;
}
.btn.btn-link:hover:after {
opacity: 1;
}
.btn.btn-link:not(:disabled):not(.disabled):active {
color: initial;
}
.btn.btn-link:not(:disabled):not(.disabled):active:focus {
-webkit-box-shadow: none;
box-shadow: none;
} .g5core__gutter-0 {
margin-left: 0;
margin-right: 0;
}
.g5core__gutter-0 > .g5core__gutter-item {
padding-left: 0;
padding-right: 0;
padding-bottom: 0 !important;
}
.g5core__gutter-0 .g5core__modern-grid-col {
padding-left: 0;
padding-right: 0;
}
.g5core__gutter-0 .g5core__modern-grid-col > .g5core__gutter-item {
padding-bottom: 0;
}
.g5core__gutter-0 .slick-slide > div {
padding: 0;
}
.g5core__gutter-10 {
margin-left: -5px;
margin-right: -5px;
}
.g5core__gutter-10 > .g5core__gutter-item {
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}
.g5core__gutter-10 .g5core__modern-grid-col {
padding-left: 5px;
padding-right: 5px;
}
.g5core__gutter-10 .g5core__modern-grid-col > .g5core__gutter-item {
padding-bottom: 10px;
}
.g5core__gutter-10 .slick-slide > div {
padding: 0 5px;
}
.g5core__gutter-20 {
margin-left: -10px;
margin-right: -10px;
}
.g5core__gutter-20 > .g5core__gutter-item {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 20px;
}
.g5core__gutter-20 .g5core__modern-grid-col {
padding-left: 10px;
padding-right: 10px;
}
.g5core__gutter-20 .g5core__modern-grid-col > .g5core__gutter-item {
padding-bottom: 20px;
}
.g5core__gutter-20 .slick-slide > div {
padding: 0 10px;
}
.g5core__gutter-30 {
margin-left: -15px;
margin-right: -15px;
}
.g5core__gutter-30 > .g5core__gutter-item {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 30px;
}
.g5core__gutter-30 .g5core__modern-grid-col {
padding-left: 15px;
padding-right: 15px;
}
.g5core__gutter-30 .g5core__modern-grid-col > .g5core__gutter-item {
padding-bottom: 30px;
}
.g5core__gutter-30 .slick-slide > div {
padding: 0 15px;
}
.g5core__gutter-40 {
margin-left: -20px;
margin-right: -20px;
}
.g5core__gutter-40 > .g5core__gutter-item {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 40px;
}
.g5core__gutter-40 .g5core__modern-grid-col {
padding-left: 20px;
padding-right: 20px;
}
.g5core__gutter-40 .g5core__modern-grid-col > .g5core__gutter-item {
padding-bottom: 40px;
}
.g5core__gutter-40 .slick-slide > div {
padding: 0 20px;
}
.slick-slider-rows {
margin: 0;
}
.slick-slider-rows .slick-slide > div {
padding: 0;
}
.slick-slider-rows .g5core__listing-blocks {
margin-left: 0;
margin-right: 0;
}
.slick-slider-rows .g5core__modern-grid-col > .g5core__gutter-item {
padding-left: 0;
padding-right: 0;
}
.g5core__gutter-slider-rows-10 {
margin-left: -5px;
margin-right: -5px;
}
.g5core__gutter-slider-rows-10 .g5core__gutter-item {
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}
.g5core__gutter-slider-rows-20 {
margin-left: -10px;
margin-right: -10px;
}
.g5core__gutter-slider-rows-20 .g5core__gutter-item {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 20px;
}
.g5core__gutter-slider-rows-30 {
margin-left: -15px;
margin-right: -15px;
}
.g5core__gutter-slider-rows-30 .g5core__gutter-item {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 30px;
}
.g5core__gutter-slider-rows-40 {
margin-left: -20px;
margin-right: -20px;
}
.g5core__gutter-slider-rows-40 .g5core__gutter-item {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 40px;
} .furnitor-contact-form input:not(input[type=checkbox]):not(input[type=submit]), .furnitor-contact-form textarea {
width: 100%;
}
.furnitor-contact-form textarea {
height: 150px;
}
.furnitor-contact-form .item-contact:not(:last-child) {
margin-bottom: 30px;
}
.furnitor-contact-form .wpcf7-not-valid-tip {
display: none;
}
.furnitor-contact-form .wpcf7-not-valid {
border-color: #dc3545 !important;
}
.furnitor-contact-form + div.wpcf7-response-output {
text-align: center;
color: #fff;
background: #dc3545;
border: none;
border-radius: 4px;
padding: 10px;
margin-left: 0;
margin-right: 0;
}
.furnitor-mailchimp {
position: relative;
}
.furnitor-mailchimp input[type=email] {
width: 100%;
border-width: 0 0 2px 0;
padding-right: 0;
padding-left: 0;
background-color: transparent;
margin-top: 0;
}
.furnitor-mailchimp button {
background: none;
color: #000;
border: none;
position: absolute;
right: 0;
padding-right: 0;
padding-left: 0;
}
.furnitor-mailchimp-mw-570 {
max-width: 570px;
margin: 0 auto;
}
.gel-testimonial .gel-testimonial-name {
font-size: 16px;
font-weight: 600;
margin-top: 0;
}
.gel-testimonial .gel-testimonial-job {
color: var(--g5-color-muted);
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.gel-testimonial .testimonial-rating {
font-size: 12px;
}
.gel-testimonial .testimonial-rating .fa-star {
color: var(--g5-color-heading);
}
.testimonial-style-08 .author-avatar {
margin-bottom: 24px;
}
.testimonial-style-08 .testimonial-rating {
margin-bottom: 13px;
}
.testimonial-style-08 .testimonial-content {
margin-bottom: 28px;
}
.testimonial-style-08 .gel-testimonial-name {
margin-bottom: 6px;
}
.testimonial-style-09 {
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
}
.testimonial-style-09 .author-avatar {
margin-right: 20px;
}
.testimonial-style-09 .testi-quote {
text-align: left;
-ms-flex: 1;
flex: 1;
}
.testimonial-style-09 .testimonial-rating {
margin-bottom: 13px;
}
.testimonial-style-09 .testimonial-content {
margin-bottom: 15px;
}
.testimonial-style-09 .gel-testimonial-name {
margin-bottom: 7px;
}
.gel-social-icons .si-classic.list-si li + li {
margin-left: 28px;
}
.gel-social-icons .si-large {
font-size: 30px;
}
.gel-social-icons .si-normal {
font-size: 20px;
}
.gel-social-icons .si-small {
font-size: 16px;
}
.custom-social-icon-01 .si-classic.list-si li + li {
margin-left: 20px;
}
@media (max-width: 991px) {
.social-icons-md-left .list-si {
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (max-width: 767px) {
.social-icons-sm-left .list-si {
-ms-flex-pack: start;
justify-content: flex-start;
}
.social-icons-sm-center .list-si {
-ms-flex-pack: center;
justify-content: center;
}
}
.gel-heading-title {
font-size: 60px;
line-height: 1.3;
margin-bottom: 0;
}
.gel-heading-title mark {
font-size: 38px;
font-weight: 500;
padding: 0;
color: var(--g5-color-heading);
}
.gel-heading-description {
margin-bottom: 0;
margin-top: 18px;
}
.gel-heading-subtitle {
text-transform: uppercase;
letter-spacing: 0.5px;
color: var(--g5-color-heading);
font-weight: bold;
}
.gel-heading-separate {
margin-top: 1em;
color: var(--g5-color-heading);
}
@media (max-width: 991px) {
.custom-md-heading-mw-100.gel-heading {
max-width: 100%;
}
}
.custom-heading-01 .gel-heading-description {
margin-top: 11px;
}
.custom-heading-02 mark {
font-weight: bold;
font-size: 48px;
}
.custom-heading-03 .gel-heading-description {
margin-top: 25px;
}
.zoom-instagram-widget__follow-me {
text-align: left;
margin-top: 5px;
}
.zoom-instagram-widget__follow-me a {
border: none;
padding: 0;
color: var(--g5-color-heading) !important;
font-weight: 400 !important;
font-family: inherit;
}
.zoom-instagram-widget__follow-me a:hover {
border: none;
background-color: transparent;
color: var(--g5-color-heading) !important;
}
.zoom-instagram-icon-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
}
.zoom-instagram-icon-wrap a {
-webkit-transform: scale(1.3);
transform: scale(1.3);
-webkit-transition: transform 0.45s linear;
transition: transform 0.45s linear;
}
.zoom-instagram-widget__item {
overflow: hidden;
}
.zoom-instagram-widget__item .zoom-instagram-link {
-webkit-transition: transform 0.45s linear;
transition: transform 0.45s linear;
}
.zoom-instagram-widget__item:hover .zoom-instagram-icon-wrap a {
-webkit-transform: scale(1);
transform: scale(1);
}
.zoom-instagram-widget__item:hover .zoom-instagram-link {
transform: scale(1.2);
}
@media (min-width: 768px) {
.custom-instagram-space-md-30 .zoom-instagram-widget__items {
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
}
.custom-instagram-space-md-30 .zoom-instagram-widget__item {
margin-bottom: 30px !important;
}
.custom-instagram-space-md-30 .zoom-instagram-widget__item:not(:last-child) {
margin-right: 30px !important;
}
}
.gel-our-team-name {
font-size: 18px;
margin-top: 19px !important;
}
.gel-our-team-job {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: var(--g5-color-muted);
}
.gel-our-team-description {
margin-top: 10px;
margin-bottom: 10px;
}
.gel-our-team-avatar-circle {
max-width: 130px;
margin: 0 auto;
}
.gel-counter {
font-size: 60px;
color: var(--g5-color-heading);
}
.gel-countdown-value {
font-size: 60px;
margin-bottom: 2px;
font-weight: 300;
color: var(--g5-color-heading);
}
.gel-countdown-text {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.5px;
text-transform: uppercase;
color: var(--g5-color-heading);
}
.gel-banner-title {
font-size: 40px;
color: var(--g5-color-heading);
line-height: 1.3;
}
.gel-banner-description {
color: var(--g5-color-text-main);
}
.gel-banner-content {
top: calc(100% - 110px);
}
.gel-banner-style-01 .gel-banner-content,
.gel-banner-style-04 .gel-banner-content {
left: 63px;
}
.gel-banner-style-03 .gel-banner-content,
.gel-banner-style-06 .gel-banner-content {
right: 63px;
}
.custom-banner-01 .gel-banner-title {
font-size: 60px;
}
.custom-banner-01 .gel-banner-title + .gel-banner-description {
margin-top: 11px;
}
.custom-banner-01.gel-banner-style-01 .gel-banner-content, .custom-banner-01.gel-banner-style-04 .gel-banner-content {
left: 50px;
}
.custom-banner-01.gel-banner-style-03 .gel-banner-content, .custom-banner-01.gel-banner-style-06 .gel-banner-content {
right: 50px;
}
.custom-banner-01 .gel-banner-description {
color: var(--g5-color-heading);
}
.custom-banner-02.gel-banner-style-01 .gel-banner-content, .custom-banner-02.gel-banner-style-04 .gel-banner-content {
left: 45px;
}
.custom-banner-02.gel-banner-style-03 .gel-banner-content, .custom-banner-02.gel-banner-style-06 .gel-banner-content {
right: 45px;
}
.custom-banner-02 .gel-banner-title {
margin-top: 32px !important;
}
.custom-banner-02 .gel-banner-action {
margin-bottom: 44px;
}
.custom-banner-03.gel-banner-style-01 .gel-banner-content, .custom-banner-03.gel-banner-style-04 .gel-banner-content {
left: 30px;
}
.custom-banner-03.gel-banner-style-03 .gel-banner-content, .custom-banner-03.gel-banner-style-06 .gel-banner-content {
right: 30px;
}
.custom-banner-03 .gel-banner-title {
font-size: 30px;
margin-top: 20px !important;
}
.custom-banner-03 .gel-banner-action {
margin-bottom: 30px;
}
.custom-banner-04.gel-banner-style-01 .gel-banner-content, .custom-banner-04.gel-banner-style-04 .gel-banner-content {
left: 50px;
}
.custom-banner-04.gel-banner-style-03 .gel-banner-content, .custom-banner-04.gel-banner-style-06 .gel-banner-content {
right: 50px;
}
.custom-banner-04 .gel-banner-title {
font-size: 60px;
margin-top: 50px !important;
}
.custom-banner-04 .gel-banner-action {
margin-bottom: 50px;
}
.custom-banner-05 .gel-banner-title {
font-size: 20px;
color: #fff;
}
.custom-banner-05 .gel-banner-title + .gel-banner-description {
margin-top: 0;
}
.custom-banner-05 .gel-banner-description {
font-size: 60px;
font-weight: bold;
color: #fff;
}
.custom-banner-05 .gel-banner-description + .gel-banner-action,
.custom-banner-05 .gel-banner-title + .gel-banner-action {
margin-top: 1.1rem;
}
.custom-banner-06.gel-banner-style-01 .gel-banner-content, .custom-banner-06.gel-banner-style-04 .gel-banner-content {
left: 30px;
}
.custom-banner-06.gel-banner-style-03 .gel-banner-content, .custom-banner-06.gel-banner-style-06 .gel-banner-content {
right: 30px;
}
.custom-banner-06 .gel-banner-title {
margin-top: 20px !important;
}
.custom-banner-06 .gel-banner-action {
margin-bottom: 20px;
}
.custom-banner-07.gel-banner-style-01 .gel-banner-content, .custom-banner-07.gel-banner-style-04 .gel-banner-content {
left: 38px;
}
.custom-banner-07.gel-banner-style-03 .gel-banner-content, .custom-banner-07.gel-banner-style-06 .gel-banner-content {
right: 38px;
}
.custom-banner-07 .gel-banner-title {
margin-top: 50px !important;
}
.custom-banner-07 .gel-banner-action {
margin-bottom: 47px;
}
.custom-banner-02.gel-banner-show-all .gel-banner-content,
.custom-banner-03.gel-banner-show-all .gel-banner-content,
.custom-banner-04.gel-banner-show-all .gel-banner-content,
.custom-banner-06.gel-banner-show-all .gel-banner-content,
.custom-banner-07.gel-banner-show-all .gel-banner-content,
.custom-banner-09.gel-banner-show-all .gel-banner-content {
top: 0;
-webkit-transform: none;
transform: none;
}
.custom-banner-02 .gel-banner-content,
.custom-banner-03 .gel-banner-content,
.custom-banner-04 .gel-banner-content,
.custom-banner-06 .gel-banner-content,
.custom-banner-07 .gel-banner-content,
.custom-banner-09 .gel-banner-content {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
.custom-banner-02 .gel-banner-action,
.custom-banner-03 .gel-banner-action,
.custom-banner-04 .gel-banner-action,
.custom-banner-06 .gel-banner-action,
.custom-banner-07 .gel-banner-action,
.custom-banner-09 .gel-banner-action {
margin-top: auto !important;
}
.custom-banner-08.gel-banner-show-all .gel-banner-content {
top: 37px;
-webkit-transform: none;
transform: none;
}
.custom-banner-08 .gel-banner-title + .gel-banner-action {
margin-top: 6px;
}
.custom-banner-08 .gel-banner-title {
font-size: 34px;
}
.custom-banner-09.gel-banner-style-01 .gel-banner-content, .custom-banner-09.gel-banner-style-04 .gel-banner-content {
left: 20px;
}
.custom-banner-09.gel-banner-style-03 .gel-banner-content, .custom-banner-09.gel-banner-style-06 .gel-banner-content {
right: 20px;
}
.custom-banner-09 .gel-banner-title {
font-size: 30px;
margin-top: 20px !important;
}
.custom-banner-09 .gel-banner-action {
margin-bottom: 20px;
}
.custom-banner-no-overlay .gel-banner-effect:after {
background-color: transparent;
}
.custom-banner-10 .gel-banner-title {
font-size: 20px;
}
.custom-banner-10 .gel-banner-title + .gel-banner-description {
margin-top: 13px;
}
.custom-banner-10 .gel-banner-description {
font-size: 60px;
font-weight: bold;
line-height: 1.3;
color: var(--g5-color-heading);
}
.custom-banner-10.gel-banner-style-01 .gel-banner-content, .custom-banner-10.gel-banner-style-04 .gel-banner-content {
left: 60px;
}
.custom-banner-10.gel-banner-style-03 .gel-banner-content, .custom-banner-10.gel-banner-style-06 .gel-banner-content {
right: 60px;
}
@media (max-width: 1550px) and (min-width: 1367px) {
.custom-banner-01 .gel-banner-title {
font-size: 45px !important;
line-height: 1.2;
}
}
@media (min-width: 1367px) {
.gel-banner-description + .gel-banner-action,
.gel-banner-title + .gel-banner-action {
margin-top: 7rem;
}
.gel-banner-title + .gel-banner-description {
margin-top: 35px;
}
.custom-banner-01 .gel-banner-description + .gel-banner-action,
.custom-banner-01 .gel-banner-title + .gel-banner-action {
margin-top: 6rem;
}
.custom-banner-05.gel-banner-show-all .gel-banner-content {
top: 132px;
-webkit-transform: none;
transform: none;
}
.custom-banner-01.custom-banner-title .gel-banner-title {
margin-top: 25px;
}
.custom-banner-01.custom-gel-banner-space .gel-banner-title {
margin-top: 20px;
}
.custom-banner-01.custom-gel-banner-space .gel-banner-action {
margin-top: 77px;
}
.custom-banner-10 .gel-banner-description + .gel-banner-action {
margin-top: 6.4rem;
}
}
@media (min-width: 1200px) {
.custom-banner-label-hot {
overflow: unset;
}
.custom-banner-label-hot:before {
content: "HOT";
font-weight: bold;
letter-spacing: 0.67px;
color: #fff;
height: 68px;
width: 68px;
line-height: 68px;
background-color: #d52f2f;
text-align: center;
display: block;
border-radius: 50%;
position: absolute;
top: -34px;
z-index: 9;
right: -34px;
}
}
@media (max-width: 1199px) {
.gel-banner.gel-banner-style-01 .gel-banner-content, .gel-banner.gel-banner-style-04 .gel-banner-content {
left: 20px;
}
.gel-banner.gel-banner-style-03 .gel-banner-content, .gel-banner.gel-banner-style-06 .gel-banner-content {
right: 20px;
}
.custom-banner-02 .gel-banner-title,
.custom-banner-03 .gel-banner-title,
.custom-banner-04 .gel-banner-title,
.custom-banner-06 .gel-banner-title,
.custom-banner-07 .gel-banner-title {
margin-top: 15px;
}
.custom-banner-02 .gel-banner-action,
.custom-banner-03 .gel-banner-action,
.custom-banner-04 .gel-banner-action,
.custom-banner-06 .gel-banner-action,
.custom-banner-07 .gel-banner-action {
margin-bottom: 30px;
}
}
.custom-banner-bx {
-webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
.custom-banner-01 .gel-banner-title {
font-size: 40px;
}
.custom-banner-10.gel-banner .gel-banner-bg {
padding-bottom: 100%;
}
}
@media (max-width: 1199px) and (min-width: 992px) {
.custom-banner-07.gel-banner .gel-banner-bg {
padding-bottom: 70%;
}
}
@media (max-width: 480px) {
.xs-banner-pb-100.gel-banner .gel-banner-bg {
padding-bottom: 100%;
}
.custom-banner-10 .gel-banner-description {
font-size: 40px;
}
}
.gel-icon-box {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.gel-icon-box .title {
margin: 0;
}
.gel-icon-box .description {
margin-top: 7px;
}
.gel-icon-box-style-04 .icon,
.gel-icon-box-style-05 .icon {
-ms-flex: 0 0 3.5rem;
flex: 0 0 3.5rem;
}
.custom-icon-box-01.gel-icon-box-style-01 .icon, .custom-icon-box-01.gel-icon-box-style-02 .icon, .custom-icon-box-01.gel-icon-box-style-03 .icon {
margin-bottom: 2.6rem;
}
.custom-icon-box-01 .description {
margin-top: 14px;
}
.custom-icon-box-01 .title {
font-size: 20px;
}
.custom-icon-box-02 .icon {
margin-bottom: 0;
}
.custom-icon-box-02 .description {
margin-top: 3px;
}
.custom-icon-box-03 {
padding: 30px;
background-color: #fff;
border-radius: 5px;
-webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
}
.custom-icon-box-03.gel-icon-box-style-01 .icon, .custom-icon-box-03.gel-icon-box-style-02 .icon, .custom-icon-box-03.gel-icon-box-style-03 .icon {
margin-bottom: 15px;
}
.custom-icon-box-03:hover {
-webkit-box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.1);
}
.custom-icon-box-03 .title {
font-size: 20px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title {
font-size: 16px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.custom-accordion-underline.vc_tta-style-underline .vc_tta-panel-heading {
border-width: 0 0 1px 0;
border-style: solid;
border-color: var(--g5-color-border);
border-radius: 0;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.custom-accordion-underline.vc_tta-style-underline .vc_active .vc_tta-panel-heading {
border-color: var(--g5-color-heading);
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.custom-accordion-underline.vc_tta-style-underline .vc_tta-panel-body {
padding: 14px 0 22px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.custom-accordion-underline.vc_tta-style-underline .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
padding: 26px 26px 20px 0;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.custom-accordion-underline.vc_tta-style-underline .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
padding: 26px 0 20px 26px;
}
.wpb-js-composer.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.custom-accordion-underline.vc_tta-style-underline .vc_tta-controls-icon-position-left.vc_tta-panel-title > a i {
margin-top: 3px;
}
.custom-slider-container-02 .slick-dots {
position: absolute;
bottom: 48px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (min-width: 1200px) {
.custom-slider-container-01 {
width: 91vw;
}
.custom-slider-container-01 .slick-arrows {
position: absolute;
left: -20%;
bottom: 22%;
}
.custom-slider-container-01 .slick-arrow.slick-next {
left: -10px;
}
.custom-slider-container-03 .slick-slide > div {
padding-left: 40px;
padding-right: 40px;
position: relative;
}
.custom-slider-container-03 .slick-slide + .slick-slide > div:before {
content: "";
position: absolute;
top: 50%;
width: 1px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 30px;
background: var(--g5-color-dark);
opacity: 0.08;
left: 0;
}
.custom-slider-container-04 .slick-slide > div {
padding-left: 30px;
}
}
.custom-slider-container-05 div.slick-slide > div {
padding-top: 0 !important;
padding-bottom: 20px;
}
@media (min-width: 1800px) {
.custom-slider-container-01 .slick-arrows {
left: -353px;
}
}
@media (max-width: 1367px) and (min-width: 1200px) {
.custom-slider-container-01 .slick-arrows {
left: -19%;
}
}
@media (max-width: 991px) {
.custom-slider-container-05 .slick-dots {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 40px;
}
}
.gel-list .gel-list-item a {
border-bottom: solid 1px transparent;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.gel-list .gel-list-item a:hover {
border-color: currentColor;
}
.list-md .item-list:not(:last-child) {
padding-bottom: 8px;
}
@media (max-width: 991px) {
.list-md-style-01 .item-list {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-flow: row !important;
flex-flow: row !important;
}
}
@media (max-width: 767px) {
.list-sm-style-01 .item-list {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-flow: row !important;
flex-flow: row !important;
}
}
.gel-image-box .title {
font-size: 20px;
margin-bottom: 12px;
}
.gel-image-box-style-04,
.gel-image-box-style-05 {
-ms-flex-align: center;
align-items: center;
}
.custom-image-box-01 {
max-width: 280px;
margin: 0 auto;
}
.custom-image-box-01 .title {
font-size: 24px;
margin-bottom: 7px;
}
.custom-image-box-01.gel-image-box-style-04 .image {
margin-right: 22px;
}
.custom-image-box-01.gel-image-box-style-05 .image {
margin-left: 22px;
}
.slick-slide .gel-image-box img {
display: inline;
}
.custom-border-image .slick-slide {
position: relative;
}
.custom-border-image .slick-slide:not(:last-child) .custom-image-box-01:before {
content: "";
position: absolute;
height: 70px;
width: 1px;
background-color: #eee;
right: 0;
}
@media (min-width: 768px) {
.custom-image-box-02 .title {
margin-bottom: 22px;
}
}
.custom-image-box-03 {
box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
padding: 13px;
min-height: 100px;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 0.45s linear;
transition: all 0.45s linear;
margin: 15px 10px;
}
.custom-image-box-03 .gel-image-box-style-04 .image {
margin-right: 12px;
}
.custom-image-box-03 .title {
margin-bottom: 0;
font-weight: 500;
}
.custom-image-box-03:hover {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
.g5element__product_category {
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
-ms-flex-align: center;
align-items: center;
}
.g5element__product_category-image {
margin-right: 15px;
}
.g5element__product_category-title {
margin-top: 0;
margin-bottom: 5px;
font-size: 16px;
}
.g5element__product_category-count-item {
font-size: 14px;
color: #666;
}
.g5element__product_category-count-item span:not(.g5element__product_category-count) {
text-transform: capitalize;
}
.gel-video.gel-video-outline .view-video {
border: solid 1px currentColor;
}
.gel-map-point-animate {
height: 70px;
width: 70px;
}
.mapboxgl-popup-close-button.mapboxgl-popup-close-button {
padding: 5px;
line-height: 1;
color: #666;
font-size: 1rem;
}
.mapboxgl-popup-close-button.mapboxgl-popup-close-button:hover {
background-color: transparent;
content: inherit;
}
.toggle-icon {
cursor: pointer;
display: inline-block;
width: 30px;
height: 30px;
position: relative;
vertical-align: middle;
}
.toggle-icon > span {
bottom: 0;
display: block;
height: 2px;
left: 2px;
right: 0;
margin: auto;
position: absolute;
top: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
background-color: currentColor;
}
.toggle-icon > span:after,
.toggle-icon > span:before {
content: "";
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, background 0.3s;
-moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, background 0.3s;
transition: top 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
background-color: currentColor;
}
.toggle-icon > span:before {
top: 8px;
}
.toggle-icon > span:after {
top: -8px;
}
.toggle-icon:hover {
color: #e4573d;
}
.toggle-icon.in > span {
background-color: transparent !important;
}
.toggle-icon.in > span:after,
.toggle-icon.in > span:before {
-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out, background 0.3s;
-moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out, background 0.3s;
transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out, background 0.3s;
top: 0;
}
.toggle-icon.in > span:after {
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-moz-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
-o-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-icon.in > span:before {
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-moz-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
-o-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
}
.vc-col-no-pt > .vc_column-inner,
.vc_row.vc_row.vc-col-no-pt > .vc_column_container > .vc_column-inner,
.vc_row.vc_row.vc-col-no-pt > .vc_column_container > .vc_column-inner,
.vc_row.vc_row.vc-col-no-pt > .vc_column_container > .vc_column-inner {
padding-top: 0;
}
.max-width-164 {
max-width: 164px;
}
.max-width-102 {
max-width: 102px;
}
@media (min-width: 1441px) and (max-width: 2559px) {
.vc-row-left-right-100 {
padding-left: 85px !important;
padding-right: 85px !important;
}
}
@media (max-width: 1440px) and (min-width: 1200px) {
.vc-row-left-right-100 {
padding-left: 15px !important;
padding-right: 15px !important;
}
.custom-xl-height-80 {
padding-top: 80px;
padding-bottom: 80px;
}
}
@media (min-width: 1441px) {
.custom-xxl-height-134 {
padding-top: 134px;
padding-bottom: 134px;
}
}
@media (max-width: 575px) {
div.xs-pd-left-right-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
div.xs-pd-left-right-15 {
padding-right: 15px !important;
padding-left: 15px !important;
}
}
.vc_row-no-padding .container {
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px) {
.vc-row-lg-mw-95.container {
max-width: 95%;
}
}
@media (max-width: 1600px) and (min-width: 1200px) {
.custom-heading-xl .gel-space {
height: 15px !important;
}
.custom-heading-xl .gel-heading-title {
font-size: 50px;
}
}
.custom-text-block-01 {
position: absolute;
bottom: 30px;
margin: 0;
left: 64px;
}
.custom-label-banner {
position: absolute;
bottom: 26%;
z-index: 2;
right: 16%;
background-color: #fff;
height: 88px;
width: 88px;
border-radius: 50%;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
line-height: 1.38;
color: var(--g5-color-heading);
-ms-flex-direction: column;
flex-direction: column;
}
.custom-label-banner .banner-title {
font-weight: bold;
}
.custom-list-style {
list-style: inside;
}
.custom-list-style li {
line-height: 34px;
}
.custom-label-banner-top {
bottom: auto;
top: -175px;
}
.custom-label-banner-top p {
margin-bottom: 0;
}
.custom-slider-bottom {
position: absolute;
bottom: 56px;
}
div.bg-position-top-center {
background-position: top center !important;
}
div.bg-position-bottom-center {
background-position: bottom center !important;
}
.custom-mw-650 {
max-width: 650px;
}
.custom-col-wrap .wpb_wrapper {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
}
@media (min-width: 1600px) {
.custom-col-wrap .wpb_wrapper {
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (max-width: 1600px) {
.custom-col-wrap .wpb_wrapper div {
-ms-flex: calc(33.33% - 38px);
flex: calc(33.33% - 38px);
}
}
@media (max-width: 1367px) {
div.xl-col-pd-left-right-15 > .vc_column-inner {
padding-right: 15px !important;
padding-left: 15px !important;
}
}
@media (max-width: 1199px) {
div.lg-col-pd-left-right-15 > .vc_column-inner {
padding-right: 15px !important;
padding-left: 15px !important;
}
div.lg-col-mg-left-right-0 > .vc_column-inner {
margin-right: 0 !important;
margin-left: 0 !important;
}
.custom-label-banner {
display: none;
}
.custom-lg-column-gap-15.vc_row.vc_column-gap-30 {
margin-left: -15px;
margin-right: -15px;
}
.custom-lg-column-gap-15.vc_row.vc_column-gap-30 > .vc_column_container {
padding: 0;
}
}
div.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
font-size: 14px !important;
}
div.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
width: 50px !important;
height: 50px !important;
}
div.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
border: 1px solid transparent;
}
.custom-client-logo-mw-134 .gel-client-logo .image {
-ms-flex: 0 0 134px;
flex: 0 0 134px;
max-width: 134px;
}
.custom-vc-min-height-100 > .vc_column_container {
min-height: inherit;
}
.custom-btn-icon-mr .btn.btn-icon-left i {
margin-right: 3px;
}
@media (min-width: 992px) {
.custom_col-md-offset--9 {
margin-left: -75%;
}
}
@media (min-width: 1200px) {
.custom_col-lg-offset--8 {
margin-left: -66.66666666%;
}
.pos-lg-bottom-right {
position: absolute;
right: 0;
bottom: 0;
}
.top-lg-0 {
top: 0;
}
div.custom-vc-grap-65 {
margin-left: -32.5px;
margin-right: -32.5px;
}
div.custom-vc-grap-65 > .vc_column_container {
padding: 17.5px;
}
}
@media (max-width: 767px) {
.custom-md-btn-right.gel-btn-right {
-ms-flex-pack: start;
justify-content: flex-start;
}
.custom-md-col-no-border > .vc_column-inner {
border-width: 0 !important;
}
}
@media (max-width: 991px) {
.custom-md-single-image-right.wpb_single_image.vc_align_right {
text-align: left;
}
div.md-col-pd-left-right-15 > .vc_column-inner {
padding-right: 15px !important;
padding-left: 15px !important;
}
div.md-col-margin-bottom-80 > .vc_column-inner {
margin-bottom: 80px !important;
}
.custom-col-wrap .wpb_wrapper div {
-ms-flex: calc(50% - 26px);
flex: calc(50% - 26px);
}
}
@media (min-width: 576px) {
.custom-vc-md-mg-0 {
margin-left: 0;
margin-right: 0;
}
}
@media (max-width: 576px) {
div.sm-col-pd-left-right-15 > .vc_column-inner {
padding-right: 15px !important;
padding-left: 15px !important;
}
.custom-col-wrap .wpb_wrapper div {
-ms-flex: calc(100%);
flex: calc(100%);
}
}
@media (max-width: 480px) {
.custom-vc_col-xxs-12 .vc_column_container {
width: 100%;
}
}
.custom-single-image {
padding: 20px;
box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
.custom-single-image h2, .custom-single-image h5 {
font-size: 18px;
margin-bottom: 23px;
font-weight: 500;
}
.custom-bx-landing-home > .vc_column-inner > .wpb_wrapper {
-webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
.custom-col-01 > .vc_column-inner > .wpb_wrapper,
.custom-col-02 > .vc_column-inner > .wpb_wrapper {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.custom-col-01 > .vc_column-inner > .wpb_wrapper > div,
.custom-col-02 > .vc_column-inner > .wpb_wrapper > div {
margin-left: 20px;
margin-right: 20px;
box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
.custom-col-01 > .vc_column-inner > .wpb_wrapper {
margin-left: -92px;
margin-right: -92px;
}
.custom-col-02 > .vc_column-inner > .wpb_wrapper {
margin-right: -355px;
margin-left: -355px;
margin-bottom: -180px;
}
@media (max-width: 1200px) {
.custom-col-02 > .vc_column-inner > .wpb_wrapper {
margin-bottom: -105px;
margin-right: -100px;
margin-left: -100px;
}
.custom-col-01 > .vc_column-inner > .wpb_wrapper,
.custom-col-02 > .vc_column-inner > .wpb_wrapper {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.custom-col-01 > .vc_column-inner > .wpb_wrapper > div,
.custom-col-02 > .vc_column-inner > .wpb_wrapper > div {
margin-left: 15px;
margin-right: 15px;
}
}
@media (max-width: 991px) {
.custom-col-02 > .vc_column-inner > .wpb_wrapper {
margin-bottom: 0;
}
}
@media (max-width: 575px) {
.custom-col-01 > .vc_column-inner > .wpb_wrapper,
.custom-col-02 > .vc_column-inner > .wpb_wrapper {
margin-left: 0;
margin-right: 0;
-ms-flex-direction: column;
flex-direction: column;
}
.custom-sm-mh-600 {
min-height: 600px;
}
}
.ube-contact-form .wpcf7-form-control-wrap {
margin-top: 0;
}
.ube-testimonial-author-name {
font-size: 16px;
font-weight: 600;
}
.ube-testimonial-author-job {
color: var(--g5-color-muted);
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.ube-testimonial-rating .ube-icon + .ube-icon {
margin-left: 3px;
}
.ube-testimonial-rating .ube-icon svg {
color: var(--g5-color-heading);
width: 13px;
height: 13px;
}
.ube-testimonial-layout-08 .ube-testimonial-avatar {
margin-bottom: 30px;
}
.ube-testimonial-layout-08 .ube-testimonial-rating {
margin-bottom: 10px;
}
.ube-testimonial-layout-08 .ube-testimonial-client-say {
margin-bottom: 26px;
}
.ube-testimonial-layout-08 .ube-testimonial-author-name {
margin-bottom: 0;
}
.ube-testimonial-layout-09 {
display: -ms-flexbox;
display: flex;
}
.ube-testimonial-layout-09 .ube-testimonial-avatar {
margin-right: 20px;
-ms-flex: 0 0 var(--ube-testimonial-author-width);
flex: 0 0 var(--ube-testimonial-author-width);
}
.ube-testimonial-layout-09 .ube-testimonial-avatar img {
border-radius: 0;
}
.ube-testimonial-layout-09 .ube-testimonial-rating {
line-height: 1;
margin-bottom: 15px;
}
.ube-testimonial-layout-09 .ube-testimonial-client-say {
margin-bottom: 13px;
}
.ube-testimonial-layout-09 .ube-testimonial-author-name {
margin-top: 0;
margin-bottom: 0;
}
.ube-testimonial-layout-09 .ube-testimonial-author-job {
margin-bottom: 0;
}
.gel-social-icons .si-classic.list-si li + li {
margin-left: 28px;
}
.gel-social-icons .si-large {
font-size: 30px;
}
.gel-social-icons .si-normal {
font-size: 20px;
}
.gel-social-icons .si-small {
font-size: 16px;
}
.custom-social-icon-01 .si-classic.list-si li + li {
margin-left: 20px;
}
@media (max-width: 991px) {
.social-icons-md-left .list-si {
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (max-width: 767px) {
.social-icons-sm-left .list-si {
-ms-flex-pack: start;
justify-content: flex-start;
}
.social-icons-sm-center .list-si {
-ms-flex-pack: center;
justify-content: center;
}
}
.ube-heading .ube-heading-title {
font-size: 60px;
margin-top: 0 !important;
}
.ube-heading mark {
padding: 0;
}
.ube-heading-title {
line-height: 1.3;
font-weight: 700;
}
.ube-heading-description {
margin-bottom: 0;
margin-top: 18px;
}
.ube-heading-sub-title {
text-transform: uppercase;
letter-spacing: 0.5px;
color: var(--g5-color-heading);
font-weight: bold;
}
.ube-instagram-follow {
color: var(--g5-color-heading);
font-size: 15px;
text-transform: lowercase;
}
.ube-instagram-item .ube-instagram-icon {
font-size: 40px;
}
.ube-team-member .ube-tm-name {
font-size: 18px;
}
.ube-tm-style-01 .ube-tm-image {
margin-bottom: 20px;
}
.ube-team-member .ube-tm-pos {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: var(--g5-color-muted);
}
.ube-counter .ube-counter-number {
font-size: 60px;
color: var(--g5-color-heading);
font-weight: normal;
}
.ube-counter .card-text {
font-size: 20px;
color: var(--g5-color-heading);
}
.ube-countdown .card-title {
font-size: 60px;
font-weight: 300;
color: var(--g5-color-heading);
}
.ube-countdown .card-text {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.5px;
text-transform: uppercase;
color: var(--g5-color-heading);
}
.ube-countdown.ube-countdown-show-separate .ube-countdown-separate {
font-size: 30px;
color: var(--g5-color-text-main);
}
.ube-banner-title {
font-size: 40px;
line-height: 1.3;
color: var(--g5-color-heading);
}
.ube-banner-description {
color: var(--g5-color-text-main);
}
.ube-banner:after {
background-color: transparent;
}
@media (max-width: 1500px) and (min-width: 1025px) {
.custom-ube-banner-01 .ube-banner-title, .custom-ube-banner-02 .ube-banner-title {
font-size: 45px !important;
line-height: 1.2;
}
}
@media (max-width: 1366px) and (min-width: 1025px) {
.custom-ube-banner-02 .ube-banner-title {
margin-bottom: 2rem;
}
}
@media (min-width: 1367px) {
.ube-banner .ube-banner-content {
padding: 55px 63px 47px;
}
.ube-banner-title {
margin-bottom: 36px;
}
.custom-ube-banner-01 .ube-banner-title {
margin-bottom: 6rem;
}
.custom-ube-banner-01 .ube-banner-description + .ube-banner-btn {
margin-top: 6rem;
}
.custom-ube-banner-02 .ube-banner-title {
margin-bottom: 77px;
}
.custom-ube-banner-03 .ube-banner-description + .ube-banner-btn {
margin-top: 6.4rem;
}
}
@media (max-width: 767px) {
.sm-banner-70 .ube-banner-bg {
padding-bottom: 70% !important;
}
}
@media (max-width: 480px) {
.xs-banner-100 .ube-banner-bg {
padding-bottom: 100% !important;
}
}
.ube-icon-box .ube-ib-title {
font-size: 20px;
}
.ube-icon-box .ube-ib-desc {
margin-top: 12px;
}
.ube-icon-box-wrapper {
--ube-ib-spacing: 25px;
}
.ube-accordion .ube-accordion-icon {
font-size: 12px;
}
.ube-accordion .card-header .ube-accordion-link {
color: var(--g5-color-heading);
}
.custom-ube-accordion-01 .card-header {
padding: 1rem 0;
border-color: var(--g5-color-border);
margin-bottom: 0 !important;
}
.custom-ube-accordion-01 .card-body {
padding: 20px 0 9px;
}
.custom-ube-accordion-01 .card {
border: 0;
}
.custom-ube-accordion-01 .card:not(.ube-accordion-separate):last-child:not(.active) .card-header {
border-bottom-color: var(--g5-color-border);
}
.custom-ube-accordion-01 .card.active .card-header {
border-color: var(--g5-color-heading);
}
@media (min-width: 1025px) {
.custom-ube-slider-01 .ube-slider {
width: 91vw !important;
}
.custom-ube-slider-01 .slick-arrow.slick-prev {
left: -40px;
}
.custom-ube-slider-01 .slick-arrows {
position: absolute;
left: -20%;
bottom: 22%;
}
}
@media (min-width: 1800px) {
.custom-ube-slider-01 .slick-arrows {
left: -380px;
}
}
.slider-space-bt-item-25 .slick-slide > div {
padding-bottom: 25px !important;
}
.ube-list-icon.list-unstyled .list-icon-item:not(:first-child) {
margin-top: 2px;
}
.ube-list-icon.list-unstyled .list-icon-item:not(:last-child) {
padding-bottom: 2px;
}
.ube-list-icon.list-unstyled .list-icon-item a {
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-bottom: solid 1px transparent;
}
.ube-list-icon.list-unstyled .list-icon-item a:hover {
border-color: currentColor;
}
.gel-video.gel-video-outline .view-video {
border: solid 1px currentColor;
}
.gel-map-point-animate {
height: 70px;
width: 70px;
}
.ube-call-to-action-title {
font-size: 60px;
line-height: 1.3;
}
.ube-call-to-action .ube-call-to-action-btn.btn-pos-bottom {
margin-top: 40px;
}
.ube-breadcrumbs {
font-size: 15px;
color: #959595;
}
.ube-breadcrumbs a {
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.ube-breadcrumbs a:hover, .ube-breadcrumbs .active {
color: var(--g5-color-accent);
}
.ube-breadcrumbs .breadcrumb-item:nth-child(1) a:before {
content: "";
font-family: var(--g5-font-icon);
font-weight: 700;
margin-right: 9px;
color: var(--g5-color-accent);
}
.ube-breadcrumbs .breadcrumb-item + .breadcrumb-item {
padding-left: 15px;
}
.ube-breadcrumbs .breadcrumb-item + .breadcrumb-item:before {
padding-right: 15px;
font-size: inherit;
}
.ube-marker-wrapper .tooltip-inner {
padding: 16px 14px 21px 16px;
background-color: #fff;
}
.ube-marker-wrapper .tooltip-inner h4, .ube-marker-wrapper .tooltip-inner p {
font-size: 15px;
color: var(--g5-color-heading);
}
.ube-marker-wrapper .tooltip-inner h4 {
margin-bottom: 4px;
}
.ube-marker-wrapper .bs-tooltip-top .arrow::before {
border-top-color: #fff;
}
.ube-marker-wrapper .bs-tooltip-bottom .arrow::before {
border-bottom-color: #fff;
}
.ube-marker-wrapper .tooltip {
width: 175px;
}
.ube-marker-wrapper .ube-image-pointer {
width: 25px;
height: 25px;
border-radius: 50%;
background-color: var(--g5-color-heading);
}
.ube-marker-wrapper .ube-image-pointer .ube-pointer-icon {
color: #fff;
font-size: 10px;
}
@media (max-width: 991px) {
.custom-el-image-marker .ube-marker-wrapper,
.custom-vc-image-marker {
height: 600px;
}
.custom-el-image-marker .ube-marker-wrapper > img,
.custom-vc-image-marker > img {
-o-object-fit: cover;
object-fit: cover;
height: 100%;
}
}
.custom-el-col-01 > .elementor-widget-wrap,
.custom-el-col-02 > .elementor-widget-wrap {
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row;
width: auto;
}
.custom-el-col-01 > .elementor-widget-wrap > .elementor-element,
.custom-el-col-02 > .elementor-widget-wrap > .elementor-element {
margin-left: 20px;
margin-right: 20px;
box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.08);
}
.el-widget-no-mg .elementor-widget:not(:last-child) {
margin-bottom: 0;
}
.custom-el-col-01 > .elementor-widget-wrap {
margin-left: -92px;
margin-right: -92px;
}
.custom-el-col-02 > .elementor-widget-wrap {
margin-right: -355px;
margin-left: -355px;
margin-bottom: -180px;
}
.el-widget-no-pt .elementor-widget:not(:last-child) {
margin-bottom: 0;
}
@media (max-width: 1600px) and (min-width: 1025px) {
.custom-heading-xl .ube-heading-title {
font-size: 40px;
}
.custom-pd-cta-xl .elementor-widget-container {
padding: 0 !important;
}
}
@media (max-width: 1600px) and (min-width: 1025px) {
.custom-heading-xl .elementor-widget-container {
padding-top: 15px !important;
}
}
.custom-elementor-icon .elementor-icon {
border-color: rgba(0, 0, 0, 0.19) !important;
}
@media (min-width: 1025px) {
.custom-elementor-wrap-20 .elementor-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.custom-elementor-wrap-20 .elementor-column {
width: 20%;
}
.custom-elementor-wrap-100 .elementor-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.custom-elementor-wrap-100 .elementor-column {
width: 100%;
}
.custom-elementor-wrap-33 .elementor-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.custom-elementor-wrap-33 .elementor-column {
width: 33.33%;
}
.custom-gap-lg-mg--30 > .elementor-column-gap-custom {
margin: -30px;
}
}
@media (max-width: 1024px) {
.order-mobile-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.order-mobile-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-mobile-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
}
@media (min-width: 768px) {
body.admin-bar .elementor-section.elementor-section-height-full {
height: calc(100vh - 32px);
}
}
@media (min-width: 1200px) {
.elementor-container-xl-static > .elementor-container {
position: static;
}
}
@media (max-width: 1199px) {
.custom-elementor-xl-wrap-100 .elementor-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.custom-elementor-xl-wrap-100 .elementor-column {
width: 100%;
}
}
.custom-col-el .elementor-widget-wrap {
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.custom-col-el .elementor-widget-wrap > .elementor-element {
width: auto;
}
@media (min-width: 1600px) {
.custom-col-el .elementor-widget-wrap {
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (max-width: 1600px) {
.custom-col-el .elementor-widget-wrap > .elementor-element {
-ms-flex: calc(33.33% - 38px);
flex: calc(33.33% - 38px);
}
}
@media (max-width: 1200px) {
.custom-el-col-02 > .elementor-widget-wrap {
margin-bottom: -105px;
margin-right: -100px;
margin-left: -100px;
}
.custom-el-col-01 > .elementor-widget-wrap,
.custom-el-col-02 > .elementor-widget-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.custom-el-col-01 > .elementor-widget-wrap > .elementor-element,
.custom-el-col-02 > .elementor-widget-wrap > .elementor-element {
margin-left: 15px;
margin-right: 15px;
}
}
@media (max-width: 991px) {
.custom-col-el .elementor-widget-wrap > .elementor-element {
-ms-flex: calc(50% - 26px);
flex: calc(50% - 26px);
}
.custom-el-col-02 > .elementor-widget-wrap {
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.custom-el-col-01 > .elementor-widget-wrap,
.custom-el-col-02 > .elementor-widget-wrap {
margin-left: 0;
margin-right: 0;
-ms-flex-direction: column;
flex-direction: column;
}
.custom-el-col-01 > .elementor-widget-wrap > .elementor-element,
.custom-el-col-02 > .elementor-widget-wrap > .elementor-element {
margin-bottom: 30px;
}
}
@media (max-width: 576px) {
.custom-col-el .elementor-widget-wrap > .elementor-element {
-ms-flex: calc(100%);
flex: calc(100%);
}
}
@media (max-width: 1199px) and (min-width: 1024px) {
.custom-lg-section-w100 > .elementor-container {
max-width: 100% !important;
}
.custom-lg-image-layer-static-ml-0 .ube-image.static-layer > .layer-content {
margin-left: 0 !important;
}
}  #site-wrapper {
background-color: #fff;
}
#primary-content {
padding: 0 0 100px 0;
}
#sidebar {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
padding-left: 35px;
}
#sidebar.order-lg-first {
padding-right: 35px;
padding-left: 15px;
}
body:not(.has-sidebar) #main-content {
margin-left: auto;
margin-right: auto;
}
body.has-sidebar #main-content {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
body.single-post.no-sidebar #main-content {
-ms-flex: 0 0 900px;
flex: 0 0 900px;
max-width: 900px;
}
@media only screen and (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
@media only screen and (max-width: 1199px) {
body.single-post.no-sidebar #main-content {
-ms-flex: 0 0 900px;
flex: 0 0 900px;
max-width: 900px;
}
}
@media only screen and (max-width: 991px) {
#main-content {
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
#sidebar {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-top: 50px;
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 1200px) {
body.g5core__stretched_content #sidebar {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
body.g5core__stretched_content.has-sidebar #main-content {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
}
@media (min-width: 1750px) {
body.g5core__stretched_content #primary-content > .container,
.g5core-site-footer.footer-layout-stretched > .container,
.g5core-site-header.header-layout-stretched .g5core-header-bellow > .container,
.g5core-site-header.header-layout-stretched .g5core-header-above > .container,
.g5core-site-header.header-layout-stretched .g5core-header-navigation > .container,
.g5core-site-header.header-layout-stretched .g5core-top-bar-desktop > .container,
.g5core-site-header.header-layout-stretched .g5core-header-desktop-wrapper > .container {
max-width: 1750px !important;
}
.g5core__el-width-1750.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1750px !important;
}
}
@media (min-width: 1200px) {
.g5core__vc-width-1200 {
width: 1200px;
margin-left: auto !important;
margin-right: auto !important;
}
.g5core__el-width-1200.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1200px !important;
}
.g5core__el-width-1750.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 95%;
}
} .site-header {
min-height: 80px;
color: #000000;
}
.site-header .site-navigation {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-ms-flex-pack: center;
justify-content: center;
}
.site-header .site-navigation .site-menu {
-ms-flex-item-align: center;
align-self: center;
}
.site-header .site-navigation + .search-form-wrapper {
margin-left: 1.5rem;
}
.site-header .toggle-icon:hover {
color: #000;
}
.site-header .search-form-wrapper {
-ms-flex-item-align: center;
align-self: center;
margin-bottom: 0;
margin-left: auto;
}
.site-header .search-form-wrapper > span {
cursor: pointer;
margin-bottom: 0;
line-height: 1;
display: -ms-flexbox;
display: flex;
font-size: 20px;
}
.site-header .search-form-wrapper > span:hover {
color: #000;
}
.site-header .search-form-wrapper .search-form {
position: absolute;
display: none;
right: 0;
top: 100%;
z-index: 1099;
background-color: #fff;
border: solid 1px;
border-color: var(--g5-color-border);
}
.site-header .search-form-wrapper .search-form input {
width: 210px;
border: none;
font-size: 0.875rem;
background-color: transparent;
padding: 0 20px;
}
.site-header .search-form-wrapper .search-form button {
display: none;
}
.site-header .menu-toggle-button {
display: none;
position: absolute;
top: 25px;
left: 0;
}
.site-header-content {
width: 100%;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.menu-horizontal {
margin: 0;
padding: 0;
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.menu-horizontal .menu-item {
margin: 0;
}
.menu-horizontal .menu-item > a {
display: block;
font-family: var(--g5-font-menu);
font-weight: 500;
font-size: var(--g5-font-size-menu);
line-height: 26px;
padding: 27px 0;
color: inherit;
text-decoration: none;
-webkit-transition: width 0.3s, padding 0.5s;
transition: width 0.3s, padding 0.5s;
}
.menu-horizontal .menu-item > a:focus {
outline: none;
}
.menu-horizontal .menu-item {
position: relative;
}
.menu-horizontal .menu-item.x-active > .sub-menu, .menu-horizontal .menu-item:hover > .sub-menu {
display: block;
}
.menu-horizontal .menu-item-has-children > a .caret {
margin-left: 0.5rem;
line-height: 1;
}
.menu-horizontal .menu-item-has-children > a .caret:before {
content: "";
font-family: var(--g5-font-icon);
}
.menu-horizontal .sub-menu {
display: none;
position: absolute;
left: 100%;
top: 0;
min-width: 230px;
list-style: none;
padding: 15px 0;
margin: 0;
background-color: #fff;
color: #777;
z-index: 1099;
font-family: var(--g5-font-sub-menu);
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.menu-horizontal .sub-menu .menu-item > a {
display: block;
padding: 7px 15px 7px 30px;
font-size: var(--g5-font-size-sub-menu);
line-height: 1.5;
font-weight: var(--g5-font-weight-sub-menu);
text-transform: none;
position: relative;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.menu-horizontal .sub-menu .menu-item:hover > a {
background-color: var(--g5-color-background-sub-menu-hover);
color: var(--g5-color-sub-menu-hover);
}
.menu-horizontal .sub-menu .menu-item.menu-current > a, .menu-horizontal .sub-menu .menu-item.current-menu-parent > a, .menu-horizontal .sub-menu .menu-item.current-menu-ancestor > a, .menu-horizontal .sub-menu .menu-item.current-menu-item > a {
background-color: var(--g5-color-background-sub-menu-hover);
color: var(--g5-color-sub-menu-hover);
}
.menu-horizontal .sub-menu .menu-item-has-children > a .caret {
float: right;
}
.menu-horizontal .sub-menu .menu-item-has-children > a .caret:before {
content: "";
}
.menu-horizontal > .menu-item {
display: -ms-flexbox;
display: flex;
}
.menu-horizontal > .menu-item + .menu-item {
margin-left: 1.5rem;
}
.menu-horizontal > .menu-item > .sub-menu {
top: 100%;
left: 0;
}
.menu-horizontal > .menu-item > a:before {
content: "";
position: absolute;
height: 2px;
bottom: 20px;
left: 0;
right: 0;
background-color: var(--g5-color-menu-hover);
-webkit-transition: transform 0.4s ease;
transition: transform 0.4s ease;
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}
.menu-horizontal > .menu-item > a:hover {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.menu-horizontal > .menu-item.current-menu-ancestor:not(.menu-item-type-taxonomy) > a:before, .menu-horizontal > .menu-item.current-menu-parent:not(.menu-item-type-taxonomy) > a:before, .menu-horizontal > .menu-item.current-menu-item > a:before, .menu-horizontal > .menu-item.menu-current > a:before, .menu-horizontal > .menu-item:hover > a:before, .menu-horizontal > .menu-item:focus > a:before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.site-branding {
padding: 8px 2rem 8px 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
height: 80px;
}
.site-branding .site-description {
display: none;
margin: 0;
}
.site-branding.has-logo .site-title, .site-branding.has-logo .site-branding-text {
display: none;
}
.site-branding .custom-logo-link img {
display: block;
max-height: 64px;
width: auto;
}
.site-branding-text .site-title {
font-size: 30px;
margin-bottom: 0;
color: var(--g5-color-heading);
font-weight: 700;
}
.site-branding-text .site-title a {
color: inherit;
}
@media (min-width: 1200px) {
.custom-sub-menu-stretched_content > .sub-menu > .x-is-mega-menu {
max-width: 95%;
margin: 0 auto;
}
}
@media (min-width: 1750px) {
.custom-sub-menu-stretched_content > .sub-menu > .x-is-mega-menu {
max-width: 1750px;
}
}
@media only screen and (max-width: 991px) {
.site-header {
min-height: 80px;
}
.site-header .menu-toggle-button {
display: -ms-flexbox;
display: flex;
}
.site-branding {
margin: auto;
padding: 8px 0;
height: 80px;
}
.site-header .site-navigation {
display: none;
width: 100%;
border-top: solid 1px var(--g5-color-border);
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.site-header .search-form-wrapper {
position: absolute;
top: 0;
right: 0;
font-size: 20px;
padding: 30px 0;
}
.site-menu {
margin: 0.5rem 0;
}
.site-menu .menu-horizontal {
display: block;
}
.site-menu .menu-horizontal .menu-item {
display: block;
}
.site-menu .menu-horizontal .menu-item + .menu-item {
margin-left: 0;
}
.site-menu .menu-horizontal .menu-item > a {
padding: 0.625rem 0;
font-size: var(--g5-font-size-menu-mobile);
}
.site-menu .menu-horizontal .menu-item > a:before {
display: none;
}
.site-menu .menu-horizontal .menu-item:hover .sub-menu {
display: none;
}
.site-menu .menu-horizontal .menu-item-has-children > a .caret {
position: absolute;
top: 0;
right: 0;
padding: 0.625rem 0.75rem;
}
.site-menu .menu-horizontal .menu-item-has-children > a .caret:before {
content: "";
}
.site-menu .menu-horizontal .menu-item-has-children > a .caret.in:before {
content: "";
}
.site-menu .menu-horizontal .sub-menu {
position: static;
border: none;
padding: 0 0 0 1.5rem;
box-shadow: none;
}
.site-menu .menu-horizontal .sub-menu .menu-item {
border-bottom: none;
}
.site-menu .menu-horizontal .sub-menu .menu-item > a {
text-transform: none;
padding: 0.5rem 0;
font-size: var(--g5-font-size-menu-mobile);
}
} .site-footer {
padding: 3rem 0;
background-color: #f6f6f6;
color: #7c7c7c;
}
.site-info {
text-align: center;
}
.site-info .privacy-policy-link + .powered-by:before {
content: " - ";
}
.site-info a, .site-info span {
font-size: 0.875rem;
text-transform: uppercase;
font-weight: 600;
}
.site-info a {
color: var(--g5-color-heading);
}
.site-info a:hover {
color: inherit;
}
.footer-section h4.widget-title {
font-size: 14px;
letter-spacing: 0.5px;
text-transform: uppercase;
margin-bottom: 25px;
}
.footer-section .widget {
margin-bottom: 0;
}
.footer-dark {
background-color: var(--g5-color-dark);
color: #fff;
}
.footer-dark .widget-title, .footer-dark .gel-heading-title {
color: inherit;
}
.footer-dark .zoom-instagram-widget__follow-me a {
color: inherit !important;
font-size: 15px;
display: -ms-flexbox;
display: flex;
}
.footer-dark .gel-list-item {
color: #7c7c7c;
}
.footer-dark .zoom-instagram-widget .widget-title {
margin-bottom: 35px;
}
.payment-cart .wpb_wrapper {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
-ms-flex-pack: end;
justify-content: flex-end;
}
.payment-cart .wpb_wrapper > .wpb_single_image {
margin-bottom: 0;
}
.payment-cart .wpb_wrapper > .wpb_single_image + .wpb_single_image {
margin-left: 15px;
}
@media (max-width: 991px) {
.payment-cart .wpb_wrapper {
-ms-flex-pack: start;
justify-content: flex-start;
}
}
.payment-cart-elementor .elementor-widget-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
-ms-flex-pack: end;
justify-content: flex-end;
}
.payment-cart-elementor .elementor-widget-wrap > .elementor-widget-image {
margin-bottom: 0;
width: auto;
}
.payment-cart-elementor .elementor-widget-wrap > .elementor-widget-image + .elementor-widget-image {
margin-left: 15px;
}
@media (max-width: 991px) {
.payment-cart-elementor-md-left .elementor-widget-wrap {
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (max-width: 767px) {
.payment-cart-elementor .elementor-widget-wrap {
-ms-flex-pack: start;
justify-content: flex-start;
}
} .page-header {
padding: 70px 0;
background-color: #fff;
}
.page-header .page-sub-title,
.page-header .page-main-title {
text-align: center;
}
.page-main-title {
font-size: 40px;
margin-bottom: 0;
line-height: 1.2;
word-break: break-word;
color: var(--g5-color-heading);
font-weight: 700;
}
.page-sub-title {
margin-top: 15px;
}
.page-sub-title p {
margin: 0;
}
.breadcrumbs-wrap {
background-color: #f7f7f7;
padding: 15px 0;
}
ul.breadcrumbs {
margin: 0;
padding: 0;
font-size: 15px;
list-style: none;
color: #959595;
}
ul.breadcrumbs li {
margin: 0;
}
ul.breadcrumbs li:nth-child(1):before {
content: "";
font-family: var(--g5-font-icon);
font-weight: 700;
margin-right: 9px;
color: var(--g5-color-accent);
}
ul.breadcrumbs li.breadcrumb-sep {
margin: 0 15px;
color: #b2b2b2;
}
ul.breadcrumbs li.breadcrumb-sep:last-child {
display: none !important;
}
ul.breadcrumbs li a {
color: inherit;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
ul.breadcrumbs li a:hover {
color: var(--g5-color-accent);
}
ul.breadcrumbs li.breadcrumb-leaf {
color: var(--g5-color-accent);
}  .bypostauthor {
display: block;
}
.alignnone {
margin: 0.375rem 1.5rem 1.5rem 0;
}
.aligncenter {
margin: 1.5rem auto 1.5rem auto;
}
img.aligncenter {
display: block;
}
.alignright {
float: right;
margin: 0.375rem 0 1.5rem 1.25rem;
}
.alignleft {
float: left;
margin: 0.375rem 1.25rem 1.5rem 0;
}
.wp-caption {
max-width: 100%; text-align: center;
}
dl.wp-caption.alignnone {
margin: 0.375rem 1.25rem 1.5rem 0;
}
dl.wp-caption.alignleft {
margin: 0.375rem 1.25rem 1.5rem 0;
}
dl.wp-caption.alignright {
margin: 0.375rem 0 1.5rem 1.25rem;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text {
font-size: 0.875rem;
margin-top: 0.25rem;
color: var(--g5-color-gray);
}
.wp-block-separator {
border-bottom: solid 2px;
border-color: var(--g5-color-border);
border-top: 0;
} .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: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .gallery-item {
display: inline-block;
text-align: left;
vertical-align: top;
margin: 0 0 1.5em;
padding: 0 1em 0 0;
width: 50%;
}
.gallery-columns-1 .gallery-item {
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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
display: inline-block;
max-width: 100%;
}
.gallery-item a img {
display: block;
-webkit-transition: -webkit-filter 0.2s ease-in;
transition: -webkit-filter 0.2s ease-in;
transition: filter 0.2s ease-in;
transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
-webkit-filter: opacity(60%);
filter: opacity(60%);
}
.gallery-caption {
display: block;
text-align: left;
padding: 0 0.75rem 0 0;
margin-bottom: 0;
}
.slick-dots {
margin-top: 15px;
}
.slick-dots li {
color: var(--g5-color-heading);
margin: 0;
line-height: 1;
opacity: 1;
}
.slick-dots span:before {
font-size: 8px;
}
.slick-dots li.slick-active span:before {
font-size: 16px;
font-weight: 300;
content: "";
}
.slick-arrow {
border: 1px solid rgba(0, 0, 0, 0.19);
border-radius: 50%;
position: absolute;
top: 50%;
margin: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.slick-arrow i {
font-size: 14px;
font-weight: 400;
color: var(--g5-color-heading);
font-family: var(--g5-font-icon);
}
.slick-arrow.slick-prev {
left: -70px;
}
.slick-arrow.slick-prev i:before {
content: "";
}
.slick-arrow.slick-next {
right: -70px;
}
.slick-arrow.slick-next i:before {
content: "";
}
button.mfp-close {
padding-bottom: 5px;
}
.g5core-back-to-top:focus, .g5core-back-to-top:hover {
text-decoration: none;
color: var(--g5-color-accent-foreground);
background-color: var(--g5-color-accent);
}
.g5core__paging.next-prev > a {
width: 45px;
height: 45px;
line-height: 45px;
border-color: var(--g5-color-border);
}
.g5core__paging.next-prev > a:not(.disable):hover {
background-color: var(--g5-color-accent);
color: var(--g5-color-accent-foreground);
border-color: var(--g5-color-accent);
}
.g5core__cate-filer {
border: none;
padding-bottom: 0;
}
.g5core__cate-filer li a:hover,
.g5core__cate-filer li a:active,
.g5core__cate-filer li a.active {
color: var(--g5-color-heading);
}
.g5core__cate-filer > li > a {
padding-bottom: 5px;
font-size: 16px;
font-weight: 500;
position: relative;
}
.g5core__cate-filer > li > a:before {
content: "";
display: block;
height: 2px;
width: 0;
color: var(--g5-color-heading);
background-color: currentColor;
position: absolute;
bottom: 0;
-webkit-transition: width 0.3s;
transition: width 0.3s;
}
.g5core__cate-filer > li > a:hover:before, .g5core__cate-filer > li > a:active:before {
width: 100%;
}
.g5core__cate-filer > li.active > a {
color: var(--g5-color-heading);
}
.g5core__cate-filer > li.active > a:before {
width: 100%;
}
[data-items-wrapper] .g5core__cate-filer {
margin-bottom: 60px;
}
.g5core__share-label {
color: var(--g5-color-heading);
font-weight: 700;
margin: 0 15px 0 0;
}
ul.g5core__share-list {
color: var(--g5-color-heading);
}
ul.g5core__share-list li {
margin-right: 20px;
}
.g5core-page-title-default {
background-color: #fff;
text-align: center;
}
.g5core-page-title-default .page-title-inner {
padding: 70px 0;
}
.g5core-page-title-default .page-title-content {
margin: auto;
width: 100%;
}
.g5core-breadcrumbs {
margin: 0;
padding: 0;
font-size: 15px;
list-style: none;
color: #959595;
-ms-flex-pack: start;
justify-content: flex-start;
}
.g5core-breadcrumbs li {
margin: 0;
}
.g5core-breadcrumbs li:hover,
.g5core-breadcrumbs li.breadcrumb-leaf {
color: var(--g5-color-accent);
}
.g5core-breadcrumbs li:nth-child(1):before {
content: "";
font-family: var(--g5-font-icon);
font-weight: 700;
margin-right: 9px;
color: var(--g5-color-accent);
}
.g5core-breadcrumbs li.breadcrumb-sep {
margin: 0 15px;
color: #b2b2b2;
}
.g5core__single-breadcrumbs {
background-color: #f7f7f7;
padding: 15px 0;
}
.g5shop__single-breadcrumbs + #primary-content {
padding-top: 70px;
}
.menu-horizontal.x-nav-menu > .menu-item + .menu-item {
margin-left: 50px;
}
.g5core-header-inner {
min-height: 80px;
}
.g5core-site-branding {
padding: 0 2rem 0 0;
}
.g5core-site-branding.logo-center {
padding: 0 4.4rem;
}
.sticky-area-wrap.sticky .sticky-area .g5core-header-inner {
min-height: 80px;
}
.sticky-area-wrap.sticky .sticky-area .menu-horizontal > .menu-item > a {
padding-top: 27px;
padding-bottom: 27px;
}
.g5core-header-navigation .g5core-header-inner {
min-height: 60px;
}
.g5core-header-navigation .menu-horizontal > .menu-item > a {
padding-top: 17px;
padding-bottom: 17px;
}
body.g5core-is-header-vertical-left.g5core-is-header-vertical-mini {
padding-left: 155px;
}
.g5core-header-desktop-wrapper .x-mega-sub-menu .gel-heading-title, .g5core-header-desktop-wrapper .x-mega-sub-menu .ube-heading-title {
font-weight: 600;
font-size: 18px;
letter-spacing: 0;
}
.g5core-header-desktop-wrapper .x-mega-sub-menu .gel-heading-title {
margin-bottom: 30px;
}
.g5core-header-desktop-wrapper .x-mega-sub-menu .ube-heading-title {
margin-bottom: 10px;
}
.g5core-header-desktop-wrapper .x-mega-sub-menu .gel-list .item-list:not(:last-child) {
padding-bottom: 5px;
}
.g5core-header-desktop-wrapper .x-mega-sub-menu .gel-list .item-list:not(:first-child) {
padding-top: 5px;
}
.g5core-header-desktop-wrapper .x-mega-sub-menu .ube-list-icon .list-icon-item:not(:last-child) {
padding-bottom: 5px;
}
.g5core-header-desktop-wrapper .x-mega-sub-menu .ube-list-icon .list-icon-item:not(:first-child) {
padding-top: 5px;
}
.g5core-site-header:not(.header-float):not(.header-border-bottom) {
-webkit-box-shadow: none;
box-shadow: none;
}
.g5core-search-button a {
border: none;
width: auto;
padding: 0;
}
.g5core-search-button i {
font-size: 18px;
font-weight: 400;
}
.g5core-search-button span {
padding-left: 13px;
font-weight: 500;
}
.g5core-login-button i {
font-weight: 400;
}
.g5core-login-button span {
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
}
.g5core-header-customize-item + .g5core-header-customize-item {
margin-left: 2.25rem;
}
.g5core-header-customize ul.g5core-social-networks.g5core-social-networks li {
margin-top: 0;
margin-bottom: 0;
}
.g5core-header-customize ul.g5core-social-networks.g5core-social-networks a {
color: inherit;
background-color: transparent;
border-width: 0;
width: auto;
}
.g5core-header-customize ul.g5core-social-networks.g5core-social-networks a i {
color: inherit;
}
.g5core-header-customize ul.g5core-social-networks.g5core-social-networks li + li {
margin-left: 1.5rem;
}
.g5core-header-customize:not(.no-items) + .g5core-menu-popup-button,
.g5core-header-customize:not(.no-items) + .g5core-primary-menu,
.g5core-menu-popup-button + .g5core-header-customize:not(.no-items),
.g5core-primary-menu + .g5core-header-customize:not(.no-items) {
margin-left: 50px;
}
.g5core-search-form input[type=search] {
border-width: 0 0 2px 0;
padding-left: 0;
}
.g5core-search-form button {
font-size: 18px;
padding-right: 0;
}
.g5core-search-form button i {
font-weight: 400;
}
.g5shop__mini-cart .fa-shopping-cart:before {
content: "";
}
.g5shop_header-action-icon a i {
font-size: 18px;
font-weight: 400;
}
.g5shop_header-action-icon a > span {
background-color: transparent !important;
color: inherit;
font-size: 15px;
font-weight: 400;
right: -20px;
}
.toggle-icon {
width: 28px;
height: 28px;
}
.toggle-icon > span:before {
width: 18px;
left: -6px;
}
.toggle-icon > span:after {
top: -8px;
left: -9px;
width: 15px;
}
.menu-horizontal > .menu-item > a:before {
background-color: currentColor;
}
.g5shop__cate-warpper {
position: relative;
}
.g5shop__cate-warpper ul {
background-color: #fff;
list-style: none;
margin: 0;
}
.g5shop__list-cate {
display: none;
position: absolute;
left: 0;
right: 0;
z-index: 2;
}
.g5shop__list-cate img {
width: 28px;
height: 28px;
object-fit: cover;
margin-right: 1em;
}
.g5shop__list-cate a {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.g5shop__list-cate .g5shop__cate-name {
font-size: 16px;
font-weight: normal;
margin-bottom: 0;
}
.g5shop__list-cate ul {
-webkit-transition: opacity 0.5s, transform 0.5s;
transition: opacity 0.5s, transform 0.5s;
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
position: absolute;
left: -9999px;
width: 270px;
z-index: 2;
top: 0;
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.g5shop__list-cate li {
position: relative;
padding: 10.5px 15px;
margin: 0;
min-height: 50px;
}
.g5shop__list-cate li:not(:last-child) {
border-bottom: 1px solid;
border-color: var(--g5-color-border);
}
.g5shop__list-cate li:hover > ul {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
left: 100%;
}
.g5shop__cate-browse {
background-color: var(--g5-color-heading);
width: 270px;
padding: 9px 15px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}
.g5shop__cate-browse .g5shop__cate-text,
.g5shop__cate-browse .toggle-icon {
font-weight: 600;
color: #fff !important;
}
.g5shop__cate-browse .g5shop__cate-text {
padding-left: 25px;
}
.g5shop__cate-browse .toggle-icon:hover {
color: #fff !important;
}
.custom-top-bar-01 .g5core-top-bar-inner {
min-height: 40px;
-ms-flex-pack: center;
justify-content: center;
}
.custom-header-01 .g5core-top-bar-left {
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.custom-header-01 .g5core-top-bar-left .g5core-top-bar-item + .g5core-top-bar-item {
margin-left: 0;
}
.custom-header-01 .g5core-top-bar-left .g5core-tbi-custom-html-2 {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.custom-header-01 .g5core-header-customize-before_logo .g5core-search-form,
.custom-header-02 .g5core-header-customize-before_logo .g5core-search-form {
width: 300px;
}
.custom-header-01 .g5shop__search-product-cat,
.custom-header-02 .g5shop__search-product-cat {
display: none;
}
.custom-header-01 .g5shop__search-product .g5shop__search-product-input input[type=search],
.custom-header-02 .g5shop__search-product .g5shop__search-product-input input[type=search] {
padding-left: 0;
}
.custom-header-01 .g5core-header-inner,
.custom-header-02 .g5core-header-inner {
min-height: 100px;
}
.custom-header-01 .g5core-header-navigation .g5core-header-inner,
.custom-header-02 .g5core-header-navigation .g5core-header-inner {
min-height: 46px;
}
.custom-header-01 .g5core-header-navigation .menu-horizontal > .menu-item > a,
.custom-header-02 .g5core-header-navigation .menu-horizontal > .menu-item > a {
padding-top: 10px;
padding-bottom: 10px;
}
.custom-header-01 .menu-horizontal > .menu-item > a:before,
.custom-header-02 .menu-horizontal > .menu-item > a:before {
content: none;
}
.custom-header-contact i {
padding-right: 7px;
}
.custom-header-contact span + span {
padding-left: 22px;
margin-left: 22px;
border-left: 1px solid rgba(0, 0, 0, 0.11);
}
.custom-header-phone {
border-left: 1px solid;
padding: 13px 0 13px 25px;
border-color: var(--g5-color-border);
}
.custom-header-phone i {
padding-right: 9px;
}
.custom-header-mobile-not-bx.g5core-mobile-header,
.custom-header-not-bx#site-header {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
@media (min-width: 1200px) {
.custom-header-search-box .g5core-search-form {
width: 550px;
}
.custom-header-search-box .g5core-header-customize-item.g5core-hc-search-box,
.custom-header-search-box .g5core-header-customize-item.g5core-hc-search-product {
margin-right: 7em;
}
}
.g5core-menu-mobile .main-menu .menu-item > a {
font-size: var(--g5-font-size-menu-mobile);
text-transform: none;
}
.g5core-mobile-header .g5core-search-button span,
.custom-search-button-hidden .g5core-search-button span {
display: none;
}
.g5core-menu-mobile .main-menu .menu-item > a {
font-size: var(--g5-font-size-menu-mobile);
text-transform: none;
}
.g5core-menu-mobile .main-menu .x-mega-sub-menu .ube-heading-title,
.g5core-menu-mobile .main-menu .x-mega-sub-menu .gel-heading-title {
font-size: var(--g5-font-size-menu-mobile);
}
.g5core-menu-mobile .main-menu .x-mega-sub-menu .ube-list-icon .list-icon-item,
.g5core-menu-mobile .main-menu .x-mega-sub-menu .gel-list .gel-list-item {
font-size: var(--g5-font-size-menu-mobile);
}
.g5core-menu-mobile .g5core-search-form input[type=search] {
padding: 0 2rem 0 1rem;
}
.g5core-menu-mobile .g5core-search-form button {
padding: 0 1rem;
} .wp-block-table th, .wp-block-table td {
border-color: var(--g5-color-border);
padding: 0.4rem;
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
border-color: transparent;
}
.wp-block-table thead th {
border-bottom-width: 2px;
}
.wp-block-pullquote blockquote {
padding: 0;
background-color: transparent;
margin-top: 0 !important;
margin-bottom: 0;
}
.wp-block-pullquote blockquote:before {
display: none;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote .wp-block-pullquote__citation {
font-size: 12px;
color: inherit;
margin-top: 1em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
text-transform: uppercase;
}
.wp-block-quote {
border-left: none;
max-width: 670px;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5rem;
padding-left: 0;
}
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote .wp-block-quote__citation {
font-size: 12px;
color: inherit;
}
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
margin-bottom: 1.5rem;
padding: 0;
}
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
font-size: 28px;
font-style: normal;
line-height: 1.58;
}
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-style-large .wp-block-quote__citation, .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-large .wp-block-quote__citation {
text-align: center;
font-size: 14px;
}
.wp-block-quote.has-text-align-right {
border-right: none;
padding-right: 0;
max-width: 100%;
text-align: right;
}
.wp-block-cover-image,
.wp-block-cover {
margin-bottom: 1.5rem;
color: #f8f9f9;
}
.wp-block-cover-image p,
.wp-block-cover p {
margin-bottom: 0;
line-height: 1.25;
}
.wp-block-cover-image a,
.wp-block-cover a {
color: inherit;
}
.wp-block-embed {
margin: 0 0 1.5rem;
}
.wp-block-button__link {
font-size: 0.875rem;
line-height: 2.6875rem;
padding: 0 1.875rem;
font-weight: 700;
border: solid 1px transparent;
white-space: nowrap;
text-transform: uppercase;
position: relative;
display: inline-block;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wp-block-button__link:not(.has-background):not(.has-text-color) {
color: var(--g5-color-accent-foreground);
background-color: var(--g5-color-accent);
border-color: var(--g5-color-accent);
}
.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button__link:not(.has-background):not(.has-text-color):active {
color: var(--g5-color-accent);
background-color: transparent;
border-color: var(--g5-color-accent);
}
.wp-block-button__link:hover {
cursor: pointer;
}
.wp-block-button__link:focus {
outline: none;
}
.wp-block-button__link:disabled {
opacity: 0.65;
cursor: default;
}
.wp-block-button {
margin-bottom: 1.5rem;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link {
border-radius: 5px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
background-color: transparent !important;
border: 2px solid currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
color: var(--g5-color-accent);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
background-color: var(--g5-color-accent) !important;
border-color: var(--g5-color-accent);
color: var(--g5-color-accent-foreground);
}
.wp-block-latest-comments {
padding-left: 0;
}
.wp-block-latest-comments__comment-excerpt p {
margin-bottom: 0;
}
.wp-block-archives select {
width: 100%;
max-width: 100%;
}
.wp-block-archives,
.wp-block-categories {
list-style: none;
padding: 0;
margin: -5px 0 0 0;
margin-bottom: 1.5rem;
}
.wp-block-archives li,
.wp-block-categories li {
position: relative;
margin: 0;
}
.wp-block-archives li > a,
.wp-block-categories li > a {
display: inline-block;
margin: 5px 0;
position: relative;
line-height: 20px;
min-height: 20px;
color: inherit;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-bottom: 1px solid transparent;
}
.wp-block-archives li > a:hover,
.wp-block-categories li > a:hover {
color: var(--g5-color-accent);
border-color: currentColor;
}
.wp-block-archives li:last-child a,
.wp-block-categories li:last-child a {
margin-bottom: 0;
}
.wp-block-archives .current_page_ancestor > ul,
.wp-block-archives .current_page_parent > ul,
.wp-block-archives .current-cat-parent > ul,
.wp-block-archives .current-cat-ancestor > ul,
.wp-block-categories .current_page_ancestor > ul,
.wp-block-categories .current_page_parent > ul,
.wp-block-categories .current-cat-parent > ul,
.wp-block-categories .current-cat-ancestor > ul {
display: block;
}
.wp-block-archives .current-cat > a,
.wp-block-categories .current-cat > a {
color: var(--g5-color-accent);
}
.wp-block-archives ul.children,
.wp-block-archives ul.sub-menu,
.wp-block-categories ul.children,
.wp-block-categories ul.sub-menu {
list-style: none;
padding: 0 0 0 20px;
margin: 0;
}
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
text-align: center;
}
.wp-block-rss,
.wp-block-latest-posts,
.wp-block-latest-comments {
padding: 0;
margin: -5px 0 0 0;
list-style: none;
margin-bottom: 1.5rem;
}
.wp-block-rss .children,
.wp-block-latest-posts .children,
.wp-block-latest-comments .children {
padding-left: 0;
margin: 0;
list-style: none;
}
.wp-block-rss li,
.wp-block-latest-posts li,
.wp-block-latest-comments li {
padding: 5px 0;
line-height: 20px;
margin: 0;
}
.wp-block-rss a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
color: inherit;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-bottom: 1px solid transparent;
}
.wp-block-rss a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover {
color: var(--g5-color-accent);
border-color: currentColor;
}
ul.wp-block-latest-posts.is-grid li {
padding: 0;
margin: 0 16px 16px 0;
}
.wp-block-columns,
.wp-block-group,
.wp-block-group.has-background,
.wp-block-search,
ul.wp-block-categories,
ul.wp-block-archives,
.wp-block-archives.wp-block-archives-dropdown,
ol.wp-block-latest-comments,
.wp-block-media-text {
margin-bottom: 1.5rem;
}
.wp-block-tag-cloud label {
color: var(--g5-color-heading);
font-weight: 700;
margin: 0 15px 0 0;
}
.wp-block-tag-cloud a {
margin: 0 11px 9px 0;
font-size: 16px !important;
display: inline-block;
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: inherit;
line-height: 1.1;
border-bottom: 1px solid transparent;
}
.wp-block-tag-cloud a:hover {
color: var(--g5-color-accent);
border-bottom-color: currentColor;
}
.wp-block-gallery {
margin-bottom: 1.5rem;
}
.blocks-gallery-caption {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
color: var(--g5-color-caption);
}
.blocks-gallery-grid {
margin-bottom: -16px;
}
.wp-block-column > *:last-child {
margin-bottom: 0;
}
.wp-block-image.aligncenter {
margin: 1.5rem auto 1.5rem auto;
}
.wp-block-image.alignright {
margin: 0.375rem 0 1.5rem 1.25rem;
}
.wp-block-image.alignleft {
margin: 0.375rem 1.25rem 1.5rem 0;
}
body.no-sidebar .wp-block-image.alignfull {
max-width: none;
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .wp-block-cover.alignwide {
margin-left: -150px;
margin-right: -150px;
width: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .wp-block-cover.alignwide {
margin-left: -120px;
margin-right: -120px;
width: auto;
}
}
@media screen and (max-width: 1199px) {
body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .wp-block-cover.alignwide {
margin-left: -30px;
margin-right: -30px;
width: auto;
}
}
@media only screen and (max-width: 991px) {
body.no-sidebar.g5blog__single-featured-align-wide .g5blog__single-featured,
body.no-sidebar .wp-block-cover.alignwide {
margin-left: 0;
margin-right: 0;
width: 100%;
}
}
@media only screen and (max-width: 767px) {
body.no-sidebar .wp-block-image.alignfull {
max-width: 100%;
margin-left: 0;
margin-right: 0;
left: 0;
right: 0;
}
}
@media only screen and (max-width: 991px) {
body.has-sidebar .wp-block-image.alignfull {
max-width: none;
margin-left: calc(-100vw / 2 + 690px / 2);
margin-right: calc(-100vw / 2 + 690px / 2);
}
}
@media only screen and (max-width: 767px) {
body.has-sidebar .wp-block-image.alignfull {
max-width: 100%;
margin-left: 0;
margin-right: 0;
}
} .article-post.page .entry-content {
margin-bottom: 0;
}
.article-post.sticky {
background-color: #f7f7f7;
padding: 2rem;
}
.article-post .post-thumbnail {
margin-bottom: 35px;
}
.article-post .entry-title {
font-size: 32px;
font-weight: 700;
word-break: break-word;
margin-bottom: 0;
}
.article-post .entry-title a {
color: inherit;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.article-post .entry-title a:hover {
color: var(--g5-color-accent);
}
.article-post .entry-header + .entry-excerpt {
margin-top: 14px;
}
.article-post .btn-read-more {
margin-top: 25px;
}
.meta-date {
color: var(--g5-color-muted);
font-size: 12px;
font-weight: 500;
letter-spacing: 0.5px;
text-transform: uppercase;
display: block;
margin-bottom: 12px;
}
.meta-date a {
color: inherit;
}
.entry-meta {
margin-top: 10px;
margin-bottom: 0;
padding: 0;
list-style: none;
}
.entry-meta a {
color: var(--g5-color-heading);
}
.entry-meta a:hover {
color: var(--g5-color-accent);
}
.entry-meta span,
.entry-meta i {
color: var(--g5-color-text-main);
}
.entry-meta li {
margin: 0;
display: inline;
}
.entry-meta li:last-child {
margin-right: 0;
}
.entry-meta li i {
padding-right: 5px;
}
.entry-meta li.meta-comment {
margin-left: 15px;
}
.entry-excerpt p:last-child {
margin-bottom: 0;
}
.article-archive-post {
margin-bottom: 50px;
text-align: center;
}
body.no-sidebar .article-archive-post {
max-width: 830px;
margin-left: auto;
margin-right: auto;
}
#main-content .article-post:last-child {
margin-bottom: 0;
}
body.page .article-post {
margin-bottom: 0;
}
.article-single-post .post-thumbnail {
margin-bottom: 53px;
}
.article-single-post .tagcloud {
margin-top: -15px;
padding-top: 70px;
}
.single-post-header {
padding-bottom: 40px;
}
.single-post-header .entry-title {
font-size: 40px;
margin: 0;
}
body.no-sidebar.single-post .single-post-header {
text-align: center;
padding-bottom: 70px;
}
body.no-sidebar.single-post .article-single-post .post-thumbnail {
margin-left: -150px;
margin-right: -150px;
}
body.no-sidebar.single-post .post-navigation {
position: relative;
border-top: none;
}
body.no-sidebar.single-post .post-navigation:before {
content: "";
display: block;
position: absolute;
width: 100vw;
height: 1px;
background-color: var(--g5-color-border);
left: 50%;
margin-left: -50vw;
top: 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
margin-top: 2rem;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
margin-top: 0;
}
.entry-content > p:last-child,
.entry-content > ul:last-child {
margin-bottom: 0;
}
.author-info-wrap {
margin-top: 100px;
}
.author-info-inner {
display: -ms-flexbox;
display: flex;
}
.author-info-avatar {
width: 90px;
margin-right: 30px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.author-info-avatar img {
border-radius: 100%;
}
@media (max-width: 767px) {
.author-info-avatar {
width: 50px;
margin-right: 20px;
}
}
.author-info-content .meta {
margin-bottom: 15px;
}
.author-info-content .meta span {
color: var(--g5-color-muted);
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 500;
display: block;
margin-bottom: 3px;
}
.author-info-content .name {
font-size: 16px;
font-weight: 700;
color: var(--g5-color-heading);
margin-bottom: 0;
}
.author-info-content .name a {
color: inherit;
}
.author-info-content .name a:hover {
color: var(--g5-color-accent);
}
.site-search-results-not-found {
text-align: center;
}
.site-search-results-not-found h2 {
font-size: 34px;
}
.site-search-results-not-found .search-form {
display: -ms-flexbox;
display: flex;
position: relative;
max-width: 330px;
margin: auto;
}
.site-search-results-not-found .search-form button {
position: absolute;
right: 0;
background: transparent;
color: inherit;
border: 0;
font-size: 0;
padding: 0;
}
.site-search-results-not-found .search-form button:before {
content: "";
font-family: var(--g5-font-icon);
font-size: 18px;
font-weight: 400;
}
.site-search-results-not-found .search-form button > span {
display: none;
}
.site-search-results-not-found .search-form input {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
border: none;
border-bottom: 1px solid;
border-color: var(--g5-color-border);
padding: 0;
}
.site-search-results-not-found .search-form input:focus {
border-color: var(--g5-color-accent);
}
.site-search-results-not-found .search-form input:focus + button:before {
color: var(--g5-color-accent);
}
.post-password-form label {
display: block;
}
.post-password-form input[type=password] {
display: block;
width: 100%;
}
article.post .entry-content div {
margin-bottom: 1.5rem;
}
.comments-area {
margin-top: 100px;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
font-size: 32px;
text-align: center;
margin-bottom: 55px;
}
.comment-form p {
margin-bottom: 30px;
}
.comment-form p:last-child {
margin-bottom: 0;
}
.comment-form a {
color: inherit;
}
.comment-form a:hover {
color: var(--g5-color-accent);
}
.comment-form textarea {
width: 100%;
display: block;
height: 125px;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
width: 100%;
}
.comment-form .comment-form-email,
.comment-form .comment-form-author {
float: left;
width: 50%;
}
.comment-form .comment-form-author {
padding-right: 15px;
}
.comment-form .comment-form-email {
padding-left: 15px;
}
.comment-form .comment-form-cookies-consent {
color: var(--g5-color-heading);
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
position: relative;
top: 2px;
}
.comment-form .comment-form-cookies-consent label {
display: inline;
margin: 0 0 0 5px;
font-size: 15px;
}
.comment-form .form-submit {
text-align: center;
}
.comment-form .mc4wp-checkbox-wp-comment-form input[type=checkbox] {
margin: 0 5px 0 0;
position: relative;
top: 2px;
}
@media only screen and (max-width: 575px) {
.comment-form .comment-form-email,
.comment-form .comment-form-author {
width: 100%;
padding: 0;
}
}
.comments-list-wrap {
margin-bottom: 85px;
}
.comment-list {
list-style: none;
padding: 0;
margin-bottom: 0;
}
.comment-list li.comment {
margin: 0 0 35px 0;
}
.comment-list > li.comment:last-child {
margin-bottom: 0;
}
.comment-list li.comment + li.comment {
padding-top: 35px;
border-top: 1px solid;
border-color: var(--g5-color-border);
}
.comment-list li:not(.pingback):not(.trackback) .comment-body {
position: relative;
padding-left: 100px;
}
.comment-list li.pingback,
.comment-list li.trackback {
margin-bottom: 35px;
}
.comment-list li.pingback + .comment,
.comment-list li.trackback + .comment {
margin-top: 35px;
}
.comment-list li.pingback .comment-body a:not(.comment-edit-link),
.comment-list li.trackback .comment-body a:not(.comment-edit-link) {
font-weight: bold;
letter-spacing: -0.05em;
display: block;
color: var(--g5-color-heading);
margin: 5px 0;
}
.comment-list .comment-content {
margin-bottom: 7px;
}
.comment-list .comment-content h1, .comment-list .comment-content h2, .comment-list .comment-content h3, .comment-list .comment-content h4, .comment-list .comment-content h5, .comment-list .comment-content h6 {
margin-top: 2rem;
}
.comment-list .comment-content h1:first-child, .comment-list .comment-content h2:first-child, .comment-list .comment-content h3:first-child, .comment-list .comment-content h4:first-child, .comment-list .comment-content h5:first-child, .comment-list .comment-content h6:first-child {
margin-top: 0;
}
.comment-list .comment-content p:last-child {
margin-bottom: 0;
}
.comment-list .comment-meta {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin-bottom: 7px;
}
.comment-list .comment-author img {
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
}
.comment-list .comment-author .fn {
font-weight: 600;
color: var(--g5-color-heading);
font-size: 16px;
}
.comment-list .comment-author .fn > a {
color: inherit;
}
.comment-list .comment-author .fn > a:hover {
color: var(--g5-color-accent);
}
.comment-list .comment-author .says {
display: none;
}
.comment-list .comment-metadata {
font-size: 12px;
margin-left: 10px;
color: var(--g5-color-heading);
}
.comment-list .comment-metadata a {
color: inherit;
}
.comment-list .comment-metadata a:hover {
color: var(--g5-color-accent);
}
.comment-list .edit-link,
.comment-list .reply {
color: var(--g5-color-heading);
}
.comment-list .edit-link a,
.comment-list .reply a {
position: relative;
display: inline-block;
line-height: 2;
color: inherit;
}
.comment-list .edit-link a:hover,
.comment-list .reply a:hover {
color: var(--g5-color-accent);
}
.comment-list .edit-link a:after,
.comment-list .reply a:after {
display: block;
content: "";
position: absolute;
width: 100%;
-webkit-transition: all 0.5s;
transition: all 0.5s;
height: 1px;
bottom: 0;
background-color: var(--g5-color-heading);
opacity: 0.15;
}
.comment-list .edit-link a:hover:after,
.comment-list .reply a:hover:after {
opacity: 1;
}
.comment-list .edit-link {
margin-left: 10px;
}
.comment-list ul.children {
list-style: none;
padding-left: 0;
margin-left: 100px;
margin-top: 35px;
padding-top: 35px;
border-top: 1px solid;
border-color: var(--g5-color-border);
}
.comment-list .comment-reply-title small a {
color: inherit;
font-size: 18px;
font-weight: 700;
}
.comment-list .comment-reply-title small a:hover {
color: var(--g5-color-accent);
}
.comment-list .comment-respond {
margin-bottom: 85px;
margin-top: 85px;
}
@media only screen and (max-width: 1199px) {
.comment-list ul.children {
margin-left: 35px;
}
}
@media only screen and (max-width: 575px) {
.comment-list ul.children {
margin-left: 25px;
}
.comment-list .comment-author img {
width: 50px;
}
.comment-list li:not(.pingback):not(.trackback) .comment-body {
padding-left: 70px;
}
}
.comments-pagination {
margin-top: 2.5rem;
text-align: center;
}
ul.page-numbers {
list-style: none;
text-align: center;
padding: 0;
margin: 0;
}
ul.page-numbers li {
margin: 0;
display: inline-block;
}
.page-numbers:not(ul) {
font-size: 18px;
color: #a2a2a2;
font-weight: 500;
display: inline-block;
margin: 0 15px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.page-numbers:not(ul).current, .page-numbers:not(ul):hover {
color: var(--g5-color-accent);
}
.page-numbers:not(ul).prev, .page-numbers:not(ul).next {
font-size: 0;
}
.page-numbers:not(ul).prev:before, .page-numbers:not(ul).next:before {
font-family: var(--g5-font-icon);
font-size: 12px;
display: inline-block;
content: "";
}
.page-numbers:not(ul).next:before {
content: "";
}
.post-navigation {
margin-top: 30px;
padding-top: 50px;
border-top: 1px solid;
border-color: var(--g5-color-border);
}
.post-navigation .nav-links {
display: -ms-flexbox;
display: flex;
}
.post-navigation .nav-links a {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
color: inherit;
}
.post-navigation .nav-links .nav-subtitle {
color: var(--g5-color-muted);
display: block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 500;
}
.post-navigation .nav-links .nav-title {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--g5-color-accent);
font-size: 16px;
font-weight: 700;
margin-top: 3px;
}
.post-navigation .nav-links > div {
width: 47.5%;
}
.post-navigation .nav-links .nav-content {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.post-navigation .nav-links i {
font-size: 14px;
color: var(--g5-color-heading);
}
.post-navigation .nav-previous {
margin-right: auto;
}
.post-navigation .nav-previous i {
margin-right: 15px;
}
.post-navigation .nav-next {
margin-left: auto;
text-align: right;
}
.post-navigation .nav-next i {
margin-left: 15px;
}
@media only screen and (max-width: 767px) {
.post-navigation .nav-links .nav-title {
display: none;
}
}
.page-links {
float: left;
width: 100%;
}
.page-links .page-links-title {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
margin: 0 15px 0 0;
}
.page-links > .post-page-numbers {
display: inline-block;
margin-right: 0.25rem;
border: solid 1px;
border-color: var(--g5-color-border);
font-weight: 500;
color: inherit;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.page-links > .post-page-numbers:hover, .page-links > .post-page-numbers.current {
background-color: var(--g5-color-accent);
border-color: var(--g5-color-accent);
color: var(--g5-color-accent-foreground);
}
ul.g5blog__post-meta {
font-size: 16px;
}
ul.g5blog__post-meta li > span,
ul.g5blog__post-meta i {
color: var(--g5-color-text-main);
}
ul.g5blog__post-meta li > a {
color: var(--g5-color-heading);
}
ul.g5blog__post-meta li > a:hover {
color: var(--g5-color-accent);
}
ul.g5blog__post-meta li {
margin-right: 10px;
}
ul.g5blog__post-meta li.meta-author {
margin-right: 5px;
}
ul.g5blog__post-meta li.meta-date > a {
color: inherit;
}
ul.g5blog__post-meta li.meta-date > a i {
display: none;
}
.g5blog__post-title {
font-size: 32px;
margin-top: 0 !important;
font-weight: 700;
}
.g5blog__post-title:hover {
color: var(--g5-color-accent);
}
.g5blog__single-layout-1 .g5blog__single-meta-top {
margin-bottom: 40px;
}
.g5blog__single-layout-1 .g5blog__single-title {
margin-bottom: 10px;
margin-top: 10px;
}
.g5blog__single-layout-1 .g5blog__single-featured {
margin-bottom: 44px;
}
.g5blog__single-layout-1 .g5blog__single-breadcrumbs + .g5blog__single-meta-top {
margin-top: 70px;
}
.no-sidebar.g5blog__single-layout-1 .g5blog__single-meta-top {
margin-bottom: 70px;
text-align: center;
}
.no-sidebar.g5blog__single-layout-1 .g5blog__single-meta-top ul.g5blog__post-meta {
-ms-flex-pack: center;
justify-content: center;
}
.g5blog__block-title {
font-size: 32px;
font-weight: 700;
margin-bottom: 55px;
}
.g5blog__single-related-wrap {
margin-top: 100px;
}
body.no-sidebar .g5blog__single-related-wrap {
margin-left: -150px;
margin-right: -150px;
}
@media only screen and (max-width: 991px) {
body.no-sidebar .g5blog__single-related-wrap {
margin-left: 0;
margin-right: 0;
}
}
.g5blog__single-meta-tag.tagcloud a {
margin-right: 5px;
}
.g5blog__single-meta-tag.tagcloud a:after {
display: inline-block;
content: ",";
}
.g5blog__single-meta-tag.tagcloud a:last-child:after {
display: none;
}
.g5blog__single-meta-bottom {
padding-top: 0;
margin-top: 40px;
}
.g5blog__single-title {
font-size: 40px;
font-weight: 700;
}
.g5blog__single {
padding-bottom: 0;
margin-bottom: 0;
}
.g5blog__single .entry-content {
margin-bottom: 0;
}
.g5blog__post-large-image.sticky .g5blog__post-inner {
background-color: #f7f7f7;
}
.g5blog__post-large-image .g5blog__post-featured {
margin-bottom: 35px;
text-align: center;
}
.g5blog__post-large-image .g5blog__post-title {
margin-bottom: 15px;
}
.g5blog__post-large-image .g5blog__post-content {
text-align: center;
}
.g5blog__post-large-image .g5blog__post-meta {
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 12px;
}
.g5blog__post-large-image .g5blog__post-excerpt {
margin-bottom: 20px;
}
.g5blog__layout-large-image .g5blog__post-default {
padding-bottom: 70px;
}
.g5blog__layout-large-image .g5blog__post-default:last-child {
padding-bottom: 0;
}
.g5blog__layout-large-image .g5core__paging {
margin-top: 65px;
}
body.no-sidebar .g5blog__layout-large-image {
max-width: 830px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 1199px) {
.g5blog__post-medium-image .g5blog__post-excerpt {
max-height: unset;
}
.g5blog__post-medium-image .g5blog__post-featured {
margin-bottom: 30px;
}
}
.g5blog__post-medium-image .g5blog__post-title {
font-size: 20px;
margin-bottom: 13px;
}
.g5blog__post-medium-image ul.g5blog__post-meta {
margin-bottom: 5px;
}
.g5blog__post-medium-image .g5blog__post-excerpt {
margin-bottom: 12px;
max-height: 3.2em;
}
.g5blog__post-medium-image .g5blog__post-featured {
width: 420px;
margin-right: 50px;
}
.g5blog__layout-medium-image .g5blog__post-default.g5blog__post-default {
padding-bottom: 40px;
}
.g5blog__layout-medium-image .g5blog__post-default.g5blog__post-default:last-child {
padding-bottom: 0;
}
.g5blog__layout-medium-image .g5core__paging {
margin-top: 35px;
}
body.no-sidebar .g5blog__layout-medium-image {
max-width: 830px;
margin-left: auto;
margin-right: auto;
}
.g5blog__post-grid.sticky .g5blog__post-inner {
background-color: #f7f7f7;
}
.g5blog__post-grid .g5blog__post-title {
font-size: 20px;
margin-bottom: 13px;
}
.g5blog__post-grid ul.g5blog__post-meta {
margin-bottom: 5px;
}
.g5blog__post-grid .g5blog__post-excerpt {
margin-bottom: 12px;
max-height: 3.2em;
}
.g5blog__post-grid .g5blog__post-featured {
margin-bottom: 30px;
}
.g5blog__post-grid .g5blog__post-inner {
padding-bottom: 20px;
}
@media (max-width: 575px) {
.g5blog__post-grid .g5blog__post-excerpt {
max-height: unset;
}
}
.g5blog__post-widget .g5blog__post-title {
margin-bottom: 0;
line-height: normal;
}
.g5blog__post-widget ul.g5blog__post-meta {
margin-bottom: 3px;
}
.g5blog__post-widget .g5blog__post-featured {
margin-right: 10px;
width: 70px;
} .primary-sidebar .widget:last-child {
margin-bottom: 0;
}
.widget {
position: relative;
margin-bottom: 65px;
}
.widget .screen-reader-text {
display: none;
}
.widget .widget-title {
font-size: 20px;
margin-bottom: 20px;
}
.widget_search label {
display: none;
}
.widget_search form {
display: -ms-flexbox;
display: flex;
position: relative;
}
.widget_search button {
position: absolute;
right: 0;
background: transparent;
color: inherit;
border: 0;
font-size: 0;
padding: 0;
width: 40px;
}
.widget_search button:before {
content: "";
font-family: var(--g5-font-icon);
font-size: 18px;
font-weight: 400;
}
.widget_search button > span {
display: none;
}
.widget_search input {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 0 40px 0 20px;
}
.widget_search input:focus + button:before {
color: var(--g5-color-accent);
}
.widget_archive select,
.widget_categories select,
.widget_product_categories select {
width: 100%;
}
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul {
list-style: none;
padding: 0;
margin: -5px 0 0 0;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li {
position: relative;
margin: 0;
}
.widget_archive ul li > a,
.widget_categories ul li > a,
.widget_nav_menu ul li > a,
.widget_pages ul li > a {
display: inline-block;
margin: 5px 0;
position: relative;
line-height: 20px;
min-height: 20px;
color: inherit;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-bottom: 1px solid transparent;
}
.widget_archive ul li > a:hover,
.widget_categories ul li > a:hover,
.widget_nav_menu ul li > a:hover,
.widget_pages ul li > a:hover {
color: var(--g5-color-accent);
border-color: currentColor;
}
.widget_archive ul li:last-child a,
.widget_categories ul li:last-child a,
.widget_nav_menu ul li:last-child a,
.widget_pages ul li:last-child a {
margin-bottom: 0;
}
.widget_archive ul .current_page_ancestor > ul,
.widget_archive ul .current_page_parent > ul,
.widget_archive ul .current-cat-parent > ul,
.widget_archive ul .current-cat-ancestor > ul,
.widget_categories ul .current_page_ancestor > ul,
.widget_categories ul .current_page_parent > ul,
.widget_categories ul .current-cat-parent > ul,
.widget_categories ul .current-cat-ancestor > ul,
.widget_nav_menu ul .current_page_ancestor > ul,
.widget_nav_menu ul .current_page_parent > ul,
.widget_nav_menu ul .current-cat-parent > ul,
.widget_nav_menu ul .current-cat-ancestor > ul,
.widget_pages ul .current_page_ancestor > ul,
.widget_pages ul .current_page_parent > ul,
.widget_pages ul .current-cat-parent > ul,
.widget_pages ul .current-cat-ancestor > ul {
display: block;
}
.widget_archive ul .current-cat > a,
.widget_categories ul .current-cat > a,
.widget_nav_menu ul .current-cat > a,
.widget_pages ul .current-cat > a {
color: var(--g5-color-accent);
}
.widget_archive ul ul.children,
.widget_archive ul ul.sub-menu,
.widget_categories ul ul.children,
.widget_categories ul ul.sub-menu,
.widget_nav_menu ul ul.children,
.widget_nav_menu ul ul.sub-menu,
.widget_pages ul ul.children,
.widget_pages ul ul.sub-menu {
list-style: none;
padding: 0 0 0 20px;
margin: 0;
}
.widget_archive span.count,
.widget_categories ul span.count {
position: absolute;
top: 2px;
right: 0;
}
.widget_archive a:hover + .count,
.widget_categories ul a:hover + .count {
color: var(--g5-color-accent);
}
.widget_pages ul .current_page_item > a {
color: var(--g5-color-accent);
}
.widget_nav_menu ul .current-menu-item > a {
color: var(--g5-color-accent);
}
.widget_rss ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul {
padding: 0;
margin: -5px 0 0 0;
list-style: none;
}
.widget_rss ul .children,
.widget_recent_entries ul .children,
.widget_recent_comments ul .children,
.widget_meta ul .children {
padding-left: 0;
margin: 0;
list-style: none;
}
.widget_rss ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_meta ul li {
padding: 5px 0;
line-height: 20px;
margin: 0;
}
.widget_rss ul a,
.widget_recent_entries ul a,
.widget_recent_comments ul a,
.widget_meta ul a {
color: inherit;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-bottom: 1px solid transparent;
}
.widget_rss ul a:hover,
.widget_recent_entries ul a:hover,
.widget_recent_comments ul a:hover,
.widget_meta ul a:hover {
color: var(--g5-color-accent);
border-color: currentColor;
}
.widget_recent_comments ul a {
border-color: currentColor;
}
.widget_recent_comments ul li {
line-height: 25px;
}
.widget_rss a.rsswidget .rss-widget-icon {
display: none;
}
.widget_rss ul li {
line-height: 25px;
}
.widget_rss ul a {
border-color: currentColor;
}
.widget.widget_tag_cloud {
margin-bottom: 56px;
}
.tagcloud label {
color: var(--g5-color-heading);
font-weight: 700;
margin: 0 15px 0 0;
}
.tagcloud a {
margin: 0 11px 9px 0;
font-size: 16px !important;
display: inline-block;
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: inherit;
line-height: 1.1;
border-bottom: 1px solid transparent;
}
.tagcloud a:hover {
color: var(--g5-color-accent);
border-bottom-color: currentColor;
}
.zoom-instagram-widget .widget-title {
margin-bottom: 27px;
}
.zoom-instagram-widget__item {
margin-left: 0;
}
.g5blog__widget-post .widget-title {
margin-bottom: 30px;
}
.g5blog__widget-post .g5blog__widget-post-list .g5blog__post-widget {
margin-bottom: 34px;
}
.widget_calendar caption {
caption-side: top;
padding: 0.5rem 1rem;
background-color: #f2f2f2;
border: solid 1px;
border-color: var(--g5-color-border);
text-transform: uppercase;
font-size: 14px;
color: var(--g5-color-heading);
font-weight: 600;
text-align: center;
}
.widget_calendar td, .widget_calendar th {
padding: 0.3rem;
}
.widget_calendar thead td, .widget_calendar thead th, .widget_calendar tbody td, .widget_calendar tbody th {
text-align: center;
border-width: 1px;
}
.widget_calendar tfoot td, .widget_calendar tfoot th {
border: none;
}
.widget_calendar tfoot #next {
text-align: right;
}
.wpb_widgetised_column .widget {
margin-bottom: 0;
} .content-404-wrapper {
text-align: center;
}
.content-404-wrapper h2 {
font-size: 12rem;
}
.content-404-wrapper h4 {
font-size: 36px;
margin-bottom: 15px;
}
.content-404-wrapper p {
margin-bottom: 45px;
}
.content-404-wrapper .number-404 {
font-size: 10.125rem;
font-weight: 700;
letter-spacing: -0.16em;
}
.content-404-wrapper .text-404 {
max-width: 440px;
margin: 0 auto;
letter-spacing: 0.4px;
}  .font-weight-500 {
font-weight: 500 !important;
}
.font-weight-600 {
font-weight: 600 !important;
} .entry-content:after, .comment-form:after, .widget:after {
content: "";
display: block;
clear: both;
}
.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{position:relative;display:inline-block;font-size:.875rem;line-height:2.6875rem;padding:0 1.875rem;font-weight:700;border:solid 1px transparent;white-space:nowrap;text-transform:uppercase;color:#fff;background-color:#000;border-color:#000;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.woocommerce #respond input#submit:active,.woocommerce #respond input#submit:focus,.woocommerce #respond input#submit:hover,.woocommerce a.button:active,.woocommerce a.button:focus,.woocommerce a.button:hover,.woocommerce button.button:active,.woocommerce button.button:focus,.woocommerce button.button:hover,.woocommerce input.button:active,.woocommerce input.button:focus,.woocommerce input.button:hover{color:#000;background-color:transparent;border-color:#000}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{font-size:.875rem;line-height:2.6875rem;padding:0 1.875rem}.woocommerce #respond input#submit.loading:after,.woocommerce a.button.loading:after,.woocommerce button.button.loading:after,.woocommerce input.button.loading:after{top:0}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled]{font-size:.875rem;line-height:2.6875rem;padding:0 1.875rem;color:#fff;background-color:#000;border-color:#000}.woocommerce #respond input#submit.disabled:active,.woocommerce #respond input#submit.disabled:focus,.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:active,.woocommerce #respond input#submit:disabled:focus,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:active,.woocommerce #respond input#submit:disabled[disabled]:focus,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:active,.woocommerce a.button.disabled:focus,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:active,.woocommerce a.button:disabled:focus,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:active,.woocommerce a.button:disabled[disabled]:focus,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:active,.woocommerce button.button.disabled:focus,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:active,.woocommerce button.button:disabled:focus,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:active,.woocommerce button.button:disabled[disabled]:focus,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:active,.woocommerce input.button.disabled:focus,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:active,.woocommerce input.button:disabled:focus,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:active,.woocommerce input.button:disabled[disabled]:focus,.woocommerce input.button:disabled[disabled]:hover{color:#000;background-color:transparent;border-color:#000}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{color:#fff;background-color:#000;border-color:#000}.woocommerce #respond input#submit.alt.disabled:active,.woocommerce #respond input#submit.alt.disabled:focus,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:active,.woocommerce #respond input#submit.alt:focus,.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt.disabled:active,.woocommerce a.button.alt.disabled:focus,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:active,.woocommerce a.button.alt:focus,.woocommerce a.button.alt:hover,.woocommerce button.button.alt.disabled:active,.woocommerce button.button.alt.disabled:focus,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:active,.woocommerce button.button.alt:focus,.woocommerce button.button.alt:hover,.woocommerce input.button.alt.disabled:active,.woocommerce input.button.alt.disabled:focus,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:active,.woocommerce input.button.alt:focus,.woocommerce input.button.alt:hover,.woocommerce table.wishlist_table .product-add-to-cart a:active,.woocommerce table.wishlist_table .product-add-to-cart a:focus,.woocommerce table.wishlist_table .product-add-to-cart a:hover{color:#000;background-color:transparent;border-color:#000}.woocommerce #respond input#submit.alt.disabled,.woocommerce a.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce input.button.alt.disabled{color:#fff;background-color:#000;border-color:#000}.woocommerce a.remove{font-size:0!important;width:20px;height:20px;display:inline-block}.woocommerce a.remove:before{font-family:var(--g5-font-icon);font-weight:300;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;content:"";font-size:16px;color:var(--g5-color-muted)}.woocommerce a.remove:hover{background-color:transparent}.g5shop__loop-product-title:hover,.woocommerce a.remove:hover:before,.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,.woocommerce-loop-category__title:hover{color:var(--g5-color-accent)}.g5shop__loop-product-title,.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce-loop-category__title{font-size:16px;font-weight:700}.g5shop__loop-product-title mark,.woocommerce ul.products li.product .woocommerce-loop-category__title mark,.woocommerce ul.products li.product .woocommerce-loop-product__title mark,.woocommerce-loop-category__title mark{background:0 0;padding:0}.woocommerce .star-rating{font-size:12px!important;width:72px;margin:0;float:none}.woocommerce .star-rating:before{letter-spacing:.2em;color:#000}.woocommerce .star-rating span,.woocommerce p.stars a{color:#000}.woocommerce .star-rating span:before{letter-spacing:.2em}.woocommerce .g5shop__product-item .g5shop__product-info .price,.woocommerce ul.products li.product .price{font-size:16px;font-weight:400;color:var(--g5-color-heading)}.woocommerce .g5shop__product-item .g5shop__product-info .price ins,.woocommerce ul.products li.product .price ins{text-decoration:none;font-weight:400}.woocommerce .g5shop__product-item .g5shop__product-info .price del,.woocommerce div.product div.summary p.price del,.woocommerce div.product div.summary span.price del,.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__price del,.woocommerce table.my_account_orders .product-price del,.woocommerce table.my_account_orders .product-subtotal del,.woocommerce table.shop_table.cart .product-price del,.woocommerce table.shop_table.cart .product-subtotal del,.woocommerce ul.products li.product .price del{margin-right:5px}.g5shop__product-flash,.woocommerce span.onsale{height:45px;width:45px;padding:0;background-color:#e67a7a;border-radius:50%;color:#fff;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.woocommerce span.onsale{min-width:0;min-height:0;top:10px;left:10px;line-height:1}.woocommerce ul.products li.product .onsale{top:10px;left:10px;margin:0;right:auto}.g5shop__product-flash{font-style:normal;font-stretch:normal}.g5shop__product-flash+.g5shop__product-flash{margin-top:5px}.on-featured{background-color:#ead185}.on-new{background-color:#9bd6c1}.woocommerce .woocommerce-pagination ul.page-numbers,.woocommerce-page .woocommerce-pagination ul.page-numbers{border:0;margin:0}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{border:0;float:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.woocommerce .woocommerce-pagination ul.page-numbers li a,.woocommerce .woocommerce-pagination ul.page-numbers li span,.woocommerce-page .woocommerce-pagination ul.page-numbers li a,.woocommerce-page .woocommerce-pagination ul.page-numbers li span{font-size:18px;color:#a2a2a2;font-weight:500;padding:0;margin:0 15px;min-width:auto;-webkit-transition:all .5s;transition:all .5s}.woocommerce .woocommerce-pagination ul.page-numbers li a.current,.woocommerce .woocommerce-pagination ul.page-numbers li a:hover,.woocommerce .woocommerce-pagination ul.page-numbers li span.current,.woocommerce .woocommerce-pagination ul.page-numbers li span:hover,.woocommerce-page .woocommerce-pagination ul.page-numbers li a.current,.woocommerce-page .woocommerce-pagination ul.page-numbers li a:hover,.woocommerce-page .woocommerce-pagination ul.page-numbers li span.current,.woocommerce-page .woocommerce-pagination ul.page-numbers li span:hover{color:var(--g5-color-accent);background:0 0}.woocommerce .woocommerce-pagination ul.page-numbers li .next,.woocommerce .woocommerce-pagination ul.page-numbers li .prev,.woocommerce-page .woocommerce-pagination ul.page-numbers li .next,.woocommerce-page .woocommerce-pagination ul.page-numbers li .prev{font-size:0}.select2-container--open{z-index:999999}.select2-container--default.select2-container--default .select2-selection--single{background-color:var(--g5-color-background-input);border:1px solid var(--g5-color-border-input);border-radius:0;height:45px;margin:0}.select2-container--default.select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--g5-color-text-input);line-height:43px;padding-left:20px}.select2-container--default.select2-container--default .select2-selection--single .select2-selection__arrow{height:43px}.select2-container--default.select2-container--default .select2-selection--single .select2-selection__placeholder{color:inherit}.select2-container--default.select2-container--default .select2-selection--single .select2-selection__clear{font-weight:400}.woocommerce .quantity .qty{width:130px;padding:0;background:0 0;border:1px solid;border-color:var(--g5-color-border)}.woocommerce .quantity .qty::-webkit-inner-spin-button,.woocommerce .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.g5shop__quantity label,.woocommerce table.wishlist_table .product-stock-status span.wishlist-in-stock{color:var(--g5-color-heading)}.g5shop__quantity input,.woocommerce div.product div.summary .g5shop__single-product-actions .compare:hover{background-color:transparent;color:var(--g5-color-heading)}.g5shop__quantity .g5shop__quantity-inner{width:130px}.woocommerce table.wishlist_table{font-size:100%}.woocommerce table.wishlist_table .product-add-to-cart a{display:inline-block!important;margin-bottom:0!important;padding:0 2.5rem!important;font-weight:700;border:solid 1px transparent;white-space:nowrap;text-transform:uppercase;font-size:.75rem;min-height:2.8125rem;line-height:2.6875rem;color:#fff;background-color:#000;border-color:#000}.woocommerce table.wishlist_table tr td,.woocommerce table.wishlist_table tr th.product-checkbox,.woocommerce table.wishlist_table tr th.wishlist-delete{text-align:left}.yith-wcwl-share li a i.fa{font:14px/1 FontAwesome!important}.yith_wcwl_wishlist_footer>div{margin-top:40px}.yith-wcwl-share h4.yith-wcwl-share-title{font-size:21px}.wishlist-title>h2{font-size:24px;margin-bottom:35px}.woocommerce .hidden-title-form a.hide-title-form{line-height:2.5rem!important}.wishlist_table.mobile{padding:0}.wishlist_table.mobile li{margin-bottom:40px}.wishlist_table.mobile li:last-child{margin-bottom:0}.wishlist_table.mobile li .item-wrapper{display:block;width:100%;margin-bottom:10px}.wishlist_table.mobile li .item-details h3{font-size:16px}.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td{font-size:1em}.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label{font-weight:500}.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value{color:var(--g5-color-heading);font-weight:500}.wishlist_table.mobile li .product-add-to-cart a.button{width:100%}.g5shop__loop-product-cat{font-size:12px;text-transform:uppercase;letter-spacing:.5px;font-weight:500;color:var(--g5-color-muted)}.g5shop__loop-product-cat:hover{color:var(--g5-color-accent)}.g5shop__product-actions{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.g5shop__product-actions .g5shop__add-to-cart,.g5shop__product-actions .g5shop__quick-view,.g5shop__product-actions .yith-wcwl-add-to-wishlist{margin-bottom:10px}.g5shop__add-to-cart{color:#000;border-radius:50%}.g5shop__add-to-cart:active,.g5shop__add-to-cart:focus,.g5shop__add-to-cart:hover{background-color:#000}.g5shop__add-to-cart .add_to_cart_button,.g5shop__add-to-cart .added_to_cart,.g5shop__add-to-cart .product_out_of_stock,.g5shop__add-to-cart .product_type_external,.g5shop__add-to-cart .product_type_grouped,.g5shop__add-to-cart .product_type_variable{width:45px;height:45px}.g5shop__add-to-cart .add_to_cart_button:before,.g5shop__add-to-cart .added_to_cart:before,.g5shop__add-to-cart .product_out_of_stock:before,.g5shop__add-to-cart .product_type_external:before,.g5shop__add-to-cart .product_type_grouped:before,.g5shop__add-to-cart .product_type_variable:before{content:""}.g5shop__quick-view,.yith-wcwl-add-to-wishlist a{width:45px;height:45px;color:#000;border-radius:50%!important}.g5shop__product-actions .compare:active,.g5shop__product-actions .compare:focus,.g5shop__product-actions .compare:hover,.g5shop__product-list-actions .compare:active,.g5shop__product-list-actions .compare:focus,.g5shop__product-list-actions .compare:hover,.g5shop__quick-view:active,.g5shop__quick-view:focus,.g5shop__quick-view:hover,.yith-wcwl-add-to-wishlist a:active,.yith-wcwl-add-to-wishlist a:focus,.yith-wcwl-add-to-wishlist a:hover{background-color:#000}.g5shop__quick-view i.fa-search:before{content:""}.g5shop__product-actions .compare,.g5shop__product-list-actions .compare{width:45px;height:45px;color:#000;border-radius:50%}.g5shop__product-list-actions a.button.button{color:#fff;background-color:#000;border-color:#000}.g5shop__product-list-actions a.button.button:active,.g5shop__product-list-actions a.button.button:focus,.g5shop__product-list-actions a.button.button:hover{color:#000;background-color:transparent;border-color:#000}.g5shop__product-list-actions .compare,.g5shop__product-list-actions .g5shop__quick-view,.g5shop__product-list-actions .yith-wcwl-add-to-wishlist a{border:1px solid currentColor;color:var(--g5-color-heading);background-color:transparent}.g5shop__product-list-actions .compare:active,.g5shop__product-list-actions .compare:focus,.g5shop__product-list-actions .compare:hover,.g5shop__product-list-actions .g5shop__quick-view:active,.g5shop__product-list-actions .g5shop__quick-view:focus,.g5shop__product-list-actions .g5shop__quick-view:hover,.g5shop__product-list-actions .yith-wcwl-add-to-wishlist a:active,.g5shop__product-list-actions .yith-wcwl-add-to-wishlist a:focus,.g5shop__product-list-actions .yith-wcwl-add-to-wishlist a:hover{background-color:var(--g5-color-heading);border-color:var(--g5-color-heading);color:#fff}.g5shop__swatch-color .g5shop__swatches-item,.g5shop__swatch-image .g5shop__swatches-item{width:13px;height:13px}.g5shop__reset_variations:hover,.g5shop__swatch-text .g5shop__swatches-item.g5shop__sw-selected,.g5shop__swatch-text .g5shop__swatches-item:hover{color:var(--g5-color-heading)}.g5shop__reset_variations{color:inherit;font-weight:700}.g5shop__single-swatches .g5shop__swatch-text .g5shop__swatches-item{line-height:1;padding:9px 10px;border:1px solid var(--g5-color-border);font-size:16px;min-width:36px;text-align:center}.g5shop__single-swatches .g5shop__swatch-text .g5shop__swatches-item:hover{color:var(--g5-color-heading);border-color:currentColor}.g5shop__single-swatches .g5shop__swatch-text .g5shop__swatches-item.g5shop__sw-selected{color:#fff;background-color:#000;border-color:#000}.g5shop__mini-cart ul.woocommerce-mini-cart li a:not(.remove){color:#000;font-weight:700}.g5shop__mini-cart ul.woocommerce-mini-cart li .quantity{font-size:16px;color:#000}.g5shop__mini-cart .woocommerce-mini-cart__total{color:#000}.g5shop__mini-cart .woocommerce-mini-cart__total .amount,.g5shop__mini-cart ul.woocommerce-mini-cart li .woocommerce-Price-amount{font-weight:400;color:inherit}.g5shop_header-action-icon a>span{background-color:var(--g5-color-accent)}#g5shop__popup-product-quick-view .mfp-move-from-top .mfp-close{width:35px;height:35px;line-height:35px}.g5shop__single-product-summary .wcppec-checkout-buttons{text-align:left}@media (max-width:767px){.cate-filer-left-mw-767 .g5core__cate-filer{-ms-flex-pack:start;justify-content:flex-start}}.g5shop__search-product-cat select{border-width:0 0 2px;padding-left:0}.g5shop__search-product-cat .select2-container--default.select2-container--default .select2-selection--single{border-width:0 0 2px}.g5shop__search-product-cat .select2-container--default.select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0;padding-right:40px}.g5shop__search-product .g5shop__search-product-input input[type=search]{padding-left:20px}.g5shop__countdown-section{width:85px;height:85px;background-color:transparent;color:var(--g5-color-heading);border-radius:0;border:1px solid var(--g5-color-border)}.g5shop__countdown-section .countdown-amount{font-size:34px;font-weight:400}.g5shop__countdown-section .countdown-period{font-size:12px;font-weight:500;letter-spacing:.55px;margin-top:5px}.g5shop__countdown-section+.g5shop__countdown-section{margin-left:10px}.g5shop__deal-heading{color:var(--g5-color-heading);font-size:16px;text-transform:none;margin-bottom:8px}.g5shop__product-navigation{display:-ms-flexbox;display:flex}.g5shop__product-navigation .product-nav>a{font-size:14px}.g5shop__product-navigation .product-nav.prev{margin-right:20px}.g5shop__product-navigation .product-nav:hover .dropdown-menu,.widget_product_categories ul .current-cat-ancestor>ul,.widget_product_categories ul .current-cat-parent>ul,.widget_product_categories ul .current_page_ancestor>ul,.widget_product_categories ul .current_page_parent>ul{display:block}.g5shop__product-navigation .dropdown-menu{margin:0;min-width:215px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:10px;border:0;box-shadow:0 10px 10px 0 rgba(0,0,0,.09)}.g5shop__product-navigation .media img{width:60px;margin-right:10px}.g5shop__product-navigation .media h5{font-size:16px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g5shop__product-navigation .media .amount{font-size:14px;color:var(--g5-color-heading)}.g5shop__product-navigation .media .media-body{width:1px}.g5shop__single-breadcrumbs .container,body.single-product .g5core-page-title-default .breadcrumbs-wrap .container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:767px){.g5shop__product-navigation{display:none}}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{color:#000;background-color:#f7f7f7;padding:12px 20px 12px 40px;margin-bottom:30px}.woocommerce .widget_layered_nav_filters ul li,.woocommerce .widget_rating_filter ul li,.woocommerce .woocommerce-error li,.woocommerce .woocommerce-info li,.woocommerce .woocommerce-message li,.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li{margin:0}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button{background-color:transparent;border:0;color:#000;padding:0;font-size:14px;line-height:1;position:relative;top:6px}.woocommerce .woocommerce-error .button:after,.woocommerce .woocommerce-info .button:after,.woocommerce .woocommerce-message .button:after,.woocommerce-form-coupon-toggle .woocommerce-info a:after,.woocommerce-form-login-toggle .woocommerce-info a:after{display:block;content:"";position:absolute;width:100%;-webkit-transition:all .5s;transition:all .5s;height:1px;bottom:-5px;background-color:currentColor;opacity:0}.woocommerce .woocommerce-error .button:hover:after,.woocommerce .woocommerce-info .button:hover:after,.woocommerce .woocommerce-message .button:hover:after,.woocommerce-form-coupon-toggle .woocommerce-info a:hover:after,.woocommerce-form-login-toggle .woocommerce-info a:hover:after{opacity:1}.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:before{top:14px;left:14px}.woocommerce-message{border-top-color:#78b873}.woocommerce-error:before,.woocommerce-message:before{color:#78b873;font-family:"Font Awesome 5 Pro";content:"";font-weight:900;font-size:14px}.woocommerce-error{border-top-color:#e43b3b}.woocommerce-error:before{color:#e43b3b;content:""}.woocommerce-info:before{top:12px!important}.woocommerce-form-coupon-toggle .woocommerce-info,.woocommerce-form-login-toggle .woocommerce-info{background-color:transparent;border-top:none;padding:0;color:#666}.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item,.woocommerce-form-coupon-toggle .woocommerce-info a,.woocommerce-form-login-toggle .woocommerce-info a{position:relative}.woocommerce-form-coupon-toggle .woocommerce-info a:after,.woocommerce-form-login-toggle .woocommerce-info a:after{bottom:-2px;left:0;opacity:.15}.widget_product_search button>span,.widget_product_search label,.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen a:before,.woocommerce-form-coupon-toggle .woocommerce-info:before,.woocommerce-form-login-toggle .woocommerce-info:before{display:none}.woocommerce-form-coupon-toggle+form.checkout_coupon{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.woocommerce-form-coupon-toggle+form.checkout_coupon .form-row{width:auto!important;margin:0}.woocommerce-form-coupon-toggle+form.checkout_coupon .form-row-last{-ms-flex-negative:0;flex-shrink:0}.woocommerce-form-coupon-toggle+form.checkout_coupon .form-row-first{-ms-flex-positive:1;flex-grow:1}.woocommerce-form-coupon-toggle+form.checkout_coupon,.woocommerce-form-login-toggle+form.login{background-color:#f7f7f7;border:0;border-radius:0;padding:35px 25px 40px;max-width:510px}@media (max-width:480px){.woocommerce-form-coupon-toggle+form.checkout_coupon .form-row{width:100%!important}.woocommerce-form-coupon-toggle+form.checkout_coupon .form-row-first{margin-bottom:25px}.woocommerce-form-coupon-toggle+form.checkout_coupon .form-row-first input{text-align:center}.woocommerce-form-coupon-toggle+form.checkout_coupon .form-row-last button{width:100%}}.g5shop__widget-price-filter ul,.g5shop__widget-product-sorting ul,.widget_product_categories ul{list-style:none;padding:0;margin:-5px 0 0}.g5shop__widget-price-filter ul li,.g5shop__widget-product-sorting ul li,.widget_product_categories ul li{position:relative;margin:0}.g5shop__widget-price-filter ul li>a,.g5shop__widget-product-sorting ul li>a,.widget_product_categories ul li>a{display:inline-block;margin:5px 0;position:relative;line-height:20px;min-height:20px;color:inherit;-webkit-transition:all .3s;transition:all .3s;border-bottom:1px solid transparent}.widget_product_categories ul li>a:hover{color:var(--g5-color-accent);border-color:currentColor}.widget_product_categories ul li:last-child a{margin-bottom:0}.g5shop__widget-price-filter ul .current,.g5shop__widget-price-filter ul .current-cat>a,.g5shop__widget-product-sorting ul .current,.g5shop__widget-product-sorting ul .current-cat>a,.widget_product_categories ul .current-cat>a,.woocommerce .widget_price_filter .price_slider_amount .button:hover{color:var(--g5-color-accent)}.widget_product_categories ul ul.children,.widget_product_categories ul ul.sub-menu{list-style:none;padding:0 0 0 20px;margin:0}.g5shop__filter-button,.widget_product_categories ul a:hover+.count,.woocommerce .widget_layered_nav_filters ul li a:hover,.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list a:hover+.count,.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen a,.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen a+.count{color:var(--g5-color-heading)}.widget_product_categories ul span.count{position:absolute;top:2px;right:0}.product_meta>span a,.woocommerce .widget_layered_nav_filters ul li a{color:inherit}.woocommerce .widget_layered_nav_filters ul li a:before{color:var(--g5-color-heading);font-size:14px;position:relative;top:1px}.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list a{color:inherit;display:inline-block;margin:5px 0;padding:0;position:relative;line-height:20px;min-height:20px;-webkit-transition:all .3s;transition:all .3s;border-bottom:1px solid transparent}.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list span.count{position:absolute;top:2px;padding:0;right:0}.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen:before{font-family:WooCommerce;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;color:#a00;display:inline-block;position:relative;top:2px}.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen a:not(.layered-nav-item-color)>span{background-color:var(--g5-color-heading)}.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list a:hover{border-color:currentColor;color:var(--g5-color-heading)}.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list a:not(.layered-nav-item-color):hover>span{color:var(--g5-color-heading)}.widget_product_search form{display:-ms-flexbox;display:flex;position:relative}.widget_product_search button{position:absolute;right:0;background:0 0;color:inherit;border:0;font-size:0;padding:0;width:40px}.widget_product_search button:before{content:"";font-family:var(--g5-font-icon);font-size:18px;font-weight:400}.widget_product_search input{-ms-flex:1 1 auto;flex:1 1 auto;padding:0 40px 0 20px}.g5shop__filter-button.active,.g5shop__filter-button:active,.g5shop__filter-button:focus,.g5shop__filter-button:hover,.widget_product_search input:focus+button:before{color:var(--g5-color-accent)}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{height:4px;background-color:#ddd;margin-bottom:15px}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color:var(--g5-color-heading)}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:var(--g5-color-heading);width:17px;height:17px;top:-6px}.g5shop__loop-product-title-price,.woocommerce .widget_price_filter .price_slider_amount{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.woocommerce .widget_price_filter .price_slider_amount .price_label{font-size:16px;color:var(--g5-color-heading)}.woocommerce .widget_price_filter .price_slider_amount .clear{display:none}.woocommerce .widget_price_filter .price_slider_amount .button{order:1;font-size:16px;background-color:transparent;padding:0;line-height:24px;height:auto;margin:0;text-transform:uppercase;border:0;color:var(--g5-color-heading)}.woocommerce .widget_price_filter .price_slider_amount .button:before{font-family:var(--g5-font-icon);content:"";-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;font-weight:900;margin-right:5px}.woocommerce .widget_rating_filter ul li a{color:inherit;padding:5px 0;display:block}.woocommerce ul.product_list_widget:not(.cart_list) li{padding:0}.woocommerce ul.product_list_widget:not(.cart_list) li img{float:left;width:80px;margin:0 10px 0 0}.woocommerce ul.product_list_widget:not(.cart_list) li a{margin-bottom:5px;color:var(--g5-color-heading);font-weight:700}.woocommerce ul.product_list_widget:not(.cart_list) li a:hover{color:var(--g5-color-accent)}.woocommerce ul.product_list_widget:not(.cart_list) li span.amount{font-size:16px;font-weight:400;color:var(--g5-color-heading)}.woocommerce ul.product_list_widget:not(.cart_list) li ins{background:0 0;text-decoration:none;font-weight:400}.woocommerce ul.product_list_widget:not(.cart_list) li del span.amount{margin-right:5px}.woocommerce ul.product_list_widget:not(.cart_list) li .star-rating{margin-bottom:5px;margin-top:5px}.woocommerce ul.product_list_widget:not(.cart_list) li+li{margin-top:20px}.g5shop__widget-price-filter ul li>a:hover,.g5shop__widget-product-sorting ul li>a:hover{color:var(--g5-color-accent);border-color:currentColor}.g5shop__widget-price-filter ul li:last-child a,.g5shop__widget-product-sorting ul li:last-child a,.product_meta>span:last-child,.woocommerce #order_review .woocommerce-checkout-payment .place-order p:last-child,.woocommerce #reviews #comments ol.commentlist li .comment-text .description p:last-child,.woocommerce div.product div.summary .woocommerce-product-details__short-description p:last-child{margin-bottom:0}.g5shop__widget-price-filter ul .current-cat-ancestor>ul,.g5shop__widget-price-filter ul .current-cat-parent>ul,.g5shop__widget-price-filter ul .current_page_ancestor>ul,.g5shop__widget-price-filter ul .current_page_parent>ul,.g5shop__widget-product-sorting ul .current-cat-ancestor>ul,.g5shop__widget-product-sorting ul .current-cat-parent>ul,.g5shop__widget-product-sorting ul .current_page_ancestor>ul,.g5shop__widget-product-sorting ul .current_page_parent>ul{display:block}.g5shop__widget-price-filter ul ul.children,.g5shop__widget-price-filter ul ul.sub-menu,.g5shop__widget-product-sorting ul ul.children,.g5shop__widget-product-sorting ul ul.sub-menu{list-style:none;padding:0 0 0 20px;margin:0}.g5shop__switch-layout a{color:var(--g5-color-muted)}.g5shop__switch-layout a.active,.g5shop__switch-layout a:active,.g5shop__switch-layout a:focus,.g5shop__switch-layout a:hover{color:var(--g5-color-heading)}.g5shop__switch-layout a:first-child{margin-right:5px}.g5shop__shop-toolbar .g5core__cate-filer{margin-bottom:0!important}.g5shop__shop-toolbar .g5core__cate-filer>li>a{padding-bottom:0}.g5shop__shop-toolbar .g5core__cate-filer>li>a:before{display:none}.g5shop__shop-toolbar .g5shop__archive-filter-content{background-color:#f7f7f7}.g5shop__shop-toolbar.boxed,.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin-bottom:30px}.g5shop__shop-toolbar.boxed .g5shop__archive-filter-content{padding-left:30px;padding-right:30px}.g5shop__shop-toolbar.boxed .g5shop__shop-toolbar-inner{margin-bottom:40px}.g5shop__shop-toolbar.stretched .g5shop__shop-toolbar-inner,.g5shop__shop-toolbar.stretched_content .g5shop__shop-toolbar-inner{border-bottom:1px solid;border-color:var(--g5-color-border)}.woocommerce .g5shop__archive-filter-content .widget_product_categories ul span.count,.woocommerce .g5shop__archive-filter-content .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list span.count{position:static}.woocommerce .g5shop__archive-filter-content .widget_product_categories ul span.count:before{content:"("}.woocommerce .g5shop__archive-filter-content .widget_product_categories ul span.count:after{content:")"}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{text-align:center}.woocommerce ul.products li.product .added_to_cart,.woocommerce ul.products li.product .button,.woocommerce-page ul.products li.product .added_to_cart,.woocommerce-page ul.products li.product .button{margin-top:1em}.g5shop__product-skin-04 .g5core__entry-thumbnail:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__quantity .stock-status,.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__quantity label,.woocommerce ul.products li.product .added,.woocommerce-page ul.products li.product .added{display:none}.woocommerce ul.products li.product .star-rating,.woocommerce-page ul.products li.product .star-rating{margin-left:auto;margin-right:auto}.g5shop__layout-grid .g5shop__post-skin-classic .g5core__post-item-inner,.g5shop__layout-grid .g5shop__product-category .g5core__post-item-inner{padding-bottom:25px}.slick-slide .g5shop__post-skin-classic .g5core__post-item-inner{padding-bottom:0}@media (max-width:991px){.g5shop__layout-grid .g5shop__post-skin-classic .g5core__post-item-inner,.g5shop__layout-grid .g5shop__product-category .g5core__post-item-inner{padding-bottom:20px}}.g5shop__listing-wrap .g5core__paging{margin-top:30px}.g5shop__layout-list .g5shop__product-item{padding-bottom:30px!important}.g5shop__layout-list .g5shop__product-cat-item-inner,.g5shop__layout-list .g5shop__product-item-inner{padding-bottom:0!important;border:0}.g5shop__layout-list .g5shop__product-cat-info,.g5shop__layout-list .g5shop__product-info{padding:20px 0 20px 50px;margin:0}@media (min-width:768px){.g5shop__layout-list .g5shop__product-cat-item-inner,.g5shop__layout-list .g5shop__product-item-inner{-ms-flex-align:center;align-items:center}.g5shop__layout-list .g5shop__product-featured{-ms-flex-item-align:stretch;align-self:stretch}.g5shop__layout-list .g5shop__product-thumbnail,.g5shop__layout-list .g5shop__product-thumbnail div,.g5shop__layout-list .g5shop__product-thumbnail img{height:100%}.g5shop__layout-list .g5shop__product-thumbnail img{object-fit:cover}}@media (max-width:767px){.g5shop__layout-list .g5shop__product-item{padding-bottom:50px!important}.g5shop__layout-list .g5core__post-featured{margin-bottom:30px}.g5shop__layout-list .g5shop__product-cat-info,.g5shop__layout-list .g5shop__product-info{padding:0}}@media (max-width:575px){.g5shop__layout-list .g5shop__product-cat-info,.g5shop__layout-list .g5shop__product-info{padding:20px}}.g5shop__loop-product-title-price .g5shop__loop-product-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g5shop__loop-product-price-add-to-cart{height:26px;overflow-y:hidden;text-align:right;-ms-flex-negative:0;flex-shrink:0}.g5shop__loop-product-price-add-to-cart .price,.g5shop__loop-product-price-add-to-cart a.added_to_cart,.g5shop__loop-product-price-add-to-cart a.button{-webkit-transition:all .5s;transition:all .5s;-webkit-transform:translateY(0);transform:translateY(0)}.g5shop__loop-product-price-add-to-cart a.added_to_cart,.g5shop__loop-product-price-add-to-cart a.button{margin-top:0!important;position:relative;top:-4px}@media (min-width:1200px){.g5shop__product-item-inner.active .g5shop__loop-product-price-add-to-cart .price,.g5shop__product-item-inner.active .g5shop__loop-product-price-add-to-cart a.added_to_cart,.g5shop__product-item-inner.active .g5shop__loop-product-price-add-to-cart a.button,.g5shop__product-item-inner:hover .g5shop__loop-product-price-add-to-cart .price,.g5shop__product-item-inner:hover .g5shop__loop-product-price-add-to-cart a.added_to_cart,.g5shop__product-item-inner:hover .g5shop__loop-product-price-add-to-cart a.button{-webkit-transform:translateY(-26px);transform:translateY(-26px)}}.g5shop__product-item .g5shop__loop-product-cat+.g5shop__loop-product-title,.g5shop__product-item .g5shop__loop-product-cat+.g5shop__loop-product-title-price,.g5shop__product-item .g5shop__product-info .price{margin-top:2px}.g5shop__product-item .g5shop__product-info .g5shop__loop-product-title-price .g5shop__loop-product-title,.g5shop__product-item .g5shop__product-info .g5shop__loop-product-title-price .price{margin:1px 0}.g5shop__product-item .g5shop__product-info .star-rating{margin-top:7px}.g5shop__product-item .g5shop__loop-product_excerpt,.g5shop__product-skin-01 .g5shop__loop-product-title-price+.a.added_to_cart,.g5shop__product-skin-01 .g5shop__loop-product-title-price+a.button{margin-top:5px}.g5shop__product-item .star-rating+.g5shop__loop-product_excerpt{margin-top:15px}@media (min-width:992px){.g5shop__product-skin-01 .g5shop__product-actions .g5shop__add-to-cart{display:none}}@media (min-width:1200px){.g5shop__product-skin-01 .g5shop__product-info>.a.added_to_cart,.g5shop__product-skin-01 .g5shop__product-info>a.button{display:none}}.g5shop__product-skin-01 a.button{background-color:transparent;color:var(--g5-color-heading);border-width:0 0 1px;border-color:var(--g5-color-border);letter-spacing:.5px;margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.g5shop__product-skin-01 a.button:hover{border-color:var(--g5-color-heading)}.g5shop__product-skin-01 a.added_to_cart,.g5shop__product-skin-01 a.button,.g5shop__product-skin-01 a.button.loading{min-height:26px;line-height:26px;padding:0}.g5shop__product-skin-01 a.button.loading:after{right:50%;margin-right:-7px}.g5shop__product-skin-01 a.added_to_cart{margin-top:10px;color:var(--g5-color-heading);border-bottom:1px solid var(--g5-color-border)}.g5shop__product-skin-01 a.added_to_cart:hover{border-color:var(--g5-color-heading)}.g5shop__layout-list .g5shop__loop-product-title,.g5shop__layout-list .woocommerce-loop-category__title{font-size:20px}.g5shop__layout-list .g5shop__loop-product-cat,.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time{font-size:12px}.g5shop__layout-list .g5shop__product-item .g5shop__product-info .star-rating{margin-top:7px}.g5shop__layout-list .g5shop__product-item .g5shop__loop-product_excerpt{margin-top:35px}.g5shop__product-skin-04 .g5shop__loop-product-flash{z-index:2;right:10px;left:auto;-webkit-transition:all .3s;transition:all .3s}.g5shop__product-skin-04 .g5shop__loop-product-title-cat{position:absolute;top:0;left:0;right:0;z-index:2;padding:25px}.g5shop__product-skin-04 .g5shop__product-info{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:25px}.g5shop__product-skin-04 .g5shop__loop-product-cat{margin-top:5px}.g5shop__product-skin-04.g5shop__product-item .g5shop__product-info .price,.woocommerce ul.order_details li{margin-top:0}.g5shop__product-skin-04 .g5shop__product-item-inner:hover .g5shop__loop-product-flash{opacity:0}.product_meta>span{display:block;margin-bottom:.5rem;color:var(--g5-color-muted);font-size:15px}.product_meta>span label{margin:0 10px 0 0;font-weight:500;min-width:100px;font-size:15px;color:var(--g5-color-heading)}.product_meta>span a:hover,.woocommerce div.product div.summary .product_title a:hover,.woocommerce div.product div.summary .woocommerce-product-rating a:hover,.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__label a:hover,.woocommerce div.product form.cart table.variations .reset_variations:hover{color:var(--g5-color-accent)}.g5core__social-share.product{margin-top:.5rem}.g5core__social-share.product .g5core__share-label{text-transform:none;min-width:100px;font-weight:500;font-size:15px;color:var(--g5-color-heading)}.g5core__social-share.product ul.g5core__share-list{font-size:14px;color:var(--g5-color-muted)}.woocommerce div.product div.images,.woocommerce div.product div.summary{margin-bottom:100px}.woocommerce div.product div.summary .product_title{font-size:40px;margin-bottom:19px}.woocommerce div.product div.summary .product_title a,.woocommerce div.product div.summary .woocommerce-product-rating a,.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__price del .amount{color:inherit}.woocommerce div.product div.summary .woocommerce-product-rating{margin-bottom:25px;margin-top:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;line-height:1}.woocommerce div.product div.summary .woocommerce-product-rating .star-rating{margin:0 15px 0 0}.woocommerce div.product div.summary p.price,.woocommerce div.product div.summary span.price{line-height:1;font-size:20px;margin-bottom:20px;color:var(--g5-color-heading)}.woocommerce div.product div.summary p.price ins,.woocommerce div.product div.summary span.price ins{font-weight:400;text-decoration:none}.woocommerce div.product div.summary .woocommerce-product-details__short-description,.woocommerce div.product div.summary .woocommerce-product-details__short-description p{margin-bottom:20px}.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist{margin-bottom:35px;margin-top:0}.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .single_add_to_wishlist{color:var(--g5-color-heading)}.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .single_add_to_wishlist i{font-weight:400;font-size:16px;position:relative;top:1px}.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .single_add_to_wishlist i:before{content:""}.g5shop__product-skin-01 a.added_to_cart,.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .single_add_to_wishlist span{font-size:14px;text-transform:uppercase;letter-spacing:.5px;font-weight:700}.woocommerce div.product div.summary .product_meta{margin-top:23px;padding-top:31px;border-top:1px solid var(--g5-color-border)}.woocommerce div.product div.summary .g5shop__single-product-actions{margin-top:29px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.woocommerce div.product div.summary .g5shop__single-product-actions .tooltip{display:none!important}.woocommerce div.product div.summary .g5shop__single-product-actions .yith-wcwl-add-to-wishlist{margin:0 35px 0 0}.woocommerce div.product div.summary .g5shop__single-product-actions .compare,.woocommerce div.product div.summary .g5shop__single-product-actions .yith-wcwl-add-to-wishlist a{width:auto;height:auto;border:0;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.woocommerce div.product div.summary .g5shop__single-product-actions .compare:before,.woocommerce div.product div.summary .g5shop__single-product-actions .yith-wcwl-add-to-wishlist a:before{margin-right:10px}.woocommerce div.product div.summary .g5shop__single-product-actions .yith-wcwl-add-to-wishlist a:active,.woocommerce div.product div.summary .g5shop__single-product-actions .yith-wcwl-add-to-wishlist a:focus,.woocommerce div.product div.summary .g5shop__single-product-actions .yith-wcwl-add-to-wishlist a:hover{background-color:transparent;color:var(--g5-color-heading)}.woocommerce div.product div.summary .g5shop__product-deal-countdown{margin-bottom:20px}.woocommerce div.product div.summary .g5shop__product-deal-countdown-inner{-ms-flex-pack:start;justify-content:flex-start}.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li,.woocommerce #reviews #review_form_wrapper p,.woocommerce div.product div.summary .g5shop__quantity,.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:20px}.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__quantity-label{color:var(--g5-color-heading);font-weight:700;display:block;margin-bottom:8px}.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__quantity{margin-bottom:0;margin-right:20px}.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity .button{float:none;-ms-flex-positive:1;flex-grow:1}@media (max-width:340px){.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity .button,.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity .g5shop__quantity .g5shop__quantity-inner{width:100%}.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity .g5shop__quantity{width:100%;margin:0 0 15px}}.woocommerce div.product .woocommerce-tabs{margin-top:100px}.woocommerce #reviews #comments ol.commentlist li,.woocommerce div.product .woocommerce-tabs .panel{margin:0}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin-bottom:35px;text-align:center;overflow:unset}.woocommerce div.product .woocommerce-tabs ul.tabs li{background:0 0;border-radius:0;border:0;padding:0;margin:0 30px}.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size:32px;padding:0;font-weight:600;position:relative;color:#bebebe}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,.woocommerce div.product .woocommerce-tabs ul.tabs li.active{color:var(--g5-color-heading)}.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a:after{display:none}.g5shop__panel-heading h4{border-bottom:1px solid var(--g5-color-border);font-size:18px;font-weight:700}@media (max-width:767px){.g5shop__tab-panel{border:1px solid var(--g5-color-border)}}.g5shop__tabs-container{margin-bottom:35px}.g5shop__tabs-container .nav-tabs .nav-link{color:#bebebe;font-weight:600;font-size:32px}.g5shop__tabs-container .nav-tabs .nav-link.active,.g5shop__tabs-container .nav-tabs .nav-link:hover{color:var(--g5-color-heading);background:0 0}.g5shop__single-product-tabs{margin-top:100px}.g5shop__single-product-tabs.layout-1 .g5shop__tabs-container .nav-tabs,.g5shop__single-product-tabs.layout-2 .g5shop__tabs-container .nav-tabs,.woocommerce table.shop_attributes{border:0}.g5shop__single-product-tabs.layout-1 .g5shop__tabs-container .nav-tabs .nav-link,.g5shop__single-product-tabs.layout-2 .g5shop__tabs-container .nav-tabs .nav-link{padding:0;border:0}.g5shop__single-product-tabs.layout-1 .nav-tabs,.woocommerce #reviews #comments ol.commentlist,.woocommerce ul.order_details{padding-left:0}.g5shop__single-product-tabs.layout-1 .nav-tabs li{margin-right:60px}.g5shop__single-product-tabs.layout-1 .nav-tabs li:last-child{margin-right:0}.g5shop__single-product-tabs.layout-2 .nav-tabs li{margin:0 30px}.g5shop__single-product-tabs.layout-3 .g5shop__tabs-container .nav-tabs .nav-link{font-size:18px;border-color:var(--g5-color-border)}.g5shop__single-product-tabs.layout-3 .g5shop__tabs-container .nav-tabs .nav-link.active{border-color:var(--g5-color-border) #fff var(--g5-color-border) var(--g5-color-border)}.g5shop__single-product-tabs.layout-3 .g5shop__panels-container,.g5shop__single-product-tabs.layout-4 .g5shop__tab-panel{border:1px solid var(--g5-color-border)}.g5shop__single-product-tabs.layout-4 .g5shop__tabs-container .nav-tabs .nav-link{font-size:18px}@media (max-width:991px){.g5shop__tabs-container{margin-bottom:25px}.g5shop__tabs-container .nav-tabs .nav-link{font-size:24px}.g5shop__single-product-tabs.layout-1 .nav-tabs li{margin-right:30px}.g5shop__single-product-tabs.layout-2 .nav-tabs li{margin:0 15px}}@media (min-width:768px){.g5shop__single-product-tabs.layout-2 #tab-description,.g5shop__single-product-tabs.layout-2 .comment-reply-title,.g5shop__single-product-tabs.layout-2 .woocommerce-Reviews-title{text-align:center}}@media (min-width:1200px){body.no-sidebar .g5shop__single-product-tabs.layout-2 #tab-description{max-width:870px;margin-left:auto;margin-right:auto}body.no-sidebar .g5shop__single-product-tabs.layout-2 #tab-description img{margin-left:-150px;margin-right:-150px;max-width:unset}}.woocommerce div.product div.images .flex-control-thumbs li img{border:1px solid transparent;-webkit-transition:all .3s;transition:all .3s}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1;border-color:#000}@media (max-width:768px){.woocommerce div.product div.images{margin-bottom:60px}}.g5shop__single-product-images,.woocommerce #reviews #comments ol.commentlist li+li .comment_container{position:relative}.woocommerce #reviews #comments{margin-bottom:50px}.woocommerce #reviews #comments h2{margin-bottom:25px;font-size:24px;font-weight:500}.woocommerce #reviews #comments ol.commentlist li img.avatar{width:70px;padding:0;border-radius:50%;border:0}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin-left:100px;border:0;padding:0}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{color:var(--g5-color-heading);margin:10px 0 5px}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong{font-weight:600;font-size:16px}.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{font-size:12px!important;width:74px}.woocommerce #reviews #comments ol.commentlist li+li{border-top:1px solid;border-color:var(--g5-color-border);padding-top:40px;margin-top:40px}.woocommerce #reviews #review_form_wrapper .comment-reply-title{font-size:24px;font-weight:500;margin-bottom:25px;display:block;color:var(--g5-color-heading);line-height:1.2}.woocommerce #reviews #review_form_wrapper label{margin-bottom:.25rem;font-weight:700;color:var(--g5-color-heading)}.woocommerce #reviews #comment{height:160px}.woocommerce #reviews .form-submit{text-align:left;margin-bottom:0!important}.woocommerce .products.related,.woocommerce .products.upsells{margin-top:100px}.woocommerce .products.related>h2,.woocommerce .products.upsells>h2{font-size:32px;margin-bottom:55px;text-align:center}.woocommerce .products.related .slick-dots,.woocommerce .products.upsells .slick-dots,.woocommerce div.product form.cart table.variations tr+tr{margin-top:25px}@media (min-width:1750px){body.no-sidebar.woocommerce:not(.g5core__stretched_content) .products.related,body.no-sidebar.woocommerce:not(.g5core__stretched_content) .products.upsells{width:1720px;margin-left:-275px}}body.no-sidebar.woocommerce.g5core__stretched_content .g5shop__single-product-tabs{max-width:1170px;margin-left:auto;margin-right:auto}.woocommerce div.product form.cart{margin-bottom:23px}.woocommerce div.product form.cart table.variations,.woocommerce form p{margin-bottom:25px}.woocommerce div.product form.cart table.variations td,.woocommerce div.product form.cart table.variations tr{display:block;line-height:1}.woocommerce div.product form.cart table.variations td,.woocommerce div.product form.cart table.variations th,.woocommerce table.shop_attributes td p{padding:0}.woocommerce div.product form.cart table.variations tr:last-child td,.woocommerce div.product form.cart table.variations tr:last-child th{padding:0}.woocommerce div.product form.cart table.variations td.label{padding:0;margin-bottom:15px}.woocommerce div.product form.cart table.variations td.label label{margin:0;color:var(--g5-color-heading)}.woocommerce div.product form.cart table.variations .reset_variations{color:var(--g5-color-muted);font-size:12px;text-transform:uppercase;letter-spacing:.5px;font-weight:700;display:block;margin-top:5px}.woocommerce div.product form.cart table.variations select{background-color:transparent;margin:0;width:100%}.woocommerce div.product form.cart .woocommerce-variation-add-to-cart{margin-top:20px}.woocommerce div.product form.cart table.group_table{margin-bottom:30px;margin-top:5px}.woocommerce div.product form.cart table.group_table td{padding:0 0 20px;vertical-align:middle}.woocommerce .cart-collaterals .cart_totals table tr:last-child td,.woocommerce .cart-collaterals .cart_totals table tr:last-child th,.woocommerce div.product form.cart table.group_table tr:last-child td{padding-bottom:0}.woocommerce div.product form.cart table.group_table td:first-child{width:130px;text-align:left}.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__label label,.woocommerce-shipping-fields>h3 label{margin:0}.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__label a{font-size:16px;font-weight:700;color:var(--g5-color-heading)}.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__price ins{background:0 0;text-decoration:none}.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__price .amount{color:var(--g5-color-heading);font-size:16px;font-weight:400}.woocommerce div.product form.cart table.group_table .g5shop__quantity{margin:0;padding:0}.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods div.payment_box:before,.woocommerce div.product form.cart table.group_table .g5shop__quantity .stock-status,.woocommerce div.product form.cart table.group_table .g5shop__quantity label,.woocommerce table.my_account_orders .product-quantity label,.woocommerce table.shop_table.cart .product-quantity label{display:none}.woocommerce div.product form.cart.grouped_form .single_add_to_cart_button{float:none;display:block;width:100%;margin-bottom:25px}.woocommerce div.product form.cart .stock{font-size:14px;color:#2dad4b}.woocommerce div.product form.cart div.quantity{margin:0 20px 0 0}.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th{border:0;border-bottom:1px solid var(--g5-color-border);padding:8px 0;color:var(--g5-color-heading)}.woocommerce .cart-collaterals .cart_totals table .woocommerce-shipping-destination strong,.woocommerce .cart-collaterals .cart_totals table ul#shipping_method .amount,.woocommerce .cart-collaterals .cart_totals table ul#shipping_method li label,.woocommerce table.order_details .product-name strong,.woocommerce table.shop_attributes th,.woocommerce table.woocommerce-checkout-review-order-table .product-name strong{font-weight:400}.woocommerce table.shop_attributes td{font-style:normal;text-align:right}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background-color:transparent}@media (min-width:769px){.g5shop__single-product-summary{margin-bottom:100px}}@media (min-width:1750px){body.no-sidebar.woocommerce.g5core__stretched_content div.product.g5shop__single-product-layout-5 div.images.g5shop__woocommerce-product-gallery{width:calc(100vw/2 - 1720px/2 + 60%);margin-left:calc(0px - (100vw/2 - 1720px/2))}body.no-sidebar.woocommerce.g5core__stretched_content div.product.g5shop__single-product-layout-5 .g5shop__loop-product-flash{margin-left:calc(0px - (100vw/2 - 1720px/2))}body.no-sidebar.woocommerce.g5core__stretched_content div.product.g5shop__single-product-layout-5 div.summary{width:40%}}@media (min-width:1200px){body.no-sidebar.g5shop__body-single-product-layout-5 .g5shop__single-breadcrumbs+#primary-content{padding-top:0}body.no-sidebar.g5shop__body-single-product-layout-5 div.product div.summary{padding-top:70px}}.woocommerce table.shop_table{border-collapse:collapse}.woocommerce table.my_account_orders,.woocommerce table.shop_table.cart{border:0;border-radius:0;margin:0}.woocommerce table.my_account_orders th,.woocommerce table.shop_table.cart th{color:var(--g5-color-heading);font-size:16px;border:0;padding:0 10px 15px;font-weight:700;line-height:20px;border-bottom:1px solid;border-color:var(--g5-color-border)}.woocommerce table.my_account_orders td,.woocommerce table.shop_table.cart td{border:0;border-bottom:1px solid;border-color:var(--g5-color-border)}.woocommerce table.shop_table.cart td{padding:30px 10px}.woocommerce table.my_account_orders .product-name a,.woocommerce table.shop_table.cart .product-name a{color:var(--g5-color-heading);font-weight:700}.woocommerce table.my_account_orders .product-name a:hover,.woocommerce table.shop_table.cart .product-name a:hover{color:var(--g5-color-accent)}.woocommerce table.my_account_orders .product-price .amount,.woocommerce table.my_account_orders .product-subtotal .amount,.woocommerce table.shop_table.cart .product-price .amount,.woocommerce table.shop_table.cart .product-subtotal .amount{color:var(--g5-color-heading)}.woocommerce table.my_account_orders .product-price ins,.woocommerce table.my_account_orders .product-subtotal ins,.woocommerce table.shop_table.cart .product-price ins,.woocommerce table.shop_table.cart .product-subtotal ins{background-color:transparent;font-weight:400}.woocommerce table.my_account_orders .product-quantity .quantity .qty,.woocommerce table.shop_table.cart .product-quantity .quantity .qty{width:100px;height:35px}.woocommerce table.my_account_orders td.actions,.woocommerce table.shop_table.cart td.actions{border-bottom:none;padding:50px 0 0}.woocommerce table.my_account_orders td.actions .coupon .input-text,.woocommerce table.shop_table.cart td.actions .coupon .input-text{border-color:var(--g5-color-border);padding:0 25px}.woocommerce table.my_account_orders .add_to_cart.button,.woocommerce table.shop_table.cart .add_to_cart.button{font-size:.75rem;line-height:2.6875rem;padding:0 2.5rem}@media (min-width:769px){.woocommerce table.shop_table.cart .product-thumbnail{width:100px;padding-left:0}.woocommerce table.shop_table.cart .product-thumbnail img{width:auto}.woocommerce table.shop_table.cart .product-remove{width:40px;padding-left:0}.woocommerce table.shop_table.cart .product-price,.woocommerce table.shop_table.cart .product-quantity,.woocommerce table.shop_table.cart .product-subtotal{text-align:center}.woocommerce table.shop_table.cart td.actions .coupon .input-text{width:250px}}@media (max-width:480px){.woocommerce table.shop_table.cart td.actions .coupon .button,.woocommerce table.shop_table.cart td.actions .coupon .input-text{width:100%}.woocommerce table.shop_table.cart td.actions .coupon .input-text{text-align:center;margin:0 0 .5em}}@media (max-width:768px){.woocommerce table.shop_table_responsive.my_account_orders,.woocommerce table.shop_table_responsive.shop_table.cart{border:1px solid var(--g5-color-border)}.woocommerce table.shop_table_responsive.my_account_orders td,.woocommerce table.shop_table_responsive.shop_table.cart td{padding:20px 10px}.woocommerce table.shop_table_responsive.my_account_orders tr td::before,.woocommerce table.shop_table_responsive.shop_table.cart tr td::before{font-weight:700;color:var(--g5-color-heading)}}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells{margin-top:120px}.woocommerce .cart-collaterals .wc-proceed-to-checkout{padding:35px 0 0}.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button{font-size:.875rem;line-height:2.6875rem;padding:0 1.875rem}.woocommerce .cart-collaterals .cart_totals{background-color:#f7f7f7;padding:40px;max-width:500px}.woocommerce .cart-collaterals .cart_totals>h2{font-size:24px;padding-bottom:16px;border-bottom:1px solid #ddd;margin-bottom:25px}.woocommerce .cart-collaterals .cart_totals table th{border:0;padding:0 9px 15px 0;font-size:16px;font-weight:500}.woocommerce .cart-collaterals .cart_totals table td{border:0;padding:0 0 15px 9px;text-align:right}.woocommerce .cart-collaterals .cart_totals table .shipping-calculator-button,.woocommerce .cart-collaterals .cart_totals table small,.woocommerce table.order_details .product-name a,.woocommerce table.woocommerce-checkout-review-order-table .product-name a{color:inherit}.woocommerce .cart-collaterals .cart_totals table .select2-container--default .select2-selection--single .select2-selection__rendered{text-align:left}.woocommerce .cart-collaterals .cart_totals table tr.order-total span.amount,.woocommerce .cart-collaterals .cart_totals table tr.order-total th,.woocommerce table.order_details tfoot tr.order-total,.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total{font-size:18px;font-weight:700}.woocommerce .cart-collaterals .cart_totals table tr.order-total td,.woocommerce .cart-collaterals .cart_totals table tr.order-total th{border-top:1px solid #ddd;padding-top:20px}.woocommerce .cart-collaterals .cross-sells>h2{font-size:32px;margin-bottom:55px;text-align:center}.woocommerce .cart-collaterals .shipping-calculator-form{margin-top:25px}@media (max-width:768px){.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{order:1}.woocommerce .cart-collaterals .cart_totals table tr:nth-child(2n) td,.woocommerce-page .cart-collaterals .cart_totals table tr:nth-child(2n) td{background-color:transparent}}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2{max-width:100%;padding-left:0;padding-right:0}.woocommerce form .form-row{display:block;padding:0;margin:0 0 25px}.woocommerce form .form-row label{margin-bottom:5px;color:var(--g5-color-heading);font-weight:500}.woocommerce form .form-row textarea{height:8em}.woocommerce-additional-fields,.woocommerce-shipping-fields{margin-top:30px}.woocommerce-shipping-fields>h3{font-size:16px;margin-bottom:15px;font-weight:500}.woocommerce-shipping-fields>h3 label input{position:relative;top:1px}.woocommerce-additional-fields>h3,.woocommerce-billing-fields>h3{font-size:24px;margin-bottom:35px}.woocommerce-account-fields label>span{font-size:16px;font-weight:500;color:var(--g5-color-heading)}#order_review_heading{font-size:24px;margin-bottom:40px}.woocommerce #order_review{background-color:#f7f7f7;padding:40px 40px 40px 30px}.woocommerce #order_review .woocommerce-checkout-payment{margin-top:35px;background:0 0;border-radius:0}.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods{padding:0;border-color:#ddd}.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li input{position:relative;top:2px;margin-right:5px}.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li label{margin-bottom:0;font-size:18px;color:var(--g5-color-heading);font-weight:500}.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods div.payment_box{padding:0 0 0 20px;background:0 0;font-size:16px;margin:5px 0;color:#959595}.woocommerce #order_review .woocommerce-checkout-payment .place-order{padding:20px 0 0;margin:0}.woocommerce #order_review .woocommerce-checkout-payment .place-order .button{width:100%;margin-top:50px}.woocommerce .cart-collaterals .cart_totals table,.woocommerce table.order_details,.woocommerce table.woocommerce-checkout-review-order-table{border:0;border-radius:0;margin:0;color:var(--g5-color-heading)}.woocommerce table.order_details td,.woocommerce table.order_details th,.woocommerce table.woocommerce-checkout-review-order-table td,.woocommerce table.woocommerce-checkout-review-order-table th{border:0}.woocommerce table.order_details .product-name,.woocommerce table.woocommerce-checkout-review-order-table .product-name{padding:0 5px 15px 0}.woocommerce table.order_details .product-total,.woocommerce table.woocommerce-checkout-review-order-table .product-total{padding:0 0 15px 5px;text-align:right}.woocommerce table.order_details tfoot td,.woocommerce table.order_details tfoot th,.woocommerce table.woocommerce-checkout-review-order-table tfoot td,.woocommerce table.woocommerce-checkout-review-order-table tfoot th{padding:17px 0;border-top:1px solid #ddd}.woocommerce table.order_details tfoot th,.woocommerce table.order_details tfoot ul#shipping_method .amount,.woocommerce table.order_details tfoot ul#shipping_method li label,.woocommerce table.woocommerce-checkout-review-order-table tfoot th,.woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method .amount,.woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method li label{font-weight:400}.woocommerce table.order_details tfoot ul#shipping_method li input,.woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method li input{margin:0 5px 0 0;vertical-align:middle}.woocommerce table.order_details tfoot td,.woocommerce table.woocommerce-checkout-review-order-table tfoot td{font-weight:400;text-align:right}.woocommerce table.order_details tfoot tr.order-total td,.woocommerce table.order_details tfoot tr.order-total th,.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total td,.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total th{padding:32px 0}@media (max-width:480px){.woocommerce #order_review{background-color:transparent;padding:0}}.woocommerce-checkout .woocommerce form .form-row-first,.woocommerce-checkout .woocommerce form .form-row-last{width:100%;float:none}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{margin-top:10px}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input{position:relative;top:2px}.woocommerce .woocommerce-form-login .lost_password{margin-bottom:0}.g5shop__checkout-toolbar{margin-bottom:2rem}@media (min-width:992px){.g5shop__checkout-toolbar>div.col-lg-6:last-child{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;margin-left:auto;padding-left:0}}.woocommerce .woocommerce-order-details .woocommerce-order-details__title,.woocommerce-MyAccount-content h3,.woocommerce-column__title{font-size:24px;margin-bottom:35px}@media (max-width:768px){.woocommerce-column--shipping-address{margin-top:2em}}#customer_details{margin-bottom:40px}#customer_details .col-1,#customer_details .col-2{width:100%}@media (min-width:992px){#customer_details{float:left;width:50%;margin-bottom:0}#order_review_wrapper{float:right;width:41.666667%}}#customer_login h2{font-size:18px;text-transform:uppercase}.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0}.woocommerce-MyAccount-navigation ul li:last-of-type{border-bottom:none}.woocommerce-MyAccount-navigation ul li>a{position:relative;display:block;padding:14px 20px;font-size:16px;font-weight:600;color:var(--g5-color-heading)}.woocommerce-MyAccount-navigation ul li>a:after{font-family:var(--g5-font-icon);font-size:20px;position:absolute;right:20px;line-height:1;font-weight:300;text-transform:none}.woocommerce-MyAccount-navigation ul li a:hover,.woocommerce-MyAccount-navigation ul li.is-active>a{background-color:#f2f2f2}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard>a:after{content:""}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders>a:after{content:""}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads>a:after{content:""}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address>a:after{content:""}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account>a:after{content:""}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout>a:after{content:""}.woocommerce-MyAccount-content>p:not(.woocommerce-info){padding:20px;background-color:#f2f2f2}.woocommerce-MyAccount-content>p:not(.woocommerce-info) a{color:inherit}.woocommerce-MyAccount-content fieldset{padding:20px 40px;margin-top:50px;margin-bottom:30px;border:1px solid;border-color:var(--g5-color-border)}.woocommerce-MyAccount-content fieldset legend{width:auto;padding:0 15px;font-weight:600;font-size:16px;color:var(--g5-color-heading)}.woocommerce table.my_account_orders{font-size:1em}.woocommerce table.my_account_orders td{padding:15px;text-align:center}.woocommerce table.my_account_orders th{text-align:center}.woocommerce div.product form.cart .woocommerce-variation-add-to-cart:after{content:"";display:block;clear:both}@font-face{font-family:'SofiaPro';src:url(//pinakinstudio.com/wp-content/themes/furnitor/assets/fonts/sofiapro/SofiaPro-Bold.woff2) format('woff2'),url(//pinakinstudio.com/wp-content/themes/furnitor/assets/fonts/sofiapro/SofiaPro-Bold.woff) format('woff');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'SofiaPro';src:url(//pinakinstudio.com/wp-content/themes/furnitor/assets/fonts/sofiapro/SofiaPro-Light.woff2) format('woff2'),url(//pinakinstudio.com/wp-content/themes/furnitor/assets/fonts/sofiapro/SofiaPro-Light.woff) format('woff');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'SofiaPro';src:url(//pinakinstudio.com/wp-content/themes/furnitor/assets/fonts/sofiapro/SofiaPro-Medium.woff2) format('woff2'),url(//pinakinstudio.com/wp-content/themes/furnitor/assets/fonts/sofiapro/SofiaPro-Medium.woff) format('woff');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'SofiaPro';src:url(//pinakinstudio.com/wp-content/themes/furnitor/assets/fonts/sofiapro/SofiaPro-Regular.woff2) format('woff2'),url(//pinakinstudio.com/wp-content/themes/furnitor/assets/fonts/sofiapro/SofiaPro-Regular.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}