/*!
Theme Name: Equigas
Theme URI: https://underscores.me/
Author: Scientia
Author URI: https://scientia.digital/
Description: Tema de WordPress personalizado con integración con WooCommerce para Equigas.
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: _s
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.

_s 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 {
	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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #121212;
}

.site h3 { font-size: 1.5em; }
.site h4 { font-size: 1.125em; }
.site h5 { font-size: 1em; }
.site h6 { font-size: 0.875em; }

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: transparent;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol,
ul {
	margin: 0 0 1.25em;
	padding-left: 1em;
}

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: 0;
	border-color: transparent;
	border-radius: 0;
	background: #EF580C;
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	padding: 1em 1.5em;
	transition: all ease-in-out 0.5s;
	font-weight: 500;
	box-shadow: 0 0 0 0 rgba(239, 88, 12, 0.5);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ddd;
	box-shadow: 0 6px 12px 0 rgba(239, 88, 12, 0.25);
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0.5em 1em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

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"],
select {
	height: 2.0625em;
	border-radius: 3em;
	padding: 0.25em 1em;
}

select {
	border: 1px solid #ccc;
	height: 2.0625em;
}

textarea {
	width: 100%;
	border-radius: 0.5em;
	height: 100px;
}

.site label {
	display: block;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	margin-left: -0.5em;
}

.main-navigation,
.second-navigation {
	display: block;
}

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

.main-navigation ul ul,
.second-navigation ul ul {
	background-color: transparent;
	color: white;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.second-navigation ul ul li:hover > ul,
.second-navigation ul ul li.focus > ul {
	display: block;
	left: 100%;
}

.main-navigation ul ul a,
.second-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li,
.second-navigation li {
	position: relative;
	padding: 0.125rem 0.5rem;
}

.main-navigation li.current-menu-item a,
.second-navigation li.current-menu-item a {
	font-weight: bold;
}

.main-navigation a,
.second-navigation a {
	display: block;
	text-decoration: none;
	color: white;
}
.main-navigation a::after,
.second-navigation a::after,
.main-navigation ul ul a::after,
.second-navigation ul ul a::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background-color: white;
	transition: all 0.25s;
}

.main-navigation ul ul a::after,
.second-navigation ul ul a::after {
	background-color: #121212;
}

.main-navigation a:hover,
.second-navigation a:hover {
	color: white;
}
.main-navigation a:hover::after,
.second-navigation a:hover::after,
.main-navigation ul ul a:hover::after,
.second-navigation ul ul a:hover::after {
	width: 100%;
}

.menu-item-has-children {
	border-bottom: 1px solid white;
}

.menu-item-has-children::after {
	content: '\f0dd';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	font-size: inherit;
	color: white;
	position: absolute;
	top: 0;
	right: 0;
}
.menu-item-has-children .menu-item-has-children::after {
	color: inherit;
}

.main-navigation ul ul a:hover,
.second-navigation ul ul a:hover {
	color: #121212;
}

/* Small menu. */
.menu-toggle,
.toggle-search,
.nav-search-form.toggled,
.main-navigation.toggled ul,
.second-navigation.toggled ul {
	display: block;
}
.menu-toggle,
.toggle-search {
	background-color: transparent;
	padding: 0.5em;
}

.toggle-search {
	width: 2.5em;
	height: 2.5em;
}

.nav-search-form {
	display: none;
}

.second-navigation {
	margin: auto -0.5em auto auto;
	display: flex;
	position: relative;
	z-index: 2;
}

.second-navigation a {
	font-size: 0.875rem;
}

