@charset "utf-8";
a {
  color: #000;
}
a:hover {
  color: #ec6d11;
  text-decoration: none;
}
h1 {
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
}
h2 {
  font-size: 34px;
  font-family: 'Open Sans', sans-serif;
}
h3 {
  font-size: 33px;
  font-family: 'Open Sans', sans-serif;
}
h4 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}
h5 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
h6 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
p {
  font-family: 'Open Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  height: 100%;
  width: 100%;
}
body {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  background: #f2f2f2;
  font-size: 17px;
  color: #000;
  position: relative;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#player {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: -15px;
}
.overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.25;
}
.overlay.visible {
  display: block;
  left: 0px;
}
.overlay.toggled {
  display: initial;
}
.hidden {
  display: none;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  margin: 5px auto 20px auto;
  text-align: center;
}
.transition {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
ul.bullets {
  padding: 0;
  overflow: hidden;
}
ul.bullets li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
ul.bullets li:before {
  display: inline-block;
  font-family: '"Font Awesome 5 Free"';
  -webkit-font-smoothing: antialiased;
  content: '\f100';
  position: absolute;
  left: 0;
  top: 0;
}
ul.social {
  margin: 0;
  padding: 0;
  float: right;
}
ul.social li {
  display: inline-block;
  margin-left: 7px;
}
ul.social li a {
  font-size: 24px;
  color: #fff;
}
ul.social li a:hover {
  color: #ec6d11;
}

header {
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  width: 100%;
  z-index: 1;
  /*background-color: rgba(242,242,242,.7)*/
}
header ul.social {
  margin-top: 7px;
}
.logo {
  width: 225px;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 82px;
  padding-bottom: 30px;
  height: 177px;
  /*background-color: rgba(242,242,242,.7)*/
}
.hat-selector {
  position: relative;
  flex: 1;
  /*margin-bottom: 220px;*/
}
.hat-selector img {
  max-height: 465px;
}
#configurator.active.loading,
.hat-selector.loading {
  visibility: hidden;
}
.panel {
  position: relative;
  display: none;
}
.panel .col-md-6,
.panel .col-md-3 {
  position: relative;
}
.panel.active {
  display: block;
}

.panel.disabled {
  background-color: red;
}
.main-menu {
  background: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 15px;
  width: 370px;
}
.main-menu.active {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu > ul {
  position: relative;
}
.main-menu > ul > li {
  padding: 10px 0;
}
.panel-nav {
  float: right;
}
.panel-nav a {
  padding: 10px 15px;
}
.panel-button {
  float: right;
}
.panel-button a {
  padding: 10px 15px;
  border-right: 1px solid #b7b7b7;
}
.panel-title {
  padding: 10px;
}
.panel-count {
  color: #838383;
  font-weight: 400;
  font-size: 15px;
}
.main-menu ul.sub-menu {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  bottom: 47px;
  left: -1px;
  right: -1px;
  background: #fff;
  padding: 10px 10px 10px 35px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  list-style: disc;
}
.main-menu ul.sub-menu.active {
  display: block;
}
.image-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90px;
}
.image-options ul {
  margin: 0;
  padding: 0;
}
.image-options li {
  float: left;
  border-left: 1px solid #b7b7b7;
  margin-left: 20px;
  padding-left: 20px;
}
.image-options li:first-child,
.image-options li.current-first {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
.image-options a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.image-options a.selected {
  color: #ec6d11;
}
.image-options.long a span {
  max-width: 55px;
  display: inline-block;
  float: left;
  font-size: 11px;
  margin-right: 5px;
}
.img-options img {
  max-width: 135px;
}
#final-step a {
  color: #7d7d7d;
  font-size: 20px;
  font-weight: 550;
}
#final-step div {
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 540;
}
#final-step a:hover {
  color: #ec6d11;
}
.controls {
  background: #fff;
  float: right;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  visibility: hidden;
}
#hats-menu {
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
}
#hats-menu ul {
  padding-left: 5px;
  padding-right: 5px;
}
#hats-list {
  margin-top: 23px;
  padding-top: 5px;
  border-top: 2px solid #b7b7b7;
  display: none;
}
#hats-list.active {
  display: block;
}
#hats-list li {
  float: none;
}
#hats-list.active li.selected a:first-of-type {
  color: #ec6d11;
}
#hats-list.active a.trashcan:hover {
  color: #ec6d11;
}
.trashcan {
  float: right;
}
#hatAddedModal .modal-body,
#deleteHatCenter .modal-body {
  text-align: center;
}
#deleteHatCenter h5 {
  margin-bottom: 20px;
}
#deleteHatCenter button {
  margin-left: 5px;
  margin-right: 5px;
}
#reloadingModal.loading {
  display: block;
}
#reloadingModal .modal-content {
  background-color: transparent;
  border: none;
}
#loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: grey;
  opacity: 0.5;
}
#loading-overlay.loading {
  display: block;
  cursor: wait;
}
.plus-button {
  padding-left: 10px;
}
.add-hat-blocker {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.25;
}
.controls ul {
  margin: 0;
  padding: 0;
}
.controls li {
  float: left;
  margin: 0 10px;
}
.controls a,
.controls li {
  text-transform: uppercase;
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 600;
}
.controls a:hover {
  color: #ec6d11;
}
.controls.active {
  visibility: visible;
}
.secondary-menu-container {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.secondary-menu {
  position: relative;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
}
.full-height {
  height: 100%;
}
.secondary-menu ul {
  margin: 0;
  padding: 0;
}
.secondary-menu.active .scrollable {
  max-height: 350px;
  overflow: auto;
}
.secondary-menu li {
  display: none;
}
.secondary-menu li.active {
  display: block;
}
.secondary-menu.active li.selected a {
  color: #ec6d11;
}
.secondary-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
}
.secondary-menu-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  height: 0;
}
.color-options ul {
  margin: 0;
  float: right;
  padding: 0;
}
.color-options li {
  float: right;
  position: relative;
}
.color-options a {
  display: block;
  height: 35px;
  width: 35px;
  border: 1px solid #161616;
  position: relative;
  color: #fff;
}
.color-options a:hover {
  color: #fff;
}
.color-options a.alt {
  color: #000;
}
.color-options a.alt:hover {
  color: #000;
}
.color-options a.selected:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f00c';
  font-size: 1em;
  position: absolute;
  top: 7px;
  left: 8px;
}
.form {
  margin-bottom: 10px;
  display: none;
}
.form.active {
  display: block;
}
.secondary-menu form p {
  text-transform: none;
  margin-bottom: 5px;
}
.secondary-menu.text-tool input {
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}
.secondary-menu.text-tool a {
  display: block;
}
.secondary-menu button {
  color: #fff;
  text-transform: uppercase;
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  display: block;
  padding: 5px 8px;
  cursor: pointer;
}
.slider-container {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.zoom-slider-container {
  position: fixed;
  top: 100px;
  right: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#s10Slider .slider-selection {
  background: #bababa;
}

.slider.slider-horizontal {
  margin-left: 10px;
}
.secondary-menu select {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
}
.slider.slider-horizontal:hover .tooltip.tooltip-main,
.slider.slider-vertical:hover .tooltip.tooltip-main {
  opacity: 1 !important;
}

#configurator {
  visibility: hidden;
}
#configurator.active {
  visibility: visible;
}
#shareModalCenter .modal-body {
  text-align: center;
}
#shareModalCenter span {
  font-size: 65px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
