/*----------------------------------------------
*
* [WooCommerce Support CSS]
*
* Theme	: Shock
* Version  : 1.0
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

/*----------------------------------------------

[Content Index]

1. Typography
2. Button
3. Layout
4. Notice
5. Breadcrumb
6. Table
7. Form
8. Product List
9. Single Product
10. Cart
11. Checkout
12. My Account
13. Widgets
14. Addons

----------------------------------------------*/

/*----------------------------------------------
1. Typography
----------------------------------------------*/

/* #region Typography */

.woocommerce .shock-main h2, .shock-main .woocommerce h2, 
.woocommerce .shock-main h3, .shock-main .woocommerce h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
	font-weight: 700;
}

.woocommerce .shock-main ol, .shock-main .woocommerce ol,
.woocommerce .shock-main ul, .shock-main .woocommerce ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* #endregion Typography */

/*----------------------------------------------
2. Button
----------------------------------------------*/

/* #region Button */

.woocommerce .shock-main .button:not(.post-edit-link), .shock-main .woocommerce .button:not(.post-edit-link),
.wc-block-components-filter-submit-button, 
.wc-block-components-filter-reset-button,
.add_to_cart_button,
.woocommerce-mini-cart__buttons .button {
  padding: 0.5rem 1rem !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  white-space: nowrap !important;
  word-break: break-word !important;
	font-family: var(--shock-secondary-font) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border-radius: 0.25rem;
  box-shadow: none !important;
  background-color: var(--shock-gray-25-color) !important;
  color: var(--shock-black-color) !important;
}

.woocommerce-mini-cart__buttons .button {
  width: 100%;
}

.shock-main .scheme-dark:not(body) .button.add_to_cart_button {
  border: 1px solid !important;
  border-color: var(--shock-gray-25-color) !important;
  background-color: transparent !important;
  color: var(--shock-white-color) !important;
}

.woocommerce .shock-main .button:not(.post-edit-link):hover, .shock-main .woocommerce .button:not(.post-edit-link):hover,
.wc-block-components-filter-submit-button:hover, 
.wc-block-components-filter-reset-button:hover,
.add_to_cart_button:hover,
.woocommerce-mini-cart__buttons .button:hover {
  background-color: var(--shock-black-color) !important;
  color: var(--shock-white-color) !important;
}

.shock-main .scheme-dark:not(body) .button.add_to_cart_button:hover {
  border-color: var(--shock-white-color) !important;
  background-color: var(--shock-white-color) !important;
  color: var(--shock-black-color) !important;
}

