/**
 * Stylesheet:  donik-woo.css
 * Theme:       donik - Laboratory & Science Research WordPress Theme
 * Version:     1.0
 * Author:     	BoomDevs
 *
 */
/* Table of contents
========================= */


:root {
  /*--primary-color: #FFE144;*/
  --primary-color: #1eae98; /* #2ca1a0 */
  --secondary-color: #196A5C;
  --orange-color: rgb(255, 103, 49);
  --brand: #FF4638;
  --blue-color: #003869;
  --sky-color: #1eae98;
  --sky-color-2: #EFF5F4;
  --text-color: #5e6f92;
  --white: #ffffff;
  --white-50: #bfc5cb;
  --white-100: #c7cdda;
  --black: #020a27;
  --black-1: #111111;
  --black-2: #121212;
  --black-3: #5E5E5E;
  --black-50: #2c3237;
  --black-100: #424b6a;
  --black-200: #31373f;
  --black-300: #778196;
  --gray: #31373f;
  --gray-50: #eef5f8;
  --gray-100: #f3f4f8;
  --gray-2: #4F4F4F;
  --gray-300: #dfe2e9;
  --gray-400: #e7eaec;
  --gray-4: #BDBDBD;
  --gray-5: #F8F8F8;
  --gray-6: #D9D9D9;
  --text-primary: #4566d4;
  --text-gray-light: #6a6c73;
  --body-font: 'PT Sans', sans-serif;
  --heading-font: 'Plus Jakarta Sans', sans-serif;
  --sub-heading: 'Vujahday Script', cursive;
  --font-awesome: "Font Awesome 6 Pro";
  --iconmoon: "icomoon"; }

.input, .woocommerce-EditAccountForm input,
.woocommerce-address-fields input, .woocommerce-EditAccountForm .select2-container .select2-selection--single,
.woocommerce-address-fields .select2-container .select2-selection--single, .woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="password"] {
  border: 1px solid var(--gray-4);
  border-radius: 5px;
  padding: 16px; }

.box, body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-checkout .checkout .col2-set, body.woocommerce-checkout .woocommerce-checkout-payment, body.woocommerce-order-received .woocommerce-customer-details address, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
  border: transparent !important;
  border-radius: 12px !important;
  padding: 50px !important;
  background-color: var(--white) !important; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .box, body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-checkout .checkout .col2-set, body.woocommerce-checkout .woocommerce-checkout-payment, body.woocommerce-order-received .woocommerce-customer-details address, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
      padding: 24px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .box, body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-checkout .checkout .col2-set, body.woocommerce-checkout .woocommerce-checkout-payment, body.woocommerce-order-received .woocommerce-customer-details address, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
      padding: 40px !important; } }

body.woocommerce span.onsale {
  min-height: inherit;
  min-width: inherit;
  padding: 8px 20px;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: initial;
  top: 8px;
  left: auto;
  right: 8px;
  margin: 0;
  border-radius: 50px;
  background-color: var(--primary-color);
  color: var(--black);
  font-size: .857em;
  z-index: 1; }
