/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Description: Child theme for the Kadence theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: kadence
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kadence-child
*/

/* Add your custom styles below this line */ 

 tr a.button.add_to_cart_button {
    border: 1px solid #d02e31 !important;
 }

.wpt-new-footer-cart {
    background-color: #d02e31 !important;
} 

.wpt-new-footer-cart span.wpt-fcart-coll-expand {
    background-color: #d02e31 !important;
}

.wpt-new-footer-cart span.wpt-fcart-coll-expand:hover {
    background-color: #d02e31 !important;
}

.wpt-lister {
    border-top: 3px solid #d02e31 !important;
}

.wpt-lister .lister-ins {
    color: #d02e31 !important;
}

.wpt-lister .lister-ins:hover {
    color: #d02e31 !important;
}

/* Datepicker Styles */
#ui-datepicker-div {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-family: inherit; /* Use theme font */
    font-size: 14px;
}

#ui-datepicker-div .ui-datepicker-header {
    background-color: #f8f8f8;
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
    position: relative;
    text-align: center;
    border-radius: 4px 4px 0 0;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #555;
    font-size: 18px;
		padding: 5px;
}

#ui-datepicker-div .ui-datepicker-prev {
    display: none;
}

#ui-datepicker-div .ui-datepicker-next {
    display: none;
}

#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
    display: none; /* Hide text, use icons or keep simple arrows */
}

/* Basic arrow styling (replace with icon font if available) */
#ui-datepicker-div .ui-datepicker-prev::before {
	content: '\25C0'; /* Left arrow */
}

#ui-datepicker-div .ui-datepicker-next::before {
	content: '\25B6'; /* Right arrow */
}

#ui-datepicker-div .ui-datepicker-title {
    font-weight: bold;
    color: #333;
	display: flex;
}

#ui-datepicker-div .ui-datepicker-title select {
    margin: 0 5px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
    background-color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

#ui-datepicker-div .ui-datepicker-calendar th {
    padding: 8px 5px;
    text-align: center;
    font-weight: normal;
    color: #777;
    font-size: 12px;
}

#ui-datepicker-div .ui-datepicker-calendar td {
    border: 1px solid #eee;
    padding: 2px;
    text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default {
    display: block;
    padding: 8px 5px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border-radius: 3px;
    transition: background-color 0.2s, color 0.2s;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-default:hover {
    background-color: #f0f0f0;
    color: #000;
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a.ui-state-default {
    background-color: #fffde7; /* Light yellow for today */
    font-weight: bold;
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-default,
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight { /* Current selected day */
    background-color: #9a1919; /* Theme color */
    color: #fff;
    font-weight: bold;
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-other-month {
    background-color: #f9f9f9;
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-other-month a.ui-state-default {
    color: #aaa;
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled span,
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-unselectable span {
    color: #ccc;
    cursor: default;
		display: block;
    padding: 8px 5px;
}

#ui-datepicker-div .ui-datepicker-week-end span {
	/* Optional: Style weekend day names if needed */
}

#ui-datepicker-div .ui-datepicker-week-end a.ui-state-default {
	/* Optional: Style weekend dates if needed, e.g., slightly different color */
	/* color: #777; */
}

/* Ensure icons are visible if using ui-icon classes */
#ui-datepicker-div .ui-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
		/* Add background-image if using a sprite */
}

.ui-timepicker-container {
	z-index: 9999 !important;
}
