/*
Theme Name: On1y Development
Theme URI:  https://www.on1y.in
Author:     Ajay K
Author URI: https://www.on1y.in
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/


:root {
    --font-family: 'Poppins', sans-serif;
    --text-color: #333;
    --link-color: #0073e6;
    --link-hover-color: #005bb5;
    --heading-color: #333;
    --button-bg-color: #0073e6;
    --button-text-color: #fff;
    --button-hover-bg-color: #005bb5;
}

body {
    font-family: var(--font-family);
    color: var(--text-color);
}

a {
    font-family: var(--font-family);
    text-decoration: none !important;
    color: var(--link-color);
}
a:hover {
    color: var(--link-hover-color);
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family);
    color: var(--heading-color);
}
span {
    font-family: var(--font-family);
}

button, input[type="submit"] {
    font-family: var(--font-family);
    color: var(--button-text-color);
    background-color: var(--button-bg-color);
}

button:hover, input[type="submit"]:hover {
    background-color: var(--button-hover-bg-color);
}

.header-box {
    position: relative;
    z-index: 99;
    width: 100%;
    background: #FFFFFF;
    padding: 17px 0px;
    box-shadow: 0px 1px 12px 0px #00000012;
}
.header-menu {
    width: 80%;
}

.logo {
    width: 20%;
}

.header-box .wrapper {
  position: relative;
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.icons-container img {
    width: 19px;
    height: 19px;
}

.wrapper .logo img {
    width: 38%;
    display: block;
}

.footer-newsletter .wpcf7-response-output {
    color: white;
    font-size: 12px;
    width: 50%;
    margin-left: auto !important;
    /* margin-right: auto !important; */
}
.wrapper .nav-links {
  display: inline-flex;
}

.nav-links li {
  list-style: none;
}

.copyright p {
    margin-bottom: 0px !important;
}

.nav-links li a {
    color: #5a5a5a;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    margin-left: 14px;
    border-radius: 0px;
    transition: all 0.3s ease;
}

.nav-links li a:hover {
  color: #3A3B3C;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #ffffff;
    width: 250px;
    line-height: 37px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    margin: 0px;
    padding: 0px;
}

.nav-links li:hover .drop-menu, .nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 14px;
    font-weight: 400;
    border-radius: 0px;
    border-bottom: 1px dotted #6c6c6c;
    margin: 0px;
}

button#search-button {
    display: contents;
    color: black;
}

.search-bar p {
    margin: auto;
    font-size: 13px;
    padding: 2px;
}
.footer-links ul {
    padding: 0px !important;
}

footer {
    background-color: #141414;
    z-index: 101;
    position: relative; /* or absolute/fixed, depending on your layout */
}

.header-menu .icons-container a {
    color: #434343;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row .header-box {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: black;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

.woocommerce-products-header__title {
    background-color: #42A5A7;
    padding: 6rem;
    text-align: center;
    color: white;
    margin: 0px !important;
}

body.post-type-archive-product nav.woocommerce-breadcrumb {
    display: none;
}


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

    section.footer-sections {
        width: auto !important;
        margin: auto;
        padding: 20px;
    }

.copyright {
    display: inline-grid !important;
    justify-content: space-between;
    padding: 10px 0px;
    width: 100%;
}

.footer-logo {
    width: 40% !important;
}

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


    .header-box {
        z-index: 99;
        width: 100%;
        background: #ffffff;
        box-shadow: 0px 4px 12px 0px #00000012;
        padding: 14px 20px;
    }

.logo {
    width: 100%;
}

.navtop-btn {
    display: none !important;
}

.menu-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px !important;
}

.search-bar {
    display: none !important;
}
  .wrapper .btn {
    display: block;
  }

  .wrapper .nav-links {
/*     position: fixed; */
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

    .nav-links li {
        margin: 2px 10px;
    }

    .nav-links li a {
        padding: 0 0px;
        display: block;
        font-size: 18px;
        border-bottom: 1px dashed #818181;
    }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked~.drop-menu,
  #showMega:checked~.mega-box {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links li a {
    color: #939393;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    margin-left: 0px !important;
    border-radius: 0px;
    transition: all 0.3s ease;
}


.nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        border-bottom: 1px dashed #818181;
    }
  .nav-links .mobile-item:hover {
    background: #3A3B3C;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 16px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row .header-box {
    font-size: 19px;
  }
}

.header-box input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.body-text div {
  font-size: 45px;
  font-weight: 600;
}



.navtop-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin: auto;
}
.icons-container {
    display: flex;
    gap: 15px;
}

.menu-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 14px;
}

