/* Media break point */
/* MouseWheel */
/**
 * WooCommerce CSS Variables
 */
.onsale {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 700;
  color: #fff;
  background: #f00;
  padding: 0 15px; }
  [dir="rtl"] .onsale {
    right: auto;
    left: 0; }

.woocommerce-Price-amount {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-accent); }

del .woocommerce-Price-amount {
  font-size: 80%;
  color: #f00; }
/**
 * woocommerce-layout.scss
 * Applies layout to the default WooCommerce frontend design
 */
/**
 * oEmbeds
 */
.woocommerce-oembed {
  position: relative; }
/**
 * woocommerce-smallscreen.scss
 * Optimises the default WooCommerce frontend layout when viewed on smaller screens.
 */
/**
 * Style begins
 */
@media (max-width: 1024px) {
  /**
   * Cart
   */
    table.shop_table_responsive {
      display: block; }
      table.shop_table_responsive thead {
        display: none; }
      table.shop_table_responsive tbody {
        display: block; }
        table.shop_table_responsive tbody th {
          display: none; }
      table.shop_table_responsive tr {
        display: block; }
        table.shop_table_responsive tr td {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
          text-align: end !important;
          border-right: 0px solid #ddd; }
          table.shop_table_responsive tr td.order-actions {
            text-align: start !important; }
          table.shop_table_responsive tr td::before {
            content: attr(data-title) ': ';
            font-weight: 700;
            color: var(--heading-font-color); }
          table.shop_table_responsive tr td.product-name > div {
            width: 100%;
            padding-top: 10px; }
          table.shop_table_responsive tr td.product-remove::before, table.shop_table_responsive tr td.actions::before {
            display: none; }
          table.shop_table_responsive tr td.actions {
            display: block; }
        table.shop_table_responsive tr:nth-child( 2n) td {
          background-color: rgba(0, 0, 0, 0.025); }
    table.cart .product-thumbnail {
      display: none; } }

.woocommerce-notices-wrapper, .woocommerce-form-coupon-toggle {
  font-size: 19px;
  font-family: var(--heading-font-family);
  color: var(--heading-font-color);
  font-weight: 600;
  background: #f0f5fd;
  margin-bottom: 40px;
  padding: 25px; }
  .woocommerce-notices-wrapper:empty, .woocommerce-form-coupon-toggle:empty {
    display: none; }
  .woocommerce-notices-wrapper > .woocommerce-error, .woocommerce-form-coupon-toggle > .woocommerce-error {
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
    color: red; }

.woocommerce-message, .woocommerce-Message {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .woocommerce-message .button, .woocommerce-Message .button {
    flex: 0 0 auto;
    order: 9;
    min-width: 170px;
    padding: 21.5px;
    text-align: center;
    background: var(--color-accent);
    color: white; }
    .woocommerce-message .button:hover, .woocommerce-Message .button:hover {
      background: var(--color-primary); }

.woocommerce-error {
  background: #f00;
  color: #fff;
  padding: 25px;
  margin: 0 0 35px; }

.woocommerce-notice {
  padding: 20px; }

.woocommerce-notice--info {
  background-color: orange;
  color: #fff; }

select.orderby {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e6e8eb inset; }

.woocommerce-cart-form__contents .product-name {
  font-size: 17px;
  font-weight: 600;
  font-family: var(--heading-font-family); }
  .woocommerce-cart-form__contents .remove {
    width: 19px;
    height: 19px;
    line-height: 17px;
    display: block;
    color: #fff;
    text-align: center;
    background: var(--color-secondary); }
    .woocommerce-cart-form__contents .remove:hover {
      background: #f00; }
  .woocommerce-cart-form__contents .woocommerce-Price-amount {
    font-size: 16px; }
  .woocommerce-cart-form__contents .input-text.qty {
    max-width: 76px;
    text-align: center; }
  @media (min-width: 1025px) {
  .woocommerce-cart-form__contents td, .woocommerce-cart-form__contents th {
    padding: 20px; }
    .woocommerce-cart-form__contents td.actions, .woocommerce-cart-form__contents th.actions {
      padding: 30px; }
  .woocommerce-cart-form__contents .product-thumbnail, .woocommerce-cart-form__contents .product-remove {
    border-right: 0; }
  .woocommerce-cart-form__contents .product-remove {
    width: 60px; }
    .woocommerce-cart-form__contents .product-remove .remove {
      margin: 0 auto; }
  .woocommerce-cart-form__contents .product-thumbnail {
    width: 70px;
    padding-left: 0;
    padding-right: 0; }
    .woocommerce-cart-form__contents .product-thumbnail img {
      max-width: 70px; }
  .woocommerce-cart-form__contents .product-price, .woocommerce-cart-form__contents .product-quantity, .woocommerce-cart-form__contents .product-subtotal {
    width: 180px;
    text-align: center; }
  .woocommerce-cart-form__contents .cms-cart-update-checkout {
    padding-top: 0 !important;
    float: right;
    min-width: 302px; }
    [dir="rtl"] .woocommerce-cart-form__contents .cms-cart-update-checkout {
      float: left; } }
  .woocommerce-cart-form__contents .coupon {
    display: flex;
    flex-wrap: wrap;
    width: 404px;
    margin: -5px;
    float: left; }
    [dir="rtl"] .woocommerce-cart-form__contents .coupon {
      float: right; }
    @media (max-width: 767px) {
  .woocommerce-cart-form__contents .coupon {
    float: none;
    width: unset; } }
    .woocommerce-cart-form__contents .coupon input, .woocommerce-cart-form__contents .coupon button {
      margin: 5px; }
    .woocommerce-cart-form__contents .coupon label {
      display: none; }
    .woocommerce-cart-form__contents .coupon input[name="coupon_code"] {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      height: 42px !important;
      line-height: 42px !important; }
    .woocommerce-cart-form__contents .coupon button[name="apply_coupon"] {
      flex: 0 0 134px; }
    .woocommerce-cart-form__contents .coupon + [name="update_cart"] {
      display: none !important; }
  .woocommerce-cart-form__contents .cms-cart-update-checkout {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    margin: -5px; }
    .woocommerce-cart-form__contents .cms-cart-update-checkout > * {
      margin: 5px;
      text-align: center;
      flex: 0 0 auto;
      max-width: calc(50% - 10px); }
      @media (max-width: 767px) {
  .woocommerce-cart-form__contents .cms-cart-update-checkout > * {
    flex: 0 0 calc(50% - 10px);
    padding-top: 5px; } }
  .woocommerce-cart-form__contents button, .woocommerce-cart-form__contents .button, .woocommerce-cart-form__contents .btn, .woocommerce-cart-form__contents .cms-btn-text {
    padding: 0 10px !important;
    height: 42px !important;
    line-height: 42px !important;
    min-width: 134px;
    text-align: center; }

.cart_totals {
  margin-top: 50px; }
  .cart_totals > h2 {
    font-size: 21px; }
  .cart_totals table {
    border: 0;
    table-layout: fixed; }
    .cart_totals table th, .cart_totals table td {
      border-left: 0;
      border-right: 0;
      border-top: 0;
      padding-left: 0;
      padding-right: 0; }
    .cart_totals table th {
      color: var(--heading-font-color);
      font-family: var(--body-font-family);
      font-size: 17px;
      min-width: 190px;
      max-width: 190px;
      width: 190px; }
    .cart_totals table .woocommerce-Price-amount {
      color: var(--body-font-color);
      font-family: var(--body-font-family);
      font-size: 17px; }
    .cart_totals table .cart-subtotal .woocommerce-Price-amount {
      font-weight: 400; }
  .cart_totals .wc-proceed-to-checkout {
    margin-top: 0;
    padding-top: 40px;
    border-top: 1px solid #eaeaea; }
  .cart_totals .cart-total-checkout-button {
    min-width: 270px;
    height: 61px;
    line-height: 61px;
    background: var(--color-accent);
    color: #fff;
    text-align: center;
    padding: 0 20px;
    display: inline-block;
    font-weight: 700; }
    .cart_totals .cart-total-checkout-button:hover {
      background: var(--color-secondary); }

.woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0; }

.col2-set {
  display: flex;
  flex-wrap: wrap;
  margin: -20px; }
  .col2-set > div {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px; }
    @media (min-width: 1025px) {
  .col2-set > div {
    flex: 0 0 50%;
    max-width: 50%; } }

.woocommerce-billing-fields > h3, .woocommerce-shipping-fields > h3 {
  margin: 0 0 20px; }
  .woocommerce-billing-fields > h3 label, .woocommerce-shipping-fields > h3 label {
    font-size: 100%; }

#ship-to-different-address-checkbox {
  transform: translateY(10px); }

#order_review_heading {
  margin-top: 30px; }

.woocommerce-checkout-review-order-table tfoot .cart-subtotal th, .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  border-top: 1px solid #eaeaea; }

.wc_payment_methods {
  list-style: none; }
  .wc_payment_methods .payment_box {
    padding: 1rem;
    background: #eee;
    margin-bottom: 20px; }
  .wc_payment_methods .payment_box ul:last-of-type, .wc_payment_methods .payment_box ol:last-of-type {
    margin-bottom: 0; }
  .wc_payment_methods .payment_box fieldset {
    padding: 1.5rem;
    padding-bottom: 0;
    border: 0;
    background: #f6f6f6; }
  .wc_payment_methods .payment_box li {
    list-style: none; }
  .wc_payment_methods .payment_box p:first-child {
    margin-top: 0; }
    .wc_payment_methods .payment_box p:last-child {
      margin-bottom: 0; }
  .wc_payment_methods > label:first-of-type {
    display: block;
    margin: 1rem 0; }
  .wc_payment_methods > label:first-of-type img {
    max-height: 24px;
    max-width: 200px;
    float: right; }
  .wc_payment_methods label {
    cursor: pointer; }
  .wc_payment_methods input.input-radio[name="payment_method"] {
    display: none; }
  .wc_payment_methods input.input-radio[name="payment_method"] + label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #6d6d6d;
    background: #fff;
    margin-left: 4px;
    margin-right: 1.2rem;
    border-radius: 100%;
    transform: translateY(2px); }
  .wc_payment_methods input.input-radio[name="payment_method"]:checked + label::before {
    background: #555; }

.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding-bottom: 35px;
  justify-content: center;
  list-style: none; }
  .woocommerce-MyAccount-navigation ul > li {
    flex: 0 0 auto;
    margin: 10px; }
  .woocommerce-MyAccount-navigation ul a {
    display: block;
    padding: 15px 25px;
    background: var(--color-primary);
    color: #fff; }
    .woocommerce-MyAccount-navigation ul a:hover, .woocommerce-MyAccount-navigation ul a.active, .woocommerce-MyAccount-navigation ul a.is-active {
      background: var(--color-accent); }
  .woocommerce-MyAccount-navigation ul .is-active a {
    background: var(--color-accent); }

#ppc-button, #ppcp-messages {
  position: relative;
  z-index: 0; }

.cart-total-checkout-button-wrap + #ppc-button {
  margin-top: 30px; }

.woocommerce-form-login__submit {
  margin-top: 25px; }

ul.products {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  ul.products > li.product {
    margin: 0 20px;
    padding: 0 0 17px;
    position: relative; }
  ul.products > li.product:hover .cms-products-thumb img, ul.products > li.product:hover .cms-products-thumb .cms-overlay-content {
    transform: translateY(-68px); }
  ul.products.colomns-1 > li.product {
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    flex: 0 0 calc(100% - 40px); }
  ul.products.columns-2 > li.product {
    max-width: calc(50% - 40px);
    width: calc(50% - 40px);
    flex: 0 0 calc(50% - 40px); }
  ul.products.columns-3 > li.product {
    max-width: calc(33.3333% - 40px);
    width: calc(33.3333% - 40px);
    flex: 0 0 calc(33.3333% - 40px); }
  ul.products.columns-4 > li.product {
    max-width: calc(25% - 40px);
    width: calc(25% - 40px);
    flex: 0 0 calc(25% - 40px); }
  ul.products.columns-5 > li.product {
    max-width: calc(20% - 40px);
    width: calc(20% - 40px);
    flex: 0 0 calc(20% - 40px); }
  ul.products.columns-6 > li.product {
    max-width: calc(16.6666% - 40px);
    width: calc(16.6666% - 40px);
    flex: 0 0 calc(16.6666% - 40px); }
  @media (max-width: 1279px) {
  ul.products.columns-5 > li.product {
    max-width: calc(33.3333% - 40px);
    width: calc(33.3333% - 40px);
    flex: 0 0 calc(33.3333% - 40px); }
  ul.products.columns-6 > li.product {
    max-width: calc(33.3333% - 40px);
    width: calc(33.3333% - 40px);
    flex: 0 0 calc(33.3333% - 40px); } }
  @media (max-width: 1024px) {
  ul.products.columns-3 > li.product {
    max-width: calc(50% - 40px);
    width: calc(50% - 40px);
    flex: 0 0 calc(50% - 40px); }
  ul.products.columns-4 > li.product {
    max-width: calc(50% - 40px);
    width: calc(50% - 40px);
    flex: 0 0 calc(50% - 40px); }
  ul.products.columns-5 > li.product {
    max-width: calc(50% - 40px);
    width: calc(50% - 40px);
    flex: 0 0 calc(50% - 40px); }
  ul.products.columns-6 > li.product {
    max-width: calc(50% - 40px);
    width: calc(50% - 40px);
    flex: 0 0 calc(50% - 40px); } }
  @media (max-width: 767px) {
  ul.products.columns-2 > li.product, ul.products.columns-3 > li.product, ul.products.columns-4 > li.product, ul.products.columns-5 > li.product, ul.products.columns-6 > li.product {
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    flex: 0 0 calc(100% - 40px); } }
  ul.products .star-rating {
    display: none !important; }

@media (min-width: 1025px) {
          .cms-loop-products-wrap:hover .cms-loop-product-addtocart .cms-addtocart-btn {
            transform: scale(1); } }

.cms-loop-product-thumb {
  overflow: hidden; }
  .cms-loop-product-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    border: 0 solid #fff;
    transition: all 300ms ease-in-out;
    z-index: 1; }
  .cms-loop-product-thumb .cms-loop-product-addtocart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1;
    margin: -10px; }
  .cms-loop-product-thumb .cms-loop-product-addtocart .cms-addtocart-btn {
    padding: 20px 40px; }
    .cms-loop-product-thumb .cms-loop-product-addtocart .cms-addtocart-btn.loading .cms-addtocart-icon:before {
      font-family: "cmsi";
      content: '\e95b';
      animation: cms-spin 2s infinite;
      display: inline-block; }
    .cms-loop-product-thumb .cms-loop-product-addtocart .cms-addtocart-btn.added + .cms_added_to_cart {
      display: block; }
    @media (min-width: 1025px) {
    .cms-loop-product-thumb .cms-loop-product-addtocart .cms-addtocart-btn {
      transform: scale(0); } }
  .cms-loop-product-thumb .cms-loop-product-addtocart .cms_added_to_cart {
    display: none; }
  .cms-loop-product-thumb .cms-loop-product-addtocart .cms-addtocart-btn, .cms-loop-product-thumb .cms-loop-product-addtocart .cms_added_to_cart {
    margin: 10px; }
  .cms-loop-product-thumb img {
    width: 100%; }

.cms-loop-product-price {
  padding-top: 5px; }

.single-product div.product.type-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px; }
  .single-product div.product.type-product > * {
    flex: 0 0 100%;
    width: 100%;
    padding: 20px; }
  @media (min-width: 1025px) {
    .single-product div.product.type-product > .woocommerce-product-gallery, .single-product div.product.type-product > .summary {
      flex: 0 0 50%;
      width: 50%; }

    .single-product div.product.type-product > .woocommerce-product-gallery {
      padding-right: 40px; }
      [dir="rtl"] .single-product div.product.type-product > .woocommerce-product-gallery {
        padding-left: 40px;
        padding-right: 20px; } }
  @media (min-width: 1280px) {
      .single-product div.product.type-product > .woocommerce-tabs {
        flex: 0 0 83%;
        width: 83%; } }
  .single-product #cms-main {
    margin-bottom: 60px !important; }

