.font12{
    font-size: 1.2em;
}

.bgMorColor{
    background: rgb(106,30,116) !important;
}

.bgMor2Color{
    background: rgb(167,118,165) !important;
}

.textBeyazColor{
    color: rgb(255,255,255) !important;
}

.textMorColor{
    color: rgb(106,30,116) !important;
}

.textMorColor:hover{
    color: rgb(167,118,165) !important;
}


.text-color-hover-primary:hover, .text-hover-primary:hover{
    color: rgb(167,118,165) !important;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a:hover{
    color: rgb(167,118,165) !important;
}

ul.nav-list-arrows li a.active:after{
    background: rgb(106,30,116) !important;
}
ul.nav-list-arrows li a.active:before{
    color: rgb(167,118,165) !important;
}
ul.nav-list-arrows li a.active{
    color: rgb(167,118,165) !important;
}


.nav-link:hover{
    color: rgb(167,118,165) !important;
}

.bg-color-secondary, .bg-secondary{
    background: rgb(167,118,165) !important;
}

.custom-bg-gradient-1{
    background-image: linear-gradient(to right, var(--secondary-rgba-30) 30%, rgba(106,30,116,1) 200%) !important;
}

._map {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 375px;
    margin-top: 60px;
}



._map2 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 375px;
    margin-top: 60px;
}


.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-item input[type="checkbox"] {
    margin: 0;
}

.checkbox-item label {
    margin: 0;
    font-weight: normal;
    cursor: pointer;
}

.privacy-policy {
    border-radius: 5px;
}

.privacy-policy a {
    color: #007bff;
    text-decoration: underline;
}

.privacy-policy a:hover {
    color: #0056b3;
}

.thumb-info.thumb-info-show-hidden-content-hover:hover .thumb-info-content-inner{
	transform: translate3d(0, -15px, 0) !important;

}

.urunlerListesiHome .thumb-info.thumb-info-show-hidden-content-hover .thumb-info-content-inner{
	height: 110px;
}

.contact-form-success{
	display: none;
}

.contact-form-error{
	display: none;
}

borderRadius8{
	border-radius: 8px !important;
}

.kurumsalBannerBgImage{
	background-size: cover !important;
	width: 100%;
	height: 220px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 8px !important;
}

#offCanvasLogo{
	display: none !important;
}

.fs-25px{
    font-size: 25px !important;
}