/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
  font-family: Arial, sans-serif;
}
/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 1170px;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;

  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
   
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: #FCA816;
}
table tbody tr {
  height: 50px;
  border: #B0B0B0 1px solid;

}
table tbody tr:last-child {
  border: 1px;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


.table100-head th{
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  color: #808080;
  font-weight: unset;
  padding: 10px !important;
}

tbody tr:hover {
  color: #000;
  background-color: #C1C1C1;
  cursor: pointer;
}

.column1 {
  width: 20px;
  padding-left: 40px;
}

.column2 {
  width: 100px;
}

.column3 {
  width: 300px;
}

.column4 {
  width: 50px;
  text-align: center;
}

.column5 {
  width: 170px;
  text-align: right;
}

.column6 {
  width: 222px;
  text-align: right;
  padding-right: 62px;
}


@media screen and (max-width: 500px) {
  table {
    display: block;
  }
  table > *, table tr, table td, table th {
    display: block;
  }
  table thead {
    display: none;
  }
  table tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table tbody tr td {
    padding-left: 30% !important;
    margin-bottom: 12px;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 30%;
    left: 10px;
    top: 0;
  }
  table tbody tr td:nth-child(1):before {
    content: "Сонгох";
  }
  table tbody tr td:nth-child(2):before {
    content: "Нэр";
  }
  table tbody tr td:nth-child(3):before {
    content: "Товч утга";
  }
  table tbody tr td:nth-child(4):before {
    content: "Айлдах өдөр";
  }
  table tbody tr td:nth-child(5):before {
    content: "Үнэ";
  }
  table tbody tr td:nth-child(6):before {
    content: "";
  }

  .column4,
  .column5,
  .column6 {
    text-align: left;
  }

  .column4,
  .column5,
  .column6,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  tbody tr {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.okok {
  margin: auto;
  width: 90% !important;
  padding: 5px;
}

.label__checkbox {
  display: none;
}

.label__check {
  display: inline-block;
  border-radius: 50%;
  border: 5px solid rgba(0,0,0,0.1);
  background: white;
  vertical-align: middle;
  margin-right: 20px;
    width: 1.5em;
    height: 1.5em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border .3s ease;
  
  i.icon {
    opacity: 0.2;
    font-size: ~'calc(1rem + 1vw)';
    color: transparent;
    transition: opacity .3s .1s ease;
    -webkit-text-stroke: 3px rgba(0,0,0,.5);
  }
  
  &:hover {
    border: 5px solid rgba(0,0,0,0.2);
  }
}

.label__checkbox:checked + .label__text .label__check {
  animation: check .5s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards;
  
  .icon {
    opacity: 1;
    transform: scale(0);
    color: white;
    -webkit-text-stroke: 0;
    animation: icon .3s cubic-bezier(1.000, 0.008, 0.565, 1.650) .1s 1 forwards;
  }
}

.center {
  position: absolute;
  transform: translate(-50%,-50%);
}


@keyframes check {
  0% {
    width: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0,0,0,0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0,0,0,0.1);
    border-width: 0;
  }
  50% {
    width: 1.5em;
    height: 1.5em;
    background: #00d478;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 1.5em;
    height: 1.5em;
    background: #00d478;
    border: 0;
    opacity: 1;
  }
}
.ikfixedwrapper {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    -webkit-transform: translateZ(0);
    opacity: 1}
    .hdaily {
    height: 35px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04), 0 3px 1px -2px rgba(0,0,0,0.1), 0 1px 5px 0 rgba(0,0,0,0.06);
    overflow: hidden;
    background-color: #fff;}
    .idailyl {
    position: absolute;
    right: 0;
    width: 100%;
    padding: 5px;}
    .icontainer {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
    position: relative