#tks_data > img {
    max-width:64px;
}
.tk_colors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.tk_color {
    border: 2px solid #eee;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    flex: 1;
}
.tk_color:hover {
    border: 2px solid #aaa;
}
.tk_color .color_img {
    width:50px;
    height:50px;
}
.tk_color div {
    line-height: 1.1em;
    font-size: 13px;
    margin-top: 16px;
}
.tkanine {
    margin-bottom:50px;
}
.tkanine h3 {
    background: #DAB000;
    padding: 10px;
    display:flex;
    align-items:center;
    margin:0;
    position: relative;
}
.tkanine h3 > span {
    top: -16px;
    right: 0;
    background: #DAB000;
    position: absolute;
    height: 16px;
    font-size: 12px;
    line-height: 1;
    padding: 4px 10px 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.tkanine h3:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: linear-gradient(45deg, black 0%, black 50%, transparent 51%);
    transform: rotate(270deg);
    margin-right:10px;
    transition: all 0.3s;
}

.tks {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    background:#eee;
}

.tks > div {
    text-align: center;
    border: 2px solid #ddd;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    margin: 10px;
    background: #fff;
}
.tks > div:hover {
    border: 2px solid #aaa;
}
#tks_data {
    text-align: center;
    padding: 10px;
    border: 2px solid #DAB000;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 108px;
}
.no_select {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.pexo {
    margin-bottom:50px;
}
.pexo h3 {
    background: #DAB000;
    padding: 10px;
    display:flex;
    align-items:center;
    margin:0;
    cursor:pointer;
    position:relative;
}
.pexo h3 > span {
    top: -16px;
    right: 0;
    background: #DAB000;
    position: absolute;
    height: 16px;
    font-size: 12px;
    line-height: 1;
    padding: 4px 10px 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.pexo h3:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: linear-gradient(45deg, black 0%, black 50%, transparent 51%);
    transform: rotate(225deg);
    margin-right:10px;
    transition: all 0.3s;
}
.slidex {
    border: 2px solid transparent;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.pexo > div > div {
    text-align: center;
    border: 2px solid #eee;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    margin: 10px;
    flex: 1;
    line-height: 1.2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pexo > div > div:hover {
    border: 2px solid #aaa;
}
.pexo_open > div {
    height: auto;
    opacity:1;
    border:2px solid #DAB000;
    padding: 10px;
}
.pexo_open h3:before {
    transform: rotate(270deg);
}
.checked {
    display:none;
    position:absolute;
    top: -8px;
    right: -8px;
    background: #DAB000;
    border-radius: 100%!important;
    width: 20px!important;
    height: 20px!important;
    padding: 4px;
    transition: all 0.3s;
}
.ex_selected {
    border: 2px solid #DAB000!important;
}
.ex_selected .checked{
    display:block;
}

