/*!
Theme Name: Carson Screens
Theme URI: http://underscores.me/
Author: Karrot Karrot
Author URI: http://karrotkarrot.com
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: carson
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.

Carson Screens 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;
	padding: 0 3%;
}

@media screen and (min-width: 1400px) {
	main {
		padding: 0 1.5%;
	}
}

@media screen and (max-width: 768px) {
	main {
		padding: 0 5%;
	}
}

/**
 * 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 {
	font-family: inherit;
	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 {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.31;
	margin-top: 0;
	font-weight: initial;
}

h1.xlarge {
	font-size: calc(38.087378640777px + 1.77669902912621vw);
	font-weight: 700;
	line-height: 1.15;
}

h2.xlarge {
	font-size: calc(22px + 0.71764vw);
	line-height: 1.15;
}

h2 {
	font-size: calc(16.5px + 0.71764vw);
}

@media screen and (max-width: 600px) {
	h1.xlarge {
		font-size: calc(21.087378640777px + 1.77669902912621vw);
	}
	h2 {
		font-size: calc(18.5px + 0.71764vw);
	}
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

@media screen and (min-width: 1400px) {
	p {
		font-size: 20px;
		line-height: 1.5;
	}
	h1.xlarge {
		font-size: calc(58.087378640777px + 1.77669902912621vw);
	}
}

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%;
}

nav {
	font-family: 'Montserrat', sans-serif;
}

/* Elements
--------------------------------------------- */
body {
	background: #020202;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

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%;
	image-rendering: -webkit-optimize-contrast;
}

.wp-block-image.full-width img {
	width: 100%;
}

.wp-block-image figcaption {
	border-top: 1px solid;
}

.wp-block-image.no-border figcaption {
	border:none
}

figure {
	margin: 1em 0;
}

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

@media (max-width: 767px) {
	.wp-block-table table {
		width: 180%;
		overflow-x: scroll;
	}
}

td {
	border-top: 1px solid #2d2d2d;
	padding: 8px 0
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {

}

a:focus {

}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.wopb-block-wrapper a.button,
.woocommerce button.button,
.woocommerce input.button {
    border: 1px solid;
    border-color: #FFF;
    border-radius: 0;
    background: none;
    color: #FFF;
    padding: 0 1em;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    font-weight: normal;
	cursor: pointer
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.wopb-block-wrapper a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	color: #FFF;
	background: none;
}

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 {
	outline: none;
}

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: #FFF;
	border: 1px solid #FFF;
	border-width: 0 0 1px 0;
	border-radius: 0px;
	padding: 8px;
	background: none;
}

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: #FFF;
}

select {
	border: 1px solid #FFF;
	border-width: 0 0 1px 0;
	background: none;
	width: 100%;
	padding: 8px;
	height: 41px;
}

select option {
	background: #020202;
}

textarea {
	width: 100%;
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight: 900;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button:hover span {
	padding-right: 25px;
}

.button:hover span:after {
	opacity: 1;
	right: 0;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.desktop_Nav {
	width: 100%;
}

.main-navigation #mobileNav ul {
	width: 313px;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #020202;
    padding: 5px 0;
    box-shadow: 0 8px 17px rgb(0 0 0 / 20%), 0 6px 12px rgb(0 0 0 / 19%);
}

.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;
	color: #fff;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding: 0 3%;
}

.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 {
		text-align: center;
	}
	.main-navigation li.menu-item-has-children {
		padding: 18px 1%;
	}
	.main-navigation li {
		padding: 0.5% 12.5px;
		text-align: left;
		display: inline-block;
	}
	li.current-menu-parent:after {
		display: block;
		content: '';
		height: 1px;
		width: auto;
		background: #fff;
	}
}

.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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

.textcenter {
	text-align: center;
	justify-content: center;
}

.textleft {
	text-align: left;
	justify-content: start;
}

.textright {
	text-align: right;
	justify-content: end;
}

