/*
Theme Name: Kayon
Theme URI: https://kayon.themerex.net/
Description: Kayon is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0.0
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: kayon
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
                	          		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                            	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

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

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}

/*# sourceMappingURL=style.css.map */
.d-none {
    display: none !important;
}
.sc_testimonials_chit .sc_testimonials_item{min-height:100%;}
body.hide_fixed_rows .sc_layouts_row_fixed_on.sc_layouts_row_fixed_with_fullscreen.sc_layouts_row_fixed_with_fullscreen,.sc_layouts_row_fixed_on.sc_layouts_row_delay_fixed.sc_layouts_row_fixed_with_fullscreen.sc_layouts_row_fixed_with_fullscreen{animation:none;}
.sc_layouts_row_type_compact{transition:0.7s all ease;}
.sc_layouts_row_type_compact.sticky {
    background-color: #101010;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 70px !important;
    transition: all 0.3s ease;
    z-index: 999;
    width: 100%;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.sticky:not(.post_layout_custom) {
    border: none !important;
}
.product-nav-buttons {
    display: flex;
    width: 85%;
    flex-direction: row;
    justify-content: flex-end;
}
a.product-nav-btn {
    background-color: #ed1b24;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s ease;
    margin: 11px;
}
a.product-nav-btn:hover {
    background-color: #333;
	color: #fff;
}
.product-nav-btn.disabled {
  background-color: #ccc;
  color: #666;
	padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s ease;
    margin: 11px;
  cursor: not-allowed;
}
/* Toggle Button */
.cat-toggle-button {
  position: fixed;
  right: 0;
  top: 100px;
  width: 30px;
  height: 90px;
  background: #222;
  color: #fff;
  font-size: 12px;
  writing-mode: vertical-rl;
  text-align: center;
  line-height: 90px;
  cursor: pointer;
  z-index: 10001;
}

/* Sidebar */
/* Right-side Toggle Button */
.cat-toggle-button {
  position: fixed;
  right: 0;
  top: 40%;
  width: 30px;
  height: 90px;
  background: #222;
  color: #fff;
  font-size: 12px;
  writing-mode: vertical-rl;
  text-align: center;
  white-space: nowrap;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 11;
  border-radius: 5px 0 0 5px;
}

/* Sidebar on right side */
/* Toggle Button (right side) */
.cat-toggle-button {
  position: fixed;
  right: 0;
  top: 40%;
  width: 50px;
  height: 170px;
  background-color: #101010;
  color: #fff;
  font-size: 20px;
  writing-mode: vertical-rl;
  text-align: center;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10001;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}


/* Optional Hover Glow */
.cat-toggle-button:hover {
  background-color: #ED1B24;
  color: #fff;
  box-shadow: 0 0 12px rgba(237, 27, 36, 0.6);
}

/* Sidebar Container */
.floating-right-cat {
  position: fixed;
  top: 14%;
  right: 0; /* next to the toggle button */
  width: 200px;
  height: 90vh;
  overflow-y: auto;
  background-color: #101010;
  padding: 10px 30px;
  z-index: 11111;
  transition: right 0.3s ease;
}

/* Hide Sidebar */
.floating-right-cat.closed {
  right: -280px;
}

/* Close Button Style */
.floating-right-cat .close-btn {
  position: relative;
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 25px;
  cursor: pointer;
  margin-bottom: 15px;
	margin-top: 20px;
  background-color: #101010;
  color: #fff;
}

/* Category List Styling */
.cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-list .main-cat > a {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px solid #1f1e1f;
}
.cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  max-height: calc(90vh - 60px); /* adjust based on header */
  -ms-overflow-style: none;  /* IE/Edge */
  scrollbar-width: none;     /* Firefox */
}

/* Chrome, Edge, Safari */
.cat-list::-webkit-scrollbar {
  display: none;
}

.subcat-list {
  margin-left: 15px;
  display: none;
}

.subcat-list li a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 3px 0;
}

/* Active Subcategory Highlight */
.subcat-list li a.active-sub {
 color: var(--theme-color-text_link);
}

/* Arrow Icon */
.arrow-icon {
  font-size: 10px;
  transition: transform 0.3s ease;
}

.arrow-icon.open {
  transform: rotate(180deg);
}
/* --------- Chrome, Edge, Safari --------- */
.floating-right-cat::-webkit-scrollbar {
  width: 1px;
  height: 0 !important; /* disables horizontal scroll */
}

.floating-right-cat::-webkit-scrollbar-button {
  display: none;  /* Hides up/down buttons */
  height: 0;
  width: 0;
}

.floating-right-cat::-webkit-scrollbar-track {
  background: #101010;
}

.floating-right-cat::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 10px;
  min-height: 20px; /* Ensures it's small */
}

/* --------- Firefox --------- */
.floating-right-cat {
  scrollbar-width: thin;              /* thin = ~4px in Firefox */
  scrollbar-color: #444 #101010;      /* thumb / track */
}