.cms-single-product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .cms-single-product-price del {
    order: 2;
    margin-left: 20px;
    font-size: 70%; }
  [dir="rtl"] .cms-single-product-price del {
    margin-left: 0;
    margin-right: 20; }

.woocommerce-product-details__short-description {
  margin-bottom: 35px; }

form.cart, .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap; }
  form.cart .quantity, .woocommerce-variation-add-to-cart .quantity {
    margin-right: 15px; }
  [dir="rtl"] form.cart .quantity, [dir="rtl"] .woocommerce-variation-add-to-cart .quantity {
    margin-left: 15px;
    margin-right: 0; }

.cms-quantity {
  max-width: 76px;
  position: relative;
  margin: 0 auto; }
  .cms-quantity input.qty, .cms-quantity .quantity-button {
    box-shadow: 0 0 0 2px #e6e8eb inset !important;
    background: white !important; }
  .cms-quantity input.qty {
    font-size: 20px !important;
    color: var(--color-primary) !important;
    font-weight: 700;
    height: 50px !important;
    line-height: 50px !important; }
  .cms-quantity .quantity-button {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    line-height: 30px;
    text-align: center;
    color: var(--color-primary);
    font-size: 7px;
    z-index: 2;
    cursor: pointer; }
  .cms-quantity .quantity-down {
    top: 0; }
  .cms-quantity .quantity-down:before {
    font-family: "cmsi";
    content: '\e900'; }
  .cms-quantity .quantity-up {
    bottom: 0;
    cursor: copy; }
  .cms-quantity .quantity-up:before {
    font-family: "cmsi";
    content: '\e93a'; }