/* Common
--------------------------------------------- */
.container {
	max-width: 1558px
}

.wp-block-separator {
	border: none
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex.center {
	align-items: center;
	justify-content: center;
}

section {
    	overflow: auto
}

.spacer {
	display: block;
	width: 100%;
	height: 35px
}

.margin_zero {
	margin: 0;
}

.full_width img {
	width: 100%;
}

.wp-block-column .contact-form label {
	font-weight: 300;
}

.contact-form select {
	height: 53px
}

.char_limit {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
	.desktop_none {
		display: none !important;
	}
	.margin-none {
		margin: 0
	}
}

@media screen and (max-width: 767px) {
	.mobile_none {
		display: none !important;
	}
}

/* Responsive
--------------------------------------------- */
[class*="col-"] {
  float: left;
  padding: 15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {width: 100%;}

@media screen and (min-width: 768px) {
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
}

@media screen and (max-width: 764px) {
  .wp-block-columns {
    flex-flow: row wrap;
  }
  
  .wp-block-columns.last-full .wp-block-column:last-child {
    flex-basis: 100% !important;
  }
}

/* Header
--------------------------------------------- */
.site-header {
	width: 100%;
	display: flex;
	flex-direction: inherit;
	justify-content: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	flex-wrap: inherit;
	height: 100%;
	margin: 0;
	padding: 0 3%;
	height: 60px;
}

.site-branding, .right_menu {
	display:flex
}

.right_menu .button span:after {
	display: none;
}

.right_menu .button:hover span {
	padding: 0
}

@media screen and (min-width: 1400px) {
	.site-header {
		padding: 0 1.5%;
	}
	.site-branding, .right_menu {
		width: 11%;
	}
	.main-navigation {
		width: 88%;
	}
}

@media screen and (max-width: 991px) {
	.site-header {
		padding: 0 3%;
		justify-content: space-between
	}
	.site-branding {
		order: 1
	}
	.right_menu {
		order: 2
	}
}

/* Footer
--------------------------------------------- */
.site-footer {
	border-top: 1px solid #FFF;
	margin: 1.5% 3%;
	padding: 1.5% 0;
}

.single-product .site-footer {
	margin-bottom: 5rem
}

.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer ul li {
	display: table;
}

.site-footer ul li a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 1400px) {
	.site-footer {
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	#footer-sidebar .col-3 {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.site-footer {
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media screen and (max-width: 480px) {
	#footer-sidebar {
		flex-direction: column;
	}
}

/* Shop
--------------------------------------------- */
.variations tr:first-child .label,
.variations tr:first-child .value {
	padding-bottom: 0px !important;
	text-align: left;
}

.payment_summary_box {
    display: block;
    padding: 15px;
	background: #FFF;
	border-radius: 9.5px 9.5px 0 0;
	color: #000
}

.payment_summary_box .price {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 600
}

.payment_summary_box .quantity .qty {
    color: #000;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.payment_summary_box td.value {
	border: none;
	padding:0;
	position: relative
}

.payment_summary_box form:not(.variations_form).cart,
.payment_summary_box .woocommerce-variation-add-to-cart {
    display: flex;
    gap: 15px;
}

.payment_summary_box .variations {
	margin-bottom: 15px
}

a.reset_variations {
    font-size: 12px;
    font-weight: 600;
	right: 30px;
    position: absolute;
    bottom: 16px;
}

.product_title.entry-title {
	font-weight: 600;
}

@media (max-width:600px) {
	.payment_summary_box .price {
		font-size: 14px
	}
	.product_title.entry-title {
		font-size: 18.5px;
	}
}

.woocommerce-info::before {
    color: #000000;
}

.woocommerce-info a.button.wc-forward {
    padding: 0;
    border: none;
    color: inherit;
    font-weight: 600;
    line-height: 1.15;
    display: contents;
}

.woocommerce-info a.button.wc-forward:hover {
	color: inherit
}

.woocommerce-privacy-policy-text p {
    font-size: small;
}

ul.wc-block-product-template {
	margin:0
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border:none;
	padding: 0;
	border-radius: 0
}

.woocommerce .type-product .payment_summary_box .wcpay-express-checkout-wrapper{
	margin-top: 0.5rem;
	margin-bottom: 0
}

.col-12.product-info {
	padding: 0;
}

@media (min-width:1626px) {
.col-12.product-info {
	margin: 0 auto;
	max-width: 1558px;
    float: none;
}
}

@media (min-width:768px) {
	.col-12.product-info .col-8 {
		padding-left: 0
	}
	.col-12.product-info .col-4 {
		padding-right: 0
	}
}

@media (max-width:768px) {
	.col-12.product-info .col-8,
	.col-12.product-info .col-4 {
		padding-left: 0;
		padding-right: 0
	}
}

.payment_summary_box input,
.payment_summary_box select,
.payment_summary_box optgroup,
.payment_summary_box textarea {
	color: #000;
    border: 1px solid #ddd;
    border-radius: 5px;
	height: 51px;
	background: #f7f7f7;
}

.payment_summary_box select option {
	background: #FFF
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    width: 100%;
    line-height: 1.5;
    height: 51px;
    border: none;
    border-radius: 5px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit-button {
	background-color: #d1a900;
	font-weight: 800;
	border:none;
	border-radius: 5px
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .wc-block-components-checkout-place-order-button:hover, .wc-block-cart__submit-button:hover {
	background-color: #ad8c00;
}

.woocommerce button.button.alt.disabled {
	background-color: #e0d297 !important;
    color: #968b5d !important;
	opacity: 1 !important; /* Ensure full opacity if it's being reduced */
}

.woocommerce-product-gallery {
	position: relative
}

.woocommerce-product-gallery ol.flex-control-thumbs {
	display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
    margin: 25px 0;
    list-style: none;
}

.woocommerce-product-gallery ol.flex-control-thumbs li {
    max-width: 105px;
	cursor: pointer
}

@media (max-width: 768px) {
	.woocommerce-product-gallery ol.flex-control-thumbs li {
		max-width: 91px;
	}
}

.product-shipping-box {
	background: #fff;
    color: #000;
    padding: 15px;
    border-top: 1px solid #ddd;
    border-radius: 0 0 9.5px 9.5px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image.flex-active-slide,
.woocommerce-product-gallery>.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    text-align: center;
}

.woocommerce-product-gallery .flex-viewport,
.woocommerce-product-gallery>.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	background: #FFF;
    background: radial-gradient(circle, rgb(246 241 234) 0% 0%, rgb(89 87 80) 100% 100%);
	border-radius: 1rem !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img{
	width: 100%;
	max-width: 1238px;
}

a.woocommerce-product-gallery__trigger {
    right: 0;
    position: absolute;
	z-index: 2
}

.pswp--open {
	z-index:9999
}

.woocommerce .woocommerce-ordering {
	display: none;
}

.woocommerce ul.products li.product .button, .wopb-block-wrapper a.button {
	margin-top: 1em;
	background: none;
	border: 1px solid;
	border-radius: 0;
	color: #FFF;
	font-weight: normal;
	display: inline-block;
}

.woocommerce table.shop_attributes {
	margin-bottom: 90px;
}

.woocommerce table.shop_attributes td p {
    font-size: inherit;
}

.woocommerce table.shop_attributes th {
	text-align: left;
	width: 50%;
	border-top: 1px solid #2d2d2d;
	font-weight: normal;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
	border-top: 1px solid #2d2d2d;
}

.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce ul.products .short_desc {
	padding-top: 27.5px;
	padding-bottom: 55px;
}

.wopb-block-wrapper .short_desc, .wopb-block-wrapper a.button, .related.products .short_desc, .woocommerce .related.products ul.products li.product .button {
	display: none;
}

.woocommerce .related.products {
	margin-bottom: 90px;
}

.woocommerce ul.products li.product .button {
	position: static;
	bottom: 0;
}

.woocommerce .wp-block-columns {
	width: 100%;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title, .wopb-block-wrapper ul.products li.product h2.woocommerce-loop-product__title {
	font-size: calc(14.5px + 0.71764vw);
	font-weight: 700;
}

.woocommerce div.product div.summary {
	width: 100%;
	margin: 0;
	height: 0;
}

h2.wopb-block-title {
	font-weight: 700;
}

.wp-block-column.feature-box h3 {
	border-top: 1px solid #2d2d2d;
	padding: 20px;
}

.single-product nav.post-navigation {
	display: none;
}

@media screen and (max-width: 768px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		margin-right: 4%;
	}
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){
		margin-right: 0; 
	}
	.woocommerce .product-tags a, .wopb-block-wrapper .product-tags a{
		white-space: nowrap;
		font-size: 12px;
	}
}

.woocommerce .product.container {
	border-top: 1px solid;
	padding-top: 35px;
}

.woocommerce-product-documents ul li:before {
    content: '\f56d';
    display:inline-block;
    font-family:'Font Awesome 5 Free';
    font-weight: 800;
    margin-right: 10px
}

.wp-block-woocommerce-cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
	background: #FFF;
    color: #000;
    border-radius: 9.5px;
    padding: 25px;
}

.wc-block-cart-item__product a.wc-block-components-product-name {
    font-weight: 600;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background: #FFF;
    color: #000;
}

@media (max-width: 768px) {
	.wp-block-woocommerce-checkout-order-summary-block {
		padding: 0 25px
	}
	.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
		padding: 25px;
		margin-bottom: 25px;
	}
	.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
		border: none
	}
}