@media screen and (min-width: 1025px) {
	.nav-search-form {
		display: block;
	}

	.toggle-search {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.nav-search-form {
		background-color: #F2F2F2;
		padding: 1em;
		position: absolute;
		width: 270px;
		top: 100%;
		left: -128px;
	}
}

@media screen and (min-width: 992px) {

	.menu-toggle,
	.menu-toggle.btn {
		display: none;
	}

	.main-navigation ul,
	.second-navigation ul {
		display: flex;
	}

	.menu-item-has-children {
		border-bottom: unset;
	}
	.menu li.menu-item-has-children {
		padding-right: 1em;
	}

	.main-navigation ul ul,
	.second-navigation ul ul {
		display: initial;
		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,
	.second-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.main-navigation ul ul li,
	.second-navigation ul ul li {
		background-color: white;
	}

	.main-navigation ul ul a,
	.second-navigation ul ul a {
		color: #121212;
	}
}

@media screen and (max-width: 991px) {
	.second-navigation ul {
		position: absolute;
		top: 100%;
		right: -30px;
		background-color: #121212;
		padding: 1em;
		z-index: 1020;
		width: 270px;
	}
	.second-navigation li {
		padding: 0.5em;
	}
}

.site-main {
	margin-top: 1.25em;
}

.home .site-main {
	margin-top: 0;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 1.25em 0 0;
}

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

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 1.875em;
}

.page-title,
.entry-title {
	font-size: 2em;
	line-height: 1;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-header {
	background-color: white;
	padding: 1em;
	margin-bottom: 1.25em;
}

@media screen and (min-width: 768px) {
	.page-header {
		display: flex;
	}
}

.page-header-content {
	margin: auto 0 auto 1.25em;
	max-width: 992px;
}

.page-thumb .post-thumbnail {
	position: relative;
	width: 270px;
	height: 270px;
}

.page-thumb .attachment-post-thumbnail {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: contain;
}

.archive-description {
	font-size: 0.875em;
}

.search .search-form input[type="search"] {
	width: 100%;
}

.search article {
	height: 300px;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.search .search-form {
		display: flex;
	}
}

/* Comments
--------------------------------------------- */
.comments-area {
	background-color: white;
	margin-top: calc(2em - 2px);
	padding: 1.25em;
}

.comments-title,
.comment-reply-title {
	font-size: 1.5em;
}

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

.comment-reply-link {
	margin-bottom: 1.25em;
}

.vcard {
	margin-bottom: 1.125em;
}

.avatar {
	width: 40px;
	height: 40px;
	border-radius: 0.25em;
	border: 1px solid #DDD;
	margin-right: 1.125em;
}

.bypostauthor {
	display: block;
}

.comment-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.comment-list ol {
	padding-left: 0;
	margin-left: 1.25em;
}

.comment-list li {
	border-bottom: 1px solid #DDD;
	margin-top: 1.25em;
	padding-bottom: 1.25em;
}

.comment-list ol li {
	border-bottom: unset;
	padding-bottom: unset;
}

/* Widgets
--------------------------------------------- */
.widget-area .custom-search {
	margin-bottom: 2.5em;
}

.widget {
	margin: 0 0 2.5em;
}

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

.widget-title,
.widgettitle {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 0.625em;
}

.widget ul {
	list-style: none;
	padding-left: 0;
}

.widget li {
	border-bottom: 1px solid #E0E0E0;
	padding: 0.25em 0.625em;
}

.widget a,
.widget p {
	font-size: 0.875em;
}

.widget a {
	text-decoration: none;
	font-weight: 400;
	transition: all ease-in-out 0.25s;
	color: #121212;
}
.widget a:hover {
	color: #EF580C;
}

.widget .button {
	margin: initial;
	padding: 0 1em;
}

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

/*--------------------------------------------------------------
# Extra Styles
--------------------------------------------------------------*/

/* Branding
--------------------------------------------- */
/* Body */
html body {
	font-family: 'Montserrat';
	color: #4F4F4F;
}

article a,
article a:visited,
article a:active {
	color: #121212;
	font-weight: 500;
	text-decoration: none;
	transition: all ease-in-out 0.25s;
}

article a:hover,
article a:focus {
	color: #EF580C;
}

.site-main section.container {
	padding: 0;
}

.site-main .btn.btn-default {
	font-weight: 500;
	border-radius: 0;
}

.site-main .btn.btn-default:hover,
.site-main .btn.btn-default:focus {
	background-color: #121212;
	color: white;
}

/* Font face
--------------------------------------------- */
/* Montserrat */
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fontface/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
         url('assets/fontface/montserrat/montserrat-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fontface/montserrat/montserrat-bolditalic-webfont.woff2') format('woff2'),
         url('assets/fontface/montserrat/montserrat-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fontface/montserrat/montserrat-italic-webfont.woff2') format('woff2'),
         url('assets/fontface/montserrat/montserrat-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fontface/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
         url('assets/fontface/montserrat/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fontface/montserrat/montserrat-semibold-webfont.woff2') format('woff2'),
         url('assets/fontface/montserrat/montserrat-semibold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fontface/montserrat/montserrat-semibolditalic-webfont.woff2') format('woff2'),
         url('assets/fontface/montserrat/montserrat-semibolditalic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Social icons */
.sm-icon, .sf-icon {
	font-size: 1rem;
}
.sm-icon::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: bold;
	font-style: initial;
	display: inherit;
	width: 1rem;
	height: 1rem;
}
.facebook .sm-icon::before {
	content: '\f09a';
}
.facebook-f .sm-icon::before {
	content: '\f39e';
}
.facebook-square .sm-icon::before {
	content: '\f082';
}
.twitter .sm-icon::before {
	content: '\f099';
}
.twitter-square .sm-icon::before {
	content: '\f099';
}
.instagram .sm-icon::before {
	content: '\f16d';
}
.instagram-square .sm-icon::before {
	content: '\e055';
}
.youtube .sm-icon::before {
	content: '\f167';
}
.youtube-square .sm-icon::before {
	content: '\f431';
}
.linkedin .sm-icon::before {
	content: '\f0e1';
}
.linkedin-square .sm-icon::before {
	content: '\f08c';
}
.tiktok .sm-icon::before {
	content: '\e07b';
}
.whatsapp .sm-icon::before {
	content: '\f232';
}
.whatsapp-square .sm-icon::before {
	content: '\f40c';
}

.sf-icon::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	font-style: initial;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	text-align: center;
	margin-right: 0.625em;
}
.mobile .sf-icon::before {
	content: '\f3cd';
}
.phone .sf-icon::before {
	content: '\f095';
}
.phone-square .sf-icon::before {
	content: '\f87b';
}
.envelope .sf-icon::before {
	content: '\f0e0';
}

/* Header
--------------------------------------------- */
/* Branding */
.header-brand {
	background-color: black;
	padding: 1.25em 0;
}
.header-brand .container {
	display: flex;
	flex-wrap: wrap;
}

.site-branding {
	max-width: 127px;
}

/* Navigation */
.header-navigation {
	background-color: #EF580C;
	padding: 0.625em 0;
}

.social-navigation {
	margin: auto;
	display: block;
}

.social-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

.social-navigation a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 0.25em 0.5em;
	border-radius: 2em;
	transition: all ease-in-out 0.25s;
}
.social-navigation a:hover {
	background-color: white;
	color: #121212;
}

@media screen and (min-width: 992px) {
	.social-navigation ul {
		display: flex;
	}
}

@media screen and (min-width: 768px) {
	.site-branding {
		max-width: 170px;
	}
}

/* Search form */
.custom-search {
	position: relative;
	margin: auto;
}

.custom-search .btn {
	position: absolute;
	top: 1em;
	right: 1em;
	height: 2.0625em;
	width: 2.0625em;
	padding: 1px;
	border-radius: 0 3em 3em 0;
	box-shadow: unset;
	opacity: 0.8;
	transition: all ease-in-out 0.25s;
}
.custom-search .btn:hover {
	opacity: 1;
	border: unset;
	box-shadow: unset;
}

@media screen and (min-width: 992px) {
	.site-header .custom-search {
		width: 370px;
	}

	.custom-search .btn {
		top: 0;
		right: 0;
	}
}

@media screen and (min-width: 768px) {
	.site-header .custom-search {
		margin-left: 1.875em;
	}

	.error404 .site form,
	.search .site form {
		display: flex;
	}

	.error404 .site label,
	.search .site label {
		width: 50%;
		margin-right: 1.25em;
	}

	.error404 .site input:not([type="submit"]),
	.search .site input:not([type="submit"]) {
		width: 100%;
	}
}


/* Footer
--------------------------------------------- */
.site-footer {
	padding-top: 1.25em;
	background-color: white;
}

.site-footer .widget li {
	border-bottom: unset;
}

.site-info {
	text-align: center;
	border-top: 1px solid #E0E0E0;
	padding: 1.25em 0;
	font-size: 0.875em;
}

.site-info .widget,
.site-info p {
	margin-bottom: 0;
}

.contact-menu ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.contact-menu li {
	padding: 0.625em;
	border-bottom: 1px solid #DDD;
}

.contact-menu a {
	text-decoration: none;
	transition: all ease-in-out 0.25s;
	color: #121212;
}
.contact-menu a:hover {
	color: #EF580C;
}

/* Blog resume */
.site-posts ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.site-posts a,
.site-posts a:hover,
.site-posts a:focus,
.site-posts h4 {
	color: white;
}

.post-card {
	position: relative;
	height: 400px;
}

.post-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-body {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 1.875em 1.875em;
	z-index: 1;
	background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(1,1,1,0) 100%);
}

