/* BASIC css start */
.bestTab { display:block; margin-top:15px}
.bestTab ul {padding:0 3px;display:flex;box-sizing: border-box;}
.bestTab ul li {display:inline-block;width:calc(50% - 1.5px);margin-right:3px;padding: 8px 0;border:1px solid #cfa971;font-size:1rem;color:#cfa971;text-align:center;box-sizing:border-box;}
.bestTab ul li:last-child { margin-right:0px; }
.bestTab ul li.active { background: #cfa971; color:#fff;}
.bestTab_list.SMS_bestTab_review { display:none; }

.prod_box .items {counter-reset: number 0;}

.prod_box .items li .thumb_box:before { counter-increment: number 1; content: counter(number); position: absolute; top: 5px; left: 5px; z-index: 11; width: 25px; height: 28px; background: url(/design/ssodo82/smartskin_re3/custom/img/best_bg.png) no-repeat center center; background-size: 25px auto; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.1rem; font-weight: normal; }

/* BASIC css end */

