/**********************************
 	1. Global CSS Start 
 **********************************/

 :root {
     --bloghub-title-family: 'Spartan', sans-serif;
    --bloghub-globbh-family: 'Spartan', sans-serif;
    --bloghub-alternate-bg: #f8f8f8;
    --bloghub-secondary-bg: #f8f8f8;
    --bloghub-white: #ffffff;
    --bloghub-offf-white: rgb(255 255 255 / 10%);
    --bloghub-border-color: #eaebec;
    --bloghub-input-border: #eaebec;
    --bloghub-input-bg: #ffffff;
    --bloghub-yellow: #ffaa17;
    --bloghub-footer-light-bg: #ebeef5;
    --bloghub-placeholder: #97b0c1;
    --bloghub-page-title-bg: #ededed;
    --bloghub-blockquote-bg: #020202;
    --bloghub-widget-bg: #fcfcfc;
    --bloghub-radius0: 0;
    --bloghub-radius-comman: 3px;
    --bloghub-radius10: 10px;
    --bloghub-circle-radius: 50%;
    --bloghub-page-title-size: 48px;
    --bloghub-font-size: 14px;
    --bloghub-font14: 14px;
    --bloghub-font18: 18px;
    --bloghub-title-size: 22px;
    --bloghub-sub-title-size: 26px;
    --bloghub-widgets-title-size: 20px;
    --bloghub-shadow: 0 0 30px rgb(0 0 0 / 3%);
    --bloghub-transition: all 0.3s ease-in-out;
    --bloghub-link-color: #353d42;
    --bloghub-hover-btn-bg: #15171c;
    /* Changed */
    --bloghub-font-color: #666666;
    --bloghub-title-color: #222222;
    --bloghub-primary-color: #5138ee;
    --bloghub-primary-light: #4b34d9;
    --bloghub-main-bg: #f8f7ff;
    --bloghub-copyright-bg: #151515;
    --bloghub-footer-bg: #121212;
}

html {
    font-size: 16px;
}

.bh-comman-icon {
    background: #f9f8ff;
}
.bh-header-wrapper.bh-header-style2.bh-header-style3 .bh-today-date .bh-comman-icon {
    background: transparent;
}
.bh-comman-icon svg {
    fill: #4b456e;
}
.bh-header-wrapper.bh-header-style2.bh-header-style3 .bh-search-fields .bh-search-icon svg {
    fill: #4b456e;
}

.bh-blog-thumb-section.bh-blog-banner-style.bh-banner-style-two .bh-blog-thumb-inner>.bh-blog-category, .bh-blog-category,
.bh-main-magazin-blog-wrapper .bh-blog-category, 
.bh-blog-thumb-section.bh-blog-thumb-style-two .bh-blog-category,
.bh-blog-thumb-section.bh-blog-banner-style.bh-banner-style-two .bh-blog-category {
    background: #ff486a;
}
.bh-footer-widget .menu li {
    padding: 0 0 0 25px;
}
.bh-footer-widget .menu li span {
    width: 8px;
    height: 8px;
    background: transparent;
    border: 0;
    border-right: 1px solid var(--bloghub-white);
    border-bottom: 1px solid var(--bloghub-white);
     -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
}
body:not(.bloghub-demo) .bh-single-blog {
    padding: 80px 0 23px;
}

.bh-footer-widget .widget-title, 
.bh-widgets.widget-twitter-feed .widget-title,
.bh-recent-post-widgets .widget-title,
.bh-footer-newsletter .bh-newsletter-title{
    padding-left: 20px;
    padding-bottom: 0;
    margin-top: 16px;
    font-weight: 600;
}
.bh-footer-widget .widget-title:before, .bh-widgets.widget-twitter-feed .widget-title:before, .bh-recent-post-widgets .widget-title:before, .bh-footer-newsletter .bh-newsletter-title:before {
    height: 100%;
    width: 4px;
    margin: auto;
    top: -2px;
    background: #9cd346;
}
.bh-socibh-icons a {
    background: #2b303a;
    border: 1px solid #3b404c;
    line-height: 38px;
}

.bh-footer-widget .menu li:hover span,
.bh-footer-widget .menu li span,
.bh-footer-widget .menu li {
    
    -webkit-transition: var(--bloghub-transition);
    -moz-transition: var(--bloghub-transition);
    -ms-transition: var(--bloghub-transition);
    -o-transition: var(--bloghub-transition);
    transition: var(--bloghub-transition);
}

.bh-footer-widget .menu li:hover span {
    border-color: var(--bloghub-primary-color);
}
.bh-header-cart .bh-cart-quantity {
    background: #ff486a;
}

.bh-product-image {
    padding: 10px;
}
.default-footer .bh-recent-post-widgets ul li:last-child {
    margin: 0;
}
.bh-product-thumb {
    background: #ffffff;
}