#option-radio_uu-dai-mua-kem .product-option-item-values .form-radio,
#option-radio_uu-dai-mua-kem .product-option-item-values .form-checkbox {
      padding: 0 15px;
  display: flex;
}
#option-radio_uu-dai-mua-kem .product-option-item-values .form-checkbox label {
      width: 100%;
}
#option-radio_uu-dai-mua-kem .product-option-item-values .form-checkbox label span {
         display: block;
    font-size: 14px;
    line-height: 24px;
  font-weight: 600;
}
#option-radio_uu-dai-mua-kem .product-option-item-values .form-checkbox label span img {
      margin-right: 10px;
    width: 48px;
    height: 48px;
    float: left;
}
#option-radio_uu-dai-mua-kem .product-option-item-values .form-checkbox label .extra-price {
          color: red;
    position: relative;
  display: block;
      font-size: 13px;
      padding-left: 58px;
}
#option-radio_uu-dai-mua-kem .product-option-item-values .form-checkbox label .extra-price::before,
#option-radio_uu-dai-mua-kem .product-option-item-values .form-checkbox label .extra-price::after {
  	font-weight: 300;
    color: #000;
}
#option-radio_uu-dai-mua-kem .product-option-item-values .form-checkbox label .extra-price::before {
      content: '(giá trị ';
}
#option-radio_uu-dai-mua-kem .product-option-item-values .form-checkbox label .extra-price::after {
      content: ')';
}

body.checkout-page #snow-animation-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

body.checkout-page #snow-animation-container>div:nth-child(3n+1)::before {
    width: 12px;
    height: 12px;
}
body.checkout-page #snow-animation-container>div::before {
    width: 15px;
    height: 15px;
    display: block;
    content: '';
    color: #fff;
    background-image: url(//member.phuongtung.vn/cdn/assets/image/hoa-mai.png);
    /* background-image: url(//member.phuongtung.vn/cdn/assets/image/bong-tuyet.png); */
    background-repeat: no-repeat;
    background-size: contain;
}

#product-option .product-option-item-wrapper {
 background-color: #fff; 
}

.product-cart-wrap.is-featured .product-featured-overlay_content .overlay-content h6 {
      text-align: center;
    font-size: 9px;
      line-height: 1;
}
.product-cart-wrap.is-featured .product-featured-overlay_content .overlay-content h6 .text-hightlight {
      display: block;
}


@media only screen and (max-width: 991px) {
  .product-detail .sumary-right .detail-info > .tskt-content, 
  .product-detail .sumary-left .detail-gallery {
    
  }
  .product-detail .sumary-left {
    margin-top: 30px;
  }
  .product-detail .sumary-right > div > .row {
    margin-bottom: 20px;
  }
}

.product-cart-wrap.is-featured .product-wrapper {
	height: 100%;
}
#phaohoaCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    z-index: -1;          /* 🔑 cho nó nằm dưới */
    pointer-events: none; /* 🔑 không chặn click */
}