.single_add_to_cart_button {
  min-width: 170px;
  padding: 15px 30px !important; }
  .single_add_to_cart_button.disabled {
    cursor: not-allowed;
    visibility: hidden;
    opacity: 0; }
  .single_add_to_cart_button.disabled:hover {
    opacity: 0; }

table.variations {
  border: none;
  border-spacing: 0; }
  table.variations td {
    border: none;
    padding: 0 0 20px; }
  table.variations td.label {
    display: none;
    font-family: var(--heading-font-family);
    color: var(--heading-font-color); }
  table.variations .reset_variations:not(style), table.variations .reset_variations[style="visibility: hidden;"] {
    display: none; }
  table.variations .reset_variations[style="visibility: visible; display: inline;"] {
    display: block !important;
    padding-top: 15px;
    font-weight: 700;
    color: #f00;
    text-align: end; }

.woocommerce-variation-description:not(empty), .woocommerce-variation-price:not(empty), .woocommerce-variation-availability:not(empty) {
  margin-bottom: 30px; }

table.woocommerce-grouped-product-list {
  border: none;
  margin: -8px -8px 32px; }
  table.woocommerce-grouped-product-list td {
    border: none; }
  table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity, table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price {
    flex: 0 0 auto;
    width: auto; }
  table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  @media (max-width: 767px) {
    table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label {
      flex: 0 0 100%;
      width: 100%;
      order: -1; } }