body.woocommerce .product-toolbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 108px;
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 32px;
  padding: 24px;
  z-index: 5; }
  @media (max-width: 767px) {
    body.woocommerce .product-toolbar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
      padding: 12px;
      text-align: center;
      height: auto; } }
  body.woocommerce .product-toolbar .woocommerce-notices-wrapper {
    display: none; }
  body.woocommerce .product-toolbar p {
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
    font-weight: 400;
    color: var(--black-2);
    margin-bottom: 0; }
  body.woocommerce .product-toolbar form {
    margin-bottom: 0; }
    body.woocommerce .product-toolbar form ul.orderby,
    body.woocommerce .product-toolbar form .orderby-label {
      display: none; }
    body.woocommerce .product-toolbar form select {
      font-family: "PT Sans", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0.36px;
      color: var(--black-2);
      cursor: pointer; }
      body.woocommerce .product-toolbar form select option {
        font-family: "PT Sans", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.36px;
        color: var(--black-2);
        border-bottom: 1px solid var(--gray-4);
        padding: 12px;
        cursor: pointer;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        body.woocommerce .product-toolbar form select option:last-child {
          border: 0; }
        body.woocommerce .product-toolbar form select option:hover {
          background-color: var(--primary-color);
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
  body.woocommerce .product-toolbar .filter-result {
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
    font-weight: 400;
    color: var(--black-2); }
  body.woocommerce .product-toolbar .filter-result span {
    font-weight: 700; }
  body.woocommerce .product-toolbar .filter-dropdown li {
    list-style: none; }
    body.woocommerce .product-toolbar .filter-dropdown li .filter-menu {
      list-style: none;
      background-color: var(--white);
      border: 1px solid var(--gray-4);
      border-radius: 5px;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 100%;
      padding: 0;
      margin: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: top;
              transform-origin: top;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      body.woocommerce .product-toolbar .filter-dropdown li .filter-menu.dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    body.woocommerce .product-toolbar .filter-dropdown li a i {
      margin-left: 8px; }
  body.woocommerce .product-toolbar .nice-select {
    line-height: normal;
    height: auto;
    margin-bottom: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0; }
    body.woocommerce .product-toolbar .nice-select::after {
      position: relative;
      border-width: unset;
      border-color: unset;
      border-style: unset;
      width: auto;
      content: "\f077";
      font-family: var(--font-awesome);
      color: var(--black-2); }
    body.woocommerce .product-toolbar .nice-select .current {
      font-family: "PT Sans", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0.36px;
      color: var(--black-2);
      padding-right: 25px; }
    body.woocommerce .product-toolbar .nice-select .list {
      width: auto;
      top: 150%;
      left: unset;
      right: 0;
      border: none;
      margin: 0; }
    body.woocommerce .product-toolbar .nice-select .option {
      width: auto;
      left: unset;
      right: 0;
      font-family: "PT Sans", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0.36px;
      color: var(--black-2);
      padding: 8px 24px;
      border-bottom: 1px solid var(--gray-6); }
      body.woocommerce .product-toolbar .nice-select .option:hover {
        background-color: var(--primary-color); }
      body.woocommerce .product-toolbar .nice-select .option.selected {
        font-weight: 400;
        background-color: var(--primary-color); }
body.woocommerce .product-card-wrapper .products {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--product-columns), minmax(0, 1fr));
  gap: 24px;
  width: 100%; }
  @media (max-width: 1199px) {
    body.woocommerce .product-card-wrapper .products {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 576px) {
    body.woocommerce .product-card-wrapper .products {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }
body.woocommerce .products .product-card {
  position: relative;
  background-color: var(--white);
  border-radius: 10px;
  padding: 15px;
  padding-bottom: 32px; }
  body.woocommerce .products .product-card:hover .image-wrapper .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  body.woocommerce .products .product-card:hover .image-wrapper .product-btn-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  body.woocommerce .products .product-card .image-wrapper {
    position: relative; }
    body.woocommerce .products .product-card .image-wrapper .image {
      position: relative;
      width: 100%;
      height: 213px;
      border-radius: 10px 10px 0 0;
      overflow: hidden; }
      body.woocommerce .products .product-card .image-wrapper .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transform: scale(1.001);
                transform: scale(1.001);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    body.woocommerce .products .product-card .image-wrapper .product-btn-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 8px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateY(-60px);
              transform: translateY(-60px);
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      body.woocommerce .products .product-card .image-wrapper .product-btn-wrapper .button, body.woocommerce .products .product-card .image-wrapper .product-btn-wrapper .add_to_cart_button, body.woocommerce .products .product-card .image-wrapper .product-btn-wrapper .added_to_cart {
        padding: 16px 24px !important;
        font-size: 16px !important; }
  body.woocommerce .products .product-card .content {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    text-align: center; }
    body.woocommerce .products .product-card .content .product-name {
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: 22px;
      font-weight: 600;
      line-height: 30.8px;
      letter-spacing: 0.44px;
      color: var(--black-2);
      margin-bottom: 0; }
    body.woocommerce .products .product-card .content .woocommerce-product-rating {
      -ms-flex-item-align: center;
          align-self: center;
      color: var(--primary-color); }
    body.woocommerce .products .product-card .content .price {
      margin: 0; }
      body.woocommerce .products .product-card .content .price ins {
        text-decoration: none; }
      body.woocommerce .products .product-card .content .price .amount {
        font-family: "PT Sans", sans-serif;
        font-size: 16px;
        line-height: 27px;
        letter-spacing: 0.32px;
        color: #5E5E5E;
        font-weight: 400 !important; }
    body.woocommerce .products .product-card .content .average-rating,
    body.woocommerce .products .product-card .content .review-count {
      display: none; }

.input, .woocommerce-EditAccountForm input,
.woocommerce-address-fields input, .woocommerce-EditAccountForm .select2-container .select2-selection--single,
.woocommerce-address-fields .select2-container .select2-selection--single, .woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="password"] {
  border: 1px solid var(--gray-4);
  border-radius: 5px;
  padding: 16px; }

.box, body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-checkout .checkout .col2-set, body.woocommerce-checkout .woocommerce-checkout-payment, body.woocommerce-order-received .woocommerce-customer-details address, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
  border: transparent !important;
  border-radius: 12px !important;
  padding: 50px !important;
  background-color: var(--white) !important; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .box, body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-checkout .checkout .col2-set, body.woocommerce-checkout .woocommerce-checkout-payment, body.woocommerce-order-received .woocommerce-customer-details address, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
      padding: 24px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .box, body.woocommerce-cart .cart-collaterals .cart_totals, body.woocommerce-checkout .checkout .col2-set, body.woocommerce-checkout .woocommerce-checkout-payment, body.woocommerce-order-received .woocommerce-customer-details address, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
      padding: 40px !important; } }

.header-wc-mini-cart {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  width: 56px;
  font-size: 18px;
  background-color: var(--primary-color);
  border-radius: 50px; }
  .header-wc-mini-cart:hover .header-mini-cart {
    visibility: visible;
    opacity: 1; }
  .header-wc-mini-cart .mini-cart-count {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--black);
    border-radius: 50px;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    top: 0;
    right: -4px; }

.header-mini-cart {
  position: absolute;
  top: 70px;
  right: -30px;
  z-index: 3;
  background: #FFFFFF;
  border: 1px solid #EFF0F6;
  -webkit-box-shadow: 0 30px 70px rgba(208, 225, 242, 0.3);
          box-shadow: 0 30px 70px rgba(208, 225, 242, 0.3);
  border-radius: 15px;
  padding: 30px;
  width: 420px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 576px) {
    .header-mini-cart {
      width: 340px; } }
  .header-mini-cart .mini-cart-basket .woocommerce-mini-cart {
    padding: 0; }
    .header-mini-cart .mini-cart-basket .woocommerce-mini-cart .woocommerce-mini-cart-item {
      list-style: none;
      position: relative;
      border-bottom: 1px solid var(--gray-4);
      margin-bottom: 10px;
      padding-right: 20px; }
      .header-mini-cart .mini-cart-basket .woocommerce-mini-cart .woocommerce-mini-cart-item:last-child {
        border-bottom: 0; }
      .header-mini-cart .mini-cart-basket .woocommerce-mini-cart .woocommerce-mini-cart-item a {
        display: block;
        font-weight: 500 !important; }
      .header-mini-cart .mini-cart-basket .woocommerce-mini-cart .woocommerce-mini-cart-item img {
        width: 50px;
        float: left;
        margin-right: 20px;
        margin-left: 0; }
      .header-mini-cart .mini-cart-basket .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: var(--primary-color);
        color: var(--black) !important;
        font-size: 18px;
        border-radius: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 25%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: -6px; }
      .header-mini-cart .mini-cart-basket .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
        margin-left: 70px;
        display: block; }
  .header-mini-cart .header-mini-cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 30px; }
    @media only screen and (max-width: 465px) {
      .header-mini-cart .header-mini-cart-header {
        padding-bottom: 20px; } }
    .header-mini-cart .header-mini-cart-header h5 {
      margin-bottom: 0 !important; }
  .header-mini-cart .woocommerce-mini-cart__buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px; }

body.woocommerce-cart .woocommerce-cart-form table.cart img {
  width: 70px; }
body.woocommerce-cart .cart-collaterals .cart_totals {
  width: 33.33%;
  background-color: var(--white) !important;
  border-color: transparent !important;
  border-radius: 10px !important; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
      width: 45%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
      width: 50%; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
      width: 75%; } }
  @media only screen and (min-width: 0px) and (max-width: 576px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
      width: 100%; } }
