body {
  background-color: white;
  text-align: center;
  font-family: Helvetica Neu, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #444;
}

#JeeWidget {
  height: 800px;
  margin-left: 30px;
  margin-right: 30px;
}

#JeeWidgetCanvas {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 1024px) {
  #JeeWidget {
    width: calc(100vw - 40px);
    height: calc(100vh - 120px);
    margin: 20px;
  }
}

#JeeWidgetQuitButton {
  color: #FAFAFA;
  text-shadow: 0 0 1px black;
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 17pt;
}

#JeeWidgetAdjust {
  background-color:#F2F2F2 ;
  font-size: 13pt;
  display: flex;
  align-items: center;
  top: 65px;
  left: 20px;
}

.buttonResize {
  right: 20px;
}

.buttonIcon {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12pt;
}

.changeModelContainer {
  position: absolute;
  bottom: 34px;
  left: 20px;
  font-size: 9pt;
  color: white;
  text-shadow: 0 0 1px black;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .changeModelContainer {
    bottom: 40px;
    justify-content: space-around;
    width: calc(100% - 40px);
  }
}

.changeModelButton {
  height: 30px;
  cursor: pointer;
  display: none;
  background: #FAFAFA;
  border-radius: 3px;
  box-shadow: 0 0 2px black;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444;
  padding: 0 10px;
  transition: background 0.2s, color 0.2s;
  padding: 0;
  font-size: 9pt;
  padding: 0 5px;
  border: none;  
  margin-left: 10px;
}

#JeeWidgetAdjust:hover,
.changeModelButton:hover,
.buttonResize:hover {
  background: #b6af94;
  color:#f2f2f2;
}

#JeeWidgetAdjustIcon {
  font-size: 10pt;
}

#JeeWidgetAdjustText {
  font-size: 9pt;
  white-space: nowrap;
}

#JeeWidgetAdjustNotice {
  width: 100%;
  top:10px;
  left:10px;
  position: absolute;
  color: white;
  text-align: none;
  display: none;
  font-size: 9pt;
  justify-content: center;
  align-items: center;
}

#JeeWidgetAdjustNoticeText {
  position: absolute;
  left: 10px;
  display: flex;
}

#JeeWidgetAdjustExit {
  position: absolute;
  font-size: 13pt;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  background: #b6af94;
  color: #F2F2F2;
  top:10px;
  left:10px;
}

#JeeWidgetAdjustExit:hover {
  background: #b6af94;
  color: #F2F2F2;
}

#JeeWidgetTakeSnapshotButton {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  border-radius: 3px;
  border: 1px solid rgb(12, 127, 194);
  display: flex;
  z-index: 2;
  background: #FAFAFA;
  padding: 5px 10px;
  height: 45px;
  width: 180px;
  justify-content: center;
  align-items: center;
  color: rgb(12, 127, 194);
  cursor: pointer;
}

#JeeWidgetTakeSnapshotButton:hover {
  color: #FAFAFA;
  background: rgb(12, 127, 194);
}

#JeeWidgetTakeSnapshotButtonIcon {
  font-size: 15pt;
  margin-right: 5px;
}

#JeeWidgetUsePictureButton {
  text-align: center;
  height: 30px;
  background-color:#E6DFD9;
  color: #d1c286;
  border: 2px solid #d1c286;
  cursor: pointer;
  display: none;
  border-radius: 2px;
  font-size: 9pt;
  display: flex;
  align-items: center;
  box-shadow: 0 0 2px black;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  position: absolute;
  top: 25px;
  left: 25px;
}

#JeeWidgetUsePictureButtonIcon {
  margin-right: 5px;
}

.JeeWidgetHiddenFileInput{
  height: 0px;
  opacity: 0;
  overflow:hidden;
  position: absolute;
}

.Button {
  height: 35px;
  width: 200px;
  cursor: pointer;
  background: #f2f2f2;
  border: 2px solid #b6af94;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b6af94;
  padding: 0 10px;
  transition: background 0.2s, color 0.2s;
  position: absolute;
  bottom: 34px;
  padding: 0;
  font-size: 9pt;
  padding: 0 5px;
}

#JeeWidgetFileInputButton {
  color:#fff;
  background: #b6af94;
  font-size: 13pt;
  display: flex;
  align-items: center;
  top: 20px;
  left: 20px;
}

#JeeWidgetFileInputButton:hover {
  background: #b6af94;
  color: #F2F2F2;
}

#JeeWidgetFileInputButtonIcon {
  font-size: 12pt;
  margin-right: 4px;
}

#JeeWidgetBackToRealtimeButton {
  background-color:#F2F2F2 ;
  font-size: 13pt;
  display: flex;
  align-items: center;
  display: none;
  transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
  position: absolute;
  top: 110px;
  left: 20px;
}

#JeeWidgetBackToRealtimeButton:hover {
  background: #b6af94;
  color:#f2f2f2;
}

#JeeWidgetLoading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  height: 70px;
  box-shadow: 0 0 3px black;
  overflow: hidden;
  z-index: 10;
  position: relative;
  background: #FAFAFA;
}

.headerTitle {
  font-size: 24pt;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgb(12, 127, 194);
  font-weight: bold;
  position: relative;
  height: 50px;
  margin-left: 40px;
}

.headerSubtitle {
  position: absolute;
  font-size: 12pt;
  bottom: -3px;
  right: 0;
  color: #444;
  font-weight: normal;
}

@media (max-width: 1024px) {
  header {
    justify-content: center;
    height: 40px;
  }
  .headerTitle {
    font-size: 18pt;
    height: 40px;
    margin: 0;
    font-weight: normal;
  }
  .headerSubtitle {
    font-size: 10pt;
    bottom: 2px;
  }
}

.headerNav {
  display: flex;
  align-items: center;
  width: calc(100% - 222px);
  color: #444;
  display: none;
}

.headerNavMen {
  margin-left: auto;
}

.headerNavCategories {
  margin-right: auto;
}

.headerNavMen,
.headerNavWomen,
.headerNavCategories {
  padding: 0 10px;
  cursor: pointer;
  transition: color 0.2s;
}

.headerNavMen:hover,
.headerNavWomen:hover,
.headerNavCategories:hover {
  color: rgb(12, 127, 194);
}

.headerNavCategories {
  margin-right: 40px;
}

.headerNavSearch {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.headerNavSearch input {
  height: 30px;
  border-radius: 3px 0 0 3px;
  border: 1px solid lightgrey;
  padding: 0;
  padding-left: 5px;
  font-size: 11pt;
}

.headerNavSearch input:focus {
  outline: none;
}

.headerNavSearch button {
  height: 32px;
  background: #444;
  color: white;
  border-radius: 0 3px 3px 0;
  border: 1px solid #444;
  cursor: pointer;
}

.headerNavSearch button:focus {
  outline: none;
}

.headerNavCart {
  margin-right: 40px;
  color: #444;
  position: relative;
  font-size: 20pt;
  cursor: pointer;
  transition: color 0.2s;
}

.headerNavCart:hover {
  color: rgb(12, 127, 194);
}
.headerNavCartNumber {
  color: white!important;
  position: absolute;
  top: 6px;
  left: 50%;
  font-size: 8pt;
}

main {
  background: url('https://jeeliz.com/images/bg.png');
  background-size: 20%;
  padding-top: 20px;
}

@media (max-width: 1024px) {
  main {
    padding-top: 0px;
  }
}