/* Account */
nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-content h2 {
    font-size: 20px;
    font-weight: 600;
}

.woocommerce-account .addresses .title .edit {
    float: left;
}

.woocommerce-MyAccount-content {
    border-radius: 9.5px;
    background: #FFF;
    color: #000;
    padding: 25px;
}

.woocommerce-MyAccount-content fieldset {
	border: none;
    padding: 0;
	margin: 15px 0
}

.woocommerce-edit-account .woocommerce button.button {
	color: #000;
	border-color: #000
}

.woocommerce form .form-row label {
    line-height: 2;
    font-size: 13.5px;
    font-weight: 600;
}

/* Minicart */
.wc-block-mini-cart__drawer {
    color: #000;
}

.wc-block-mini-cart__drawer h2.wc-block-mini-cart__title {
	font-weight: 600;
	font-size: 1.3rem
}

.wc-block-mini-cart__button:hover {
	background: transparent;
	color:inherit
}

.wc-block-mini-cart__badge {
    background: #e2bf2c;
    color: #000;
    font-size: 10px !important;
    padding: 2px 2px !important;
    border-radius: 999px !important;
    margin-left: 0px !important;
}

.wc-block-mini-cart__drawer .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart-items-block .wc-block-components-product-metadata__description,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description {
	display: none;
}