body.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0.44px;
  color: var(--black);
  margin-bottom: 32px;
  text-transform: capitalize; }
body.woocommerce-cart .cart-collaterals .cart_totals table {
  border: none;
  margin-bottom: 16px; }
body.woocommerce-cart .cart-collaterals .cart_totals table tr th,
body.woocommerce-cart .cart-collaterals .cart_totals table tr td {
  text-align: left;
  border: none;
  padding: 0 0 24px;
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  letter-spacing: 0.36px;
  color: var(--black); }
body.woocommerce-cart .cart-collaterals .cart_totals table tr td {
  text-align: right; }
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0; }
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0; }
body.woocommerce-cart .qty-button-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #F8F8F8;
  height: 64px;
  width: 181px;
  border-radius: 50px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body.woocommerce-cart .qty-button-wrapper {
      width: 110px;
      height: 48px; } }
  @media only screen and (min-width: 0px) and (max-width: 576px) {
    body.woocommerce-cart .qty-button-wrapper {
      width: 140px;
      height: 48px; } }
  body.woocommerce-cart .qty-button-wrapper input::-webkit-outer-spin-button,
  body.woocommerce-cart .qty-button-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  body.woocommerce-cart .qty-button-wrapper .qty-label {
    display: none; }
  body.woocommerce-cart .qty-button-wrapper .qty-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      body.woocommerce-cart .qty-button-wrapper .qty-button {
        gap: 10px; } }
    body.woocommerce-cart .qty-button-wrapper .qty-button .minus,
    body.woocommerce-cart .qty-button-wrapper .qty-button .qty,
    body.woocommerce-cart .qty-button-wrapper .qty-button .plus {
      background-color: transparent; }
    body.woocommerce-cart .qty-button-wrapper .qty-button .minus,
    body.woocommerce-cart .qty-button-wrapper .qty-button .plus {
      font-size: 22px;
      font-weight: 400;
      padding: 0; }
    body.woocommerce-cart .qty-button-wrapper .qty-button .qty {
      -moz-appearance: textfield;
      width: 30px;
      padding: 0 !important;
      font-size: 18px;
      font-weight: 500;
      color: var(--black); }

body.woocommerce-checkout #order_review_heading {
  background: var(--white);
  border-radius: 10px 10px 0 0;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 48px 48px 12px;
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.56px;
  color: var(--black-2); }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    body.woocommerce-checkout #order_review_heading {
      padding: 30px 24px 12px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body.woocommerce-checkout #order_review_heading {
      padding: 40px 40px 12px; } }
body.woocommerce-checkout input,
body.woocommerce-checkout .select2-container .select2-selection--single,
body.woocommerce-checkout .woocommerce-additional-fields textarea {
  border: 1px solid var(--gray-4);
  height: 62px;
  border-radius: 5px;
  padding: 20px 30px; }
  @media only screen and (min-width: 0px) and (max-width: 576px) {
    body.woocommerce-checkout input,
    body.woocommerce-checkout .select2-container .select2-selection--single,
    body.woocommerce-checkout .woocommerce-additional-fields textarea {
      padding: 20px; } }
  body.woocommerce-checkout input .select2-selection__arrow,
  body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow,
  body.woocommerce-checkout .woocommerce-additional-fields textarea .select2-selection__arrow {
    top: 20px;
    right: 20px; }
body.woocommerce-checkout label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--black-2);
  margin-bottom: 8px;
  cursor: default; }
body.woocommerce-checkout .woocommerce-additional-fields textarea {
  height: 250px; }
body.woocommerce-checkout .checkout .col2-set {
  background-color: var(--white) !important;
  border-color: transparent !important;
  border-radius: 10px !important; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    body.woocommerce-checkout .checkout .col2-set .woocommerce-billing-fields {
      margin-bottom: 40px; } }
  body.woocommerce-checkout .checkout .col2-set .woocommerce-billing-fields h3,
  body.woocommerce-checkout .checkout .col2-set .woocommerce-additional-fields h3 {
    font-family: var(--heading-font);
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.56px;
    color: var(--black-2);
    margin-bottom: 32px; }
body.woocommerce-checkout .woocommerce-checkout-review-order {
  background-color: var(--white);
  border-radius: 0 0 10px 10px; }
  body.woocommerce-checkout .woocommerce-checkout-review-order .shop_table {
    padding: 0 48px;
    margin-bottom: 0; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      body.woocommerce-checkout .woocommerce-checkout-review-order .shop_table {
        padding: 0 24px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      body.woocommerce-checkout .woocommerce-checkout-review-order .shop_table {
        padding: 0 40px; } }
    body.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td, body.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr th {
      padding: 24px 0 !important; }
      body.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td:first-child, body.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr th:first-child {
        text-align: left; }
      body.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr td:last-child, body.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tr th:last-child {
        text-align: right; }
    body.woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead th {
      font-family: var(--heading-font);
      font-size: 22px;
      line-height: 30.8px;
      font-weight: 600 !important;
      color: var(--brand); }
    body.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody tr td, body.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody tr th, body.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr td, body.woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot tr th {
      font-family: var(--heading-font);
      font-size: 18px;
      font-weight: 500;
      line-height: 23.4px;
      letter-spacing: 0.36px;
      color: var(--black); }
body.woocommerce-checkout .woocommerce-checkout-payment {
  background-color: var(--white) !important;
  border: transparent !important; }
  body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
    border: 0 !important;
    padding: 0 !important; }
    body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods input {
      border: 2px solid var(--gray-4) !important; }
    body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods input[type=radio] {
      background-color: var(--white) !important;
      margin-top: 5px !important;
      float: left !important; }
    body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods input[type=checkbox]:checked, body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods input[type=radio]:checked {
      border-color: var(--gray-4) !important; }
    body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods input[type=radio]::before {
      background-color: var(--gray-4) !important; }
    body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li .payment_box {
      background-color: var(--gray-4) !important; }
      body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li .payment_box:before {
        border-bottom-color: var(--gray-4) !important; }
  body.woocommerce-checkout .woocommerce-checkout-payment .place-order {
    padding: 0 !important;
    margin-top: 36px;
    margin-bottom: 0; }
    body.woocommerce-checkout .woocommerce-checkout-payment .place-order .button {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 64px; }
  body.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-info {
    background-color: var(--white);
    margin-bottom: 0; }

