/*
* Yerel Yazıtipi kullanıyorsanız Yorum Satırı işaretçilerini kaldırın.
* "Custom (Özel) Font" yazan yere kendi yazı tipinizin adını yazın.
*
* If you use Local Fonts, please remove comment line markers.
* Write your font name to the place where "Custom (Özel) Font" is written.
*
:root {
    --body-font-family:"Custom (Özel) Font", sans-serif;
    --body-font-weight:400;
    --menu-font-family:"Custom (Özel) Font", sans-serif;
    --menu-font-weight:600;
    --h1-font-family:"Custom (Özel) Font", sans-serif;
    --h1-font-weight:700;
    --h2-font-family:"Custom (Özel) Font", sans-serif;
    --h2-font-weight:600;
    --h3-font-family:"Custom (Özel) Font", sans-serif;
    --h3-font-weight:600;
    --h4-font-family:"Custom (Özel) Font", sans-serif;
    --h4-font-weight:600;
    --h5-font-family:"Custom (Özel) Font", sans-serif;
    --h5-font-weight:600;
    --h6-font-family:"Custom (Özel) Font", sans-serif;
    --h6-font-weight:600;
}
*/

.pricing-widget-style-default .pricing-button .btn-default{
    --bs-btn-color: var(--theme-primary);
	--bs-btn-bg: rgba(var(--theme-primary-rgb), .15);
	--bs-btn-border-color: rgba(var(--theme-primary-rgb), .15);
	--bs-btn-hover-color: #fff;
	--bs-btn-focus-shadow-rgb: 255, 255, 255;
	--bs-btn-active-color: #fff;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-gradient: none;
	--bs-btn-disabled-color: rgba(var(--theme-primary-rgb), .15);
	--bs-btn-disabled-bg: rgba(var(--theme-primary-rgb), .15);
	--bs-btn-disabled-border-color: rgba(var(--theme-primary-rgb), .15);
	--bs-btn-hover-bg: var(--theme-primary);
	--bs-btn-hover-border-color: var(--theme-primary);
	--bs-btn-active-bg: var(--theme-primary);
	--bs-btn-active-border-color: var(--theme-primary);
}

.pricing-widget-style-default .pricing-button .btn-success{
    --bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--theme-primary);
	--bs-btn-border-color: var(--theme-primary);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: hsl(var(--theme-primary-hsl) 45%);
	--bs-btn-hover-border-color: hsl(var(--theme-primary-hsl) 45%);
	--bs-btn-focus-shadow-rgb: 255, 255, 255;
	--bs-btn-active-color: var(--bs-white);
	--bs-btn-active-bg: hsl(var(--theme-primary-hsl) 45%);
	--bs-btn-active-border-color: hsl(var(--theme-primary-hsl) 45%);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: rgba(var(--theme-primary-rgb), 0.5);
	--bs-btn-disabled-border-color: rgba(var(--theme-primary-rgb), 0.1);
}

.pricing-period-swithcer .package-prices-highlighter {
	background: var(--theme-primary);
}