/**
* Theme Name: Freshio Child
* Description: This is a child theme of Freshio, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavotheme</a>
* Template: freshio
* Version: 2.4.2
*/
.freshio-breadcrumb {
    padding: 0em 0 !important;
    min-height: 200px;
  	align-content: center;
	  background-color: #bbe8f2 !important;
  }

.freshio-breadcrumb a:hover {
    color: #07472f;
}
.freshio-breadcrumb a {
    color: #0b2646;
}

h1.breadcrumb-heading {
    max-width: none !important;
}

.freshio-breadcrumb .col-full {
    text-align: center !important;
}

.page-id-69 .freshio-breadcrumb {
    display: none;
}


span.page-numbers.current {
    background-color: #BBE8F2 !important;
}

.site-header-account:hover {
    background: #bbe8f2;
}

.site-header-search:hover {
    background: #bbe8f2;
}

.site-header-cart.header-cart-mobile {
    display: none;
}

.freshio-mobile-nav {
    background: #ffffff;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-7489 {
    border-color: #e9e9e9;
}

.mobile-navigation ul li a, .mobile-navigation .dropdown-toggle, body .freshio-mobile-nav .freshio-social ul li a:before, .mobile-nav-close {
	color: #2271b1;
}

.mobile-navigation ul li a, .mobile-navigation .dropdown-toggle, body .freshio-mobile-nav .freshio-social ul li a:before, .mobile-nav-close:hover {
    color: #0a472e;
}



/*Woocommerce*/
.single-product .woocommerce-tabs ul.tabs li a {
    color: #122335;
}
.single-product .woocommerce-tabs ul.tabs li a:hover {
    color: #2264ad;
}
.single-product div.product .inventory_status {
    background: #bbe8f2;
}



/*Header fix*/
@media (min-width: 1024px) {
      .header-2 .header-main {
        padding-top: 10px;
        padding-bottom: 5px;
        }
			.header-2 .header-main .left {
        width: 33%;
        display: block;
    }
}
	
.header-navigation-background .main-navigation ul.menu > li.menu-item > a:hover {
    color: #3ddb9c;
}

.main-navigation ul.menu li.current-menu-item > a,
.main-navigation ul.menu li.current-menu-parent > a {
    color: #3ddb9c !important;
}

.header-2 .header-bottom .left {
    display: none;
}

.header-2 .header-bottom .inner {
    text-align: center;
}

	.header-3 .main-navigation ul.menu li.menu-item > a {
  padding-top: 5px;
  padding-bottom: 10px;
  }
.main-navigation ul > li.menu-item > a, .main-navigation ul.nav-menu > li.menu-item > a {
    font-weight: 400;
	}	



/*Carousel color*/
.slick-prev:before, .slick-next:before {
    color: #538ac6;
}
.elementor-testimonial-item-wrapper .slick-prev:before, .elementor-testimonial-item-wrapper .slick-next:before {
    color: #2271b1;
}
ul.products li.product .woocommerce-loop-product__title a:hover{
    color: #0a472e;
}




/404 bg/
.error404 .site-content
 {
    background-color: #e3f5f8 !important;
}