/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 19 2024 | 20:09:43 */
button.cky-btn.cky-btn-reject {
    border-radius: 40px;
    border: 1px solid var(--dark-gray-surface, #121212) !important;
    color: var(--dark-gray-surface, #121212) !important;
    text-align: center;
    font-family: var(--space-grotesk);
	font-feature-settings: 'ss05' on, 'ss04' on, 'ss03' on, 'ss02' on;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    width: 190px;
    height: 44px;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

button.cky-btn.cky-btn-accept {
    display: flex;
    width: 190px;
    height: 44px;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: var(--dark-gray-surface, #121212) !important;
	border-color: #121212 !important;
    color: var(--white, #FFF) !important;
    text-align: center;
    font-family: var(--space-grotesk) !important;
	font-feature-settings: 'ss05' on, 'ss04' on, 'ss03' on, 'ss02' on;
    font-size: 20px ;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cky-consent-bar {
    background: var(--light-grey, #F2F2F7) !important;
}

.cky-notice-des p {
    color: var(--dark-gray-surface, #121212) !important;
    font-family: var(--golos);
	font-feature-settings: 'ss05' on, 'ss04' on, 'ss03' on, 'ss02' on;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal;
	width: 869px;

}
.cky-notice-des p {padding-left: 122px;}
.cky-consent-container .cky-consent-bar {
    border-radius: 8px 8px 0 0;
    padding: 28.5px 24px !important;
}
.cky-notice .cky-title {margin: 0 !important;}
.cky-notice-des:before {
    content: '';
    background: url(/wp-content/uploads/2023/07/coocie.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 67px;
    height: 62px;
    background-repeat: no-repeat;
    margin: 30px 40px;
}
.cky-notice-btn-wrapper {flex-direction: inherit !important;}
.cky-btn {margin: 0 0 0 10px !important;}