.lds-dual-ring.load {
    display: none;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.overlay_irt{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 99999999;
    opacity: 1;
    transition: all 0.5s;
}

.notice__msg{
    width: 60%;
}

#toasts p{
    color: #fff;
}
.cart-bill__btn{
    width: 100%;
    border: none;
}

.product-item__option .product-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #5f6368;
    font-size: 14px;
    line-height: 1.5;
}

.product-detail__desc a, .product-discount__item a{
    display: inline-block;
}
.product-tab__digital table tr td, .project-detail__content table tr td{
    word-break: normal;
    padding: 10px;
}
.product-tab__digital table, .product-tab__digital th, .product-tab__digital td, .project-detail__content table, .project-detail__content th, .project-detail__content td{
    border: 1px solid;
}
.project-detail__content table{
    width: 100% !important;
}
.product-tab__digital table tr td:first-child{
    font-weight: 700;
    min-width: 150px;
}
