.img-customize-btn {
    color: rgba(212, 22, 48, 1) !important;
    cursor: pointer;
}


#info-product-customize-popup {}
#info-product-customize-popup .onload-img {
    position: relative;
    width: 100%;
}
#info-product-customize-popup .onload-img canvas {
    width: 100%;
    max-width: 100%;
}
#info-product-customize-popup .img-customize-card {
    position: relative;
}
#info-product-customize-popup .img-customize-card+.img-customize-card {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
#info-product-customize-popup .img-customize-card>.text {
    text-align: center;
    margin-top: 5px;
}
#info-product-customize-popup .tab-section,
#info-product-customize-popup .tab-content-section{
    margin-top: 30px;
}

.note-alert-message {
    position: relative;
    color: rgba(212, 22, 48, 1);
    background-color: rgba(212, 22, 48, 0.08);
    border-radius: 20px;
    border: 1px solid rgba(212, 22, 48,0.3);
    padding: 20px;
}
.note-alert-message>.title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
}


.doc-product-info-section {
    position: relative;
}
.doc-product-info-section+.doc-product-info-section {
    margin-top: 40px;
}
.doc-product-info-section .title-main {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.doc-product-info-section .title-sub {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.doc-product-info-section .mg-top-10 {
    margin-top: 10px;
}
.doc-product-info-section .mg-top-20 {
    margin-top: 20px;
}
.doc-product-info-section .mg-top-30 {
    margin-top: 30px;
}

.doc-product-info-section .mg-bottom-10 {
    margin-bottom: 10px;
}
.doc-product-info-section .mg-bottom-20 {
    margin-bottom: 20px;
}
.doc-product-info-section .mg-bottom-30 {
    margin-bottom: 30px;
}

.doc-product-info-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    /* padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,1); */
}
.doc-product-info-details {
    position: relative;
}
.doc-product-info-details .product-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
.doc-product-info-details .product-row>.product-col.this-col-left {}
.doc-product-info-details .product-row>.product-col.this-col-right {}


/* --------------------------------------------------------------- */
/* --------------------------- text row -------------------------- */
/* --------------------------------------------------------------- */

.doc-product-info-details .text-row {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
}
.doc-product-info-details .text-row>.text-col.this-col-left {
    flex: 1 0 0;
    padding-right: 15px;
}
.doc-product-info-details .text-row>.text-col.this-col-right {
}

/* --------------------------------------------------------------- */
/* --------------------------- checklist ------------------------- */
/* --------------------------------------------------------------- */

.doc-product-info-details ul.checklist,
.doc-product-info-details ul.checklist>li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.doc-product-info-details ul.checklist.inline {
    display: flex;
}
.doc-product-info-details ul.checklist.inline>li+li {
    margin-left: 20px;
}
.doc-product-info-details ul.checklist>li {
    display: flex;
    flex-wrap: nowrap;
}
.doc-product-info-details ul.checklist>li .checkbox {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,1);
}
.doc-product-info-details ul.checklist>li .checkbox.active {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
}
.doc-product-info-details ul.checklist>li .checkbox.active::before {
    position: relative;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    content: "\f633";
    font-size: 10px !important;
    line-height: 20px !important;
}
.doc-product-info-details ul.checklist>li .text {
    padding-left: 10px;
}

/* --------------------------------------------------------------- */
/* -------------------------- info option ------------------------- */
/* --------------------------------------------------------------- */

.info-option-cards,
.info-option-card {
    position: relative;
}
.info-option-card {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.2);
}
.info-option-card+.info-option-card {
    margin-top: 10px;
}
.info-option-card.not-found {
    text-align: center;
    justify-content: center;
    padding: 20px;
}
.info-option-card>.col-option {
    flex: 1 0 0;
    padding: 20px 25px 20px 25px;
}
.info-option-card>.col-img {
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.info-option-card>.col-img .img-card {
    position: relative;
    padding: 2px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
}
.info-option-card>.col-img .img-card+.img-card {
    margin-left: 5px;
}
.info-option-card>.col-img .img-card>.img {
    border-radius: 8px;
    overflow: hidden;
    width: 65px;
    height: 65px;
    background-color: #ccc;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.info-option-card>.col-img .img-card>.text {
    text-align: center;
    font-size: 9px;
    line-height: 15px;
    padding: 5px 5px 3px 5px;
}

/* --------------------------------------------------------------- */
/* -------------------------- info table ------------------------- */
/* --------------------------------------------------------------- */

.info-tables,
.info-table {
    position: relative;
}
.info-tables {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% + 10px);
    margin: 0 -5px;
}
.info-table {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;    
    overflow: hidden;
    margin: 0 5px;
    text-align: center;
    flex: 1 0 0;
}
.info-table>.info-table-head {
    background-color : rgba(0,0,0,0.1);
    color : rgba(1,1,1,1);
    font-weight: 700;
    padding: 10px;
}
.info-table>.info-table-body {
    padding: 10px;
}

.stamp-text-example {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    font-family: "Baskervville";
    letter-spacing: 1px;
}