:root {
    --thm-font: "Raleway", sans-serif; /* Headings */
    --thm-b-font: "Rubik", sans-serif; /* Body font */
    --thm-base: #87cefa; /* Primary color */
    --thm-base-hover: #87cefa; /* Primary hover */
    --thm-base-rgb: 135, 206, 250; /* Primary rgb */
    --thm-base-hue:  #EBE474; /* Primary low hue */
    --thm-secondary: #ffffff; /* Secondary */
    --thm-secondary-rgb: 255, 255, 255; /* Secondary rgb */
    --thm-b-text: #686a6f; /* Body text */
    --thm-border: #e1e1e1; /* Borders */
    --thm-white: #ffffff; /* White */
}
.brand-loogo img{ height: auto !important;}
.sigma_header .navbar-nav li a,
.sigma_header .sigma_header-controls ul li.header-controls-item a {
	color: var(--thm-base);
}
.sigma_header .navbar-nav li a:hover{
	color: var(--thm-secondary);
    background-color: var(--thm-base-hover);
}

.sigma_subheader .sigma_subheader-inner{
    color:#fff;
}
.sigma_subheader .breadcrumb{
    color:#fff;
}

.sigma_header .navbar-nav li:last-child>a {
    padding-right: 20px;
}
.sigma_header .navbar-nav li:first-child>a {
    padding-left: 20px;
}
.sigma_header .navbar-nav li a {
    padding: 10px 10px !important;
    border-radius: 5px;
}
.section-title h3.title{
    color: var(--thm-base);
}
/*footer*/

.sigma_footer.sigma_footer-dark {
    background-color: var(--thm-base);
}
.sigma_footer .footer-item .social-icons a {
    background-color: var(--thm-white);
    color: var(--thm-base);
}

.sigma_footer .footer-ct-content a {
    color: var(--thm-white);
}
.sigma_footer .footer-ct-content a:hover {
    color: none; 
    text-decoration: underline;
}
.sigma_footer.sigma_footer-dark .method-sticker{
    color: var(--thm-white);
}

.sigma_footer.style-5 .sigma_info-wrapper {
    background-color: #fff;
    border-radius: 15px;
}
.sigma_footer-logo img{
    max-width: 70%;
}
.sigma_info.style-18 .sigma_info-description p {
    color: var(--thm-base);
}
.sigma_info .sigma_info-title .sigma_info-icon{
    margin-right: 0px;
}

/* contact section */

.sigma_contact-with-bg:after {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
}
.sigma_contact-with-bg:after {    
    background-image: none;
}
.sigma_contact-with-bg.dark-overlay::before,
.sigma_contact-with-bg.dark-overlay::after{
    background-color: rgba(255, 255, 255, 0.5);
}
.section-blocks-contact .sigma_info.style-20 .sigma_info-title .sigma_info-icon{
    background-color: var(--thm-base);
}
.section-blocks-contact .sigma_info.style-20 .sigma_info-title .sigma_info-icon:hover{
    background-color: #fff;
}
.section-blocks-contact .sigma_info.style-20 .sigma_info-description h5,
.section-blocks-contact .sigma_info.style-20 .sigma_info-description p{
    color: var(--thm-base);
}
.form-title.section-title h2{
    color: var(--thm-base);
}
.sigma_product .sigma_product-body .sigma_product-title a {
    color: var(--thm-base);
}
.section-shop-list h5{
    color: var(--thm-base);
}
.filter-attributes-title.title-attribute, .widget.widget-categories ul li a {
    color: var(--thm-base) !important;
}

/* BLOG */
.sigma_post-content h5 a{
    color: var(--thm-base);
}
.sigma_post-details-inner h2.entry-title{
    color: var(--thm-base);
}
.sidebar .widget h5.widget-title{
    color: var(--thm-base);
}
.sigma_post-details-meta-item h5{
    color: var(--thm-base);
}
.widget.widget-sigma-recent-posts .sigma_recent-post .recent-post-descr h6 a{
    color: var(--thm-base);
}

/* FAQ */
.sigma_info.style-15 .sigma_info-description h5{
    margin: 0px;
}
.sigma_info.style-15 .sigma_info-title .sigma_info-icon {
    margin-right: 10px;
}
.accordian-up-icon {
    background-image: url(../../images/gripaublau/Accordion-Arrow-Up-primary.svg);
}
.accordian-down-icon {
    background-image: url(../../images/gripaublau/Accordion-Arrow-Down-primary.svg);    
}

/* CART */
.section-cart table th,
.sigma_order_summary h4,
.sigma_cart-product-body h6 a{
    color: var(--thm-base);
}

.form-check-label,
.shipping h5,
.payment h5{
    color: var(--thm-base);
}
.form-check-label, .shipping-address strong, .billing-address strong {
    color: var(--thm-base);
}

/* product page */
 .sigma_product-buttons .wishlist-icon.sigma_btn.light{
    background-color:var(--thm-base);
    color: #fff;
 }
 .sigma_product-buttons .wishlist-icon.sigma_btn.ligh:hover{
    background-color:#fff;
    color: var(--thm-base);
 }
 .pagination .page-link {
    color: var(--thm-base);
 }