.woocommerce ul.products li.product .star-rating{
	margin: 0 auto .5em;
}
.woocommerce .products li {
  width: 30% !important;
  text-align: center;
  margin: 0 20px 20px 0 !important;
}
.woocommerce #sidebar {
  margin-top: 2em;
}
.woocommerce-message {
  border-top-color: #fe651f;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
  padding: 0;
  border-radius: 50px;
  margin: 0 !important;
}
.woocommerce ul.products li.product .onsale{
  top: 10px !important;
  right: 10px !important;
}
h2.woocommerce-loop-product__title{
  font-size: 18px !important;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #4a4f55;
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
	margin-bottom: 5px;
}
.woocommerce .quantity .qty {
  width: 5em;
  padding: 5px;
  border-radius: 0;
  border: solid 1px #323232;
  color: #4a4f55;
}
.col-1,.col-2 {
  max-width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 12px!important;
  margin-bottom: 10px;
  background: #10a6c0;
  border-radius: 4px;
  transition: background 0.2s ease;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #fff !important;
  font-weight: bold;
  font-style: none !important;
}
.posted_in {
  display: block;
}
.woocommerce .woocommerce-ordering select{
	padding: 10px;
}
span.woocommerce-input-wrapper{
  width: 100%;
}
.woocommerce-product-gallery__image{
  padding: 2px;
}
.woocommerce a.checkout-button.button.alt.wc-forward{
	color: #fff !important;
	font-style: none;
}
.woocommerce a.checkout-button.button.alt.wc-forward:hover{
	text-decoration: none !important;
}
ul.woocommerce-order-overview.order_details {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.woocommerce-order-overview.order_details li {
	float: none;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 18px;
	background: linear-gradient(315deg, #10a6c0 25%, #b621fe 140%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-align: center;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: linear-gradient(315deg, #10a6c0 25%, #b621fe 140%)!important;
	color: #fff;
}
/* Account navigation: active and hover items use the full brand gradient */
nav.woocommerce-MyAccount-navigation ul li:hover,
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background: linear-gradient(315deg, #10a6c0 0%, #b621fe 140%);
}
nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  text-decoration: none;
}
/* Default buttons carry the brand gradient at rest, not only on hover */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: linear-gradient(315deg, #10a6c0 0%, #b621fe 140%);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 500;
}
/* Account content links use the brand accent colour */
.woocommerce-MyAccount-content a {
  color: #10a6c0;
}
/* My Account page: top and bottom breathing room so the two columns do not hug
   the header; scoped to the account page so shop/cart/checkout are untouched */
.woocommerce-account .woocommerce {
  margin: 40px 0;
}
nav.woocommerce-MyAccount-navigation {
  margin-top: 4px;
}
/* My Account dashboard: branded welcome with a soft header divider */
.yrm-account-dashboard {
  padding-top: 4px;
}
.yrm-account-header {
  border-bottom: 1px solid #e6e8eb;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.yrm-account-welcome {
  margin: 0 0 4px;
  font-size: 26px;
  background: linear-gradient(315deg, #10a6c0 0%, #b621fe 140%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.yrm-account-intro {
  color: #4a4f55;
  max-width: 640px;
  margin-bottom: 0px;
}
.yrm-account-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.yrm-account-links a.button {
  text-decoration: none;
}
.yrm-account-logout {
  font-size: 13px;
  color: #666;
  margin: 0 0 14px;
}
.yrm-account-logout a {
  color: #10a6c0;
}