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

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

/********************
	Part - Product quantity
********************/

.icon-minus:before {
  content : "-";
}

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

.product-actions .product-add-to-cart {
  display     : flex;
  align-items : center;
  flex-wrap: wrap;
  position: relative;
}

.product-actions .product-add-to-cart>*:not(:first-child){
  margin-left: 15px;
}

@media (min-width: 1200px){
  .product-actions .product-add-to-cart>*:not(:first-child){
    margin-left: 10px;
  }
}

@media (min-width: 1250px){
  .product-actions .product-add-to-cart>*:not(:first-child){
    margin-left: 7.5px;
  }
}

@media (min-width: 1400px){
  .product-actions .product-add-to-cart>*:not(:first-child){
    margin-left: 20px;
  }
}

.product-add-to-cart .product-quantity {
  display   : flex;
  border    : 1px solid var(--color-primary);
  max-width : 70px;
  height: 50px;
}

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

.product-add-to-cart .product-quantity #quantity_wanted {
  border           : 1px solid transparent;
  text-align       : center;
  background-color : transparent;
  padding          : 0 0 0 1px;
  transition       : all .3s;
  width            : 100%;
  -moz-appearance: textfield;
  appearance: textfield;
  color: var(--color-primary);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.product-add-to-cart input[type=number]::-webkit-outer-spin-button,
.product-add-to-cart input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-add-to-cart .input-group,
.product-add-to-cart .input-group input{
  height: 100%;
}

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

.product-quantity .btn.btn-default {
  position        : relative;
  z-index         : 2;
  display         : flex;
  justify-content : center;
  align-items     : center;
  flex            : 1;
  white-space     : nowrap;
  color           : #000;
  width: 30px;
}

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

.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;
}

/********************
	Part - Wishlist btn
********************/

.product-add-to-cart .wishlist-button-add {
  position : absolute;
  top      : 15px;
  right    : 15px;
}

.product-add-to-cart .product-quantity .btn.btn-default.addQty{
  padding: 6px 0 0 0;
  border: none;
}

.product-add-to-cart .product-quantity .btn.btn-default.addQty svg{
  transform: rotate(-90deg);
  width: 6px;
  position: relative;
}

.product-add-to-cart .product-quantity .btn.btn-default.removeQty{
  padding: 0 0 6px 0;
  border: none;
}

.product-add-to-cart .product-quantity .btn.btn-default.removeQty svg{
  transform: rotate(90deg);
  width: 6px;
  position: relative;
  top: 2px;
}

.btn-qty{
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.product-add-to-cart .product-quantity .btn.btn-default:hover .btn-qty{
  background: #d8d8d8;
}

.product-add-to-cart .product-quantity .btn.btn-default:active .btn-qty{
  background: #c8c8c8;
}

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

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

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

.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 {
  display        : block;
  background     : var(--product-flag-bg-color);
  color          : var(--color-white-default);
  font-weight    : 700;
  padding        : .3125rem .4375rem;
  text-transform : uppercase;
  margin-top     : .625rem;
  z-index        : 2;
  box-shadow     : 2px 2px 4px 0 rgba(0, 0, 0, .2)
}

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

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

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

.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 {
  content        : "\E30A";
  font-family    : Material Icons;
  vertical-align : middle;
  margin         : .3125rem
}

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

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


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

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

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

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

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

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

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

.product-customization .custom-file button {
  z-index  : 0;
  position : absolute;
  right    : 0;
  top      : 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;
  -ms-flex-pack   : distribute;
  justify-content : space-around
}

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

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

.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;
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center
}

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

.product-bubbles{
  display: flex;
  align-items: center;
}

.product-bubbles>*:not(:last-child){
  margin-right: 4px;
}

.bubble-round{
  border-radius: 100%;
  width: 72px;
  height: 72px;
  background: var(--color-primary);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bubble-round.is-customizable{
  background: var(--color-secondary)
}

.bubble-round.tailor-made{
  background: var(--color-secondary)
}

.bubble-round .icon-box{
  width: 26px;
  height: 26px;
}

.bubble-round .bubble-type{
  color: #FFF;
  text-align: center;
  font-family: var(--typo-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.bubble-hexagonal {
  clip-path         : polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -webkit-clip-path : polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background        : #e8e8e8;
  width             : 75px;
  height            : 85px;
  display           : flex;
  flex-direction    : column;
  text-align        : center;
  font-size         : 11px;
  padding           : 1px 0 2px;
  justify-content   : center;
  align-items       : center;
  color: #666;
  line-height: 1;
  position: relative;
}

.bubble-hexagonal:hover{
  cursor: help;
}

.bubble-tooltip {
  position: fixed;
  top: 0; left: 0;
  padding: 0.4rem 0.6rem;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 0.85rem;
  border-radius: 0.25rem;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.1s ease-out;
  z-index: 10000;
}

@media (max-width: 767px){
  .bubble-tooltip {
    margin-left: -75px;
  }
}

.bubble-tooltip.visible {
  opacity: 1;
}

.bubble-hexagonal svg{
  margin-bottom : 4px;
}

.bubble-hexagonal [class*=icon-measure] {
  width: 34px;
  height: 36px;
  fill: #ccc;
  color: #ccc;
}

.bubble-hexagonal .icon-max-weight{
  width: 20px;
  height: 36px;
  fill: var(--color-primary)
}

.bubble-hexagonal .bubble-value{
  font-weight: 700;
}

.products-swiper-scrollbar{
  height: 3px;
  max-width: 230px;
  margin: auto;
  background: #D9D9D9;
}

.swiper-scrollbar-drag{
  background: var(--color-primary);
}

.product-swiper__actions-bottom{
  margin: 40px auto 0;
}

.products-swiper-pagination{
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height:0;
}

.products-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
  background: var(--color-primary);
  opacity: 0.5;
}

.home-featured-products{
  overflow: hidden;
}

.home-featured-products .products.swiper-container{
  overflow: visible;
}

.ps_featuredproducts-swiper-button-next, .ps_featuredproducts-swiper-button-prev{
  top: 25%;
  display: none;
}

.product-price__container{
  display: flex;
  align-items: flex-end;
}

.product-information .btn-quote{
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  height: 50px;
  background: transparent;
}

.product-information .btn-quote:hover{
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white;
}

.product-information .btn-quote svg{
  margin-left: 12px;
  top: 1px;
  position: relative;
}

.product-information .add-to-cart{
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: initial;
  padding: 11px 15px
}
.product-information .add-to-cart svg{
  margin-right: 6px;
}

@media (min-width: 1024px){
  .products-swiper-scrollbar{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
  }
  .products-swiper-pagination {
    display : flex;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    height: auto;
  }
  .ps_featuredproducts-swiper-button-next, .ps_featuredproducts-swiper-button-prev{
    display: flex;
  }
}
