<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------  twwwc-popup wishlist notification */

.twwwc-modal-notification {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
}

.theme-cepatlakoo .twwwc-modal-notification {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
}

.twwwc-popup {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  width: 55%;
  max-width: 450px;
  min-width: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.twwwc-popup .footer {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

@media screen and (max-width: 700px) {
  .twwwc-popup .footer {
    flex-wrap: wrap;
  }
}

.twwwc-popup .footer .btn-secondary {
  background-color: #6C757D;
  border: none;
  color: #fafafa;
}

.twwwc-popup h2 {
  /* margin: 30px 0 30px 0 !important; */
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.twwwc-popup p.icon {
  display: inline-block;
  font-size: 80px;
  line-height: 80px;
  margin: 0;
  color: #06D85F;
}

.twwwc-popup .close {
  position: absolute;
  display: none;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.twwwc-popup .close:hover {
  color: #06D85F;
}

.twwwc-popup .content {
  max-height: 30%;
  overflow: auto;
}

.twwwc-popup .fa-lock {
  color: #DC3545;
}

.twwwc-popup .content .wc-forward {
  background-color: #399e5a !important;
}

/* ---------------------- icon pop up color */

.icon-check {
  fill: #06D85F !important;
}

.icon-alert {
  fill: #FF8F77 !important;
}

/* -----------------------  wishlist menu */
.wishlist .product-remove {
  gap: 12px;
  align-items: center;
  height: 100%;
}

.wishlist .product-remove .twwwc-wishlist-remove {
  text-align: center;
  line-height: 120%;
}

.shop_table .product-remove {
  gap: 10px !important;
  display: flex;
  flex-wrap: wrap;
}

.shop_table .woocommerce-orders-table__row .product-remove {
  gap: 10px !important;
  display: flex;
  flex-wrap: wrap;
}

/* -----------------------  card product button wishlist */
.twwwc-wishlist-container {
  clear: both;
}

.twwwc-wishlist-container .twwwc-wishlist-remove,
.twwwc-wishlist-button {
  width: 100%;
  text-align: center;
  transition: 0.5s all;
}

.twwwc-modal-login-notification {
  opacity: 1 !important;
}

.woocommerce ul.twwwc-products li.product .button {
  margin-bottom: 0 !important;
  width: 100% !important;
  text-align: center !important;
  /* padding: 10px 0 !important; */
  text-decoration: none !important;
}

/* ----------------------- modal position */
.modal.show .modal-dialog {
  margin-top: 25vh;
}

/* generate press */
.theme-generatepress.woocommerce div.product form.cart {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.theme-generatepress.woocommerce ul.products li.product .button {
  margin-top: 0 !important;
}

.theme-generatepress.woocommerce ul.products li.product a img {
  margin: 0 !important;
}

/* twenty twenty */

.theme-twentytwenty a.button {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

.theme-twentytwenty.woocommerce ul.products.twwwc-products {
  flex-wrap: unset !important;
}

.theme-twentytwenty .twwwc-wishlist-container {
  width: 100% !important;
}

.theme-twentytwenty.woocommerce div.product form.cart {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-top: 12px;
}

.theme-twentytwenty.woocommerce .related.products ul.products li.product,
.theme-twentytwenty.woocommerce ul.products li.product {
  justify-content: start !important;
}

/* astra */

.theme-astra.woocommerce-js div.product form.cart div.quantity {
  margin: 0 !important;
}

.theme-astra.woocommerce-js div.product form.cart .button {
  margin-bottom: 0 !important;
  text-decoration: none !important;
}

.theme-astra.woocommerce div.product form.cart {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-top: 12px !important;
}

.theme-astra.woocommerce.woocommerce a.button.twwwc-wishlist-remove,
.theme-astra.woocommerce.woocommerce a.button.twwwc-wishlist-button {
  margin: 0 !important;
}

/* oceanwp */
.oceanwp-theme.woocommerce ul.twwwc-products li.owp-content-center .product-inner {
  margin-bottom: 8px !important;
}

.oceanwp-theme.woocommerce ul.products li.product li.title h2 {
  margin-bottom: unset !important;
}

.oceanwp-theme.woocommerce div.product form.cart {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-top: 12px;
}

/* twenty-twenty four */
.theme-twentytwentyfour.woocommerce-variation-add-to-cart {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

/* twenty-twenty three */
.theme-twentytwentythree.woocommerce a.button,
.theme-twentytwentythree.woocommerce button.single_add_to_cart_button,
.theme-twentytwentythree.woocommerce button[name=add-to-cart],
.theme-twentytwentythree.woocommerce button[type=submit]:not(.wp-block-search__button),
.theme-twentytwentythree.woocommerce input[name=submit] {
  margin-top: 10px !important;
  text-decoration: none !important;
}

.theme-twentytwentythree.woocommerce .twwwc-wishlist-button.twwwc-button-main {
  margin-top: 0 !important;
}

.theme-twentytwentythree.woocommerce .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
  margin-bottom: 0 !important;
}

/* twenty-twenty one */

.theme-twentytwentyone.woocommerce .site .button:hover,
.theme-twentytwentyone.woocommerce .site .button:active,
.theme-twentytwentyone.woocommerce button:hover,
.theme-twentytwentyone.woocommerce button:active,
.theme-twentytwentyone.woocommerce input[type=submit]:hover,
.theme-twentytwentyone.woocommerce input[type=submit]:active,
.theme-twentytwentyone.woocommerce input[type=reset]:hover,
.theme-twentytwentyone.woocommerce input[type=reset]:active,
.theme-twentytwentyone.woocommerce .wp-block-search .wp-block-search__button:hover,
.theme-twentytwentyone.woocommerce .wp-block-search .wp-block-search__button:active,
.theme-twentytwentyone.woocommerce .wp-block-button .wp-block-button__link:hover,
.theme-twentytwentyone.woocommerce .wp-block-button .wp-block-button__link:active,
.theme-twentytwentyone.woocommerce .wp-block-file a.wp-block-file__button:hover,
.theme-twentytwentyone.woocommerce .wp-block-file a.wp-block-file__button:active {
  text-decoration: none !important;
}

.theme-twentytwentyone.woocommerce .twwwc-wishlist-container {
  width: 100%;
}

.theme-twentytwentyone.woocommerce .related.products ul.products li.product,
.theme-twentytwentyone.woocommerce ul.products li.product {
  justify-content: start !important;
}

.theme-twentytwentyone.woocommerce div.product form.cart {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

/* kadance */

.theme-kadence .woocommerce div.product .button.single_add_to_cart_button {
  height: auto !important;
}

body.theme-kadence div.product .button.single_add_to_cart_button {
  height: auto !important;
  line-height: unset !important;
}

body.theme-kadence form.cart {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* storefront */
.woocommerce ul .status-publish .add_to_cart_button,
.product_type_grouped,
.product_type_external {
  margin-bottom: 12px !important;
}

/*------------------------ twenty twenty two */

.woocommerce a.button,
.woocommerce button.single_add_to_cart_button,
.woocommerce button[name=add-to-cart],
.woocommerce button[type=submit]:not(.wp-block-search__button),
.woocommerce input[name=submit] {
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px 12px !important;
  justify-content: center;
}

.woocommerce .wp-block-post a.button {
  padding: 12px 0 !important;
  text-decoration: none !important;
}

.woocommerce .wp-block-add-to-cart-form a.button {
  padding: 12px 0 !important;
  text-decoration: none !important;
}

.woocommerce .twwwc-popup .modal-footer a.button {
  padding: 12px 0 !important;
  text-decoration: none !important;
  cursor: pointer;
}

/* twenty twenty */

.woocommerce a.button:hover,
a.button:visited {
  text-decoration: none !important;
}

@media screen and (max-width: 700px) {
  .box {
    width: 80%;
  }

  .twwwc-popup {
    width: 90%;
  }

  .woocommerce table.shop_table_responsive tr td.product-thumbnail,
  .woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
    position: relative;
    padding: 10px 0;
  }

  .woocommerce-cart table.cart td.product-name,
  .woocommerce-page table.shop_table_responsive tr td.product-price {
    padding: 0;
    font-weight: 600;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dadada;
  }

  table&gt;thead&gt;tr&gt;td,
  table&gt;thead&gt;tr&gt;th,
  table&gt;tbody&gt;tr&gt;td,
  table&gt;tbody&gt;tr&gt;th,
  table&gt;tfoot&gt;tr&gt;td,
  table&gt;tfoot&gt;tr&gt;th {
    border: none;
  }
}

/* twenty ten-fourteen */

.woocommerce a.button,
.woocommerce button.single_add_to_cart_button,
.woocommerce button[name=add-to-cart],
.woocommerce button[type=submit]:not(.wp-block-search__button),
.woocommerce input[name=submit] {
  padding: 12px 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 8px 4px;
}

.woocommerce a.button svg {
  padding: 0 0 !important;
  margin-right: 0px !important;
}

.twwwc-thumbnail-collection {
  width: 60px !important;
  display: inline-block !important;
}

/* customize
  popup whishlist collection*/

.woocommerce-loop-product__link .thumbnail {
  width: 100%;
  margin-bottom: 12px !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px;
}

.twwwc-account-create-collection .thumbnail {
  display: flex !important;
  border: 2px dashed #dadada;
}

.grid-1 {
  grid-template-columns: repeat(1, 1fr) !important;
}

.woocommerce-loop-product__link .thumbnail img {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.twwwc-collection-detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.twwwc-dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  z-index: 999;
}

.twwwc-dropdown {
  cursor: pointer;
}

.twwwc-dropdown:hover .twwwc-dropdown-menu {
  display: block;
  padding: 8px;
  min-width: 160px;
  display: flex;
  flex-direction: column;
}

.twwwc-dropdown-menu .twwwc-dropdown-item {
  color: #6D7588;
  padding: 4px 12px;
  font-size: 14px;
}

.twwwc-dropdown-menu .twwwc-dropdown-item:hover {
  background: #E4EBF5;
}

.twwwc-dropdown-menu .twwwc-dropdown-item.delete:hover {
  background: #f5e6e4;
  color: #886d6d;
}

.woocommerce-loop-product__link h3,
p {
  text-align: start;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 120%;
}

.woocommerce-loop-product__link p {
  margin-top: 6px !important;
  font-size: 14px;
}

.twwwc-create-collection {
  height: 100%;
}

.twwwc-create-collection .thumbnail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 2px dashed #dadada;
  /* padding: 24px 0; */
}

.twwwc-create-collection .thumbnail h3 {
  margin-bottom: 0;
}

.woocommerce .twwwc-products .product .twwwc-collection-remove {
  margin-top: 12px !important;
}

.woocommerce ul.twwwc-products.woocommerce,
.woocommerce ul.twwwc-products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-gap: 16px !important;
  margin: unset;
}

.woocommerce ul.twwwc-products.woocommerce,
.woocommerce ul.twwwc-products .product {
  margin-right: 0 !important;
  width: 100% !important;
  margin-bottom: 24px !important;
  justify-content: start !important;
  overflow: visible !important;
  margin-top: unset !important;
}

ul.twwwc-products::before {
  display: none !important;
}

@media screen and (max-width: 920px) {

  .woocommerce ul.twwwc-products.woocommerce,
  .woocommerce ul.twwwc-products {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .woocommerce-MyAccount-content {
    margin-top: 16px !important;
  }
}

@media screen and (max-width: 768px) {

  .woocommerce ul.twwwc-products.woocommerce,
  .woocommerce ul.twwwc-products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-gap: 16px !important;
  }

  .woocommerce ul.products {
    margin: unset !important;
  }
}

@media screen and (max-width: 530px) {

  .woocommerce ul.twwwc-products.woocommerce,
  .woocommerce ul.twwwc-products {
    grid-template-columns: repeat(2, 1fr) !important;
  }


}

@media screen and (max-width: 368px) {

  .woocommerce ul.twwwc-products,
  .woocommerce ul.twwwc-products {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  .woocommerce ul.products.columns-4 li.product {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 32px !important;
  }

}

/* customize
card whishlist collection*/

#twwwc-modal-collection-add .twwwc-popup .twwwc-heading-modal {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  align-items: center;
  padding: 24px 24px 0 24px;
}

#twwwc-modal-collection-add .twwwc-popup .twwwc-heading-modal .twwwc-heading-modal-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

#twwwc-modal-collection-add .twwwc-popup .twwwc-heading-modal .twwwc-heading-modal-title a {
  font-size: .9em;
}

.twwwc-popup p.twwwc-description.other-collections {
  font-size: .9em;
}

#twwwc-modal-collection-add .twwwwc-product-detail {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

#twwwc-modal-collection-add .twwwwc-product-detail label {
  font-size: 12px;
  padding: 0px 12px;
  background-color: #E4EBF5;
  color: #6D7588;
  border-radius: 4px;
  font-weight: 600;
}

#twwwc-modal-collection-add .twwwc-product-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#twwwc-modal-collection-add .twwwc-collection-title p {
  font-size: 12px;
  line-height: 100%;
}

#twwwc-modal-collection-add .twwwc-popup h2 {
  text-align: left;
  font-size: 20px;
  margin: 0 !important;
}

#twwwc-modal-collection-add .twwwc-popup h3 {
  font-size: 14px;
}

