html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} 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;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
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;
font-size: 15px;
font-size: 0.9375rem;
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;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
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: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} 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);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .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%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
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 {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
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: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .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: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
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;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .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;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}.adm-sidebar ul {
padding: 0;
list-style: none;
}
.adm-sidebar .fa {
padding-right: 10px;
}
.adm-sidebar {
background: var(--background-light);
padding: 30px;
border-top: 4px double var(--accent);
border-left: 1px solid var(--light-border);
border-right: 1px solid var(--light-border);
border-bottom: 4px double var(--accent);
}
.adm-sidebar-cart a {
padding: 10px;
text-align: center;
font-size: 20px;
border: 1px solid var(--light-border);
background: var(--accent);
display: block;
color: #fff !important;
}
.adm-sidebar-heading {
font-size: 20px;
border-bottom: 3px double var(--accent);
color: var(--accent);
}
.product-categories li a {
padding: 10px;
border-bottom: var(--light-border);
display: block;
}
.product-categories .cat-item {
font-size: 18px;
padding: 0;
border: none;
}
.product-categories .cat-item .children .cat-item {
font-size: 16px;
border-bottom: var(--light-border);
}
.product-categories .cat-item .children .cat-item:last-of-type {
border-bottom: none;
}
.product-categories .cat-item .children .cat-item a::before {
content: "\f178";
font-family: FontAwesome;
margin-right: 7px;
}
.product-categories .cat-parent {
padding-bottom: 0;
}
.product-categories .cat-item .children {
padding: 0;
margin: 0;
}
.products li {
background: #f6f6f6;
border: 1px solid #e1e1e1;
}
.adm-products .products h2,
.woocommerce-loop-product__title {
text-align: center;
padding: 20px 10px 15px;
}
.adm-products .price,
.related .woocommerce-Price-amount {
display: block;
text-align: center;
}
.products a.button,
.related a.button {
padding: 10px 30px;
color: #fff;
background: var(--accent);
text-align: center;
width: 160px;
margin: 20px auto 25px;
border-radius: 3px;
}
.products .product:hover > a::before {
opacity: 0.7;
content: "Click For Details";
position: absolute;
color: white;
top: 0;
left: 0;
right: 0;
text-align: center;
background: var(--accent);
font-size: 13px;
padding: 10px;
}
li:hover .onsale {
top: 43px;
}
.onsale {
position: absolute;
padding: 2px 13px;
background: var(--accent);
color: #fff;
top: 0;
opacity: 0.7;
}
.card {
border: 1px solid var(--light-border);
border-radius: 3px;
height: 100%;
}
.gift-voucher {
border: 2px dashed var(--accent);
}
ul.products li.product {
list-style: none;
position: relative;
margin-bottom: 2em;
overflow: hidden;
}
.woocommerce-product-gallery {
max-width: 400px;
float: left;
margin-right: 30px;
margin-bottom: 30px;
}
.summary .entry-title {
clear: none !important;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25% !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
clear: both;
display: block;
position: relative;
}
.summary {
display: inline-block;
float: left;
margin-top: 0 !important;
}
.entry-title + .price > .woocommerce-Price-amount {
font-size: 30px;
text-align: left !important;
display: block;
font-weight: 300;
}
.related.products > h2 {
margin-bottom: 30px;
border-top: 4px double var(--accent);
padding-top: 30px;
margin-top: 20px;
}
.woocommerce-tabs ul.tabs li {
display: none !important;
}
#tab-description {
border-top: 4px double var(--accent);
padding-top: 30px;
}
.summary .quantity + button {
margin-top: 20px;
display: block;
line-height: 1;
padding: 15px 30px !important;
font-size: 16px;
font-weight: normal;
margin-left: 0;
width: 160px;
}
.summary .quantity {
width: 80px;
float: left;
margin-right: 10px;
}
.summary .quantity input {
width: 80px;
}
.summary .product_meta {
margin-top: 15px;
}
.mini_cart_item .quantity {
display: block;
}
.remove.remove_from_cart_button {
display: flex;
text-align: center;
border-right: var(--light-border);
padding-right: 10px;
margin-right: 10px;
flex-direction: column;
justify-content: center;
}
.mini_cart_item {
border-bottom: var(--light-border) !important;
display: flex;
}
.woocommerce-mini-cart__buttons .wc-forward:first-of-type::after {
content: "/";
padding-right: 7px;
padding-left: 7px;
}
.woocommerce-mini-cart__total {
border-bottom: 3px solid var(--accent);
padding-bottom: 15px;
padding-top: 15px;
}
.widget_recently_viewed_products .product_list_widget {
display: grid;
grid-template-columns: repeat(3,1fr);
grid-gap: 5px;
}
.widget_recently_viewed_products .product_list_widget li {
padding: 0;
border-bottom: none;
line-height: 0;
}
.adm-site ul.products {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.adm-site ul.products .product {
flex-direction: column;
justify-content: flex-start;
display: flex;
margin-left: auto;
margin-right: auto;
}
.add-to-cart-wrapper {
justify-content: flex-end;
flex-direction: column;
display: flex;
height: 100%;
}
.added_to_cart.wc-forward {
text-align: center;
margin-bottom: 20px;
}
ul.products li.product img {
display: block;
margin-left: auto;
margin-right: auto;
}
.shop_table_responsive tr td {
border-top: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
border-left: 1px solid #e1e1e1;
text-align: center !important;
}
.shop_table .product-thumbnail img {
max-width: 70px;
margin: 0;
}
.shop_table .product-thumbnail {
line-height: 0;
}
.shop_table th { text-align: center !important;
padding: 10px; border-right: 1px solid #e1e1e1;
background-color: var(--accent);
color: #fff;
}
.shop_table .actions {
border-bottom: 1px solid #e1e1e1;
}
.shop_table .product-remove {
border-left: 1px solid #e1e1e1;
}
.shop_table th.product-remove {
border-right: 0;
}
.shop_table td {
padding: 10px;
}
.coupon {
text-align: left;
padding: 20px 0;
}
#coupon_code {
max-width: 250px;
}
.coupon .button {
line-height: 2.2;
vertical-align: top;
}
.adm-body .woocommerce-message,
.adm-body .woocommerce-error,
.adm-body .woocommerce-info {
background: var(--accent);
color: var(--light);
margin: 0 0 20px;
padding: 0;
list-style: none;
padding: 10px 20px;
font-weight: 300;
font-size: 15px;
}
.adm-body .woocommerce-message a {
color: #FFF;
text-decoration: underline;
}
.shop_table .button[name="update_cart"] {
display: none;
}
.shop_table {
border-collapse: collapse;
}
.woocommerce-cart-form__contents tr:nth-child(2n+1) {
background: #fdfdfd;
}
.cart-subtotal td,
.order-total td,
.cart-subtotal th,
.order-total th {
background: inherit;
color: inherit;
border: 1px solid #e1e1e1;
}
.cart_totals h2 {
margin-bottom: 20px;
}
.cart_totals {
text-align: center;
background: #f6f6f6;
padding: 20px;
border: 1px solid #e1e1e1;
border-top: 3px double var(--accent);
}
.widget_price_filter .ui-slider .ui-slider-range {
background: var(--accent) !important;
}
.widget_price_filter .ui-slider .ui-slider-handle {
background: var(--accent) !important;
}
.price_slider_wrapper {
margin-top: 20px;
}
.woocommerce-pagination {
display: block;
width: 100%;
}
ul.page-numbers {
padding: 0;
margin: 0;
list-style: none;
}
.page-numbers li {
display: inline-block;
}
.page-numbers .current {
background: var(--accent);
color: #fff;
}
.page-numbers .current,
.page-numbers li a {
padding: 5px 10px;
line-height: 1.7;
}
@media (max-width: 1140px) {
.related ul.products {
display: flex;
flex-direction: column;
align-items: center;
}
}
@media (max-width: 750px) {
.shop_table_responsive tr td {
text-align: right !important;
}
.shop_table_responsive tr td {
border-left: 1px solid #e1e1e1;
}
.shop_table .product-thumbnail {
display: none !important;
}
.shop_table .product-remove {
border-left: 1px solid #e1e1e1;
border-top: 3px double var(--accent);
}
.coupon label {
display: block;
margin-bottom: 10px;
}
.remove {
font-size: 14px;
}
.remove::after {
content: "Remove Item";
font-weight: 300;
font-size: 14px;
padding-left: 5px;
display: table-cell;
}
.woocommerce-cart article {
padding: 20px;
}
#coupon_code {
width: calc(100% - 120px);
}
}.widget-area ul,
.widget-area ol {
list-style: none;
padding: 0;
}
.widget-area li {
padding: 10px 0;
border-bottom: var(--light-border);
}
.widget-area li:last-of-type {
border-bottom:0;
}
.site-footer {
clear: both;
width: 100%;
}
.entry-meta {
margin-bottom: 20px;
}
#comments {
padding: 30px;
border: var(--light-border);
background: var(--background-light);
}
.comment-form label {
display: block;
}
article, .hentry {
margin: 0 auto 40px;
background: var(--background-light);
padding: 40px;
border: var(--light-border);
}
#comments,
article,
.hentry {
border-top: var(--double-accent-border);
}
.entry-title {
margin-bottom: 5px;
}
.entry-content > p {
margin-top: 0;
}
.blog .entry-content img {
margin-top: 20px;
}
.page-content,
.entry-content,
.entry-summary {
margin: 20px 0 0;
}
.entry-content ol,
.entry-content ul {
margin: 20px 0;
}
.entry-footer {
background: var(--background);
padding: 10px 20px;
color: var(--text);
}
.entry-footer span {
margin-right: 15px;
}
.comment-list {
list-style: none;
padding: 0;
margin-top: 20px;
}
.comment-body {
padding: 20px !important;
}
.widget-area {
padding: 30px;
background: var(--background-light);
border: var(--light-border);
border-top: var(--double-accent-border);
}
.widget-title,
.widgettitle {
border-bottom: var(--double-accent-border);
padding-bottom: 10px;
margin-bottom: 10px;
}
.page-content .widget {
margin-top: 40px;
}
.page-content .widget ul {
padding: 0;
margin: 0;
}
.page-content .widget li {
list-style: none;
padding: 10px 0;
border-bottom: var(--light-border);
}
.search-form {
display: grid;
grid-gap: 3px;
grid-template-columns: repeat(1, 1fr);
grid-template-areas: "search-field search field search-submit";
}
.search-field {
grid-area: search-field;
}
.search-field {
width: 100%;
}
.search-submit {
grid-area: search-submit;
}
.adm-blog-post-layout-one .entry-footer {
background: transparent;
padding: 0;
color: var(--text);
}.accent-dark {
color: var(--accent-dark);
}
figure {margin: 0;}  .p-0  {padding:0;}
.p-5  {padding:5px;}
.p-10 {padding:10px;}
.p-15 {padding:15px;}
.p-20 {padding:20px;}
.p-25 {padding:25px;}
.p-30 {padding:30px;}
.p-35 {padding:35px;}
.p-40 {padding:40px;}
.p-45 {padding:45px;}
.p-50 {padding:50px;}
.pp-3 {padding: 3%;}
.ppt, .ppy-10 {padding-top:10%;}
.ppb, .ppy-10 {padding-bottom: 10%;}
.pt-0,  .py-0  {padding-top:0;}
.pt-5,  .py-5  {padding-top:5px;}
.pt-10, .py-10 {padding-top:10px;}
.pt-15, .py-15 {padding-top:15px;}
.pt-20, .py-20 {padding-top:20px;}
.pt-25, .py-25 {padding-top:25px;}
.pt-30, .py-30 {padding-top:30px;}
.pt-35, .py-35 {padding-top:35px;}
.pt-40, .py-40 {padding-top:40px;}
.pt-45, .py-45 {padding-top:45px;}
.pt-50, .py-50 {padding-top:50px;}
.pr-0,  .px-0  {padding-right:0;}
.pr-5,  .px-5  {padding-right:5px;}
.pr-10, .px-10 {padding-right:10px;}
.pr-15, .px-15 {padding-right:15px;}
.pr-20, .px-20 {padding-right:20px;}
.pr-25, .px-25 {padding-right:25px;}
.pr-30, .px-30 {padding-right:30px;}
.pr-35, .px-35 {padding-right:35px;}
.pr-40, .px-40 {padding-right:40px;}
.pr-45, .px-45 {padding-right:45px;}
.pr-50, .px-50 {padding-right:50px;}
.pb-0,  .py-0  {padding-bottom:0;}
.pb-5,  .py-5  {padding-bottom:5px;}
.pb-10, .py-10 {padding-bottom:10px;}
.pb-15, .py-15 {padding-bottom:15px;}
.pb-20, .py-20 {padding-bottom:20px;}
.pb-25, .py-25 {padding-bottom:25px;}
.pb-30, .py-30 {padding-bottom:30px;}
.pb-35, .py-35 {padding-bottom:35px;}
.pb-40, .py-40 {padding-bottom:40px;}
.pb-45, .py-45 {padding-bottom:45px;}
.pb-50, .py-50 {padding-bottom:50px;}
.pl-0,  .px-0  {padding-left:0;}
.pl-5,  .px-5  {padding-left:5px;}
.pl-10, .px-10 {padding-left:10px;}
.pl-15, .px-15 {padding-left:15px;}
.pl-20, .px-20 {padding-left:20px;}
.pl-25, .px-25 {padding-left:25px;}
.pl-30, .px-30 {padding-left:30px;}
.pl-35, .px-35 {padding-left:35px;}
.pl-40, .px-40 {padding-left:40px;}
.pl-45, .px-45 {padding-left:45px;}
.pl-50, .px-50 {padding-left:50px;} @media (max-width: 1140px) {
.py-m-20 {
padding-top: 20px;
padding-bottom: 20px;
}
} .my-p-10 {
margin-top: 10%;
margin-bottom: 10%;
}
.m-0  {margin: 0;}
.m-5  {margin: 5px;}
.m-10 {margin:10px;}
.m-15 {margin:15px;}
.m-20 {margin:20px;}
.m-25 {margin:25px;}
.m-30 {margin:30px;}
.m-35 {margin:35px;}
.m-40 {margin:40px;}
.m-45 {margin:45px;}
.m-50 {margin:50px;}
.mt-0,  .my-0  {margin-top: 0;}
.mt-5,  .my-5  {margin-top: 5px;}
.mt-10, .my-10 {margin-top:10px;}
.mt-15, .my-15 {margin-top:15px;}
.mt-20, .my-20 {margin-top:20px;}
.mt-25, .my-25 {margin-top:25px;}
.mt-30, .my-30 {margin-top:30px;}
.mt-35, .my-35 {margin-top:35px;}
.mt-40, .my-40 {margin-top:40px;}
.mt-45, .my-45 {margin-top:45px;}
.mt-50, .my-50 {margin-top:50px;}
.mt--40 {margin-top:-40px;}
.mr-0,  .mx-0  {margin-right: 0;}
.mr-5,  .mx-5  {margin-right: 5px;}
.mr-10, .mx-10 {margin-right:10px;}
.mr-15, .mx-15 {margin-right:15px;}
.mr-20, .mx-20 {margin-right:20px;}
.mr-25, .mx-25 {margin-right:25px;}
.mr-30, .mx-30 {margin-right:30px;}
.mr-35, .mx-35 {margin-right:35px;}
.mr-40, .mx-40 {margin-right:40px;}
.mr-45, .mx-45 {margin-right:45px;}
.mr-50, .mx-50 {margin-right:50px;}
.mb-0,  .my-0  {margin-bottom:0;}
.mb-5,  .my-5  {margin-bottom:5px;}
.mb-10, .my-10 {margin-bottom:10px;}
.mb-15, .my-15 {margin-bottom:15px;}
.mb-20, .my-20 {margin-bottom:20px;}
.mb-25, .my-25 {margin-bottom:25px;}
.mb-30, .my-30 {margin-bottom:30px;}
.mb-35, .my-35 {margin-bottom:35px;}
.mb-40, .my-40 {margin-bottom:40px;}
.mb-45, .my-45 {margin-bottom:45px;}
.mb-50, .my-50 {margin-bottom:50px;}
.ml-0,  .mx-0  {margin-left:0;}
.ml-5,  .mx-5  {margin-left:5px;}
.ml-10, .mx-10 {margin-left:10px;}
.ml-15, .mx-15 {margin-left:15px;}
.ml-20, .mx-20 {margin-left:20px;}
.ml-25, .mx-25 {margin-left:25px;}
.ml-30, .mx-30 {margin-left:30px;}
.ml-35, .mx-35 {margin-left:35px;}
.ml-40, .mx-40 {margin-left:40px;}
.ml-45, .mx-45 {margin-left:45px;}
.ml-50, .mx-50 {margin-left:50px;}
.mx-auto {margin-left: auto; margin-right: auto;}
.mx-auto-i {margin-left: auto !important; margin-right: auto !important;;} .gap-5  {grid-gap: 5px;}
.gap-10 {grid-gap: 10px;}
.gap-15 {grid-gap: 15px;}
.gap-20 {grid-gap: 20px;}
.gap-25 {grid-gap: 25px;}
.gap-30 {grid-gap: 30px;}
.gap-35 {grid-gap: 35px;}
.gap-40 {grid-gap: 40px;}
.gap-45 {grid-gap: 45px;}
.gap-50 {grid-gap: 50px;}
@media (max-width: 1023px) {
.gap-40 {grid-gap: 20px;}
} .mw-400  {max-width:400px;}
.mw-500  {max-width:500px;}
.mw-600  {max-width:600px;}
.mw-700  {max-width:700px;}
.mw-800  {max-width:800px;}
.mw-900  {max-width:900px;}
.mw-1000 {max-width:1000px;}
.mw-1100 {max-width:1100px;}
.mw-1200 {max-width:1200px;}
.mw-1300 {max-width:1300px;}
.mw-1400 {max-width:1400px;}
.mw-1500 {max-width:1500px;}
.mw-1600 {max-width:1600px;}
.mwp-70 {max-width: 70%;}
.mwp-75 {max-width: 75%;}
.mwp-80 {max-width: 80%;}
.mwp-85 {max-width: 85%;}
.mwp-90 {max-width: 90%;}
.mwp-95 {max-width: 95%;} .min-vh-5  {min-height: 5vh;}
.min-vh-10  {min-height: 10vh;}
.min-vh-15  {min-height: 15vh;}
.min-vh-20  {min-height: 20vh;}
.min-vh-25  {min-height: 25vh;}
.min-vh-30  {min-height: 30vh;}
.min-vh-35  {min-height: 35vh;}
.min-vh-40  {min-height: 40vh;}
.min-vh-45  {min-height: 45vh;}
.min-vh-50  {min-height: 50vh;}
.min-vh-55  {min-height: 55vh;}
.min-vh-60  {min-height: 60vh;}
.min-vh-65  {min-height: 65vh;}
.min-vh-70  {min-height: 70vh;}
.min-vh-75  {min-height: 75vh;}
.min-vh-80  {min-height: 80vh;}
.min-vh-85  {min-height: 85vh;}
.min-vh-90  {min-height: 90vh;}
.min-vh-95  {min-height: 95vh;}
.min-vh-100 {min-height: 100vh;} .fl {float: left;}
.fr {float: right;}
.fn {float: none;} .shadow-sm-dark {box-shadow:0 0 5px #000000;}
.shadow-lg-dark {box-shadow:0 0 10px #000000;}
.shadow-sm-grey {box-shadow:0 0 5px #999999;}
.shadow-lg-grey {box-shadow:0 0 10px #999999;}
.shadow-sm-light {box-shadow:0 0 5px #EEEEEE;}
.shadow-lg-light {box-shadow:0 0 10px #EEEEEE;}  .b-1-solid-dark  {border: 1px solid var(--dark)}
.bt-1-solid-dark, .by-1-solid-dark {border-top: 1px solid var(--dark)}
.br-1-solid-dark, .bx-1-solid-dark {border-right: 1px solid var(--dark)}
.bb-1-solid-dark, .by-1-solid-dark {border-bottom: 1px solid var(--dark)}
.bl-1-solid-dark, .bx-1-solid-dark {border-left: 1px solid var(--dark)}
.b-2-solid-dark  {border: 2px solid var(--dark)}
.bt-2-solid-dark, .by-2-solid-dark {border-top: 2px solid var(--dark)}
.br-2-solid-dark, .bx-2-solid-dark {border-right: 2px solid var(--dark)}
.bb-2-solid-dark, .by-2-solid-dark {border-bottom: 2px solid var(--dark)}
.bl-2-solid-dark, .bx-2-solid-dark {border-left: 2px solid var(--dark)}
.b-3-solid-dark  {border: 3px solid var(--dark)}
.bt-3-solid-dark, .by-3-solid-dark {border-top: 3px solid var(--dark)}
.br-3-solid-dark, .bx-3-solid-dark {border-right: 3px solid var(--dark)}
.bb-3-solid-dark, .by-3-solid-dark {border-bottom: 3px solid var(--dark)}
.bl-3-solid-dark, .bx-3-solid-dark {border-left: 3px solid var(--dark)}
.b-4-solid-dark  {border: 4px solid var(--dark)}
.bt-4-solid-dark, .by-4-solid-dark {border-top: 4px solid var(--dark)}
.br-4-solid-dark, .bx-4-solid-dark {border-right: 4px solid var(--dark)}
.bb-4-solid-dark, .by-4-solid-dark {border-bottom: 4px solid var(--dark)}
.bl-4-solid-dark, .bx-4-solid-dark {border-left: 4px solid var(--dark)} .b-1-dashed-dark  {border: 1px dashed var(--dark)}
.bt-1-dashed-dark, .by-1-dashed-dark {border-top: 1px dashed var(--dark)}
.br-1-dashed-dark, .bx-1-dashed-dark {border-right: 1px dashed var(--dark)}
.bb-1-dashed-dark, .by-1-dashed-dark {border-bottom: 1px dashed var(--dark)}
.bl-1-dashed-dark, .bx-1-dashed-dark {border-left: 1px dashed var(--dark)}
.b-2-dashed-dark  {border: 2px dashed var(--dark)}
.bt-2-dashed-dark, .by-2-dashed-dark {border-top: 2px dashed var(--dark)}
.br-2-dashed-dark, .bx-2-dashed-dark {border-right: 2px dashed var(--dark)}
.bb-2-dashed-dark, .by-2-dashed-dark {border-bottom: 2px dashed var(--dark)}
.bl-2-dashed-dark, .bx-2-dashed-dark {border-left: 2px dashed var(--dark)}
.b-3-dashed-dark  {border: 3px dashed var(--dark)}
.bt-3-dashed-dark, .by-3-dashed-dark {border-top: 3px dashed var(--dark)}
.br-3-dashed-dark, .bx-3-dashed-dark {border-right: 3px dashed var(--dark)}
.bb-3-dashed-dark, .by-3-dashed-dark {border-bottom: 3px dashed var(--dark)}
.bl-3-dashed-dark, .bx-3-dashed-dark {border-left: 3px dashed var(--dark)}
.b-4-dashed-dark  {border: 4px dashed var(--dark)}
.bt-4-dashed-dark, .by-4-dashed-dark {border-top: 4px dashed var(--dark)}
.br-4-dashed-dark, .bx-4-dashed-dark {border-right: 4px dashed var(--dark)}
.bb-4-dashed-dark, .by-4-dashed-dark {border-bottom: 4px dashed var(--dark)}
.bl-4-dashed-dark, .bx-4-dashed-dark {border-left: 4px dashed var(--dark)} .b-3-double-dark  {border: 3px double var(--dark)}
.bt-3-double-dark, .by-3-double-dark {border-top: 3px double var(--dark)}
.br-3-double-dark, .bx-3-double-dark {border-right: 3px double var(--dark)}
.bb-3-double-dark, .by-3-double-dark {border-bottom: 3px double var(--dark)}
.bl-3-double-dark, .bx-3-double-dark {border-left: 3px double var(--dark)}
.b-4-double-dark  {border: 4px double var(--dark)}
.bt-4-double-dark, .by-4-double-dark {border-top: 4px double var(--dark)}
.br-4-double-dark, .bx-4-double-dark {border-right: 4px double var(--dark)}
.bb-4-double-dark, .by-4-double-dark {border-bottom: 4px double var(--dark)}
.bl-4-double-dark, .bx-4-double-dark {border-left: 4px double var(--dark)} .b-1-solid-light  {border: 1px solid var(--light)}
.bt-1-solid-light, .by-1-solid-light {border-top: 1px solid var(--light)}
.br-1-solid-light, .bx-1-solid-light {border-right: 1px solid var(--light)}
.bb-1-solid-light, .by-1-solid-light {border-bottom: 1px solid var(--light)}
.bl-1-solid-light, .bx-1-solid-light {border-left: 1px solid var(--light)}
.b-2-solid-light  {border: 2px solid var(--light)}
.bt-2-solid-light, .by-2-solid-light {border-top: 2px solid var(--light)}
.br-2-solid-light, .bx-2-solid-light {border-right: 2px solid var(--light)}
.bb-2-solid-light, .by-2-solid-light {border-bottom: 2px solid var(--light)}
.bl-2-solid-light, .bx-2-solid-light {border-left: 2px solid var(--light)}
.b-3-solid-light  {border: 3px solid var(--light)}
.bt-3-solid-light, .by-3-solid-light {border-top: 3px solid var(--light)}
.br-3-solid-light, .bx-3-solid-light {border-right: 3px solid var(--light)}
.bb-3-solid-light, .by-3-solid-light {border-bottom: 3px solid var(--light)}
.bl-3-solid-light, .bx-3-solid-light {border-left: 3px solid var(--light)}
.b-4-solid-light  {border: 4px solid var(--light)}
.bt-4-solid-light, .by-4-solid-light {border-top: 4px solid var(--light)}
.br-4-solid-light, .bx-4-solid-light {border-right: 4px solid var(--light)}
.bb-4-solid-light, .by-4-solid-light {border-bottom: 4px solid var(--light)}
.bl-4-solid-light, .bx-4-solid-light {border-left: 4px solid var(--light)} .b-1-solid-gray  {border: 1px solid var(--gray)}
.bt-1-solid-gray, .by-1-solid-gray {border-top: 1px solid var(--gray)}
.br-1-solid-gray, .bx-1-solid-gray {border-right: 1px solid var(--gray)}
.bb-1-solid-gray, .by-1-solid-gray {border-bottom: 1px solid var(--gray)}
.bl-1-solid-gray, .bx-1-solid-gray {border-left: 1px solid var(--gray)}
.b-2-solid-gray  {border: 2px solid var(--gray)}
.bt-2-solid-gray, .by-2-solid-gray {border-top: 2px solid var(--gray)}
.br-2-solid-gray, .bx-2-solid-gray {border-right: 2px solid var(--gray)}
.bb-2-solid-gray, .by-2-solid-gray {border-bottom: 2px solid var(--gray)}
.bl-2-solid-gray, .bx-2-solid-gray {border-left: 2px solid var(--gray)}
.b-3-solid-gray  {border: 3px solid var(--gray)}
.bt-3-solid-gray, .by-3-solid-gray {border-top: 3px solid var(--gray)}
.br-3-solid-gray, .bx-3-solid-gray {border-right: 3px solid var(--gray)}
.bb-3-solid-gray, .by-3-solid-gray {border-bottom: 3px solid var(--gray)}
.bl-3-solid-gray, .bx-3-solid-gray {border-left: 3px solid var(--gray)}
.b-4-solid-gray  {border: 4px solid var(--gray)}
.bt-4-solid-gray, .by-4-solid-gray {border-top: 4px solid var(--gray)}
.br-4-solid-gray, .bx-4-solid-gray {border-right: 4px solid var(--gray)}
.bb-4-solid-gray, .by-4-solid-gray {border-bottom: 4px solid var(--gray)}
.bl-4-solid-gray, .bx-4-solid-gray {border-left: 4px solid var(--gray)} .b-1-dashed-light  {border: 1px dashed var(--light)}
.bt-1-dashed-light, .by-1-dashed-light {border-top: 1px dashed var(--light)}
.br-1-dashed-light, .bx-1-dashed-light {border-right: 1px dashed var(--light)}
.bb-1-dashed-light, .by-1-dashed-light {border-bottom: 1px dashed var(--light)}
.bl-1-dashed-light, .bx-1-dashed-light {border-left: 1px dashed var(--light)}
.b-2-dashed-light  {border: 2px dashed var(--light)}
.bt-2-dashed-light, .by-2-dashed-light {border-top: 2px dashed var(--light)}
.br-2-dashed-light, .bx-2-dashed-light {border-right: 2px dashed var(--light)}
.bb-2-dashed-light, .by-2-dashed-light {border-bottom: 2px dashed var(--light)}
.bl-2-dashed-light, .bx-2-dashed-light {border-left: 2px dashed var(--light)}
.b-3-dashed-light  {border: 3px dashed var(--light)}
.bt-3-dashed-light, .by-3-dashed-light {border-top: 3px dashed var(--light)}
.br-3-dashed-light, .bx-3-dashed-light {border-right: 3px dashed var(--light)}
.bb-3-dashed-light, .by-3-dashed-light {border-bottom: 3px dashed var(--light)}
.bl-3-dashed-light, .bx-3-dashed-light {border-left: 3px dashed var(--light)}
.b-4-dashed-light  {border: 4px dashed var(--light)}
.bt-4-dashed-light, .by-4-dashed-light {border-top: 4px dashed var(--light)}
.br-4-dashed-light, .bx-4-dashed-light {border-right: 4px dashed var(--light)}
.bb-4-dashed-light, .by-4-dashed-light {border-bottom: 4px dashed var(--light)}
.bl-4-dashed-light, .bx-4-dashed-light {border-left: 4px dashed var(--light)} .b-3-double-light  {border: 3px double var(--light)}
.bt-3-double-light, .by-3-double-light {border-top: 3px double var(--light)}
.br-3-double-light, .bx-3-double-light {border-right: 3px double var(--light)}
.bb-3-double-light, .by-3-double-light {border-bottom: 3px double var(--light)}
.bl-3-double-light, .bx-3-double-light {border-left: 3px double var(--light)}
.b-4-double-light  {border: 4px double var(--light)}
.bt-4-double-light, .by-4-double-light {border-top: 4px double var(--light)}
.br-4-double-light, .bx-4-double-light {border-right: 4px double var(--light)}
.bb-4-double-light, .by-4-double-light {border-bottom: 4px double var(--light)}
.bl-4-double-light, .bx-4-double-light {border-left: 4px double var(--light)} .b-1-solid-accent  {border: 1px solid var(--accent)}
.bt-1-solid-accent, .by-1-solid-accent {border-top: 1px solid var(--accent)}
.br-1-solid-accent, .bx-1-solid-accent {border-right: 1px solid var(--accent)}
.bb-1-solid-accent, .by-1-solid-accent {border-bottom: 1px solid var(--accent)}
.bl-1-solid-accent, .bx-1-solid-accent {border-left: 1px solid var(--accent)}
.b-2-solid-accent  {border: 2px solid var(--accent)}
.bt-2-solid-accent, .by-2-solid-accent {border-top: 2px solid var(--accent)}
.br-2-solid-accent, .bx-2-solid-accent {border-right: 2px solid var(--accent)}
.bb-2-solid-accent, .by-2-solid-accent {border-bottom: 2px solid var(--accent)}
.bl-2-solid-accent, .bx-2-solid-accent {border-left: 2px solid var(--accent)}
.b-3-solid-accent  {border: 3px solid var(--accent)}
.bt-3-solid-accent, .by-3-solid-accent {border-top: 3px solid var(--accent)}
.br-3-solid-accent, .bx-3-solid-accent {border-right: 3px solid var(--accent)}
.bb-3-solid-accent, .by-3-solid-accent {border-bottom: 3px solid var(--accent)}
.bl-3-solid-accent, .bx-3-solid-accent {border-left: 3px solid var(--accent)}
.b-4-solid-accent  {border: 4px solid var(--accent)}
.bt-4-solid-accent, .by-4-solid-accent {border-top: 4px solid var(--accent)}
.br-4-solid-accent, .bx-4-solid-accent {border-right: 4px solid var(--accent)}
.bb-4-solid-accent, .by-4-solid-accent {border-bottom: 4px solid var(--accent)}
.bl-4-solid-accent, .bx-4-solid-accent {border-left: 4px solid var(--accent)} .b-1-dashed-accent  {border: 1px dashed var(--accent)}
.bt-1-dashed-accent, .by-1-dashed-accent {border-top: 1px dashed var(--accent)}
.br-1-dashed-accent, .bx-1-dashed-accent {border-right: 1px dashed var(--accent)}
.bb-1-dashed-accent, .by-1-dashed-accent {border-bottom: 1px dashed var(--accent)}
.bl-1-dashed-accent, .bx-1-dashed-accent {border-left: 1px dashed var(--accent)}
.b-2-dashed-accent  {border: 2px dashed var(--accent)}
.bt-2-dashed-accent, .by-2-dashed-accent {border-top: 2px dashed var(--accent)}
.br-2-dashed-accent, .bx-2-dashed-accent {border-right: 2px dashed var(--accent)}
.bb-2-dashed-accent, .by-2-dashed-accent {border-bottom: 2px dashed var(--accent)}
.bl-2-dashed-accent, .bx-2-dashed-accent {border-left: 2px dashed var(--accent)}
.b-3-dashed-accent  {border: 3px dashed var(--accent)}
.bt-3-dashed-accent, .by-3-dashed-accent {border-top: 3px dashed var(--accent)}
.br-3-dashed-accent, .bx-3-dashed-accent {border-right: 3px dashed var(--accent)}
.bb-3-dashed-accent, .by-3-dashed-accent {border-bottom: 3px dashed var(--accent)}
.bl-3-dashed-accent, .bx-3-dashed-accent {border-left: 3px dashed var(--accent)}
.b-4-dashed-accent  {border: 4px dashed var(--accent)}
.bt-4-dashed-accent, .by-4-dashed-accent {border-top: 4px dashed var(--accent)}
.br-4-dashed-accent, .bx-4-dashed-accent {border-right: 4px dashed var(--accent)}
.bb-4-dashed-accent, .by-4-dashed-accent {border-bottom: 4px dashed var(--accent)}
.bl-4-dashed-accent, .bx-4-dashed-accent {border-left: 4px dashed var(--accent)} .b-3-double-accent  {border: 3px double var(--accent)}
.bt-3-double-accent, .by-3-double-accent {border-top: 3px double var(--accent)}
.br-3-double-accent, .bx-3-double-accent {border-right: 3px double var(--accent)}
.bb-3-double-accent, .by-3-double-accent {border-bottom: 3px double var(--accent)}
.bl-3-double-accent, .bx-3-double-accent {border-left: 3px double var(--accent)}
.b-4-double-accent  {border: 4px double var(--accent)}
.bt-4-double-accent, .by-4-double-accent {border-top: 4px double var(--accent)}
.br-4-double-accent, .bx-4-double-accent {border-right: 4px double var(--accent)}
.bb-4-double-accent, .by-4-double-accent {border-bottom: 4px double var(--accent)}
.bl-4-double-accent, .bx-4-double-accent {border-left: 4px double var(--accent)} .overlay-dark-1 {background: rgba(0, 0, 0, 0.1);}
.overlay-dark-2 {background: rgba(0, 0, 0, 0.2);}
.overlay-dark-3 {background: rgba(0, 0, 0, 0.3);}
.overlay-dark-4 {background: rgba(0, 0, 0, 0.4);}
.overlay-dark-5 {background: rgba(0, 0, 0, 0.5);}
.overlay-dark-6 {background: rgba(0, 0, 0, 0.6);}
.overlay-dark-7 {background: rgba(0, 0, 0, 0.7);}
.overlay-dark-8 {background: rgba(0, 0, 0, 0.8);}
.overlay-dark-9 {background: rgba(0, 0, 0, 0.9);}
.overlay-light-1 {background: rgba(255, 255, 255, 0.1);}
.overlay-light-2 {background: rgba(255, 255, 255, 0.2);}
.overlay-light-3 {background: rgba(255, 255, 255, 0.3);}
.overlay-light-4 {background: rgba(255, 255, 255, 0.4);}
.overlay-light-5 {background: rgba(255, 255, 255, 0.5);}
.overlay-light-6 {background: rgba(255, 255, 255, 0.6);}
.overlay-light-7 {background: rgba(255, 255, 255, 0.7);}
.overlay-light-8 {background: rgba(255, 255, 255, 0.8);}
.overlay-light-9 {background: rgba(255, 255, 255, 0.9);} .back-center {background-position: center;}
.back-top {background-position: top center;}
.back-bottom {background-position: bottom center;}
.back-cover {background-size: cover;}
.back-fixed {background-attachment: fixed;} .flx, [class*="flx-"] {display: flex;}
.flx-column {flex-direction: column;}
.flx-center {justify-content: center;}
.flx-right {justify-content: right;} .grid, [class*="grid-"] {display: grid;}
.grid-5 {grid-template-columns: repeat(5, 1fr);}
.grid-4 {grid-template-columns: repeat(4, 1fr);}
.grid-3 {grid-template-columns: repeat(3, 1fr);}
.grid-2, .grid-2-break-late, .grid-2-move {grid-template-columns: repeat(2, 1fr);}
.grid-1 {grid-template-columns: repeat(1, 1fr);} .grid-2-1-2-break-late {
grid-template-columns: repeat(3, 1fr);
grid-template-areas: "one-third two-thirds two-thirds";
}
.grid-2-1-3 {
grid-template-columns: repeat(4, 1fr);
grid-template-areas: "one-fourth three-fourths three-fourths three-fourths";
}
.grid-2-3-1 {
grid-template-columns: repeat(4, 1fr);
grid-template-areas: "three-fourths three-fourths three-fourths one-fourth";
}
.grid-2-1-2,
.grid-2-1-2-move {
grid-template-columns: repeat(3, 1fr);
grid-template-areas: "one-third two-thirds two-thirds";
}
.grid-2-2-1,
.grid-2-2-1-move {
grid-template-columns: repeat(3, 1fr);
grid-template-areas: "two-thirds two-thirds one-third";
}
.one-third {grid-area: one-third;}
.two-thirds {
grid-area: two-thirds;
max-width: 100%;
}
.one-fourth {grid-area: one-fourth;}
.three-fourths {
grid-area: three-fourths;
max-width: 100%;
}
@media (max-width: 1140px) {
.grid-5 {
grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
grid-template-columns: repeat(2, 1fr);
}
.grid-2,
.grid-2-2-1,
.grid-2-1-2 {
grid-template-columns: repeat(1, 1fr);
}
.move-top {grid-area: move-top;}
.move-bottom {grid-area: move-bottom;}
.grid-2-move {
grid-template-columns: repeat(1, 1fr);
grid-template-areas:
"move-top"
"move-bottom";
}
.grid-2-2-1-move {
grid-template-columns: repeat(1, 1fr);
grid-template-areas:
"move-top"
"move-bottom";
}
.grid-2-1-2-move {
grid-template-columns: repeat(1, 1fr);
grid-template-areas:
"move-top"
"move-bottom";
}
.grid-2-2-1 {
grid-template-areas:
"two-thirds"
"two-thirds"
"one-third";
}
.grid-2-1-2 {
grid-template-areas:
"one-third"
"two-thirds"
"two-thirds";
}
.grid-2-3-1 {
grid-template-areas:
"three-fourths"
"three-fourths"
"three-fourths"
"one-fourth";
}
.grid-2-1-3 {
grid-template-areas:
"one-fourth"
"three-fourths"
"three-fourths"
"three-fourths";
}
.one-third .widget-area {
margin-top: 0;
}
}
@media (max-width: 1023px) {
.grid-5, .grid-3 {
grid-template-columns: repeat(1, 1fr);
}
.grid-2-break-late {
grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 640px) {
.grid-4 {
grid-template-columns: repeat(1, 1fr);
}
.column-3,
.column-4 {
margin-bottom: var(--gutter-one-s);
}
.grid-2-1-2-break-late {
grid-template-columns: repeat(1, 1fr);
}
} .adm-row {width: 85%; margin-left: auto; margin-right: auto;}
.adm-row-fw {width: 100%;} button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.search-submit {
padding: 10px 20px !important;
background: var(--accent) !important;
color: var(--light) !important;
font-weight: bold;
border: none !important;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
color: var(--dark);
border: var(--light-border);
border-radius: 0;
padding: 10px 15px;
width: 100%;
}
textarea {
max-height: 160px;
} .d-block {display: block;}
.di-block {display: inline-block;}
.d-none, .hidden {display: none;} .center{text-align: center;}
.right {text-align: right;}
.left {text-align: left;} .btn, [class*="btn-"] {padding: 10px 30px;}
.btn, [class*="btn-"], .link {font-family: inherit; font-size: inherit; font-weight: bold; }
.btn-rnd {border-radius: 50px;} .pos-a {position: absolute;}
.pos-r {position: relative;} .list-reset {
list-style: none;
padding: 0 !important;
margin: 0 !important;
}
.lined-list li a {
padding: 8px 3px;
display: block;
border-bottom: 1px solid #e1e1e1;
}
.lined-list li:hover a {
background: var(--accent);
color: #fff;
}
.header-shadow {
box-shadow: 0 0 10px rgba(0,0,0,0.2);
position: relative;
z-index: 1000;
}
.light-shadow {
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.map {
position: absolute;
width: 100%;
height: 100%;
}
.overflow-hidden {
overflow: hidden;
}
.uppercase {
text-transform: uppercase;
}@font-face { font-family: didactgothic-regular;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Didact_Gothic/DidactGothic-Regular.ttf); }
@font-face { font-family: greatvibes-regular;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Great_Vibes/GreatVibes-Regular.ttf); }
@font-face { font-family: kurale-regular;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Kurale/Kurale-Regular.ttf); }
@font-face { font-family: orbitron-regular;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Orbitron/Orbitron-Regular.ttf); }
@font-face { font-family: orbitron-medium;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Orbitron/Orbitron-Medium.ttf); }
@font-face { font-family: orbitron-bold;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Orbitron/Orbitron-Bold.ttf); }
@font-face { font-family: orbitron-black;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Orbitron/Orbitron-Black.ttf); }
@font-face { font-family: poiretone-regular;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Poiret_One/PoiretOne-Regular.ttf); }
@font-face { font-family: quicksand-light;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Quicksand/Quicksand-Light.ttf); }
@font-face { font-family: quicksand-regular;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Quicksand/Quicksand-Regular.ttf); }
@font-face { font-family: quicksand-medium;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Quicksand/Quicksand-Medium.ttf); }
@font-face { font-family: quicksand-bold;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Quicksand/Quicksand-Bold.ttf); }
@font-face { font-family: srisakdi-regular;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Srisakdi/Srisakdi-Regular.ttf); }
@font-face { font-family: srisakdi-bold;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Srisakdi/Srisakdi-Regular.ttf); }
@font-face { font-family: open-sans-light;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Open_Sans/OpenSans-Light.ttf); }
@font-face { font-family: open-sans-regular;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Open_Sans/OpenSans-Regular.ttf); }
@font-face { font-family: open-sans-bold;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Open_Sans/OpenSans-Bold.ttf); }
@font-face { font-family: roboto-light;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Roboto/Roboto-Light.ttf); }
@font-face { font-family: roboto-regular;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Roboto/Roboto-Regular.ttf); }
@font-face { font-family: roboto-bold;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Roboto/Roboto-Bold.ttf); }
@font-face { font-family: roboto-black;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Roboto/Roboto-Black.ttf); }
@font-face { font-family: lato-light;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Lato/Lato-Light.ttf); }
@font-face { font-family: lato-regular;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Lato/Lato-Regular.ttf); }
@font-face { font-family: lato-bold;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Lato/Lato-Bold.ttf); }
@font-face { font-family: lato-black;
src: url(//www.bathroomrenogoldcoast.com/wp-content/themes/basetheme/fonts/Lato/Lato-Black.ttf); }.background-dark {
background: var(--background-dark);
}
.background-light {
background: var(--background-light);
}
.background-accent {
background: var(--accent);
}
body {
background: var(--background);
color: var(--text);
position: relative;
font-size: 16px;
}
p {
margin-top: 0;
}
img {
align-self: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
line-height: 1.2;
}
.fw-3 {
font-weight: 300;
}
.fsi {
font-style: italic;
}
h1,
.fs-5 {
font-size: 3em;
}
.fs-6 {
font-size: 3.5em;
}
h2,
.fs-4,
.page-header .page-title {
font-size: 2em;
}
h3,
.fs-3 {
font-size: 1.75em;
}
h4,
.fs-2,
.widget-title {
font-size: 1.4em;
}
h5,
.fs-1h {
font-size: 1.25em;
}
h6,
.fs-1 {
font-size: 1.1em;
}
.fs-09 {
font-size: 0.9em;
}
@media (max-width: 640px) {
h1,
.fs-5,
h2,
.fs-4 {
font-size: 2em;
}
}
.text-shadow {
text-shadow: 1px 1px 5px #000;
}
a,
a:hover,
a:visited,
a:active {
text-decoration: none;
color: var(--accent);
}
ul, ol {
margin: 0;
}
.basic-ul ul {
padding-left: 25px;
margin-bottom: 20px;
}
.accent-hover:hover {
background: var(--accent);
color: #fff;
}
#masthead {
background: var(--background-light);
}
.site-branding {
text-align: center;
}
.site-title {
margin: 0;
padding: 2px 0;
}
.site-footer {
clear: both;
width: 100%;
background: var(--accent);
color: #FFFFFF;
padding: 20px;
font-size: 14px;
}
.site-footer a {
color: #FFFFFF;
}
.site-footer {
border-top: 4px solid;
}
.menu {
padding: 0;
}
.menu-primary-container {
display: none; background: var(--background);  padding: 10px 0;
}
.toggle-menu {
font-size: 30px;
padding: 10px 15px;
border-radius: 0;
margin: auto;
width: 100%;
}
.menu .sub-menu {
padding: 0;
margin: 0;
display: none;
border-top: 1px solid var(--light-border);
}
.menu-item-has-children {
cursor: pointer;
}
.basic-menu .site-branding {
text-align: center;
margin-bottom: 0;
display: flex;
justify-content: center;
flex-direction: column;
}
.adm-primary-nav {
clear: none;
display: flex;
flex-direction: column;
justify-content: center;
}
.adm-primary-nav li {
position: relative;
display: block;
float: none;
border-bottom: 1px solid var(--light-border);
}
.menu-item-has-children > a::after {
font-family: FontAwesome;
content: "\f0d7";
padding-left: 7px;
}
.menu-item-has-children li a::before {
font-family: FontAwesome;
content: "\f178";
padding-right: 7px;
}
.adm-primary-nav li a {
padding: 10px;
display: block;
color: var(--text);
}
.adm-primary-nav li:last-of-type {
border-bottom: 0;
}
.toggled .menu-primary-container {
padding-top: 15px;
} .adm-secondary-menu li {
display: inline-block;
padding: 5px 10px;
}
.adm-secondary-menu {
background: var(--accent);
color: #fff;
position: relative;
}
.adm-secondary-menu a {
color: #fff;
}
.secondary-menu-wrap {
padding: 10px 0;
max-width: 1200px;
overflow: hidden;
margin: auto;
}
.secondary-menu-wrap .menu-part-right {
text-align: right;
margin: auto;
display: inline-block;
float: right;
padding: 0;
}
.secondary-menu-wrap .menu-part-left {
text-align: left;
margin: auto;
float: left;
padding: 0;
}
.phone-toggle-menu {
font-size: 32px;
padding: 0 !important;
}
.multiple-phone-menu {
display: none;
}
@media (min-width: 1140px) {
#masthead {
padding: 0;
}
.phone-toggle-menu {
display: none;
}
.multiple-phone-menu {
display: inline-block;
}
#nav-toggle {
display: none;
}
.menu-primary-container {
max-width: 1200px;
margin: 0 auto;
display: block !important;
border-bottom: none;
background: transparent;
border-top: none;
padding: 0;
}
.menu .sub-menu {
padding: 0;
margin: 0;
display: none;
border-top: 1px solid var(--light-border);
width: 300px;
}
.adm-primary-nav li {
text-align: center;
}
.adm-primary-nav li a {
padding: 20px 10px;
display: block;
}
.adm-primary-nav .sub-menu a {
padding: 13px 10px;
text-align: left;
}
.adm-primary-nav .sub-menu {
text-align: left;
}
.adm-primary-nav ul {
display: block;
text-align: center;
}
.adm-primary-nav ul li {
display: inline-block; }
.adm-primary-nav ul ul li {
border-bottom: 1px solid var(--light-border);
display: block;
}
.adm-primary-nav ul ul li:first-of-type {
border-top: 5px solid #565656 !important;
}
.adm-primary-nav ul li:active a,
.adm-primary-nav ul .current-menu-item a {
color: var(--accent) !important;
font-weight: bold;
}
.adm-primary-nav ul li:hover a,
.adm-primary-nav ul li:active a,
.adm-primary-nav ul .current-menu-item a {
color: var(--accent) !important;
}
.adm-primary-nav ul ul li:hover,
.adm-primary-nav ul ul li:active,
.adm-primary-nav ul ul .current-menu-item {
border-bottom: 1px solid var(--light-border);
}
.adm-primary-nav ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
z-index: 99999;
background: var(--background-light);
border-top: 3px double var(--accent);
}
.adm-primary-nav ul ul li:last-of-type {
border: none;
}
.basic-menu .adm-primary-nav li a {
padding: 30px 10px;
}
.basic-menu .adm-primary-nav .sub-menu li a {
padding: 15px;
}
.basic-menu .adm-primary-nav .sub-menu li {
border-top: var(--light-border);
display: block;
}
}
@media (max-width: 1023px) { .secondary-menu-wrap {
padding: 0;
}
.secondary-menu-wrap.adm-row {
width: 100%;
padding: 0;
display: flex;
}
.secondary-menu-wrap .menu-part-right {
text-align: right;
margin: auto;
display: block;
float: right;
padding: 0;
width: 100%;
}
.secondary-menu-wrap .menu-part-right li {
display: inline-block;
padding: 15px 10px;
width: 50%;
float: left;
text-align: center;
border-right: 1px solid rgba(255,255,255,0.1);
}
.phone-toggle-menu {
font-size: 32px;
padding: 0 !important;
height: 54px;
width: 80px;
border-right: 1px solid rgba(255,255,255,0.1) !important;
border-radius: unset;
}
.multiple-phone-menu {
position: absolute;
top: 100%;
background: var(--background);
color: var(--accent) !important;
left: 0;
right: 0;
}
.multiple-phone-menu li {
display: block;
padding: 10px;
border-bottom: 1px solid var(--light-border);
} .basic-menu {
background: transparent !important;
}
.basic-menu .site-branding {
margin: 20px auto 0;
}
.basic-menu [class*="column-grid"] {
grid-gap: 15px;
}
.basic-menu .adm-primary-nav {
clear: none;
display: block;
text-align: center;
}
} .page-id-19 .site-content {
max-width: 100%;
}
.accent {
color: var(--accent);
}
.accent-bg {
background: var(--accent);
}
.dark-bg {
background: var(--background-dark);
}
.white,
.white:hover,
.white:visited,
.white:active {
color: #FFFFFF;
} .full-bg-image {
margin-bottom: 0 !important;
}
.adm-section,
.full-bg-image {
background-size: cover;
}
.adm-content-sidebar {
padding-bottom: 40px;
padding-top: 40px;
}
.nav-links {
overflow: hidden;
margin-bottom: 20px;
}
.page-header .page-title {
margin-top: 40px;
}  .adm-partners img {
max-width: 200px;
max-height: 100px;
align-self: center;
margin: 10px 20px;
}
@media (max-width: 400px) {
.adm-row {
width: 95%;
}
}
@media print {
header {
display: none;
}
.full-bg-image {
display: none;
}
}
.opacity-10 {
opacity: 0.1;
}
.opacity-20 {
opacity: 0.2;
}
.opacity-30 {
opacity: 0.3;
}
.image-overlay {
position: absolute;
top: 0;
left: 0;
content: "";
height: 100%;
width: 100%;
background-position: top right;
background-repeat: no-repeat;
background-size: cover;
}
.p-zero p:last-of-type {
margin: 0;
}
#wpadminbar {
position: fixed !important;
}
#mp-floating-cart {
z-index: 10000;
}
#mp-products .mp_product {
background: #fbfbfb;
padding-bottom: 20px;
box-shadow: 0 0 5px #e1e1e1;
}
button {
cursor: pointer;
}
.indent-list-item a {
padding-left: 20px;
}table.shop_table_responsive thead {
display: none;
}
table.shop_table_responsive tbody th {
display: none;
}
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 {
display: none;
}
table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
display: none;
}
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 {
content: "";
display: table;
table-layout: fixed;
margin: 0;
padding: 0;
}
ul.products li.product {
list-style: none;
position: relative;
margin-bottom: 2em;
}
ul.products li.product .woocommerce-loop-product__title {
font-size: 1rem;
}
ul.products li.product img {
display: block;
}
ul.products li.product .button {
display: block;
}
@media screen and (min-width: 48em) {
ul.products li.product {
width: 30.7966666667%;
float: left;
margin-right: 3.8%;
}
ul.products li.product.first {
clear: both;
}
ul.products li.product.last {
margin-right: 0;
}
.columns-1 ul.products li.product {
float: none;
width: 100%;
}
.columns-2 ul.products li.product {
width: 48.1%;
}
.columns-3 ul.products li.product {
width: 30.7966666667%;
}
.columns-4 ul.products li.product {
width: 22.15%;
}
.columns-5 ul.products li.product {
width: 16.96%;
}
.columns-6 ul.products li.product {
width: 13.4933333333%;
}
}  .single-product div.product {
content: "";
display: table;
table-layout: fixed;
position: relative;
}
.single-product div.product .woocommerce-product-gallery {
position: relative;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
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 {
content: "";
display: table;
table-layout: fixed;
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: .5;
}
.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.7966666667%;
}
.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;
content: "";
display: table;
table-layout: fixed;
}
.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;
font-size: 1em;
width: 5.3em;
font-family: 'star';
font-weight: 400;
}
.star-rating:before {
content: "\53\53\53\53\53";
opacity: .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: royalblue;
}
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: .25;
}
p.stars a:hover ~ a:before {
content: "\53";
color: #404040;
opacity: .25;
}
p.stars:hover a:before {
content: "\53";
color: royalblue;
opacity: 1;
}
p.stars.selected a.active:before {
content: "\53";
color: royalblue;
opacity: 1;
}
p.stars.selected a.active ~ a:before {
content: "\53";
color: #404040;
opacity: .25;
}
p.stars.selected a:not(.active):before {
content: "\53";
color: royalblue;
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: red;
} .woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
content: "";
display: table;
table-layout: fixed;
background-color: #0f834d;
clear: both;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
background-color: #3D9CD2;
}
.woocommerce-error {
background-color: #e2401c;
}
.demo_store {
position: fixed;
left: 0;
bottom: 0;
right: 0;
margin: 0;
padding: 1em;
background-color: #3D9CD2;
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.4em;
}
.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: royalblue;
box-sizing: border-box;
margin-top: -.25em;
opacity: 1;
}
.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: royalblue;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 100%;
}