body {
  background-color: #ececec;
}

.content-container {
  position: relative;
}

.content-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: top center;
  background-repeat: repeat-x;
  z-index: -1;
  opacity: 0.2;
}

.product-preview {
  padding: 15px;
}

.product-preview .item {
  border-radius: 2px;
  border: 3px solid transparent;
  padding: 2px;
}

.product-preview .item.current {
  border-color: #9E9E9E;
}

.product-preview .item:hover {
  border-color: gainsboro;
}

section.product-inner {
  background-color: white;
  -webkit-box-shadow: 0 0 15px -5px;
  box-shadow: 0 0 15px -5px;
}

.attr-frame .btn-google {
  background-color: white;
  color: #5a5a5a;
  border: 1px solid #dd4b39;
  cursor: pointer;
  position: relative;
  margin-right: 5px;
  display: inline-block;
}

.attr-frame .btn-google .attr-name {
  position: relative;
  top: -3px;
}

.attr-frame .btn-google .cover-img {
  width: 15px;
  padding-top: 15px;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  top: 2px;
  background-color: white;
}

.attr-frame .btn-google .cover-img[data-cover="0"] {
  border: 1px solid gainsboro;
}

.attr-frame .btn-google .cover-img[data-cover="1"] {
  border: none;
}

.attr-frame .btn-google:not(.disabled):hover, .attr-frame .btn-google:not(.disabled).active {
  background-color: #dd4b39;
  color: white;
}

.attr-frame .btn-google.disabled {
  background-color: gainsboro;
  border: 1px solid grey;
  cursor: not-allowed;
}

.attr-frame .btn-google.disabled .cover-img {
  background-image: url(../img/cancel.svg) !important;
  border: none;
  background-color: transparent;
  top: 1px;
}

.attr-frame .btn-google input[type=radio] {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2000;
}

.attr-frame .btn-google input[type=radio]:checked + .cover-img {
  background-image: url(../img/checkmark.png) !important;
  border: none;
  background-color: transparent;
  top: 1px;
}

body[data-page=shop] breadcrumbs {
  display: none;
}

body[data-page=shop] .breadcrumb {
  display: block;
}
/*# sourceMappingURL=inner.css.map */