.post-body p {
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 1.25rem;
	transition: ease-in-out 0.25s;
}

@media screen and (min-width: 992px) {
	.site-posts ul {
		display: flex;
	}

	.post-body p {
		height: 0;
		opacity: 0;
	}
	.site-posts a:hover .post-body p {
		height: 3em;
		opacity: 1;
	}
}

/* Index, Archive & Posts
--------------------------------------------- */
/* Index, Archive items */
.entry-meta,
.entry-footer {
	font-size: 0.875em;
	margin-bottom: 0.875em;
}

.entry-footer span {
	margin-right: 1em;
	border-right: 1px solid #DDD;
	padding-right: 1em;
}
.entry-footer span:last-child {
	margin-right: unset;
	border-right: unset;
}

.item {
	margin-bottom: 1.875em;
}

.item-thumb {
	border-bottom: 1px solid #DDD;
}

@media screen and (min-width: 992px) {
	.item-thumb {
		border-right: 1px solid #DDD;
		border-bottom: unset;
	}
	.item-thumb .attachment-post-thumbnail {
		max-width: 270px;
	}
}

.item-thumb .attachment-post-thumbnail {
	margin-right: unset;
}

.item-info {
	padding: 1.25em;
}

.item .entry-title {
	font-size: 1.5em;
}