.cms-single-product-meta {
  margin-top: 40px; }
  .cms-single-product-meta .cms-single-product-meta-item {
    display: flex;
    flex-wrap: wrap; }
  .cms-single-product-meta .cms-single-product-meta-item:not(:last-child) {
    margin-bottom: 15px; }
  .cms-single-product-meta .title {
    font-size: 16px;
    font-weight: 700;
    color: var(--heading-font-color);
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  @media (min-width: 768px) {
    .cms-single-product-meta .title {
      min-width: 120px; } }
  .cms-single-product-meta .content {
    text-transform: capitalize;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .cms-single-product-meta .content a {
    color: var(--color-body); }
    .cms-single-product-meta .content a:hover {
      color: var(--color-accent); }

.wc-tabs {
  padding: 0;
  margin: 30px -15px 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .wc-tabs li {
    padding: 0 15px; }
  @media (max-width: 320px) {
    .wc-tabs li {
      flex: 0 0 100%; } }
  .wc-tabs a {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding: 15px 0;
    display: block;
    z-index: 1; }
  .wc-tabs a:after {
    left: 0;
    right: 0; }
  .wc-tabs li.active a {
    color: var(--color-accent); }
  .wc-tabs li.active a:after, .wc-tabs a:hover:after {
    color: var(--color-accent);
    background: var(--color-accent); }
  .wc-tabs:after, .wc-tabs a:after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #eaeaea;
    transition: all 300ms ease-in-out; }
  .wc-tabs:after {
    left: 15px;
    right: 15px; }

.upsells.products.products, .related.products, .cross-sells {
  margin-top: 35px; }
  .upsells.products.products > h2, .related.products > h2, .cross-sells > h2 {
    font-size: 24px;
    margin: 0px 0 30px; }

.upsells + .related.products {
  margin-top: -20px; }

.woocommerce-product-gallery {
  position: relative; }

.woocommerce-product-gallery__trigger {
  font-size: 0;
  position: absolute;
  top: 40px;
  left: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  color: var(--color-primary);
  z-index: 1;
  border-radius: 50%; }
  .woocommerce-product-gallery__trigger:before {
    font-family: "cmsi";
    content: '\e93f';
    font-size: 18px; }
  .woocommerce-product-gallery__trigger:hover {
    background: var(--color-accent);
    color: #fff; }

.woocommerce-product-gallery__wrapper {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative; }

.flex-control-thumbs {
  list-style: none;
  padding: 0;
  margin: 25px -5px -5px;
  display: flex;
  flex-wrap: wrap; }
  .flex-control-thumbs li {
    padding: 5px;
    flex: 0 0 20%; }
  .flex-control-thumbs li img {
    width: 100%; }

p.stars {
  margin: 0; }

.remove_from_cart_button {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: var(--color-primary);
  color: #fff;
  z-index: 1;
  border-radius: 50%; }
  .remove_from_cart_button:hover {
    background: #f00;
    color: #fff; }
  [dir="rtl"] .remove_from_cart_button {
    right: auto;
    left: 10px; }

.woocommerce-mini-cart__total, .woocommerce-mini-cart__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px; }
  .woocommerce-mini-cart__total > *, .woocommerce-mini-cart__buttons > * {
    margin: 10px; }

.woocommerce-mini-cart__total .woocommerce-Price-amount {
  color: var(--color-accent);
  text-align: end; }
  .woocommerce-mini-cart__total > * {
    flex: 0 0 calc(50% - 20px); }

.woocommerce-mini-cart__buttons {
  text-align: center; }
  .woocommerce-mini-cart__buttons > * {
    flex: 0 0 calc(100% - 20px); }

.woocommerce-product-rating {
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  margin: 0;
  align-items: center;
  margin-bottom: 20px; }

.star-rating {
  font-family: "cmsi";
  color: var(--color-body);
  font-size: 14px;
  letter-spacing: 6px;
  margin: 0;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  width: 105px;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  vertical-align: top; }
  .star-rating:before, .star-rating > span:before, .star-rating .cms-star-rated:before {
    content: "\e949 \e949 \e949 \e949 \e949";
    display: block;
    overflow: hidden; }
  .star-rating > span:before, .star-rating .cms-star-rated:before, .star-rating[aria-label="Rated 0 out of 5"]:before {
    color: var(--color-rating); }
  .star-rating .cms-star-rated, .star-rating > span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 23px; }
  [dir="rtl"] .star-rating .cms-star-rated, [dir="rtl"] .star-rating > span {
    left: auto;
    right: 0; }
  .star-rating + .woocommerce-review-link {
    margin-left: 30px;
    font-size: 13px; }
  [dir="rtl"] .star-rating + .woocommerce-review-link {
    margin-left: 0;
    margin-right: 30px; }
/**
 * Star ratings
 */
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none; }
  p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "cmsi";
    content: "\e948";
    text-indent: 0; }
  p.stars a:hover ~ a::before {
    content: "\e948"; }
  p.stars:hover a::before {
    content: "\e949"; }
  p.stars.selected a.active::before {
    content: "\e949"; }
    p.stars.selected a.active ~ a::before {
      content: "\e948"; }
  p.stars.selected a:not(.active)::before {
    content: "\e949"; }

