/** Shopify CDN: Minification failed

Line 117:0 Unexpected "}"

**/
#MainContent .sticky-bar {
  display:flex;
  justify-content:center;
  padding:15px;
  align-items:center;
  background:#fff;
  height:auto;
  position:fixed;
  bottom:-1px;
  right:0;
  width:100%;
  z-index:3;
  box-shadow:#000 0 6px 12px -2px,#0000004d 0 3px 7px -3px;
}

.sticky-bar {
  display:none;
}

.sticky-bar-form img.zoomImg {
  opacity:1!important;
}

.sticky-bar-price variant-selects {
  display:flex!important;
}

.product-details-sticky,
.product-title-sticky {
  display:flex;
  align-items:center;
}

.sticky-bar-price .variant-drop-down,
.variant-drop-down .product-form__item {
  display:flex;
  align-items:center;
  justify-content:end;
}

.variant-button {
  background-color:#000;
  color:#fff;
  width:150px;
  margin-left:5px;
}

.sticky-bar-thumb-thumb {
  margin:10px;
  vertical-align:middle;
}

.sticky-bar-price .price--on-sale .price-item--regular {
  display:none;
}

.sticky-bar-price .price:not(.price--show-badge) .price-item--last:last-of-type {
  margin-top:6px;
  font-size:15px;
}

/* mobile giữ nguyên */
@media (max-width:600px){
  .quantity-label{display:none}
}

.sticky-bar-form .product__media-list{margin:0}
.sticky-bar-form img{margin:5px 15px;width:70px;height:80px}
.product-title-sticky{margin-right:25px}
.sticky-bar-title{margin:5px 15px;font-weight:700;font-size:2rem;display:none}

.sticky-bar .product-form__input{padding:0;margin:0 2rem 0 0;min-width:fit-content;border:none}
.sticky-bar .product-form__quantity .form__label{margin-bottom:.6rem;font-size:1.4rem;font-weight:700}
.sticky-bar .quantity{width:calc(13rem / var(--font-body-scale) + var(--inputs-border-width) * 2);min-height:calc((var(--inputs-border-width) * 2) + 3.8rem)}
.sticky-bar .product-form__input--dropdown{margin-bottom:0;margin-right:2rem}
.sticky-bar .product-form__input .form__label{padding-left:0;font-size:1.4rem;font-weight:700}
.sticky-bar .select__select{padding:0 3rem;font-size:1.6rem;font-weight:700}

.sticky-bar .product-form__buttons{
  font-weight:400;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  min-height:40px;
  line-height:normal;
  clear:both;
}

.sticky-bar .product-form__submit{margin-bottom:0}

/* bỏ cái này đi để PC hiện đúng */
/* @media (max-width:1199px){.sticky-bar{display:none!important}} */

@media (max-width:800px){
  variant-selects.no-js-hidden {
  display: none !important;
}
  .product-title-sticky{margin-right:0;
  display:none;
  }
  .product-form__input.product-form__quantity {
  display: none !important;
}
.product-form__buttons{
  width: 100%;
}

}



}
}

.sticky-bar .sticky-bar-price{
  align-items:center;
  display:flex;
  justify-content:center;
}

span.sticky-bar-close{
  position:relative;
  transform:translateY(14px);
  display:flex;
  justify-content:center;
  align-items:center;
  color:var(--gradient-base-accent-1);
  transition:var(--duration-default) linear;
  margin-left:20px;
  cursor:pointer;
  display:none;
}

.sticky-bar-close svg.icon.icon-close{width:26px;height:26px}
span.sticky-bar-close:hover{color:var(--gradient-base-accent-2)}

.sticky-bar .select:after,
.sticky-bar .select:before,
.sticky-bar .select__select{
  border-radius:var(--buttons-radius);
}

.sticky-bar .select:hover.select:after{
  border-radius:var(--buttons-radius);
}

span.sticky-bar-price .price.product-price-current{display:none}

