/**
 * Stylesheet:  labotrex-woo.css
 * Theme:       Labotrex - Laboratory & Science Research WordPress Theme
 * Version:     1.0
 * Author:     	BoomDevs
 *
 */
/* Table of contents
========================= */
.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 #D9EAFD;
  border-radius: 12px;
  padding: 20px; }

.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, .woocommerce-form-login {
  border: 1px solid #D9EAFD !important;
  border-radius: 12px !important;
  padding: 50px !important;
  background-color: #ECF4FE !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, .woocommerce-form-login {
      padding: 30px !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, .woocommerce-form-login {
      padding: 40px !important; } }

body.woocommerce span.onsale {
  min-height: inherit;
  min-width: inherit;
  padding: 11px 21px;
  border-radius: 50px;
  background-color: #B5DFF4;
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.21px;
  text-transform: uppercase;
  z-index: 1;
  top: 16px;
  right: 16px;
  left: unset;
  line-height: initial; }
body.woocommerce .product-toolbar .woocommerce-result-count {
  font-weight: 500;
  color: #292929;
  margin-bottom: 40px; }
  @media (max-width: 576px) {
    body.woocommerce .product-toolbar .woocommerce-result-count {
      margin-bottom: 20px; } }
body.woocommerce .product-toolbar form.woocommerce-ordering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  color: #292929;
  margin-bottom: 40px; }
  @media (max-width: 576px) {
    body.woocommerce .product-toolbar form.woocommerce-ordering {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 100%; } }
  body.woocommerce .product-toolbar form.woocommerce-ordering select {
    font-size: 18px;
    font-weight: 500;
    color: #292929; }
body.woocommerce .product-toolbar ul.orderby {
  display: none; }
body.woocommerce .products {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--product-columns), minmax(0, 1fr));
  gap: 24px;
  width: 100%; }
  @media (max-width: 576px) {
    body.woocommerce .products {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }
  body.woocommerce .products .product-card {
    margin-bottom: 20px; }
    body.woocommerce .products .product-card:hover .image-wrapper .product-btn-wrapper {
      visibility: visible;
      opacity: 1; }
    body.woocommerce .products .product-card .image-wrapper {
      width: 100%;
      margin-bottom: 20px;
      position: relative;
      border-radius: 30px;
      overflow: hidden; }
      body.woocommerce .products .product-card .image-wrapper .image {
        position: relative;
        width: 100%; }
        body.woocommerce .products .product-card .image-wrapper .image img {
          width: 100%;
          -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-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-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
        background-color: rgba(217, 234, 254, 0.5); }
    body.woocommerce .products .product-card .content .product-name {
      font-family: "Urbanist", sans-serif;
      font-size: 28px;
      letter-spacing: -0.42px; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        body.woocommerce .products .product-card .content .product-name {
          font-size: 22px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        body.woocommerce .products .product-card .content .product-name {
          font-size: 24px; } }
    body.woocommerce .products .product-card .content .price {
      font-family: "Questrial", sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      color: #292929; }
      body.woocommerce .products .product-card .content .price ins {
        text-decoration: none; }
    body.woocommerce .products .product-card .content .woocommerce-product-rating .review-count,
    body.woocommerce .products .product-card .content .woocommerce-product-rating .average-rating {
      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 #D9EAFD;
  border-radius: 12px;
  padding: 20px; }

.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, .woocommerce-form-login {
  border: 1px solid #D9EAFD !important;
  border-radius: 12px !important;
  padding: 50px !important;
  background-color: #ECF4FE !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, .woocommerce-form-login {
      padding: 30px !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, .woocommerce-form-login {
      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: #CFF480;
  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: #292929;
    border-radius: 50px;
    color: #ffffff;
    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 #D9EAFD;
      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: #CFF480;
        color: #292929 !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%; }
body.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0.44px;
  color: #292929;
  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-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  letter-spacing: 0.36px;
  color: #292929; }
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 {
  margin-bottom: 0; }
body.woocommerce-cart .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; }
  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-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 .qty {
    -moz-appearance: textfield;
    width: 30px;
    padding: 0 !important; }

body.woocommerce-checkout #order_review_heading {
  margin-top: 30px;
  margin-bottom: 10px; }
body.woocommerce-checkout input,
body.woocommerce-checkout .select2-container .select2-selection--single,
body.woocommerce-checkout .woocommerce-additional-fields textarea {
  border: 1px solid #D9EAFD;
  height: 62px;
  border-radius: 12px;
  padding: 20px 30px; }
  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 {
  color: #292929;
  font-weight: 600; }
body.woocommerce-checkout .woocommerce-additional-fields textarea {
  height: 250px; }
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
  border: 0 !important; }
  body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods input {
    border: 2px solid #7ECAEB !important; }
  body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods input[type=radio] {
    background-color: #ffffff !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: #7ECAEB !important; }
  body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods input[type=radio]::before {
    background-color: #7ECAEB !important; }
  body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li .payment_box {
    background-color: #D9EAFD !important; }
    body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li .payment_box:before {
      border-bottom-color: #D9EAFD !important; }
body.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-info {
  background-color: #ffffff;
  margin-bottom: 0; }

@media (min-width: 1400px) {
  body.single-product .single-product-container {
    max-width: 1431px; } }
body.single-product .product .woocommerce-product-gallery__wrapper {
  overflow: hidden !important;
  border-radius: 20px !important; }
body.single-product .product .woocommerce-product-gallery {
  position: relative; }
  body.single-product .product .woocommerce-product-gallery .flex-viewport {
    margin-left: 170px;
    overflow: hidden !important;
    border-radius: 20px !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: 150px;
    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 li img {
        border-radius: 20px; }
    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; } }
body.single-product .product .product_title {
  font-family: "Urbanist", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: initial;
  letter-spacing: -0.72px;
  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 .price {
  font-family: "Questrial", sans-serif;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 28px;
  color: #292929 !important; }
  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: 10px 50px; }
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;
  padding: 18px 24px;
  border: 1px solid #C0C0C0;
  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,
  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: 600;
    color: #292929; }
  body.single-product .product .qty-button-wrapper .qty-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    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 .wc-tabs {
  padding: 8px !important;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #C0C0C0; }
  body.single-product .product .woocommerce-tabs .wc-tabs:before, body.single-product .product .woocommerce-tabs .wc-tabs:after {
    display: none !important; }
  body.single-product .product .woocommerce-tabs .wc-tabs li {
    border: 0 !important;
    border-radius: 50px !important;
    background-color: #ffffff !important;
    color: #292929 !important;
    font-size: 20px;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important; }
    body.single-product .product .woocommerce-tabs .wc-tabs li a {
      padding: 12px 30px !important; }
      @media only screen and (min-width: 0px) and (max-width: 767px) {
        body.single-product .product .woocommerce-tabs .wc-tabs li a {
          padding: 10px 20px !important; } }
    body.single-product .product .woocommerce-tabs .wc-tabs li.active {
      background-color: #CFF480 !important; }
    body.single-product .product .woocommerce-tabs .wc-tabs li:before, body.single-product .product .woocommerce-tabs .wc-tabs li:after {
      display: none !important; }
body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 32px !important; }
body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews textarea {
  border: 1px solid #D9EAFD !important;
  height: 150px !important; }

.products.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99; }
  .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: #CFF480;
  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 #D9EAFD;
      background-color: transparent !important; }
    .account-form .user-login-form label {
      width: 100%;
      color: #292929 !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: "Urbanist", sans-serif;
        font-size: 18px !important;
        line-height: initial !important;
        font-weight: 600 !important;
        background-color: #CFF480 !important;
        color: #292929 !important;
        border-radius: 50px !important;
        text-transform: capitalize;
        white-space: nowrap; }
        .account-form .user-login-form .login-submit input[type="submit"]:hover {
          background-color: #292929 !important;
          color: #ffffff !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: #292929;
          font-family: "Urbanist", sans-serif;
          font-size: 18px;
          font-weight: 500; }
          .account-form .user-login-form ul li a:hover {
            color: #7ECAEB; }

.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: #7ECAEB;
      color: #ffffff; }
    .woocommerce-MyAccount-navigation ul li a {
      color: #292929;
      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: #D9EAFD;
      width: 100%;
      border-radius: 12px;
      padding: 14px 30px;
      margin-bottom: 10px;
      position: relative; }
      .woocommerce-MyAccount-navigation ul li a:after {
        content: '\f178';
        font-family: "Font Awesome 6 Pro"; }
      .woocommerce-MyAccount-navigation ul li a:hover {
        background-color: #7ECAEB;
        color: #ffffff; }

.woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce-MyAccount-content .woocommerce-Button.button {
  margin-top: 30px;
  float: right; }
.woocommerce-MyAccount-content h3 {
  margin-bottom: 20px; }

.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; }

.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="password"] {
  width: 100%; }
.woocommerce-form-login label {
  width: 100%;
  color: #292929 !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: end;
      -ms-flex-pack: end;
          justify-content: end; }
.woocommerce-form-login .woocommerce-form-login__submit {
  padding: 16px 40px !important;
  font-family: "Urbanist", sans-serif;
  font-size: 18px !important;
  line-height: initial !important;
  font-weight: 600 !important;
  background-color: #CFF480 !important;
  color: #292929 !important;
  border-radius: 50px !important;
  text-transform: capitalize;
  white-space: nowrap; }
  .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background-color: #292929 !important;
    color: #ffffff !important; }

@media (max-width: 576px) {
  .header-menu-area {
    padding: 0 !important; } }

body .woocommerce h2 {
  margin-bottom: 20px; }

.woocommerce-info,
.woocommerce-message {
  border: 0;
  background-color: #D9EAFD;
  border-radius: 12px;
  color: #292929;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 20px 50px;
  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 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto !important; }
  .woocommerce-info:before,
  .woocommerce-message:before {
    color: #292929;
    position: unset; }

.woocommerce-error {
  border: 0;
  border-radius: 12px;
  padding: 20px 50px; }

.checkout_coupon {
  border-color: #D9EAFD !important;
  border-radius: 20px !important;
  background-color: #D9EAFD; }

.cart_totals .shop_table {
  overflow: visible;
  background-color: transparent !important; }

.shop_table {
  border-radius: 20px !important;
  margin-bottom: 0;
  border-color: #D9EAFD !important;
  background-color: #ECF4FE !important;
  overflow: hidden;
  border-spacing: 0 !important; }
  .shop_table thead {
    background-color: #D9EAFD; }
    .shop_table thead tr th {
      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; }
    .shop_table tbody tr td.actions {
      border: 0 !important;
      padding: 20px 40px !important; }
      .shop_table tbody tr td.actions .coupon input {
        width: 288px !important;
        height: 74px;
        padding: 24px !important;
        border-color: #D9EAFD !important;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.32px;
        color: #292929;
        margin-right: 16px !important; }
    .shop_table tbody tr td.product-remove a {
      width: 40px;
      height: 40px;
      font-size: 32px;
      font-weight: 400;
      color: #292929;
      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; }
      .shop_table tbody tr td.product-remove a:hover {
        color: #ffffff;
        background-color: #292929; }
  .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 {
  padding: 25px 44px !important;
  font-family: "Urbanist", sans-serif;
  font-size: 20px !important;
  line-height: initial !important;
  font-weight: 600 !important;
  background-color: #CFF480 !important;
  color: #292929 !important;
  border-radius: 50px !important;
  text-transform: capitalize;
  white-space: nowrap; }
  .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 {
    background-color: #292929 !important;
    color: #ffffff !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 {
      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 {
      padding: 18px 28px !important;
      font-size: 18px !important; } }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
  margin-top: 15px !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: #D9EAFD !important;
  height: 6px !important;
  margin-bottom: 30px !important; }
  .widget_price_filter .price_slider .ui-slider-range,
  .widget_price_filter .price_slider .ui-slider-handle {
    background-color: #7ECAEB !important; }
.widget_price_filter .button {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #292929 !important;
  padding: 18px 55px !important;
  background-color: #CFF480 !important;
  border-radius: 50px !important; }

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #D9EAFD !important; }

.sidebar .widget.woocommerce ul li.woocommerce-widget-layered-nav-list__item {
  padding: unset !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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.sidebar .widget.widget_product_search input[type="search"] {
  border: 1px solid #D9EAFD !important;
  border-radius: 50px !important;
  padding: 13px 24px !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.sidebar .widget.widget_product_search button {
  background-color: #CFF480;
  border-radius: 50px;
  padding: 13px 24px !important;
  color: #292929;
  font-weight: 600; }
  .sidebar .widget.widget_product_search button:hover {
    background-color: #292929;
    color: #ffffff; }

.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: #292929 !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: "Urbanist", sans-serif; }
        @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: #CFF480 !important;
          color: #292929 !important;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
        .woocommerce-pagination ul li .page-numbers.current {
          background: #CFF480 !important;
          color: #292929 !important;
          -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
