@charset "UTF-8";

     html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[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 {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}
@keyframes rot {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.container {
position: relative;
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
}
.container-fluid {
position: relative;
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
}
.col-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-12 {
flex: 0 0 100%;
max-width: 100%;
}
.pull-0 {
right: auto;
}
.pull-1 {
right: 8.33333%;
}
.pull-2 {
right: 16.66667%;
}
.pull-3 {
right: 25%;
}
.pull-4 {
right: 33.33333%;
}
.pull-5 {
right: 41.66667%;
}
.pull-6 {
right: 50%;
}
.pull-7 {
right: 58.33333%;
}
.pull-8 {
right: 66.66667%;
}
.pull-9 {
right: 75%;
}
.pull-10 {
right: 83.33333%;
}
.pull-11 {
right: 91.66667%;
}
.pull-12 {
right: 100%;
}
.push-0 {
left: auto;
}
.push-1 {
left: 8.33333%;
}
.push-2 {
left: 16.66667%;
}
.push-3 {
left: 25%;
}
.push-4 {
left: 33.33333%;
}
.push-5 {
left: 41.66667%;
}
.push-6 {
left: 50%;
}
.push-7 {
left: 58.33333%;
}
.push-8 {
left: 66.66667%;
}
.push-9 {
left: 75%;
}
.push-10 {
left: 83.33333%;
}
.push-11 {
left: 91.66667%;
}
.push-12 {
left: 100%;
}
.offset-1 {
margin-left: 8.33333%;
}
.offset-2 {
margin-left: 16.66667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333%;
}
.offset-5 {
margin-left: 41.66667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333%;
}
.offset-8 {
margin-left: 66.66667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333%;
}
.offset-11 {
margin-left: 91.66667%;
} html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
box-sizing: inherit;
}
*::before,
*::after {
box-sizing: inherit;
}
[tabindex="-1"]:focus {
outline: none !important;
}
[hidden] {
display: none !important;
} body {
line-height: 1.5;
font-size: 16px;
background-color: #fff;
color: #4A4A4A;
font-family: "Source Sans Pro", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
word-wrap: break-word;
overflow-wrap: break-word;
overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: normal;
margin: 0 0 35px;
text-rendering: optimizeLegibility;
letter-spacing: -.01em;
font-weight: 400;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
p {
margin: 0 0 15px;
}
img {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto;
}
a {
transition: color .18s ease, background-color .18s ease, border-color .18s ease;
color: #00A8DE;
text-decoration: none;
}
a:hover {
color: #12c5ff;
text-decoration: none;
}
a:focus {
outline: 1px dotted #F08804;
}
.group::after,
.clear::after {
content: "";
display: table;
clear: both;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
touch-action: manipulation;
}
hr {
margin: 45px 0;
border: 0;
border-bottom: 1px solid #DDDDDD;
}  figure {
margin: 0;
} ul,
ol {
padding-left: 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
dl {
margin: 0 0 20px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 15px;
} blockquote,
q {
margin: 20px 0;
padding-left: 15px;
border-left: 3px solid #DDDDDD;
font-size: 17px;
font-weight: 300;
}
blockquote cite,
q cite {
display: block;
font-weight: bold;
font-style: italic;
margin: 10px 0 0;
color: rgba(74, 74, 74, 0.8);
font-size: 14px;
} table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
.entry-content table,
.comment-content table {
border-width: 1px 0 0 1px;
margin-bottom: 24px;
}
.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
border-bottom: 1px solid #DDDDDD;
}
.entry-content th:first-child,
.entry-content td:first-child,
.comment-content th:first-child,
.comment-content td:first-child {
padding-left: 0;
}
.entry-content caption,
.entry-content th,
.entry-content td,
.comment-content caption,
.comment-content th,
.comment-content td {
font-weight: normal;
text-align: left;
padding: 10px;
vertical-align: middle;
}
.entry-content th,
.comment-content th {
border-width: 0 1px 1px 0;
font-weight: 600;
}
.entry-content td,
.comment-content td {
border-width: 0 1px 1px 0;
} code,
kbd,
tt,
var,
samp,
pre {
font-family: monospace, serif;
-webkit-hyphens: none;
hyphens: none;
font-style: normal;
}
pre {
padding: 10px;
border-radius: 3px;
background-color: #F5F5F5;
display: block;
margin: 30px 0;
overflow: auto;
} address {
margin: 0 0 15px;
font-style: normal;
line-height: inherit;
}
abbr,
abbr[title] {
text-decoration: none;
border: 0;
}
mark {
color: inherit;
font: inherit;
background: none;
} embed,
iframe,
object,
video,
audio {
margin-bottom: 15px;
max-width: 100%;
border: 0;
}
p > embed,
p > iframe,
p > object,
p > audio,
p > video,
span > embed,
span > iframe,
span > object,
span > audio,
span > video {
margin-bottom: 0;
}
#map *,
.map * {
max-width: none !important;
} label {
display: block;
margin: 0 0 5px;
font-weight: normal;
}
input,
textarea,
select {
display: inline-block;
width: 100%;
max-width: 100%;
height: 35px;
padding: 6px 12px;
box-shadow: none;
line-height: normal;
border: 1px solid #CCCCCC;
background-color: #fff;
background-image: none;
border-radius: 3px;
font-size: 14px;
}
input:focus,
textarea:focus,
select:focus {
outline: none;
}
select {
-webkit-appearance: none;
appearance: none;
background-clip: padding-box;
background-size: 9px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
background-position: right .75rem center;
background-repeat: no-repeat;
padding-right: 28px;
}
select::-ms-expand {
background-color: transparent;
border: 0;
}
input[type="search"] {
box-sizing: border-box;
-webkit-appearance: none;
appearance: none;
}
textarea {
height: auto;
resize: vertical;
padding-top: 10px;
padding-bottom: 10px;
}
select {
max-width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
margin: 4px 0 0;
line-height: normal;
width: auto;
height: auto;
}
fieldset {
margin: 0 0 15px;
padding: 0;
border: 0;
min-width: 0;
} ::-webkit-input-placeholder {
font-weight: normal;
opacity: .8;
}
:-moz-placeholder {
font-weight: normal;
opacity: .8;
}
::-moz-placeholder {
font-weight: normal;
opacity: .8;
}
:-ms-input-placeholder {
font-weight: normal;
opacity: .8;
} .btn,
.button,
.comment-reply-link,
input[type="submit"],
input[type="reset"],
button[type="submit"],
.wp-block-button__link,
.gutenbee-post-types-item-more,
.gutenbee-block-button-link {
display: inline-block;
margin: 0;
line-height: normal;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
user-select: none;
width: auto;
height: auto;
text-transform: none;
color: #fff;
background-color: #F08804;
border: 0;
font-family: inherit;
border-radius: 3px;
font-weight: 600;
padding: 13px 28px;
font-size: 16px;
}
.btn.disabled,
.btn:disabled,
.button.disabled,
.button:disabled,
.comment-reply-link.disabled,
.comment-reply-link:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
button[type="submit"].disabled,
button[type="submit"]:disabled,
.wp-block-button__link.disabled,
.wp-block-button__link:disabled,
.gutenbee-post-types-item-more.disabled,
.gutenbee-post-types-item-more:disabled,
.gutenbee-block-button-link.disabled,
.gutenbee-block-button-link:disabled {
cursor: not-allowed;
opacity: .65;
}
.btn:hover,
.button:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover,
.wp-block-button__link:hover,
.gutenbee-post-types-item-more:hover,
.gutenbee-block-button-link:hover {
text-decoration: none;
color: #fff;
background-color: #d77a04;
}
.btn:focus,
.button:focus,
.comment-reply-link:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button[type="submit"]:focus,
.wp-block-button__link:focus,
.gutenbee-post-types-item-more:focus,
.gutenbee-block-button-link:focus {
outline: 0;
box-shadow: 0 0 10px rgba(240, 136, 4, 0.7);
}
.btn-sm {
padding: 9px 22px;
font-size: 14px;
}
.btn-lg {
padding: 18px 38px;
font-size: 16px;
}
.btn-transparent {
background-color: transparent;
border: 1px solid #F08804;
color: #F08804;
}
.btn-transparent:hover {
color: #fff;
border-color: #F08804;
background-color: #F08804;
}
.btn-block {
min-width: 100%;
display: block;
padding-left: 20px;
padding-right: 20px;
} .mfp-bg {
background-color: #000;
}
.mfp-preloader {
color: #fff;
}
.mfp-preloader a {
color: #fff;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-container:not(.mfp-s-error) .mfp-preloader {
border: 6px solid rgba(255, 255, 255, 0.35);
border-top-color: rgba(255, 255, 255, 0.875);
border-radius: 100%;
height: 40px;
width: 40px;
animation: rot .8s infinite linear;
background-color: transparent;
text-indent: -999em;
margin: 0 auto;
}
button.mfp-close,
button.mfp-arrow {
border: 0;
opacity: 1;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
background: none;
border: 0;
}
.mfp-close-btn-in .mfp-close {
color: #fff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #fff;
}
.mfp-arrow {
line-height: .3;
}
.mfp-arrow::before,
.mfp-arrow::after {
border: 0;
}
.mfp-arrow::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 70px;
color: #fff;
}
.mfp-arrow-right::after,
.mfp-arrow-right .mpf-a {
content: "\f105";
}
.mfp-arrow-left::after,
.mfp-arrow-left .mpf-a {
content: "\f104";
} .nav {
display: flex;
align-items: center;
}
.navigation-main {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
}
.navigation-main::after {
content: "";
display: table;
clear: both;
}
.head-mast [class^="col-lg-12"] .navigation-main {
margin-top: 10px;
}
.navigation-main li {
position: relative;
}
.navigation-main > li {
display: inline-block;
}
.navigation-main a {
display: block;
white-space: nowrap;
}
.navigation-main ul {
text-align: left;
position: absolute;
z-index: 10;
visibility: hidden;
opacity: 0;
transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
transform: translate(0, 10px);
margin-left: 12px;
}
.navigation-main ul ul {
top: -12px;
left: 100%;
margin: 0;
transform: translate(-10px, 0);
}
.navigation-main > li:first-child ul {
margin-left: 0;
}
.navigation-main li:focus-within > ul,
.navigation-main li:hover > ul {
transition-delay: 0s, 0s, 0s;
visibility: visible;
opacity: 1;
}
.navigation-main li:focus-within ul,
.navigation-main li:hover ul {
z-index: 15;
}
.navigation-main > li:hover > ul {
transform: translate(0, 0);
}
.navigation-main li li:hover > ul {
transform: translate(0, 0);
}
.navigation-main > .nav-open-left ul {
right: 0;
}
.navigation-main > .nav-open-left ul ul {
right: 100%;
left: auto;
}
.navigation-main li .nav-open-left ul {
right: 100%;
left: auto;
}
.navigation-main li .nav-open-left.menu-item-has-children > a::after {
content: "\f0d9";
font-size: 12px;
}
.navigation-main li.nav-open-left .menu-item-has-children > a::after {
content: "\f0d9";
font-size: 12px;
}
.navigation-main ul {
padding: 12px 0;
list-style: none;
background-color: #fff;
min-width: 220px;
border-radius: 3px;
box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
line-height: normal;
}
.navigation-main a {
position: relative;
color: #4A4A4A;
font-size: 16px;
}
.navigation-main > li {
line-height: 1;
}
.navigation-main > li > ul::before {
content: "";
position: absolute;
top: -12px;
left: 10px;
border: 6px solid transparent;
border-bottom-color: #fff;
width: 0;
height: 0;
}
.navigation-main > li.fas,
.navigation-main > li.far,
.navigation-main > li.fab {
font-family: "Source Sans Pro", sans-serif;
font-weight: normal;
line-height: 1;
}
.navigation-main > li.fas:not(:first-child),
.navigation-main > li.far:not(:first-child),
.navigation-main > li.fab:not(:first-child) {
margin-left: 10px;
}
.navigation-main > li.fas > a,
.navigation-main > li.far > a,
.navigation-main > li.fab > a {
display: inline-block;
margin-left: 0;
}
.navigation-main > li.fas::before,
.navigation-main > li.far::before,
.navigation-main > li.fab::before {
color: #F08804;
margin-right: 5px;
font-size: 0.85em;
}
.navigation-main > li.fas::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.navigation-main > li.far::before {
font-family: "Font Awesome 5 Free";
font-weight: 400;
}
.navigation-main > li.fab::before {
font-family: "Font Awesome 5 Brands";
font-weight: 400;
}
.navigation-main > li > a {
padding: 15px 0;
margin: 0 12px;
color: #fff;
}
.navigation-main > li:first-child > a {
margin-left: 0;
}
.navigation-main > li:hover > a,
.navigation-main > li > a:focus,
.navigation-main > .current-menu-item > a,
.navigation-main > .current-menu-parent > a,
.navigation-main > .current-menu-ancestor > a,
.navigation-main > .current_page_ancestor > a,
.navigation-main > .current_page_item > a {
color: #F08804;
}
.navigation-main li li a {
padding: 6px 15px;
font-size: 14px;
}
.navigation-main li li:hover > a,
.navigation-main li li > a:focus,
.navigation-main li .current-menu-item > a,
.navigation-main li .current-menu-parent > a,
.navigation-main li .current-menu-ancestor > a,
.navigation-main li .current_page_ancestor > a,
.navigation-main li .current_page_item > a {
color: #F08804;
}
.navigation-main .menu-item-has-children > a::after,
.navigation-main .page_item_has_children > a::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 8px;
position: relative;
top: -2px;
right: -5px;
line-height: normal;
color: #F08804;
}
.navigation-main li .menu-item-has-children > a,
.navigation-main li .page_item_has_children > a {
padding-right: 25px;
}
.navigation-main li .menu-item-has-children > a::after,
.navigation-main li .page_item_has_children > a::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
color: inherit;
}
.navigation-main .nav-button > a {
border: 0;
border-radius: 3px;
padding: 4px 28px 5px;
margin-left: 10px;
background-color: #F08804;
font-size: 15px;
}
.navigation-main .nav-button > a:hover {
color: #fff;
}
.navigation-main .nav-button > a::before {
display: none;
}
.navigation-main .nav-button:last-child > a {
margin-right: 0;
}
.navigation-main-right {
text-align: right;
}
.navigation-main-right > li:last-child ul {
right: 0;
}
.navigation-main-right > li:last-child ul ul {
left: auto;
right: 100%;
}
.navigation-main-right > li:last-child .menu-item-has-children > a::after {
content: "\f0d9";
font-size: 12px;
}
.navigation-secondary {
margin-left: auto;
} .header {
position: relative;
padding: 0;
z-index: 20;
}
.site-logo {
font-size: 34px;
margin: 0;
font-weight: 700;
line-height: 1;
}
.site-logo a {
color: #fff;
}
.site-tagline {
font-size: 14px;
margin: 0;
color: #00A8DE;
line-height: normal;
}
.head-mast {
background-color: #212F3D;
padding: 30px 0;
color: #fff;
}
.head-nav {
background-color: #283848;
} .category-search-form {
display: flex;
align-items: center;
height: 40px;
position: relative;
}
.category-search-select {
max-width: 178px;
height: 100%;
background-color: #F5F5F5;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
color: #394E64;
font-size: 14px;
border-radius: 3px 0 0 3px;
border: 0;
}
.category-search-input-wrap {
height: 100%;
flex: auto;
position: relative;
}
.category-search-input {
height: 100%;
border: 0;
font-size: 14px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.category-search-spinner {
border: 4px solid rgba(0, 168, 222, 0.35);
border-top-color: rgba(0, 168, 222, 0.875);
border-radius: 100%;
height: 24px;
width: 24px;
animation: rot .8s infinite linear;
position: absolute;
right: 10px;
top: 7px;
opacity: 0;
transition: opacity .18s ease;
}
.category-search-spinner.visible {
opacity: 1;
}
.category-search-results {
position: absolute;
list-style: none;
top: 100%;
left: 0;
width: 100%;
background: #fff;
border-radius: 0 0 3px 3px;
margin: 1px 0 0;
border-top: 1px solid rgba(255, 255, 255, 0.3);
padding: 10px 0;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
z-index: 25;
display: none;
}
.category-search-results-item {
margin: 0;
}
.category-search-results-item a {
padding: 7px 15px;
display: block;
color: #394E64;
}
.category-search-results-item a:hover {
background-color: #F5F5F5;
}
.category-search-results-item.highlighted a {
background-color: #F5F5F5;
}
.category-search-results-item.error a {
color: #ff786d;
}
button.category-search-btn {
width: 40px;
height: 100%;
flex: none;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 0 3px 3px 0;
border: 0;
}
.head-mast-container {
position: relative;
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
}
.head-mast-row {
display: flex;
flex-wrap: wrap;
align-items: center;
}  .page-hero {
position: relative;
display: flex;
align-items: center;
padding: 60px 0;
background-color: #212F3D;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
color: #fff;
height: 300px;
}
.page-hero::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 12;
background-color: rgba(57, 78, 100, 0.4);
}
.slick-initialized .page-hero {
display: flex;
}
.page-hero .btn {
margin-top: 25px;
}
.page-hero-lg {
overflow: hidden;
height: 300px;
}
.page-hero-slideshow .page-hero-lg {
height: 100%;
}
.page-hero-align-center {
text-align: center;
}
.page-hero-align-left {
text-align: left;
}
.page-hero-align-right {
text-align: right;
}
.page-hero-align-top {
align-items: flex-start;
}
.page-hero-align-middle {
align-items: center;
}
.page-hero-align-bottom {
align-items: flex-end;
}
.page-hero-content {
position: relative;
z-index: 15;
}
.page-hero-title {
color: inherit;
margin: 0;
font-size: 42px;
font-weight: 600;
}
.page-hero-subtitle {
margin: 0;
font-size: 24px;
letter-spacing: -.01em;
line-height: 1.1;
} .page-hero-slideshow {
position: relative;
height: 300px;
overflow: hidden;
}
.page-hero-slideshow .slick-list,
.page-hero-slideshow .slick-track {
height: 100%;
}
.page-hero-slideshow .slick-slide::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 5;
}
.nozama-lite-slick-slider .slick-arrow {
display: inline-block;
margin: 0;
line-height: normal;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
user-select: none;
width: auto;
height: auto;
border: 1px solid #DDDDDD;
border-radius: 3px;
color: #4A4A4A;
width: 46px;
height: 46px;
font-size: 14px;
padding: 0;
text-align: center;
line-height: normal;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
z-index: 1001;
display: inline-block;
background: transparent;
border: 1px solid #fff;
color: #fff;
}
.nozama-lite-slick-slider .slick-arrow:hover {
background-color: #F08804;
color: #fff;
border-color: transparent;
}
.nozama-lite-slick-slider .slick-arrow.slick-disabled {
opacity: .3;
cursor: not-allowed;
}
.nozama-lite-slick-slider .slick-arrow:hover {
color: #fff;
background: #F08804;
border-color: #F08804;
}
.nozama-lite-slick-slider .slick-next {
margin-left: 10px;
}
.nozama-lite-slick-slider .slick-next .fa {
position: relative;
left: 2px;
}
.nozama-lite-slick-slider .slick-prev {
left: 15px;
}
.nozama-lite-slick-slider .slick-prev .fa {
position: relative;
right: 1px;
}
.nozama-lite-slick-slider .slick-dots {
position: absolute;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
width: 100%;
bottom: 10px;
}
.nozama-lite-slick-slider .slick-dots li {
display: inline-block;
margin: 0 5px;
}
.nozama-lite-slick-slider .slick-dots button {
position: relative;
text-indent: -999em;
padding: 0;
margin: 0;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #fff;
border: 0;
box-shadow: none;
cursor: pointer;
opacity: .5;
}
.nozama-lite-slick-slider .slick-dots .slick-active button {
opacity: 1;
}
.page-hero-slideshow-nav {
position: absolute;
right: 15px;
bottom: 75px;
display: flex;
}  .main {
padding: 70px 0;
} .widget-section {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
margin-bottom: 70px;
}
.widget-section:last-child {
margin-bottom: 0;
}
.widget-section-parallax {
background-attachment: fixed;
}
.section-padded {
padding-top: 70px;
position: relative;
}
.section-heading {
margin-bottom: 30px;
position: relative;
display: flex;
align-items: center;
}
.section-heading-content {
flex: auto;
}
.section-heading-content .term-description {
margin-top: 15px;
}
.section-title {
font-size: 26px;
margin: 0;
}
.section-title > a {
color: #00A8DE;
font-size: 16px;
margin-left: 5px;
}
.section-subtitle {
margin: 0;
}
.section-subtitle a {
color: #4A4A4A;
}
.page-title {
line-height: normal;
margin: 0 0 45px;
word-wrap: break-word;
text-rendering: optimizeLegibility;
letter-spacing: -.01em;
font-weight: 400;
font-size: 28px;
} .entry {
margin: 0 0 100px;
}
.entry:only-of-type {
margin-bottom: 0;
}
.entry-header {
margin-bottom: 25px;
}
.entry-title {
margin: 2px 0 0;
}
.entry-title a {
color: #4A4A4A;
}
.entry-title a:hover {
color: #F08804;
}
.entry-meta {
font-size: 16px;
color: #8E8E8E;
}
.item-media .entry-meta {
margin-bottom: 15px;
}
.entry-meta a {
color: #394E64;
}
.entry-meta span::after {
content: "\2022";
margin: 0 4px;
opacity: .5;
}
.entry-meta span:last-child::after {
display: none;
}
.entry-meta-item.entry-sticky::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f005";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: .7em;
position: relative;
top: -1px;
}
.entry-thumb {
margin-bottom: 50px;
}
.entry-thumb img {
border-radius: 3px;
border: 1px solid #DDDDDD;
}
.entry-thumb.alignnone,
.entry-thumb.alignleft,
.entry-thumb.alignright,
.entry-thumb.aligncenter {
margin-top: 0;
}
.entry-content::after {
content: "";
display: table;
clear: both;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 35px 0 30px;
}
.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 audio,
.entry-content video,
.entry-content blockquote {
margin: 40px 0;
}
.entry-content audio:first-child,
.entry-content video:first-child,
.entry-content blockquote:first-child {
margin-top: 0;
}
.entry-content audio:last-child,
.entry-content video:last-child,
.entry-content blockquote:last-child {
margin-bottom: 0;
}
.entry-content blockquote {
font-size: 20px;
position: relative;
padding-left: 35px;
border: 0;
line-height: 1.428571429;
}
.entry-content blockquote::before {
content: "\00201C";
font-size: 4.3em;
line-height: 0;
position: absolute;
left: -10px;
top: 34px;
opacity: .35;
}
.entry-content-intro {
font-size: 20px;
line-height: 1.4;
margin-bottom: 25px;
}
.entry-tags {
margin: 30px 0 0;
}
.entry-tags a {
text-transform: capitalize;
color: #394E64;
}
.entry-more-btn {
margin-top: 25px;
}
.entry-author-box {
display: flex;
margin: 65px 0 0;
}
.section-related {
margin-top: 65px;
}
.entry-author-desc {
border-radius: 3px;
background-color: #F5F5F5;
padding: 25px 30px;
}
.entry-author-thumbnail {
width: 80px;
flex: none;
margin-right: 30px;
}
.entry-author-thumbnail img {
border-radius: 3px;
}
.entry-author-title {
font-size: 18px;
margin-bottom: 15px;
}
.entry-author-subtitle {
margin-top: -15px;
font-size: 14px;
}
.post-password-form {
padding: 20px;
background-color: #F5F5F5;
border-radius: 3px;
} [class*="-template-builder"] .alignfull,
[class*="-template-full-width-page"] .alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: 100vw;
max-width: 100vw;
} .row-items {
margin-bottom: -30px;
}
.row-items.no-gutters {
margin-bottom: 0;
}
.item {
margin-bottom: 30px;
position: relative;
border: 1px solid #DDDDDD;
border-radius: 3px;
}
.no-gutters .item,
.slick-slide .item {
margin-bottom: 0;
}
.item-media {
border: 0;
border-radius: 0;
display: flex;
margin-bottom: 70px;
}
.item-media.item-media-sm {
margin-bottom: 15px;
}
.item-thumb img {
border-radius: 3px 3px 0 0;
}
.item-product .item-thumb {
padding: 15px 15px 0 15px;
}
.item-product .item-thumb img {
border-radius: 3px;
}
.item-media .item-thumb {
flex: none;
width: 300px;
margin-right: 30px;
}
.item-media .item-thumb img {
border-radius: 3px;
}
.item-media .item-thumb img {
border: 1px solid #DDDDDD;
}
.item-media-sm .item-thumb {
width: 70px;
margin-right: 15px;
}
.item-content {
padding: 30px 30px 25px;
min-width: 0;
padding: 20px 20px 15px;
}
.item-media .item-content {
padding: 0;
}
.item-media .item-content {
padding: 0;
}
.item-meta {
font-size: 13px;
line-height: normal;
margin-bottom: 3px;
color: #8E8E8E;
letter-spacing: -0.01em;
}
.item-meta a {
color: #8E8E8E;
}
.item-media .item-meta {
margin-bottom: 5px;
font-size: 16px;
}
.item-media-sm .item-meta {
font-size: 13px;
}
.item-title {
line-height: normal;
font-size: 16px;
letter-spacing: -0.01em;
margin-bottom: 10px;
}
.item-title a {
color: #394E64;
}
.item-title a:hover {
color: #F08804;
}
.item-media-sm .item-title {
font-size: 14px;
}
.item .price {
display: block;
font-size: 16px;
color: #B12704;
margin-bottom: 5px;
font-weight: 600;
}
.item .price del {
opacity: .5;
font-size: 15px;
margin-right: 3px;
font-weight: 400;
}
.item .price:last-child {
margin-bottom: 0;
}
.item-inset {
color: #B12704;
margin-bottom: 0;
line-height: normal;
}
.item-inset a {
color: currentColor;
}
.item-read-more {
margin-top: 20px;
} .block-layout {
margin-bottom: -30px;
}
.block-item {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 3px;
margin-bottom: 30px;
position: relative;
height: 0;
overflow: hidden;
}
.block-item::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(57, 78, 100, 0.4);
}
.block-item-xl,
.block-item-lg {
padding-bottom: 56.25%;
}
.block-item-md {
padding-bottom: 54.69462%;
}
.block-item-long {
height: 215px;
}
.block-item-content-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: flex-end;
}
.block-item-content {
padding: 30px;
color: #fff;
}
.block-item-title {
font-size: 26px;
margin: 0;
line-height: normal;
letter-spacing: -0.01em;
font-weight: 600;
}
.block-item-subtitle {
font-size: 16px;
margin: 0;
line-height: normal;
letter-spacing: -0.01em;
}
.btn-block-item {
margin-top: 15px;
} .woocommerce-pagination {
margin: 30px 0 0;
background-color: #F5F5F5;
border-radius: 3px;
padding: 10px;
text-align: center;
}
.woocommerce-pagination ul {
padding: 0;
margin: 0;
list-style: none;
}
.woocommerce-pagination li {
display: inline-block;
list-style: none;
}
.woocommerce-pagination a,
.woocommerce-pagination span {
display: inline-block;
margin: 2px 6px;
color: #394E64;
}
.woocommerce-pagination a:hover,
.woocommerce-pagination .current {
color: #F08804;
}
.navigation {
margin: 30px 0 0;
background-color: #F5F5F5;
border-radius: 3px;
padding: 10px;
text-align: center;
}
.navigation a,
.navigation .page-numbers {
display: inline-block;
margin: 2px 6px;
color: #394E64;
}
.navigation a:hover,
.navigation .current {
color: #F08804;
}
.navigation .nav-links::after {
content: "";
display: table;
clear: both;
}
.navigation .nav-previous {
float: left;
}
.navigation .nav-next {
float: right;
}
.comment-navigation {
margin: 30px 0;
}
.page-links {
margin: 30px 0 0;
background-color: #F5F5F5;
border-radius: 3px;
padding: 10px;
text-align: center;
clear: both;
}
.page-links .page-number {
display: inline-block;
margin: 2px 6px;
color: #394E64;
}
.page-links .page-number:hover {
color: #F08804;
}
.page-links > .page-number {
color: #F08804;
}
.page-links > a:first-child,
.page-links > span:first-child {
margin-left: 10px;
} .list-social-icons,
.list-card-icons {
margin: 0;
padding: 0;
list-style: none;
}
.list-social-icons li,
.list-card-icons li {
display: inline-block;
margin: 3px;
}
.social-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
font-size: 14px;
text-align: center;
color: #394E64;
border: 2px solid #DDDDDD;
border-radius: 50%;
}
.social-icon:hover {
border-color: #F08804;
color: #F08804;
}
.header .social-icon {
color: inherit;
font-size: inherit;
}
.footer-info-addons .social-icon {
color: #fff;
font-size: 24px;
border: 0;
}
.footer-widgets .social-icon {
color: #fff;
border-color: rgba(255, 255, 255, 0.1);
}
.entry-author-socials .social-icon {
border: 0;
padding: 0;
width: auto;
height: auto;
font-size: 18px;
color: #00A8DE;
}
.entry-social-share {
text-align: center;
}
.entry-social-share-title {
margin-bottom: 10px;
} .skip-link {
left: -9999rem;
top: 2.5rem;
z-index: 100000;
background-color: #F5F5F5;
color: #000;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.skip-link:focus {
position: fixed;
display: block;
left: 6px;
top: 7px;
right: auto;
font-size: 14px;
font-weight: 600;
text-decoration: none;
line-height: normal;
padding: 15px 23px 14px;
z-index: 100000;
} .nozama-lite-responsive-embed {
position: relative;
padding-top: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
margin-bottom: 30px;
}
.nozama-lite-responsive-embed iframe,
.nozama-lite-responsive-embed object,
.nozama-lite-responsive-embed embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .footer {
color: #fff;
}
.footer-widgets {
background-color: #283848;
padding: 70px 0 10px;
font-size: 14px;
line-height: 1.65;
}
.footer-info {
padding: 10px 0;
font-size: 14px;
background-color: #212F3D;
color: #fff;
}
.footer-copy {
margin-bottom: 0;
} .comments-area {
margin: 65px 0 0;
}
.comments-title,
.comment-reply-title {
margin-bottom: 30px;
font-size: 26px;
}
.comment-list,
.commentlist {
margin: 0;
list-style: none;
padding: 0;
}
.comment-list .children,
.commentlist .children {
list-style: none;
}
.comment-list .comment-body,
.commentlist .comment-body {
margin-bottom: 20px;
padding-top: 20px;
}
.comment-list > .comment:first-child > .comment-body,
.commentlist > .comment:first-child > .comment-body {
border-top: 0;
padding-top: 0;
}
.post-comments {
margin: 0 0 45px;
}
.comment-author .fn {
font-size: 18px;
font-weight: 400;
}
.comment-author .avatar {
width: 80px;
height: 80px;
float: left;
margin: 0 15px 15px 0;
overflow: visible;
border-radius: 3px;
}
.comment-content {
overflow: hidden;
zoom: 1;
}
.comment-content ul,
.comment-content ol {
margin: 30px 0;
padding-left: 25px;
}
.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
margin: 0;
}
.comment-content blockquote {
margin: 35px 0 0;
}
.comment-metadata {
font-size: 14px;
margin: 0 0 5px;
}
.comment-metadata a {
color: #8E8E8E;
}
.comment-reply-link {
font-size: 10px;
text-transform: uppercase;
padding: 4px 10px;
margin-left: 94px;
height: auto;
width: auto;
}
.bypostauthor > article .fn::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f005";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin: 0 2px 0 -2px;
position: relative;
top: -1px;
font-size: 11px;
}
.comment-respond {
margin-top: 50px;
}
#cancel-comment-reply-link {
font-size: 13px;
font-weight: normal;
margin-left: 5px;
}
.form-allowed-tags,
.comment-notes {
font-size: 14px;
line-height: 1.5;
opacity: .75;
}
.form-submit {
margin-bottom: 0;
}
.no-comments {
border: 1px solid #DDDDDD;
padding: 15px;
margin-top: 40px;
text-align: center;
}
.comment-form-cookies-consent {
line-height: normal;
display: flex;
}
.comment-form-cookies-consent label {
display: inline-block;
margin: 0 0 0 8px;
}
.comment-form > p {
margin: 0 0 20px;
}
.comment-form .form-submit {
margin-top: 30px;
} .widget {
margin: 0 0 60px; }
.sidebar .widget:last-child {
margin-bottom: 0;
}
.widget p:last-child {
margin-bottom: 0;
}
.widget select {
width: 100%;
}
.widget-title {
font-size: 18px;
margin-bottom: 15px;
}
.widget-title label {
text-transform: none;
display: block;
font-size: inherit;
margin: 0;
line-height: inherit;
font-weight: inherit;
} .widget_ci-home-newsletter {
padding: 0;
background-color: #212F3D;
}
.widget-newsletter-wrap {
padding: 30px 0;
}
.widget-newsletter-content-wrap {
display: flex;
align-items: center;
}
.widget-newsletter-content-wrap .fas,
.widget-newsletter-content-wrap .far {
color: #F08804;
font-size: 38px;
line-height: 1;
flex: none;
margin-right: 15px;
}
.widget-newsletter-content {
line-height: normal;
color: #00A8DE;
}
.widget-newsletter-content h2 {
color: #fff;
margin-bottom: 0;
font-weight: 900;
}
.widget-newsletter-content p {
margin-bottom: 0;
}
.widget-newsletter-form {
position: relative;
height: 40px;
}
.widget-newsletter-form button {
position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 0 25px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.widget-newsletter-form input[type="email"] {
height: 100%;
} .widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_product_categories ul,
.widget_layered_nav ul,
.widget_rating_filter ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_product_categories ul ul,
.widget_layered_nav ul ul,
.widget_rating_filter ul ul {
margin-left: 15px;
}
.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_product_categories li,
.widget_layered_nav li,
.widget_rating_filter li {
line-height: normal;
display: block;
position: relative;
}
.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_product_categories li a,
.widget_layered_nav li a,
.widget_rating_filter li a {
display: block;
padding: 10px 0;
color: #394E64;
border-bottom: 1px solid #DDDDDD;
letter-spacing: -.01em;
}
.footer-widgets .widget_meta li a,
.footer-widgets
.widget_pages li a,
.footer-widgets
.widget_categories li a,
.footer-widgets
.widget_archive li a,
.footer-widgets
.widget_nav_menu li a,
.footer-widgets
.widget_product_categories li a,
.footer-widgets
.widget_layered_nav li a,
.footer-widgets
.widget_rating_filter li a {
color: #fff;
border-bottom-color: rgba(255, 255, 255, 0.1);
}
.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_nav_menu li a:hover,
.widget_product_categories li a:hover,
.widget_layered_nav li a:hover,
.widget_rating_filter li a:hover {
color: #F08804;
}
.widget_meta li > .count,
.widget_meta li > .ci-count,
.widget_pages li > .count,
.widget_pages li > .ci-count,
.widget_categories li > .count,
.widget_categories li > .ci-count,
.widget_archive li > .count,
.widget_archive li > .ci-count,
.widget_nav_menu li > .count,
.widget_nav_menu li > .ci-count,
.widget_product_categories li > .count,
.widget_product_categories li > .ci-count,
.widget_layered_nav li > .count,
.widget_layered_nav li > .ci-count,
.widget_rating_filter li > .count,
.widget_rating_filter li > .ci-count {
position: absolute;
right: 0;
top: 6px;
font-size: 14px;
padding: 4px 3px;
}
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_rss li {
display: block;
padding: 11px 0;
border-bottom: 1px solid #DDDDDD;
}
.footer-widgets .widget_recent_entries li,
.footer-widgets
.widget_recent_comments li,
.footer-widgets
.widget_rss li {
border-color: rgba(255, 255, 255, 0.1);
}
.widget_recent_entries a,
.widget_recent_comments a,
.widget_rss a {
color: #394E64;
}
.footer-widgets .widget_recent_entries a,
.footer-widgets
.widget_recent_comments a,
.footer-widgets
.widget_rss a {
color: #fff;
}
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_rss a:hover {
color: #F08804;
}
.widget_recent_entries .post-date {
display: block;
font-size: 14px;
color: #8E8E8E;
}
.footer-widgets .widget_recent_entries .post-date {
color: rgba(255, 255, 255, 0.7);
}
.rss-date {
display: block;
font-size: 14px;
margin: 3px 0;
}
.tag-cloud-link {
display: inline-block;
padding: 4px 14px;
font-size: 13px !important;
border-radius: 3px;
border: 1px solid #4A4A4A;
color: #4A4A4A;
margin-bottom: 3px;
}
.tag-cloud-link:hover {
border-color: #F08804;
background-color: #F08804;
color: #fff;
}
.footer-widgets .tag-cloud-link {
border-color: rgba(255, 255, 255, 0.1);
color: #fff;
} .widget_nav_menu li.fas,
.widget_nav_menu li.far,
.widget_nav_menu li.fab {
font-family: "Source Sans Pro", sans-serif;
font-weight: normal;
line-height: 1;
position: relative;
}
.widget_nav_menu li.fas:not(:first-child),
.widget_nav_menu li.far:not(:first-child),
.widget_nav_menu li.fab:not(:first-child) {
margin-left: 10px;
}
.widget_nav_menu li.fas > a,
.widget_nav_menu li.far > a,
.widget_nav_menu li.fab > a {
margin-left: 0;
padding-left: 20px;
}
.widget_nav_menu li.fas::before,
.widget_nav_menu li.far::before,
.widget_nav_menu li.fab::before {
position: absolute;
margin-right: 5px;
margin-top: -2px;
font-size: 0.85em;
top: 50%;
transform: translateY(-50%);
}
.widget_nav_menu li.fas::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.widget_nav_menu li.far::before {
font-family: "Font Awesome 5 Free";
font-weight: 400;
}
.widget_nav_menu li.fab::before {
font-family: "Font Awesome 5 Brands";
font-weight: 400;
} .searchform > div {
position: relative;
}
.searchform input[type="text"],
.searchform input[type="search"] {
height: 40px;
}
.searchform .searchsubmit {
position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 0 15px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
} .widget_text p:last-child {
margin-bottom: 0;
} #wp-calendar {
width: 100%;
}
#wp-calendar a {
font-weight: bold;
font-style: italic;
}
#wp-calendar caption {
text-align: left;
margin-top: 10px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
padding: 9px;
}
#wp-calendar thead {
font-size: 10px;
}
#wp-calendar thead th {
background: rgba(0, 0, 0, 0.1);
font-weight: bold;
padding: 8px;
}
#wp-calendar tbody td {
background: none;
border: 1px solid rgba(0, 0, 0, 0.1);
text-align: center;
padding: 3px;
}
#wp-calendar tbody td:hover {
background: rgba(0, 0, 0, 0.1);
}
#wp-calendar tbody .pad {
background: none;
}
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tfoot #prev {
font-size: 10px;
text-transform: uppercase;
padding-top: 10px;
}  .entry-content > [class*="wp-block-"],
.entry > [class*="wp-block-"],
.wp-block-column > [class*="wp-block-"] {
margin-bottom: 30px;
}
.wp-block-audio {
margin-bottom: 1.5em;
}
.wp-block-audio audio {
width: 100%;
margin: 0;
}
.wp-block-audio figcaption {
color: inherit;
opacity: .7;
}
.wp-block-video {
margin-bottom: 1.5em;
}
.wp-block-video video {
width: 100%;
margin: 0;
}
.wp-block-video figcaption {
color: inherit;
opacity: .7;
} .has-drop-cap:not(:focus)::first-letter {
padding: 0 .2rem .2rem 0;
font-size: 4rem;
line-height: .65;
} .wp-block-embed iframe {
margin: 0;
}
.wp-block-embed figcaption {
color: inherit;
opacity: .7;
} .wp-block-image figcaption {
color: inherit;
opacity: .7;
} .wp-block-separator {
margin: 30px 0;
} .wp-block-latest-comments {
padding-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
padding: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
color: inherit;
opacity: .7;
} .wp-block-latest-posts {
list-style: none;
padding: 0;
}
.wp-block-latest-posts li {
margin-bottom: 15px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date {
color: inherit;
opacity: .7;
} .wp-block-gallery li::before {
display: none;
}
.wp-block-gallery li a {
border: 0;
box-shadow: none;
} .wp-block-column :last-child {
margin-bottom: 0;
} .wp-block-quote.is-style-plain {
background: none;
font-style: normal;
}
.wp-block-quote.is-style-plain::before,
.wp-block-quote.is-style-plain::after {
display: none;
}
.wp-block-quote.is-style-large {
padding: 0 2em;
} .wp-block-pullquote {
font-style: normal;
padding: 30px 0;
border-top: 1px solid;
border-bottom: 1px solid;
}
.wp-block-pullquote.has-text-align-left,
.wp-block-pullquote.has-text-align-right {
max-width: 100%;
}
.wp-block-pullquote blockquote {
font-style: normal;
padding: 0;
border: 0;
}
.wp-block-pullquote blockquote::before {
display: none;
} .wp-block-table .has-text-align-left {
text-align: left;
}
.wp-block-table .has-text-align-center {
text-align: center;
}
.wp-block-table .has-text-align-right {
text-align: right;
} .wp-block-button.is-style-outline .wp-block-button__link {
border: 2px solid #F08804;
color: #F08804;
}  .entry-content .wp-block-gutenbee-post-types .gutenbee-post-types-item-thumb img {
border: 1px solid #DDDDDD;
}
.entry-content .wp-block-gutenbee-post-types .gutenbee-post-types-item-title {
font-weight: normal;
line-height: normal;
font-size: 28px;
letter-spacing: -0.01em;
margin-bottom: 15px;
}
.entry-content .wp-block-gutenbee-post-types .gutenbee-post-types-item-meta {
font-size: 16px;
}
.entry-content .wp-block-gutenbee-post-types .gutenbee-post-types-item-more {
margin-top: 20px;
}
.entry-content .wp-block-gutenbee-post-types .item-product .onsale {
z-index: 10;
position: absolute;
left: auto;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
text-align: center;
background-color: #F08804;
padding: 3px 12px;
color: #fff;
border-radius: 3px;
} .wp-block-gutenbee-food-menu-item .wp-block-gutenbee-heading {
margin-bottom: 0;
} .wp-block-gutenbee-testimonial::before,
.wp-block-gutenbee-testimonial::after {
display: none;
}
.entry-content .wp-block-gutenbee-testimonial {
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
padding: 30px 0;
} .wp-block-gutenbee-heading.is-style-nozama-lite-banner-heading {
font-size: 26px;
margin: 0;
line-height: normal;
letter-spacing: -.01em;
font-weight: 600;
}  .gallery {
display: flex;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
margin: 40px 0;
}
.gallery:first-child {
margin-top: 0;
}
.gallery:last-child {
margin-bottom: 0;
}
.gallery-item {
margin-bottom: 10px;
}
.gallery-item img {
border-radius: 3px;
width: 100%;
max-width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1;
}
.gallery-columns-1 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
flex: 0 0 100%;
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
flex: 0 0 25%;
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
flex: 0 0 20%;
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
flex: 0 0 14.28571%;
max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 5px;
padding-left: 5px;
flex: 0 0 11.11111%;
max-width: 11.11111%;
}
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0 0 0 5px;
max-height: 50%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
width: calc(100% - 10px);
transition: opacity .18s ease;
}
.gallery-caption::before {
content: "";
height: 100%;
min-height: 49px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}  .alignnone {
margin: 5px 0 20px;
}
p .alignnone {
margin-bottom: 0;
}
.aligncenter {
display: block;
margin: 7px auto;
}
.alignright {
float: right;
margin: 7px 0 7px 24px;
}
.alignleft {
float: left;
margin: 7px 24px 7px 0;
} .wp-caption {
max-width: 100%;
margin-bottom: 15px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text {
font-size: 12px;
line-height: 17px;
margin: 3px 0 5px;
padding: 5px 0 0;
text-align: left;
font-style: italic;
}
.sticky { } .mobile-nav-open {
overflow: hidden;
}
.navigation-mobile-wrap {
background-color: #F5F5F5;
padding: 0 15px;
position: fixed;
width: 100%;
height: 100%;
overflow-y: auto;
z-index: 1000;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
transition: opacity 0.18s ease;
}
.mobile-nav-open .navigation-mobile-wrap {
opacity: 1;
visibility: visible;
}
.admin-bar .navigation-mobile-wrap {
top: 46px;
padding-bottom: 46px;
}
.navigation-mobile {
margin: 0;
padding: 0;
line-height: normal;
color: #4A4A4A;
}
.navigation-mobile li {
list-style: none;
width: 100%;
position: relative;
}
.navigation-mobile li[class*="fa-"] {
font-family: "Source Sans Pro", sans-serif;
}
.navigation-mobile li[class*="fa-"]::before {
font-size: 0.8em;
position: absolute;
top: 1.25em;
}
.navigation-mobile li[class*="fa-"] a {
padding-left: 20px;
}
.navigation-mobile li.fas::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.navigation-mobile li.far::before {
font-family: "Font Awesome 5 Free";
font-weight: 400;
}
.navigation-mobile li.fab::before {
font-family: "Font Awesome 5 Brands";
font-weight: 400;
}
.navigation-mobile li ul {
display: none;
}
.navigation-mobile .menu-item-expanded > ul {
display: block;
}
.navigation-mobile .menu-item-expanded > .menu-item-sub-menu-toggle::before {
transform: rotate(180deg);
}
.navigation-mobile a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-bottom: 1px solid #DDDDDD;
padding: 15px 45px 15px 0;
display: block;
font-weight: 700;
color: currentColor;
}
.menu-item-sub-menu-toggle {
height: auto;
width: auto;
background: none;
box-shadow: none;
display: block;
flex: none;
padding: 15px 15px;
border: 0;
position: absolute;
top: 0;
right: 0;
font-weight: bold;
font-size: 15px;
color: #4A4A4A;
background-color: transparent;
}
.menu-item-sub-menu-toggle:focus {
outline: 1px dotted currentColor;
}
.menu-item-sub-menu-toggle::before {
display: inline-block;
content: "\f107";
font-family: "Font Awesome 5 Free";
transition: transform 0.18s ease;
}
.navigation-mobile-dismiss {
display: flex;
align-items: center;
justify-content: flex-end;
border-bottom: 1px solid #DDDDDD;
padding: 14px;
text-align: right;
font-weight: 700;
color: #4A4A4A;
}
.navigation-mobile-dismiss:hover,
.navigation-mobile-dismiss:focus {
color: #4A4A4A;
}
.navigation-mobile-dismiss::after {
font-family: "Font Awesome 5 Free";
content: "\f00d";
font-size: 1.2rem;
margin-left: 7px;
}
.mobile-nav-trigger {
text-transform: uppercase;
display: none;
width: 40px;
height: 40px;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 3px;
align-items: center;
justify-content: center;
color: inherit;
margin-right: 10px;
}
.mobile-nav-trigger:hover {
color: inherit;
}  .demo_store {
position: fixed;
bottom: 0;
z-index: 150;
width: 100%;
background-color: #F5F5F5;
border-top: 1px solid #DDDDDD;
text-align: center;
margin: 0;
line-height: normal;
padding: 15px 25px;
}
.woocommerce-store-notice__dismiss-link {
display: inline;
}
.entry-content .woocommerce::after {
content: "";
display: table;
clear: both;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews {
padding: 14px 20px 14px 55px;
background-color: #F5F5F5;
margin-bottom: 30px;
margin-left: 0;
clear: both;
border-left: 0.618em solid #a4ecd3;
position: relative;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-noreviews::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f058";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
left: 15px;
top: 10px;
font-size: 1.4em;
}
.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-noreviews a:not(.button) {
border-bottom: 1px solid;
color: #394E64;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-noreviews .button {
float: right;
padding: 5px 10px;
line-height: normal;
font-style: normal;
font-weight: normal;
color: inherit;
background: none;
position: relative;
text-decoration: none;
text-align: left;
text-transform: uppercase;
font-size: 0.875em;
border: 0;
}
.woocommerce-message .button::after,
.woocommerce-error .button::after,
.woocommerce-info .button::after,
.woocommerce-noreviews .button::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f061";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 0.65em;
display: inline-block;
margin: 0 0 0 5px;
position: relative;
top: -2px;
}
.woocommerce-error {
list-style: none;
border-left-color: #ff786d;
}
.woocommerce-error::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f057";
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.woocommerce-error li {
display: block;
}
.woocommerce-info {
list-style: none;
border-left-color: #54b5f7;
}
.woocommerce-info li {
display: block;
}
.woocommerce-info:before {
content: "\f05a";
}
.woocommerce-noreviews {
padding-left: 20px;
border-left-color: rgba(0, 0, 0, 0.15);
}
.woocommerce-noreviews:before {
display: none;
}
.onsale {
z-index: 10;
position: absolute;
top: 0;
right: 0;
text-transform: uppercase;
font-size: 13px;
text-align: center;
background-color: #F08804;
padding: 3px 12px;
color: #fff;
}
.item .onsale {
border-top-right-radius: 3px;
top: 15px;
right: 15px;
}
.images .onsale {
right: auto;
border-top-left-radius: 3px;
} .breadcrumb,
.woocommerce-breadcrumb {
padding-bottom: 15px;
border-bottom: 1px solid #DDDDDD;
margin-bottom: 45px;
color: #8E8E8E;
}
.breadcrumb a,
.woocommerce-breadcrumb a {
color: #394E64;
}
.breadcrumb > span,
.woocommerce-breadcrumb > span {
margin: 0 6px;
} .shop-actions {
display: flex;
align-items: center;
margin: 0 0 25px;
padding: 10px;
background-color: #F5F5F5;
line-height: normal;
border-radius: 3px;
}
.shop-actions a {
color: #394E64;
}
.shop-actions .woocommerce-result-count,
.shop-actions .product-number {
display: inline-block;
margin: 0;
}
.shop-actions .product-number {
margin-left: 10px;
}
.shop-actions .product-number a {
margin: 0 2px;
}
.shop-actions .product-number a.product-number-active {
color: #F08804;
}
.shop-action-results {
flex: auto;
text-align: center;
}
.shop-actions-no-filter .shop-action-results {
text-align: left;
}
.shop-filter-toggle {
margin-right: 15px;
color: #394E64;
padding: 8px 10px;
border-radius: 3px;
background-color: #fff;
}
.shop-filter-toggle i {
margin-right: 5px;
font-size: 14px;
color: #F08804;
}
.woocommerce-ordering {
position: relative;
margin: 0;
}
.woocommerce-ordering select {
color: #4A4A4A;
border: 0;
} .woocommerce-product-gallery {
margin-bottom: 60px;
position: relative;
}
.woocommerce-product-gallery img {
display: block;
width: 100%;
height: auto;
box-shadow: none;
outline: 0;
border-radius: 3px;
}
.woocommerce-product-gallery .thumbnails {
padding-top: 1em;
}
.woocommerce-product-gallery .flex-viewport {
border: 1px solid #DDDDDD;
border-radius: 3px;
}
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
border: 0;
}
.woocommerce-product-gallery .flex-control-thumbs {
overflow: hidden;
zoom: 1;
margin: 30px -15px 0;
padding: 0;
}
.woocommerce-product-gallery .flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
padding: 0 15px;
list-style: none;
position: relative;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
cursor: pointer;
opacity: .5;
margin: 0;
border: 1px solid #DDDDDD;
}
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs li img:hover {
opacity: 1;
}
.woocommerce-product-gallery__wrapper {
transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
margin: 0;
padding: 0;
border-radius: 3px;
border: 1px solid #DDDDDD;
}
.woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block;
}
.woocommerce-product-gallery__trigger {
position: absolute;
top: .5em;
right: .5em;
font-size: 2em;
z-index: 9;
width: 36px;
height: 36px;
background: #fff;
text-indent: -9999px;
border-radius: 100%;
box-sizing: content-box;
outline: 0;
}
.woocommerce-product-gallery__trigger:before {
content: "";
display: block;
width: 10px;
height: 10px;
border: 2px solid #000;
border-radius: 100%;
position: absolute;
top: 9px;
left: 9px;
box-sizing: content-box;
}
.woocommerce-product-gallery__trigger:after {
content: "";
display: block;
width: 2px;
height: 8px;
background: #000;
border-radius: 6px;
position: absolute;
top: 19px;
left: 22px;
transform: rotate(-45deg);
box-sizing: content-box;
}
.woocommerce-product-gallery__trigger:active,
.woocommerce-product-gallery__trigger:focus {
outline: 0;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
clear: left;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: left;
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
clear: left;
}
.images {
margin-bottom: 60px;
position: relative;
}
.woocommerce-main-image {
display: block;
}
.type-product .thumbnails {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.type-product .thumbnails a {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 25%;
max-width: 25%;
margin-top: 30px;
}
.type-product .thumbnails a img {
width: 100%;
}
.type-product .entry-summary {
margin-bottom: 40px;
}
.price ins {
text-decoration: none;
}
.entry-summary .product_title {
font-size: 28px;
margin: 0 0 20px;
letter-spacing: -0.01em;
color: #394E64;
}
.woocommerce-product-rating {
margin: 30px 0;
line-height: normal;
}
.entry-summary .woocommerce-product-rating {
display: flex;
align-items: center;
margin: 0 0 10px;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link {
font-size: 14px;
margin-left: 7px;
color: #8E8E8E;
}
.product_meta {
display: flex;
justify-content: space-between;
margin-bottom: 5px;
}
.product_meta > span {
margin-bottom: 3px;
}
.product_meta a {
color: #394E64;
}
.product-availability {
margin-bottom: 10px;
}
.product-availability .stock {
display: inline-block;
margin: 0;
}
.product-availability .in-stock {
color: #0D9502;
}
.product-availability .out-of-stock {
color: #B12704;
}
.entry-product-info {
padding: 30px;
border-radius: 3px;
background-color: #F5F5F5;
margin-bottom: 70px;
}
.entry-product-info .price {
font-size: 36px;
color: #394E64;
margin: 0 0 15px;
font-weight: 900;
letter-spacing: -0.01em;
}
.entry-product-info .price del {
font-size: 20px;
margin-right: 5px;
display: block;
line-height: normal;
}
.entry-product-info .price ins {
text-decoration: none;
}
.tagged_as {
display: block;
margin-top: 20px;
}
.tagged_as a {
color: #394E64;
}
.woocommerce-grouped-product-list td {
padding-top: 8px;
padding-bottom: 8px;
}
.woocommerce-grouped-product-list tr td:first-child {
width: 120px;
}
.woocommerce-grouped-product-list .product-availability {
font-size: 14px;
}
.woocommerce-grouped-product-list-item__quantity .button {
padding: 9px 22px;
font-size: 14px;
}
.woocommerce-grouped-product-list-item__price {
text-align: right;
}
.woocommerce-grouped-product-list-item__price .woocommerce-Price-amount {
color: #B12704;
font-weight: 700;
letter-spacing: -0.01em;
}
.woocommerce-grouped-product-list-item__price ins {
text-decoration: none;
}
.woocommerce-grouped-product-list-item__price del {
color: #B12704;
opacity: .6;
margin-right: 5px;
}
.woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
font-weight: 400;
}
.woocommerce-grouped-product-list-item__price .product-availability {
margin: 0;
}
.woocommerce-grouped-product-list-item__label label {
margin: 0;
}
.woocommerce-grouped-product-list-item__label a {
color: #394E64;
} .quantity {
display: flex;
align-items: center;
line-height: normal;
margin: 0 0 20px;
}
.group_table .quantity {
margin: 0 10px 0 0;
vertical-align: middle;
}
.quantity label {
margin: 0 10px 0 0;
}
.qty {
text-align: center;
padding: 0;
margin: 0;
max-width: 120px;
}
.entry-summary .qty {
-moz-appearance: textfield !important;
}
.entry-summary .qty::-webkit-outer-spin-button,
.entry-summary .qty::-webkit-inner-spin-button {
-webkit-appearance: none;
appearance: none;
}
.group_table .qty {
width: 46px;
}
button.single_add_to_cart_button {
display: inline-block;
margin: 0;
line-height: normal;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
user-select: none;
width: auto;
height: auto;
text-transform: none;
color: #fff;
background-color: #F08804;
border: 0;
font-family: inherit;
border-radius: 3px;
font-weight: 600;
padding: 13px 28px;
font-size: 16px;
width: 100%;
max-width: 260px;
}
button.single_add_to_cart_button.disabled,
button.single_add_to_cart_button:disabled {
cursor: not-allowed;
opacity: .65;
}
button.single_add_to_cart_button:hover {
text-decoration: none;
color: #fff;
background-color: #d77a04;
}
button.single_add_to_cart_button:focus {
outline: 0;
box-shadow: 0 0 10px rgba(240, 136, 4, 0.7);
}
.product-type-external button.single_add_to_cart_button {
position: relative;
padding-right: 30px;
}
.product-type-external button.single_add_to_cart_button::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f35d";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 10px;
position: absolute;
top: 5px;
right: 5px;
}
.variations {
width: auto;
}
.variations td {
padding: 5px;
border: 0;
position: relative;
}
.variations td.label {
line-height: normal;
max-width: 70px;
}
.variations td.label label {
margin: 0;
}
.variations td.value {
width: 170px;
}
.woocommerce-variation-price {
margin: 15px 0;
}
.reset_variations {
position: absolute;
color: #394E64;
left: 100%;
top: 50%;
transform: translateY(-50%);
margin: 0 0 0 5px;
}
.single-product-table-wrapper {
padding: 20px;
margin: 15px 0 30px;
border: 1px solid #DDDDDD;
border-radius: 3px;
background-color: rgba(255, 255, 255, 0.6);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
} .wc-block-review-list-item__rating__stars,
.wc-block-components-product-rating__stars,
.star-rating {
overflow: hidden;
display: inline-block;
position: relative;
height: 12px !important;
width: 68px !important;
line-height: 12px !important;
font-size: 12px !important;
color: #ffd500;
}
.wc-block-review-list-item__rating__stars::after,
.wc-block-components-product-rating__stars::after,
.star-rating::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 400;
float: left;
top: 0;
left: 0;
position: absolute;
}
.wc-block-review-list-item__rating__stars::before,
.wc-block-components-product-rating__stars::before,
.star-rating::before {
display: none;
}
.wc-block-review-list-item__rating__stars span,
.wc-block-components-product-rating__stars span,
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.wc-block-review-list-item__rating__stars span::after,
.wc-block-components-product-rating__stars span::after,
.star-rating span::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 900;
top: 0;
position: absolute;
left: 0;
}
.wc-block-review-list-item__rating__stars span::before,
.wc-block-components-product-rating__stars span::before,
.star-rating span::before {
display: none;
}
.wc-block-grid__product-rating.star-rating::before {
display: none;
} .woocommerce-tabs-container {
background-color: #F5F5F5;
padding: 70px 0;
}
.woocommerce-tabs-container-narrow {
padding: 30px;
}
.woocommerce-tabs {
border-radius: 3px;
background-color: #fff;
padding: 30px;
}
.wc-tabs {
display: flex;
margin: 0;
padding: 0 0 20px;
border-bottom: 1px solid #DDDDDD;
}
.wc-tabs li {
display: inline-block;
margin: 0 45px 0 0;
padding: 0;
}
.wc-tabs li.active a {
color: #394E64;
}
.wc-tabs a {
color: #8E8E8E;
border-bottom-color: transparent;
transition: border-color .18s ease;
}
.woocommerce-Tabs-panel {
padding: 20px 0 0;
}
.woocommerce-Tabs-panel > h2:first-of-type {
display: none;
}
.woocommerce-Tabs-panel > p:last-child,
.woocommerce-Tabs-panel > table:last-child {
margin-bottom: 0;
}
.woocommerce-Tabs-panel.entry-content h2,
.woocommerce-Tabs-panel.entry-content h3,
.woocommerce-Tabs-panel.entry-content h4,
.woocommerce-Tabs-panel.entry-content h5,
.woocommerce-Tabs-panel.entry-content h6 {
margin: 20px 0 10px;
}
.shop_attributes th,
.shop_attributes td {
vertical-align: middle;
}
.shop_attributes p {
margin-bottom: 0;
} .woocommerce-Reviews #comments {
margin: 0;
}
.woocommerce-Reviews #comments .woocommerce-Reviews-title {
margin: 0 0 20px;
}
.woocommerce-Reviews .comment-text {
font-size: 14px;
}
.woocommerce-Reviews .comment-text p {
margin-bottom: 10px;
}
.woocommerce-Reviews li {
margin-bottom: 20px;
}
.woocommerce-Reviews .avatar {
width: 64px;
height: 64px;
float: left;
margin: 0 25px 15px 0;
overflow: visible;
border-radius: 3px;
}
.woocommerce-Reviews .description {
overflow: hidden;
}
.woocommerce-Reviews .meta {
font-size: 16px;
}
.woocommerce-Reviews .star-rating {
float: right;
top: 5px;
}
.woocommerce-Reviews .comment-respond {
margin-top: 30px;
}
.comment-form-rating a {
display: inline-block;
position: relative;
width: 15px;
text-indent: -9999px;
border: none;
margin-right: 12px;
color: #ffd500;
}
.comment-form-rating a:hover {
color: #ffd500;
}
.comment-form-rating a:focus {
outline: none;
}
.comment-form-rating a::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f005";
font-family: "Font Awesome 5 Free";
font-weight: 400;
font-size: 13px;
opacity: 1;
display: inline-block;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
}
.comment-form-rating a.active::after {
font-weight: 900;
}
.comment-form-rating .star-2 {
width: 26px;
}
.comment-form-rating .star-2::after {
content: "";
font-weight: 400;
}
.comment-form-rating .star-2.active::after {
font-weight: 900;
}
.comment-form-rating .star-3 {
width: 39px;
}
.comment-form-rating .star-3::after {
content: "";
font-weight: 400;
}
.comment-form-rating .star-3.active::after {
font-weight: 900;
}
.comment-form-rating .star-4 {
width: 52px;
}
.comment-form-rating .star-4::after {
content: "";
font-weight: 400;
}
.comment-form-rating .star-4.active::after {
font-weight: 900;
}
.comment-form-rating .star-5 {
width: 65px;
}
.comment-form-rating .star-5::after {
content: "";
font-weight: 400;
}
.comment-form-rating .star-5.active::after {
font-weight: 900;
} .shop_table td {
padding: 10px 5px;
}
.shop_table.cart {
border: 1px solid #DDDDDD;
border-bottom: 0;
border-right: 0;
}
.shop_table.cart th,
.shop_table.cart td {
padding: 10px;
border-bottom: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
}
.shop_table .product-remove {
text-align: center;
}
.shop_table .remove {
font-size: 24px;
color: #394E64;
}
.shop_table .product-thumbnail {
text-align: center;
}
.shop_table .product-thumbnail img {
width: 60px;
}
.shop_table .product-name a {
color: #4A4A4A;
}
.shop_table .product-name a:hover {
color: #394E64;
}
.shop_table .product-price {
text-align: center;
}
.shop_table .product-quantity {
text-align: center;
}
.shop_table .product-quantity .quantity {
margin: 0;
justify-content: center;
}
.shop_table .product-subtotal {
text-align: right;
}
.shop_table .product-subtotal .woocommerce-Price-amount {
color: #394E64;
font-weight: bold;
}
.shop_table .coupon {
width: 280px;
position: relative;
float: left;
height: 46px;
}
.shop_table .coupon label {
display: none;
}
.shop_table .coupon input,
.shop_table .coupon button {
height: 100%;
}
.shop_table .coupon button[type="submit"] {
position: absolute;
height: 100%;
min-width: 0;
top: 0;
right: 0;
font-size: 11px;
padding: 5px 14px;
border: 0;
}
.shop_table [name="update_cart"] {
float: right;
}
.cart-collaterals {
margin-top: 50px;
}
.cart-collaterals .shop_table {
border: 1px solid #DDDDDD;
border-bottom: 0;
border-right: 0;
}
.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
padding: 10px;
border-bottom: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
}
.cart-collaterals .shop_table th {
line-height: normal;
width: 25%;
}
.wc-proceed-to-checkout a {
padding: 18px 38px;
font-size: 16px;
}
.woocommerce-remove-coupon {
margin-left: 5px;
}
#shipping_method {
list-style: none;
margin: 0 0 5px;
padding: 0;
}
.shipping label {
display: inline-block;
margin-left: 5px;
}
.shipping input[type="radio"] {
display: inline-block;
}
.woocommerce-shipping-calculator [type="submit"] {
padding: 9px 22px;
font-size: 14px;
width: 100%;
}
.woocommerce-shipping-calculator p {
margin: 0 0 5px;
}
.woocommerce-shipping-calculator select {
width: 100%;
}
.shipping-calculator-button {
color: #394E64;
font-size: 12px;
}
.shipping-calculator-button::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 3px;
}
.shipping-calculator-form {
width: 100%;
}
.variation {
margin: 0;
font-size: 12px;
}
.variation dt,
.variation dd,
.variation p {
font-weight: normal;
display: inline-block;
margin: 0;
}
.variation dd {
margin-right: 3px;
}
.backorder_notification {
font-size: 12px;
} .woocommerce-checkout .woocommerce-info {
margin-bottom: 20px;
}
.woocommerce-checkout .login {
margin-bottom: 30px;
}
.woocommerce-checkout .login::after {
content: "";
display: table;
clear: both;
}
.woocommerce-checkout .login .form-row-last {
margin-right: 0;
}
.woocommerce-checkout .login .button {
padding: 9px 22px;
font-size: 14px;
}
.woocommerce-checkout .login .woocommerce-form__label-for-checkbox {
display: inline-block;
margin-left: 10px;
}
.woocommerce-checkout .checkout_coupon {
margin-bottom: 30px;
}
#customer-details {
margin: 0 0 25px;
}
.woocommerce-billing-fields p,
.woocommerce-shipping-fields p,
.woocommerce-additional-field p {
margin: 0 0 15px;
}
.woocommerce-billing-fields .input-text,
.woocommerce-shipping-fields .input-text,
.woocommerce-additional-field .input-text {
width: 100%;
}
.woocommerce-billing-fields abbr,
.woocommerce-shipping-fields abbr,
.woocommerce-additional-field abbr {
text-decoration: none;
border: none;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
margin: 0;
display: flex;
align-items: center;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox input {
margin: 0 10px 0 0;
}
#order_review_heading {
padding-top: 35px;
margin-top: 20px;
border-top: 2px solid #DDDDDD;
}
#order_review .shop_table td,
#order_review .shop_table th,
.order_details td,
.order_details th {
text-align: right;
padding-left: 0;
padding-right: 0;
}
#order_review .shop_table .product-total,
.order_details .product-total {
text-align: right;
}
#order_review .shop_table .product-name,
.order_details .product-name {
text-align: left;
}
#order_review .shop_table .product-quantity,
.order_details .product-quantity {
font-weight: normal;
}
#order_review .shop_table tfoot tr,
.order_details tfoot tr {
border: 0;
}
#order_review .shop_table tfoot td,
#order_review .shop_table tfoot th,
.order_details tfoot td,
.order_details tfoot th {
padding: 9px 0 0;
text-align: right;
border: 0;
}
.wc_payment_methods {
list-style: none;
padding: 0;
margin: 0 0 30px;
}
.wc_payment_method {
padding: 10px 0;
border-bottom: 1px solid #DDDDDD;
}
.wc_payment_method label {
display: inline-block;
margin: 0 0 0 5px;
}
.payment_method_paypal img {
width: 100px;
margin: -2px 15px 0;
}
.about_paypal {
font-size: 12px;
}
.payment_box {
padding: 15px;
border: 1px solid #DDDDDD;
margin: 5px 0 0;
}
.payment_box p {
margin: 0;
}
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-table--order-details tfoot td {
width: 320px;
padding-left: 15px;
}
.woocommerce-checkout-review-order-table tfoot td p,
.woocommerce-table--order-details tfoot td p {
margin: 0;
font-size: 14px;
}
.place-order .terms {
display: inline-block;
margin-left: 20px;
}
.place-order label[for="terms"] {
display: inline-block;
margin-right: 5px;
}
.select2-container .select2-selection--single {
border-color: #CCCCCC;
height: 35px;
}
.select2-search__field {
height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 100%;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border-color: #CCCCCC;
}
.select2-dropdown {
border-color: #CCCCCC;
} .woocommerce-order-received .customer_details {
padding: 25px;
border: 1px solid #DDDDDD;
}
.woocommerce-order-received .customer_details td,
.woocommerce-order-received .customer_details th {
border: 0;
padding: 0;
}
.woocommerce-thankyou-order-details,
.wc-bacs-bank-details {
list-style: none;
margin: 15px 0 30px;
padding: 25px;
border: 1px solid #DDDDDD;
}
.woocommerce-thankyou-order-details::after,
.wc-bacs-bank-details::after {
content: "";
display: table;
clear: both;
}
.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
margin-bottom: 10px;
}
.woocommerce-thankyou-order-details li strong,
.wc-bacs-bank-details li strong {
display: block;
font-family: "Source Sans Pro", sans-serif;
}
#wc-bacs-bank-details-heading {
margin-top: 30px;
}
#wc-bacs-bank-details-heading + h3 {
font-size: 14px;
}
.wc-bacs-bank-details {
margin-bottom: 30px;
} .woocommerce-account .woocommerce:not(.widget) {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-account .woocommerce:not(.widget) > h2,
.woocommerce-account .woocommerce:not(.widget) > form.login {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-account .woocommerce:not(.widget) > .woocommerce-message,
.woocommerce-account .woocommerce:not(.widget) > .woocommerce-error,
.woocommerce-account .woocommerce:not(.widget) > .woocommerce-info,
.woocommerce-account .woocommerce:not(.widget) > .woocommerce-noreviews {
margin-left: 15px;
flex: 0 0 calc(100% - 30px);
max-width: calc(100% - 30px);
}
.woocommerce-MyAccount-navigation {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
display: block;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
padding: 10px 0;
display: block;
border-bottom: 1px solid #DDDDDD;
position: relative;
color: #4A4A4A;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
color: #F08804;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 10px;
right: 5px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
font-weight: bold;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a::after {
content: "";
}
.woocommerce-MyAccount-content {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-MyAccount-content mark {
color: #4A4A4A;
} .woocommerce-MyAccount-orders .button.view {
display: inline-block;
margin: 0;
line-height: normal;
box-shadow: none;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
transition: .18s background-color ease, .18s color ease, .18s border-color ease;
-webkit-user-select: none;
user-select: none;
width: auto;
height: auto;
text-transform: none;
color: #fff;
background-color: #F08804;
border: 0;
font-family: inherit;
border-radius: 3px;
font-weight: 600;
padding: 9px 22px;
font-size: 14px;
}
.woocommerce-MyAccount-orders .button.view.disabled,
.woocommerce-MyAccount-orders .button.view:disabled {
cursor: not-allowed;
opacity: .65;
}
.woocommerce-MyAccount-orders .button.view:hover {
text-decoration: none;
color: #fff;
background-color: #d77a04;
}
.woocommerce-MyAccount-orders .button.view:focus {
outline: 0;
box-shadow: 0 0 10px rgba(240, 136, 4, 0.7);
} .woocommerce-MyAccount-downloads .download-file {
width: 50%;
}
.woocommerce-MyAccount-downloads .download-file a {
color: #4A4A4A;
}
.woocommerce-MyAccount-downloads .woocommerce-Button.download {
padding: 9px 22px;
font-size: 14px;
} .woocommerce-EditAccountForm fieldset {
padding: 25px;
border: 2px solid #DDDDDD;
}
.woocommerce-EditAccountForm legend {
padding: 0 15px;
font-family: "Source Sans Pro", sans-serif;
} .woocommerce-Addresses {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-Address-title {
position: relative;
}
.woocommerce-Address-title a {
position: absolute;
right: 0;
top: 0;
font-size: 12px;
color: #4A4A4A;
} .wc-form-login {
width: 480px;
max-width: 480px;
margin: 0 auto 100px;
padding: 50px;
border: 1px solid #DDDDDD;
}
.wc-form-login input[type="submit"] {
margin: 0 0 15px;
}
.wc-form-login h2 {
margin: 0 0 20px;
}
.wc-form-login.with-register {
width: 740px;
max-width: 740px;
}
.wc-form-login .woocommerce-form__label-for-checkbox {
display: flex;
font-size: 13px;
margin: 0 0 15px 0;
column-gap: 8px;
}
.wc-form-login .woocommerce-form__label-for-checkbox input {
margin-top: 3px;
}
.inline input {
margin-right: 5px;
}
.woocommerce-LostPassword {
margin: 0;
font-size: 16px;
}
.woocommerce-privacy-policy-text {
font-size: 13px;
} .price_slider_wrapper {
margin-top: 30px;
}
.price_slider {
position: relative;
text-align: left;
height: 4px;
width: calc(100% - 14px);
margin: 0 auto 30px;
background: #DDDDDD;
}
.price_slider .ui-slider-range {
position: absolute;
z-index: 1;
background: #DDDDDD;
height: 4px;
cursor: pointer;
}
.price_slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 16px;
border-radius: 3px;
height: 25px;
margin-top: -10px;
margin-left: -7px;
cursor: pointer;
outline: none;
background-color: #394E64;
touch-action: none;
}
.price_slider .ui-slider-handle:active {
outline: none;
}
.price_slider .ui-slider-handle::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\f0c9";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 6px;
color: rgba(255, 255, 255, 0.3);
line-height: 1;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
text-align: center;
}
.price_slider_amount {
position: relative;
}
.price_slider_wrapper .price_label {
position: absolute;
right: 0;
top: 0;
}
.price_slider_wrapper button {
padding: 9px 22px;
font-size: 14px;
} .product_list_widget {
list-style: none;
margin: 0;
padding: 0;
}
.product_list_widget li {
margin-bottom: 15px;
position: relative;
}
.product_list_widget li::after {
content: "";
display: table;
clear: both;
}
.product_list_widget li img {
width: 80px;
}
.product_list_widget .product-thumb {
float: left;
margin-right: 15px;
}
.product_list_widget .product-thumb img {
border-radius: 3px;
border: 1px solid #DDDDDD;
}
.product_list_widget .product-content {
overflow: hidden;
}
.product_list_widget .product-title {
line-height: normal;
display: block;
margin-bottom: 0;
font-size: 14px;
color: #394E64;
letter-spacing: -0.01em;
}
.footer-widgets .product_list_widget .product-title {
color: #fff;
}
.product_list_widget .product-title:hover {
color: #F08804;
}
.product_list_widget .reviewer {
font-size: 12px;
display: block;
margin-top: 7px;
}
.product_list_widget .star-rating {
display: block;
margin: 10px 0 5px;
color: #ffd500;
}
.product_list_widget .woocommerce-Price-amount {
color: #B12704;
letter-spacing: -0.01em;
font-weight: 600;
font-size: 14px;
}
.footer-widgets .product_list_widget .woocommerce-Price-amount {
color: #fff;
}
.product_list_widget ins {
text-decoration: none;
}
.product_list_widget del {
color: #B12704;
opacity: .5;
}
.footer-widgets .product_list_widget del {
color: #fff;
}
.product_list_widget .remove {
position: absolute;
top: 2px;
left: 2px;
font-size: 16px;
width: 16px;
height: 16px;
text-align: center;
line-height: 14px;
text-indent: -1px;
background-color: #ff786d;
color: #fff;
border-radius: 3px;
}
.product_list_widget .quantity {
display: inline;
margin: 0;
font-size: 14px;
color: #8E8E8E;
} .header-mini-cart .widget_shopping_cart {
margin-bottom: 0;
}
.widget_shopping_cart .buttons {
display: flex;
justify-content: space-between;
}
.widget_shopping_cart .buttons .button {
padding: 9px 22px;
font-size: 14px;
width: 50%;
margin: 0 15px 0 0;
}
.widget_shopping_cart .buttons .button:last-child {
margin-right: 0;
}
.widget_shopping_cart li.empty {
margin: 0;
}
.header .widget_shopping_cart li.empty {
text-align: center;
border: 2px solid #DDDDDD;
padding: 25px;
}
.woocommerce-mini-cart__total {
color: #8E8E8E;
margin: 25px 0 15px;
letter-spacing: -0.01em;
}
.woocommerce-mini-cart__total strong {
font-weight: normal;
}
.woocommerce-mini-cart__total .woocommerce-Price-amount {
color: #B12704;
font-weight: 600;
}
.woocommerce-mini-cart__empty-message {
text-align: center;
padding: 15px 20px;
border: 1px solid #DDDDDD;
border-radius: 3px;
} .widget_layered_nav_filters ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget_layered_nav_filters li {
display: inline-block;
margin: 0 5px 5px 0;
}
.widget_layered_nav_filters a {
display: inline-block;
background-color: #F5F5F5;
border-radius: 2px;
color: #4A4A4A;
font-size: 12px;
padding: 2px 10px;
position: relative;
}
.widget_layered_nav_filters a::before {
content: "\00d7";
margin-right: 5px;
font-size: 14px;
}
.widget_layered_nav_filters a:hover::before {
color: #ff786d;
}
.widget_layered_nav li.chosen a::before {
content: "\00d7";
margin-right: 5px;
font-size: 14px;
}
.widget_layered_nav li.chosen a:hover::before {
color: #ff786d;
} .wc-block-grid__products {
margin-bottom: 0;
}
.wc-block-grid__products li.wc-block-grid__product {
margin-bottom: 25px;
text-align: left;
border: 0;
position: relative;
}
.wc-block-grid__products li.wc-block-grid__product::before {
content: "";
width: calc(100% - 30px);
height: 100%;
position: absolute;
top: 0;
border: 1px solid #DDDDDD;
border-radius: 3px;
pointer-events: none;
}
.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image {
padding: 20px;
margin: 0;
}
.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale {
right: 20px;
}
.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-onsale {
z-index: 10;
position: absolute;
top: 20px !important;
right: 35px;
left: auto !important;
width: auto;
font-size: 13px;
text-transform: uppercase;
text-align: center;
padding: 3px 12px;
color: #fff;
border: 0;
margin: 0;
}
.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
margin: 0 20px 5px;
color: #394E64;
font-size: 16px;
font-weight: 400;
}
.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title:hover {
color: #F08804;
}
.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price {
font-size: 16px;
display: block;
margin: 0 20px;
color: #B12704;
font-weight: 600;
}
.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-price del {
font-weight: 400;
opacity: .5;
font-size: 15px;
margin-right: 3px;
}
.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-rating {
margin: 10px 0 0 20px;
}
.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart {
width: 0;
height: 0;
visibility: hidden;
margin-bottom: 0;
}
.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart > * {
display: none;
}
.wc-block-grid__products li.wc-block-grid__product > :last-child {
margin-bottom: 20px;
}
.wc-block-components-sort-select__label {
margin-right: 0;
}
.wc-block-pagination {
margin: 30px 0 0;
background-color: #F5F5F5;
border-radius: 3px;
padding: 10px;
text-align: center;
}
.wc-block-pagination a,
.wc-block-pagination span {
margin: 2px 6px;
}
.wc-block-pagination .wc-block-pagination-page {
cursor: pointer;
}
.wc-block-pagination .wc-block-pagination-page:hover span,
.wc-block-pagination .wc-block-pagination-page--active span {
color: #F08804;
} .wc-block-review-list {
padding-left: 0;
}
.wc-block-review-list .wc-block-review-list-item__item {
margin-bottom: 25px;
}
.wc-block-review-list .wc-block-review-list-item__info {
display: flex;
flex-direction: row;
margin-bottom: 15px;
}
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__image {
width: 50px;
height: 50px;
margin-right: 15px;
}
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__image img {
border-radius: 3px;
border: 1px solid #DDDDDD;
}
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta {
flex-grow: 1;
align-items: start;
flex-flow: column;
}
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author,
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__product {
line-height: normal;
display: block;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
}
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author a,
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__product a {
color: #4A4A4A;
}
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author a:hover,
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__product a:hover {
color: #F08804;
}
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__product + .wc-block-review-list-item__author {
font-size: 12px;
order: 3;
}
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__rating {
display: block;
margin: 10px 0 5px;
line-height: 1em;
}
.wc-block-review-list .wc-block-review-list-item__info .wc-block-review-list-item__meta .wc-block-review-list-item__author + .wc-block-review-list-item__published-date::before {
display: none;
} .wc-block-grid .wc-block-grid__products {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.has-4-columns .wc-block-grid__products .wc-block-grid__product {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.has-3-columns .wc-block-grid__products .wc-block-grid__product {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.has-2-columns .wc-block-grid__products .wc-block-grid__product {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
} .wc-block-product-search__fields {
position: relative;
}
.wc-block-product-search__fields .wc-block-product-search__button {
position: absolute;
right: 0;
bottom: 0;
height: 100%;
} .wc-block-product-categories-list {
list-style: none;
margin: 0;
padding: 0;
font-size: 14px;
}
.wc-block-product-categories-list ul {
margin-left: 15px;
}
.wc-block-product-categories-list li {
line-height: normal;
display: block;
position: relative;
}
.wc-block-product-categories-list li a {
display: block;
color: #4A4A4A;
padding: 11px 30px 11px 0;
border-bottom: 1px solid #DDDDDD;
}
.wc-block-product-categories-list li a:hover {
color: #F08804;
}
.wc-block-product-categories-list li .wc-block-product-categories-list-item-count {
position: absolute;
right: 0;
top: 11px;
}
.wc-block-product-categories.is-dropdown {
display: flex;
}
.wc-block-product-categories.is-dropdown .wc-block-product-categories__dropdown {
flex: auto;
}
.wc-block-product-categories.is-dropdown select {
width: 100%;
}
.wc-block-product-categories.is-dropdown .wc-block-product-categories__button {
border: 1px solid #DDDDDD;
border-left: 0;
border-radius: 0;
padding: 6px;
}
.wc-block-product-categories.is-dropdown .wc-block-product-categories__button:hover {
box-shadow: none;
} .wp-block-woocommerce-price-filter h3 {
line-height: normal;
font-size: 18px;
}
.wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
--range-color: $border-color;
}
.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount {
border-radius: 0;
height: auto;
padding: 7px 14px;
text-align: center;
margin-top: 10px;
}
.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb {
background-color: transparent;
background-position: 0 0;
width: 26px;
height: 21px;
border: 0;
padding: 0;
margin: 0;
vertical-align: top;
cursor: pointer;
z-index: 20;
pointer-events: auto;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23000' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%23000' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%23000' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23000' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%23000' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%23000' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
transition: transform .2s ease-in-out;
-webkit-appearance: none;
appearance: none;
margin: -6px 0 0 0;
}
.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb:hover {
background-position-y: 0;
filter: none;
transform: scale(1.1);
}
.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb {
background-color: transparent;
background-position: 0 0;
width: 26px;
height: 21px;
border: 0;
padding: 0;
margin: 0;
vertical-align: top;
cursor: pointer;
z-index: 20;
pointer-events: auto;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23000' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%23000' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%23000' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23000' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%23000' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%23000' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
transition: transform .2s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb:hover {
background-position-y: 0;
filter: none;
transform: scale(1.1);
}
.wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb {
background-color: transparent;
background-position: 0 0;
width: 26px;
height: 21px;
border: 0;
padding: 0;
margin: 0;
vertical-align: top;
cursor: pointer;
z-index: 20;
pointer-events: auto;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23000' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%23000' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%23000' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%23000' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%23000' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%23000' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
transition: transform .2s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
.wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb:hover {
background-position-y: 0;
filter: none;
transform: scale(1.1);
}
.wc-block-price-filter .wc-block-price-filter__range-input:focus::-webkit-slider-thumb {
background-position-y: 0;
filter: none;
}
.wc-block-price-filter .wc-block-price-filter__range-input:focus::-moz-range-thumb {
background-position-y: 0;
filter: none;
}
.wc-block-price-filter .wc-block-price-filter__range-input:focus::-ms-thumb {
background-position-y: 0;
filter: none;
}
.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min {
z-index: 21;
}
.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
margin-left: -2px;
background-position-x: left;
}
.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
background-position-x: left;
transform: translate(-2px, 4px);
}
.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
background-position-x: left;
}
.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max {
z-index: 20;
}
.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
background-position-x: right;
margin-left: 2px;
}
.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
background-position-x: right;
transform: translate(2px, 4px);
}
.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
background-position-x: right;
} .wc-block-attribute-filter .wc-block-attribute-filter-list {
margin-bottom: 15px;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list label {
display: inline-block;
margin-left: 10px;
}  .sharedaddy {
margin-top: 30px;
} .flex-row-reverse {
flex-direction: row-reverse !important;
}
.justify-content-center {
justify-content: center !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.sr-only,
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus,
.screen-reader-text-focusable:active,
.screen-reader-text-focusable:focus {
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.text-justify {
text-align: justify !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
.hidden-xs-up {
display: none !important;
}
.hidden-xl-down {
display: none !important;
}
.text-theme {
color: #F08804;
} @media (min-width: 576px) {
.container {
padding-right: 15px;
padding-left: 15px;
}
.container {
width: 540px;
max-width: 100%;
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
padding-right: 15px;
padding-left: 15px;
}
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-sm-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-sm-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-sm-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-sm-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.pull-sm-0 {
right: auto;
}
.pull-sm-1 {
right: 8.33333%;
}
.pull-sm-2 {
right: 16.66667%;
}
.pull-sm-3 {
right: 25%;
}
.pull-sm-4 {
right: 33.33333%;
}
.pull-sm-5 {
right: 41.66667%;
}
.pull-sm-6 {
right: 50%;
}
.pull-sm-7 {
right: 58.33333%;
}
.pull-sm-8 {
right: 66.66667%;
}
.pull-sm-9 {
right: 75%;
}
.pull-sm-10 {
right: 83.33333%;
}
.pull-sm-11 {
right: 91.66667%;
}
.pull-sm-12 {
right: 100%;
}
.push-sm-0 {
left: auto;
}
.push-sm-1 {
left: 8.33333%;
}
.push-sm-2 {
left: 16.66667%;
}
.push-sm-3 {
left: 25%;
}
.push-sm-4 {
left: 33.33333%;
}
.push-sm-5 {
left: 41.66667%;
}
.push-sm-6 {
left: 50%;
}
.push-sm-7 {
left: 58.33333%;
}
.push-sm-8 {
left: 66.66667%;
}
.push-sm-9 {
left: 75%;
}
.push-sm-10 {
left: 83.33333%;
}
.push-sm-11 {
left: 91.66667%;
}
.push-sm-12 {
left: 100%;
}
.offset-sm-0 {
margin-left: 0%;
}
.offset-sm-1 {
margin-left: 8.33333%;
}
.offset-sm-2 {
margin-left: 16.66667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333%;
}
.offset-sm-5 {
margin-left: 41.66667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333%;
}
.offset-sm-8 {
margin-left: 66.66667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333%;
}
.offset-sm-11 {
margin-left: 91.66667%;
}
.head-mast-container {
padding-right: 15px;
padding-left: 15px;
}
.head-mast-container {
width: 540px;
max-width: 100%;
}
[class*="-template-builder"] .alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
max-width: 100vw;
}
.gallery {
margin-right: -5px;
margin-left: -5px;
}
.gallery-columns-1 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-3 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-4 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-5 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-6 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-7 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-8 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-9 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.type-product .thumbnails {
margin-right: -15px;
margin-left: -15px;
}
.type-product .thumbnails a {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields p,
.woocommerce-shipping-fields p,
.woocommerce-additional-field p {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last,
.woocommerce-additional-field .form-row-first,
.woocommerce-additional-field .form-row-last {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 50%;
max-width: 50%;
}
.place-order {
text-align: right;
}
.woocommerce-account .woocommerce:not(.widget) {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-account .woocommerce:not(.widget) > h2,
.woocommerce-account .woocommerce:not(.widget) > form.login {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-navigation {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Addresses {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
.wc-block-grid .wc-block-grid__products {
margin-right: -15px;
margin-left: -15px;
}
.has-4-columns .wc-block-grid__products .wc-block-grid__product {
padding-right: 15px;
padding-left: 15px;
}
.has-4-columns .wc-block-grid__products .wc-block-grid__product {
flex: 0 0 50%;
max-width: 50%;
}
.has-3-columns .wc-block-grid__products .wc-block-grid__product {
padding-right: 15px;
padding-left: 15px;
}
.has-3-columns .wc-block-grid__products .wc-block-grid__product {
flex: 0 0 50%;
max-width: 50%;
}
.has-2-columns .wc-block-grid__products .wc-block-grid__product {
padding-right: 15px;
padding-left: 15px;
}
.has-2-columns .wc-block-grid__products .wc-block-grid__product {
flex: 0 0 50%;
max-width: 50%;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
.hidden-sm-up {
display: none !important;
}
}
@media (min-width: 576px) and (min-width: 1350px) {
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields p,
.woocommerce-shipping-fields p,
.woocommerce-additional-field p {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last,
.woocommerce-additional-field .form-row-first,
.woocommerce-additional-field .form-row-last {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 576px) and (min-width: 992px) {
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields p,
.woocommerce-shipping-fields p,
.woocommerce-additional-field p {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last,
.woocommerce-additional-field .form-row-first,
.woocommerce-additional-field .form-row-last {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 576px) and (min-width: 768px) {
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields p,
.woocommerce-shipping-fields p,
.woocommerce-additional-field p {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last,
.woocommerce-additional-field .form-row-first,
.woocommerce-additional-field .form-row-last {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 576px) and (min-width: 576px) {
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-billing-fields p,
.woocommerce-shipping-fields p,
.woocommerce-additional-field p {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last,
.woocommerce-additional-field .form-row-first,
.woocommerce-additional-field .form-row-last {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) and (min-width: 768px) {
.head-mast-row {
margin-right: -15px;
margin-left: -15px;
}
.header-branding-wrap {
padding-right: 15px;
padding-left: 15px;
}
.head-search-form-wrap {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce .col2-set {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals {
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals .cart_totals {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) {
.container {
padding-right: 15px;
padding-left: 15px;
}
.container {
width: 720px;
max-width: 100%;
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
padding-right: 15px;
padding-left: 15px;
}
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-md-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-md-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-md-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-md-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.pull-md-0 {
right: auto;
}
.pull-md-1 {
right: 8.33333%;
}
.pull-md-2 {
right: 16.66667%;
}
.pull-md-3 {
right: 25%;
}
.pull-md-4 {
right: 33.33333%;
}
.pull-md-5 {
right: 41.66667%;
}
.pull-md-6 {
right: 50%;
}
.pull-md-7 {
right: 58.33333%;
}
.pull-md-8 {
right: 66.66667%;
}
.pull-md-9 {
right: 75%;
}
.pull-md-10 {
right: 83.33333%;
}
.pull-md-11 {
right: 91.66667%;
}
.pull-md-12 {
right: 100%;
}
.push-md-0 {
left: auto;
}
.push-md-1 {
left: 8.33333%;
}
.push-md-2 {
left: 16.66667%;
}
.push-md-3 {
left: 25%;
}
.push-md-4 {
left: 33.33333%;
}
.push-md-5 {
left: 41.66667%;
}
.push-md-6 {
left: 50%;
}
.push-md-7 {
left: 58.33333%;
}
.push-md-8 {
left: 66.66667%;
}
.push-md-9 {
left: 75%;
}
.push-md-10 {
left: 83.33333%;
}
.push-md-11 {
left: 91.66667%;
}
.push-md-12 {
left: 100%;
}
.offset-md-0 {
margin-left: 0%;
}
.offset-md-1 {
margin-left: 8.33333%;
}
.offset-md-2 {
margin-left: 16.66667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333%;
}
.offset-md-5 {
margin-left: 41.66667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333%;
}
.offset-md-8 {
margin-left: 66.66667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333%;
}
.offset-md-11 {
margin-left: 91.66667%;
}
.head-mast-container {
padding-right: 15px;
padding-left: 15px;
}
.head-mast-container {
width: 720px;
max-width: 100%;
}
.head-mast-row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.header-branding-wrap {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.head-search-form-wrap {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.entry-content-column-split {
columns: 2;
}
.item-media .item-title {
font-size: 28px;
}
.item-media-sm .item-title {
font-size: 14px;
}
.comment-content {
min-height: 50px;
}
.gallery {
margin-right: -5px;
margin-left: -5px;
}
.gallery-columns-1 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-3 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-4 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-5 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-6 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-7 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-8 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-9 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.woocommerce .col2-set {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 50%;
max-width: 50%;
}
.type-product .thumbnails {
margin-right: -15px;
margin-left: -15px;
}
.type-product .thumbnails a {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.cart-collaterals .cart_totals {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 33.33333%;
max-width: 33.33333%;
margin-left: auto;
}
.woocommerce-checkout .login .form-row-first,
.woocommerce-checkout .login .form-row-last {
float: left;
width: 49%;
margin-right: 2%;
}
.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
float: left;
width: 25%;
margin: 0;
}
.woocommerce-account .woocommerce:not(.widget) {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-account .woocommerce:not(.widget) > h2,
.woocommerce-account .woocommerce:not(.widget) > form.login {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-navigation {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-navigation {
flex: 0 0 25%;
max-width: 25%;
}
.woocommerce-MyAccount-content {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
flex: 0 0 75%;
max-width: 75%;
}
.woocommerce-Addresses {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 50%;
max-width: 50%;
}
.wc-block-grid .wc-block-grid__products {
margin-right: -15px;
margin-left: -15px;
}
.has-4-columns .wc-block-grid__products .wc-block-grid__product {
padding-right: 15px;
padding-left: 15px;
}
.has-3-columns .wc-block-grid__products .wc-block-grid__product {
padding-right: 15px;
padding-left: 15px;
}
.has-2-columns .wc-block-grid__products .wc-block-grid__product {
padding-right: 15px;
padding-left: 15px;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
.hidden-md-up {
display: none !important;
}
}
@media (min-width: 768px) and (min-width: 1350px) {
.head-mast-row {
margin-right: -15px;
margin-left: -15px;
}
.header-branding-wrap {
padding-right: 15px;
padding-left: 15px;
}
.head-search-form-wrap {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce .col2-set {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals {
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals .cart_totals {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) and (min-width: 576px) {
.head-mast-row {
margin-right: -15px;
margin-left: -15px;
}
.header-branding-wrap {
padding-right: 15px;
padding-left: 15px;
}
.head-search-form-wrap {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce .col2-set {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals {
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals .cart_totals {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) and (min-width: 992px) {
.head-mast-row {
margin-right: -15px;
margin-left: -15px;
}
.header-branding-wrap {
padding-right: 15px;
padding-left: 15px;
}
.head-search-form-wrap {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce .col2-set {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals {
margin-right: -15px;
margin-left: -15px;
}
.cart-collaterals .cross-sells {
padding-right: 15px;
padding-left: 15px;
}
.cart-collaterals .cart_totals {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) {
.container {
padding-right: 15px;
padding-left: 15px;
}
.container {
width: 940px;
max-width: 100%;
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
padding-right: 15px;
padding-left: 15px;
}
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-lg-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-lg-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-lg-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-lg-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.pull-lg-0 {
right: auto;
}
.pull-lg-1 {
right: 8.33333%;
}
.pull-lg-2 {
right: 16.66667%;
}
.pull-lg-3 {
right: 25%;
}
.pull-lg-4 {
right: 33.33333%;
}
.pull-lg-5 {
right: 41.66667%;
}
.pull-lg-6 {
right: 50%;
}
.pull-lg-7 {
right: 58.33333%;
}
.pull-lg-8 {
right: 66.66667%;
}
.pull-lg-9 {
right: 75%;
}
.pull-lg-10 {
right: 83.33333%;
}
.pull-lg-11 {
right: 91.66667%;
}
.pull-lg-12 {
right: 100%;
}
.push-lg-0 {
left: auto;
}
.push-lg-1 {
left: 8.33333%;
}
.push-lg-2 {
left: 16.66667%;
}
.push-lg-3 {
left: 25%;
}
.push-lg-4 {
left: 33.33333%;
}
.push-lg-5 {
left: 41.66667%;
}
.push-lg-6 {
left: 50%;
}
.push-lg-7 {
left: 58.33333%;
}
.push-lg-8 {
left: 66.66667%;
}
.push-lg-9 {
left: 75%;
}
.push-lg-10 {
left: 83.33333%;
}
.push-lg-11 {
left: 91.66667%;
}
.push-lg-12 {
left: 100%;
}
.offset-lg-0 {
margin-left: 0%;
}
.offset-lg-1 {
margin-left: 8.33333%;
}
.offset-lg-2 {
margin-left: 16.66667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333%;
}
.offset-lg-5 {
margin-left: 41.66667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333%;
}
.offset-lg-8 {
margin-left: 66.66667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333%;
}
.offset-lg-11 {
margin-left: 91.66667%;
}
.category-search-input {
border-radius: 0;
}
.head-mast-container {
padding-right: 15px;
padding-left: 15px;
}
.head-mast-container {
width: 940px;
max-width: 100%;
}
.page-hero-content {
width: 50%;
}
.page-hero-align-center .page-hero-content {
margin-left: auto;
margin-right: auto;
}
.page-hero-align-right .page-hero-content {
margin-left: auto;
}
.block-item-xl .block-item-title,
.block-item-lg .block-item-title {
font-size: 36px;
}
.block-item-xl .block-item-subtitle,
.block-item-lg .block-item-subtitle {
font-size: 20px;
}
.block-item-xl .btn-block-item,
.block-item-lg .btn-block-item {
padding: 13px 28px;
font-size: 16px;
}
.entry-social-share li {
display: block;
}
.gallery {
margin-right: -5px;
margin-left: -5px;
}
.gallery-columns-1 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-3 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-4 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-5 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-6 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-7 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-8 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-9 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.type-product .thumbnails {
margin-right: -15px;
margin-left: -15px;
}
.type-product .thumbnails a {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-account .woocommerce:not(.widget) {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-account .woocommerce:not(.widget) > h2,
.woocommerce-account .woocommerce:not(.widget) > form.login {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-navigation {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
padding-left: 45px;
}
.woocommerce-Addresses {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
.wc-block-grid .wc-block-grid__products {
margin-right: -15px;
margin-left: -15px;
}
.has-4-columns .wc-block-grid__products .wc-block-grid__product {
padding-right: 15px;
padding-left: 15px;
}
.has-4-columns .wc-block-grid__products .wc-block-grid__product {
flex: 0 0 25%;
max-width: 25%;
}
.has-3-columns .wc-block-grid__products .wc-block-grid__product {
padding-right: 15px;
padding-left: 15px;
}
.has-3-columns .wc-block-grid__products .wc-block-grid__product {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.has-2-columns .wc-block-grid__products .wc-block-grid__product {
padding-right: 15px;
padding-left: 15px;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
.hidden-lg-up {
display: none !important;
}
}
@media (min-width: 1350px) {
.container {
padding-right: 15px;
padding-left: 15px;
}
.container {
width: 1320px;
max-width: 100%;
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
padding-right: 15px;
padding-left: 15px;
}
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.pull-xl-0 {
right: auto;
}
.pull-xl-1 {
right: 8.33333%;
}
.pull-xl-2 {
right: 16.66667%;
}
.pull-xl-3 {
right: 25%;
}
.pull-xl-4 {
right: 33.33333%;
}
.pull-xl-5 {
right: 41.66667%;
}
.pull-xl-6 {
right: 50%;
}
.pull-xl-7 {
right: 58.33333%;
}
.pull-xl-8 {
right: 66.66667%;
}
.pull-xl-9 {
right: 75%;
}
.pull-xl-10 {
right: 83.33333%;
}
.pull-xl-11 {
right: 91.66667%;
}
.pull-xl-12 {
right: 100%;
}
.push-xl-0 {
left: auto;
}
.push-xl-1 {
left: 8.33333%;
}
.push-xl-2 {
left: 16.66667%;
}
.push-xl-3 {
left: 25%;
}
.push-xl-4 {
left: 33.33333%;
}
.push-xl-5 {
left: 41.66667%;
}
.push-xl-6 {
left: 50%;
}
.push-xl-7 {
left: 58.33333%;
}
.push-xl-8 {
left: 66.66667%;
}
.push-xl-9 {
left: 75%;
}
.push-xl-10 {
left: 83.33333%;
}
.push-xl-11 {
left: 91.66667%;
}
.push-xl-12 {
left: 100%;
}
.offset-xl-0 {
margin-left: 0%;
}
.offset-xl-1 {
margin-left: 8.33333%;
}
.offset-xl-2 {
margin-left: 16.66667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333%;
}
.offset-xl-5 {
margin-left: 41.66667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333%;
}
.offset-xl-8 {
margin-left: 66.66667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333%;
}
.offset-xl-11 {
margin-left: 91.66667%;
}
.navigation-main > .menu-item-first {
width: 205px;
}
.header-fullwidth .container,
.header-fullwidth .head-mast-container {
width: 1600px;
}
.head-mast-container {
padding-right: 15px;
padding-left: 15px;
}
.head-mast-container {
width: 1320px;
max-width: 100%;
}
.header-branding-wrap {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.head-search-form-wrap {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.footer-fullwidth .container {
width: 1600px;
}
.sidebar {
margin-left: 30px;
}
.flex-row-reverse .sidebar {
margin-left: 0;
margin-right: 30px;
}
.gallery {
margin-right: -5px;
margin-left: -5px;
}
.gallery-columns-1 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-2 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-3 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-4 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-5 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-6 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-7 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-8 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.gallery-columns-9 .gallery-item {
padding-right: 5px;
padding-left: 5px;
}
.type-product .thumbnails {
margin-right: -15px;
margin-left: -15px;
}
.type-product .thumbnails a {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-account .woocommerce:not(.widget) {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-account .woocommerce:not(.widget) > h2,
.woocommerce-account .woocommerce:not(.widget) > form.login {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-navigation {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-MyAccount-content {
padding-right: 15px;
padding-left: 15px;
}
.woocommerce-Addresses {
margin-right: -15px;
margin-left: -15px;
}
.woocommerce-Address {
padding-right: 15px;
padding-left: 15px;
}
.wc-block-grid .wc-block-grid__products {
margin-right: -15px;
margin-left: -15px;
}
.has-4-columns .wc-block-grid__products .wc-block-grid__product {
padding-right: 15px;
padding-left: 15px;
}
.has-3-columns .wc-block-grid__products .wc-block-grid__product {
padding-right: 15px;
padding-left: 15px;
}
.has-2-columns .wc-block-grid__products .wc-block-grid__product {
padding-right: 15px;
padding-left: 15px;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
.hidden-xl-up {
display: none !important;
}
}
@media (max-width: 1349px) {
.page-hero {
height: 250px;
}
.entry-content blockquote {
font-size: 22px;
}
.item-media .item-thumb {
width: 220px;
}
.item-media-sm .item-thumb {
width: 70px;
}
.hidden-lg-down {
display: none !important;
}
}
@media (max-width: 991px) {
.nav {
display: none;
}
.site-logo {
font-size: 26px;
}
.site-tagline {
display: none;
}
.head-mast {
padding: 15px 0;
}
.category-search-select {
display: none;
}
.header-branding-wrap {
display: flex;
align-items: center;
}
.page-hero {
height: 200px;
}
.page-hero-lg {
height: 300px;
}
.page-hero-align-top {
align-items: center;
}
.page-hero-align-bottom {
align-items: center;
}
.page-hero-title {
font-size: 30px;
}
.page-hero-subtitle {
font-size: 20px;
}
.page-hero-slideshow {
height: 300px;
}
.page-hero-slideshow-nav-wrap {
display: none;
}
.main {
padding: 50px 0;
}
.sidebar {
margin-top: 80px;
}
.widget-section {
margin-bottom: 50px;
}
.section-padded {
padding-top: 50px;
}
.entry-thumb {
margin-bottom: 30px;
}
.entry-author-thumbnail {
width: 100px;
margin-right: 15px;
}
.item-media {
margin-bottom: 50px;
}
.item-media .item-thumb {
width: 180px;
}
.item-media-sm .item-thumb {
width: 70px;
}
.block-item-content {
padding: 15px;
}
.block-item-title {
font-size: 22px;
}
.entry-social-share {
text-align: left;
margin-bottom: 30px;
}
.footer-widgets {
padding: 50px 0 0px;
}
.sidebar {
padding: 0;
margin-top: 60px;
}
.widget {
margin-bottom: 50px;
}
.widget_ci-home-newsletter {
padding: 0;
}
.widget-newsletter-form {
margin-top: 20px;
}
.gallery-columns-6 .gallery-item {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.gallery-columns-7 .gallery-item {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.gallery-columns-8 .gallery-item {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.gallery-columns-9 .gallery-item {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.mobile-nav-trigger {
display: inline-flex;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
.type-product .entry-summary {
margin-bottom: 40px;
}
.entry-product-info {
margin-top: 0;
padding: 20px;
margin-bottom: 50px;
}
.single-product-table-wrapper {
padding: 15px;
font-size: 14px;
}
.woocommerce-tabs-container {
padding: 50px 0;
}
.woocommerce-tabs-container-narrow {
padding: 30px;
}
.wc-form-login {
margin: 0 15px;
}
.wc-form-login .woocommerce-form-login {
margin-bottom: 30px;
}
.hidden-md-down {
display: none !important;
}
}
@media (max-width: 767px) {
.head-mast {
padding: 0;
}
.head-mast-container {
width: 100%;
padding: 0;
}
.header-branding-wrap {
padding: 15px;
}
.head-search-form-wrap {
padding: 15px 15px;
width: 100%;
flex: none;
background-color: #283848;
}
.page-hero {
height: 150px;
}
.page-hero-lg {
height: 300px;
}
.page-hero-title {
font-size: 26px;
}
.page-hero-subtitle {
font-size: 16px;
line-height: normal;
}
.page-hero-slideshow {
height: 300px;
}
.nozama-lite-slick-slider .slick-arrow {
width: 38px;
height: 38px;
}
.main {
padding: 35px 0;
}
.widget-section {
margin-bottom: 35px;
}
.section-padded {
padding-top: 35px;
}
.section-title {
font-size: 22px;
line-height: 1;
margin-bottom: 5px;
}
.entry-title {
font-size: 24px;
line-height: 1;
margin-bottom: 10px;
}
.entry-meta {
font-size: 14px;
}
.entry-content blockquote {
font-size: 18px;
padding-left: 30px;
margin: 35px 0 35px 10px;
}
.entry-content .alignleft,
.entry-content .alignright {
display: block;
float: none;
margin-left: auto;
margin-right: auto;
}
.entry-author-box {
display: block;
}
.entry-author-thumbnail {
width: 140px;
margin: 0 0 10px;
}
.item-media {
margin-bottom: 35px;
}
.item-media .item-thumb {
width: 150px;
margin-right: 20px;
}
.item-media-sm .item-thumb {
width: 70px;
margin-right: 15px;
}
.footer-widgets {
padding: 35px 0 -5px;
}
.comment-list .children,
.commentlist .children {
margin: 0;
padding: 0;
}
.comment-reply-link {
margin: 0;
}
.widget {
margin-bottom: 40px;
}
.widget_ci-home-newsletter {
padding: 0;
}
.entry-content .wp-block-gutenbee-post-types .gutenbee-row .gutenbee-post-types-item-media {
flex-wrap: wrap;
}
.gallery-columns-1 .gallery-item {
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-2 .gallery-item {
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-5 .gallery-item {
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-6 .gallery-item {
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-7 .gallery-item {
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-8 .gallery-item {
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-9 .gallery-item {
flex: 0 0 50%;
max-width: 50%;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews {
font-size: 14px;
}
.woocommerce-message {
padding-bottom: 45px;
}
.woocommerce-message .button {
float: none;
position: absolute;
display: block;
padding: 0;
left: 45px;
bottom: 15px;
margin: 0;
}
.shop-actions {
display: block;
}
.shop-actions .woocommerce-ordering {
width: 100%;
}
.shop-actions .woocommerce-ordering select {
width: 100%;
}
.shop-action-results {
margin-bottom: 15px;
}
.shop-filter-toggle {
display: block;
margin: 0 0 15px;
}
.type-product .entry-summary {
margin-bottom: 35px;
}
.product_meta {
display: block;
margin-bottom: 20px;
}
.product_meta > span {
display: block;
}
.entry-product-info {
margin-bottom: 35px;
}
.woocommerce-grouped-product-list tr td:first-child {
width: auto;
}
.group_table .quantity label {
display: none;
}
.woocommerce-tabs-container {
padding: 35px 0;
}
.woocommerce-tabs-container-narrow {
padding: 15px;
}
.wc-tabs {
display: block;
}
.wc-tabs li {
display: block;
margin: 0 0 10px;
}
.wc-tabs a {
display: block;
}
.woocommerce-Reviews .avatar {
display: none;
}
.shop_table .product-thumbnail {
display: none;
}
.shop_table .product-price {
display: none;
}
.shop_table .product-quantity .quantity label {
display: none;
}
.shop_table .product-quantity .quantity .qty {
max-width: 50px;
}
.cart-collaterals .cross-sells {
margin-bottom: 50px;
}
.cart-collaterals .cart_totals {
clear: both;
}
.place-order .terms {
margin: 5px 0 0;
display: block;
}
.hidden-sm-down {
display: none !important;
}
}
@media (max-width: 575px) {
input,
textarea,
select {
width: 100%;
}
.page-hero .container {
width: 100%;
}
.item-media {
display: block;
}
.item-media.item-media-sm {
display: flex;
}
.item-media .item-thumb {
width: 100%;
margin-bottom: 25px;
}
.item-media-sm .item-thumb {
width: 70px;
margin: 0 15px 0 0;
}
.comment-author .avatar {
display: none;
}
.woocommerce-Reviews .star-rating {
float: none;
}
.shop_table .coupon {
display: block;
float: none;
width: 100%;
margin-bottom: 15px;
}
.hidden-xs-down {
display: none !important;
}
}
@media (max-width: 991px) and (min-width: 576px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 991px) and (min-width: 992px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 991px) and (min-width: 1350px) {
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) and (max-width: 1349px) {
.price_slider_wrapper .price_label {
position: relative;
margin-top: 5px;
}
}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#fff;opacity:.9}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#666;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#666}.mfp-preloader a:hover{color:#333}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#444;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#444;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#666;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #444;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid transparent}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #444;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid transparent}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 15px rgba(0,0,0,.1);background:#f8f8f8}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 15px rgba(0,0,0,.1);background:#fff}.mfp-figure small{color:#b1b1b1;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#666;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}@media all and (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}