/*!
Theme Name: lionunderscores
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lionunderscores
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share  what you've learned.

lionunderscores is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
QQQ 	font-family: inherit;
QQQ 	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore  the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are  not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more  easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
QQQ 	color: #404040;
QQQ 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
QQQ 	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%;
}

/* Elements
--------------------------------------------- */
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;
}

/* Make sure  embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
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;
}

/* Forms
--------------------------------------------- */
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 {
QQQ 	color: #777;
	border: 1px solid #ccc;
	border-radius: 3px;
QQQ 	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: #000;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.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;
}

/* Small menu. */
.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%;
}

/* Posts and pages
--------------------------------------------- */
.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;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure  logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.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;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
QQQ 	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
QQQ 	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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}































/************************* VARIABLES *************************/

/* FIREBUG COLOR CALCULATOR */

body {
  color: darkblue;
  color: var(--primary3);
}

/* HEX COLOR FOR ROOT VARIABLES */

:root {
  --primary1: lightblue;
  --primary2: #444;
  --primary3: black;
}

/* FIND AND REPLACE ALL FALLBACKS */

/*
l3ightblue   >   #6ba4d1
r3oyalblue   >   #005ca5
d3arkblue    >   #02477e
*/





/************************* PRIMARYS *************************/

body {
	margin: 0px 0px 0px 0px !important;
	font-size: 18px;
  letter-spacing: -0.03em;
}

a {
	color: black;
	color: var(--primary3);
}

p {
  margin: 0px 0px 0px 0px;
}

.wrapper p {
  margin: 0px 0px 15px 0px;
}

h1 {
  color: darkblue;
  color: var(--primary3);

  font-size: 30px;
  letter-spacing: -0.5px;
  margin: 35px 0px 20px 0px;
}

@media only screen and (max-width: 1220px) {
h1 {
  margin: 20px 0px 20px 0px;
  line-height: 40px;
}
}

h2 {
  margin: 20px 0px 10px 0px;
  font-size: 22px;
}

ul, ol {
	margin-left: 0px;
}

img {
  vertical-align: top;
}

hr.linefancy1 {
  max-width: 1000px;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 1)); 
}

form input {
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 7px;
  font-size: 18px;
}

form textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 7px;
  font-family: inherit;
  font-size: 18px;
}

form select {
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 7px;
  font-size: 18px;
}

form input[type="button"] {
  background: royalblue !important;
  background: var(--primary2) !important;
  color: white !important;

  text-align: center;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  border: 0px solid #ccc !important;
  padding: 8px 20px 8px 20px !important;
  border-radius: 3px !important;
  cursor: pointer;
}

form input[type="button"]:hover {
  background: darkblue !important;
  background: var(--primary3) !important;
  color: white !important;
}





iframe {
  max-width: 100%;
}

.widget {
  margin: 0px 0px 0px 0px;
}

.entry-summary {
  margin: 0px 0px 0px 0px;
}





.hidemobile {
  display: block !important;
}

@media only screen and (max-width: 1220px) {
.hidemobile {
  display: none !important;
}
}

.mega-hidemobile {
  display: block !important;
}

@media only screen and (max-width: 1220px) {
.mega-hidemobile {
  display: none !important;
}
}



.hidedesktop {
  display: none !important;
}

@media only screen and (max-width: 1220px) {
.hidedesktop {
  display: block !important;
}
}

.mega-hidedesktop {
  display: none !important;
}

@media only screen and (max-width: 1220px) {
.mega-hidedesktop {
  display: block !important;
}
}





/************************* EDITOR *************************/

.clear1 {
  color: transparent;
  height: 0px;
}

.page-x .wpv-post-body-1 i {
  width: 50px;
  text-align: center;
  font-size: 36px;
  position: relative;
  top: 5px;
  margin: 0px 15px 10px 0px;
}

@media only screen and (max-width: 720px) {
.wpv-post-body-1 .wp-block-image figure.alignright {
  float: none;
  margin-left: 0px;
}
}

.easytable1 td {
  padding: 20px 40px 20px 40px !important;
}

@media only screen and (max-width: 800px) {
.easytable1 td {
  padding: 20px 0px 20px 0px !important;
  display: block;
	}
}

