/* Colors Container */
.colors__color {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  margin: 3px 3px 0 0;
  border-radius: 5px;
}

  .colors__color:hover {
    transform: scale(1.1);
    border: 1px solid #000;
  }

.colors__color--selected {
  transform: scale(1.1);
  border: 1px solid #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAa9JREFUeNpi/P//PwOtABMDDcHQMNyUIcwfXYyR0jAHGsosyMB3RIVBXvMmw/09exnmhVDN5fwMvNscGcwNpjHU8tsxGHu6MiTvhUuCXE4udvqfsLLu/+Qv/5FA1v+mDyb/QwPAIUKuwQ7/4+eV/O/+hGxw6/+Z353/J22GqcGpGWi7KS45u/+x0zL/N3749/8f3OAJ/xf9dv2ffByojwmn4SBJoO27g//nfwAZgi5v9T+qJ+Z/2fuf/3/BDZ7+f8U/p/+JN4F6eZHVYhgOMhjkPZDmvP9tH0Heh8mZ/Q9rCfif8+HL/29wg5//f/0f6Ii3QINF0M1Cd3UAKEJgGkHehlkAlGt0+Z/0+cN/RDC//f/hv+n/sH9AOTFswYfN5RuRUwDMAqDrvr37/xFuMMgSoKXfgAZL4IobrILoFqCDr/+///f7n/0BFEz4UhSeNJy4rux/zyd0g3////M/4X/Ve+v/0f2EkiuhTLIc3YLC/x2gIJpBTF4gJhfCLQAFFZC/gtiMRlTB5cyQuFydQdHzFsPD03sY5roSXfAQ6wpgqvAjtYhgHK3m6G44QIABAN7tYqAxT9dcAAAAAElFTkSuQmCC);
}
/* Specific Colors */
.colors__color--black {
  background-color: #000;
}

.colors__color--gray {
  background-color: #888;
}

.colors__color--orangered {
  background-color: orangered;
}

.colors__color--yellow {
  background-color: yellow;
}

.colors__color--blue {
  background-color: blue;
}

.colors__color--brown {
  background-color: brown;
}
/* Product Options Container */
.form-group {
  margin-right: 15px;
}

.product-options-container__title {
  padding: 0;
  color: #000000;
  font-size: 14px;
  height: 34px;
  text-align: left;
  font-weight: 700;
  margin-top: 20px;
}
/* Individual Product */
.product-single {
  border-bottom: 1px solid #d4d4d4;
  height: 90px;
  cursor: pointer;
  padding-top: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
}
.product-options-container__categories .form-group {
  margin-right: 0;
}
.product-single--selected {
  background-color: #eee;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

.product-single__title {
  font-weight: 700;
}

.product-single__info {
  display: inline-block;
  color: #00619b;
  font-weight: 700;
  font-size: 14px;
}

  .product-single__info:hover {
    text-decoration: underline;
  }

.product-single__color {
  font-size: 14px;
  color: #727272;
}

.product-single__discount {
  position: absolute;
  bottom: 12px;
  right: 0px;
  background: #45bbff;
  color: #fff;
  padding: 5px;
  font-weight: 700;
}

  .product-single__discount:before {
    border-color: transparent transparent transparent #002a45;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    bottom: -7px;
    content: "";
    right: 0px;
    width: 0;
    display: block;
    position: absolute;
  }

.product-options-customize .product-options-container__products {
  overflow-y: auto;
  height: 315px;
}
/* More Info Modal */
.description-bar {
  padding-bottom: 50px;
}

.description-bar__title {
  font-weight: 700;
  text-transform: uppercase;
}

.description-bar__bar {
  display: flex;
  border: 1px solid gray;
  border-radius: 15px;
}

.description-bar__section {
  height: 20px;
  flex-grow: 1;
  width: 33%;
}

  .description-bar__section div {
    margin-top: 25px;
  }

.description-bar__bar--first {
  border-radius: 10px 0 0 10px;
}

.description-bar__bar--second {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.description-bar__bar--selected {
  background-color: green;
}

.description-bar__bar--third {
  border-radius: 0 10px 10px 0;
}

.modal-confirm-button {
  width: 300px;
  margin: 1rem 1rem 1rem 1rem;
  font-weight: 700;
}

.bas-cimpress-designer-container pre {
  display: none;
}

.product-details-panel {
  display: none !important;
}

.apparel-plugin-header {
  padding: 10px 0;
  background: #ffffff;
}

.bas-save-design h5 {
  text-align: center !important;
  width: 100%;
  font-size: 3rem !important;
}

.bas-save-design__text {
  margin-bottom: 20px;
}

.bas-tab-container {
  position: absolute;
  display: none;
  z-index: 0;
  background: #fff;
  width: 309px;
  height: 880px;
  left: 80px;
  top: 20px;
}

/* call out specific buttons so they won't double highlight the existing buttons*/
.tab-item--product svg {
  fill: #697582;
  transition: 0.15s;
}

.tab-item--product:hover svg {
  fill: #000000;
}

.tab-item--product.is-active svg {
  fill: #000000;
}

/* Updating some styling for the position of the product-picker on desktop only*/
@media screen and (min-width: 1025px) {
  .right-rail__product-options {
    position: relative;
  }
  .product-options-customize {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
  }
    .product-options-customize .product-options-container__products {
    flex:1;
    }
    .product-options-customize .product-options-container__colors {
      width: 40px;
      margin-left: 2px;
      max-height: 445px;
    }
  .product-colors-container {
    overflow-y: auto;
    max-height: var(--product-color-max-height,310px);
  }
  .product-options-container__colors--overflow {
    display: none;
    position: absolute;
    right: 260px;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    padding: 10px;
    top: 98px;
    max-height: 400px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 215px;
    justify-content: flex-start;
    border-right: 0;
    overflow-y: auto;
    height: var(--product-color-max-height,315px);
    align-items: flex-start;
    align-content: flex-start;
  }
    .product-options-container__colors--overflow .colors__color {
      margin: 0;
      margin: 6px;
    }
  .product-options-container__colors-more {
    text-align:center;
  }
    .product-options-container__colors-more i {
      font-size: 35px;
      color: #fdc507;
      cursor: pointer;
    }
}
