body {
  overflow-x: hidden;
}

.showcase {
  font-size: 0;
}

.tie-color-wrapper {
  display: inline-block;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}

.tie-color-wrapper p {
  font-size: initial;
  font-family: Helvetica, sans-serif;
  text-align: left;
  margin: 0;
  color: #444;
  padding: 4px;
}

.tie-color {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border: solid 2px transparent;
  box-sizing: border-box;
  overflow: hidden;
}

.tie-color:hover {
  border-color:rgb(112, 201, 239);
}

.tie-color-image {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 8px);
  padding: 4px;
}

.tie-color-image:hover {
  cursor: zoom-in;
}

.tie-color-wrapper:first-child {
  margin-left: 0;
}

.tie-color-wrapper:last-child {
  margin-right: 0;
}

.tie-texture-selected {
  border: solid 3px black;
}

#tie-number {
  display: block;
  height: 10%;
  padding-top: 20px;
  color: #444;
  font-family: Helvetica, sans-serif;
  text-align: left;
  font-size: initial;
}

@media only screen and (min-width: 480px) {
  .tie-color-wrapper {
    width: 20%;
  }

  .tie-color-wrapper p {
    margin: 12% 0;
  }
}

.addToCart {
  height:50px;
  padding: 0 5%;
  background:none;
  border-radius:0;
  border:solid 2px black;
  font-size: 18px;
  box-sizing:content-box;
}

.addToCart:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article {
  margin: 10% 0;
  font-size: 0;
}

.article-images {
  height: 450px;
  vertical-align: top;
}

.article-image-shape {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
}

.article-image-shape img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

.article-image-colors {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  text-align: center;
}

.article-image-colors img {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  height: auto;
}

.article-info {
  font-size: initial;
}

@media only screen and (min-width: 480px) {
  .article-images,
  .article-info {
    display: inline-block;
    width: 50%;
  }
}

.article-info-expandable {
  margin-bottom: 4px;
  height: 1.2em;
  overflow: hidden;
  transition: all 1s;
  cursor: pointer;
}

.article-info-expandable div {
  padding-left: 1em;
}

.article-quantity {
  height: 50px;
  border: solid 2px black;
  padding: 0;
  text-align: center;
  font-size: 18px;
}

.tie-model,
.tie-shape,
.article-tie-color {
  display: none;
}

#ties-container {
  width: 300%;
  position: relative;
  left: 0;
  transition: all 1s;
  vertical-align: top;
  font-size: 0;
}

#ties1,
#ties2,
#ties3 {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  overflow: hidden;
  font-size: initial;
}

#ties2,
#ties3 {
  height: 0;
}

.ties2-shape {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  height: 400px;
}

.tie-color {
  display: block !important;
}

#proceed-button-container {
  display: none;
  float: right;
}