@media only screen and (max-width: 800px) {
.easytable1 td:first-child {
  border-top: 0px solid #ccc;
	}
}

@media only screen and (max-width: 800px) {
.easytable1 td:last-child {
  border-top: 0px solid #ccc;
	}
}

.wp-block-spacer {
  clear: both;	
}





/************************* TRANSITIONS *************************/

:hover {
  transition: background 0.1s;
  -webkit-transition: background 0.1s;
}





/************************* LIGHTBOX *************************/

.featherlight-content {
  background-color: transparent !important;
}

.featherlight-image {
QQQ   border: 3px solid black;
  padding: 5px;
  border-radius: 10px;
  background: white !important;
}

.tos-wrapper .tos-image img {
  border: 5px solid white;
  border-radius: 20px;
}

.pswp__bg {
  opacity: 0.85 !important;  
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  left: .5em;
  top: auto;
  bottom: .5em;
  opacity: 0.3;
}





/************************* STRUCTURE WIDE *************************/

.strouter {
  clear: both;
}

.strinner {
  width: 1200px;
  margin: 0px auto;
}

@media only screen and (max-width: 1220px) {
.strinner {
  width: 100%;
}
}

li.widget_ipw {
  list-style-type: none;
}





/************************* STRUCTURE TOP *************************/

.strtop0 {
  background: #000;
QQQ   background: var(--primary2);

  padding: 7px 0px 7px 0px;
  font-size: 18px;
}

@media only screen and (max-width: 1220px) {
.strtop0 {
  padding: 10px 0px 10px 0px;
  font-size: 15px;
  font-weight: bold;
}
}

@media only screen and (max-width: 1220px) {
.strtop0 span {
  padding-bottom: 3px;
}
}

.strtop0 a {
  color: white;
  text-decoration: none;
}

QQQ .strtop0 a:hover {
  color: darkblue;
  color: var(--primary3);
}

.strtopleft1 {
  padding: 5px 0px 5px 0px;
  display: inline-block;
}

@media only screen and (max-width: 1220px) {
.strtopleft1 {
  width: 100%;
  margin: 10px 0px 10px 0px;
}
}

.strtopleft1 a:hover {
  color: #00adef;
}


.strtop1 {
  margin-right: 20px;  
}

@media only screen and (max-width: 1220px) {
.strtop1 {
  display: block;
  text-align: center;
  margin-right: 0px;  
}
}

.strtop1 .fa-phone-alt {
  margin-right: 5px;  
}

.strtop2 {
  margin-right: 20px;  
}

@media only screen and (max-width: 1220px) {
.strtop2 {
  display: block;
  text-align: center;
  margin-right: 0px;  
}
}

.strtop2 .fa-envelope {
  margin-right: 5px;  
}

.strtop14 a,
.strtop13 a,
.strtop12 a,
.strtop11 a,
.strtop10 a,
.strtop9 a,
.strtop8 a,
.strtop7 a,
.strtop6 a,
.strtop5 a,
.strtop4 a,
.strtop3 a {
  margin-right: 5px;
  background: #555;
  width: 34px;
  height: 34px;
	display: inline-block;
  text-align: center;
  border-radius: 100px;
  padding: 4px 0px 0px 0px;
}



.strtop3 a:hover {
  background: #0a66c2;
}

.strtop4 a:hover {
  background: #053eff;
}

.strtop5 a:hover {
  background: #00adef;
}

.strtop6 a:hover {
  background: #c4302b;
}

.strtop7 a:hover {
  background: #ff5500;
}

.strtop8 a:hover {
  background: #13aff0;
}

.strtop9 a:hover {
  background: #00e59b;
}

.strtop10 a:hover {
  background: #e60023;
}

.strtop11 a:hover {
  background: #f1465a;
}

.strtop12 a:hover {
  background: #4bb4f8;
}

.strtop13 a:hover {
  background: #1877f2;
}

.strtop14 a:hover {
  background: #1d9bf0;
}
















@media only screen and (max-width: 1220px) {
.strtopsocial1 {
  display: block;
  text-align: center;
}
}