#twwwc-modal-collection-add .twwwc-popup {
  min-height: 450px;
  max-height: 90vh;
  overflow: hidden;
  padding: 0;
}

#twwwc-modal-collection-add .twwwc-popup .modal-content {
  max-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#twwwc-modal-collection-add .twwwc-list-collection {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100% !important;
  padding: 0 12px 16px 24px;
}

#twwwc-modal-collection-add .twwwc-list-collection.scroll {
  overflow-y: auto !important;
  margin-right: -12px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100% !important;
  padding: 0 12px 24px 24px;
}

#twwwc-modal-collection-add .twwwc-form-create-collection {
  display: none;
}

.twwwc-form-create-collection.show {
  display: flex !important;
  gap: 12px;
  flex-direction: column;
}

#twwwc-modal-collection-add .twwwc-form-create-collection .twwwwc-form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#twwwc-modal-collection-add .twwwc-form-create-collection h2 {
  font-size: 16px;
  text-transform: none !important;
  color: #6D7588 !important;
  font-weight: 600;
}

.twwwc-form-create-collection .twwwc-input,
.twwwc-form-create-collection .twwwc-btn-create {
  font-size: 14px;
  text-transform: none !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  text-decoration: none !important;
}

.twwwc-form-create-collection .twwwc-input {
  color: #131313 !important;
  background-color: #fafafa !important;
  border: 1px solid #dadada !important;
  max-width: 100% !important;
  height: auto !important;
  width: 70%;
}

