.theme-btn {
  width: auto;
  color: #fff !important;
  font-size: 16px;
  border: none;
  padding: 4px 20px;
  line-height: 22px;
}

.theme-product-price,
.theme-product-price:hover,
.theme-product-price::before,
.theme-product-price::after {
  color: #fbd33d
}

/****字体颜色部分****/

.theme-color,
.theme-color-hover:hover,
.theme-color-focus:focus,
.theme-color-before::before,
.theme-color-after::after {
  color: #fbd33d !important;
}

.theme-color-fff,
.theme-color-fff:hover,
.theme-color-fff:focus,
.theme-color-fff::before,
.theme-color-fff::after {
  color: #fff;
}

/*****背景颜色部分****/

.theme-background-color,
.theme-background-color-hover:hover,
.theme-background-color-focus:focus,
.theme-background-color-before::before,
.theme-background-color-after::after {
  background-color: #fbd33d !important;
}

/******border颜色部分*********/

.theme-border-color,
.theme-border-color-hover:hover,
.theme-border-color-focus:focus,
.theme-border-color-before::before,
.theme-border-color-after::after {
  border-color: #fbd33d !important;
}


.theme-border-top-color,
.theme-border-color-hover:hover,
.theme-border-color-focus:focus,
.theme-border-color-before::before,
.theme-border-color-after::after {
  border-top-color: #fbd33d !important;
}
/******outline color****/
.theme-outline-color,
.theme-outline-color-hover:hover,
.theme-outline-color-focus:focus,
.theme-outline-color-before::before,
.theme-outline-color-after::after {
  outline-color: #fbd33d !important;
}


/****** jsssor slider ****/
[u="prototype"].av,
[u="prototype"]:hover {
  background-color: #fbd33d !important;
}

/* jsssor - 详情页轮播缩略图边框 */
.jssorThumb01 .pav .c{
  border-color: #fbd33d !important;
}
.jssorThumb01 .p:hover .c{
  border-color: #fbd33d !important;
}