@font-face {
  font-family: star;
  src: url(../fonts/star.eot);
  src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}

/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

.woocommerce .woocommerce-MyAccount-content h2 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
  margin-bottom: 50px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details > h2 {
  margin-bottom: 30px;
}

.woocommerce .woocommerce-order-details > h2,
.woocommerce .woocommerce-customer-details > h2 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.woocommerce .cart-collaterals .cross-sells > h2,
.woocommerce .cart-collaterals .cart_totals > h2 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.woocommerce .woocommerce-additional-fields > h3,
.woocommerce .woocommerce-Address-title > h3 {
  font-size: 1.25rem;
  margin-bottom: 30px;
}

.woocommerce .woocommerce-checkout-review-order-table tbody,
.woocommerce .woocommerce-checkout-review-order-table tfoot {
  text-align: left;
}

.woocommerce .woocommerce-thankyou-order-details {
  list-style: none;
}

.woocommerce .select2-container .select2-selection--single {
  height: auto;
  padding: 11px 13px 11px 12px;
  border: 1px solid var(--jobbox-border-color);
  border-radius: 4px;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: var(--jobbox-font-md);
}

.woocommerce .select2-container .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 13px;
}

.woocommerce .login_footer [type="checkbox"] {
  height: 20px;
  width: 20px;
}

.product form.cart .single_add_to_cart_button {
  padding: 17px;
}

.product form.cart .qty {
  margin-right: 15px;
}

.product table.variations th {
  display: none;
}

.product table.variations td {
  border: none;
  padding-left: 0;
}

.product .price {
  font-size: var(--jobbox-font-xl);
  font-weight: 700;
  color: var(--bs-primary);
}

.product .price ins {
  text-decoration: none;
}

.product .price del {
  color: var(--jobbox-color-text-mutted);
}

.product .product_meta {
  margin-top: 20px;
  display: grid;
}

.product .product_meta > span {
  display: flex;
  column-gap: 5px;
}

.product .related > h2,
.product .up-sells > h2 {
  margin-bottom: 30px;
}

.product .woocommerce-Tabs-panel > h2 {
  margin-bottom: 20px;
}

.product .woocommerce-Tabs-panel .woocommerce-Reviews-title {
  margin-bottom: 20px;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #F2B827;
}

.card.text-center .star-rating {
  margin-left: auto;
  margin-right: auto;
}

.card.card-style1 .card-footer {
  position: absolute;
  width: 100%;
  bottom: -100px;
  z-index: -99;
  padding: 0;
  background-color: rgba(var(--bs-light-rgb), 0.95);
  transition: all 0.2s ease-in-out;
}

.card.card-style1 .card-footer a {
  color: var(--bs-dark);
}

.card.card-style1 .card-footer a:hover, .card.card-style1 .card-footer a:focus {
  color: var(--bs-primary);
}

.card.card-style1 .card-footer a .pe-7s-cart {
  font-weight: bold;
  font-size: 22px;
}

.card.card-style1 .card-footer .loop-add-to-cart {
  padding: 1rem;
  font-size: var(--jobbox-font-sm);
  font-weight: 700;
  background-color: transparent;
}

.card.card-style1 .card-footer .yith-wcwl-add-to-wishlist {
  padding: 1rem;
}

.card.card-style1 .card-footer .yith-wcwl-add-to-wishlist {
  margin: 0;
  border-left: 1px solid rgba(var(--bs-black-rgb), 0.125);
  padding-left: 1rem;
  align-self: stretch;
}

.card.card-style1 .card-footer .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
  margin-right: 0;
}

.card.card-style1 .card-footer .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  color: var(--bs-primary);
}

.card.card-style1 .card-footer .compare,
.card.card-style1 .card-footer .yith-wcqv-button {
  font-size: 0;
  border-left: 1px solid rgba(var(--bs-black-rgb), 0.125);
  padding: 1rem;
  align-self: stretch;
}

.card.card-style1 .card-footer .compare:before,
.card.card-style1 .card-footer .yith-wcqv-button:before {
  content: "\e60b";
  font-family: 'Pe-icon-7-stroke';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: initial;
}

.card.card-style1 .card-footer .compare:before {
  content: "\e651";
}

.card.card-style1:hover .card-footer,
.card.card-style1:focus .card-footer {
  bottom: 0;
  z-index: 9;
}

.card .button {
  border-radius: 8px;
}

