/*!
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: 2.0
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: botiga
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.

*/

body {
    background-color: #EEEEEE;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    cursor: default;
    line-height: 1.5;
    font-family: "Outfit", Arial, sans-serif;
}


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

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

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

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


/* For Firefox */
body {
    scrollbar-width: thin; /* Use a thin scrollbar */
    scrollbar-color: #888 #f1f1f1; /* Thumb color and track color */
}
h1 { font-size: 36px; } h2 { font-size: 32px; } h3 { font-size: 28px; } h4 { font-size: 24px; } h5 { font-size: 20px; } 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;
}

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



figure {
    margin: 0px;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.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 */
}

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


table {
    background: #ffffff;
}
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;
}
table {
    border: 1px solid #e3e3e3;
    width: 100%;
}
tbody, 
td, 
tr {
    font-size: 16px;

}


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

form {
    outline: 0;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

a:focus {
    outline: none;
}

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



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

:focus-visible {
    outline: none;
}

/* Forms
--------------------------------------------- */
.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 #950000;background-color: #d32323;background-image: linear-gradient(to top, #a70707, #ca0101);text-align: center;cursor: pointer;}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #d32323;
    background-image: linear-gradient(to top, #870000, #d60000);
}

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: #d32323;
    background-image: linear-gradient(to top, #870000, #d60000);
}

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 {
  /* styling for the select element */
   /* adjust the width as needed */
   /* adjust the height as needed */
  border: 2px solid #393E46;
  padding: 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}


textarea {
    width: 100%;
}
/* Typography
--------------------------------------------- */

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

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

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


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