.strtopright1 {
  float: right;
  color: white;
  padding: 2px 0px 0px 0px;
}

@media only screen and (max-width: 1220px) {
.strtopright1 {
  float: none;
  text-align: center;
  display: block;
  max-width: 250px;
  margin: 0px auto;
}
}

@media only screen and (max-width: 1220px) {
.strtopright1 span {
  margin-bottom: 10px;
  display: inline-block;
}
}





/************************* STRUCTURE HEADER *************************/

.strheader0 {
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 1220px) {
.strheader0 {
  margin-top: 10px;
}
}

.strlogo1 {
  vertical-align: middle;
  display: inline-block;
  VERTICAL display: block;
  VERTICAL width: 612px;
  VERTICAL margin: 0px auto;
}

@media only screen and (max-width: 1220px) {
.strlogo1 {
  width: 100%;
  text-align: center;
  display: none;
}
}

.strlogo1 img {
 margin: 20px 12px 20px 0px;
  width: 128px;
}

@media only screen and (max-width: 720px) {
.strlogo1 img {
  width: 90%;
  max-width: 612px;
  margin: 0px 5% 0px 5%;
}
}


.strlogo12 {
  display: inline-block;
  vertical-align: top;
}

.strlogo13 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -2px;
  padding: 3px 0px 0px 0px;
}

@media only screen and (max-width: 1220px) {
.strlogo12 {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
}

.strlogo14 {
  font-family: 'Ubuntu Condensed';
  line-height: 25px;
}

@media only screen and (max-width: 1220px) {
.strlogo14 {
  font-size: 16px;
}
}

.strlogo14 .headpipe1 {
  padding: 0px 8px 0px 8px;
  color: #e01c1c;
}

.strlogo14a {
  letter-spacing: 0.2px;
}

.strlogo14b {
  letter-spacing: 0.2px;
}

.strlogo14c {
  letter-spacing: 0.2px;
}






.strmenu1 {
  float: right;
  VERTICAL float: none;
  padding: 80px 0px 0px 0px;
  VERTICAL padding: 0px 0px 20px 0px;
}

@media only screen and (max-width: 1220px) {
.strmenu1 {
  float: none;
  padding: 0px 0px 0px 0px;
}
}

.strmenu1 ul {
  VERTICAL text-align: center !important;
}

@media only screen and (max-width: 1220px) {
.strmenu1 #mega-menu-wrap-menu-1 {
  border-radius: 0px;
}
}

@media only screen and (max-width: 1220px) {
.strmenu1 .mega-menu-toggle {
  border-radius: 0px !important;
}
}

@media only screen and (max-width: 1220px) {
.strmenu1 #mega-toggle-block-1 {
  CENTER float: none !important;
}
}

@media only screen and (max-width: 1220px) {
.strmenu1 .mega-toggle-block-1 {
  margin: 0px auto !important;
}
}

@media only screen and (max-width: 1220px) {
.strmenu1 .mega-toggle-blocks-center {
  display: none !important;
}
}

@media only screen and (max-width: 1220px) {
.strmenu1 .mega-toggle-blocks-right {
  display: none !important;
}
}

@media only screen and (max-width: 600px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  width: 100%;
}
}

.strmenu1 a {
  z-index: 10;
}





/************************* STRUCTURE MENUMAXMEGA *************************/

/* TOP BACKGROUND */
#mega-menu-wrap-menu-1 {
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary2)), to(var(--primary3)));
  background: -moz-linear-gradient(top, var(--primary2), var(--primary3));
  background: -ms-linear-gradient(top, var(--primary2), var(--primary3));
  background: -o-linear-gradient(top, var(--primary2), var(--primary3));
  background: linear-gradient(to bottom, var(--primary2), var(--primary3));

  border-radius: 3px 3px 3px 3px;
}


/* TOP ITEM */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px;
  color: white;
  padding: 0px 20px 0px 20px;
  height: 36px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0);
  border-top: 0px solid white;
  border-left: 0px solid white;
  border-right: 0px solid white;
  border-bottom: 0px solid white;
  text-align: left;
  font-family: 'Ubuntu Condensed';
	text-transform: uppercase;
  letter-spacing: 0.1px;
}


