.pro_kat_color {
    color: black !important;
}

.cs-accent_color_3 {
    color: rgb(147, 155, 98);
}

.beyaz_bg {
    background-color: white !important;
}

header .beyaz_bg {
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgb(211 211 211) 0%, rgba(255,255,255,1) 100%);
}

#menutest .beyaz_bg {
    background-color: white !important;
}
.product_meta_pc {
    font-size: 12px;
    line-height: .6em;
}

.footer_font_pc {
    font-size: 14px;
    line-height: 1.3em;
}

.footer_cat_header_pc {
    font-size: 20px !important;
    line-height: 1.3em;
}


/***************/

.fab-options li {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
}

.fab-label {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background: #666666;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}

.fab-container {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 999;
    cursor: pointer;
}

.fab-icon-holder {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #6b6967;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.fab-icon-holder:hover {
    background: #ff9800
}

.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #ffffff;
}

.fab-bg {
    width: 60px;
    height: 60px;
    background: #ff9800
}

.fab-options {
    list-style-type: none;
    margin: 0;
    position: absolute;
    bottom: 65px;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 50% bottom;
    padding-left: 2px;
}

.fab:hover+.fab-options,
.fab-options:hover {
    opacity: 1;
    transform: scale(1);
}

.fab-options li {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
}

.fab-label {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background: #666666;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}


/* ***** categori list page menu**********/

.sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #83847f;
}

.sidebar .nav-link:hover {
    color: #ff9800;
}


/* kategori akordeon navigation*/

.nav-link_pc {
    font-size: medium;
    display: block;
    padding: 0 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.sticky-sidebar {
    position: sticky !important;
    top: 200px !important;
    height: 100% !important;
}

.product_meta_pc li:first-child {
    font-size: 13px !important;
}


/************image zoom effect*****/

.img_product_container {
    cursor: zoom-in;
}

.img_product {
    transition: transform 0.5s ease-out;
}


/***************/

.cpinput-gizle{
    position: absolute;
    top: -1000px;
    z-index: -1000000;
}