.single-product .woocommerce-notices-wrapper {
	max-width: 1558px;
    margin: 0 auto;
}

.single-product .woocommerce-message {
    border: none;
    border-radius: 5px;
}

.single-product .woocommerce-notices-wrapper .button.wc-forward {
	background: #000
}

.woocommerce-message::before {
    color: #e2bf2c;
}

section.woocommerce-order-details {
    background: #FFF;
    border-radius: 9.5px;
    color: #000;
    padding: 25px;
}

section.woocommerce-order-details table.shop_table {
	border: none;
}

.woocommerce ul.order_details {
    margin: 0 0 1.5em;
    background: #FFF;
    padding: 25px;
    border-radius: 9.5px;
    color: #000;
}

/* Product Documents
--------------------------------------------- */
/*!
Theme Name: Carson Screens
Theme URI: http://underscores.me/
Author: Karrot Karrot
Author URI: http://karrotkarrot.com
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: carson
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.

Carson Screens 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;
	padding: 0 2%;
}

@media screen and (min-width: 1400px) {
	main {
		padding: 0 1.5%;
	}
}

@media screen and (max-width: 768px) {
	main {
		padding: 0 3%;
	}
}

/**
 * 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 {
	font-family: inherit;
	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;
}

/* Attribute dropdowns on product page */
.woocommerce .variations select {
  padding-right: 2.75rem;            /* <-- extra space for the arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: right 12px center;  /* move arrow inward */
  background-size: 12px 12px;
  /* simple chevron (you can swap to your own SVG/png) */
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}