.card .button:hover, .card .button:focus {
  color: #fff;
  background-color: var(--jobbox-color-brand);
}

.cart-icon .cart-contents {
  position: relative;
}

.cart-icon .cart-contents i {
  font-size: 22px;
  margin-right: 0;
}

.cart-icon .cart-contents .cart-contents-count {
  width: 22px;
  height: 22px;
  color: white;
  background-color: var(--bs-primary);
  display: block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -14px;
  font-size: .825rem;
  line-height: 22px;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: var(--bs-primary);
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "\53";
  color: var(--bs-primary);
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "\53";
  color: var(--bs-primary);
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "\53";
  color: var(--bs-primary);
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "\53";
  color: var(--bs-primary);
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "\53";
  color: var(--bs-primary);
  opacity: 1;
}

.cart_item .product-thumbnail img {
  width: 100px;
}

.wc-tabs-wrapper .nav-tabs .nav-link {
  padding: 1rem 2rem;
  border: 1px solid var(--jobbox-color-border-2);
  color: var(--jobbox-color-text-paragraph);
}

.wc-tabs-wrapper .nav-tabs .nav-item.active .nav-link {
  color: var(--jobbox-color-brand);
  border: 1px solid var(--jobbox-color-border-1);
}

.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

.p-last-mb-0 > p:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: var(--bs-danger) !important;
}

.table .product-name {
  min-width: 200px;
  text-align: left;
}

.table .product-subtotal,
.table .product-total {
  text-align: right;
}

.table tfoot td:last-child,
.table .order-total td:last-child,
.table .cart-subtotal td:last-child {
  text-align: right;
}

.quantity .form-control {
  max-width: 100px;
}

.onsale {
  width: 60px;
  height: 60px;
  background-color: var(--bs-primary);
  color: #fff;
}

.onsale:hover {
  color: #fff;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.checkout_coupon {
  max-width: 400px;
}

.required {
  color: #f00;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}

.woocommerce .list-unstyled {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.woocommerce .wc_payment_methods {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.woocommerce .wc_payment_methods .payment_box {
  margin-bottom: 1rem;
  border-radius: var(--bs-border-radius);
}

.woocommerce .wc_payment_methods .woocommerce-notice {
  background-color: rgba(var(--bs-warning-rgb), 0.15);
  padding: 1rem !important;
  border-radius: var(--bs-border-radius);
}

.woocommerce .entry-summary .price {
  font-size: var(--jobbox-font-2xl);
  font-weight: bold;
}

.woocommerce .shop_table tr th:first-child,
.woocommerce .shop_table tr td:first-child {
  border-left: none;
  padding-left: 0;
  text-align: left;
}

.woocommerce .shop_table tr th:last-child,
.woocommerce .shop_table tr td:last-child {
  border-right: none;
  padding-right: 0;
  text-align: right;
}

.woocommerce .shop_table .order-total td,
.woocommerce .shop_table .product-subtotal .amount {
  font-weight: bold;
  color: var(--bs-primary);
}

.woocommerce img.avatar {
  width: 48px;
  height: 48px;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price {
  text-align: right;
  font-weight: bold;
}

.woocommerce-grouped-product-list tr:last-child td {
  border-bottom: none;
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: var(--bs-primary);
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: var(--bs-primary);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.woocommerce .product_list_widget img {
  width: 100px;
}

.widget .wc-layered-nav-rating a {
  display: flex;
  align-items: center;
}

.widget .wc-layered-nav-rating a .star-rating {
  display: inline-flex;
  margin-right: 10px;
}

.widget .chosen,
.widget .current-cat {
  border-left-color: var(--bs-primary);
}

.widget.woocommerce li {
  display: flex;
  justify-content: space-between;
}

table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
  vertical-align: middle;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

table.woocommerce-grouped-product-list tr td {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  text-align: left;
  vertical-align: middle;
}

table.woocommerce-grouped-product-list tr td:first-child {
  padding-left: 0;
}

table.woocommerce-grouped-product-list tr td:last-child {
  padding-right: 0;
}

table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label {
  font-weight: bold;
}

table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}

table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price del {
  color: var(--jobbox-color-text-mutted);
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}

.woocommerce .post-loop-grid h2 {
  font-size: 1.5rem;
}

.woocommerce .post-loop-grid h3 {
  font-size: 1.25rem;
}

.woocommerce .title {
  font-size: 1.25rem;
}

/*# sourceMappingURL=woocommerce.css.map */