.product { margin-bottom: 70px }
.product .thumbs a { background: #fff; padding: 10px; display: block; }
.product .bigimg { background: #fff; padding: 30px; }
.product .bigimg img { width: 100%; height: 405px; object-fit: contain; }
.product .bigimg .label { color: var(--textColor); background: var(--accent); font-weight: 700; font-size: 18px; position: relative; top: -10px; left: -10px }
.product h1 { font-size: 24px; font-weight: 600 }
.product .prodInfo { color: var(--gray); font-size: 14px; line-height:24px }
.product .prodInfo b { font-weight: 500; color: var(--textColor); }
.product .itemPrice { display: inline-block; background-color: var(--secondaryColor); border-radius: 5px; font-weight: 700; font-size: 20px; line-height: 24px; padding: 5px 10px; margin: 20px auto; }
.product .oldPrice { font-weight: 400; font-size: 14px; line-height: 24px; color: #4D4D4D; text-decoration: line-through; text-decoration-color: var(--accent); }
.product #addButton { margin-bottom: 30px; font-size: 16px; font-weight:600; padding: 7px 27px }
.product .description { font-size: 14px; color: #00171F; line-height: 22px; }
.product select#cnt { width: 50px; float: left; margin-right: 10px; }