.add_to_cart_button::after,
.single_add_to_cart_button::after {
  content: "\f061" !important;
  margin-left: 5px !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.woocommerce-mini-cart__buttons .button::after {
  content: "\f06e" !important;
  margin-left: 5px !important;
  font-family: "Font Awesome 6 Free" !important;
  /* font-weight: 900 !important; */
}

.woocommerce-mini-cart__buttons .button.checkout::after {
  content: "\f00c" !important;
  margin-left: 5px !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.add_to_cart_button.loading {
  background-color: var(--shock-primary-50-color) !important;
  opacity: 1 !important;
}

.add_to_cart_button.loading::after,
.wc-block-grid__product .add_to_cart_button.loading::after {
  content: '\f110' !important;
  margin-left: 5px !important;
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
  -webkit-animation: spinner__animation 1s linear infinite !important;
  animation: spinner__animation 1s linear infinite !important;
}

.add_to_cart_button.added::after {
  content: '\f00c' !important;
  margin-left: 5px !important;
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
}

.added_to_cart {
  padding: 0.5rem 1rem !important;
  display: inline-flex !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: break-word !important;
  font-family: var(--shock-secondary-font) !important;
  font-size: 13px !important;
  text-decoration: underline !important;
  color: var(--shock-black-color) !important;
}

.shock-main .scheme-dark:not(body) .added_to_cart {
  color: var(--shock-gray-color) !important;
}

.added_to_cart:hover {
  text-decoration: underline !important;
  color: var(--shock-primary-color) !important;
}

/* #endregion Button */

/* #region Quantity Button */

.woocommerce .quantity input[type="number"] {
  width: 100%;
  max-width: 50px;
  padding: 0.25rem;
  border: none;
  background: none;
  box-shadow: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  user-select: none;
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; 
}

.woocommerce .shock-qty-button-wrapper {
  margin-right: 1.5rem;
}

.woocommerce .shock-qty-button {
  display: flex;
  align-items: center;
}

.woocommerce .shock-qty-button {
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
}

.woocommerce .shock-qty-button .more,
.woocommerce .shock-qty-button .less {
  margin: 0;
  padding: 0.25rem;
  font-size: 0.85rem;
  color: var(--shock-black-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.woocommerce .shock-qty-button .more:hover,
.woocommerce .shock-qty-button .less:hover {
  color: var(--shock-primary-color);
}

.woocommerce .shock-qty-button .more::before {
  content: '\2b';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.woocommerce .shock-qty-button .less::before {
  content: '\f068';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.woocommerce .shock-qty-button .less {
  order: -1;
}

/* #endregion Quantity Button */

/*----------------------------------------------
3. Layout
----------------------------------------------*/

/* #region Layout */

.woocommerce .col2-set {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-bottom: 1.5rem;
}

.woocommerce .col2-set > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 0;
}

.woocommerce .col2-set .col-1 {
  margin-bottom: 3rem;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  flex: 0 0 auto;
  width: 100%;
}

@media(min-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 0 !important;
  }
}

/* #endregion Layout */

/*----------------------------------------------
4. Notice
----------------------------------------------*/

/* #region Notice */

.woocommerce-store-notice {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--shock-primary-color);
  color: var(--shock-white-color);
  z-index: 100;
}

.woocommerce-store-notice::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  margin-left: 1rem;
  color: var(--shock-white-color);
  text-decoration: underline;
}

.woocommerce .woocommerce-notice,
.woocommerce .woocommerce-message, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-noreviews {
  margin: 0 0 1.5rem !important;
  padding: 0.5rem 1rem !important;
  border-left: solid 6px;
  list-style: none;
  background-color: var(--shock-primary-15-color);
  border-color: var(--shock-primary-color);
  color: var(--shock-primary-color);
}

.woocommerce .woocommerce-error {
  background-color: #e6394626; /* shock-danger-15-color */
  border-color: var(--shock-danger-color);
  color: var(--shock-danger-color);
}

.woocommerce .woocommerce-notices-wrapper a {
  text-decoration: underline;
}

.woocommerce .woocommerce-notice a, 
.woocommerce .woocommerce-message a, 
.woocommerce .woocommerce-info a, 
.woocommerce .woocommerce-error a, 
.woocommerce .woocommerce-noreviews a {
  text-decoration: underline;
}

.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-info a.button {
  margin-right: 1rem;
  text-decoration: none;
}

/* #endregion Notice */

/*----------------------------------------------
5. Breadcrumb
----------------------------------------------*/

/* #region Breadcrumb */

.woocommerce .woocommerce-breadcrumb {
  color: var(--shock-gray-75-color);
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--shock-black-color);
}

.woocommerce .woocommerce-breadcrumb a:hover {
  text-decoration: none !important;
  color: var(--shock-primary-color);
}

.woocommerce .woocommerce-breadcrumb a:first-child::before {
  content: "\f015";
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* #endregion Breadcrumb */

/*----------------------------------------------
6. Table
----------------------------------------------*/

/* #region Table */

.woocommerce table.cart {
  white-space: nowrap;
}

.woocommerce table thead th {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: var(--shock-black-color);
  border-left-color: transparent;
}

.woocommerce table thead th:first-child {
  padding-left: 0;
  text-align: start;
}

.woocommerce table:not(.shop_attributes) thead th:last-child {
  padding-right: 0;
  text-align: end;
}

.woocommerce table tbody th, .woocommerce table tbody td,
.woocommerce table tfoot th, .woocommerce table tfoot td {
  border-top-color: var(--shock-gray-25-color);
  border-right-color: transparent;
  border-bottom-color: var(--shock-gray-25-color);
  border-left-color: transparent;
  text-align: left;
}

.woocommerce table tbody th:first-child, .woocommerce table tbody td:first-child,
.woocommerce table tfoot th:first-child, .woocommerce table tfoot td:first-child {
  padding-left: 0;
  text-align: start;
}

.woocommerce table:not(.shop_attributes) tbody th:last-child, .woocommerce table:not(.shop_attributes) tbody td:last-child,
.woocommerce table:not(.shop_attributes) tfoot th:last-child, .woocommerce table:not(.shop_attributes) tfoot td:last-child {
  padding-right: 0;
  text-align: end;
}

.woocommerce table ul, .woocommerce table li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce table tbody .product-remove .remove {
  font-size: 0;
}

.woocommerce table tbody .product-remove .remove::before {
  font-family: 'Font Awesome 6 Free';
  font-size: 1rem;
  content: '\f2ed';
  color: var(--shock-danger-color);
  opacity: 0.75;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce table tbody .product-remove .remove:hover::before {
  opacity: 1;
}

.woocommerce table tbody .product-thumbnail {
  width: 15%;
}

@media(max-width: 768px) {
  .woocommerce table tbody .product-thumbnail {
    width: 80px;
    display: table;
  }

  .woocommerce table tbody .product-thumbnail img {
    object-fit: contain;
  }
}

.woocommerce table tbody img {
  width: 100%;
  max-width: 80px;
  margin: auto;
  display: block;
  border-radius: 0.25rem;
}

.woocommerce table tbody .product-name {
  min-width: 30%;
}

.woocommerce table tbody .product-name a {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  color: var(--shock-black-color);
}

.woocommerce table tbody .product-name a:hover {
  font-size: 1rem;
  font-weight: 700;
  color: var(--shock-primary-color);
}

.woocommerce table tbody .product-price {
  font-size: 17px;
  font-weight: 600;
  color: var(--shock-gray-color);
}

.woocommerce table tbody .product-quantity {
  width: 15%;
  color: var(--shock-black-color);
  filter: none;
}
  
.woocommerce table tbody .product-quantity .shock-qty-button-wrapper {
  margin-right: 0;
}

@media(max-width: 768px) {
  .woocommerce table thead .product-quantity,
  .woocommerce table tbody .product-quantity {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.woocommerce table tbody .product-subtotal,
.woocommerce table tbody .cart-subtotal,
.woocommerce table tbody .order-total {
  font-size: 17px;
  font-weight: 700;
  color: var(--shock-gray-color);
}

.woocommerce table tbody .actions {
  padding-top: 3rem;
  padding-bottom: 0;
  border-bottom-color: transparent;
}

.woocommerce table tbody .actions .coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
}

.woocommerce table tbody .actions .coupon label {
  display: none;
}

.woocommerce table tbody .actions .coupon input {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.woocommerce table tbody .actions .coupon .button {
  margin-left: 10px;
}

.woocommerce table tbody .actions .button {
  float: right;
  margin: 0.75rem 0 0.75rem 0;
}

/* #endregion Table */

/*----------------------------------------------
7. Form
----------------------------------------------*/

/* #region Form */

.woocommerce .form-row:not(.row) {
  margin: 0 0 1.5rem;
}

.woocommerce .form-row:not(.row) label {
  display: block;
  margin-bottom: 0.5rem;
}

.woocommerce .form-row:not(.row) label.woocommerce-form-login__rememberme {
  margin: 1.5rem 0;
}

.woocommerce .form-row:not(.row) .required {
  text-decoration: none;
}

.woocommerce .required {
  color: var(--shock-danger-color);
}

.woocommerce fieldset legend {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--shock-black-color);
}

.woocommerce.single-product .comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

.woocommerce.single-product .comment-form .comment-form-cookies-consent label {
  margin: 0 0 0 10px;
}

.woocommerce .woocommerce-password-hint {
  margin: 1.5rem 0;
  padding: 0.5rem 1rem;
  display: block;
  border-left: solid 6px;
  list-style: none;
  background-color: var(--shock-primary-15-color);
  border-color: var(--shock-primary-color);
  color: var(--shock-primary-color);
}

.woocommerce .woocommerce-password-strength.strong {
  color: var(--shock-success-color);
}

.woocommerce .woocommerce-password-strength.good {
  color: var(--shock-primary-color);
}

.woocommerce .woocommerce-password-strength.bad,
.woocommerce .woocommerce-password-strength.short {
  color: var(--shock-danger-color);
}

/* #endregion Form */

/* #region Select2 */

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  width: 100%;
  height: 50px !important;
  padding: 0.75rem;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border-color: transparent;
  color: var(--shock-black-color);
  text-align: start;
  background-color: var(--shock-gray-10-color);
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='darkgray' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, 
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  line-height: inherit !important;
  color: var(--shock-black-color);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: var(--shock-gray-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container .select2-search--inline {
  margin: 0 !important;
  padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  list-style: none;
  margin: 0 5px 5px 0 !important;
}

.select2-dropdown {
  padding: 0.75rem;
  border-color: transparent;
  border-radius: 0.25rem;
  box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 15%);
}

.select2-search--dropdown {
  display: block;
  padding: 0 !important;
  margin-bottom: 0.5rem;
}

.select2-search--dropdown .select2-search__field {
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid;
  border-radius: 0.25rem;
  border-color: transparent;
  color: var(--shock-black-color);
}

.select2-results__option {
  margin-right: 0.75rem;
  padding: 0.25rem 0.5rem;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-results__option[aria-selected=true], 
.select2-container--default .select2-results__option[data-selected=true] {
  border-radius: 0.25rem;
  background-color: var(--shock-gray-10-color);
  color: var(--shock-gray-color);
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  border-radius: 0.25rem;
  background-color: var(--shock-primary-color);
  color: var(--shock-white-color);;
}

/* #endregion Select2 */

/*----------------------------------------------
8. Product List
----------------------------------------------*/

/* #region Product List */

:root {
  --product-list-gap: 15px;
}

:root .scheme-dark:not(body) {
  --product-list-gap: 30px;
}

.woocommerce .products {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  background-clip: padding-box;
  list-style: none;
}

.woocommerce .products,
.wc-block-grid__products {
  margin: 0;
  padding: 0;
  gap: var(--product-list-gap);
}

.woocommerce .products .product {
  position: relative;
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  list-style: none;
}

@media(min-width:768px) {
  .woocommerce .products .product,
  .wc-block-grid .wc-block-grid__product {
    max-width: 100%;
    flex: calc(100% - var(--product-list-gap));
  }

  .woocommerce .products.columns-2 .product,
  .wc-block-grid.has-2-columns .wc-block-grid__product {
    max-width: 50%;
    flex: calc(50% - var(--product-list-gap));
  }

  .woocommerce .products.columns-3 .product,
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    max-width: 33.3333%;
    flex: calc(33.3333% - var(--product-list-gap));
  }

  .woocommerce .products.columns-4 .product,
  .wc-block-grid.has-4-columns .wc-block-grid__product {
    max-width: 25%;
    flex: calc(25% - var(--product-list-gap));
  }

  .woocommerce .products.columns-5 .product,
  .wc-block-grid.has-5-columns .wc-block-grid__product {
    max-width: 20%;
    flex: calc(20% - var(--product-list-gap));
  }

  .woocommerce .products.columns-6 .product,
  .wc-block-grid.has-6-columns .wc-block-grid__product {
    max-width: 16.6666%;
    flex: calc(16.6666% - var(--product-list-gap));
  }
}

.woocommerce .products .product,
.wc-block-grid__products .wc-block-grid__product {
  width: 100%;
  margin: 0;
  padding: 0 0 20px !important;
  border: none;
  border-radius: 0;
  overflow: hidden;
  text-align: start;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce .products .product:hover .add_to_cart_button,
.wc-block-grid__products .wc-block-grid__product:hover .add_to_cart_button {
	animation: hover-up-down 0.4s forwards ease-in-out;
}

.woocommerce .products .product a:not(.added_to_cart):hover,
.wc-block-grid__products .wc-block-grid__product a:not(.added_to_cart):hover {
  text-decoration: none !important;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
  margin: 0;
}

.woocommerce .products .product img,
.wc-block-grid__products .wc-block-grid__product-image img {
  width: 100%;
  object-fit: contain;
  object-position: center bottom;
  margin: 0;
  border-radius: 0.35rem;
  background-color: #f8f8f8;
}

.scheme-dark:not(body) .woocommerce .products .product img,
.scheme-dark:not(body) .wc-block-grid__products .wc-block-grid__product-image img {
  background-color: transparent;
}

.woocommerce .products .product .woocommerce-loop-product__title,
.wc-block-grid__product .wc-block-grid__product-title {
  max-width: 100%;
  margin: 1.2rem 0 1rem !important;
  font-family: var(--shock-secondary-font);
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--shock-black-color);
}

.scheme-dark:not(body) .woocommerce .products .product .woocommerce-loop-product__title, 
.scheme-dark:not(body) .wc-block-grid__product .wc-block-grid__product-title {
  color: var(--shock-white-75-color);
}

.woocommerce .products .product .price,
.wc-block-grid__product .wc-block-grid__product-price {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 17px;
  font-weight: 600;
  line-height: 0.8;
  color: var(--shock-gray-color);
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
  margin-right: 5px;
}

.wc-block-components-product-price__value.is-discounted {
  margin-left: 5px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart {
  margin: 0;
}

.woocommerce .product .products .onsale, .woocommerce .products .product .onsale,
.wc-block-grid__product .wc-block-grid__product-onsale  {
  position: absolute;
  top: 15px;
  left: 15px;
  width: fit-content;
  margin: 0;
  padding: 0.25rem 0.75rem;
  background-color: var(--shock-primary-color);
  border-color: var(--shock-primary-color);
  border-radius: 0.25rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--shock-white-color)
}

.wc-block-grid__product .wc-block-grid__product-rating {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
}

.woocommerce .products .product .star-rating,
.wc-block-grid__product .star-rating {
  margin-right: auto !important;
  margin-left: auto !important;
}

.woocommerce .woocommerce-loop-category__title {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  font-size: 1.2rem;
  font-weight: 700;
}

.woocommerce .woocommerce-loop-category__title mark {
  background: none;
  font-style: italic;
  opacity: 0.5;
}

.woocommerce .woocommerce-products-header {
  display: block;
  margin-bottom: 3rem;
}

.woocommerce .nav-shop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woocommerce .woocommerce-ordering select {
  padding: 0.25rem 0.5rem;
}

.woocommerce .woocommerce-pagination {
	margin: 2rem 0 0;
	display: block;
	clear: both;
}

.woocommerce .woocommerce-pagination ul,
.woocommerce .woocommerce-pagination .page-numbers {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
}

.woocommerce .woocommerce-pagination a,
.woocommerce .woocommerce-pagination .current {
	width: 32px;
	height: 32px;
	margin: 0 5px;
	padding: 0;
	display: block;
	border-radius: 50%;
	background-color: var(--shock-gray-10-color);
	text-align: center;
	font-family: var(--shock-secondary-font);
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 32px;
	color: var(--shock-gray-color);
}

.woocommerce .woocommerce-pagination a:hover {
	background-color: var(--shock-gray-25-color);
	color: var(--color-2);
	text-decoration: none !important;
}

.woocommerce .woocommerce-pagination .current {
	background-color: var(--color);
	color: var(--shock-white-color);
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
}

.woocommerce .woocommerce-pagination .prev,
.woocommerce .woocommerce-pagination .next,
.woocommerce .woocommerce-pagination .prev:hover,
.woocommerce .woocommerce-pagination .next:hover {
	background-color: transparent;
}

/* #endregion Product List */

/*----------------------------------------------
9. Single Product
----------------------------------------------*/

/* #region Single Product */

.woocommerce.single-product .product {
  position: relative;
  overflow: hidden;
}

.woocommerce.single-product .product::before, .woocommerce.single-product .product::after {
  content: '';
  display: table;
}

@media(min-width: 768px) {
  .woocommerce.single-product .product .images {
    width: 40%;
    margin-right: 5%;
    margin-bottom: 3rem;
    float: left;
  }
}

.woocommerce.single-product .product .images {
  margin-bottom: 3rem;
  margin-top: 0;
}

.woocommerce.single-product .product .woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 0;
}

@media(min-width: 768px) {
  .woocommerce.single-product .product .woocommerce-product-gallery {
    width: 40%;
    margin-right: 5%;
    margin-bottom: 6rem;
    float: left;
  }
}

.woocommerce.single-product .product .woocommerce-product-gallery img {
  width: 100%;
  border-radius: 0.25rem;
}

.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 10;
  top: 1rem;
  right: 1rem;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--shock-white-25-color);
  text-align: center;
  font-size: 1rem;
  line-height: 25px;
  text-decoration: none !important;
  color: var(--shock-black-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: var(--shock-white-75-color);
  font-size: 1.1rem;
}

.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  content: '\f065';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce.single-product .product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 3%;
  cursor: crosshair;
}

.woocommerce.single-product .product .woocommerce-product-gallery .flex-control-thumbs {
  width: calc( 100% + 3%);
  margin: 0;
  padding: 0;
}

.woocommerce.single-product .product .woocommerce-product-gallery .flex-control-thumbs::after {
  clear: both;
}

.woocommerce.single-product .product .woocommerce-product-gallery .flex-control-thumbs::before,
.woocommerce.single-product .product .woocommerce-product-gallery .flex-control-thumbs::after {
  content: '';
  display: table;
}

.woocommerce.single-product .product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  margin: 0;
  cursor: pointer;
}

