h5.errorContent {
    border: 1px solid red;
    padding: 10px 10px 10px 5px;
    color: red;
    margin-bottom: 25px;
    font-size: 1em !important;
}

h5.successContent {
    border: 1px solid white;
    padding: 10px 10px 10px 5px;
    color: green;
    margin-bottom: 25px;
    font-size: 1em !important;
}

h5.errorContent::before {
    background-color: red !important;
}

:root {
    --secondary-color: #385031;
    --border-color: #3b5234;
}
.product__card--thumbnail {
    min-height: 250px;
}

img.categories__thumbnail--img {
    filter: brightness(1.3) contrast(1.05);
}

label.widget__categories--menu__label.d-flex.align-items-center a {
    padding-right: 20px;
}

label.widget__categories--menu__label.d-flex.align-items-center svg.svg-inline--fa {
    min-width: 20px;
}
label.widget__categories--menu__label.d-flex.align-items-center svg.widget__categories--menu__arrowdown--icon {
    right: 0;
}

.ctn-preloader .animation-preloader .txt-loading .green:before {
    color: #385031;
}

/* Progress container */
.checkout-progress {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #3d4f34;
}

/* Individual steps */
.checkout-progress h5 {
    position: relative;
    flex: 1;
    margin: 0;
    padding: 18px 20px;
    background: #3d4f34;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    transition: background 0.2s ease;
}

/* Divider between steps */
.checkout-progress h5:not(:last-child) {
    border-right: 1px solid #222;
}

/* Icon sizing */
.checkout-progress svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: currentColor;
}

/* Plus icon slightly transparent */
.checkout-progress .svg-plus {
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {
    .checkout-progress {
        flex-direction: column;
    }

    .checkout-progress h5:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #222;
    }
}

/* Product variant toggle buttons */
.product__variant--buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}
.product__variant--label {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}
.product__variant--btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.8rem;
    height: 3.4rem;
    padding: 0 1rem;
    border: 1px solid var(--border-color, #3b5234);
    border-radius: 5px;
    font-size: 1.4rem;
    font-family: var(--inter-fonts, 'Inter', sans-serif);
    font-weight: 500;
    color: var(--body-text-color, #333);
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    background: transparent;
}
.product__variant--btn:hover,
.product__variant--btn.active {
    border-color: var(--secondary-color, #385031);
    color: var(--secondary-color, #385031);
    box-shadow: 0 0 0 1px var(--secondary-color, #385031);
}
.product__variant--btn.active {
    cursor: default;
    pointer-events: none;
    font-weight: 600;
    background: rgba(56, 80, 49, 0.08);
}
.product__variant--btn__color {
    width: 2.8rem;
    height: 2.8rem;
    min-width: 2.8rem;
    border-radius: 50%;
    padding: 0;
    border: 2px solid var(--border-color, #3b5234);
    position: relative;
}
.product__variant--btn__color:hover,
.product__variant--btn__color.active {
    border-color: var(--body-text-color, #333);
    box-shadow: 0 0 0 2px var(--body-text-color, #333);
}
.product__variant--btn__color::after {
    content: attr(title);
    position: absolute;
    bottom: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    background: var(--body-text-color, #333);
    color: #fff;
    font-size: 1.2rem;
    padding: 0.3rem 0.8rem;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 10;
}
.product__variant--btn__color:hover::after {
    opacity: 1;
    visibility: visible;
}

.choose__category--menu__link {
    color: white !important;
}
.sidebar__category,
.testimonial__bg {
    background: #3d4f34;
    color: white !important;
}
.home1-slider1-bg {
    background: url(../images/promobg.png);
    background-size: cover;
    background-position: center;
}

.hero__slider--layer {
    max-width: 25%;
}
.slider__content {
    min-width: 50%;
    margin-left: 25%;
}
.swiper-slide-active .slider__maintitle {
    max-width: 75%;
}
h2.slider__maintitle.h1 {
    font-size: 25pt;
    line-height: normal;
    text-decoration: none;
}

.product__card--content {
    min-height: 150px;
}
.product__description--name {
    max-width: 230px;
}

.section__heading::before {
    border: 1px solid white;
    background: white;
}

.old__price {
    text-decoration: line-through;
}