#ranking {
  counter-reset: number; }

#ranking div::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  width: 20px;
  width: 20px;
  z-index: 3;
  padding: 5px;
  text-align: center;
  top: 5px;
  left: 3px;
  font-size: 10px;
  line-height: 1;
  border-radius: 50%;
  color: #FFF; }

#ranking div:first-child::before {
  background: #DAA520; }

#ranking div:nth-child(2)::before {
  background: #CCC; }

#ranking div:nth-child(3)::before {
  background: #CD853F; }

#ranking div:nth-child(4)::before {
  background-color: #999; }

.flag {
  position: absolute;
  top: 0;
  padding: 1px 3px;
  font-size: 80%; }

/* layout */
.arrow_box {
  position: relative;
  background: #977d69; }

.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box:after {
  border-top-color: #977d69;
  border-width: 12px;
  margin-left: -12px; }

.arrow_box:before {
  border-top-color: #977d69;
  border-width: 15px;
  margin-left: -15px; }

/*li.current a{ 
	font-weight: bold!important;
}*/
.price {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  font-family: "futura-pt", "Helvetica Neue", "Helvetica", sans-serif; }

figcaption {
  font-size: 1.0rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }
  figcaption a {
    color: #666 !important; }
  figcaption a:hover {
    color: #999 !important; }

/* --------- select ---------- */
.ttselect {
  overflow: hidden;
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
  font-size: 11px; }
  .ttselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }

.ttselect select::-ms-expand {
  display: none; }

.ttselect::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }

.ttselect:after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: '';
  border-left: 1px solid #bbbbbb; }

.ttselect select {
  padding: 2px 38px 2px 8px;
  color: #666666; }