.woocommerce.single-product .product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.75;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce.single-product .product .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  opacity: 1;
}

.woocommerce.single-product .product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 47%;
  float: left;
  margin-right: 3%
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.3333%;
  float: left;
  margin-right: 3%
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22%;
  float: left;
  margin-right: 3%
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 17%;
  float: left;
  margin-right: 3%
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
  width: 13.6666%;
  float: left;
  margin-right: 3%
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li:nth-child(6n) {
  margin-right: 0
}

.woocommerce.single-product .product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li:nth-child(6n+1) {
  clear: both
}

.woocommerce.single-product .product.type-product .onsale {
  width: fit-content;
  margin-bottom: 1.5rem;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  background-color: var(--shock-primary-color);
  border-radius: 0.25rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--shock-white-color);
}

@media (min-width: 768px) {
  .woocommerce.single-product .product .onsale {
    position: absolute;
    right: 0;
  }

  .woocommerce.single-product .related .product .onsale {
    position: absolute;
    right: 1rem;
  }
}

@media(min-width: 768px) {
  .woocommerce.single-product .product .summary {
    width: 55%;
    float: right;
    margin-bottom: 6rem;
  }
}

.woocommerce.single-product .product .summary .product_title {
  font-size: 1.75rem;
  font-weight: 700;
}

