.tt-colorswatch {
    position: fixed;
    z-index: 1020;
    top: calc(50% - 124px);
    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 .coloroptions a {
    position: relative;
    width: 34px;
    height: 33px;
    display: block;
    float: left;
    transition: .2s;
    text-decoration: none !important;
}
.tt-colorswatch .coloroptions a.active:before {
    content: '\e92e';
    font-family: 'hotelfont';
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 2px;
    left: 1px;
}
.tt-colorswatch .coloroptions a:nth-child(1) {
  background: #af3c65;
}
.tt-colorswatch .coloroptions a:hover {
  opacity: .7;
}
.tt-colorswatch .coloroptions a:nth-child(2) {
  background: #8f7e57;
}
.tt-colorswatch .coloroptions a:nth-child(3) {
  background: #d55d4d;
}
.tt-colorswatch .coloroptions a:nth-child(4) {
  background: #8ba489;
}
.tt-colorswatch .coloroptions a:nth-child(5) {
  background: #5a9ebd;
}
.tt-colorswatch .coloroptions a:nth-child(6) {
  background: #c3a468;
}
.tt-colorswatch .coloroptions a:nth-child(7) {
  background: #c09a77;
}
.tt-colorswatch .coloroptions a:nth-child(8) {
  background: #e8b46c;
}
.tt-colorswatch .coloroptions a:nth-child(9) {
  background: #595b81;
}
.tt-colorswatch .coloroptions a:hover,
.tt-colorswatch .coloroptions 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 .coloroptions a.active:before {
  display: block;
}
@media only screen and (max-width: 768px) {
  .tt-colorswatch {
    top: 116px;
  }
}
.tt-colorswatch .coloroptions a {
    text-decoration: none;
}
.layoutswatch {
  top: calc(50% - 166px);
}

.layoutswatch .tt-colorswatch-options {
  position: absolute;
  left: -270px;
  width: 270px;
  background-color: #686868;
  padding: 41px 15px 8px;
  transition: .3s;
}
.tt-colorswatch.tt-open-swatch .tt-colorswatch-btn.js-layoutswatch {
  left: 270px;
  z-index: 9;
}
.layoutswatch .title {
  position: absolute;
  top: 18px;
  text-transform: uppercase;
}
.layoutswatch .title {
  font-size: 15px;
  line-height: 1em;
  font-weight: 600;
  text-align: left;
  color: #fff;
}
.layoutswatch .tt-colorswatch-options a {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}
.tt-colorswatch.layoutswatch.opened.tt-open-swatch {
  z-index: 10200;
}
.tt-colorswatch-options .is-checked {
  display: none !important;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-27px,-27px);
  width: 55px;
  height: 55px;
  padding: 0 !important;
  border-radius: 50% !important;
}
.layout-1 .tt-colorswatch-options .skin-1 .is-checked {
  display: flex !important;
}
.layout-2 .tt-colorswatch-options .skin-2 .is-checked {
  display: flex !important;
}
.layout-3 .tt-colorswatch-options .skin-3 .is-checked {
  display: flex !important;
}