/** Shopify CDN: Minification failed

Line 245:26 The "-" operator only works if there is whitespace on both sides

**/
/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
* {
  outline: 0 !important;
  box-sizing: border-box; }

.nav > li > a:focus {
  background: transparent; }

a:hover {
  text-decoration: none !important; }

.clear-none {
  clear: none !important; }

.clear-space {
  padding: 0 !important; }

.clear-space-left {
  padding-left: 0; }

.clear-space-right {
  padding-right: 0; }

.red {
  color: red; }

.left {
  float: left; }

.right {
  float: right; }

.flex {
  display: flex; }

.inline-block {
  display: inline-block; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.row.flex {
  display: flex;
  flex-direction: row; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.delay02 {
  transition: all .2s ease; }

.delay03 {
  transition: all .3s ease; }

.delay04 {
  transition: all .4s ease; }

.delay05 {
  transition: all .5s ease; }

.delay1 {
  transition: all 1s ease; }

.delay1_5 {
  transition: all 1.5s ease; }

.delay2 {
  transition: all 2s ease; }

.uppercase {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.full-width {
  width: 100%; }

.column-10 {
  width: 10%; }

.column-3 {
  width: 33.33333%; }

.column-4 {
  width: 25%; }

.column-6 {
  width: 16.66667%; }

.column-20 {
  width: 20%; }

.column-30 {
  width: 30%; }

.column-40 {
  width: 40%; }

.column-50 {
  width: 50%; }

.column-60 {
  width: 60%; }

.column-70 {
  width: 70%; }

.column-80 {
  width: 80%; }

.column-90 {
  width: 90%; }

.dropdown-menu {
  transform: translateY(10px);
  transition: .3s; }

.dropdown-menu li a {
  font-size: 14px !important;
  line-height: 24px; }

.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
  transform: none;
  transition: .3s; }

.mega-menu-main {
  padding-bottom: 30px;
  min-width: 550px;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0; }

.menu-main li {
  list-style-type: none; }

.menu-main .lv1 li a {
  font-size: 16px; }

.btn-default {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  background: #fff; }

.btn-default:hover {
  background: #fff; }

.btn-default:focus {
  background: #fff; }

.btn-default:focus:active {
  background: #fff; }

.btn-default:active {
  background: #fff;
  box-shadow: unset; }

.btn-default.active {
  background: #fff;
  border-color: #fff;
  box-shadow: unset; }

.btn-default.active:hover {
  background: #fff; }

.btn-default.active:focus {
  background: #fff !important; }

a:focus {
  text-decoration: none; }

.form-control:focus {
  border-color: #ddd;
  box-shadow: unset; }

.link-default {
  color: black;
  transition: all .3s ease; }

.link-default:hover {
  color: #ee9051; }

.circle {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  transition: .3s; }
  .circle:hover {
    transform: scale(1.2);
    transition: .3s; }

.table > tbody > tr > td {
  vertical-align: middle; }

.input-number-group {
  display: flex; }

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  appearance: none; }

.input-number-group .input-group-button {
  line-height: calc(80px/2-10px); }

.input-number-group .input-number {
  width: 40px;
  text-align: center;
  outline: none;
  display: block;
  margin: 0; }

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  user-select: none; }

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400; }

.input-number-group .input-number-decrement {
  margin-right: 0.3rem; }

.input-number-group .input-number-increment {
  margin-left: 0.3rem; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

li .link-menu {
  color: #323232; }

li .link-menu.white {
  color: #fff; }

li:hover .link-menu {
  color: #ee9051; }

.link-menu {
  color: #323232; }

.link-menu.white {
  color: #fff; }

.link-menu.white .st0 {
  stroke: #fff; }

.link-menu:hover i {
  color: #ee9051; }

.title-hover:hover {
  color: #ee9051 !important; }

.hover-zoom-out {
  overflow: hidden;
  transition: all .5s ease; }

.hover-zoom-out:hover {
  transform: scale(1.05); }

.over-hidden {
  overflow: hidden; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
  background: rgba(29, 29, 31, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }

.overlay.active {
  opacity: 1;
  visibility: visible; }

.overlay-mini {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .3s ease;
  transform: scale(0);
  top: 0; }

.form-search {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  padding: 10% 0 0 0; }

.form-search h3 {
  font-size: 50px;
  padding-bottom: 55px;
  text-transform: capitalize;
  line-height: 60px; }

.form-search i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: #333;
  transition: all .3s ease; }

.form-search i:hover {
  transform: rotate(90deg); }

.form-search form {
  justify-content: center;
  display: flex; }

.form-search form input {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  height: 50px;
  width: 60%;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: unset; }

.form-search form input::-webkit-input-placeholder {
  color: #000; }

.form-search form input::-moz-placeholder {
  color: #000; }

.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 5px 50px;
  text-transform: uppercase;
  transition: all .3s ease; }

.form-search form button:hover {
  background: #41cce5; }

.form-cart {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff; }

.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all .3s ease; }

.form-cart i:hover {
  transform: rotate(90deg); }

.form-cart h3 {
  font-size: 36px;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px; }

.form-cart .empty-cart {
  padding-top: 50%; }

.form-cart .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px; }

.form-cart .empty-cart a {
  width: 187px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #ee9051;
  color: #fff;
  font-size: 18px;
  margin-left: 30%; }

.form-cart .empty-cart a:hover {
  background: #f47d2e; }

@media (max-width: 480px) {
  .form-cart {
    width: 300px; }

  .form-cart .empty-cart a {
    margin-left: 20%; } }
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.swatch .title_variant {
  color: #000000;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  min-width: 55px;
  border-bottom: 2px solid #000;
  margin-right: 27px; }

.swatch .title_variant.header:after {
  bottom: 10px; }

.swatch .link_color {
  display: inline-block;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all .3s ease;
  position: relative; }
  .swatch .link_color:after {
    content: "";
    border: 1px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .swatch .link_color:hover:after {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }
  @media (max-width: 576px) {
    .swatch .link_color:hover:after {
      content: "";
      border: 2px solid #b0b0b0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1; } }

.swatch input:checked + .border-color .link_color:after {
  content: "";
  border: 1px solid #b0b0b0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1; }
@media (max-width: 576px) {
  .swatch input:checked + .border-color .link_color:after {
    content: "";
    border: 2px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; } }

.swatch .variant_color.variant_quickview .link_color {
  margin-bottom: 0; }

.swatch .variant_color .link_color:hover {
  border: 1px solid #000; }

.swatch .variant_color .link_color .ciloe_filter_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.swatch .variant_color {
  top: 5px; }

.swatch .variant_other {
  width: auto;
  min-width: 43px;
  display: inline-block;
  min-width: unset !important;
  height: unset !important;
  line-height: unset;
  padding: 10px 15px;
  border: 1px solid #ccc !important;
  color: #000;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 600;
  opacity: .2; }

.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked + .variant_other {
  border: 1px solid #000 !important;
  opacity: 1; }

.swatch input:checked + label {
  background: unset;
  color: #000; }

@-webkit-keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@-webkit-keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.white .link_color, .list-color .white {
  background-color: #fff !important; }

.pink .link_color, .list-color .pink {
  background-color: #ffc0cb !important; }

.ivory .link_color, .list-color .ivory {
  background-color: #f9f9f1 !important; }

.champagne .link_color, .list-color .champagne {
  background-color: #e9d7b3 !important; }

.blue .link_color, .list-color .blue {
  background-color: #8acdfa !important; }

.dusk .link_color, .list-color .dusk {
  background-color: #9d9087 !important; }

.cornsilk .link_color, .list-color .cornsilk {
  background-color: #7d1b1b !important; }

.teal .link_color, .list-color .teal {
  background-color: #006d74 !important; }

.red .link_color, .list-color .red {
  background-color: red !important; }

.regency .link_color, .list-color .regency {
  background-color: #8c49b3 !important; }

.black .link_color, .list-color .black {
  background-color: #000 !important; }

.light-sky-blue .link_color, .list-color .light-sky-blue {
  background-color: #cbecfd !important; }

.fuchsia .link_color, .list-color .fuchsia {
  background-color: #c23092 !important; }

.pearl-pink .link_color, .list-color .pearl-pink {
  background-color: #fce1e8 !important; }

.yellow .link_color, .list-color .yellow {
  background-color: #ffff01 !important; }

.grey .link_color, .list-color .grey {
  background-color: #c0c0c0 !important; }

.royal-blue .link_color, .list-color .royal-blue {
  background-color: #090c84 !important; }

.watermelon .link_color, .list-color .watermelon {
  background-color: #fba2a8 !important; }

.lavender .link_color, .list-color .lavender {
  background-color: #c8c7ff !important; }

.dark-navy .link_color, .list-color .dark-navy {
  background-color: #232556 !important; }

.lilac .link_color, .list-color .lilac {
  background-color: #e5cdff !important; }

.burgundy .link_color, .list-color .burgundy {
  background-color: #7f1232 !important; }

.green .link_color, .list-color .green {
  background-color: #709716 !important; }

.beige .link_color, .list-color .beige {
  background-color: #dfc9b4 !important; }

.purple .link_color, .list-color .purple {
  background-color: #b006bf !important; }

.orange .link_color, .list-color .orange {
  background-color: #e68b19 !important; }

.daffodil .link_color, .list-color .daffodil {
  background-color: #f8f488 !important; }

.sage .link_color, .list-color .sage {
  background-color: #e0fea6 !important; }

.silver .link_color, .list-color .silver {
  background-color: #cecece !important; }

.grape .link_color, .list-color .grape {
  background-color: #4d0559 !important; }

.chocolate .link_color, .list-color .chocolate {
  background-color: #462104 !important; }

.brown .link_color, .list-color .brown {
  background-color: #765c39 !important; }

.gold .link_color, .list-color .gold {
  background-color: #fafbd3 !important; }

.hunter-green .link_color, .list-color .hunter-green {
  background-color: #002c15 !important; }

.dark-green .link_color, .list-color.dark-green {
  background-color: #033907 !important; }

.mulberry .link_color, .list-color .mulberry {
  background-color: #4D0018 !important; }

.rust .link_color, .list-color .rust {
  background-color: #6E2214 !important; }

.papaya .link_color, .list-color .papaya {
  background-color: #FA553A !important; }

.peach .link_color, .list-color .peach {
  background-color: #FDD2AF !important; }

.lemon .link_color, .list-color .lemon {
  background-color: #E8C549 !important; }

.moss .link_color, .list-color .moss {
  background-color: #446A1F !important; }

.emerald .link_color, .list-color .emerald {
  background-color: #028564 !important; }

.mint-green .link_color, .list-color .mint-green {
  background-color: #D9EAC0 !important; }

.turquoise .link_color, .list-color .turquoise {
  background-color: #99D2B1 !important; }

.spa .link_color, .list-color .spa {
  background-color: #78BBA5 !important; }

.jade .link_color, .list-color .jade {
  background-color: #0091AC !important; }

.jungle-green .link_color, .list-color .jungle-green {
  background-color: #057D74 !important; }

.peacock .link_color, .list-color .peacock {
  background-color: #095C56 !important; }

.ink-blue .link_color, .list-color .ink-blue {
  background-color: #376B7D !important; }

.stormy .link_color, .list-color .stormy {
  background-color: #504C66 !important; }

.dusty-blue .link_color, .list-color .dusty-blue {
  background-color: #91A4AB !important; }

.ocean-blue .link_color, .list-color .ocean-blue {
  background-color: #3299BE !important; }

.pool .link_color, .list-color .pool {
  background-color: #49C6E2 !important; }

.caribbean .link_color, .list-color .caribbean {
  background-color: #1C98A2 !important; }

.sky-blue .link_color, .list-color .sky-blue {
  background-color: #B0E2ED !important; }

.blushing-pink .link_color, .list-color .blushing-pink {
  background-color: #BAA2A2 !important; }

.coral .link_color, .list-color .coral {
  background-color: #B8665B !important; }

.dusty-rose .link_color, .list-color .dusty-rose {
  background-color: #A4827A !important; }

.vintage-mauve .link_color, .list-color .vintage-mauve {
  background-color: #82595B !important; }

.wisteria .link_color, .list-color .wisteria {
  background-color: #6D5369 !important; }

.tahiti .link_color, .list-color .orchid {
  background-color: #6E5781 !important; }

.orchid .link_color, .list-color .orchid {
  background-color: #661B3C !important; }

.taupe .link_color, .list-color .taupe {
  background-color: #77665B !important; }

.marigold .link_color, .list-color .marigold {
  background-color: #C3A231 !important; }

.frost .link_color, .list-color .frost {
  background-color: #F0ECDD !important; }

.steel-grey .link_color, .list-color .steel-grey {
  background-color: #484349 !important; }

.steel-blue .link_color, .list-color .steel-blue {
  background-color: #697184 !important; }

.plum .link_color, .list-color .plum {
  background-color: #592350 !important; }

.dolphin-grey .link_color, .list-color .dolphin-grey {
  background-color: #8A8C7F !important; }

.dusty-sage .link_color, .list-color .dusty-sage {
  background-color: #C0D2C0 !important; }

.carbernet .link_color, .list-color .carbernet {
  background-color: #670F1A !important; }

.flamingo .link_color, .list-color .flamingo {
  background-color: #F6BDB0 !important; }

.cabernet .link_color, .list-color .cabernet {
  background-color: #670F1A !important; }

.tiffany-blue .link_color, .list-color .tiffany-blue {
  background-color: #9BE4DD !important; }

.rose-red .link_color, .list-color .rose-red {
  background-color: #C66996 !important; }

.deep-blue .link_color, .list-color .deep-blue {
  background-color: #164562 !important; }

.light-grey .link_color, .list-color .light-grey {
  background-color: #BEBDC2 !important; }

.apricot .link_color, .list-color .apricot {
  background-color: #D19A97 !important; }

.navy-blue .link_color, .list-color .navy-blue {
  background-color: #2A3045 !important; }

.dark-gray .link_color, .list-color .dark-gray {
  background-color: #7c7d7c !important; }

.slate-gray .link_color, .list-color .slate-gray {
  background-color: #4566a0 !important; }

.light-blue .link_color, .list-color .light-blue {
  background-color: #b2dbed !important; }

.deep-sky-blue .link_color, .list-color .deep-sky-blue {
  background-color: #4fbde0 !important; }

.light-pink .link_color, .list-color .light-pink {
  background-color: #c7a2a9 !important; }

.white-smoke .link_color, .list-color .white-smoke {
  background-color: #c1e2ff !important; }

.champagne-beige .link_color, .list-color .champagne-beige {
  background-color: #d6d49f !important; }

.shukra-blue .link_color, .list-color .shukra-blue {
  background-color: #0069d9 !important; }

.ocean-blue .link_color, .list-color .ocean-blue {
  background-color: #00aefc !important; }

.sky-blue .link_color, .list-color .sky-blue {
  background-color: #c9e8fc !important; }

.light-cyan .link_color, .list-color .light-cyan {
  background-color: #c2ebfd !important; }

.studio .link_color, .list-color .studio {
  background-color: #1f1552 !important; }

.blue-oblivion .link_color, .list-color .blue-oblivion {
  background-color: #0061bc !important; }

.canyon-iris .link_color, .list-color .canyon-iris {
  background-color: #36307d !important; }

.orchid .link_color, .list-color .orchid {
  background-color: #3b185b !important; }

.durotar-fire .link_color, .list-color .durotar-fire {
  background-color: #dd6807 !important; }

.cabernet .link_color, .list-color .cabernet {
  background-color: #461120 !important; }

.flower-girl .link_color, .list-color .flower-girl {
  background-color: #efa4c1 !important; }

.aero .link_color, .list-color .aero {
  background-color: #7098c8 !important; }

.falu-red .link_color, .list-color .falu-red {
  background-color: #813030 !important; }

.wheat .link_color, .list-color .wheat {
  background-color: #ead7b8 !important; }

.lavender-blush .link_color, .list-color .lavender-blush {
  background-color: #e5dad6 !important; }

.pale-blue .link_color, .list-color .pale-blue {
  background-color: #b4dcf9 !important; }

.Teal .link_color, .list-color .Teal {
  background-color: #006d74 !important; }

.mechrite-red .link_color, .list-color .mechrite-red {
  background-color: #c72b2c !important; }

.wine-red .link_color, .list-color .wine-red {
  background-color: #9f1d37 !important; }

.midnight-blue .link_color, .list-color .midnight-blue {
  background-color: #343853 !important; }

.opal .link_color, .list-color .opal {
  background-color: #b8e2f3 !important; }

.young-crab .link_color, .list-color .young-crab {
  background-color: #ffcbd7 !important; }

.ending-navy-blue .link_color, .list-color .ending-navy-blue {
  background-color: #202845 !important; }

.witch-hazel .link_color, .list-color .witch-hazel {
  background-color: #fefbc3 !important; }

.honey_garlic_beef, .list-color .honey_garlic_beef {
  background-color: #8a3a1f !important; }

.dark-magenta .link_color, .list-color .dark-magenta {
  background-color: #a52477 !important; }

.wide-sky .link_color, .list-color .wide-sky {
  background-color: #2e7fd8 !important; }

.ultramarine-green .link_color, .list-color .ultramarine-green {
  background-color: #194f43 !important; }

.marsh-fern .link_color, .list-color .marsh-fern {
  background-color: #c3e0ab !important; }

.chinaberry .link_color, .list-color .chinaberry {
  background-color: #5b5453 !important; }

.maroon .link_color, .list-color .maroon {
  background-color: #660707 !important; }

.gladiola .link_color, .list-color .gladiola {
  background-color: #a22f08 !important; }

.blue-slushie .link_color, .list-color .blue-slushie {
  background-color: #008dba !important; }

.soft-gossamer .link_color, .list-color .soft-gossamer {
  background-color: #e8d3b0 !important; }

.papaya-whip .link_color, .list-color .papaya-whip {
  background-color: #e4d3c0 !important; }

.light-green .link_color, .list-color .light-green {
  background-color: #cedab3 !important; }

.light-coral .link_color, .list-color .light-coral {
  background-color: #d8b3a3 !important; }

.dark-crimson .link_color, .list-color .dark-crimson {
  background-color: #5c2634 !important; }

.french-lilac .link_color, .list-color .french-lilac {
  background-color: #c8bac7 !important; }

.tutuji-pink .link_color, .list-color .tutuji-pink {
  background-color: #b75695 !important; }

.epicurean-orange .link_color, .list-color .epicurean-orange {
  background-color: #d7793d !important; }

.spirited-away .link_color, .list-color .spirited-away {
  background-color: #e4d7c7 !important; }

.cupid .link_color, .list-color .cupid {
  background-color: #d7b7c2 !important; }

.cliff-swallow .link_color, .list-color .cliff-swallow {
  background-color: #e7d2c2 !important; }

.ateneo-blue .link_color, .list-color .ateneo-blue {
  background-color: #093c61 !important; }

.linen .link_color, .list-color .linen {
  background-color: #e6dac5 !important; }

.pale-godenrod .link_color, .list-color .pale-godenrod {
  background-color: #9e222c !important; }

.shell .link_color, .list-color .shell {
  background-color: #f7f4f2 !important; }

.thistle .link_color, .list-color .thistle {
  background-color: #d8d4df !important; }

.misty-rose .link_color, .list-color .misty-rose {
  background-color: #fcdee2 !important; }

.bubblegum-pink .link_color, .list-color .bubblegum-pink {
  background-color: #dba5b9 !important; }

.rose .link_color, .list-color .rose {
  background-color: #e9c6ca !important; }

.antique-white .link_color, .list-color .antique-white {
  background-color: #eadcca !important; }

.tan .link_color, .list-color .tan {
  background-color: #f9e6e3 !important; }

.indian-red .link_color, .list-color .indian-red {
  background-color: #bd9893 !important; }

.cornflower-blue .link_color, .list-color .cornflower-blue {
  background-color: #204179 !important; }

.studio .link_color, .list-color .studio {
  background-color: #c78eb8 !important; }

.violet .link_color, .list-color .violet {
  background-color: #bd94d4 !important; }

.moe-yellow .link_color, .list-color .moe-yellow {
  background-color: #e1f1a9 !important; }

.sunflower-dandelion .link_color, .list-color .sunflower-dandelion {
  background-color: #ffdb2d !important; }

.sunset-pink .link_color, .list-color .sunset-pink {
  background-color: #f4e7ed !important; }

.blue-effervescence .link_color, .list-color .blue-effervescence {
  background-color: #4abce0 !important; }

.drover .link_color, .list-color .drover {
  background-color: #f9fbc9 !important; }

.mythical-orange .link_color, .list-color .mythical-orange {
  background-color: #ff7933 !important; }

.fading-night .link_color, .list-color .fading-night {
  background-color: #1e57aa !important; }

.blue-sail .link_color, .list-color .blue-sail {
  background-color: #1e4cc5 !important; }

.bleached-sunflower .link_color, .list-color .bleached-sunflower {
  background-color: #f0e8bb !important; }

.ghost-white .link_color, .list-color .ghost-white {
  background-color: #fcfcf8 !important; }

.white-smoke .link_color, .list-color .white-smoke {
  background-color: #faf7f7 !important; }

.bisque .link_color, .list-color .bisque {
  background-color: #f4e3da !important; }

.crimson .link_color, .list-color .crimson {
  background-color: #c02c4b !important; }

.chimera-brown .link_color, .list-color .chimera-brown {
  background-color: #b48267 !important; }

.light-gray .link_color, .list-color .light-gray {
  background-color: #d2d6d3 !important; }

.snow-plum .link_color, .list-color .snow-plum {
  background-color: #ecdad2 !important; }

.light-steel-blue .link_color, .list-color .light-steel-blue {
  background-color: #d8e0f2 !important; }