.product_list_widget, .product_list_widget li {
  padding: 0;
  margin: 0;
  list-style: none; }

.cms-product-list-item:not(:first-child) {
  margin-top: 30px; }

.cms-product-list-thumbs {
  max-width: 60px; }

.cms-product-list-price .woocommerce-Price-amount {
  font-size: 14px; }

.cms-widget .wc-layered-nav-term .count {
  display: none; }
/**
 * Price filter widget
 */
.widget_price_filter .price_slider {
  margin-bottom: 1em; }
  .widget_price_filter .price_slider_amount .price_label {
    display: inline-block;
    font-size: 14px; }
  .widget_price_filter .price_slider_amount button {
    background: none;
    color: var(--color-primary);
    font-weight: 500;
    padding: 5px 0 0;
    margin: 0;
    float: right;
    border: none;
    font-size: 14px;
    line-height: normal; }
  .widget_price_filter .ui-slider {
    position: relative;
    text-align: start; }
  .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    background-color: var(--color-accent);
    border-radius: 0;
    cursor: ew-resize;
    outline: none;
    top: -3px; }
  .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
    margin-left: -10px; }
  .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    border-radius: 0;
    background-color: var(--color-accent); }
  .widget_price_filter .price_slider_wrapper .ui-widget-content:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: rgba(235, 240, 243, 1); }
  .widget_price_filter .ui-slider-horizontal {
    height: 4px; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: 0px; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: 0px; }

.wc-layered-nav-rating > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.product-categories {
  margin: -7px 0 !important; }
  .product-categories li {
    padding: 7px 0; }
  .product-categories .title {
    font-weight: 700; }
/*# sourceMappingURL=child-theme.css.map */