#shareModalCenter i:hover {
  color: #ec6d11;
}
.disableShare {
  opacity: 0.5;
  pointer-events: none;
}

ul .divider {
  background: #e9e9e9;
}
/*#leftRotate,
#rightRotate {
  font-size: 20px;
  cursor: pointer;
}*/
#rotateControls {
  width: 80px;
  height: 80px;
  position: relative;
}
#leftRotate,
#rightRotate,
#upRotate,
#downRotate {
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  filter: invert(71%) sepia(0%) saturate(1%) hue-rotate(214deg) brightness(104%)
    contrast(94%);
}
#leftRotate {
  transform: rotate(90deg);
  left: 0;
  top: 25px;
}
#rightRotate {
  transform: rotate(-90deg);
  right: 0;
  top: 25px;
}
#upRotate {
  transform: rotate(180deg);
  left: 25px;
  top: 0;
}
#downRotate {
  left: 25px;
  bottom: 0;
}
#leftRotate:hover,
#rightRotate:hover,
#upRotate:hover,
#downRotate:hover {
  filter: invert(37%) sepia(93%) saturate(1284%) hue-rotate(3deg)
    brightness(105%) contrast(87%);
}
.slider.slider-vertical {
  height: 150px;
  width: 20px;
}

/* modal backdrop fix */
/* .modal:nth-of-type(even) {
  z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
  z-index: 1051 !important;
} */
@media only screen and (max-width: 1200px) {
  .slider.slider-horizontal {
    width: 175px;
  }
}