@media(min-width: 768px) {
  .woocommerce.single-product .product .summary .product_title {
    max-width: 90%;
    font-size: 2.75rem;
    font-weight: 800;
  }
}

.woocommerce.single-product .product .summary .woocommerce-product-rating {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
}

.woocommerce.single-product .product .summary .woocommerce-review-link {
  font-size: 13px;
  color: var(--shock-gray-color);
}

.woocommerce.single-product .product .summary .price {
  display: block;
  font-family: var(--shock-secondary-font);
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1;
  color: var(--shock-black-color);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}

.woocommerce.single-product .product .summary .price .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  font-size: 1.75rem;
  text-decoration: none;
}

.woocommerce.single-product .product .summary .price .amount {
  position: relative;
  z-index: 1;
}

.woocommerce.single-product .product .summary .price .amount::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: 0;
  width: 0;
  height: 30%;
  background-color: var(--shock-accent-color);
  animation: width-animation 0.5s forwards;
}

.woocommerce.single-product .product .summary .price del .amount::before {
  content: none;
}

.woocommerce.single-product .product .summary .price del {
  opacity: 1;
  color: var(--shock-gray-50-color);
  font-size: 1.75rem;
  -webkit-text-fill-color: initial;
  -webkit-text-stroke-width: initial;
}

.woocommerce.single-product .product .summary .cart {
  margin: 1.5rem 0;
  display: flex;
  align-items: stretch;
}

.woocommerce.single-product .product .summary .product_meta {
  width: 100%;
  display: inline-block;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--shock-gray-10-color);
}

.woocommerce.single-product .product .summary .product_meta > * {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--shock-primary-15-color);
  font-family: var(--shock-secondary-font);
  font-size: 13px;
  font-weight: 500;
  color: var(--shock-primary-color);
}

@media(max-width:768px) {
  .woocommerce.single-product .product .summary .product_meta > * {
    width: fit-content;
    display: block;
    margin: 5px 0;
  }

  .woocommerce.single-product .product .summary .product_meta > *:last-child {
    margin-top: 0;
  }

  .woocommerce.single-product .product .summary .product_meta > *:last-child {
    margin-bottom: 0;
  }
}

.woocommerce.single-product .product .summary .stock.out-of-stock {
  margin: 1.5rem 0;
  color: var(--shock-danger-color);
}

.woocommerce.single-product .product .summary .stock.out-of-stock::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  font-style: normal;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
}

.woocommerce.single-product .product .summary .stock.in-stock {
  margin: 1.5rem 0;
  display: block;
  color: var(--shock-primary-color);
}

.woocommerce.single-product .product .summary .stock.in-stock::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  font-style: normal;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
}

.woocommerce.single-product .product .summary .cart.variations_form {
  margin: 1.5rem 0;
  display: block;
  align-items: stretch;
}

.woocommerce.single-product .product .summary table.variations {
  table-layout: fixed;
  margin: 0;
}

.woocommerce.single-product .product .summary table.variations th, .woocommerce.single-product .product .summary table.variations td {
  display: list-item;
  padding: 0;
  list-style: none;
  border: none;
}

.woocommerce.single-product .product .summary table.variations label { 
  display: block;
  margin: 0 0 0.5rem;
}

.woocommerce.single-product .product .summary table.variations .value {
  max-width: 350px;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.woocommerce.single-product .product .summary table.variations .reset_variations {
  font-size: 13px;
  color: var(--shock-gray-color);
  text-decoration: underline;
}

.woocommerce.single-product .product .summary table.variations .woocommerce-variation-description {
  margin-bottom: 1.5rem;
}

.woocommerce.single-product .product .summary .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}

.woocommerce.single-product .product .summary .woocommerce-variation-price {
  margin: 1.5rem 0;
}

.woocommerce.single-product .product .summary .woocommerce-variation-price .price {
  font-size: 1.75rem;
  -webkit-text-fill-color: initial;
  -webkit-text-stroke-width: initial;
}

.woocommerce.single-product .product .summary .woocommerce-variation-price .price .amount::before {
  background-color: var(--shock-primary-color);
}

.woocommerce.single-product .product .summary .cart.grouped_form {
  display: block;
}

.woocommerce.single-product .product .summary .woocommerce-grouped-product-list {
  margin-bottom: 1.5rem;
}

.woocommerce.single-product .product .summary .woocommerce-grouped-product-list tbody td {
  border: none;
  padding: 0 0 0.5rem;
}

.woocommerce.single-product .product .summary .woocommerce-grouped-product-list tbody tr:last-child td {
  padding-bottom: 0;
}

.woocommerce.single-product .product .summary .woocommerce-grouped-product-list .product label {
  margin: 0;
}

.woocommerce.single-product .product .woocommerce-tabs::before, .woocommerce.single-product .product .woocommerce-tabs::after {
  content: '';
  display: table;
}

@media(min-width: 768px) {
  .woocommerce.single-product .product .woocommerce-tabs {
    clear: both;
  }
}

.woocommerce.single-product .product .woocommerce-tabs .tabs {
  margin: 3rem 0;
  padding: 0;
  list-style: none;
}

