.elementor-kit-29597{--e-global-color-primary:#007BA7;--e-global-color-secondary:#D9EBF2;--e-global-color-text:#343434;--e-global-color-accent:#DBBB04;--e-global-color-c617c13:#EAFBCF;--e-global-color-db3fb45:#FFFFFF;--e-global-color-d2be0ab:#000000;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Source Sans Pro", Sans-serif;font-size:18px;font-weight:400;line-height:1.6em;}.elementor-kit-29597 button,.elementor-kit-29597 input[type="button"],.elementor-kit-29597 input[type="submit"],.elementor-kit-29597 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Source Sans Pro", Sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;color:var( --e-global-color-db3fb45 );border-radius:0px 0px 0px 0px;padding:15px 30px 15px 30px;}.elementor-kit-29597 button:hover,.elementor-kit-29597 button:focus,.elementor-kit-29597 input[type="button"]:hover,.elementor-kit-29597 input[type="button"]:focus,.elementor-kit-29597 input[type="submit"]:hover,.elementor-kit-29597 input[type="submit"]:focus,.elementor-kit-29597 .elementor-button:hover,.elementor-kit-29597 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-text );}.elementor-kit-29597 e-page-transition{background-color:#FFBC7D;}.elementor-kit-29597 a{color:var( --e-global-color-primary );}.elementor-kit-29597 h1{color:var( --e-global-color-text );font-family:"Source Sans Pro", Sans-serif;font-weight:600;}.elementor-kit-29597 h2{color:var( --e-global-color-text );font-weight:600;}.elementor-kit-29597 h3{color:var( --e-global-color-text );font-family:"Source Sans Pro", Sans-serif;font-size:28px;font-weight:400;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-widget-text-editor a {color: #007ba7;text-decoration:underline;}
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {margin-bottom: 20px;}


/* Base layout already exists – we only tweak spacing + order */

/* Make all header links dark and consistent */
.header-cart-account a{
    color:#333333 !important;
    text-decoration:none;
}

/* Hover underline */
.header-cart-account a:hover{
    text-decoration:underline;
}

/* Put a bit more breathing room inside the cart link */
.header-cart-account .hca-cart-link{
    gap:6px;
}

/* Re-order so it reads:
   Cart [icon] 0
*/
.header-cart-account .hca-cart-text{
    order:1;
}

.header-cart-account .hca-cart-icon{
    order:2;
    margin:0 2px;
}

.header-cart-account .hca-cart-count{
    order:3;
    margin-left:2px;   /* space between icon and number */
}

/* Add pipe between cart count and account name */
.header-cart-account .hca-account-link::before{
    content:" | ";
    margin:0 6px;
    color:#333333;
}
.header-cart-account .hca-cart-count{
    font-size:16px !important;
    font-weight:600;
    min-width:22px;
    height:22px;
    line-height:22px;margin-left: 10px;
}

/* Hide the "(2 customer reviews)" link in loop items */
.woocommerce-review-link {
  display: none !important;
}



.sidebar-product, .home-product {
  transition: opacity 0.3s ease;
}

.sidebar-product:hover, .home-product:hover {
  opacity: 0.6;
}
.sidebar-product h4 a {color: #333}



/* Main area product search box above shop loop */
.bc-main-product-search {
    margin: 0 0 20px;
    display: flex;
    justify-content: center; /* center within content area */
}

/* Form layout */
.bc-main-product-search form.woocommerce-product-search,
.bc-main-product-search form.search-form {
    width: 100%;

    display: flex;
    gap: 10px; /* space between input and button */
}

/* Input styling */
.bc-main-product-search input[type="search"],
.bc-main-product-search input.search-field {
    flex: 1;
    padding: 5px 8px;
    font-size: 16px;
    box-sizing: border-box;
}

/* Button styling */
.bc-main-product-search button,
.bc-main-product-search input[type="submit"] {
    padding: 8px 14px;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
}

/* Stack input & button vertically on small screens */
@media (max-width: 600px) {
    .bc-main-product-search form.woocommerce-product-search,
    .bc-main-product-search form.search-form {
        flex-direction: column;
    }

    .bc-main-product-search button,
    .bc-main-product-search input[type="submit"] {
        width: 100%;
    }
}


.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background: none !important;}/* End custom CSS */