.product_add_tags{
    display:inline-block;
    color:rgb(255, 255, 255);
    border:1px solid #CCC;
    background:rgb(72, 43, 238);
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;  
    padding: 2px 10px 5px 10px;
    margin: 2px;
    text-align: center;
    border-radius: 5px;
    font-size: small;
}

.product_add_tags:active{
    color:rgb(255, 255, 255);
    background:rgb(248, 61, 3);
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}
.tag-used{
    background:rgb(95, 95, 95);
}

.p-cart{
    font-size:10px;
    position:absolute;
    right:10px;
    bottom:10px;
}
.cart-add-success{
    position: fixed;
    top:20%;
    z-index: 1000;
    left:50%;
    background-color: #149e01;
    color:#fff;
    padding:20px;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
    border:2px solid #ffffff;
}

.cart-add-error{
    position: fixed;
    top:20%;
    z-index: 1000;
    left:50%;
    background-color: #9e1901;
    color:#fff;
    padding:20px;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
    border:2px solid #ffffff;
}
.span-p-price{
    font-weight: bold;
    font-family: 'Sarabun', sans-serif;
    font-size:14px;
    position:absolute;
    right:10px;
    bottom:38px;
    color: rgb(27, 99, 194);

}

.span-pd-price{
    font-weight: bold;
    font-family: 'Sarabun', sans-serif;
    font-size:20px;
    color: rgb(27, 99, 194);

}
.cart-p-price{
    color: rgb(27, 99, 194);
    font-weight: bold;
    font-family: 'Sarabun', sans-serif;
    font-size:15px;
    text-align: right;
}
.p-title{
    font-size:14px;
    font-family:'Sarabun', sans-serif;
    margin: 0px 0px 10px 0px;
}
.pd-title{
    font-size:20px;
    font-weight: bold;
    font-family:'Sarabun', sans-serif;
    margin: 0px 0px 10px 0px;
}
.p-lang{
    font-size:12px;
    font-weight: bold;
    font-family:'Sarabun', sans-serif;
    /* position:absolute;
    left:10px;
    bottom:10px; */   
}
.stock-noti{
    font-size:10px;
    font-family:'Sarabun', sans-serif;
    color:#ff0000
}

.p-img{
    max-width: 100px;
}
.pclick{
    cursor: pointer;
}

.p-card-cont{
    position:relative;
}
.cart-row, .bank-info{
    font-size:14px;
    font-family:'Sarabun', sans-serif;
}

.preorder-tag{
    font-size:10px;
    font-weight: bold;
    font-family:'Sarabun', sans-serif;
    color: rgb(255, 0, 0);
    background-color: aliceblue;
    padding-left: 2px;
    padding-right: 2px;
    display:inline-block;
}
.t-header{
    font-size: 20px;
    font-weight: bold;
    font-family:'Sarabun', sans-serif;
    text-shadow: 1px 1px 0px #050505;
    padding-bottom: 10px;
    padding-top: 10px;
}
.t-total{
    color:rgb(27, 99, 194);
}
.payment-chk{
    background-color: rgb(218, 234, 248);
}
.btn-check{
    color:rgb(27, 99, 194);
    font-size: 18px;
    font-weight: bold;
    font-family:'Sarabun', sans-serif;
}
.lbl-check:hover{
    background-color: #33b622;
}
.span-single-filter{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
      
}
.lbl-check{
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    width: 65px;
    margin-bottom: 2px;
    padding: 3px 7px 3px 7px;
}
.u-btn:active {
    box-shadow: 0 0px #888888;
    transform: translateY(4px);
  }

.u-btn{
    border:0px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    color:#FFFFFF;
    box-shadow: 3px 3px #888888;

}

.s-btn:active {
    box-shadow: 0 0px #888888;
    transform: translateY(4px);
  }

.s-btn{
    border:0px;
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color:#FFFFFF;
    box-shadow: 3px 3px #888888;
    width: 100%;

}

.bc-1{
    background-color: rgb(29, 162, 214);
}
.bc-2{
    background-color: rgb(63, 63, 63);
}

.bc-3{
    background-color: rgb(0, 75, 136);
}
.img-payment-qr{
    max-width: 50px;
}
.img-payment-cc{
    max-width: 123px;
}
.img-payment-unp{
    max-width: 49px;
}
.limit{
    color:#ff0000;
    font-size: 12px;
    font-weight: bold;
    font-family:'Sarabun', sans-serif;
    text-shadow: 1px 1px #463939;

}
.p-karma{
    max-width: 14px;
    /* filter: drop-shadow(16px 16px 20px rgb(0, 190, 41)) invert(50%); */
    margin-top: -5px;

}
.ctooltip {
    position: relative;
    display: inline-block;
}
  
.ctooltip .tooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: rgb(0, 151, 0);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 2px 0;
    font-size: 12px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
  }
  