@media(min-width: 768px) {
  .woocommerce.single-product .product .woocommerce-tabs .tabs {
    width: 30%;
    float: left;
    margin: 0;
    margin-right: 5%;
  }
}

.woocommerce.single-product .product .woocommerce-tabs .tabs li a {
  color: var(--shock-black-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce.single-product .product .woocommerce-tabs .tabs li a:before {
  content: '\f054';
  display: inline-block;
  width: 15px;
  margin-right: 10px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--shock-gray-50-color);
}

.woocommerce.single-product .product .woocommerce-tabs .tabs li.active a {
  color: var(--shock-primary-color);
}

.woocommerce.single-product .product .woocommerce-tabs .tabs li.active a:before {
  content: '\f068';
  color: var(--shock-primary-50-color);
}

@media(min-width: 768px) {
  .woocommerce.single-product .product .woocommerce-tabs .panel {
    width: 65%;
    margin-right: 0;
    margin-top: 0;
    float: right;
  }
}

.woocommerce.single-product .product .comment-reply-title {
  margin-bottom: 1.5rem;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--shock-black-color);
}

.woocommerce.single-product .product .review {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid;
  border-color: var(--shock-gray-25-color);
}

.woocommerce.single-product .product .review .comment_container {
  display: flex;
  align-items: flex-start;
}

.woocommerce.single-product .product .review .comment_container img {
  display: block;
  margin-right: 1.5rem;
  border-radius: 50%;
  box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 15%);
}

.woocommerce.single-product .product .review .comment-text {
  width: 100%;
  display: block;
}

.woocommerce.single-product .product .review .star-rating {
  margin: 0;
  float: right;
}

.woocommerce.single-product .product .review .woocommerce-review__author {
  display: block;
  color: var(--shock-black-color);
}

.woocommerce.single-product .product .review .woocommerce-review__dash {
  display: none;
}

.woocommerce.single-product .product .woocommerce-review__published-date {
  display: block;
  font-size: 13px;
  color: var(--shock-gray-50-color);
}

.woocommerce.single-product .product label {
  display: block;
  margin-bottom: 0.5rem;
}

.woocommerce.single-product .product .related.products {
  width: 100%;
  margin: 3rem 0 0 !important;
  display: inline-block;
  clear: both;
}

.woocommerce.single-product .product .up-sells.products {
  width: 100%;
  margin: 3rem 0 0 !important;
  display: inline-block;
  clear: both;
}

/* #endregion Single Product */

/* #region Star Rating */

.woocommerce .stars {
  display: inline-block;
}

.woocommerce .stars a {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  text-indent: -999rem;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
}

.woocommerce .stars a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  line-height: 1;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f005';
  font-size: 1.2rem;
  color: var(--shock-gray-50-color);
  text-indent: 0;
  opacity: 0.75;
}

.woocommerce .stars a:hover~a::before {
  color: var(--shock-gray-color);
  opacity: 0.75;
}

.woocommerce .stars:hover a::before {
  color: var(--shock-primary-color);
  opacity: 1;
}

.woocommerce .stars.selected a.active::before {
  color: var(--shock-primary-color);
  opacity: 1;
}

.woocommerce .stars.selected a.active~a::before {
  color: var(--shock-gray-color);
  opacity: 0.75;
}

.woocommerce .stars.selected a:not(.active)::before {
  color: var(--shock-primary-color);
  opacity: 1;
}

.woocommerce .star-rating {
  overflow: hidden;
  position: relative;
  width: 5.55em;
  height: 1.618em;
  margin-right: 10px;
  line-height: 1.618;
  font-size: 1em;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900
}

.woocommerce .star-rating::before, .woocommerce .star-rating span::before {
  content: '\f005\f005\f005\f005\f005';
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce .star-rating::before {
  float: left;
  opacity: 0.35;
}

.woocommerce .star-rating span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  padding-top: 1.5em;
  color: var(--shock-primary-color);
}

/* #endregion Star Rating */

/*----------------------------------------------
10. Cart
----------------------------------------------*/

/* #region Cart */

.woocommerce-cart .cart-empty {
  margin-bottom: 1.5rem;
  display: block;
}

.woocommerce-cart .woocommerce-cart-form {
  margin-top: 3rem;
  display: block;  
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.woocommerce-cart .cart-collaterals {
  margin-top: 3rem;
}

@media(min-width: 768px) {
  .woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .shipping_calculator {
    width: 60%;
    margin: 0;
    float: right;
    clear: right;
  }
}

.woocommerce-cart .woocommerce-shipping-totals th {
  vertical-align: baseline;
}

.woocommerce-cart .woocommerce-shipping-methods label {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--shock-primary-25-color);
  font-family: var(--shock-secondary-font);
  font-size: 13px;
  font-weight: 500;
  color: var(--shock-primary-color);
}

.woocommerce-cart .woocommerce-shipping-destination {
  margin: 1rem 0 0;
}

.woocommerce-cart .shipping-calculator-button {
  margin: 1rem 0 0;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  font-family: var(--shock-secondary-font);
  font-size: 13px;
  text-decoration: underline;
  color: var(--shock-black-color);
}

.woocommerce-cart .shipping-calculator-button:hover {
  text-decoration: underline !important;
  color: var(--shock-primary-color);
}

.woocommerce-cart .shipping-calculator-form {
  margin-top: 1.5rem;
}

.woocommerce-cart .order-total .amount {
  font-size: 1.2rem;
  color: var(--shock-black-color);
}

.woocommerce-cart .wc-proceed-to-checkout {
  margin-top: 1.5rem;
  text-align: right;
}

/* #endregion Cart */

/*----------------------------------------------
11. Checkout
----------------------------------------------*/

/* #region Checkout */

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout .woocommerce-form-coupon {
  display: block !important;
  margin-bottom: 3rem;
  border-bottom: 1px solid;
  border-color: var(--shock-gray-25-color);
}

.woocommerce-checkout .woocommerce-form-coupon .form-row-last {
  margin-bottom: 3rem;
}

.woocommerce-checkout .woocommerce-form-coupon p:not(.form-row) {
  margin: 0 0 1.5rem !important;
  padding: 0.5rem 1rem !important;
  border-left: solid 6px;
  list-style: none;
  background-color: var(--shock-primary-15-color);
  border-color: var(--shock-primary-color);
  color: var(--shock-primary-color);
}