body.single-product .product .woocommerce-product-gallery__wrapper {
  overflow: hidden !important; }
body.single-product .product .woocommerce-product-gallery {
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body.single-product .product .woocommerce-product-gallery {
      width: 100% !important; } }
  body.single-product .product .woocommerce-product-gallery .flex-viewport {
    margin-left: 170px;
    overflow: hidden !important; }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      body.single-product .product .woocommerce-product-gallery .flex-viewport {
        margin-left: 130px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      body.single-product .product .woocommerce-product-gallery .flex-viewport {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      body.single-product .product .woocommerce-product-gallery .flex-viewport {
        margin-left: 0; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      body.single-product .product .woocommerce-product-gallery .flex-viewport {
        margin-left: 0; } }
  body.single-product .product .woocommerce-product-gallery .flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
      body.single-product .product .woocommerce-product-gallery .flex-control-thumbs {
        width: 120px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      body.single-product .product .woocommerce-product-gallery .flex-control-thumbs {
        margin-top: 12px !important;
        width: unset;
        position: unset; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      body.single-product .product .woocommerce-product-gallery .flex-control-thumbs {
        margin-top: 12px !important;
        width: unset;
        position: unset; } }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      body.single-product .product .woocommerce-product-gallery .flex-control-thumbs {
        margin-top: 12px !important;
        width: unset;
        position: unset; } }
    body.single-product .product .woocommerce-product-gallery .flex-control-thumbs li {
      width: 100% !important; }
    body.single-product .product .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-list {
      margin: -12px 0;
      width: 100%; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        body.single-product .product .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-list {
          margin: 0 -5px;
          width: unset; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        body.single-product .product .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-list {
          margin: 0 -5px;
          width: unset; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        body.single-product .product .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-list {
          margin: 0 -5px;
          width: unset; } }
    body.single-product .product .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-slide {
      margin: 12px 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        body.single-product .product .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-slide {
          margin: 0 5px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        body.single-product .product .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-slide {
          margin: 0 5px; } }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        body.single-product .product .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-slide {
          margin: 0 5px; } }
    body.single-product .product .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 1200px) {
        body.single-product .product .woocommerce-product-gallery .flex-control-thumbs.slick-slider .slick-track {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.single-product .product .summary {
    width: 100% !important; } }
body.single-product .product .product_title {
  font-family: var(--heading-font);
  font-size: 38px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0.76px;
  color: var(--black-2);
  margin-bottom: 10px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    body.single-product .product .product_title {
      font-size: 38px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body.single-product .product .product_title {
      font-size: 32px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    body.single-product .product .product_title {
      font-size: 28px; } }
body.single-product .product .woocommerce-product-rating .star-rating {
  color: var(--primary-color); }
body.single-product .product .woocommerce-product-rating a {
  color: var(--black-2); }
body.single-product .product .price {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
  color: var(--black-2) !important;
  margin-top: 16px; }
  body.single-product .product .price ins {
    text-decoration: none; }
body.single-product .product .product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }
  body.single-product .product .product_meta span {
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.36px;
    color: var(--black-2); }
    body.single-product .product .product_meta span span, body.single-product .product .product_meta span a {
      font-family: var(--body-font);
      font-weight: 400;
      color: var(--black-3); }
    body.single-product .product .product_meta span a:hover {
      color: var(--brand); }
body.single-product .product form.cart {
  margin: 30px 0; }
  body.single-product .product form.cart .woocommerce-grouped-product-list-item__label,
  body.single-product .product form.cart .woocommerce-grouped-product-list-item__price {
    vertical-align: middle !important; }
body.single-product .product .qty-button-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 50px;
  height: 64px;
  padding: 18px 24px;
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 50px;
  margin-right: 10px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    body.single-product .product .qty-button-wrapper {
      gap: 10px;
      margin-bottom: 10px;
      padding: 11px 24px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body.single-product .product .qty-button-wrapper {
      gap: 10px;
      padding: 11px 24px;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    body.single-product .product .qty-button-wrapper {
      gap: 10px; } }
  body.single-product .product .qty-button-wrapper input::-webkit-outer-spin-button,
  body.single-product .product .qty-button-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  body.single-product .product .qty-button-wrapper .qty-label {
    display: none; }
  body.single-product .product .qty-button-wrapper .qty-label,
  body.single-product .product .qty-button-wrapper .minus,
  body.single-product .product .qty-button-wrapper .qty,
  body.single-product .product .qty-button-wrapper .plus {
    font-size: 20px;
    font-weight: 500;
    color: var(--black); }
  body.single-product .product .qty-button-wrapper .qty-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
    body.single-product .product .qty-button-wrapper .qty-button .minus,
    body.single-product .product .qty-button-wrapper .qty-button .qty,
    body.single-product .product .qty-button-wrapper .qty-button .plus {
      background-color: transparent; }
    body.single-product .product .qty-button-wrapper .qty-button .qty {
      -moz-appearance: textfield;
      width: 30px;
      padding: 0 !important; }
body.single-product .product .woocommerce-tabs ul.wc-tabs {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  margin-bottom: 40px; }
  @media (max-width: 574px) {
    body.single-product .product .woocommerce-tabs ul.wc-tabs {
      gap: 24px; } }
  body.single-product .product .woocommerce-tabs ul.wc-tabs li {
    padding: 0 0 24px 0;
    margin: 0;
    border: none;
    background: transparent !important; }
    @media (max-width: 574px) {
      body.single-product .product .woocommerce-tabs ul.wc-tabs li {
        padding: 0 0 16px 0; } }
    body.single-product .product .woocommerce-tabs ul.wc-tabs li.active {
      border-bottom: 4px solid var(--brand); }
    body.single-product .product .woocommerce-tabs ul.wc-tabs li::before, body.single-product .product .woocommerce-tabs ul.wc-tabs li::after {
      display: none; }
    body.single-product .product .woocommerce-tabs ul.wc-tabs li a {
      padding: 0;
      color: var(--black-2);
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: 18px;
      font-weight: 500;
      line-height: 23.4px;
      letter-spacing: 0.36px; }
      @media (max-width: 574px) {
        body.single-product .product .woocommerce-tabs ul.wc-tabs li a {
          font-size: 16px; } }
body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none; }
body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist {
  padding: 0; }
  body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li {
    margin-bottom: 24px !important;
    padding-bottom: 28px !important;
    border-bottom: 1px solid var(--gray-4) !important; }
    @media (max-width: 574px) {
      body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li {
        padding-bottom: 16px !important; } }
    body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li:last-child {
      margin-bottom: 0 !important; }
    body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 30px; }
      @media (max-width: 574px) {
        body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container {
          gap: 18px; } }
      body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container img {
        position: relative !important;
        width: 100px !important;
        height: 100px !important;
        border-radius: 100%; }
        @media (max-width: 574px) {
          body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container img {
            width: 60px !important;
            height: 60px !important; } }
      body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important; }
        body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .star-rating {
          font-size: 18px; }
        body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .star-rating span::before {
          color: var(--primary-color); }
        body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .star-rating::before {
          color: var(--primary-color); }
        body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 5px; }
          body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: 21px;
            font-weight: 700;
            color: var(--black-2); }
          body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
            display: none; }
          body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
            color: var(--brand);
            font-family: "PT Sans", sans-serif;
            font-size: 16px;
            font-weight: 400; }
        body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .description p {
          font-family: var(--body-font);
          font-size: 16px;
          line-height: 30px;
          color: var(--text-color);
          margin-bottom: 0 !important; }
