.tt-colorswatch {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: fixed;
    top: 279px;
    left: 0;
    z-index: 8;
    left: -270px; }
    .tt-colorswatch.tt-open-swatch {
      left: 0; }
    .tt-colorswatch .tt-colorswatch-btn {
      width: 58px;
      height: 54px;
      color: #fff;
      position: relative;
      background: #dd3d53;
      cursor: pointer;
      -webkit-border-top-right-radius: 31px;
      -webkit-border-bottom-right-radius: 31px;
      -moz-border-radius-topright: 31px;
      -moz-border-radius-bottomright: 31px;
      border-top-right-radius: 31px;
      border-bottom-right-radius: 31px;
      transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear; }
      .tt-colorswatch .tt-colorswatch-btn img {
        max-width: 100%;
        height: auto; }
      .tt-colorswatch .tt-colorswatch-btn svg {
        width: 20px;
        height: 20px;
        fill: #ffffff;
        position: absolute;
        top: 17px;
        left: 14px; }
    .tt-colorswatch .tt-colorswatch-options {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 270px;
      padding: 0px 0px 21px;
      background: #ffffff;
      backface-visibility: hidden;
      box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
      -o-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05); }
      .tt-colorswatch .tt-colorswatch-options a {
        width: 59px;
        height: 59px;
        display: inline-block;
        margin-left: 21px;
        margin-top: 21px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        -webkit-transition: background 0.2s linear;
        transition: background 0.2s linear; }
        .tt-colorswatch .tt-colorswatch-options a:before {
          content: "\e934";
          font-family: "carleader";
          font-size: 14px;
          line-height: 1.1;
          color: #fff;
          display: none;
          margin-top: 1px; }
        .tt-colorswatch .tt-colorswatch-options a:nth-child(1) {
          background: #dd3d53; }
          .tt-colorswatch .tt-colorswatch-options a:nth-child(1):hover {
            background: #c15a68; }
        .tt-colorswatch .tt-colorswatch-options a:nth-child(2) {
          background: #ffc000; }
          .tt-colorswatch .tt-colorswatch-options a:nth-child(2):hover {
            background: #dfb020; }
        .tt-colorswatch .tt-colorswatch-options a:nth-child(3) {
          background: #f69323; }
          .tt-colorswatch .tt-colorswatch-options a:nth-child(3):hover {
            background: #d99140; }
        .tt-colorswatch .tt-colorswatch-options a:nth-child(4) {
          background: #4598ff; }
          .tt-colorswatch .tt-colorswatch-options a:nth-child(4):hover {
            background: #5c9be8; }
        .tt-colorswatch .tt-colorswatch-options a:nth-child(5) {
          background: #3bbe3e; }
          .tt-colorswatch .tt-colorswatch-options a:nth-child(5):hover {
            background: #5a9f5c; }
        .tt-colorswatch .tt-colorswatch-options a:nth-child(6) {
          background: #50bebd; }
          .tt-colorswatch .tt-colorswatch-options a:nth-child(6):hover {
            background: #6ea0a0; }
        .tt-colorswatch .tt-colorswatch-options a.active:before {
          display: block; }
    @media only screen and (max-width: 768px) {
      .tt-colorswatch {
        top: 205px; } }
  
  body:not(.touch) .tt-colorswatch .tt-colorswatch-btn:hover {
    background: #222222; }