/*!
Theme Name: Hait
Theme URI: https://wphait.com/
Author: WP Hait
Description: A minimal WordPress theme optimized for Core Web Vitals and Search Engines. It is a lightning-fast, simple, clean, and easy to use WordPress theme.
Version: 1.0.5
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://opensource.org/licenses/GPL-2.0
Text Domain: hait
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, one-column, footer-widgets, blog, e-commerce

Hait WordPress Theme, Copyright (C) 2022, WP Hait
Hait is distributed under the terms of the GNU GPL

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

Hait 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
--------------------------------------------- */
/* assistant-regular - latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/assistant-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/assistant-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/assistant-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/assistant-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/assistant-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/assistant-v15-latin-regular.svg#Assistant') format('svg'); /* Legacy iOS */
}
/* assistant-600 - latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/assistant-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/assistant-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/assistant-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/assistant-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/assistant-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/assistant-v15-latin-600.svg#Assistant') format('svg'); /* Legacy iOS */
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Assistant', sans-serif;
	color: #404040;
	font-size: 1.0rem;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #44555b;
	line-height: 1.2;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #0088ed;
	text-decoration: none;
}

a:visited {
	color: #0088ed;
}

a:hover,
a:focus,
a:active {
	color: #0088ed;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #44555b;
	border-radius: 0;
	background: #44555b;
	color: #fff;
	line-height: 1;
	padding: 12px 36px;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #232323;
	background: #232323;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

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

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

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

select {
	border: 1px solid #ccc;
	padding: 10px;
}

textarea {
	width: 100%;
}

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

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

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

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

.main-navigation ul ul {
	width: 225px;
	background-color: #fff;
	border: 1px solid rgba(18, 18, 18, 0.08);
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	padding: 5px 20px;
	text-decoration: none !important;
	word-wrap: break-word;
	justify-content: space-between;
}

.main-navigation ul ul a svg {
	transform: rotate(-90deg);
}

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

.main-navigation ul ul li.current-menu-item a,
.main-navigation ul ul a:hover {
	padding: 5px 20px;
	text-decoration: underline !important;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 20px;
	color: #44555b;
	display: flex;
	align-items: center;
}

.main-navigation ul li:hover a,
.main-navigation ul li.current-menu-item a {
	text-decoration: none;
	color: #0088ed;
	opacity: 1;
}

.main-navigation span.dropdown-menu-toggle {
    margin-left: 5px;
}

.main-navigation span.dropdown-menu-toggle svg {
	width: 10px;
}

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

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

.space-disabled .page-content,
.space-disabled .entry-content,
.space-disabled .entry-summary {
	margin: 0;
}

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

.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 0;
	padding-left: 15px;
}

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

.alignwide {
	margin-left: -120px;
	width: calc(100% + 240px);
	max-width: calc(100% + 240px);
}

.alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: auto;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.site-content {
    padding: 60px 0;
}

.space-disabled .site-content {
    padding: 0;
}

a.wp-block-button__link:hover {
	text-decoration: none;
	background: #44555b;
}