body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-reply-title {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.56px;
  font-weight: 500;
  color: var(--black-2);
  margin: 48px 0 24px; }
body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond label {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--black-2);
  margin-bottom: 12px; }
body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating .stars a {
  font-size: 20px;
  color: var(--primary-color); }
body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form .comment-form-comment textarea {
  resize: vertical;
  padding: 20px;
  width: 100%;
  color: var(--black-2);
  border: 1px solid var(--gray-300);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  height: 192px !important;
  margin-bottom: 24px;
  background: none; }

.products h2 {
  font-family: var(--heading-font);
  font-size: 28px;
  line-height: 36.4px;
  font-weight: 500;
  color: var(--black-2);
  margin-top: 100px;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .products h2 {
      margin-top: 60px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .products h2 {
      margin-top: 40px; } }
.products .products:hover .slick-arrow {
  visibility: visible;
  opacity: 1; }
.products.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-color);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--black);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  @media (max-width: 1199px) {
    .products.slick-slider .slick-arrow {
      visibility: visible;
      opacity: 1; } }
  .products.slick-slider .slick-arrow:hover {
    background-color: var(--black);
    color: var(--white);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .products.slick-slider .slick-arrow.slider-nav-prev-btn {
    left: 15px; }
  .products.slick-slider .slick-arrow.slider-nav-next-btn {
    right: 15px; }
.products.slick-slider .slick-list {
  margin: 0 -12px; }
  .products.slick-slider .slick-list .slick-slide {
    margin: 0 12px; }

.account-form {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  width: 56px;
  font-size: 18px;
  background-color: var(--primary-color);
  border-radius: 50px; }
  .account-form:hover .user-login-form {
    visibility: visible;
    opacity: 1; }
  .account-form .user-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    border-radius: 50px; }
    .account-form .user-login .user-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .account-form .user-login .user-icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .account-form .user-login-form {
    position: absolute;
    top: 70px;
    right: -30px;
    z-index: 3;
    background: #FFFFFF;
    border: 1px solid #EFF0F6;
    -webkit-box-shadow: 0 30px 70px rgba(208, 225, 242, 0.3);
            box-shadow: 0 30px 70px rgba(208, 225, 242, 0.3);
    border-radius: 15px;
    padding: 30px;
    width: 370px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .account-form .user-login-form input[type="text"],
    .account-form .user-login-form input[type="password"] {
      width: 100%;
      border-radius: 12px;
      padding: 10px 20px;
      border: 1px solid var(--gray-4);
      background-color: transparent !important; }
    .account-form .user-login-form label {
      width: 100%;
      color: var(--black) !important; }
    .account-form .user-login-form .login-remember {
      width: 45%;
      float: right;
      margin-top: 10px; }
      .account-form .user-login-form .login-remember label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end; }
    .account-form .user-login-form .login-submit {
      width: 45%; }
      .account-form .user-login-form .login-submit input[type="submit"] {
        padding: 16px 40px !important;
        font-family: var(--heading-font);
        font-size: 18px !important;
        line-height: initial !important;
        font-weight: 600 !important;
        background-color: var(--primary-color) !important;
        color: var(--black) !important;
        border-radius: 50px !important;
        text-transform: capitalize;
        white-space: nowrap; }
        .account-form .user-login-form .login-submit input[type="submit"]:hover {
          background-color: var(--black) !important;
          color: var(--white) !important; }
    .account-form .user-login-form ul {
      padding: 0;
      margin: 0; }
      .account-form .user-login-form ul li {
        list-style: none; }
        .account-form .user-login-form ul li a {
          color: var(--black);
          font-family: var(--heading-font);
          font-size: 18px;
          font-weight: 500; }
          .account-form .user-login-form ul li a:hover {
            color: var(--gray-4); }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce-MyAccount-navigation {
    padding: 30px !important; } }
@media (max-width: 991px) {
  .woocommerce-MyAccount-navigation {
    width: 100% !important;
    margin-bottom: 40px; } }
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0; }
  .woocommerce-MyAccount-navigation ul li {
    list-style: none; }
    .woocommerce-MyAccount-navigation ul li:last-child a {
      margin-bottom: 0; }
    .woocommerce-MyAccount-navigation ul li.is-active a {
      background-color: var(--primary-color);
      border-color: transparent; }
    .woocommerce-MyAccount-navigation ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: transparent;
      border: 1px solid var(--gray-4);
      color: var(--black-2);
      width: 100%;
      border-radius: 5px;
      padding: 14px 30px;
      margin-bottom: 10px;
      position: relative; }
      .woocommerce-MyAccount-navigation ul li a:after {
        content: '\f178';
        font-family: var(--font-awesome); }
      .woocommerce-MyAccount-navigation ul li a:hover {
        background-color: var(--primary-color);
        color: var(--black-2);
        border-color: transparent; }