.ctooltip:hover .tooltiptext {
    visibility: visible;
  }
.tooltip-coin{
    max-width: 12px;
    margin-top: -2px
}

.s-threat{
    max-width: 30px;
  }
.threat-details{
    color:#15b300;
    font-size: 16px;
    font-weight: bold;
    font-family:'Sarabun', sans-serif;
    text-shadow: 1px 1px #020202;
}
.threat{
    font-size: 12px;
    font-weight: bold;
    font-family:'Sarabun', sans-serif;
    color:#15b300;
    text-shadow: 1px 1px #020202;
    position:absolute;
    right:10px;
    bottom:10px;
}
.cat-onepiece{
    max-height: 150px;
}
.main-con{
    height: 100%;
    /* background-color: #fff; */
}
.row-con{
    height: 100%;
    /* background-color: #fff; */
}

.content-holder{
    height: 100%;
}
.single-cat-holder{
    /* padding:10px; */
    /* background-color: #e61616; */
    border: 3px solid #706d6d;
    padding: 0px;
    /* width:370px; */
}
.single-card-holder{
    /* border: 2px solid #706d6d; */
    background-color: #fff;
    margin: 0px 1px 0px 1px;
    /* position:relative; */
}
/* .card-img-holder{
    padding: 20px;
} */
.single-card-img{
    object-fit: cover; 
}
.single-card-name{
    text-align: left;
    padding-left:5px;
    font-size: 16px;
    margin-top: 5px;
    font-family: "Bebas Neue", sans-serif;
}
.single-card-price{
    text-align: right;
    padding-right: 5px;
    margin-top: 2px;
}
.single-card-stock{
    text-align: right;
    padding-right: 5px;
    margin-top: -7px;
}

.span-card-price{
    font-weight: bold;
    font-size: 20px;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    
}
.span-thb{
    font-weight: bold;
    font-size: x-small;
}
.span-card-stock{
    color: #706d6d;
    font-size: small;
    
}
.single-button-holder{
    margin-top:5px;
}
.single-series-select{
    padding:5px;
    border: 1px solid #c7c7c7;

}

.single-seriers-list{
    padding: 4px 10px 4px 10px;
    border: 1px solid #706d6d;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
    width: 350px;
}
.single-card-name{
    cursor: pointer;

}
.screen-blocker{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1002;
    background-color: #313030b9;
    display:none;
    position:fixed;
    margin-top:-90px;
    align-items: center;
    justify-content: center;

}
.single-displayer{
    display: none;
    position:fixed;
    z-index: 1010;
    overflow: auto;
    max-height: 90vh;

}
/* .text-white{
    color: #ffff;
} */
.card-text{
    position: absolute;
    bottom:0;
    background-color: #000000c4;
    font-size: 20px;
}

.single-displayer-bg{
    background-color: #3f3f3f;
}
.add-flex{
    display:flex;
}
.div-single-name{
    font-size: 20px;
    font-weight: bold;
    font-family:'Sarabun', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-color: #201f1f;
    color: #fff;
}
.div-single-name-l{
    font-size: 20px;
    font-weight: bold;
    font-family:'Sarabun', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-color: #201f1f;
    color: #fff;
    border-radius: 4px 0px 0px 0px; 
}
.div-single-name-r{
    font-size: 20px;
    font-weight: bold;
    font-family:'Sarabun', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-color: #201f1f;
    color: #fff;
    border-radius: 0px 4px 0px 0px; 
}
.div-content{
    display: block;
    font-family:'Sarabun', sans-serif;
    font-weight: 500;
}
.card-detail{
    cursor: pointer;
}
.s-decl{
    color: #4682b7;
    font-weight: 800;
}
.s-turn{
    color: #4dacb9;
    font-weight: 800;
}
.s-sleep{
    color: #8a81ba;
    font-weight: 800;
}
.s-disg{
    color: #c33285;
    font-weight: 800;
}
.s-cutin{
    color: #31a7ca;
    font-weight: 800;
}
.s-spark{
    color: #c80018;
    font-weight: 800;
}
.s-oppturn{
    color: #dc8011;
    font-weight: 800;
}
.s-color{
    color: #ca306d;
    font-weight: 800;
}
.single-icon{
    height:20px;
    padding-right: 5px;
}
.s-blue{
    background-color: #0300a8;
    color: #ffffff;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
}
.s-green{
    background-color: #00aa63;
    color: #ffffff;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
}
.s-yel{
    background-color: #fffb00;
    color: #000000;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
}
.s-red{
    background-color: #a11800;
    color: #ffffff;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
}
.s-black{
    color: #ffffff;
    background-color: #000000;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
}
.s-white{
    color: #ffffff;
    background-color: #b3a9a9;
    padding: 1px 5px 1px 5px;
    border-radius: 10px;
}



a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
a{cursor: pointer;}