@import 'https://www.hatemoglu.com/theme/v4-hatemoglu2020/sub_theme/genel/firat/user_v4/standart.css';
@import 'https://www.hatemoglu.com/theme/v4-hatemoglu2020/sub_theme/genel/firat/user_v4/popup.css';
#tabloArea table tr th {
    font-weight: bold;
}

#tabloArea table tr>*:nth-child(n+2) {
    width: 51px;
    min-width: 51px;
}

#popupSizeTab {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    overflow: hidden;
}

.kesimKategori,
#inc
 {
    display: none;
}

.secondRow {
    display: flex;
    margin-top: 20px;
}

.col-9.append {
    max-width: 600px;
}

.popupHeader span {
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    line-height: 63px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    display: block;
    width: calc(100% - 20px);
    margin-left: 20px;
}

.inc {
    display: none;
}

.olcuMenu {
    display: flex;
    flex-direction: column;
    max-height: 650px;
    overflow-y: auto;
    margin-right: 20px;
}

.olcuBirim {
    padding-left: 20px;
}

.olcuBirim span {
    width: 42px;
    border-radius: 4px;
    border: solid 0.6px #ffffff;
    background-color: #ffffff;
    font-size: 13px;
    color: #000000;
    display: inline-block;
    line-height: 21px;
    text-align: center;
}

.olcuBirim span.active {
    font-weight: bold;
    background-color: #f3f3f3;
    margin-right: 10px;
}

.olcuBirim+ul {
    padding: 0;
    margin-top: 15px;
}

.parentKategori {
    padding-left: 20px;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 2.92;
    color: #000000;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.parentKategori:hover {
    background-color: #b99e6b;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}

.parentKategori+ul>li {
    font-size: 12px;
    line-height: 2.92;
    color: #7c7c7c;
}

.parentKategori+ul {
    padding-left: 30px;
    display: none;
}

.parentKategori+ul>li:before {
    content: '-';
    margin-right: 4px;
}

.firstRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
}

#kategoriName {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
}

.kesimKategori span {
    font-size: 14px;
    line-height: 1;
    color: #000000;
    margin-right: 40px;
    display: inline-block;
    position: relative;
}

.kesimKategori span:last-child {
    margin-right: 10px;
}

.normal_kesim .kesimKategori span.normal_kesim,
.dar_kesim .kesimKategori span.dar_kesim,
.genis_kesim .kesimKategori span.genis_kesim {
    font-weight: bold;
}

.normal_kesim .kesimKategori span.normal_kesim:after,
.dar_kesim .kesimKategori span.dar_kesim:after,
.genis_kesim .kesimKategori span.genis_kesim:after {
    height: 7px;
    width: 14px;
    background: url(rectangle.png) no-repeat center center;
    display: inline-block;
    content: '';
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.imgArea.col-3 {
    width: auto;
    margin-left: 8.5px;
}

#tabloArea {
    width: calc(83.33333333% - 20px);
    max-height: 650px;
}

#tabloArea table {
    position: relative;
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    background-color: #f9f9f9;
    width: auto;
    border-spacing: 0;
    border-collapse: unset;
}

#tabloArea table tr {
    position: relative;
}

#tabloArea table tr:first-child:after,
#tabloArea table tr:nth-child(2):after {
    display: none;
}

#tabloArea table tr:after {
    content: '';
    display: inline-block;
    width: 97%;
    height: 0.5px;
    background: #d8d8d8;
    position: absolute;
    top: unset;
    left: 0;
}

#tabloArea table tr>*:nth-child(n+1) {
    background: #f9f9f9;
}

#tabloArea table tr>*:nth-child(2n) {
    background: #fff;
}

#tabloArea table tr>* {
    width: auto;
    font-size: 12px;
    line-height: 1;
    color: #000000;
    font-weight: normal;
    text-align: center;
    line-height: 52px;
    padding: 0;
    border-right: 1px solid #d8d8d8;
    vertical-align: middle;
}

#tabloArea table tr>*:first-child {
    width: 15%;
    text-align: left;
    text-indent: 10px;
    font-size: 11px;
    line-height: 20px;
    height: 54px;
    text-indent: 0;
    padding-left: 10px;
}

#tabloArea table tr:first-child>*:first-child {
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px 0 0 0;
}

#tabloArea table tr:last-child>*:first-child {
    border-radius: 0 0 0 4px;
}

#tabloArea table tr:first-child>*:nth-child(11),
#tabloArea table tr:first-child>*:last-child {
    border-radius: 0 4px 0 0;
}

#tabloArea table tr:last-child>*:nth-child(11),
#tabloArea table tr:last-child>*:last-child {
    border-radius: 0 0 4px 0;
}

#tabloArea table tr>*:nth-child(11),
#tabloArea table tr>*:last-child {
    border-right: 0;
}

#tabloArea table tr:first-child>* {
    border-bottom: 1px solid #d8d8d8;
}

#tabloArea tbody {
    background: transparent;
}

.notArea {
    margin-top: 26px;
}

.notArea span {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
}

.notArea p {
    font-size: 12px;
    line-height: 1;
    color: #000000;
    margin: 0;
    margin-top: 7px;
    padding-right: 90px;
    box-sizing: border-box;
}

#tabloArea .ilkyazi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 18px;
}


/*! standart css'e eklenecek*/

.bedenTablosuPopup {
    border: 0 !important;
    box-shadow: none !important;
    background: #fff;
}

.bedenTablosuPopup .pText {
    overflow: hidden !important;
}


/*! burası yok*/

ul,
li {
    list-style-type: none;
}

body {
    margin: 0;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.olcuMenu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: #7c7c7c;
    border-radius: 5px;
}

.olcuMenu::-webkit-scrollbar-button {
    display: none;
}

.olcuMenu::-webkit-scrollbar-thumb {
    background: #b99e6b;
    border-radius: 3px;
}

.secondRow::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: #f7f7f7;
    border-radius: 5px;
}

.secondRow::-webkit-scrollbar-button {
    display: none;
}

.secondRow::-webkit-scrollbar-thumb {
    background: #f2f2f2;
    border-radius: 3px;
}

@media screen and (max-width:768px) {
    .col-2.olcuMenu {
        width: 26%;
    }
    #tabloArea {
        width: calc(73.333333% - 20px);
    }
    .secondRow {
        flex-wrap: wrap;
        justify-content: center;
        max-height: 650px;
        overflow-y: auto;
    }
    .col-9.append {
        max-width: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:540px) {
    .col-2.olcuMenu {
        width: 100%;
        max-height: 150px;
        overflow-y: auto;
        margin-bottom: 20px;
    }
    #tabloArea {
        width: 100%;
        padding: 0 20px;
    }
}