.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: 248px;
    left: 0;
    z-index: 8;
    left: -55px;
}
.tt-colorswatch.tt-open-swatch {
    left: 0;
}
.tt-colorswatch .tt-colorswatch-btn {
    width: 52px;
    height: 52px;
    color: #fff;
    background: #fdc400;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-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:hover {
    background: #eaba13;
}
.tt-colorswatch .tt-colorswatch-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    width: 55px;
    padding: 8px 5px;
    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: 39px;
    height: 39px;
    display: inline-block;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 150ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 150ms;
    backface-visibility: hidden;
    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;
}
.tt-colorswatch .tt-colorswatch-options a:before {
    content: "\e90b";
    font-family: 'driving';
    font-size: 14px;
    line-height: 1.1;
    color: #fff;
    display: none;
    margin-top: 1px;
}
.tt-colorswatch .tt-colorswatch-options a:not(:first-child) {
    margin-top: 11px;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(1) {
    background: #fdc400;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(1):hover {
    background: #eaba13;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(2) {
    background: #dec83e;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(2):hover {
    background: #cdbc4f;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(3) {
    background: #c2a468;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(3):hover {
    background: #b29f78;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(4) {
    background: #429de4;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(4):hover {
    background: #529bd4;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(5) {
    background: #f79323;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(5):hover {
    background: #e69234;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(6) {
    background: #40b274;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(6):hover {
    background: #52a076;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(7) {
    background: #e96556;
}
.tt-colorswatch .tt-colorswatch-options a:nth-child(7):hover {
    background: #db7064;
}
.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;
}