.woocommerce-checkout .woocommerce-form-coupon p:not(.form-row):before {
  content: '\f02b';
  margin-right: 10px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox .woocommerce-form__input {
  display: none;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  text-decoration: underline !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox:hover {
  color: var(--shock-primary-color)
}

.woocommerce-checkout .woocommerce-shipping-methods label {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--shock-primary-25-color);
  font-family: var(--shock-secondary-font);
  font-size: 13px;
  font-weight: 500;
  color: var(--shock-primary-color);
}

.woocommerce-checkout .order-total .amount {
  font-size: 1.2rem;
  color: var(--shock-black-color);
}

.woocommerce-checkout .woocommerce-checkout-payment .methods {
  margin: 3rem 0 1.5rem;
  padding: 0;
  list-style: none;
  padding-left: 1rem;
  border-left: 6px solid;
  border-color: var(--shock-primary-25-color);
}

.woocommerce-checkout .woocommerce-checkout-payment .methods li {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid;
  border-color: var(--shock-gray-25-color);
}

.woocommerce-checkout .woocommerce-checkout-payment .methods li:first-child {
  padding-top: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment .methods li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.woocommerce-checkout .woocommerce-checkout-payment .methods label {
  margin-left: 5px;
  font-weight: bold;
  color: var(--shock-black-color);
}

.woocommerce-checkout .woocommerce-checkout-payment .methods .payment_box {
  margin-top: 1rem;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  text-align: left;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row:not(.row) {
  margin-top: 1.5rem;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__input {
  margin-right: 0.5rem;
}

.woocommerce-checkout .woocommerce-terms-and-conditions {
  padding: 0 25px;
  border-radius: 0.25rem;
  background-color: var(--shock-gray-10-color);
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
  margin: 3rem 0 1.5rem;
}

.woocommerce-checkout .place-order {
  text-align: right;
}

.woocommerce-checkout .woocommerce-order-overview {
  display: block;
  margin-bottom: 1.5rem;
  list-style: none;
  padding-left: 1rem !important;
  border-left: 6px solid;
  border-color: var(--shock-primary-25-color);
}

.woocommerce-checkout .woocommerce-order-details {
  margin-top: 3rem;
}

/* #endregion Checkout */

/*----------------------------------------------
12. My Account
----------------------------------------------*/

/* #region My Account */

@media(min-width: 768px) {
  .woocommerce-account.logged-in .woocommerce {
    display: flex;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-content {
    width: 75%;
  }

  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    width: 25%;
  }
}

.woocommerce-account .woocommerce-privacy-policy-text {
  margin: 1.5rem 0;
  padding-left: 1rem;
  border-left: 6px solid;
  border-color: var(--shock-gray-25-color);
  font-size: 13px;
}

.woocommerce-account:not(.logged-in) .woocommerce {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.woocommerce-account.woocommerce-lost-password .woocommerce {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 3rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: var(--shock-black-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  content: '\f054';
  display: inline-block;
  width: 15px;
  margin-right: 10px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--shock-gray-50-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--shock-primary-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  content: '\f068';
  color: var(--shock-primary-50-color);
}

.woocommerce-account .woocommerce-Address-title .edit {
  margin-bottom: 1.5rem;
  display: block;
}

.woocommerce-account .woocommerce-Address-title .edit:hover {
  text-decoration: none !important;
}

.woocommerce-account .woocommerce-Address-title .edit:before {
  content: '\f044';
  margin-right: 10px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.woocommerce-account .woocommerce-order-details {
  margin-top: 3rem;
}

/* #endregion My Account */

/*----------------------------------------------
13. Widgets
----------------------------------------------*/

/* #region Widgets */

.woocommerce .wc-block-components-sort-select {
  margin-bottom: 1rem;
}

.woocommerce .wc-block-sort-select {
  display: flex;
  align-items: center;
}

.woocommerce .wc-block-sort-select label {
  white-space: nowrap;
}

.woocommerce .wc-block-product-categories .wc-block-product-categories__dropdown {
  width: 100%;
  margin-right: 1rem;
}

.woocommerce .wc-block-product-categories-list .wc-block-product-categories-list-item-count {
  float: right;
}

.woocommerce .wc-block-product-search__button {
  min-width: 45px;
  justify-content: center;
  align-items: center;
}

.woocommerce .wc-block-review-list a {
  color: var(--shock-black-color);
}

.woocommerce .wc-block-review-list a:hover {
  color: var(--shock-primary-color);
}

.woocommerce .wc-block-review-list .wc-block-review-list-item__item {
  margin: 1.5rem 0;
  border-bottom: 1px solid;
  border-color: var(--shock-gray-25-color);
}

.woocommerce .wc-block-review-list .wc-block-review-list-item__item:last-child {
  border-bottom: none;
}

.woocommerce .wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__author,
.woocommerce .wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__published-date {
  font-size: 13px;
}

.woocommerce .wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__text {
  padding-left: 1rem;
  border-left: 4px solid;
  border-color: var(--shock-gray-25-color);
}

.woocommerce .wc-block-review-list .wc-block-components-review-list-item__rating {
  width: 100%;
}

.woocommerce .wc-block-review-list .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
  width: 5.55em;
  height: 1.618em;
  margin: 1rem 0;
  line-height: 1.618;
  font-size: 1em;
}

.woocommerce .wc-block-review-list .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
  content: '\f005\f005\f005\f005\f005';
  opacity: 0.35;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.woocommerce .wc-block-review-list .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
  content: '\f005\f005\f005\f005\f005';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--shock-primary-color);
}

.woocommerce .wc-block-grid__products .wc-block-grid__product:last-child {
  margin-bottom: 0;
}

.woocommerce .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
  text-decoration: none;
}

.woocommerce .wc-block-price-filter .wc-block-components-price-slider__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.woocommerce .wc-block-price-filter .wc-block-components-price-slider__range-input-wrapper {
  color: var(--shock-primary-color);
}

.woocommerce .wc-block-price-filter input[type="range"]::-webkit-slider-runnable-track {
	border-radius: 0;
}

.woocommerce .wc-block-price-filter input[type="range"]::-webkit-slider-thumb {
  background-color: var(--shock-primary-color);
  border-color: var(--shock-primary-color);
  -webkit-appearance: none;
  appearance: none;
}

.woocommerce .wc-block-price-filter input[type="range"]:focus {
  box-shadow: none;
}

.woocommerce .wc-block-price-filter .wc-block-components-price-slider__amount,
.woocommerce .wc-block-price-filter .wc-block-components-price-slider__amount:focus {
  max-width: 100px !important;
  padding: 0;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  outline: none;
  background: none;
  font-size: 1rem;
  color: var(--shock-gray-color);
}

.woocommerce .wc-block-price-filter .wc-block-components-price-slider__amount--max {
  text-align: right;
}

.woocommerce .wc-block-attribute-filter input[type=checkbox],
.woocommerce .wp-block-woocommerce-rating-filter input[type=checkbox],
.woocommerce .wc-block-stock-filter input[type=checkbox] {
  border: none;
  background-color: var(--shock-gray-25-color);
}

.woocommerce .wc-block-attribute-filter input[type=checkbox]:checked,
.woocommerce .wp-block-woocommerce-rating-filter input[type=checkbox]:checked,
.woocommerce .wc-block-stock-filter input[type=checkbox]:checked {
  background-color: var(--shock-primary-color);  
}

.woocommerce .wc-block-attribute-filter input[type=checkbox]:focus,
.woocommerce .wp-block-woocommerce-rating-filter input[type=checkbox]:focus,
.woocommerce .wc-block-stock-filter input[type=checkbox]:focus {
  outline: none;
}

.woocommerce .wc-block-attribute-filter .wc-block-components-checkbox__mark,
.woocommerce .wc-block-attribute-rating .wc-block-components-checkbox__mark,
.woocommerce .wc-block-stock-filter .wc-block-components-checkbox__mark {
  fill: var(--shock-white-color);
}

.woocommerce .wc-block-attribute-filter .wc-filter-element-label-list-count,
.woocommerce .wp-block-woocommerce-rating-filter .wc-block-components-product-rating-count,
.woocommerce .wc-block-stock-filter .wc-filter-element-label-list-count {
  position: absolute;
  right: 0;
}

.woocommerce .wp-block-woocommerce-rating-filter .wc-block-components-product-rating .wc-block-components-product-rating__stars span:before {
  color: var(--shock-black-color);
}

.woocommerce .wp-block-woocommerce-rating-filter .wc-block-components-product-rating {
  margin: 1px 0 0;
}

.woocommerce .wc-block-attribute-filter .wc-block-components-filter-reset-button,
.woocommerce .wp-block-woocommerce-rating-filter .wc-block-components-filter-reset-button,
.woocommerce .wc-block-stock-filter .wc-block-components-filter-reset-button {
  display: none !important;
}

.woocommerce .wp-block-woocommerce-filter-wrapper .wc-block-components-checkbox__mark {
  min-height: 1.2em;
  min-width: 1.5em;
  fill: var(--shock-white-color);
}

.woocommerce .wc-block-active-filters .wc-block-active-filters__list-item-remove,
.woocommerce .wc-block-active-filters .wc-block-components-chip__remove {
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  background-color: var(--shock-gray-25-color)!important;
  box-shadow: none !important;
}

.woocommerce .wc-block-active-filters .wc-block-active-filters__list-item-remove:hover .wc-block-components-chip__remove-icon,
.woocommerce .wc-block-active-filters .wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon {
  fill: var(--shock-black-color) !important;
}

.woocommerce .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {  
  padding: 5px 5px 5px 7.5px;
  border-color: var(--shock-gray-10-color);
  background-color: var(--shock-gray-10-color);
  font-size: 13px;
  color: var(--shock-black-color);
}

.woocommerce .wc-block-active-filters .wc-block-active-filters__clear-all {
  display: none;
}

.woocommerce .wc-block-mini-cart .wc-block-mini-cart__button .wc-block-mini-cart__badge {
  width: 22px;
  height: 22px;
  border: none;
  background-color: var(--shock-primary-color);
  font-size: 11px;
}

.woocommerce .wc-block-mini-cart .wc-block-mini-cart__button:hover .wc-block-mini-cart__badge {
  background-color: var(--shock-black-color);
}

.woocommerce .wc-block-mini-cart .wc-block-mini-cart__button:hover {
  opacity: 1;
}

.woocommerce .wc-block-featured-product,
.woocommerce .wc-block-featured-category {
  border-radius: 0.25rem;
	box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 15%);
}

.woocommerce .wc-block-featured-product .wc-block-featured-product__title,
.woocommerce .wc-block-featured-category .wc-block-featured-category__title {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce .wc-block-featured-product .wc-block-featured-product,
.woocommerce .wc-block-featured-category .wc-block-featured-category__description {
  margin: 0 0 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.woocommerce .wc-block-featured-product .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background), 
.woocommerce .wc-block-featured-product .wp-element-button:not(.has-background),
.woocommerce .wc-block-featured-category .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background), 
.woocommerce .wc-block-featured-category .wp-element-button:not(.has-background) {
  background-color: var(--shock-white-color);
  color: var(--shock-black-color);
}

.woocommerce .wc-block-featured-product .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):hover, 
.woocommerce .wc-block-featured-product .wp-element-button:not(.has-background):hover,
.woocommerce .wc-block-featured-category .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):hover, 
.woocommerce .wc-block-featured-category .wp-element-button:not(.has-background):hover {
  background-color: var(--shock-primary-color);
  color: var(--shock-white-color);
}

