html.no-scroll,
body.no-scroll {
position: fixed;
overflow: hidden;
width: 100%;
cursor: pointer;
}
.close-modal {
display: none;
border: 0;
margin-top: 10px;
}
.close-modal:focus {
outline: 1px dashed skyblue;
border-radius: 5px;
}
.modal-wrapper {
display: none; position: fixed; z-index: 9999; left: 0;
top: 0;
width: 100%; height: 100%; overflow: auto; }
.wp-post-modal {
display: none;
} .modal-wrapper.show,
.wp-post-modal.show,
.wp-post-modal.show .close-modal {
display: block !important;
} .modal-wrapper.styled {
background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.9); }
.modal-wrapper.styled .wp-post-modal {
position: relative;
background-color: #fefefe;
margin: 10vh auto; padding: 20px;
border: 1px solid #888;
width: 70%; transition: all 2s ease;
}
.modal-wrapper.styled .wp-post-modal .close-modal {
background: transparent;
position: absolute;
top: -6px;
right: 10px;
font-size: 2em;
color: #333;
cursor: pointer;
z-index: 1;
}
.modal-wrapper.styled .wp-post-modal .loading {
display: block;
width: 100px;
margin: auto;
padding: 25vh 0;
}
.modal-wrapper.styled .wp-post-modal .entry-content p {
font-size: 16px;
text-rendering: optimizeLegibility;
line-height: 1.5em;
margin-bottom: 0.8em;
}
.modal-wrapper.styled .modal-content {
padding: 0 0.7em 0 0.5em;
}
.modal-wrapper.styled .wp-post-modal h1 {
font-size: 2.5em;
margin: 0.3em 0;
}
.modal-wrapper.styled .wp-post-modal h2 {
font-size: 2em;
margin: 0.3em 0;
}
.modal-wrapper.styled .wp-post-modal h3 {
font-size: 1.75em;
margin: 0.3em 0;
}
.modal-wrapper.styled .wp-post-modal h4 {
font-size: 1.5em;
margin: 0.3em 0;
}
.modal-wrapper.styled .wp-post-modal h5 {
font-size: 1.25em;
margin: 0.3em 0;
}
.modal-wrapper.styled .wp-post-modal h6 {
font-size: 1em;
margin: 0.3em 0;
line-height: 1.5em;
}
.modal-wrapper.styled .wp-post-modal ul li,
.modal-wrapper.styled .wp-post-modal ol li {
line-height: 1em;
padding-bottom: 0.5em;
text-align: justify;
}
.modal-wrapper.styled .wp-post-modal ul li {
list-style: disc;
margin-left: 30px;
}
.modal-wrapper.styled .wp-post-modal ol li {
list-style: decimal;
margin-left: 30px;
}
.modal-wrapper.styled .wp-post-modal ol ol {
padding: 0.6em;
}
.modal-wrapper.styled .wp-post-modal dt {
font-weight: bold;
text-decoration: underline;
}
.modal-wrapper.styled .wp-post-modal dd {
margin: 0;
padding: 0.5em 0 0.5em 0;
}
.modal-wrapper.styled .wp-post-modal blockquote {
display: block;
background: #fff;
padding: 15px 20px 15px 45px;
margin: 0 0 20px;
position: relative; font-family: Georgia, serif;
font-size: 16px;
line-height: 1.2;
color: #666;
text-align: justify; border-left: 7px solid #009c7b;
border-right: 1px solid #009c7b; -moz-box-shadow: 2px 2px 15px #ccc;
-webkit-box-shadow: 2px 2px 15px #ccc;
box-shadow: 2px 2px 15px #ccc;
}
.modal-wrapper.styled .wp-post-modal blockquote::before {
content: "\201C";  font-family: Georgia, serif;
font-size: 60px;
font-weight: bold;
color: #999; position: absolute;
left: 10px;
top: 5px;
}
.modal-wrapper.styled .wp-post-modal blockquote::after { content: "";
}
.modal-wrapper.styled .wp-post-modal blockquote a {
text-decoration: none;
background: #eee;
cursor: pointer;
padding: 0 3px;
color: #c76c0c;
}
.modal-wrapper.styled .wp-post-modal blockquote a:hover {
color: #666;
}
.modal-wrapper.styled .wp-post-modal blockquote em {
font-style: italic;
}
.modal-wrapper.styled .wp-post-modal blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
.modal-wrapper.styled .wp-post-modal blockquote cite:before {
content: "\2014 \2009";
}
.modal-wrapper.styled .wp-post-modal table {
color: #757575;
font-size: 1em;
line-height: 2;
margin: 0 0 24px;
width: 100%;
}
.modal-wrapper.styled .wp-post-modal input[type="password"] {
margin: 5px 0 10px;
width: 25%;
padding: 7px 0 7px 4px;
border: 1px solid #e3e3e3;
}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;
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;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}table.shop_table_responsive thead { }
table.shop_table_responsive tbody th { }
table.shop_table_responsive tr td {
display: block;
text-align: right;
clear: both;
}
table.shop_table_responsive tr td::before {
content: attr(data-title) ": ";
float: left;
}
table.shop_table_responsive tr td.product-remove a {
text-align: left;
}
table.shop_table_responsive tr td.product-remove::before { }
table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before { }
table.shop_table_responsive tr td.download-actions .button {
display: block;
text-align: center;
}
@media screen and (min-width: 48em) {
table.shop_table_responsive thead {
display: table-header-group;
}
table.shop_table_responsive tbody th {
display: table-cell;
}
table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
text-align: left;
}
table.shop_table_responsive tr td {
display: table-cell;
}
table.shop_table_responsive tr td::before {
display: none;
}
} ul.products {
margin: 0;
padding: 0;
display: grid;
grid-template-columns: auto auto auto auto;
}
ul.products li.product {
width: 90% !important;
list-style: none;
position: relative;
margin-bottom: 2em;
}
ul.products li.product img {
display: block;
}
ul.products li.product .button {
display: block;
position: absolute;
top: 30%;
left: 50%;
margin-left: -92px;
opacity: 0;
-o-opacity: 0;
-ms-opacity: 0;
-webkit-opacity: 0;
}
ul.products li.product:hover .button {
opacity: 1;
-o-opacity: 1;
-ms-opacity: 1;
-webkit-opacity: 1;
}
@media screen and (min-width: 48em) {
ul.products li.product {
float: left;
margin-right: 3.8%;
}
ul.products li.product.first {
clear: both;
}
ul.products li.product.last {
margin-right: 0;
}
ul.products.columns-1 li.product {
float: none;
width: 100%;
}
ul.products.columns-2 li.product {
width: 48.1%;
}
ul.products.columns-3 li.product {
width: 30.79667%;
}
ul.products.columns-4 li.product {
width: 22.15%;
}
ul.products.columns-5 li.product {
width: 16.96%;
}
ul.products.columns-6 li.product {
width: 13.49333%;
}
} .single-product div.product {
position: relative;
}
.single-product div.product .woocommerce-product-gallery {
position: relative;
float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 2em;
right: 1em;
display: block;
z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
margin: 0;
padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
cursor: pointer;
float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
opacity: 0.5;
width: 90%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 30.79667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
clear: both;
}
.stock:empty::before {
display: none;
}
.stock.in-stock {
color: #0f834d;
}
.stock.out-of-stock {
color: #e2401c;
} @media screen and (min-width: 768px) {
.col2-set .form-row-first {
float: left;
margin-right: 3.8%;
}
.col2-set .form-row-last {
float: right;
margin-right: 0;
}
.col2-set .form-row-first,
.col2-set .form-row-last {
width: 48.1%;
}
}  .site-header-cart {
position: relative;
margin: 0;
padding: 0;
}
.site-header-cart .cart-contents {
text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
display: none;
}
.site-header-cart .product_list_widget {
margin: 0;
padding: 0;
} .star-rating {
overflow: hidden;
position: relative;
height: 1.618em;
line-height: 1.618;
width: 5.3em;
font-family: star;
font-weight: 400;
}
.star-rating::before {
content: "\53\53\53\53\53";
opacity: 0.25;
float: left;
top: 0;
left: 0;
position: absolute;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span::before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
color: #4169e1;
}
p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
margin-right: 1px;
font-weight: 400;
}
p.stars a::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: star;
content: "\53";
color: #404040;
text-indent: 0;
opacity: 0.25;
}
p.stars a:hover ~ a::before {
content: "\53";
color: #404040;
opacity: 0.25;
}
p.stars:hover a::before {
content: "\53";
color: #4169e1;
opacity: 1;
}
p.stars.selected a.active::before {
content: "\53";
color: #4169e1;
opacity: 1;
}
p.stars.selected a.active ~ a::before {
content: "\53";
color: #404040;
opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
content: "\53";
color: #4169e1;
opacity: 1;
} .woocommerce-tabs ul.tabs {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}
.woocommerce-tabs ul.tabs li {
display: block;
margin: 0;
position: relative;
}
.woocommerce-tabs ul.tabs li a {
padding: 1em 0;
display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
margin-bottom: 1em;
} .woocommerce-password-strength {
text-align: right;
}
.woocommerce-password-strength.strong {
color: #0f834d;
}
.woocommerce-password-strength.short {
color: #e2401c;
}
.woocommerce-password-strength.bad {
color: #e2401c;
}
.woocommerce-password-strength.good {
color: #3d9cd2;
} .form-row.woocommerce-validated input.input-text {
box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
box-shadow: inset 2px 0 0 #e2401c;
}
.required {
color: #f00;
} .woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
background-color: #dcc491;
clear: both;
border-radius: 10px;
-webkit-border-radius: 10px;
color: #fff;
margin-bottom: 30px;
padding: 10px;
}
.woocommerce-message > .button, .woocommerce-info > .button, .woocommerce-error > .button, .woocommerce-noreviews > .button, p.no-comments > .button { margin-right: 20px; }
.woocommerce-info, .woocommerce-noreviews, p.no-comments { background-color: #ba933e; padding: 2%; }
.woocommerce-info a, .woocommerce-noreviews a, p.no-comments a { color: #fff !important; }
.woocommerce-error {
background-color: #e2401c;
}
.demo_store {
position: fixed;
left: 0;
bottom: 0;
right: 0;
margin: 0;
padding: 1em;
background-color: #ba933e;
z-index: 9999;
}
@media screen and (min-width: 48em) { .site-header-cart .widget_shopping_cart {
position: absolute;
top: 100%;
width: 100%;
z-index: 999999;
left: -999em;
display: block;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart {
left: 0;
display: block;
}
}  .widget_price_filter .price_slider {
margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
text-align: right;
line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
float: left;
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
cursor: ew-resize;
outline: none;
background: #777;
box-sizing: border-box;
margin-top: -0.25em;
opacity: 1;
border-radius: 100px;
-webkit-border-radius: 100px;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
border: 0;
background: #ccc;
border-radius: 100px;
-webkit-border-radius: 100px;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 100%;
} .woocommerce-pagination { clear: both; font-size: 130%; }
.woocommerce-pagination ul.page-numbers { margin: 0 0; padding: 0 0; float: left; width: 100%; list-style: none; }
.woocommerce-pagination ul.page-numbers li { float: left; padding: 0px 10px; } header.woocommerce-products-header h1 { margin-bottom: 10; }  form.woocommerce-ordering { margin-bottom: 20px; font-size: 0.9rem; }
ul li.product { width: 32% !important; margin-right: 2% !important; background: #fff; padding: 1%; border-radius: 10px; -webkit-border-radius: 10px; }
ul li.product:nth-child(3n+0) { margin-right: 0 !important; }
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist { top: 25px !important; left: 25px !important; }
ul li.product img { margin-bottom: 10px; border-radius: 6px; -webkit-border-radius: 6px; }
ul li.product h2 { font-family: 'Baloo 2', sans-serif; font-size: 1.1rem; line-height: 1.4rem; font-weight: 600; margin-bottom: 10px; min-height: 3rem; }
ul li.product h2::after { display: none; }
ul li.product .price { display: block; text-align: left; margin-bottom: 10px; font-size: 1.3rem; }  .woocommerce-breadcrumb { position: relative; font-size: 1rem; line-height: 2rem; text-transform: uppercase; padding: 0 0 20px 20px; }
.woocommerce-breadcrumb::before { position: absolute; z-index: 1; content: ''; left: 0; width: 14px; height: 2rem; background: url(//www.globalhandcharity.org.au/wp-content/themes/global-hand-charity-2022/images/icon-woo-breadcrumb.png) no-repeat 0 50%; }
.woocommerce-breadcrumb a { color: #444 !important; }
.single-product div.product .woocommerce-product-gallery { width: 50%; background: #fff; padding: 10px; border-radius: 10px; -webkit-border-radius: 10px; margin-bottom: 30px; }
.single-product div.product .woocommerce-product-gallery figure { margin: 0 0; }
.single-product div.product .woocommerce-product-gallery figure img.wp-post-image { display: block; width: 100%; height: auto; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger { text-indent: -9999px; display: block; width: 30px; height: 30px; background: url(//www.globalhandcharity.org.au/wp-content/themes/global-hand-charity-2022/images/icon-product-zoom.png) no-repeat 0 0; }
.single-product div.product .entry-summary { float: left; width: 50%; margin-top: 0 !important; padding: 0 0 50px 3%; background: transparent; }
.single-product div.product .entry-summary h1.entry-title { margin-bottom: 10px !important; text-align: left !important; font-size: 2rem; }
.single-product div.product .entry-summary h1.entry-title::after { left: 0 !important; margin-left: 0 !important; }
.single-product div.product .entry-summary .variations .label { vertical-align: top; font-weight: bold; }
.single-product div.product .entry-summary p.price { font-size: 1.5rem; color: #7e9e46; }
.single-product div.product .entry-summary .button, .single-product div.product .entry-summary .product_meta { margin-top: 20px; }
.single-product div.product .product_meta { }
.single-product div.product .product_meta .sku_wrapper, .single-product div.product .product_meta .posted_in, .single-product div.product .product_meta .tagged_as { display: block; text-transform: uppercase; font-size: 80%; letter-spacing: 2px; background: rgba(255,255,255,0.5); margin-bottom: 10px; border-radius: 10px; -webkit-border-radius: 10px; padding: 2% 2%; }
.single-product div.product .woocommerce-tabs { clear: both; }
.woocommerce-tabs ul.tabs li { display: inline-block; background: #fff; padding: 0px 20px; margin-right: 5px; border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; }
.woocommerce-tabs ul.tabs li a { color: #444; }
.woocommerce-tabs .wc-tab { margin-top: 0px; margin-bottom: 30px; background: #fff; padding: 5%; border-radius: 0 10px 10px 10px; -webkit-border-radius: 0 10px 10px 10px; }
.related.products { }
.related.products ul { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; }
.related.products ul li { width: 23.5% !important; margin-right: 2% !important; }
.related.products ul li:last-child { margin-right: 0 !important; }
.related.products ul li img { width: 100%; }
.related.products ul li h2 { font-size: 1.4rem; margin-bottom: 0px; }
.related.products ul li .price { font-size: 1.4rem; }  form.woocommerce-cart-form { }
form.woocommerce-cart-form .product-thumbnail { width: 35%; padding-right: 10%; }
form.woocommerce-cart-form .coupon { padding: 0 0; margin: 0 0; }
form.woocommerce-cart-form .coupon label { display: block; }
form.woocommerce-cart-form .coupon .input-text, form.woocommerce-cart-form .coupon .button { vertical-align: middle; }
form.woocommerce-cart-form .coupon .button { padding: 10px 30px; margin: 10px 0 30px; }
.cart_totals { border-top: 1px solid #ccc; padding-top: 20px; }
ul#shipping_method { list-style: none outside; margin: 0 0; padding: 0 0; }  form.checkout { }
form.checkout label { display: block; }
form.checkout input[type="text"], form.checkout input[type="email"], form.checkout input[type="tel"], form.checkout input[type="password"], form.checkout input[type="number"], form.checkout input.text, form.checkout input.title, form.checkout textarea, form.checkout select { padding: 7px !important; width: 100%; }
form.checkout .select2-container--default .select2-selection--single { height: 42px; border: 1px solid #cecece; }
form.checkout .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 42px; }
form.checkout .select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 4px; }
form.checkout .wc_payment_methods { margin: 0 0; list-style: none outside; padding: 0 0 20px; }  body.woocommerce-account .entry-content .woocommerce { display: flex; flex-wrap: nowrap; }
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation { width: 30%; }
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul { margin: 0 0; padding: 0 20px 30px 0; list-style: none outside; }
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a { display: block; background: #ba933e; color: #fff; padding: 3% 3% 3% 5%; border-radius: 10px; -webkit-border-radius: 10px; margin-bottom: 5px; text-decoration: none; }
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content { width: 70%; }
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content label, body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content input { display: block; }
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content input { width: 100%; padding: 10px !important; }