.icon {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.icon:hover {
    color: #007bff; /* Change color on hover */
}


.search-bar input {
    border: none;
    outline: none;
    padding: 5px;
    width: 150px;
    padding-left: 25px; /* Space for the icon */
}

.search-bar input::placeholder {
    color: #bbb;
    font-size: 14px;
}

.search-bar input:focus::placeholder {
    color: transparent; /* Hide placeholder text when input is focused */
}

.search-bar i {
    position: absolute;
    left: 8px;
    font-size: 16px;
    color: #aaa;
}


.navtop-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.icons-container {
    display: flex;
    gap: 9px;
    align-items: center;
}

a.icon.account-wishlist {
    display: flex;
}

.icon {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.icon:hover {
    color: #007bff; /* Change color on hover */
}

.search-bar {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #141414;
    border-radius: 3px;
    padding: 6px;
    width: 200px;
    height: 28px;
}
.search-bar input {
    border: none;
    outline: none;
    padding: 5px;
    width: 150px;
       width: 200px;
    height: 26px;
}

.search-bar input::placeholder {
    color: #bbb;
    font-size: 14px;
}

.search-bar input:focus::placeholder {
    color: transparent; /* Hide placeholder text when input is focused */
}

.search-bar button {
    border: none;
    background-color: transparent;
    padding: 5px;
    position: absolute;
    right: 5px;
    cursor: pointer;
}

.search-bar button i {
    font-size: 16px;
    color: #aaa;
}

/* Optional: Hover effect for search button */
.search-bar button:hover i {
    color: #007bff;
}

.subscribe-form {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0px !important;
}

.subscribe-form .wpcf7-spinner {
    display: none;
}

.subscribe-form input.wpcf7-form-control.wpcf7-email {
    flex: 1;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.subscribe-form input.wpcf7-submit {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #434343; /* Button background */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.subscribe-form input.wpcf7-submit:hover {
    background-color: #141414;
}

footer {
    background-color: #141414;
}

section.footer-sections {
    width: 1300px;
    margin: auto;
}

p.copy-content {
    color: white;
    font-size: 14px;
}

.footer-logo {
    width: 50%;
}

.copyright a {
    font-size: 14px;
    color: white;
}

.footer-logo img {
    width: 15%;
}

.newsletter {
    display: flex;
    padding: 2rem 0px;
    align-items: center;
}
.footer-newsletter {
    width: 50%;
}


.middle-footer {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr); /* 4 columns on desktop */
    padding: 30px 0px;
     border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.copyright {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.social-media {
    margin-top: 20px;
}

.social-media .footer-tittle {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}

.social-icons li {
    display: inline-block;
}

.social-icons a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #0073aa;
}
h4.footer-tittle {
    color: white;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.footer-links li, a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a {
    color: white;
}

.footer-links a:hover {
    color: #a9a9a9;
}

.wc-block-components-form .wc-block-components-checkout-step {
    margin-bottom: 0px !important;
}

.wc-block-checkout__add-note .wc-block-components-checkbox {
    line-height: 1;
    margin-bottom: 16px !important;
    margin-top: 0;
}

.wc-block-checkout__terms {
    margin: 0 0 15px !important;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
    margin-right: 3px;
    margin-bottom: -6px;
}

.blog-descriptions a {
    color: #42a5a7 !important;
}
.footer-links li {
    list-style: none;
    margin-bottom: 10px;
}

span.tags-highlight {
    font-size: 46px;
}

.bounce-anim img {
    display: inline-block;
    animation: slow-bounce 3s infinite ease-in-out; /* Adjust duration for slower bounce */
}

@keyframes slow-bounce {
    0%, 100% {
        transform: translateY(0); /* Starting and ending position */
    }
    50% {
        transform: translateY(-40px); /* Bounce height */
    }
}

.price {
    margin-bottom: 0px;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 0px;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 400;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #000000;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}

.e-hotspot__tooltip {
    background-color: white !important;
    padding: 10px !important;
    width: 200px !important;
}

img.xoo-el-head-img {
    display: table;
    margin: 0 auto 30px;
    width: 35%;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
    border: 0px !important;
}

.subscribe-form>p {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
}

.xoo-wsc-sc-bki {
    font-size: 16px !important; 
}

span.xoo-wsc-sc-count {
    border-radius: 50%;
    height: 14px;
    line-height: 14px;
    width: 14px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    right: -7px;
    position: absolute;
    top: -4px;
}

.short-crops .woocommerce-product-details__short-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.header-icons .elementor-shortcode {
    display: flex;
    gap: 10px;
}

.buy-now-link {
    color: #000000 !important;
    display: flex;
    padding: 9px;
    border: 1px solid black;
    border-radius: 9px;
    font-size: 16px;
    justify-content: center;
}

@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1300px !important;
    }
}

.page-content {
    font-family: 'Poppins';
}

span.wc-block-components-button__text {
    color: white;
}

.wp-block-woocommerce-checkout {
    margin: 0;
    padding-top: 24px;
    font-family: 'Poppins';
}

.button.wc-backward {
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid black;
    color: black;
}

.button.wc-backward:hover {
    background-color: black;
    color: white;
}

.checkout-button.button.alt.wc-forward {
    width: 100% !important;
}

button#place_order {
    width: 100% !important;
}
.elementor-widget-theme-post-excerpt p {
    margin-bottom: 6px;
}

.feedback-form label {
    color: #000000;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 600;
}

.fullbox {
    margin-top: 20px;
}

.fullbox-devided {
    margin-top: 20px;
}

select.wpcf7-form-control.wpcf7-select {
    color: #767676;
    font-size: 14px;
    border: 0px;
    padding: 10px 10px 10px 10px;
}

.feedback-form input::placeholder {
    color: #767676;
    font-size: 14px;
}

.feedback-form input {
    border: 0px !important;
}

.feedback-form .wpcf7-submit {
    background-color: black;
    width: 100%;
}

.fullbox-devided {
    display: flex;
    justify-content: space-between;
}
.half-box {
    width: 49%;
}

.half-box p {
    margin: 0px;
}
.feedback-form textarea {
    overflow: auto;
    resize: vertical;
    border: 0px;
    height: 100px;
}

.ingredients-spacing td {
    padding: 0px;
    border: 0px;
    padding-bottom: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #f4f4f4;
    padding-top: 10px;
}

.shortcontent p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.qty {
    padding: 8px !important;
    border-radius: 0px !important;
}

.loginbtn {
    display: flex;
    gap: 3px;
    font-size: 14px;
    align-items: center;
}


.elementor-widget-woocommerce-cart .woocommerce table.cart td {
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0px;
    padding-top: 6px;
}

.account-menu {
    position: relative;
    display: inline-block;
}

.account-menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 1px 0;
    margin: 0;
    z-index: 10;
    min-width: 176px;
}
.account-menu .dropdown-menu li {
    padding: 0px 1px;
    border-bottom: 1px dashed #b9b9b9;
}

.account-menu .dropdown-menu li:last-child {
    border-bottom: none;
}

.account-menu .dropdown-menu li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0px 14px;
    font-size: 12px;
}