/* Hide the native arrow in old IE/Edge */
.woocommerce .variations select::-ms-expand { display: none; }

/* 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 {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.31;
	margin-top: 0;
	font-weight: initial;
}

h2.xlarge {
	font-size: calc(22px + 0.71764vw);
	line-height: 1.15;
}

h2 {
	font-size: calc(14.5px + 0.71764vw);
}

@media screen and (max-width: 480px) {
	h2 {
		font-size: calc(16.5px + 0.71764vw);
	}
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

@media screen and (min-width: 1400px) {
	p {
		font-size: 18px;
		line-height: 1.5;
	}
}

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%;
}

nav {
	font-family: 'Montserrat', sans-serif;
}

/* Elements
--------------------------------------------- */
body {
	background: #020202;
}

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%;
	image-rendering: -webkit-optimize-contrast;
}

.wp-block-image.full-width img {
	width: 100%;
}

.wp-block-image figcaption {
	border-top: 1px solid;
}

figure {
	margin: 1em 0;
}

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

td {
	border-top: 1px solid #2d2d2d;
	padding: 8px 0
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {

}

a:focus {

}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.wopb-block-wrapper a.button,
.woocommerce button.button,
.woocommerce input.button {
    border: 1px solid;
    border-color: #FFF;
    border-radius: 0;
    background: none;
    color: #FFF;
    padding: 0 1em;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    font-weight: normal;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.wopb-block-wrapper a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff;
    background: #e2bf2c;
	border-color: #e2bf2c;
}

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 {
	outline: none;
}

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: #FFF;
	border: 1px solid #FFF;
	border-width: 0 0 1px 0;
	border-radius: 0px;
	padding: 8px;
	background: none;
}

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: #FFF;
}

select {
	border: 1px solid #FFF;
	border-width: 0 0 1px 0;
	background: none;
	width: 100%;
	padding: 8px;
	height: 41px;
}

select option {
	background: #020202;
}

textarea {
	width: 100%;
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight: 900;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button:hover span {
	padding-right: 25px;
}

.button:hover span:after {
	opacity: 1;
	right: 0;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.desktop_Nav {
	width: 100%;
}

.main-navigation #mobileNav ul {
	width: 313px;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #020202;
    padding: 5px 0;
    box-shadow: 0 8px 17px rgb(0 0 0 / 20%), 0 6px 12px rgb(0 0 0 / 19%);
}

.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;
	color: #fff;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding: 0 3%;
}

.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 {
		text-align: center;
	}
	.main-navigation li.menu-item-has-children {
		padding: 18px 1%;
	}
	.main-navigation li {
		padding: 0.5% 12.5px;
		text-align: left;
		display: inline-block;
	}
}

@media screen and (max-width: 991px) {
	.main-navigation.flex.center {
		justify-content: flex-start;
		width: 15%;
	}
	.right_menu {
		width: 15%
	}
    .main-navigation #mobileNav ul {
        position: relative;
        display: block;
        left: 0;
        background: none;
        box-shadow: none;
        width: 100%;
    }
    .main-navigation #mobileNav ul a{
        width: 100%;
        color: #020202;
    }
    .main-navigation li.menu-item-has-children {
        margin-bottom: 10px;
        overflow: auto;
        display: block;
    }
}

.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%;
}

