/* ===================================
 * Product Customizer by ZipBoss
 * http://www.zipboss.com
=================================== */

#view {
  width: 55%;
  margin: 5% 22.5%;
}

ul.tabs {
  border: 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-bottom: 0px;
}
ul.tabs li {
  background: #ededed;
  color: #222;
  display: inline-block;
  padding: 8px 14px;
  cursor: pointer;
  border: 3px solid #ccc;
  margin-right: 5px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: .8rem;
  /*letter-spacing: 1px;*/
}
ul.tabs li.current {
  background: #c3c3c3;
  border: 2px solid #c2c2c2;
  color: #fff;
}
.tab-content {
  display: none;
  background: #c2c2c2;
  padding: 0px;
  padding-bottom: 0px;
  padding: 15px;
  margin-top: -6px !important;
  z-index: 99;
  position: relative;
  border-radius: 0;
  padding-top:5px;
}
.tab-content.current{
  display: inherit;
}
.c-label {
  width: 100%;
  display: block;
  padding: 16px 0 8px 0;
  color: #333;
  font-size: .8em;
  font-weight: 400;
}
.mar-top {
  margin-top:30px;
}
.full-input {
  width:100%;
  border:2px solid #777;
}
.swatch ul, .tab-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
}
.swatch li {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  /*margin:0px 10px 10px 0;*/
  /* To position the sold out graphic and tooltip */
  position:relative;
  cursor: pointer;
}
.swatch li.active div {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #000 !important;
  background: #000;
  color: #fff;
}
.swatch li:hover span{
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/*
.swatch li span:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
*/
.swatch li span:before {
border: .75rem inset;
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
/*
.swatch li span:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
*/
/*
.swatch li span {
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  margin-bottom: 15px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/*
.swatch li span {
  left: 50%;
  margin-left: -50px;
}
*/
.swatch li div {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  /*float: left;*/
  width: 35px !important;
  height: 35px !important;
  margin: 0;
  border: #ccc 3px solid;
  /*font-size: 16px;*/
  /*text-align: center;*/
  /*line-height: 40px;*/
  /*white-space: nowrap;*/
  /*text-transform: uppercase;*/
}
.swatch li div img {
  max-width: 100%;
  max-height: 100%;
  /*width: 40px;*/
  /*height: 100%;*/
}
.swatch li div img:first-child{
  /*background-color: rgba(0, 0, 0, .2);
  opacity:.8;*/
}
.tab-content li {
  /*width: 24%;*/
  background: #555;
  float: left;
  margin: 0 5px 5px 0;
  color: #fff;
  border: 2px solid #505050;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
}
.tab-content li:hover, .tab-content li.active {
  border: 2px solid #eee;
  background: #eee;
  color: #555;
  cursor: pointer;
}
.tab-content li a {
  color: inherit;
  display: block;
  padding: 10px;
}
.add-to-cart {
  padding: 16px 60px;
  width: 100%;
}
feature input {
  margin: 5px 0;
  opacity: 1 !important;
  position: static !important;
}
.swatch li.label {
  background: #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  /*float: left;*/
  /*min-width: 40px !important;*/
  height: 41px !important;
  /*margin: 0;*/
  border: #ccc 3px solid;
  /*font-size: 16px;*/
  text-align: center;
  margin: 0px 10px 10px 0;
  padding: 0 10px;
  line-height: 35px;
  white-space: nowrap;
  text-transform: uppercase;
}
 .swatch li.label a {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
  border: none;
  color: #9a9a9a;
}

.swatch li.label.active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #000 !important;
  background: #000;
  color: #fff;
}
.swatch li.label.active a {
  color: #fff;
}
.overlay-scroll{
  max-width:200px;
}
.overlay-anchor-color img{
  width: 65px;
  height: 40px;
}
.product-image {
  max-width:350px;
  margin-left: 10%;
}
em.notice {
  display: block;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
feature select {
  margin-bottom: 15px;
}
.spinner.active {
  height: 48px;
  width: 48px;
  margin: 40px auto 0px;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(86, 153, 163, .15);
  border-right: 6px solid rgba(86, 153, 163, .15);
  border-bottom: 6px solid rgba(86, 153, 163, .15);
  border-top: 6px solid rgba(86, 153, 163, .8);
  border-radius: 100%;
}
.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
  background-color: #0176d6;
}
cart input {
  width: 60px;
    padding: 0 0px;
    vertical-align: top;
    text-align: center;
    outline: none;
    display: block;
    margin: 0;
  border: 1px solid #cacaca;
    height: 30px;
    user-select: none;
    border-radius: 0;
}
.columns.swatch_options {
  flex: inherit;
  width: 100%;
}
span.icon-minus:before {
  content: "-";
}
span.icon-plus:before {
  content: "+";
}
.quantity-selector {
  font-size: 10px;
    text-transform: uppercase;
    padding: 5px;
    font-weight: bold;
}
.product-quantity {
  margin-bottom: 1em;
}
.swatch input {
    display: block;
}
feature textarea {
  padding: 10px;
}