@charset "UTF-8";
ins {
  text-decoration: none;
}
del {
  color: #c00;
}
.woocommerce-ordering {
  margin-bottom: 30px;
}
.woocommerce-info, .woocommerce-message, .woocommerce-noreviews, .woocommerce-result-count {
  background: #2B7C42;
  color: #fff;
  margin-bottom: 2%;
  padding: 10px;
}
.woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button, .woocommerce-result-count .button {
  background: none;
  border: 0;
  color: #fff;
  line-height: 1.5;
  padding: 0;
  text-shadow: none;
}
.woocommerce-info .button:hover, .woocommerce-message .button:hover, .woocommerce-noreviews .button:hover, .woocommerce-result-count .button:hover {
  background: none;
  border: 0;
  color: #fff;
  line-height: 1.5;
  padding: 0;
  text-decoration: underline;
  text-shadow: none;
}
.woocommerce-info .button:hover, .woocommerce-message .button:hover, .woocommerce-noreviews .button:hover, .woocommerce-result-count .button:hover {
  text-decoration: underline;
}
.woocommerce-Message .button {
  float: right;
}
.woocommerce-error {
  background: #c00;
  color: #fff;
  list-style: none;
  margin: 0 0 2% 0;
  padding: 10px;
}
.wc-forward {
  float: right;
}
.woocommerce-invalid input {
  border: 1px solid #c00;
}
.button:disabled {
  cursor: not-allowed;
  opacity: 0.15;
}
#content {
  clear: both;
}
/* Header cart */
#header-cart {
  position: absolute;
  bottom: 30px;
  right: 65px;
}
#header-cart .product_list_widget {
  display: none;
}
#header-cart .total, #header-cart .buttons {
  display: block;
  margin: 0;
  vertical-align: middle;
}
#header-cart .total {
  line-height: 35px;
}
#header-cart .total strong {
  display: none;
}
#header-cart .total:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 5px;
}
#header-cart .buttons a:first-child {
  display: none;
}
/* Product listing */
.woocommerce-breadcrumb {
  margin-bottom: 16px;
}
.products {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products li {
  float: left;
  margin: 0 0 30px 0;
  position: relative;
  width: 100%;
}
.products li span {
  display: inline;
}
.products img {
  float: left;
  height: auto;
  margin-right: 10px;
  width: 100%;
}
.products a {
  text-decoration: none;
}
.products .woocommerce-LoopProduct-link {
  display: block;
  margin-bottom: 12px;
}
.products a.add_to_cart_button {
  clear: both;
}
.products a.button:focus {
  color: #fff;
}
.products .excerpt {
  color: #999;
  font-size: 12px;
}
.products .onsale {
  background: #c00;
  color: #fff;
  border-radius: 90px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -15px;
  top: 15px;
  text-align: center;
  width: 50px;
  z-index: 500;
}
.products .star-rating {
  margin-left: auto;
  margin-right: auto;
}
.products .wc-forward {
  float: none;
}
@media only screen and (min-width: 600px) {
  .products {
    margin: 0 -2%;
  }
  .products li {
    margin: 0 2% 4% 2%;
    width: 46%;
  }
  .products li img {
    margin-bottom: 10px;
  }
  .products li h2 {
    clear: both;
  }
}
@media only screen and (min-width: 1200px) {
  .products li {
    width: 29.333%;
  }
}
.woocommerce-pagination {
  clear: both;
  text-align: center;
}
.woocommerce-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-pagination ul li {
  display: inline-block;
}
.woocommerce-pagination ul li a {
  padding: 10px;
}
/* Product page */
.product {
  position: relative;
}
.product .onsale {
  background: #BF2625;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: absolute;
  left: -30px;
  top: 30px;
  text-align: center;
  z-index: 500;
}
.images {
  float: left;
  margin-bottom: 4%;
  width: 100%;
}
.images img {
  display: block;
}
.images .woocommerce-main-image img {
  margin-bottom: 2%;
}
.images .thumbnails {
  margin: 0 -1%;
}
.images .thumbnails a {
  float: left;
  margin: 0 1%;
  width: 31.333%;
}
.images .flex-viewport {
  box-shadow: 0 0 5px rgba(121, 101, 88, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4%;
}
.images ol.flex-control-nav {
  list-style: none;
  margin: 0 -2%;
}
.images ol.flex-control-nav li {
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 2% 4% 2%;
  width: 29.333%;
}
.images .woocommerce-product-gallery__trigger {
  font-size: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  text-decoration: none;
  z-index: 500;
}
.images .woocommerce-product-gallery__trigger:before {
  color: #fff;
  content: "";
  font-family: "FontAwesome";
  font-size: 30px;
  padding: 0 3px;
}
.summary {
  float: left;
  margin-bottom: 4%;
  width: 100%;
}
form.cart input, form.cart .quantity, form.cart .qty, form.cart button {
  display: inline-block;
}
form.cart .qty {
  width: 60px;
}
.variations td {
  border: 0;
  padding: 0;
  vertical-align: top;
}
.variations td.label {
  line-height: 35px;
  padding-right: 5px;
}
.variations .value .select-input {
  display: inline-block;
}
.variations .reset_variations {
  display: inline-block;
  line-height: 40px;
  margin-left: 20px;
  vertical-align: top;
}
.woocommerce-variation-price {
  margin-bottom: 16px;
}
.wc-tabs-wrapper {
  clear: both;
}
.woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-tabs ul.tabs li {
  border: 1px solid #ccc;
  border-bottom: 0;
  margin: 0;
  padding: 10px;
}
.woocommerce-tabs ul.tabs li a {
  display: block;
  text-decoration: none;
}
.woocommerce-tabs ul.tabs li a {
  text-decoration: none;
}
.woocommerce-tabs ul.tabs li.active {
  font-weight: 600;
}
.woocommerce-tabs .panel {
  border: 1px solid #ccc;
  padding: 30px 20px;
  position: relative;
  top: -1px;
}
.woocommerce-Tabs-panel--description > h2 {
  display: none;
}
#commentform {
  background: #eee;
  padding: 24px;
}
.comment-form-rating label {
  display: block;
}
.woocommerce-product-rating {
  margin-bottom: 16px;
}
#reviews .commentlist {
  list-style: none;
  margin-left: 0;
}
#reviews .commentlist li {
  background: #eee;
  margin-bottom: 12px;
  padding: 24px 24px 8px 24px;
}
.woocommerce-shop #sidebar ul {
  list-style: none;
  margin: 0;
}
#sidebar #woocommerce_widget_cart-2 {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px;
}
#sidebar #woocommerce_widget_cart-2 ul {
  list-style: none;
  margin: 0;
}
/* Cart page */
.shop_table {
  font-size: 12px;
  width: 100%;
}
.shop_table th {
  text-align: left;
}
.shop_table td {
  vertical-align: middle;
}
.shop_table th.product-thumbnail, .shop_table td.product-thumbnail {
  display: none;
}
.shop_table input {
  font-size: 12px;
  width: auto;
}
.shop_table button {
  font-size: 12px;
}
.shop_table .product-quantity input {
  width: 100%;
}
.shop_table .product-remove {
  text-align: center;
}
.shop_table .remove {
  background: #c00;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 17px;
  text-decoration: none;
  width: 20px;
}
.shop_table .remove:hover {
  background: #f00;
  color: #fff;
}
.actions .coupon {
  display: inline-block;
  width: 50%;
}
.actions .coupon input {
  display: inline-block;
  width: auto;
}
.actions .coupon label {
  display: none;
}
.actions > .button {
  display: inline-block;
  float: right;
}
.cart_totals {
  float: right;
  text-align: right;
  width: 100%;
}
/* Checkout */
.woocommerce-checkout .woocommerce-info {
  margin: 0;
}
.woocommerce-checkout .woocommerce-form-login {
  border: 1px solid #eee;
  margin-bottom: 2%;
  padding: 20px;
}
form.checkout_coupon {
  background: #eee;
  margin: 0;
  padding: 24px;
}
form.checkout_coupon div.clear {
  margin: 0;
}
form.checkout {
  padding-top: 30px;
}
.required, abbr.required {
  color: #c00;
  font-style: normal;
  text-decoration: none;
}
#order_review_heading {
  clear: both;
}
.wc_payment_methods {
  list-style: none;
  margin: 0 0 2% 0;
}
.wc_payment_methods input, .wc_payment_methods label, .wc_payment_methods img {
  vertical-align: middle;
}
.wc_payment_methods img {
  margin: 0 10px;
  max-height: 60px;
  width: auto;
}
.wc_payment_methods label {
  display: inline;
}
.wc_payment_methods input {
  margin: 0 0 5px 0;
}
/* Account section */
.woocommerce-account #content {
  padding-top: 30px;
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul {
  border-top: 1px solid #ccc;
  list-style: none;
  margin: 0 0 20px 0;
}
.woocommerce-MyAccount-navigation ul a {
  background: #eee;
  border-bottom: 1px solid #ccc;
  color: #555;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul a:hover {
  background: #fafafa;
}
.woocommerce-MyAccount-navigation li {
  border: none;
}
a.edit {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}
a.edit:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1;
}
@media only screen and (min-width: 400px) {
  .woocommerce-tabs ul.tabs {
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    padding: 0 0 0 3px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .woocommerce-tabs ul.tabs li {
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 -3px;
    padding: 0 10px;
  }
  .woocommerce-tabs ul.tabs li a {
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #666;
  }
  .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    border-bottom-color: #fff;
    font-weight: 600;
    z-index: 2;
  }
  .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
  }
  .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #ccc;
  }
  .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #ccc;
  }
}
@media only screen and (min-width: 600px) {
  #header-cart {
    bottom: 35px;
  }
  #header-cart .total, #header-cart .buttons {
    display: inline-block;
  }
  #header-cart .buttons a {
    margin-left: 5px;
  }
  .images {
    margin-right: 2%;
    width: 48%;
  }
  .summary {
    width: 50%;
  }
  .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
  }
  .woocommerce-MyAccount-navigation {
    float: left;
    margin: 0 2% 0 0;
    width: 18%;
  }
  .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
  }
  .woocommerce-MyAccount-navigation ul a {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
  }
  .woocommerce-MyAccount-navigation ul a:hover {
    background: #fafafa;
  }
  .woocommerce-MyAccount-content {
    float: left;
    margin: 0;
    width: 80%;
  }
  .woocommerce-MyAccount-content .addresses {
    margin: 0 -1%;
  }
  .woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
    background: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 1%;
    padding: 24px;
    width: 48%;
  }
  .woocommerce-MyAccount-content header {
    position: relative;
  }
  #customer_details {
    margin: 0 -1%;
  }
  #customer_details .col-1, #customer_details .col-2 {
    float: left;
    margin: 0 1%;
    width: 48%;
  }
  .shop_table {
    font-size: 14px;
  }
  .shop_table th.product-thumbnail, .shop_table td.product-thumbnail {
    display: table-cell;
  }
  .shop_table th.product-thumbnail img, .shop_table td.product-thumbnail img {
    display: block;
    height: auto;
    width: 100px;
  }
  .shop_table input {
    font-size: 14px;
    width: auto;
  }
  .shop_table button {
    font-size: 14px;
  }
  .cart_totals {
    width: 300px;
  }
}
@media only screen and (min-width: 800px) {
  #primary {
    float: left;
    margin: 0 1%;
    width: 73%;
  }
  .shop_table {
    font-size: 16px;
  }
  .shop_table th.product-thumbnail, .shop_table td.product-thumbnail {
    display: table-cell;
  }
  .shop_table th.product-thumbnail img, .shop_table td.product-thumbnail img {
    display: block;
    height: auto;
    width: 100px;
  }
  .shop_table input {
    font-size: 16px;
    width: auto;
  }
  .shop_table button {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  #header-cart {
    position: absolute;
    bottom: 20px;
    right: 1%;
  }
}
/* Photoswipe edits */
.pswp__ui .pswp__button {
  background: none;
}
.pswp__ui .pswp__button:before {
  font-family: "FontAwesome";
  font-size: 20px;
}
.pswp__ui .pswp__button.pswp__button--arrow--left:before {
  background: none;
  content: "";
}
.pswp__ui .pswp__button.pswp__button--arrow--right:before {
  background: none;
  content: "";
}
.pswp__ui .pswp__button.pswp__button--fs:before {
  background: none;
  content: "";
}
.pswp__ui .pswp__button.pswp__button--close:before {
  background: none;
  content: "";
}
.starActive {
  fill: #999;
}
.starInactive {
  fill: #666;
}
.star-rating {
  height: 20px;
  margin-bottom: 10px;
  position: relative;
  width: 100px;
}
.star-rating:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-size: 20px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
}
.star-rating > span {
  display: block;
  text-indent: -10000px;
  width: 100px;
  height: 20px;
  position: absolute;
  overflow: hidden;
}
.star-rating > span:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-size: 20px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: 10000px;
}
p.stars {
  clear: both;
  display: inline-block;
}
p.stars a {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-size: 20px;
  display: inline-block;
  font-size: 0;
  height: 20px;
  position: relative;
  text-indent: -999em;
  text-decoration: none;
  width: 20px;
}
p.stars a:hover ~ a {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
}
p.stars:hover a {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
}
p.stars.selected a.active {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
}
p.stars.selected a.active:before {
  content: "";
}
p.stars.selected a.active ~ a {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
}
p.stars.selected a:not(.active) {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
}
