/** Shopify CDN: Minification failed

Line 372:0 Unexpected "}"

**/
/* loader animation */
#sk-loader {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99;
  display: none;
}

.custom-color-table td {
  border: 1px solid #000;
  padding: 5px;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: absolute;
  animation: sk-chase 2.5s infinite linear both;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #c2996c;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}
/* loader animation end */

/* simulation area */
#simulation-area {
  position: relative;
  display: block;
  overflow: hidden;
}

#color-name-e,
#color-name-j {
  color: #c29a6c;
  text-align: center;
  margin: auto;
  vertical-align: baseline;
}

#color-name-e i {
  vertical-align: -5px;
  font-style: normal;
}

#color-name-j {
  font-size: 15px;
}
#color-name-j i {
  font-size: 30px;
  line-height: 0;
  font-weight: normal;
  vertical-align: -6px;
}

#simulation-area {
  background: #fff;
}
#simulation-area > * {
  position: absolute;
}
#simulation-area img {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}

@media (orientation: landscape) {
  #simulation-area {
    height: calc(100vh - 250px);
  }
  #simulation-head {
    z-index: 9;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 2vh;
    width: 28vh;
    left: auto;
  }
  #simulation-shaft {
    transform: rotate(90deg);
    bottom: calc(-1120px + 16vh);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  #simulation-headparts {
    z-index: 9;
    transform: rotate(90deg);
    margin: auto;
    top: 0;
    left: 0;
    right: 70vw;
    bottom: 2vh;
    width: 30vh;
  }
  #simulation-shaftparts {
    margin: auto;
    top: 0;
    right: 0;
    left: calc(160vh - 70vw);
    width: 4.4vh;
    transform: rotate(90deg) translate(10.6vh);
    bottom: 5vh;
  }
  #color-name-e,
  #color-name-j {
    left: 0;
    right: 0;
    /*top: 40%;*/
    top: 30%;
  }
  #color-name-e {
    /*font-size: 4vw;*/
    font-size: 3em;
    line-height: 1;
  }

  #color-name-j {
    transform: translatex(-70px);
  }
}

@media (orientation: portrait) {
  #simulation-area {
    height: 150vw;
  }
  #simulation-head {
    bottom: 20vw;
    left: 3vw;
    width: 50vw;
    transform: translate(0, -30px);
  }
  #simulation-shaft {
    right: 7vw;
    width: auto;
    max-width: 12vw;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
  }
  #simulation-headparts {
    z-index: 9;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 4vw;
    width: 50vw;
    transform: translate(0, -30px);
  }
  #simulation-shaftparts {
    margin-left: auto;
    margin-right: auto;
    right: 0;
    bottom: 50vw;
    left: 30.5vw;
    width: 6vw;
    transform: translate(0, -30px);
  }
  #color-name-e {
    font-size: 8.5vw;
    line-height: 1;
    left: 2vw;
    top: 25vw;
    width: 60vw;
  }
  #color-name-e b {
    display: block;
  }
  #color-name-j {
    bottom: -2px;
    left: 0;
    right: 0;
    color: #fff;
    background: #c2996c;
    z-index: 99;
    padding-top: 10px;
  }
}

/* @media screen and (min-width: 415px) {
  #head-color li,
  #shaft-color li {
    width: 100px;
  }
  #shaft-color li {
    height: 40px;
    overflow: hidden;
  }
} */

/* simulation area end */
.template-suffix-custom-color .slider-container {
  padding: 0 30px;
}
.template-suffix-custom-color .slider-container .slider-main {
  padding: 0;
}
.template-suffix-custom-color .slider-container .slick-slide img {
  padding: 2px;
  margin: 2px;
}
.template-suffix-custom-color .slider-container .slick-prev,
.template-suffix-custom-color .slider-container .slick-next {
  width: 20px;
  height: 20px;
}
.template-suffix-custom-color .slider-container .slick-prev {
  left: -40px;
}
.template-suffix-custom-color .slider-container .slick-next {
  right: -40px;
}

.template-suffix-custom-color .slider-container .slick-prev,
.template-suffix-custom-color .slider-container .slick-next {
  border-width: 15px;
  border-style: solid;
  border-color: #333;
  border-color: transparent;
}
.template-suffix-custom-color .slider-container .slick-prev {
  border-right-color: #acacac;
  /* border-left-width: 10px; */
}
.template-suffix-custom-color .slider-container .slick-next {
  border-left-color: #acacac;
  /* border-right-width: 10px; */
}

.template-suffix-custom-color .slider-container .current-slide {
  outline: 2px solid #e18a8d;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #color-name-e {
    font-size: 3.5vw;
  }
}

.color-section-title {
  font-size: 46px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  color: #c2996c;
}

.template-suffix-custom-color .color-selection {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .template-suffix-custom-color .custom-color-section {
    position: relative;
    z-index: -1;
    margin-top: -11vh;
    margin-bottom: 10rem;
  }
}

/* NX CUSTOM COLOR STYLES */
.beres-nx-custom-color #head-color div {
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 700;
}

.beres-nx-custom-color .description {
  max-width: 500px;
  margin: 35px auto;
}

.beres-nx-custom-color .description span {
  font-size: 12px;
  display: block;
  font-style: italic;
  margin-top: 5px;
}

#page-beres-nx-custom-color .feature-header {
  text-align: center;
}
}






