/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 22 2026 | 08:18:37 */
.bc-addon-category__header {
    background: transparent !important;
    color: #262626;
    padding-left: 0px !important;
}

.bc-addon-category__header h3 {
    color: #262626;
    font-family: 'TiemposHeadline';
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
}

.bc-addon-item__image-wrap img {
    border-radius: 0px;
}

.bc-addon-item {
    border-radius: 0px;
}

.bc-addon-item__info-btn {
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 26px;
    height: 26px;
    border-radius: var(--bc-radius-full);
    border: none !important;
    background: rgba(255, 255, 255, 0.85);
    color: #262626 !important;
    font-size: 14px !important;
    font-weight: 700 ;
    font-style: normal !important;
    font-family: 'Unica77' !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--bc-transition);
    line-height: 1;
    padding: 0;
    z-index: 2;
}

span.bc-addon-item__name {
    font-family: 'ORACLE';
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
}

span.bc-addon-item__price {
    font-family: 'Oracle' !important;
    font-size: 14px !important;
}

.bc-addon-category__header .bc-counter {
    color: #262626 !important;
    font-family: 'Oracle';
}

:root {
    --bc-error: #DB4141;
}

.bc-addon-category--error .bc-addon-category__header {
    border-radius: 0px;
    padding-left: 10px !important;
	background: #DB4141 !important;
}

.bc-addon-category--error .bc-addon-category__header h3 {
    color: white;
}

.bc-addon-category--error .bc-addon-category__header .bc-counter {
    color: white !important;
}

span.bc-addon-category__mandatory {
    display: none;
}

.bc-addon-category {
    border-bottom: 0px solid var(--bc-border-light);
	border-width: 0px !important;
}

.bc-info-sidebar__description {
    font-family: 'Oracle' !important;
    font-size: 16px;
    color: #262626 !important;
    font-weight: normal !important;
    line-height: 21px;
}

img.bc-info-sidebar__image {
    border-radius: 0px;
}

h4.bc-info-sidebar__item-name {
    font-weight: 300 !important;
    font-size: 24px;
    line-height: 32px;
}

.bc-info-sidebar__title {
    font-size: 18px ;
    font-weight: bold;
    margin: 0;
    font-family: 'Oracle' !important;
}

.bc-info-sidebar__header {
    padding: 5px 24px !important;
}


.button:hover, .woocommerce .site .button:hover, .button:active, button:hover, button:active, input[type=submit]:hover, input[type=submit]:active, input[type=reset]:hover, input[type=reset]:active, .wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:active, .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:active, .wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:active {
    background-color: inherit;
}

.bc-size-card {
    border-radius: 0px !important;
    border-width: 1px !important;
    border-color: #dedddb !important;
}

.bc-size-card__image-wrap img {
    border-radius: 0px !important;
}

h3.bc-size-card__name {
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    color: #262626;
    padding-bottom: 1rem;
}

p.bc-size-card__price {
    font-family: 'Oracle' !important;
    color: #262626;
    font-weight: normal;
    font-size: 16px;
	line-height: 21px;
}

span.bc-size-card__price-prefix {
    font-family: 'Oracle' !important;
    color: #262626;
    font-weight: normal;
}

p.bc-size-card__description {
    font-family: 'Oracle' !important;
    font-size: 16px;
    color: #262626;
    font-weight: normal !important;
	line-height: 21px;
}

p.bc-size-selector__subtitle {
    font-family: 'Oracle' !important;
    color: #262626;
    font-weight: normal !important;
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-size: 20px !important;
    line-height: 26px;
}

p.bc-addon-picker__subtitle {
    font-family: 'Oracle' !important;
    color: #262626;
    font-weight: normal !important;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-size: 18px !important;
    line-height: 24px;
    text-align: center;
}

p.bc-addon-category__subtitle {
    font-family: 'Oracle' !important;
    font-size: 16px;
	line-height: 21px;
}

p.bc-addon-category__subtitle {
    color: #262626 !important;
}

h2.bc-size-selector__title {
    font-size: 44px;
    font-weight: normal;
    line-height: 52px;
    color: #262626;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

h2.bc-addon-picker__title {
    font-size: 36px;
    font-weight: normal;
    line-height: 44px;
    color: #262626;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

span.bc-step-indicator__label {
    font-family: 'Oracle' !important;
    font-weight: normal !important;
	font-size: 16px !important;
	line-height: 21px;
}

.bc-step-indicator__step--current .bc-step-indicator__number {
    background-color: #447964 !important;
    color: #fff;
    font-family: 'Oracle' !important;
}

.bc-step-indicator__line {
    background-color: white !important;
}

span.bc-step-indicator__number {
    background: #fff;
    color: #262626;
}

.bc-size-card--selected {
    box-shadow: 0 0 0 1px black !important;
}

.bc-addon-item--selected .bc-addon-item__name, .bc-addon-item--selected .bc-addon-item__price {
    color: white;
}

.bc-step-indicator__step--completed .bc-step-indicator__label {
    color: #262626 !important;
}

.bc-addon-item--selected {
    border-color: #447964;
    background: #447964;
    color: white;
    border-width: 2px;
    border-radius: 0px !important;
}

button.bc-btn.bc-btn--primary.bc-btn--lg {
    width: 100%;
    border-radius: .2rem;
    background: #2d5443;
    font-family: 'Oracle' !important;
    font-size: 18px;
    line-height: 24px;
}

.bc-review-sidebar__item-thumb {
    border-radius: 0px;
}

h4.bc-review-sidebar__section-title {
    color: #262626 !important;
    font-family: 'Oracle' !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
}

span.bc-review-sidebar__item-name {
    font-family: 'Oracle' !important;
    font-weight: normal !important;
    color: #262626 !important;
    line-height: 19px;
}

span.bc-review-sidebar__item-price {
    color: #262626 !important;
    font-family: 'Oracle' !important;
    font-size: 14px;
    line-height: 19px;
}

h3.bc-review-sidebar__title {
    font-weight: 400 !important;
    font-size: 26px;
    line-height: 36px;
    color: #262626 !important;
}

.bc-review-sidebar__line {
    color: #262626 !important;
    font-family: 'Oracle' !important;
}