.icon figure {
	max-width: 288px
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

.textcenter {
	text-align: center;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

/* Common
--------------------------------------------- */
.container {
	max-width: 1558px
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex.center {
	align-items: center;
	justify-content: center;
}

section {
    	overflow: auto
}

.spacer {
	display: block;
	width: 100%;
	height: 35px
}

.narrow {
	max-width: 1558px;
}

.narrow_width {
	max-width: 880px
}

.margin_zero {
	margin: 0;
}

.full_width img {
	width: 100%;
}

.wp-block-column .contact-form label {
	font-weight: 300;
}

.char_limit {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.slick-next, .slick-prev {
	height: 25px;
}

.slick-prev:before {
	content: '\f104';
    font-weight: 900;
    font-size: 25px;
    font-family: 'font awesome 5 free';
}

.slick-next:before {
	content: '\f105';
    font-weight: 900;
    font-size: 25px;
    font-family: 'font awesome 5 free';
}

@media screen and (min-width: 768px) {
	.desktop_none {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	.mobile_none {
		display: none !important;
	}
}

/* Responsive
--------------------------------------------- */
[class*="col-"] {
  float: left;
  padding: 15px;
}

@media screen and (min-width: 768px) {
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
}

@media screen and (max-width: 764px) {
  .wp-block-columns {
    flex-flow: row wrap;
  }
  
  .wp-block-columns.last-full .wp-block-column:last-child {
    flex-basis: 100% !important;
  }
}

/* Header
--------------------------------------------- */
.site-header {
	width: 100%;
	display: flex;
	flex-direction: inherit;
	justify-content: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	flex-wrap: inherit;
	height: 100%;
	margin: 0;
	padding: 0 3%;
	height: 60px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999; /* keeps it above other elements */
  background: #000; /* optional, ensures it doesn’t become transparent */
}

@media screen and (min-width: 1400px) {
	.site-header {
		padding: 0 1.5%;
	}
	.site-branding, .right_menu {
		width: 11%;
	}
	.main-navigation {
		width: 88%;
	}
}

@media screen and (max-width: 991px) {
	.site-header {
		padding: 0 3%;
		justify-content: space-between
	}
}

/* Footer
--------------------------------------------- */
.site-footer {
	border-top: 1px solid #FFF;
	margin: 1.5% 3%;
	padding: 1.5% 0;
}

.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer ul li {
	display: table;
}

@media screen and (min-width: 1400px) {
	.site-footer {
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	#footer-sidebar .col-3 {
		width: 50%;
	}
}

@media screen and (max-width: 991px) {
	.site-footer {
		margin-left: 3%;
		margin-right: 3%;
	}
}

@media screen and (max-width: 480px) {
	#footer-sidebar {
		flex-direction: column;
	}
}

.site-info {
    font-size: small;
}

/* Shop
--------------------------------------------- */
.tippy-box {
	font-family: 'Montserrat', sans-serif;
}

.product-tags {
	margin: 17.5px 0;
}

.product-tags a {
  	display: inline-block;
  	padding: .2rem .6rem;
	border: 1px solid;
  	border-radius: 999px;
  	text-decoration: none;
  	font-size: .75em;
	margin-right: 5px;
	font-weight: 600;
  	line-height: 1.9;
}

.labels {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
    margin: 17.5px 0;
}

.labels img {
    max-width: 83px;
	max-height: 50px;
}

/* Force Mini Cart block to show on Cart & Checkout */
body.woocommerce-cart .wc-block-mini-cart,
body.woocommerce-checkout .wc-block-mini-cart {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Make sure the button stays visible too */
body.woocommerce-cart .wc-block-mini-cart__button,
body.woocommerce-checkout .wc-block-mini-cart__button {
  display: inline-flex !important;
}

.woocommerce .woocommerce-ordering {
	display: none;	
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
	display:none
}

.woocommerce-info {
    border: none;
}

.woocommerce ul.products li.product a img,
.wc-block-components-product-image img {
	background: #FFF;
	background: radial-gradient(circle, rgb(246 241 234) 0% 0%, rgb(89 87 80) 100% 100%);
	border-radius: 9.5px !important;
	padding: 0
}

.woocommerce .products ul,
.woocommerce ul.products {
	gap: 1rem;
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
	width: calc(33.333333% - 2rem/3);
	margin: 0 !important
}

.woocommerce ul.products.columns-4 li.product{
	width: calc(25% - 3rem/4);
	margin: 0 !important
}

@media (max-width: 768px) {
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
	width: calc(50% - 1rem/2);
}
.woocommerce ul.products.columns-4 li.product{
	width: calc(50% - 1rem/2);
}	
}

.woocommerce ul.products li.product .button, .wopb-block-wrapper a.button {
	margin-top: 1em;
	background: none;
	border: 1px solid;
	border-radius: 0;
	color: #FFF;
	font-weight: normal;
	display: inline-block;
}

.woocommerce table.shop_attributes th {
	text-align: left;
	width: 50%;
	border-top: 1px solid #2d2d2d;
	font-weight: normal;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
	border-top: 1px solid #2d2d2d;
}

.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce ul.products .short_desc {
	padding-top: 27.5px;
	padding-bottom: 55px;
}

.wopb-block-wrapper .short_desc, .wopb-block-wrapper a.button, .related.products .short_desc, .woocommerce .related.products ul.products li.product .button {
	display: none;
}

.woocommerce .related.products {
	padding-top: 90px;
}

.woocommerce ul.products li.product .button {
	position: absolute;
	bottom: 0;
}

.woocommerce .wp-block-columns {
	width: 100%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #e2bf2c;
    font-weight: 600;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title, .wopb-block-wrapper ul.products li.product h2.woocommerce-loop-product__title {
	font-size: calc(14.5px + 0.71764vw);
	font-weight: 700;
}

.woocommerce div.product div.summary {
	width: 100%;
	margin: 0;
	height: 0;
}

.pif-has-gallery .wp-post-image--secondary {
	background: #020202
}

/* Remove descender gap */
.pif-has-gallery a,
.pif-has-gallery img,
.woocommerce-product-gallery__image a,
.woocommerce-product-gallery__image img { vertical-align: middle; }
/* or: vertical-align: bottom; */

h2.wopb-block-title {
	font-weight: 700;
}

.wp-block-column.feature-box h3 {
	border-top: 1px solid #2d2d2d;
	padding: 20px;
}

.single-product nav.post-navigation {
	display: none;
}

.woocommerce div.product div.summary .discontinued-notice{
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 61px;
	background: #020202;
	width:100%;
	z-index: 9;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		margin-right: 4%;
	}
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){
		margin-right: 0; 
	}
	.woocommerce .product-tags a, .wopb-block-wrapper .product-tags a{
		white-space: nowrap;
		font-size: 12px;
	}
}

.woocommerce .product.container {
	border-top: 1px solid;
	padding-top: 35px;
}

.woocommerce-product-documents ul li:before {
    content: '\f56d';
    display:inline-block;
    font-family:'Font Awesome 5 Free';
    font-weight: 800;
    margin-right: 10px
}

/* Product Documents
--------------------------------------------- */
.woocommerce-product-documents {
    margin-bottom: 90px !important;
}

.woocommerce-product-documents-title {
	font-size: calc(14.5px + 0.71764vw);
	margin-bottom: 30px !important
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: none;
    color: #FFF;
}

.ui-accordion .ui-accordion-content {
    background: none;
    color: #FFF;
    border: none;
    padding: 1em 10px !important;
	display: block !important;
}

.ui-accordion .ui-accordion-icons {
    background: none;
    color: #FFF;
    padding-left: 10px !important;
    border-width: 0 0 1px 0;
    border-color: #2d2d2d;
}

.ui-accordion .ui-accordion-header {
	pointer-events: none;
    cursor: default;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}

.ui-accordion .ui-accordion-icons:focus {
    outline: none;
}

.ui-accordion .ui-accordion-content ul {
    margin: 0;
    padding: 0;
    display: flex;
	flex-wrap:wrap
}

.ui-accordion .ui-accordion-content ul li a{
    color: #FFF;
}

.ui-accordion .ui-accordion-content ul li{
	padding: 10px 0;
	display: inline-flex
}

.ui-accordion .ui-accordion-content ul li::marker {
    color: #020202;
    display:none;
}

.wp-block-getwid-content-slider.hero_slider .slick-list {
	padding: 0 !important;
	border-radius: 11px
}

.wp-block-getwid-content-slider.hero_slider .wp-block-cover h2 {
	font-weight: 600 !important;
}

.hero_slider .wp-block-cover {
	align-items: flex-end;
	padding-bottom: 4rem !important
}

.wp-block-button__link {
	padding: 8px 15px;
	background: #d1a900;
	color: #fff;
	font-weight: 600;
	border: none;
	border-radius: 5px
}

.shop_by_cat img {
	background: #FFF;
    background: radial-gradient(circle, rgb(246 241 234) 0% 0%, rgb(89 87 80) 100% 100%);
	margin: 0 auto
}

.shop_by_cat .slick-slide {
	padding: 15px
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
	font-weight: 600
}

.wp-block-button__link:hover {
	background: #ad8c00;
}

@media (min-width: 1400px) {
	.wp-block-getwid-content-slider.hero_slider .wp-block-cover {
		min-height: 811px !important;
	}
	.wp-block-getwid-content-slider.hero_slider .wp-block-cover h2 {
        font-size: 2.84rem !important;
    }
}

@media (max-width: 767px) {
	.ui-accordion .ui-accordion-content ul {
		flex-direction: column;
	}
	.wp-block-getwid-media-text-slider-slide-content {
		max-width: 100%;
	}
	.wp-block-getwid-content-slider.hero_slider .wp-block-cover {
		min-height: 440px !important;
	}
	.wp-block-getwid-content-slider.hero_slider .wp-block-cover h2 {
		font-size: 1.6rem !important;
	}
	.wp-block-button__link {
		font-size: 14px;
	}
}

@media (min-width:768px){
    .ui-accordion .ui-accordion-content ul li{
        width: 50%;
    }
}

.home .wp-block-column, .wp-block-getwid-media-text-slider__slides-wrapper, .single-product .wp-block-image, .single-product .feature_image img {
	border-radius: 8px;
	overflow: hidden;
	width:100%
}

@media (max-width: 600px) {
	.scroll_horizontal {
		overflow-x: scroll;
		white-space: nowrap;
		display: block;
	}
	.scroll_horizontal .wp-block-column {
		display: inline-flex;
		max-width: 40%;
		flex-direction: column;
		font-size: 12px;
	}
	.scroll_horizontal .wp-block-image img {
		height: 91px
	}
	.home .wp-block-getwid-banner__caption {
		min-height: 267px !important;
	}
	.home .wp-block-column {
		margin-bottom: 15px
	}
	.home-slider {
		margin: 0 -3%;
	}
	.home-slider.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next {
		right: 15px;
	}
	.home-slider.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev {
		left: 15px;
	}
	.home-slider .slick-slider .slick-track {
		min-height: 513px;
	}
	.home .wp-block-getwid-banner__title {
		font-size: 18.5px
	}
}

/* Store Locator
--------------------------------------------- */
#locatoraid-form-container {
	display: none
}

.hc-outlined {
	outline-style: none !important;
	background: #222222;
}


/* Added on 22/08/2025
--------------------------------------------- */
.woocommerce ul.products li.product .product-tags {
  margin-top: .5rem;        /* adjust as needed */
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

/* Kill any "View cart" anchors */
a.added_to_cart.wc-forward,
a.wc-forward[href*="/cart"],
.wc-block-components-notice-banner__actions a.wc-forward,
.wc-block-components-notice-banner__actions a[href*="/cart"]{
  display:none !important;
  visibility:hidden !important;
}
