/* responsive */
@media (min-width: 768px) {
  .woocommerce-header-area-wrap .woocommerce-result-count {
    padding-top: 0;
    margin-bottom: 0;
  }
  .elementor-element #lb-search-element .lb-search .lb-search__main {
    width: 76%;
  }
  .elementor-element #lb-search-element .lb-search .lb-search__aside {
    width: 24%;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .woocommerce-checkout #customer_details {
    width: 56%;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .wecansource-product-cat.row .col-md-3 {
    width: 28%;
  }
  .wecansource-product-cat.row .col-md-9 {
    width: 72%;
  }

  ul.products li.product-category,
  ul.products .product-card,
  .wecansource-product-cat .col-md-9 ul.products .product-card {
    width: calc(31% - 16px);
  }
  .price-filter-inputs {
    align-items: flex-start;
    flex-direction: column;
  }
  .woocommerce #customer_login .col-1,
  .woocommerce #customer_login .col-2 {
    max-width: calc(100% / 2 - 0px);
  }
}

/* tablet min with 768 nad max 991 */
@media (min-width: 768px) and (max-width: 991px) {
  ul.products li.product-category,
  ul.products .product-card,
  .wecansource-product-cat .col-md-9 ul.products .product-card {
    width: calc(46% - 8px);
  }

  .woocommerce-single-product-page-content-area .woocommerce-breadcrumb {
    margin: 0 0 24px 0;
  }

  .woocommerce-breadcrumb {
    margin: 0 20px;
  }
  .wecansource-product-cat {
    margin: 0 20px;
  }

  .woocommmerce-product-single-page-top-content-wrap {
    flex-direction: column;
  }

  .woocommmerce-product-single-page-top-content-wrap
    .woocommerce-thumbnail-wrapper {
    margin-right: 0px;
    width: calc(100% / 1);
  }

  .related.products div.product {
    margin-bottom: 24px;
    width: 30%;
  }
  .wecansource-product-info {
    width: 100%;
  }
  .is-large.wc-block-cart .wc-block-cart-items,
  .content-area .woocommerce table {
    padding-bottom: 10px;
  }

  form.woocommerce-cart-form table.shop_table_responsive tr td.product-name,
  form.woocommerce-cart-form table.shop_table_responsive tr td.product-price {
    display: none !important;
  }

  form.woocommerce-cart-form table.shop_table_responsive tr td {
    display: table-cell;
    text-align: left;
  }

  .woocommerce-cart-form td.actions button[name="update_cart"] {
    border-radius: 100px;
  }
  table.shop_table_responsive tr td:before {
    display: none;
  }
  form.checkout.woocommerce-checkout {
    flex-direction: column;
  }
  .woocommerce-checkout #customer_details {
    width: 100%;
  }
  .woocommerce-checkout .wecansource-order-review {
    width: 100%;
  }
  .wp-block-woocommerce-cart-totals-block,
  .woocommerce .cart-collaterals {
    margin-top: 32px;
  }

  /* My Account Page */
  .woocommerce-orders
    .content-area
    table
    tbody
    .woocommerce-orders-table__cell-order-actions
    a {
    padding: 4px 12px;
  }
  .woocommerce-orders .content-area table tbody {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-orders .content-area table tbody tr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  table.shop_table_responsive tbody th {
    display: block;
  }
  .woocommerce-orders .content-area table tbody th a,
  .woocommerce-orders .content-area table tbody td {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce-orders .content-area table tbody td time {
    display: none;
  }
  .woocommerce-orders
    .content-area
    table
    tbody
    .woocommerce-orders-table__cell-order-total,
  .woocommerce-orders-table__cell-order-date,
  .woocommerce-orders-table__header-order-date,
  .woocommerce-orders-table__header-order-total {
    display: none !important;
  }

  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  table.shop_table_responsive thead {
    display: flex;
    width: 100%;
    background-color: #f4f7fa;
  }
  table.shop_table_responsive thead tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .woocommerce-MyAccount-navigation ul li a {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-edit-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}

@media (max-width: 991px) {
  /* Cart */
  form.woocommerce-cart-form table tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e3e3e3;
  }
  form.woocommerce-cart-form table thead tr {
    border: 0;
  }
  .content-area form.woocommerce-cart-form table td {
    border: 0;
  }
  form.woocommerce-cart-form table.shop_table_responsive tr th.product-name,
  form.woocommerce-cart-form table.shop_table_responsive tr td.product-name,
  form.woocommerce-cart-form table.shop_table_responsive tr td.product-price,
  .woocommerce-cart-form table thead tr th.product-price {
    display: none !important;
  }

  /* Wishlist*/
  .wishlist_table .product-name h3 {
    text-decoration: none;
    color: #1b0832;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  .wishlist_table .item-details-table span,
  .wishlist_table .item-details-table .label,
  .wishlist_table .additional-info .label {
    text-decoration: none;
    color: #1b0832;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }
  .wishlist_table .additional-info .wishlist-in-stock {
    color: #16a34a;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    padding: 2px 8px;
    background-color: #dcfce8;
    border: 1px solid #86efad;
    border-radius: 100px;
  }
  .wishlist_table .product-add-to-cart .add_to_cart_button {
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0 !important;
  }
  .woocommerce .wishlist-title {
    margin-bottom: 16px;
  }
  .wishlist_table {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 0;
  }
  .wishlist_table .additional-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,
  .wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist {
    margin-bottom: 0;
  }
  .wishlist_table li {
    margin-bottom: 0px !important;
  }

  /* MyAccount */
  .woocommerce-my-account-page-wrapper {
    flex-direction: column;
    margin-bottom: 70px;
  }
  .woocommerce-MyAccount-content {
    margin-left: 0;
  }
  .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 30px;
  }

  .woocommerce-MyAccount-content {
    padding-left: 0px;
  }

  .woocommerce-Addresses .woocommerce-Address-title h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .woocommerce-Addresses .woocommerce-Address-title a {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Mobile : max width 767px */
@media (max-width: 767px) {
  .lb-search .lb-pagination__pager {
    font-size: 14px !important;
  }
  .lb-pagination_page--button.lb-pagination_page--button-first,
  .lb-pagination_page--button.lb-pagination_page--button-last {
    display: none;
  }
  #lb-search-element .lb-search .lb-pagination__pager .lb-pagination_page {
    height: 22px;
    margin: 8px;
    width: 14px;
  }
  .elementor-element #lb-search-element .lb-search {
    padding: 16px;
  }
  #lb-search-element #lb-results {
    padding-top: 24px;
  }
  .lb-search .lb-search__headline {
    display: none;
  }
  .lb-search .lb-result__price {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .wecansource-product-cat.row > * {
    padding-left: 0;
    padding-right: 0;
  }
  ul.products li.product-category,
  ul.products .product-card,
  .wecansource-product-cat .col-md-9 ul.products .product-card,
  .wecansource-product-cat .col-md-9 ul.products li.product-category {
    width: calc(50% - 8px);
  }

  .woocommerce-breadcrumb {
    margin: 0 16px;
  }
  .wecansource-product-cat {
    margin: 0 16px;
  }
  .woocommerce-single-product-page-content-area .container .row {
    --bs-gutter-x: 0;
  }
  .woocommerce-header-area-wrap {
    margin-bottom: 20px;
  }
  #productOfferTabs.nav-tabs a.nav-link,
  #productCategoryTabs.nav-tabs a.nav-link {
    padding: 8px 0px;
    margin-right: 14px;
    font-size: 13px;
  }

  ul.products {
    gap: 12px;
    padding-right: 0;
  }
  .product-card .product-image img {
    max-width: 120px;
  }
  ul.products li.product img {
    max-width: 90px;
    margin: 10px auto 22px;
    border-radius: 6px;
  }

  li.product-category.product {
    padding: 12px;
    border-radius: 8px;
  }

  .woocommerce-breadcrumb a {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommmerce-product-single-page-top-content-wrap {
    flex-direction: column;
  }

  .woocommerce-single-product-page-content-area .container .row {
    --bs-gutter-x: 0;
  }

  .wecansource-product-info {
    width: 100%;
  }

  .wecansource-product-info {
    width: 100%;
  }

  .related.products div.product {
    border-radius: 8px;
    margin-right: 0px;
    width: 48%;
  }

  .woocommmerce-product-single-page-top-content-wrap {
    margin: 0 16px;
  }

  .wecansource-product-single-page-item .related.products .products.columns-4 {
    gap: 12px;
  }

  .woocommerce-product-gallery__wrapper img {
    width: 343px;
    height: 300px;
  }

  .wecansource-product-info .product_title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .lb-recommend .lb-recommend-items .lb-recommend-item__title-link {
    font-size: 14px;
  }
  .lb-recommend .lb-recommend-items .lb-recommend-item__price {
    font-size: 15px;
    line-height: 20px;
  }

  .woocommmerce-product-single-page-top-content-wrap
    .woocommerce-product-details__short-description {
    margin-bottom: 20px;
  }

  .woocommmerce-product-single-page-top-content-wrap
    .summary.entry-summary
    .price {
    font-size: 24px;
    line-height: 28px;
    padding: 12px;
    margin-bottom: 20px;
  }
  .wecansource-product-single-page-item .related.products h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .wecansource-product-single-page-item .related.products {
    margin: 0 16px;
  }

  .wecansource-product-single-page-item .woocommerce-tabs.wc-tabs-wrapper {
    padding: 0 16px;
  }

  .single-product
    div.product
    .woocommerce-product-gallery
    .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
    .flex-control-thumbs
    li {
    max-width: 60px;
  }
  .wecansource-product-single-page-item
    .woocommerce-product-gallery
    .flex-control-thumbs
    li
    + li {
    margin-left: 0px;
  }
  .yith-wcwl-add-to-wishlist {
    margin-top: 20px;
  }
  .yith-wcbm-badge.yith-wcbm-badge-text {
    left: 74px !important;
    width: 74px !important;
    height: 32px !important;
    line-height: 12px;
  }
  .yith-wcbm-badge .yith-wcbm-badge-text span {
    font-size: 10px !important;
  }
  .related.products .product-image img {
    max-height: 128px;
  }

  .single-product div.product .summary.entry-summary button[type="submit"],
  .wecansource-add-to-cart .buy-now {
    font-size: 13px;
  }
  .delivery-info {
    padding: 12px;
  }
  .delivery-info .info p:first-child {
    font-size: 14px;
    line-height: 20px;
  }
  .delivery-info .info p {
    line-height: 20px;
    font-size: 14px;
  }
  .delivery-info.free-delivery .info {
    width: 42%;
  }
  .wecansource-product-single-page-item
    .woocommerce-tabs.wc-tabs-wrapper
    ul
    li {
    margin-bottom: 12px;
  }
  .delivery-info .btn-wrap .boxed-btn.yellow-btn {
    font-size: 10px;
    padding: 7px 8px;
  }
  .delivery-info .btn-wrap .boxed-btn.yellow-btn svg {
    margin-right: 5px;
  }

  .wecansource-product-single-page-item .woocommerce-tabs.wc-tabs-wrapper ul {
    margin-bottom: 12px;
  }
  .navbar-area.navigation-style-01 .custom-container {
    padding: 0;
  }
  .admin-bar .navbar.navbar-area {
    top: 32px;
  }

  .wecansource-layout-view {
    display: none;
  }

  .wishlist_table.mobile li .item-details table.item-details-table td.label,
  .wishlist_table.mobile li table.additional-info td.label {
    width: 54px;
  }
  .wishlist_table.mobile li .item-details table.item-details-table td.value,
  .wishlist_table.mobile li table.additional-info td.value {
    text-align: left;
  }

  /* Product Filter */
  .widget.widget_block a.clear-all {
    display: none !important;
  }
  .wecansource-woo-sidebar {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0px;
    width: 72%;
    height: 100vh;
    border-radius: 0;
    transform: translateX(100%);
    transition: 0.3s ease-in-out;
    overflow: hidden;
    overflow-y: auto;
  }
  .admin-bar .wecansource-woo-sidebar {
    top: 40px;
    height: 96vh;
  }
  .wecansource-woo-sidebar-inner {
    height: 100%;
    padding-bottom: 150px;
    overflow-y: auto;
  }
  .wecansource-woo-sidebar-overlay {
    width: 100vw;
    height: 100vh;
    background: #030303a3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 0.3s ease-in-out;
    transform: translateX(100%);
  }
  .wecansource-woo-sidebar-overlay.show,
  .wecansource-woo-sidebar-overlay.show .wecansource-woo-sidebar {
    transform: translateX(0);
  }
  .wecansource-checkout-steps .bar-icon svg {
    width: 73px;
  }
  .wecansource-checkout-steps .bar-icon svg {
    width: 73px;
  }
  .wecansource-checkout-steps .cart-icon p,
  .wecansource-checkout-steps .checkout-icon p,
  .wecansource-checkout-steps .order-placed-icon p {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce .coupon button[type="submit"],
  .wc-block-components-totals-coupon__form
    .wc-block-components-totals-coupon__button {
    min-width: 129px;
    font-size: 14px;
    line-height: 20px;
  }
  .cart_totals .coupon input {
    width: 150px;
    font-size: 14px;
    line-height: 20px;
  }
  .wc-block-components-totals-coupon__content
    .wc-block-components-totals-coupon__form,
  .woocommerce .coupon {
    padding-left: 12px;
  }
  .is-large.wc-block-cart
    .wc-block-cart-item__wrap
    .wc-block-cart__totals-title,
  .woocommerce .cart_totals h2 {
    font-size: 18px;
    line-height: 26px;
  }
  form.woocommerce-cart-form table.shop_table_responsive tr td {
    display: table-cell;
    text-align: left;
    clear: both;
  }
  table.shop_table_responsive tr td:before {
    content: "";
  }
  .woocommerce-cart-form td.actions button[name="update_cart"] {
    border-radius: 100px;
  }
  p.dispatch-desc {
    font-size: 14px;
  }
  td.product-quantity .quantity-box .input-wrapper {
    font-size: 14px;
  }
  .woocommerce-cart-form td.product-quantity input {
    padding: 0px 3px;
    width: 48px;
  }
  .quantity-box .decrease_qty,
  .quantity-box .increase_qty {
    width: 28px;
    height: 28px;
  }
  form.woocommerce-cart-form table.cart tbody tr.update-cart {
    justify-content: center;
  }

  form.checkout.woocommerce-checkout {
    flex-direction: column;
  }

  .woocommerce-checkout #customer_details {
    margin-bottom: 0;
  }

  #shipping_address_2_field,
  #billing_address_2_field,
  .col2-set .form-row-first,
  #shipping_state_field,
  #billing_state_field,
  #shipping_postcode_field,
  #billing_postcode_field,
  #shipping_city_field,
  #billing_city_field,
  #shipping_country_field,
  #billing_country_field,
  #billing_email_field,
  #shipping_address_1_field,
  #billing_address_1_field,
  .col2-set .form-row-last,
  #shipping_company_field,
  #billing_company_field,
  #billing_phone_field,
  .woocommerce-checkout .wecansource-order-review,
  .woocommerce-checkout #customer_details {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .woocommerce-checkout #customer_details {
    padding: 16px;
  }
  .woocommerce-billing-fields h3,
  .woocommerce-shipping-fields h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  #ship-to-different-address span {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  .checkout-shipping {
    margin-top: 20px;
  }
  #ship-to-different-address {
    margin-bottom: 28px;
  }
  .wecansource-checkout-steps .cart-icon svg,
  .wecansource-checkout-steps .checkout-icon svg,
  .wecansource-checkout-steps .order-placed svg {
    width: 36px;
    height: 36px;
  }

  .wecansource-checkout-steps .cart-icon p,
  .wecansource-checkout-steps .checkout-icon p,
  .wecansource-checkout-steps .order-placed p {
    font-size: 14px;
    line-height: 20px;
  }
  h3#order_review_heading {
    font-size: 16px;
    line-height: 24px;
  }
  .woocommerce-privacy-policy-text p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
  }
  .payment_box p,
  .payment_method_cod {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce-terms-and-conditions-checkbox-text,
  .payment_method_paypal label,
  .woocommerce-checkout-payment
    .place-order
    .woocommerce-terms-and-conditions
    p {
    font-size: 14px;
    line-height: 20px;
  }
  #payment .woocommerce-terms-and-conditions h2,
  #payment .woocommerce-terms-and-conditions h3,
  #payment .woocommerce-terms-and-conditions h4,
  #payment .woocommerce-terms-and-conditions h5,
  .woocommerce-checkout-payment
    .place-order
    .woocommerce-terms-and-conditions
    h1,
  .woocommerce-checkout-payment
    .place-order
    .woocommerce-terms-and-conditions
    h2,
  .woocommerce-checkout-payment
    .place-order
    .woocommerce-terms-and-conditions
    h3,
  .woocommerce-checkout-payment
    .place-order
    .woocommerce-terms-and-conditions
    h4 {
    font-size: 16px !important;
  }
  .woocommerce-checkout-review-order-table td {
    font-size: 14px;
    line-height: 20px;
  }

  .wc-block-components-totals-coupon__content
    .wc-block-components-totals-coupon__form,
  .woocommerce .coupon {
    width: 100%;
  }
  .checkout_coupon.woocommerce-form-coupon .form-row input[type="text"] {
    padding: 0;
  }
  .wp-block-woocommerce-cart-totals-block,
  .woocommerce .cart-collaterals {
    margin-top: 24px;
  }
  .wp-block-woocommerce-cart-totals-block,
  .woocommerce .cart-collaterals {
    padding: 16px;
  }
  #ship-to-different-address-checkbox {
    width: 18px;
    height: 18px;
  }
  .woocommerce-checkout .wecansource-order-review {
    padding: 16px;
  }
  #order_review > .woocommerce-checkout-review-order-table-wrapper {
    padding: 12px 16px;
  }
  .woocommerce-checkout-review-order table .product-name {
    font-size: 14px;
    line-height: 18px;
  }
  .woocommerce-checkout-review-order table .cart-subtotal th {
    font-size: 16px;
  }
  .woocommerce-message,
  .woocommerce-info {
    font-size: 14px;
    line-height: 18px;
  }
  .woocommerce-billing-fields h3,
  .woocommerce-shipping-fields h3 {
    font-size: 18px;
    line-height: 26px;
  }
  #ship-to-different-address span {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
  }
  #ship-to-different-address label {
    gap: 4px;
  }
  .woocommerce-checkout-review-order ul {
    padding: 16px;
  }
  .woocommerce-cart-form td.actions .coupon button[type="submit"] {
    margin-top: 10px;
  }

  /* Thank You Page */
  .wecansource-checkout-steps .cart-icon svg,
  .wecansource-checkout-steps .checkout-icon svg,
  .wecansource-checkout-steps .order-placed-icon svg {
    width: 36px;
    height: 36px;
  }
  .woocommerce-thankyou h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
  }

  /* My Account page */
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-MyAccount-content {
    width: 100% !important;
    display: block;
    padding: 20px 24px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    margin-left: 24px;
  }
  .woocommerce-MyAccount-content {
    margin-left: 0;
  }
  .woocommerce-MyAccount-content {
    padding: 16px;
  }
  .woocommerce-EditAccountForm h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
  }

  .profile-picture-preview img {
    width: 60px;
    height: 60px;
  }

  .woocommerce-profile-picture {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 24px 0;
    flex-direction: column;
    align-content: flex-start;
  }
  .woocommerce-EditAccountForm legend {
    font-size: 18px;
    line-height: 26px;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow: auto;
    align-items: center;
    gap: 12px;
  }
  .woocommerce-MyAccount-navigation ul li a {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-edit-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #f6f8f9;
    padding: 12px 28px;
  }
  .woocommerce-MyAccount-navigation ul {
    background-color: unset;
    padding: 0;
  }

  .woocommerce-MyAccount-navigation ul li a {
    background-color: unset;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  table.shop_table_responsive tbody th {
    display: block;
  }
  table.shop_table_responsive thead {
    display: flex;
    width: 100%;
    background-color: #f4f7fa;
  }
  table.shop_table_responsive thead tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .woocommerce-orders
    .content-area
    table
    tbody
    .woocommerce-orders-table__cell-order-total,
  .woocommerce-orders-table__cell-order-date,
  .woocommerce-orders-table__header-order-date,
  .woocommerce-orders-table__header-order-total,
  .woocommerce-orders-table__cell-order-status,
  .woocommerce-orders-table__header-order-status {
    display: none !important;
  }
  .woocommerce-orders .content-area table tbody tr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .woocommerce-orders .content-area table tbody th a {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce-orders
    .content-area
    table
    tbody
    .woocommerce-orders-table__cell-order-actions
    a {
    padding: 6px 12px;
  }
  .woocommerce-my-account-page-wrapper {
    margin-bottom: 48px;
  }

  /* Wishlist */
  .wishlist_table .product-name h3 {
    text-decoration: none;
    color: #1b0832;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  .wishlist_table .item-details-table span,
  .wishlist_table .item-details-table .label,
  .wishlist_table .additional-info .label {
    text-decoration: none;
    color: #1b0832;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }
  .wishlist_table .additional-info .wishlist-in-stock {
    color: #16a34a;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    padding: 2px 8px;
    background-color: #dcfce8;
    border: 1px solid #86efad;
    border-radius: 100px;
  }
  .wishlist_table .product-add-to-cart .add_to_cart_button {
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0 !important;
  }
  .woocommerce .wishlist-title {
    margin-bottom: 16px;
  }
  .wishlist_table {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 0;
  }
  .wishlist_table .additional-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,
  .wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist {
    margin-bottom: 0;
  }
  .wishlist_table li {
    margin-bottom: 0px !important;
  }
  .woocommerce-edit-address #billing_first_name_field {
    width: 100%;
  }
  .woocommerce-edit-address #billing_last_name_field {
    width: 100%;
  }
  .woocommerce-edit-address p .button {
    font-size: 14px;
    line-height: 18px;
  }

  /* log out */
  .woocommerce #customer_login {
    display: flex;
    flex-direction: column;
  }
  .woocommerce #customer_login .col-1,
  .woocommerce #customer_login .col-2 {
    width: 100%;
  }
  .woocommerce #customer_login .col-1,
  .woocommerce #customer_login .col-2 {
    flex: 0 0 50%;
    max-width: calc(100% / 1 - 0px);
    display: inline-block;
    padding: 16px;
  }
  .woocommerce #customer_login .col-1 h2,
  .woocommerce #customer_login .col-2 h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 36px;
  }

  .woocommerce-Address-title {
    flex-direction: column;
  }
  .woocommerce-Addresses .woocommerce-Address-title h2,
  .woocommerce-edit-address .woocommerce-MyAccount-content h2 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 16px;
  }
  .woocommerce-view-order .woocommerce-table__product-name a {
    font-size: 14px;
    line-height: 20px;
  }
}
