@font-face {
  font-family: dinCondensedBold;
  src: url('assets/fonts/DIN Condensed Bold.ttf') format('truetype');
  font-stretch: condensed;
}
@font-face {
  font-family: impact;
  src: url('assets/fonts/impact.ttf') format('truetype');
}
.sports-container {
  max-width: 680px;
}
.flex-container {
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.justify-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.justify-around {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.flex-item {
  width: 118px;
  min-width: 118px;
  max-width: 118px;
  margin: 0px 9px 24px 9px;
  text-align: center;
}
.left-align {
  padding-left: 0;
}
.right-align {
  padding-right: 0;
}
/* HEADER */
.header {
  background-color: #ffe554;
  padding: 2px;
  width: 100%;
  height: 50px;
  white-space: nowrap;
}
#zoo-sport-logo {
  position: relative;
  float: right;
  padding: 3px 5px 0px 0px;
}
/* END OF HEADER */
/* BODY  */
.zoo-yellow {
  color: #ffe554;
}
.normal-text {
  font-style: normal;
}
.zoo-white {
  color: #ffffff;
}
html,
body {
  height: 100vh;
  min-height: 100vh;
}
body {
  font-family: dinCondensedBold;
  font-size: 20px;
  font-style: italic;
  background-color: #231f20;
}
.main-container {
  padding: 25px 20px 0px 20px;
  max-width: 1200px;
  min-height: 871px;
  height: 871px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 14px 0 0 0;
  min-height: 731px;
  height: 731px;
}
#sport-main {
  border: 2px solid #ffe554;
  padding: 10px;
  margin: 0px;
  background-image: url(images/background_image.png);
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#product-main {
  border: 2px solid #ffe554;
  padding: 16px;
  margin: 0px;
  background-image: url(images/background_image.png);
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#product-main .product-image {
  width: 190px;
  height: auto;
}
#product-main .product-item {
  padding: 5px;
}
/* END OF BODY */
/* FOOTER */
#footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
#copyright-disclaimer {
  position: relative;
  float: left;
}
#zoo-sport-com {
  position: relative;
  float: right;
}
/* END OF FOOTER */
/* SPORTS */
.btn-lang {
  padding: 2px;
  line-height: 0.7em;
  border-radius: 0;
  border: 0;
}
.inline-block {
  display: inline-block;
}
#language-text {
  color: white;
  display: inline-block;
  top: 2px;
  margin-right: 5px;
  position: relative;
}
.dropdown-menu {
  min-width: 0px;
  border-radius: 0;
  padding: 2px;
}
@media (max-width: 480px) {
  #sport-main {
    padding: 5px;
  }
  .main-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-text {
    display: none;
  }
}
#custom-kit-creator {
  margin-top: 40px;
}
#step1-text {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.sport-img {
  border-radius: 90%;
  width: 100px;
  height: 100px;
  border: 2px solid #ffe554;
}
.round_h2 {
  width: auto;
  background-color: #ffe554;
  color: #000;
  margin: -2px 0 0 0;
  border-radius: 9px;
  font-size: 20px;
  height: 27px;
  padding-top: 6px;
}
/* END OF SPORTS */
/* PRODUCT */
#step2-text {
  text-align: center;
  margin-bottom: 50px;
}
.product-text {
  margin-top: 20px;
}
/* END OF PRODUCT */
/* DESIGN */
.design-panel-body {
  overflow-y: scroll;
}
#input-panel2 {
  padding: 0px 30px 0px 30px;
  margin: 0;
  font-style: normal;
  font-size: small;
}
#input-panel2 .form-group {
  margin-bottom: 0;
}
#input-panel2 .order-input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  width: 100%;
  height: 15px;
  margin-top: -3px;
  padding-top: 0px;
  padding-bottom: 0;
  line-height: 16px ;
}
#input-panel2 .input-sm {
  height: 15px;
  line-height: 16px;
  padding-top: 1px;
  padding-bottom: 0;
}
#input-panel2 #divNoOfJerseys:after {
  content: '(MIN 10 UNITS)';
  color: gray;
  font-size: smaller;
  font-style: italic;
  position: absolute;
  top: 40px;
}
#input-panel2 label:after {
  content: '*';
  color: red;
  height: 15px;
}
#input-panel2 input[type='checkbox'],
#input-panel2 select {
  height: 15px;
  padding-bottom: 0px;
  margin-top: -3px;
  padding-top: 5px;
}
#input-panel2 select {
  border: 0;
  outline: 1px solid #CCC;
  background-color: white;
}
#input-panel2 .checkbox {
  height: 32px;
  margin-bottom: -6px;
}
#input-panel2 #checkboxContact {
  height: 100%;
}
#input-panel2 #checkboxLabel {
  line-height: 1em;
}
#input-panel2 #checkboxLabel:after {
  content: '';
}
#input-panel2 .explanation {
  font-size: 15px;
  padding-top: 10px;
}
#input-panel2 #browse {
  padding-left: 0px;
  height: 20px;
}
#input-panel2 .btn,
#input-panel2 button {
  height: 20px;
  width: 100%;
}
#input-panel2 #uploadbtn {
  width: 76px;
  background-color: #4A8AB4;
  color: white;
  border-radius: 1px;
}
#input-panel {
  padding: 16px;
  font-style: normal;
}
#input-panel label {
  font-size: medium;
  height: 20px;
}
#input-panel label:after {
  content: '*';
  color: red;
}
#input-panel input {
  height: 20px;
  padding-bottom: 2px;
}
#input-panel .explanation {
  font-size: 15px;
  padding-top: 10px;
}
#input-panel #browse {
  padding-left: 0px;
  height: 20px;
}
#input-panel .btn,
#input-panel button {
  height: 20px;
  padding: 2px 6px 2px 6px;
  border-radius: 3px;
}
#input-panel #uploadbtn {
  width: 76px;
  background-color: #4A8AB4;
  color: white;
  border-radius: 1px;
}
#color-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#color-options .color-option {
  width: 19px;
  height: 19px;
  border: 1px solid black;
  margin: 2px 3px 2px 2px;
  background-color: #00b3ee;
}
#design-panel {
  width: 312px;
  margin-right: 15px;
}
.design-img {
  height: 100px;
  margin: 11px 0 11px 0;
}
#design-workspace {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#design-3d-area {
  flex: 1;
  margin-bottom: 15px;
}
#design-color-area {
  height: 172px;
}
.top-left {
  position: absolute;
  top: 10px;
  left: 10px;
}
.top-right {
  position: absolute;
  top: 10px;
  right: 10px;
}
.bottom-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.design-icon {
  width: 70px;
  height: auto;
  z-index: 1;
}
.bottom-left {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
#desing-3d-body {
  position: relative;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#view-3d {
  height: 100%;
  width: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#view-3d canvas {
  width: 100%;
}
#color-section-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 280px;
  min-width: 280px;
  height: 100%;
}
#color-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
}
#color-palette {
  margin-left: 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: scroll;
  overflow-x: hidden;
}
.color-box {
  width: 30px;
  height: 25px;
  border: 1px solid black;
  margin: 2px 3px 2px 2px;
  background-color: #00b3ee;
}
.color-section {
  background: #ffffff;
  border: 2px solid #B0B0B0;
  border-left: none;
  border-top: none;
  padding-left: 10px;
  padding-top: 2.5px;
}
/* END OF DESIGN */
/* embellishment */
#embellishment-page {
  width: 100%;
  height: 100%;
}
.embellishment-body {
  width: 100%;
  height: 76%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#embellishment-panel {
  width: 312px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#embellishment-list {
  background-color: black;
  margin: 10px;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.embellishment-pair {
  background-color: black;
  padding: 0px 0px 6px 0px;
  text-align: center;
}
.embellishment-img {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 60px;
  margin: auto;
  background-color: white;
}
.inverted {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.banner-ad {
  height: 24%;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.static-add {
  height: 100%;
  width: 100%;
}
/* END OF embellishment */
/* Finished Kit */
.foot-panel {
  height: 24%;
}
#email {
  flex: 5;
  margin-right: 15px;
  max-height: 220px;
}
.email-row {
  margin-bottom: 10px;
}
#share {
  flex: 1;
  margin-right: 15px;
  max-height: 220px;
  min-width: 160px;
  position: relative;
}
#help {
  flex: 3;
  max-height: 220px;
}
.clear-btn-container {
  width: 100%;
  padding: 10px 10px 0px 10px;
}
.clear-btn {
  background-color: black;
  color: #ffe554;
  border: 0px;
  width: 100%;
}
button.submit-btn {
  background-color: black;
  color: #ffe554;
  border: 0px;
  margin-top: 16px;
}
button.disabled,
button:disabled {
  background-color: #555555;
}
#checkboxtext {
  font-size: 13px;
}
.finished-label {
  margin-bottom: 0px;
  font-size: 15px;
  margin-left: 10px;
  height: 20px;
}
.media-share {
  margin-top: 7px;
  border: 0;
  background: transparent;
}
.help-text {
  font-size: small;
  margin: 10px 20px 10px 20px;
}
.required-field {
  color: red;
}
.arrow_box {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.arrow_box:last-child {
  border-bottom: none;
}
.arrow_box:first-child {
  border-top: none;
}
.arrow_box:after,
.arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 12px;
  margin-top: -12px;
}
.arrow_box:before {
  border-color: rgba(176, 176, 176, 0);
  border-left-color: #B0B0B0;
  border-width: 14px;
  margin-top: -14px;
}
.disabled-category {
  opacity: 0.4;
  cursor: default!important;
}
.hand-pointer {
  cursor: pointer;
}
.clickable {
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -webkit-transition: box-shadow 0.2s ease-in-out;
}
.clickable:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.clickable-darken {
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -webkit-transition: box-shadow 0.2s ease-in-out;
}
.clickable-darken:hover {
  box-shadow: inset 0 0 0 999px rgba(100, 100, 100, 0.5);
}
div.fileinputs {
  position: relative;
  margin-bottom: 0;
}
div.fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
}
input.file {
  position: relative;
  text-align: right;
  -moz-opacity: 0;
  filter: alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
}
.loader {
  border: 16px solid #444041;
  border-top: 16px solid #ffe554;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 120px;
  width: 120px;
  margin-top: -60px;
  margin-left: -60px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.spinner-div {
  background-color: white;
  /*opacity: 0.5;*/
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-align: center;
  font-style: normal;
}
.pinfo {
  position: absolute;
  bottom: 100px;
  margin: auto;
  width: 100%;
  /*text-align: center;*/
}
#success-image {
  width: 40px;
}