.twwwc-form-create-collection .twwwc-input::placeholder {
  color: #b1b1b1 !important;
}

.twwwc-form-create-collection .twwwc-input[type='text']:focus {
  border: 1.5px solid #9CC4FF !important;
  outline: none !important;
}

.twwwc-form-create-collection .twwwc-btn-create {
  color: #fafafa !important;
  background-color: #6D7588 !important;
  font-weight: 700;
  text-align: center;
  width: 26.6666%;
}

.twwwc-form-create-collection .twwwc-btn-create:hover,
#twwwc-modal-collection-rename .twwwc-collection-rename:hover {
  background-color: #4B505B !important;
}

#twwwc-modal-collection-rename .twwwc-collection-rename,
#twwwc-modal-collection-create .twwwc-collection-save {
  color: #fafafa !important;
  background-color: #6D7588 !important;
  font-weight: 700;
  text-align: center;
  text-transform: none !important;
  border-radius: 8px !important;
  text-decoration: none !important;
}

#twwwc-modal-collection-rename .twwwc-collection-rename:hover,
#twwwc-modal-collection-create .twwwc-collection-save:hover {
  background-color: #4B505B !important;
}

#twwwc-modal-collection-add ul.twwwc-products {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  margin: 0 !important;
}

#twwwc-modal-collection-add ul.twwwc-products::after {
  display: none;
}

