/*!
Theme Name: Themes Client
Theme URI: https://xhino.com
Author URI: https://xhino.com
Description: Discover the theme that will transform your online business.
Version: 20.12.25
Tested up to: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: themex
Tags: e-commerce, custom-menu, custom-logo, grid-layout, featured-images, right-sidebar, custom-colors, editor-style, theme-options, threaded-comments, translation-ready, blog, one-column, two-columns

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

/* ==========================================================================
   Base Styles
   ========================================================================== */
body {
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	cursor: default;
	line-height: 1.5;
}

/* ==========================================================================
   Scrollbar Styles
   ========================================================================== */

/* For Webkit browsers (Chrome, Safari)
   -------------------------------------------------------------------------- */
::-webkit-scrollbar {
	width: 10px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
	background: #000000; /* Background of the scrollbar track */
	border-radius: 10px; /* Rounded corners for the track */
}

::-webkit-scrollbar-thumb {
	background: #ffffff; /* Color of the scrollbar thumb */
	border-radius: 10px; /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
	background: #000000; /* Color of the thumb on hover */
}

/* For Firefox
   -------------------------------------------------------------------------- */
body {
	scrollbar-width: thin; /* Use a thin scrollbar */
	scrollbar-color: #000000 #f1f1f1; /* Thumb color and track color */
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

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

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

li > ul,
li > ol {
	margin: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

p {
	font-size: 16px;
}

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: #00000000;
	text-decoration: none;
	padding: 0px 10px;
}

big {
	font-size: 125%;
}

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

/* ==========================================================================
   Media Elements
   ========================================================================== */

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

figure {
	margin: 0px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
   Forms
   ========================================================================== */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form {
	outline: 0;
}

input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

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: #292929;
	padding: 10px;
	width: 100%;
	border: 2px solid #a6a6a6;
}

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;
	outline: none;
	background: white;
	border: 2px solid #5e5e5e;
}

input[type="search"] {
	-webkit-appearance: none; /* Remove default styles in WebKit browsers */
	-moz-appearance: textfield; /* Remove default styles in Firefox */
	appearance: none; /* Remove default styles in modern browsers */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none; /* Remove the clear button */
}

input[type="checkbox"] {
	cursor: pointer;
}

select {
	border: 2px solid #393E46;
	padding: 10px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

textarea {
	width: 100%;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 4px;
	padding: 15px 30px;
	font-weight: 700;
	color: white;
	border: 2px solid #fafafa;
	background-color: #000000;
	text-align: center;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #000000;
}

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 {
	background-color: #000000;
}

.button:hover {
	background-color: #252525;
	color: #ffffff;
}

:focus-visible {
	outline: none;
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

a:focus {
	outline: none;
}

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

/* ==========================================================================
   Tables
   ========================================================================== */
.table-container {
	overflow-x: auto; /* Enable horizontal scrolling */
	overflow-y: hidden; /* Hide vertical overflow */
	width: 100%; /* Set the width of the container */
	border: 1px solid #ddd; /* Optional: add a border around the container */
	border-radius: 5px; /* Optional: add rounded corners */
}

table {
	width: 100%; /* Set the table width to 100% */
	border-collapse: collapse; /* Collapse borders for better styling */
	background: #ffffff;
	border: 1px solid #e3e3e3;
}

thead {
	border-bottom: 1px solid #c6c6c6;
	text-align: left;
}

tfoot {
	border-top: 1px solid #c6c6c6;
}

table,
td,
th {
	padding: 10px;
	border-collapse: collapse;
	text-align: left;
	border: 1px solid #e3e3e3;
}

tbody,
td,
tr {
	font-size: 16px;
}

th,
td {
	border: 1px solid #ddd; /* Add borders to table cells */
	padding: 8px; /* Add padding for better spacing */
	text-align: left; /* Align text to the left */
}

/* ==========================================================================
   Form Elements - Radio & Checkbox
   ========================================================================== */

/* Radio Buttons
   -------------------------------------------------------------------------- */
input[type="radio"]:checked + * {
	color: black;
	font-weight: 700;
}

input[type="radio"]:checked + *::before {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTQzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center;
}

input[type="radio"] + *::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	color: white;
}

input[type="radio"] {
	display: none;
}

/* Checkboxes
   -------------------------------------------------------------------------- */
input[type="checkbox"]:checked + *::before {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIgMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iNC4xNzcsMTAuNTYzIDAuNDM0LDYuOCAxLjU2Niw1LjY2OCA0LjE3Nyw4LjI3OSAxMC40MzUsMi4wMjMgMTEuNTY1LDMuMTU1ICIvPjwvZz48L2c+PC9zdmc+) no-repeat center center;
}

input[type="checkbox"]:checked + * {
	color: black;
	font-weight: 700;
}

input[type="checkbox"] + *::before {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	color: white;
}

input[type="checkbox"] {
	display: none;
}

/* ==========================================================================
   Screen Reader Text
   ========================================================================== */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: .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;
}

/* ==========================================================================
   Custom Select
   ========================================================================== */

/* Container for custom styling
   -------------------------------------------------------------------------- */
.custom-select {
	position: relative;
	display: block; /* full-width selects */
	width: 100%;
	margin-bottom: 10px; /* space between fields */
}

/* Remove native appearance
   -------------------------------------------------------------------------- */
.custom-select .car-search-form-select {
	-webkit-appearance: none; /* Safari & Chrome */
	-moz-appearance: none; /* Firefox */
	appearance: none; /* Standard */
	width: 100%;
	padding: 14px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 1em;
	line-height: 1.2;
	cursor: pointer;
	position: relative;
}

/* Inject custom SVG arrow
   -------------------------------------------------------------------------- */
.custom-select::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0px; /* distance from right edge */
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M21.1%2C8.8L12.9%2C17c-0.5%2C0.5-1.3%2C0.5-1.8%2C0L2.9%2C8.8C2.4%2C8.3%2C2.4%2C7.5%2C2.9%2C7l0%2C0c0.5-0.5%2C1.3-0.5%2C1.8%2C0l6.4%2C6.4c0.5%2C0.5%2C1.3%2C0.5%2C1.8%2C0L19.3%2C7c0.5-0.5%2C1.3-0.5%2C1.8%2C0v0C21.6%2C7.5%2C21.6%2C8.3%2C21.1%2C8.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

/* ==========================================================================
   Global Reset
   ========================================================================== */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