.account-menu .dropdown-menu li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 6px 10px;
}

.account-menu .dropdown-menu li a:hover {
    background-color: #f5f5f5;
    color: #0073aa;
}

.account-menu:hover .dropdown-menu {
    display: block;
}

.columns-4 .product {
    background-color: #eeeeee;
    padding: 18px !important;
    border-radius: 9px;
}

.elementor-widget-woocommerce-cart .woocommerce .coupon .button {
    float: right;
    width: 100%;
    background-color: #000000;
    color: white;
    border: 0px;
}

.e-woocommerce-login-section {
    margin-top: 20px !important;
}

.columns-4 .woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    width: 100%;
    text-align: center;
    background-color: black;
    color: white;
    font-weight: 400;
}

.columns-4 .woocommerce-loop-product__title {
    font-size: 16px !important;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px; /* Adjust height as needed */
}


.columns-4 .woocommerce-Price-amount.amount {
    font-size: 17px;
    color: black;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    font-family: 'Poppins';
}

.columns-4 .woocommerce ul.products li.product .price del {
    color: #000000;
    opacity: .7;
    display: inline-block;
}

ul.available-on {
    display: flex;
    gap: 3px;
}

.available-on img {
    width: 36px;
    height: 36px;
}

.available-tittle {
	margin-top: 10px;
}


.copyright a:hover {
color: white;
}

.columns-4 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
    text-align: center;
    background-color: black;
    color: white;
    font-weight: 400;
}

@media (max-width: 768px) { 
    .icons-container img { 
        width: 27px; 
        height: 28px; 
    }
	.xoo-wsc-sc-bki {
    font-size: 22px !important;
}
	
.footer-logo img {
    width: 70%;
}
	
.newsletter {
    display: inline-block;
    padding: 2rem 0px;
    align-items: center;
}
	
	.subscribe-form input.wpcf7-submit {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #434343;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}
	.subscribe-form input.wpcf7-form-control.wpcf7-email {
    flex: 1;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    margin-bottom: 20px;
}
.subscribe-form>p {
    display: inline-block;
    gap: 10px;
    margin-bottom: 0px;
}

	.footer-newsletter {
    width: 100%;
}
	span.user-icons {
    display: none;
}
	
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
    margin-right: 3px;
    margin-top: 7px;
}
}

 .more-text {
            display: none;
        }
