body {
  background-color: #f6f6f6;
}

/* Reset Part */

p {
  margin: 0;
}

ul,
ul > li {
  list-style: none;
  margin: 0;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333 !important;
}

button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #DBBD3E99 !important;
}

/* Common Part */

.wrapper {
  width: 1280px;
  margin: 0 auto;
}

.page-top {
  height: 80px;
}

.page-title {
  font-weight: bold;
  margin-right: 20px;
}

.page-title p {
  font-size: 18px;
  color: #333;
}

.page-title span {
  font-weight: 400;
  display: block;
  font-size: 12px;
  color: #999;
}

.page-sort {
  margin: 0 15px;
}

.page-sort li {
  position: relative;
  min-width: 60px;
  margin-right: 40px;
}

.page-sort .sort-icon {
  width: 16px;
  height: 16px;
}

.page-pagination {
  padding: 30px 0;
}

.page-pagination .page-item {
  margin: 0 5px;
}

.page-pagination .active .page-link {
  background-color: #DBBD3E !important;
}

.page-itemnum-select {
  height: 35px;
}

.border {
  border: 1px solid #ddd;
}

.table-wrapper {
  background-color: #fff;
}

.table-wrapper.mini th,
.table-wrapper.mini td {
  font-size: 13px;
  padding: 5px;
}

.table-wrapper th,
.table-wrapper td {
  font-size: 14px;
  padding: 10px;
}

.table-wrapper tr:nth-child(2n) {
  background-color: #f1f1f1;
}

.table-wrapper th {
  color: #666;
}

.table-wrapper .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: currentColor;
}

.table-tag {
  color: currentColor;
  padding: 0 10px;
  font-size: 12px;
  border: 1px solid currentColor;
  border-radius: 2px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-weight: bold;
}

.table-wrapper thead {
  background-color: #f1f1f1;
  height: 40px;
}

.form-wrapper {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}

.form-check .form-check-input:checked {
  background-color: #DBBD3E;
}

.form-submit-btn {
  background-color: #333;
  color: #DBBD3E;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 200px;
  padding: 0 !important;
  border: none;
  border-radius: 3px;
  font-weight: bold;
}

.info-group {
  margin-bottom: 20px;
}

.info-group span {
  font-size: 14px;
  color: #999;
  font-weight: bold;
}

.info-group p {
  font-size: 14px;
  color: #333;
}

.info-group a {
  text-decoration: underline;
}

/* Layout Part */

