/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
*/
/* Hide the Load Capacity variation field */
/*ul[data-attribute_name="attribute_pa_load-capacity"] {
    display: none !important;
}

/* Hide the Travel path variation field */
/*ul[data-attribute_name="attribute_pa_travel-path"] {
    display: none !important;
}
*/
/* This is temporary so the attributes
in the frontend are not working as links from 
a  plugin*/
    .woocommerce-product-attributes-item__value {
        pointer-events: none !important;
        text-decoration: none !important;
    }

    .woocommerce table.shop_attributes td {
        font-style: inherit;
    }

    .a,
    .p .woocommerce-product-attributes-item__value {
        text-decoration: none !important;
        color: #10428c;
    }
  
/* To clear slected products */
.reset_variations{  
  visibility: visible;
  background: #ff7800;
  padding: 5px 60px;
  margin-top: 15px !important;
  font-size: 17px !important;
  color: white;
  text-decoration: none;
}
.reset_variations:hover{
    background:#10428c;
}

.wc-block-mini-cart__badge{
    color: #17428c !important;
}
.aws-search-field{
    font-size: 16px !important;
}
.product_title{
    font-size: 28px;
}
.woocommerce-Price-amount{
    font-weight: bold;
    color: #17428c;
}
.wp-block-post-title{
    font-weight: 100 !important;
    font-size: 16px !important;
}
.wc-block-product{
    border: 1px solid #ddd;
    padding: 5px 5px 15px 5px;
}
#inner-wrap{
    background-color: #ffffff;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label{
    background-color: white !important;
    color: #000000 !important;
}
/*.wpc-no-filter-terms{
    display: none !important;
}*/
.wpc-hidden {
  display: none !important;
}
/*Product grid layout*/
ul.products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* Tablet (up to 1024px wide) */
@media (max-width: 1024px) {
    ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile (up to 768px wide) */
@media (max-width: 768px) {
    ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Very small screens (phones below 480px) */
@media (max-width: 480px) {
    ul.products {
        grid-template-columns: repeat(1, 1fr);
    }
}
/*Grid layut ends*/
/*All product page*/
.loop-entry,
.product {
    border-radius: 5px;
    border: 1px solid #ddd;
    overflow: hidden; /* optional, helps round the inner content too */
}
/* Variable product button hover */
a.button.product_type_variable.add_to_cart_button:hover {
    color: #f39200 !important;
}

/* Simple product button hover */
a.button.product_type_simple.add_to_cart_button:hover {
    color: #f39200 !important;
}

/* Keep icons color normal on hover for both types */
a.button.product_type_variable.add_to_cart_button:hover .kadence-svg-iconset svg,
a.button.product_type_simple.add_to_cart_button:hover .kadence-svg-iconset svg {
    color: initial !important;
    fill: initial !important;
}

/* Optional: add smooth transition */
a.button.product_type_variable.add_to_cart_button,
a.button.product_type_simple.add_to_cart_button {
    transition: color 0.3s ease;
}

/* Schock-group css*/

/* Headings (use your custom font) */
h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'barlow-regular', sans-serif !important;
}

/* Body text (fallbacks included) */
body {
  font-family: 'barlow-regular', 'Barlow', 'Open Sans', sans-serif !important;
}

/*Filter everything*/
/* Product title link in loops */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'barlow-regular', sans-serif;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  font-size: 18px;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link-title:hover {
  color: #F39200;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  white-space: normal;
  hyphens: auto;
}

#menu-schock-slides-menu-for-footer, #menu-social-media, #menu-windget_01 {
    list-style-type: disc;   /* filled circle */
    padding-left: 20px;      /* adjust spacing */
}

#menu-schock-slides-menu-for-footer, #menu-social-media, #menu-windget_01, li {
    margin: 5px 0;
}
#menu-schock-slides-menu-for-footer li::marker,
#menu-social-media li::marker,
#menu-windget_01 li::marker {
    color: #8ab5e1 !important; /* custom bullet color */
}
.widget-title{
    font-weight: 500;
    text-transform: capitalize !important;
}
.widget-title .schock {
    text-transform: uppercase;
}
.aws-search-field{
    width: 800px !important;
}

.aws-container .aws-show-clear .aws-search-field {
  padding-right: 40px;
  border-radius: 15px 0px 0px 15px !important;
  padding-left: 15px;
}
.aws-container .aws-search-form .aws-search-btn,
.aws-container .aws-search-form .aws-form-btn {
  border-radius: 0px 15px 15px 0px !important;
}
/* Show submenu when parent or submenu is hovered/focused */
.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu,
.sub-menu:hover {
  display: block !important;
}

/* Position submenu 20px below */
.sub-menu {
  position: absolute !important;
  top: calc(100% + 20px) !important;
  display: none; /* default hidden */
}

/* Invisible bridge that fills the 20px gap */
.sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;   /* sits in the gap */
  height: 20px; /* the gap height */
}


.site-header-row-container-inner{
    padding: 10px !important;
}

.wpc-filters-widget-top-container.wpc-show-on-desktop,
.wpc-filters-widget-top-container::before {
background-color: #e1e1e1 !important;
}

/* Unnecesarry footer divs*/
.otgs-development-site-front-end, .wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}

/*Bigger font size for price in page*/
.woocommerce-Price-amount.amount {
	font-size: 24px;
}
/* Full-bleed row like other Kadence rows */
.wp-block-kadence-rowlayout.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Our breadcrumb row: background and height like your palette 1 bar */
.flexy-bc-row {
  background-color: #17428C;        /* rgb(23,66,140) */
  box-shadow: 0 0 16px rgba(0,0,0,.6);
  /* optional: fixed height to match others */
  min-height: 99px;                  /* use min-height instead of rigid height */
  display: block;
}

/* Center the inner wrapper and use the same max width + padding */
.flexy-bc-row .kt-row-column-wrap.kb-theme-content-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1490px;                 /* match your site’s container (from your #2) */
  padding: 24px 16px;                /* match your spacing */
  display: grid;                     /* if your other rows use grid */
  position: relative;
  z-index: 1;
}

/* Breadcrumb list aesthetics (keep it inline, spacing like your #3) */
.flexy-breadcrumbs .fbc-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexy-breadcrumbs .fbc-items > li {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 15px 0 15px 16px;
  line-height: 1;
  border-radius: 4px 0 0 4px; /* mirrors the rounded-left you showed */
}
/* Separator spacing */
.flexy-breadcrumbs .fbc-separator {
  margin: 0 .25rem;
  display: inline-block;
}
/* Typography: inherit your body font/size, or set explicitly if needed */
.flexy-breadcrumbs,
.flexy-breadcrumbs .fbc-items > li,
.flexy-breadcrumbs a {
  font-family: "barlow-regular","Barlow","Open Sans",sans-serif;
  font-size: 16px;
  color: #fff; /* white text on dark blue bg */
}
.flexy-breadcrumbs a { text-decoration: none; }
.flexy-breadcrumbs a:hover { text-decoration: underline; }

.wp-block-kadence-rowlayout.kb-row-layout-wrap.alignfull.has-theme-palette1-background-color.kt-row-has-bg.flexy-bc-row{
    padding-top: 19px;
}