.read-more-btn {
    color: #96c940;
    cursor: pointer;
    text-decoration: underline;
}

.mobile-cat .elementor-image-box-title {
    background-color: black;
    padding: 10px;
    border-radius: 10px;
}


@media (max-width: 575px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        padding-inline-start: 0px;
        padding-inline-end: 0px;
    }

    ul.products.columns-4 {
    padding: 11px;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    display: none;
}
}

.blog-descriptions img {
    display: inline;
    margin: 20px 0px;
}

span.page-numbers.current {
    background-color: #42a5a7;
    padding: 7px 10px;
    border-radius: 2px;
}

a.page-numbers {
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    border-radius: 2px;
}

nav.woocommerce-pagination {
    margin-bottom: 5rem;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    width: 40px;
    margin-left: 6px;
    border: 0px;
    background-color: white;
    color: black;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
    height: 35px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #42a5a7;
    color: #ffffff;
    padding: 9px;
}

a.page-numbers {
    color: black;
}

.woocommerce ul.products li.product a img {
    height: 282px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product a img {
        height: 200px;
        object-fit: contain;
    }
}


@media (max-width: 768px) {

    .e-n-tabs-heading.e-n-tabs-heading.e-n-tabs-heading.e-n-tabs-heading {
        justify-content: start;
    }


.e-n-tabs-heading.e-n-tabs-heading.e-n-tabs-heading.e-n-tabs-heading {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    padding-bottom: 10px;
    align-items: center;
    gap: 12px;
}

.e-n-tab-title {
    margin-bottom: 0px !important;
    padding: 5px 16px !important;
    border-color: black;
}

.e-n-tabs-heading > .e-n-tab-title{
white-space: nowrap; /* optional, prevent tabs title from breaking into 2 lines */
}

.e-n-tabs-content .e-n-tab-title {
display: none; /* don't display mobile tab titles */
}


.e-n-tabs-heading::-webkit-scrollbar {
height: 8px;
}

.e-n-tabs-heading {
position: sticky;
top: 0;
z-index: 9;
}
}
.e-n-tab-title {
    border-color: black;
}

.box-items .elementor-icon {
    height: 100px;
    border: 2px solid black;
    width: 100px;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 0px solid #cfc8d8 !important;
    border-right: 0;
    margin: 0px;
}

@media (max-width: 767px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
        margin-block-start: 0px !important;
    }
	
.footer-newsletter .wpcf7-response-output {
    width: 100%;
}
	.woocommerce ul.order_details {
    margin: 25px 0px 2em;
    list-style: none;
    padding: 0px;
    line-height: 44px;
}
}

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


/* ==========================
About Us Page Timeline CSS
==========================
 */

.product-descr p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


       .timeline-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 9px;
}
        
        .center-line {
            position: absolute;
            width: 4px;
            background-color: rgba(255, 255, 255, 0.3);
            top: 0;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .year-item {
            position: relative;
            clear: both;
        }
        
      .year-content {
    position: relative;
    width: 50%;
}
        
        .left {
            float: left;
            text-align: right;
            padding-right: 40px;
        }
        
        .right {
            float: right;
            text-align: left;
            padding-left: 40px;
        }
.year {
    font-size: 36px;
    font-weight: bold;
    display: contents;
    color: white;
}
        
.description {
    font-size: 16px;
    line-height: 1.5;
    color: white;
}
        
.dot {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    outline: 4px solid #ffcc80;
}
        
        /* Clear floats after the columns */
        .year-item:after {
            content: "";
            display: table;
            clear: both;
        }

/* For left side years */
.year-content.left .year:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 17px;
    background-image: url('https://wordpress-1004599-5088642.cloudwaysapps.com/wp-content/uploads/2025/03/Path-90.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 32px;
    vertical-align: baseline;
    position: relative;
}

.year-content.right .year:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 17px;
    background-image: url(https://wordpress-1004599-5088642.cloudwaysapps.com/wp-content/uploads/2025/03/Path-102.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -32px;
    vertical-align: baseline;
    position: relative;
}

.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-modal, .xoo-el-notice-modal {
    z-index: 22111111111 !important;
}

.xoo-el-opac, .xoo-el-notice-opac {
    z-index: 20000000000 !important;
}


.woocommerce input {
    border: 1px solid #cccccc !important;
}