.content_widget{}
.content_widget p{font-size:.875rem;padding:.7rem 0;color: #444444;line-height: normal;text-align: left;}
.content_widget ul,.content_widget ol{
    padding-left: 1rem;
    list-style: disc;
}
.content_widget ul li,.content_widget ol li{
    padding: .25rem 0;
    font-size: .875rem;
    color: #444444;
    line-height: 22px;
    text-align: left;
}

.content_widget table {width: 100%;float: left;table-layout: fixed;font-size: 15px;color: #6f6a60;line-height: 18px;}
.content_widget table .yazi { width: 100%; float: left; }
.content_widget table thead { border-bottom: solid 1px #e7e2d1; }
.content_widget table thead tr { }
.content_widget table thead th { padding-bottom: 16px !important; }
.content_widget table thead th, .content_widget table tbody td { padding: 21px 9px; }
.content_widget table tbody { }
.content_widget table tr { border-bottom: solid 1px #e7e2d1; }
.content_widget table tr:last-child { border-bottom: 0px; }
.content_widget table tr td { text-align: center; font-size: 13px; }
.content_widget table a { width: 100%; float: left; color: #454545; }
.content_widget table td:before { content: attr(data-baslik)""; display: none; }

.content_widget  strong,.content_widget b{font-weight:600;}
.contact_page_row{
    padding: 2rem 0;
}
.contact_page_sidebar{}
.contact_page_content{}
.page_sidebar_menu{
    background: #eee;
    border-radius: 6px;
    padding: 1rem;
    padding-top: 0;
    min-height: 300px;
}
.sidebar_menu_title{
    padding: 1rem;
    font-weight: 600;
    border-bottom: 1px solid #ddd7d7;
    margin-bottom: 1rem;
}
.sidebar_menu_list{}
.sidebar_menu_list ul{}
.sidebar_menu_list ul li{}
.sidebar_menu_list ul li:hover a{}
.sidebar_menu_list ul li a{
    padding: .7rem 1rem;
    display: flex;
    color: black;
    background: #0000000a;
    margin-bottom: .5rem;
    border-radius: 6px;
    font-weight: 450;
    font-size: .875rem;
    transition: .6s all ease !important;
}

.sidebar_menu_list ul li a.active{
    background: var(--themeOpacityColor);
    color: white;
}
.sidebar_menu_list ul li a:hover{
    background: var(--themeOpacityColor);
    color: white;
}

.contact_page_row .contact_forms{
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact_page_row .section_titles{
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}
.contact_page_row .section_titles .section_title{
    padding: 0;
}
.contact_page_row .section_titles .section_title h2{
    padding: 0;
    padding-bottom: .5rem;
}

.contact_page_row .section_titles.center .section_title:after{left:0}

@media(max-width: 768px){
    .page_sidebar_menu{min-height:inherit}
    .contact_page_sidebar{
        margin-bottom: 1.5rem;
    }
    .contact_page_wrapper{}
}

.coupon_code_wrapper{
    display: flex;
    border: 1px solid #eee;
    padding: 1.2rem;
    width: auto;
    margin-top: 1.2rem;
    align-items: center;
}
.coupon_code_wrapper span{
    font-weight: 550;
}
.coupon_code_wrapper .coupon_code{
    font-weight: 600;
    border: 1px dashed #4e4949;
    margin-left: .5rem;
    padding: 0.1rem .5rem;
}