@media only screen and (max-width: 992px) {
  .controls {
    background: none;
    box-shadow: none;
  }
  .controls span {
    display: none;
  }

  .mobile-menu {
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    display: none;
  }
  .mobile-menu.active1 {
    display: block;
  }
  .main-menu {
    border-radius: 0;
    width: 100%;
  }

  .main-menu {
    left: 0;
    right: 0;
    margin-bottom: 0;
    border-left: none;
    border-right: none;
    font-size: 16px;
  }
  .main-menu ul.sub-menu {
    bottom: 42px;
    left: 0;
    right: 0;
  }
  .controls {
    padding: 0;
  }
  .logo {
    width: 130px;
    margin-top: -5px;
  }
  .image-options {
    height: 90px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-top: 10px;
  }

  .image-options li {
    float: none;
    display: inline-block;
  }
  .image-options.long a span {
    white-space: normal;
    float: none;
    display: inline;
  }
  .main-menu > ul {
    position: static;
  }
  .secondary-menu-container {
    position: static;
  }
  .secondary-menu {
    border-radius: 0;
    margin: 0;
    border-right: none;
    border-left: none;
    border-top: none;
    position: static;
    overflow: scroll;
    white-space: nowrap;
  }
  .panel .col-md-6,
  .panel .col-md-3 {
    padding: 0;
    width: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .color-options {
    height: 90px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-top: 10px;
    /*margin-left: -15px;
		margin-right: -15px;*/
  }
  .color-options ul {
    float: none;
    display: flex;
  }
  .color-options li {
    float: none;
    display: inline-block;
  }
  .image-options.long a span {
    font-size: 15px;
  }
  .secondary-menu li.active {
    display: inline-block;
  }
  .secondary-menu li {
    display: inline-block;
    margin-right: 20px;
  }
  .secondary-button {
    display: none;
  }
  .text-tool .secondary-button {
    display: block;
  }
  .secondary-menu li.selected a {
    color: #ec6d11;
  }
  footer {
    height: 263px;
  }
  .color-options a {
    height: 50px;
    width: 50px;
  }
  .color-options a.selected:after {
    top: 7px;
    left: 10px;
    font-size: 1.5em;
  }
}

.textTool p {
  margin-bottom: 5px;
}

.textTool select {
  margin-top: 0px;
}

@media only screen and (max-width: 600px) {
  .logo {
    width: 105px;
  }
}
@media (max-height: 730px) {
  .text-tool .form {
    overflow-y: scroll;
    height: 200px;
  }
}

.colorSwatch .colorText {
  visibility: hidden;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  right: 0;
  line-height: 1.2;
}

@media (hover: hover) {
  .colorSwatch:hover .colorText {
    visibility: visible;
  }
}

@media (hover: none) {
  .colorSwatch:not(:active) .colorText {
    transition: visibility 1500ms step-end;
  }

  .colorSwatch:active .colorText {
    visibility: visible;
  }
}

@media (max-width: 500px) {
  .hat-selector {
    margin-top: -80px !important;
  }
}
