/* 20250728235822 - v2 */
.gui,
.gui-block-linklist li a {
  color: #333333;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #333333;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #0a8de9;
}

/* custom */
.product .cols_2 { column-count: 2; column-gap: 50px; }
.product .cols_2 p { break-inside: avoid; }
#footer > img:nth-child(3), #footer > img:nth-child(4) {
	display:none;
}

.main_heading{
    font-size: calc(1.4rem + .75vw) !important;
}
.cta{
  margin-top:0px;
}
.cta .container .grid-2-cols .img img {
    width: 80%;
}
.featured.relative{
  margin-top: 10px;
}
.calendar_wrapper .container h1.text-center{
	padding-bottom: 0px;
    margin-bottom: 0px;
}
h2.month,
h2.month .year{
	color: #fff !important;
	font-size: 30px !important;
    font-weight: normal;
}
h2.month .year{
	display: inline-block;
}
.calendar_wrapper::before{
	background-color: rgba(50,50,50,.75);
}
.calendar table{
	background: rgba(0,0,0,.55);
}
.calendar header .simple-calendar-btn,
.calendar header .simple-calendar-btn{
	background: transparent !important;
}
.calendar header .simple-calendar-btn::before,
.calendar header .simple-calendar-btn::before{
	border-width: 3px 3px 0 0 !important;
}
.calendar thead td{
	color: #fff !important;
	font-weight: bold;
	border: 1px #939393 solid !important;
	text-align: center;
}
.calendar td {
	border: 1px #939393 solid !important;
	text-align: left;
    font-size: 16px;
	font-weight: bold;
}
.calendar tr td:hover{
	background: rgba(255,255,255,0.5) !important;
}
.calendar .event-container{
    background: linear-gradient(180deg, rgba(246,154,56,1) 82%, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%);
    border-radius: 15px;
    width: 300px;
    padding: 0px;
	height: 200px;
    top: 30%;
    left: 40%;
}
.calendar .event-container .event-wrapper{
    padding: 0px 0px 0px 10px;
    margin: 40px 0px 0px 0px;
    height: 145px;
    overflow-y: scroll;
	background: #fff;
}
.calendar .event{
	background: transparent !important;
    margin: 0px;
    padding: 10px !important;
    box-shadow: none !important;
}
.event-hour,
.event-date,
.event-summary{
	color: #000 !important;
}
.event-hour{
	font-weight: bold;
}
.event-date{
	color: #f69939 !important;
	font-weight: bold;
}
.calendar .event-container .close{
	top: 6px;
	right: 6px;
}

.calendar .event-container .close:before,
.calendar .event-container .close:after,
.calendar .event-container .close:hover:before,
.calendar .event-container .close:hover:after{
	background-color: #fff !important;
}

span.prod-card__badge.sale{
  background-color: #f69a38 !important;
}
.product-configure-variants label em, .tags{
  display:none;
  visibility: hidden;
}
.remodal.popcart{
	background-color: var(--footer-bg-color) !important;
}
.lnk, .lnk:hover{
  text-decoration:none !important;
}
.prod-card .btn_action.out{
  background-color: var(--news-bg-color);
}
.product_page .form_action button.btn.out{
  background-color: var(--news-bg-color);
}
.learn_refill{
  cursor:pointer;
}