/* #endregion Widgets */

/* #region Legacy Widget */

.woocommerce-mini-cart {
  height: calc(100vh - 250px);
  overflow-y: auto;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.woocommerce-mini-cart::-webkit-scrollbar {
  width: 1px;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item {
  position: relative;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid;
  border-color: var(--shock-gray-25-color);
}

.woocommerce-mini-cart .woocommerce-mini-cart-item:last-child {
  margin-bottom: 0;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item:hover .remove {
  opacity: 1;
}

.woocommerce-mini-cart .remove {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 0;
  text-decoration: none;
  color: var(--shock-danger-color);
  opacity: 0;
}

.woocommerce-mini-cart .remove:before {
  font-family: 'Font Awesome 6 Free';
  font-size: 13px;
  content: '\f2ed';
  color: var(--shock-danger-color);
  opacity: 0.75;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce-mini-cart .remove:hover::before {
  opacity: 1;
}

.woocommerce-mini-cart a:not(.remove) {
  width: 95%;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  color: var(--shock-black-color);
}

.woocommerce-mini-cart a:not(.remove):hover {
  color: var(--shock-primary-color);
}

.woocommerce-mini-cart img {
  float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    object-fit: contain;
}

.woocommerce-mini-cart .quantity {
  margin-top: 5px;
  padding-left: 60px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--shock-gray-color);
}

.woocommerce-mini-cart__total.total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
}

.woocommerce-mini-cart__total strong {
  filter: none;
  color: var(--shock-black-color);
}

.woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.woocommerce-mini-cart__empty-message {
  height: calc( 100vh - 135px );
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--shock-black-color);
}

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1.5rem;
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
}

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

@media(min-width: 768px)and (max-width: 1024px) {
  .woocommerce .widget_price_filter .price_slider_amount {
    text-align: left
  }

  .woocommerce .widget_price_filter .price_slider_amount .button {
    display: block;
    float: none;
    width: 100%
  }
}

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

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: auto;
  z-index: 2;
  width: 1em;
  height: 1em;
  border-radius: 0.25rem;
  cursor: ew-resize;
  background: var(--shock-primary-color);
  box-sizing: border-box;
  margin-top: -0.25em;
  margin-left: auto;
  opacity: 1;
  border: 0
}

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

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

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 0.25rem;
  background: var(--shock-gray-25-color);
  border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .5em
}

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

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px
}

.woocommerce .widget_product_search .woocommerce-product-search {
  display: flex;
  gap: 1rem;
}

.woocommerce .widget_product_categories .product-categories .count {
  float: right;
}

.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-list .count {
  float: right;
}

.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-dropdown {
  display: flex;
  gap: 1rem;
}

.woocommerce .widget_products ul li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid;
  border-color: var(--shock-gray-25-color);
}

.woocommerce .widget_products a {
  color: var(--shock-black-color);
}

.woocommerce .widget_products a:hover {
  color: var(--shock-primary-color);
}

.woocommerce .widget_products img {
  max-width: 40px;
  margin-right: 10px;
  box-shadow: none;
}