/* TOP ITEM EDGE ROUNDED CORNER */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child a {
   border-radius: 3px 0px 0px 3px;
}


/* TOP HOVER */
QQQ #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
  background: #e01c1c;

  color: white;
}


/* TOP DIVIDER */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

/* DROP ARROW */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-indicator {
  position: relative;
  left: 8px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-indicator:after {
	margin-left: 0px !important;
}


/* DROP BACKGROUND */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  background: royalblue;
  background: var(--primary2);

  width: 150px;
  border-top: 0px solid white;
  border-left: 0px solid white;
  border-right: 0px solid white;
  border-bottom: 0px solid white;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout#mega-menu-item-999 ul.mega-sub-menu {
  width: 210px;
}





/* DROP ITEM */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #444;
  background: var(--primary2);
  color: white;

  font-size: 16px;
  padding: 0px 10px 0px 10px;
  line-height: 36px;
  font-family: 'Ubuntu Condensed';
  text-transform: uppercase;
}


/* DROP HOVER */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: black;
  background: var(--primary3);
  color: white;
}


/* DROP DIVIDER */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


/* MOBILE BACKGROUND */
#mega-menu-wrap-menu-1 .mega-menu-toggle {
  background: royalblue;
  background: var(--primary2);

  height: 36px;
  line-height: 36px;
}


/* MOBILE BLOCK */
@media only screen and (max-width: 1220px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  border-left: 0px solid rgba(255, 255, 255, 0.1);
}
}


/* MOBILE ITEM */
@media only screen and (max-width: 1220px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  background: royalblue;
  background: var(--primary2);

  line-height: 36px;
  height: 36px;
  padding: 0px 10px 0px 10px;
  border-radius: 0px;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
}

/* MOBILE BACKGROUND */
@media only screen and (max-width: 1220px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
  background: #e01c1c !important;

  border-color: rgba(255, 255, 255, 0.1);
}
}

/* MOBILE DROP ARROW */
@media only screen and (max-width: 1220px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 .mega-indicator {
  left: 0px !important;
}
}

/* MOBILE DROP PADDING */
@media only screen and (max-width: 1220px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul a.mega-menu-link {
  padding: 0px 0px 0px 20px !important;
}
}

/* MOBILE DROP BACKGROUND */
@media only screen and (max-width: 1220px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul a.mega-menu-link:hover {
  background: #e01c1c !important;
}
}

@media only screen and (max-width: 1220px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul {
  width: 100% !important;
  border-bottom: 1px solid !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}
}





/************************* STRUCTURE SLIDER *************************/

.strslider1 {
  overflow: hidden;
}

.strslider1 a {
  text-decoration: none;
}

.strslider1 .flex-control-nav {
  bottom: 15px !important;
}

@media only screen and (max-width: 900px) {
.slidersmall1 {
  font-size-adjust: 1;
  width: 100% !important;
  left: 0px !important;
}
}

@media only screen and (max-width: 900px) {
.slidersmall1 span {
  line-height: 2.2em !important;
}
}

@media only screen and (max-width: 500px) {
.slidersmall1 span {
  letter-spacing: 0px !important;
}
}





/************************* STRUCTURE SIDEBAR *************************/

.strwrapper0 {
  clear: both;
}

.strbody0 {
  float: left;
  LEFT float: right;
QQQ   padding: 0px 30px 30px 0px;
  LEFT padding-left: 30px;
QQQ   width: 980px;
  padding: 0px 0px 30px 0px;
  width: 100%;
}

@media only screen and (max-width: 1220px) {
.strbody0 {
  width: 100%;
  padding: 0px 20px 30px 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
}

.strbody0 #page #primary article .entry-content p {
  margin: 0px 0px 12px 0px;
}

.strside0 {
  float: right;
  LEFT float: left;
  border-left: 1px solid #ccc;
  LEFT border-left: 0px solid #ccc;
  LEFT border-right: 1px solid #ccc;
  width: 220px;
  margin-bottom: 40px;
  display: none;
}

@media only screen and (max-width: 1220px) {
.strside0 {
  float: none;
  width: 90%;
}
}