@media (max-width: 991px) {
  .woocommerce-MyAccount-content {
    width: 100% !important; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce-MyAccount-content {
    float: right !important; } }
.woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce-MyAccount-content .woocommerce-Button.button {
  float: right; }
.woocommerce-MyAccount-content h3 {
  margin-bottom: 20px; }
.woocommerce-MyAccount-content p a {
  color: var(--primary-color); }
  .woocommerce-MyAccount-content p a:hover {
    color: var(--brand); }
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .woocommerce-MyAccount-content .woocommerce-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .woocommerce-MyAccount-content .woocommerce-info a {
      margin-left: unset !important;
      margin-top: 12px !important; } }

.woocommerce-EditAccountForm p,
.woocommerce-address-fields p {
  margin-bottom: 12px !important; }
  .woocommerce-EditAccountForm p .button,
  .woocommerce-address-fields p .button {
    margin-top: 20px; }
.woocommerce-EditAccountForm label,
.woocommerce-address-fields label {
  color: var(--black-2); }
.woocommerce-EditAccountForm legend,
.woocommerce-address-fields legend {
  margin: 32px 0 20px;
  color: var(--black-2); }
.woocommerce-EditAccountForm .select2-container .select2-selection--single,
.woocommerce-address-fields .select2-container .select2-selection--single {
  height: 60px; }
  .woocommerce-EditAccountForm .select2-container .select2-selection--single .select2-selection__arrow,
  .woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__arrow {
    top: 20px;
    right: 20px; }

body.woocommerce-account .page-content h2 {
  font-family: var(--heading-font);
  font-size: 28px;
  line-height: 38.4px;
  font-weight: 500;
  color: var(--black-2);
  margin-bottom: 32px;
  width: 636px;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  padding: 48px 48px 32px;
  background-color: var(--white); }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    body.woocommerce-account .page-content h2 {
      width: 100%; } }
  @media only screen and (min-width: 0px) and (max-width: 576px) {
    body.woocommerce-account .page-content h2 {
      padding: 30px 30px; } }

.woocommerce-form-login {
  border: none !important;
  width: 636px;
  margin: 0 auto !important;
  border-radius: 0 0 10px 10px !important;
  padding: 0 48px 48px !important;
  background-color: var(--white); }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .woocommerce-form-login {
      width: 100%; } }
  @media only screen and (min-width: 0px) and (max-width: 576px) {
    .woocommerce-form-login {
      padding: 0 30px 30px !important; } }
  .woocommerce-form-login p {
    margin-bottom: 24px !important; }
    @media only screen and (min-width: 0px) and (max-width: 576px) {
      .woocommerce-form-login p {
        margin-bottom: 16px !important; } }
  .woocommerce-form-login input[type="text"],
  .woocommerce-form-login input[type="password"] {
    width: 100%;
    border-radius: 5px !important; }
  .woocommerce-form-login label {
    width: 100%;
    color: var(--black) !important; }
  .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 40px; }
    .woocommerce-form-login .woocommerce-form-login__rememberme input[type=checkbox] {
      border-radius: 4px;
      border-color: var(--black-3) !important; }
    .woocommerce-form-login .woocommerce-form-login__rememberme span {
      color: var(--black-3); }
  .woocommerce-form-login .woocommerce-form-login__submit {
    padding: 16px 40px !important;
    font-family: var(--heading-font);
    font-size: 18px !important;
    line-height: initial !important;
    font-weight: 600 !important;
    background-color: var(--primary-color) !important;
    color: var(--black) !important;
    border-radius: 50px !important;
    text-transform: capitalize;
    white-space: nowrap; }
    .woocommerce-form-login .woocommerce-form-login__submit:hover {
      background-color: var(--black) !important;
      color: var(--white) !important; }
  .woocommerce-form-login .woocommerce-LostPassword {
    margin-bottom: 0 !important; }
    .woocommerce-form-login .woocommerce-LostPassword a {
      color: var(--brand); }

body.woocommerce .theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--primary-color) !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--black-2) !important;
  padding: 16px 32px !important;
  text-align: center;
  position: relative;
  z-index: 1;
  font-family: var(--heading-font);
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0.36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px !important;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  body.woocommerce .theme-btn:hover {
    color: var(--white) !important;
    background-color: var(--brand) !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  body.woocommerce .theme-btn.bubble {
    overflow: hidden !important;
    z-index: 1 !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    text-align: center !important; }
    body.woocommerce .theme-btn.bubble:hover {
      background-color: var(--primary-color) !important; }

header.header-area .header-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }
  @media (max-width: 1199px) {
    header.header-area .header-btn-wrapper {
      margin-left: auto;
      margin-right: 10px; } }

body .woocommerce h2 {
  margin-bottom: 20px; }