/*--------------------------------------------------------------
# Header Css
--------------------------------------------------------------*/
.site-header {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid rgba(18, 18, 18, 0.08);
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-branding {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.site-branding .site-logo {
	line-height: 1;
}

.site-branding .site-title,
.site-branding .site-description {
	width: 100%;
	margin: 0;
	padding: 0;
}

.site-branding .site-title {
	font-size: 1.5em;
	font-weight: 600;
}

.site-branding .site-title a {
	color: #44555b;
	text-decoration: none;
	text-transform: uppercase;
}

.site-branding .site-title a:hover {
	text-decoration: none;
	color: #0088ed;
}

.site-branding .site-description {
	color: #44555b;
}

/*--------------------------------------------------------------
## Additional Items Style
--------------------------------------------------------------*/
.additional-items {
	margin-left: 30px;
}

.main-navigation-wrap,
.additional-items-inner {
    display: flex;
    align-items: center;
}

.top-icon-wrap {
	margin-left: 15px;
}

.top-icon-wrap a {
	color: #44555b;
	opacity: 0.75;
	text-decoration: none;
	display: flex;
}

.top-icon-wrap a svg {
	max-width: 22px;
	height: auto;
}

.top-icon-wrap a:hover {
	opacity: 1;
	color: #0088ed;
}

.top-login-wrap a svg {
	max-width: 19.4px;
}

.top-cart-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.cart-value {
    color: #44555b;
    width: 22px;
    height: 22px;
    border: 1.5px solid #44555b;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    border-radius: 0px 0px 4px 4px;
    position: relative;
}

.cart-value:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
    width: 10px;
    border: 1.5px solid #44555b;
    border-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
}

.top-icon-wrap a:hover .cart-value {
	color: #0088ed;
	border-color: #0088ed;
}

.top-icon-wrap a:hover .cart-value:after {
	border-color: #0088ed;
}

/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/
.search-form-wrap {
	padding: 30px 0;
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 99;
	border-bottom: 1px solid rgba(18, 18, 18, 0.08);
}

.search-form-wrap.active {
	display: block;
}

.search-form-wrap .search-form-inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 20px;
}

.search-form-wrap .search-form {
	display: flex;
	column-gap: 10px;
	justify-content: flex-end;
}

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

.search-form-wrap .search-form .search-submit {
	min-width: 220px;
}

.close-search {
	cursor: pointer;
}

.close-search .close-bar {
	display: block;
	width: 30px;
	height: 3px;
	background: #44555b;
	margin-bottom: 5px;
}

.close-search .close-bar:first-child {
	transform: rotate(45deg);
	transform-origin: 12px;
	margin-top: 10px;
}

.close-search .close-bar:last-child {
	transform: rotate(-45deg);
	transform-origin: 7px;
	margin-top: 5px;
}

/*--------------------------------------------------------------
# Footer Css
--------------------------------------------------------------*/
.footer-widgets,
.site-footer {
	border-top: 1px solid rgba(18, 18, 18, 0.08);
	padding: 30px 0;
}

.footer-widgets-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 60px;
	padding-top: 30px;
}

.footer-widget {
	width: 100%;
	flex-basis: calc(33.33% - 40px);
}

.footer-widget a,
.footer-widget p,
.footer-widget span,
.site-info,
.footer-menu a {
	color: #121212;
	text-decoration: none;
	font-weight: normal;
}

.footer-widget a:hover,
.footer-widget a:hover span,
.footer-menu a:hover {
	color: #0088ed;
}

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

.footer-widgets .footer-widget ul li {
	border-top: 1px dotted rgba(18, 18, 18, 0.12);
	padding: 15px 0;
	color: #121212;
}

.footer-widgets .footer-widget ul li:first-child {
	border-top: none;
}

.footer-widget ins bdi {
	color: #44555b;
	padding: 0 3px;
}

.footer-widget ins bdi span{
	color: #44555b;
}

.site-footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-menu .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style: none;
	column-gap: 15px;
	margin: 0;
}

.footer-menu .menu a {
	display: inline-flex;
	align-items: center;
}

.footer-menu .menu a:after {
    content: "";
    height: 12px;
    width: 1px;
    margin-left: 15px;
    background-color: #121212;
    transform: skewX(-20deg);
}

.footer-menu .menu li:last-child a:after {
	content: none;
	margin-left: 0;
}

/*--------------------------------------------------------------
# Blog CSS
--------------------------------------------------------------*/
header.page-header {
	padding-bottom: 30px;
}

header.page-header h1 {
	margin: 0;
}

.site-articles-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.site-articles-list article {
	flex-basis: calc(33.33% - 20px);
}

article .post-thumbnail {
	display: flex;
}

article .entry-title {
	margin: 0;
}

article .entry-title a {
	text-decoration: none;
	color: #44555b;
	font-weight: 400;
}

article .entry-title a:hover,
.entry-meta a:hover,
.woocommerce-MyAccount-navigation li a:hover,
.comment-author a.url:hover,
.comment-metadata a:hover,
.comment-body .reply a:hover {
	text-decoration: none;
	color: #0088ed;
}

