/* imglist */
#imglist img {margin-bottom: 20px;width: 100%;aspect-ratio: 4/3;object-fit: cover;}
#imglist .img_nav .item {margin: 0 10px;width: 100px;height: 100px;border: 1px solid rgb(255 255 255 / 20%);}
#imglist .img_nav .item img {margin: 10%;width: 80%;height: 80%;padding: 0;background: none;}

/* productinfo */
#productinfo .tit_box .cat { font-size: 15px; color: #727272; }
#productinfo .tit_box h2 {font-weight: 400;font-size: 24px;}
#productinfo .tit_box p{margin-bottom: 10px;text-transform: uppercase;}
#productinfo .tit_box article {font-weight: 300;font-size: 14px;text-align: justify;line-height: 2;color: #d6d6d6;}
#productinfo .price_box p {font-weight: bold;font-size: 21px;background: linear-gradient(to right, var(--secondary), var(--thirdly));background-clip: text;-webkit-background-clip: text;color: transparent;}
#productinfo .price_box .original { text-decoration: line-through; font-size: 12px; color: #949494; }
#order_box .box label {width: 70px;display: block;font-size: 14px;}
#order_box .box .btn {padding: .15em .5em;min-width: 30px;display: flex;justify-content: center;align-items: center;border: 1px rgb(255 255 255 / 20%) solid;border-radius: .2em;font-weight: 300;}
#order_box .box .btn.action {background: linear-gradient(to right, var(--secondary), var(--thirdly));border-color: #000f36;color: #fff;}

/* quantity_box */
#quantity_box font {width: 1%;flex: 1 auto;border: 1px solid rgb(255 255 255 / 20%);}
#quantity_box a[data-action="checkout"] {position: relative;width: 36px;min-height: 100%;border: rgb(255 255 255 / 20%) solid;border-width: 0 1px 0 0;display: block;}
#quantity_box a[data-action="checkout"]:before , #quantity_box a.plus:after { position: absolute; width: 25%; height: 1px; background: var(--info); display: block; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); content: ""; }
#quantity_box a.plus { border-width: 0 0 0 1px; }
#quantity_box a.plus:after { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
#quantity_box input {width: 1%;flex: 1 auto;border: 0;background: none;text-align: center;}

/* buy_btns */
#buy_btns a {padding: .5em;width: 48%;border: 1px solid rgb(255 255 255 / 20%);letter-spacing: .1em;font-weight: 300;}
#buy_btns a[data-type="0"] { background: #3f3f3f; border-color: #3f3f3f; color: #fff; }

/* track */
#track svg { width: 18px; height: 16px; fill: #b8b8b8; }
#track span {letter-spacing: .1em;font-weight: 300;font-size: 14px;}

/* product_tabs */
#product_tabs { margin-top: 35px; }
#product_tabs .tabs {border-bottom: 1px rgb(255 255 255 / 20%) solid;margin-bottom: 30px;justify-content: flex-start;}
#product_tabs .tabs li { margin: 0 5px; }
#product_tabs .tabs li a {padding: 1.2em 1em;font-size: 15px;color: #777;position: relative;}
#product_tabs .tabs li.active a {color: #fff;}
#product_tabs .tabs li.active a:after{content:'';position: absolute;bottom: 0;height: 2px;width: 100%;background: linear-gradient(to right, var(--secondary), var(--thirdly));left: 0;}

@media screen and (max-width: 1024px) {
    #productinfo{margin-top:40px;}
}
@media screen and (max-width: 768px) {
    #other_product_box li:last-child{display:none;}
}
@media screen and (max-width: 640px) {
}