.woocommerce-info,
.woocommerce-message {
  border: 1px solid var(--gray-4);
  border-left: 5px solid var(--brand);
  background-color: transparent;
  border-radius: 10px;
  color: var(--black);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  line-height: initial; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .woocommerce-info,
    .woocommerce-message {
      padding: 18px 28px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .woocommerce-info,
    .woocommerce-message {
      padding: 18px 28px; } }
  .woocommerce-info .wc-forward,
  .woocommerce-info .showcoupon,
  .woocommerce-message .wc-forward,
  .woocommerce-message .showcoupon {
    padding: 12px 24px !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto !important;
    font-size: 18px !important;
    font-weight: 500 !important; }
  .woocommerce-info:before,
  .woocommerce-message:before {
    color: var(--black);
    position: unset; }

.woocommerce-error {
  border: 0;
  border-radius: 12px;
  padding: 20px 50px; }

.checkout_coupon {
  border-color: var(--gray-4) !important;
  border-radius: 20px !important;
  background-color: var(--gray-4); }

.cart_totals .shop_table {
  overflow: visible;
  background-color: transparent !important; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .cart_totals .shop_table td {
      padding: 9px 0 !important; } }

.shop_table {
  border-radius: 10px !important;
  margin-bottom: 0;
  border-color: transparent !important;
  background-color: var(--white) !important;
  overflow: hidden;
  border-spacing: 0 !important; }
  .shop_table thead {
    background-color: var(--white); }
    .shop_table thead tr th {
      font-family: var(--heading-font);
      color: var(--brand);
      font-size: 22px;
      line-height: 30.8px;
      font-weight: 600 !important;
      padding: 30px 12px !important;
      border-top: 0;
      border-left: 0;
      border-right: 0; }
  .shop_table tbody tr td {
    border-top: 0 !important;
    border-left: 0;
    border-right: 0; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .shop_table tbody tr td {
        padding: 24px !important; } }
    .shop_table tbody tr td.actions {
      border: 0 !important;
      padding: 40px !important; }
      @media only screen and (min-width: 0px) and (max-width: 576px) {
        .shop_table tbody tr td.actions {
          padding: 40px 24px !important; } }
      @media (max-width: 991px) {
        .shop_table tbody tr td.actions .coupon {
          width: 100%;
          margin-bottom: 20px; } }
      @media only screen and (min-width: 0px) and (max-width: 576px) {
        .shop_table tbody tr td.actions .coupon {
          margin-bottom: 16px; } }
      .shop_table tbody tr td.actions .coupon input {
        width: 288px !important;
        height: 64px;
        padding: 24px !important;
        border-color: var(--gray-4) !important;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.32px;
        color: var(--black);
        margin-right: 16px !important; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .shop_table tbody tr td.actions .coupon input {
            width: 65% !important; } }
        @media only screen and (min-width: 0px) and (max-width: 767px) {
          .shop_table tbody tr td.actions .coupon input {
            width: 48% !important; } }
        @media only screen and (min-width: 0px) and (max-width: 576px) {
          .shop_table tbody tr td.actions .coupon input {
            width: 100% !important; } }
      @media only screen and (min-width: 0px) and (max-width: 576px) {
        .shop_table tbody tr td.actions .coupon .button {
          width: 100% !important;
          margin-top: 12px; } }
    .shop_table tbody tr td.product-remove a {
      width: 40px;
      height: 40px;
      font-size: 32px;
      font-weight: 400;
      color: var(--black);
      display: inline-block; }
      .shop_table tbody tr td.product-remove a:hover {
        color: var(--white);
        background-color: var(--black); }
    .shop_table tbody tr td a, .shop_table tbody tr td span {
      font-family: var(--heading-font);
      font-size: 18px;
      line-height: 23.4px;
      font-weight: 500;
      color: var(--black); }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .shop_table .product-quantity {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .shop_table tfoot tr th,
  .shop_table tfoot tr td {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important; }
  .shop_table tfoot tr:last-child th,
  .shop_table tfoot tr:last-child td {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important; }

.add_to_cart_button,
.added_to_cart,
.coupon .button,
.woocommerce-cart-form .button,
.checkout-button,
.product_type_grouped,
.checkout_coupon .button,
.single_add_to_cart_button,
.wc-forward,
.place-order .button,
.showcoupon,
.product_type_external,
.woocommerce-Button,
.woocommerce-address-fields .button,
.product_type_simple,
.wc-backward,
.woocommerce-button,
.product_type_variable {
  padding: 16px 32px !important;
  font-family: var(--heading-font);
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0.36px;
  background-color: var(--primary-color) !important;
  color: var(--black) !important;
  border-radius: 50px !important;
  text-transform: capitalize;
  white-space: nowrap; }
  .add_to_cart_button.theme-btn,
  .added_to_cart.theme-btn,
  .coupon .button.theme-btn,
  .woocommerce-cart-form .button.theme-btn,
  .checkout-button.theme-btn,
  .product_type_grouped.theme-btn,
  .checkout_coupon .button.theme-btn,
  .single_add_to_cart_button.theme-btn,
  .wc-forward.theme-btn,
  .place-order .button.theme-btn,
  .showcoupon.theme-btn,
  .product_type_external.theme-btn,
  .woocommerce-Button.theme-btn,
  .woocommerce-address-fields .button.theme-btn,
  .product_type_simple.theme-btn,
  .wc-backward.theme-btn,
  .woocommerce-button.theme-btn,
  .product_type_variable.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: var(--primary-color) !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--black-2) !important;
    padding: 16px 32px !important;
    text-align: center;
    position: relative;
    height: 64px !important;
    z-index: 1;
    font-family: var(--heading-font);
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: 0.36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px !important;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .add_to_cart_button.theme-btn:hover,
    .added_to_cart.theme-btn:hover,
    .coupon .button.theme-btn:hover,
    .woocommerce-cart-form .button.theme-btn:hover,
    .checkout-button.theme-btn:hover,
    .product_type_grouped.theme-btn:hover,
    .checkout_coupon .button.theme-btn:hover,
    .single_add_to_cart_button.theme-btn:hover,
    .wc-forward.theme-btn:hover,
    .place-order .button.theme-btn:hover,
    .showcoupon.theme-btn:hover,
    .product_type_external.theme-btn:hover,
    .woocommerce-Button.theme-btn:hover,
    .woocommerce-address-fields .button.theme-btn:hover,
    .product_type_simple.theme-btn:hover,
    .wc-backward.theme-btn:hover,
    .woocommerce-button.theme-btn:hover,
    .product_type_variable.theme-btn:hover {
      color: var(--white) !important;
      background-color: var(--brand) !important;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .add_to_cart_button.theme-btn.bubble,
    .added_to_cart.theme-btn.bubble,
    .coupon .button.theme-btn.bubble,
    .woocommerce-cart-form .button.theme-btn.bubble,
    .checkout-button.theme-btn.bubble,
    .product_type_grouped.theme-btn.bubble,
    .checkout_coupon .button.theme-btn.bubble,
    .single_add_to_cart_button.theme-btn.bubble,
    .wc-forward.theme-btn.bubble,
    .place-order .button.theme-btn.bubble,
    .showcoupon.theme-btn.bubble,
    .product_type_external.theme-btn.bubble,
    .woocommerce-Button.theme-btn.bubble,
    .woocommerce-address-fields .button.theme-btn.bubble,
    .product_type_simple.theme-btn.bubble,
    .wc-backward.theme-btn.bubble,
    .woocommerce-button.theme-btn.bubble,
    .product_type_variable.theme-btn.bubble {
      position: relative !important;
      overflow: hidden !important;
      z-index: 1 !important;
      -webkit-transition: 0.5s !important;
      transition: 0.5s !important;
      text-align: center !important; }
      .add_to_cart_button.theme-btn.bubble:hover,
      .added_to_cart.theme-btn.bubble:hover,
      .coupon .button.theme-btn.bubble:hover,
      .woocommerce-cart-form .button.theme-btn.bubble:hover,
      .checkout-button.theme-btn.bubble:hover,
      .product_type_grouped.theme-btn.bubble:hover,
      .checkout_coupon .button.theme-btn.bubble:hover,
      .single_add_to_cart_button.theme-btn.bubble:hover,
      .wc-forward.theme-btn.bubble:hover,
      .place-order .button.theme-btn.bubble:hover,
      .showcoupon.theme-btn.bubble:hover,
      .product_type_external.theme-btn.bubble:hover,
      .woocommerce-Button.theme-btn.bubble:hover,
      .woocommerce-address-fields .button.theme-btn.bubble:hover,
      .product_type_simple.theme-btn.bubble:hover,
      .wc-backward.theme-btn.bubble:hover,
      .woocommerce-button.theme-btn.bubble:hover,
      .product_type_variable.theme-btn.bubble:hover {
        background-color: var(--primary-color) !important; }
  .add_to_cart_button:hover,
  .added_to_cart:hover,
  .coupon .button:hover,
  .woocommerce-cart-form .button:hover,
  .checkout-button:hover,
  .product_type_grouped:hover,
  .checkout_coupon .button:hover,
  .single_add_to_cart_button:hover,
  .wc-forward:hover,
  .place-order .button:hover,
  .showcoupon:hover,
  .product_type_external:hover,
  .woocommerce-Button:hover,
  .woocommerce-address-fields .button:hover,
  .product_type_simple:hover,
  .wc-backward:hover,
  .woocommerce-button:hover,
  .product_type_variable:hover {
    background-color: var(--black) !important;
    color: var(--white) !important; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .add_to_cart_button,
    .added_to_cart,
    .coupon .button,
    .woocommerce-cart-form .button,
    .checkout-button,
    .product_type_grouped,
    .checkout_coupon .button,
    .single_add_to_cart_button,
    .wc-forward,
    .place-order .button,
    .showcoupon,
    .product_type_external,
    .woocommerce-Button,
    .woocommerce-address-fields .button,
    .product_type_simple,
    .wc-backward,
    .woocommerce-button,
    .product_type_variable {
      padding: 18px 28px !important;
      font-size: 18px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .add_to_cart_button,
    .added_to_cart,
    .coupon .button,
    .woocommerce-cart-form .button,
    .checkout-button,
    .product_type_grouped,
    .checkout_coupon .button,
    .single_add_to_cart_button,
    .wc-forward,
    .place-order .button,
    .showcoupon,
    .product_type_external,
    .woocommerce-Button,
    .woocommerce-address-fields .button,
    .product_type_simple,
    .wc-backward,
    .woocommerce-button,
    .product_type_variable {
      padding: 18px 28px !important;
      font-size: 18px !important; } }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
  margin-top: 10px !important; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
      margin-top: 10px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
      margin-top: 10px !important; } }

.widget_price_filter .price_slider {
  background-color: var(--gray-4) !important;
  height: 4px !important; }
  .widget_price_filter .price_slider .ui-slider-range {
    background-color: var(--primary-color) !important; }
  .widget_price_filter .price_slider .ui-slider-handle {
    top: -7px !important;
    background-color: var(--primary-color) !important; }
.widget_price_filter .button {
  width: 100%;
  height: 64px;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: var(--black) !important;
  padding: 18px 55px !important;
  background-color: var(--primary-color) !important;
  border-radius: 50px !important;
  margin-bottom: 16px !important; }
.widget_price_filter .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  .widget_price_filter .price_slider_amount .price_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px; }