.space-disabled article.post,
.space-disabled article.page {
	margin-bottom: 0;
}

.entry-meta a,
.woocommerce-MyAccount-navigation li a,
.comment-author a.url,
.comment-metadata a,
.comment-body .reply a {
	text-decoration: none;
}

.site-articles-list .entry-header {
	padding-top: 15px;
}

.entry-meta {
	padding-bottom: 5px;
	display: inline-flex;
}

.entry-meta span {
	display: inline-flex;
	align-items: center;
	text-transform: capitalize;
	font-size: 0.9rem;
}

.entry-meta .posted-on + .byline:before {
	content: "";
	width: 1px;
	height: 12px;
	background: #6f6f6f;
    margin: 0 10px;
    transform: skewX(-20deg);
}

/*--------------------------------------------------------------
# Single Post CSS
--------------------------------------------------------------*/
.single-post .site-main {
	max-width: 760px;
	margin: 0 auto;
}

.single .entry-header {
	padding-top: 30px;
}

.single.space-disabled .entry-header {
	padding-top: 0;
}

.single .entry-title {
	margin: 0;
	color: #44555b;
}

.single .entry-footer {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

.entry-meta a {
	color: #44555b;
}

.entry-meta a:hover {
	color: #0088ed;
}

/*--------------------------------------------------------------
# Pagination CSS
--------------------------------------------------------------*/
.navigation.pagination {
	display: flex;
	justify-content: center;
	width: 100%;
}

.nav-links a {
	color: #44555b;
	padding: 8px 16px;
	border: 1px solid #44555b;
	text-decoration: none;
}

.nav-links a:hover {
	color: #fff;
	border-color: #44555b;
	background: #44555b;
}

.nav-links .current {
	color: #fff;
	background: #44555b;
	padding: 8px 16px;
	border: 1px solid #44555b;
}

.woocommerce-pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
	border: none;
	background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin-left: 5px;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li:first-child {
	margin-left: 0;
}

.woocommerce nav.woocommerce-pagination ul li a {
	padding: 0;
	color: #44555b;
	padding: 8px 16px;
	border: 1px solid #44555b;
	text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: transparent;
	color: #fff;
	background: #44555b;
	border-color: #44555b;
	padding: 8px 16px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: transparent;
	color: #fff;
	background: #44555b;
	padding: 8px 16px;
	border: 1px solid #44555b;
}

/*--------------------------------------------------------------
# Comment Form CSS
--------------------------------------------------------------*/
.comment-form p {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.comment-form p.comment-form-cookies-consent {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
}

.comment-form p.form-submit {
    align-items: flex-start;
}

.comment-form .required {
	color: #f95959;
}

.comment-form p.logged-in-as,
.comment-form p.comment-notes {
    flex-direction: row;
    column-gap: 5px;
}

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

li.comment.depth-1 {
	border-top: 1px solid #ccc;
	padding-top: 30px;
	margin-top: 30px;
}

li.comment.depth-1:first-child {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.comment-meta .comment-author {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.comment-meta span.says {
    display: none;
}

.comment-reply-title small {
	margin-left: 15px;
}

.comment .children .comment {
	border-top: 1px dotted #ccc;
	padding-top: 30px;
	margin-top: 30px;
}

.comment-respond,
.comments-area .comments-title {
	padding-top: 60px;
	margin-top: 0;
}

/*--------------------------------------------------------------
# WooCommerce CSS
--------------------------------------------------------------*/
.woocommerce .woocommerce-breadcrumb {
	padding-bottom: 30px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #44555b;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: normal;
	padding: 12px 36px;
	border-radius: 0;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: #fff;
	background: #232323;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.woocommerce span.onsale {
	background: #eda693;
	padding: 0;
}

.woocommerce ul.products li.product a:hover h2,
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce ul.products li.product h3:hover {
	text-decoration: none;
	color: #0088ed;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: #404040;
}

.woocommerce-message {
	border-top-color: #eda693;
}

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

.woocommerce-info {
	border-top-color: #44555b;
}

.woocommerce-info::before {
	color: #44555b;
}

.woocommerce-product-rating .star-rating,
.comment-text .star-rating {
	color: #eda693;
}

.woocommerce .quantity .qty {
	padding: 5px 10px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	padding: 5px 10px;
	width: 120px;
}

.woocommerce-input-wrapper .select2-container .select2-selection--single {
	height: 40px;
}

.woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 5px;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
	right: 7px
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #44555b;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	text-align: left;
}

.variations select,
select.orderby {
  background: url("assets/img/icon-dropdown.svg") no-repeat right #fff;
  background-position-x: 96%;
  background-size: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.variations select::-ms-expand,
select.orderby::-ms-expand {
  display: none;
}

.summary .woocommerce-variation-price {
    padding-bottom: 15px;
}

.summary .product_meta {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #fff;
	background-color: transparent;
	border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border: 1px solid #d3ced2;
	border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	outline: none;
}

.woocommerce table.shop_attributes th {
	text-align: left;
}

.woocommerce #reviews #comments ol.commentlist {
	padding-left: 0;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	gap: 15px;
	padding: 15px 0;
}

.related.products h2:first-child {
	text-transform: capitalize;
}

/*--------------------------------------------------------------
## Search result and 404 Page
--------------------------------------------------------------*/
.search .no-results .search-form {
	display: flex;
	column-gap: 10px;
}

.error404 .error-404{
	text-align: center;
}

/*--------------------------------------------------------------
##  Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1201px){
	.single-post .post-thumbnail {
		margin-left: -120px;
		width: calc(100% + 240px);
		max-width: calc(100% + 240px);
	}
}

@media screen and (min-width: 901px){
	.menu-toggle {
		display: none;
	}

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

@media screen and (max-width: 900px){
	.top-cart-wrap:hover .top-cart-content {
	    opacity: 0;
	    visibility: hidden;
	}

	.main-navigation-wrap {
		flex-direction: row-reverse;
	}

	.top-cart-wrap {
		margin-right: 15px;
	}

	.main-navigation.active-mobile ul {
		display: block;
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		padding-left: 10px;
		background-color: #45555b;
		z-index: 99;
	}

	.main-navigation.active-mobile ul a {
		color: #fff;
		justify-content: space-between;
	}

	.main-navigation.active-mobile ul ul,
	.main-navigation.active-mobile ul ul ul {
		opacity: 0;
	}

	.main-navigation.active-mobile ul li.focus > ul {
		opacity: 1;
		position: relative;
	}

	.main-navigation.active-mobile ul ul li.focus > ul {
		opacity: 1;
		left: 0;
		position: relative;
	}

	.main-navigation .menu-toggle {
		background: transparent;
		padding: 0;
		margin: 0;
		border: none;
	}

	.main-navigation .menu-bar {
		display: block;
		width: 30px;
		height: 3px;
		background: #44555b;
		margin-bottom: 5px;
	}

	.main-navigation .menu-bar:last-child {
		margin-bottom: 0;
	}

	.main-navigation.active-mobile .menu-bar:nth-child(2) {
		opacity: 0;
	}

	.main-navigation.active-mobile .menu-bar:first-child {
		transform: rotate(45deg);
		transform-origin: 4px;
	}

	.main-navigation.active-mobile .menu-bar:last-child {
		transform: rotate(-45deg);
		transform-origin: 4px;
	}

	.main-navigation.active-mobile span.dropdown-menu-toggle svg {
		transform: rotate(-90deg);
	}

	.main-navigation.active-mobile ul li.focus > a span.dropdown-menu-toggle svg {
		transform: rotate(0deg);
	}

}

@media only screen and (max-width:767px) {
	.container {
	    padding-left: 20px;
	    padding-right: 20px;
	}

	.site-articles-list article {
		flex-basis: calc(50% - 15px);
	}

	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}

	.site-articles-list,
	.footer-widgets-inner,
	.site-footer-inner {
		flex-direction: column;
	}

	.site-info {
		text-align: center;
	}

	.footer-menu {
		padding-top: 15px;
	}

	.footer-menu .menu {
		justify-content: center;
		margin: 0;
		padding: 0;
	}
}
