.color-palate {
    background: #ffffff none repeat scroll 0 0;
    position: fixed;
    left: -285px;
    top: 20%;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 285px;
    z-index: 999;
    padding-bottom: 20px;
}

.color-palate .inner-palate {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all
}

.color-palate-head {
    background: #1baebf none repeat scroll 0 0;
    padding: 15px 0;
    margin-bottom: 20px;
}

.color-palate-head h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    margin-top: 4px;
    text-transform: uppercase;
}

.color-palate h6 {
    position: relative;
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 10px;
}

.palate {
    background: red none repeat scroll 0 0;
    display: block;
    float: left;
    height: 45px;
    margin: 0 1% 4px;
    width: 18%;
    cursor: pointer;
    position: relative;
}

.colors-list .active::after {
    background: url(../images/icons/tick.png) center center no-repeat !important;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.various-color {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    padding: 20px 20px;
}

.colors-list {
    margin: 0;
}

.secondary-head {
    background: #cb212a none repeat scroll 0 0;
    padding: 14px 0;
}

.secondary-color {
    padding: 23px 0;
}

.secondary-colors-list {
    margin: 0 80px;
}

.palate-foo {
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    padding: 0 0 10px;
    line-height: 1.6em;
}

.palate.default-color {
    background: #1baebf none repeat scroll 0 0;
}

.palate.brunette-color {
    background: #3a1e08 none repeat scroll 0 0;
}

.palate.caramel-color {
    background: #65350f none repeat scroll 0 0;
}

.palate.carob-color {
    background: #362511 none repeat scroll 0 0;
}

.palate.cedar-color {
    background: #4a3728 none repeat scroll 0 0;
}

.palate.chocolate-color {
    background: #2e1403 none repeat scroll 0 0;
}

.palate.cinnamon-color {
    background: #65290d none repeat scroll 0 0;
}

.palate.coffee-color {
    background: #4b371c none repeat scroll 0 0;
}

.palate.gingerbread-color {
    background: #5d2c04 none repeat scroll 0 0;
}

.palate.hickory-color {
    background: #371d10 none repeat scroll 0 0;
}

.palate.mocha-color {
    background: #3c280d none repeat scroll 0 0;
}

.palate.peanut-color {
    background: #795c34 none repeat scroll 0 0;
}

.palate.pecan-color {
    background: #4f2c19 none repeat scroll 0 0;
}

.palate.penny-color {
    background: #532815 none repeat scroll 0 0;
}

.palate.syrup-color {
    background: #481f01 none repeat scroll 0 0;
}

.palate.tawny-color {
    background: #80471c none repeat scroll 0 0;
}

.palate.tortilla-color {
    background: #9a7b4f none repeat scroll 0 0;
}

.palate.umber-color {
    background: #352315 none repeat scroll 0 0;
}

.palate.walnut-color {
    background: #432616 none repeat scroll 0 0;
}

.palate.wood-color {
    background: #3f301d none repeat scroll 0 0;
}

.color-trigger {
    background: #ffffff none repeat scroll 0 0;
    cursor: pointer;
    height: 50px;
    right: -46px;
    position: absolute;
    top: 20%;
    width: 46px;
    color: #343a40;
    padding-top: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.color-trigger i {
    color: #343a40;
    font-size: 18px;
    line-height: 40px;
    animation: fa-spin 2s linear infinite;
    -webkit-animation: fa-spin 2s linear infinite;
    -moz-animation: fa-spin 2s linear infinite;
    -ms-animation: fa-spin 2s linear infinite;
    -o-animation: fa-spin 2s linear infinite;
}

.color-trigger:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #343a40;
    font-size: 18px;
    line-height: 50px;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: #ffffff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.color-palate.visible-palate {
    left: 0px;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.color-palate.visible-palate .color-trigger:before {
    opacity: 1;
    visibility: visible;
}

.color-palate .option-box {
    position: relative;
    padding: 0 5px;
    margin-bottom: 30px;
}

.color-palate .option-box:after {
    display: table;
    content: "";
    clear: both;
}

.color-palate .option-box li:first-child {
    margin-right: 2%;
}

.color-palate .option-box li {
    position: relative;
    float: left;
    min-width: 48%;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 18px;
    text-align: center;
    background-color: #ffffff;
    color: #212529;
    box-shadow: 0 0 5px rgba(0, 0, 0, .10);
    border: 1px solid #f1f1f1;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.color-palate .option-box li:last-child {
    margin-right: 0;
}

.color-palate .option-box li.active,
.color-palate .option-box li:hover {
    background-color: #cb212a;
    color: #ffffff;
}

.color-palate .purchase-btn {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 4px 10px;
    background-color: #1baebf;
    max-width: 180px;
    margin: 10px auto 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.color-palate .purchase-btn:hover {
    background-color: #cb212a;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.color-palate .lower-options {
    position: relative;
    padding: 0 20px;
}

.color-palate .box-mode-bg {
    position: relative;
    display: none;
    margin-bottom: 20px;
}

.color-palate .box-mode-bg li {
    position: relative;
    float: left;
    height: 40px;
    margin: 0 1% 3px;
    width: 23%;
    border: 1px solid #f1f1f1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.color-palate .box-mode-bg li:hover {
    cursor: pointer;
}

.color-palate .box-mode-bg li.active::after {
    background: url(../images/icons/tick-2.png) center center no-repeat !important;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}