.widget_product_categories .product-categories li {
  position: relative;
  border: 1px solid #dfe2e9;
  padding: 8px 16px;
  margin-bottom: 8px;
  border-radius: 5px; }
  .widget_product_categories .product-categories li:first-child {
    padding-top: 8px; }
  .widget_product_categories .product-categories li:last-child {
    border-color: #dfe2e9;
    padding: 8px 16px; }
  .widget_product_categories .product-categories li::before {
    position: absolute;
    content: "\f105";
    font-family: var(--font-awesome);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 16px; }
.widget_product_categories .product-categories .count {
  display: none; }

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: var(--gray-4) !important; }

.sidebar .widget.woocommerce ul li.woocommerce-widget-layered-nav-list__item {
  padding: 8px 0 !important; }
  .sidebar .widget.woocommerce ul li.woocommerce-widget-layered-nav-list__item:first-child {
    padding-top: 0 !important; }
  .sidebar .widget.woocommerce ul li.woocommerce-widget-layered-nav-list__item:last-child {
    padding-bottom: 0 !important; }
.sidebar .widget.woocommerce ul li .count {
  float: right; }
.sidebar .widget.widget_product_search .woocommerce-product-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }
.sidebar .widget.widget_product_search input[type="search"] {
  background-color: var(--white);
  border: 1px solid var(--gray-4);
  padding: 0 25px;
  height: 60px;
  width: 100%;
  color: var(--text-color);
  font-size: 15px;
  border-radius: 50px; }
.sidebar .widget.widget_product_search button {
  position: relative;
  color: transparent;
  background-color: var(--primary-color);
  padding: 0 20px;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  line-height: 0;
  border: 0; }
  .sidebar .widget.widget_product_search button::before {
    position: relative;
    content: "\f002";
    font-family: 'Font Awesome 6 Pro';
    font-size: 22px;
    color: var(--black-2);
    text-align: center;
    vertical-align: middle; }

.woocommerce-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px; }
  .woocommerce-pagination ul {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    border: 0 !important; }
    .woocommerce-pagination ul:before, .woocommerce-pagination ul:after {
      display: none !important; }
    .woocommerce-pagination ul li {
      border: 0 !important; }
      .woocommerce-pagination ul li .page-numbers {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: var(--black) !important;
        background-color: rgba(217, 234, 253, 0.4) !important;
        border-radius: 8px;
        height: 48px;
        width: 50px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        font-size: 20px !important;
        font-weight: 500 !important;
        text-transform: capitalize;
        font-family: var(--heading-font); }
        @media (max-width: 767px) {
          .woocommerce-pagination ul li .page-numbers {
            width: 40px;
            height: 40px;
            font-size: 16px; } }
        .woocommerce-pagination ul li .page-numbers:hover {
          background: var(--primary-color) !important;
          color: var(--black) !important;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .woocommerce-pagination ul li .page-numbers.current {
          background: var(--primary-color) !important;
          color: var(--black) !important;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }

.woocommerce form .form-row {
  padding: 0; }

@media (max-width: 991px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: var(--white) !important; } }

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    letter-spacing: 0.36px;
    color: var(--black); } }
