﻿.attribute-squares {
  font-size: 0;
}

.quanity-input-container.attributes {
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .help-id-mobile-icon {
    display: none;
  }

  .quanity-input-container.attributes {
    justify-content: flex-start;
  }

    .quanity-input-container.attributes div {
      margin-right: 15px;
    }
}

.add-to-cart .attributes {
  margin: 0;
}

.attribute-squares li {
  display: inline-block;
  margin: 0 5px 5px;
  text-align: center;
  border-radius: 5px;
  padding: 1px;
}

.attribute-squares .attribute-square-container {
  display: block;
  position: relative;
  z-index: 0;
  padding: 1px;
  border-radius: 5px;
}

.attribute-squares label {
  display: block;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 5px;
}

.attribute-squares .attribute-square {
  display: table !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #444 !important;
  cursor: pointer;
  border-radius: 5px;
}

.attribute-squares .selected-value .attribute-square-container {
  border: 1px solid #000;
  background-color: initial;
  padding: 0;
}

.attribute-squares li input {
  position: relative;
  z-index: -1;
  margin: -32px 0 0;
}

.product-essential {
  flex-wrap: wrap;
}

.gallery {
  width: 50%;
}

.overview {
  width: 50%;
  padding-left: 50px;
}

.why-apparel .topic-block-title {
  text-align: left;
  padding-top: 20px;
  border-bottom: 0 !important;
  margin-bottom: 15px;
}

#quickTabs {
  display: none;
}

.product-name {
  border-bottom: 0;
}

  .product-name h1 {
    font-weight: 700;
  }

.product-specs-box {
    text-align: left;
  margin-left: 16px;
  margin-bottom: 16px;
}

  .product-specs-box li {
    list-style: initial;
  }

.quanity-input-container {
  display: flex;
  justify-content: space-between;
}

#quantity-input-label {
  display: block;
  margin: 0 0 6px;
  white-space: nowrap;
  font-weight: 700;
  color: #444;
  text-align: left;
}

.qty-input {
  height: 32px !important;
  text-align: left !important;
  border: 1px solid #dddddd;
}

/* Pricing */
.prices .product-price {
  font-size: 16px;
}

.overview .price-per-shirt,
.total-price {
  margin-bottom: 15px;
}

.price-per-shirt-label,
.total-price-label {
  color: black;
}

.total-price strong {
  font-size: 24px;
}

.prices .credit-applied {
  color: #45bbff;
  margin-bottom: 15px;
}

.bas-button-arrow {
  position: relative;
  top: 2px;
}

@media screen and (max-width: 767px) {
  .product-essential {
    flex-direction: column;
  }

  .gallery,
  .overview {
    width: 100%;
    padding: 0;
  }

  .product-name {
    text-align: left;
  }

  .product-specs-box {
    text-align: left;
  }

  .product-price {
    margin: 0 auto !important;
  }
}

.picture img {
  width: 100%;
  height: auto;
}

.attributes dd,
.attribute-data {
  margin: 0 0 10px;
}


.product-essential .overview .add-to-cart .attributes dl dt:last-of-type,
.product-essential .overview .add-to-cart .attributes dl dd:last-of-type {
  display: none;
}


.product-essential .gallery .picture img {
  position: unset;
  height: auto;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 20px;
}

.product-essential .gallery .picture {
  text-align: center;
  background-color: rgb(245, 245, 245);
  border: 2px solid rgb(204, 204, 204);
  padding: 15px;
  margin-bottom: 20px;
  height: unset;
  width: unset;
  position: unset;
  min-height: unset;
}