.strside0 li.widget {
  margin: 0px 0px 0px 30px;
  LEFT margin: 0px 30px 0px 0px;
  padding: 10px 0px 30px 0px;
  border-bottom: 1px solid #ccc;
  list-style-type: none;
}

@media only screen and (max-width: 1220px) {
.strside0 li.widget {
  margin: 0px 0px 0px 20px;
}
}

.strside0 li.widget:last-child {
  border-bottom: 0px solid #ccc;
}



.strside0 .button,
.strside0 button {
  background: lightblue !important;
  background: var(--primary1) !important;
  color: white !important;

  width: 135px;
  text-align: center;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  border: 0px solid #ccc !important;
  padding: 8px 0px 8px 0px !important;
  border-radius: 3px !important;
  cursor: pointer;
  font-family: Roboto, 'Arial';
}

.strside0 .button:hover,
.strside0 button:hover {
  background: royalblue !important;
  background: var(--primary2) !important;
  color: white !important;

  text-decoration: none !important;
}





/************************* SIDEBAR CONTENT *************************/

.strside0 .widget_product_categories ul {
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.strside0 .widget_product_categories li {
  padding: 0px 0px 0px 0px;
}

.strside0 .widget_product_categories li a {
  color: darkblue;
  color: var(--primary3);

  text-decoration: none;
}

.strside0 .widget_product_categories li a:hover {
  text-decoration: underline;
}

.strside0 .widget_product_tag_cloud a {
  color: darkblue;
  color: var(--primary3);

  display: block;
  font-size: 18px !important;
  text-decoration: none;
}

.strside0 .widget_product_tag_cloud a:hover {
  text-decoration: underline;
}

.strside0 .widget_product_search label {
  display: none;
}

.strside0 .widget_product_search #woocommerce-product-search-field-0 {
  margin: 0px 0px 15px 0px;
  width: 100%;
}

.strside0 .widget_shopping_cart .remove {
  display: none;
}

.strside0 .widget_shopping_cart .cart_list a {
  color: darkblue;
  color: var(--primary3);

  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal !important;
}

.strside0 .widget_shopping_cart a:hover {
  text-decoration: underline;
}

.strside0 .widget_shopping_cart .cart_list.product_list_widget {
 padding-bottom: 10px;
}

.strside0 .widget_shopping_cart .cart_list.product_list_widget li {
 padding-left: 0px !important;
}

.strside0 .widget_shopping_cart .quantity {
  display: none;
}

.strside0 .widget_shopping_cart .total {
  padding: 10px 0px 10px 0px;
}

.strside0 .widget_shopping_cart .empty {
  padding: 0px 0px 0px 0px !important;
}







/************************* STRUCTURE HIGHLIGHTS *************************/

.strhighlight0 {
  display: table;
  margin: 0px auto;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1220px) {
.strhighlight1 {
  margin: 0px auto;
  width: 320px;
}
}

.strhighlight0 .highlights1 {
  width: 320px;
  border: 1px solid #ccc;
  margin: 0px 30px 0px 45px;
  float: left;
}

@media only screen and (max-width: 1220px) {
.strhighlight0 .highlights1 {
  margin: 0px 0px 15px 0px;
}
}

.strhighlight0 .highlights1:last-child {
  margin: 0px 0px 0px 45px;
}

@media only screen and (max-width: 1220px) {
.strhighlight0 .highlights1:last-child {
  margin: 0px 0px 0px 0px;
}
}

.strhighlight0 .highlights1:hover {
  border: 1px solid darkblue;
  border: 1px solid var(--primary3);
}

.strhighlight0 .highlights3 {
  display: block;
  position: relative;
  top: -165px;
  left: 20px;
  color: white;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 0px 0px 5px black;
  height: 10px;
  text-decoration: none;
}

.strhighlight0 .highlights1:hover .highlights3 {
  color: lightblue;
  color: var(--primary1);
}

.strhighlight0 .highlights4 {
  line-height: initial;
  padding: 5px 15px 15px 15px;
}





/************************* STRUCTURE FOOTER *************************/

.strfooter0 {
  clear: both;
  display: inline-table;
  background: #222222;
  width: 100%;
  padding: 30px 0px 30px 0px;
  color: white;
}