#twwwc-modal-collection-add .twwwc-description b {
  color: #8f8f8f;
  font-weight: 600;
}

#twwwc-modal-collection-add ul.twwwc-products .twwwwc-link-add {
  font-weight: 700;
}

#twwwc-modal-collection-add ul.twwwc-products .product {
  margin-bottom: unset !important;
  margin-top: unset !important;
  padding-bottom: unset !important;
}

#twwwc-modal-collection-add ul.twwwc-products .thumbnail {
  width: 40px;
  height: 40px;
  margin: unset !important;
  display: unset !important;
}

#twwwc-modal-collection-add ul.twwwc-products .twwwc-create-collection,
#twwwc-modal-collection-add ul.twwwc-products .twwwc-collection-button-add {
  display: flex !important;
  gap: 12px;
  align-items: center;
}

@media screen and (max-width: 468px) {
  .twwwc-form-create-collection .twwwc-input {
    color: #131313 !important;
    background-color: #fafafa !important;
    border: 1px solid #dadada !important;
    max-width: 100% !important;
    height: auto !important;
    width: 100%;
  }

  .twwwc-form-create-collection .twwwc-btn-create {
    width: 100%;
  }

}

/* dropdown-position */

@media screen and (max-width: 1440px) {
  .twwwc-dropdown-menu {
    right: 0 !important;
  }
}