.item .entry-title a {
	color: #121212;
	text-decoration: none;
}

.item .entry-title a:hover {
	color: #EF580C;
}

.item .entry-content {
	width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.site .sidebar {
	order: 2;
}
.site .content {
	order: 1;
}

@media screen and (min-width: 992px) {
	.site .content {
		order: 2;
	}
	.site .sidebar {
		order: 1;
	}
}

/* Post Detail */
.post-categories {
	list-style: none;
	padding-left: 0;
	display: flex;
}
.post-categories a {
	margin-left: 5px;
}

.nav-links {
	padding: 1em 0;
	margin-bottom: 1.25em;
	border-top: 1px solid #DDD;
}

.nav-next a,
.nav-previous a {
	padding: 1em 1.25em;
	color: #121212;
	text-decoration: none;
	transition: all ease-in-out 0.25s;
}

.nav-next a:hover,
.nav-next a:focus,
.nav-previous a:hover,
.nav-previous a:focus {
	background-color: #121212;
	color: white;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/* General
--------------------------------------------- */
.woocommerce-breadcrumb {
	margin-bottom: 1.875em;
	font-size: 0.75em;
}

.woocommerce-breadcrumb a {
	text-decoration: none;
	font-weight: 500;
	color: #121212;
}

.woocommerce-breadcrumb a:first-child::before {
	content: '\f015';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	margin-right: 5px;
}

.woocommerce-products-header {
	background-color: white;
	padding: 1em;
	margin-bottom: 1.25em;
	margin-top: 1.875em;
}

/* Messages */
.woocommerce-message,
.woocommerce-Message {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message[role="alert"],
.woocommerce-noreviews,
p.no-comments {
	padding: 1.25em;
}

.woocommerce-message[role="alert"] {
	margin-bottom: 1.875em;
}

.woocommerce-message--info,
.woocommerce-message--info a.button,
.woocommerce-Message--info,
.woocommerce-Message--info a.button,
.woocommerce-info,
.woocommerce-message a.showcoupon,
.woocommerce-error,
.woocommerce-message[role="alert"],
.woocommerce-message[role="alert"] a,
.woocommerce-noreviews,
p.no-comments {
	color: white;
}

.woocommerce-message--info a.button,
.woocommerce-Message--info a.button,
.woocommerce-message[role="alert"] a {
	padding: 0;
	text-decoration: none;
	margin-right: 5px;
}

.woocommerce-message a.showcoupon,
.woocommerce-message[role="alert"] a {
	margin-left: 5px;
}

ul.woocommerce-error {
	margin-bottom: 0;
	list-style: none;
	display: block;
}

.woocommercer-error li {
	padding: 0.25em 0;
}

/* Login */
.woocommerce h2 {
	width: 100%;
}

.woocommerce .login,
.woocommerce .register {
	background-color: white;
	padding: 1em;
	width: 100%;
}

.woocommerce-form__label {
	margin-bottom: 1.25em;
}

.login .form-row input[type="checkbox"] {
	width: 1em;
	height: 1em;
	margin-right: 5px;
}

/* Cart */
.cart-container {
	border-left: 1px solid white;
}

.cart-container a,
.cart-container a:hover {
	color: white;
}

.cart-item-counter {
	background-color: #EF580C;
	border: 3px solid black;
	position: absolute;
}

/* Product Archive */
ul.products li.product {
	border-radius: 0 0 0.25em 0.25em;
	background-color: #FAFAFA;
	text-align: center;
	min-height: 383px;
	padding-bottom: 1.25em;
}
ul.products li.product img {
	background-color: white;
	width: 100%;
}

ul.products li.product .star-rating {
	margin: 0 auto 0.675em;
}

ul.products li.product a {
	text-decoration: none;
}

ul.products li.product .button,
ul.products li.product .wc-forward {
	margin: 0.625em 1.25em;
}

ol.flex-control-nav.flex-control-thumbs {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.woocommerce-loop-product__title, .price {
	margin: 0.625em 1.25em;
}

.woocommerce-loop-product__title {
	font-size: 1.125em;
	font-weight: 400;
	height: 44px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-left: 0;
	padding: 0 1.25em;
}

.onsale {
	position: absolute;
	top: 1.25em;
	left: 1.25em;
	padding: 0.5em;
	background-color: black;
	color: white;
	font-size: 0.875em;
	z-index: 99;
}

.price .amount {
	font-size: 1.25em;
	font-weight: 700;
	color: #121212;
	vertical-align: middle;
}

.sale del .amount {
	font-size: calc(1em - 2px);
	color: #B2B2B2;
}

a.button,
a.added_to_cart {
	padding: 0.5em;
	font-weight: 700;
	color: #EF580C;
	letter-spacing: -0.5px;
	transition: all ease-in-out 0.25s;
	display: block;
}
a.button:hover,
a.added_to_cart:hover {
	color: #121212;
}

.button_alt {
	background-color: transparent;
	color: #121212;
}
.button_alt:hover,
.button_alt:focus {
	background-color: #EF580C;
	color: white;
}

.button.alt {
	background-color: #EF580C;
	color: white;
	padding: 1em 1.5em;
	transition: all ease-in-out 0.25s;
}
.button.alt:hover,
.button.alt:focus {
	color: white;
	box-shadow: 0 6px 12px 0 rgba(239, 88, 12, 0.25);
}

.button.alt.checkout-button {
	font-size: 1.25em;
	text-decoration: center;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.woocommerce-result-count,
	.woocommerce-ordering {
		margin-bottom: 1.25em;
	}

	.woocommerce-result-count {
		display: inline-block;
		margin-bottom: 0;
		line-height: 2;
	}
	.woocommerce-ordering {
		float: right;
	}
}

/* Product Detail */
@media screen and (min-width: 768px) {
	.single .product {
		display: flex;
		flex-wrap: wrap;
	}
	
	.woocommerce-product-gallery,
	.entry-summary {
		flex: 0 0 auto;
	}
	.woocommerce-product-gallery {
		max-width: 44%;
	}
	.woocommerce-product-gallery {
		margin-right: calc(1em - 1px);
	}
	.entry-summary {
		max-width: 51%;
	}
	.product .entry-summary {
		margin-left: calc(1em - 1px);
	}
}
.woocommerce-product-gallery {
	margin-bottom: 1.875em;
}

.woocommerce-product-gallery img {
	background-color: white;
}

.flex-viewport {
	height: auto;
}

.flex-active {
	border: 4px solid #EF580C;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	top: 1.25em !important;
	right: 1.25em !important;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.125);
	border-radius: 5em;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
}
.flex-control-nav li {
	margin: 0 0.625em 0.625em 0;
}

.woocommerce-product-rating {
	display: flex;
	flex-wrap: wrap;
}

.entry-summary.star-rating {
	margin: 0 1.25em 1.25em 0;
}

.product .star-rating::before,
.product .star-rating span::before {
	font-size: 0.875em;
}
.product .star-rating::before {
	color: #B2B2B2;
}
.product .star-rating span::before {
	color: #FFCC00;
}

.woocommerce-review-link {
	font-size: 0.875em;
	text-decoration: none;
	color: #B2B2B2;
	font-weight: 700;
	transition: all ease-in-out 0.25s;
}
.woocommerce-review-link:hover {
	color: #121212;
}

.entry-summary .price {
	margin: 0 0 1.25em;
	line-height: 1;
}
.entry-summary del .amount {
	font-size: 1.125em;
	margin-right: 1.25em;
}
.entry-summary .amount {
	font-size: 2em;
}

.stock {
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.product .cart {
		display: flex;
		flex-wrap: wrap;
	}
	.flex-viewport a img {
		width: 100%;
	}

	.quantity {
		max-width: 100px;
	}
}

.quantity input[type="number"] {
	width: 100%;
	height: 60px;
	border-radius: 0;
	margin-bottom: 0.625em;
}
.single_add_to_cart_button {
	margin: 0 1.25em 1.25em;
}

.sku_wrapper {
	display: block;
	margin-bottom: 5px;
}
.sku {
	font-weight: 700;
}

.posted_in a {
	transition: all ease-in-out 0.25s;
	text-decoration: none;
	color: #121212;
	font-weight: 500;
}
.posted_in a:hover {
	color: #EF580C;
}

.woocommerce-tabs {
	background-color: white;
	padding: 1.25em;
	width: 100%;
	margin-bottom: 1.875em;
}

.woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.product .woocommerce-tabs ul.tabs li a {
	padding: 0.625em 1.25em;
	color: #121212;
	font-weight: 500;
	text-decoration: none;
	transition: all ease-in-out 0.25s;
}
.woocommerce-tabs ul.tabs li.active a {
	border-bottom: 2px solid #EF580C;
	color: #EF580C;
}

.woocommerce-Tabs-panel {
	margin-top: 1.25em;
}

.woocommerce-Tabs-panel h2 {
	font-size: 1.5em;
}

.comment-reply-title {
	font-size: 1.25em;
	font-weight: 500;
	color: #121212;
}

.related {
	width: 100%;
}

.related .product {
	display: unset;
}

/* Sidebar */
.widget_rating_filter li {
	position: relative;
	text-align: end;
}
.widget_rating_filter a {
	position: unset;
	padding: 3px 5px;
	border-radius: 2em;
	background-color: black;
	color: white;
}
.widget_rating_filter a:hover {
	background-color: #EF580C;
	color: white;
}

.widget_rating_filter .star-rating {
	float: left;
}
.widget_rating_filter .star-rating::before {
	color: gray;
}
.widget_rating_filter .star-rating span::before {
	color: #FFCC00;
}

.widget-area .price_slider_wrapper {
	margin-top: 1em;
}
.widget-area .widget_price_filter .ui-slider-horizontal {
	height: 3px;
}
.widget-area .widget_price_filter .ui-slider .ui-slider-range {
	background: #EF580C;
}
.widget-area .widget_price_filter .ui-slider .ui-slider-handle {
	border-radius: 2em;
	background: #EF580C;
	top: -2px;
}

.price_label {
	font-size: 0.875em;
}

/* WooCommerce Pages
--------------------------------------------- */
/* Account */
.page .woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	margin-right: 0;
	list-style: none;
}

.col2-set .col-1, .col2-set .col-2 {
	width: 100%;
	padding: 1.25em calc(1em - 1px);
}

@media screen and (min-width: 992px) {
	.woocommerce-account .woocommerce,
	.col2-set {
		--bs-gutter-x: 1.5rem;
	    --bs-gutter-y: 0;
	    display: flex;
	    flex-wrap: wrap;
	    margin-top: calc(var(--bs-gutter-y) * -1);
	}

	.page .woocommerce-MyAccount-navigation,
	.page .woocommerce-MyAccount-content,
	.col-1, .col-2 {
		flex: 0 0 auto;
	}

	.page .woocommerce-MyAccount-navigation {
		width: 25%;
		padding: 0 calc(1em - 1px);
	}
	.page .woocommerce-MyAccount-content {
		width: 75%;
		padding: 1.25em calc(1em - 1px);
	}

	.col2-set {
		width: 100%;
	}
	.col2-set .col-1, .col2-set .col-2 {
		width: 50%;
	}
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid #DDD;
	padding: 0.25em 0.625em;
}
.woocommerce-MyAccount-navigation li.is-active {
	border-bottom: 2px solid #EF580C;
}
.woocommerce-MyAccount-navigation li.is-active a {
	color: #EF580C;
	font-weight: 500;
}
.woocommerce-MyAccount-navigation a {
	font-weight: 400;
}

.woocommerce-MyAccount-content {
	background-color: white;
	padding: 1.25em;
}

.woocommerce-MyAccount-navigation-link--dashboard a::before,
.woocommerce-MyAccount-navigation-link--orders a::before,
.woocommerce-MyAccount-navigation-link--downloads a::before,
.woocommerce-MyAccount-navigation-link--edit-address a::before,
.woocommerce-MyAccount-navigation-link--edit-account a::before,
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	margin-right: 0.825em;
	width: 1em;
	height: 1em;
	text-align: center;
}

.woocommerce-MyAccount-navigation-link--dashboard a::before {
	content: '\e065';
}
.woocommerce-MyAccount-navigation-link--orders a::before {
	content: '\f291';
}
.woocommerce-MyAccount-navigation-link--downloads a::before {
	content: '\f218';
}
.woocommerce-MyAccount-navigation-link--edit-address a::before {
	content: '\f2b9';
}
.woocommerce-MyAccount-navigation-link--edit-account a::before {
	content: '\f4ff';
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	content: '\f2f5';
}

@media screen and (max-width: 991px) {
	.woocommerce-order {
		padding: calc(1em - 1px);
	}
}

/* Cart */
table.cart tr th {
	background-color: white;
	padding: 1.25em;
	color: #121212;
	text-transform: uppercase;
	border-bottom: 6px solid #F2F2F2;
}
table.cart tr th:first-child {
	border-radius: 0.5em 0 0 0.5em;
}
table.cart tr th:last-child {
	border-radius: 0 0.5em 0.5em 0;
}

table.shop_table_responsive tr td,
table.shop_table tr td {
	padding: 0 1.25em;
	border-bottom: 2px solid #F2F2F2;
}

table.cart tr:nth-child(odd) td {
	background-color: #FAFAFA;
}
table.cart tr:nth-child(even) td {
	background-color: white;
}

table.cart tr:first-child td:first-child {
	border-top-left-radius: 0.5em;
}
table.cart tr:first-child td:last-child {
	border-top-right-radius: 0.5em;
}


table.cart tr:last-child td:first-child {
	border-bottom-left-radius: 0.5em;
}
table.cart tr:last-child td:last-child {
	border-bottom-right-radius: 0.5em;
}

table.cart tr td.actions {
	padding: 1.25em 1.25em 0;
}

.page table.shop_table_responsive tr td.product-remove a {
	display: block;
	width: 2em;
	height: 2em;
	border-radius: 2em;
	background-color: #EF580C;
	color: white;
	text-align: center;
	line-height: 2;
}

.product-thumbnail img {
    max-width: 100px;
}

.cart-collaterals {
	max-width: 600px;
	margin-left: auto;
}

table.shop_table_responsive tr th,
table.shop_table_responsive tr td,
table.shop_table tr th,
table.shop_table tr td {
	border-bottom: 2px solid #F2F2F2;
	padding: 1em 1.25em;
}

table.shop_table_responsive tr:nth-child(odd) th,
table.shop_table_responsive tr:nth-child(odd) td,
table.shop_table tr:nth-child(odd) th,
table.shop_table tr:nth-child(odd) td {
	background-color: white;
}
table.shop_table_responsive tr:nth-child(even) th,
table.shop_table_responsive tr:nth-child(even) td,
table.shop_table tr:nth-child(even) th,
table.shop_table tr:nth-child(even) td {
	background-color: #FAFAFA;
}

.mobile-notification {
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.mobile-notification {
		display: block;
	}

	.woocommerce-cart-form {
		overflow: hidden;
		overflow-x: scroll;
	}
}
/* Forms
--------------------------------------------- */
/* Address Form */
@media screen and (min-width: 992px) {
	.woocommerce-address-fields__field-wrapper,
	.woocommerce-EditAccountForm {
		display: flex;
		flex-wrap: wrap;
		--bs-gutter-x: 1.5rem;
	    --bs-gutter-y: 0;
	    display: flex;
	    flex-wrap: wrap;
	    margin-top: calc(var(--bs-gutter-y) * -1);
	    margin-right: calc(var(--bs-gutter-x)/ -2);
	    margin-left: calc(var(--bs-gutter-x)/ -2);
	}

	.form-row-first, .form-row-last,
	.woocommerce-form-row--first, .woocommerce-form-row--last {
		width: 50%;
		padding: 0 calc(1em - 1px);
	}

	.form-row-wide {
		padding: 0 calc(1em - 1px);
	}

	.site fieldset {
		margin-left: calc(1em - 1px);
		margin-right: calc(1em - 1px);
	}
}

.form-row-wide,
fieldset {
	width: 100%;
}

.site fieldset {
	border: 1px solid #DDD;
	border-radius: 0.5em;
	padding: 0.875em;
	margin-bottom: 1.25em;
}

.site fieldset legend {
	font-weight: 500;
	font-size: 1.125em;
	color: #121212;
}

.form-row span {
	display: block;
}
.form-row label span {
	display: initial;
	font-weight: 500;
}

.form-row input:not([type="button"]),
.form-row input:not([type="reset"]),
.form-row input:not([type="submit"]) {
	width: 100%;
}

.edit-account p:last-child {
	padding: 0 calc(1em - 1px);
}

.select2-container--default .select2-selection--single {
	border-radius: 5em;
	border-color: #DDD;
	height: 2.0625em;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 5em;
    border-top-right-radius: 5em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 1em;
	padding-right: 1em;
	line-height: 2;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: unset;
	bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0;
	height: unset;
	width: unset;
	top: 0;
	bottom: 0;
	line-height: 2;
	color: #121212;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	font-size: 0.625em;
	content: '\f078';
}

.select2-search--dropdown,
.select2-results__option {
	padding: 0.5em 1em;
}

.select2-dropdown {
	border: 1px solid #DDD;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #121212;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #DDD;
	padding: 0.5em 1em;
}

.woocommerce form .form-row .required {
	display: initial;
}

/* Checkout */
.woocommerce-checkout-payment ul {
	list-style: none;
	padding-left: 0;
}
.woocommerce-checkout-payment li {
	background-color: white;
	padding: 1em;
	border-bottom: 1px solid #F2F2F2;
}
.woocommerce-checkout-payment li:last-child {
	border-bottom: unset;
}

.validate-required label {
	display: flex;
	line-height: 1.2;
}

.form-row .validate-required span {
	width: auto;
}

.form-row .validate-required .input-checkbox {
	margin-right: 5px;
	width: 1em;
	height: 1em;
}

.woocommerce-checkout-payment ul label {
	display: initial;
}

.payment_box {
	font-size: 0.875em;
	background-color: #FAFAFA;
	border-radius: 0.25em;
	padding: 0.5em 1em 0.25em;
	margin-top: 1em;
}

/* Payment Received */
.woocommerce-order .woocommerce-notice {
	font-size: 2em;
	color: #121212;
	font-weight: 500;
	text-align: center;
}

.woocommerce-order ul {
	list-style: none;
	padding-left: 0;
}

.woocommerce-order li {
	padding: 1em;
	background-color: white;
}
.woocommerce-order li strong {
	display: block;
}

@media screen and (min-width: 992px) {
	.woocommerce-order ul {
		display: flex;
	}
	.woocommerce-order li {
		border-right: 1px solid #F2F2F2;
		width: 100%;
	}
	.woocommerce-order li:last-child {
		border-right: 0;
	}
}

@media screen and (max-width: 991px) {
	.woocommerce-order li {
		border-bottom: 1px solid #F2F2F2;
	}
	.woocommerce-order li:last-child {
		border-bottom: 0;
	}
}

.woocommerce-order address {
	background-color: white;
	padding: 1em;
}

/* Woo Loop Components
--------------------------------------------- */
/* Pagination */
.woocommerce-pagination ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.woocommerce-pagination li {
	display: inline-block;
}

.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers {
	padding: 0.25em;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #010101;
	width: 2em;
	height: 2em;
	font-weight: bold;
	transition: all ease-in-out 0.25s;
}

.woocommerce-pagination a.page-numbers:hover {
	background-color: white;
}

.woocommerce-pagination span.page-numbers.current {
	background-color: #EF580C;
	color: #FFF;
}