@media only screen and (max-width: 1220px) {
.strfooter0 {
  padding: 30px 20px 50px 20px;
}
}

.strfooter0 a {
  color: white;
  text-decoration: none;
}

.strfooter0 a:hover {
  color: white;
  text-decoration: underline;
}

.strfooter1 {
  float: left;
  padding-right: 30px;
}

@media only screen and (max-width: 1220px) {
.strfooter1 {
  padding-right: 0px;
}
}

.strfooter1 img {
  padding: 0px 0px 10px 0px;
  width: 128px;
}

@media only screen and (max-width: 1220px) {
.strfooter1 img {
  width: 100%;
  max-width: 400px;
}
}

.strfooter1 p {
  padding-bottom: 15px;
}

.strfooter2 {
  float: right;
  width: inherit;
  max-width: 600px;
  max-height: 300px;
}

@media only screen and (max-width: 1220px) {
.strfooter2 {
  max-width: 100%;
  clear: both;
  float: left;
}
}

@media only screen and (max-width: 1220px) {
.strfooter2 iframe {
  max-width: 100%;
}
}





/************************* STRUCTURE BOTTOM *************************/

.strbottom0 {
  clear: both;
  background: #111111;
  padding: 5px 0px 5px 0px;
  color: white;
  font-size: 14px;
}

@media only screen and (max-width: 1220px) {
.strbottom0 {
  padding: 20px 0px 20px 0px;
}
}

.strbottom0 a {
  color: white;
  text-decoration: none;
}

.strbottom0 a:hover {
  color: white;
  text-decoration: underline;
}

.strbottomleft1 {
  line-height: 35px;
}

@media only screen and (max-width: 1220px) {
.strbottomleft1 {
  padding-bottom: 15px;
  display: block;
}
}

@media only screen and (max-width: 1220px) {
.strbottomleft1 span {
  display: block;
  text-align: center;
  line-height: 25px;
}
}

@media only screen and (max-width: 1220px) {
.strbottomleft1 span:after {
  display: none;
}
}

.strbottom1:after {
    content: "|";
    padding: 0px 10px 0px 10px;
    color: white;
}

.strbottom2:after {
    content: "|";
    padding: 0px 10px 0px 10px;
    color: white;
}

.strbottom2 a:after {
  display: none !important;
}

.strbottomright1 {
  float: right;
  font-size: 18px;
}

@media only screen and (max-width: 1220px) {
.strbottomright1 {
  float: none;
  display: block;
  text-align: center;
  max-width: 250px;
  margin: 0px auto;
}
}

@media only screen and (max-width: 1220px) {
.strbottomright1 span {
  margin-bottom: 10px;
  display: inline-block;
}
}

.strbottomright1 a {
  color: white;
}

.strbottomright1 a:hover {
  color: white;
}

.strbottom4 {
  margin-left: 15px;
}

@media only screen and (max-width: 1220px) {
.strbottom4 {
  margin-left: 0px;
}
}

.strbottom5 {
  margin-left: 15px;
}

.strbottom6 {
  margin-left: 15px;
}





/************************* FRONT *************************/

.home.page .strbody0 h1.wpv-post-title-1 {
QQQ   display: none;
}

.home.page .container.container-header {
QQQ   display: none;
}





/************************* CONTACT US *************************/

.ninja-forms-cont {
  padding: 20px 0px 10px 0px;
}

.nf-form-fields-required {
  font-size: 13px;
  padding: 0px 0px 10px 0px;
}

.ninja-forms-req-symbol {
  opacity: 0.7;
}

#ninja_forms_form_5_cont input {
  max-width: 500px;
}

#ninja_forms_form_5_cont textarea {
  max-width: 500px;
}

.nf-response-msg {
  position: fixed;
  top: 50px;
  left: 50px;
  background: rgba(0, 0, 0, 0.95);
  padding: 20px 20px 10px 20px;
  font-size: 20px;
  font-weight: bold;
  color: white;
}





/************************* GALLERY *************************/

#gallery-1 {
   -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

@media only screen and (max-width: 1220px) {
#gallery-1 {
   -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
}

