.tshirt-canvas {
  position: relative;
  display: none;
  width: 100%;
  height: 165px;
  background-color: #FFF;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10pt;
  text-align: center;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
  margin: 0;
  height: 80pt;
}
.tshirt-canvas.visible {
  display: inline-block;
}
.tshirt-canvas .books-container {
  position: absolute;
  padding: 15px 80px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 19ms linear;
  -moz-transition: all 19ms linear;
  -ms-transition: all 19ms linear;
  -o-transition: all 19ms linear;
  transition: all 19ms linear;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tshirt-canvas .books-container .artificial-padding {
  display: inline-block;
  width: 80px;
  height: 100%;
}
.tshirt-canvas .canvas-slide {
  z-index: 900;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  cursor: pointer;
  width: 80px;
  line-height: 165px;
  height: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: inset 0 30px 80px 10px #FFFFFF;
  box-shadow: inset 0 30px 80px 10px #FFFFFF;
}
.tshirt-canvas .canvas-slide:hover {
  background-color: rgba(160, 160, 160, 0.7);
}
.tshirt-canvas .canvas-slide.prev {
  top: 0;
  left: 0;
  border-right: 1px solid #cccccc;
}
.tshirt-canvas .canvas-slide.next {
  top: 0;
  right: 0;
  border-left: 1px solid #cccccc;
}
.tshirt-canvas .canvas-slide-under {
  z-index: 800;
  position: absolute;
  background-color: #FFF;
  width: 80px;
  line-height: 165px;
  height: 100%;
  overflow: hidden;
  padding: 15px 0;
  white-space: nowrap;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.tshirt-canvas .canvas-slide-under.prev {
  top: 0;
  left: 0;
}
.tshirt-canvas .canvas-slide-under.next {
  top: 0;
  right: 0;
}
.tshirt-canvas .canvas-slide-under .artificial-padding {
  display: inline-block;
  width: 80px;
  height: 100%;
}
.tshirt-canvas .bookitem {
  z-index: 700;
  display: inline-block;
  position: relative;
  margin: 0 15px;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  -o-perspective: 600px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
}
.tshirt-canvas .bookitem .cover-container {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 135px;
  width: 90px;
  margin-right: -8pt;
  cursor: pointer;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.tshirt-canvas .bookitem .cover-container .test-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  background-size: cover;
}
.tshirt-canvas .bookitem .text-container {
  display: none;
}
.tshirt-canvas .canvas-slide {
  line-height: 80pt;
}
.tshirt-canvas .bookitem > .cover-container > .cover {
  background: none;
}
.tshirt-sale-panel {
  border: 1px solid #CCC;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.tshirt-sale-panel .panel-heading {
  background-color: #3377B3;
  color: #EEE;
}
.tshirt-sale-box {
  padding-top: 0;
  padding-bottom: 0;
}
.tshirt-sale-box .part-for-form {
  -webkit-box-shadow: inset 15px 0 20px -20px rgba(0, 0, 0, 0.9);
  box-shadow: inset 15px 0 20px -20px rgba(0, 0, 0, 0.9);
}
.tshirt-sale-box .colour-button {
  position: relative;
  width: 20.7pt;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.tshirt-sale-box .colour-button:hover,
.tshirt-sale-box .colour-button:focus {
  z-index: 2;
  transform: scale(1.3);
  -webkit-transition: all 80ms ease;
  -moz-transition: all 80ms ease;
  -ms-transition: all 80ms ease;
  -o-transition: all 80ms ease;
  transition: all 80ms ease;
}
.tshirt-sale-box .offset-fix {
  top: -4px;
  margin-bottom: -4px;
  padding: 15px;
}
.tee-canvas {
  position: relative;
  background-image: url('../img/white-t-shirt.svg');
  background-size: cover;
}
.tee-canvas .tee-image {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20%;
  padding-left: 30%;
  padding-right: 30%;
  width: 100%;
  height: 100%;
}