.woocommerce .widget_products .amount {
  display: block;
  padding-left: 50px;
  font-size: 13px;
}

.woocommerce .widget_recent_reviews ul li {
  margin-bottom: 3rem;
}

.woocommerce .widget_recent_reviews a {
  color: var(--shock-black-color);
}

.woocommerce .widget_recent_reviews .product-title {
  margin: 1rem auto;
  display: table;
}

.woocommerce .widget_recent_reviews .star-rating {
  margin: 1rem auto;
  display: block;
}

.woocommerce .widget_recent_reviews .reviewer {
  margin: 0 auto;
  display: table;
  font-size: 13px;
}

.woocommerce .widget_top_rated_products ul li {
  margin-bottom: 3rem;
}

.woocommerce .widget_top_rated_products a {
  color: var(--shock-black-color);
}

.woocommerce .widget_top_rated_products .product-title {
  margin: 1rem auto;
  display: table;
}

.woocommerce .widget_top_rated_products .star-rating {
  margin: 1rem auto;
  display: block;
}

.woocommerce .widget_top_rated_products .amount,
.woocommerce .widget_top_rated_products del {
  margin: 0 auto;
  display: table;
  font-size: 13px;
}

/* #endregion Legacy Widget */

/*----------------------------------------------
14. Addons
----------------------------------------------*/

/* #region Yith WooCommerce Plugin */

#yith-wcwl-popup-message {
  top: auto;
  bottom: 30px;
  left: 30px;
  margin: 0 !important;
  padding: 0.5rem 1.5rem;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 15%);
  background-color: var(--shock-black-color);
  line-height: 1.5rem;
  color: var(--shock-white-color);
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  top: 0;
  right: 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.add-to-wishlist-before_image .yith-wcwl-wishlistaddedbrowse,
.add-to-wishlist-before_image .yith-wcwl-wishlistexistsbrowse {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  transform: translateY(-50px);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.products .product:hover .yith-wcwl-add-button, 
.wc-block-grid__products .wc-block-grid__product:hover .yith-wcwl-add-button {
  transform: translateY(0);
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
.add-to-wishlist-before_image .yith-wcwl-wishlistaddedbrowse i,
.add-to-wishlist-before_image .yith-wcwl-wishlistexistsbrowse i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--shock-primary-15-color);
  font-size: 15px;
  line-height: 25px;
  color: var(--shock-primary-50-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover i,
.add-to-wishlist-before_image .yith-wcwl-wishlistaddedbrowse i,
.add-to-wishlist-before_image .yith-wcwl-wishlistexistsbrowse i {
  background-color: var(--shock-primary-25-color);
  color: var(--shock-primary-color);
}

.woocommerce.single-product .product .summary .add_to_wishlist {
  display: flex;
  align-items: center;
  font-size: 13px;
  text-decoration: none !important;
  color: var(--shock-black-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce.single-product .product .summary .add_to_wishlist i {
  font-size: 1rem;
  color: var(--shock-black-color);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.woocommerce.single-product .product .summary .add_to_wishlist:hover {
  color: var(--shock-primary-color);
}

.woocommerce.single-product .product .summary .add_to_wishlist:hover i {
  color: var(--shock-primary-color);
  -webkit-text-fill-color: initial;
  -webkit-text-stroke-width: initial;
}

.woocommerce.single-product .product .summary .yith-wcwl-wishlistaddedbrowse .feedback {
  margin-right: 5px;
  font-size: 13px;
  color: var(--shock-black-color);
}

.woocommerce.single-product .product .summary .yith-wcwl-wishlistexistsbrowse .feedback {
  font-size: 13px;
  color: var(--shock-gray-50-color);
}

.woocommerce.single-product .product .summary .yith-wcwl-wishlistexistsbrowse .feedback i {
  color: var(--shock-gray-25-color);
}

.woocommerce.single-product .product .summary .yith-wcwl-wishlistaddedbrowse a,
.woocommerce.single-product .product .summary .yith-wcwl-wishlistexistsbrowse a {
  font-size: 13px;
}

.wishlist-title {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.wishlist-title.wishlist-title-with-form h2 {
  margin: 0 10px 0 0;
  padding: 0;
}

.wishlist-title.wishlist-title-with-form h2:hover {
  background: none;
}

.hidden-title-form {
  margin: 0 0 3rem;
}

.hidden-title-form .edit-title-buttons {
  position: absolute;
  right: 10px;
  top: calc(50% - 17px);
}

.hidden-title-form .edit-title-buttons a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
}

.hidden-title-form .edit-title-buttons i {
  margin: 0;
  display: inline-block;
  color: var(--shock-black-color);
}

.hidden-title-form .edit-title-buttons i:hover {
  color: var(--shock-primary-color);
}

.wishlist_table.shop_table {
  font-size: 100%;
}

.wishlist_table.shop_table .product-add-to-cart .dateadded {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 13px;
  line-height: 0;
}

.wishlist_table.shop_table .product-add-to-cart a {
  display: initial !important;
  margin: 0 !important;
  text-align: initial !important;
}

.wishlist_table.shop_table .wishlist-empty {
  text-align: center !important;
}

.wishlist_table.shop_table .product-name a {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  color: var(--shock-black-color);
}

.wishlist_table.shop_table .product-name a:hover {
  font-size: 1rem;
  font-weight: 700;
  color: var(--shock-primary-color);
}

.wishlist_table.shop_table .amount {
  font-size: 17px;
  font-weight: 600;
  color: var(--shock-gray-color);
}

.wishlist_table.shop_table .product-remove .remove_from_wishlist {
  font-size: 0;
}

.wishlist_table.shop_table .product-remove .remove_from_wishlist::before {
  font-family: 'Font Awesome 6 Free';
  font-size: 1rem;
  content: '\f2ed';
  color: var(--shock-danger-color);
  opacity: 0.75;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wishlist_table.shop_table .product-remove .remove_from_wishlist:hover::before {
  opacity: 1;
}

.wishlist_table.mobile li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid;
  border-color: var(--shock-gray-25-color);
}

.wishlist_table.mobile .item-details-table {
  width: 100%;
  display: block;
}

.wishlist_table.mobile .additional-info {
  display: none;
}

.wishlist_table.mobile .additional-info-wrapper {
  position: relative;
}

.wishlist_table.mobile .additional-info-wrapper .product-remove {
  position: absolute;
  top: 0;
  right: 1rem;
}

.yith_wcwl_wishlist_footer {
  margin: 3rem 0;
  display: block;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
  float: none;
  margin: 0;
}

.yith-wcwl-share .yith-wcwl-share-title {
  margin: 0 0 1rem;
}

.yith-wcwl-share .share-button {
  margin: 0 5px;
}

.yith-wcwl-share .share-button:first-child {
  margin-left: 0;
}

.yith-wcwl-share .share-button a {
  border-radius: 50%;
}

.yith-wcwl-share .share-button a:hover {
  background-color: var(--shock-black-color);
}

.yith-wcwl-share .share-button i {
  font: normal normal normal 14px/1 FontAwesome !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* #endregion Yith WooCommerce Plugin */