.tt-colorswatch {
    position: fixed;
    z-index: 1020;
    top: calc(50% - 80px);
    left: 0;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
}
.tt-colorswatch.tt-open-swatch {
  left: 0;
}
.tt-colorswatch .tt-colorswatch-btn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 0 3px 3px 0;
    padding: 0;
    transition: .3s;
    cursor: pointer;
}
.tt-colorswatch.tt-open-swatch .tt-colorswatch-btn {
    left: 140px;
}
.tt-colorswatch .tt-colorswatch-btn img {
  max-width: 100%;
  height: auto;
}
.tt-colorswatch .tt-colorswatch-btn:hover {
  opacity: .7;
}
.tt-colorswatch .tt-colorswatch-options {
    background-color: #343332;
    padding: 18px;
    transition: .3s;
    left: -140px;
    width: 140px;
    position: absolute;
}
.tt-colorswatch.tt-open-swatch .tt-colorswatch-options {
  left: 0;
}
.tt-colorswatch .tt-colorswatch-options a {
    position: relative;
    width: 34px;
    height: 33px;
    display: block;
    float: left;
    transition: .2s;
    text-decoration: none !important;
}
.tt-colorswatch .tt-colorswatch-options a.active:before {
    content: '\e92e';
    font-family: 'hotelfont';
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 2px;
    left: 1px;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(1) {
  background: #af3c65;
}
.tt-colorswatch .tt-colorswatch-options a:hover {
  opacity: .7;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(2) {
  background: #8f7e57;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(3) {
  background: #d55d4d;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(4) {
  background: #8ba489;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(5) {
  background: #5a9ebd;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(6) {
  background: #c3a468;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(7) {
  background: #c09a77;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(8) {
  background: #e8b46c;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(9) {
  background: #595b81;
}
.tt-colorswatch .tt-colorswatch-options a:hover,
.tt-colorswatch .tt-colorswatch-options a.active {
  -webkit-transform: scale(1.11, 1.11);
  -webkit-transition-timing-function: ease-out;
  -moz-transform: scale(1.11, 1.11);
  -moz-transition-timing-function: ease-out;
}
.tt-colorswatch .tt-colorswatch-options a.active:before {
  display: block;
}
@media only screen and (max-width: 768px) {
  .tt-colorswatch {
    top: 116px;
  }
}
.tt-colorswatch .tt-colorswatch-options a {
    text-decoration: none;
}