.flex-row {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-align-end {
  display: flex;
  align-items: flex-end;
}

.flex-align-baseline {
  display: flex;
  align-items: baseline;
}

.flex-row-center {
  display: flex;
  justify-content: center;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-col-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-row-between {
  display: flex;
  justify-content: space-between;
}

.flex-row-end {
  display: flex;
  justify-content: flex-end;
}

.flex-col-end {
  display: flex;
  justify-content: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

/* font  */

@font-face {
  font-family: 'LeagueSpartan';
  src: url("../fonts/LeagueSpartan.ttf");
}

.text-brand {
  font-family: 'LeagueSpartan', Helvetica;
}

.text {
  color: #333;
  font-size: 14px;
}

.text-grey {
  color: #666;
}

.text-lightgrey {
  color: #999;
}

.text-12 {
  font-size: 12px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-24 {
  font-size: 24px;
}

.text-bold {
  font-weight: bold;
}

/* Color */

.text-yellow {
  color: #DBBD3E;
}

.text-green {
  color: #49BC55;
}

.text-blue {
  color: #4A90E2;
}

.text-red {
  color: #D66852;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab {
  margin-top: 5px;
  margin-bottom: 25px;
  padding: 0;
}

.tab .item {
  position: relative;
  font-size: 17px;
  margin-right: 30px;
  margin-left: 0;
}

.tab .item a {
  color: #666;
}

.tab .item.active a {
  color: #333;
}

.tab .item.active:after {
  content: '';
  background-color: #DBBD3E;
  opacity: .5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  position: absolute;
  z-index: 0;
}

.pc-filter {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 8px solid #333;
}

.pc-filter-label {
  display: inline-block;
  width: 80px;
}

.pc-filter li {
  display: inline-block;
  min-width: 60px;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
}

.pc-filter li.active {
  background-color: #333;
}

.pc-filter li.active a,
.pc-filter li.active a:hover {
  color: #fff !important;
}

.pc-filter li a {
  text-align: center;
  display: inline-block;
}
.header-full {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.04);
}

.header-logo {
  width: 72px;
  height: 60px;
  -webkit-user-drag: none;
  margin-left: -13px;
}

.header-title {
  font-size: 24px;
  color: #333;
  font-weight: 300;
  margin-top: 5px;
  -webkit-user-select: none;
}

.header-ver {
  margin: 13px 4px 0 4px;
}

.header-menu {
  margin: 0 30px;
  height: 60px;
  flex: 1;
}

.header-menu li {
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  margin-right: 20px;
}

.header-menu .nav-link {
  padding: 0;
}

.header-right {
  text-align: right;
}
/* PAGE LIST */

.pd-search {
  width: 300px;
}

.pd-list {
  flex-wrap: wrap;
}

.pd-item {
  width: 240px;
  height: 500px;
  border: 1px solid #ddd;
  background-color: #fff;
  margin: 0 20px 20px 0;
  padding: 10px;
  position: relative;
}

.pd-item:nth-child(5n+0) {
  margin-right: 0;
}

.pd-img-wrapper {
  width: 220px;
  height: 300px;
  margin: 0 auto 5px auto;
}

.pd-img-wrapper img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  object-position: center;
}

.pd-brand {
  font-weight: 300;
  font-size: 16px;
  color: #333;
  line-height: 1;
}

.pd-title {
  font-size: 13px;
  color: #666;
  margin-bottom: 5px;
}

.pd-price-row {
  height: 30px;
}

.pd-price {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1;
}

.pd-outstock-tag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 90px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  background-color: #C45656;
  color: #fff;
}

.pd-discount-tag {
  width: 50px;
  height: 25px;
  line-height: 25px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.pd-system-time {
  margin-top: 5px;
  border-top: 1px solid #ddd;
  color: #999;
  padding: 7px 0 0 2px;
  font-size: 12px;
  line-height: 1.6;
}

.pd-nofound-wrapper {
  width: 800px;
  height: 400px;
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
  margin: 50px auto;
}

.pd-nofound-wrapper img {
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
  -webkit-user-drag: none;
}

.pd-nofound-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #333;
}

.pd-nofound-tip {
  font-size: 16px;
  color: #666;
}

/* PAGE DETAIL */

.pdd-wrapper {
  padding: 25px 0;
}

.pdd-left {
  width: 440px;
}

.pdd-img-wrapper {
  width: 440px;
  height: 550px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.pdd-img-wrapper img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.pdd-thumbnails {
  flex-wrap: wrap;
}

.pdd-thumbnails img {
  margin: 0 10px 10px 0;
  border: 1px solid #ddd;
  width: 80px;
  height: 120px;
  object-position: center;
  object-fit: contain;
  background-color: #fff;
  padding: 5px;
}

.pdd-thumbnails img:nth-child(5n+0) {
  margin-right: 0;
}

.pdd-right {
  width: 820px;
  padding: 0 20px;
  background-color: #fff;
}

.pdd-info-top {
  height: 60px;
  border-bottom: 1px solid #ddd;
}

.pdd-info-brand {
  font-size: 18px;
  margin-top: 15px;
}

.pdd-info-price {
  font-size: 24px;
  margin: 5px 0 0 0;
}

.pdd-info-1 .pdd-info-col {
  width: 240px;
}

.pdd-info-2 .pdd-info-col {
  width: 380px;
}

.pdd-info-1,
.pdd-info-2 {
  margin: 20px 0;
}

.pdd-outstock-tag {
  display: block;
  text-align: center;
  width: 70px;
  height: 30px;
  line-height: 33px;
  font-weight: bold;
  font-size: 14px;
  background-color: #C45656;
  color: #fff;
  border-radius: 2px;
}

/* Filter */

.filter-group {
  margin-bottom: 10px;
}

.filter-group .label {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  margin-bottom: 5px;
}

.filter-group hr {
  border-bottom: 1px solid #ddd;
}

.filter-cate-wrapper {
  position: relative;
  border: 1px solid #ddd;
  padding: 15px 10px 40px 10px;
}

.filter-cate1 {
  margin: 0 20px 0 0;
  width: 270px;
  padding: 0;
  border-right: 1px solid #ddd;
}

.filter-cate1 li {
  width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #666;
}

.filter-cate1 li:nth-child(3n),
.filter-cate2 li:nth-child(3n) {
  margin-right: 0;
}

.filter-cate2 {
  margin: 0;
  padding: 0;
}

.filter-cate2 li {
  width: 100px;
  margin-right: 10px;
  margin-bottom: 3px;
}

.filter-cate-result {
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  background-color: #f1f1f1;
  color: #333;
}

.filter-cate-wrapper {
  min-height: 200px;
}

.filter-cate-wrapper li.checked {
  font-weight: bold;
  color: #DBBD3E;
}

/* color edit */

.color-block {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #eee;
  vertical-align: text-bottom;
}
/* Source Summary */

.ss-list {
  width: 1070px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}

.ss-item {
  width: 200px;
  height: 200px;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 10px;
}

.ss-item img {
  object-fit: contain;
  object-position: center;
  width: 100px;
  height: 100px;
}

/* Source Stock */

.sstk-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}

.sstk-item {
  width: 240px;
  height: 200px;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 15px;
}

.sstk-item img {
  object-fit: contain;
  object-position: center;
  width: 100px;
  height: 135px;
  min-width: 100px;
}

.sstk-sizes {
  flex-grow: 1;
  padding: 0;
  margin: -5px 0 0 15px;
}

.sstk-sizes li {
  display: flex;
  align-items: center;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #666;
  padding: 0 5px;
  border-bottom: 1px solid #eee;
}

.sstk-sizes li:last-child {
  border: none;
}

.sstk-size {
  width: 50px;
  max-width: 100px;
}