body {
	color: #000 !important;
}

.block-minicart .block-title {
	color: #000 !important;
}

.block-minicart .subtitle.empty {
	color: #000 !important;
}

.kegs-options-list {
    margin-top: 15px;
}

.kegs-option-item {
    margin-bottom: 12px;
}

.kegs-option-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.kegs-option-checkbox {
    width: 18px;
    height: 18px;
    margin: 0 !important;
    flex: 0 0 auto;
}

.kegs-option-label {
    margin: 0 !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    flex: 1 1 auto;
}

.kegs-option-price {
    font-weight: 600;
}

.kegs-option-qty-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-left: auto;
    flex: 0 0 auto;
}

.kegs-qty-btn {
    width: 34px;
    height: 34px;
    border: 1px solid #ddd;
    background: #f7c28a;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
}

.kegs-qty-btn:first-child {
    border-radius: 20px 0 0 20px;
}

.kegs-qty-btn:last-child {
    border-radius: 0 20px 20px 0;
}

.kegs-option-qty {
    width: 48px !important;
    height: 34px !important;
    min-width: 48px;
    text-align: center;
    border: 1px solid #ddd !important;
    border-left: 0 !important;
    border-right: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.kegs-qty-btn:disabled,
.kegs-option-qty:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* Mobile */
@media (max-width: 767px) {
    .kegs-option-row {
        flex-wrap: wrap;
    }

    .kegs-option-label {
        flex: 1 1 calc(100% - 35px);
    }

    .kegs-option-qty-wrap {
        margin-left: 28px;
        margin-top: 6px;
    }
}

@media only screen and (min-width: 768px) {
	.page-header .header-middle .header-panel-container {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.page-header .sticky-menu:not(.active) .header-search input.input-text {
		color: #000000;
	}
}
@media only screen and (max-width: 767px) {

	.page-header .nav-toggle {
		top: 28px !important;
	}

	.header-search-wrap {
		padding: 20px 10px 0 0 !important;
	}

}