ul.twwwc-products li.product.type-product {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}


ul.twwwc-products li.product.type-product .twwwc-dropdown .twwwc-dropdown-toggle {
  width: 16px;
  margin-left: 12px;
  margin-bottom: 10px;
  display: flex;
  justify-content: end;
  align-items: end;
}

ul.twwwc-products li.product.type-product .twwwc-dropdown .twwwc-dropdown-toggle svg {
  width: 24px;
  margin-left: 12px;
}

#twwwc-modal-collection-rename .twwwc-popup .modal-content,
#twwwc-modal-collection-create .twwwc-popup .modal-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px;
}

#twwwc-modal-collection-rename .twwwc-popup .modal-content .input-group p,
#twwwc-modal-collection-create .twwwc-popup .modal-content .input-group p {
  margin-bottom: 8px !important;
}

#twwwc-modal-collection-rename .twwwc-popup .modal-content .input-group .twwwc-input-group,
#twwwc-modal-collection-create .twwwc-popup .modal-content .input-group .twwwc-input-group {
  display: flex;
  gap: 12px;
}

#twwwc-modal-collection-rename .twwwc-popup .modal-content .input-group .twwwc-input-group input.twwwc-collection-name,
#twwwc-modal-collection-create .twwwc-popup .modal-content .input-group .twwwc-input-group input.twwwc-collection-name {
  width: 100% !important;
}

#twwwc-modal-collection-rename .modal-footer,
#twwwc-modal-collection-create .modal-footer {
  justify-content: center !important;
}

#twwwc-modal-collection-rename .twwwc-modal-heading,
#twwwc-modal-collection-create .twwwc-modal-heading {
  display: flex;
  justify-content: space-between;
}

#twwwc-modal-collection-rename .twwwc-modal-heading h2,
#twwwc-modal-collection-create .twwwc-modal-heading h2 {
  width: 100%;
  text-align: center;
}</pre></body></html>