#gallery-1 .gallery-item {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
QQQ   border-radius: 0.25rem;
QQQ   transition: border 0.3s;
QQQ   -webkit-transition: border 0.3s;
}

#gallery-1 .gallery-item:hover {
QQQ   border: 2px solid #e01c1c;
QQQ   transition: border 0.3s;
QQQ   -webkit-transition: border 0.3s;
}

#gallery-1 .gallery-item .wp-caption-text {
  display: none;
}

.pswp__caption__text {
  text-align: center;
}





/************************* SHOP *************************/

.woocommerce-breadcrumb {
  padding: 20px 0px 0px 0px !important;
  color: #777 !important;
}

.woocommerce-breadcrumb a {
  color: #777 !important;
}

.woocommerce .products .product-category {
  text-align: center;
}

.woocommerce .products .product-category img {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.woocommerce .products .product-category img:hover {
  border: 3px solid royalblue;
  border: 3px solid var(--primary2);
}

.woocommerce .products .product-category a {
  color: darkblue;
  color: var(--primary3);
}

.woocommerce .products .product-category a:hover {
  color: royalblue;
  color: var(--primary2);
}

.woocommerce .products .product-category .count {
  color: darkblue;
  color: var(--primary3);

  background: transparent;
}





/************************* CATEGORIES *************************/

.tax-product_cat .products .product {
  text-align: center;
}

.tax-product_cat .products .product img {
  margin: 0px 0px 0px 0px !important;
	border: 1px solid #ccc;
  border-radius: 5px;
}

.tax-product_cat .products .product img:hover {
  border: 3px solid royalblue;
  border: 3px solid var(--primary2);
}

.tax-product_cat .products .product a {
  color: darkblue;
  color: var(--primary3);
}

.tax-product_cat .products .product a:hover {
  color: royalblue;
  color: var(--primary2);
}

.tax-product_cat form.woocommerce-ordering {
  position: relative;
  top: -20px;
  margin: 0px 0px 0px 0px;
}

.tax-product_cat form.woocommerce-ordering select {
  font-size: 16px;
}

@media only screen and (max-width: 1220px) {
.tax-product_cat form.woocommerce-ordering {
  position: static;
  margin: 0px 0px 15px 0px;
}
}

.tax-product_cat .products .product .button {
  background: darkblue;
  background: var(--primary3);
  color: white;
}

.tax-product_cat .products .product  .button:hover {
  background: royalblue;
  background: var(--primary2);
  color: white;
}





/************************* PRODUCT *************************/

.single-product .woocommerce-breadcrumb {
  padding: 20px 0px 20px 0px !important;
}

.single-product .product .woocommerce-product-gallery__image img {
  border-radius: 7px;
}

.single-product .product #tab-description h2 {
  display: none;
}

.single-product .product .price {
  margin: 0px 0px 10px 0px;
}

.single-product .product form.cart .quantity .input-text.qty {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  padding: 6px;
}

.single-product .product form.cart button {
  background: royalblue;
  background: var(--primary2);

  font-family: Roboto, 'Arial';
}

.single-product .product form.cart button:hover {
  background: darkblue;
  background: var(--primary3);
}

.single-product .product .product_meta {
  font-size: 16px;
}

.single-product .product .product_meta .sku_wrapper {
  display: block;
}

.single-product .product .product_meta .posted_in {
  display: block;
}

.single-product .product .product_meta .posted_in a {
  color: darkblue;
  color: var(--primary3);

  text-decoration: none;
}

.single-product .product .product_meta .posted_in a:hover {
  text-decoration: underline;
}

.single-product .product .product_meta .tagged_as {
  display: block;
}

.single-product .product .product_meta .tagged_as a {
  color: darkblue;
  color: var(--primary3);

  text-decoration: none;
}

.single-product .product .product_meta .tagged_as a:hover {
  text-decoration: underline;
}

.single-product .product .woocommerce-tabs #tab-description {
  padding-bottom: 50px;  
}





.single-product .related.products .products .product {
  text-align: center;
}

.single-product .related.products .products .product img {
  margin: 0px 0px 0px 0px;
	border: 1px solid #ccc;
  border-radius: 5px;
}

