@font-face {
    font-family: 'vni-tridiconew';
    src: url('../fonts/VNI-TRIDICOnew-Bold-Italic.woff2') format('woff2'),
         url('../fonts/VNI-TRIDICOnew-Bold-Italic.woff') format('woff'),
         url('../fonts/VNI-TRIDICOnew-Bold-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.form-custom-font{
	border: 1px solid #ccc;
	padding: 11px 30px;
}

.dh_noidung {
    display: block;
    width: 100%;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: vertical;
    box-sizing: border-box;
    height: 120px;
    margin-bottom: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: vertical;
    box-sizing: border-box;
    text-transform: capitalize;
    margin-top: 15px;
}
.bx-preview {
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 32px;
    color: #FF0000;
    min-height: 75px;
    width: 100%;
    background-color: #e3e3e3;
    background-image: none;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.full100{
	width: 100%;
    outline: 0;
}

.wp247-btn{ margin-bottom:10px; }

.rows-bnts{
    text-align: right;
}

.rows-bnts button{
    border: 0;
    padding: 8px;
}

.btn-main{ background:#f00; color:#fff; }

.itrow{
    margin-bottom: 5px;
    position: relative;
}
.itrow .rmrow{
    position: absolute;
    right: 8px;
    z-index: 1;
    color: #f00;
    text-decoration: none;
}

.f-group-item .tt{
	color: #ee0d0d;
    *text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
}
.f-group-item{
	margin-bottom: 30px;
}

.product-ink-sp{
    border: 1px solid #d9d9d9;
    margin-right: 4px;
    padding: 5px;
}
.product-ink-sp.active{
  background: #3ab54a;
  color: #fff;
}

.quantity.manh-quantity,
.woocommerce div.product form.cart .button {
    display: none !important;
}

#wp247-company-seal-container .wp247-btn {
    color: #fff;
    border: 0;
    padding: 5px 17px;
    margin-top: -35px;
    border-radius: 6px;
    background: linear-gradient(90deg, #0d9258, #12b06c, #0d9258);
    animation: pulse 1.6s infinite;
}

@media (max-width: 500px) {
    #wp247-fancybox-popup{
        max-width: 100% !important;
    }

  #preview > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    font-size: 24px !important;
  }

  #wp247-fancybox-popup.fancybox-content{
    padding: 0;
    *margin-top: -100px;
  }

  #wp247-fancybox-popup.fancybox-content .wp247-fancybox-content{
            overflow-y: auto;
                height: 100vh;
                padding-bottom: 100px;
  }


  .woocommerce-variation-add-to-cart{
    position: relative;
  }
  
  #wp247-company-seal-container .wp247-btn{
        position: static;
        bottom: -40px;
        right: 0;
  }
}



