/********************
	Part - Product actions
********************/
.product-actions .control-label {
  display: block;
  width: 100%;
  margin-bottom: .375rem;
}

.product-actions .add-to-cart .material-icons {
  line-height: inherit
}

/********************
	Part - Product quantity
********************/
.icon-minus:before {
  height: 35px;
  content: "-";
}

.icon-plus:before {
  content: "+";
}

.product-add-to-cart .product-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
  padding: 0.5em;
  border: 1px solid #9b9b9b;
  border-radius: 9px;
}

.product-add-to-cart .product-quantity .qty {
  font-size: var(--font-size-300);
  text-align: center;
}

.product-add-to-cart .product-quantity #quantity_wanted {
  padding: 0 .5rem;
  transition: all .3s;
  text-align: center;
  color: var(--color-black-default);
  border: 1px solid transparent;
  background-color: transparent;
}

.product-add-to-cart .product-quantity #quantity_wanted::placeholder {
  text-align: center;
}

.product-add-to-cart .product-quantity #quantity_wanted:focus {
  border: 1px solid var(--color-grey-font-default);
}

.product-add-to-cart .product-quantity .input-group-btn-vertical .btn {
  padding: .5rem .6875rem
}

.product-quantity .btn.btn-default {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  max-width: 150px;
  height: 35px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  color: #000;
  background: #e5e5eb;
}

.product-quantity .btn.btn-default:hover {
  background: var(--color-primary-70);
}

.product-quantity .btn.btn-default i {
  font-size: var(--font-size-800);
  font-style: normal;
  line-height: 1;
  position: absolute;
  margin: 0;
}

.product-add-to-cart .product-quantity .input-group-btn-vertical .btn i {
  font-size: 1rem;
  top: .125rem;
  left: .1875rem
}

.product-add-to-cart .product-quantity .btn-touchspin {
  height: 1.438rem
}

.product-quantity.--has-plusAndMinusButtons .bootstrap-touchspin .input-group-btn-vertical {
  display: none;
}

@media (max-width: 767px) {
  .product-add-to-cart .product-quantity {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }

  .product-add-to-cart .product-quantity .qty {
    grid-column: 1/-1;
  }

  .product-add-to-cart .product-quantity .btn.btn-default {
    grid-row: 2;
  }

  .product-add-to-cart .product-quantity .btn.btn-default {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  /*.product-add-to-cart .product-quantity {*/
  /*    grid-template-columns : 30% 1fr 30%;*/
  /*}*/
  .product-add-to-cart .product-quantity .btn.btn-default {
    padding: 15px 0;
  }
}

/********************
	Part - Product Discount
********************/
.product-discounts {
  margin-bottom: 1.5rem
}

.product-discounts > .product-discounts-title {
  font-size: .875rem;
  font-weight: 400;
}

.product-discounts > .table-product-discounts thead tr th {
  width: 33%;
  padding: .625rem 1.25rem;
  text-align: center;
  border: .3125rem solid var(--color-grey-default);
  background: #fff;
}

.product-discounts > .table-product-discounts tbody tr {
  background: #f6f6f6
}

.product-discounts > .table-product-discounts tbody tr:nth-of-type(2n) {
  background: #fff
}

.product-discounts > .table-product-discounts tbody tr td {
  padding: .625rem 1.25rem;
  text-align: center;
  border: .3125rem solid var(--color-grey-default)
}

/********************
	Part - Product Flag
********************/
.product-flag {
  font-weight: 700;
  z-index: 2;
  display: block;
  margin-top: .625rem;
  padding: .3125rem .4375rem;
  text-transform: uppercase;
  color: var(--color-white-default);
  background: var(--product-flag-bg-color);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2)
}

li.product-flag.online-only {
  font-size: .8125rem;
  top: 25rem;
  right: 0;
}

li.product-flag.online-only:before {
  font-family: Material Icons;
  margin: .3125rem;
  content: "\E30A";
  vertical-align: middle;
}

.on-sale,
.discount-percentage.on-sale,
.online-only.on-sale,
.pack.on-sale,
.new.on-sale,
.discount-amount.on-sale {
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #f39d72;
}

.online-only,
.discount-amount.online-only,
.discount-percentage.online-only,
.on-sale.online-only,
.pack.online-only,
.new.online-only {
  font-size: .8125rem;
  margin-top: 13rem;
  margin-left: 8.688rem
}

.online-only:before,
.discount-amount.online-only:before,
.discount-percentage.online-only:before,
.on-sale.online-only:before,
.pack.online-only:before,
.new.online-only:before {
  font-family: Material Icons;
  margin: .3125rem;
  content: "\E30A";
  vertical-align: middle;
}

li.product-flag.discount {
  display: none
}

li.product-flag.on-sale {
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  background: #f39d72;
}


/********************
	Part - Product Customization
********************/
.product-customization {
  margin: 2.5rem 0
}

.product-customization .product-customization-item {
  margin: 1.25rem 0
}

.product-customization .product-message {
  width: 100%;
  height: 3.125rem;
  padding: .625rem;
  resize: none;
  border: none;
  background: var(--color-grey-default);
}

.product-customization .product-message:focus {
  outline: .1875rem solid #2fb5d2;
  background-color: #fff;
}

.product-customization .file-input {
  position: absolute;
  z-index: 1;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 2.625rem;
  cursor: pointer;
  opacity: 0;
}

.product-customization .customization-message {
  margin-top: 20px
}

.product-customization .custom-file {
  line-height: 2.625rem;
  position: relative;
  display: block;
  width: 100%;
  height: 2.625rem;
  margin-top: 1.25rem;
  text-indent: .625rem;
  color: var(--color-grey-font-default);
  background: var(--color-grey-default);
}

.product-customization .custom-file button {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}

.product-customization small {
  color: var(--color-grey-font-default)
}

/********************
	Part - Product Pack
********************/
.product-pack {
  margin-top: 2.5rem
}

.product-pack .pack-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}

.product-pack .pack-product-container .pack-product-name {
  font-size: .875rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  color: var(--color-grey-font-default);
  -webkit-box-flex: 0;
}

.product-pack .pack-product-container .pack-product-quantity {
  padding-left: .625rem;
  border-left: 2px solid var(--color-grey-default);
}

.product-pack .pack-product-container .pack-product-name, .product-pack .pack-product-container .pack-product-price, .product-pack .pack-product-container .pack-product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

/********************
	Part - Product refresh
********************/
.product-refresh {
  margin-top: 1.25rem
}