.single-product .related.products .products .product img:hover {
  border: 3px solid royalblue;
  border: 3px solid var(--primary2);
}

.single-product .related.products .products .product h2 {
  padding-bottom: 0px;
}

.single-product .related.products .products .product a {
  color: darkblue;
  color: var(--primary3);
}

.single-product .related.products .products .product a:hover {
  color: royalblue;
  color: var(--primary2);
}

.single-product .related.products .products .product .price {
  color: darkblue;
  color: var(--primary3);
}






.single-product .related.products .products .product .button {
  background: darkblue;
  background: var(--primary3);
  color: white;

  padding: 10px 10px 10px 10px;
  max-width: 130px;
  margin: 0px auto;
  font-size: 16px;
}

.single-product .related.products .products .product .button:hover {
  background: royalblue;
  background: var(--primary2);
  color: white;
}





/************************* PRODUCTS SALE *************************/

.tax-product_cat .products .product .wcviews_onsale_wrap .onsale {
  background-color: red;
  left: -20px;
  width: 50px;
}

.tax-product_cat .products .product a ins {
  color: red;
}

.tax-product_tag .products .product .wcviews_onsale_wrap .onsale {
  background-color: red;
  left: -20px;
  width: 50px;
}

.tax-product_tag .products .product a ins {
  color: red;
}

.single-product .product .wcviews_onsale_wrap .onsale {
  background-color: red;
  width: 50px;
}

.single-product .product .price ins {
  color: red;
}





/************************* CHECKOUT *************************/

.woocommerce-cart .woocommerce a.remove {
  text-align: center;
}

.woocommerce-checkout .woocommerce-input-wrapper {
}

.woocommerce-checkout .woocommerce-input-wrapper .select2-selection {
  border: 1px solid #ccc;
}

.woocommerce-checkout .woocommerce-input-wrapper .selection span {
	height: 37px;
  line-height: 37px;
}

.page-checkout .woocommerce-checkout #customer_details .required {
  opacity: 0.7;
}

.page-checkout .woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address label {
  font-size: 16px;
QQQ   padding-left: 4px;
}

.page-checkout .woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address label span {
  padding-left: 28px;
}

.page-checkout .woocommerce-checkout .woocommerce-shipping-fields h3#ship-to-different-address #ship-to-different-address-checkbox {
  margin-left: 3px;
}

.page-checkout .woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox span {
  padding-left: 25px;
}

.page-checkout .woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox input {
  margin: 10px 0px 0px 0px;
}









.woocommerce-checkout #payment .payment_method_paypal label img {
   display: none;
}

.woocommerce-checkout #payment .payment_method_paypal label:after {
	content: ".";
  color: transparent;
	display: inline-block;
	background: white url(/wp-content/uploads/paypal1.png) left top no-repeat;
  background-size: 150px;
	width: 150px !important;
  height: 57px !important;
  margin: 0px 0px 0px 20px;
  position: relative;
  top: -8px;
}




.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  display: none;
}






/************************* MY ACCOUNT *************************/

.woocommerce-page.page-my-account .woocommerce-MyAccount-navigation {
  max-width: 250px;
  padding-bottom: 20px;
}

.woocommerce-page.page-my-account .woocommerce-MyAccount-content {
  float: left;
}

.woocommerce-page.page-my-account .woocommerce-MyAccount-navigation ul {
  padding: 0px 0px 0px 0px;
}

.woocommerce-page.page-my-account .woocommerce-MyAccount-navigation li {
  background: darkblue;
  background: var(--primary3);

  list-style-type: none;
  width: 170px;
  margin-bottom: 5px;
  border-radius: 20px;
  padding: 3px 20px 5px 20px;
}

.woocommerce-page.page-my-account .woocommerce-MyAccount-navigation li:hover {
  background: royalblue;
  background: var(--primary2);

  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.woocommerce-page.page-my-account .woocommerce-MyAccount-navigation li a {
  color: white;
  text-decoration: none;
}

.woocommerce-page.page-my-account .woocommerce-EditAccountForm.edit-account fieldset legend {
  font-size: 18px;
  padding: 30px 0px 0px 4px;
}





/************************* NEXT *************************/









